2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/acpi*
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: thomas.dahlmann@amd.com
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andreas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
548 M: linux@arm.linux.org.uk
549 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W: http://www.arm.linux.org.uk/
554 ARM PRIMECELL MMCI PL180/1 DRIVER
556 F: drivers/mmc/host/mmci.*
558 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 F: arch/arm/mach-ixp23xx/
564 F: arch/arm/mach-ixp23xx/include/mach/
566 ARM/ADS SPHERE MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 ARM/AFEB9260 MACHINE SUPPORT
574 M: slapin@ossfans.org
575 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 ARM/AJECO 1ARM MACHINE SUPPORT
580 M: kernel@wantstofly.org
581 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 M: linux@maxim.org.za
587 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588 W: http://maxim.org.za/at91_26.html
591 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 M: kernel@wantstofly.org
594 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 M: kernel@wantstofly.org
600 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 M: linux@arm.linux.org.uk
606 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 F: arch/arm/common/clkdev.c
608 F: arch/arm/include/asm/clkdev.h
610 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 M: mike@compulab.co.il
613 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 ARM/CORGI MACHINE SUPPORT
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 M: paulius.zaleckas@teltonika.lt
624 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 T: git git://gitorious.org/linux-gemini/mainline.git
628 ARM/EBSA110 MACHINE SUPPORT
630 M: linux@arm.linux.org.uk
631 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632 W: http://www.arm.linux.org.uk/
634 F: arch/arm/mach-ebsa110/
635 F: drivers/net/arm/am79c961a.*
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
641 M: stefan@openezx.org
643 M: laforge@openezx.org
644 L: openezx-devel@lists.openezx.org (subscribers-only)
645 W: http://www.openezx.org/
648 ARM/FARADAY FA526 PORT
650 M: paulius.zaleckas@teltonika.lt
651 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654 ARM/FOOTBRIDGE ARCHITECTURE
656 M: linux@arm.linux.org.uk
657 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658 W: http://www.arm.linux.org.uk/
660 F: arch/arm/include/asm/hardware/dec21285.h
661 F: arch/arm/mach-footbridge/
663 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
665 M: kernel@pengutronix.de
666 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
669 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
671 M: kernel@wantstofly.org
672 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
675 ARM/GUMSTIX MACHINE SUPPORT
678 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 ARM/HP JORNADA 7XX MACHINE SUPPORT
682 P: Kristoffer Ericson
683 M: kristoffer.ericson@gmail.com
687 ARM/INTEL IOP32X ARM ARCHITECTURE
689 M: kernel@wantstofly.org
691 M: dan.j.williams@intel.com
692 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
695 ARM/INTEL IOP33X ARM ARCHITECTURE
697 M: dan.j.williams@intel.com
698 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
701 ARM/INTEL IOP13XX ARM ARCHITECTURE
703 M: kernel@wantstofly.org
705 M: dan.j.williams@intel.com
706 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
709 ARM/INTEL IQ81342EX MACHINE SUPPORT
711 M: kernel@wantstofly.org
713 M: dan.j.williams@intel.com
714 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
717 ARM/INTEL IXP2000 ARM ARCHITECTURE
719 M: kernel@wantstofly.org
720 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
723 ARM/INTEL IXDP2850 MACHINE SUPPORT
725 M: kernel@wantstofly.org
726 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
729 ARM/INTEL IXP23XX ARM ARCHITECTURE
731 M: kernel@wantstofly.org
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL XSC3 (MANZANO) ARM CORE
737 M: kernel@wantstofly.org
739 M: dan.j.williams@intel.com
740 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
745 M: kernel@wantstofly.org
746 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 ARM/LOGICPD PXA270 MACHINE SUPPORT
751 M: kernel@wantstofly.org
752 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 ARM/MAGICIAN MACHINE SUPPORT
757 M: philipp.zabel@gmail.com
760 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
761 P: Michael Petchkovsky
762 M: mkpetch@internode.on.net
765 ARM/TOSA MACHINE SUPPORT
766 P: Dmitry Eremin-Solenikov
767 M: dbaryshkov@gmail.com
769 M: dirk@opfer-online.de
772 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
774 M: marek.vasut@gmail.com
775 W: http://hackndev.com
780 M: slapin@ossfans.org
781 W: http://hackndev.com
786 M: pleb@gelato.unsw.edu.au
787 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
790 ARM/PT DIGITAL BOARD PORT
792 M: stefan.eletzhofer@eletztrick.de
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W: http://www.arm.linux.org.uk/
797 ARM/RADISYS ENP2611 MACHINE SUPPORT
799 M: kernel@wantstofly.org
800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 ARM/RISCPC ARCHITECTURE
805 M: linux@arm.linux.org.uk
806 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
807 W: http://www.arm.linux.org.uk/
809 F: arch/arm/common/time-acorn.c
810 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
811 F: arch/arm/include/asm/hardware/ioc.h
812 F: arch/arm/include/asm/hardware/iomd.h
813 F: arch/arm/include/asm/hardware/memc.h
814 F: arch/arm/mach-rpc/
815 F: drivers/net/arm/ether*
818 ARM/SHARK MACHINE SUPPORT
820 M: alex@shark-linux.de
821 W: http://www.shark-linux.de/shark.html
824 ARM/S3C2410 ARM ARCHITECTURE
826 M: ben-linux@fluff.org
827 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
828 W: http://www.fluff.org/ben/linux/
831 ARM/S3C2440 ARM ARCHITECTURE
833 M: ben-linux@fluff.org
834 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
835 W: http://www.fluff.org/ben/linux/
838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
840 M: kernel@wantstofly.org
841 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
844 ARM/THECUS N2100 MACHINE SUPPORT
846 M: kernel@wantstofly.org
847 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
850 ARM/NUVOTON W90X900 ARM ARCHITECTURE
852 M: mcuos.com@gmail.com
853 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
854 W: http://www.mcuos.com
859 M: linux@arm.linux.org.uk
860 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W: http://www.arm.linux.org.uk/
867 L: netdev@vger.kernel.org
871 ASUS ACPI EXTRAS DRIVER
873 M: corentincj@iksaif.net
875 M: sziwan@users.sourceforge.net
876 L: acpi4asus-user@lists.sourceforge.net
877 W: http://sourceforge.net/projects/acpi4asus
878 W: http://xf.iksaif.net/acpi4asus
880 F: arch/x86/kernel/acpi/boot.c
881 F: drivers/platform/x86/asus_acpi.c
883 ASUS ASB100 HARDWARE MONITOR DRIVER
885 M: mhoffman@lightlink.com
886 L: lm-sensors@lm-sensors.org
888 F: drivers/hwmon/asb100.c
890 ASUS LAPTOP EXTRAS DRIVER
892 M: corentincj@iksaif.net
893 L: acpi4asus-user@lists.sourceforge.net
894 W: http://sourceforge.net/projects/acpi4asus
895 W: http://xf.iksaif.net/acpi4asus
897 F: drivers/platform/x86/asus-laptop.c
899 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
901 M: dan.j.williams@intel.com
903 M: maciej.sosnowski@intel.com
904 L: linux-kernel@vger.kernel.org
905 W: http://sourceforge.net/projects/xscaleiop
907 F: Documentation/crypto/async-tx-api.txt
910 F: include/linux/dmaengine.h
911 F: include/linux/async_tx.h
913 ATA OVER ETHERNET (AOE) DRIVER
915 M: ecashin@coraid.com
916 W: http://www.coraid.com/support/linux
918 F: Documentation/aoe/
919 F: drivers/block/aoe/
921 ATHEROS ATH5K WIRELESS DRIVER
923 M: jirislaby@gmail.com
925 M: mickflemm@gmail.com
927 M: lrodriguez@atheros.com
929 M: me@bobcopeland.com
930 L: linux-wireless@vger.kernel.org
931 L: ath5k-devel@lists.ath5k.org
933 F: drivers/net/wireless/ath5k/
935 ATHEROS ATH9K WIRELESS DRIVER
937 M: lrodriguez@atheros.com
939 M: jmalinen@atheros.com
940 L: linux-wireless@vger.kernel.org
941 L: ath9k-devel@lists.ath9k.org
943 F: drivers/net/wireless/ath9k/
945 ATHEROS AR9170 WIRELESS DRIVER
946 P: Christian Lamparter
948 L: linux-wireless@vger.kernel.org
949 W: http://wireless.kernel.org/en/users/Drivers/ar9170
951 F: drivers/net/wireless/ar9170/
957 F: drivers/input/misc/ati_remote2.c
959 ATLX ETHERNET DRIVERS
961 M: jcliburn@gmail.com
965 M: jie.yang@atheros.com
966 L: atl1-devel@lists.sourceforge.net
967 W: http://sourceforge.net/projects/atl1
968 W: http://atl1.sourceforge.net
974 M: chas@cmf.nrl.navy.mil
975 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
976 L: netdev@vger.kernel.org
977 W: http://linux-atm.sourceforge.net
980 F: include/linux/atm*
982 ATMEL AT91 MCI DRIVER
984 M: nicolas.ferre@atmel.com
985 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
986 W: http://www.atmel.com/products/AT91/
987 W: http://www.at91.com/
989 F: drivers/mmc/host/at91_mci.c
991 ATMEL AT91 / AT32 SERIAL DRIVER
992 P: Haavard Skinnemoen
993 M: hskinnemoen@atmel.com
994 L: linux-kernel@vger.kernel.org
996 F: drivers/serial/atmel_serial.c
1000 M: nicolas.ferre@atmel.com
1001 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1003 F: drivers/video/atmel_lcdfb.c
1004 F: include/video/atmel_lcdc.h
1006 ATMEL MACB ETHERNET DRIVER
1007 P: Haavard Skinnemoen
1008 M: hskinnemoen@atmel.com
1010 F: drivers/net/macb.*
1013 P: Haavard Skinnemoen
1014 M: hskinnemoen@atmel.com
1016 F: drivers/spi/atmel_spi.*
1018 ATMEL USBA UDC DRIVER
1019 P: Haavard Skinnemoen
1020 M: hskinnemoen@atmel.com
1021 L: kernel@avr32linux.org
1022 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1024 F: drivers/usb/gadget/atmel_usba_udc.*
1026 ATMEL WIRELESS DRIVER
1028 M: simon@thekelleys.org.uk
1029 L: linux-wireless@vger.kernel.org
1030 W: http://www.thekelleys.org.uk/atmel
1031 W: http://atmelwlandriver.sourceforge.net/
1033 F: drivers/net/wireless/atmel*
1037 M: viro@zeniv.linux.org.uk
1039 M: eparis@redhat.com
1040 L: linux-audit@redhat.com (subscribers-only)
1041 W: http://people.redhat.com/sgrubb/audit/
1042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1044 F: include/linux/audit.h
1047 AUXILIARY DISPLAY DRIVERS
1048 P: Miguel Ojeda Sandonis
1049 M: miguel.ojeda.sandonis@gmail.com
1050 L: linux-kernel@vger.kernel.org
1051 W: http://miguelojeda.es/auxdisplay.htm
1052 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1054 F: drivers/auxdisplay/
1055 F: include/linux/cfag12864b.h
1058 P: Haavard Skinnemoen
1059 M: hskinnemoen@atmel.com
1060 W: http://www.atmel.com/products/AVR32/
1061 W: http://avr32linux.org/
1062 W: http://avrfreaks.net/
1066 AVR32/AT32AP MACHINE SUPPORT
1067 P: Haavard Skinnemoen
1068 M: hskinnemoen@atmel.com
1070 F: arch/avr32/mach-at32ap/
1074 M: ralf@linux-mips.org
1075 L: linux-hams@vger.kernel.org
1076 W: http://www.linux-ax25.org/
1078 F: include/linux/ax25.h
1079 F: include/net/ax25.h
1086 M: stefano.brivio@polimi.it
1087 L: linux-wireless@vger.kernel.org
1088 W: http://linuxwireless.org/en/users/Drivers/b43
1090 F: drivers/net/wireless/b43/
1092 B43LEGACY WIRELESS DRIVER
1094 M: Larry.Finger@lwfinger.net
1096 M: stefano.brivio@polimi.it
1097 L: linux-wireless@vger.kernel.org
1098 W: http://linuxwireless.org/en/users/Drivers/b43
1100 F: drivers/net/wireless/b43legacy/
1102 BACKLIGHT CLASS/SUBSYSTEM
1104 M: rpurdie@rpsys.net
1106 F: drivers/video/backlight/
1107 F: include/linux/backlight.h
1109 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1111 M: t.sailer@alumni.ethz.ch
1112 L: linux-hams@vger.kernel.org
1113 W: http://www.baycom.org/~tom/ham/ham.html
1115 F: drivers/net/hamradio/baycom*
1118 P: Sergey S. Kostyliov
1119 M: rathamahata@php4.ru
1120 L: linux-kernel@vger.kernel.org
1122 F: Documentation/filesystems/befs.txt
1126 P: Tigran A. Aivazian
1127 M: tigran@aivazian.fsnet.co.uk
1128 L: linux-kernel@vger.kernel.org
1130 F: Documentation/filesystems/bfs.txt
1132 F: include/linux/bfs_fs.h
1134 BLACKFIN ARCHITECTURE
1136 M: cooloney@kernel.org
1137 L: uclinux-dist-devel@blackfin.uclinux.org
1138 W: http://blackfin.uclinux.org
1142 BLACKFIN EMAC DRIVER
1144 M: cooloney@kernel.org
1145 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1146 W: http://blackfin.uclinux.org
1148 F: drivers/net/bfin_mac.*
1152 M: vapier.adi@gmail.com
1153 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1154 W: http://blackfin.uclinux.org
1156 F: drivers/rtc/rtc-bfin.c
1158 BLACKFIN SERIAL DRIVER
1160 M: sonic.zhang@analog.com
1161 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1162 W: http://blackfin.uclinux.org
1164 F: drivers/serial/bfin_5xx.c
1166 BLACKFIN WATCHDOG DRIVER
1168 M: vapier.adi@gmail.com
1169 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1170 W: http://blackfin.uclinux.org
1172 F: drivers/watchdog/bfin_wdt.c
1174 BLACKFIN I2C TWI DRIVER
1176 M: sonic.zhang@analog.com
1177 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1178 W: http://blackfin.uclinux.org/
1180 F: drivers/i2c/busses/i2c-bfin-twi.c
1185 L: linux-kernel@vger.kernel.org
1186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1192 M: joern@lazybastard.org
1193 L: linux-mtd@lists.infradead.org
1195 F: drivers/mtd/devices/block2mtd.c
1199 M: marcel@holtmann.org
1200 L: linux-bluetooth@vger.kernel.org
1201 W: http://www.bluez.org/
1203 F: drivers/bluetooth/
1207 M: marcel@holtmann.org
1208 L: linux-bluetooth@vger.kernel.org
1209 W: http://www.bluez.org/
1210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1213 F: include/net/bluetooth/
1218 L: bonding-devel@lists.sourceforge.net
1219 W: http://sourceforge.net/projects/bonding/
1221 F: drivers/net/bonding/
1222 F: include/linux/if_bonding.h
1224 BROADCOM B44 10/100 ETHERNET DRIVER
1226 M: zambrano@broadcom.com
1227 L: netdev@vger.kernel.org
1229 F: drivers/net/b44.*
1231 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1233 M: mchan@broadcom.com
1234 L: netdev@vger.kernel.org
1236 F: drivers/net/bnx2.*
1237 F: drivers/net/bnx2_*
1239 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1241 M: eilong@broadcom.com
1242 L: netdev@vger.kernel.org
1244 F: drivers/net/bnx2x*
1246 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1248 M: mcarlson@broadcom.com
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/tg3.*
1255 BSG (block layer generic sg v4 driver)
1257 M: fujita.tomonori@lab.ntt.co.jp
1258 L: linux-scsi@vger.kernel.org
1261 F: include/linux/bsg.h
1266 W: http://bu3sch.de/btgpio.php
1268 F: drivers/gpio/bt8xxgpio.c
1272 M: chris.mason@oracle.com
1273 L: linux-btrfs@vger.kernel.org
1274 W: http://btrfs.wiki.kernel.org/
1275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1277 F: Documentation/filesystems/btrfs.txt
1280 BTTV VIDEO4LINUX DRIVER
1281 P: Mauro Carvalho Chehab
1282 M: mchehab@infradead.org
1283 L: linux-media@vger.kernel.org
1284 W: http://linuxtv.org
1285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1287 F: Documentation/video4linux/bttv/
1288 F: drivers/media/video/bt8xx/bttv*
1290 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1292 M: dhowells@redhat.com
1293 L: linux-cachefs@redhat.com
1295 F: Documentation/filesystems/caching/cachefiles.txt
1298 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1301 L: linux-media@vger.kernel.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/cafe_ccic
1305 F: drivers/media/video/cafe_ccic*
1307 CALGARY x86-64 IOMMU
1312 L: linux-kernel@vger.kernel.org
1313 L: discuss@x86-64.org
1315 F: arch/x86/kernel/pci-calgary_64.c
1316 F: arch/x86/kernel/tce_64.c
1317 F: arch/x86/include/asm/calgary.h
1318 F: arch/x86/include/asm/tce.h
1322 M: urs.thuermann@volkswagen.de
1324 M: oliver.hartkopp@volkswagen.de
1325 L: socketcan-core@lists.berlios.de (subscribers-only)
1326 W: http://developer.berlios.de/projects/socketcan/
1329 F: include/linux/can/
1330 F: include/linux/can.h
1332 CELL BROADBAND ENGINE ARCHITECTURE
1335 L: linuxppc-dev@ozlabs.org
1336 L: cbe-oss-dev@ozlabs.org
1337 W: http://www.ibm.com/developerworks/power/cell/
1339 F: arch/powerpc/include/asm/cell*.h
1340 F: arch/powerpc/include/asm/lv1call.h
1341 F: arch/powerpc/include/asm/ps3*.h
1342 F: arch/powerpc/include/asm/spu*.h
1343 F: arch/powerpc/oprofile/*cell*
1344 F: arch/powerpc/platforms/cell/
1345 F: arch/powerpc/platforms/ps3/
1347 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1349 M: david.vrabel@csr.com
1350 L: linux-usb@vger.kernel.org
1352 F: Documentation/usb/WUSB-Design-overview.txt
1353 F: Documentation/usb/wusb-cbaf
1354 F: drivers/usb/wusbcore/
1355 F: include/linux/usb/wusb*
1357 CFAG12864B LCD DRIVER
1358 P: Miguel Ojeda Sandonis
1359 M: miguel.ojeda.sandonis@gmail.com
1360 L: linux-kernel@vger.kernel.org
1361 W: http://miguelojeda.es/auxdisplay.htm
1362 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1364 F: drivers/auxdisplay/cfag12864b.c
1365 F: include/linux/cfag12864b.h
1367 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1368 P: Miguel Ojeda Sandonis
1369 M: miguel.ojeda.sandonis@gmail.com
1370 L: linux-kernel@vger.kernel.org
1371 W: http://miguelojeda.es/auxdisplay.htm
1372 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1374 F: drivers/auxdisplay/cfag12864bfb.c
1375 F: include/linux/cfag12864b.h
1377 CFG80211 and NL80211
1379 M: johannes@sipsolutions.net
1380 L: linux-wireless@vger.kernel.org
1382 F: include/linux/nl80211.h
1383 F: include/net/cfg80211.h
1385 X: net/wireless/wext*
1389 M: apw@canonical.com
1390 L: linux-kernel@vger.kernel.org
1392 F: scripts/checkpatch.pl
1394 CISCO 10G ETHERNET DRIVER
1396 M: scofeldm@cisco.com
1398 M: jeykholt@cisco.com
1400 F: drivers/net/enic/
1402 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1403 P: Lennert Buytenhek
1404 M: kernel@wantstofly.org
1405 L: netdev@vger.kernel.org
1407 F: drivers/net/arm/ep93xx_eth.c
1409 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1410 P: Lennert Buytenhek
1411 M: kernel@wantstofly.org
1412 L: linux-usb@vger.kernel.org
1414 F: drivers/usb/host/ohci-ep93xx.c
1416 CIRRUS LOGIC CS4270 SOUND DRIVER
1418 M: timur@freescale.com
1419 L: alsa-devel@alsa-project.org
1421 F: sound/soc/codecs/cs4270*
1423 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1424 P: Cirrus Logic Corporation (kernel 2.2 driver)
1425 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1426 P: Nils Faerber (port to kernel 2.4)
1427 M: Nils Faerber <nils@kernelconcepts.de>
1429 F: Documentation/input/cs461x.txt
1430 F: sound/pci/cs46xx/
1434 M: linux@arm.linux.org.uk
1435 F: include/linux/clk.h
1439 M: jaharkes@cs.cmu.edu
1441 L: codalist@coda.cs.cmu.edu
1442 W: http://www.coda.cs.cmu.edu/
1444 F: Documentation/filesystems/coda.txt
1446 F: include/linux/coda*.h
1448 COMMON INTERNET FILE SYSTEM (CIFS)
1450 M: sfrench@samba.org
1451 L: linux-cifs-client@lists.samba.org
1452 L: samba-technical@lists.samba.org
1453 W: http://linux-cifs.samba.org/
1454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1456 F: Documentation/filesystems/cifs.txt
1459 COMPACTPCI HOTPLUG CORE
1461 M: scottm@somanetworks.com
1462 M: scott@spiteful.org
1463 L: linux-pci@vger.kernel.org
1465 F: drivers/pci/hotplug/cpci_hotplug*
1467 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1469 M: scottm@somanetworks.com
1470 M: scott@spiteful.org
1471 L: linux-pci@vger.kernel.org
1473 F: drivers/pci/hotplug/cpcihp_zt5550.*
1475 COMPACTPCI HOTPLUG GENERIC DRIVER
1477 M: scottm@somanetworks.com
1478 M: scott@spiteful.org
1479 L: linux-pci@vger.kernel.org
1481 F: drivers/pci/hotplug/cpcihp_generic.c
1483 COMPAL LAPTOP SUPPORT
1484 P: Cezary Jackiewicz
1485 M: cezary.jackiewicz@gmail.com
1487 F: drivers/platform/x86/compal-laptop.c
1489 COMPUTONE INTELLIPORT MULTIPORT CARD
1490 P: Michael H. Warfield
1492 W: http://www.wittsend.com/computone.html
1494 F: Documentation/serial/computone.txt
1495 F: drivers/char/ip2/
1497 CONEXANT ACCESSRUNNER USB DRIVER
1499 M: cxacru@fire.lp0.eu
1500 L: accessrunner-general@lists.sourceforge.net
1501 W: http://accessrunner.sourceforge.net/
1503 F: drivers/usb/atm/cxacru.c
1507 M: joel.becker@oracle.com
1508 L: linux-kernel@vger.kernel.org
1511 F: include/linux/configfs.h
1513 CONTROL GROUPS (CGROUPS)
1515 M: menage@google.com
1517 M: lizf@cn.fujitsu.com
1518 L: containers@lists.linux-foundation.org
1520 F: include/linux/cgroup*
1523 CORETEMP HARDWARE MONITORING DRIVER
1525 M: r.marek@assembler.cz
1526 L: lm-sensors@lm-sensors.org
1528 F: Documentation/hwmon/coretemp
1529 F: drivers/hwmon/coretemp.c
1531 COSA/SRP SYNC SERIAL DRIVER
1532 P: Jan "Yenya" Kasprzak
1534 W: http://www.fi.muni.cz/~kas/cosa/
1536 F: drivers/net/wan/cosa*
1538 CPU FREQUENCY DRIVERS
1541 L: cpufreq@vger.kernel.org
1542 W: http://www.codemonkey.org.uk/projects/cpufreq/
1543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1545 F: arch/x86/kernel/cpu/cpufreq/
1547 F: include/linux/cpufreq.h
1553 F: arch/x86/kernel/cpuid.c
1554 F: arch/x86/kernel/msr.c
1558 M: menage@google.com
1559 L: linux-kernel@vger.kernel.org
1560 W: http://www.bullopensource.org/cpuset/
1561 W: http://oss.sgi.com/projects/cpusets/
1563 F: Documentation/cgroups/cpusets.txt
1564 F: include/linux/cpuset.h
1568 W: http://sourceforge.net/projects/cramfs/
1570 F: Documentation/filesystems/cramfs.txt
1577 M: jesper.nilsson@axis.com
1578 L: dev-etrax@axis.com
1579 W: http://developer.axis.com
1585 M: herbert@gondor.apana.org.au
1587 M: davem@davemloft.net
1588 L: linux-crypto@vger.kernel.org
1589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1591 F: Documentation/crypto/
1597 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1599 M: nhorman@tuxdriver.com
1600 L: linux-crypto@vger.kernel.org
1603 CS5535 Audio ALSA driver
1605 M: jayakumar.alsa@gmail.com
1607 F: sound/pci/cs5535audio/
1609 CX18 VIDEO4LINUX DRIVER
1611 M: hverkuil@xs4all.nl
1614 L: ivtv-devel@ivtvdriver.org
1615 L: ivtv-users@ivtvdriver.org
1616 L: linux-media@vger.kernel.org
1617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1618 W: http://linuxtv.org
1620 F: Documentation/video4linux/cx18.txt
1621 F: drivers/media/video/cx18/
1623 CXGB3 ETHERNET DRIVER (CXGB3)
1626 L: netdev@vger.kernel.org
1627 W: http://www.chelsio.com
1629 F: drivers/net/cxgb3/
1631 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1633 M: swise@chelsio.com
1634 L: general@lists.openfabrics.org
1635 W: http://www.openfabrics.org
1637 F: drivers/infiniband/hw/cxgb3/
1641 M: linux@arm.linux.org.uk
1642 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1643 W: http://www.arm.linux.org.uk/
1645 F: drivers/video/cyber2000fb.*
1647 CYCLADES 2X SYNC CARD DRIVER
1648 P: Arnaldo Carvalho de Melo
1649 M: acme@ghostprotocols.net
1650 W: http://oops.ghostprotocols.net:81/blog
1652 F: drivers/net/wan/cycx*
1654 CYCLADES ASYNC MUX DRIVER
1655 W: http://www.cyclades.com/
1657 F: drivers/char/cyclades.c
1658 F: include/linux/cyclades.h
1660 CYCLADES PC300 DRIVER
1661 W: http://www.cyclades.com/
1663 F: drivers/net/wan/pc300*
1665 DAMA SLAVE for AX.25
1668 W: http://yaina.de/jreuter/
1669 W: http://www.qsl.net/dl1bke/
1670 L: linux-hams@vger.kernel.org
1672 F: net/ax25/af_ax25.c
1673 F: net/ax25/ax25_dev.c
1674 F: net/ax25/ax25_ds_*
1675 F: net/ax25/ax25_in.c
1676 F: net/ax25/ax25_out.c
1677 F: net/ax25/ax25_timer.c
1678 F: net/ax25/sysctl_net_ax25.c
1680 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1682 M: tori@unhappy.mine.nu
1683 L: netdev@vger.kernel.org
1685 F: Documentation/networking/dmfe.txt
1686 F: drivers/net/tulip/dmfe.c
1688 DC390/AM53C974 SCSI driver
1691 W: http://www.garloff.de/kurt/linux/dc390/
1692 P: Guennadi Liakhovetski
1693 M: g.liakhovetski@gmx.de
1695 F: drivers/scsi/tmscsim.*
1699 M: oliver@neukum.name
1703 M: lenehan@twibble.org
1704 W: http://twibble.org/dist/dc395x/
1705 L: dc395x@twibble.org
1706 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1708 F: Documentation/scsi/dc395x.txt
1709 F: drivers/scsi/dc395x.*
1712 P: Arnaldo Carvalho de Melo
1713 M: acme@ghostprotocols.net
1714 L: dccp@vger.kernel.org
1715 W: http://linux-net.osdl.org/index.php/DCCP
1717 F: include/linux/dccp.h
1718 F: include/linux/tfrc.h
1721 DECnet NETWORK LAYER
1722 P: Christine Caulfield
1723 M: christine.caulfield@googlemail.com
1724 W: http://linux-decnet.sourceforge.net
1725 L: linux-decnet-user@lists.sourceforge.net
1727 F: Documentation/networking/decnet.txt
1730 DEFXX FDDI NETWORK DRIVER
1731 P: Maciej W. Rozycki
1732 M: macro@linux-mips.org
1734 F: drivers/net/defxx.*
1738 M: mjg59@srcf.ucam.org
1740 F: drivers/platform/x86/dell-laptop.c
1742 DELL LAPTOP SMM DRIVER
1743 P: Massimo Dal Zotto
1745 W: http://www.debian.org/~dz/i8k/
1747 F: drivers/char/i8k.c
1748 F: include/linux/i8k.h
1750 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1752 M: Douglas_Warzecha@dell.com
1754 F: Documentation/dcdbas.txt
1755 F: drivers/firmware/dcdbas.*
1757 DELL WMI EXTRAS DRIVER
1759 M: mjg59@srcf.ucam.org
1762 DEVICE NUMBER REGISTRY
1764 M: device@lanana.org
1765 W: http://lanana.org/docs/device-list/index.html
1766 L: linux-kernel@vger.kernel.org
1771 L: dm-devel@redhat.com
1772 W: http://sources.redhat.com/dm
1774 F: Documentation/device-mapper/
1776 F: include/linux/device-mapper.h
1777 F: include/linux/dm-*.h
1779 DIGI INTL. EPCA DRIVER
1780 P: Digi International, Inc
1781 M: Eng.Linux@digi.com
1782 L: Eng.Linux@digi.com
1783 W: http://www.digi.com
1785 F: Documentation/serial/digiepca.txt
1786 F: drivers/char/epca*
1787 F: drivers/char/digi*
1789 DIRECTORY NOTIFICATION (DNOTIFY)
1791 M: sfr@canb.auug.org.au
1792 L: linux-kernel@vger.kernel.org
1794 F: Documentation/filesystems/dnotify.txt
1795 F: fs/notify/dnotify/
1796 F: include/linux/dnotify.h
1798 DISK GEOMETRY AND PARTITION HANDLING
1801 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1802 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1803 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1809 L: linux-kernel@vger.kernel.org
1811 F: Documentation/filesystems/quota.txt
1813 F: include/linux/quota*.h
1815 DISTRIBUTED LOCK MANAGER (DLM)
1816 P: Christine Caulfield
1817 M: ccaulfie@redhat.com
1819 M: teigland@redhat.com
1820 L: cluster-devel@redhat.com
1821 W: http://sources.redhat.com/cluster/
1822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1826 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1828 M: maciej.sosnowski@intel.com
1830 M: dan.j.williams@intel.com
1831 L: linux-kernel@vger.kernel.org
1834 F: include/linux/dma*
1836 DME1737 HARDWARE MONITOR DRIVER
1839 L: lm-sensors@lm-sensors.org
1841 F: Documentation/hwmon/dme1737
1842 F: drivers/hwmon/dme1737.c
1844 DOCBOOK FOR DOCUMENTATION
1846 M: rdunlap@xenotime.net
1849 DOCKING STATION DRIVER
1851 M: shaohua.li@intel.com
1852 L: linux-acpi@vger.kernel.org
1854 F: drivers/acpi/dock.c
1858 M: rdunlap@xenotime.net
1859 L: linux-doc@vger.kernel.org
1864 P: James R. Van Zandt
1865 M: jrv@vanzandt.mv.com
1866 L: blinux-list@redhat.com
1868 F: drivers/char/dtlk.c
1869 F: include/linux/dtlk.h
1871 DPT_I2O SCSI RAID DRIVER
1872 P: Adaptec OEM Raid Solutions
1873 M: aacraid@adaptec.com
1874 L: linux-scsi@vger.kernel.org
1875 W: http://www.adaptec.com/
1877 F: drivers/scsi/dpt*
1878 F: drivers/scsi/dpt/
1880 DRIVER CORE, KOBJECTS, AND SYSFS
1881 P: Greg Kroah-Hartman
1883 L: linux-kernel@vger.kernel.org
1884 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1886 F: Documentation/kobject.txt
1889 F: include/linux/kobj*
1895 L: dri-devel@lists.sourceforge.net
1896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1902 M: romieu@fr.zoreil.com
1903 L: netdev@vger.kernel.org
1905 F: drivers/net/wan/dscc4.c
1907 DZ DECSTATION DZ11 SERIAL DRIVER
1908 P: Maciej W. Rozycki
1909 M: macro@linux-mips.org
1911 F: drivers/serial/dz.*
1913 EATA-DMA SCSI DRIVER
1915 M: mike@i-Connect.Net
1916 L: linux-eata@i-connect.net
1917 L: linux-scsi@vger.kernel.org
1919 F: drivers/scsi/eata*
1921 EATA ISA/EISA/PCI SCSI DRIVER
1923 M: ballabio_dario@emc.com
1924 L: linux-scsi@vger.kernel.org
1926 F: drivers/scsi/eata.c
1928 EATA-PIO SCSI DRIVER
1930 M: mike@i-Connect.Net
1931 L: linux-eata@i-connect.net
1932 L: linux-scsi@vger.kernel.org
1934 F: drivers/scsi/eata_pio.*
1938 M: bart.de.schuymer@pandora.be
1939 L: ebtables-user@lists.sourceforge.net
1940 L: ebtables-devel@lists.sourceforge.net
1941 W: http://ebtables.sourceforge.net/
1943 F: include/linux/netfilter_bridge/ebt_*.h
1944 F: net/bridge/netfilter/ebt*.c
1948 M: tyhicks@linux.vnet.ibm.com
1950 P: kirkland@canonical.com
1951 L: ecryptfs-devel@lists.launchpad.net
1952 W: https://launchpad.net/ecryptfs
1954 F: Documentation/filesystems/ecryptfs.txt
1959 M: dougthompson@xmission.com
1960 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1961 W: bluesmoke.sourceforge.net
1963 F: Documentation/edac.txt
1964 F: drivers/edac/edac_*
1965 F: include/linux/edac.h
1970 M: mark.gross@intel.com
1971 M: dougthompson@xmission.com
1972 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1973 W: bluesmoke.sourceforge.net
1975 F: drivers/edac/e752x_edac.c
1979 M: dougthompson@xmission.com
1980 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1981 W: bluesmoke.sourceforge.net
1983 F: drivers/edac/e7xxx_edac.c
1987 M: tim@buttersideup.com
1988 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W: bluesmoke.sourceforge.net
1991 F: drivers/edac/i82443bxgx_edac.c
1995 M: juhlenko@akamai.com
1996 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 W: bluesmoke.sourceforge.net
1999 F: drivers/edac/i3000_edac.c
2003 M: dougthompson@xmission.com
2004 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2005 W: bluesmoke.sourceforge.net
2007 F: drivers/edac/i5000_edac.c
2010 P: Mauro Carvalho Chehab
2011 M: mchehab@redhat.com
2012 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W: bluesmoke.sourceforge.net
2015 F: drivers/edac/i5400_edac.c
2018 P: Ranganathan Desikan
2020 M: rdesikan@jetzbroadband.com
2021 M: arvind@acarlab.com
2022 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W: bluesmoke.sourceforge.net
2025 F: drivers/edac/i82975x_edac.c
2030 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 W: bluesmoke.sourceforge.net
2033 F: drivers/edac/pasemi_edac.c
2037 M: tim@buttersideup.com
2038 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2039 W: bluesmoke.sourceforge.net
2041 F: drivers/edac/r82600_edac.c
2043 EEEPC LAPTOP EXTRAS DRIVER
2045 M: corentincj@iksaif.net
2046 L: acpi4asus-user@lists.sourceforge.net
2047 W: http://sourceforge.net/projects/acpi4asus
2049 F: drivers/platform/x86/eeepc-laptop.c
2052 W: http://aeschi.ch.eu.org/efs/
2056 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2058 M: hnguyen@de.ibm.com
2060 M: raisch@de.ibm.com
2061 L: general@lists.openfabrics.org
2063 F: drivers/infiniband/hw/ehca/
2067 M: paul.gortmaker@windriver.com
2069 M: dwmw2@infradead.org
2070 L: linux-embedded@vger.kernel.org
2073 EMULEX LPFC FC SCSI DRIVER
2075 M: james.smart@emulex.com
2076 L: linux-scsi@vger.kernel.org
2077 W: http://sourceforge.net/projects/lpfcxxxx
2079 F: drivers/scsi/lpfc/
2081 EPSON 1355 FRAMEBUFFER DRIVER
2082 P: Christopher Hoover
2083 M: ch@murgatroid.com
2084 P: Christopher Hoover
2087 F: drivers/video/epson1355fb.c
2089 EPSON S1D13XXX FRAMEBUFFER DRIVER
2090 P: Kristoffer Ericson
2091 M: kristoffer.ericson@gmail.com
2093 F: drivers/video/s1d13xxxfb.c
2094 F: include/video/s1d13xxxfb.h
2096 ETHEREXPRESS-16 NETWORK DRIVER
2099 L: netdev@vger.kernel.org
2101 F: drivers/net/eexpress.*
2104 P: Stephen Hemminger
2105 M: shemminger@linux-foundation.org
2106 L: bridge@lists.linux-foundation.org
2107 W: http://www.linux-foundation.org/en/Net:Bridge
2109 F: include/linux/netfilter_bridge/
2112 ETHERTEAM 16I DRIVER
2116 F: drivers/net/eth16i.c
2119 L: linux-ext4@vger.kernel.org
2121 F: Documentation/filesystems/ext2.txt
2123 F: include/linux/ext2*
2129 M: akpm@linux-foundation.org
2132 L: linux-ext4@vger.kernel.org
2134 F: Documentation/filesystems/ext3.txt
2136 F: include/linux/ext3*
2143 L: linux-ext4@vger.kernel.org
2144 W: http://ext4.wiki.kernel.org
2146 F: Documentation/filesystems/ext4.txt
2149 F71805F HARDWARE MONITORING DRIVER
2151 M: khali@linux-fr.org
2152 L: lm-sensors@lm-sensors.org
2154 F: Documentation/hwmon/f71805f
2155 F: drivers/hwmon/f71805f.c
2157 FARSYNC SYNCHRONOUS DRIVER
2159 M: kevin.curtis@farsite.co.uk
2160 W: http://www.farsite.co.uk/
2162 F: drivers/net/wan/farsync.*
2164 FAULT INJECTION SUPPORT
2166 M: akinobu.mita@gmail.com
2168 F: Documentation/fault-injection/
2169 F: lib/fault-inject.c
2171 FILE LOCKING (flock() and fcntl()/lockf())
2174 L: linux-fsdevel@vger.kernel.org
2176 F: include/linux/fcntl.h
2177 F: include/linux/fs.h
2181 FILESYSTEMS (VFS and infrastructure)
2183 M: viro@zeniv.linux.org.uk
2184 L: linux-fsdevel@vger.kernel.org
2188 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2190 M: riku.vipio@iki.fi
2191 L: lm-sensors@lm-sensors.org
2193 F: drivers/hwmon/f75375s.c
2194 F: include/linux/f75375s.h
2197 P: Kristian Hoegsberg
2200 M: stefanr@s5r6.in-berlin.de
2201 L: linux1394-devel@lists.sourceforge.net
2202 W: http://www.linux1394.org/
2203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2205 F: drivers/firewire/
2206 F: include/linux/firewire*.h
2208 FIRMWARE LOADER (request_firmware)
2209 L: linux-kernel@vger.kernel.org
2211 F: Documentation/firmware_class/
2212 F: drivers/base/firmware*.c
2213 F: include/linux/firmware.h
2217 M: billm@melbpc.org.au
2218 W: http://floatingpoint.sourceforge.net/emulator/index.html
2220 F: arch/x86/math-emu/
2222 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2224 M: mike.mclagan@linux.org
2225 L: netdev@vger.kernel.org
2227 F: drivers/net/wan/dlci.c
2228 F: drivers/net/wan/sdla.c
2232 M: adaplas@gmail.com
2233 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2234 W: http://linux-fbdev.sourceforge.net/
2236 F: Documentation/fb/
2237 F: drivers/video/fb*
2238 F: include/linux/fb.h
2240 FREESCALE DMA DRIVER
2242 M: leoli@freescale.com
2245 L: linuxppc-embedded@ozlabs.org
2246 L: linux-kernel@vger.kernel.org
2248 F: drivers/dma/fsldma.*
2250 FREESCALE I2C CPM DRIVER
2253 L: linuxppc-dev@ozlabs.org
2254 L: linux-i2c@vger.kernel.org
2256 F: drivers/i2c/busses/i2c-cpm.c
2258 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2260 M: kernel@pengutronix.de
2261 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2262 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2264 F: arch/arm/plat-mxc/include/mach/imxfb.h
2265 F: drivers/video/imxfb.c
2267 FREESCALE SOC FS_ENET DRIVER
2268 P: Pantelis Antoniou
2269 M: pantelis.antoniou@gmail.com
2271 M: vbordug@ru.mvista.com
2272 L: linuxppc-dev@ozlabs.org
2273 L: netdev@vger.kernel.org
2275 F: drivers/net/fs_enet/
2276 F: include/linux/fs_enet_pd.h
2278 FREESCALE QUICC ENGINE LIBRARY
2280 M: timur@freescale.com
2281 L: linuxppc-dev@ozlabs.org
2283 F: arch/powerpc/sysdev/qe_lib/
2284 F: arch/powerpc/include/asm/*qe.h
2286 FREESCALE HIGHSPEED USB DEVICE DRIVER
2288 M: leoli@freescale.com
2289 L: linux-usb@vger.kernel.org
2290 L: linuxppc-dev@ozlabs.org
2292 F: drivers/usb/gadget/fsl_usb2_udc.c
2294 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2296 M: leoli@freescale.com
2297 L: netdev@vger.kernel.org
2298 L: linuxppc-dev@ozlabs.org
2300 F: drivers/net/ucc_geth*
2302 FREESCALE QUICC ENGINE UCC UART DRIVER
2304 M: timur@freescale.com
2305 L: linuxppc-dev@ozlabs.org
2307 F: drivers/serial/ucc_uart.c
2309 FREESCALE SOC SOUND DRIVERS
2311 M: timur@freescale.com
2312 L: alsa-devel@alsa-project.org
2313 L: linuxppc-dev@ozlabs.org
2315 F: sound/soc/fsl/fsl*
2316 F: sound/soc/fsl/mpc8610_hpcd.c
2319 P: Christoph Hellwig
2320 M: hch@infradead.org
2321 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2328 P: Rafael J. Wysocki
2330 L: linux-pm@lists.linux-foundation.org
2332 F: Documentation/power/freezing-of-tasks.txt
2333 F: include/linux/freezer.h
2336 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2338 M: dhowells@redhat.com
2339 L: linux-cachefs@redhat.com
2341 F: Documentation/filesystems/caching/
2343 F: include/linux/fscache*.h
2347 M: rostedt@goodmis.org
2349 F: Documentation/ftrace.txt
2350 F: arch/*/*/*/ftrace.h
2351 F: arch/*/kernel/ftrace.c
2352 F: include/*/ftrace.h
2355 FUJITSU FR-V (FRV) PORT
2357 M: dhowells@redhat.com
2361 FUJITSU LAPTOP EXTRAS
2363 M: jwoithe@physics.adelaide.edu.au
2364 L: linux-acpi@vger.kernel.org
2366 F: drivers/platform/x86/fujitsu-laptop.c
2368 FUSE: FILESYSTEM IN USERSPACE
2370 M: miklos@szeredi.hu
2371 L: fuse-devel@lists.sourceforge.net
2372 W: http://fuse.sourceforge.net/
2375 F: include/linux/fuse.h
2377 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2380 L: linux-scsi@vger.kernel.org
2381 S: Odd Fixes (e.g., new signatures)
2382 F: drivers/scsi/fdomain.*
2384 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2386 M: achim_leubner@adaptec.com
2387 L: linux-scsi@vger.kernel.org
2388 W: http://www.icp-vortex.com/
2390 F: drivers/scsi/gdt*
2392 GENERIC GPIO I2C DRIVER
2393 P: Haavard Skinnemoen
2394 M: hskinnemoen@atmel.com
2396 F: drivers/i2c/busses/i2c-gpio.c
2397 F: include/linux/i2c-gpio.h
2399 GENERIC HDLC (WAN) DRIVERS
2402 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2404 F: drivers/net/wan/c101.c
2405 F: drivers/net/wan/hd6457*
2406 F: drivers/net/wan/hdlc*
2407 F: drivers/net/wan/n2.c
2408 F: drivers/net/wan/pc300too.c
2409 F: drivers/net/wan/pci200syn.c
2410 F: drivers/net/wan/wanxl*
2413 P: Steven Whitehouse
2414 M: swhiteho@redhat.com
2415 L: cluster-devel@redhat.com
2416 W: http://sources.redhat.com/cluster/
2417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2420 F: Documentation/filesystems/gfs2*.txt
2422 F: include/linux/gfs2_ondisk.h
2424 GIGASET ISDN DRIVERS
2429 L: gigaset307x-common@lists.sourceforge.net
2430 W: http://gigaset307x.sourceforge.net/
2432 F: Documentation/isdn/README.gigaset
2433 F: drivers/isdn/gigaset/
2434 F: include/linux/gigaset_dev.h
2436 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2438 M: frank@f-seidel.de
2439 L: lm-sensors@lm-sensors.org
2440 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2442 F: drivers/hwmon/hdaps.c
2444 HYPERVISOR VIRTUAL CONSOLE DRIVER
2445 L: linuxppc-dev@ozlabs.org
2446 L: linux-kernel@vger.kernel.org
2448 F: drivers/char/hvc_*
2450 GSPCA FINEPIX SUBDRIVER
2453 L: linux-media@vger.kernel.org
2454 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2456 F: drivers/media/video/gspca/finepix.c
2458 GSPCA M5602 SUBDRIVER
2460 M: erik.andren@gmail.com
2461 L: linux-media@vger.kernel.org
2462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2464 F: drivers/media/video/gspca/m5602/
2466 GSPCA PAC207 SONIXB SUBDRIVER
2468 M: hdegoede@redhat.com
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/pac207.c
2474 GSPCA T613 SUBDRIVER
2475 P: Leandro Costantino
2476 M: lcostantino@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/t613.c
2482 GSPCA USB WEBCAM DRIVER
2483 P: Jean-Francois Moine
2485 W: http://moinejf.free.fr
2486 L: linux-media@vger.kernel.org
2487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2489 F: drivers/media/video/gspca/
2492 L: lm-sensors@lm-sensors.org
2493 W: http://www.lm-sensors.org/
2497 HARDWARE RANDOM NUMBER GENERATOR CORE
2499 F: Documentation/hw_random.txt
2500 F: drivers/char/hw_random/
2501 F: include/linux/hw_random.h
2503 HARMONY SOUND DRIVER
2506 L: linux-parisc@vger.kernel.org
2508 F: sound/parisc/harmony.*
2510 HAYES ESP SERIAL DRIVER
2511 P: Andrew J. Robinson
2513 L: linux-kernel@vger.kernel.org
2514 W: http://www.nyx.net/~arobinso
2516 F: Documentation/serial/hayes-esp.txt
2517 F: drivers/char/esp.c
2519 HEWLETT-PACKARD SMART2 RAID DRIVER
2521 M: chirag.kantharia@hp.com
2522 L: iss_storagedev@hp.com
2524 F: Documentation/blockdev/cpqarray.txt
2525 F: drivers/block/cpqarray.*
2527 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2529 M: mike.miller@hp.com
2530 L: iss_storagedev@hp.com
2532 F: Documentation/blockdev/cciss.txt
2533 F: drivers/block/cciss*
2534 F: include/linux/cciss_ioctl.h
2538 M: zippel@linux-m68k.org
2539 L: linux-kernel@vger.kernel.org
2541 F: Documentation/filesystems/hfs.txt
2544 HGA FRAMEBUFFER DRIVER
2546 M: fero@drama.obuda.kando.hu
2547 L: linux-nvidia@lists.surfsouth.com
2548 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2550 F: drivers/video/hgafb.c
2552 HIBERNATION (aka Software Suspend, aka swsusp)
2555 P: Rafael J. Wysocki
2557 L: linux-pm@lists.linux-foundation.org
2560 F: drivers/base/power/
2562 F: include/linux/suspend.h
2563 F: include/linux/freezer.h
2564 F: include/linux/pm.h
2565 F: arch/*/include/asm/suspend*.h
2570 L: linux-input@vger.kernel.org
2571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2574 F: include/linux/hid*
2576 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2578 M: tglx@linutronix.de
2579 L: linux-kernel@vger.kernel.org
2581 F: Documentation/timers/
2583 F: include/linux/hrtimer.h
2585 HIGH-SPEED SCC DRIVER FOR AX.25
2587 M: klaus.kudielka@ieee.org
2588 L: linux-hams@vger.kernel.org
2589 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2591 F: drivers/net/hamradio/dmascc.c
2592 F: drivers/net/hamradio/scc.c
2594 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2595 P: HighPoint Linux Team
2596 M: linux@highpoint-tech.com
2597 W: http://www.highpoint-tech.com
2599 F: Documentation/scsi/hptiop.txt
2600 F: drivers/scsi/hptiop.c
2604 M: jes@trained-monkey.org
2605 L: linux-hippi@sunsite.dk
2607 F: include/linux/hippidevice.h
2608 F: include/linux/if_hippi.h
2614 L: hostap@shmoo.com (subscribers-only)
2615 L: linux-wireless@vger.kernel.org
2616 W: http://hostap.epitest.fi/
2618 F: drivers/net/wireless/hostap/
2620 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2622 M: carlos@strangeworlds.co.uk
2624 F: drivers/platform/x86/tc1100-wmi.c
2626 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2630 F: drivers/net/hp100.*
2632 HPET: High Precision Event Timers driver
2634 M: clemens@ladisch.de
2636 F: Documentation/timers/hpet.txt
2637 F: drivers/char/hpet.c
2638 F: include/linux/hpet.h
2641 P: Venkatesh Pallipadi (Venki)
2642 M: venkatesh.pallipadi@intel.com
2644 F: arch/x86/kernel/hpet.c
2645 F: arch/x86/include/asm/hpet.h
2656 F: drivers/char/hpet.c
2660 M: mikulas@artax.karlin.mff.cuni.cz
2661 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2667 M: j.dumon@option.com
2668 W: http://www.pharscape.org
2670 F: drivers/net/usb/hso.c
2672 HTCPEN TOUCHSCREEN DRIVER
2675 L: linux-input@vger.kernel.org
2677 F: drivers/input/touchscreen/htcpen.c
2681 M: wli@holomorphy.com
2685 I2C/SMBUS STUB DRIVER
2687 M: mhoffman@lightlink.com
2688 L: linux-i2c@vger.kernel.org
2690 F: drivers/i2c/busses/i2c-stub.c
2693 P: Jean Delvare (PC drivers, core)
2694 M: khali@linux-fr.org
2695 P: Ben Dooks (embedded platforms)
2696 M: ben-linux@fluff.org
2697 L: linux-i2c@vger.kernel.org
2698 W: http://i2c.wiki.kernel.org/
2699 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2701 F: Documentation/i2c/
2703 F: include/linux/i2c.h
2704 F: include/linux/i2c-dev.h
2705 F: include/linux/i2c-id.h
2710 L: linux-i2c@vger.kernel.org
2711 W: http://www.harbaum.org/till/i2c_tiny_usb
2713 F: drivers/i2c/busses/i2c-tiny-usb.c
2718 L: Linux-Kernel@vger.kernel.org
2722 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2728 IA64 (Itanium) PLATFORM
2730 M: tony.luck@intel.com
2731 L: linux-ia64@vger.kernel.org
2732 W: http://www.ia64-linux.org/
2733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2737 IBM MCA SCSI SUBSYSTEM DRIVER
2739 M: langa2@kph.uni-mainz.de
2740 W: http://www.uni-mainz.de/~langm000/linux.html
2742 F: drivers/scsi/ibmmca.c
2744 IBM Power Linux RAID adapter
2746 M: brking@us.ibm.com
2748 F: drivers/scsi/ipr.*
2750 IBM ServeRAID RAID DRIVER
2753 M: ipslinux@adaptec.com
2754 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2756 F: drivers/scsi/ips.*
2759 P: Bartlomiej Zolnierkiewicz
2760 M: bzolnier@gmail.com
2761 L: linux-ide@vger.kernel.org
2762 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2764 F: Documentation/ide/
2766 F: include/linux/ide.h
2770 M: petkovbb@gmail.com
2771 L: linux-ide@vger.kernel.org
2773 F: Documentation/cdrom/ide-cd
2774 F: drivers/ide/ide-cd*
2778 M: andrew.d.henroid@intel.com
2779 L: linux-pm@lists.linux-foundation.org
2781 F: drivers/idle/i7300_idle.c
2785 M: ben.collins@ubuntu.com
2787 M: stefanr@s5r6.in-berlin.de
2788 L: linux1394-devel@lists.sourceforge.net
2789 W: http://www.linux1394.org/
2790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2792 F: drivers/ieee1394/
2794 IEEE 1394 RAW I/O DRIVER
2798 M: stefanr@s5r6.in-berlin.de
2799 L: linux1394-devel@lists.sourceforge.net
2801 F: drivers/ieee1394/raw1394*
2803 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2807 F: security/integrity/ima/
2809 IMS TWINTURBO FRAMEBUFFER DRIVER
2810 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2812 F: drivers/video/imsttfb.c
2814 INFINIBAND SUBSYSTEM
2816 M: rolandd@cisco.com
2818 M: sean.hefty@intel.com
2820 M: hal.rosenstock@gmail.com
2821 L: general@lists.openfabrics.org (moderated for non-subscribers)
2822 W: http://www.openib.org/
2823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2825 F: Documentation/infiniband/
2826 F: drivers/infiniband/
2827 F: include/linux/if_infiniband.h
2831 M: john@johnmccutchan.com
2834 L: linux-kernel@vger.kernel.org
2836 F: Documentation/filesystems/inotify.txt
2837 F: fs/notify/inotify/
2838 F: include/linux/inotify.h
2840 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2842 M: dmitry.torokhov@gmail.com
2844 L: linux-input@vger.kernel.org
2845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2849 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2851 M: sylvain.meyer@worldonline.fr
2852 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2854 F: Documentation/fb/intelfb.txt
2855 F: drivers/video/intelfb/
2857 INTEL 810/815 FRAMEBUFFER DRIVER
2859 M: adaplas@gmail.com
2860 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2862 F: drivers/video/i810/
2864 INTEL MENLOW THERMAL DRIVER
2866 M: sujith.thomas@intel.com
2867 L: linux-acpi@vger.kernel.org
2868 W: http://www.lesswatts.org/projects/acpi/
2870 F: drivers/platform/x86/intel_menlow.c
2872 INTEL IA32 MICROCODE UPDATE SUPPORT
2874 M: tigran@aivazian.fsnet.co.uk
2876 F: arch/x86/kernel/microcode_core.c
2877 F: arch/x86/kernel/microcode_intel.c
2879 INTEL I/OAT DMA DRIVER
2881 M: maciej.sosnowski@intel.com
2882 L: linux-kernel@vger.kernel.org
2884 F: drivers/dma/ioat*
2888 M: dwmw2@infradead.org
2889 L: iommu@lists.linux-foundation.org
2890 T: git git://git.infradead.org/iommu-2.6.git
2892 F: drivers/pci/intel-iommu.c
2893 F: include/linux/intel-iommu.h
2895 INTEL IOP-ADMA DMA DRIVER
2897 M: dan.j.williams@intel.com
2898 L: linux-kernel@vger.kernel.org
2900 F: drivers/dma/iop-adma.c
2902 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2906 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2907 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2908 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2909 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2910 F: drivers/net/arm/ixp4xx_eth.c
2911 F: drivers/net/wan/ixp4xx_hss.c
2913 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2915 M: dsaxena@plexity.net
2917 F: drivers/char/hw_random/ixp4xx-rng.c
2919 INTEL IXP2000 ETHERNET DRIVER
2920 P: Lennert Buytenhek
2921 M: kernel@wantstofly.org
2922 L: netdev@vger.kernel.org
2924 F: drivers/net/ixp2000/
2926 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2928 M: jeffrey.t.kirsher@intel.com
2930 M: jesse.brandeburg@intel.com
2932 M: bruce.w.allan@intel.com
2934 M: peter.p.waskiewicz.jr@intel.com
2936 M: john.ronciak@intel.com
2937 L: e1000-devel@lists.sourceforge.net
2938 W: http://e1000.sourceforge.net/
2940 F: drivers/net/e100.c
2941 F: drivers/net/e1000/
2942 F: drivers/net/e1000e/
2944 F: drivers/net/ixgb/
2945 F: drivers/net/ixgbe/
2947 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2951 M: jketreno@linux.intel.com
2953 M: reinette.chatre@intel.com
2954 L: linux-wireless@vger.kernel.org
2955 L: ipw2100-devel@lists.sourceforge.net
2956 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2957 W: http://ipw2100.sourceforge.net
2959 F: Documentation/networking/README.ipw2100
2960 F: drivers/net/wireless/ipw2x00/ipw2100.*
2962 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2966 M: jketreno@linux.intel.com
2968 M: reinette.chatre@intel.com
2969 L: linux-wireless@vger.kernel.org
2970 L: ipw2100-devel@lists.sourceforge.net
2971 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2972 W: http://ipw2200.sourceforge.net
2974 F: Documentation/networking/README.ipw2200
2975 F: drivers/net/wireless/ipw2x00/ipw2200.*
2977 INTEL WIRELESS WIMAX CONNECTION 2400
2978 P: Inaky Perez-Gonzalez
2979 M: inaky.perez-gonzalez@intel.com
2980 M: linux-wimax@intel.com
2981 L: wimax@linuxwimax.org
2983 W: http://linuxwimax.org
2984 F: Documentation/wimax/README.i2400m
2985 F: drivers/net/wimax/i2400m/
2986 F: include/linux/wimax/i2400m.h
2988 INTEL WIRELESS WIFI LINK (iwlwifi)
2992 M: reinette.chatre@intel.com
2993 L: linux-wireless@vger.kernel.org
2994 L: ipw3945-devel@lists.sourceforge.net
2995 W: http://intellinuxwireless.org
2996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2998 F: drivers/net/wireless/iwlwifi/
3000 IOC3 ETHERNET DRIVER
3002 M: ralf@linux-mips.org
3003 L: linux-mips@linux-mips.org
3005 F: drivers/net/ioc3-eth.c
3010 L: linux-mips@linux-mips.org
3012 F: drivers/serial/ioc3_serial.c
3016 M: jjciarla@raiz.uncu.edu.ar
3018 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3020 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3022 M: romieu@fr.zoreil.com
3024 M: sorbica@icplus.com.tw
3026 M: jesse@icplus.com.tw
3027 L: netdev@vger.kernel.org
3029 F: drivers/net/ipg.c
3033 M: infinipath@qlogic.com
3034 L: general@lists.openfabrics.org
3035 T: git git://git.qlogic.com/ipath-linux-2.6
3037 F: drivers/infiniband/hw/ipath/
3042 L: openipmi-developer@lists.sourceforge.net
3043 W: http://openipmi.sourceforge.net/
3045 F: Documentation/IPMI.txt
3046 F: drivers/char/ipmi/
3047 F: include/linux/ipmi*
3049 IPS SCSI RAID DRIVER
3050 P: Adaptec OEM Raid Solutions
3051 M: aacraid@adaptec.com
3052 L: linux-scsi@vger.kernel.org
3053 W: http://www.adaptec.com/
3055 F: drivers/scsi/ips*
3059 M: wensong@linux-vs.org
3061 M: horms@verge.net.au
3064 L: netdev@vger.kernel.org
3065 L: lvs-devel@vger.kernel.org
3067 F: Documentation/networking/ipvs-sysctl.txt
3068 F: net/netfilter/ipvs/
3076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3077 F: drivers/char/pcmcia/ipwireless/
3080 P: Arnaldo Carvalho de Melo
3081 M: acme@ghostprotocols.net
3082 L: netdev@vger.kernel.org
3084 F: include/linux/ipx.h
3085 F: include/net/ipx.h
3090 M: samuel@sortiz.org
3091 L: irda-users@lists.sourceforge.net (subscribers-only)
3092 W: http://irda.sourceforge.net/
3094 F: Documentation/networking/irda.txt
3095 F: drivers/net/irda/
3096 F: include/net/irda/
3103 F: Documentation/isapnp.txt
3104 F: drivers/pnp/isapnp/
3105 F: include/linux/isapnp.h
3109 M: michaelc@cs.wisc.edu
3110 L: open-iscsi@googlegroups.com
3111 W: www.open-iscsi.org
3112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3114 F: drivers/scsi/*iscsi*
3115 F: include/scsi/*iscsi*
3119 M: isdn@linux-pingi.de
3120 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3121 W: http://www.isdn4linux.de
3122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3124 F: Documentation/isdn/
3126 F: include/linux/isdn.h
3127 F: include/linux/isdn/
3129 ISDN SUBSYSTEM (Eicon active card driver)
3132 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3133 W: http://www.melware.de
3135 F: drivers/isdn/hardware/eicon/
3137 IVTV VIDEO4LINUX DRIVER
3139 M: hverkuil@xs4all.nl
3140 L: ivtv-devel@ivtvdriver.org
3141 L: ivtv-users@ivtvdriver.org
3142 L: linux-media@vger.kernel.org
3143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3144 W: http://www.ivtvdriver.org
3146 F: Documentation/video4linux/*.ivtv
3147 F: drivers/media/video/ivtv/
3148 F: include/linux/ivtv*
3152 M: shaggy@austin.ibm.com
3153 L: jfs-discussion@lists.sourceforge.net
3154 W: http://jfs.sourceforge.net/
3155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3157 F: Documentation/filesystems/jfs.txt
3162 M: cooldavid@cooldavid.org
3163 L: netdev@vger.kernel.org
3165 F: drivers/net/jme.*
3167 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3169 M: dwmw2@infradead.org
3170 L: linux-mtd@lists.infradead.org
3171 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3174 F: include/linux/jffs2.h
3175 F: include/mtd/jffs2-user.h
3177 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3181 M: akpm@linux-foundation.org
3182 L: linux-ext4@vger.kernel.org
3185 F: include/linux/ext*jbd*.h
3186 F: include/linux/jbd*.h
3188 K8TEMP HARDWARE MONITORING DRIVER
3190 M: r.marek@assembler.cz
3191 L: lm-sensors@lm-sensors.org
3193 F: Documentation/hwmon/k8temp
3194 F: drivers/hwmon/k8temp.c
3198 M: zippel@linux-m68k.org
3199 L: linux-kbuild@vger.kernel.org
3201 F: Documentation/kbuild/kconfig-language.txt
3206 M: vgoyal@redhat.com
3209 L: kexec@lists.infradead.org
3210 L: linux-kernel@vger.kernel.org
3211 W: http://lse.sourceforge.net/kdump/
3213 F: Documentation/kdump/
3215 KERNEL AUTOMOUNTER (AUTOFS)
3218 L: autofs@linux.kernel.org
3222 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3225 L: autofs@linux.kernel.org
3232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3234 L: linux-kbuild@vger.kernel.org
3236 F: Documentation/kbuild/
3238 F: scripts/Makefile.*
3242 L: kernel-janitors@vger.kernel.org
3243 W: http://www.kerneljanitors.org/
3246 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3248 M: bfields@fieldses.org
3251 L: linux-nfs@vger.kernel.org
3252 W: http://nfs.sourceforge.net/
3255 F: include/linux/nfsd/
3259 F: include/linux/lockd/
3260 F: include/linux/sunrpc/
3262 KERNEL VIRTUAL MACHINE (KVM)
3265 L: kvm@vger.kernel.org
3266 W: http://kvm.qumranet.com
3268 F: Documentation/*/kvm.txt
3270 F: arch/*/include/asm/kvm*
3271 F: include/linux/kvm*
3274 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3276 M: joerg.roedel@amd.com
3277 L: kvm@vger.kernel.org
3278 W: http://kvm.qumranet.com
3280 F: arch/x86/include/asm/svm.h
3281 F: arch/x86/kvm/kvm_svm.h
3282 F: arch/x86/kvm/svm.c
3284 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3286 M: hollisb@us.ibm.com
3287 L: kvm-ppc@vger.kernel.org
3288 W: http://kvm.qumranet.com
3290 F: arch/powerpc/include/asm/kvm*
3291 F: arch/powerpc/kvm/
3293 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3295 M: xiantao.zhang@intel.com
3296 L: kvm-ia64@vger.kernel.org
3297 W: http://kvm.qumranet.com
3299 F: Documentation/ia64/kvm.txt
3300 F: arch/ia64/include/asm/kvm*
3303 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3306 P: Christian Borntraeger
3307 M: borntraeger@de.ibm.com
3308 M: linux390@de.ibm.com
3309 L: linux-s390@vger.kernel.org
3310 W: http://www.ibm.com/developerworks/linux/linux390/
3312 F: Documentation/s390/kvm.txt
3313 F: arch/s390/include/asm/kvm*
3318 M: ebiederm@xmission.com
3319 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3320 L: linux-kernel@vger.kernel.org
3321 L: kexec@lists.infradead.org
3323 F: include/linux/kexec.h
3328 M: jason.wessel@windriver.com
3329 L: kgdb-bugreport@lists.sourceforge.net
3331 F: Documentation/DocBook/kgdb.tmpl
3332 F: drivers/misc/kgdbts.c
3333 F: drivers/serial/kgdboc.c
3334 F: include/linux/kgdb.h
3338 P: Eduard - Gabriel Munteanu
3339 M: eduard.munteanu@linux360.ro
3340 L: linux-kernel@vger.kernel.org
3342 F: Documentation/vm/kmemtrace.txt
3343 F: include/trace/kmemtrace.h
3344 F: kernel/trace/kmemtrace.c
3347 P: Ananth N Mavinakayanahalli
3348 M: ananth@in.ibm.com
3349 P: Anil S Keshavamurthy
3350 M: anil.s.keshavamurthy@intel.com
3352 M: davem@davemloft.net
3354 M: mhiramat@redhat.com
3355 L: linux-kernel@vger.kernel.org
3357 F: Documentation/kprobes.txt
3358 F: include/linux/kprobes.h
3361 KS0108 LCD CONTROLLER DRIVER
3362 P: Miguel Ojeda Sandonis
3363 M: miguel.ojeda.sandonis@gmail.com
3364 L: linux-kernel@vger.kernel.org
3365 W: http://miguelojeda.es/auxdisplay.htm
3366 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3368 F: Documentation/auxdisplay/ks0108
3369 F: drivers/auxdisplay/ks0108.c
3370 F: include/linux/ks0108.h
3373 L: linux-x25@vger.kernel.org
3375 F: Documentation/networking/lapb-module.txt
3379 LASI 53c700 driver for PARISC
3380 P: James E.J. Bottomley
3381 M: James.Bottomley@HansenPartnership.com
3382 L: linux-scsi@vger.kernel.org
3384 F: Documentation/scsi/53c700.txt
3385 F: drivers/scsi/53c700*
3389 M: rpurdie@rpsys.net
3392 F: include/linux/leds.h
3394 LEGO USB Tower driver
3396 M: starblue@users.sourceforge.net
3397 L: legousb-devel@lists.sourceforge.net
3398 W: http://legousb.sourceforge.net/
3400 F: drivers/usb/misc/legousbtower.c
3404 M: rusty@rustcorp.com.au
3405 L: lguest@ozlabs.org
3406 W: http://lguest.ozlabs.org/
3408 F: Documentation/lguest/
3411 F: include/linux/lguest*.h
3412 F: arch/x86/include/asm/lguest*.h
3414 LINUX FOR IBM pSERIES (RS/6000)
3416 M: paulus@au.ibm.com
3417 W: http://www.ibm.com/linux/ltc/projects/ppc
3420 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3421 P: Benjamin Herrenschmidt
3422 M: benh@kernel.crashing.org
3425 W: http://www.penguinppc.org/
3426 L: linuxppc-dev@ozlabs.org
3427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3430 LINUX FOR POWER MACINTOSH
3431 P: Benjamin Herrenschmidt
3432 M: benh@kernel.crashing.org
3433 W: http://www.penguinppc.org/
3434 L: linuxppc-dev@ozlabs.org
3437 LINUX FOR POWERPC EMBEDDED MPC5XXX
3441 M: grant.likely@secretlab.ca
3442 L: linuxppc-dev@ozlabs.org
3445 LINUX FOR POWERPC EMBEDDED PPC4XX
3447 M: jwboyer@linux.vnet.ibm.com
3449 M: mporter@kernel.crashing.org
3450 W: http://www.penguinppc.org/
3451 L: linuxppc-dev@ozlabs.org
3452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3455 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3457 M: grant.likely@secretlab.ca
3458 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3459 L: linuxppc-dev@ozlabs.org
3462 LINUX FOR POWERPC EMBEDDED PPC8XX
3464 M: vitb@kernel.crashing.org
3466 M: marcelo@kvack.org
3467 W: http://www.penguinppc.org/
3468 L: linuxppc-dev@ozlabs.org
3471 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3473 M: galak@kernel.crashing.org
3474 W: http://www.penguinppc.org/
3475 L: linuxppc-dev@ozlabs.org
3478 LINUX FOR POWERPC PA SEMI PWRFICIENT
3481 W: http://www.pasemi.com/
3482 L: linuxppc-dev@ozlabs.org
3485 LINUX SECURITY MODULE (LSM) FRAMEWORK
3487 M: chrisw@sous-sol.org
3488 L: linux-security-module@vger.kernel.org
3489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3493 P: Arnaldo Carvalho de Melo
3494 M: acme@ghostprotocols.net
3496 F: include/linux/llc.h
3500 LIS3LV02D ACCELEROMETER DRIVER
3502 M: eric.piel@tremplin-utc.net
3504 F: Documentation/hwmon/lis3lv02d
3505 F: drivers/hwmon/lis3lv02d.*
3507 LM83 HARDWARE MONITOR DRIVER
3509 M: khali@linux-fr.org
3510 L: lm-sensors@lm-sensors.org
3512 F: Documentation/hwmon/lm83
3513 F: drivers/hwmon/lm83.c
3515 LM90 HARDWARE MONITOR DRIVER
3517 M: khali@linux-fr.org
3518 L: lm-sensors@lm-sensors.org
3520 F: Documentation/hwmon/lm90
3521 F: drivers/hwmon/lm90.c
3523 LOCKDEP AND LOCKSTAT
3525 M: peterz@infradead.org
3528 L: linux-kernel@vger.kernel.org
3529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3531 F: Documentation/lockdep*.txt
3532 F: Documentation/lockstat.txt
3533 F: include/linux/lockdep.h
3536 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3537 P: Richard Russon (FlatCap)
3539 L: linux-ntfs-dev@lists.sourceforge.net
3540 W: http://www.linux-ntfs.org/content/view/19/37/
3542 F: Documentation/ldm.txt
3543 F: fs/partitions/ldm.*
3545 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3547 M: Eric.Moore@lsi.com
3549 L: DL-MPTFusionLinux@lsi.com
3550 L: linux-scsi@vger.kernel.org
3551 W: http://www.lsilogic.com/support
3553 F: drivers/message/fusion/
3555 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3558 L: linux-scsi@vger.kernel.org
3560 F: drivers/scsi/sym53c8xx_2/
3562 LTP (Linux Test Project)
3564 M: subrata@linux.vnet.ibm.com
3566 M: vapier@gentoo.org
3567 L: ltp-list@lists.sourceforge.net (subscribers-only)
3568 W: http://ltp.sourceforge.net/
3569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3574 M: takata@linux-m32r.org
3575 L: linux-m32r@ml.linux-m32r.org
3576 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3577 W: http://www.linux-m32r.org/
3580 F: include/asm-m32r/
3583 P: Geert Uytterhoeven
3584 M: geert@linux-m68k.org
3586 M: zippel@linux-m68k.org
3587 L: linux-m68k@lists.linux-m68k.org
3588 W: http://www.linux-m68k.org/
3589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3594 M68K ON APPLE MACINTOSH
3597 W: http://www.mac.linux-m68k.org/
3598 L: linux-m68k@lists.linux-m68k.org
3605 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3611 M: johannes@sipsolutions.net
3612 L: linux-wireless@vger.kernel.org
3613 W: http://linuxwireless.org/
3614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3616 F: Documentation/networking/mac80211-injection.txt
3617 F: include/net/mac80211.h
3620 MAC80211 PID RATE CONTROL
3622 M: stefano.brivio@polimi.it
3624 M: mattias.nissler@gmx.de
3625 L: linux-wireless@vger.kernel.org
3626 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3629 F: net/mac80211/rc80211_pid*
3634 L: netdev@vger.kernel.org
3636 F: drivers/net/macvlan.c
3637 F: include/linux/if_macvlan.h
3639 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3641 M: mtk.manpages@gmail.com
3642 W: http://www.kernel.org/doc/man-pages
3643 L: linux-man@vger.kernel.org
3646 MARVELL LIBERTAS WIRELESS DRIVER
3649 L: libertas-dev@lists.infradead.org
3651 F: drivers/net/wireless/libertas/
3653 MARVELL MV643XX ETHERNET DRIVER
3654 P: Lennert Buytenhek
3655 M: buytenh@marvell.com
3656 L: netdev@vger.kernel.org
3658 F: drivers/net/mv643xx_eth.*
3659 F: include/linux/mv643xx.h
3661 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3664 L: linux-kernel@vger.kernel.org
3667 MARVELL YUKON / SYSKONNECT DRIVER
3669 M: mlindner@syskonnect.de
3671 M: rroesler@syskonnect.de
3672 W: http://www.syskonnect.com
3675 MATROX FRAMEBUFFER DRIVER
3677 M: vandrove@vc.cvut.cz
3678 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3680 F: drivers/video/matrox/matroxfb_*
3681 F: include/linux/matroxfb.h
3683 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3685 M: hjk@linutronix.de
3686 L: lm-sensors@lm-sensors.org
3688 F: Documentation/hwmon/max6650
3689 F: drivers/hwmon/max6650.c
3691 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3692 P: Mauro Carvalho Chehab
3693 M: mchehab@infradead.org
3694 P: LinuxTV.org Project
3695 L: linux-media@vger.kernel.org
3696 W: http://linuxtv.org
3697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3699 F: Documentation/dvb/
3700 F: Documentation/video4linux/
3703 F: include/linux/dvb/
3704 F: include/linux/videodev*.h
3706 MEGARAID SCSI DRIVERS
3708 M: megaraidlinux@lsi.com
3709 L: linux-scsi@vger.kernel.org
3710 W: http://megaraid.lsilogic.com
3712 F: Documentation/scsi/megaraid.txt
3713 F: drivers/scsi/megaraid.*
3714 F: drivers/scsi/megaraid/
3717 L: linux-mm@kvack.org
3718 L: linux-kernel@vger.kernel.org
3719 W: http://www.linux-mm.org
3721 F: include/linux/mm.h
3724 MEMORY RESOURCE CONTROLLER
3726 M: balbir@linux.vnet.ibm.com
3729 P: KAMEZAWA Hiroyuki
3730 M: kamezawa.hiroyu@jp.fujitsu.com
3731 L: linux-mm@kvack.org
3732 L: linux-kernel@vger.kernel.org
3736 MEMORY TECHNOLOGY DEVICES (MTD)
3738 M: dwmw2@infradead.org
3739 W: http://www.linux-mtd.infradead.org/
3740 L: linux-mtd@lists.infradead.org
3741 T: git git://git.infradead.org/mtd-2.6.git
3744 F: include/linux/mtd/
3747 MICROBLAZE ARCHITECTURE
3750 L: microblaze-uclinux@itee.uq.edu.au
3751 W: http://www.monstr.eu/fdt/
3752 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3758 M: oliver@neukum.name
3760 F: drivers/usb/image/microtek.*
3764 M: ralf@linux-mips.org
3765 W: http://www.linux-mips.org/
3766 L: linux-mips@linux-mips.org
3767 T: git git://git.linux-mips.org/pub/scm/linux.git
3769 F: Documentation/mips/
3772 MISCELLANEOUS MCA-SUPPORT
3774 M: James.Bottomley@HansenPartnership.com
3775 L: linux-kernel@vger.kernel.org
3777 F: Documentation/ia64/mca.txt
3778 F: Documentation/mca.txt
3780 F: include/linux/mca*
3784 M: rusty@rustcorp.com.au
3785 L: linux-kernel@vger.kernel.org
3787 F: include/linux/module.h
3790 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3792 M: stelian@popies.net
3793 W: http://popies.net/meye/
3795 F: Documentation/video4linux/meye.txt
3796 F: drivers/media/video/meye.*
3797 F: include/linux/meye.h
3799 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3802 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3804 F: drivers/mmc/host/imxmmc.*
3806 MOUSE AND MISC DEVICES [GENERAL]
3807 P: Alessandro Rubini
3808 M: rubini@ipvvis.unipv.it
3809 L: linux-kernel@vger.kernel.org
3811 F: drivers/input/mouse/
3812 F: include/linux/gpio_mouse.h
3814 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3816 M: jirislaby@gmail.com
3817 L: linux-kernel@vger.kernel.org
3819 F: Documentation/serial/moxa-smartio
3820 F: drivers/char/mxser.*
3823 P: Lennart Poettering
3824 M: mzxreary@0pointer.de
3825 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3826 W: http://0pointer.de/lennart/tchibo.html
3828 F: drivers/platform/x86/msi-laptop.c
3830 MULTIFUNCTION DEVICES (MFD)
3832 M: sameo@linux.intel.com
3833 L: linux-kernel@vger.kernel.org
3834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3838 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3841 L: linux-kernel@vger.kernel.org
3844 F: include/linux/mmc/
3846 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3848 M: dbrownell@users.sourceforge.net
3849 L: linux-kernel@vger.kernel.org
3851 F: drivers/mmc/host/mmc_spi.c
3852 F: include/linux/spi/mmc_spi.h
3854 MULTISOUND SOUND DRIVER
3858 F: Documentation/sound/oss/MultiSound
3861 MULTITECH MULTIPORT CARD (ISICOM)
3863 M: jirislaby@gmail.com
3864 L: linux-kernel@vger.kernel.org
3866 F: drivers/char/isicom.c
3867 F: include/linux/isicom.h
3869 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3871 M: felipe.balbi@nokia.com
3872 L: linux-usb@vger.kernel.org
3873 T: git git://gitorious.org/musb/mainline.git
3875 F: drivers/usb/musb/
3877 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3879 M: gallatin@myri.com
3882 L: netdev@vger.kernel.org
3883 W: http://www.myri.com/scs/download-Myri10GE.html
3885 F: drivers/net/myri10ge/
3887 NATSEMI ETHERNET DRIVER (DP8381x)
3889 M: thockin@hockin.org
3891 F: drivers/net/natsemi.c
3895 M: vandrove@vc.cvut.cz
3896 L: linware@sh.cvut.cz
3900 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3901 P: James E.J. Bottomley
3902 M: James.Bottomley@HansenPartnership.com
3903 L: linux-scsi@vger.kernel.org
3905 F: drivers/scsi/NCR_D700.*
3907 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3909 M: faisal.latif@intel.com
3911 M: chien.tin.tung@intel.com
3912 L: general@lists.openfabrics.org
3913 W: http://www.neteffect.com
3915 F: drivers/infiniband/hw/nes/
3917 NETEM NETWORK EMULATOR
3918 P: Stephen Hemminger
3919 M: shemminger@linux-foundation.org
3920 L: netem@lists.linux-foundation.org
3922 F: net/sched/sch_netem.c
3924 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3926 M: ram.vepa@neterion.com
3928 M: santosh.rastapur@neterion.com
3929 P: Sivakumar Subramani
3930 M: sivakumar.subramani@neterion.com
3931 P: Sreenivasa Honnur
3932 M: sreenivasa.honnur@neterion.com
3934 M: anil.murthy@neterion.com
3935 L: netdev@vger.kernel.org
3936 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3937 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3939 F: Documentation/networking/s2io.txt
3940 F: drivers/net/s2io*
3942 NETFILTER/IPTABLES/IPCHAINS
3950 L: netfilter-devel@vger.kernel.org
3951 L: netfilter@vger.kernel.org
3952 L: coreteam@netfilter.org
3953 W: http://www.netfilter.org/
3954 W: http://www.iptables.org/
3956 F: include/linux/netfilter*
3957 F: include/linux/netfilter/
3958 F: include/net/netfilter/
3959 F: net/*/netfilter.c
3965 M: paul.moore@hp.com
3966 W: http://netlabel.sf.net
3967 L: netdev@vger.kernel.org
3969 F: Documentation/netlabel/
3970 F: include/net/netlabel.h
3973 NETROM NETWORK LAYER
3975 M: ralf@linux-mips.org
3976 L: linux-hams@vger.kernel.org
3977 W: http://www.linux-ax25.org/
3979 F: include/linux/netrom.h
3980 F: include/net/netrom.h
3983 NETWORK BLOCK DEVICE (NBD)
3985 M: Paul.Clements@steeleye.com
3987 F: Documentation/blockdev/nbd.txt
3988 F: drivers/block/nbd.c
3989 F: include/linux/nbd.h
3991 NETWORKING [GENERAL]
3993 M: davem@davemloft.net
3994 L: netdev@vger.kernel.org
3995 W: http://linux-net.osdl.org/
3996 T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
4001 NETWORKING [IPv4/IPv6]
4003 M: davem@davemloft.net
4005 M: kuznet@ms2.inr.ac.ru
4006 P: Pekka Savola (ipv6)
4007 M: pekkas@netcore.fi
4009 M: jmorris@namei.org
4010 P: Hideaki YOSHIFUJI
4011 M: yoshfuji@linux-ipv6.org
4014 L: netdev@vger.kernel.org
4015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4021 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4023 M: paul.moore@hp.com
4024 L: netdev@vger.kernel.org
4027 NETWORKING [WIRELESS]
4029 M: linville@tuxdriver.com
4030 L: linux-wireless@vger.kernel.org
4031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4034 F: include/net/ieee80211*
4035 F: include/net/wireless.h
4037 NETXEN (1/10) GbE SUPPORT
4039 M: dhananjay@netxen.com
4040 L: netdev@vger.kernel.org
4041 W: http://www.netxen.com
4043 F: drivers/net/netxen/
4045 NFS, SUNRPC, AND LOCKD CLIENTS
4047 M: Trond.Myklebust@netapp.com
4048 L: linux-nfs@vger.kernel.org
4049 W: http://client.linux-nfs.org
4050 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4056 F: include/linux/lockd/
4057 F: include/linux/nfs*
4058 F: include/linux/sunrpc/
4060 NI5010 NETWORK DRIVER
4061 P: Jan-Pascal van Best
4062 M: janpascal@vanbest.org
4065 L: netdev@vger.kernel.org
4067 F: drivers/net/ni5010.*
4071 M: konishi.ryusuke@lab.ntt.co.jp
4073 W: http://www.nilfs.org/en/
4075 F: Documentation/filesystems/nilfs2.txt
4077 F: include/linux/nilfs2_fs.h
4079 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4081 M: yokota@netlab.is.tsukuba.ac.jp
4082 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4084 F: Documentation/scsi/NinjaSCSI.txt
4085 F: drivers/scsi/pcmcia/nsp_*
4087 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4089 M: gotom@debian.or.jp
4091 M: yokota@netlab.is.tsukuba.ac.jp
4092 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4094 F: Documentation/scsi/NinjaSCSI.txt
4095 F: drivers/scsi/nsp32*
4098 P: Anton Altaparmakov
4100 L: linux-ntfs-dev@lists.sourceforge.net
4101 L: linux-kernel@vger.kernel.org
4102 W: http://www.linux-ntfs.org/
4103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4105 F: Documentation/filesystems/ntfs.txt
4108 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4110 M: adaplas@gmail.com
4111 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4113 F: drivers/video/riva/
4114 F: drivers/video/nvidia/
4118 M: me@bobcopeland.com
4119 L: linux-karma-devel@lists.sourceforge.net
4121 F: Documentation/filesystems/omfs.txt
4124 OMNIKEY CARDMAN 4000 DRIVER
4126 M: laforge@gnumonks.org
4128 F: drivers/char/pcmcia/cm4000_cs.c
4129 F: include/linux/cm4000_cs.h
4131 OMNIKEY CARDMAN 4040 DRIVER
4133 M: laforge@gnumonks.org
4135 F: drivers/char/pcmcia/cm4040_cs.*
4137 OMNIVISION OV7670 SENSOR DRIVER
4140 L: linux-media@vger.kernel.org
4141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4143 F: drivers/media/video/ov7670.c
4145 ONENAND FLASH DRIVER
4147 M: kyungmin.park@samsung.com
4148 L: linux-mtd@lists.infradead.org
4150 F: drivers/mtd/onenand/
4151 F: include/linux/mtd/onenand*.h
4153 ONSTREAM SCSI TAPE DRIVER
4156 L: osst-users@lists.sourceforge.net
4157 L: linux-scsi@vger.kernel.org
4159 F: drivers/scsi/osst*
4162 OPENCORES I2C BUS DRIVER
4164 M: jacmet@sunsite.dk
4165 L: linux-i2c@vger.kernel.org
4167 F: Documentation/i2c/busses/i2c-ocores
4168 F: drivers/i2c/busses/i2c-ocores.c
4172 M: robert.richter@amd.com
4173 L: oprofile-list@lists.sf.net
4176 F: drivers/oprofile/
4177 F: include/linux/oprofile.h
4179 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4183 M: joel.becker@oracle.com
4184 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4185 W: http://oss.oracle.com/projects/ocfs2/
4186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4188 F: Documentation/filesystems/ocfs2.txt
4189 F: Documentation/filesystems/dlmfs.txt
4196 M: hermes@gibson.dropbear.id.au
4197 L: linux-wireless@vger.kernel.org
4198 L: orinoco-users@lists.sourceforge.net
4199 L: orinoco-devel@lists.sourceforge.net
4200 W: http://www.nongnu.org/orinoco/
4202 F: drivers/net/wireless/orinoco/
4206 M: bharrosh@panasas.com
4208 M: bhalevy@panasas.com
4209 L: osd-dev@open-osd.org
4210 W: http://open-osd.org
4211 T: git git://git.open-osd.org/open-osd.git
4216 M: flamingice@sourmilk.net
4217 L: linux-wireless@vger.kernel.org
4218 W: http://prism54.org
4219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4221 F: drivers/net/wireless/p54/
4223 PA SEMI ETHERNET DRIVER
4226 L: netdev@vger.kernel.org
4228 F: drivers/net/pasemi_mac.*
4230 PA SEMI SMBUS DRIVER
4233 L: linux-i2c@vger.kernel.org
4235 F: drivers/i2c/busses/i2c-pasemi.c
4237 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4239 M: laforge@gnumonks.org
4241 F: drivers/platform/x86/panasonic-laptop.c
4243 PANASONIC MN10300/AM33 PORT
4245 M: dhowells@redhat.com
4247 M: yasutake.koichi@jp.panasonic.com
4248 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4249 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4251 F: Documentation/mn10300/
4254 PARALLEL PORT SUPPORT
4255 L: linux-parport@lists.infradead.org (subscribers-only)
4258 F: include/linux/parport*.h
4259 F: drivers/char/ppdev.c
4260 F: include/linux/ppdev.h
4262 PARAVIRT_OPS INTERFACE
4263 P: Jeremy Fitzhardinge
4264 M: jeremy@xensource.com
4266 M: chrisw@sous-sol.org
4268 M: akataria@vmware.com
4270 M: rusty@rustcorp.com.au
4271 L: virtualization@lists.osdl.org
4272 L: linux-kernel@vger.kernel.org
4274 F: Documentation/ia64/paravirt_ops.txt
4275 F: arch/*/kernel/paravirt*
4276 F: arch/*/include/asm/paravirt.h
4278 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4281 L: linux-parport@lists.infradead.org (subscribers-only)
4282 W: http://www.torque.net/linux-pp.html
4284 F: Documentation/blockdev/paride.txt
4285 F: drivers/block/paride/
4292 L: linux-parisc@vger.kernel.org
4293 W: http://www.parisc-linux.org/
4294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4299 PC87360 HARDWARE MONITORING DRIVER
4301 M: jim.cromie@gmail.com
4302 L: lm-sensors@lm-sensors.org
4304 F: Documentation/hwmon/pc87360
4305 F: drivers/hwmon/pc87360.c
4309 M: jim.cromie@gmail.com
4311 F: drivers/char/pc8736x_gpio.c
4315 M: riku.voipio@iki.fi
4317 F: drivers/leds/leds-pca9532.c
4318 F: include/linux/leds-pca9532.h
4322 M: linas@austin.ibm.com
4323 L: linux-kernel@vger.kernel.org
4324 L: linux-pci@vger.kernel.org
4326 F: Documentation/PCI/pci-error-recovery.txt
4327 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4331 M: jbarnes@virtuousgeek.org
4332 L: linux-kernel@vger.kernel.org
4333 L: linux-pci@vger.kernel.org
4334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4336 F: Documentation/PCI/
4338 F: include/linux/pci*
4341 P: Kristen Carlson Accardi
4342 M: kristen.c.accardi@intel.com
4343 L: linux-pci@vger.kernel.org
4345 F: drivers/pci/pcie/
4348 P: Linux PCMCIA Team
4349 L: linux-pcmcia@lists.infradead.org
4350 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4353 F: Documentation/pcmcia/
4357 PCNET32 NETWORK DRIVER
4359 M: pcnet32@verizon.net
4360 L: netdev@vger.kernel.org
4362 F: drivers/net/pcnet32.c
4364 PER-TASK DELAY ACCOUNTING
4366 M: balbir@linux.vnet.ibm.com
4367 L: linux-kernel@vger.kernel.org
4369 F: include/linux/delayacct.h
4370 F: kernel/delayacct.c
4372 PERSONALITY HANDLING
4373 P: Christoph Hellwig
4374 M: hch@infradead.org
4375 L: linux-abi-devel@lists.sourceforge.net
4377 F: include/linux/personality.h
4381 M: joern@lazybastard.org
4382 L: linux-mtd@lists.infradead.org
4384 F: drivers/mtd/devices/phram.c
4388 M: petero2@telia.com
4389 L: linux-kernel@vger.kernel.org
4391 F: drivers/block/pktcdvd.c
4392 F: include/linux/pktcdvd.h
4394 POSIX CLOCKS and TIMERS
4396 M: tglx@linutronix.de
4397 L: linux-kernel@vger.kernel.org
4400 F: include/linux/timer*
4403 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4407 M: dwmw2@infradead.org
4408 L: linux-kernel@vger.kernel.org
4409 T: git git://git.infradead.org/battery-2.6.git
4411 F: include/linux/power_supply.h
4412 F: drivers/power/power_supply*
4418 M: bjorn.helgaas@hp.com
4424 M: vitalywool@gmail.com
4425 L: linux-i2c@vger.kernel.org
4427 F: drivers/i2c/busses/i2c-pnx.c
4429 PPP PROTOCOL DRIVERS AND COMPRESSORS
4432 L: linux-ppp@vger.kernel.org
4434 F: drivers/net/ppp_*
4436 PPP OVER ATM (RFC 2364)
4437 P: Mitchell Blank Jr
4440 F: net/atm/pppoatm.c
4441 F: include/linux/atmppp.h
4445 M: mostrows@earthlink.net
4447 F: drivers/net/pppoe.c
4448 F: drivers/net/pppox.c
4452 M: jchapman@katalix.com
4454 F: drivers/net/pppol2tp.c
4455 F: include/linux/if_pppol2tp.h
4460 L: linux-kernel@vger.kernel.org
4461 L: kpreempt-tech@lists.sourceforge.net
4462 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4464 F: Documentation/preempt-locking.txt
4465 F: include/linux/preempt.h
4467 PRISM54 WIRELESS DRIVER
4468 P: Luis R. Rodriguez
4470 L: linux-wireless@vger.kernel.org
4471 W: http://prism54.org
4473 F: drivers/net/wireless/prism54/
4475 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4477 M: promise@pnd-pc.demon.co.uk
4478 W: http://www.pnd-pc.demon.co.uk/promise/
4481 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4482 P: Mikael Pettersson
4484 L: linux-ide@vger.kernel.org
4486 F: drivers/ata/sata_promise.*
4490 M: mokuno@sm.sony.co.jp
4491 L: netdev@vger.kernel.org
4492 L: cbe-oss-dev@ozlabs.org
4494 F: drivers/net/ps3_gelic_net.*
4496 PS3 PLATFORM SUPPORT
4498 M: geoffrey.levand@am.sony.com
4499 L: linuxppc-dev@ozlabs.org
4500 L: cbe-oss-dev@ozlabs.org
4502 F: arch/powerpc/boot/ps3*
4503 F: arch/powerpc/include/asm/lv1call.h
4504 F: arch/powerpc/include/asm/ps3*.h
4505 F: arch/powerpc/platforms/ps3/
4508 F: drivers/usb/host/*ps3.c
4513 L: cbe-oss-dev@ozlabs.org
4516 PVRUSB2 VIDEO4LINUX DRIVER
4519 L: pvrusb2@isely.net (subscribers-only)
4520 L: linux-media@vger.kernel.org
4521 W: http://www.isely.net/pvrusb2/
4522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4524 F: Documentation/video4linux/README.pvrusb2
4525 F: drivers/media/video/pvrusb2/
4527 PXA2xx/PXA3xx SUPPORT
4529 M: eric.miao@marvell.com
4531 M: linux@arm.linux.org.uk
4532 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4534 F: arch/arm/mach-pxa/
4535 F: drivers/pcmcia/pxa2xx*
4536 F: drivers/spi/pxa2xx*
4537 F: drivers/usb/gadget/pxa2*
4538 F: include/sound/pxa2xx-lib.h
4539 F: sound/soc/pxa/pxa2xx*
4543 M: eric.miao@marvell.com
4545 M: jason.chagas@marvell.com
4546 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4552 M: eric.miao@marvell.com
4553 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4562 M: robert.jarzmik@free.fr
4563 L: rtc-linux@googlegroups.com
4566 QLOGIC QLA2XXX FC-SCSI DRIVER
4568 M: linux-driver@qlogic.com
4569 L: linux-scsi@vger.kernel.org
4571 F: Documentation/scsi/LICENSE.qla2xxx
4572 F: drivers/scsi/qla2xxx/
4574 QLOGIC QLA3XXX NETWORK DRIVER
4576 M: linux-driver@qlogic.com
4577 L: netdev@vger.kernel.org
4579 F: Documentation/networking/LICENSE.qla3xxx
4580 F: drivers/net/qla3xxx.*
4582 QLOGIC QLGE 10Gb ETHERNET DRIVER
4584 M: linux-driver@qlogic.com
4585 M: ron.mercer@qlogic.com
4586 L: netdev@vger.kernel.org
4588 F: drivers/net/qlge/
4593 L: linux-kernel@vger.kernel.org
4594 W: http://www.alarsen.net/linux/qnx4fs/
4597 F: include/linux/qnx4_fs.h
4598 F: include/linux/qnxtypes.h
4600 RADEON FRAMEBUFFER DISPLAY DRIVER
4601 P: Benjamin Herrenschmidt
4602 M: benh@kernel.crashing.org
4603 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4605 F: drivers/video/aty/radeon*
4606 F: include/linux/radeonfb.h
4608 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4611 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4613 F: drivers/video/aty/aty128fb.c
4615 RALINK RT2X00 WIRELESS LAN DRIVER
4617 L: linux-wireless@vger.kernel.org
4618 L: users@rt2x00.serialmonkey.com
4619 W: http://rt2x00.serialmonkey.com/
4621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4622 F: drivers/net/wireless/rt2x00/
4624 RAMDISK RAM BLOCK DEVICE DRIVER
4628 F: Documentation/blockdev/ramdisk.txt
4629 F: drivers/block/brd.c
4631 RANDOM NUMBER DRIVER
4635 F: drivers/char/random.c
4639 M: mporter@kernel.crashing.org
4640 L: linux-kernel@vger.kernel.org
4644 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4646 M: coreythomas@charter.net
4647 L: linux-wireless@vger.kernel.org
4649 F: drivers/net/wireless/ray*
4653 M: josh@freedesktop.org
4654 L: linux-kernel@vger.kernel.org
4656 F: Documentation/RCU/torture.txt
4657 F: kernel/rcutorture.c
4661 M: florian.fainelli@telecomint.eu
4662 L: linux-kernel@vger.kernel.org
4665 RDC R6040 FAST ETHERNET DRIVER
4667 M: florian.fainelli@telecomint.eu
4668 L: netdev@vger.kernel.org
4670 F: drivers/net/r6040.c
4672 RDS - RELIABLE DATAGRAM SOCKETS
4674 M: andy.grover@oracle.com
4675 L: rds-devel@oss.oracle.com
4679 READ-COPY UPDATE (RCU)
4681 M: dipankar@in.ibm.com
4682 W: http://www.rdrop.com/users/paulmck/rclock/
4683 L: linux-kernel@vger.kernel.org
4685 F: Documentation/RCU/rcu.txt
4686 F: Documentation/RCU/rcuref.txt
4687 F: include/linux/rcupdate.h
4688 F: include/linux/srcu.h
4689 F: kernel/rcupdate.c
4691 REAL TIME CLOCK DRIVER
4693 M: p_gortmaker@yahoo.com
4694 L: linux-kernel@vger.kernel.org
4696 F: Documentation/rtc.txt
4698 F: include/linux/rtc.h
4700 REAL TIME CLOCK (RTC) SUBSYSTEM
4702 M: a.zummo@towertech.it
4703 L: rtc-linux@googlegroups.com
4705 F: Documentation/rtc.txt
4707 F: include/linux/rtc.h
4709 REISERFS FILE SYSTEM
4710 L: reiserfs-devel@vger.kernel.org
4716 M: IvDoorn@gmail.com
4717 L: netdev@vger.kernel.org
4719 F Documentation/rfkill.txt
4724 F: Documentation/serial/riscom8.txt
4725 F: drivers/char/riscom8*
4729 W: http://www.comtrol.com
4731 F: Documentation/serial/rocket.txt
4732 F: drivers/char/rocket*
4736 M: ralf@linux-mips.org
4737 L: linux-hams@vger.kernel.org
4738 W: http://www.linux-ax25.org/
4740 F: include/linux/rose.h
4741 F: include/net/rose.h
4744 RTL8180 WIRELESS DRIVER
4746 M: linville@tuxdriver.com
4747 L: linux-wireless@vger.kernel.org
4748 W: http://linuxwireless.org/
4749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4751 F: drivers/net/wireless/rtl818*
4753 RTL8187 WIRELESS DRIVER
4754 P: Herton Ronaldo Krzesinski
4755 M: herton@mandriva.com.br
4757 M: htl10@users.sourceforge.net
4759 M: Larry.Finger@lwfinger.net
4760 L: linux-wireless@vger.kernel.org
4761 W: http://linuxwireless.org/
4762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4764 F: drivers/net/wireless/rtl818x/rtl8187*
4766 S3 SAVAGE FRAMEBUFFER DRIVER
4768 M: adaplas@gmail.com
4769 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4771 F: drivers/video/savage/
4774 P: Martin Schwidefsky
4775 M: schwidefsky@de.ibm.com
4777 M: heiko.carstens@de.ibm.com
4778 M: linux390@de.ibm.com
4779 L: linux-s390@vger.kernel.org
4780 W: http://www.ibm.com/developerworks/linux/linux390/
4784 S390 NETWORK DRIVERS
4786 M: ursula.braun@de.ibm.com
4788 M: blaschka@linux.vnet.ibm.com
4789 M: linux390@de.ibm.com
4790 L: linux-s390@vger.kernel.org
4791 W: http://www.ibm.com/developerworks/linux/linux390/
4793 F: drivers/s390/net/
4797 M: felix.beck@de.ibm.com
4799 M: ralph.wuerthner@de.ibm.com
4800 M: linux390@de.ibm.com
4801 L: linux-s390@vger.kernel.org
4803 F: drivers/s390/crypto/
4807 M: christof.schmitt@de.ibm.com
4810 M: linux390@de.ibm.com
4811 L: linux-s390@vger.kernel.org
4812 W: http://www.ibm.com/developerworks/linux/linux390/
4814 F: Documentation/s390/zfcpdump.txt
4815 F: drivers/s390/scsi/zfcp_*
4817 S390 IUCV NETWORK LAYER
4819 M: ursula.braun@de.ibm.com
4820 M: linux390@de.ibm.com
4821 L: linux-s390@vger.kernel.org
4822 W: http://www.ibm.com/developerworks/linux/linux390/
4824 F: drivers/s390/net/*iucv*
4825 F: include/net/iucv/
4828 S3C24XX SD/MMC Driver
4830 M: ben-linux@fluff.org
4831 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4832 L: linux-kernel@vger.kernel.org
4834 F: drivers/mmc/host/s3cmci.*
4836 SAA7146 VIDEO4LINUX-2 DRIVER
4839 L: linux-media@vger.kernel.org
4840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4841 W: http://www.mihu.de/linux/saa7146
4843 F: drivers/media/common/saa7146*
4844 F: drivers/media/video/*7146*
4845 F: include/media/*7146*
4849 M: zwane@arm.linux.org.uk
4851 F: drivers/watchdog/sc1200wdt.c
4857 M: peterz@infradead.org
4858 L: linux-kernel@vger.kernel.org
4861 F: include/linux/sched.h
4866 L: linux-scsi@vger.kernel.org
4867 W: http://www.kernel.dk
4873 M: dgilbert@interlog.com
4874 L: linux-scsi@vger.kernel.org
4875 W: http://www.torque.net/sg
4877 F: drivers/scsi/sg.c
4878 F: include/scsi/sg.h
4881 P: James E.J. Bottomley
4882 M: James.Bottomley@HansenPartnership.com
4883 L: linux-scsi@vger.kernel.org
4884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4893 M: Kai.Makisara@kolumbus.fi
4894 L: linux-scsi@vger.kernel.org
4896 F: Documentation/scsi/st.txt
4901 M: vladislav.yasevich@hp.com
4902 P: Sridhar Samudrala
4904 L: linux-sctp@vger.kernel.org
4905 W: http://lksctp.sourceforge.net
4907 F: Documentation/networking/sctp.txt
4908 F: include/linux/sctp.h
4909 F: include/net/sctp/
4914 M: jim.cromie@gmail.com
4916 F: Documentation/i2c/busses/scx200_acb
4917 F: arch/x86/kernel/scx200_32.c
4918 F: drivers/watchdog/scx200_wdt.c
4919 F: drivers/i2c/busses/scx200*
4920 F: drivers/mtd/maps/scx200_docflash.c
4921 F: include/linux/scx200.h
4925 M: jim.cromie@gmail.com
4927 F: drivers/char/scx200_gpio.c
4928 F: include/linux/scx200_gpio.h
4930 SCx200 HRT CLOCKSOURCE DRIVER
4932 M: jim.cromie@gmail.com
4934 F: drivers/clocksource/scx200_hrt.c
4936 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4938 M: saschasommer@freenet.de
4939 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4941 F: drivers/mmc/host/sdricoh_cs.c
4943 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4946 L: sdhci-devel@lists.ossman.eu
4949 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4951 M: avorontsov@ru.mvista.com
4952 L: linuxppc-dev@ozlabs.org
4953 L: sdhci-devel@lists.ossman.eu
4955 F: drivers/mmc/host/sdhci.*
4959 M: jmorris@namei.org
4960 L: linux-kernel@vger.kernel.org
4961 L: linux-security-module@vger.kernel.org (suggested Cc:)
4962 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4963 W: http://security.wiki.kernel.org/
4968 P: Security Officers
4969 M: security@kernel.org
4972 SELINUX SECURITY MODULE
4974 M: sds@tycho.nsa.gov
4976 M: jmorris@namei.org
4978 M: eparis@parisplace.org
4979 L: linux-kernel@vger.kernel.org (kernel issues)
4980 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4981 W: http://selinuxproject.org
4982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4984 F: include/linux/selinux*
4985 F: security/selinux/
4989 M: jirislaby@gmail.com
4991 F: drivers/misc/phantom.c
4992 F: include/linux/phantom.h
4994 SERIAL ATA (SATA) SUBSYSTEM
4996 M: jgarzik@pobox.com
4997 L: linux-ide@vger.kernel.org
4998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5001 F: include/linux/ata.h
5002 F: include/linux/libata.h
5004 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5006 M: sathyap@serverengines.com
5007 P: Subbu Seetharaman
5008 M: subbus@serverengines.com
5009 L: netdev@vger.kernel.org
5010 W: http://www.serverengines.com
5012 F: drivers/net/benet/
5017 P: Robert Stonehouse
5018 M: linux-net-drivers@solarflare.com
5026 F: drivers/misc/sgi-gru/
5028 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5031 L: linux-ia64@vger.kernel.org
5033 F: Documentation/ia64/serial.txt
5034 F: drivers/serial/ioc?_serial.c
5035 F: include/linux/ioc?.h
5037 SGI VISUAL WORKSTATION 320 AND 540
5040 L: linux-visws-devel@lists.sf.net
5041 W: http://linux-visws.sf.net
5042 S: Maintained for 2.6.
5043 F: Documentation/sgi-visws.txt
5045 SGI XP/XPC/XPNET DRIVER
5049 F: drivers/misc/sgi-xp/
5051 SHARP LH SUPPORT (LH7952X & LH7A40X)
5054 W: http://projects.buici.com/arm
5055 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5057 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5058 F: arch/arm/mach-lh7a40x/
5059 F: drivers/serial/serial_lh7a40x.c
5060 F: drivers/usb/gadget/lh7a40*
5061 F: drivers/usb/host/ohci-lh7a40*
5064 P: Kristen Carlson Accardi
5065 M: kristen.c.accardi@intel.com
5066 L: linux-pci@vger.kernel.org
5068 F: drivers/pci/hotplug/shpchp*
5070 SIMTEC EB110ATX (Chalice CATS)
5073 M: support@simtec.co.uk
5074 W: http://www.simtec.co.uk/products/EB110ATX/
5076 F: arch/arm/mach-ebsa110/
5078 SIMTEC EB2410ITX (BAST)
5081 M: support@simtec.co.uk
5082 W: http://www.simtec.co.uk/products/EB2410ITX/
5084 F: arch/arm/mach-s3c2410/
5085 F: drivers/*/*s3c2410*
5086 F: drivers/*/*/*s3c2410*
5088 SIS 190 ETHERNET DRIVER
5090 M: romieu@fr.zoreil.com
5091 L: netdev@vger.kernel.org
5093 F: drivers/net/sis190.c
5095 SIS 900/7016 FAST ETHERNET DRIVER
5097 M: venza@brownhat.org
5098 W: http://www.brownhat.org/sis900.html
5099 L: netdev@vger.kernel.org
5101 F: drivers/net/sis900.*
5103 SIS 96X I2C/SMBUS DRIVER
5105 M: mhoffman@lightlink.com
5106 L: linux-i2c@vger.kernel.org
5108 F: Documentation/i2c/busses/i2c-sis96x
5109 F: drivers/i2c/busses/i2c-sis96x.c
5111 SIS FRAMEBUFFER DRIVER
5112 P: Thomas Winischhofer
5113 M: thomas@winischhofer.net
5114 W: http://www.winischhofer.net/linuxsisvga.shtml
5116 F: Documentation/fb/sisfb.txt
5117 F: drivers/video/sis/
5118 F: include/video/sisfb.h
5121 P: Thomas Winischhofer
5122 M: thomas@winischhofer.net
5123 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5125 F: drivers/usb/misc/sisusbvga/
5127 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5128 P: Stephen Hemminger
5129 M: shemminger@linux-foundation.org
5130 L: netdev@vger.kernel.org
5132 F: drivers/net/skge.*
5133 F: drivers/net/sky2.*
5136 P: Christoph Lameter
5137 M: cl@linux-foundation.org
5139 M: penberg@cs.helsinki.fi
5142 L: linux-mm@kvack.org
5144 F: include/linux/sl?b*.h
5147 SMC91x ETHERNET DRIVER
5151 F: drivers/net/smc91x.*
5153 SMSC47B397 HARDWARE MONITOR DRIVER
5155 M: mhoffman@lightlink.com
5156 L: lm-sensors@lm-sensors.org
5158 F: Documentation/hwmon/smsc47b397
5159 F: drivers/hwmon/smsc47b397.c
5161 SMSC911x ETHERNET DRIVER
5162 P: Steve Glendinning
5163 M: steve.glendinning@smsc.com
5164 L: netdev@vger.kernel.org
5166 F: include/linux/smsc911x.h
5167 F: drivers/net/smsc911x.*
5169 SMSC9420 PCI ETHERNET DRIVER
5170 P: Steve Glendinning
5171 M: steve.glendinning@smsc.com
5172 L: netdev@vger.kernel.org
5174 F: drivers/net/smsc9420.*
5178 M: bn@niasdigital.com
5180 F: drivers/uio/uio_smx.c
5182 SN-IA64 (Itanium) SUB-PLATFORM
5185 L: linux-altix@sgi.com
5186 L: linux-ia64@vger.kernel.org
5187 W: http://www.sgi.com/altix
5191 SOC-CAMERA V4L2 SUBSYSTEM
5192 P: Guennadi Liakhovetski
5193 M: g.liakhovetski@gmx.de
5194 L: linux-media@vger.kernel.org
5195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5197 F: include/media/v4l2*
5198 F: drivers/media/video/v4l2*
5200 SOEKRIS NET48XX LED SUPPORT
5204 F: drivers/leds/leds-net48xx.c
5206 SOFTWARE RAID (Multiple Disks) SUPPORT
5209 L: linux-raid@vger.kernel.org
5212 F: include/linux/raid/
5214 SONIC NETWORK DRIVER
5215 P: Thomas Bogendoerfer
5216 M: tsbogend@alpha.franken.de
5217 L: netdev@vger.kernel.org
5219 F: drivers/net/sonic.*
5221 SONICS SILICON BACKPLANE DRIVER (SSB)
5224 L: netdev@vger.kernel.org
5227 F: include/linux/ssb/
5229 SONY VAIO CONTROL DEVICE DRIVER
5231 M: malattia@linux.it
5232 L: linux-acpi@vger.kernel.org
5233 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5235 F: Documentation/laptops/sony-laptop.txt
5236 F: drivers/char/sonypi.c
5237 F: drivers/platform/x86/sony-laptop.c
5238 F: include/linux/sony-laptop.h
5240 SONY MEMORYSTICK CARD SUPPORT
5243 L: linux-kernel@vger.kernel.org
5244 W: http://tifmxx.berlios.de/
5246 F: drivers/memstick/host/tifm_ms.c
5253 L: alsa-devel@alsa-project.org (subscribers-only)
5254 W: http://www.alsa-project.org/
5255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5256 T: git git://git.alsa-project.org/alsa-kernel.git
5258 F: Documentation/sound/
5262 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5264 M: lrg@slimlogic.co.uk
5266 M: broonie@opensource.wolfsonmicro.com
5267 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5268 L: alsa-devel@alsa-project.org (subscribers-only)
5269 W: http://alsa-project.org/main/index.php/ASoC
5273 SPARC + UltraSPARC (sparc/sparc64)
5275 M: davem@davemloft.net
5276 L: sparclinux@vger.kernel.org
5277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5282 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5284 M: R.E.Wolff@BitWizard.nl
5285 L: linux-kernel@vger.kernel.org
5287 F: Documentation/serial/specialix.txt
5288 F: drivers/char/specialix*
5292 M: dbrownell@users.sourceforge.net
5293 L: spi-devel-general@lists.sourceforge.net
5295 F: Documentation/spi/
5297 F: include/linux/spi/
5299 SPIDERNET NETWORK DRIVER for CELL
5301 M: kou.ishizaki@toshiba.co.jp
5304 L: netdev@vger.kernel.org
5306 F: Documentation/networking/spider_net.txt
5307 F: drivers/net/spider_net*
5312 L: linuxppc-dev@ozlabs.org
5313 L: cbe-oss-dev@ozlabs.org
5314 W: http://www.ibm.com/developerworks/power/cell/
5316 F: Documentation/filesystems/spufs.txt
5317 F: arch/powerpc/platforms/cell/spufs/
5319 SQUASHFS FILE SYSTEM
5321 M: phillip@lougher.demon.co.uk
5322 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5323 W: http://squashfs.org.uk
5325 F: Documentation/filesystems/squashfs.txt
5328 SRM (Alpha) environment access
5329 P: Jan-Benedict Glaw
5330 M: jbglaw@lug-owl.de
5331 L: linux-kernel@vger.kernel.org
5333 F: arch/alpha/kernel/srm_env.c
5336 P: Greg Kroah-Hartman
5339 M: chrisw@sous-sol.org
5340 L: stable@kernel.org
5344 P: Greg Kroah-Hartman
5346 L: linux-kernel@vger.kernel.org
5347 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5351 STARFIRE/DURALAN NETWORK DRIVER
5353 M: ionut@cs.columbia.edu
5355 F: drivers/net/starfire*
5357 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5358 W: http://mosquitonet.Stanford.EDU/strip.html
5360 F: drivers/net/wireless/strip.c
5361 F: include/linux/if_strip.h
5363 STRADIS MPEG-2 DECODER DRIVER
5366 W: http://www.stradis.com/
5368 F: drivers/media/video/stradis.c
5373 W: http://sammy.net/sun3/
5375 F: arch/m68k/kernel/*sun3*
5377 F: arch/m68k/include/asm/sun3*
5381 M: lethal@linux-sh.org
5382 L: linux-sh@vger.kernel.org
5383 W: http://www.linux-sh.org
5384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5386 F: Documentation/sh/
5392 M: len.brown@intel.com
5395 P: Rafael J. Wysocki
5397 L: linux-pm@lists.linux-foundation.org
5399 F: Documentation/power/
5400 F: arch/x86/kernel/acpi/
5401 F: drivers/base/power/
5403 F: include/linux/suspend.h
5404 F: include/linux/freezer.h
5405 F: include/linux/pm.h
5410 L: linux-video@atrey.karlin.mff.cuni.cz
5412 F: Documentation/svga.txt
5413 F: arch/x86/boot/video*
5416 P: Christoph Hellwig
5417 M: hch@infradead.org
5419 F: Documentation/filesystems/sysv-fs.txt
5421 F: include/linux/sysv_fs.h
5423 TASKSTATS STATISTICS INTERFACE
5425 M: balbir@linux.vnet.ibm.com
5426 L: linux-kernel@vger.kernel.org
5428 F: Documentation/accounting/taskstats*
5429 F: include/linux/taskstats*
5430 F: kernel/taskstats.c
5435 L: netdev@vger.kernel.org
5437 F: include/linux/pkt_cls.h
5438 F: include/net/pkt_cls.h
5441 TCP LOW PRIORITY MODULE
5442 P: Wong Hoi Sing, Edison
5443 M: hswong3i@gmail.com
5444 P: Hung Hing Lun, Mike
5445 M: hlhung3i@gmail.com
5446 W: http://tcp-lp-mod.sourceforge.net/
5448 F: net/ipv4/tcp_lp.c
5450 TEHUTI ETHERNET DRIVER
5451 P: Alexander Indenbaum
5452 M: baum@tehutinetworks.net
5454 M: andy@greyhouse.net
5455 L: netdev@vger.kernel.org
5457 F: drivers/net/tehuti*
5459 Telecom Clock Driver for MCPL0010
5461 M: mark.gross@intel.com
5463 F: drivers/char/tlclk.c
5465 TENSILICA XTENSA PORT (xtensa)
5471 THINKPAD ACPI EXTRAS DRIVER
5472 P: Henrique de Moraes Holschuh
5473 M: ibm-acpi@hmh.eng.br
5474 L: ibm-acpi-devel@lists.sourceforge.net
5475 W: http://ibm-acpi.sourceforge.net
5476 W: http://thinkwiki.org/wiki/Ibm-acpi
5477 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5479 F: drivers/platform/x86/thinkpad_acpi.c
5481 TI FLASH MEDIA INTERFACE DRIVER
5485 F: drivers/misc/tifm*
5486 F: drivers/mmc/host/tifm_sd.c
5487 F: include/linux/tifm.h
5489 TI OMAP MMC INTERFACE DRIVER
5490 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5491 M: linux-omap@vger.kernel.org
5492 W: http://linux.omap.com
5493 W: http://www.muru.com/linux/omap/
5495 F: drivers/mmc/host/omap.c
5497 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5499 M: dsaxena@plexity.net
5501 F: drivers/char/hw_random/omap-rng.c
5505 M: per.liden@ericsson.com
5507 M: jon.maloy@ericsson.com
5509 M: allan.stephens@windriver.com
5510 L: tipc-discussion@lists.sourceforge.net
5511 W: http://tipc.sourceforge.net/
5512 W: http://tipc.cslab.ericsson.net/
5513 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5515 F: include/linux/tipc*.h
5516 F: include/net/tipc/
5522 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5523 W: http://sourceforge.net/projects/tlan/
5525 F: Documentation/networking/tlan.txt
5526 F: drivers/net/tlan.*
5528 TOMOYO SECURITY MODULE
5530 M: takedakn@nttdata.co.jp
5532 M: penguin-kernel@I-love.SAKURA.ne.jp
5533 L: linux-kernel@vger.kernel.org (kernel issues)
5534 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5535 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5536 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5537 W: http://tomoyo.sourceforge.jp/
5538 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5542 TOSHIBA ACPI EXTRAS DRIVER
5544 F: drivers/platform/x86/toshiba_acpi.c
5548 M: jonathan@buzzard.org.uk
5549 L: tlinux-users@tce.toshiba-dme.co.jp
5550 W: http://www.buzzard.org.uk/toshiba/
5552 F: drivers/char/toshiba.c
5553 F: include/linux/toshiba.h
5557 M: ian@mnementh.co.uk
5559 F: drivers/mmc/host/tmio_mmc.*
5563 M: debora@linux.vnet.ibm.com
5565 M: srajiv@linux.vnet.ibm.com
5566 W: http://tpmdd.sourceforge.net
5568 M: m.selhorst@sirrix.com
5569 W: http://www.sirrix.com
5570 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5572 F: drivers/char/tpm/
5576 M: trivial@kernel.org
5577 L: linux-kernel@vger.kernel.org
5578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5583 M: alan@lxorguk.ukuu.org.uk
5584 L: linux-kernel@vger.kernel.org
5587 TULIP NETWORK DRIVERS
5589 M: grundler@parisc-linux.org
5592 L: netdev@vger.kernel.org
5594 F: drivers/net/tulip/
5597 P: Maxim Krasnyansky
5598 M: maxk@qualcomm.com
5599 L: vtun@office.satix.net
5600 W: http://vtun.sourceforge.net/tun
5602 F: Documentation/networking/tuntap.txt
5603 F: arch/um/os-Linux/drivers/
5605 TURBOCHANNEL SUBSYSTEM
5606 P: Maciej W. Rozycki
5607 M: macro@linux-mips.org
5610 F: include/linux/tc.h
5614 M: ballabio_dario@emc.com
5615 L: linux-scsi@vger.kernel.org
5617 F: drivers/scsi/u14-34f.c
5619 UBI FILE SYSTEM (UBIFS)
5621 M: dedekind@infradead.org
5623 M: ext-adrian.hunter@nokia.com
5624 L: linux-mtd@lists.infradead.org
5625 T: git git://git.infradead.org/ubifs-2.6.git
5626 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5628 F: Documentation/filesystems/ubifs.txt
5631 UCLINUX (AND M68KNOMMU)
5634 W: http://www.uclinux.org/
5635 L: uclinux-dev@uclinux.org (subscribers-only)
5639 UCLINUX FOR RENESAS H8/300
5641 M: ysato@users.sourceforge.jp
5642 W: http://uclinux-h8.sourceforge.jp/
5648 W: http://linux-udf.sourceforge.net
5650 F: Documentation/filesystems/udf.txt
5654 P: Evgeniy Dushistov
5655 M: dushistov@mail.ru
5656 L: linux-kernel@vger.kernel.org
5658 F: Documentation/filesystems/ufs.txt
5661 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5663 M: david.vrabel@csr.com
5664 L: linux-usb@vger.kernel.org
5667 F: include/linux/uwb.h
5668 F: include/linux/uwb/
5670 UNIFORM CDROM DRIVER
5673 L: linux-kernel@vger.kernel.org
5674 W: http://www.kernel.dk
5676 F: Documentation/cdrom/
5677 F: drivers/cdrom/cdrom.c
5678 F: include/linux/cdrom.h
5680 UNSORTED BLOCK IMAGES (UBI)
5682 M: dedekind@infradead.org
5683 W: http://www.linux-mtd.infradead.org/
5684 L: linux-mtd@lists.infradead.org
5685 T: git git://git.infradead.org/ubi-2.6.git
5688 F: include/linux/mtd/ubi.h
5689 F: include/mtd/ubi-user.h
5693 M: oliver@neukum.name
5694 L: linux-usb@vger.kernel.org
5696 F: Documentation/usb/acm.txt
5697 F: drivers/usb/class/cdc-acm.*
5699 USB BLOCK DRIVER (UB ub)
5701 M: zaitcev@redhat.com
5702 L: linux-kernel@vger.kernel.org
5703 L: linux-usb@vger.kernel.org
5705 F: drivers/block/ub.c
5707 USB CDC ETHERNET DRIVER
5708 P: Greg Kroah-Hartman
5710 L: linux-usb@vger.kernel.org
5712 W: http://www.kroah.com/linux-usb/
5713 F: drivers/net/usb/cdc_*.c
5714 F: include/linux/usb/cdc.h
5716 USB CYPRESS C67X00 DRIVER
5718 M: jacmet@sunsite.dk
5719 L: linux-usb@vger.kernel.org
5721 F: drivers/usb/c67x00/
5723 USB DAVICOM DM9601 DRIVER
5725 M: jacmet@sunsite.dk
5726 L: netdev@vger.kernel.org
5727 W: http://www.linux-usb.org/usbnet
5729 F: drivers/net/usb/dm9601.c
5731 USB DIAMOND RIO500 DRIVER
5734 L: rio500-users@lists.sourceforge.net
5735 W: http://rio500.sourceforge.net
5737 F: drivers/usb/misc/rio500*
5741 M: dbrownell@users.sourceforge.net
5742 L: linux-usb@vger.kernel.org
5744 F: Documentation/usb/ehci.txt
5745 F: drivers/usb/host/ehci*
5747 USB ET61X[12]51 DRIVER
5749 M: luca.risolia@studio.unibo.it
5750 L: linux-usb@vger.kernel.org
5751 L: linux-media@vger.kernel.org
5752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5753 W: http://www.linux-projects.org
5755 F: drivers/media/video/et61x251/
5757 USB GADGET/PERIPHERAL SUBSYSTEM
5759 M: dbrownell@users.sourceforge.net
5760 L: linux-usb@vger.kernel.org
5761 W: http://www.linux-usb.org/gadget
5763 F: drivers/usb/gadget/
5764 F: include/linux/usb/gadget*
5766 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5769 L: linux-usb@vger.kernel.org
5770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5772 F: Documentation/usb/hiddev.txt
5773 F: drivers/hid/usbhid/
5777 M: ok@artecdesign.ee
5778 L: linux-usb@vger.kernel.org
5780 F: drivers/usb/host/isp116x*
5781 F: include/linux/usb/isp116x.h
5783 USB KAWASAKI LSI DRIVER
5785 M: oliver@neukum.name
5786 L: linux-usb@vger.kernel.org
5788 F: drivers/usb/serial/kl5kusb105.*
5790 USB MASS STORAGE DRIVER
5792 M: mdharm-usb@one-eyed-alien.net
5793 L: linux-usb@vger.kernel.org
5794 L: usb-storage@lists.one-eyed-alien.net
5796 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5797 F: drivers/usb/storage/
5801 M: dbrownell@users.sourceforge.net
5802 L: linux-usb@vger.kernel.org
5804 F: Documentation/usb/ohci.txt
5805 F: drivers/usb/host/ohci*
5807 USB OPTION-CARD DRIVER
5809 M: smurf@smurf.noris.de
5810 L: linux-usb@vger.kernel.org
5812 F: drivers/usb/serial/option.c
5816 M: mmcclell@bigfoot.com
5817 L: linux-usb@vger.kernel.org
5818 W: http://alpha.dyndns.org/ov511/
5820 F: drivers/media/video/ov511.*
5824 M: petkan@users.sourceforge.net
5825 L: linux-usb@vger.kernel.org
5826 L: netdev@vger.kernel.org
5827 W: http://pegasus2.sourceforge.net/
5829 F: drivers/net/usb/pegasus.*
5831 USB PRINTER DRIVER (usblp)
5833 M: zaitcev@redhat.com
5834 L: linux-usb@vger.kernel.org
5836 F: drivers/usb/class/usblp.c
5840 M: petkan@users.sourceforge.net
5841 L: linux-usb@vger.kernel.org
5842 L: netdev@vger.kernel.org
5843 W: http://pegasus2.sourceforge.net/
5845 F: drivers/net/usb/rtl8150.c
5850 L: linux-usb@vger.kernel.org
5851 W: http://www.chello.nl/~j.vreeken/se401/
5853 F: Documentation/video4linux/se401.txt
5854 F: drivers/media/video/se401.*
5856 USB SERIAL BELKIN F5U103 DRIVER
5857 P: William Greathouse
5858 M: wgreathouse@smva.com
5859 L: linux-usb@vger.kernel.org
5861 F: drivers/usb/serial/belkin_sa.*
5863 USB SERIAL CYPRESS M8 DRIVER
5865 M: dignome@gmail.com
5866 L: linux-usb@vger.kernel.org
5868 W: http://geocities.com/i0xox0i
5869 W: http://firstlight.net/cvs
5870 F: drivers/usb/serial/cypress_m8.*
5872 USB SERIAL CYBERJACK DRIVER
5873 P: Matthias Bruestle and Harald Welte
5874 M: support@reiner-sct.com
5875 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5877 F: drivers/usb/serial/cyberjack.c
5879 USB SERIAL DIGI ACCELEPORT DRIVER
5880 P: Peter Berger and Al Borchers
5881 M: pberger@brimson.com
5882 M: alborchers@steinerpoint.com
5883 L: linux-usb@vger.kernel.org
5885 F: drivers/usb/serial/digi_acceleport.c
5888 P: Greg Kroah-Hartman
5890 L: linux-usb@vger.kernel.org
5892 F: Documentation/usb/usb-serial.txt
5893 F: drivers/usb/serial/generic.c
5894 F: drivers/usb/serial/usb-serial.c
5895 F: include/linux/usb/serial.h
5897 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5899 M: xavyer@ix.netcom.com
5900 L: linux-usb@vger.kernel.org
5902 F: drivers/usb/serial/empeg.c
5904 USB SERIAL KEYSPAN DRIVER
5905 P: Greg Kroah-Hartman
5907 L: linux-usb@vger.kernel.org
5908 W: http://www.kroah.com/linux/
5910 F: drivers/usb/serial/*keyspan*
5912 USB SERIAL WHITEHEAT DRIVER
5913 P: Support Department
5914 M: support@connecttech.com
5915 L: linux-usb@vger.kernel.org
5916 W: http://www.connecttech.com
5918 F: drivers/usb/serial/whiteheat*
5920 USB SMSC95XX ETHERNET DRIVER
5921 P: Steve Glendinning
5922 M: steve.glendinning@smsc.com
5923 L: netdev@vger.kernel.org
5925 F: drivers/net/usb/smsc95xx.*
5929 M: luca.risolia@studio.unibo.it
5930 L: linux-usb@vger.kernel.org
5931 L: linux-media@vger.kernel.org
5932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5933 W: http://www.linux-projects.org
5935 F: Documentation/video4linux/sn9c102.txt
5936 F: drivers/media/video/sn9c102/
5939 P: Greg Kroah-Hartman
5941 L: linux-usb@vger.kernel.org
5942 W: http://www.linux-usb.org
5943 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5945 F: Documentation/usb/
5948 F: include/linux/usb.h
5949 F: include/linux/usb/
5953 M: stern@rowland.harvard.edu
5954 L: linux-usb@vger.kernel.org
5956 F: drivers/usb/host/uhci*
5958 USB "USBNET" DRIVER FRAMEWORK
5960 M: dbrownell@users.sourceforge.net
5961 L: netdev@vger.kernel.org
5962 W: http://www.linux-usb.org/usbnet
5964 F: drivers/net/usb/usbnet.c
5965 F: include/linux/usb/usbnet.h
5969 M: laurent.pinchart@skynet.be
5970 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5971 L: linux-media@vger.kernel.org
5972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5973 W: http://linux-uvc.berlios.de
5975 F: drivers/media/video/uvc/
5977 USB W996[87]CF DRIVER
5979 M: luca.risolia@studio.unibo.it
5980 L: linux-usb@vger.kernel.org
5981 L: linux-media@vger.kernel.org
5982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5983 W: http://www.linux-projects.org
5985 F: Documentation/video4linux/w9968cf.txt
5986 F: drivers/media/video/w996*
5988 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5990 M: jussi.kivilinna@mbnet.fi
5991 L: linux-wireless@vger.kernel.org
5993 F: drivers/net/wireless/rndis_wlan.c
5997 M: luca.risolia@studio.unibo.it
5998 L: linux-usb@vger.kernel.org
5999 L: linux-media@vger.kernel.org
6000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6001 W: http://www.linux-projects.org
6003 F: Documentation/video4linux/zc0301.txt
6004 F: drivers/media/video/zc0301/
6009 L: linux-usb@vger.kernel.org
6010 W: http://linux-lc100020.sourceforge.net
6012 F: drivers/net/wireless/zd1201.*
6016 M: royale@zerezo.com
6017 L: linux-usb@vger.kernel.org
6018 L: linux-media@vger.kernel.org
6019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6020 W: http://royale.zerezo.com/zr364xx/
6022 F: Documentation/video4linux/zr364xx.txt
6023 F: drivers/media/video/zr364xx.c
6025 USER-MODE LINUX (UML)
6027 M: jdike@addtoit.com
6028 L: user-mode-linux-devel@lists.sourceforge.net
6029 L: user-mode-linux-user@lists.sourceforge.net
6030 W: http://user-mode-linux.sourceforge.net
6032 F: Documentation/uml/
6039 M: hjk@linutronix.de
6040 P: Greg Kroah-Hartman
6042 L: linux-kernel@vger.kernel.org
6044 F: Documentation/DocBook/uio-howto.tmpl
6046 F: include/linux/uio*.h
6048 UTIL-LINUX-NG PACKAGE
6051 L: util-linux-ng@vger.kernel.org
6052 W: http://kernel.org/~kzak/util-linux-ng/
6053 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6057 P: Michal Januszewski
6059 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6060 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6062 F: Documentation/fb/uvesafb.txt
6063 F: drivers/video/uvesafb.*
6065 VFAT/FAT/MSDOS FILESYSTEM
6067 M: hirofumi@mail.parknet.co.jp
6068 L: linux-kernel@vger.kernel.org
6070 F: Documentation/filesystems/vfat.txt
6073 VIA RHINE NETWORK DRIVER
6077 F: drivers/net/via-rhine.c
6081 M: khali@linux-fr.org
6082 L: linux-i2c@vger.kernel.org
6084 F: Documentation/i2c/busses/i2c-viapro
6085 F: drivers/i2c/busses/i2c-viapro.c
6087 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6089 M: JosephChan@via.com.tw
6091 M: ScottFang@viatech.com.cn
6092 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6094 F: drivers/video/via/
6096 VIA VELOCITY NETWORK DRIVER
6098 M: romieu@fr.zoreil.com
6099 L: netdev@vger.kernel.org
6101 F: drivers/net/via-velocity.*
6106 L: netdev@vger.kernel.org
6108 F: drivers/net/macvlan.c
6109 F: include/linux/if_*vlan.h
6112 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6114 M: lrg@slimlogic.co.uk
6116 M: broonie@opensource.wolfsonmicro.com
6117 W: http://opensource.wolfsonmicro.com/node/15
6118 W: http://www.slimlogic.co.uk/?p=48
6119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6121 F: drivers/regulator/
6122 F: include/linux/regulator/
6124 VT1211 HARDWARE MONITOR DRIVER
6127 L: lm-sensors@lm-sensors.org
6129 F: Documentation/hwmon/vt1211
6130 F: drivers/hwmon/vt1211.c
6132 VT8231 HARDWARE MONITOR DRIVER
6134 M: vt8231@hiddenengine.co.uk
6135 L: lm-sensors@lm-sensors.org
6137 F: drivers/hwmon/vt8231.c
6139 W1 DALLAS'S 1-WIRE BUS
6141 M: johnpol@2ka.mipt.ru
6143 F: Documentation/w1/
6146 W83791D HARDWARE MONITORING DRIVER
6148 M: m.hulsman@tudelft.nl
6149 L: lm-sensors@lm-sensors.org
6151 F: Documentation/hwmon/w83791d
6152 F: drivers/hwmon/w83791d.c
6154 W83793 HARDWARE MONITORING DRIVER
6156 M: r.marek@assembler.cz
6157 L: lm-sensors@lm-sensors.org
6159 F: Documentation/hwmon/w83793
6160 F: drivers/hwmon/w83793.c
6162 W83L51xD SD/MMC CARD INTERFACE DRIVER
6165 L: linux-kernel@vger.kernel.org
6167 F: drivers/mmc/host/wbsd.*
6169 WATCHDOG DEVICE DRIVERS
6172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6174 F: Documentation/watchdog/
6175 F: drivers/watchdog/
6176 F: include/linux/watchdog.h
6178 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6181 L: linux-wireless@vger.kernel.org
6182 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6184 F: Documentation/networking/wavelan.txt
6185 F: drivers/net/wireless/wavelan*
6189 M: zaga@fly.cc.fer.hr
6190 L: linux-scsi@vger.kernel.org
6192 F: drivers/scsi/wd7000.c
6195 P: Inaky Perez-Gonzalez
6196 M: inaky.perez-gonzalez@intel.com
6197 M: linux-wimax@intel.com
6198 L: wimax@linuxwimax.org
6200 W: http://linuxwimax.org
6202 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6204 M: david.vrabel@csr.com
6206 F: include/linux/wlp.h
6209 WISTRON LAPTOP BUTTON DRIVER
6213 F: drivers/input/misc/wistron_btns.c
6215 WL3501 WIRELESS PCMCIA CARD DRIVER
6216 P: Arnaldo Carvalho de Melo
6217 M: acme@ghostprotocols.net
6218 L: linux-wireless@vger.kernel.org
6219 W: http://oops.ghostprotocols.net:81/blog
6221 F: drivers/net/wireless/wl3501*
6223 WM97XX TOUCHSCREEN DRIVERS
6225 M: broonie@opensource.wolfsonmicro.com
6227 M: lrg@slimlogic.co.uk
6228 L: linux-input@vger.kernel.org
6229 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6230 W: http://opensource.wolfsonmicro.com/node/7
6232 F: drivers/input/touchscreen/*wm97*
6233 F: include/linux/wm97xx.h
6237 M: eis@baty.hanse.de
6238 L: linux-x25@vger.kernel.org
6240 F: Documentation/networking/x25*
6244 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6246 M: tglx@linutronix.de
6252 L: linux-kernel@vger.kernel.org
6253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6255 F: Documentation/x86/
6258 XEN HYPERVISOR INTERFACE
6259 P: Jeremy Fitzhardinge
6260 M: jeremy@xensource.com
6262 M: chrisw@sous-sol.org
6263 L: virtualization@lists.osdl.org
6264 L: xen-devel@lists.xensource.com
6267 F: drivers/*/xen-*front.c
6269 F: arch/x86/include/asm/xen/
6273 P: Silicon Graphics Inc
6276 M: xfs-masters@oss.sgi.com
6278 W: http://oss.sgi.com/projects/xfs
6279 T: git git://oss.sgi.com/xfs/xfs.git
6281 F: Documentation/filesystems/xfs.txt
6284 XILINX SYSTEMACE DRIVER
6286 M: grant.likely@secretlab.ca
6287 W: http://www.secretlab.ca/
6288 L: linux-kernel@vger.kernel.org
6290 F: drivers/block/xsysace.c
6292 XILINX UARTLITE SERIAL DRIVER
6294 M: jacmet@sunsite.dk
6295 L: linux-serial@vger.kernel.org
6297 F: drivers/serial/uartlite.c
6299 YAM DRIVER FOR AX.25
6300 P: Jean-Paul Roubelat
6302 L: linux-hams@vger.kernel.org
6304 F: drivers/net/hamradio/yam*
6305 F: include/linux/yam.h
6307 YEALINK PHONE DRIVER
6309 M: Henk.Vergonet@gmail.com
6310 L: usbb2k-api-dev@nongnu.org
6312 F: Documentation/input/yealink.txt
6313 F: drivers/input/misc/yealink.*
6315 Z8530 DRIVER FOR AX.25
6318 W: http://yaina.de/jreuter/
6319 W: http://www.qsl.net/dl1bke/
6320 L: linux-hams@vger.kernel.org
6322 F: Documentation/networking/z8530drv.txt
6323 F: drivers/net/hamradio/*scc.c
6324 F: drivers/net/hamradio/z8530.h
6326 ZD1211RW WIRELESS DRIVER
6330 M: kune@deine-taler.de
6331 W: http://zd1211.ath.cx/wiki/DriverRewrite
6332 L: linux-wireless@vger.kernel.org
6333 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6335 F: drivers/net/wireless/zd1211rw/
6337 ZR36067 VIDEO FOR LINUX DRIVER
6338 L: mjpeg-users@lists.sourceforge.net
6339 L: linux-media@vger.kernel.org
6340 W: http://mjpeg.sourceforge.net/driver-zoran/
6341 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6343 F: drivers/media/video/zoran/
6345 ZS DECSTATION Z85C30 SERIAL DRIVER
6346 P: Maciej W. Rozycki
6347 M: macro@linux-mips.org
6349 F: drivers/serial/zs.*
6353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6354 S: Buried alive in reporters