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 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.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
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.
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
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
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
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:
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
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/acpi*
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
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/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: thomas.dahlmann@amd.com
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andreas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
548 M: linux@arm.linux.org.uk
549 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W: http://www.arm.linux.org.uk/
554 ARM PRIMECELL MMCI PL180/1 DRIVER
556 F: drivers/mmc/host/mmci.*
558 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 F: arch/arm/mach-ixp23xx/
564 F: arch/arm/mach-ixp23xx/include/mach/
566 ARM/ADS SPHERE MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 ARM/AFEB9260 MACHINE SUPPORT
574 M: slapin@ossfans.org
575 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 ARM/AJECO 1ARM MACHINE SUPPORT
580 M: kernel@wantstofly.org
581 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 M: linux@maxim.org.za
587 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588 W: http://maxim.org.za/at91_26.html
591 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 M: kernel@wantstofly.org
594 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 M: kernel@wantstofly.org
600 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 M: linux@arm.linux.org.uk
606 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 F: arch/arm/common/clkdev.c
608 F: arch/arm/include/asm/clkdev.h
610 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 M: mike@compulab.co.il
613 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 ARM/CORGI MACHINE SUPPORT
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 M: paulius.zaleckas@teltonika.lt
624 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 T: git git://gitorious.org/linux-gemini/mainline.git
628 ARM/EBSA110 MACHINE SUPPORT
630 M: linux@arm.linux.org.uk
631 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632 W: http://www.arm.linux.org.uk/
634 F: arch/arm/mach-ebsa110/
635 F: drivers/net/arm/am79c961a.*
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
641 M: stefan@openezx.org
643 M: laforge@openezx.org
644 L: openezx-devel@lists.openezx.org (subscribers-only)
645 W: http://www.openezx.org/
648 ARM/FARADAY FA526 PORT
650 M: paulius.zaleckas@teltonika.lt
651 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654 ARM/FOOTBRIDGE ARCHITECTURE
656 M: linux@arm.linux.org.uk
657 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658 W: http://www.arm.linux.org.uk/
660 F: arch/arm/include/asm/hardware/dec21285.h
661 F: arch/arm/mach-footbridge/
663 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
665 M: kernel@pengutronix.de
666 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
669 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
671 M: kernel@wantstofly.org
672 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
675 ARM/GUMSTIX MACHINE SUPPORT
678 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 ARM/HP JORNADA 7XX MACHINE SUPPORT
682 P: Kristoffer Ericson
683 M: kristoffer.ericson@gmail.com
687 ARM/INTEL IOP32X ARM ARCHITECTURE
689 M: kernel@wantstofly.org
691 M: dan.j.williams@intel.com
692 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
695 ARM/INTEL IOP33X ARM ARCHITECTURE
697 M: dan.j.williams@intel.com
698 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
701 ARM/INTEL IOP13XX ARM ARCHITECTURE
703 M: kernel@wantstofly.org
705 M: dan.j.williams@intel.com
706 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
709 ARM/INTEL IQ81342EX MACHINE SUPPORT
711 M: kernel@wantstofly.org
713 M: dan.j.williams@intel.com
714 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
717 ARM/INTEL IXP2000 ARM ARCHITECTURE
719 M: kernel@wantstofly.org
720 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
723 ARM/INTEL IXDP2850 MACHINE SUPPORT
725 M: kernel@wantstofly.org
726 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
729 ARM/INTEL IXP23XX ARM ARCHITECTURE
731 M: kernel@wantstofly.org
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL XSC3 (MANZANO) ARM CORE
737 M: kernel@wantstofly.org
739 M: dan.j.williams@intel.com
740 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
745 M: kernel@wantstofly.org
746 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 ARM/LOGICPD PXA270 MACHINE SUPPORT
751 M: kernel@wantstofly.org
752 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 ARM/MAGICIAN MACHINE SUPPORT
757 M: philipp.zabel@gmail.com
760 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
761 P: Michael Petchkovsky
762 M: mkpetch@internode.on.net
765 ARM/TOSA MACHINE SUPPORT
766 P: Dmitry Eremin-Solenikov
767 M: dbaryshkov@gmail.com
769 M: dirk@opfer-online.de
772 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
774 M: marek.vasut@gmail.com
775 W: http://hackndev.com
780 M: slapin@ossfans.org
781 W: http://hackndev.com
786 M: pleb@gelato.unsw.edu.au
787 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
790 ARM/PT DIGITAL BOARD PORT
792 M: stefan.eletzhofer@eletztrick.de
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W: http://www.arm.linux.org.uk/
797 ARM/RADISYS ENP2611 MACHINE SUPPORT
799 M: kernel@wantstofly.org
800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 ARM/RISCPC ARCHITECTURE
805 M: linux@arm.linux.org.uk
806 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
807 W: http://www.arm.linux.org.uk/
809 F: arch/arm/common/time-acorn.c
810 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
811 F: arch/arm/include/asm/hardware/ioc.h
812 F: arch/arm/include/asm/hardware/iomd.h
813 F: arch/arm/include/asm/hardware/memc.h
814 F: arch/arm/mach-rpc/
815 F: drivers/net/arm/ether*
818 ARM/SHARK MACHINE SUPPORT
820 M: alex@shark-linux.de
821 W: http://www.shark-linux.de/shark.html
824 ARM/S3C2410 ARM ARCHITECTURE
826 M: ben-linux@fluff.org
827 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
828 W: http://www.fluff.org/ben/linux/
831 ARM/S3C2440 ARM ARCHITECTURE
833 M: ben-linux@fluff.org
834 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
835 W: http://www.fluff.org/ben/linux/
838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
840 M: kernel@wantstofly.org
841 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
844 ARM/THECUS N2100 MACHINE SUPPORT
846 M: kernel@wantstofly.org
847 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
850 ARM/NUVOTON W90X900 ARM ARCHITECTURE
852 M: mcuos.com@gmail.com
853 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
854 W: http://www.mcuos.com
859 M: linux@arm.linux.org.uk
860 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W: http://www.arm.linux.org.uk/
867 L: netdev@vger.kernel.org
871 ASUS ACPI EXTRAS DRIVER
873 M: corentincj@iksaif.net
875 M: sziwan@users.sourceforge.net
876 L: acpi4asus-user@lists.sourceforge.net
877 W: http://sourceforge.net/projects/acpi4asus
878 W: http://xf.iksaif.net/acpi4asus
880 F: arch/x86/kernel/acpi/boot.c
881 F: drivers/platform/x86/asus_acpi.c
883 ASUS ASB100 HARDWARE MONITOR DRIVER
885 M: mhoffman@lightlink.com
886 L: lm-sensors@lm-sensors.org
888 F: drivers/hwmon/asb100.c
890 ASUS LAPTOP EXTRAS DRIVER
892 M: corentincj@iksaif.net
893 L: acpi4asus-user@lists.sourceforge.net
894 W: http://sourceforge.net/projects/acpi4asus
895 W: http://xf.iksaif.net/acpi4asus
897 F: drivers/platform/x86/asus-laptop.c
899 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
901 M: dan.j.williams@intel.com
903 M: maciej.sosnowski@intel.com
904 L: linux-kernel@vger.kernel.org
905 W: http://sourceforge.net/projects/xscaleiop
907 F: Documentation/crypto/async-tx-api.txt
910 F: include/linux/dmaengine.h
911 F: include/linux/async_tx.h
913 ATA OVER ETHERNET (AOE) DRIVER
915 M: ecashin@coraid.com
916 W: http://www.coraid.com/support/linux
918 F: Documentation/aoe/
919 F: drivers/block/aoe/
921 ATHEROS ATH5K WIRELESS DRIVER
923 M: jirislaby@gmail.com
925 M: mickflemm@gmail.com
927 M: lrodriguez@atheros.com
929 M: me@bobcopeland.com
930 L: linux-wireless@vger.kernel.org
931 L: ath5k-devel@lists.ath5k.org
933 F: drivers/net/wireless/ath5k/
935 ATHEROS ATH9K WIRELESS DRIVER
937 M: lrodriguez@atheros.com
939 M: jmalinen@atheros.com
940 L: linux-wireless@vger.kernel.org
941 L: ath9k-devel@lists.ath9k.org
943 F: drivers/net/wireless/ath9k/
945 ATHEROS AR9170 WIRELESS DRIVER
946 P: Christian Lamparter
948 L: linux-wireless@vger.kernel.org
949 W: http://wireless.kernel.org/en/users/Drivers/ar9170
951 F: drivers/net/wireless/ar9170/
957 F: drivers/input/misc/ati_remote2.c
959 ATLX ETHERNET DRIVERS
961 M: jcliburn@gmail.com
965 M: jie.yang@atheros.com
966 L: atl1-devel@lists.sourceforge.net
967 W: http://sourceforge.net/projects/atl1
968 W: http://atl1.sourceforge.net
974 M: chas@cmf.nrl.navy.mil
975 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
976 L: netdev@vger.kernel.org
977 W: http://linux-atm.sourceforge.net
980 F: include/linux/atm*
982 ATMEL AT91 MCI DRIVER
984 M: nicolas.ferre@atmel.com
985 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
986 W: http://www.atmel.com/products/AT91/
987 W: http://www.at91.com/
989 F: drivers/mmc/host/at91_mci.c
991 ATMEL AT91 / AT32 SERIAL DRIVER
992 P: Haavard Skinnemoen
993 M: hskinnemoen@atmel.com
994 L: linux-kernel@vger.kernel.org
996 F: drivers/serial/atmel_serial.c
1000 M: nicolas.ferre@atmel.com
1001 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1003 F: drivers/video/atmel_lcdfb.c
1004 F: include/video/atmel_lcdc.h
1006 ATMEL MACB ETHERNET DRIVER
1007 P: Haavard Skinnemoen
1008 M: hskinnemoen@atmel.com
1010 F: drivers/net/macb.*
1013 P: Haavard Skinnemoen
1014 M: hskinnemoen@atmel.com
1016 F: drivers/spi/atmel_spi.*
1018 ATMEL USBA UDC DRIVER
1019 P: Haavard Skinnemoen
1020 M: hskinnemoen@atmel.com
1021 L: kernel@avr32linux.org
1022 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1024 F: drivers/usb/gadget/atmel_usba_udc.*
1026 ATMEL WIRELESS DRIVER
1028 M: simon@thekelleys.org.uk
1029 L: linux-wireless@vger.kernel.org
1030 W: http://www.thekelleys.org.uk/atmel
1031 W: http://atmelwlandriver.sourceforge.net/
1033 F: drivers/net/wireless/atmel*
1037 M: viro@zeniv.linux.org.uk
1039 M: eparis@redhat.com
1040 L: linux-audit@redhat.com (subscribers-only)
1041 W: http://people.redhat.com/sgrubb/audit/
1042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1044 F: include/linux/audit.h
1047 AUXILIARY DISPLAY DRIVERS
1048 P: Miguel Ojeda Sandonis
1049 M: miguel.ojeda.sandonis@gmail.com
1050 L: linux-kernel@vger.kernel.org
1051 W: http://miguelojeda.es/auxdisplay.htm
1052 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1054 F: drivers/auxdisplay/
1055 F: include/linux/cfag12864b.h
1058 P: Haavard Skinnemoen
1059 M: hskinnemoen@atmel.com
1060 W: http://www.atmel.com/products/AVR32/
1061 W: http://avr32linux.org/
1062 W: http://avrfreaks.net/
1066 AVR32/AT32AP MACHINE SUPPORT
1067 P: Haavard Skinnemoen
1068 M: hskinnemoen@atmel.com
1070 F: arch/avr32/mach-at32ap/
1074 M: ralf@linux-mips.org
1075 L: linux-hams@vger.kernel.org
1076 W: http://www.linux-ax25.org/
1078 F: include/linux/ax25.h
1079 F: include/net/ax25.h
1086 M: stefano.brivio@polimi.it
1087 L: linux-wireless@vger.kernel.org
1088 W: http://linuxwireless.org/en/users/Drivers/b43
1090 F: drivers/net/wireless/b43/
1092 B43LEGACY WIRELESS DRIVER
1094 M: Larry.Finger@lwfinger.net
1096 M: stefano.brivio@polimi.it
1097 L: linux-wireless@vger.kernel.org
1098 W: http://linuxwireless.org/en/users/Drivers/b43
1100 F: drivers/net/wireless/b43legacy/
1102 BACKLIGHT CLASS/SUBSYSTEM
1104 M: rpurdie@rpsys.net
1106 F: drivers/video/backlight/
1107 F: include/linux/backlight.h
1109 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1111 M: t.sailer@alumni.ethz.ch
1112 L: linux-hams@vger.kernel.org
1113 W: http://www.baycom.org/~tom/ham/ham.html
1115 F: drivers/net/hamradio/baycom*
1118 P: Sergey S. Kostyliov
1119 M: rathamahata@php4.ru
1120 L: linux-kernel@vger.kernel.org
1122 F: Documentation/filesystems/befs.txt
1126 P: Tigran A. Aivazian
1127 M: tigran@aivazian.fsnet.co.uk
1128 L: linux-kernel@vger.kernel.org
1130 F: Documentation/filesystems/bfs.txt
1132 F: include/linux/bfs_fs.h
1134 BLACKFIN ARCHITECTURE
1136 M: cooloney@kernel.org
1137 L: uclinux-dist-devel@blackfin.uclinux.org
1138 W: http://blackfin.uclinux.org
1142 BLACKFIN EMAC DRIVER
1144 M: cooloney@kernel.org
1145 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1146 W: http://blackfin.uclinux.org
1148 F: drivers/net/bfin_mac.*
1152 M: vapier.adi@gmail.com
1153 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1154 W: http://blackfin.uclinux.org
1156 F: drivers/rtc/rtc-bfin.c
1158 BLACKFIN SERIAL DRIVER
1160 M: sonic.zhang@analog.com
1161 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1162 W: http://blackfin.uclinux.org
1164 F: drivers/serial/bfin_5xx.c
1166 BLACKFIN WATCHDOG DRIVER
1168 M: vapier.adi@gmail.com
1169 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1170 W: http://blackfin.uclinux.org
1172 F: drivers/watchdog/bfin_wdt.c
1174 BLACKFIN I2C TWI DRIVER
1176 M: sonic.zhang@analog.com
1177 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1178 W: http://blackfin.uclinux.org/
1180 F: drivers/i2c/busses/i2c-bfin-twi.c
1185 L: linux-kernel@vger.kernel.org
1186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1192 M: joern@lazybastard.org
1193 L: linux-mtd@lists.infradead.org
1195 F: drivers/mtd/devices/block2mtd.c
1199 M: marcel@holtmann.org
1200 L: linux-bluetooth@vger.kernel.org
1201 W: http://www.bluez.org/
1203 F: drivers/bluetooth/
1207 M: marcel@holtmann.org
1208 L: linux-bluetooth@vger.kernel.org
1209 W: http://www.bluez.org/
1210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1213 F: include/net/bluetooth/
1218 L: bonding-devel@lists.sourceforge.net
1219 W: http://sourceforge.net/projects/bonding/
1221 F: drivers/net/bonding/
1222 F: include/linux/if_bonding.h
1224 BROADCOM B44 10/100 ETHERNET DRIVER
1226 M: zambrano@broadcom.com
1227 L: netdev@vger.kernel.org
1229 F: drivers/net/b44.*
1231 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1233 M: mchan@broadcom.com
1234 L: netdev@vger.kernel.org
1236 F: drivers/net/bnx2.*
1237 F: drivers/net/bnx2_*
1239 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1241 M: eilong@broadcom.com
1242 L: netdev@vger.kernel.org
1244 F: drivers/net/bnx2x*
1246 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1248 M: mcarlson@broadcom.com
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/tg3.*
1255 BSG (block layer generic sg v4 driver)
1257 M: fujita.tomonori@lab.ntt.co.jp
1258 L: linux-scsi@vger.kernel.org
1261 F: include/linux/bsg.h
1266 W: http://bu3sch.de/btgpio.php
1268 F: drivers/gpio/bt8xxgpio.c
1272 M: chris.mason@oracle.com
1273 L: linux-btrfs@vger.kernel.org
1274 W: http://btrfs.wiki.kernel.org/
1275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1277 F: Documentation/filesystems/btrfs.txt
1280 BTTV VIDEO4LINUX DRIVER
1281 P: Mauro Carvalho Chehab
1282 M: mchehab@infradead.org
1283 L: linux-media@vger.kernel.org
1284 W: http://linuxtv.org
1285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1287 F: Documentation/video4linux/bttv/
1288 F: drivers/media/video/bt8xx/bttv*
1290 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1292 M: dhowells@redhat.com
1293 L: linux-cachefs@redhat.com
1295 F: Documentation/filesystems/caching/cachefiles.txt
1298 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1301 L: linux-media@vger.kernel.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/cafe_ccic
1305 F: drivers/media/video/cafe_ccic*
1307 CALGARY x86-64 IOMMU
1312 L: linux-kernel@vger.kernel.org
1313 L: discuss@x86-64.org
1315 F: arch/x86/kernel/pci-calgary_64.c
1316 F: arch/x86/kernel/tce_64.c
1317 F: arch/x86/include/asm/calgary.h
1318 F: arch/x86/include/asm/tce.h
1322 M: urs.thuermann@volkswagen.de
1324 M: oliver.hartkopp@volkswagen.de
1325 L: socketcan-core@lists.berlios.de (subscribers-only)
1326 W: http://developer.berlios.de/projects/socketcan/
1329 F: include/linux/can/
1330 F: include/linux/can.h
1332 CELL BROADBAND ENGINE ARCHITECTURE
1335 L: linuxppc-dev@ozlabs.org
1336 L: cbe-oss-dev@ozlabs.org
1337 W: http://www.ibm.com/developerworks/power/cell/
1339 F: arch/powerpc/include/asm/cell*.h
1340 F: arch/powerpc/include/asm/spu*.h
1341 F: arch/powerpc/oprofile/*cell*
1342 F: arch/powerpc/platforms/cell/
1344 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1346 M: david.vrabel@csr.com
1347 L: linux-usb@vger.kernel.org
1349 F: Documentation/usb/WUSB-Design-overview.txt
1350 F: Documentation/usb/wusb-cbaf
1351 F: drivers/usb/wusbcore/
1352 F: include/linux/usb/wusb*
1354 CFAG12864B LCD DRIVER
1355 P: Miguel Ojeda Sandonis
1356 M: miguel.ojeda.sandonis@gmail.com
1357 L: linux-kernel@vger.kernel.org
1358 W: http://miguelojeda.es/auxdisplay.htm
1359 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1361 F: drivers/auxdisplay/cfag12864b.c
1362 F: include/linux/cfag12864b.h
1364 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1365 P: Miguel Ojeda Sandonis
1366 M: miguel.ojeda.sandonis@gmail.com
1367 L: linux-kernel@vger.kernel.org
1368 W: http://miguelojeda.es/auxdisplay.htm
1369 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1371 F: drivers/auxdisplay/cfag12864bfb.c
1372 F: include/linux/cfag12864b.h
1374 CFG80211 and NL80211
1376 M: johannes@sipsolutions.net
1377 L: linux-wireless@vger.kernel.org
1379 F: include/linux/nl80211.h
1380 F: include/net/cfg80211.h
1382 X: net/wireless/wext*
1386 M: apw@canonical.com
1387 L: linux-kernel@vger.kernel.org
1389 F: scripts/checkpatch.pl
1391 CISCO 10G ETHERNET DRIVER
1393 M: scofeldm@cisco.com
1395 M: jeykholt@cisco.com
1397 F: drivers/net/enic/
1399 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1400 P: Lennert Buytenhek
1401 M: kernel@wantstofly.org
1402 L: netdev@vger.kernel.org
1404 F: drivers/net/arm/ep93xx_eth.c
1406 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1407 P: Lennert Buytenhek
1408 M: kernel@wantstofly.org
1409 L: linux-usb@vger.kernel.org
1411 F: drivers/usb/host/ohci-ep93xx.c
1413 CIRRUS LOGIC CS4270 SOUND DRIVER
1415 M: timur@freescale.com
1416 L: alsa-devel@alsa-project.org
1418 F: sound/soc/codecs/cs4270*
1420 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1421 P: Cirrus Logic Corporation (kernel 2.2 driver)
1422 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1423 P: Nils Faerber (port to kernel 2.4)
1424 M: Nils Faerber <nils@kernelconcepts.de>
1426 F: Documentation/input/cs461x.txt
1427 F: sound/pci/cs46xx/
1431 M: linux@arm.linux.org.uk
1432 F: include/linux/clk.h
1434 CISCO FCOE HBA DRIVER
1435 P: Abhijeet Joglekar
1436 M: abjoglek@cisco.com
1438 M: jeykholt@cisco.com
1439 L: linux-scsi@vger.kernel.org
1444 M: jaharkes@cs.cmu.edu
1446 L: codalist@coda.cs.cmu.edu
1447 W: http://www.coda.cs.cmu.edu/
1449 F: Documentation/filesystems/coda.txt
1451 F: include/linux/coda*.h
1453 COMMON INTERNET FILE SYSTEM (CIFS)
1455 M: sfrench@samba.org
1456 L: linux-cifs-client@lists.samba.org
1457 L: samba-technical@lists.samba.org
1458 W: http://linux-cifs.samba.org/
1459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1461 F: Documentation/filesystems/cifs.txt
1464 COMPACTPCI HOTPLUG CORE
1466 M: scottm@somanetworks.com
1467 M: scott@spiteful.org
1468 L: linux-pci@vger.kernel.org
1470 F: drivers/pci/hotplug/cpci_hotplug*
1472 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1474 M: scottm@somanetworks.com
1475 M: scott@spiteful.org
1476 L: linux-pci@vger.kernel.org
1478 F: drivers/pci/hotplug/cpcihp_zt5550.*
1480 COMPACTPCI HOTPLUG GENERIC DRIVER
1482 M: scottm@somanetworks.com
1483 M: scott@spiteful.org
1484 L: linux-pci@vger.kernel.org
1486 F: drivers/pci/hotplug/cpcihp_generic.c
1488 COMPAL LAPTOP SUPPORT
1489 P: Cezary Jackiewicz
1490 M: cezary.jackiewicz@gmail.com
1492 F: drivers/platform/x86/compal-laptop.c
1494 COMPUTONE INTELLIPORT MULTIPORT CARD
1495 P: Michael H. Warfield
1497 W: http://www.wittsend.com/computone.html
1499 F: Documentation/serial/computone.txt
1500 F: drivers/char/ip2/
1502 CONEXANT ACCESSRUNNER USB DRIVER
1504 M: cxacru@fire.lp0.eu
1505 L: accessrunner-general@lists.sourceforge.net
1506 W: http://accessrunner.sourceforge.net/
1508 F: drivers/usb/atm/cxacru.c
1512 M: joel.becker@oracle.com
1513 L: linux-kernel@vger.kernel.org
1516 F: include/linux/configfs.h
1518 CONTROL GROUPS (CGROUPS)
1520 M: menage@google.com
1522 M: lizf@cn.fujitsu.com
1523 L: containers@lists.linux-foundation.org
1525 F: include/linux/cgroup*
1528 CORETEMP HARDWARE MONITORING DRIVER
1530 M: r.marek@assembler.cz
1531 L: lm-sensors@lm-sensors.org
1533 F: Documentation/hwmon/coretemp
1534 F: drivers/hwmon/coretemp.c
1536 COSA/SRP SYNC SERIAL DRIVER
1537 P: Jan "Yenya" Kasprzak
1539 W: http://www.fi.muni.cz/~kas/cosa/
1541 F: drivers/net/wan/cosa*
1543 CPU FREQUENCY DRIVERS
1546 L: cpufreq@vger.kernel.org
1547 W: http://www.codemonkey.org.uk/projects/cpufreq/
1548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1550 F: arch/x86/kernel/cpu/cpufreq/
1552 F: include/linux/cpufreq.h
1558 F: arch/x86/kernel/cpuid.c
1559 F: arch/x86/kernel/msr.c
1563 M: menage@google.com
1564 L: linux-kernel@vger.kernel.org
1565 W: http://www.bullopensource.org/cpuset/
1566 W: http://oss.sgi.com/projects/cpusets/
1568 F: Documentation/cgroups/cpusets.txt
1569 F: include/linux/cpuset.h
1573 W: http://sourceforge.net/projects/cramfs/
1575 F: Documentation/filesystems/cramfs.txt
1582 M: jesper.nilsson@axis.com
1583 L: dev-etrax@axis.com
1584 W: http://developer.axis.com
1590 M: herbert@gondor.apana.org.au
1592 M: davem@davemloft.net
1593 L: linux-crypto@vger.kernel.org
1594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1596 F: Documentation/crypto/
1602 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1604 M: nhorman@tuxdriver.com
1605 L: linux-crypto@vger.kernel.org
1608 CS5535 Audio ALSA driver
1610 M: jayakumar.alsa@gmail.com
1612 F: sound/pci/cs5535audio/
1614 CX18 VIDEO4LINUX DRIVER
1616 M: hverkuil@xs4all.nl
1619 L: ivtv-devel@ivtvdriver.org
1620 L: ivtv-users@ivtvdriver.org
1621 L: linux-media@vger.kernel.org
1622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1623 W: http://linuxtv.org
1625 F: Documentation/video4linux/cx18.txt
1626 F: drivers/media/video/cx18/
1628 CXGB3 ETHERNET DRIVER (CXGB3)
1631 L: netdev@vger.kernel.org
1632 W: http://www.chelsio.com
1634 F: drivers/net/cxgb3/
1636 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1638 M: swise@chelsio.com
1639 L: general@lists.openfabrics.org
1640 W: http://www.openfabrics.org
1642 F: drivers/infiniband/hw/cxgb3/
1646 M: linux@arm.linux.org.uk
1647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1648 W: http://www.arm.linux.org.uk/
1650 F: drivers/video/cyber2000fb.*
1652 CYCLADES 2X SYNC CARD DRIVER
1653 P: Arnaldo Carvalho de Melo
1654 M: acme@ghostprotocols.net
1655 W: http://oops.ghostprotocols.net:81/blog
1657 F: drivers/net/wan/cycx*
1659 CYCLADES ASYNC MUX DRIVER
1660 W: http://www.cyclades.com/
1662 F: drivers/char/cyclades.c
1663 F: include/linux/cyclades.h
1665 CYCLADES PC300 DRIVER
1666 W: http://www.cyclades.com/
1668 F: drivers/net/wan/pc300*
1670 DAMA SLAVE for AX.25
1673 W: http://yaina.de/jreuter/
1674 W: http://www.qsl.net/dl1bke/
1675 L: linux-hams@vger.kernel.org
1677 F: net/ax25/af_ax25.c
1678 F: net/ax25/ax25_dev.c
1679 F: net/ax25/ax25_ds_*
1680 F: net/ax25/ax25_in.c
1681 F: net/ax25/ax25_out.c
1682 F: net/ax25/ax25_timer.c
1683 F: net/ax25/sysctl_net_ax25.c
1685 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1687 M: tori@unhappy.mine.nu
1688 L: netdev@vger.kernel.org
1690 F: Documentation/networking/dmfe.txt
1691 F: drivers/net/tulip/dmfe.c
1693 DC390/AM53C974 SCSI driver
1696 W: http://www.garloff.de/kurt/linux/dc390/
1697 P: Guennadi Liakhovetski
1698 M: g.liakhovetski@gmx.de
1700 F: drivers/scsi/tmscsim.*
1704 M: oliver@neukum.name
1708 M: lenehan@twibble.org
1709 W: http://twibble.org/dist/dc395x/
1710 L: dc395x@twibble.org
1711 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1713 F: Documentation/scsi/dc395x.txt
1714 F: drivers/scsi/dc395x.*
1717 P: Arnaldo Carvalho de Melo
1718 M: acme@ghostprotocols.net
1719 L: dccp@vger.kernel.org
1720 W: http://linux-net.osdl.org/index.php/DCCP
1722 F: include/linux/dccp.h
1723 F: include/linux/tfrc.h
1726 DECnet NETWORK LAYER
1727 P: Christine Caulfield
1728 M: christine.caulfield@googlemail.com
1729 W: http://linux-decnet.sourceforge.net
1730 L: linux-decnet-user@lists.sourceforge.net
1732 F: Documentation/networking/decnet.txt
1735 DEFXX FDDI NETWORK DRIVER
1736 P: Maciej W. Rozycki
1737 M: macro@linux-mips.org
1739 F: drivers/net/defxx.*
1743 M: mjg59@srcf.ucam.org
1745 F: drivers/platform/x86/dell-laptop.c
1747 DELL LAPTOP SMM DRIVER
1748 P: Massimo Dal Zotto
1750 W: http://www.debian.org/~dz/i8k/
1752 F: drivers/char/i8k.c
1753 F: include/linux/i8k.h
1755 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1757 M: Douglas_Warzecha@dell.com
1759 F: Documentation/dcdbas.txt
1760 F: drivers/firmware/dcdbas.*
1762 DELL WMI EXTRAS DRIVER
1764 M: mjg59@srcf.ucam.org
1767 DEVICE NUMBER REGISTRY
1769 M: device@lanana.org
1770 W: http://lanana.org/docs/device-list/index.html
1771 L: linux-kernel@vger.kernel.org
1776 L: dm-devel@redhat.com
1777 W: http://sources.redhat.com/dm
1779 F: Documentation/device-mapper/
1781 F: include/linux/device-mapper.h
1782 F: include/linux/dm-*.h
1784 DIGI INTL. EPCA DRIVER
1785 P: Digi International, Inc
1786 M: Eng.Linux@digi.com
1787 L: Eng.Linux@digi.com
1788 W: http://www.digi.com
1790 F: Documentation/serial/digiepca.txt
1791 F: drivers/char/epca*
1792 F: drivers/char/digi*
1794 DIRECTORY NOTIFICATION (DNOTIFY)
1796 M: sfr@canb.auug.org.au
1797 L: linux-kernel@vger.kernel.org
1799 F: Documentation/filesystems/dnotify.txt
1800 F: fs/notify/dnotify/
1801 F: include/linux/dnotify.h
1803 DISK GEOMETRY AND PARTITION HANDLING
1806 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1807 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1808 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1814 L: linux-kernel@vger.kernel.org
1816 F: Documentation/filesystems/quota.txt
1818 F: include/linux/quota*.h
1820 DISTRIBUTED LOCK MANAGER (DLM)
1821 P: Christine Caulfield
1822 M: ccaulfie@redhat.com
1824 M: teigland@redhat.com
1825 L: cluster-devel@redhat.com
1826 W: http://sources.redhat.com/cluster/
1827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1831 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1833 M: maciej.sosnowski@intel.com
1835 M: dan.j.williams@intel.com
1836 L: linux-kernel@vger.kernel.org
1839 F: include/linux/dma*
1841 DME1737 HARDWARE MONITOR DRIVER
1844 L: lm-sensors@lm-sensors.org
1846 F: Documentation/hwmon/dme1737
1847 F: drivers/hwmon/dme1737.c
1849 DOCBOOK FOR DOCUMENTATION
1851 M: rdunlap@xenotime.net
1854 DOCKING STATION DRIVER
1856 M: shaohua.li@intel.com
1857 L: linux-acpi@vger.kernel.org
1859 F: drivers/acpi/dock.c
1863 M: rdunlap@xenotime.net
1864 L: linux-doc@vger.kernel.org
1869 P: James R. Van Zandt
1870 M: jrv@vanzandt.mv.com
1871 L: blinux-list@redhat.com
1873 F: drivers/char/dtlk.c
1874 F: include/linux/dtlk.h
1876 DPT_I2O SCSI RAID DRIVER
1877 P: Adaptec OEM Raid Solutions
1878 M: aacraid@adaptec.com
1879 L: linux-scsi@vger.kernel.org
1880 W: http://www.adaptec.com/
1882 F: drivers/scsi/dpt*
1883 F: drivers/scsi/dpt/
1885 DRIVER CORE, KOBJECTS, AND SYSFS
1886 P: Greg Kroah-Hartman
1888 L: linux-kernel@vger.kernel.org
1889 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1891 F: Documentation/kobject.txt
1894 F: include/linux/kobj*
1900 L: dri-devel@lists.sourceforge.net
1901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1907 M: romieu@fr.zoreil.com
1908 L: netdev@vger.kernel.org
1910 F: drivers/net/wan/dscc4.c
1912 DZ DECSTATION DZ11 SERIAL DRIVER
1913 P: Maciej W. Rozycki
1914 M: macro@linux-mips.org
1916 F: drivers/serial/dz.*
1918 EATA-DMA SCSI DRIVER
1920 M: mike@i-Connect.Net
1921 L: linux-eata@i-connect.net
1922 L: linux-scsi@vger.kernel.org
1924 F: drivers/scsi/eata*
1926 EATA ISA/EISA/PCI SCSI DRIVER
1928 M: ballabio_dario@emc.com
1929 L: linux-scsi@vger.kernel.org
1931 F: drivers/scsi/eata.c
1933 EATA-PIO SCSI DRIVER
1935 M: mike@i-Connect.Net
1936 L: linux-eata@i-connect.net
1937 L: linux-scsi@vger.kernel.org
1939 F: drivers/scsi/eata_pio.*
1943 M: bart.de.schuymer@pandora.be
1944 L: ebtables-user@lists.sourceforge.net
1945 L: ebtables-devel@lists.sourceforge.net
1946 W: http://ebtables.sourceforge.net/
1948 F: include/linux/netfilter_bridge/ebt_*.h
1949 F: net/bridge/netfilter/ebt*.c
1953 M: tyhicks@linux.vnet.ibm.com
1955 P: kirkland@canonical.com
1956 L: ecryptfs-devel@lists.launchpad.net
1957 W: https://launchpad.net/ecryptfs
1959 F: Documentation/filesystems/ecryptfs.txt
1964 M: dougthompson@xmission.com
1965 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 W: bluesmoke.sourceforge.net
1968 F: Documentation/edac.txt
1969 F: drivers/edac/edac_*
1970 F: include/linux/edac.h
1975 M: mark.gross@intel.com
1976 M: dougthompson@xmission.com
1977 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1978 W: bluesmoke.sourceforge.net
1980 F: drivers/edac/e752x_edac.c
1984 M: dougthompson@xmission.com
1985 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W: bluesmoke.sourceforge.net
1988 F: drivers/edac/e7xxx_edac.c
1992 M: tim@buttersideup.com
1993 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W: bluesmoke.sourceforge.net
1996 F: drivers/edac/i82443bxgx_edac.c
2000 M: juhlenko@akamai.com
2001 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2002 W: bluesmoke.sourceforge.net
2004 F: drivers/edac/i3000_edac.c
2008 M: dougthompson@xmission.com
2009 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W: bluesmoke.sourceforge.net
2012 F: drivers/edac/i5000_edac.c
2015 P: Mauro Carvalho Chehab
2016 M: mchehab@redhat.com
2017 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 W: bluesmoke.sourceforge.net
2020 F: drivers/edac/i5400_edac.c
2023 P: Ranganathan Desikan
2025 M: rdesikan@jetzbroadband.com
2026 M: arvind@acarlab.com
2027 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2028 W: bluesmoke.sourceforge.net
2030 F: drivers/edac/i82975x_edac.c
2035 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W: bluesmoke.sourceforge.net
2038 F: drivers/edac/pasemi_edac.c
2042 M: tim@buttersideup.com
2043 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2044 W: bluesmoke.sourceforge.net
2046 F: drivers/edac/r82600_edac.c
2048 EEEPC LAPTOP EXTRAS DRIVER
2050 M: corentincj@iksaif.net
2051 L: acpi4asus-user@lists.sourceforge.net
2052 W: http://sourceforge.net/projects/acpi4asus
2054 F: drivers/platform/x86/eeepc-laptop.c
2057 W: http://aeschi.ch.eu.org/efs/
2061 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2063 M: hnguyen@de.ibm.com
2065 M: raisch@de.ibm.com
2066 L: general@lists.openfabrics.org
2068 F: drivers/infiniband/hw/ehca/
2072 M: paul.gortmaker@windriver.com
2076 M: dwmw2@infradead.org
2077 L: linux-embedded@vger.kernel.org
2080 EMULEX LPFC FC SCSI DRIVER
2082 M: james.smart@emulex.com
2083 L: linux-scsi@vger.kernel.org
2084 W: http://sourceforge.net/projects/lpfcxxxx
2086 F: drivers/scsi/lpfc/
2088 EPSON 1355 FRAMEBUFFER DRIVER
2089 P: Christopher Hoover
2090 M: ch@murgatroid.com
2091 P: Christopher Hoover
2094 F: drivers/video/epson1355fb.c
2096 EPSON S1D13XXX FRAMEBUFFER DRIVER
2097 P: Kristoffer Ericson
2098 M: kristoffer.ericson@gmail.com
2100 F: drivers/video/s1d13xxxfb.c
2101 F: include/video/s1d13xxxfb.h
2103 ETHEREXPRESS-16 NETWORK DRIVER
2106 L: netdev@vger.kernel.org
2108 F: drivers/net/eexpress.*
2111 P: Stephen Hemminger
2112 M: shemminger@linux-foundation.org
2113 L: bridge@lists.linux-foundation.org
2114 W: http://www.linux-foundation.org/en/Net:Bridge
2116 F: include/linux/netfilter_bridge/
2119 ETHERTEAM 16I DRIVER
2123 F: drivers/net/eth16i.c
2126 L: linux-ext4@vger.kernel.org
2128 F: Documentation/filesystems/ext2.txt
2130 F: include/linux/ext2*
2136 M: akpm@linux-foundation.org
2139 L: linux-ext4@vger.kernel.org
2141 F: Documentation/filesystems/ext3.txt
2143 F: include/linux/ext3*
2150 L: linux-ext4@vger.kernel.org
2151 W: http://ext4.wiki.kernel.org
2153 F: Documentation/filesystems/ext4.txt
2156 F71805F HARDWARE MONITORING DRIVER
2158 M: khali@linux-fr.org
2159 L: lm-sensors@lm-sensors.org
2161 F: Documentation/hwmon/f71805f
2162 F: drivers/hwmon/f71805f.c
2164 FARSYNC SYNCHRONOUS DRIVER
2166 M: kevin.curtis@farsite.co.uk
2167 W: http://www.farsite.co.uk/
2169 F: drivers/net/wan/farsync.*
2171 FAULT INJECTION SUPPORT
2173 M: akinobu.mita@gmail.com
2175 F: Documentation/fault-injection/
2176 F: lib/fault-inject.c
2178 FILE LOCKING (flock() and fcntl()/lockf())
2181 L: linux-fsdevel@vger.kernel.org
2183 F: include/linux/fcntl.h
2184 F: include/linux/fs.h
2188 FILESYSTEMS (VFS and infrastructure)
2190 M: viro@zeniv.linux.org.uk
2191 L: linux-fsdevel@vger.kernel.org
2195 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2197 M: riku.vipio@iki.fi
2198 L: lm-sensors@lm-sensors.org
2200 F: drivers/hwmon/f75375s.c
2201 F: include/linux/f75375s.h
2204 P: Kristian Hoegsberg
2207 M: stefanr@s5r6.in-berlin.de
2208 L: linux1394-devel@lists.sourceforge.net
2209 W: http://www.linux1394.org/
2210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2212 F: drivers/firewire/
2213 F: include/linux/firewire*.h
2215 FIRMWARE LOADER (request_firmware)
2216 L: linux-kernel@vger.kernel.org
2218 F: Documentation/firmware_class/
2219 F: drivers/base/firmware*.c
2220 F: include/linux/firmware.h
2224 M: billm@melbpc.org.au
2225 W: http://floatingpoint.sourceforge.net/emulator/index.html
2227 F: arch/x86/math-emu/
2229 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2231 M: mike.mclagan@linux.org
2232 L: netdev@vger.kernel.org
2234 F: drivers/net/wan/dlci.c
2235 F: drivers/net/wan/sdla.c
2239 M: adaplas@gmail.com
2240 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2241 W: http://linux-fbdev.sourceforge.net/
2243 F: Documentation/fb/
2244 F: drivers/video/fb*
2245 F: include/linux/fb.h
2247 FREESCALE DMA DRIVER
2249 M: leoli@freescale.com
2252 L: linuxppc-embedded@ozlabs.org
2253 L: linux-kernel@vger.kernel.org
2255 F: drivers/dma/fsldma.*
2257 FREESCALE I2C CPM DRIVER
2260 L: linuxppc-dev@ozlabs.org
2261 L: linux-i2c@vger.kernel.org
2263 F: drivers/i2c/busses/i2c-cpm.c
2265 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2267 M: kernel@pengutronix.de
2268 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2269 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2271 F: arch/arm/plat-mxc/include/mach/imxfb.h
2272 F: drivers/video/imxfb.c
2274 FREESCALE SOC FS_ENET DRIVER
2275 P: Pantelis Antoniou
2276 M: pantelis.antoniou@gmail.com
2278 M: vbordug@ru.mvista.com
2279 L: linuxppc-dev@ozlabs.org
2280 L: netdev@vger.kernel.org
2282 F: drivers/net/fs_enet/
2283 F: include/linux/fs_enet_pd.h
2285 FREESCALE QUICC ENGINE LIBRARY
2287 M: timur@freescale.com
2288 L: linuxppc-dev@ozlabs.org
2290 F: arch/powerpc/sysdev/qe_lib/
2291 F: arch/powerpc/include/asm/*qe.h
2293 FREESCALE HIGHSPEED USB DEVICE DRIVER
2295 M: leoli@freescale.com
2296 L: linux-usb@vger.kernel.org
2297 L: linuxppc-dev@ozlabs.org
2299 F: drivers/usb/gadget/fsl_usb2_udc.c
2301 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2303 M: leoli@freescale.com
2304 L: netdev@vger.kernel.org
2305 L: linuxppc-dev@ozlabs.org
2307 F: drivers/net/ucc_geth*
2309 FREESCALE QUICC ENGINE UCC UART DRIVER
2311 M: timur@freescale.com
2312 L: linuxppc-dev@ozlabs.org
2314 F: drivers/serial/ucc_uart.c
2316 FREESCALE SOC SOUND DRIVERS
2318 M: timur@freescale.com
2319 L: alsa-devel@alsa-project.org
2320 L: linuxppc-dev@ozlabs.org
2322 F: sound/soc/fsl/fsl*
2323 F: sound/soc/fsl/mpc8610_hpcd.c
2326 P: Christoph Hellwig
2327 M: hch@infradead.org
2328 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2335 P: Rafael J. Wysocki
2337 L: linux-pm@lists.linux-foundation.org
2339 F: Documentation/power/freezing-of-tasks.txt
2340 F: include/linux/freezer.h
2343 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2345 M: dhowells@redhat.com
2346 L: linux-cachefs@redhat.com
2348 F: Documentation/filesystems/caching/
2350 F: include/linux/fscache*.h
2354 M: rostedt@goodmis.org
2356 F: Documentation/ftrace.txt
2357 F: arch/*/*/*/ftrace.h
2358 F: arch/*/kernel/ftrace.c
2359 F: include/*/ftrace.h
2362 FUJITSU FR-V (FRV) PORT
2364 M: dhowells@redhat.com
2368 FUJITSU LAPTOP EXTRAS
2370 M: jwoithe@physics.adelaide.edu.au
2371 L: linux-acpi@vger.kernel.org
2373 F: drivers/platform/x86/fujitsu-laptop.c
2375 FUSE: FILESYSTEM IN USERSPACE
2377 M: miklos@szeredi.hu
2378 L: fuse-devel@lists.sourceforge.net
2379 W: http://fuse.sourceforge.net/
2382 F: include/linux/fuse.h
2384 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2387 L: linux-scsi@vger.kernel.org
2388 S: Odd Fixes (e.g., new signatures)
2389 F: drivers/scsi/fdomain.*
2391 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2393 M: achim_leubner@adaptec.com
2394 L: linux-scsi@vger.kernel.org
2395 W: http://www.icp-vortex.com/
2397 F: drivers/scsi/gdt*
2399 GENERIC GPIO I2C DRIVER
2400 P: Haavard Skinnemoen
2401 M: hskinnemoen@atmel.com
2403 F: drivers/i2c/busses/i2c-gpio.c
2404 F: include/linux/i2c-gpio.h
2406 GENERIC HDLC (WAN) DRIVERS
2409 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2411 F: drivers/net/wan/c101.c
2412 F: drivers/net/wan/hd6457*
2413 F: drivers/net/wan/hdlc*
2414 F: drivers/net/wan/n2.c
2415 F: drivers/net/wan/pc300too.c
2416 F: drivers/net/wan/pci200syn.c
2417 F: drivers/net/wan/wanxl*
2420 P: Steven Whitehouse
2421 M: swhiteho@redhat.com
2422 L: cluster-devel@redhat.com
2423 W: http://sources.redhat.com/cluster/
2424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2427 F: Documentation/filesystems/gfs2*.txt
2429 F: include/linux/gfs2_ondisk.h
2431 GIGASET ISDN DRIVERS
2436 L: gigaset307x-common@lists.sourceforge.net
2437 W: http://gigaset307x.sourceforge.net/
2439 F: Documentation/isdn/README.gigaset
2440 F: drivers/isdn/gigaset/
2441 F: include/linux/gigaset_dev.h
2443 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2445 M: frank@f-seidel.de
2446 L: lm-sensors@lm-sensors.org
2447 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2449 F: drivers/hwmon/hdaps.c
2451 HYPERVISOR VIRTUAL CONSOLE DRIVER
2452 L: linuxppc-dev@ozlabs.org
2453 L: linux-kernel@vger.kernel.org
2455 F: drivers/char/hvc_*
2457 GSPCA FINEPIX SUBDRIVER
2460 L: linux-media@vger.kernel.org
2461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2463 F: drivers/media/video/gspca/finepix.c
2465 GSPCA M5602 SUBDRIVER
2467 M: erik.andren@gmail.com
2468 L: linux-media@vger.kernel.org
2469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2471 F: drivers/media/video/gspca/m5602/
2473 GSPCA PAC207 SONIXB SUBDRIVER
2475 M: hdegoede@redhat.com
2476 L: linux-media@vger.kernel.org
2477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2479 F: drivers/media/video/gspca/pac207.c
2481 GSPCA T613 SUBDRIVER
2482 P: Leandro Costantino
2483 M: lcostantino@gmail.com
2484 L: linux-media@vger.kernel.org
2485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2487 F: drivers/media/video/gspca/t613.c
2489 GSPCA USB WEBCAM DRIVER
2490 P: Jean-Francois Moine
2492 W: http://moinejf.free.fr
2493 L: linux-media@vger.kernel.org
2494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2496 F: drivers/media/video/gspca/
2499 L: lm-sensors@lm-sensors.org
2500 W: http://www.lm-sensors.org/
2504 HARDWARE RANDOM NUMBER GENERATOR CORE
2506 F: Documentation/hw_random.txt
2507 F: drivers/char/hw_random/
2508 F: include/linux/hw_random.h
2510 HARMONY SOUND DRIVER
2513 L: linux-parisc@vger.kernel.org
2515 F: sound/parisc/harmony.*
2517 HAYES ESP SERIAL DRIVER
2518 P: Andrew J. Robinson
2520 L: linux-kernel@vger.kernel.org
2521 W: http://www.nyx.net/~arobinso
2523 F: Documentation/serial/hayes-esp.txt
2524 F: drivers/char/esp.c
2526 HEWLETT-PACKARD SMART2 RAID DRIVER
2528 M: chirag.kantharia@hp.com
2529 L: iss_storagedev@hp.com
2531 F: Documentation/blockdev/cpqarray.txt
2532 F: drivers/block/cpqarray.*
2534 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2536 M: mike.miller@hp.com
2537 L: iss_storagedev@hp.com
2539 F: Documentation/blockdev/cciss.txt
2540 F: drivers/block/cciss*
2541 F: include/linux/cciss_ioctl.h
2545 M: zippel@linux-m68k.org
2546 L: linux-kernel@vger.kernel.org
2548 F: Documentation/filesystems/hfs.txt
2551 HGA FRAMEBUFFER DRIVER
2553 M: fero@drama.obuda.kando.hu
2554 L: linux-nvidia@lists.surfsouth.com
2555 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2557 F: drivers/video/hgafb.c
2559 HIBERNATION (aka Software Suspend, aka swsusp)
2562 P: Rafael J. Wysocki
2564 L: linux-pm@lists.linux-foundation.org
2567 F: drivers/base/power/
2569 F: include/linux/suspend.h
2570 F: include/linux/freezer.h
2571 F: include/linux/pm.h
2572 F: arch/*/include/asm/suspend*.h
2577 L: linux-input@vger.kernel.org
2578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2581 F: include/linux/hid*
2583 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2585 M: tglx@linutronix.de
2586 L: linux-kernel@vger.kernel.org
2588 F: Documentation/timers/
2590 F: include/linux/hrtimer.h
2592 HIGH-SPEED SCC DRIVER FOR AX.25
2594 M: klaus.kudielka@ieee.org
2595 L: linux-hams@vger.kernel.org
2596 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2598 F: drivers/net/hamradio/dmascc.c
2599 F: drivers/net/hamradio/scc.c
2601 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2602 P: HighPoint Linux Team
2603 M: linux@highpoint-tech.com
2604 W: http://www.highpoint-tech.com
2606 F: Documentation/scsi/hptiop.txt
2607 F: drivers/scsi/hptiop.c
2611 M: jes@trained-monkey.org
2612 L: linux-hippi@sunsite.dk
2614 F: include/linux/hippidevice.h
2615 F: include/linux/if_hippi.h
2621 L: hostap@shmoo.com (subscribers-only)
2622 L: linux-wireless@vger.kernel.org
2623 W: http://hostap.epitest.fi/
2625 F: drivers/net/wireless/hostap/
2627 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2629 M: carlos@strangeworlds.co.uk
2631 F: drivers/platform/x86/tc1100-wmi.c
2633 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2637 F: drivers/net/hp100.*
2639 HPET: High Precision Event Timers driver
2641 M: clemens@ladisch.de
2643 F: Documentation/timers/hpet.txt
2644 F: drivers/char/hpet.c
2645 F: include/linux/hpet.h
2648 P: Venkatesh Pallipadi (Venki)
2649 M: venkatesh.pallipadi@intel.com
2651 F: arch/x86/kernel/hpet.c
2652 F: arch/x86/include/asm/hpet.h
2663 F: drivers/char/hpet.c
2667 M: mikulas@artax.karlin.mff.cuni.cz
2668 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2674 M: j.dumon@option.com
2675 W: http://www.pharscape.org
2677 F: drivers/net/usb/hso.c
2679 HTCPEN TOUCHSCREEN DRIVER
2682 L: linux-input@vger.kernel.org
2684 F: drivers/input/touchscreen/htcpen.c
2688 M: wli@holomorphy.com
2692 I2C/SMBUS STUB DRIVER
2694 M: mhoffman@lightlink.com
2695 L: linux-i2c@vger.kernel.org
2697 F: drivers/i2c/busses/i2c-stub.c
2700 P: Jean Delvare (PC drivers, core)
2701 M: khali@linux-fr.org
2702 P: Ben Dooks (embedded platforms)
2703 M: ben-linux@fluff.org
2704 L: linux-i2c@vger.kernel.org
2705 W: http://i2c.wiki.kernel.org/
2706 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2708 F: Documentation/i2c/
2710 F: include/linux/i2c.h
2711 F: include/linux/i2c-dev.h
2712 F: include/linux/i2c-id.h
2717 L: linux-i2c@vger.kernel.org
2718 W: http://www.harbaum.org/till/i2c_tiny_usb
2720 F: drivers/i2c/busses/i2c-tiny-usb.c
2725 L: Linux-Kernel@vger.kernel.org
2729 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2735 IA64 (Itanium) PLATFORM
2737 M: tony.luck@intel.com
2738 L: linux-ia64@vger.kernel.org
2739 W: http://www.ia64-linux.org/
2740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2744 IBM MCA SCSI SUBSYSTEM DRIVER
2746 M: langa2@kph.uni-mainz.de
2747 W: http://www.uni-mainz.de/~langm000/linux.html
2749 F: drivers/scsi/ibmmca.c
2751 IBM Power Linux RAID adapter
2753 M: brking@us.ibm.com
2755 F: drivers/scsi/ipr.*
2757 IBM ServeRAID RAID DRIVER
2760 M: ipslinux@adaptec.com
2761 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2763 F: drivers/scsi/ips.*
2766 P: Bartlomiej Zolnierkiewicz
2767 M: bzolnier@gmail.com
2768 L: linux-ide@vger.kernel.org
2769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2771 F: Documentation/ide/
2773 F: include/linux/ide.h
2777 M: petkovbb@gmail.com
2778 L: linux-ide@vger.kernel.org
2780 F: Documentation/cdrom/ide-cd
2781 F: drivers/ide/ide-cd*
2785 M: andrew.d.henroid@intel.com
2786 L: linux-pm@lists.linux-foundation.org
2788 F: drivers/idle/i7300_idle.c
2792 M: ben.collins@ubuntu.com
2794 M: stefanr@s5r6.in-berlin.de
2795 L: linux1394-devel@lists.sourceforge.net
2796 W: http://www.linux1394.org/
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2799 F: drivers/ieee1394/
2801 IEEE 1394 RAW I/O DRIVER
2805 M: stefanr@s5r6.in-berlin.de
2806 L: linux1394-devel@lists.sourceforge.net
2808 F: drivers/ieee1394/raw1394*
2810 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2814 F: security/integrity/ima/
2816 IMS TWINTURBO FRAMEBUFFER DRIVER
2817 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2819 F: drivers/video/imsttfb.c
2821 INFINIBAND SUBSYSTEM
2823 M: rolandd@cisco.com
2825 M: sean.hefty@intel.com
2827 M: hal.rosenstock@gmail.com
2828 L: general@lists.openfabrics.org (moderated for non-subscribers)
2829 W: http://www.openib.org/
2830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2832 F: Documentation/infiniband/
2833 F: drivers/infiniband/
2834 F: include/linux/if_infiniband.h
2838 M: john@johnmccutchan.com
2841 L: linux-kernel@vger.kernel.org
2843 F: Documentation/filesystems/inotify.txt
2844 F: fs/notify/inotify/
2845 F: include/linux/inotify.h
2847 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2849 M: dmitry.torokhov@gmail.com
2851 L: linux-input@vger.kernel.org
2852 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2856 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2858 M: sylvain.meyer@worldonline.fr
2859 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2861 F: Documentation/fb/intelfb.txt
2862 F: drivers/video/intelfb/
2864 INTEL 810/815 FRAMEBUFFER DRIVER
2866 M: adaplas@gmail.com
2867 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2869 F: drivers/video/i810/
2871 INTEL MENLOW THERMAL DRIVER
2873 M: sujith.thomas@intel.com
2874 L: linux-acpi@vger.kernel.org
2875 W: http://www.lesswatts.org/projects/acpi/
2877 F: drivers/platform/x86/intel_menlow.c
2879 INTEL IA32 MICROCODE UPDATE SUPPORT
2881 M: tigran@aivazian.fsnet.co.uk
2883 F: arch/x86/kernel/microcode_core.c
2884 F: arch/x86/kernel/microcode_intel.c
2886 INTEL I/OAT DMA DRIVER
2888 M: maciej.sosnowski@intel.com
2889 L: linux-kernel@vger.kernel.org
2891 F: drivers/dma/ioat*
2895 M: dwmw2@infradead.org
2896 L: iommu@lists.linux-foundation.org
2897 T: git git://git.infradead.org/iommu-2.6.git
2899 F: drivers/pci/intel-iommu.c
2900 F: include/linux/intel-iommu.h
2902 INTEL IOP-ADMA DMA DRIVER
2904 M: dan.j.williams@intel.com
2905 L: linux-kernel@vger.kernel.org
2907 F: drivers/dma/iop-adma.c
2909 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2913 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2914 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2915 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2916 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2917 F: drivers/net/arm/ixp4xx_eth.c
2918 F: drivers/net/wan/ixp4xx_hss.c
2920 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2922 M: dsaxena@plexity.net
2924 F: drivers/char/hw_random/ixp4xx-rng.c
2926 INTEL IXP2000 ETHERNET DRIVER
2927 P: Lennert Buytenhek
2928 M: kernel@wantstofly.org
2929 L: netdev@vger.kernel.org
2931 F: drivers/net/ixp2000/
2933 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2935 M: jeffrey.t.kirsher@intel.com
2937 M: jesse.brandeburg@intel.com
2939 M: bruce.w.allan@intel.com
2941 M: peter.p.waskiewicz.jr@intel.com
2943 M: john.ronciak@intel.com
2944 L: e1000-devel@lists.sourceforge.net
2945 W: http://e1000.sourceforge.net/
2947 F: drivers/net/e100.c
2948 F: drivers/net/e1000/
2949 F: drivers/net/e1000e/
2951 F: drivers/net/ixgb/
2952 F: drivers/net/ixgbe/
2954 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2958 M: jketreno@linux.intel.com
2960 M: reinette.chatre@intel.com
2961 L: linux-wireless@vger.kernel.org
2962 L: ipw2100-devel@lists.sourceforge.net
2963 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2964 W: http://ipw2100.sourceforge.net
2966 F: Documentation/networking/README.ipw2100
2967 F: drivers/net/wireless/ipw2x00/ipw2100.*
2969 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2973 M: jketreno@linux.intel.com
2975 M: reinette.chatre@intel.com
2976 L: linux-wireless@vger.kernel.org
2977 L: ipw2100-devel@lists.sourceforge.net
2978 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2979 W: http://ipw2200.sourceforge.net
2981 F: Documentation/networking/README.ipw2200
2982 F: drivers/net/wireless/ipw2x00/ipw2200.*
2984 INTEL WIRELESS WIMAX CONNECTION 2400
2985 P: Inaky Perez-Gonzalez
2986 M: inaky.perez-gonzalez@intel.com
2987 M: linux-wimax@intel.com
2988 L: wimax@linuxwimax.org
2990 W: http://linuxwimax.org
2991 F: Documentation/wimax/README.i2400m
2992 F: drivers/net/wimax/i2400m/
2993 F: include/linux/wimax/i2400m.h
2995 INTEL WIRELESS WIFI LINK (iwlwifi)
2999 M: reinette.chatre@intel.com
3000 L: linux-wireless@vger.kernel.org
3001 L: ipw3945-devel@lists.sourceforge.net
3002 W: http://intellinuxwireless.org
3003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3005 F: drivers/net/wireless/iwlwifi/
3007 IOC3 ETHERNET DRIVER
3009 M: ralf@linux-mips.org
3010 L: linux-mips@linux-mips.org
3012 F: drivers/net/ioc3-eth.c
3017 L: linux-mips@linux-mips.org
3019 F: drivers/serial/ioc3_serial.c
3023 M: jjciarla@raiz.uncu.edu.ar
3025 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3027 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3029 M: romieu@fr.zoreil.com
3031 M: sorbica@icplus.com.tw
3033 M: jesse@icplus.com.tw
3034 L: netdev@vger.kernel.org
3036 F: drivers/net/ipg.c
3040 M: infinipath@qlogic.com
3041 L: general@lists.openfabrics.org
3042 T: git git://git.qlogic.com/ipath-linux-2.6
3044 F: drivers/infiniband/hw/ipath/
3049 L: openipmi-developer@lists.sourceforge.net
3050 W: http://openipmi.sourceforge.net/
3052 F: Documentation/IPMI.txt
3053 F: drivers/char/ipmi/
3054 F: include/linux/ipmi*
3056 IPS SCSI RAID DRIVER
3057 P: Adaptec OEM Raid Solutions
3058 M: aacraid@adaptec.com
3059 L: linux-scsi@vger.kernel.org
3060 W: http://www.adaptec.com/
3062 F: drivers/scsi/ips*
3066 M: wensong@linux-vs.org
3068 M: horms@verge.net.au
3071 L: netdev@vger.kernel.org
3072 L: lvs-devel@vger.kernel.org
3074 F: Documentation/networking/ipvs-sysctl.txt
3075 F: net/netfilter/ipvs/
3083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3084 F: drivers/char/pcmcia/ipwireless/
3087 P: Arnaldo Carvalho de Melo
3088 M: acme@ghostprotocols.net
3089 L: netdev@vger.kernel.org
3091 F: include/linux/ipx.h
3092 F: include/net/ipx.h
3097 M: samuel@sortiz.org
3098 L: irda-users@lists.sourceforge.net (subscribers-only)
3099 W: http://irda.sourceforge.net/
3101 F: Documentation/networking/irda.txt
3102 F: drivers/net/irda/
3103 F: include/net/irda/
3110 F: Documentation/isapnp.txt
3111 F: drivers/pnp/isapnp/
3112 F: include/linux/isapnp.h
3116 M: michaelc@cs.wisc.edu
3117 L: open-iscsi@googlegroups.com
3118 W: www.open-iscsi.org
3119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3121 F: drivers/scsi/*iscsi*
3122 F: include/scsi/*iscsi*
3126 M: isdn@linux-pingi.de
3127 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3128 W: http://www.isdn4linux.de
3129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3131 F: Documentation/isdn/
3133 F: include/linux/isdn.h
3134 F: include/linux/isdn/
3136 ISDN SUBSYSTEM (Eicon active card driver)
3139 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3140 W: http://www.melware.de
3142 F: drivers/isdn/hardware/eicon/
3144 IVTV VIDEO4LINUX DRIVER
3146 M: hverkuil@xs4all.nl
3147 L: ivtv-devel@ivtvdriver.org
3148 L: ivtv-users@ivtvdriver.org
3149 L: linux-media@vger.kernel.org
3150 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3151 W: http://www.ivtvdriver.org
3153 F: Documentation/video4linux/*.ivtv
3154 F: drivers/media/video/ivtv/
3155 F: include/linux/ivtv*
3159 M: shaggy@austin.ibm.com
3160 L: jfs-discussion@lists.sourceforge.net
3161 W: http://jfs.sourceforge.net/
3162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3164 F: Documentation/filesystems/jfs.txt
3169 M: cooldavid@cooldavid.org
3170 L: netdev@vger.kernel.org
3172 F: drivers/net/jme.*
3174 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3176 M: dwmw2@infradead.org
3177 L: linux-mtd@lists.infradead.org
3178 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3181 F: include/linux/jffs2.h
3182 F: include/mtd/jffs2-user.h
3184 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3188 M: akpm@linux-foundation.org
3189 L: linux-ext4@vger.kernel.org
3192 F: include/linux/ext*jbd*.h
3193 F: include/linux/jbd*.h
3195 K8TEMP HARDWARE MONITORING DRIVER
3197 M: r.marek@assembler.cz
3198 L: lm-sensors@lm-sensors.org
3200 F: Documentation/hwmon/k8temp
3201 F: drivers/hwmon/k8temp.c
3205 M: zippel@linux-m68k.org
3206 L: linux-kbuild@vger.kernel.org
3208 F: Documentation/kbuild/kconfig-language.txt
3213 M: vgoyal@redhat.com
3216 L: kexec@lists.infradead.org
3217 L: linux-kernel@vger.kernel.org
3218 W: http://lse.sourceforge.net/kdump/
3220 F: Documentation/kdump/
3222 KERNEL AUTOMOUNTER (AUTOFS)
3225 L: autofs@linux.kernel.org
3229 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3232 L: autofs@linux.kernel.org
3239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3241 L: linux-kbuild@vger.kernel.org
3243 F: Documentation/kbuild/
3245 F: scripts/Makefile.*
3249 L: kernel-janitors@vger.kernel.org
3250 W: http://www.kerneljanitors.org/
3253 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3255 M: bfields@fieldses.org
3258 L: linux-nfs@vger.kernel.org
3259 W: http://nfs.sourceforge.net/
3262 F: include/linux/nfsd/
3266 F: include/linux/lockd/
3267 F: include/linux/sunrpc/
3269 KERNEL VIRTUAL MACHINE (KVM)
3272 L: kvm@vger.kernel.org
3273 W: http://kvm.qumranet.com
3275 F: Documentation/*/kvm.txt
3277 F: arch/*/include/asm/kvm*
3278 F: include/linux/kvm*
3281 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3283 M: joerg.roedel@amd.com
3284 L: kvm@vger.kernel.org
3285 W: http://kvm.qumranet.com
3287 F: arch/x86/include/asm/svm.h
3288 F: arch/x86/kvm/kvm_svm.h
3289 F: arch/x86/kvm/svm.c
3291 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3293 M: hollisb@us.ibm.com
3294 L: kvm-ppc@vger.kernel.org
3295 W: http://kvm.qumranet.com
3297 F: arch/powerpc/include/asm/kvm*
3298 F: arch/powerpc/kvm/
3300 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3302 M: xiantao.zhang@intel.com
3303 L: kvm-ia64@vger.kernel.org
3304 W: http://kvm.qumranet.com
3306 F: Documentation/ia64/kvm.txt
3307 F: arch/ia64/include/asm/kvm*
3310 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3313 P: Christian Borntraeger
3314 M: borntraeger@de.ibm.com
3315 M: linux390@de.ibm.com
3316 L: linux-s390@vger.kernel.org
3317 W: http://www.ibm.com/developerworks/linux/linux390/
3319 F: Documentation/s390/kvm.txt
3320 F: arch/s390/include/asm/kvm*
3325 M: ebiederm@xmission.com
3326 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3327 L: linux-kernel@vger.kernel.org
3328 L: kexec@lists.infradead.org
3330 F: include/linux/kexec.h
3335 M: jason.wessel@windriver.com
3336 L: kgdb-bugreport@lists.sourceforge.net
3338 F: Documentation/DocBook/kgdb.tmpl
3339 F: drivers/misc/kgdbts.c
3340 F: drivers/serial/kgdboc.c
3341 F: include/linux/kgdb.h
3345 P: Eduard - Gabriel Munteanu
3346 M: eduard.munteanu@linux360.ro
3347 L: linux-kernel@vger.kernel.org
3349 F: Documentation/trace/kmemtrace.txt
3350 F: include/trace/kmemtrace.h
3351 F: kernel/trace/kmemtrace.c
3354 P: Ananth N Mavinakayanahalli
3355 M: ananth@in.ibm.com
3356 P: Anil S Keshavamurthy
3357 M: anil.s.keshavamurthy@intel.com
3359 M: davem@davemloft.net
3361 M: mhiramat@redhat.com
3362 L: linux-kernel@vger.kernel.org
3364 F: Documentation/kprobes.txt
3365 F: include/linux/kprobes.h
3368 KS0108 LCD CONTROLLER DRIVER
3369 P: Miguel Ojeda Sandonis
3370 M: miguel.ojeda.sandonis@gmail.com
3371 L: linux-kernel@vger.kernel.org
3372 W: http://miguelojeda.es/auxdisplay.htm
3373 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3375 F: Documentation/auxdisplay/ks0108
3376 F: drivers/auxdisplay/ks0108.c
3377 F: include/linux/ks0108.h
3380 L: linux-x25@vger.kernel.org
3382 F: Documentation/networking/lapb-module.txt
3386 LASI 53c700 driver for PARISC
3387 P: James E.J. Bottomley
3388 M: James.Bottomley@HansenPartnership.com
3389 L: linux-scsi@vger.kernel.org
3391 F: Documentation/scsi/53c700.txt
3392 F: drivers/scsi/53c700*
3396 M: rpurdie@rpsys.net
3399 F: include/linux/leds.h
3401 LEGO USB Tower driver
3403 M: starblue@users.sourceforge.net
3404 L: legousb-devel@lists.sourceforge.net
3405 W: http://legousb.sourceforge.net/
3407 F: drivers/usb/misc/legousbtower.c
3411 M: rusty@rustcorp.com.au
3412 L: lguest@ozlabs.org
3413 W: http://lguest.ozlabs.org/
3415 F: Documentation/lguest/
3418 F: include/linux/lguest*.h
3419 F: arch/x86/include/asm/lguest*.h
3421 LINUX FOR IBM pSERIES (RS/6000)
3423 M: paulus@au.ibm.com
3424 W: http://www.ibm.com/linux/ltc/projects/ppc
3427 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3428 P: Benjamin Herrenschmidt
3429 M: benh@kernel.crashing.org
3432 W: http://www.penguinppc.org/
3433 L: linuxppc-dev@ozlabs.org
3434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3437 LINUX FOR POWER MACINTOSH
3438 P: Benjamin Herrenschmidt
3439 M: benh@kernel.crashing.org
3440 W: http://www.penguinppc.org/
3441 L: linuxppc-dev@ozlabs.org
3444 LINUX FOR POWERPC EMBEDDED MPC5XXX
3446 M: grant.likely@secretlab.ca
3447 L: linuxppc-dev@ozlabs.org
3448 T: git git://git.secretlab.ca/git/linux-2.6.git
3451 LINUX FOR POWERPC EMBEDDED PPC4XX
3453 M: jwboyer@linux.vnet.ibm.com
3455 M: mporter@kernel.crashing.org
3456 W: http://www.penguinppc.org/
3457 L: linuxppc-dev@ozlabs.org
3458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3461 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3463 M: grant.likely@secretlab.ca
3464 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3465 L: linuxppc-dev@ozlabs.org
3466 T: git git://git.secretlab.ca/git/linux-2.6.git
3469 LINUX FOR POWERPC EMBEDDED PPC8XX
3471 M: vitb@kernel.crashing.org
3473 M: marcelo@kvack.org
3474 W: http://www.penguinppc.org/
3475 L: linuxppc-dev@ozlabs.org
3478 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3480 M: galak@kernel.crashing.org
3481 W: http://www.penguinppc.org/
3482 L: linuxppc-dev@ozlabs.org
3485 LINUX FOR POWERPC PA SEMI PWRFICIENT
3488 W: http://www.pasemi.com/
3489 L: linuxppc-dev@ozlabs.org
3492 LINUX SECURITY MODULE (LSM) FRAMEWORK
3494 M: chrisw@sous-sol.org
3495 L: linux-security-module@vger.kernel.org
3496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3500 P: Arnaldo Carvalho de Melo
3501 M: acme@ghostprotocols.net
3503 F: include/linux/llc.h
3507 LIS3LV02D ACCELEROMETER DRIVER
3509 M: eric.piel@tremplin-utc.net
3511 F: Documentation/hwmon/lis3lv02d
3512 F: drivers/hwmon/lis3lv02d.*
3514 LM83 HARDWARE MONITOR DRIVER
3516 M: khali@linux-fr.org
3517 L: lm-sensors@lm-sensors.org
3519 F: Documentation/hwmon/lm83
3520 F: drivers/hwmon/lm83.c
3522 LM90 HARDWARE MONITOR DRIVER
3524 M: khali@linux-fr.org
3525 L: lm-sensors@lm-sensors.org
3527 F: Documentation/hwmon/lm90
3528 F: drivers/hwmon/lm90.c
3530 LOCKDEP AND LOCKSTAT
3532 M: peterz@infradead.org
3535 L: linux-kernel@vger.kernel.org
3536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3538 F: Documentation/lockdep*.txt
3539 F: Documentation/lockstat.txt
3540 F: include/linux/lockdep.h
3543 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3544 P: Richard Russon (FlatCap)
3546 L: linux-ntfs-dev@lists.sourceforge.net
3547 W: http://www.linux-ntfs.org/content/view/19/37/
3549 F: Documentation/ldm.txt
3550 F: fs/partitions/ldm.*
3552 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3554 M: Eric.Moore@lsi.com
3556 L: DL-MPTFusionLinux@lsi.com
3557 L: linux-scsi@vger.kernel.org
3558 W: http://www.lsilogic.com/support
3560 F: drivers/message/fusion/
3562 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3565 L: linux-scsi@vger.kernel.org
3567 F: drivers/scsi/sym53c8xx_2/
3569 LTP (Linux Test Project)
3571 M: subrata@linux.vnet.ibm.com
3573 M: vapier@gentoo.org
3574 L: ltp-list@lists.sourceforge.net (subscribers-only)
3575 W: http://ltp.sourceforge.net/
3576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3581 M: takata@linux-m32r.org
3582 L: linux-m32r@ml.linux-m32r.org
3583 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3584 W: http://www.linux-m32r.org/
3587 F: include/asm-m32r/
3590 P: Geert Uytterhoeven
3591 M: geert@linux-m68k.org
3593 M: zippel@linux-m68k.org
3594 L: linux-m68k@lists.linux-m68k.org
3595 W: http://www.linux-m68k.org/
3596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3601 M68K ON APPLE MACINTOSH
3604 W: http://www.mac.linux-m68k.org/
3605 L: linux-m68k@lists.linux-m68k.org
3612 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3618 M: johannes@sipsolutions.net
3619 L: linux-wireless@vger.kernel.org
3620 W: http://linuxwireless.org/
3621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3623 F: Documentation/networking/mac80211-injection.txt
3624 F: include/net/mac80211.h
3627 MAC80211 PID RATE CONTROL
3629 M: stefano.brivio@polimi.it
3631 M: mattias.nissler@gmx.de
3632 L: linux-wireless@vger.kernel.org
3633 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3636 F: net/mac80211/rc80211_pid*
3641 L: netdev@vger.kernel.org
3643 F: drivers/net/macvlan.c
3644 F: include/linux/if_macvlan.h
3646 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3648 M: mtk.manpages@gmail.com
3649 W: http://www.kernel.org/doc/man-pages
3650 L: linux-man@vger.kernel.org
3653 MARVELL LIBERTAS WIRELESS DRIVER
3656 L: libertas-dev@lists.infradead.org
3658 F: drivers/net/wireless/libertas/
3660 MARVELL MV643XX ETHERNET DRIVER
3661 P: Lennert Buytenhek
3662 M: buytenh@marvell.com
3663 L: netdev@vger.kernel.org
3665 F: drivers/net/mv643xx_eth.*
3666 F: include/linux/mv643xx.h
3668 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3671 L: linux-kernel@vger.kernel.org
3674 MARVELL YUKON / SYSKONNECT DRIVER
3676 M: mlindner@syskonnect.de
3678 M: rroesler@syskonnect.de
3679 W: http://www.syskonnect.com
3682 MATROX FRAMEBUFFER DRIVER
3684 M: vandrove@vc.cvut.cz
3685 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3687 F: drivers/video/matrox/matroxfb_*
3688 F: include/linux/matroxfb.h
3690 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3692 M: hjk@linutronix.de
3693 L: lm-sensors@lm-sensors.org
3695 F: Documentation/hwmon/max6650
3696 F: drivers/hwmon/max6650.c
3698 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3699 P: Mauro Carvalho Chehab
3700 M: mchehab@infradead.org
3701 P: LinuxTV.org Project
3702 L: linux-media@vger.kernel.org
3703 W: http://linuxtv.org
3704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3706 F: Documentation/dvb/
3707 F: Documentation/video4linux/
3710 F: include/linux/dvb/
3711 F: include/linux/videodev*.h
3713 MEGARAID SCSI DRIVERS
3715 M: megaraidlinux@lsi.com
3716 L: linux-scsi@vger.kernel.org
3717 W: http://megaraid.lsilogic.com
3719 F: Documentation/scsi/megaraid.txt
3720 F: drivers/scsi/megaraid.*
3721 F: drivers/scsi/megaraid/
3724 L: linux-mm@kvack.org
3725 L: linux-kernel@vger.kernel.org
3726 W: http://www.linux-mm.org
3728 F: include/linux/mm.h
3731 MEMORY RESOURCE CONTROLLER
3733 M: balbir@linux.vnet.ibm.com
3736 P: KAMEZAWA Hiroyuki
3737 M: kamezawa.hiroyu@jp.fujitsu.com
3738 L: linux-mm@kvack.org
3739 L: linux-kernel@vger.kernel.org
3743 MEMORY TECHNOLOGY DEVICES (MTD)
3745 M: dwmw2@infradead.org
3746 W: http://www.linux-mtd.infradead.org/
3747 L: linux-mtd@lists.infradead.org
3748 T: git git://git.infradead.org/mtd-2.6.git
3751 F: include/linux/mtd/
3754 MICROBLAZE ARCHITECTURE
3757 L: microblaze-uclinux@itee.uq.edu.au
3758 W: http://www.monstr.eu/fdt/
3759 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3765 M: oliver@neukum.name
3767 F: drivers/usb/image/microtek.*
3771 M: ralf@linux-mips.org
3772 W: http://www.linux-mips.org/
3773 L: linux-mips@linux-mips.org
3774 T: git git://git.linux-mips.org/pub/scm/linux.git
3776 F: Documentation/mips/
3779 MISCELLANEOUS MCA-SUPPORT
3781 M: James.Bottomley@HansenPartnership.com
3782 L: linux-kernel@vger.kernel.org
3784 F: Documentation/ia64/mca.txt
3785 F: Documentation/mca.txt
3787 F: include/linux/mca*
3791 M: rusty@rustcorp.com.au
3792 L: linux-kernel@vger.kernel.org
3794 F: include/linux/module.h
3797 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3799 M: stelian@popies.net
3800 W: http://popies.net/meye/
3802 F: Documentation/video4linux/meye.txt
3803 F: drivers/media/video/meye.*
3804 F: include/linux/meye.h
3806 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3809 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3811 F: drivers/mmc/host/imxmmc.*
3813 MOUSE AND MISC DEVICES [GENERAL]
3814 P: Alessandro Rubini
3815 M: rubini@ipvvis.unipv.it
3816 L: linux-kernel@vger.kernel.org
3818 F: drivers/input/mouse/
3819 F: include/linux/gpio_mouse.h
3821 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3823 M: jirislaby@gmail.com
3824 L: linux-kernel@vger.kernel.org
3826 F: Documentation/serial/moxa-smartio
3827 F: drivers/char/mxser.*
3830 P: Lennart Poettering
3831 M: mzxreary@0pointer.de
3832 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3833 W: http://0pointer.de/lennart/tchibo.html
3835 F: drivers/platform/x86/msi-laptop.c
3837 MULTIFUNCTION DEVICES (MFD)
3839 M: sameo@linux.intel.com
3840 L: linux-kernel@vger.kernel.org
3841 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3845 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3848 L: linux-kernel@vger.kernel.org
3851 F: include/linux/mmc/
3853 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3855 M: dbrownell@users.sourceforge.net
3856 L: linux-kernel@vger.kernel.org
3858 F: drivers/mmc/host/mmc_spi.c
3859 F: include/linux/spi/mmc_spi.h
3861 MULTISOUND SOUND DRIVER
3865 F: Documentation/sound/oss/MultiSound
3868 MULTITECH MULTIPORT CARD (ISICOM)