2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/acpi*
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: dahlmann.thomas@arcor.de
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andreas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
548 M: linux@arm.linux.org.uk
549 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W: http://www.arm.linux.org.uk/
554 ARM PRIMECELL MMCI PL180/1 DRIVER
556 F: drivers/mmc/host/mmci.*
558 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 F: arch/arm/mach-ixp23xx/
564 F: arch/arm/mach-ixp23xx/include/mach/
566 ARM/ADS SPHERE MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 ARM/AFEB9260 MACHINE SUPPORT
574 M: slapin@ossfans.org
575 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 ARM/AJECO 1ARM MACHINE SUPPORT
580 M: kernel@wantstofly.org
581 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 M: linux@maxim.org.za
587 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588 W: http://maxim.org.za/at91_26.html
591 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 M: kernel@wantstofly.org
594 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 M: kernel@wantstofly.org
600 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 M: linux@arm.linux.org.uk
606 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 F: arch/arm/common/clkdev.c
608 F: arch/arm/include/asm/clkdev.h
610 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 M: mike@compulab.co.il
613 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 ARM/CORGI MACHINE SUPPORT
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 M: paulius.zaleckas@teltonika.lt
624 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 T: git git://gitorious.org/linux-gemini/mainline.git
627 F: arch/arm/mach-gemini/
629 ARM/EBSA110 MACHINE SUPPORT
631 M: linux@arm.linux.org.uk
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
633 W: http://www.arm.linux.org.uk/
635 F: arch/arm/mach-ebsa110/
636 F: drivers/net/arm/am79c961a.*
638 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
642 M: stefan@openezx.org
644 M: laforge@openezx.org
645 L: openezx-devel@lists.openezx.org (subscribers-only)
646 W: http://www.openezx.org/
649 ARM/FARADAY FA526 PORT
651 M: paulius.zaleckas@teltonika.lt
652 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656 ARM/FOOTBRIDGE ARCHITECTURE
658 M: linux@arm.linux.org.uk
659 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
660 W: http://www.arm.linux.org.uk/
662 F: arch/arm/include/asm/hardware/dec21285.h
663 F: arch/arm/mach-footbridge/
665 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
667 M: kernel@pengutronix.de
668 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
671 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
673 M: kernel@wantstofly.org
674 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 ARM/GUMSTIX MACHINE SUPPORT
680 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
683 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
685 M: philipp.zabel@gmail.com
687 F: arch/arm/mach-pxa/hx4700.c
688 F: arch/arm/mach-pxa/include/mach/hx4700.h
690 ARM/HP JORNADA 7XX MACHINE SUPPORT
691 P: Kristoffer Ericson
692 M: kristoffer.ericson@gmail.com
696 ARM/INTEL IOP32X ARM ARCHITECTURE
698 M: kernel@wantstofly.org
700 M: dan.j.williams@intel.com
701 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
704 ARM/INTEL IOP33X ARM ARCHITECTURE
706 M: dan.j.williams@intel.com
707 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710 ARM/INTEL IOP13XX ARM ARCHITECTURE
712 M: kernel@wantstofly.org
714 M: dan.j.williams@intel.com
715 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718 ARM/INTEL IQ81342EX MACHINE SUPPORT
720 M: kernel@wantstofly.org
722 M: dan.j.williams@intel.com
723 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
726 ARM/INTEL IXP2000 ARM ARCHITECTURE
728 M: kernel@wantstofly.org
729 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
732 ARM/INTEL IXDP2850 MACHINE SUPPORT
734 M: kernel@wantstofly.org
735 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
738 ARM/INTEL IXP23XX ARM ARCHITECTURE
740 M: kernel@wantstofly.org
741 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
744 ARM/INTEL XSC3 (MANZANO) ARM CORE
746 M: kernel@wantstofly.org
748 M: dan.j.williams@intel.com
749 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
752 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
754 M: kernel@wantstofly.org
755 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
758 ARM/LOGICPD PXA270 MACHINE SUPPORT
760 M: kernel@wantstofly.org
761 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
764 ARM/MAGICIAN MACHINE SUPPORT
766 M: philipp.zabel@gmail.com
769 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
770 P: Michael Petchkovsky
771 M: mkpetch@internode.on.net
774 ARM/TOSA MACHINE SUPPORT
775 P: Dmitry Eremin-Solenikov
776 M: dbaryshkov@gmail.com
778 M: dirk@opfer-online.de
781 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
783 M: marek.vasut@gmail.com
784 W: http://hackndev.com
789 M: slapin@ossfans.org
790 W: http://hackndev.com
795 M: pleb@gelato.unsw.edu.au
796 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
799 ARM/PT DIGITAL BOARD PORT
801 M: stefan.eletzhofer@eletztrick.de
802 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 W: http://www.arm.linux.org.uk/
806 ARM/RADISYS ENP2611 MACHINE SUPPORT
808 M: kernel@wantstofly.org
809 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
812 ARM/RISCPC ARCHITECTURE
814 M: linux@arm.linux.org.uk
815 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
816 W: http://www.arm.linux.org.uk/
818 F: arch/arm/common/time-acorn.c
819 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
820 F: arch/arm/include/asm/hardware/ioc.h
821 F: arch/arm/include/asm/hardware/iomd.h
822 F: arch/arm/include/asm/hardware/memc.h
823 F: arch/arm/mach-rpc/
824 F: drivers/net/arm/ether*
827 ARM/SHARK MACHINE SUPPORT
829 M: alex@shark-linux.de
830 W: http://www.shark-linux.de/shark.html
833 ARM/S3C2410 ARM ARCHITECTURE
835 M: ben-linux@fluff.org
836 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
837 W: http://www.fluff.org/ben/linux/
840 ARM/S3C2440 ARM ARCHITECTURE
842 M: ben-linux@fluff.org
843 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
844 W: http://www.fluff.org/ben/linux/
847 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
849 M: kernel@wantstofly.org
850 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 ARM/THECUS N2100 MACHINE SUPPORT
855 M: kernel@wantstofly.org
856 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
859 ARM/NUVOTON W90X900 ARM ARCHITECTURE
861 M: mcuos.com@gmail.com
862 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
863 W: http://www.mcuos.com
868 M: linux@arm.linux.org.uk
869 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
870 W: http://www.arm.linux.org.uk/
876 L: netdev@vger.kernel.org
880 ASUS ACPI EXTRAS DRIVER
882 M: corentincj@iksaif.net
884 M: sziwan@users.sourceforge.net
885 L: acpi4asus-user@lists.sourceforge.net
886 W: http://sourceforge.net/projects/acpi4asus
887 W: http://xf.iksaif.net/acpi4asus
889 F: arch/x86/kernel/acpi/boot.c
890 F: drivers/platform/x86/asus_acpi.c
892 ASUS ASB100 HARDWARE MONITOR DRIVER
894 M: mhoffman@lightlink.com
895 L: lm-sensors@lm-sensors.org
897 F: drivers/hwmon/asb100.c
899 ASUS LAPTOP EXTRAS DRIVER
901 M: corentincj@iksaif.net
902 L: acpi4asus-user@lists.sourceforge.net
903 W: http://sourceforge.net/projects/acpi4asus
904 W: http://xf.iksaif.net/acpi4asus
906 F: drivers/platform/x86/asus-laptop.c
908 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
910 M: dan.j.williams@intel.com
912 M: maciej.sosnowski@intel.com
913 L: linux-kernel@vger.kernel.org
914 W: http://sourceforge.net/projects/xscaleiop
916 F: Documentation/crypto/async-tx-api.txt
919 F: include/linux/dmaengine.h
920 F: include/linux/async_tx.h
922 ATA OVER ETHERNET (AOE) DRIVER
924 M: ecashin@coraid.com
925 W: http://www.coraid.com/support/linux
927 F: Documentation/aoe/
928 F: drivers/block/aoe/
930 ATHEROS ATH5K WIRELESS DRIVER
932 M: jirislaby@gmail.com
934 M: mickflemm@gmail.com
936 M: lrodriguez@atheros.com
938 M: me@bobcopeland.com
939 L: linux-wireless@vger.kernel.org
940 L: ath5k-devel@lists.ath5k.org
942 F: drivers/net/wireless/ath5k/
944 ATHEROS ATH9K WIRELESS DRIVER
946 M: lrodriguez@atheros.com
948 M: jmalinen@atheros.com
949 L: linux-wireless@vger.kernel.org
950 L: ath9k-devel@lists.ath9k.org
952 F: drivers/net/wireless/ath9k/
954 ATHEROS AR9170 WIRELESS DRIVER
955 P: Christian Lamparter
957 L: linux-wireless@vger.kernel.org
958 W: http://wireless.kernel.org/en/users/Drivers/ar9170
960 F: drivers/net/wireless/ar9170/
966 F: drivers/input/misc/ati_remote2.c
968 ATLX ETHERNET DRIVERS
970 M: jcliburn@gmail.com
974 M: jie.yang@atheros.com
975 L: atl1-devel@lists.sourceforge.net
976 W: http://sourceforge.net/projects/atl1
977 W: http://atl1.sourceforge.net
983 M: chas@cmf.nrl.navy.mil
984 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
985 L: netdev@vger.kernel.org
986 W: http://linux-atm.sourceforge.net
989 F: include/linux/atm*
991 ATMEL AT91 MCI DRIVER
993 M: nicolas.ferre@atmel.com
994 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
995 W: http://www.atmel.com/products/AT91/
996 W: http://www.at91.com/
998 F: drivers/mmc/host/at91_mci.c
1000 ATMEL AT91 / AT32 SERIAL DRIVER
1001 P: Haavard Skinnemoen
1002 M: hskinnemoen@atmel.com
1003 L: linux-kernel@vger.kernel.org
1005 F: drivers/serial/atmel_serial.c
1009 M: nicolas.ferre@atmel.com
1010 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1012 F: drivers/video/atmel_lcdfb.c
1013 F: include/video/atmel_lcdc.h
1015 ATMEL MACB ETHERNET DRIVER
1016 P: Haavard Skinnemoen
1017 M: hskinnemoen@atmel.com
1019 F: drivers/net/macb.*
1022 P: Haavard Skinnemoen
1023 M: hskinnemoen@atmel.com
1025 F: drivers/spi/atmel_spi.*
1027 ATMEL USBA UDC DRIVER
1028 P: Haavard Skinnemoen
1029 M: hskinnemoen@atmel.com
1030 L: kernel@avr32linux.org
1031 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1033 F: drivers/usb/gadget/atmel_usba_udc.*
1035 ATMEL WIRELESS DRIVER
1037 M: simon@thekelleys.org.uk
1038 L: linux-wireless@vger.kernel.org
1039 W: http://www.thekelleys.org.uk/atmel
1040 W: http://atmelwlandriver.sourceforge.net/
1042 F: drivers/net/wireless/atmel*
1046 M: viro@zeniv.linux.org.uk
1048 M: eparis@redhat.com
1049 L: linux-audit@redhat.com (subscribers-only)
1050 W: http://people.redhat.com/sgrubb/audit/
1051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1053 F: include/linux/audit.h
1056 AUXILIARY DISPLAY DRIVERS
1057 P: Miguel Ojeda Sandonis
1058 M: miguel.ojeda.sandonis@gmail.com
1059 L: linux-kernel@vger.kernel.org
1060 W: http://miguelojeda.es/auxdisplay.htm
1061 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1063 F: drivers/auxdisplay/
1064 F: include/linux/cfag12864b.h
1067 P: Haavard Skinnemoen
1068 M: hskinnemoen@atmel.com
1069 W: http://www.atmel.com/products/AVR32/
1070 W: http://avr32linux.org/
1071 W: http://avrfreaks.net/
1075 AVR32/AT32AP MACHINE SUPPORT
1076 P: Haavard Skinnemoen
1077 M: hskinnemoen@atmel.com
1079 F: arch/avr32/mach-at32ap/
1083 M: ralf@linux-mips.org
1084 L: linux-hams@vger.kernel.org
1085 W: http://www.linux-ax25.org/
1087 F: include/linux/ax25.h
1088 F: include/net/ax25.h
1095 M: stefano.brivio@polimi.it
1096 L: linux-wireless@vger.kernel.org
1097 W: http://linuxwireless.org/en/users/Drivers/b43
1099 F: drivers/net/wireless/b43/
1101 B43LEGACY WIRELESS DRIVER
1103 M: Larry.Finger@lwfinger.net
1105 M: stefano.brivio@polimi.it
1106 L: linux-wireless@vger.kernel.org
1107 W: http://linuxwireless.org/en/users/Drivers/b43
1109 F: drivers/net/wireless/b43legacy/
1111 BACKLIGHT CLASS/SUBSYSTEM
1113 M: rpurdie@rpsys.net
1115 F: drivers/video/backlight/
1116 F: include/linux/backlight.h
1118 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1120 M: t.sailer@alumni.ethz.ch
1121 L: linux-hams@vger.kernel.org
1122 W: http://www.baycom.org/~tom/ham/ham.html
1124 F: drivers/net/hamradio/baycom*
1127 P: Sergey S. Kostyliov
1128 M: rathamahata@php4.ru
1129 L: linux-kernel@vger.kernel.org
1131 F: Documentation/filesystems/befs.txt
1135 P: Tigran A. Aivazian
1136 M: tigran@aivazian.fsnet.co.uk
1137 L: linux-kernel@vger.kernel.org
1139 F: Documentation/filesystems/bfs.txt
1141 F: include/linux/bfs_fs.h
1143 BLACKFIN ARCHITECTURE
1145 M: vapier@gentoo.org
1146 L: uclinux-dist-devel@blackfin.uclinux.org
1147 W: http://blackfin.uclinux.org
1151 BLACKFIN EMAC DRIVER
1152 P: Michael Hennerich
1153 M: michael.hennerich@analog.com
1154 L: uclinux-dist-devel@blackfin.uclinux.org
1155 W: http://blackfin.uclinux.org
1157 F: drivers/net/bfin_mac.*
1161 M: vapier.adi@gmail.com
1162 L: uclinux-dist-devel@blackfin.uclinux.org
1163 W: http://blackfin.uclinux.org
1165 F: drivers/rtc/rtc-bfin.c
1167 BLACKFIN SERIAL DRIVER
1169 M: sonic.zhang@analog.com
1170 L: uclinux-dist-devel@blackfin.uclinux.org
1171 W: http://blackfin.uclinux.org
1173 F: drivers/serial/bfin_5xx.c
1175 BLACKFIN WATCHDOG DRIVER
1177 M: vapier.adi@gmail.com
1178 L: uclinux-dist-devel@blackfin.uclinux.org
1179 W: http://blackfin.uclinux.org
1181 F: drivers/watchdog/bfin_wdt.c
1183 BLACKFIN I2C TWI DRIVER
1185 M: sonic.zhang@analog.com
1186 L: uclinux-dist-devel@blackfin.uclinux.org
1187 W: http://blackfin.uclinux.org/
1189 F: drivers/i2c/busses/i2c-bfin-twi.c
1194 L: linux-kernel@vger.kernel.org
1195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1201 M: joern@lazybastard.org
1202 L: linux-mtd@lists.infradead.org
1204 F: drivers/mtd/devices/block2mtd.c
1208 M: marcel@holtmann.org
1209 L: linux-bluetooth@vger.kernel.org
1210 W: http://www.bluez.org/
1212 F: drivers/bluetooth/
1216 M: marcel@holtmann.org
1217 L: linux-bluetooth@vger.kernel.org
1218 W: http://www.bluez.org/
1219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1222 F: include/net/bluetooth/
1227 L: bonding-devel@lists.sourceforge.net
1228 W: http://sourceforge.net/projects/bonding/
1230 F: drivers/net/bonding/
1231 F: include/linux/if_bonding.h
1233 BROADCOM B44 10/100 ETHERNET DRIVER
1235 M: zambrano@broadcom.com
1236 L: netdev@vger.kernel.org
1238 F: drivers/net/b44.*
1240 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1242 M: mchan@broadcom.com
1243 L: netdev@vger.kernel.org
1245 F: drivers/net/bnx2.*
1246 F: drivers/net/bnx2_*
1248 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1250 M: eilong@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/bnx2x*
1255 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1257 M: mcarlson@broadcom.com
1259 M: mchan@broadcom.com
1260 L: netdev@vger.kernel.org
1262 F: drivers/net/tg3.*
1264 BSG (block layer generic sg v4 driver)
1266 M: fujita.tomonori@lab.ntt.co.jp
1267 L: linux-scsi@vger.kernel.org
1270 F: include/linux/bsg.h
1275 W: http://bu3sch.de/btgpio.php
1277 F: drivers/gpio/bt8xxgpio.c
1281 M: chris.mason@oracle.com
1282 L: linux-btrfs@vger.kernel.org
1283 W: http://btrfs.wiki.kernel.org/
1284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1286 F: Documentation/filesystems/btrfs.txt
1289 BTTV VIDEO4LINUX DRIVER
1290 P: Mauro Carvalho Chehab
1291 M: mchehab@infradead.org
1292 L: linux-media@vger.kernel.org
1293 W: http://linuxtv.org
1294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1296 F: Documentation/video4linux/bttv/
1297 F: drivers/media/video/bt8xx/bttv*
1299 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1301 M: dhowells@redhat.com
1302 L: linux-cachefs@redhat.com
1304 F: Documentation/filesystems/caching/cachefiles.txt
1307 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1310 L: linux-media@vger.kernel.org
1311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1313 F: Documentation/video4linux/cafe_ccic
1314 F: drivers/media/video/cafe_ccic*
1316 CALGARY x86-64 IOMMU
1321 L: linux-kernel@vger.kernel.org
1322 L: discuss@x86-64.org
1324 F: arch/x86/kernel/pci-calgary_64.c
1325 F: arch/x86/kernel/tce_64.c
1326 F: arch/x86/include/asm/calgary.h
1327 F: arch/x86/include/asm/tce.h
1331 M: urs.thuermann@volkswagen.de
1333 M: oliver.hartkopp@volkswagen.de
1334 L: socketcan-core@lists.berlios.de (subscribers-only)
1335 W: http://developer.berlios.de/projects/socketcan/
1338 F: include/linux/can/
1339 F: include/linux/can.h
1341 CELL BROADBAND ENGINE ARCHITECTURE
1344 L: linuxppc-dev@ozlabs.org
1345 L: cbe-oss-dev@ozlabs.org
1346 W: http://www.ibm.com/developerworks/power/cell/
1348 F: arch/powerpc/include/asm/cell*.h
1349 F: arch/powerpc/include/asm/spu*.h
1350 F: arch/powerpc/oprofile/*cell*
1351 F: arch/powerpc/platforms/cell/
1353 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1355 M: david.vrabel@csr.com
1356 L: linux-usb@vger.kernel.org
1358 F: Documentation/usb/WUSB-Design-overview.txt
1359 F: Documentation/usb/wusb-cbaf
1360 F: drivers/usb/wusbcore/
1361 F: include/linux/usb/wusb*
1363 CFAG12864B LCD DRIVER
1364 P: Miguel Ojeda Sandonis
1365 M: miguel.ojeda.sandonis@gmail.com
1366 L: linux-kernel@vger.kernel.org
1367 W: http://miguelojeda.es/auxdisplay.htm
1368 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1370 F: drivers/auxdisplay/cfag12864b.c
1371 F: include/linux/cfag12864b.h
1373 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1374 P: Miguel Ojeda Sandonis
1375 M: miguel.ojeda.sandonis@gmail.com
1376 L: linux-kernel@vger.kernel.org
1377 W: http://miguelojeda.es/auxdisplay.htm
1378 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1380 F: drivers/auxdisplay/cfag12864bfb.c
1381 F: include/linux/cfag12864b.h
1383 CFG80211 and NL80211
1385 M: johannes@sipsolutions.net
1386 L: linux-wireless@vger.kernel.org
1388 F: include/linux/nl80211.h
1389 F: include/net/cfg80211.h
1391 X: net/wireless/wext*
1395 M: apw@canonical.com
1396 L: linux-kernel@vger.kernel.org
1398 F: scripts/checkpatch.pl
1400 CISCO 10G ETHERNET DRIVER
1402 M: scofeldm@cisco.com
1404 M: jeykholt@cisco.com
1406 F: drivers/net/enic/
1408 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1409 P: Lennert Buytenhek
1410 M: kernel@wantstofly.org
1411 L: netdev@vger.kernel.org
1413 F: drivers/net/arm/ep93xx_eth.c
1415 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1416 P: Lennert Buytenhek
1417 M: kernel@wantstofly.org
1418 L: linux-usb@vger.kernel.org
1420 F: drivers/usb/host/ohci-ep93xx.c
1422 CIRRUS LOGIC CS4270 SOUND DRIVER
1424 M: timur@freescale.com
1425 L: alsa-devel@alsa-project.org
1427 F: sound/soc/codecs/cs4270*
1429 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1430 P: Cirrus Logic Corporation (kernel 2.2 driver)
1431 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1432 P: Nils Faerber (port to kernel 2.4)
1433 M: Nils Faerber <nils@kernelconcepts.de>
1435 F: Documentation/input/cs461x.txt
1436 F: sound/pci/cs46xx/
1440 M: linux@arm.linux.org.uk
1441 F: include/linux/clk.h
1443 CISCO FCOE HBA DRIVER
1444 P: Abhijeet Joglekar
1445 M: abjoglek@cisco.com
1447 M: jeykholt@cisco.com
1448 L: linux-scsi@vger.kernel.org
1453 M: jaharkes@cs.cmu.edu
1455 L: codalist@coda.cs.cmu.edu
1456 W: http://www.coda.cs.cmu.edu/
1458 F: Documentation/filesystems/coda.txt
1460 F: include/linux/coda*.h
1462 COMMON INTERNET FILE SYSTEM (CIFS)
1464 M: sfrench@samba.org
1465 L: linux-cifs-client@lists.samba.org
1466 L: samba-technical@lists.samba.org
1467 W: http://linux-cifs.samba.org/
1468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1470 F: Documentation/filesystems/cifs.txt
1473 COMPACTPCI HOTPLUG CORE
1475 M: scottm@somanetworks.com
1476 M: scott@spiteful.org
1477 L: linux-pci@vger.kernel.org
1479 F: drivers/pci/hotplug/cpci_hotplug*
1481 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1483 M: scottm@somanetworks.com
1484 M: scott@spiteful.org
1485 L: linux-pci@vger.kernel.org
1487 F: drivers/pci/hotplug/cpcihp_zt5550.*
1489 COMPACTPCI HOTPLUG GENERIC DRIVER
1491 M: scottm@somanetworks.com
1492 M: scott@spiteful.org
1493 L: linux-pci@vger.kernel.org
1495 F: drivers/pci/hotplug/cpcihp_generic.c
1497 COMPAL LAPTOP SUPPORT
1498 P: Cezary Jackiewicz
1499 M: cezary.jackiewicz@gmail.com
1501 F: drivers/platform/x86/compal-laptop.c
1503 COMPUTONE INTELLIPORT MULTIPORT CARD
1504 P: Michael H. Warfield
1506 W: http://www.wittsend.com/computone.html
1508 F: Documentation/serial/computone.txt
1509 F: drivers/char/ip2/
1511 CONEXANT ACCESSRUNNER USB DRIVER
1513 M: cxacru@fire.lp0.eu
1514 L: accessrunner-general@lists.sourceforge.net
1515 W: http://accessrunner.sourceforge.net/
1517 F: drivers/usb/atm/cxacru.c
1521 M: joel.becker@oracle.com
1522 L: linux-kernel@vger.kernel.org
1525 F: include/linux/configfs.h
1527 CONTROL GROUPS (CGROUPS)
1529 M: menage@google.com
1531 M: lizf@cn.fujitsu.com
1532 L: containers@lists.linux-foundation.org
1534 F: include/linux/cgroup*
1537 CORETEMP HARDWARE MONITORING DRIVER
1539 M: r.marek@assembler.cz
1540 L: lm-sensors@lm-sensors.org
1542 F: Documentation/hwmon/coretemp
1543 F: drivers/hwmon/coretemp.c
1545 COSA/SRP SYNC SERIAL DRIVER
1546 P: Jan "Yenya" Kasprzak
1548 W: http://www.fi.muni.cz/~kas/cosa/
1550 F: drivers/net/wan/cosa*
1552 CPMAC ETHERNET DRIVER
1554 M: florian@openwrt.org
1555 L: netdev@vger.kernel.org
1557 F: drivers/net/cpmac.c
1559 CPU FREQUENCY DRIVERS
1562 L: cpufreq@vger.kernel.org
1563 W: http://www.codemonkey.org.uk/projects/cpufreq/
1564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1566 F: arch/x86/kernel/cpu/cpufreq/
1568 F: include/linux/cpufreq.h
1574 F: arch/x86/kernel/cpuid.c
1575 F: arch/x86/kernel/msr.c
1579 M: menage@google.com
1580 L: linux-kernel@vger.kernel.org
1581 W: http://www.bullopensource.org/cpuset/
1582 W: http://oss.sgi.com/projects/cpusets/
1584 F: Documentation/cgroups/cpusets.txt
1585 F: include/linux/cpuset.h
1589 W: http://sourceforge.net/projects/cramfs/
1591 F: Documentation/filesystems/cramfs.txt
1598 M: jesper.nilsson@axis.com
1599 L: dev-etrax@axis.com
1600 W: http://developer.axis.com
1606 M: herbert@gondor.apana.org.au
1608 M: davem@davemloft.net
1609 L: linux-crypto@vger.kernel.org
1610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1612 F: Documentation/crypto/
1618 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1620 M: nhorman@tuxdriver.com
1621 L: linux-crypto@vger.kernel.org
1624 CS5535 Audio ALSA driver
1626 M: jayakumar.alsa@gmail.com
1628 F: sound/pci/cs5535audio/
1630 CX18 VIDEO4LINUX DRIVER
1632 M: hverkuil@xs4all.nl
1635 L: ivtv-devel@ivtvdriver.org
1636 L: ivtv-users@ivtvdriver.org
1637 L: linux-media@vger.kernel.org
1638 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1639 W: http://linuxtv.org
1641 F: Documentation/video4linux/cx18.txt
1642 F: drivers/media/video/cx18/
1644 CXGB3 ETHERNET DRIVER (CXGB3)
1647 L: netdev@vger.kernel.org
1648 W: http://www.chelsio.com
1650 F: drivers/net/cxgb3/
1652 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1654 M: swise@chelsio.com
1655 L: general@lists.openfabrics.org
1656 W: http://www.openfabrics.org
1658 F: drivers/infiniband/hw/cxgb3/
1662 M: linux@arm.linux.org.uk
1663 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1664 W: http://www.arm.linux.org.uk/
1666 F: drivers/video/cyber2000fb.*
1668 CYCLADES 2X SYNC CARD DRIVER
1669 P: Arnaldo Carvalho de Melo
1670 M: acme@ghostprotocols.net
1671 W: http://oops.ghostprotocols.net:81/blog
1673 F: drivers/net/wan/cycx*
1675 CYCLADES ASYNC MUX DRIVER
1676 W: http://www.cyclades.com/
1678 F: drivers/char/cyclades.c
1679 F: include/linux/cyclades.h
1681 CYCLADES PC300 DRIVER
1682 W: http://www.cyclades.com/
1684 F: drivers/net/wan/pc300*
1686 DAMA SLAVE for AX.25
1689 W: http://yaina.de/jreuter/
1690 W: http://www.qsl.net/dl1bke/
1691 L: linux-hams@vger.kernel.org
1693 F: net/ax25/af_ax25.c
1694 F: net/ax25/ax25_dev.c
1695 F: net/ax25/ax25_ds_*
1696 F: net/ax25/ax25_in.c
1697 F: net/ax25/ax25_out.c
1698 F: net/ax25/ax25_timer.c
1699 F: net/ax25/sysctl_net_ax25.c
1701 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1703 M: tori@unhappy.mine.nu
1704 L: netdev@vger.kernel.org
1706 F: Documentation/networking/dmfe.txt
1707 F: drivers/net/tulip/dmfe.c
1709 DC390/AM53C974 SCSI driver
1712 W: http://www.garloff.de/kurt/linux/dc390/
1713 P: Guennadi Liakhovetski
1714 M: g.liakhovetski@gmx.de
1716 F: drivers/scsi/tmscsim.*
1720 M: oliver@neukum.name
1724 M: lenehan@twibble.org
1725 W: http://twibble.org/dist/dc395x/
1726 L: dc395x@twibble.org
1727 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1729 F: Documentation/scsi/dc395x.txt
1730 F: drivers/scsi/dc395x.*
1733 P: Arnaldo Carvalho de Melo
1734 M: acme@ghostprotocols.net
1735 L: dccp@vger.kernel.org
1736 W: http://linux-net.osdl.org/index.php/DCCP
1738 F: include/linux/dccp.h
1739 F: include/linux/tfrc.h
1742 DECnet NETWORK LAYER
1743 P: Christine Caulfield
1744 M: christine.caulfield@googlemail.com
1745 W: http://linux-decnet.sourceforge.net
1746 L: linux-decnet-user@lists.sourceforge.net
1748 F: Documentation/networking/decnet.txt
1751 DEFXX FDDI NETWORK DRIVER
1752 P: Maciej W. Rozycki
1753 M: macro@linux-mips.org
1755 F: drivers/net/defxx.*
1759 M: mjg59@srcf.ucam.org
1761 F: drivers/platform/x86/dell-laptop.c
1763 DELL LAPTOP SMM DRIVER
1764 P: Massimo Dal Zotto
1766 W: http://www.debian.org/~dz/i8k/
1768 F: drivers/char/i8k.c
1769 F: include/linux/i8k.h
1771 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1773 M: Douglas_Warzecha@dell.com
1775 F: Documentation/dcdbas.txt
1776 F: drivers/firmware/dcdbas.*
1778 DELL WMI EXTRAS DRIVER
1780 M: mjg59@srcf.ucam.org
1783 DEVICE NUMBER REGISTRY
1785 M: device@lanana.org
1786 W: http://lanana.org/docs/device-list/index.html
1787 L: linux-kernel@vger.kernel.org
1792 L: dm-devel@redhat.com
1793 W: http://sources.redhat.com/dm
1795 F: Documentation/device-mapper/
1797 F: include/linux/device-mapper.h
1798 F: include/linux/dm-*.h
1800 DIGI INTL. EPCA DRIVER
1801 P: Digi International, Inc
1802 M: Eng.Linux@digi.com
1803 L: Eng.Linux@digi.com
1804 W: http://www.digi.com
1806 F: Documentation/serial/digiepca.txt
1807 F: drivers/char/epca*
1808 F: drivers/char/digi*
1810 DIRECTORY NOTIFICATION (DNOTIFY)
1812 M: sfr@canb.auug.org.au
1813 L: linux-kernel@vger.kernel.org
1815 F: Documentation/filesystems/dnotify.txt
1816 F: fs/notify/dnotify/
1817 F: include/linux/dnotify.h
1819 DISK GEOMETRY AND PARTITION HANDLING
1822 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1823 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1824 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1830 L: linux-kernel@vger.kernel.org
1832 F: Documentation/filesystems/quota.txt
1834 F: include/linux/quota*.h
1836 DISTRIBUTED LOCK MANAGER (DLM)
1837 P: Christine Caulfield
1838 M: ccaulfie@redhat.com
1840 M: teigland@redhat.com
1841 L: cluster-devel@redhat.com
1842 W: http://sources.redhat.com/cluster/
1843 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1847 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1849 M: maciej.sosnowski@intel.com
1851 M: dan.j.williams@intel.com
1852 L: linux-kernel@vger.kernel.org
1855 F: include/linux/dma*
1857 DME1737 HARDWARE MONITOR DRIVER
1860 L: lm-sensors@lm-sensors.org
1862 F: Documentation/hwmon/dme1737
1863 F: drivers/hwmon/dme1737.c
1865 DOCBOOK FOR DOCUMENTATION
1867 M: rdunlap@xenotime.net
1870 DOCKING STATION DRIVER
1872 M: shaohua.li@intel.com
1873 L: linux-acpi@vger.kernel.org
1875 F: drivers/acpi/dock.c
1879 M: rdunlap@xenotime.net
1880 L: linux-doc@vger.kernel.org
1885 P: James R. Van Zandt
1886 M: jrv@vanzandt.mv.com
1887 L: blinux-list@redhat.com
1889 F: drivers/char/dtlk.c
1890 F: include/linux/dtlk.h
1892 DPT_I2O SCSI RAID DRIVER
1893 P: Adaptec OEM Raid Solutions
1894 M: aacraid@adaptec.com
1895 L: linux-scsi@vger.kernel.org
1896 W: http://www.adaptec.com/
1898 F: drivers/scsi/dpt*
1899 F: drivers/scsi/dpt/
1901 DRIVER CORE, KOBJECTS, AND SYSFS
1902 P: Greg Kroah-Hartman
1904 L: linux-kernel@vger.kernel.org
1905 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1907 F: Documentation/kobject.txt
1910 F: include/linux/kobj*
1916 L: dri-devel@lists.sourceforge.net
1917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1923 M: romieu@fr.zoreil.com
1924 L: netdev@vger.kernel.org
1926 F: drivers/net/wan/dscc4.c
1928 DZ DECSTATION DZ11 SERIAL DRIVER
1929 P: Maciej W. Rozycki
1930 M: macro@linux-mips.org
1932 F: drivers/serial/dz.*
1934 EATA-DMA SCSI DRIVER
1936 M: mike@i-Connect.Net
1937 L: linux-eata@i-connect.net
1938 L: linux-scsi@vger.kernel.org
1940 F: drivers/scsi/eata*
1942 EATA ISA/EISA/PCI SCSI DRIVER
1944 M: ballabio_dario@emc.com
1945 L: linux-scsi@vger.kernel.org
1947 F: drivers/scsi/eata.c
1949 EATA-PIO SCSI DRIVER
1951 M: mike@i-Connect.Net
1952 L: linux-eata@i-connect.net
1953 L: linux-scsi@vger.kernel.org
1955 F: drivers/scsi/eata_pio.*
1959 M: bart.de.schuymer@pandora.be
1960 L: ebtables-user@lists.sourceforge.net
1961 L: ebtables-devel@lists.sourceforge.net
1962 W: http://ebtables.sourceforge.net/
1964 F: include/linux/netfilter_bridge/ebt_*.h
1965 F: net/bridge/netfilter/ebt*.c
1969 M: tyhicks@linux.vnet.ibm.com
1971 P: kirkland@canonical.com
1972 L: ecryptfs-devel@lists.launchpad.net
1973 W: https://launchpad.net/ecryptfs
1975 F: Documentation/filesystems/ecryptfs.txt
1980 M: dougthompson@xmission.com
1981 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W: bluesmoke.sourceforge.net
1984 F: Documentation/edac.txt
1985 F: drivers/edac/edac_*
1986 F: include/linux/edac.h
1990 M: mark.gross@intel.com
1992 M: dougthompson@xmission.com
1993 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W: bluesmoke.sourceforge.net
1996 F: drivers/edac/e752x_edac.c
2000 M: dougthompson@xmission.com
2001 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2002 W: bluesmoke.sourceforge.net
2004 F: drivers/edac/e7xxx_edac.c
2008 M: tim@buttersideup.com
2009 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W: bluesmoke.sourceforge.net
2012 F: drivers/edac/i82443bxgx_edac.c
2016 M: juhlenko@akamai.com
2017 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 W: bluesmoke.sourceforge.net
2020 F: drivers/edac/i3000_edac.c
2024 M: dougthompson@xmission.com
2025 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2026 W: bluesmoke.sourceforge.net
2028 F: drivers/edac/i5000_edac.c
2031 P: Mauro Carvalho Chehab
2032 M: mchehab@redhat.com
2033 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W: bluesmoke.sourceforge.net
2036 F: drivers/edac/i5400_edac.c
2039 P: Ranganathan Desikan
2041 M: rdesikan@jetzbroadband.com
2042 M: arvind@acarlab.com
2043 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2044 W: bluesmoke.sourceforge.net
2046 F: drivers/edac/i82975x_edac.c
2051 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2052 W: bluesmoke.sourceforge.net
2054 F: drivers/edac/pasemi_edac.c
2058 M: tim@buttersideup.com
2059 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2060 W: bluesmoke.sourceforge.net
2062 F: drivers/edac/r82600_edac.c
2064 EEEPC LAPTOP EXTRAS DRIVER
2066 M: corentincj@iksaif.net
2067 L: acpi4asus-user@lists.sourceforge.net
2068 W: http://sourceforge.net/projects/acpi4asus
2070 F: drivers/platform/x86/eeepc-laptop.c
2073 W: http://aeschi.ch.eu.org/efs/
2077 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2079 M: hnguyen@de.ibm.com
2081 M: raisch@de.ibm.com
2082 L: general@lists.openfabrics.org
2084 F: drivers/infiniband/hw/ehca/
2088 M: paul.gortmaker@windriver.com
2092 M: dwmw2@infradead.org
2093 L: linux-embedded@vger.kernel.org
2096 EMULEX LPFC FC SCSI DRIVER
2098 M: james.smart@emulex.com
2099 L: linux-scsi@vger.kernel.org
2100 W: http://sourceforge.net/projects/lpfcxxxx
2102 F: drivers/scsi/lpfc/
2104 EPSON 1355 FRAMEBUFFER DRIVER
2105 P: Christopher Hoover
2106 M: ch@murgatroid.com
2107 P: Christopher Hoover
2110 F: drivers/video/epson1355fb.c
2112 EPSON S1D13XXX FRAMEBUFFER DRIVER
2113 P: Kristoffer Ericson
2114 M: kristoffer.ericson@gmail.com
2116 F: drivers/video/s1d13xxxfb.c
2117 F: include/video/s1d13xxxfb.h
2119 ETHEREXPRESS-16 NETWORK DRIVER
2122 L: netdev@vger.kernel.org
2124 F: drivers/net/eexpress.*
2127 P: Stephen Hemminger
2128 M: shemminger@linux-foundation.org
2129 L: bridge@lists.linux-foundation.org
2130 W: http://www.linux-foundation.org/en/Net:Bridge
2132 F: include/linux/netfilter_bridge/
2135 ETHERTEAM 16I DRIVER
2139 F: drivers/net/eth16i.c
2142 L: linux-ext4@vger.kernel.org
2144 F: Documentation/filesystems/ext2.txt
2146 F: include/linux/ext2*
2152 M: akpm@linux-foundation.org
2155 L: linux-ext4@vger.kernel.org
2157 F: Documentation/filesystems/ext3.txt
2159 F: include/linux/ext3*
2166 L: linux-ext4@vger.kernel.org
2167 W: http://ext4.wiki.kernel.org
2169 F: Documentation/filesystems/ext4.txt
2172 F71805F HARDWARE MONITORING DRIVER
2174 M: khali@linux-fr.org
2175 L: lm-sensors@lm-sensors.org
2177 F: Documentation/hwmon/f71805f
2178 F: drivers/hwmon/f71805f.c
2180 FARSYNC SYNCHRONOUS DRIVER
2182 M: kevin.curtis@farsite.co.uk
2183 W: http://www.farsite.co.uk/
2185 F: drivers/net/wan/farsync.*
2187 FAULT INJECTION SUPPORT
2189 M: akinobu.mita@gmail.com
2191 F: Documentation/fault-injection/
2192 F: lib/fault-inject.c
2194 FILE LOCKING (flock() and fcntl()/lockf())
2197 L: linux-fsdevel@vger.kernel.org
2199 F: include/linux/fcntl.h
2200 F: include/linux/fs.h
2204 FILESYSTEMS (VFS and infrastructure)
2206 M: viro@zeniv.linux.org.uk
2207 L: linux-fsdevel@vger.kernel.org
2211 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2213 M: riku.vipio@iki.fi
2214 L: lm-sensors@lm-sensors.org
2216 F: drivers/hwmon/f75375s.c
2217 F: include/linux/f75375s.h
2220 P: Kristian Hoegsberg
2223 M: stefanr@s5r6.in-berlin.de
2224 L: linux1394-devel@lists.sourceforge.net
2225 W: http://www.linux1394.org/
2226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2228 F: drivers/firewire/
2229 F: include/linux/firewire*.h
2231 FIRMWARE LOADER (request_firmware)
2232 L: linux-kernel@vger.kernel.org
2234 F: Documentation/firmware_class/
2235 F: drivers/base/firmware*.c
2236 F: include/linux/firmware.h
2240 M: billm@melbpc.org.au
2241 W: http://floatingpoint.sourceforge.net/emulator/index.html
2243 F: arch/x86/math-emu/
2245 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2247 M: mike.mclagan@linux.org
2248 L: netdev@vger.kernel.org
2250 F: drivers/net/wan/dlci.c
2251 F: drivers/net/wan/sdla.c
2255 M: adaplas@gmail.com
2256 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2257 W: http://linux-fbdev.sourceforge.net/
2259 F: Documentation/fb/
2260 F: drivers/video/fb*
2261 F: include/linux/fb.h
2263 FREESCALE DMA DRIVER
2265 M: leoli@freescale.com
2268 L: linuxppc-dev@ozlabs.org
2269 L: linux-kernel@vger.kernel.org
2271 F: drivers/dma/fsldma.*
2273 FREESCALE I2C CPM DRIVER
2276 L: linuxppc-dev@ozlabs.org
2277 L: linux-i2c@vger.kernel.org
2279 F: drivers/i2c/busses/i2c-cpm.c
2281 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2283 M: kernel@pengutronix.de
2284 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2285 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2287 F: arch/arm/plat-mxc/include/mach/imxfb.h
2288 F: drivers/video/imxfb.c
2290 FREESCALE SOC FS_ENET DRIVER
2291 P: Pantelis Antoniou
2292 M: pantelis.antoniou@gmail.com
2294 M: vbordug@ru.mvista.com
2295 L: linuxppc-dev@ozlabs.org
2296 L: netdev@vger.kernel.org
2298 F: drivers/net/fs_enet/
2299 F: include/linux/fs_enet_pd.h
2301 FREESCALE QUICC ENGINE LIBRARY
2303 M: timur@freescale.com
2304 L: linuxppc-dev@ozlabs.org
2306 F: arch/powerpc/sysdev/qe_lib/
2307 F: arch/powerpc/include/asm/*qe.h
2309 FREESCALE HIGHSPEED USB DEVICE DRIVER
2311 M: leoli@freescale.com
2312 L: linux-usb@vger.kernel.org
2313 L: linuxppc-dev@ozlabs.org
2315 F: drivers/usb/gadget/fsl_usb2_udc.c
2317 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2319 M: leoli@freescale.com
2320 L: netdev@vger.kernel.org
2321 L: linuxppc-dev@ozlabs.org
2323 F: drivers/net/ucc_geth*
2325 FREESCALE QUICC ENGINE UCC UART DRIVER
2327 M: timur@freescale.com
2328 L: linuxppc-dev@ozlabs.org
2330 F: drivers/serial/ucc_uart.c
2332 FREESCALE SOC SOUND DRIVERS
2334 M: timur@freescale.com
2335 L: alsa-devel@alsa-project.org
2336 L: linuxppc-dev@ozlabs.org
2338 F: sound/soc/fsl/fsl*
2339 F: sound/soc/fsl/mpc8610_hpcd.c
2342 P: Christoph Hellwig
2343 M: hch@infradead.org
2344 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2351 P: Rafael J. Wysocki
2353 L: linux-pm@lists.linux-foundation.org
2355 F: Documentation/power/freezing-of-tasks.txt
2356 F: include/linux/freezer.h
2359 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2361 M: dhowells@redhat.com
2362 L: linux-cachefs@redhat.com
2364 F: Documentation/filesystems/caching/
2366 F: include/linux/fscache*.h
2370 M: rostedt@goodmis.org
2372 F: Documentation/ftrace.txt
2373 F: arch/*/*/*/ftrace.h
2374 F: arch/*/kernel/ftrace.c
2375 F: include/*/ftrace.h
2378 FUJITSU FR-V (FRV) PORT
2380 M: dhowells@redhat.com
2384 FUJITSU LAPTOP EXTRAS
2386 M: jwoithe@physics.adelaide.edu.au
2387 L: linux-acpi@vger.kernel.org
2389 F: drivers/platform/x86/fujitsu-laptop.c
2391 FUSE: FILESYSTEM IN USERSPACE
2393 M: miklos@szeredi.hu
2394 L: fuse-devel@lists.sourceforge.net
2395 W: http://fuse.sourceforge.net/
2398 F: include/linux/fuse.h
2400 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2403 L: linux-scsi@vger.kernel.org
2404 S: Odd Fixes (e.g., new signatures)
2405 F: drivers/scsi/fdomain.*
2407 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2409 M: achim_leubner@adaptec.com
2410 L: linux-scsi@vger.kernel.org
2411 W: http://www.icp-vortex.com/
2413 F: drivers/scsi/gdt*
2415 GENERIC GPIO I2C DRIVER
2416 P: Haavard Skinnemoen
2417 M: hskinnemoen@atmel.com
2419 F: drivers/i2c/busses/i2c-gpio.c
2420 F: include/linux/i2c-gpio.h
2422 GENERIC HDLC (WAN) DRIVERS
2425 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2427 F: drivers/net/wan/c101.c
2428 F: drivers/net/wan/hd6457*
2429 F: drivers/net/wan/hdlc*
2430 F: drivers/net/wan/n2.c
2431 F: drivers/net/wan/pc300too.c
2432 F: drivers/net/wan/pci200syn.c
2433 F: drivers/net/wan/wanxl*
2436 P: Steven Whitehouse
2437 M: swhiteho@redhat.com
2438 L: cluster-devel@redhat.com
2439 W: http://sources.redhat.com/cluster/
2440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2441 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2443 F: Documentation/filesystems/gfs2*.txt
2445 F: include/linux/gfs2_ondisk.h
2447 GIGASET ISDN DRIVERS
2452 L: gigaset307x-common@lists.sourceforge.net
2453 W: http://gigaset307x.sourceforge.net/
2455 F: Documentation/isdn/README.gigaset
2456 F: drivers/isdn/gigaset/
2457 F: include/linux/gigaset_dev.h
2459 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2461 M: frank@f-seidel.de
2462 L: lm-sensors@lm-sensors.org
2463 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2465 F: drivers/hwmon/hdaps.c
2467 HYPERVISOR VIRTUAL CONSOLE DRIVER
2468 L: linuxppc-dev@ozlabs.org
2469 L: linux-kernel@vger.kernel.org
2471 F: drivers/char/hvc_*
2473 GSPCA FINEPIX SUBDRIVER
2476 L: linux-media@vger.kernel.org
2477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2479 F: drivers/media/video/gspca/finepix.c
2481 GSPCA M5602 SUBDRIVER
2483 M: erik.andren@gmail.com
2484 L: linux-media@vger.kernel.org
2485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2487 F: drivers/media/video/gspca/m5602/
2489 GSPCA PAC207 SONIXB SUBDRIVER
2491 M: hdegoede@redhat.com
2492 L: linux-media@vger.kernel.org
2493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2495 F: drivers/media/video/gspca/pac207.c
2497 GSPCA T613 SUBDRIVER
2498 P: Leandro Costantino
2499 M: lcostantino@gmail.com
2500 L: linux-media@vger.kernel.org
2501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2503 F: drivers/media/video/gspca/t613.c
2505 GSPCA USB WEBCAM DRIVER
2506 P: Jean-Francois Moine
2508 W: http://moinejf.free.fr
2509 L: linux-media@vger.kernel.org
2510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2512 F: drivers/media/video/gspca/
2515 L: lm-sensors@lm-sensors.org
2516 W: http://www.lm-sensors.org/
2520 HARDWARE RANDOM NUMBER GENERATOR CORE
2522 F: Documentation/hw_random.txt
2523 F: drivers/char/hw_random/
2524 F: include/linux/hw_random.h
2526 HARMONY SOUND DRIVER
2529 L: linux-parisc@vger.kernel.org
2531 F: sound/parisc/harmony.*
2533 HAYES ESP SERIAL DRIVER
2534 P: Andrew J. Robinson
2536 L: linux-kernel@vger.kernel.org
2537 W: http://www.nyx.net/~arobinso
2539 F: Documentation/serial/hayes-esp.txt
2540 F: drivers/char/esp.c
2542 HEWLETT-PACKARD SMART2 RAID DRIVER
2544 M: chirag.kantharia@hp.com
2545 L: iss_storagedev@hp.com
2547 F: Documentation/blockdev/cpqarray.txt
2548 F: drivers/block/cpqarray.*
2550 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2552 M: mike.miller@hp.com
2553 L: iss_storagedev@hp.com
2555 F: Documentation/blockdev/cciss.txt
2556 F: drivers/block/cciss*
2557 F: include/linux/cciss_ioctl.h
2561 M: zippel@linux-m68k.org
2562 L: linux-kernel@vger.kernel.org
2564 F: Documentation/filesystems/hfs.txt
2567 HGA FRAMEBUFFER DRIVER
2569 M: fero@drama.obuda.kando.hu
2570 L: linux-nvidia@lists.surfsouth.com
2571 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2573 F: drivers/video/hgafb.c
2575 HIBERNATION (aka Software Suspend, aka swsusp)
2578 P: Rafael J. Wysocki
2580 L: linux-pm@lists.linux-foundation.org
2583 F: drivers/base/power/
2585 F: include/linux/suspend.h
2586 F: include/linux/freezer.h
2587 F: include/linux/pm.h
2588 F: arch/*/include/asm/suspend*.h
2593 L: linux-input@vger.kernel.org
2594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2597 F: include/linux/hid*
2599 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2601 M: tglx@linutronix.de
2602 L: linux-kernel@vger.kernel.org
2604 F: Documentation/timers/
2606 F: include/linux/hrtimer.h
2608 HIGH-SPEED SCC DRIVER FOR AX.25
2610 M: klaus.kudielka@ieee.org
2611 L: linux-hams@vger.kernel.org
2612 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2614 F: drivers/net/hamradio/dmascc.c
2615 F: drivers/net/hamradio/scc.c
2617 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2618 P: HighPoint Linux Team
2619 M: linux@highpoint-tech.com
2620 W: http://www.highpoint-tech.com
2622 F: Documentation/scsi/hptiop.txt
2623 F: drivers/scsi/hptiop.c
2627 M: jes@trained-monkey.org
2628 L: linux-hippi@sunsite.dk
2630 F: include/linux/hippidevice.h
2631 F: include/linux/if_hippi.h
2637 L: hostap@shmoo.com (subscribers-only)
2638 L: linux-wireless@vger.kernel.org
2639 W: http://hostap.epitest.fi/
2641 F: drivers/net/wireless/hostap/
2643 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2645 M: carlos@strangeworlds.co.uk
2647 F: drivers/platform/x86/tc1100-wmi.c
2649 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2653 F: drivers/net/hp100.*
2655 HPET: High Precision Event Timers driver
2657 M: clemens@ladisch.de
2659 F: Documentation/timers/hpet.txt
2660 F: drivers/char/hpet.c
2661 F: include/linux/hpet.h
2664 P: Venkatesh Pallipadi (Venki)
2665 M: venkatesh.pallipadi@intel.com
2667 F: arch/x86/kernel/hpet.c
2668 F: arch/x86/include/asm/hpet.h
2679 F: drivers/char/hpet.c
2683 M: mikulas@artax.karlin.mff.cuni.cz
2684 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2690 M: j.dumon@option.com
2691 W: http://www.pharscape.org
2693 F: drivers/net/usb/hso.c
2695 HTCPEN TOUCHSCREEN DRIVER
2698 L: linux-input@vger.kernel.org
2700 F: drivers/input/touchscreen/htcpen.c
2704 M: wli@holomorphy.com
2708 I2C/SMBUS STUB DRIVER
2710 M: mhoffman@lightlink.com
2711 L: linux-i2c@vger.kernel.org
2713 F: drivers/i2c/busses/i2c-stub.c
2716 P: Jean Delvare (PC drivers, core)
2717 M: khali@linux-fr.org
2718 P: Ben Dooks (embedded platforms)
2719 M: ben-linux@fluff.org
2720 L: linux-i2c@vger.kernel.org
2721 W: http://i2c.wiki.kernel.org/
2722 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2724 F: Documentation/i2c/
2726 F: include/linux/i2c.h
2727 F: include/linux/i2c-dev.h
2728 F: include/linux/i2c-id.h
2733 L: linux-i2c@vger.kernel.org
2734 W: http://www.harbaum.org/till/i2c_tiny_usb
2736 F: drivers/i2c/busses/i2c-tiny-usb.c
2741 L: Linux-Kernel@vger.kernel.org
2745 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2751 IA64 (Itanium) PLATFORM
2753 M: tony.luck@intel.com
2754 L: linux-ia64@vger.kernel.org
2755 W: http://www.ia64-linux.org/
2756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2760 IBM MCA SCSI SUBSYSTEM DRIVER
2762 M: langa2@kph.uni-mainz.de
2763 W: http://www.uni-mainz.de/~langm000/linux.html
2765 F: drivers/scsi/ibmmca.c
2767 IBM Power Linux RAID adapter
2769 M: brking@us.ibm.com
2771 F: drivers/scsi/ipr.*
2773 IBM ServeRAID RAID DRIVER
2776 M: ipslinux@adaptec.com
2777 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2779 F: drivers/scsi/ips.*
2782 P: Bartlomiej Zolnierkiewicz
2783 M: bzolnier@gmail.com
2784 L: linux-ide@vger.kernel.org
2785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2787 F: Documentation/ide/
2789 F: include/linux/ide.h
2793 M: petkovbb@gmail.com
2794 L: linux-ide@vger.kernel.org
2796 F: Documentation/cdrom/ide-cd
2797 F: drivers/ide/ide-cd*
2801 M: andrew.d.henroid@intel.com
2802 L: linux-pm@lists.linux-foundation.org
2804 F: drivers/idle/i7300_idle.c
2808 M: ben.collins@ubuntu.com
2810 M: stefanr@s5r6.in-berlin.de
2811 L: linux1394-devel@lists.sourceforge.net
2812 W: http://www.linux1394.org/
2813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2815 F: drivers/ieee1394/
2817 IEEE 1394 RAW I/O DRIVER
2821 M: stefanr@s5r6.in-berlin.de
2822 L: linux1394-devel@lists.sourceforge.net
2824 F: drivers/ieee1394/raw1394*
2826 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2830 F: security/integrity/ima/
2832 IMS TWINTURBO FRAMEBUFFER DRIVER
2833 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2835 F: drivers/video/imsttfb.c
2837 INFINIBAND SUBSYSTEM
2839 M: rolandd@cisco.com
2841 M: sean.hefty@intel.com
2843 M: hal.rosenstock@gmail.com
2844 L: general@lists.openfabrics.org (moderated for non-subscribers)
2845 W: http://www.openib.org/
2846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2848 F: Documentation/infiniband/
2849 F: drivers/infiniband/
2850 F: include/linux/if_infiniband.h
2854 M: john@johnmccutchan.com
2857 L: linux-kernel@vger.kernel.org
2859 F: Documentation/filesystems/inotify.txt
2860 F: fs/notify/inotify/
2861 F: include/linux/inotify.h
2863 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2865 M: dmitry.torokhov@gmail.com
2867 L: linux-input@vger.kernel.org
2868 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2872 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2874 M: sylvain.meyer@worldonline.fr
2875 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2877 F: Documentation/fb/intelfb.txt
2878 F: drivers/video/intelfb/
2880 INTEL 810/815 FRAMEBUFFER DRIVER
2882 M: adaplas@gmail.com
2883 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2885 F: drivers/video/i810/
2887 INTEL MENLOW THERMAL DRIVER
2889 M: sujith.thomas@intel.com
2890 L: linux-acpi@vger.kernel.org
2891 W: http://www.lesswatts.org/projects/acpi/
2893 F: drivers/platform/x86/intel_menlow.c
2895 INTEL IA32 MICROCODE UPDATE SUPPORT
2897 M: tigran@aivazian.fsnet.co.uk
2899 F: arch/x86/kernel/microcode_core.c
2900 F: arch/x86/kernel/microcode_intel.c
2902 INTEL I/OAT DMA DRIVER
2904 M: maciej.sosnowski@intel.com
2905 L: linux-kernel@vger.kernel.org
2907 F: drivers/dma/ioat*
2911 M: dwmw2@infradead.org
2912 L: iommu@lists.linux-foundation.org
2913 T: git git://git.infradead.org/iommu-2.6.git
2915 F: drivers/pci/intel-iommu.c
2916 F: include/linux/intel-iommu.h
2918 INTEL IOP-ADMA DMA DRIVER
2920 M: dan.j.williams@intel.com
2921 L: linux-kernel@vger.kernel.org
2923 F: drivers/dma/iop-adma.c
2925 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2929 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2930 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2931 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2932 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2933 F: drivers/net/arm/ixp4xx_eth.c
2934 F: drivers/net/wan/ixp4xx_hss.c
2936 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2938 M: dsaxena@plexity.net
2940 F: drivers/char/hw_random/ixp4xx-rng.c
2942 INTEL IXP2000 ETHERNET DRIVER
2943 P: Lennert Buytenhek
2944 M: kernel@wantstofly.org
2945 L: netdev@vger.kernel.org
2947 F: drivers/net/ixp2000/
2949 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2951 M: jeffrey.t.kirsher@intel.com
2953 M: jesse.brandeburg@intel.com
2955 M: bruce.w.allan@intel.com
2957 M: peter.p.waskiewicz.jr@intel.com
2959 M: john.ronciak@intel.com
2960 L: e1000-devel@lists.sourceforge.net
2961 W: http://e1000.sourceforge.net/
2963 F: drivers/net/e100.c
2964 F: drivers/net/e1000/
2965 F: drivers/net/e1000e/
2967 F: drivers/net/ixgb/
2968 F: drivers/net/ixgbe/
2970 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2974 M: jketreno@linux.intel.com
2976 M: reinette.chatre@intel.com
2977 L: linux-wireless@vger.kernel.org
2978 L: ipw2100-devel@lists.sourceforge.net
2979 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2980 W: http://ipw2100.sourceforge.net
2982 F: Documentation/networking/README.ipw2100
2983 F: drivers/net/wireless/ipw2x00/ipw2100.*
2985 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2989 M: jketreno@linux.intel.com
2991 M: reinette.chatre@intel.com
2992 L: linux-wireless@vger.kernel.org
2993 L: ipw2100-devel@lists.sourceforge.net
2994 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2995 W: http://ipw2200.sourceforge.net
2997 F: Documentation/networking/README.ipw2200
2998 F: drivers/net/wireless/ipw2x00/ipw2200.*
3000 INTEL WIRELESS WIMAX CONNECTION 2400
3001 P: Inaky Perez-Gonzalez
3002 M: inaky.perez-gonzalez@intel.com
3003 M: linux-wimax@intel.com
3004 L: wimax@linuxwimax.org
3006 W: http://linuxwimax.org
3007 F: Documentation/wimax/README.i2400m
3008 F: drivers/net/wimax/i2400m/
3009 F: include/linux/wimax/i2400m.h
3011 INTEL WIRELESS WIFI LINK (iwlwifi)
3015 M: reinette.chatre@intel.com
3016 L: linux-wireless@vger.kernel.org
3017 L: ipw3945-devel@lists.sourceforge.net
3018 W: http://intellinuxwireless.org
3019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3021 F: drivers/net/wireless/iwlwifi/
3023 IOC3 ETHERNET DRIVER
3025 M: ralf@linux-mips.org
3026 L: linux-mips@linux-mips.org
3028 F: drivers/net/ioc3-eth.c
3033 L: linux-mips@linux-mips.org
3035 F: drivers/serial/ioc3_serial.c
3039 M: jjciarla@raiz.uncu.edu.ar
3041 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3043 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3045 M: romieu@fr.zoreil.com
3047 M: sorbica@icplus.com.tw
3049 M: jesse@icplus.com.tw
3050 L: netdev@vger.kernel.org
3052 F: drivers/net/ipg.c
3056 M: infinipath@qlogic.com
3057 L: general@lists.openfabrics.org
3058 T: git git://git.qlogic.com/ipath-linux-2.6
3060 F: drivers/infiniband/hw/ipath/
3065 L: openipmi-developer@lists.sourceforge.net
3066 W: http://openipmi.sourceforge.net/
3068 F: Documentation/IPMI.txt
3069 F: drivers/char/ipmi/
3070 F: include/linux/ipmi*
3072 IPS SCSI RAID DRIVER
3073 P: Adaptec OEM Raid Solutions
3074 M: aacraid@adaptec.com
3075 L: linux-scsi@vger.kernel.org
3076 W: http://www.adaptec.com/
3078 F: drivers/scsi/ips*
3082 M: wensong@linux-vs.org
3084 M: horms@verge.net.au
3087 L: netdev@vger.kernel.org
3088 L: lvs-devel@vger.kernel.org
3090 F: Documentation/networking/ipvs-sysctl.txt
3091 F: net/netfilter/ipvs/
3099 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3100 F: drivers/char/pcmcia/ipwireless/
3103 P: Arnaldo Carvalho de Melo
3104 M: acme@ghostprotocols.net
3105 L: netdev@vger.kernel.org
3107 F: include/linux/ipx.h
3108 F: include/net/ipx.h
3113 M: samuel@sortiz.org
3114 L: irda-users@lists.sourceforge.net (subscribers-only)
3115 W: http://irda.sourceforge.net/
3117 F: Documentation/networking/irda.txt
3118 F: drivers/net/irda/
3119 F: include/net/irda/
3126 F: Documentation/isapnp.txt
3127 F: drivers/pnp/isapnp/
3128 F: include/linux/isapnp.h
3132 M: michaelc@cs.wisc.edu
3133 L: open-iscsi@googlegroups.com
3134 W: www.open-iscsi.org
3135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3137 F: drivers/scsi/*iscsi*
3138 F: include/scsi/*iscsi*
3142 M: isdn@linux-pingi.de
3143 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3144 W: http://www.isdn4linux.de
3145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3147 F: Documentation/isdn/
3149 F: include/linux/isdn.h
3150 F: include/linux/isdn/
3152 ISDN SUBSYSTEM (Eicon active card driver)
3155 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3156 W: http://www.melware.de
3158 F: drivers/isdn/hardware/eicon/
3160 IVTV VIDEO4LINUX DRIVER
3162 M: hverkuil@xs4all.nl
3163 L: ivtv-devel@ivtvdriver.org
3164 L: ivtv-users@ivtvdriver.org
3165 L: linux-media@vger.kernel.org
3166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3167 W: http://www.ivtvdriver.org
3169 F: Documentation/video4linux/*.ivtv
3170 F: drivers/media/video/ivtv/
3171 F: include/linux/ivtv*
3175 M: shaggy@austin.ibm.com
3176 L: jfs-discussion@lists.sourceforge.net
3177 W: http://jfs.sourceforge.net/
3178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3180 F: Documentation/filesystems/jfs.txt
3185 M: cooldavid@cooldavid.org
3186 L: netdev@vger.kernel.org
3188 F: drivers/net/jme.*
3190 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3192 M: dwmw2@infradead.org
3193 L: linux-mtd@lists.infradead.org
3194 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3197 F: include/linux/jffs2.h
3198 F: include/mtd/jffs2-user.h
3200 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3204 M: akpm@linux-foundation.org
3205 L: linux-ext4@vger.kernel.org
3208 F: include/linux/ext*jbd*.h
3209 F: include/linux/jbd*.h
3211 K8TEMP HARDWARE MONITORING DRIVER
3213 M: r.marek@assembler.cz
3214 L: lm-sensors@lm-sensors.org
3216 F: Documentation/hwmon/k8temp
3217 F: drivers/hwmon/k8temp.c
3221 M: zippel@linux-m68k.org
3222 L: linux-kbuild@vger.kernel.org
3224 F: Documentation/kbuild/kconfig-language.txt
3229 M: vgoyal@redhat.com
3232 L: kexec@lists.infradead.org
3233 L: linux-kernel@vger.kernel.org
3234 W: http://lse.sourceforge.net/kdump/
3236 F: Documentation/kdump/
3238 KERNEL AUTOMOUNTER (AUTOFS)
3241 L: autofs@linux.kernel.org
3245 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3248 L: autofs@linux.kernel.org
3255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3257 L: linux-kbuild@vger.kernel.org
3259 F: Documentation/kbuild/
3261 F: scripts/Makefile.*
3265 L: kernel-janitors@vger.kernel.org
3266 W: http://www.kerneljanitors.org/
3269 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3271 M: bfields@fieldses.org
3274 L: linux-nfs@vger.kernel.org
3275 W: http://nfs.sourceforge.net/
3278 F: include/linux/nfsd/
3282 F: include/linux/lockd/
3283 F: include/linux/sunrpc/
3285 KERNEL VIRTUAL MACHINE (KVM)
3288 L: kvm@vger.kernel.org
3289 W: http://kvm.qumranet.com
3291 F: Documentation/*/kvm.txt
3293 F: arch/*/include/asm/kvm*
3294 F: include/linux/kvm*
3297 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3299 M: joerg.roedel@amd.com
3300 L: kvm@vger.kernel.org
3301 W: http://kvm.qumranet.com
3303 F: arch/x86/include/asm/svm.h
3304 F: arch/x86/kvm/kvm_svm.h
3305 F: arch/x86/kvm/svm.c
3307 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3309 M: hollisb@us.ibm.com
3310 L: kvm-ppc@vger.kernel.org
3311 W: http://kvm.qumranet.com
3313 F: arch/powerpc/include/asm/kvm*
3314 F: arch/powerpc/kvm/
3316 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3318 M: xiantao.zhang@intel.com
3319 L: kvm-ia64@vger.kernel.org
3320 W: http://kvm.qumranet.com
3322 F: Documentation/ia64/kvm.txt
3323 F: arch/ia64/include/asm/kvm*
3326 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3329 P: Christian Borntraeger
3330 M: borntraeger@de.ibm.com
3331 M: linux390@de.ibm.com
3332 L: linux-s390@vger.kernel.org
3333 W: http://www.ibm.com/developerworks/linux/linux390/
3335 F: Documentation/s390/kvm.txt
3336 F: arch/s390/include/asm/kvm*
3341 M: ebiederm@xmission.com
3342 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3343 L: linux-kernel@vger.kernel.org
3344 L: kexec@lists.infradead.org
3346 F: include/linux/kexec.h
3351 M: jason.wessel@windriver.com
3352 L: kgdb-bugreport@lists.sourceforge.net
3354 F: Documentation/DocBook/kgdb.tmpl
3355 F: drivers/misc/kgdbts.c
3356 F: drivers/serial/kgdboc.c
3357 F: include/linux/kgdb.h
3361 P: Eduard - Gabriel Munteanu
3362 M: eduard.munteanu@linux360.ro
3363 L: linux-kernel@vger.kernel.org
3365 F: Documentation/trace/kmemtrace.txt
3366 F: include/trace/kmemtrace.h
3367 F: kernel/trace/kmemtrace.c
3370 P: Ananth N Mavinakayanahalli
3371 M: ananth@in.ibm.com
3372 P: Anil S Keshavamurthy
3373 M: anil.s.keshavamurthy@intel.com
3375 M: davem@davemloft.net
3377 M: mhiramat@redhat.com
3378 L: linux-kernel@vger.kernel.org
3380 F: Documentation/kprobes.txt
3381 F: include/linux/kprobes.h
3384 KS0108 LCD CONTROLLER DRIVER
3385 P: Miguel Ojeda Sandonis
3386 M: miguel.ojeda.sandonis@gmail.com
3387 L: linux-kernel@vger.kernel.org
3388 W: http://miguelojeda.es/auxdisplay.htm
3389 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3391 F: Documentation/auxdisplay/ks0108
3392 F: drivers/auxdisplay/ks0108.c
3393 F: include/linux/ks0108.h
3396 L: linux-x25@vger.kernel.org
3398 F: Documentation/networking/lapb-module.txt
3402 LASI 53c700 driver for PARISC
3403 P: James E.J. Bottomley
3404 M: James.Bottomley@HansenPartnership.com
3405 L: linux-scsi@vger.kernel.org
3407 F: Documentation/scsi/53c700.txt
3408 F: drivers/scsi/53c700*
3412 M: rpurdie@rpsys.net
3415 F: include/linux/leds.h
3417 LEGO USB Tower driver
3419 M: starblue@users.sourceforge.net
3420 L: legousb-devel@lists.sourceforge.net
3421 W: http://legousb.sourceforge.net/
3423 F: drivers/usb/misc/legousbtower.c
3427 M: rusty@rustcorp.com.au
3428 L: lguest@ozlabs.org
3429 W: http://lguest.ozlabs.org/
3431 F: Documentation/lguest/
3434 F: include/linux/lguest*.h
3435 F: arch/x86/include/asm/lguest*.h
3437 LINUX FOR IBM pSERIES (RS/6000)
3439 M: paulus@au.ibm.com
3440 W: http://www.ibm.com/linux/ltc/projects/ppc
3443 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3444 P: Benjamin Herrenschmidt
3445 M: benh@kernel.crashing.org
3448 W: http://www.penguinppc.org/
3449 L: linuxppc-dev@ozlabs.org
3450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3453 LINUX FOR POWER MACINTOSH
3454 P: Benjamin Herrenschmidt
3455 M: benh@kernel.crashing.org
3456 W: http://www.penguinppc.org/
3457 L: linuxppc-dev@ozlabs.org
3460 LINUX FOR POWERPC EMBEDDED MPC5XXX
3462 M: grant.likely@secretlab.ca
3463 L: linuxppc-dev@ozlabs.org
3464 T: git git://git.secretlab.ca/git/linux-2.6.git
3467 LINUX FOR POWERPC EMBEDDED PPC4XX
3469 M: jwboyer@linux.vnet.ibm.com
3471 M: mporter@kernel.crashing.org
3472 W: http://www.penguinppc.org/
3473 L: linuxppc-dev@ozlabs.org
3474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3477 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3479 M: grant.likely@secretlab.ca
3480 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3481 L: linuxppc-dev@ozlabs.org
3482 T: git git://git.secretlab.ca/git/linux-2.6.git
3485 LINUX FOR POWERPC EMBEDDED PPC8XX
3487 M: vitb@kernel.crashing.org
3489 M: marcelo@kvack.org
3490 W: http://www.penguinppc.org/
3491 L: linuxppc-dev@ozlabs.org
3494 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3496 M: galak@kernel.crashing.org
3497 W: http://www.penguinppc.org/
3498 L: linuxppc-dev@ozlabs.org
3501 LINUX FOR POWERPC PA SEMI PWRFICIENT
3504 W: http://www.pasemi.com/
3505 L: linuxppc-dev@ozlabs.org
3508 LINUX SECURITY MODULE (LSM) FRAMEWORK
3510 M: chrisw@sous-sol.org
3511 L: linux-security-module@vger.kernel.org
3512 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3516 P: Arnaldo Carvalho de Melo
3517 M: acme@ghostprotocols.net
3519 F: include/linux/llc.h
3523 LIS3LV02D ACCELEROMETER DRIVER
3525 M: eric.piel@tremplin-utc.net
3527 F: Documentation/hwmon/lis3lv02d
3528 F: drivers/hwmon/lis3lv02d.*
3530 LM83 HARDWARE MONITOR DRIVER
3532 M: khali@linux-fr.org
3533 L: lm-sensors@lm-sensors.org
3535 F: Documentation/hwmon/lm83
3536 F: drivers/hwmon/lm83.c
3538 LM90 HARDWARE MONITOR DRIVER
3540 M: khali@linux-fr.org
3541 L: lm-sensors@lm-sensors.org
3543 F: Documentation/hwmon/lm90
3544 F: drivers/hwmon/lm90.c
3546 LOCKDEP AND LOCKSTAT
3548 M: peterz@infradead.org
3551 L: linux-kernel@vger.kernel.org
3552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3554 F: Documentation/lockdep*.txt
3555 F: Documentation/lockstat.txt
3556 F: include/linux/lockdep.h
3559 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3560 P: Richard Russon (FlatCap)
3562 L: linux-ntfs-dev@lists.sourceforge.net
3563 W: http://www.linux-ntfs.org/content/view/19/37/
3565 F: Documentation/ldm.txt
3566 F: fs/partitions/ldm.*
3568 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3570 M: Eric.Moore@lsi.com
3572 L: DL-MPTFusionLinux@lsi.com
3573 L: linux-scsi@vger.kernel.org
3574 W: http://www.lsilogic.com/support
3576 F: drivers/message/fusion/
3578 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3581 L: linux-scsi@vger.kernel.org
3583 F: drivers/scsi/sym53c8xx_2/
3585 LTP (Linux Test Project)
3587 M: subrata@linux.vnet.ibm.com
3589 M: vapier@gentoo.org
3590 L: ltp-list@lists.sourceforge.net (subscribers-only)
3591 W: http://ltp.sourceforge.net/
3592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3597 M: takata@linux-m32r.org
3598 L: linux-m32r@ml.linux-m32r.org
3599 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3600 W: http://www.linux-m32r.org/
3603 F: include/asm-m32r/
3606 P: Geert Uytterhoeven
3607 M: geert@linux-m68k.org
3609 M: zippel@linux-m68k.org
3610 L: linux-m68k@lists.linux-m68k.org
3611 W: http://www.linux-m68k.org/
3612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3617 M68K ON APPLE MACINTOSH
3620 W: http://www.mac.linux-m68k.org/
3621 L: linux-m68k@lists.linux-m68k.org
3628 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3634 M: johannes@sipsolutions.net
3635 L: linux-wireless@vger.kernel.org
3636 W: http://linuxwireless.org/
3637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3639 F: Documentation/networking/mac80211-injection.txt
3640 F: include/net/mac80211.h
3643 MAC80211 PID RATE CONTROL
3645 M: stefano.brivio@polimi.it
3647 M: mattias.nissler@gmx.de
3648 L: linux-wireless@vger.kernel.org
3649 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3652 F: net/mac80211/rc80211_pid*
3657 L: netdev@vger.kernel.org
3659 F: drivers/net/macvlan.c
3660 F: include/linux/if_macvlan.h
3662 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3664 M: mtk.manpages@gmail.com
3665 W: http://www.kernel.org/doc/man-pages
3666 L: linux-man@vger.kernel.org
3669 MARVELL LIBERTAS WIRELESS DRIVER
3672 L: libertas-dev@lists.infradead.org
3674 F: drivers/net/wireless/libertas/
3676 MARVELL MV643XX ETHERNET DRIVER
3677 P: Lennert Buytenhek
3678 M: buytenh@marvell.com
3679 L: netdev@vger.kernel.org
3681 F: drivers/net/mv643xx_eth.*
3682 F: include/linux/mv643xx.h
3684 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3687 L: linux-kernel@vger.kernel.org
3690 MARVELL YUKON / SYSKONNECT DRIVER
3692 M: mlindner@syskonnect.de
3694 M: rroesler@syskonnect.de
3695 W: http://www.syskonnect.com
3698 MATROX FRAMEBUFFER DRIVER
3700 M: vandrove@vc.cvut.cz
3701 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3703 F: drivers/video/matrox/matroxfb_*
3704 F: include/linux/matroxfb.h
3706 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3708 M: hjk@linutronix.de
3709 L: lm-sensors@lm-sensors.org
3711 F: Documentation/hwmon/max6650
3712 F: drivers/hwmon/max6650.c
3714 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3715 P: Mauro Carvalho Chehab
3716 M: mchehab@infradead.org
3717 P: LinuxTV.org Project
3718 L: linux-media@vger.kernel.org
3719 W: http://linuxtv.org
3720 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3722 F: Documentation/dvb/
3723 F: Documentation/video4linux/
3726 F: include/linux/dvb/
3727 F: include/linux/videodev*.h
3729 MEGARAID SCSI DRIVERS
3731 M: megaraidlinux@lsi.com
3732 L: linux-scsi@vger.kernel.org
3733 W: http://megaraid.lsilogic.com
3735 F: Documentation/scsi/megaraid.txt
3736 F: drivers/scsi/megaraid.*
3737 F: drivers/scsi/megaraid/
3740 L: linux-mm@kvack.org
3741 L: linux-kernel@vger.kernel.org
3742 W: http://www.linux-mm.org
3744 F: include/linux/mm.h
3747 MEMORY RESOURCE CONTROLLER
3749 M: balbir@linux.vnet.ibm.com
3752 P: KAMEZAWA Hiroyuki
3753 M: kamezawa.hiroyu@jp.fujitsu.com
3754 L: linux-mm@kvack.org
3755 L: linux-kernel@vger.kernel.org
3759 MEMORY TECHNOLOGY DEVICES (MTD)
3761 M: dwmw2@infradead.org
3762 W: http://www.linux-mtd.infradead.org/
3763 L: linux-mtd@lists.infradead.org
3764 T: git git://git.infradead.org/mtd-2.6.git
3767 F: include/linux/mtd/
3770 MICROBLAZE ARCHITECTURE
3773 L: microblaze-uclinux@itee.uq.edu.au
3774 W: http://www.monstr.eu/fdt/
3775 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3781 M: oliver@neukum.name
3783 F: drivers/usb/image/microtek.*
3787 M: ralf@linux-mips.org
3788 W: http://www.linux-mips.org/
3789 L: linux-mips@linux-mips.org
3790 T: git git://git.linux-mips.org/pub/scm/linux.git
3792 F: Documentation/mips/
3795 MISCELLANEOUS MCA-SUPPORT
3797 M: James.Bottomley@HansenPartnership.com
3798 L: linux-kernel@vger.kernel.org
3800 F: Documentation/ia64/mca.txt
3801 F: Documentation/mca.txt
3803 F: include/linux/mca*
3807 M: rusty@rustcorp.com.au
3808 L: linux-kernel@vger.kernel.org
3810 F: include/linux/module.h
3813 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3815 M: stelian@popies.net
3816 W: http://popies.net/meye/
3818 F: Documentation/video4linux/meye.txt
3819 F: drivers/media/video/meye.*
3820 F: include/linux/meye.h
3822 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3825 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3827 F: drivers/mmc/host/imxmmc.*
3829 MOUSE AND MISC DEVICES [GENERAL]
3830 P: Alessandro Rubini
3831 M: rubini@ipvvis.unipv.it
3832 L: linux-kernel@vger.kernel.org
3834 F: drivers/input/mouse/
3835 F: include/linux/gpio_mouse.h
3837 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3839 M: jirislaby@gmail.com
3840 L: linux-kernel@vger.kernel.org
3842 F: Documentation/serial/moxa-smartio
3843 F: drivers/char/mxser.*
3846 P: Lennart Poettering
3847 M: mzxreary@0pointer.de
3848 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3849 W: http://0pointer.de/lennart/tchibo.html
3851 F: drivers/platform/x86/msi-laptop.c
3853 MULTIFUNCTION DEVICES (MFD)
3855 M: sameo@linux.intel.com
3856 L: linux-kernel@vger.kernel.org
3857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3861 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3864 L: linux-kernel@vger.kernel.org
3867 F: include/linux/mmc/
3869 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3871 M: dbrownell@users.sourceforge.net
3872 L: linux-kernel@vger.kernel.org
3874 F: drivers/mmc/host/mmc_spi.c
3875 F: include/linux/spi/mmc_spi.h
3877 MULTISOUND SOUND DRIVER
3881 F: Documentation/sound/oss/MultiSound
3884 MULTITECH MULTIPORT CARD (ISICOM)
3886 M: jirislaby@gmail.com
3887 L: linux-kernel@vger.kernel.org
3889 F: drivers/char/isicom.c
3890 F: include/linux/isicom.h
3892 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3894 M: felipe.balbi@nokia.com
3895 L: linux-usb@vger.kernel.org
3896 T: git git://gitorious.org/musb/mainline.git
3898 F: drivers/usb/musb/
3900 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3902 M: gallatin@myri.com
3905 L: netdev@vger.kernel.org
3906 W: http://www.myri.com/scs/download-Myri10GE.html
3908 F: drivers/net/myri10ge/
3910 NATSEMI ETHERNET DRIVER (DP8381x)
3912 M: thockin@hockin.org
3914 F: drivers/net/natsemi.c
3918 M: vandrove@vc.cvut.cz
3919 L: linware@sh.cvut.cz
3923 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3924 P: James E.J. Bottomley
3925 M: James.Bottomley@HansenPartnership.com
3926 L: linux-scsi@vger.kernel.org
3928 F: drivers/scsi/NCR_D700.*
3930 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3932 M: faisal.latif@intel.com
3934 M: chien.tin.tung@intel.com
3935 L: general@lists.openfabrics.org
3936 W: http://www.neteffect.com
3938 F: drivers/infiniband/hw/nes/
3940 NETEM NETWORK EMULATOR
3941 P: Stephen Hemminger
3942 M: shemminger@linux-foundation.org
3943 L: netem@lists.linux-foundation.org
3945 F: net/sched/sch_netem.c
3947 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3949 M: ram.vepa@neterion.com
3951 M: santosh.rastapur@neterion.com
3952 P: Sivakumar Subramani
3953 M: sivakumar.subramani@neterion.com
3954 P: Sreenivasa Honnur
3955 M: sreenivasa.honnur@neterion.com
3957 M: anil.murthy@neterion.com
3958 L: netdev@vger.kernel.org
3959 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3960 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3962 F: Documentation/networking/s2io.txt
3963 F: drivers/net/s2io*
3965 NETFILTER/IPTABLES/IPCHAINS
3973 L: netfilter-devel@vger.kernel.org
3974 L: netfilter@vger.kernel.org
3975 L: coreteam@netfilter.org
3976 W: http://www.netfilter.org/
3977 W: http://www.iptables.org/
3979 F: include/linux/netfilter*
3980 F: include/linux/netfilter/
3981 F: include/net/netfilter/
3982 F: net/*/netfilter.c
3988 M: paul.moore@hp.com
3989 W: http://netlabel.sf.net
3990 L: netdev@vger.kernel.org
3992 F: Documentation/netlabel/
3993 F: include/net/netlabel.h
3996 NETROM NETWORK LAYER
3998 M: ralf@linux-mips.org
3999 L: linux-hams@vger.kernel.org
4000 W: http://www.linux-ax25.org/
4002 F: include/linux/netrom.h
4003 F: include/net/netrom.h
4006 NETWORK BLOCK DEVICE (NBD)
4008 M: Paul.Clements@steeleye.com
4010 F: Documentation/blockdev/nbd.txt
4011 F: drivers/block/nbd.c
4012 F: include/linux/nbd.h
4014 NETWORKING [GENERAL]
4016 M: davem@davemloft.net
4017 L: netdev@vger.kernel.org
4018 W: http://www.linuxfoundation.org/en/Net
4019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4024 NETWORKING [IPv4/IPv6]
4026 M: davem@davemloft.net
4028 M: kuznet@ms2.inr.ac.ru
4029 P: Pekka Savola (ipv6)
4030 M: pekkas@netcore.fi
4032 M: jmorris@namei.org
4033 P: Hideaki YOSHIFUJI
4034 M: yoshfuji@linux-ipv6.org
4037 L: netdev@vger.kernel.org
4038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4044 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4046 M: paul.moore@hp.com
4047 L: netdev@vger.kernel.org
4050 NETWORKING [WIRELESS]
4052 M: linville@tuxdriver.com
4053 L: linux-wireless@vger.kernel.org
4054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4057 F: include/net/ieee80211*
4058 F: include/net/wireless.h
4061 L: netdev@vger.kernel.org
4062 W: http://www.linuxfoundation.org/en/Net
4063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4067 NETXEN (1/10) GbE SUPPORT
4069 M: dhananjay@netxen.com
4070 L: netdev@vger.kernel.org
4071 W: http://www.netxen.com
4073 F: drivers/net/netxen/
4075 NFS, SUNRPC, AND LOCKD CLIENTS
4077 M: Trond.Myklebust@netapp.com
4078 L: linux-nfs@vger.kernel.org
4079 W: http://client.linux-nfs.org
4080 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4086 F: include/linux/lockd/
4087 F: include/linux/nfs*
4088 F: include/linux/sunrpc/
4090 NI5010 NETWORK DRIVER
4091 P: Jan-Pascal van Best
4092 M: janpascal@vanbest.org
4095 L: netdev@vger.kernel.org
4097 F: drivers/net/ni5010.*
4101 M: konishi.ryusuke@lab.ntt.co.jp
4103 W: http://www.nilfs.org/en/
4105 F: Documentation/filesystems/nilfs2.txt
4107 F: include/linux/nilfs2_fs.h
4109 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4111 M: yokota@netlab.is.tsukuba.ac.jp
4112 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4114 F: Documentation/scsi/NinjaSCSI.txt
4115 F: drivers/scsi/pcmcia/nsp_*
4117 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4119 M: gotom@debian.or.jp
4121 M: yokota@netlab.is.tsukuba.ac.jp
4122 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4124 F: Documentation/scsi/NinjaSCSI.txt
4125 F: drivers/scsi/nsp32*
4128 P: Anton Altaparmakov
4130 L: linux-ntfs-dev@lists.sourceforge.net
4131 L: linux-kernel@vger.kernel.org
4132 W: http://www.linux-ntfs.org/
4133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4135 F: Documentation/filesystems/ntfs.txt
4138 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4140 M: adaplas@gmail.com
4141 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4143 F: drivers/video/riva/
4144 F: drivers/video/nvidia/
4148 M: me@bobcopeland.com
4149 L: linux-karma-devel@lists.sourceforge.net
4151 F: Documentation/filesystems/omfs.txt
4154 OMNIKEY CARDMAN 4000 DRIVER
4156 M: laforge@gnumonks.org
4158 F: drivers/char/pcmcia/cm4000_cs.c
4159 F: include/linux/cm4000_cs.h
4161 OMNIKEY CARDMAN 4040 DRIVER
4163 M: laforge@gnumonks.org
4165 F: drivers/char/pcmcia/cm4040_cs.*
4167 OMNIVISION OV7670 SENSOR DRIVER
4170 L: linux-media@vger.kernel.org
4171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4173 F: drivers/media/video/ov7670.c
4175 ONENAND FLASH DRIVER
4177 M: kyungmin.park@samsung.com
4178 L: linux-mtd@lists.infradead.org
4180 F: drivers/mtd/onenand/
4181 F: include/linux/mtd/onenand*.h
4183 ONSTREAM SCSI TAPE DRIVER
4186 L: osst-users@lists.sourceforge.net
4187 L: linux-scsi@vger.kernel.org
4189 F: drivers/scsi/osst*
4192 OPENCORES I2C BUS DRIVER
4194 M: jacmet@sunsite.dk
4195 L: linux-i2c@vger.kernel.org
4197 F: Documentation/i2c/busses/i2c-ocores
4198 F: drivers/i2c/busses/i2c-ocores.c
4202 M: robert.richter@amd.com
4203 L: oprofile-list@lists.sf.net
4206 F: drivers/oprofile/
4207 F: include/linux/oprofile.h
4209 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4213 M: joel.becker@oracle.com
4214 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4215 W: http://oss.oracle.com/projects/ocfs2/
4216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4218 F: Documentation/filesystems/ocfs2.txt
4219 F: Documentation/filesystems/dlmfs.txt
4226 M: hermes@gibson.dropbear.id.au
4227 L: linux-wireless@vger.kernel.org
4228 L: orinoco-users@lists.sourceforge.net
4229 L: orinoco-devel@lists.sourceforge.net
4230 W: http://www.nongnu.org/orinoco/
4232 F: drivers/net/wireless/orinoco/
4236 M: bharrosh@panasas.com
4238 M: bhalevy@panasas.com
4239 L: osd-dev@open-osd.org
4240 W: http://open-osd.org
4241 T: git git://git.open-osd.org/open-osd.git
4246 M: flamingice@sourmilk.net
4247 L: linux-wireless@vger.kernel.org
4248 W: http://prism54.org
4249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4251 F: drivers/net/wireless/p54/
4253 PA SEMI ETHERNET DRIVER
4256 L: netdev@vger.kernel.org
4258 F: drivers/net/pasemi_mac.*
4260 PA SEMI SMBUS DRIVER
4263 L: linux-i2c@vger.kernel.org
4265 F: drivers/i2c/busses/i2c-pasemi.c
4267 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4269 M: laforge@gnumonks.org
4271 F: drivers/platform/x86/panasonic-laptop.c
4273 PANASONIC MN10300/AM33 PORT
4275 M: dhowells@redhat.com
4277 M: yasutake.koichi@jp.panasonic.com
4278 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4279 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4281 F: Documentation/mn10300/
4284 PARALLEL PORT SUPPORT
4285 L: linux-parport@lists.infradead.org (subscribers-only)
4288 F: include/linux/parport*.h
4289 F: drivers/char/ppdev.c
4290 F: include/linux/ppdev.h
4292 PARAVIRT_OPS INTERFACE
4293 P: Jeremy Fitzhardinge
4294 M: jeremy@xensource.com
4296 M: chrisw@sous-sol.org
4298 M: akataria@vmware.com
4300 M: rusty@rustcorp.com.au
4301 L: virtualization@lists.osdl.org
4302 L: linux-kernel@vger.kernel.org
4304 F: Documentation/ia64/paravirt_ops.txt
4305 F: arch/*/kernel/paravirt*
4306 F: arch/*/include/asm/paravirt.h
4308 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4311 L: linux-parport@lists.infradead.org (subscribers-only)
4312 W: http://www.torque.net/linux-pp.html
4314 F: Documentation/blockdev/paride.txt
4315 F: drivers/block/paride/
4322 L: linux-parisc@vger.kernel.org
4323 W: http://www.parisc-linux.org/
4324 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4329 PC87360 HARDWARE MONITORING DRIVER
4331 M: jim.cromie@gmail.com
4332 L: lm-sensors@lm-sensors.org
4334 F: Documentation/hwmon/pc87360
4335 F: drivers/hwmon/pc87360.c
4339 M: jim.cromie@gmail.com
4341 F: drivers/char/pc8736x_gpio.c
4345 M: riku.voipio@iki.fi
4347 F: drivers/leds/leds-pca9532.c
4348 F: include/linux/leds-pca9532.h
4352 M: linas@austin.ibm.com
4353 L: linux-kernel@vger.kernel.org
4354 L: linux-pci@vger.kernel.org
4356 F: Documentation/PCI/pci-error-recovery.txt
4357 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4361 M: jbarnes@virtuousgeek.org
4362 L: linux-kernel@vger.kernel.org
4363 L: linux-pci@vger.kernel.org
4364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4366 F: Documentation/PCI/
4368 F: include/linux/pci*
4371 P: Kristen Carlson Accardi
4372 M: kristen.c.accardi@intel.com
4373 L: linux-pci@vger.kernel.org
4375 F: drivers/pci/pcie/
4378 P: Linux PCMCIA Team
4379 L: linux-pcmcia@lists.infradead.org
4380 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4383 F: Documentation/pcmcia/
4387 PCNET32 NETWORK DRIVER
4389 M: pcnet32@verizon.net
4390 L: netdev@vger.kernel.org
4392 F: drivers/net/pcnet32.c
4394 PER-TASK DELAY ACCOUNTING
4396 M: balbir@linux.vnet.ibm.com
4397 L: linux-kernel@vger.kernel.org
4399 F: include/linux/delayacct.h
4400 F: kernel/delayacct.c
4402 PERSONALITY HANDLING
4403 P: Christoph Hellwig
4404 M: hch@infradead.org
4405 L: linux-abi-devel@lists.sourceforge.net
4407 F: include/linux/personality.h
4411 M: joern@lazybastard.org
4412 L: linux-mtd@lists.infradead.org
4414 F: drivers/mtd/devices/phram.c
4418 M: petero2@telia.com
4419 L: linux-kernel@vger.kernel.org
4421 F: drivers/block/pktcdvd.c
4422 F: include/linux/pktcdvd.h
4424 POSIX CLOCKS and TIMERS
4426 M: tglx@linutronix.de
4427 L: linux-kernel@vger.kernel.org
4430 F: include/linux/timer*
4433 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4437 M: dwmw2@infradead.org
4438 L: linux-kernel@vger.kernel.org
4439 T: git git://git.infradead.org/battery-2.6.git
4441 F: include/linux/power_supply.h
4442 F: drivers/power/power_supply*
4448 M: bjorn.helgaas@hp.com
4454 M: vitalywool@gmail.com
4455 L: linux-i2c@vger.kernel.org
4457 F: drivers/i2c/busses/i2c-pnx.c
4459 PPP PROTOCOL DRIVERS AND COMPRESSORS
4462 L: linux-ppp@vger.kernel.org
4464 F: drivers/net/ppp_*
4466 PPP OVER ATM (RFC 2364)
4467 P: Mitchell Blank Jr
4470 F: net/atm/pppoatm.c
4471 F: include/linux/atmppp.h
4475 M: mostrows@earthlink.net
4477 F: drivers/net/pppoe.c
4478 F: drivers/net/pppox.c
4482 M: jchapman@katalix.com
4484 F: drivers/net/pppol2tp.c
4485 F: include/linux/if_pppol2tp.h
4490 L: linux-kernel@vger.kernel.org
4491 L: kpreempt-tech@lists.sourceforge.net
4492 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4494 F: Documentation/preempt-locking.txt
4495 F: include/linux/preempt.h
4497 PRISM54 WIRELESS DRIVER
4498 P: Luis R. Rodriguez
4500 L: linux-wireless@vger.kernel.org
4501 W: http://prism54.org
4503 F: drivers/net/wireless/prism54/
4505 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4507 M: promise@pnd-pc.demon.co.uk
4508 W: http://www.pnd-pc.demon.co.uk/promise/
4511 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4512 P: Mikael Pettersson
4514 L: linux-ide@vger.kernel.org
4516 F: drivers/ata/sata_promise.*
4520 M: mokuno@sm.sony.co.jp
4521 L: netdev@vger.kernel.org
4522 L: cbe-oss-dev@ozlabs.org
4524 F: drivers/net/ps3_gelic_net.*
4526 PS3 PLATFORM SUPPORT
4528 M: geoffrey.levand@am.sony.com
4529 L: linuxppc-dev@ozlabs.org
4530 L: cbe-oss-dev@ozlabs.org
4532 F: arch/powerpc/boot/ps3*
4533 F: arch/powerpc/include/asm/lv1call.h
4534 F: arch/powerpc/include/asm/ps3*.h
4535 F: arch/powerpc/platforms/ps3/
4538 F: drivers/rtc/rtc-ps3.c
4539 F: drivers/usb/host/*ps3.c
4540 F: sound/ppc/snd_ps3*
4545 L: cbe-oss-dev@ozlabs.org
4550 M: roland@redhat.com
4553 L: linux-kernel@vger.kernel.org
4555 F: include/asm-generic/syscall.h
4556 F: include/linux/ptrace.h
4557 F: include/linux/regset.h
4558 F: include/linux/tracehook.h
4561 PVRUSB2 VIDEO4LINUX DRIVER
4564 L: pvrusb2@isely.net (subscribers-only)
4565 L: linux-media@vger.kernel.org
4566 W: http://www.isely.net/pvrusb2/
4567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4569 F: Documentation/video4linux/README.pvrusb2
4570 F: drivers/media/video/pvrusb2/
4572 PXA2xx/PXA3xx SUPPORT
4574 M: eric.y.miao@gmail.com
4576 M: linux@arm.linux.org.uk
4577 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4579 F: arch/arm/mach-pxa/
4580 F: drivers/pcmcia/pxa2xx*
4581 F: drivers/spi/pxa2xx*
4582 F: drivers/usb/gadget/pxa2*
4583 F: include/sound/pxa2xx-lib.h
4584 F: sound/soc/pxa/pxa2xx*
4588 M: eric.y.miao@gmail.com
4590 M: jason.chagas@marvell.com
4591 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4597 M: eric.y.miao@gmail.com
4598 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4607 M: robert.jarzmik@free.fr
4608 L: rtc-linux@googlegroups.com
4611 QLOGIC QLA2XXX FC-SCSI DRIVER
4613 M: linux-driver@qlogic.com
4614 L: linux-scsi@vger.kernel.org
4616 F: Documentation/scsi/LICENSE.qla2xxx
4617 F: drivers/scsi/qla2xxx/
4619 QLOGIC QLA3XXX NETWORK DRIVER
4621 M: linux-driver@qlogic.com
4622 L: netdev@vger.kernel.org
4624 F: Documentation/networking/LICENSE.qla3xxx
4625 F: drivers/net/qla3xxx.*
4627 QLOGIC QLGE 10Gb ETHERNET DRIVER
4629 M: linux-driver@qlogic.com
4630 M: ron.mercer@qlogic.com
4631 L: netdev@vger.kernel.org
4633 F: drivers/net/qlge/
4638 L: linux-kernel@vger.kernel.org
4639 W: http://www.alarsen.net/linux/qnx4fs/
4642 F: include/linux/qnx4_fs.h
4643 F: include/linux/qnxtypes.h
4645 RADEON FRAMEBUFFER DISPLAY DRIVER
4646 P: Benjamin Herrenschmidt
4647 M: benh@kernel.crashing.org
4648 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4650 F: drivers/video/aty/radeon*
4651 F: include/linux/radeonfb.h
4653 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4656 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4658 F: drivers/video/aty/aty128fb.c
4660 RALINK RT2X00 WIRELESS LAN DRIVER
4662 L: linux-wireless@vger.kernel.org
4663 L: users@rt2x00.serialmonkey.com
4664 W: http://rt2x00.serialmonkey.com/
4666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4667 F: drivers/net/wireless/rt2x00/
4669 RAMDISK RAM BLOCK DEVICE DRIVER
4673 F: Documentation/blockdev/ramdisk.txt
4674 F: drivers/block/brd.c
4676 RANDOM NUMBER DRIVER
4680 F: drivers/char/random.c
4684 M: mporter@kernel.crashing.org
4685 L: linux-kernel@vger.kernel.org
4689 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4691 M: coreythomas@charter.net
4692 L: linux-wireless@vger.kernel.org
4694 F: drivers/net/wireless/ray*
4698 M: josh@freedesktop.org
4699 L: linux-kernel@vger.kernel.org
4701 F: Documentation/RCU/torture.txt
4702 F: kernel/rcutorture.c
4706 M: florian@openwrt.org
4707 L: linux-kernel@vger.kernel.org
4710 RDC R6040 FAST ETHERNET DRIVER
4712 M: florian@openwrt.org
4713 L: netdev@vger.kernel.org
4715 F: drivers/net/r6040.c
4717 RDS - RELIABLE DATAGRAM SOCKETS
4719 M: andy.grover@oracle.com
4720 L: rds-devel@oss.oracle.com
4724 READ-COPY UPDATE (RCU)
4726 M: dipankar@in.ibm.com
4727 W: http://www.rdrop.com/users/paulmck/rclock/
4728 L: linux-kernel@vger.kernel.org
4730 F: Documentation/RCU/rcu.txt
4731 F: Documentation/RCU/rcuref.txt
4732 F: include/linux/rcupdate.h
4733 F: include/linux/srcu.h
4734 F: kernel/rcupdate.c
4736 REAL TIME CLOCK DRIVER
4738 M: p_gortmaker@yahoo.com
4739 L: linux-kernel@vger.kernel.org
4741 F: Documentation/rtc.txt
4743 F: include/linux/rtc.h
4745 REAL TIME CLOCK (RTC) SUBSYSTEM
4747 M: a.zummo@towertech.it
4748 L: rtc-linux@googlegroups.com
4750 F: Documentation/rtc.txt
4752 F: include/linux/rtc.h
4754 REISERFS FILE SYSTEM
4755 L: reiserfs-devel@vger.kernel.org
4761 M: IvDoorn@gmail.com
4762 L: netdev@vger.kernel.org
4764 F Documentation/rfkill.txt
4769 F: Documentation/serial/riscom8.txt
4770 F: drivers/char/riscom8*
4774 W: http://www.comtrol.com
4776 F: Documentation/serial/rocket.txt
4777 F: drivers/char/rocket*
4781 M: ralf@linux-mips.org
4782 L: linux-hams@vger.kernel.org
4783 W: http://www.linux-ax25.org/
4785 F: include/linux/rose.h
4786 F: include/net/rose.h
4789 RTL8180 WIRELESS DRIVER
4791 M: linville@tuxdriver.com
4792 L: linux-wireless@vger.kernel.org
4793 W: http://linuxwireless.org/
4794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4796 F: drivers/net/wireless/rtl818*
4798 RTL8187 WIRELESS DRIVER
4799 P: Herton Ronaldo Krzesinski
4800 M: herton@mandriva.com.br
4802 M: htl10@users.sourceforge.net
4804 M: Larry.Finger@lwfinger.net
4805 L: linux-wireless@vger.kernel.org
4806 W: http://linuxwireless.org/
4807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4809 F: drivers/net/wireless/rtl818x/rtl8187*
4811 S3 SAVAGE FRAMEBUFFER DRIVER
4813 M: adaplas@gmail.com
4814 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4816 F: drivers/video/savage/
4819 P: Martin Schwidefsky
4820 M: schwidefsky@de.ibm.com
4822 M: heiko.carstens@de.ibm.com
4823 M: linux390@de.ibm.com
4824 L: linux-s390@vger.kernel.org
4825 W: http://www.ibm.com/developerworks/linux/linux390/
4829 S390 NETWORK DRIVERS
4831 M: ursula.braun@de.ibm.com
4833 M: blaschka@linux.vnet.ibm.com
4834 M: linux390@de.ibm.com
4835 L: linux-s390@vger.kernel.org
4836 W: http://www.ibm.com/developerworks/linux/linux390/
4838 F: drivers/s390/net/
4842 M: felix.beck@de.ibm.com
4844 M: ralph.wuerthner@de.ibm.com
4845 M: linux390@de.ibm.com
4846 L: linux-s390@vger.kernel.org
4848 F: drivers/s390/crypto/
4852 M: christof.schmitt@de.ibm.com
4855 M: linux390@de.ibm.com
4856 L: linux-s390@vger.kernel.org
4857 W: http://www.ibm.com/developerworks/linux/linux390/
4859 F: Documentation/s390/zfcpdump.txt
4860 F: drivers/s390/scsi/zfcp_*
4862 S390 IUCV NETWORK LAYER
4864 M: ursula.braun@de.ibm.com
4865 M: linux390@de.ibm.com
4866 L: linux-s390@vger.kernel.org
4867 W: http://www.ibm.com/developerworks/linux/linux390/
4869 F: drivers/s390/net/*iucv*
4870 F: include/net/iucv/
4873 S3C24XX SD/MMC Driver
4875 M: ben-linux@fluff.org
4876 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4877 L: linux-kernel@vger.kernel.org
4879 F: drivers/mmc/host/s3cmci.*
4881 SAA7146 VIDEO4LINUX-2 DRIVER
4884 L: linux-media@vger.kernel.org
4885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4886 W: http://www.mihu.de/linux/saa7146
4888 F: drivers/media/common/saa7146*
4889 F: drivers/media/video/*7146*
4890 F: include/media/*7146*
4894 M: zwane@arm.linux.org.uk
4896 F: drivers/watchdog/sc1200wdt.c
4902 M: peterz@infradead.org
4903 L: linux-kernel@vger.kernel.org
4906 F: include/linux/sched.h
4911 L: linux-scsi@vger.kernel.org
4912 W: http://www.kernel.dk
4918 M: dgilbert@interlog.com
4919 L: linux-scsi@vger.kernel.org
4920 W: http://www.torque.net/sg
4922 F: drivers/scsi/sg.c
4923 F: include/scsi/sg.h
4926 P: James E.J. Bottomley
4927 M: James.Bottomley@HansenPartnership.com
4928 L: linux-scsi@vger.kernel.org
4929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4938 M: Kai.Makisara@kolumbus.fi
4939 L: linux-scsi@vger.kernel.org
4941 F: Documentation/scsi/st.txt
4946 M: vladislav.yasevich@hp.com
4947 P: Sridhar Samudrala
4949 L: linux-sctp@vger.kernel.org
4950 W: http://lksctp.sourceforge.net
4952 F: Documentation/networking/sctp.txt
4953 F: include/linux/sctp.h
4954 F: include/net/sctp/
4959 M: jim.cromie@gmail.com
4961 F: Documentation/i2c/busses/scx200_acb
4962 F: arch/x86/kernel/scx200_32.c
4963 F: drivers/watchdog/scx200_wdt.c
4964 F: drivers/i2c/busses/scx200*
4965 F: drivers/mtd/maps/scx200_docflash.c
4966 F: include/linux/scx200.h
4970 M: jim.cromie@gmail.com
4972 F: drivers/char/scx200_gpio.c
4973 F: include/linux/scx200_gpio.h
4975 SCx200 HRT CLOCKSOURCE DRIVER
4977 M: jim.cromie@gmail.com
4979 F: drivers/clocksource/scx200_hrt.c
4981 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4983 M: saschasommer@freenet.de
4984 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4986 F: drivers/mmc/host/sdricoh_cs.c
4988 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4991 L: sdhci-devel@lists.ossman.eu
4994 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4996 M: avorontsov@ru.mvista.com
4997 L: linuxppc-dev@ozlabs.org
4998 L: sdhci-devel@lists.ossman.eu
5000 F: drivers/mmc/host/sdhci.*
5004 M: jmorris@namei.org
5005 L: linux-kernel@vger.kernel.org
5006 L: linux-security-module@vger.kernel.org (suggested Cc:)
5007 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5008 W: http://security.wiki.kernel.org/
5013 P: Security Officers
5014 M: security@kernel.org
5017 SELINUX SECURITY MODULE
5019 M: sds@tycho.nsa.gov
5021 M: jmorris@namei.org
5023 M: eparis@parisplace.org
5024 L: linux-kernel@vger.kernel.org (kernel issues)
5025 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5026 W: http://selinuxproject.org
5027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5029 F: include/linux/selinux*
5030 F: security/selinux/
5034 M: jirislaby@gmail.com
5036 F: drivers/misc/phantom.c
5037 F: include/linux/phantom.h
5039 SERIAL ATA (SATA) SUBSYSTEM
5041 M: jgarzik@pobox.com
5042 L: linux-ide@vger.kernel.org
5043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5046 F: include/linux/ata.h
5047 F: include/linux/libata.h
5049 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5051 M: sathyap@serverengines.com
5052 P: Subbu Seetharaman
5053 M: subbus@serverengines.com
5054 L: netdev@vger.kernel.org
5055 W: http://www.serverengines.com
5057 F: drivers/net/benet/
5062 P: Robert Stonehouse
5063 M: linux-net-drivers@solarflare.com
5071 F: drivers/misc/sgi-gru/
5073 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5076 L: linux-ia64@vger.kernel.org
5078 F: Documentation/ia64/serial.txt
5079 F: drivers/serial/ioc?_serial.c
5080 F: include/linux/ioc?.h
5082 SGI VISUAL WORKSTATION 320 AND 540
5085 L: linux-visws-devel@lists.sf.net
5086 W: http://linux-visws.sf.net
5087 S: Maintained for 2.6.
5088 F: Documentation/sgi-visws.txt
5090 SGI XP/XPC/XPNET DRIVER
5094 F: drivers/misc/sgi-xp/
5096 SHARP LH SUPPORT (LH7952X & LH7A40X)
5099 W: http://projects.buici.com/arm
5100 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5102 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5103 F: arch/arm/mach-lh7a40x/
5104 F: drivers/serial/serial_lh7a40x.c
5105 F: drivers/usb/gadget/lh7a40*
5106 F: drivers/usb/host/ohci-lh7a40*
5109 P: Kristen Carlson Accardi
5110 M: kristen.c.accardi@intel.com
5111 L: linux-pci@vger.kernel.org
5113 F: drivers/pci/hotplug/shpchp*
5115 SIMTEC EB110ATX (Chalice CATS)
5118 M: support@simtec.co.uk
5119 W: http://www.simtec.co.uk/products/EB110ATX/
5121 F: arch/arm/mach-ebsa110/
5123 SIMTEC EB2410ITX (BAST)
5126 M: support@simtec.co.uk
5127 W: http://www.simtec.co.uk/products/EB2410ITX/
5129 F: arch/arm/mach-s3c2410/
5130 F: drivers/*/*s3c2410*
5131 F: drivers/*/*/*s3c2410*
5133 SIS 190 ETHERNET DRIVER
5135 M: romieu@fr.zoreil.com
5136 L: netdev@vger.kernel.org
5138 F: drivers/net/sis190.c
5140 SIS 900/7016 FAST ETHERNET DRIVER
5142 M: venza@brownhat.org
5143 W: http://www.brownhat.org/sis900.html
5144 L: netdev@vger.kernel.org
5146 F: drivers/net/sis900.*
5148 SIS 96X I2C/SMBUS DRIVER
5150 M: mhoffman@lightlink.com
5151 L: linux-i2c@vger.kernel.org
5153 F: Documentation/i2c/busses/i2c-sis96x
5154 F: drivers/i2c/busses/i2c-sis96x.c
5156 SIS FRAMEBUFFER DRIVER
5157 P: Thomas Winischhofer
5158 M: thomas@winischhofer.net
5159 W: http://www.winischhofer.net/linuxsisvga.shtml
5161 F: Documentation/fb/sisfb.txt
5162 F: drivers/video/sis/
5163 F: include/video/sisfb.h
5166 P: Thomas Winischhofer
5167 M: thomas@winischhofer.net
5168 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5170 F: drivers/usb/misc/sisusbvga/
5172 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5173 P: Stephen Hemminger
5174 M: shemminger@linux-foundation.org
5175 L: netdev@vger.kernel.org
5177 F: drivers/net/skge.*
5178 F: drivers/net/sky2.*
5181 P: Christoph Lameter
5182 M: cl@linux-foundation.org
5184 M: penberg@cs.helsinki.fi
5187 L: linux-mm@kvack.org
5189 F: include/linux/sl?b*.h
5192 SMC91x ETHERNET DRIVER
5196 F: drivers/net/smc91x.*
5198 SMSC47B397 HARDWARE MONITOR DRIVER
5200 M: mhoffman@lightlink.com
5201 L: lm-sensors@lm-sensors.org
5203 F: Documentation/hwmon/smsc47b397
5204 F: drivers/hwmon/smsc47b397.c
5206 SMSC911x ETHERNET DRIVER
5207 P: Steve Glendinning
5208 M: steve.glendinning@smsc.com
5209 L: netdev@vger.kernel.org
5211 F: include/linux/smsc911x.h
5212 F: drivers/net/smsc911x.*
5214 SMSC9420 PCI ETHERNET DRIVER
5215 P: Steve Glendinning
5216 M: steve.glendinning@smsc.com
5217 L: netdev@vger.kernel.org
5219 F: drivers/net/smsc9420.*
5223 M: bn@niasdigital.com
5225 F: drivers/uio/uio_smx.c
5227 SN-IA64 (Itanium) SUB-PLATFORM
5230 L: linux-altix@sgi.com
5231 L: linux-ia64@vger.kernel.org
5232 W: http://www.sgi.com/altix
5236 SOC-CAMERA V4L2 SUBSYSTEM
5237 P: Guennadi Liakhovetski
5238 M: g.liakhovetski@gmx.de
5239 L: linux-media@vger.kernel.org
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5242 F: include/media/v4l2*
5243 F: drivers/media/video/v4l2*
5245 SOEKRIS NET48XX LED SUPPORT
5249 F: drivers/leds/leds-net48xx.c
5251 SOFTWARE RAID (Multiple Disks) SUPPORT
5254 L: linux-raid@vger.kernel.org
5257 F: include/linux/raid/
5259 SONIC NETWORK DRIVER
5260 P: Thomas Bogendoerfer
5261 M: tsbogend@alpha.franken.de
5262 L: netdev@vger.kernel.org
5264 F: drivers/net/sonic.*
5266 SONICS SILICON BACKPLANE DRIVER (SSB)
5269 L: netdev@vger.kernel.org
5272 F: include/linux/ssb/
5274 SONY VAIO CONTROL DEVICE DRIVER
5276 M: malattia@linux.it
5277 L: linux-acpi@vger.kernel.org
5278 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5280 F: Documentation/laptops/sony-laptop.txt
5281 F: drivers/char/sonypi.c
5282 F: drivers/platform/x86/sony-laptop.c
5283 F: include/linux/sony-laptop.h
5285 SONY MEMORYSTICK CARD SUPPORT
5288 L: linux-kernel@vger.kernel.org
5289 W: http://tifmxx.berlios.de/
5291 F: drivers/memstick/host/tifm_ms.c
5298 L: alsa-devel@alsa-project.org (subscribers-only)
5299 W: http://www.alsa-project.org/
5300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5301 T: git git://git.alsa-project.org/alsa-kernel.git
5303 F: Documentation/sound/
5307 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5309 M: lrg@slimlogic.co.uk
5311 M: broonie@opensource.wolfsonmicro.com
5312 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5313 L: alsa-devel@alsa-project.org (subscribers-only)
5314 W: http://alsa-project.org/main/index.php/ASoC
5318 SPARC + UltraSPARC (sparc/sparc64)
5320 M: davem@davemloft.net
5321 L: sparclinux@vger.kernel.org
5322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5327 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5329 M: R.E.Wolff@BitWizard.nl
5330 L: linux-kernel@vger.kernel.org
5332 F: Documentation/serial/specialix.txt
5333 F: drivers/char/specialix*
5337 M: dbrownell@users.sourceforge.net
5338 L: spi-devel-general@lists.sourceforge.net
5340 F: Documentation/spi/
5342 F: include/linux/spi/
5344 SPIDERNET NETWORK DRIVER for CELL
5346 M: kou.ishizaki@toshiba.co.jp
5349 L: netdev@vger.kernel.org
5351 F: Documentation/networking/spider_net.txt
5352 F: drivers/net/spider_net*
5357 L: linuxppc-dev@ozlabs.org
5358 L: cbe-oss-dev@ozlabs.org
5359 W: http://www.ibm.com/developerworks/power/cell/
5361 F: Documentation/filesystems/spufs.txt
5362 F: arch/powerpc/platforms/cell/spufs/
5364 SQUASHFS FILE SYSTEM
5366 M: phillip@lougher.demon.co.uk
5367 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5368 W: http://squashfs.org.uk
5370 F: Documentation/filesystems/squashfs.txt
5373 SRM (Alpha) environment access
5374 P: Jan-Benedict Glaw
5375 M: jbglaw@lug-owl.de
5376 L: linux-kernel@vger.kernel.org
5378 F: arch/alpha/kernel/srm_env.c
5381 P: Greg Kroah-Hartman
5384 M: chrisw@sous-sol.org
5385 L: stable@kernel.org
5389 P: Greg Kroah-Hartman
5391 L: linux-kernel@vger.kernel.org
5392 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5396 STARFIRE/DURALAN NETWORK DRIVER
5398 M: ionut@cs.columbia.edu
5400 F: drivers/net/starfire*
5402 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5403 W: http://mosquitonet.Stanford.EDU/strip.html
5405 F: drivers/net/wireless/strip.c
5406 F: include/linux/if_strip.h
5408 STRADIS MPEG-2 DECODER DRIVER
5411 W: http://www.stradis.com/
5413 F: drivers/media/video/stradis.c
5418 W: http://sammy.net/sun3/
5420 F: arch/m68k/kernel/*sun3*
5422 F: arch/m68k/include/asm/sun3*
5426 M: lethal@linux-sh.org
5427 L: linux-sh@vger.kernel.org
5428 W: http://www.linux-sh.org
5429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5431 F: Documentation/sh/
5437 M: len.brown@intel.com
5440 P: Rafael J. Wysocki
5442 L: linux-pm@lists.linux-foundation.org
5444 F: Documentation/power/
5445 F: arch/x86/kernel/acpi/
5446 F: drivers/base/power/
5448 F: include/linux/suspend.h
5449 F: include/linux/freezer.h
5450 F: include/linux/pm.h
5455 L: linux-video@atrey.karlin.mff.cuni.cz
5457 F: Documentation/svga.txt
5458 F: arch/x86/boot/video*
5461 P: Christoph Hellwig
5462 M: hch@infradead.org
5464 F: Documentation/filesystems/sysv-fs.txt
5466 F: include/linux/sysv_fs.h
5468 TASKSTATS STATISTICS INTERFACE
5470 M: balbir@linux.vnet.ibm.com
5471 L: linux-kernel@vger.kernel.org
5473 F: Documentation/accounting/taskstats*
5474 F: include/linux/taskstats*
5475 F: kernel/taskstats.c
5480 L: netdev@vger.kernel.org
5482 F: include/linux/pkt_cls.h
5483 F: include/net/pkt_cls.h
5486 TCP LOW PRIORITY MODULE
5487 P: Wong Hoi Sing, Edison
5488 M: hswong3i@gmail.com
5489 P: Hung Hing Lun, Mike
5490 M: hlhung3i@gmail.com
5491 W: http://tcp-lp-mod.sourceforge.net/
5493 F: net/ipv4/tcp_lp.c
5495 TEHUTI ETHERNET DRIVER
5496 P: Alexander Indenbaum
5497 M: baum@tehutinetworks.net
5499 M: andy@greyhouse.net
5500 L: netdev@vger.kernel.org
5502 F: drivers/net/tehuti*
5504 Telecom Clock Driver for MCPL0010
5506 M: mark.gross@intel.com
5508 F: drivers/char/tlclk.c
5510 TENSILICA XTENSA PORT (xtensa)
5516 THINKPAD ACPI EXTRAS DRIVER
5517 P: Henrique de Moraes Holschuh
5518 M: ibm-acpi@hmh.eng.br
5519 L: ibm-acpi-devel@lists.sourceforge.net
5520 W: http://ibm-acpi.sourceforge.net
5521 W: http://thinkwiki.org/wiki/Ibm-acpi
5522 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5524 F: drivers/platform/x86/thinkpad_acpi.c
5526 TI FLASH MEDIA INTERFACE DRIVER
5530 F: drivers/misc/tifm*
5531 F: drivers/mmc/host/tifm_sd.c
5532 F: include/linux/tifm.h
5534 TI OMAP MMC INTERFACE DRIVER
5535 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5536 M: linux-omap@vger.kernel.org
5537 W: http://linux.omap.com
5538 W: http://www.muru.com/linux/omap/
5540 F: drivers/mmc/host/omap.c
5542 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5544 M: dsaxena@plexity.net
5546 F: drivers/char/hw_random/omap-rng.c
5550 M: per.liden@ericsson.com
5552 M: jon.maloy@ericsson.com
5554 M: allan.stephens@windriver.com
5555 L: tipc-discussion@lists.sourceforge.net
5556 W: http://tipc.sourceforge.net/
5557 W: http://tipc.cslab.ericsson.net/
5558 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5560 F: include/linux/tipc*.h
5561 F: include/net/tipc/
5567 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5568 W: http://sourceforge.net/projects/tlan/
5570 F: Documentation/networking/tlan.txt
5571 F: drivers/net/tlan.*
5573 TOMOYO SECURITY MODULE
5575 M: takedakn@nttdata.co.jp
5577 M: penguin-kernel@I-love.SAKURA.ne.jp
5578 L: linux-kernel@vger.kernel.org (kernel issues)
5579 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5580 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5581 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5582 W: http://tomoyo.sourceforge.jp/
5583 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5587 TOSHIBA ACPI EXTRAS DRIVER
5589 F: drivers/platform/x86/toshiba_acpi.c
5593 M: jonathan@buzzard.org.uk
5594 L: tlinux-users@tce.toshiba-dme.co.jp
5595 W: http://www.buzzard.org.uk/toshiba/
5597 F: drivers/char/toshiba.c
5598 F: include/linux/toshiba.h
5602 M: ian@mnementh.co.uk
5604 F: drivers/mmc/host/tmio_mmc.*
5606 TMPFS (SHMEM FILESYSTEM)
5608 M: hugh.dickins@tiscali.co.uk
5609 L: linux-mm@kvack.org
5611 F: include/linux/shmem_fs.h
5616 M: debora@linux.vnet.ibm.com
5618 M: srajiv@linux.vnet.ibm.com
5619 W: http://tpmdd.sourceforge.net
5621 M: m.selhorst@sirrix.com
5622 W: http://www.sirrix.com
5623 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5625 F: drivers/char/tpm/
5629 M: trivial@kernel.org
5630 L: linux-kernel@vger.kernel.org
5631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5636 M: alan@lxorguk.ukuu.org.uk
5637 L: linux-kernel@vger.kernel.org
5640 TULIP NETWORK DRIVERS
5642 M: grundler@parisc-linux.org
5645 L: netdev@vger.kernel.org
5647 F: drivers/net/tulip/
5650 P: Maxim Krasnyansky
5651 M: maxk@qualcomm.com
5652 L: vtun@office.satix.net
5653 W: http://vtun.sourceforge.net/tun
5655 F: Documentation/networking/tuntap.txt
5656 F: arch/um/os-Linux/drivers/
5658 TURBOCHANNEL SUBSYSTEM
5659 P: Maciej W. Rozycki
5660 M: macro@linux-mips.org
5663 F: include/linux/tc.h
5667 M: ballabio_dario@emc.com
5668 L: linux-scsi@vger.kernel.org
5670 F: drivers/scsi/u14-34f.c
5672 UBI FILE SYSTEM (UBIFS)
5674 M: dedekind@infradead.org
5676 M: ext-adrian.hunter@nokia.com
5677 L: linux-mtd@lists.infradead.org
5678 T: git git://git.infradead.org/ubifs-2.6.git
5679 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5681 F: Documentation/filesystems/ubifs.txt
5684 UCLINUX (AND M68KNOMMU)
5687 W: http://www.uclinux.org/
5688 L: uclinux-dev@uclinux.org (subscribers-only)
5692 UCLINUX FOR RENESAS H8/300 (H8300)
5694 M: ysato@users.sourceforge.jp
5695 W: http://uclinux-h8.sourceforge.jp/
5701 W: http://linux-udf.sourceforge.net
5703 F: Documentation/filesystems/udf.txt
5707 P: Evgeniy Dushistov
5708 M: dushistov@mail.ru
5709 L: linux-kernel@vger.kernel.org
5711 F: Documentation/filesystems/ufs.txt
5714 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5716 M: david.vrabel@csr.com
5717 L: linux-usb@vger.kernel.org
5720 F: include/linux/uwb.h
5721 F: include/linux/uwb/
5723 UNIFORM CDROM DRIVER
5726 L: linux-kernel@vger.kernel.org
5727 W: http://www.kernel.dk
5729 F: Documentation/cdrom/
5730 F: drivers/cdrom/cdrom.c
5731 F: include/linux/cdrom.h
5733 UNSORTED BLOCK IMAGES (UBI)
5735 M: dedekind@infradead.org
5736 W: http://www.linux-mtd.infradead.org/
5737 L: linux-mtd@lists.infradead.org
5738 T: git git://git.infradead.org/ubi-2.6.git
5741 F: include/linux/mtd/ubi.h
5742 F: include/mtd/ubi-user.h
5746 M: oliver@neukum.name
5747 L: linux-usb@vger.kernel.org
5749 F: Documentation/usb/acm.txt
5750 F: drivers/usb/class/cdc-acm.*
5752 USB BLOCK DRIVER (UB ub)
5754 M: zaitcev@redhat.com
5755 L: linux-kernel@vger.kernel.org
5756 L: linux-usb@vger.kernel.org
5758 F: drivers/block/ub.c
5760 USB CDC ETHERNET DRIVER
5761 P: Greg Kroah-Hartman
5763 L: linux-usb@vger.kernel.org
5765 W: http://www.kroah.com/linux-usb/
5766 F: drivers/net/usb/cdc_*.c
5767 F: include/linux/usb/cdc.h
5769 USB CYPRESS C67X00 DRIVER
5771 M: jacmet@sunsite.dk
5772 L: linux-usb@vger.kernel.org
5774 F: drivers/usb/c67x00/
5776 USB DAVICOM DM9601 DRIVER
5778 M: jacmet@sunsite.dk
5779 L: netdev@vger.kernel.org
5780 W: http://www.linux-usb.org/usbnet
5782 F: drivers/net/usb/dm9601.c
5784 USB DIAMOND RIO500 DRIVER
5787 L: rio500-users@lists.sourceforge.net
5788 W: http://rio500.sourceforge.net
5790 F: drivers/usb/misc/rio500*
5794 M: dbrownell@users.sourceforge.net
5795 L: linux-usb@vger.kernel.org
5797 F: Documentation/usb/ehci.txt
5798 F: drivers/usb/host/ehci*
5800 USB ET61X[12]51 DRIVER
5802 M: luca.risolia@studio.unibo.it
5803 L: linux-usb@vger.kernel.org
5804 L: linux-media@vger.kernel.org
5805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5806 W: http://www.linux-projects.org
5808 F: drivers/media/video/et61x251/
5810 USB GADGET/PERIPHERAL SUBSYSTEM
5812 M: dbrownell@users.sourceforge.net
5813 L: linux-usb@vger.kernel.org
5814 W: http://www.linux-usb.org/gadget
5816 F: drivers/usb/gadget/
5817 F: include/linux/usb/gadget*
5819 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5822 L: linux-usb@vger.kernel.org
5823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5825 F: Documentation/usb/hiddev.txt
5826 F: drivers/hid/usbhid/
5830 M: ok@artecdesign.ee
5831 L: linux-usb@vger.kernel.org
5833 F: drivers/usb/host/isp116x*
5834 F: include/linux/usb/isp116x.h
5836 USB KAWASAKI LSI DRIVER
5838 M: oliver@neukum.name
5839 L: linux-usb@vger.kernel.org
5841 F: drivers/usb/serial/kl5kusb105.*
5843 USB MASS STORAGE DRIVER
5845 M: mdharm-usb@one-eyed-alien.net
5846 L: linux-usb@vger.kernel.org
5847 L: usb-storage@lists.one-eyed-alien.net
5849 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5850 F: drivers/usb/storage/
5854 M: dbrownell@users.sourceforge.net
5855 L: linux-usb@vger.kernel.org
5857 F: Documentation/usb/ohci.txt
5858 F: drivers/usb/host/ohci*
5860 USB OPTION-CARD DRIVER
5862 M: smurf@smurf.noris.de
5863 L: linux-usb@vger.kernel.org
5865 F: drivers/usb/serial/option.c
5869 M: mmcclell@bigfoot.com
5870 L: linux-usb@vger.kernel.org
5871 W: http://alpha.dyndns.org/ov511/
5873 F: drivers/media/video/ov511.*
5877 M: petkan@users.sourceforge.net
5878 L: linux-usb@vger.kernel.org
5879 L: netdev@vger.kernel.org
5880 W: http://pegasus2.sourceforge.net/
5882 F: drivers/net/usb/pegasus.*
5884 USB PRINTER DRIVER (usblp)
5886 M: zaitcev@redhat.com
5887 L: linux-usb@vger.kernel.org
5889 F: drivers/usb/class/usblp.c
5893 M: petkan@users.sourceforge.net
5894 L: linux-usb@vger.kernel.org
5895 L: netdev@vger.kernel.org
5896 W: http://pegasus2.sourceforge.net/
5898 F: drivers/net/usb/rtl8150.c
5903 L: linux-usb@vger.kernel.org
5904 W: http://www.chello.nl/~j.vreeken/se401/
5906 F: Documentation/video4linux/se401.txt
5907 F: drivers/media/video/se401.*
5909 USB SERIAL BELKIN F5U103 DRIVER
5910 P: William Greathouse
5911 M: wgreathouse@smva.com
5912 L: linux-usb@vger.kernel.org
5914 F: drivers/usb/serial/belkin_sa.*
5916 USB SERIAL CYPRESS M8 DRIVER
5918 M: dignome@gmail.com
5919 L: linux-usb@vger.kernel.org
5921 W: http://geocities.com/i0xox0i
5922 W: http://firstlight.net/cvs
5923 F: drivers/usb/serial/cypress_m8.*
5925 USB SERIAL CYBERJACK DRIVER
5926 P: Matthias Bruestle and Harald Welte
5927 M: support@reiner-sct.com
5928 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5930 F: drivers/usb/serial/cyberjack.c
5932 USB SERIAL DIGI ACCELEPORT DRIVER
5933 P: Peter Berger and Al Borchers
5934 M: pberger@brimson.com
5935 M: alborchers@steinerpoint.com
5936 L: linux-usb@vger.kernel.org
5938 F: drivers/usb/serial/digi_acceleport.c
5941 P: Greg Kroah-Hartman
5943 L: linux-usb@vger.kernel.org
5945 F: Documentation/usb/usb-serial.txt
5946 F: drivers/usb/serial/generic.c
5947 F: drivers/usb/serial/usb-serial.c
5948 F: include/linux/usb/serial.h
5950 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5952 M: xavyer@ix.netcom.com
5953 L: linux-usb@vger.kernel.org
5955 F: drivers/usb/serial/empeg.c
5957 USB SERIAL KEYSPAN DRIVER
5958 P: Greg Kroah-Hartman
5960 L: linux-usb@vger.kernel.org
5961 W: http://www.kroah.com/linux/
5963 F: drivers/usb/serial/*keyspan*
5965 USB SERIAL WHITEHEAT DRIVER
5966 P: Support Department
5967 M: support@connecttech.com
5968 L: linux-usb@vger.kernel.org
5969 W: http://www.connecttech.com
5971 F: drivers/usb/serial/whiteheat*
5973 USB SMSC95XX ETHERNET DRIVER
5974 P: Steve Glendinning
5975 M: steve.glendinning@smsc.com
5976 L: netdev@vger.kernel.org
5978 F: drivers/net/usb/smsc95xx.*
5982 M: luca.risolia@studio.unibo.it
5983 L: linux-usb@vger.kernel.org
5984 L: linux-media@vger.kernel.org
5985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5986 W: http://www.linux-projects.org
5988 F: Documentation/video4linux/sn9c102.txt
5989 F: drivers/media/video/sn9c102/
5992 P: Greg Kroah-Hartman
5994 L: linux-usb@vger.kernel.org
5995 W: http://www.linux-usb.org
5996 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5998 F: Documentation/usb/
6001 F: include/linux/usb.h
6002 F: include/linux/usb/
6006 M: stern@rowland.harvard.edu
6007 L: linux-usb@vger.kernel.org
6009 F: drivers/usb/host/uhci*
6011 USB "USBNET" DRIVER FRAMEWORK
6013 M: dbrownell@users.sourceforge.net
6014 L: netdev@vger.kernel.org
6015 W: http://www.linux-usb.org/usbnet
6017 F: drivers/net/usb/usbnet.c
6018 F: include/linux/usb/usbnet.h
6022 M: laurent.pinchart@skynet.be
6023 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6024 L: linux-media@vger.kernel.org
6025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6026 W: http://linux-uvc.berlios.de
6028 F: drivers/media/video/uvc/
6030 USB W996[87]CF DRIVER
6032 M: luca.risolia@studio.unibo.it
6033 L: linux-usb@vger.kernel.org
6034 L: linux-media@vger.kernel.org
6035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6036 W: http://www.linux-projects.org
6038 F: Documentation/video4linux/w9968cf.txt
6039 F: drivers/media/video/w996*
6041 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6043 M: jussi.kivilinna@mbnet.fi
6044 L: linux-wireless@vger.kernel.org
6046 F: drivers/net/wireless/rndis_wlan.c
6050 M: luca.risolia@studio.unibo.it
6051 L: linux-usb@vger.kernel.org
6052 L: linux-media@vger.kernel.org
6053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6054 W: http://www.linux-projects.org
6056 F: Documentation/video4linux/zc0301.txt
6057 F: drivers/media/video/zc0301/
6062 L: linux-usb@vger.kernel.org
6063 W: http://linux-lc100020.sourceforge.net
6065 F: drivers/net/wireless/zd1201.*
6069 M: royale@zerezo.com
6070 L: linux-usb@vger.kernel.org
6071 L: linux-media@vger.kernel.org
6072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6073 W: http://royale.zerezo.com/zr364xx/
6075 F: Documentation/video4linux/zr364xx.txt
6076 F: drivers/media/video/zr364xx.c
6078 USER-MODE LINUX (UML)
6080 M: jdike@addtoit.com
6081 L: user-mode-linux-devel@lists.sourceforge.net
6082 L: user-mode-linux-user@lists.sourceforge.net
6083 W: http://user-mode-linux.sourceforge.net
6085 F: Documentation/uml/
6092 M: hjk@linutronix.de
6093 P: Greg Kroah-Hartman
6095 L: linux-kernel@vger.kernel.org
6097 F: Documentation/DocBook/uio-howto.tmpl
6099 F: include/linux/uio*.h
6101 UTIL-LINUX-NG PACKAGE
6104 L: util-linux-ng@vger.kernel.org
6105 W: http://kernel.org/~kzak/util-linux-ng/
6106 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6110 P: Michal Januszewski
6112 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6113 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6115 F: Documentation/fb/uvesafb.txt
6116 F: drivers/video/uvesafb.*
6118 VFAT/FAT/MSDOS FILESYSTEM
6120 M: hirofumi@mail.parknet.co.jp
6121 L: linux-kernel@vger.kernel.org
6123 F: Documentation/filesystems/vfat.txt
6126 VIA RHINE NETWORK DRIVER
6130 F: drivers/net/via-rhine.c
6134 M: khali@linux-fr.org
6135 L: linux-i2c@vger.kernel.org
6137 F: Documentation/i2c/busses/i2c-viapro
6138 F: drivers/i2c/busses/i2c-viapro.c
6140 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6142 M: JosephChan@via.com.tw
6144 M: ScottFang@viatech.com.cn
6145 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6147 F: drivers/video/via/
6149 VIA VELOCITY NETWORK DRIVER
6151 M: romieu@fr.zoreil.com
6152 L: netdev@vger.kernel.org
6154 F: drivers/net/via-velocity.*
6159 L: netdev@vger.kernel.org
6161 F: drivers/net/macvlan.c
6162 F: include/linux/if_*vlan.h
6165 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6167 M: lrg@slimlogic.co.uk
6169 M: broonie@opensource.wolfsonmicro.com
6170 W: http://opensource.wolfsonmicro.com/node/15
6171 W: http://www.slimlogic.co.uk/?p=48
6172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6174 F: drivers/regulator/
6175 F: include/linux/regulator/
6177 VT1211 HARDWARE MONITOR DRIVER
6180 L: lm-sensors@lm-sensors.org
6182 F: Documentation/hwmon/vt1211
6183 F: drivers/hwmon/vt1211.c
6185 VT8231 HARDWARE MONITOR DRIVER
6187 M: vt8231@hiddenengine.co.uk
6188 L: lm-sensors@lm-sensors.org
6190 F: drivers/hwmon/vt8231.c
6192 W1 DALLAS'S 1-WIRE BUS
6194 M: johnpol@2ka.mipt.ru
6196 F: Documentation/w1/
6199 W83791D HARDWARE MONITORING DRIVER
6201 M: m.hulsman@tudelft.nl
6202 L: lm-sensors@lm-sensors.org
6204 F: Documentation/hwmon/w83791d
6205 F: drivers/hwmon/w83791d.c
6207 W83793 HARDWARE MONITORING DRIVER
6209 M: r.marek@assembler.cz
6210 L: lm-sensors@lm-sensors.org
6212 F: Documentation/hwmon/w83793
6213 F: drivers/hwmon/w83793.c
6215 W83L51xD SD/MMC CARD INTERFACE DRIVER
6218 L: linux-kernel@vger.kernel.org
6220 F: drivers/mmc/host/wbsd.*
6222 WATCHDOG DEVICE DRIVERS
6225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6227 F: Documentation/watchdog/
6228 F: drivers/watchdog/
6229 F: include/linux/watchdog.h
6231 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6234 L: linux-wireless@vger.kernel.org
6235 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6237 F: Documentation/networking/wavelan.txt
6238 F: drivers/net/wireless/wavelan*
6242 M: zaga@fly.cc.fer.hr
6243 L: linux-scsi@vger.kernel.org
6245 F: drivers/scsi/wd7000.c
6248 P: Inaky Perez-Gonzalez
6249 M: inaky.perez-gonzalez@intel.com
6250 M: linux-wimax@intel.com
6251 L: wimax@linuxwimax.org
6253 W: http://linuxwimax.org
6255 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6257 M: david.vrabel@csr.com
6259 F: include/linux/wlp.h
6262 WISTRON LAPTOP BUTTON DRIVER
6266 F: drivers/input/misc/wistron_btns.c
6268 WL3501 WIRELESS PCMCIA CARD DRIVER
6269 P: Arnaldo Carvalho de Melo
6270 M: acme@ghostprotocols.net
6271 L: linux-wireless@vger.kernel.org
6272 W: http://oops.ghostprotocols.net:81/blog
6274 F: drivers/net/wireless/wl3501*
6276 WM97XX TOUCHSCREEN DRIVERS
6278 M: broonie@opensource.wolfsonmicro.com
6280 M: lrg@slimlogic.co.uk
6281 L: linux-input@vger.kernel.org
6282 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6283 W: http://opensource.wolfsonmicro.com/node/7
6285 F: drivers/input/touchscreen/*wm97*
6286 F: include/linux/wm97xx.h
6290 M: eis@baty.hanse.de
6291 L: linux-x25@vger.kernel.org
6293 F: Documentation/networking/x25*
6297 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6299 M: tglx@linutronix.de
6305 L: linux-kernel@vger.kernel.org
6306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6308 F: Documentation/x86/
6311 XEN HYPERVISOR INTERFACE
6312 P: Jeremy Fitzhardinge
6313 M: jeremy@xensource.com
6315 M: chrisw@sous-sol.org
6316 L: virtualization@lists.osdl.org
6317 L: xen-devel@lists.xensource.com
6320 F: drivers/*/xen-*front.c
6322 F: arch/x86/include/asm/xen/
6326 P: Silicon Graphics Inc
6329 M: xfs-masters@oss.sgi.com
6331 W: http://oss.sgi.com/projects/xfs
6332 T: git git://oss.sgi.com/xfs/xfs.git
6334 F: Documentation/filesystems/xfs.txt
6337 XILINX SYSTEMACE DRIVER
6339 M: grant.likely@secretlab.ca
6340 W: http://www.secretlab.ca/
6341 L: linux-kernel@vger.kernel.org
6343 F: drivers/block/xsysace.c
6345 XILINX UARTLITE SERIAL DRIVER
6347 M: jacmet@sunsite.dk
6348 L: linux-serial@vger.kernel.org
6350 F: drivers/serial/uartlite.c
6352 YAM DRIVER FOR AX.25
6353 P: Jean-Paul Roubelat
6355 L: linux-hams@vger.kernel.org
6357 F: drivers/net/hamradio/yam*
6358 F: include/linux/yam.h
6360 YEALINK PHONE DRIVER
6362 M: Henk.Vergonet@gmail.com
6363 L: usbb2k-api-dev@nongnu.org
6365 F: Documentation/input/yealink.txt
6366 F: drivers/input/misc/yealink.*
6368 Z8530 DRIVER FOR AX.25
6371 W: http://yaina.de/jreuter/
6372 W: http://www.qsl.net/dl1bke/
6373 L: linux-hams@vger.kernel.org
6375 F: Documentation/networking/z8530drv.txt
6376 F: drivers/net/hamradio/*scc.c
6377 F: drivers/net/hamradio/z8530.h
6379 ZD1211RW WIRELESS DRIVER
6383 M: kune@deine-taler.de
6384 W: http://zd1211.ath.cx/wiki/DriverRewrite
6385 L: linux-wireless@vger.kernel.org
6386 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6388 F: drivers/net/wireless/zd1211rw/
6390 ZR36067 VIDEO FOR LINUX DRIVER
6391 L: mjpeg-users@lists.sourceforge.net
6392 L: linux-media@vger.kernel.org
6393 W: http://mjpeg.sourceforge.net/driver-zoran/
6394 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6396 F: drivers/media/video/zoran/
6398 ZS DECSTATION Z85C30 SERIAL DRIVER
6399 P: Maciej W. Rozycki
6400 M: macro@linux-mips.org
6402 F: drivers/serial/zs.*
6406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6407 S: Buried alive in reporters