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 CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
109 L: netdev@vger.kernel.org
111 F: drivers/net/3c505*
115 M: klassert@mathematik.tu-chemnitz.de
116 L: netdev@vger.kernel.org
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
123 M: dave@thedillows.org
124 L: netdev@vger.kernel.org
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
130 M: linuxraid@amcc.com
131 L: linux-scsi@vger.kernel.org
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
138 M: linuxraid@amcc.com
139 L: linux-scsi@vger.kernel.org
140 W: http://www.amcc.com
142 F: drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P: James E.J. Bottomley
146 M: James.Bottomley@HansenPartnership.com
147 L: linux-scsi@vger.kernel.org
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
153 M: ajk@comnets.uni-bremen.de
154 L: linux-hams@vger.kernel.org
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M: romieu@fr.zoreil.com
161 L: netdev@vger.kernel.org
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 M: alan@lxorguk.ukuu.org.uk
168 L: linux-serial@vger.kernel.org
169 W: http://serial.sourceforge.net
171 F: drivers/serial/8250*
172 F: include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
176 M: p_gortmaker@yahoo.com
177 L: netdev@vger.kernel.org
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
186 M: rminnich@sandia.gov
189 L: v9fs-developer@lists.sourceforge.net
190 W: http://swik.net/v9fs
191 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
193 F: Documentation/filesystems/9p.txt
196 A2232 SERIAL BOARD DRIVER
199 L: linux-m68k@lists.linux-m68k.org
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 M: aacraid@adaptec.com
206 L: linux-scsi@vger.kernel.org
207 W: http://www.adaptec.com/
209 F: Documentation/scsi/aacraid.txt
210 F: drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
214 M: j.w.r.degoede@hhs.nl
215 L: lm-sensors@lm-sensors.org
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
221 M: alistair@devzero.co.uk
222 L: lm-sensors@lm-sensors.org
224 F: drivers/hwmon/abituguru3.c
228 M: jes@trained-monkey.org
229 L: linux-acenic@sunsite.dk
231 F: drivers/net/acenic*
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
236 W: http://piie.net/?section=acerhdf
238 F: drivers/platform/x86/acerhdf.c
240 ACER WMI LAPTOP EXTRAS
242 M: carlos@strangeworlds.co.uk
243 L: aceracpi@googlegroups.com (subscribers-only)
244 W: http://code.google.com/p/aceracpi
246 F: drivers/platform/x86/acer-wmi.c
251 L: linux-acpi@vger.kernel.org
252 W: http://www.lesswatts.org/projects/acpi/
253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
256 F: drivers/pnp/pnpacpi/
257 F: include/linux/acpi.h
260 P: Alexey Starikovskiy
261 M: astarikovskiy@suse.de
262 L: linux-acpi@vger.kernel.org
263 W: http://www.lesswatts.org/projects/acpi/
265 F: drivers/acpi/battery.c
266 F: drivers/acpi/*sbs*
269 P: Alexey Starikovskiy
270 M: astarikovskiy@suse.de
271 L: linux-acpi@vger.kernel.org
272 W: http://www.lesswatts.org/projects/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/fan.c
284 ACPI PCI HOTPLUG DRIVER
285 P: Kristen Carlson Accardi
286 M: kristen.c.accardi@intel.com
287 L: linux-pci@vger.kernel.org
289 F: drivers/pci/hotplug/acpi*
293 M: rui.zhang@intel.com
294 L: linux-acpi@vger.kernel.org
295 W: http://www.lesswatts.org/projects/acpi/
297 F: drivers/acpi/*thermal*
301 M: rui.zhang@intel.com
302 L: linux-acpi@vger.kernel.org
303 W: http://www.lesswatts.org/projects/acpi/
305 F: drivers/acpi/video.c
309 M: carlos@strangeworlds.co.uk
310 L: linux-acpi@vger.kernel.org
311 W: http://www.lesswatts.org/projects/acpi/
313 F: drivers/platform/x86/wmi.c
315 AD1889 ALSA SOUND DRIVER
319 M: T-Bone@parisc-linux.org
320 W: http://wiki.parisc-linux.org/AD1889
321 L: linux-parisc@vger.kernel.org
323 F: sound/pci/ad1889.*
325 ADM1025 HARDWARE MONITOR DRIVER
327 M: khali@linux-fr.org
328 L: lm-sensors@lm-sensors.org
330 F: Documentation/hwmon/adm1025
331 F: drivers/hwmon/adm1025.c
333 ADM1029 HARDWARE MONITOR DRIVER
335 M: corentin.labbe@geomatys.fr
336 L: lm-sensors@lm-sensors.org
338 F: drivers/hwmon/adm1029.c
340 ADM8211 WIRELESS DRIVER
342 M: flamingice@sourmilk.net
343 L: linux-wireless@vger.kernel.org
344 W: http://linuxwireless.org/
345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
347 F: drivers/net/wireless/adm8211.*
353 F: drivers/macintosh/therm_adt746x.c
358 L: linux-scsi@vger.kernel.org
360 F: Documentation/scsi/advansys.txt
361 F: drivers/scsi/advansys.c
364 P: Riccardo Facchetti
367 F: sound/oss/aedsp16.c
371 M: zippel@linux-m68k.org
373 F: Documentation/filesystems/affs.txt
376 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
378 M: dhowells@redhat.com
379 L: linux-afs@lists.infradead.org
382 F: include/net/af_rxrpc.h
383 F: net/rxrpc/af_rxrpc.c
388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
391 F: include/linux/agp*
394 P: Juergen E. Fischer
396 L: linux-scsi@vger.kernel.org
398 F: drivers/scsi/aha152x*
399 F: drivers/scsi/pcmcia/aha152x*
401 AIC7XXX / AIC79XX SCSI DRIVER
404 L: linux-scsi@vger.kernel.org
406 F: drivers/scsi/aic7xxx/
407 F: drivers/scsi/aic7xxx_old/
412 L: linux-aio@kvack.org
415 F: include/linux/*aio*.h
417 ALCATEL SPEEDTOUCH USB DRIVER
419 M: duncan.sands@free.fr
420 L: linux-usb@vger.kernel.org
421 W: http://www.linux-usb.org/SpeedTouch/
423 F: drivers/usb/atm/speedtch.c
424 F: drivers/usb/atm/usbatm.c
426 ALCHEMY AU1XX0 MMC DRIVER
428 M: manuel.lauss@gmail.com
430 F: drivers/mmc/host/au1xmmc.c
434 M: r.marek@assembler.cz
435 L: linux-i2c@vger.kernel.org
437 F: Documentation/i2c/busses/i2c-ali1563
438 F: drivers/i2c/busses/i2c-ali1563.c
443 S: Odd Fixes for 2.4; Maintained for 2.6.
445 M: ink@jurassic.park.msu.ru
446 S: Maintained for 2.4; PCI support for 2.6.
447 L: linux-alpha@vger.kernel.org
450 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
452 M: dahlmann.thomas@arcor.de
453 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
455 F: drivers/usb/gadget/amd5536udc.*
457 AMD GEODE PROCESSOR/CHIPSET SUPPORT
459 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
460 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
462 F: arch/x86/kernel/geode_32.c
463 F: drivers/char/hw_random/geode-rng.c
464 F: drivers/crypto/geode*
465 F: drivers/video/geode/
466 F: arch/x86/include/asm/geode.h
470 M: joerg.roedel@amd.com
471 L: iommu@lists.linux-foundation.org
472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
474 F: arch/x86/kernel/amd_iommu*.c
475 F: arch/x86/include/asm/amd_iommu*.h
477 AMD MICROCODE UPDATE SUPPORT
479 M: andreas.herrmann3@amd.com
480 L: amd64-microcode@amd64.org
482 F: arch/x86/kernel/microcode_amd.c
484 AMS (Apple Motion Sensor) DRIVER
486 M: stelian@popies.net
487 P: Michael Hanselmann
488 M: linux-kernel@hansmi.ch
490 F: drivers/hwmon/ams/
494 M: tom@opengridcomputing.com
496 M: swise@opengridcomputing.com
497 L: general@lists.openfabrics.org
499 F: drivers/infiniband/hw/amso1100/
501 AOA (Apple Onboard Audio) ALSA DRIVER
503 M: johannes@sipsolutions.net
504 L: linuxppc-dev@ozlabs.org
505 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
511 M: sfr@canb.auug.org.au
512 L: linux-laptop@vger.kernel.org
513 W: http://www.canb.auug.org.au/~sfr/
515 F: arch/x86/kernel/apm_32.c
516 F: include/linux/apm_bios.h
518 APPLE BCM5974 MULTITOUCH DRIVER
520 M: rydberg@euromail.se
521 L: linux-input@vger.kernel.org
523 F: drivers/input/mouse/bcm5974.c
527 M: nicolas@boichat.ch
528 L: mactel-linux-devel@lists.sourceforge.net
530 F: drivers/hwmon/applesmc.c
532 APPLETALK NETWORK LAYER
533 P: Arnaldo Carvalho de Melo
534 M: acme@ghostprotocols.net
536 F: drivers/net/appletalk/
539 APPLETOUCH TOUCHPAD DRIVER
541 M: johannes@sipsolutions.net
542 L: linux-input@vger.kernel.org
544 F: Documentation/input/appletouch.txt
545 F: drivers/input/mouse/appletouch.c
547 ARC FRAMEBUFFER DRIVER
549 M: jayalk@intworks.biz
551 F: drivers/video/arcfb.c
552 F: drivers/video/fb_defio.c
554 ARM MFM AND FLOPPY DRIVERS
558 F: arch/arm/lib/floppydma.S
559 F: arch/arm/include/asm/floppy.h
563 M: linux@arm.linux.org.uk
564 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565 W: http://www.arm.linux.org.uk/
569 ARM PRIMECELL MMCI PL180/1 DRIVER
571 F: drivers/mmc/host/mmci.*
573 ARM/ADI ROADRUNNER MACHINE SUPPORT
575 M: kernel@wantstofly.org
576 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 F: arch/arm/mach-ixp23xx/
579 F: arch/arm/mach-ixp23xx/include/mach/
581 ARM/ADS SPHERE MACHINE SUPPORT
583 M: kernel@wantstofly.org
584 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587 ARM/AFEB9260 MACHINE SUPPORT
589 M: slapin@ossfans.org
590 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593 ARM/AJECO 1ARM MACHINE SUPPORT
595 M: kernel@wantstofly.org
596 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
601 M: linux@maxim.org.za
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 W: http://maxim.org.za/at91_26.html
606 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
608 M: kernel@wantstofly.org
609 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
612 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
614 M: kernel@wantstofly.org
615 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
620 M: linux@arm.linux.org.uk
621 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
622 F: arch/arm/common/clkdev.c
623 F: arch/arm/include/asm/clkdev.h
625 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
627 M: mike@compulab.co.il
628 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
631 ARM/CORGI MACHINE SUPPORT
636 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
638 M: paulius.zaleckas@teltonika.lt
639 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
640 T: git git://gitorious.org/linux-gemini/mainline.git
642 F: arch/arm/mach-gemini/
644 ARM/EBSA110 MACHINE SUPPORT
646 M: linux@arm.linux.org.uk
647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 W: http://www.arm.linux.org.uk/
650 F: arch/arm/mach-ebsa110/
651 F: drivers/net/arm/am79c961a.*
653 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
657 M: stefan@openezx.org
659 M: laforge@openezx.org
660 L: openezx-devel@lists.openezx.org (subscribers-only)
661 W: http://www.openezx.org/
663 T: topgit git://git.openezx.org/openezx.git
664 F: arch/arm/mach-pxa/ezx.c
666 ARM/FARADAY FA526 PORT
668 M: paulius.zaleckas@teltonika.lt
669 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673 ARM/FOOTBRIDGE ARCHITECTURE
675 M: linux@arm.linux.org.uk
676 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 W: http://www.arm.linux.org.uk/
679 F: arch/arm/include/asm/hardware/dec21285.h
680 F: arch/arm/mach-footbridge/
682 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
684 M: kernel@pengutronix.de
685 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
690 M: kernel@wantstofly.org
691 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
694 ARM/GUMSTIX MACHINE SUPPORT
697 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
702 M: philipp.zabel@gmail.com
704 F: arch/arm/mach-pxa/hx4700.c
705 F: arch/arm/mach-pxa/include/mach/hx4700.h
707 ARM/HP JORNADA 7XX MACHINE SUPPORT
708 P: Kristoffer Ericson
709 M: kristoffer.ericson@gmail.com
713 ARM/INTEL IOP32X ARM ARCHITECTURE
715 M: kernel@wantstofly.org
717 M: dan.j.williams@intel.com
718 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721 ARM/INTEL IOP33X ARM ARCHITECTURE
723 M: dan.j.williams@intel.com
724 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
727 ARM/INTEL IOP13XX ARM ARCHITECTURE
729 M: kernel@wantstofly.org
731 M: dan.j.williams@intel.com
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL IQ81342EX MACHINE SUPPORT
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/INTEL IXP2000 ARM ARCHITECTURE
745 M: kernel@wantstofly.org
746 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 ARM/INTEL IXDP2850 MACHINE SUPPORT
751 M: kernel@wantstofly.org
752 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 ARM/INTEL IXP23XX ARM ARCHITECTURE
757 M: kernel@wantstofly.org
758 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
761 ARM/INTEL XSC3 (MANZANO) ARM CORE
763 M: kernel@wantstofly.org
765 M: dan.j.williams@intel.com
766 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
769 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
771 M: kernel@wantstofly.org
772 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
775 ARM/LOGICPD PXA270 MACHINE SUPPORT
777 M: kernel@wantstofly.org
778 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781 ARM/MAGICIAN MACHINE SUPPORT
783 M: philipp.zabel@gmail.com
786 ARM/MIOA701 MACHINE SUPPORT
788 M: robert.jarzmik@free.fr
789 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790 F: arch/arm/mach-pxa/mioa701.c
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 P: Michael Petchkovsky
795 M: mkpetch@internode.on.net
798 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
800 M: arhuaco@freaks-unidos.net
801 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
802 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
805 ARM/TOSA MACHINE SUPPORT
806 P: Dmitry Eremin-Solenikov
807 M: dbaryshkov@gmail.com
809 M: dirk@opfer-online.de
812 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
814 M: marek.vasut@gmail.com
815 W: http://hackndev.com
818 ARM/PALM TREO 680 SUPPORT
820 M: sleep_walker@suse.cz
821 W: http://hackndev.com
826 M: slapin@ossfans.org
827 W: http://hackndev.com
832 M: pleb@gelato.unsw.edu.au
833 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
836 ARM/PT DIGITAL BOARD PORT
838 M: stefan.eletzhofer@eletztrick.de
839 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
840 W: http://www.arm.linux.org.uk/
843 ARM/RADISYS ENP2611 MACHINE SUPPORT
845 M: kernel@wantstofly.org
846 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
849 ARM/RISCPC ARCHITECTURE
851 M: linux@arm.linux.org.uk
852 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 W: http://www.arm.linux.org.uk/
855 F: arch/arm/common/time-acorn.c
856 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
857 F: arch/arm/include/asm/hardware/ioc.h
858 F: arch/arm/include/asm/hardware/iomd.h
859 F: arch/arm/include/asm/hardware/memc.h
860 F: arch/arm/mach-rpc/
861 F: drivers/net/arm/ether*
864 ARM/SHARK MACHINE SUPPORT
866 M: alex@shark-linux.de
867 W: http://www.shark-linux.de/shark.html
870 ARM/S3C2410 ARM ARCHITECTURE
872 M: ben-linux@fluff.org
873 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
874 W: http://www.fluff.org/ben/linux/
877 ARM/S3C2440 ARM ARCHITECTURE
879 M: ben-linux@fluff.org
880 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
881 W: http://www.fluff.org/ben/linux/
884 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
886 M: kernel@wantstofly.org
887 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
890 ARM/THECUS N2100 MACHINE SUPPORT
892 M: kernel@wantstofly.org
893 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
896 ARM/NUVOTON W90X900 ARM ARCHITECTURE
898 M: mcuos.com@gmail.com
899 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
900 W: http://www.mcuos.com
905 M: linux@arm.linux.org.uk
906 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907 W: http://www.arm.linux.org.uk/
913 L: netdev@vger.kernel.org
917 ASUS ACPI EXTRAS DRIVER
919 M: corentincj@iksaif.net
921 M: sziwan@users.sourceforge.net
922 L: acpi4asus-user@lists.sourceforge.net
923 W: http://acpi4asus.sf.net
925 F: arch/x86/kernel/acpi/boot.c
926 F: drivers/platform/x86/asus_acpi.c
928 ASUS ASB100 HARDWARE MONITOR DRIVER
930 M: mhoffman@lightlink.com
931 L: lm-sensors@lm-sensors.org
933 F: drivers/hwmon/asb100.c
935 ASUS LAPTOP EXTRAS DRIVER
937 M: corentincj@iksaif.net
938 L: acpi4asus-user@lists.sourceforge.net
939 W: http://acpi4asus.sf.net
941 F: drivers/platform/x86/asus-laptop.c
943 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
945 M: dan.j.williams@intel.com
947 M: maciej.sosnowski@intel.com
948 W: http://sourceforge.net/projects/xscaleiop
950 F: Documentation/crypto/async-tx-api.txt
953 F: include/linux/dmaengine.h
954 F: include/linux/async_tx.h
956 ATA OVER ETHERNET (AOE) DRIVER
958 M: ecashin@coraid.com
959 W: http://www.coraid.com/support/linux
961 F: Documentation/aoe/
962 F: drivers/block/aoe/
964 ATHEROS ATH5K WIRELESS DRIVER
966 M: jirislaby@gmail.com
968 M: mickflemm@gmail.com
970 M: lrodriguez@atheros.com
972 M: me@bobcopeland.com
973 L: linux-wireless@vger.kernel.org
974 L: ath5k-devel@lists.ath5k.org
976 F: drivers/net/wireless/ath/ath5k/
978 ATHEROS ATH9K WIRELESS DRIVER
980 M: lrodriguez@atheros.com
982 M: jmalinen@atheros.com
984 M: Sujith.Manoharan@atheros.com
985 P: Vasanthakumar Thiagarajan
986 M: vasanth@atheros.com
987 P: Senthil Balasubramanian
988 M: senthilkumar@atheros.com
989 L: linux-wireless@vger.kernel.org
990 L: ath9k-devel@lists.ath9k.org
992 F: drivers/net/wireless/ath/ath9k/
994 ATHEROS AR9170 WIRELESS DRIVER
995 P: Christian Lamparter
997 L: linux-wireless@vger.kernel.org
998 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1000 F: drivers/net/wireless/ath/ar9170/
1006 F: drivers/input/misc/ati_remote2.c
1008 ATLX ETHERNET DRIVERS
1010 M: jcliburn@gmail.com
1012 M: csnook@redhat.com
1014 M: jie.yang@atheros.com
1015 L: atl1-devel@lists.sourceforge.net
1016 W: http://sourceforge.net/projects/atl1
1017 W: http://atl1.sourceforge.net
1019 F: drivers/net/atlx/
1023 M: chas@cmf.nrl.navy.mil
1024 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1025 L: netdev@vger.kernel.org
1026 W: http://linux-atm.sourceforge.net
1029 F: include/linux/atm*
1031 ATMEL AT91 MCI DRIVER
1033 M: nicolas.ferre@atmel.com
1034 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1035 W: http://www.atmel.com/products/AT91/
1036 W: http://www.at91.com/
1038 F: drivers/mmc/host/at91_mci.c
1040 ATMEL AT91 / AT32 MCI DRIVER
1042 M: nicolas.ferre@atmel.com
1044 F: drivers/mmc/host/atmel-mci.c
1045 F: drivers/mmc/host/atmel-mci-regs.h
1047 ATMEL AT91 / AT32 SERIAL DRIVER
1048 P: Haavard Skinnemoen
1049 M: hskinnemoen@atmel.com
1051 F: drivers/serial/atmel_serial.c
1055 M: nicolas.ferre@atmel.com
1056 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1058 F: drivers/video/atmel_lcdfb.c
1059 F: include/video/atmel_lcdc.h
1061 ATMEL MACB ETHERNET DRIVER
1062 P: Haavard Skinnemoen
1063 M: hskinnemoen@atmel.com
1065 F: drivers/net/macb.*
1068 P: Haavard Skinnemoen
1069 M: hskinnemoen@atmel.com
1071 F: drivers/spi/atmel_spi.*
1073 ATMEL USBA UDC DRIVER
1074 P: Haavard Skinnemoen
1075 M: hskinnemoen@atmel.com
1076 L: kernel@avr32linux.org
1077 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1079 F: drivers/usb/gadget/atmel_usba_udc.*
1081 ATMEL WIRELESS DRIVER
1083 M: simon@thekelleys.org.uk
1084 L: linux-wireless@vger.kernel.org
1085 W: http://www.thekelleys.org.uk/atmel
1086 W: http://atmelwlandriver.sourceforge.net/
1088 F: drivers/net/wireless/atmel*
1092 M: viro@zeniv.linux.org.uk
1094 M: eparis@redhat.com
1095 L: linux-audit@redhat.com (subscribers-only)
1096 W: http://people.redhat.com/sgrubb/audit/
1097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1099 F: include/linux/audit.h
1102 AUXILIARY DISPLAY DRIVERS
1103 P: Miguel Ojeda Sandonis
1104 M: miguel.ojeda.sandonis@gmail.com
1105 W: http://miguelojeda.es/auxdisplay.htm
1106 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1108 F: drivers/auxdisplay/
1109 F: include/linux/cfag12864b.h
1112 P: Haavard Skinnemoen
1113 M: hskinnemoen@atmel.com
1114 W: http://www.atmel.com/products/AVR32/
1115 W: http://avr32linux.org/
1116 W: http://avrfreaks.net/
1120 AVR32/AT32AP MACHINE SUPPORT
1121 P: Haavard Skinnemoen
1122 M: hskinnemoen@atmel.com
1124 F: arch/avr32/mach-at32ap/
1128 M: ralf@linux-mips.org
1129 L: linux-hams@vger.kernel.org
1130 W: http://www.linux-ax25.org/
1132 F: include/linux/ax25.h
1133 F: include/net/ax25.h
1140 M: stefano.brivio@polimi.it
1141 L: linux-wireless@vger.kernel.org
1142 W: http://linuxwireless.org/en/users/Drivers/b43
1144 F: drivers/net/wireless/b43/
1146 B43LEGACY WIRELESS DRIVER
1148 M: Larry.Finger@lwfinger.net
1150 M: stefano.brivio@polimi.it
1151 L: linux-wireless@vger.kernel.org
1152 W: http://linuxwireless.org/en/users/Drivers/b43
1154 F: drivers/net/wireless/b43legacy/
1156 BACKLIGHT CLASS/SUBSYSTEM
1158 M: rpurdie@rpsys.net
1160 F: drivers/video/backlight/
1161 F: include/linux/backlight.h
1163 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1165 M: t.sailer@alumni.ethz.ch
1166 L: linux-hams@vger.kernel.org
1167 W: http://www.baycom.org/~tom/ham/ham.html
1169 F: drivers/net/hamradio/baycom*
1172 P: Sergey S. Kostyliov
1173 M: rathamahata@php4.ru
1175 F: Documentation/filesystems/befs.txt
1179 P: Tigran A. Aivazian
1180 M: tigran@aivazian.fsnet.co.uk
1182 F: Documentation/filesystems/bfs.txt
1184 F: include/linux/bfs_fs.h
1186 BLACKFIN ARCHITECTURE
1188 M: vapier@gentoo.org
1189 L: uclinux-dist-devel@blackfin.uclinux.org
1190 W: http://blackfin.uclinux.org
1194 BLACKFIN EMAC DRIVER
1195 P: Michael Hennerich
1196 M: michael.hennerich@analog.com
1197 L: uclinux-dist-devel@blackfin.uclinux.org
1198 W: http://blackfin.uclinux.org
1200 F: drivers/net/bfin_mac.*
1204 M: vapier.adi@gmail.com
1205 L: uclinux-dist-devel@blackfin.uclinux.org
1206 W: http://blackfin.uclinux.org
1208 F: drivers/rtc/rtc-bfin.c
1210 BLACKFIN SERIAL DRIVER
1212 M: sonic.zhang@analog.com
1213 L: uclinux-dist-devel@blackfin.uclinux.org
1214 W: http://blackfin.uclinux.org
1216 F: drivers/serial/bfin_5xx.c
1218 BLACKFIN WATCHDOG DRIVER
1220 M: vapier.adi@gmail.com
1221 L: uclinux-dist-devel@blackfin.uclinux.org
1222 W: http://blackfin.uclinux.org
1224 F: drivers/watchdog/bfin_wdt.c
1226 BLACKFIN I2C TWI DRIVER
1228 M: sonic.zhang@analog.com
1229 L: uclinux-dist-devel@blackfin.uclinux.org
1230 W: http://blackfin.uclinux.org/
1232 F: drivers/i2c/busses/i2c-bfin-twi.c
1237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1243 M: joern@lazybastard.org
1244 L: linux-mtd@lists.infradead.org
1246 F: drivers/mtd/devices/block2mtd.c
1250 M: marcel@holtmann.org
1251 L: linux-bluetooth@vger.kernel.org
1252 W: http://www.bluez.org/
1254 F: drivers/bluetooth/
1258 M: marcel@holtmann.org
1259 L: linux-bluetooth@vger.kernel.org
1260 W: http://www.bluez.org/
1261 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1264 F: include/net/bluetooth/
1269 L: bonding-devel@lists.sourceforge.net
1270 W: http://sourceforge.net/projects/bonding/
1272 F: drivers/net/bonding/
1273 F: include/linux/if_bonding.h
1275 BROADCOM B44 10/100 ETHERNET DRIVER
1277 M: zambrano@broadcom.com
1278 L: netdev@vger.kernel.org
1280 F: drivers/net/b44.*
1282 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1284 M: mchan@broadcom.com
1285 L: netdev@vger.kernel.org
1287 F: drivers/net/bnx2.*
1288 F: drivers/net/bnx2_*
1290 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1292 M: eilong@broadcom.com
1293 L: netdev@vger.kernel.org
1295 F: drivers/net/bnx2x*
1297 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1299 M: mcarlson@broadcom.com
1301 M: mchan@broadcom.com
1302 L: netdev@vger.kernel.org
1304 F: drivers/net/tg3.*
1306 BSG (block layer generic sg v4 driver)
1308 M: fujita.tomonori@lab.ntt.co.jp
1309 L: linux-scsi@vger.kernel.org
1312 F: include/linux/bsg.h
1317 W: http://bu3sch.de/btgpio.php
1319 F: drivers/gpio/bt8xxgpio.c
1323 M: chris.mason@oracle.com
1324 L: linux-btrfs@vger.kernel.org
1325 W: http://btrfs.wiki.kernel.org/
1326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1328 F: Documentation/filesystems/btrfs.txt
1331 BTTV VIDEO4LINUX DRIVER
1332 P: Mauro Carvalho Chehab
1333 M: mchehab@infradead.org
1334 L: linux-media@vger.kernel.org
1335 W: http://linuxtv.org
1336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1338 F: Documentation/video4linux/bttv/
1339 F: drivers/media/video/bt8xx/bttv*
1341 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1343 M: dhowells@redhat.com
1344 L: linux-cachefs@redhat.com
1346 F: Documentation/filesystems/caching/cachefiles.txt
1349 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1352 L: linux-media@vger.kernel.org
1353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1355 F: Documentation/video4linux/cafe_ccic
1356 F: drivers/media/video/cafe_ccic*
1358 CALGARY x86-64 IOMMU
1363 L: discuss@x86-64.org
1365 F: arch/x86/kernel/pci-calgary_64.c
1366 F: arch/x86/kernel/tce_64.c
1367 F: arch/x86/include/asm/calgary.h
1368 F: arch/x86/include/asm/tce.h
1372 M: urs.thuermann@volkswagen.de
1374 M: oliver.hartkopp@volkswagen.de
1375 L: socketcan-core@lists.berlios.de (subscribers-only)
1376 W: http://developer.berlios.de/projects/socketcan/
1379 F: include/linux/can/
1380 F: include/linux/can.h
1383 P: Wolfgang Grandegger
1384 M: wg@grandegger.com
1385 L: socketcan-core@lists.berlios.de (subscribers-only)
1386 W: http://developer.berlios.de/projects/socketcan/
1389 CELL BROADBAND ENGINE ARCHITECTURE
1392 L: linuxppc-dev@ozlabs.org
1393 L: cbe-oss-dev@ozlabs.org
1394 W: http://www.ibm.com/developerworks/power/cell/
1396 F: arch/powerpc/include/asm/cell*.h
1397 F: arch/powerpc/include/asm/spu*.h
1398 F: arch/powerpc/oprofile/*cell*
1399 F: arch/powerpc/platforms/cell/
1401 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1403 M: david.vrabel@csr.com
1404 L: linux-usb@vger.kernel.org
1406 F: Documentation/usb/WUSB-Design-overview.txt
1407 F: Documentation/usb/wusb-cbaf
1408 F: drivers/usb/wusbcore/
1409 F: include/linux/usb/wusb*
1411 CFAG12864B LCD DRIVER
1412 P: Miguel Ojeda Sandonis
1413 M: miguel.ojeda.sandonis@gmail.com
1414 W: http://miguelojeda.es/auxdisplay.htm
1415 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1417 F: drivers/auxdisplay/cfag12864b.c
1418 F: include/linux/cfag12864b.h
1420 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1421 P: Miguel Ojeda Sandonis
1422 M: miguel.ojeda.sandonis@gmail.com
1423 W: http://miguelojeda.es/auxdisplay.htm
1424 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1426 F: drivers/auxdisplay/cfag12864bfb.c
1427 F: include/linux/cfag12864b.h
1429 CFG80211 and NL80211
1431 M: johannes@sipsolutions.net
1432 L: linux-wireless@vger.kernel.org
1434 F: include/linux/nl80211.h
1435 F: include/net/cfg80211.h
1437 X: net/wireless/wext*
1441 M: apw@canonical.com
1443 F: scripts/checkpatch.pl
1445 CISCO 10G ETHERNET DRIVER
1447 M: scofeldm@cisco.com
1449 M: jeykholt@cisco.com
1451 F: drivers/net/enic/
1453 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1454 P: Lennert Buytenhek
1455 M: kernel@wantstofly.org
1456 L: netdev@vger.kernel.org
1458 F: drivers/net/arm/ep93xx_eth.c
1460 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1461 P: Lennert Buytenhek
1462 M: kernel@wantstofly.org
1463 L: linux-usb@vger.kernel.org
1465 F: drivers/usb/host/ohci-ep93xx.c
1467 CIRRUS LOGIC CS4270 SOUND DRIVER
1469 M: timur@freescale.com
1470 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1472 F: sound/soc/codecs/cs4270*
1474 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1475 P: Cirrus Logic Corporation (kernel 2.2 driver)
1476 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1477 P: Nils Faerber (port to kernel 2.4)
1478 M: Nils Faerber <nils@kernelconcepts.de>
1480 F: Documentation/input/cs461x.txt
1481 F: sound/pci/cs46xx/
1485 M: linux@arm.linux.org.uk
1486 F: include/linux/clk.h
1488 CISCO FCOE HBA DRIVER
1489 P: Abhijeet Joglekar
1490 M: abjoglek@cisco.com
1492 M: jeykholt@cisco.com
1493 L: linux-scsi@vger.kernel.org
1495 F: drivers/scsi/fnic/
1499 M: jaharkes@cs.cmu.edu
1501 L: codalist@coda.cs.cmu.edu
1502 W: http://www.coda.cs.cmu.edu/
1504 F: Documentation/filesystems/coda.txt
1506 F: include/linux/coda*.h
1508 COMMON INTERNET FILE SYSTEM (CIFS)
1510 M: sfrench@samba.org
1511 L: linux-cifs-client@lists.samba.org
1512 L: samba-technical@lists.samba.org
1513 W: http://linux-cifs.samba.org/
1514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1516 F: Documentation/filesystems/cifs.txt
1519 COMPACTPCI HOTPLUG CORE
1521 M: scottm@somanetworks.com
1522 M: scott@spiteful.org
1523 L: linux-pci@vger.kernel.org
1525 F: drivers/pci/hotplug/cpci_hotplug*
1527 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1529 M: scottm@somanetworks.com
1530 M: scott@spiteful.org
1531 L: linux-pci@vger.kernel.org
1533 F: drivers/pci/hotplug/cpcihp_zt5550.*
1535 COMPACTPCI HOTPLUG GENERIC DRIVER
1537 M: scottm@somanetworks.com
1538 M: scott@spiteful.org
1539 L: linux-pci@vger.kernel.org
1541 F: drivers/pci/hotplug/cpcihp_generic.c
1543 COMPAL LAPTOP SUPPORT
1544 P: Cezary Jackiewicz
1545 M: cezary.jackiewicz@gmail.com
1547 F: drivers/platform/x86/compal-laptop.c
1549 COMPUTONE INTELLIPORT MULTIPORT CARD
1550 P: Michael H. Warfield
1552 W: http://www.wittsend.com/computone.html
1554 F: Documentation/serial/computone.txt
1555 F: drivers/char/ip2/
1557 CONEXANT ACCESSRUNNER USB DRIVER
1559 M: cxacru@fire.lp0.eu
1560 L: accessrunner-general@lists.sourceforge.net
1561 W: http://accessrunner.sourceforge.net/
1563 F: drivers/usb/atm/cxacru.c
1567 M: joel.becker@oracle.com
1570 F: include/linux/configfs.h
1572 CONTROL GROUPS (CGROUPS)
1574 M: menage@google.com
1576 M: lizf@cn.fujitsu.com
1577 L: containers@lists.linux-foundation.org
1579 F: include/linux/cgroup*
1583 CORETEMP HARDWARE MONITORING DRIVER
1585 M: r.marek@assembler.cz
1586 L: lm-sensors@lm-sensors.org
1588 F: Documentation/hwmon/coretemp
1589 F: drivers/hwmon/coretemp.c
1591 COSA/SRP SYNC SERIAL DRIVER
1592 P: Jan "Yenya" Kasprzak
1594 W: http://www.fi.muni.cz/~kas/cosa/
1596 F: drivers/net/wan/cosa*
1598 CPMAC ETHERNET DRIVER
1600 M: florian@openwrt.org
1601 L: netdev@vger.kernel.org
1603 F: drivers/net/cpmac.c
1605 CPU FREQUENCY DRIVERS
1608 L: cpufreq@vger.kernel.org
1609 W: http://www.codemonkey.org.uk/projects/cpufreq/
1610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1612 F: arch/x86/kernel/cpu/cpufreq/
1614 F: include/linux/cpufreq.h
1620 F: arch/x86/kernel/cpuid.c
1621 F: arch/x86/kernel/msr.c
1625 M: menage@google.com
1626 W: http://www.bullopensource.org/cpuset/
1627 W: http://oss.sgi.com/projects/cpusets/
1629 F: Documentation/cgroups/cpusets.txt
1630 F: include/linux/cpuset.h
1634 W: http://sourceforge.net/projects/cramfs/
1636 F: Documentation/filesystems/cramfs.txt
1643 M: jesper.nilsson@axis.com
1644 L: linux-cris-kernel@axis.com
1645 W: http://developer.axis.com
1651 M: herbert@gondor.apana.org.au
1653 M: davem@davemloft.net
1654 L: linux-crypto@vger.kernel.org
1655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1657 F: Documentation/crypto/
1663 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1665 M: nhorman@tuxdriver.com
1666 L: linux-crypto@vger.kernel.org
1669 CS5535 Audio ALSA driver
1671 M: jayakumar.alsa@gmail.com
1673 F: sound/pci/cs5535audio/
1675 CX18 VIDEO4LINUX DRIVER
1677 M: hverkuil@xs4all.nl
1680 L: ivtv-devel@ivtvdriver.org
1681 L: ivtv-users@ivtvdriver.org
1682 L: linux-media@vger.kernel.org
1683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1684 W: http://linuxtv.org
1686 F: Documentation/video4linux/cx18.txt
1687 F: drivers/media/video/cx18/
1689 CXGB3 ETHERNET DRIVER (CXGB3)
1692 L: netdev@vger.kernel.org
1693 W: http://www.chelsio.com
1695 F: drivers/net/cxgb3/
1697 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1699 M: swise@chelsio.com
1700 L: general@lists.openfabrics.org
1701 W: http://www.openfabrics.org
1703 F: drivers/infiniband/hw/cxgb3/
1707 M: linux@arm.linux.org.uk
1708 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1709 W: http://www.arm.linux.org.uk/
1711 F: drivers/video/cyber2000fb.*
1713 CYCLADES 2X SYNC CARD DRIVER
1714 P: Arnaldo Carvalho de Melo
1715 M: acme@ghostprotocols.net
1716 W: http://oops.ghostprotocols.net:81/blog
1718 F: drivers/net/wan/cycx*
1720 CYCLADES ASYNC MUX DRIVER
1721 W: http://www.cyclades.com/
1723 F: drivers/char/cyclades.c
1724 F: include/linux/cyclades.h
1726 CYCLADES PC300 DRIVER
1727 W: http://www.cyclades.com/
1729 F: drivers/net/wan/pc300*
1731 DAMA SLAVE for AX.25
1734 W: http://yaina.de/jreuter/
1735 W: http://www.qsl.net/dl1bke/
1736 L: linux-hams@vger.kernel.org
1738 F: net/ax25/af_ax25.c
1739 F: net/ax25/ax25_dev.c
1740 F: net/ax25/ax25_ds_*
1741 F: net/ax25/ax25_in.c
1742 F: net/ax25/ax25_out.c
1743 F: net/ax25/ax25_timer.c
1744 F: net/ax25/sysctl_net_ax25.c
1746 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1748 M: tori@unhappy.mine.nu
1749 L: netdev@vger.kernel.org
1751 F: Documentation/networking/dmfe.txt
1752 F: drivers/net/tulip/dmfe.c
1754 DC390/AM53C974 SCSI driver
1757 W: http://www.garloff.de/kurt/linux/dc390/
1758 P: Guennadi Liakhovetski
1759 M: g.liakhovetski@gmx.de
1761 F: drivers/scsi/tmscsim.*
1765 M: oliver@neukum.name
1769 M: lenehan@twibble.org
1770 W: http://twibble.org/dist/dc395x/
1771 L: dc395x@twibble.org
1772 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1774 F: Documentation/scsi/dc395x.txt
1775 F: drivers/scsi/dc395x.*
1778 P: Arnaldo Carvalho de Melo
1779 M: acme@ghostprotocols.net
1780 L: dccp@vger.kernel.org
1781 W: http://linux-net.osdl.org/index.php/DCCP
1783 F: include/linux/dccp.h
1784 F: include/linux/tfrc.h
1787 DECnet NETWORK LAYER
1788 P: Christine Caulfield
1789 M: christine.caulfield@googlemail.com
1790 W: http://linux-decnet.sourceforge.net
1791 L: linux-decnet-user@lists.sourceforge.net
1793 F: Documentation/networking/decnet.txt
1796 DEFXX FDDI NETWORK DRIVER
1797 P: Maciej W. Rozycki
1798 M: macro@linux-mips.org
1800 F: drivers/net/defxx.*
1804 M: mjg59@srcf.ucam.org
1806 F: drivers/platform/x86/dell-laptop.c
1808 DELL LAPTOP SMM DRIVER
1809 P: Massimo Dal Zotto
1811 W: http://www.debian.org/~dz/i8k/
1813 F: drivers/char/i8k.c
1814 F: include/linux/i8k.h
1816 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1818 M: Douglas_Warzecha@dell.com
1820 F: Documentation/dcdbas.txt
1821 F: drivers/firmware/dcdbas.*
1823 DELL WMI EXTRAS DRIVER
1825 M: mjg59@srcf.ucam.org
1828 DEVICE NUMBER REGISTRY
1830 M: device@lanana.org
1831 W: http://lanana.org/docs/device-list/index.html
1836 L: dm-devel@redhat.com
1837 W: http://sources.redhat.com/dm
1839 F: Documentation/device-mapper/
1841 F: include/linux/device-mapper.h
1842 F: include/linux/dm-*.h
1844 DIGI INTL. EPCA DRIVER
1845 P: Digi International, Inc
1846 M: Eng.Linux@digi.com
1847 L: Eng.Linux@digi.com
1848 W: http://www.digi.com
1850 F: Documentation/serial/digiepca.txt
1851 F: drivers/char/epca*
1852 F: drivers/char/digi*
1854 DIRECTORY NOTIFICATION (DNOTIFY)
1856 M: eparis@parisplace.org
1858 F: Documentation/filesystems/dnotify.txt
1859 F: fs/notify/dnotify/
1860 F: include/linux/dnotify.h
1862 DISK GEOMETRY AND PARTITION HANDLING
1865 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1866 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1867 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1874 F: Documentation/filesystems/quota.txt
1876 F: include/linux/quota*.h
1878 DISTRIBUTED LOCK MANAGER (DLM)
1879 P: Christine Caulfield
1880 M: ccaulfie@redhat.com
1882 M: teigland@redhat.com
1883 L: cluster-devel@redhat.com
1884 W: http://sources.redhat.com/cluster/
1885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1889 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1891 M: maciej.sosnowski@intel.com
1893 M: dan.j.williams@intel.com
1896 F: include/linux/dma*
1898 DME1737 HARDWARE MONITOR DRIVER
1901 L: lm-sensors@lm-sensors.org
1903 F: Documentation/hwmon/dme1737
1904 F: drivers/hwmon/dme1737.c
1906 DOCBOOK FOR DOCUMENTATION
1908 M: rdunlap@xenotime.net
1911 DOCKING STATION DRIVER
1913 M: shaohua.li@intel.com
1914 L: linux-acpi@vger.kernel.org
1916 F: drivers/acpi/dock.c
1920 M: rdunlap@xenotime.net
1921 L: linux-doc@vger.kernel.org
1926 P: James R. Van Zandt
1927 M: jrv@vanzandt.mv.com
1928 L: blinux-list@redhat.com
1930 F: drivers/char/dtlk.c
1931 F: include/linux/dtlk.h
1933 DPT_I2O SCSI RAID DRIVER
1934 P: Adaptec OEM Raid Solutions
1935 M: aacraid@adaptec.com
1936 L: linux-scsi@vger.kernel.org
1937 W: http://www.adaptec.com/
1939 F: drivers/scsi/dpt*
1940 F: drivers/scsi/dpt/
1942 DRIVER CORE, KOBJECTS, AND SYSFS
1943 P: Greg Kroah-Hartman
1945 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1947 F: Documentation/kobject.txt
1950 F: include/linux/kobj*
1956 L: dri-devel@lists.sourceforge.net
1957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1963 M: romieu@fr.zoreil.com
1964 L: netdev@vger.kernel.org
1966 F: drivers/net/wan/dscc4.c
1968 DZ DECSTATION DZ11 SERIAL DRIVER
1969 P: Maciej W. Rozycki
1970 M: macro@linux-mips.org
1972 F: drivers/serial/dz.*
1974 EATA-DMA SCSI DRIVER
1976 M: mike@i-Connect.Net
1977 L: linux-eata@i-connect.net
1978 L: linux-scsi@vger.kernel.org
1980 F: drivers/scsi/eata*
1982 EATA ISA/EISA/PCI SCSI DRIVER
1984 M: ballabio_dario@emc.com
1985 L: linux-scsi@vger.kernel.org
1987 F: drivers/scsi/eata.c
1989 EATA-PIO SCSI DRIVER
1991 M: mike@i-Connect.Net
1992 L: linux-eata@i-connect.net
1993 L: linux-scsi@vger.kernel.org
1995 F: drivers/scsi/eata_pio.*
1999 M: bart.de.schuymer@pandora.be
2000 L: ebtables-user@lists.sourceforge.net
2001 L: ebtables-devel@lists.sourceforge.net
2002 W: http://ebtables.sourceforge.net/
2004 F: include/linux/netfilter_bridge/ebt_*.h
2005 F: net/bridge/netfilter/ebt*.c
2009 M: tyhicks@linux.vnet.ibm.com
2011 M: kirkland@canonical.com
2012 L: ecryptfs-devel@lists.launchpad.net
2013 W: https://launchpad.net/ecryptfs
2015 F: Documentation/filesystems/ecryptfs.txt
2020 M: dougthompson@xmission.com
2021 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2022 W: bluesmoke.sourceforge.net
2024 F: Documentation/edac.txt
2025 F: drivers/edac/edac_*
2026 F: include/linux/edac.h
2030 M: dougthompson@xmission.com
2032 M: borislav.petkov@amd.com
2033 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W: bluesmoke.sourceforge.net
2036 F: drivers/edac/amd64_edac*
2040 M: mark.gross@intel.com
2042 M: dougthompson@xmission.com
2043 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2044 W: bluesmoke.sourceforge.net
2046 F: drivers/edac/e752x_edac.c
2050 M: dougthompson@xmission.com
2051 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2052 W: bluesmoke.sourceforge.net
2054 F: drivers/edac/e7xxx_edac.c
2058 M: tim@buttersideup.com
2059 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2060 W: bluesmoke.sourceforge.net
2062 F: drivers/edac/i82443bxgx_edac.c
2066 M: juhlenko@akamai.com
2067 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2068 W: bluesmoke.sourceforge.net
2070 F: drivers/edac/i3000_edac.c
2074 M: dougthompson@xmission.com
2075 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 W: bluesmoke.sourceforge.net
2078 F: drivers/edac/i5000_edac.c
2081 P: Mauro Carvalho Chehab
2082 M: mchehab@redhat.com
2083 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2084 W: bluesmoke.sourceforge.net
2086 F: drivers/edac/i5400_edac.c
2089 P: Ranganathan Desikan
2090 M: rdesikan@jetzbroadband.com
2092 M: arvind@acarlab.com
2093 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2094 W: bluesmoke.sourceforge.net
2096 F: drivers/edac/i82975x_edac.c
2101 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W: bluesmoke.sourceforge.net
2104 F: drivers/edac/pasemi_edac.c
2108 M: tim@buttersideup.com
2109 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W: bluesmoke.sourceforge.net
2112 F: drivers/edac/r82600_edac.c
2114 EEEPC LAPTOP EXTRAS DRIVER
2116 M: corentincj@iksaif.net
2117 L: acpi4asus-user@lists.sourceforge.net
2118 W: http://acpi4asus.sf.net
2120 F: drivers/platform/x86/eeepc-laptop.c
2123 W: http://aeschi.ch.eu.org/efs/
2127 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2129 M: hnguyen@de.ibm.com
2131 M: raisch@de.ibm.com
2132 L: general@lists.openfabrics.org
2134 F: drivers/infiniband/hw/ehca/
2138 M: paul.gortmaker@windriver.com
2142 M: dwmw2@infradead.org
2143 L: linux-embedded@vger.kernel.org
2146 EMULEX LPFC FC SCSI DRIVER
2148 M: james.smart@emulex.com
2149 L: linux-scsi@vger.kernel.org
2150 W: http://sourceforge.net/projects/lpfcxxxx
2152 F: drivers/scsi/lpfc/
2154 ENE CB710 FLASH CARD READER DRIVER
2155 P: Michał Mirosław
2156 M: mirq-linux@rere.qmqm.pl
2157 L: linux-kernel@vger.kernel.org
2159 F: drivers/misc/cb710/
2160 F: drivers/mmc/host/cb710-mmc.*
2161 F: include/linux/cb710.h
2163 EPSON 1355 FRAMEBUFFER DRIVER
2164 P: Christopher Hoover
2165 M: ch@murgatroid.com
2166 P: Christopher Hoover
2169 F: drivers/video/epson1355fb.c
2171 EPSON S1D13XXX FRAMEBUFFER DRIVER
2172 P: Kristoffer Ericson
2173 M: kristoffer.ericson@gmail.com
2175 F: drivers/video/s1d13xxxfb.c
2176 F: include/video/s1d13xxxfb.h
2178 ETHEREXPRESS-16 NETWORK DRIVER
2181 L: netdev@vger.kernel.org
2183 F: drivers/net/eexpress.*
2186 P: Stephen Hemminger
2187 M: shemminger@linux-foundation.org
2188 L: bridge@lists.linux-foundation.org
2189 W: http://www.linux-foundation.org/en/Net:Bridge
2191 F: include/linux/netfilter_bridge/
2194 ETHERTEAM 16I DRIVER
2198 F: drivers/net/eth16i.c
2201 L: linux-ext4@vger.kernel.org
2203 F: Documentation/filesystems/ext2.txt
2205 F: include/linux/ext2*
2211 M: akpm@linux-foundation.org
2214 L: linux-ext4@vger.kernel.org
2216 F: Documentation/filesystems/ext3.txt
2218 F: include/linux/ext3*
2225 L: linux-ext4@vger.kernel.org
2226 W: http://ext4.wiki.kernel.org
2228 F: Documentation/filesystems/ext4.txt
2231 F71805F HARDWARE MONITORING DRIVER
2233 M: khali@linux-fr.org
2234 L: lm-sensors@lm-sensors.org
2236 F: Documentation/hwmon/f71805f
2237 F: drivers/hwmon/f71805f.c
2239 FARSYNC SYNCHRONOUS DRIVER
2241 M: kevin.curtis@farsite.co.uk
2242 W: http://www.farsite.co.uk/
2244 F: drivers/net/wan/farsync.*
2246 FAULT INJECTION SUPPORT
2248 M: akinobu.mita@gmail.com
2250 F: Documentation/fault-injection/
2251 F: lib/fault-inject.c
2253 FILE LOCKING (flock() and fcntl()/lockf())
2256 L: linux-fsdevel@vger.kernel.org
2258 F: include/linux/fcntl.h
2259 F: include/linux/fs.h
2263 FILESYSTEMS (VFS and infrastructure)
2265 M: viro@zeniv.linux.org.uk
2266 L: linux-fsdevel@vger.kernel.org
2270 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2272 M: riku.vipio@iki.fi
2273 L: lm-sensors@lm-sensors.org
2275 F: drivers/hwmon/f75375s.c
2276 F: include/linux/f75375s.h
2279 P: Kristian Hoegsberg
2282 M: stefanr@s5r6.in-berlin.de
2283 L: linux1394-devel@lists.sourceforge.net
2284 W: http://www.linux1394.org/
2285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2287 F: drivers/firewire/
2288 F: include/linux/firewire*.h
2290 FIRMWARE LOADER (request_firmware)
2292 F: Documentation/firmware_class/
2293 F: drivers/base/firmware*.c
2294 F: include/linux/firmware.h
2298 M: billm@melbpc.org.au
2299 W: http://floatingpoint.sourceforge.net/emulator/index.html
2301 F: arch/x86/math-emu/
2303 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2305 M: mike.mclagan@linux.org
2306 L: netdev@vger.kernel.org
2308 F: drivers/net/wan/dlci.c
2309 F: drivers/net/wan/sdla.c
2312 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2313 W: http://linux-fbdev.sourceforge.net/
2315 F: Documentation/fb/
2316 F: drivers/video/fb*
2317 F: include/linux/fb.h
2319 FREESCALE DMA DRIVER
2321 M: leoli@freescale.com
2324 L: linuxppc-dev@ozlabs.org
2326 F: drivers/dma/fsldma.*
2328 FREESCALE I2C CPM DRIVER
2331 L: linuxppc-dev@ozlabs.org
2332 L: linux-i2c@vger.kernel.org
2334 F: drivers/i2c/busses/i2c-cpm.c
2336 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2338 M: kernel@pengutronix.de
2339 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2340 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2342 F: arch/arm/plat-mxc/include/mach/imxfb.h
2343 F: drivers/video/imxfb.c
2345 FREESCALE SOC FS_ENET DRIVER
2346 P: Pantelis Antoniou
2347 M: pantelis.antoniou@gmail.com
2349 M: vbordug@ru.mvista.com
2350 L: linuxppc-dev@ozlabs.org
2351 L: netdev@vger.kernel.org
2353 F: drivers/net/fs_enet/
2354 F: include/linux/fs_enet_pd.h
2356 FREESCALE QUICC ENGINE LIBRARY
2358 M: timur@freescale.com
2359 L: linuxppc-dev@ozlabs.org
2361 F: arch/powerpc/sysdev/qe_lib/
2362 F: arch/powerpc/include/asm/*qe.h
2364 FREESCALE HIGHSPEED USB DEVICE DRIVER
2366 M: leoli@freescale.com
2367 L: linux-usb@vger.kernel.org
2368 L: linuxppc-dev@ozlabs.org
2370 F: drivers/usb/gadget/fsl_usb2_udc.c
2372 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2374 M: leoli@freescale.com
2375 L: netdev@vger.kernel.org
2376 L: linuxppc-dev@ozlabs.org
2378 F: drivers/net/ucc_geth*
2380 FREESCALE QUICC ENGINE UCC UART DRIVER
2382 M: timur@freescale.com
2383 L: linuxppc-dev@ozlabs.org
2385 F: drivers/serial/ucc_uart.c
2387 FREESCALE SOC SOUND DRIVERS
2389 M: timur@freescale.com
2390 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2391 L: linuxppc-dev@ozlabs.org
2393 F: sound/soc/fsl/fsl*
2394 F: sound/soc/fsl/mpc8610_hpcd.c
2397 P: Christoph Hellwig
2398 M: hch@infradead.org
2399 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2406 P: Rafael J. Wysocki
2408 L: linux-pm@lists.linux-foundation.org
2410 F: Documentation/power/freezing-of-tasks.txt
2411 F: include/linux/freezer.h
2414 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2416 M: dhowells@redhat.com
2417 L: linux-cachefs@redhat.com
2419 F: Documentation/filesystems/caching/
2421 F: include/linux/fscache*.h
2425 M: rostedt@goodmis.org
2427 F: Documentation/trace/ftrace.txt
2428 F: arch/*/*/*/ftrace.h
2429 F: arch/*/kernel/ftrace.c
2430 F: include/*/ftrace.h
2433 FUJITSU FR-V (FRV) PORT
2435 M: dhowells@redhat.com
2439 FUJITSU LAPTOP EXTRAS
2441 M: jwoithe@physics.adelaide.edu.au
2442 L: linux-acpi@vger.kernel.org
2444 F: drivers/platform/x86/fujitsu-laptop.c
2446 FUSE: FILESYSTEM IN USERSPACE
2448 M: miklos@szeredi.hu
2449 L: fuse-devel@lists.sourceforge.net
2450 W: http://fuse.sourceforge.net/
2453 F: include/linux/fuse.h
2455 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2458 L: linux-scsi@vger.kernel.org
2459 S: Odd Fixes (e.g., new signatures)
2460 F: drivers/scsi/fdomain.*
2462 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2464 M: achim_leubner@adaptec.com
2465 L: linux-scsi@vger.kernel.org
2466 W: http://www.icp-vortex.com/
2468 F: drivers/scsi/gdt*
2470 GENERIC GPIO I2C DRIVER
2471 P: Haavard Skinnemoen
2472 M: hskinnemoen@atmel.com
2474 F: drivers/i2c/busses/i2c-gpio.c
2475 F: include/linux/i2c-gpio.h
2477 GENERIC HDLC (WAN) DRIVERS
2480 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2482 F: drivers/net/wan/c101.c
2483 F: drivers/net/wan/hd6457*
2484 F: drivers/net/wan/hdlc*
2485 F: drivers/net/wan/n2.c
2486 F: drivers/net/wan/pc300too.c
2487 F: drivers/net/wan/pci200syn.c
2488 F: drivers/net/wan/wanxl*
2490 GENERIC INCLUDE/ASM HEADER FILES
2493 L: linux-arch@vger.kernel.org
2494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2496 F: include/asm-generic
2499 P: Steven Whitehouse
2500 M: swhiteho@redhat.com
2501 L: cluster-devel@redhat.com
2502 W: http://sources.redhat.com/cluster/
2503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2506 F: Documentation/filesystems/gfs2*.txt
2508 F: include/linux/gfs2_ondisk.h
2510 GIGASET ISDN DRIVERS
2515 L: gigaset307x-common@lists.sourceforge.net
2516 W: http://gigaset307x.sourceforge.net/
2518 F: Documentation/isdn/README.gigaset
2519 F: drivers/isdn/gigaset/
2520 F: include/linux/gigaset_dev.h
2522 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2524 M: frank@f-seidel.de
2525 L: lm-sensors@lm-sensors.org
2526 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2528 F: drivers/hwmon/hdaps.c
2530 HYPERVISOR VIRTUAL CONSOLE DRIVER
2531 L: linuxppc-dev@ozlabs.org
2533 F: drivers/char/hvc_*
2535 GSPCA FINEPIX SUBDRIVER
2538 L: linux-media@vger.kernel.org
2539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2541 F: drivers/media/video/gspca/finepix.c
2543 GSPCA M5602 SUBDRIVER
2545 M: erik.andren@gmail.com
2546 L: linux-media@vger.kernel.org
2547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2549 F: drivers/media/video/gspca/m5602/
2551 GSPCA PAC207 SONIXB SUBDRIVER
2553 M: hdegoede@redhat.com
2554 L: linux-media@vger.kernel.org
2555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2557 F: drivers/media/video/gspca/pac207.c
2559 GSPCA T613 SUBDRIVER
2560 P: Leandro Costantino
2561 M: lcostantino@gmail.com
2562 L: linux-media@vger.kernel.org
2563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2565 F: drivers/media/video/gspca/t613.c
2567 GSPCA USB WEBCAM DRIVER
2568 P: Jean-Francois Moine
2570 W: http://moinejf.free.fr
2571 L: linux-media@vger.kernel.org
2572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2574 F: drivers/media/video/gspca/
2577 L: lm-sensors@lm-sensors.org
2578 W: http://www.lm-sensors.org/
2582 HARDWARE RANDOM NUMBER GENERATOR CORE
2584 F: Documentation/hw_random.txt
2585 F: drivers/char/hw_random/
2586 F: include/linux/hw_random.h
2588 HARMONY SOUND DRIVER
2591 L: linux-parisc@vger.kernel.org
2593 F: sound/parisc/harmony.*
2595 HAYES ESP SERIAL DRIVER
2596 P: Andrew J. Robinson
2598 W: http://www.nyx.net/~arobinso
2600 F: Documentation/serial/hayes-esp.txt
2601 F: drivers/char/esp.c
2603 HEWLETT-PACKARD SMART2 RAID DRIVER
2605 M: chirag.kantharia@hp.com
2606 L: iss_storagedev@hp.com
2608 F: Documentation/blockdev/cpqarray.txt
2609 F: drivers/block/cpqarray.*
2611 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2613 M: mike.miller@hp.com
2614 L: iss_storagedev@hp.com
2616 F: Documentation/blockdev/cciss.txt
2617 F: drivers/block/cciss*
2618 F: include/linux/cciss_ioctl.h
2622 M: zippel@linux-m68k.org
2624 F: Documentation/filesystems/hfs.txt
2627 HGA FRAMEBUFFER DRIVER
2629 M: fero@drama.obuda.kando.hu
2630 L: linux-nvidia@lists.surfsouth.com
2631 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2633 F: drivers/video/hgafb.c
2635 HIBERNATION (aka Software Suspend, aka swsusp)
2638 P: Rafael J. Wysocki
2640 L: linux-pm@lists.linux-foundation.org
2643 F: drivers/base/power/
2645 F: include/linux/suspend.h
2646 F: include/linux/freezer.h
2647 F: include/linux/pm.h
2648 F: arch/*/include/asm/suspend*.h
2653 L: linux-input@vger.kernel.org
2654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2657 F: include/linux/hid*
2659 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2661 M: tglx@linutronix.de
2663 F: Documentation/timers/
2665 F: include/linux/hrtimer.h
2667 HIGH-SPEED SCC DRIVER FOR AX.25
2669 M: klaus.kudielka@ieee.org
2670 L: linux-hams@vger.kernel.org
2671 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2673 F: drivers/net/hamradio/dmascc.c
2674 F: drivers/net/hamradio/scc.c
2676 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2677 P: HighPoint Linux Team
2678 M: linux@highpoint-tech.com
2679 W: http://www.highpoint-tech.com
2681 F: Documentation/scsi/hptiop.txt
2682 F: drivers/scsi/hptiop.c
2686 M: jes@trained-monkey.org
2687 L: linux-hippi@sunsite.dk
2689 F: include/linux/hippidevice.h
2690 F: include/linux/if_hippi.h
2696 L: hostap@shmoo.com (subscribers-only)
2697 L: linux-wireless@vger.kernel.org
2698 W: http://hostap.epitest.fi/
2700 F: drivers/net/wireless/hostap/
2702 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2704 M: carlos@strangeworlds.co.uk
2706 F: drivers/platform/x86/tc1100-wmi.c
2708 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2712 F: drivers/net/hp100.*
2714 HPET: High Precision Event Timers driver
2716 M: clemens@ladisch.de
2718 F: Documentation/timers/hpet.txt
2719 F: drivers/char/hpet.c
2720 F: include/linux/hpet.h
2723 P: Venkatesh Pallipadi (Venki)
2724 M: venkatesh.pallipadi@intel.com
2726 F: arch/x86/kernel/hpet.c
2727 F: arch/x86/include/asm/hpet.h
2738 F: drivers/char/hpet.c
2742 M: mikulas@artax.karlin.mff.cuni.cz
2743 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2749 M: j.dumon@option.com
2750 W: http://www.pharscape.org
2752 F: drivers/net/usb/hso.c
2754 HTCPEN TOUCHSCREEN DRIVER
2757 L: linux-input@vger.kernel.org
2759 F: drivers/input/touchscreen/htcpen.c
2763 M: wli@holomorphy.com
2767 I2C/SMBUS STUB DRIVER
2769 M: mhoffman@lightlink.com
2770 L: linux-i2c@vger.kernel.org
2772 F: drivers/i2c/busses/i2c-stub.c
2775 P: Jean Delvare (PC drivers, core)
2776 M: khali@linux-fr.org
2777 P: Ben Dooks (embedded platforms)
2778 M: ben-linux@fluff.org
2779 L: linux-i2c@vger.kernel.org
2780 W: http://i2c.wiki.kernel.org/
2781 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2783 F: Documentation/i2c/
2785 F: include/linux/i2c.h
2786 F: include/linux/i2c-dev.h
2787 F: include/linux/i2c-id.h
2792 L: linux-i2c@vger.kernel.org
2793 W: http://www.harbaum.org/till/i2c_tiny_usb
2795 F: drivers/i2c/busses/i2c-tiny-usb.c
2803 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2809 IA64 (Itanium) PLATFORM
2811 M: tony.luck@intel.com
2812 L: linux-ia64@vger.kernel.org
2813 W: http://www.ia64-linux.org/
2814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2818 IBM MCA SCSI SUBSYSTEM DRIVER
2820 M: langa2@kph.uni-mainz.de
2821 W: http://www.uni-mainz.de/~langm000/linux.html
2823 F: drivers/scsi/ibmmca.c
2825 IBM Power Linux RAID adapter
2827 M: brking@us.ibm.com
2829 F: drivers/scsi/ipr.*
2831 IBM ServeRAID RAID DRIVER
2834 M: ipslinux@adaptec.com
2835 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2837 F: drivers/scsi/ips.*
2841 M: davem@davemloft.net
2842 L: linux-ide@vger.kernel.org
2843 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2845 F: Documentation/ide/
2847 F: include/linux/ide.h
2851 M: petkovbb@gmail.com
2852 L: linux-ide@vger.kernel.org
2854 F: Documentation/cdrom/ide-cd
2855 F: drivers/ide/ide-cd*
2859 M: andrew.d.henroid@intel.com
2860 L: linux-pm@lists.linux-foundation.org
2862 F: drivers/idle/i7300_idle.c
2866 M: ben.collins@ubuntu.com
2868 M: stefanr@s5r6.in-berlin.de
2869 L: linux1394-devel@lists.sourceforge.net
2870 W: http://www.linux1394.org/
2871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2873 F: drivers/ieee1394/
2875 IEEE 1394 RAW I/O DRIVER
2879 M: stefanr@s5r6.in-berlin.de
2880 L: linux1394-devel@lists.sourceforge.net
2882 F: drivers/ieee1394/raw1394*
2884 IEEE 802.15.4 SUBSYSTEM
2885 P: Dmitry Eremin-Solenikov
2886 M: dbaryshkov@gmail.com
2888 M: slapin@ossfans.org
2889 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2890 W: http://apps.sourceforge.net/trac/linux-zigbee
2891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2894 F: drivers/ieee802154/
2896 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2900 F: security/integrity/ima/
2902 IMS TWINTURBO FRAMEBUFFER DRIVER
2903 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2905 F: drivers/video/imsttfb.c
2907 INFINIBAND SUBSYSTEM
2909 M: rolandd@cisco.com
2911 M: sean.hefty@intel.com
2913 M: hal.rosenstock@gmail.com
2914 L: general@lists.openfabrics.org (moderated for non-subscribers)
2915 W: http://www.openib.org/
2916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2918 F: Documentation/infiniband/
2919 F: drivers/infiniband/
2920 F: include/linux/if_infiniband.h
2924 M: john@johnmccutchan.com
2928 M: eparis@parisplace.org
2930 F: Documentation/filesystems/inotify.txt
2931 F: fs/notify/inotify/
2932 F: include/linux/inotify.h
2934 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2936 M: dmitry.torokhov@gmail.com
2938 L: linux-input@vger.kernel.org
2939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2943 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2945 M: sylvain.meyer@worldonline.fr
2946 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2948 F: Documentation/fb/intelfb.txt
2949 F: drivers/video/intelfb/
2951 INTEL 810/815 FRAMEBUFFER DRIVER
2953 M: adaplas@gmail.com
2954 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2956 F: drivers/video/i810/
2958 INTEL MENLOW THERMAL DRIVER
2960 M: sujith.thomas@intel.com
2961 L: linux-acpi@vger.kernel.org
2962 W: http://www.lesswatts.org/projects/acpi/
2964 F: drivers/platform/x86/intel_menlow.c
2966 INTEL IA32 MICROCODE UPDATE SUPPORT
2968 M: tigran@aivazian.fsnet.co.uk
2970 F: arch/x86/kernel/microcode_core.c
2971 F: arch/x86/kernel/microcode_intel.c
2973 INTEL I/OAT DMA DRIVER
2975 M: maciej.sosnowski@intel.com
2977 F: drivers/dma/ioat*
2981 M: dwmw2@infradead.org
2982 L: iommu@lists.linux-foundation.org
2983 T: git git://git.infradead.org/iommu-2.6.git
2985 F: drivers/pci/intel-iommu.c
2986 F: include/linux/intel-iommu.h
2988 INTEL IOP-ADMA DMA DRIVER
2990 M: dan.j.williams@intel.com
2992 F: drivers/dma/iop-adma.c
2994 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2998 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2999 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3000 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3001 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3002 F: drivers/net/arm/ixp4xx_eth.c
3003 F: drivers/net/wan/ixp4xx_hss.c
3005 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3007 M: dsaxena@plexity.net
3009 F: drivers/char/hw_random/ixp4xx-rng.c
3011 INTEL IXP2000 ETHERNET DRIVER
3012 P: Lennert Buytenhek
3013 M: kernel@wantstofly.org
3014 L: netdev@vger.kernel.org
3016 F: drivers/net/ixp2000/
3018 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3020 M: jeffrey.t.kirsher@intel.com
3022 M: jesse.brandeburg@intel.com
3024 M: bruce.w.allan@intel.com
3026 M: peter.p.waskiewicz.jr@intel.com
3028 M: john.ronciak@intel.com
3029 L: e1000-devel@lists.sourceforge.net
3030 W: http://e1000.sourceforge.net/
3032 F: drivers/net/e100.c
3033 F: drivers/net/e1000/
3034 F: drivers/net/e1000e/
3036 F: drivers/net/ixgb/
3037 F: drivers/net/ixgbe/
3039 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3043 M: jketreno@linux.intel.com
3045 M: reinette.chatre@intel.com
3046 L: linux-wireless@vger.kernel.org
3047 L: ipw2100-devel@lists.sourceforge.net
3048 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3049 W: http://ipw2100.sourceforge.net
3051 F: Documentation/networking/README.ipw2100
3052 F: drivers/net/wireless/ipw2x00/ipw2100.*
3054 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3058 M: jketreno@linux.intel.com
3060 M: reinette.chatre@intel.com
3061 L: linux-wireless@vger.kernel.org
3062 L: ipw2100-devel@lists.sourceforge.net
3063 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3064 W: http://ipw2200.sourceforge.net
3066 F: Documentation/networking/README.ipw2200
3067 F: drivers/net/wireless/ipw2x00/ipw2200.*
3069 INTEL WIRELESS WIMAX CONNECTION 2400
3070 P: Inaky Perez-Gonzalez
3071 M: inaky.perez-gonzalez@intel.com
3072 M: linux-wimax@intel.com
3073 L: wimax@linuxwimax.org
3075 W: http://linuxwimax.org
3076 F: Documentation/wimax/README.i2400m
3077 F: drivers/net/wimax/i2400m/
3078 F: include/linux/wimax/i2400m.h
3080 INTEL WIRELESS WIFI LINK (iwlwifi)
3084 M: reinette.chatre@intel.com
3085 L: linux-wireless@vger.kernel.org
3086 L: ipw3945-devel@lists.sourceforge.net
3087 W: http://intellinuxwireless.org
3088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3090 F: drivers/net/wireless/iwlwifi/
3092 IOC3 ETHERNET DRIVER
3094 M: ralf@linux-mips.org
3095 L: linux-mips@linux-mips.org
3097 F: drivers/net/ioc3-eth.c
3102 L: linux-mips@linux-mips.org
3104 F: drivers/serial/ioc3_serial.c
3108 M: jjciarla@raiz.uncu.edu.ar
3110 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3112 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3114 M: romieu@fr.zoreil.com
3116 M: sorbica@icplus.com.tw
3118 M: jesse@icplus.com.tw
3119 L: netdev@vger.kernel.org
3121 F: drivers/net/ipg.c
3125 M: infinipath@qlogic.com
3126 L: general@lists.openfabrics.org
3127 T: git git://git.qlogic.com/ipath-linux-2.6
3129 F: drivers/infiniband/hw/ipath/
3134 L: openipmi-developer@lists.sourceforge.net
3135 W: http://openipmi.sourceforge.net/
3137 F: Documentation/IPMI.txt
3138 F: drivers/char/ipmi/
3139 F: include/linux/ipmi*
3141 IPS SCSI RAID DRIVER
3142 P: Adaptec OEM Raid Solutions
3143 M: aacraid@adaptec.com
3144 L: linux-scsi@vger.kernel.org
3145 W: http://www.adaptec.com/
3147 F: drivers/scsi/ips*
3151 M: wensong@linux-vs.org
3153 M: horms@verge.net.au
3156 L: netdev@vger.kernel.org
3157 L: lvs-devel@vger.kernel.org
3159 F: Documentation/networking/ipvs-sysctl.txt
3160 F: net/netfilter/ipvs/
3168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3169 F: drivers/char/pcmcia/ipwireless/
3172 P: Arnaldo Carvalho de Melo
3173 M: acme@ghostprotocols.net
3174 L: netdev@vger.kernel.org
3176 F: include/linux/ipx.h
3177 F: include/net/ipx.h
3182 M: samuel@sortiz.org
3183 L: irda-users@lists.sourceforge.net (subscribers-only)
3184 W: http://irda.sourceforge.net/
3186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3187 F: Documentation/networking/irda.txt
3188 F: drivers/net/irda/
3189 F: include/net/irda/
3196 F: Documentation/isapnp.txt
3197 F: drivers/pnp/isapnp/
3198 F: include/linux/isapnp.h
3202 M: michaelc@cs.wisc.edu
3203 L: open-iscsi@googlegroups.com
3204 W: www.open-iscsi.org
3205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3207 F: drivers/scsi/*iscsi*
3208 F: include/scsi/*iscsi*
3212 M: isdn@linux-pingi.de
3213 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3214 W: http://www.isdn4linux.de
3215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3217 F: Documentation/isdn/
3219 F: include/linux/isdn.h
3220 F: include/linux/isdn/
3222 ISDN SUBSYSTEM (Eicon active card driver)
3225 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3226 W: http://www.melware.de
3228 F: drivers/isdn/hardware/eicon/
3230 IVTV VIDEO4LINUX DRIVER
3232 M: hverkuil@xs4all.nl
3233 L: ivtv-devel@ivtvdriver.org
3234 L: ivtv-users@ivtvdriver.org
3235 L: linux-media@vger.kernel.org
3236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3237 W: http://www.ivtvdriver.org
3239 F: Documentation/video4linux/*.ivtv
3240 F: drivers/media/video/ivtv/
3241 F: include/linux/ivtv*
3245 M: shaggy@austin.ibm.com
3246 L: jfs-discussion@lists.sourceforge.net
3247 W: http://jfs.sourceforge.net/
3248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3250 F: Documentation/filesystems/jfs.txt
3255 M: cooldavid@cooldavid.org
3256 L: netdev@vger.kernel.org
3258 F: drivers/net/jme.*
3260 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3262 M: dwmw2@infradead.org
3263 L: linux-mtd@lists.infradead.org
3264 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3267 F: include/linux/jffs2.h
3269 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3273 M: akpm@linux-foundation.org
3274 L: linux-ext4@vger.kernel.org
3277 F: include/linux/ext*jbd*.h
3278 F: include/linux/jbd*.h
3280 K8TEMP HARDWARE MONITORING DRIVER
3282 M: r.marek@assembler.cz
3283 L: lm-sensors@lm-sensors.org
3285 F: Documentation/hwmon/k8temp
3286 F: drivers/hwmon/k8temp.c
3290 M: zippel@linux-m68k.org
3291 L: linux-kbuild@vger.kernel.org
3293 F: Documentation/kbuild/kconfig-language.txt
3298 M: vgoyal@redhat.com
3301 L: kexec@lists.infradead.org
3302 W: http://lse.sourceforge.net/kdump/
3304 F: Documentation/kdump/
3306 KERNEL AUTOMOUNTER (AUTOFS)
3309 L: autofs@linux.kernel.org
3313 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3316 L: autofs@linux.kernel.org
3323 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3324 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3325 L: linux-kbuild@vger.kernel.org
3327 F: Documentation/kbuild/
3329 F: scripts/Makefile.*
3333 L: kernel-janitors@vger.kernel.org
3334 W: http://www.kerneljanitors.org/
3337 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3339 M: bfields@fieldses.org
3342 L: linux-nfs@vger.kernel.org
3343 W: http://nfs.sourceforge.net/
3346 F: include/linux/nfsd/
3350 F: include/linux/lockd/
3351 F: include/linux/sunrpc/
3353 KERNEL VIRTUAL MACHINE (KVM)
3356 L: kvm@vger.kernel.org
3357 W: http://kvm.qumranet.com
3359 F: Documentation/*/kvm.txt
3361 F: arch/*/include/asm/kvm*
3362 F: include/linux/kvm*
3365 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3367 M: joerg.roedel@amd.com
3368 L: kvm@vger.kernel.org
3369 W: http://kvm.qumranet.com
3371 F: arch/x86/include/asm/svm.h
3372 F: arch/x86/kvm/kvm_svm.h
3373 F: arch/x86/kvm/svm.c
3375 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3377 M: hollisb@us.ibm.com
3378 L: kvm-ppc@vger.kernel.org
3379 W: http://kvm.qumranet.com
3381 F: arch/powerpc/include/asm/kvm*
3382 F: arch/powerpc/kvm/
3384 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3386 M: xiantao.zhang@intel.com
3387 L: kvm-ia64@vger.kernel.org
3388 W: http://kvm.qumranet.com
3390 F: Documentation/ia64/kvm.txt
3391 F: arch/ia64/include/asm/kvm*
3394 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3397 P: Christian Borntraeger
3398 M: borntraeger@de.ibm.com
3399 M: linux390@de.ibm.com
3400 L: linux-s390@vger.kernel.org
3401 W: http://www.ibm.com/developerworks/linux/linux390/
3403 F: Documentation/s390/kvm.txt
3404 F: arch/s390/include/asm/kvm*
3409 M: ebiederm@xmission.com
3410 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3411 L: kexec@lists.infradead.org
3413 F: include/linux/kexec.h
3418 M: jason.wessel@windriver.com
3419 L: kgdb-bugreport@lists.sourceforge.net
3421 F: Documentation/DocBook/kgdb.tmpl
3422 F: drivers/misc/kgdbts.c
3423 F: drivers/serial/kgdboc.c
3424 F: include/linux/kgdb.h
3429 M: vegardno@ifi.uio.no
3431 M: penberg@cs.helsinki.fi
3432 L: linux-kernel@vger.kernel.org
3437 M: catalin.marinas@arm.com
3438 L: linux-kernel@vger.kernel.org
3440 F: Documentation/kmemleak.txt
3441 F: include/linux/kmemleak.h
3443 F: mm/kmemleak-test.c
3446 P: Eduard - Gabriel Munteanu
3447 M: eduard.munteanu@linux360.ro
3449 F: Documentation/trace/kmemtrace.txt
3450 F: include/linux/kmemtrace.h
3451 F: kernel/trace/kmemtrace.c
3454 P: Ananth N Mavinakayanahalli
3455 M: ananth@in.ibm.com
3456 P: Anil S Keshavamurthy
3457 M: anil.s.keshavamurthy@intel.com
3459 M: davem@davemloft.net
3461 M: mhiramat@redhat.com
3463 F: Documentation/kprobes.txt
3464 F: include/linux/kprobes.h
3467 KS0108 LCD CONTROLLER DRIVER
3468 P: Miguel Ojeda Sandonis
3469 M: miguel.ojeda.sandonis@gmail.com
3470 W: http://miguelojeda.es/auxdisplay.htm
3471 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3473 F: Documentation/auxdisplay/ks0108
3474 F: drivers/auxdisplay/ks0108.c
3475 F: include/linux/ks0108.h
3478 L: linux-x25@vger.kernel.org
3480 F: Documentation/networking/lapb-module.txt
3484 LASI 53c700 driver for PARISC
3485 P: James E.J. Bottomley
3486 M: James.Bottomley@HansenPartnership.com
3487 L: linux-scsi@vger.kernel.org
3489 F: Documentation/scsi/53c700.txt
3490 F: drivers/scsi/53c700*
3494 M: rpurdie@rpsys.net
3497 F: include/linux/leds.h
3499 LEGO USB Tower driver
3501 M: starblue@users.sourceforge.net
3502 L: legousb-devel@lists.sourceforge.net
3503 W: http://legousb.sourceforge.net/
3505 F: drivers/usb/misc/legousbtower.c
3509 M: rusty@rustcorp.com.au
3510 L: lguest@ozlabs.org
3511 W: http://lguest.ozlabs.org/
3513 F: Documentation/lguest/
3516 F: include/linux/lguest*.h
3517 F: arch/x86/include/asm/lguest*.h
3519 LINUX FOR IBM pSERIES (RS/6000)
3521 M: paulus@au.ibm.com
3522 W: http://www.ibm.com/linux/ltc/projects/ppc
3525 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3526 P: Benjamin Herrenschmidt
3527 M: benh@kernel.crashing.org
3530 W: http://www.penguinppc.org/
3531 L: linuxppc-dev@ozlabs.org
3532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3535 LINUX FOR POWER MACINTOSH
3536 P: Benjamin Herrenschmidt
3537 M: benh@kernel.crashing.org
3538 W: http://www.penguinppc.org/
3539 L: linuxppc-dev@ozlabs.org
3542 LINUX FOR POWERPC EMBEDDED MPC5XXX
3544 M: grant.likely@secretlab.ca
3545 L: linuxppc-dev@ozlabs.org
3546 T: git git://git.secretlab.ca/git/linux-2.6.git
3549 LINUX FOR POWERPC EMBEDDED PPC4XX
3551 M: jwboyer@linux.vnet.ibm.com
3553 M: mporter@kernel.crashing.org
3554 W: http://www.penguinppc.org/
3555 L: linuxppc-dev@ozlabs.org
3556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3559 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3561 M: grant.likely@secretlab.ca
3562 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3563 L: linuxppc-dev@ozlabs.org
3564 T: git git://git.secretlab.ca/git/linux-2.6.git
3567 LINUX FOR POWERPC EMBEDDED PPC8XX
3569 M: vitb@kernel.crashing.org
3571 M: marcelo@kvack.org
3572 W: http://www.penguinppc.org/
3573 L: linuxppc-dev@ozlabs.org
3576 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3578 M: galak@kernel.crashing.org
3579 W: http://www.penguinppc.org/
3580 L: linuxppc-dev@ozlabs.org
3583 LINUX FOR POWERPC PA SEMI PWRFICIENT
3586 W: http://www.pasemi.com/
3587 L: linuxppc-dev@ozlabs.org
3590 LINUX SECURITY MODULE (LSM) FRAMEWORK
3592 M: chrisw@sous-sol.org
3593 L: linux-security-module@vger.kernel.org
3594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3598 P: Arnaldo Carvalho de Melo
3599 M: acme@ghostprotocols.net
3601 F: include/linux/llc.h
3605 LIS3LV02D ACCELEROMETER DRIVER
3607 M: eric.piel@tremplin-utc.net
3609 F: Documentation/hwmon/lis3lv02d
3610 F: drivers/hwmon/lis3lv02d.*
3612 LM83 HARDWARE MONITOR DRIVER
3614 M: khali@linux-fr.org
3615 L: lm-sensors@lm-sensors.org
3617 F: Documentation/hwmon/lm83
3618 F: drivers/hwmon/lm83.c
3620 LM90 HARDWARE MONITOR DRIVER
3622 M: khali@linux-fr.org
3623 L: lm-sensors@lm-sensors.org
3625 F: Documentation/hwmon/lm90
3626 F: drivers/hwmon/lm90.c
3628 LOCKDEP AND LOCKSTAT
3630 M: peterz@infradead.org
3633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3635 F: Documentation/lockdep*.txt
3636 F: Documentation/lockstat.txt
3637 F: include/linux/lockdep.h
3640 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3641 P: Richard Russon (FlatCap)
3643 L: linux-ntfs-dev@lists.sourceforge.net
3644 W: http://www.linux-ntfs.org/content/view/19/37/
3646 F: Documentation/ldm.txt
3647 F: fs/partitions/ldm.*
3649 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3651 M: Eric.Moore@lsi.com
3653 L: DL-MPTFusionLinux@lsi.com
3654 L: linux-scsi@vger.kernel.org
3655 W: http://www.lsilogic.com/support
3657 F: drivers/message/fusion/
3659 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3662 L: linux-scsi@vger.kernel.org
3664 F: drivers/scsi/sym53c8xx_2/
3666 LTP (Linux Test Project)
3668 M: subrata@linux.vnet.ibm.com
3670 M: vapier@gentoo.org
3671 L: ltp-list@lists.sourceforge.net (subscribers-only)
3672 W: http://ltp.sourceforge.net/
3673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3678 M: takata@linux-m32r.org
3679 L: linux-m32r@ml.linux-m32r.org
3680 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3681 W: http://www.linux-m32r.org/
3686 P: Geert Uytterhoeven
3687 M: geert@linux-m68k.org
3689 M: zippel@linux-m68k.org
3690 L: linux-m68k@lists.linux-m68k.org
3691 W: http://www.linux-m68k.org/
3692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3697 M68K ON APPLE MACINTOSH
3700 W: http://www.mac.linux-m68k.org/
3701 L: linux-m68k@lists.linux-m68k.org
3708 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3714 M: johannes@sipsolutions.net
3715 L: linux-wireless@vger.kernel.org
3716 W: http://linuxwireless.org/
3717 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3719 F: Documentation/networking/mac80211-injection.txt
3720 F: include/net/mac80211.h
3723 MAC80211 PID RATE CONTROL
3725 M: stefano.brivio@polimi.it
3727 M: mattias.nissler@gmx.de
3728 L: linux-wireless@vger.kernel.org
3729 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3732 F: net/mac80211/rc80211_pid*
3737 L: netdev@vger.kernel.org
3739 F: drivers/net/macvlan.c
3740 F: include/linux/if_macvlan.h
3742 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3744 M: mtk.manpages@gmail.com
3745 W: http://www.kernel.org/doc/man-pages
3746 L: linux-man@vger.kernel.org
3749 MARVELL LIBERTAS WIRELESS DRIVER
3752 L: libertas-dev@lists.infradead.org
3754 F: drivers/net/wireless/libertas/
3756 MARVELL MV643XX ETHERNET DRIVER
3757 P: Lennert Buytenhek
3758 M: buytenh@marvell.com
3759 L: netdev@vger.kernel.org
3761 F: drivers/net/mv643xx_eth.*
3762 F: include/linux/mv643xx.h
3764 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3769 MARVELL YUKON / SYSKONNECT DRIVER
3771 M: mlindner@syskonnect.de
3773 M: rroesler@syskonnect.de
3774 W: http://www.syskonnect.com
3777 MATROX FRAMEBUFFER DRIVER
3779 M: vandrove@vc.cvut.cz
3780 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3782 F: drivers/video/matrox/matroxfb_*
3783 F: include/linux/matroxfb.h
3785 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3787 M: hjk@linutronix.de
3788 L: lm-sensors@lm-sensors.org
3790 F: Documentation/hwmon/max6650
3791 F: drivers/hwmon/max6650.c
3793 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3794 P: Mauro Carvalho Chehab
3795 M: mchehab@infradead.org
3796 P: LinuxTV.org Project
3797 L: linux-media@vger.kernel.org
3798 W: http://linuxtv.org
3799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3801 F: Documentation/dvb/
3802 F: Documentation/video4linux/
3805 F: include/linux/dvb/
3806 F: include/linux/videodev*.h
3808 MEGARAID SCSI DRIVERS
3810 M: megaraidlinux@lsi.com
3811 L: linux-scsi@vger.kernel.org
3812 W: http://megaraid.lsilogic.com
3814 F: Documentation/scsi/megaraid.txt
3815 F: drivers/scsi/megaraid.*
3816 F: drivers/scsi/megaraid/
3819 L: linux-mm@kvack.org
3820 W: http://www.linux-mm.org
3822 F: include/linux/mm.h
3825 MEMORY RESOURCE CONTROLLER
3827 M: balbir@linux.vnet.ibm.com
3830 P: KAMEZAWA Hiroyuki
3831 M: kamezawa.hiroyu@jp.fujitsu.com
3832 L: linux-mm@kvack.org
3836 MEMORY TECHNOLOGY DEVICES (MTD)
3838 M: dwmw2@infradead.org
3839 W: http://www.linux-mtd.infradead.org/
3840 L: linux-mtd@lists.infradead.org
3841 T: git git://git.infradead.org/mtd-2.6.git
3844 F: include/linux/mtd/
3847 MICROBLAZE ARCHITECTURE
3850 L: microblaze-uclinux@itee.uq.edu.au
3851 W: http://www.monstr.eu/fdt/
3852 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3858 M: oliver@neukum.name
3860 F: drivers/usb/image/microtek.*
3864 M: ralf@linux-mips.org
3865 W: http://www.linux-mips.org/
3866 L: linux-mips@linux-mips.org
3867 T: git git://git.linux-mips.org/pub/scm/linux.git
3869 F: Documentation/mips/
3872 MISCELLANEOUS MCA-SUPPORT
3874 M: James.Bottomley@HansenPartnership.com
3876 F: Documentation/ia64/mca.txt
3877 F: Documentation/mca.txt
3879 F: include/linux/mca*
3883 M: rusty@rustcorp.com.au
3885 F: include/linux/module.h
3888 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3890 M: stelian@popies.net
3891 W: http://popies.net/meye/
3893 F: Documentation/video4linux/meye.txt
3894 F: drivers/media/video/meye.*
3895 F: include/linux/meye.h
3897 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3900 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3902 F: drivers/mmc/host/imxmmc.*
3904 MOUSE AND MISC DEVICES [GENERAL]
3905 P: Alessandro Rubini
3906 M: rubini@ipvvis.unipv.it
3908 F: drivers/input/mouse/
3909 F: include/linux/gpio_mouse.h
3911 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3913 M: jirislaby@gmail.com
3915 F: Documentation/serial/moxa-smartio
3916 F: drivers/char/mxser.*
3919 P: Lennart Poettering
3920 M: mzxreary@0pointer.de
3921 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3922 W: http://0pointer.de/lennart/tchibo.html
3924 F: drivers/platform/x86/msi-laptop.c
3926 MULTIFUNCTION DEVICES (MFD)
3928 M: sameo@linux.intel.com
3929 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3933 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3938 F: include/linux/mmc/
3940 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3942 M: dbrownell@users.sourceforge.net
3944 F: drivers/mmc/host/mmc_spi.c
3945 F: include/linux/spi/mmc_spi.h
3947 MULTISOUND SOUND DRIVER
3951 F: Documentation/sound/oss/MultiSound
3954 MULTITECH MULTIPORT CARD (ISICOM)
3956 M: jirislaby@gmail.com
3958 F: drivers/char/isicom.c
3959 F: include/linux/isicom.h
3961 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3963 M: felipe.balbi@nokia.com
3964 L: linux-usb@vger.kernel.org
3965 T: git git://gitorious.org/musb/mainline.git
3967 F: drivers/usb/musb/
3969 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3971 M: gallatin@myri.com
3974 L: netdev@vger.kernel.org
3975 W: http://www.myri.com/scs/download-Myri10GE.html
3977 F: drivers/net/myri10ge/
3979 NATSEMI ETHERNET DRIVER (DP8381x)
3981 M: thockin@hockin.org
3983 F: drivers/net/natsemi.c
3987 M: vandrove@vc.cvut.cz
3988 L: linware@sh.cvut.cz
3992 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3993 P: James E.J. Bottomley
3994 M: James.Bottomley@HansenPartnership.com
3995 L: linux-scsi@vger.kernel.org
3997 F: drivers/scsi/NCR_D700.*
3999 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4001 M: faisal.latif@intel.com
4003 M: chien.tin.tung@intel.com
4004 L: general@lists.openfabrics.org
4005 W: http://www.neteffect.com
4007 F: drivers/infiniband/hw/nes/
4009 NETEM NETWORK EMULATOR
4010 P: Stephen Hemminger
4011 M: shemminger@linux-foundation.org
4012 L: netem@lists.linux-foundation.org
4014 F: net/sched/sch_netem.c
4016 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4018 M: ram.vepa@neterion.com
4020 M: santosh.rastapur@neterion.com
4021 P: Sivakumar Subramani
4022 M: sivakumar.subramani@neterion.com
4023 P: Sreenivasa Honnur
4024 M: sreenivasa.honnur@neterion.com
4026 M: anil.murthy@neterion.com
4027 L: netdev@vger.kernel.org
4028 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4029 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4031 F: Documentation/networking/s2io.txt
4032 F: drivers/net/s2io*
4034 NETFILTER/IPTABLES/IPCHAINS
4042 L: netfilter-devel@vger.kernel.org
4043 L: netfilter@vger.kernel.org
4044 L: coreteam@netfilter.org
4045 W: http://www.netfilter.org/
4046 W: http://www.iptables.org/
4047 T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4049 F: include/linux/netfilter*
4050 F: include/linux/netfilter/
4051 F: include/net/netfilter/
4052 F: net/*/netfilter.c
4058 M: paul.moore@hp.com
4059 W: http://netlabel.sf.net
4060 L: netdev@vger.kernel.org
4062 F: Documentation/netlabel/
4063 F: include/net/netlabel.h
4066 NETROM NETWORK LAYER
4068 M: ralf@linux-mips.org
4069 L: linux-hams@vger.kernel.org
4070 W: http://www.linux-ax25.org/
4072 F: include/linux/netrom.h
4073 F: include/net/netrom.h
4076 NETWORK BLOCK DEVICE (NBD)
4078 M: Paul.Clements@steeleye.com
4080 F: Documentation/blockdev/nbd.txt
4081 F: drivers/block/nbd.c
4082 F: include/linux/nbd.h
4084 NETWORKING [GENERAL]
4086 M: davem@davemloft.net
4087 L: netdev@vger.kernel.org
4088 W: http://www.linuxfoundation.org/en/Net
4089 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4094 NETWORKING [IPv4/IPv6]
4096 M: davem@davemloft.net
4098 M: kuznet@ms2.inr.ac.ru
4099 P: Pekka Savola (ipv6)
4100 M: pekkas@netcore.fi
4102 M: jmorris@namei.org
4103 P: Hideaki YOSHIFUJI
4104 M: yoshfuji@linux-ipv6.org
4107 L: netdev@vger.kernel.org
4108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4114 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4116 M: paul.moore@hp.com
4117 L: netdev@vger.kernel.org
4120 NETWORKING [WIRELESS]
4122 M: linville@tuxdriver.com
4123 L: linux-wireless@vger.kernel.org
4124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4127 F: include/net/ieee80211*
4128 F: include/linux/wireless.h
4131 L: netdev@vger.kernel.org
4132 W: http://www.linuxfoundation.org/en/Net
4133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4137 NETXEN (1/10) GbE SUPPORT
4139 M: dhananjay@netxen.com
4140 L: netdev@vger.kernel.org
4141 W: http://www.netxen.com
4143 F: drivers/net/netxen/
4145 NFS, SUNRPC, AND LOCKD CLIENTS
4147 M: Trond.Myklebust@netapp.com
4148 L: linux-nfs@vger.kernel.org
4149 W: http://client.linux-nfs.org
4150 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4156 F: include/linux/lockd/
4157 F: include/linux/nfs*
4158 F: include/linux/sunrpc/
4160 NI5010 NETWORK DRIVER
4161 P: Jan-Pascal van Best
4162 M: janpascal@vanbest.org
4165 L: netdev@vger.kernel.org
4167 F: drivers/net/ni5010.*
4171 M: konishi.ryusuke@lab.ntt.co.jp
4173 W: http://www.nilfs.org/en/
4175 F: Documentation/filesystems/nilfs2.txt
4177 F: include/linux/nilfs2_fs.h
4179 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4181 M: yokota@netlab.is.tsukuba.ac.jp
4182 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4184 F: Documentation/scsi/NinjaSCSI.txt
4185 F: drivers/scsi/pcmcia/nsp_*
4187 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4189 M: gotom@debian.or.jp
4191 M: yokota@netlab.is.tsukuba.ac.jp
4192 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4194 F: Documentation/scsi/NinjaSCSI.txt
4195 F: drivers/scsi/nsp32*
4198 P: Anton Altaparmakov
4200 L: linux-ntfs-dev@lists.sourceforge.net
4201 W: http://www.linux-ntfs.org/
4202 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4204 F: Documentation/filesystems/ntfs.txt
4207 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4209 M: adaplas@gmail.com
4210 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4212 F: drivers/video/riva/
4213 F: drivers/video/nvidia/
4216 P: Tony Lindgren <tony@atomide.com>
4218 L: linux-omap@vger.kernel.org
4219 W: http://www.muru.com/linux/omap/
4220 W: http://linux.omap.com/
4221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4225 OMAP CLOCK FRAMEWORK SUPPORT
4228 L: linux-omap@vger.kernel.org
4230 F: arch/arm/*omap*/*clock*
4232 OMAP POWER MANAGEMENT SUPPORT
4234 M: khilman@deeprootsystems.com
4235 L: linux-omap@vger.kernel.org
4237 F: arch/arm/*omap*/*pm*
4241 M: jhnikula@gmail.com
4242 L: alsa-devel@alsa-project.org (subscribers-only)
4243 L: linux-omap@vger.kernel.org
4247 OMAP FRAMEBUFFER SUPPORT
4249 M: imre.deak@nokia.com
4250 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4251 L: linux-omap@vger.kernel.org
4253 F: drivers/video/omap/
4257 M: jarkko.lavinen@nokia.com
4258 L: linux-kernel@vger.kernel.org
4259 L: linux-omap@vger.kernel.org
4261 F: drivers/mmc/host/*omap*
4263 OMAP RANDOM NUMBER GENERATOR SUPPORT
4265 M: dsaxena@plexity.net
4267 F: drivers/char/hw_random/omap-rng.c
4271 M: felipe.balbi@nokia.com
4273 M: dbrownell@users.sourceforge.net
4274 L: linux-usb@vger.kernel.org
4275 L: linux-omap@vger.kernel.org
4280 M: me@bobcopeland.com
4281 L: linux-karma-devel@lists.sourceforge.net
4283 F: Documentation/filesystems/omfs.txt
4286 OMNIKEY CARDMAN 4000 DRIVER
4288 M: laforge@gnumonks.org
4290 F: drivers/char/pcmcia/cm4000_cs.c
4291 F: include/linux/cm4000_cs.h
4293 OMNIKEY CARDMAN 4040 DRIVER
4295 M: laforge@gnumonks.org
4297 F: drivers/char/pcmcia/cm4040_cs.*
4299 OMNIVISION OV7670 SENSOR DRIVER
4302 L: linux-media@vger.kernel.org
4303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4305 F: drivers/media/video/ov7670.c
4307 ONENAND FLASH DRIVER
4309 M: kyungmin.park@samsung.com
4310 L: linux-mtd@lists.infradead.org
4312 F: drivers/mtd/onenand/
4313 F: include/linux/mtd/onenand*.h
4315 ONSTREAM SCSI TAPE DRIVER
4318 L: osst-users@lists.sourceforge.net
4319 L: linux-scsi@vger.kernel.org
4321 F: drivers/scsi/osst*
4324 OPENCORES I2C BUS DRIVER
4326 M: jacmet@sunsite.dk
4327 L: linux-i2c@vger.kernel.org
4329 F: Documentation/i2c/busses/i2c-ocores
4330 F: drivers/i2c/busses/i2c-ocores.c
4334 M: robert.richter@amd.com
4335 L: oprofile-list@lists.sf.net
4338 F: drivers/oprofile/
4339 F: include/linux/oprofile.h
4341 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4345 M: joel.becker@oracle.com
4346 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4347 W: http://oss.oracle.com/projects/ocfs2/
4348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4350 F: Documentation/filesystems/ocfs2.txt
4351 F: Documentation/filesystems/dlmfs.txt
4358 M: hermes@gibson.dropbear.id.au
4359 L: linux-wireless@vger.kernel.org
4360 L: orinoco-users@lists.sourceforge.net
4361 L: orinoco-devel@lists.sourceforge.net
4362 W: http://www.nongnu.org/orinoco/
4364 F: drivers/net/wireless/orinoco/
4368 M: bharrosh@panasas.com
4370 M: bhalevy@panasas.com
4371 L: osd-dev@open-osd.org
4372 W: http://open-osd.org
4373 T: git git://git.open-osd.org/open-osd.git
4378 M: flamingice@sourmilk.net
4379 L: linux-wireless@vger.kernel.org
4380 W: http://prism54.org
4381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4383 F: drivers/net/wireless/p54/
4385 PA SEMI ETHERNET DRIVER
4388 L: netdev@vger.kernel.org
4390 F: drivers/net/pasemi_mac.*
4392 PA SEMI SMBUS DRIVER
4395 L: linux-i2c@vger.kernel.org
4397 F: drivers/i2c/busses/i2c-pasemi.c
4399 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4401 M: laforge@gnumonks.org
4403 F: drivers/platform/x86/panasonic-laptop.c
4405 PANASONIC MN10300/AM33 PORT
4407 M: dhowells@redhat.com
4409 M: yasutake.koichi@jp.panasonic.com
4410 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4411 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4413 F: Documentation/mn10300/
4416 PARALLEL PORT SUPPORT
4417 L: linux-parport@lists.infradead.org (subscribers-only)
4420 F: include/linux/parport*.h
4421 F: drivers/char/ppdev.c
4422 F: include/linux/ppdev.h
4424 PARAVIRT_OPS INTERFACE
4425 P: Jeremy Fitzhardinge
4426 M: jeremy@xensource.com
4428 M: chrisw@sous-sol.org
4430 M: akataria@vmware.com
4432 M: rusty@rustcorp.com.au
4433 L: virtualization@lists.osdl.org
4435 F: Documentation/ia64/paravirt_ops.txt
4436 F: arch/*/kernel/paravirt*
4437 F: arch/*/include/asm/paravirt.h
4439 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4442 L: linux-parport@lists.infradead.org (subscribers-only)
4443 W: http://www.torque.net/linux-pp.html
4445 F: Documentation/blockdev/paride.txt
4446 F: drivers/block/paride/
4453 L: linux-parisc@vger.kernel.org
4454 W: http://www.parisc-linux.org/
4455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4460 PC87360 HARDWARE MONITORING DRIVER
4462 M: jim.cromie@gmail.com
4463 L: lm-sensors@lm-sensors.org
4465 F: Documentation/hwmon/pc87360
4466 F: drivers/hwmon/pc87360.c
4470 M: jim.cromie@gmail.com
4472 F: drivers/char/pc8736x_gpio.c
4476 M: riku.voipio@iki.fi
4478 F: drivers/leds/leds-pca9532.c
4479 F: include/linux/leds-pca9532.h
4483 M: linas@austin.ibm.com
4484 L: linux-pci@vger.kernel.org
4486 F: Documentation/PCI/pci-error-recovery.txt
4487 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4491 M: jbarnes@virtuousgeek.org
4492 L: linux-pci@vger.kernel.org
4493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4495 F: Documentation/PCI/
4497 F: include/linux/pci*
4500 P: Kristen Carlson Accardi
4501 M: kristen.c.accardi@intel.com
4502 L: linux-pci@vger.kernel.org
4504 F: drivers/pci/pcie/
4507 P: Linux PCMCIA Team
4508 L: linux-pcmcia@lists.infradead.org
4509 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4512 F: Documentation/pcmcia/
4516 PCNET32 NETWORK DRIVER
4518 M: pcnet32@verizon.net
4519 L: netdev@vger.kernel.org
4521 F: drivers/net/pcnet32.c
4523 PER-TASK DELAY ACCOUNTING
4525 M: balbir@linux.vnet.ibm.com
4527 F: include/linux/delayacct.h
4528 F: kernel/delayacct.c
4530 PERFORMANCE COUNTER SUBSYSTEM
4532 M: a.p.zijlstra@chello.nl
4537 L: linux-kernel@vger.kernel.org
4540 PERSONALITY HANDLING
4541 P: Christoph Hellwig
4542 M: hch@infradead.org
4543 L: linux-abi-devel@lists.sourceforge.net
4545 F: include/linux/personality.h
4549 M: joern@lazybastard.org
4550 L: linux-mtd@lists.infradead.org
4552 F: drivers/mtd/devices/phram.c
4556 M: petero2@telia.com
4558 F: drivers/block/pktcdvd.c
4559 F: include/linux/pktcdvd.h
4561 POSIX CLOCKS and TIMERS
4563 M: tglx@linutronix.de
4566 F: include/linux/timer*
4569 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4573 M: dwmw2@infradead.org
4574 T: git git://git.infradead.org/battery-2.6.git
4576 F: include/linux/power_supply.h
4577 F: drivers/power/power_supply*
4583 M: bjorn.helgaas@hp.com
4589 M: vitalywool@gmail.com
4590 L: linux-i2c@vger.kernel.org
4592 F: drivers/i2c/busses/i2c-pnx.c
4594 PPP PROTOCOL DRIVERS AND COMPRESSORS
4597 L: linux-ppp@vger.kernel.org
4599 F: drivers/net/ppp_*
4601 PPP OVER ATM (RFC 2364)
4602 P: Mitchell Blank Jr
4605 F: net/atm/pppoatm.c
4606 F: include/linux/atmppp.h
4610 M: mostrows@earthlink.net
4612 F: drivers/net/pppoe.c
4613 F: drivers/net/pppox.c
4617 M: jchapman@katalix.com
4619 F: drivers/net/pppol2tp.c
4620 F: include/linux/if_pppol2tp.h
4624 M: giometti@enneenne.com
4625 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4626 L: linuxpps@ml.enneenne.com (subscribers-only)
4632 L: kpreempt-tech@lists.sourceforge.net
4633 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4635 F: Documentation/preempt-locking.txt
4636 F: include/linux/preempt.h
4638 PRISM54 WIRELESS DRIVER
4639 P: Luis R. Rodriguez
4641 L: linux-wireless@vger.kernel.org
4642 W: http://prism54.org
4644 F: drivers/net/wireless/prism54/
4646 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4648 M: promise@pnd-pc.demon.co.uk
4649 W: http://www.pnd-pc.demon.co.uk/promise/
4652 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4653 P: Mikael Pettersson
4655 L: linux-ide@vger.kernel.org
4657 F: drivers/ata/sata_promise.*
4661 M: geoffrey.levand@am.sony.com
4662 L: netdev@vger.kernel.org
4663 L: cbe-oss-dev@ozlabs.org
4665 F: drivers/net/ps3_gelic_net.*
4667 PS3 PLATFORM SUPPORT
4669 M: geoffrey.levand@am.sony.com
4670 L: linuxppc-dev@ozlabs.org
4671 L: cbe-oss-dev@ozlabs.org
4673 F: arch/powerpc/boot/ps3*
4674 F: arch/powerpc/include/asm/lv1call.h
4675 F: arch/powerpc/include/asm/ps3*.h
4676 F: arch/powerpc/platforms/ps3/
4679 F: drivers/rtc/rtc-ps3.c
4680 F: drivers/usb/host/*ps3.c
4681 F: sound/ppc/snd_ps3*
4686 L: cbe-oss-dev@ozlabs.org
4691 M: roland@redhat.com
4695 F: include/asm-generic/syscall.h
4696 F: include/linux/ptrace.h
4697 F: include/linux/regset.h
4698 F: include/linux/tracehook.h
4701 PVRUSB2 VIDEO4LINUX DRIVER
4704 L: pvrusb2@isely.net (subscribers-only)
4705 L: linux-media@vger.kernel.org
4706 W: http://www.isely.net/pvrusb2/
4707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4709 F: Documentation/video4linux/README.pvrusb2
4710 F: drivers/media/video/pvrusb2/
4712 PXA2xx/PXA3xx SUPPORT
4714 M: eric.y.miao@gmail.com
4716 M: linux@arm.linux.org.uk
4717 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4719 F: arch/arm/mach-pxa/
4720 F: drivers/pcmcia/pxa2xx*
4721 F: drivers/spi/pxa2xx*
4722 F: drivers/usb/gadget/pxa2*
4723 F: include/sound/pxa2xx-lib.h
4729 M: eric.y.miao@gmail.com
4731 M: jason.chagas@marvell.com
4732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4738 M: eric.y.miao@gmail.com
4739 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4748 M: robert.jarzmik@free.fr
4749 L: rtc-linux@googlegroups.com
4752 QLOGIC QLA2XXX FC-SCSI DRIVER
4754 M: linux-driver@qlogic.com
4755 L: linux-scsi@vger.kernel.org
4757 F: Documentation/scsi/LICENSE.qla2xxx
4758 F: drivers/scsi/qla2xxx/
4760 QLOGIC QLA3XXX NETWORK DRIVER
4762 M: linux-driver@qlogic.com
4763 L: netdev@vger.kernel.org
4765 F: Documentation/networking/LICENSE.qla3xxx
4766 F: drivers/net/qla3xxx.*
4768 QLOGIC QLGE 10Gb ETHERNET DRIVER
4770 M: linux-driver@qlogic.com
4771 M: ron.mercer@qlogic.com
4772 L: netdev@vger.kernel.org
4774 F: drivers/net/qlge/
4779 W: http://www.alarsen.net/linux/qnx4fs/
4782 F: include/linux/qnx4_fs.h
4783 F: include/linux/qnxtypes.h
4785 RADEON FRAMEBUFFER DISPLAY DRIVER
4786 P: Benjamin Herrenschmidt
4787 M: benh@kernel.crashing.org
4788 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4790 F: drivers/video/aty/radeon*
4791 F: include/linux/radeonfb.h
4793 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4796 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4798 F: drivers/video/aty/aty128fb.c
4800 RALINK RT2X00 WIRELESS LAN DRIVER
4802 L: linux-wireless@vger.kernel.org
4803 L: users@rt2x00.serialmonkey.com
4804 W: http://rt2x00.serialmonkey.com/
4806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4807 F: drivers/net/wireless/rt2x00/
4809 RAMDISK RAM BLOCK DEVICE DRIVER
4813 F: Documentation/blockdev/ramdisk.txt
4814 F: drivers/block/brd.c
4816 RANDOM NUMBER DRIVER
4820 F: drivers/char/random.c
4824 M: mporter@kernel.crashing.org
4828 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4830 M: coreythomas@charter.net
4831 L: linux-wireless@vger.kernel.org
4833 F: drivers/net/wireless/ray*
4837 M: josh@freedesktop.org
4839 M: paulmck@linux.vnet.ibm.com
4841 F: Documentation/RCU/torture.txt
4842 F: kernel/rcutorture.c
4846 M: florian@openwrt.org
4849 RDC R6040 FAST ETHERNET DRIVER
4851 M: florian@openwrt.org
4852 L: netdev@vger.kernel.org
4854 F: drivers/net/r6040.c
4856 RDS - RELIABLE DATAGRAM SOCKETS
4858 M: andy.grover@oracle.com
4859 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4863 READ-COPY UPDATE (RCU)
4865 M: dipankar@in.ibm.com
4867 M: paulmck@linux.vnet.ibm.com
4868 W: http://www.rdrop.com/users/paulmck/rclock/
4870 F: Documentation/RCU/rcu.txt
4871 F: Documentation/RCU/rcuref.txt
4872 F: include/linux/rcupdate.h
4873 F: include/linux/srcu.h
4874 F: kernel/rcupdate.c
4876 REAL TIME CLOCK DRIVER
4878 M: p_gortmaker@yahoo.com
4880 F: Documentation/rtc.txt
4882 F: include/linux/rtc.h
4884 REAL TIME CLOCK (RTC) SUBSYSTEM
4886 M: a.zummo@towertech.it
4887 L: rtc-linux@googlegroups.com
4889 F: Documentation/rtc.txt
4891 F: include/linux/rtc.h
4893 REISERFS FILE SYSTEM
4894 L: reiserfs-devel@vger.kernel.org
4900 M: johannes@sipsolutions.net
4901 L: linux-wireless@vger.kernel.org
4903 F Documentation/rfkill.txt
4908 F: Documentation/serial/riscom8.txt
4909 F: drivers/char/riscom8*
4913 W: http://www.comtrol.com
4915 F: Documentation/serial/rocket.txt
4916 F: drivers/char/rocket*
4920 M: ralf@linux-mips.org
4921 L: linux-hams@vger.kernel.org
4922 W: http://www.linux-ax25.org/
4924 F: include/linux/rose.h
4925 F: include/net/rose.h
4928 RTL8180 WIRELESS DRIVER
4930 M: linville@tuxdriver.com
4931 L: linux-wireless@vger.kernel.org
4932 W: http://linuxwireless.org/
4933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4935 F: drivers/net/wireless/rtl818*
4937 RTL8187 WIRELESS DRIVER
4938 P: Herton Ronaldo Krzesinski
4939 M: herton@mandriva.com.br
4941 M: htl10@users.sourceforge.net
4943 M: Larry.Finger@lwfinger.net
4944 L: linux-wireless@vger.kernel.org
4945 W: http://linuxwireless.org/
4946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4948 F: drivers/net/wireless/rtl818x/rtl8187*
4950 S3 SAVAGE FRAMEBUFFER DRIVER
4952 M: adaplas@gmail.com
4953 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4955 F: drivers/video/savage/
4958 P: Martin Schwidefsky
4959 M: schwidefsky@de.ibm.com
4961 M: heiko.carstens@de.ibm.com
4962 M: linux390@de.ibm.com
4963 L: linux-s390@vger.kernel.org
4964 W: http://www.ibm.com/developerworks/linux/linux390/
4968 S390 NETWORK DRIVERS
4970 M: ursula.braun@de.ibm.com
4972 M: blaschka@linux.vnet.ibm.com
4973 M: linux390@de.ibm.com
4974 L: linux-s390@vger.kernel.org
4975 W: http://www.ibm.com/developerworks/linux/linux390/
4977 F: drivers/s390/net/
4981 M: felix.beck@de.ibm.com
4983 M: ralph.wuerthner@de.ibm.com
4984 M: linux390@de.ibm.com
4985 L: linux-s390@vger.kernel.org
4987 F: drivers/s390/crypto/
4991 M: christof.schmitt@de.ibm.com
4994 M: linux390@de.ibm.com
4995 L: linux-s390@vger.kernel.org
4996 W: http://www.ibm.com/developerworks/linux/linux390/
4998 F: Documentation/s390/zfcpdump.txt
4999 F: drivers/s390/scsi/zfcp_*
5001 S390 IUCV NETWORK LAYER
5003 M: ursula.braun@de.ibm.com
5004 M: linux390@de.ibm.com
5005 L: linux-s390@vger.kernel.org
5006 W: http://www.ibm.com/developerworks/linux/linux390/
5008 F: drivers/s390/net/*iucv*
5009 F: include/net/iucv/
5012 S3C24XX SD/MMC Driver
5014 M: ben-linux@fluff.org
5015 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5017 F: drivers/mmc/host/s3cmci.*
5019 SAA7146 VIDEO4LINUX-2 DRIVER
5022 L: linux-media@vger.kernel.org
5023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5024 W: http://www.mihu.de/linux/saa7146
5026 F: drivers/media/common/saa7146*
5027 F: drivers/media/video/*7146*
5028 F: include/media/*7146*
5032 M: zwane@arm.linux.org.uk
5034 F: drivers/watchdog/sc1200wdt.c
5040 M: peterz@infradead.org
5043 F: include/linux/sched.h
5048 L: linux-scsi@vger.kernel.org
5049 W: http://www.kernel.dk
5055 M: dgilbert@interlog.com
5056 L: linux-scsi@vger.kernel.org
5057 W: http://www.torque.net/sg
5059 F: drivers/scsi/sg.c
5060 F: include/scsi/sg.h
5063 P: James E.J. Bottomley
5064 M: James.Bottomley@HansenPartnership.com
5065 L: linux-scsi@vger.kernel.org
5066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5075 M: Kai.Makisara@kolumbus.fi
5076 L: linux-scsi@vger.kernel.org
5078 F: Documentation/scsi/st.txt
5083 M: vladislav.yasevich@hp.com
5084 P: Sridhar Samudrala
5086 L: linux-sctp@vger.kernel.org
5087 W: http://lksctp.sourceforge.net
5089 F: Documentation/networking/sctp.txt
5090 F: include/linux/sctp.h
5091 F: include/net/sctp/
5096 M: jim.cromie@gmail.com
5098 F: Documentation/i2c/busses/scx200_acb
5099 F: arch/x86/kernel/scx200_32.c
5100 F: drivers/watchdog/scx200_wdt.c
5101 F: drivers/i2c/busses/scx200*
5102 F: drivers/mtd/maps/scx200_docflash.c
5103 F: include/linux/scx200.h
5107 M: jim.cromie@gmail.com
5109 F: drivers/char/scx200_gpio.c
5110 F: include/linux/scx200_gpio.h
5112 SCx200 HRT CLOCKSOURCE DRIVER
5114 M: jim.cromie@gmail.com
5116 F: drivers/clocksource/scx200_hrt.c
5118 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5120 M: saschasommer@freenet.de
5121 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5123 F: drivers/mmc/host/sdricoh_cs.c
5125 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5128 L: sdhci-devel@lists.ossman.eu
5131 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5133 M: avorontsov@ru.mvista.com
5134 L: linuxppc-dev@ozlabs.org
5135 L: sdhci-devel@lists.ossman.eu
5137 F: drivers/mmc/host/sdhci.*
5139 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5141 M: ben-linux@fluff.org
5142 L: sdhci-devel@lists.ossman.eu
5144 F: drivers/mmc/host/sdhci-s3c.c
5148 M: jmorris@namei.org
5149 L: linux-security-module@vger.kernel.org (suggested Cc:)
5150 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5151 W: http://security.wiki.kernel.org/
5156 P: Security Officers
5157 M: security@kernel.org
5160 SELINUX SECURITY MODULE
5162 M: sds@tycho.nsa.gov
5164 M: jmorris@namei.org
5166 M: eparis@parisplace.org
5167 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5168 W: http://selinuxproject.org
5169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5171 F: include/linux/selinux*
5172 F: security/selinux/
5176 M: jirislaby@gmail.com
5178 F: drivers/misc/phantom.c
5179 F: include/linux/phantom.h
5181 SERIAL ATA (SATA) SUBSYSTEM
5183 M: jgarzik@pobox.com
5184 L: linux-ide@vger.kernel.org
5185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5188 F: include/linux/ata.h
5189 F: include/linux/libata.h
5191 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5193 M: sathyap@serverengines.com
5194 P: Subbu Seetharaman
5195 M: subbus@serverengines.com
5196 L: netdev@vger.kernel.org
5197 W: http://www.serverengines.com
5199 F: drivers/net/benet/
5204 P: Robert Stonehouse
5205 M: linux-net-drivers@solarflare.com
5213 F: drivers/misc/sgi-gru/
5215 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5218 L: linux-ia64@vger.kernel.org
5220 F: Documentation/ia64/serial.txt
5221 F: drivers/serial/ioc?_serial.c
5222 F: include/linux/ioc?.h
5224 SGI VISUAL WORKSTATION 320 AND 540
5227 L: linux-visws-devel@lists.sf.net
5228 W: http://linux-visws.sf.net
5229 S: Maintained for 2.6.
5230 F: Documentation/sgi-visws.txt
5232 SGI XP/XPC/XPNET DRIVER
5236 F: drivers/misc/sgi-xp/
5238 SHARP LH SUPPORT (LH7952X & LH7A40X)
5241 W: http://projects.buici.com/arm
5242 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5244 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5245 F: arch/arm/mach-lh7a40x/
5246 F: drivers/serial/serial_lh7a40x.c
5247 F: drivers/usb/gadget/lh7a40*
5248 F: drivers/usb/host/ohci-lh7a40*
5251 P: Kristen Carlson Accardi
5252 M: kristen.c.accardi@intel.com
5253 L: linux-pci@vger.kernel.org
5255 F: drivers/pci/hotplug/shpchp*
5257 SIMTEC EB110ATX (Chalice CATS)
5260 M: support@simtec.co.uk
5261 W: http://www.simtec.co.uk/products/EB110ATX/
5264 SIMTEC EB2410ITX (BAST)
5267 M: support@simtec.co.uk
5268 W: http://www.simtec.co.uk/products/EB2410ITX/
5270 F: arch/arm/mach-s3c2410/
5271 F: drivers/*/*s3c2410*
5272 F: drivers/*/*/*s3c2410*
5274 SIS 190 ETHERNET DRIVER
5276 M: romieu@fr.zoreil.com
5277 L: netdev@vger.kernel.org
5279 F: drivers/net/sis190.c
5281 SIS 900/7016 FAST ETHERNET DRIVER
5283 M: venza@brownhat.org
5284 W: http://www.brownhat.org/sis900.html
5285 L: netdev@vger.kernel.org
5287 F: drivers/net/sis900.*
5289 SIS 96X I2C/SMBUS DRIVER
5291 M: mhoffman@lightlink.com
5292 L: linux-i2c@vger.kernel.org
5294 F: Documentation/i2c/busses/i2c-sis96x
5295 F: drivers/i2c/busses/i2c-sis96x.c
5297 SIS FRAMEBUFFER DRIVER
5298 P: Thomas Winischhofer
5299 M: thomas@winischhofer.net
5300 W: http://www.winischhofer.net/linuxsisvga.shtml
5302 F: Documentation/fb/sisfb.txt
5303 F: drivers/video/sis/
5304 F: include/video/sisfb.h
5307 P: Thomas Winischhofer
5308 M: thomas@winischhofer.net
5309 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5311 F: drivers/usb/misc/sisusbvga/
5313 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5314 P: Stephen Hemminger
5315 M: shemminger@linux-foundation.org
5316 L: netdev@vger.kernel.org
5318 F: drivers/net/skge.*
5319 F: drivers/net/sky2.*
5322 P: Christoph Lameter
5323 M: cl@linux-foundation.org
5325 M: penberg@cs.helsinki.fi
5328 L: linux-mm@kvack.org
5330 F: include/linux/sl?b*.h
5333 SMC91x ETHERNET DRIVER
5337 F: drivers/net/smc91x.*
5339 SMSC47B397 HARDWARE MONITOR DRIVER
5341 M: mhoffman@lightlink.com
5342 L: lm-sensors@lm-sensors.org
5344 F: Documentation/hwmon/smsc47b397
5345 F: drivers/hwmon/smsc47b397.c
5347 SMSC911x ETHERNET DRIVER
5348 P: Steve Glendinning
5349 M: steve.glendinning@smsc.com
5350 L: netdev@vger.kernel.org
5352 F: include/linux/smsc911x.h
5353 F: drivers/net/smsc911x.*
5355 SMSC9420 PCI ETHERNET DRIVER
5356 P: Steve Glendinning
5357 M: steve.glendinning@smsc.com
5358 L: netdev@vger.kernel.org
5360 F: drivers/net/smsc9420.*
5364 M: bn@niasdigital.com
5366 F: drivers/uio/uio_smx.c
5368 SN-IA64 (Itanium) SUB-PLATFORM
5371 L: linux-altix@sgi.com
5372 L: linux-ia64@vger.kernel.org
5373 W: http://www.sgi.com/altix
5377 SOC-CAMERA V4L2 SUBSYSTEM
5378 P: Guennadi Liakhovetski
5379 M: g.liakhovetski@gmx.de
5380 L: linux-media@vger.kernel.org
5381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5383 F: include/media/v4l2*
5384 F: drivers/media/video/v4l2*
5386 SOEKRIS NET48XX LED SUPPORT
5390 F: drivers/leds/leds-net48xx.c
5392 SOFTWARE RAID (Multiple Disks) SUPPORT
5395 L: linux-raid@vger.kernel.org
5398 F: include/linux/raid/
5400 SONIC NETWORK DRIVER
5401 P: Thomas Bogendoerfer
5402 M: tsbogend@alpha.franken.de
5403 L: netdev@vger.kernel.org
5405 F: drivers/net/sonic.*
5407 SONICS SILICON BACKPLANE DRIVER (SSB)
5410 L: netdev@vger.kernel.org
5413 F: include/linux/ssb/
5415 SONY VAIO CONTROL DEVICE DRIVER
5417 M: malattia@linux.it
5418 L: linux-acpi@vger.kernel.org
5419 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5421 F: Documentation/laptops/sony-laptop.txt
5422 F: drivers/char/sonypi.c
5423 F: drivers/platform/x86/sony-laptop.c
5424 F: include/linux/sony-laptop.h
5426 SONY MEMORYSTICK CARD SUPPORT
5429 W: http://tifmxx.berlios.de/
5431 F: drivers/memstick/host/tifm_ms.c
5438 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5439 W: http://www.alsa-project.org/
5440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5441 T: git git://git.alsa-project.org/alsa-kernel.git
5443 F: Documentation/sound/
5447 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5449 M: lrg@slimlogic.co.uk
5451 M: broonie@opensource.wolfsonmicro.com
5452 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5453 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5454 W: http://alsa-project.org/main/index.php/ASoC
5457 F: include/sound/soc*
5459 SPARC + UltraSPARC (sparc/sparc64)
5461 M: davem@davemloft.net
5462 L: sparclinux@vger.kernel.org
5463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5468 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5470 M: R.E.Wolff@BitWizard.nl
5472 F: Documentation/serial/specialix.txt
5473 F: drivers/char/specialix*
5477 M: dbrownell@users.sourceforge.net
5478 L: spi-devel-general@lists.sourceforge.net
5480 F: Documentation/spi/
5482 F: include/linux/spi/
5484 SPIDERNET NETWORK DRIVER for CELL
5486 M: kou.ishizaki@toshiba.co.jp
5489 L: netdev@vger.kernel.org
5491 F: Documentation/networking/spider_net.txt
5492 F: drivers/net/spider_net*
5497 L: linuxppc-dev@ozlabs.org
5498 L: cbe-oss-dev@ozlabs.org
5499 W: http://www.ibm.com/developerworks/power/cell/
5501 F: Documentation/filesystems/spufs.txt
5502 F: arch/powerpc/platforms/cell/spufs/
5504 SQUASHFS FILE SYSTEM
5506 M: phillip@lougher.demon.co.uk
5507 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5508 W: http://squashfs.org.uk
5510 F: Documentation/filesystems/squashfs.txt
5513 SRM (Alpha) environment access
5514 P: Jan-Benedict Glaw
5515 M: jbglaw@lug-owl.de
5517 F: arch/alpha/kernel/srm_env.c
5520 P: Greg Kroah-Hartman
5523 M: chrisw@sous-sol.org
5524 L: stable@kernel.org
5528 P: Greg Kroah-Hartman
5530 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5531 L: devel@driverdev.osuosl.org
5535 STARFIRE/DURALAN NETWORK DRIVER
5537 M: ionut@cs.columbia.edu
5539 F: drivers/net/starfire*
5541 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5543 F: drivers/net/wireless/strip.c
5544 F: include/linux/if_strip.h
5546 STRADIS MPEG-2 DECODER DRIVER
5549 W: http://www.stradis.com/
5551 F: drivers/media/video/stradis.c
5556 W: http://sammy.net/sun3/
5558 F: arch/m68k/kernel/*sun3*
5560 F: arch/m68k/include/asm/sun3*
5564 M: lethal@linux-sh.org
5565 L: linux-sh@vger.kernel.org
5566 W: http://www.linux-sh.org
5567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5569 F: Documentation/sh/
5575 M: len.brown@intel.com
5578 P: Rafael J. Wysocki
5580 L: linux-pm@lists.linux-foundation.org
5582 F: Documentation/power/
5583 F: arch/x86/kernel/acpi/
5584 F: drivers/base/power/
5586 F: include/linux/suspend.h
5587 F: include/linux/freezer.h
5588 F: include/linux/pm.h
5593 L: linux-video@atrey.karlin.mff.cuni.cz
5595 F: Documentation/svga.txt
5596 F: arch/x86/boot/video*
5599 P: Christoph Hellwig
5600 M: hch@infradead.org
5602 F: Documentation/filesystems/sysv-fs.txt
5604 F: include/linux/sysv_fs.h
5606 TASKSTATS STATISTICS INTERFACE
5608 M: balbir@linux.vnet.ibm.com
5610 F: Documentation/accounting/taskstats*
5611 F: include/linux/taskstats*
5612 F: kernel/taskstats.c
5617 L: netdev@vger.kernel.org
5619 F: include/linux/pkt_cls.h
5620 F: include/net/pkt_cls.h
5623 TCP LOW PRIORITY MODULE
5624 P: Wong Hoi Sing, Edison
5625 M: hswong3i@gmail.com
5626 P: Hung Hing Lun, Mike
5627 M: hlhung3i@gmail.com
5628 W: http://tcp-lp-mod.sourceforge.net/
5630 F: net/ipv4/tcp_lp.c
5632 TEHUTI ETHERNET DRIVER
5633 P: Alexander Indenbaum
5634 M: baum@tehutinetworks.net
5636 M: andy@greyhouse.net
5637 L: netdev@vger.kernel.org
5639 F: drivers/net/tehuti*
5641 Telecom Clock Driver for MCPL0010
5643 M: mark.gross@intel.com
5645 F: drivers/char/tlclk.c
5647 TENSILICA XTENSA PORT (xtensa)
5653 THINKPAD ACPI EXTRAS DRIVER
5654 P: Henrique de Moraes Holschuh
5655 M: ibm-acpi@hmh.eng.br
5656 L: ibm-acpi-devel@lists.sourceforge.net
5657 W: http://ibm-acpi.sourceforge.net
5658 W: http://thinkwiki.org/wiki/Ibm-acpi
5659 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5661 F: drivers/platform/x86/thinkpad_acpi.c
5663 TI FLASH MEDIA INTERFACE DRIVER
5667 F: drivers/misc/tifm*
5668 F: drivers/mmc/host/tifm_sd.c
5669 F: include/linux/tifm.h
5673 M: per.liden@ericsson.com
5675 M: jon.maloy@ericsson.com
5677 M: allan.stephens@windriver.com
5678 L: tipc-discussion@lists.sourceforge.net
5679 W: http://tipc.sourceforge.net/
5680 W: http://tipc.cslab.ericsson.net/
5681 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5683 F: include/linux/tipc*.h
5684 F: include/net/tipc/
5690 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5691 W: http://sourceforge.net/projects/tlan/
5693 F: Documentation/networking/tlan.txt
5694 F: drivers/net/tlan.*
5696 TOMOYO SECURITY MODULE
5698 M: takedakn@nttdata.co.jp
5700 M: penguin-kernel@I-love.SAKURA.ne.jp
5701 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5702 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5703 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5704 W: http://tomoyo.sourceforge.jp/
5705 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5709 TOSHIBA ACPI EXTRAS DRIVER
5711 F: drivers/platform/x86/toshiba_acpi.c
5715 M: jonathan@buzzard.org.uk
5716 L: tlinux-users@tce.toshiba-dme.co.jp
5717 W: http://www.buzzard.org.uk/toshiba/
5719 F: drivers/char/toshiba.c
5720 F: include/linux/toshiba.h
5724 M: ian@mnementh.co.uk
5726 F: drivers/mmc/host/tmio_mmc.*
5728 TMPFS (SHMEM FILESYSTEM)
5730 M: hugh.dickins@tiscali.co.uk
5731 L: linux-mm@kvack.org
5733 F: include/linux/shmem_fs.h
5738 M: debora@linux.vnet.ibm.com
5740 M: srajiv@linux.vnet.ibm.com
5741 W: http://tpmdd.sourceforge.net
5743 M: m.selhorst@sirrix.com
5744 W: http://www.sirrix.com
5745 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5747 F: drivers/char/tpm/
5751 M: trivial@kernel.org
5752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5754 F: drivers/char/tty_*
5755 F: drivers/serial/serial_core.c
5756 F: include/linux/serial_core.h
5757 F: include/linux/serial.h
5758 F: include/linux/tty.h
5762 M: alan@lxorguk.ukuu.org.uk
5764 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5766 TULIP NETWORK DRIVERS
5768 M: grundler@parisc-linux.org
5771 L: netdev@vger.kernel.org
5773 F: drivers/net/tulip/
5776 P: Maxim Krasnyansky
5777 M: maxk@qualcomm.com
5778 L: vtun@office.satix.net
5779 W: http://vtun.sourceforge.net/tun
5781 F: Documentation/networking/tuntap.txt
5782 F: arch/um/os-Linux/drivers/
5784 TURBOCHANNEL SUBSYSTEM
5785 P: Maciej W. Rozycki
5786 M: macro@linux-mips.org
5789 F: include/linux/tc.h
5793 M: ballabio_dario@emc.com
5794 L: linux-scsi@vger.kernel.org
5796 F: drivers/scsi/u14-34f.c
5798 UBI FILE SYSTEM (UBIFS)
5800 M: dedekind@infradead.org
5802 M: ext-adrian.hunter@nokia.com
5803 L: linux-mtd@lists.infradead.org
5804 T: git git://git.infradead.org/ubifs-2.6.git
5805 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5807 F: Documentation/filesystems/ubifs.txt
5810 UCLINUX (AND M68KNOMMU)
5813 W: http://www.uclinux.org/
5814 L: uclinux-dev@uclinux.org (subscribers-only)
5818 UCLINUX FOR RENESAS H8/300 (H8300)
5820 M: ysato@users.sourceforge.jp
5821 W: http://uclinux-h8.sourceforge.jp/
5827 W: http://linux-udf.sourceforge.net
5829 F: Documentation/filesystems/udf.txt
5833 P: Evgeniy Dushistov
5834 M: dushistov@mail.ru
5836 F: Documentation/filesystems/ufs.txt
5839 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5841 M: david.vrabel@csr.com
5842 L: linux-usb@vger.kernel.org
5845 F: include/linux/uwb.h
5846 F: include/linux/uwb/
5848 UNIFORM CDROM DRIVER
5851 W: http://www.kernel.dk
5853 F: Documentation/cdrom/
5854 F: drivers/cdrom/cdrom.c
5855 F: include/linux/cdrom.h
5857 UNSORTED BLOCK IMAGES (UBI)
5859 M: dedekind@infradead.org
5860 W: http://www.linux-mtd.infradead.org/
5861 L: linux-mtd@lists.infradead.org
5862 T: git git://git.infradead.org/ubi-2.6.git
5865 F: include/linux/mtd/ubi.h
5866 F: include/mtd/ubi-user.h
5870 M: oliver@neukum.name
5871 L: linux-usb@vger.kernel.org
5873 F: Documentation/usb/acm.txt
5874 F: drivers/usb/class/cdc-acm.*
5876 USB BLOCK DRIVER (UB ub)
5878 M: zaitcev@redhat.com
5879 L: linux-usb@vger.kernel.org
5881 F: drivers/block/ub.c
5883 USB CDC ETHERNET DRIVER
5884 P: Greg Kroah-Hartman
5886 L: linux-usb@vger.kernel.org
5888 W: http://www.kroah.com/linux-usb/
5889 F: drivers/net/usb/cdc_*.c
5890 F: include/linux/usb/cdc.h
5892 USB CYPRESS C67X00 DRIVER
5894 M: jacmet@sunsite.dk
5895 L: linux-usb@vger.kernel.org
5897 F: drivers/usb/c67x00/
5899 USB DAVICOM DM9601 DRIVER
5901 M: jacmet@sunsite.dk
5902 L: netdev@vger.kernel.org
5903 W: http://www.linux-usb.org/usbnet
5905 F: drivers/net/usb/dm9601.c
5907 USB DIAMOND RIO500 DRIVER
5910 L: rio500-users@lists.sourceforge.net
5911 W: http://rio500.sourceforge.net
5913 F: drivers/usb/misc/rio500*
5917 M: dbrownell@users.sourceforge.net
5918 L: linux-usb@vger.kernel.org
5920 F: Documentation/usb/ehci.txt
5921 F: drivers/usb/host/ehci*
5923 USB ET61X[12]51 DRIVER
5925 M: luca.risolia@studio.unibo.it
5926 L: linux-usb@vger.kernel.org
5927 L: linux-media@vger.kernel.org
5928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5929 W: http://www.linux-projects.org
5931 F: drivers/media/video/et61x251/
5933 USB GADGET/PERIPHERAL SUBSYSTEM
5935 M: dbrownell@users.sourceforge.net
5936 L: linux-usb@vger.kernel.org
5937 W: http://www.linux-usb.org/gadget
5939 F: drivers/usb/gadget/
5940 F: include/linux/usb/gadget*
5942 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5945 L: linux-usb@vger.kernel.org
5946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5948 F: Documentation/usb/hiddev.txt
5949 F: drivers/hid/usbhid/
5953 M: ok@artecdesign.ee
5954 L: linux-usb@vger.kernel.org
5956 F: drivers/usb/host/isp116x*
5957 F: include/linux/usb/isp116x.h
5959 USB KAWASAKI LSI DRIVER
5961 M: oliver@neukum.name
5962 L: linux-usb@vger.kernel.org
5964 F: drivers/usb/serial/kl5kusb105.*
5966 USB MASS STORAGE DRIVER
5968 M: mdharm-usb@one-eyed-alien.net
5969 L: linux-usb@vger.kernel.org
5970 L: usb-storage@lists.one-eyed-alien.net
5972 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5973 F: drivers/usb/storage/
5977 M: dbrownell@users.sourceforge.net
5978 L: linux-usb@vger.kernel.org
5980 F: Documentation/usb/ohci.txt
5981 F: drivers/usb/host/ohci*
5983 USB OPTION-CARD DRIVER
5985 M: smurf@smurf.noris.de
5986 L: linux-usb@vger.kernel.org
5988 F: drivers/usb/serial/option.c
5992 M: mmcclell@bigfoot.com
5993 L: linux-usb@vger.kernel.org
5994 W: http://alpha.dyndns.org/ov511/
5996 F: drivers/media/video/ov511.*
6000 M: petkan@users.sourceforge.net
6001 L: linux-usb@vger.kernel.org
6002 L: netdev@vger.kernel.org
6003 W: http://pegasus2.sourceforge.net/
6005 F: drivers/net/usb/pegasus.*
6007 USB PRINTER DRIVER (usblp)
6009 M: zaitcev@redhat.com
6010 L: linux-usb@vger.kernel.org
6012 F: drivers/usb/class/usblp.c
6016 M: petkan@users.sourceforge.net
6017 L: linux-usb@vger.kernel.org
6018 L: netdev@vger.kernel.org
6019 W: http://pegasus2.sourceforge.net/
6021 F: drivers/net/usb/rtl8150.c
6026 L: linux-usb@vger.kernel.org
6027 W: http://www.chello.nl/~j.vreeken/se401/
6029 F: Documentation/video4linux/se401.txt
6030 F: drivers/media/video/se401.*
6032 USB SERIAL BELKIN F5U103 DRIVER
6033 P: William Greathouse
6034 M: wgreathouse@smva.com
6035 L: linux-usb@vger.kernel.org
6037 F: drivers/usb/serial/belkin_sa.*
6039 USB SERIAL CYPRESS M8 DRIVER
6041 M: dignome@gmail.com
6042 L: linux-usb@vger.kernel.org
6044 W: http://geocities.com/i0xox0i
6045 W: http://firstlight.net/cvs
6046 F: drivers/usb/serial/cypress_m8.*
6048 USB SERIAL CYBERJACK DRIVER
6049 P: Matthias Bruestle and Harald Welte
6050 M: support@reiner-sct.com
6051 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6053 F: drivers/usb/serial/cyberjack.c
6055 USB SERIAL DIGI ACCELEPORT DRIVER
6056 P: Peter Berger and Al Borchers
6057 M: pberger@brimson.com
6058 M: alborchers@steinerpoint.com
6059 L: linux-usb@vger.kernel.org
6061 F: drivers/usb/serial/digi_acceleport.c
6064 P: Greg Kroah-Hartman
6066 L: linux-usb@vger.kernel.org
6068 F: Documentation/usb/usb-serial.txt
6069 F: drivers/usb/serial/generic.c
6070 F: drivers/usb/serial/usb-serial.c
6071 F: include/linux/usb/serial.h
6073 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6075 M: xavyer@ix.netcom.com
6076 L: linux-usb@vger.kernel.org
6078 F: drivers/usb/serial/empeg.c
6080 USB SERIAL KEYSPAN DRIVER
6081 P: Greg Kroah-Hartman
6083 L: linux-usb@vger.kernel.org
6084 W: http://www.kroah.com/linux/
6086 F: drivers/usb/serial/*keyspan*
6088 USB SERIAL WHITEHEAT DRIVER
6089 P: Support Department
6090 M: support@connecttech.com
6091 L: linux-usb@vger.kernel.org
6092 W: http://www.connecttech.com
6094 F: drivers/usb/serial/whiteheat*
6096 USB SMSC95XX ETHERNET DRIVER
6097 P: Steve Glendinning
6098 M: steve.glendinning@smsc.com
6099 L: netdev@vger.kernel.org
6101 F: drivers/net/usb/smsc95xx.*
6105 M: luca.risolia@studio.unibo.it
6106 L: linux-usb@vger.kernel.org
6107 L: linux-media@vger.kernel.org
6108 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6109 W: http://www.linux-projects.org
6111 F: Documentation/video4linux/sn9c102.txt
6112 F: drivers/media/video/sn9c102/
6115 P: Greg Kroah-Hartman
6117 L: linux-usb@vger.kernel.org
6118 W: http://www.linux-usb.org
6119 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6121 F: Documentation/usb/
6124 F: include/linux/usb.h
6125 F: include/linux/usb/
6129 M: stern@rowland.harvard.edu
6130 L: linux-usb@vger.kernel.org
6132 F: drivers/usb/host/uhci*
6134 USB "USBNET" DRIVER FRAMEWORK
6136 M: dbrownell@users.sourceforge.net
6137 L: netdev@vger.kernel.org
6138 W: http://www.linux-usb.org/usbnet
6140 F: drivers/net/usb/usbnet.c
6141 F: include/linux/usb/usbnet.h
6145 M: laurent.pinchart@skynet.be
6146 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6147 L: linux-media@vger.kernel.org
6148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6149 W: http://linux-uvc.berlios.de
6151 F: drivers/media/video/uvc/
6153 USB W996[87]CF DRIVER
6155 M: luca.risolia@studio.unibo.it
6156 L: linux-usb@vger.kernel.org
6157 L: linux-media@vger.kernel.org
6158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6159 W: http://www.linux-projects.org
6161 F: Documentation/video4linux/w9968cf.txt
6162 F: drivers/media/video/w996*
6164 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6166 M: jussi.kivilinna@mbnet.fi
6167 L: linux-wireless@vger.kernel.org
6169 F: drivers/net/wireless/rndis_wlan.c
6173 M: sarah.a.sharp@intel.com
6174 L: linux-usb@vger.kernel.org
6179 M: luca.risolia@studio.unibo.it
6180 L: linux-usb@vger.kernel.org
6181 L: linux-media@vger.kernel.org
6182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6183 W: http://www.linux-projects.org
6185 F: Documentation/video4linux/zc0301.txt
6186 F: drivers/media/video/zc0301/
6191 L: linux-usb@vger.kernel.org
6192 W: http://linux-lc100020.sourceforge.net
6194 F: drivers/net/wireless/zd1201.*
6198 M: royale@zerezo.com
6199 L: linux-usb@vger.kernel.org
6200 L: linux-media@vger.kernel.org
6201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6202 W: http://royale.zerezo.com/zr364xx/
6204 F: Documentation/video4linux/zr364xx.txt
6205 F: drivers/media/video/zr364xx.c
6207 USER-MODE LINUX (UML)
6209 M: jdike@addtoit.com
6210 L: user-mode-linux-devel@lists.sourceforge.net
6211 L: user-mode-linux-user@lists.sourceforge.net
6212 W: http://user-mode-linux.sourceforge.net
6214 F: Documentation/uml/
6221 M: hjk@linutronix.de
6222 P: Greg Kroah-Hartman
6225 F: Documentation/DocBook/uio-howto.tmpl
6227 F: include/linux/uio*.h
6229 UTIL-LINUX-NG PACKAGE
6232 L: util-linux-ng@vger.kernel.org
6233 W: http://kernel.org/~kzak/util-linux-ng/
6234 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6238 P: Michal Januszewski
6240 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6241 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6243 F: Documentation/fb/uvesafb.txt
6244 F: drivers/video/uvesafb.*
6246 VFAT/FAT/MSDOS FILESYSTEM
6248 M: hirofumi@mail.parknet.co.jp
6250 F: Documentation/filesystems/vfat.txt
6253 VIA RHINE NETWORK DRIVER
6257 F: drivers/net/via-rhine.c
6261 M: khali@linux-fr.org
6262 L: linux-i2c@vger.kernel.org
6264 F: Documentation/i2c/busses/i2c-viapro
6265 F: drivers/i2c/busses/i2c-viapro.c
6267 VIA SD/MMC CARD CONTROLLER DRIVER
6269 M: JosephChan@via.com.tw
6271 M: HaraldWelte@viatech.com
6273 F: drivers/mmc/host/via-sdmmc.c
6275 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6277 M: JosephChan@via.com.tw
6279 M: ScottFang@viatech.com.cn
6280 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6282 F: drivers/video/via/
6284 VIA VELOCITY NETWORK DRIVER
6286 M: romieu@fr.zoreil.com
6287 L: netdev@vger.kernel.org
6289 F: drivers/net/via-velocity.*
6294 L: netdev@vger.kernel.org
6296 F: drivers/net/macvlan.c
6297 F: include/linux/if_*vlan.h
6302 M: florian@openwrt.org
6303 L: openwrt-devel@lists.openwrt.org
6305 F: drivers/vlynq/vlynq.c
6306 F: include/linux/vlynq.h
6308 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6310 M: lrg@slimlogic.co.uk
6312 M: broonie@opensource.wolfsonmicro.com
6313 W: http://opensource.wolfsonmicro.com/node/15
6314 W: http://www.slimlogic.co.uk/?p=48
6315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6317 F: drivers/regulator/
6318 F: include/linux/regulator/
6320 VT1211 HARDWARE MONITOR DRIVER
6323 L: lm-sensors@lm-sensors.org
6325 F: Documentation/hwmon/vt1211
6326 F: drivers/hwmon/vt1211.c
6328 VT8231 HARDWARE MONITOR DRIVER
6330 M: vt8231@hiddenengine.co.uk
6331 L: lm-sensors@lm-sensors.org
6333 F: drivers/hwmon/vt8231.c
6335 W1 DALLAS'S 1-WIRE BUS
6337 M: johnpol@2ka.mipt.ru
6339 F: Documentation/w1/
6342 W83791D HARDWARE MONITORING DRIVER
6344 M: m.hulsman@tudelft.nl
6345 L: lm-sensors@lm-sensors.org
6347 F: Documentation/hwmon/w83791d
6348 F: drivers/hwmon/w83791d.c
6350 W83793 HARDWARE MONITORING DRIVER
6352 M: r.marek@assembler.cz
6353 L: lm-sensors@lm-sensors.org
6355 F: Documentation/hwmon/w83793
6356 F: drivers/hwmon/w83793.c
6358 W83L51xD SD/MMC CARD INTERFACE DRIVER
6362 F: drivers/mmc/host/wbsd.*
6364 WATCHDOG DEVICE DRIVERS
6367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6369 F: Documentation/watchdog/
6370 F: drivers/watchdog/
6371 F: include/linux/watchdog.h
6373 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6376 L: linux-wireless@vger.kernel.org
6377 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6379 F: Documentation/networking/wavelan.txt
6380 F: drivers/net/wireless/wavelan*
6384 M: zaga@fly.cc.fer.hr
6385 L: linux-scsi@vger.kernel.org
6387 F: drivers/scsi/wd7000.c
6390 P: Inaky Perez-Gonzalez
6391 M: inaky.perez-gonzalez@intel.com
6392 M: linux-wimax@intel.com
6393 L: wimax@linuxwimax.org
6395 W: http://linuxwimax.org
6397 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6399 M: david.vrabel@csr.com
6401 F: include/linux/wlp.h
6404 WISTRON LAPTOP BUTTON DRIVER
6408 F: drivers/input/misc/wistron_btns.c
6410 WL3501 WIRELESS PCMCIA CARD DRIVER
6411 P: Arnaldo Carvalho de Melo
6412 M: acme@ghostprotocols.net
6413 L: linux-wireless@vger.kernel.org
6414 W: http://oops.ghostprotocols.net:81/blog
6416 F: drivers/net/wireless/wl3501*
6418 WM97XX TOUCHSCREEN DRIVERS
6420 M: broonie@opensource.wolfsonmicro.com
6422 M: lrg@slimlogic.co.uk
6423 L: linux-input@vger.kernel.org
6424 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6425 W: http://opensource.wolfsonmicro.com/node/7
6427 F: drivers/input/touchscreen/*wm97*
6428 F: include/linux/wm97xx.h
6432 M: eis@baty.hanse.de
6433 L: linux-x25@vger.kernel.org
6435 F: Documentation/networking/x25*
6439 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6441 M: tglx@linutronix.de
6447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6449 F: Documentation/x86/
6452 XEN HYPERVISOR INTERFACE
6453 P: Jeremy Fitzhardinge
6454 M: jeremy@xensource.com
6456 M: chrisw@sous-sol.org
6457 L: virtualization@lists.osdl.org
6458 L: xen-devel@lists.xensource.com
6461 F: drivers/*/xen-*front.c
6463 F: arch/x86/include/asm/xen/
6467 P: Silicon Graphics Inc
6470 M: xfs-masters@oss.sgi.com
6472 W: http://oss.sgi.com/projects/xfs
6473 T: git git://oss.sgi.com/xfs/xfs.git
6475 F: Documentation/filesystems/xfs.txt
6478 XILINX SYSTEMACE DRIVER
6480 M: grant.likely@secretlab.ca
6481 W: http://www.secretlab.ca/
6483 F: drivers/block/xsysace.c
6485 XILINX UARTLITE SERIAL DRIVER
6487 M: jacmet@sunsite.dk
6488 L: linux-serial@vger.kernel.org
6490 F: drivers/serial/uartlite.c
6492 YAM DRIVER FOR AX.25
6493 P: Jean-Paul Roubelat
6495 L: linux-hams@vger.kernel.org
6497 F: drivers/net/hamradio/yam*
6498 F: include/linux/yam.h
6500 YEALINK PHONE DRIVER
6502 M: Henk.Vergonet@gmail.com
6503 L: usbb2k-api-dev@nongnu.org
6505 F: Documentation/input/yealink.txt
6506 F: drivers/input/misc/yealink.*
6508 Z8530 DRIVER FOR AX.25
6511 W: http://yaina.de/jreuter/
6512 W: http://www.qsl.net/dl1bke/
6513 L: linux-hams@vger.kernel.org
6515 F: Documentation/networking/z8530drv.txt
6516 F: drivers/net/hamradio/*scc.c
6517 F: drivers/net/hamradio/z8530.h
6519 ZD1211RW WIRELESS DRIVER
6523 M: kune@deine-taler.de
6524 W: http://zd1211.ath.cx/wiki/DriverRewrite
6525 L: linux-wireless@vger.kernel.org
6526 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6528 F: drivers/net/wireless/zd1211rw/
6530 ZR36067 VIDEO FOR LINUX DRIVER
6531 L: mjpeg-users@lists.sourceforge.net
6532 L: linux-media@vger.kernel.org
6533 W: http://mjpeg.sourceforge.net/driver-zoran/
6534 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6536 F: drivers/media/video/zoran/
6538 ZS DECSTATION Z85C30 SERIAL DRIVER
6539 P: Maciej W. Rozycki
6540 M: macro@linux-mips.org
6542 F: drivers/serial/zs.*
6546 M: torvalds@linux-foundation.org
6547 L: linux-kernel@vger.kernel.org
6548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6549 S: Buried alive in reporters