2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
161 M: alan@lxorguk.ukuu.org.uk
162 L: linux-serial@vger.kernel.org
163 W: http://serial.sourceforge.net
165 F: drivers/serial/8250*
166 F: include/linux/serial_8250.h
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
170 M: p_gortmaker@yahoo.com
171 L: netdev@vger.kernel.org
173 F: drivers/net/*8390*
174 F: drivers/net/ax88796.c
177 P: Eric Van Hensbergen
180 M: rminnich@sandia.gov
183 L: v9fs-developer@lists.sourceforge.net
184 W: http://swik.net/v9fs
185 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
187 F: Documentation/filesystems/9p.txt
190 A2232 SERIAL BOARD DRIVER
193 L: linux-m68k@lists.linux-m68k.org
195 F: drivers/char/ser_a2232*
197 AACRAID SCSI RAID DRIVER
198 P: Adaptec OEM Raid Solutions
199 M: aacraid@adaptec.com
200 L: linux-scsi@vger.kernel.org
201 W: http://www.adaptec.com/
203 F: Documentation/scsi/aacraid.txt
204 F: drivers/scsi/aacraid/
206 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
208 M: j.w.r.degoede@hhs.nl
209 L: lm-sensors@lm-sensors.org
211 F: drivers/hwmon/abituguru.c
213 ABIT UGURU 3 HARDWARE MONITOR DRIVER
214 P: Alistair John Strachan
215 M: alistair@devzero.co.uk
216 L: lm-sensors@lm-sensors.org
218 F: drivers/hwmon/abituguru3.c
222 M: jes@trained-monkey.org
223 L: linux-acenic@sunsite.dk
225 F: drivers/net/acenic*
227 ACER WMI LAPTOP EXTRAS
229 M: carlos@strangeworlds.co.uk
230 L: aceracpi@googlegroups.com (subscribers-only)
231 W: http://code.google.com/p/aceracpi
233 F: drivers/platform/x86/acer-wmi.c
238 L: linux-acpi@vger.kernel.org
239 W: http://www.lesswatts.org/projects/acpi/
240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
243 F: drivers/pnp/pnpacpi/
244 F: include/linux/acpi.h
247 P: Alexey Starikovskiy
248 M: astarikovskiy@suse.de
249 L: linux-acpi@vger.kernel.org
250 W: http://www.lesswatts.org/projects/acpi/
252 F: drivers/acpi/battery.c
253 F: drivers/acpi/*sbs*
256 P: Alexey Starikovskiy
257 M: astarikovskiy@suse.de
258 L: linux-acpi@vger.kernel.org
259 W: http://www.lesswatts.org/projects/acpi/
265 M: rui.zhang@intel.com
266 L: linux-acpi@vger.kernel.org
267 W: http://www.lesswatts.org/projects/acpi/
269 F: drivers/acpi/fan.c
271 ACPI PCI HOTPLUG DRIVER
272 P: Kristen Carlson Accardi
273 M: kristen.c.accardi@intel.com
274 L: linux-pci@vger.kernel.org
276 F: drivers/pci/hotplug/acpi*
280 M: rui.zhang@intel.com
281 L: linux-acpi@vger.kernel.org
282 W: http://www.lesswatts.org/projects/acpi/
284 F: drivers/acpi/*thermal*
288 M: rui.zhang@intel.com
289 L: linux-acpi@vger.kernel.org
290 W: http://www.lesswatts.org/projects/acpi/
292 F: drivers/acpi/video.c
296 M: carlos@strangeworlds.co.uk
297 L: linux-acpi@vger.kernel.org
298 W: http://www.lesswatts.org/projects/acpi/
300 F: drivers/platform/x86/wmi.c
302 AD1889 ALSA SOUND DRIVER
306 M: T-Bone@parisc-linux.org
307 W: http://wiki.parisc-linux.org/AD1889
308 L: linux-parisc@vger.kernel.org
310 F: sound/pci/ad1889.*
312 ADM1025 HARDWARE MONITOR DRIVER
314 M: khali@linux-fr.org
315 L: lm-sensors@lm-sensors.org
317 F: Documentation/hwmon/adm1025
318 F: drivers/hwmon/adm1025.c
320 ADM1029 HARDWARE MONITOR DRIVER
322 M: corentin.labbe@geomatys.fr
323 L: lm-sensors@lm-sensors.org
325 F: drivers/hwmon/adm1029.c
327 ADM8211 WIRELESS DRIVER
329 M: flamingice@sourmilk.net
330 L: linux-wireless@vger.kernel.org
331 W: http://linuxwireless.org/
332 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
334 F: drivers/net/wireless/adm8211.*
340 F: drivers/macintosh/therm_adt746x.c
345 L: linux-scsi@vger.kernel.org
347 F: Documentation/scsi/advansys.txt
348 F: drivers/scsi/advansys.c
351 P: Riccardo Facchetti
354 F: sound/oss/aedsp16.c
358 M: zippel@linux-m68k.org
360 F: Documentation/filesystems/affs.txt
363 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
365 M: dhowells@redhat.com
366 L: linux-afs@lists.infradead.org
369 F: include/net/af_rxrpc.h
370 F: net/rxrpc/af_rxrpc.c
375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
378 F: include/linux/agp*
381 P: Juergen E. Fischer
383 L: linux-scsi@vger.kernel.org
385 F: drivers/scsi/aha152x*
386 F: drivers/scsi/pcmcia/aha152x*
388 AIC7XXX / AIC79XX SCSI DRIVER
391 L: linux-scsi@vger.kernel.org
393 F: drivers/scsi/aic7xxx/
394 F: drivers/scsi/aic7xxx_old/
399 L: linux-aio@kvack.org
402 F: include/linux/*aio*.h
404 ALCATEL SPEEDTOUCH USB DRIVER
406 M: duncan.sands@free.fr
407 L: linux-usb@vger.kernel.org
408 W: http://www.linux-usb.org/SpeedTouch/
410 F: drivers/usb/atm/speedtch.c
411 F: drivers/usb/atm/usbatm.c
413 ALCHEMY AU1XX0 MMC DRIVER
415 M: manuel.lauss@gmail.com
417 F: drivers/mmc/host/au1xmmc.c
421 M: r.marek@assembler.cz
422 L: linux-i2c@vger.kernel.org
424 F: Documentation/i2c/busses/i2c-ali1563
425 F: drivers/i2c/busses/i2c-ali1563.c
430 S: Odd Fixes for 2.4; Maintained for 2.6.
432 M: ink@jurassic.park.msu.ru
433 S: Maintained for 2.4; PCI support for 2.6.
434 L: linux-alpha@vger.kernel.org
437 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
439 M: dahlmann.thomas@arcor.de
440 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
442 F: drivers/usb/gadget/amd5536udc.*
444 AMD GEODE PROCESSOR/CHIPSET SUPPORT
446 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
447 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
449 F: arch/x86/kernel/geode_32.c
450 F: drivers/char/hw_random/geode-rng.c
451 F: drivers/crypto/geode*
452 F: drivers/video/geode/
453 F: arch/x86/include/asm/geode.h
457 M: joerg.roedel@amd.com
458 L: iommu@lists.linux-foundation.org
459 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
461 F: arch/x86/kernel/amd_iommu*.c
462 F: arch/x86/include/asm/amd_iommu*.h
464 AMD MICROCODE UPDATE SUPPORT
466 M: andreas.herrmann3@amd.com
467 L: amd64-microcode@amd64.org
469 F: arch/x86/kernel/microcode_amd.c
471 AMS (Apple Motion Sensor) DRIVER
473 M: stelian@popies.net
474 P: Michael Hanselmann
475 M: linux-kernel@hansmi.ch
477 F: drivers/hwmon/ams/
481 M: tom@opengridcomputing.com
483 M: swise@opengridcomputing.com
484 L: general@lists.openfabrics.org
486 F: drivers/infiniband/hw/amso1100/
488 AOA (Apple Onboard Audio) ALSA DRIVER
490 M: johannes@sipsolutions.net
491 L: linuxppc-dev@ozlabs.org
492 L: alsa-devel@alsa-project.org (subscribers-only)
498 M: sfr@canb.auug.org.au
499 L: linux-laptop@vger.kernel.org
500 W: http://www.canb.auug.org.au/~sfr/
502 F: arch/x86/kernel/apm_32.c
503 F: include/linux/apm_bios.h
505 APPLE BCM5974 MULTITOUCH DRIVER
507 M: rydberg@euromail.se
508 L: linux-input@vger.kernel.org
510 F: drivers/input/mouse/bcm5974.c
514 M: nicolas@boichat.ch
515 L: mactel-linux-devel@lists.sourceforge.net
517 F: drivers/hwmon/applesmc.c
519 APPLETALK NETWORK LAYER
520 P: Arnaldo Carvalho de Melo
521 M: acme@ghostprotocols.net
523 F: drivers/net/appletalk/
526 APPLETOUCH TOUCHPAD DRIVER
528 M: johannes@sipsolutions.net
529 L: linux-input@vger.kernel.org
531 F: Documentation/input/appletouch.txt
532 F: drivers/input/mouse/appletouch.c
534 ARC FRAMEBUFFER DRIVER
536 M: jayalk@intworks.biz
538 F: drivers/video/arcfb.c
539 F: drivers/video/fb_defio.c
541 ARM MFM AND FLOPPY DRIVERS
545 F: arch/arm/lib/floppydma.S
546 F: arch/arm/include/asm/floppy.h
550 M: linux@arm.linux.org.uk
551 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552 W: http://www.arm.linux.org.uk/
556 ARM PRIMECELL MMCI PL180/1 DRIVER
558 F: drivers/mmc/host/mmci.*
560 ARM/ADI ROADRUNNER MACHINE SUPPORT
562 M: kernel@wantstofly.org
563 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565 F: arch/arm/mach-ixp23xx/
566 F: arch/arm/mach-ixp23xx/include/mach/
568 ARM/ADS SPHERE MACHINE SUPPORT
570 M: kernel@wantstofly.org
571 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574 ARM/AFEB9260 MACHINE SUPPORT
576 M: slapin@ossfans.org
577 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 ARM/AJECO 1ARM MACHINE SUPPORT
582 M: kernel@wantstofly.org
583 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
588 M: linux@maxim.org.za
589 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590 W: http://maxim.org.za/at91_26.html
593 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
595 M: kernel@wantstofly.org
596 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
601 M: kernel@wantstofly.org
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 M: linux@arm.linux.org.uk
608 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
609 F: arch/arm/common/clkdev.c
610 F: arch/arm/include/asm/clkdev.h
612 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
614 M: mike@compulab.co.il
615 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
618 ARM/CORGI MACHINE SUPPORT
623 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
625 M: paulius.zaleckas@teltonika.lt
626 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
627 T: git git://gitorious.org/linux-gemini/mainline.git
629 F: arch/arm/mach-gemini/
631 ARM/EBSA110 MACHINE SUPPORT
633 M: linux@arm.linux.org.uk
634 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
635 W: http://www.arm.linux.org.uk/
637 F: arch/arm/mach-ebsa110/
638 F: drivers/net/arm/am79c961a.*
640 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
644 M: stefan@openezx.org
646 M: laforge@openezx.org
647 L: openezx-devel@lists.openezx.org (subscribers-only)
648 W: http://www.openezx.org/
651 ARM/FARADAY FA526 PORT
653 M: paulius.zaleckas@teltonika.lt
654 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
658 ARM/FOOTBRIDGE ARCHITECTURE
660 M: linux@arm.linux.org.uk
661 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
662 W: http://www.arm.linux.org.uk/
664 F: arch/arm/include/asm/hardware/dec21285.h
665 F: arch/arm/mach-footbridge/
667 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
669 M: kernel@pengutronix.de
670 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
675 M: kernel@wantstofly.org
676 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
679 ARM/GUMSTIX MACHINE SUPPORT
682 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
685 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
687 M: philipp.zabel@gmail.com
689 F: arch/arm/mach-pxa/hx4700.c
690 F: arch/arm/mach-pxa/include/mach/hx4700.h
692 ARM/HP JORNADA 7XX MACHINE SUPPORT
693 P: Kristoffer Ericson
694 M: kristoffer.ericson@gmail.com
698 ARM/INTEL IOP32X ARM ARCHITECTURE
700 M: kernel@wantstofly.org
702 M: dan.j.williams@intel.com
703 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706 ARM/INTEL IOP33X ARM ARCHITECTURE
708 M: dan.j.williams@intel.com
709 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712 ARM/INTEL IOP13XX ARM ARCHITECTURE
714 M: kernel@wantstofly.org
716 M: dan.j.williams@intel.com
717 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
720 ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXP2000 ARM ARCHITECTURE
730 M: kernel@wantstofly.org
731 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
734 ARM/INTEL IXDP2850 MACHINE SUPPORT
736 M: kernel@wantstofly.org
737 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
740 ARM/INTEL IXP23XX ARM ARCHITECTURE
742 M: kernel@wantstofly.org
743 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
746 ARM/INTEL XSC3 (MANZANO) ARM CORE
748 M: kernel@wantstofly.org
750 M: dan.j.williams@intel.com
751 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
754 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
756 M: kernel@wantstofly.org
757 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
760 ARM/LOGICPD PXA270 MACHINE SUPPORT
762 M: kernel@wantstofly.org
763 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
766 ARM/MAGICIAN MACHINE SUPPORT
768 M: philipp.zabel@gmail.com
771 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
772 P: Michael Petchkovsky
773 M: mkpetch@internode.on.net
776 ARM/TOSA MACHINE SUPPORT
777 P: Dmitry Eremin-Solenikov
778 M: dbaryshkov@gmail.com
780 M: dirk@opfer-online.de
783 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
785 M: marek.vasut@gmail.com
786 W: http://hackndev.com
791 M: slapin@ossfans.org
792 W: http://hackndev.com
797 M: pleb@gelato.unsw.edu.au
798 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
801 ARM/PT DIGITAL BOARD PORT
803 M: stefan.eletzhofer@eletztrick.de
804 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
805 W: http://www.arm.linux.org.uk/
808 ARM/RADISYS ENP2611 MACHINE SUPPORT
810 M: kernel@wantstofly.org
811 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
814 ARM/RISCPC ARCHITECTURE
816 M: linux@arm.linux.org.uk
817 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
818 W: http://www.arm.linux.org.uk/
820 F: arch/arm/common/time-acorn.c
821 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
822 F: arch/arm/include/asm/hardware/ioc.h
823 F: arch/arm/include/asm/hardware/iomd.h
824 F: arch/arm/include/asm/hardware/memc.h
825 F: arch/arm/mach-rpc/
826 F: drivers/net/arm/ether*
829 ARM/SHARK MACHINE SUPPORT
831 M: alex@shark-linux.de
832 W: http://www.shark-linux.de/shark.html
835 ARM/S3C2410 ARM ARCHITECTURE
837 M: ben-linux@fluff.org
838 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
839 W: http://www.fluff.org/ben/linux/
842 ARM/S3C2440 ARM ARCHITECTURE
844 M: ben-linux@fluff.org
845 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
846 W: http://www.fluff.org/ben/linux/
849 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
851 M: kernel@wantstofly.org
852 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
855 ARM/THECUS N2100 MACHINE SUPPORT
857 M: kernel@wantstofly.org
858 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 ARM/NUVOTON W90X900 ARM ARCHITECTURE
863 M: mcuos.com@gmail.com
864 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
865 W: http://www.mcuos.com
870 M: linux@arm.linux.org.uk
871 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
872 W: http://www.arm.linux.org.uk/
878 L: netdev@vger.kernel.org
882 ASUS ACPI EXTRAS DRIVER
884 M: corentincj@iksaif.net
886 M: sziwan@users.sourceforge.net
887 L: acpi4asus-user@lists.sourceforge.net
888 W: http://sourceforge.net/projects/acpi4asus
889 W: http://xf.iksaif.net/acpi4asus
891 F: arch/x86/kernel/acpi/boot.c
892 F: drivers/platform/x86/asus_acpi.c
894 ASUS ASB100 HARDWARE MONITOR DRIVER
896 M: mhoffman@lightlink.com
897 L: lm-sensors@lm-sensors.org
899 F: drivers/hwmon/asb100.c
901 ASUS LAPTOP EXTRAS DRIVER
903 M: corentincj@iksaif.net
904 L: acpi4asus-user@lists.sourceforge.net
905 W: http://sourceforge.net/projects/acpi4asus
906 W: http://xf.iksaif.net/acpi4asus
908 F: drivers/platform/x86/asus-laptop.c
910 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
912 M: dan.j.williams@intel.com
914 M: maciej.sosnowski@intel.com
915 L: linux-kernel@vger.kernel.org
916 W: http://sourceforge.net/projects/xscaleiop
918 F: Documentation/crypto/async-tx-api.txt
921 F: include/linux/dmaengine.h
922 F: include/linux/async_tx.h
924 ATA OVER ETHERNET (AOE) DRIVER
926 M: ecashin@coraid.com
927 W: http://www.coraid.com/support/linux
929 F: Documentation/aoe/
930 F: drivers/block/aoe/
932 ATHEROS ATH5K WIRELESS DRIVER
934 M: jirislaby@gmail.com
936 M: mickflemm@gmail.com
938 M: lrodriguez@atheros.com
940 M: me@bobcopeland.com
941 L: linux-wireless@vger.kernel.org
942 L: ath5k-devel@lists.ath5k.org
944 F: drivers/net/wireless/ath5k/
946 ATHEROS ATH9K WIRELESS DRIVER
948 M: lrodriguez@atheros.com
950 M: jmalinen@atheros.com
952 M: Sujith.Manoharan@atheros.com
953 P: Vasanthakumar Thiagarajan
954 M: vasanth@atheros.com
955 P: Senthil Balasubramanian
956 M: senthilkumar@atheros.com
957 L: linux-wireless@vger.kernel.org
958 L: ath9k-devel@lists.ath9k.org
960 F: drivers/net/wireless/ath9k/
962 ATHEROS AR9170 WIRELESS DRIVER
963 P: Christian Lamparter
965 L: linux-wireless@vger.kernel.org
966 W: http://wireless.kernel.org/en/users/Drivers/ar9170
968 F: drivers/net/wireless/ar9170/
974 F: drivers/input/misc/ati_remote2.c
976 ATLX ETHERNET DRIVERS
978 M: jcliburn@gmail.com
982 M: jie.yang@atheros.com
983 L: atl1-devel@lists.sourceforge.net
984 W: http://sourceforge.net/projects/atl1
985 W: http://atl1.sourceforge.net
991 M: chas@cmf.nrl.navy.mil
992 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
993 L: netdev@vger.kernel.org
994 W: http://linux-atm.sourceforge.net
997 F: include/linux/atm*
999 ATMEL AT91 MCI DRIVER
1001 M: nicolas.ferre@atmel.com
1002 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1003 W: http://www.atmel.com/products/AT91/
1004 W: http://www.at91.com/
1006 F: drivers/mmc/host/at91_mci.c
1008 ATMEL AT91 / AT32 SERIAL DRIVER
1009 P: Haavard Skinnemoen
1010 M: hskinnemoen@atmel.com
1011 L: linux-kernel@vger.kernel.org
1013 F: drivers/serial/atmel_serial.c
1017 M: nicolas.ferre@atmel.com
1018 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1020 F: drivers/video/atmel_lcdfb.c
1021 F: include/video/atmel_lcdc.h
1023 ATMEL MACB ETHERNET DRIVER
1024 P: Haavard Skinnemoen
1025 M: hskinnemoen@atmel.com
1027 F: drivers/net/macb.*
1030 P: Haavard Skinnemoen
1031 M: hskinnemoen@atmel.com
1033 F: drivers/spi/atmel_spi.*
1035 ATMEL USBA UDC DRIVER
1036 P: Haavard Skinnemoen
1037 M: hskinnemoen@atmel.com
1038 L: kernel@avr32linux.org
1039 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1041 F: drivers/usb/gadget/atmel_usba_udc.*
1043 ATMEL WIRELESS DRIVER
1045 M: simon@thekelleys.org.uk
1046 L: linux-wireless@vger.kernel.org
1047 W: http://www.thekelleys.org.uk/atmel
1048 W: http://atmelwlandriver.sourceforge.net/
1050 F: drivers/net/wireless/atmel*
1054 M: viro@zeniv.linux.org.uk
1056 M: eparis@redhat.com
1057 L: linux-audit@redhat.com (subscribers-only)
1058 W: http://people.redhat.com/sgrubb/audit/
1059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1061 F: include/linux/audit.h
1064 AUXILIARY DISPLAY DRIVERS
1065 P: Miguel Ojeda Sandonis
1066 M: miguel.ojeda.sandonis@gmail.com
1067 L: linux-kernel@vger.kernel.org
1068 W: http://miguelojeda.es/auxdisplay.htm
1069 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1071 F: drivers/auxdisplay/
1072 F: include/linux/cfag12864b.h
1075 P: Haavard Skinnemoen
1076 M: hskinnemoen@atmel.com
1077 W: http://www.atmel.com/products/AVR32/
1078 W: http://avr32linux.org/
1079 W: http://avrfreaks.net/
1083 AVR32/AT32AP MACHINE SUPPORT
1084 P: Haavard Skinnemoen
1085 M: hskinnemoen@atmel.com
1087 F: arch/avr32/mach-at32ap/
1091 M: ralf@linux-mips.org
1092 L: linux-hams@vger.kernel.org
1093 W: http://www.linux-ax25.org/
1095 F: include/linux/ax25.h
1096 F: include/net/ax25.h
1103 M: stefano.brivio@polimi.it
1104 L: linux-wireless@vger.kernel.org
1105 W: http://linuxwireless.org/en/users/Drivers/b43
1107 F: drivers/net/wireless/b43/
1109 B43LEGACY WIRELESS DRIVER
1111 M: Larry.Finger@lwfinger.net
1113 M: stefano.brivio@polimi.it
1114 L: linux-wireless@vger.kernel.org
1115 W: http://linuxwireless.org/en/users/Drivers/b43
1117 F: drivers/net/wireless/b43legacy/
1119 BACKLIGHT CLASS/SUBSYSTEM
1121 M: rpurdie@rpsys.net
1123 F: drivers/video/backlight/
1124 F: include/linux/backlight.h
1126 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1128 M: t.sailer@alumni.ethz.ch
1129 L: linux-hams@vger.kernel.org
1130 W: http://www.baycom.org/~tom/ham/ham.html
1132 F: drivers/net/hamradio/baycom*
1135 P: Sergey S. Kostyliov
1136 M: rathamahata@php4.ru
1137 L: linux-kernel@vger.kernel.org
1139 F: Documentation/filesystems/befs.txt
1143 P: Tigran A. Aivazian
1144 M: tigran@aivazian.fsnet.co.uk
1145 L: linux-kernel@vger.kernel.org
1147 F: Documentation/filesystems/bfs.txt
1149 F: include/linux/bfs_fs.h
1151 BLACKFIN ARCHITECTURE
1153 M: vapier@gentoo.org
1154 L: uclinux-dist-devel@blackfin.uclinux.org
1155 W: http://blackfin.uclinux.org
1159 BLACKFIN EMAC DRIVER
1160 P: Michael Hennerich
1161 M: michael.hennerich@analog.com
1162 L: uclinux-dist-devel@blackfin.uclinux.org
1163 W: http://blackfin.uclinux.org
1165 F: drivers/net/bfin_mac.*
1169 M: vapier.adi@gmail.com
1170 L: uclinux-dist-devel@blackfin.uclinux.org
1171 W: http://blackfin.uclinux.org
1173 F: drivers/rtc/rtc-bfin.c
1175 BLACKFIN SERIAL DRIVER
1177 M: sonic.zhang@analog.com
1178 L: uclinux-dist-devel@blackfin.uclinux.org
1179 W: http://blackfin.uclinux.org
1181 F: drivers/serial/bfin_5xx.c
1183 BLACKFIN WATCHDOG DRIVER
1185 M: vapier.adi@gmail.com
1186 L: uclinux-dist-devel@blackfin.uclinux.org
1187 W: http://blackfin.uclinux.org
1189 F: drivers/watchdog/bfin_wdt.c
1191 BLACKFIN I2C TWI DRIVER
1193 M: sonic.zhang@analog.com
1194 L: uclinux-dist-devel@blackfin.uclinux.org
1195 W: http://blackfin.uclinux.org/
1197 F: drivers/i2c/busses/i2c-bfin-twi.c
1202 L: linux-kernel@vger.kernel.org
1203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1209 M: joern@lazybastard.org
1210 L: linux-mtd@lists.infradead.org
1212 F: drivers/mtd/devices/block2mtd.c
1216 M: marcel@holtmann.org
1217 L: linux-bluetooth@vger.kernel.org
1218 W: http://www.bluez.org/
1220 F: drivers/bluetooth/
1224 M: marcel@holtmann.org
1225 L: linux-bluetooth@vger.kernel.org
1226 W: http://www.bluez.org/
1227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1230 F: include/net/bluetooth/
1235 L: bonding-devel@lists.sourceforge.net
1236 W: http://sourceforge.net/projects/bonding/
1238 F: drivers/net/bonding/
1239 F: include/linux/if_bonding.h
1241 BROADCOM B44 10/100 ETHERNET DRIVER
1243 M: zambrano@broadcom.com
1244 L: netdev@vger.kernel.org
1246 F: drivers/net/b44.*
1248 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/bnx2.*
1254 F: drivers/net/bnx2_*
1256 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1258 M: eilong@broadcom.com
1259 L: netdev@vger.kernel.org
1261 F: drivers/net/bnx2x*
1263 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1265 M: mcarlson@broadcom.com
1267 M: mchan@broadcom.com
1268 L: netdev@vger.kernel.org
1270 F: drivers/net/tg3.*
1272 BSG (block layer generic sg v4 driver)
1274 M: fujita.tomonori@lab.ntt.co.jp
1275 L: linux-scsi@vger.kernel.org
1278 F: include/linux/bsg.h
1283 W: http://bu3sch.de/btgpio.php
1285 F: drivers/gpio/bt8xxgpio.c
1289 M: chris.mason@oracle.com
1290 L: linux-btrfs@vger.kernel.org
1291 W: http://btrfs.wiki.kernel.org/
1292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1294 F: Documentation/filesystems/btrfs.txt
1297 BTTV VIDEO4LINUX DRIVER
1298 P: Mauro Carvalho Chehab
1299 M: mchehab@infradead.org
1300 L: linux-media@vger.kernel.org
1301 W: http://linuxtv.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/bttv/
1305 F: drivers/media/video/bt8xx/bttv*
1307 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1309 M: dhowells@redhat.com
1310 L: linux-cachefs@redhat.com
1312 F: Documentation/filesystems/caching/cachefiles.txt
1315 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1318 L: linux-media@vger.kernel.org
1319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1321 F: Documentation/video4linux/cafe_ccic
1322 F: drivers/media/video/cafe_ccic*
1324 CALGARY x86-64 IOMMU
1329 L: linux-kernel@vger.kernel.org
1330 L: discuss@x86-64.org
1332 F: arch/x86/kernel/pci-calgary_64.c
1333 F: arch/x86/kernel/tce_64.c
1334 F: arch/x86/include/asm/calgary.h
1335 F: arch/x86/include/asm/tce.h
1339 M: urs.thuermann@volkswagen.de
1341 M: oliver.hartkopp@volkswagen.de
1342 L: socketcan-core@lists.berlios.de (subscribers-only)
1343 W: http://developer.berlios.de/projects/socketcan/
1346 F: include/linux/can/
1347 F: include/linux/can.h
1350 P: Wolfgang Grandegger
1351 M: wg@grandegger.com
1352 L: socketcan-core@lists.berlios.de (subscribers-only)
1353 W: http://developer.berlios.de/projects/socketcan/
1356 CELL BROADBAND ENGINE ARCHITECTURE
1359 L: linuxppc-dev@ozlabs.org
1360 L: cbe-oss-dev@ozlabs.org
1361 W: http://www.ibm.com/developerworks/power/cell/
1363 F: arch/powerpc/include/asm/cell*.h
1364 F: arch/powerpc/include/asm/spu*.h
1365 F: arch/powerpc/oprofile/*cell*
1366 F: arch/powerpc/platforms/cell/
1368 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1370 M: david.vrabel@csr.com
1371 L: linux-usb@vger.kernel.org
1373 F: Documentation/usb/WUSB-Design-overview.txt
1374 F: Documentation/usb/wusb-cbaf
1375 F: drivers/usb/wusbcore/
1376 F: include/linux/usb/wusb*
1378 CFAG12864B LCD DRIVER
1379 P: Miguel Ojeda Sandonis
1380 M: miguel.ojeda.sandonis@gmail.com
1381 L: linux-kernel@vger.kernel.org
1382 W: http://miguelojeda.es/auxdisplay.htm
1383 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1385 F: drivers/auxdisplay/cfag12864b.c
1386 F: include/linux/cfag12864b.h
1388 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1389 P: Miguel Ojeda Sandonis
1390 M: miguel.ojeda.sandonis@gmail.com
1391 L: linux-kernel@vger.kernel.org
1392 W: http://miguelojeda.es/auxdisplay.htm
1393 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1395 F: drivers/auxdisplay/cfag12864bfb.c
1396 F: include/linux/cfag12864b.h
1398 CFG80211 and NL80211
1400 M: johannes@sipsolutions.net
1401 L: linux-wireless@vger.kernel.org
1403 F: include/linux/nl80211.h
1404 F: include/net/cfg80211.h
1406 X: net/wireless/wext*
1410 M: apw@canonical.com
1411 L: linux-kernel@vger.kernel.org
1413 F: scripts/checkpatch.pl
1415 CISCO 10G ETHERNET DRIVER
1417 M: scofeldm@cisco.com
1419 M: jeykholt@cisco.com
1421 F: drivers/net/enic/
1423 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1424 P: Lennert Buytenhek
1425 M: kernel@wantstofly.org
1426 L: netdev@vger.kernel.org
1428 F: drivers/net/arm/ep93xx_eth.c
1430 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1431 P: Lennert Buytenhek
1432 M: kernel@wantstofly.org
1433 L: linux-usb@vger.kernel.org
1435 F: drivers/usb/host/ohci-ep93xx.c
1437 CIRRUS LOGIC CS4270 SOUND DRIVER
1439 M: timur@freescale.com
1440 L: alsa-devel@alsa-project.org
1442 F: sound/soc/codecs/cs4270*
1444 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1445 P: Cirrus Logic Corporation (kernel 2.2 driver)
1446 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1447 P: Nils Faerber (port to kernel 2.4)
1448 M: Nils Faerber <nils@kernelconcepts.de>
1450 F: Documentation/input/cs461x.txt
1451 F: sound/pci/cs46xx/
1455 M: linux@arm.linux.org.uk
1456 F: include/linux/clk.h
1458 CISCO FCOE HBA DRIVER
1459 P: Abhijeet Joglekar
1460 M: abjoglek@cisco.com
1462 M: jeykholt@cisco.com
1463 L: linux-scsi@vger.kernel.org
1468 M: jaharkes@cs.cmu.edu
1470 L: codalist@coda.cs.cmu.edu
1471 W: http://www.coda.cs.cmu.edu/
1473 F: Documentation/filesystems/coda.txt
1475 F: include/linux/coda*.h
1477 COMMON INTERNET FILE SYSTEM (CIFS)
1479 M: sfrench@samba.org
1480 L: linux-cifs-client@lists.samba.org
1481 L: samba-technical@lists.samba.org
1482 W: http://linux-cifs.samba.org/
1483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1485 F: Documentation/filesystems/cifs.txt
1488 COMPACTPCI HOTPLUG CORE
1490 M: scottm@somanetworks.com
1491 M: scott@spiteful.org
1492 L: linux-pci@vger.kernel.org
1494 F: drivers/pci/hotplug/cpci_hotplug*
1496 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1498 M: scottm@somanetworks.com
1499 M: scott@spiteful.org
1500 L: linux-pci@vger.kernel.org
1502 F: drivers/pci/hotplug/cpcihp_zt5550.*
1504 COMPACTPCI HOTPLUG GENERIC DRIVER
1506 M: scottm@somanetworks.com
1507 M: scott@spiteful.org
1508 L: linux-pci@vger.kernel.org
1510 F: drivers/pci/hotplug/cpcihp_generic.c
1512 COMPAL LAPTOP SUPPORT
1513 P: Cezary Jackiewicz
1514 M: cezary.jackiewicz@gmail.com
1516 F: drivers/platform/x86/compal-laptop.c
1518 COMPUTONE INTELLIPORT MULTIPORT CARD
1519 P: Michael H. Warfield
1521 W: http://www.wittsend.com/computone.html
1523 F: Documentation/serial/computone.txt
1524 F: drivers/char/ip2/
1526 CONEXANT ACCESSRUNNER USB DRIVER
1528 M: cxacru@fire.lp0.eu
1529 L: accessrunner-general@lists.sourceforge.net
1530 W: http://accessrunner.sourceforge.net/
1532 F: drivers/usb/atm/cxacru.c
1536 M: joel.becker@oracle.com
1537 L: linux-kernel@vger.kernel.org
1540 F: include/linux/configfs.h
1542 CONTROL GROUPS (CGROUPS)
1544 M: menage@google.com
1546 M: lizf@cn.fujitsu.com
1547 L: containers@lists.linux-foundation.org
1549 F: include/linux/cgroup*
1552 CORETEMP HARDWARE MONITORING DRIVER
1554 M: r.marek@assembler.cz
1555 L: lm-sensors@lm-sensors.org
1557 F: Documentation/hwmon/coretemp
1558 F: drivers/hwmon/coretemp.c
1560 COSA/SRP SYNC SERIAL DRIVER
1561 P: Jan "Yenya" Kasprzak
1563 W: http://www.fi.muni.cz/~kas/cosa/
1565 F: drivers/net/wan/cosa*
1567 CPMAC ETHERNET DRIVER
1569 M: florian@openwrt.org
1570 L: netdev@vger.kernel.org
1572 F: drivers/net/cpmac.c
1574 CPU FREQUENCY DRIVERS
1577 L: cpufreq@vger.kernel.org
1578 W: http://www.codemonkey.org.uk/projects/cpufreq/
1579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1581 F: arch/x86/kernel/cpu/cpufreq/
1583 F: include/linux/cpufreq.h
1589 F: arch/x86/kernel/cpuid.c
1590 F: arch/x86/kernel/msr.c
1594 M: menage@google.com
1595 L: linux-kernel@vger.kernel.org
1596 W: http://www.bullopensource.org/cpuset/
1597 W: http://oss.sgi.com/projects/cpusets/
1599 F: Documentation/cgroups/cpusets.txt
1600 F: include/linux/cpuset.h
1604 W: http://sourceforge.net/projects/cramfs/
1606 F: Documentation/filesystems/cramfs.txt
1613 M: jesper.nilsson@axis.com
1614 L: dev-etrax@axis.com
1615 W: http://developer.axis.com
1621 M: herbert@gondor.apana.org.au
1623 M: davem@davemloft.net
1624 L: linux-crypto@vger.kernel.org
1625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1627 F: Documentation/crypto/
1633 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1635 M: nhorman@tuxdriver.com
1636 L: linux-crypto@vger.kernel.org
1639 CS5535 Audio ALSA driver
1641 M: jayakumar.alsa@gmail.com
1643 F: sound/pci/cs5535audio/
1645 CX18 VIDEO4LINUX DRIVER
1647 M: hverkuil@xs4all.nl
1650 L: ivtv-devel@ivtvdriver.org
1651 L: ivtv-users@ivtvdriver.org
1652 L: linux-media@vger.kernel.org
1653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1654 W: http://linuxtv.org
1656 F: Documentation/video4linux/cx18.txt
1657 F: drivers/media/video/cx18/
1659 CXGB3 ETHERNET DRIVER (CXGB3)
1662 L: netdev@vger.kernel.org
1663 W: http://www.chelsio.com
1665 F: drivers/net/cxgb3/
1667 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1669 M: swise@chelsio.com
1670 L: general@lists.openfabrics.org
1671 W: http://www.openfabrics.org
1673 F: drivers/infiniband/hw/cxgb3/
1677 M: linux@arm.linux.org.uk
1678 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1679 W: http://www.arm.linux.org.uk/
1681 F: drivers/video/cyber2000fb.*
1683 CYCLADES 2X SYNC CARD DRIVER
1684 P: Arnaldo Carvalho de Melo
1685 M: acme@ghostprotocols.net
1686 W: http://oops.ghostprotocols.net:81/blog
1688 F: drivers/net/wan/cycx*
1690 CYCLADES ASYNC MUX DRIVER
1691 W: http://www.cyclades.com/
1693 F: drivers/char/cyclades.c
1694 F: include/linux/cyclades.h
1696 CYCLADES PC300 DRIVER
1697 W: http://www.cyclades.com/
1699 F: drivers/net/wan/pc300*
1701 DAMA SLAVE for AX.25
1704 W: http://yaina.de/jreuter/
1705 W: http://www.qsl.net/dl1bke/
1706 L: linux-hams@vger.kernel.org
1708 F: net/ax25/af_ax25.c
1709 F: net/ax25/ax25_dev.c
1710 F: net/ax25/ax25_ds_*
1711 F: net/ax25/ax25_in.c
1712 F: net/ax25/ax25_out.c
1713 F: net/ax25/ax25_timer.c
1714 F: net/ax25/sysctl_net_ax25.c
1716 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1718 M: tori@unhappy.mine.nu
1719 L: netdev@vger.kernel.org
1721 F: Documentation/networking/dmfe.txt
1722 F: drivers/net/tulip/dmfe.c
1724 DC390/AM53C974 SCSI driver
1727 W: http://www.garloff.de/kurt/linux/dc390/
1728 P: Guennadi Liakhovetski
1729 M: g.liakhovetski@gmx.de
1731 F: drivers/scsi/tmscsim.*
1735 M: oliver@neukum.name
1739 M: lenehan@twibble.org
1740 W: http://twibble.org/dist/dc395x/
1741 L: dc395x@twibble.org
1742 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1744 F: Documentation/scsi/dc395x.txt
1745 F: drivers/scsi/dc395x.*
1748 P: Arnaldo Carvalho de Melo
1749 M: acme@ghostprotocols.net
1750 L: dccp@vger.kernel.org
1751 W: http://linux-net.osdl.org/index.php/DCCP
1753 F: include/linux/dccp.h
1754 F: include/linux/tfrc.h
1757 DECnet NETWORK LAYER
1758 P: Christine Caulfield
1759 M: christine.caulfield@googlemail.com
1760 W: http://linux-decnet.sourceforge.net
1761 L: linux-decnet-user@lists.sourceforge.net
1763 F: Documentation/networking/decnet.txt
1766 DEFXX FDDI NETWORK DRIVER
1767 P: Maciej W. Rozycki
1768 M: macro@linux-mips.org
1770 F: drivers/net/defxx.*
1774 M: mjg59@srcf.ucam.org
1776 F: drivers/platform/x86/dell-laptop.c
1778 DELL LAPTOP SMM DRIVER
1779 P: Massimo Dal Zotto
1781 W: http://www.debian.org/~dz/i8k/
1783 F: drivers/char/i8k.c
1784 F: include/linux/i8k.h
1786 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1788 M: Douglas_Warzecha@dell.com
1790 F: Documentation/dcdbas.txt
1791 F: drivers/firmware/dcdbas.*
1793 DELL WMI EXTRAS DRIVER
1795 M: mjg59@srcf.ucam.org
1798 DEVICE NUMBER REGISTRY
1800 M: device@lanana.org
1801 W: http://lanana.org/docs/device-list/index.html
1802 L: linux-kernel@vger.kernel.org
1807 L: dm-devel@redhat.com
1808 W: http://sources.redhat.com/dm
1810 F: Documentation/device-mapper/
1812 F: include/linux/device-mapper.h
1813 F: include/linux/dm-*.h
1815 DIGI INTL. EPCA DRIVER
1816 P: Digi International, Inc
1817 M: Eng.Linux@digi.com
1818 L: Eng.Linux@digi.com
1819 W: http://www.digi.com
1821 F: Documentation/serial/digiepca.txt
1822 F: drivers/char/epca*
1823 F: drivers/char/digi*
1825 DIRECTORY NOTIFICATION (DNOTIFY)
1827 M: eparis@parisplace.org
1828 L: linux-kernel@vger.kernel.org
1830 F: Documentation/filesystems/dnotify.txt
1831 F: fs/notify/dnotify/
1832 F: include/linux/dnotify.h
1834 DISK GEOMETRY AND PARTITION HANDLING
1837 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1838 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1839 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1845 L: linux-kernel@vger.kernel.org
1847 F: Documentation/filesystems/quota.txt
1849 F: include/linux/quota*.h
1851 DISTRIBUTED LOCK MANAGER (DLM)
1852 P: Christine Caulfield
1853 M: ccaulfie@redhat.com
1855 M: teigland@redhat.com
1856 L: cluster-devel@redhat.com
1857 W: http://sources.redhat.com/cluster/
1858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1862 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1864 M: maciej.sosnowski@intel.com
1866 M: dan.j.williams@intel.com
1867 L: linux-kernel@vger.kernel.org
1870 F: include/linux/dma*
1872 DME1737 HARDWARE MONITOR DRIVER
1875 L: lm-sensors@lm-sensors.org
1877 F: Documentation/hwmon/dme1737
1878 F: drivers/hwmon/dme1737.c
1880 DOCBOOK FOR DOCUMENTATION
1882 M: rdunlap@xenotime.net
1885 DOCKING STATION DRIVER
1887 M: shaohua.li@intel.com
1888 L: linux-acpi@vger.kernel.org
1890 F: drivers/acpi/dock.c
1894 M: rdunlap@xenotime.net
1895 L: linux-doc@vger.kernel.org
1900 P: James R. Van Zandt
1901 M: jrv@vanzandt.mv.com
1902 L: blinux-list@redhat.com
1904 F: drivers/char/dtlk.c
1905 F: include/linux/dtlk.h
1907 DPT_I2O SCSI RAID DRIVER
1908 P: Adaptec OEM Raid Solutions
1909 M: aacraid@adaptec.com
1910 L: linux-scsi@vger.kernel.org
1911 W: http://www.adaptec.com/
1913 F: drivers/scsi/dpt*
1914 F: drivers/scsi/dpt/
1916 DRIVER CORE, KOBJECTS, AND SYSFS
1917 P: Greg Kroah-Hartman
1919 L: linux-kernel@vger.kernel.org
1920 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1922 F: Documentation/kobject.txt
1925 F: include/linux/kobj*
1931 L: dri-devel@lists.sourceforge.net
1932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1938 M: romieu@fr.zoreil.com
1939 L: netdev@vger.kernel.org
1941 F: drivers/net/wan/dscc4.c
1943 DZ DECSTATION DZ11 SERIAL DRIVER
1944 P: Maciej W. Rozycki
1945 M: macro@linux-mips.org
1947 F: drivers/serial/dz.*
1949 EATA-DMA SCSI DRIVER
1951 M: mike@i-Connect.Net
1952 L: linux-eata@i-connect.net
1953 L: linux-scsi@vger.kernel.org
1955 F: drivers/scsi/eata*
1957 EATA ISA/EISA/PCI SCSI DRIVER
1959 M: ballabio_dario@emc.com
1960 L: linux-scsi@vger.kernel.org
1962 F: drivers/scsi/eata.c
1964 EATA-PIO SCSI DRIVER
1966 M: mike@i-Connect.Net
1967 L: linux-eata@i-connect.net
1968 L: linux-scsi@vger.kernel.org
1970 F: drivers/scsi/eata_pio.*
1974 M: bart.de.schuymer@pandora.be
1975 L: ebtables-user@lists.sourceforge.net
1976 L: ebtables-devel@lists.sourceforge.net
1977 W: http://ebtables.sourceforge.net/
1979 F: include/linux/netfilter_bridge/ebt_*.h
1980 F: net/bridge/netfilter/ebt*.c
1984 M: tyhicks@linux.vnet.ibm.com
1986 P: kirkland@canonical.com
1987 L: ecryptfs-devel@lists.launchpad.net
1988 W: https://launchpad.net/ecryptfs
1990 F: Documentation/filesystems/ecryptfs.txt
1995 M: dougthompson@xmission.com
1996 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 W: bluesmoke.sourceforge.net
1999 F: Documentation/edac.txt
2000 F: drivers/edac/edac_*
2001 F: include/linux/edac.h
2005 M: dougthompson@xmission.com
2007 M: borislav.petkov@amd.com
2008 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2009 W: bluesmoke.sourceforge.net
2011 F: drivers/edac/amd64_edac*
2015 M: mark.gross@intel.com
2017 M: dougthompson@xmission.com
2018 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2019 W: bluesmoke.sourceforge.net
2021 F: drivers/edac/e752x_edac.c
2025 M: dougthompson@xmission.com
2026 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W: bluesmoke.sourceforge.net
2029 F: drivers/edac/e7xxx_edac.c
2033 M: tim@buttersideup.com
2034 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2035 W: bluesmoke.sourceforge.net
2037 F: drivers/edac/i82443bxgx_edac.c
2041 M: juhlenko@akamai.com
2042 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W: bluesmoke.sourceforge.net
2045 F: drivers/edac/i3000_edac.c
2049 M: dougthompson@xmission.com
2050 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2051 W: bluesmoke.sourceforge.net
2053 F: drivers/edac/i5000_edac.c
2056 P: Mauro Carvalho Chehab
2057 M: mchehab@redhat.com
2058 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2059 W: bluesmoke.sourceforge.net
2061 F: drivers/edac/i5400_edac.c
2064 P: Ranganathan Desikan
2066 M: rdesikan@jetzbroadband.com
2067 M: arvind@acarlab.com
2068 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2069 W: bluesmoke.sourceforge.net
2071 F: drivers/edac/i82975x_edac.c
2076 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 W: bluesmoke.sourceforge.net
2079 F: drivers/edac/pasemi_edac.c
2083 M: tim@buttersideup.com
2084 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2085 W: bluesmoke.sourceforge.net
2087 F: drivers/edac/r82600_edac.c
2089 EEEPC LAPTOP EXTRAS DRIVER
2091 M: corentincj@iksaif.net
2092 L: acpi4asus-user@lists.sourceforge.net
2093 W: http://sourceforge.net/projects/acpi4asus
2095 F: drivers/platform/x86/eeepc-laptop.c
2098 W: http://aeschi.ch.eu.org/efs/
2102 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2104 M: hnguyen@de.ibm.com
2106 M: raisch@de.ibm.com
2107 L: general@lists.openfabrics.org
2109 F: drivers/infiniband/hw/ehca/
2113 M: paul.gortmaker@windriver.com
2117 M: dwmw2@infradead.org
2118 L: linux-embedded@vger.kernel.org
2121 EMULEX LPFC FC SCSI DRIVER
2123 M: james.smart@emulex.com
2124 L: linux-scsi@vger.kernel.org
2125 W: http://sourceforge.net/projects/lpfcxxxx
2127 F: drivers/scsi/lpfc/
2129 ENE CB710 FLASH CARD READER DRIVER
2130 P: Michał Mirosław
2131 M: mirq-linux@rere.qmqm.pl
2132 L: linux-kernel@vger.kernel.org
2134 F: drivers/misc/cb710/
2135 F: drivers/mmc/host/cb710-mmc.*
2136 F: include/linux/cb710.h
2138 EPSON 1355 FRAMEBUFFER DRIVER
2139 P: Christopher Hoover
2140 M: ch@murgatroid.com
2141 P: Christopher Hoover
2144 F: drivers/video/epson1355fb.c
2146 EPSON S1D13XXX FRAMEBUFFER DRIVER
2147 P: Kristoffer Ericson
2148 M: kristoffer.ericson@gmail.com
2150 F: drivers/video/s1d13xxxfb.c
2151 F: include/video/s1d13xxxfb.h
2153 ETHEREXPRESS-16 NETWORK DRIVER
2156 L: netdev@vger.kernel.org
2158 F: drivers/net/eexpress.*
2161 P: Stephen Hemminger
2162 M: shemminger@linux-foundation.org
2163 L: bridge@lists.linux-foundation.org
2164 W: http://www.linux-foundation.org/en/Net:Bridge
2166 F: include/linux/netfilter_bridge/
2169 ETHERTEAM 16I DRIVER
2173 F: drivers/net/eth16i.c
2176 L: linux-ext4@vger.kernel.org
2178 F: Documentation/filesystems/ext2.txt
2180 F: include/linux/ext2*
2186 M: akpm@linux-foundation.org
2189 L: linux-ext4@vger.kernel.org
2191 F: Documentation/filesystems/ext3.txt
2193 F: include/linux/ext3*
2200 L: linux-ext4@vger.kernel.org
2201 W: http://ext4.wiki.kernel.org
2203 F: Documentation/filesystems/ext4.txt
2206 F71805F HARDWARE MONITORING DRIVER
2208 M: khali@linux-fr.org
2209 L: lm-sensors@lm-sensors.org
2211 F: Documentation/hwmon/f71805f
2212 F: drivers/hwmon/f71805f.c
2214 FARSYNC SYNCHRONOUS DRIVER
2216 M: kevin.curtis@farsite.co.uk
2217 W: http://www.farsite.co.uk/
2219 F: drivers/net/wan/farsync.*
2221 FAULT INJECTION SUPPORT
2223 M: akinobu.mita@gmail.com
2225 F: Documentation/fault-injection/
2226 F: lib/fault-inject.c
2228 FILE LOCKING (flock() and fcntl()/lockf())
2231 L: linux-fsdevel@vger.kernel.org
2233 F: include/linux/fcntl.h
2234 F: include/linux/fs.h
2238 FILESYSTEMS (VFS and infrastructure)
2240 M: viro@zeniv.linux.org.uk
2241 L: linux-fsdevel@vger.kernel.org
2245 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2247 M: riku.vipio@iki.fi
2248 L: lm-sensors@lm-sensors.org
2250 F: drivers/hwmon/f75375s.c
2251 F: include/linux/f75375s.h
2254 P: Kristian Hoegsberg
2257 M: stefanr@s5r6.in-berlin.de
2258 L: linux1394-devel@lists.sourceforge.net
2259 W: http://www.linux1394.org/
2260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2262 F: drivers/firewire/
2263 F: include/linux/firewire*.h
2265 FIRMWARE LOADER (request_firmware)
2266 L: linux-kernel@vger.kernel.org
2268 F: Documentation/firmware_class/
2269 F: drivers/base/firmware*.c
2270 F: include/linux/firmware.h
2274 M: billm@melbpc.org.au
2275 W: http://floatingpoint.sourceforge.net/emulator/index.html
2277 F: arch/x86/math-emu/
2279 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2281 M: mike.mclagan@linux.org
2282 L: netdev@vger.kernel.org
2284 F: drivers/net/wan/dlci.c
2285 F: drivers/net/wan/sdla.c
2289 M: adaplas@gmail.com
2290 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2291 W: http://linux-fbdev.sourceforge.net/
2293 F: Documentation/fb/
2294 F: drivers/video/fb*
2295 F: include/linux/fb.h
2297 FREESCALE DMA DRIVER
2299 M: leoli@freescale.com
2302 L: linuxppc-dev@ozlabs.org
2303 L: linux-kernel@vger.kernel.org
2305 F: drivers/dma/fsldma.*
2307 FREESCALE I2C CPM DRIVER
2310 L: linuxppc-dev@ozlabs.org
2311 L: linux-i2c@vger.kernel.org
2313 F: drivers/i2c/busses/i2c-cpm.c
2315 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2317 M: kernel@pengutronix.de
2318 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2319 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2321 F: arch/arm/plat-mxc/include/mach/imxfb.h
2322 F: drivers/video/imxfb.c
2324 FREESCALE SOC FS_ENET DRIVER
2325 P: Pantelis Antoniou
2326 M: pantelis.antoniou@gmail.com
2328 M: vbordug@ru.mvista.com
2329 L: linuxppc-dev@ozlabs.org
2330 L: netdev@vger.kernel.org
2332 F: drivers/net/fs_enet/
2333 F: include/linux/fs_enet_pd.h
2335 FREESCALE QUICC ENGINE LIBRARY
2337 M: timur@freescale.com
2338 L: linuxppc-dev@ozlabs.org
2340 F: arch/powerpc/sysdev/qe_lib/
2341 F: arch/powerpc/include/asm/*qe.h
2343 FREESCALE HIGHSPEED USB DEVICE DRIVER
2345 M: leoli@freescale.com
2346 L: linux-usb@vger.kernel.org
2347 L: linuxppc-dev@ozlabs.org
2349 F: drivers/usb/gadget/fsl_usb2_udc.c
2351 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2353 M: leoli@freescale.com
2354 L: netdev@vger.kernel.org
2355 L: linuxppc-dev@ozlabs.org
2357 F: drivers/net/ucc_geth*
2359 FREESCALE QUICC ENGINE UCC UART DRIVER
2361 M: timur@freescale.com
2362 L: linuxppc-dev@ozlabs.org
2364 F: drivers/serial/ucc_uart.c
2366 FREESCALE SOC SOUND DRIVERS
2368 M: timur@freescale.com
2369 L: alsa-devel@alsa-project.org
2370 L: linuxppc-dev@ozlabs.org
2372 F: sound/soc/fsl/fsl*
2373 F: sound/soc/fsl/mpc8610_hpcd.c
2376 P: Christoph Hellwig
2377 M: hch@infradead.org
2378 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2385 P: Rafael J. Wysocki
2387 L: linux-pm@lists.linux-foundation.org
2389 F: Documentation/power/freezing-of-tasks.txt
2390 F: include/linux/freezer.h
2393 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2395 M: dhowells@redhat.com
2396 L: linux-cachefs@redhat.com
2398 F: Documentation/filesystems/caching/
2400 F: include/linux/fscache*.h
2404 M: rostedt@goodmis.org
2406 F: Documentation/ftrace.txt
2407 F: arch/*/*/*/ftrace.h
2408 F: arch/*/kernel/ftrace.c
2409 F: include/*/ftrace.h
2412 FUJITSU FR-V (FRV) PORT
2414 M: dhowells@redhat.com
2418 FUJITSU LAPTOP EXTRAS
2420 M: jwoithe@physics.adelaide.edu.au
2421 L: linux-acpi@vger.kernel.org
2423 F: drivers/platform/x86/fujitsu-laptop.c
2425 FUSE: FILESYSTEM IN USERSPACE
2427 M: miklos@szeredi.hu
2428 L: fuse-devel@lists.sourceforge.net
2429 W: http://fuse.sourceforge.net/
2432 F: include/linux/fuse.h
2434 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2437 L: linux-scsi@vger.kernel.org
2438 S: Odd Fixes (e.g., new signatures)
2439 F: drivers/scsi/fdomain.*
2441 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2443 M: achim_leubner@adaptec.com
2444 L: linux-scsi@vger.kernel.org
2445 W: http://www.icp-vortex.com/
2447 F: drivers/scsi/gdt*
2449 GENERIC GPIO I2C DRIVER
2450 P: Haavard Skinnemoen
2451 M: hskinnemoen@atmel.com
2453 F: drivers/i2c/busses/i2c-gpio.c
2454 F: include/linux/i2c-gpio.h
2456 GENERIC HDLC (WAN) DRIVERS
2459 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2461 F: drivers/net/wan/c101.c
2462 F: drivers/net/wan/hd6457*
2463 F: drivers/net/wan/hdlc*
2464 F: drivers/net/wan/n2.c
2465 F: drivers/net/wan/pc300too.c
2466 F: drivers/net/wan/pci200syn.c
2467 F: drivers/net/wan/wanxl*
2470 P: Steven Whitehouse
2471 M: swhiteho@redhat.com
2472 L: cluster-devel@redhat.com
2473 W: http://sources.redhat.com/cluster/
2474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2477 F: Documentation/filesystems/gfs2*.txt
2479 F: include/linux/gfs2_ondisk.h
2481 GIGASET ISDN DRIVERS
2486 L: gigaset307x-common@lists.sourceforge.net
2487 W: http://gigaset307x.sourceforge.net/
2489 F: Documentation/isdn/README.gigaset
2490 F: drivers/isdn/gigaset/
2491 F: include/linux/gigaset_dev.h
2493 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2495 M: frank@f-seidel.de
2496 L: lm-sensors@lm-sensors.org
2497 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2499 F: drivers/hwmon/hdaps.c
2501 HYPERVISOR VIRTUAL CONSOLE DRIVER
2502 L: linuxppc-dev@ozlabs.org
2503 L: linux-kernel@vger.kernel.org
2505 F: drivers/char/hvc_*
2507 GSPCA FINEPIX SUBDRIVER
2510 L: linux-media@vger.kernel.org
2511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2513 F: drivers/media/video/gspca/finepix.c
2515 GSPCA M5602 SUBDRIVER
2517 M: erik.andren@gmail.com
2518 L: linux-media@vger.kernel.org
2519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2521 F: drivers/media/video/gspca/m5602/
2523 GSPCA PAC207 SONIXB SUBDRIVER
2525 M: hdegoede@redhat.com
2526 L: linux-media@vger.kernel.org
2527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2529 F: drivers/media/video/gspca/pac207.c
2531 GSPCA T613 SUBDRIVER
2532 P: Leandro Costantino
2533 M: lcostantino@gmail.com
2534 L: linux-media@vger.kernel.org
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2537 F: drivers/media/video/gspca/t613.c
2539 GSPCA USB WEBCAM DRIVER
2540 P: Jean-Francois Moine
2542 W: http://moinejf.free.fr
2543 L: linux-media@vger.kernel.org
2544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2546 F: drivers/media/video/gspca/
2549 L: lm-sensors@lm-sensors.org
2550 W: http://www.lm-sensors.org/
2554 HARDWARE RANDOM NUMBER GENERATOR CORE
2556 F: Documentation/hw_random.txt
2557 F: drivers/char/hw_random/
2558 F: include/linux/hw_random.h
2560 HARMONY SOUND DRIVER
2563 L: linux-parisc@vger.kernel.org
2565 F: sound/parisc/harmony.*
2567 HAYES ESP SERIAL DRIVER
2568 P: Andrew J. Robinson
2570 L: linux-kernel@vger.kernel.org
2571 W: http://www.nyx.net/~arobinso
2573 F: Documentation/serial/hayes-esp.txt
2574 F: drivers/char/esp.c
2576 HEWLETT-PACKARD SMART2 RAID DRIVER
2578 M: chirag.kantharia@hp.com
2579 L: iss_storagedev@hp.com
2581 F: Documentation/blockdev/cpqarray.txt
2582 F: drivers/block/cpqarray.*
2584 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2586 M: mike.miller@hp.com
2587 L: iss_storagedev@hp.com
2589 F: Documentation/blockdev/cciss.txt
2590 F: drivers/block/cciss*
2591 F: include/linux/cciss_ioctl.h
2595 M: zippel@linux-m68k.org
2596 L: linux-kernel@vger.kernel.org
2598 F: Documentation/filesystems/hfs.txt
2601 HGA FRAMEBUFFER DRIVER
2603 M: fero@drama.obuda.kando.hu
2604 L: linux-nvidia@lists.surfsouth.com
2605 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2607 F: drivers/video/hgafb.c
2609 HIBERNATION (aka Software Suspend, aka swsusp)
2612 P: Rafael J. Wysocki
2614 L: linux-pm@lists.linux-foundation.org
2617 F: drivers/base/power/
2619 F: include/linux/suspend.h
2620 F: include/linux/freezer.h
2621 F: include/linux/pm.h
2622 F: arch/*/include/asm/suspend*.h
2627 L: linux-input@vger.kernel.org
2628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2631 F: include/linux/hid*
2633 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2635 M: tglx@linutronix.de
2636 L: linux-kernel@vger.kernel.org
2638 F: Documentation/timers/
2640 F: include/linux/hrtimer.h
2642 HIGH-SPEED SCC DRIVER FOR AX.25
2644 M: klaus.kudielka@ieee.org
2645 L: linux-hams@vger.kernel.org
2646 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2648 F: drivers/net/hamradio/dmascc.c
2649 F: drivers/net/hamradio/scc.c
2651 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2652 P: HighPoint Linux Team
2653 M: linux@highpoint-tech.com
2654 W: http://www.highpoint-tech.com
2656 F: Documentation/scsi/hptiop.txt
2657 F: drivers/scsi/hptiop.c
2661 M: jes@trained-monkey.org
2662 L: linux-hippi@sunsite.dk
2664 F: include/linux/hippidevice.h
2665 F: include/linux/if_hippi.h
2671 L: hostap@shmoo.com (subscribers-only)
2672 L: linux-wireless@vger.kernel.org
2673 W: http://hostap.epitest.fi/
2675 F: drivers/net/wireless/hostap/
2677 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2679 M: carlos@strangeworlds.co.uk
2681 F: drivers/platform/x86/tc1100-wmi.c
2683 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2687 F: drivers/net/hp100.*
2689 HPET: High Precision Event Timers driver
2691 M: clemens@ladisch.de
2693 F: Documentation/timers/hpet.txt
2694 F: drivers/char/hpet.c
2695 F: include/linux/hpet.h
2698 P: Venkatesh Pallipadi (Venki)
2699 M: venkatesh.pallipadi@intel.com
2701 F: arch/x86/kernel/hpet.c
2702 F: arch/x86/include/asm/hpet.h
2713 F: drivers/char/hpet.c
2717 M: mikulas@artax.karlin.mff.cuni.cz
2718 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2724 M: j.dumon@option.com
2725 W: http://www.pharscape.org
2727 F: drivers/net/usb/hso.c
2729 HTCPEN TOUCHSCREEN DRIVER
2732 L: linux-input@vger.kernel.org
2734 F: drivers/input/touchscreen/htcpen.c
2738 M: wli@holomorphy.com
2742 I2C/SMBUS STUB DRIVER
2744 M: mhoffman@lightlink.com
2745 L: linux-i2c@vger.kernel.org
2747 F: drivers/i2c/busses/i2c-stub.c
2750 P: Jean Delvare (PC drivers, core)
2751 M: khali@linux-fr.org
2752 P: Ben Dooks (embedded platforms)
2753 M: ben-linux@fluff.org
2754 L: linux-i2c@vger.kernel.org
2755 W: http://i2c.wiki.kernel.org/
2756 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2758 F: Documentation/i2c/
2760 F: include/linux/i2c.h
2761 F: include/linux/i2c-dev.h
2762 F: include/linux/i2c-id.h
2767 L: linux-i2c@vger.kernel.org
2768 W: http://www.harbaum.org/till/i2c_tiny_usb
2770 F: drivers/i2c/busses/i2c-tiny-usb.c
2775 L: Linux-Kernel@vger.kernel.org
2779 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2785 IA64 (Itanium) PLATFORM
2787 M: tony.luck@intel.com
2788 L: linux-ia64@vger.kernel.org
2789 W: http://www.ia64-linux.org/
2790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2794 IBM MCA SCSI SUBSYSTEM DRIVER
2796 M: langa2@kph.uni-mainz.de
2797 W: http://www.uni-mainz.de/~langm000/linux.html
2799 F: drivers/scsi/ibmmca.c
2801 IBM Power Linux RAID adapter
2803 M: brking@us.ibm.com
2805 F: drivers/scsi/ipr.*
2807 IBM ServeRAID RAID DRIVER
2810 M: ipslinux@adaptec.com
2811 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2813 F: drivers/scsi/ips.*
2816 P: Bartlomiej Zolnierkiewicz
2817 M: bzolnier@gmail.com
2818 L: linux-ide@vger.kernel.org
2819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2821 F: Documentation/ide/
2823 F: include/linux/ide.h
2827 M: petkovbb@gmail.com
2828 L: linux-ide@vger.kernel.org
2830 F: Documentation/cdrom/ide-cd
2831 F: drivers/ide/ide-cd*
2835 M: andrew.d.henroid@intel.com
2836 L: linux-pm@lists.linux-foundation.org
2838 F: drivers/idle/i7300_idle.c
2842 M: ben.collins@ubuntu.com
2844 M: stefanr@s5r6.in-berlin.de
2845 L: linux1394-devel@lists.sourceforge.net
2846 W: http://www.linux1394.org/
2847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2849 F: drivers/ieee1394/
2851 IEEE 1394 RAW I/O DRIVER
2855 M: stefanr@s5r6.in-berlin.de
2856 L: linux1394-devel@lists.sourceforge.net
2858 F: drivers/ieee1394/raw1394*
2860 IEEE 802.15.4 SUBSYSTEM
2861 P: Dmitry Eremin-Solenikov
2862 M: dbaryshkov@gmail.com
2864 M: slapin@ossfans.org
2865 L: linux-zigbee-devel@lists.sourceforge.net
2866 W: http://apps.sourceforge.net/trac/linux-zigbee
2867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2870 F: drivers/ieee801254/
2872 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2876 F: security/integrity/ima/
2878 IMS TWINTURBO FRAMEBUFFER DRIVER
2879 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2881 F: drivers/video/imsttfb.c
2883 INFINIBAND SUBSYSTEM
2885 M: rolandd@cisco.com
2887 M: sean.hefty@intel.com
2889 M: hal.rosenstock@gmail.com
2890 L: general@lists.openfabrics.org (moderated for non-subscribers)
2891 W: http://www.openib.org/
2892 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2894 F: Documentation/infiniband/
2895 F: drivers/infiniband/
2896 F: include/linux/if_infiniband.h
2900 M: john@johnmccutchan.com
2904 M: eparis@parisplace.org
2905 L: linux-kernel@vger.kernel.org
2907 F: Documentation/filesystems/inotify.txt
2908 F: fs/notify/inotify/
2909 F: include/linux/inotify.h
2911 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2913 M: dmitry.torokhov@gmail.com
2915 L: linux-input@vger.kernel.org
2916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2920 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2922 M: sylvain.meyer@worldonline.fr
2923 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2925 F: Documentation/fb/intelfb.txt
2926 F: drivers/video/intelfb/
2928 INTEL 810/815 FRAMEBUFFER DRIVER
2930 M: adaplas@gmail.com
2931 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2933 F: drivers/video/i810/
2935 INTEL MENLOW THERMAL DRIVER
2937 M: sujith.thomas@intel.com
2938 L: linux-acpi@vger.kernel.org
2939 W: http://www.lesswatts.org/projects/acpi/
2941 F: drivers/platform/x86/intel_menlow.c
2943 INTEL IA32 MICROCODE UPDATE SUPPORT
2945 M: tigran@aivazian.fsnet.co.uk
2947 F: arch/x86/kernel/microcode_core.c
2948 F: arch/x86/kernel/microcode_intel.c
2950 INTEL I/OAT DMA DRIVER
2952 M: maciej.sosnowski@intel.com
2953 L: linux-kernel@vger.kernel.org
2955 F: drivers/dma/ioat*
2959 M: dwmw2@infradead.org
2960 L: iommu@lists.linux-foundation.org
2961 T: git git://git.infradead.org/iommu-2.6.git
2963 F: drivers/pci/intel-iommu.c
2964 F: include/linux/intel-iommu.h
2966 INTEL IOP-ADMA DMA DRIVER
2968 M: dan.j.williams@intel.com
2969 L: linux-kernel@vger.kernel.org
2971 F: drivers/dma/iop-adma.c
2973 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2977 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2978 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2979 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2980 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2981 F: drivers/net/arm/ixp4xx_eth.c
2982 F: drivers/net/wan/ixp4xx_hss.c
2984 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2986 M: dsaxena@plexity.net
2988 F: drivers/char/hw_random/ixp4xx-rng.c
2990 INTEL IXP2000 ETHERNET DRIVER
2991 P: Lennert Buytenhek
2992 M: kernel@wantstofly.org
2993 L: netdev@vger.kernel.org
2995 F: drivers/net/ixp2000/
2997 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2999 M: jeffrey.t.kirsher@intel.com
3001 M: jesse.brandeburg@intel.com
3003 M: bruce.w.allan@intel.com
3005 M: peter.p.waskiewicz.jr@intel.com
3007 M: john.ronciak@intel.com
3008 L: e1000-devel@lists.sourceforge.net
3009 W: http://e1000.sourceforge.net/
3011 F: drivers/net/e100.c
3012 F: drivers/net/e1000/
3013 F: drivers/net/e1000e/
3015 F: drivers/net/ixgb/
3016 F: drivers/net/ixgbe/
3018 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3022 M: jketreno@linux.intel.com
3024 M: reinette.chatre@intel.com
3025 L: linux-wireless@vger.kernel.org
3026 L: ipw2100-devel@lists.sourceforge.net
3027 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3028 W: http://ipw2100.sourceforge.net
3030 F: Documentation/networking/README.ipw2100
3031 F: drivers/net/wireless/ipw2x00/ipw2100.*
3033 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3037 M: jketreno@linux.intel.com
3039 M: reinette.chatre@intel.com
3040 L: linux-wireless@vger.kernel.org
3041 L: ipw2100-devel@lists.sourceforge.net
3042 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3043 W: http://ipw2200.sourceforge.net
3045 F: Documentation/networking/README.ipw2200
3046 F: drivers/net/wireless/ipw2x00/ipw2200.*
3048 INTEL WIRELESS WIMAX CONNECTION 2400
3049 P: Inaky Perez-Gonzalez
3050 M: inaky.perez-gonzalez@intel.com
3051 M: linux-wimax@intel.com
3052 L: wimax@linuxwimax.org
3054 W: http://linuxwimax.org
3055 F: Documentation/wimax/README.i2400m
3056 F: drivers/net/wimax/i2400m/
3057 F: include/linux/wimax/i2400m.h
3059 INTEL WIRELESS WIFI LINK (iwlwifi)
3063 M: reinette.chatre@intel.com
3064 L: linux-wireless@vger.kernel.org
3065 L: ipw3945-devel@lists.sourceforge.net
3066 W: http://intellinuxwireless.org
3067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3069 F: drivers/net/wireless/iwlwifi/
3071 IOC3 ETHERNET DRIVER
3073 M: ralf@linux-mips.org
3074 L: linux-mips@linux-mips.org
3076 F: drivers/net/ioc3-eth.c
3081 L: linux-mips@linux-mips.org
3083 F: drivers/serial/ioc3_serial.c
3087 M: jjciarla@raiz.uncu.edu.ar
3089 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3091 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3093 M: romieu@fr.zoreil.com
3095 M: sorbica@icplus.com.tw
3097 M: jesse@icplus.com.tw
3098 L: netdev@vger.kernel.org
3100 F: drivers/net/ipg.c
3104 M: infinipath@qlogic.com
3105 L: general@lists.openfabrics.org
3106 T: git git://git.qlogic.com/ipath-linux-2.6
3108 F: drivers/infiniband/hw/ipath/
3113 L: openipmi-developer@lists.sourceforge.net
3114 W: http://openipmi.sourceforge.net/
3116 F: Documentation/IPMI.txt
3117 F: drivers/char/ipmi/
3118 F: include/linux/ipmi*
3120 IPS SCSI RAID DRIVER
3121 P: Adaptec OEM Raid Solutions
3122 M: aacraid@adaptec.com
3123 L: linux-scsi@vger.kernel.org
3124 W: http://www.adaptec.com/
3126 F: drivers/scsi/ips*
3130 M: wensong@linux-vs.org
3132 M: horms@verge.net.au
3135 L: netdev@vger.kernel.org
3136 L: lvs-devel@vger.kernel.org
3138 F: Documentation/networking/ipvs-sysctl.txt
3139 F: net/netfilter/ipvs/
3147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3148 F: drivers/char/pcmcia/ipwireless/
3151 P: Arnaldo Carvalho de Melo
3152 M: acme@ghostprotocols.net
3153 L: netdev@vger.kernel.org
3155 F: include/linux/ipx.h
3156 F: include/net/ipx.h
3161 M: samuel@sortiz.org
3162 L: irda-users@lists.sourceforge.net (subscribers-only)
3163 W: http://irda.sourceforge.net/
3165 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3166 F: Documentation/networking/irda.txt
3167 F: drivers/net/irda/
3168 F: include/net/irda/
3175 F: Documentation/isapnp.txt
3176 F: drivers/pnp/isapnp/
3177 F: include/linux/isapnp.h
3181 M: michaelc@cs.wisc.edu
3182 L: open-iscsi@googlegroups.com
3183 W: www.open-iscsi.org
3184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3186 F: drivers/scsi/*iscsi*
3187 F: include/scsi/*iscsi*
3191 M: isdn@linux-pingi.de
3192 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3193 W: http://www.isdn4linux.de
3194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3196 F: Documentation/isdn/
3198 F: include/linux/isdn.h
3199 F: include/linux/isdn/
3201 ISDN SUBSYSTEM (Eicon active card driver)
3204 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3205 W: http://www.melware.de
3207 F: drivers/isdn/hardware/eicon/
3209 IVTV VIDEO4LINUX DRIVER
3211 M: hverkuil@xs4all.nl
3212 L: ivtv-devel@ivtvdriver.org
3213 L: ivtv-users@ivtvdriver.org
3214 L: linux-media@vger.kernel.org
3215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3216 W: http://www.ivtvdriver.org
3218 F: Documentation/video4linux/*.ivtv
3219 F: drivers/media/video/ivtv/
3220 F: include/linux/ivtv*
3224 M: shaggy@austin.ibm.com
3225 L: jfs-discussion@lists.sourceforge.net
3226 W: http://jfs.sourceforge.net/
3227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3229 F: Documentation/filesystems/jfs.txt
3234 M: cooldavid@cooldavid.org
3235 L: netdev@vger.kernel.org
3237 F: drivers/net/jme.*
3239 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3241 M: dwmw2@infradead.org
3242 L: linux-mtd@lists.infradead.org
3243 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3246 F: include/linux/jffs2.h
3247 F: include/mtd/jffs2-user.h
3249 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3253 M: akpm@linux-foundation.org
3254 L: linux-ext4@vger.kernel.org
3257 F: include/linux/ext*jbd*.h
3258 F: include/linux/jbd*.h
3260 K8TEMP HARDWARE MONITORING DRIVER
3262 M: r.marek@assembler.cz
3263 L: lm-sensors@lm-sensors.org
3265 F: Documentation/hwmon/k8temp
3266 F: drivers/hwmon/k8temp.c
3270 M: zippel@linux-m68k.org
3271 L: linux-kbuild@vger.kernel.org
3273 F: Documentation/kbuild/kconfig-language.txt
3278 M: vgoyal@redhat.com
3281 L: kexec@lists.infradead.org
3282 L: linux-kernel@vger.kernel.org
3283 W: http://lse.sourceforge.net/kdump/
3285 F: Documentation/kdump/
3287 KERNEL AUTOMOUNTER (AUTOFS)
3290 L: autofs@linux.kernel.org
3294 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3297 L: autofs@linux.kernel.org
3304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3306 L: linux-kbuild@vger.kernel.org
3308 F: Documentation/kbuild/
3310 F: scripts/Makefile.*
3314 L: kernel-janitors@vger.kernel.org
3315 W: http://www.kerneljanitors.org/
3318 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3320 M: bfields@fieldses.org
3323 L: linux-nfs@vger.kernel.org
3324 W: http://nfs.sourceforge.net/
3327 F: include/linux/nfsd/
3331 F: include/linux/lockd/
3332 F: include/linux/sunrpc/
3334 KERNEL VIRTUAL MACHINE (KVM)
3337 L: kvm@vger.kernel.org
3338 W: http://kvm.qumranet.com
3340 F: Documentation/*/kvm.txt
3342 F: arch/*/include/asm/kvm*
3343 F: include/linux/kvm*
3346 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3348 M: joerg.roedel@amd.com
3349 L: kvm@vger.kernel.org
3350 W: http://kvm.qumranet.com
3352 F: arch/x86/include/asm/svm.h
3353 F: arch/x86/kvm/kvm_svm.h
3354 F: arch/x86/kvm/svm.c
3356 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3358 M: hollisb@us.ibm.com
3359 L: kvm-ppc@vger.kernel.org
3360 W: http://kvm.qumranet.com
3362 F: arch/powerpc/include/asm/kvm*
3363 F: arch/powerpc/kvm/
3365 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3367 M: xiantao.zhang@intel.com
3368 L: kvm-ia64@vger.kernel.org
3369 W: http://kvm.qumranet.com
3371 F: Documentation/ia64/kvm.txt
3372 F: arch/ia64/include/asm/kvm*
3375 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3378 P: Christian Borntraeger
3379 M: borntraeger@de.ibm.com
3380 M: linux390@de.ibm.com
3381 L: linux-s390@vger.kernel.org
3382 W: http://www.ibm.com/developerworks/linux/linux390/
3384 F: Documentation/s390/kvm.txt
3385 F: arch/s390/include/asm/kvm*
3390 M: ebiederm@xmission.com
3391 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3392 L: linux-kernel@vger.kernel.org
3393 L: kexec@lists.infradead.org
3395 F: include/linux/kexec.h
3400 M: jason.wessel@windriver.com
3401 L: kgdb-bugreport@lists.sourceforge.net
3403 F: Documentation/DocBook/kgdb.tmpl
3404 F: drivers/misc/kgdbts.c
3405 F: drivers/serial/kgdboc.c
3406 F: include/linux/kgdb.h
3411 M: catalin.marinas@arm.com
3412 L: linux-kernel@vger.kernel.org
3414 F: Documentation/kmemleak.txt
3415 F: include/linux/kmemleak.h
3417 F: mm/kmemleak-test.c
3420 P: Eduard - Gabriel Munteanu
3421 M: eduard.munteanu@linux360.ro
3422 L: linux-kernel@vger.kernel.org
3424 F: Documentation/trace/kmemtrace.txt
3425 F: include/trace/kmemtrace.h
3426 F: kernel/trace/kmemtrace.c
3429 P: Ananth N Mavinakayanahalli
3430 M: ananth@in.ibm.com
3431 P: Anil S Keshavamurthy
3432 M: anil.s.keshavamurthy@intel.com
3434 M: davem@davemloft.net
3436 M: mhiramat@redhat.com
3437 L: linux-kernel@vger.kernel.org
3439 F: Documentation/kprobes.txt
3440 F: include/linux/kprobes.h
3443 KS0108 LCD CONTROLLER DRIVER
3444 P: Miguel Ojeda Sandonis
3445 M: miguel.ojeda.sandonis@gmail.com
3446 L: linux-kernel@vger.kernel.org
3447 W: http://miguelojeda.es/auxdisplay.htm
3448 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3450 F: Documentation/auxdisplay/ks0108
3451 F: drivers/auxdisplay/ks0108.c
3452 F: include/linux/ks0108.h
3455 L: linux-x25@vger.kernel.org
3457 F: Documentation/networking/lapb-module.txt
3461 LASI 53c700 driver for PARISC
3462 P: James E.J. Bottomley
3463 M: James.Bottomley@HansenPartnership.com
3464 L: linux-scsi@vger.kernel.org
3466 F: Documentation/scsi/53c700.txt
3467 F: drivers/scsi/53c700*
3471 M: rpurdie@rpsys.net
3474 F: include/linux/leds.h
3476 LEGO USB Tower driver
3478 M: starblue@users.sourceforge.net
3479 L: legousb-devel@lists.sourceforge.net
3480 W: http://legousb.sourceforge.net/
3482 F: drivers/usb/misc/legousbtower.c
3486 M: rusty@rustcorp.com.au
3487 L: lguest@ozlabs.org
3488 W: http://lguest.ozlabs.org/
3490 F: Documentation/lguest/
3493 F: include/linux/lguest*.h
3494 F: arch/x86/include/asm/lguest*.h
3496 LINUX FOR IBM pSERIES (RS/6000)
3498 M: paulus@au.ibm.com
3499 W: http://www.ibm.com/linux/ltc/projects/ppc
3502 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3503 P: Benjamin Herrenschmidt
3504 M: benh@kernel.crashing.org
3507 W: http://www.penguinppc.org/
3508 L: linuxppc-dev@ozlabs.org
3509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3512 LINUX FOR POWER MACINTOSH
3513 P: Benjamin Herrenschmidt
3514 M: benh@kernel.crashing.org
3515 W: http://www.penguinppc.org/
3516 L: linuxppc-dev@ozlabs.org
3519 LINUX FOR POWERPC EMBEDDED MPC5XXX
3521 M: grant.likely@secretlab.ca
3522 L: linuxppc-dev@ozlabs.org
3523 T: git git://git.secretlab.ca/git/linux-2.6.git
3526 LINUX FOR POWERPC EMBEDDED PPC4XX
3528 M: jwboyer@linux.vnet.ibm.com
3530 M: mporter@kernel.crashing.org
3531 W: http://www.penguinppc.org/
3532 L: linuxppc-dev@ozlabs.org
3533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3536 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3538 M: grant.likely@secretlab.ca
3539 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3540 L: linuxppc-dev@ozlabs.org
3541 T: git git://git.secretlab.ca/git/linux-2.6.git
3544 LINUX FOR POWERPC EMBEDDED PPC8XX
3546 M: vitb@kernel.crashing.org
3548 M: marcelo@kvack.org
3549 W: http://www.penguinppc.org/
3550 L: linuxppc-dev@ozlabs.org
3553 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3555 M: galak@kernel.crashing.org
3556 W: http://www.penguinppc.org/
3557 L: linuxppc-dev@ozlabs.org
3560 LINUX FOR POWERPC PA SEMI PWRFICIENT
3563 W: http://www.pasemi.com/
3564 L: linuxppc-dev@ozlabs.org
3567 LINUX SECURITY MODULE (LSM) FRAMEWORK
3569 M: chrisw@sous-sol.org
3570 L: linux-security-module@vger.kernel.org
3571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3575 P: Arnaldo Carvalho de Melo
3576 M: acme@ghostprotocols.net
3578 F: include/linux/llc.h
3582 LIS3LV02D ACCELEROMETER DRIVER
3584 M: eric.piel@tremplin-utc.net
3586 F: Documentation/hwmon/lis3lv02d
3587 F: drivers/hwmon/lis3lv02d.*
3589 LM83 HARDWARE MONITOR DRIVER
3591 M: khali@linux-fr.org
3592 L: lm-sensors@lm-sensors.org
3594 F: Documentation/hwmon/lm83
3595 F: drivers/hwmon/lm83.c
3597 LM90 HARDWARE MONITOR DRIVER
3599 M: khali@linux-fr.org
3600 L: lm-sensors@lm-sensors.org
3602 F: Documentation/hwmon/lm90
3603 F: drivers/hwmon/lm90.c
3605 LOCKDEP AND LOCKSTAT
3607 M: peterz@infradead.org
3610 L: linux-kernel@vger.kernel.org
3611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3613 F: Documentation/lockdep*.txt
3614 F: Documentation/lockstat.txt
3615 F: include/linux/lockdep.h
3618 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3619 P: Richard Russon (FlatCap)
3621 L: linux-ntfs-dev@lists.sourceforge.net
3622 W: http://www.linux-ntfs.org/content/view/19/37/
3624 F: Documentation/ldm.txt
3625 F: fs/partitions/ldm.*
3627 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3629 M: Eric.Moore@lsi.com
3631 L: DL-MPTFusionLinux@lsi.com
3632 L: linux-scsi@vger.kernel.org
3633 W: http://www.lsilogic.com/support
3635 F: drivers/message/fusion/
3637 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3640 L: linux-scsi@vger.kernel.org
3642 F: drivers/scsi/sym53c8xx_2/
3644 LTP (Linux Test Project)
3646 M: subrata@linux.vnet.ibm.com
3648 M: vapier@gentoo.org
3649 L: ltp-list@lists.sourceforge.net (subscribers-only)
3650 W: http://ltp.sourceforge.net/
3651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3656 M: takata@linux-m32r.org
3657 L: linux-m32r@ml.linux-m32r.org
3658 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3659 W: http://www.linux-m32r.org/
3662 F: include/asm-m32r/
3665 P: Geert Uytterhoeven
3666 M: geert@linux-m68k.org
3668 M: zippel@linux-m68k.org
3669 L: linux-m68k@lists.linux-m68k.org
3670 W: http://www.linux-m68k.org/
3671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3676 M68K ON APPLE MACINTOSH
3679 W: http://www.mac.linux-m68k.org/
3680 L: linux-m68k@lists.linux-m68k.org
3687 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3693 M: johannes@sipsolutions.net
3694 L: linux-wireless@vger.kernel.org
3695 W: http://linuxwireless.org/
3696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3698 F: Documentation/networking/mac80211-injection.txt
3699 F: include/net/mac80211.h
3702 MAC80211 PID RATE CONTROL
3704 M: stefano.brivio@polimi.it
3706 M: mattias.nissler@gmx.de
3707 L: linux-wireless@vger.kernel.org
3708 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3711 F: net/mac80211/rc80211_pid*
3716 L: netdev@vger.kernel.org
3718 F: drivers/net/macvlan.c
3719 F: include/linux/if_macvlan.h
3721 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3723 M: mtk.manpages@gmail.com
3724 W: http://www.kernel.org/doc/man-pages
3725 L: linux-man@vger.kernel.org
3728 MARVELL LIBERTAS WIRELESS DRIVER
3731 L: libertas-dev@lists.infradead.org
3733 F: drivers/net/wireless/libertas/
3735 MARVELL MV643XX ETHERNET DRIVER
3736 P: Lennert Buytenhek
3737 M: buytenh@marvell.com
3738 L: netdev@vger.kernel.org
3740 F: drivers/net/mv643xx_eth.*
3741 F: include/linux/mv643xx.h
3743 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3746 L: linux-kernel@vger.kernel.org
3749 MARVELL YUKON / SYSKONNECT DRIVER
3751 M: mlindner@syskonnect.de
3753 M: rroesler@syskonnect.de
3754 W: http://www.syskonnect.com
3757 MATROX FRAMEBUFFER DRIVER
3759 M: vandrove@vc.cvut.cz
3760 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3762 F: drivers/video/matrox/matroxfb_*
3763 F: include/linux/matroxfb.h
3765 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3767 M: hjk@linutronix.de
3768 L: lm-sensors@lm-sensors.org
3770 F: Documentation/hwmon/max6650
3771 F: drivers/hwmon/max6650.c
3773 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3774 P: Mauro Carvalho Chehab
3775 M: mchehab@infradead.org
3776 P: LinuxTV.org Project
3777 L: linux-media@vger.kernel.org
3778 W: http://linuxtv.org
3779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3781 F: Documentation/dvb/
3782 F: Documentation/video4linux/
3785 F: include/linux/dvb/
3786 F: include/linux/videodev*.h
3788 MEGARAID SCSI DRIVERS
3790 M: megaraidlinux@lsi.com
3791 L: linux-scsi@vger.kernel.org
3792 W: http://megaraid.lsilogic.com
3794 F: Documentation/scsi/megaraid.txt
3795 F: drivers/scsi/megaraid.*
3796 F: drivers/scsi/megaraid/
3799 L: linux-mm@kvack.org
3800 L: linux-kernel@vger.kernel.org
3801 W: http://www.linux-mm.org
3803 F: include/linux/mm.h
3806 MEMORY RESOURCE CONTROLLER
3808 M: balbir@linux.vnet.ibm.com
3811 P: KAMEZAWA Hiroyuki
3812 M: kamezawa.hiroyu@jp.fujitsu.com
3813 L: linux-mm@kvack.org
3814 L: linux-kernel@vger.kernel.org
3818 MEMORY TECHNOLOGY DEVICES (MTD)
3820 M: dwmw2@infradead.org
3821 W: http://www.linux-mtd.infradead.org/
3822 L: linux-mtd@lists.infradead.org
3823 T: git git://git.infradead.org/mtd-2.6.git
3826 F: include/linux/mtd/
3829 MICROBLAZE ARCHITECTURE
3832 L: microblaze-uclinux@itee.uq.edu.au
3833 W: http://www.monstr.eu/fdt/
3834 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3840 M: oliver@neukum.name
3842 F: drivers/usb/image/microtek.*
3846 M: ralf@linux-mips.org
3847 W: http://www.linux-mips.org/
3848 L: linux-mips@linux-mips.org
3849 T: git git://git.linux-mips.org/pub/scm/linux.git
3851 F: Documentation/mips/
3854 MISCELLANEOUS MCA-SUPPORT
3856 M: James.Bottomley@HansenPartnership.com
3857 L: linux-kernel@vger.kernel.org
3859 F: Documentation/ia64/mca.txt
3860 F: Documentation/mca.txt
3862 F: include/linux/mca*
3866 M: rusty@rustcorp.com.au
3867 L: linux-kernel@vger.kernel.org
3869 F: include/linux/module.h
3872 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3874 M: stelian@popies.net
3875 W: http://popies.net/meye/
3877 F: Documentation/video4linux/meye.txt
3878 F: drivers/media/video/meye.*
3879 F: include/linux/meye.h
3881 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3884 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3886 F: drivers/mmc/host/imxmmc.*
3888 MOUSE AND MISC DEVICES [GENERAL]
3889 P: Alessandro Rubini
3890 M: rubini@ipvvis.unipv.it
3891 L: linux-kernel@vger.kernel.org
3893 F: drivers/input/mouse/
3894 F: include/linux/gpio_mouse.h
3896 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3898 M: jirislaby@gmail.com
3899 L: linux-kernel@vger.kernel.org
3901 F: Documentation/serial/moxa-smartio
3902 F: drivers/char/mxser.*
3905 P: Lennart Poettering
3906 M: mzxreary@0pointer.de
3907 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3908 W: http://0pointer.de/lennart/tchibo.html
3910 F: drivers/platform/x86/msi-laptop.c
3912 MULTIFUNCTION DEVICES (MFD)
3914 M: sameo@linux.intel.com
3915 L: linux-kernel@vger.kernel.org
3916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3920 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3923 L: linux-kernel@vger.kernel.org
3926 F: include/linux/mmc/
3928 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3930 M: dbrownell@users.sourceforge.net
3931 L: linux-kernel@vger.kernel.org
3933 F: drivers/mmc/host/mmc_spi.c
3934 F: include/linux/spi/mmc_spi.h
3936 MULTISOUND SOUND DRIVER
3940 F: Documentation/sound/oss/MultiSound
3943 MULTITECH MULTIPORT CARD (ISICOM)
3945 M: jirislaby@gmail.com
3946 L: linux-kernel@vger.kernel.org
3948 F: drivers/char/isicom.c
3949 F: include/linux/isicom.h
3951 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3953 M: felipe.balbi@nokia.com
3954 L: linux-usb@vger.kernel.org
3955 T: git git://gitorious.org/musb/mainline.git
3957 F: drivers/usb/musb/
3959 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3961 M: gallatin@myri.com
3964 L: netdev@vger.kernel.org
3965 W: http://www.myri.com/scs/download-Myri10GE.html
3967 F: drivers/net/myri10ge/
3969 NATSEMI ETHERNET DRIVER (DP8381x)
3971 M: thockin@hockin.org
3973 F: drivers/net/natsemi.c
3977 M: vandrove@vc.cvut.cz
3978 L: linware@sh.cvut.cz
3982 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3983 P: James E.J. Bottomley
3984 M: James.Bottomley@HansenPartnership.com
3985 L: linux-scsi@vger.kernel.org
3987 F: drivers/scsi/NCR_D700.*
3989 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3991 M: faisal.latif@intel.com
3993 M: chien.tin.tung@intel.com
3994 L: general@lists.openfabrics.org
3995 W: http://www.neteffect.com
3997 F: drivers/infiniband/hw/nes/
3999 NETEM NETWORK EMULATOR
4000 P: Stephen Hemminger
4001 M: shemminger@linux-foundation.org
4002 L: netem@lists.linux-foundation.org
4004 F: net/sched/sch_netem.c
4006 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4008 M: ram.vepa@neterion.com
4010 M: santosh.rastapur@neterion.com
4011 P: Sivakumar Subramani
4012 M: sivakumar.subramani@neterion.com
4013 P: Sreenivasa Honnur
4014 M: sreenivasa.honnur@neterion.com
4016 M: anil.murthy@neterion.com
4017 L: netdev@vger.kernel.org
4018 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4019 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4021 F: Documentation/networking/s2io.txt
4022 F: drivers/net/s2io*
4024 NETFILTER/IPTABLES/IPCHAINS
4032 L: netfilter-devel@vger.kernel.org
4033 L: netfilter@vger.kernel.org
4034 L: coreteam@netfilter.org
4035 W: http://www.netfilter.org/
4036 W: http://www.iptables.org/
4038 F: include/linux/netfilter*
4039 F: include/linux/netfilter/
4040 F: include/net/netfilter/
4041 F: net/*/netfilter.c
4047 M: paul.moore@hp.com
4048 W: http://netlabel.sf.net
4049 L: netdev@vger.kernel.org
4051 F: Documentation/netlabel/
4052 F: include/net/netlabel.h
4055 NETROM NETWORK LAYER
4057 M: ralf@linux-mips.org
4058 L: linux-hams@vger.kernel.org
4059 W: http://www.linux-ax25.org/
4061 F: include/linux/netrom.h
4062 F: include/net/netrom.h
4065 NETWORK BLOCK DEVICE (NBD)
4067 M: Paul.Clements@steeleye.com
4069 F: Documentation/blockdev/nbd.txt
4070 F: drivers/block/nbd.c
4071 F: include/linux/nbd.h
4073 NETWORKING [GENERAL]
4075 M: davem@davemloft.net
4076 L: netdev@vger.kernel.org
4077 W: http://www.linuxfoundation.org/en/Net
4078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4083 NETWORKING [IPv4/IPv6]
4085 M: davem@davemloft.net
4087 M: kuznet@ms2.inr.ac.ru
4088 P: Pekka Savola (ipv6)
4089 M: pekkas@netcore.fi
4091 M: jmorris@namei.org
4092 P: Hideaki YOSHIFUJI
4093 M: yoshfuji@linux-ipv6.org
4096 L: netdev@vger.kernel.org
4097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4103 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4105 M: paul.moore@hp.com
4106 L: netdev@vger.kernel.org
4109 NETWORKING [WIRELESS]
4111 M: linville@tuxdriver.com
4112 L: linux-wireless@vger.kernel.org
4113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4116 F: include/net/ieee80211*
4117 F: include/net/wireless.h
4120 L: netdev@vger.kernel.org
4121 W: http://www.linuxfoundation.org/en/Net
4122 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4126 NETXEN (1/10) GbE SUPPORT
4128 M: dhananjay@netxen.com
4129 L: netdev@vger.kernel.org
4130 W: http://www.netxen.com
4132 F: drivers/net/netxen/
4134 NFS, SUNRPC, AND LOCKD CLIENTS
4136 M: Trond.Myklebust@netapp.com
4137 L: linux-nfs@vger.kernel.org
4138 W: http://client.linux-nfs.org
4139 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4145 F: include/linux/lockd/
4146 F: include/linux/nfs*
4147 F: include/linux/sunrpc/
4149 NI5010 NETWORK DRIVER
4150 P: Jan-Pascal van Best
4151 M: janpascal@vanbest.org
4154 L: netdev@vger.kernel.org
4156 F: drivers/net/ni5010.*
4160 M: konishi.ryusuke@lab.ntt.co.jp
4162 W: http://www.nilfs.org/en/
4164 F: Documentation/filesystems/nilfs2.txt
4166 F: include/linux/nilfs2_fs.h
4168 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4170 M: yokota@netlab.is.tsukuba.ac.jp
4171 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4173 F: Documentation/scsi/NinjaSCSI.txt
4174 F: drivers/scsi/pcmcia/nsp_*
4176 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4178 M: gotom@debian.or.jp
4180 M: yokota@netlab.is.tsukuba.ac.jp
4181 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4183 F: Documentation/scsi/NinjaSCSI.txt
4184 F: drivers/scsi/nsp32*
4187 P: Anton Altaparmakov
4189 L: linux-ntfs-dev@lists.sourceforge.net
4190 L: linux-kernel@vger.kernel.org
4191 W: http://www.linux-ntfs.org/
4192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4194 F: Documentation/filesystems/ntfs.txt
4197 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4199 M: adaplas@gmail.com
4200 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4202 F: drivers/video/riva/
4203 F: drivers/video/nvidia/
4206 P: Tony Lindgren <tony@atomide.com>
4208 L: linux-omap@vger.kernel.org
4209 W: http://www.muru.com/linux/omap/
4210 W: http://linux.omap.com/
4211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4215 OMAP CLOCK FRAMEWORK SUPPORT
4218 L: linux-omap@vger.kernel.org
4220 F: arch/arm/*omap*/*clock*
4222 OMAP POWER MANAGEMENT SUPPORT
4224 M: khilman@deeprootsystems.com
4225 L: linux-omap@vger.kernel.org
4227 F: arch/arm/*omap*/*pm*
4231 M: jhnikula@gmail.com
4232 L: alsa-devel@alsa-project.org (subscribers-only)
4233 L: linux-omap@vger.kernel.org
4237 OMAP FRAMEBUFFER SUPPORT
4239 M: imre.deak@nokia.com
4240 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4241 L: linux-omap@vger.kernel.org
4243 F: drivers/video/omap/
4247 M: jarkko.lavinen@nokia.com
4248 L: linux-kernel@vger.kernel.org
4249 L: linux-omap@vger.kernel.org
4251 F: drivers/mmc/host/*omap*
4253 OMAP RANDOM NUMBER GENERATOR SUPPORT
4255 M: dsaxena@plexity.net
4257 F: drivers/char/hw_random/omap-rng.c
4261 M: felipe.balbi@nokia.com
4263 M: dbrownell@users.sourceforge.net
4264 L: linux-usb@vger.kernel.org
4265 L: linux-omap@vger.kernel.org
4270 M: me@bobcopeland.com
4271 L: linux-karma-devel@lists.sourceforge.net
4273 F: Documentation/filesystems/omfs.txt
4276 OMNIKEY CARDMAN 4000 DRIVER
4278 M: laforge@gnumonks.org
4280 F: drivers/char/pcmcia/cm4000_cs.c
4281 F: include/linux/cm4000_cs.h
4283 OMNIKEY CARDMAN 4040 DRIVER
4285 M: laforge@gnumonks.org
4287 F: drivers/char/pcmcia/cm4040_cs.*
4289 OMNIVISION OV7670 SENSOR DRIVER
4292 L: linux-media@vger.kernel.org
4293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4295 F: drivers/media/video/ov7670.c
4297 ONENAND FLASH DRIVER
4299 M: kyungmin.park@samsung.com
4300 L: linux-mtd@lists.infradead.org
4302 F: drivers/mtd/onenand/
4303 F: include/linux/mtd/onenand*.h
4305 ONSTREAM SCSI TAPE DRIVER
4308 L: osst-users@lists.sourceforge.net
4309 L: linux-scsi@vger.kernel.org
4311 F: drivers/scsi/osst*
4314 OPENCORES I2C BUS DRIVER
4316 M: jacmet@sunsite.dk
4317 L: linux-i2c@vger.kernel.org
4319 F: Documentation/i2c/busses/i2c-ocores
4320 F: drivers/i2c/busses/i2c-ocores.c
4324 M: robert.richter@amd.com
4325 L: oprofile-list@lists.sf.net
4328 F: drivers/oprofile/
4329 F: include/linux/oprofile.h
4331 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4335 M: joel.becker@oracle.com
4336 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4337 W: http://oss.oracle.com/projects/ocfs2/
4338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4340 F: Documentation/filesystems/ocfs2.txt
4341 F: Documentation/filesystems/dlmfs.txt
4348 M: hermes@gibson.dropbear.id.au
4349 L: linux-wireless@vger.kernel.org
4350 L: orinoco-users@lists.sourceforge.net
4351 L: orinoco-devel@lists.sourceforge.net
4352 W: http://www.nongnu.org/orinoco/
4354 F: drivers/net/wireless/orinoco/
4358 M: bharrosh@panasas.com
4360 M: bhalevy@panasas.com
4361 L: osd-dev@open-osd.org
4362 W: http://open-osd.org
4363 T: git git://git.open-osd.org/open-osd.git
4368 M: flamingice@sourmilk.net
4369 L: linux-wireless@vger.kernel.org
4370 W: http://prism54.org
4371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4373 F: drivers/net/wireless/p54/
4375 PA SEMI ETHERNET DRIVER
4378 L: netdev@vger.kernel.org
4380 F: drivers/net/pasemi_mac.*
4382 PA SEMI SMBUS DRIVER
4385 L: linux-i2c@vger.kernel.org
4387 F: drivers/i2c/busses/i2c-pasemi.c
4389 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4391 M: laforge@gnumonks.org
4393 F: drivers/platform/x86/panasonic-laptop.c
4395 PANASONIC MN10300/AM33 PORT
4397 M: dhowells@redhat.com
4399 M: yasutake.koichi@jp.panasonic.com
4400 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4401 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4403 F: Documentation/mn10300/
4406 PARALLEL PORT SUPPORT
4407 L: linux-parport@lists.infradead.org (subscribers-only)
4410 F: include/linux/parport*.h
4411 F: drivers/char/ppdev.c
4412 F: include/linux/ppdev.h
4414 PARAVIRT_OPS INTERFACE
4415 P: Jeremy Fitzhardinge
4416 M: jeremy@xensource.com
4418 M: chrisw@sous-sol.org
4420 M: akataria@vmware.com
4422 M: rusty@rustcorp.com.au
4423 L: virtualization@lists.osdl.org
4424 L: linux-kernel@vger.kernel.org
4426 F: Documentation/ia64/paravirt_ops.txt
4427 F: arch/*/kernel/paravirt*
4428 F: arch/*/include/asm/paravirt.h
4430 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4433 L: linux-parport@lists.infradead.org (subscribers-only)
4434 W: http://www.torque.net/linux-pp.html
4436 F: Documentation/blockdev/paride.txt
4437 F: drivers/block/paride/
4444 L: linux-parisc@vger.kernel.org
4445 W: http://www.parisc-linux.org/
4446 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4451 PC87360 HARDWARE MONITORING DRIVER
4453 M: jim.cromie@gmail.com
4454 L: lm-sensors@lm-sensors.org
4456 F: Documentation/hwmon/pc87360
4457 F: drivers/hwmon/pc87360.c
4461 M: jim.cromie@gmail.com
4463 F: drivers/char/pc8736x_gpio.c
4467 M: riku.voipio@iki.fi
4469 F: drivers/leds/leds-pca9532.c
4470 F: include/linux/leds-pca9532.h
4474 M: linas@austin.ibm.com
4475 L: linux-kernel@vger.kernel.org
4476 L: linux-pci@vger.kernel.org
4478 F: Documentation/PCI/pci-error-recovery.txt
4479 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4483 M: jbarnes@virtuousgeek.org
4484 L: linux-kernel@vger.kernel.org
4485 L: linux-pci@vger.kernel.org
4486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4488 F: Documentation/PCI/
4490 F: include/linux/pci*
4493 P: Kristen Carlson Accardi
4494 M: kristen.c.accardi@intel.com
4495 L: linux-pci@vger.kernel.org
4497 F: drivers/pci/pcie/
4500 P: Linux PCMCIA Team
4501 L: linux-pcmcia@lists.infradead.org
4502 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4505 F: Documentation/pcmcia/
4509 PCNET32 NETWORK DRIVER
4511 M: pcnet32@verizon.net
4512 L: netdev@vger.kernel.org
4514 F: drivers/net/pcnet32.c
4516 PER-TASK DELAY ACCOUNTING
4518 M: balbir@linux.vnet.ibm.com
4519 L: linux-kernel@vger.kernel.org
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
4551 L: linux-kernel@vger.kernel.org
4553 F: drivers/block/pktcdvd.c
4554 F: include/linux/pktcdvd.h
4556 POSIX CLOCKS and TIMERS
4558 M: tglx@linutronix.de
4559 L: linux-kernel@vger.kernel.org
4562 F: include/linux/timer*
4565 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4569 M: dwmw2@infradead.org
4570 L: linux-kernel@vger.kernel.org
4571 T: git git://git.infradead.org/battery-2.6.git
4573 F: include/linux/power_supply.h
4574 F: drivers/power/power_supply*
4580 M: bjorn.helgaas@hp.com
4586 M: vitalywool@gmail.com
4587 L: linux-i2c@vger.kernel.org
4589 F: drivers/i2c/busses/i2c-pnx.c
4591 PPP PROTOCOL DRIVERS AND COMPRESSORS
4594 L: linux-ppp@vger.kernel.org
4596 F: drivers/net/ppp_*
4598 PPP OVER ATM (RFC 2364)
4599 P: Mitchell Blank Jr
4602 F: net/atm/pppoatm.c
4603 F: include/linux/atmppp.h
4607 M: mostrows@earthlink.net
4609 F: drivers/net/pppoe.c
4610 F: drivers/net/pppox.c
4614 M: jchapman@katalix.com
4616 F: drivers/net/pppol2tp.c
4617 F: include/linux/if_pppol2tp.h
4622 L: linux-kernel@vger.kernel.org
4623 L: kpreempt-tech@lists.sourceforge.net
4624 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4626 F: Documentation/preempt-locking.txt
4627 F: include/linux/preempt.h
4629 PRISM54 WIRELESS DRIVER
4630 P: Luis R. Rodriguez
4632 L: linux-wireless@vger.kernel.org
4633 W: http://prism54.org
4635 F: drivers/net/wireless/prism54/
4637 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4639 M: promise@pnd-pc.demon.co.uk
4640 W: http://www.pnd-pc.demon.co.uk/promise/
4643 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4644 P: Mikael Pettersson
4646 L: linux-ide@vger.kernel.org
4648 F: drivers/ata/sata_promise.*
4652 M: geoffrey.levand@am.sony.com
4653 L: netdev@vger.kernel.org
4654 L: cbe-oss-dev@ozlabs.org
4656 F: drivers/net/ps3_gelic_net.*
4658 PS3 PLATFORM SUPPORT
4660 M: geoffrey.levand@am.sony.com
4661 L: linuxppc-dev@ozlabs.org
4662 L: cbe-oss-dev@ozlabs.org
4664 F: arch/powerpc/boot/ps3*
4665 F: arch/powerpc/include/asm/lv1call.h
4666 F: arch/powerpc/include/asm/ps3*.h
4667 F: arch/powerpc/platforms/ps3/
4670 F: drivers/rtc/rtc-ps3.c
4671 F: drivers/usb/host/*ps3.c
4672 F: sound/ppc/snd_ps3*
4677 L: cbe-oss-dev@ozlabs.org
4682 M: roland@redhat.com
4685 L: linux-kernel@vger.kernel.org
4687 F: include/asm-generic/syscall.h
4688 F: include/linux/ptrace.h
4689 F: include/linux/regset.h
4690 F: include/linux/tracehook.h
4693 PVRUSB2 VIDEO4LINUX DRIVER
4696 L: pvrusb2@isely.net (subscribers-only)
4697 L: linux-media@vger.kernel.org
4698 W: http://www.isely.net/pvrusb2/
4699 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4701 F: Documentation/video4linux/README.pvrusb2
4702 F: drivers/media/video/pvrusb2/
4704 PXA2xx/PXA3xx SUPPORT
4706 M: eric.y.miao@gmail.com
4708 M: linux@arm.linux.org.uk
4709 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4711 F: arch/arm/mach-pxa/
4712 F: drivers/pcmcia/pxa2xx*
4713 F: drivers/spi/pxa2xx*
4714 F: drivers/usb/gadget/pxa2*
4715 F: include/sound/pxa2xx-lib.h
4721 M: eric.y.miao@gmail.com
4723 M: jason.chagas@marvell.com
4724 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4730 M: eric.y.miao@gmail.com
4731 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4740 M: robert.jarzmik@free.fr
4741 L: rtc-linux@googlegroups.com
4744 QLOGIC QLA2XXX FC-SCSI DRIVER
4746 M: linux-driver@qlogic.com
4747 L: linux-scsi@vger.kernel.org
4749 F: Documentation/scsi/LICENSE.qla2xxx
4750 F: drivers/scsi/qla2xxx/
4752 QLOGIC QLA3XXX NETWORK DRIVER
4754 M: linux-driver@qlogic.com
4755 L: netdev@vger.kernel.org
4757 F: Documentation/networking/LICENSE.qla3xxx
4758 F: drivers/net/qla3xxx.*
4760 QLOGIC QLGE 10Gb ETHERNET DRIVER
4762 M: linux-driver@qlogic.com
4763 M: ron.mercer@qlogic.com
4764 L: netdev@vger.kernel.org
4766 F: drivers/net/qlge/
4771 L: linux-kernel@vger.kernel.org
4772 W: http://www.alarsen.net/linux/qnx4fs/
4775 F: include/linux/qnx4_fs.h
4776 F: include/linux/qnxtypes.h
4778 RADEON FRAMEBUFFER DISPLAY DRIVER
4779 P: Benjamin Herrenschmidt
4780 M: benh@kernel.crashing.org
4781 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4783 F: drivers/video/aty/radeon*
4784 F: include/linux/radeonfb.h
4786 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4789 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4791 F: drivers/video/aty/aty128fb.c
4793 RALINK RT2X00 WIRELESS LAN DRIVER
4795 L: linux-wireless@vger.kernel.org
4796 L: users@rt2x00.serialmonkey.com
4797 W: http://rt2x00.serialmonkey.com/
4799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4800 F: drivers/net/wireless/rt2x00/
4802 RAMDISK RAM BLOCK DEVICE DRIVER
4806 F: Documentation/blockdev/ramdisk.txt
4807 F: drivers/block/brd.c
4809 RANDOM NUMBER DRIVER
4813 F: drivers/char/random.c
4817 M: mporter@kernel.crashing.org
4818 L: linux-kernel@vger.kernel.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
4832 L: linux-kernel@vger.kernel.org
4834 F: Documentation/RCU/torture.txt
4835 F: kernel/rcutorture.c
4839 M: florian@openwrt.org
4840 L: linux-kernel@vger.kernel.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
4860 W: http://www.rdrop.com/users/paulmck/rclock/
4861 L: linux-kernel@vger.kernel.org
4863 F: Documentation/RCU/rcu.txt
4864 F: Documentation/RCU/rcuref.txt
4865 F: include/linux/rcupdate.h
4866 F: include/linux/srcu.h
4867 F: kernel/rcupdate.c
4869 REAL TIME CLOCK DRIVER
4871 M: p_gortmaker@yahoo.com
4872 L: linux-kernel@vger.kernel.org
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)
5010 L: linux-kernel@vger.kernel.org
5012 F: drivers/mmc/host/s3cmci.*
5014 SAA7146 VIDEO4LINUX-2 DRIVER
5017 L: linux-media@vger.kernel.org
5018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5019 W: http://www.mihu.de/linux/saa7146
5021 F: drivers/media/common/saa7146*
5022 F: drivers/media/video/*7146*
5023 F: include/media/*7146*
5027 M: zwane@arm.linux.org.uk
5029 F: drivers/watchdog/sc1200wdt.c
5035 M: peterz@infradead.org
5036 L: linux-kernel@vger.kernel.org
5039 F: include/linux/sched.h
5044 L: linux-scsi@vger.kernel.org
5045 W: http://www.kernel.dk
5051 M: dgilbert@interlog.com
5052 L: linux-scsi@vger.kernel.org
5053 W: http://www.torque.net/sg
5055 F: drivers/scsi/sg.c
5056 F: include/scsi/sg.h
5059 P: James E.J. Bottomley
5060 M: James.Bottomley@HansenPartnership.com
5061 L: linux-scsi@vger.kernel.org
5062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5071 M: Kai.Makisara@kolumbus.fi
5072 L: linux-scsi@vger.kernel.org
5074 F: Documentation/scsi/st.txt
5079 M: vladislav.yasevich@hp.com
5080 P: Sridhar Samudrala
5082 L: linux-sctp@vger.kernel.org
5083 W: http://lksctp.sourceforge.net
5085 F: Documentation/networking/sctp.txt
5086 F: include/linux/sctp.h
5087 F: include/net/sctp/
5092 M: jim.cromie@gmail.com
5094 F: Documentation/i2c/busses/scx200_acb
5095 F: arch/x86/kernel/scx200_32.c
5096 F: drivers/watchdog/scx200_wdt.c
5097 F: drivers/i2c/busses/scx200*
5098 F: drivers/mtd/maps/scx200_docflash.c
5099 F: include/linux/scx200.h
5103 M: jim.cromie@gmail.com
5105 F: drivers/char/scx200_gpio.c
5106 F: include/linux/scx200_gpio.h
5108 SCx200 HRT CLOCKSOURCE DRIVER
5110 M: jim.cromie@gmail.com
5112 F: drivers/clocksource/scx200_hrt.c
5114 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5116 M: saschasommer@freenet.de
5117 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5119 F: drivers/mmc/host/sdricoh_cs.c
5121 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5124 L: sdhci-devel@lists.ossman.eu
5127 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5129 M: avorontsov@ru.mvista.com
5130 L: linuxppc-dev@ozlabs.org
5131 L: sdhci-devel@lists.ossman.eu
5133 F: drivers/mmc/host/sdhci.*
5137 M: jmorris@namei.org
5138 L: linux-kernel@vger.kernel.org
5139 L: linux-security-module@vger.kernel.org (suggested Cc:)
5140 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5141 W: http://security.wiki.kernel.org/
5146 P: Security Officers
5147 M: security@kernel.org
5150 SELINUX SECURITY MODULE
5152 M: sds@tycho.nsa.gov
5154 M: jmorris@namei.org
5156 M: eparis@parisplace.org
5157 L: linux-kernel@vger.kernel.org (kernel issues)
5158 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5159 W: http://selinuxproject.org
5160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5162 F: include/linux/selinux*
5163 F: security/selinux/
5167 M: jirislaby@gmail.com
5169 F: drivers/misc/phantom.c
5170 F: include/linux/phantom.h
5172 SERIAL ATA (SATA) SUBSYSTEM
5174 M: jgarzik@pobox.com
5175 L: linux-ide@vger.kernel.org
5176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5179 F: include/linux/ata.h
5180 F: include/linux/libata.h
5182 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5184 M: sathyap@serverengines.com
5185 P: Subbu Seetharaman
5186 M: subbus@serverengines.com
5187 L: netdev@vger.kernel.org
5188 W: http://www.serverengines.com
5190 F: drivers/net/benet/
5195 P: Robert Stonehouse
5196 M: linux-net-drivers@solarflare.com
5204 F: drivers/misc/sgi-gru/
5206 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5209 L: linux-ia64@vger.kernel.org
5211 F: Documentation/ia64/serial.txt
5212 F: drivers/serial/ioc?_serial.c
5213 F: include/linux/ioc?.h
5215 SGI VISUAL WORKSTATION 320 AND 540
5218 L: linux-visws-devel@lists.sf.net
5219 W: http://linux-visws.sf.net
5220 S: Maintained for 2.6.
5221 F: Documentation/sgi-visws.txt
5223 SGI XP/XPC/XPNET DRIVER
5227 F: drivers/misc/sgi-xp/
5229 SHARP LH SUPPORT (LH7952X & LH7A40X)
5232 W: http://projects.buici.com/arm
5233 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5235 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5236 F: arch/arm/mach-lh7a40x/
5237 F: drivers/serial/serial_lh7a40x.c
5238 F: drivers/usb/gadget/lh7a40*
5239 F: drivers/usb/host/ohci-lh7a40*
5242 P: Kristen Carlson Accardi
5243 M: kristen.c.accardi@intel.com
5244 L: linux-pci@vger.kernel.org
5246 F: drivers/pci/hotplug/shpchp*
5248 SIMTEC EB110ATX (Chalice CATS)
5251 M: support@simtec.co.uk
5252 W: http://www.simtec.co.uk/products/EB110ATX/
5255 SIMTEC EB2410ITX (BAST)
5258 M: support@simtec.co.uk
5259 W: http://www.simtec.co.uk/products/EB2410ITX/
5261 F: arch/arm/mach-s3c2410/
5262 F: drivers/*/*s3c2410*
5263 F: drivers/*/*/*s3c2410*
5265 SIS 190 ETHERNET DRIVER
5267 M: romieu@fr.zoreil.com
5268 L: netdev@vger.kernel.org
5270 F: drivers/net/sis190.c
5272 SIS 900/7016 FAST ETHERNET DRIVER
5274 M: venza@brownhat.org
5275 W: http://www.brownhat.org/sis900.html
5276 L: netdev@vger.kernel.org
5278 F: drivers/net/sis900.*
5280 SIS 96X I2C/SMBUS DRIVER
5282 M: mhoffman@lightlink.com
5283 L: linux-i2c@vger.kernel.org
5285 F: Documentation/i2c/busses/i2c-sis96x
5286 F: drivers/i2c/busses/i2c-sis96x.c
5288 SIS FRAMEBUFFER DRIVER
5289 P: Thomas Winischhofer
5290 M: thomas@winischhofer.net
5291 W: http://www.winischhofer.net/linuxsisvga.shtml
5293 F: Documentation/fb/sisfb.txt
5294 F: drivers/video/sis/
5295 F: include/video/sisfb.h
5298 P: Thomas Winischhofer
5299 M: thomas@winischhofer.net
5300 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5302 F: drivers/usb/misc/sisusbvga/
5304 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5305 P: Stephen Hemminger
5306 M: shemminger@linux-foundation.org
5307 L: netdev@vger.kernel.org
5309 F: drivers/net/skge.*
5310 F: drivers/net/sky2.*
5313 P: Christoph Lameter
5314 M: cl@linux-foundation.org
5316 M: penberg@cs.helsinki.fi
5319 L: linux-mm@kvack.org
5321 F: include/linux/sl?b*.h
5324 SMC91x ETHERNET DRIVER
5328 F: drivers/net/smc91x.*
5330 SMSC47B397 HARDWARE MONITOR DRIVER
5332 M: mhoffman@lightlink.com
5333 L: lm-sensors@lm-sensors.org
5335 F: Documentation/hwmon/smsc47b397
5336 F: drivers/hwmon/smsc47b397.c
5338 SMSC911x ETHERNET DRIVER
5339 P: Steve Glendinning
5340 M: steve.glendinning@smsc.com
5341 L: netdev@vger.kernel.org
5343 F: include/linux/smsc911x.h
5344 F: drivers/net/smsc911x.*
5346 SMSC9420 PCI ETHERNET DRIVER
5347 P: Steve Glendinning
5348 M: steve.glendinning@smsc.com
5349 L: netdev@vger.kernel.org
5351 F: drivers/net/smsc9420.*
5355 M: bn@niasdigital.com
5357 F: drivers/uio/uio_smx.c
5359 SN-IA64 (Itanium) SUB-PLATFORM
5362 L: linux-altix@sgi.com
5363 L: linux-ia64@vger.kernel.org
5364 W: http://www.sgi.com/altix
5368 SOC-CAMERA V4L2 SUBSYSTEM
5369 P: Guennadi Liakhovetski
5370 M: g.liakhovetski@gmx.de
5371 L: linux-media@vger.kernel.org
5372 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5374 F: include/media/v4l2*
5375 F: drivers/media/video/v4l2*
5377 SOEKRIS NET48XX LED SUPPORT
5381 F: drivers/leds/leds-net48xx.c
5383 SOFTWARE RAID (Multiple Disks) SUPPORT
5386 L: linux-raid@vger.kernel.org
5389 F: include/linux/raid/
5391 SONIC NETWORK DRIVER
5392 P: Thomas Bogendoerfer
5393 M: tsbogend@alpha.franken.de
5394 L: netdev@vger.kernel.org
5396 F: drivers/net/sonic.*
5398 SONICS SILICON BACKPLANE DRIVER (SSB)
5401 L: netdev@vger.kernel.org
5404 F: include/linux/ssb/
5406 SONY VAIO CONTROL DEVICE DRIVER
5408 M: malattia@linux.it
5409 L: linux-acpi@vger.kernel.org
5410 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5412 F: Documentation/laptops/sony-laptop.txt
5413 F: drivers/char/sonypi.c
5414 F: drivers/platform/x86/sony-laptop.c
5415 F: include/linux/sony-laptop.h
5417 SONY MEMORYSTICK CARD SUPPORT
5420 L: linux-kernel@vger.kernel.org
5421 W: http://tifmxx.berlios.de/
5423 F: drivers/memstick/host/tifm_ms.c
5430 L: alsa-devel@alsa-project.org (subscribers-only)
5431 W: http://www.alsa-project.org/
5432 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5433 T: git git://git.alsa-project.org/alsa-kernel.git
5435 F: Documentation/sound/
5439 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5441 M: lrg@slimlogic.co.uk
5443 M: broonie@opensource.wolfsonmicro.com
5444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5445 L: alsa-devel@alsa-project.org (subscribers-only)
5446 W: http://alsa-project.org/main/index.php/ASoC
5449 F: include/sound/soc*
5451 SPARC + UltraSPARC (sparc/sparc64)
5453 M: davem@davemloft.net
5454 L: sparclinux@vger.kernel.org
5455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5460 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5462 M: R.E.Wolff@BitWizard.nl
5463 L: linux-kernel@vger.kernel.org
5465 F: Documentation/serial/specialix.txt
5466 F: drivers/char/specialix*
5470 M: dbrownell@users.sourceforge.net
5471 L: spi-devel-general@lists.sourceforge.net
5473 F: Documentation/spi/
5475 F: include/linux/spi/
5477 SPIDERNET NETWORK DRIVER for CELL
5479 M: kou.ishizaki@toshiba.co.jp
5482 L: netdev@vger.kernel.org
5484 F: Documentation/networking/spider_net.txt
5485 F: drivers/net/spider_net*
5490 L: linuxppc-dev@ozlabs.org
5491 L: cbe-oss-dev@ozlabs.org
5492 W: http://www.ibm.com/developerworks/power/cell/
5494 F: Documentation/filesystems/spufs.txt
5495 F: arch/powerpc/platforms/cell/spufs/
5497 SQUASHFS FILE SYSTEM
5499 M: phillip@lougher.demon.co.uk
5500 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5501 W: http://squashfs.org.uk
5503 F: Documentation/filesystems/squashfs.txt
5506 SRM (Alpha) environment access
5507 P: Jan-Benedict Glaw
5508 M: jbglaw@lug-owl.de
5509 L: linux-kernel@vger.kernel.org
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 L: linux-kernel@vger.kernel.org
5525 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
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
5604 L: linux-kernel@vger.kernel.org
5606 F: Documentation/accounting/taskstats*
5607 F: include/linux/taskstats*
5608 F: kernel/taskstats.c
5613 L: netdev@vger.kernel.org
5615 F: include/linux/pkt_cls.h
5616 F: include/net/pkt_cls.h
5619 TCP LOW PRIORITY MODULE
5620 P: Wong Hoi Sing, Edison
5621 M: hswong3i@gmail.com
5622 P: Hung Hing Lun, Mike
5623 M: hlhung3i@gmail.com
5624 W: http://tcp-lp-mod.sourceforge.net/
5626 F: net/ipv4/tcp_lp.c
5628 TEHUTI ETHERNET DRIVER
5629 P: Alexander Indenbaum
5630 M: baum@tehutinetworks.net
5632 M: andy@greyhouse.net
5633 L: netdev@vger.kernel.org
5635 F: drivers/net/tehuti*
5637 Telecom Clock Driver for MCPL0010
5639 M: mark.gross@intel.com
5641 F: drivers/char/tlclk.c
5643 TENSILICA XTENSA PORT (xtensa)
5649 THINKPAD ACPI EXTRAS DRIVER
5650 P: Henrique de Moraes Holschuh
5651 M: ibm-acpi@hmh.eng.br
5652 L: ibm-acpi-devel@lists.sourceforge.net
5653 W: http://ibm-acpi.sourceforge.net
5654 W: http://thinkwiki.org/wiki/Ibm-acpi
5655 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5657 F: drivers/platform/x86/thinkpad_acpi.c
5659 TI FLASH MEDIA INTERFACE DRIVER
5663 F: drivers/misc/tifm*
5664 F: drivers/mmc/host/tifm_sd.c
5665 F: include/linux/tifm.h
5669 M: per.liden@ericsson.com
5671 M: jon.maloy@ericsson.com
5673 M: allan.stephens@windriver.com
5674 L: tipc-discussion@lists.sourceforge.net
5675 W: http://tipc.sourceforge.net/
5676 W: http://tipc.cslab.ericsson.net/
5677 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5679 F: include/linux/tipc*.h
5680 F: include/net/tipc/
5686 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5687 W: http://sourceforge.net/projects/tlan/
5689 F: Documentation/networking/tlan.txt
5690 F: drivers/net/tlan.*
5692 TOMOYO SECURITY MODULE
5694 M: takedakn@nttdata.co.jp
5696 M: penguin-kernel@I-love.SAKURA.ne.jp
5697 L: linux-kernel@vger.kernel.org (kernel issues)
5698 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5699 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5700 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5701 W: http://tomoyo.sourceforge.jp/
5702 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5706 TOSHIBA ACPI EXTRAS DRIVER
5708 F: drivers/platform/x86/toshiba_acpi.c
5712 M: jonathan@buzzard.org.uk
5713 L: tlinux-users@tce.toshiba-dme.co.jp
5714 W: http://www.buzzard.org.uk/toshiba/
5716 F: drivers/char/toshiba.c
5717 F: include/linux/toshiba.h
5721 M: ian@mnementh.co.uk
5723 F: drivers/mmc/host/tmio_mmc.*
5725 TMPFS (SHMEM FILESYSTEM)
5727 M: hugh.dickins@tiscali.co.uk
5728 L: linux-mm@kvack.org
5730 F: include/linux/shmem_fs.h
5735 M: debora@linux.vnet.ibm.com
5737 M: srajiv@linux.vnet.ibm.com
5738 W: http://tpmdd.sourceforge.net
5740 M: m.selhorst@sirrix.com
5741 W: http://www.sirrix.com
5742 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5744 F: drivers/char/tpm/
5748 M: trivial@kernel.org
5749 L: linux-kernel@vger.kernel.org
5750 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5755 M: alan@lxorguk.ukuu.org.uk
5756 L: linux-kernel@vger.kernel.org
5758 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5760 TULIP NETWORK DRIVERS
5762 M: grundler@parisc-linux.org
5765 L: netdev@vger.kernel.org
5767 F: drivers/net/tulip/
5770 P: Maxim Krasnyansky
5771 M: maxk@qualcomm.com
5772 L: vtun@office.satix.net
5773 W: http://vtun.sourceforge.net/tun
5775 F: Documentation/networking/tuntap.txt
5776 F: arch/um/os-Linux/drivers/
5778 TURBOCHANNEL SUBSYSTEM
5779 P: Maciej W. Rozycki
5780 M: macro@linux-mips.org
5783 F: include/linux/tc.h
5787 M: ballabio_dario@emc.com
5788 L: linux-scsi@vger.kernel.org
5790 F: drivers/scsi/u14-34f.c
5792 UBI FILE SYSTEM (UBIFS)
5794 M: dedekind@infradead.org
5796 M: ext-adrian.hunter@nokia.com
5797 L: linux-mtd@lists.infradead.org
5798 T: git git://git.infradead.org/ubifs-2.6.git
5799 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5801 F: Documentation/filesystems/ubifs.txt
5804 UCLINUX (AND M68KNOMMU)
5807 W: http://www.uclinux.org/
5808 L: uclinux-dev@uclinux.org (subscribers-only)
5812 UCLINUX FOR RENESAS H8/300 (H8300)
5814 M: ysato@users.sourceforge.jp
5815 W: http://uclinux-h8.sourceforge.jp/
5821 W: http://linux-udf.sourceforge.net
5823 F: Documentation/filesystems/udf.txt
5827 P: Evgeniy Dushistov
5828 M: dushistov@mail.ru
5829 L: linux-kernel@vger.kernel.org
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 L: linux-kernel@vger.kernel.org
5847 W: http://www.kernel.dk
5849 F: Documentation/cdrom/
5850 F: drivers/cdrom/cdrom.c
5851 F: include/linux/cdrom.h
5853 UNSORTED BLOCK IMAGES (UBI)
5855 M: dedekind@infradead.org
5856 W: http://www.linux-mtd.infradead.org/
5857 L: linux-mtd@lists.infradead.org
5858 T: git git://git.infradead.org/ubi-2.6.git
5861 F: include/linux/mtd/ubi.h
5862 F: include/mtd/ubi-user.h
5866 M: oliver@neukum.name
5867 L: linux-usb@vger.kernel.org
5869 F: Documentation/usb/acm.txt
5870 F: drivers/usb/class/cdc-acm.*
5872 USB BLOCK DRIVER (UB ub)
5874 M: zaitcev@redhat.com
5875 L: linux-kernel@vger.kernel.org
5876 L: linux-usb@vger.kernel.org
5878 F: drivers/block/ub.c
5880 USB CDC ETHERNET DRIVER
5881 P: Greg Kroah-Hartman
5883 L: linux-usb@vger.kernel.org
5885 W: http://www.kroah.com/linux-usb/
5886 F: drivers/net/usb/cdc_*.c
5887 F: include/linux/usb/cdc.h
5889 USB CYPRESS C67X00 DRIVER
5891 M: jacmet@sunsite.dk
5892 L: linux-usb@vger.kernel.org
5894 F: drivers/usb/c67x00/
5896 USB DAVICOM DM9601 DRIVER
5898 M: jacmet@sunsite.dk
5899 L: netdev@vger.kernel.org
5900 W: http://www.linux-usb.org/usbnet
5902 F: drivers/net/usb/dm9601.c
5904 USB DIAMOND RIO500 DRIVER
5907 L: rio500-users@lists.sourceforge.net
5908 W: http://rio500.sourceforge.net
5910 F: drivers/usb/misc/rio500*
5914 M: dbrownell@users.sourceforge.net
5915 L: linux-usb@vger.kernel.org
5917 F: Documentation/usb/ehci.txt
5918 F: drivers/usb/host/ehci*
5920 USB ET61X[12]51 DRIVER
5922 M: luca.risolia@studio.unibo.it
5923 L: linux-usb@vger.kernel.org
5924 L: linux-media@vger.kernel.org
5925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5926 W: http://www.linux-projects.org
5928 F: drivers/media/video/et61x251/
5930 USB GADGET/PERIPHERAL SUBSYSTEM
5932 M: dbrownell@users.sourceforge.net
5933 L: linux-usb@vger.kernel.org
5934 W: http://www.linux-usb.org/gadget
5936 F: drivers/usb/gadget/
5937 F: include/linux/usb/gadget*
5939 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5942 L: linux-usb@vger.kernel.org
5943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5945 F: Documentation/usb/hiddev.txt
5946 F: drivers/hid/usbhid/
5950 M: ok@artecdesign.ee
5951 L: linux-usb@vger.kernel.org
5953 F: drivers/usb/host/isp116x*
5954 F: include/linux/usb/isp116x.h
5956 USB KAWASAKI LSI DRIVER
5958 M: oliver@neukum.name
5959 L: linux-usb@vger.kernel.org
5961 F: drivers/usb/serial/kl5kusb105.*
5963 USB MASS STORAGE DRIVER
5965 M: mdharm-usb@one-eyed-alien.net
5966 L: linux-usb@vger.kernel.org
5967 L: usb-storage@lists.one-eyed-alien.net
5969 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5970 F: drivers/usb/storage/
5974 M: dbrownell@users.sourceforge.net
5975 L: linux-usb@vger.kernel.org
5977 F: Documentation/usb/ohci.txt
5978 F: drivers/usb/host/ohci*
5980 USB OPTION-CARD DRIVER
5982 M: smurf@smurf.noris.de
5983 L: linux-usb@vger.kernel.org
5985 F: drivers/usb/serial/option.c
5989 M: mmcclell@bigfoot.com
5990 L: linux-usb@vger.kernel.org
5991 W: http://alpha.dyndns.org/ov511/
5993 F: drivers/media/video/ov511.*
5997 M: petkan@users.sourceforge.net
5998 L: linux-usb@vger.kernel.org
5999 L: netdev@vger.kernel.org
6000 W: http://pegasus2.sourceforge.net/
6002 F: drivers/net/usb/pegasus.*
6004 USB PRINTER DRIVER (usblp)
6006 M: zaitcev@redhat.com
6007 L: linux-usb@vger.kernel.org
6009 F: drivers/usb/class/usblp.c
6013 M: petkan@users.sourceforge.net
6014 L: linux-usb@vger.kernel.org
6015 L: netdev@vger.kernel.org
6016 W: http://pegasus2.sourceforge.net/
6018 F: drivers/net/usb/rtl8150.c
6023 L: linux-usb@vger.kernel.org
6024 W: http://www.chello.nl/~j.vreeken/se401/
6026 F: Documentation/video4linux/se401.txt
6027 F: drivers/media/video/se401.*
6029 USB SERIAL BELKIN F5U103 DRIVER
6030 P: William Greathouse
6031 M: wgreathouse@smva.com
6032 L: linux-usb@vger.kernel.org
6034 F: drivers/usb/serial/belkin_sa.*
6036 USB SERIAL CYPRESS M8 DRIVER
6038 M: dignome@gmail.com
6039 L: linux-usb@vger.kernel.org
6041 W: http://geocities.com/i0xox0i
6042 W: http://firstlight.net/cvs
6043 F: drivers/usb/serial/cypress_m8.*
6045 USB SERIAL CYBERJACK DRIVER
6046 P: Matthias Bruestle and Harald Welte
6047 M: support@reiner-sct.com
6048 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6050 F: drivers/usb/serial/cyberjack.c
6052 USB SERIAL DIGI ACCELEPORT DRIVER
6053 P: Peter Berger and Al Borchers
6054 M: pberger@brimson.com
6055 M: alborchers@steinerpoint.com
6056 L: linux-usb@vger.kernel.org
6058 F: drivers/usb/serial/digi_acceleport.c
6061 P: Greg Kroah-Hartman
6063 L: linux-usb@vger.kernel.org
6065 F: Documentation/usb/usb-serial.txt
6066 F: drivers/usb/serial/generic.c
6067 F: drivers/usb/serial/usb-serial.c
6068 F: include/linux/usb/serial.h
6070 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6072 M: xavyer@ix.netcom.com
6073 L: linux-usb@vger.kernel.org
6075 F: drivers/usb/serial/empeg.c
6077 USB SERIAL KEYSPAN DRIVER
6078 P: Greg Kroah-Hartman
6080 L: linux-usb@vger.kernel.org
6081 W: http://www.kroah.com/linux/
6083 F: drivers/usb/serial/*keyspan*
6085 USB SERIAL WHITEHEAT DRIVER
6086 P: Support Department
6087 M: support@connecttech.com
6088 L: linux-usb@vger.kernel.org
6089 W: http://www.connecttech.com
6091 F: drivers/usb/serial/whiteheat*
6093 USB SMSC95XX ETHERNET DRIVER
6094 P: Steve Glendinning
6095 M: steve.glendinning@smsc.com
6096 L: netdev@vger.kernel.org
6098 F: drivers/net/usb/smsc95xx.*
6102 M: luca.risolia@studio.unibo.it
6103 L: linux-usb@vger.kernel.org
6104 L: linux-media@vger.kernel.org
6105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6106 W: http://www.linux-projects.org
6108 F: Documentation/video4linux/sn9c102.txt
6109 F: drivers/media/video/sn9c102/
6112 P: Greg Kroah-Hartman
6114 L: linux-usb@vger.kernel.org
6115 W: http://www.linux-usb.org
6116 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6118 F: Documentation/usb/
6121 F: include/linux/usb.h
6122 F: include/linux/usb/
6126 M: stern@rowland.harvard.edu
6127 L: linux-usb@vger.kernel.org
6129 F: drivers/usb/host/uhci*
6131 USB "USBNET" DRIVER FRAMEWORK
6133 M: dbrownell@users.sourceforge.net
6134 L: netdev@vger.kernel.org
6135 W: http://www.linux-usb.org/usbnet
6137 F: drivers/net/usb/usbnet.c
6138 F: include/linux/usb/usbnet.h
6142 M: laurent.pinchart@skynet.be
6143 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6144 L: linux-media@vger.kernel.org
6145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6146 W: http://linux-uvc.berlios.de
6148 F: drivers/media/video/uvc/
6150 USB W996[87]CF DRIVER
6152 M: luca.risolia@studio.unibo.it
6153 L: linux-usb@vger.kernel.org
6154 L: linux-media@vger.kernel.org
6155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6156 W: http://www.linux-projects.org
6158 F: Documentation/video4linux/w9968cf.txt
6159 F: drivers/media/video/w996*
6161 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6163 M: jussi.kivilinna@mbnet.fi
6164 L: linux-wireless@vger.kernel.org
6166 F: drivers/net/wireless/rndis_wlan.c
6170 M: luca.risolia@studio.unibo.it
6171 L: linux-usb@vger.kernel.org
6172 L: linux-media@vger.kernel.org
6173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6174 W: http://www.linux-projects.org
6176 F: Documentation/video4linux/zc0301.txt
6177 F: drivers/media/video/zc0301/
6182 L: linux-usb@vger.kernel.org
6183 W: http://linux-lc100020.sourceforge.net
6185 F: drivers/net/wireless/zd1201.*
6189 M: royale@zerezo.com
6190 L: linux-usb@vger.kernel.org
6191 L: linux-media@vger.kernel.org
6192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6193 W: http://royale.zerezo.com/zr364xx/
6195 F: Documentation/video4linux/zr364xx.txt
6196 F: drivers/media/video/zr364xx.c
6198 USER-MODE LINUX (UML)
6200 M: jdike@addtoit.com
6201 L: user-mode-linux-devel@lists.sourceforge.net
6202 L: user-mode-linux-user@lists.sourceforge.net
6203 W: http://user-mode-linux.sourceforge.net
6205 F: Documentation/uml/
6212 M: hjk@linutronix.de
6213 P: Greg Kroah-Hartman
6215 L: linux-kernel@vger.kernel.org
6217 F: Documentation/DocBook/uio-howto.tmpl
6219 F: include/linux/uio*.h
6221 UTIL-LINUX-NG PACKAGE
6224 L: util-linux-ng@vger.kernel.org
6225 W: http://kernel.org/~kzak/util-linux-ng/
6226 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6230 P: Michal Januszewski
6232 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6233 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6235 F: Documentation/fb/uvesafb.txt
6236 F: drivers/video/uvesafb.*
6238 VFAT/FAT/MSDOS FILESYSTEM
6240 M: hirofumi@mail.parknet.co.jp
6241 L: linux-kernel@vger.kernel.org
6243 F: Documentation/filesystems/vfat.txt
6246 VIA RHINE NETWORK DRIVER
6250 F: drivers/net/via-rhine.c
6254 M: khali@linux-fr.org
6255 L: linux-i2c@vger.kernel.org
6257 F: Documentation/i2c/busses/i2c-viapro
6258 F: drivers/i2c/busses/i2c-viapro.c
6260 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6262 M: JosephChan@via.com.tw
6264 M: ScottFang@viatech.com.cn
6265 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6267 F: drivers/video/via/
6269 VIA VELOCITY NETWORK DRIVER
6271 M: romieu@fr.zoreil.com
6272 L: netdev@vger.kernel.org
6274 F: drivers/net/via-velocity.*
6279 L: netdev@vger.kernel.org
6281 F: drivers/net/macvlan.c
6282 F: include/linux/if_*vlan.h
6285 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6287 M: lrg@slimlogic.co.uk
6289 M: broonie@opensource.wolfsonmicro.com
6290 W: http://opensource.wolfsonmicro.com/node/15
6291 W: http://www.slimlogic.co.uk/?p=48
6292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6294 F: drivers/regulator/
6295 F: include/linux/regulator/
6297 VT1211 HARDWARE MONITOR DRIVER
6300 L: lm-sensors@lm-sensors.org
6302 F: Documentation/hwmon/vt1211
6303 F: drivers/hwmon/vt1211.c
6305 VT8231 HARDWARE MONITOR DRIVER
6307 M: vt8231@hiddenengine.co.uk
6308 L: lm-sensors@lm-sensors.org
6310 F: drivers/hwmon/vt8231.c
6312 W1 DALLAS'S 1-WIRE BUS
6314 M: johnpol@2ka.mipt.ru
6316 F: Documentation/w1/
6319 W83791D HARDWARE MONITORING DRIVER
6321 M: m.hulsman@tudelft.nl
6322 L: lm-sensors@lm-sensors.org
6324 F: Documentation/hwmon/w83791d
6325 F: drivers/hwmon/w83791d.c
6327 W83793 HARDWARE MONITORING DRIVER
6329 M: r.marek@assembler.cz
6330 L: lm-sensors@lm-sensors.org
6332 F: Documentation/hwmon/w83793
6333 F: drivers/hwmon/w83793.c
6335 W83L51xD SD/MMC CARD INTERFACE DRIVER
6338 L: linux-kernel@vger.kernel.org
6340 F: drivers/mmc/host/wbsd.*
6342 WATCHDOG DEVICE DRIVERS
6345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6347 F: Documentation/watchdog/
6348 F: drivers/watchdog/
6349 F: include/linux/watchdog.h
6351 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6354 L: linux-wireless@vger.kernel.org
6355 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6357 F: Documentation/networking/wavelan.txt
6358 F: drivers/net/wireless/wavelan*
6362 M: zaga@fly.cc.fer.hr
6363 L: linux-scsi@vger.kernel.org
6365 F: drivers/scsi/wd7000.c
6368 P: Inaky Perez-Gonzalez
6369 M: inaky.perez-gonzalez@intel.com
6370 M: linux-wimax@intel.com
6371 L: wimax@linuxwimax.org
6373 W: http://linuxwimax.org
6375 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6377 M: david.vrabel@csr.com
6379 F: include/linux/wlp.h
6382 WISTRON LAPTOP BUTTON DRIVER
6386 F: drivers/input/misc/wistron_btns.c
6388 WL3501 WIRELESS PCMCIA CARD DRIVER
6389 P: Arnaldo Carvalho de Melo
6390 M: acme@ghostprotocols.net
6391 L: linux-wireless@vger.kernel.org
6392 W: http://oops.ghostprotocols.net:81/blog
6394 F: drivers/net/wireless/wl3501*
6396 WM97XX TOUCHSCREEN DRIVERS
6398 M: broonie@opensource.wolfsonmicro.com
6400 M: lrg@slimlogic.co.uk
6401 L: linux-input@vger.kernel.org
6402 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6403 W: http://opensource.wolfsonmicro.com/node/7
6405 F: drivers/input/touchscreen/*wm97*
6406 F: include/linux/wm97xx.h
6410 M: eis@baty.hanse.de
6411 L: linux-x25@vger.kernel.org
6413 F: Documentation/networking/x25*
6417 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6419 M: tglx@linutronix.de
6425 L: linux-kernel@vger.kernel.org
6426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6428 F: Documentation/x86/
6431 XEN HYPERVISOR INTERFACE
6432 P: Jeremy Fitzhardinge
6433 M: jeremy@xensource.com
6435 M: chrisw@sous-sol.org
6436 L: virtualization@lists.osdl.org
6437 L: xen-devel@lists.xensource.com
6440 F: drivers/*/xen-*front.c
6442 F: arch/x86/include/asm/xen/
6446 P: Silicon Graphics Inc
6449 M: xfs-masters@oss.sgi.com
6451 W: http://oss.sgi.com/projects/xfs
6452 T: git git://oss.sgi.com/xfs/xfs.git
6454 F: Documentation/filesystems/xfs.txt
6457 XILINX SYSTEMACE DRIVER
6459 M: grant.likely@secretlab.ca
6460 W: http://www.secretlab.ca/
6461 L: linux-kernel@vger.kernel.org
6463 F: drivers/block/xsysace.c
6465 XILINX UARTLITE SERIAL DRIVER
6467 M: jacmet@sunsite.dk
6468 L: linux-serial@vger.kernel.org
6470 F: drivers/serial/uartlite.c
6472 YAM DRIVER FOR AX.25
6473 P: Jean-Paul Roubelat
6475 L: linux-hams@vger.kernel.org
6477 F: drivers/net/hamradio/yam*
6478 F: include/linux/yam.h
6480 YEALINK PHONE DRIVER
6482 M: Henk.Vergonet@gmail.com
6483 L: usbb2k-api-dev@nongnu.org
6485 F: Documentation/input/yealink.txt
6486 F: drivers/input/misc/yealink.*
6488 Z8530 DRIVER FOR AX.25
6491 W: http://yaina.de/jreuter/
6492 W: http://www.qsl.net/dl1bke/
6493 L: linux-hams@vger.kernel.org
6495 F: Documentation/networking/z8530drv.txt
6496 F: drivers/net/hamradio/*scc.c
6497 F: drivers/net/hamradio/z8530.h
6499 ZD1211RW WIRELESS DRIVER
6503 M: kune@deine-taler.de
6504 W: http://zd1211.ath.cx/wiki/DriverRewrite
6505 L: linux-wireless@vger.kernel.org
6506 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6508 F: drivers/net/wireless/zd1211rw/
6510 ZR36067 VIDEO FOR LINUX DRIVER
6511 L: mjpeg-users@lists.sourceforge.net
6512 L: linux-media@vger.kernel.org
6513 W: http://mjpeg.sourceforge.net/driver-zoran/
6514 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6516 F: drivers/media/video/zoran/
6518 ZS DECSTATION Z85C30 SERIAL DRIVER
6519 P: Maciej W. Rozycki
6520 M: macro@linux-mips.org
6522 F: drivers/serial/zs.*
6526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6527 S: Buried alive in reporters