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: dahlmann.thomas@arcor.de
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
627 F: arch/arm/mach-gemini/
629 ARM/EBSA110 MACHINE SUPPORT
631 M: linux@arm.linux.org.uk
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
633 W: http://www.arm.linux.org.uk/
635 F: arch/arm/mach-ebsa110/
636 F: drivers/net/arm/am79c961a.*
638 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
642 M: stefan@openezx.org
644 M: laforge@openezx.org
645 L: openezx-devel@lists.openezx.org (subscribers-only)
646 W: http://www.openezx.org/
649 ARM/FARADAY FA526 PORT
651 M: paulius.zaleckas@teltonika.lt
652 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656 ARM/FOOTBRIDGE ARCHITECTURE
658 M: linux@arm.linux.org.uk
659 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660 W: http://www.arm.linux.org.uk/
662 F: arch/arm/include/asm/hardware/dec21285.h
663 F: arch/arm/mach-footbridge/
665 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
667 M: kernel@pengutronix.de
668 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
671 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
673 M: kernel@wantstofly.org
674 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 ARM/GUMSTIX MACHINE SUPPORT
680 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
683 ARM/HP JORNADA 7XX MACHINE SUPPORT
684 P: Kristoffer Ericson
685 M: kristoffer.ericson@gmail.com
689 ARM/INTEL IOP32X ARM ARCHITECTURE
691 M: kernel@wantstofly.org
693 M: dan.j.williams@intel.com
694 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
697 ARM/INTEL IOP33X ARM ARCHITECTURE
699 M: dan.j.williams@intel.com
700 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
703 ARM/INTEL IOP13XX ARM ARCHITECTURE
705 M: kernel@wantstofly.org
707 M: dan.j.williams@intel.com
708 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
711 ARM/INTEL IQ81342EX MACHINE SUPPORT
713 M: kernel@wantstofly.org
715 M: dan.j.williams@intel.com
716 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
719 ARM/INTEL IXP2000 ARM ARCHITECTURE
721 M: kernel@wantstofly.org
722 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
725 ARM/INTEL IXDP2850 MACHINE SUPPORT
727 M: kernel@wantstofly.org
728 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
731 ARM/INTEL IXP23XX ARM ARCHITECTURE
733 M: kernel@wantstofly.org
734 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
737 ARM/INTEL XSC3 (MANZANO) ARM CORE
739 M: kernel@wantstofly.org
741 M: dan.j.williams@intel.com
742 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
745 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
747 M: kernel@wantstofly.org
748 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
751 ARM/LOGICPD PXA270 MACHINE SUPPORT
753 M: kernel@wantstofly.org
754 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
757 ARM/MAGICIAN MACHINE SUPPORT
759 M: philipp.zabel@gmail.com
762 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
763 P: Michael Petchkovsky
764 M: mkpetch@internode.on.net
767 ARM/TOSA MACHINE SUPPORT
768 P: Dmitry Eremin-Solenikov
769 M: dbaryshkov@gmail.com
771 M: dirk@opfer-online.de
774 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
776 M: marek.vasut@gmail.com
777 W: http://hackndev.com
782 M: slapin@ossfans.org
783 W: http://hackndev.com
788 M: pleb@gelato.unsw.edu.au
789 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
792 ARM/PT DIGITAL BOARD PORT
794 M: stefan.eletzhofer@eletztrick.de
795 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
796 W: http://www.arm.linux.org.uk/
799 ARM/RADISYS ENP2611 MACHINE SUPPORT
801 M: kernel@wantstofly.org
802 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
805 ARM/RISCPC ARCHITECTURE
807 M: linux@arm.linux.org.uk
808 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
809 W: http://www.arm.linux.org.uk/
811 F: arch/arm/common/time-acorn.c
812 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
813 F: arch/arm/include/asm/hardware/ioc.h
814 F: arch/arm/include/asm/hardware/iomd.h
815 F: arch/arm/include/asm/hardware/memc.h
816 F: arch/arm/mach-rpc/
817 F: drivers/net/arm/ether*
820 ARM/SHARK MACHINE SUPPORT
822 M: alex@shark-linux.de
823 W: http://www.shark-linux.de/shark.html
826 ARM/S3C2410 ARM ARCHITECTURE
828 M: ben-linux@fluff.org
829 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
830 W: http://www.fluff.org/ben/linux/
833 ARM/S3C2440 ARM ARCHITECTURE
835 M: ben-linux@fluff.org
836 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
837 W: http://www.fluff.org/ben/linux/
840 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
842 M: kernel@wantstofly.org
843 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
846 ARM/THECUS N2100 MACHINE SUPPORT
848 M: kernel@wantstofly.org
849 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
852 ARM/NUVOTON W90X900 ARM ARCHITECTURE
854 M: mcuos.com@gmail.com
855 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
856 W: http://www.mcuos.com
861 M: linux@arm.linux.org.uk
862 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
863 W: http://www.arm.linux.org.uk/
869 L: netdev@vger.kernel.org
873 ASUS ACPI EXTRAS DRIVER
875 M: corentincj@iksaif.net
877 M: sziwan@users.sourceforge.net
878 L: acpi4asus-user@lists.sourceforge.net
879 W: http://sourceforge.net/projects/acpi4asus
880 W: http://xf.iksaif.net/acpi4asus
882 F: arch/x86/kernel/acpi/boot.c
883 F: drivers/platform/x86/asus_acpi.c
885 ASUS ASB100 HARDWARE MONITOR DRIVER
887 M: mhoffman@lightlink.com
888 L: lm-sensors@lm-sensors.org
890 F: drivers/hwmon/asb100.c
892 ASUS LAPTOP EXTRAS DRIVER
894 M: corentincj@iksaif.net
895 L: acpi4asus-user@lists.sourceforge.net
896 W: http://sourceforge.net/projects/acpi4asus
897 W: http://xf.iksaif.net/acpi4asus
899 F: drivers/platform/x86/asus-laptop.c
901 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
903 M: dan.j.williams@intel.com
905 M: maciej.sosnowski@intel.com
906 L: linux-kernel@vger.kernel.org
907 W: http://sourceforge.net/projects/xscaleiop
909 F: Documentation/crypto/async-tx-api.txt
912 F: include/linux/dmaengine.h
913 F: include/linux/async_tx.h
915 ATA OVER ETHERNET (AOE) DRIVER
917 M: ecashin@coraid.com
918 W: http://www.coraid.com/support/linux
920 F: Documentation/aoe/
921 F: drivers/block/aoe/
923 ATHEROS ATH5K WIRELESS DRIVER
925 M: jirislaby@gmail.com
927 M: mickflemm@gmail.com
929 M: lrodriguez@atheros.com
931 M: me@bobcopeland.com
932 L: linux-wireless@vger.kernel.org
933 L: ath5k-devel@lists.ath5k.org
935 F: drivers/net/wireless/ath5k/
937 ATHEROS ATH9K WIRELESS DRIVER
939 M: lrodriguez@atheros.com
941 M: jmalinen@atheros.com
942 L: linux-wireless@vger.kernel.org
943 L: ath9k-devel@lists.ath9k.org
945 F: drivers/net/wireless/ath9k/
947 ATHEROS AR9170 WIRELESS DRIVER
948 P: Christian Lamparter
950 L: linux-wireless@vger.kernel.org
951 W: http://wireless.kernel.org/en/users/Drivers/ar9170
953 F: drivers/net/wireless/ar9170/
959 F: drivers/input/misc/ati_remote2.c
961 ATLX ETHERNET DRIVERS
963 M: jcliburn@gmail.com
967 M: jie.yang@atheros.com
968 L: atl1-devel@lists.sourceforge.net
969 W: http://sourceforge.net/projects/atl1
970 W: http://atl1.sourceforge.net
976 M: chas@cmf.nrl.navy.mil
977 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
978 L: netdev@vger.kernel.org
979 W: http://linux-atm.sourceforge.net
982 F: include/linux/atm*
984 ATMEL AT91 MCI DRIVER
986 M: nicolas.ferre@atmel.com
987 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
988 W: http://www.atmel.com/products/AT91/
989 W: http://www.at91.com/
991 F: drivers/mmc/host/at91_mci.c
993 ATMEL AT91 / AT32 SERIAL DRIVER
994 P: Haavard Skinnemoen
995 M: hskinnemoen@atmel.com
996 L: linux-kernel@vger.kernel.org
998 F: drivers/serial/atmel_serial.c
1002 M: nicolas.ferre@atmel.com
1003 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1005 F: drivers/video/atmel_lcdfb.c
1006 F: include/video/atmel_lcdc.h
1008 ATMEL MACB ETHERNET DRIVER
1009 P: Haavard Skinnemoen
1010 M: hskinnemoen@atmel.com
1012 F: drivers/net/macb.*
1015 P: Haavard Skinnemoen
1016 M: hskinnemoen@atmel.com
1018 F: drivers/spi/atmel_spi.*
1020 ATMEL USBA UDC DRIVER
1021 P: Haavard Skinnemoen
1022 M: hskinnemoen@atmel.com
1023 L: kernel@avr32linux.org
1024 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1026 F: drivers/usb/gadget/atmel_usba_udc.*
1028 ATMEL WIRELESS DRIVER
1030 M: simon@thekelleys.org.uk
1031 L: linux-wireless@vger.kernel.org
1032 W: http://www.thekelleys.org.uk/atmel
1033 W: http://atmelwlandriver.sourceforge.net/
1035 F: drivers/net/wireless/atmel*
1039 M: viro@zeniv.linux.org.uk
1041 M: eparis@redhat.com
1042 L: linux-audit@redhat.com (subscribers-only)
1043 W: http://people.redhat.com/sgrubb/audit/
1044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1046 F: include/linux/audit.h
1049 AUXILIARY DISPLAY DRIVERS
1050 P: Miguel Ojeda Sandonis
1051 M: miguel.ojeda.sandonis@gmail.com
1052 L: linux-kernel@vger.kernel.org
1053 W: http://miguelojeda.es/auxdisplay.htm
1054 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1056 F: drivers/auxdisplay/
1057 F: include/linux/cfag12864b.h
1060 P: Haavard Skinnemoen
1061 M: hskinnemoen@atmel.com
1062 W: http://www.atmel.com/products/AVR32/
1063 W: http://avr32linux.org/
1064 W: http://avrfreaks.net/
1068 AVR32/AT32AP MACHINE SUPPORT
1069 P: Haavard Skinnemoen
1070 M: hskinnemoen@atmel.com
1072 F: arch/avr32/mach-at32ap/
1076 M: ralf@linux-mips.org
1077 L: linux-hams@vger.kernel.org
1078 W: http://www.linux-ax25.org/
1080 F: include/linux/ax25.h
1081 F: include/net/ax25.h
1088 M: stefano.brivio@polimi.it
1089 L: linux-wireless@vger.kernel.org
1090 W: http://linuxwireless.org/en/users/Drivers/b43
1092 F: drivers/net/wireless/b43/
1094 B43LEGACY WIRELESS DRIVER
1096 M: Larry.Finger@lwfinger.net
1098 M: stefano.brivio@polimi.it
1099 L: linux-wireless@vger.kernel.org
1100 W: http://linuxwireless.org/en/users/Drivers/b43
1102 F: drivers/net/wireless/b43legacy/
1104 BACKLIGHT CLASS/SUBSYSTEM
1106 M: rpurdie@rpsys.net
1108 F: drivers/video/backlight/
1109 F: include/linux/backlight.h
1111 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1113 M: t.sailer@alumni.ethz.ch
1114 L: linux-hams@vger.kernel.org
1115 W: http://www.baycom.org/~tom/ham/ham.html
1117 F: drivers/net/hamradio/baycom*
1120 P: Sergey S. Kostyliov
1121 M: rathamahata@php4.ru
1122 L: linux-kernel@vger.kernel.org
1124 F: Documentation/filesystems/befs.txt
1128 P: Tigran A. Aivazian
1129 M: tigran@aivazian.fsnet.co.uk
1130 L: linux-kernel@vger.kernel.org
1132 F: Documentation/filesystems/bfs.txt
1134 F: include/linux/bfs_fs.h
1136 BLACKFIN ARCHITECTURE
1138 M: vapier@gentoo.org
1139 L: uclinux-dist-devel@blackfin.uclinux.org
1140 W: http://blackfin.uclinux.org
1144 BLACKFIN EMAC DRIVER
1145 P: Michael Hennerich
1146 M: michael.hennerich@analog.com
1147 L: uclinux-dist-devel@blackfin.uclinux.org
1148 W: http://blackfin.uclinux.org
1150 F: drivers/net/bfin_mac.*
1154 M: vapier.adi@gmail.com
1155 L: uclinux-dist-devel@blackfin.uclinux.org
1156 W: http://blackfin.uclinux.org
1158 F: drivers/rtc/rtc-bfin.c
1160 BLACKFIN SERIAL DRIVER
1162 M: sonic.zhang@analog.com
1163 L: uclinux-dist-devel@blackfin.uclinux.org
1164 W: http://blackfin.uclinux.org
1166 F: drivers/serial/bfin_5xx.c
1168 BLACKFIN WATCHDOG DRIVER
1170 M: vapier.adi@gmail.com
1171 L: uclinux-dist-devel@blackfin.uclinux.org
1172 W: http://blackfin.uclinux.org
1174 F: drivers/watchdog/bfin_wdt.c
1176 BLACKFIN I2C TWI DRIVER
1178 M: sonic.zhang@analog.com
1179 L: uclinux-dist-devel@blackfin.uclinux.org
1180 W: http://blackfin.uclinux.org/
1182 F: drivers/i2c/busses/i2c-bfin-twi.c
1187 L: linux-kernel@vger.kernel.org
1188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1194 M: joern@lazybastard.org
1195 L: linux-mtd@lists.infradead.org
1197 F: drivers/mtd/devices/block2mtd.c
1201 M: marcel@holtmann.org
1202 L: linux-bluetooth@vger.kernel.org
1203 W: http://www.bluez.org/
1205 F: drivers/bluetooth/
1209 M: marcel@holtmann.org
1210 L: linux-bluetooth@vger.kernel.org
1211 W: http://www.bluez.org/
1212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1215 F: include/net/bluetooth/
1220 L: bonding-devel@lists.sourceforge.net
1221 W: http://sourceforge.net/projects/bonding/
1223 F: drivers/net/bonding/
1224 F: include/linux/if_bonding.h
1226 BROADCOM B44 10/100 ETHERNET DRIVER
1228 M: zambrano@broadcom.com
1229 L: netdev@vger.kernel.org
1231 F: drivers/net/b44.*
1233 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1235 M: mchan@broadcom.com
1236 L: netdev@vger.kernel.org
1238 F: drivers/net/bnx2.*
1239 F: drivers/net/bnx2_*
1241 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1243 M: eilong@broadcom.com
1244 L: netdev@vger.kernel.org
1246 F: drivers/net/bnx2x*
1248 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1250 M: mcarlson@broadcom.com
1252 M: mchan@broadcom.com
1253 L: netdev@vger.kernel.org
1255 F: drivers/net/tg3.*
1257 BSG (block layer generic sg v4 driver)
1259 M: fujita.tomonori@lab.ntt.co.jp
1260 L: linux-scsi@vger.kernel.org
1263 F: include/linux/bsg.h
1268 W: http://bu3sch.de/btgpio.php
1270 F: drivers/gpio/bt8xxgpio.c
1274 M: chris.mason@oracle.com
1275 L: linux-btrfs@vger.kernel.org
1276 W: http://btrfs.wiki.kernel.org/
1277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1279 F: Documentation/filesystems/btrfs.txt
1282 BTTV VIDEO4LINUX DRIVER
1283 P: Mauro Carvalho Chehab
1284 M: mchehab@infradead.org
1285 L: linux-media@vger.kernel.org
1286 W: http://linuxtv.org
1287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1289 F: Documentation/video4linux/bttv/
1290 F: drivers/media/video/bt8xx/bttv*
1292 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1294 M: dhowells@redhat.com
1295 L: linux-cachefs@redhat.com
1297 F: Documentation/filesystems/caching/cachefiles.txt
1300 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1303 L: linux-media@vger.kernel.org
1304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1306 F: Documentation/video4linux/cafe_ccic
1307 F: drivers/media/video/cafe_ccic*
1309 CALGARY x86-64 IOMMU
1314 L: linux-kernel@vger.kernel.org
1315 L: discuss@x86-64.org
1317 F: arch/x86/kernel/pci-calgary_64.c
1318 F: arch/x86/kernel/tce_64.c
1319 F: arch/x86/include/asm/calgary.h
1320 F: arch/x86/include/asm/tce.h
1324 M: urs.thuermann@volkswagen.de
1326 M: oliver.hartkopp@volkswagen.de
1327 L: socketcan-core@lists.berlios.de (subscribers-only)
1328 W: http://developer.berlios.de/projects/socketcan/
1331 F: include/linux/can/
1332 F: include/linux/can.h
1334 CELL BROADBAND ENGINE ARCHITECTURE
1337 L: linuxppc-dev@ozlabs.org
1338 L: cbe-oss-dev@ozlabs.org
1339 W: http://www.ibm.com/developerworks/power/cell/
1341 F: arch/powerpc/include/asm/cell*.h
1342 F: arch/powerpc/include/asm/spu*.h
1343 F: arch/powerpc/oprofile/*cell*
1344 F: arch/powerpc/platforms/cell/
1346 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1348 M: david.vrabel@csr.com
1349 L: linux-usb@vger.kernel.org
1351 F: Documentation/usb/WUSB-Design-overview.txt
1352 F: Documentation/usb/wusb-cbaf
1353 F: drivers/usb/wusbcore/
1354 F: include/linux/usb/wusb*
1356 CFAG12864B LCD DRIVER
1357 P: Miguel Ojeda Sandonis
1358 M: miguel.ojeda.sandonis@gmail.com
1359 L: linux-kernel@vger.kernel.org
1360 W: http://miguelojeda.es/auxdisplay.htm
1361 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1363 F: drivers/auxdisplay/cfag12864b.c
1364 F: include/linux/cfag12864b.h
1366 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1367 P: Miguel Ojeda Sandonis
1368 M: miguel.ojeda.sandonis@gmail.com
1369 L: linux-kernel@vger.kernel.org
1370 W: http://miguelojeda.es/auxdisplay.htm
1371 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1373 F: drivers/auxdisplay/cfag12864bfb.c
1374 F: include/linux/cfag12864b.h
1376 CFG80211 and NL80211
1378 M: johannes@sipsolutions.net
1379 L: linux-wireless@vger.kernel.org
1381 F: include/linux/nl80211.h
1382 F: include/net/cfg80211.h
1384 X: net/wireless/wext*
1388 M: apw@canonical.com
1389 L: linux-kernel@vger.kernel.org
1391 F: scripts/checkpatch.pl
1393 CISCO 10G ETHERNET DRIVER
1395 M: scofeldm@cisco.com
1397 M: jeykholt@cisco.com
1399 F: drivers/net/enic/
1401 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1402 P: Lennert Buytenhek
1403 M: kernel@wantstofly.org
1404 L: netdev@vger.kernel.org
1406 F: drivers/net/arm/ep93xx_eth.c
1408 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1409 P: Lennert Buytenhek
1410 M: kernel@wantstofly.org
1411 L: linux-usb@vger.kernel.org
1413 F: drivers/usb/host/ohci-ep93xx.c
1415 CIRRUS LOGIC CS4270 SOUND DRIVER
1417 M: timur@freescale.com
1418 L: alsa-devel@alsa-project.org
1420 F: sound/soc/codecs/cs4270*
1422 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1423 P: Cirrus Logic Corporation (kernel 2.2 driver)
1424 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1425 P: Nils Faerber (port to kernel 2.4)
1426 M: Nils Faerber <nils@kernelconcepts.de>
1428 F: Documentation/input/cs461x.txt
1429 F: sound/pci/cs46xx/
1433 M: linux@arm.linux.org.uk
1434 F: include/linux/clk.h
1436 CISCO FCOE HBA DRIVER
1437 P: Abhijeet Joglekar
1438 M: abjoglek@cisco.com
1440 M: jeykholt@cisco.com
1441 L: linux-scsi@vger.kernel.org
1446 M: jaharkes@cs.cmu.edu
1448 L: codalist@coda.cs.cmu.edu
1449 W: http://www.coda.cs.cmu.edu/
1451 F: Documentation/filesystems/coda.txt
1453 F: include/linux/coda*.h
1455 COMMON INTERNET FILE SYSTEM (CIFS)
1457 M: sfrench@samba.org
1458 L: linux-cifs-client@lists.samba.org
1459 L: samba-technical@lists.samba.org
1460 W: http://linux-cifs.samba.org/
1461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1463 F: Documentation/filesystems/cifs.txt
1466 COMPACTPCI HOTPLUG CORE
1468 M: scottm@somanetworks.com
1469 M: scott@spiteful.org
1470 L: linux-pci@vger.kernel.org
1472 F: drivers/pci/hotplug/cpci_hotplug*
1474 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1476 M: scottm@somanetworks.com
1477 M: scott@spiteful.org
1478 L: linux-pci@vger.kernel.org
1480 F: drivers/pci/hotplug/cpcihp_zt5550.*
1482 COMPACTPCI HOTPLUG GENERIC DRIVER
1484 M: scottm@somanetworks.com
1485 M: scott@spiteful.org
1486 L: linux-pci@vger.kernel.org
1488 F: drivers/pci/hotplug/cpcihp_generic.c
1490 COMPAL LAPTOP SUPPORT
1491 P: Cezary Jackiewicz
1492 M: cezary.jackiewicz@gmail.com
1494 F: drivers/platform/x86/compal-laptop.c
1496 COMPUTONE INTELLIPORT MULTIPORT CARD
1497 P: Michael H. Warfield
1499 W: http://www.wittsend.com/computone.html
1501 F: Documentation/serial/computone.txt
1502 F: drivers/char/ip2/
1504 CONEXANT ACCESSRUNNER USB DRIVER
1506 M: cxacru@fire.lp0.eu
1507 L: accessrunner-general@lists.sourceforge.net
1508 W: http://accessrunner.sourceforge.net/
1510 F: drivers/usb/atm/cxacru.c
1514 M: joel.becker@oracle.com
1515 L: linux-kernel@vger.kernel.org
1518 F: include/linux/configfs.h
1520 CONTROL GROUPS (CGROUPS)
1522 M: menage@google.com
1524 M: lizf@cn.fujitsu.com
1525 L: containers@lists.linux-foundation.org
1527 F: include/linux/cgroup*
1530 CORETEMP HARDWARE MONITORING DRIVER
1532 M: r.marek@assembler.cz
1533 L: lm-sensors@lm-sensors.org
1535 F: Documentation/hwmon/coretemp
1536 F: drivers/hwmon/coretemp.c
1538 COSA/SRP SYNC SERIAL DRIVER
1539 P: Jan "Yenya" Kasprzak
1541 W: http://www.fi.muni.cz/~kas/cosa/
1543 F: drivers/net/wan/cosa*
1545 CPMAC ETHERNET DRIVER
1547 M: florian@openwrt.org
1548 L: netdev@vger.kernel.org
1550 F: drivers/net/cpmac.c
1552 CPU FREQUENCY DRIVERS
1555 L: cpufreq@vger.kernel.org
1556 W: http://www.codemonkey.org.uk/projects/cpufreq/
1557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1559 F: arch/x86/kernel/cpu/cpufreq/
1561 F: include/linux/cpufreq.h
1567 F: arch/x86/kernel/cpuid.c
1568 F: arch/x86/kernel/msr.c
1572 M: menage@google.com
1573 L: linux-kernel@vger.kernel.org
1574 W: http://www.bullopensource.org/cpuset/
1575 W: http://oss.sgi.com/projects/cpusets/
1577 F: Documentation/cgroups/cpusets.txt
1578 F: include/linux/cpuset.h
1582 W: http://sourceforge.net/projects/cramfs/
1584 F: Documentation/filesystems/cramfs.txt
1591 M: jesper.nilsson@axis.com
1592 L: dev-etrax@axis.com
1593 W: http://developer.axis.com
1599 M: herbert@gondor.apana.org.au
1601 M: davem@davemloft.net
1602 L: linux-crypto@vger.kernel.org
1603 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1605 F: Documentation/crypto/
1611 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1613 M: nhorman@tuxdriver.com
1614 L: linux-crypto@vger.kernel.org
1617 CS5535 Audio ALSA driver
1619 M: jayakumar.alsa@gmail.com
1621 F: sound/pci/cs5535audio/
1623 CX18 VIDEO4LINUX DRIVER
1625 M: hverkuil@xs4all.nl
1628 L: ivtv-devel@ivtvdriver.org
1629 L: ivtv-users@ivtvdriver.org
1630 L: linux-media@vger.kernel.org
1631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1632 W: http://linuxtv.org
1634 F: Documentation/video4linux/cx18.txt
1635 F: drivers/media/video/cx18/
1637 CXGB3 ETHERNET DRIVER (CXGB3)
1640 L: netdev@vger.kernel.org
1641 W: http://www.chelsio.com
1643 F: drivers/net/cxgb3/
1645 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1647 M: swise@chelsio.com
1648 L: general@lists.openfabrics.org
1649 W: http://www.openfabrics.org
1651 F: drivers/infiniband/hw/cxgb3/
1655 M: linux@arm.linux.org.uk
1656 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1657 W: http://www.arm.linux.org.uk/
1659 F: drivers/video/cyber2000fb.*
1661 CYCLADES 2X SYNC CARD DRIVER
1662 P: Arnaldo Carvalho de Melo
1663 M: acme@ghostprotocols.net
1664 W: http://oops.ghostprotocols.net:81/blog
1666 F: drivers/net/wan/cycx*
1668 CYCLADES ASYNC MUX DRIVER
1669 W: http://www.cyclades.com/
1671 F: drivers/char/cyclades.c
1672 F: include/linux/cyclades.h
1674 CYCLADES PC300 DRIVER
1675 W: http://www.cyclades.com/
1677 F: drivers/net/wan/pc300*
1679 DAMA SLAVE for AX.25
1682 W: http://yaina.de/jreuter/
1683 W: http://www.qsl.net/dl1bke/
1684 L: linux-hams@vger.kernel.org
1686 F: net/ax25/af_ax25.c
1687 F: net/ax25/ax25_dev.c
1688 F: net/ax25/ax25_ds_*
1689 F: net/ax25/ax25_in.c
1690 F: net/ax25/ax25_out.c
1691 F: net/ax25/ax25_timer.c
1692 F: net/ax25/sysctl_net_ax25.c
1694 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1696 M: tori@unhappy.mine.nu
1697 L: netdev@vger.kernel.org
1699 F: Documentation/networking/dmfe.txt
1700 F: drivers/net/tulip/dmfe.c
1702 DC390/AM53C974 SCSI driver
1705 W: http://www.garloff.de/kurt/linux/dc390/
1706 P: Guennadi Liakhovetski
1707 M: g.liakhovetski@gmx.de
1709 F: drivers/scsi/tmscsim.*
1713 M: oliver@neukum.name
1717 M: lenehan@twibble.org
1718 W: http://twibble.org/dist/dc395x/
1719 L: dc395x@twibble.org
1720 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1722 F: Documentation/scsi/dc395x.txt
1723 F: drivers/scsi/dc395x.*
1726 P: Arnaldo Carvalho de Melo
1727 M: acme@ghostprotocols.net
1728 L: dccp@vger.kernel.org
1729 W: http://linux-net.osdl.org/index.php/DCCP
1731 F: include/linux/dccp.h
1732 F: include/linux/tfrc.h
1735 DECnet NETWORK LAYER
1736 P: Christine Caulfield
1737 M: christine.caulfield@googlemail.com
1738 W: http://linux-decnet.sourceforge.net
1739 L: linux-decnet-user@lists.sourceforge.net
1741 F: Documentation/networking/decnet.txt
1744 DEFXX FDDI NETWORK DRIVER
1745 P: Maciej W. Rozycki
1746 M: macro@linux-mips.org
1748 F: drivers/net/defxx.*
1752 M: mjg59@srcf.ucam.org
1754 F: drivers/platform/x86/dell-laptop.c
1756 DELL LAPTOP SMM DRIVER
1757 P: Massimo Dal Zotto
1759 W: http://www.debian.org/~dz/i8k/
1761 F: drivers/char/i8k.c
1762 F: include/linux/i8k.h
1764 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1766 M: Douglas_Warzecha@dell.com
1768 F: Documentation/dcdbas.txt
1769 F: drivers/firmware/dcdbas.*
1771 DELL WMI EXTRAS DRIVER
1773 M: mjg59@srcf.ucam.org
1776 DEVICE NUMBER REGISTRY
1778 M: device@lanana.org
1779 W: http://lanana.org/docs/device-list/index.html
1780 L: linux-kernel@vger.kernel.org
1785 L: dm-devel@redhat.com
1786 W: http://sources.redhat.com/dm
1788 F: Documentation/device-mapper/
1790 F: include/linux/device-mapper.h
1791 F: include/linux/dm-*.h
1793 DIGI INTL. EPCA DRIVER
1794 P: Digi International, Inc
1795 M: Eng.Linux@digi.com
1796 L: Eng.Linux@digi.com
1797 W: http://www.digi.com
1799 F: Documentation/serial/digiepca.txt
1800 F: drivers/char/epca*
1801 F: drivers/char/digi*
1803 DIRECTORY NOTIFICATION (DNOTIFY)
1805 M: sfr@canb.auug.org.au
1806 L: linux-kernel@vger.kernel.org
1808 F: Documentation/filesystems/dnotify.txt
1809 F: fs/notify/dnotify/
1810 F: include/linux/dnotify.h
1812 DISK GEOMETRY AND PARTITION HANDLING
1815 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1816 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1817 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1823 L: linux-kernel@vger.kernel.org
1825 F: Documentation/filesystems/quota.txt
1827 F: include/linux/quota*.h
1829 DISTRIBUTED LOCK MANAGER (DLM)
1830 P: Christine Caulfield
1831 M: ccaulfie@redhat.com
1833 M: teigland@redhat.com
1834 L: cluster-devel@redhat.com
1835 W: http://sources.redhat.com/cluster/
1836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1840 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1842 M: maciej.sosnowski@intel.com
1844 M: dan.j.williams@intel.com
1845 L: linux-kernel@vger.kernel.org
1848 F: include/linux/dma*
1850 DME1737 HARDWARE MONITOR DRIVER
1853 L: lm-sensors@lm-sensors.org
1855 F: Documentation/hwmon/dme1737
1856 F: drivers/hwmon/dme1737.c
1858 DOCBOOK FOR DOCUMENTATION
1860 M: rdunlap@xenotime.net
1863 DOCKING STATION DRIVER
1865 M: shaohua.li@intel.com
1866 L: linux-acpi@vger.kernel.org
1868 F: drivers/acpi/dock.c
1872 M: rdunlap@xenotime.net
1873 L: linux-doc@vger.kernel.org
1878 P: James R. Van Zandt
1879 M: jrv@vanzandt.mv.com
1880 L: blinux-list@redhat.com
1882 F: drivers/char/dtlk.c
1883 F: include/linux/dtlk.h
1885 DPT_I2O SCSI RAID DRIVER
1886 P: Adaptec OEM Raid Solutions
1887 M: aacraid@adaptec.com
1888 L: linux-scsi@vger.kernel.org
1889 W: http://www.adaptec.com/
1891 F: drivers/scsi/dpt*
1892 F: drivers/scsi/dpt/
1894 DRIVER CORE, KOBJECTS, AND SYSFS
1895 P: Greg Kroah-Hartman
1897 L: linux-kernel@vger.kernel.org
1898 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1900 F: Documentation/kobject.txt
1903 F: include/linux/kobj*
1909 L: dri-devel@lists.sourceforge.net
1910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1916 M: romieu@fr.zoreil.com
1917 L: netdev@vger.kernel.org
1919 F: drivers/net/wan/dscc4.c
1921 DZ DECSTATION DZ11 SERIAL DRIVER
1922 P: Maciej W. Rozycki
1923 M: macro@linux-mips.org
1925 F: drivers/serial/dz.*
1927 EATA-DMA SCSI DRIVER
1929 M: mike@i-Connect.Net
1930 L: linux-eata@i-connect.net
1931 L: linux-scsi@vger.kernel.org
1933 F: drivers/scsi/eata*
1935 EATA ISA/EISA/PCI SCSI DRIVER
1937 M: ballabio_dario@emc.com
1938 L: linux-scsi@vger.kernel.org
1940 F: drivers/scsi/eata.c
1942 EATA-PIO SCSI DRIVER
1944 M: mike@i-Connect.Net
1945 L: linux-eata@i-connect.net
1946 L: linux-scsi@vger.kernel.org
1948 F: drivers/scsi/eata_pio.*
1952 M: bart.de.schuymer@pandora.be
1953 L: ebtables-user@lists.sourceforge.net
1954 L: ebtables-devel@lists.sourceforge.net
1955 W: http://ebtables.sourceforge.net/
1957 F: include/linux/netfilter_bridge/ebt_*.h
1958 F: net/bridge/netfilter/ebt*.c
1962 M: tyhicks@linux.vnet.ibm.com
1964 P: kirkland@canonical.com
1965 L: ecryptfs-devel@lists.launchpad.net
1966 W: https://launchpad.net/ecryptfs
1968 F: Documentation/filesystems/ecryptfs.txt
1973 M: dougthompson@xmission.com
1974 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1975 W: bluesmoke.sourceforge.net
1977 F: Documentation/edac.txt
1978 F: drivers/edac/edac_*
1979 F: include/linux/edac.h
1983 M: mark.gross@intel.com
1985 M: dougthompson@xmission.com
1986 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 W: bluesmoke.sourceforge.net
1989 F: drivers/edac/e752x_edac.c
1993 M: dougthompson@xmission.com
1994 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1995 W: bluesmoke.sourceforge.net
1997 F: drivers/edac/e7xxx_edac.c
2001 M: tim@buttersideup.com
2002 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2003 W: bluesmoke.sourceforge.net
2005 F: drivers/edac/i82443bxgx_edac.c
2009 M: juhlenko@akamai.com
2010 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2011 W: bluesmoke.sourceforge.net
2013 F: drivers/edac/i3000_edac.c
2017 M: dougthompson@xmission.com
2018 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2019 W: bluesmoke.sourceforge.net
2021 F: drivers/edac/i5000_edac.c
2024 P: Mauro Carvalho Chehab
2025 M: mchehab@redhat.com
2026 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W: bluesmoke.sourceforge.net
2029 F: drivers/edac/i5400_edac.c
2032 P: Ranganathan Desikan
2034 M: rdesikan@jetzbroadband.com
2035 M: arvind@acarlab.com
2036 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2037 W: bluesmoke.sourceforge.net
2039 F: drivers/edac/i82975x_edac.c
2044 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2045 W: bluesmoke.sourceforge.net
2047 F: drivers/edac/pasemi_edac.c
2051 M: tim@buttersideup.com
2052 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2053 W: bluesmoke.sourceforge.net
2055 F: drivers/edac/r82600_edac.c
2057 EEEPC LAPTOP EXTRAS DRIVER
2059 M: corentincj@iksaif.net
2060 L: acpi4asus-user@lists.sourceforge.net
2061 W: http://sourceforge.net/projects/acpi4asus
2063 F: drivers/platform/x86/eeepc-laptop.c
2066 W: http://aeschi.ch.eu.org/efs/
2070 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2072 M: hnguyen@de.ibm.com
2074 M: raisch@de.ibm.com
2075 L: general@lists.openfabrics.org
2077 F: drivers/infiniband/hw/ehca/
2081 M: paul.gortmaker@windriver.com
2085 M: dwmw2@infradead.org
2086 L: linux-embedded@vger.kernel.org
2089 EMULEX LPFC FC SCSI DRIVER
2091 M: james.smart@emulex.com
2092 L: linux-scsi@vger.kernel.org
2093 W: http://sourceforge.net/projects/lpfcxxxx
2095 F: drivers/scsi/lpfc/
2097 EPSON 1355 FRAMEBUFFER DRIVER
2098 P: Christopher Hoover
2099 M: ch@murgatroid.com
2100 P: Christopher Hoover
2103 F: drivers/video/epson1355fb.c
2105 EPSON S1D13XXX FRAMEBUFFER DRIVER
2106 P: Kristoffer Ericson
2107 M: kristoffer.ericson@gmail.com
2109 F: drivers/video/s1d13xxxfb.c
2110 F: include/video/s1d13xxxfb.h
2112 ETHEREXPRESS-16 NETWORK DRIVER
2115 L: netdev@vger.kernel.org
2117 F: drivers/net/eexpress.*
2120 P: Stephen Hemminger
2121 M: shemminger@linux-foundation.org
2122 L: bridge@lists.linux-foundation.org
2123 W: http://www.linux-foundation.org/en/Net:Bridge
2125 F: include/linux/netfilter_bridge/
2128 ETHERTEAM 16I DRIVER
2132 F: drivers/net/eth16i.c
2135 L: linux-ext4@vger.kernel.org
2137 F: Documentation/filesystems/ext2.txt
2139 F: include/linux/ext2*
2145 M: akpm@linux-foundation.org
2148 L: linux-ext4@vger.kernel.org
2150 F: Documentation/filesystems/ext3.txt
2152 F: include/linux/ext3*
2159 L: linux-ext4@vger.kernel.org
2160 W: http://ext4.wiki.kernel.org
2162 F: Documentation/filesystems/ext4.txt
2165 F71805F HARDWARE MONITORING DRIVER
2167 M: khali@linux-fr.org
2168 L: lm-sensors@lm-sensors.org
2170 F: Documentation/hwmon/f71805f
2171 F: drivers/hwmon/f71805f.c
2173 FARSYNC SYNCHRONOUS DRIVER
2175 M: kevin.curtis@farsite.co.uk
2176 W: http://www.farsite.co.uk/
2178 F: drivers/net/wan/farsync.*
2180 FAULT INJECTION SUPPORT
2182 M: akinobu.mita@gmail.com
2184 F: Documentation/fault-injection/
2185 F: lib/fault-inject.c
2187 FILE LOCKING (flock() and fcntl()/lockf())
2190 L: linux-fsdevel@vger.kernel.org
2192 F: include/linux/fcntl.h
2193 F: include/linux/fs.h
2197 FILESYSTEMS (VFS and infrastructure)
2199 M: viro@zeniv.linux.org.uk
2200 L: linux-fsdevel@vger.kernel.org
2204 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2206 M: riku.vipio@iki.fi
2207 L: lm-sensors@lm-sensors.org
2209 F: drivers/hwmon/f75375s.c
2210 F: include/linux/f75375s.h
2213 P: Kristian Hoegsberg
2216 M: stefanr@s5r6.in-berlin.de
2217 L: linux1394-devel@lists.sourceforge.net
2218 W: http://www.linux1394.org/
2219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2221 F: drivers/firewire/
2222 F: include/linux/firewire*.h
2224 FIRMWARE LOADER (request_firmware)
2225 L: linux-kernel@vger.kernel.org
2227 F: Documentation/firmware_class/
2228 F: drivers/base/firmware*.c
2229 F: include/linux/firmware.h
2233 M: billm@melbpc.org.au
2234 W: http://floatingpoint.sourceforge.net/emulator/index.html
2236 F: arch/x86/math-emu/
2238 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2240 M: mike.mclagan@linux.org
2241 L: netdev@vger.kernel.org
2243 F: drivers/net/wan/dlci.c
2244 F: drivers/net/wan/sdla.c
2248 M: adaplas@gmail.com
2249 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2250 W: http://linux-fbdev.sourceforge.net/
2252 F: Documentation/fb/
2253 F: drivers/video/fb*
2254 F: include/linux/fb.h
2256 FREESCALE DMA DRIVER
2258 M: leoli@freescale.com
2261 L: linuxppc-dev@ozlabs.org
2262 L: linux-kernel@vger.kernel.org
2264 F: drivers/dma/fsldma.*
2266 FREESCALE I2C CPM DRIVER
2269 L: linuxppc-dev@ozlabs.org
2270 L: linux-i2c@vger.kernel.org
2272 F: drivers/i2c/busses/i2c-cpm.c
2274 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2276 M: kernel@pengutronix.de
2277 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2278 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2280 F: arch/arm/plat-mxc/include/mach/imxfb.h
2281 F: drivers/video/imxfb.c
2283 FREESCALE SOC FS_ENET DRIVER
2284 P: Pantelis Antoniou
2285 M: pantelis.antoniou@gmail.com
2287 M: vbordug@ru.mvista.com
2288 L: linuxppc-dev@ozlabs.org
2289 L: netdev@vger.kernel.org
2291 F: drivers/net/fs_enet/
2292 F: include/linux/fs_enet_pd.h
2294 FREESCALE QUICC ENGINE LIBRARY
2296 M: timur@freescale.com
2297 L: linuxppc-dev@ozlabs.org
2299 F: arch/powerpc/sysdev/qe_lib/
2300 F: arch/powerpc/include/asm/*qe.h
2302 FREESCALE HIGHSPEED USB DEVICE DRIVER
2304 M: leoli@freescale.com
2305 L: linux-usb@vger.kernel.org
2306 L: linuxppc-dev@ozlabs.org
2308 F: drivers/usb/gadget/fsl_usb2_udc.c
2310 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2312 M: leoli@freescale.com
2313 L: netdev@vger.kernel.org
2314 L: linuxppc-dev@ozlabs.org
2316 F: drivers/net/ucc_geth*
2318 FREESCALE QUICC ENGINE UCC UART DRIVER
2320 M: timur@freescale.com
2321 L: linuxppc-dev@ozlabs.org
2323 F: drivers/serial/ucc_uart.c
2325 FREESCALE SOC SOUND DRIVERS
2327 M: timur@freescale.com
2328 L: alsa-devel@alsa-project.org
2329 L: linuxppc-dev@ozlabs.org
2331 F: sound/soc/fsl/fsl*
2332 F: sound/soc/fsl/mpc8610_hpcd.c
2335 P: Christoph Hellwig
2336 M: hch@infradead.org
2337 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2344 P: Rafael J. Wysocki
2346 L: linux-pm@lists.linux-foundation.org
2348 F: Documentation/power/freezing-of-tasks.txt
2349 F: include/linux/freezer.h
2352 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2354 M: dhowells@redhat.com
2355 L: linux-cachefs@redhat.com
2357 F: Documentation/filesystems/caching/
2359 F: include/linux/fscache*.h
2363 M: rostedt@goodmis.org
2365 F: Documentation/ftrace.txt
2366 F: arch/*/*/*/ftrace.h
2367 F: arch/*/kernel/ftrace.c
2368 F: include/*/ftrace.h
2371 FUJITSU FR-V (FRV) PORT
2373 M: dhowells@redhat.com
2377 FUJITSU LAPTOP EXTRAS
2379 M: jwoithe@physics.adelaide.edu.au
2380 L: linux-acpi@vger.kernel.org
2382 F: drivers/platform/x86/fujitsu-laptop.c
2384 FUSE: FILESYSTEM IN USERSPACE
2386 M: miklos@szeredi.hu
2387 L: fuse-devel@lists.sourceforge.net
2388 W: http://fuse.sourceforge.net/
2391 F: include/linux/fuse.h
2393 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2396 L: linux-scsi@vger.kernel.org
2397 S: Odd Fixes (e.g., new signatures)
2398 F: drivers/scsi/fdomain.*
2400 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2402 M: achim_leubner@adaptec.com
2403 L: linux-scsi@vger.kernel.org
2404 W: http://www.icp-vortex.com/
2406 F: drivers/scsi/gdt*
2408 GENERIC GPIO I2C DRIVER
2409 P: Haavard Skinnemoen
2410 M: hskinnemoen@atmel.com
2412 F: drivers/i2c/busses/i2c-gpio.c
2413 F: include/linux/i2c-gpio.h
2415 GENERIC HDLC (WAN) DRIVERS
2418 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2420 F: drivers/net/wan/c101.c
2421 F: drivers/net/wan/hd6457*
2422 F: drivers/net/wan/hdlc*
2423 F: drivers/net/wan/n2.c
2424 F: drivers/net/wan/pc300too.c
2425 F: drivers/net/wan/pci200syn.c
2426 F: drivers/net/wan/wanxl*
2429 P: Steven Whitehouse
2430 M: swhiteho@redhat.com
2431 L: cluster-devel@redhat.com
2432 W: http://sources.redhat.com/cluster/
2433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2436 F: Documentation/filesystems/gfs2*.txt
2438 F: include/linux/gfs2_ondisk.h
2440 GIGASET ISDN DRIVERS
2445 L: gigaset307x-common@lists.sourceforge.net
2446 W: http://gigaset307x.sourceforge.net/
2448 F: Documentation/isdn/README.gigaset
2449 F: drivers/isdn/gigaset/
2450 F: include/linux/gigaset_dev.h
2452 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2454 M: frank@f-seidel.de
2455 L: lm-sensors@lm-sensors.org
2456 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2458 F: drivers/hwmon/hdaps.c
2460 HYPERVISOR VIRTUAL CONSOLE DRIVER
2461 L: linuxppc-dev@ozlabs.org
2462 L: linux-kernel@vger.kernel.org
2464 F: drivers/char/hvc_*
2466 GSPCA FINEPIX SUBDRIVER
2469 L: linux-media@vger.kernel.org
2470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2472 F: drivers/media/video/gspca/finepix.c
2474 GSPCA M5602 SUBDRIVER
2476 M: erik.andren@gmail.com
2477 L: linux-media@vger.kernel.org
2478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2480 F: drivers/media/video/gspca/m5602/
2482 GSPCA PAC207 SONIXB SUBDRIVER
2484 M: hdegoede@redhat.com
2485 L: linux-media@vger.kernel.org
2486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2488 F: drivers/media/video/gspca/pac207.c
2490 GSPCA T613 SUBDRIVER
2491 P: Leandro Costantino
2492 M: lcostantino@gmail.com
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/t613.c
2498 GSPCA USB WEBCAM DRIVER
2499 P: Jean-Francois Moine
2501 W: http://moinejf.free.fr
2502 L: linux-media@vger.kernel.org
2503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2505 F: drivers/media/video/gspca/
2508 L: lm-sensors@lm-sensors.org
2509 W: http://www.lm-sensors.org/
2513 HARDWARE RANDOM NUMBER GENERATOR CORE
2515 F: Documentation/hw_random.txt
2516 F: drivers/char/hw_random/
2517 F: include/linux/hw_random.h
2519 HARMONY SOUND DRIVER
2522 L: linux-parisc@vger.kernel.org
2524 F: sound/parisc/harmony.*
2526 HAYES ESP SERIAL DRIVER
2527 P: Andrew J. Robinson
2529 L: linux-kernel@vger.kernel.org
2530 W: http://www.nyx.net/~arobinso
2532 F: Documentation/serial/hayes-esp.txt
2533 F: drivers/char/esp.c
2535 HEWLETT-PACKARD SMART2 RAID DRIVER
2537 M: chirag.kantharia@hp.com
2538 L: iss_storagedev@hp.com
2540 F: Documentation/blockdev/cpqarray.txt
2541 F: drivers/block/cpqarray.*
2543 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2545 M: mike.miller@hp.com
2546 L: iss_storagedev@hp.com
2548 F: Documentation/blockdev/cciss.txt
2549 F: drivers/block/cciss*
2550 F: include/linux/cciss_ioctl.h
2554 M: zippel@linux-m68k.org
2555 L: linux-kernel@vger.kernel.org
2557 F: Documentation/filesystems/hfs.txt
2560 HGA FRAMEBUFFER DRIVER
2562 M: fero@drama.obuda.kando.hu
2563 L: linux-nvidia@lists.surfsouth.com
2564 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2566 F: drivers/video/hgafb.c
2568 HIBERNATION (aka Software Suspend, aka swsusp)
2571 P: Rafael J. Wysocki
2573 L: linux-pm@lists.linux-foundation.org
2576 F: drivers/base/power/
2578 F: include/linux/suspend.h
2579 F: include/linux/freezer.h
2580 F: include/linux/pm.h
2581 F: arch/*/include/asm/suspend*.h
2586 L: linux-input@vger.kernel.org
2587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2590 F: include/linux/hid*
2592 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2594 M: tglx@linutronix.de
2595 L: linux-kernel@vger.kernel.org
2597 F: Documentation/timers/
2599 F: include/linux/hrtimer.h
2601 HIGH-SPEED SCC DRIVER FOR AX.25
2603 M: klaus.kudielka@ieee.org
2604 L: linux-hams@vger.kernel.org
2605 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2607 F: drivers/net/hamradio/dmascc.c
2608 F: drivers/net/hamradio/scc.c
2610 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2611 P: HighPoint Linux Team
2612 M: linux@highpoint-tech.com
2613 W: http://www.highpoint-tech.com
2615 F: Documentation/scsi/hptiop.txt
2616 F: drivers/scsi/hptiop.c
2620 M: jes@trained-monkey.org
2621 L: linux-hippi@sunsite.dk
2623 F: include/linux/hippidevice.h
2624 F: include/linux/if_hippi.h
2630 L: hostap@shmoo.com (subscribers-only)
2631 L: linux-wireless@vger.kernel.org
2632 W: http://hostap.epitest.fi/
2634 F: drivers/net/wireless/hostap/
2636 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2638 M: carlos@strangeworlds.co.uk
2640 F: drivers/platform/x86/tc1100-wmi.c
2642 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2646 F: drivers/net/hp100.*
2648 HPET: High Precision Event Timers driver
2650 M: clemens@ladisch.de
2652 F: Documentation/timers/hpet.txt
2653 F: drivers/char/hpet.c
2654 F: include/linux/hpet.h
2657 P: Venkatesh Pallipadi (Venki)
2658 M: venkatesh.pallipadi@intel.com
2660 F: arch/x86/kernel/hpet.c
2661 F: arch/x86/include/asm/hpet.h
2672 F: drivers/char/hpet.c
2676 M: mikulas@artax.karlin.mff.cuni.cz
2677 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2683 M: j.dumon@option.com
2684 W: http://www.pharscape.org
2686 F: drivers/net/usb/hso.c
2688 HTCPEN TOUCHSCREEN DRIVER
2691 L: linux-input@vger.kernel.org
2693 F: drivers/input/touchscreen/htcpen.c
2697 M: wli@holomorphy.com
2701 I2C/SMBUS STUB DRIVER
2703 M: mhoffman@lightlink.com
2704 L: linux-i2c@vger.kernel.org
2706 F: drivers/i2c/busses/i2c-stub.c
2709 P: Jean Delvare (PC drivers, core)
2710 M: khali@linux-fr.org
2711 P: Ben Dooks (embedded platforms)
2712 M: ben-linux@fluff.org
2713 L: linux-i2c@vger.kernel.org
2714 W: http://i2c.wiki.kernel.org/
2715 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2717 F: Documentation/i2c/
2719 F: include/linux/i2c.h
2720 F: include/linux/i2c-dev.h
2721 F: include/linux/i2c-id.h
2726 L: linux-i2c@vger.kernel.org
2727 W: http://www.harbaum.org/till/i2c_tiny_usb
2729 F: drivers/i2c/busses/i2c-tiny-usb.c
2734 L: Linux-Kernel@vger.kernel.org
2738 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2744 IA64 (Itanium) PLATFORM
2746 M: tony.luck@intel.com
2747 L: linux-ia64@vger.kernel.org
2748 W: http://www.ia64-linux.org/
2749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2753 IBM MCA SCSI SUBSYSTEM DRIVER
2755 M: langa2@kph.uni-mainz.de
2756 W: http://www.uni-mainz.de/~langm000/linux.html
2758 F: drivers/scsi/ibmmca.c
2760 IBM Power Linux RAID adapter
2762 M: brking@us.ibm.com
2764 F: drivers/scsi/ipr.*
2766 IBM ServeRAID RAID DRIVER
2769 M: ipslinux@adaptec.com
2770 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2772 F: drivers/scsi/ips.*
2775 P: Bartlomiej Zolnierkiewicz
2776 M: bzolnier@gmail.com
2777 L: linux-ide@vger.kernel.org
2778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2780 F: Documentation/ide/
2782 F: include/linux/ide.h
2786 M: petkovbb@gmail.com
2787 L: linux-ide@vger.kernel.org
2789 F: Documentation/cdrom/ide-cd
2790 F: drivers/ide/ide-cd*
2794 M: andrew.d.henroid@intel.com
2795 L: linux-pm@lists.linux-foundation.org
2797 F: drivers/idle/i7300_idle.c
2801 M: ben.collins@ubuntu.com
2803 M: stefanr@s5r6.in-berlin.de
2804 L: linux1394-devel@lists.sourceforge.net
2805 W: http://www.linux1394.org/
2806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2808 F: drivers/ieee1394/
2810 IEEE 1394 RAW I/O DRIVER
2814 M: stefanr@s5r6.in-berlin.de
2815 L: linux1394-devel@lists.sourceforge.net
2817 F: drivers/ieee1394/raw1394*
2819 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2823 F: security/integrity/ima/
2825 IMS TWINTURBO FRAMEBUFFER DRIVER
2826 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2828 F: drivers/video/imsttfb.c
2830 INFINIBAND SUBSYSTEM
2832 M: rolandd@cisco.com
2834 M: sean.hefty@intel.com
2836 M: hal.rosenstock@gmail.com
2837 L: general@lists.openfabrics.org (moderated for non-subscribers)
2838 W: http://www.openib.org/
2839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2841 F: Documentation/infiniband/
2842 F: drivers/infiniband/
2843 F: include/linux/if_infiniband.h
2847 M: john@johnmccutchan.com
2850 L: linux-kernel@vger.kernel.org
2852 F: Documentation/filesystems/inotify.txt
2853 F: fs/notify/inotify/
2854 F: include/linux/inotify.h
2856 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2858 M: dmitry.torokhov@gmail.com
2860 L: linux-input@vger.kernel.org
2861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2865 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2867 M: sylvain.meyer@worldonline.fr
2868 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2870 F: Documentation/fb/intelfb.txt
2871 F: drivers/video/intelfb/
2873 INTEL 810/815 FRAMEBUFFER DRIVER
2875 M: adaplas@gmail.com
2876 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2878 F: drivers/video/i810/
2880 INTEL MENLOW THERMAL DRIVER
2882 M: sujith.thomas@intel.com
2883 L: linux-acpi@vger.kernel.org
2884 W: http://www.lesswatts.org/projects/acpi/
2886 F: drivers/platform/x86/intel_menlow.c
2888 INTEL IA32 MICROCODE UPDATE SUPPORT
2890 M: tigran@aivazian.fsnet.co.uk
2892 F: arch/x86/kernel/microcode_core.c
2893 F: arch/x86/kernel/microcode_intel.c
2895 INTEL I/OAT DMA DRIVER
2897 M: maciej.sosnowski@intel.com
2898 L: linux-kernel@vger.kernel.org
2900 F: drivers/dma/ioat*
2904 M: dwmw2@infradead.org
2905 L: iommu@lists.linux-foundation.org
2906 T: git git://git.infradead.org/iommu-2.6.git
2908 F: drivers/pci/intel-iommu.c
2909 F: include/linux/intel-iommu.h
2911 INTEL IOP-ADMA DMA DRIVER
2913 M: dan.j.williams@intel.com
2914 L: linux-kernel@vger.kernel.org
2916 F: drivers/dma/iop-adma.c
2918 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2922 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2923 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2924 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2925 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2926 F: drivers/net/arm/ixp4xx_eth.c
2927 F: drivers/net/wan/ixp4xx_hss.c
2929 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2931 M: dsaxena@plexity.net
2933 F: drivers/char/hw_random/ixp4xx-rng.c
2935 INTEL IXP2000 ETHERNET DRIVER
2936 P: Lennert Buytenhek
2937 M: kernel@wantstofly.org
2938 L: netdev@vger.kernel.org
2940 F: drivers/net/ixp2000/
2942 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2944 M: jeffrey.t.kirsher@intel.com
2946 M: jesse.brandeburg@intel.com
2948 M: bruce.w.allan@intel.com
2950 M: peter.p.waskiewicz.jr@intel.com
2952 M: john.ronciak@intel.com
2953 L: e1000-devel@lists.sourceforge.net
2954 W: http://e1000.sourceforge.net/
2956 F: drivers/net/e100.c
2957 F: drivers/net/e1000/
2958 F: drivers/net/e1000e/
2960 F: drivers/net/ixgb/
2961 F: drivers/net/ixgbe/
2963 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2967 M: jketreno@linux.intel.com
2969 M: reinette.chatre@intel.com
2970 L: linux-wireless@vger.kernel.org
2971 L: ipw2100-devel@lists.sourceforge.net
2972 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2973 W: http://ipw2100.sourceforge.net
2975 F: Documentation/networking/README.ipw2100
2976 F: drivers/net/wireless/ipw2x00/ipw2100.*
2978 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2982 M: jketreno@linux.intel.com
2984 M: reinette.chatre@intel.com
2985 L: linux-wireless@vger.kernel.org
2986 L: ipw2100-devel@lists.sourceforge.net
2987 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2988 W: http://ipw2200.sourceforge.net
2990 F: Documentation/networking/README.ipw2200
2991 F: drivers/net/wireless/ipw2x00/ipw2200.*
2993 INTEL WIRELESS WIMAX CONNECTION 2400
2994 P: Inaky Perez-Gonzalez
2995 M: inaky.perez-gonzalez@intel.com
2996 M: linux-wimax@intel.com
2997 L: wimax@linuxwimax.org
2999 W: http://linuxwimax.org
3000 F: Documentation/wimax/README.i2400m
3001 F: drivers/net/wimax/i2400m/
3002 F: include/linux/wimax/i2400m.h
3004 INTEL WIRELESS WIFI LINK (iwlwifi)
3008 M: reinette.chatre@intel.com
3009 L: linux-wireless@vger.kernel.org
3010 L: ipw3945-devel@lists.sourceforge.net
3011 W: http://intellinuxwireless.org
3012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3014 F: drivers/net/wireless/iwlwifi/
3016 IOC3 ETHERNET DRIVER
3018 M: ralf@linux-mips.org
3019 L: linux-mips@linux-mips.org
3021 F: drivers/net/ioc3-eth.c
3026 L: linux-mips@linux-mips.org
3028 F: drivers/serial/ioc3_serial.c
3032 M: jjciarla@raiz.uncu.edu.ar
3034 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3036 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3038 M: romieu@fr.zoreil.com
3040 M: sorbica@icplus.com.tw
3042 M: jesse@icplus.com.tw
3043 L: netdev@vger.kernel.org
3045 F: drivers/net/ipg.c
3049 M: infinipath@qlogic.com
3050 L: general@lists.openfabrics.org
3051 T: git git://git.qlogic.com/ipath-linux-2.6
3053 F: drivers/infiniband/hw/ipath/
3058 L: openipmi-developer@lists.sourceforge.net
3059 W: http://openipmi.sourceforge.net/
3061 F: Documentation/IPMI.txt
3062 F: drivers/char/ipmi/
3063 F: include/linux/ipmi*
3065 IPS SCSI RAID DRIVER
3066 P: Adaptec OEM Raid Solutions
3067 M: aacraid@adaptec.com
3068 L: linux-scsi@vger.kernel.org
3069 W: http://www.adaptec.com/
3071 F: drivers/scsi/ips*
3075 M: wensong@linux-vs.org
3077 M: horms@verge.net.au
3080 L: netdev@vger.kernel.org
3081 L: lvs-devel@vger.kernel.org
3083 F: Documentation/networking/ipvs-sysctl.txt
3084 F: net/netfilter/ipvs/
3092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3093 F: drivers/char/pcmcia/ipwireless/
3096 P: Arnaldo Carvalho de Melo
3097 M: acme@ghostprotocols.net
3098 L: netdev@vger.kernel.org
3100 F: include/linux/ipx.h
3101 F: include/net/ipx.h
3106 M: samuel@sortiz.org
3107 L: irda-users@lists.sourceforge.net (subscribers-only)
3108 W: http://irda.sourceforge.net/
3110 F: Documentation/networking/irda.txt
3111 F: drivers/net/irda/
3112 F: include/net/irda/
3119 F: Documentation/isapnp.txt
3120 F: drivers/pnp/isapnp/
3121 F: include/linux/isapnp.h
3125 M: michaelc@cs.wisc.edu
3126 L: open-iscsi@googlegroups.com
3127 W: www.open-iscsi.org
3128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3130 F: drivers/scsi/*iscsi*
3131 F: include/scsi/*iscsi*
3135 M: isdn@linux-pingi.de
3136 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3137 W: http://www.isdn4linux.de
3138 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3140 F: Documentation/isdn/
3142 F: include/linux/isdn.h
3143 F: include/linux/isdn/
3145 ISDN SUBSYSTEM (Eicon active card driver)
3148 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3149 W: http://www.melware.de
3151 F: drivers/isdn/hardware/eicon/
3153 IVTV VIDEO4LINUX DRIVER
3155 M: hverkuil@xs4all.nl
3156 L: ivtv-devel@ivtvdriver.org
3157 L: ivtv-users@ivtvdriver.org
3158 L: linux-media@vger.kernel.org
3159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3160 W: http://www.ivtvdriver.org
3162 F: Documentation/video4linux/*.ivtv
3163 F: drivers/media/video/ivtv/
3164 F: include/linux/ivtv*
3168 M: shaggy@austin.ibm.com
3169 L: jfs-discussion@lists.sourceforge.net
3170 W: http://jfs.sourceforge.net/
3171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3173 F: Documentation/filesystems/jfs.txt
3178 M: cooldavid@cooldavid.org
3179 L: netdev@vger.kernel.org
3181 F: drivers/net/jme.*
3183 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3185 M: dwmw2@infradead.org
3186 L: linux-mtd@lists.infradead.org
3187 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3190 F: include/linux/jffs2.h
3191 F: include/mtd/jffs2-user.h
3193 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3197 M: akpm@linux-foundation.org
3198 L: linux-ext4@vger.kernel.org
3201 F: include/linux/ext*jbd*.h
3202 F: include/linux/jbd*.h
3204 K8TEMP HARDWARE MONITORING DRIVER
3206 M: r.marek@assembler.cz
3207 L: lm-sensors@lm-sensors.org
3209 F: Documentation/hwmon/k8temp
3210 F: drivers/hwmon/k8temp.c
3214 M: zippel@linux-m68k.org
3215 L: linux-kbuild@vger.kernel.org
3217 F: Documentation/kbuild/kconfig-language.txt
3222 M: vgoyal@redhat.com
3225 L: kexec@lists.infradead.org
3226 L: linux-kernel@vger.kernel.org
3227 W: http://lse.sourceforge.net/kdump/
3229 F: Documentation/kdump/
3231 KERNEL AUTOMOUNTER (AUTOFS)
3234 L: autofs@linux.kernel.org
3238 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3241 L: autofs@linux.kernel.org
3248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3250 L: linux-kbuild@vger.kernel.org
3252 F: Documentation/kbuild/
3254 F: scripts/Makefile.*
3258 L: kernel-janitors@vger.kernel.org
3259 W: http://www.kerneljanitors.org/
3262 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3264 M: bfields@fieldses.org
3267 L: linux-nfs@vger.kernel.org
3268 W: http://nfs.sourceforge.net/
3271 F: include/linux/nfsd/
3275 F: include/linux/lockd/
3276 F: include/linux/sunrpc/
3278 KERNEL VIRTUAL MACHINE (KVM)
3281 L: kvm@vger.kernel.org
3282 W: http://kvm.qumranet.com
3284 F: Documentation/*/kvm.txt
3286 F: arch/*/include/asm/kvm*
3287 F: include/linux/kvm*
3290 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3292 M: joerg.roedel@amd.com
3293 L: kvm@vger.kernel.org
3294 W: http://kvm.qumranet.com
3296 F: arch/x86/include/asm/svm.h
3297 F: arch/x86/kvm/kvm_svm.h
3298 F: arch/x86/kvm/svm.c
3300 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3302 M: hollisb@us.ibm.com
3303 L: kvm-ppc@vger.kernel.org
3304 W: http://kvm.qumranet.com
3306 F: arch/powerpc/include/asm/kvm*
3307 F: arch/powerpc/kvm/
3309 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3311 M: xiantao.zhang@intel.com
3312 L: kvm-ia64@vger.kernel.org
3313 W: http://kvm.qumranet.com
3315 F: Documentation/ia64/kvm.txt
3316 F: arch/ia64/include/asm/kvm*
3319 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3322 P: Christian Borntraeger
3323 M: borntraeger@de.ibm.com
3324 M: linux390@de.ibm.com
3325 L: linux-s390@vger.kernel.org
3326 W: http://www.ibm.com/developerworks/linux/linux390/
3328 F: Documentation/s390/kvm.txt
3329 F: arch/s390/include/asm/kvm*
3334 M: ebiederm@xmission.com
3335 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3336 L: linux-kernel@vger.kernel.org
3337 L: kexec@lists.infradead.org
3339 F: include/linux/kexec.h
3344 M: jason.wessel@windriver.com
3345 L: kgdb-bugreport@lists.sourceforge.net
3347 F: Documentation/DocBook/kgdb.tmpl
3348 F: drivers/misc/kgdbts.c
3349 F: drivers/serial/kgdboc.c
3350 F: include/linux/kgdb.h
3354 P: Eduard - Gabriel Munteanu
3355 M: eduard.munteanu@linux360.ro
3356 L: linux-kernel@vger.kernel.org
3358 F: Documentation/trace/kmemtrace.txt
3359 F: include/trace/kmemtrace.h
3360 F: kernel/trace/kmemtrace.c
3363 P: Ananth N Mavinakayanahalli
3364 M: ananth@in.ibm.com
3365 P: Anil S Keshavamurthy
3366 M: anil.s.keshavamurthy@intel.com
3368 M: davem@davemloft.net
3370 M: mhiramat@redhat.com
3371 L: linux-kernel@vger.kernel.org
3373 F: Documentation/kprobes.txt
3374 F: include/linux/kprobes.h
3377 KS0108 LCD CONTROLLER DRIVER
3378 P: Miguel Ojeda Sandonis
3379 M: miguel.ojeda.sandonis@gmail.com
3380 L: linux-kernel@vger.kernel.org
3381 W: http://miguelojeda.es/auxdisplay.htm
3382 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3384 F: Documentation/auxdisplay/ks0108
3385 F: drivers/auxdisplay/ks0108.c
3386 F: include/linux/ks0108.h
3389 L: linux-x25@vger.kernel.org
3391 F: Documentation/networking/lapb-module.txt
3395 LASI 53c700 driver for PARISC
3396 P: James E.J. Bottomley
3397 M: James.Bottomley@HansenPartnership.com
3398 L: linux-scsi@vger.kernel.org
3400 F: Documentation/scsi/53c700.txt
3401 F: drivers/scsi/53c700*
3405 M: rpurdie@rpsys.net
3408 F: include/linux/leds.h
3410 LEGO USB Tower driver
3412 M: starblue@users.sourceforge.net
3413 L: legousb-devel@lists.sourceforge.net
3414 W: http://legousb.sourceforge.net/
3416 F: drivers/usb/misc/legousbtower.c
3420 M: rusty@rustcorp.com.au
3421 L: lguest@ozlabs.org
3422 W: http://lguest.ozlabs.org/
3424 F: Documentation/lguest/
3427 F: include/linux/lguest*.h
3428 F: arch/x86/include/asm/lguest*.h
3430 LINUX FOR IBM pSERIES (RS/6000)
3432 M: paulus@au.ibm.com
3433 W: http://www.ibm.com/linux/ltc/projects/ppc
3436 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3437 P: Benjamin Herrenschmidt
3438 M: benh@kernel.crashing.org
3441 W: http://www.penguinppc.org/
3442 L: linuxppc-dev@ozlabs.org
3443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3446 LINUX FOR POWER MACINTOSH
3447 P: Benjamin Herrenschmidt
3448 M: benh@kernel.crashing.org
3449 W: http://www.penguinppc.org/
3450 L: linuxppc-dev@ozlabs.org
3453 LINUX FOR POWERPC EMBEDDED MPC5XXX
3455 M: grant.likely@secretlab.ca
3456 L: linuxppc-dev@ozlabs.org
3457 T: git git://git.secretlab.ca/git/linux-2.6.git
3460 LINUX FOR POWERPC EMBEDDED PPC4XX
3462 M: jwboyer@linux.vnet.ibm.com
3464 M: mporter@kernel.crashing.org
3465 W: http://www.penguinppc.org/
3466 L: linuxppc-dev@ozlabs.org
3467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3470 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3472 M: grant.likely@secretlab.ca
3473 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3474 L: linuxppc-dev@ozlabs.org
3475 T: git git://git.secretlab.ca/git/linux-2.6.git
3478 LINUX FOR POWERPC EMBEDDED PPC8XX
3480 M: vitb@kernel.crashing.org
3482 M: marcelo@kvack.org
3483 W: http://www.penguinppc.org/
3484 L: linuxppc-dev@ozlabs.org
3487 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3489 M: galak@kernel.crashing.org
3490 W: http://www.penguinppc.org/
3491 L: linuxppc-dev@ozlabs.org
3494 LINUX FOR POWERPC PA SEMI PWRFICIENT
3497 W: http://www.pasemi.com/
3498 L: linuxppc-dev@ozlabs.org
3501 LINUX SECURITY MODULE (LSM) FRAMEWORK
3503 M: chrisw@sous-sol.org
3504 L: linux-security-module@vger.kernel.org
3505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3509 P: Arnaldo Carvalho de Melo
3510 M: acme@ghostprotocols.net
3512 F: include/linux/llc.h
3516 LIS3LV02D ACCELEROMETER DRIVER
3518 M: eric.piel@tremplin-utc.net
3520 F: Documentation/hwmon/lis3lv02d
3521 F: drivers/hwmon/lis3lv02d.*
3523 LM83 HARDWARE MONITOR DRIVER
3525 M: khali@linux-fr.org
3526 L: lm-sensors@lm-sensors.org
3528 F: Documentation/hwmon/lm83
3529 F: drivers/hwmon/lm83.c
3531 LM90 HARDWARE MONITOR DRIVER
3533 M: khali@linux-fr.org
3534 L: lm-sensors@lm-sensors.org
3536 F: Documentation/hwmon/lm90
3537 F: drivers/hwmon/lm90.c
3539 LOCKDEP AND LOCKSTAT
3541 M: peterz@infradead.org
3544 L: linux-kernel@vger.kernel.org
3545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3547 F: Documentation/lockdep*.txt
3548 F: Documentation/lockstat.txt
3549 F: include/linux/lockdep.h
3552 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3553 P: Richard Russon (FlatCap)
3555 L: linux-ntfs-dev@lists.sourceforge.net
3556 W: http://www.linux-ntfs.org/content/view/19/37/
3558 F: Documentation/ldm.txt
3559 F: fs/partitions/ldm.*
3561 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3563 M: Eric.Moore@lsi.com
3565 L: DL-MPTFusionLinux@lsi.com
3566 L: linux-scsi@vger.kernel.org
3567 W: http://www.lsilogic.com/support
3569 F: drivers/message/fusion/
3571 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3574 L: linux-scsi@vger.kernel.org
3576 F: drivers/scsi/sym53c8xx_2/
3578 LTP (Linux Test Project)
3580 M: subrata@linux.vnet.ibm.com
3582 M: vapier@gentoo.org
3583 L: ltp-list@lists.sourceforge.net (subscribers-only)
3584 W: http://ltp.sourceforge.net/
3585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3590 M: takata@linux-m32r.org
3591 L: linux-m32r@ml.linux-m32r.org
3592 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3593 W: http://www.linux-m32r.org/
3596 F: include/asm-m32r/
3599 P: Geert Uytterhoeven
3600 M: geert@linux-m68k.org
3602 M: zippel@linux-m68k.org
3603 L: linux-m68k@lists.linux-m68k.org
3604 W: http://www.linux-m68k.org/
3605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3610 M68K ON APPLE MACINTOSH
3613 W: http://www.mac.linux-m68k.org/
3614 L: linux-m68k@lists.linux-m68k.org
3621 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3627 M: johannes@sipsolutions.net
3628 L: linux-wireless@vger.kernel.org
3629 W: http://linuxwireless.org/
3630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3632 F: Documentation/networking/mac80211-injection.txt
3633 F: include/net/mac80211.h
3636 MAC80211 PID RATE CONTROL
3638 M: stefano.brivio@polimi.it
3640 M: mattias.nissler@gmx.de
3641 L: linux-wireless@vger.kernel.org
3642 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3643 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3645 F: net/mac80211/rc80211_pid*
3650 L: netdev@vger.kernel.org
3652 F: drivers/net/macvlan.c
3653 F: include/linux/if_macvlan.h
3655 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3657 M: mtk.manpages@gmail.com
3658 W: http://www.kernel.org/doc/man-pages
3659 L: linux-man@vger.kernel.org
3662 MARVELL LIBERTAS WIRELESS DRIVER
3665 L: libertas-dev@lists.infradead.org
3667 F: drivers/net/wireless/libertas/
3669 MARVELL MV643XX ETHERNET DRIVER
3670 P: Lennert Buytenhek
3671 M: buytenh@marvell.com
3672 L: netdev@vger.kernel.org
3674 F: drivers/net/mv643xx_eth.*
3675 F: include/linux/mv643xx.h
3677 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3680 L: linux-kernel@vger.kernel.org
3683 MARVELL YUKON / SYSKONNECT DRIVER
3685 M: mlindner@syskonnect.de
3687 M: rroesler@syskonnect.de
3688 W: http://www.syskonnect.com
3691 MATROX FRAMEBUFFER DRIVER
3693 M: vandrove@vc.cvut.cz
3694 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3696 F: drivers/video/matrox/matroxfb_*
3697 F: include/linux/matroxfb.h
3699 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3701 M: hjk@linutronix.de
3702 L: lm-sensors@lm-sensors.org
3704 F: Documentation/hwmon/max6650
3705 F: drivers/hwmon/max6650.c
3707 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3708 P: Mauro Carvalho Chehab
3709 M: mchehab@infradead.org
3710 P: LinuxTV.org Project
3711 L: linux-media@vger.kernel.org
3712 W: http://linuxtv.org
3713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3715 F: Documentation/dvb/
3716 F: Documentation/video4linux/
3719 F: include/linux/dvb/
3720 F: include/linux/videodev*.h
3722 MEGARAID SCSI DRIVERS
3724 M: megaraidlinux@lsi.com
3725 L: linux-scsi@vger.kernel.org
3726 W: http://megaraid.lsilogic.com
3728 F: Documentation/scsi/megaraid.txt
3729 F: drivers/scsi/megaraid.*
3730 F: drivers/scsi/megaraid/
3733 L: linux-mm@kvack.org
3734 L: linux-kernel@vger.kernel.org
3735 W: http://www.linux-mm.org
3737 F: include/linux/mm.h
3740 MEMORY RESOURCE CONTROLLER
3742 M: balbir@linux.vnet.ibm.com
3745 P: KAMEZAWA Hiroyuki
3746 M: kamezawa.hiroyu@jp.fujitsu.com
3747 L: linux-mm@kvack.org
3748 L: linux-kernel@vger.kernel.org
3752 MEMORY TECHNOLOGY DEVICES (MTD)
3754 M: dwmw2@infradead.org
3755 W: http://www.linux-mtd.infradead.org/
3756 L: linux-mtd@lists.infradead.org
3757 T: git git://git.infradead.org/mtd-2.6.git
3760 F: include/linux/mtd/
3763 MICROBLAZE ARCHITECTURE
3766 L: microblaze-uclinux@itee.uq.edu.au
3767 W: http://www.monstr.eu/fdt/
3768 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3774 M: oliver@neukum.name
3776 F: drivers/usb/image/microtek.*
3780 M: ralf@linux-mips.org
3781 W: http://www.linux-mips.org/
3782 L: linux-mips@linux-mips.org
3783 T: git git://git.linux-mips.org/pub/scm/linux.git
3785 F: Documentation/mips/
3788 MISCELLANEOUS MCA-SUPPORT
3790 M: James.Bottomley@HansenPartnership.com
3791 L: linux-kernel@vger.kernel.org
3793 F: Documentation/ia64/mca.txt
3794 F: Documentation/mca.txt
3796 F: include/linux/mca*
3800 M: rusty@rustcorp.com.au
3801 L: linux-kernel@vger.kernel.org
3803 F: include/linux/module.h
3806 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3808 M: stelian@popies.net
3809 W: http://popies.net/meye/
3811 F: Documentation/video4linux/meye.txt
3812 F: drivers/media/video/meye.*
3813 F: include/linux/meye.h
3815 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3818 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3820 F: drivers/mmc/host/imxmmc.*
3822 MOUSE AND MISC DEVICES [GENERAL]
3823 P: Alessandro Rubini
3824 M: rubini@ipvvis.unipv.it
3825 L: linux-kernel@vger.kernel.org
3827 F: drivers/input/mouse/
3828 F: include/linux/gpio_mouse.h
3830 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3832 M: jirislaby@gmail.com
3833 L: linux-kernel@vger.kernel.org
3835 F: Documentation/serial/moxa-smartio
3836 F: drivers/char/mxser.*
3839 P: Lennart Poettering
3840 M: mzxreary@0pointer.de
3841 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3842 W: http://0pointer.de/lennart/tchibo.html
3844 F: drivers/platform/x86/msi-laptop.c
3846 MULTIFUNCTION DEVICES (MFD)
3848 M: sameo@linux.intel.com
3849 L: linux-kernel@vger.kernel.org
3850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3854 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3857 L: linux-kernel@vger.kernel.org
3860 F: include/linux/mmc/
3862 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3864 M: dbrownell@users.sourceforge.net
3865 L: linux-kernel@vger.kernel.org
3867 F: drivers/mmc/host/mmc_spi.c
3868 F: include/linux/spi/mmc_spi.h
3870 MULTISOUND SOUND DRIVER
3874 F: Documentation/sound/oss/MultiSound
3877 MULTITECH MULTIPORT CARD (ISICOM)
3879 M: jirislaby@gmail.com
3880 L: linux-kernel@vger.kernel.org
3882 F: drivers/char/isicom.c
3883 F: include/linux/isicom.h
3885 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3887 M: felipe.balbi@nokia.com
3888 L: linux-usb@vger.kernel.org
3889 T: git git://gitorious.org/musb/mainline.git
3891 F: drivers/usb/musb/
3893 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3895 M: gallatin@myri.com
3898 L: netdev@vger.kernel.org
3899 W: http://www.myri.com/scs/download-Myri10GE.html
3901 F: drivers/net/myri10ge/
3903 NATSEMI ETHERNET DRIVER (DP8381x)
3905 M: thockin@hockin.org
3907 F: drivers/net/natsemi.c
3911 M: vandrove@vc.cvut.cz
3912 L: linware@sh.cvut.cz
3916 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3917 P: James E.J. Bottomley
3918 M: James.Bottomley@HansenPartnership.com
3919 L: linux-scsi@vger.kernel.org
3921 F: drivers/scsi/NCR_D700.*
3923 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3925 M: faisal.latif@intel.com
3927 M: chien.tin.tung@intel.com
3928 L: general@lists.openfabrics.org
3929 W: http://www.neteffect.com
3931 F: drivers/infiniband/hw/nes/
3933 NETEM NETWORK EMULATOR
3934 P: Stephen Hemminger
3935 M: shemminger@linux-foundation.org
3936 L: netem@lists.linux-foundation.org
3938 F: net/sched/sch_netem.c
3940 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3942 M: ram.vepa@neterion.com
3944 M: santosh.rastapur@neterion.com
3945 P: Sivakumar Subramani
3946 M: sivakumar.subramani@neterion.com
3947 P: Sreenivasa Honnur
3948 M: sreenivasa.honnur@neterion.com
3950 M: anil.murthy@neterion.com
3951 L: netdev@vger.kernel.org
3952 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3953 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3955 F: Documentation/networking/s2io.txt
3956 F: drivers/net/s2io*
3958 NETFILTER/IPTABLES/IPCHAINS
3966 L: netfilter-devel@vger.kernel.org
3967 L: netfilter@vger.kernel.org
3968 L: coreteam@netfilter.org
3969 W: http://www.netfilter.org/
3970 W: http://www.iptables.org/
3972 F: include/linux/netfilter*
3973 F: include/linux/netfilter/
3974 F: include/net/netfilter/
3975 F: net/*/netfilter.c
3981 M: paul.moore@hp.com
3982 W: http://netlabel.sf.net
3983 L: netdev@vger.kernel.org
3985 F: Documentation/netlabel/
3986 F: include/net/netlabel.h
3989 NETROM NETWORK LAYER
3991 M: ralf@linux-mips.org
3992 L: linux-hams@vger.kernel.org
3993 W: http://www.linux-ax25.org/
3995 F: include/linux/netrom.h
3996 F: include/net/netrom.h
3999 NETWORK BLOCK DEVICE (NBD)
4001 M: Paul.Clements@steeleye.com
4003 F: Documentation/blockdev/nbd.txt
4004 F: drivers/block/nbd.c
4005 F: include/linux/nbd.h
4007 NETWORKING [GENERAL]
4009 M: davem@davemloft.net
4010 L: netdev@vger.kernel.org
4011 W: http://www.linuxfoundation.org/en/Net
4012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4017 NETWORKING [IPv4/IPv6]
4019 M: davem@davemloft.net
4021 M: kuznet@ms2.inr.ac.ru
4022 P: Pekka Savola (ipv6)
4023 M: pekkas@netcore.fi
4025 M: jmorris@namei.org
4026 P: Hideaki YOSHIFUJI
4027 M: yoshfuji@linux-ipv6.org
4030 L: netdev@vger.kernel.org
4031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4037 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4039 M: paul.moore@hp.com
4040 L: netdev@vger.kernel.org
4043 NETWORKING [WIRELESS]
4045 M: linville@tuxdriver.com
4046 L: linux-wireless@vger.kernel.org
4047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4050 F: include/net/ieee80211*
4051 F: include/net/wireless.h
4054 L: netdev@vger.kernel.org
4055 W: http://www.linuxfoundation.org/en/Net
4056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4060 NETXEN (1/10) GbE SUPPORT
4062 M: dhananjay@netxen.com
4063 L: netdev@vger.kernel.org
4064 W: http://www.netxen.com
4066 F: drivers/net/netxen/
4068 NFS, SUNRPC, AND LOCKD CLIENTS
4070 M: Trond.Myklebust@netapp.com
4071 L: linux-nfs@vger.kernel.org
4072 W: http://client.linux-nfs.org
4073 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4079 F: include/linux/lockd/
4080 F: include/linux/nfs*
4081 F: include/linux/sunrpc/
4083 NI5010 NETWORK DRIVER
4084 P: Jan-Pascal van Best
4085 M: janpascal@vanbest.org
4088 L: netdev@vger.kernel.org
4090 F: drivers/net/ni5010.*
4094 M: konishi.ryusuke@lab.ntt.co.jp
4096 W: http://www.nilfs.org/en/
4098 F: Documentation/filesystems/nilfs2.txt
4100 F: include/linux/nilfs2_fs.h
4102 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4104 M: yokota@netlab.is.tsukuba.ac.jp
4105 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4107 F: Documentation/scsi/NinjaSCSI.txt
4108 F: drivers/scsi/pcmcia/nsp_*
4110 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4112 M: gotom@debian.or.jp
4114 M: yokota@netlab.is.tsukuba.ac.jp
4115 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4117 F: Documentation/scsi/NinjaSCSI.txt
4118 F: drivers/scsi/nsp32*
4121 P: Anton Altaparmakov
4123 L: linux-ntfs-dev@lists.sourceforge.net
4124 L: linux-kernel@vger.kernel.org
4125 W: http://www.linux-ntfs.org/
4126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4128 F: Documentation/filesystems/ntfs.txt
4131 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4133 M: adaplas@gmail.com
4134 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4136 F: drivers/video/riva/
4137 F: drivers/video/nvidia/
4140 P: Tony Lindgren <tony@atomide.com>
4142 L: linux-omap@vger.kernel.org
4143 W: http://www.muru.com/linux/omap/
4144 W: http://linux.omap.com/
4145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4149 OMAP CLOCK FRAMEWORK SUPPORT
4152 L: linux-omap@vger.kernel.org
4154 F: arch/arm/*omap*/*clock*
4156 OMAP POWER MANAGEMENT SUPPORT
4158 M: khilman@deeprootsystems.com
4159 L: linux-omap@vger.kernel.org
4161 F: arch/arm/*omap*/*pm*
4165 M: jhnikula@gmail.com
4166 L: alsa-devel@alsa-project.org (subscribers-only)
4167 L: linux-omap@vger.kernel.org
4171 OMAP FRAMEBUFFER SUPPORT
4173 M: imre.deak@nokia.com
4174 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4175 L: linux-omap@vger.kernel.org
4177 F: drivers/video/omap/
4181 M: jarkko.lavinen@nokia.com
4182 L: linux-kernel@vger.kernel.org
4183 L: linux-omap@vger.kernel.org
4185 F: drivers/mmc/host/*omap*
4187 OMAP RANDOM NUMBER GENERATOR SUPPORT
4189 M: dsaxena@plexity.net
4191 F: drivers/char/hw_random/omap-rng.c
4195 M: felipe.balbi@nokia.com
4197 M: dbrownell@users.sourceforge.net
4198 L: linux-usb@vger.kernel.org
4199 L: linux-omap@vger.kernel.org
4204 M: me@bobcopeland.com
4205 L: linux-karma-devel@lists.sourceforge.net
4207 F: Documentation/filesystems/omfs.txt
4210 OMNIKEY CARDMAN 4000 DRIVER
4212 M: laforge@gnumonks.org
4214 F: drivers/char/pcmcia/cm4000_cs.c
4215 F: include/linux/cm4000_cs.h
4217 OMNIKEY CARDMAN 4040 DRIVER
4219 M: laforge@gnumonks.org
4221 F: drivers/char/pcmcia/cm4040_cs.*
4223 OMNIVISION OV7670 SENSOR DRIVER
4226 L: linux-media@vger.kernel.org
4227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4229 F: drivers/media/video/ov7670.c
4231 ONENAND FLASH DRIVER
4233 M: kyungmin.park@samsung.com
4234 L: linux-mtd@lists.infradead.org
4236 F: drivers/mtd/onenand/
4237 F: include/linux/mtd/onenand*.h
4239 ONSTREAM SCSI TAPE DRIVER
4242 L: osst-users@lists.sourceforge.net
4243 L: linux-scsi@vger.kernel.org
4245 F: drivers/scsi/osst*
4248 OPENCORES I2C BUS DRIVER
4250 M: jacmet@sunsite.dk
4251 L: linux-i2c@vger.kernel.org
4253 F: Documentation/i2c/busses/i2c-ocores
4254 F: drivers/i2c/busses/i2c-ocores.c
4258 M: robert.richter@amd.com
4259 L: oprofile-list@lists.sf.net
4262 F: drivers/oprofile/
4263 F: include/linux/oprofile.h
4265 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4269 M: joel.becker@oracle.com
4270 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4271 W: http://oss.oracle.com/projects/ocfs2/
4272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4274 F: Documentation/filesystems/ocfs2.txt
4275 F: Documentation/filesystems/dlmfs.txt
4282 M: hermes@gibson.dropbear.id.au
4283 L: linux-wireless@vger.kernel.org
4284 L: orinoco-users@lists.sourceforge.net
4285 L: orinoco-devel@lists.sourceforge.net
4286 W: http://www.nongnu.org/orinoco/
4288 F: drivers/net/wireless/orinoco/
4292 M: bharrosh@panasas.com
4294 M: bhalevy@panasas.com
4295 L: osd-dev@open-osd.org
4296 W: http://open-osd.org
4297 T: git git://git.open-osd.org/open-osd.git
4302 M: flamingice@sourmilk.net
4303 L: linux-wireless@vger.kernel.org
4304 W: http://prism54.org
4305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4307 F: drivers/net/wireless/p54/
4309 PA SEMI ETHERNET DRIVER
4312 L: netdev@vger.kernel.org
4314 F: drivers/net/pasemi_mac.*
4316 PA SEMI SMBUS DRIVER
4319 L: linux-i2c@vger.kernel.org
4321 F: drivers/i2c/busses/i2c-pasemi.c
4323 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4325 M: laforge@gnumonks.org
4327 F: drivers/platform/x86/panasonic-laptop.c
4329 PANASONIC MN10300/AM33 PORT
4331 M: dhowells@redhat.com
4333 M: yasutake.koichi@jp.panasonic.com
4334 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4335 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4337 F: Documentation/mn10300/
4340 PARALLEL PORT SUPPORT
4341 L: linux-parport@lists.infradead.org (subscribers-only)
4344 F: include/linux/parport*.h
4345 F: drivers/char/ppdev.c
4346 F: include/linux/ppdev.h
4348 PARAVIRT_OPS INTERFACE
4349 P: Jeremy Fitzhardinge
4350 M: jeremy@xensource.com
4352 M: chrisw@sous-sol.org
4354 M: akataria@vmware.com
4356 M: rusty@rustcorp.com.au
4357 L: virtualization@lists.osdl.org
4358 L: linux-kernel@vger.kernel.org
4360 F: Documentation/ia64/paravirt_ops.txt
4361 F: arch/*/kernel/paravirt*
4362 F: arch/*/include/asm/paravirt.h
4364 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4367 L: linux-parport@lists.infradead.org (subscribers-only)
4368 W: http://www.torque.net/linux-pp.html
4370 F: Documentation/blockdev/paride.txt
4371 F: drivers/block/paride/
4378 L: linux-parisc@vger.kernel.org
4379 W: http://www.parisc-linux.org/
4380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4385 PC87360 HARDWARE MONITORING DRIVER
4387 M: jim.cromie@gmail.com
4388 L: lm-sensors@lm-sensors.org
4390 F: Documentation/hwmon/pc87360
4391 F: drivers/hwmon/pc87360.c
4395 M: jim.cromie@gmail.com
4397 F: drivers/char/pc8736x_gpio.c
4401 M: riku.voipio@iki.fi
4403 F: drivers/leds/leds-pca9532.c
4404 F: include/linux/leds-pca9532.h
4408 M: linas@austin.ibm.com
4409 L: linux-kernel@vger.kernel.org
4410 L: linux-pci@vger.kernel.org
4412 F: Documentation/PCI/pci-error-recovery.txt
4413 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4417 M: jbarnes@virtuousgeek.org
4418 L: linux-kernel@vger.kernel.org
4419 L: linux-pci@vger.kernel.org
4420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4422 F: Documentation/PCI/
4424 F: include/linux/pci*
4427 P: Kristen Carlson Accardi
4428 M: kristen.c.accardi@intel.com
4429 L: linux-pci@vger.kernel.org
4431 F: drivers/pci/pcie/
4434 P: Linux PCMCIA Team
4435 L: linux-pcmcia@lists.infradead.org
4436 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4439 F: Documentation/pcmcia/
4443 PCNET32 NETWORK DRIVER
4445 M: pcnet32@verizon.net
4446 L: netdev@vger.kernel.org
4448 F: drivers/net/pcnet32.c
4450 PER-TASK DELAY ACCOUNTING
4452 M: balbir@linux.vnet.ibm.com
4453 L: linux-kernel@vger.kernel.org
4455 F: include/linux/delayacct.h
4456 F: kernel/delayacct.c
4458 PERSONALITY HANDLING
4459 P: Christoph Hellwig
4460 M: hch@infradead.org
4461 L: linux-abi-devel@lists.sourceforge.net
4463 F: include/linux/personality.h
4467 M: joern@lazybastard.org
4468 L: linux-mtd@lists.infradead.org
4470 F: drivers/mtd/devices/phram.c
4474 M: petero2@telia.com
4475 L: linux-kernel@vger.kernel.org
4477 F: drivers/block/pktcdvd.c
4478 F: include/linux/pktcdvd.h
4480 POSIX CLOCKS and TIMERS
4482 M: tglx@linutronix.de
4483 L: linux-kernel@vger.kernel.org
4486 F: include/linux/timer*
4489 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4493 M: dwmw2@infradead.org
4494 L: linux-kernel@vger.kernel.org
4495 T: git git://git.infradead.org/battery-2.6.git
4497 F: include/linux/power_supply.h
4498 F: drivers/power/power_supply*
4504 M: bjorn.helgaas@hp.com
4510 M: vitalywool@gmail.com
4511 L: linux-i2c@vger.kernel.org
4513 F: drivers/i2c/busses/i2c-pnx.c
4515 PPP PROTOCOL DRIVERS AND COMPRESSORS
4518 L: linux-ppp@vger.kernel.org
4520 F: drivers/net/ppp_*
4522 PPP OVER ATM (RFC 2364)
4523 P: Mitchell Blank Jr
4526 F: net/atm/pppoatm.c
4527 F: include/linux/atmppp.h
4531 M: mostrows@earthlink.net
4533 F: drivers/net/pppoe.c
4534 F: drivers/net/pppox.c
4538 M: jchapman@katalix.com
4540 F: drivers/net/pppol2tp.c
4541 F: include/linux/if_pppol2tp.h
4546 L: linux-kernel@vger.kernel.org
4547 L: kpreempt-tech@lists.sourceforge.net
4548 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4550 F: Documentation/preempt-locking.txt
4551 F: include/linux/preempt.h
4553 PRISM54 WIRELESS DRIVER
4554 P: Luis R. Rodriguez
4556 L: linux-wireless@vger.kernel.org
4557 W: http://prism54.org
4559 F: drivers/net/wireless/prism54/
4561 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4563 M: promise@pnd-pc.demon.co.uk
4564 W: http://www.pnd-pc.demon.co.uk/promise/
4567 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4568 P: Mikael Pettersson
4570 L: linux-ide@vger.kernel.org
4572 F: drivers/ata/sata_promise.*
4576 M: mokuno@sm.sony.co.jp
4577 L: netdev@vger.kernel.org
4578 L: cbe-oss-dev@ozlabs.org
4580 F: drivers/net/ps3_gelic_net.*
4582 PS3 PLATFORM SUPPORT
4584 M: geoffrey.levand@am.sony.com
4585 L: linuxppc-dev@ozlabs.org
4586 L: cbe-oss-dev@ozlabs.org
4588 F: arch/powerpc/boot/ps3*
4589 F: arch/powerpc/include/asm/lv1call.h
4590 F: arch/powerpc/include/asm/ps3*.h
4591 F: arch/powerpc/platforms/ps3/
4594 F: drivers/rtc/rtc-ps3.c
4595 F: drivers/usb/host/*ps3.c
4596 F: sound/ppc/snd_ps3*
4601 L: cbe-oss-dev@ozlabs.org
4606 M: roland@redhat.com
4609 L: linux-kernel@vger.kernel.org
4611 F: include/asm-generic/syscall.h
4612 F: include/linux/ptrace.h
4613 F: include/linux/regset.h
4614 F: include/linux/tracehook.h
4617 PVRUSB2 VIDEO4LINUX DRIVER
4620 L: pvrusb2@isely.net (subscribers-only)
4621 L: linux-media@vger.kernel.org
4622 W: http://www.isely.net/pvrusb2/
4623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4625 F: Documentation/video4linux/README.pvrusb2
4626 F: drivers/media/video/pvrusb2/
4628 PXA2xx/PXA3xx SUPPORT
4630 M: eric.miao@marvell.com
4632 M: linux@arm.linux.org.uk
4633 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4635 F: arch/arm/mach-pxa/
4636 F: drivers/pcmcia/pxa2xx*
4637 F: drivers/spi/pxa2xx*
4638 F: drivers/usb/gadget/pxa2*
4639 F: include/sound/pxa2xx-lib.h
4640 F: sound/soc/pxa/pxa2xx*
4644 M: eric.miao@marvell.com
4646 M: jason.chagas@marvell.com
4647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4648 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4653 M: eric.miao@marvell.com
4654 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4663 M: robert.jarzmik@free.fr
4664 L: rtc-linux@googlegroups.com
4667 QLOGIC QLA2XXX FC-SCSI DRIVER
4669 M: linux-driver@qlogic.com
4670 L: linux-scsi@vger.kernel.org
4672 F: Documentation/scsi/LICENSE.qla2xxx
4673 F: drivers/scsi/qla2xxx/
4675 QLOGIC QLA3XXX NETWORK DRIVER
4677 M: linux-driver@qlogic.com
4678 L: netdev@vger.kernel.org
4680 F: Documentation/networking/LICENSE.qla3xxx
4681 F: drivers/net/qla3xxx.*
4683 QLOGIC QLGE 10Gb ETHERNET DRIVER
4685 M: linux-driver@qlogic.com
4686 M: ron.mercer@qlogic.com
4687 L: netdev@vger.kernel.org
4689 F: drivers/net/qlge/
4694 L: linux-kernel@vger.kernel.org
4695 W: http://www.alarsen.net/linux/qnx4fs/
4698 F: include/linux/qnx4_fs.h
4699 F: include/linux/qnxtypes.h
4701 RADEON FRAMEBUFFER DISPLAY DRIVER
4702 P: Benjamin Herrenschmidt
4703 M: benh@kernel.crashing.org
4704 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4706 F: drivers/video/aty/radeon*
4707 F: include/linux/radeonfb.h
4709 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4712 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4714 F: drivers/video/aty/aty128fb.c
4716 RALINK RT2X00 WIRELESS LAN DRIVER
4718 L: linux-wireless@vger.kernel.org
4719 L: users@rt2x00.serialmonkey.com
4720 W: http://rt2x00.serialmonkey.com/
4722 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4723 F: drivers/net/wireless/rt2x00/
4725 RAMDISK RAM BLOCK DEVICE DRIVER
4729 F: Documentation/blockdev/ramdisk.txt
4730 F: drivers/block/brd.c
4732 RANDOM NUMBER DRIVER
4736 F: drivers/char/random.c
4740 M: mporter@kernel.crashing.org
4741 L: linux-kernel@vger.kernel.org
4745 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4747 M: coreythomas@charter.net
4748 L: linux-wireless@vger.kernel.org
4750 F: drivers/net/wireless/ray*
4754 M: josh@freedesktop.org
4755 L: linux-kernel@vger.kernel.org
4757 F: Documentation/RCU/torture.txt
4758 F: kernel/rcutorture.c
4762 M: florian@openwrt.org
4763 L: linux-kernel@vger.kernel.org
4766 RDC R6040 FAST ETHERNET DRIVER
4768 M: florian@openwrt.org
4769 L: netdev@vger.kernel.org
4771 F: drivers/net/r6040.c
4773 RDS - RELIABLE DATAGRAM SOCKETS
4775 M: andy.grover@oracle.com
4776 L: rds-devel@oss.oracle.com
4780 READ-COPY UPDATE (RCU)
4782 M: dipankar@in.ibm.com
4783 W: http://www.rdrop.com/users/paulmck/rclock/
4784 L: linux-kernel@vger.kernel.org
4786 F: Documentation/RCU/rcu.txt
4787 F: Documentation/RCU/rcuref.txt
4788 F: include/linux/rcupdate.h
4789 F: include/linux/srcu.h
4790 F: kernel/rcupdate.c
4792 REAL TIME CLOCK DRIVER
4794 M: p_gortmaker@yahoo.com
4795 L: linux-kernel@vger.kernel.org
4797 F: Documentation/rtc.txt
4799 F: include/linux/rtc.h
4801 REAL TIME CLOCK (RTC) SUBSYSTEM
4803 M: a.zummo@towertech.it
4804 L: rtc-linux@googlegroups.com
4806 F: Documentation/rtc.txt
4808 F: include/linux/rtc.h
4810 REISERFS FILE SYSTEM
4811 L: reiserfs-devel@vger.kernel.org
4817 M: IvDoorn@gmail.com
4818 L: netdev@vger.kernel.org
4820 F Documentation/rfkill.txt
4825 F: Documentation/serial/riscom8.txt
4826 F: drivers/char/riscom8*
4830 W: http://www.comtrol.com
4832 F: Documentation/serial/rocket.txt
4833 F: drivers/char/rocket*
4837 M: ralf@linux-mips.org
4838 L: linux-hams@vger.kernel.org
4839 W: http://www.linux-ax25.org/
4841 F: include/linux/rose.h
4842 F: include/net/rose.h
4845 RTL8180 WIRELESS DRIVER
4847 M: linville@tuxdriver.com
4848 L: linux-wireless@vger.kernel.org
4849 W: http://linuxwireless.org/
4850 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4852 F: drivers/net/wireless/rtl818*
4854 RTL8187 WIRELESS DRIVER
4855 P: Herton Ronaldo Krzesinski
4856 M: herton@mandriva.com.br
4858 M: htl10@users.sourceforge.net
4860 M: Larry.Finger@lwfinger.net
4861 L: linux-wireless@vger.kernel.org
4862 W: http://linuxwireless.org/
4863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4865 F: drivers/net/wireless/rtl818x/rtl8187*
4867 S3 SAVAGE FRAMEBUFFER DRIVER
4869 M: adaplas@gmail.com
4870 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4872 F: drivers/video/savage/
4875 P: Martin Schwidefsky
4876 M: schwidefsky@de.ibm.com
4878 M: heiko.carstens@de.ibm.com
4879 M: linux390@de.ibm.com
4880 L: linux-s390@vger.kernel.org
4881 W: http://www.ibm.com/developerworks/linux/linux390/
4885 S390 NETWORK DRIVERS
4887 M: ursula.braun@de.ibm.com
4889 M: blaschka@linux.vnet.ibm.com
4890 M: linux390@de.ibm.com
4891 L: linux-s390@vger.kernel.org
4892 W: http://www.ibm.com/developerworks/linux/linux390/
4894 F: drivers/s390/net/
4898 M: felix.beck@de.ibm.com
4900 M: ralph.wuerthner@de.ibm.com
4901 M: linux390@de.ibm.com
4902 L: linux-s390@vger.kernel.org
4904 F: drivers/s390/crypto/
4908 M: christof.schmitt@de.ibm.com
4911 M: linux390@de.ibm.com
4912 L: linux-s390@vger.kernel.org
4913 W: http://www.ibm.com/developerworks/linux/linux390/
4915 F: Documentation/s390/zfcpdump.txt
4916 F: drivers/s390/scsi/zfcp_*
4918 S390 IUCV NETWORK LAYER
4920 M: ursula.braun@de.ibm.com
4921 M: linux390@de.ibm.com
4922 L: linux-s390@vger.kernel.org
4923 W: http://www.ibm.com/developerworks/linux/linux390/
4925 F: drivers/s390/net/*iucv*
4926 F: include/net/iucv/
4929 S3C24XX SD/MMC Driver
4931 M: ben-linux@fluff.org
4932 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4933 L: linux-kernel@vger.kernel.org
4935 F: drivers/mmc/host/s3cmci.*
4937 SAA7146 VIDEO4LINUX-2 DRIVER
4940 L: linux-media@vger.kernel.org
4941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4942 W: http://www.mihu.de/linux/saa7146
4944 F: drivers/media/common/saa7146*
4945 F: drivers/media/video/*7146*
4946 F: include/media/*7146*
4950 M: zwane@arm.linux.org.uk
4952 F: drivers/watchdog/sc1200wdt.c
4958 M: peterz@infradead.org
4959 L: linux-kernel@vger.kernel.org
4962 F: include/linux/sched.h
4967 L: linux-scsi@vger.kernel.org
4968 W: http://www.kernel.dk
4974 M: dgilbert@interlog.com
4975 L: linux-scsi@vger.kernel.org
4976 W: http://www.torque.net/sg
4978 F: drivers/scsi/sg.c
4979 F: include/scsi/sg.h
4982 P: James E.J. Bottomley
4983 M: James.Bottomley@HansenPartnership.com
4984 L: linux-scsi@vger.kernel.org
4985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4994 M: Kai.Makisara@kolumbus.fi
4995 L: linux-scsi@vger.kernel.org
4997 F: Documentation/scsi/st.txt
5002 M: vladislav.yasevich@hp.com
5003 P: Sridhar Samudrala
5005 L: linux-sctp@vger.kernel.org
5006 W: http://lksctp.sourceforge.net
5008 F: Documentation/networking/sctp.txt
5009 F: include/linux/sctp.h
5010 F: include/net/sctp/
5015 M: jim.cromie@gmail.com
5017 F: Documentation/i2c/busses/scx200_acb
5018 F: arch/x86/kernel/scx200_32.c
5019 F: drivers/watchdog/scx200_wdt.c
5020 F: drivers/i2c/busses/scx200*
5021 F: drivers/mtd/maps/scx200_docflash.c
5022 F: include/linux/scx200.h
5026 M: jim.cromie@gmail.com
5028 F: drivers/char/scx200_gpio.c
5029 F: include/linux/scx200_gpio.h
5031 SCx200 HRT CLOCKSOURCE DRIVER
5033 M: jim.cromie@gmail.com
5035 F: drivers/clocksource/scx200_hrt.c
5037 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5039 M: saschasommer@freenet.de
5040 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5042 F: drivers/mmc/host/sdricoh_cs.c
5044 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5047 L: sdhci-devel@lists.ossman.eu
5050 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5052 M: avorontsov@ru.mvista.com
5053 L: linuxppc-dev@ozlabs.org
5054 L: sdhci-devel@lists.ossman.eu
5056 F: drivers/mmc/host/sdhci.*
5060 M: jmorris@namei.org
5061 L: linux-kernel@vger.kernel.org
5062 L: linux-security-module@vger.kernel.org (suggested Cc:)
5063 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5064 W: http://security.wiki.kernel.org/
5069 P: Security Officers
5070 M: security@kernel.org
5073 SELINUX SECURITY MODULE
5075 M: sds@tycho.nsa.gov
5077 M: jmorris@namei.org
5079 M: eparis@parisplace.org
5080 L: linux-kernel@vger.kernel.org (kernel issues)
5081 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5082 W: http://selinuxproject.org
5083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5085 F: include/linux/selinux*
5086 F: security/selinux/
5090 M: jirislaby@gmail.com
5092 F: drivers/misc/phantom.c
5093 F: include/linux/phantom.h
5095 SERIAL ATA (SATA) SUBSYSTEM
5097 M: jgarzik@pobox.com
5098 L: linux-ide@vger.kernel.org
5099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5102 F: include/linux/ata.h
5103 F: include/linux/libata.h
5105 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5107 M: sathyap@serverengines.com
5108 P: Subbu Seetharaman
5109 M: subbus@serverengines.com
5110 L: netdev@vger.kernel.org
5111 W: http://www.serverengines.com
5113 F: drivers/net/benet/
5118 P: Robert Stonehouse
5119 M: linux-net-drivers@solarflare.com
5127 F: drivers/misc/sgi-gru/
5129 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5132 L: linux-ia64@vger.kernel.org
5134 F: Documentation/ia64/serial.txt
5135 F: drivers/serial/ioc?_serial.c
5136 F: include/linux/ioc?.h
5138 SGI VISUAL WORKSTATION 320 AND 540
5141 L: linux-visws-devel@lists.sf.net
5142 W: http://linux-visws.sf.net
5143 S: Maintained for 2.6.
5144 F: Documentation/sgi-visws.txt
5146 SGI XP/XPC/XPNET DRIVER
5150 F: drivers/misc/sgi-xp/
5152 SHARP LH SUPPORT (LH7952X & LH7A40X)
5155 W: http://projects.buici.com/arm
5156 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5158 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5159 F: arch/arm/mach-lh7a40x/
5160 F: drivers/serial/serial_lh7a40x.c
5161 F: drivers/usb/gadget/lh7a40*
5162 F: drivers/usb/host/ohci-lh7a40*
5165 P: Kristen Carlson Accardi
5166 M: kristen.c.accardi@intel.com
5167 L: linux-pci@vger.kernel.org
5169 F: drivers/pci/hotplug/shpchp*
5171 SIMTEC EB110ATX (Chalice CATS)
5174 M: support@simtec.co.uk
5175 W: http://www.simtec.co.uk/products/EB110ATX/
5177 F: arch/arm/mach-ebsa110/
5179 SIMTEC EB2410ITX (BAST)
5182 M: support@simtec.co.uk
5183 W: http://www.simtec.co.uk/products/EB2410ITX/
5185 F: arch/arm/mach-s3c2410/
5186 F: drivers/*/*s3c2410*
5187 F: drivers/*/*/*s3c2410*
5189 SIS 190 ETHERNET DRIVER
5191 M: romieu@fr.zoreil.com
5192 L: netdev@vger.kernel.org
5194 F: drivers/net/sis190.c
5196 SIS 900/7016 FAST ETHERNET DRIVER
5198 M: venza@brownhat.org
5199 W: http://www.brownhat.org/sis900.html
5200 L: netdev@vger.kernel.org
5202 F: drivers/net/sis900.*
5204 SIS 96X I2C/SMBUS DRIVER
5206 M: mhoffman@lightlink.com
5207 L: linux-i2c@vger.kernel.org
5209 F: Documentation/i2c/busses/i2c-sis96x
5210 F: drivers/i2c/busses/i2c-sis96x.c
5212 SIS FRAMEBUFFER DRIVER
5213 P: Thomas Winischhofer
5214 M: thomas@winischhofer.net
5215 W: http://www.winischhofer.net/linuxsisvga.shtml
5217 F: Documentation/fb/sisfb.txt
5218 F: drivers/video/sis/
5219 F: include/video/sisfb.h
5222 P: Thomas Winischhofer
5223 M: thomas@winischhofer.net
5224 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5226 F: drivers/usb/misc/sisusbvga/
5228 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5229 P: Stephen Hemminger
5230 M: shemminger@linux-foundation.org
5231 L: netdev@vger.kernel.org
5233 F: drivers/net/skge.*
5234 F: drivers/net/sky2.*
5237 P: Christoph Lameter
5238 M: cl@linux-foundation.org
5240 M: penberg@cs.helsinki.fi
5243 L: linux-mm@kvack.org
5245 F: include/linux/sl?b*.h
5248 SMC91x ETHERNET DRIVER
5252 F: drivers/net/smc91x.*
5254 SMSC47B397 HARDWARE MONITOR DRIVER
5256 M: mhoffman@lightlink.com
5257 L: lm-sensors@lm-sensors.org
5259 F: Documentation/hwmon/smsc47b397
5260 F: drivers/hwmon/smsc47b397.c
5262 SMSC911x ETHERNET DRIVER
5263 P: Steve Glendinning
5264 M: steve.glendinning@smsc.com
5265 L: netdev@vger.kernel.org
5267 F: include/linux/smsc911x.h
5268 F: drivers/net/smsc911x.*
5270 SMSC9420 PCI ETHERNET DRIVER
5271 P: Steve Glendinning
5272 M: steve.glendinning@smsc.com
5273 L: netdev@vger.kernel.org
5275 F: drivers/net/smsc9420.*
5279 M: bn@niasdigital.com
5281 F: drivers/uio/uio_smx.c
5283 SN-IA64 (Itanium) SUB-PLATFORM
5286 L: linux-altix@sgi.com
5287 L: linux-ia64@vger.kernel.org
5288 W: http://www.sgi.com/altix
5292 SOC-CAMERA V4L2 SUBSYSTEM
5293 P: Guennadi Liakhovetski
5294 M: g.liakhovetski@gmx.de
5295 L: linux-media@vger.kernel.org
5296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5298 F: include/media/v4l2*
5299 F: drivers/media/video/v4l2*
5301 SOEKRIS NET48XX LED SUPPORT
5305 F: drivers/leds/leds-net48xx.c
5307 SOFTWARE RAID (Multiple Disks) SUPPORT
5310 L: linux-raid@vger.kernel.org
5313 F: include/linux/raid/
5315 SONIC NETWORK DRIVER
5316 P: Thomas Bogendoerfer
5317 M: tsbogend@alpha.franken.de
5318 L: netdev@vger.kernel.org
5320 F: drivers/net/sonic.*
5322 SONICS SILICON BACKPLANE DRIVER (SSB)
5325 L: netdev@vger.kernel.org
5328 F: include/linux/ssb/
5330 SONY VAIO CONTROL DEVICE DRIVER
5332 M: malattia@linux.it
5333 L: linux-acpi@vger.kernel.org
5334 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5336 F: Documentation/laptops/sony-laptop.txt
5337 F: drivers/char/sonypi.c
5338 F: drivers/platform/x86/sony-laptop.c
5339 F: include/linux/sony-laptop.h
5341 SONY MEMORYSTICK CARD SUPPORT
5344 L: linux-kernel@vger.kernel.org
5345 W: http://tifmxx.berlios.de/
5347 F: drivers/memstick/host/tifm_ms.c
5354 L: alsa-devel@alsa-project.org (subscribers-only)
5355 W: http://www.alsa-project.org/
5356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5357 T: git git://git.alsa-project.org/alsa-kernel.git
5359 F: Documentation/sound/
5363 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5365 M: lrg@slimlogic.co.uk
5367 M: broonie@opensource.wolfsonmicro.com
5368 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5369 L: alsa-devel@alsa-project.org (subscribers-only)
5370 W: http://alsa-project.org/main/index.php/ASoC
5374 SPARC + UltraSPARC (sparc/sparc64)
5376 M: davem@davemloft.net
5377 L: sparclinux@vger.kernel.org
5378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5383 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5385 M: R.E.Wolff@BitWizard.nl
5386 L: linux-kernel@vger.kernel.org
5388 F: Documentation/serial/specialix.txt
5389 F: drivers/char/specialix*
5393 M: dbrownell@users.sourceforge.net
5394 L: spi-devel-general@lists.sourceforge.net
5396 F: Documentation/spi/
5398 F: include/linux/spi/
5400 SPIDERNET NETWORK DRIVER for CELL
5402 M: kou.ishizaki@toshiba.co.jp
5405 L: netdev@vger.kernel.org
5407 F: Documentation/networking/spider_net.txt
5408 F: drivers/net/spider_net*
5413 L: linuxppc-dev@ozlabs.org
5414 L: cbe-oss-dev@ozlabs.org
5415 W: http://www.ibm.com/developerworks/power/cell/
5417 F: Documentation/filesystems/spufs.txt
5418 F: arch/powerpc/platforms/cell/spufs/
5420 SQUASHFS FILE SYSTEM
5422 M: phillip@lougher.demon.co.uk
5423 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5424 W: http://squashfs.org.uk
5426 F: Documentation/filesystems/squashfs.txt
5429 SRM (Alpha) environment access
5430 P: Jan-Benedict Glaw
5431 M: jbglaw@lug-owl.de
5432 L: linux-kernel@vger.kernel.org
5434 F: arch/alpha/kernel/srm_env.c
5437 P: Greg Kroah-Hartman
5440 M: chrisw@sous-sol.org
5441 L: stable@kernel.org
5445 P: Greg Kroah-Hartman
5447 L: linux-kernel@vger.kernel.org
5448 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5452 STARFIRE/DURALAN NETWORK DRIVER
5454 M: ionut@cs.columbia.edu
5456 F: drivers/net/starfire*
5458 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5459 W: http://mosquitonet.Stanford.EDU/strip.html
5461 F: drivers/net/wireless/strip.c
5462 F: include/linux/if_strip.h
5464 STRADIS MPEG-2 DECODER DRIVER
5467 W: http://www.stradis.com/
5469 F: drivers/media/video/stradis.c
5474 W: http://sammy.net/sun3/
5476 F: arch/m68k/kernel/*sun3*
5478 F: arch/m68k/include/asm/sun3*
5482 M: lethal@linux-sh.org
5483 L: linux-sh@vger.kernel.org
5484 W: http://www.linux-sh.org
5485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5487 F: Documentation/sh/
5493 M: len.brown@intel.com
5496 P: Rafael J. Wysocki
5498 L: linux-pm@lists.linux-foundation.org
5500 F: Documentation/power/
5501 F: arch/x86/kernel/acpi/
5502 F: drivers/base/power/
5504 F: include/linux/suspend.h
5505 F: include/linux/freezer.h
5506 F: include/linux/pm.h
5511 L: linux-video@atrey.karlin.mff.cuni.cz
5513 F: Documentation/svga.txt
5514 F: arch/x86/boot/video*
5517 P: Christoph Hellwig
5518 M: hch@infradead.org
5520 F: Documentation/filesystems/sysv-fs.txt
5522 F: include/linux/sysv_fs.h
5524 TASKSTATS STATISTICS INTERFACE
5526 M: balbir@linux.vnet.ibm.com
5527 L: linux-kernel@vger.kernel.org
5529 F: Documentation/accounting/taskstats*
5530 F: include/linux/taskstats*
5531 F: kernel/taskstats.c
5536 L: netdev@vger.kernel.org
5538 F: include/linux/pkt_cls.h
5539 F: include/net/pkt_cls.h
5542 TCP LOW PRIORITY MODULE
5543 P: Wong Hoi Sing, Edison
5544 M: hswong3i@gmail.com
5545 P: Hung Hing Lun, Mike
5546 M: hlhung3i@gmail.com
5547 W: http://tcp-lp-mod.sourceforge.net/
5549 F: net/ipv4/tcp_lp.c
5551 TEHUTI ETHERNET DRIVER
5552 P: Alexander Indenbaum
5553 M: baum@tehutinetworks.net
5555 M: andy@greyhouse.net
5556 L: netdev@vger.kernel.org
5558 F: drivers/net/tehuti*
5560 Telecom Clock Driver for MCPL0010
5562 M: mark.gross@intel.com
5564 F: drivers/char/tlclk.c
5566 TENSILICA XTENSA PORT (xtensa)
5572 THINKPAD ACPI EXTRAS DRIVER
5573 P: Henrique de Moraes Holschuh
5574 M: ibm-acpi@hmh.eng.br
5575 L: ibm-acpi-devel@lists.sourceforge.net
5576 W: http://ibm-acpi.sourceforge.net
5577 W: http://thinkwiki.org/wiki/Ibm-acpi
5578 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5580 F: drivers/platform/x86/thinkpad_acpi.c
5582 TI FLASH MEDIA INTERFACE DRIVER
5586 F: drivers/misc/tifm*
5587 F: drivers/mmc/host/tifm_sd.c
5588 F: include/linux/tifm.h
5592 M: per.liden@ericsson.com
5594 M: jon.maloy@ericsson.com
5596 M: allan.stephens@windriver.com
5597 L: tipc-discussion@lists.sourceforge.net
5598 W: http://tipc.sourceforge.net/
5599 W: http://tipc.cslab.ericsson.net/
5600 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5602 F: include/linux/tipc*.h
5603 F: include/net/tipc/
5609 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5610 W: http://sourceforge.net/projects/tlan/
5612 F: Documentation/networking/tlan.txt
5613 F: drivers/net/tlan.*
5615 TOMOYO SECURITY MODULE
5617 M: takedakn@nttdata.co.jp
5619 M: penguin-kernel@I-love.SAKURA.ne.jp
5620 L: linux-kernel@vger.kernel.org (kernel issues)
5621 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5622 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5623 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5624 W: http://tomoyo.sourceforge.jp/
5625 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5629 TOSHIBA ACPI EXTRAS DRIVER
5631 F: drivers/platform/x86/toshiba_acpi.c
5635 M: jonathan@buzzard.org.uk
5636 L: tlinux-users@tce.toshiba-dme.co.jp
5637 W: http://www.buzzard.org.uk/toshiba/
5639 F: drivers/char/toshiba.c
5640 F: include/linux/toshiba.h
5644 M: ian@mnementh.co.uk
5646 F: drivers/mmc/host/tmio_mmc.*
5648 TMPFS (SHMEM FILESYSTEM)
5650 M: hugh.dickins@tiscali.co.uk
5651 L: linux-mm@kvack.org
5653 F: include/linux/shmem_fs.h
5658 M: debora@linux.vnet.ibm.com
5660 M: srajiv@linux.vnet.ibm.com
5661 W: http://tpmdd.sourceforge.net
5663 M: m.selhorst@sirrix.com
5664 W: http://www.sirrix.com
5665 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5667 F: drivers/char/tpm/
5671 M: trivial@kernel.org
5672 L: linux-kernel@vger.kernel.org
5673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5678 M: alan@lxorguk.ukuu.org.uk
5679 L: linux-kernel@vger.kernel.org
5682 TULIP NETWORK DRIVERS
5684 M: grundler@parisc-linux.org
5687 L: netdev@vger.kernel.org
5689 F: drivers/net/tulip/
5692 P: Maxim Krasnyansky
5693 M: maxk@qualcomm.com
5694 L: vtun@office.satix.net
5695 W: http://vtun.sourceforge.net/tun
5697 F: Documentation/networking/tuntap.txt
5698 F: arch/um/os-Linux/drivers/
5700 TURBOCHANNEL SUBSYSTEM
5701 P: Maciej W. Rozycki
5702 M: macro@linux-mips.org
5705 F: include/linux/tc.h
5709 M: ballabio_dario@emc.com
5710 L: linux-scsi@vger.kernel.org
5712 F: drivers/scsi/u14-34f.c
5714 UBI FILE SYSTEM (UBIFS)
5716 M: dedekind@infradead.org
5718 M: ext-adrian.hunter@nokia.com
5719 L: linux-mtd@lists.infradead.org
5720 T: git git://git.infradead.org/ubifs-2.6.git
5721 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5723 F: Documentation/filesystems/ubifs.txt
5726 UCLINUX (AND M68KNOMMU)
5729 W: http://www.uclinux.org/
5730 L: uclinux-dev@uclinux.org (subscribers-only)
5734 UCLINUX FOR RENESAS H8/300 (H8300)
5736 M: ysato@users.sourceforge.jp
5737 W: http://uclinux-h8.sourceforge.jp/
5743 W: http://linux-udf.sourceforge.net
5745 F: Documentation/filesystems/udf.txt
5749 P: Evgeniy Dushistov
5750 M: dushistov@mail.ru
5751 L: linux-kernel@vger.kernel.org
5753 F: Documentation/filesystems/ufs.txt
5756 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5758 M: david.vrabel@csr.com
5759 L: linux-usb@vger.kernel.org
5762 F: include/linux/uwb.h
5763 F: include/linux/uwb/
5765 UNIFORM CDROM DRIVER
5768 L: linux-kernel@vger.kernel.org
5769 W: http://www.kernel.dk
5771 F: Documentation/cdrom/
5772 F: drivers/cdrom/cdrom.c
5773 F: include/linux/cdrom.h
5775 UNSORTED BLOCK IMAGES (UBI)
5777 M: dedekind@infradead.org
5778 W: http://www.linux-mtd.infradead.org/
5779 L: linux-mtd@lists.infradead.org
5780 T: git git://git.infradead.org/ubi-2.6.git
5783 F: include/linux/mtd/ubi.h
5784 F: include/mtd/ubi-user.h
5788 M: oliver@neukum.name
5789 L: linux-usb@vger.kernel.org
5791 F: Documentation/usb/acm.txt
5792 F: drivers/usb/class/cdc-acm.*
5794 USB BLOCK DRIVER (UB ub)
5796 M: zaitcev@redhat.com
5797 L: linux-kernel@vger.kernel.org
5798 L: linux-usb@vger.kernel.org
5800 F: drivers/block/ub.c
5802 USB CDC ETHERNET DRIVER
5803 P: Greg Kroah-Hartman
5805 L: linux-usb@vger.kernel.org
5807 W: http://www.kroah.com/linux-usb/
5808 F: drivers/net/usb/cdc_*.c
5809 F: include/linux/usb/cdc.h
5811 USB CYPRESS C67X00 DRIVER
5813 M: jacmet@sunsite.dk
5814 L: linux-usb@vger.kernel.org
5816 F: drivers/usb/c67x00/
5818 USB DAVICOM DM9601 DRIVER
5820 M: jacmet@sunsite.dk
5821 L: netdev@vger.kernel.org
5822 W: http://www.linux-usb.org/usbnet
5824 F: drivers/net/usb/dm9601.c
5826 USB DIAMOND RIO500 DRIVER
5829 L: rio500-users@lists.sourceforge.net
5830 W: http://rio500.sourceforge.net
5832 F: drivers/usb/misc/rio500*
5836 M: dbrownell@users.sourceforge.net
5837 L: linux-usb@vger.kernel.org
5839 F: Documentation/usb/ehci.txt
5840 F: drivers/usb/host/ehci*
5842 USB ET61X[12]51 DRIVER
5844 M: luca.risolia@studio.unibo.it
5845 L: linux-usb@vger.kernel.org
5846 L: linux-media@vger.kernel.org
5847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5848 W: http://www.linux-projects.org
5850 F: drivers/media/video/et61x251/
5852 USB GADGET/PERIPHERAL SUBSYSTEM
5854 M: dbrownell@users.sourceforge.net
5855 L: linux-usb@vger.kernel.org
5856 W: http://www.linux-usb.org/gadget
5858 F: drivers/usb/gadget/
5859 F: include/linux/usb/gadget*
5861 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5864 L: linux-usb@vger.kernel.org
5865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5867 F: Documentation/usb/hiddev.txt
5868 F: drivers/hid/usbhid/
5872 M: ok@artecdesign.ee
5873 L: linux-usb@vger.kernel.org
5875 F: drivers/usb/host/isp116x*
5876 F: include/linux/usb/isp116x.h
5878 USB KAWASAKI LSI DRIVER
5880 M: oliver@neukum.name
5881 L: linux-usb@vger.kernel.org
5883 F: drivers/usb/serial/kl5kusb105.*
5885 USB MASS STORAGE DRIVER
5887 M: mdharm-usb@one-eyed-alien.net
5888 L: linux-usb@vger.kernel.org
5889 L: usb-storage@lists.one-eyed-alien.net
5891 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5892 F: drivers/usb/storage/
5896 M: dbrownell@users.sourceforge.net
5897 L: linux-usb@vger.kernel.org
5899 F: Documentation/usb/ohci.txt
5900 F: drivers/usb/host/ohci*
5902 USB OPTION-CARD DRIVER
5904 M: smurf@smurf.noris.de
5905 L: linux-usb@vger.kernel.org
5907 F: drivers/usb/serial/option.c
5911 M: mmcclell@bigfoot.com
5912 L: linux-usb@vger.kernel.org
5913 W: http://alpha.dyndns.org/ov511/
5915 F: drivers/media/video/ov511.*
5919 M: petkan@users.sourceforge.net
5920 L: linux-usb@vger.kernel.org
5921 L: netdev@vger.kernel.org
5922 W: http://pegasus2.sourceforge.net/
5924 F: drivers/net/usb/pegasus.*
5926 USB PRINTER DRIVER (usblp)
5928 M: zaitcev@redhat.com
5929 L: linux-usb@vger.kernel.org
5931 F: drivers/usb/class/usblp.c
5935 M: petkan@users.sourceforge.net
5936 L: linux-usb@vger.kernel.org
5937 L: netdev@vger.kernel.org
5938 W: http://pegasus2.sourceforge.net/
5940 F: drivers/net/usb/rtl8150.c
5945 L: linux-usb@vger.kernel.org
5946 W: http://www.chello.nl/~j.vreeken/se401/
5948 F: Documentation/video4linux/se401.txt
5949 F: drivers/media/video/se401.*
5951 USB SERIAL BELKIN F5U103 DRIVER
5952 P: William Greathouse
5953 M: wgreathouse@smva.com
5954 L: linux-usb@vger.kernel.org
5956 F: drivers/usb/serial/belkin_sa.*
5958 USB SERIAL CYPRESS M8 DRIVER
5960 M: dignome@gmail.com
5961 L: linux-usb@vger.kernel.org
5963 W: http://geocities.com/i0xox0i
5964 W: http://firstlight.net/cvs
5965 F: drivers/usb/serial/cypress_m8.*
5967 USB SERIAL CYBERJACK DRIVER
5968 P: Matthias Bruestle and Harald Welte
5969 M: support@reiner-sct.com
5970 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5972 F: drivers/usb/serial/cyberjack.c
5974 USB SERIAL DIGI ACCELEPORT DRIVER
5975 P: Peter Berger and Al Borchers
5976 M: pberger@brimson.com
5977 M: alborchers@steinerpoint.com
5978 L: linux-usb@vger.kernel.org
5980 F: drivers/usb/serial/digi_acceleport.c
5983 P: Greg Kroah-Hartman
5985 L: linux-usb@vger.kernel.org
5987 F: Documentation/usb/usb-serial.txt
5988 F: drivers/usb/serial/generic.c
5989 F: drivers/usb/serial/usb-serial.c
5990 F: include/linux/usb/serial.h
5992 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5994 M: xavyer@ix.netcom.com
5995 L: linux-usb@vger.kernel.org
5997 F: drivers/usb/serial/empeg.c
5999 USB SERIAL KEYSPAN DRIVER
6000 P: Greg Kroah-Hartman
6002 L: linux-usb@vger.kernel.org
6003 W: http://www.kroah.com/linux/
6005 F: drivers/usb/serial/*keyspan*
6007 USB SERIAL WHITEHEAT DRIVER
6008 P: Support Department
6009 M: support@connecttech.com
6010 L: linux-usb@vger.kernel.org
6011 W: http://www.connecttech.com
6013 F: drivers/usb/serial/whiteheat*
6015 USB SMSC95XX ETHERNET DRIVER
6016 P: Steve Glendinning
6017 M: steve.glendinning@smsc.com
6018 L: netdev@vger.kernel.org
6020 F: drivers/net/usb/smsc95xx.*
6024 M: luca.risolia@studio.unibo.it
6025 L: linux-usb@vger.kernel.org
6026 L: linux-media@vger.kernel.org
6027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6028 W: http://www.linux-projects.org
6030 F: Documentation/video4linux/sn9c102.txt
6031 F: drivers/media/video/sn9c102/
6034 P: Greg Kroah-Hartman
6036 L: linux-usb@vger.kernel.org
6037 W: http://www.linux-usb.org
6038 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6040 F: Documentation/usb/
6043 F: include/linux/usb.h
6044 F: include/linux/usb/
6048 M: stern@rowland.harvard.edu
6049 L: linux-usb@vger.kernel.org
6051 F: drivers/usb/host/uhci*
6053 USB "USBNET" DRIVER FRAMEWORK
6055 M: dbrownell@users.sourceforge.net
6056 L: netdev@vger.kernel.org
6057 W: http://www.linux-usb.org/usbnet
6059 F: drivers/net/usb/usbnet.c
6060 F: include/linux/usb/usbnet.h
6064 M: laurent.pinchart@skynet.be
6065 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6066 L: linux-media@vger.kernel.org
6067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6068 W: http://linux-uvc.berlios.de
6070 F: drivers/media/video/uvc/
6072 USB W996[87]CF DRIVER
6074 M: luca.risolia@studio.unibo.it
6075 L: linux-usb@vger.kernel.org
6076 L: linux-media@vger.kernel.org
6077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6078 W: http://www.linux-projects.org
6080 F: Documentation/video4linux/w9968cf.txt
6081 F: drivers/media/video/w996*
6083 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6085 M: jussi.kivilinna@mbnet.fi
6086 L: linux-wireless@vger.kernel.org
6088 F: drivers/net/wireless/rndis_wlan.c
6092 M: luca.risolia@studio.unibo.it
6093 L: linux-usb@vger.kernel.org
6094 L: linux-media@vger.kernel.org
6095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6096 W: http://www.linux-projects.org
6098 F: Documentation/video4linux/zc0301.txt
6099 F: drivers/media/video/zc0301/
6104 L: linux-usb@vger.kernel.org
6105 W: http://linux-lc100020.sourceforge.net
6107 F: drivers/net/wireless/zd1201.*
6111 M: royale@zerezo.com
6112 L: linux-usb@vger.kernel.org
6113 L: linux-media@vger.kernel.org
6114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6115 W: http://royale.zerezo.com/zr364xx/
6117 F: Documentation/video4linux/zr364xx.txt
6118 F: drivers/media/video/zr364xx.c
6120 USER-MODE LINUX (UML)
6122 M: jdike@addtoit.com
6123 L: user-mode-linux-devel@lists.sourceforge.net
6124 L: user-mode-linux-user@lists.sourceforge.net
6125 W: http://user-mode-linux.sourceforge.net
6127 F: Documentation/uml/
6134 M: hjk@linutronix.de
6135 P: Greg Kroah-Hartman
6137 L: linux-kernel@vger.kernel.org
6139 F: Documentation/DocBook/uio-howto.tmpl
6141 F: include/linux/uio*.h
6143 UTIL-LINUX-NG PACKAGE
6146 L: util-linux-ng@vger.kernel.org
6147 W: http://kernel.org/~kzak/util-linux-ng/
6148 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6152 P: Michal Januszewski
6154 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6155 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6157 F: Documentation/fb/uvesafb.txt
6158 F: drivers/video/uvesafb.*
6160 VFAT/FAT/MSDOS FILESYSTEM
6162 M: hirofumi@mail.parknet.co.jp
6163 L: linux-kernel@vger.kernel.org
6165 F: Documentation/filesystems/vfat.txt
6168 VIA RHINE NETWORK DRIVER
6172 F: drivers/net/via-rhine.c
6176 M: khali@linux-fr.org
6177 L: linux-i2c@vger.kernel.org
6179 F: Documentation/i2c/busses/i2c-viapro
6180 F: drivers/i2c/busses/i2c-viapro.c
6182 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6184 M: JosephChan@via.com.tw
6186 M: ScottFang@viatech.com.cn
6187 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6189 F: drivers/video/via/
6191 VIA VELOCITY NETWORK DRIVER
6193 M: romieu@fr.zoreil.com
6194 L: netdev@vger.kernel.org
6196 F: drivers/net/via-velocity.*
6201 L: netdev@vger.kernel.org
6203 F: drivers/net/macvlan.c
6204 F: include/linux/if_*vlan.h
6207 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6209 M: lrg@slimlogic.co.uk
6211 M: broonie@opensource.wolfsonmicro.com
6212 W: http://opensource.wolfsonmicro.com/node/15
6213 W: http://www.slimlogic.co.uk/?p=48
6214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6216 F: drivers/regulator/
6217 F: include/linux/regulator/
6219 VT1211 HARDWARE MONITOR DRIVER
6222 L: lm-sensors@lm-sensors.org
6224 F: Documentation/hwmon/vt1211
6225 F: drivers/hwmon/vt1211.c
6227 VT8231 HARDWARE MONITOR DRIVER
6229 M: vt8231@hiddenengine.co.uk
6230 L: lm-sensors@lm-sensors.org
6232 F: drivers/hwmon/vt8231.c
6234 W1 DALLAS'S 1-WIRE BUS
6236 M: johnpol@2ka.mipt.ru
6238 F: Documentation/w1/
6241 W83791D HARDWARE MONITORING DRIVER
6243 M: m.hulsman@tudelft.nl
6244 L: lm-sensors@lm-sensors.org
6246 F: Documentation/hwmon/w83791d
6247 F: drivers/hwmon/w83791d.c
6249 W83793 HARDWARE MONITORING DRIVER
6251 M: r.marek@assembler.cz
6252 L: lm-sensors@lm-sensors.org
6254 F: Documentation/hwmon/w83793
6255 F: drivers/hwmon/w83793.c
6257 W83L51xD SD/MMC CARD INTERFACE DRIVER
6260 L: linux-kernel@vger.kernel.org
6262 F: drivers/mmc/host/wbsd.*
6264 WATCHDOG DEVICE DRIVERS
6267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6269 F: Documentation/watchdog/
6270 F: drivers/watchdog/
6271 F: include/linux/watchdog.h
6273 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6276 L: linux-wireless@vger.kernel.org
6277 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6279 F: Documentation/networking/wavelan.txt
6280 F: drivers/net/wireless/wavelan*
6284 M: zaga@fly.cc.fer.hr
6285 L: linux-scsi@vger.kernel.org
6287 F: drivers/scsi/wd7000.c
6290 P: Inaky Perez-Gonzalez
6291 M: inaky.perez-gonzalez@intel.com
6292 M: linux-wimax@intel.com
6293 L: wimax@linuxwimax.org
6295 W: http://linuxwimax.org
6297 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6299 M: david.vrabel@csr.com
6301 F: include/linux/wlp.h
6304 WISTRON LAPTOP BUTTON DRIVER
6308 F: drivers/input/misc/wistron_btns.c
6310 WL3501 WIRELESS PCMCIA CARD DRIVER
6311 P: Arnaldo Carvalho de Melo
6312 M: acme@ghostprotocols.net
6313 L: linux-wireless@vger.kernel.org
6314 W: http://oops.ghostprotocols.net:81/blog
6316 F: drivers/net/wireless/wl3501*
6318 WM97XX TOUCHSCREEN DRIVERS
6320 M: broonie@opensource.wolfsonmicro.com
6322 M: lrg@slimlogic.co.uk
6323 L: linux-input@vger.kernel.org
6324 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6325 W: http://opensource.wolfsonmicro.com/node/7
6327 F: drivers/input/touchscreen/*wm97*
6328 F: include/linux/wm97xx.h
6332 M: eis@baty.hanse.de
6333 L: linux-x25@vger.kernel.org
6335 F: Documentation/networking/x25*
6339 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6341 M: tglx@linutronix.de
6347 L: linux-kernel@vger.kernel.org
6348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6350 F: Documentation/x86/
6353 XEN HYPERVISOR INTERFACE
6354 P: Jeremy Fitzhardinge
6355 M: jeremy@xensource.com
6357 M: chrisw@sous-sol.org
6358 L: virtualization@lists.osdl.org
6359 L: xen-devel@lists.xensource.com
6362 F: drivers/*/xen-*front.c
6364 F: arch/x86/include/asm/xen/
6368 P: Silicon Graphics Inc
6371 M: xfs-masters@oss.sgi.com
6373 W: http://oss.sgi.com/projects/xfs
6374 T: git git://oss.sgi.com/xfs/xfs.git
6376 F: Documentation/filesystems/xfs.txt
6379 XILINX SYSTEMACE DRIVER
6381 M: grant.likely@secretlab.ca
6382 W: http://www.secretlab.ca/
6383 L: linux-kernel@vger.kernel.org
6385 F: drivers/block/xsysace.c
6387 XILINX UARTLITE SERIAL DRIVER
6389 M: jacmet@sunsite.dk
6390 L: linux-serial@vger.kernel.org
6392 F: drivers/serial/uartlite.c
6394 YAM DRIVER FOR AX.25
6395 P: Jean-Paul Roubelat
6397 L: linux-hams@vger.kernel.org
6399 F: drivers/net/hamradio/yam*
6400 F: include/linux/yam.h
6402 YEALINK PHONE DRIVER
6404 M: Henk.Vergonet@gmail.com
6405 L: usbb2k-api-dev@nongnu.org
6407 F: Documentation/input/yealink.txt
6408 F: drivers/input/misc/yealink.*
6410 Z8530 DRIVER FOR AX.25
6413 W: http://yaina.de/jreuter/
6414 W: http://www.qsl.net/dl1bke/
6415 L: linux-hams@vger.kernel.org
6417 F: Documentation/networking/z8530drv.txt
6418 F: drivers/net/hamradio/*scc.c
6419 F: drivers/net/hamradio/z8530.h
6421 ZD1211RW WIRELESS DRIVER
6425 M: kune@deine-taler.de
6426 W: http://zd1211.ath.cx/wiki/DriverRewrite
6427 L: linux-wireless@vger.kernel.org
6428 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6430 F: drivers/net/wireless/zd1211rw/
6432 ZR36067 VIDEO FOR LINUX DRIVER
6433 L: mjpeg-users@lists.sourceforge.net
6434 L: linux-media@vger.kernel.org
6435 W: http://mjpeg.sourceforge.net/driver-zoran/
6436 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6438 F: drivers/media/video/zoran/
6440 ZS DECSTATION Z85C30 SERIAL DRIVER
6441 P: Maciej W. Rozycki
6442 M: macro@linux-mips.org
6444 F: drivers/serial/zs.*
6448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6449 S: Buried alive in reporters