2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/acpi*
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: thomas.dahlmann@amd.com
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andreas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
548 M: linux@arm.linux.org.uk
549 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W: http://www.arm.linux.org.uk/
554 ARM PRIMECELL MMCI PL180/1 DRIVER
556 F: drivers/mmc/host/mmci.*
558 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 F: arch/arm/mach-ixp23xx/
564 F: arch/arm/mach-ixp23xx/include/mach/
566 ARM/ADS SPHERE MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 ARM/AFEB9260 MACHINE SUPPORT
574 M: slapin@ossfans.org
575 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 ARM/AJECO 1ARM MACHINE SUPPORT
580 M: kernel@wantstofly.org
581 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 M: linux@maxim.org.za
587 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
588 W: http://maxim.org.za/at91_26.html
591 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 M: kernel@wantstofly.org
594 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 M: kernel@wantstofly.org
600 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 M: linux@arm.linux.org.uk
606 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 F: arch/arm/common/clkdev.c
608 F: arch/arm/include/asm/clkdev.h
610 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 M: mike@compulab.co.il
613 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 ARM/CORGI MACHINE SUPPORT
621 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 M: paulius.zaleckas@teltonika.lt
624 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 T: git git://gitorious.org/linux-gemini/mainline.git
628 ARM/EBSA110 MACHINE SUPPORT
630 M: linux@arm.linux.org.uk
631 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632 W: http://www.arm.linux.org.uk/
634 F: arch/arm/mach-ebsa110/
635 F: drivers/net/arm/am79c961a.*
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
641 M: stefan@openezx.org
643 M: laforge@openezx.org
644 L: openezx-devel@lists.openezx.org (subscribers-only)
645 W: http://www.openezx.org/
648 ARM/FARADAY FA526 PORT
650 M: paulius.zaleckas@teltonika.lt
651 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654 ARM/FOOTBRIDGE ARCHITECTURE
656 M: linux@arm.linux.org.uk
657 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658 W: http://www.arm.linux.org.uk/
660 F: arch/arm/include/asm/hardware/dec21285.h
661 F: arch/arm/mach-footbridge/
663 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
665 M: kernel@pengutronix.de
666 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
669 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
671 M: kernel@wantstofly.org
672 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
675 ARM/GUMSTIX MACHINE SUPPORT
678 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 ARM/HP JORNADA 7XX MACHINE SUPPORT
682 P: Kristoffer Ericson
683 M: kristoffer.ericson@gmail.com
687 ARM/INTEL IOP32X ARM ARCHITECTURE
689 M: kernel@wantstofly.org
691 M: dan.j.williams@intel.com
692 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
695 ARM/INTEL IOP33X ARM ARCHITECTURE
697 M: dan.j.williams@intel.com
698 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
701 ARM/INTEL IOP13XX ARM ARCHITECTURE
703 M: kernel@wantstofly.org
705 M: dan.j.williams@intel.com
706 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
709 ARM/INTEL IQ81342EX MACHINE SUPPORT
711 M: kernel@wantstofly.org
713 M: dan.j.williams@intel.com
714 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
717 ARM/INTEL IXP2000 ARM ARCHITECTURE
719 M: kernel@wantstofly.org
720 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
723 ARM/INTEL IXDP2850 MACHINE SUPPORT
725 M: kernel@wantstofly.org
726 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
729 ARM/INTEL IXP23XX ARM ARCHITECTURE
731 M: kernel@wantstofly.org
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL XSC3 (MANZANO) ARM CORE
737 M: kernel@wantstofly.org
739 M: dan.j.williams@intel.com
740 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
745 M: kernel@wantstofly.org
746 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 ARM/LOGICPD PXA270 MACHINE SUPPORT
751 M: kernel@wantstofly.org
752 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 ARM/MAGICIAN MACHINE SUPPORT
757 M: philipp.zabel@gmail.com
760 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
761 P: Michael Petchkovsky
762 M: mkpetch@internode.on.net
765 ARM/TOSA MACHINE SUPPORT
766 P: Dmitry Eremin-Solenikov
767 M: dbaryshkov@gmail.com
769 M: dirk@opfer-online.de
772 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
774 M: marek.vasut@gmail.com
775 W: http://hackndev.com
780 M: slapin@ossfans.org
781 W: http://hackndev.com
786 M: pleb@gelato.unsw.edu.au
787 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
790 ARM/PT DIGITAL BOARD PORT
792 M: stefan.eletzhofer@eletztrick.de
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W: http://www.arm.linux.org.uk/
797 ARM/RADISYS ENP2611 MACHINE SUPPORT
799 M: kernel@wantstofly.org
800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 ARM/RISCPC ARCHITECTURE
805 M: linux@arm.linux.org.uk
806 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
807 W: http://www.arm.linux.org.uk/
809 F: arch/arm/common/time-acorn.c
810 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
811 F: arch/arm/include/asm/hardware/ioc.h
812 F: arch/arm/include/asm/hardware/iomd.h
813 F: arch/arm/include/asm/hardware/memc.h
814 F: arch/arm/mach-rpc/
815 F: drivers/net/arm/ether*
818 ARM/SHARK MACHINE SUPPORT
820 M: alex@shark-linux.de
821 W: http://www.shark-linux.de/shark.html
824 ARM/S3C2410 ARM ARCHITECTURE
826 M: ben-linux@fluff.org
827 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
828 W: http://www.fluff.org/ben/linux/
831 ARM/S3C2440 ARM ARCHITECTURE
833 M: ben-linux@fluff.org
834 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
835 W: http://www.fluff.org/ben/linux/
838 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
840 M: kernel@wantstofly.org
841 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
844 ARM/THECUS N2100 MACHINE SUPPORT
846 M: kernel@wantstofly.org
847 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
850 ARM/NUVOTON W90X900 ARM ARCHITECTURE
852 M: mcuos.com@gmail.com
853 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
854 W: http://www.mcuos.com
859 M: linux@arm.linux.org.uk
860 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W: http://www.arm.linux.org.uk/
867 L: netdev@vger.kernel.org
871 ASUS ACPI EXTRAS DRIVER
873 M: corentincj@iksaif.net
875 M: sziwan@users.sourceforge.net
876 L: acpi4asus-user@lists.sourceforge.net
877 W: http://sourceforge.net/projects/acpi4asus
878 W: http://xf.iksaif.net/acpi4asus
880 F: arch/x86/kernel/acpi/boot.c
881 F: drivers/platform/x86/asus_acpi.c
883 ASUS ASB100 HARDWARE MONITOR DRIVER
885 M: mhoffman@lightlink.com
886 L: lm-sensors@lm-sensors.org
888 F: drivers/hwmon/asb100.c
890 ASUS LAPTOP EXTRAS DRIVER
892 M: corentincj@iksaif.net
893 L: acpi4asus-user@lists.sourceforge.net
894 W: http://sourceforge.net/projects/acpi4asus
895 W: http://xf.iksaif.net/acpi4asus
897 F: drivers/platform/x86/asus-laptop.c
899 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
901 M: dan.j.williams@intel.com
903 M: maciej.sosnowski@intel.com
904 L: linux-kernel@vger.kernel.org
905 W: http://sourceforge.net/projects/xscaleiop
907 F: Documentation/crypto/async-tx-api.txt
910 F: include/linux/dmaengine.h
911 F: include/linux/async_tx.h
913 ATA OVER ETHERNET (AOE) DRIVER
915 M: ecashin@coraid.com
916 W: http://www.coraid.com/support/linux
918 F: Documentation/aoe/
919 F: drivers/block/aoe/
921 ATHEROS ATH5K WIRELESS DRIVER
923 M: jirislaby@gmail.com
925 M: mickflemm@gmail.com
927 M: lrodriguez@atheros.com
929 M: me@bobcopeland.com
930 L: linux-wireless@vger.kernel.org
931 L: ath5k-devel@lists.ath5k.org
933 F: drivers/net/wireless/ath5k/
935 ATHEROS ATH9K WIRELESS DRIVER
937 M: lrodriguez@atheros.com
939 M: jmalinen@atheros.com
940 L: linux-wireless@vger.kernel.org
941 L: ath9k-devel@lists.ath9k.org
943 F: drivers/net/wireless/ath9k/
945 ATHEROS AR9170 WIRELESS DRIVER
946 P: Christian Lamparter
948 L: linux-wireless@vger.kernel.org
949 W: http://wireless.kernel.org/en/users/Drivers/ar9170
951 F: drivers/net/wireless/ar9170/
957 F: drivers/input/misc/ati_remote2.c
959 ATLX ETHERNET DRIVERS
961 M: jcliburn@gmail.com
965 M: jie.yang@atheros.com
966 L: atl1-devel@lists.sourceforge.net
967 W: http://sourceforge.net/projects/atl1
968 W: http://atl1.sourceforge.net
974 M: chas@cmf.nrl.navy.mil
975 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
976 L: netdev@vger.kernel.org
977 W: http://linux-atm.sourceforge.net
980 F: include/linux/atm*
982 ATMEL AT91 MCI DRIVER
984 M: nicolas.ferre@atmel.com
985 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
986 W: http://www.atmel.com/products/AT91/
987 W: http://www.at91.com/
989 F: drivers/mmc/host/at91_mci.c
991 ATMEL AT91 / AT32 SERIAL DRIVER
992 P: Haavard Skinnemoen
993 M: hskinnemoen@atmel.com
994 L: linux-kernel@vger.kernel.org
996 F: drivers/serial/atmel_serial.c
1000 M: nicolas.ferre@atmel.com
1001 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1003 F: drivers/video/atmel_lcdfb.c
1004 F: include/video/atmel_lcdc.h
1006 ATMEL MACB ETHERNET DRIVER
1007 P: Haavard Skinnemoen
1008 M: hskinnemoen@atmel.com
1010 F: drivers/net/macb.*
1013 P: Haavard Skinnemoen
1014 M: hskinnemoen@atmel.com
1016 F: drivers/spi/atmel_spi.*
1018 ATMEL USBA UDC DRIVER
1019 P: Haavard Skinnemoen
1020 M: hskinnemoen@atmel.com
1021 L: kernel@avr32linux.org
1022 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1024 F: drivers/usb/gadget/atmel_usba_udc.*
1026 ATMEL WIRELESS DRIVER
1028 M: simon@thekelleys.org.uk
1029 L: linux-wireless@vger.kernel.org
1030 W: http://www.thekelleys.org.uk/atmel
1031 W: http://atmelwlandriver.sourceforge.net/
1033 F: drivers/net/wireless/atmel*
1037 M: viro@zeniv.linux.org.uk
1039 M: eparis@redhat.com
1040 L: linux-audit@redhat.com (subscribers-only)
1041 W: http://people.redhat.com/sgrubb/audit/
1042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1044 F: include/linux/audit.h
1047 AUXILIARY DISPLAY DRIVERS
1048 P: Miguel Ojeda Sandonis
1049 M: miguel.ojeda.sandonis@gmail.com
1050 L: linux-kernel@vger.kernel.org
1051 W: http://miguelojeda.es/auxdisplay.htm
1052 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1054 F: drivers/auxdisplay/
1055 F: include/linux/cfag12864b.h
1058 P: Haavard Skinnemoen
1059 M: hskinnemoen@atmel.com
1060 W: http://www.atmel.com/products/AVR32/
1061 W: http://avr32linux.org/
1062 W: http://avrfreaks.net/
1066 AVR32/AT32AP MACHINE SUPPORT
1067 P: Haavard Skinnemoen
1068 M: hskinnemoen@atmel.com
1070 F: arch/avr32/mach-at32ap/
1074 M: ralf@linux-mips.org
1075 L: linux-hams@vger.kernel.org
1076 W: http://www.linux-ax25.org/
1078 F: include/linux/ax25.h
1079 F: include/net/ax25.h
1086 M: stefano.brivio@polimi.it
1087 L: linux-wireless@vger.kernel.org
1088 W: http://linuxwireless.org/en/users/Drivers/b43
1090 F: drivers/net/wireless/b43/
1092 B43LEGACY WIRELESS DRIVER
1094 M: Larry.Finger@lwfinger.net
1096 M: stefano.brivio@polimi.it
1097 L: linux-wireless@vger.kernel.org
1098 W: http://linuxwireless.org/en/users/Drivers/b43
1100 F: drivers/net/wireless/b43legacy/
1102 BACKLIGHT CLASS/SUBSYSTEM
1104 M: rpurdie@rpsys.net
1106 F: drivers/video/backlight/
1107 F: include/linux/backlight.h
1109 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1111 M: t.sailer@alumni.ethz.ch
1112 L: linux-hams@vger.kernel.org
1113 W: http://www.baycom.org/~tom/ham/ham.html
1115 F: drivers/net/hamradio/baycom*
1118 P: Sergey S. Kostyliov
1119 M: rathamahata@php4.ru
1120 L: linux-kernel@vger.kernel.org
1122 F: Documentation/filesystems/befs.txt
1126 P: Tigran A. Aivazian
1127 M: tigran@aivazian.fsnet.co.uk
1128 L: linux-kernel@vger.kernel.org
1130 F: Documentation/filesystems/bfs.txt
1132 F: include/linux/bfs_fs.h
1134 BLACKFIN ARCHITECTURE
1136 M: cooloney@kernel.org
1137 L: uclinux-dist-devel@blackfin.uclinux.org
1138 W: http://blackfin.uclinux.org
1142 BLACKFIN EMAC DRIVER
1144 M: cooloney@kernel.org
1145 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1146 W: http://blackfin.uclinux.org
1148 F: drivers/net/bfin_mac.*
1152 M: vapier.adi@gmail.com
1153 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1154 W: http://blackfin.uclinux.org
1156 F: drivers/rtc/rtc-bfin.c
1158 BLACKFIN SERIAL DRIVER
1160 M: sonic.zhang@analog.com
1161 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1162 W: http://blackfin.uclinux.org
1164 F: drivers/serial/bfin_5xx.c
1166 BLACKFIN WATCHDOG DRIVER
1168 M: vapier.adi@gmail.com
1169 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1170 W: http://blackfin.uclinux.org
1172 F: drivers/watchdog/bfin_wdt.c
1174 BLACKFIN I2C TWI DRIVER
1176 M: sonic.zhang@analog.com
1177 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1178 W: http://blackfin.uclinux.org/
1180 F: drivers/i2c/busses/i2c-bfin-twi.c
1185 L: linux-kernel@vger.kernel.org
1186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1192 M: joern@lazybastard.org
1193 L: linux-mtd@lists.infradead.org
1195 F: drivers/mtd/devices/block2mtd.c
1199 M: marcel@holtmann.org
1200 L: linux-bluetooth@vger.kernel.org
1201 W: http://www.bluez.org/
1203 F: drivers/bluetooth/
1207 M: marcel@holtmann.org
1208 L: linux-bluetooth@vger.kernel.org
1209 W: http://www.bluez.org/
1210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1213 F: include/net/bluetooth/
1218 L: bonding-devel@lists.sourceforge.net
1219 W: http://sourceforge.net/projects/bonding/
1221 F: drivers/net/bonding/
1222 F: include/linux/if_bonding.h
1224 BROADCOM B44 10/100 ETHERNET DRIVER
1226 M: zambrano@broadcom.com
1227 L: netdev@vger.kernel.org
1229 F: drivers/net/b44.*
1231 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1233 M: mchan@broadcom.com
1234 L: netdev@vger.kernel.org
1236 F: drivers/net/bnx2.*
1237 F: drivers/net/bnx2_*
1239 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1241 M: eilong@broadcom.com
1242 L: netdev@vger.kernel.org
1244 F: drivers/net/bnx2x*
1246 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1248 M: mcarlson@broadcom.com
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/tg3.*
1255 BSG (block layer generic sg v4 driver)
1257 M: fujita.tomonori@lab.ntt.co.jp
1258 L: linux-scsi@vger.kernel.org
1261 F: include/linux/bsg.h
1266 W: http://bu3sch.de/btgpio.php
1268 F: drivers/gpio/bt8xxgpio.c
1272 M: chris.mason@oracle.com
1273 L: linux-btrfs@vger.kernel.org
1274 W: http://btrfs.wiki.kernel.org/
1275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1277 F: Documentation/filesystems/btrfs.txt
1280 BTTV VIDEO4LINUX DRIVER
1281 P: Mauro Carvalho Chehab
1282 M: mchehab@infradead.org
1283 L: linux-media@vger.kernel.org
1284 W: http://linuxtv.org
1285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1287 F: Documentation/video4linux/bttv/
1288 F: drivers/media/video/bt8xx/bttv*
1290 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1292 M: dhowells@redhat.com
1293 L: linux-cachefs@redhat.com
1295 F: Documentation/filesystems/caching/cachefiles.txt
1298 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1301 L: linux-media@vger.kernel.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/cafe_ccic
1305 F: drivers/media/video/cafe_ccic*
1307 CALGARY x86-64 IOMMU
1312 L: linux-kernel@vger.kernel.org
1313 L: discuss@x86-64.org
1315 F: arch/x86/kernel/pci-calgary_64.c
1316 F: arch/x86/kernel/tce_64.c
1317 F: arch/x86/include/asm/calgary.h
1318 F: arch/x86/include/asm/tce.h
1322 M: urs.thuermann@volkswagen.de
1324 M: oliver.hartkopp@volkswagen.de
1325 L: socketcan-core@lists.berlios.de (subscribers-only)
1326 W: http://developer.berlios.de/projects/socketcan/
1329 F: include/linux/can/
1330 F: include/linux/can.h
1332 CELL BROADBAND ENGINE ARCHITECTURE
1335 L: linuxppc-dev@ozlabs.org
1336 L: cbe-oss-dev@ozlabs.org
1337 W: http://www.ibm.com/developerworks/power/cell/
1339 F: arch/powerpc/include/asm/cell*.h
1340 F: arch/powerpc/include/asm/spu*.h
1341 F: arch/powerpc/oprofile/*cell*
1342 F: arch/powerpc/platforms/cell/
1344 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1346 M: david.vrabel@csr.com
1347 L: linux-usb@vger.kernel.org
1349 F: Documentation/usb/WUSB-Design-overview.txt
1350 F: Documentation/usb/wusb-cbaf
1351 F: drivers/usb/wusbcore/
1352 F: include/linux/usb/wusb*
1354 CFAG12864B LCD DRIVER
1355 P: Miguel Ojeda Sandonis
1356 M: miguel.ojeda.sandonis@gmail.com
1357 L: linux-kernel@vger.kernel.org
1358 W: http://miguelojeda.es/auxdisplay.htm
1359 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1361 F: drivers/auxdisplay/cfag12864b.c
1362 F: include/linux/cfag12864b.h
1364 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1365 P: Miguel Ojeda Sandonis
1366 M: miguel.ojeda.sandonis@gmail.com
1367 L: linux-kernel@vger.kernel.org
1368 W: http://miguelojeda.es/auxdisplay.htm
1369 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1371 F: drivers/auxdisplay/cfag12864bfb.c
1372 F: include/linux/cfag12864b.h
1374 CFG80211 and NL80211
1376 M: johannes@sipsolutions.net
1377 L: linux-wireless@vger.kernel.org
1379 F: include/linux/nl80211.h
1380 F: include/net/cfg80211.h
1382 X: net/wireless/wext*
1386 M: apw@canonical.com
1387 L: linux-kernel@vger.kernel.org
1389 F: scripts/checkpatch.pl
1391 CISCO 10G ETHERNET DRIVER
1393 M: scofeldm@cisco.com
1395 M: jeykholt@cisco.com
1397 F: drivers/net/enic/
1399 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1400 P: Lennert Buytenhek
1401 M: kernel@wantstofly.org
1402 L: netdev@vger.kernel.org
1404 F: drivers/net/arm/ep93xx_eth.c
1406 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1407 P: Lennert Buytenhek
1408 M: kernel@wantstofly.org
1409 L: linux-usb@vger.kernel.org
1411 F: drivers/usb/host/ohci-ep93xx.c
1413 CIRRUS LOGIC CS4270 SOUND DRIVER
1415 M: timur@freescale.com
1416 L: alsa-devel@alsa-project.org
1418 F: sound/soc/codecs/cs4270*
1420 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1421 P: Cirrus Logic Corporation (kernel 2.2 driver)
1422 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1423 P: Nils Faerber (port to kernel 2.4)
1424 M: Nils Faerber <nils@kernelconcepts.de>
1426 F: Documentation/input/cs461x.txt
1427 F: sound/pci/cs46xx/
1431 M: linux@arm.linux.org.uk
1432 F: include/linux/clk.h
1436 M: jaharkes@cs.cmu.edu
1438 L: codalist@coda.cs.cmu.edu
1439 W: http://www.coda.cs.cmu.edu/
1441 F: Documentation/filesystems/coda.txt
1443 F: include/linux/coda*.h
1445 COMMON INTERNET FILE SYSTEM (CIFS)
1447 M: sfrench@samba.org
1448 L: linux-cifs-client@lists.samba.org
1449 L: samba-technical@lists.samba.org
1450 W: http://linux-cifs.samba.org/
1451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1453 F: Documentation/filesystems/cifs.txt
1456 COMPACTPCI HOTPLUG CORE
1458 M: scottm@somanetworks.com
1459 M: scott@spiteful.org
1460 L: linux-pci@vger.kernel.org
1462 F: drivers/pci/hotplug/cpci_hotplug*
1464 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1466 M: scottm@somanetworks.com
1467 M: scott@spiteful.org
1468 L: linux-pci@vger.kernel.org
1470 F: drivers/pci/hotplug/cpcihp_zt5550.*
1472 COMPACTPCI HOTPLUG GENERIC DRIVER
1474 M: scottm@somanetworks.com
1475 M: scott@spiteful.org
1476 L: linux-pci@vger.kernel.org
1478 F: drivers/pci/hotplug/cpcihp_generic.c
1480 COMPAL LAPTOP SUPPORT
1481 P: Cezary Jackiewicz
1482 M: cezary.jackiewicz@gmail.com
1484 F: drivers/platform/x86/compal-laptop.c
1486 COMPUTONE INTELLIPORT MULTIPORT CARD
1487 P: Michael H. Warfield
1489 W: http://www.wittsend.com/computone.html
1491 F: Documentation/serial/computone.txt
1492 F: drivers/char/ip2/
1494 CONEXANT ACCESSRUNNER USB DRIVER
1496 M: cxacru@fire.lp0.eu
1497 L: accessrunner-general@lists.sourceforge.net
1498 W: http://accessrunner.sourceforge.net/
1500 F: drivers/usb/atm/cxacru.c
1504 M: joel.becker@oracle.com
1505 L: linux-kernel@vger.kernel.org
1508 F: include/linux/configfs.h
1510 CONTROL GROUPS (CGROUPS)
1512 M: menage@google.com
1514 M: lizf@cn.fujitsu.com
1515 L: containers@lists.linux-foundation.org
1517 F: include/linux/cgroup*
1520 CORETEMP HARDWARE MONITORING DRIVER
1522 M: r.marek@assembler.cz
1523 L: lm-sensors@lm-sensors.org
1525 F: Documentation/hwmon/coretemp
1526 F: drivers/hwmon/coretemp.c
1528 COSA/SRP SYNC SERIAL DRIVER
1529 P: Jan "Yenya" Kasprzak
1531 W: http://www.fi.muni.cz/~kas/cosa/
1533 F: drivers/net/wan/cosa*
1535 CPU FREQUENCY DRIVERS
1538 L: cpufreq@vger.kernel.org
1539 W: http://www.codemonkey.org.uk/projects/cpufreq/
1540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1542 F: arch/x86/kernel/cpu/cpufreq/
1544 F: include/linux/cpufreq.h
1550 F: arch/x86/kernel/cpuid.c
1551 F: arch/x86/kernel/msr.c
1555 M: menage@google.com
1556 L: linux-kernel@vger.kernel.org
1557 W: http://www.bullopensource.org/cpuset/
1558 W: http://oss.sgi.com/projects/cpusets/
1560 F: Documentation/cgroups/cpusets.txt
1561 F: include/linux/cpuset.h
1565 W: http://sourceforge.net/projects/cramfs/
1567 F: Documentation/filesystems/cramfs.txt
1574 M: jesper.nilsson@axis.com
1575 L: dev-etrax@axis.com
1576 W: http://developer.axis.com
1582 M: herbert@gondor.apana.org.au
1584 M: davem@davemloft.net
1585 L: linux-crypto@vger.kernel.org
1586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1588 F: Documentation/crypto/
1594 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1596 M: nhorman@tuxdriver.com
1597 L: linux-crypto@vger.kernel.org
1600 CS5535 Audio ALSA driver
1602 M: jayakumar.alsa@gmail.com
1604 F: sound/pci/cs5535audio/
1606 CX18 VIDEO4LINUX DRIVER
1608 M: hverkuil@xs4all.nl
1611 L: ivtv-devel@ivtvdriver.org
1612 L: ivtv-users@ivtvdriver.org
1613 L: linux-media@vger.kernel.org
1614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1615 W: http://linuxtv.org
1617 F: Documentation/video4linux/cx18.txt
1618 F: drivers/media/video/cx18/
1620 CXGB3 ETHERNET DRIVER (CXGB3)
1623 L: netdev@vger.kernel.org
1624 W: http://www.chelsio.com
1626 F: drivers/net/cxgb3/
1628 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1630 M: swise@chelsio.com
1631 L: general@lists.openfabrics.org
1632 W: http://www.openfabrics.org
1634 F: drivers/infiniband/hw/cxgb3/
1638 M: linux@arm.linux.org.uk
1639 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1640 W: http://www.arm.linux.org.uk/
1642 F: drivers/video/cyber2000fb.*
1644 CYCLADES 2X SYNC CARD DRIVER
1645 P: Arnaldo Carvalho de Melo
1646 M: acme@ghostprotocols.net
1647 W: http://oops.ghostprotocols.net:81/blog
1649 F: drivers/net/wan/cycx*
1651 CYCLADES ASYNC MUX DRIVER
1652 W: http://www.cyclades.com/
1654 F: drivers/char/cyclades.c
1655 F: include/linux/cyclades.h
1657 CYCLADES PC300 DRIVER
1658 W: http://www.cyclades.com/
1660 F: drivers/net/wan/pc300*
1662 DAMA SLAVE for AX.25
1665 W: http://yaina.de/jreuter/
1666 W: http://www.qsl.net/dl1bke/
1667 L: linux-hams@vger.kernel.org
1669 F: net/ax25/af_ax25.c
1670 F: net/ax25/ax25_dev.c
1671 F: net/ax25/ax25_ds_*
1672 F: net/ax25/ax25_in.c
1673 F: net/ax25/ax25_out.c
1674 F: net/ax25/ax25_timer.c
1675 F: net/ax25/sysctl_net_ax25.c
1677 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1679 M: tori@unhappy.mine.nu
1680 L: netdev@vger.kernel.org
1682 F: Documentation/networking/dmfe.txt
1683 F: drivers/net/tulip/dmfe.c
1685 DC390/AM53C974 SCSI driver
1688 W: http://www.garloff.de/kurt/linux/dc390/
1689 P: Guennadi Liakhovetski
1690 M: g.liakhovetski@gmx.de
1692 F: drivers/scsi/tmscsim.*
1696 M: oliver@neukum.name
1700 M: lenehan@twibble.org
1701 W: http://twibble.org/dist/dc395x/
1702 L: dc395x@twibble.org
1703 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1705 F: Documentation/scsi/dc395x.txt
1706 F: drivers/scsi/dc395x.*
1709 P: Arnaldo Carvalho de Melo
1710 M: acme@ghostprotocols.net
1711 L: dccp@vger.kernel.org
1712 W: http://linux-net.osdl.org/index.php/DCCP
1714 F: include/linux/dccp.h
1715 F: include/linux/tfrc.h
1718 DECnet NETWORK LAYER
1719 P: Christine Caulfield
1720 M: christine.caulfield@googlemail.com
1721 W: http://linux-decnet.sourceforge.net
1722 L: linux-decnet-user@lists.sourceforge.net
1724 F: Documentation/networking/decnet.txt
1727 DEFXX FDDI NETWORK DRIVER
1728 P: Maciej W. Rozycki
1729 M: macro@linux-mips.org
1731 F: drivers/net/defxx.*
1735 M: mjg59@srcf.ucam.org
1737 F: drivers/platform/x86/dell-laptop.c
1739 DELL LAPTOP SMM DRIVER
1740 P: Massimo Dal Zotto
1742 W: http://www.debian.org/~dz/i8k/
1744 F: drivers/char/i8k.c
1745 F: include/linux/i8k.h
1747 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1749 M: Douglas_Warzecha@dell.com
1751 F: Documentation/dcdbas.txt
1752 F: drivers/firmware/dcdbas.*
1754 DELL WMI EXTRAS DRIVER
1756 M: mjg59@srcf.ucam.org
1759 DEVICE NUMBER REGISTRY
1761 M: device@lanana.org
1762 W: http://lanana.org/docs/device-list/index.html
1763 L: linux-kernel@vger.kernel.org
1768 L: dm-devel@redhat.com
1769 W: http://sources.redhat.com/dm
1771 F: Documentation/device-mapper/
1773 F: include/linux/device-mapper.h
1774 F: include/linux/dm-*.h
1776 DIGI INTL. EPCA DRIVER
1777 P: Digi International, Inc
1778 M: Eng.Linux@digi.com
1779 L: Eng.Linux@digi.com
1780 W: http://www.digi.com
1782 F: Documentation/serial/digiepca.txt
1783 F: drivers/char/epca*
1784 F: drivers/char/digi*
1786 DIRECTORY NOTIFICATION (DNOTIFY)
1788 M: sfr@canb.auug.org.au
1789 L: linux-kernel@vger.kernel.org
1791 F: Documentation/filesystems/dnotify.txt
1792 F: fs/notify/dnotify/
1793 F: include/linux/dnotify.h
1795 DISK GEOMETRY AND PARTITION HANDLING
1798 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1799 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1800 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1806 L: linux-kernel@vger.kernel.org
1808 F: Documentation/filesystems/quota.txt
1810 F: include/linux/quota*.h
1812 DISTRIBUTED LOCK MANAGER (DLM)
1813 P: Christine Caulfield
1814 M: ccaulfie@redhat.com
1816 M: teigland@redhat.com
1817 L: cluster-devel@redhat.com
1818 W: http://sources.redhat.com/cluster/
1819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1823 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1825 M: maciej.sosnowski@intel.com
1827 M: dan.j.williams@intel.com
1828 L: linux-kernel@vger.kernel.org
1831 F: include/linux/dma*
1833 DME1737 HARDWARE MONITOR DRIVER
1836 L: lm-sensors@lm-sensors.org
1838 F: Documentation/hwmon/dme1737
1839 F: drivers/hwmon/dme1737.c
1841 DOCBOOK FOR DOCUMENTATION
1843 M: rdunlap@xenotime.net
1846 DOCKING STATION DRIVER
1848 M: shaohua.li@intel.com
1849 L: linux-acpi@vger.kernel.org
1851 F: drivers/acpi/dock.c
1855 M: rdunlap@xenotime.net
1856 L: linux-doc@vger.kernel.org
1861 P: James R. Van Zandt
1862 M: jrv@vanzandt.mv.com
1863 L: blinux-list@redhat.com
1865 F: drivers/char/dtlk.c
1866 F: include/linux/dtlk.h
1868 DPT_I2O SCSI RAID DRIVER
1869 P: Adaptec OEM Raid Solutions
1870 M: aacraid@adaptec.com
1871 L: linux-scsi@vger.kernel.org
1872 W: http://www.adaptec.com/
1874 F: drivers/scsi/dpt*
1875 F: drivers/scsi/dpt/
1877 DRIVER CORE, KOBJECTS, AND SYSFS
1878 P: Greg Kroah-Hartman
1880 L: linux-kernel@vger.kernel.org
1881 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1883 F: Documentation/kobject.txt
1886 F: include/linux/kobj*
1892 L: dri-devel@lists.sourceforge.net
1893 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1899 M: romieu@fr.zoreil.com
1900 L: netdev@vger.kernel.org
1902 F: drivers/net/wan/dscc4.c
1904 DZ DECSTATION DZ11 SERIAL DRIVER
1905 P: Maciej W. Rozycki
1906 M: macro@linux-mips.org
1908 F: drivers/serial/dz.*
1910 EATA-DMA SCSI DRIVER
1912 M: mike@i-Connect.Net
1913 L: linux-eata@i-connect.net
1914 L: linux-scsi@vger.kernel.org
1916 F: drivers/scsi/eata*
1918 EATA ISA/EISA/PCI SCSI DRIVER
1920 M: ballabio_dario@emc.com
1921 L: linux-scsi@vger.kernel.org
1923 F: drivers/scsi/eata.c
1925 EATA-PIO SCSI DRIVER
1927 M: mike@i-Connect.Net
1928 L: linux-eata@i-connect.net
1929 L: linux-scsi@vger.kernel.org
1931 F: drivers/scsi/eata_pio.*
1935 M: bart.de.schuymer@pandora.be
1936 L: ebtables-user@lists.sourceforge.net
1937 L: ebtables-devel@lists.sourceforge.net
1938 W: http://ebtables.sourceforge.net/
1940 F: include/linux/netfilter_bridge/ebt_*.h
1941 F: net/bridge/netfilter/ebt*.c
1945 M: tyhicks@linux.vnet.ibm.com
1947 P: kirkland@canonical.com
1948 L: ecryptfs-devel@lists.launchpad.net
1949 W: https://launchpad.net/ecryptfs
1951 F: Documentation/filesystems/ecryptfs.txt
1956 M: dougthompson@xmission.com
1957 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1958 W: bluesmoke.sourceforge.net
1960 F: Documentation/edac.txt
1961 F: drivers/edac/edac_*
1962 F: include/linux/edac.h
1967 M: mark.gross@intel.com
1968 M: dougthompson@xmission.com
1969 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1970 W: bluesmoke.sourceforge.net
1972 F: drivers/edac/e752x_edac.c
1976 M: dougthompson@xmission.com
1977 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1978 W: bluesmoke.sourceforge.net
1980 F: drivers/edac/e7xxx_edac.c
1984 M: tim@buttersideup.com
1985 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W: bluesmoke.sourceforge.net
1988 F: drivers/edac/i82443bxgx_edac.c
1992 M: juhlenko@akamai.com
1993 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W: bluesmoke.sourceforge.net
1996 F: drivers/edac/i3000_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/i5000_edac.c
2007 P: Mauro Carvalho Chehab
2008 M: mchehab@redhat.com
2009 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W: bluesmoke.sourceforge.net
2012 F: drivers/edac/i5400_edac.c
2015 P: Ranganathan Desikan
2017 M: rdesikan@jetzbroadband.com
2018 M: arvind@acarlab.com
2019 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W: bluesmoke.sourceforge.net
2022 F: drivers/edac/i82975x_edac.c
2027 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2028 W: bluesmoke.sourceforge.net
2030 F: drivers/edac/pasemi_edac.c
2034 M: tim@buttersideup.com
2035 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W: bluesmoke.sourceforge.net
2038 F: drivers/edac/r82600_edac.c
2040 EEEPC LAPTOP EXTRAS DRIVER
2042 M: corentincj@iksaif.net
2043 L: acpi4asus-user@lists.sourceforge.net
2044 W: http://sourceforge.net/projects/acpi4asus
2046 F: drivers/platform/x86/eeepc-laptop.c
2049 W: http://aeschi.ch.eu.org/efs/
2053 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2055 M: hnguyen@de.ibm.com
2057 M: raisch@de.ibm.com
2058 L: general@lists.openfabrics.org
2060 F: drivers/infiniband/hw/ehca/
2064 M: paul.gortmaker@windriver.com
2068 M: dwmw2@infradead.org
2069 L: linux-embedded@vger.kernel.org
2072 EMULEX LPFC FC SCSI DRIVER
2074 M: james.smart@emulex.com
2075 L: linux-scsi@vger.kernel.org
2076 W: http://sourceforge.net/projects/lpfcxxxx
2078 F: drivers/scsi/lpfc/
2080 EPSON 1355 FRAMEBUFFER DRIVER
2081 P: Christopher Hoover
2082 M: ch@murgatroid.com
2083 P: Christopher Hoover
2086 F: drivers/video/epson1355fb.c
2088 EPSON S1D13XXX FRAMEBUFFER DRIVER
2089 P: Kristoffer Ericson
2090 M: kristoffer.ericson@gmail.com
2092 F: drivers/video/s1d13xxxfb.c
2093 F: include/video/s1d13xxxfb.h
2095 ETHEREXPRESS-16 NETWORK DRIVER
2098 L: netdev@vger.kernel.org
2100 F: drivers/net/eexpress.*
2103 P: Stephen Hemminger
2104 M: shemminger@linux-foundation.org
2105 L: bridge@lists.linux-foundation.org
2106 W: http://www.linux-foundation.org/en/Net:Bridge
2108 F: include/linux/netfilter_bridge/
2111 ETHERTEAM 16I DRIVER
2115 F: drivers/net/eth16i.c
2118 L: linux-ext4@vger.kernel.org
2120 F: Documentation/filesystems/ext2.txt
2122 F: include/linux/ext2*
2128 M: akpm@linux-foundation.org
2131 L: linux-ext4@vger.kernel.org
2133 F: Documentation/filesystems/ext3.txt
2135 F: include/linux/ext3*
2142 L: linux-ext4@vger.kernel.org
2143 W: http://ext4.wiki.kernel.org
2145 F: Documentation/filesystems/ext4.txt
2148 F71805F HARDWARE MONITORING DRIVER
2150 M: khali@linux-fr.org
2151 L: lm-sensors@lm-sensors.org
2153 F: Documentation/hwmon/f71805f
2154 F: drivers/hwmon/f71805f.c
2156 FARSYNC SYNCHRONOUS DRIVER
2158 M: kevin.curtis@farsite.co.uk
2159 W: http://www.farsite.co.uk/
2161 F: drivers/net/wan/farsync.*
2163 FAULT INJECTION SUPPORT
2165 M: akinobu.mita@gmail.com
2167 F: Documentation/fault-injection/
2168 F: lib/fault-inject.c
2170 FILE LOCKING (flock() and fcntl()/lockf())
2173 L: linux-fsdevel@vger.kernel.org
2175 F: include/linux/fcntl.h
2176 F: include/linux/fs.h
2180 FILESYSTEMS (VFS and infrastructure)
2182 M: viro@zeniv.linux.org.uk
2183 L: linux-fsdevel@vger.kernel.org
2187 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2189 M: riku.vipio@iki.fi
2190 L: lm-sensors@lm-sensors.org
2192 F: drivers/hwmon/f75375s.c
2193 F: include/linux/f75375s.h
2196 P: Kristian Hoegsberg
2199 M: stefanr@s5r6.in-berlin.de
2200 L: linux1394-devel@lists.sourceforge.net
2201 W: http://www.linux1394.org/
2202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2204 F: drivers/firewire/
2205 F: include/linux/firewire*.h
2207 FIRMWARE LOADER (request_firmware)
2208 L: linux-kernel@vger.kernel.org
2210 F: Documentation/firmware_class/
2211 F: drivers/base/firmware*.c
2212 F: include/linux/firmware.h
2216 M: billm@melbpc.org.au
2217 W: http://floatingpoint.sourceforge.net/emulator/index.html
2219 F: arch/x86/math-emu/
2221 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2223 M: mike.mclagan@linux.org
2224 L: netdev@vger.kernel.org
2226 F: drivers/net/wan/dlci.c
2227 F: drivers/net/wan/sdla.c
2231 M: adaplas@gmail.com
2232 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2233 W: http://linux-fbdev.sourceforge.net/
2235 F: Documentation/fb/
2236 F: drivers/video/fb*
2237 F: include/linux/fb.h
2239 FREESCALE DMA DRIVER
2241 M: leoli@freescale.com
2244 L: linuxppc-embedded@ozlabs.org
2245 L: linux-kernel@vger.kernel.org
2247 F: drivers/dma/fsldma.*
2249 FREESCALE I2C CPM DRIVER
2252 L: linuxppc-dev@ozlabs.org
2253 L: linux-i2c@vger.kernel.org
2255 F: drivers/i2c/busses/i2c-cpm.c
2257 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2259 M: kernel@pengutronix.de
2260 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2263 F: arch/arm/plat-mxc/include/mach/imxfb.h
2264 F: drivers/video/imxfb.c
2266 FREESCALE SOC FS_ENET DRIVER
2267 P: Pantelis Antoniou
2268 M: pantelis.antoniou@gmail.com
2270 M: vbordug@ru.mvista.com
2271 L: linuxppc-dev@ozlabs.org
2272 L: netdev@vger.kernel.org
2274 F: drivers/net/fs_enet/
2275 F: include/linux/fs_enet_pd.h
2277 FREESCALE QUICC ENGINE LIBRARY
2279 M: timur@freescale.com
2280 L: linuxppc-dev@ozlabs.org
2282 F: arch/powerpc/sysdev/qe_lib/
2283 F: arch/powerpc/include/asm/*qe.h
2285 FREESCALE HIGHSPEED USB DEVICE DRIVER
2287 M: leoli@freescale.com
2288 L: linux-usb@vger.kernel.org
2289 L: linuxppc-dev@ozlabs.org
2291 F: drivers/usb/gadget/fsl_usb2_udc.c
2293 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2295 M: leoli@freescale.com
2296 L: netdev@vger.kernel.org
2297 L: linuxppc-dev@ozlabs.org
2299 F: drivers/net/ucc_geth*
2301 FREESCALE QUICC ENGINE UCC UART DRIVER
2303 M: timur@freescale.com
2304 L: linuxppc-dev@ozlabs.org
2306 F: drivers/serial/ucc_uart.c
2308 FREESCALE SOC SOUND DRIVERS
2310 M: timur@freescale.com
2311 L: alsa-devel@alsa-project.org
2312 L: linuxppc-dev@ozlabs.org
2314 F: sound/soc/fsl/fsl*
2315 F: sound/soc/fsl/mpc8610_hpcd.c
2318 P: Christoph Hellwig
2319 M: hch@infradead.org
2320 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2327 P: Rafael J. Wysocki
2329 L: linux-pm@lists.linux-foundation.org
2331 F: Documentation/power/freezing-of-tasks.txt
2332 F: include/linux/freezer.h
2335 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2337 M: dhowells@redhat.com
2338 L: linux-cachefs@redhat.com
2340 F: Documentation/filesystems/caching/
2342 F: include/linux/fscache*.h
2346 M: rostedt@goodmis.org
2348 F: Documentation/ftrace.txt
2349 F: arch/*/*/*/ftrace.h
2350 F: arch/*/kernel/ftrace.c
2351 F: include/*/ftrace.h
2354 FUJITSU FR-V (FRV) PORT
2356 M: dhowells@redhat.com
2360 FUJITSU LAPTOP EXTRAS
2362 M: jwoithe@physics.adelaide.edu.au
2363 L: linux-acpi@vger.kernel.org
2365 F: drivers/platform/x86/fujitsu-laptop.c
2367 FUSE: FILESYSTEM IN USERSPACE
2369 M: miklos@szeredi.hu
2370 L: fuse-devel@lists.sourceforge.net
2371 W: http://fuse.sourceforge.net/
2374 F: include/linux/fuse.h
2376 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2379 L: linux-scsi@vger.kernel.org
2380 S: Odd Fixes (e.g., new signatures)
2381 F: drivers/scsi/fdomain.*
2383 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2385 M: achim_leubner@adaptec.com
2386 L: linux-scsi@vger.kernel.org
2387 W: http://www.icp-vortex.com/
2389 F: drivers/scsi/gdt*
2391 GENERIC GPIO I2C DRIVER
2392 P: Haavard Skinnemoen
2393 M: hskinnemoen@atmel.com
2395 F: drivers/i2c/busses/i2c-gpio.c
2396 F: include/linux/i2c-gpio.h
2398 GENERIC HDLC (WAN) DRIVERS
2401 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2403 F: drivers/net/wan/c101.c
2404 F: drivers/net/wan/hd6457*
2405 F: drivers/net/wan/hdlc*
2406 F: drivers/net/wan/n2.c
2407 F: drivers/net/wan/pc300too.c
2408 F: drivers/net/wan/pci200syn.c
2409 F: drivers/net/wan/wanxl*
2412 P: Steven Whitehouse
2413 M: swhiteho@redhat.com
2414 L: cluster-devel@redhat.com
2415 W: http://sources.redhat.com/cluster/
2416 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2419 F: Documentation/filesystems/gfs2*.txt
2421 F: include/linux/gfs2_ondisk.h
2423 GIGASET ISDN DRIVERS
2428 L: gigaset307x-common@lists.sourceforge.net
2429 W: http://gigaset307x.sourceforge.net/
2431 F: Documentation/isdn/README.gigaset
2432 F: drivers/isdn/gigaset/
2433 F: include/linux/gigaset_dev.h
2435 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2437 M: frank@f-seidel.de
2438 L: lm-sensors@lm-sensors.org
2439 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2441 F: drivers/hwmon/hdaps.c
2443 HYPERVISOR VIRTUAL CONSOLE DRIVER
2444 L: linuxppc-dev@ozlabs.org
2445 L: linux-kernel@vger.kernel.org
2447 F: drivers/char/hvc_*
2449 GSPCA FINEPIX SUBDRIVER
2452 L: linux-media@vger.kernel.org
2453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2455 F: drivers/media/video/gspca/finepix.c
2457 GSPCA M5602 SUBDRIVER
2459 M: erik.andren@gmail.com
2460 L: linux-media@vger.kernel.org
2461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2463 F: drivers/media/video/gspca/m5602/
2465 GSPCA PAC207 SONIXB SUBDRIVER
2467 M: hdegoede@redhat.com
2468 L: linux-media@vger.kernel.org
2469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2471 F: drivers/media/video/gspca/pac207.c
2473 GSPCA T613 SUBDRIVER
2474 P: Leandro Costantino
2475 M: lcostantino@gmail.com
2476 L: linux-media@vger.kernel.org
2477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2479 F: drivers/media/video/gspca/t613.c
2481 GSPCA USB WEBCAM DRIVER
2482 P: Jean-Francois Moine
2484 W: http://moinejf.free.fr
2485 L: linux-media@vger.kernel.org
2486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2488 F: drivers/media/video/gspca/
2491 L: lm-sensors@lm-sensors.org
2492 W: http://www.lm-sensors.org/
2496 HARDWARE RANDOM NUMBER GENERATOR CORE
2498 F: Documentation/hw_random.txt
2499 F: drivers/char/hw_random/
2500 F: include/linux/hw_random.h
2502 HARMONY SOUND DRIVER
2505 L: linux-parisc@vger.kernel.org
2507 F: sound/parisc/harmony.*
2509 HAYES ESP SERIAL DRIVER
2510 P: Andrew J. Robinson
2512 L: linux-kernel@vger.kernel.org
2513 W: http://www.nyx.net/~arobinso
2515 F: Documentation/serial/hayes-esp.txt
2516 F: drivers/char/esp.c
2518 HEWLETT-PACKARD SMART2 RAID DRIVER
2520 M: chirag.kantharia@hp.com
2521 L: iss_storagedev@hp.com
2523 F: Documentation/blockdev/cpqarray.txt
2524 F: drivers/block/cpqarray.*
2526 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2528 M: mike.miller@hp.com
2529 L: iss_storagedev@hp.com
2531 F: Documentation/blockdev/cciss.txt
2532 F: drivers/block/cciss*
2533 F: include/linux/cciss_ioctl.h
2537 M: zippel@linux-m68k.org
2538 L: linux-kernel@vger.kernel.org
2540 F: Documentation/filesystems/hfs.txt
2543 HGA FRAMEBUFFER DRIVER
2545 M: fero@drama.obuda.kando.hu
2546 L: linux-nvidia@lists.surfsouth.com
2547 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2549 F: drivers/video/hgafb.c
2551 HIBERNATION (aka Software Suspend, aka swsusp)
2554 P: Rafael J. Wysocki
2556 L: linux-pm@lists.linux-foundation.org
2559 F: drivers/base/power/
2561 F: include/linux/suspend.h
2562 F: include/linux/freezer.h
2563 F: include/linux/pm.h
2564 F: arch/*/include/asm/suspend*.h
2569 L: linux-input@vger.kernel.org
2570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2573 F: include/linux/hid*
2575 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2577 M: tglx@linutronix.de
2578 L: linux-kernel@vger.kernel.org
2580 F: Documentation/timers/
2582 F: include/linux/hrtimer.h
2584 HIGH-SPEED SCC DRIVER FOR AX.25
2586 M: klaus.kudielka@ieee.org
2587 L: linux-hams@vger.kernel.org
2588 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2590 F: drivers/net/hamradio/dmascc.c
2591 F: drivers/net/hamradio/scc.c
2593 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2594 P: HighPoint Linux Team
2595 M: linux@highpoint-tech.com
2596 W: http://www.highpoint-tech.com
2598 F: Documentation/scsi/hptiop.txt
2599 F: drivers/scsi/hptiop.c
2603 M: jes@trained-monkey.org
2604 L: linux-hippi@sunsite.dk
2606 F: include/linux/hippidevice.h
2607 F: include/linux/if_hippi.h
2613 L: hostap@shmoo.com (subscribers-only)
2614 L: linux-wireless@vger.kernel.org
2615 W: http://hostap.epitest.fi/
2617 F: drivers/net/wireless/hostap/
2619 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2621 M: carlos@strangeworlds.co.uk
2623 F: drivers/platform/x86/tc1100-wmi.c
2625 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2629 F: drivers/net/hp100.*
2631 HPET: High Precision Event Timers driver
2633 M: clemens@ladisch.de
2635 F: Documentation/timers/hpet.txt
2636 F: drivers/char/hpet.c
2637 F: include/linux/hpet.h
2640 P: Venkatesh Pallipadi (Venki)
2641 M: venkatesh.pallipadi@intel.com
2643 F: arch/x86/kernel/hpet.c
2644 F: arch/x86/include/asm/hpet.h
2655 F: drivers/char/hpet.c
2659 M: mikulas@artax.karlin.mff.cuni.cz
2660 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2666 M: j.dumon@option.com
2667 W: http://www.pharscape.org
2669 F: drivers/net/usb/hso.c
2671 HTCPEN TOUCHSCREEN DRIVER
2674 L: linux-input@vger.kernel.org
2676 F: drivers/input/touchscreen/htcpen.c
2680 M: wli@holomorphy.com
2684 I2C/SMBUS STUB DRIVER
2686 M: mhoffman@lightlink.com
2687 L: linux-i2c@vger.kernel.org
2689 F: drivers/i2c/busses/i2c-stub.c
2692 P: Jean Delvare (PC drivers, core)
2693 M: khali@linux-fr.org
2694 P: Ben Dooks (embedded platforms)
2695 M: ben-linux@fluff.org
2696 L: linux-i2c@vger.kernel.org
2697 W: http://i2c.wiki.kernel.org/
2698 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2700 F: Documentation/i2c/
2702 F: include/linux/i2c.h
2703 F: include/linux/i2c-dev.h
2704 F: include/linux/i2c-id.h
2709 L: linux-i2c@vger.kernel.org
2710 W: http://www.harbaum.org/till/i2c_tiny_usb
2712 F: drivers/i2c/busses/i2c-tiny-usb.c
2717 L: Linux-Kernel@vger.kernel.org
2721 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2727 IA64 (Itanium) PLATFORM
2729 M: tony.luck@intel.com
2730 L: linux-ia64@vger.kernel.org
2731 W: http://www.ia64-linux.org/
2732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2736 IBM MCA SCSI SUBSYSTEM DRIVER
2738 M: langa2@kph.uni-mainz.de
2739 W: http://www.uni-mainz.de/~langm000/linux.html
2741 F: drivers/scsi/ibmmca.c
2743 IBM Power Linux RAID adapter
2745 M: brking@us.ibm.com
2747 F: drivers/scsi/ipr.*
2749 IBM ServeRAID RAID DRIVER
2752 M: ipslinux@adaptec.com
2753 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2755 F: drivers/scsi/ips.*
2758 P: Bartlomiej Zolnierkiewicz
2759 M: bzolnier@gmail.com
2760 L: linux-ide@vger.kernel.org
2761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2763 F: Documentation/ide/
2765 F: include/linux/ide.h
2769 M: petkovbb@gmail.com
2770 L: linux-ide@vger.kernel.org
2772 F: Documentation/cdrom/ide-cd
2773 F: drivers/ide/ide-cd*
2777 M: andrew.d.henroid@intel.com
2778 L: linux-pm@lists.linux-foundation.org
2780 F: drivers/idle/i7300_idle.c
2784 M: ben.collins@ubuntu.com
2786 M: stefanr@s5r6.in-berlin.de
2787 L: linux1394-devel@lists.sourceforge.net
2788 W: http://www.linux1394.org/
2789 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2791 F: drivers/ieee1394/
2793 IEEE 1394 RAW I/O DRIVER
2797 M: stefanr@s5r6.in-berlin.de
2798 L: linux1394-devel@lists.sourceforge.net
2800 F: drivers/ieee1394/raw1394*
2802 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2806 F: security/integrity/ima/
2808 IMS TWINTURBO FRAMEBUFFER DRIVER
2809 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2811 F: drivers/video/imsttfb.c
2813 INFINIBAND SUBSYSTEM
2815 M: rolandd@cisco.com
2817 M: sean.hefty@intel.com
2819 M: hal.rosenstock@gmail.com
2820 L: general@lists.openfabrics.org (moderated for non-subscribers)
2821 W: http://www.openib.org/
2822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2824 F: Documentation/infiniband/
2825 F: drivers/infiniband/
2826 F: include/linux/if_infiniband.h
2830 M: john@johnmccutchan.com
2833 L: linux-kernel@vger.kernel.org
2835 F: Documentation/filesystems/inotify.txt
2836 F: fs/notify/inotify/
2837 F: include/linux/inotify.h
2839 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2841 M: dmitry.torokhov@gmail.com
2843 L: linux-input@vger.kernel.org
2844 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2848 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2850 M: sylvain.meyer@worldonline.fr
2851 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2853 F: Documentation/fb/intelfb.txt
2854 F: drivers/video/intelfb/
2856 INTEL 810/815 FRAMEBUFFER DRIVER
2858 M: adaplas@gmail.com
2859 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2861 F: drivers/video/i810/
2863 INTEL MENLOW THERMAL DRIVER
2865 M: sujith.thomas@intel.com
2866 L: linux-acpi@vger.kernel.org
2867 W: http://www.lesswatts.org/projects/acpi/
2869 F: drivers/platform/x86/intel_menlow.c
2871 INTEL IA32 MICROCODE UPDATE SUPPORT
2873 M: tigran@aivazian.fsnet.co.uk
2875 F: arch/x86/kernel/microcode_core.c
2876 F: arch/x86/kernel/microcode_intel.c
2878 INTEL I/OAT DMA DRIVER
2880 M: maciej.sosnowski@intel.com
2881 L: linux-kernel@vger.kernel.org
2883 F: drivers/dma/ioat*
2887 M: dwmw2@infradead.org
2888 L: iommu@lists.linux-foundation.org
2889 T: git git://git.infradead.org/iommu-2.6.git
2891 F: drivers/pci/intel-iommu.c
2892 F: include/linux/intel-iommu.h
2894 INTEL IOP-ADMA DMA DRIVER
2896 M: dan.j.williams@intel.com
2897 L: linux-kernel@vger.kernel.org
2899 F: drivers/dma/iop-adma.c
2901 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2905 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2906 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2907 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2908 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2909 F: drivers/net/arm/ixp4xx_eth.c
2910 F: drivers/net/wan/ixp4xx_hss.c
2912 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2914 M: dsaxena@plexity.net
2916 F: drivers/char/hw_random/ixp4xx-rng.c
2918 INTEL IXP2000 ETHERNET DRIVER
2919 P: Lennert Buytenhek
2920 M: kernel@wantstofly.org
2921 L: netdev@vger.kernel.org
2923 F: drivers/net/ixp2000/
2925 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2927 M: jeffrey.t.kirsher@intel.com
2929 M: jesse.brandeburg@intel.com
2931 M: bruce.w.allan@intel.com
2933 M: peter.p.waskiewicz.jr@intel.com
2935 M: john.ronciak@intel.com
2936 L: e1000-devel@lists.sourceforge.net
2937 W: http://e1000.sourceforge.net/
2939 F: drivers/net/e100.c
2940 F: drivers/net/e1000/
2941 F: drivers/net/e1000e/
2943 F: drivers/net/ixgb/
2944 F: drivers/net/ixgbe/
2946 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2950 M: jketreno@linux.intel.com
2952 M: reinette.chatre@intel.com
2953 L: linux-wireless@vger.kernel.org
2954 L: ipw2100-devel@lists.sourceforge.net
2955 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2956 W: http://ipw2100.sourceforge.net
2958 F: Documentation/networking/README.ipw2100
2959 F: drivers/net/wireless/ipw2x00/ipw2100.*
2961 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2965 M: jketreno@linux.intel.com
2967 M: reinette.chatre@intel.com
2968 L: linux-wireless@vger.kernel.org
2969 L: ipw2100-devel@lists.sourceforge.net
2970 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2971 W: http://ipw2200.sourceforge.net
2973 F: Documentation/networking/README.ipw2200
2974 F: drivers/net/wireless/ipw2x00/ipw2200.*
2976 INTEL WIRELESS WIMAX CONNECTION 2400
2977 P: Inaky Perez-Gonzalez
2978 M: inaky.perez-gonzalez@intel.com
2979 M: linux-wimax@intel.com
2980 L: wimax@linuxwimax.org
2982 W: http://linuxwimax.org
2983 F: Documentation/wimax/README.i2400m
2984 F: drivers/net/wimax/i2400m/
2985 F: include/linux/wimax/i2400m.h
2987 INTEL WIRELESS WIFI LINK (iwlwifi)
2991 M: reinette.chatre@intel.com
2992 L: linux-wireless@vger.kernel.org
2993 L: ipw3945-devel@lists.sourceforge.net
2994 W: http://intellinuxwireless.org
2995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2997 F: drivers/net/wireless/iwlwifi/
2999 IOC3 ETHERNET DRIVER
3001 M: ralf@linux-mips.org
3002 L: linux-mips@linux-mips.org
3004 F: drivers/net/ioc3-eth.c
3009 L: linux-mips@linux-mips.org
3011 F: drivers/serial/ioc3_serial.c
3015 M: jjciarla@raiz.uncu.edu.ar
3017 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3019 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3021 M: romieu@fr.zoreil.com
3023 M: sorbica@icplus.com.tw
3025 M: jesse@icplus.com.tw
3026 L: netdev@vger.kernel.org
3028 F: drivers/net/ipg.c
3032 M: infinipath@qlogic.com
3033 L: general@lists.openfabrics.org
3034 T: git git://git.qlogic.com/ipath-linux-2.6
3036 F: drivers/infiniband/hw/ipath/
3041 L: openipmi-developer@lists.sourceforge.net
3042 W: http://openipmi.sourceforge.net/
3044 F: Documentation/IPMI.txt
3045 F: drivers/char/ipmi/
3046 F: include/linux/ipmi*
3048 IPS SCSI RAID DRIVER
3049 P: Adaptec OEM Raid Solutions
3050 M: aacraid@adaptec.com
3051 L: linux-scsi@vger.kernel.org
3052 W: http://www.adaptec.com/
3054 F: drivers/scsi/ips*
3058 M: wensong@linux-vs.org
3060 M: horms@verge.net.au
3063 L: netdev@vger.kernel.org
3064 L: lvs-devel@vger.kernel.org
3066 F: Documentation/networking/ipvs-sysctl.txt
3067 F: net/netfilter/ipvs/
3075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3076 F: drivers/char/pcmcia/ipwireless/
3079 P: Arnaldo Carvalho de Melo
3080 M: acme@ghostprotocols.net
3081 L: netdev@vger.kernel.org
3083 F: include/linux/ipx.h
3084 F: include/net/ipx.h
3089 M: samuel@sortiz.org
3090 L: irda-users@lists.sourceforge.net (subscribers-only)
3091 W: http://irda.sourceforge.net/
3093 F: Documentation/networking/irda.txt
3094 F: drivers/net/irda/
3095 F: include/net/irda/
3102 F: Documentation/isapnp.txt
3103 F: drivers/pnp/isapnp/
3104 F: include/linux/isapnp.h
3108 M: michaelc@cs.wisc.edu
3109 L: open-iscsi@googlegroups.com
3110 W: www.open-iscsi.org
3111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3113 F: drivers/scsi/*iscsi*
3114 F: include/scsi/*iscsi*
3118 M: isdn@linux-pingi.de
3119 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3120 W: http://www.isdn4linux.de
3121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3123 F: Documentation/isdn/
3125 F: include/linux/isdn.h
3126 F: include/linux/isdn/
3128 ISDN SUBSYSTEM (Eicon active card driver)
3131 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3132 W: http://www.melware.de
3134 F: drivers/isdn/hardware/eicon/
3136 IVTV VIDEO4LINUX DRIVER
3138 M: hverkuil@xs4all.nl
3139 L: ivtv-devel@ivtvdriver.org
3140 L: ivtv-users@ivtvdriver.org
3141 L: linux-media@vger.kernel.org
3142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3143 W: http://www.ivtvdriver.org
3145 F: Documentation/video4linux/*.ivtv
3146 F: drivers/media/video/ivtv/
3147 F: include/linux/ivtv*
3151 M: shaggy@austin.ibm.com
3152 L: jfs-discussion@lists.sourceforge.net
3153 W: http://jfs.sourceforge.net/
3154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3156 F: Documentation/filesystems/jfs.txt
3161 M: cooldavid@cooldavid.org
3162 L: netdev@vger.kernel.org
3164 F: drivers/net/jme.*
3166 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3168 M: dwmw2@infradead.org
3169 L: linux-mtd@lists.infradead.org
3170 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3173 F: include/linux/jffs2.h
3175 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3179 M: akpm@linux-foundation.org
3180 L: linux-ext4@vger.kernel.org
3183 F: include/linux/ext*jbd*.h
3184 F: include/linux/jbd*.h
3186 K8TEMP HARDWARE MONITORING DRIVER
3188 M: r.marek@assembler.cz
3189 L: lm-sensors@lm-sensors.org
3191 F: Documentation/hwmon/k8temp
3192 F: drivers/hwmon/k8temp.c
3196 M: zippel@linux-m68k.org
3197 L: linux-kbuild@vger.kernel.org
3199 F: Documentation/kbuild/kconfig-language.txt
3204 M: vgoyal@redhat.com
3207 L: kexec@lists.infradead.org
3208 L: linux-kernel@vger.kernel.org
3209 W: http://lse.sourceforge.net/kdump/
3211 F: Documentation/kdump/
3213 KERNEL AUTOMOUNTER (AUTOFS)
3216 L: autofs@linux.kernel.org
3220 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3223 L: autofs@linux.kernel.org
3230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3232 L: linux-kbuild@vger.kernel.org
3234 F: Documentation/kbuild/
3236 F: scripts/Makefile.*
3240 L: kernel-janitors@vger.kernel.org
3241 W: http://www.kerneljanitors.org/
3244 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3246 M: bfields@fieldses.org
3249 L: linux-nfs@vger.kernel.org
3250 W: http://nfs.sourceforge.net/
3253 F: include/linux/nfsd/
3257 F: include/linux/lockd/
3258 F: include/linux/sunrpc/
3260 KERNEL VIRTUAL MACHINE (KVM)
3263 L: kvm@vger.kernel.org
3264 W: http://kvm.qumranet.com
3266 F: Documentation/*/kvm.txt
3268 F: arch/*/include/asm/kvm*
3269 F: include/linux/kvm*
3272 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3274 M: joerg.roedel@amd.com
3275 L: kvm@vger.kernel.org
3276 W: http://kvm.qumranet.com
3278 F: arch/x86/include/asm/svm.h
3279 F: arch/x86/kvm/kvm_svm.h
3280 F: arch/x86/kvm/svm.c
3282 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3284 M: hollisb@us.ibm.com
3285 L: kvm-ppc@vger.kernel.org
3286 W: http://kvm.qumranet.com
3288 F: arch/powerpc/include/asm/kvm*
3289 F: arch/powerpc/kvm/
3291 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3293 M: xiantao.zhang@intel.com
3294 L: kvm-ia64@vger.kernel.org
3295 W: http://kvm.qumranet.com
3297 F: Documentation/ia64/kvm.txt
3298 F: arch/ia64/include/asm/kvm*
3301 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3304 P: Christian Borntraeger
3305 M: borntraeger@de.ibm.com
3306 M: linux390@de.ibm.com
3307 L: linux-s390@vger.kernel.org
3308 W: http://www.ibm.com/developerworks/linux/linux390/
3310 F: Documentation/s390/kvm.txt
3311 F: arch/s390/include/asm/kvm*
3316 M: ebiederm@xmission.com
3317 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3318 L: linux-kernel@vger.kernel.org
3319 L: kexec@lists.infradead.org
3321 F: include/linux/kexec.h
3326 M: jason.wessel@windriver.com
3327 L: kgdb-bugreport@lists.sourceforge.net
3329 F: Documentation/DocBook/kgdb.tmpl
3330 F: drivers/misc/kgdbts.c
3331 F: drivers/serial/kgdboc.c
3332 F: include/linux/kgdb.h
3336 P: Eduard - Gabriel Munteanu
3337 M: eduard.munteanu@linux360.ro
3338 L: linux-kernel@vger.kernel.org
3340 F: Documentation/trace/kmemtrace.txt
3341 F: include/trace/kmemtrace.h
3342 F: kernel/trace/kmemtrace.c
3345 P: Ananth N Mavinakayanahalli
3346 M: ananth@in.ibm.com
3347 P: Anil S Keshavamurthy
3348 M: anil.s.keshavamurthy@intel.com
3350 M: davem@davemloft.net
3352 M: mhiramat@redhat.com
3353 L: linux-kernel@vger.kernel.org
3355 F: Documentation/kprobes.txt
3356 F: include/linux/kprobes.h
3359 KS0108 LCD CONTROLLER DRIVER
3360 P: Miguel Ojeda Sandonis
3361 M: miguel.ojeda.sandonis@gmail.com
3362 L: linux-kernel@vger.kernel.org
3363 W: http://miguelojeda.es/auxdisplay.htm
3364 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3366 F: Documentation/auxdisplay/ks0108
3367 F: drivers/auxdisplay/ks0108.c
3368 F: include/linux/ks0108.h
3371 L: linux-x25@vger.kernel.org
3373 F: Documentation/networking/lapb-module.txt
3377 LASI 53c700 driver for PARISC
3378 P: James E.J. Bottomley
3379 M: James.Bottomley@HansenPartnership.com
3380 L: linux-scsi@vger.kernel.org
3382 F: Documentation/scsi/53c700.txt
3383 F: drivers/scsi/53c700*
3387 M: rpurdie@rpsys.net
3390 F: include/linux/leds.h
3392 LEGO USB Tower driver
3394 M: starblue@users.sourceforge.net
3395 L: legousb-devel@lists.sourceforge.net
3396 W: http://legousb.sourceforge.net/
3398 F: drivers/usb/misc/legousbtower.c
3402 M: rusty@rustcorp.com.au
3403 L: lguest@ozlabs.org
3404 W: http://lguest.ozlabs.org/
3406 F: Documentation/lguest/
3409 F: include/linux/lguest*.h
3410 F: arch/x86/include/asm/lguest*.h
3412 LINUX FOR IBM pSERIES (RS/6000)
3414 M: paulus@au.ibm.com
3415 W: http://www.ibm.com/linux/ltc/projects/ppc
3418 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3419 P: Benjamin Herrenschmidt
3420 M: benh@kernel.crashing.org
3423 W: http://www.penguinppc.org/
3424 L: linuxppc-dev@ozlabs.org
3425 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3428 LINUX FOR POWER MACINTOSH
3429 P: Benjamin Herrenschmidt
3430 M: benh@kernel.crashing.org
3431 W: http://www.penguinppc.org/
3432 L: linuxppc-dev@ozlabs.org
3435 LINUX FOR POWERPC EMBEDDED MPC5XXX
3437 M: grant.likely@secretlab.ca
3438 L: linuxppc-dev@ozlabs.org
3439 T: git git://git.secretlab.ca/git/linux-2.6.git
3442 LINUX FOR POWERPC EMBEDDED PPC4XX
3444 M: jwboyer@linux.vnet.ibm.com
3446 M: mporter@kernel.crashing.org
3447 W: http://www.penguinppc.org/
3448 L: linuxppc-dev@ozlabs.org
3449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3452 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3454 M: grant.likely@secretlab.ca
3455 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3456 L: linuxppc-dev@ozlabs.org
3457 T: git git://git.secretlab.ca/git/linux-2.6.git
3460 LINUX FOR POWERPC EMBEDDED PPC8XX
3462 M: vitb@kernel.crashing.org
3464 M: marcelo@kvack.org
3465 W: http://www.penguinppc.org/
3466 L: linuxppc-dev@ozlabs.org
3469 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3471 M: galak@kernel.crashing.org
3472 W: http://www.penguinppc.org/
3473 L: linuxppc-dev@ozlabs.org
3476 LINUX FOR POWERPC PA SEMI PWRFICIENT
3479 W: http://www.pasemi.com/
3480 L: linuxppc-dev@ozlabs.org
3483 LINUX SECURITY MODULE (LSM) FRAMEWORK
3485 M: chrisw@sous-sol.org
3486 L: linux-security-module@vger.kernel.org
3487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3491 P: Arnaldo Carvalho de Melo
3492 M: acme@ghostprotocols.net
3494 F: include/linux/llc.h
3498 LIS3LV02D ACCELEROMETER DRIVER
3500 M: eric.piel@tremplin-utc.net
3502 F: Documentation/hwmon/lis3lv02d
3503 F: drivers/hwmon/lis3lv02d.*
3505 LM83 HARDWARE MONITOR DRIVER
3507 M: khali@linux-fr.org
3508 L: lm-sensors@lm-sensors.org
3510 F: Documentation/hwmon/lm83
3511 F: drivers/hwmon/lm83.c
3513 LM90 HARDWARE MONITOR DRIVER
3515 M: khali@linux-fr.org
3516 L: lm-sensors@lm-sensors.org
3518 F: Documentation/hwmon/lm90
3519 F: drivers/hwmon/lm90.c
3521 LOCKDEP AND LOCKSTAT
3523 M: peterz@infradead.org
3526 L: linux-kernel@vger.kernel.org
3527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3529 F: Documentation/lockdep*.txt
3530 F: Documentation/lockstat.txt
3531 F: include/linux/lockdep.h
3534 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3535 P: Richard Russon (FlatCap)
3537 L: linux-ntfs-dev@lists.sourceforge.net
3538 W: http://www.linux-ntfs.org/content/view/19/37/
3540 F: Documentation/ldm.txt
3541 F: fs/partitions/ldm.*
3543 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3545 M: Eric.Moore@lsi.com
3547 L: DL-MPTFusionLinux@lsi.com
3548 L: linux-scsi@vger.kernel.org
3549 W: http://www.lsilogic.com/support
3551 F: drivers/message/fusion/
3553 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3556 L: linux-scsi@vger.kernel.org
3558 F: drivers/scsi/sym53c8xx_2/
3560 LTP (Linux Test Project)
3562 M: subrata@linux.vnet.ibm.com
3564 M: vapier@gentoo.org
3565 L: ltp-list@lists.sourceforge.net (subscribers-only)
3566 W: http://ltp.sourceforge.net/
3567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3572 M: takata@linux-m32r.org
3573 L: linux-m32r@ml.linux-m32r.org
3574 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3575 W: http://www.linux-m32r.org/
3578 F: include/asm-m32r/
3581 P: Geert Uytterhoeven
3582 M: geert@linux-m68k.org
3584 M: zippel@linux-m68k.org
3585 L: linux-m68k@lists.linux-m68k.org
3586 W: http://www.linux-m68k.org/
3587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3592 M68K ON APPLE MACINTOSH
3595 W: http://www.mac.linux-m68k.org/
3596 L: linux-m68k@lists.linux-m68k.org
3603 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3609 M: johannes@sipsolutions.net
3610 L: linux-wireless@vger.kernel.org
3611 W: http://linuxwireless.org/
3612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3614 F: Documentation/networking/mac80211-injection.txt
3615 F: include/net/mac80211.h
3618 MAC80211 PID RATE CONTROL
3620 M: stefano.brivio@polimi.it
3622 M: mattias.nissler@gmx.de
3623 L: linux-wireless@vger.kernel.org
3624 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3627 F: net/mac80211/rc80211_pid*
3632 L: netdev@vger.kernel.org
3634 F: drivers/net/macvlan.c
3635 F: include/linux/if_macvlan.h
3637 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3639 M: mtk.manpages@gmail.com
3640 W: http://www.kernel.org/doc/man-pages
3641 L: linux-man@vger.kernel.org
3644 MARVELL LIBERTAS WIRELESS DRIVER
3647 L: libertas-dev@lists.infradead.org
3649 F: drivers/net/wireless/libertas/
3651 MARVELL MV643XX ETHERNET DRIVER
3652 P: Lennert Buytenhek
3653 M: buytenh@marvell.com
3654 L: netdev@vger.kernel.org
3656 F: drivers/net/mv643xx_eth.*
3657 F: include/linux/mv643xx.h
3659 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3662 L: linux-kernel@vger.kernel.org
3665 MARVELL YUKON / SYSKONNECT DRIVER
3667 M: mlindner@syskonnect.de
3669 M: rroesler@syskonnect.de
3670 W: http://www.syskonnect.com
3673 MATROX FRAMEBUFFER DRIVER
3675 M: vandrove@vc.cvut.cz
3676 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3678 F: drivers/video/matrox/matroxfb_*
3679 F: include/linux/matroxfb.h
3681 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3683 M: hjk@linutronix.de
3684 L: lm-sensors@lm-sensors.org
3686 F: Documentation/hwmon/max6650
3687 F: drivers/hwmon/max6650.c
3689 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3690 P: Mauro Carvalho Chehab
3691 M: mchehab@infradead.org
3692 P: LinuxTV.org Project
3693 L: linux-media@vger.kernel.org
3694 W: http://linuxtv.org
3695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3697 F: Documentation/dvb/
3698 F: Documentation/video4linux/
3701 F: include/linux/dvb/
3702 F: include/linux/videodev*.h
3704 MEGARAID SCSI DRIVERS
3706 M: megaraidlinux@lsi.com
3707 L: linux-scsi@vger.kernel.org
3708 W: http://megaraid.lsilogic.com
3710 F: Documentation/scsi/megaraid.txt
3711 F: drivers/scsi/megaraid.*
3712 F: drivers/scsi/megaraid/
3715 L: linux-mm@kvack.org
3716 L: linux-kernel@vger.kernel.org
3717 W: http://www.linux-mm.org
3719 F: include/linux/mm.h
3722 MEMORY RESOURCE CONTROLLER
3724 M: balbir@linux.vnet.ibm.com
3727 P: KAMEZAWA Hiroyuki
3728 M: kamezawa.hiroyu@jp.fujitsu.com
3729 L: linux-mm@kvack.org
3730 L: linux-kernel@vger.kernel.org
3734 MEMORY TECHNOLOGY DEVICES (MTD)
3736 M: dwmw2@infradead.org
3737 W: http://www.linux-mtd.infradead.org/
3738 L: linux-mtd@lists.infradead.org
3739 T: git git://git.infradead.org/mtd-2.6.git
3742 F: include/linux/mtd/
3745 MICROBLAZE ARCHITECTURE
3748 L: microblaze-uclinux@itee.uq.edu.au
3749 W: http://www.monstr.eu/fdt/
3750 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3756 M: oliver@neukum.name
3758 F: drivers/usb/image/microtek.*
3762 M: ralf@linux-mips.org
3763 W: http://www.linux-mips.org/
3764 L: linux-mips@linux-mips.org
3765 T: git git://git.linux-mips.org/pub/scm/linux.git
3767 F: Documentation/mips/
3770 MISCELLANEOUS MCA-SUPPORT
3772 M: James.Bottomley@HansenPartnership.com
3773 L: linux-kernel@vger.kernel.org
3775 F: Documentation/ia64/mca.txt
3776 F: Documentation/mca.txt
3778 F: include/linux/mca*
3782 M: rusty@rustcorp.com.au
3783 L: linux-kernel@vger.kernel.org
3785 F: include/linux/module.h
3788 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3790 M: stelian@popies.net
3791 W: http://popies.net/meye/
3793 F: Documentation/video4linux/meye.txt
3794 F: drivers/media/video/meye.*
3795 F: include/linux/meye.h
3797 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3802 F: drivers/mmc/host/imxmmc.*
3804 MOUSE AND MISC DEVICES [GENERAL]
3805 P: Alessandro Rubini
3806 M: rubini@ipvvis.unipv.it
3807 L: linux-kernel@vger.kernel.org
3809 F: drivers/input/mouse/
3810 F: include/linux/gpio_mouse.h
3812 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3814 M: jirislaby@gmail.com
3815 L: linux-kernel@vger.kernel.org
3817 F: Documentation/serial/moxa-smartio
3818 F: drivers/char/mxser.*
3821 P: Lennart Poettering
3822 M: mzxreary@0pointer.de
3823 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3824 W: http://0pointer.de/lennart/tchibo.html
3826 F: drivers/platform/x86/msi-laptop.c
3828 MULTIFUNCTION DEVICES (MFD)
3830 M: sameo@linux.intel.com
3831 L: linux-kernel@vger.kernel.org
3832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3836 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3839 L: linux-kernel@vger.kernel.org
3842 F: include/linux/mmc/
3844 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3846 M: dbrownell@users.sourceforge.net
3847 L: linux-kernel@vger.kernel.org
3849 F: drivers/mmc/host/mmc_spi.c
3850 F: include/linux/spi/mmc_spi.h
3852 MULTISOUND SOUND DRIVER
3856 F: Documentation/sound/oss/MultiSound
3859 MULTITECH MULTIPORT CARD (ISICOM)
3861 M: jirislaby@gmail.com
3862 L: linux-kernel@vger.kernel.org
3864 F: drivers/char/isicom.c
3865 F: include/linux/isicom.h
3867 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3869 M: felipe.balbi@nokia.com
3870 L: linux-usb@vger.kernel.org
3871 T: git git://gitorious.org/musb/mainline.git
3873 F: drivers/usb/musb/
3875 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3877 M: gallatin@myri.com
3880 L: netdev@vger.kernel.org
3881 W: http://www.myri.com/scs/download-Myri10GE.html
3883 F: drivers/net/myri10ge/
3885 NATSEMI ETHERNET DRIVER (DP8381x)
3887 M: thockin@hockin.org
3889 F: drivers/net/natsemi.c
3893 M: vandrove@vc.cvut.cz
3894 L: linware@sh.cvut.cz
3898 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3899 P: James E.J. Bottomley
3900 M: James.Bottomley@HansenPartnership.com
3901 L: linux-scsi@vger.kernel.org
3903 F: drivers/scsi/NCR_D700.*
3905 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3907 M: faisal.latif@intel.com
3909 M: chien.tin.tung@intel.com
3910 L: general@lists.openfabrics.org
3911 W: http://www.neteffect.com
3913 F: drivers/infiniband/hw/nes/
3915 NETEM NETWORK EMULATOR
3916 P: Stephen Hemminger
3917 M: shemminger@linux-foundation.org
3918 L: netem@lists.linux-foundation.org
3920 F: net/sched/sch_netem.c
3922 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3924 M: ram.vepa@neterion.com
3926 M: santosh.rastapur@neterion.com
3927 P: Sivakumar Subramani
3928 M: sivakumar.subramani@neterion.com
3929 P: Sreenivasa Honnur
3930 M: sreenivasa.honnur@neterion.com
3932 M: anil.murthy@neterion.com
3933 L: netdev@vger.kernel.org
3934 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3935 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3937 F: Documentation/networking/s2io.txt
3938 F: drivers/net/s2io*
3940 NETFILTER/IPTABLES/IPCHAINS
3948 L: netfilter-devel@vger.kernel.org
3949 L: netfilter@vger.kernel.org
3950 L: coreteam@netfilter.org
3951 W: http://www.netfilter.org/
3952 W: http://www.iptables.org/
3954 F: include/linux/netfilter*
3955 F: include/linux/netfilter/
3956 F: include/net/netfilter/
3957 F: net/*/netfilter.c
3963 M: paul.moore@hp.com
3964 W: http://netlabel.sf.net
3965 L: netdev@vger.kernel.org
3967 F: Documentation/netlabel/
3968 F: include/net/netlabel.h
3971 NETROM NETWORK LAYER
3973 M: ralf@linux-mips.org
3974 L: linux-hams@vger.kernel.org
3975 W: http://www.linux-ax25.org/
3977 F: include/linux/netrom.h
3978 F: include/net/netrom.h
3981 NETWORK BLOCK DEVICE (NBD)
3983 M: Paul.Clements@steeleye.com
3985 F: Documentation/blockdev/nbd.txt
3986 F: drivers/block/nbd.c
3987 F: include/linux/nbd.h
3989 NETWORKING [GENERAL]
3991 M: davem@davemloft.net
3992 L: netdev@vger.kernel.org
3993 W: http://www.linuxfoundation.org/en/Net
3994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3999 NETWORKING [IPv4/IPv6]
4001 M: davem@davemloft.net
4003 M: kuznet@ms2.inr.ac.ru
4004 P: Pekka Savola (ipv6)
4005 M: pekkas@netcore.fi
4007 M: jmorris@namei.org
4008 P: Hideaki YOSHIFUJI
4009 M: yoshfuji@linux-ipv6.org
4012 L: netdev@vger.kernel.org
4013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4019 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4021 M: paul.moore@hp.com
4022 L: netdev@vger.kernel.org
4025 NETWORKING [WIRELESS]
4027 M: linville@tuxdriver.com
4028 L: linux-wireless@vger.kernel.org
4029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4032 F: include/net/ieee80211*
4033 F: include/net/wireless.h
4036 L: netdev@vger.kernel.org
4037 W: http://www.linuxfoundation.org/en/Net
4038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4042 NETXEN (1/10) GbE SUPPORT
4044 M: dhananjay@netxen.com
4045 L: netdev@vger.kernel.org
4046 W: http://www.netxen.com
4048 F: drivers/net/netxen/
4050 NFS, SUNRPC, AND LOCKD CLIENTS
4052 M: Trond.Myklebust@netapp.com
4053 L: linux-nfs@vger.kernel.org
4054 W: http://client.linux-nfs.org
4055 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4061 F: include/linux/lockd/
4062 F: include/linux/nfs*
4063 F: include/linux/sunrpc/
4065 NI5010 NETWORK DRIVER
4066 P: Jan-Pascal van Best
4067 M: janpascal@vanbest.org
4070 L: netdev@vger.kernel.org
4072 F: drivers/net/ni5010.*
4076 M: konishi.ryusuke@lab.ntt.co.jp
4078 W: http://www.nilfs.org/en/
4080 F: Documentation/filesystems/nilfs2.txt
4082 F: include/linux/nilfs2_fs.h
4084 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4086 M: yokota@netlab.is.tsukuba.ac.jp
4087 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4089 F: Documentation/scsi/NinjaSCSI.txt
4090 F: drivers/scsi/pcmcia/nsp_*
4092 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4094 M: gotom@debian.or.jp
4096 M: yokota@netlab.is.tsukuba.ac.jp
4097 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4099 F: Documentation/scsi/NinjaSCSI.txt
4100 F: drivers/scsi/nsp32*
4103 P: Anton Altaparmakov
4105 L: linux-ntfs-dev@lists.sourceforge.net
4106 L: linux-kernel@vger.kernel.org
4107 W: http://www.linux-ntfs.org/
4108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4110 F: Documentation/filesystems/ntfs.txt
4113 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4115 M: adaplas@gmail.com
4116 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4118 F: drivers/video/riva/
4119 F: drivers/video/nvidia/
4123 M: me@bobcopeland.com
4124 L: linux-karma-devel@lists.sourceforge.net
4126 F: Documentation/filesystems/omfs.txt
4129 OMNIKEY CARDMAN 4000 DRIVER
4131 M: laforge@gnumonks.org
4133 F: drivers/char/pcmcia/cm4000_cs.c
4134 F: include/linux/cm4000_cs.h
4136 OMNIKEY CARDMAN 4040 DRIVER
4138 M: laforge@gnumonks.org
4140 F: drivers/char/pcmcia/cm4040_cs.*
4142 OMNIVISION OV7670 SENSOR DRIVER
4145 L: linux-media@vger.kernel.org
4146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4148 F: drivers/media/video/ov7670.c
4150 ONENAND FLASH DRIVER
4152 M: kyungmin.park@samsung.com
4153 L: linux-mtd@lists.infradead.org
4155 F: drivers/mtd/onenand/
4156 F: include/linux/mtd/onenand*.h
4158 ONSTREAM SCSI TAPE DRIVER
4161 L: osst-users@lists.sourceforge.net
4162 L: linux-scsi@vger.kernel.org
4164 F: drivers/scsi/osst*
4167 OPENCORES I2C BUS DRIVER
4169 M: jacmet@sunsite.dk
4170 L: linux-i2c@vger.kernel.org
4172 F: Documentation/i2c/busses/i2c-ocores
4173 F: drivers/i2c/busses/i2c-ocores.c
4177 M: robert.richter@amd.com
4178 L: oprofile-list@lists.sf.net
4181 F: drivers/oprofile/
4182 F: include/linux/oprofile.h
4184 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4188 M: joel.becker@oracle.com
4189 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4190 W: http://oss.oracle.com/projects/ocfs2/
4191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4193 F: Documentation/filesystems/ocfs2.txt
4194 F: Documentation/filesystems/dlmfs.txt
4201 M: hermes@gibson.dropbear.id.au
4202 L: linux-wireless@vger.kernel.org
4203 L: orinoco-users@lists.sourceforge.net
4204 L: orinoco-devel@lists.sourceforge.net
4205 W: http://www.nongnu.org/orinoco/
4207 F: drivers/net/wireless/orinoco/
4211 M: bharrosh@panasas.com
4213 M: bhalevy@panasas.com
4214 L: osd-dev@open-osd.org
4215 W: http://open-osd.org
4216 T: git git://git.open-osd.org/open-osd.git
4221 M: flamingice@sourmilk.net
4222 L: linux-wireless@vger.kernel.org
4223 W: http://prism54.org
4224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4226 F: drivers/net/wireless/p54/
4228 PA SEMI ETHERNET DRIVER
4231 L: netdev@vger.kernel.org
4233 F: drivers/net/pasemi_mac.*
4235 PA SEMI SMBUS DRIVER
4238 L: linux-i2c@vger.kernel.org
4240 F: drivers/i2c/busses/i2c-pasemi.c
4242 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4244 M: laforge@gnumonks.org
4246 F: drivers/platform/x86/panasonic-laptop.c
4248 PANASONIC MN10300/AM33 PORT
4250 M: dhowells@redhat.com
4252 M: yasutake.koichi@jp.panasonic.com
4253 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4254 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4256 F: Documentation/mn10300/
4259 PARALLEL PORT SUPPORT
4260 L: linux-parport@lists.infradead.org (subscribers-only)
4263 F: include/linux/parport*.h
4264 F: drivers/char/ppdev.c
4265 F: include/linux/ppdev.h
4267 PARAVIRT_OPS INTERFACE
4268 P: Jeremy Fitzhardinge
4269 M: jeremy@xensource.com
4271 M: chrisw@sous-sol.org
4273 M: akataria@vmware.com
4275 M: rusty@rustcorp.com.au
4276 L: virtualization@lists.osdl.org
4277 L: linux-kernel@vger.kernel.org
4279 F: Documentation/ia64/paravirt_ops.txt
4280 F: arch/*/kernel/paravirt*
4281 F: arch/*/include/asm/paravirt.h
4283 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4286 L: linux-parport@lists.infradead.org (subscribers-only)
4287 W: http://www.torque.net/linux-pp.html
4289 F: Documentation/blockdev/paride.txt
4290 F: drivers/block/paride/
4297 L: linux-parisc@vger.kernel.org
4298 W: http://www.parisc-linux.org/
4299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4304 PC87360 HARDWARE MONITORING DRIVER
4306 M: jim.cromie@gmail.com
4307 L: lm-sensors@lm-sensors.org
4309 F: Documentation/hwmon/pc87360
4310 F: drivers/hwmon/pc87360.c
4314 M: jim.cromie@gmail.com
4316 F: drivers/char/pc8736x_gpio.c
4320 M: riku.voipio@iki.fi
4322 F: drivers/leds/leds-pca9532.c
4323 F: include/linux/leds-pca9532.h
4327 M: linas@austin.ibm.com
4328 L: linux-kernel@vger.kernel.org
4329 L: linux-pci@vger.kernel.org
4331 F: Documentation/PCI/pci-error-recovery.txt
4332 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4336 M: jbarnes@virtuousgeek.org
4337 L: linux-kernel@vger.kernel.org
4338 L: linux-pci@vger.kernel.org
4339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4341 F: Documentation/PCI/
4343 F: include/linux/pci*
4346 P: Kristen Carlson Accardi
4347 M: kristen.c.accardi@intel.com
4348 L: linux-pci@vger.kernel.org
4350 F: drivers/pci/pcie/
4353 P: Linux PCMCIA Team
4354 L: linux-pcmcia@lists.infradead.org
4355 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4358 F: Documentation/pcmcia/
4362 PCNET32 NETWORK DRIVER
4364 M: pcnet32@verizon.net
4365 L: netdev@vger.kernel.org
4367 F: drivers/net/pcnet32.c
4369 PER-TASK DELAY ACCOUNTING
4371 M: balbir@linux.vnet.ibm.com
4372 L: linux-kernel@vger.kernel.org
4374 F: include/linux/delayacct.h
4375 F: kernel/delayacct.c
4377 PERSONALITY HANDLING
4378 P: Christoph Hellwig
4379 M: hch@infradead.org
4380 L: linux-abi-devel@lists.sourceforge.net
4382 F: include/linux/personality.h
4386 M: joern@lazybastard.org
4387 L: linux-mtd@lists.infradead.org
4389 F: drivers/mtd/devices/phram.c
4393 M: petero2@telia.com
4394 L: linux-kernel@vger.kernel.org
4396 F: drivers/block/pktcdvd.c
4397 F: include/linux/pktcdvd.h
4399 POSIX CLOCKS and TIMERS
4401 M: tglx@linutronix.de
4402 L: linux-kernel@vger.kernel.org
4405 F: include/linux/timer*
4408 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4412 M: dwmw2@infradead.org
4413 L: linux-kernel@vger.kernel.org
4414 T: git git://git.infradead.org/battery-2.6.git
4416 F: include/linux/power_supply.h
4417 F: drivers/power/power_supply*
4423 M: bjorn.helgaas@hp.com
4429 M: vitalywool@gmail.com
4430 L: linux-i2c@vger.kernel.org
4432 F: drivers/i2c/busses/i2c-pnx.c
4434 PPP PROTOCOL DRIVERS AND COMPRESSORS
4437 L: linux-ppp@vger.kernel.org
4439 F: drivers/net/ppp_*
4441 PPP OVER ATM (RFC 2364)
4442 P: Mitchell Blank Jr
4445 F: net/atm/pppoatm.c
4446 F: include/linux/atmppp.h
4450 M: mostrows@earthlink.net
4452 F: drivers/net/pppoe.c
4453 F: drivers/net/pppox.c
4457 M: jchapman@katalix.com
4459 F: drivers/net/pppol2tp.c
4460 F: include/linux/if_pppol2tp.h
4465 L: linux-kernel@vger.kernel.org
4466 L: kpreempt-tech@lists.sourceforge.net
4467 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4469 F: Documentation/preempt-locking.txt
4470 F: include/linux/preempt.h
4472 PRISM54 WIRELESS DRIVER
4473 P: Luis R. Rodriguez
4475 L: linux-wireless@vger.kernel.org
4476 W: http://prism54.org
4478 F: drivers/net/wireless/prism54/
4480 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4482 M: promise@pnd-pc.demon.co.uk
4483 W: http://www.pnd-pc.demon.co.uk/promise/
4486 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4487 P: Mikael Pettersson
4489 L: linux-ide@vger.kernel.org
4491 F: drivers/ata/sata_promise.*
4495 M: mokuno@sm.sony.co.jp
4496 L: netdev@vger.kernel.org
4497 L: cbe-oss-dev@ozlabs.org
4499 F: drivers/net/ps3_gelic_net.*
4501 PS3 PLATFORM SUPPORT
4503 M: geoffrey.levand@am.sony.com
4504 L: linuxppc-dev@ozlabs.org
4505 L: cbe-oss-dev@ozlabs.org
4507 F: arch/powerpc/boot/ps3*
4508 F: arch/powerpc/include/asm/lv1call.h
4509 F: arch/powerpc/include/asm/ps3*.h
4510 F: arch/powerpc/platforms/ps3/
4513 F: drivers/rtc/rtc-ps3.c
4514 F: drivers/usb/host/*ps3.c
4515 F: sound/ppc/snd_ps3*
4520 L: cbe-oss-dev@ozlabs.org
4525 M: roland@redhat.com
4528 L: linux-kernel@vger.kernel.org
4530 F: include/asm-generic/syscall.h
4531 F: include/linux/ptrace.h
4532 F: include/linux/regset.h
4533 F: include/linux/tracehook.h
4536 PVRUSB2 VIDEO4LINUX DRIVER
4539 L: pvrusb2@isely.net (subscribers-only)
4540 L: linux-media@vger.kernel.org
4541 W: http://www.isely.net/pvrusb2/
4542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4544 F: Documentation/video4linux/README.pvrusb2
4545 F: drivers/media/video/pvrusb2/
4547 PXA2xx/PXA3xx SUPPORT
4549 M: eric.miao@marvell.com
4551 M: linux@arm.linux.org.uk
4552 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4554 F: arch/arm/mach-pxa/
4555 F: drivers/pcmcia/pxa2xx*
4556 F: drivers/spi/pxa2xx*
4557 F: drivers/usb/gadget/pxa2*
4558 F: include/sound/pxa2xx-lib.h
4559 F: sound/soc/pxa/pxa2xx*
4563 M: eric.miao@marvell.com
4565 M: jason.chagas@marvell.com
4566 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4572 M: eric.miao@marvell.com
4573 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4582 M: robert.jarzmik@free.fr
4583 L: rtc-linux@googlegroups.com
4586 QLOGIC QLA2XXX FC-SCSI DRIVER
4588 M: linux-driver@qlogic.com
4589 L: linux-scsi@vger.kernel.org
4591 F: Documentation/scsi/LICENSE.qla2xxx
4592 F: drivers/scsi/qla2xxx/
4594 QLOGIC QLA3XXX NETWORK DRIVER
4596 M: linux-driver@qlogic.com
4597 L: netdev@vger.kernel.org
4599 F: Documentation/networking/LICENSE.qla3xxx
4600 F: drivers/net/qla3xxx.*
4602 QLOGIC QLGE 10Gb ETHERNET DRIVER
4604 M: linux-driver@qlogic.com
4605 M: ron.mercer@qlogic.com
4606 L: netdev@vger.kernel.org
4608 F: drivers/net/qlge/
4613 L: linux-kernel@vger.kernel.org
4614 W: http://www.alarsen.net/linux/qnx4fs/
4617 F: include/linux/qnx4_fs.h
4618 F: include/linux/qnxtypes.h
4620 RADEON FRAMEBUFFER DISPLAY DRIVER
4621 P: Benjamin Herrenschmidt
4622 M: benh@kernel.crashing.org
4623 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4625 F: drivers/video/aty/radeon*
4626 F: include/linux/radeonfb.h
4628 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4631 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4633 F: drivers/video/aty/aty128fb.c
4635 RALINK RT2X00 WIRELESS LAN DRIVER
4637 L: linux-wireless@vger.kernel.org
4638 L: users@rt2x00.serialmonkey.com
4639 W: http://rt2x00.serialmonkey.com/
4641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4642 F: drivers/net/wireless/rt2x00/
4644 RAMDISK RAM BLOCK DEVICE DRIVER
4648 F: Documentation/blockdev/ramdisk.txt
4649 F: drivers/block/brd.c
4651 RANDOM NUMBER DRIVER
4655 F: drivers/char/random.c
4659 M: mporter@kernel.crashing.org
4660 L: linux-kernel@vger.kernel.org
4664 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4666 M: coreythomas@charter.net
4667 L: linux-wireless@vger.kernel.org
4669 F: drivers/net/wireless/ray*
4673 M: josh@freedesktop.org
4674 L: linux-kernel@vger.kernel.org
4676 F: Documentation/RCU/torture.txt
4677 F: kernel/rcutorture.c
4681 M: florian@openwrt.org
4682 L: linux-kernel@vger.kernel.org
4685 RDC R6040 FAST ETHERNET DRIVER
4687 M: florian@openwrt.org
4688 L: netdev@vger.kernel.org
4690 F: drivers/net/r6040.c
4692 RDS - RELIABLE DATAGRAM SOCKETS
4694 M: andy.grover@oracle.com
4695 L: rds-devel@oss.oracle.com
4699 READ-COPY UPDATE (RCU)
4701 M: dipankar@in.ibm.com
4702 W: http://www.rdrop.com/users/paulmck/rclock/
4703 L: linux-kernel@vger.kernel.org
4705 F: Documentation/RCU/rcu.txt
4706 F: Documentation/RCU/rcuref.txt
4707 F: include/linux/rcupdate.h
4708 F: include/linux/srcu.h
4709 F: kernel/rcupdate.c
4711 REAL TIME CLOCK DRIVER
4713 M: p_gortmaker@yahoo.com
4714 L: linux-kernel@vger.kernel.org
4716 F: Documentation/rtc.txt
4718 F: include/linux/rtc.h
4720 REAL TIME CLOCK (RTC) SUBSYSTEM
4722 M: a.zummo@towertech.it
4723 L: rtc-linux@googlegroups.com
4725 F: Documentation/rtc.txt
4727 F: include/linux/rtc.h
4729 REISERFS FILE SYSTEM
4730 L: reiserfs-devel@vger.kernel.org
4736 M: IvDoorn@gmail.com
4737 L: netdev@vger.kernel.org
4739 F Documentation/rfkill.txt
4744 F: Documentation/serial/riscom8.txt
4745 F: drivers/char/riscom8*
4749 W: http://www.comtrol.com
4751 F: Documentation/serial/rocket.txt
4752 F: drivers/char/rocket*
4756 M: ralf@linux-mips.org
4757 L: linux-hams@vger.kernel.org
4758 W: http://www.linux-ax25.org/
4760 F: include/linux/rose.h
4761 F: include/net/rose.h
4764 RTL8180 WIRELESS DRIVER
4766 M: linville@tuxdriver.com
4767 L: linux-wireless@vger.kernel.org
4768 W: http://linuxwireless.org/
4769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4771 F: drivers/net/wireless/rtl818*
4773 RTL8187 WIRELESS DRIVER
4774 P: Herton Ronaldo Krzesinski
4775 M: herton@mandriva.com.br
4777 M: htl10@users.sourceforge.net
4779 M: Larry.Finger@lwfinger.net
4780 L: linux-wireless@vger.kernel.org
4781 W: http://linuxwireless.org/
4782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4784 F: drivers/net/wireless/rtl818x/rtl8187*
4786 S3 SAVAGE FRAMEBUFFER DRIVER
4788 M: adaplas@gmail.com
4789 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4791 F: drivers/video/savage/
4794 P: Martin Schwidefsky
4795 M: schwidefsky@de.ibm.com
4797 M: heiko.carstens@de.ibm.com
4798 M: linux390@de.ibm.com
4799 L: linux-s390@vger.kernel.org
4800 W: http://www.ibm.com/developerworks/linux/linux390/
4804 S390 NETWORK DRIVERS
4806 M: ursula.braun@de.ibm.com
4808 M: blaschka@linux.vnet.ibm.com
4809 M: linux390@de.ibm.com
4810 L: linux-s390@vger.kernel.org
4811 W: http://www.ibm.com/developerworks/linux/linux390/
4813 F: drivers/s390/net/
4817 M: felix.beck@de.ibm.com
4819 M: ralph.wuerthner@de.ibm.com
4820 M: linux390@de.ibm.com
4821 L: linux-s390@vger.kernel.org
4823 F: drivers/s390/crypto/
4827 M: christof.schmitt@de.ibm.com
4830 M: linux390@de.ibm.com
4831 L: linux-s390@vger.kernel.org
4832 W: http://www.ibm.com/developerworks/linux/linux390/
4834 F: Documentation/s390/zfcpdump.txt
4835 F: drivers/s390/scsi/zfcp_*
4837 S390 IUCV NETWORK LAYER
4839 M: ursula.braun@de.ibm.com
4840 M: linux390@de.ibm.com
4841 L: linux-s390@vger.kernel.org
4842 W: http://www.ibm.com/developerworks/linux/linux390/
4844 F: drivers/s390/net/*iucv*
4845 F: include/net/iucv/
4848 S3C24XX SD/MMC Driver
4850 M: ben-linux@fluff.org
4851 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4852 L: linux-kernel@vger.kernel.org
4854 F: drivers/mmc/host/s3cmci.*
4856 SAA7146 VIDEO4LINUX-2 DRIVER
4859 L: linux-media@vger.kernel.org
4860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4861 W: http://www.mihu.de/linux/saa7146
4863 F: drivers/media/common/saa7146*
4864 F: drivers/media/video/*7146*
4865 F: include/media/*7146*
4869 M: zwane@arm.linux.org.uk
4871 F: drivers/watchdog/sc1200wdt.c
4877 M: peterz@infradead.org
4878 L: linux-kernel@vger.kernel.org
4881 F: include/linux/sched.h
4886 L: linux-scsi@vger.kernel.org
4887 W: http://www.kernel.dk
4893 M: dgilbert@interlog.com
4894 L: linux-scsi@vger.kernel.org
4895 W: http://www.torque.net/sg
4897 F: drivers/scsi/sg.c
4898 F: include/scsi/sg.h
4901 P: James E.J. Bottomley
4902 M: James.Bottomley@HansenPartnership.com
4903 L: linux-scsi@vger.kernel.org
4904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4913 M: Kai.Makisara@kolumbus.fi
4914 L: linux-scsi@vger.kernel.org
4916 F: Documentation/scsi/st.txt
4921 M: vladislav.yasevich@hp.com
4922 P: Sridhar Samudrala
4924 L: linux-sctp@vger.kernel.org
4925 W: http://lksctp.sourceforge.net
4927 F: Documentation/networking/sctp.txt
4928 F: include/linux/sctp.h
4929 F: include/net/sctp/
4934 M: jim.cromie@gmail.com
4936 F: Documentation/i2c/busses/scx200_acb
4937 F: arch/x86/kernel/scx200_32.c
4938 F: drivers/watchdog/scx200_wdt.c
4939 F: drivers/i2c/busses/scx200*
4940 F: drivers/mtd/maps/scx200_docflash.c
4941 F: include/linux/scx200.h
4945 M: jim.cromie@gmail.com
4947 F: drivers/char/scx200_gpio.c
4948 F: include/linux/scx200_gpio.h
4950 SCx200 HRT CLOCKSOURCE DRIVER
4952 M: jim.cromie@gmail.com
4954 F: drivers/clocksource/scx200_hrt.c
4956 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4958 M: saschasommer@freenet.de
4959 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4961 F: drivers/mmc/host/sdricoh_cs.c
4963 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4966 L: sdhci-devel@lists.ossman.eu
4969 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4971 M: avorontsov@ru.mvista.com
4972 L: linuxppc-dev@ozlabs.org
4973 L: sdhci-devel@lists.ossman.eu
4975 F: drivers/mmc/host/sdhci.*
4979 M: jmorris@namei.org
4980 L: linux-kernel@vger.kernel.org
4981 L: linux-security-module@vger.kernel.org (suggested Cc:)
4982 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4983 W: http://security.wiki.kernel.org/
4988 P: Security Officers
4989 M: security@kernel.org
4992 SELINUX SECURITY MODULE
4994 M: sds@tycho.nsa.gov
4996 M: jmorris@namei.org
4998 M: eparis@parisplace.org
4999 L: linux-kernel@vger.kernel.org (kernel issues)
5000 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5001 W: http://selinuxproject.org
5002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5004 F: include/linux/selinux*
5005 F: security/selinux/
5009 M: jirislaby@gmail.com
5011 F: drivers/misc/phantom.c
5012 F: include/linux/phantom.h
5014 SERIAL ATA (SATA) SUBSYSTEM
5016 M: jgarzik@pobox.com
5017 L: linux-ide@vger.kernel.org
5018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5021 F: include/linux/ata.h
5022 F: include/linux/libata.h
5024 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5026 M: sathyap@serverengines.com
5027 P: Subbu Seetharaman
5028 M: subbus@serverengines.com
5029 L: netdev@vger.kernel.org
5030 W: http://www.serverengines.com
5032 F: drivers/net/benet/
5037 P: Robert Stonehouse
5038 M: linux-net-drivers@solarflare.com
5046 F: drivers/misc/sgi-gru/
5048 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5051 L: linux-ia64@vger.kernel.org
5053 F: Documentation/ia64/serial.txt
5054 F: drivers/serial/ioc?_serial.c
5055 F: include/linux/ioc?.h
5057 SGI VISUAL WORKSTATION 320 AND 540
5060 L: linux-visws-devel@lists.sf.net
5061 W: http://linux-visws.sf.net
5062 S: Maintained for 2.6.
5063 F: Documentation/sgi-visws.txt
5065 SGI XP/XPC/XPNET DRIVER
5069 F: drivers/misc/sgi-xp/
5071 SHARP LH SUPPORT (LH7952X & LH7A40X)
5074 W: http://projects.buici.com/arm
5075 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5077 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5078 F: arch/arm/mach-lh7a40x/
5079 F: drivers/serial/serial_lh7a40x.c
5080 F: drivers/usb/gadget/lh7a40*
5081 F: drivers/usb/host/ohci-lh7a40*
5084 P: Kristen Carlson Accardi
5085 M: kristen.c.accardi@intel.com
5086 L: linux-pci@vger.kernel.org
5088 F: drivers/pci/hotplug/shpchp*
5090 SIMTEC EB110ATX (Chalice CATS)
5093 M: support@simtec.co.uk
5094 W: http://www.simtec.co.uk/products/EB110ATX/
5096 F: arch/arm/mach-ebsa110/
5098 SIMTEC EB2410ITX (BAST)
5101 M: support@simtec.co.uk
5102 W: http://www.simtec.co.uk/products/EB2410ITX/
5104 F: arch/arm/mach-s3c2410/
5105 F: drivers/*/*s3c2410*
5106 F: drivers/*/*/*s3c2410*
5108 SIS 190 ETHERNET DRIVER
5110 M: romieu@fr.zoreil.com
5111 L: netdev@vger.kernel.org
5113 F: drivers/net/sis190.c
5115 SIS 900/7016 FAST ETHERNET DRIVER
5117 M: venza@brownhat.org
5118 W: http://www.brownhat.org/sis900.html
5119 L: netdev@vger.kernel.org
5121 F: drivers/net/sis900.*
5123 SIS 96X I2C/SMBUS DRIVER
5125 M: mhoffman@lightlink.com
5126 L: linux-i2c@vger.kernel.org
5128 F: Documentation/i2c/busses/i2c-sis96x
5129 F: drivers/i2c/busses/i2c-sis96x.c
5131 SIS FRAMEBUFFER DRIVER
5132 P: Thomas Winischhofer
5133 M: thomas@winischhofer.net
5134 W: http://www.winischhofer.net/linuxsisvga.shtml
5136 F: Documentation/fb/sisfb.txt
5137 F: drivers/video/sis/
5138 F: include/video/sisfb.h
5141 P: Thomas Winischhofer
5142 M: thomas@winischhofer.net
5143 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5145 F: drivers/usb/misc/sisusbvga/
5147 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5148 P: Stephen Hemminger
5149 M: shemminger@linux-foundation.org
5150 L: netdev@vger.kernel.org
5152 F: drivers/net/skge.*
5153 F: drivers/net/sky2.*
5156 P: Christoph Lameter
5157 M: cl@linux-foundation.org
5159 M: penberg@cs.helsinki.fi
5162 L: linux-mm@kvack.org
5164 F: include/linux/sl?b*.h
5167 SMC91x ETHERNET DRIVER
5171 F: drivers/net/smc91x.*
5173 SMSC47B397 HARDWARE MONITOR DRIVER
5175 M: mhoffman@lightlink.com
5176 L: lm-sensors@lm-sensors.org
5178 F: Documentation/hwmon/smsc47b397
5179 F: drivers/hwmon/smsc47b397.c
5181 SMSC911x ETHERNET DRIVER
5182 P: Steve Glendinning
5183 M: steve.glendinning@smsc.com
5184 L: netdev@vger.kernel.org
5186 F: include/linux/smsc911x.h
5187 F: drivers/net/smsc911x.*
5189 SMSC9420 PCI ETHERNET DRIVER
5190 P: Steve Glendinning
5191 M: steve.glendinning@smsc.com
5192 L: netdev@vger.kernel.org
5194 F: drivers/net/smsc9420.*
5198 M: bn@niasdigital.com
5200 F: drivers/uio/uio_smx.c
5202 SN-IA64 (Itanium) SUB-PLATFORM
5205 L: linux-altix@sgi.com
5206 L: linux-ia64@vger.kernel.org
5207 W: http://www.sgi.com/altix
5211 SOC-CAMERA V4L2 SUBSYSTEM
5212 P: Guennadi Liakhovetski
5213 M: g.liakhovetski@gmx.de
5214 L: linux-media@vger.kernel.org
5215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5217 F: include/media/v4l2*
5218 F: drivers/media/video/v4l2*
5220 SOEKRIS NET48XX LED SUPPORT
5224 F: drivers/leds/leds-net48xx.c
5226 SOFTWARE RAID (Multiple Disks) SUPPORT
5229 L: linux-raid@vger.kernel.org
5232 F: include/linux/raid/
5234 SONIC NETWORK DRIVER
5235 P: Thomas Bogendoerfer
5236 M: tsbogend@alpha.franken.de
5237 L: netdev@vger.kernel.org
5239 F: drivers/net/sonic.*
5241 SONICS SILICON BACKPLANE DRIVER (SSB)
5244 L: netdev@vger.kernel.org
5247 F: include/linux/ssb/
5249 SONY VAIO CONTROL DEVICE DRIVER
5251 M: malattia@linux.it
5252 L: linux-acpi@vger.kernel.org
5253 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5255 F: Documentation/laptops/sony-laptop.txt
5256 F: drivers/char/sonypi.c
5257 F: drivers/platform/x86/sony-laptop.c
5258 F: include/linux/sony-laptop.h
5260 SONY MEMORYSTICK CARD SUPPORT
5263 L: linux-kernel@vger.kernel.org
5264 W: http://tifmxx.berlios.de/
5266 F: drivers/memstick/host/tifm_ms.c
5273 L: alsa-devel@alsa-project.org (subscribers-only)
5274 W: http://www.alsa-project.org/
5275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5276 T: git git://git.alsa-project.org/alsa-kernel.git
5278 F: Documentation/sound/
5282 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5284 M: lrg@slimlogic.co.uk
5286 M: broonie@opensource.wolfsonmicro.com
5287 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5288 L: alsa-devel@alsa-project.org (subscribers-only)
5289 W: http://alsa-project.org/main/index.php/ASoC
5293 SPARC + UltraSPARC (sparc/sparc64)
5295 M: davem@davemloft.net
5296 L: sparclinux@vger.kernel.org
5297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5298 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5302 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5304 M: R.E.Wolff@BitWizard.nl
5305 L: linux-kernel@vger.kernel.org
5307 F: Documentation/serial/specialix.txt
5308 F: drivers/char/specialix*
5312 M: dbrownell@users.sourceforge.net
5313 L: spi-devel-general@lists.sourceforge.net
5315 F: Documentation/spi/
5317 F: include/linux/spi/
5319 SPIDERNET NETWORK DRIVER for CELL
5321 M: kou.ishizaki@toshiba.co.jp
5324 L: netdev@vger.kernel.org
5326 F: Documentation/networking/spider_net.txt
5327 F: drivers/net/spider_net*
5332 L: linuxppc-dev@ozlabs.org
5333 L: cbe-oss-dev@ozlabs.org
5334 W: http://www.ibm.com/developerworks/power/cell/
5336 F: Documentation/filesystems/spufs.txt
5337 F: arch/powerpc/platforms/cell/spufs/
5339 SQUASHFS FILE SYSTEM
5341 M: phillip@lougher.demon.co.uk
5342 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5343 W: http://squashfs.org.uk
5345 F: Documentation/filesystems/squashfs.txt
5348 SRM (Alpha) environment access
5349 P: Jan-Benedict Glaw
5350 M: jbglaw@lug-owl.de
5351 L: linux-kernel@vger.kernel.org
5353 F: arch/alpha/kernel/srm_env.c
5356 P: Greg Kroah-Hartman
5359 M: chrisw@sous-sol.org
5360 L: stable@kernel.org
5364 P: Greg Kroah-Hartman
5366 L: linux-kernel@vger.kernel.org
5367 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5371 STARFIRE/DURALAN NETWORK DRIVER
5373 M: ionut@cs.columbia.edu
5375 F: drivers/net/starfire*
5377 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5378 W: http://mosquitonet.Stanford.EDU/strip.html
5380 F: drivers/net/wireless/strip.c
5381 F: include/linux/if_strip.h
5383 STRADIS MPEG-2 DECODER DRIVER
5386 W: http://www.stradis.com/
5388 F: drivers/media/video/stradis.c
5393 W: http://sammy.net/sun3/
5395 F: arch/m68k/kernel/*sun3*
5397 F: arch/m68k/include/asm/sun3*
5401 M: lethal@linux-sh.org
5402 L: linux-sh@vger.kernel.org
5403 W: http://www.linux-sh.org
5404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5406 F: Documentation/sh/
5412 M: len.brown@intel.com
5415 P: Rafael J. Wysocki
5417 L: linux-pm@lists.linux-foundation.org
5419 F: Documentation/power/
5420 F: arch/x86/kernel/acpi/
5421 F: drivers/base/power/
5423 F: include/linux/suspend.h
5424 F: include/linux/freezer.h
5425 F: include/linux/pm.h
5430 L: linux-video@atrey.karlin.mff.cuni.cz
5432 F: Documentation/svga.txt
5433 F: arch/x86/boot/video*
5436 P: Christoph Hellwig
5437 M: hch@infradead.org
5439 F: Documentation/filesystems/sysv-fs.txt
5441 F: include/linux/sysv_fs.h
5443 TASKSTATS STATISTICS INTERFACE
5445 M: balbir@linux.vnet.ibm.com
5446 L: linux-kernel@vger.kernel.org
5448 F: Documentation/accounting/taskstats*
5449 F: include/linux/taskstats*
5450 F: kernel/taskstats.c
5455 L: netdev@vger.kernel.org
5457 F: include/linux/pkt_cls.h
5458 F: include/net/pkt_cls.h
5461 TCP LOW PRIORITY MODULE
5462 P: Wong Hoi Sing, Edison
5463 M: hswong3i@gmail.com
5464 P: Hung Hing Lun, Mike
5465 M: hlhung3i@gmail.com
5466 W: http://tcp-lp-mod.sourceforge.net/
5468 F: net/ipv4/tcp_lp.c
5470 TEHUTI ETHERNET DRIVER
5471 P: Alexander Indenbaum
5472 M: baum@tehutinetworks.net
5474 M: andy@greyhouse.net
5475 L: netdev@vger.kernel.org
5477 F: drivers/net/tehuti*
5479 Telecom Clock Driver for MCPL0010
5481 M: mark.gross@intel.com
5483 F: drivers/char/tlclk.c
5485 TENSILICA XTENSA PORT (xtensa)
5491 THINKPAD ACPI EXTRAS DRIVER
5492 P: Henrique de Moraes Holschuh
5493 M: ibm-acpi@hmh.eng.br
5494 L: ibm-acpi-devel@lists.sourceforge.net
5495 W: http://ibm-acpi.sourceforge.net
5496 W: http://thinkwiki.org/wiki/Ibm-acpi
5497 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5499 F: drivers/platform/x86/thinkpad_acpi.c
5501 TI FLASH MEDIA INTERFACE DRIVER
5505 F: drivers/misc/tifm*
5506 F: drivers/mmc/host/tifm_sd.c
5507 F: include/linux/tifm.h
5509 TI OMAP MMC INTERFACE DRIVER
5510 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5511 M: linux-omap@vger.kernel.org
5512 W: http://linux.omap.com
5513 W: http://www.muru.com/linux/omap/
5515 F: drivers/mmc/host/omap.c
5517 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5519 M: dsaxena@plexity.net
5521 F: drivers/char/hw_random/omap-rng.c
5525 M: per.liden@ericsson.com
5527 M: jon.maloy@ericsson.com
5529 M: allan.stephens@windriver.com
5530 L: tipc-discussion@lists.sourceforge.net
5531 W: http://tipc.sourceforge.net/
5532 W: http://tipc.cslab.ericsson.net/
5533 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5535 F: include/linux/tipc*.h
5536 F: include/net/tipc/
5542 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5543 W: http://sourceforge.net/projects/tlan/
5545 F: Documentation/networking/tlan.txt
5546 F: drivers/net/tlan.*
5548 TOMOYO SECURITY MODULE
5550 M: takedakn@nttdata.co.jp
5552 M: penguin-kernel@I-love.SAKURA.ne.jp
5553 L: linux-kernel@vger.kernel.org (kernel issues)
5554 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5555 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5556 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5557 W: http://tomoyo.sourceforge.jp/
5558 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5562 TOSHIBA ACPI EXTRAS DRIVER
5564 F: drivers/platform/x86/toshiba_acpi.c
5568 M: jonathan@buzzard.org.uk
5569 L: tlinux-users@tce.toshiba-dme.co.jp
5570 W: http://www.buzzard.org.uk/toshiba/
5572 F: drivers/char/toshiba.c
5573 F: include/linux/toshiba.h
5577 M: ian@mnementh.co.uk
5579 F: drivers/mmc/host/tmio_mmc.*
5583 M: debora@linux.vnet.ibm.com
5585 M: srajiv@linux.vnet.ibm.com
5586 W: http://tpmdd.sourceforge.net
5588 M: m.selhorst@sirrix.com
5589 W: http://www.sirrix.com
5590 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5592 F: drivers/char/tpm/
5596 M: trivial@kernel.org
5597 L: linux-kernel@vger.kernel.org
5598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5603 M: alan@lxorguk.ukuu.org.uk
5604 L: linux-kernel@vger.kernel.org
5607 TULIP NETWORK DRIVERS
5609 M: grundler@parisc-linux.org
5612 L: netdev@vger.kernel.org
5614 F: drivers/net/tulip/
5617 P: Maxim Krasnyansky
5618 M: maxk@qualcomm.com
5619 L: vtun@office.satix.net
5620 W: http://vtun.sourceforge.net/tun
5622 F: Documentation/networking/tuntap.txt
5623 F: arch/um/os-Linux/drivers/
5625 TURBOCHANNEL SUBSYSTEM
5626 P: Maciej W. Rozycki
5627 M: macro@linux-mips.org
5630 F: include/linux/tc.h
5634 M: ballabio_dario@emc.com
5635 L: linux-scsi@vger.kernel.org
5637 F: drivers/scsi/u14-34f.c
5639 UBI FILE SYSTEM (UBIFS)
5641 M: dedekind@infradead.org
5643 M: ext-adrian.hunter@nokia.com
5644 L: linux-mtd@lists.infradead.org
5645 T: git git://git.infradead.org/ubifs-2.6.git
5646 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5648 F: Documentation/filesystems/ubifs.txt
5651 UCLINUX (AND M68KNOMMU)
5654 W: http://www.uclinux.org/
5655 L: uclinux-dev@uclinux.org (subscribers-only)
5659 UCLINUX FOR RENESAS H8/300 (H8300)
5661 M: ysato@users.sourceforge.jp
5662 W: http://uclinux-h8.sourceforge.jp/
5668 W: http://linux-udf.sourceforge.net
5670 F: Documentation/filesystems/udf.txt
5674 P: Evgeniy Dushistov
5675 M: dushistov@mail.ru
5676 L: linux-kernel@vger.kernel.org
5678 F: Documentation/filesystems/ufs.txt
5681 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5683 M: david.vrabel@csr.com
5684 L: linux-usb@vger.kernel.org
5687 F: include/linux/uwb.h
5688 F: include/linux/uwb/
5690 UNIFORM CDROM DRIVER
5693 L: linux-kernel@vger.kernel.org
5694 W: http://www.kernel.dk
5696 F: Documentation/cdrom/
5697 F: drivers/cdrom/cdrom.c
5698 F: include/linux/cdrom.h
5700 UNSORTED BLOCK IMAGES (UBI)
5702 M: dedekind@infradead.org
5703 W: http://www.linux-mtd.infradead.org/
5704 L: linux-mtd@lists.infradead.org
5705 T: git git://git.infradead.org/ubi-2.6.git
5708 F: include/linux/mtd/ubi.h
5709 F: include/mtd/ubi-user.h
5713 M: oliver@neukum.name
5714 L: linux-usb@vger.kernel.org
5716 F: Documentation/usb/acm.txt
5717 F: drivers/usb/class/cdc-acm.*
5719 USB BLOCK DRIVER (UB ub)
5721 M: zaitcev@redhat.com
5722 L: linux-kernel@vger.kernel.org
5723 L: linux-usb@vger.kernel.org
5725 F: drivers/block/ub.c
5727 USB CDC ETHERNET DRIVER
5728 P: Greg Kroah-Hartman
5730 L: linux-usb@vger.kernel.org
5732 W: http://www.kroah.com/linux-usb/
5733 F: drivers/net/usb/cdc_*.c
5734 F: include/linux/usb/cdc.h
5736 USB CYPRESS C67X00 DRIVER
5738 M: jacmet@sunsite.dk
5739 L: linux-usb@vger.kernel.org
5741 F: drivers/usb/c67x00/
5743 USB DAVICOM DM9601 DRIVER
5745 M: jacmet@sunsite.dk
5746 L: netdev@vger.kernel.org
5747 W: http://www.linux-usb.org/usbnet
5749 F: drivers/net/usb/dm9601.c
5751 USB DIAMOND RIO500 DRIVER
5754 L: rio500-users@lists.sourceforge.net
5755 W: http://rio500.sourceforge.net
5757 F: drivers/usb/misc/rio500*
5761 M: dbrownell@users.sourceforge.net
5762 L: linux-usb@vger.kernel.org
5764 F: Documentation/usb/ehci.txt
5765 F: drivers/usb/host/ehci*
5767 USB ET61X[12]51 DRIVER
5769 M: luca.risolia@studio.unibo.it
5770 L: linux-usb@vger.kernel.org
5771 L: linux-media@vger.kernel.org
5772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5773 W: http://www.linux-projects.org
5775 F: drivers/media/video/et61x251/
5777 USB GADGET/PERIPHERAL SUBSYSTEM
5779 M: dbrownell@users.sourceforge.net
5780 L: linux-usb@vger.kernel.org
5781 W: http://www.linux-usb.org/gadget
5783 F: drivers/usb/gadget/
5784 F: include/linux/usb/gadget*
5786 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5789 L: linux-usb@vger.kernel.org
5790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5792 F: Documentation/usb/hiddev.txt
5793 F: drivers/hid/usbhid/
5797 M: ok@artecdesign.ee
5798 L: linux-usb@vger.kernel.org
5800 F: drivers/usb/host/isp116x*
5801 F: include/linux/usb/isp116x.h
5803 USB KAWASAKI LSI DRIVER
5805 M: oliver@neukum.name
5806 L: linux-usb@vger.kernel.org
5808 F: drivers/usb/serial/kl5kusb105.*
5810 USB MASS STORAGE DRIVER
5812 M: mdharm-usb@one-eyed-alien.net
5813 L: linux-usb@vger.kernel.org
5814 L: usb-storage@lists.one-eyed-alien.net
5816 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5817 F: drivers/usb/storage/
5821 M: dbrownell@users.sourceforge.net
5822 L: linux-usb@vger.kernel.org
5824 F: Documentation/usb/ohci.txt
5825 F: drivers/usb/host/ohci*
5827 USB OPTION-CARD DRIVER
5829 M: smurf@smurf.noris.de
5830 L: linux-usb@vger.kernel.org
5832 F: drivers/usb/serial/option.c
5836 M: mmcclell@bigfoot.com
5837 L: linux-usb@vger.kernel.org
5838 W: http://alpha.dyndns.org/ov511/
5840 F: drivers/media/video/ov511.*
5844 M: petkan@users.sourceforge.net
5845 L: linux-usb@vger.kernel.org
5846 L: netdev@vger.kernel.org
5847 W: http://pegasus2.sourceforge.net/
5849 F: drivers/net/usb/pegasus.*
5851 USB PRINTER DRIVER (usblp)
5853 M: zaitcev@redhat.com
5854 L: linux-usb@vger.kernel.org
5856 F: drivers/usb/class/usblp.c
5860 M: petkan@users.sourceforge.net
5861 L: linux-usb@vger.kernel.org
5862 L: netdev@vger.kernel.org
5863 W: http://pegasus2.sourceforge.net/
5865 F: drivers/net/usb/rtl8150.c
5870 L: linux-usb@vger.kernel.org
5871 W: http://www.chello.nl/~j.vreeken/se401/
5873 F: Documentation/video4linux/se401.txt
5874 F: drivers/media/video/se401.*
5876 USB SERIAL BELKIN F5U103 DRIVER
5877 P: William Greathouse
5878 M: wgreathouse@smva.com
5879 L: linux-usb@vger.kernel.org
5881 F: drivers/usb/serial/belkin_sa.*
5883 USB SERIAL CYPRESS M8 DRIVER
5885 M: dignome@gmail.com
5886 L: linux-usb@vger.kernel.org
5888 W: http://geocities.com/i0xox0i
5889 W: http://firstlight.net/cvs
5890 F: drivers/usb/serial/cypress_m8.*
5892 USB SERIAL CYBERJACK DRIVER
5893 P: Matthias Bruestle and Harald Welte
5894 M: support@reiner-sct.com
5895 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5897 F: drivers/usb/serial/cyberjack.c
5899 USB SERIAL DIGI ACCELEPORT DRIVER
5900 P: Peter Berger and Al Borchers
5901 M: pberger@brimson.com
5902 M: alborchers@steinerpoint.com
5903 L: linux-usb@vger.kernel.org
5905 F: drivers/usb/serial/digi_acceleport.c
5908 P: Greg Kroah-Hartman
5910 L: linux-usb@vger.kernel.org
5912 F: Documentation/usb/usb-serial.txt
5913 F: drivers/usb/serial/generic.c
5914 F: drivers/usb/serial/usb-serial.c
5915 F: include/linux/usb/serial.h
5917 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5919 M: xavyer@ix.netcom.com
5920 L: linux-usb@vger.kernel.org
5922 F: drivers/usb/serial/empeg.c
5924 USB SERIAL KEYSPAN DRIVER
5925 P: Greg Kroah-Hartman
5927 L: linux-usb@vger.kernel.org
5928 W: http://www.kroah.com/linux/
5930 F: drivers/usb/serial/*keyspan*
5932 USB SERIAL WHITEHEAT DRIVER
5933 P: Support Department
5934 M: support@connecttech.com
5935 L: linux-usb@vger.kernel.org
5936 W: http://www.connecttech.com
5938 F: drivers/usb/serial/whiteheat*
5940 USB SMSC95XX ETHERNET DRIVER
5941 P: Steve Glendinning
5942 M: steve.glendinning@smsc.com
5943 L: netdev@vger.kernel.org
5945 F: drivers/net/usb/smsc95xx.*
5949 M: luca.risolia@studio.unibo.it
5950 L: linux-usb@vger.kernel.org
5951 L: linux-media@vger.kernel.org
5952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5953 W: http://www.linux-projects.org
5955 F: Documentation/video4linux/sn9c102.txt
5956 F: drivers/media/video/sn9c102/
5959 P: Greg Kroah-Hartman
5961 L: linux-usb@vger.kernel.org
5962 W: http://www.linux-usb.org
5963 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5965 F: Documentation/usb/
5968 F: include/linux/usb.h
5969 F: include/linux/usb/
5973 M: stern@rowland.harvard.edu
5974 L: linux-usb@vger.kernel.org
5976 F: drivers/usb/host/uhci*
5978 USB "USBNET" DRIVER FRAMEWORK
5980 M: dbrownell@users.sourceforge.net
5981 L: netdev@vger.kernel.org
5982 W: http://www.linux-usb.org/usbnet
5984 F: drivers/net/usb/usbnet.c
5985 F: include/linux/usb/usbnet.h
5989 M: laurent.pinchart@skynet.be
5990 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5991 L: linux-media@vger.kernel.org
5992 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5993 W: http://linux-uvc.berlios.de
5995 F: drivers/media/video/uvc/
5997 USB W996[87]CF DRIVER
5999 M: luca.risolia@studio.unibo.it
6000 L: linux-usb@vger.kernel.org
6001 L: linux-media@vger.kernel.org
6002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6003 W: http://www.linux-projects.org
6005 F: Documentation/video4linux/w9968cf.txt
6006 F: drivers/media/video/w996*
6008 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6010 M: jussi.kivilinna@mbnet.fi
6011 L: linux-wireless@vger.kernel.org
6013 F: drivers/net/wireless/rndis_wlan.c
6017 M: luca.risolia@studio.unibo.it
6018 L: linux-usb@vger.kernel.org
6019 L: linux-media@vger.kernel.org
6020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6021 W: http://www.linux-projects.org
6023 F: Documentation/video4linux/zc0301.txt
6024 F: drivers/media/video/zc0301/
6029 L: linux-usb@vger.kernel.org
6030 W: http://linux-lc100020.sourceforge.net
6032 F: drivers/net/wireless/zd1201.*
6036 M: royale@zerezo.com
6037 L: linux-usb@vger.kernel.org
6038 L: linux-media@vger.kernel.org
6039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6040 W: http://royale.zerezo.com/zr364xx/
6042 F: Documentation/video4linux/zr364xx.txt
6043 F: drivers/media/video/zr364xx.c
6045 USER-MODE LINUX (UML)
6047 M: jdike@addtoit.com
6048 L: user-mode-linux-devel@lists.sourceforge.net
6049 L: user-mode-linux-user@lists.sourceforge.net
6050 W: http://user-mode-linux.sourceforge.net
6052 F: Documentation/uml/
6059 M: hjk@linutronix.de
6060 P: Greg Kroah-Hartman
6062 L: linux-kernel@vger.kernel.org
6064 F: Documentation/DocBook/uio-howto.tmpl
6066 F: include/linux/uio*.h
6068 UTIL-LINUX-NG PACKAGE
6071 L: util-linux-ng@vger.kernel.org
6072 W: http://kernel.org/~kzak/util-linux-ng/
6073 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6077 P: Michal Januszewski
6079 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6080 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6082 F: Documentation/fb/uvesafb.txt
6083 F: drivers/video/uvesafb.*
6085 VFAT/FAT/MSDOS FILESYSTEM
6087 M: hirofumi@mail.parknet.co.jp
6088 L: linux-kernel@vger.kernel.org
6090 F: Documentation/filesystems/vfat.txt
6093 VIA RHINE NETWORK DRIVER
6097 F: drivers/net/via-rhine.c
6101 M: khali@linux-fr.org
6102 L: linux-i2c@vger.kernel.org
6104 F: Documentation/i2c/busses/i2c-viapro
6105 F: drivers/i2c/busses/i2c-viapro.c
6107 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6109 M: JosephChan@via.com.tw
6111 M: ScottFang@viatech.com.cn
6112 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6114 F: drivers/video/via/
6116 VIA VELOCITY NETWORK DRIVER
6118 M: romieu@fr.zoreil.com
6119 L: netdev@vger.kernel.org
6121 F: drivers/net/via-velocity.*
6126 L: netdev@vger.kernel.org
6128 F: drivers/net/macvlan.c
6129 F: include/linux/if_*vlan.h
6132 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6134 M: lrg@slimlogic.co.uk
6136 M: broonie@opensource.wolfsonmicro.com
6137 W: http://opensource.wolfsonmicro.com/node/15
6138 W: http://www.slimlogic.co.uk/?p=48
6139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6141 F: drivers/regulator/
6142 F: include/linux/regulator/
6144 VT1211 HARDWARE MONITOR DRIVER
6147 L: lm-sensors@lm-sensors.org
6149 F: Documentation/hwmon/vt1211
6150 F: drivers/hwmon/vt1211.c
6152 VT8231 HARDWARE MONITOR DRIVER
6154 M: vt8231@hiddenengine.co.uk
6155 L: lm-sensors@lm-sensors.org
6157 F: drivers/hwmon/vt8231.c
6159 W1 DALLAS'S 1-WIRE BUS
6161 M: johnpol@2ka.mipt.ru
6163 F: Documentation/w1/
6166 W83791D HARDWARE MONITORING DRIVER
6168 M: m.hulsman@tudelft.nl
6169 L: lm-sensors@lm-sensors.org
6171 F: Documentation/hwmon/w83791d
6172 F: drivers/hwmon/w83791d.c
6174 W83793 HARDWARE MONITORING DRIVER
6176 M: r.marek@assembler.cz
6177 L: lm-sensors@lm-sensors.org
6179 F: Documentation/hwmon/w83793
6180 F: drivers/hwmon/w83793.c
6182 W83L51xD SD/MMC CARD INTERFACE DRIVER
6185 L: linux-kernel@vger.kernel.org
6187 F: drivers/mmc/host/wbsd.*
6189 WATCHDOG DEVICE DRIVERS
6192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6194 F: Documentation/watchdog/
6195 F: drivers/watchdog/
6196 F: include/linux/watchdog.h
6198 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6201 L: linux-wireless@vger.kernel.org
6202 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6204 F: Documentation/networking/wavelan.txt
6205 F: drivers/net/wireless/wavelan*
6209 M: zaga@fly.cc.fer.hr
6210 L: linux-scsi@vger.kernel.org
6212 F: drivers/scsi/wd7000.c
6215 P: Inaky Perez-Gonzalez
6216 M: inaky.perez-gonzalez@intel.com
6217 M: linux-wimax@intel.com
6218 L: wimax@linuxwimax.org
6220 W: http://linuxwimax.org
6222 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6224 M: david.vrabel@csr.com
6226 F: include/linux/wlp.h
6229 WISTRON LAPTOP BUTTON DRIVER
6233 F: drivers/input/misc/wistron_btns.c
6235 WL3501 WIRELESS PCMCIA CARD DRIVER
6236 P: Arnaldo Carvalho de Melo
6237 M: acme@ghostprotocols.net
6238 L: linux-wireless@vger.kernel.org
6239 W: http://oops.ghostprotocols.net:81/blog
6241 F: drivers/net/wireless/wl3501*
6243 WM97XX TOUCHSCREEN DRIVERS
6245 M: broonie@opensource.wolfsonmicro.com
6247 M: lrg@slimlogic.co.uk
6248 L: linux-input@vger.kernel.org
6249 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6250 W: http://opensource.wolfsonmicro.com/node/7
6252 F: drivers/input/touchscreen/*wm97*
6253 F: include/linux/wm97xx.h
6257 M: eis@baty.hanse.de
6258 L: linux-x25@vger.kernel.org
6260 F: Documentation/networking/x25*
6264 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6266 M: tglx@linutronix.de
6272 L: linux-kernel@vger.kernel.org
6273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6275 F: Documentation/x86/
6278 XEN HYPERVISOR INTERFACE
6279 P: Jeremy Fitzhardinge
6280 M: jeremy@xensource.com
6282 M: chrisw@sous-sol.org
6283 L: virtualization@lists.osdl.org
6284 L: xen-devel@lists.xensource.com
6287 F: drivers/*/xen-*front.c
6289 F: arch/x86/include/asm/xen/
6293 P: Silicon Graphics Inc
6296 M: xfs-masters@oss.sgi.com
6298 W: http://oss.sgi.com/projects/xfs
6299 T: git git://oss.sgi.com/xfs/xfs.git
6301 F: Documentation/filesystems/xfs.txt
6304 XILINX SYSTEMACE DRIVER
6306 M: grant.likely@secretlab.ca
6307 W: http://www.secretlab.ca/
6308 L: linux-kernel@vger.kernel.org
6310 F: drivers/block/xsysace.c
6312 XILINX UARTLITE SERIAL DRIVER
6314 M: jacmet@sunsite.dk
6315 L: linux-serial@vger.kernel.org
6317 F: drivers/serial/uartlite.c
6319 YAM DRIVER FOR AX.25
6320 P: Jean-Paul Roubelat
6322 L: linux-hams@vger.kernel.org
6324 F: drivers/net/hamradio/yam*
6325 F: include/linux/yam.h
6327 YEALINK PHONE DRIVER
6329 M: Henk.Vergonet@gmail.com
6330 L: usbb2k-api-dev@nongnu.org
6332 F: Documentation/input/yealink.txt
6333 F: drivers/input/misc/yealink.*
6335 Z8530 DRIVER FOR AX.25
6338 W: http://yaina.de/jreuter/
6339 W: http://www.qsl.net/dl1bke/
6340 L: linux-hams@vger.kernel.org
6342 F: Documentation/networking/z8530drv.txt
6343 F: drivers/net/hamradio/*scc.c
6344 F: drivers/net/hamradio/z8530.h
6346 ZD1211RW WIRELESS DRIVER
6350 M: kune@deine-taler.de
6351 W: http://zd1211.ath.cx/wiki/DriverRewrite
6352 L: linux-wireless@vger.kernel.org
6353 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6355 F: drivers/net/wireless/zd1211rw/
6357 ZR36067 VIDEO FOR LINUX DRIVER
6358 L: mjpeg-users@lists.sourceforge.net
6359 L: linux-media@vger.kernel.org
6360 W: http://mjpeg.sourceforge.net/driver-zoran/
6361 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6363 F: drivers/media/video/zoran/
6365 ZS DECSTATION Z85C30 SERIAL DRIVER
6366 P: Maciej W. Rozycki
6367 M: macro@linux-mips.org
6369 F: drivers/serial/zs.*
6373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6374 S: Buried alive in reporters