linux/MAINTAINERS
<<
>>
Prefs
   1
   2        List of maintainers and how to submit kernel changes
   3
   4Please try to follow the guidelines below.  This will make things
   5easier on the maintainers.  Not all of these guidelines matter for every
   6trivial patch so apply some common sense.
   7
   81.      Always _test_ your changes, however small, on at least 4 or
   9        5 people, preferably many more.
  10
  112.      Try to release a few ALPHA test versions to the net. Announce
  12        them onto the kernel channel and await results. This is especially
  13        important for device drivers, because often that's the only way
  14        you will find things like the fact version 3 firmware needs
  15        a magic fix you didn't know about, or some clown changed the
  16        chips on a board and not its name.  (Don't laugh!  Look at the
  17        SMC etherpower for that.)
  18
  193.      Make sure your changes compile correctly in multiple
  20        configurations. In particular check that changes work both as a
  21        module and built into the kernel.
  22
  234.      When you are happy with a change make it generally available for
  24        testing and await feedback.
  25
  265.      Make a patch available to the relevant maintainer in the list. Use
  27        'diff -u' to make the patch easy to merge. Be prepared to get your
  28        changes sent back with seemingly silly requests about formatting
  29        and variable names.  These aren't as silly as they seem. One
  30        job the maintainers (and especially Linus) do is to keep things
  31        looking the same. Sometimes this means that the clever hack in
  32        your driver to get around a problem actually needs to become a
  33        generalized kernel feature ready for next time.
  34
  35        PLEASE check your patch with the automated style checker
  36        (scripts/checkpatch.pl) to catch trival style violations.
  37        See Documentation/CodingStyle for guidance here.
  38
  39        PLEASE try to include any credit lines you want added with the
  40        patch. It avoids people being missed off by mistake and makes
  41        it easier to know who wants adding and who doesn't.
  42
  43        PLEASE document known bugs. If it doesn't work for everything
  44        or does something very odd once a month document it.
  45
  46        PLEASE remember that submissions must be made under the terms
  47        of the OSDL certificate of contribution and should include a
  48        Signed-off-by: line.  The current version of this "Developer's
  49        Certificate of Origin" (DCO) is listed in the file
  50        Documentation/SubmittingPatches.
  51
  526.      Make sure you have the right to send any changes you make. If you
  53        do changes at work you may find your employer owns the patch
  54        not you.
  55
  567.      When sending security related changes or reports to a maintainer
  57        please Cc: security@kernel.org, especially if the maintainer
  58        does not respond.
  59
  608.      Happy hacking.
  61
  62                -----------------------------------
  63
  64Maintainers List (try to look for most precise areas first)
  65
  66Note: For the hard of thinking, this list is meant to remain in alphabetical
  67order. If you could add yourselves to it in alphabetical order that would be
  68so much easier [Ed]
  69
  70P: Person
  71M: Mail patches to
  72L: Mailing list that is relevant to this area
  73W: Web-page with status/info
  74T: SCM tree type and location.  Type is one of: git, hg, quilt.
  75S: Status, one of the following:
  76
  77        Supported:      Someone is actually paid to look after this.
  78        Maintained:     Someone actually looks after it.
  79        Odd Fixes:      It has a maintainer but they don't have time to do
  80                        much other than throw the odd patch in. See below..
  81        Orphan:         No current maintainer [but maybe you could take the
  82                        role as you write your new code].
  83        Obsolete:       Old code. Something tagged obsolete generally means
  84                        it has been replaced by a better system and you
  85                        should be using that.
  86
  873C359 NETWORK DRIVER
  88P:      Mike Phillips
  89M:      mikep@linuxtr.net
  90L:      netdev@vger.kernel.org
  91W:      http://www.linuxtr.net
  92S:      Maintained
  93
  943C505 NETWORK DRIVER
  95P:      Philip Blundell
  96M:      philb@gnu.org
  97L:      netdev@vger.kernel.org
  98S:      Maintained
  99
 1003C59X NETWORK DRIVER
 101P:      Steffen Klassert
 102M:      klassert@mathematik.tu-chemnitz.de
 103L:      netdev@vger.kernel.org
 104S:      Maintained
 105
 1063CR990 NETWORK DRIVER
 107P:      David Dillow
 108M:      dave@thedillows.org
 109L:      netdev@vger.kernel.org
 110S:      Maintained
 111
 1123W-XXXX ATA-RAID CONTROLLER DRIVER
 113P:      Adam Radford
 114M:      linuxraid@amcc.com
 115L:      linux-scsi@vger.kernel.org
 116W:      http://www.amcc.com
 117S:      Supported
 118
 1193W-9XXX SATA-RAID CONTROLLER DRIVER
 120P:      Adam Radford
 121M:      linuxraid@amcc.com
 122L:      linux-scsi@vger.kernel.org
 123W:      http://www.amcc.com
 124S:      Supported
 125
 12653C700 AND 53C700-66 SCSI DRIVER
 127P:      James E.J. Bottomley
 128M:      James.Bottomley@HansenPartnership.com
 129L:      linux-scsi@vger.kernel.org
 130S:      Maintained
 131
 1326PACK NETWORK DRIVER FOR AX.25
 133P:      Andreas Koensgen
 134M:      ajk@iehk.rwth-aachen.de
 135L:      linux-hams@vger.kernel.org
 136S:      Maintained
 137
 1388169 10/100/1000 GIGABIT ETHERNET DRIVER
 139P:      Francois Romieu
 140M:      romieu@fr.zoreil.com
 141L:      netdev@vger.kernel.org
 142S:      Maintained
 143
 1448250/16?50 (AND CLONE UARTS) SERIAL DRIVER
 145L:      linux-serial@vger.kernel.org
 146W:      http://serial.sourceforge.net
 147S:      Orphan
 148
 1498390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
 150P:      Paul Gortmaker
 151M:      p_gortmaker@yahoo.com
 152L:      netdev@vger.kernel.org
 153S:      Maintained
 154
 1559P FILE SYSTEM
 156P:      Eric Van Hensbergen
 157M:      ericvh@gmail.com
 158P:      Ron Minnich
 159M:      rminnich@sandia.gov
 160P:      Latchesar Ionkov
 161M:      lucho@ionkov.net
 162L:      v9fs-developer@lists.sourceforge.net
 163W:      http://swik.net/v9fs
 164T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
 165S:      Maintained
 166
 167A2232 SERIAL BOARD DRIVER
 168P:      Enver Haase
 169M:      A2232@gmx.net
 170L:      linux-m68k@lists.linux-m68k.org
 171S:      Maintained
 172
 173AIO
 174P:      Benjamin LaHaise
 175M:      bcrl@kvack.org
 176L:      linux-aio@kvack.org
 177S:      Supported
 178
 179ABIT UGURU HARDWARE MONITOR DRIVER
 180P:      Hans de Goede
 181M:      j.w.r.degoede@hhs.nl
 182L:      lm-sensors@lm-sensors.org
 183S:      Maintained
 184
 185ACENIC DRIVER
 186P:      Jes Sorensen
 187M:      jes@trained-monkey.org
 188L:      linux-acenic@sunsite.dk
 189S:      Maintained
 190
 191IPS SCSI RAID DRIVER
 192P:      Adaptec OEM Raid Solutions
 193M:      aacraid@adaptec.com
 194L:      linux-scsi@vger.kernel.org
 195W:      http://www.adaptec.com/
 196S:      Maintained
 197
 198DPT_I2O SCSI RAID DRIVER
 199P:      Adaptec OEM Raid Solutions
 200M:      aacraid@adaptec.com
 201L:      linux-scsi@vger.kernel.org
 202W:      http://www.adaptec.com/
 203S:      Maintained
 204
 205AACRAID SCSI RAID DRIVER
 206P:      Adaptec OEM Raid Solutions
 207M:      aacraid@adaptec.com
 208L:      linux-scsi@vger.kernel.org
 209W:      http://www.adaptec.com/
 210S:      Supported
 211
 212ACPI
 213P:      Len Brown
 214M:      len.brown@intel.com
 215M:      lenb@kernel.org
 216L:      linux-acpi@vger.kernel.org
 217W:      http://www.lesswatts.org/projects/acpi/
 218T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
 219S:      Supported
 220
 221ACPI BATTERY DRIVERS
 222P:      Alexey Starikovskiy
 223M:      astarikovskiy@suse.de
 224L:      linux-acpi@vger.kernel.org
 225W:      http://acpi.sourceforge.net/
 226S:      Supported
 227
 228ACPI EC DRIVER
 229P:      Alexey Starikovskiy
 230M:      astarikovskiy@suse.de
 231L:      linux-acpi@vger.kernel.org
 232W:      http://acpi.sourceforge.net/
 233S:      Supported
 234
 235ACPI FAN DRIVER
 236P:      Len Brown
 237M:      len.brown@intel.com
 238L:      linux-acpi@vger.kernel.org
 239W:      http://acpi.sourceforge.net/
 240S:      Supported
 241
 242ACPI PCI HOTPLUG DRIVER
 243P:      Kristen Carlson Accardi
 244M:      kristen.c.accardi@intel.com
 245L:      pcihpd-discuss@lists.sourceforge.net
 246S:      Supported
 247
 248ACPI THERMAL DRIVER
 249P:      Len Brown
 250M:      len.brown@intel.com
 251L:      linux-acpi@vger.kernel.org
 252W:      http://acpi.sourceforge.net/
 253S:      Supported
 254
 255ACPI VIDEO DRIVER
 256P:      Rui Zhang
 257M:      rui.zhang@intel.com
 258L:      linux-acpi@vger.kernel.org
 259W:      http://acpi.sourceforge.net/
 260S:      Supported
 261
 262ADM1025 HARDWARE MONITOR DRIVER
 263P:      Jean Delvare
 264M:      khali@linux-fr.org
 265L:      lm-sensors@lm-sensors.org
 266S:      Maintained
 267
 268ADM1029 HARDWARE MONITOR DRIVER
 269P:      Corentin Labbe
 270M:      corentin.labbe@geomatys.fr
 271L:      lm-sensors@lm-sensors.org
 272S:      Maintained
 273
 274ADM8211 WIRELESS DRIVER
 275P:      Michael Wu
 276M:      flamingice@sourmilk.net
 277L:      linux-wireless@vger.kernel.org
 278W:      http://linuxwireless.org/
 279T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
 280S:      Maintained
 281
 282ADT746X FAN DRIVER
 283P:      Colin Leroy
 284M:      colin@colino.net
 285S:      Maintained
 286
 287ADVANSYS SCSI DRIVER
 288P:      Matthew Wilcox
 289M:      matthew@wil.cx
 290L:      linux-scsi@vger.kernel.org
 291S:      Maintained
 292
 293AEDSP16 DRIVER
 294P:      Riccardo Facchetti
 295M:      fizban@tin.it
 296S:      Maintained
 297
 298AFFS FILE SYSTEM
 299P:      Roman Zippel
 300M:      zippel@linux-m68k.org
 301S:      Maintained
 302
 303AGPGART DRIVER
 304P:      David Airlie
 305M:      airlied@linux.ie
 306T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 307S:      Maintained
 308
 309AHA152X SCSI DRIVER
 310P:      Juergen E. Fischer
 311M:      Juergen Fischer <fischer@norbit.de>
 312L:      linux-scsi@vger.kernel.org
 313S:      Maintained
 314
 315AIC7XXX / AIC79XX SCSI DRIVER
 316P:      Hannes Reinecke
 317M:      hare@suse.de
 318L:      linux-scsi@vger.kernel.org
 319S:      Maintained
 320
 321ALCATEL SPEEDTOUCH USB DRIVER
 322P:      Duncan Sands
 323M:      duncan.sands@free.fr
 324L:      linux-usb@vger.kernel.org
 325W:      http://www.linux-usb.org/SpeedTouch/
 326S:      Maintained
 327
 328ALCHEMY AU1XX0 MMC DRIVER
 329S:      Orphan
 330
 331ALI1563 I2C DRIVER
 332P:      Rudolf Marek
 333M:      r.marek@assembler.cz
 334L:      i2c@lm-sensors.org
 335S:      Maintained
 336
 337ALPHA PORT
 338P:      Richard Henderson
 339M:      rth@twiddle.net
 340S:      Odd Fixes for 2.4; Maintained for 2.6.
 341P:      Ivan Kokshaysky
 342M:      ink@jurassic.park.msu.ru
 343S:      Maintained for 2.4; PCI support for 2.6.
 344
 345AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
 346P:      Thomas Dahlmann
 347M:      thomas.dahlmann@amd.com
 348L:      info-linux@geode.amd.com
 349S:      Supported
 350
 351AMD GEODE PROCESSOR/CHIPSET SUPPORT
 352P:      Jordan Crouse
 353M:      info-linux@geode.amd.com
 354L:      info-linux@geode.amd.com
 355W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
 356S:      Supported
 357
 358AMS (Apple Motion Sensor) DRIVER
 359P:      Stelian Pop
 360M:      stelian@popies.net
 361P:      Michael Hanselmann
 362M:      linux-kernel@hansmi.ch
 363S:      Supported
 364
 365AMSO1100 RNIC DRIVER
 366P:      Tom Tucker
 367M:      tom@opengridcomputing.com
 368P:      Steve Wise
 369M:      swise@opengridcomputing.com
 370L:      general@lists.openfabrics.org
 371S:      Maintained
 372
 373AOA (Apple Onboard Audio) ALSA DRIVER
 374P:      Johannes Berg
 375M:      johannes@sipsolutions.net
 376L:      linuxppc-dev@ozlabs.org
 377L:      alsa-devel@alsa-project.org (subscribers-only)
 378S:      Maintained
 379
 380APM DRIVER
 381P:      Stephen Rothwell
 382M:      sfr@canb.auug.org.au
 383L:      linux-laptop@vger.kernel.org
 384W:      http://www.canb.auug.org.au/~sfr/
 385S:      Supported
 386
 387APPLE SMC DRIVER
 388P:      Nicolas Boichat
 389M:      nicolas@boichat.ch
 390L:      mactel-linux-devel@lists.sourceforge.net
 391S:      Maintained
 392
 393APPLETALK NETWORK LAYER
 394P:      Arnaldo Carvalho de Melo
 395M:      acme@ghostprotocols.net
 396S:      Maintained
 397
 398APPLETOUCH TOUCHPAD DRIVER
 399P:      Johannes Berg
 400M:      johannes@sipsolutions.net
 401L:      linux-input@vger.kernel.org
 402S:      Maintained
 403
 404ARC FRAMEBUFFER DRIVER
 405P:      Jaya Kumar
 406M:      jayalk@intworks.biz
 407S:      Maintained
 408
 409ARM MFM AND FLOPPY DRIVERS
 410P:      Ian Molton
 411M:      spyro@f2s.com
 412S:      Maintained
 413
 414ARM PRIMECELL MMCI PL180/1 DRIVER
 415P:      Russell King
 416M:      rmk@arm.linux.org.uk
 417L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 418S:      Maintained
 419
 420ARM/ADI ROADRUNNER MACHINE SUPPORT
 421P:      Lennert Buytenhek
 422M:      kernel@wantstofly.org
 423L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 424S:      Maintained
 425
 426ARM/ADS SPHERE MACHINE SUPPORT
 427P:      Lennert Buytenhek
 428M:      kernel@wantstofly.org
 429L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 430S:      Maintained
 431
 432ARM/AJECO 1ARM MACHINE SUPPORT
 433P:      Lennert Buytenhek
 434M:      kernel@wantstofly.org
 435L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 436S:      Maintained
 437
 438ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
 439P:      Andrew Victor
 440M:      andrew@sanpeople.com
 441L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 442W:      http://maxim.org.za/at91_26.html
 443S:      Maintained
 444
 445ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
 446P:      Lennert Buytenhek
 447M:      kernel@wantstofly.org
 448L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 449S:      Maintained
 450
 451ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
 452P:      Lennert Buytenhek
 453M:      kernel@wantstofly.org
 454L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 455S:      Maintained
 456
 457ARM/CORGI MACHINE SUPPORT
 458P:      Richard Purdie
 459M:      rpurdie@rpsys.net
 460S:      Maintained
 461
 462ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
 463P:      Lennert Buytenhek
 464M:      kernel@wantstofly.org
 465L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 466S:      Maintained
 467
 468ARM/HP JORNADA 7XX MACHINE SUPPORT
 469P:      Kristoffer Ericson
 470M:      kristoffer.ericson@gmail.com
 471W:      www.jlime.com
 472S:      Maintained
 473
 474ARM/INTEL IOP32X ARM ARCHITECTURE
 475P:      Lennert Buytenhek
 476M:      kernel@wantstofly.org
 477P:      Dan Williams
 478M:      dan.j.williams@intel.com
 479L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 480S:      Supported
 481
 482ARM/INTEL IOP33X ARM ARCHITECTURE
 483P:      Dan Williams
 484M:      dan.j.williams@intel.com
 485L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 486S:      Supported
 487
 488ARM/INTEL IOP13XX ARM ARCHITECTURE
 489P:      Lennert Buytenhek
 490M:      kernel@wantstofly.org
 491P:      Dan Williams
 492M:      dan.j.williams@intel.com
 493L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 494S:      Supported
 495
 496ARM/INTEL IQ81342EX MACHINE SUPPORT
 497P:      Lennert Buytenhek
 498M:      kernel@wantstofly.org
 499P:      Dan Williams
 500M:      dan.j.williams@intel.com
 501L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 502S:      Supported
 503
 504ARM/INTEL IXP2000 ARM ARCHITECTURE
 505P:      Lennert Buytenhek
 506M:      kernel@wantstofly.org
 507L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 508S:      Maintained
 509
 510ARM/INTEL IXDP2850 MACHINE SUPPORT
 511P:      Lennert Buytenhek
 512M:      kernel@wantstofly.org
 513L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 514S:      Maintained
 515
 516ARM/INTEL IXP23XX ARM ARCHITECTURE
 517P:      Lennert Buytenhek
 518M:      kernel@wantstofly.org
 519L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 520S:      Maintained
 521
 522ARM/INTEL XSC3 (MANZANO) ARM CORE
 523P:      Lennert Buytenhek
 524M:      kernel@wantstofly.org
 525P:      Dan Williams
 526M:      dan.j.williams@intel.com
 527L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 528S:      Supported
 529
 530ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
 531P:      Lennert Buytenhek
 532M:      kernel@wantstofly.org
 533L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 534S:      Maintained
 535
 536ARM/LOGICPD PXA270 MACHINE SUPPORT
 537P:      Lennert Buytenhek
 538M:      kernel@wantstofly.org
 539L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 540S:      Maintained
 541
 542ARM/TOSA MACHINE SUPPORT
 543P:      Dirk Opfer
 544M:      dirk@opfer-online.de
 545S:      Maintained
 546
 547ARM/PLEB SUPPORT
 548P:      Peter Chubb
 549M:      pleb@gelato.unsw.edu.au
 550W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
 551S:      Maintained
 552
 553ARM/PT DIGITAL BOARD PORT
 554P:      Stefan Eletzhofer
 555M:      stefan.eletzhofer@eletztrick.de
 556L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 557W:      http://www.arm.linux.org.uk/
 558S:      Maintained
 559
 560ARM/RADISYS ENP2611 MACHINE SUPPORT
 561P:      Lennert Buytenhek
 562M:      kernel@wantstofly.org
 563L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 564S:      Maintained
 565
 566ARM/SHARK MACHINE SUPPORT
 567P:      Alexander Schulz
 568M:      alex@shark-linux.de
 569W:      http://www.shark-linux.de/shark.html
 570S:      Maintained
 571
 572ARM/STRONGARM110 PORT
 573P:      Russell King
 574M:      rmk@arm.linux.org.uk
 575L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 576W:      http://www.arm.linux.org.uk/
 577S:      Maintained
 578
 579ARM/S3C2410 ARM ARCHITECTURE
 580P:      Ben Dooks
 581M:      ben-linux@fluff.org
 582L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 583W:      http://www.fluff.org/ben/linux/
 584S:      Maintained
 585
 586ARM/S3C2440 ARM ARCHITECTURE
 587P:      Ben Dooks
 588M:      ben-linux@fluff.org
 589L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 590W:      http://www.fluff.org/ben/linux/
 591S:      Maintained
 592
 593ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
 594P:      Lennert Buytenhek
 595M:      kernel@wantstofly.org
 596L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 597S:      Maintained
 598
 599ARM/THECUS N2100 MACHINE SUPPORT
 600P:      Lennert Buytenhek
 601M:      kernel@wantstofly.org
 602L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 603S:      Maintained
 604
 605ARPD SUPPORT
 606P:      Jonathan Layes
 607L:      netdev@vger.kernel.org
 608S:      Maintained
 609
 610ASUS ACPI EXTRAS DRIVER
 611P:      Corentin Chary
 612M:      corentincj@iksaif.net
 613P:      Karol Kozimor
 614M:      sziwan@users.sourceforge.net
 615L:      acpi4asus-user@lists.sourceforge.net
 616W:      http://sourceforge.net/projects/acpi4asus
 617W:      http://xf.iksaif.net/acpi4asus
 618S:      Maintained
 619
 620ASUS ASB100 HARDWARE MONITOR DRIVER
 621P:      Mark M. Hoffman
 622M:      mhoffman@lightlink.com
 623L:      lm-sensors@lm-sensors.org
 624S:      Maintained
 625
 626ASUS LAPTOP EXTRAS DRIVER
 627P:      Corentin Chary
 628M:      corentincj@iksaif.net
 629L:      acpi4asus-user@lists.sourceforge.net
 630W:      http://sourceforge.net/projects/acpi4asus
 631W:      http://xf.iksaif.net/acpi4asus
 632S:      Maintained
 633
 634ASYNCHRONOUS TRANSFERS/TRANSFORMS API
 635P:      Dan Williams
 636M:      dan.j.williams@intel.com
 637P:      Shannon Nelson
 638M:      shannon.nelson@intel.com
 639L:      linux-kernel@vger.kernel.org
 640W:      http://sourceforge.net/projects/xscaleiop
 641S:      Supported
 642
 643ATA OVER ETHERNET DRIVER
 644P:      Ed L. Cashin
 645M:      ecashin@coraid.com
 646W:      http://www.coraid.com/support/linux
 647S:      Supported
 648
 649ATL1 ETHERNET DRIVER
 650P:      Jay Cliburn
 651M:      jcliburn@gmail.com
 652P:      Chris Snook
 653M:      csnook@redhat.com
 654L:      atl1-devel@lists.sourceforge.net
 655W:      http://sourceforge.net/projects/atl1
 656W:      http://atl1.sourceforge.net
 657S:      Maintained
 658
 659ATM
 660P:      Chas Williams
 661M:      chas@cmf.nrl.navy.mil
 662L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
 663W:      http://linux-atm.sourceforge.net
 664S:      Maintained
 665
 666ATMEL AT91 MCI DRIVER
 667P:      Nicolas Ferre
 668M:      nicolas.ferre@atmel.com
 669L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
 670W:      http://www.atmel.com/products/AT91/
 671W:      http://www.at91.com/
 672S:      Maintained
 673
 674ATMEL LCDFB DRIVER
 675P:      Nicolas Ferre
 676M:      nicolas.ferre@atmel.com
 677L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
 678S:      Maintained
 679
 680ATMEL MACB ETHERNET DRIVER
 681P:      Haavard Skinnemoen
 682M:      hskinnemoen@atmel.com
 683S:      Supported
 684
 685ATMEL SPI DRIVER
 686P:      Haavard Skinnemoen
 687M:      hskinnemoen@atmel.com
 688S:      Supported
 689
 690ATMEL USBA UDC DRIVER
 691P:      Haavard Skinnemoen
 692M:      hskinnemoen@atmel.com
 693L:      kernel@avr32linux.org
 694W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
 695S:      Supported
 696
 697ATMEL WIRELESS DRIVER
 698P:      Simon Kelley
 699M:      simon@thekelleys.org.uk
 700L:      linux-wireless@vger.kernel.org
 701W:      http://www.thekelleys.org.uk/atmel
 702W:      http://atmelwlandriver.sourceforge.net/
 703S:      Maintained
 704
 705AUDIT SUBSYSTEM
 706P:      David Woodhouse
 707M:      dwmw2@infradead.org
 708L:      linux-audit@redhat.com (subscribers-only)
 709W:      http://people.redhat.com/sgrubb/audit/
 710T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
 711S:      Maintained
 712
 713AUXILIARY DISPLAY DRIVERS
 714P:      Miguel Ojeda Sandonis
 715M:      maxextreme@gmail.com
 716L:      linux-kernel@vger.kernel.org
 717W:      http://auxdisplay.googlepages.com/
 718S:      Maintained
 719
 720AVR32 ARCHITECTURE
 721P:      Haavard Skinnemoen
 722M:      hskinnemoen@atmel.com
 723W:      http://www.atmel.com/products/AVR32/
 724W:      http://avr32linux.org/
 725W:      http://avrfreaks.net/
 726S:      Supported
 727
 728AVR32/AT32AP MACHINE SUPPORT
 729P:      Haavard Skinnemoen
 730M:      hskinnemoen@atmel.com
 731S:      Supported
 732
 733AX.25 NETWORK LAYER
 734P:      Ralf Baechle
 735M:      ralf@linux-mips.org
 736L:      linux-hams@vger.kernel.org
 737W:      http://www.linux-ax25.org/
 738S:      Maintained
 739
 740BACKLIGHT CLASS/SUBSYSTEM
 741P:      Richard Purdie
 742M:      rpurdie@rpsys.net
 743S:      Maintained
 744
 745BLACKFIN ARCHITECTURE
 746P:      Bryan Wu
 747M:      bryan.wu@analog.com
 748L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 749W:      http://blackfin.uclinux.org
 750S:      Supported
 751
 752BLACKFIN EMAC DRIVER
 753P:      Bryan Wu
 754M:      bryan.wu@analog.com
 755L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 756W:      http://blackfin.uclinux.org
 757S:      Supported
 758
 759BLACKFIN RTC DRIVER
 760P:      Mike Frysinger
 761M:      michael.frysinger@analog.com
 762M:      vapier.adi@gmail.com
 763L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 764W:      http://blackfin.uclinux.org
 765S:      Supported
 766
 767BLACKFIN SERIAL DRIVER
 768P:      Aubrey Li
 769M:      aubrey.li@analog.com
 770L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 771W:      http://blackfin.uclinux.org
 772S:      Supported
 773
 774BLACKFIN WATCHDOG DRIVER
 775P:      Mike Frysinger
 776M:      michael.frysinger@analog.com
 777M:      vapier.adi@gmail.com
 778L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 779W:      http://blackfin.uclinux.org
 780S:      Supported
 781
 782BAYCOM/HDLCDRV DRIVERS FOR AX.25
 783P:      Thomas Sailer
 784M:      t.sailer@alumni.ethz.ch
 785L:      linux-hams@vger.kernel.org
 786W:      http://www.baycom.org/~tom/ham/ham.html
 787S:      Maintained
 788
 789B43 WIRELESS DRIVER
 790P:      Michael Buesch
 791M:      mb@bu3sch.de
 792P:      Stefano Brivio
 793M:      stefano.brivio@polimi.it
 794L:      linux-wireless@vger.kernel.org
 795W:      http://linuxwireless.org/en/users/Drivers/b43
 796S:      Maintained
 797
 798B43LEGACY WIRELESS DRIVER
 799P:      Larry Finger
 800M:      Larry.Finger@lwfinger.net
 801P:      Stefano Brivio
 802M:      stefano.brivio@polimi.it
 803L:      linux-wireless@vger.kernel.org
 804W:      http://linuxwireless.org/en/users/Drivers/b43
 805S:      Maintained
 806
 807BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
 808P:      Larry Finger
 809M:      Larry.Finger@lwfinger.net
 810P:      Stefano Brivio
 811M:      stefano.brivio@polimi.it
 812L:      linux-wireless@vger.kernel.org
 813W:      http://bcm43xx.berlios.de/
 814S:      Maintained
 815
 816BEFS FILE SYSTEM
 817P:      Sergey S. Kostyliov
 818M:      rathamahata@php4.ru
 819L:      linux-kernel@vger.kernel.org
 820S:      Maintained
 821
 822BFS FILE SYSTEM
 823P:      Tigran A. Aivazian
 824M:      tigran@aivazian.fsnet.co.uk
 825L:      linux-kernel@vger.kernel.org
 826S:      Maintained
 827
 828BLACKFIN I2C TWI DRIVER
 829P:      Sonic Zhang
 830M:      sonic.zhang@analog.com
 831L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
 832W:      http://blackfin.uclinux.org/
 833S:      Supported
 834
 835BLOCK LAYER
 836P:      Jens Axboe
 837M:      axboe@kernel.dk
 838L:      linux-kernel@vger.kernel.org
 839T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
 840S:      Maintained
 841
 842BLUETOOTH SUBSYSTEM
 843P:      Marcel Holtmann
 844M:      marcel@holtmann.org
 845P:      Maxim Krasnyansky
 846M:      maxk@qualcomm.com
 847L:      bluez-devel@lists.sf.net
 848W:      http://bluez.sf.net
 849W:      http://www.bluez.org
 850W:      http://www.holtmann.org/linux/bluetooth/
 851T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
 852S:      Maintained
 853
 854BLUETOOTH RFCOMM LAYER
 855P:      Marcel Holtmann
 856M:      marcel@holtmann.org
 857P:      Maxim Krasnyansky
 858M:      maxk@qualcomm.com
 859S:      Maintained
 860
 861BLUETOOTH BNEP LAYER
 862P:      Marcel Holtmann
 863M:      marcel@holtmann.org
 864P:      Maxim Krasnyansky
 865M:      maxk@qualcomm.com
 866S:      Maintained
 867
 868BLUETOOTH CMTP LAYER
 869P:      Marcel Holtmann
 870M:      marcel@holtmann.org
 871S:      Maintained
 872
 873BLUETOOTH HIDP LAYER
 874P:      Marcel Holtmann
 875M:      marcel@holtmann.org
 876S:      Maintained
 877
 878BLUETOOTH HCI UART DRIVER
 879P:      Marcel Holtmann
 880M:      marcel@holtmann.org
 881P:      Maxim Krasnyansky
 882M:      maxk@qualcomm.com
 883S:      Maintained
 884
 885BLUETOOTH HCI USB DRIVER
 886P:      Marcel Holtmann
 887M:      marcel@holtmann.org
 888P:      Maxim Krasnyansky
 889M:      maxk@qualcomm.com
 890S:      Maintained
 891
 892BLUETOOTH HCI BCM203X DRIVER
 893P:      Marcel Holtmann
 894M:      marcel@holtmann.org
 895S:      Maintained
 896
 897BLUETOOTH HCI BPA10X DRIVER
 898P:      Marcel Holtmann
 899M:      marcel@holtmann.org
 900S:      Maintained
 901
 902BLUETOOTH HCI BFUSB DRIVER
 903P:      Marcel Holtmann
 904M:      marcel@holtmann.org
 905S:      Maintained
 906
 907BLUETOOTH HCI DTL1 DRIVER
 908P:      Marcel Holtmann
 909M:      marcel@holtmann.org
 910S:      Maintained
 911
 912BLUETOOTH HCI BLUECARD DRIVER
 913P:      Marcel Holtmann
 914M:      marcel@holtmann.org
 915S:      Maintained
 916
 917BLUETOOTH HCI BT3C DRIVER
 918P:      Marcel Holtmann
 919M:      marcel@holtmann.org
 920S:      Maintained
 921
 922BLUETOOTH HCI BTUART DRIVER
 923P:      Marcel Holtmann
 924M:      marcel@holtmann.org
 925S:      Maintained
 926
 927BLUETOOTH HCI VHCI DRIVER
 928P:      Maxim Krasnyansky
 929M:      maxk@qualcomm.com
 930S:      Maintained
 931
 932BONDING DRIVER
 933P:      Chad Tindel
 934M:      ctindel@users.sourceforge.net
 935P:      Jay Vosburgh
 936M:      fubar@us.ibm.com
 937L:      bonding-devel@lists.sourceforge.net
 938W:      http://sourceforge.net/projects/bonding/
 939S:      Supported
 940
 941BROADBAND PROCESSOR ARCHITECTURE
 942P:      Arnd Bergmann
 943M:      arnd@arndb.de
 944L:      linuxppc-dev@ozlabs.org
 945W:      http://www.penguinppc.org/ppc64/
 946S:      Supported
 947
 948BROADCOM B44 10/100 ETHERNET DRIVER
 949P:      Gary Zambrano
 950M:      zambrano@broadcom.com
 951L:      netdev@vger.kernel.org
 952S:      Supported
 953
 954BROADCOM BNX2 GIGABIT ETHERNET DRIVER
 955P:      Michael Chan
 956M:      mchan@broadcom.com
 957L:      netdev@vger.kernel.org
 958S:      Supported
 959
 960BROADCOM TG3 GIGABIT ETHERNET DRIVER
 961P:      Michael Chan
 962M:      mchan@broadcom.com
 963L:      netdev@vger.kernel.org
 964S:      Supported
 965
 966BSG (block layer generic sg v4 driver)
 967P:      FUJITA Tomonori
 968M:      fujita.tomonori@lab.ntt.co.jp
 969L:      linux-scsi@vger.kernel.org
 970S:      Supported
 971
 972BTTV VIDEO4LINUX DRIVER
 973P:      Mauro Carvalho Chehab
 974M:      mchehab@infradead.org
 975M:      v4l-dvb-maintainer@linuxtv.org
 976L:      video4linux-list@redhat.com
 977W:      http://linuxtv.org
 978T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
 979S:      Maintained
 980
 981CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
 982P:      Jonathan Corbet
 983M:      corbet@lwn.net
 984L:      video4linux-list@redhat.com
 985S:      Maintained
 986
 987CALGARY x86-64 IOMMU
 988P:      Muli Ben-Yehuda
 989M:      muli@il.ibm.com
 990P:      Jon D. Mason
 991M:      jdmason@kudzu.us
 992L:      linux-kernel@vger.kernel.org
 993L:      discuss@x86-64.org
 994S:      Maintained
 995
 996CFAG12864B LCD DRIVER
 997P:      Miguel Ojeda Sandonis
 998M:      maxextreme@gmail.com
 999L:      linux-kernel@vger.kernel.org
