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@iehk.rwth-aachen.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 WMI LAPTOP EXTRAS
235 M: carlos@strangeworlds.co.uk
236 L: aceracpi@googlegroups.com (subscribers-only)
237 W: http://code.google.com/p/aceracpi
239 F: drivers/platform/x86/acer-wmi.c
244 L: linux-acpi@vger.kernel.org
245 W: http://www.lesswatts.org/projects/acpi/
246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
249 F: drivers/pnp/pnpacpi/
250 F: include/linux/acpi.h
253 P: Alexey Starikovskiy
254 M: astarikovskiy@suse.de
255 L: linux-acpi@vger.kernel.org
256 W: http://www.lesswatts.org/projects/acpi/
258 F: drivers/acpi/battery.c
259 F: drivers/acpi/*sbs*
262 P: Alexey Starikovskiy
263 M: astarikovskiy@suse.de
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
271 M: rui.zhang@intel.com
272 L: linux-acpi@vger.kernel.org
273 W: http://www.lesswatts.org/projects/acpi/
275 F: drivers/acpi/fan.c
277 ACPI PCI HOTPLUG DRIVER
278 P: Kristen Carlson Accardi
279 M: kristen.c.accardi@intel.com
280 L: linux-pci@vger.kernel.org
282 F: drivers/pci/hotplug/acpi*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/*thermal*
294 M: rui.zhang@intel.com
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/acpi/video.c
302 M: carlos@strangeworlds.co.uk
303 L: linux-acpi@vger.kernel.org
304 W: http://www.lesswatts.org/projects/acpi/
306 F: drivers/platform/x86/wmi.c
308 AD1889 ALSA SOUND DRIVER
312 M: T-Bone@parisc-linux.org
313 W: http://wiki.parisc-linux.org/AD1889
314 L: linux-parisc@vger.kernel.org
316 F: sound/pci/ad1889.*
318 ADM1025 HARDWARE MONITOR DRIVER
320 M: khali@linux-fr.org
321 L: lm-sensors@lm-sensors.org
323 F: Documentation/hwmon/adm1025
324 F: drivers/hwmon/adm1025.c
326 ADM1029 HARDWARE MONITOR DRIVER
328 M: corentin.labbe@geomatys.fr
329 L: lm-sensors@lm-sensors.org
331 F: drivers/hwmon/adm1029.c
333 ADM8211 WIRELESS DRIVER
335 M: flamingice@sourmilk.net
336 L: linux-wireless@vger.kernel.org
337 W: http://linuxwireless.org/
338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
340 F: drivers/net/wireless/adm8211.*
346 F: drivers/macintosh/therm_adt746x.c
351 L: linux-scsi@vger.kernel.org
353 F: Documentation/scsi/advansys.txt
354 F: drivers/scsi/advansys.c
357 P: Riccardo Facchetti
360 F: sound/oss/aedsp16.c
364 M: zippel@linux-m68k.org
366 F: Documentation/filesystems/affs.txt
369 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
371 M: dhowells@redhat.com
372 L: linux-afs@lists.infradead.org
375 F: include/net/af_rxrpc.h
376 F: net/rxrpc/af_rxrpc.c
381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
384 F: include/linux/agp*
387 P: Juergen E. Fischer
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aha152x*
392 F: drivers/scsi/pcmcia/aha152x*
394 AIC7XXX / AIC79XX SCSI DRIVER
397 L: linux-scsi@vger.kernel.org
399 F: drivers/scsi/aic7xxx/
400 F: drivers/scsi/aic7xxx_old/
405 L: linux-aio@kvack.org
408 F: include/linux/*aio*.h
410 ALCATEL SPEEDTOUCH USB DRIVER
412 M: duncan.sands@free.fr
413 L: linux-usb@vger.kernel.org
414 W: http://www.linux-usb.org/SpeedTouch/
416 F: drivers/usb/atm/speedtch.c
417 F: drivers/usb/atm/usbatm.c
419 ALCHEMY AU1XX0 MMC DRIVER
421 M: manuel.lauss@gmail.com
423 F: drivers/mmc/host/au1xmmc.c
427 M: r.marek@assembler.cz
428 L: linux-i2c@vger.kernel.org
430 F: Documentation/i2c/busses/i2c-ali1563
431 F: drivers/i2c/busses/i2c-ali1563.c
436 S: Odd Fixes for 2.4; Maintained for 2.6.
438 M: ink@jurassic.park.msu.ru
439 S: Maintained for 2.4; PCI support for 2.6.
440 L: linux-alpha@vger.kernel.org
443 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
445 M: dahlmann.thomas@arcor.de
446 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
448 F: drivers/usb/gadget/amd5536udc.*
450 AMD GEODE PROCESSOR/CHIPSET SUPPORT
452 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
453 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
455 F: arch/x86/kernel/geode_32.c
456 F: drivers/char/hw_random/geode-rng.c
457 F: drivers/crypto/geode*
458 F: drivers/video/geode/
459 F: arch/x86/include/asm/geode.h
463 M: joerg.roedel@amd.com
464 L: iommu@lists.linux-foundation.org
465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
467 F: arch/x86/kernel/amd_iommu*.c
468 F: arch/x86/include/asm/amd_iommu*.h
470 AMD MICROCODE UPDATE SUPPORT
472 M: andreas.herrmann3@amd.com
473 L: amd64-microcode@amd64.org
475 F: arch/x86/kernel/microcode_amd.c
477 AMS (Apple Motion Sensor) DRIVER
479 M: stelian@popies.net
480 P: Michael Hanselmann
481 M: linux-kernel@hansmi.ch
483 F: drivers/hwmon/ams/
487 M: tom@opengridcomputing.com
489 M: swise@opengridcomputing.com
490 L: general@lists.openfabrics.org
492 F: drivers/infiniband/hw/amso1100/
494 AOA (Apple Onboard Audio) ALSA DRIVER
496 M: johannes@sipsolutions.net
497 L: linuxppc-dev@ozlabs.org
498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
504 M: sfr@canb.auug.org.au
505 L: linux-laptop@vger.kernel.org
506 W: http://www.canb.auug.org.au/~sfr/
508 F: arch/x86/kernel/apm_32.c
509 F: include/linux/apm_bios.h
511 APPLE BCM5974 MULTITOUCH DRIVER
513 M: rydberg@euromail.se
514 L: linux-input@vger.kernel.org
516 F: drivers/input/mouse/bcm5974.c
520 M: nicolas@boichat.ch
521 L: mactel-linux-devel@lists.sourceforge.net
523 F: drivers/hwmon/applesmc.c
525 APPLETALK NETWORK LAYER
526 P: Arnaldo Carvalho de Melo
527 M: acme@ghostprotocols.net
529 F: drivers/net/appletalk/
532 APPLETOUCH TOUCHPAD DRIVER
534 M: johannes@sipsolutions.net
535 L: linux-input@vger.kernel.org
537 F: Documentation/input/appletouch.txt
538 F: drivers/input/mouse/appletouch.c
540 ARC FRAMEBUFFER DRIVER
542 M: jayalk@intworks.biz
544 F: drivers/video/arcfb.c
545 F: drivers/video/fb_defio.c
547 ARM MFM AND FLOPPY DRIVERS
551 F: arch/arm/lib/floppydma.S
552 F: arch/arm/include/asm/floppy.h
556 M: linux@arm.linux.org.uk
557 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558 W: http://www.arm.linux.org.uk/
562 ARM PRIMECELL MMCI PL180/1 DRIVER
564 F: drivers/mmc/host/mmci.*
566 ARM/ADI ROADRUNNER MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571 F: arch/arm/mach-ixp23xx/
572 F: arch/arm/mach-ixp23xx/include/mach/
574 ARM/ADS SPHERE MACHINE SUPPORT
576 M: kernel@wantstofly.org
577 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 ARM/AFEB9260 MACHINE SUPPORT
582 M: slapin@ossfans.org
583 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 ARM/AJECO 1ARM MACHINE SUPPORT
588 M: kernel@wantstofly.org
589 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
594 M: linux@maxim.org.za
595 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 W: http://maxim.org.za/at91_26.html
599 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
601 M: kernel@wantstofly.org
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
607 M: kernel@wantstofly.org
608 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613 M: linux@arm.linux.org.uk
614 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 F: arch/arm/common/clkdev.c
616 F: arch/arm/include/asm/clkdev.h
618 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
620 M: mike@compulab.co.il
621 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 ARM/CORGI MACHINE SUPPORT
629 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
631 M: paulius.zaleckas@teltonika.lt
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
633 T: git git://gitorious.org/linux-gemini/mainline.git
635 F: arch/arm/mach-gemini/
637 ARM/EBSA110 MACHINE SUPPORT
639 M: linux@arm.linux.org.uk
640 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
641 W: http://www.arm.linux.org.uk/
643 F: arch/arm/mach-ebsa110/
644 F: drivers/net/arm/am79c961a.*
646 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
650 M: stefan@openezx.org
652 M: laforge@openezx.org
653 L: openezx-devel@lists.openezx.org (subscribers-only)
654 W: http://www.openezx.org/
656 T: topgit git://git.openezx.org/openezx.git
657 F: arch/arm/mach-pxa/ezx.c
659 ARM/FARADAY FA526 PORT
661 M: paulius.zaleckas@teltonika.lt
662 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
666 ARM/FOOTBRIDGE ARCHITECTURE
668 M: linux@arm.linux.org.uk
669 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670 W: http://www.arm.linux.org.uk/
672 F: arch/arm/include/asm/hardware/dec21285.h
673 F: arch/arm/mach-footbridge/
675 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
677 M: kernel@pengutronix.de
678 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
683 M: kernel@wantstofly.org
684 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
687 ARM/GUMSTIX MACHINE SUPPORT
690 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
695 M: philipp.zabel@gmail.com
697 F: arch/arm/mach-pxa/hx4700.c
698 F: arch/arm/mach-pxa/include/mach/hx4700.h
700 ARM/HP JORNADA 7XX MACHINE SUPPORT
701 P: Kristoffer Ericson
702 M: kristoffer.ericson@gmail.com
706 ARM/INTEL IOP32X ARM ARCHITECTURE
708 M: kernel@wantstofly.org
710 M: dan.j.williams@intel.com
711 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
714 ARM/INTEL IOP33X ARM ARCHITECTURE
716 M: dan.j.williams@intel.com
717 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
720 ARM/INTEL IOP13XX ARM ARCHITECTURE
722 M: kernel@wantstofly.org
724 M: dan.j.williams@intel.com
725 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
728 ARM/INTEL IQ81342EX MACHINE SUPPORT
730 M: kernel@wantstofly.org
732 M: dan.j.williams@intel.com
733 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
736 ARM/INTEL IXP2000 ARM ARCHITECTURE
738 M: kernel@wantstofly.org
739 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
742 ARM/INTEL IXDP2850 MACHINE SUPPORT
744 M: kernel@wantstofly.org
745 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
748 ARM/INTEL IXP23XX ARM ARCHITECTURE
750 M: kernel@wantstofly.org
751 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
754 ARM/INTEL XSC3 (MANZANO) ARM CORE
756 M: kernel@wantstofly.org
758 M: dan.j.williams@intel.com
759 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
762 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
764 M: kernel@wantstofly.org
765 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
768 ARM/LOGICPD PXA270 MACHINE SUPPORT
770 M: kernel@wantstofly.org
771 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
774 ARM/MAGICIAN MACHINE SUPPORT
776 M: philipp.zabel@gmail.com
779 ARM/MIOA701 MACHINE SUPPORT
781 M: robert.jarzmik@free.fr
782 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
783 F: arch/arm/mach-pxa/mioa701.c
786 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
787 P: Michael Petchkovsky
788 M: mkpetch@internode.on.net
791 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
793 M: arhuaco@freaks-unidos.net
794 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
795 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
798 ARM/TOSA MACHINE SUPPORT
799 P: Dmitry Eremin-Solenikov
800 M: dbaryshkov@gmail.com
802 M: dirk@opfer-online.de
805 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
807 M: marek.vasut@gmail.com
808 W: http://hackndev.com
811 ARM/PALM TREO 680 SUPPORT
813 M: sleep_walker@suse.cz
814 W: http://hackndev.com
819 M: slapin@ossfans.org
820 W: http://hackndev.com
825 M: pleb@gelato.unsw.edu.au
826 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
829 ARM/PT DIGITAL BOARD PORT
831 M: stefan.eletzhofer@eletztrick.de
832 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
833 W: http://www.arm.linux.org.uk/
836 ARM/RADISYS ENP2611 MACHINE SUPPORT
838 M: kernel@wantstofly.org
839 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
842 ARM/RISCPC ARCHITECTURE
844 M: linux@arm.linux.org.uk
845 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
846 W: http://www.arm.linux.org.uk/
848 F: arch/arm/common/time-acorn.c
849 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
850 F: arch/arm/include/asm/hardware/ioc.h
851 F: arch/arm/include/asm/hardware/iomd.h
852 F: arch/arm/include/asm/hardware/memc.h
853 F: arch/arm/mach-rpc/
854 F: drivers/net/arm/ether*
857 ARM/SHARK MACHINE SUPPORT
859 M: alex@shark-linux.de
860 W: http://www.shark-linux.de/shark.html
863 ARM/S3C2410 ARM ARCHITECTURE
865 M: ben-linux@fluff.org
866 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
867 W: http://www.fluff.org/ben/linux/
870 ARM/S3C2440 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/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
879 M: kernel@wantstofly.org
880 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
883 ARM/THECUS N2100 MACHINE SUPPORT
885 M: kernel@wantstofly.org
886 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
889 ARM/NUVOTON W90X900 ARM ARCHITECTURE
891 M: mcuos.com@gmail.com
892 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
893 W: http://www.mcuos.com
898 M: linux@arm.linux.org.uk
899 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
900 W: http://www.arm.linux.org.uk/
906 L: netdev@vger.kernel.org
910 ASUS ACPI EXTRAS DRIVER
912 M: corentincj@iksaif.net
914 M: sziwan@users.sourceforge.net
915 L: acpi4asus-user@lists.sourceforge.net
916 W: http://sourceforge.net/projects/acpi4asus
917 W: http://xf.iksaif.net/acpi4asus
919 F: arch/x86/kernel/acpi/boot.c
920 F: drivers/platform/x86/asus_acpi.c
922 ASUS ASB100 HARDWARE MONITOR DRIVER
924 M: mhoffman@lightlink.com
925 L: lm-sensors@lm-sensors.org
927 F: drivers/hwmon/asb100.c
929 ASUS LAPTOP EXTRAS DRIVER
931 M: corentincj@iksaif.net
932 L: acpi4asus-user@lists.sourceforge.net
933 W: http://sourceforge.net/projects/acpi4asus
934 W: http://xf.iksaif.net/acpi4asus
936 F: drivers/platform/x86/asus-laptop.c
938 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
940 M: dan.j.williams@intel.com
942 M: maciej.sosnowski@intel.com
943 W: http://sourceforge.net/projects/xscaleiop
945 F: Documentation/crypto/async-tx-api.txt
948 F: include/linux/dmaengine.h
949 F: include/linux/async_tx.h
951 ATA OVER ETHERNET (AOE) DRIVER
953 M: ecashin@coraid.com
954 W: http://www.coraid.com/support/linux
956 F: Documentation/aoe/
957 F: drivers/block/aoe/
959 ATHEROS ATH5K WIRELESS DRIVER
961 M: jirislaby@gmail.com
963 M: mickflemm@gmail.com
965 M: lrodriguez@atheros.com
967 M: me@bobcopeland.com
968 L: linux-wireless@vger.kernel.org
969 L: ath5k-devel@lists.ath5k.org
971 F: drivers/net/wireless/ath/ath5k/
973 ATHEROS ATH9K WIRELESS DRIVER
975 M: lrodriguez@atheros.com
977 M: jmalinen@atheros.com
979 M: Sujith.Manoharan@atheros.com
980 P: Vasanthakumar Thiagarajan
981 M: vasanth@atheros.com
982 P: Senthil Balasubramanian
983 M: senthilkumar@atheros.com
984 L: linux-wireless@vger.kernel.org
985 L: ath9k-devel@lists.ath9k.org
987 F: drivers/net/wireless/ath/ath9k/
989 ATHEROS AR9170 WIRELESS DRIVER
990 P: Christian Lamparter
992 L: linux-wireless@vger.kernel.org
993 W: http://wireless.kernel.org/en/users/Drivers/ar9170
995 F: drivers/net/wireless/ath/ar9170/
1001 F: drivers/input/misc/ati_remote2.c
1003 ATLX ETHERNET DRIVERS
1005 M: jcliburn@gmail.com
1007 M: csnook@redhat.com
1009 M: jie.yang@atheros.com
1010 L: atl1-devel@lists.sourceforge.net
1011 W: http://sourceforge.net/projects/atl1
1012 W: http://atl1.sourceforge.net
1014 F: drivers/net/atlx/
1018 M: chas@cmf.nrl.navy.mil
1019 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1020 L: netdev@vger.kernel.org
1021 W: http://linux-atm.sourceforge.net
1024 F: include/linux/atm*
1026 ATMEL AT91 MCI DRIVER
1028 M: nicolas.ferre@atmel.com
1029 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1030 W: http://www.atmel.com/products/AT91/
1031 W: http://www.at91.com/
1033 F: drivers/mmc/host/at91_mci.c
1035 ATMEL AT91 / AT32 MCI DRIVER
1037 M: nicolas.ferre@atmel.com
1039 F: drivers/mmc/host/atmel-mci.c
1040 F: drivers/mmc/host/atmel-mci-regs.h
1042 ATMEL AT91 / AT32 SERIAL DRIVER
1043 P: Haavard Skinnemoen
1044 M: hskinnemoen@atmel.com
1046 F: drivers/serial/atmel_serial.c
1050 M: nicolas.ferre@atmel.com
1051 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1053 F: drivers/video/atmel_lcdfb.c
1054 F: include/video/atmel_lcdc.h
1056 ATMEL MACB ETHERNET DRIVER
1057 P: Haavard Skinnemoen
1058 M: hskinnemoen@atmel.com
1060 F: drivers/net/macb.*
1063 P: Haavard Skinnemoen
1064 M: hskinnemoen@atmel.com
1066 F: drivers/spi/atmel_spi.*
1068 ATMEL USBA UDC DRIVER
1069 P: Haavard Skinnemoen
1070 M: hskinnemoen@atmel.com
1071 L: kernel@avr32linux.org
1072 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1074 F: drivers/usb/gadget/atmel_usba_udc.*
1076 ATMEL WIRELESS DRIVER
1078 M: simon@thekelleys.org.uk
1079 L: linux-wireless@vger.kernel.org
1080 W: http://www.thekelleys.org.uk/atmel
1081 W: http://atmelwlandriver.sourceforge.net/
1083 F: drivers/net/wireless/atmel*
1087 M: viro@zeniv.linux.org.uk
1089 M: eparis@redhat.com
1090 L: linux-audit@redhat.com (subscribers-only)
1091 W: http://people.redhat.com/sgrubb/audit/
1092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1094 F: include/linux/audit.h
1097 AUXILIARY DISPLAY DRIVERS
1098 P: Miguel Ojeda Sandonis
1099 M: miguel.ojeda.sandonis@gmail.com
1100 W: http://miguelojeda.es/auxdisplay.htm
1101 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1103 F: drivers/auxdisplay/
1104 F: include/linux/cfag12864b.h
1107 P: Haavard Skinnemoen
1108 M: hskinnemoen@atmel.com
1109 W: http://www.atmel.com/products/AVR32/
1110 W: http://avr32linux.org/
1111 W: http://avrfreaks.net/
1115 AVR32/AT32AP MACHINE SUPPORT
1116 P: Haavard Skinnemoen
1117 M: hskinnemoen@atmel.com
1119 F: arch/avr32/mach-at32ap/
1123 M: ralf@linux-mips.org
1124 L: linux-hams@vger.kernel.org
1125 W: http://www.linux-ax25.org/
1127 F: include/linux/ax25.h
1128 F: include/net/ax25.h
1135 M: stefano.brivio@polimi.it
1136 L: linux-wireless@vger.kernel.org
1137 W: http://linuxwireless.org/en/users/Drivers/b43
1139 F: drivers/net/wireless/b43/
1141 B43LEGACY WIRELESS DRIVER
1143 M: Larry.Finger@lwfinger.net
1145 M: stefano.brivio@polimi.it
1146 L: linux-wireless@vger.kernel.org
1147 W: http://linuxwireless.org/en/users/Drivers/b43
1149 F: drivers/net/wireless/b43legacy/
1151 BACKLIGHT CLASS/SUBSYSTEM
1153 M: rpurdie@rpsys.net
1155 F: drivers/video/backlight/
1156 F: include/linux/backlight.h
1158 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1160 M: t.sailer@alumni.ethz.ch
1161 L: linux-hams@vger.kernel.org
1162 W: http://www.baycom.org/~tom/ham/ham.html
1164 F: drivers/net/hamradio/baycom*
1167 P: Sergey S. Kostyliov
1168 M: rathamahata@php4.ru
1170 F: Documentation/filesystems/befs.txt
1174 P: Tigran A. Aivazian
1175 M: tigran@aivazian.fsnet.co.uk
1177 F: Documentation/filesystems/bfs.txt
1179 F: include/linux/bfs_fs.h
1181 BLACKFIN ARCHITECTURE
1183 M: vapier@gentoo.org
1184 L: uclinux-dist-devel@blackfin.uclinux.org
1185 W: http://blackfin.uclinux.org
1189 BLACKFIN EMAC DRIVER
1190 P: Michael Hennerich
1191 M: michael.hennerich@analog.com
1192 L: uclinux-dist-devel@blackfin.uclinux.org
1193 W: http://blackfin.uclinux.org
1195 F: drivers/net/bfin_mac.*
1199 M: vapier.adi@gmail.com
1200 L: uclinux-dist-devel@blackfin.uclinux.org
1201 W: http://blackfin.uclinux.org
1203 F: drivers/rtc/rtc-bfin.c
1205 BLACKFIN SERIAL DRIVER
1207 M: sonic.zhang@analog.com
1208 L: uclinux-dist-devel@blackfin.uclinux.org
1209 W: http://blackfin.uclinux.org
1211 F: drivers/serial/bfin_5xx.c
1213 BLACKFIN WATCHDOG DRIVER
1215 M: vapier.adi@gmail.com
1216 L: uclinux-dist-devel@blackfin.uclinux.org
1217 W: http://blackfin.uclinux.org
1219 F: drivers/watchdog/bfin_wdt.c
1221 BLACKFIN I2C TWI DRIVER
1223 M: sonic.zhang@analog.com
1224 L: uclinux-dist-devel@blackfin.uclinux.org
1225 W: http://blackfin.uclinux.org/
1227 F: drivers/i2c/busses/i2c-bfin-twi.c
1232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1238 M: joern@lazybastard.org
1239 L: linux-mtd@lists.infradead.org
1241 F: drivers/mtd/devices/block2mtd.c
1245 M: marcel@holtmann.org
1246 L: linux-bluetooth@vger.kernel.org
1247 W: http://www.bluez.org/
1249 F: drivers/bluetooth/
1253 M: marcel@holtmann.org
1254 L: linux-bluetooth@vger.kernel.org
1255 W: http://www.bluez.org/
1256 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1259 F: include/net/bluetooth/
1264 L: bonding-devel@lists.sourceforge.net
1265 W: http://sourceforge.net/projects/bonding/
1267 F: drivers/net/bonding/
1268 F: include/linux/if_bonding.h
1270 BROADCOM B44 10/100 ETHERNET DRIVER
1272 M: zambrano@broadcom.com
1273 L: netdev@vger.kernel.org
1275 F: drivers/net/b44.*
1277 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1279 M: mchan@broadcom.com
1280 L: netdev@vger.kernel.org
1282 F: drivers/net/bnx2.*
1283 F: drivers/net/bnx2_*
1285 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1287 M: eilong@broadcom.com
1288 L: netdev@vger.kernel.org
1290 F: drivers/net/bnx2x*
1292 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1294 M: mcarlson@broadcom.com
1296 M: mchan@broadcom.com
1297 L: netdev@vger.kernel.org
1299 F: drivers/net/tg3.*
1301 BSG (block layer generic sg v4 driver)
1303 M: fujita.tomonori@lab.ntt.co.jp
1304 L: linux-scsi@vger.kernel.org
1307 F: include/linux/bsg.h
1312 W: http://bu3sch.de/btgpio.php
1314 F: drivers/gpio/bt8xxgpio.c
1318 M: chris.mason@oracle.com
1319 L: linux-btrfs@vger.kernel.org
1320 W: http://btrfs.wiki.kernel.org/
1321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1323 F: Documentation/filesystems/btrfs.txt
1326 BTTV VIDEO4LINUX DRIVER
1327 P: Mauro Carvalho Chehab
1328 M: mchehab@infradead.org
1329 L: linux-media@vger.kernel.org
1330 W: http://linuxtv.org
1331 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1333 F: Documentation/video4linux/bttv/
1334 F: drivers/media/video/bt8xx/bttv*
1336 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1338 M: dhowells@redhat.com
1339 L: linux-cachefs@redhat.com
1341 F: Documentation/filesystems/caching/cachefiles.txt
1344 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1347 L: linux-media@vger.kernel.org
1348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1350 F: Documentation/video4linux/cafe_ccic
1351 F: drivers/media/video/cafe_ccic*
1353 CALGARY x86-64 IOMMU
1358 L: discuss@x86-64.org
1360 F: arch/x86/kernel/pci-calgary_64.c
1361 F: arch/x86/kernel/tce_64.c
1362 F: arch/x86/include/asm/calgary.h
1363 F: arch/x86/include/asm/tce.h
1367 M: urs.thuermann@volkswagen.de
1369 M: oliver.hartkopp@volkswagen.de
1370 L: socketcan-core@lists.berlios.de (subscribers-only)
1371 W: http://developer.berlios.de/projects/socketcan/
1374 F: include/linux/can/
1375 F: include/linux/can.h
1378 P: Wolfgang Grandegger
1379 M: wg@grandegger.com
1380 L: socketcan-core@lists.berlios.de (subscribers-only)
1381 W: http://developer.berlios.de/projects/socketcan/
1384 CELL BROADBAND ENGINE ARCHITECTURE
1387 L: linuxppc-dev@ozlabs.org
1388 L: cbe-oss-dev@ozlabs.org
1389 W: http://www.ibm.com/developerworks/power/cell/
1391 F: arch/powerpc/include/asm/cell*.h
1392 F: arch/powerpc/include/asm/spu*.h
1393 F: arch/powerpc/oprofile/*cell*
1394 F: arch/powerpc/platforms/cell/
1396 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1398 M: david.vrabel@csr.com
1399 L: linux-usb@vger.kernel.org
1401 F: Documentation/usb/WUSB-Design-overview.txt
1402 F: Documentation/usb/wusb-cbaf
1403 F: drivers/usb/wusbcore/
1404 F: include/linux/usb/wusb*
1406 CFAG12864B LCD DRIVER
1407 P: Miguel Ojeda Sandonis
1408 M: miguel.ojeda.sandonis@gmail.com
1409 W: http://miguelojeda.es/auxdisplay.htm
1410 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1412 F: drivers/auxdisplay/cfag12864b.c
1413 F: include/linux/cfag12864b.h
1415 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1416 P: Miguel Ojeda Sandonis
1417 M: miguel.ojeda.sandonis@gmail.com
1418 W: http://miguelojeda.es/auxdisplay.htm
1419 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1421 F: drivers/auxdisplay/cfag12864bfb.c
1422 F: include/linux/cfag12864b.h
1424 CFG80211 and NL80211
1426 M: johannes@sipsolutions.net
1427 L: linux-wireless@vger.kernel.org
1429 F: include/linux/nl80211.h
1430 F: include/net/cfg80211.h
1432 X: net/wireless/wext*
1436 M: apw@canonical.com
1438 F: scripts/checkpatch.pl
1440 CISCO 10G ETHERNET DRIVER
1442 M: scofeldm@cisco.com
1444 M: jeykholt@cisco.com
1446 F: drivers/net/enic/
1448 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1449 P: Lennert Buytenhek
1450 M: kernel@wantstofly.org
1451 L: netdev@vger.kernel.org
1453 F: drivers/net/arm/ep93xx_eth.c
1455 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1456 P: Lennert Buytenhek
1457 M: kernel@wantstofly.org
1458 L: linux-usb@vger.kernel.org
1460 F: drivers/usb/host/ohci-ep93xx.c
1462 CIRRUS LOGIC CS4270 SOUND DRIVER
1464 M: timur@freescale.com
1465 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1467 F: sound/soc/codecs/cs4270*
1469 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1470 P: Cirrus Logic Corporation (kernel 2.2 driver)
1471 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1472 P: Nils Faerber (port to kernel 2.4)
1473 M: Nils Faerber <nils@kernelconcepts.de>
1475 F: Documentation/input/cs461x.txt
1476 F: sound/pci/cs46xx/
1480 M: linux@arm.linux.org.uk
1481 F: include/linux/clk.h
1483 CISCO FCOE HBA DRIVER
1484 P: Abhijeet Joglekar
1485 M: abjoglek@cisco.com
1487 M: jeykholt@cisco.com
1488 L: linux-scsi@vger.kernel.org
1490 F: drivers/scsi/fnic/
1494 M: jaharkes@cs.cmu.edu
1496 L: codalist@coda.cs.cmu.edu
1497 W: http://www.coda.cs.cmu.edu/
1499 F: Documentation/filesystems/coda.txt
1501 F: include/linux/coda*.h
1503 COMMON INTERNET FILE SYSTEM (CIFS)
1505 M: sfrench@samba.org
1506 L: linux-cifs-client@lists.samba.org
1507 L: samba-technical@lists.samba.org
1508 W: http://linux-cifs.samba.org/
1509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1511 F: Documentation/filesystems/cifs.txt
1514 COMPACTPCI HOTPLUG CORE
1516 M: scottm@somanetworks.com
1517 M: scott@spiteful.org
1518 L: linux-pci@vger.kernel.org
1520 F: drivers/pci/hotplug/cpci_hotplug*
1522 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1524 M: scottm@somanetworks.com
1525 M: scott@spiteful.org
1526 L: linux-pci@vger.kernel.org
1528 F: drivers/pci/hotplug/cpcihp_zt5550.*
1530 COMPACTPCI HOTPLUG GENERIC DRIVER
1532 M: scottm@somanetworks.com
1533 M: scott@spiteful.org
1534 L: linux-pci@vger.kernel.org
1536 F: drivers/pci/hotplug/cpcihp_generic.c
1538 COMPAL LAPTOP SUPPORT
1539 P: Cezary Jackiewicz
1540 M: cezary.jackiewicz@gmail.com
1542 F: drivers/platform/x86/compal-laptop.c
1544 COMPUTONE INTELLIPORT MULTIPORT CARD
1545 P: Michael H. Warfield
1547 W: http://www.wittsend.com/computone.html
1549 F: Documentation/serial/computone.txt
1550 F: drivers/char/ip2/
1552 CONEXANT ACCESSRUNNER USB DRIVER
1554 M: cxacru@fire.lp0.eu
1555 L: accessrunner-general@lists.sourceforge.net
1556 W: http://accessrunner.sourceforge.net/
1558 F: drivers/usb/atm/cxacru.c
1562 M: joel.becker@oracle.com
1565 F: include/linux/configfs.h
1567 CONTROL GROUPS (CGROUPS)
1569 M: menage@google.com
1571 M: lizf@cn.fujitsu.com
1572 L: containers@lists.linux-foundation.org
1574 F: include/linux/cgroup*
1578 CORETEMP HARDWARE MONITORING DRIVER
1580 M: r.marek@assembler.cz
1581 L: lm-sensors@lm-sensors.org
1583 F: Documentation/hwmon/coretemp
1584 F: drivers/hwmon/coretemp.c
1586 COSA/SRP SYNC SERIAL DRIVER
1587 P: Jan "Yenya" Kasprzak
1589 W: http://www.fi.muni.cz/~kas/cosa/
1591 F: drivers/net/wan/cosa*
1593 CPMAC ETHERNET DRIVER
1595 M: florian@openwrt.org
1596 L: netdev@vger.kernel.org
1598 F: drivers/net/cpmac.c
1600 CPU FREQUENCY DRIVERS
1603 L: cpufreq@vger.kernel.org
1604 W: http://www.codemonkey.org.uk/projects/cpufreq/
1605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1607 F: arch/x86/kernel/cpu/cpufreq/
1609 F: include/linux/cpufreq.h
1615 F: arch/x86/kernel/cpuid.c
1616 F: arch/x86/kernel/msr.c
1620 M: menage@google.com
1621 W: http://www.bullopensource.org/cpuset/
1622 W: http://oss.sgi.com/projects/cpusets/
1624 F: Documentation/cgroups/cpusets.txt
1625 F: include/linux/cpuset.h
1629 W: http://sourceforge.net/projects/cramfs/
1631 F: Documentation/filesystems/cramfs.txt
1638 M: jesper.nilsson@axis.com
1639 L: dev-etrax@axis.com
1640 W: http://developer.axis.com
1646 M: herbert@gondor.apana.org.au
1648 M: davem@davemloft.net
1649 L: linux-crypto@vger.kernel.org
1650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1652 F: Documentation/crypto/
1658 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1660 M: nhorman@tuxdriver.com
1661 L: linux-crypto@vger.kernel.org
1664 CS5535 Audio ALSA driver
1666 M: jayakumar.alsa@gmail.com
1668 F: sound/pci/cs5535audio/
1670 CX18 VIDEO4LINUX DRIVER
1672 M: hverkuil@xs4all.nl
1675 L: ivtv-devel@ivtvdriver.org
1676 L: ivtv-users@ivtvdriver.org
1677 L: linux-media@vger.kernel.org
1678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1679 W: http://linuxtv.org
1681 F: Documentation/video4linux/cx18.txt
1682 F: drivers/media/video/cx18/
1684 CXGB3 ETHERNET DRIVER (CXGB3)
1687 L: netdev@vger.kernel.org
1688 W: http://www.chelsio.com
1690 F: drivers/net/cxgb3/
1692 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1694 M: swise@chelsio.com
1695 L: general@lists.openfabrics.org
1696 W: http://www.openfabrics.org
1698 F: drivers/infiniband/hw/cxgb3/
1702 M: linux@arm.linux.org.uk
1703 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1704 W: http://www.arm.linux.org.uk/
1706 F: drivers/video/cyber2000fb.*
1708 CYCLADES 2X SYNC CARD DRIVER
1709 P: Arnaldo Carvalho de Melo
1710 M: acme@ghostprotocols.net
1711 W: http://oops.ghostprotocols.net:81/blog
1713 F: drivers/net/wan/cycx*
1715 CYCLADES ASYNC MUX DRIVER
1716 W: http://www.cyclades.com/
1718 F: drivers/char/cyclades.c
1719 F: include/linux/cyclades.h
1721 CYCLADES PC300 DRIVER
1722 W: http://www.cyclades.com/
1724 F: drivers/net/wan/pc300*
1726 DAMA SLAVE for AX.25
1729 W: http://yaina.de/jreuter/
1730 W: http://www.qsl.net/dl1bke/
1731 L: linux-hams@vger.kernel.org
1733 F: net/ax25/af_ax25.c
1734 F: net/ax25/ax25_dev.c
1735 F: net/ax25/ax25_ds_*
1736 F: net/ax25/ax25_in.c
1737 F: net/ax25/ax25_out.c
1738 F: net/ax25/ax25_timer.c
1739 F: net/ax25/sysctl_net_ax25.c
1741 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1743 M: tori@unhappy.mine.nu
1744 L: netdev@vger.kernel.org
1746 F: Documentation/networking/dmfe.txt
1747 F: drivers/net/tulip/dmfe.c
1749 DC390/AM53C974 SCSI driver
1752 W: http://www.garloff.de/kurt/linux/dc390/
1753 P: Guennadi Liakhovetski
1754 M: g.liakhovetski@gmx.de
1756 F: drivers/scsi/tmscsim.*
1760 M: oliver@neukum.name
1764 M: lenehan@twibble.org
1765 W: http://twibble.org/dist/dc395x/
1766 L: dc395x@twibble.org
1767 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1769 F: Documentation/scsi/dc395x.txt
1770 F: drivers/scsi/dc395x.*
1773 P: Arnaldo Carvalho de Melo
1774 M: acme@ghostprotocols.net
1775 L: dccp@vger.kernel.org
1776 W: http://linux-net.osdl.org/index.php/DCCP
1778 F: include/linux/dccp.h
1779 F: include/linux/tfrc.h
1782 DECnet NETWORK LAYER
1783 P: Christine Caulfield
1784 M: christine.caulfield@googlemail.com
1785 W: http://linux-decnet.sourceforge.net
1786 L: linux-decnet-user@lists.sourceforge.net
1788 F: Documentation/networking/decnet.txt
1791 DEFXX FDDI NETWORK DRIVER
1792 P: Maciej W. Rozycki
1793 M: macro@linux-mips.org
1795 F: drivers/net/defxx.*
1799 M: mjg59@srcf.ucam.org
1801 F: drivers/platform/x86/dell-laptop.c
1803 DELL LAPTOP SMM DRIVER
1804 P: Massimo Dal Zotto
1806 W: http://www.debian.org/~dz/i8k/
1808 F: drivers/char/i8k.c
1809 F: include/linux/i8k.h
1811 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1813 M: Douglas_Warzecha@dell.com
1815 F: Documentation/dcdbas.txt
1816 F: drivers/firmware/dcdbas.*
1818 DELL WMI EXTRAS DRIVER
1820 M: mjg59@srcf.ucam.org
1823 DEVICE NUMBER REGISTRY
1825 M: device@lanana.org
1826 W: http://lanana.org/docs/device-list/index.html
1831 L: dm-devel@redhat.com
1832 W: http://sources.redhat.com/dm
1834 F: Documentation/device-mapper/
1836 F: include/linux/device-mapper.h
1837 F: include/linux/dm-*.h
1839 DIGI INTL. EPCA DRIVER
1840 P: Digi International, Inc
1841 M: Eng.Linux@digi.com
1842 L: Eng.Linux@digi.com
1843 W: http://www.digi.com
1845 F: Documentation/serial/digiepca.txt
1846 F: drivers/char/epca*
1847 F: drivers/char/digi*
1849 DIRECTORY NOTIFICATION (DNOTIFY)
1851 M: eparis@parisplace.org
1853 F: Documentation/filesystems/dnotify.txt
1854 F: fs/notify/dnotify/
1855 F: include/linux/dnotify.h
1857 DISK GEOMETRY AND PARTITION HANDLING
1860 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1861 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1862 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1869 F: Documentation/filesystems/quota.txt
1871 F: include/linux/quota*.h
1873 DISTRIBUTED LOCK MANAGER (DLM)
1874 P: Christine Caulfield
1875 M: ccaulfie@redhat.com
1877 M: teigland@redhat.com
1878 L: cluster-devel@redhat.com
1879 W: http://sources.redhat.com/cluster/
1880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1884 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1886 M: maciej.sosnowski@intel.com
1888 M: dan.j.williams@intel.com
1891 F: include/linux/dma*
1893 DME1737 HARDWARE MONITOR DRIVER
1896 L: lm-sensors@lm-sensors.org
1898 F: Documentation/hwmon/dme1737
1899 F: drivers/hwmon/dme1737.c
1901 DOCBOOK FOR DOCUMENTATION
1903 M: rdunlap@xenotime.net
1906 DOCKING STATION DRIVER
1908 M: shaohua.li@intel.com
1909 L: linux-acpi@vger.kernel.org
1911 F: drivers/acpi/dock.c
1915 M: rdunlap@xenotime.net
1916 L: linux-doc@vger.kernel.org
1921 P: James R. Van Zandt
1922 M: jrv@vanzandt.mv.com
1923 L: blinux-list@redhat.com
1925 F: drivers/char/dtlk.c
1926 F: include/linux/dtlk.h
1928 DPT_I2O SCSI RAID DRIVER
1929 P: Adaptec OEM Raid Solutions
1930 M: aacraid@adaptec.com
1931 L: linux-scsi@vger.kernel.org
1932 W: http://www.adaptec.com/
1934 F: drivers/scsi/dpt*
1935 F: drivers/scsi/dpt/
1937 DRIVER CORE, KOBJECTS, AND SYSFS
1938 P: Greg Kroah-Hartman
1940 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1942 F: Documentation/kobject.txt
1945 F: include/linux/kobj*
1951 L: dri-devel@lists.sourceforge.net
1952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1958 M: romieu@fr.zoreil.com
1959 L: netdev@vger.kernel.org
1961 F: drivers/net/wan/dscc4.c
1963 DZ DECSTATION DZ11 SERIAL DRIVER
1964 P: Maciej W. Rozycki
1965 M: macro@linux-mips.org
1967 F: drivers/serial/dz.*
1969 EATA-DMA SCSI DRIVER
1971 M: mike@i-Connect.Net
1972 L: linux-eata@i-connect.net
1973 L: linux-scsi@vger.kernel.org
1975 F: drivers/scsi/eata*
1977 EATA ISA/EISA/PCI SCSI DRIVER
1979 M: ballabio_dario@emc.com
1980 L: linux-scsi@vger.kernel.org
1982 F: drivers/scsi/eata.c
1984 EATA-PIO SCSI DRIVER
1986 M: mike@i-Connect.Net
1987 L: linux-eata@i-connect.net
1988 L: linux-scsi@vger.kernel.org
1990 F: drivers/scsi/eata_pio.*
1994 M: bart.de.schuymer@pandora.be
1995 L: ebtables-user@lists.sourceforge.net
1996 L: ebtables-devel@lists.sourceforge.net
1997 W: http://ebtables.sourceforge.net/
1999 F: include/linux/netfilter_bridge/ebt_*.h
2000 F: net/bridge/netfilter/ebt*.c
2004 M: tyhicks@linux.vnet.ibm.com
2006 M: kirkland@canonical.com
2007 L: ecryptfs-devel@lists.launchpad.net
2008 W: https://launchpad.net/ecryptfs
2010 F: Documentation/filesystems/ecryptfs.txt
2015 M: dougthompson@xmission.com
2016 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2017 W: bluesmoke.sourceforge.net
2019 F: Documentation/edac.txt
2020 F: drivers/edac/edac_*
2021 F: include/linux/edac.h
2025 M: dougthompson@xmission.com
2027 M: borislav.petkov@amd.com
2028 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2029 W: bluesmoke.sourceforge.net
2031 F: drivers/edac/amd64_edac*
2035 M: mark.gross@intel.com
2037 M: dougthompson@xmission.com
2038 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2039 W: bluesmoke.sourceforge.net
2041 F: drivers/edac/e752x_edac.c
2045 M: dougthompson@xmission.com
2046 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2047 W: bluesmoke.sourceforge.net
2049 F: drivers/edac/e7xxx_edac.c
2053 M: tim@buttersideup.com
2054 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2055 W: bluesmoke.sourceforge.net
2057 F: drivers/edac/i82443bxgx_edac.c
2061 M: juhlenko@akamai.com
2062 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W: bluesmoke.sourceforge.net
2065 F: drivers/edac/i3000_edac.c
2069 M: dougthompson@xmission.com
2070 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2071 W: bluesmoke.sourceforge.net
2073 F: drivers/edac/i5000_edac.c
2076 P: Mauro Carvalho Chehab
2077 M: mchehab@redhat.com
2078 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2079 W: bluesmoke.sourceforge.net
2081 F: drivers/edac/i5400_edac.c
2084 P: Ranganathan Desikan
2085 M: rdesikan@jetzbroadband.com
2087 M: arvind@acarlab.com
2088 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2089 W: bluesmoke.sourceforge.net
2091 F: drivers/edac/i82975x_edac.c
2096 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2097 W: bluesmoke.sourceforge.net
2099 F: drivers/edac/pasemi_edac.c
2103 M: tim@buttersideup.com
2104 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2105 W: bluesmoke.sourceforge.net
2107 F: drivers/edac/r82600_edac.c
2109 EEEPC LAPTOP EXTRAS DRIVER
2111 M: corentincj@iksaif.net
2112 L: acpi4asus-user@lists.sourceforge.net
2113 W: http://sourceforge.net/projects/acpi4asus
2115 F: drivers/platform/x86/eeepc-laptop.c
2118 W: http://aeschi.ch.eu.org/efs/
2122 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2124 M: hnguyen@de.ibm.com
2126 M: raisch@de.ibm.com
2127 L: general@lists.openfabrics.org
2129 F: drivers/infiniband/hw/ehca/
2133 M: paul.gortmaker@windriver.com
2137 M: dwmw2@infradead.org
2138 L: linux-embedded@vger.kernel.org
2141 EMULEX LPFC FC SCSI DRIVER
2143 M: james.smart@emulex.com
2144 L: linux-scsi@vger.kernel.org
2145 W: http://sourceforge.net/projects/lpfcxxxx
2147 F: drivers/scsi/lpfc/
2149 ENE CB710 FLASH CARD READER DRIVER
2150 P: Michał Mirosław
2151 M: mirq-linux@rere.qmqm.pl
2152 L: linux-kernel@vger.kernel.org
2154 F: drivers/misc/cb710/
2155 F: drivers/mmc/host/cb710-mmc.*
2156 F: include/linux/cb710.h
2158 EPSON 1355 FRAMEBUFFER DRIVER
2159 P: Christopher Hoover
2160 M: ch@murgatroid.com
2161 P: Christopher Hoover
2164 F: drivers/video/epson1355fb.c
2166 EPSON S1D13XXX FRAMEBUFFER DRIVER
2167 P: Kristoffer Ericson
2168 M: kristoffer.ericson@gmail.com
2170 F: drivers/video/s1d13xxxfb.c
2171 F: include/video/s1d13xxxfb.h
2173 ETHEREXPRESS-16 NETWORK DRIVER
2176 L: netdev@vger.kernel.org
2178 F: drivers/net/eexpress.*
2181 P: Stephen Hemminger
2182 M: shemminger@linux-foundation.org
2183 L: bridge@lists.linux-foundation.org
2184 W: http://www.linux-foundation.org/en/Net:Bridge
2186 F: include/linux/netfilter_bridge/
2189 ETHERTEAM 16I DRIVER
2193 F: drivers/net/eth16i.c
2196 L: linux-ext4@vger.kernel.org
2198 F: Documentation/filesystems/ext2.txt
2200 F: include/linux/ext2*
2206 M: akpm@linux-foundation.org
2209 L: linux-ext4@vger.kernel.org
2211 F: Documentation/filesystems/ext3.txt
2213 F: include/linux/ext3*
2220 L: linux-ext4@vger.kernel.org
2221 W: http://ext4.wiki.kernel.org
2223 F: Documentation/filesystems/ext4.txt
2226 F71805F HARDWARE MONITORING DRIVER
2228 M: khali@linux-fr.org
2229 L: lm-sensors@lm-sensors.org
2231 F: Documentation/hwmon/f71805f
2232 F: drivers/hwmon/f71805f.c
2234 FARSYNC SYNCHRONOUS DRIVER
2236 M: kevin.curtis@farsite.co.uk
2237 W: http://www.farsite.co.uk/
2239 F: drivers/net/wan/farsync.*
2241 FAULT INJECTION SUPPORT
2243 M: akinobu.mita@gmail.com
2245 F: Documentation/fault-injection/
2246 F: lib/fault-inject.c
2248 FILE LOCKING (flock() and fcntl()/lockf())
2251 L: linux-fsdevel@vger.kernel.org
2253 F: include/linux/fcntl.h
2254 F: include/linux/fs.h
2258 FILESYSTEMS (VFS and infrastructure)
2260 M: viro@zeniv.linux.org.uk
2261 L: linux-fsdevel@vger.kernel.org
2265 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2267 M: riku.vipio@iki.fi
2268 L: lm-sensors@lm-sensors.org
2270 F: drivers/hwmon/f75375s.c
2271 F: include/linux/f75375s.h
2274 P: Kristian Hoegsberg
2277 M: stefanr@s5r6.in-berlin.de
2278 L: linux1394-devel@lists.sourceforge.net
2279 W: http://www.linux1394.org/
2280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2282 F: drivers/firewire/
2283 F: include/linux/firewire*.h
2285 FIRMWARE LOADER (request_firmware)
2287 F: Documentation/firmware_class/
2288 F: drivers/base/firmware*.c
2289 F: include/linux/firmware.h
2293 M: billm@melbpc.org.au
2294 W: http://floatingpoint.sourceforge.net/emulator/index.html
2296 F: arch/x86/math-emu/
2298 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2300 M: mike.mclagan@linux.org
2301 L: netdev@vger.kernel.org
2303 F: drivers/net/wan/dlci.c
2304 F: drivers/net/wan/sdla.c
2307 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2308 W: http://linux-fbdev.sourceforge.net/
2310 F: Documentation/fb/
2311 F: drivers/video/fb*
2312 F: include/linux/fb.h
2314 FREESCALE DMA DRIVER
2316 M: leoli@freescale.com
2319 L: linuxppc-dev@ozlabs.org
2321 F: drivers/dma/fsldma.*
2323 FREESCALE I2C CPM DRIVER
2326 L: linuxppc-dev@ozlabs.org
2327 L: linux-i2c@vger.kernel.org
2329 F: drivers/i2c/busses/i2c-cpm.c
2331 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2333 M: kernel@pengutronix.de
2334 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2335 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2337 F: arch/arm/plat-mxc/include/mach/imxfb.h
2338 F: drivers/video/imxfb.c
2340 FREESCALE SOC FS_ENET DRIVER
2341 P: Pantelis Antoniou
2342 M: pantelis.antoniou@gmail.com
2344 M: vbordug@ru.mvista.com
2345 L: linuxppc-dev@ozlabs.org
2346 L: netdev@vger.kernel.org
2348 F: drivers/net/fs_enet/
2349 F: include/linux/fs_enet_pd.h
2351 FREESCALE QUICC ENGINE LIBRARY
2353 M: timur@freescale.com
2354 L: linuxppc-dev@ozlabs.org
2356 F: arch/powerpc/sysdev/qe_lib/
2357 F: arch/powerpc/include/asm/*qe.h
2359 FREESCALE HIGHSPEED USB DEVICE DRIVER
2361 M: leoli@freescale.com
2362 L: linux-usb@vger.kernel.org
2363 L: linuxppc-dev@ozlabs.org
2365 F: drivers/usb/gadget/fsl_usb2_udc.c
2367 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2369 M: leoli@freescale.com
2370 L: netdev@vger.kernel.org
2371 L: linuxppc-dev@ozlabs.org
2373 F: drivers/net/ucc_geth*
2375 FREESCALE QUICC ENGINE UCC UART DRIVER
2377 M: timur@freescale.com
2378 L: linuxppc-dev@ozlabs.org
2380 F: drivers/serial/ucc_uart.c
2382 FREESCALE SOC SOUND DRIVERS
2384 M: timur@freescale.com
2385 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2386 L: linuxppc-dev@ozlabs.org
2388 F: sound/soc/fsl/fsl*
2389 F: sound/soc/fsl/mpc8610_hpcd.c
2392 P: Christoph Hellwig
2393 M: hch@infradead.org
2394 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2401 P: Rafael J. Wysocki
2403 L: linux-pm@lists.linux-foundation.org
2405 F: Documentation/power/freezing-of-tasks.txt
2406 F: include/linux/freezer.h
2409 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2411 M: dhowells@redhat.com
2412 L: linux-cachefs@redhat.com
2414 F: Documentation/filesystems/caching/
2416 F: include/linux/fscache*.h
2420 M: rostedt@goodmis.org
2422 F: Documentation/trace/ftrace.txt
2423 F: arch/*/*/*/ftrace.h
2424 F: arch/*/kernel/ftrace.c
2425 F: include/*/ftrace.h
2428 FUJITSU FR-V (FRV) PORT
2430 M: dhowells@redhat.com
2434 FUJITSU LAPTOP EXTRAS
2436 M: jwoithe@physics.adelaide.edu.au
2437 L: linux-acpi@vger.kernel.org
2439 F: drivers/platform/x86/fujitsu-laptop.c
2441 FUSE: FILESYSTEM IN USERSPACE
2443 M: miklos@szeredi.hu
2444 L: fuse-devel@lists.sourceforge.net
2445 W: http://fuse.sourceforge.net/
2448 F: include/linux/fuse.h
2450 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2453 L: linux-scsi@vger.kernel.org
2454 S: Odd Fixes (e.g., new signatures)
2455 F: drivers/scsi/fdomain.*
2457 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2459 M: achim_leubner@adaptec.com
2460 L: linux-scsi@vger.kernel.org
2461 W: http://www.icp-vortex.com/
2463 F: drivers/scsi/gdt*
2465 GENERIC GPIO I2C DRIVER
2466 P: Haavard Skinnemoen
2467 M: hskinnemoen@atmel.com
2469 F: drivers/i2c/busses/i2c-gpio.c
2470 F: include/linux/i2c-gpio.h
2472 GENERIC HDLC (WAN) DRIVERS
2475 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2477 F: drivers/net/wan/c101.c
2478 F: drivers/net/wan/hd6457*
2479 F: drivers/net/wan/hdlc*
2480 F: drivers/net/wan/n2.c
2481 F: drivers/net/wan/pc300too.c
2482 F: drivers/net/wan/pci200syn.c
2483 F: drivers/net/wan/wanxl*
2485 GENERIC INCLUDE/ASM HEADER FILES
2488 L: linux-arch@vger.kernel.org
2489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2491 F: include/asm-generic
2494 P: Steven Whitehouse
2495 M: swhiteho@redhat.com
2496 L: cluster-devel@redhat.com
2497 W: http://sources.redhat.com/cluster/
2498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2501 F: Documentation/filesystems/gfs2*.txt
2503 F: include/linux/gfs2_ondisk.h
2505 GIGASET ISDN DRIVERS
2510 L: gigaset307x-common@lists.sourceforge.net
2511 W: http://gigaset307x.sourceforge.net/
2513 F: Documentation/isdn/README.gigaset
2514 F: drivers/isdn/gigaset/
2515 F: include/linux/gigaset_dev.h
2517 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2519 M: frank@f-seidel.de
2520 L: lm-sensors@lm-sensors.org
2521 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2523 F: drivers/hwmon/hdaps.c
2525 HYPERVISOR VIRTUAL CONSOLE DRIVER
2526 L: linuxppc-dev@ozlabs.org
2528 F: drivers/char/hvc_*
2530 GSPCA FINEPIX SUBDRIVER
2533 L: linux-media@vger.kernel.org
2534 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2536 F: drivers/media/video/gspca/finepix.c
2538 GSPCA M5602 SUBDRIVER
2540 M: erik.andren@gmail.com
2541 L: linux-media@vger.kernel.org
2542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2544 F: drivers/media/video/gspca/m5602/
2546 GSPCA PAC207 SONIXB SUBDRIVER
2548 M: hdegoede@redhat.com
2549 L: linux-media@vger.kernel.org
2550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2552 F: drivers/media/video/gspca/pac207.c
2554 GSPCA T613 SUBDRIVER
2555 P: Leandro Costantino
2556 M: lcostantino@gmail.com
2557 L: linux-media@vger.kernel.org
2558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2560 F: drivers/media/video/gspca/t613.c
2562 GSPCA USB WEBCAM DRIVER
2563 P: Jean-Francois Moine
2565 W: http://moinejf.free.fr
2566 L: linux-media@vger.kernel.org
2567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2569 F: drivers/media/video/gspca/
2572 L: lm-sensors@lm-sensors.org
2573 W: http://www.lm-sensors.org/
2577 HARDWARE RANDOM NUMBER GENERATOR CORE
2579 F: Documentation/hw_random.txt
2580 F: drivers/char/hw_random/
2581 F: include/linux/hw_random.h
2583 HARMONY SOUND DRIVER
2586 L: linux-parisc@vger.kernel.org
2588 F: sound/parisc/harmony.*
2590 HAYES ESP SERIAL DRIVER
2591 P: Andrew J. Robinson
2593 W: http://www.nyx.net/~arobinso
2595 F: Documentation/serial/hayes-esp.txt
2596 F: drivers/char/esp.c
2598 HEWLETT-PACKARD SMART2 RAID DRIVER
2600 M: chirag.kantharia@hp.com
2601 L: iss_storagedev@hp.com
2603 F: Documentation/blockdev/cpqarray.txt
2604 F: drivers/block/cpqarray.*
2606 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2608 M: mike.miller@hp.com
2609 L: iss_storagedev@hp.com
2611 F: Documentation/blockdev/cciss.txt
2612 F: drivers/block/cciss*
2613 F: include/linux/cciss_ioctl.h
2617 M: zippel@linux-m68k.org
2619 F: Documentation/filesystems/hfs.txt
2622 HGA FRAMEBUFFER DRIVER
2624 M: fero@drama.obuda.kando.hu
2625 L: linux-nvidia@lists.surfsouth.com
2626 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2628 F: drivers/video/hgafb.c
2630 HIBERNATION (aka Software Suspend, aka swsusp)
2633 P: Rafael J. Wysocki
2635 L: linux-pm@lists.linux-foundation.org
2638 F: drivers/base/power/
2640 F: include/linux/suspend.h
2641 F: include/linux/freezer.h
2642 F: include/linux/pm.h
2643 F: arch/*/include/asm/suspend*.h
2648 L: linux-input@vger.kernel.org
2649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2652 F: include/linux/hid*
2654 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2656 M: tglx@linutronix.de
2658 F: Documentation/timers/
2660 F: include/linux/hrtimer.h
2662 HIGH-SPEED SCC DRIVER FOR AX.25
2664 M: klaus.kudielka@ieee.org
2665 L: linux-hams@vger.kernel.org
2666 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2668 F: drivers/net/hamradio/dmascc.c
2669 F: drivers/net/hamradio/scc.c
2671 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2672 P: HighPoint Linux Team
2673 M: linux@highpoint-tech.com
2674 W: http://www.highpoint-tech.com
2676 F: Documentation/scsi/hptiop.txt
2677 F: drivers/scsi/hptiop.c
2681 M: jes@trained-monkey.org
2682 L: linux-hippi@sunsite.dk
2684 F: include/linux/hippidevice.h
2685 F: include/linux/if_hippi.h
2691 L: hostap@shmoo.com (subscribers-only)
2692 L: linux-wireless@vger.kernel.org
2693 W: http://hostap.epitest.fi/
2695 F: drivers/net/wireless/hostap/
2697 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2699 M: carlos@strangeworlds.co.uk
2701 F: drivers/platform/x86/tc1100-wmi.c
2703 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2707 F: drivers/net/hp100.*
2709 HPET: High Precision Event Timers driver
2711 M: clemens@ladisch.de
2713 F: Documentation/timers/hpet.txt
2714 F: drivers/char/hpet.c
2715 F: include/linux/hpet.h
2718 P: Venkatesh Pallipadi (Venki)
2719 M: venkatesh.pallipadi@intel.com
2721 F: arch/x86/kernel/hpet.c
2722 F: arch/x86/include/asm/hpet.h
2733 F: drivers/char/hpet.c
2737 M: mikulas@artax.karlin.mff.cuni.cz
2738 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2744 M: j.dumon@option.com
2745 W: http://www.pharscape.org
2747 F: drivers/net/usb/hso.c
2749 HTCPEN TOUCHSCREEN DRIVER
2752 L: linux-input@vger.kernel.org
2754 F: drivers/input/touchscreen/htcpen.c
2758 M: wli@holomorphy.com
2762 I2C/SMBUS STUB DRIVER
2764 M: mhoffman@lightlink.com
2765 L: linux-i2c@vger.kernel.org
2767 F: drivers/i2c/busses/i2c-stub.c
2770 P: Jean Delvare (PC drivers, core)
2771 M: khali@linux-fr.org
2772 P: Ben Dooks (embedded platforms)
2773 M: ben-linux@fluff.org
2774 L: linux-i2c@vger.kernel.org
2775 W: http://i2c.wiki.kernel.org/
2776 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2778 F: Documentation/i2c/
2780 F: include/linux/i2c.h
2781 F: include/linux/i2c-dev.h
2782 F: include/linux/i2c-id.h
2787 L: linux-i2c@vger.kernel.org
2788 W: http://www.harbaum.org/till/i2c_tiny_usb
2790 F: drivers/i2c/busses/i2c-tiny-usb.c
2798 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2804 IA64 (Itanium) PLATFORM
2806 M: tony.luck@intel.com
2807 L: linux-ia64@vger.kernel.org
2808 W: http://www.ia64-linux.org/
2809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2813 IBM MCA SCSI SUBSYSTEM DRIVER
2815 M: langa2@kph.uni-mainz.de
2816 W: http://www.uni-mainz.de/~langm000/linux.html
2818 F: drivers/scsi/ibmmca.c
2820 IBM Power Linux RAID adapter
2822 M: brking@us.ibm.com
2824 F: drivers/scsi/ipr.*
2826 IBM ServeRAID RAID DRIVER
2829 M: ipslinux@adaptec.com
2830 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2832 F: drivers/scsi/ips.*
2836 M: davem@davemloft.net
2837 L: linux-ide@vger.kernel.org
2838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2840 F: Documentation/ide/
2842 F: include/linux/ide.h
2846 M: petkovbb@gmail.com
2847 L: linux-ide@vger.kernel.org
2849 F: Documentation/cdrom/ide-cd
2850 F: drivers/ide/ide-cd*
2854 M: andrew.d.henroid@intel.com
2855 L: linux-pm@lists.linux-foundation.org
2857 F: drivers/idle/i7300_idle.c
2861 M: ben.collins@ubuntu.com
2863 M: stefanr@s5r6.in-berlin.de
2864 L: linux1394-devel@lists.sourceforge.net
2865 W: http://www.linux1394.org/
2866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2868 F: drivers/ieee1394/
2870 IEEE 1394 RAW I/O DRIVER
2874 M: stefanr@s5r6.in-berlin.de
2875 L: linux1394-devel@lists.sourceforge.net
2877 F: drivers/ieee1394/raw1394*
2879 IEEE 802.15.4 SUBSYSTEM
2880 P: Dmitry Eremin-Solenikov
2881 M: dbaryshkov@gmail.com
2883 M: slapin@ossfans.org
2884 L: linux-zigbee-devel@lists.sourceforge.net
2885 W: http://apps.sourceforge.net/trac/linux-zigbee
2886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2889 F: drivers/ieee802154/
2891 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2895 F: security/integrity/ima/
2897 IMS TWINTURBO FRAMEBUFFER DRIVER
2898 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2900 F: drivers/video/imsttfb.c
2902 INFINIBAND SUBSYSTEM
2904 M: rolandd@cisco.com
2906 M: sean.hefty@intel.com
2908 M: hal.rosenstock@gmail.com
2909 L: general@lists.openfabrics.org (moderated for non-subscribers)
2910 W: http://www.openib.org/
2911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2913 F: Documentation/infiniband/
2914 F: drivers/infiniband/
2915 F: include/linux/if_infiniband.h
2919 M: john@johnmccutchan.com
2923 M: eparis@parisplace.org
2925 F: Documentation/filesystems/inotify.txt
2926 F: fs/notify/inotify/
2927 F: include/linux/inotify.h
2929 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2931 M: dmitry.torokhov@gmail.com
2933 L: linux-input@vger.kernel.org
2934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2938 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2940 M: sylvain.meyer@worldonline.fr
2941 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2943 F: Documentation/fb/intelfb.txt
2944 F: drivers/video/intelfb/
2946 INTEL 810/815 FRAMEBUFFER DRIVER
2948 M: adaplas@gmail.com
2949 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2951 F: drivers/video/i810/
2953 INTEL MENLOW THERMAL DRIVER
2955 M: sujith.thomas@intel.com
2956 L: linux-acpi@vger.kernel.org
2957 W: http://www.lesswatts.org/projects/acpi/
2959 F: drivers/platform/x86/intel_menlow.c
2961 INTEL IA32 MICROCODE UPDATE SUPPORT
2963 M: tigran@aivazian.fsnet.co.uk
2965 F: arch/x86/kernel/microcode_core.c
2966 F: arch/x86/kernel/microcode_intel.c
2968 INTEL I/OAT DMA DRIVER
2970 M: maciej.sosnowski@intel.com
2972 F: drivers/dma/ioat*
2976 M: dwmw2@infradead.org
2977 L: iommu@lists.linux-foundation.org
2978 T: git git://git.infradead.org/iommu-2.6.git
2980 F: drivers/pci/intel-iommu.c
2981 F: include/linux/intel-iommu.h
2983 INTEL IOP-ADMA DMA DRIVER
2985 M: dan.j.williams@intel.com
2987 F: drivers/dma/iop-adma.c
2989 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2993 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2994 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2995 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2996 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2997 F: drivers/net/arm/ixp4xx_eth.c
2998 F: drivers/net/wan/ixp4xx_hss.c
3000 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3002 M: dsaxena@plexity.net
3004 F: drivers/char/hw_random/ixp4xx-rng.c
3006 INTEL IXP2000 ETHERNET DRIVER
3007 P: Lennert Buytenhek
3008 M: kernel@wantstofly.org
3009 L: netdev@vger.kernel.org
3011 F: drivers/net/ixp2000/
3013 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3015 M: jeffrey.t.kirsher@intel.com
3017 M: jesse.brandeburg@intel.com
3019 M: bruce.w.allan@intel.com
3021 M: peter.p.waskiewicz.jr@intel.com
3023 M: john.ronciak@intel.com
3024 L: e1000-devel@lists.sourceforge.net
3025 W: http://e1000.sourceforge.net/
3027 F: drivers/net/e100.c
3028 F: drivers/net/e1000/
3029 F: drivers/net/e1000e/
3031 F: drivers/net/ixgb/
3032 F: drivers/net/ixgbe/
3034 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3038 M: jketreno@linux.intel.com
3040 M: reinette.chatre@intel.com
3041 L: linux-wireless@vger.kernel.org
3042 L: ipw2100-devel@lists.sourceforge.net
3043 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3044 W: http://ipw2100.sourceforge.net
3046 F: Documentation/networking/README.ipw2100
3047 F: drivers/net/wireless/ipw2x00/ipw2100.*
3049 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3053 M: jketreno@linux.intel.com
3055 M: reinette.chatre@intel.com
3056 L: linux-wireless@vger.kernel.org
3057 L: ipw2100-devel@lists.sourceforge.net
3058 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3059 W: http://ipw2200.sourceforge.net
3061 F: Documentation/networking/README.ipw2200
3062 F: drivers/net/wireless/ipw2x00/ipw2200.*
3064 INTEL WIRELESS WIMAX CONNECTION 2400
3065 P: Inaky Perez-Gonzalez
3066 M: inaky.perez-gonzalez@intel.com
3067 M: linux-wimax@intel.com
3068 L: wimax@linuxwimax.org
3070 W: http://linuxwimax.org
3071 F: Documentation/wimax/README.i2400m
3072 F: drivers/net/wimax/i2400m/
3073 F: include/linux/wimax/i2400m.h
3075 INTEL WIRELESS WIFI LINK (iwlwifi)
3079 M: reinette.chatre@intel.com
3080 L: linux-wireless@vger.kernel.org
3081 L: ipw3945-devel@lists.sourceforge.net
3082 W: http://intellinuxwireless.org
3083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3085 F: drivers/net/wireless/iwlwifi/
3087 IOC3 ETHERNET DRIVER
3089 M: ralf@linux-mips.org
3090 L: linux-mips@linux-mips.org
3092 F: drivers/net/ioc3-eth.c
3097 L: linux-mips@linux-mips.org
3099 F: drivers/serial/ioc3_serial.c
3103 M: jjciarla@raiz.uncu.edu.ar
3105 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3107 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3109 M: romieu@fr.zoreil.com
3111 M: sorbica@icplus.com.tw
3113 M: jesse@icplus.com.tw
3114 L: netdev@vger.kernel.org
3116 F: drivers/net/ipg.c
3120 M: infinipath@qlogic.com
3121 L: general@lists.openfabrics.org
3122 T: git git://git.qlogic.com/ipath-linux-2.6
3124 F: drivers/infiniband/hw/ipath/
3129 L: openipmi-developer@lists.sourceforge.net
3130 W: http://openipmi.sourceforge.net/
3132 F: Documentation/IPMI.txt
3133 F: drivers/char/ipmi/
3134 F: include/linux/ipmi*
3136 IPS SCSI RAID DRIVER
3137 P: Adaptec OEM Raid Solutions
3138 M: aacraid@adaptec.com
3139 L: linux-scsi@vger.kernel.org
3140 W: http://www.adaptec.com/
3142 F: drivers/scsi/ips*
3146 M: wensong@linux-vs.org
3148 M: horms@verge.net.au
3151 L: netdev@vger.kernel.org
3152 L: lvs-devel@vger.kernel.org
3154 F: Documentation/networking/ipvs-sysctl.txt
3155 F: net/netfilter/ipvs/
3163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3164 F: drivers/char/pcmcia/ipwireless/
3167 P: Arnaldo Carvalho de Melo
3168 M: acme@ghostprotocols.net
3169 L: netdev@vger.kernel.org
3171 F: include/linux/ipx.h
3172 F: include/net/ipx.h
3177 M: samuel@sortiz.org
3178 L: irda-users@lists.sourceforge.net (subscribers-only)
3179 W: http://irda.sourceforge.net/
3181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3182 F: Documentation/networking/irda.txt
3183 F: drivers/net/irda/
3184 F: include/net/irda/
3191 F: Documentation/isapnp.txt
3192 F: drivers/pnp/isapnp/
3193 F: include/linux/isapnp.h
3197 M: michaelc@cs.wisc.edu
3198 L: open-iscsi@googlegroups.com
3199 W: www.open-iscsi.org
3200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3202 F: drivers/scsi/*iscsi*
3203 F: include/scsi/*iscsi*
3207 M: isdn@linux-pingi.de
3208 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3209 W: http://www.isdn4linux.de
3210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3212 F: Documentation/isdn/
3214 F: include/linux/isdn.h
3215 F: include/linux/isdn/
3217 ISDN SUBSYSTEM (Eicon active card driver)
3220 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3221 W: http://www.melware.de
3223 F: drivers/isdn/hardware/eicon/
3225 IVTV VIDEO4LINUX DRIVER
3227 M: hverkuil@xs4all.nl
3228 L: ivtv-devel@ivtvdriver.org
3229 L: ivtv-users@ivtvdriver.org
3230 L: linux-media@vger.kernel.org
3231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3232 W: http://www.ivtvdriver.org
3234 F: Documentation/video4linux/*.ivtv
3235 F: drivers/media/video/ivtv/
3236 F: include/linux/ivtv*
3240 M: shaggy@austin.ibm.com
3241 L: jfs-discussion@lists.sourceforge.net
3242 W: http://jfs.sourceforge.net/
3243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3245 F: Documentation/filesystems/jfs.txt
3250 M: cooldavid@cooldavid.org
3251 L: netdev@vger.kernel.org
3253 F: drivers/net/jme.*
3255 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3257 M: dwmw2@infradead.org
3258 L: linux-mtd@lists.infradead.org
3259 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3262 F: include/linux/jffs2.h
3264 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3268 M: akpm@linux-foundation.org
3269 L: linux-ext4@vger.kernel.org
3272 F: include/linux/ext*jbd*.h
3273 F: include/linux/jbd*.h
3275 K8TEMP HARDWARE MONITORING DRIVER
3277 M: r.marek@assembler.cz
3278 L: lm-sensors@lm-sensors.org
3280 F: Documentation/hwmon/k8temp
3281 F: drivers/hwmon/k8temp.c
3285 M: zippel@linux-m68k.org
3286 L: linux-kbuild@vger.kernel.org
3288 F: Documentation/kbuild/kconfig-language.txt
3293 M: vgoyal@redhat.com
3296 L: kexec@lists.infradead.org
3297 W: http://lse.sourceforge.net/kdump/
3299 F: Documentation/kdump/
3301 KERNEL AUTOMOUNTER (AUTOFS)
3304 L: autofs@linux.kernel.org
3308 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3311 L: autofs@linux.kernel.org
3318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3320 L: linux-kbuild@vger.kernel.org
3322 F: Documentation/kbuild/
3324 F: scripts/Makefile.*
3328 L: kernel-janitors@vger.kernel.org
3329 W: http://www.kerneljanitors.org/
3332 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3334 M: bfields@fieldses.org
3337 L: linux-nfs@vger.kernel.org
3338 W: http://nfs.sourceforge.net/
3341 F: include/linux/nfsd/
3345 F: include/linux/lockd/
3346 F: include/linux/sunrpc/
3348 KERNEL VIRTUAL MACHINE (KVM)
3351 L: kvm@vger.kernel.org
3352 W: http://kvm.qumranet.com
3354 F: Documentation/*/kvm.txt
3356 F: arch/*/include/asm/kvm*
3357 F: include/linux/kvm*
3360 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3362 M: joerg.roedel@amd.com
3363 L: kvm@vger.kernel.org
3364 W: http://kvm.qumranet.com
3366 F: arch/x86/include/asm/svm.h
3367 F: arch/x86/kvm/kvm_svm.h
3368 F: arch/x86/kvm/svm.c
3370 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3372 M: hollisb@us.ibm.com
3373 L: kvm-ppc@vger.kernel.org
3374 W: http://kvm.qumranet.com
3376 F: arch/powerpc/include/asm/kvm*
3377 F: arch/powerpc/kvm/
3379 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3381 M: xiantao.zhang@intel.com
3382 L: kvm-ia64@vger.kernel.org
3383 W: http://kvm.qumranet.com
3385 F: Documentation/ia64/kvm.txt
3386 F: arch/ia64/include/asm/kvm*
3389 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3392 P: Christian Borntraeger
3393 M: borntraeger@de.ibm.com
3394 M: linux390@de.ibm.com
3395 L: linux-s390@vger.kernel.org
3396 W: http://www.ibm.com/developerworks/linux/linux390/
3398 F: Documentation/s390/kvm.txt
3399 F: arch/s390/include/asm/kvm*
3404 M: ebiederm@xmission.com
3405 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3406 L: kexec@lists.infradead.org
3408 F: include/linux/kexec.h
3413 M: jason.wessel@windriver.com
3414 L: kgdb-bugreport@lists.sourceforge.net
3416 F: Documentation/DocBook/kgdb.tmpl
3417 F: drivers/misc/kgdbts.c
3418 F: drivers/serial/kgdboc.c
3419 F: include/linux/kgdb.h
3424 M: vegardno@ifi.uio.no
3426 M: penberg@cs.helsinki.fi
3427 L: linux-kernel@vger.kernel.org
3432 M: catalin.marinas@arm.com
3433 L: linux-kernel@vger.kernel.org
3435 F: Documentation/kmemleak.txt
3436 F: include/linux/kmemleak.h
3438 F: mm/kmemleak-test.c
3441 P: Eduard - Gabriel Munteanu
3442 M: eduard.munteanu@linux360.ro
3444 F: Documentation/trace/kmemtrace.txt
3445 F: include/linux/kmemtrace.h
3446 F: kernel/trace/kmemtrace.c
3449 P: Ananth N Mavinakayanahalli
3450 M: ananth@in.ibm.com
3451 P: Anil S Keshavamurthy
3452 M: anil.s.keshavamurthy@intel.com
3454 M: davem@davemloft.net
3456 M: mhiramat@redhat.com
3458 F: Documentation/kprobes.txt
3459 F: include/linux/kprobes.h
3462 KS0108 LCD CONTROLLER DRIVER
3463 P: Miguel Ojeda Sandonis
3464 M: miguel.ojeda.sandonis@gmail.com
3465 W: http://miguelojeda.es/auxdisplay.htm
3466 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3468 F: Documentation/auxdisplay/ks0108
3469 F: drivers/auxdisplay/ks0108.c
3470 F: include/linux/ks0108.h
3473 L: linux-x25@vger.kernel.org
3475 F: Documentation/networking/lapb-module.txt
3479 LASI 53c700 driver for PARISC
3480 P: James E.J. Bottomley
3481 M: James.Bottomley@HansenPartnership.com
3482 L: linux-scsi@vger.kernel.org
3484 F: Documentation/scsi/53c700.txt
3485 F: drivers/scsi/53c700*
3489 M: rpurdie@rpsys.net
3492 F: include/linux/leds.h
3494 LEGO USB Tower driver
3496 M: starblue@users.sourceforge.net
3497 L: legousb-devel@lists.sourceforge.net
3498 W: http://legousb.sourceforge.net/
3500 F: drivers/usb/misc/legousbtower.c
3504 M: rusty@rustcorp.com.au
3505 L: lguest@ozlabs.org
3506 W: http://lguest.ozlabs.org/
3508 F: Documentation/lguest/
3511 F: include/linux/lguest*.h
3512 F: arch/x86/include/asm/lguest*.h
3514 LINUX FOR IBM pSERIES (RS/6000)
3516 M: paulus@au.ibm.com
3517 W: http://www.ibm.com/linux/ltc/projects/ppc
3520 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3521 P: Benjamin Herrenschmidt
3522 M: benh@kernel.crashing.org
3525 W: http://www.penguinppc.org/
3526 L: linuxppc-dev@ozlabs.org
3527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3530 LINUX FOR POWER MACINTOSH
3531 P: Benjamin Herrenschmidt
3532 M: benh@kernel.crashing.org
3533 W: http://www.penguinppc.org/
3534 L: linuxppc-dev@ozlabs.org
3537 LINUX FOR POWERPC EMBEDDED MPC5XXX
3539 M: grant.likely@secretlab.ca
3540 L: linuxppc-dev@ozlabs.org
3541 T: git git://git.secretlab.ca/git/linux-2.6.git
3544 LINUX FOR POWERPC EMBEDDED PPC4XX
3546 M: jwboyer@linux.vnet.ibm.com
3548 M: mporter@kernel.crashing.org
3549 W: http://www.penguinppc.org/
3550 L: linuxppc-dev@ozlabs.org
3551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3554 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3556 M: grant.likely@secretlab.ca
3557 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3558 L: linuxppc-dev@ozlabs.org
3559 T: git git://git.secretlab.ca/git/linux-2.6.git
3562 LINUX FOR POWERPC EMBEDDED PPC8XX
3564 M: vitb@kernel.crashing.org
3566 M: marcelo@kvack.org
3567 W: http://www.penguinppc.org/
3568 L: linuxppc-dev@ozlabs.org
3571 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3573 M: galak@kernel.crashing.org
3574 W: http://www.penguinppc.org/
3575 L: linuxppc-dev@ozlabs.org
3578 LINUX FOR POWERPC PA SEMI PWRFICIENT
3581 W: http://www.pasemi.com/
3582 L: linuxppc-dev@ozlabs.org
3585 LINUX SECURITY MODULE (LSM) FRAMEWORK
3587 M: chrisw@sous-sol.org
3588 L: linux-security-module@vger.kernel.org
3589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3593 P: Arnaldo Carvalho de Melo
3594 M: acme@ghostprotocols.net
3596 F: include/linux/llc.h
3600 LIS3LV02D ACCELEROMETER DRIVER
3602 M: eric.piel@tremplin-utc.net
3604 F: Documentation/hwmon/lis3lv02d
3605 F: drivers/hwmon/lis3lv02d.*
3607 LM83 HARDWARE MONITOR DRIVER
3609 M: khali@linux-fr.org
3610 L: lm-sensors@lm-sensors.org
3612 F: Documentation/hwmon/lm83
3613 F: drivers/hwmon/lm83.c
3615 LM90 HARDWARE MONITOR DRIVER
3617 M: khali@linux-fr.org
3618 L: lm-sensors@lm-sensors.org
3620 F: Documentation/hwmon/lm90
3621 F: drivers/hwmon/lm90.c
3623 LOCKDEP AND LOCKSTAT
3625 M: peterz@infradead.org
3628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3630 F: Documentation/lockdep*.txt
3631 F: Documentation/lockstat.txt
3632 F: include/linux/lockdep.h
3635 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3636 P: Richard Russon (FlatCap)
3638 L: linux-ntfs-dev@lists.sourceforge.net
3639 W: http://www.linux-ntfs.org/content/view/19/37/
3641 F: Documentation/ldm.txt
3642 F: fs/partitions/ldm.*
3644 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3646 M: Eric.Moore@lsi.com
3648 L: DL-MPTFusionLinux@lsi.com
3649 L: linux-scsi@vger.kernel.org
3650 W: http://www.lsilogic.com/support
3652 F: drivers/message/fusion/
3654 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3657 L: linux-scsi@vger.kernel.org
3659 F: drivers/scsi/sym53c8xx_2/
3661 LTP (Linux Test Project)
3663 M: subrata@linux.vnet.ibm.com
3665 M: vapier@gentoo.org
3666 L: ltp-list@lists.sourceforge.net (subscribers-only)
3667 W: http://ltp.sourceforge.net/
3668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3673 M: takata@linux-m32r.org
3674 L: linux-m32r@ml.linux-m32r.org
3675 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3676 W: http://www.linux-m32r.org/
3681 P: Geert Uytterhoeven
3682 M: geert@linux-m68k.org
3684 M: zippel@linux-m68k.org
3685 L: linux-m68k@lists.linux-m68k.org
3686 W: http://www.linux-m68k.org/
3687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3692 M68K ON APPLE MACINTOSH
3695 W: http://www.mac.linux-m68k.org/
3696 L: linux-m68k@lists.linux-m68k.org
3703 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3709 M: johannes@sipsolutions.net
3710 L: linux-wireless@vger.kernel.org
3711 W: http://linuxwireless.org/
3712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3714 F: Documentation/networking/mac80211-injection.txt
3715 F: include/net/mac80211.h
3718 MAC80211 PID RATE CONTROL
3720 M: stefano.brivio@polimi.it
3722 M: mattias.nissler@gmx.de
3723 L: linux-wireless@vger.kernel.org
3724 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3727 F: net/mac80211/rc80211_pid*
3732 L: netdev@vger.kernel.org
3734 F: drivers/net/macvlan.c
3735 F: include/linux/if_macvlan.h
3737 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3739 M: mtk.manpages@gmail.com
3740 W: http://www.kernel.org/doc/man-pages
3741 L: linux-man@vger.kernel.org
3744 MARVELL LIBERTAS WIRELESS DRIVER
3747 L: libertas-dev@lists.infradead.org
3749 F: drivers/net/wireless/libertas/
3751 MARVELL MV643XX ETHERNET DRIVER
3752 P: Lennert Buytenhek
3753 M: buytenh@marvell.com
3754 L: netdev@vger.kernel.org
3756 F: drivers/net/mv643xx_eth.*
3757 F: include/linux/mv643xx.h
3759 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3764 MARVELL YUKON / SYSKONNECT DRIVER
3766 M: mlindner@syskonnect.de
3768 M: rroesler@syskonnect.de
3769 W: http://www.syskonnect.com
3772 MATROX FRAMEBUFFER DRIVER
3774 M: vandrove@vc.cvut.cz
3775 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3777 F: drivers/video/matrox/matroxfb_*
3778 F: include/linux/matroxfb.h
3780 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3782 M: hjk@linutronix.de
3783 L: lm-sensors@lm-sensors.org
3785 F: Documentation/hwmon/max6650
3786 F: drivers/hwmon/max6650.c
3788 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3789 P: Mauro Carvalho Chehab
3790 M: mchehab@infradead.org
3791 P: LinuxTV.org Project
3792 L: linux-media@vger.kernel.org
3793 W: http://linuxtv.org
3794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3796 F: Documentation/dvb/
3797 F: Documentation/video4linux/
3800 F: include/linux/dvb/
3801 F: include/linux/videodev*.h
3803 MEGARAID SCSI DRIVERS
3805 M: megaraidlinux@lsi.com
3806 L: linux-scsi@vger.kernel.org
3807 W: http://megaraid.lsilogic.com
3809 F: Documentation/scsi/megaraid.txt
3810 F: drivers/scsi/megaraid.*
3811 F: drivers/scsi/megaraid/
3814 L: linux-mm@kvack.org
3815 W: http://www.linux-mm.org
3817 F: include/linux/mm.h
3820 MEMORY RESOURCE CONTROLLER
3822 M: balbir@linux.vnet.ibm.com
3825 P: KAMEZAWA Hiroyuki
3826 M: kamezawa.hiroyu@jp.fujitsu.com
3827 L: linux-mm@kvack.org
3831 MEMORY TECHNOLOGY DEVICES (MTD)
3833 M: dwmw2@infradead.org
3834 W: http://www.linux-mtd.infradead.org/
3835 L: linux-mtd@lists.infradead.org
3836 T: git git://git.infradead.org/mtd-2.6.git
3839 F: include/linux/mtd/
3842 MICROBLAZE ARCHITECTURE
3845 L: microblaze-uclinux@itee.uq.edu.au
3846 W: http://www.monstr.eu/fdt/
3847 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3853 M: oliver@neukum.name
3855 F: drivers/usb/image/microtek.*
3859 M: ralf@linux-mips.org
3860 W: http://www.linux-mips.org/
3861 L: linux-mips@linux-mips.org
3862 T: git git://git.linux-mips.org/pub/scm/linux.git
3864 F: Documentation/mips/
3867 MISCELLANEOUS MCA-SUPPORT
3869 M: James.Bottomley@HansenPartnership.com
3871 F: Documentation/ia64/mca.txt
3872 F: Documentation/mca.txt
3874 F: include/linux/mca*
3878 M: rusty@rustcorp.com.au
3880 F: include/linux/module.h
3883 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3885 M: stelian@popies.net
3886 W: http://popies.net/meye/
3888 F: Documentation/video4linux/meye.txt
3889 F: drivers/media/video/meye.*
3890 F: include/linux/meye.h
3892 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3895 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3897 F: drivers/mmc/host/imxmmc.*
3899 MOUSE AND MISC DEVICES [GENERAL]
3900 P: Alessandro Rubini
3901 M: rubini@ipvvis.unipv.it
3903 F: drivers/input/mouse/
3904 F: include/linux/gpio_mouse.h
3906 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3908 M: jirislaby@gmail.com
3910 F: Documentation/serial/moxa-smartio
3911 F: drivers/char/mxser.*
3914 P: Lennart Poettering
3915 M: mzxreary@0pointer.de
3916 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3917 W: http://0pointer.de/lennart/tchibo.html
3919 F: drivers/platform/x86/msi-laptop.c
3921 MULTIFUNCTION DEVICES (MFD)
3923 M: sameo@linux.intel.com
3924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3928 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3933 F: include/linux/mmc/
3935 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3937 M: dbrownell@users.sourceforge.net
3939 F: drivers/mmc/host/mmc_spi.c
3940 F: include/linux/spi/mmc_spi.h
3942 MULTISOUND SOUND DRIVER
3946 F: Documentation/sound/oss/MultiSound
3949 MULTITECH MULTIPORT CARD (ISICOM)
3951 M: jirislaby@gmail.com
3953 F: drivers/char/isicom.c
3954 F: include/linux/isicom.h
3956 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3958 M: felipe.balbi@nokia.com
3959 L: linux-usb@vger.kernel.org
3960 T: git git://gitorious.org/musb/mainline.git
3962 F: drivers/usb/musb/
3964 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3966 M: gallatin@myri.com
3969 L: netdev@vger.kernel.org
3970 W: http://www.myri.com/scs/download-Myri10GE.html
3972 F: drivers/net/myri10ge/
3974 NATSEMI ETHERNET DRIVER (DP8381x)
3976 M: thockin@hockin.org
3978 F: drivers/net/natsemi.c
3982 M: vandrove@vc.cvut.cz
3983 L: linware@sh.cvut.cz
3987 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3988 P: James E.J. Bottomley
3989 M: James.Bottomley@HansenPartnership.com
3990 L: linux-scsi@vger.kernel.org
3992 F: drivers/scsi/NCR_D700.*
3994 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3996 M: faisal.latif@intel.com
3998 M: chien.tin.tung@intel.com
3999 L: general@lists.openfabrics.org
4000 W: http://www.neteffect.com
4002 F: drivers/infiniband/hw/nes/
4004 NETEM NETWORK EMULATOR
4005 P: Stephen Hemminger
4006 M: shemminger@linux-foundation.org
4007 L: netem@lists.linux-foundation.org
4009 F: net/sched/sch_netem.c
4011 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4013 M: ram.vepa@neterion.com
4015 M: santosh.rastapur@neterion.com
4016 P: Sivakumar Subramani
4017 M: sivakumar.subramani@neterion.com
4018 P: Sreenivasa Honnur
4019 M: sreenivasa.honnur@neterion.com
4021 M: anil.murthy@neterion.com
4022 L: netdev@vger.kernel.org
4023 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4024 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4026 F: Documentation/networking/s2io.txt
4027 F: drivers/net/s2io*
4029 NETFILTER/IPTABLES/IPCHAINS
4037 L: netfilter-devel@vger.kernel.org
4038 L: netfilter@vger.kernel.org
4039 L: coreteam@netfilter.org
4040 W: http://www.netfilter.org/
4041 W: http://www.iptables.org/
4043 F: include/linux/netfilter*
4044 F: include/linux/netfilter/
4045 F: include/net/netfilter/
4046 F: net/*/netfilter.c
4052 M: paul.moore@hp.com
4053 W: http://netlabel.sf.net
4054 L: netdev@vger.kernel.org
4056 F: Documentation/netlabel/
4057 F: include/net/netlabel.h
4060 NETROM NETWORK LAYER
4062 M: ralf@linux-mips.org
4063 L: linux-hams@vger.kernel.org
4064 W: http://www.linux-ax25.org/
4066 F: include/linux/netrom.h
4067 F: include/net/netrom.h
4070 NETWORK BLOCK DEVICE (NBD)
4072 M: Paul.Clements@steeleye.com
4074 F: Documentation/blockdev/nbd.txt
4075 F: drivers/block/nbd.c
4076 F: include/linux/nbd.h
4078 NETWORKING [GENERAL]
4080 M: davem@davemloft.net
4081 L: netdev@vger.kernel.org
4082 W: http://www.linuxfoundation.org/en/Net
4083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4088 NETWORKING [IPv4/IPv6]
4090 M: davem@davemloft.net
4092 M: kuznet@ms2.inr.ac.ru
4093 P: Pekka Savola (ipv6)
4094 M: pekkas@netcore.fi
4096 M: jmorris@namei.org
4097 P: Hideaki YOSHIFUJI
4098 M: yoshfuji@linux-ipv6.org
4101 L: netdev@vger.kernel.org
4102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4108 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4110 M: paul.moore@hp.com
4111 L: netdev@vger.kernel.org
4114 NETWORKING [WIRELESS]
4116 M: linville@tuxdriver.com
4117 L: linux-wireless@vger.kernel.org
4118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4121 F: include/net/ieee80211*
4122 F: include/linux/wireless.h
4125 L: netdev@vger.kernel.org
4126 W: http://www.linuxfoundation.org/en/Net
4127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4131 NETXEN (1/10) GbE SUPPORT
4133 M: dhananjay@netxen.com
4134 L: netdev@vger.kernel.org
4135 W: http://www.netxen.com
4137 F: drivers/net/netxen/
4139 NFS, SUNRPC, AND LOCKD CLIENTS
4141 M: Trond.Myklebust@netapp.com
4142 L: linux-nfs@vger.kernel.org
4143 W: http://client.linux-nfs.org
4144 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4150 F: include/linux/lockd/
4151 F: include/linux/nfs*
4152 F: include/linux/sunrpc/
4154 NI5010 NETWORK DRIVER
4155 P: Jan-Pascal van Best
4156 M: janpascal@vanbest.org
4159 L: netdev@vger.kernel.org
4161 F: drivers/net/ni5010.*
4165 M: konishi.ryusuke@lab.ntt.co.jp
4167 W: http://www.nilfs.org/en/
4169 F: Documentation/filesystems/nilfs2.txt
4171 F: include/linux/nilfs2_fs.h
4173 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4175 M: yokota@netlab.is.tsukuba.ac.jp
4176 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4178 F: Documentation/scsi/NinjaSCSI.txt
4179 F: drivers/scsi/pcmcia/nsp_*
4181 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4183 M: gotom@debian.or.jp
4185 M: yokota@netlab.is.tsukuba.ac.jp
4186 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4188 F: Documentation/scsi/NinjaSCSI.txt
4189 F: drivers/scsi/nsp32*
4192 P: Anton Altaparmakov
4194 L: linux-ntfs-dev@lists.sourceforge.net
4195 W: http://www.linux-ntfs.org/
4196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4198 F: Documentation/filesystems/ntfs.txt
4201 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4203 M: adaplas@gmail.com
4204 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4206 F: drivers/video/riva/
4207 F: drivers/video/nvidia/
4210 P: Tony Lindgren <tony@atomide.com>
4212 L: linux-omap@vger.kernel.org
4213 W: http://www.muru.com/linux/omap/
4214 W: http://linux.omap.com/
4215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4219 OMAP CLOCK FRAMEWORK SUPPORT
4222 L: linux-omap@vger.kernel.org
4224 F: arch/arm/*omap*/*clock*
4226 OMAP POWER MANAGEMENT SUPPORT
4228 M: khilman@deeprootsystems.com
4229 L: linux-omap@vger.kernel.org
4231 F: arch/arm/*omap*/*pm*
4235 M: jhnikula@gmail.com
4236 L: alsa-devel@alsa-project.org (subscribers-only)
4237 L: linux-omap@vger.kernel.org
4241 OMAP FRAMEBUFFER SUPPORT
4243 M: imre.deak@nokia.com
4244 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4245 L: linux-omap@vger.kernel.org
4247 F: drivers/video/omap/
4251 M: jarkko.lavinen@nokia.com
4252 L: linux-kernel@vger.kernel.org
4253 L: linux-omap@vger.kernel.org
4255 F: drivers/mmc/host/*omap*
4257 OMAP RANDOM NUMBER GENERATOR SUPPORT
4259 M: dsaxena@plexity.net
4261 F: drivers/char/hw_random/omap-rng.c
4265 M: felipe.balbi@nokia.com
4267 M: dbrownell@users.sourceforge.net
4268 L: linux-usb@vger.kernel.org
4269 L: linux-omap@vger.kernel.org
4274 M: me@bobcopeland.com
4275 L: linux-karma-devel@lists.sourceforge.net
4277 F: Documentation/filesystems/omfs.txt
4280 OMNIKEY CARDMAN 4000 DRIVER
4282 M: laforge@gnumonks.org
4284 F: drivers/char/pcmcia/cm4000_cs.c
4285 F: include/linux/cm4000_cs.h
4287 OMNIKEY CARDMAN 4040 DRIVER
4289 M: laforge@gnumonks.org
4291 F: drivers/char/pcmcia/cm4040_cs.*
4293 OMNIVISION OV7670 SENSOR DRIVER
4296 L: linux-media@vger.kernel.org
4297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4299 F: drivers/media/video/ov7670.c
4301 ONENAND FLASH DRIVER
4303 M: kyungmin.park@samsung.com
4304 L: linux-mtd@lists.infradead.org
4306 F: drivers/mtd/onenand/
4307 F: include/linux/mtd/onenand*.h
4309 ONSTREAM SCSI TAPE DRIVER
4312 L: osst-users@lists.sourceforge.net
4313 L: linux-scsi@vger.kernel.org
4315 F: drivers/scsi/osst*
4318 OPENCORES I2C BUS DRIVER
4320 M: jacmet@sunsite.dk
4321 L: linux-i2c@vger.kernel.org
4323 F: Documentation/i2c/busses/i2c-ocores
4324 F: drivers/i2c/busses/i2c-ocores.c
4328 M: robert.richter@amd.com
4329 L: oprofile-list@lists.sf.net
4332 F: drivers/oprofile/
4333 F: include/linux/oprofile.h
4335 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4339 M: joel.becker@oracle.com
4340 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4341 W: http://oss.oracle.com/projects/ocfs2/
4342 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4344 F: Documentation/filesystems/ocfs2.txt
4345 F: Documentation/filesystems/dlmfs.txt
4352 M: hermes@gibson.dropbear.id.au
4353 L: linux-wireless@vger.kernel.org
4354 L: orinoco-users@lists.sourceforge.net
4355 L: orinoco-devel@lists.sourceforge.net
4356 W: http://www.nongnu.org/orinoco/
4358 F: drivers/net/wireless/orinoco/
4362 M: bharrosh@panasas.com
4364 M: bhalevy@panasas.com
4365 L: osd-dev@open-osd.org
4366 W: http://open-osd.org
4367 T: git git://git.open-osd.org/open-osd.git
4372 M: flamingice@sourmilk.net
4373 L: linux-wireless@vger.kernel.org
4374 W: http://prism54.org
4375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4377 F: drivers/net/wireless/p54/
4379 PA SEMI ETHERNET DRIVER
4382 L: netdev@vger.kernel.org
4384 F: drivers/net/pasemi_mac.*
4386 PA SEMI SMBUS DRIVER
4389 L: linux-i2c@vger.kernel.org
4391 F: drivers/i2c/busses/i2c-pasemi.c
4393 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4395 M: laforge@gnumonks.org
4397 F: drivers/platform/x86/panasonic-laptop.c
4399 PANASONIC MN10300/AM33 PORT
4401 M: dhowells@redhat.com
4403 M: yasutake.koichi@jp.panasonic.com
4404 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4405 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4407 F: Documentation/mn10300/
4410 PARALLEL PORT SUPPORT
4411 L: linux-parport@lists.infradead.org (subscribers-only)
4414 F: include/linux/parport*.h
4415 F: drivers/char/ppdev.c
4416 F: include/linux/ppdev.h
4418 PARAVIRT_OPS INTERFACE
4419 P: Jeremy Fitzhardinge
4420 M: jeremy@xensource.com
4422 M: chrisw@sous-sol.org
4424 M: akataria@vmware.com
4426 M: rusty@rustcorp.com.au
4427 L: virtualization@lists.osdl.org
4429 F: Documentation/ia64/paravirt_ops.txt
4430 F: arch/*/kernel/paravirt*
4431 F: arch/*/include/asm/paravirt.h
4433 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4436 L: linux-parport@lists.infradead.org (subscribers-only)
4437 W: http://www.torque.net/linux-pp.html
4439 F: Documentation/blockdev/paride.txt
4440 F: drivers/block/paride/
4447 L: linux-parisc@vger.kernel.org
4448 W: http://www.parisc-linux.org/
4449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4454 PC87360 HARDWARE MONITORING DRIVER
4456 M: jim.cromie@gmail.com
4457 L: lm-sensors@lm-sensors.org
4459 F: Documentation/hwmon/pc87360
4460 F: drivers/hwmon/pc87360.c
4464 M: jim.cromie@gmail.com
4466 F: drivers/char/pc8736x_gpio.c
4470 M: riku.voipio@iki.fi
4472 F: drivers/leds/leds-pca9532.c
4473 F: include/linux/leds-pca9532.h
4477 M: linas@austin.ibm.com
4478 L: linux-pci@vger.kernel.org
4480 F: Documentation/PCI/pci-error-recovery.txt
4481 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4485 M: jbarnes@virtuousgeek.org
4486 L: linux-pci@vger.kernel.org
4487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4489 F: Documentation/PCI/
4491 F: include/linux/pci*
4494 P: Kristen Carlson Accardi
4495 M: kristen.c.accardi@intel.com
4496 L: linux-pci@vger.kernel.org
4498 F: drivers/pci/pcie/
4501 P: Linux PCMCIA Team
4502 L: linux-pcmcia@lists.infradead.org
4503 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4506 F: Documentation/pcmcia/
4510 PCNET32 NETWORK DRIVER
4512 M: pcnet32@verizon.net
4513 L: netdev@vger.kernel.org
4515 F: drivers/net/pcnet32.c
4517 PER-TASK DELAY ACCOUNTING
4519 M: balbir@linux.vnet.ibm.com
4521 F: include/linux/delayacct.h
4522 F: kernel/delayacct.c
4524 PERFORMANCE COUNTER SUBSYSTEM
4526 M: a.p.zijlstra@chello.nl
4531 L: linux-kernel@vger.kernel.org
4534 PERSONALITY HANDLING
4535 P: Christoph Hellwig
4536 M: hch@infradead.org
4537 L: linux-abi-devel@lists.sourceforge.net
4539 F: include/linux/personality.h
4543 M: joern@lazybastard.org
4544 L: linux-mtd@lists.infradead.org
4546 F: drivers/mtd/devices/phram.c
4550 M: petero2@telia.com
4552 F: drivers/block/pktcdvd.c
4553 F: include/linux/pktcdvd.h
4555 POSIX CLOCKS and TIMERS
4557 M: tglx@linutronix.de
4560 F: include/linux/timer*
4563 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4567 M: dwmw2@infradead.org
4568 T: git git://git.infradead.org/battery-2.6.git
4570 F: include/linux/power_supply.h
4571 F: drivers/power/power_supply*
4577 M: bjorn.helgaas@hp.com
4583 M: vitalywool@gmail.com
4584 L: linux-i2c@vger.kernel.org
4586 F: drivers/i2c/busses/i2c-pnx.c
4588 PPP PROTOCOL DRIVERS AND COMPRESSORS
4591 L: linux-ppp@vger.kernel.org
4593 F: drivers/net/ppp_*
4595 PPP OVER ATM (RFC 2364)
4596 P: Mitchell Blank Jr
4599 F: net/atm/pppoatm.c
4600 F: include/linux/atmppp.h
4604 M: mostrows@earthlink.net
4606 F: drivers/net/pppoe.c
4607 F: drivers/net/pppox.c
4611 M: jchapman@katalix.com
4613 F: drivers/net/pppol2tp.c
4614 F: include/linux/if_pppol2tp.h
4618 M: giometti@enneenne.com
4619 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4620 L: linuxpps@ml.enneenne.com (subscribers-only)
4626 L: kpreempt-tech@lists.sourceforge.net
4627 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4629 F: Documentation/preempt-locking.txt
4630 F: include/linux/preempt.h
4632 PRISM54 WIRELESS DRIVER
4633 P: Luis R. Rodriguez
4635 L: linux-wireless@vger.kernel.org
4636 W: http://prism54.org
4638 F: drivers/net/wireless/prism54/
4640 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4642 M: promise@pnd-pc.demon.co.uk
4643 W: http://www.pnd-pc.demon.co.uk/promise/
4646 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4647 P: Mikael Pettersson
4649 L: linux-ide@vger.kernel.org
4651 F: drivers/ata/sata_promise.*
4655 M: geoffrey.levand@am.sony.com
4656 L: netdev@vger.kernel.org
4657 L: cbe-oss-dev@ozlabs.org
4659 F: drivers/net/ps3_gelic_net.*
4661 PS3 PLATFORM SUPPORT
4663 M: geoffrey.levand@am.sony.com
4664 L: linuxppc-dev@ozlabs.org
4665 L: cbe-oss-dev@ozlabs.org
4667 F: arch/powerpc/boot/ps3*
4668 F: arch/powerpc/include/asm/lv1call.h
4669 F: arch/powerpc/include/asm/ps3*.h
4670 F: arch/powerpc/platforms/ps3/
4673 F: drivers/rtc/rtc-ps3.c
4674 F: drivers/usb/host/*ps3.c
4675 F: sound/ppc/snd_ps3*
4680 L: cbe-oss-dev@ozlabs.org
4685 M: roland@redhat.com
4689 F: include/asm-generic/syscall.h
4690 F: include/linux/ptrace.h
4691 F: include/linux/regset.h
4692 F: include/linux/tracehook.h
4695 PVRUSB2 VIDEO4LINUX DRIVER
4698 L: pvrusb2@isely.net (subscribers-only)
4699 L: linux-media@vger.kernel.org
4700 W: http://www.isely.net/pvrusb2/
4701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4703 F: Documentation/video4linux/README.pvrusb2
4704 F: drivers/media/video/pvrusb2/
4706 PXA2xx/PXA3xx SUPPORT
4708 M: eric.y.miao@gmail.com
4710 M: linux@arm.linux.org.uk
4711 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4713 F: arch/arm/mach-pxa/
4714 F: drivers/pcmcia/pxa2xx*
4715 F: drivers/spi/pxa2xx*
4716 F: drivers/usb/gadget/pxa2*
4717 F: include/sound/pxa2xx-lib.h
4723 M: eric.y.miao@gmail.com
4725 M: jason.chagas@marvell.com
4726 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4732 M: eric.y.miao@gmail.com
4733 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4742 M: robert.jarzmik@free.fr
4743 L: rtc-linux@googlegroups.com
4746 QLOGIC QLA2XXX FC-SCSI DRIVER
4748 M: linux-driver@qlogic.com
4749 L: linux-scsi@vger.kernel.org
4751 F: Documentation/scsi/LICENSE.qla2xxx
4752 F: drivers/scsi/qla2xxx/
4754 QLOGIC QLA3XXX NETWORK DRIVER
4756 M: linux-driver@qlogic.com
4757 L: netdev@vger.kernel.org
4759 F: Documentation/networking/LICENSE.qla3xxx
4760 F: drivers/net/qla3xxx.*
4762 QLOGIC QLGE 10Gb ETHERNET DRIVER
4764 M: linux-driver@qlogic.com
4765 M: ron.mercer@qlogic.com
4766 L: netdev@vger.kernel.org
4768 F: drivers/net/qlge/
4773 W: http://www.alarsen.net/linux/qnx4fs/
4776 F: include/linux/qnx4_fs.h
4777 F: include/linux/qnxtypes.h
4779 RADEON FRAMEBUFFER DISPLAY DRIVER
4780 P: Benjamin Herrenschmidt
4781 M: benh@kernel.crashing.org
4782 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4784 F: drivers/video/aty/radeon*
4785 F: include/linux/radeonfb.h
4787 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4790 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4792 F: drivers/video/aty/aty128fb.c
4794 RALINK RT2X00 WIRELESS LAN DRIVER
4796 L: linux-wireless@vger.kernel.org
4797 L: users@rt2x00.serialmonkey.com
4798 W: http://rt2x00.serialmonkey.com/
4800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4801 F: drivers/net/wireless/rt2x00/
4803 RAMDISK RAM BLOCK DEVICE DRIVER
4807 F: Documentation/blockdev/ramdisk.txt
4808 F: drivers/block/brd.c
4810 RANDOM NUMBER DRIVER
4814 F: drivers/char/random.c
4818 M: mporter@kernel.crashing.org
4822 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4824 M: coreythomas@charter.net
4825 L: linux-wireless@vger.kernel.org
4827 F: drivers/net/wireless/ray*
4831 M: josh@freedesktop.org
4833 M: paulmck@linux.vnet.ibm.com
4835 F: Documentation/RCU/torture.txt
4836 F: kernel/rcutorture.c
4840 M: florian@openwrt.org
4843 RDC R6040 FAST ETHERNET DRIVER
4845 M: florian@openwrt.org
4846 L: netdev@vger.kernel.org
4848 F: drivers/net/r6040.c
4850 RDS - RELIABLE DATAGRAM SOCKETS
4852 M: andy.grover@oracle.com
4853 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4857 READ-COPY UPDATE (RCU)
4859 M: dipankar@in.ibm.com
4861 M: paulmck@linux.vnet.ibm.com
4862 W: http://www.rdrop.com/users/paulmck/rclock/
4864 F: Documentation/RCU/rcu.txt
4865 F: Documentation/RCU/rcuref.txt
4866 F: include/linux/rcupdate.h
4867 F: include/linux/srcu.h
4868 F: kernel/rcupdate.c
4870 REAL TIME CLOCK DRIVER
4872 M: p_gortmaker@yahoo.com
4874 F: Documentation/rtc.txt
4876 F: include/linux/rtc.h
4878 REAL TIME CLOCK (RTC) SUBSYSTEM
4880 M: a.zummo@towertech.it
4881 L: rtc-linux@googlegroups.com
4883 F: Documentation/rtc.txt
4885 F: include/linux/rtc.h
4887 REISERFS FILE SYSTEM
4888 L: reiserfs-devel@vger.kernel.org
4894 M: johannes@sipsolutions.net
4895 L: linux-wireless@vger.kernel.org
4897 F Documentation/rfkill.txt
4902 F: Documentation/serial/riscom8.txt
4903 F: drivers/char/riscom8*
4907 W: http://www.comtrol.com
4909 F: Documentation/serial/rocket.txt
4910 F: drivers/char/rocket*
4914 M: ralf@linux-mips.org
4915 L: linux-hams@vger.kernel.org
4916 W: http://www.linux-ax25.org/
4918 F: include/linux/rose.h
4919 F: include/net/rose.h
4922 RTL8180 WIRELESS DRIVER
4924 M: linville@tuxdriver.com
4925 L: linux-wireless@vger.kernel.org
4926 W: http://linuxwireless.org/
4927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4929 F: drivers/net/wireless/rtl818*
4931 RTL8187 WIRELESS DRIVER
4932 P: Herton Ronaldo Krzesinski
4933 M: herton@mandriva.com.br
4935 M: htl10@users.sourceforge.net
4937 M: Larry.Finger@lwfinger.net
4938 L: linux-wireless@vger.kernel.org
4939 W: http://linuxwireless.org/
4940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4942 F: drivers/net/wireless/rtl818x/rtl8187*
4944 S3 SAVAGE FRAMEBUFFER DRIVER
4946 M: adaplas@gmail.com
4947 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4949 F: drivers/video/savage/
4952 P: Martin Schwidefsky
4953 M: schwidefsky@de.ibm.com
4955 M: heiko.carstens@de.ibm.com
4956 M: linux390@de.ibm.com
4957 L: linux-s390@vger.kernel.org
4958 W: http://www.ibm.com/developerworks/linux/linux390/
4962 S390 NETWORK DRIVERS
4964 M: ursula.braun@de.ibm.com
4966 M: blaschka@linux.vnet.ibm.com
4967 M: linux390@de.ibm.com
4968 L: linux-s390@vger.kernel.org
4969 W: http://www.ibm.com/developerworks/linux/linux390/
4971 F: drivers/s390/net/
4975 M: felix.beck@de.ibm.com
4977 M: ralph.wuerthner@de.ibm.com
4978 M: linux390@de.ibm.com
4979 L: linux-s390@vger.kernel.org
4981 F: drivers/s390/crypto/
4985 M: christof.schmitt@de.ibm.com
4988 M: linux390@de.ibm.com
4989 L: linux-s390@vger.kernel.org
4990 W: http://www.ibm.com/developerworks/linux/linux390/
4992 F: Documentation/s390/zfcpdump.txt
4993 F: drivers/s390/scsi/zfcp_*
4995 S390 IUCV NETWORK LAYER
4997 M: ursula.braun@de.ibm.com
4998 M: linux390@de.ibm.com
4999 L: linux-s390@vger.kernel.org
5000 W: http://www.ibm.com/developerworks/linux/linux390/
5002 F: drivers/s390/net/*iucv*
5003 F: include/net/iucv/
5006 S3C24XX SD/MMC Driver
5008 M: ben-linux@fluff.org
5009 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5011 F: drivers/mmc/host/s3cmci.*
5013 SAA7146 VIDEO4LINUX-2 DRIVER
5016 L: linux-media@vger.kernel.org
5017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5018 W: http://www.mihu.de/linux/saa7146
5020 F: drivers/media/common/saa7146*
5021 F: drivers/media/video/*7146*
5022 F: include/media/*7146*
5026 M: zwane@arm.linux.org.uk
5028 F: drivers/watchdog/sc1200wdt.c
5034 M: peterz@infradead.org
5037 F: include/linux/sched.h
5042 L: linux-scsi@vger.kernel.org
5043 W: http://www.kernel.dk
5049 M: dgilbert@interlog.com
5050 L: linux-scsi@vger.kernel.org
5051 W: http://www.torque.net/sg
5053 F: drivers/scsi/sg.c
5054 F: include/scsi/sg.h
5057 P: James E.J. Bottomley
5058 M: James.Bottomley@HansenPartnership.com
5059 L: linux-scsi@vger.kernel.org
5060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5069 M: Kai.Makisara@kolumbus.fi
5070 L: linux-scsi@vger.kernel.org
5072 F: Documentation/scsi/st.txt
5077 M: vladislav.yasevich@hp.com
5078 P: Sridhar Samudrala
5080 L: linux-sctp@vger.kernel.org
5081 W: http://lksctp.sourceforge.net
5083 F: Documentation/networking/sctp.txt
5084 F: include/linux/sctp.h
5085 F: include/net/sctp/
5090 M: jim.cromie@gmail.com
5092 F: Documentation/i2c/busses/scx200_acb
5093 F: arch/x86/kernel/scx200_32.c
5094 F: drivers/watchdog/scx200_wdt.c
5095 F: drivers/i2c/busses/scx200*
5096 F: drivers/mtd/maps/scx200_docflash.c
5097 F: include/linux/scx200.h
5101 M: jim.cromie@gmail.com
5103 F: drivers/char/scx200_gpio.c
5104 F: include/linux/scx200_gpio.h
5106 SCx200 HRT CLOCKSOURCE DRIVER
5108 M: jim.cromie@gmail.com
5110 F: drivers/clocksource/scx200_hrt.c
5112 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5114 M: saschasommer@freenet.de
5115 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5117 F: drivers/mmc/host/sdricoh_cs.c
5119 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5122 L: sdhci-devel@lists.ossman.eu
5125 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5127 M: avorontsov@ru.mvista.com
5128 L: linuxppc-dev@ozlabs.org
5129 L: sdhci-devel@lists.ossman.eu
5131 F: drivers/mmc/host/sdhci.*
5133 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5135 M: ben-linux@fluff.org
5136 L: sdhci-devel@lists.ossman.eu
5138 F: drivers/mmc/host/sdhci-s3c.c
5142 M: jmorris@namei.org
5143 L: linux-security-module@vger.kernel.org (suggested Cc:)
5144 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5145 W: http://security.wiki.kernel.org/
5150 P: Security Officers
5151 M: security@kernel.org
5154 SELINUX SECURITY MODULE
5156 M: sds@tycho.nsa.gov
5158 M: jmorris@namei.org
5160 M: eparis@parisplace.org
5161 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5162 W: http://selinuxproject.org
5163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5165 F: include/linux/selinux*
5166 F: security/selinux/
5170 M: jirislaby@gmail.com
5172 F: drivers/misc/phantom.c
5173 F: include/linux/phantom.h
5175 SERIAL ATA (SATA) SUBSYSTEM
5177 M: jgarzik@pobox.com
5178 L: linux-ide@vger.kernel.org
5179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5182 F: include/linux/ata.h
5183 F: include/linux/libata.h
5185 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5187 M: sathyap@serverengines.com
5188 P: Subbu Seetharaman
5189 M: subbus@serverengines.com
5190 L: netdev@vger.kernel.org
5191 W: http://www.serverengines.com
5193 F: drivers/net/benet/
5198 P: Robert Stonehouse
5199 M: linux-net-drivers@solarflare.com
5207 F: drivers/misc/sgi-gru/
5209 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5212 L: linux-ia64@vger.kernel.org
5214 F: Documentation/ia64/serial.txt
5215 F: drivers/serial/ioc?_serial.c
5216 F: include/linux/ioc?.h
5218 SGI VISUAL WORKSTATION 320 AND 540
5221 L: linux-visws-devel@lists.sf.net
5222 W: http://linux-visws.sf.net
5223 S: Maintained for 2.6.
5224 F: Documentation/sgi-visws.txt
5226 SGI XP/XPC/XPNET DRIVER
5230 F: drivers/misc/sgi-xp/
5232 SHARP LH SUPPORT (LH7952X & LH7A40X)
5235 W: http://projects.buici.com/arm
5236 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5238 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5239 F: arch/arm/mach-lh7a40x/
5240 F: drivers/serial/serial_lh7a40x.c
5241 F: drivers/usb/gadget/lh7a40*
5242 F: drivers/usb/host/ohci-lh7a40*
5245 P: Kristen Carlson Accardi
5246 M: kristen.c.accardi@intel.com
5247 L: linux-pci@vger.kernel.org
5249 F: drivers/pci/hotplug/shpchp*
5251 SIMTEC EB110ATX (Chalice CATS)
5254 M: support@simtec.co.uk
5255 W: http://www.simtec.co.uk/products/EB110ATX/
5258 SIMTEC EB2410ITX (BAST)
5261 M: support@simtec.co.uk
5262 W: http://www.simtec.co.uk/products/EB2410ITX/
5264 F: arch/arm/mach-s3c2410/
5265 F: drivers/*/*s3c2410*
5266 F: drivers/*/*/*s3c2410*
5268 SIS 190 ETHERNET DRIVER
5270 M: romieu@fr.zoreil.com
5271 L: netdev@vger.kernel.org
5273 F: drivers/net/sis190.c
5275 SIS 900/7016 FAST ETHERNET DRIVER
5277 M: venza@brownhat.org
5278 W: http://www.brownhat.org/sis900.html
5279 L: netdev@vger.kernel.org
5281 F: drivers/net/sis900.*
5283 SIS 96X I2C/SMBUS DRIVER
5285 M: mhoffman@lightlink.com
5286 L: linux-i2c@vger.kernel.org
5288 F: Documentation/i2c/busses/i2c-sis96x
5289 F: drivers/i2c/busses/i2c-sis96x.c
5291 SIS FRAMEBUFFER DRIVER
5292 P: Thomas Winischhofer
5293 M: thomas@winischhofer.net
5294 W: http://www.winischhofer.net/linuxsisvga.shtml
5296 F: Documentation/fb/sisfb.txt
5297 F: drivers/video/sis/
5298 F: include/video/sisfb.h
5301 P: Thomas Winischhofer
5302 M: thomas@winischhofer.net
5303 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5305 F: drivers/usb/misc/sisusbvga/
5307 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5308 P: Stephen Hemminger
5309 M: shemminger@linux-foundation.org
5310 L: netdev@vger.kernel.org
5312 F: drivers/net/skge.*
5313 F: drivers/net/sky2.*
5316 P: Christoph Lameter
5317 M: cl@linux-foundation.org
5319 M: penberg@cs.helsinki.fi
5322 L: linux-mm@kvack.org
5324 F: include/linux/sl?b*.h
5327 SMC91x ETHERNET DRIVER
5331 F: drivers/net/smc91x.*
5333 SMSC47B397 HARDWARE MONITOR DRIVER
5335 M: mhoffman@lightlink.com
5336 L: lm-sensors@lm-sensors.org
5338 F: Documentation/hwmon/smsc47b397
5339 F: drivers/hwmon/smsc47b397.c
5341 SMSC911x ETHERNET DRIVER
5342 P: Steve Glendinning
5343 M: steve.glendinning@smsc.com
5344 L: netdev@vger.kernel.org
5346 F: include/linux/smsc911x.h
5347 F: drivers/net/smsc911x.*
5349 SMSC9420 PCI ETHERNET DRIVER
5350 P: Steve Glendinning
5351 M: steve.glendinning@smsc.com
5352 L: netdev@vger.kernel.org
5354 F: drivers/net/smsc9420.*
5358 M: bn@niasdigital.com
5360 F: drivers/uio/uio_smx.c
5362 SN-IA64 (Itanium) SUB-PLATFORM
5365 L: linux-altix@sgi.com
5366 L: linux-ia64@vger.kernel.org
5367 W: http://www.sgi.com/altix
5371 SOC-CAMERA V4L2 SUBSYSTEM
5372 P: Guennadi Liakhovetski
5373 M: g.liakhovetski@gmx.de
5374 L: linux-media@vger.kernel.org
5375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5377 F: include/media/v4l2*
5378 F: drivers/media/video/v4l2*
5380 SOEKRIS NET48XX LED SUPPORT
5384 F: drivers/leds/leds-net48xx.c
5386 SOFTWARE RAID (Multiple Disks) SUPPORT
5389 L: linux-raid@vger.kernel.org
5392 F: include/linux/raid/
5394 SONIC NETWORK DRIVER
5395 P: Thomas Bogendoerfer
5396 M: tsbogend@alpha.franken.de
5397 L: netdev@vger.kernel.org
5399 F: drivers/net/sonic.*
5401 SONICS SILICON BACKPLANE DRIVER (SSB)
5404 L: netdev@vger.kernel.org
5407 F: include/linux/ssb/
5409 SONY VAIO CONTROL DEVICE DRIVER
5411 M: malattia@linux.it
5412 L: linux-acpi@vger.kernel.org
5413 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5415 F: Documentation/laptops/sony-laptop.txt
5416 F: drivers/char/sonypi.c
5417 F: drivers/platform/x86/sony-laptop.c
5418 F: include/linux/sony-laptop.h
5420 SONY MEMORYSTICK CARD SUPPORT
5423 W: http://tifmxx.berlios.de/
5425 F: drivers/memstick/host/tifm_ms.c
5432 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5433 W: http://www.alsa-project.org/
5434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5435 T: git git://git.alsa-project.org/alsa-kernel.git
5437 F: Documentation/sound/
5441 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5443 M: lrg@slimlogic.co.uk
5445 M: broonie@opensource.wolfsonmicro.com
5446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5447 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5448 W: http://alsa-project.org/main/index.php/ASoC
5451 F: include/sound/soc*
5453 SPARC + UltraSPARC (sparc/sparc64)
5455 M: davem@davemloft.net
5456 L: sparclinux@vger.kernel.org
5457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5462 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5464 M: R.E.Wolff@BitWizard.nl
5466 F: Documentation/serial/specialix.txt
5467 F: drivers/char/specialix*
5471 M: dbrownell@users.sourceforge.net
5472 L: spi-devel-general@lists.sourceforge.net
5474 F: Documentation/spi/
5476 F: include/linux/spi/
5478 SPIDERNET NETWORK DRIVER for CELL
5480 M: kou.ishizaki@toshiba.co.jp
5483 L: netdev@vger.kernel.org
5485 F: Documentation/networking/spider_net.txt
5486 F: drivers/net/spider_net*
5491 L: linuxppc-dev@ozlabs.org
5492 L: cbe-oss-dev@ozlabs.org
5493 W: http://www.ibm.com/developerworks/power/cell/
5495 F: Documentation/filesystems/spufs.txt
5496 F: arch/powerpc/platforms/cell/spufs/
5498 SQUASHFS FILE SYSTEM
5500 M: phillip@lougher.demon.co.uk
5501 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5502 W: http://squashfs.org.uk
5504 F: Documentation/filesystems/squashfs.txt
5507 SRM (Alpha) environment access
5508 P: Jan-Benedict Glaw
5509 M: jbglaw@lug-owl.de
5511 F: arch/alpha/kernel/srm_env.c
5514 P: Greg Kroah-Hartman
5517 M: chrisw@sous-sol.org
5518 L: stable@kernel.org
5522 P: Greg Kroah-Hartman
5524 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5525 L: devel@driverdev.osuosl.org
5529 STARFIRE/DURALAN NETWORK DRIVER
5531 M: ionut@cs.columbia.edu
5533 F: drivers/net/starfire*
5535 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5536 W: http://mosquitonet.Stanford.EDU/strip.html
5538 F: drivers/net/wireless/strip.c
5539 F: include/linux/if_strip.h
5541 STRADIS MPEG-2 DECODER DRIVER
5544 W: http://www.stradis.com/
5546 F: drivers/media/video/stradis.c
5551 W: http://sammy.net/sun3/
5553 F: arch/m68k/kernel/*sun3*
5555 F: arch/m68k/include/asm/sun3*
5559 M: lethal@linux-sh.org
5560 L: linux-sh@vger.kernel.org
5561 W: http://www.linux-sh.org
5562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5564 F: Documentation/sh/
5570 M: len.brown@intel.com
5573 P: Rafael J. Wysocki
5575 L: linux-pm@lists.linux-foundation.org
5577 F: Documentation/power/
5578 F: arch/x86/kernel/acpi/
5579 F: drivers/base/power/
5581 F: include/linux/suspend.h
5582 F: include/linux/freezer.h
5583 F: include/linux/pm.h
5588 L: linux-video@atrey.karlin.mff.cuni.cz
5590 F: Documentation/svga.txt
5591 F: arch/x86/boot/video*
5594 P: Christoph Hellwig
5595 M: hch@infradead.org
5597 F: Documentation/filesystems/sysv-fs.txt
5599 F: include/linux/sysv_fs.h
5601 TASKSTATS STATISTICS INTERFACE
5603 M: balbir@linux.vnet.ibm.com
5605 F: Documentation/accounting/taskstats*
5606 F: include/linux/taskstats*
5607 F: kernel/taskstats.c
5612 L: netdev@vger.kernel.org
5614 F: include/linux/pkt_cls.h
5615 F: include/net/pkt_cls.h
5618 TCP LOW PRIORITY MODULE
5619 P: Wong Hoi Sing, Edison
5620 M: hswong3i@gmail.com
5621 P: Hung Hing Lun, Mike
5622 M: hlhung3i@gmail.com
5623 W: http://tcp-lp-mod.sourceforge.net/
5625 F: net/ipv4/tcp_lp.c
5627 TEHUTI ETHERNET DRIVER
5628 P: Alexander Indenbaum
5629 M: baum@tehutinetworks.net
5631 M: andy@greyhouse.net
5632 L: netdev@vger.kernel.org
5634 F: drivers/net/tehuti*
5636 Telecom Clock Driver for MCPL0010
5638 M: mark.gross@intel.com
5640 F: drivers/char/tlclk.c
5642 TENSILICA XTENSA PORT (xtensa)
5648 THINKPAD ACPI EXTRAS DRIVER
5649 P: Henrique de Moraes Holschuh
5650 M: ibm-acpi@hmh.eng.br
5651 L: ibm-acpi-devel@lists.sourceforge.net
5652 W: http://ibm-acpi.sourceforge.net
5653 W: http://thinkwiki.org/wiki/Ibm-acpi
5654 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5656 F: drivers/platform/x86/thinkpad_acpi.c
5658 TI FLASH MEDIA INTERFACE DRIVER
5662 F: drivers/misc/tifm*
5663 F: drivers/mmc/host/tifm_sd.c
5664 F: include/linux/tifm.h
5668 M: per.liden@ericsson.com
5670 M: jon.maloy@ericsson.com
5672 M: allan.stephens@windriver.com
5673 L: tipc-discussion@lists.sourceforge.net
5674 W: http://tipc.sourceforge.net/
5675 W: http://tipc.cslab.ericsson.net/
5676 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5678 F: include/linux/tipc*.h
5679 F: include/net/tipc/
5685 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5686 W: http://sourceforge.net/projects/tlan/
5688 F: Documentation/networking/tlan.txt
5689 F: drivers/net/tlan.*
5691 TOMOYO SECURITY MODULE
5693 M: takedakn@nttdata.co.jp
5695 M: penguin-kernel@I-love.SAKURA.ne.jp
5696 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5697 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5698 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5699 W: http://tomoyo.sourceforge.jp/
5700 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5704 TOSHIBA ACPI EXTRAS DRIVER
5706 F: drivers/platform/x86/toshiba_acpi.c
5710 M: jonathan@buzzard.org.uk
5711 L: tlinux-users@tce.toshiba-dme.co.jp
5712 W: http://www.buzzard.org.uk/toshiba/
5714 F: drivers/char/toshiba.c
5715 F: include/linux/toshiba.h
5719 M: ian@mnementh.co.uk
5721 F: drivers/mmc/host/tmio_mmc.*
5723 TMPFS (SHMEM FILESYSTEM)
5725 M: hugh.dickins@tiscali.co.uk
5726 L: linux-mm@kvack.org
5728 F: include/linux/shmem_fs.h
5733 M: debora@linux.vnet.ibm.com
5735 M: srajiv@linux.vnet.ibm.com
5736 W: http://tpmdd.sourceforge.net
5738 M: m.selhorst@sirrix.com
5739 W: http://www.sirrix.com
5740 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5742 F: drivers/char/tpm/
5746 M: trivial@kernel.org
5747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5749 F: drivers/char/tty_*
5750 F: drivers/serial/serial_core.c
5751 F: include/linux/serial_core.h
5752 F: include/linux/serial.h
5753 F: include/linux/tty.h
5757 M: alan@lxorguk.ukuu.org.uk
5759 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5761 TULIP NETWORK DRIVERS
5763 M: grundler@parisc-linux.org
5766 L: netdev@vger.kernel.org
5768 F: drivers/net/tulip/
5771 P: Maxim Krasnyansky
5772 M: maxk@qualcomm.com
5773 L: vtun@office.satix.net
5774 W: http://vtun.sourceforge.net/tun
5776 F: Documentation/networking/tuntap.txt
5777 F: arch/um/os-Linux/drivers/
5779 TURBOCHANNEL SUBSYSTEM
5780 P: Maciej W. Rozycki
5781 M: macro@linux-mips.org
5784 F: include/linux/tc.h
5788 M: ballabio_dario@emc.com
5789 L: linux-scsi@vger.kernel.org
5791 F: drivers/scsi/u14-34f.c
5793 UBI FILE SYSTEM (UBIFS)
5795 M: dedekind@infradead.org
5797 M: ext-adrian.hunter@nokia.com
5798 L: linux-mtd@lists.infradead.org
5799 T: git git://git.infradead.org/ubifs-2.6.git
5800 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5802 F: Documentation/filesystems/ubifs.txt
5805 UCLINUX (AND M68KNOMMU)
5808 W: http://www.uclinux.org/
5809 L: uclinux-dev@uclinux.org (subscribers-only)
5813 UCLINUX FOR RENESAS H8/300 (H8300)
5815 M: ysato@users.sourceforge.jp
5816 W: http://uclinux-h8.sourceforge.jp/
5822 W: http://linux-udf.sourceforge.net
5824 F: Documentation/filesystems/udf.txt
5828 P: Evgeniy Dushistov
5829 M: dushistov@mail.ru
5831 F: Documentation/filesystems/ufs.txt
5834 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5836 M: david.vrabel@csr.com
5837 L: linux-usb@vger.kernel.org
5840 F: include/linux/uwb.h
5841 F: include/linux/uwb/
5843 UNIFORM CDROM DRIVER
5846 W: http://www.kernel.dk
5848 F: Documentation/cdrom/
5849 F: drivers/cdrom/cdrom.c
5850 F: include/linux/cdrom.h
5852 UNSORTED BLOCK IMAGES (UBI)
5854 M: dedekind@infradead.org
5855 W: http://www.linux-mtd.infradead.org/
5856 L: linux-mtd@lists.infradead.org
5857 T: git git://git.infradead.org/ubi-2.6.git
5860 F: include/linux/mtd/ubi.h
5861 F: include/mtd/ubi-user.h
5865 M: oliver@neukum.name
5866 L: linux-usb@vger.kernel.org
5868 F: Documentation/usb/acm.txt
5869 F: drivers/usb/class/cdc-acm.*
5871 USB BLOCK DRIVER (UB ub)
5873 M: zaitcev@redhat.com
5874 L: linux-usb@vger.kernel.org
5876 F: drivers/block/ub.c
5878 USB CDC ETHERNET DRIVER
5879 P: Greg Kroah-Hartman
5881 L: linux-usb@vger.kernel.org
5883 W: http://www.kroah.com/linux-usb/
5884 F: drivers/net/usb/cdc_*.c
5885 F: include/linux/usb/cdc.h
5887 USB CYPRESS C67X00 DRIVER
5889 M: jacmet@sunsite.dk
5890 L: linux-usb@vger.kernel.org
5892 F: drivers/usb/c67x00/
5894 USB DAVICOM DM9601 DRIVER
5896 M: jacmet@sunsite.dk
5897 L: netdev@vger.kernel.org
5898 W: http://www.linux-usb.org/usbnet
5900 F: drivers/net/usb/dm9601.c
5902 USB DIAMOND RIO500 DRIVER
5905 L: rio500-users@lists.sourceforge.net
5906 W: http://rio500.sourceforge.net
5908 F: drivers/usb/misc/rio500*
5912 M: dbrownell@users.sourceforge.net
5913 L: linux-usb@vger.kernel.org
5915 F: Documentation/usb/ehci.txt
5916 F: drivers/usb/host/ehci*
5918 USB ET61X[12]51 DRIVER
5920 M: luca.risolia@studio.unibo.it
5921 L: linux-usb@vger.kernel.org
5922 L: linux-media@vger.kernel.org
5923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5924 W: http://www.linux-projects.org
5926 F: drivers/media/video/et61x251/
5928 USB GADGET/PERIPHERAL SUBSYSTEM
5930 M: dbrownell@users.sourceforge.net
5931 L: linux-usb@vger.kernel.org
5932 W: http://www.linux-usb.org/gadget
5934 F: drivers/usb/gadget/
5935 F: include/linux/usb/gadget*
5937 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5940 L: linux-usb@vger.kernel.org
5941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5943 F: Documentation/usb/hiddev.txt
5944 F: drivers/hid/usbhid/
5948 M: ok@artecdesign.ee
5949 L: linux-usb@vger.kernel.org
5951 F: drivers/usb/host/isp116x*
5952 F: include/linux/usb/isp116x.h
5954 USB KAWASAKI LSI DRIVER
5956 M: oliver@neukum.name
5957 L: linux-usb@vger.kernel.org
5959 F: drivers/usb/serial/kl5kusb105.*
5961 USB MASS STORAGE DRIVER
5963 M: mdharm-usb@one-eyed-alien.net
5964 L: linux-usb@vger.kernel.org
5965 L: usb-storage@lists.one-eyed-alien.net
5967 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5968 F: drivers/usb/storage/
5972 M: dbrownell@users.sourceforge.net
5973 L: linux-usb@vger.kernel.org
5975 F: Documentation/usb/ohci.txt
5976 F: drivers/usb/host/ohci*
5978 USB OPTION-CARD DRIVER
5980 M: smurf@smurf.noris.de
5981 L: linux-usb@vger.kernel.org
5983 F: drivers/usb/serial/option.c
5987 M: mmcclell@bigfoot.com
5988 L: linux-usb@vger.kernel.org
5989 W: http://alpha.dyndns.org/ov511/
5991 F: drivers/media/video/ov511.*
5995 M: petkan@users.sourceforge.net
5996 L: linux-usb@vger.kernel.org
5997 L: netdev@vger.kernel.org
5998 W: http://pegasus2.sourceforge.net/
6000 F: drivers/net/usb/pegasus.*
6002 USB PRINTER DRIVER (usblp)
6004 M: zaitcev@redhat.com
6005 L: linux-usb@vger.kernel.org
6007 F: drivers/usb/class/usblp.c
6011 M: petkan@users.sourceforge.net
6012 L: linux-usb@vger.kernel.org
6013 L: netdev@vger.kernel.org
6014 W: http://pegasus2.sourceforge.net/
6016 F: drivers/net/usb/rtl8150.c
6021 L: linux-usb@vger.kernel.org
6022 W: http://www.chello.nl/~j.vreeken/se401/
6024 F: Documentation/video4linux/se401.txt
6025 F: drivers/media/video/se401.*
6027 USB SERIAL BELKIN F5U103 DRIVER
6028 P: William Greathouse
6029 M: wgreathouse@smva.com
6030 L: linux-usb@vger.kernel.org
6032 F: drivers/usb/serial/belkin_sa.*
6034 USB SERIAL CYPRESS M8 DRIVER
6036 M: dignome@gmail.com
6037 L: linux-usb@vger.kernel.org
6039 W: http://geocities.com/i0xox0i
6040 W: http://firstlight.net/cvs
6041 F: drivers/usb/serial/cypress_m8.*
6043 USB SERIAL CYBERJACK DRIVER
6044 P: Matthias Bruestle and Harald Welte
6045 M: support@reiner-sct.com
6046 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6048 F: drivers/usb/serial/cyberjack.c
6050 USB SERIAL DIGI ACCELEPORT DRIVER
6051 P: Peter Berger and Al Borchers
6052 M: pberger@brimson.com
6053 M: alborchers@steinerpoint.com
6054 L: linux-usb@vger.kernel.org
6056 F: drivers/usb/serial/digi_acceleport.c
6059 P: Greg Kroah-Hartman
6061 L: linux-usb@vger.kernel.org
6063 F: Documentation/usb/usb-serial.txt
6064 F: drivers/usb/serial/generic.c
6065 F: drivers/usb/serial/usb-serial.c
6066 F: include/linux/usb/serial.h
6068 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6070 M: xavyer@ix.netcom.com
6071 L: linux-usb@vger.kernel.org
6073 F: drivers/usb/serial/empeg.c
6075 USB SERIAL KEYSPAN DRIVER
6076 P: Greg Kroah-Hartman
6078 L: linux-usb@vger.kernel.org
6079 W: http://www.kroah.com/linux/
6081 F: drivers/usb/serial/*keyspan*
6083 USB SERIAL WHITEHEAT DRIVER
6084 P: Support Department
6085 M: support@connecttech.com
6086 L: linux-usb@vger.kernel.org
6087 W: http://www.connecttech.com
6089 F: drivers/usb/serial/whiteheat*
6091 USB SMSC95XX ETHERNET DRIVER
6092 P: Steve Glendinning
6093 M: steve.glendinning@smsc.com
6094 L: netdev@vger.kernel.org
6096 F: drivers/net/usb/smsc95xx.*
6100 M: luca.risolia@studio.unibo.it
6101 L: linux-usb@vger.kernel.org
6102 L: linux-media@vger.kernel.org
6103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6104 W: http://www.linux-projects.org
6106 F: Documentation/video4linux/sn9c102.txt
6107 F: drivers/media/video/sn9c102/
6110 P: Greg Kroah-Hartman
6112 L: linux-usb@vger.kernel.org
6113 W: http://www.linux-usb.org
6114 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6116 F: Documentation/usb/
6119 F: include/linux/usb.h
6120 F: include/linux/usb/
6124 M: stern@rowland.harvard.edu
6125 L: linux-usb@vger.kernel.org
6127 F: drivers/usb/host/uhci*
6129 USB "USBNET" DRIVER FRAMEWORK
6131 M: dbrownell@users.sourceforge.net
6132 L: netdev@vger.kernel.org
6133 W: http://www.linux-usb.org/usbnet
6135 F: drivers/net/usb/usbnet.c
6136 F: include/linux/usb/usbnet.h
6140 M: laurent.pinchart@skynet.be
6141 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6142 L: linux-media@vger.kernel.org
6143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6144 W: http://linux-uvc.berlios.de
6146 F: drivers/media/video/uvc/
6148 USB W996[87]CF DRIVER
6150 M: luca.risolia@studio.unibo.it
6151 L: linux-usb@vger.kernel.org
6152 L: linux-media@vger.kernel.org
6153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6154 W: http://www.linux-projects.org
6156 F: Documentation/video4linux/w9968cf.txt
6157 F: drivers/media/video/w996*
6159 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6161 M: jussi.kivilinna@mbnet.fi
6162 L: linux-wireless@vger.kernel.org
6164 F: drivers/net/wireless/rndis_wlan.c
6168 M: sarah.a.sharp@intel.com
6169 L: linux-usb@vger.kernel.org
6174 M: luca.risolia@studio.unibo.it
6175 L: linux-usb@vger.kernel.org
6176 L: linux-media@vger.kernel.org
6177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6178 W: http://www.linux-projects.org
6180 F: Documentation/video4linux/zc0301.txt
6181 F: drivers/media/video/zc0301/
6186 L: linux-usb@vger.kernel.org
6187 W: http://linux-lc100020.sourceforge.net
6189 F: drivers/net/wireless/zd1201.*
6193 M: royale@zerezo.com
6194 L: linux-usb@vger.kernel.org
6195 L: linux-media@vger.kernel.org
6196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6197 W: http://royale.zerezo.com/zr364xx/
6199 F: Documentation/video4linux/zr364xx.txt
6200 F: drivers/media/video/zr364xx.c
6202 USER-MODE LINUX (UML)
6204 M: jdike@addtoit.com
6205 L: user-mode-linux-devel@lists.sourceforge.net
6206 L: user-mode-linux-user@lists.sourceforge.net
6207 W: http://user-mode-linux.sourceforge.net
6209 F: Documentation/uml/
6216 M: hjk@linutronix.de
6217 P: Greg Kroah-Hartman
6220 F: Documentation/DocBook/uio-howto.tmpl
6222 F: include/linux/uio*.h
6224 UTIL-LINUX-NG PACKAGE
6227 L: util-linux-ng@vger.kernel.org
6228 W: http://kernel.org/~kzak/util-linux-ng/
6229 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6233 P: Michal Januszewski
6235 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6236 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6238 F: Documentation/fb/uvesafb.txt
6239 F: drivers/video/uvesafb.*
6241 VFAT/FAT/MSDOS FILESYSTEM
6243 M: hirofumi@mail.parknet.co.jp
6245 F: Documentation/filesystems/vfat.txt
6248 VIA RHINE NETWORK DRIVER
6252 F: drivers/net/via-rhine.c
6256 M: khali@linux-fr.org
6257 L: linux-i2c@vger.kernel.org
6259 F: Documentation/i2c/busses/i2c-viapro
6260 F: drivers/i2c/busses/i2c-viapro.c
6262 VIA SD/MMC CARD CONTROLLER DRIVER
6264 M: JosephChan@via.com.tw
6266 M: HaraldWelte@viatech.com
6268 F: drivers/mmc/host/via-sdmmc.c
6270 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6272 M: JosephChan@via.com.tw
6274 M: ScottFang@viatech.com.cn
6275 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6277 F: drivers/video/via/
6279 VIA VELOCITY NETWORK DRIVER
6281 M: romieu@fr.zoreil.com
6282 L: netdev@vger.kernel.org
6284 F: drivers/net/via-velocity.*
6289 L: netdev@vger.kernel.org
6291 F: drivers/net/macvlan.c
6292 F: include/linux/if_*vlan.h
6297 M: florian@openwrt.org
6298 L: openwrt-devel@lists.openwrt.org
6300 F: drivers/vlynq/vlynq.c
6301 F: include/linux/vlynq.h
6303 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6305 M: lrg@slimlogic.co.uk
6307 M: broonie@opensource.wolfsonmicro.com
6308 W: http://opensource.wolfsonmicro.com/node/15
6309 W: http://www.slimlogic.co.uk/?p=48
6310 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6312 F: drivers/regulator/
6313 F: include/linux/regulator/
6315 VT1211 HARDWARE MONITOR DRIVER
6318 L: lm-sensors@lm-sensors.org
6320 F: Documentation/hwmon/vt1211
6321 F: drivers/hwmon/vt1211.c
6323 VT8231 HARDWARE MONITOR DRIVER
6325 M: vt8231@hiddenengine.co.uk
6326 L: lm-sensors@lm-sensors.org
6328 F: drivers/hwmon/vt8231.c
6330 W1 DALLAS'S 1-WIRE BUS
6332 M: johnpol@2ka.mipt.ru
6334 F: Documentation/w1/
6337 W83791D HARDWARE MONITORING DRIVER
6339 M: m.hulsman@tudelft.nl
6340 L: lm-sensors@lm-sensors.org
6342 F: Documentation/hwmon/w83791d
6343 F: drivers/hwmon/w83791d.c
6345 W83793 HARDWARE MONITORING DRIVER
6347 M: r.marek@assembler.cz
6348 L: lm-sensors@lm-sensors.org
6350 F: Documentation/hwmon/w83793
6351 F: drivers/hwmon/w83793.c
6353 W83L51xD SD/MMC CARD INTERFACE DRIVER
6357 F: drivers/mmc/host/wbsd.*
6359 WATCHDOG DEVICE DRIVERS
6362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6364 F: Documentation/watchdog/
6365 F: drivers/watchdog/
6366 F: include/linux/watchdog.h
6368 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6371 L: linux-wireless@vger.kernel.org
6372 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6374 F: Documentation/networking/wavelan.txt
6375 F: drivers/net/wireless/wavelan*
6379 M: zaga@fly.cc.fer.hr
6380 L: linux-scsi@vger.kernel.org
6382 F: drivers/scsi/wd7000.c
6385 P: Inaky Perez-Gonzalez
6386 M: inaky.perez-gonzalez@intel.com
6387 M: linux-wimax@intel.com
6388 L: wimax@linuxwimax.org
6390 W: http://linuxwimax.org
6392 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6394 M: david.vrabel@csr.com
6396 F: include/linux/wlp.h
6399 WISTRON LAPTOP BUTTON DRIVER
6403 F: drivers/input/misc/wistron_btns.c
6405 WL3501 WIRELESS PCMCIA CARD DRIVER
6406 P: Arnaldo Carvalho de Melo
6407 M: acme@ghostprotocols.net
6408 L: linux-wireless@vger.kernel.org
6409 W: http://oops.ghostprotocols.net:81/blog
6411 F: drivers/net/wireless/wl3501*
6413 WM97XX TOUCHSCREEN DRIVERS
6415 M: broonie@opensource.wolfsonmicro.com
6417 M: lrg@slimlogic.co.uk
6418 L: linux-input@vger.kernel.org
6419 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6420 W: http://opensource.wolfsonmicro.com/node/7
6422 F: drivers/input/touchscreen/*wm97*
6423 F: include/linux/wm97xx.h
6427 M: eis@baty.hanse.de
6428 L: linux-x25@vger.kernel.org
6430 F: Documentation/networking/x25*
6434 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6436 M: tglx@linutronix.de
6442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6444 F: Documentation/x86/
6447 XEN HYPERVISOR INTERFACE
6448 P: Jeremy Fitzhardinge
6449 M: jeremy@xensource.com
6451 M: chrisw@sous-sol.org
6452 L: virtualization@lists.osdl.org
6453 L: xen-devel@lists.xensource.com
6456 F: drivers/*/xen-*front.c
6458 F: arch/x86/include/asm/xen/
6462 P: Silicon Graphics Inc
6465 M: xfs-masters@oss.sgi.com
6467 W: http://oss.sgi.com/projects/xfs
6468 T: git git://oss.sgi.com/xfs/xfs.git
6470 F: Documentation/filesystems/xfs.txt
6473 XILINX SYSTEMACE DRIVER
6475 M: grant.likely@secretlab.ca
6476 W: http://www.secretlab.ca/
6478 F: drivers/block/xsysace.c
6480 XILINX UARTLITE SERIAL DRIVER
6482 M: jacmet@sunsite.dk
6483 L: linux-serial@vger.kernel.org
6485 F: drivers/serial/uartlite.c
6487 YAM DRIVER FOR AX.25
6488 P: Jean-Paul Roubelat
6490 L: linux-hams@vger.kernel.org
6492 F: drivers/net/hamradio/yam*
6493 F: include/linux/yam.h
6495 YEALINK PHONE DRIVER
6497 M: Henk.Vergonet@gmail.com
6498 L: usbb2k-api-dev@nongnu.org
6500 F: Documentation/input/yealink.txt
6501 F: drivers/input/misc/yealink.*
6503 Z8530 DRIVER FOR AX.25
6506 W: http://yaina.de/jreuter/
6507 W: http://www.qsl.net/dl1bke/
6508 L: linux-hams@vger.kernel.org
6510 F: Documentation/networking/z8530drv.txt
6511 F: drivers/net/hamradio/*scc.c
6512 F: drivers/net/hamradio/z8530.h
6514 ZD1211RW WIRELESS DRIVER
6518 M: kune@deine-taler.de
6519 W: http://zd1211.ath.cx/wiki/DriverRewrite
6520 L: linux-wireless@vger.kernel.org
6521 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6523 F: drivers/net/wireless/zd1211rw/
6525 ZR36067 VIDEO FOR LINUX DRIVER
6526 L: mjpeg-users@lists.sourceforge.net
6527 L: linux-media@vger.kernel.org
6528 W: http://mjpeg.sourceforge.net/driver-zoran/
6529 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6531 F: drivers/media/video/zoran/
6533 ZS DECSTATION Z85C30 SERIAL DRIVER
6534 P: Maciej W. Rozycki
6535 M: macro@linux-mips.org
6537 F: drivers/serial/zs.*
6541 M: torvalds@linux-foundation.org
6542 L: linux-kernel@vger.kernel.org
6543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6544 S: Buried alive in reporters