2 List of maintainers and how to submit kernel changes
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.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
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.)
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.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
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.
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.
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
109 L: netdev@vger.kernel.org
111 F: drivers/net/3c505*
115 M: klassert@mathematik.tu-chemnitz.de
116 L: netdev@vger.kernel.org
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
123 M: dave@thedillows.org
124 L: netdev@vger.kernel.org
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
130 M: linuxraid@amcc.com
131 L: linux-scsi@vger.kernel.org
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
138 M: linuxraid@amcc.com
139 L: linux-scsi@vger.kernel.org
140 W: http://www.amcc.com
142 F: drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P: James E.J. Bottomley
146 M: James.Bottomley@HansenPartnership.com
147 L: linux-scsi@vger.kernel.org
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
153 M: ajk@iehk.rwth-aachen.de
154 L: linux-hams@vger.kernel.org
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M: romieu@fr.zoreil.com
161 L: netdev@vger.kernel.org
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 M: alan@lxorguk.ukuu.org.uk
168 L: linux-serial@vger.kernel.org
169 W: http://serial.sourceforge.net
171 F: drivers/serial/8250*
172 F: include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
176 M: p_gortmaker@yahoo.com
177 L: netdev@vger.kernel.org
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
186 M: rminnich@sandia.gov
189 L: v9fs-developer@lists.sourceforge.net
190 W: http://swik.net/v9fs
191 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
193 F: Documentation/filesystems/9p.txt
196 A2232 SERIAL BOARD DRIVER
199 L: linux-m68k@lists.linux-m68k.org
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 M: aacraid@adaptec.com
206 L: linux-scsi@vger.kernel.org
207 W: http://www.adaptec.com/
209 F: Documentation/scsi/aacraid.txt
210 F: drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
214 M: j.w.r.degoede@hhs.nl
215 L: lm-sensors@lm-sensors.org
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
221 M: alistair@devzero.co.uk
222 L: lm-sensors@lm-sensors.org
224 F: drivers/hwmon/abituguru3.c
228 M: jes@trained-monkey.org
229 L: linux-acenic@sunsite.dk
231 F: drivers/net/acenic*
233 ACER WMI LAPTOP EXTRAS
235 M: carlos@strangeworlds.co.uk
236 L: aceracpi@googlegroups.com (subscribers-only)
237 W: http://code.google.com/p/aceracpi
239 F: drivers/platform/x86/acer-wmi.c
244 L: linux-acpi@vger.kernel.org
245 W: http://www.lesswatts.org/projects/acpi/
246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
249 F: drivers/pnp/pnpacpi/
250 F: include/linux/acpi.h
253 P: Alexey Starikovskiy
254 M: astarikovskiy@suse.de
255 L: linux-acpi@vger.kernel.org
256 W: http://www.lesswatts.org/projects/acpi/
258 F: drivers/acpi/battery.c
259 F: drivers/acpi/*sbs*
262 P: Alexey Starikovskiy
263 M: astarikovskiy@suse.de
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
271 M: rui.zhang@intel.com
272 L: linux-acpi@vger.kernel.org
273 W: http://www.lesswatts.org/projects/acpi/
275 F: drivers/acpi/fan.c
277 ACPI PCI HOTPLUG DRIVER
278 P: Kristen Carlson Accardi
279 M: kristen.c.accardi@intel.com
280 L: linux-pci@vger.kernel.org
282 F: drivers/pci/hotplug/acpi*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/*thermal*
294 M: rui.zhang@intel.com
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/acpi/video.c
302 M: carlos@strangeworlds.co.uk
303 L: linux-acpi@vger.kernel.org
304 W: http://www.lesswatts.org/projects/acpi/
306 F: drivers/platform/x86/wmi.c
308 AD1889 ALSA SOUND DRIVER
312 M: T-Bone@parisc-linux.org
313 W: http://wiki.parisc-linux.org/AD1889
314 L: linux-parisc@vger.kernel.org
316 F: sound/pci/ad1889.*
318 ADM1025 HARDWARE MONITOR DRIVER
320 M: khali@linux-fr.org
321 L: lm-sensors@lm-sensors.org
323 F: Documentation/hwmon/adm1025
324 F: drivers/hwmon/adm1025.c
326 ADM1029 HARDWARE MONITOR DRIVER
328 M: corentin.labbe@geomatys.fr
329 L: lm-sensors@lm-sensors.org
331 F: drivers/hwmon/adm1029.c
333 ADM8211 WIRELESS DRIVER
335 M: flamingice@sourmilk.net
336 L: linux-wireless@vger.kernel.org
337 W: http://linuxwireless.org/
338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
340 F: drivers/net/wireless/adm8211.*
346 F: drivers/macintosh/therm_adt746x.c
351 L: linux-scsi@vger.kernel.org
353 F: Documentation/scsi/advansys.txt
354 F: drivers/scsi/advansys.c
357 P: Riccardo Facchetti
360 F: sound/oss/aedsp16.c
364 M: zippel@linux-m68k.org
366 F: Documentation/filesystems/affs.txt
369 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
371 M: dhowells@redhat.com
372 L: linux-afs@lists.infradead.org
375 F: include/net/af_rxrpc.h
376 F: net/rxrpc/af_rxrpc.c
381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
384 F: include/linux/agp*
387 P: Juergen E. Fischer
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aha152x*
392 F: drivers/scsi/pcmcia/aha152x*
394 AIC7XXX / AIC79XX SCSI DRIVER
397 L: linux-scsi@vger.kernel.org
399 F: drivers/scsi/aic7xxx/
400 F: drivers/scsi/aic7xxx_old/
405 L: linux-aio@kvack.org
408 F: include/linux/*aio*.h
410 ALCATEL SPEEDTOUCH USB DRIVER
412 M: duncan.sands@free.fr
413 L: linux-usb@vger.kernel.org
414 W: http://www.linux-usb.org/SpeedTouch/
416 F: drivers/usb/atm/speedtch.c
417 F: drivers/usb/atm/usbatm.c
419 ALCHEMY AU1XX0 MMC DRIVER
421 M: manuel.lauss@gmail.com
423 F: drivers/mmc/host/au1xmmc.c
427 M: r.marek@assembler.cz
428 L: linux-i2c@vger.kernel.org
430 F: Documentation/i2c/busses/i2c-ali1563
431 F: drivers/i2c/busses/i2c-ali1563.c
436 S: Odd Fixes for 2.4; Maintained for 2.6.
438 M: ink@jurassic.park.msu.ru
439 S: Maintained for 2.4; PCI support for 2.6.
440 L: linux-alpha@vger.kernel.org
443 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
445 M: dahlmann.thomas@arcor.de
446 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
448 F: drivers/usb/gadget/amd5536udc.*
450 AMD GEODE PROCESSOR/CHIPSET SUPPORT
452 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
453 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
455 F: arch/x86/kernel/geode_32.c
456 F: drivers/char/hw_random/geode-rng.c
457 F: drivers/crypto/geode*
458 F: drivers/video/geode/
459 F: arch/x86/include/asm/geode.h
463 M: joerg.roedel@amd.com
464 L: iommu@lists.linux-foundation.org
465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
467 F: arch/x86/kernel/amd_iommu*.c
468 F: arch/x86/include/asm/amd_iommu*.h
470 AMD MICROCODE UPDATE SUPPORT
472 M: andreas.herrmann3@amd.com
473 L: amd64-microcode@amd64.org
475 F: arch/x86/kernel/microcode_amd.c
477 AMS (Apple Motion Sensor) DRIVER
479 M: stelian@popies.net
480 P: Michael Hanselmann
481 M: linux-kernel@hansmi.ch
483 F: drivers/hwmon/ams/
487 M: tom@opengridcomputing.com
489 M: swise@opengridcomputing.com
490 L: general@lists.openfabrics.org
492 F: drivers/infiniband/hw/amso1100/
494 AOA (Apple Onboard Audio) ALSA DRIVER
496 M: johannes@sipsolutions.net
497 L: linuxppc-dev@ozlabs.org
498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
504 M: sfr@canb.auug.org.au
505 L: linux-laptop@vger.kernel.org
506 W: http://www.canb.auug.org.au/~sfr/
508 F: arch/x86/kernel/apm_32.c
509 F: include/linux/apm_bios.h
511 APPLE BCM5974 MULTITOUCH DRIVER
513 M: rydberg@euromail.se
514 L: linux-input@vger.kernel.org
516 F: drivers/input/mouse/bcm5974.c
520 M: nicolas@boichat.ch
521 L: mactel-linux-devel@lists.sourceforge.net
523 F: drivers/hwmon/applesmc.c
525 APPLETALK NETWORK LAYER
526 P: Arnaldo Carvalho de Melo
527 M: acme@ghostprotocols.net
529 F: drivers/net/appletalk/
532 APPLETOUCH TOUCHPAD DRIVER
534 M: johannes@sipsolutions.net
535 L: linux-input@vger.kernel.org
537 F: Documentation/input/appletouch.txt
538 F: drivers/input/mouse/appletouch.c
540 ARC FRAMEBUFFER DRIVER
542 M: jayalk@intworks.biz
544 F: drivers/video/arcfb.c
545 F: drivers/video/fb_defio.c
547 ARM MFM AND FLOPPY DRIVERS
551 F: arch/arm/lib/floppydma.S
552 F: arch/arm/include/asm/floppy.h
556 M: linux@arm.linux.org.uk
557 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558 W: http://www.arm.linux.org.uk/
562 ARM PRIMECELL MMCI PL180/1 DRIVER
564 F: drivers/mmc/host/mmci.*
566 ARM/ADI ROADRUNNER MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571 F: arch/arm/mach-ixp23xx/
572 F: arch/arm/mach-ixp23xx/include/mach/
574 ARM/ADS SPHERE MACHINE SUPPORT
576 M: kernel@wantstofly.org
577 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 ARM/AFEB9260 MACHINE SUPPORT
582 M: slapin@ossfans.org
583 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 ARM/AJECO 1ARM MACHINE SUPPORT
588 M: kernel@wantstofly.org
589 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
594 M: linux@maxim.org.za
595 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 W: http://maxim.org.za/at91_26.html
599 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
601 M: kernel@wantstofly.org
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
607 M: kernel@wantstofly.org
608 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613 M: linux@arm.linux.org.uk
614 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 F: arch/arm/common/clkdev.c
616 F: arch/arm/include/asm/clkdev.h
618 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
620 M: mike@compulab.co.il
621 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 ARM/CORGI MACHINE SUPPORT
629 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
631 M: paulius.zaleckas@teltonika.lt
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
633 T: git git://gitorious.org/linux-gemini/mainline.git
635 F: arch/arm/mach-gemini/
637 ARM/EBSA110 MACHINE SUPPORT
639 M: linux@arm.linux.org.uk
640 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
641 W: http://www.arm.linux.org.uk/
643 F: arch/arm/mach-ebsa110/
644 F: drivers/net/arm/am79c961a.*
646 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
650 M: stefan@openezx.org
652 M: laforge@openezx.org
653 L: openezx-devel@lists.openezx.org (subscribers-only)
654 W: http://www.openezx.org/
657 ARM/FARADAY FA526 PORT
659 M: paulius.zaleckas@teltonika.lt
660 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
664 ARM/FOOTBRIDGE ARCHITECTURE
666 M: linux@arm.linux.org.uk
667 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
668 W: http://www.arm.linux.org.uk/
670 F: arch/arm/include/asm/hardware/dec21285.h
671 F: arch/arm/mach-footbridge/
673 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
675 M: kernel@pengutronix.de
676 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
679 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
681 M: kernel@wantstofly.org
682 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
685 ARM/GUMSTIX MACHINE SUPPORT
688 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
691 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
693 M: philipp.zabel@gmail.com
695 F: arch/arm/mach-pxa/hx4700.c
696 F: arch/arm/mach-pxa/include/mach/hx4700.h
698 ARM/HP JORNADA 7XX MACHINE SUPPORT
699 P: Kristoffer Ericson
700 M: kristoffer.ericson@gmail.com
704 ARM/INTEL IOP32X ARM ARCHITECTURE
706 M: kernel@wantstofly.org
708 M: dan.j.williams@intel.com
709 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712 ARM/INTEL IOP33X ARM ARCHITECTURE
714 M: dan.j.williams@intel.com
715 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718 ARM/INTEL IOP13XX ARM ARCHITECTURE
720 M: kernel@wantstofly.org
722 M: dan.j.williams@intel.com
723 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
726 ARM/INTEL IQ81342EX MACHINE SUPPORT
728 M: kernel@wantstofly.org
730 M: dan.j.williams@intel.com
731 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
734 ARM/INTEL IXP2000 ARM ARCHITECTURE
736 M: kernel@wantstofly.org
737 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
740 ARM/INTEL IXDP2850 MACHINE SUPPORT
742 M: kernel@wantstofly.org
743 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
746 ARM/INTEL IXP23XX ARM ARCHITECTURE
748 M: kernel@wantstofly.org
749 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
752 ARM/INTEL XSC3 (MANZANO) ARM CORE
754 M: kernel@wantstofly.org
756 M: dan.j.williams@intel.com
757 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
760 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
762 M: kernel@wantstofly.org
763 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
766 ARM/LOGICPD PXA270 MACHINE SUPPORT
768 M: kernel@wantstofly.org
769 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
772 ARM/MAGICIAN MACHINE SUPPORT
774 M: philipp.zabel@gmail.com
777 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
778 P: Michael Petchkovsky
779 M: mkpetch@internode.on.net
782 ARM/TOSA MACHINE SUPPORT
783 P: Dmitry Eremin-Solenikov
784 M: dbaryshkov@gmail.com
786 M: dirk@opfer-online.de
789 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
791 M: marek.vasut@gmail.com
792 W: http://hackndev.com
797 M: slapin@ossfans.org
798 W: http://hackndev.com
803 M: pleb@gelato.unsw.edu.au
804 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
807 ARM/PT DIGITAL BOARD PORT
809 M: stefan.eletzhofer@eletztrick.de
810 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
811 W: http://www.arm.linux.org.uk/
814 ARM/RADISYS ENP2611 MACHINE SUPPORT
816 M: kernel@wantstofly.org
817 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
820 ARM/RISCPC ARCHITECTURE
822 M: linux@arm.linux.org.uk
823 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
824 W: http://www.arm.linux.org.uk/
826 F: arch/arm/common/time-acorn.c
827 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
828 F: arch/arm/include/asm/hardware/ioc.h
829 F: arch/arm/include/asm/hardware/iomd.h
830 F: arch/arm/include/asm/hardware/memc.h
831 F: arch/arm/mach-rpc/
832 F: drivers/net/arm/ether*
835 ARM/SHARK MACHINE SUPPORT
837 M: alex@shark-linux.de
838 W: http://www.shark-linux.de/shark.html
841 ARM/S3C2410 ARM ARCHITECTURE
843 M: ben-linux@fluff.org
844 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
845 W: http://www.fluff.org/ben/linux/
848 ARM/S3C2440 ARM ARCHITECTURE
850 M: ben-linux@fluff.org
851 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
852 W: http://www.fluff.org/ben/linux/
855 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
857 M: kernel@wantstofly.org
858 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 ARM/THECUS N2100 MACHINE SUPPORT
863 M: kernel@wantstofly.org
864 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
867 ARM/NUVOTON W90X900 ARM ARCHITECTURE
869 M: mcuos.com@gmail.com
870 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
871 W: http://www.mcuos.com
876 M: linux@arm.linux.org.uk
877 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
878 W: http://www.arm.linux.org.uk/
884 L: netdev@vger.kernel.org
888 ASUS ACPI EXTRAS DRIVER
890 M: corentincj@iksaif.net
892 M: sziwan@users.sourceforge.net
893 L: acpi4asus-user@lists.sourceforge.net
894 W: http://sourceforge.net/projects/acpi4asus
895 W: http://xf.iksaif.net/acpi4asus
897 F: arch/x86/kernel/acpi/boot.c
898 F: drivers/platform/x86/asus_acpi.c
900 ASUS ASB100 HARDWARE MONITOR DRIVER
902 M: mhoffman@lightlink.com
903 L: lm-sensors@lm-sensors.org
905 F: drivers/hwmon/asb100.c
907 ASUS LAPTOP EXTRAS DRIVER
909 M: corentincj@iksaif.net
910 L: acpi4asus-user@lists.sourceforge.net
911 W: http://sourceforge.net/projects/acpi4asus
912 W: http://xf.iksaif.net/acpi4asus
914 F: drivers/platform/x86/asus-laptop.c
916 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
918 M: dan.j.williams@intel.com
920 M: maciej.sosnowski@intel.com
921 W: http://sourceforge.net/projects/xscaleiop
923 F: Documentation/crypto/async-tx-api.txt
926 F: include/linux/dmaengine.h
927 F: include/linux/async_tx.h
929 ATA OVER ETHERNET (AOE) DRIVER
931 M: ecashin@coraid.com
932 W: http://www.coraid.com/support/linux
934 F: Documentation/aoe/
935 F: drivers/block/aoe/
937 ATHEROS ATH5K WIRELESS DRIVER
939 M: jirislaby@gmail.com
941 M: mickflemm@gmail.com
943 M: lrodriguez@atheros.com
945 M: me@bobcopeland.com
946 L: linux-wireless@vger.kernel.org
947 L: ath5k-devel@lists.ath5k.org
949 F: drivers/net/wireless/ath5k/
951 ATHEROS ATH9K WIRELESS DRIVER
953 M: lrodriguez@atheros.com
955 M: jmalinen@atheros.com
957 M: Sujith.Manoharan@atheros.com
958 P: Vasanthakumar Thiagarajan
959 M: vasanth@atheros.com
960 P: Senthil Balasubramanian
961 M: senthilkumar@atheros.com
962 L: linux-wireless@vger.kernel.org
963 L: ath9k-devel@lists.ath9k.org
965 F: drivers/net/wireless/ath9k/
967 ATHEROS AR9170 WIRELESS DRIVER
968 P: Christian Lamparter
970 L: linux-wireless@vger.kernel.org
971 W: http://wireless.kernel.org/en/users/Drivers/ar9170
973 F: drivers/net/wireless/ar9170/
979 F: drivers/input/misc/ati_remote2.c
981 ATLX ETHERNET DRIVERS
983 M: jcliburn@gmail.com
987 M: jie.yang@atheros.com
988 L: atl1-devel@lists.sourceforge.net
989 W: http://sourceforge.net/projects/atl1
990 W: http://atl1.sourceforge.net
996 M: chas@cmf.nrl.navy.mil
997 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
998 L: netdev@vger.kernel.org
999 W: http://linux-atm.sourceforge.net
1002 F: include/linux/atm*
1004 ATMEL AT91 MCI DRIVER
1006 M: nicolas.ferre@atmel.com
1007 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1008 W: http://www.atmel.com/products/AT91/
1009 W: http://www.at91.com/
1011 F: drivers/mmc/host/at91_mci.c
1013 ATMEL AT91 / AT32 SERIAL DRIVER
1014 P: Haavard Skinnemoen
1015 M: hskinnemoen@atmel.com
1017 F: drivers/serial/atmel_serial.c
1021 M: nicolas.ferre@atmel.com
1022 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1024 F: drivers/video/atmel_lcdfb.c
1025 F: include/video/atmel_lcdc.h
1027 ATMEL MACB ETHERNET DRIVER
1028 P: Haavard Skinnemoen
1029 M: hskinnemoen@atmel.com
1031 F: drivers/net/macb.*
1034 P: Haavard Skinnemoen
1035 M: hskinnemoen@atmel.com
1037 F: drivers/spi/atmel_spi.*
1039 ATMEL USBA UDC DRIVER
1040 P: Haavard Skinnemoen
1041 M: hskinnemoen@atmel.com
1042 L: kernel@avr32linux.org
1043 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1045 F: drivers/usb/gadget/atmel_usba_udc.*
1047 ATMEL WIRELESS DRIVER
1049 M: simon@thekelleys.org.uk
1050 L: linux-wireless@vger.kernel.org
1051 W: http://www.thekelleys.org.uk/atmel
1052 W: http://atmelwlandriver.sourceforge.net/
1054 F: drivers/net/wireless/atmel*
1058 M: viro@zeniv.linux.org.uk
1060 M: eparis@redhat.com
1061 L: linux-audit@redhat.com (subscribers-only)
1062 W: http://people.redhat.com/sgrubb/audit/
1063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1065 F: include/linux/audit.h
1068 AUXILIARY DISPLAY DRIVERS
1069 P: Miguel Ojeda Sandonis
1070 M: miguel.ojeda.sandonis@gmail.com
1071 W: http://miguelojeda.es/auxdisplay.htm
1072 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1074 F: drivers/auxdisplay/
1075 F: include/linux/cfag12864b.h
1078 P: Haavard Skinnemoen
1079 M: hskinnemoen@atmel.com
1080 W: http://www.atmel.com/products/AVR32/
1081 W: http://avr32linux.org/
1082 W: http://avrfreaks.net/
1086 AVR32/AT32AP MACHINE SUPPORT
1087 P: Haavard Skinnemoen
1088 M: hskinnemoen@atmel.com
1090 F: arch/avr32/mach-at32ap/
1094 M: ralf@linux-mips.org
1095 L: linux-hams@vger.kernel.org
1096 W: http://www.linux-ax25.org/
1098 F: include/linux/ax25.h
1099 F: include/net/ax25.h
1106 M: stefano.brivio@polimi.it
1107 L: linux-wireless@vger.kernel.org
1108 W: http://linuxwireless.org/en/users/Drivers/b43
1110 F: drivers/net/wireless/b43/
1112 B43LEGACY WIRELESS DRIVER
1114 M: Larry.Finger@lwfinger.net
1116 M: stefano.brivio@polimi.it
1117 L: linux-wireless@vger.kernel.org
1118 W: http://linuxwireless.org/en/users/Drivers/b43
1120 F: drivers/net/wireless/b43legacy/
1122 BACKLIGHT CLASS/SUBSYSTEM
1124 M: rpurdie@rpsys.net
1126 F: drivers/video/backlight/
1127 F: include/linux/backlight.h
1129 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1131 M: t.sailer@alumni.ethz.ch
1132 L: linux-hams@vger.kernel.org
1133 W: http://www.baycom.org/~tom/ham/ham.html
1135 F: drivers/net/hamradio/baycom*
1138 P: Sergey S. Kostyliov
1139 M: rathamahata@php4.ru
1141 F: Documentation/filesystems/befs.txt
1145 P: Tigran A. Aivazian
1146 M: tigran@aivazian.fsnet.co.uk
1148 F: Documentation/filesystems/bfs.txt
1150 F: include/linux/bfs_fs.h
1152 BLACKFIN ARCHITECTURE
1154 M: vapier@gentoo.org
1155 L: uclinux-dist-devel@blackfin.uclinux.org
1156 W: http://blackfin.uclinux.org
1160 BLACKFIN EMAC DRIVER
1161 P: Michael Hennerich
1162 M: michael.hennerich@analog.com
1163 L: uclinux-dist-devel@blackfin.uclinux.org
1164 W: http://blackfin.uclinux.org
1166 F: drivers/net/bfin_mac.*
1170 M: vapier.adi@gmail.com
1171 L: uclinux-dist-devel@blackfin.uclinux.org
1172 W: http://blackfin.uclinux.org
1174 F: drivers/rtc/rtc-bfin.c
1176 BLACKFIN SERIAL DRIVER
1178 M: sonic.zhang@analog.com
1179 L: uclinux-dist-devel@blackfin.uclinux.org
1180 W: http://blackfin.uclinux.org
1182 F: drivers/serial/bfin_5xx.c
1184 BLACKFIN WATCHDOG DRIVER
1186 M: vapier.adi@gmail.com
1187 L: uclinux-dist-devel@blackfin.uclinux.org
1188 W: http://blackfin.uclinux.org
1190 F: drivers/watchdog/bfin_wdt.c
1192 BLACKFIN I2C TWI DRIVER
1194 M: sonic.zhang@analog.com
1195 L: uclinux-dist-devel@blackfin.uclinux.org
1196 W: http://blackfin.uclinux.org/
1198 F: drivers/i2c/busses/i2c-bfin-twi.c
1203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1209 M: joern@lazybastard.org
1210 L: linux-mtd@lists.infradead.org
1212 F: drivers/mtd/devices/block2mtd.c
1216 M: marcel@holtmann.org
1217 L: linux-bluetooth@vger.kernel.org
1218 W: http://www.bluez.org/
1220 F: drivers/bluetooth/
1224 M: marcel@holtmann.org
1225 L: linux-bluetooth@vger.kernel.org
1226 W: http://www.bluez.org/
1227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1230 F: include/net/bluetooth/
1235 L: bonding-devel@lists.sourceforge.net
1236 W: http://sourceforge.net/projects/bonding/
1238 F: drivers/net/bonding/
1239 F: include/linux/if_bonding.h
1241 BROADCOM B44 10/100 ETHERNET DRIVER
1243 M: zambrano@broadcom.com
1244 L: netdev@vger.kernel.org
1246 F: drivers/net/b44.*
1248 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/bnx2.*
1254 F: drivers/net/bnx2_*
1256 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1258 M: eilong@broadcom.com
1259 L: netdev@vger.kernel.org
1261 F: drivers/net/bnx2x*
1263 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1265 M: mcarlson@broadcom.com
1267 M: mchan@broadcom.com
1268 L: netdev@vger.kernel.org
1270 F: drivers/net/tg3.*
1272 BSG (block layer generic sg v4 driver)
1274 M: fujita.tomonori@lab.ntt.co.jp
1275 L: linux-scsi@vger.kernel.org
1278 F: include/linux/bsg.h
1283 W: http://bu3sch.de/btgpio.php
1285 F: drivers/gpio/bt8xxgpio.c
1289 M: chris.mason@oracle.com
1290 L: linux-btrfs@vger.kernel.org
1291 W: http://btrfs.wiki.kernel.org/
1292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1294 F: Documentation/filesystems/btrfs.txt
1297 BTTV VIDEO4LINUX DRIVER
1298 P: Mauro Carvalho Chehab
1299 M: mchehab@infradead.org
1300 L: linux-media@vger.kernel.org
1301 W: http://linuxtv.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/bttv/
1305 F: drivers/media/video/bt8xx/bttv*
1307 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1309 M: dhowells@redhat.com
1310 L: linux-cachefs@redhat.com
1312 F: Documentation/filesystems/caching/cachefiles.txt
1315 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1318 L: linux-media@vger.kernel.org
1319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1321 F: Documentation/video4linux/cafe_ccic
1322 F: drivers/media/video/cafe_ccic*
1324 CALGARY x86-64 IOMMU
1329 L: discuss@x86-64.org
1331 F: arch/x86/kernel/pci-calgary_64.c
1332 F: arch/x86/kernel/tce_64.c
1333 F: arch/x86/include/asm/calgary.h
1334 F: arch/x86/include/asm/tce.h
1338 M: urs.thuermann@volkswagen.de
1340 M: oliver.hartkopp@volkswagen.de
1341 L: socketcan-core@lists.berlios.de (subscribers-only)
1342 W: http://developer.berlios.de/projects/socketcan/
1345 F: include/linux/can/
1346 F: include/linux/can.h
1349 P: Wolfgang Grandegger
1350 M: wg@grandegger.com
1351 L: socketcan-core@lists.berlios.de (subscribers-only)
1352 W: http://developer.berlios.de/projects/socketcan/
1355 CELL BROADBAND ENGINE ARCHITECTURE
1358 L: linuxppc-dev@ozlabs.org
1359 L: cbe-oss-dev@ozlabs.org
1360 W: http://www.ibm.com/developerworks/power/cell/
1362 F: arch/powerpc/include/asm/cell*.h
1363 F: arch/powerpc/include/asm/spu*.h
1364 F: arch/powerpc/oprofile/*cell*
1365 F: arch/powerpc/platforms/cell/
1367 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1369 M: david.vrabel@csr.com
1370 L: linux-usb@vger.kernel.org
1372 F: Documentation/usb/WUSB-Design-overview.txt
1373 F: Documentation/usb/wusb-cbaf
1374 F: drivers/usb/wusbcore/
1375 F: include/linux/usb/wusb*
1377 CFAG12864B LCD DRIVER
1378 P: Miguel Ojeda Sandonis
1379 M: miguel.ojeda.sandonis@gmail.com
1380 W: http://miguelojeda.es/auxdisplay.htm
1381 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1383 F: drivers/auxdisplay/cfag12864b.c
1384 F: include/linux/cfag12864b.h
1386 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1387 P: Miguel Ojeda Sandonis
1388 M: miguel.ojeda.sandonis@gmail.com
1389 W: http://miguelojeda.es/auxdisplay.htm
1390 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1392 F: drivers/auxdisplay/cfag12864bfb.c
1393 F: include/linux/cfag12864b.h
1395 CFG80211 and NL80211
1397 M: johannes@sipsolutions.net
1398 L: linux-wireless@vger.kernel.org
1400 F: include/linux/nl80211.h
1401 F: include/net/cfg80211.h
1403 X: net/wireless/wext*
1407 M: apw@canonical.com
1409 F: scripts/checkpatch.pl
1411 CISCO 10G ETHERNET DRIVER
1413 M: scofeldm@cisco.com
1415 M: jeykholt@cisco.com
1417 F: drivers/net/enic/
1419 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1420 P: Lennert Buytenhek
1421 M: kernel@wantstofly.org
1422 L: netdev@vger.kernel.org
1424 F: drivers/net/arm/ep93xx_eth.c
1426 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1427 P: Lennert Buytenhek
1428 M: kernel@wantstofly.org
1429 L: linux-usb@vger.kernel.org
1431 F: drivers/usb/host/ohci-ep93xx.c
1433 CIRRUS LOGIC CS4270 SOUND DRIVER
1435 M: timur@freescale.com
1436 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1438 F: sound/soc/codecs/cs4270*
1440 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1441 P: Cirrus Logic Corporation (kernel 2.2 driver)
1442 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1443 P: Nils Faerber (port to kernel 2.4)
1444 M: Nils Faerber <nils@kernelconcepts.de>
1446 F: Documentation/input/cs461x.txt
1447 F: sound/pci/cs46xx/
1451 M: linux@arm.linux.org.uk
1452 F: include/linux/clk.h
1454 CISCO FCOE HBA DRIVER
1455 P: Abhijeet Joglekar
1456 M: abjoglek@cisco.com
1458 M: jeykholt@cisco.com
1459 L: linux-scsi@vger.kernel.org
1461 F: drivers/scsi/fnic/
1465 M: jaharkes@cs.cmu.edu
1467 L: codalist@coda.cs.cmu.edu
1468 W: http://www.coda.cs.cmu.edu/
1470 F: Documentation/filesystems/coda.txt
1472 F: include/linux/coda*.h
1474 COMMON INTERNET FILE SYSTEM (CIFS)
1476 M: sfrench@samba.org
1477 L: linux-cifs-client@lists.samba.org
1478 L: samba-technical@lists.samba.org
1479 W: http://linux-cifs.samba.org/
1480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1482 F: Documentation/filesystems/cifs.txt
1485 COMPACTPCI HOTPLUG CORE
1487 M: scottm@somanetworks.com
1488 M: scott@spiteful.org
1489 L: linux-pci@vger.kernel.org
1491 F: drivers/pci/hotplug/cpci_hotplug*
1493 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1495 M: scottm@somanetworks.com
1496 M: scott@spiteful.org
1497 L: linux-pci@vger.kernel.org
1499 F: drivers/pci/hotplug/cpcihp_zt5550.*
1501 COMPACTPCI HOTPLUG GENERIC DRIVER
1503 M: scottm@somanetworks.com
1504 M: scott@spiteful.org
1505 L: linux-pci@vger.kernel.org
1507 F: drivers/pci/hotplug/cpcihp_generic.c
1509 COMPAL LAPTOP SUPPORT
1510 P: Cezary Jackiewicz
1511 M: cezary.jackiewicz@gmail.com
1513 F: drivers/platform/x86/compal-laptop.c
1515 COMPUTONE INTELLIPORT MULTIPORT CARD
1516 P: Michael H. Warfield
1518 W: http://www.wittsend.com/computone.html
1520 F: Documentation/serial/computone.txt
1521 F: drivers/char/ip2/
1523 CONEXANT ACCESSRUNNER USB DRIVER
1525 M: cxacru@fire.lp0.eu
1526 L: accessrunner-general@lists.sourceforge.net
1527 W: http://accessrunner.sourceforge.net/
1529 F: drivers/usb/atm/cxacru.c
1533 M: joel.becker@oracle.com
1536 F: include/linux/configfs.h
1538 CONTROL GROUPS (CGROUPS)
1540 M: menage@google.com
1542 M: lizf@cn.fujitsu.com
1543 L: containers@lists.linux-foundation.org
1545 F: include/linux/cgroup*
1548 CORETEMP HARDWARE MONITORING DRIVER
1550 M: r.marek@assembler.cz
1551 L: lm-sensors@lm-sensors.org
1553 F: Documentation/hwmon/coretemp
1554 F: drivers/hwmon/coretemp.c
1556 COSA/SRP SYNC SERIAL DRIVER
1557 P: Jan "Yenya" Kasprzak
1559 W: http://www.fi.muni.cz/~kas/cosa/
1561 F: drivers/net/wan/cosa*
1563 CPMAC ETHERNET DRIVER
1565 M: florian@openwrt.org
1566 L: netdev@vger.kernel.org
1568 F: drivers/net/cpmac.c
1570 CPU FREQUENCY DRIVERS
1573 L: cpufreq@vger.kernel.org
1574 W: http://www.codemonkey.org.uk/projects/cpufreq/
1575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1577 F: arch/x86/kernel/cpu/cpufreq/
1579 F: include/linux/cpufreq.h
1585 F: arch/x86/kernel/cpuid.c
1586 F: arch/x86/kernel/msr.c
1590 M: menage@google.com
1591 W: http://www.bullopensource.org/cpuset/
1592 W: http://oss.sgi.com/projects/cpusets/
1594 F: Documentation/cgroups/cpusets.txt
1595 F: include/linux/cpuset.h
1599 W: http://sourceforge.net/projects/cramfs/
1601 F: Documentation/filesystems/cramfs.txt
1608 M: jesper.nilsson@axis.com
1609 L: dev-etrax@axis.com
1610 W: http://developer.axis.com
1616 M: herbert@gondor.apana.org.au
1618 M: davem@davemloft.net
1619 L: linux-crypto@vger.kernel.org
1620 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1622 F: Documentation/crypto/
1628 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1630 M: nhorman@tuxdriver.com
1631 L: linux-crypto@vger.kernel.org
1634 CS5535 Audio ALSA driver
1636 M: jayakumar.alsa@gmail.com
1638 F: sound/pci/cs5535audio/
1640 CX18 VIDEO4LINUX DRIVER
1642 M: hverkuil@xs4all.nl
1645 L: ivtv-devel@ivtvdriver.org
1646 L: ivtv-users@ivtvdriver.org
1647 L: linux-media@vger.kernel.org
1648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1649 W: http://linuxtv.org
1651 F: Documentation/video4linux/cx18.txt
1652 F: drivers/media/video/cx18/
1654 CXGB3 ETHERNET DRIVER (CXGB3)
1657 L: netdev@vger.kernel.org
1658 W: http://www.chelsio.com
1660 F: drivers/net/cxgb3/
1662 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1664 M: swise@chelsio.com
1665 L: general@lists.openfabrics.org
1666 W: http://www.openfabrics.org
1668 F: drivers/infiniband/hw/cxgb3/
1672 M: linux@arm.linux.org.uk
1673 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1674 W: http://www.arm.linux.org.uk/
1676 F: drivers/video/cyber2000fb.*
1678 CYCLADES 2X SYNC CARD DRIVER
1679 P: Arnaldo Carvalho de Melo
1680 M: acme@ghostprotocols.net
1681 W: http://oops.ghostprotocols.net:81/blog
1683 F: drivers/net/wan/cycx*
1685 CYCLADES ASYNC MUX DRIVER
1686 W: http://www.cyclades.com/
1688 F: drivers/char/cyclades.c
1689 F: include/linux/cyclades.h
1691 CYCLADES PC300 DRIVER
1692 W: http://www.cyclades.com/
1694 F: drivers/net/wan/pc300*
1696 DAMA SLAVE for AX.25
1699 W: http://yaina.de/jreuter/
1700 W: http://www.qsl.net/dl1bke/
1701 L: linux-hams@vger.kernel.org
1703 F: net/ax25/af_ax25.c
1704 F: net/ax25/ax25_dev.c
1705 F: net/ax25/ax25_ds_*
1706 F: net/ax25/ax25_in.c
1707 F: net/ax25/ax25_out.c
1708 F: net/ax25/ax25_timer.c
1709 F: net/ax25/sysctl_net_ax25.c
1711 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1713 M: tori@unhappy.mine.nu
1714 L: netdev@vger.kernel.org
1716 F: Documentation/networking/dmfe.txt
1717 F: drivers/net/tulip/dmfe.c
1719 DC390/AM53C974 SCSI driver
1722 W: http://www.garloff.de/kurt/linux/dc390/
1723 P: Guennadi Liakhovetski
1724 M: g.liakhovetski@gmx.de
1726 F: drivers/scsi/tmscsim.*
1730 M: oliver@neukum.name
1734 M: lenehan@twibble.org
1735 W: http://twibble.org/dist/dc395x/
1736 L: dc395x@twibble.org
1737 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1739 F: Documentation/scsi/dc395x.txt
1740 F: drivers/scsi/dc395x.*
1743 P: Arnaldo Carvalho de Melo
1744 M: acme@ghostprotocols.net
1745 L: dccp@vger.kernel.org
1746 W: http://linux-net.osdl.org/index.php/DCCP
1748 F: include/linux/dccp.h
1749 F: include/linux/tfrc.h
1752 DECnet NETWORK LAYER
1753 P: Christine Caulfield
1754 M: christine.caulfield@googlemail.com
1755 W: http://linux-decnet.sourceforge.net
1756 L: linux-decnet-user@lists.sourceforge.net
1758 F: Documentation/networking/decnet.txt
1761 DEFXX FDDI NETWORK DRIVER
1762 P: Maciej W. Rozycki
1763 M: macro@linux-mips.org
1765 F: drivers/net/defxx.*
1769 M: mjg59@srcf.ucam.org
1771 F: drivers/platform/x86/dell-laptop.c
1773 DELL LAPTOP SMM DRIVER
1774 P: Massimo Dal Zotto
1776 W: http://www.debian.org/~dz/i8k/
1778 F: drivers/char/i8k.c
1779 F: include/linux/i8k.h
1781 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1783 M: Douglas_Warzecha@dell.com
1785 F: Documentation/dcdbas.txt
1786 F: drivers/firmware/dcdbas.*
1788 DELL WMI EXTRAS DRIVER
1790 M: mjg59@srcf.ucam.org
1793 DEVICE NUMBER REGISTRY
1795 M: device@lanana.org
1796 W: http://lanana.org/docs/device-list/index.html
1801 L: dm-devel@redhat.com
1802 W: http://sources.redhat.com/dm
1804 F: Documentation/device-mapper/
1806 F: include/linux/device-mapper.h
1807 F: include/linux/dm-*.h
1809 DIGI INTL. EPCA DRIVER
1810 P: Digi International, Inc
1811 M: Eng.Linux@digi.com
1812 L: Eng.Linux@digi.com
1813 W: http://www.digi.com
1815 F: Documentation/serial/digiepca.txt
1816 F: drivers/char/epca*
1817 F: drivers/char/digi*
1819 DIRECTORY NOTIFICATION (DNOTIFY)
1821 M: eparis@parisplace.org
1823 F: Documentation/filesystems/dnotify.txt
1824 F: fs/notify/dnotify/
1825 F: include/linux/dnotify.h
1827 DISK GEOMETRY AND PARTITION HANDLING
1830 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1831 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1832 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1839 F: Documentation/filesystems/quota.txt
1841 F: include/linux/quota*.h
1843 DISTRIBUTED LOCK MANAGER (DLM)
1844 P: Christine Caulfield
1845 M: ccaulfie@redhat.com
1847 M: teigland@redhat.com
1848 L: cluster-devel@redhat.com
1849 W: http://sources.redhat.com/cluster/
1850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1854 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1856 M: maciej.sosnowski@intel.com
1858 M: dan.j.williams@intel.com
1861 F: include/linux/dma*
1863 DME1737 HARDWARE MONITOR DRIVER
1866 L: lm-sensors@lm-sensors.org
1868 F: Documentation/hwmon/dme1737
1869 F: drivers/hwmon/dme1737.c
1871 DOCBOOK FOR DOCUMENTATION
1873 M: rdunlap@xenotime.net
1876 DOCKING STATION DRIVER
1878 M: shaohua.li@intel.com
1879 L: linux-acpi@vger.kernel.org
1881 F: drivers/acpi/dock.c
1885 M: rdunlap@xenotime.net
1886 L: linux-doc@vger.kernel.org
1891 P: James R. Van Zandt
1892 M: jrv@vanzandt.mv.com
1893 L: blinux-list@redhat.com
1895 F: drivers/char/dtlk.c
1896 F: include/linux/dtlk.h
1898 DPT_I2O SCSI RAID DRIVER
1899 P: Adaptec OEM Raid Solutions
1900 M: aacraid@adaptec.com
1901 L: linux-scsi@vger.kernel.org
1902 W: http://www.adaptec.com/
1904 F: drivers/scsi/dpt*
1905 F: drivers/scsi/dpt/
1907 DRIVER CORE, KOBJECTS, AND SYSFS
1908 P: Greg Kroah-Hartman
1910 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1912 F: Documentation/kobject.txt
1915 F: include/linux/kobj*
1921 L: dri-devel@lists.sourceforge.net
1922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1928 M: romieu@fr.zoreil.com
1929 L: netdev@vger.kernel.org
1931 F: drivers/net/wan/dscc4.c
1933 DZ DECSTATION DZ11 SERIAL DRIVER
1934 P: Maciej W. Rozycki
1935 M: macro@linux-mips.org
1937 F: drivers/serial/dz.*
1939 EATA-DMA SCSI DRIVER
1941 M: mike@i-Connect.Net
1942 L: linux-eata@i-connect.net
1943 L: linux-scsi@vger.kernel.org
1945 F: drivers/scsi/eata*
1947 EATA ISA/EISA/PCI SCSI DRIVER
1949 M: ballabio_dario@emc.com
1950 L: linux-scsi@vger.kernel.org
1952 F: drivers/scsi/eata.c
1954 EATA-PIO SCSI DRIVER
1956 M: mike@i-Connect.Net
1957 L: linux-eata@i-connect.net
1958 L: linux-scsi@vger.kernel.org
1960 F: drivers/scsi/eata_pio.*
1964 M: bart.de.schuymer@pandora.be
1965 L: ebtables-user@lists.sourceforge.net
1966 L: ebtables-devel@lists.sourceforge.net
1967 W: http://ebtables.sourceforge.net/
1969 F: include/linux/netfilter_bridge/ebt_*.h
1970 F: net/bridge/netfilter/ebt*.c
1974 M: tyhicks@linux.vnet.ibm.com
1976 M: kirkland@canonical.com
1977 L: ecryptfs-devel@lists.launchpad.net
1978 W: https://launchpad.net/ecryptfs
1980 F: Documentation/filesystems/ecryptfs.txt
1985 M: dougthompson@xmission.com
1986 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 W: bluesmoke.sourceforge.net
1989 F: Documentation/edac.txt
1990 F: drivers/edac/edac_*
1991 F: include/linux/edac.h
1995 M: dougthompson@xmission.com
1997 M: borislav.petkov@amd.com
1998 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1999 W: bluesmoke.sourceforge.net
2001 F: drivers/edac/amd64_edac*
2005 M: mark.gross@intel.com
2007 M: dougthompson@xmission.com
2008 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2009 W: bluesmoke.sourceforge.net
2011 F: drivers/edac/e752x_edac.c
2015 M: dougthompson@xmission.com
2016 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2017 W: bluesmoke.sourceforge.net
2019 F: drivers/edac/e7xxx_edac.c
2023 M: tim@buttersideup.com
2024 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2025 W: bluesmoke.sourceforge.net
2027 F: drivers/edac/i82443bxgx_edac.c
2031 M: juhlenko@akamai.com
2032 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2033 W: bluesmoke.sourceforge.net
2035 F: drivers/edac/i3000_edac.c
2039 M: dougthompson@xmission.com
2040 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2041 W: bluesmoke.sourceforge.net
2043 F: drivers/edac/i5000_edac.c
2046 P: Mauro Carvalho Chehab
2047 M: mchehab@redhat.com
2048 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2049 W: bluesmoke.sourceforge.net
2051 F: drivers/edac/i5400_edac.c
2054 P: Ranganathan Desikan
2056 M: rdesikan@jetzbroadband.com
2057 M: arvind@acarlab.com
2058 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2059 W: bluesmoke.sourceforge.net
2061 F: drivers/edac/i82975x_edac.c
2066 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2067 W: bluesmoke.sourceforge.net
2069 F: drivers/edac/pasemi_edac.c
2073 M: tim@buttersideup.com
2074 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2075 W: bluesmoke.sourceforge.net
2077 F: drivers/edac/r82600_edac.c
2079 EEEPC LAPTOP EXTRAS DRIVER
2081 M: corentincj@iksaif.net
2082 L: acpi4asus-user@lists.sourceforge.net
2083 W: http://sourceforge.net/projects/acpi4asus
2085 F: drivers/platform/x86/eeepc-laptop.c
2088 W: http://aeschi.ch.eu.org/efs/
2092 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2094 M: hnguyen@de.ibm.com
2096 M: raisch@de.ibm.com
2097 L: general@lists.openfabrics.org
2099 F: drivers/infiniband/hw/ehca/
2103 M: paul.gortmaker@windriver.com
2107 M: dwmw2@infradead.org
2108 L: linux-embedded@vger.kernel.org
2111 EMULEX LPFC FC SCSI DRIVER
2113 M: james.smart@emulex.com
2114 L: linux-scsi@vger.kernel.org
2115 W: http://sourceforge.net/projects/lpfcxxxx
2117 F: drivers/scsi/lpfc/
2119 ENE CB710 FLASH CARD READER DRIVER
2120 P: Michał Mirosław
2121 M: mirq-linux@rere.qmqm.pl
2122 L: linux-kernel@vger.kernel.org
2124 F: drivers/misc/cb710/
2125 F: drivers/mmc/host/cb710-mmc.*
2126 F: include/linux/cb710.h
2128 EPSON 1355 FRAMEBUFFER DRIVER
2129 P: Christopher Hoover
2130 M: ch@murgatroid.com
2131 P: Christopher Hoover
2134 F: drivers/video/epson1355fb.c
2136 EPSON S1D13XXX FRAMEBUFFER DRIVER
2137 P: Kristoffer Ericson
2138 M: kristoffer.ericson@gmail.com
2140 F: drivers/video/s1d13xxxfb.c
2141 F: include/video/s1d13xxxfb.h
2143 ETHEREXPRESS-16 NETWORK DRIVER
2146 L: netdev@vger.kernel.org
2148 F: drivers/net/eexpress.*
2151 P: Stephen Hemminger
2152 M: shemminger@linux-foundation.org
2153 L: bridge@lists.linux-foundation.org
2154 W: http://www.linux-foundation.org/en/Net:Bridge
2156 F: include/linux/netfilter_bridge/
2159 ETHERTEAM 16I DRIVER
2163 F: drivers/net/eth16i.c
2166 L: linux-ext4@vger.kernel.org
2168 F: Documentation/filesystems/ext2.txt
2170 F: include/linux/ext2*
2176 M: akpm@linux-foundation.org
2179 L: linux-ext4@vger.kernel.org
2181 F: Documentation/filesystems/ext3.txt
2183 F: include/linux/ext3*
2190 L: linux-ext4@vger.kernel.org
2191 W: http://ext4.wiki.kernel.org
2193 F: Documentation/filesystems/ext4.txt
2196 F71805F HARDWARE MONITORING DRIVER
2198 M: khali@linux-fr.org
2199 L: lm-sensors@lm-sensors.org
2201 F: Documentation/hwmon/f71805f
2202 F: drivers/hwmon/f71805f.c
2204 FARSYNC SYNCHRONOUS DRIVER
2206 M: kevin.curtis@farsite.co.uk
2207 W: http://www.farsite.co.uk/
2209 F: drivers/net/wan/farsync.*
2211 FAULT INJECTION SUPPORT
2213 M: akinobu.mita@gmail.com
2215 F: Documentation/fault-injection/
2216 F: lib/fault-inject.c
2218 FILE LOCKING (flock() and fcntl()/lockf())
2221 L: linux-fsdevel@vger.kernel.org
2223 F: include/linux/fcntl.h
2224 F: include/linux/fs.h
2228 FILESYSTEMS (VFS and infrastructure)
2230 M: viro@zeniv.linux.org.uk
2231 L: linux-fsdevel@vger.kernel.org
2235 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2237 M: riku.vipio@iki.fi
2238 L: lm-sensors@lm-sensors.org
2240 F: drivers/hwmon/f75375s.c
2241 F: include/linux/f75375s.h
2244 P: Kristian Hoegsberg
2247 M: stefanr@s5r6.in-berlin.de
2248 L: linux1394-devel@lists.sourceforge.net
2249 W: http://www.linux1394.org/
2250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2252 F: drivers/firewire/
2253 F: include/linux/firewire*.h
2255 FIRMWARE LOADER (request_firmware)
2257 F: Documentation/firmware_class/
2258 F: drivers/base/firmware*.c
2259 F: include/linux/firmware.h
2263 M: billm@melbpc.org.au
2264 W: http://floatingpoint.sourceforge.net/emulator/index.html
2266 F: arch/x86/math-emu/
2268 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2270 M: mike.mclagan@linux.org
2271 L: netdev@vger.kernel.org
2273 F: drivers/net/wan/dlci.c
2274 F: drivers/net/wan/sdla.c
2278 M: adaplas@gmail.com
2279 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2280 W: http://linux-fbdev.sourceforge.net/
2282 F: Documentation/fb/
2283 F: drivers/video/fb*
2284 F: include/linux/fb.h
2286 FREESCALE DMA DRIVER
2288 M: leoli@freescale.com
2291 L: linuxppc-dev@ozlabs.org
2293 F: drivers/dma/fsldma.*
2295 FREESCALE I2C CPM DRIVER
2298 L: linuxppc-dev@ozlabs.org
2299 L: linux-i2c@vger.kernel.org
2301 F: drivers/i2c/busses/i2c-cpm.c
2303 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2305 M: kernel@pengutronix.de
2306 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2307 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2309 F: arch/arm/plat-mxc/include/mach/imxfb.h
2310 F: drivers/video/imxfb.c
2312 FREESCALE SOC FS_ENET DRIVER
2313 P: Pantelis Antoniou
2314 M: pantelis.antoniou@gmail.com
2316 M: vbordug@ru.mvista.com
2317 L: linuxppc-dev@ozlabs.org
2318 L: netdev@vger.kernel.org
2320 F: drivers/net/fs_enet/
2321 F: include/linux/fs_enet_pd.h
2323 FREESCALE QUICC ENGINE LIBRARY
2325 M: timur@freescale.com
2326 L: linuxppc-dev@ozlabs.org
2328 F: arch/powerpc/sysdev/qe_lib/
2329 F: arch/powerpc/include/asm/*qe.h
2331 FREESCALE HIGHSPEED USB DEVICE DRIVER
2333 M: leoli@freescale.com
2334 L: linux-usb@vger.kernel.org
2335 L: linuxppc-dev@ozlabs.org
2337 F: drivers/usb/gadget/fsl_usb2_udc.c
2339 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2341 M: leoli@freescale.com
2342 L: netdev@vger.kernel.org
2343 L: linuxppc-dev@ozlabs.org
2345 F: drivers/net/ucc_geth*
2347 FREESCALE QUICC ENGINE UCC UART DRIVER
2349 M: timur@freescale.com
2350 L: linuxppc-dev@ozlabs.org
2352 F: drivers/serial/ucc_uart.c
2354 FREESCALE SOC SOUND DRIVERS
2356 M: timur@freescale.com
2357 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2358 L: linuxppc-dev@ozlabs.org
2360 F: sound/soc/fsl/fsl*
2361 F: sound/soc/fsl/mpc8610_hpcd.c
2364 P: Christoph Hellwig
2365 M: hch@infradead.org
2366 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2373 P: Rafael J. Wysocki
2375 L: linux-pm@lists.linux-foundation.org
2377 F: Documentation/power/freezing-of-tasks.txt
2378 F: include/linux/freezer.h
2381 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2383 M: dhowells@redhat.com
2384 L: linux-cachefs@redhat.com
2386 F: Documentation/filesystems/caching/
2388 F: include/linux/fscache*.h
2392 M: rostedt@goodmis.org
2394 F: Documentation/ftrace.txt
2395 F: arch/*/*/*/ftrace.h
2396 F: arch/*/kernel/ftrace.c
2397 F: include/*/ftrace.h
2400 FUJITSU FR-V (FRV) PORT
2402 M: dhowells@redhat.com
2406 FUJITSU LAPTOP EXTRAS
2408 M: jwoithe@physics.adelaide.edu.au
2409 L: linux-acpi@vger.kernel.org
2411 F: drivers/platform/x86/fujitsu-laptop.c
2413 FUSE: FILESYSTEM IN USERSPACE
2415 M: miklos@szeredi.hu
2416 L: fuse-devel@lists.sourceforge.net
2417 W: http://fuse.sourceforge.net/
2420 F: include/linux/fuse.h
2422 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2425 L: linux-scsi@vger.kernel.org
2426 S: Odd Fixes (e.g., new signatures)
2427 F: drivers/scsi/fdomain.*
2429 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2431 M: achim_leubner@adaptec.com
2432 L: linux-scsi@vger.kernel.org
2433 W: http://www.icp-vortex.com/
2435 F: drivers/scsi/gdt*
2437 GENERIC GPIO I2C DRIVER
2438 P: Haavard Skinnemoen
2439 M: hskinnemoen@atmel.com
2441 F: drivers/i2c/busses/i2c-gpio.c
2442 F: include/linux/i2c-gpio.h
2444 GENERIC HDLC (WAN) DRIVERS
2447 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2449 F: drivers/net/wan/c101.c
2450 F: drivers/net/wan/hd6457*
2451 F: drivers/net/wan/hdlc*
2452 F: drivers/net/wan/n2.c
2453 F: drivers/net/wan/pc300too.c
2454 F: drivers/net/wan/pci200syn.c
2455 F: drivers/net/wan/wanxl*
2458 P: Steven Whitehouse
2459 M: swhiteho@redhat.com
2460 L: cluster-devel@redhat.com
2461 W: http://sources.redhat.com/cluster/
2462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2465 F: Documentation/filesystems/gfs2*.txt
2467 F: include/linux/gfs2_ondisk.h
2469 GIGASET ISDN DRIVERS
2474 L: gigaset307x-common@lists.sourceforge.net
2475 W: http://gigaset307x.sourceforge.net/
2477 F: Documentation/isdn/README.gigaset
2478 F: drivers/isdn/gigaset/
2479 F: include/linux/gigaset_dev.h
2481 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2483 M: frank@f-seidel.de
2484 L: lm-sensors@lm-sensors.org
2485 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2487 F: drivers/hwmon/hdaps.c
2489 HYPERVISOR VIRTUAL CONSOLE DRIVER
2490 L: linuxppc-dev@ozlabs.org
2492 F: drivers/char/hvc_*
2494 GSPCA FINEPIX SUBDRIVER
2497 L: linux-media@vger.kernel.org
2498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2500 F: drivers/media/video/gspca/finepix.c
2502 GSPCA M5602 SUBDRIVER
2504 M: erik.andren@gmail.com
2505 L: linux-media@vger.kernel.org
2506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2508 F: drivers/media/video/gspca/m5602/
2510 GSPCA PAC207 SONIXB SUBDRIVER
2512 M: hdegoede@redhat.com
2513 L: linux-media@vger.kernel.org
2514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2516 F: drivers/media/video/gspca/pac207.c
2518 GSPCA T613 SUBDRIVER
2519 P: Leandro Costantino
2520 M: lcostantino@gmail.com
2521 L: linux-media@vger.kernel.org
2522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2524 F: drivers/media/video/gspca/t613.c
2526 GSPCA USB WEBCAM DRIVER
2527 P: Jean-Francois Moine
2529 W: http://moinejf.free.fr
2530 L: linux-media@vger.kernel.org
2531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2533 F: drivers/media/video/gspca/
2536 L: lm-sensors@lm-sensors.org
2537 W: http://www.lm-sensors.org/
2541 HARDWARE RANDOM NUMBER GENERATOR CORE
2543 F: Documentation/hw_random.txt
2544 F: drivers/char/hw_random/
2545 F: include/linux/hw_random.h
2547 HARMONY SOUND DRIVER
2550 L: linux-parisc@vger.kernel.org
2552 F: sound/parisc/harmony.*
2554 HAYES ESP SERIAL DRIVER
2555 P: Andrew J. Robinson
2557 W: http://www.nyx.net/~arobinso
2559 F: Documentation/serial/hayes-esp.txt
2560 F: drivers/char/esp.c
2562 HEWLETT-PACKARD SMART2 RAID DRIVER
2564 M: chirag.kantharia@hp.com
2565 L: iss_storagedev@hp.com
2567 F: Documentation/blockdev/cpqarray.txt
2568 F: drivers/block/cpqarray.*
2570 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2572 M: mike.miller@hp.com
2573 L: iss_storagedev@hp.com
2575 F: Documentation/blockdev/cciss.txt
2576 F: drivers/block/cciss*
2577 F: include/linux/cciss_ioctl.h
2581 M: zippel@linux-m68k.org
2583 F: Documentation/filesystems/hfs.txt
2586 HGA FRAMEBUFFER DRIVER
2588 M: fero@drama.obuda.kando.hu
2589 L: linux-nvidia@lists.surfsouth.com
2590 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2592 F: drivers/video/hgafb.c
2594 HIBERNATION (aka Software Suspend, aka swsusp)
2597 P: Rafael J. Wysocki
2599 L: linux-pm@lists.linux-foundation.org
2602 F: drivers/base/power/
2604 F: include/linux/suspend.h
2605 F: include/linux/freezer.h
2606 F: include/linux/pm.h
2607 F: arch/*/include/asm/suspend*.h
2612 L: linux-input@vger.kernel.org
2613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2616 F: include/linux/hid*
2618 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2620 M: tglx@linutronix.de
2622 F: Documentation/timers/
2624 F: include/linux/hrtimer.h
2626 HIGH-SPEED SCC DRIVER FOR AX.25
2628 M: klaus.kudielka@ieee.org
2629 L: linux-hams@vger.kernel.org
2630 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2632 F: drivers/net/hamradio/dmascc.c
2633 F: drivers/net/hamradio/scc.c
2635 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2636 P: HighPoint Linux Team
2637 M: linux@highpoint-tech.com
2638 W: http://www.highpoint-tech.com
2640 F: Documentation/scsi/hptiop.txt
2641 F: drivers/scsi/hptiop.c
2645 M: jes@trained-monkey.org
2646 L: linux-hippi@sunsite.dk
2648 F: include/linux/hippidevice.h
2649 F: include/linux/if_hippi.h
2655 L: hostap@shmoo.com (subscribers-only)
2656 L: linux-wireless@vger.kernel.org
2657 W: http://hostap.epitest.fi/
2659 F: drivers/net/wireless/hostap/
2661 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2663 M: carlos@strangeworlds.co.uk
2665 F: drivers/platform/x86/tc1100-wmi.c
2667 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2671 F: drivers/net/hp100.*
2673 HPET: High Precision Event Timers driver
2675 M: clemens@ladisch.de
2677 F: Documentation/timers/hpet.txt
2678 F: drivers/char/hpet.c
2679 F: include/linux/hpet.h
2682 P: Venkatesh Pallipadi (Venki)
2683 M: venkatesh.pallipadi@intel.com
2685 F: arch/x86/kernel/hpet.c
2686 F: arch/x86/include/asm/hpet.h
2697 F: drivers/char/hpet.c
2701 M: mikulas@artax.karlin.mff.cuni.cz
2702 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2708 M: j.dumon@option.com
2709 W: http://www.pharscape.org
2711 F: drivers/net/usb/hso.c
2713 HTCPEN TOUCHSCREEN DRIVER
2716 L: linux-input@vger.kernel.org
2718 F: drivers/input/touchscreen/htcpen.c
2722 M: wli@holomorphy.com
2726 I2C/SMBUS STUB DRIVER
2728 M: mhoffman@lightlink.com
2729 L: linux-i2c@vger.kernel.org
2731 F: drivers/i2c/busses/i2c-stub.c
2734 P: Jean Delvare (PC drivers, core)
2735 M: khali@linux-fr.org
2736 P: Ben Dooks (embedded platforms)
2737 M: ben-linux@fluff.org
2738 L: linux-i2c@vger.kernel.org
2739 W: http://i2c.wiki.kernel.org/
2740 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2742 F: Documentation/i2c/
2744 F: include/linux/i2c.h
2745 F: include/linux/i2c-dev.h
2746 F: include/linux/i2c-id.h
2751 L: linux-i2c@vger.kernel.org
2752 W: http://www.harbaum.org/till/i2c_tiny_usb
2754 F: drivers/i2c/busses/i2c-tiny-usb.c
2762 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2768 IA64 (Itanium) PLATFORM
2770 M: tony.luck@intel.com
2771 L: linux-ia64@vger.kernel.org
2772 W: http://www.ia64-linux.org/
2773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2777 IBM MCA SCSI SUBSYSTEM DRIVER
2779 M: langa2@kph.uni-mainz.de
2780 W: http://www.uni-mainz.de/~langm000/linux.html
2782 F: drivers/scsi/ibmmca.c
2784 IBM Power Linux RAID adapter
2786 M: brking@us.ibm.com
2788 F: drivers/scsi/ipr.*
2790 IBM ServeRAID RAID DRIVER
2793 M: ipslinux@adaptec.com
2794 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2796 F: drivers/scsi/ips.*
2799 P: Bartlomiej Zolnierkiewicz
2800 M: bzolnier@gmail.com
2801 L: linux-ide@vger.kernel.org
2802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2804 F: Documentation/ide/
2806 F: include/linux/ide.h
2810 M: petkovbb@gmail.com
2811 L: linux-ide@vger.kernel.org
2813 F: Documentation/cdrom/ide-cd
2814 F: drivers/ide/ide-cd*
2818 M: andrew.d.henroid@intel.com
2819 L: linux-pm@lists.linux-foundation.org
2821 F: drivers/idle/i7300_idle.c
2825 M: ben.collins@ubuntu.com
2827 M: stefanr@s5r6.in-berlin.de
2828 L: linux1394-devel@lists.sourceforge.net
2829 W: http://www.linux1394.org/
2830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2832 F: drivers/ieee1394/
2834 IEEE 1394 RAW I/O DRIVER
2838 M: stefanr@s5r6.in-berlin.de
2839 L: linux1394-devel@lists.sourceforge.net
2841 F: drivers/ieee1394/raw1394*
2843 IEEE 802.15.4 SUBSYSTEM
2844 P: Dmitry Eremin-Solenikov
2845 M: dbaryshkov@gmail.com
2847 M: slapin@ossfans.org
2848 L: linux-zigbee-devel@lists.sourceforge.net
2849 W: http://apps.sourceforge.net/trac/linux-zigbee
2850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2853 F: drivers/ieee801254/
2855 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2859 F: security/integrity/ima/
2861 IMS TWINTURBO FRAMEBUFFER DRIVER
2862 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2864 F: drivers/video/imsttfb.c
2866 INFINIBAND SUBSYSTEM
2868 M: rolandd@cisco.com
2870 M: sean.hefty@intel.com
2872 M: hal.rosenstock@gmail.com
2873 L: general@lists.openfabrics.org (moderated for non-subscribers)
2874 W: http://www.openib.org/
2875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2877 F: Documentation/infiniband/
2878 F: drivers/infiniband/
2879 F: include/linux/if_infiniband.h
2883 M: john@johnmccutchan.com
2887 M: eparis@parisplace.org
2889 F: Documentation/filesystems/inotify.txt
2890 F: fs/notify/inotify/
2891 F: include/linux/inotify.h
2893 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2895 M: dmitry.torokhov@gmail.com
2897 L: linux-input@vger.kernel.org
2898 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2902 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2904 M: sylvain.meyer@worldonline.fr
2905 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2907 F: Documentation/fb/intelfb.txt
2908 F: drivers/video/intelfb/
2910 INTEL 810/815 FRAMEBUFFER DRIVER
2912 M: adaplas@gmail.com
2913 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2915 F: drivers/video/i810/
2917 INTEL MENLOW THERMAL DRIVER
2919 M: sujith.thomas@intel.com
2920 L: linux-acpi@vger.kernel.org
2921 W: http://www.lesswatts.org/projects/acpi/
2923 F: drivers/platform/x86/intel_menlow.c
2925 INTEL IA32 MICROCODE UPDATE SUPPORT
2927 M: tigran@aivazian.fsnet.co.uk
2929 F: arch/x86/kernel/microcode_core.c
2930 F: arch/x86/kernel/microcode_intel.c
2932 INTEL I/OAT DMA DRIVER
2934 M: maciej.sosnowski@intel.com
2936 F: drivers/dma/ioat*
2940 M: dwmw2@infradead.org
2941 L: iommu@lists.linux-foundation.org
2942 T: git git://git.infradead.org/iommu-2.6.git
2944 F: drivers/pci/intel-iommu.c
2945 F: include/linux/intel-iommu.h
2947 INTEL IOP-ADMA DMA DRIVER
2949 M: dan.j.williams@intel.com
2951 F: drivers/dma/iop-adma.c
2953 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2957 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2958 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2959 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2960 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2961 F: drivers/net/arm/ixp4xx_eth.c
2962 F: drivers/net/wan/ixp4xx_hss.c
2964 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2966 M: dsaxena@plexity.net
2968 F: drivers/char/hw_random/ixp4xx-rng.c
2970 INTEL IXP2000 ETHERNET DRIVER
2971 P: Lennert Buytenhek
2972 M: kernel@wantstofly.org
2973 L: netdev@vger.kernel.org
2975 F: drivers/net/ixp2000/
2977 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2979 M: jeffrey.t.kirsher@intel.com
2981 M: jesse.brandeburg@intel.com
2983 M: bruce.w.allan@intel.com
2985 M: peter.p.waskiewicz.jr@intel.com
2987 M: john.ronciak@intel.com
2988 L: e1000-devel@lists.sourceforge.net
2989 W: http://e1000.sourceforge.net/
2991 F: drivers/net/e100.c
2992 F: drivers/net/e1000/
2993 F: drivers/net/e1000e/
2995 F: drivers/net/ixgb/
2996 F: drivers/net/ixgbe/
2998 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3002 M: jketreno@linux.intel.com
3004 M: reinette.chatre@intel.com
3005 L: linux-wireless@vger.kernel.org
3006 L: ipw2100-devel@lists.sourceforge.net
3007 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3008 W: http://ipw2100.sourceforge.net
3010 F: Documentation/networking/README.ipw2100
3011 F: drivers/net/wireless/ipw2x00/ipw2100.*
3013 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3017 M: jketreno@linux.intel.com
3019 M: reinette.chatre@intel.com
3020 L: linux-wireless@vger.kernel.org
3021 L: ipw2100-devel@lists.sourceforge.net
3022 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3023 W: http://ipw2200.sourceforge.net
3025 F: Documentation/networking/README.ipw2200
3026 F: drivers/net/wireless/ipw2x00/ipw2200.*
3028 INTEL WIRELESS WIMAX CONNECTION 2400
3029 P: Inaky Perez-Gonzalez
3030 M: inaky.perez-gonzalez@intel.com
3031 M: linux-wimax@intel.com
3032 L: wimax@linuxwimax.org
3034 W: http://linuxwimax.org
3035 F: Documentation/wimax/README.i2400m
3036 F: drivers/net/wimax/i2400m/
3037 F: include/linux/wimax/i2400m.h
3039 INTEL WIRELESS WIFI LINK (iwlwifi)
3043 M: reinette.chatre@intel.com
3044 L: linux-wireless@vger.kernel.org
3045 L: ipw3945-devel@lists.sourceforge.net
3046 W: http://intellinuxwireless.org
3047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3049 F: drivers/net/wireless/iwlwifi/
3051 IOC3 ETHERNET DRIVER
3053 M: ralf@linux-mips.org
3054 L: linux-mips@linux-mips.org
3056 F: drivers/net/ioc3-eth.c
3061 L: linux-mips@linux-mips.org
3063 F: drivers/serial/ioc3_serial.c
3067 M: jjciarla@raiz.uncu.edu.ar
3069 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3071 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3073 M: romieu@fr.zoreil.com
3075 M: sorbica@icplus.com.tw
3077 M: jesse@icplus.com.tw
3078 L: netdev@vger.kernel.org
3080 F: drivers/net/ipg.c
3084 M: infinipath@qlogic.com
3085 L: general@lists.openfabrics.org
3086 T: git git://git.qlogic.com/ipath-linux-2.6
3088 F: drivers/infiniband/hw/ipath/
3093 L: openipmi-developer@lists.sourceforge.net
3094 W: http://openipmi.sourceforge.net/
3096 F: Documentation/IPMI.txt
3097 F: drivers/char/ipmi/
3098 F: include/linux/ipmi*
3100 IPS SCSI RAID DRIVER
3101 P: Adaptec OEM Raid Solutions
3102 M: aacraid@adaptec.com
3103 L: linux-scsi@vger.kernel.org
3104 W: http://www.adaptec.com/
3106 F: drivers/scsi/ips*
3110 M: wensong@linux-vs.org
3112 M: horms@verge.net.au
3115 L: netdev@vger.kernel.org
3116 L: lvs-devel@vger.kernel.org
3118 F: Documentation/networking/ipvs-sysctl.txt
3119 F: net/netfilter/ipvs/
3127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3128 F: drivers/char/pcmcia/ipwireless/
3131 P: Arnaldo Carvalho de Melo
3132 M: acme@ghostprotocols.net
3133 L: netdev@vger.kernel.org
3135 F: include/linux/ipx.h
3136 F: include/net/ipx.h
3141 M: samuel@sortiz.org
3142 L: irda-users@lists.sourceforge.net (subscribers-only)
3143 W: http://irda.sourceforge.net/
3145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3146 F: Documentation/networking/irda.txt
3147 F: drivers/net/irda/
3148 F: include/net/irda/
3155 F: Documentation/isapnp.txt
3156 F: drivers/pnp/isapnp/
3157 F: include/linux/isapnp.h
3161 M: michaelc@cs.wisc.edu
3162 L: open-iscsi@googlegroups.com
3163 W: www.open-iscsi.org
3164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3166 F: drivers/scsi/*iscsi*
3167 F: include/scsi/*iscsi*
3171 M: isdn@linux-pingi.de
3172 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3173 W: http://www.isdn4linux.de
3174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3176 F: Documentation/isdn/
3178 F: include/linux/isdn.h
3179 F: include/linux/isdn/
3181 ISDN SUBSYSTEM (Eicon active card driver)
3184 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3185 W: http://www.melware.de
3187 F: drivers/isdn/hardware/eicon/
3189 IVTV VIDEO4LINUX DRIVER
3191 M: hverkuil@xs4all.nl
3192 L: ivtv-devel@ivtvdriver.org
3193 L: ivtv-users@ivtvdriver.org
3194 L: linux-media@vger.kernel.org
3195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3196 W: http://www.ivtvdriver.org
3198 F: Documentation/video4linux/*.ivtv
3199 F: drivers/media/video/ivtv/
3200 F: include/linux/ivtv*
3204 M: shaggy@austin.ibm.com
3205 L: jfs-discussion@lists.sourceforge.net
3206 W: http://jfs.sourceforge.net/
3207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3209 F: Documentation/filesystems/jfs.txt
3214 M: cooldavid@cooldavid.org
3215 L: netdev@vger.kernel.org
3217 F: drivers/net/jme.*
3219 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3221 M: dwmw2@infradead.org
3222 L: linux-mtd@lists.infradead.org
3223 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3226 F: include/linux/jffs2.h
3227 F: include/mtd/jffs2-user.h
3229 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3233 M: akpm@linux-foundation.org
3234 L: linux-ext4@vger.kernel.org
3237 F: include/linux/ext*jbd*.h
3238 F: include/linux/jbd*.h
3240 K8TEMP HARDWARE MONITORING DRIVER
3242 M: r.marek@assembler.cz
3243 L: lm-sensors@lm-sensors.org
3245 F: Documentation/hwmon/k8temp
3246 F: drivers/hwmon/k8temp.c
3250 M: zippel@linux-m68k.org
3251 L: linux-kbuild@vger.kernel.org
3253 F: Documentation/kbuild/kconfig-language.txt
3258 M: vgoyal@redhat.com
3261 L: kexec@lists.infradead.org
3262 W: http://lse.sourceforge.net/kdump/
3264 F: Documentation/kdump/
3266 KERNEL AUTOMOUNTER (AUTOFS)
3269 L: autofs@linux.kernel.org
3273 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3276 L: autofs@linux.kernel.org
3283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3285 L: linux-kbuild@vger.kernel.org
3287 F: Documentation/kbuild/
3289 F: scripts/Makefile.*
3293 L: kernel-janitors@vger.kernel.org
3294 W: http://www.kerneljanitors.org/
3297 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3299 M: bfields@fieldses.org
3302 L: linux-nfs@vger.kernel.org
3303 W: http://nfs.sourceforge.net/
3306 F: include/linux/nfsd/
3310 F: include/linux/lockd/
3311 F: include/linux/sunrpc/
3313 KERNEL VIRTUAL MACHINE (KVM)
3316 L: kvm@vger.kernel.org
3317 W: http://kvm.qumranet.com
3319 F: Documentation/*/kvm.txt
3321 F: arch/*/include/asm/kvm*
3322 F: include/linux/kvm*
3325 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3327 M: joerg.roedel@amd.com
3328 L: kvm@vger.kernel.org
3329 W: http://kvm.qumranet.com
3331 F: arch/x86/include/asm/svm.h
3332 F: arch/x86/kvm/kvm_svm.h
3333 F: arch/x86/kvm/svm.c
3335 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3337 M: hollisb@us.ibm.com
3338 L: kvm-ppc@vger.kernel.org
3339 W: http://kvm.qumranet.com
3341 F: arch/powerpc/include/asm/kvm*
3342 F: arch/powerpc/kvm/
3344 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3346 M: xiantao.zhang@intel.com
3347 L: kvm-ia64@vger.kernel.org
3348 W: http://kvm.qumranet.com
3350 F: Documentation/ia64/kvm.txt
3351 F: arch/ia64/include/asm/kvm*
3354 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3357 P: Christian Borntraeger
3358 M: borntraeger@de.ibm.com
3359 M: linux390@de.ibm.com
3360 L: linux-s390@vger.kernel.org
3361 W: http://www.ibm.com/developerworks/linux/linux390/
3363 F: Documentation/s390/kvm.txt
3364 F: arch/s390/include/asm/kvm*
3369 M: ebiederm@xmission.com
3370 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3371 L: kexec@lists.infradead.org
3373 F: include/linux/kexec.h
3378 M: jason.wessel@windriver.com
3379 L: kgdb-bugreport@lists.sourceforge.net
3381 F: Documentation/DocBook/kgdb.tmpl
3382 F: drivers/misc/kgdbts.c
3383 F: drivers/serial/kgdboc.c
3384 F: include/linux/kgdb.h
3389 M: vegardno@ifi.uio.no
3391 M: penberg@cs.helsinki.fi
3392 L: linux-kernel@vger.kernel.org
3397 M: catalin.marinas@arm.com
3398 L: linux-kernel@vger.kernel.org
3400 F: Documentation/kmemleak.txt
3401 F: include/linux/kmemleak.h
3403 F: mm/kmemleak-test.c
3406 P: Eduard - Gabriel Munteanu
3407 M: eduard.munteanu@linux360.ro
3409 F: Documentation/trace/kmemtrace.txt
3410 F: include/trace/kmemtrace.h
3411 F: kernel/trace/kmemtrace.c
3414 P: Ananth N Mavinakayanahalli
3415 M: ananth@in.ibm.com
3416 P: Anil S Keshavamurthy
3417 M: anil.s.keshavamurthy@intel.com
3419 M: davem@davemloft.net
3421 M: mhiramat@redhat.com
3423 F: Documentation/kprobes.txt
3424 F: include/linux/kprobes.h
3427 KS0108 LCD CONTROLLER DRIVER
3428 P: Miguel Ojeda Sandonis
3429 M: miguel.ojeda.sandonis@gmail.com
3430 W: http://miguelojeda.es/auxdisplay.htm
3431 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3433 F: Documentation/auxdisplay/ks0108
3434 F: drivers/auxdisplay/ks0108.c
3435 F: include/linux/ks0108.h
3438 L: linux-x25@vger.kernel.org
3440 F: Documentation/networking/lapb-module.txt
3444 LASI 53c700 driver for PARISC
3445 P: James E.J. Bottomley
3446 M: James.Bottomley@HansenPartnership.com
3447 L: linux-scsi@vger.kernel.org
3449 F: Documentation/scsi/53c700.txt
3450 F: drivers/scsi/53c700*
3454 M: rpurdie@rpsys.net
3457 F: include/linux/leds.h
3459 LEGO USB Tower driver
3461 M: starblue@users.sourceforge.net
3462 L: legousb-devel@lists.sourceforge.net
3463 W: http://legousb.sourceforge.net/
3465 F: drivers/usb/misc/legousbtower.c
3469 M: rusty@rustcorp.com.au
3470 L: lguest@ozlabs.org
3471 W: http://lguest.ozlabs.org/
3473 F: Documentation/lguest/
3476 F: include/linux/lguest*.h
3477 F: arch/x86/include/asm/lguest*.h
3479 LINUX FOR IBM pSERIES (RS/6000)
3481 M: paulus@au.ibm.com
3482 W: http://www.ibm.com/linux/ltc/projects/ppc
3485 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3486 P: Benjamin Herrenschmidt
3487 M: benh@kernel.crashing.org
3490 W: http://www.penguinppc.org/
3491 L: linuxppc-dev@ozlabs.org
3492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3495 LINUX FOR POWER MACINTOSH
3496 P: Benjamin Herrenschmidt
3497 M: benh@kernel.crashing.org
3498 W: http://www.penguinppc.org/
3499 L: linuxppc-dev@ozlabs.org
3502 LINUX FOR POWERPC EMBEDDED MPC5XXX
3504 M: grant.likely@secretlab.ca
3505 L: linuxppc-dev@ozlabs.org
3506 T: git git://git.secretlab.ca/git/linux-2.6.git
3509 LINUX FOR POWERPC EMBEDDED PPC4XX
3511 M: jwboyer@linux.vnet.ibm.com
3513 M: mporter@kernel.crashing.org
3514 W: http://www.penguinppc.org/
3515 L: linuxppc-dev@ozlabs.org
3516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3519 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3521 M: grant.likely@secretlab.ca
3522 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3523 L: linuxppc-dev@ozlabs.org
3524 T: git git://git.secretlab.ca/git/linux-2.6.git
3527 LINUX FOR POWERPC EMBEDDED PPC8XX
3529 M: vitb@kernel.crashing.org
3531 M: marcelo@kvack.org
3532 W: http://www.penguinppc.org/
3533 L: linuxppc-dev@ozlabs.org
3536 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3538 M: galak@kernel.crashing.org
3539 W: http://www.penguinppc.org/
3540 L: linuxppc-dev@ozlabs.org
3543 LINUX FOR POWERPC PA SEMI PWRFICIENT
3546 W: http://www.pasemi.com/
3547 L: linuxppc-dev@ozlabs.org
3550 LINUX SECURITY MODULE (LSM) FRAMEWORK
3552 M: chrisw@sous-sol.org
3553 L: linux-security-module@vger.kernel.org
3554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3558 P: Arnaldo Carvalho de Melo
3559 M: acme@ghostprotocols.net
3561 F: include/linux/llc.h
3565 LIS3LV02D ACCELEROMETER DRIVER
3567 M: eric.piel@tremplin-utc.net
3569 F: Documentation/hwmon/lis3lv02d
3570 F: drivers/hwmon/lis3lv02d.*
3572 LM83 HARDWARE MONITOR DRIVER
3574 M: khali@linux-fr.org
3575 L: lm-sensors@lm-sensors.org
3577 F: Documentation/hwmon/lm83
3578 F: drivers/hwmon/lm83.c
3580 LM90 HARDWARE MONITOR DRIVER
3582 M: khali@linux-fr.org
3583 L: lm-sensors@lm-sensors.org
3585 F: Documentation/hwmon/lm90
3586 F: drivers/hwmon/lm90.c
3588 LOCKDEP AND LOCKSTAT
3590 M: peterz@infradead.org
3593 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3595 F: Documentation/lockdep*.txt
3596 F: Documentation/lockstat.txt
3597 F: include/linux/lockdep.h
3600 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3601 P: Richard Russon (FlatCap)
3603 L: linux-ntfs-dev@lists.sourceforge.net
3604 W: http://www.linux-ntfs.org/content/view/19/37/
3606 F: Documentation/ldm.txt
3607 F: fs/partitions/ldm.*
3609 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3611 M: Eric.Moore@lsi.com
3613 L: DL-MPTFusionLinux@lsi.com
3614 L: linux-scsi@vger.kernel.org
3615 W: http://www.lsilogic.com/support
3617 F: drivers/message/fusion/
3619 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3622 L: linux-scsi@vger.kernel.org
3624 F: drivers/scsi/sym53c8xx_2/
3626 LTP (Linux Test Project)
3628 M: subrata@linux.vnet.ibm.com
3630 M: vapier@gentoo.org
3631 L: ltp-list@lists.sourceforge.net (subscribers-only)
3632 W: http://ltp.sourceforge.net/
3633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3638 M: takata@linux-m32r.org
3639 L: linux-m32r@ml.linux-m32r.org
3640 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3641 W: http://www.linux-m32r.org/
3646 P: Geert Uytterhoeven
3647 M: geert@linux-m68k.org
3649 M: zippel@linux-m68k.org
3650 L: linux-m68k@lists.linux-m68k.org
3651 W: http://www.linux-m68k.org/
3652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3657 M68K ON APPLE MACINTOSH
3660 W: http://www.mac.linux-m68k.org/
3661 L: linux-m68k@lists.linux-m68k.org
3668 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3674 M: johannes@sipsolutions.net
3675 L: linux-wireless@vger.kernel.org
3676 W: http://linuxwireless.org/
3677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3679 F: Documentation/networking/mac80211-injection.txt
3680 F: include/net/mac80211.h
3683 MAC80211 PID RATE CONTROL
3685 M: stefano.brivio@polimi.it
3687 M: mattias.nissler@gmx.de
3688 L: linux-wireless@vger.kernel.org
3689 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3692 F: net/mac80211/rc80211_pid*
3697 L: netdev@vger.kernel.org
3699 F: drivers/net/macvlan.c
3700 F: include/linux/if_macvlan.h
3702 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3704 M: mtk.manpages@gmail.com
3705 W: http://www.kernel.org/doc/man-pages
3706 L: linux-man@vger.kernel.org
3709 MARVELL LIBERTAS WIRELESS DRIVER
3712 L: libertas-dev@lists.infradead.org
3714 F: drivers/net/wireless/libertas/
3716 MARVELL MV643XX ETHERNET DRIVER
3717 P: Lennert Buytenhek
3718 M: buytenh@marvell.com
3719 L: netdev@vger.kernel.org
3721 F: drivers/net/mv643xx_eth.*
3722 F: include/linux/mv643xx.h
3724 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3729 MARVELL YUKON / SYSKONNECT DRIVER
3731 M: mlindner@syskonnect.de
3733 M: rroesler@syskonnect.de
3734 W: http://www.syskonnect.com
3737 MATROX FRAMEBUFFER DRIVER
3739 M: vandrove@vc.cvut.cz
3740 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3742 F: drivers/video/matrox/matroxfb_*
3743 F: include/linux/matroxfb.h
3745 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3747 M: hjk@linutronix.de
3748 L: lm-sensors@lm-sensors.org
3750 F: Documentation/hwmon/max6650
3751 F: drivers/hwmon/max6650.c
3753 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3754 P: Mauro Carvalho Chehab
3755 M: mchehab@infradead.org
3756 P: LinuxTV.org Project
3757 L: linux-media@vger.kernel.org
3758 W: http://linuxtv.org
3759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3761 F: Documentation/dvb/
3762 F: Documentation/video4linux/
3765 F: include/linux/dvb/
3766 F: include/linux/videodev*.h
3768 MEGARAID SCSI DRIVERS
3770 M: megaraidlinux@lsi.com
3771 L: linux-scsi@vger.kernel.org
3772 W: http://megaraid.lsilogic.com
3774 F: Documentation/scsi/megaraid.txt
3775 F: drivers/scsi/megaraid.*
3776 F: drivers/scsi/megaraid/
3779 L: linux-mm@kvack.org
3780 W: http://www.linux-mm.org
3782 F: include/linux/mm.h
3785 MEMORY RESOURCE CONTROLLER
3787 M: balbir@linux.vnet.ibm.com
3790 P: KAMEZAWA Hiroyuki
3791 M: kamezawa.hiroyu@jp.fujitsu.com
3792 L: linux-mm@kvack.org
3796 MEMORY TECHNOLOGY DEVICES (MTD)
3798 M: dwmw2@infradead.org
3799 W: http://www.linux-mtd.infradead.org/
3800 L: linux-mtd@lists.infradead.org
3801 T: git git://git.infradead.org/mtd-2.6.git
3804 F: include/linux/mtd/
3807 MICROBLAZE ARCHITECTURE
3810 L: microblaze-uclinux@itee.uq.edu.au
3811 W: http://www.monstr.eu/fdt/
3812 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3818 M: oliver@neukum.name
3820 F: drivers/usb/image/microtek.*
3824 M: ralf@linux-mips.org
3825 W: http://www.linux-mips.org/
3826 L: linux-mips@linux-mips.org
3827 T: git git://git.linux-mips.org/pub/scm/linux.git
3829 F: Documentation/mips/
3832 MISCELLANEOUS MCA-SUPPORT
3834 M: James.Bottomley@HansenPartnership.com
3836 F: Documentation/ia64/mca.txt
3837 F: Documentation/mca.txt
3839 F: include/linux/mca*
3843 M: rusty@rustcorp.com.au
3845 F: include/linux/module.h
3848 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3850 M: stelian@popies.net
3851 W: http://popies.net/meye/
3853 F: Documentation/video4linux/meye.txt
3854 F: drivers/media/video/meye.*
3855 F: include/linux/meye.h
3857 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3860 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3862 F: drivers/mmc/host/imxmmc.*
3864 MOUSE AND MISC DEVICES [GENERAL]
3865 P: Alessandro Rubini
3866 M: rubini@ipvvis.unipv.it
3868 F: drivers/input/mouse/
3869 F: include/linux/gpio_mouse.h
3871 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3873 M: jirislaby@gmail.com
3875 F: Documentation/serial/moxa-smartio
3876 F: drivers/char/mxser.*
3879 P: Lennart Poettering
3880 M: mzxreary@0pointer.de
3881 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3882 W: http://0pointer.de/lennart/tchibo.html
3884 F: drivers/platform/x86/msi-laptop.c
3886 MULTIFUNCTION DEVICES (MFD)
3888 M: sameo@linux.intel.com
3889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3893 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3898 F: include/linux/mmc/
3900 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3902 M: dbrownell@users.sourceforge.net
3904 F: drivers/mmc/host/mmc_spi.c
3905 F: include/linux/spi/mmc_spi.h
3907 MULTISOUND SOUND DRIVER
3911 F: Documentation/sound/oss/MultiSound
3914 MULTITECH MULTIPORT CARD (ISICOM)
3916 M: jirislaby@gmail.com
3918 F: drivers/char/isicom.c
3919 F: include/linux/isicom.h
3921 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3923 M: felipe.balbi@nokia.com
3924 L: linux-usb@vger.kernel.org
3925 T: git git://gitorious.org/musb/mainline.git
3927 F: drivers/usb/musb/
3929 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3931 M: gallatin@myri.com
3934 L: netdev@vger.kernel.org
3935 W: http://www.myri.com/scs/download-Myri10GE.html
3937 F: drivers/net/myri10ge/
3939 NATSEMI ETHERNET DRIVER (DP8381x)
3941 M: thockin@hockin.org
3943 F: drivers/net/natsemi.c
3947 M: vandrove@vc.cvut.cz
3948 L: linware@sh.cvut.cz
3952 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3953 P: James E.J. Bottomley
3954 M: James.Bottomley@HansenPartnership.com
3955 L: linux-scsi@vger.kernel.org
3957 F: drivers/scsi/NCR_D700.*
3959 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3961 M: faisal.latif@intel.com
3963 M: chien.tin.tung@intel.com
3964 L: general@lists.openfabrics.org
3965 W: http://www.neteffect.com
3967 F: drivers/infiniband/hw/nes/
3969 NETEM NETWORK EMULATOR
3970 P: Stephen Hemminger
3971 M: shemminger@linux-foundation.org
3972 L: netem@lists.linux-foundation.org
3974 F: net/sched/sch_netem.c
3976 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3978 M: ram.vepa@neterion.com
3980 M: santosh.rastapur@neterion.com
3981 P: Sivakumar Subramani
3982 M: sivakumar.subramani@neterion.com
3983 P: Sreenivasa Honnur
3984 M: sreenivasa.honnur@neterion.com
3986 M: anil.murthy@neterion.com
3987 L: netdev@vger.kernel.org
3988 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3989 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3991 F: Documentation/networking/s2io.txt
3992 F: drivers/net/s2io*
3994 NETFILTER/IPTABLES/IPCHAINS