1000W:      http://auxdisplay.googlepages.com/
1001S:      Maintained
1002
1003CFAG12864BFB LCD FRAMEBUFFER DRIVER
1004P:      Miguel Ojeda Sandonis
1005M:      maxextreme@gmail.com
1006L:      linux-kernel@vger.kernel.org
1007W:      http://auxdisplay.googlepages.com/
1008S:      Maintained
1009
1010CFG80211 and NL80211
1011P:      Johannes Berg
1012M:      johannes@sipsolutions.net
1013L:      linux-wireless@vger.kernel.org
1014S:      Maintained
1015
1016CHECKPATCH
1017P:      Andy Whitcroft
1018M:      apw@shadowen.org
1019P:      Randy Dunlap
1020M:      rdunlap@xenotime.net
1021P:      Joel Schopp
1022M:      jschopp@austin.ibm.com
1023S:      Supported
1024
1025COMMON INTERNET FILE SYSTEM (CIFS)
1026P:      Steve French
1027M:      sfrench@samba.org
1028L:      linux-cifs-client@lists.samba.org
1029L:      samba-technical@lists.samba.org
1030W:      http://linux-cifs.samba.org/
1031T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1032S:      Supported
1033
1034CONFIGFS
1035P:      Joel Becker
1036M:      joel.becker@oracle.com
1037L:      linux-kernel@vger.kernel.org
1038S:      Supported
1039
1040CIRRUS LOGIC EP93XX ETHERNET DRIVER
1041P:      Lennert Buytenhek
1042M:      kernel@wantstofly.org
1043L:      netdev@vger.kernel.org
1044S:      Maintained
1045
1046CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1047P:      Lennert Buytenhek
1048M:      kernel@wantstofly.org
1049L:      linux-usb@vger.kernel.org
1050S:      Maintained
1051
1052CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1053P:      Cirrus Logic Corporation (kernel 2.2 driver)
1054M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1055P:      Nils Faerber (port to kernel 2.4)
1056M:      Nils Faerber <nils@kernelconcepts.de>
1057S:      Maintained
1058
1059CODA FILE SYSTEM
1060P:      Jan Harkes
1061M:      jaharkes@cs.cmu.edu
1062M:      coda@cs.cmu.edu
1063L:      codalist@coda.cs.cmu.edu
1064W:      http://www.coda.cs.cmu.edu/
1065S:      Maintained
1066
1067COMPACTPCI HOTPLUG CORE
1068P:      Scott Murray
1069M:      scottm@somanetworks.com
1070M:      scott@spiteful.org
1071L:      pcihpd-discuss@lists.sourceforge.net
1072S:      Supported
1073
1074COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1075P:      Scott Murray
1076M:      scottm@somanetworks.com
1077M:      scott@spiteful.org
1078L:      pcihpd-discuss@lists.sourceforge.net
1079S:      Supported
1080
1081COMPACTPCI HOTPLUG GENERIC DRIVER
1082P:      Scott Murray
1083M:      scottm@somanetworks.com
1084M:      scott@spiteful.org
1085L:      pcihpd-discuss@lists.sourceforge.net
1086S:      Supported
1087
1088COMPUTONE INTELLIPORT MULTIPORT CARD
1089P:      Michael H. Warfield
1090M:      mhw@wittsend.com
1091W:      http://www.wittsend.com/computone.html
1092S:      Maintained
1093
1094CONEXANT ACCESSRUNNER USB DRIVER
1095P:      Simon Arlott
1096M:      cxacru@fire.lp0.eu
1097L:      accessrunner-general@lists.sourceforge.net
1098W:      http://accessrunner.sourceforge.net/
1099S:      Maintained
1100
1101CORETEMP HARDWARE MONITORING DRIVER
1102P:      Rudolf Marek
1103M:      r.marek@assembler.cz
1104L:      lm-sensors@lm-sensors.org
1105S:      Maintained
1106
1107COSA/SRP SYNC SERIAL DRIVER
1108P:      Jan "Yenya" Kasprzak
1109M:      kas@fi.muni.cz
1110W:      http://www.fi.muni.cz/~kas/cosa/
1111S:      Maintained
1112
1113CPU FREQUENCY DRIVERS
1114P:      Dave Jones
1115M:      davej@codemonkey.org.uk
1116L:      cpufreq@lists.linux.org.uk
1117W:      http://www.codemonkey.org.uk/projects/cpufreq/
1118T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1119S:      Maintained
1120
1121CPUID/MSR DRIVER
1122P:      H. Peter Anvin
1123M:      hpa@zytor.com
1124S:      Maintained
1125
1126CPUSETS
1127P:      Paul Jackson
1128P:      Simon Derr
1129M:      pj@sgi.com
1130M:      simon.derr@bull.net
1131L:      linux-kernel@vger.kernel.org
1132W:      http://www.bullopensource.org/cpuset/
1133S:      Supported
1134
1135CRAMFS FILESYSTEM
1136W:      http://sourceforge.net/projects/cramfs/
1137S:      Orphan
1138
1139CRIS PORT
1140P:      Mikael Starvik
1141M:      starvik@axis.com
1142L:      dev-etrax@axis.com
1143W:      http://developer.axis.com
1144S:      Maintained
1145
1146CRYPTO API
1147P:      Herbert Xu
1148M:      herbert@gondor.apana.org.au
1149P:      David S. Miller
1150M:      davem@davemloft.net
1151L:      linux-crypto@vger.kernel.org
1152T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1153S:      Maintained
1154
1155CS5535 Audio ALSA driver
1156P:      Jaya Kumar
1157M:      jayakumar.alsa@gmail.com
1158S:      Maintained
1159
1160CYBERPRO FB DRIVER
1161P:      Russell King
1162M:      rmk@arm.linux.org.uk
1163W:      http://www.arm.linux.org.uk/
1164S:      Maintained
1165
1166CYBLAFB FRAMEBUFFER DRIVER
1167P:      Knut Petersen
1168M:      Knut_Petersen@t-online.de
1169L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1170S:      Maintained
1171
1172CYCLADES 2X SYNC CARD DRIVER
1173P:      Arnaldo Carvalho de Melo
1174M:      acme@ghostprotocols.net
1175W:      http://oops.ghostprotocols.net:81/blog
1176S:      Maintained
1177
1178CYCLADES ASYNC MUX DRIVER
1179W:      http://www.cyclades.com/
1180S:      Orphan
1181
1182CYCLADES PC300 DRIVER
1183W:      http://www.cyclades.com/
1184S:      Orphan
1185
1186DAMA SLAVE for AX.25
1187P:      Joerg Reuter
1188M:      jreuter@yaina.de
1189W:      http://yaina.de/jreuter/
1190W:      http://www.qsl.net/dl1bke/
1191L:      linux-hams@vger.kernel.org
1192S:      Maintained
1193
1194DC395x SCSI driver
1195P:      Oliver Neukum
1196M:      oliver@neukum.name
1197P:      Ali Akcaagac
1198M:      aliakc@web.de
1199P:      Jamie Lenehan
1200M:      lenehan@twibble.org
1201W:      http://twibble.org/dist/dc395x/
1202L:      dc395x@twibble.org
1203L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1204S:      Maintained
1205
1206DC390/AM53C974 SCSI driver
1207P:      Kurt Garloff
1208M:      garloff@suse.de
1209W:      http://www.garloff.de/kurt/linux/dc390/
1210P:      Guennadi Liakhovetski
1211M:      g.liakhovetski@gmx.de
1212S:      Maintained
1213
1214DCCP PROTOCOL
1215P:      Arnaldo Carvalho de Melo
1216M:      acme@ghostprotocols.net
1217L:      dccp@vger.kernel.org
1218W:      http://linux-net.osdl.org/index.php/DCCP
1219S:      Maintained
1220
1221DECnet NETWORK LAYER
1222P:      Patrick Caulfield
1223M:      patrick@tykepenguin.com
1224W:      http://linux-decnet.sourceforge.net
1225L:      linux-decnet-user@lists.sourceforge.net
1226S:      Maintained
1227
1228DEFXX FDDI NETWORK DRIVER
1229P:      Maciej W. Rozycki
1230M:      macro@linux-mips.org
1231S:      Maintained
1232
1233DELL LAPTOP SMM DRIVER
1234P:      Massimo Dal Zotto
1235M:      dz@debian.org
1236W:      http://www.debian.org/~dz/i8k/
1237S:      Maintained
1238
1239DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1240P:      Doug Warzecha
1241M:      Douglas_Warzecha@dell.com
1242S:      Maintained
1243
1244DEVICE-MAPPER  (LVM)
1245P:      Alasdair Kergon
1246L:      dm-devel@redhat.com
1247W:      http://sources.redhat.com/dm
1248S:      Maintained
1249
1250DEVICE NUMBER REGISTRY
1251P:      Torben Mathiasen
1252M:      device@lanana.org
1253W:      http://lanana.org/docs/device-list/index.html
1254L:      linux-kernel@vger.kernel.org
1255S:      Maintained
1256
1257DIGI INTL. EPCA DRIVER
1258P:      Digi International, Inc
1259M:      Eng.Linux@digi.com
1260L:      Eng.Linux@digi.com
1261W:      http://www.digi.com
1262S:      Orphaned
1263
1264DIRECTORY NOTIFICATION
1265P:      Stephen Rothwell
1266M:      sfr@canb.auug.org.au
1267L:      linux-kernel@vger.kernel.org
1268S:      Supported
1269
1270DISK GEOMETRY AND PARTITION HANDLING
1271P:      Andries Brouwer
1272M:      aeb@cwi.nl
1273W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1274W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1275W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1276S:      Maintained
1277
1278DISKQUOTA:
1279P:      Jan Kara
1280M:      jack@suse.cz
1281L:      linux-kernel@vger.kernel.org
1282S:      Maintained
1283
1284DISTRIBUTED LOCK MANAGER
1285P:      Patrick Caulfield
1286M:      pcaulfie@redhat.com
1287P:      David Teigland
1288M:      teigland@redhat.com
1289L:      cluster-devel@redhat.com
1290W:      http://sources.redhat.com/cluster/
1291T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1292T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1293S:      Supported
1294
1295DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1296P:      Tobias Ringstrom
1297M:      tori@unhappy.mine.nu
1298L:      netdev@vger.kernel.org
1299S:      Maintained
1300
1301DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1302P:      Shannon Nelson
1303M:      shannon.nelson@intel.com
1304P:      Dan Williams
1305M:      dan.j.williams@intel.com
1306L:      linux-kernel@vger.kernel.org
1307S:      Supported
1308
1309DME1737 HARDWARE MONITOR DRIVER
1310P:      Juerg Haefliger
1311M:      juergh@gmail.com
1312L:      lm-sensors@lm-sensors.org
1313S:      Maintained
1314
1315DOCBOOK FOR DOCUMENTATION
1316P:      Randy Dunlap
1317M:      rdunlap@xenotime.net
1318S:      Maintained
1319
1320DOCKING STATION DRIVER
1321P:      Kristen Carlson Accardi
1322M:      kristen.c.accardi@intel.com
1323L:      linux-acpi@vger.kernel.org
1324S:      Supported
1325
1326DOUBLETALK DRIVER
1327P:      James R. Van Zandt
1328M:      jrv@vanzandt.mv.com
1329L:      blinux-list@redhat.com
1330S:      Maintained
1331
1332DRIVER CORE, KOBJECTS, AND SYSFS
1333P:      Greg Kroah-Hartman
1334M:      gregkh@suse.de
1335L:      linux-kernel@vger.kernel.org
1336T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1337S:      Supported
1338
1339DRM DRIVERS
1340P:      David Airlie
1341M:      airlied@linux.ie
1342L:      dri-devel@lists.sourceforge.net
1343T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1344S:      Maintained
1345
1346DSCC4 DRIVER
1347P:      Francois Romieu
1348M:      romieu@fr.zoreil.com
1349L:      netdev@vger.kernel.org
1350S:      Maintained
1351
1352DVB SUBSYSTEM AND DRIVERS
1353P:      LinuxTV.org Project
1354M:      v4l-dvb-maintainer@linuxtv.org
1355L:      linux-dvb@linuxtv.org (subscription required)
1356W:      http://linuxtv.org/
1357T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1358S:      Maintained
1359
1360EATA-DMA SCSI DRIVER
1361P:      Michael Neuffer
1362L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1363S:      Maintained
1364
1365EATA ISA/EISA/PCI SCSI DRIVER
1366P:      Dario Ballabio
1367M:      ballabio_dario@emc.com
1368L:      linux-scsi@vger.kernel.org
1369S:      Maintained
1370
1371EATA-PIO SCSI DRIVER
1372P:      Michael Neuffer
1373M:      mike@i-Connect.Net
1374L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S:      Maintained
1376
1377EBTABLES
1378P:      Bart De Schuymer
1379M:      bart.de.schuymer@pandora.be
1380L:      ebtables-user@lists.sourceforge.net
1381L:      ebtables-devel@lists.sourceforge.net
1382W:      http://ebtables.sourceforge.net/
1383S:      Maintained
1384
1385ECRYPT FILE SYSTEM
1386P:      Mike Halcrow, Phillip Hellewell
1387M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1388L:      ecryptfs-devel@lists.sourceforge.net
1389W:      http://ecryptfs.sourceforge.net/
1390S:      Supported
1391
1392EDAC-CORE
1393P:      Doug Thompson
1394M:      dougthompson@xmission.com
1395L:      bluesmoke-devel@lists.sourceforge.net
1396W:      bluesmoke.sourceforge.net
1397S:      Supported
1398
1399EDAC-E752X
1400P:      Mark Gross
1401P:      Doug Thompson
1402M:      mark.gross@intel.com
1403M:      dougthompson@xmission.com
1404L:      bluesmoke-devel@lists.sourceforge.net
1405W:      bluesmoke.sourceforge.net
1406S:      Maintained
1407
1408EDAC-E7XXX
1409P:      Doug Thompson
1410M:      dougthompson@xmission.com
1411L:      bluesmoke-devel@lists.sourceforge.net
1412W:      bluesmoke.sourceforge.net
1413S:      Maintained
1414
1415EDAC-I82443BXGX
1416P:      Tim Small
1417M:      tim@buttersideup.com
1418L:      bluesmoke-devel@lists.sourceforge.net
1419W:      bluesmoke.sourceforge.net
1420S:      Maintained
1421
1422EDAC-I3000
1423P:      Jason Uhlenkott
1424M:      juhlenko@akamai.com
1425L:      bluesmoke-devel@lists.sourceforge.net
1426W:      bluesmoke.sourceforge.net
1427S:      Maintained
1428
1429EDAC-I5000
1430P:      Doug Thompson
1431M:      dougthompson@xmission.com
1432L:      bluesmoke-devel@lists.sourceforge.net
1433W:      bluesmoke.sourceforge.net
1434S:      Maintained
1435
1436EDAC-I82975X
1437P:      Ranganathan Desikan
1438P:      Arvind R.
1439M:      rdesikan@jetzbroadband.com
1440M:      arvind@acarlab.com
1441L:      bluesmoke-devel@lists.sourceforge.net
1442W:      bluesmoke.sourceforge.net
1443S:      Maintained
1444
1445EDAC-PASEMI
1446P:      Egor Martovetsky
1447M:      egor@pasemi.com
1448L:      bluesmoke-devel@lists.sourceforge.net
1449W:      bluesmoke.sourceforge.net
1450S:      Maintained
1451
1452EDAC-R82600
1453P:      Tim Small
1454M:      tim@buttersideup.com
1455L:      bluesmoke-devel@lists.sourceforge.net
1456W:      bluesmoke.sourceforge.net
1457S:      Maintained
1458
1459EEPRO100 NETWORK DRIVER
1460P:      Andrey V. Savochkin
1461M:      saw@saw.sw.com.sg
1462S:      Maintained
1463
1464EFS FILESYSTEM
1465W:      http://aeschi.ch.eu.org/efs/
1466S:      Orphan
1467
1468EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1469P:      Hoang-Nam Nguyen
1470M:      hnguyen@de.ibm.com
1471P:      Christoph Raisch
1472M:      raisch@de.ibm.com
1473L:      general@lists.openfabrics.org
1474S:      Supported
1475
1476EMULEX LPFC FC SCSI DRIVER
1477P:      James Smart
1478M:      james.smart@emulex.com
1479L:      linux-scsi@vger.kernel.org
1480W:      http://sourceforge.net/projects/lpfcxxxx
1481S:      Supported
1482
1483EPSON 1355 FRAMEBUFFER DRIVER
1484P:      Christopher Hoover
1485M:      ch@murgatroid.com, ch@hpl.hp.com
1486S:      Maintained
1487
1488ETHEREXPRESS-16 NETWORK DRIVER
1489P:      Philip Blundell
1490M:      philb@gnu.org
1491L:      netdev@vger.kernel.org
1492S:      Maintained
1493
1494ETHERNET BRIDGE
1495P:      Stephen Hemminger
1496M:      shemminger@linux-foundation.org
1497L:      bridge@lists.linux-foundation.org
1498W:      http://bridge.sourceforge.net/
1499S:      Maintained
1500
1501ETHERTEAM 16I DRIVER
1502P:      Mika Kuoppala
1503M:      miku@iki.fi
1504S:      Maintained
1505
1506EXT2 FILE SYSTEM
1507L:      linux-ext4@vger.kernel.org
1508S:      Maintained
1509
1510EXT3 FILE SYSTEM
1511P:      Stephen Tweedie, Andrew Morton
1512M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1513L:      linux-ext4@vger.kernel.org
1514S:      Maintained
1515
1516EXT4 FILE SYSTEM
1517P:      Stephen Tweedie, Andrew Morton
1518M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1519L:      linux-ext4@vger.kernel.org
1520S:      Maintained
1521
1522F71805F HARDWARE MONITORING DRIVER
1523P:      Jean Delvare
1524M:      khali@linux-fr.org
1525L:      lm-sensors@lm-sensors.org
1526S:      Maintained
1527
1528FARSYNC SYNCHRONOUS DRIVER
1529P:      Kevin Curtis
1530M:      kevin.curtis@farsite.co.uk
1531W:      http://www.farsite.co.uk/
1532S:      Supported
1533
1534FAULT INJECTION SUPPORT
1535P:      Akinobu Mita
1536M:      akinobu.mita@gmail.com
1537S:      Supported
1538
1539FRAMEBUFFER LAYER
1540P:      Antonino Daplas
1541M:      adaplas@gmail.com
1542L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1543W:      http://linux-fbdev.sourceforge.net/
1544S:      Maintained
1545
1546FREESCALE SOC FS_ENET DRIVER
1547P:      Pantelis Antoniou
1548M:      pantelis.antoniou@gmail.com
1549P:      Vitaly Bordug
1550M:      vbordug@ru.mvista.com
1551L:      linuxppc-dev@ozlabs.org
1552L:      netdev@vger.kernel.org
1553S:      Maintained
1554
1555FREESCALE HIGHSPEED USB DEVICE DRIVER
1556P:      Li Yang
1557M:      leoli@freescale.com
1558L:      linux-usb@vger.kernel.org
1559L:      linuxppc-dev@ozlabs.org
1560S:      Maintained
1561
1562FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1563P:      Li Yang
1564M:      leoli@freescale.com
1565L:      netdev@vger.kernel.org
1566L:      linuxppc-dev@ozlabs.org
1567S:      Maintained
1568
1569FILE LOCKING (flock() and fcntl()/lockf())
1570P:      Matthew Wilcox
1571M:      matthew@wil.cx
1572L:      linux-fsdevel@vger.kernel.org
1573S:      Maintained
1574
1575FILESYSTEMS (VFS and infrastructure)
1576P:      Alexander Viro
1577M:      viro@zeniv.linux.org.uk
1578S:      Maintained
1579
1580FIREWIRE SUBSYSTEM
1581P:      Kristian Hoegsberg, Stefan Richter
1582M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1583L:      linux1394-devel@lists.sourceforge.net
1584W:      http://www.linux1394.org/
1585T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1586S:      Maintained
1587
1588FIRMWARE LOADER (request_firmware)
1589L:      linux-kernel@vger.kernel.org
1590S:      Orphan
1591
1592FPU EMULATOR
1593P:      Bill Metzenthen
1594M:      billm@suburbia.net
1595W:      http://suburbia.net/~billm/floating-point/emulator/
1596S:      Maintained
1597
1598FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1599P:      Mike McLagan
1600M:      mike.mclagan@linux.org
1601L:      netdev@vger.kernel.org
1602S:      Maintained
1603
1604FREEVXFS FILESYSTEM
1605P:      Christoph Hellwig
1606M:      hch@infradead.org
1607W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1608S:      Maintained
1609
1610FUJITSU FR-V (FRV) PORT
1611P:      David Howells
1612M:      dhowells@redhat.com
1613S:      Maintained
1614
1615FUSE: FILESYSTEM IN USERSPACE
1616P:      Miklos Szeredi
1617M:      miklos@szeredi.hu
1618L:      fuse-devel@lists.sourceforge.net
1619W:      http://fuse.sourceforge.net/
1620S:      Maintained
1621
1622FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1623P:      Rik Faith
1624M:      faith@cs.unc.edu
1625L:      linux-scsi@vger.kernel.org
1626S:      Odd fixes (e.g., new signatures)
1627
1628GDT SCSI DISK ARRAY CONTROLLER DRIVER
1629P:      Achim Leubner
1630M:      achim_leubner@adaptec.com
1631L:      linux-scsi@vger.kernel.org
1632W:      http://www.icp-vortex.com/
1633S:      Supported
1634
1635GENERIC GPIO I2C DRIVER
1636P:      Haavard Skinnemoen
1637M:      hskinnemoen@atmel.com
1638S:      Supported
1639
1640GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1641P:      Krzysztof Halasa
1642M:      khc@pm.waw.pl
1643W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1644S:      Maintained
1645
1646GFS2 FILE SYSTEM
1647P:      Steven Whitehouse
1648M:      swhiteho@redhat.com
1649L:      cluster-devel@redhat.com
1650W:      http://sources.redhat.com/cluster/
1651T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1652T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1653S:      Supported
1654
1655GIGASET ISDN DRIVERS
1656P:      Hansjoerg Lipp
1657M:      hjlipp@web.de
1658P:      Tilman Schmidt
1659M:      tilman@imap.cc
1660L:      gigaset307x-common@lists.sourceforge.net
1661W:      http://gigaset307x.sourceforge.net/
1662S:      Maintained
1663
1664HARDWARE MONITORING
1665P:      Mark M. Hoffman
1666M:      mhoffman@lightlink.com
1667L:      lm-sensors@lm-sensors.org
1668W:      http://www.lm-sensors.org/
1669T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1670T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1671S:      Maintained
1672
1673HARDWARE RANDOM NUMBER GENERATOR CORE
1674P:      Michael Buesch
1675M:      mb@bu3sch.de
1676S:      Maintained
1677
1678HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1679P:      Robert Love
1680M:      rlove@rlove.org
1681M:      linux-kernel@vger.kernel.org
1682W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1683S:      Maintained
1684
1685HARMONY SOUND DRIVER
1686P:      Kyle McMartin
1687M:      kyle@parisc-linux.org
1688L:      linux-parisc@vger.kernel.org
1689S:      Maintained
1690
1691HAYES ESP SERIAL DRIVER
1692P:      Andrew J. Robinson
1693M:      arobinso@nyx.net
1694L:      linux-kernel@vger.kernel.org
1695W:      http://www.nyx.net/~arobinso
1696S:      Maintained
1697
1698HFS FILESYSTEM
1699P:      Roman Zippel
1700M:      zippel@linux-m68k.org
1701L:      linux-kernel@vger.kernel.org
1702S:      Maintained
1703
1704HGA FRAMEBUFFER DRIVER
1705P:      Ferenc Bakonyi
1706M:      fero@drama.obuda.kando.hu
1707L:      linux-nvidia@lists.surfsouth.com
1708W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1709S:      Maintained
1710
1711HID CORE LAYER
1712P:      Jiri Kosina
1713M:      jkosina@suse.cz
1714L:      linux-input@vger.kernel.org
1715T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1716S:      Maintained
1717
1718HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1719P:      Thomas Gleixner
1720M:      tglx@linutronix.de
1721L:      linux-kernel@vger.kernel.org
1722S:      Maintained
1723
1724HIGH-SPEED SCC DRIVER FOR AX.25
1725P:      Klaus Kudielka
1726M:      klaus.kudielka@ieee.org
1727L:      linux-hams@vger.kernel.org
1728W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1729S:      Maintained
1730
1731HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1732P:      HighPoint Linux Team
1733M:      linux@highpoint-tech.com
1734W:      http://www.highpoint-tech.com
1735S:      Supported
1736
1737HIPPI
1738P:      Jes Sorensen
1739M:      jes@trained-monkey.org
1740L:      linux-hippi@sunsite.dk
1741S:      Maintained
1742
1743HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1744P:      Chirag Kantharia
1745M:      chirag.kantharia@hp.com
1746L:      iss_storagedev@hp.com
1747S:      Maintained
1748
1749HEWLETT-PACKARD SMART2 RAID DRIVER
1750P:      Chirag Kantharia
1751M:      chirag.kantharia@hp.com
1752L:      iss_storagedev@hp.com
1753S:      Maintained
1754
1755HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1756P:      Mike Miller
1757M:      mike.miller@hp.com
1758L:      iss_storagedev@hp.com
1759S:      Supported
1760
1761HOST AP DRIVER
1762P:      Jouni Malinen
1763M:      j@w1.fi
1764L:      hostap@shmoo.com (subscribers-only)
1765L:      linux-wireless@vger.kernel.org
1766W:      http://hostap.epitest.fi/
1767S:      Maintained
1768
1769HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1770P:      Jaroslav Kysela
1771M:      perex@perex.cz
1772S:      Maintained
1773
1774HPET:   High Precision Event Timers driver (hpet.c)
1775P:      Clemens Ladisch
1776M:      clemens@ladisch.de
1777S:      Maintained
1778
1779HPET:   i386
1780P:      Venkatesh Pallipadi (Venki)
1781M:      venkatesh.pallipadi@intel.com
1782S:      Maintained
1783
1784HPET:   x86_64
1785P:      Vojtech Pavlik
1786M:      vojtech@suse.cz
1787S:      Maintained
1788
1789HPET:   ACPI hpet.c
1790P:      Bob Picco
1791M:      bob.picco@hp.com
1792S:      Maintained
1793
1794HPFS FILESYSTEM
1795P:      Mikulas Patocka
1796M:      mikulas@artax.karlin.mff.cuni.cz
1797W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1798S:      Maintained
1799
1800HUGETLB FILESYSTEM
1801P:      William Irwin
1802M:      wli@holomorphy.com
1803S:      Maintained
1804
1805I2C/SMBUS STUB DRIVER
1806P:      Mark M. Hoffman
1807M:      mhoffman@lightlink.com
1808L:      lm-sensors@lm-sensors.org
1809S:      Maintained
1810
1811I2C SUBSYSTEM
1812P:      Jean Delvare
1813M:      khali@linux-fr.org
1814L:      i2c@lm-sensors.org
1815T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1816S:      Maintained
1817
1818I2C-TINY-USB DRIVER
1819P:      Till Harbaum
1820M:      till@harbaum.org
1821L:      i2c@lm-sensors.org
1822T:      http://www.harbaum.org/till/i2c_tiny_usb
1823S:      Maintained
1824
1825i386 BOOT CODE
1826P:      H. Peter Anvin
1827M:      hpa@zytor.com
1828L:      Linux-Kernel@vger.kernel.org
1829S:      Maintained
1830
1831i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1832P:      H. Peter Anvin
1833M:      hpa@zytor.com
1834T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1835S:      Maintained
1836
1837IA64 (Itanium) PLATFORM
1838P:      Tony Luck
1839M:      tony.luck@intel.com
1840L:      linux-ia64@vger.kernel.org
1841W:      http://www.ia64-linux.org/
1842T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1843S:      Maintained
1844
1845SN-IA64 (Itanium) SUB-PLATFORM
1846P:      Jes Sorensen
1847M:      jes@sgi.com
1848L:      linux-altix@sgi.com
1849L:      linux-ia64@vger.kernel.org
1850W:      http://www.sgi.com/altix
1851S:      Maintained
1852
1853IBM MCA SCSI SUBSYSTEM DRIVER
1854P:      Michael Lang
1855M:      langa2@kph.uni-mainz.de
1856W:      http://www.uni-mainz.de/~langm000/linux.html
1857S:      Maintained
1858
1859IBM Power Linux RAID adapter
1860P:      Brian King
1861M:      brking@us.ibm.com
1862S:      Supported
1863
1864IBM ServeRAID RAID DRIVER
1865P:      Jack Hammer
1866P:      Dave Jeffery
1867M:      ipslinux@adaptec.com
1868W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1869S:      Supported
1870
1871IDE SUBSYSTEM
1872P:      Bartlomiej Zolnierkiewicz
1873M:      bzolnier@gmail.com
1874L:      linux-ide@vger.kernel.org
1875T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1876S:      Maintained
1877
1878IDE/ATAPI CDROM DRIVER
1879P:      Borislav Petkov
1880M:      bbpetkov@yahoo.de
1881L:      linux-ide@vger.kernel.org
1882S:      Maintained
1883
1884IDE/ATAPI FLOPPY DRIVERS
1885P:      Paul Bristow
1886M:      Paul Bristow <paul@paulbristow.net>
1887W:      http://paulbristow.net/linux/idefloppy.html
1888L:      linux-kernel@vger.kernel.org
1889S:      Maintained
1890
1891IDE/ATAPI TAPE DRIVERS
1892P:      Gadi Oxman
1893M:      Gadi Oxman <gadio@netvision.net.il>
1894L:      linux-kernel@vger.kernel.org
1895S:      Maintained
1896
1897IDE-SCSI DRIVER
1898L:      linux-ide@vger.kernel.org
1899L:      linux-scsi@vger.kernel.org
1900S:      Orphan
1901
1902IEEE 1394 SUBSYSTEM
1903P:      Ben Collins
1904M:      ben.collins@ubuntu.com
1905P:      Stefan Richter
1906M:      stefanr@s5r6.in-berlin.de
1907L:      linux1394-devel@lists.sourceforge.net
1908W:      http://www.linux1394.org/
1909T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1910S:      Maintained
1911
1912IEEE 1394 RAW I/O DRIVER (raw1394)
1913P:      Dan Dennedy
1914M:      dan@dennedy.org
1915P:      Stefan Richter
1916M:      stefanr@s5r6.in-berlin.de
1917L:      linux1394-devel@lists.sourceforge.net
1918S:      Maintained
1919
1920IMS TWINTURBO FRAMEBUFFER DRIVER
1921L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1922S:      Orphan
1923
1924INFINIBAND SUBSYSTEM
1925P:      Roland Dreier
1926M:      rolandd@cisco.com
1927P:      Sean Hefty
1928M:      sean.hefty@intel.com
1929P:      Hal Rosenstock
1930M:      hal.rosenstock@gmail.com 
1931L:      general@lists.openfabrics.org
1932W:      http://www.openib.org/
1933T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1934S:      Supported
1935
1936INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1937P:      Dmitry Torokhov
1938M:      dmitry.torokhov@gmail.com
1939M:      dtor@mail.ru
1940L:      linux-input@vger.kernel.org
1941T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1942S:      Maintained
1943
1944INOTIFY
1945P:      John McCutchan
1946M:      ttb@tentacle.dhs.org
1947P:      Robert Love
1948M:      rml@novell.com
1949L:      linux-kernel@vger.kernel.org
1950S:      Maintained
1951
1952INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1953P:      Sylvain Meyer
1954M:      sylvain.meyer@worldonline.fr
1955L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1956S:      Maintained
1957
1958INTEL 810/815 FRAMEBUFFER DRIVER
1959P:      Antonino Daplas
1960M:      adaplas@gmail.com
1961L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1962S:      Maintained
1963
1964INTEL IA32 MICROCODE UPDATE SUPPORT
1965P:      Tigran Aivazian
1966M:      tigran@aivazian.fsnet.co.uk
1967S:      Maintained
1968
1969INTEL I/OAT DMA DRIVER
1970P:      Shannon Nelson
1971M:      shannon.nelson@intel.com
1972L:      linux-kernel@vger.kernel.org
1973S:      Supported
1974
1975INTEL IOP-ADMA DMA DRIVER
1976P:      Dan Williams
1977M:      dan.j.williams@intel.com
1978L:      linux-kernel@vger.kernel.org
1979S:      Supported
1980
1981INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1982P:      Deepak Saxena
1983M:      dsaxena@plexity.net
1984S:      Maintained
1985
1986INTEL IXP2000 ETHERNET DRIVER
1987P:      Lennert Buytenhek
1988M:      kernel@wantstofly.org
1989L:      netdev@vger.kernel.org
1990S:      Maintained
1991
1992INTEL PRO/100 ETHERNET SUPPORT
1993P:      Auke Kok
1994M:      auke-jan.h.kok@intel.com
1995P:      Jesse Brandeburg
1996M:      jesse.brandeburg@intel.com
1997P:      Jeff Kirsher
1998M:      jeffrey.t.kirsher@intel.com
1999P:      John Ronciak
2000M:      john.ronciak@intel.com
2001L:      e1000-devel@lists.sourceforge.net
2002W:      http://sourceforge.net/projects/e1000/
2003S:      Supported
2004
2005INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2006P:      Auke Kok
2007M:      auke-jan.h.kok@intel.com
2008P:      Jesse Brandeburg
2009M:      jesse.brandeburg@intel.com
2010P:      Jeff Kirsher
2011M:      jeffrey.t.kirsher@intel.com
2012P:      John Ronciak
2013M:      john.ronciak@intel.com
2014L:      e1000-devel@lists.sourceforge.net
2015W:      http://sourceforge.net/projects/e1000/
2016S:      Supported
2017
2018INTEL PRO/10GbE SUPPORT
2019P:      Ayyappan Veeraiyan
2020M:      ayyappan.veeraiyan@intel.com
2021P:      Auke Kok
2022M:      auke-jan.h.kok@intel.com
2023P:      Jesse Brandeburg
2024M:      jesse.brandeburg@intel.com
2025P:      John Ronciak
2026M:      john.ronciak@intel.com
2027L:      e1000-devel@lists.sourceforge.net
2028W:      http://sourceforge.net/projects/e1000/
2029S:      Supported
2030
2031INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2032P:      Yi Zhu
2033M:      yi.zhu@intel.com
2034P:      James Ketrenos
2035M:      jketreno@linux.intel.com
2036L:      linux-wireless@vger.kernel.org
2037L:      ipw2100-devel@lists.sourceforge.net
2038W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2039W:      http://ipw2100.sourceforge.net
2040S:      Supported
2041
2042INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2043P:      Yi Zhu
2044M:      yi.zhu@intel.com
2045P:      James Ketrenos
2046M:      jketreno@linux.intel.com
2047L:      linux-wireless@vger.kernel.org
2048L:      ipw2100-devel@lists.sourceforge.net
2049W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2050W:      http://ipw2200.sourceforge.net
2051S:      Supported
2052
2053INTEL WIRELESS WIFI LINK (iwlwifi)
2054P:      Zhu Yi
2055M:      yi.zhu@intel.com
2056L:      linux-wireless@vger.kernel.org
2057L:      ipw3945-devel@lists.sourceforge.net
2058W:      http://intellinuxwireless.org
2059T:      git git://intellinuxwireless.org/repos/iwlwifi
2060S:      Supported
2061
2062IOC3 ETHERNET DRIVER
2063P:      Ralf Baechle
2064M:      ralf@linux-mips.org
2065L:      linux-mips@linux-mips.org
2066S:      Maintained
2067
2068IOC3 SERIAL DRIVER
2069P:      Pat Gefre
2070M:      pfg@sgi.com
2071L:      linux-mips@linux-mips.org
2072S:      Maintained
2073
2074IP MASQUERADING:
2075P:      Juanjo Ciarlante
2076M:      jjciarla@raiz.uncu.edu.ar
2077S:      Maintained
2078
2079IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2080P:      Francois Romieu
2081M:      romieu@fr.zoreil.com
2082P:      Sorbica Shieh
2083M:      sorbica@icplus.com.tw
2084P:      Jesse Huang
2085M:      jesse@icplus.com.tw
2086L:      netdev@vger.kernel.org
2087S:      Maintained
2088
2089IPATH DRIVER:
2090P:      Arthur Jones
2091M:      infinipath@qlogic.com
2092L:      general@lists.openfabrics.org
2093T:      git git://git.qlogic.com/ipath-linux-2.6
2094S:      Supported
2095
2096IPMI SUBSYSTEM
2097P:      Corey Minyard
2098M:      minyard@acm.org
2099L:      openipmi-developer@lists.sourceforge.net
2100W:      http://openipmi.sourceforge.net/
2101S:      Supported
2102
2103IPX NETWORK LAYER
2104P:      Arnaldo Carvalho de Melo
2105M:      acme@ghostprotocols.net
2106L:      netdev@vger.kernel.org
2107S:      Maintained
2108
2109IRDA SUBSYSTEM
2110P:      Samuel Ortiz
2111M:      samuel@sortiz.org
2112L:      irda-users@lists.sourceforge.net (subscribers-only)
2113W:      http://irda.sourceforge.net/
2114S:      Maintained
2115
2116ISCSI
2117P:      Mike Christie
2118M:      michaelc@cs.wisc.edu
2119L:      open-iscsi@googlegroups.com
2120W:      www.open-iscsi.org
2121T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2122S:      Maintained
2123
2124ISAPNP
2125P:      Jaroslav Kysela
2126M:      perex@perex.cz
2127S:      Maintained
2128
2129ISDN SUBSYSTEM
2130P:      Karsten Keil
2131M:      kkeil@suse.de
2132L:      isdn4linux@listserv.isdn4linux.de
2133W:      http://www.isdn4linux.de
2134T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2135S:      Maintained
2136
2137ISDN SUBSYSTEM (Eicon active card driver)
2138P:      Armin Schindler
2139M:      mac@melware.de
2140L:      isdn4linux@listserv.isdn4linux.de
2141W:      http://www.melware.de
2142S:      Maintained
2143
2144JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2145P:      David Woodhouse
2146M:      dwmw2@infradead.org
2147L:      linux-mtd@lists.infradead.org
2148W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2149S:      Maintained
2150
2151JFS FILESYSTEM
2152P:      Dave Kleikamp
2153M:      shaggy@austin.ibm.com
2154L:      jfs-discussion@lists.sourceforge.net
2155W:      http://jfs.sourceforge.net/
2156T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2157S:      Supported
2158
2159JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2160P:      Stephen Tweedie, Andrew Morton
2161M:      sct@redhat.com, akpm@linux-foundation.org
2162L:      linux-ext4@vger.kernel.org
2163S:      Maintained
2164
2165K8TEMP HARDWARE MONITORING DRIVER
2166P:      Rudolf Marek
2167M:      r.marek@assembler.cz
2168L:      lm-sensors@lm-sensors.org
2169S:      Maintained
2170
2171KCONFIG
2172P:      Roman Zippel
2173M:      zippel@linux-m68k.org
2174L:      linux-kbuild@vger.kernel.org
2175S:      Maintained
2176
2177KDUMP
2178P:      Vivek Goyal
2179M:      vgoyal@redhat.com
2180P:      Haren Myneni
2181M:      hbabu@us.ibm.com
2182L:      kexec@lists.infradead.org
2183L:      linux-kernel@vger.kernel.org
2184W:      http://lse.sourceforge.net/kdump/
2185S:      Maintained
2186
2187KERNEL AUTOMOUNTER (AUTOFS)
2188P:      H. Peter Anvin
2189M:      hpa@zytor.com
2190L:      autofs@linux.kernel.org
2191S:      Odd Fixes
2192
2193KERNEL AUTOMOUNTER v4 (AUTOFS4)
2194P:      Ian Kent
2195M:      raven@themaw.net
2196L:      autofs@linux.kernel.org
2197S:      Maintained
2198
2199KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2200P:      Sam Ravnborg
2201M:      sam@ravnborg.org
2202T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2203L:      linux-kbuild@vger.kernel.org
2204S:      Maintained
2205
2206KERNEL JANITORS
2207P:      Several
2208L:      kernel-janitors@vger.kernel.org
2209W:      http://www.kerneljanitors.org/
2210S:      Maintained
2211
2212KERNEL NFSD
2213P:      J. Bruce Fields
2214M:      bfields@fieldses.org
2215P:      Neil Brown
2216M:      neilb@suse.de
2217L:      nfs@lists.sourceforge.net
2218W:      http://nfs.sourceforge.net/
2219S:      Supported
2220
2221KERNEL VIRTUAL MACHINE (KVM)
2222P:      Avi Kivity
2223M:      avi@qumranet.com
2224L:      kvm-devel@lists.sourceforge.net
2225W:      kvm.sourceforge.net
2226S:      Supported
2227
2228KEXEC
2229P:      Eric Biederman
2230M:      ebiederm@xmission.com
2231W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2232L:      linux-kernel@vger.kernel.org
2233L:      kexec@lists.infradead.org
2234S:      Maintained
2235
2236KPROBES
2237P:      Prasanna S Panchamukhi
2238M:      prasanna@in.ibm.com
2239P:      Ananth N Mavinakayanahalli
2240M:      ananth@in.ibm.com
2241P:      Anil S Keshavamurthy
2242M:      anil.s.keshavamurthy@intel.com
2243P:      David S. Miller
2244M:      davem@davemloft.net
2245L:      linux-kernel@vger.kernel.org
2246S:      Maintained
2247
2248KS0108 LCD CONTROLLER DRIVER
2249P:      Miguel Ojeda Sandonis
2250M:      maxextreme@gmail.com
2251L:      linux-kernel@vger.kernel.org
2252W:      http://auxdisplay.googlepages.com/
2253S:      Maintained
2254
2255LAPB module
2256L:      linux-x25@vger.kernel.org
2257S:      Orphan
2258
2259LASI 53c700 driver for PARISC
2260P:      James E.J. Bottomley
2261M:      James.Bottomley@HansenPartnership.com
2262L:      linux-scsi@vger.kernel.org
2263S:      Maintained
2264
2265LED SUBSYSTEM
2266P:      Richard Purdie
2267M:      rpurdie@rpsys.net
2268S:      Maintained
2269
2270LEGO USB Tower driver
2271P:      Juergen Stuber
2272M:      starblue@users.sourceforge.net
2273L:      legousb-devel@lists.sourceforge.net
2274W:      http://legousb.sourceforge.net/
2275S:      Maintained
2276
2277LGUEST
2278P:      Rusty Russell
2279M:      rusty@rustcorp.com.au
2280L:      lguest@ozlabs.org
2281W:      http://lguest.ozlabs.org/
2282S:      Maintained
2283
2284LINUX FOR IBM pSERIES (RS/6000)
2285P:      Paul Mackerras
2286M:      paulus@au.ibm.com
2287W:      http://www.ibm.com/linux/ltc/projects/ppc
2288S:      Supported
2289
2290LINUX FOR NCR VOYAGER
2291P:      James Bottomley
2292M:      James.Bottomley@HansenPartnership.com
2293W:      http://www.hansenpartnership.com/voyager
2294S:      Maintained
2295
2296LINUX FOR POWERPC
2297P:      Paul Mackerras
2298M:      paulus@samba.org
2299W:      http://www.penguinppc.org/
2300L:      linuxppc-dev@ozlabs.org
2301T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2302S:      Supported
2303
2304LINUX FOR POWER MACINTOSH
2305P:      Benjamin Herrenschmidt
2306M:      benh@kernel.crashing.org
2307W:      http://www.penguinppc.org/
2308L:      linuxppc-dev@ozlabs.org
2309S:      Maintained
2310
2311LINUX FOR POWERPC EMBEDDED MPC52XX
2312P:      Sylvain Munaut
2313M:      tnt@246tNt.com
2314P:      Grant Likely
2315M:      grant.likely@secretlab.ca
2316W:      http://www.246tNt.com/mpc52xx/
2317W:      http://www.penguinppc.org/
2318L:      linuxppc-dev@ozlabs.org
2319S:      Maintained
2320
2321LINUX FOR POWERPC EMBEDDED PPC4XX
2322P:      Josh Boyer
2323M:      jwboyer@linux.vnet.ibm.com
2324P:      Matt Porter
2325M:      mporter@kernel.crashing.org
2326W:      http://www.penguinppc.org/
2327L:      linuxppc-dev@ozlabs.org
2328T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2329S:      Maintained
2330
2331LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2332P:      Grant Likely
2333M:      grant.likely@secretlab.ca
2334W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2335L:      linuxppc-dev@ozlabs.org
2336S:      Maintained
2337
2338LINUX FOR POWERPC BOOT CODE
2339P:      Tom Rini
2340M:      trini@kernel.crashing.org
2341W:      http://www.penguinppc.org/
2342L:      linuxppc-dev@ozlabs.org
2343S:      Maintained
2344
2345LINUX FOR POWERPC EMBEDDED PPC8XX
2346P:      Vitaly Bordug
2347M:      vitb@kernel.crashing.org
2348P:      Marcelo Tosatti
2349M:      marcelo@kvack.org
2350W:      http://www.penguinppc.org/
2351L:      linuxppc-dev@ozlabs.org
2352S:      Maintained
2353
2354LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2355P:      Kumar Gala
2356M:      galak@kernel.crashing.org
2357W:      http://www.penguinppc.org/
2358L:      linuxppc-dev@ozlabs.org
2359S:      Maintained
2360
2361LINUX FOR POWERPC PA SEMI PWRFICIENT
2362P:      Olof Johansson
2363M:      olof@lixom.net
2364W:      http://www.pasemi.com/
2365L:      linuxppc-dev@ozlabs.org
2366S:      Supported
2367
2368LLC (802.2)
2369P:      Arnaldo Carvalho de Melo
2370M:      acme@ghostprotocols.net
2371S:      Maintained
2372
2373LINUX FOR 64BIT POWERPC
2374P:      Paul Mackerras
2375M:      paulus@samba.org
2376M:      paulus@au.ibm.com
2377P:      Anton Blanchard
2378M:      anton@samba.org
2379M:      anton@au.ibm.com
2380W:      http://www.penguinppc.org/ppc64/
2381L:      linuxppc-dev@ozlabs.org
2382S:      Supported
2383
2384LINUX SECURITY MODULE (LSM) FRAMEWORK
2385P:      Chris Wright
2386M:      chrisw@sous-sol.org
2387L:      linux-security-module@vger.kernel.org
2388W:      http://lsm.immunix.org
2389T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2390S:      Supported
2391
2392LM83 HARDWARE MONITOR DRIVER
2393P:      Jean Delvare
2394M:      khali@linux-fr.org
2395L:      lm-sensors@lm-sensors.org
2396S:      Maintained
2397
2398LM90 HARDWARE MONITOR DRIVER
2399P:      Jean Delvare
2400M:      khali@linux-fr.org
2401L:      lm-sensors@lm-sensors.org
2402S:      Maintained
2403
2404LOCKDEP AND LOCKSTAT
2405P:      Peter Zijlstra
2406M:      peterz@infradead.org
2407P:      Ingo Molnar
2408M:      mingo@redhat.com
2409L:      linux-kernel@vger.kernel.org
2410T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2411S:      Maintained
2412
2413LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2414P:      Richard Russon (FlatCap)
2415M:      ldm@flatcap.org
2416L:      linux-ntfs-dev@lists.sourceforge.net
2417W:      http://www.linux-ntfs.org/content/view/19/37/
2418S:      Maintained
2419
2420LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2421P:      Eric Moore
2422M:      Eric.Moore@lsi.com
2423M:      support@lsi.com
2424L:      DL-MPTFusionLinux@lsi.com
2425L:      linux-scsi@vger.kernel.org
2426W:      http://www.lsilogic.com/support
2427S:      Supported
2428
2429LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2430P:      Matthew Wilcox
2431M:      matthew@wil.cx
2432L:      linux-scsi@vger.kernel.org
2433S:      Maintained
2434
2435M32R ARCHITECTURE
2436P:      Hirokazu Takata
2437M:      takata@linux-m32r.org
2438L:      linux-m32r@ml.linux-m32r.org
2439L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2440W:      http://www.linux-m32r.org/
2441S:      Maintained
2442
2443M68K ARCHITECTURE
2444P:      Geert Uytterhoeven
2445M:      geert@linux-m68k.org
2446P:      Roman Zippel
2447M:      zippel@linux-m68k.org
2448L:      linux-m68k@lists.linux-m68k.org
2449W:      http://www.linux-m68k.org/
2450W:      http://linux-m68k-cvs.ubb.ca/
2451S:      Maintained
2452
2453M68K ON APPLE MACINTOSH
2454P:      Joshua Thompson
2455M:      funaho@jurai.org
2456W:      http://www.mac.linux-m68k.org/
2457L:      linux-m68k@lists.linux-m68k.org
2458S:      Maintained
2459
2460M68K ON HP9000/300
2461P:      Philip Blundell
2462M:      philb@gnu.org
2463W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2464S:      Maintained
2465
2466MAC80211
2467P:      Michael Wu
2468M:      flamingice@sourmilk.net
2469P:      Johannes Berg
2470M:      johannes@sipsolutions.net
2471P:      Jiri Benc
2472M:      jbenc@suse.cz
2473L:      linux-wireless@vger.kernel.org
2474W:      http://linuxwireless.org/
2475T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2476S:      Maintained
2477
2478MACVLAN DRIVER
2479P:      Patrick McHardy
2480M:      kaber@trash.net
2481L:      netdev@vger.kernel.org
2482S:      Maintained
2483
2484MARVELL YUKON / SYSKONNECT DRIVER
2485P:      Mirko Lindner
2486M:      mlindner@syskonnect.de
2487P:      Ralph Roesler
2488M:      rroesler@syskonnect.de
2489W:      http://www.syskonnect.com
2490S:      Supported
2491
2492MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2493P:      Michael Kerrisk
2494M:      mtk.manpages@gmail.com
2495W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2496S:      Maintained
2497
2498MARVELL LIBERTAS WIRELESS DRIVER
2499P:      Dan Williams
2500M:      dcbw@redhat.com
2501L:      libertas-dev@lists.infradead.org
2502S:      Maintained
2503
2504MARVELL MV643XX ETHERNET DRIVER
2505P:      Dale Farnsworth
2506M:      dale@farnsworth.org
2507P:      Manish Lachwani
2508M:      mlachwani@mvista.com
2509L:      netdev@vger.kernel.org
2510S:      Odd Fixes for 2.4; Maintained for 2.6.
2511
2512MATROX FRAMEBUFFER DRIVER
2513P:      Petr Vandrovec
2514M:      vandrove@vc.cvut.cz
2515L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2516S:      Maintained
2517
2518MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2519P:      Hans J. Koch
2520M:      hjk@linutronix.de
2521L:      lm-sensors@lm-sensors.org
2522S:      Maintained
2523
2524MEGARAID SCSI DRIVERS
2525P:      Neela Syam Kolli
2526M:      megaraidlinux@lsi.com
2527S:      linux-scsi@vger.kernel.org
2528W:      http://megaraid.lsilogic.com
2529S:      Maintained
2530
2531MEMORY MANAGEMENT
2532L:      linux-mm@kvack.org
2533L:      linux-kernel@vger.kernel.org
2534W:      http://www.linux-mm.org
2535S:      Maintained
2536
2537MEMORY TECHNOLOGY DEVICES (MTD)
2538P:      David Woodhouse
2539M:      dwmw2@infradead.org
2540W:      http://www.linux-mtd.infradead.org/
2541L:      linux-mtd@lists.infradead.org
2542T:      git git://git.infradead.org/mtd-2.6.git
2543S:      Maintained
2544
2545UNSORTED BLOCK IMAGES (UBI)
2546P:      Artem Bityutskiy
2547M:      dedekind@infradead.org
2548W:      http://www.linux-mtd.infradead.org/
2549L:      linux-mtd@lists.infradead.org
2550T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2551S:      Maintained
2552
2553MICROTEK X6 SCANNER
2554P:      Oliver Neukum
2555M:      oliver@neukum.name
2556S:      Maintained
2557
2558MIPS
2559P:      Ralf Baechle
2560M:      ralf@linux-mips.org
2561W:      http://www.linux-mips.org/
2562L:      linux-mips@linux-mips.org
2563T:      git www.linux-mips.org:/pub/scm/linux.git
2564S:      Supported
2565
2566MISCELLANEOUS MCA-SUPPORT
2567P:      James Bottomley
2568M:      James.Bottomley@HansenPartnership.com
2569L:      linux-kernel@vger.kernel.org
2570S:      Maintained
2571
2572MODULE SUPPORT
2573P:      Rusty Russell
2574M:      rusty@rustcorp.com.au
2575L:      linux-kernel@vger.kernel.org
2576S:      Maintained
2577
2578MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2579P:      Stelian Pop
2580M:      stelian@popies.net
2581W:      http://popies.net/meye/
2582S:      Maintained
2583
2584MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2585P:      Pavel Pisa
2586M:      ppisa@pikron.com
2587L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2588W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2589S:      Maintained
2590
2591MOUSE AND MISC DEVICES [GENERAL]
2592P:      Alessandro Rubini
2593M:      rubini@ipvvis.unipv.it
2594L:      linux-kernel@vger.kernel.org
2595S:      Maintained
2596
2597MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2598P:      Jiri Slaby
2599M:      jirislaby@gmail.com
2600L:      linux-kernel@vger.kernel.org
2601S:      Maintained
2602
2603MSI LAPTOP SUPPORT
2604P:      Lennart Poettering
2605M:      mzxreary@0pointer.de
2606W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2607W:      http://0pointer.de/lennart/tchibo.html
2608S:      Maintained
2609
2610MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2611P:      Pierre Ossman
2612M:      drzeus-mmc@drzeus.cx
2613L:      linux-kernel@vger.kernel.org
2614S:      Maintained
2615
2616MULTIMEDIA CARD (MMC) ETC. OVER SPI
2617P:      David Brownell
2618M:      dbrownell@users.sourceforge.net
2619L:      linux-kernel@vger.kernel.org
2620S:      Odd fixes
2621
2622MULTISOUND SOUND DRIVER
2623P:      Andrew Veliath
2624M:      andrewtv@usa.net
2625S:      Maintained
2626
2627MULTITECH MULTIPORT CARD (ISICOM)
2628P:      Jiri Slaby
2629M:      jirislaby@gmail.com
2630L:      linux-kernel@vger.kernel.org
2631S:      Maintained
2632
2633NATSEMI ETHERNET DRIVER (DP8381x)
2634P:      Tim Hockin
2635M:      thockin@hockin.org
2636S:      Maintained
2637
2638NCP FILESYSTEM
2639P:      Petr Vandrovec
2640M:      vandrove@vc.cvut.cz
2641L:      linware@sh.cvut.cz
2642S:      Maintained
2643
2644NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2645P:      James E.J. Bottomley
2646M:      James.Bottomley@HansenPartnership.com
2647L:      linux-scsi@vger.kernel.org
2648S:      Maintained
2649
2650NETEM NETWORK EMULATOR
2651P:      Stephen Hemminger
2652M:      shemminger@linux-foundation.org
2653L:      netem@lists.linux-foundation.org
2654S:      Maintained
2655
2656NETERION (S2IO) Xframe 10GbE DRIVER
2657P:      Ramkrishna Vepa
2658M:      ram.vepa@neterion.com
2659P:      Rastapur Santosh
2660M:      santosh.rastapur@neterion.com
2661P:      Sivakumar Subramani
2662M:      sivakumar.subramani@neterion.com
2663P:      Sreenivasa Honnur
2664M:      sreenivasa.honnur@neterion.com
2665L:      netdev@vger.kernel.org
2666W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2667S:      Supported
2668
2669NETFILTER/IPTABLES/IPCHAINS
2670P:      Rusty Russell
2671P:      Marc Boucher
2672P:      James Morris
2673P:      Harald Welte
2674P:      Jozsef Kadlecsik
2675P:      Patrick McHardy
2676M:      kaber@trash.net
2677L:      netfilter-devel@vger.kernel.org
2678L:      netfilter@vger.kernel.org
2679L:      coreteam@netfilter.org
2680W:      http://www.netfilter.org/
2681W:      http://www.iptables.org/
2682S:      Supported
2683
2684NETLABEL
2685P:      Paul Moore
2686M:      paul.moore@hp.com
2687W:      http://netlabel.sf.net
2688L:      netdev@vger.kernel.org
2689S:      Supported
2690
2691NETROM NETWORK LAYER
2692P:      Ralf Baechle
2693M:      ralf@linux-mips.org
2694L:      linux-hams@vger.kernel.org
2695W:      http://www.linux-ax25.org/
2696S:      Maintained
2697
2698NETWORK BLOCK DEVICE (NBD)
2699P:      Paul Clements
2700M:      Paul.Clements@steeleye.com
2701S:      Maintained
2702
2703NETWORK DEVICE DRIVERS
2704P:      Jeff Garzik
2705M:      jgarzik@pobox.com
2706L:      netdev@vger.kernel.org
2707T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2708S:      Maintained
2709
2710NETWORKING [GENERAL]
2711P:      Networking Team
2712M:      netdev@vger.kernel.org
2713L:      netdev@vger.kernel.org
2714W:      http://linux-net.osdl.org/
2715S:      Maintained
2716
2717NETWORKING [IPv4/IPv6]
2718P:      David S. Miller
2719M:      davem@davemloft.net
2720P:      Alexey Kuznetsov
2721M:      kuznet@ms2.inr.ac.ru
2722P:      Pekka Savola (ipv6)
2723M:      pekkas@netcore.fi
2724P:      James Morris
2725M:      jmorris@namei.org
2726P:      Hideaki YOSHIFUJI
2727M:      yoshfuji@linux-ipv6.org
2728P:      Patrick McHardy
2729M:      kaber@trash.net
2730L:      netdev@vger.kernel.org
2731T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2732S:      Maintained
2733
2734NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2735P:      Paul Moore
2736M:      paul.moore@hp.com
2737L:      netdev@vger.kernel.org
2738S:      Maintained
2739
2740NETWORKING [WIRELESS]
2741P:      John W. Linville
2742M:      linville@tuxdriver.com
2743L:      linux-wireless@vger.kernel.org
2744T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2745S:      Maintained
2746
2747NETXEN (1/10) GbE SUPPORT
2748P:      Dhananjay Phadke
2749M:      dhananjay@netxen.com
2750L:      netdev@vger.kernel.org
2751W:      http://www.netxen.com
2752S:      Supported
2753
2754IPVS
2755P:      Wensong Zhang
2756M:      wensong@linux-vs.org
2757P:      Simon Horman
2758M:      horms@verge.net.au
2759P:      Julian Anastasov
2760M:      ja@ssi.bg
2761L:      netdev@vger.kernel.org
2762S:      Maintained
2763
2764NFS CLIENT
2765P:      Trond Myklebust
2766M:      Trond.Myklebust@netapp.com
2767L:      linux-nfs@vger.kernel.org
2768W:      http://client.linux-nfs.org
2769T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2770S:      Maintained
2771
2772NI5010 NETWORK DRIVER
2773P:      Jan-Pascal van Best
2774M:      janpascal@vanbest.org
2775P:      Andreas Mohr
2776M:      andi@lisas.de
2777L:      netdev@vger.kernel.org
2778S:      Maintained
2779
2780NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2781P:      YOKOTA Hiroshi
2782M:      yokota@netlab.is.tsukuba.ac.jp
2783W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2784S:      Maintained
2785
2786NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2787P:      GOTO Masanori
2788M:      gotom@debian.or.jp
2789P:      YOKOTA Hiroshi
2790M:      yokota@netlab.is.tsukuba.ac.jp
2791W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2792S:      Maintained
2793
2794NTFS FILESYSTEM
2795P:      Anton Altaparmakov
2796M:      aia21@cantab.net
2797L:      linux-ntfs-dev@lists.sourceforge.net
2798L:      linux-kernel@vger.kernel.org
2799W:      http://linux-ntfs.sf.net/
2800T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2801S:      Maintained
2802
2803NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2804P:      Antonino Daplas
2805M:      adaplas@gmail.com
2806L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2807S:      Maintained
2808
2809OPENCORES I2C BUS DRIVER
2810P:      Peter Korsgaard
2811M:      jacmet@sunsite.dk
2812L:      i2c@lm-sensors.org
2813S:      Maintained
2814
2815ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2816P:      Mark Fasheh
2817M:      mark.fasheh@oracle.com
2818P:      Kurt Hackel
2819M:      kurt.hackel@oracle.com
2820L:      ocfs2-devel@oss.oracle.com
2821W:      http://oss.oracle.com/projects/ocfs2/
2822S:      Supported
2823
2824OLYMPIC NETWORK DRIVER
2825P:      Peter De Shrijver
2826M:      p2@ace.ulyssis.student.kuleuven.ac.be
2827P:      Mike Phillips
2828M:      mikep@linuxtr.net
2829L:      netdev@vger.kernel.org
2830W:      http://www.linuxtr.net
2831S:      Maintained
2832
2833OMNIKEY CARDMAN 4000 DRIVER
2834P:      Harald Welte
2835M:      laforge@gnumonks.org
2836S:      Maintained
2837
2838OMNIKEY CARDMAN 4040 DRIVER
2839P:      Harald Welte
2840M:      laforge@gnumonks.org
2841S:      Maintained
2842
2843OMNIVISION OV7670 SENSOR DRIVER
2844P:      Jonathan Corbet
2845M:      corbet@lwn.net
2846L:      video4linux-list@redhat.com
2847S:      Maintained
2848
2849ONENAND FLASH DRIVER
2850P:      Kyungmin Park
2851M:      kyungmin.park@samsung.com
2852L:      linux-mtd@lists.infradead.org
2853S:      Maintained
2854
2855ONSTREAM SCSI TAPE DRIVER
2856P:      Willem Riede
2857M:      osst@riede.org
2858L:      osst-users@lists.sourceforge.net
2859L:      linux-scsi@vger.kernel.org
2860S:      Maintained
2861
2862OPROFILE
2863P:      Philippe Elie
2864M:      phil.el@wanadoo.fr
2865L:      oprofile-list@lists.sf.net
2866S:      Maintained
2867
2868ORINOCO DRIVER
2869P:      Pavel Roskin
2870M:      proski@gnu.org
2871P:      David Gibson
2872M:      hermes@gibson.dropbear.id.au
2873L:      linux-wireless@vger.kernel.org
2874L:      orinoco-users@lists.sourceforge.net
2875L:      orinoco-devel@lists.sourceforge.net
2876W:      http://www.nongnu.org/orinoco/
2877S:      Maintained
2878
2879PA SEMI ETHERNET DRIVER
2880P:      Olof Johansson
2881M:      olof@lixom.net
2882L:      netdev@vger.kernel.org
2883S:      Maintained
2884
2885PA SEMI SMBUS DRIVER
2886P:      Olof Johansson
2887M:      olof@lixom.net
2888L:      i2c@lm-sensors.org
2889S:      Maintained
2890
2891PARALLEL PORT SUPPORT
2892L:      linux-parport@lists.infradead.org (subscribers-only)
2893S:      Orphan
2894
2895PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2896P:      Tim Waugh
2897M:      tim@cyberelk.net
2898L:      linux-parport@lists.infradead.org (subscribers-only)
2899W:      http://www.torque.net/linux-pp.html
2900S:      Maintained
2901
2902PARISC ARCHITECTURE
2903P:      Kyle McMartin
2904M:      kyle@parisc-linux.org
2905P:      Matthew Wilcox
2906M:      matthew@wil.cx
2907P:      Grant Grundler
2908M:      grundler@parisc-linux.org
2909L:      linux-parisc@vger.kernel.org
2910W:      http://www.parisc-linux.org/
2911T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2912S:      Maintained
2913
2914PARAVIRT_OPS INTERFACE
2915P:      Jeremy Fitzhardinge
2916M:      jeremy@xensource.com
2917P:      Chris Wright
2918M:      chrisw@sous-sol.org
2919P:      Zachary Amsden
2920M:      zach@vmware.com
2921P:      Rusty Russell
2922M:      rusty@rustcorp.com.au
2923L:      virtualization@lists.osdl.org
2924L:      linux-kernel@vger.kernel.org
2925S:      Supported
2926
2927PC87360 HARDWARE MONITORING DRIVER
2928P:      Jim Cromie
2929M:      jim.cromie@gmail.com
2930L:      lm-sensors@lm-sensors.org
2931S:      Maintained
2932
2933PC8736x GPIO DRIVER
2934P:      Jim Cromie
2935M:      jim.cromie@gmail.com
2936S:      Maintained
2937
2938PCI ERROR RECOVERY
2939P:      Linas Vepstas
2940M:      linas@austin.ibm.com
2941L:      linux-kernel@vger.kernel.org
2942L:      linux-pci@atrey.karlin.mff.cuni.cz
2943S:      Supported
2944
2945PCI SUBSYSTEM
2946P:      Greg Kroah-Hartman
2947M:      gregkh@suse.de
2948L:      linux-kernel@vger.kernel.org
2949L:      linux-pci@atrey.karlin.mff.cuni.cz
2950T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2951S:      Supported
2952
2953PCI HOTPLUG CORE
2954P:      Kristen Carlson Accardi
2955M:      kristen.c.accardi@intel.com
2956S:      Supported
2957
2958PCIE HOTPLUG DRIVER
2959P:      Kristen Carlson Accardi
2960M:      kristen.c.accardi@intel.com
2961L:      pcihpd-discuss@lists.sourceforge.net
2962S:      Supported
2963
2964PCMCIA SUBSYSTEM
2965P:      Linux PCMCIA Team
2966L:      linux-pcmcia@lists.infradead.org
2967W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2968T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2969S:      Maintained
2970
2971PCNET32 NETWORK DRIVER
2972P:      Don Fry
2973M:      pcnet32@verizon.net
2974L:      netdev@vger.kernel.org
2975S:      Maintained
2976
2977PER-TASK DELAY ACCOUNTING
2978P:      Shailabh Nagar
2979M:      nagar@watson.ibm.com
2980L:      linux-kernel@vger.kernel.org
2981S:      Maintained
2982
2983PERSONALITY HANDLING
2984P:      Christoph Hellwig
2985M:      hch@infradead.org
2986L:      linux-abi-devel@lists.sourceforge.net
2987S:      Maintained
2988
2989PHRAM MTD DRIVER
2990P:      Jörn Engel
2991M:      joern@wh.fh-wedel.de
2992L:      linux-mtd@lists.infradead.org
2993S:      Maintained
2994
2995PKTCDVD DRIVER
2996P:      Peter Osterlund
2997M:      petero2@telia.com
2998L:      linux-kernel@vger.kernel.org
2999S:      Maintained
3000
3001POSIX CLOCKS and TIMERS
3002P:      Thomas Gleixner
3003M:      tglx@linutronix.de
3004L:      linux-kernel@vger.kernel.org
3005S:      Supported
3006
3007POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3008P:      Anton Vorontsov
3009M:      cbou@mail.ru
3010P:      David Woodhouse
3011M:      dwmw2@infradead.org
3012L:      linux-kernel@vger.kernel.org
3013L:      kernel-discuss@handhelds.org
3014T:      git git.infradead.org/battery-2.6.git
3015S:      Maintained
3016
3017POWERPC 4xx EMAC DRIVER
3018P:      Eugene Surovegin
3019M:      ebs@ebshome.net
3020W:      http://kernel.ebshome.net/emac/
3021L:      linuxppc-dev@ozlabs.org
3022L:      netdev@vger.kernel.org
3023S:      Maintained
3024
3025PNP SUPPORT
3026P:      Adam Belay
3027M:      ambx1@neo.rr.com
3028S:      Maintained
3029
3030PNXxxxx I2C DRIVER
3031P:      Vitaly Wool
3032M:      vitalywool@gmail.com
3033L:      i2c@lm-sensors.org
3034S:      Maintained
3035
3036PPP PROTOCOL DRIVERS AND COMPRESSORS
3037P:      Paul Mackerras
3038M:      paulus@samba.org
3039L:      linux-ppp@vger.kernel.org
3040S:      Maintained
3041
3042PPP OVER ATM (RFC 2364)
3043P:      Mitchell Blank Jr
3044M:      mitch@sfgoth.com
3045S:      Maintained
3046
3047PPP OVER ETHERNET
3048P:      Michal Ostrowski
3049M:      mostrows@speakeasy.net
3050S:      Maintained
3051
3052PPP OVER L2TP
3053P:      James Chapman
3054M:      jchapman@katalix.com
3055S:      Maintained
3056
3057PREEMPTIBLE KERNEL
3058P:      Robert Love
3059M:      rml@tech9.net
3060L:      linux-kernel@vger.kernel.org
3061L:      kpreempt-tech@lists.sourceforge.net
3062W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3063S:      Supported
3064
3065P54 WIRELESS DRIVER
3066P:      Michael Wu
3067M:      flamingice@sourmilk.net
3068L:      linux-wireless@vger.kernel.org
3069W:      http://prism54.org
3070T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3071S:      Maintained
3072
3073PRISM54 WIRELESS DRIVER
3074P:      Luis R. Rodriguez
3075M:      mcgrof@gmail.com
3076L:      linux-wireless@vger.kernel.org
3077W:      http://prism54.org
3078S:      Maintained
3079
3080PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3081P:      Peter Denison
3082M:      promise@pnd-pc.demon.co.uk
3083W:      http://www.pnd-pc.demon.co.uk/promise/
3084S:      Maintained
3085
3086PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3087P:      Mikael Pettersson
3088M:      mikpe@it.uu.se
3089L:      linux-ide@vger.kernel.org
3090S:      Maintained
3091
3092PS3 NETWORK SUPPORT
3093P:      Masakazu Mokuno
3094M:      mokuno@sm.sony.co.jp
3095L:      netdev@vger.kernel.org
3096L:      cbe-oss-dev@ozlabs.org
3097S:      Supported
3098
3099PS3 PLATFORM SUPPORT
3100P:      Geoff Levand
3101M:      geoffrey.levand@am.sony.com
3102L:      linuxppc-dev@ozlabs.org
3103L:      cbe-oss-dev@ozlabs.org
3104S:      Supported
3105
3106PVRUSB2 VIDEO4LINUX DRIVER
3107P:      Mike Isely
3108M:      isely@pobox.com
3109L:      pvrusb2@isely.net       (subscribers-only)
3110L:      video4linux-list@redhat.com
3111W:      http://www.isely.net/pvrusb2/
3112S:      Maintained
3113
3114PXA2xx SUPPORT
3115P:      Nicolas Pitre
3116M:      nico@cam.org
3117L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3118S:      Maintained
3119
3120PXA MMCI DRIVER
3121S:      Orphan
3122
3123QLOGIC QLA2XXX FC-SCSI DRIVER
3124P:      Andrew Vasquez
3125M:      linux-driver@qlogic.com
3126L:      linux-scsi@vger.kernel.org
3127S:      Supported
3128
3129QLOGIC QLA3XXX NETWORK DRIVER
3130P:      Ron Mercer
3131M:      linux-driver@qlogic.com
3132L:      netdev@vger.kernel.org
3133S:      Supported
3134
3135QNX4 FILESYSTEM
3136P:      Anders Larsen
3137M:      al@alarsen.net
3138L:      linux-kernel@vger.kernel.org
3139W:      http://www.alarsen.net/linux/qnx4fs/
3140S:      Maintained
3141
3142RADEON FRAMEBUFFER DISPLAY DRIVER
3143P:      Benjamin Herrenschmidt
3144M:      benh@kernel.crashing.org
3145L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3146S:      Maintained
3147
3148RAGE128 FRAMEBUFFER DISPLAY DRIVER
3149P:      Paul Mackerras
3150M:      paulus@samba.org
3151L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3152S:      Maintained
3153
3154RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3155P:      Corey Thomas
3156M:      corey@world.std.com
3157L:      linux-wireless@vger.kernel.org
3158S:      Maintained
3159
3160RALINK RT2X00 WLAN DRIVER
3161P:      rt2x00 project
3162L:      linux-wireless@vger.kernel.org
3163L:      rt2400-devel@lists.sourceforge.net
3164W:      http://rt2x00.serialmonkey.com/
3165S:      Maintained
3166F:      drivers/net/wireless/rt2x00/
3167
3168RANDOM NUMBER DRIVER
3169P:      Matt Mackall
3170M:      mpm@selenic.com
3171S:      Maintained
3172
3173RAPIDIO SUBSYSTEM
3174P:      Matt Porter
3175M:      mporter@kernel.crashing.org
3176L:      linux-kernel@vger.kernel.org
3177S:      Maintained
3178
3179READ-COPY UPDATE (RCU)
3180P:      Dipankar Sarma
3181M:      dipankar@in.ibm.com
3182W:      http://www.rdrop.com/users/paulmck/rclock/
3183L:      linux-kernel@vger.kernel.org
3184S:      Supported
3185
3186RCUTORTURE MODULE
3187P:      Josh Triplett
3188M:      josh@freedesktop.org
3189L:      linux-kernel@vger.kernel.org
3190S:      Maintained
3191
3192REAL TIME CLOCK DRIVER
3193P:      Paul Gortmaker
3194M:      p_gortmaker@yahoo.com
3195L:      linux-kernel@vger.kernel.org
3196S:      Maintained
3197
3198REAL TIME CLOCK (RTC) SUBSYSTEM
3199P:      Alessandro Zummo
3200M:      a.zummo@towertech.it
3201L:      rtc-linux@googlegroups.com
3202S:      Maintained
3203
3204REISERFS FILE SYSTEM
3205P:      Hans Reiser
3206M:      reiserfs-dev@namesys.com
3207L:      reiserfs-devel@vger.kernel.org
3208W:      http://www.namesys.com
3209S:      Supported
3210
3211ROCKETPORT DRIVER
3212P:      Comtrol Corp.
3213W:      http://www.comtrol.com
3214S:      Maintained
3215
3216ROSE NETWORK LAYER
3217P:      Ralf Baechle
3218M:      ralf@linux-mips.org
3219L:      linux-hams@vger.kernel.org
3220W:      http://www.linux-ax25.org/
3221S:      Maintained
3222
3223RISCOM8 DRIVER
3224S:      Orphan
3225
3226RTL818X WIRELESS DRIVER
3227P:      Michael Wu
3228M:      flamingice@sourmilk.net
3229P:      Andrea Merello
3230M:      andreamrl@tiscali.it
3231L:      linux-wireless@vger.kernel.org
3232W:      http://linuxwireless.org/
3233T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3234S:      Maintained
3235
3236S3 SAVAGE FRAMEBUFFER DRIVER
3237P:      Antonino Daplas
3238M:      adaplas@gmail.com
3239L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3240S:      Maintained
3241
3242S390
3243P:      Martin Schwidefsky
3244M:      schwidefsky@de.ibm.com
3245P:      Heiko Carstens
3246M:      heiko.carstens@de.ibm.com
3247M:      linux390@de.ibm.com
3248L:      linux-s390@vger.kernel.org
3249W:      http://www.ibm.com/developerworks/linux/linux390/
3250S:      Supported
3251
3252S390 NETWORK DRIVERS
3253P:      Ursula Braun
3254M:      ubraun@linux.vnet.ibm.com
3255P:      Frank Blaschka
3256M:      blaschka@linux.vnet.ibm.com
3257M:      linux390@de.ibm.com
3258L:      linux-s390@vger.kernel.org
3259W:      http://www.ibm.com/developerworks/linux/linux390/
3260S:      Supported
3261
3262S390 ZFCP DRIVER
3263P:      Swen Schillig
3264M:      swen@vnet.ibm.com
3265M:      linux390@de.ibm.com
3266L:      linux-s390@vger.kernel.org
3267W:      http://www.ibm.com/developerworks/linux/linux390/
3268S:      Supported
3269
3270S390 IUCV NETWORK LAYER
3271P:      Ursula Braun
3272M:      ubraun@linux.vnet.ibm.com
3273M:      linux390@de.ibm.com
3274L:      linux-s390@vger.kernel.org
3275W:      http://www.ibm.com/developerworks/linux/linux390/
3276S:      Supported
3277
3278SAA7146 VIDEO4LINUX-2 DRIVER
3279P:      Michael Hunold
3280M:      michael@mihu.de
3281W:      http://www.mihu.de/linux/saa7146
3282S:      Maintained
3283
3284SC1200 WDT DRIVER
3285P:      Zwane Mwaikambo
3286M:      zwane@arm.linux.org.uk
3287S:      Maintained
3288
3289SCHEDULER
3290P:      Ingo Molnar
3291M:      mingo@elte.hu
3292P:      Robert Love    [the preemptible kernel bits]
3293M:      rml@tech9.net
3294L:      linux-kernel@vger.kernel.org
3295S:      Maintained
3296
3297SCSI CDROM DRIVER
3298P:      Jens Axboe
3299M:      axboe@kernel.dk
3300L:      linux-scsi@vger.kernel.org
3301W:      http://www.kernel.dk
3302S:      Maintained
3303
3304SCSI SG DRIVER
3305P:      Doug Gilbert
3306M:      dgilbert@interlog.com
3307L:      linux-scsi@vger.kernel.org
3308W:      http://www.torque.net/sg
3309S:      Maintained
3310
3311SCSI SUBSYSTEM
3312P:      James E.J. Bottomley
3313M:      James.Bottomley@HansenPartnership.com
3314L:      linux-scsi@vger.kernel.org
3315T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3316T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3317T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3318S:      Maintained
3319
3320SCSI TAPE DRIVER
3321P:      Kai Mäkisara
3322M:      Kai.Makisara@kolumbus.fi
3323L:      linux-scsi@vger.kernel.org
3324S:      Maintained
3325
3326SCTP PROTOCOL
3327P:      Vlad Yasevich
3328M:      vladislav.yasevich@hp.com
3329P:      Sridhar Samudrala
3330M:      sri@us.ibm.com
3331L:      lksctp-developers@lists.sourceforge.net
3332W:      http://lksctp.sourceforge.net
3333S:      Supported
3334
3335SCx200 CPU SUPPORT
3336P:      Jim Cromie
3337M:      jim.cromie@gmail.com
3338S:      Odd Fixes
3339
3340SCx200 GPIO DRIVER
3341P:      Jim Cromie
3342M:      jim.cromie@gmail.com
3343S:      Maintained
3344
3345SCx200 HRT CLOCKSOURCE DRIVER
3346P:      Jim Cromie
3347M:      jim.cromie@gmail.com
3348S:      Maintained
3349
3350SECURITY CONTACT
3351P:      Security Officers
3352M:      security@kernel.org
3353S:      Supported
3354
3355SELINUX SECURITY MODULE
3356P:      Stephen Smalley
3357M:      sds@tycho.nsa.gov
3358P:      James Morris
3359M:      jmorris@namei.org
3360P:      Eric Paris
3361M:      eparis@parisplace.org
3362L:      linux-kernel@vger.kernel.org (kernel issues)
3363L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3364W:      http://www.nsa.gov/selinux
3365S:      Supported
3366
3367SENSABLE PHANTOM
3368P:      Jiri Slaby
3369M:      jirislaby@gmail.com
3370S:      Maintained
3371
3372SERIAL ATA (SATA) SUBSYSTEM:
3373P:      Jeff Garzik
3374M:      jgarzik@pobox.com
3375L:      linux-ide@vger.kernel.org
3376T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3377S:      Supported
3378
3379SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3380P:      Pat Gefre
3381M:      pfg@sgi.com
3382L:      linux-ia64@vger.kernel.org
3383S:      Supported
3384
3385SGI VISUAL WORKSTATION 320 AND 540
3386P:      Andrey Panin
3387M:      pazke@donpac.ru
3388L:      linux-visws-devel@lists.sf.net
3389W:      http://linux-visws.sf.net
3390S:      Maintained for 2.6.
3391
3392SIMTEC EB110ATX (Chalice CATS)
3393P:      Ben Dooks
3394P:      Vincent Sanders
3395M:      support@simtec.co.uk
3396W:      http://www.simtec.co.uk/products/EB110ATX/
3397S:      Supported
3398
3399SIMTEC EB2410ITX (BAST)
3400P:      Ben Dooks
3401P:      Vincent Sanders
3402M:      support@simtec.co.uk
3403W:      http://www.simtec.co.uk/products/EB2410ITX/
3404S:      Supported
3405
3406SIS 190 ETHERNET DRIVER
3407P:      Francois Romieu
3408M:      romieu@fr.zoreil.com
3409L:      netdev@vger.kernel.org
3410S:      Maintained
3411
3412SIS 5513 IDE CONTROLLER DRIVER
3413P:      Lionel Bouton
3414M:      Lionel.Bouton@inet6.fr
3415W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3416W:      http://gyver.homeip.net/sis5513/index.html
3417S:      Maintained
3418
3419SIS 900/7016 FAST ETHERNET DRIVER
3420P:      Daniele Venzano
3421M:      venza@brownhat.org
3422W:      http://www.brownhat.org/sis900.html
3423L:      netdev@vger.kernel.org
3424S:      Maintained
3425
3426SIS 96X I2C/SMBUS DRIVER
3427P:      Mark M. Hoffman
3428M:      mhoffman@lightlink.com
3429L:      lm-sensors@lm-sensors.org
3430S:      Maintained
3431
3432SIS FRAMEBUFFER DRIVER
3433P:      Thomas Winischhofer
3434M:      thomas@winischhofer.net
3435W:      http://www.winischhofer.net/linuxsisvga.shtml
3436S:      Maintained
3437
3438SIS USB2VGA DRIVER
3439P:      Thomas Winischhofer
3440M:      thomas@winischhofer.net
3441W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3442S:      Maintained
3443
3444SLAB ALLOCATOR
3445P:      Christoph Lameter
3446M:      clameter@sgi.com
3447P:      Pekka Enberg
3448M:      penberg@cs.helsinki.fi
3449L:      linux-mm@kvack.org
3450S:      Maintained
3451
3452SMC91x ETHERNET DRIVER
3453P:      Nicolas Pitre
3454M:      nico@cam.org
3455S:      Maintained
3456
3457SMSC47B397 HARDWARE MONITOR DRIVER
3458P:      Mark M. Hoffman
3459M:      mhoffman@lightlink.com
3460L:      lm-sensors@lm-sensors.org
3461S:      Maintained
3462
3463SOFTMAC LAYER (IEEE 802.11)
3464P:      Daniel Drake
3465M:      dsd@gentoo.org
3466L:      linux-wireless@vger.kernel.org
3467S:      Obsolete
3468
3469SOFTWARE RAID (Multiple Disks) SUPPORT
3470P:      Ingo Molnar
3471M:      mingo@redhat.com
3472P:      Neil Brown
3473M:      neilb@suse.de
3474L:      linux-raid@vger.kernel.org
3475S:      Supported
3476
3477HIBERNATION (aka Software Suspend, aka swsusp):
3478P:      Pavel Machek
3479M:      pavel@suse.cz
3480P:      Rafael J. Wysocki
3481M:      rjw@sisk.pl
3482L:      linux-pm@lists.linux-foundation.org
3483S:      Supported
3484
3485SUSPEND TO RAM:
3486P:      Len Brown
3487M:      len.brown@intel.com
3488P:      Pavel Machek
3489M:      pavel@suse.cz
3490P:      Rafael J. Wysocki
3491M:      rjw@sisk.pl
3492L:      linux-pm@lists.linux-foundation.org
3493S:      Supported
3494
3495SONIC NETWORK DRIVER
3496P:      Thomas Bogendoerfer
3497M:      tsbogend@alpha.franken.de
3498L:      netdev@vger.kernel.org
3499S:      Maintained
3500
3501SONICS SILICON BACKPLANE DRIVER (SSB)
3502P:      Michael Buesch
3503M:      mb@bu3sch.de
3504L:      netdev@vger.kernel.org
3505S:      Maintained
3506
3507SONY VAIO CONTROL DEVICE DRIVER
3508P:      Mattia Dongili
3509M:      malattia@linux.it
3510L:      linux-acpi@vger.kernel.org
3511W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3512S:      Maintained
3513
3514SOUND
3515P:      Jaroslav Kysela
3516M:      perex@perex.cz
3517L:      alsa-devel@alsa-project.org (subscribers-only)
3518S:      Maintained
3519
3520SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3521P:      Liam Girdwood
3522M:      liam.girdwood@wolfsonmicro.com
3523L:      alsa-devel@alsa-project.org (subscribers-only)
3524S:      Supported
3525
3526SPI SUBSYSTEM
3527P:      David Brownell
3528M:      dbrownell@users.sourceforge.net
3529L:      spi-devel-general@lists.sourceforge.net
3530S:      Maintained
3531
3532STABLE BRANCH:
3533P:      Greg Kroah-Hartman
3534M:      greg@kroah.com
3535P:      Chris Wright
3536M:      chrisw@sous-sol.org
3537L:      stable@kernel.org
3538S:      Maintained
3539
3540TPM DEVICE DRIVER
3541P:      Kylene Hall
3542M:      tpmdd-devel@lists.sourceforge.net
3543W:      http://tpmdd.sourceforge.net
3544P:      Marcel Selhorst
3545M:      tpm@selhorst.net
3546W:      http://www.prosec.rub.de/tpm/
3547L:      tpmdd-devel@lists.sourceforge.net
3548S:      Maintained
3549
3550Telecom Clock Driver for MCPL0010
3551P:      Mark Gross
3552M:      mark.gross@intel.com
3553S:      Supported
3554
3555TENSILICA XTENSA PORT (xtensa):
3556P:      Chris Zankel
3557M:      chris@zankel.net
3558S:      Maintained
3559
3560THINKPAD ACPI EXTRAS DRIVER
3561P:      Henrique de Moraes Holschuh
3562M:      ibm-acpi@hmh.eng.br
3563L:      ibm-acpi-devel@lists.sourceforge.net
3564W:      http://ibm-acpi.sourceforge.net
3565W:      http://thinkwiki.org/wiki/Ibm-acpi
3566T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3567S:      Maintained
3568
3569UltraSPARC (sparc64):
3570P:      David S. Miller
3571M:      davem@davemloft.net
3572L:      sparclinux@vger.kernel.org
3573T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3574S:      Maintained
3575
3576SHARP LH SUPPORT (LH7952X & LH7A40X)
3577P:      Marc Singer
3578M:      elf@buici.com
3579W:      http://projects.buici.com/arm
3580L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3581S:      Maintained
3582
3583SHPC HOTPLUG DRIVER
3584P:      Kristen Carlson Accardi
3585M:      kristen.c.accardi@intel.com
3586L:      pcihpd-discuss@lists.sourceforge.net
3587S:      Supported
3588
3589SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3590P:      Pierre Ossman
3591M:      drzeus-sdhci@drzeus.cx
3592L:      sdhci-devel@list.drzeus.cx
3593W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3594S:      Maintained
3595
3596SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3597P:      Stephen Hemminger
3598M:      shemminger@linux-foundation.org
3599L:      netdev@vger.kernel.org
3600S:      Maintained
3601
3602SOEKRIS NET48XX LED SUPPORT
3603P:      Chris Boot
3604M:      bootc@bootc.net
3605S:      Maintained
3606
3607SPARC (sparc32):
3608P:      William L. Irwin
3609M:      wli@holomorphy.com
3610L:      sparclinux@vger.kernel.org
3611S:      Maintained
3612
3613SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3614P:      Roger Wolff
3615M:      R.E.Wolff@BitWizard.nl
3616L:      linux-kernel@vger.kernel.org ?
3617S:      Supported
3618
3619SPIDERNET NETWORK DRIVER for CELL
3620P:      Ishizaki Kou
3621M:      kou.ishizaki@toshiba.co.jp
3622P:      Jens Osterkamp
3623M:      jens@de.ibm.com
3624L:      netdev@vger.kernel.org
3625S:      Supported
3626
3627SRM (Alpha) environment access
3628P:      Jan-Benedict Glaw
3629M:      jbglaw@lug-owl.de
3630L:      linux-kernel@vger.kernel.org
3631S:      Maintained
3632
3633STARFIRE/DURALAN NETWORK DRIVER
3634P:      Ion Badulescu
3635M:      ionut@cs.columbia.edu
3636S:      Maintained
3637
3638STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3639W:      http://mosquitonet.Stanford.EDU/strip.html
3640S:      Unsupported ?
3641
3642STRADIS MPEG-2 DECODER DRIVER
3643P:      Nathan Laredo
3644M:      laredo@gnu.org
3645W:      http://www.stradis.com/
3646S:      Maintained
3647
3648SUPERH
3649P:      Paul Mundt
3650M:      lethal@linux-sh.org
3651L:      linux-sh@vger.kernel.org
3652W:      http://www.linux-sh.org
3653T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3654S:      Maintained
3655
3656SUN3/3X
3657P:      Sam Creasey
3658M:      sammy@sammy.net
3659W:      http://sammy.net/sun3/
3660S:      Maintained
3661
3662SVGA HANDLING
3663P:      Martin Mares
3664M:      mj@ucw.cz
3665L:      linux-video@atrey.karlin.mff.cuni.cz
3666S:      Maintained
3667
3668SYSV FILESYSTEM
3669P:      Christoph Hellwig
3670M:      hch@infradead.org
3671S:      Maintained
3672
3673TC CLASSIFIER
3674P:      Jamal Hadi Salim
3675M:      hadi@cyberus.ca
3676L:      netdev@vger.kernel.org
3677S:      Maintained
3678
3679TCP LOW PRIORITY MODULE
3680P:      Wong Hoi Sing, Edison
3681M:      hswong3i@gmail.com
3682P:      Hung Hing Lun, Mike
3683M:      hlhung3i@gmail.com
3684W:      http://tcp-lp-mod.sourceforge.net/
3685S:      Maintained
3686
3687TEHUTI ETHERNET DRIVER
3688P:      Alexander Indenbaum
3689M:      baum@tehutinetworks.net
3690P:      Andy Gospodarek
3691M:      andy@greyhouse.net
3692L:      netdev@vger.kernel.org
3693S:      Supported
3694
3695TI FLASH MEDIA INTERFACE DRIVER
3696P:      Alex Dubov
3697M:      oakad@yahoo.com
3698S:      Maintained
3699
3700TI OMAP MMC INTERFACE DRIVER
3701P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3702M:      linux-omap-open-source@linux.omap.com (subscribers only)
3703W:      http://linux.omap.com
3704W:      http://www.muru.com/linux/omap/
3705S:      Maintained
3706
3707TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3708P:      Deepak Saxena
3709M:      dsaxena@plexity.net
3710S:      Maintained
3711
3712TASKSTATS STATISTICS INTERFACE
3713P:      Shailabh Nagar
3714M:      nagar@watson.ibm.com
3715L:      linux-kernel@vger.kernel.org
3716S:      Maintained
3717
3718TIPC NETWORK LAYER
3719P:      Per Liden
3720M:      per.liden@ericsson.com
3721P:      Jon Maloy
3722M:      jon.maloy@ericsson.com
3723P:      Allan Stephens
3724M:      allan.stephens@windriver.com
3725L:      tipc-discussion@lists.sourceforge.net
3726W:      http://tipc.sourceforge.net/
3727W:      http://tipc.cslab.ericsson.net/
3728T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3729S:      Maintained
3730
3731TLAN NETWORK DRIVER
3732P:      Samuel Chessman
3733M:      chessman@tux.org
3734L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3735W:      http://sourceforge.net/projects/tlan/
3736S:      Maintained
3737
3738TOKEN-RING NETWORK DRIVER
3739P:      Mike Phillips
3740M:      mikep@linuxtr.net
3741L:      netdev@vger.kernel.org
3742W:      http://www.linuxtr.net
3743S:      Maintained
3744
3745TOSHIBA ACPI EXTRAS DRIVER
3746P:      John Belmonte
3747M:      toshiba_acpi@memebeam.org
3748W:      http://memebeam.org/toys/ToshibaAcpiDriver
3749S:      Maintained
3750
3751TOSHIBA SMM DRIVER
3752P:      Jonathan Buzzard
3753M:      jonathan@buzzard.org.uk
3754L:      tlinux-users@tce.toshiba-dme.co.jp
3755W:      http://www.buzzard.org.uk/toshiba/
3756S:      Maintained
3757
3758TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3759P:      Muli Ben-Yehuda
3760M:      mulix@mulix.org
3761L:      linux-kernel@vger.kernel.org
3762S:      Maintained
3763
3764TRIVIAL PATCHES
3765P:      Adrian Bunk
3766M:      trivial@kernel.org
3767L:      linux-kernel@vger.kernel.org
3768W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3769T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3770S:      Maintained
3771
3772TMS380 TOKEN-RING NETWORK DRIVER
3773P:      Adam Fritzler
3774M:      mid@auk.cx
3775L:      linux-tr@linuxtr.net
3776W:      http://www.auk.cx/tms380tr/
3777S:      Maintained
3778
3779TULIP NETWORK DRIVER
3780L:      tulip-users@lists.sourceforge.net
3781W:      http://sourceforge.net/projects/tulip/
3782S:      Orphan
3783
3784TUN/TAP driver
3785P:      Maxim Krasnyansky
3786M:      maxk@qualcomm.com
3787L:      vtun@office.satix.net
3788W:      http://vtun.sourceforge.net/tun
3789S:      Maintained
3790
3791TURBOCHANNEL SUBSYSTEM
3792P:      Maciej W. Rozycki
3793M:      macro@linux-mips.org
3794S:      Maintained
3795
3796U14-34F SCSI DRIVER
3797P:      Dario Ballabio
3798M:      ballabio_dario@emc.com
3799L:      linux-scsi@vger.kernel.org
3800S:      Maintained
3801
3802UDF FILESYSTEM
3803P:      Ben Fennema
3804M:      bfennema@falcon.csc.calpoly.edu
3805W:      http://linux-udf.sourceforge.net
3806S:      Maintained
3807
3808UNIFORM CDROM DRIVER
3809P:      Jens Axboe
3810M:      axboe@kernel.dk
3811L:      linux-kernel@vger.kernel.org
3812W:      http://www.kernel.dk
3813S:      Maintained
3814
3815USB ACM DRIVER
3816P:      Oliver Neukum
3817M:      oliver@neukum.name
3818L:      linux-usb@vger.kernel.org
3819S:      Maintained
3820
3821USB BLOCK DRIVER (UB ub)
3822P:      Pete Zaitcev
3823M:      zaitcev@redhat.com
3824L:      linux-kernel@vger.kernel.org
3825L:      linux-usb@vger.kernel.org
3826S:      Supported
3827
3828USB CDC ETHERNET DRIVER
3829P:      Greg Kroah-Hartman
3830M:      greg@kroah.com
3831L:      linux-usb@vger.kernel.org
3832S:      Maintained
3833W:      http://www.kroah.com/linux-usb/
3834
3835USB DAVICOM DM9601 DRIVER
3836P:      Peter Korsgaard
3837M:      jacmet@sunsite.dk
3838L:      netdev@vger.kernel.org
3839W:      http://www.linux-usb.org/usbnet
3840S:      Maintained
3841
3842USB EHCI DRIVER
3843P:      David Brownell
3844M:      dbrownell@users.sourceforge.net
3845L:      linux-usb@vger.kernel.org
3846S:      Odd Fixes
3847
3848USB ET61X[12]51 DRIVER
3849P:      Luca Risolia
3850M:      luca.risolia@studio.unibo.it
3851L:      linux-usb@vger.kernel.org
3852L:      video4linux-list@redhat.com
3853W:      http://www.linux-projects.org
3854S:      Maintained
3855
3856USB GADGET/PERIPHERAL SUBSYSTEM
3857P:      David Brownell
3858M:      dbrownell@users.sourceforge.net
3859L:      linux-usb@vger.kernel.org
3860W:      http://www.linux-usb.org/gadget
3861S:      Maintained
3862
3863USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3864P:      Jiri Kosina
3865M:      jkosina@suse.cz
3866L:      linux-usb@vger.kernel.org
3867T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3868S:      Maintained
3869
3870USB ISP116X DRIVER
3871P:      Olav Kongas
3872M:      ok@artecdesign.ee
3873L:      linux-usb@vger.kernel.org
3874S:      Maintained
3875
3876USB KAWASAKI LSI DRIVER
3877P:      Oliver Neukum
3878M:      oliver@neukum.name
3879L:      linux-usb@vger.kernel.org
3880S:      Maintained
3881
3882USB MASS STORAGE DRIVER
3883P:      Matthew Dharm
3884M:      mdharm-usb@one-eyed-alien.net
3885L:      linux-usb@vger.kernel.org
3886L:      usb-storage@lists.one-eyed-alien.net
3887S:      Maintained
3888W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3889
3890USB OHCI DRIVER
3891P:      David Brownell
3892M:      dbrownell@users.sourceforge.net
3893L:      linux-usb@vger.kernel.org
3894S:      Odd Fixes
3895
3896USB OPTION-CARD DRIVER
3897P:      Matthias Urlichs
3898M:      smurf@smurf.noris.de
3899L:      linux-usb@vger.kernel.org
3900S:      Maintained
3901
3902USB OV511 DRIVER
3903P:      Mark McClelland
3904M:      mmcclell@bigfoot.com
3905L:      linux-usb@vger.kernel.org
3906W:      http://alpha.dyndns.org/ov511/
3907S:      Maintained
3908
3909USB PEGASUS DRIVER
3910P:      Petko Manolov
3911M:      petkan@users.sourceforge.net
3912L:      linux-usb@vger.kernel.org
3913L:      netdev@vger.kernel.org
3914W:      http://pegasus2.sourceforge.net/
3915S:      Maintained
3916
3917USB PRINTER DRIVER (usblp)
3918P:      Pete Zaitcev
3919M:      zaitcev@redhat.com
3920L:      linux-usb@vger.kernel.org
3921S:      Supported
3922
3923USB RTL8150 DRIVER
3924P:      Petko Manolov
3925M:      petkan@users.sourceforge.net
3926L:      linux-usb@vger.kernel.org
3927L:      netdev@vger.kernel.org
3928W:      http://pegasus2.sourceforge.net/
3929S:      Maintained
3930
3931USB SE401 DRIVER
3932P:      Jeroen Vreeken
3933M:      pe1rxq@amsat.org
3934L:      linux-usb@vger.kernel.org
3935W:      http://www.chello.nl/~j.vreeken/se401/
3936S:      Maintained
3937
3938USB SERIAL CYBERJACK DRIVER
3939P:      Matthias Bruestle and Harald Welte
3940M:      support@reiner-sct.com
3941W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3942S:      Maintained
3943
3944USB SERIAL DIGI ACCELEPORT DRIVER
3945P:      Peter Berger and Al Borchers
3946M:      pberger@brimson.com
3947M:      alborchers@steinerpoint.com
3948L:      linux-usb@vger.kernel.org
3949S:      Maintained
3950
3951USB SERIAL DRIVER
3952P:      Greg Kroah-Hartman
3953M:      gregkh@suse.de
3954L:      linux-usb@vger.kernel.org
3955S:      Supported
3956
3957USB SERIAL BELKIN F5U103 DRIVER
3958P:      William Greathouse
3959M:      wgreathouse@smva.com
3960L:      linux-usb@vger.kernel.org
3961S:      Maintained
3962
3963USB SERIAL CYPRESS M8 DRIVER
3964P:      Lonnie Mendez
3965M:      dignome@gmail.com
3966L:      linux-usb@vger.kernel.org
3967S:      Maintained
3968W:      http://geocities.com/i0xox0i
3969W:      http://firstlight.net/cvs
3970
3971USB AUERSWALD DRIVER
3972P:      Wolfgang Muees
3973M:      wolfgang@iksw-muees.de
3974L:      linux-usb@vger.kernel.org
3975S:      Maintained
3976
3977USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3978P:      Gary Brubaker
3979M:      xavyer@ix.netcom.com
3980L:      linux-usb@vger.kernel.org
3981S:      Maintained
3982
3983USB SERIAL KEYSPAN DRIVER
3984P:      Greg Kroah-Hartman
3985M:      greg@kroah.com
3986L:      linux-usb@vger.kernel.org
3987W:      http://www.kroah.com/linux/
3988S:      Maintained
3989
3990USB SERIAL WHITEHEAT DRIVER
3991P:      Support Department
3992M:      support@connecttech.com
3993L:      linux-usb@vger.kernel.org
3994W:      http://www.connecttech.com
3995S:      Supported
3996
3997USB SN9C1xx DRIVER
3998P:      Luca Risolia
3999M:      luca.risolia@studio.unibo.it
4000L:      linux-usb@vger.kernel.org
4001L:      video4linux-list@redhat.com
4002W:      http://www.linux-projects.org
4003S:      Maintained
4004
4005USB SUBSYSTEM
4006P:      Greg Kroah-Hartman
4007M:      gregkh@suse.de
4008L:      linux-usb@vger.kernel.org
4009W:      http://www.linux-usb.org
4010T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4011S:      Supported
4012
4013USB UHCI DRIVER
4014P:      Alan Stern
4015M:      stern@rowland.harvard.edu
4016L:      linux-usb@vger.kernel.org
4017S:      Maintained
4018
4019USB "USBNET" DRIVER FRAMEWORK
4020P:      David Brownell
4021M:      dbrownell@users.sourceforge.net
4022L:      netdev@vger.kernel.org
4023W:      http://www.linux-usb.org/usbnet
4024S:      Maintained
4025
4026USB W996[87]CF DRIVER
4027P:      Luca Risolia
4028M:      luca.risolia@studio.unibo.it
4029L:      linux-usb@vger.kernel.org
4030L:      video4linux-list@redhat.com
4031W:      http://www.linux-projects.org
4032S:      Maintained
4033
4034USB ZC0301 DRIVER
4035P:      Luca Risolia
4036M:      luca.risolia@studio.unibo.it
4037L:      linux-usb@vger.kernel.org
4038L:      video4linux-list@redhat.com
4039W:      http://www.linux-projects.org
4040S:      Maintained
4041
4042USB ZD1201 DRIVER
4043P:      Jeroen Vreeken
4044M:      pe1rxq@amsat.org
4045L:      linux-usb@vger.kernel.org
4046W:      http://linux-lc100020.sourceforge.net
4047S:      Maintained
4048
4049USB ZR364XX DRIVER
4050P:      Antoine Jacquet
4051M:      royale@zerezo.com
4052L:      linux-usb@vger.kernel.org
4053L:      video4linux-list@redhat.com
4054W:      http://royale.zerezo.com/zr364xx/
4055S:      Maintained
4056
4057USER-MODE LINUX
4058P:      Jeff Dike
4059M:      jdike@addtoit.com
4060L:      user-mode-linux-devel@lists.sourceforge.net
4061L:      user-mode-linux-user@lists.sourceforge.net
4062W:      http://user-mode-linux.sourceforge.net
4063S:      Maintained
4064
4065USERSPACE I/O (UIO)
4066P:      Hans J. Koch
4067M:      hjk@linutronix.de
4068P:      Greg Kroah-Hartman
4069M:      gregkh@suse.de
4070L:      linux-kernel@vger.kernel.org
4071S:      Maintained
4072
4073FAT/VFAT/MSDOS FILESYSTEM:
4074P:      OGAWA Hirofumi
4075M:      hirofumi@mail.parknet.co.jp
4076L:      linux-kernel@vger.kernel.org
4077S:      Maintained
4078
4079VIA RHINE NETWORK DRIVER
4080P:      Roger Luethi
4081M:      rl@hellgate.ch
4082S:      Maintained
4083
4084VIAPRO SMBUS DRIVER
4085P:      Jean Delvare
4086M:      khali@linux-fr.org
4087L:      i2c@lm-sensors.org
4088S:      Maintained
4089
4090VIA VELOCITY NETWORK DRIVER
4091P:      Francois Romieu
4092M:      romieu@fr.zoreil.com
4093L:      netdev@vger.kernel.org
4094S:      Maintained
4095
4096UCLINUX (AND M68KNOMMU)
4097P:      Greg Ungerer
4098M:      gerg@uclinux.org
4099W:      http://www.uclinux.org/
4100L:      uclinux-dev@uclinux.org  (subscribers-only)
4101S:      Maintained
4102
4103UCLINUX FOR NEC V850
4104P:      Miles Bader
4105
4106UCLINUX FOR RENESAS H8/300
4107P:      Yoshinori Sato
4108M:      ysato@users.sourceforge.jp
4109W:      http://uclinux-h8.sourceforge.jp/
4110S:      Supported
4111
4112UFS FILESYSTEM
4113P:      Evgeniy Dushistov
4114M:      dushistov@mail.ru
4115L:      linux-kernel@vger.kernel.org
4116S:      Maintained
4117
4118USB DIAMOND RIO500 DRIVER
4119P:      Cesar Miquel
4120M:      miquel@df.uba.ar
4121L:      rio500-users@lists.sourceforge.net
4122W:      http://rio500.sourceforge.net
4123S:      Maintained
4124
4125VIDEO FOR LINUX
4126P:      Mauro Carvalho Chehab
4127M:      mchehab@infradead.org
4128M:      v4l-dvb-maintainer@linuxtv.org
4129L:      video4linux-list@redhat.com
4130W:      http://linuxtv.org
4131T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4132S:      Maintained
4133
4134VLAN (802.1Q)
4135P:      Patrick McHardy
4136M:      kaber@trash.net
4137L:      netdev@vger.kernel.org
4138S:      Maintained
4139
4140VT1211 HARDWARE MONITOR DRIVER
4141P:      Juerg Haefliger
4142M:      juergh@gmail.com
4143L:      lm-sensors@lm-sensors.org
4144S:      Maintained
4145
4146VT8231 HARDWARE MONITOR DRIVER
4147P:      Roger Lucas
4148M:      roger@planbit.co.uk
4149L:      lm-sensors@lm-sensors.org
4150S:      Maintained
4151
4152W1 DALLAS'S 1-WIRE BUS
4153P:      Evgeniy Polyakov
4154M:      johnpol@2ka.mipt.ru
4155S:      Maintained
4156
4157W83791D HARDWARE MONITORING DRIVER
4158P:      Charles Spirakis
4159M:      bezaur@gmail.com
4160L:      lm-sensors@lm-sensors.org
4161S:      Odd Fixes
4162
4163W83793 HARDWARE MONITORING DRIVER
4164P:      Rudolf Marek
4165M:      r.marek@assembler.cz
4166L:      lm-sensors@lm-sensors.org
4167S:      Maintained
4168
4169W83L51xD SD/MMC CARD INTERFACE DRIVER
4170P:      Pierre Ossman
4171M:      drzeus-wbsd@drzeus.cx
4172L:      linux-kernel@vger.kernel.org
4173W:      http://projects.drzeus.cx/wbsd
4174S:      Maintained
4175
4176WATCHDOG DEVICE DRIVERS
4177P:      Wim Van Sebroeck
4178M:      wim@iguana.be
4179T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4180S:      Maintained
4181
4182WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4183P:      Jean Tourrilhes
4184M:      jt@hpl.hp.com
4185L:      linux-wireless@vger.kernel.org
4186W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4187S:      Maintained
4188
4189WD7000 SCSI DRIVER
4190P:      Miroslav Zagorac
4191M:      zaga@fly.cc.fer.hr
4192L:      linux-scsi@vger.kernel.org
4193S:      Maintained
4194
4195WISTRON LAPTOP BUTTON DRIVER
4196P:      Miloslav Trmac
4197M:      mitr@volny.cz
4198S:      Maintained
4199
4200WL3501 WIRELESS PCMCIA CARD DRIVER
4201P:      Arnaldo Carvalho de Melo
4202M:      acme@ghostprotocols.net
4203L:      linux-wireless@vger.kernel.org
4204W:      http://oops.ghostprotocols.net:81/blog
4205S:      Maintained
4206
4207X.25 NETWORK LAYER
4208P:      Henner Eisen
4209M:      eis@baty.hanse.de
4210L:      linux-x25@vger.kernel.org
4211S:      Maintained
4212
4213XEN HYPERVISOR INTERFACE
4214P:      Jeremy Fitzhardinge
4215M:      jeremy@xensource.com
4216P:      Chris Wright
4217M:      chrisw@sous-sol.org
4218L:      virtualization@lists.osdl.org
4219L:      xen-devel@lists.xensource.com
4220S:      Supported
4221
4222XFS FILESYSTEM
4223P:      Silicon Graphics Inc
4224P:      Tim Shimmin
4225M:      xfs-masters@oss.sgi.com
4226L:      xfs@oss.sgi.com
4227W:      http://oss.sgi.com/projects/xfs
4228T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4229S:      Supported
4230
4231XILINX SYSTEMACE DRIVER
4232P:      Grant Likely
4233M:      grant.likely@secretlab.ca
4234W:      http://www.secretlab.ca/
4235L:      linux-kernel@vger.kernel.org
4236S:      Maintained
4237
4238XILINX UARTLITE SERIAL DRIVER
4239P:      Peter Korsgaard
4240M:      jacmet@sunsite.dk
4241L:      linux-serial@vger.kernel.org
4242S:      Maintained
4243
4244X86 ARCHITECTURE (32-BIT AND 64-BIT)
4245P:      Thomas Gleixner
4246M:      tglx@linutronix.de
4247P:      Ingo Molnar
4248M:      mingo@redhat.com
4249P:      H. Peter Anvin
4250M:      hpa@zytor.com
4251L:      linux-kernel@vger.kernel.org
4252T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4253S:      Maintained
4254
4255YAM DRIVER FOR AX.25
4256P:      Jean-Paul Roubelat
4257M:      jpr@f6fbb.org
4258L:      linux-hams@vger.kernel.org
4259S:      Maintained
4260
4261YEALINK PHONE DRIVER
4262P:      Henk Vergonet
4263M:      Henk.Vergonet@gmail.com
4264L:      usbb2k-api-dev@nongnu.org
4265S:      Maintained
4266
4267Z8530 DRIVER FOR AX.25
4268P:      Joerg Reuter
4269M:      jreuter@yaina.de
4270W:      http://yaina.de/jreuter/
4271W:      http://www.qsl.net/dl1bke/
4272L:      linux-hams@vger.kernel.org
4273S:      Maintained
4274
4275ZD1211RW WIRELESS DRIVER
4276P:      Daniel Drake
4277M:      dsd@gentoo.org
4278P:      Ulrich Kunitz
4279M:      kune@deine-taler.de
4280W:      http://zd1211.ath.cx/wiki/DriverRewrite
4281L:      linux-wireless@vger.kernel.org
4282L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4283S:      Maintained
4284
4285ZF MACHZ WATCHDOG
4286P:      Fernando Fuganti
4287M:      fuganti@netbank.com.br
4288W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4289S:      Maintained
4290
4291ZR36067 VIDEO FOR LINUX DRIVER
4292P:      Ronald Bultje
4293M:      rbultje@ronald.bitfreak.net
4294L:      mjpeg-users@lists.sourceforge.net
4295W:      http://mjpeg.sourceforge.net/driver-zoran/
4296S:      Maintained
4297
4298ZS DECSTATION Z85C30 SERIAL DRIVER
4299P:      Maciej W. Rozycki
4300M:      macro@linux-mips.org
4301S:      Maintained
4302
4303THE REST
4304P:      Linus Torvalds
4305S:      Buried alive in reporters
4306