(linenum→info "unix/slp.c:2238")

linux/2.6.23/MAINTAINERS

    1: 
    2:         List of maintainers and how to submit kernel changes
    3: 
    4: Please try to follow the guidelines below.  This will make things
    5: easier on the maintainers.  Not all of these guidelines matter for every
    6: trivial patch so apply some common sense.
    7: 
    8: 1.      Always _test_ your changes, however small, on at least 4 or
    9:         5 people, preferably many more.
   10: 
   11: 2.      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: 
   19: 3.      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: 
   23: 4.      When you are happy with a change make it generally available for
   24:         testing and await feedback.
   25: 
   26: 5.      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: 
   52: 6.      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: 
   56: 7.      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: 
   60: 8.      Happy hacking.
   61: 
   62:                 -----------------------------------
   63: 
   64: Maintainers List (try to look for most precise areas first)
   65: 
   66: Note: For the hard of thinking, this list is meant to remain in alphabetical
   67: order. If you could add yourselves to it in alphabetical order that would be
   68: so much easier [Ed]
   69: 
   70: P: Person
   71: M: Mail patches to
   72: L: Mailing list that is relevant to this area
   73: W: Web-page with status/info
   74: T: SCM tree type and location.  Type is one of: git, hg, quilt.
   75: S: 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: 
   87: 3C359 NETWORK DRIVER
   88: P:      Mike Phillips
   89: M:      mikep@linuxtr.net
   90: L:      netdev@vger.kernel.org
   91: L:      linux-tr@linuxtr.net
   92: W:      http://www.linuxtr.net
   93: S:      Maintained
   94: 
   95: 3C505 NETWORK DRIVER
   96: P:      Philip Blundell
   97: M:      philb@gnu.org
   98: L:      netdev@vger.kernel.org
   99: S:      Maintained
  100: 
  101: 3C59X NETWORK DRIVER
  102: P:      Steffen Klassert
  103: M:      klassert@mathematik.tu-chemnitz.de
  104: L:      netdev@vger.kernel.org
  105: S:      Maintained
  106: 
  107: 3CR990 NETWORK DRIVER
  108: P:      David Dillow
  109: M:      dave@thedillows.org
  110: L:      netdev@vger.kernel.org
  111: S:      Maintained
  112: 
  113: 3W-XXXX ATA-RAID CONTROLLER DRIVER
  114: P:      Adam Radford
  115: M:      linuxraid@amcc.com
  116: L:      linux-scsi@vger.kernel.org
  117: W:      http://www.amcc.com
  118: S:      Supported
  119: 
  120: 3W-9XXX SATA-RAID CONTROLLER DRIVER
  121: P:      Adam Radford
  122: M:      linuxraid@amcc.com
  123: L:      linux-scsi@vger.kernel.org
  124: W:      http://www.amcc.com
  125: S:      Supported
  126: 
  127: 53C700 AND 53C700-66 SCSI DRIVER
  128: P:      James E.J. Bottomley
  129: M:      James.Bottomley@HansenPartnership.com
  130: L:      linux-scsi@vger.kernel.org
  131: S:      Maintained
  132: 
  133: 6PACK NETWORK DRIVER FOR AX.25
  134: P:      Andreas Koensgen
  135: M:      ajk@iehk.rwth-aachen.de
  136: L:      linux-hams@vger.kernel.org
  137: S:      Maintained
  138: 
  139: 8139CP 10/100 FAST ETHERNET DRIVER
  140: P:      Jeff Garzik
  141: M:      jgarzik@pobox.com
  142: S:      Maintained
  143: 
  144: 8139TOO 10/100 FAST ETHERNET DRIVER
  145: P:      Jeff Garzik
  146: M:      jgarzik@pobox.com
  147: W:      http://sourceforge.net/projects/gkernel/
  148: S:      Maintained
  149: 
  150: 8169 10/100/1000 GIGABIT ETHERNET DRIVER
  151: P:      Francois Romieu
  152: M:      romieu@fr.zoreil.com
  153: L:      netdev@vger.kernel.org
  154: S:      Maintained
  155: 
  156: 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
  157: L:      linux-serial@vger.kernel.org
  158: W:      http://serial.sourceforge.net
  159: S:      Orphan
  160: 
  161: 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
  162: P:      Paul Gortmaker
  163: M:      p_gortmaker@yahoo.com
  164: L:      netdev@vger.kernel.org
  165: S:      Maintained
  166: 
  167: 9P FILE SYSTEM
  168: P:      Eric Van Hensbergen
  169: M:      ericvh@gmail.com
  170: P:      Ron Minnich
  171: M:      rminnich@sandia.gov
  172: P:      Latchesar Ionkov
  173: M:      lucho@ionkov.net
  174: L:      v9fs-developer@lists.sourceforge.net
  175: W:      http://swik.net/v9fs
  176: T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
  177: S:      Maintained
  178: 
  179: A2232 SERIAL BOARD DRIVER
  180: P:      Enver Haase
  181: M:      ehaase@inf.fu-berlin.de
  182: M:      A2232@gmx.net
  183: L:      linux-m68k@lists.linux-m68k.org
  184: S:      Maintained
  185: 
  186: AIO
  187: P:      Benjamin LaHaise
  188: M:      bcrl@kvack.org
  189: L:      linux-aio@kvack.org
  190: S:      Supported
  191: 
  192: ABIT UGURU HARDWARE MONITOR DRIVER
  193: P:      Hans de Goede
  194: M:      j.w.r.degoede@hhs.nl
  195: L:      lm-sensors@lm-sensors.org
  196: S:      Maintained
  197: 
  198: ACENIC DRIVER
  199: P:      Jes Sorensen
  200: M:      jes@trained-monkey.org
  201: L:      linux-acenic@sunsite.dk
  202: S:      Maintained
  203: 
  204: IPS SCSI RAID DRIVER
  205: P:      Adaptec OEM Raid Solutions
  206: M:      aacraid@adaptec.com
  207: L:      linux-scsi@vger.kernel.org
  208: W:      http://www.adaptec.com/
  209: S:      Maintained
  210: 
  211: DPT_I2O SCSI RAID DRIVER
  212: P:      Adaptec OEM Raid Solutions
  213: M:      aacraid@adaptec.com
  214: L:      linux-scsi@vger.kernel.org
  215: W:      http://www.adaptec.com/
  216: S:      Maintained
  217: 
  218: AACRAID SCSI RAID DRIVER
  219: P:      Adaptec OEM Raid Solutions
  220: M:      aacraid@adaptec.com
  221: L:      linux-scsi@vger.kernel.org
  222: W:      http://www.adaptec.com/
  223: S:      Supported
  224: 
  225: ACPI
  226: P:      Len Brown
  227: M:      len.brown@intel.com
  228: M:      lenb@kernel.org
  229: L:      linux-acpi@vger.kernel.org
  230: W:      http://acpi.sourceforge.net/
  231: T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
  232: S:      Supported
  233: 
  234: ACPI BATTERY DRIVERS
  235: P:      Alexey Starikovskiy
  236: M:      astarikovskiy@suse.de
  237: L:      linux-acpi@vger.kernel.org
  238: W:      http://acpi.sourceforge.net/
  239: S:      Supported
  240: 
  241: ACPI EC DRIVER
  242: P:      Alexey Starikovskiy
  243: M:      astarikovskiy@suse.de
  244: L:      linux-acpi@vger.kernel.org
  245: W:      http://acpi.sourceforge.net/
  246: S:      Supported
  247: 
  248: ACPI FAN DRIVER
  249: P:      Konstantin A. Karasyov
  250: M:      konstantin.a.karasyov@intel.com
  251: L:      linux-acpi@vger.kernel.org
  252: W:      http://acpi.sourceforge.net/
  253: S:      Supported
  254: 
  255: ACPI PCI HOTPLUG DRIVER
  256: P:      Kristen Carlson Accardi
  257: M:      kristen.c.accardi@intel.com
  258: L:      pcihpd-discuss@lists.sourceforge.net
  259: S:      Supported
  260: 
  261: ACPI THERMAL DRIVER
  262: P:      Konstantin A. Karasyov
  263: M:      konstantin.a.karasyov@intel.com
  264: L:      linux-acpi@vger.kernel.org
  265: W:      http://acpi.sourceforge.net/
  266: S:      Supported
  267: 
  268: ACPI VIDEO DRIVER
  269: P:      Luming Yu
  270: M:      luming.yu@intel.com
  271: L:      linux-acpi@vger.kernel.org
  272: W:      http://acpi.sourceforge.net/
  273: S:      Supported
  274: 
  275: ADM1025 HARDWARE MONITOR DRIVER
  276: P:      Jean Delvare
  277: M:      khali@linux-fr.org
  278: L:      lm-sensors@lm-sensors.org
  279: S:      Maintained
  280: 
  281: ADM1029 HARDWARE MONITOR DRIVER
  282: P:      Corentin Labbe
  283: M:      corentin.labbe@geomatys.fr
  284: L:      lm-sensors@lm-sensors.org
  285: S:      Maintained
  286: 
  287: ADT746X FAN DRIVER
  288: P:      Colin Leroy
  289: M:      colin@colino.net
  290: S:      Maintained
  291: 
  292: AEDSP16 DRIVER
  293: P:      Riccardo Facchetti
  294: M:      fizban@tin.it
  295: S:      Maintained
  296: 
  297: AFFS FILE SYSTEM
  298: P:      Roman Zippel
  299: M:      zippel@linux-m68k.org
  300: S:      Maintained
  301: 
  302: AGPGART DRIVER
  303: P:      David Airlie
  304: M:      airlied@linux.ie
  305: T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
  306: S:      Maintained
  307: 
  308: AHA152X SCSI DRIVER
  309: P:      Juergen E. Fischer
  310: M:      Juergen Fischer <fischer@norbit.de>
  311: L:      linux-scsi@vger.kernel.org
  312: S:      Maintained
  313: 
  314: ALCATEL SPEEDTOUCH USB DRIVER
  315: P:      Duncan Sands
  316: M:      duncan.sands@free.fr
  317: L:      linux-usb-users@lists.sourceforge.net
  318: L:      linux-usb-devel@lists.sourceforge.net
  319: W:      http://www.linux-usb.org/SpeedTouch/
  320: S:      Maintained
  321: 
  322: ALCHEMY AU1XX0 MMC DRIVER
  323: S:      Orphan
  324: 
  325: ALI1563 I2C DRIVER
  326: P:      Rudolf Marek
  327: M:      r.marek@assembler.cz
  328: L:      i2c@lm-sensors.org
  329: S:      Maintained
  330: 
  331: ALPHA PORT
  332: P:      Richard Henderson
  333: M:      rth@twiddle.net
  334: S:      Odd Fixes for 2.4; Maintained for 2.6.
  335: P:      Ivan Kokshaysky
  336: M:      ink@jurassic.park.msu.ru
  337: S:      Maintained for 2.4; PCI support for 2.6.
  338: 
  339: AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
  340: P:      Thomas Dahlmann
  341: M:      thomas.dahlmann@amd.com
  342: L:      info-linux@geode.amd.com
  343: S:      Supported
  344: 
  345: AMD GEODE PROCESSOR/CHIPSET SUPPORT
  346: P:      Jordan Crouse
  347: M:      info-linux@geode.amd.com
  348: L:      info-linux@geode.amd.com
  349: W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
  350: S:      Supported
  351: 
  352: AMS (Apple Motion Sensor) DRIVER
  353: P:      Stelian Pop
  354: M:      stelian@popies.net
  355: P:      Michael Hanselmann
  356: M:      linux-kernel@hansmi.ch
  357: S:      Supported
  358: 
  359: AMSO1100 RNIC DRIVER
  360: P:      Tom Tucker
  361: M:      tom@opengridcomputing.com
  362: P:      Steve Wise
  363: M:      swise@opengridcomputing.com
  364: L:      general@lists.openfabrics.org
  365: S:      Maintained
  366: 
  367: AOA (Apple Onboard Audio) ALSA DRIVER
  368: P:      Johannes Berg
  369: M:      johannes@sipsolutions.net
  370: L:      linuxppc-dev@ozlabs.org
  371: L:      alsa-devel@alsa-project.org (subscribers-only)
  372: S:      Maintained
  373: 
  374: APM DRIVER
  375: P:      Stephen Rothwell
  376: M:      sfr@canb.auug.org.au
  377: L:      linux-laptop@vger.kernel.org
  378: W:      http://www.canb.auug.org.au/~sfr/
  379: S:      Supported
  380: 
  381: APPLE SMC DRIVER
  382: P:      Nicolas Boichat
  383: M:      nicolas@boichat.ch
  384: L:      mactel-linux-devel@lists.sourceforge.net
  385: S:      Maintained
  386: 
  387: APPLETALK NETWORK LAYER
  388: P:      Arnaldo Carvalho de Melo
  389: M:      acme@ghostprotocols.net
  390: S:      Maintained
  391: 
  392: ARC FRAMEBUFFER DRIVER
  393: P:      Jaya Kumar
  394: M:      jayalk@intworks.biz
  395: S:      Maintained
  396: 
  397: ARM MFM AND FLOPPY DRIVERS
  398: P:      Ian Molton
  399: M:      spyro@f2s.com
  400: S:      Maintained
  401: 
  402: ARM PRIMECELL MMCI PL180/1 DRIVER
  403: P:      Russell King
  404: M:      rmk@arm.linux.org.uk
  405: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  406: S:      Maintained
  407: 
  408: ARM/ADI ROADRUNNER MACHINE SUPPORT
  409: P:      Lennert Buytenhek
  410: M:      kernel@wantstofly.org
  411: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  412: S:      Maintained
  413: 
  414: ARM/ADS SPHERE MACHINE SUPPORT
  415: P:      Lennert Buytenhek
  416: M:      kernel@wantstofly.org
  417: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  418: S:      Maintained
  419: 
  420: ARM/AJECO 1ARM MACHINE SUPPORT
  421: P:      Lennert Buytenhek
  422: M:      kernel@wantstofly.org
  423: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  424: S:      Maintained
  425: 
  426: ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
  427: P:      Andrew Victor
  428: M:      andrew@sanpeople.com
  429: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  430: W:      http://maxim.org.za/at91_26.html
  431: S:      Maintained
  432: 
  433: ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
  434: P:      Lennert Buytenhek
  435: M:      kernel@wantstofly.org
  436: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  437: S:      Maintained
  438: 
  439: ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
  440: P:      Lennert Buytenhek
  441: M:      kernel@wantstofly.org
  442: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  443: S:      Maintained
  444: 
  445: ARM/CORGI MACHINE SUPPORT
  446: P:      Richard Purdie
  447: M:      rpurdie@rpsys.net
  448: S:      Maintained
  449: 
  450: ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
  451: P:      Lennert Buytenhek
  452: M:      kernel@wantstofly.org
  453: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  454: S:      Maintained
  455: 
  456: ARM/HP JORNADA 7XX MACHINE SUPPORT
  457: P:      Kristoffer Ericson
  458: M:      kristoffer.ericson@gmail.com
  459: W:      www.jlime.com
  460: S:      Maintained
  461: 
  462: ARM/INTEL IOP32X ARM ARCHITECTURE
  463: P:      Lennert Buytenhek
  464: M:      kernel@wantstofly.org
  465: P:      Dan Williams
  466: M:      dan.j.williams@intel.com
  467: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  468: S:      Supported
  469: 
  470: ARM/INTEL IOP33X ARM ARCHITECTURE
  471: P:      Dan Williams
  472: M:      dan.j.williams@intel.com
  473: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  474: S:      Supported
  475: 
  476: ARM/INTEL IOP13XX ARM ARCHITECTURE
  477: P:      Lennert Buytenhek
  478: M:      kernel@wantstofly.org
  479: P:      Dan Williams
  480: M:      dan.j.williams@intel.com
  481: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  482: S:      Supported
  483: 
  484: ARM/INTEL IQ81342EX MACHINE SUPPORT
  485: P:      Lennert Buytenhek
  486: M:      kernel@wantstofly.org
  487: P:      Dan Williams
  488: M:      dan.j.williams@intel.com
  489: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  490: S:      Supported
  491: 
  492: ARM/INTEL IXP2000 ARM ARCHITECTURE
  493: P:      Lennert Buytenhek
  494: M:      kernel@wantstofly.org
  495: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  496: S:      Maintained
  497: 
  498: ARM/INTEL IXDP2850 MACHINE SUPPORT
  499: P:      Lennert Buytenhek
  500: M:      kernel@wantstofly.org
  501: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  502: S:      Maintained
  503: 
  504: ARM/INTEL IXP23XX ARM ARCHITECTURE
  505: P:      Lennert Buytenhek
  506: M:      kernel@wantstofly.org
  507: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  508: S:      Maintained
  509: 
  510: ARM/INTEL XSC3 (MANZANO) ARM CORE
  511: P:      Lennert Buytenhek
  512: M:      kernel@wantstofly.org
  513: P:      Dan Williams
  514: M:      dan.j.williams@intel.com
  515: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  516: S:      Supported
  517: 
  518: ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
  519: P:      Lennert Buytenhek
  520: M:      kernel@wantstofly.org
  521: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  522: S:      Maintained
  523: 
  524: ARM/LOGICPD PXA270 MACHINE SUPPORT
  525: P:      Lennert Buytenhek
  526: M:      kernel@wantstofly.org
  527: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  528: S:      Maintained
  529: 
  530: ARM/TOSA MACHINE SUPPORT
  531: P:      Dirk Opfer
  532: M:      dirk@opfer-online.de
  533: S:      Maintained
  534: 
  535: ARM/PLEB SUPPORT
  536: P:      Peter Chubb
  537: M:      pleb@gelato.unsw.edu.au
  538: W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
  539: S:      Maintained
  540: 
  541: ARM/PT DIGITAL BOARD PORT
  542: P:      Stefan Eletzhofer
  543: M:      stefan.eletzhofer@eletztrick.de
  544: L:      linux-arm-kernel@lists.arm.linux.org.uk      (subscribers-only)
  545: W:      http://www.arm.linux.org.uk/
  546: S:      Maintained
  547: 
  548: ARM/RADISYS ENP2611 MACHINE SUPPORT
  549: P:      Lennert Buytenhek
  550: M:      kernel@wantstofly.org
  551: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  552: S:      Maintained
  553: 
  554: ARM/SHARK MACHINE SUPPORT
  555: P:      Alexander Schulz
  556: M:      alex@shark-linux.de
  557: W:      http://www.shark-linux.de/shark.html
  558: S:      Maintained
  559: 
  560: ARM/STRONGARM110 PORT
  561: P:      Russell King
  562: M:      rmk@arm.linux.org.uk
  563: L:      linux-arm-kernel@lists.arm.linux.org.uk      (subscribers-only)
  564: W:      http://www.arm.linux.org.uk/
  565: S:      Maintained
  566: 
  567: ARM/S3C2410 ARM ARCHITECTURE
  568: P:      Ben Dooks
  569: M:      ben-linux@fluff.org
  570: L:      linux-arm-kernel@lists.arm.linux.org.uk      (subscribers-only)
  571: W:      http://www.fluff.org/ben/linux/
  572: S:      Maintained
  573: 
  574: ARM/S3C2440 ARM ARCHITECTURE
  575: P:      Ben Dooks
  576: M:      ben-linux@fluff.org
  577: L:      linux-arm-kernel@lists.arm.linux.org.uk      (subscribers-only)
  578: W:      http://www.fluff.org/ben/linux/
  579: S:      Maintained
  580: 
  581: ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
  582: P:      Lennert Buytenhek
  583: M:      kernel@wantstofly.org
  584: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  585: S:      Maintained
  586: 
  587: ARM/THECUS N2100 MACHINE SUPPORT
  588: P:      Lennert Buytenhek
  589: M:      kernel@wantstofly.org
  590: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  591: S:      Maintained
  592: 
  593: ARPD SUPPORT
  594: P:      Jonathan Layes
  595: L:      netdev@vger.kernel.org
  596: S:      Maintained
  597: 
  598: ASUS ACPI EXTRAS DRIVER
  599: P:      Corentin Chary
  600: M:      corentincj@iksaif.net
  601: P:      Karol Kozimor
  602: M:      sziwan@users.sourceforge.net
  603: L:      acpi4asus-user@lists.sourceforge.net
  604: W:      http://sourceforge.net/projects/acpi4asus
  605: W:      http://xf.iksaif.net/acpi4asus
  606: S:      Maintained
  607: 
  608: ASUS ASB100 HARDWARE MONITOR DRIVER
  609: P:      Mark M. Hoffman
  610: M:      mhoffman@lightlink.com
  611: L:      lm-sensors@lm-sensors.org
  612: S:      Maintained
  613: 
  614: ASUS LAPTOP EXTRAS DRIVER
  615: P:      Corentin Chary
  616: M:      corentincj@iksaif.net
  617: L:      acpi4asus-user@lists.sourceforge.net
  618: W:      http://sourceforge.net/projects/acpi4asus
  619: W:      http://xf.iksaif.net/acpi4asus
  620: S:      Maintained
  621: 
  622: ASYNCHRONOUS TRANSFERS/TRANSFORMS API
  623: P:      Dan Williams
  624: M:      dan.j.williams@intel.com
  625: P:      Shannon Nelson
  626: M:      shannon.nelson@intel.com
  627: L:      linux-kernel@vger.kernel.org
  628: W:      http://sourceforge.net/projects/xscaleiop
  629: S:      Supported
  630: 
  631: ATA OVER ETHERNET DRIVER
  632: P:      Ed L. Cashin
  633: M:      ecashin@coraid.com
  634: W:      http://www.coraid.com/support/linux
  635: S:      Supported
  636: 
  637: ATL1 ETHERNET DRIVER
  638: P:      Jay Cliburn
  639: M:      jcliburn@gmail.com
  640: P:      Chris Snook
  641: M:      csnook@redhat.com
  642: L:      atl1-devel@lists.sourceforge.net
  643: W:      http://sourceforge.net/projects/atl1
  644: W:      http://atl1.sourceforge.net
  645: S:      Maintained
  646: 
  647: ATM
  648: P:      Chas Williams
  649: M:      chas@cmf.nrl.navy.mil
  650: L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
  651: W:      http://linux-atm.sourceforge.net
  652: S:      Maintained
  653: 
  654: ATMEL AT91 MCI DRIVER
  655: P:      Nicolas Ferre
  656: M:      nicolas.ferre@rfo.atmel.com
  657: L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
  658: W:      http://www.atmel.com/products/AT91/
  659: W:      http://www.at91.com/
  660: S:      Maintained
  661: 
  662: ATMEL MACB ETHERNET DRIVER
  663: P:      Haavard Skinnemoen
  664: M:      hskinnemoen@atmel.com
  665: S:      Supported
  666: 
  667: ATMEL SPI DRIVER
  668: P:      Haavard Skinnemoen
  669: M:      hskinnemoen@atmel.com
  670: S:      Supported
  671: 
  672: ATMEL WIRELESS DRIVER
  673: P:      Simon Kelley
  674: M:      simon@thekelleys.org.uk
  675: L:      linux-wireless@vger.kernel.org
  676: W:      http://www.thekelleys.org.uk/atmel
  677: W:      http://atmelwlandriver.sourceforge.net/
  678: S:      Maintained
  679: 
  680: AUDIT SUBSYSTEM
  681: P:      David Woodhouse
  682: M:      dwmw2@infradead.org
  683: L:      linux-audit@redhat.com (subscribers-only)
  684: W:      http://people.redhat.com/sgrubb/audit/
  685: T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
  686: S:      Maintained
  687: 
  688: AUXILIARY DISPLAY DRIVERS
  689: P:      Miguel Ojeda Sandonis
  690: M:      maxextreme@gmail.com
  691: L:      linux-kernel@vger.kernel.org
  692: W:      http://auxdisplay.googlepages.com/
  693: S:      Maintained
  694: 
  695: AVR32 ARCHITECTURE
  696: P:      Haavard Skinnemoen
  697: M:      hskinnemoen@atmel.com
  698: W:      http://www.atmel.com/products/AVR32/
  699: W:      http://avr32linux.org/
  700: W:      http://avrfreaks.net/
  701: S:      Supported
  702: 
  703: AVR32/AT32AP MACHINE SUPPORT
  704: P:      Haavard Skinnemoen
  705: M:      hskinnemoen@atmel.com
  706: S:      Supported
  707: 
  708: AX.25 NETWORK LAYER
  709: P:      Ralf Baechle
  710: M:      ralf@linux-mips.org
  711: L:      linux-hams@vger.kernel.org
  712: W:      http://www.linux-ax25.org/
  713: S:      Maintained
  714: 
  715: BACKLIGHT CLASS/SUBSYSTEM
  716: P:      Richard Purdie
  717: M:      rpurdie@rpsys.net
  718: S:      Maintained
  719: 
  720: BLACKFIN ARCHITECTURE
  721: P:      Aubrey Li
  722: M:      aubrey.li@analog.com
  723: P:      Bernd Schmidt
  724: M:      bernd.schmidt@analog.com
  725: P:      Bryan Wu
  726: M:      bryan.wu@analog.com
  727: P:      Grace Pan
  728: M:      grace.pan@analog.com
  729: P:      Marc Hoffman
  730: M:      marc.hoffman@analog.com
  731: P:      Michael Hennerich
  732: M:      michael.hennerich@analog.com
  733: P:      Mike Frysinger
  734: M:      michael.frysinger@analog.com
  735: P:      Jerry Zeng
  736: M:      jerry.zeng@analog.com
  737: P:      Jie Zhang
  738: M:      jie.zhang@analog.com
  739: P:      Robin Getz
  740: M:      robin.getz@analog.com
  741: P:      Roy Huang
  742: M:      roy.huang@analog.com
  743: P:      Sonic Zhang
  744: M:      sonic.zhang@analog.com
  745: P:      Vivi Li
  746: M:      vivi.li@analog.com
  747: P:      Yi Li
  748: M:      yi.li@analog.com
  749: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  750: W:      http://blackfin.uclinux.org
  751: S:      Supported
  752: 
  753: BLACKFIN EMAC DRIVER
  754: P:      Bryan Wu
  755: M:      bryan.wu@analog.com
  756: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  757: W:      http://blackfin.uclinux.org
  758: S:      Supported
  759: 
  760: BLACKFIN RTC DRIVER
  761: P:      Mike Frysinger
  762: M:      michael.frysinger@analog.com
  763: M:      vapier.adi@gmail.com
  764: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  765: W:      http://blackfin.uclinux.org
  766: S:      Supported
  767: 
  768: BLACKFIN SERIAL DRIVER
  769: P:      Aubrey Li
  770: M:      aubrey.li@analog.com
  771: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  772: W:      http://blackfin.uclinux.org
  773: S:      Supported
  774: 
  775: BLACKFIN WATCHDOG DRIVER
  776: P:      Mike Frysinger
  777: M:      michael.frysinger@analog.com
  778: M:      vapier.adi@gmail.com
  779: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  780: W:      http://blackfin.uclinux.org
  781: S:      Supported
  782: 
  783: BAYCOM/HDLCDRV DRIVERS FOR AX.25
  784: P:      Thomas Sailer
  785: M:      t.sailer@alumni.ethz.ch
  786: L:      linux-hams@vger.kernel.org
  787: W:      http://www.baycom.org/~tom/ham/ham.html
  788: S:      Maintained
  789: 
  790: BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
  791: P:      Larry Finger
  792: M:      Larry.Finger@lwfinger.net
  793: P:      Stefano Brivio
  794: M:      st3@riseup.net
  795: L:      linux-wireless@vger.kernel.org
  796: W:      http://bcm43xx.berlios.de/
  797: S:      Maintained
  798: 
  799: BEFS FILE SYSTEM
  800: P:      Sergey S. Kostyliov
  801: M:      rathamahata@php4.ru
  802: L:      linux-kernel@vger.kernel.org
  803: S:      Maintained
  804: 
  805: BFS FILE SYSTEM
  806: P:      Tigran A. Aivazian
  807: M:      tigran@aivazian.fsnet.co.uk
  808: L:      linux-kernel@vger.kernel.org
  809: S:      Maintained
  810: 
  811: BLACKFIN I2C TWI DRIVER
  812: P:      Sonic Zhang
  813: M:      sonic.zhang@analog.com
  814: L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
  815: W:      http://blackfin.uclinux.org/
  816: S:      Supported
  817: 
  818: BLOCK LAYER
  819: P:      Jens Axboe
  820: M:      axboe@kernel.dk
  821: L:      linux-kernel@vger.kernel.org
  822: T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
  823: S:      Maintained
  824: 
  825: BLUETOOTH SUBSYSTEM
  826: P:      Marcel Holtmann
  827: M:      marcel@holtmann.org
  828: P:      Maxim Krasnyansky
  829: M:      maxk@qualcomm.com
  830: L:      bluez-devel@lists.sf.net