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 CPU FREQUENCY DRIVERS
1551 L: cpufreq@vger.kernel.org
1552 W: http://www.codemonkey.org.uk/projects/cpufreq/
1553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1555 F: arch/x86/kernel/cpu/cpufreq/
1557 F: include/linux/cpufreq.h
1563 F: arch/x86/kernel/cpuid.c
1564 F: arch/x86/kernel/msr.c
1568 M: menage@google.com
1569 L: linux-kernel@vger.kernel.org
1570 W: http://www.bullopensource.org/cpuset/
1571 W: http://oss.sgi.com/projects/cpusets/
1573 F: Documentation/cgroups/cpusets.txt
1574 F: include/linux/cpuset.h
1578 W: http://sourceforge.net/projects/cramfs/
1580 F: Documentation/filesystems/cramfs.txt
1587 M: jesper.nilsson@axis.com
1588 L: dev-etrax@axis.com
1589 W: http://developer.axis.com
1595 M: herbert@gondor.apana.org.au
1597 M: davem@davemloft.net
1598 L: linux-crypto@vger.kernel.org
1599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1601 F: Documentation/crypto/
1607 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1609 M: nhorman@tuxdriver.com
1610 L: linux-crypto@vger.kernel.org
1613 CS5535 Audio ALSA driver
1615 M: jayakumar.alsa@gmail.com
1617 F: sound/pci/cs5535audio/
1619 CX18 VIDEO4LINUX DRIVER
1621 M: hverkuil@xs4all.nl
1624 L: ivtv-devel@ivtvdriver.org
1625 L: ivtv-users@ivtvdriver.org
1626 L: linux-media@vger.kernel.org
1627 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1628 W: http://linuxtv.org
1630 F: Documentation/video4linux/cx18.txt
1631 F: drivers/media/video/cx18/
1633 CXGB3 ETHERNET DRIVER (CXGB3)
1636 L: netdev@vger.kernel.org
1637 W: http://www.chelsio.com
1639 F: drivers/net/cxgb3/
1641 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1643 M: swise@chelsio.com
1644 L: general@lists.openfabrics.org
1645 W: http://www.openfabrics.org
1647 F: drivers/infiniband/hw/cxgb3/
1651 M: linux@arm.linux.org.uk
1652 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1653 W: http://www.arm.linux.org.uk/
1655 F: drivers/video/cyber2000fb.*
1657 CYCLADES 2X SYNC CARD DRIVER
1658 P: Arnaldo Carvalho de Melo
1659 M: acme@ghostprotocols.net
1660 W: http://oops.ghostprotocols.net:81/blog
1662 F: drivers/net/wan/cycx*
1664 CYCLADES ASYNC MUX DRIVER
1665 W: http://www.cyclades.com/
1667 F: drivers/char/cyclades.c
1668 F: include/linux/cyclades.h
1670 CYCLADES PC300 DRIVER
1671 W: http://www.cyclades.com/
1673 F: drivers/net/wan/pc300*
1675 DAMA SLAVE for AX.25
1678 W: http://yaina.de/jreuter/
1679 W: http://www.qsl.net/dl1bke/
1680 L: linux-hams@vger.kernel.org
1682 F: net/ax25/af_ax25.c
1683 F: net/ax25/ax25_dev.c
1684 F: net/ax25/ax25_ds_*
1685 F: net/ax25/ax25_in.c
1686 F: net/ax25/ax25_out.c
1687 F: net/ax25/ax25_timer.c
1688 F: net/ax25/sysctl_net_ax25.c
1690 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1692 M: tori@unhappy.mine.nu
1693 L: netdev@vger.kernel.org
1695 F: Documentation/networking/dmfe.txt
1696 F: drivers/net/tulip/dmfe.c
1698 DC390/AM53C974 SCSI driver
1701 W: http://www.garloff.de/kurt/linux/dc390/
1702 P: Guennadi Liakhovetski
1703 M: g.liakhovetski@gmx.de
1705 F: drivers/scsi/tmscsim.*
1709 M: oliver@neukum.name
1713 M: lenehan@twibble.org
1714 W: http://twibble.org/dist/dc395x/
1715 L: dc395x@twibble.org
1716 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1718 F: Documentation/scsi/dc395x.txt
1719 F: drivers/scsi/dc395x.*
1722 P: Arnaldo Carvalho de Melo
1723 M: acme@ghostprotocols.net
1724 L: dccp@vger.kernel.org
1725 W: http://linux-net.osdl.org/index.php/DCCP
1727 F: include/linux/dccp.h
1728 F: include/linux/tfrc.h
1731 DECnet NETWORK LAYER
1732 P: Christine Caulfield
1733 M: christine.caulfield@googlemail.com
1734 W: http://linux-decnet.sourceforge.net
1735 L: linux-decnet-user@lists.sourceforge.net
1737 F: Documentation/networking/decnet.txt
1740 DEFXX FDDI NETWORK DRIVER
1741 P: Maciej W. Rozycki
1742 M: macro@linux-mips.org
1744 F: drivers/net/defxx.*
1748 M: mjg59@srcf.ucam.org
1750 F: drivers/platform/x86/dell-laptop.c
1752 DELL LAPTOP SMM DRIVER
1753 P: Massimo Dal Zotto
1755 W: http://www.debian.org/~dz/i8k/
1757 F: drivers/char/i8k.c
1758 F: include/linux/i8k.h
1760 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1762 M: Douglas_Warzecha@dell.com
1764 F: Documentation/dcdbas.txt
1765 F: drivers/firmware/dcdbas.*
1767 DELL WMI EXTRAS DRIVER
1769 M: mjg59@srcf.ucam.org
1772 DEVICE NUMBER REGISTRY
1774 M: device@lanana.org
1775 W: http://lanana.org/docs/device-list/index.html
1776 L: linux-kernel@vger.kernel.org
1781 L: dm-devel@redhat.com
1782 W: http://sources.redhat.com/dm
1784 F: Documentation/device-mapper/
1786 F: include/linux/device-mapper.h
1787 F: include/linux/dm-*.h
1789 DIGI INTL. EPCA DRIVER
1790 P: Digi International, Inc
1791 M: Eng.Linux@digi.com
1792 L: Eng.Linux@digi.com
1793 W: http://www.digi.com
1795 F: Documentation/serial/digiepca.txt
1796 F: drivers/char/epca*
1797 F: drivers/char/digi*
1799 DIRECTORY NOTIFICATION (DNOTIFY)
1801 M: sfr@canb.auug.org.au
1802 L: linux-kernel@vger.kernel.org
1804 F: Documentation/filesystems/dnotify.txt
1805 F: fs/notify/dnotify/
1806 F: include/linux/dnotify.h
1808 DISK GEOMETRY AND PARTITION HANDLING
1811 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1812 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1813 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1819 L: linux-kernel@vger.kernel.org
1821 F: Documentation/filesystems/quota.txt
1823 F: include/linux/quota*.h
1825 DISTRIBUTED LOCK MANAGER (DLM)
1826 P: Christine Caulfield
1827 M: ccaulfie@redhat.com
1829 M: teigland@redhat.com
1830 L: cluster-devel@redhat.com
1831 W: http://sources.redhat.com/cluster/
1832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1836 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1838 M: maciej.sosnowski@intel.com
1840 M: dan.j.williams@intel.com
1841 L: linux-kernel@vger.kernel.org
1844 F: include/linux/dma*
1846 DME1737 HARDWARE MONITOR DRIVER
1849 L: lm-sensors@lm-sensors.org
1851 F: Documentation/hwmon/dme1737
1852 F: drivers/hwmon/dme1737.c
1854 DOCBOOK FOR DOCUMENTATION
1856 M: rdunlap@xenotime.net
1859 DOCKING STATION DRIVER
1861 M: shaohua.li@intel.com
1862 L: linux-acpi@vger.kernel.org
1864 F: drivers/acpi/dock.c
1868 M: rdunlap@xenotime.net
1869 L: linux-doc@vger.kernel.org
1874 P: James R. Van Zandt
1875 M: jrv@vanzandt.mv.com
1876 L: blinux-list@redhat.com
1878 F: drivers/char/dtlk.c
1879 F: include/linux/dtlk.h
1881 DPT_I2O SCSI RAID DRIVER
1882 P: Adaptec OEM Raid Solutions
1883 M: aacraid@adaptec.com
1884 L: linux-scsi@vger.kernel.org
1885 W: http://www.adaptec.com/
1887 F: drivers/scsi/dpt*
1888 F: drivers/scsi/dpt/
1890 DRIVER CORE, KOBJECTS, AND SYSFS
1891 P: Greg Kroah-Hartman
1893 L: linux-kernel@vger.kernel.org
1894 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1896 F: Documentation/kobject.txt
1899 F: include/linux/kobj*
1905 L: dri-devel@lists.sourceforge.net
1906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1912 M: romieu@fr.zoreil.com
1913 L: netdev@vger.kernel.org
1915 F: drivers/net/wan/dscc4.c
1917 DZ DECSTATION DZ11 SERIAL DRIVER
1918 P: Maciej W. Rozycki
1919 M: macro@linux-mips.org
1921 F: drivers/serial/dz.*
1923 EATA-DMA SCSI DRIVER
1925 M: mike@i-Connect.Net
1926 L: linux-eata@i-connect.net
1927 L: linux-scsi@vger.kernel.org
1929 F: drivers/scsi/eata*
1931 EATA ISA/EISA/PCI SCSI DRIVER
1933 M: ballabio_dario@emc.com
1934 L: linux-scsi@vger.kernel.org
1936 F: drivers/scsi/eata.c
1938 EATA-PIO SCSI DRIVER
1940 M: mike@i-Connect.Net
1941 L: linux-eata@i-connect.net
1942 L: linux-scsi@vger.kernel.org
1944 F: drivers/scsi/eata_pio.*
1948 M: bart.de.schuymer@pandora.be
1949 L: ebtables-user@lists.sourceforge.net
1950 L: ebtables-devel@lists.sourceforge.net
1951 W: http://ebtables.sourceforge.net/
1953 F: include/linux/netfilter_bridge/ebt_*.h
1954 F: net/bridge/netfilter/ebt*.c
1958 M: tyhicks@linux.vnet.ibm.com
1960 P: kirkland@canonical.com
1961 L: ecryptfs-devel@lists.launchpad.net
1962 W: https://launchpad.net/ecryptfs
1964 F: Documentation/filesystems/ecryptfs.txt
1969 M: dougthompson@xmission.com
1970 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1971 W: bluesmoke.sourceforge.net
1973 F: Documentation/edac.txt
1974 F: drivers/edac/edac_*
1975 F: include/linux/edac.h
1980 M: mark.gross@intel.com
1981 M: dougthompson@xmission.com
1982 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1983 W: bluesmoke.sourceforge.net
1985 F: drivers/edac/e752x_edac.c
1989 M: dougthompson@xmission.com
1990 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1991 W: bluesmoke.sourceforge.net
1993 F: drivers/edac/e7xxx_edac.c
1997 M: tim@buttersideup.com
1998 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1999 W: bluesmoke.sourceforge.net
2001 F: drivers/edac/i82443bxgx_edac.c
2005 M: juhlenko@akamai.com
2006 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W: bluesmoke.sourceforge.net
2009 F: drivers/edac/i3000_edac.c
2013 M: dougthompson@xmission.com
2014 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2015 W: bluesmoke.sourceforge.net
2017 F: drivers/edac/i5000_edac.c
2020 P: Mauro Carvalho Chehab
2021 M: mchehab@redhat.com
2022 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W: bluesmoke.sourceforge.net
2025 F: drivers/edac/i5400_edac.c
2028 P: Ranganathan Desikan
2030 M: rdesikan@jetzbroadband.com
2031 M: arvind@acarlab.com
2032 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2033 W: bluesmoke.sourceforge.net
2035 F: drivers/edac/i82975x_edac.c
2040 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2041 W: bluesmoke.sourceforge.net
2043 F: drivers/edac/pasemi_edac.c
2047 M: tim@buttersideup.com
2048 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2049 W: bluesmoke.sourceforge.net
2051 F: drivers/edac/r82600_edac.c
2053 EEEPC LAPTOP EXTRAS DRIVER
2055 M: corentincj@iksaif.net
2056 L: acpi4asus-user@lists.sourceforge.net
2057 W: http://sourceforge.net/projects/acpi4asus
2059 F: drivers/platform/x86/eeepc-laptop.c
2062 W: http://aeschi.ch.eu.org/efs/
2066 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2068 M: hnguyen@de.ibm.com
2070 M: raisch@de.ibm.com
2071 L: general@lists.openfabrics.org
2073 F: drivers/infiniband/hw/ehca/
2077 M: paul.gortmaker@windriver.com
2081 M: dwmw2@infradead.org
2082 L: linux-embedded@vger.kernel.org
2085 EMULEX LPFC FC SCSI DRIVER
2087 M: james.smart@emulex.com
2088 L: linux-scsi@vger.kernel.org
2089 W: http://sourceforge.net/projects/lpfcxxxx
2091 F: drivers/scsi/lpfc/
2093 EPSON 1355 FRAMEBUFFER DRIVER
2094 P: Christopher Hoover
2095 M: ch@murgatroid.com
2096 P: Christopher Hoover
2099 F: drivers/video/epson1355fb.c
2101 EPSON S1D13XXX FRAMEBUFFER DRIVER
2102 P: Kristoffer Ericson
2103 M: kristoffer.ericson@gmail.com
2105 F: drivers/video/s1d13xxxfb.c
2106 F: include/video/s1d13xxxfb.h
2108 ETHEREXPRESS-16 NETWORK DRIVER
2111 L: netdev@vger.kernel.org
2113 F: drivers/net/eexpress.*
2116 P: Stephen Hemminger
2117 M: shemminger@linux-foundation.org
2118 L: bridge@lists.linux-foundation.org
2119 W: http://www.linux-foundation.org/en/Net:Bridge
2121 F: include/linux/netfilter_bridge/
2124 ETHERTEAM 16I DRIVER
2128 F: drivers/net/eth16i.c
2131 L: linux-ext4@vger.kernel.org
2133 F: Documentation/filesystems/ext2.txt
2135 F: include/linux/ext2*
2141 M: akpm@linux-foundation.org
2144 L: linux-ext4@vger.kernel.org
2146 F: Documentation/filesystems/ext3.txt
2148 F: include/linux/ext3*
2155 L: linux-ext4@vger.kernel.org
2156 W: http://ext4.wiki.kernel.org
2158 F: Documentation/filesystems/ext4.txt
2161 F71805F HARDWARE MONITORING DRIVER
2163 M: khali@linux-fr.org
2164 L: lm-sensors@lm-sensors.org
2166 F: Documentation/hwmon/f71805f
2167 F: drivers/hwmon/f71805f.c
2169 FARSYNC SYNCHRONOUS DRIVER
2171 M: kevin.curtis@farsite.co.uk
2172 W: http://www.farsite.co.uk/
2174 F: drivers/net/wan/farsync.*
2176 FAULT INJECTION SUPPORT
2178 M: akinobu.mita@gmail.com
2180 F: Documentation/fault-injection/
2181 F: lib/fault-inject.c
2183 FILE LOCKING (flock() and fcntl()/lockf())
2186 L: linux-fsdevel@vger.kernel.org
2188 F: include/linux/fcntl.h
2189 F: include/linux/fs.h
2193 FILESYSTEMS (VFS and infrastructure)
2195 M: viro@zeniv.linux.org.uk
2196 L: linux-fsdevel@vger.kernel.org
2200 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2202 M: riku.vipio@iki.fi
2203 L: lm-sensors@lm-sensors.org
2205 F: drivers/hwmon/f75375s.c
2206 F: include/linux/f75375s.h
2209 P: Kristian Hoegsberg
2212 M: stefanr@s5r6.in-berlin.de
2213 L: linux1394-devel@lists.sourceforge.net
2214 W: http://www.linux1394.org/
2215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2217 F: drivers/firewire/
2218 F: include/linux/firewire*.h
2220 FIRMWARE LOADER (request_firmware)
2221 L: linux-kernel@vger.kernel.org
2223 F: Documentation/firmware_class/
2224 F: drivers/base/firmware*.c
2225 F: include/linux/firmware.h
2229 M: billm@melbpc.org.au
2230 W: http://floatingpoint.sourceforge.net/emulator/index.html
2232 F: arch/x86/math-emu/
2234 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2236 M: mike.mclagan@linux.org
2237 L: netdev@vger.kernel.org
2239 F: drivers/net/wan/dlci.c
2240 F: drivers/net/wan/sdla.c
2244 M: adaplas@gmail.com
2245 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2246 W: http://linux-fbdev.sourceforge.net/
2248 F: Documentation/fb/
2249 F: drivers/video/fb*
2250 F: include/linux/fb.h
2252 FREESCALE DMA DRIVER
2254 M: leoli@freescale.com
2257 L: linuxppc-embedded@ozlabs.org
2258 L: linux-kernel@vger.kernel.org
2260 F: drivers/dma/fsldma.*
2262 FREESCALE I2C CPM DRIVER
2265 L: linuxppc-dev@ozlabs.org
2266 L: linux-i2c@vger.kernel.org
2268 F: drivers/i2c/busses/i2c-cpm.c
2270 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2272 M: kernel@pengutronix.de
2273 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2274 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2276 F: arch/arm/plat-mxc/include/mach/imxfb.h
2277 F: drivers/video/imxfb.c
2279 FREESCALE SOC FS_ENET DRIVER
2280 P: Pantelis Antoniou
2281 M: pantelis.antoniou@gmail.com
2283 M: vbordug@ru.mvista.com
2284 L: linuxppc-dev@ozlabs.org
2285 L: netdev@vger.kernel.org
2287 F: drivers/net/fs_enet/
2288 F: include/linux/fs_enet_pd.h
2290 FREESCALE QUICC ENGINE LIBRARY
2292 M: timur@freescale.com
2293 L: linuxppc-dev@ozlabs.org
2295 F: arch/powerpc/sysdev/qe_lib/
2296 F: arch/powerpc/include/asm/*qe.h
2298 FREESCALE HIGHSPEED USB DEVICE DRIVER
2300 M: leoli@freescale.com
2301 L: linux-usb@vger.kernel.org
2302 L: linuxppc-dev@ozlabs.org
2304 F: drivers/usb/gadget/fsl_usb2_udc.c
2306 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2308 M: leoli@freescale.com
2309 L: netdev@vger.kernel.org
2310 L: linuxppc-dev@ozlabs.org
2312 F: drivers/net/ucc_geth*
2314 FREESCALE QUICC ENGINE UCC UART DRIVER
2316 M: timur@freescale.com
2317 L: linuxppc-dev@ozlabs.org
2319 F: drivers/serial/ucc_uart.c
2321 FREESCALE SOC SOUND DRIVERS
2323 M: timur@freescale.com
2324 L: alsa-devel@alsa-project.org
2325 L: linuxppc-dev@ozlabs.org
2327 F: sound/soc/fsl/fsl*
2328 F: sound/soc/fsl/mpc8610_hpcd.c
2331 P: Christoph Hellwig
2332 M: hch@infradead.org
2333 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2340 P: Rafael J. Wysocki
2342 L: linux-pm@lists.linux-foundation.org
2344 F: Documentation/power/freezing-of-tasks.txt
2345 F: include/linux/freezer.h
2348 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2350 M: dhowells@redhat.com
2351 L: linux-cachefs@redhat.com
2353 F: Documentation/filesystems/caching/
2355 F: include/linux/fscache*.h
2359 M: rostedt@goodmis.org
2361 F: Documentation/ftrace.txt
2362 F: arch/*/*/*/ftrace.h
2363 F: arch/*/kernel/ftrace.c
2364 F: include/*/ftrace.h
2367 FUJITSU FR-V (FRV) PORT
2369 M: dhowells@redhat.com
2373 FUJITSU LAPTOP EXTRAS
2375 M: jwoithe@physics.adelaide.edu.au
2376 L: linux-acpi@vger.kernel.org
2378 F: drivers/platform/x86/fujitsu-laptop.c
2380 FUSE: FILESYSTEM IN USERSPACE
2382 M: miklos@szeredi.hu
2383 L: fuse-devel@lists.sourceforge.net
2384 W: http://fuse.sourceforge.net/
2387 F: include/linux/fuse.h
2389 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2392 L: linux-scsi@vger.kernel.org
2393 S: Odd Fixes (e.g., new signatures)
2394 F: drivers/scsi/fdomain.*
2396 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2398 M: achim_leubner@adaptec.com
2399 L: linux-scsi@vger.kernel.org
2400 W: http://www.icp-vortex.com/
2402 F: drivers/scsi/gdt*
2404 GENERIC GPIO I2C DRIVER
2405 P: Haavard Skinnemoen
2406 M: hskinnemoen@atmel.com
2408 F: drivers/i2c/busses/i2c-gpio.c
2409 F: include/linux/i2c-gpio.h
2411 GENERIC HDLC (WAN) DRIVERS
2414 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2416 F: drivers/net/wan/c101.c
2417 F: drivers/net/wan/hd6457*
2418 F: drivers/net/wan/hdlc*
2419 F: drivers/net/wan/n2.c
2420 F: drivers/net/wan/pc300too.c
2421 F: drivers/net/wan/pci200syn.c
2422 F: drivers/net/wan/wanxl*
2425 P: Steven Whitehouse
2426 M: swhiteho@redhat.com
2427 L: cluster-devel@redhat.com
2428 W: http://sources.redhat.com/cluster/
2429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2432 F: Documentation/filesystems/gfs2*.txt
2434 F: include/linux/gfs2_ondisk.h
2436 GIGASET ISDN DRIVERS
2441 L: gigaset307x-common@lists.sourceforge.net
2442 W: http://gigaset307x.sourceforge.net/
2444 F: Documentation/isdn/README.gigaset
2445 F: drivers/isdn/gigaset/
2446 F: include/linux/gigaset_dev.h
2448 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2450 M: frank@f-seidel.de
2451 L: lm-sensors@lm-sensors.org
2452 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2454 F: drivers/hwmon/hdaps.c
2456 HYPERVISOR VIRTUAL CONSOLE DRIVER
2457 L: linuxppc-dev@ozlabs.org
2458 L: linux-kernel@vger.kernel.org
2460 F: drivers/char/hvc_*
2462 GSPCA FINEPIX SUBDRIVER
2465 L: linux-media@vger.kernel.org
2466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2468 F: drivers/media/video/gspca/finepix.c
2470 GSPCA M5602 SUBDRIVER
2472 M: erik.andren@gmail.com
2473 L: linux-media@vger.kernel.org
2474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2476 F: drivers/media/video/gspca/m5602/
2478 GSPCA PAC207 SONIXB SUBDRIVER
2480 M: hdegoede@redhat.com
2481 L: linux-media@vger.kernel.org
2482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2484 F: drivers/media/video/gspca/pac207.c
2486 GSPCA T613 SUBDRIVER
2487 P: Leandro Costantino
2488 M: lcostantino@gmail.com
2489 L: linux-media@vger.kernel.org
2490 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2492 F: drivers/media/video/gspca/t613.c
2494 GSPCA USB WEBCAM DRIVER
2495 P: Jean-Francois Moine
2497 W: http://moinejf.free.fr
2498 L: linux-media@vger.kernel.org
2499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2501 F: drivers/media/video/gspca/
2504 L: lm-sensors@lm-sensors.org
2505 W: http://www.lm-sensors.org/
2509 HARDWARE RANDOM NUMBER GENERATOR CORE
2511 F: Documentation/hw_random.txt
2512 F: drivers/char/hw_random/
2513 F: include/linux/hw_random.h
2515 HARMONY SOUND DRIVER
2518 L: linux-parisc@vger.kernel.org
2520 F: sound/parisc/harmony.*
2522 HAYES ESP SERIAL DRIVER
2523 P: Andrew J. Robinson
2525 L: linux-kernel@vger.kernel.org
2526 W: http://www.nyx.net/~arobinso
2528 F: Documentation/serial/hayes-esp.txt
2529 F: drivers/char/esp.c
2531 HEWLETT-PACKARD SMART2 RAID DRIVER
2533 M: chirag.kantharia@hp.com
2534 L: iss_storagedev@hp.com
2536 F: Documentation/blockdev/cpqarray.txt
2537 F: drivers/block/cpqarray.*
2539 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2541 M: mike.miller@hp.com
2542 L: iss_storagedev@hp.com
2544 F: Documentation/blockdev/cciss.txt
2545 F: drivers/block/cciss*
2546 F: include/linux/cciss_ioctl.h
2550 M: zippel@linux-m68k.org
2551 L: linux-kernel@vger.kernel.org
2553 F: Documentation/filesystems/hfs.txt
2556 HGA FRAMEBUFFER DRIVER
2558 M: fero@drama.obuda.kando.hu
2559 L: linux-nvidia@lists.surfsouth.com
2560 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2562 F: drivers/video/hgafb.c
2564 HIBERNATION (aka Software Suspend, aka swsusp)
2567 P: Rafael J. Wysocki
2569 L: linux-pm@lists.linux-foundation.org
2572 F: drivers/base/power/
2574 F: include/linux/suspend.h
2575 F: include/linux/freezer.h
2576 F: include/linux/pm.h
2577 F: arch/*/include/asm/suspend*.h
2582 L: linux-input@vger.kernel.org
2583 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2586 F: include/linux/hid*
2588 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2590 M: tglx@linutronix.de
2591 L: linux-kernel@vger.kernel.org
2593 F: Documentation/timers/
2595 F: include/linux/hrtimer.h
2597 HIGH-SPEED SCC DRIVER FOR AX.25
2599 M: klaus.kudielka@ieee.org
2600 L: linux-hams@vger.kernel.org
2601 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2603 F: drivers/net/hamradio/dmascc.c
2604 F: drivers/net/hamradio/scc.c
2606 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2607 P: HighPoint Linux Team
2608 M: linux@highpoint-tech.com
2609 W: http://www.highpoint-tech.com
2611 F: Documentation/scsi/hptiop.txt
2612 F: drivers/scsi/hptiop.c
2616 M: jes@trained-monkey.org
2617 L: linux-hippi@sunsite.dk
2619 F: include/linux/hippidevice.h
2620 F: include/linux/if_hippi.h
2626 L: hostap@shmoo.com (subscribers-only)
2627 L: linux-wireless@vger.kernel.org
2628 W: http://hostap.epitest.fi/
2630 F: drivers/net/wireless/hostap/
2632 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2634 M: carlos@strangeworlds.co.uk
2636 F: drivers/platform/x86/tc1100-wmi.c
2638 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2642 F: drivers/net/hp100.*
2644 HPET: High Precision Event Timers driver
2646 M: clemens@ladisch.de
2648 F: Documentation/timers/hpet.txt
2649 F: drivers/char/hpet.c
2650 F: include/linux/hpet.h
2653 P: Venkatesh Pallipadi (Venki)
2654 M: venkatesh.pallipadi@intel.com
2656 F: arch/x86/kernel/hpet.c
2657 F: arch/x86/include/asm/hpet.h
2668 F: drivers/char/hpet.c
2672 M: mikulas@artax.karlin.mff.cuni.cz
2673 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2679 M: j.dumon@option.com
2680 W: http://www.pharscape.org
2682 F: drivers/net/usb/hso.c
2684 HTCPEN TOUCHSCREEN DRIVER
2687 L: linux-input@vger.kernel.org
2689 F: drivers/input/touchscreen/htcpen.c
2693 M: wli@holomorphy.com
2697 I2C/SMBUS STUB DRIVER
2699 M: mhoffman@lightlink.com
2700 L: linux-i2c@vger.kernel.org
2702 F: drivers/i2c/busses/i2c-stub.c
2705 P: Jean Delvare (PC drivers, core)
2706 M: khali@linux-fr.org
2707 P: Ben Dooks (embedded platforms)
2708 M: ben-linux@fluff.org
2709 L: linux-i2c@vger.kernel.org
2710 W: http://i2c.wiki.kernel.org/
2711 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2713 F: Documentation/i2c/
2715 F: include/linux/i2c.h
2716 F: include/linux/i2c-dev.h
2717 F: include/linux/i2c-id.h
2722 L: linux-i2c@vger.kernel.org
2723 W: http://www.harbaum.org/till/i2c_tiny_usb
2725 F: drivers/i2c/busses/i2c-tiny-usb.c
2730 L: Linux-Kernel@vger.kernel.org
2734 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2740 IA64 (Itanium) PLATFORM
2742 M: tony.luck@intel.com
2743 L: linux-ia64@vger.kernel.org
2744 W: http://www.ia64-linux.org/
2745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2749 IBM MCA SCSI SUBSYSTEM DRIVER
2751 M: langa2@kph.uni-mainz.de
2752 W: http://www.uni-mainz.de/~langm000/linux.html
2754 F: drivers/scsi/ibmmca.c
2756 IBM Power Linux RAID adapter
2758 M: brking@us.ibm.com
2760 F: drivers/scsi/ipr.*
2762 IBM ServeRAID RAID DRIVER
2765 M: ipslinux@adaptec.com
2766 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2768 F: drivers/scsi/ips.*
2771 P: Bartlomiej Zolnierkiewicz
2772 M: bzolnier@gmail.com
2773 L: linux-ide@vger.kernel.org
2774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2776 F: Documentation/ide/
2778 F: include/linux/ide.h
2782 M: petkovbb@gmail.com
2783 L: linux-ide@vger.kernel.org
2785 F: Documentation/cdrom/ide-cd
2786 F: drivers/ide/ide-cd*
2790 M: andrew.d.henroid@intel.com
2791 L: linux-pm@lists.linux-foundation.org
2793 F: drivers/idle/i7300_idle.c
2797 M: ben.collins@ubuntu.com
2799 M: stefanr@s5r6.in-berlin.de
2800 L: linux1394-devel@lists.sourceforge.net
2801 W: http://www.linux1394.org/
2802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2804 F: drivers/ieee1394/
2806 IEEE 1394 RAW I/O DRIVER
2810 M: stefanr@s5r6.in-berlin.de
2811 L: linux1394-devel@lists.sourceforge.net
2813 F: drivers/ieee1394/raw1394*
2815 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2819 F: security/integrity/ima/
2821 IMS TWINTURBO FRAMEBUFFER DRIVER
2822 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2824 F: drivers/video/imsttfb.c
2826 INFINIBAND SUBSYSTEM
2828 M: rolandd@cisco.com
2830 M: sean.hefty@intel.com
2832 M: hal.rosenstock@gmail.com
2833 L: general@lists.openfabrics.org (moderated for non-subscribers)
2834 W: http://www.openib.org/
2835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2837 F: Documentation/infiniband/
2838 F: drivers/infiniband/
2839 F: include/linux/if_infiniband.h
2843 M: john@johnmccutchan.com
2846 L: linux-kernel@vger.kernel.org
2848 F: Documentation/filesystems/inotify.txt
2849 F: fs/notify/inotify/
2850 F: include/linux/inotify.h
2852 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2854 M: dmitry.torokhov@gmail.com
2856 L: linux-input@vger.kernel.org
2857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2861 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2863 M: sylvain.meyer@worldonline.fr
2864 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2866 F: Documentation/fb/intelfb.txt
2867 F: drivers/video/intelfb/
2869 INTEL 810/815 FRAMEBUFFER DRIVER
2871 M: adaplas@gmail.com
2872 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2874 F: drivers/video/i810/
2876 INTEL MENLOW THERMAL DRIVER
2878 M: sujith.thomas@intel.com
2879 L: linux-acpi@vger.kernel.org
2880 W: http://www.lesswatts.org/projects/acpi/
2882 F: drivers/platform/x86/intel_menlow.c
2884 INTEL IA32 MICROCODE UPDATE SUPPORT
2886 M: tigran@aivazian.fsnet.co.uk
2888 F: arch/x86/kernel/microcode_core.c
2889 F: arch/x86/kernel/microcode_intel.c
2891 INTEL I/OAT DMA DRIVER
2893 M: maciej.sosnowski@intel.com
2894 L: linux-kernel@vger.kernel.org
2896 F: drivers/dma/ioat*
2900 M: dwmw2@infradead.org
2901 L: iommu@lists.linux-foundation.org
2902 T: git git://git.infradead.org/iommu-2.6.git
2904 F: drivers/pci/intel-iommu.c
2905 F: include/linux/intel-iommu.h
2907 INTEL IOP-ADMA DMA DRIVER
2909 M: dan.j.williams@intel.com
2910 L: linux-kernel@vger.kernel.org
2912 F: drivers/dma/iop-adma.c
2914 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2918 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2919 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2920 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2921 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2922 F: drivers/net/arm/ixp4xx_eth.c
2923 F: drivers/net/wan/ixp4xx_hss.c
2925 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2927 M: dsaxena@plexity.net
2929 F: drivers/char/hw_random/ixp4xx-rng.c
2931 INTEL IXP2000 ETHERNET DRIVER
2932 P: Lennert Buytenhek
2933 M: kernel@wantstofly.org
2934 L: netdev@vger.kernel.org
2936 F: drivers/net/ixp2000/
2938 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2940 M: jeffrey.t.kirsher@intel.com
2942 M: jesse.brandeburg@intel.com
2944 M: bruce.w.allan@intel.com
2946 M: peter.p.waskiewicz.jr@intel.com
2948 M: john.ronciak@intel.com
2949 L: e1000-devel@lists.sourceforge.net
2950 W: http://e1000.sourceforge.net/
2952 F: drivers/net/e100.c
2953 F: drivers/net/e1000/
2954 F: drivers/net/e1000e/
2956 F: drivers/net/ixgb/
2957 F: drivers/net/ixgbe/
2959 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2963 M: jketreno@linux.intel.com
2965 M: reinette.chatre@intel.com
2966 L: linux-wireless@vger.kernel.org
2967 L: ipw2100-devel@lists.sourceforge.net
2968 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2969 W: http://ipw2100.sourceforge.net
2971 F: Documentation/networking/README.ipw2100
2972 F: drivers/net/wireless/ipw2x00/ipw2100.*
2974 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2978 M: jketreno@linux.intel.com
2980 M: reinette.chatre@intel.com
2981 L: linux-wireless@vger.kernel.org
2982 L: ipw2100-devel@lists.sourceforge.net
2983 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2984 W: http://ipw2200.sourceforge.net
2986 F: Documentation/networking/README.ipw2200
2987 F: drivers/net/wireless/ipw2x00/ipw2200.*
2989 INTEL WIRELESS WIMAX CONNECTION 2400
2990 P: Inaky Perez-Gonzalez
2991 M: inaky.perez-gonzalez@intel.com
2992 M: linux-wimax@intel.com
2993 L: wimax@linuxwimax.org
2995 W: http://linuxwimax.org
2996 F: Documentation/wimax/README.i2400m
2997 F: drivers/net/wimax/i2400m/
2998 F: include/linux/wimax/i2400m.h
3000 INTEL WIRELESS WIFI LINK (iwlwifi)
3004 M: reinette.chatre@intel.com
3005 L: linux-wireless@vger.kernel.org
3006 L: ipw3945-devel@lists.sourceforge.net
3007 W: http://intellinuxwireless.org
3008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3010 F: drivers/net/wireless/iwlwifi/
3012 IOC3 ETHERNET DRIVER
3014 M: ralf@linux-mips.org
3015 L: linux-mips@linux-mips.org
3017 F: drivers/net/ioc3-eth.c
3022 L: linux-mips@linux-mips.org
3024 F: drivers/serial/ioc3_serial.c
3028 M: jjciarla@raiz.uncu.edu.ar
3030 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3032 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3034 M: romieu@fr.zoreil.com
3036 M: sorbica@icplus.com.tw
3038 M: jesse@icplus.com.tw
3039 L: netdev@vger.kernel.org
3041 F: drivers/net/ipg.c
3045 M: infinipath@qlogic.com
3046 L: general@lists.openfabrics.org
3047 T: git git://git.qlogic.com/ipath-linux-2.6
3049 F: drivers/infiniband/hw/ipath/
3054 L: openipmi-developer@lists.sourceforge.net
3055 W: http://openipmi.sourceforge.net/
3057 F: Documentation/IPMI.txt
3058 F: drivers/char/ipmi/
3059 F: include/linux/ipmi*
3061 IPS SCSI RAID DRIVER
3062 P: Adaptec OEM Raid Solutions
3063 M: aacraid@adaptec.com
3064 L: linux-scsi@vger.kernel.org
3065 W: http://www.adaptec.com/
3067 F: drivers/scsi/ips*
3071 M: wensong@linux-vs.org
3073 M: horms@verge.net.au
3076 L: netdev@vger.kernel.org
3077 L: lvs-devel@vger.kernel.org
3079 F: Documentation/networking/ipvs-sysctl.txt
3080 F: net/netfilter/ipvs/
3088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3089 F: drivers/char/pcmcia/ipwireless/
3092 P: Arnaldo Carvalho de Melo
3093 M: acme@ghostprotocols.net
3094 L: netdev@vger.kernel.org
3096 F: include/linux/ipx.h
3097 F: include/net/ipx.h
3102 M: samuel@sortiz.org
3103 L: irda-users@lists.sourceforge.net (subscribers-only)
3104 W: http://irda.sourceforge.net/
3106 F: Documentation/networking/irda.txt
3107 F: drivers/net/irda/
3108 F: include/net/irda/
3115 F: Documentation/isapnp.txt
3116 F: drivers/pnp/isapnp/
3117 F: include/linux/isapnp.h
3121 M: michaelc@cs.wisc.edu
3122 L: open-iscsi@googlegroups.com
3123 W: www.open-iscsi.org
3124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3126 F: drivers/scsi/*iscsi*
3127 F: include/scsi/*iscsi*
3131 M: isdn@linux-pingi.de
3132 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3133 W: http://www.isdn4linux.de
3134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3136 F: Documentation/isdn/
3138 F: include/linux/isdn.h
3139 F: include/linux/isdn/
3141 ISDN SUBSYSTEM (Eicon active card driver)
3144 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3145 W: http://www.melware.de
3147 F: drivers/isdn/hardware/eicon/
3149 IVTV VIDEO4LINUX DRIVER
3151 M: hverkuil@xs4all.nl
3152 L: ivtv-devel@ivtvdriver.org
3153 L: ivtv-users@ivtvdriver.org
3154 L: linux-media@vger.kernel.org
3155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3156 W: http://www.ivtvdriver.org
3158 F: Documentation/video4linux/*.ivtv
3159 F: drivers/media/video/ivtv/
3160 F: include/linux/ivtv*
3164 M: shaggy@austin.ibm.com
3165 L: jfs-discussion@lists.sourceforge.net
3166 W: http://jfs.sourceforge.net/
3167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3169 F: Documentation/filesystems/jfs.txt
3174 M: cooldavid@cooldavid.org
3175 L: netdev@vger.kernel.org
3177 F: drivers/net/jme.*
3179 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3181 M: dwmw2@infradead.org
3182 L: linux-mtd@lists.infradead.org
3183 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3186 F: include/linux/jffs2.h
3187 F: include/mtd/jffs2-user.h
3189 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3193 M: akpm@linux-foundation.org
3194 L: linux-ext4@vger.kernel.org
3197 F: include/linux/ext*jbd*.h
3198 F: include/linux/jbd*.h
3200 K8TEMP HARDWARE MONITORING DRIVER
3202 M: r.marek@assembler.cz
3203 L: lm-sensors@lm-sensors.org
3205 F: Documentation/hwmon/k8temp
3206 F: drivers/hwmon/k8temp.c
3210 M: zippel@linux-m68k.org
3211 L: linux-kbuild@vger.kernel.org
3213 F: Documentation/kbuild/kconfig-language.txt
3218 M: vgoyal@redhat.com
3221 L: kexec@lists.infradead.org
3222 L: linux-kernel@vger.kernel.org
3223 W: http://lse.sourceforge.net/kdump/
3225 F: Documentation/kdump/
3227 KERNEL AUTOMOUNTER (AUTOFS)
3230 L: autofs@linux.kernel.org
3234 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3237 L: autofs@linux.kernel.org
3244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3246 L: linux-kbuild@vger.kernel.org
3248 F: Documentation/kbuild/
3250 F: scripts/Makefile.*
3254 L: kernel-janitors@vger.kernel.org
3255 W: http://www.kerneljanitors.org/
3258 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3260 M: bfields@fieldses.org
3263 L: linux-nfs@vger.kernel.org
3264 W: http://nfs.sourceforge.net/
3267 F: include/linux/nfsd/
3271 F: include/linux/lockd/
3272 F: include/linux/sunrpc/
3274 KERNEL VIRTUAL MACHINE (KVM)
3277 L: kvm@vger.kernel.org
3278 W: http://kvm.qumranet.com
3280 F: Documentation/*/kvm.txt
3282 F: arch/*/include/asm/kvm*
3283 F: include/linux/kvm*
3286 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3288 M: joerg.roedel@amd.com
3289 L: kvm@vger.kernel.org
3290 W: http://kvm.qumranet.com
3292 F: arch/x86/include/asm/svm.h
3293 F: arch/x86/kvm/kvm_svm.h
3294 F: arch/x86/kvm/svm.c
3296 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3298 M: hollisb@us.ibm.com
3299 L: kvm-ppc@vger.kernel.org
3300 W: http://kvm.qumranet.com
3302 F: arch/powerpc/include/asm/kvm*
3303 F: arch/powerpc/kvm/
3305 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3307 M: xiantao.zhang@intel.com
3308 L: kvm-ia64@vger.kernel.org
3309 W: http://kvm.qumranet.com
3311 F: Documentation/ia64/kvm.txt
3312 F: arch/ia64/include/asm/kvm*
3315 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3318 P: Christian Borntraeger
3319 M: borntraeger@de.ibm.com
3320 M: linux390@de.ibm.com
3321 L: linux-s390@vger.kernel.org
3322 W: http://www.ibm.com/developerworks/linux/linux390/
3324 F: Documentation/s390/kvm.txt
3325 F: arch/s390/include/asm/kvm*
3330 M: ebiederm@xmission.com
3331 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3332 L: linux-kernel@vger.kernel.org
3333 L: kexec@lists.infradead.org
3335 F: include/linux/kexec.h
3340 M: jason.wessel@windriver.com
3341 L: kgdb-bugreport@lists.sourceforge.net
3343 F: Documentation/DocBook/kgdb.tmpl
3344 F: drivers/misc/kgdbts.c
3345 F: drivers/serial/kgdboc.c
3346 F: include/linux/kgdb.h
3350 P: Eduard - Gabriel Munteanu
3351 M: eduard.munteanu@linux360.ro
3352 L: linux-kernel@vger.kernel.org
3354 F: Documentation/trace/kmemtrace.txt
3355 F: include/trace/kmemtrace.h
3356 F: kernel/trace/kmemtrace.c
3359 P: Ananth N Mavinakayanahalli
3360 M: ananth@in.ibm.com
3361 P: Anil S Keshavamurthy
3362 M: anil.s.keshavamurthy@intel.com
3364 M: davem@davemloft.net
3366 M: mhiramat@redhat.com
3367 L: linux-kernel@vger.kernel.org
3369 F: Documentation/kprobes.txt
3370 F: include/linux/kprobes.h
3373 KS0108 LCD CONTROLLER DRIVER
3374 P: Miguel Ojeda Sandonis
3375 M: miguel.ojeda.sandonis@gmail.com
3376 L: linux-kernel@vger.kernel.org
3377 W: http://miguelojeda.es/auxdisplay.htm
3378 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3380 F: Documentation/auxdisplay/ks0108
3381 F: drivers/auxdisplay/ks0108.c
3382 F: include/linux/ks0108.h
3385 L: linux-x25@vger.kernel.org
3387 F: Documentation/networking/lapb-module.txt
3391 LASI 53c700 driver for PARISC
3392 P: James E.J. Bottomley
3393 M: James.Bottomley@HansenPartnership.com
3394 L: linux-scsi@vger.kernel.org
3396 F: Documentation/scsi/53c700.txt
3397 F: drivers/scsi/53c700*
3401 M: rpurdie@rpsys.net
3404 F: include/linux/leds.h
3406 LEGO USB Tower driver
3408 M: starblue@users.sourceforge.net
3409 L: legousb-devel@lists.sourceforge.net
3410 W: http://legousb.sourceforge.net/
3412 F: drivers/usb/misc/legousbtower.c
3416 M: rusty@rustcorp.com.au
3417 L: lguest@ozlabs.org
3418 W: http://lguest.ozlabs.org/
3420 F: Documentation/lguest/
3423 F: include/linux/lguest*.h
3424 F: arch/x86/include/asm/lguest*.h
3426 LINUX FOR IBM pSERIES (RS/6000)
3428 M: paulus@au.ibm.com
3429 W: http://www.ibm.com/linux/ltc/projects/ppc
3432 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3433 P: Benjamin Herrenschmidt
3434 M: benh@kernel.crashing.org
3437 W: http://www.penguinppc.org/
3438 L: linuxppc-dev@ozlabs.org
3439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3442 LINUX FOR POWER MACINTOSH
3443 P: Benjamin Herrenschmidt
3444 M: benh@kernel.crashing.org
3445 W: http://www.penguinppc.org/
3446 L: linuxppc-dev@ozlabs.org
3449 LINUX FOR POWERPC EMBEDDED MPC5XXX
3451 M: grant.likely@secretlab.ca
3452 L: linuxppc-dev@ozlabs.org
3453 T: git git://git.secretlab.ca/git/linux-2.6.git
3456 LINUX FOR POWERPC EMBEDDED PPC4XX
3458 M: jwboyer@linux.vnet.ibm.com
3460 M: mporter@kernel.crashing.org
3461 W: http://www.penguinppc.org/
3462 L: linuxppc-dev@ozlabs.org
3463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3466 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3468 M: grant.likely@secretlab.ca
3469 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3470 L: linuxppc-dev@ozlabs.org
3471 T: git git://git.secretlab.ca/git/linux-2.6.git
3474 LINUX FOR POWERPC EMBEDDED PPC8XX
3476 M: vitb@kernel.crashing.org
3478 M: marcelo@kvack.org
3479 W: http://www.penguinppc.org/
3480 L: linuxppc-dev@ozlabs.org
3483 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3485 M: galak@kernel.crashing.org
3486 W: http://www.penguinppc.org/
3487 L: linuxppc-dev@ozlabs.org
3490 LINUX FOR POWERPC PA SEMI PWRFICIENT
3493 W: http://www.pasemi.com/
3494 L: linuxppc-dev@ozlabs.org
3497 LINUX SECURITY MODULE (LSM) FRAMEWORK
3499 M: chrisw@sous-sol.org
3500 L: linux-security-module@vger.kernel.org
3501 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3505 P: Arnaldo Carvalho de Melo
3506 M: acme@ghostprotocols.net
3508 F: include/linux/llc.h
3512 LIS3LV02D ACCELEROMETER DRIVER
3514 M: eric.piel@tremplin-utc.net
3516 F: Documentation/hwmon/lis3lv02d
3517 F: drivers/hwmon/lis3lv02d.*
3519 LM83 HARDWARE MONITOR DRIVER
3521 M: khali@linux-fr.org
3522 L: lm-sensors@lm-sensors.org
3524 F: Documentation/hwmon/lm83
3525 F: drivers/hwmon/lm83.c
3527 LM90 HARDWARE MONITOR DRIVER
3529 M: khali@linux-fr.org
3530 L: lm-sensors@lm-sensors.org
3532 F: Documentation/hwmon/lm90
3533 F: drivers/hwmon/lm90.c
3535 LOCKDEP AND LOCKSTAT
3537 M: peterz@infradead.org
3540 L: linux-kernel@vger.kernel.org
3541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3543 F: Documentation/lockdep*.txt
3544 F: Documentation/lockstat.txt
3545 F: include/linux/lockdep.h
3548 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3549 P: Richard Russon (FlatCap)
3551 L: linux-ntfs-dev@lists.sourceforge.net
3552 W: http://www.linux-ntfs.org/content/view/19/37/
3554 F: Documentation/ldm.txt
3555 F: fs/partitions/ldm.*
3557 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3559 M: Eric.Moore@lsi.com
3561 L: DL-MPTFusionLinux@lsi.com
3562 L: linux-scsi@vger.kernel.org
3563 W: http://www.lsilogic.com/support
3565 F: drivers/message/fusion/
3567 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3570 L: linux-scsi@vger.kernel.org
3572 F: drivers/scsi/sym53c8xx_2/
3574 LTP (Linux Test Project)
3576 M: subrata@linux.vnet.ibm.com
3578 M: vapier@gentoo.org
3579 L: ltp-list@lists.sourceforge.net (subscribers-only)
3580 W: http://ltp.sourceforge.net/
3581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3586 M: takata@linux-m32r.org
3587 L: linux-m32r@ml.linux-m32r.org
3588 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3589 W: http://www.linux-m32r.org/
3592 F: include/asm-m32r/
3595 P: Geert Uytterhoeven
3596 M: geert@linux-m68k.org
3598 M: zippel@linux-m68k.org
3599 L: linux-m68k@lists.linux-m68k.org
3600 W: http://www.linux-m68k.org/
3601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3606 M68K ON APPLE MACINTOSH
3609 W: http://www.mac.linux-m68k.org/
3610 L: linux-m68k@lists.linux-m68k.org
3617 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3623 M: johannes@sipsolutions.net
3624 L: linux-wireless@vger.kernel.org
3625 W: http://linuxwireless.org/
3626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3628 F: Documentation/networking/mac80211-injection.txt
3629 F: include/net/mac80211.h
3632 MAC80211 PID RATE CONTROL
3634 M: stefano.brivio@polimi.it
3636 M: mattias.nissler@gmx.de
3637 L: linux-wireless@vger.kernel.org
3638 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3641 F: net/mac80211/rc80211_pid*
3646 L: netdev@vger.kernel.org
3648 F: drivers/net/macvlan.c
3649 F: include/linux/if_macvlan.h
3651 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3653 M: mtk.manpages@gmail.com
3654 W: http://www.kernel.org/doc/man-pages
3655 L: linux-man@vger.kernel.org
3658 MARVELL LIBERTAS WIRELESS DRIVER
3661 L: libertas-dev@lists.infradead.org
3663 F: drivers/net/wireless/libertas/
3665 MARVELL MV643XX ETHERNET DRIVER
3666 P: Lennert Buytenhek
3667 M: buytenh@marvell.com
3668 L: netdev@vger.kernel.org
3670 F: drivers/net/mv643xx_eth.*
3671 F: include/linux/mv643xx.h
3673 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3676 L: linux-kernel@vger.kernel.org
3679 MARVELL YUKON / SYSKONNECT DRIVER
3681 M: mlindner@syskonnect.de
3683 M: rroesler@syskonnect.de
3684 W: http://www.syskonnect.com
3687 MATROX FRAMEBUFFER DRIVER
3689 M: vandrove@vc.cvut.cz
3690 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3692 F: drivers/video/matrox/matroxfb_*
3693 F: include/linux/matroxfb.h
3695 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3697 M: hjk@linutronix.de
3698 L: lm-sensors@lm-sensors.org
3700 F: Documentation/hwmon/max6650
3701 F: drivers/hwmon/max6650.c
3703 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3704 P: Mauro Carvalho Chehab
3705 M: mchehab@infradead.org
3706 P: LinuxTV.org Project
3707 L: linux-media@vger.kernel.org
3708 W: http://linuxtv.org
3709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3711 F: Documentation/dvb/
3712 F: Documentation/video4linux/
3715 F: include/linux/dvb/
3716 F: include/linux/videodev*.h
3718 MEGARAID SCSI DRIVERS
3720 M: megaraidlinux@lsi.com
3721 L: linux-scsi@vger.kernel.org
3722 W: http://megaraid.lsilogic.com
3724 F: Documentation/scsi/megaraid.txt
3725 F: drivers/scsi/megaraid.*
3726 F: drivers/scsi/megaraid/
3729 L: linux-mm@kvack.org
3730 L: linux-kernel@vger.kernel.org
3731 W: http://www.linux-mm.org
3733 F: include/linux/mm.h
3736 MEMORY RESOURCE CONTROLLER
3738 M: balbir@linux.vnet.ibm.com
3741 P: KAMEZAWA Hiroyuki
3742 M: kamezawa.hiroyu@jp.fujitsu.com
3743 L: linux-mm@kvack.org
3744 L: linux-kernel@vger.kernel.org
3748 MEMORY TECHNOLOGY DEVICES (MTD)
3750 M: dwmw2@infradead.org
3751 W: http://www.linux-mtd.infradead.org/
3752 L: linux-mtd@lists.infradead.org
3753 T: git git://git.infradead.org/mtd-2.6.git
3756 F: include/linux/mtd/
3759 MICROBLAZE ARCHITECTURE
3762 L: microblaze-uclinux@itee.uq.edu.au
3763 W: http://www.monstr.eu/fdt/
3764 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3770 M: oliver@neukum.name
3772 F: drivers/usb/image/microtek.*
3776 M: ralf@linux-mips.org
3777 W: http://www.linux-mips.org/
3778 L: linux-mips@linux-mips.org
3779 T: git git://git.linux-mips.org/pub/scm/linux.git
3781 F: Documentation/mips/
3784 MISCELLANEOUS MCA-SUPPORT
3786 M: James.Bottomley@HansenPartnership.com
3787 L: linux-kernel@vger.kernel.org
3789 F: Documentation/ia64/mca.txt
3790 F: Documentation/mca.txt
3792 F: include/linux/mca*
3796 M: rusty@rustcorp.com.au
3797 L: linux-kernel@vger.kernel.org
3799 F: include/linux/module.h
3802 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3804 M: stelian@popies.net
3805 W: http://popies.net/meye/
3807 F: Documentation/video4linux/meye.txt
3808 F: drivers/media/video/meye.*
3809 F: include/linux/meye.h
3811 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3814 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3816 F: drivers/mmc/host/imxmmc.*
3818 MOUSE AND MISC DEVICES [GENERAL]
3819 P: Alessandro Rubini
3820 M: rubini@ipvvis.unipv.it
3821 L: linux-kernel@vger.kernel.org
3823 F: drivers/input/mouse/
3824 F: include/linux/gpio_mouse.h
3826 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3828 M: jirislaby@gmail.com
3829 L: linux-kernel@vger.kernel.org
3831 F: Documentation/serial/moxa-smartio
3832 F: drivers/char/mxser.*
3835 P: Lennart Poettering
3836 M: mzxreary@0pointer.de
3837 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3838 W: http://0pointer.de/lennart/tchibo.html
3840 F: drivers/platform/x86/msi-laptop.c
3842 MULTIFUNCTION DEVICES (MFD)
3844 M: sameo@linux.intel.com
3845 L: linux-kernel@vger.kernel.org
3846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3850 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3853 L: linux-kernel@vger.kernel.org
3856 F: include/linux/mmc/
3858 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3860 M: dbrownell@users.sourceforge.net
3861 L: linux-kernel@vger.kernel.org
3863 F: drivers/mmc/host/mmc_spi.c
3864 F: include/linux/spi/mmc_spi.h
3866 MULTISOUND SOUND DRIVER
3870 F: Documentation/sound/oss/MultiSound
3873 MULTITECH MULTIPORT CARD (ISICOM)
3875 M: jirislaby@gmail.com
3876 L: linux-kernel@vger.kernel.org
3878 F: drivers/char/isicom.c
3879 F: include/linux/isicom.h
3881 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3883 M: felipe.balbi@nokia.com
3884 L: linux-usb@vger.kernel.org
3885 T: git git://gitorious.org/musb/mainline.git
3887 F: drivers/usb/musb/
3889 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3891 M: gallatin@myri.com
3894 L: netdev@vger.kernel.org
3895 W: http://www.myri.com/scs/download-Myri10GE.html
3897 F: drivers/net/myri10ge/
3899 NATSEMI ETHERNET DRIVER (DP8381x)
3901 M: thockin@hockin.org
3903 F: drivers/net/natsemi.c
3907 M: vandrove@vc.cvut.cz
3908 L: linware@sh.cvut.cz
3912 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3913 P: James E.J. Bottomley
3914 M: James.Bottomley@HansenPartnership.com
3915 L: linux-scsi@vger.kernel.org
3917 F: drivers/scsi/NCR_D700.*
3919 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3921 M: faisal.latif@intel.com
3923 M: chien.tin.tung@intel.com
3924 L: general@lists.openfabrics.org
3925 W: http://www.neteffect.com
3927 F: drivers/infiniband/hw/nes/
3929 NETEM NETWORK EMULATOR
3930 P: Stephen Hemminger
3931 M: shemminger@linux-foundation.org
3932 L: netem@lists.linux-foundation.org
3934 F: net/sched/sch_netem.c
3936 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3938 M: ram.vepa@neterion.com
3940 M: santosh.rastapur@neterion.com
3941 P: Sivakumar Subramani
3942 M: sivakumar.subramani@neterion.com
3943 P: Sreenivasa Honnur
3944 M: sreenivasa.honnur@neterion.com
3946 M: anil.murthy@neterion.com
3947 L: netdev@vger.kernel.org
3948 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3949 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3951 F: Documentation/networking/s2io.txt
3952 F: drivers/net/s2io*
3954 NETFILTER/IPTABLES/IPCHAINS
3962 L: netfilter-devel@vger.kernel.org
3963 L: netfilter@vger.kernel.org
3964 L: coreteam@netfilter.org
3965 W: http://www.netfilter.org/
3966 W: http://www.iptables.org/
3968 F: include/linux/netfilter*
3969 F: include/linux/netfilter/
3970 F: include/net/netfilter/
3971 F: net/*/netfilter.c
3977 M: paul.moore@hp.com
3978 W: http://netlabel.sf.net
3979 L: netdev@vger.kernel.org
3981 F: Documentation/netlabel/
3982 F: include/net/netlabel.h
3985 NETROM NETWORK LAYER
3987 M: ralf@linux-mips.org
3988 L: linux-hams@vger.kernel.org
3989 W: http://www.linux-ax25.org/
3991 F: include/linux/netrom.h
3992 F: include/net/netrom.h
3995 NETWORK BLOCK DEVICE (NBD)
3997 M: Paul.Clements@steeleye.com
3999 F: Documentation/blockdev/nbd.txt
4000 F: drivers/block/nbd.c
4001 F: include/linux/nbd.h
4003 NETWORKING [GENERAL]
4005 M: davem@davemloft.net
4006 L: netdev@vger.kernel.org
4007 W: http://www.linuxfoundation.org/en/Net
4008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4013 NETWORKING [IPv4/IPv6]
4015 M: davem@davemloft.net
4017 M: kuznet@ms2.inr.ac.ru
4018 P: Pekka Savola (ipv6)
4019 M: pekkas@netcore.fi
4021 M: jmorris@namei.org
4022 P: Hideaki YOSHIFUJI
4023 M: yoshfuji@linux-ipv6.org
4026 L: netdev@vger.kernel.org
4027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4033 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4035 M: paul.moore@hp.com
4036 L: netdev@vger.kernel.org
4039 NETWORKING [WIRELESS]
4041 M: linville@tuxdriver.com
4042 L: linux-wireless@vger.kernel.org
4043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4046 F: include/net/ieee80211*
4047 F: include/net/wireless.h
4050 L: netdev@vger.kernel.org
4051 W: http://www.linuxfoundation.org/en/Net
4052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4056 NETXEN (1/10) GbE SUPPORT
4058 M: dhananjay@netxen.com
4059 L: netdev@vger.kernel.org
4060 W: http://www.netxen.com
4062 F: drivers/net/netxen/
4064 NFS, SUNRPC, AND LOCKD CLIENTS
4066 M: Trond.Myklebust@netapp.com
4067 L: linux-nfs@vger.kernel.org
4068 W: http://client.linux-nfs.org
4069 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4075 F: include/linux/lockd/
4076 F: include/linux/nfs*
4077 F: include/linux/sunrpc/
4079 NI5010 NETWORK DRIVER
4080 P: Jan-Pascal van Best
4081 M: janpascal@vanbest.org
4084 L: netdev@vger.kernel.org
4086 F: drivers/net/ni5010.*
4090 M: konishi.ryusuke@lab.ntt.co.jp
4092 W: http://www.nilfs.org/en/
4094 F: Documentation/filesystems/nilfs2.txt
4096 F: include/linux/nilfs2_fs.h
4098 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4100 M: yokota@netlab.is.tsukuba.ac.jp
4101 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4103 F: Documentation/scsi/NinjaSCSI.txt
4104 F: drivers/scsi/pcmcia/nsp_*
4106 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4108 M: gotom@debian.or.jp
4110 M: yokota@netlab.is.tsukuba.ac.jp
4111 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4113 F: Documentation/scsi/NinjaSCSI.txt
4114 F: drivers/scsi/nsp32*
4117 P: Anton Altaparmakov
4119 L: linux-ntfs-dev@lists.sourceforge.net
4120 L: linux-kernel@vger.kernel.org
4121 W: http://www.linux-ntfs.org/
4122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4124 F: Documentation/filesystems/ntfs.txt
4127 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4129 M: adaplas@gmail.com
4130 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4132 F: drivers/video/riva/
4133 F: drivers/video/nvidia/
4137 M: me@bobcopeland.com
4138 L: linux-karma-devel@lists.sourceforge.net
4140 F: Documentation/filesystems/omfs.txt
4143 OMNIKEY CARDMAN 4000 DRIVER
4145 M: laforge@gnumonks.org
4147 F: drivers/char/pcmcia/cm4000_cs.c
4148 F: include/linux/cm4000_cs.h
4150 OMNIKEY CARDMAN 4040 DRIVER
4152 M: laforge@gnumonks.org
4154 F: drivers/char/pcmcia/cm4040_cs.*
4156 OMNIVISION OV7670 SENSOR DRIVER
4159 L: linux-media@vger.kernel.org
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4162 F: drivers/media/video/ov7670.c
4164 ONENAND FLASH DRIVER
4166 M: kyungmin.park@samsung.com
4167 L: linux-mtd@lists.infradead.org
4169 F: drivers/mtd/onenand/
4170 F: include/linux/mtd/onenand*.h
4172 ONSTREAM SCSI TAPE DRIVER
4175 L: osst-users@lists.sourceforge.net
4176 L: linux-scsi@vger.kernel.org
4178 F: drivers/scsi/osst*
4181 OPENCORES I2C BUS DRIVER
4183 M: jacmet@sunsite.dk
4184 L: linux-i2c@vger.kernel.org
4186 F: Documentation/i2c/busses/i2c-ocores
4187 F: drivers/i2c/busses/i2c-ocores.c
4191 M: robert.richter@amd.com
4192 L: oprofile-list@lists.sf.net
4195 F: drivers/oprofile/
4196 F: include/linux/oprofile.h
4198 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4202 M: joel.becker@oracle.com
4203 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4204 W: http://oss.oracle.com/projects/ocfs2/
4205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4207 F: Documentation/filesystems/ocfs2.txt
4208 F: Documentation/filesystems/dlmfs.txt
4215 M: hermes@gibson.dropbear.id.au
4216 L: linux-wireless@vger.kernel.org
4217 L: orinoco-users@lists.sourceforge.net
4218 L: orinoco-devel@lists.sourceforge.net
4219 W: http://www.nongnu.org/orinoco/
4221 F: drivers/net/wireless/orinoco/
4225 M: bharrosh@panasas.com
4227 M: bhalevy@panasas.com
4228 L: osd-dev@open-osd.org
4229 W: http://open-osd.org
4230 T: git git://git.open-osd.org/open-osd.git
4235 M: flamingice@sourmilk.net
4236 L: linux-wireless@vger.kernel.org
4237 W: http://prism54.org
4238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4240 F: drivers/net/wireless/p54/
4242 PA SEMI ETHERNET DRIVER
4245 L: netdev@vger.kernel.org
4247 F: drivers/net/pasemi_mac.*
4249 PA SEMI SMBUS DRIVER
4252 L: linux-i2c@vger.kernel.org
4254 F: drivers/i2c/busses/i2c-pasemi.c
4256 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4258 M: laforge@gnumonks.org
4260 F: drivers/platform/x86/panasonic-laptop.c
4262 PANASONIC MN10300/AM33 PORT
4264 M: dhowells@redhat.com
4266 M: yasutake.koichi@jp.panasonic.com
4267 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4268 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4270 F: Documentation/mn10300/
4273 PARALLEL PORT SUPPORT
4274 L: linux-parport@lists.infradead.org (subscribers-only)
4277 F: include/linux/parport*.h
4278 F: drivers/char/ppdev.c
4279 F: include/linux/ppdev.h
4281 PARAVIRT_OPS INTERFACE
4282 P: Jeremy Fitzhardinge
4283 M: jeremy@xensource.com
4285 M: chrisw@sous-sol.org
4287 M: akataria@vmware.com
4289 M: rusty@rustcorp.com.au
4290 L: virtualization@lists.osdl.org
4291 L: linux-kernel@vger.kernel.org
4293 F: Documentation/ia64/paravirt_ops.txt
4294 F: arch/*/kernel/paravirt*
4295 F: arch/*/include/asm/paravirt.h
4297 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4300 L: linux-parport@lists.infradead.org (subscribers-only)
4301 W: http://www.torque.net/linux-pp.html
4303 F: Documentation/blockdev/paride.txt
4304 F: drivers/block/paride/
4311 L: linux-parisc@vger.kernel.org
4312 W: http://www.parisc-linux.org/
4313 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4318 PC87360 HARDWARE MONITORING DRIVER
4320 M: jim.cromie@gmail.com
4321 L: lm-sensors@lm-sensors.org
4323 F: Documentation/hwmon/pc87360
4324 F: drivers/hwmon/pc87360.c
4328 M: jim.cromie@gmail.com
4330 F: drivers/char/pc8736x_gpio.c
4334 M: riku.voipio@iki.fi
4336 F: drivers/leds/leds-pca9532.c
4337 F: include/linux/leds-pca9532.h
4341 M: linas@austin.ibm.com
4342 L: linux-kernel@vger.kernel.org
4343 L: linux-pci@vger.kernel.org
4345 F: Documentation/PCI/pci-error-recovery.txt
4346 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4350 M: jbarnes@virtuousgeek.org
4351 L: linux-kernel@vger.kernel.org
4352 L: linux-pci@vger.kernel.org
4353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4355 F: Documentation/PCI/
4357 F: include/linux/pci*
4360 P: Kristen Carlson Accardi
4361 M: kristen.c.accardi@intel.com
4362 L: linux-pci@vger.kernel.org
4364 F: drivers/pci/pcie/
4367 P: Linux PCMCIA Team
4368 L: linux-pcmcia@lists.infradead.org
4369 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4372 F: Documentation/pcmcia/
4376 PCNET32 NETWORK DRIVER
4378 M: pcnet32@verizon.net
4379 L: netdev@vger.kernel.org
4381 F: drivers/net/pcnet32.c
4383 PER-TASK DELAY ACCOUNTING
4385 M: balbir@linux.vnet.ibm.com
4386 L: linux-kernel@vger.kernel.org
4388 F: include/linux/delayacct.h
4389 F: kernel/delayacct.c
4391 PERSONALITY HANDLING
4392 P: Christoph Hellwig
4393 M: hch@infradead.org
4394 L: linux-abi-devel@lists.sourceforge.net
4396 F: include/linux/personality.h
4400 M: joern@lazybastard.org
4401 L: linux-mtd@lists.infradead.org
4403 F: drivers/mtd/devices/phram.c
4407 M: petero2@telia.com
4408 L: linux-kernel@vger.kernel.org
4410 F: drivers/block/pktcdvd.c
4411 F: include/linux/pktcdvd.h
4413 POSIX CLOCKS and TIMERS
4415 M: tglx@linutronix.de
4416 L: linux-kernel@vger.kernel.org
4419 F: include/linux/timer*
4422 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4426 M: dwmw2@infradead.org
4427 L: linux-kernel@vger.kernel.org
4428 T: git git://git.infradead.org/battery-2.6.git
4430 F: include/linux/power_supply.h
4431 F: drivers/power/power_supply*
4437 M: bjorn.helgaas@hp.com
4443 M: vitalywool@gmail.com
4444 L: linux-i2c@vger.kernel.org
4446 F: drivers/i2c/busses/i2c-pnx.c
4448 PPP PROTOCOL DRIVERS AND COMPRESSORS
4451 L: linux-ppp@vger.kernel.org
4453 F: drivers/net/ppp_*
4455 PPP OVER ATM (RFC 2364)
4456 P: Mitchell Blank Jr
4459 F: net/atm/pppoatm.c
4460 F: include/linux/atmppp.h
4464 M: mostrows@earthlink.net
4466 F: drivers/net/pppoe.c
4467 F: drivers/net/pppox.c
4471 M: jchapman@katalix.com
4473 F: drivers/net/pppol2tp.c
4474 F: include/linux/if_pppol2tp.h
4479 L: linux-kernel@vger.kernel.org
4480 L: kpreempt-tech@lists.sourceforge.net
4481 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4483 F: Documentation/preempt-locking.txt
4484 F: include/linux/preempt.h
4486 PRISM54 WIRELESS DRIVER
4487 P: Luis R. Rodriguez
4489 L: linux-wireless@vger.kernel.org
4490 W: http://prism54.org
4492 F: drivers/net/wireless/prism54/
4494 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4496 M: promise@pnd-pc.demon.co.uk
4497 W: http://www.pnd-pc.demon.co.uk/promise/
4500 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4501 P: Mikael Pettersson
4503 L: linux-ide@vger.kernel.org
4505 F: drivers/ata/sata_promise.*
4509 M: geoffrey.levand@am.sony.com
4510 L: netdev@vger.kernel.org
4511 L: cbe-oss-dev@ozlabs.org
4513 F: drivers/net/ps3_gelic_net.*
4515 PS3 PLATFORM SUPPORT
4517 M: geoffrey.levand@am.sony.com
4518 L: linuxppc-dev@ozlabs.org
4519 L: cbe-oss-dev@ozlabs.org
4521 F: arch/powerpc/boot/ps3*
4522 F: arch/powerpc/include/asm/lv1call.h
4523 F: arch/powerpc/include/asm/ps3*.h
4524 F: arch/powerpc/platforms/ps3/
4527 F: drivers/rtc/rtc-ps3.c
4528 F: drivers/usb/host/*ps3.c
4529 F: sound/ppc/snd_ps3*
4534 L: cbe-oss-dev@ozlabs.org
4539 M: roland@redhat.com
4542 L: linux-kernel@vger.kernel.org
4544 F: include/asm-generic/syscall.h
4545 F: include/linux/ptrace.h
4546 F: include/linux/regset.h
4547 F: include/linux/tracehook.h
4550 PVRUSB2 VIDEO4LINUX DRIVER
4553 L: pvrusb2@isely.net (subscribers-only)
4554 L: linux-media@vger.kernel.org
4555 W: http://www.isely.net/pvrusb2/
4556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4558 F: Documentation/video4linux/README.pvrusb2
4559 F: drivers/media/video/pvrusb2/
4561 PXA2xx/PXA3xx SUPPORT
4563 M: eric.miao@marvell.com
4565 M: linux@arm.linux.org.uk
4566 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4568 F: arch/arm/mach-pxa/
4569 F: drivers/pcmcia/pxa2xx*
4570 F: drivers/spi/pxa2xx*
4571 F: drivers/usb/gadget/pxa2*
4572 F: include/sound/pxa2xx-lib.h
4573 F: sound/soc/pxa/pxa2xx*
4577 M: eric.miao@marvell.com
4579 M: jason.chagas@marvell.com
4580 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4586 M: eric.miao@marvell.com
4587 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4596 M: robert.jarzmik@free.fr
4597 L: rtc-linux@googlegroups.com
4600 QLOGIC QLA2XXX FC-SCSI DRIVER
4602 M: linux-driver@qlogic.com
4603 L: linux-scsi@vger.kernel.org
4605 F: Documentation/scsi/LICENSE.qla2xxx
4606 F: drivers/scsi/qla2xxx/
4608 QLOGIC QLA3XXX NETWORK DRIVER
4610 M: linux-driver@qlogic.com
4611 L: netdev@vger.kernel.org
4613 F: Documentation/networking/LICENSE.qla3xxx
4614 F: drivers/net/qla3xxx.*
4616 QLOGIC QLGE 10Gb ETHERNET DRIVER
4618 M: linux-driver@qlogic.com
4619 M: ron.mercer@qlogic.com
4620 L: netdev@vger.kernel.org
4622 F: drivers/net/qlge/
4627 L: linux-kernel@vger.kernel.org
4628 W: http://www.alarsen.net/linux/qnx4fs/
4631 F: include/linux/qnx4_fs.h
4632 F: include/linux/qnxtypes.h
4634 RADEON FRAMEBUFFER DISPLAY DRIVER
4635 P: Benjamin Herrenschmidt
4636 M: benh@kernel.crashing.org
4637 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4639 F: drivers/video/aty/radeon*
4640 F: include/linux/radeonfb.h
4642 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4645 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4647 F: drivers/video/aty/aty128fb.c
4649 RALINK RT2X00 WIRELESS LAN DRIVER
4651 L: linux-wireless@vger.kernel.org
4652 L: users@rt2x00.serialmonkey.com
4653 W: http://rt2x00.serialmonkey.com/
4655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4656 F: drivers/net/wireless/rt2x00/
4658 RAMDISK RAM BLOCK DEVICE DRIVER
4662 F: Documentation/blockdev/ramdisk.txt
4663 F: drivers/block/brd.c
4665 RANDOM NUMBER DRIVER
4669 F: drivers/char/random.c
4673 M: mporter@kernel.crashing.org
4674 L: linux-kernel@vger.kernel.org
4678 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4680 M: coreythomas@charter.net
4681 L: linux-wireless@vger.kernel.org
4683 F: drivers/net/wireless/ray*
4687 M: josh@freedesktop.org
4688 L: linux-kernel@vger.kernel.org
4690 F: Documentation/RCU/torture.txt
4691 F: kernel/rcutorture.c
4695 M: florian@openwrt.org
4696 L: linux-kernel@vger.kernel.org
4699 RDC R6040 FAST ETHERNET DRIVER
4701 M: florian@openwrt.org
4702 L: netdev@vger.kernel.org
4704 F: drivers/net/r6040.c
4706 RDS - RELIABLE DATAGRAM SOCKETS
4708 M: andy.grover@oracle.com
4709 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4713 READ-COPY UPDATE (RCU)
4715 M: dipankar@in.ibm.com
4716 W: http://www.rdrop.com/users/paulmck/rclock/
4717 L: linux-kernel@vger.kernel.org
4719 F: Documentation/RCU/rcu.txt
4720 F: Documentation/RCU/rcuref.txt
4721 F: include/linux/rcupdate.h
4722 F: include/linux/srcu.h
4723 F: kernel/rcupdate.c
4725 REAL TIME CLOCK DRIVER
4727 M: p_gortmaker@yahoo.com
4728 L: linux-kernel@vger.kernel.org
4730 F: Documentation/rtc.txt
4732 F: include/linux/rtc.h
4734 REAL TIME CLOCK (RTC) SUBSYSTEM
4736 M: a.zummo@towertech.it
4737 L: rtc-linux@googlegroups.com
4739 F: Documentation/rtc.txt
4741 F: include/linux/rtc.h
4743 REISERFS FILE SYSTEM
4744 L: reiserfs-devel@vger.kernel.org
4750 M: IvDoorn@gmail.com
4751 L: netdev@vger.kernel.org
4753 F Documentation/rfkill.txt
4758 F: Documentation/serial/riscom8.txt
4759 F: drivers/char/riscom8*
4763 W: http://www.comtrol.com
4765 F: Documentation/serial/rocket.txt
4766 F: drivers/char/rocket*
4770 M: ralf@linux-mips.org
4771 L: linux-hams@vger.kernel.org
4772 W: http://www.linux-ax25.org/
4774 F: include/linux/rose.h
4775 F: include/net/rose.h
4778 RTL8180 WIRELESS DRIVER
4780 M: linville@tuxdriver.com
4781 L: linux-wireless@vger.kernel.org
4782 W: http://linuxwireless.org/
4783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4785 F: drivers/net/wireless/rtl818*
4787 RTL8187 WIRELESS DRIVER
4788 P: Herton Ronaldo Krzesinski
4789 M: herton@mandriva.com.br
4791 M: htl10@users.sourceforge.net
4793 M: Larry.Finger@lwfinger.net
4794 L: linux-wireless@vger.kernel.org
4795 W: http://linuxwireless.org/
4796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4798 F: drivers/net/wireless/rtl818x/rtl8187*
4800 S3 SAVAGE FRAMEBUFFER DRIVER
4802 M: adaplas@gmail.com
4803 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4805 F: drivers/video/savage/
4808 P: Martin Schwidefsky
4809 M: schwidefsky@de.ibm.com
4811 M: heiko.carstens@de.ibm.com
4812 M: linux390@de.ibm.com
4813 L: linux-s390@vger.kernel.org
4814 W: http://www.ibm.com/developerworks/linux/linux390/
4818 S390 NETWORK DRIVERS
4820 M: ursula.braun@de.ibm.com
4822 M: blaschka@linux.vnet.ibm.com
4823 M: linux390@de.ibm.com
4824 L: linux-s390@vger.kernel.org
4825 W: http://www.ibm.com/developerworks/linux/linux390/
4827 F: drivers/s390/net/
4831 M: felix.beck@de.ibm.com
4833 M: ralph.wuerthner@de.ibm.com
4834 M: linux390@de.ibm.com
4835 L: linux-s390@vger.kernel.org
4837 F: drivers/s390/crypto/
4841 M: christof.schmitt@de.ibm.com
4844 M: linux390@de.ibm.com
4845 L: linux-s390@vger.kernel.org
4846 W: http://www.ibm.com/developerworks/linux/linux390/
4848 F: Documentation/s390/zfcpdump.txt
4849 F: drivers/s390/scsi/zfcp_*
4851 S390 IUCV NETWORK LAYER
4853 M: ursula.braun@de.ibm.com
4854 M: linux390@de.ibm.com
4855 L: linux-s390@vger.kernel.org
4856 W: http://www.ibm.com/developerworks/linux/linux390/
4858 F: drivers/s390/net/*iucv*
4859 F: include/net/iucv/
4862 S3C24XX SD/MMC Driver
4864 M: ben-linux@fluff.org
4865 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4866 L: linux-kernel@vger.kernel.org
4868 F: drivers/mmc/host/s3cmci.*
4870 SAA7146 VIDEO4LINUX-2 DRIVER
4873 L: linux-media@vger.kernel.org
4874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4875 W: http://www.mihu.de/linux/saa7146
4877 F: drivers/media/common/saa7146*
4878 F: drivers/media/video/*7146*
4879 F: include/media/*7146*
4883 M: zwane@arm.linux.org.uk
4885 F: drivers/watchdog/sc1200wdt.c
4891 M: peterz@infradead.org
4892 L: linux-kernel@vger.kernel.org
4895 F: include/linux/sched.h
4900 L: linux-scsi@vger.kernel.org
4901 W: http://www.kernel.dk
4907 M: dgilbert@interlog.com
4908 L: linux-scsi@vger.kernel.org
4909 W: http://www.torque.net/sg
4911 F: drivers/scsi/sg.c
4912 F: include/scsi/sg.h
4915 P: James E.J. Bottomley
4916 M: James.Bottomley@HansenPartnership.com
4917 L: linux-scsi@vger.kernel.org
4918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4927 M: Kai.Makisara@kolumbus.fi
4928 L: linux-scsi@vger.kernel.org
4930 F: Documentation/scsi/st.txt
4935 M: vladislav.yasevich@hp.com
4936 P: Sridhar Samudrala
4938 L: linux-sctp@vger.kernel.org
4939 W: http://lksctp.sourceforge.net
4941 F: Documentation/networking/sctp.txt
4942 F: include/linux/sctp.h
4943 F: include/net/sctp/
4948 M: jim.cromie@gmail.com
4950 F: Documentation/i2c/busses/scx200_acb
4951 F: arch/x86/kernel/scx200_32.c
4952 F: drivers/watchdog/scx200_wdt.c
4953 F: drivers/i2c/busses/scx200*
4954 F: drivers/mtd/maps/scx200_docflash.c
4955 F: include/linux/scx200.h
4959 M: jim.cromie@gmail.com
4961 F: drivers/char/scx200_gpio.c
4962 F: include/linux/scx200_gpio.h
4964 SCx200 HRT CLOCKSOURCE DRIVER
4966 M: jim.cromie@gmail.com
4968 F: drivers/clocksource/scx200_hrt.c
4970 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4972 M: saschasommer@freenet.de
4973 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4975 F: drivers/mmc/host/sdricoh_cs.c
4977 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4980 L: sdhci-devel@lists.ossman.eu
4983 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4985 M: avorontsov@ru.mvista.com
4986 L: linuxppc-dev@ozlabs.org
4987 L: sdhci-devel@lists.ossman.eu
4989 F: drivers/mmc/host/sdhci.*
4993 M: jmorris@namei.org
4994 L: linux-kernel@vger.kernel.org
4995 L: linux-security-module@vger.kernel.org (suggested Cc:)
4996 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4997 W: http://security.wiki.kernel.org/
5002 P: Security Officers
5003 M: security@kernel.org
5006 SELINUX SECURITY MODULE
5008 M: sds@tycho.nsa.gov
5010 M: jmorris@namei.org
5012 M: eparis@parisplace.org
5013 L: linux-kernel@vger.kernel.org (kernel issues)
5014 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5015 W: http://selinuxproject.org
5016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5018 F: include/linux/selinux*
5019 F: security/selinux/
5023 M: jirislaby@gmail.com
5025 F: drivers/misc/phantom.c
5026 F: include/linux/phantom.h
5028 SERIAL ATA (SATA) SUBSYSTEM
5030 M: jgarzik@pobox.com
5031 L: linux-ide@vger.kernel.org
5032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5035 F: include/linux/ata.h
5036 F: include/linux/libata.h
5038 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5040 M: sathyap@serverengines.com
5041 P: Subbu Seetharaman
5042 M: subbus@serverengines.com
5043 L: netdev@vger.kernel.org
5044 W: http://www.serverengines.com
5046 F: drivers/net/benet/
5051 P: Robert Stonehouse
5052 M: linux-net-drivers@solarflare.com
5060 F: drivers/misc/sgi-gru/
5062 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5065 L: linux-ia64@vger.kernel.org
5067 F: Documentation/ia64/serial.txt
5068 F: drivers/serial/ioc?_serial.c
5069 F: include/linux/ioc?.h
5071 SGI VISUAL WORKSTATION 320 AND 540
5074 L: linux-visws-devel@lists.sf.net
5075 W: http://linux-visws.sf.net
5076 S: Maintained for 2.6.
5077 F: Documentation/sgi-visws.txt
5079 SGI XP/XPC/XPNET DRIVER
5083 F: drivers/misc/sgi-xp/
5085 SHARP LH SUPPORT (LH7952X & LH7A40X)
5088 W: http://projects.buici.com/arm
5089 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5091 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5092 F: arch/arm/mach-lh7a40x/
5093 F: drivers/serial/serial_lh7a40x.c
5094 F: drivers/usb/gadget/lh7a40*
5095 F: drivers/usb/host/ohci-lh7a40*
5098 P: Kristen Carlson Accardi
5099 M: kristen.c.accardi@intel.com
5100 L: linux-pci@vger.kernel.org
5102 F: drivers/pci/hotplug/shpchp*
5104 SIMTEC EB110ATX (Chalice CATS)
5107 M: support@simtec.co.uk
5108 W: http://www.simtec.co.uk/products/EB110ATX/
5110 F: arch/arm/mach-ebsa110/
5112 SIMTEC EB2410ITX (BAST)
5115 M: support@simtec.co.uk
5116 W: http://www.simtec.co.uk/products/EB2410ITX/
5118 F: arch/arm/mach-s3c2410/
5119 F: drivers/*/*s3c2410*
5120 F: drivers/*/*/*s3c2410*
5122 SIS 190 ETHERNET DRIVER
5124 M: romieu@fr.zoreil.com
5125 L: netdev@vger.kernel.org
5127 F: drivers/net/sis190.c
5129 SIS 900/7016 FAST ETHERNET DRIVER
5131 M: venza@brownhat.org
5132 W: http://www.brownhat.org/sis900.html
5133 L: netdev@vger.kernel.org
5135 F: drivers/net/sis900.*
5137 SIS 96X I2C/SMBUS DRIVER
5139 M: mhoffman@lightlink.com
5140 L: linux-i2c@vger.kernel.org
5142 F: Documentation/i2c/busses/i2c-sis96x
5143 F: drivers/i2c/busses/i2c-sis96x.c
5145 SIS FRAMEBUFFER DRIVER
5146 P: Thomas Winischhofer
5147 M: thomas@winischhofer.net
5148 W: http://www.winischhofer.net/linuxsisvga.shtml
5150 F: Documentation/fb/sisfb.txt
5151 F: drivers/video/sis/
5152 F: include/video/sisfb.h
5155 P: Thomas Winischhofer
5156 M: thomas@winischhofer.net
5157 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5159 F: drivers/usb/misc/sisusbvga/
5161 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5162 P: Stephen Hemminger
5163 M: shemminger@linux-foundation.org
5164 L: netdev@vger.kernel.org
5166 F: drivers/net/skge.*
5167 F: drivers/net/sky2.*
5170 P: Christoph Lameter
5171 M: cl@linux-foundation.org
5173 M: penberg@cs.helsinki.fi
5176 L: linux-mm@kvack.org
5178 F: include/linux/sl?b*.h
5181 SMC91x ETHERNET DRIVER
5185 F: drivers/net/smc91x.*
5187 SMSC47B397 HARDWARE MONITOR DRIVER
5189 M: mhoffman@lightlink.com
5190 L: lm-sensors@lm-sensors.org
5192 F: Documentation/hwmon/smsc47b397
5193 F: drivers/hwmon/smsc47b397.c
5195 SMSC911x ETHERNET DRIVER
5196 P: Steve Glendinning
5197 M: steve.glendinning@smsc.com
5198 L: netdev@vger.kernel.org
5200 F: include/linux/smsc911x.h
5201 F: drivers/net/smsc911x.*
5203 SMSC9420 PCI ETHERNET DRIVER
5204 P: Steve Glendinning
5205 M: steve.glendinning@smsc.com
5206 L: netdev@vger.kernel.org
5208 F: drivers/net/smsc9420.*
5212 M: bn@niasdigital.com
5214 F: drivers/uio/uio_smx.c
5216 SN-IA64 (Itanium) SUB-PLATFORM
5219 L: linux-altix@sgi.com
5220 L: linux-ia64@vger.kernel.org
5221 W: http://www.sgi.com/altix
5225 SOC-CAMERA V4L2 SUBSYSTEM
5226 P: Guennadi Liakhovetski
5227 M: g.liakhovetski@gmx.de
5228 L: linux-media@vger.kernel.org
5229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5231 F: include/media/v4l2*
5232 F: drivers/media/video/v4l2*
5234 SOEKRIS NET48XX LED SUPPORT
5238 F: drivers/leds/leds-net48xx.c
5240 SOFTWARE RAID (Multiple Disks) SUPPORT
5243 L: linux-raid@vger.kernel.org
5246 F: include/linux/raid/
5248 SONIC NETWORK DRIVER
5249 P: Thomas Bogendoerfer
5250 M: tsbogend@alpha.franken.de
5251 L: netdev@vger.kernel.org
5253 F: drivers/net/sonic.*
5255 SONICS SILICON BACKPLANE DRIVER (SSB)
5258 L: netdev@vger.kernel.org
5261 F: include/linux/ssb/
5263 SONY VAIO CONTROL DEVICE DRIVER
5265 M: malattia@linux.it
5266 L: linux-acpi@vger.kernel.org
5267 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5269 F: Documentation/laptops/sony-laptop.txt
5270 F: drivers/char/sonypi.c
5271 F: drivers/platform/x86/sony-laptop.c
5272 F: include/linux/sony-laptop.h
5274 SONY MEMORYSTICK CARD SUPPORT
5277 L: linux-kernel@vger.kernel.org
5278 W: http://tifmxx.berlios.de/
5280 F: drivers/memstick/host/tifm_ms.c
5287 L: alsa-devel@alsa-project.org (subscribers-only)
5288 W: http://www.alsa-project.org/
5289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5290 T: git git://git.alsa-project.org/alsa-kernel.git
5292 F: Documentation/sound/
5296 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5298 M: lrg@slimlogic.co.uk
5300 M: broonie@opensource.wolfsonmicro.com
5301 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5302 L: alsa-devel@alsa-project.org (subscribers-only)
5303 W: http://alsa-project.org/main/index.php/ASoC
5307 SPARC + UltraSPARC (sparc/sparc64)
5309 M: davem@davemloft.net
5310 L: sparclinux@vger.kernel.org
5311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5316 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5318 M: R.E.Wolff@BitWizard.nl
5319 L: linux-kernel@vger.kernel.org
5321 F: Documentation/serial/specialix.txt
5322 F: drivers/char/specialix*
5326 M: dbrownell@users.sourceforge.net
5327 L: spi-devel-general@lists.sourceforge.net
5329 F: Documentation/spi/
5331 F: include/linux/spi/
5333 SPIDERNET NETWORK DRIVER for CELL
5335 M: kou.ishizaki@toshiba.co.jp
5338 L: netdev@vger.kernel.org
5340 F: Documentation/networking/spider_net.txt
5341 F: drivers/net/spider_net*
5346 L: linuxppc-dev@ozlabs.org
5347 L: cbe-oss-dev@ozlabs.org
5348 W: http://www.ibm.com/developerworks/power/cell/
5350 F: Documentation/filesystems/spufs.txt
5351 F: arch/powerpc/platforms/cell/spufs/
5353 SQUASHFS FILE SYSTEM
5355 M: phillip@lougher.demon.co.uk
5356 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5357 W: http://squashfs.org.uk
5359 F: Documentation/filesystems/squashfs.txt
5362 SRM (Alpha) environment access
5363 P: Jan-Benedict Glaw
5364 M: jbglaw@lug-owl.de
5365 L: linux-kernel@vger.kernel.org
5367 F: arch/alpha/kernel/srm_env.c
5370 P: Greg Kroah-Hartman
5373 M: chrisw@sous-sol.org
5374 L: stable@kernel.org
5378 P: Greg Kroah-Hartman
5380 L: linux-kernel@vger.kernel.org
5381 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5385 STARFIRE/DURALAN NETWORK DRIVER
5387 M: ionut@cs.columbia.edu
5389 F: drivers/net/starfire*
5391 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5392 W: http://mosquitonet.Stanford.EDU/strip.html
5394 F: drivers/net/wireless/strip.c
5395 F: include/linux/if_strip.h
5397 STRADIS MPEG-2 DECODER DRIVER
5400 W: http://www.stradis.com/
5402 F: drivers/media/video/stradis.c
5407 W: http://sammy.net/sun3/
5409 F: arch/m68k/kernel/*sun3*
5411 F: arch/m68k/include/asm/sun3*
5415 M: lethal@linux-sh.org
5416 L: linux-sh@vger.kernel.org
5417 W: http://www.linux-sh.org
5418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5420 F: Documentation/sh/
5426 M: len.brown@intel.com
5429 P: Rafael J. Wysocki
5431 L: linux-pm@lists.linux-foundation.org
5433 F: Documentation/power/
5434 F: arch/x86/kernel/acpi/
5435 F: drivers/base/power/
5437 F: include/linux/suspend.h
5438 F: include/linux/freezer.h
5439 F: include/linux/pm.h
5444 L: linux-video@atrey.karlin.mff.cuni.cz
5446 F: Documentation/svga.txt
5447 F: arch/x86/boot/video*
5450 P: Christoph Hellwig
5451 M: hch@infradead.org
5453 F: Documentation/filesystems/sysv-fs.txt
5455 F: include/linux/sysv_fs.h
5457 TASKSTATS STATISTICS INTERFACE
5459 M: balbir@linux.vnet.ibm.com
5460 L: linux-kernel@vger.kernel.org
5462 F: Documentation/accounting/taskstats*
5463 F: include/linux/taskstats*
5464 F: kernel/taskstats.c
5469 L: netdev@vger.kernel.org
5471 F: include/linux/pkt_cls.h
5472 F: include/net/pkt_cls.h
5475 TCP LOW PRIORITY MODULE
5476 P: Wong Hoi Sing, Edison
5477 M: hswong3i@gmail.com
5478 P: Hung Hing Lun, Mike
5479 M: hlhung3i@gmail.com
5480 W: http://tcp-lp-mod.sourceforge.net/
5482 F: net/ipv4/tcp_lp.c
5484 TEHUTI ETHERNET DRIVER
5485 P: Alexander Indenbaum
5486 M: baum@tehutinetworks.net
5488 M: andy@greyhouse.net
5489 L: netdev@vger.kernel.org
5491 F: drivers/net/tehuti*
5493 Telecom Clock Driver for MCPL0010
5495 M: mark.gross@intel.com
5497 F: drivers/char/tlclk.c
5499 TENSILICA XTENSA PORT (xtensa)
5505 THINKPAD ACPI EXTRAS DRIVER
5506 P: Henrique de Moraes Holschuh
5507 M: ibm-acpi@hmh.eng.br
5508 L: ibm-acpi-devel@lists.sourceforge.net
5509 W: http://ibm-acpi.sourceforge.net
5510 W: http://thinkwiki.org/wiki/Ibm-acpi
5511 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5513 F: drivers/platform/x86/thinkpad_acpi.c
5515 TI FLASH MEDIA INTERFACE DRIVER
5519 F: drivers/misc/tifm*
5520 F: drivers/mmc/host/tifm_sd.c
5521 F: include/linux/tifm.h
5523 TI OMAP MMC INTERFACE DRIVER
5524 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5525 M: linux-omap@vger.kernel.org
5526 W: http://linux.omap.com
5527 W: http://www.muru.com/linux/omap/
5529 F: drivers/mmc/host/omap.c
5531 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5533 M: dsaxena@plexity.net
5535 F: drivers/char/hw_random/omap-rng.c
5539 M: per.liden@ericsson.com
5541 M: jon.maloy@ericsson.com
5543 M: allan.stephens@windriver.com
5544 L: tipc-discussion@lists.sourceforge.net
5545 W: http://tipc.sourceforge.net/
5546 W: http://tipc.cslab.ericsson.net/
5547 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5549 F: include/linux/tipc*.h
5550 F: include/net/tipc/
5556 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5557 W: http://sourceforge.net/projects/tlan/
5559 F: Documentation/networking/tlan.txt
5560 F: drivers/net/tlan.*
5562 TOMOYO SECURITY MODULE
5564 M: takedakn@nttdata.co.jp
5566 M: penguin-kernel@I-love.SAKURA.ne.jp
5567 L: linux-kernel@vger.kernel.org (kernel issues)
5568 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5569 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5570 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5571 W: http://tomoyo.sourceforge.jp/
5572 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5576 TOSHIBA ACPI EXTRAS DRIVER
5578 F: drivers/platform/x86/toshiba_acpi.c
5582 M: jonathan@buzzard.org.uk
5583 L: tlinux-users@tce.toshiba-dme.co.jp
5584 W: http://www.buzzard.org.uk/toshiba/
5586 F: drivers/char/toshiba.c
5587 F: include/linux/toshiba.h
5591 M: ian@mnementh.co.uk
5593 F: drivers/mmc/host/tmio_mmc.*
5597 M: debora@linux.vnet.ibm.com
5599 M: srajiv@linux.vnet.ibm.com
5600 W: http://tpmdd.sourceforge.net
5602 M: m.selhorst@sirrix.com
5603 W: http://www.sirrix.com
5604 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5606 F: drivers/char/tpm/
5610 M: trivial@kernel.org
5611 L: linux-kernel@vger.kernel.org
5612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5617 M: alan@lxorguk.ukuu.org.uk
5618 L: linux-kernel@vger.kernel.org
5621 TULIP NETWORK DRIVERS
5623 M: grundler@parisc-linux.org
5626 L: netdev@vger.kernel.org
5628 F: drivers/net/tulip/
5631 P: Maxim Krasnyansky
5632 M: maxk@qualcomm.com
5633 L: vtun@office.satix.net
5634 W: http://vtun.sourceforge.net/tun
5636 F: Documentation/networking/tuntap.txt
5637 F: arch/um/os-Linux/drivers/
5639 TURBOCHANNEL SUBSYSTEM
5640 P: Maciej W. Rozycki
5641 M: macro@linux-mips.org
5644 F: include/linux/tc.h
5648 M: ballabio_dario@emc.com
5649 L: linux-scsi@vger.kernel.org
5651 F: drivers/scsi/u14-34f.c
5653 UBI FILE SYSTEM (UBIFS)
5655 M: dedekind@infradead.org
5657 M: ext-adrian.hunter@nokia.com
5658 L: linux-mtd@lists.infradead.org
5659 T: git git://git.infradead.org/ubifs-2.6.git
5660 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5662 F: Documentation/filesystems/ubifs.txt
5665 UCLINUX (AND M68KNOMMU)
5668 W: http://www.uclinux.org/
5669 L: uclinux-dev@uclinux.org (subscribers-only)
5673 UCLINUX FOR RENESAS H8/300 (H8300)
5675 M: ysato@users.sourceforge.jp
5676 W: http://uclinux-h8.sourceforge.jp/
5682 W: http://linux-udf.sourceforge.net
5684 F: Documentation/filesystems/udf.txt
5688 P: Evgeniy Dushistov
5689 M: dushistov@mail.ru
5690 L: linux-kernel@vger.kernel.org
5692 F: Documentation/filesystems/ufs.txt
5695 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5697 M: david.vrabel@csr.com
5698 L: linux-usb@vger.kernel.org
5701 F: include/linux/uwb.h
5702 F: include/linux/uwb/
5704 UNIFORM CDROM DRIVER
5707 L: linux-kernel@vger.kernel.org
5708 W: http://www.kernel.dk
5710 F: Documentation/cdrom/
5711 F: drivers/cdrom/cdrom.c
5712 F: include/linux/cdrom.h
5714 UNSORTED BLOCK IMAGES (UBI)
5716 M: dedekind@infradead.org
5717 W: http://www.linux-mtd.infradead.org/
5718 L: linux-mtd@lists.infradead.org
5719 T: git git://git.infradead.org/ubi-2.6.git
5722 F: include/linux/mtd/ubi.h
5723 F: include/mtd/ubi-user.h
5727 M: oliver@neukum.name
5728 L: linux-usb@vger.kernel.org
5730 F: Documentation/usb/acm.txt
5731 F: drivers/usb/class/cdc-acm.*
5733 USB BLOCK DRIVER (UB ub)
5735 M: zaitcev@redhat.com
5736 L: linux-kernel@vger.kernel.org
5737 L: linux-usb@vger.kernel.org
5739 F: drivers/block/ub.c
5741 USB CDC ETHERNET DRIVER
5742 P: Greg Kroah-Hartman
5744 L: linux-usb@vger.kernel.org
5746 W: http://www.kroah.com/linux-usb/
5747 F: drivers/net/usb/cdc_*.c
5748 F: include/linux/usb/cdc.h
5750 USB CYPRESS C67X00 DRIVER
5752 M: jacmet@sunsite.dk
5753 L: linux-usb@vger.kernel.org
5755 F: drivers/usb/c67x00/
5757 USB DAVICOM DM9601 DRIVER
5759 M: jacmet@sunsite.dk
5760 L: netdev@vger.kernel.org
5761 W: http://www.linux-usb.org/usbnet
5763 F: drivers/net/usb/dm9601.c
5765 USB DIAMOND RIO500 DRIVER
5768 L: rio500-users@lists.sourceforge.net
5769 W: http://rio500.sourceforge.net
5771 F: drivers/usb/misc/rio500*
5775 M: dbrownell@users.sourceforge.net
5776 L: linux-usb@vger.kernel.org
5778 F: Documentation/usb/ehci.txt
5779 F: drivers/usb/host/ehci*
5781 USB ET61X[12]51 DRIVER
5783 M: luca.risolia@studio.unibo.it
5784 L: linux-usb@vger.kernel.org
5785 L: linux-media@vger.kernel.org
5786 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5787 W: http://www.linux-projects.org
5789 F: drivers/media/video/et61x251/
5791 USB GADGET/PERIPHERAL SUBSYSTEM
5793 M: dbrownell@users.sourceforge.net
5794 L: linux-usb@vger.kernel.org
5795 W: http://www.linux-usb.org/gadget
5797 F: drivers/usb/gadget/
5798 F: include/linux/usb/gadget*
5800 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5803 L: linux-usb@vger.kernel.org
5804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5806 F: Documentation/usb/hiddev.txt
5807 F: drivers/hid/usbhid/
5811 M: ok@artecdesign.ee
5812 L: linux-usb@vger.kernel.org
5814 F: drivers/usb/host/isp116x*
5815 F: include/linux/usb/isp116x.h
5817 USB KAWASAKI LSI DRIVER
5819 M: oliver@neukum.name
5820 L: linux-usb@vger.kernel.org
5822 F: drivers/usb/serial/kl5kusb105.*
5824 USB MASS STORAGE DRIVER
5826 M: mdharm-usb@one-eyed-alien.net
5827 L: linux-usb@vger.kernel.org
5828 L: usb-storage@lists.one-eyed-alien.net
5830 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5831 F: drivers/usb/storage/
5835 M: dbrownell@users.sourceforge.net
5836 L: linux-usb@vger.kernel.org
5838 F: Documentation/usb/ohci.txt
5839 F: drivers/usb/host/ohci*
5841 USB OPTION-CARD DRIVER
5843 M: smurf@smurf.noris.de
5844 L: linux-usb@vger.kernel.org
5846 F: drivers/usb/serial/option.c
5850 M: mmcclell@bigfoot.com
5851 L: linux-usb@vger.kernel.org
5852 W: http://alpha.dyndns.org/ov511/
5854 F: drivers/media/video/ov511.*
5858 M: petkan@users.sourceforge.net
5859 L: linux-usb@vger.kernel.org
5860 L: netdev@vger.kernel.org
5861 W: http://pegasus2.sourceforge.net/
5863 F: drivers/net/usb/pegasus.*
5865 USB PRINTER DRIVER (usblp)
5867 M: zaitcev@redhat.com
5868 L: linux-usb@vger.kernel.org
5870 F: drivers/usb/class/usblp.c
5874 M: petkan@users.sourceforge.net
5875 L: linux-usb@vger.kernel.org
5876 L: netdev@vger.kernel.org
5877 W: http://pegasus2.sourceforge.net/
5879 F: drivers/net/usb/rtl8150.c
5884 L: linux-usb@vger.kernel.org
5885 W: http://www.chello.nl/~j.vreeken/se401/
5887 F: Documentation/video4linux/se401.txt
5888 F: drivers/media/video/se401.*
5890 USB SERIAL BELKIN F5U103 DRIVER
5891 P: William Greathouse
5892 M: wgreathouse@smva.com
5893 L: linux-usb@vger.kernel.org
5895 F: drivers/usb/serial/belkin_sa.*
5897 USB SERIAL CYPRESS M8 DRIVER
5899 M: dignome@gmail.com
5900 L: linux-usb@vger.kernel.org
5902 W: http://geocities.com/i0xox0i
5903 W: http://firstlight.net/cvs
5904 F: drivers/usb/serial/cypress_m8.*
5906 USB SERIAL CYBERJACK DRIVER
5907 P: Matthias Bruestle and Harald Welte
5908 M: support@reiner-sct.com
5909 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5911 F: drivers/usb/serial/cyberjack.c
5913 USB SERIAL DIGI ACCELEPORT DRIVER
5914 P: Peter Berger and Al Borchers
5915 M: pberger@brimson.com
5916 M: alborchers@steinerpoint.com
5917 L: linux-usb@vger.kernel.org
5919 F: drivers/usb/serial/digi_acceleport.c
5922 P: Greg Kroah-Hartman
5924 L: linux-usb@vger.kernel.org
5926 F: Documentation/usb/usb-serial.txt
5927 F: drivers/usb/serial/generic.c
5928 F: drivers/usb/serial/usb-serial.c
5929 F: include/linux/usb/serial.h
5931 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5933 M: xavyer@ix.netcom.com
5934 L: linux-usb@vger.kernel.org
5936 F: drivers/usb/serial/empeg.c
5938 USB SERIAL KEYSPAN DRIVER
5939 P: Greg Kroah-Hartman
5941 L: linux-usb@vger.kernel.org
5942 W: http://www.kroah.com/linux/
5944 F: drivers/usb/serial/*keyspan*
5946 USB SERIAL WHITEHEAT DRIVER
5947 P: Support Department
5948 M: support@connecttech.com
5949 L: linux-usb@vger.kernel.org
5950 W: http://www.connecttech.com
5952 F: drivers/usb/serial/whiteheat*
5954 USB SMSC95XX ETHERNET DRIVER
5955 P: Steve Glendinning
5956 M: steve.glendinning@smsc.com
5957 L: netdev@vger.kernel.org
5959 F: drivers/net/usb/smsc95xx.*
5963 M: luca.risolia@studio.unibo.it
5964 L: linux-usb@vger.kernel.org
5965 L: linux-media@vger.kernel.org
5966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5967 W: http://www.linux-projects.org
5969 F: Documentation/video4linux/sn9c102.txt
5970 F: drivers/media/video/sn9c102/
5973 P: Greg Kroah-Hartman
5975 L: linux-usb@vger.kernel.org
5976 W: http://www.linux-usb.org
5977 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5979 F: Documentation/usb/
5982 F: include/linux/usb.h
5983 F: include/linux/usb/
5987 M: stern@rowland.harvard.edu
5988 L: linux-usb@vger.kernel.org
5990 F: drivers/usb/host/uhci*
5992 USB "USBNET" DRIVER FRAMEWORK
5994 M: dbrownell@users.sourceforge.net
5995 L: netdev@vger.kernel.org
5996 W: http://www.linux-usb.org/usbnet
5998 F: drivers/net/usb/usbnet.c
5999 F: include/linux/usb/usbnet.h
6003 M: laurent.pinchart@skynet.be
6004 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6005 L: linux-media@vger.kernel.org
6006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6007 W: http://linux-uvc.berlios.de
6009 F: drivers/media/video/uvc/
6011 USB W996[87]CF DRIVER
6013 M: luca.risolia@studio.unibo.it
6014 L: linux-usb@vger.kernel.org
6015 L: linux-media@vger.kernel.org
6016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6017 W: http://www.linux-projects.org
6019 F: Documentation/video4linux/w9968cf.txt
6020 F: drivers/media/video/w996*
6022 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6024 M: jussi.kivilinna@mbnet.fi
6025 L: linux-wireless@vger.kernel.org
6027 F: drivers/net/wireless/rndis_wlan.c
6031 M: luca.risolia@studio.unibo.it
6032 L: linux-usb@vger.kernel.org
6033 L: linux-media@vger.kernel.org
6034 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6035 W: http://www.linux-projects.org
6037 F: Documentation/video4linux/zc0301.txt
6038 F: drivers/media/video/zc0301/
6043 L: linux-usb@vger.kernel.org
6044 W: http://linux-lc100020.sourceforge.net
6046 F: drivers/net/wireless/zd1201.*
6050 M: royale@zerezo.com
6051 L: linux-usb@vger.kernel.org
6052 L: linux-media@vger.kernel.org
6053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6054 W: http://royale.zerezo.com/zr364xx/
6056 F: Documentation/video4linux/zr364xx.txt
6057 F: drivers/media/video/zr364xx.c
6059 USER-MODE LINUX (UML)
6061 M: jdike@addtoit.com
6062 L: user-mode-linux-devel@lists.sourceforge.net
6063 L: user-mode-linux-user@lists.sourceforge.net
6064 W: http://user-mode-linux.sourceforge.net
6066 F: Documentation/uml/
6073 M: hjk@linutronix.de
6074 P: Greg Kroah-Hartman
6076 L: linux-kernel@vger.kernel.org
6078 F: Documentation/DocBook/uio-howto.tmpl
6080 F: include/linux/uio*.h
6082 UTIL-LINUX-NG PACKAGE
6085 L: util-linux-ng@vger.kernel.org
6086 W: http://kernel.org/~kzak/util-linux-ng/
6087 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6091 P: Michal Januszewski
6093 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6094 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6096 F: Documentation/fb/uvesafb.txt
6097 F: drivers/video/uvesafb.*
6099 VFAT/FAT/MSDOS FILESYSTEM
6101 M: hirofumi@mail.parknet.co.jp
6102 L: linux-kernel@vger.kernel.org
6104 F: Documentation/filesystems/vfat.txt
6107 VIA RHINE NETWORK DRIVER
6111 F: drivers/net/via-rhine.c
6115 M: khali@linux-fr.org
6116 L: linux-i2c@vger.kernel.org
6118 F: Documentation/i2c/busses/i2c-viapro
6119 F: drivers/i2c/busses/i2c-viapro.c
6121 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6123 M: JosephChan@via.com.tw
6125 M: ScottFang@viatech.com.cn
6126 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6128 F: drivers/video/via/
6130 VIA VELOCITY NETWORK DRIVER
6132 M: romieu@fr.zoreil.com
6133 L: netdev@vger.kernel.org
6135 F: drivers/net/via-velocity.*
6140 L: netdev@vger.kernel.org
6142 F: drivers/net/macvlan.c
6143 F: include/linux/if_*vlan.h
6146 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6148 M: lrg@slimlogic.co.uk
6150 M: broonie@opensource.wolfsonmicro.com
6151 W: http://opensource.wolfsonmicro.com/node/15
6152 W: http://www.slimlogic.co.uk/?p=48
6153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6155 F: drivers/regulator/
6156 F: include/linux/regulator/
6158 VT1211 HARDWARE MONITOR DRIVER
6161 L: lm-sensors@lm-sensors.org
6163 F: Documentation/hwmon/vt1211
6164 F: drivers/hwmon/vt1211.c
6166 VT8231 HARDWARE MONITOR DRIVER
6168 M: vt8231@hiddenengine.co.uk
6169 L: lm-sensors@lm-sensors.org
6171 F: drivers/hwmon/vt8231.c
6173 W1 DALLAS'S 1-WIRE BUS
6175 M: johnpol@2ka.mipt.ru
6177 F: Documentation/w1/
6180 W83791D HARDWARE MONITORING DRIVER
6182 M: m.hulsman@tudelft.nl
6183 L: lm-sensors@lm-sensors.org
6185 F: Documentation/hwmon/w83791d
6186 F: drivers/hwmon/w83791d.c
6188 W83793 HARDWARE MONITORING DRIVER
6190 M: r.marek@assembler.cz
6191 L: lm-sensors@lm-sensors.org
6193 F: Documentation/hwmon/w83793
6194 F: drivers/hwmon/w83793.c
6196 W83L51xD SD/MMC CARD INTERFACE DRIVER
6199 L: linux-kernel@vger.kernel.org
6201 F: drivers/mmc/host/wbsd.*
6203 WATCHDOG DEVICE DRIVERS
6206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6208 F: Documentation/watchdog/
6209 F: drivers/watchdog/
6210 F: include/linux/watchdog.h
6212 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6215 L: linux-wireless@vger.kernel.org
6216 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6218 F: Documentation/networking/wavelan.txt
6219 F: drivers/net/wireless/wavelan*
6223 M: zaga@fly.cc.fer.hr
6224 L: linux-scsi@vger.kernel.org
6226 F: drivers/scsi/wd7000.c
6229 P: Inaky Perez-Gonzalez
6230 M: inaky.perez-gonzalez@intel.com
6231 M: linux-wimax@intel.com
6232 L: wimax@linuxwimax.org
6234 W: http://linuxwimax.org
6236 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6238 M: david.vrabel@csr.com
6240 F: include/linux/wlp.h
6243 WISTRON LAPTOP BUTTON DRIVER
6247 F: drivers/input/misc/wistron_btns.c
6249 WL3501 WIRELESS PCMCIA CARD DRIVER
6250 P: Arnaldo Carvalho de Melo
6251 M: acme@ghostprotocols.net
6252 L: linux-wireless@vger.kernel.org
6253 W: http://oops.ghostprotocols.net:81/blog
6255 F: drivers/net/wireless/wl3501*
6257 WM97XX TOUCHSCREEN DRIVERS
6259 M: broonie@opensource.wolfsonmicro.com
6261 M: lrg@slimlogic.co.uk
6262 L: linux-input@vger.kernel.org
6263 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6264 W: http://opensource.wolfsonmicro.com/node/7
6266 F: drivers/input/touchscreen/*wm97*
6267 F: include/linux/wm97xx.h
6271 M: eis@baty.hanse.de
6272 L: linux-x25@vger.kernel.org
6274 F: Documentation/networking/x25*
6278 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6280 M: tglx@linutronix.de
6286 L: linux-kernel@vger.kernel.org
6287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6289 F: Documentation/x86/
6292 XEN HYPERVISOR INTERFACE
6293 P: Jeremy Fitzhardinge
6294 M: jeremy@xensource.com
6296 M: chrisw@sous-sol.org
6297 L: virtualization@lists.osdl.org
6298 L: xen-devel@lists.xensource.com
6301 F: drivers/*/xen-*front.c
6303 F: arch/x86/include/asm/xen/
6307 P: Silicon Graphics Inc
6310 M: xfs-masters@oss.sgi.com
6312 W: http://oss.sgi.com/projects/xfs
6313 T: git git://oss.sgi.com/xfs/xfs.git
6315 F: Documentation/filesystems/xfs.txt
6318 XILINX SYSTEMACE DRIVER
6320 M: grant.likely@secretlab.ca
6321 W: http://www.secretlab.ca/
6322 L: linux-kernel@vger.kernel.org
6324 F: drivers/block/xsysace.c
6326 XILINX UARTLITE SERIAL DRIVER
6328 M: jacmet@sunsite.dk
6329 L: linux-serial@vger.kernel.org
6331 F: drivers/serial/uartlite.c
6333 YAM DRIVER FOR AX.25
6334 P: Jean-Paul Roubelat
6336 L: linux-hams@vger.kernel.org
6338 F: drivers/net/hamradio/yam*
6339 F: include/linux/yam.h
6341 YEALINK PHONE DRIVER
6343 M: Henk.Vergonet@gmail.com
6344 L: usbb2k-api-dev@nongnu.org
6346 F: Documentation/input/yealink.txt
6347 F: drivers/input/misc/yealink.*
6349 Z8530 DRIVER FOR AX.25
6352 W: http://yaina.de/jreuter/
6353 W: http://www.qsl.net/dl1bke/
6354 L: linux-hams@vger.kernel.org
6356 F: Documentation/networking/z8530drv.txt
6357 F: drivers/net/hamradio/*scc.c
6358 F: drivers/net/hamradio/z8530.h
6360 ZD1211RW WIRELESS DRIVER
6364 M: kune@deine-taler.de
6365 W: http://zd1211.ath.cx/wiki/DriverRewrite
6366 L: linux-wireless@vger.kernel.org
6367 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6369 F: drivers/net/wireless/zd1211rw/
6371 ZR36067 VIDEO FOR LINUX DRIVER
6372 L: mjpeg-users@lists.sourceforge.net
6373 L: linux-media@vger.kernel.org
6374 W: http://mjpeg.sourceforge.net/driver-zoran/
6375 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6377 F: drivers/media/video/zoran/
6379 ZS DECSTATION Z85C30 SERIAL DRIVER
6380 P: Maciej W. Rozycki
6381 M: macro@linux-mips.org
6383 F: drivers/serial/zs.*
6387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6388 S: Buried alive in reporters