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
941 M: Sujith.Manoharan@atheros.com
942 P: Vasanthakumar Thiagarajan
943 M: vasanth@atheros.com
944 P: Senthil Balasubramanian
945 M: senthilkumar@atheros.com
946 L: linux-wireless@vger.kernel.org
947 L: ath9k-devel@lists.ath9k.org
949 F: drivers/net/wireless/ath9k/
951 ATHEROS AR9170 WIRELESS DRIVER
952 P: Christian Lamparter
954 L: linux-wireless@vger.kernel.org
955 W: http://wireless.kernel.org/en/users/Drivers/ar9170
957 F: drivers/net/wireless/ar9170/
963 F: drivers/input/misc/ati_remote2.c
965 ATLX ETHERNET DRIVERS
967 M: jcliburn@gmail.com
971 M: jie.yang@atheros.com
972 L: atl1-devel@lists.sourceforge.net
973 W: http://sourceforge.net/projects/atl1
974 W: http://atl1.sourceforge.net
980 M: chas@cmf.nrl.navy.mil
981 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
982 L: netdev@vger.kernel.org
983 W: http://linux-atm.sourceforge.net
986 F: include/linux/atm*
988 ATMEL AT91 MCI DRIVER
990 M: nicolas.ferre@atmel.com
991 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
992 W: http://www.atmel.com/products/AT91/
993 W: http://www.at91.com/
995 F: drivers/mmc/host/at91_mci.c
997 ATMEL AT91 / AT32 SERIAL DRIVER
998 P: Haavard Skinnemoen
999 M: hskinnemoen@atmel.com
1000 L: linux-kernel@vger.kernel.org
1002 F: drivers/serial/atmel_serial.c
1006 M: nicolas.ferre@atmel.com
1007 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1009 F: drivers/video/atmel_lcdfb.c
1010 F: include/video/atmel_lcdc.h
1012 ATMEL MACB ETHERNET DRIVER
1013 P: Haavard Skinnemoen
1014 M: hskinnemoen@atmel.com
1016 F: drivers/net/macb.*
1019 P: Haavard Skinnemoen
1020 M: hskinnemoen@atmel.com
1022 F: drivers/spi/atmel_spi.*
1024 ATMEL USBA UDC DRIVER
1025 P: Haavard Skinnemoen
1026 M: hskinnemoen@atmel.com
1027 L: kernel@avr32linux.org
1028 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1030 F: drivers/usb/gadget/atmel_usba_udc.*
1032 ATMEL WIRELESS DRIVER
1034 M: simon@thekelleys.org.uk
1035 L: linux-wireless@vger.kernel.org
1036 W: http://www.thekelleys.org.uk/atmel
1037 W: http://atmelwlandriver.sourceforge.net/
1039 F: drivers/net/wireless/atmel*
1043 M: viro@zeniv.linux.org.uk
1045 M: eparis@redhat.com
1046 L: linux-audit@redhat.com (subscribers-only)
1047 W: http://people.redhat.com/sgrubb/audit/
1048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1050 F: include/linux/audit.h
1053 AUXILIARY DISPLAY DRIVERS
1054 P: Miguel Ojeda Sandonis
1055 M: miguel.ojeda.sandonis@gmail.com
1056 L: linux-kernel@vger.kernel.org
1057 W: http://miguelojeda.es/auxdisplay.htm
1058 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1060 F: drivers/auxdisplay/
1061 F: include/linux/cfag12864b.h
1064 P: Haavard Skinnemoen
1065 M: hskinnemoen@atmel.com
1066 W: http://www.atmel.com/products/AVR32/
1067 W: http://avr32linux.org/
1068 W: http://avrfreaks.net/
1072 AVR32/AT32AP MACHINE SUPPORT
1073 P: Haavard Skinnemoen
1074 M: hskinnemoen@atmel.com
1076 F: arch/avr32/mach-at32ap/
1080 M: ralf@linux-mips.org
1081 L: linux-hams@vger.kernel.org
1082 W: http://www.linux-ax25.org/
1084 F: include/linux/ax25.h
1085 F: include/net/ax25.h
1092 M: stefano.brivio@polimi.it
1093 L: linux-wireless@vger.kernel.org
1094 W: http://linuxwireless.org/en/users/Drivers/b43
1096 F: drivers/net/wireless/b43/
1098 B43LEGACY WIRELESS DRIVER
1100 M: Larry.Finger@lwfinger.net
1102 M: stefano.brivio@polimi.it
1103 L: linux-wireless@vger.kernel.org
1104 W: http://linuxwireless.org/en/users/Drivers/b43
1106 F: drivers/net/wireless/b43legacy/
1108 BACKLIGHT CLASS/SUBSYSTEM
1110 M: rpurdie@rpsys.net
1112 F: drivers/video/backlight/
1113 F: include/linux/backlight.h
1115 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1117 M: t.sailer@alumni.ethz.ch
1118 L: linux-hams@vger.kernel.org
1119 W: http://www.baycom.org/~tom/ham/ham.html
1121 F: drivers/net/hamradio/baycom*
1124 P: Sergey S. Kostyliov
1125 M: rathamahata@php4.ru
1126 L: linux-kernel@vger.kernel.org
1128 F: Documentation/filesystems/befs.txt
1132 P: Tigran A. Aivazian
1133 M: tigran@aivazian.fsnet.co.uk
1134 L: linux-kernel@vger.kernel.org
1136 F: Documentation/filesystems/bfs.txt
1138 F: include/linux/bfs_fs.h
1140 BLACKFIN ARCHITECTURE
1142 M: cooloney@kernel.org
1143 L: uclinux-dist-devel@blackfin.uclinux.org
1144 W: http://blackfin.uclinux.org
1148 BLACKFIN EMAC DRIVER
1150 M: cooloney@kernel.org
1151 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1152 W: http://blackfin.uclinux.org
1154 F: drivers/net/bfin_mac.*
1158 M: vapier.adi@gmail.com
1159 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1160 W: http://blackfin.uclinux.org
1162 F: drivers/rtc/rtc-bfin.c
1164 BLACKFIN SERIAL DRIVER
1166 M: sonic.zhang@analog.com
1167 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1168 W: http://blackfin.uclinux.org
1170 F: drivers/serial/bfin_5xx.c
1172 BLACKFIN WATCHDOG DRIVER
1174 M: vapier.adi@gmail.com
1175 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1176 W: http://blackfin.uclinux.org
1178 F: drivers/watchdog/bfin_wdt.c
1180 BLACKFIN I2C TWI DRIVER
1182 M: sonic.zhang@analog.com
1183 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1184 W: http://blackfin.uclinux.org/
1186 F: drivers/i2c/busses/i2c-bfin-twi.c
1191 L: linux-kernel@vger.kernel.org
1192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1198 M: joern@lazybastard.org
1199 L: linux-mtd@lists.infradead.org
1201 F: drivers/mtd/devices/block2mtd.c
1205 M: marcel@holtmann.org
1206 L: linux-bluetooth@vger.kernel.org
1207 W: http://www.bluez.org/
1209 F: drivers/bluetooth/
1213 M: marcel@holtmann.org
1214 L: linux-bluetooth@vger.kernel.org
1215 W: http://www.bluez.org/
1216 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1219 F: include/net/bluetooth/
1224 L: bonding-devel@lists.sourceforge.net
1225 W: http://sourceforge.net/projects/bonding/
1227 F: drivers/net/bonding/
1228 F: include/linux/if_bonding.h
1230 BROADCOM B44 10/100 ETHERNET DRIVER
1232 M: zambrano@broadcom.com
1233 L: netdev@vger.kernel.org
1235 F: drivers/net/b44.*
1237 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1239 M: mchan@broadcom.com
1240 L: netdev@vger.kernel.org
1242 F: drivers/net/bnx2.*
1243 F: drivers/net/bnx2_*
1245 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1247 M: eilong@broadcom.com
1248 L: netdev@vger.kernel.org
1250 F: drivers/net/bnx2x*
1252 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1254 M: mcarlson@broadcom.com
1256 M: mchan@broadcom.com
1257 L: netdev@vger.kernel.org
1259 F: drivers/net/tg3.*
1261 BSG (block layer generic sg v4 driver)
1263 M: fujita.tomonori@lab.ntt.co.jp
1264 L: linux-scsi@vger.kernel.org
1267 F: include/linux/bsg.h
1272 W: http://bu3sch.de/btgpio.php
1274 F: drivers/gpio/bt8xxgpio.c
1278 M: chris.mason@oracle.com
1279 L: linux-btrfs@vger.kernel.org
1280 W: http://btrfs.wiki.kernel.org/
1281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1283 F: Documentation/filesystems/btrfs.txt
1286 BTTV VIDEO4LINUX DRIVER
1287 P: Mauro Carvalho Chehab
1288 M: mchehab@infradead.org
1289 L: linux-media@vger.kernel.org
1290 W: http://linuxtv.org
1291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1293 F: Documentation/video4linux/bttv/
1294 F: drivers/media/video/bt8xx/bttv*
1296 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1298 M: dhowells@redhat.com
1299 L: linux-cachefs@redhat.com
1301 F: Documentation/filesystems/caching/cachefiles.txt
1304 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1307 L: linux-media@vger.kernel.org
1308 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1310 F: Documentation/video4linux/cafe_ccic
1311 F: drivers/media/video/cafe_ccic*
1313 CALGARY x86-64 IOMMU
1318 L: linux-kernel@vger.kernel.org
1319 L: discuss@x86-64.org
1321 F: arch/x86/kernel/pci-calgary_64.c
1322 F: arch/x86/kernel/tce_64.c
1323 F: arch/x86/include/asm/calgary.h
1324 F: arch/x86/include/asm/tce.h
1328 M: urs.thuermann@volkswagen.de
1330 M: oliver.hartkopp@volkswagen.de
1331 L: socketcan-core@lists.berlios.de (subscribers-only)
1332 W: http://developer.berlios.de/projects/socketcan/
1335 F: include/linux/can/
1336 F: include/linux/can.h
1339 P: Wolfgang Grandegger
1340 M: wg@grandegger.com
1341 L: socketcan-core@lists.berlios.de (subscribers-only)
1342 W: http://developer.berlios.de/projects/socketcan/
1345 CELL BROADBAND ENGINE ARCHITECTURE
1348 L: linuxppc-dev@ozlabs.org
1349 L: cbe-oss-dev@ozlabs.org
1350 W: http://www.ibm.com/developerworks/power/cell/
1352 F: arch/powerpc/include/asm/cell*.h
1353 F: arch/powerpc/include/asm/spu*.h
1354 F: arch/powerpc/oprofile/*cell*
1355 F: arch/powerpc/platforms/cell/
1357 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1359 M: david.vrabel@csr.com
1360 L: linux-usb@vger.kernel.org
1362 F: Documentation/usb/WUSB-Design-overview.txt
1363 F: Documentation/usb/wusb-cbaf
1364 F: drivers/usb/wusbcore/
1365 F: include/linux/usb/wusb*
1367 CFAG12864B LCD DRIVER
1368 P: Miguel Ojeda Sandonis
1369 M: miguel.ojeda.sandonis@gmail.com
1370 L: linux-kernel@vger.kernel.org
1371 W: http://miguelojeda.es/auxdisplay.htm
1372 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1374 F: drivers/auxdisplay/cfag12864b.c
1375 F: include/linux/cfag12864b.h
1377 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1378 P: Miguel Ojeda Sandonis
1379 M: miguel.ojeda.sandonis@gmail.com
1380 L: linux-kernel@vger.kernel.org
1381 W: http://miguelojeda.es/auxdisplay.htm
1382 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1384 F: drivers/auxdisplay/cfag12864bfb.c
1385 F: include/linux/cfag12864b.h
1387 CFG80211 and NL80211
1389 M: johannes@sipsolutions.net
1390 L: linux-wireless@vger.kernel.org
1392 F: include/linux/nl80211.h
1393 F: include/net/cfg80211.h
1395 X: net/wireless/wext*
1399 M: apw@canonical.com
1400 L: linux-kernel@vger.kernel.org
1402 F: scripts/checkpatch.pl
1404 CISCO 10G ETHERNET DRIVER
1406 M: scofeldm@cisco.com
1408 M: jeykholt@cisco.com
1410 F: drivers/net/enic/
1412 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1413 P: Lennert Buytenhek
1414 M: kernel@wantstofly.org
1415 L: netdev@vger.kernel.org
1417 F: drivers/net/arm/ep93xx_eth.c
1419 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1420 P: Lennert Buytenhek
1421 M: kernel@wantstofly.org
1422 L: linux-usb@vger.kernel.org
1424 F: drivers/usb/host/ohci-ep93xx.c
1426 CIRRUS LOGIC CS4270 SOUND DRIVER
1428 M: timur@freescale.com
1429 L: alsa-devel@alsa-project.org
1431 F: sound/soc/codecs/cs4270*
1433 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1434 P: Cirrus Logic Corporation (kernel 2.2 driver)
1435 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1436 P: Nils Faerber (port to kernel 2.4)
1437 M: Nils Faerber <nils@kernelconcepts.de>
1439 F: Documentation/input/cs461x.txt
1440 F: sound/pci/cs46xx/
1444 M: linux@arm.linux.org.uk
1445 F: include/linux/clk.h
1449 M: jaharkes@cs.cmu.edu
1451 L: codalist@coda.cs.cmu.edu
1452 W: http://www.coda.cs.cmu.edu/
1454 F: Documentation/filesystems/coda.txt
1456 F: include/linux/coda*.h
1458 COMMON INTERNET FILE SYSTEM (CIFS)
1460 M: sfrench@samba.org
1461 L: linux-cifs-client@lists.samba.org
1462 L: samba-technical@lists.samba.org
1463 W: http://linux-cifs.samba.org/
1464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1466 F: Documentation/filesystems/cifs.txt
1469 COMPACTPCI HOTPLUG CORE
1471 M: scottm@somanetworks.com
1472 M: scott@spiteful.org
1473 L: linux-pci@vger.kernel.org
1475 F: drivers/pci/hotplug/cpci_hotplug*
1477 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1479 M: scottm@somanetworks.com
1480 M: scott@spiteful.org
1481 L: linux-pci@vger.kernel.org
1483 F: drivers/pci/hotplug/cpcihp_zt5550.*
1485 COMPACTPCI HOTPLUG GENERIC DRIVER
1487 M: scottm@somanetworks.com
1488 M: scott@spiteful.org
1489 L: linux-pci@vger.kernel.org
1491 F: drivers/pci/hotplug/cpcihp_generic.c
1493 COMPAL LAPTOP SUPPORT
1494 P: Cezary Jackiewicz
1495 M: cezary.jackiewicz@gmail.com
1497 F: drivers/platform/x86/compal-laptop.c
1499 COMPUTONE INTELLIPORT MULTIPORT CARD
1500 P: Michael H. Warfield
1502 W: http://www.wittsend.com/computone.html
1504 F: Documentation/serial/computone.txt
1505 F: drivers/char/ip2/
1507 CONEXANT ACCESSRUNNER USB DRIVER
1509 M: cxacru@fire.lp0.eu
1510 L: accessrunner-general@lists.sourceforge.net
1511 W: http://accessrunner.sourceforge.net/
1513 F: drivers/usb/atm/cxacru.c
1517 M: joel.becker@oracle.com
1518 L: linux-kernel@vger.kernel.org
1521 F: include/linux/configfs.h
1523 CONTROL GROUPS (CGROUPS)
1525 M: menage@google.com
1527 M: lizf@cn.fujitsu.com
1528 L: containers@lists.linux-foundation.org
1530 F: include/linux/cgroup*
1533 CORETEMP HARDWARE MONITORING DRIVER
1535 M: r.marek@assembler.cz
1536 L: lm-sensors@lm-sensors.org
1538 F: Documentation/hwmon/coretemp
1539 F: drivers/hwmon/coretemp.c
1541 COSA/SRP SYNC SERIAL DRIVER
1542 P: Jan "Yenya" Kasprzak
1544 W: http://www.fi.muni.cz/~kas/cosa/
1546 F: drivers/net/wan/cosa*
1548 CPMAC ETHERNET DRIVER
1550 M: florian@openwrt.org
1551 L: netdev@vger.kernel.org
1553 F: drivers/net/cpmac.c
1555 CPU FREQUENCY DRIVERS
1558 L: cpufreq@vger.kernel.org
1559 W: http://www.codemonkey.org.uk/projects/cpufreq/
1560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1562 F: arch/x86/kernel/cpu/cpufreq/
1564 F: include/linux/cpufreq.h
1570 F: arch/x86/kernel/cpuid.c
1571 F: arch/x86/kernel/msr.c
1575 M: menage@google.com
1576 L: linux-kernel@vger.kernel.org
1577 W: http://www.bullopensource.org/cpuset/
1578 W: http://oss.sgi.com/projects/cpusets/
1580 F: Documentation/cgroups/cpusets.txt
1581 F: include/linux/cpuset.h
1585 W: http://sourceforge.net/projects/cramfs/
1587 F: Documentation/filesystems/cramfs.txt
1594 M: jesper.nilsson@axis.com
1595 L: dev-etrax@axis.com
1596 W: http://developer.axis.com
1602 M: herbert@gondor.apana.org.au
1604 M: davem@davemloft.net
1605 L: linux-crypto@vger.kernel.org
1606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1608 F: Documentation/crypto/
1614 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1616 M: nhorman@tuxdriver.com
1617 L: linux-crypto@vger.kernel.org
1620 CS5535 Audio ALSA driver
1622 M: jayakumar.alsa@gmail.com
1624 F: sound/pci/cs5535audio/
1626 CX18 VIDEO4LINUX DRIVER
1628 M: hverkuil@xs4all.nl
1631 L: ivtv-devel@ivtvdriver.org
1632 L: ivtv-users@ivtvdriver.org
1633 L: linux-media@vger.kernel.org
1634 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1635 W: http://linuxtv.org
1637 F: Documentation/video4linux/cx18.txt
1638 F: drivers/media/video/cx18/
1640 CXGB3 ETHERNET DRIVER (CXGB3)
1643 L: netdev@vger.kernel.org
1644 W: http://www.chelsio.com
1646 F: drivers/net/cxgb3/
1648 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1650 M: swise@chelsio.com
1651 L: general@lists.openfabrics.org
1652 W: http://www.openfabrics.org
1654 F: drivers/infiniband/hw/cxgb3/
1658 M: linux@arm.linux.org.uk
1659 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1660 W: http://www.arm.linux.org.uk/
1662 F: drivers/video/cyber2000fb.*
1664 CYCLADES 2X SYNC CARD DRIVER
1665 P: Arnaldo Carvalho de Melo
1666 M: acme@ghostprotocols.net
1667 W: http://oops.ghostprotocols.net:81/blog
1669 F: drivers/net/wan/cycx*
1671 CYCLADES ASYNC MUX DRIVER
1672 W: http://www.cyclades.com/
1674 F: drivers/char/cyclades.c
1675 F: include/linux/cyclades.h
1677 CYCLADES PC300 DRIVER
1678 W: http://www.cyclades.com/
1680 F: drivers/net/wan/pc300*
1682 DAMA SLAVE for AX.25
1685 W: http://yaina.de/jreuter/
1686 W: http://www.qsl.net/dl1bke/
1687 L: linux-hams@vger.kernel.org
1689 F: net/ax25/af_ax25.c
1690 F: net/ax25/ax25_dev.c
1691 F: net/ax25/ax25_ds_*
1692 F: net/ax25/ax25_in.c
1693 F: net/ax25/ax25_out.c
1694 F: net/ax25/ax25_timer.c
1695 F: net/ax25/sysctl_net_ax25.c
1697 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1699 M: tori@unhappy.mine.nu
1700 L: netdev@vger.kernel.org
1702 F: Documentation/networking/dmfe.txt
1703 F: drivers/net/tulip/dmfe.c
1705 DC390/AM53C974 SCSI driver
1708 W: http://www.garloff.de/kurt/linux/dc390/
1709 P: Guennadi Liakhovetski
1710 M: g.liakhovetski@gmx.de
1712 F: drivers/scsi/tmscsim.*
1716 M: oliver@neukum.name
1720 M: lenehan@twibble.org
1721 W: http://twibble.org/dist/dc395x/
1722 L: dc395x@twibble.org
1723 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1725 F: Documentation/scsi/dc395x.txt
1726 F: drivers/scsi/dc395x.*
1729 P: Arnaldo Carvalho de Melo
1730 M: acme@ghostprotocols.net
1731 L: dccp@vger.kernel.org
1732 W: http://linux-net.osdl.org/index.php/DCCP
1734 F: include/linux/dccp.h
1735 F: include/linux/tfrc.h
1738 DECnet NETWORK LAYER
1739 P: Christine Caulfield
1740 M: christine.caulfield@googlemail.com
1741 W: http://linux-decnet.sourceforge.net
1742 L: linux-decnet-user@lists.sourceforge.net
1744 F: Documentation/networking/decnet.txt
1747 DEFXX FDDI NETWORK DRIVER
1748 P: Maciej W. Rozycki
1749 M: macro@linux-mips.org
1751 F: drivers/net/defxx.*
1755 M: mjg59@srcf.ucam.org
1757 F: drivers/platform/x86/dell-laptop.c
1759 DELL LAPTOP SMM DRIVER
1760 P: Massimo Dal Zotto
1762 W: http://www.debian.org/~dz/i8k/
1764 F: drivers/char/i8k.c
1765 F: include/linux/i8k.h
1767 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1769 M: Douglas_Warzecha@dell.com
1771 F: Documentation/dcdbas.txt
1772 F: drivers/firmware/dcdbas.*
1774 DELL WMI EXTRAS DRIVER
1776 M: mjg59@srcf.ucam.org
1779 DEVICE NUMBER REGISTRY
1781 M: device@lanana.org
1782 W: http://lanana.org/docs/device-list/index.html
1783 L: linux-kernel@vger.kernel.org
1788 L: dm-devel@redhat.com
1789 W: http://sources.redhat.com/dm
1791 F: Documentation/device-mapper/
1793 F: include/linux/device-mapper.h
1794 F: include/linux/dm-*.h
1796 DIGI INTL. EPCA DRIVER
1797 P: Digi International, Inc
1798 M: Eng.Linux@digi.com
1799 L: Eng.Linux@digi.com
1800 W: http://www.digi.com
1802 F: Documentation/serial/digiepca.txt
1803 F: drivers/char/epca*
1804 F: drivers/char/digi*
1806 DIRECTORY NOTIFICATION (DNOTIFY)
1808 M: sfr@canb.auug.org.au
1809 L: linux-kernel@vger.kernel.org
1811 F: Documentation/filesystems/dnotify.txt
1812 F: fs/notify/dnotify/
1813 F: include/linux/dnotify.h
1815 DISK GEOMETRY AND PARTITION HANDLING
1818 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1819 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1820 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1826 L: linux-kernel@vger.kernel.org
1828 F: Documentation/filesystems/quota.txt
1830 F: include/linux/quota*.h
1832 DISTRIBUTED LOCK MANAGER (DLM)
1833 P: Christine Caulfield
1834 M: ccaulfie@redhat.com
1836 M: teigland@redhat.com
1837 L: cluster-devel@redhat.com
1838 W: http://sources.redhat.com/cluster/
1839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1843 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1845 M: maciej.sosnowski@intel.com
1847 M: dan.j.williams@intel.com
1848 L: linux-kernel@vger.kernel.org
1851 F: include/linux/dma*
1853 DME1737 HARDWARE MONITOR DRIVER
1856 L: lm-sensors@lm-sensors.org
1858 F: Documentation/hwmon/dme1737
1859 F: drivers/hwmon/dme1737.c
1861 DOCBOOK FOR DOCUMENTATION
1863 M: rdunlap@xenotime.net
1866 DOCKING STATION DRIVER
1868 M: shaohua.li@intel.com
1869 L: linux-acpi@vger.kernel.org
1871 F: drivers/acpi/dock.c
1875 M: rdunlap@xenotime.net
1876 L: linux-doc@vger.kernel.org
1881 P: James R. Van Zandt
1882 M: jrv@vanzandt.mv.com
1883 L: blinux-list@redhat.com
1885 F: drivers/char/dtlk.c
1886 F: include/linux/dtlk.h
1888 DPT_I2O SCSI RAID DRIVER
1889 P: Adaptec OEM Raid Solutions
1890 M: aacraid@adaptec.com
1891 L: linux-scsi@vger.kernel.org
1892 W: http://www.adaptec.com/
1894 F: drivers/scsi/dpt*
1895 F: drivers/scsi/dpt/
1897 DRIVER CORE, KOBJECTS, AND SYSFS
1898 P: Greg Kroah-Hartman
1900 L: linux-kernel@vger.kernel.org
1901 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1903 F: Documentation/kobject.txt
1906 F: include/linux/kobj*
1912 L: dri-devel@lists.sourceforge.net
1913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1919 M: romieu@fr.zoreil.com
1920 L: netdev@vger.kernel.org
1922 F: drivers/net/wan/dscc4.c
1924 DZ DECSTATION DZ11 SERIAL DRIVER
1925 P: Maciej W. Rozycki
1926 M: macro@linux-mips.org
1928 F: drivers/serial/dz.*
1930 EATA-DMA SCSI DRIVER
1932 M: mike@i-Connect.Net
1933 L: linux-eata@i-connect.net
1934 L: linux-scsi@vger.kernel.org
1936 F: drivers/scsi/eata*
1938 EATA ISA/EISA/PCI SCSI DRIVER
1940 M: ballabio_dario@emc.com
1941 L: linux-scsi@vger.kernel.org
1943 F: drivers/scsi/eata.c
1945 EATA-PIO SCSI DRIVER
1947 M: mike@i-Connect.Net
1948 L: linux-eata@i-connect.net
1949 L: linux-scsi@vger.kernel.org
1951 F: drivers/scsi/eata_pio.*
1955 M: bart.de.schuymer@pandora.be
1956 L: ebtables-user@lists.sourceforge.net
1957 L: ebtables-devel@lists.sourceforge.net
1958 W: http://ebtables.sourceforge.net/
1960 F: include/linux/netfilter_bridge/ebt_*.h
1961 F: net/bridge/netfilter/ebt*.c
1965 M: tyhicks@linux.vnet.ibm.com
1967 P: kirkland@canonical.com
1968 L: ecryptfs-devel@lists.launchpad.net
1969 W: https://launchpad.net/ecryptfs
1971 F: Documentation/filesystems/ecryptfs.txt
1976 M: dougthompson@xmission.com
1977 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1978 W: bluesmoke.sourceforge.net
1980 F: Documentation/edac.txt
1981 F: drivers/edac/edac_*
1982 F: include/linux/edac.h
1987 M: mark.gross@intel.com
1988 M: dougthompson@xmission.com
1989 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1990 W: bluesmoke.sourceforge.net
1992 F: drivers/edac/e752x_edac.c
1996 M: dougthompson@xmission.com
1997 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1998 W: bluesmoke.sourceforge.net
2000 F: drivers/edac/e7xxx_edac.c
2004 M: tim@buttersideup.com
2005 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 W: bluesmoke.sourceforge.net
2008 F: drivers/edac/i82443bxgx_edac.c
2012 M: juhlenko@akamai.com
2013 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2014 W: bluesmoke.sourceforge.net
2016 F: drivers/edac/i3000_edac.c
2020 M: dougthompson@xmission.com
2021 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2022 W: bluesmoke.sourceforge.net
2024 F: drivers/edac/i5000_edac.c
2027 P: Mauro Carvalho Chehab
2028 M: mchehab@redhat.com
2029 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 W: bluesmoke.sourceforge.net
2032 F: drivers/edac/i5400_edac.c
2035 P: Ranganathan Desikan
2037 M: rdesikan@jetzbroadband.com
2038 M: arvind@acarlab.com
2039 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2040 W: bluesmoke.sourceforge.net
2042 F: drivers/edac/i82975x_edac.c
2047 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2048 W: bluesmoke.sourceforge.net
2050 F: drivers/edac/pasemi_edac.c
2054 M: tim@buttersideup.com
2055 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2056 W: bluesmoke.sourceforge.net
2058 F: drivers/edac/r82600_edac.c
2060 EEEPC LAPTOP EXTRAS DRIVER
2062 M: corentincj@iksaif.net
2063 L: acpi4asus-user@lists.sourceforge.net
2064 W: http://sourceforge.net/projects/acpi4asus
2066 F: drivers/platform/x86/eeepc-laptop.c
2069 W: http://aeschi.ch.eu.org/efs/
2073 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2075 M: hnguyen@de.ibm.com
2077 M: raisch@de.ibm.com
2078 L: general@lists.openfabrics.org
2080 F: drivers/infiniband/hw/ehca/
2084 M: paul.gortmaker@windriver.com
2088 M: dwmw2@infradead.org
2089 L: linux-embedded@vger.kernel.org
2092 EMULEX LPFC FC SCSI DRIVER
2094 M: james.smart@emulex.com
2095 L: linux-scsi@vger.kernel.org
2096 W: http://sourceforge.net/projects/lpfcxxxx
2098 F: drivers/scsi/lpfc/
2100 EPSON 1355 FRAMEBUFFER DRIVER
2101 P: Christopher Hoover
2102 M: ch@murgatroid.com
2103 P: Christopher Hoover
2106 F: drivers/video/epson1355fb.c
2108 EPSON S1D13XXX FRAMEBUFFER DRIVER
2109 P: Kristoffer Ericson
2110 M: kristoffer.ericson@gmail.com
2112 F: drivers/video/s1d13xxxfb.c
2113 F: include/video/s1d13xxxfb.h
2115 ETHEREXPRESS-16 NETWORK DRIVER
2118 L: netdev@vger.kernel.org
2120 F: drivers/net/eexpress.*
2123 P: Stephen Hemminger
2124 M: shemminger@linux-foundation.org
2125 L: bridge@lists.linux-foundation.org
2126 W: http://www.linux-foundation.org/en/Net:Bridge
2128 F: include/linux/netfilter_bridge/
2131 ETHERTEAM 16I DRIVER
2135 F: drivers/net/eth16i.c
2138 L: linux-ext4@vger.kernel.org
2140 F: Documentation/filesystems/ext2.txt
2142 F: include/linux/ext2*
2148 M: akpm@linux-foundation.org
2151 L: linux-ext4@vger.kernel.org
2153 F: Documentation/filesystems/ext3.txt
2155 F: include/linux/ext3*
2162 L: linux-ext4@vger.kernel.org
2163 W: http://ext4.wiki.kernel.org
2165 F: Documentation/filesystems/ext4.txt
2168 F71805F HARDWARE MONITORING DRIVER
2170 M: khali@linux-fr.org
2171 L: lm-sensors@lm-sensors.org
2173 F: Documentation/hwmon/f71805f
2174 F: drivers/hwmon/f71805f.c
2176 FARSYNC SYNCHRONOUS DRIVER
2178 M: kevin.curtis@farsite.co.uk
2179 W: http://www.farsite.co.uk/
2181 F: drivers/net/wan/farsync.*
2183 FAULT INJECTION SUPPORT
2185 M: akinobu.mita@gmail.com
2187 F: Documentation/fault-injection/
2188 F: lib/fault-inject.c
2190 FILE LOCKING (flock() and fcntl()/lockf())
2193 L: linux-fsdevel@vger.kernel.org
2195 F: include/linux/fcntl.h
2196 F: include/linux/fs.h
2200 FILESYSTEMS (VFS and infrastructure)
2202 M: viro@zeniv.linux.org.uk
2203 L: linux-fsdevel@vger.kernel.org
2207 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2209 M: riku.vipio@iki.fi
2210 L: lm-sensors@lm-sensors.org
2212 F: drivers/hwmon/f75375s.c
2213 F: include/linux/f75375s.h
2216 P: Kristian Hoegsberg
2219 M: stefanr@s5r6.in-berlin.de
2220 L: linux1394-devel@lists.sourceforge.net
2221 W: http://www.linux1394.org/
2222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2224 F: drivers/firewire/
2225 F: include/linux/firewire*.h
2227 FIRMWARE LOADER (request_firmware)
2228 L: linux-kernel@vger.kernel.org
2230 F: Documentation/firmware_class/
2231 F: drivers/base/firmware*.c
2232 F: include/linux/firmware.h
2236 M: billm@melbpc.org.au
2237 W: http://floatingpoint.sourceforge.net/emulator/index.html
2239 F: arch/x86/math-emu/
2241 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2243 M: mike.mclagan@linux.org
2244 L: netdev@vger.kernel.org
2246 F: drivers/net/wan/dlci.c
2247 F: drivers/net/wan/sdla.c
2251 M: adaplas@gmail.com
2252 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2253 W: http://linux-fbdev.sourceforge.net/
2255 F: Documentation/fb/
2256 F: drivers/video/fb*
2257 F: include/linux/fb.h
2259 FREESCALE DMA DRIVER
2261 M: leoli@freescale.com
2264 L: linuxppc-embedded@ozlabs.org
2265 L: linux-kernel@vger.kernel.org
2267 F: drivers/dma/fsldma.*
2269 FREESCALE I2C CPM DRIVER
2272 L: linuxppc-dev@ozlabs.org
2273 L: linux-i2c@vger.kernel.org
2275 F: drivers/i2c/busses/i2c-cpm.c
2277 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2279 M: kernel@pengutronix.de
2280 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2281 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2283 F: arch/arm/plat-mxc/include/mach/imxfb.h
2284 F: drivers/video/imxfb.c
2286 FREESCALE SOC FS_ENET DRIVER
2287 P: Pantelis Antoniou
2288 M: pantelis.antoniou@gmail.com
2290 M: vbordug@ru.mvista.com
2291 L: linuxppc-dev@ozlabs.org
2292 L: netdev@vger.kernel.org
2294 F: drivers/net/fs_enet/
2295 F: include/linux/fs_enet_pd.h
2297 FREESCALE QUICC ENGINE LIBRARY
2299 M: timur@freescale.com
2300 L: linuxppc-dev@ozlabs.org
2302 F: arch/powerpc/sysdev/qe_lib/
2303 F: arch/powerpc/include/asm/*qe.h
2305 FREESCALE HIGHSPEED USB DEVICE DRIVER
2307 M: leoli@freescale.com
2308 L: linux-usb@vger.kernel.org
2309 L: linuxppc-dev@ozlabs.org
2311 F: drivers/usb/gadget/fsl_usb2_udc.c
2313 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2315 M: leoli@freescale.com
2316 L: netdev@vger.kernel.org
2317 L: linuxppc-dev@ozlabs.org
2319 F: drivers/net/ucc_geth*
2321 FREESCALE QUICC ENGINE UCC UART DRIVER
2323 M: timur@freescale.com
2324 L: linuxppc-dev@ozlabs.org
2326 F: drivers/serial/ucc_uart.c
2328 FREESCALE SOC SOUND DRIVERS
2330 M: timur@freescale.com
2331 L: alsa-devel@alsa-project.org
2332 L: linuxppc-dev@ozlabs.org
2334 F: sound/soc/fsl/fsl*
2335 F: sound/soc/fsl/mpc8610_hpcd.c
2338 P: Christoph Hellwig
2339 M: hch@infradead.org
2340 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2347 P: Rafael J. Wysocki
2349 L: linux-pm@lists.linux-foundation.org
2351 F: Documentation/power/freezing-of-tasks.txt
2352 F: include/linux/freezer.h
2355 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2357 M: dhowells@redhat.com
2358 L: linux-cachefs@redhat.com
2360 F: Documentation/filesystems/caching/
2362 F: include/linux/fscache*.h
2366 M: rostedt@goodmis.org
2368 F: Documentation/ftrace.txt
2369 F: arch/*/*/*/ftrace.h
2370 F: arch/*/kernel/ftrace.c
2371 F: include/*/ftrace.h
2374 FUJITSU FR-V (FRV) PORT
2376 M: dhowells@redhat.com
2380 FUJITSU LAPTOP EXTRAS
2382 M: jwoithe@physics.adelaide.edu.au
2383 L: linux-acpi@vger.kernel.org
2385 F: drivers/platform/x86/fujitsu-laptop.c
2387 FUSE: FILESYSTEM IN USERSPACE
2389 M: miklos@szeredi.hu
2390 L: fuse-devel@lists.sourceforge.net
2391 W: http://fuse.sourceforge.net/
2394 F: include/linux/fuse.h
2396 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2399 L: linux-scsi@vger.kernel.org
2400 S: Odd Fixes (e.g., new signatures)
2401 F: drivers/scsi/fdomain.*
2403 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2405 M: achim_leubner@adaptec.com
2406 L: linux-scsi@vger.kernel.org
2407 W: http://www.icp-vortex.com/
2409 F: drivers/scsi/gdt*
2411 GENERIC GPIO I2C DRIVER
2412 P: Haavard Skinnemoen
2413 M: hskinnemoen@atmel.com
2415 F: drivers/i2c/busses/i2c-gpio.c
2416 F: include/linux/i2c-gpio.h
2418 GENERIC HDLC (WAN) DRIVERS
2421 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2423 F: drivers/net/wan/c101.c
2424 F: drivers/net/wan/hd6457*
2425 F: drivers/net/wan/hdlc*
2426 F: drivers/net/wan/n2.c
2427 F: drivers/net/wan/pc300too.c
2428 F: drivers/net/wan/pci200syn.c
2429 F: drivers/net/wan/wanxl*
2432 P: Steven Whitehouse
2433 M: swhiteho@redhat.com
2434 L: cluster-devel@redhat.com
2435 W: http://sources.redhat.com/cluster/
2436 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2439 F: Documentation/filesystems/gfs2*.txt
2441 F: include/linux/gfs2_ondisk.h
2443 GIGASET ISDN DRIVERS
2448 L: gigaset307x-common@lists.sourceforge.net
2449 W: http://gigaset307x.sourceforge.net/
2451 F: Documentation/isdn/README.gigaset
2452 F: drivers/isdn/gigaset/
2453 F: include/linux/gigaset_dev.h
2455 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2457 M: frank@f-seidel.de
2458 L: lm-sensors@lm-sensors.org
2459 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2461 F: drivers/hwmon/hdaps.c
2463 HYPERVISOR VIRTUAL CONSOLE DRIVER
2464 L: linuxppc-dev@ozlabs.org
2465 L: linux-kernel@vger.kernel.org
2467 F: drivers/char/hvc_*
2469 GSPCA FINEPIX SUBDRIVER
2472 L: linux-media@vger.kernel.org
2473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2475 F: drivers/media/video/gspca/finepix.c
2477 GSPCA M5602 SUBDRIVER
2479 M: erik.andren@gmail.com
2480 L: linux-media@vger.kernel.org
2481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2483 F: drivers/media/video/gspca/m5602/
2485 GSPCA PAC207 SONIXB SUBDRIVER
2487 M: hdegoede@redhat.com
2488 L: linux-media@vger.kernel.org
2489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2491 F: drivers/media/video/gspca/pac207.c
2493 GSPCA T613 SUBDRIVER
2494 P: Leandro Costantino
2495 M: lcostantino@gmail.com
2496 L: linux-media@vger.kernel.org
2497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2499 F: drivers/media/video/gspca/t613.c
2501 GSPCA USB WEBCAM DRIVER
2502 P: Jean-Francois Moine
2504 W: http://moinejf.free.fr
2505 L: linux-media@vger.kernel.org
2506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2508 F: drivers/media/video/gspca/
2511 L: lm-sensors@lm-sensors.org
2512 W: http://www.lm-sensors.org/
2516 HARDWARE RANDOM NUMBER GENERATOR CORE
2518 F: Documentation/hw_random.txt
2519 F: drivers/char/hw_random/
2520 F: include/linux/hw_random.h
2522 HARMONY SOUND DRIVER
2525 L: linux-parisc@vger.kernel.org
2527 F: sound/parisc/harmony.*
2529 HAYES ESP SERIAL DRIVER
2530 P: Andrew J. Robinson
2532 L: linux-kernel@vger.kernel.org
2533 W: http://www.nyx.net/~arobinso
2535 F: Documentation/serial/hayes-esp.txt
2536 F: drivers/char/esp.c
2538 HEWLETT-PACKARD SMART2 RAID DRIVER
2540 M: chirag.kantharia@hp.com
2541 L: iss_storagedev@hp.com
2543 F: Documentation/blockdev/cpqarray.txt
2544 F: drivers/block/cpqarray.*
2546 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2548 M: mike.miller@hp.com
2549 L: iss_storagedev@hp.com
2551 F: Documentation/blockdev/cciss.txt
2552 F: drivers/block/cciss*
2553 F: include/linux/cciss_ioctl.h
2557 M: zippel@linux-m68k.org
2558 L: linux-kernel@vger.kernel.org
2560 F: Documentation/filesystems/hfs.txt
2563 HGA FRAMEBUFFER DRIVER
2565 M: fero@drama.obuda.kando.hu
2566 L: linux-nvidia@lists.surfsouth.com
2567 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2569 F: drivers/video/hgafb.c
2571 HIBERNATION (aka Software Suspend, aka swsusp)
2574 P: Rafael J. Wysocki
2576 L: linux-pm@lists.linux-foundation.org
2579 F: drivers/base/power/
2581 F: include/linux/suspend.h
2582 F: include/linux/freezer.h
2583 F: include/linux/pm.h
2584 F: arch/*/include/asm/suspend*.h
2589 L: linux-input@vger.kernel.org
2590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2593 F: include/linux/hid*
2595 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2597 M: tglx@linutronix.de
2598 L: linux-kernel@vger.kernel.org
2600 F: Documentation/timers/
2602 F: include/linux/hrtimer.h
2604 HIGH-SPEED SCC DRIVER FOR AX.25
2606 M: klaus.kudielka@ieee.org
2607 L: linux-hams@vger.kernel.org
2608 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2610 F: drivers/net/hamradio/dmascc.c
2611 F: drivers/net/hamradio/scc.c
2613 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2614 P: HighPoint Linux Team
2615 M: linux@highpoint-tech.com
2616 W: http://www.highpoint-tech.com
2618 F: Documentation/scsi/hptiop.txt
2619 F: drivers/scsi/hptiop.c
2623 M: jes@trained-monkey.org
2624 L: linux-hippi@sunsite.dk
2626 F: include/linux/hippidevice.h
2627 F: include/linux/if_hippi.h
2633 L: hostap@shmoo.com (subscribers-only)
2634 L: linux-wireless@vger.kernel.org
2635 W: http://hostap.epitest.fi/
2637 F: drivers/net/wireless/hostap/
2639 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2641 M: carlos@strangeworlds.co.uk
2643 F: drivers/platform/x86/tc1100-wmi.c
2645 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2649 F: drivers/net/hp100.*
2651 HPET: High Precision Event Timers driver
2653 M: clemens@ladisch.de
2655 F: Documentation/timers/hpet.txt
2656 F: drivers/char/hpet.c
2657 F: include/linux/hpet.h
2660 P: Venkatesh Pallipadi (Venki)
2661 M: venkatesh.pallipadi@intel.com
2663 F: arch/x86/kernel/hpet.c
2664 F: arch/x86/include/asm/hpet.h
2675 F: drivers/char/hpet.c
2679 M: mikulas@artax.karlin.mff.cuni.cz
2680 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2686 M: j.dumon@option.com
2687 W: http://www.pharscape.org
2689 F: drivers/net/usb/hso.c
2691 HTCPEN TOUCHSCREEN DRIVER
2694 L: linux-input@vger.kernel.org
2696 F: drivers/input/touchscreen/htcpen.c
2700 M: wli@holomorphy.com
2704 I2C/SMBUS STUB DRIVER
2706 M: mhoffman@lightlink.com
2707 L: linux-i2c@vger.kernel.org
2709 F: drivers/i2c/busses/i2c-stub.c
2712 P: Jean Delvare (PC drivers, core)
2713 M: khali@linux-fr.org
2714 P: Ben Dooks (embedded platforms)
2715 M: ben-linux@fluff.org
2716 L: linux-i2c@vger.kernel.org
2717 W: http://i2c.wiki.kernel.org/
2718 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2720 F: Documentation/i2c/
2722 F: include/linux/i2c.h
2723 F: include/linux/i2c-dev.h
2724 F: include/linux/i2c-id.h
2729 L: linux-i2c@vger.kernel.org
2730 W: http://www.harbaum.org/till/i2c_tiny_usb
2732 F: drivers/i2c/busses/i2c-tiny-usb.c
2737 L: Linux-Kernel@vger.kernel.org
2741 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2747 IA64 (Itanium) PLATFORM
2749 M: tony.luck@intel.com
2750 L: linux-ia64@vger.kernel.org
2751 W: http://www.ia64-linux.org/
2752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2756 IBM MCA SCSI SUBSYSTEM DRIVER
2758 M: langa2@kph.uni-mainz.de
2759 W: http://www.uni-mainz.de/~langm000/linux.html
2761 F: drivers/scsi/ibmmca.c
2763 IBM Power Linux RAID adapter
2765 M: brking@us.ibm.com
2767 F: drivers/scsi/ipr.*
2769 IBM ServeRAID RAID DRIVER
2772 M: ipslinux@adaptec.com
2773 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2775 F: drivers/scsi/ips.*
2778 P: Bartlomiej Zolnierkiewicz
2779 M: bzolnier@gmail.com
2780 L: linux-ide@vger.kernel.org
2781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2783 F: Documentation/ide/
2785 F: include/linux/ide.h
2789 M: petkovbb@gmail.com
2790 L: linux-ide@vger.kernel.org
2792 F: Documentation/cdrom/ide-cd
2793 F: drivers/ide/ide-cd*
2797 M: andrew.d.henroid@intel.com
2798 L: linux-pm@lists.linux-foundation.org
2800 F: drivers/idle/i7300_idle.c
2804 M: ben.collins@ubuntu.com
2806 M: stefanr@s5r6.in-berlin.de
2807 L: linux1394-devel@lists.sourceforge.net
2808 W: http://www.linux1394.org/
2809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2811 F: drivers/ieee1394/
2813 IEEE 1394 RAW I/O DRIVER
2817 M: stefanr@s5r6.in-berlin.de
2818 L: linux1394-devel@lists.sourceforge.net
2820 F: drivers/ieee1394/raw1394*
2822 IEEE 802.15.4 SUBSYSTEM
2823 P: Dmitry Eremin-Solenikov
2824 M: dbaryshkov@gmail.com
2826 M: slapin@ossfans.org
2827 L: linux-zigbee-devel@lists.sourceforge.net
2828 W: http://apps.sourceforge.net/trac/linux-zigbee
2829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2832 F: drivers/ieee801254/
2834 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2838 F: security/integrity/ima/
2840 IMS TWINTURBO FRAMEBUFFER DRIVER
2841 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2843 F: drivers/video/imsttfb.c
2845 INFINIBAND SUBSYSTEM
2847 M: rolandd@cisco.com
2849 M: sean.hefty@intel.com
2851 M: hal.rosenstock@gmail.com
2852 L: general@lists.openfabrics.org (moderated for non-subscribers)
2853 W: http://www.openib.org/
2854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2856 F: Documentation/infiniband/
2857 F: drivers/infiniband/
2858 F: include/linux/if_infiniband.h
2862 M: john@johnmccutchan.com
2865 L: linux-kernel@vger.kernel.org
2867 F: Documentation/filesystems/inotify.txt
2868 F: fs/notify/inotify/
2869 F: include/linux/inotify.h
2871 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2873 M: dmitry.torokhov@gmail.com
2875 L: linux-input@vger.kernel.org
2876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2880 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2882 M: sylvain.meyer@worldonline.fr
2883 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2885 F: Documentation/fb/intelfb.txt
2886 F: drivers/video/intelfb/
2888 INTEL 810/815 FRAMEBUFFER DRIVER
2890 M: adaplas@gmail.com
2891 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2893 F: drivers/video/i810/
2895 INTEL MENLOW THERMAL DRIVER
2897 M: sujith.thomas@intel.com
2898 L: linux-acpi@vger.kernel.org
2899 W: http://www.lesswatts.org/projects/acpi/
2901 F: drivers/platform/x86/intel_menlow.c
2903 INTEL IA32 MICROCODE UPDATE SUPPORT
2905 M: tigran@aivazian.fsnet.co.uk
2907 F: arch/x86/kernel/microcode_core.c
2908 F: arch/x86/kernel/microcode_intel.c
2910 INTEL I/OAT DMA DRIVER
2912 M: maciej.sosnowski@intel.com
2913 L: linux-kernel@vger.kernel.org
2915 F: drivers/dma/ioat*
2919 M: dwmw2@infradead.org
2920 L: iommu@lists.linux-foundation.org
2921 T: git git://git.infradead.org/iommu-2.6.git
2923 F: drivers/pci/intel-iommu.c
2924 F: include/linux/intel-iommu.h
2926 INTEL IOP-ADMA DMA DRIVER
2928 M: dan.j.williams@intel.com
2929 L: linux-kernel@vger.kernel.org
2931 F: drivers/dma/iop-adma.c
2933 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2937 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2938 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2939 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2940 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2941 F: drivers/net/arm/ixp4xx_eth.c
2942 F: drivers/net/wan/ixp4xx_hss.c
2944 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2946 M: dsaxena@plexity.net
2948 F: drivers/char/hw_random/ixp4xx-rng.c
2950 INTEL IXP2000 ETHERNET DRIVER
2951 P: Lennert Buytenhek
2952 M: kernel@wantstofly.org
2953 L: netdev@vger.kernel.org
2955 F: drivers/net/ixp2000/
2957 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2959 M: jeffrey.t.kirsher@intel.com
2961 M: jesse.brandeburg@intel.com
2963 M: bruce.w.allan@intel.com
2965 M: peter.p.waskiewicz.jr@intel.com
2967 M: john.ronciak@intel.com
2968 L: e1000-devel@lists.sourceforge.net
2969 W: http://e1000.sourceforge.net/
2971 F: drivers/net/e100.c
2972 F: drivers/net/e1000/
2973 F: drivers/net/e1000e/
2975 F: drivers/net/ixgb/
2976 F: drivers/net/ixgbe/
2978 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2982 M: jketreno@linux.intel.com
2984 M: reinette.chatre@intel.com
2985 L: linux-wireless@vger.kernel.org
2986 L: ipw2100-devel@lists.sourceforge.net
2987 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2988 W: http://ipw2100.sourceforge.net
2990 F: Documentation/networking/README.ipw2100
2991 F: drivers/net/wireless/ipw2x00/ipw2100.*
2993 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2997 M: jketreno@linux.intel.com
2999 M: reinette.chatre@intel.com
3000 L: linux-wireless@vger.kernel.org
3001 L: ipw2100-devel@lists.sourceforge.net
3002 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3003 W: http://ipw2200.sourceforge.net
3005 F: Documentation/networking/README.ipw2200
3006 F: drivers/net/wireless/ipw2x00/ipw2200.*
3008 INTEL WIRELESS WIMAX CONNECTION 2400
3009 P: Inaky Perez-Gonzalez
3010 M: inaky.perez-gonzalez@intel.com
3011 M: linux-wimax@intel.com
3012 L: wimax@linuxwimax.org
3014 W: http://linuxwimax.org
3015 F: Documentation/wimax/README.i2400m
3016 F: drivers/net/wimax/i2400m/
3017 F: include/linux/wimax/i2400m.h
3019 INTEL WIRELESS WIFI LINK (iwlwifi)
3023 M: reinette.chatre@intel.com
3024 L: linux-wireless@vger.kernel.org
3025 L: ipw3945-devel@lists.sourceforge.net
3026 W: http://intellinuxwireless.org
3027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3029 F: drivers/net/wireless/iwlwifi/
3031 IOC3 ETHERNET DRIVER
3033 M: ralf@linux-mips.org
3034 L: linux-mips@linux-mips.org
3036 F: drivers/net/ioc3-eth.c
3041 L: linux-mips@linux-mips.org
3043 F: drivers/serial/ioc3_serial.c
3047 M: jjciarla@raiz.uncu.edu.ar
3049 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3051 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3053 M: romieu@fr.zoreil.com
3055 M: sorbica@icplus.com.tw
3057 M: jesse@icplus.com.tw
3058 L: netdev@vger.kernel.org
3060 F: drivers/net/ipg.c
3064 M: infinipath@qlogic.com
3065 L: general@lists.openfabrics.org
3066 T: git git://git.qlogic.com/ipath-linux-2.6
3068 F: drivers/infiniband/hw/ipath/
3073 L: openipmi-developer@lists.sourceforge.net
3074 W: http://openipmi.sourceforge.net/
3076 F: Documentation/IPMI.txt
3077 F: drivers/char/ipmi/
3078 F: include/linux/ipmi*
3080 IPS SCSI RAID DRIVER
3081 P: Adaptec OEM Raid Solutions
3082 M: aacraid@adaptec.com
3083 L: linux-scsi@vger.kernel.org
3084 W: http://www.adaptec.com/
3086 F: drivers/scsi/ips*
3090 M: wensong@linux-vs.org
3092 M: horms@verge.net.au
3095 L: netdev@vger.kernel.org
3096 L: lvs-devel@vger.kernel.org
3098 F: Documentation/networking/ipvs-sysctl.txt
3099 F: net/netfilter/ipvs/
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3108 F: drivers/char/pcmcia/ipwireless/
3111 P: Arnaldo Carvalho de Melo
3112 M: acme@ghostprotocols.net
3113 L: netdev@vger.kernel.org
3115 F: include/linux/ipx.h
3116 F: include/net/ipx.h
3121 M: samuel@sortiz.org
3122 L: irda-users@lists.sourceforge.net (subscribers-only)
3123 W: http://irda.sourceforge.net/
3125 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3126 F: Documentation/networking/irda.txt
3127 F: drivers/net/irda/
3128 F: include/net/irda/
3135 F: Documentation/isapnp.txt
3136 F: drivers/pnp/isapnp/
3137 F: include/linux/isapnp.h
3141 M: michaelc@cs.wisc.edu
3142 L: open-iscsi@googlegroups.com
3143 W: www.open-iscsi.org
3144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3146 F: drivers/scsi/*iscsi*
3147 F: include/scsi/*iscsi*
3151 M: isdn@linux-pingi.de
3152 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3153 W: http://www.isdn4linux.de
3154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3156 F: Documentation/isdn/
3158 F: include/linux/isdn.h
3159 F: include/linux/isdn/
3161 ISDN SUBSYSTEM (Eicon active card driver)
3164 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3165 W: http://www.melware.de
3167 F: drivers/isdn/hardware/eicon/
3169 IVTV VIDEO4LINUX DRIVER
3171 M: hverkuil@xs4all.nl
3172 L: ivtv-devel@ivtvdriver.org
3173 L: ivtv-users@ivtvdriver.org
3174 L: linux-media@vger.kernel.org
3175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3176 W: http://www.ivtvdriver.org
3178 F: Documentation/video4linux/*.ivtv
3179 F: drivers/media/video/ivtv/
3180 F: include/linux/ivtv*
3184 M: shaggy@austin.ibm.com
3185 L: jfs-discussion@lists.sourceforge.net
3186 W: http://jfs.sourceforge.net/
3187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3189 F: Documentation/filesystems/jfs.txt
3194 M: cooldavid@cooldavid.org
3195 L: netdev@vger.kernel.org
3197 F: drivers/net/jme.*
3199 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3201 M: dwmw2@infradead.org
3202 L: linux-mtd@lists.infradead.org
3203 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3206 F: include/linux/jffs2.h
3207 F: include/mtd/jffs2-user.h
3209 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3213 M: akpm@linux-foundation.org
3214 L: linux-ext4@vger.kernel.org
3217 F: include/linux/ext*jbd*.h
3218 F: include/linux/jbd*.h
3220 K8TEMP HARDWARE MONITORING DRIVER
3222 M: r.marek@assembler.cz
3223 L: lm-sensors@lm-sensors.org
3225 F: Documentation/hwmon/k8temp
3226 F: drivers/hwmon/k8temp.c
3230 M: zippel@linux-m68k.org
3231 L: linux-kbuild@vger.kernel.org
3233 F: Documentation/kbuild/kconfig-language.txt
3238 M: vgoyal@redhat.com
3241 L: kexec@lists.infradead.org
3242 L: linux-kernel@vger.kernel.org
3243 W: http://lse.sourceforge.net/kdump/
3245 F: Documentation/kdump/
3247 KERNEL AUTOMOUNTER (AUTOFS)
3250 L: autofs@linux.kernel.org
3254 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3257 L: autofs@linux.kernel.org
3264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3266 L: linux-kbuild@vger.kernel.org
3268 F: Documentation/kbuild/
3270 F: scripts/Makefile.*
3274 L: kernel-janitors@vger.kernel.org
3275 W: http://www.kerneljanitors.org/
3278 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3280 M: bfields@fieldses.org
3283 L: linux-nfs@vger.kernel.org
3284 W: http://nfs.sourceforge.net/
3287 F: include/linux/nfsd/
3291 F: include/linux/lockd/
3292 F: include/linux/sunrpc/
3294 KERNEL VIRTUAL MACHINE (KVM)
3297 L: kvm@vger.kernel.org
3298 W: http://kvm.qumranet.com
3300 F: Documentation/*/kvm.txt
3302 F: arch/*/include/asm/kvm*
3303 F: include/linux/kvm*
3306 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3308 M: joerg.roedel@amd.com
3309 L: kvm@vger.kernel.org
3310 W: http://kvm.qumranet.com
3312 F: arch/x86/include/asm/svm.h
3313 F: arch/x86/kvm/kvm_svm.h
3314 F: arch/x86/kvm/svm.c
3316 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3318 M: hollisb@us.ibm.com
3319 L: kvm-ppc@vger.kernel.org
3320 W: http://kvm.qumranet.com
3322 F: arch/powerpc/include/asm/kvm*
3323 F: arch/powerpc/kvm/
3325 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3327 M: xiantao.zhang@intel.com
3328 L: kvm-ia64@vger.kernel.org
3329 W: http://kvm.qumranet.com
3331 F: Documentation/ia64/kvm.txt
3332 F: arch/ia64/include/asm/kvm*
3335 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3338 P: Christian Borntraeger
3339 M: borntraeger@de.ibm.com
3340 M: linux390@de.ibm.com
3341 L: linux-s390@vger.kernel.org
3342 W: http://www.ibm.com/developerworks/linux/linux390/
3344 F: Documentation/s390/kvm.txt
3345 F: arch/s390/include/asm/kvm*
3350 M: ebiederm@xmission.com
3351 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3352 L: linux-kernel@vger.kernel.org
3353 L: kexec@lists.infradead.org
3355 F: include/linux/kexec.h
3360 M: jason.wessel@windriver.com
3361 L: kgdb-bugreport@lists.sourceforge.net
3363 F: Documentation/DocBook/kgdb.tmpl
3364 F: drivers/misc/kgdbts.c
3365 F: drivers/serial/kgdboc.c
3366 F: include/linux/kgdb.h
3370 P: Eduard - Gabriel Munteanu
3371 M: eduard.munteanu@linux360.ro
3372 L: linux-kernel@vger.kernel.org
3374 F: Documentation/trace/kmemtrace.txt
3375 F: include/trace/kmemtrace.h
3376 F: kernel/trace/kmemtrace.c
3379 P: Ananth N Mavinakayanahalli
3380 M: ananth@in.ibm.com
3381 P: Anil S Keshavamurthy
3382 M: anil.s.keshavamurthy@intel.com
3384 M: davem@davemloft.net
3386 M: mhiramat@redhat.com
3387 L: linux-kernel@vger.kernel.org
3389 F: Documentation/kprobes.txt
3390 F: include/linux/kprobes.h
3393 KS0108 LCD CONTROLLER DRIVER
3394 P: Miguel Ojeda Sandonis
3395 M: miguel.ojeda.sandonis@gmail.com
3396 L: linux-kernel@vger.kernel.org
3397 W: http://miguelojeda.es/auxdisplay.htm
3398 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3400 F: Documentation/auxdisplay/ks0108
3401 F: drivers/auxdisplay/ks0108.c
3402 F: include/linux/ks0108.h
3405 L: linux-x25@vger.kernel.org
3407 F: Documentation/networking/lapb-module.txt
3411 LASI 53c700 driver for PARISC
3412 P: James E.J. Bottomley
3413 M: James.Bottomley@HansenPartnership.com
3414 L: linux-scsi@vger.kernel.org
3416 F: Documentation/scsi/53c700.txt
3417 F: drivers/scsi/53c700*
3421 M: rpurdie@rpsys.net
3424 F: include/linux/leds.h
3426 LEGO USB Tower driver
3428 M: starblue@users.sourceforge.net
3429 L: legousb-devel@lists.sourceforge.net
3430 W: http://legousb.sourceforge.net/
3432 F: drivers/usb/misc/legousbtower.c
3436 M: rusty@rustcorp.com.au
3437 L: lguest@ozlabs.org
3438 W: http://lguest.ozlabs.org/
3440 F: Documentation/lguest/
3443 F: include/linux/lguest*.h
3444 F: arch/x86/include/asm/lguest*.h
3446 LINUX FOR IBM pSERIES (RS/6000)
3448 M: paulus@au.ibm.com
3449 W: http://www.ibm.com/linux/ltc/projects/ppc
3452 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3453 P: Benjamin Herrenschmidt
3454 M: benh@kernel.crashing.org
3457 W: http://www.penguinppc.org/
3458 L: linuxppc-dev@ozlabs.org
3459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3462 LINUX FOR POWER MACINTOSH
3463 P: Benjamin Herrenschmidt
3464 M: benh@kernel.crashing.org
3465 W: http://www.penguinppc.org/
3466 L: linuxppc-dev@ozlabs.org
3469 LINUX FOR POWERPC EMBEDDED MPC5XXX
3471 M: grant.likely@secretlab.ca
3472 L: linuxppc-dev@ozlabs.org
3473 T: git git://git.secretlab.ca/git/linux-2.6.git
3476 LINUX FOR POWERPC EMBEDDED PPC4XX
3478 M: jwboyer@linux.vnet.ibm.com
3480 M: mporter@kernel.crashing.org
3481 W: http://www.penguinppc.org/
3482 L: linuxppc-dev@ozlabs.org
3483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3486 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3488 M: grant.likely@secretlab.ca
3489 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3490 L: linuxppc-dev@ozlabs.org
3491 T: git git://git.secretlab.ca/git/linux-2.6.git
3494 LINUX FOR POWERPC EMBEDDED PPC8XX
3496 M: vitb@kernel.crashing.org
3498 M: marcelo@kvack.org
3499 W: http://www.penguinppc.org/
3500 L: linuxppc-dev@ozlabs.org
3503 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3505 M: galak@kernel.crashing.org
3506 W: http://www.penguinppc.org/
3507 L: linuxppc-dev@ozlabs.org
3510 LINUX FOR POWERPC PA SEMI PWRFICIENT
3513 W: http://www.pasemi.com/
3514 L: linuxppc-dev@ozlabs.org
3517 LINUX SECURITY MODULE (LSM) FRAMEWORK
3519 M: chrisw@sous-sol.org
3520 L: linux-security-module@vger.kernel.org
3521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3525 P: Arnaldo Carvalho de Melo
3526 M: acme@ghostprotocols.net
3528 F: include/linux/llc.h
3532 LIS3LV02D ACCELEROMETER DRIVER
3534 M: eric.piel@tremplin-utc.net
3536 F: Documentation/hwmon/lis3lv02d
3537 F: drivers/hwmon/lis3lv02d.*
3539 LM83 HARDWARE MONITOR DRIVER
3541 M: khali@linux-fr.org
3542 L: lm-sensors@lm-sensors.org
3544 F: Documentation/hwmon/lm83
3545 F: drivers/hwmon/lm83.c
3547 LM90 HARDWARE MONITOR DRIVER
3549 M: khali@linux-fr.org
3550 L: lm-sensors@lm-sensors.org
3552 F: Documentation/hwmon/lm90
3553 F: drivers/hwmon/lm90.c
3555 LOCKDEP AND LOCKSTAT
3557 M: peterz@infradead.org
3560 L: linux-kernel@vger.kernel.org
3561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3563 F: Documentation/lockdep*.txt
3564 F: Documentation/lockstat.txt
3565 F: include/linux/lockdep.h
3568 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3569 P: Richard Russon (FlatCap)
3571 L: linux-ntfs-dev@lists.sourceforge.net
3572 W: http://www.linux-ntfs.org/content/view/19/37/
3574 F: Documentation/ldm.txt
3575 F: fs/partitions/ldm.*
3577 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3579 M: Eric.Moore@lsi.com
3581 L: DL-MPTFusionLinux@lsi.com
3582 L: linux-scsi@vger.kernel.org
3583 W: http://www.lsilogic.com/support
3585 F: drivers/message/fusion/
3587 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3590 L: linux-scsi@vger.kernel.org
3592 F: drivers/scsi/sym53c8xx_2/
3594 LTP (Linux Test Project)
3596 M: subrata@linux.vnet.ibm.com
3598 M: vapier@gentoo.org
3599 L: ltp-list@lists.sourceforge.net (subscribers-only)
3600 W: http://ltp.sourceforge.net/
3601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3606 M: takata@linux-m32r.org
3607 L: linux-m32r@ml.linux-m32r.org
3608 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3609 W: http://www.linux-m32r.org/
3612 F: include/asm-m32r/
3615 P: Geert Uytterhoeven
3616 M: geert@linux-m68k.org
3618 M: zippel@linux-m68k.org
3619 L: linux-m68k@lists.linux-m68k.org
3620 W: http://www.linux-m68k.org/
3621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3626 M68K ON APPLE MACINTOSH
3629 W: http://www.mac.linux-m68k.org/
3630 L: linux-m68k@lists.linux-m68k.org
3637 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3643 M: johannes@sipsolutions.net
3644 L: linux-wireless@vger.kernel.org
3645 W: http://linuxwireless.org/
3646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3648 F: Documentation/networking/mac80211-injection.txt
3649 F: include/net/mac80211.h
3652 MAC80211 PID RATE CONTROL
3654 M: stefano.brivio@polimi.it
3656 M: mattias.nissler@gmx.de
3657 L: linux-wireless@vger.kernel.org
3658 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3661 F: net/mac80211/rc80211_pid*
3666 L: netdev@vger.kernel.org
3668 F: drivers/net/macvlan.c
3669 F: include/linux/if_macvlan.h
3671 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3673 M: mtk.manpages@gmail.com
3674 W: http://www.kernel.org/doc/man-pages
3675 L: linux-man@vger.kernel.org
3678 MARVELL LIBERTAS WIRELESS DRIVER
3681 L: libertas-dev@lists.infradead.org
3683 F: drivers/net/wireless/libertas/
3685 MARVELL MV643XX ETHERNET DRIVER
3686 P: Lennert Buytenhek
3687 M: buytenh@marvell.com
3688 L: netdev@vger.kernel.org
3690 F: drivers/net/mv643xx_eth.*
3691 F: include/linux/mv643xx.h
3693 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3696 L: linux-kernel@vger.kernel.org
3699 MARVELL YUKON / SYSKONNECT DRIVER
3701 M: mlindner@syskonnect.de
3703 M: rroesler@syskonnect.de
3704 W: http://www.syskonnect.com
3707 MATROX FRAMEBUFFER DRIVER
3709 M: vandrove@vc.cvut.cz
3710 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3712 F: drivers/video/matrox/matroxfb_*
3713 F: include/linux/matroxfb.h
3715 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3717 M: hjk@linutronix.de
3718 L: lm-sensors@lm-sensors.org
3720 F: Documentation/hwmon/max6650
3721 F: drivers/hwmon/max6650.c
3723 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3724 P: Mauro Carvalho Chehab
3725 M: mchehab@infradead.org
3726 P: LinuxTV.org Project
3727 L: linux-media@vger.kernel.org
3728 W: http://linuxtv.org
3729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3731 F: Documentation/dvb/
3732 F: Documentation/video4linux/
3735 F: include/linux/dvb/
3736 F: include/linux/videodev*.h
3738 MEGARAID SCSI DRIVERS
3740 M: megaraidlinux@lsi.com
3741 L: linux-scsi@vger.kernel.org
3742 W: http://megaraid.lsilogic.com
3744 F: Documentation/scsi/megaraid.txt
3745 F: drivers/scsi/megaraid.*
3746 F: drivers/scsi/megaraid/
3749 L: linux-mm@kvack.org
3750 L: linux-kernel@vger.kernel.org
3751 W: http://www.linux-mm.org
3753 F: include/linux/mm.h
3756 MEMORY RESOURCE CONTROLLER
3758 M: balbir@linux.vnet.ibm.com
3761 P: KAMEZAWA Hiroyuki
3762 M: kamezawa.hiroyu@jp.fujitsu.com
3763 L: linux-mm@kvack.org
3764 L: linux-kernel@vger.kernel.org
3768 MEMORY TECHNOLOGY DEVICES (MTD)
3770 M: dwmw2@infradead.org
3771 W: http://www.linux-mtd.infradead.org/
3772 L: linux-mtd@lists.infradead.org
3773 T: git git://git.infradead.org/mtd-2.6.git
3776 F: include/linux/mtd/
3779 MICROBLAZE ARCHITECTURE
3782 L: microblaze-uclinux@itee.uq.edu.au
3783 W: http://www.monstr.eu/fdt/
3784 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3790 M: oliver@neukum.name
3792 F: drivers/usb/image/microtek.*
3796 M: ralf@linux-mips.org
3797 W: http://www.linux-mips.org/
3798 L: linux-mips@linux-mips.org
3799 T: git git://git.linux-mips.org/pub/scm/linux.git
3801 F: Documentation/mips/
3804 MISCELLANEOUS MCA-SUPPORT
3806 M: James.Bottomley@HansenPartnership.com
3807 L: linux-kernel@vger.kernel.org
3809 F: Documentation/ia64/mca.txt
3810 F: Documentation/mca.txt
3812 F: include/linux/mca*
3816 M: rusty@rustcorp.com.au
3817 L: linux-kernel@vger.kernel.org
3819 F: include/linux/module.h
3822 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3824 M: stelian@popies.net
3825 W: http://popies.net/meye/
3827 F: Documentation/video4linux/meye.txt
3828 F: drivers/media/video/meye.*
3829 F: include/linux/meye.h
3831 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3834 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3836 F: drivers/mmc/host/imxmmc.*
3838 MOUSE AND MISC DEVICES [GENERAL]
3839 P: Alessandro Rubini
3840 M: rubini@ipvvis.unipv.it
3841 L: linux-kernel@vger.kernel.org
3843 F: drivers/input/mouse/
3844 F: include/linux/gpio_mouse.h
3846 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3848 M: jirislaby@gmail.com
3849 L: linux-kernel@vger.kernel.org
3851 F: Documentation/serial/moxa-smartio
3852 F: drivers/char/mxser.*
3855 P: Lennart Poettering
3856 M: mzxreary@0pointer.de
3857 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3858 W: http://0pointer.de/lennart/tchibo.html
3860 F: drivers/platform/x86/msi-laptop.c
3862 MULTIFUNCTION DEVICES (MFD)
3864 M: sameo@linux.intel.com
3865 L: linux-kernel@vger.kernel.org
3866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3870 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3873 L: linux-kernel@vger.kernel.org
3876 F: include/linux/mmc/
3878 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3880 M: dbrownell@users.sourceforge.net
3881 L: linux-kernel@vger.kernel.org
3883 F: drivers/mmc/host/mmc_spi.c
3884 F: include/linux/spi/mmc_spi.h
3886 MULTISOUND SOUND DRIVER
3890 F: Documentation/sound/oss/MultiSound
3893 MULTITECH MULTIPORT CARD (ISICOM)
3895 M: jirislaby@gmail.com
3896 L: linux-kernel@vger.kernel.org
3898 F: drivers/char/isicom.c
3899 F: include/linux/isicom.h
3901 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3903 M: felipe.balbi@nokia.com
3904 L: linux-usb@vger.kernel.org
3905 T: git git://gitorious.org/musb/mainline.git
3907 F: drivers/usb/musb/
3909 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3911 M: gallatin@myri.com
3914 L: netdev@vger.kernel.org
3915 W: http://www.myri.com/scs/download-Myri10GE.html
3917 F: drivers/net/myri10ge/
3919 NATSEMI ETHERNET DRIVER (DP8381x)
3921 M: thockin@hockin.org
3923 F: drivers/net/natsemi.c
3927 M: vandrove@vc.cvut.cz
3928 L: linware@sh.cvut.cz
3932 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3933 P: James E.J. Bottomley
3934 M: James.Bottomley@HansenPartnership.com
3935 L: linux-scsi@vger.kernel.org
3937 F: drivers/scsi/NCR_D700.*
3939 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3941 M: faisal.latif@intel.com
3943 M: chien.tin.tung@intel.com
3944 L: general@lists.openfabrics.org
3945 W: http://www.neteffect.com
3947 F: drivers/infiniband/hw/nes/
3949 NETEM NETWORK EMULATOR
3950 P: Stephen Hemminger
3951 M: shemminger@linux-foundation.org
3952 L: netem@lists.linux-foundation.org
3954 F: net/sched/sch_netem.c
3956 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3958 M: ram.vepa@neterion.com
3960 M: santosh.rastapur@neterion.com
3961 P: Sivakumar Subramani
3962 M: sivakumar.subramani@neterion.com
3963 P: Sreenivasa Honnur
3964 M: sreenivasa.honnur@neterion.com
3966 M: anil.murthy@neterion.com
3967 L: netdev@vger.kernel.org
3968 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3969 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3971 F: Documentation/networking/s2io.txt
3972 F: drivers/net/s2io*
3974 NETFILTER/IPTABLES/IPCHAINS
3982 L: netfilter-devel@vger.kernel.org
3983 L: netfilter@vger.kernel.org
3984 L: coreteam@netfilter.org
3985 W: http://www.netfilter.org/
3986 W: http://www.iptables.org/
3988 F: include/linux/netfilter*
3989 F: include/linux/netfilter/
3990 F: include/net/netfilter/
3991 F: net/*/netfilter.c
3997 M: paul.moore@hp.com
3998 W: http://netlabel.sf.net
3999 L: netdev@vger.kernel.org
4001 F: Documentation/netlabel/
4002 F: include/net/netlabel.h
4005 NETROM NETWORK LAYER
4007 M: ralf@linux-mips.org
4008 L: linux-hams@vger.kernel.org
4009 W: http://www.linux-ax25.org/
4011 F: include/linux/netrom.h
4012 F: include/net/netrom.h
4015 NETWORK BLOCK DEVICE (NBD)
4017 M: Paul.Clements@steeleye.com
4019 F: Documentation/blockdev/nbd.txt
4020 F: drivers/block/nbd.c
4021 F: include/linux/nbd.h
4023 NETWORKING [GENERAL]
4025 M: davem@davemloft.net
4026 L: netdev@vger.kernel.org
4027 W: http://www.linuxfoundation.org/en/Net
4028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4033 NETWORKING [IPv4/IPv6]
4035 M: davem@davemloft.net
4037 M: kuznet@ms2.inr.ac.ru
4038 P: Pekka Savola (ipv6)
4039 M: pekkas@netcore.fi
4041 M: jmorris@namei.org
4042 P: Hideaki YOSHIFUJI
4043 M: yoshfuji@linux-ipv6.org
4046 L: netdev@vger.kernel.org
4047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4053 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4055 M: paul.moore@hp.com
4056 L: netdev@vger.kernel.org
4059 NETWORKING [WIRELESS]
4061 M: linville@tuxdriver.com
4062 L: linux-wireless@vger.kernel.org
4063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4066 F: include/net/ieee80211*
4067 F: include/net/wireless.h
4070 L: netdev@vger.kernel.org
4071 W: http://www.linuxfoundation.org/en/Net
4072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4076 NETXEN (1/10) GbE SUPPORT
4078 M: dhananjay@netxen.com
4079 L: netdev@vger.kernel.org
4080 W: http://www.netxen.com
4082 F: drivers/net/netxen/
4084 NFS, SUNRPC, AND LOCKD CLIENTS
4086 M: Trond.Myklebust@netapp.com
4087 L: linux-nfs@vger.kernel.org
4088 W: http://client.linux-nfs.org
4089 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4095 F: include/linux/lockd/
4096 F: include/linux/nfs*
4097 F: include/linux/sunrpc/
4099 NI5010 NETWORK DRIVER
4100 P: Jan-Pascal van Best
4101 M: janpascal@vanbest.org
4104 L: netdev@vger.kernel.org
4106 F: drivers/net/ni5010.*
4110 M: konishi.ryusuke@lab.ntt.co.jp
4112 W: http://www.nilfs.org/en/
4114 F: Documentation/filesystems/nilfs2.txt
4116 F: include/linux/nilfs2_fs.h
4118 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4120 M: yokota@netlab.is.tsukuba.ac.jp
4121 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4123 F: Documentation/scsi/NinjaSCSI.txt
4124 F: drivers/scsi/pcmcia/nsp_*
4126 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4128 M: gotom@debian.or.jp
4130 M: yokota@netlab.is.tsukuba.ac.jp
4131 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4133 F: Documentation/scsi/NinjaSCSI.txt
4134 F: drivers/scsi/nsp32*
4137 P: Anton Altaparmakov
4139 L: linux-ntfs-dev@lists.sourceforge.net
4140 L: linux-kernel@vger.kernel.org
4141 W: http://www.linux-ntfs.org/
4142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4144 F: Documentation/filesystems/ntfs.txt
4147 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4149 M: adaplas@gmail.com
4150 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4152 F: drivers/video/riva/
4153 F: drivers/video/nvidia/
4157 M: me@bobcopeland.com
4158 L: linux-karma-devel@lists.sourceforge.net
4160 F: Documentation/filesystems/omfs.txt
4163 OMNIKEY CARDMAN 4000 DRIVER
4165 M: laforge@gnumonks.org
4167 F: drivers/char/pcmcia/cm4000_cs.c
4168 F: include/linux/cm4000_cs.h
4170 OMNIKEY CARDMAN 4040 DRIVER
4172 M: laforge@gnumonks.org
4174 F: drivers/char/pcmcia/cm4040_cs.*
4176 OMNIVISION OV7670 SENSOR DRIVER
4179 L: linux-media@vger.kernel.org
4180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4182 F: drivers/media/video/ov7670.c
4184 ONENAND FLASH DRIVER
4186 M: kyungmin.park@samsung.com
4187 L: linux-mtd@lists.infradead.org
4189 F: drivers/mtd/onenand/
4190 F: include/linux/mtd/onenand*.h
4192 ONSTREAM SCSI TAPE DRIVER
4195 L: osst-users@lists.sourceforge.net
4196 L: linux-scsi@vger.kernel.org
4198 F: drivers/scsi/osst*
4201 OPENCORES I2C BUS DRIVER
4203 M: jacmet@sunsite.dk
4204 L: linux-i2c@vger.kernel.org
4206 F: Documentation/i2c/busses/i2c-ocores
4207 F: drivers/i2c/busses/i2c-ocores.c
4211 M: robert.richter@amd.com
4212 L: oprofile-list@lists.sf.net
4215 F: drivers/oprofile/
4216 F: include/linux/oprofile.h
4218 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4222 M: joel.becker@oracle.com
4223 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4224 W: http://oss.oracle.com/projects/ocfs2/
4225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4227 F: Documentation/filesystems/ocfs2.txt
4228 F: Documentation/filesystems/dlmfs.txt
4235 M: hermes@gibson.dropbear.id.au
4236 L: linux-wireless@vger.kernel.org
4237 L: orinoco-users@lists.sourceforge.net
4238 L: orinoco-devel@lists.sourceforge.net
4239 W: http://www.nongnu.org/orinoco/
4241 F: drivers/net/wireless/orinoco/
4245 M: bharrosh@panasas.com
4247 M: bhalevy@panasas.com
4248 L: osd-dev@open-osd.org
4249 W: http://open-osd.org
4250 T: git git://git.open-osd.org/open-osd.git
4255 M: flamingice@sourmilk.net
4256 L: linux-wireless@vger.kernel.org
4257 W: http://prism54.org
4258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4260 F: drivers/net/wireless/p54/
4262 PA SEMI ETHERNET DRIVER
4265 L: netdev@vger.kernel.org
4267 F: drivers/net/pasemi_mac.*
4269 PA SEMI SMBUS DRIVER
4272 L: linux-i2c@vger.kernel.org
4274 F: drivers/i2c/busses/i2c-pasemi.c
4276 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4278 M: laforge@gnumonks.org
4280 F: drivers/platform/x86/panasonic-laptop.c
4282 PANASONIC MN10300/AM33 PORT
4284 M: dhowells@redhat.com
4286 M: yasutake.koichi@jp.panasonic.com
4287 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4288 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4290 F: Documentation/mn10300/
4293 PARALLEL PORT SUPPORT
4294 L: linux-parport@lists.infradead.org (subscribers-only)
4297 F: include/linux/parport*.h
4298 F: drivers/char/ppdev.c
4299 F: include/linux/ppdev.h
4301 PARAVIRT_OPS INTERFACE
4302 P: Jeremy Fitzhardinge
4303 M: jeremy@xensource.com
4305 M: chrisw@sous-sol.org
4307 M: akataria@vmware.com
4309 M: rusty@rustcorp.com.au
4310 L: virtualization@lists.osdl.org
4311 L: linux-kernel@vger.kernel.org
4313 F: Documentation/ia64/paravirt_ops.txt
4314 F: arch/*/kernel/paravirt*
4315 F: arch/*/include/asm/paravirt.h
4317 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4320 L: linux-parport@lists.infradead.org (subscribers-only)
4321 W: http://www.torque.net/linux-pp.html
4323 F: Documentation/blockdev/paride.txt
4324 F: drivers/block/paride/
4331 L: linux-parisc@vger.kernel.org
4332 W: http://www.parisc-linux.org/
4333 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4338 PC87360 HARDWARE MONITORING DRIVER
4340 M: jim.cromie@gmail.com
4341 L: lm-sensors@lm-sensors.org
4343 F: Documentation/hwmon/pc87360
4344 F: drivers/hwmon/pc87360.c
4348 M: jim.cromie@gmail.com
4350 F: drivers/char/pc8736x_gpio.c
4354 M: riku.voipio@iki.fi
4356 F: drivers/leds/leds-pca9532.c
4357 F: include/linux/leds-pca9532.h
4361 M: linas@austin.ibm.com
4362 L: linux-kernel@vger.kernel.org
4363 L: linux-pci@vger.kernel.org
4365 F: Documentation/PCI/pci-error-recovery.txt
4366 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4370 M: jbarnes@virtuousgeek.org
4371 L: linux-kernel@vger.kernel.org
4372 L: linux-pci@vger.kernel.org
4373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4375 F: Documentation/PCI/
4377 F: include/linux/pci*
4380 P: Kristen Carlson Accardi
4381 M: kristen.c.accardi@intel.com
4382 L: linux-pci@vger.kernel.org
4384 F: drivers/pci/pcie/
4387 P: Linux PCMCIA Team
4388 L: linux-pcmcia@lists.infradead.org
4389 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4392 F: Documentation/pcmcia/
4396 PCNET32 NETWORK DRIVER
4398 M: pcnet32@verizon.net
4399 L: netdev@vger.kernel.org
4401 F: drivers/net/pcnet32.c
4403 PER-TASK DELAY ACCOUNTING
4405 M: balbir@linux.vnet.ibm.com
4406 L: linux-kernel@vger.kernel.org
4408 F: include/linux/delayacct.h
4409 F: kernel/delayacct.c
4411 PERSONALITY HANDLING
4412 P: Christoph Hellwig
4413 M: hch@infradead.org
4414 L: linux-abi-devel@lists.sourceforge.net
4416 F: include/linux/personality.h
4420 M: joern@lazybastard.org
4421 L: linux-mtd@lists.infradead.org
4423 F: drivers/mtd/devices/phram.c
4427 M: petero2@telia.com
4428 L: linux-kernel@vger.kernel.org
4430 F: drivers/block/pktcdvd.c
4431 F: include/linux/pktcdvd.h
4433 POSIX CLOCKS and TIMERS
4435 M: tglx@linutronix.de
4436 L: linux-kernel@vger.kernel.org
4439 F: include/linux/timer*
4442 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4446 M: dwmw2@infradead.org
4447 L: linux-kernel@vger.kernel.org
4448 T: git git://git.infradead.org/battery-2.6.git
4450 F: include/linux/power_supply.h
4451 F: drivers/power/power_supply*
4457 M: bjorn.helgaas@hp.com
4463 M: vitalywool@gmail.com
4464 L: linux-i2c@vger.kernel.org
4466 F: drivers/i2c/busses/i2c-pnx.c
4468 PPP PROTOCOL DRIVERS AND COMPRESSORS
4471 L: linux-ppp@vger.kernel.org
4473 F: drivers/net/ppp_*
4475 PPP OVER ATM (RFC 2364)
4476 P: Mitchell Blank Jr
4479 F: net/atm/pppoatm.c
4480 F: include/linux/atmppp.h
4484 M: mostrows@earthlink.net
4486 F: drivers/net/pppoe.c
4487 F: drivers/net/pppox.c
4491 M: jchapman@katalix.com
4493 F: drivers/net/pppol2tp.c
4494 F: include/linux/if_pppol2tp.h
4499 L: linux-kernel@vger.kernel.org
4500 L: kpreempt-tech@lists.sourceforge.net
4501 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4503 F: Documentation/preempt-locking.txt
4504 F: include/linux/preempt.h
4506 PRISM54 WIRELESS DRIVER
4507 P: Luis R. Rodriguez
4509 L: linux-wireless@vger.kernel.org
4510 W: http://prism54.org
4512 F: drivers/net/wireless/prism54/
4514 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4516 M: promise@pnd-pc.demon.co.uk
4517 W: http://www.pnd-pc.demon.co.uk/promise/
4520 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4521 P: Mikael Pettersson
4523 L: linux-ide@vger.kernel.org
4525 F: drivers/ata/sata_promise.*
4529 M: geoffrey.levand@am.sony.com
4530 L: netdev@vger.kernel.org
4531 L: cbe-oss-dev@ozlabs.org
4533 F: drivers/net/ps3_gelic_net.*
4535 PS3 PLATFORM SUPPORT
4537 M: geoffrey.levand@am.sony.com
4538 L: linuxppc-dev@ozlabs.org
4539 L: cbe-oss-dev@ozlabs.org
4541 F: arch/powerpc/boot/ps3*
4542 F: arch/powerpc/include/asm/lv1call.h
4543 F: arch/powerpc/include/asm/ps3*.h
4544 F: arch/powerpc/platforms/ps3/
4547 F: drivers/rtc/rtc-ps3.c
4548 F: drivers/usb/host/*ps3.c
4549 F: sound/ppc/snd_ps3*
4554 L: cbe-oss-dev@ozlabs.org
4559 M: roland@redhat.com
4562 L: linux-kernel@vger.kernel.org
4564 F: include/asm-generic/syscall.h
4565 F: include/linux/ptrace.h
4566 F: include/linux/regset.h
4567 F: include/linux/tracehook.h
4570 PVRUSB2 VIDEO4LINUX DRIVER
4573 L: pvrusb2@isely.net (subscribers-only)
4574 L: linux-media@vger.kernel.org
4575 W: http://www.isely.net/pvrusb2/
4576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4578 F: Documentation/video4linux/README.pvrusb2
4579 F: drivers/media/video/pvrusb2/
4581 PXA2xx/PXA3xx SUPPORT
4583 M: eric.miao@marvell.com
4585 M: linux@arm.linux.org.uk
4586 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4588 F: arch/arm/mach-pxa/
4589 F: drivers/pcmcia/pxa2xx*
4590 F: drivers/spi/pxa2xx*
4591 F: drivers/usb/gadget/pxa2*
4592 F: include/sound/pxa2xx-lib.h
4593 F: sound/soc/pxa/pxa2xx*
4597 M: eric.miao@marvell.com
4599 M: jason.chagas@marvell.com
4600 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4606 M: eric.miao@marvell.com
4607 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4616 M: robert.jarzmik@free.fr
4617 L: rtc-linux@googlegroups.com
4620 QLOGIC QLA2XXX FC-SCSI DRIVER
4622 M: linux-driver@qlogic.com
4623 L: linux-scsi@vger.kernel.org
4625 F: Documentation/scsi/LICENSE.qla2xxx
4626 F: drivers/scsi/qla2xxx/
4628 QLOGIC QLA3XXX NETWORK DRIVER
4630 M: linux-driver@qlogic.com
4631 L: netdev@vger.kernel.org
4633 F: Documentation/networking/LICENSE.qla3xxx
4634 F: drivers/net/qla3xxx.*
4636 QLOGIC QLGE 10Gb ETHERNET DRIVER
4638 M: linux-driver@qlogic.com
4639 M: ron.mercer@qlogic.com
4640 L: netdev@vger.kernel.org
4642 F: drivers/net/qlge/
4647 L: linux-kernel@vger.kernel.org
4648 W: http://www.alarsen.net/linux/qnx4fs/
4651 F: include/linux/qnx4_fs.h
4652 F: include/linux/qnxtypes.h
4654 RADEON FRAMEBUFFER DISPLAY DRIVER
4655 P: Benjamin Herrenschmidt
4656 M: benh@kernel.crashing.org
4657 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4659 F: drivers/video/aty/radeon*
4660 F: include/linux/radeonfb.h
4662 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4665 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4667 F: drivers/video/aty/aty128fb.c
4669 RALINK RT2X00 WIRELESS LAN DRIVER
4671 L: linux-wireless@vger.kernel.org
4672 L: users@rt2x00.serialmonkey.com
4673 W: http://rt2x00.serialmonkey.com/
4675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4676 F: drivers/net/wireless/rt2x00/
4678 RAMDISK RAM BLOCK DEVICE DRIVER
4682 F: Documentation/blockdev/ramdisk.txt
4683 F: drivers/block/brd.c
4685 RANDOM NUMBER DRIVER
4689 F: drivers/char/random.c
4693 M: mporter@kernel.crashing.org
4694 L: linux-kernel@vger.kernel.org
4698 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4700 M: coreythomas@charter.net
4701 L: linux-wireless@vger.kernel.org
4703 F: drivers/net/wireless/ray*
4707 M: josh@freedesktop.org
4708 L: linux-kernel@vger.kernel.org
4710 F: Documentation/RCU/torture.txt
4711 F: kernel/rcutorture.c
4715 M: florian@openwrt.org
4716 L: linux-kernel@vger.kernel.org
4719 RDC R6040 FAST ETHERNET DRIVER
4721 M: florian@openwrt.org
4722 L: netdev@vger.kernel.org
4724 F: drivers/net/r6040.c
4726 RDS - RELIABLE DATAGRAM SOCKETS
4728 M: andy.grover@oracle.com
4729 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4733 READ-COPY UPDATE (RCU)
4735 M: dipankar@in.ibm.com
4736 W: http://www.rdrop.com/users/paulmck/rclock/
4737 L: linux-kernel@vger.kernel.org
4739 F: Documentation/RCU/rcu.txt
4740 F: Documentation/RCU/rcuref.txt
4741 F: include/linux/rcupdate.h
4742 F: include/linux/srcu.h
4743 F: kernel/rcupdate.c
4745 REAL TIME CLOCK DRIVER
4747 M: p_gortmaker@yahoo.com
4748 L: linux-kernel@vger.kernel.org
4750 F: Documentation/rtc.txt
4752 F: include/linux/rtc.h
4754 REAL TIME CLOCK (RTC) SUBSYSTEM
4756 M: a.zummo@towertech.it
4757 L: rtc-linux@googlegroups.com
4759 F: Documentation/rtc.txt
4761 F: include/linux/rtc.h
4763 REISERFS FILE SYSTEM
4764 L: reiserfs-devel@vger.kernel.org
4770 M: johannes@sipsolutions.net
4771 L: linux-wireless@vger.kernel.org
4773 F Documentation/rfkill.txt
4778 F: Documentation/serial/riscom8.txt
4779 F: drivers/char/riscom8*
4783 W: http://www.comtrol.com
4785 F: Documentation/serial/rocket.txt
4786 F: drivers/char/rocket*
4790 M: ralf@linux-mips.org
4791 L: linux-hams@vger.kernel.org
4792 W: http://www.linux-ax25.org/
4794 F: include/linux/rose.h
4795 F: include/net/rose.h
4798 RTL8180 WIRELESS DRIVER
4800 M: linville@tuxdriver.com
4801 L: linux-wireless@vger.kernel.org
4802 W: http://linuxwireless.org/
4803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4805 F: drivers/net/wireless/rtl818*
4807 RTL8187 WIRELESS DRIVER
4808 P: Herton Ronaldo Krzesinski
4809 M: herton@mandriva.com.br
4811 M: htl10@users.sourceforge.net
4813 M: Larry.Finger@lwfinger.net
4814 L: linux-wireless@vger.kernel.org
4815 W: http://linuxwireless.org/
4816 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4818 F: drivers/net/wireless/rtl818x/rtl8187*
4820 S3 SAVAGE FRAMEBUFFER DRIVER
4822 M: adaplas@gmail.com
4823 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4825 F: drivers/video/savage/
4828 P: Martin Schwidefsky
4829 M: schwidefsky@de.ibm.com
4831 M: heiko.carstens@de.ibm.com
4832 M: linux390@de.ibm.com
4833 L: linux-s390@vger.kernel.org
4834 W: http://www.ibm.com/developerworks/linux/linux390/
4838 S390 NETWORK DRIVERS
4840 M: ursula.braun@de.ibm.com
4842 M: blaschka@linux.vnet.ibm.com
4843 M: linux390@de.ibm.com
4844 L: linux-s390@vger.kernel.org
4845 W: http://www.ibm.com/developerworks/linux/linux390/
4847 F: drivers/s390/net/
4851 M: felix.beck@de.ibm.com
4853 M: ralph.wuerthner@de.ibm.com
4854 M: linux390@de.ibm.com
4855 L: linux-s390@vger.kernel.org
4857 F: drivers/s390/crypto/
4861 M: christof.schmitt@de.ibm.com
4864 M: linux390@de.ibm.com
4865 L: linux-s390@vger.kernel.org
4866 W: http://www.ibm.com/developerworks/linux/linux390/
4868 F: Documentation/s390/zfcpdump.txt
4869 F: drivers/s390/scsi/zfcp_*
4871 S390 IUCV NETWORK LAYER
4873 M: ursula.braun@de.ibm.com
4874 M: linux390@de.ibm.com
4875 L: linux-s390@vger.kernel.org
4876 W: http://www.ibm.com/developerworks/linux/linux390/
4878 F: drivers/s390/net/*iucv*
4879 F: include/net/iucv/
4882 S3C24XX SD/MMC Driver
4884 M: ben-linux@fluff.org
4885 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4886 L: linux-kernel@vger.kernel.org
4888 F: drivers/mmc/host/s3cmci.*
4890 SAA7146 VIDEO4LINUX-2 DRIVER
4893 L: linux-media@vger.kernel.org
4894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4895 W: http://www.mihu.de/linux/saa7146
4897 F: drivers/media/common/saa7146*
4898 F: drivers/media/video/*7146*
4899 F: include/media/*7146*
4903 M: zwane@arm.linux.org.uk
4905 F: drivers/watchdog/sc1200wdt.c
4911 M: peterz@infradead.org
4912 L: linux-kernel@vger.kernel.org
4915 F: include/linux/sched.h
4920 L: linux-scsi@vger.kernel.org
4921 W: http://www.kernel.dk
4927 M: dgilbert@interlog.com
4928 L: linux-scsi@vger.kernel.org
4929 W: http://www.torque.net/sg
4931 F: drivers/scsi/sg.c
4932 F: include/scsi/sg.h
4935 P: James E.J. Bottomley
4936 M: James.Bottomley@HansenPartnership.com
4937 L: linux-scsi@vger.kernel.org
4938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4947 M: Kai.Makisara@kolumbus.fi
4948 L: linux-scsi@vger.kernel.org
4950 F: Documentation/scsi/st.txt
4955 M: vladislav.yasevich@hp.com
4956 P: Sridhar Samudrala
4958 L: linux-sctp@vger.kernel.org
4959 W: http://lksctp.sourceforge.net
4961 F: Documentation/networking/sctp.txt
4962 F: include/linux/sctp.h
4963 F: include/net/sctp/
4968 M: jim.cromie@gmail.com
4970 F: Documentation/i2c/busses/scx200_acb
4971 F: arch/x86/kernel/scx200_32.c
4972 F: drivers/watchdog/scx200_wdt.c
4973 F: drivers/i2c/busses/scx200*
4974 F: drivers/mtd/maps/scx200_docflash.c
4975 F: include/linux/scx200.h
4979 M: jim.cromie@gmail.com
4981 F: drivers/char/scx200_gpio.c
4982 F: include/linux/scx200_gpio.h
4984 SCx200 HRT CLOCKSOURCE DRIVER
4986 M: jim.cromie@gmail.com
4988 F: drivers/clocksource/scx200_hrt.c
4990 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4992 M: saschasommer@freenet.de
4993 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4995 F: drivers/mmc/host/sdricoh_cs.c
4997 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5000 L: sdhci-devel@lists.ossman.eu
5003 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5005 M: avorontsov@ru.mvista.com
5006 L: linuxppc-dev@ozlabs.org
5007 L: sdhci-devel@lists.ossman.eu
5009 F: drivers/mmc/host/sdhci.*
5013 M: jmorris@namei.org
5014 L: linux-kernel@vger.kernel.org
5015 L: linux-security-module@vger.kernel.org (suggested Cc:)
5016 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5017 W: http://security.wiki.kernel.org/
5022 P: Security Officers
5023 M: security@kernel.org
5026 SELINUX SECURITY MODULE
5028 M: sds@tycho.nsa.gov
5030 M: jmorris@namei.org
5032 M: eparis@parisplace.org
5033 L: linux-kernel@vger.kernel.org (kernel issues)
5034 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5035 W: http://selinuxproject.org
5036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5038 F: include/linux/selinux*
5039 F: security/selinux/
5043 M: jirislaby@gmail.com
5045 F: drivers/misc/phantom.c
5046 F: include/linux/phantom.h
5048 SERIAL ATA (SATA) SUBSYSTEM
5050 M: jgarzik@pobox.com
5051 L: linux-ide@vger.kernel.org
5052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5055 F: include/linux/ata.h
5056 F: include/linux/libata.h
5058 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5060 M: sathyap@serverengines.com
5061 P: Subbu Seetharaman
5062 M: subbus@serverengines.com
5063 L: netdev@vger.kernel.org
5064 W: http://www.serverengines.com
5066 F: drivers/net/benet/
5071 P: Robert Stonehouse
5072 M: linux-net-drivers@solarflare.com
5080 F: drivers/misc/sgi-gru/
5082 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5085 L: linux-ia64@vger.kernel.org
5087 F: Documentation/ia64/serial.txt
5088 F: drivers/serial/ioc?_serial.c
5089 F: include/linux/ioc?.h
5091 SGI VISUAL WORKSTATION 320 AND 540
5094 L: linux-visws-devel@lists.sf.net
5095 W: http://linux-visws.sf.net
5096 S: Maintained for 2.6.
5097 F: Documentation/sgi-visws.txt
5099 SGI XP/XPC/XPNET DRIVER
5103 F: drivers/misc/sgi-xp/
5105 SHARP LH SUPPORT (LH7952X & LH7A40X)
5108 W: http://projects.buici.com/arm
5109 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5111 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5112 F: arch/arm/mach-lh7a40x/
5113 F: drivers/serial/serial_lh7a40x.c
5114 F: drivers/usb/gadget/lh7a40*
5115 F: drivers/usb/host/ohci-lh7a40*
5118 P: Kristen Carlson Accardi
5119 M: kristen.c.accardi@intel.com
5120 L: linux-pci@vger.kernel.org
5122 F: drivers/pci/hotplug/shpchp*
5124 SIMTEC EB110ATX (Chalice CATS)
5127 M: support@simtec.co.uk
5128 W: http://www.simtec.co.uk/products/EB110ATX/
5130 F: arch/arm/mach-ebsa110/
5132 SIMTEC EB2410ITX (BAST)
5135 M: support@simtec.co.uk
5136 W: http://www.simtec.co.uk/products/EB2410ITX/
5138 F: arch/arm/mach-s3c2410/
5139 F: drivers/*/*s3c2410*
5140 F: drivers/*/*/*s3c2410*
5142 SIS 190 ETHERNET DRIVER
5144 M: romieu@fr.zoreil.com
5145 L: netdev@vger.kernel.org
5147 F: drivers/net/sis190.c
5149 SIS 900/7016 FAST ETHERNET DRIVER
5151 M: venza@brownhat.org
5152 W: http://www.brownhat.org/sis900.html
5153 L: netdev@vger.kernel.org
5155 F: drivers/net/sis900.*
5157 SIS 96X I2C/SMBUS DRIVER
5159 M: mhoffman@lightlink.com
5160 L: linux-i2c@vger.kernel.org
5162 F: Documentation/i2c/busses/i2c-sis96x
5163 F: drivers/i2c/busses/i2c-sis96x.c
5165 SIS FRAMEBUFFER DRIVER
5166 P: Thomas Winischhofer
5167 M: thomas@winischhofer.net
5168 W: http://www.winischhofer.net/linuxsisvga.shtml
5170 F: Documentation/fb/sisfb.txt
5171 F: drivers/video/sis/
5172 F: include/video/sisfb.h
5175 P: Thomas Winischhofer
5176 M: thomas@winischhofer.net
5177 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5179 F: drivers/usb/misc/sisusbvga/
5181 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5182 P: Stephen Hemminger
5183 M: shemminger@linux-foundation.org
5184 L: netdev@vger.kernel.org
5186 F: drivers/net/skge.*
5187 F: drivers/net/sky2.*
5190 P: Christoph Lameter
5191 M: cl@linux-foundation.org
5193 M: penberg@cs.helsinki.fi
5196 L: linux-mm@kvack.org
5198 F: include/linux/sl?b*.h
5201 SMC91x ETHERNET DRIVER
5205 F: drivers/net/smc91x.*
5207 SMSC47B397 HARDWARE MONITOR DRIVER
5209 M: mhoffman@lightlink.com
5210 L: lm-sensors@lm-sensors.org
5212 F: Documentation/hwmon/smsc47b397
5213 F: drivers/hwmon/smsc47b397.c
5215 SMSC911x ETHERNET DRIVER
5216 P: Steve Glendinning
5217 M: steve.glendinning@smsc.com
5218 L: netdev@vger.kernel.org
5220 F: include/linux/smsc911x.h
5221 F: drivers/net/smsc911x.*
5223 SMSC9420 PCI ETHERNET DRIVER
5224 P: Steve Glendinning
5225 M: steve.glendinning@smsc.com
5226 L: netdev@vger.kernel.org
5228 F: drivers/net/smsc9420.*
5232 M: bn@niasdigital.com
5234 F: drivers/uio/uio_smx.c
5236 SN-IA64 (Itanium) SUB-PLATFORM
5239 L: linux-altix@sgi.com
5240 L: linux-ia64@vger.kernel.org
5241 W: http://www.sgi.com/altix
5245 SOC-CAMERA V4L2 SUBSYSTEM
5246 P: Guennadi Liakhovetski
5247 M: g.liakhovetski@gmx.de
5248 L: linux-media@vger.kernel.org
5249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5251 F: include/media/v4l2*
5252 F: drivers/media/video/v4l2*
5254 SOEKRIS NET48XX LED SUPPORT
5258 F: drivers/leds/leds-net48xx.c
5260 SOFTWARE RAID (Multiple Disks) SUPPORT
5263 L: linux-raid@vger.kernel.org
5266 F: include/linux/raid/
5268 SONIC NETWORK DRIVER
5269 P: Thomas Bogendoerfer
5270 M: tsbogend@alpha.franken.de
5271 L: netdev@vger.kernel.org
5273 F: drivers/net/sonic.*
5275 SONICS SILICON BACKPLANE DRIVER (SSB)
5278 L: netdev@vger.kernel.org
5281 F: include/linux/ssb/
5283 SONY VAIO CONTROL DEVICE DRIVER
5285 M: malattia@linux.it
5286 L: linux-acpi@vger.kernel.org
5287 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5289 F: Documentation/laptops/sony-laptop.txt
5290 F: drivers/char/sonypi.c
5291 F: drivers/platform/x86/sony-laptop.c
5292 F: include/linux/sony-laptop.h
5294 SONY MEMORYSTICK CARD SUPPORT
5297 L: linux-kernel@vger.kernel.org
5298 W: http://tifmxx.berlios.de/
5300 F: drivers/memstick/host/tifm_ms.c
5307 L: alsa-devel@alsa-project.org (subscribers-only)
5308 W: http://www.alsa-project.org/
5309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5310 T: git git://git.alsa-project.org/alsa-kernel.git
5312 F: Documentation/sound/
5316 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5318 M: lrg@slimlogic.co.uk
5320 M: broonie@opensource.wolfsonmicro.com
5321 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5322 L: alsa-devel@alsa-project.org (subscribers-only)
5323 W: http://alsa-project.org/main/index.php/ASoC
5327 SPARC + UltraSPARC (sparc/sparc64)
5329 M: davem@davemloft.net
5330 L: sparclinux@vger.kernel.org
5331 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5332 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5336 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5338 M: R.E.Wolff@BitWizard.nl
5339 L: linux-kernel@vger.kernel.org
5341 F: Documentation/serial/specialix.txt
5342 F: drivers/char/specialix*
5346 M: dbrownell@users.sourceforge.net
5347 L: spi-devel-general@lists.sourceforge.net
5349 F: Documentation/spi/
5351 F: include/linux/spi/
5353 SPIDERNET NETWORK DRIVER for CELL
5355 M: kou.ishizaki@toshiba.co.jp
5358 L: netdev@vger.kernel.org
5360 F: Documentation/networking/spider_net.txt
5361 F: drivers/net/spider_net*
5366 L: linuxppc-dev@ozlabs.org
5367 L: cbe-oss-dev@ozlabs.org
5368 W: http://www.ibm.com/developerworks/power/cell/
5370 F: Documentation/filesystems/spufs.txt
5371 F: arch/powerpc/platforms/cell/spufs/
5373 SQUASHFS FILE SYSTEM
5375 M: phillip@lougher.demon.co.uk
5376 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5377 W: http://squashfs.org.uk
5379 F: Documentation/filesystems/squashfs.txt
5382 SRM (Alpha) environment access
5383 P: Jan-Benedict Glaw
5384 M: jbglaw@lug-owl.de
5385 L: linux-kernel@vger.kernel.org
5387 F: arch/alpha/kernel/srm_env.c
5390 P: Greg Kroah-Hartman
5393 M: chrisw@sous-sol.org
5394 L: stable@kernel.org
5398 P: Greg Kroah-Hartman
5400 L: linux-kernel@vger.kernel.org
5401 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5405 STARFIRE/DURALAN NETWORK DRIVER
5407 M: ionut@cs.columbia.edu
5409 F: drivers/net/starfire*
5411 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5412 W: http://mosquitonet.Stanford.EDU/strip.html
5414 F: drivers/net/wireless/strip.c
5415 F: include/linux/if_strip.h
5417 STRADIS MPEG-2 DECODER DRIVER
5420 W: http://www.stradis.com/
5422 F: drivers/media/video/stradis.c
5427 W: http://sammy.net/sun3/
5429 F: arch/m68k/kernel/*sun3*
5431 F: arch/m68k/include/asm/sun3*
5435 M: lethal@linux-sh.org
5436 L: linux-sh@vger.kernel.org
5437 W: http://www.linux-sh.org
5438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5440 F: Documentation/sh/
5446 M: len.brown@intel.com
5449 P: Rafael J. Wysocki
5451 L: linux-pm@lists.linux-foundation.org
5453 F: Documentation/power/
5454 F: arch/x86/kernel/acpi/
5455 F: drivers/base/power/
5457 F: include/linux/suspend.h
5458 F: include/linux/freezer.h
5459 F: include/linux/pm.h
5464 L: linux-video@atrey.karlin.mff.cuni.cz
5466 F: Documentation/svga.txt
5467 F: arch/x86/boot/video*
5470 P: Christoph Hellwig
5471 M: hch@infradead.org
5473 F: Documentation/filesystems/sysv-fs.txt
5475 F: include/linux/sysv_fs.h
5477 TASKSTATS STATISTICS INTERFACE
5479 M: balbir@linux.vnet.ibm.com
5480 L: linux-kernel@vger.kernel.org
5482 F: Documentation/accounting/taskstats*
5483 F: include/linux/taskstats*
5484 F: kernel/taskstats.c
5489 L: netdev@vger.kernel.org
5491 F: include/linux/pkt_cls.h
5492 F: include/net/pkt_cls.h
5495 TCP LOW PRIORITY MODULE
5496 P: Wong Hoi Sing, Edison
5497 M: hswong3i@gmail.com
5498 P: Hung Hing Lun, Mike
5499 M: hlhung3i@gmail.com
5500 W: http://tcp-lp-mod.sourceforge.net/
5502 F: net/ipv4/tcp_lp.c
5504 TEHUTI ETHERNET DRIVER
5505 P: Alexander Indenbaum
5506 M: baum@tehutinetworks.net
5508 M: andy@greyhouse.net
5509 L: netdev@vger.kernel.org
5511 F: drivers/net/tehuti*
5513 Telecom Clock Driver for MCPL0010
5515 M: mark.gross@intel.com
5517 F: drivers/char/tlclk.c
5519 TENSILICA XTENSA PORT (xtensa)
5525 THINKPAD ACPI EXTRAS DRIVER
5526 P: Henrique de Moraes Holschuh
5527 M: ibm-acpi@hmh.eng.br
5528 L: ibm-acpi-devel@lists.sourceforge.net
5529 W: http://ibm-acpi.sourceforge.net
5530 W: http://thinkwiki.org/wiki/Ibm-acpi
5531 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5533 F: drivers/platform/x86/thinkpad_acpi.c
5535 TI FLASH MEDIA INTERFACE DRIVER
5539 F: drivers/misc/tifm*
5540 F: drivers/mmc/host/tifm_sd.c
5541 F: include/linux/tifm.h
5543 TI OMAP MMC INTERFACE DRIVER
5544 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5545 M: linux-omap@vger.kernel.org
5546 W: http://linux.omap.com
5547 W: http://www.muru.com/linux/omap/
5549 F: drivers/mmc/host/omap.c
5551 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5553 M: dsaxena@plexity.net
5555 F: drivers/char/hw_random/omap-rng.c
5559 M: per.liden@ericsson.com
5561 M: jon.maloy@ericsson.com
5563 M: allan.stephens@windriver.com
5564 L: tipc-discussion@lists.sourceforge.net
5565 W: http://tipc.sourceforge.net/
5566 W: http://tipc.cslab.ericsson.net/
5567 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5569 F: include/linux/tipc*.h
5570 F: include/net/tipc/
5576 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5577 W: http://sourceforge.net/projects/tlan/
5579 F: Documentation/networking/tlan.txt
5580 F: drivers/net/tlan.*
5582 TOMOYO SECURITY MODULE
5584 M: takedakn@nttdata.co.jp
5586 M: penguin-kernel@I-love.SAKURA.ne.jp
5587 L: linux-kernel@vger.kernel.org (kernel issues)
5588 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5589 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5590 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5591 W: http://tomoyo.sourceforge.jp/
5592 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5596 TOSHIBA ACPI EXTRAS DRIVER
5598 F: drivers/platform/x86/toshiba_acpi.c
5602 M: jonathan@buzzard.org.uk
5603 L: tlinux-users@tce.toshiba-dme.co.jp
5604 W: http://www.buzzard.org.uk/toshiba/
5606 F: drivers/char/toshiba.c
5607 F: include/linux/toshiba.h
5611 M: ian@mnementh.co.uk
5613 F: drivers/mmc/host/tmio_mmc.*
5617 M: debora@linux.vnet.ibm.com
5619 M: srajiv@linux.vnet.ibm.com
5620 W: http://tpmdd.sourceforge.net
5622 M: m.selhorst@sirrix.com
5623 W: http://www.sirrix.com
5624 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5626 F: drivers/char/tpm/
5630 M: trivial@kernel.org
5631 L: linux-kernel@vger.kernel.org
5632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5637 M: alan@lxorguk.ukuu.org.uk
5638 L: linux-kernel@vger.kernel.org
5641 TULIP NETWORK DRIVERS
5643 M: grundler@parisc-linux.org
5646 L: netdev@vger.kernel.org
5648 F: drivers/net/tulip/
5651 P: Maxim Krasnyansky
5652 M: maxk@qualcomm.com
5653 L: vtun@office.satix.net
5654 W: http://vtun.sourceforge.net/tun
5656 F: Documentation/networking/tuntap.txt
5657 F: arch/um/os-Linux/drivers/
5659 TURBOCHANNEL SUBSYSTEM
5660 P: Maciej W. Rozycki
5661 M: macro@linux-mips.org
5664 F: include/linux/tc.h
5668 M: ballabio_dario@emc.com
5669 L: linux-scsi@vger.kernel.org
5671 F: drivers/scsi/u14-34f.c
5673 UBI FILE SYSTEM (UBIFS)
5675 M: dedekind@infradead.org
5677 M: ext-adrian.hunter@nokia.com
5678 L: linux-mtd@lists.infradead.org
5679 T: git git://git.infradead.org/ubifs-2.6.git
5680 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5682 F: Documentation/filesystems/ubifs.txt
5685 UCLINUX (AND M68KNOMMU)
5688 W: http://www.uclinux.org/
5689 L: uclinux-dev@uclinux.org (subscribers-only)
5693 UCLINUX FOR RENESAS H8/300 (H8300)
5695 M: ysato@users.sourceforge.jp
5696 W: http://uclinux-h8.sourceforge.jp/
5702 W: http://linux-udf.sourceforge.net
5704 F: Documentation/filesystems/udf.txt
5708 P: Evgeniy Dushistov
5709 M: dushistov@mail.ru
5710 L: linux-kernel@vger.kernel.org
5712 F: Documentation/filesystems/ufs.txt
5715 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5717 M: david.vrabel@csr.com
5718 L: linux-usb@vger.kernel.org
5721 F: include/linux/uwb.h
5722 F: include/linux/uwb/
5724 UNIFORM CDROM DRIVER
5727 L: linux-kernel@vger.kernel.org
5728 W: http://www.kernel.dk
5730 F: Documentation/cdrom/
5731 F: drivers/cdrom/cdrom.c
5732 F: include/linux/cdrom.h
5734 UNSORTED BLOCK IMAGES (UBI)
5736 M: dedekind@infradead.org
5737 W: http://www.linux-mtd.infradead.org/
5738 L: linux-mtd@lists.infradead.org
5739 T: git git://git.infradead.org/ubi-2.6.git
5742 F: include/linux/mtd/ubi.h
5743 F: include/mtd/ubi-user.h
5747 M: oliver@neukum.name
5748 L: linux-usb@vger.kernel.org
5750 F: Documentation/usb/acm.txt
5751 F: drivers/usb/class/cdc-acm.*
5753 USB BLOCK DRIVER (UB ub)
5755 M: zaitcev@redhat.com
5756 L: linux-kernel@vger.kernel.org
5757 L: linux-usb@vger.kernel.org
5759 F: drivers/block/ub.c
5761 USB CDC ETHERNET DRIVER
5762 P: Greg Kroah-Hartman
5764 L: linux-usb@vger.kernel.org
5766 W: http://www.kroah.com/linux-usb/
5767 F: drivers/net/usb/cdc_*.c
5768 F: include/linux/usb/cdc.h
5770 USB CYPRESS C67X00 DRIVER
5772 M: jacmet@sunsite.dk
5773 L: linux-usb@vger.kernel.org
5775 F: drivers/usb/c67x00/
5777 USB DAVICOM DM9601 DRIVER
5779 M: jacmet@sunsite.dk
5780 L: netdev@vger.kernel.org
5781 W: http://www.linux-usb.org/usbnet
5783 F: drivers/net/usb/dm9601.c
5785 USB DIAMOND RIO500 DRIVER
5788 L: rio500-users@lists.sourceforge.net
5789 W: http://rio500.sourceforge.net
5791 F: drivers/usb/misc/rio500*
5795 M: dbrownell@users.sourceforge.net
5796 L: linux-usb@vger.kernel.org
5798 F: Documentation/usb/ehci.txt
5799 F: drivers/usb/host/ehci*
5801 USB ET61X[12]51 DRIVER
5803 M: luca.risolia@studio.unibo.it
5804 L: linux-usb@vger.kernel.org
5805 L: linux-media@vger.kernel.org
5806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5807 W: http://www.linux-projects.org
5809 F: drivers/media/video/et61x251/
5811 USB GADGET/PERIPHERAL SUBSYSTEM
5813 M: dbrownell@users.sourceforge.net
5814 L: linux-usb@vger.kernel.org
5815 W: http://www.linux-usb.org/gadget
5817 F: drivers/usb/gadget/
5818 F: include/linux/usb/gadget*
5820 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5823 L: linux-usb@vger.kernel.org
5824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5826 F: Documentation/usb/hiddev.txt
5827 F: drivers/hid/usbhid/
5831 M: ok@artecdesign.ee
5832 L: linux-usb@vger.kernel.org
5834 F: drivers/usb/host/isp116x*
5835 F: include/linux/usb/isp116x.h
5837 USB KAWASAKI LSI DRIVER
5839 M: oliver@neukum.name
5840 L: linux-usb@vger.kernel.org
5842 F: drivers/usb/serial/kl5kusb105.*
5844 USB MASS STORAGE DRIVER
5846 M: mdharm-usb@one-eyed-alien.net
5847 L: linux-usb@vger.kernel.org
5848 L: usb-storage@lists.one-eyed-alien.net
5850 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5851 F: drivers/usb/storage/
5855 M: dbrownell@users.sourceforge.net
5856 L: linux-usb@vger.kernel.org
5858 F: Documentation/usb/ohci.txt
5859 F: drivers/usb/host/ohci*
5861 USB OPTION-CARD DRIVER
5863 M: smurf@smurf.noris.de
5864 L: linux-usb@vger.kernel.org
5866 F: drivers/usb/serial/option.c
5870 M: mmcclell@bigfoot.com
5871 L: linux-usb@vger.kernel.org
5872 W: http://alpha.dyndns.org/ov511/
5874 F: drivers/media/video/ov511.*
5878 M: petkan@users.sourceforge.net
5879 L: linux-usb@vger.kernel.org
5880 L: netdev@vger.kernel.org
5881 W: http://pegasus2.sourceforge.net/
5883 F: drivers/net/usb/pegasus.*
5885 USB PRINTER DRIVER (usblp)
5887 M: zaitcev@redhat.com
5888 L: linux-usb@vger.kernel.org
5890 F: drivers/usb/class/usblp.c
5894 M: petkan@users.sourceforge.net
5895 L: linux-usb@vger.kernel.org
5896 L: netdev@vger.kernel.org
5897 W: http://pegasus2.sourceforge.net/
5899 F: drivers/net/usb/rtl8150.c
5904 L: linux-usb@vger.kernel.org
5905 W: http://www.chello.nl/~j.vreeken/se401/
5907 F: Documentation/video4linux/se401.txt
5908 F: drivers/media/video/se401.*
5910 USB SERIAL BELKIN F5U103 DRIVER
5911 P: William Greathouse
5912 M: wgreathouse@smva.com
5913 L: linux-usb@vger.kernel.org
5915 F: drivers/usb/serial/belkin_sa.*
5917 USB SERIAL CYPRESS M8 DRIVER
5919 M: dignome@gmail.com
5920 L: linux-usb@vger.kernel.org
5922 W: http://geocities.com/i0xox0i
5923 W: http://firstlight.net/cvs
5924 F: drivers/usb/serial/cypress_m8.*
5926 USB SERIAL CYBERJACK DRIVER
5927 P: Matthias Bruestle and Harald Welte
5928 M: support@reiner-sct.com
5929 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5931 F: drivers/usb/serial/cyberjack.c
5933 USB SERIAL DIGI ACCELEPORT DRIVER
5934 P: Peter Berger and Al Borchers
5935 M: pberger@brimson.com
5936 M: alborchers@steinerpoint.com
5937 L: linux-usb@vger.kernel.org
5939 F: drivers/usb/serial/digi_acceleport.c
5942 P: Greg Kroah-Hartman
5944 L: linux-usb@vger.kernel.org
5946 F: Documentation/usb/usb-serial.txt
5947 F: drivers/usb/serial/generic.c
5948 F: drivers/usb/serial/usb-serial.c
5949 F: include/linux/usb/serial.h
5951 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5953 M: xavyer@ix.netcom.com
5954 L: linux-usb@vger.kernel.org
5956 F: drivers/usb/serial/empeg.c
5958 USB SERIAL KEYSPAN DRIVER
5959 P: Greg Kroah-Hartman
5961 L: linux-usb@vger.kernel.org
5962 W: http://www.kroah.com/linux/
5964 F: drivers/usb/serial/*keyspan*
5966 USB SERIAL WHITEHEAT DRIVER
5967 P: Support Department
5968 M: support@connecttech.com
5969 L: linux-usb@vger.kernel.org
5970 W: http://www.connecttech.com
5972 F: drivers/usb/serial/whiteheat*
5974 USB SMSC95XX ETHERNET DRIVER
5975 P: Steve Glendinning
5976 M: steve.glendinning@smsc.com
5977 L: netdev@vger.kernel.org
5979 F: drivers/net/usb/smsc95xx.*
5983 M: luca.risolia@studio.unibo.it
5984 L: linux-usb@vger.kernel.org
5985 L: linux-media@vger.kernel.org
5986 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5987 W: http://www.linux-projects.org
5989 F: Documentation/video4linux/sn9c102.txt
5990 F: drivers/media/video/sn9c102/
5993 P: Greg Kroah-Hartman
5995 L: linux-usb@vger.kernel.org
5996 W: http://www.linux-usb.org
5997 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5999 F: Documentation/usb/
6002 F: include/linux/usb.h
6003 F: include/linux/usb/
6007 M: stern@rowland.harvard.edu
6008 L: linux-usb@vger.kernel.org
6010 F: drivers/usb/host/uhci*
6012 USB "USBNET" DRIVER FRAMEWORK
6014 M: dbrownell@users.sourceforge.net
6015 L: netdev@vger.kernel.org
6016 W: http://www.linux-usb.org/usbnet
6018 F: drivers/net/usb/usbnet.c
6019 F: include/linux/usb/usbnet.h
6023 M: laurent.pinchart@skynet.be
6024 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6025 L: linux-media@vger.kernel.org
6026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6027 W: http://linux-uvc.berlios.de
6029 F: drivers/media/video/uvc/
6031 USB W996[87]CF DRIVER
6033 M: luca.risolia@studio.unibo.it
6034 L: linux-usb@vger.kernel.org
6035 L: linux-media@vger.kernel.org
6036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6037 W: http://www.linux-projects.org
6039 F: Documentation/video4linux/w9968cf.txt
6040 F: drivers/media/video/w996*
6042 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6044 M: jussi.kivilinna@mbnet.fi
6045 L: linux-wireless@vger.kernel.org
6047 F: drivers/net/wireless/rndis_wlan.c
6051 M: luca.risolia@studio.unibo.it
6052 L: linux-usb@vger.kernel.org
6053 L: linux-media@vger.kernel.org
6054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6055 W: http://www.linux-projects.org
6057 F: Documentation/video4linux/zc0301.txt
6058 F: drivers/media/video/zc0301/
6063 L: linux-usb@vger.kernel.org
6064 W: http://linux-lc100020.sourceforge.net
6066 F: drivers/net/wireless/zd1201.*
6070 M: royale@zerezo.com
6071 L: linux-usb@vger.kernel.org
6072 L: linux-media@vger.kernel.org
6073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6074 W: http://royale.zerezo.com/zr364xx/
6076 F: Documentation/video4linux/zr364xx.txt
6077 F: drivers/media/video/zr364xx.c
6079 USER-MODE LINUX (UML)
6081 M: jdike@addtoit.com
6082 L: user-mode-linux-devel@lists.sourceforge.net
6083 L: user-mode-linux-user@lists.sourceforge.net
6084 W: http://user-mode-linux.sourceforge.net
6086 F: Documentation/uml/
6093 M: hjk@linutronix.de
6094 P: Greg Kroah-Hartman
6096 L: linux-kernel@vger.kernel.org
6098 F: Documentation/DocBook/uio-howto.tmpl
6100 F: include/linux/uio*.h
6102 UTIL-LINUX-NG PACKAGE
6105 L: util-linux-ng@vger.kernel.org
6106 W: http://kernel.org/~kzak/util-linux-ng/
6107 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6111 P: Michal Januszewski
6113 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6114 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6116 F: Documentation/fb/uvesafb.txt
6117 F: drivers/video/uvesafb.*
6119 VFAT/FAT/MSDOS FILESYSTEM
6121 M: hirofumi@mail.parknet.co.jp
6122 L: linux-kernel@vger.kernel.org
6124 F: Documentation/filesystems/vfat.txt
6127 VIA RHINE NETWORK DRIVER
6131 F: drivers/net/via-rhine.c
6135 M: khali@linux-fr.org
6136 L: linux-i2c@vger.kernel.org
6138 F: Documentation/i2c/busses/i2c-viapro
6139 F: drivers/i2c/busses/i2c-viapro.c
6141 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6143 M: JosephChan@via.com.tw
6145 M: ScottFang@viatech.com.cn
6146 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6148 F: drivers/video/via/
6150 VIA VELOCITY NETWORK DRIVER
6152 M: romieu@fr.zoreil.com
6153 L: netdev@vger.kernel.org
6155 F: drivers/net/via-velocity.*
6160 L: netdev@vger.kernel.org
6162 F: drivers/net/macvlan.c
6163 F: include/linux/if_*vlan.h
6166 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6168 M: lrg@slimlogic.co.uk
6170 M: broonie@opensource.wolfsonmicro.com
6171 W: http://opensource.wolfsonmicro.com/node/15
6172 W: http://www.slimlogic.co.uk/?p=48
6173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6175 F: drivers/regulator/
6176 F: include/linux/regulator/
6178 VT1211 HARDWARE MONITOR DRIVER
6181 L: lm-sensors@lm-sensors.org
6183 F: Documentation/hwmon/vt1211
6184 F: drivers/hwmon/vt1211.c
6186 VT8231 HARDWARE MONITOR DRIVER
6188 M: vt8231@hiddenengine.co.uk
6189 L: lm-sensors@lm-sensors.org
6191 F: drivers/hwmon/vt8231.c
6193 W1 DALLAS'S 1-WIRE BUS
6195 M: johnpol@2ka.mipt.ru
6197 F: Documentation/w1/
6200 W83791D HARDWARE MONITORING DRIVER
6202 M: m.hulsman@tudelft.nl
6203 L: lm-sensors@lm-sensors.org
6205 F: Documentation/hwmon/w83791d
6206 F: drivers/hwmon/w83791d.c
6208 W83793 HARDWARE MONITORING DRIVER
6210 M: r.marek@assembler.cz
6211 L: lm-sensors@lm-sensors.org
6213 F: Documentation/hwmon/w83793
6214 F: drivers/hwmon/w83793.c
6216 W83L51xD SD/MMC CARD INTERFACE DRIVER
6219 L: linux-kernel@vger.kernel.org
6221 F: drivers/mmc/host/wbsd.*
6223 WATCHDOG DEVICE DRIVERS
6226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6228 F: Documentation/watchdog/
6229 F: drivers/watchdog/
6230 F: include/linux/watchdog.h
6232 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6235 L: linux-wireless@vger.kernel.org
6236 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6238 F: Documentation/networking/wavelan.txt
6239 F: drivers/net/wireless/wavelan*
6243 M: zaga@fly.cc.fer.hr
6244 L: linux-scsi@vger.kernel.org
6246 F: drivers/scsi/wd7000.c
6249 P: Inaky Perez-Gonzalez
6250 M: inaky.perez-gonzalez@intel.com
6251 M: linux-wimax@intel.com
6252 L: wimax@linuxwimax.org
6254 W: http://linuxwimax.org
6256 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6258 M: david.vrabel@csr.com
6260 F: include/linux/wlp.h
6263 WISTRON LAPTOP BUTTON DRIVER
6267 F: drivers/input/misc/wistron_btns.c
6269 WL3501 WIRELESS PCMCIA CARD DRIVER
6270 P: Arnaldo Carvalho de Melo
6271 M: acme@ghostprotocols.net
6272 L: linux-wireless@vger.kernel.org
6273 W: http://oops.ghostprotocols.net:81/blog
6275 F: drivers/net/wireless/wl3501*
6277 WM97XX TOUCHSCREEN DRIVERS
6279 M: broonie@opensource.wolfsonmicro.com
6281 M: lrg@slimlogic.co.uk
6282 L: linux-input@vger.kernel.org
6283 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6284 W: http://opensource.wolfsonmicro.com/node/7
6286 F: drivers/input/touchscreen/*wm97*
6287 F: include/linux/wm97xx.h
6291 M: eis@baty.hanse.de
6292 L: linux-x25@vger.kernel.org
6294 F: Documentation/networking/x25*
6298 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6300 M: tglx@linutronix.de
6306 L: linux-kernel@vger.kernel.org
6307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6309 F: Documentation/x86/
6312 XEN HYPERVISOR INTERFACE
6313 P: Jeremy Fitzhardinge
6314 M: jeremy@xensource.com
6316 M: chrisw@sous-sol.org
6317 L: virtualization@lists.osdl.org
6318 L: xen-devel@lists.xensource.com
6321 F: drivers/*/xen-*front.c
6323 F: arch/x86/include/asm/xen/
6327 P: Silicon Graphics Inc
6330 M: xfs-masters@oss.sgi.com
6332 W: http://oss.sgi.com/projects/xfs
6333 T: git git://oss.sgi.com/xfs/xfs.git
6335 F: Documentation/filesystems/xfs.txt
6338 XILINX SYSTEMACE DRIVER
6340 M: grant.likely@secretlab.ca
6341 W: http://www.secretlab.ca/
6342 L: linux-kernel@vger.kernel.org
6344 F: drivers/block/xsysace.c
6346 XILINX UARTLITE SERIAL DRIVER
6348 M: jacmet@sunsite.dk
6349 L: linux-serial@vger.kernel.org
6351 F: drivers/serial/uartlite.c
6353 YAM DRIVER FOR AX.25
6354 P: Jean-Paul Roubelat
6356 L: linux-hams@vger.kernel.org
6358 F: drivers/net/hamradio/yam*
6359 F: include/linux/yam.h
6361 YEALINK PHONE DRIVER
6363 M: Henk.Vergonet@gmail.com
6364 L: usbb2k-api-dev@nongnu.org
6366 F: Documentation/input/yealink.txt
6367 F: drivers/input/misc/yealink.*
6369 Z8530 DRIVER FOR AX.25
6372 W: http://yaina.de/jreuter/
6373 W: http://www.qsl.net/dl1bke/
6374 L: linux-hams@vger.kernel.org
6376 F: Documentation/networking/z8530drv.txt
6377 F: drivers/net/hamradio/*scc.c
6378 F: drivers/net/hamradio/z8530.h
6380 ZD1211RW WIRELESS DRIVER
6384 M: kune@deine-taler.de
6385 W: http://zd1211.ath.cx/wiki/DriverRewrite
6386 L: linux-wireless@vger.kernel.org
6387 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6389 F: drivers/net/wireless/zd1211rw/
6391 ZR36067 VIDEO FOR LINUX DRIVER
6392 L: mjpeg-users@lists.sourceforge.net
6393 L: linux-media@vger.kernel.org
6394 W: http://mjpeg.sourceforge.net/driver-zoran/
6395 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6397 F: drivers/media/video/zoran/
6399 ZS DECSTATION Z85C30 SERIAL DRIVER
6400 P: Maciej W. Rozycki
6401 M: macro@linux-mips.org
6403 F: drivers/serial/zs.*
6407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6408 S: Buried alive in reporters