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 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1293 L: linux-media@vger.kernel.org
1294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1296 F: Documentation/video4linux/cafe_ccic
1297 F: drivers/media/video/cafe_ccic*
1299 CALGARY x86-64 IOMMU
1304 L: linux-kernel@vger.kernel.org
1305 L: discuss@x86-64.org
1307 F: arch/x86/kernel/pci-calgary_64.c
1308 F: arch/x86/kernel/tce_64.c
1309 F: arch/x86/include/asm/calgary.h
1310 F: arch/x86/include/asm/tce.h
1314 M: urs.thuermann@volkswagen.de
1316 M: oliver.hartkopp@volkswagen.de
1317 L: socketcan-core@lists.berlios.de (subscribers-only)
1318 W: http://developer.berlios.de/projects/socketcan/
1321 F: include/linux/can/
1322 F: include/linux/can.h
1324 CELL BROADBAND ENGINE ARCHITECTURE
1327 L: linuxppc-dev@ozlabs.org
1328 L: cbe-oss-dev@ozlabs.org
1329 W: http://www.ibm.com/developerworks/power/cell/
1331 F: arch/powerpc/include/asm/cell*.h
1332 F: arch/powerpc/include/asm/lv1call.h
1333 F: arch/powerpc/include/asm/ps3*.h
1334 F: arch/powerpc/include/asm/spu*.h
1335 F: arch/powerpc/oprofile/*cell*
1336 F: arch/powerpc/platforms/cell/
1337 F: arch/powerpc/platforms/ps3/
1339 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1341 M: david.vrabel@csr.com
1342 L: linux-usb@vger.kernel.org
1344 F: Documentation/usb/WUSB-Design-overview.txt
1345 F: Documentation/usb/wusb-cbaf
1346 F: drivers/usb/wusbcore/
1347 F: include/linux/usb/wusb*
1349 CFAG12864B LCD DRIVER
1350 P: Miguel Ojeda Sandonis
1351 M: miguel.ojeda.sandonis@gmail.com
1352 L: linux-kernel@vger.kernel.org
1353 W: http://miguelojeda.es/auxdisplay.htm
1354 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1356 F: drivers/auxdisplay/cfag12864b.c
1357 F: include/linux/cfag12864b.h
1359 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1360 P: Miguel Ojeda Sandonis
1361 M: miguel.ojeda.sandonis@gmail.com
1362 L: linux-kernel@vger.kernel.org
1363 W: http://miguelojeda.es/auxdisplay.htm
1364 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1366 F: drivers/auxdisplay/cfag12864bfb.c
1367 F: include/linux/cfag12864b.h
1369 CFG80211 and NL80211
1371 M: johannes@sipsolutions.net
1372 L: linux-wireless@vger.kernel.org
1374 F: include/linux/nl80211.h
1375 F: include/net/cfg80211.h
1377 X: net/wireless/wext*
1381 M: apw@canonical.com
1382 L: linux-kernel@vger.kernel.org
1384 F: scripts/checkpatch.pl
1386 CISCO 10G ETHERNET DRIVER
1388 M: scofeldm@cisco.com
1390 M: jeykholt@cisco.com
1392 F: drivers/net/enic/
1394 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1395 P: Lennert Buytenhek
1396 M: kernel@wantstofly.org
1397 L: netdev@vger.kernel.org
1399 F: drivers/net/arm/ep93xx_eth.c
1401 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1402 P: Lennert Buytenhek
1403 M: kernel@wantstofly.org
1404 L: linux-usb@vger.kernel.org
1406 F: drivers/usb/host/ohci-ep93xx.c
1408 CIRRUS LOGIC CS4270 SOUND DRIVER
1410 M: timur@freescale.com
1411 L: alsa-devel@alsa-project.org
1413 F: sound/soc/codecs/cs4270*
1415 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1416 P: Cirrus Logic Corporation (kernel 2.2 driver)
1417 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1418 P: Nils Faerber (port to kernel 2.4)
1419 M: Nils Faerber <nils@kernelconcepts.de>
1421 F: Documentation/input/cs461x.txt
1422 F: sound/pci/cs46xx/
1426 M: linux@arm.linux.org.uk
1427 F: include/linux/clk.h
1431 M: jaharkes@cs.cmu.edu
1433 L: codalist@coda.cs.cmu.edu
1434 W: http://www.coda.cs.cmu.edu/
1436 F: Documentation/filesystems/coda.txt
1438 F: include/linux/coda*.h
1440 COMMON INTERNET FILE SYSTEM (CIFS)
1442 M: sfrench@samba.org
1443 L: linux-cifs-client@lists.samba.org
1444 L: samba-technical@lists.samba.org
1445 W: http://linux-cifs.samba.org/
1446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1448 F: Documentation/filesystems/cifs.txt
1451 COMPACTPCI HOTPLUG CORE
1453 M: scottm@somanetworks.com
1454 M: scott@spiteful.org
1455 L: linux-pci@vger.kernel.org
1457 F: drivers/pci/hotplug/cpci_hotplug*
1459 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1461 M: scottm@somanetworks.com
1462 M: scott@spiteful.org
1463 L: linux-pci@vger.kernel.org
1465 F: drivers/pci/hotplug/cpcihp_zt5550.*
1467 COMPACTPCI HOTPLUG GENERIC DRIVER
1469 M: scottm@somanetworks.com
1470 M: scott@spiteful.org
1471 L: linux-pci@vger.kernel.org
1473 F: drivers/pci/hotplug/cpcihp_generic.c
1475 COMPAL LAPTOP SUPPORT
1476 P: Cezary Jackiewicz
1477 M: cezary.jackiewicz@gmail.com
1479 F: drivers/platform/x86/compal-laptop.c
1481 COMPUTONE INTELLIPORT MULTIPORT CARD
1482 P: Michael H. Warfield
1484 W: http://www.wittsend.com/computone.html
1486 F: Documentation/serial/computone.txt
1487 F: drivers/char/ip2/
1489 CONEXANT ACCESSRUNNER USB DRIVER
1491 M: cxacru@fire.lp0.eu
1492 L: accessrunner-general@lists.sourceforge.net
1493 W: http://accessrunner.sourceforge.net/
1495 F: drivers/usb/atm/cxacru.c
1499 M: joel.becker@oracle.com
1500 L: linux-kernel@vger.kernel.org
1503 F: include/linux/configfs.h
1505 CONTROL GROUPS (CGROUPS)
1507 M: menage@google.com
1509 M: lizf@cn.fujitsu.com
1510 L: containers@lists.linux-foundation.org
1512 F: include/linux/cgroup*
1515 CORETEMP HARDWARE MONITORING DRIVER
1517 M: r.marek@assembler.cz
1518 L: lm-sensors@lm-sensors.org
1520 F: Documentation/hwmon/coretemp
1521 F: drivers/hwmon/coretemp.c
1523 COSA/SRP SYNC SERIAL DRIVER
1524 P: Jan "Yenya" Kasprzak
1526 W: http://www.fi.muni.cz/~kas/cosa/
1528 F: drivers/net/wan/cosa*
1530 CPU FREQUENCY DRIVERS
1533 L: cpufreq@vger.kernel.org
1534 W: http://www.codemonkey.org.uk/projects/cpufreq/
1535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1537 F: arch/x86/kernel/cpu/cpufreq/
1539 F: include/linux/cpufreq.h
1545 F: arch/x86/kernel/cpuid.c
1546 F: arch/x86/kernel/msr.c
1550 M: menage@google.com
1551 L: linux-kernel@vger.kernel.org
1552 W: http://www.bullopensource.org/cpuset/
1553 W: http://oss.sgi.com/projects/cpusets/
1555 F: Documentation/cgroups/cpusets.txt
1556 F: include/linux/cpuset.h
1560 W: http://sourceforge.net/projects/cramfs/
1562 F: Documentation/filesystems/cramfs.txt
1569 M: jesper.nilsson@axis.com
1570 L: dev-etrax@axis.com
1571 W: http://developer.axis.com
1577 M: herbert@gondor.apana.org.au
1579 M: davem@davemloft.net
1580 L: linux-crypto@vger.kernel.org
1581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1583 F: Documentation/crypto/
1589 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1591 M: nhorman@tuxdriver.com
1592 L: linux-crypto@vger.kernel.org
1595 CS5535 Audio ALSA driver
1597 M: jayakumar.alsa@gmail.com
1599 F: sound/pci/cs5535audio/
1601 CX18 VIDEO4LINUX DRIVER
1603 M: hverkuil@xs4all.nl
1606 L: ivtv-devel@ivtvdriver.org
1607 L: ivtv-users@ivtvdriver.org
1608 L: linux-media@vger.kernel.org
1609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1610 W: http://linuxtv.org
1612 F: Documentation/video4linux/cx18.txt
1613 F: drivers/media/video/cx18/
1615 CXGB3 ETHERNET DRIVER (CXGB3)
1618 L: netdev@vger.kernel.org
1619 W: http://www.chelsio.com
1621 F: drivers/net/cxgb3/
1623 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1625 M: swise@chelsio.com
1626 L: general@lists.openfabrics.org
1627 W: http://www.openfabrics.org
1629 F: drivers/infiniband/hw/cxgb3/
1633 M: linux@arm.linux.org.uk
1634 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1635 W: http://www.arm.linux.org.uk/
1637 F: drivers/video/cyber2000fb.*
1639 CYCLADES 2X SYNC CARD DRIVER
1640 P: Arnaldo Carvalho de Melo
1641 M: acme@ghostprotocols.net
1642 W: http://oops.ghostprotocols.net:81/blog
1644 F: drivers/net/wan/cycx*
1646 CYCLADES ASYNC MUX DRIVER
1647 W: http://www.cyclades.com/
1649 F: drivers/char/cyclades.c
1650 F: include/linux/cyclades.h
1652 CYCLADES PC300 DRIVER
1653 W: http://www.cyclades.com/
1655 F: drivers/net/wan/pc300*
1657 DAMA SLAVE for AX.25
1660 W: http://yaina.de/jreuter/
1661 W: http://www.qsl.net/dl1bke/
1662 L: linux-hams@vger.kernel.org
1664 F: net/ax25/af_ax25.c
1665 F: net/ax25/ax25_dev.c
1666 F: net/ax25/ax25_ds_*
1667 F: net/ax25/ax25_in.c
1668 F: net/ax25/ax25_out.c
1669 F: net/ax25/ax25_timer.c
1670 F: net/ax25/sysctl_net_ax25.c
1672 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1674 M: tori@unhappy.mine.nu
1675 L: netdev@vger.kernel.org
1677 F: Documentation/networking/dmfe.txt
1678 F: drivers/net/tulip/dmfe.c
1680 DC390/AM53C974 SCSI driver
1683 W: http://www.garloff.de/kurt/linux/dc390/
1684 P: Guennadi Liakhovetski
1685 M: g.liakhovetski@gmx.de
1687 F: drivers/scsi/tmscsim.*
1691 M: oliver@neukum.name
1695 M: lenehan@twibble.org
1696 W: http://twibble.org/dist/dc395x/
1697 L: dc395x@twibble.org
1698 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1700 F: Documentation/scsi/dc395x.txt
1701 F: drivers/scsi/dc395x.*
1704 P: Arnaldo Carvalho de Melo
1705 M: acme@ghostprotocols.net
1706 L: dccp@vger.kernel.org
1707 W: http://linux-net.osdl.org/index.php/DCCP
1709 F: include/linux/dccp.h
1710 F: include/linux/tfrc.h
1713 DECnet NETWORK LAYER
1714 P: Christine Caulfield
1715 M: christine.caulfield@googlemail.com
1716 W: http://linux-decnet.sourceforge.net
1717 L: linux-decnet-user@lists.sourceforge.net
1719 F: Documentation/networking/decnet.txt
1722 DEFXX FDDI NETWORK DRIVER
1723 P: Maciej W. Rozycki
1724 M: macro@linux-mips.org
1726 F: drivers/net/defxx.*
1730 M: mjg59@srcf.ucam.org
1732 F: drivers/platform/x86/dell-laptop.c
1734 DELL LAPTOP SMM DRIVER
1735 P: Massimo Dal Zotto
1737 W: http://www.debian.org/~dz/i8k/
1739 F: drivers/char/i8k.c
1740 F: include/linux/i8k.h
1742 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1744 M: Douglas_Warzecha@dell.com
1746 F: Documentation/dcdbas.txt
1747 F: drivers/firmware/dcdbas.*
1749 DELL WMI EXTRAS DRIVER
1751 M: mjg59@srcf.ucam.org
1754 DEVICE NUMBER REGISTRY
1756 M: device@lanana.org
1757 W: http://lanana.org/docs/device-list/index.html
1758 L: linux-kernel@vger.kernel.org
1763 L: dm-devel@redhat.com
1764 W: http://sources.redhat.com/dm
1766 F: Documentation/device-mapper/
1768 F: include/linux/device-mapper.h
1769 F: include/linux/dm-*.h
1771 DIGI INTL. EPCA DRIVER
1772 P: Digi International, Inc
1773 M: Eng.Linux@digi.com
1774 L: Eng.Linux@digi.com
1775 W: http://www.digi.com
1777 F: Documentation/serial/digiepca.txt
1778 F: drivers/char/epca*
1779 F: drivers/char/digi*
1781 DIRECTORY NOTIFICATION (DNOTIFY)
1783 M: sfr@canb.auug.org.au
1784 L: linux-kernel@vger.kernel.org
1786 F: Documentation/filesystems/dnotify.txt
1787 F: fs/notify/dnotify/
1788 F: include/linux/dnotify.h
1790 DISK GEOMETRY AND PARTITION HANDLING
1793 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1794 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1795 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1801 L: linux-kernel@vger.kernel.org
1803 F: Documentation/filesystems/quota.txt
1805 F: include/linux/quota*.h
1807 DISTRIBUTED LOCK MANAGER (DLM)
1808 P: Christine Caulfield
1809 M: ccaulfie@redhat.com
1811 M: teigland@redhat.com
1812 L: cluster-devel@redhat.com
1813 W: http://sources.redhat.com/cluster/
1814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1818 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1820 M: maciej.sosnowski@intel.com
1822 M: dan.j.williams@intel.com
1823 L: linux-kernel@vger.kernel.org
1826 F: include/linux/dma*
1828 DME1737 HARDWARE MONITOR DRIVER
1831 L: lm-sensors@lm-sensors.org
1833 F: Documentation/hwmon/dme1737
1834 F: drivers/hwmon/dme1737.c
1836 DOCBOOK FOR DOCUMENTATION
1838 M: rdunlap@xenotime.net
1841 DOCKING STATION DRIVER
1843 M: shaohua.li@intel.com
1844 L: linux-acpi@vger.kernel.org
1846 F: drivers/acpi/dock.c
1850 M: rdunlap@xenotime.net
1851 L: linux-doc@vger.kernel.org
1856 P: James R. Van Zandt
1857 M: jrv@vanzandt.mv.com
1858 L: blinux-list@redhat.com
1860 F: drivers/char/dtlk.c
1861 F: include/linux/dtlk.h
1863 DPT_I2O SCSI RAID DRIVER
1864 P: Adaptec OEM Raid Solutions
1865 M: aacraid@adaptec.com
1866 L: linux-scsi@vger.kernel.org
1867 W: http://www.adaptec.com/
1869 F: drivers/scsi/dpt*
1870 F: drivers/scsi/dpt/
1872 DRIVER CORE, KOBJECTS, AND SYSFS
1873 P: Greg Kroah-Hartman
1875 L: linux-kernel@vger.kernel.org
1876 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1878 F: Documentation/kobject.txt
1881 F: include/linux/kobj*
1887 L: dri-devel@lists.sourceforge.net
1888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1894 M: romieu@fr.zoreil.com
1895 L: netdev@vger.kernel.org
1897 F: drivers/net/wan/dscc4.c
1899 DZ DECSTATION DZ11 SERIAL DRIVER
1900 P: Maciej W. Rozycki
1901 M: macro@linux-mips.org
1903 F: drivers/serial/dz.*
1905 EATA-DMA SCSI DRIVER
1907 M: mike@i-Connect.Net
1908 L: linux-eata@i-connect.net
1909 L: linux-scsi@vger.kernel.org
1911 F: drivers/scsi/eata*
1913 EATA ISA/EISA/PCI SCSI DRIVER
1915 M: ballabio_dario@emc.com
1916 L: linux-scsi@vger.kernel.org
1918 F: drivers/scsi/eata.c
1920 EATA-PIO SCSI DRIVER
1922 M: mike@i-Connect.Net
1923 L: linux-eata@i-connect.net
1924 L: linux-scsi@vger.kernel.org
1926 F: drivers/scsi/eata_pio.*
1930 M: bart.de.schuymer@pandora.be
1931 L: ebtables-user@lists.sourceforge.net
1932 L: ebtables-devel@lists.sourceforge.net
1933 W: http://ebtables.sourceforge.net/
1935 F: include/linux/netfilter_bridge/ebt_*.h
1936 F: net/bridge/netfilter/ebt*.c
1940 M: tyhicks@linux.vnet.ibm.com
1942 P: kirkland@canonical.com
1943 L: ecryptfs-devel@lists.launchpad.net
1944 W: https://launchpad.net/ecryptfs
1946 F: Documentation/filesystems/ecryptfs.txt
1951 M: dougthompson@xmission.com
1952 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1953 W: bluesmoke.sourceforge.net
1955 F: Documentation/edac.txt
1956 F: drivers/edac/edac_*
1957 F: include/linux/edac.h
1962 M: mark.gross@intel.com
1963 M: dougthompson@xmission.com
1964 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1965 W: bluesmoke.sourceforge.net
1967 F: drivers/edac/e752x_edac.c
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/e7xxx_edac.c
1979 M: tim@buttersideup.com
1980 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1981 W: bluesmoke.sourceforge.net
1983 F: drivers/edac/i82443bxgx_edac.c
1987 M: juhlenko@akamai.com
1988 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W: bluesmoke.sourceforge.net
1991 F: drivers/edac/i3000_edac.c
1995 M: dougthompson@xmission.com
1996 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 W: bluesmoke.sourceforge.net
1999 F: drivers/edac/i5000_edac.c
2002 P: Mauro Carvalho Chehab
2003 M: mchehab@redhat.com
2004 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2005 W: bluesmoke.sourceforge.net
2007 F: drivers/edac/i5400_edac.c
2010 P: Ranganathan Desikan
2012 M: rdesikan@jetzbroadband.com
2013 M: arvind@acarlab.com
2014 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2015 W: bluesmoke.sourceforge.net
2017 F: drivers/edac/i82975x_edac.c
2022 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W: bluesmoke.sourceforge.net
2025 F: drivers/edac/pasemi_edac.c
2029 M: tim@buttersideup.com
2030 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2031 W: bluesmoke.sourceforge.net
2033 F: drivers/edac/r82600_edac.c
2035 EEEPC LAPTOP EXTRAS DRIVER
2037 M: corentincj@iksaif.net
2038 L: acpi4asus-user@lists.sourceforge.net
2039 W: http://sourceforge.net/projects/acpi4asus
2041 F: drivers/platform/x86/eeepc-laptop.c
2044 W: http://aeschi.ch.eu.org/efs/
2048 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2050 M: hnguyen@de.ibm.com
2052 M: raisch@de.ibm.com
2053 L: general@lists.openfabrics.org
2055 F: drivers/infiniband/hw/ehca/
2059 M: paul.gortmaker@windriver.com
2061 M: dwmw2@infradead.org
2062 L: linux-embedded@vger.kernel.org
2065 EMULEX LPFC FC SCSI DRIVER
2067 M: james.smart@emulex.com
2068 L: linux-scsi@vger.kernel.org
2069 W: http://sourceforge.net/projects/lpfcxxxx
2071 F: drivers/scsi/lpfc/
2073 EPSON 1355 FRAMEBUFFER DRIVER
2074 P: Christopher Hoover
2075 M: ch@murgatroid.com
2076 P: Christopher Hoover
2079 F: drivers/video/epson1355fb.c
2081 EPSON S1D13XXX FRAMEBUFFER DRIVER
2082 P: Kristoffer Ericson
2083 M: kristoffer.ericson@gmail.com
2085 F: drivers/video/s1d13xxxfb.c
2086 F: include/video/s1d13xxxfb.h
2088 ETHEREXPRESS-16 NETWORK DRIVER
2091 L: netdev@vger.kernel.org
2093 F: drivers/net/eexpress.*
2096 P: Stephen Hemminger
2097 M: shemminger@linux-foundation.org
2098 L: bridge@lists.linux-foundation.org
2099 W: http://www.linux-foundation.org/en/Net:Bridge
2101 F: include/linux/netfilter_bridge/
2104 ETHERTEAM 16I DRIVER
2108 F: drivers/net/eth16i.c
2111 L: linux-ext4@vger.kernel.org
2113 F: Documentation/filesystems/ext2.txt
2115 F: include/linux/ext2*
2121 M: akpm@linux-foundation.org
2124 L: linux-ext4@vger.kernel.org
2126 F: Documentation/filesystems/ext3.txt
2128 F: include/linux/ext3*
2135 L: linux-ext4@vger.kernel.org
2136 W: http://ext4.wiki.kernel.org
2138 F: Documentation/filesystems/ext4.txt
2141 F71805F HARDWARE MONITORING DRIVER
2143 M: khali@linux-fr.org
2144 L: lm-sensors@lm-sensors.org
2146 F: Documentation/hwmon/f71805f
2147 F: drivers/hwmon/f71805f.c
2149 FARSYNC SYNCHRONOUS DRIVER
2151 M: kevin.curtis@farsite.co.uk
2152 W: http://www.farsite.co.uk/
2154 F: drivers/net/wan/farsync.*
2156 FAULT INJECTION SUPPORT
2158 M: akinobu.mita@gmail.com
2160 F: Documentation/fault-injection/
2161 F: lib/fault-inject.c
2163 FILE LOCKING (flock() and fcntl()/lockf())
2166 L: linux-fsdevel@vger.kernel.org
2168 F: include/linux/fcntl.h
2169 F: include/linux/fs.h
2173 FILESYSTEMS (VFS and infrastructure)
2175 M: viro@zeniv.linux.org.uk
2176 L: linux-fsdevel@vger.kernel.org
2180 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2182 M: riku.vipio@iki.fi
2183 L: lm-sensors@lm-sensors.org
2185 F: drivers/hwmon/f75375s.c
2186 F: include/linux/f75375s.h
2189 P: Kristian Hoegsberg
2192 M: stefanr@s5r6.in-berlin.de
2193 L: linux1394-devel@lists.sourceforge.net
2194 W: http://www.linux1394.org/
2195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2197 F: drivers/firewire/
2198 F: include/linux/firewire*.h
2200 FIRMWARE LOADER (request_firmware)
2201 L: linux-kernel@vger.kernel.org
2203 F: Documentation/firmware_class/
2204 F: drivers/base/firmware*.c
2205 F: include/linux/firmware.h
2209 M: billm@melbpc.org.au
2210 W: http://floatingpoint.sourceforge.net/emulator/index.html
2212 F: arch/x86/math-emu/
2214 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2216 M: mike.mclagan@linux.org
2217 L: netdev@vger.kernel.org
2219 F: drivers/net/wan/dlci.c
2220 F: drivers/net/wan/sdla.c
2224 M: adaplas@gmail.com
2225 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2226 W: http://linux-fbdev.sourceforge.net/
2228 F: Documentation/fb/
2229 F: drivers/video/fb*
2230 F: include/linux/fb.h
2232 FREESCALE DMA DRIVER
2234 M: leoli@freescale.com
2237 L: linuxppc-embedded@ozlabs.org
2238 L: linux-kernel@vger.kernel.org
2240 F: drivers/dma/fsldma.*
2242 FREESCALE I2C CPM DRIVER
2245 L: linuxppc-dev@ozlabs.org
2246 L: linux-i2c@vger.kernel.org
2248 F: drivers/i2c/busses/i2c-cpm.c
2250 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2252 M: kernel@pengutronix.de
2253 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2254 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2256 F: arch/arm/plat-mxc/include/mach/imxfb.h
2257 F: drivers/video/imxfb.c
2259 FREESCALE SOC FS_ENET DRIVER
2260 P: Pantelis Antoniou
2261 M: pantelis.antoniou@gmail.com
2263 M: vbordug@ru.mvista.com
2264 L: linuxppc-dev@ozlabs.org
2265 L: netdev@vger.kernel.org
2267 F: drivers/net/fs_enet/
2268 F: include/linux/fs_enet_pd.h
2270 FREESCALE QUICC ENGINE LIBRARY
2272 M: timur@freescale.com
2273 L: linuxppc-dev@ozlabs.org
2275 F: arch/powerpc/sysdev/qe_lib/
2276 F: arch/powerpc/include/asm/*qe.h
2278 FREESCALE HIGHSPEED USB DEVICE DRIVER
2280 M: leoli@freescale.com
2281 L: linux-usb@vger.kernel.org
2282 L: linuxppc-dev@ozlabs.org
2284 F: drivers/usb/gadget/fsl_usb2_udc.c
2286 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2288 M: leoli@freescale.com
2289 L: netdev@vger.kernel.org
2290 L: linuxppc-dev@ozlabs.org
2292 F: drivers/net/ucc_geth*
2294 FREESCALE QUICC ENGINE UCC UART DRIVER
2296 M: timur@freescale.com
2297 L: linuxppc-dev@ozlabs.org
2299 F: drivers/serial/ucc_uart.c
2301 FREESCALE SOC SOUND DRIVERS
2303 M: timur@freescale.com
2304 L: alsa-devel@alsa-project.org
2305 L: linuxppc-dev@ozlabs.org
2307 F: sound/soc/fsl/fsl*
2308 F: sound/soc/fsl/mpc8610_hpcd.c
2311 P: Christoph Hellwig
2312 M: hch@infradead.org
2313 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2320 P: Rafael J. Wysocki
2322 L: linux-pm@lists.linux-foundation.org
2324 F: Documentation/power/freezing-of-tasks.txt
2325 F: include/linux/freezer.h
2330 M: rostedt@goodmis.org
2332 F: Documentation/ftrace.txt
2333 F: arch/*/*/*/ftrace.h
2334 F: arch/*/kernel/ftrace.c
2335 F: include/*/ftrace.h
2338 FUJITSU FR-V (FRV) PORT
2340 M: dhowells@redhat.com
2344 FUJITSU LAPTOP EXTRAS
2346 M: jwoithe@physics.adelaide.edu.au
2347 L: linux-acpi@vger.kernel.org
2349 F: drivers/platform/x86/fujitsu-laptop.c
2351 FUSE: FILESYSTEM IN USERSPACE
2353 M: miklos@szeredi.hu
2354 L: fuse-devel@lists.sourceforge.net
2355 W: http://fuse.sourceforge.net/
2358 F: include/linux/fuse.h
2360 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2363 L: linux-scsi@vger.kernel.org
2364 S: Odd Fixes (e.g., new signatures)
2365 F: drivers/scsi/fdomain.*
2367 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2369 M: achim_leubner@adaptec.com
2370 L: linux-scsi@vger.kernel.org
2371 W: http://www.icp-vortex.com/
2373 F: drivers/scsi/gdt*
2375 GENERIC GPIO I2C DRIVER
2376 P: Haavard Skinnemoen
2377 M: hskinnemoen@atmel.com
2379 F: drivers/i2c/busses/i2c-gpio.c
2380 F: include/linux/i2c-gpio.h
2382 GENERIC HDLC (WAN) DRIVERS
2385 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2387 F: drivers/net/wan/c101.c
2388 F: drivers/net/wan/hd6457*
2389 F: drivers/net/wan/hdlc*
2390 F: drivers/net/wan/n2.c
2391 F: drivers/net/wan/pc300too.c
2392 F: drivers/net/wan/pci200syn.c
2393 F: drivers/net/wan/wanxl*
2396 P: Steven Whitehouse
2397 M: swhiteho@redhat.com
2398 L: cluster-devel@redhat.com
2399 W: http://sources.redhat.com/cluster/
2400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2401 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2403 F: Documentation/filesystems/gfs2*.txt
2405 F: include/linux/gfs2_ondisk.h
2407 GIGASET ISDN DRIVERS
2412 L: gigaset307x-common@lists.sourceforge.net
2413 W: http://gigaset307x.sourceforge.net/
2415 F: Documentation/isdn/README.gigaset
2416 F: drivers/isdn/gigaset/
2417 F: include/linux/gigaset_dev.h
2419 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2421 M: frank@f-seidel.de
2422 L: lm-sensors@lm-sensors.org
2423 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2425 F: drivers/hwmon/hdaps.c
2427 HYPERVISOR VIRTUAL CONSOLE DRIVER
2428 L: linuxppc-dev@ozlabs.org
2429 L: linux-kernel@vger.kernel.org
2431 F: drivers/char/hvc_*
2433 GSPCA FINEPIX SUBDRIVER
2436 L: linux-media@vger.kernel.org
2437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2439 F: drivers/media/video/gspca/finepix.c
2441 GSPCA M5602 SUBDRIVER
2443 M: erik.andren@gmail.com
2444 L: linux-media@vger.kernel.org
2445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2447 F: drivers/media/video/gspca/m5602/
2449 GSPCA PAC207 SONIXB SUBDRIVER
2451 M: hdegoede@redhat.com
2452 L: linux-media@vger.kernel.org
2453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2455 F: drivers/media/video/gspca/pac207.c
2457 GSPCA T613 SUBDRIVER
2458 P: Leandro Costantino
2459 M: lcostantino@gmail.com
2460 L: linux-media@vger.kernel.org
2461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2463 F: drivers/media/video/gspca/t613.c
2465 GSPCA USB WEBCAM DRIVER
2466 P: Jean-Francois Moine
2468 W: http://moinejf.free.fr
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/
2475 L: lm-sensors@lm-sensors.org
2476 W: http://www.lm-sensors.org/
2480 HARDWARE RANDOM NUMBER GENERATOR CORE
2482 F: Documentation/hw_random.txt
2483 F: drivers/char/hw_random/
2484 F: include/linux/hw_random.h
2486 HARMONY SOUND DRIVER
2489 L: linux-parisc@vger.kernel.org
2491 F: sound/parisc/harmony.*
2493 HAYES ESP SERIAL DRIVER
2494 P: Andrew J. Robinson
2496 L: linux-kernel@vger.kernel.org
2497 W: http://www.nyx.net/~arobinso
2499 F: Documentation/serial/hayes-esp.txt
2500 F: drivers/char/esp.c
2502 HEWLETT-PACKARD SMART2 RAID DRIVER
2504 M: chirag.kantharia@hp.com
2505 L: iss_storagedev@hp.com
2507 F: Documentation/blockdev/cpqarray.txt
2508 F: drivers/block/cpqarray.*
2510 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2512 M: mike.miller@hp.com
2513 L: iss_storagedev@hp.com
2515 F: Documentation/blockdev/cciss.txt
2516 F: drivers/block/cciss*
2517 F: include/linux/cciss_ioctl.h
2521 M: zippel@linux-m68k.org
2522 L: linux-kernel@vger.kernel.org
2524 F: Documentation/filesystems/hfs.txt
2527 HGA FRAMEBUFFER DRIVER
2529 M: fero@drama.obuda.kando.hu
2530 L: linux-nvidia@lists.surfsouth.com
2531 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2533 F: drivers/video/hgafb.c
2535 HIBERNATION (aka Software Suspend, aka swsusp)
2538 P: Rafael J. Wysocki
2540 L: linux-pm@lists.linux-foundation.org
2543 F: drivers/base/power/
2545 F: include/linux/suspend.h
2546 F: include/linux/freezer.h
2547 F: include/linux/pm.h
2548 F: include/asm-*/suspend*.h
2549 F: arch/*/include/asm/suspend*.h
2554 L: linux-input@vger.kernel.org
2555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2558 F: include/linux/hid*
2560 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2562 M: tglx@linutronix.de
2563 L: linux-kernel@vger.kernel.org
2565 F: Documentation/timers/
2567 F: include/linux/hrtimer.h
2569 HIGH-SPEED SCC DRIVER FOR AX.25
2571 M: klaus.kudielka@ieee.org
2572 L: linux-hams@vger.kernel.org
2573 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2575 F: drivers/net/hamradio/dmascc.c
2576 F: drivers/net/hamradio/scc.c
2578 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2579 P: HighPoint Linux Team
2580 M: linux@highpoint-tech.com
2581 W: http://www.highpoint-tech.com
2583 F: Documentation/scsi/hptiop.txt
2584 F: drivers/scsi/hptiop.c
2588 M: jes@trained-monkey.org
2589 L: linux-hippi@sunsite.dk
2591 F: include/linux/hippidevice.h
2592 F: include/linux/if_hippi.h
2598 L: hostap@shmoo.com (subscribers-only)
2599 L: linux-wireless@vger.kernel.org
2600 W: http://hostap.epitest.fi/
2602 F: drivers/net/wireless/hostap/
2604 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2606 M: carlos@strangeworlds.co.uk
2608 F: drivers/platform/x86/tc1100-wmi.c
2610 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2614 F: drivers/net/hp100.*
2616 HPET: High Precision Event Timers driver
2618 M: clemens@ladisch.de
2620 F: Documentation/timers/hpet.txt
2621 F: drivers/char/hpet.c
2622 F: include/linux/hpet.h
2625 P: Venkatesh Pallipadi (Venki)
2626 M: venkatesh.pallipadi@intel.com
2628 F: arch/x86/kernel/hpet.c
2629 F: arch/x86/include/asm/hpet.h
2640 F: drivers/char/hpet.c
2644 M: mikulas@artax.karlin.mff.cuni.cz
2645 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2651 M: j.dumon@option.com
2652 W: http://www.pharscape.org
2654 F: drivers/net/usb/hso.c
2656 HTCPEN TOUCHSCREEN DRIVER
2659 L: linux-input@vger.kernel.org
2661 F: drivers/input/touchscreen/htcpen.c
2665 M: wli@holomorphy.com
2669 I2C/SMBUS STUB DRIVER
2671 M: mhoffman@lightlink.com
2672 L: linux-i2c@vger.kernel.org
2674 F: drivers/i2c/busses/i2c-stub.c
2677 P: Jean Delvare (PC drivers, core)
2678 M: khali@linux-fr.org
2679 P: Ben Dooks (embedded platforms)
2680 M: ben-linux@fluff.org
2681 L: linux-i2c@vger.kernel.org
2682 W: http://i2c.wiki.kernel.org/
2683 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2685 F: Documentation/i2c/
2687 F: include/linux/i2c.h
2688 F: include/linux/i2c-dev.h
2689 F: include/linux/i2c-id.h
2694 L: linux-i2c@vger.kernel.org
2695 W: http://www.harbaum.org/till/i2c_tiny_usb
2697 F: drivers/i2c/busses/i2c-tiny-usb.c
2702 L: Linux-Kernel@vger.kernel.org
2706 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2712 IA64 (Itanium) PLATFORM
2714 M: tony.luck@intel.com
2715 L: linux-ia64@vger.kernel.org
2716 W: http://www.ia64-linux.org/
2717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2721 IBM MCA SCSI SUBSYSTEM DRIVER
2723 M: langa2@kph.uni-mainz.de
2724 W: http://www.uni-mainz.de/~langm000/linux.html
2726 F: drivers/scsi/ibmmca.c
2728 IBM Power Linux RAID adapter
2730 M: brking@us.ibm.com
2732 F: drivers/scsi/ipr.*
2734 IBM ServeRAID RAID DRIVER
2737 M: ipslinux@adaptec.com
2738 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2740 F: drivers/scsi/ips.*
2743 P: Bartlomiej Zolnierkiewicz
2744 M: bzolnier@gmail.com
2745 L: linux-ide@vger.kernel.org
2746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2748 F: Documentation/ide/
2750 F: include/linux/ide.h
2754 M: petkovbb@gmail.com
2755 L: linux-ide@vger.kernel.org
2757 F: Documentation/cdrom/ide-cd
2758 F: drivers/ide/ide-cd*
2762 M: andrew.d.henroid@intel.com
2763 L: linux-pm@lists.linux-foundation.org
2765 F: drivers/idle/i7300_idle.c
2769 M: ben.collins@ubuntu.com
2771 M: stefanr@s5r6.in-berlin.de
2772 L: linux1394-devel@lists.sourceforge.net
2773 W: http://www.linux1394.org/
2774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2776 F: drivers/ieee1394/
2778 IEEE 1394 RAW I/O DRIVER
2782 M: stefanr@s5r6.in-berlin.de
2783 L: linux1394-devel@lists.sourceforge.net
2785 F: drivers/ieee1394/raw1394*
2787 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2791 F: security/integrity/ima/
2793 IMS TWINTURBO FRAMEBUFFER DRIVER
2794 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2796 F: drivers/video/imsttfb.c
2798 INFINIBAND SUBSYSTEM
2800 M: rolandd@cisco.com
2802 M: sean.hefty@intel.com
2804 M: hal.rosenstock@gmail.com
2805 L: general@lists.openfabrics.org (moderated for non-subscribers)
2806 W: http://www.openib.org/
2807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2809 F: Documentation/infiniband/
2810 F: drivers/infiniband/
2811 F: include/linux/if_infiniband.h
2815 M: john@johnmccutchan.com
2818 L: linux-kernel@vger.kernel.org
2820 F: Documentation/filesystems/inotify.txt
2821 F: fs/notify/inotify/
2822 F: include/linux/inotify.h
2824 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2826 M: dmitry.torokhov@gmail.com
2828 L: linux-input@vger.kernel.org
2829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2833 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2835 M: sylvain.meyer@worldonline.fr
2836 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2838 F: Documentation/fb/intelfb.txt
2839 F: drivers/video/intelfb/
2841 INTEL 810/815 FRAMEBUFFER DRIVER
2843 M: adaplas@gmail.com
2844 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2846 F: drivers/video/i810/
2848 INTEL MENLOW THERMAL DRIVER
2850 M: sujith.thomas@intel.com
2851 L: linux-acpi@vger.kernel.org
2852 W: http://www.lesswatts.org/projects/acpi/
2854 F: drivers/platform/x86/intel_menlow.c
2856 INTEL IA32 MICROCODE UPDATE SUPPORT
2858 M: tigran@aivazian.fsnet.co.uk
2860 F: arch/x86/kernel/microcode_core.c
2861 F: arch/x86/kernel/microcode_intel.c
2863 INTEL I/OAT DMA DRIVER
2865 M: maciej.sosnowski@intel.com
2866 L: linux-kernel@vger.kernel.org
2868 F: drivers/dma/ioat*
2872 M: dwmw2@infradead.org
2873 L: iommu@lists.linux-foundation.org
2874 T: git git://git.infradead.org/iommu-2.6.git
2876 F: drivers/pci/intel-iommu.c
2877 F: include/linux/intel-iommu.h
2879 INTEL IOP-ADMA DMA DRIVER
2881 M: dan.j.williams@intel.com
2882 L: linux-kernel@vger.kernel.org
2884 F: drivers/dma/iop-adma.c
2886 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2890 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2891 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2892 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2893 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2894 F: drivers/net/arm/ixp4xx_eth.c
2895 F: drivers/net/wan/ixp4xx_hss.c
2897 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2899 M: dsaxena@plexity.net
2901 F: drivers/char/hw_random/ixp4xx-rng.c
2903 INTEL IXP2000 ETHERNET DRIVER
2904 P: Lennert Buytenhek
2905 M: kernel@wantstofly.org
2906 L: netdev@vger.kernel.org
2908 F: drivers/net/ixp2000/
2910 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2912 M: jeffrey.t.kirsher@intel.com
2914 M: jesse.brandeburg@intel.com
2916 M: bruce.w.allan@intel.com
2918 M: peter.p.waskiewicz.jr@intel.com
2920 M: john.ronciak@intel.com
2921 L: e1000-devel@lists.sourceforge.net
2922 W: http://e1000.sourceforge.net/
2924 F: drivers/net/e100.c
2925 F: drivers/net/e1000/
2926 F: drivers/net/e1000e/
2928 F: drivers/net/ixgb/
2929 F: drivers/net/ixgbe/
2931 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2935 M: jketreno@linux.intel.com
2937 M: reinette.chatre@intel.com
2938 L: linux-wireless@vger.kernel.org
2939 L: ipw2100-devel@lists.sourceforge.net
2940 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2941 W: http://ipw2100.sourceforge.net
2943 F: Documentation/networking/README.ipw2100
2944 F: drivers/net/wireless/ipw2x00/ipw2100.*
2946 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2950 M: jketreno@linux.intel.com
2952 M: reinette.chatre@intel.com
2953 L: linux-wireless@vger.kernel.org
2954 L: ipw2100-devel@lists.sourceforge.net
2955 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2956 W: http://ipw2200.sourceforge.net
2958 F: Documentation/networking/README.ipw2200
2959 F: drivers/net/wireless/ipw2x00/ipw2200.*
2961 INTEL WIRELESS WIMAX CONNECTION 2400
2962 P: Inaky Perez-Gonzalez
2963 M: inaky.perez-gonzalez@intel.com
2964 M: linux-wimax@intel.com
2965 L: wimax@linuxwimax.org
2967 W: http://linuxwimax.org
2968 F: Documentation/wimax/README.i2400m
2969 F: drivers/net/wimax/i2400m/
2970 F: include/linux/wimax/i2400m.h
2972 INTEL WIRELESS WIFI LINK (iwlwifi)
2976 M: reinette.chatre@intel.com
2977 L: linux-wireless@vger.kernel.org
2978 L: ipw3945-devel@lists.sourceforge.net
2979 W: http://intellinuxwireless.org
2980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2982 F: drivers/net/wireless/iwlwifi/
2984 IOC3 ETHERNET DRIVER
2986 M: ralf@linux-mips.org
2987 L: linux-mips@linux-mips.org
2989 F: drivers/net/ioc3-eth.c
2994 L: linux-mips@linux-mips.org
2996 F: drivers/serial/ioc3_serial.c
3000 M: jjciarla@raiz.uncu.edu.ar
3002 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3004 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3006 M: romieu@fr.zoreil.com
3008 M: sorbica@icplus.com.tw
3010 M: jesse@icplus.com.tw
3011 L: netdev@vger.kernel.org
3013 F: drivers/net/ipg.c
3017 M: infinipath@qlogic.com
3018 L: general@lists.openfabrics.org
3019 T: git git://git.qlogic.com/ipath-linux-2.6
3021 F: drivers/infiniband/hw/ipath/
3026 L: openipmi-developer@lists.sourceforge.net
3027 W: http://openipmi.sourceforge.net/
3029 F: Documentation/IPMI.txt
3030 F: drivers/char/ipmi/
3031 F: include/linux/ipmi*
3033 IPS SCSI RAID DRIVER
3034 P: Adaptec OEM Raid Solutions
3035 M: aacraid@adaptec.com
3036 L: linux-scsi@vger.kernel.org
3037 W: http://www.adaptec.com/
3039 F: drivers/scsi/ips*
3043 M: wensong@linux-vs.org
3045 M: horms@verge.net.au
3048 L: netdev@vger.kernel.org
3049 L: lvs-devel@vger.kernel.org
3051 F: Documentation/networking/ipvs-sysctl.txt
3052 F: net/netfilter/ipvs/
3060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3061 F: drivers/char/pcmcia/ipwireless/
3064 P: Arnaldo Carvalho de Melo
3065 M: acme@ghostprotocols.net
3066 L: netdev@vger.kernel.org
3068 F: include/linux/ipx.h
3069 F: include/net/ipx.h
3074 M: samuel@sortiz.org
3075 L: irda-users@lists.sourceforge.net (subscribers-only)
3076 W: http://irda.sourceforge.net/
3078 F: Documentation/networking/irda.txt
3079 F: drivers/net/irda/
3080 F: include/net/irda/
3087 F: Documentation/isapnp.txt
3088 F: drivers/pnp/isapnp/
3089 F: include/linux/isapnp.h
3093 M: michaelc@cs.wisc.edu
3094 L: open-iscsi@googlegroups.com
3095 W: www.open-iscsi.org
3096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3098 F: drivers/scsi/*iscsi*
3099 F: include/scsi/*iscsi*
3103 M: isdn@linux-pingi.de
3104 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3105 W: http://www.isdn4linux.de
3106 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3108 F: Documentation/isdn/
3110 F: include/linux/isdn.h
3111 F: include/linux/isdn/
3113 ISDN SUBSYSTEM (Eicon active card driver)
3116 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3117 W: http://www.melware.de
3119 F: drivers/isdn/hardware/eicon/
3121 IVTV VIDEO4LINUX DRIVER
3123 M: hverkuil@xs4all.nl
3124 L: ivtv-devel@ivtvdriver.org
3125 L: ivtv-users@ivtvdriver.org
3126 L: linux-media@vger.kernel.org
3127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3128 W: http://www.ivtvdriver.org
3130 F: Documentation/video4linux/*.ivtv
3131 F: drivers/media/video/ivtv/
3132 F: include/linux/ivtv*
3136 M: shaggy@austin.ibm.com
3137 L: jfs-discussion@lists.sourceforge.net
3138 W: http://jfs.sourceforge.net/
3139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3141 F: Documentation/filesystems/jfs.txt
3146 M: cooldavid@cooldavid.org
3147 L: netdev@vger.kernel.org
3149 F: drivers/net/jme.*
3151 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3153 M: dwmw2@infradead.org
3154 L: linux-mtd@lists.infradead.org
3155 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3158 F: include/linux/jffs2.h
3159 F: include/mtd/jffs2-user.h
3161 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3165 M: akpm@linux-foundation.org
3166 L: linux-ext4@vger.kernel.org
3169 F: include/linux/ext*jbd*.h
3170 F: include/linux/jbd*.h
3172 K8TEMP HARDWARE MONITORING DRIVER
3174 M: r.marek@assembler.cz
3175 L: lm-sensors@lm-sensors.org
3177 F: Documentation/hwmon/k8temp
3178 F: drivers/hwmon/k8temp.c
3182 M: zippel@linux-m68k.org
3183 L: linux-kbuild@vger.kernel.org
3185 F: Documentation/kbuild/kconfig-language.txt
3190 M: vgoyal@redhat.com
3193 L: kexec@lists.infradead.org
3194 L: linux-kernel@vger.kernel.org
3195 W: http://lse.sourceforge.net/kdump/
3197 F: Documentation/kdump/
3199 KERNEL AUTOMOUNTER (AUTOFS)
3202 L: autofs@linux.kernel.org
3206 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3209 L: autofs@linux.kernel.org
3216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3218 L: linux-kbuild@vger.kernel.org
3220 F: Documentation/kbuild/
3222 F: scripts/Makefile.*
3226 L: kernel-janitors@vger.kernel.org
3227 W: http://www.kerneljanitors.org/
3230 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3232 M: bfields@fieldses.org
3235 L: linux-nfs@vger.kernel.org
3236 W: http://nfs.sourceforge.net/
3239 F: include/linux/nfsd/
3243 F: include/linux/lockd/
3244 F: include/linux/sunrpc/
3246 KERNEL VIRTUAL MACHINE (KVM)
3249 L: kvm@vger.kernel.org
3250 W: http://kvm.qumranet.com
3252 F: Documentation/*/kvm.txt
3254 F: arch/*/include/asm/kvm*
3255 F: include/linux/kvm*
3258 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3260 M: joerg.roedel@amd.com
3261 L: kvm@vger.kernel.org
3262 W: http://kvm.qumranet.com
3264 F: arch/x86/include/asm/svm.h
3265 F: arch/x86/kvm/kvm_svm.h
3266 F: arch/x86/kvm/svm.c
3268 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3270 M: hollisb@us.ibm.com
3271 L: kvm-ppc@vger.kernel.org
3272 W: http://kvm.qumranet.com
3274 F: arch/powerpc/include/asm/kvm*
3275 F: arch/powerpc/kvm/
3277 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3279 M: xiantao.zhang@intel.com
3280 L: kvm-ia64@vger.kernel.org
3281 W: http://kvm.qumranet.com
3283 F: Documentation/ia64/kvm.txt
3284 F: arch/ia64/include/asm/kvm*
3287 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3290 P: Christian Borntraeger
3291 M: borntraeger@de.ibm.com
3292 M: linux390@de.ibm.com
3293 L: linux-s390@vger.kernel.org
3294 W: http://www.ibm.com/developerworks/linux/linux390/
3296 F: Documentation/s390/kvm.txt
3297 F: arch/s390/include/asm/kvm*
3302 M: ebiederm@xmission.com
3303 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3304 L: linux-kernel@vger.kernel.org
3305 L: kexec@lists.infradead.org
3307 F: include/linux/kexec.h
3312 M: jason.wessel@windriver.com
3313 L: kgdb-bugreport@lists.sourceforge.net
3315 F: Documentation/DocBook/kgdb.tmpl
3316 F: drivers/misc/kgdbts.c
3317 F: drivers/serial/kgdboc.c
3318 F: include/linux/kgdb.h
3322 P: Eduard - Gabriel Munteanu
3323 M: eduard.munteanu@linux360.ro
3324 L: linux-kernel@vger.kernel.org
3326 F: Documentation/vm/kmemtrace.txt
3327 F: include/trace/kmemtrace.h
3328 F: kernel/trace/kmemtrace.c
3331 P: Ananth N Mavinakayanahalli
3332 M: ananth@in.ibm.com
3333 P: Anil S Keshavamurthy
3334 M: anil.s.keshavamurthy@intel.com
3336 M: davem@davemloft.net
3338 M: mhiramat@redhat.com
3339 L: linux-kernel@vger.kernel.org
3341 F: Documentation/kprobes.txt
3342 F: include/linux/kprobes.h
3345 KS0108 LCD CONTROLLER DRIVER
3346 P: Miguel Ojeda Sandonis
3347 M: miguel.ojeda.sandonis@gmail.com
3348 L: linux-kernel@vger.kernel.org
3349 W: http://miguelojeda.es/auxdisplay.htm
3350 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3352 F: Documentation/auxdisplay/ks0108
3353 F: drivers/auxdisplay/ks0108.c
3354 F: include/linux/ks0108.h
3357 L: linux-x25@vger.kernel.org
3359 F: Documentation/networking/lapb-module.txt
3363 LASI 53c700 driver for PARISC
3364 P: James E.J. Bottomley
3365 M: James.Bottomley@HansenPartnership.com
3366 L: linux-scsi@vger.kernel.org
3368 F: Documentation/scsi/53c700.txt
3369 F: drivers/scsi/53c700*
3373 M: rpurdie@rpsys.net
3376 F: include/linux/leds.h
3378 LEGO USB Tower driver
3380 M: starblue@users.sourceforge.net
3381 L: legousb-devel@lists.sourceforge.net
3382 W: http://legousb.sourceforge.net/
3384 F: drivers/usb/misc/legousbtower.c
3388 M: rusty@rustcorp.com.au
3389 L: lguest@ozlabs.org
3390 W: http://lguest.ozlabs.org/
3392 F: Documentation/lguest/
3395 F: include/linux/lguest*.h
3396 F: arch/x86/include/asm/lguest*.h
3398 LINUX FOR IBM pSERIES (RS/6000)
3400 M: paulus@au.ibm.com
3401 W: http://www.ibm.com/linux/ltc/projects/ppc
3404 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3405 P: Benjamin Herrenschmidt
3406 M: benh@kernel.crashing.org
3409 W: http://www.penguinppc.org/
3410 L: linuxppc-dev@ozlabs.org
3411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3414 LINUX FOR POWER MACINTOSH
3415 P: Benjamin Herrenschmidt
3416 M: benh@kernel.crashing.org
3417 W: http://www.penguinppc.org/
3418 L: linuxppc-dev@ozlabs.org
3421 LINUX FOR POWERPC EMBEDDED MPC5XXX
3425 M: grant.likely@secretlab.ca
3426 L: linuxppc-dev@ozlabs.org
3429 LINUX FOR POWERPC EMBEDDED PPC4XX
3431 M: jwboyer@linux.vnet.ibm.com
3433 M: mporter@kernel.crashing.org
3434 W: http://www.penguinppc.org/
3435 L: linuxppc-dev@ozlabs.org
3436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3439 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3441 M: grant.likely@secretlab.ca
3442 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3443 L: linuxppc-dev@ozlabs.org
3446 LINUX FOR POWERPC EMBEDDED PPC8XX
3448 M: vitb@kernel.crashing.org
3450 M: marcelo@kvack.org
3451 W: http://www.penguinppc.org/
3452 L: linuxppc-dev@ozlabs.org
3455 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3457 M: galak@kernel.crashing.org
3458 W: http://www.penguinppc.org/
3459 L: linuxppc-dev@ozlabs.org
3462 LINUX FOR POWERPC PA SEMI PWRFICIENT
3465 W: http://www.pasemi.com/
3466 L: linuxppc-dev@ozlabs.org
3469 LINUX SECURITY MODULE (LSM) FRAMEWORK
3471 M: chrisw@sous-sol.org
3472 L: linux-security-module@vger.kernel.org
3473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3477 P: Arnaldo Carvalho de Melo
3478 M: acme@ghostprotocols.net
3480 F: include/linux/llc.h
3484 LIS3LV02D ACCELEROMETER DRIVER
3486 M: eric.piel@tremplin-utc.net
3488 F: Documentation/hwmon/lis3lv02d
3489 F: drivers/hwmon/lis3lv02d.*
3491 LM83 HARDWARE MONITOR DRIVER
3493 M: khali@linux-fr.org
3494 L: lm-sensors@lm-sensors.org
3496 F: Documentation/hwmon/lm83
3497 F: drivers/hwmon/lm83.c
3499 LM90 HARDWARE MONITOR DRIVER
3501 M: khali@linux-fr.org
3502 L: lm-sensors@lm-sensors.org
3504 F: Documentation/hwmon/lm90
3505 F: drivers/hwmon/lm90.c
3507 LOCKDEP AND LOCKSTAT
3509 M: peterz@infradead.org
3512 L: linux-kernel@vger.kernel.org
3513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3515 F: Documentation/lockdep*.txt
3516 F: Documentation/lockstat.txt
3517 F: include/linux/lockdep.h
3520 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3521 P: Richard Russon (FlatCap)
3523 L: linux-ntfs-dev@lists.sourceforge.net
3524 W: http://www.linux-ntfs.org/content/view/19/37/
3526 F: Documentation/ldm.txt
3527 F: fs/partitions/ldm.*
3529 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3531 M: Eric.Moore@lsi.com
3533 L: DL-MPTFusionLinux@lsi.com
3534 L: linux-scsi@vger.kernel.org
3535 W: http://www.lsilogic.com/support
3537 F: drivers/message/fusion/
3539 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3542 L: linux-scsi@vger.kernel.org
3544 F: drivers/scsi/sym53c8xx_2/
3546 LTP (Linux Test Project)
3548 M: subrata@linux.vnet.ibm.com
3550 M: vapier@gentoo.org
3551 L: ltp-list@lists.sourceforge.net (subscribers-only)
3552 W: http://ltp.sourceforge.net/
3553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3558 M: takata@linux-m32r.org
3559 L: linux-m32r@ml.linux-m32r.org
3560 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3561 W: http://www.linux-m32r.org/
3564 F: include/asm-m32r/
3567 P: Geert Uytterhoeven
3568 M: geert@linux-m68k.org
3570 M: zippel@linux-m68k.org
3571 L: linux-m68k@lists.linux-m68k.org
3572 W: http://www.linux-m68k.org/
3573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3578 M68K ON APPLE MACINTOSH
3581 W: http://www.mac.linux-m68k.org/
3582 L: linux-m68k@lists.linux-m68k.org
3589 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3595 M: johannes@sipsolutions.net
3596 L: linux-wireless@vger.kernel.org
3597 W: http://linuxwireless.org/
3598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3600 F: Documentation/networking/mac80211-injection.txt
3601 F: include/net/mac80211.h
3604 MAC80211 PID RATE CONTROL
3606 M: stefano.brivio@polimi.it
3608 M: mattias.nissler@gmx.de
3609 L: linux-wireless@vger.kernel.org
3610 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3613 F: net/mac80211/rc80211_pid*
3618 L: netdev@vger.kernel.org
3620 F: drivers/net/macvlan.c
3621 F: include/linux/if_macvlan.h
3623 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3625 M: mtk.manpages@gmail.com
3626 W: http://www.kernel.org/doc/man-pages
3627 L: linux-man@vger.kernel.org
3630 MARVELL LIBERTAS WIRELESS DRIVER
3633 L: libertas-dev@lists.infradead.org
3635 F: drivers/net/wireless/libertas/
3637 MARVELL MV643XX ETHERNET DRIVER
3638 P: Lennert Buytenhek
3639 M: buytenh@marvell.com
3640 L: netdev@vger.kernel.org
3642 F: drivers/net/mv643xx_eth.*
3643 F: include/linux/mv643xx.h
3645 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3648 L: linux-kernel@vger.kernel.org
3651 MARVELL YUKON / SYSKONNECT DRIVER
3653 M: mlindner@syskonnect.de
3655 M: rroesler@syskonnect.de
3656 W: http://www.syskonnect.com
3659 MATROX FRAMEBUFFER DRIVER
3661 M: vandrove@vc.cvut.cz
3662 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3664 F: drivers/video/matrox/matroxfb_*
3665 F: include/linux/matroxfb.h
3667 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3669 M: hjk@linutronix.de
3670 L: lm-sensors@lm-sensors.org
3672 F: Documentation/hwmon/max6650
3673 F: drivers/hwmon/max6650.c
3675 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3676 P: Mauro Carvalho Chehab
3677 M: mchehab@infradead.org
3678 P: LinuxTV.org Project
3679 L: linux-media@vger.kernel.org
3680 W: http://linuxtv.org
3681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3683 F: Documentation/dvb/
3684 F: Documentation/video4linux/
3687 F: include/linux/dvb/
3688 F: include/linux/videodev*.h
3690 MEGARAID SCSI DRIVERS
3692 M: megaraidlinux@lsi.com
3693 L: linux-scsi@vger.kernel.org
3694 W: http://megaraid.lsilogic.com
3696 F: Documentation/scsi/megaraid.txt
3697 F: drivers/scsi/megaraid.*
3698 F: drivers/scsi/megaraid/
3701 L: linux-mm@kvack.org
3702 L: linux-kernel@vger.kernel.org
3703 W: http://www.linux-mm.org
3705 F: include/linux/mm.h
3708 MEMORY RESOURCE CONTROLLER
3710 M: balbir@linux.vnet.ibm.com
3713 P: KAMEZAWA Hiroyuki
3714 M: kamezawa.hiroyu@jp.fujitsu.com
3715 L: linux-mm@kvack.org
3716 L: linux-kernel@vger.kernel.org
3720 MEMORY TECHNOLOGY DEVICES (MTD)
3722 M: dwmw2@infradead.org
3723 W: http://www.linux-mtd.infradead.org/
3724 L: linux-mtd@lists.infradead.org
3725 T: git git://git.infradead.org/mtd-2.6.git
3728 F: include/linux/mtd/
3731 MICROBLAZE ARCHITECTURE
3734 L: microblaze-uclinux@itee.uq.edu.au
3735 W: http://www.monstr.eu/fdt/
3736 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3742 M: oliver@neukum.name
3744 F: drivers/usb/image/microtek.*
3748 M: ralf@linux-mips.org
3749 W: http://www.linux-mips.org/
3750 L: linux-mips@linux-mips.org
3751 T: git git://git.linux-mips.org/pub/scm/linux.git
3753 F: Documentation/mips/
3756 MISCELLANEOUS MCA-SUPPORT
3758 M: James.Bottomley@HansenPartnership.com
3759 L: linux-kernel@vger.kernel.org
3761 F: Documentation/ia64/mca.txt
3762 F: Documentation/mca.txt
3764 F: include/linux/mca*
3768 M: rusty@rustcorp.com.au
3769 L: linux-kernel@vger.kernel.org
3771 F: include/linux/module.h
3774 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3776 M: stelian@popies.net
3777 W: http://popies.net/meye/
3779 F: Documentation/video4linux/meye.txt
3780 F: drivers/media/video/meye.*
3781 F: include/linux/meye.h
3783 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3786 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3788 F: drivers/mmc/host/imxmmc.*
3790 MOUSE AND MISC DEVICES [GENERAL]
3791 P: Alessandro Rubini
3792 M: rubini@ipvvis.unipv.it
3793 L: linux-kernel@vger.kernel.org
3795 F: drivers/input/mouse/
3796 F: include/linux/gpio_mouse.h
3798 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3800 M: jirislaby@gmail.com
3801 L: linux-kernel@vger.kernel.org
3803 F: Documentation/serial/moxa-smartio
3804 F: drivers/char/mxser.*
3807 P: Lennart Poettering
3808 M: mzxreary@0pointer.de
3809 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3810 W: http://0pointer.de/lennart/tchibo.html
3812 F: drivers/platform/x86/msi-laptop.c
3814 MULTIFUNCTION DEVICES (MFD)
3816 M: sameo@linux.intel.com
3817 L: linux-kernel@vger.kernel.org
3818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3822 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3825 L: linux-kernel@vger.kernel.org
3828 F: include/linux/mmc/
3830 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3832 M: dbrownell@users.sourceforge.net
3833 L: linux-kernel@vger.kernel.org
3835 F: drivers/mmc/host/mmc_spi.c
3836 F: include/linux/spi/mmc_spi.h
3838 MULTISOUND SOUND DRIVER
3842 F: Documentation/sound/oss/MultiSound
3845 MULTITECH MULTIPORT CARD (ISICOM)
3847 M: jirislaby@gmail.com
3848 L: linux-kernel@vger.kernel.org
3850 F: drivers/char/isicom.c
3851 F: include/linux/isicom.h
3853 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3855 M: felipe.balbi@nokia.com
3856 L: linux-usb@vger.kernel.org
3857 T: git git://gitorious.org/musb/mainline.git
3859 F: drivers/usb/musb/
3861 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3863 M: gallatin@myri.com
3866 L: netdev@vger.kernel.org
3867 W: http://www.myri.com/scs/download-Myri10GE.html
3869 F: drivers/net/myri10ge/
3871 NATSEMI ETHERNET DRIVER (DP8381x)
3873 M: thockin@hockin.org
3875 F: drivers/net/natsemi.c
3879 M: vandrove@vc.cvut.cz
3880 L: linware@sh.cvut.cz
3884 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3885 P: James E.J. Bottomley
3886 M: James.Bottomley@HansenPartnership.com
3887 L: linux-scsi@vger.kernel.org
3889 F: drivers/scsi/NCR_D700.*
3891 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3893 M: faisal.latif@intel.com
3895 M: chien.tin.tung@intel.com
3896 L: general@lists.openfabrics.org
3897 W: http://www.neteffect.com
3899 F: drivers/infiniband/hw/nes/
3901 NETEM NETWORK EMULATOR
3902 P: Stephen Hemminger
3903 M: shemminger@linux-foundation.org
3904 L: netem@lists.linux-foundation.org
3906 F: net/sched/sch_netem.c
3908 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3910 M: ram.vepa@neterion.com
3912 M: santosh.rastapur@neterion.com
3913 P: Sivakumar Subramani
3914 M: sivakumar.subramani@neterion.com
3915 P: Sreenivasa Honnur
3916 M: sreenivasa.honnur@neterion.com
3918 M: anil.murthy@neterion.com
3919 L: netdev@vger.kernel.org
3920 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3921 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3923 F: Documentation/networking/s2io.txt
3924 F: drivers/net/s2io*
3926 NETFILTER/IPTABLES/IPCHAINS
3934 L: netfilter-devel@vger.kernel.org
3935 L: netfilter@vger.kernel.org
3936 L: coreteam@netfilter.org
3937 W: http://www.netfilter.org/
3938 W: http://www.iptables.org/
3940 F: include/linux/netfilter*
3941 F: include/linux/netfilter/
3942 F: include/net/netfilter/
3943 F: net/*/netfilter.c
3949 M: paul.moore@hp.com
3950 W: http://netlabel.sf.net
3951 L: netdev@vger.kernel.org
3953 F: Documentation/netlabel/
3954 F: include/net/netlabel.h
3957 NETROM NETWORK LAYER
3959 M: ralf@linux-mips.org
3960 L: linux-hams@vger.kernel.org
3961 W: http://www.linux-ax25.org/
3963 F: include/linux/netrom.h
3964 F: include/net/netrom.h
3967 NETWORK BLOCK DEVICE (NBD)
3969 M: Paul.Clements@steeleye.com
3971 F: Documentation/blockdev/nbd.txt
3972 F: drivers/block/nbd.c
3973 F: include/linux/nbd.h
3975 NETWORKING [GENERAL]
3977 M: davem@davemloft.net
3978 L: netdev@vger.kernel.org
3979 W: http://linux-net.osdl.org/
3980 T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3985 NETWORKING [IPv4/IPv6]
3987 M: davem@davemloft.net
3989 M: kuznet@ms2.inr.ac.ru
3990 P: Pekka Savola (ipv6)
3991 M: pekkas@netcore.fi
3993 M: jmorris@namei.org
3994 P: Hideaki YOSHIFUJI
3995 M: yoshfuji@linux-ipv6.org
3998 L: netdev@vger.kernel.org
3999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4005 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4007 M: paul.moore@hp.com
4008 L: netdev@vger.kernel.org
4011 NETWORKING [WIRELESS]
4013 M: linville@tuxdriver.com
4014 L: linux-wireless@vger.kernel.org
4015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4018 F: include/net/ieee80211*
4019 F: include/net/wireless.h
4021 NETXEN (1/10) GbE SUPPORT
4023 M: dhananjay@netxen.com
4024 L: netdev@vger.kernel.org
4025 W: http://www.netxen.com
4027 F: drivers/net/netxen/
4029 NFS, SUNRPC, AND LOCKD CLIENTS
4031 M: Trond.Myklebust@netapp.com
4032 L: linux-nfs@vger.kernel.org
4033 W: http://client.linux-nfs.org
4034 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4040 F: include/linux/lockd/
4041 F: include/linux/nfs*
4042 F: include/linux/sunrpc/
4044 NI5010 NETWORK DRIVER
4045 P: Jan-Pascal van Best
4046 M: janpascal@vanbest.org
4049 L: netdev@vger.kernel.org
4051 F: drivers/net/ni5010.*
4055 M: konishi.ryusuke@lab.ntt.co.jp
4057 W: http://www.nilfs.org/en/
4059 F: Documentation/filesystems/nilfs2.txt
4061 F: include/linux/nilfs2_fs.h
4063 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4065 M: yokota@netlab.is.tsukuba.ac.jp
4066 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4068 F: Documentation/scsi/NinjaSCSI.txt
4069 F: drivers/scsi/pcmcia/nsp_*
4071 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4073 M: gotom@debian.or.jp
4075 M: yokota@netlab.is.tsukuba.ac.jp
4076 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4078 F: Documentation/scsi/NinjaSCSI.txt
4079 F: drivers/scsi/nsp32*
4082 P: Anton Altaparmakov
4084 L: linux-ntfs-dev@lists.sourceforge.net
4085 L: linux-kernel@vger.kernel.org
4086 W: http://www.linux-ntfs.org/
4087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4089 F: Documentation/filesystems/ntfs.txt
4092 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4094 M: adaplas@gmail.com
4095 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4097 F: drivers/video/riva/
4098 F: drivers/video/nvidia/
4102 M: me@bobcopeland.com
4103 L: linux-karma-devel@lists.sourceforge.net
4105 F: Documentation/filesystems/omfs.txt
4108 OMNIKEY CARDMAN 4000 DRIVER
4110 M: laforge@gnumonks.org
4112 F: drivers/char/pcmcia/cm4000_cs.c
4113 F: include/linux/cm4000_cs.h
4115 OMNIKEY CARDMAN 4040 DRIVER
4117 M: laforge@gnumonks.org
4119 F: drivers/char/pcmcia/cm4040_cs.*
4121 OMNIVISION OV7670 SENSOR DRIVER
4124 L: linux-media@vger.kernel.org
4125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4127 F: drivers/media/video/ov7670.c
4129 ONENAND FLASH DRIVER
4131 M: kyungmin.park@samsung.com
4132 L: linux-mtd@lists.infradead.org
4134 F: drivers/mtd/onenand/
4135 F: include/linux/mtd/onenand*.h
4137 ONSTREAM SCSI TAPE DRIVER
4140 L: osst-users@lists.sourceforge.net
4141 L: linux-scsi@vger.kernel.org
4143 F: drivers/scsi/osst*
4146 OPENCORES I2C BUS DRIVER
4148 M: jacmet@sunsite.dk
4149 L: linux-i2c@vger.kernel.org
4151 F: Documentation/i2c/busses/i2c-ocores
4152 F: drivers/i2c/busses/i2c-ocores.c
4156 M: robert.richter@amd.com
4157 L: oprofile-list@lists.sf.net
4160 F: drivers/oprofile/
4161 F: include/linux/oprofile.h
4163 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4167 M: joel.becker@oracle.com
4168 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4169 W: http://oss.oracle.com/projects/ocfs2/
4170 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4172 F: Documentation/filesystems/ocfs2.txt
4173 F: Documentation/filesystems/dlmfs.txt
4180 M: hermes@gibson.dropbear.id.au
4181 L: linux-wireless@vger.kernel.org
4182 L: orinoco-users@lists.sourceforge.net
4183 L: orinoco-devel@lists.sourceforge.net
4184 W: http://www.nongnu.org/orinoco/
4186 F: drivers/net/wireless/orinoco/
4190 M: bharrosh@panasas.com
4192 M: bhalevy@panasas.com
4193 L: osd-dev@open-osd.org
4194 W: http://open-osd.org
4195 T: git git://git.open-osd.org/open-osd.git
4200 M: flamingice@sourmilk.net
4201 L: linux-wireless@vger.kernel.org
4202 W: http://prism54.org
4203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4205 F: drivers/net/wireless/p54/
4207 PA SEMI ETHERNET DRIVER
4210 L: netdev@vger.kernel.org
4212 F: drivers/net/pasemi_mac.*
4214 PA SEMI SMBUS DRIVER
4217 L: linux-i2c@vger.kernel.org
4219 F: drivers/i2c/busses/i2c-pasemi.c
4221 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4223 M: laforge@gnumonks.org
4225 F: drivers/platform/x86/panasonic-laptop.c
4227 PANASONIC MN10300/AM33 PORT
4229 M: dhowells@redhat.com
4231 M: yasutake.koichi@jp.panasonic.com
4232 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4233 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4235 F: Documentation/mn10300/
4238 PARALLEL PORT SUPPORT
4239 L: linux-parport@lists.infradead.org (subscribers-only)
4242 F: include/linux/parport*.h
4243 F: drivers/char/ppdev.c
4244 F: include/linux/ppdev.h
4246 PARAVIRT_OPS INTERFACE
4247 P: Jeremy Fitzhardinge
4248 M: jeremy@xensource.com
4250 M: chrisw@sous-sol.org
4252 M: akataria@vmware.com
4254 M: rusty@rustcorp.com.au
4255 L: virtualization@lists.osdl.org
4256 L: linux-kernel@vger.kernel.org
4258 F: Documentation/ia64/paravirt_ops.txt
4259 F: arch/*/kernel/paravirt*
4260 F: arch/*/include/asm/paravirt.h
4262 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4265 L: linux-parport@lists.infradead.org (subscribers-only)
4266 W: http://www.torque.net/linux-pp.html
4268 F: Documentation/blockdev/paride.txt
4269 F: drivers/block/paride/
4276 L: linux-parisc@vger.kernel.org
4277 W: http://www.parisc-linux.org/
4278 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4283 PC87360 HARDWARE MONITORING DRIVER
4285 M: jim.cromie@gmail.com
4286 L: lm-sensors@lm-sensors.org
4288 F: Documentation/hwmon/pc87360
4289 F: drivers/hwmon/pc87360.c
4293 M: jim.cromie@gmail.com
4295 F: drivers/char/pc8736x_gpio.c
4299 M: riku.voipio@iki.fi
4301 F: drivers/leds/leds-pca9532.c
4302 F: include/linux/leds-pca9532.h
4306 M: linas@austin.ibm.com
4307 L: linux-kernel@vger.kernel.org
4308 L: linux-pci@vger.kernel.org
4310 F: Documentation/PCI/pci-error-recovery.txt
4311 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4315 M: jbarnes@virtuousgeek.org
4316 L: linux-kernel@vger.kernel.org
4317 L: linux-pci@vger.kernel.org
4318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4320 F: Documentation/PCI/
4322 F: include/linux/pci*
4325 P: Kristen Carlson Accardi
4326 M: kristen.c.accardi@intel.com
4327 L: linux-pci@vger.kernel.org
4329 F: drivers/pci/pcie/
4332 P: Linux PCMCIA Team
4333 L: linux-pcmcia@lists.infradead.org
4334 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4337 F: Documentation/pcmcia/
4341 PCNET32 NETWORK DRIVER
4343 M: pcnet32@verizon.net
4344 L: netdev@vger.kernel.org
4346 F: drivers/net/pcnet32.c
4348 PER-TASK DELAY ACCOUNTING
4350 M: balbir@linux.vnet.ibm.com
4351 L: linux-kernel@vger.kernel.org
4353 F: include/linux/delayacct.h
4354 F: kernel/delayacct.c
4356 PERSONALITY HANDLING
4357 P: Christoph Hellwig
4358 M: hch@infradead.org
4359 L: linux-abi-devel@lists.sourceforge.net
4361 F: include/linux/personality.h
4365 M: joern@lazybastard.org
4366 L: linux-mtd@lists.infradead.org
4368 F: drivers/mtd/devices/phram.c
4372 M: petero2@telia.com
4373 L: linux-kernel@vger.kernel.org
4375 F: drivers/block/pktcdvd.c
4376 F: include/linux/pktcdvd.h
4378 POSIX CLOCKS and TIMERS
4380 M: tglx@linutronix.de
4381 L: linux-kernel@vger.kernel.org
4384 F: include/linux/timer*
4387 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4391 M: dwmw2@infradead.org
4392 L: linux-kernel@vger.kernel.org
4393 T: git git://git.infradead.org/battery-2.6.git
4395 F: include/linux/power_supply.h
4396 F: drivers/power/power_supply*
4402 M: bjorn.helgaas@hp.com
4408 M: vitalywool@gmail.com
4409 L: linux-i2c@vger.kernel.org
4411 F: drivers/i2c/busses/i2c-pnx.c
4413 PPP PROTOCOL DRIVERS AND COMPRESSORS
4416 L: linux-ppp@vger.kernel.org
4418 F: drivers/net/ppp_*
4420 PPP OVER ATM (RFC 2364)
4421 P: Mitchell Blank Jr
4424 F: net/atm/pppoatm.c
4425 F: include/linux/atmppp.h
4429 M: mostrows@earthlink.net
4431 F: drivers/net/pppoe.c
4432 F: drivers/net/pppox.c
4436 M: jchapman@katalix.com
4438 F: drivers/net/pppol2tp.c
4439 F: include/linux/if_pppol2tp.h
4444 L: linux-kernel@vger.kernel.org
4445 L: kpreempt-tech@lists.sourceforge.net
4446 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4448 F: Documentation/preempt-locking.txt
4449 F: include/linux/preempt.h
4451 PRISM54 WIRELESS DRIVER
4452 P: Luis R. Rodriguez
4454 L: linux-wireless@vger.kernel.org
4455 W: http://prism54.org
4457 F: drivers/net/wireless/prism54/
4459 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4461 M: promise@pnd-pc.demon.co.uk
4462 W: http://www.pnd-pc.demon.co.uk/promise/
4465 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4466 P: Mikael Pettersson
4468 L: linux-ide@vger.kernel.org
4470 F: drivers/ata/sata_promise.*
4474 M: mokuno@sm.sony.co.jp
4475 L: netdev@vger.kernel.org
4476 L: cbe-oss-dev@ozlabs.org
4478 F: drivers/net/ps3_gelic_net.*
4480 PS3 PLATFORM SUPPORT
4482 M: geoffrey.levand@am.sony.com
4483 L: linuxppc-dev@ozlabs.org
4484 L: cbe-oss-dev@ozlabs.org
4486 F: arch/powerpc/boot/ps3*
4487 F: arch/powerpc/include/asm/lv1call.h
4488 F: arch/powerpc/include/asm/ps3*.h
4489 F: arch/powerpc/platforms/ps3/
4492 F: drivers/usb/host/*ps3.c
4497 L: cbe-oss-dev@ozlabs.org
4500 PVRUSB2 VIDEO4LINUX DRIVER
4503 L: pvrusb2@isely.net (subscribers-only)
4504 L: linux-media@vger.kernel.org
4505 W: http://www.isely.net/pvrusb2/
4506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4508 F: Documentation/video4linux/README.pvrusb2
4509 F: drivers/media/video/pvrusb2/
4511 PXA2xx/PXA3xx SUPPORT
4513 M: eric.miao@marvell.com
4515 M: linux@arm.linux.org.uk
4516 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4518 F: arch/arm/mach-pxa/
4519 F: drivers/pcmcia/pxa2xx*
4520 F: drivers/spi/pxa2xx*
4521 F: drivers/usb/gadget/pxa2*
4522 F: include/sound/pxa2xx-lib.h
4523 F: sound/soc/pxa/pxa2xx*
4527 M: eric.miao@marvell.com
4529 M: jason.chagas@marvell.com
4530 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4536 M: eric.miao@marvell.com
4537 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4546 M: robert.jarzmik@free.fr
4547 L: rtc-linux@googlegroups.com
4550 QLOGIC QLA2XXX FC-SCSI DRIVER
4552 M: linux-driver@qlogic.com
4553 L: linux-scsi@vger.kernel.org
4555 F: Documentation/scsi/LICENSE.qla2xxx
4556 F: drivers/scsi/qla2xxx/
4558 QLOGIC QLA3XXX NETWORK DRIVER
4560 M: linux-driver@qlogic.com
4561 L: netdev@vger.kernel.org
4563 F: Documentation/networking/LICENSE.qla3xxx
4564 F: drivers/net/qla3xxx.*
4566 QLOGIC QLGE 10Gb ETHERNET DRIVER
4568 M: linux-driver@qlogic.com
4569 M: ron.mercer@qlogic.com
4570 L: netdev@vger.kernel.org
4572 F: drivers/net/qlge/
4577 L: linux-kernel@vger.kernel.org
4578 W: http://www.alarsen.net/linux/qnx4fs/
4581 F: include/linux/qnx4_fs.h
4582 F: include/linux/qnxtypes.h
4584 RADEON FRAMEBUFFER DISPLAY DRIVER
4585 P: Benjamin Herrenschmidt
4586 M: benh@kernel.crashing.org
4587 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4589 F: drivers/video/aty/radeon*
4590 F: include/linux/radeonfb.h
4592 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4595 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4597 F: drivers/video/aty/aty128fb.c
4599 RALINK RT2X00 WIRELESS LAN DRIVER
4601 L: linux-wireless@vger.kernel.org
4602 L: users@rt2x00.serialmonkey.com
4603 W: http://rt2x00.serialmonkey.com/
4605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4606 F: drivers/net/wireless/rt2x00/
4608 RAMDISK RAM BLOCK DEVICE DRIVER
4612 F: Documentation/blockdev/ramdisk.txt
4613 F: drivers/block/brd.c
4615 RANDOM NUMBER DRIVER
4619 F: drivers/char/random.c
4623 M: mporter@kernel.crashing.org
4624 L: linux-kernel@vger.kernel.org
4628 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4630 M: coreythomas@charter.net
4631 L: linux-wireless@vger.kernel.org
4633 F: drivers/net/wireless/ray*
4637 M: josh@freedesktop.org
4638 L: linux-kernel@vger.kernel.org
4640 F: Documentation/RCU/torture.txt
4641 F: kernel/rcutorture.c
4645 M: florian.fainelli@telecomint.eu
4646 L: linux-kernel@vger.kernel.org
4649 RDC R6040 FAST ETHERNET DRIVER
4651 M: florian.fainelli@telecomint.eu
4652 L: netdev@vger.kernel.org
4654 F: drivers/net/r6040.c
4656 RDS - RELIABLE DATAGRAM SOCKETS
4658 M: andy.grover@oracle.com
4659 L: rds-devel@oss.oracle.com
4663 READ-COPY UPDATE (RCU)
4665 M: dipankar@in.ibm.com
4666 W: http://www.rdrop.com/users/paulmck/rclock/
4667 L: linux-kernel@vger.kernel.org
4669 F: Documentation/RCU/rcu.txt
4670 F: Documentation/RCU/rcuref.txt
4671 F: include/linux/rcupdate.h
4672 F: include/linux/srcu.h
4673 F: kernel/rcupdate.c
4675 REAL TIME CLOCK DRIVER
4677 M: p_gortmaker@yahoo.com
4678 L: linux-kernel@vger.kernel.org
4680 F: Documentation/rtc.txt
4682 F: include/linux/rtc.h
4684 REAL TIME CLOCK (RTC) SUBSYSTEM
4686 M: a.zummo@towertech.it
4687 L: rtc-linux@googlegroups.com
4689 F: Documentation/rtc.txt
4691 F: include/linux/rtc.h
4693 REISERFS FILE SYSTEM
4694 L: reiserfs-devel@vger.kernel.org
4700 M: IvDoorn@gmail.com
4701 L: netdev@vger.kernel.org
4703 F Documentation/rfkill.txt
4708 F: Documentation/serial/riscom8.txt
4709 F: drivers/char/riscom8*
4713 W: http://www.comtrol.com
4715 F: Documentation/serial/rocket.txt
4716 F: drivers/char/rocket*
4720 M: ralf@linux-mips.org
4721 L: linux-hams@vger.kernel.org
4722 W: http://www.linux-ax25.org/
4724 F: include/linux/rose.h
4725 F: include/net/rose.h
4728 RTL8180 WIRELESS DRIVER
4730 M: linville@tuxdriver.com
4731 L: linux-wireless@vger.kernel.org
4732 W: http://linuxwireless.org/
4733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4735 F: drivers/net/wireless/rtl818*
4737 RTL8187 WIRELESS DRIVER
4738 P: Herton Ronaldo Krzesinski
4739 M: herton@mandriva.com.br
4741 M: htl10@users.sourceforge.net
4743 M: Larry.Finger@lwfinger.net
4744 L: linux-wireless@vger.kernel.org
4745 W: http://linuxwireless.org/
4746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4748 F: drivers/net/wireless/rtl818x/rtl8187*
4750 S3 SAVAGE FRAMEBUFFER DRIVER
4752 M: adaplas@gmail.com
4753 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4755 F: drivers/video/savage/
4758 P: Martin Schwidefsky
4759 M: schwidefsky@de.ibm.com
4761 M: heiko.carstens@de.ibm.com
4762 M: linux390@de.ibm.com
4763 L: linux-s390@vger.kernel.org
4764 W: http://www.ibm.com/developerworks/linux/linux390/
4768 S390 NETWORK DRIVERS
4770 M: ursula.braun@de.ibm.com
4772 M: blaschka@linux.vnet.ibm.com
4773 M: linux390@de.ibm.com
4774 L: linux-s390@vger.kernel.org
4775 W: http://www.ibm.com/developerworks/linux/linux390/
4777 F: drivers/s390/net/
4781 M: felix.beck@de.ibm.com
4783 M: ralph.wuerthner@de.ibm.com
4784 M: linux390@de.ibm.com
4785 L: linux-s390@vger.kernel.org
4787 F: drivers/s390/crypto/
4791 M: christof.schmitt@de.ibm.com
4794 M: linux390@de.ibm.com
4795 L: linux-s390@vger.kernel.org
4796 W: http://www.ibm.com/developerworks/linux/linux390/
4798 F: Documentation/s390/zfcpdump.txt
4799 F: drivers/s390/scsi/zfcp_*
4801 S390 IUCV NETWORK LAYER
4803 M: ursula.braun@de.ibm.com
4804 M: linux390@de.ibm.com
4805 L: linux-s390@vger.kernel.org
4806 W: http://www.ibm.com/developerworks/linux/linux390/
4808 F: drivers/s390/net/*iucv*
4809 F: include/net/iucv/
4812 S3C24XX SD/MMC Driver
4814 M: ben-linux@fluff.org
4815 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4816 L: linux-kernel@vger.kernel.org
4818 F: drivers/mmc/host/s3cmci.*
4820 SAA7146 VIDEO4LINUX-2 DRIVER
4823 L: linux-media@vger.kernel.org
4824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4825 W: http://www.mihu.de/linux/saa7146
4827 F: drivers/media/common/saa7146*
4828 F: drivers/media/video/*7146*
4829 F: include/media/*7146*
4833 M: zwane@arm.linux.org.uk
4835 F: drivers/watchdog/sc1200wdt.c
4841 M: peterz@infradead.org
4842 L: linux-kernel@vger.kernel.org
4845 F: include/linux/sched.h
4850 L: linux-scsi@vger.kernel.org
4851 W: http://www.kernel.dk
4857 M: dgilbert@interlog.com
4858 L: linux-scsi@vger.kernel.org
4859 W: http://www.torque.net/sg
4861 F: drivers/scsi/sg.c
4862 F: include/scsi/sg.h
4865 P: James E.J. Bottomley
4866 M: James.Bottomley@HansenPartnership.com
4867 L: linux-scsi@vger.kernel.org
4868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4870 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4877 M: Kai.Makisara@kolumbus.fi
4878 L: linux-scsi@vger.kernel.org
4880 F: Documentation/scsi/st.txt
4885 M: vladislav.yasevich@hp.com
4886 P: Sridhar Samudrala
4888 L: linux-sctp@vger.kernel.org
4889 W: http://lksctp.sourceforge.net
4891 F: Documentation/networking/sctp.txt
4892 F: include/linux/sctp.h
4893 F: include/net/sctp/
4898 M: jim.cromie@gmail.com
4900 F: Documentation/i2c/busses/scx200_acb
4901 F: arch/x86/kernel/scx200_32.c
4902 F: drivers/watchdog/scx200_wdt.c
4903 F: drivers/i2c/busses/scx200*
4904 F: drivers/mtd/maps/scx200_docflash.c
4905 F: include/linux/scx200.h
4909 M: jim.cromie@gmail.com
4911 F: drivers/char/scx200_gpio.c
4912 F: include/linux/scx200_gpio.h
4914 SCx200 HRT CLOCKSOURCE DRIVER
4916 M: jim.cromie@gmail.com
4918 F: drivers/clocksource/scx200_hrt.c
4920 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4922 M: saschasommer@freenet.de
4923 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4925 F: drivers/mmc/host/sdricoh_cs.c
4927 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4930 L: sdhci-devel@lists.ossman.eu
4933 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4935 M: avorontsov@ru.mvista.com
4936 L: linuxppc-dev@ozlabs.org
4937 L: sdhci-devel@lists.ossman.eu
4939 F: drivers/mmc/host/sdhci.*
4943 M: jmorris@namei.org
4944 L: linux-kernel@vger.kernel.org
4945 L: linux-security-module@vger.kernel.org (suggested Cc:)
4946 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4947 W: http://security.wiki.kernel.org/
4952 P: Security Officers
4953 M: security@kernel.org
4956 SELINUX SECURITY MODULE
4958 M: sds@tycho.nsa.gov
4960 M: jmorris@namei.org
4962 M: eparis@parisplace.org
4963 L: linux-kernel@vger.kernel.org (kernel issues)
4964 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4965 W: http://selinuxproject.org
4966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4968 F: include/linux/selinux*
4969 F: security/selinux/
4973 M: jirislaby@gmail.com
4975 F: drivers/misc/phantom.c
4976 F: include/linux/phantom.h
4978 SERIAL ATA (SATA) SUBSYSTEM
4980 M: jgarzik@pobox.com
4981 L: linux-ide@vger.kernel.org
4982 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4985 F: include/linux/ata.h
4986 F: include/linux/libata.h
4988 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4990 M: sathyap@serverengines.com
4991 P: Subbu Seetharaman
4992 M: subbus@serverengines.com
4993 L: netdev@vger.kernel.org
4994 W: http://www.serverengines.com
4996 F: drivers/net/benet/
5001 P: Robert Stonehouse
5002 M: linux-net-drivers@solarflare.com
5010 F: drivers/misc/sgi-gru/
5012 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5015 L: linux-ia64@vger.kernel.org
5017 F: Documentation/ia64/serial.txt
5018 F: drivers/serial/ioc?_serial.c
5019 F: include/linux/ioc?.h
5021 SGI VISUAL WORKSTATION 320 AND 540
5024 L: linux-visws-devel@lists.sf.net
5025 W: http://linux-visws.sf.net
5026 S: Maintained for 2.6.
5027 F: Documentation/sgi-visws.txt
5029 SGI XP/XPC/XPNET DRIVER
5033 F: drivers/misc/sgi-xp/
5035 SHARP LH SUPPORT (LH7952X & LH7A40X)
5038 W: http://projects.buici.com/arm
5039 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5041 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5042 F: arch/arm/mach-lh7a40x/
5043 F: drivers/serial/serial_lh7a40x.c
5044 F: drivers/usb/gadget/lh7a40*
5045 F: drivers/usb/host/ohci-lh7a40*
5048 P: Kristen Carlson Accardi
5049 M: kristen.c.accardi@intel.com
5050 L: linux-pci@vger.kernel.org
5052 F: drivers/pci/hotplug/shpchp*
5054 SIMTEC EB110ATX (Chalice CATS)
5057 M: support@simtec.co.uk
5058 W: http://www.simtec.co.uk/products/EB110ATX/
5060 F: arch/arm/mach-ebsa110/
5062 SIMTEC EB2410ITX (BAST)
5065 M: support@simtec.co.uk
5066 W: http://www.simtec.co.uk/products/EB2410ITX/
5068 F: arch/arm/mach-s3c2410/
5069 F: drivers/*/*s3c2410*
5070 F: drivers/*/*/*s3c2410*
5072 SIS 190 ETHERNET DRIVER
5074 M: romieu@fr.zoreil.com
5075 L: netdev@vger.kernel.org
5077 F: drivers/net/sis190.c
5079 SIS 900/7016 FAST ETHERNET DRIVER
5081 M: venza@brownhat.org
5082 W: http://www.brownhat.org/sis900.html
5083 L: netdev@vger.kernel.org
5085 F: drivers/net/sis900.*
5087 SIS 96X I2C/SMBUS DRIVER
5089 M: mhoffman@lightlink.com
5090 L: linux-i2c@vger.kernel.org
5092 F: Documentation/i2c/busses/i2c-sis96x
5093 F: drivers/i2c/busses/i2c-sis96x.c
5095 SIS FRAMEBUFFER DRIVER
5096 P: Thomas Winischhofer
5097 M: thomas@winischhofer.net
5098 W: http://www.winischhofer.net/linuxsisvga.shtml
5100 F: Documentation/fb/sisfb.txt
5101 F: drivers/video/sis/
5102 F: include/video/sisfb.h
5105 P: Thomas Winischhofer
5106 M: thomas@winischhofer.net
5107 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5109 F: drivers/usb/misc/sisusbvga/
5111 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5112 P: Stephen Hemminger
5113 M: shemminger@linux-foundation.org
5114 L: netdev@vger.kernel.org
5116 F: drivers/net/skge.*
5117 F: drivers/net/sky2.*
5120 P: Christoph Lameter
5121 M: cl@linux-foundation.org
5123 M: penberg@cs.helsinki.fi
5126 L: linux-mm@kvack.org
5128 F: include/linux/sl?b*.h
5131 SMC91x ETHERNET DRIVER
5135 F: drivers/net/smc91x.*
5137 SMSC47B397 HARDWARE MONITOR DRIVER
5139 M: mhoffman@lightlink.com
5140 L: lm-sensors@lm-sensors.org
5142 F: Documentation/hwmon/smsc47b397
5143 F: drivers/hwmon/smsc47b397.c
5145 SMSC911x ETHERNET DRIVER
5146 P: Steve Glendinning
5147 M: steve.glendinning@smsc.com
5148 L: netdev@vger.kernel.org
5150 F: include/linux/smsc911x.h
5151 F: drivers/net/smsc911x.*
5153 SMSC9420 PCI ETHERNET DRIVER
5154 P: Steve Glendinning
5155 M: steve.glendinning@smsc.com
5156 L: netdev@vger.kernel.org
5158 F: drivers/net/smsc9420.*
5162 M: bn@niasdigital.com
5164 F: drivers/uio/uio_smx.c
5166 SN-IA64 (Itanium) SUB-PLATFORM
5169 L: linux-altix@sgi.com
5170 L: linux-ia64@vger.kernel.org
5171 W: http://www.sgi.com/altix
5175 SOC-CAMERA V4L2 SUBSYSTEM
5176 P: Guennadi Liakhovetski
5177 M: g.liakhovetski@gmx.de
5178 L: linux-media@vger.kernel.org
5179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5181 F: include/media/v4l2*
5182 F: drivers/media/video/v4l2*
5184 SOEKRIS NET48XX LED SUPPORT
5188 F: drivers/leds/leds-net48xx.c
5190 SOFTWARE RAID (Multiple Disks) SUPPORT
5193 L: linux-raid@vger.kernel.org
5196 F: include/linux/raid/
5198 SONIC NETWORK DRIVER
5199 P: Thomas Bogendoerfer
5200 M: tsbogend@alpha.franken.de
5201 L: netdev@vger.kernel.org
5203 F: drivers/net/sonic.*
5205 SONICS SILICON BACKPLANE DRIVER (SSB)
5208 L: netdev@vger.kernel.org
5211 F: include/linux/ssb/
5213 SONY VAIO CONTROL DEVICE DRIVER
5215 M: malattia@linux.it
5216 L: linux-acpi@vger.kernel.org
5217 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5219 F: Documentation/laptops/sony-laptop.txt
5220 F: drivers/char/sonypi.c
5221 F: drivers/platform/x86/sony-laptop.c
5222 F: include/linux/sony-laptop.h
5224 SONY MEMORYSTICK CARD SUPPORT
5227 L: linux-kernel@vger.kernel.org
5228 W: http://tifmxx.berlios.de/
5230 F: drivers/memstick/host/tifm_ms.c
5237 L: alsa-devel@alsa-project.org (subscribers-only)
5241 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5243 M: lrg@slimlogic.co.uk
5245 M: broonie@opensource.wolfsonmicro.com
5246 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5247 L: alsa-devel@alsa-project.org (subscribers-only)
5248 W: http://alsa-project.org/main/index.php/ASoC
5252 SPARC + UltraSPARC (sparc/sparc64)
5254 M: davem@davemloft.net
5255 L: sparclinux@vger.kernel.org
5256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5261 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5263 M: R.E.Wolff@BitWizard.nl
5264 L: linux-kernel@vger.kernel.org
5266 F: Documentation/serial/specialix.txt
5267 F: drivers/char/specialix*
5271 M: dbrownell@users.sourceforge.net
5272 L: spi-devel-general@lists.sourceforge.net
5274 F: Documentation/spi/
5276 F: include/linux/spi/
5278 SPIDERNET NETWORK DRIVER for CELL
5280 M: kou.ishizaki@toshiba.co.jp
5283 L: netdev@vger.kernel.org
5285 F: Documentation/networking/spider_net.txt
5286 F: drivers/net/spider_net*
5291 L: linuxppc-dev@ozlabs.org
5292 L: cbe-oss-dev@ozlabs.org
5293 W: http://www.ibm.com/developerworks/power/cell/
5295 F: Documentation/filesystems/spufs.txt
5296 F: arch/powerpc/platforms/cell/spufs/
5298 SQUASHFS FILE SYSTEM
5300 M: phillip@lougher.demon.co.uk
5301 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5302 W: http://squashfs.org.uk
5304 F: Documentation/filesystems/squashfs.txt
5307 SRM (Alpha) environment access
5308 P: Jan-Benedict Glaw
5309 M: jbglaw@lug-owl.de
5310 L: linux-kernel@vger.kernel.org
5312 F: arch/alpha/kernel/srm_env.c
5315 P: Greg Kroah-Hartman
5318 M: chrisw@sous-sol.org
5319 L: stable@kernel.org
5323 P: Greg Kroah-Hartman
5325 L: linux-kernel@vger.kernel.org
5326 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5330 STARFIRE/DURALAN NETWORK DRIVER
5332 M: ionut@cs.columbia.edu
5334 F: drivers/net/starfire*
5336 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5337 W: http://mosquitonet.Stanford.EDU/strip.html
5339 F: drivers/net/wireless/strip.c
5340 F: include/linux/if_strip.h
5342 STRADIS MPEG-2 DECODER DRIVER
5345 W: http://www.stradis.com/
5347 F: drivers/media/video/stradis.c
5352 W: http://sammy.net/sun3/
5354 F: arch/m68k/kernel/*sun3*
5356 F: arch/m68k/include/asm/sun3*
5360 M: lethal@linux-sh.org
5361 L: linux-sh@vger.kernel.org
5362 W: http://www.linux-sh.org
5363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5365 F: Documentation/sh/
5371 M: len.brown@intel.com
5374 P: Rafael J. Wysocki
5376 L: linux-pm@lists.linux-foundation.org
5378 F: Documentation/power/
5379 F: arch/x86/kernel/acpi/
5380 F: drivers/base/power/
5382 F: include/linux/suspend.h
5383 F: include/linux/freezer.h
5384 F: include/linux/pm.h
5385 F: include/asm-*/suspend.h
5390 L: linux-video@atrey.karlin.mff.cuni.cz
5392 F: Documentation/svga.txt
5393 F: arch/x86/boot/video*
5396 P: Christoph Hellwig
5397 M: hch@infradead.org
5399 F: Documentation/filesystems/sysv-fs.txt
5401 F: include/linux/sysv_fs.h
5403 TASKSTATS STATISTICS INTERFACE
5405 M: balbir@linux.vnet.ibm.com
5406 L: linux-kernel@vger.kernel.org
5408 F: Documentation/accounting/taskstats*
5409 F: include/linux/taskstats*
5410 F: kernel/taskstats.c
5415 L: netdev@vger.kernel.org
5417 F: include/linux/pkt_cls.h
5418 F: include/net/pkt_cls.h
5421 TCP LOW PRIORITY MODULE
5422 P: Wong Hoi Sing, Edison
5423 M: hswong3i@gmail.com
5424 P: Hung Hing Lun, Mike
5425 M: hlhung3i@gmail.com
5426 W: http://tcp-lp-mod.sourceforge.net/
5428 F: net/ipv4/tcp_lp.c
5430 TEHUTI ETHERNET DRIVER
5431 P: Alexander Indenbaum
5432 M: baum@tehutinetworks.net
5434 M: andy@greyhouse.net
5435 L: netdev@vger.kernel.org
5437 F: drivers/net/tehuti*
5439 Telecom Clock Driver for MCPL0010
5441 M: mark.gross@intel.com
5443 F: drivers/char/tlclk.c
5445 TENSILICA XTENSA PORT (xtensa)
5451 THINKPAD ACPI EXTRAS DRIVER
5452 P: Henrique de Moraes Holschuh
5453 M: ibm-acpi@hmh.eng.br
5454 L: ibm-acpi-devel@lists.sourceforge.net
5455 W: http://ibm-acpi.sourceforge.net
5456 W: http://thinkwiki.org/wiki/Ibm-acpi
5457 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5459 F: drivers/platform/x86/thinkpad_acpi.c
5461 TI FLASH MEDIA INTERFACE DRIVER
5465 F: drivers/misc/tifm*
5466 F: drivers/mmc/host/tifm_sd.c
5467 F: include/linux/tifm.h
5469 TI OMAP MMC INTERFACE DRIVER
5470 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5471 M: linux-omap@vger.kernel.org
5472 W: http://linux.omap.com
5473 W: http://www.muru.com/linux/omap/
5475 F: drivers/mmc/host/omap.c
5477 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5479 M: dsaxena@plexity.net
5481 F: drivers/char/hw_random/omap-rng.c
5485 M: per.liden@ericsson.com
5487 M: jon.maloy@ericsson.com
5489 M: allan.stephens@windriver.com
5490 L: tipc-discussion@lists.sourceforge.net
5491 W: http://tipc.sourceforge.net/
5492 W: http://tipc.cslab.ericsson.net/
5493 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5495 F: include/linux/tipc*.h
5496 F: include/net/tipc/
5502 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5503 W: http://sourceforge.net/projects/tlan/
5505 F: Documentation/networking/tlan.txt
5506 F: drivers/net/tlan.*
5508 TOMOYO SECURITY MODULE
5510 M: takedakn@nttdata.co.jp
5512 M: penguin-kernel@I-love.SAKURA.ne.jp
5513 L: linux-kernel@vger.kernel.org (kernel issues)
5514 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5515 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5516 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5517 W: http://tomoyo.sourceforge.jp/
5518 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5522 TOSHIBA ACPI EXTRAS DRIVER
5524 F: drivers/platform/x86/toshiba_acpi.c
5528 M: jonathan@buzzard.org.uk
5529 L: tlinux-users@tce.toshiba-dme.co.jp
5530 W: http://www.buzzard.org.uk/toshiba/
5532 F: drivers/char/toshiba.c
5533 F: include/linux/toshiba.h
5537 M: ian@mnementh.co.uk
5539 F: drivers/mmc/host/tmio_mmc.*
5543 M: debora@linux.vnet.ibm.com
5545 M: srajiv@linux.vnet.ibm.com
5546 W: http://tpmdd.sourceforge.net
5548 M: m.selhorst@sirrix.com
5549 W: http://www.sirrix.com
5550 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5552 F: drivers/char/tpm/
5556 M: trivial@kernel.org
5557 L: linux-kernel@vger.kernel.org
5558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5563 M: alan@lxorguk.ukuu.org.uk
5564 L: linux-kernel@vger.kernel.org
5567 TULIP NETWORK DRIVERS
5569 M: grundler@parisc-linux.org
5572 L: netdev@vger.kernel.org
5574 F: drivers/net/tulip/
5577 P: Maxim Krasnyansky
5578 M: maxk@qualcomm.com
5579 L: vtun@office.satix.net
5580 W: http://vtun.sourceforge.net/tun
5582 F: Documentation/networking/tuntap.txt
5583 F: arch/um/os-Linux/drivers/
5585 TURBOCHANNEL SUBSYSTEM
5586 P: Maciej W. Rozycki
5587 M: macro@linux-mips.org
5590 F: include/linux/tc.h
5594 M: ballabio_dario@emc.com
5595 L: linux-scsi@vger.kernel.org
5597 F: drivers/scsi/u14-34f.c
5599 UBI FILE SYSTEM (UBIFS)
5601 M: dedekind@infradead.org
5603 M: ext-adrian.hunter@nokia.com
5604 L: linux-mtd@lists.infradead.org
5605 T: git git://git.infradead.org/ubifs-2.6.git
5606 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5608 F: Documentation/filesystems/ubifs.txt
5611 UCLINUX (AND M68KNOMMU)
5614 W: http://www.uclinux.org/
5615 L: uclinux-dev@uclinux.org (subscribers-only)
5619 UCLINUX FOR RENESAS H8/300
5621 M: ysato@users.sourceforge.jp
5622 W: http://uclinux-h8.sourceforge.jp/
5628 W: http://linux-udf.sourceforge.net
5630 F: Documentation/filesystems/udf.txt
5634 P: Evgeniy Dushistov
5635 M: dushistov@mail.ru
5636 L: linux-kernel@vger.kernel.org
5638 F: Documentation/filesystems/ufs.txt
5641 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5643 M: david.vrabel@csr.com
5644 L: linux-usb@vger.kernel.org
5647 F: include/linux/uwb.h
5648 F: include/linux/uwb/
5650 UNIFORM CDROM DRIVER
5653 L: linux-kernel@vger.kernel.org
5654 W: http://www.kernel.dk
5656 F: Documentation/cdrom/
5657 F: drivers/cdrom/cdrom.c
5658 F: include/linux/cdrom.h
5660 UNSORTED BLOCK IMAGES (UBI)
5662 M: dedekind@infradead.org
5663 W: http://www.linux-mtd.infradead.org/
5664 L: linux-mtd@lists.infradead.org
5665 T: git git://git.infradead.org/ubi-2.6.git
5668 F: include/linux/mtd/ubi.h
5669 F: include/mtd/ubi-user.h
5673 M: oliver@neukum.name
5674 L: linux-usb@vger.kernel.org
5676 F: Documentation/usb/acm.txt
5677 F: drivers/usb/class/cdc-acm.*
5679 USB BLOCK DRIVER (UB ub)
5681 M: zaitcev@redhat.com
5682 L: linux-kernel@vger.kernel.org
5683 L: linux-usb@vger.kernel.org
5685 F: drivers/block/ub.c
5687 USB CDC ETHERNET DRIVER
5688 P: Greg Kroah-Hartman
5690 L: linux-usb@vger.kernel.org
5692 W: http://www.kroah.com/linux-usb/
5693 F: drivers/net/usb/cdc_*.c
5694 F: include/linux/usb/cdc.h
5696 USB CYPRESS C67X00 DRIVER
5698 M: jacmet@sunsite.dk
5699 L: linux-usb@vger.kernel.org
5701 F: drivers/usb/c67x00/
5703 USB DAVICOM DM9601 DRIVER
5705 M: jacmet@sunsite.dk
5706 L: netdev@vger.kernel.org
5707 W: http://www.linux-usb.org/usbnet
5709 F: drivers/net/usb/dm9601.c
5711 USB DIAMOND RIO500 DRIVER
5714 L: rio500-users@lists.sourceforge.net
5715 W: http://rio500.sourceforge.net
5717 F: drivers/usb/misc/rio500*
5721 M: dbrownell@users.sourceforge.net
5722 L: linux-usb@vger.kernel.org
5724 F: Documentation/usb/ehci.txt
5725 F: drivers/usb/host/ehci*
5727 USB ET61X[12]51 DRIVER
5729 M: luca.risolia@studio.unibo.it
5730 L: linux-usb@vger.kernel.org
5731 L: linux-media@vger.kernel.org
5732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5733 W: http://www.linux-projects.org
5735 F: drivers/media/video/et61x251/
5737 USB GADGET/PERIPHERAL SUBSYSTEM
5739 M: dbrownell@users.sourceforge.net
5740 L: linux-usb@vger.kernel.org
5741 W: http://www.linux-usb.org/gadget
5743 F: drivers/usb/gadget/
5744 F: include/linux/usb/gadget*
5746 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5749 L: linux-usb@vger.kernel.org
5750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5752 F: Documentation/usb/hiddev.txt
5753 F: drivers/hid/usbhid/
5757 M: ok@artecdesign.ee
5758 L: linux-usb@vger.kernel.org
5760 F: drivers/usb/host/isp116x*
5761 F: include/linux/usb/isp116x.h
5763 USB KAWASAKI LSI DRIVER
5765 M: oliver@neukum.name
5766 L: linux-usb@vger.kernel.org
5768 F: drivers/usb/serial/kl5kusb105.*
5770 USB MASS STORAGE DRIVER
5772 M: mdharm-usb@one-eyed-alien.net
5773 L: linux-usb@vger.kernel.org
5774 L: usb-storage@lists.one-eyed-alien.net
5776 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5777 F: drivers/usb/storage/
5781 M: dbrownell@users.sourceforge.net
5782 L: linux-usb@vger.kernel.org
5784 F: Documentation/usb/ohci.txt
5785 F: drivers/usb/host/ohci*
5787 USB OPTION-CARD DRIVER
5789 M: smurf@smurf.noris.de
5790 L: linux-usb@vger.kernel.org
5792 F: drivers/usb/serial/option.c
5796 M: mmcclell@bigfoot.com
5797 L: linux-usb@vger.kernel.org
5798 W: http://alpha.dyndns.org/ov511/
5800 F: drivers/media/video/ov511.*
5804 M: petkan@users.sourceforge.net
5805 L: linux-usb@vger.kernel.org
5806 L: netdev@vger.kernel.org
5807 W: http://pegasus2.sourceforge.net/
5809 F: drivers/net/usb/pegasus.*
5811 USB PRINTER DRIVER (usblp)
5813 M: zaitcev@redhat.com
5814 L: linux-usb@vger.kernel.org
5816 F: drivers/usb/class/usblp.c
5820 M: petkan@users.sourceforge.net
5821 L: linux-usb@vger.kernel.org
5822 L: netdev@vger.kernel.org
5823 W: http://pegasus2.sourceforge.net/
5825 F: drivers/net/usb/rtl8150.c
5830 L: linux-usb@vger.kernel.org
5831 W: http://www.chello.nl/~j.vreeken/se401/
5833 F: Documentation/video4linux/se401.txt
5834 F: drivers/media/video/se401.*
5836 USB SERIAL BELKIN F5U103 DRIVER
5837 P: William Greathouse
5838 M: wgreathouse@smva.com
5839 L: linux-usb@vger.kernel.org
5841 F: drivers/usb/serial/belkin_sa.*
5843 USB SERIAL CYPRESS M8 DRIVER
5845 M: dignome@gmail.com
5846 L: linux-usb@vger.kernel.org
5848 W: http://geocities.com/i0xox0i
5849 W: http://firstlight.net/cvs
5850 F: drivers/usb/serial/cypress_m8.*
5852 USB SERIAL CYBERJACK DRIVER
5853 P: Matthias Bruestle and Harald Welte
5854 M: support@reiner-sct.com
5855 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5857 F: drivers/usb/serial/cyberjack.c
5859 USB SERIAL DIGI ACCELEPORT DRIVER
5860 P: Peter Berger and Al Borchers
5861 M: pberger@brimson.com
5862 M: alborchers@steinerpoint.com
5863 L: linux-usb@vger.kernel.org
5865 F: drivers/usb/serial/digi_acceleport.c
5868 P: Greg Kroah-Hartman
5870 L: linux-usb@vger.kernel.org
5872 F: Documentation/usb/usb-serial.txt
5873 F: drivers/usb/serial/generic.c
5874 F: drivers/usb/serial/usb-serial.c
5875 F: include/linux/usb/serial.h
5877 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5879 M: xavyer@ix.netcom.com
5880 L: linux-usb@vger.kernel.org
5882 F: drivers/usb/serial/empeg.c
5884 USB SERIAL KEYSPAN DRIVER
5885 P: Greg Kroah-Hartman
5887 L: linux-usb@vger.kernel.org
5888 W: http://www.kroah.com/linux/
5890 F: drivers/usb/serial/*keyspan*
5892 USB SERIAL WHITEHEAT DRIVER
5893 P: Support Department
5894 M: support@connecttech.com
5895 L: linux-usb@vger.kernel.org
5896 W: http://www.connecttech.com
5898 F: drivers/usb/serial/whiteheat*
5900 USB SMSC95XX ETHERNET DRIVER
5901 P: Steve Glendinning
5902 M: steve.glendinning@smsc.com
5903 L: netdev@vger.kernel.org
5905 F: drivers/net/usb/smsc95xx.*
5909 M: luca.risolia@studio.unibo.it
5910 L: linux-usb@vger.kernel.org
5911 L: linux-media@vger.kernel.org
5912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5913 W: http://www.linux-projects.org
5915 F: Documentation/video4linux/sn9c102.txt
5916 F: drivers/media/video/sn9c102/
5919 P: Greg Kroah-Hartman
5921 L: linux-usb@vger.kernel.org
5922 W: http://www.linux-usb.org
5923 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5925 F: Documentation/usb/
5928 F: include/linux/usb.h
5929 F: include/linux/usb/
5933 M: stern@rowland.harvard.edu
5934 L: linux-usb@vger.kernel.org
5936 F: drivers/usb/host/uhci*
5938 USB "USBNET" DRIVER FRAMEWORK
5940 M: dbrownell@users.sourceforge.net
5941 L: netdev@vger.kernel.org
5942 W: http://www.linux-usb.org/usbnet
5944 F: drivers/net/usb/usbnet.c
5945 F: include/linux/usb/usbnet.h
5949 M: laurent.pinchart@skynet.be
5950 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5951 L: linux-media@vger.kernel.org
5952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5953 W: http://linux-uvc.berlios.de
5955 F: drivers/media/video/uvc/
5957 USB W996[87]CF DRIVER
5959 M: luca.risolia@studio.unibo.it
5960 L: linux-usb@vger.kernel.org
5961 L: linux-media@vger.kernel.org
5962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5963 W: http://www.linux-projects.org
5965 F: Documentation/video4linux/w9968cf.txt
5966 F: drivers/media/video/w996*
5968 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5970 M: jussi.kivilinna@mbnet.fi
5971 L: linux-wireless@vger.kernel.org
5973 F: drivers/net/wireless/rndis_wlan.c
5977 M: luca.risolia@studio.unibo.it
5978 L: linux-usb@vger.kernel.org
5979 L: linux-media@vger.kernel.org
5980 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5981 W: http://www.linux-projects.org
5983 F: Documentation/video4linux/zc0301.txt
5984 F: drivers/media/video/zc0301/
5989 L: linux-usb@vger.kernel.org
5990 W: http://linux-lc100020.sourceforge.net
5992 F: drivers/net/wireless/zd1201.*
5996 M: royale@zerezo.com
5997 L: linux-usb@vger.kernel.org
5998 L: linux-media@vger.kernel.org
5999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6000 W: http://royale.zerezo.com/zr364xx/
6002 F: Documentation/video4linux/zr364xx.txt
6003 F: drivers/media/video/zr364xx.c
6005 USER-MODE LINUX (UML)
6007 M: jdike@addtoit.com
6008 L: user-mode-linux-devel@lists.sourceforge.net
6009 L: user-mode-linux-user@lists.sourceforge.net
6010 W: http://user-mode-linux.sourceforge.net
6012 F: Documentation/uml/
6019 M: hjk@linutronix.de
6020 P: Greg Kroah-Hartman
6022 L: linux-kernel@vger.kernel.org
6024 F: Documentation/DocBook/uio-howto.tmpl
6026 F: include/linux/uio*.h
6028 UTIL-LINUX-NG PACKAGE
6031 L: util-linux-ng@vger.kernel.org
6032 W: http://kernel.org/~kzak/util-linux-ng/
6033 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6037 P: Michal Januszewski
6039 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6040 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6042 F: Documentation/fb/uvesafb.txt
6043 F: drivers/video/uvesafb.*
6045 VFAT/FAT/MSDOS FILESYSTEM
6047 M: hirofumi@mail.parknet.co.jp
6048 L: linux-kernel@vger.kernel.org
6050 F: Documentation/filesystems/vfat.txt
6053 VIA RHINE NETWORK DRIVER
6057 F: drivers/net/via-rhine.c
6061 M: khali@linux-fr.org
6062 L: linux-i2c@vger.kernel.org
6064 F: Documentation/i2c/busses/i2c-viapro
6065 F: drivers/i2c/busses/i2c-viapro.c
6067 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6069 M: JosephChan@via.com.tw
6071 M: ScottFang@viatech.com.cn
6072 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6074 F: drivers/video/via/
6076 VIA VELOCITY NETWORK DRIVER
6078 M: romieu@fr.zoreil.com
6079 L: netdev@vger.kernel.org
6081 F: drivers/net/via-velocity.*
6086 L: netdev@vger.kernel.org
6088 F: drivers/net/macvlan.c
6089 F: include/linux/if_*vlan.h
6092 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6094 M: lrg@slimlogic.co.uk
6096 M: broonie@opensource.wolfsonmicro.com
6097 W: http://opensource.wolfsonmicro.com/node/15
6098 W: http://www.slimlogic.co.uk/?p=48
6099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6101 F: drivers/regulator/
6102 F: include/linux/regulator/
6104 VT1211 HARDWARE MONITOR DRIVER
6107 L: lm-sensors@lm-sensors.org
6109 F: Documentation/hwmon/vt1211
6110 F: drivers/hwmon/vt1211.c
6112 VT8231 HARDWARE MONITOR DRIVER
6114 M: vt8231@hiddenengine.co.uk
6115 L: lm-sensors@lm-sensors.org
6117 F: drivers/hwmon/vt8231.c
6119 W1 DALLAS'S 1-WIRE BUS
6121 M: johnpol@2ka.mipt.ru
6123 F: Documentation/w1/
6126 W83791D HARDWARE MONITORING DRIVER
6128 M: m.hulsman@tudelft.nl
6129 L: lm-sensors@lm-sensors.org
6131 F: Documentation/hwmon/w83791d
6132 F: drivers/hwmon/w83791d.c
6134 W83793 HARDWARE MONITORING DRIVER
6136 M: r.marek@assembler.cz
6137 L: lm-sensors@lm-sensors.org
6139 F: Documentation/hwmon/w83793
6140 F: drivers/hwmon/w83793.c
6142 W83L51xD SD/MMC CARD INTERFACE DRIVER
6145 L: linux-kernel@vger.kernel.org
6147 F: drivers/mmc/host/wbsd.*
6149 WATCHDOG DEVICE DRIVERS
6152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6154 F: Documentation/watchdog/
6155 F: drivers/watchdog/
6156 F: include/linux/watchdog.h
6158 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6161 L: linux-wireless@vger.kernel.org
6162 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6164 F: Documentation/networking/wavelan.txt
6165 F: drivers/net/wireless/wavelan*
6169 M: zaga@fly.cc.fer.hr
6170 L: linux-scsi@vger.kernel.org
6172 F: drivers/scsi/wd7000.c
6175 P: Inaky Perez-Gonzalez
6176 M: inaky.perez-gonzalez@intel.com
6177 M: linux-wimax@intel.com
6178 L: wimax@linuxwimax.org
6180 W: http://linuxwimax.org
6182 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6184 M: david.vrabel@csr.com
6186 F: include/linux/wlp.h
6189 WISTRON LAPTOP BUTTON DRIVER
6193 F: drivers/input/misc/wistron_btns.c
6195 WL3501 WIRELESS PCMCIA CARD DRIVER
6196 P: Arnaldo Carvalho de Melo
6197 M: acme@ghostprotocols.net
6198 L: linux-wireless@vger.kernel.org
6199 W: http://oops.ghostprotocols.net:81/blog
6201 F: drivers/net/wireless/wl3501*
6203 WM97XX TOUCHSCREEN DRIVERS
6205 M: broonie@opensource.wolfsonmicro.com
6207 M: lrg@slimlogic.co.uk
6208 L: linux-input@vger.kernel.org
6209 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6210 W: http://opensource.wolfsonmicro.com/node/7
6212 F: drivers/input/touchscreen/*wm97*
6213 F: include/linux/wm97xx.h
6217 M: eis@baty.hanse.de
6218 L: linux-x25@vger.kernel.org
6220 F: Documentation/networking/x25*
6224 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6226 M: tglx@linutronix.de
6232 L: linux-kernel@vger.kernel.org
6233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6235 F: Documentation/x86/
6238 XEN HYPERVISOR INTERFACE
6239 P: Jeremy Fitzhardinge
6240 M: jeremy@xensource.com
6242 M: chrisw@sous-sol.org
6243 L: virtualization@lists.osdl.org
6244 L: xen-devel@lists.xensource.com
6247 F: drivers/*/xen-*front.c
6249 F: arch/x86/include/asm/xen/
6253 P: Silicon Graphics Inc
6256 M: xfs-masters@oss.sgi.com
6258 W: http://oss.sgi.com/projects/xfs
6259 T: git git://oss.sgi.com/xfs/xfs.git
6261 F: Documentation/filesystems/xfs.txt
6264 XILINX SYSTEMACE DRIVER
6266 M: grant.likely@secretlab.ca
6267 W: http://www.secretlab.ca/
6268 L: linux-kernel@vger.kernel.org
6270 F: drivers/block/xsysace.c
6272 XILINX UARTLITE SERIAL DRIVER
6274 M: jacmet@sunsite.dk
6275 L: linux-serial@vger.kernel.org
6277 F: drivers/serial/uartlite.c
6279 YAM DRIVER FOR AX.25
6280 P: Jean-Paul Roubelat
6282 L: linux-hams@vger.kernel.org
6284 F: drivers/net/hamradio/yam*
6285 F: include/linux/yam.h
6287 YEALINK PHONE DRIVER
6289 M: Henk.Vergonet@gmail.com
6290 L: usbb2k-api-dev@nongnu.org
6292 F: Documentation/input/yealink.txt
6293 F: drivers/input/misc/yealink.*
6295 Z8530 DRIVER FOR AX.25
6298 W: http://yaina.de/jreuter/
6299 W: http://www.qsl.net/dl1bke/
6300 L: linux-hams@vger.kernel.org
6302 F: Documentation/networking/z8530drv.txt
6303 F: drivers/net/hamradio/*scc.c
6304 F: drivers/net/hamradio/z8530.h
6306 ZD1211RW WIRELESS DRIVER
6310 M: kune@deine-taler.de
6311 W: http://zd1211.ath.cx/wiki/DriverRewrite
6312 L: linux-wireless@vger.kernel.org
6313 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6315 F: drivers/net/wireless/zd1211rw/
6317 ZR36067 VIDEO FOR LINUX DRIVER
6318 L: mjpeg-users@lists.sourceforge.net
6319 L: linux-media@vger.kernel.org
6320 W: http://mjpeg.sourceforge.net/driver-zoran/
6321 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6323 F: drivers/media/video/zoran/
6325 ZS DECSTATION Z85C30 SERIAL DRIVER
6326 P: Maciej W. Rozycki
6327 M: macro@linux-mips.org
6329 F: drivers/serial/zs.*
6333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6334 S: Buried alive in reporters