2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
109 L: netdev@vger.kernel.org
111 F: drivers/net/3c505*
115 M: klassert@mathematik.tu-chemnitz.de
116 L: netdev@vger.kernel.org
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
123 M: dave@thedillows.org
124 L: netdev@vger.kernel.org
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
130 M: linuxraid@amcc.com
131 L: linux-scsi@vger.kernel.org
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
138 M: linuxraid@amcc.com
139 L: linux-scsi@vger.kernel.org
140 W: http://www.amcc.com
142 F: drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P: James E.J. Bottomley
146 M: James.Bottomley@HansenPartnership.com
147 L: linux-scsi@vger.kernel.org
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
153 M: ajk@iehk.rwth-aachen.de
154 L: linux-hams@vger.kernel.org
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M: romieu@fr.zoreil.com
161 L: netdev@vger.kernel.org
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 M: alan@lxorguk.ukuu.org.uk
168 L: linux-serial@vger.kernel.org
169 W: http://serial.sourceforge.net
171 F: drivers/serial/8250*
172 F: include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
176 M: p_gortmaker@yahoo.com
177 L: netdev@vger.kernel.org
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
186 M: rminnich@sandia.gov
189 L: v9fs-developer@lists.sourceforge.net
190 W: http://swik.net/v9fs
191 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
193 F: Documentation/filesystems/9p.txt
196 A2232 SERIAL BOARD DRIVER
199 L: linux-m68k@lists.linux-m68k.org
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 M: aacraid@adaptec.com
206 L: linux-scsi@vger.kernel.org
207 W: http://www.adaptec.com/
209 F: Documentation/scsi/aacraid.txt
210 F: drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
214 M: j.w.r.degoede@hhs.nl
215 L: lm-sensors@lm-sensors.org
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
221 M: alistair@devzero.co.uk
222 L: lm-sensors@lm-sensors.org
224 F: drivers/hwmon/abituguru3.c
228 M: jes@trained-monkey.org
229 L: linux-acenic@sunsite.dk
231 F: drivers/net/acenic*
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
236 W: http://piie.net/?section=acerhdf
238 F: drivers/platform/x86/acerhdf.c
240 ACER WMI LAPTOP EXTRAS
242 M: carlos@strangeworlds.co.uk
243 L: aceracpi@googlegroups.com (subscribers-only)
244 W: http://code.google.com/p/aceracpi
246 F: drivers/platform/x86/acer-wmi.c
251 L: linux-acpi@vger.kernel.org
252 W: http://www.lesswatts.org/projects/acpi/
253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
256 F: drivers/pnp/pnpacpi/
257 F: include/linux/acpi.h
260 P: Alexey Starikovskiy
261 M: astarikovskiy@suse.de
262 L: linux-acpi@vger.kernel.org
263 W: http://www.lesswatts.org/projects/acpi/
265 F: drivers/acpi/battery.c
266 F: drivers/acpi/*sbs*
269 P: Alexey Starikovskiy
270 M: astarikovskiy@suse.de
271 L: linux-acpi@vger.kernel.org
272 W: http://www.lesswatts.org/projects/acpi/
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/fan.c
284 ACPI PCI HOTPLUG DRIVER
285 P: Kristen Carlson Accardi
286 M: kristen.c.accardi@intel.com
287 L: linux-pci@vger.kernel.org
289 F: drivers/pci/hotplug/acpi*
293 M: rui.zhang@intel.com
294 L: linux-acpi@vger.kernel.org
295 W: http://www.lesswatts.org/projects/acpi/
297 F: drivers/acpi/*thermal*
301 M: rui.zhang@intel.com
302 L: linux-acpi@vger.kernel.org
303 W: http://www.lesswatts.org/projects/acpi/
305 F: drivers/acpi/video.c
309 M: carlos@strangeworlds.co.uk
310 L: linux-acpi@vger.kernel.org
311 W: http://www.lesswatts.org/projects/acpi/
313 F: drivers/platform/x86/wmi.c
315 AD1889 ALSA SOUND DRIVER
319 M: T-Bone@parisc-linux.org
320 W: http://wiki.parisc-linux.org/AD1889
321 L: linux-parisc@vger.kernel.org
323 F: sound/pci/ad1889.*
325 ADM1025 HARDWARE MONITOR DRIVER
327 M: khali@linux-fr.org
328 L: lm-sensors@lm-sensors.org
330 F: Documentation/hwmon/adm1025
331 F: drivers/hwmon/adm1025.c
333 ADM1029 HARDWARE MONITOR DRIVER
335 M: corentin.labbe@geomatys.fr
336 L: lm-sensors@lm-sensors.org
338 F: drivers/hwmon/adm1029.c
340 ADM8211 WIRELESS DRIVER
342 M: flamingice@sourmilk.net
343 L: linux-wireless@vger.kernel.org
344 W: http://linuxwireless.org/
345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
347 F: drivers/net/wireless/adm8211.*
353 F: drivers/macintosh/therm_adt746x.c
358 L: linux-scsi@vger.kernel.org
360 F: Documentation/scsi/advansys.txt
361 F: drivers/scsi/advansys.c
364 P: Riccardo Facchetti
367 F: sound/oss/aedsp16.c
371 M: zippel@linux-m68k.org
373 F: Documentation/filesystems/affs.txt
376 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
378 M: dhowells@redhat.com
379 L: linux-afs@lists.infradead.org
382 F: include/net/af_rxrpc.h
383 F: net/rxrpc/af_rxrpc.c
388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
391 F: include/linux/agp*
394 P: Juergen E. Fischer
396 L: linux-scsi@vger.kernel.org
398 F: drivers/scsi/aha152x*
399 F: drivers/scsi/pcmcia/aha152x*
401 AIC7XXX / AIC79XX SCSI DRIVER
404 L: linux-scsi@vger.kernel.org
406 F: drivers/scsi/aic7xxx/
407 F: drivers/scsi/aic7xxx_old/
412 L: linux-aio@kvack.org
415 F: include/linux/*aio*.h
417 ALCATEL SPEEDTOUCH USB DRIVER
419 M: duncan.sands@free.fr
420 L: linux-usb@vger.kernel.org
421 W: http://www.linux-usb.org/SpeedTouch/
423 F: drivers/usb/atm/speedtch.c
424 F: drivers/usb/atm/usbatm.c
426 ALCHEMY AU1XX0 MMC DRIVER
428 M: manuel.lauss@gmail.com
430 F: drivers/mmc/host/au1xmmc.c
434 M: r.marek@assembler.cz
435 L: linux-i2c@vger.kernel.org
437 F: Documentation/i2c/busses/i2c-ali1563
438 F: drivers/i2c/busses/i2c-ali1563.c
443 S: Odd Fixes for 2.4; Maintained for 2.6.
445 M: ink@jurassic.park.msu.ru
446 S: Maintained for 2.4; PCI support for 2.6.
447 L: linux-alpha@vger.kernel.org
450 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
452 M: dahlmann.thomas@arcor.de
453 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
455 F: drivers/usb/gadget/amd5536udc.*
457 AMD GEODE PROCESSOR/CHIPSET SUPPORT
459 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
460 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
462 F: arch/x86/kernel/geode_32.c
463 F: drivers/char/hw_random/geode-rng.c
464 F: drivers/crypto/geode*
465 F: drivers/video/geode/
466 F: arch/x86/include/asm/geode.h
470 M: joerg.roedel@amd.com
471 L: iommu@lists.linux-foundation.org
472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
474 F: arch/x86/kernel/amd_iommu*.c
475 F: arch/x86/include/asm/amd_iommu*.h
477 AMD MICROCODE UPDATE SUPPORT
479 M: andreas.herrmann3@amd.com
480 L: amd64-microcode@amd64.org
482 F: arch/x86/kernel/microcode_amd.c
484 AMS (Apple Motion Sensor) DRIVER
486 M: stelian@popies.net
487 P: Michael Hanselmann
488 M: linux-kernel@hansmi.ch
490 F: drivers/hwmon/ams/
494 M: tom@opengridcomputing.com
496 M: swise@opengridcomputing.com
497 L: general@lists.openfabrics.org
499 F: drivers/infiniband/hw/amso1100/
501 AOA (Apple Onboard Audio) ALSA DRIVER
503 M: johannes@sipsolutions.net
504 L: linuxppc-dev@ozlabs.org
505 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
511 M: sfr@canb.auug.org.au
512 L: linux-laptop@vger.kernel.org
513 W: http://www.canb.auug.org.au/~sfr/
515 F: arch/x86/kernel/apm_32.c
516 F: include/linux/apm_bios.h
518 APPLE BCM5974 MULTITOUCH DRIVER
520 M: rydberg@euromail.se
521 L: linux-input@vger.kernel.org
523 F: drivers/input/mouse/bcm5974.c
527 M: nicolas@boichat.ch
528 L: mactel-linux-devel@lists.sourceforge.net
530 F: drivers/hwmon/applesmc.c
532 APPLETALK NETWORK LAYER
533 P: Arnaldo Carvalho de Melo
534 M: acme@ghostprotocols.net
536 F: drivers/net/appletalk/
539 APPLETOUCH TOUCHPAD DRIVER
541 M: johannes@sipsolutions.net
542 L: linux-input@vger.kernel.org
544 F: Documentation/input/appletouch.txt
545 F: drivers/input/mouse/appletouch.c
547 ARC FRAMEBUFFER DRIVER
549 M: jayalk@intworks.biz
551 F: drivers/video/arcfb.c
552 F: drivers/video/fb_defio.c
554 ARM MFM AND FLOPPY DRIVERS
558 F: arch/arm/lib/floppydma.S
559 F: arch/arm/include/asm/floppy.h
563 M: linux@arm.linux.org.uk
564 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565 W: http://www.arm.linux.org.uk/
569 ARM PRIMECELL MMCI PL180/1 DRIVER
571 F: drivers/mmc/host/mmci.*
573 ARM/ADI ROADRUNNER MACHINE SUPPORT
575 M: kernel@wantstofly.org
576 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 F: arch/arm/mach-ixp23xx/
579 F: arch/arm/mach-ixp23xx/include/mach/
581 ARM/ADS SPHERE MACHINE SUPPORT
583 M: kernel@wantstofly.org
584 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
587 ARM/AFEB9260 MACHINE SUPPORT
589 M: slapin@ossfans.org
590 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593 ARM/AJECO 1ARM MACHINE SUPPORT
595 M: kernel@wantstofly.org
596 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
601 M: linux@maxim.org.za
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 W: http://maxim.org.za/at91_26.html
606 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
608 M: kernel@wantstofly.org
609 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
612 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
614 M: kernel@wantstofly.org
615 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
620 M: linux@arm.linux.org.uk
621 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
622 F: arch/arm/common/clkdev.c
623 F: arch/arm/include/asm/clkdev.h
625 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
627 M: mike@compulab.co.il
628 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
631 ARM/CORGI MACHINE SUPPORT
636 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
638 M: paulius.zaleckas@teltonika.lt
639 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
640 T: git git://gitorious.org/linux-gemini/mainline.git
642 F: arch/arm/mach-gemini/
644 ARM/EBSA110 MACHINE SUPPORT
646 M: linux@arm.linux.org.uk
647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 W: http://www.arm.linux.org.uk/
650 F: arch/arm/mach-ebsa110/
651 F: drivers/net/arm/am79c961a.*
653 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
657 M: stefan@openezx.org
659 M: laforge@openezx.org
660 L: openezx-devel@lists.openezx.org (subscribers-only)
661 W: http://www.openezx.org/
663 T: topgit git://git.openezx.org/openezx.git
664 F: arch/arm/mach-pxa/ezx.c
666 ARM/FARADAY FA526 PORT
668 M: paulius.zaleckas@teltonika.lt
669 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
673 ARM/FOOTBRIDGE ARCHITECTURE
675 M: linux@arm.linux.org.uk
676 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 W: http://www.arm.linux.org.uk/
679 F: arch/arm/include/asm/hardware/dec21285.h
680 F: arch/arm/mach-footbridge/
682 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
684 M: kernel@pengutronix.de
685 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
690 M: kernel@wantstofly.org
691 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
694 ARM/GUMSTIX MACHINE SUPPORT
697 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
702 M: philipp.zabel@gmail.com
704 F: arch/arm/mach-pxa/hx4700.c
705 F: arch/arm/mach-pxa/include/mach/hx4700.h
707 ARM/HP JORNADA 7XX MACHINE SUPPORT
708 P: Kristoffer Ericson
709 M: kristoffer.ericson@gmail.com
713 ARM/INTEL IOP32X ARM ARCHITECTURE
715 M: kernel@wantstofly.org
717 M: dan.j.williams@intel.com
718 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721 ARM/INTEL IOP33X ARM ARCHITECTURE
723 M: dan.j.williams@intel.com
724 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
727 ARM/INTEL IOP13XX ARM ARCHITECTURE
729 M: kernel@wantstofly.org
731 M: dan.j.williams@intel.com
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL IQ81342EX MACHINE SUPPORT
737 M: kernel@wantstofly.org
739 M: dan.j.williams@intel.com
740 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 ARM/INTEL IXP2000 ARM ARCHITECTURE
745 M: kernel@wantstofly.org
746 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 ARM/INTEL IXDP2850 MACHINE SUPPORT
751 M: kernel@wantstofly.org
752 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 ARM/INTEL IXP23XX ARM ARCHITECTURE
757 M: kernel@wantstofly.org
758 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
761 ARM/INTEL XSC3 (MANZANO) ARM CORE
763 M: kernel@wantstofly.org
765 M: dan.j.williams@intel.com
766 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
769 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
771 M: kernel@wantstofly.org
772 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
775 ARM/LOGICPD PXA270 MACHINE SUPPORT
777 M: kernel@wantstofly.org
778 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781 ARM/MAGICIAN MACHINE SUPPORT
783 M: philipp.zabel@gmail.com
786 ARM/MIOA701 MACHINE SUPPORT
788 M: robert.jarzmik@free.fr
789 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790 F: arch/arm/mach-pxa/mioa701.c
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 P: Michael Petchkovsky
795 M: mkpetch@internode.on.net
798 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
800 M: arhuaco@freaks-unidos.net
801 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
802 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
805 ARM/TOSA MACHINE SUPPORT
806 P: Dmitry Eremin-Solenikov
807 M: dbaryshkov@gmail.com
809 M: dirk@opfer-online.de
812 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
814 M: marek.vasut@gmail.com
815 W: http://hackndev.com
818 ARM/PALM TREO 680 SUPPORT
820 M: sleep_walker@suse.cz
821 W: http://hackndev.com
826 M: slapin@ossfans.org
827 W: http://hackndev.com
832 M: pleb@gelato.unsw.edu.au
833 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
836 ARM/PT DIGITAL BOARD PORT
838 M: stefan.eletzhofer@eletztrick.de
839 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
840 W: http://www.arm.linux.org.uk/
843 ARM/RADISYS ENP2611 MACHINE SUPPORT
845 M: kernel@wantstofly.org
846 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
849 ARM/RISCPC ARCHITECTURE
851 M: linux@arm.linux.org.uk
852 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 W: http://www.arm.linux.org.uk/
855 F: arch/arm/common/time-acorn.c
856 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
857 F: arch/arm/include/asm/hardware/ioc.h
858 F: arch/arm/include/asm/hardware/iomd.h
859 F: arch/arm/include/asm/hardware/memc.h
860 F: arch/arm/mach-rpc/
861 F: drivers/net/arm/ether*
864 ARM/SHARK MACHINE SUPPORT
866 M: alex@shark-linux.de
867 W: http://www.shark-linux.de/shark.html
870 ARM/SAMSUNG ARM ARCHITECTURES
872 M: ben-linux@fluff.org
873 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
874 W: http://www.fluff.org/ben/linux/
876 F: arch/arm/plat-s3c/
877 F: arch/arm/plat-s3c24xx/
879 ARM/S3C2410 ARM ARCHITECTURE
881 M: ben-linux@fluff.org
882 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
883 W: http://www.fluff.org/ben/linux/
885 F: arch/arm/mach-s3c2410/
887 ARM/S3C2440 ARM ARCHITECTURE
889 M: ben-linux@fluff.org
890 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
891 W: http://www.fluff.org/ben/linux/
893 F: arch/arm/mach-s3c2440/
895 ARM/S3C2442 ARM ARCHITECTURE
897 M: ben-linux@fluff.org
898 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
899 W: http://www.fluff.org/ben/linux/
901 F: arch/arm/mach-s3c2442/
903 ARM/S3C2443 ARM ARCHITECTURE
905 M: ben-linux@fluff.org
906 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907 W: http://www.fluff.org/ben/linux/
909 F: arch/arm/mach-s3c2443/
911 ARM/S3C6400 ARM ARCHITECTURE
913 M: ben-linux@fluff.org
914 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
915 W: http://www.fluff.org/ben/linux/
917 F: arch/arm/mach-s3c6400/
919 ARM/S3C6410 ARM ARCHITECTURE
921 M: ben-linux@fluff.org
922 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
923 W: http://www.fluff.org/ben/linux/
925 F: arch/arm/mach-s3c6410/
927 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
929 M: kernel@wantstofly.org
930 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
933 ARM/THECUS N2100 MACHINE SUPPORT
935 M: kernel@wantstofly.org
936 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
939 ARM/NUVOTON W90X900 ARM ARCHITECTURE
941 M: mcuos.com@gmail.com
942 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
943 W: http://www.mcuos.com
948 M: linux@arm.linux.org.uk
949 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
950 W: http://www.arm.linux.org.uk/
956 L: netdev@vger.kernel.org
960 ASUS ACPI EXTRAS DRIVER
962 M: corentincj@iksaif.net
964 M: sziwan@users.sourceforge.net
965 L: acpi4asus-user@lists.sourceforge.net
966 W: http://acpi4asus.sf.net
968 F: arch/x86/kernel/acpi/boot.c
969 F: drivers/platform/x86/asus_acpi.c
971 ASUS ASB100 HARDWARE MONITOR DRIVER
973 M: mhoffman@lightlink.com
974 L: lm-sensors@lm-sensors.org
976 F: drivers/hwmon/asb100.c
978 ASUS LAPTOP EXTRAS DRIVER
980 M: corentincj@iksaif.net
981 L: acpi4asus-user@lists.sourceforge.net
982 W: http://acpi4asus.sf.net
984 F: drivers/platform/x86/asus-laptop.c
986 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
988 M: dan.j.williams@intel.com
990 M: maciej.sosnowski@intel.com
991 W: http://sourceforge.net/projects/xscaleiop
993 F: Documentation/crypto/async-tx-api.txt
996 F: include/linux/dmaengine.h
997 F: include/linux/async_tx.h
999 ATA OVER ETHERNET (AOE) DRIVER
1001 M: ecashin@coraid.com
1002 W: http://www.coraid.com/support/linux
1004 F: Documentation/aoe/
1005 F: drivers/block/aoe/
1007 ATHEROS ATH5K WIRELESS DRIVER
1009 M: jirislaby@gmail.com
1011 M: mickflemm@gmail.com
1012 P: Luis R. Rodriguez
1013 M: lrodriguez@atheros.com
1015 M: me@bobcopeland.com
1016 L: linux-wireless@vger.kernel.org
1017 L: ath5k-devel@lists.ath5k.org
1019 F: drivers/net/wireless/ath/ath5k/
1021 ATHEROS ATH9K WIRELESS DRIVER
1022 P: Luis R. Rodriguez
1023 M: lrodriguez@atheros.com
1025 M: jmalinen@atheros.com
1027 M: Sujith.Manoharan@atheros.com
1028 P: Vasanthakumar Thiagarajan
1029 M: vasanth@atheros.com
1030 P: Senthil Balasubramanian
1031 M: senthilkumar@atheros.com
1032 L: linux-wireless@vger.kernel.org
1033 L: ath9k-devel@lists.ath9k.org
1035 F: drivers/net/wireless/ath/ath9k/
1037 ATHEROS AR9170 WIRELESS DRIVER
1038 P: Christian Lamparter
1040 L: linux-wireless@vger.kernel.org
1041 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1043 F: drivers/net/wireless/ath/ar9170/
1049 F: drivers/input/misc/ati_remote2.c
1051 ATLX ETHERNET DRIVERS
1053 M: jcliburn@gmail.com
1055 M: csnook@redhat.com
1057 M: jie.yang@atheros.com
1058 L: atl1-devel@lists.sourceforge.net
1059 W: http://sourceforge.net/projects/atl1
1060 W: http://atl1.sourceforge.net
1062 F: drivers/net/atlx/
1066 M: chas@cmf.nrl.navy.mil
1067 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1068 L: netdev@vger.kernel.org
1069 W: http://linux-atm.sourceforge.net
1072 F: include/linux/atm*
1074 ATMEL AT91 MCI DRIVER
1076 M: nicolas.ferre@atmel.com
1077 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1078 W: http://www.atmel.com/products/AT91/
1079 W: http://www.at91.com/
1081 F: drivers/mmc/host/at91_mci.c
1083 ATMEL AT91 / AT32 MCI DRIVER
1085 M: nicolas.ferre@atmel.com
1087 F: drivers/mmc/host/atmel-mci.c
1088 F: drivers/mmc/host/atmel-mci-regs.h
1090 ATMEL AT91 / AT32 SERIAL DRIVER
1091 P: Haavard Skinnemoen
1092 M: hskinnemoen@atmel.com
1094 F: drivers/serial/atmel_serial.c
1098 M: nicolas.ferre@atmel.com
1099 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1101 F: drivers/video/atmel_lcdfb.c
1102 F: include/video/atmel_lcdc.h
1104 ATMEL MACB ETHERNET DRIVER
1105 P: Haavard Skinnemoen
1106 M: hskinnemoen@atmel.com
1108 F: drivers/net/macb.*
1111 P: Haavard Skinnemoen
1112 M: hskinnemoen@atmel.com
1114 F: drivers/spi/atmel_spi.*
1116 ATMEL USBA UDC DRIVER
1117 P: Haavard Skinnemoen
1118 M: hskinnemoen@atmel.com
1119 L: kernel@avr32linux.org
1120 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1122 F: drivers/usb/gadget/atmel_usba_udc.*
1124 ATMEL WIRELESS DRIVER
1126 M: simon@thekelleys.org.uk
1127 L: linux-wireless@vger.kernel.org
1128 W: http://www.thekelleys.org.uk/atmel
1129 W: http://atmelwlandriver.sourceforge.net/
1131 F: drivers/net/wireless/atmel*
1135 M: viro@zeniv.linux.org.uk
1137 M: eparis@redhat.com
1138 L: linux-audit@redhat.com (subscribers-only)
1139 W: http://people.redhat.com/sgrubb/audit/
1140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1142 F: include/linux/audit.h
1145 AUXILIARY DISPLAY DRIVERS
1146 P: Miguel Ojeda Sandonis
1147 M: miguel.ojeda.sandonis@gmail.com
1148 W: http://miguelojeda.es/auxdisplay.htm
1149 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1151 F: drivers/auxdisplay/
1152 F: include/linux/cfag12864b.h
1155 P: Haavard Skinnemoen
1156 M: hskinnemoen@atmel.com
1157 W: http://www.atmel.com/products/AVR32/
1158 W: http://avr32linux.org/
1159 W: http://avrfreaks.net/
1163 AVR32/AT32AP MACHINE SUPPORT
1164 P: Haavard Skinnemoen
1165 M: hskinnemoen@atmel.com
1167 F: arch/avr32/mach-at32ap/
1171 M: ralf@linux-mips.org
1172 L: linux-hams@vger.kernel.org
1173 W: http://www.linux-ax25.org/
1175 F: include/linux/ax25.h
1176 F: include/net/ax25.h
1183 M: stefano.brivio@polimi.it
1184 L: linux-wireless@vger.kernel.org
1185 W: http://linuxwireless.org/en/users/Drivers/b43
1187 F: drivers/net/wireless/b43/
1189 B43LEGACY WIRELESS DRIVER
1191 M: Larry.Finger@lwfinger.net
1193 M: stefano.brivio@polimi.it
1194 L: linux-wireless@vger.kernel.org
1195 W: http://linuxwireless.org/en/users/Drivers/b43
1197 F: drivers/net/wireless/b43legacy/
1199 BACKLIGHT CLASS/SUBSYSTEM
1201 M: rpurdie@rpsys.net
1203 F: drivers/video/backlight/
1204 F: include/linux/backlight.h
1206 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1208 M: t.sailer@alumni.ethz.ch
1209 L: linux-hams@vger.kernel.org
1210 W: http://www.baycom.org/~tom/ham/ham.html
1212 F: drivers/net/hamradio/baycom*
1215 P: Sergey S. Kostyliov
1216 M: rathamahata@php4.ru
1218 F: Documentation/filesystems/befs.txt
1222 P: Tigran A. Aivazian
1223 M: tigran@aivazian.fsnet.co.uk
1225 F: Documentation/filesystems/bfs.txt
1227 F: include/linux/bfs_fs.h
1229 BLACKFIN ARCHITECTURE
1231 M: vapier@gentoo.org
1232 L: uclinux-dist-devel@blackfin.uclinux.org
1233 W: http://blackfin.uclinux.org
1237 BLACKFIN EMAC DRIVER
1238 P: Michael Hennerich
1239 M: michael.hennerich@analog.com
1240 L: uclinux-dist-devel@blackfin.uclinux.org
1241 W: http://blackfin.uclinux.org
1243 F: drivers/net/bfin_mac.*
1247 M: vapier.adi@gmail.com
1248 L: uclinux-dist-devel@blackfin.uclinux.org
1249 W: http://blackfin.uclinux.org
1251 F: drivers/rtc/rtc-bfin.c
1253 BLACKFIN SERIAL DRIVER
1255 M: sonic.zhang@analog.com
1256 L: uclinux-dist-devel@blackfin.uclinux.org
1257 W: http://blackfin.uclinux.org
1259 F: drivers/serial/bfin_5xx.c
1261 BLACKFIN WATCHDOG DRIVER
1263 M: vapier.adi@gmail.com
1264 L: uclinux-dist-devel@blackfin.uclinux.org
1265 W: http://blackfin.uclinux.org
1267 F: drivers/watchdog/bfin_wdt.c
1269 BLACKFIN I2C TWI DRIVER
1271 M: sonic.zhang@analog.com
1272 L: uclinux-dist-devel@blackfin.uclinux.org
1273 W: http://blackfin.uclinux.org/
1275 F: drivers/i2c/busses/i2c-bfin-twi.c
1280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1286 M: joern@lazybastard.org
1287 L: linux-mtd@lists.infradead.org
1289 F: drivers/mtd/devices/block2mtd.c
1293 M: marcel@holtmann.org
1294 L: linux-bluetooth@vger.kernel.org
1295 W: http://www.bluez.org/
1297 F: drivers/bluetooth/
1301 M: marcel@holtmann.org
1302 L: linux-bluetooth@vger.kernel.org
1303 W: http://www.bluez.org/
1304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1307 F: include/net/bluetooth/
1312 L: bonding-devel@lists.sourceforge.net
1313 W: http://sourceforge.net/projects/bonding/
1315 F: drivers/net/bonding/
1316 F: include/linux/if_bonding.h
1318 BROADCOM B44 10/100 ETHERNET DRIVER
1320 M: zambrano@broadcom.com
1321 L: netdev@vger.kernel.org
1323 F: drivers/net/b44.*
1325 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1327 M: mchan@broadcom.com
1328 L: netdev@vger.kernel.org
1330 F: drivers/net/bnx2.*
1331 F: drivers/net/bnx2_*
1333 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1335 M: eilong@broadcom.com
1336 L: netdev@vger.kernel.org
1338 F: drivers/net/bnx2x*
1340 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1342 M: mcarlson@broadcom.com
1344 M: mchan@broadcom.com
1345 L: netdev@vger.kernel.org
1347 F: drivers/net/tg3.*
1349 BSG (block layer generic sg v4 driver)
1351 M: fujita.tomonori@lab.ntt.co.jp
1352 L: linux-scsi@vger.kernel.org
1355 F: include/linux/bsg.h
1360 W: http://bu3sch.de/btgpio.php
1362 F: drivers/gpio/bt8xxgpio.c
1366 M: chris.mason@oracle.com
1367 L: linux-btrfs@vger.kernel.org
1368 W: http://btrfs.wiki.kernel.org/
1369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1371 F: Documentation/filesystems/btrfs.txt
1374 BTTV VIDEO4LINUX DRIVER
1375 P: Mauro Carvalho Chehab
1376 M: mchehab@infradead.org
1377 L: linux-media@vger.kernel.org
1378 W: http://linuxtv.org
1379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1381 F: Documentation/video4linux/bttv/
1382 F: drivers/media/video/bt8xx/bttv*
1384 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1386 M: dhowells@redhat.com
1387 L: linux-cachefs@redhat.com
1389 F: Documentation/filesystems/caching/cachefiles.txt
1392 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1395 L: linux-media@vger.kernel.org
1396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1398 F: Documentation/video4linux/cafe_ccic
1399 F: drivers/media/video/cafe_ccic*
1401 CALGARY x86-64 IOMMU
1406 L: discuss@x86-64.org
1408 F: arch/x86/kernel/pci-calgary_64.c
1409 F: arch/x86/kernel/tce_64.c
1410 F: arch/x86/include/asm/calgary.h
1411 F: arch/x86/include/asm/tce.h
1415 M: urs.thuermann@volkswagen.de
1417 M: oliver.hartkopp@volkswagen.de
1418 L: socketcan-core@lists.berlios.de (subscribers-only)
1419 W: http://developer.berlios.de/projects/socketcan/
1422 F: include/linux/can/
1423 F: include/linux/can.h
1426 P: Wolfgang Grandegger
1427 M: wg@grandegger.com
1428 L: socketcan-core@lists.berlios.de (subscribers-only)
1429 W: http://developer.berlios.de/projects/socketcan/
1432 CELL BROADBAND ENGINE ARCHITECTURE
1435 L: linuxppc-dev@ozlabs.org
1436 L: cbe-oss-dev@ozlabs.org
1437 W: http://www.ibm.com/developerworks/power/cell/
1439 F: arch/powerpc/include/asm/cell*.h
1440 F: arch/powerpc/include/asm/spu*.h
1441 F: arch/powerpc/oprofile/*cell*
1442 F: arch/powerpc/platforms/cell/
1444 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1446 M: david.vrabel@csr.com
1447 L: linux-usb@vger.kernel.org
1449 F: Documentation/usb/WUSB-Design-overview.txt
1450 F: Documentation/usb/wusb-cbaf
1451 F: drivers/usb/wusbcore/
1452 F: include/linux/usb/wusb*
1454 CFAG12864B LCD DRIVER
1455 P: Miguel Ojeda Sandonis
1456 M: miguel.ojeda.sandonis@gmail.com
1457 W: http://miguelojeda.es/auxdisplay.htm
1458 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1460 F: drivers/auxdisplay/cfag12864b.c
1461 F: include/linux/cfag12864b.h
1463 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1464 P: Miguel Ojeda Sandonis
1465 M: miguel.ojeda.sandonis@gmail.com
1466 W: http://miguelojeda.es/auxdisplay.htm
1467 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1469 F: drivers/auxdisplay/cfag12864bfb.c
1470 F: include/linux/cfag12864b.h
1472 CFG80211 and NL80211
1474 M: johannes@sipsolutions.net
1475 L: linux-wireless@vger.kernel.org
1477 F: include/linux/nl80211.h
1478 F: include/net/cfg80211.h
1480 X: net/wireless/wext*
1484 M: apw@canonical.com
1486 F: scripts/checkpatch.pl
1488 CISCO 10G ETHERNET DRIVER
1490 M: scofeldm@cisco.com
1492 M: jeykholt@cisco.com
1494 F: drivers/net/enic/
1496 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1497 P: Lennert Buytenhek
1498 M: kernel@wantstofly.org
1499 L: netdev@vger.kernel.org
1501 F: drivers/net/arm/ep93xx_eth.c
1503 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1504 P: Lennert Buytenhek
1505 M: kernel@wantstofly.org
1506 L: linux-usb@vger.kernel.org
1508 F: drivers/usb/host/ohci-ep93xx.c
1510 CIRRUS LOGIC CS4270 SOUND DRIVER
1512 M: timur@freescale.com
1513 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1515 F: sound/soc/codecs/cs4270*
1517 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1518 P: Cirrus Logic Corporation (kernel 2.2 driver)
1519 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1520 P: Nils Faerber (port to kernel 2.4)
1521 M: Nils Faerber <nils@kernelconcepts.de>
1523 F: Documentation/input/cs461x.txt
1524 F: sound/pci/cs46xx/
1528 M: linux@arm.linux.org.uk
1529 F: include/linux/clk.h
1531 CISCO FCOE HBA DRIVER
1532 P: Abhijeet Joglekar
1533 M: abjoglek@cisco.com
1535 M: jeykholt@cisco.com
1536 L: linux-scsi@vger.kernel.org
1538 F: drivers/scsi/fnic/
1542 M: jaharkes@cs.cmu.edu
1544 L: codalist@coda.cs.cmu.edu
1545 W: http://www.coda.cs.cmu.edu/
1547 F: Documentation/filesystems/coda.txt
1549 F: include/linux/coda*.h
1551 COMMON INTERNET FILE SYSTEM (CIFS)
1553 M: sfrench@samba.org
1554 L: linux-cifs-client@lists.samba.org
1555 L: samba-technical@lists.samba.org
1556 W: http://linux-cifs.samba.org/
1557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1559 F: Documentation/filesystems/cifs.txt
1562 COMPACTPCI HOTPLUG CORE
1564 M: scottm@somanetworks.com
1565 M: scott@spiteful.org
1566 L: linux-pci@vger.kernel.org
1568 F: drivers/pci/hotplug/cpci_hotplug*
1570 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1572 M: scottm@somanetworks.com
1573 M: scott@spiteful.org
1574 L: linux-pci@vger.kernel.org
1576 F: drivers/pci/hotplug/cpcihp_zt5550.*
1578 COMPACTPCI HOTPLUG GENERIC DRIVER
1580 M: scottm@somanetworks.com
1581 M: scott@spiteful.org
1582 L: linux-pci@vger.kernel.org
1584 F: drivers/pci/hotplug/cpcihp_generic.c
1586 COMPAL LAPTOP SUPPORT
1587 P: Cezary Jackiewicz
1588 M: cezary.jackiewicz@gmail.com
1590 F: drivers/platform/x86/compal-laptop.c
1592 COMPUTONE INTELLIPORT MULTIPORT CARD
1593 P: Michael H. Warfield
1595 W: http://www.wittsend.com/computone.html
1597 F: Documentation/serial/computone.txt
1598 F: drivers/char/ip2/
1600 CONEXANT ACCESSRUNNER USB DRIVER
1602 M: cxacru@fire.lp0.eu
1603 L: accessrunner-general@lists.sourceforge.net
1604 W: http://accessrunner.sourceforge.net/
1606 F: drivers/usb/atm/cxacru.c
1610 M: joel.becker@oracle.com
1613 F: include/linux/configfs.h
1615 CONTROL GROUPS (CGROUPS)
1617 M: menage@google.com
1619 M: lizf@cn.fujitsu.com
1620 L: containers@lists.linux-foundation.org
1622 F: include/linux/cgroup*
1626 CORETEMP HARDWARE MONITORING DRIVER
1628 M: r.marek@assembler.cz
1629 L: lm-sensors@lm-sensors.org
1631 F: Documentation/hwmon/coretemp
1632 F: drivers/hwmon/coretemp.c
1634 COSA/SRP SYNC SERIAL DRIVER
1635 P: Jan "Yenya" Kasprzak
1637 W: http://www.fi.muni.cz/~kas/cosa/
1639 F: drivers/net/wan/cosa*
1641 CPMAC ETHERNET DRIVER
1643 M: florian@openwrt.org
1644 L: netdev@vger.kernel.org
1646 F: drivers/net/cpmac.c
1648 CPU FREQUENCY DRIVERS
1651 L: cpufreq@vger.kernel.org
1652 W: http://www.codemonkey.org.uk/projects/cpufreq/
1653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1655 F: arch/x86/kernel/cpu/cpufreq/
1657 F: include/linux/cpufreq.h
1663 F: arch/x86/kernel/cpuid.c
1664 F: arch/x86/kernel/msr.c
1668 M: menage@google.com
1669 W: http://www.bullopensource.org/cpuset/
1670 W: http://oss.sgi.com/projects/cpusets/
1672 F: Documentation/cgroups/cpusets.txt
1673 F: include/linux/cpuset.h
1677 W: http://sourceforge.net/projects/cramfs/
1679 F: Documentation/filesystems/cramfs.txt
1686 M: jesper.nilsson@axis.com
1687 L: linux-cris-kernel@axis.com
1688 W: http://developer.axis.com
1694 M: herbert@gondor.apana.org.au
1696 M: davem@davemloft.net
1697 L: linux-crypto@vger.kernel.org
1698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1700 F: Documentation/crypto/
1706 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1708 M: nhorman@tuxdriver.com
1709 L: linux-crypto@vger.kernel.org
1712 CS5535 Audio ALSA driver
1714 M: jayakumar.alsa@gmail.com
1716 F: sound/pci/cs5535audio/
1718 CX18 VIDEO4LINUX DRIVER
1720 M: hverkuil@xs4all.nl
1723 L: ivtv-devel@ivtvdriver.org
1724 L: ivtv-users@ivtvdriver.org
1725 L: linux-media@vger.kernel.org
1726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1727 W: http://linuxtv.org
1729 F: Documentation/video4linux/cx18.txt
1730 F: drivers/media/video/cx18/
1732 CXGB3 ETHERNET DRIVER (CXGB3)
1735 L: netdev@vger.kernel.org
1736 W: http://www.chelsio.com
1738 F: drivers/net/cxgb3/
1740 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1742 M: swise@chelsio.com
1743 L: general@lists.openfabrics.org
1744 W: http://www.openfabrics.org
1746 F: drivers/infiniband/hw/cxgb3/
1750 M: linux@arm.linux.org.uk
1751 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1752 W: http://www.arm.linux.org.uk/
1754 F: drivers/video/cyber2000fb.*
1756 CYCLADES 2X SYNC CARD DRIVER
1757 P: Arnaldo Carvalho de Melo
1758 M: acme@ghostprotocols.net
1759 W: http://oops.ghostprotocols.net:81/blog
1761 F: drivers/net/wan/cycx*
1763 CYCLADES ASYNC MUX DRIVER
1764 W: http://www.cyclades.com/
1766 F: drivers/char/cyclades.c
1767 F: include/linux/cyclades.h
1769 CYCLADES PC300 DRIVER
1770 W: http://www.cyclades.com/
1772 F: drivers/net/wan/pc300*
1774 DAMA SLAVE for AX.25
1777 W: http://yaina.de/jreuter/
1778 W: http://www.qsl.net/dl1bke/
1779 L: linux-hams@vger.kernel.org
1781 F: net/ax25/af_ax25.c
1782 F: net/ax25/ax25_dev.c
1783 F: net/ax25/ax25_ds_*
1784 F: net/ax25/ax25_in.c
1785 F: net/ax25/ax25_out.c
1786 F: net/ax25/ax25_timer.c
1787 F: net/ax25/sysctl_net_ax25.c
1789 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1791 M: tori@unhappy.mine.nu
1792 L: netdev@vger.kernel.org
1794 F: Documentation/networking/dmfe.txt
1795 F: drivers/net/tulip/dmfe.c
1797 DC390/AM53C974 SCSI driver
1800 W: http://www.garloff.de/kurt/linux/dc390/
1801 P: Guennadi Liakhovetski
1802 M: g.liakhovetski@gmx.de
1804 F: drivers/scsi/tmscsim.*
1808 M: oliver@neukum.name
1812 M: lenehan@twibble.org
1813 W: http://twibble.org/dist/dc395x/
1814 L: dc395x@twibble.org
1815 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1817 F: Documentation/scsi/dc395x.txt
1818 F: drivers/scsi/dc395x.*
1821 P: Arnaldo Carvalho de Melo
1822 M: acme@ghostprotocols.net
1823 L: dccp@vger.kernel.org
1824 W: http://linux-net.osdl.org/index.php/DCCP
1826 F: include/linux/dccp.h
1827 F: include/linux/tfrc.h
1830 DECnet NETWORK LAYER
1831 P: Christine Caulfield
1832 M: christine.caulfield@googlemail.com
1833 W: http://linux-decnet.sourceforge.net
1834 L: linux-decnet-user@lists.sourceforge.net
1836 F: Documentation/networking/decnet.txt
1839 DEFXX FDDI NETWORK DRIVER
1840 P: Maciej W. Rozycki
1841 M: macro@linux-mips.org
1843 F: drivers/net/defxx.*
1847 M: mjg59@srcf.ucam.org
1849 F: drivers/platform/x86/dell-laptop.c
1851 DELL LAPTOP SMM DRIVER
1852 P: Massimo Dal Zotto
1854 W: http://www.debian.org/~dz/i8k/
1856 F: drivers/char/i8k.c
1857 F: include/linux/i8k.h
1859 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1861 M: Douglas_Warzecha@dell.com
1863 F: Documentation/dcdbas.txt
1864 F: drivers/firmware/dcdbas.*
1866 DELL WMI EXTRAS DRIVER
1868 M: mjg59@srcf.ucam.org
1871 DEVICE NUMBER REGISTRY
1873 M: device@lanana.org
1874 W: http://lanana.org/docs/device-list/index.html
1879 L: dm-devel@redhat.com
1880 W: http://sources.redhat.com/dm
1882 F: Documentation/device-mapper/
1884 F: include/linux/device-mapper.h
1885 F: include/linux/dm-*.h
1887 DIGI INTL. EPCA DRIVER
1888 P: Digi International, Inc
1889 M: Eng.Linux@digi.com
1890 L: Eng.Linux@digi.com
1891 W: http://www.digi.com
1893 F: Documentation/serial/digiepca.txt
1894 F: drivers/char/epca*
1895 F: drivers/char/digi*
1897 DIRECTORY NOTIFICATION (DNOTIFY)
1899 M: eparis@parisplace.org
1901 F: Documentation/filesystems/dnotify.txt
1902 F: fs/notify/dnotify/
1903 F: include/linux/dnotify.h
1905 DISK GEOMETRY AND PARTITION HANDLING
1908 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1909 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1910 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1917 F: Documentation/filesystems/quota.txt
1919 F: include/linux/quota*.h
1921 DISTRIBUTED LOCK MANAGER (DLM)
1922 P: Christine Caulfield
1923 M: ccaulfie@redhat.com
1925 M: teigland@redhat.com
1926 L: cluster-devel@redhat.com
1927 W: http://sources.redhat.com/cluster/
1928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1932 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1934 M: maciej.sosnowski@intel.com
1936 M: dan.j.williams@intel.com
1939 F: include/linux/dma*
1941 DME1737 HARDWARE MONITOR DRIVER
1944 L: lm-sensors@lm-sensors.org
1946 F: Documentation/hwmon/dme1737
1947 F: drivers/hwmon/dme1737.c
1949 DOCBOOK FOR DOCUMENTATION
1951 M: rdunlap@xenotime.net
1954 DOCKING STATION DRIVER
1956 M: shaohua.li@intel.com
1957 L: linux-acpi@vger.kernel.org
1959 F: drivers/acpi/dock.c
1963 M: rdunlap@xenotime.net
1964 L: linux-doc@vger.kernel.org
1969 P: James R. Van Zandt
1970 M: jrv@vanzandt.mv.com
1971 L: blinux-list@redhat.com
1973 F: drivers/char/dtlk.c
1974 F: include/linux/dtlk.h
1976 DPT_I2O SCSI RAID DRIVER
1977 P: Adaptec OEM Raid Solutions
1978 M: aacraid@adaptec.com
1979 L: linux-scsi@vger.kernel.org
1980 W: http://www.adaptec.com/
1982 F: drivers/scsi/dpt*
1983 F: drivers/scsi/dpt/
1985 DRIVER CORE, KOBJECTS, AND SYSFS
1986 P: Greg Kroah-Hartman
1988 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1990 F: Documentation/kobject.txt
1993 F: include/linux/kobj*
1999 L: dri-devel@lists.sourceforge.net
2000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2006 M: romieu@fr.zoreil.com
2007 L: netdev@vger.kernel.org
2009 F: drivers/net/wan/dscc4.c
2011 DZ DECSTATION DZ11 SERIAL DRIVER
2012 P: Maciej W. Rozycki
2013 M: macro@linux-mips.org
2015 F: drivers/serial/dz.*
2017 EATA-DMA SCSI DRIVER
2019 M: mike@i-Connect.Net
2020 L: linux-eata@i-connect.net
2021 L: linux-scsi@vger.kernel.org
2023 F: drivers/scsi/eata*
2025 EATA ISA/EISA/PCI SCSI DRIVER
2027 M: ballabio_dario@emc.com
2028 L: linux-scsi@vger.kernel.org
2030 F: drivers/scsi/eata.c
2032 EATA-PIO SCSI DRIVER
2034 M: mike@i-Connect.Net
2035 L: linux-eata@i-connect.net
2036 L: linux-scsi@vger.kernel.org
2038 F: drivers/scsi/eata_pio.*
2042 M: bart.de.schuymer@pandora.be
2043 L: ebtables-user@lists.sourceforge.net
2044 L: ebtables-devel@lists.sourceforge.net
2045 W: http://ebtables.sourceforge.net/
2047 F: include/linux/netfilter_bridge/ebt_*.h
2048 F: net/bridge/netfilter/ebt*.c
2052 M: tyhicks@linux.vnet.ibm.com
2054 M: kirkland@canonical.com
2055 L: ecryptfs-devel@lists.launchpad.net
2056 W: https://launchpad.net/ecryptfs
2058 F: Documentation/filesystems/ecryptfs.txt
2063 M: dougthompson@xmission.com
2064 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2065 W: bluesmoke.sourceforge.net
2067 F: Documentation/edac.txt
2068 F: drivers/edac/edac_*
2069 F: include/linux/edac.h
2073 M: dougthompson@xmission.com
2075 M: borislav.petkov@amd.com
2076 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 W: bluesmoke.sourceforge.net
2079 F: drivers/edac/amd64_edac*
2083 M: mark.gross@intel.com
2085 M: dougthompson@xmission.com
2086 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2087 W: bluesmoke.sourceforge.net
2089 F: drivers/edac/e752x_edac.c
2093 M: dougthompson@xmission.com
2094 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2095 W: bluesmoke.sourceforge.net
2097 F: drivers/edac/e7xxx_edac.c
2101 M: tim@buttersideup.com
2102 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2103 W: bluesmoke.sourceforge.net
2105 F: drivers/edac/i82443bxgx_edac.c
2109 M: juhlenko@akamai.com
2110 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2111 W: bluesmoke.sourceforge.net
2113 F: drivers/edac/i3000_edac.c
2117 M: dougthompson@xmission.com
2118 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2119 W: bluesmoke.sourceforge.net
2121 F: drivers/edac/i5000_edac.c
2124 P: Mauro Carvalho Chehab
2125 M: mchehab@redhat.com
2126 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2127 W: bluesmoke.sourceforge.net
2129 F: drivers/edac/i5400_edac.c
2132 P: Ranganathan Desikan
2133 M: ravi@jetztechnologies.com
2135 M: arvind@jetztechnologies.com
2136 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2137 W: bluesmoke.sourceforge.net
2139 F: drivers/edac/i82975x_edac.c
2144 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2145 W: bluesmoke.sourceforge.net
2147 F: drivers/edac/pasemi_edac.c
2151 M: tim@buttersideup.com
2152 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2153 W: bluesmoke.sourceforge.net
2155 F: drivers/edac/r82600_edac.c
2157 EEEPC LAPTOP EXTRAS DRIVER
2159 M: corentincj@iksaif.net
2160 L: acpi4asus-user@lists.sourceforge.net
2161 W: http://acpi4asus.sf.net
2163 F: drivers/platform/x86/eeepc-laptop.c
2166 W: http://aeschi.ch.eu.org/efs/
2170 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2172 M: hnguyen@de.ibm.com
2174 M: raisch@de.ibm.com
2175 L: general@lists.openfabrics.org
2177 F: drivers/infiniband/hw/ehca/
2181 M: paul.gortmaker@windriver.com
2185 M: dwmw2@infradead.org
2186 L: linux-embedded@vger.kernel.org
2189 EMULEX LPFC FC SCSI DRIVER
2191 M: james.smart@emulex.com
2192 L: linux-scsi@vger.kernel.org
2193 W: http://sourceforge.net/projects/lpfcxxxx
2195 F: drivers/scsi/lpfc/
2197 ENE CB710 FLASH CARD READER DRIVER
2198 P: Michał Mirosław
2199 M: mirq-linux@rere.qmqm.pl
2200 L: linux-kernel@vger.kernel.org
2202 F: drivers/misc/cb710/
2203 F: drivers/mmc/host/cb710-mmc.*
2204 F: include/linux/cb710.h
2206 EPSON 1355 FRAMEBUFFER DRIVER
2207 P: Christopher Hoover
2208 M: ch@murgatroid.com
2209 P: Christopher Hoover
2212 F: drivers/video/epson1355fb.c
2214 EPSON S1D13XXX FRAMEBUFFER DRIVER
2215 P: Kristoffer Ericson
2216 M: kristoffer.ericson@gmail.com
2218 F: drivers/video/s1d13xxxfb.c
2219 F: include/video/s1d13xxxfb.h
2221 ETHEREXPRESS-16 NETWORK DRIVER
2224 L: netdev@vger.kernel.org
2226 F: drivers/net/eexpress.*
2229 P: Stephen Hemminger
2230 M: shemminger@linux-foundation.org
2231 L: bridge@lists.linux-foundation.org
2232 W: http://www.linux-foundation.org/en/Net:Bridge
2234 F: include/linux/netfilter_bridge/
2237 ETHERTEAM 16I DRIVER
2241 F: drivers/net/eth16i.c
2244 L: linux-ext4@vger.kernel.org
2246 F: Documentation/filesystems/ext2.txt
2248 F: include/linux/ext2*
2254 M: akpm@linux-foundation.org
2257 L: linux-ext4@vger.kernel.org
2259 F: Documentation/filesystems/ext3.txt
2261 F: include/linux/ext3*
2268 L: linux-ext4@vger.kernel.org
2269 W: http://ext4.wiki.kernel.org
2271 F: Documentation/filesystems/ext4.txt
2274 F71805F HARDWARE MONITORING DRIVER
2276 M: khali@linux-fr.org
2277 L: lm-sensors@lm-sensors.org
2279 F: Documentation/hwmon/f71805f
2280 F: drivers/hwmon/f71805f.c
2282 FARSYNC SYNCHRONOUS DRIVER
2284 M: kevin.curtis@farsite.co.uk
2285 W: http://www.farsite.co.uk/
2287 F: drivers/net/wan/farsync.*
2289 FAULT INJECTION SUPPORT
2291 M: akinobu.mita@gmail.com
2293 F: Documentation/fault-injection/
2294 F: lib/fault-inject.c
2296 FILE LOCKING (flock() and fcntl()/lockf())
2299 L: linux-fsdevel@vger.kernel.org
2301 F: include/linux/fcntl.h
2302 F: include/linux/fs.h
2306 FILESYSTEMS (VFS and infrastructure)
2308 M: viro@zeniv.linux.org.uk
2309 L: linux-fsdevel@vger.kernel.org
2313 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2315 M: riku.vipio@iki.fi
2316 L: lm-sensors@lm-sensors.org
2318 F: drivers/hwmon/f75375s.c
2319 F: include/linux/f75375s.h
2322 P: Kristian Hoegsberg
2325 M: stefanr@s5r6.in-berlin.de
2326 L: linux1394-devel@lists.sourceforge.net
2327 W: http://www.linux1394.org/
2328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2330 F: drivers/firewire/
2331 F: include/linux/firewire*.h
2333 FIRMWARE LOADER (request_firmware)
2335 F: Documentation/firmware_class/
2336 F: drivers/base/firmware*.c
2337 F: include/linux/firmware.h
2341 M: billm@melbpc.org.au
2342 W: http://floatingpoint.sourceforge.net/emulator/index.html
2344 F: arch/x86/math-emu/
2346 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2348 M: mike.mclagan@linux.org
2349 L: netdev@vger.kernel.org
2351 F: drivers/net/wan/dlci.c
2352 F: drivers/net/wan/sdla.c
2355 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2356 W: http://linux-fbdev.sourceforge.net/
2358 F: Documentation/fb/
2359 F: drivers/video/fb*
2360 F: include/linux/fb.h
2362 FREESCALE DMA DRIVER
2364 M: leoli@freescale.com
2367 L: linuxppc-dev@ozlabs.org
2369 F: drivers/dma/fsldma.*
2371 FREESCALE I2C CPM DRIVER
2374 L: linuxppc-dev@ozlabs.org
2375 L: linux-i2c@vger.kernel.org
2377 F: drivers/i2c/busses/i2c-cpm.c
2379 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2381 M: kernel@pengutronix.de
2382 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2383 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2385 F: arch/arm/plat-mxc/include/mach/imxfb.h
2386 F: drivers/video/imxfb.c
2388 FREESCALE SOC FS_ENET DRIVER
2389 P: Pantelis Antoniou
2390 M: pantelis.antoniou@gmail.com
2392 M: vbordug@ru.mvista.com
2393 L: linuxppc-dev@ozlabs.org
2394 L: netdev@vger.kernel.org
2396 F: drivers/net/fs_enet/
2397 F: include/linux/fs_enet_pd.h
2399 FREESCALE QUICC ENGINE LIBRARY
2401 M: timur@freescale.com
2402 L: linuxppc-dev@ozlabs.org
2404 F: arch/powerpc/sysdev/qe_lib/
2405 F: arch/powerpc/include/asm/*qe.h
2407 FREESCALE HIGHSPEED USB DEVICE DRIVER
2409 M: leoli@freescale.com
2410 L: linux-usb@vger.kernel.org
2411 L: linuxppc-dev@ozlabs.org
2413 F: drivers/usb/gadget/fsl_usb2_udc.c
2415 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2417 M: leoli@freescale.com
2418 L: netdev@vger.kernel.org
2419 L: linuxppc-dev@ozlabs.org
2421 F: drivers/net/ucc_geth*
2423 FREESCALE QUICC ENGINE UCC UART DRIVER
2425 M: timur@freescale.com
2426 L: linuxppc-dev@ozlabs.org
2428 F: drivers/serial/ucc_uart.c
2430 FREESCALE SOC SOUND DRIVERS
2432 M: timur@freescale.com
2433 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2434 L: linuxppc-dev@ozlabs.org
2436 F: sound/soc/fsl/fsl*
2437 F: sound/soc/fsl/mpc8610_hpcd.c
2440 P: Christoph Hellwig
2441 M: hch@infradead.org
2442 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2449 P: Rafael J. Wysocki
2451 L: linux-pm@lists.linux-foundation.org
2453 F: Documentation/power/freezing-of-tasks.txt
2454 F: include/linux/freezer.h
2457 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2459 M: dhowells@redhat.com
2460 L: linux-cachefs@redhat.com
2462 F: Documentation/filesystems/caching/
2464 F: include/linux/fscache*.h
2468 M: rostedt@goodmis.org
2470 F: Documentation/trace/ftrace.txt
2471 F: arch/*/*/*/ftrace.h
2472 F: arch/*/kernel/ftrace.c
2473 F: include/*/ftrace.h
2476 FUJITSU FR-V (FRV) PORT
2478 M: dhowells@redhat.com
2482 FUJITSU LAPTOP EXTRAS
2484 M: jwoithe@physics.adelaide.edu.au
2485 L: linux-acpi@vger.kernel.org
2487 F: drivers/platform/x86/fujitsu-laptop.c
2489 FUSE: FILESYSTEM IN USERSPACE
2491 M: miklos@szeredi.hu
2492 L: fuse-devel@lists.sourceforge.net
2493 W: http://fuse.sourceforge.net/
2496 F: include/linux/fuse.h
2498 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2501 L: linux-scsi@vger.kernel.org
2502 S: Odd Fixes (e.g., new signatures)
2503 F: drivers/scsi/fdomain.*
2505 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2507 M: achim_leubner@adaptec.com
2508 L: linux-scsi@vger.kernel.org
2509 W: http://www.icp-vortex.com/
2511 F: drivers/scsi/gdt*
2513 GENERIC GPIO I2C DRIVER
2514 P: Haavard Skinnemoen
2515 M: hskinnemoen@atmel.com
2517 F: drivers/i2c/busses/i2c-gpio.c
2518 F: include/linux/i2c-gpio.h
2520 GENERIC HDLC (WAN) DRIVERS
2523 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2525 F: drivers/net/wan/c101.c
2526 F: drivers/net/wan/hd6457*
2527 F: drivers/net/wan/hdlc*
2528 F: drivers/net/wan/n2.c
2529 F: drivers/net/wan/pc300too.c
2530 F: drivers/net/wan/pci200syn.c
2531 F: drivers/net/wan/wanxl*
2533 GENERIC INCLUDE/ASM HEADER FILES
2536 L: linux-arch@vger.kernel.org
2537 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2539 F: include/asm-generic
2542 P: Steven Whitehouse
2543 M: swhiteho@redhat.com
2544 L: cluster-devel@redhat.com
2545 W: http://sources.redhat.com/cluster/
2546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2549 F: Documentation/filesystems/gfs2*.txt
2551 F: include/linux/gfs2_ondisk.h
2553 GIGASET ISDN DRIVERS
2558 L: gigaset307x-common@lists.sourceforge.net
2559 W: http://gigaset307x.sourceforge.net/
2561 F: Documentation/isdn/README.gigaset
2562 F: drivers/isdn/gigaset/
2563 F: include/linux/gigaset_dev.h
2565 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2567 M: frank@f-seidel.de
2568 L: lm-sensors@lm-sensors.org
2569 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2571 F: drivers/hwmon/hdaps.c
2573 HYPERVISOR VIRTUAL CONSOLE DRIVER
2574 L: linuxppc-dev@ozlabs.org
2576 F: drivers/char/hvc_*
2578 GSPCA FINEPIX SUBDRIVER
2581 L: linux-media@vger.kernel.org
2582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2584 F: drivers/media/video/gspca/finepix.c
2586 GSPCA M5602 SUBDRIVER
2588 M: erik.andren@gmail.com
2589 L: linux-media@vger.kernel.org
2590 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2592 F: drivers/media/video/gspca/m5602/
2594 GSPCA PAC207 SONIXB SUBDRIVER
2596 M: hdegoede@redhat.com
2597 L: linux-media@vger.kernel.org
2598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2600 F: drivers/media/video/gspca/pac207.c
2602 GSPCA T613 SUBDRIVER
2603 P: Leandro Costantino
2604 M: lcostantino@gmail.com
2605 L: linux-media@vger.kernel.org
2606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2608 F: drivers/media/video/gspca/t613.c
2610 GSPCA USB WEBCAM DRIVER
2611 P: Jean-Francois Moine
2613 W: http://moinejf.free.fr
2614 L: linux-media@vger.kernel.org
2615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2617 F: drivers/media/video/gspca/
2620 L: lm-sensors@lm-sensors.org
2621 W: http://www.lm-sensors.org/
2625 HARDWARE RANDOM NUMBER GENERATOR CORE
2627 F: Documentation/hw_random.txt
2628 F: drivers/char/hw_random/
2629 F: include/linux/hw_random.h
2631 HARMONY SOUND DRIVER
2634 L: linux-parisc@vger.kernel.org
2636 F: sound/parisc/harmony.*
2638 HAYES ESP SERIAL DRIVER
2639 P: Andrew J. Robinson
2641 W: http://www.nyx.net/~arobinso
2643 F: Documentation/serial/hayes-esp.txt
2644 F: drivers/char/esp.c
2646 HEWLETT-PACKARD SMART2 RAID DRIVER
2648 M: chirag.kantharia@hp.com
2649 L: iss_storagedev@hp.com
2651 F: Documentation/blockdev/cpqarray.txt
2652 F: drivers/block/cpqarray.*
2654 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2656 M: mike.miller@hp.com
2657 L: iss_storagedev@hp.com
2659 F: Documentation/blockdev/cciss.txt
2660 F: drivers/block/cciss*
2661 F: include/linux/cciss_ioctl.h
2665 M: zippel@linux-m68k.org
2667 F: Documentation/filesystems/hfs.txt
2670 HGA FRAMEBUFFER DRIVER
2672 M: fero@drama.obuda.kando.hu
2673 L: linux-nvidia@lists.surfsouth.com
2674 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2676 F: drivers/video/hgafb.c
2678 HIBERNATION (aka Software Suspend, aka swsusp)
2681 P: Rafael J. Wysocki
2683 L: linux-pm@lists.linux-foundation.org
2686 F: drivers/base/power/
2688 F: include/linux/suspend.h
2689 F: include/linux/freezer.h
2690 F: include/linux/pm.h
2691 F: arch/*/include/asm/suspend*.h
2696 L: linux-input@vger.kernel.org
2697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2700 F: include/linux/hid*
2702 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2704 M: tglx@linutronix.de
2706 F: Documentation/timers/
2708 F: include/linux/hrtimer.h
2710 HIGH-SPEED SCC DRIVER FOR AX.25
2712 M: klaus.kudielka@ieee.org
2713 L: linux-hams@vger.kernel.org
2714 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2716 F: drivers/net/hamradio/dmascc.c
2717 F: drivers/net/hamradio/scc.c
2719 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2720 P: HighPoint Linux Team
2721 M: linux@highpoint-tech.com
2722 W: http://www.highpoint-tech.com
2724 F: Documentation/scsi/hptiop.txt
2725 F: drivers/scsi/hptiop.c
2729 M: jes@trained-monkey.org
2730 L: linux-hippi@sunsite.dk
2732 F: include/linux/hippidevice.h
2733 F: include/linux/if_hippi.h
2739 L: hostap@shmoo.com (subscribers-only)
2740 L: linux-wireless@vger.kernel.org
2741 W: http://hostap.epitest.fi/
2743 F: drivers/net/wireless/hostap/
2745 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2747 M: carlos@strangeworlds.co.uk
2749 F: drivers/platform/x86/tc1100-wmi.c
2751 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2755 F: drivers/net/hp100.*
2757 HPET: High Precision Event Timers driver
2759 M: clemens@ladisch.de
2761 F: Documentation/timers/hpet.txt
2762 F: drivers/char/hpet.c
2763 F: include/linux/hpet.h
2766 P: Venkatesh Pallipadi (Venki)
2767 M: venkatesh.pallipadi@intel.com
2769 F: arch/x86/kernel/hpet.c
2770 F: arch/x86/include/asm/hpet.h
2781 F: drivers/char/hpet.c
2785 M: mikulas@artax.karlin.mff.cuni.cz
2786 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2792 M: j.dumon@option.com
2793 W: http://www.pharscape.org
2795 F: drivers/net/usb/hso.c
2797 HTCPEN TOUCHSCREEN DRIVER
2800 L: linux-input@vger.kernel.org
2802 F: drivers/input/touchscreen/htcpen.c
2806 M: wli@holomorphy.com
2810 I2C/SMBUS STUB DRIVER
2812 M: mhoffman@lightlink.com
2813 L: linux-i2c@vger.kernel.org
2815 F: drivers/i2c/busses/i2c-stub.c
2818 P: Jean Delvare (PC drivers, core)
2819 M: khali@linux-fr.org
2820 P: Ben Dooks (embedded platforms)
2821 M: ben-linux@fluff.org
2822 L: linux-i2c@vger.kernel.org
2823 W: http://i2c.wiki.kernel.org/
2824 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2826 F: Documentation/i2c/
2828 F: include/linux/i2c.h
2829 F: include/linux/i2c-dev.h
2830 F: include/linux/i2c-id.h
2835 L: linux-i2c@vger.kernel.org
2836 W: http://www.harbaum.org/till/i2c_tiny_usb
2838 F: drivers/i2c/busses/i2c-tiny-usb.c
2846 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2852 IA64 (Itanium) PLATFORM
2855 M: tony.luck@intel.com
2856 M: fenghua.yu@intel.com
2857 L: linux-ia64@vger.kernel.org
2858 W: http://www.ia64-linux.org/
2859 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2863 IBM MCA SCSI SUBSYSTEM DRIVER
2865 M: langa2@kph.uni-mainz.de
2866 W: http://www.uni-mainz.de/~langm000/linux.html
2868 F: drivers/scsi/ibmmca.c
2870 IBM Power Linux RAID adapter
2872 M: brking@us.ibm.com
2874 F: drivers/scsi/ipr.*
2876 IBM ServeRAID RAID DRIVER
2879 M: ipslinux@adaptec.com
2880 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2882 F: drivers/scsi/ips.*
2886 M: davem@davemloft.net
2887 L: linux-ide@vger.kernel.org
2888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2890 F: Documentation/ide/
2892 F: include/linux/ide.h
2896 M: petkovbb@gmail.com
2897 L: linux-ide@vger.kernel.org
2899 F: Documentation/cdrom/ide-cd
2900 F: drivers/ide/ide-cd*
2904 M: andrew.d.henroid@intel.com
2905 L: linux-pm@lists.linux-foundation.org
2907 F: drivers/idle/i7300_idle.c
2911 M: ben.collins@ubuntu.com
2913 M: stefanr@s5r6.in-berlin.de
2914 L: linux1394-devel@lists.sourceforge.net
2915 W: http://www.linux1394.org/
2916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2918 F: drivers/ieee1394/
2920 IEEE 1394 RAW I/O DRIVER
2924 M: stefanr@s5r6.in-berlin.de
2925 L: linux1394-devel@lists.sourceforge.net
2927 F: drivers/ieee1394/raw1394*
2929 IEEE 802.15.4 SUBSYSTEM
2930 P: Dmitry Eremin-Solenikov
2931 M: dbaryshkov@gmail.com
2933 M: slapin@ossfans.org
2934 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2935 W: http://apps.sourceforge.net/trac/linux-zigbee
2936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2939 F: drivers/ieee802154/
2941 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2945 F: security/integrity/ima/
2947 IMS TWINTURBO FRAMEBUFFER DRIVER
2948 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2950 F: drivers/video/imsttfb.c
2952 INFINIBAND SUBSYSTEM
2954 M: rolandd@cisco.com
2956 M: sean.hefty@intel.com
2958 M: hal.rosenstock@gmail.com
2959 L: general@lists.openfabrics.org (moderated for non-subscribers)
2960 W: http://www.openib.org/
2961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2963 F: Documentation/infiniband/
2964 F: drivers/infiniband/
2965 F: include/linux/if_infiniband.h
2969 M: john@johnmccutchan.com
2973 M: eparis@parisplace.org
2975 F: Documentation/filesystems/inotify.txt
2976 F: fs/notify/inotify/
2977 F: include/linux/inotify.h
2979 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2981 M: dmitry.torokhov@gmail.com
2983 L: linux-input@vger.kernel.org
2984 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2988 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2990 M: sylvain.meyer@worldonline.fr
2991 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2993 F: Documentation/fb/intelfb.txt
2994 F: drivers/video/intelfb/
2996 INTEL 810/815 FRAMEBUFFER DRIVER
2998 M: adaplas@gmail.com
2999 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3001 F: drivers/video/i810/
3003 INTEL MENLOW THERMAL DRIVER
3005 M: sujith.thomas@intel.com
3006 L: linux-acpi@vger.kernel.org
3007 W: http://www.lesswatts.org/projects/acpi/
3009 F: drivers/platform/x86/intel_menlow.c
3011 INTEL IA32 MICROCODE UPDATE SUPPORT
3013 M: tigran@aivazian.fsnet.co.uk
3015 F: arch/x86/kernel/microcode_core.c
3016 F: arch/x86/kernel/microcode_intel.c
3018 INTEL I/OAT DMA DRIVER
3020 M: maciej.sosnowski@intel.com
3022 F: drivers/dma/ioat*
3026 M: dwmw2@infradead.org
3027 L: iommu@lists.linux-foundation.org
3028 T: git git://git.infradead.org/iommu-2.6.git
3030 F: drivers/pci/intel-iommu.c
3031 F: include/linux/intel-iommu.h
3033 INTEL IOP-ADMA DMA DRIVER
3035 M: dan.j.williams@intel.com
3037 F: drivers/dma/iop-adma.c
3039 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3043 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3044 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3045 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3046 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3047 F: drivers/net/arm/ixp4xx_eth.c
3048 F: drivers/net/wan/ixp4xx_hss.c
3050 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3052 M: dsaxena@plexity.net
3054 F: drivers/char/hw_random/ixp4xx-rng.c
3056 INTEL IXP2000 ETHERNET DRIVER
3057 P: Lennert Buytenhek
3058 M: kernel@wantstofly.org
3059 L: netdev@vger.kernel.org
3061 F: drivers/net/ixp2000/
3063 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3065 M: jeffrey.t.kirsher@intel.com
3067 M: jesse.brandeburg@intel.com
3069 M: bruce.w.allan@intel.com
3071 M: peter.p.waskiewicz.jr@intel.com
3073 M: john.ronciak@intel.com
3074 L: e1000-devel@lists.sourceforge.net
3075 W: http://e1000.sourceforge.net/
3077 F: drivers/net/e100.c
3078 F: drivers/net/e1000/
3079 F: drivers/net/e1000e/
3081 F: drivers/net/ixgb/
3082 F: drivers/net/ixgbe/
3084 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3088 M: jketreno@linux.intel.com
3090 M: reinette.chatre@intel.com
3091 L: linux-wireless@vger.kernel.org
3092 L: ipw2100-devel@lists.sourceforge.net
3093 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3094 W: http://ipw2100.sourceforge.net
3096 F: Documentation/networking/README.ipw2100
3097 F: drivers/net/wireless/ipw2x00/ipw2100.*
3099 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3103 M: jketreno@linux.intel.com
3105 M: reinette.chatre@intel.com
3106 L: linux-wireless@vger.kernel.org
3107 L: ipw2100-devel@lists.sourceforge.net
3108 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3109 W: http://ipw2200.sourceforge.net
3111 F: Documentation/networking/README.ipw2200
3112 F: drivers/net/wireless/ipw2x00/ipw2200.*
3114 INTEL WIRELESS WIMAX CONNECTION 2400
3115 P: Inaky Perez-Gonzalez
3116 M: inaky.perez-gonzalez@intel.com
3117 M: linux-wimax@intel.com
3118 L: wimax@linuxwimax.org
3120 W: http://linuxwimax.org
3121 F: Documentation/wimax/README.i2400m
3122 F: drivers/net/wimax/i2400m/
3123 F: include/linux/wimax/i2400m.h
3125 INTEL WIRELESS WIFI LINK (iwlwifi)
3129 M: reinette.chatre@intel.com
3130 L: linux-wireless@vger.kernel.org
3131 L: ipw3945-devel@lists.sourceforge.net
3132 W: http://intellinuxwireless.org
3133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3135 F: drivers/net/wireless/iwlwifi/
3137 IOC3 ETHERNET DRIVER
3139 M: ralf@linux-mips.org
3140 L: linux-mips@linux-mips.org
3142 F: drivers/net/ioc3-eth.c
3147 L: linux-mips@linux-mips.org
3149 F: drivers/serial/ioc3_serial.c
3153 M: jjciarla@raiz.uncu.edu.ar
3155 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3157 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3159 M: romieu@fr.zoreil.com
3161 M: sorbica@icplus.com.tw
3163 M: jesse@icplus.com.tw
3164 L: netdev@vger.kernel.org
3166 F: drivers/net/ipg.c
3170 M: infinipath@qlogic.com
3171 L: general@lists.openfabrics.org
3172 T: git git://git.qlogic.com/ipath-linux-2.6
3174 F: drivers/infiniband/hw/ipath/
3179 L: openipmi-developer@lists.sourceforge.net
3180 W: http://openipmi.sourceforge.net/
3182 F: Documentation/IPMI.txt
3183 F: drivers/char/ipmi/
3184 F: include/linux/ipmi*
3186 IPS SCSI RAID DRIVER
3187 P: Adaptec OEM Raid Solutions
3188 M: aacraid@adaptec.com
3189 L: linux-scsi@vger.kernel.org
3190 W: http://www.adaptec.com/
3192 F: drivers/scsi/ips*
3196 M: wensong@linux-vs.org
3198 M: horms@verge.net.au
3201 L: netdev@vger.kernel.org
3202 L: lvs-devel@vger.kernel.org
3204 F: Documentation/networking/ipvs-sysctl.txt
3205 F: net/netfilter/ipvs/
3213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3214 F: drivers/char/pcmcia/ipwireless/
3217 P: Arnaldo Carvalho de Melo
3218 M: acme@ghostprotocols.net
3219 L: netdev@vger.kernel.org
3221 F: include/linux/ipx.h
3222 F: include/net/ipx.h
3227 M: samuel@sortiz.org
3228 L: irda-users@lists.sourceforge.net (subscribers-only)
3229 W: http://irda.sourceforge.net/
3231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3232 F: Documentation/networking/irda.txt
3233 F: drivers/net/irda/
3234 F: include/net/irda/
3241 F: Documentation/isapnp.txt
3242 F: drivers/pnp/isapnp/
3243 F: include/linux/isapnp.h
3247 M: michaelc@cs.wisc.edu
3248 L: open-iscsi@googlegroups.com
3249 W: www.open-iscsi.org
3250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3252 F: drivers/scsi/*iscsi*
3253 F: include/scsi/*iscsi*
3257 M: isdn@linux-pingi.de
3258 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3259 W: http://www.isdn4linux.de
3260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3262 F: Documentation/isdn/
3264 F: include/linux/isdn.h
3265 F: include/linux/isdn/
3267 ISDN SUBSYSTEM (Eicon active card driver)
3270 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3271 W: http://www.melware.de
3273 F: drivers/isdn/hardware/eicon/
3275 IVTV VIDEO4LINUX DRIVER
3277 M: hverkuil@xs4all.nl
3278 L: ivtv-devel@ivtvdriver.org
3279 L: ivtv-users@ivtvdriver.org
3280 L: linux-media@vger.kernel.org
3281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3282 W: http://www.ivtvdriver.org
3284 F: Documentation/video4linux/*.ivtv
3285 F: drivers/media/video/ivtv/
3286 F: include/linux/ivtv*
3290 M: shaggy@austin.ibm.com
3291 L: jfs-discussion@lists.sourceforge.net
3292 W: http://jfs.sourceforge.net/
3293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3295 F: Documentation/filesystems/jfs.txt
3300 M: cooldavid@cooldavid.org
3301 L: netdev@vger.kernel.org
3303 F: drivers/net/jme.*
3305 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3307 M: dwmw2@infradead.org
3308 L: linux-mtd@lists.infradead.org
3309 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3312 F: include/linux/jffs2.h
3314 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3318 M: akpm@linux-foundation.org
3319 L: linux-ext4@vger.kernel.org
3322 F: include/linux/ext*jbd*.h
3323 F: include/linux/jbd*.h
3325 K8TEMP HARDWARE MONITORING DRIVER
3327 M: r.marek@assembler.cz
3328 L: lm-sensors@lm-sensors.org
3330 F: Documentation/hwmon/k8temp
3331 F: drivers/hwmon/k8temp.c
3335 M: zippel@linux-m68k.org
3336 L: linux-kbuild@vger.kernel.org
3338 F: Documentation/kbuild/kconfig-language.txt
3343 M: vgoyal@redhat.com
3346 L: kexec@lists.infradead.org
3347 W: http://lse.sourceforge.net/kdump/
3349 F: Documentation/kdump/
3351 KERNEL AUTOMOUNTER (AUTOFS)
3354 L: autofs@linux.kernel.org
3358 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3361 L: autofs@linux.kernel.org
3368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3370 L: linux-kbuild@vger.kernel.org
3372 F: Documentation/kbuild/
3374 F: scripts/Makefile.*
3378 L: kernel-janitors@vger.kernel.org
3379 W: http://www.kerneljanitors.org/
3382 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3384 M: bfields@fieldses.org
3387 L: linux-nfs@vger.kernel.org
3388 W: http://nfs.sourceforge.net/
3391 F: include/linux/nfsd/
3395 F: include/linux/lockd/
3396 F: include/linux/sunrpc/
3398 KERNEL VIRTUAL MACHINE (KVM)
3401 L: kvm@vger.kernel.org
3402 W: http://kvm.qumranet.com
3404 F: Documentation/*/kvm.txt
3406 F: arch/*/include/asm/kvm*
3407 F: include/linux/kvm*
3410 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3412 M: joerg.roedel@amd.com
3413 L: kvm@vger.kernel.org
3414 W: http://kvm.qumranet.com
3416 F: arch/x86/include/asm/svm.h
3417 F: arch/x86/kvm/kvm_svm.h
3418 F: arch/x86/kvm/svm.c
3420 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3422 M: hollisb@us.ibm.com
3423 L: kvm-ppc@vger.kernel.org
3424 W: http://kvm.qumranet.com
3426 F: arch/powerpc/include/asm/kvm*
3427 F: arch/powerpc/kvm/
3429 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3431 M: xiantao.zhang@intel.com
3432 L: kvm-ia64@vger.kernel.org
3433 W: http://kvm.qumranet.com
3435 F: Documentation/ia64/kvm.txt
3436 F: arch/ia64/include/asm/kvm*
3439 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3442 P: Christian Borntraeger
3443 M: borntraeger@de.ibm.com
3444 M: linux390@de.ibm.com
3445 L: linux-s390@vger.kernel.org
3446 W: http://www.ibm.com/developerworks/linux/linux390/
3448 F: Documentation/s390/kvm.txt
3449 F: arch/s390/include/asm/kvm*
3454 M: ebiederm@xmission.com
3455 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3456 L: kexec@lists.infradead.org
3458 F: include/linux/kexec.h
3463 M: jason.wessel@windriver.com
3464 L: kgdb-bugreport@lists.sourceforge.net
3466 F: Documentation/DocBook/kgdb.tmpl
3467 F: drivers/misc/kgdbts.c
3468 F: drivers/serial/kgdboc.c
3469 F: include/linux/kgdb.h
3474 M: vegardno@ifi.uio.no
3476 M: penberg@cs.helsinki.fi
3477 L: linux-kernel@vger.kernel.org
3482 M: catalin.marinas@arm.com
3483 L: linux-kernel@vger.kernel.org
3485 F: Documentation/kmemleak.txt
3486 F: include/linux/kmemleak.h
3488 F: mm/kmemleak-test.c
3491 P: Eduard - Gabriel Munteanu
3492 M: eduard.munteanu@linux360.ro
3494 F: Documentation/trace/kmemtrace.txt
3495 F: include/linux/kmemtrace.h
3496 F: kernel/trace/kmemtrace.c
3499 P: Ananth N Mavinakayanahalli
3500 M: ananth@in.ibm.com
3501 P: Anil S Keshavamurthy
3502 M: anil.s.keshavamurthy@intel.com
3504 M: davem@davemloft.net
3506 M: mhiramat@redhat.com
3508 F: Documentation/kprobes.txt
3509 F: include/linux/kprobes.h
3512 KS0108 LCD CONTROLLER DRIVER
3513 P: Miguel Ojeda Sandonis
3514 M: miguel.ojeda.sandonis@gmail.com
3515 W: http://miguelojeda.es/auxdisplay.htm
3516 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3518 F: Documentation/auxdisplay/ks0108
3519 F: drivers/auxdisplay/ks0108.c
3520 F: include/linux/ks0108.h
3523 L: linux-x25@vger.kernel.org
3525 F: Documentation/networking/lapb-module.txt
3529 LASI 53c700 driver for PARISC
3530 P: James E.J. Bottomley
3531 M: James.Bottomley@HansenPartnership.com
3532 L: linux-scsi@vger.kernel.org
3534 F: Documentation/scsi/53c700.txt
3535 F: drivers/scsi/53c700*
3539 M: rpurdie@rpsys.net
3542 F: include/linux/leds.h
3544 LEGO USB Tower driver
3546 M: starblue@users.sourceforge.net
3547 L: legousb-devel@lists.sourceforge.net
3548 W: http://legousb.sourceforge.net/
3550 F: drivers/usb/misc/legousbtower.c
3554 M: rusty@rustcorp.com.au
3555 L: lguest@ozlabs.org
3556 W: http://lguest.ozlabs.org/
3558 F: Documentation/lguest/
3561 F: include/linux/lguest*.h
3562 F: arch/x86/include/asm/lguest*.h
3564 LINUX FOR IBM pSERIES (RS/6000)
3566 M: paulus@au.ibm.com
3567 W: http://www.ibm.com/linux/ltc/projects/ppc
3570 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3571 P: Benjamin Herrenschmidt
3572 M: benh@kernel.crashing.org
3575 W: http://www.penguinppc.org/
3576 L: linuxppc-dev@ozlabs.org
3577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3580 LINUX FOR POWER MACINTOSH
3581 P: Benjamin Herrenschmidt
3582 M: benh@kernel.crashing.org
3583 W: http://www.penguinppc.org/
3584 L: linuxppc-dev@ozlabs.org
3587 LINUX FOR POWERPC EMBEDDED MPC5XXX
3589 M: grant.likely@secretlab.ca
3590 L: linuxppc-dev@ozlabs.org
3591 T: git git://git.secretlab.ca/git/linux-2.6.git
3594 LINUX FOR POWERPC EMBEDDED PPC4XX
3596 M: jwboyer@linux.vnet.ibm.com
3598 M: mporter@kernel.crashing.org
3599 W: http://www.penguinppc.org/
3600 L: linuxppc-dev@ozlabs.org
3601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3604 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3606 M: grant.likely@secretlab.ca
3607 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3608 L: linuxppc-dev@ozlabs.org
3609 T: git git://git.secretlab.ca/git/linux-2.6.git
3612 LINUX FOR POWERPC EMBEDDED PPC8XX
3614 M: vitb@kernel.crashing.org
3616 M: marcelo@kvack.org
3617 W: http://www.penguinppc.org/
3618 L: linuxppc-dev@ozlabs.org
3621 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3623 M: galak@kernel.crashing.org
3624 W: http://www.penguinppc.org/
3625 L: linuxppc-dev@ozlabs.org
3628 LINUX FOR POWERPC PA SEMI PWRFICIENT
3631 W: http://www.pasemi.com/
3632 L: linuxppc-dev@ozlabs.org
3635 LINUX SECURITY MODULE (LSM) FRAMEWORK
3637 M: chrisw@sous-sol.org
3638 L: linux-security-module@vger.kernel.org
3639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3643 P: Arnaldo Carvalho de Melo
3644 M: acme@ghostprotocols.net
3646 F: include/linux/llc.h
3650 LIS3LV02D ACCELEROMETER DRIVER
3652 M: eric.piel@tremplin-utc.net
3654 F: Documentation/hwmon/lis3lv02d
3655 F: drivers/hwmon/lis3lv02d.*
3657 LM83 HARDWARE MONITOR DRIVER
3659 M: khali@linux-fr.org
3660 L: lm-sensors@lm-sensors.org
3662 F: Documentation/hwmon/lm83
3663 F: drivers/hwmon/lm83.c
3665 LM90 HARDWARE MONITOR DRIVER
3667 M: khali@linux-fr.org
3668 L: lm-sensors@lm-sensors.org
3670 F: Documentation/hwmon/lm90
3671 F: drivers/hwmon/lm90.c
3673 LOCKDEP AND LOCKSTAT
3675 M: peterz@infradead.org
3678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3680 F: Documentation/lockdep*.txt
3681 F: Documentation/lockstat.txt
3682 F: include/linux/lockdep.h
3685 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3686 P: Richard Russon (FlatCap)
3688 L: linux-ntfs-dev@lists.sourceforge.net
3689 W: http://www.linux-ntfs.org/content/view/19/37/
3691 F: Documentation/ldm.txt
3692 F: fs/partitions/ldm.*
3694 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3696 M: Eric.Moore@lsi.com
3698 L: DL-MPTFusionLinux@lsi.com
3699 L: linux-scsi@vger.kernel.org
3700 W: http://www.lsilogic.com/support
3702 F: drivers/message/fusion/
3704 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3707 L: linux-scsi@vger.kernel.org
3709 F: drivers/scsi/sym53c8xx_2/
3711 LTP (Linux Test Project)
3713 M: subrata@linux.vnet.ibm.com
3715 M: vapier@gentoo.org
3716 L: ltp-list@lists.sourceforge.net (subscribers-only)
3717 W: http://ltp.sourceforge.net/
3718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3723 M: takata@linux-m32r.org
3724 L: linux-m32r@ml.linux-m32r.org
3725 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3726 W: http://www.linux-m32r.org/
3731 P: Geert Uytterhoeven
3732 M: geert@linux-m68k.org
3734 M: zippel@linux-m68k.org
3735 L: linux-m68k@lists.linux-m68k.org
3736 W: http://www.linux-m68k.org/
3737 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3742 M68K ON APPLE MACINTOSH
3745 W: http://www.mac.linux-m68k.org/
3746 L: linux-m68k@lists.linux-m68k.org
3753 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3759 M: johannes@sipsolutions.net
3760 L: linux-wireless@vger.kernel.org
3761 W: http://linuxwireless.org/
3762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3764 F: Documentation/networking/mac80211-injection.txt
3765 F: include/net/mac80211.h
3768 MAC80211 PID RATE CONTROL
3770 M: stefano.brivio@polimi.it
3772 M: mattias.nissler@gmx.de
3773 L: linux-wireless@vger.kernel.org
3774 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3777 F: net/mac80211/rc80211_pid*
3782 L: netdev@vger.kernel.org
3784 F: drivers/net/macvlan.c
3785 F: include/linux/if_macvlan.h
3787 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3789 M: mtk.manpages@gmail.com
3790 W: http://www.kernel.org/doc/man-pages
3791 L: linux-man@vger.kernel.org
3794 MARVELL LIBERTAS WIRELESS DRIVER
3797 L: libertas-dev@lists.infradead.org
3799 F: drivers/net/wireless/libertas/
3801 MARVELL MV643XX ETHERNET DRIVER
3802 P: Lennert Buytenhek
3803 M: buytenh@marvell.com
3804 L: netdev@vger.kernel.org
3806 F: drivers/net/mv643xx_eth.*
3807 F: include/linux/mv643xx.h
3809 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3814 MARVELL YUKON / SYSKONNECT DRIVER
3816 M: mlindner@syskonnect.de
3818 M: rroesler@syskonnect.de
3819 W: http://www.syskonnect.com
3822 MATROX FRAMEBUFFER DRIVER
3824 M: vandrove@vc.cvut.cz
3825 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3827 F: drivers/video/matrox/matroxfb_*
3828 F: include/linux/matroxfb.h
3830 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3832 M: hjk@linutronix.de
3833 L: lm-sensors@lm-sensors.org
3835 F: Documentation/hwmon/max6650
3836 F: drivers/hwmon/max6650.c
3838 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3839 P: Mauro Carvalho Chehab
3840 M: mchehab@infradead.org
3841 P: LinuxTV.org Project
3842 L: linux-media@vger.kernel.org
3843 W: http://linuxtv.org
3844 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3846 F: Documentation/dvb/
3847 F: Documentation/video4linux/
3850 F: include/linux/dvb/
3851 F: include/linux/videodev*.h
3853 MEGARAID SCSI DRIVERS
3855 M: megaraidlinux@lsi.com
3856 L: linux-scsi@vger.kernel.org
3857 W: http://megaraid.lsilogic.com
3859 F: Documentation/scsi/megaraid.txt
3860 F: drivers/scsi/megaraid.*
3861 F: drivers/scsi/megaraid/
3864 L: linux-mm@kvack.org
3865 W: http://www.linux-mm.org
3867 F: include/linux/mm.h
3870 MEMORY RESOURCE CONTROLLER
3872 M: balbir@linux.vnet.ibm.com
3875 P: KAMEZAWA Hiroyuki
3876 M: kamezawa.hiroyu@jp.fujitsu.com
3877 L: linux-mm@kvack.org
3881 MEMORY TECHNOLOGY DEVICES (MTD)
3883 M: dwmw2@infradead.org
3884 W: http://www.linux-mtd.infradead.org/
3885 L: linux-mtd@lists.infradead.org
3886 T: git git://git.infradead.org/mtd-2.6.git
3889 F: include/linux/mtd/
3892 MICROBLAZE ARCHITECTURE
3895 L: microblaze-uclinux@itee.uq.edu.au
3896 W: http://www.monstr.eu/fdt/
3897 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3903 M: oliver@neukum.name
3905 F: drivers/usb/image/microtek.*
3909 M: ralf@linux-mips.org
3910 W: http://www.linux-mips.org/
3911 L: linux-mips@linux-mips.org
3912 T: git git://git.linux-mips.org/pub/scm/linux.git
3914 F: Documentation/mips/
3917 MISCELLANEOUS MCA-SUPPORT
3919 M: James.Bottomley@HansenPartnership.com
3921 F: Documentation/ia64/mca.txt
3922 F: Documentation/mca.txt
3924 F: include/linux/mca*
3928 M: rusty@rustcorp.com.au
3930 F: include/linux/module.h
3933 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3935 M: stelian@popies.net
3936 W: http://popies.net/meye/
3938 F: Documentation/video4linux/meye.txt
3939 F: drivers/media/video/meye.*
3940 F: include/linux/meye.h
3942 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3945 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3947 F: drivers/mmc/host/imxmmc.*
3949 MOUSE AND MISC DEVICES [GENERAL]
3950 P: Alessandro Rubini
3951 M: rubini@ipvvis.unipv.it
3953 F: drivers/input/mouse/
3954 F: include/linux/gpio_mouse.h
3956 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3958 M: jirislaby@gmail.com
3960 F: Documentation/serial/moxa-smartio
3961 F: drivers/char/mxser.*
3964 P: Lennart Poettering
3965 M: mzxreary@0pointer.de
3966 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3967 W: http://0pointer.de/lennart/tchibo.html
3969 F: drivers/platform/x86/msi-laptop.c
3971 MULTIFUNCTION DEVICES (MFD)
3973 M: sameo@linux.intel.com
3974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3978 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3983 F: include/linux/mmc/
3985 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3987 M: dbrownell@users.sourceforge.net
3989 F: drivers/mmc/host/mmc_spi.c
3990 F: include/linux/spi/mmc_spi.h
3992 MULTISOUND SOUND DRIVER
3996 F: Documentation/sound/oss/MultiSound
3999 MULTITECH MULTIPORT CARD (ISICOM)
4001 M: jirislaby@gmail.com
4003 F: drivers/char/isicom.c
4004 F: include/linux/isicom.h
4006 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4008 M: felipe.balbi@nokia.com
4009 L: linux-usb@vger.kernel.org
4010 T: git git://gitorious.org/musb/mainline.git
4012 F: drivers/usb/musb/
4014 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4016 M: gallatin@myri.com
4019 L: netdev@vger.kernel.org
4020 W: http://www.myri.com/scs/download-Myri10GE.html
4022 F: drivers/net/myri10ge/
4024 NATSEMI ETHERNET DRIVER (DP8381x)
4026 M: thockin@hockin.org
4028 F: drivers/net/natsemi.c
4032 M: vandrove@vc.cvut.cz
4033 L: linware@sh.cvut.cz
4037 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4038 P: James E.J. Bottomley
4039 M: James.Bottomley@HansenPartnership.com
4040 L: linux-scsi@vger.kernel.org
4042 F: drivers/scsi/NCR_D700.*
4044 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4046 M: faisal.latif@intel.com
4048 M: chien.tin.tung@intel.com
4049 L: general@lists.openfabrics.org
4050 W: http://www.neteffect.com
4052 F: drivers/infiniband/hw/nes/
4054 NETEM NETWORK EMULATOR
4055 P: Stephen Hemminger
4056 M: shemminger@linux-foundation.org
4057 L: netem@lists.linux-foundation.org
4059 F: net/sched/sch_netem.c
4061 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4063 M: ram.vepa@neterion.com
4065 M: santosh.rastapur@neterion.com
4066 P: Sivakumar Subramani
4067 M: sivakumar.subramani@neterion.com
4068 P: Sreenivasa Honnur
4069 M: sreenivasa.honnur@neterion.com
4071 M: anil.murthy@neterion.com
4072 L: netdev@vger.kernel.org
4073 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4074 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4076 F: Documentation/networking/s2io.txt
4077 F: drivers/net/s2io*
4079 NETFILTER/IPTABLES/IPCHAINS
4087 L: netfilter-devel@vger.kernel.org
4088 L: netfilter@vger.kernel.org
4089 L: coreteam@netfilter.org
4090 W: http://www.netfilter.org/
4091 W: http://www.iptables.org/
4092 T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4094 F: include/linux/netfilter*
4095 F: include/linux/netfilter/
4096 F: include/net/netfilter/
4097 F: net/*/netfilter.c
4103 M: paul.moore@hp.com
4104 W: http://netlabel.sf.net
4105 L: netdev@vger.kernel.org
4107 F: Documentation/netlabel/
4108 F: include/net/netlabel.h
4111 NETROM NETWORK LAYER
4113 M: ralf@linux-mips.org
4114 L: linux-hams@vger.kernel.org
4115 W: http://www.linux-ax25.org/
4117 F: include/linux/netrom.h
4118 F: include/net/netrom.h
4121 NETWORK BLOCK DEVICE (NBD)
4123 M: Paul.Clements@steeleye.com
4125 F: Documentation/blockdev/nbd.txt
4126 F: drivers/block/nbd.c
4127 F: include/linux/nbd.h
4129 NETWORKING [GENERAL]
4131 M: davem@davemloft.net
4132 L: netdev@vger.kernel.org
4133 W: http://www.linuxfoundation.org/en/Net
4134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4139 NETWORKING [IPv4/IPv6]
4141 M: davem@davemloft.net
4143 M: kuznet@ms2.inr.ac.ru
4144 P: Pekka Savola (ipv6)
4145 M: pekkas@netcore.fi
4147 M: jmorris@namei.org
4148 P: Hideaki YOSHIFUJI
4149 M: yoshfuji@linux-ipv6.org
4152 L: netdev@vger.kernel.org
4153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4159 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4161 M: paul.moore@hp.com
4162 L: netdev@vger.kernel.org
4165 NETWORKING [WIRELESS]
4167 M: linville@tuxdriver.com
4168 L: linux-wireless@vger.kernel.org
4169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4172 F: include/net/ieee80211*
4173 F: include/linux/wireless.h
4176 L: netdev@vger.kernel.org
4177 W: http://www.linuxfoundation.org/en/Net
4178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4182 NETXEN (1/10) GbE SUPPORT
4184 M: dhananjay@netxen.com
4185 L: netdev@vger.kernel.org
4186 W: http://www.netxen.com
4188 F: drivers/net/netxen/
4190 NFS, SUNRPC, AND LOCKD CLIENTS
4192 M: Trond.Myklebust@netapp.com
4193 L: linux-nfs@vger.kernel.org
4194 W: http://client.linux-nfs.org
4195 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4201 F: include/linux/lockd/
4202 F: include/linux/nfs*
4203 F: include/linux/sunrpc/
4205 NI5010 NETWORK DRIVER
4206 P: Jan-Pascal van Best
4207 M: janpascal@vanbest.org
4210 L: netdev@vger.kernel.org
4212 F: drivers/net/ni5010.*
4216 M: konishi.ryusuke@lab.ntt.co.jp
4218 W: http://www.nilfs.org/en/
4220 F: Documentation/filesystems/nilfs2.txt
4222 F: include/linux/nilfs2_fs.h
4224 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4226 M: yokota@netlab.is.tsukuba.ac.jp
4227 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4229 F: Documentation/scsi/NinjaSCSI.txt
4230 F: drivers/scsi/pcmcia/nsp_*
4232 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4234 M: gotom@debian.or.jp
4236 M: yokota@netlab.is.tsukuba.ac.jp
4237 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4239 F: Documentation/scsi/NinjaSCSI.txt
4240 F: drivers/scsi/nsp32*
4243 P: Anton Altaparmakov
4245 L: linux-ntfs-dev@lists.sourceforge.net
4246 W: http://www.linux-ntfs.org/
4247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4249 F: Documentation/filesystems/ntfs.txt
4252 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4254 M: adaplas@gmail.com
4255 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4257 F: drivers/video/riva/
4258 F: drivers/video/nvidia/
4261 P: Tony Lindgren <tony@atomide.com>
4263 L: linux-omap@vger.kernel.org
4264 W: http://www.muru.com/linux/omap/
4265 W: http://linux.omap.com/
4266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4270 OMAP CLOCK FRAMEWORK SUPPORT
4273 L: linux-omap@vger.kernel.org
4275 F: arch/arm/*omap*/*clock*
4277 OMAP POWER MANAGEMENT SUPPORT
4279 M: khilman@deeprootsystems.com
4280 L: linux-omap@vger.kernel.org
4282 F: arch/arm/*omap*/*pm*
4286 M: jhnikula@gmail.com
4287 L: alsa-devel@alsa-project.org (subscribers-only)
4288 L: linux-omap@vger.kernel.org
4292 OMAP FRAMEBUFFER SUPPORT
4294 M: imre.deak@nokia.com
4295 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4296 L: linux-omap@vger.kernel.org
4298 F: drivers/video/omap/
4302 M: jarkko.lavinen@nokia.com
4303 L: linux-kernel@vger.kernel.org
4304 L: linux-omap@vger.kernel.org
4306 F: drivers/mmc/host/*omap*
4308 OMAP RANDOM NUMBER GENERATOR SUPPORT
4310 M: dsaxena@plexity.net
4312 F: drivers/char/hw_random/omap-rng.c
4316 M: felipe.balbi@nokia.com
4318 M: dbrownell@users.sourceforge.net
4319 L: linux-usb@vger.kernel.org
4320 L: linux-omap@vger.kernel.org
4325 M: me@bobcopeland.com
4326 L: linux-karma-devel@lists.sourceforge.net
4328 F: Documentation/filesystems/omfs.txt
4331 OMNIKEY CARDMAN 4000 DRIVER
4333 M: laforge@gnumonks.org
4335 F: drivers/char/pcmcia/cm4000_cs.c
4336 F: include/linux/cm4000_cs.h
4338 OMNIKEY CARDMAN 4040 DRIVER
4340 M: laforge@gnumonks.org
4342 F: drivers/char/pcmcia/cm4040_cs.*
4344 OMNIVISION OV7670 SENSOR DRIVER
4347 L: linux-media@vger.kernel.org
4348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4350 F: drivers/media/video/ov7670.c
4352 ONENAND FLASH DRIVER
4354 M: kyungmin.park@samsung.com
4355 L: linux-mtd@lists.infradead.org
4357 F: drivers/mtd/onenand/
4358 F: include/linux/mtd/onenand*.h
4360 ONSTREAM SCSI TAPE DRIVER
4363 L: osst-users@lists.sourceforge.net
4364 L: linux-scsi@vger.kernel.org
4366 F: drivers/scsi/osst*
4369 OPENCORES I2C BUS DRIVER
4371 M: jacmet@sunsite.dk
4372 L: linux-i2c@vger.kernel.org
4374 F: Documentation/i2c/busses/i2c-ocores
4375 F: drivers/i2c/busses/i2c-ocores.c
4379 M: robert.richter@amd.com
4380 L: oprofile-list@lists.sf.net
4383 F: drivers/oprofile/
4384 F: include/linux/oprofile.h
4386 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4390 M: joel.becker@oracle.com
4391 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4392 W: http://oss.oracle.com/projects/ocfs2/
4393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4395 F: Documentation/filesystems/ocfs2.txt
4396 F: Documentation/filesystems/dlmfs.txt
4403 M: hermes@gibson.dropbear.id.au
4404 L: linux-wireless@vger.kernel.org
4405 L: orinoco-users@lists.sourceforge.net
4406 L: orinoco-devel@lists.sourceforge.net
4407 W: http://www.nongnu.org/orinoco/
4409 F: drivers/net/wireless/orinoco/
4413 M: bharrosh@panasas.com
4415 M: bhalevy@panasas.com
4416 L: osd-dev@open-osd.org
4417 W: http://open-osd.org
4418 T: git git://git.open-osd.org/open-osd.git
4423 M: flamingice@sourmilk.net
4424 L: linux-wireless@vger.kernel.org
4425 W: http://prism54.org
4426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4428 F: drivers/net/wireless/p54/
4430 PA SEMI ETHERNET DRIVER
4433 L: netdev@vger.kernel.org
4435 F: drivers/net/pasemi_mac.*
4437 PA SEMI SMBUS DRIVER
4440 L: linux-i2c@vger.kernel.org
4442 F: drivers/i2c/busses/i2c-pasemi.c
4444 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4446 M: laforge@gnumonks.org
4448 F: drivers/platform/x86/panasonic-laptop.c
4450 PANASONIC MN10300/AM33 PORT
4452 M: dhowells@redhat.com
4454 M: yasutake.koichi@jp.panasonic.com
4455 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4456 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4458 F: Documentation/mn10300/
4461 PARALLEL PORT SUPPORT
4462 L: linux-parport@lists.infradead.org (subscribers-only)
4465 F: include/linux/parport*.h
4466 F: drivers/char/ppdev.c
4467 F: include/linux/ppdev.h
4469 PARAVIRT_OPS INTERFACE
4470 P: Jeremy Fitzhardinge
4471 M: jeremy@xensource.com
4473 M: chrisw@sous-sol.org
4475 M: akataria@vmware.com
4477 M: rusty@rustcorp.com.au
4478 L: virtualization@lists.osdl.org
4480 F: Documentation/ia64/paravirt_ops.txt
4481 F: arch/*/kernel/paravirt*
4482 F: arch/*/include/asm/paravirt.h
4484 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4487 L: linux-parport@lists.infradead.org (subscribers-only)
4488 W: http://www.torque.net/linux-pp.html
4490 F: Documentation/blockdev/paride.txt
4491 F: drivers/block/paride/
4498 L: linux-parisc@vger.kernel.org
4499 W: http://www.parisc-linux.org/
4500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4505 PC87360 HARDWARE MONITORING DRIVER
4507 M: jim.cromie@gmail.com
4508 L: lm-sensors@lm-sensors.org
4510 F: Documentation/hwmon/pc87360
4511 F: drivers/hwmon/pc87360.c
4515 M: jim.cromie@gmail.com
4517 F: drivers/char/pc8736x_gpio.c
4521 M: riku.voipio@iki.fi
4523 F: drivers/leds/leds-pca9532.c
4524 F: include/linux/leds-pca9532.h
4528 M: linas@austin.ibm.com
4529 L: linux-pci@vger.kernel.org
4531 F: Documentation/PCI/pci-error-recovery.txt
4532 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4536 M: jbarnes@virtuousgeek.org
4537 L: linux-pci@vger.kernel.org
4538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4540 F: Documentation/PCI/
4542 F: include/linux/pci*
4545 P: Kristen Carlson Accardi
4546 M: kristen.c.accardi@intel.com
4547 L: linux-pci@vger.kernel.org
4549 F: drivers/pci/pcie/
4552 P: Linux PCMCIA Team
4553 L: linux-pcmcia@lists.infradead.org
4554 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4557 F: Documentation/pcmcia/
4561 PCNET32 NETWORK DRIVER
4563 M: pcnet32@verizon.net
4564 L: netdev@vger.kernel.org
4566 F: drivers/net/pcnet32.c
4568 PER-TASK DELAY ACCOUNTING
4570 M: balbir@linux.vnet.ibm.com
4572 F: include/linux/delayacct.h
4573 F: kernel/delayacct.c
4575 PERFORMANCE COUNTER SUBSYSTEM
4577 M: a.p.zijlstra@chello.nl
4582 L: linux-kernel@vger.kernel.org
4585 PERSONALITY HANDLING
4586 P: Christoph Hellwig
4587 M: hch@infradead.org
4588 L: linux-abi-devel@lists.sourceforge.net
4590 F: include/linux/personality.h
4594 M: joern@lazybastard.org
4595 L: linux-mtd@lists.infradead.org
4597 F: drivers/mtd/devices/phram.c
4601 M: petero2@telia.com
4603 F: drivers/block/pktcdvd.c
4604 F: include/linux/pktcdvd.h
4606 POSIX CLOCKS and TIMERS
4608 M: tglx@linutronix.de
4611 F: include/linux/timer*
4614 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4618 M: dwmw2@infradead.org
4619 T: git git://git.infradead.org/battery-2.6.git
4621 F: include/linux/power_supply.h
4622 F: drivers/power/power_supply*
4628 M: bjorn.helgaas@hp.com
4634 M: vitalywool@gmail.com
4635 L: linux-i2c@vger.kernel.org
4637 F: drivers/i2c/busses/i2c-pnx.c
4639 PPP PROTOCOL DRIVERS AND COMPRESSORS
4642 L: linux-ppp@vger.kernel.org
4644 F: drivers/net/ppp_*
4646 PPP OVER ATM (RFC 2364)
4647 P: Mitchell Blank Jr
4650 F: net/atm/pppoatm.c
4651 F: include/linux/atmppp.h
4655 M: mostrows@earthlink.net
4657 F: drivers/net/pppoe.c
4658 F: drivers/net/pppox.c
4662 M: jchapman@katalix.com
4664 F: drivers/net/pppol2tp.c
4665 F: include/linux/if_pppol2tp.h
4669 M: giometti@enneenne.com
4670 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4671 L: linuxpps@ml.enneenne.com (subscribers-only)
4677 L: kpreempt-tech@lists.sourceforge.net
4678 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4680 F: Documentation/preempt-locking.txt
4681 F: include/linux/preempt.h
4683 PRISM54 WIRELESS DRIVER
4684 P: Luis R. Rodriguez
4686 L: linux-wireless@vger.kernel.org
4687 W: http://prism54.org
4689 F: drivers/net/wireless/prism54/
4691 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4693 M: promise@pnd-pc.demon.co.uk
4694 W: http://www.pnd-pc.demon.co.uk/promise/
4697 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4698 P: Mikael Pettersson
4700 L: linux-ide@vger.kernel.org
4702 F: drivers/ata/sata_promise.*
4706 M: geoffrey.levand@am.sony.com
4707 L: netdev@vger.kernel.org
4708 L: cbe-oss-dev@ozlabs.org
4710 F: drivers/net/ps3_gelic_net.*
4712 PS3 PLATFORM SUPPORT
4714 M: geoffrey.levand@am.sony.com
4715 L: linuxppc-dev@ozlabs.org
4716 L: cbe-oss-dev@ozlabs.org
4718 F: arch/powerpc/boot/ps3*
4719 F: arch/powerpc/include/asm/lv1call.h
4720 F: arch/powerpc/include/asm/ps3*.h
4721 F: arch/powerpc/platforms/ps3/
4724 F: drivers/rtc/rtc-ps3.c
4725 F: drivers/usb/host/*ps3.c
4726 F: sound/ppc/snd_ps3*
4731 L: cbe-oss-dev@ozlabs.org
4736 M: roland@redhat.com
4740 F: include/asm-generic/syscall.h
4741 F: include/linux/ptrace.h
4742 F: include/linux/regset.h
4743 F: include/linux/tracehook.h
4746 PVRUSB2 VIDEO4LINUX DRIVER
4749 L: pvrusb2@isely.net (subscribers-only)
4750 L: linux-media@vger.kernel.org
4751 W: http://www.isely.net/pvrusb2/
4752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4754 F: Documentation/video4linux/README.pvrusb2
4755 F: drivers/media/video/pvrusb2/
4757 PXA2xx/PXA3xx SUPPORT
4759 M: eric.y.miao@gmail.com
4761 M: linux@arm.linux.org.uk
4762 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4764 F: arch/arm/mach-pxa/
4765 F: drivers/pcmcia/pxa2xx*
4766 F: drivers/spi/pxa2xx*
4767 F: drivers/usb/gadget/pxa2*
4768 F: include/sound/pxa2xx-lib.h
4774 M: eric.y.miao@gmail.com
4776 M: jason.chagas@marvell.com
4777 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4783 M: eric.y.miao@gmail.com
4784 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4793 M: robert.jarzmik@free.fr
4794 L: rtc-linux@googlegroups.com
4797 QLOGIC QLA2XXX FC-SCSI DRIVER
4799 M: linux-driver@qlogic.com
4800 L: linux-scsi@vger.kernel.org
4802 F: Documentation/scsi/LICENSE.qla2xxx
4803 F: drivers/scsi/qla2xxx/
4805 QLOGIC QLA3XXX NETWORK DRIVER
4807 M: linux-driver@qlogic.com
4808 L: netdev@vger.kernel.org
4810 F: Documentation/networking/LICENSE.qla3xxx
4811 F: drivers/net/qla3xxx.*
4813 QLOGIC QLGE 10Gb ETHERNET DRIVER
4815 M: linux-driver@qlogic.com
4816 M: ron.mercer@qlogic.com
4817 L: netdev@vger.kernel.org
4819 F: drivers/net/qlge/
4824 W: http://www.alarsen.net/linux/qnx4fs/
4827 F: include/linux/qnx4_fs.h
4828 F: include/linux/qnxtypes.h
4830 RADEON FRAMEBUFFER DISPLAY DRIVER
4831 P: Benjamin Herrenschmidt
4832 M: benh@kernel.crashing.org
4833 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4835 F: drivers/video/aty/radeon*
4836 F: include/linux/radeonfb.h
4838 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4841 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4843 F: drivers/video/aty/aty128fb.c
4845 RALINK RT2X00 WIRELESS LAN DRIVER
4847 L: linux-wireless@vger.kernel.org
4848 L: users@rt2x00.serialmonkey.com
4849 W: http://rt2x00.serialmonkey.com/
4851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4852 F: drivers/net/wireless/rt2x00/
4854 RAMDISK RAM BLOCK DEVICE DRIVER
4858 F: Documentation/blockdev/ramdisk.txt
4859 F: drivers/block/brd.c
4861 RANDOM NUMBER DRIVER
4865 F: drivers/char/random.c
4869 M: mporter@kernel.crashing.org
4873 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4875 M: coreythomas@charter.net
4876 L: linux-wireless@vger.kernel.org
4878 F: drivers/net/wireless/ray*
4882 M: josh@freedesktop.org
4884 M: paulmck@linux.vnet.ibm.com
4886 F: Documentation/RCU/torture.txt
4887 F: kernel/rcutorture.c
4891 M: florian@openwrt.org
4894 RDC R6040 FAST ETHERNET DRIVER
4896 M: florian@openwrt.org
4897 L: netdev@vger.kernel.org
4899 F: drivers/net/r6040.c
4901 RDS - RELIABLE DATAGRAM SOCKETS
4903 M: andy.grover@oracle.com
4904 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4908 READ-COPY UPDATE (RCU)
4910 M: dipankar@in.ibm.com
4912 M: paulmck@linux.vnet.ibm.com
4913 W: http://www.rdrop.com/users/paulmck/rclock/
4915 F: Documentation/RCU/rcu.txt
4916 F: Documentation/RCU/rcuref.txt
4917 F: include/linux/rcupdate.h
4918 F: include/linux/srcu.h
4919 F: kernel/rcupdate.c
4921 REAL TIME CLOCK DRIVER
4923 M: p_gortmaker@yahoo.com
4925 F: Documentation/rtc.txt
4927 F: include/linux/rtc.h
4929 REAL TIME CLOCK (RTC) SUBSYSTEM
4931 M: a.zummo@towertech.it
4932 L: rtc-linux@googlegroups.com
4934 F: Documentation/rtc.txt
4936 F: include/linux/rtc.h
4938 REISERFS FILE SYSTEM
4939 L: reiserfs-devel@vger.kernel.org
4945 M: johannes@sipsolutions.net
4946 L: linux-wireless@vger.kernel.org
4948 F Documentation/rfkill.txt
4953 F: Documentation/serial/riscom8.txt
4954 F: drivers/char/riscom8*
4958 W: http://www.comtrol.com
4960 F: Documentation/serial/rocket.txt
4961 F: drivers/char/rocket*
4965 M: ralf@linux-mips.org
4966 L: linux-hams@vger.kernel.org
4967 W: http://www.linux-ax25.org/
4969 F: include/linux/rose.h
4970 F: include/net/rose.h
4973 RTL8180 WIRELESS DRIVER
4975 M: linville@tuxdriver.com
4976 L: linux-wireless@vger.kernel.org
4977 W: http://linuxwireless.org/
4978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4980 F: drivers/net/wireless/rtl818*
4982 RTL8187 WIRELESS DRIVER
4983 P: Herton Ronaldo Krzesinski
4984 M: herton@mandriva.com.br
4986 M: htl10@users.sourceforge.net
4988 M: Larry.Finger@lwfinger.net
4989 L: linux-wireless@vger.kernel.org
4990 W: http://linuxwireless.org/
4991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4993 F: drivers/net/wireless/rtl818x/rtl8187*
4995 S3 SAVAGE FRAMEBUFFER DRIVER
4997 M: adaplas@gmail.com
4998 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5000 F: drivers/video/savage/
5003 P: Martin Schwidefsky
5004 M: schwidefsky@de.ibm.com
5006 M: heiko.carstens@de.ibm.com
5007 M: linux390@de.ibm.com
5008 L: linux-s390@vger.kernel.org
5009 W: http://www.ibm.com/developerworks/linux/linux390/
5013 S390 NETWORK DRIVERS
5015 M: ursula.braun@de.ibm.com
5017 M: blaschka@linux.vnet.ibm.com
5018 M: linux390@de.ibm.com
5019 L: linux-s390@vger.kernel.org
5020 W: http://www.ibm.com/developerworks/linux/linux390/
5022 F: drivers/s390/net/
5026 M: felix.beck@de.ibm.com
5028 M: ralph.wuerthner@de.ibm.com
5029 M: linux390@de.ibm.com
5030 L: linux-s390@vger.kernel.org
5032 F: drivers/s390/crypto/
5036 M: christof.schmitt@de.ibm.com
5039 M: linux390@de.ibm.com
5040 L: linux-s390@vger.kernel.org
5041 W: http://www.ibm.com/developerworks/linux/linux390/
5043 F: Documentation/s390/zfcpdump.txt
5044 F: drivers/s390/scsi/zfcp_*
5046 S390 IUCV NETWORK LAYER
5048 M: ursula.braun@de.ibm.com
5049 M: linux390@de.ibm.com
5050 L: linux-s390@vger.kernel.org
5051 W: http://www.ibm.com/developerworks/linux/linux390/
5053 F: drivers/s390/net/*iucv*
5054 F: include/net/iucv/
5057 S3C24XX SD/MMC Driver
5059 M: ben-linux@fluff.org
5060 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5062 F: drivers/mmc/host/s3cmci.*
5064 SAA7146 VIDEO4LINUX-2 DRIVER
5067 L: linux-media@vger.kernel.org
5068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5069 W: http://www.mihu.de/linux/saa7146
5071 F: drivers/media/common/saa7146*
5072 F: drivers/media/video/*7146*
5073 F: include/media/*7146*
5077 M: zwane@arm.linux.org.uk
5079 F: drivers/watchdog/sc1200wdt.c
5085 M: peterz@infradead.org
5088 F: include/linux/sched.h
5093 L: linux-scsi@vger.kernel.org
5094 W: http://www.kernel.dk
5100 M: dgilbert@interlog.com
5101 L: linux-scsi@vger.kernel.org
5102 W: http://www.torque.net/sg
5104 F: drivers/scsi/sg.c
5105 F: include/scsi/sg.h
5108 P: James E.J. Bottomley
5109 M: James.Bottomley@HansenPartnership.com
5110 L: linux-scsi@vger.kernel.org
5111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5120 M: Kai.Makisara@kolumbus.fi
5121 L: linux-scsi@vger.kernel.org
5123 F: Documentation/scsi/st.txt
5128 M: vladislav.yasevich@hp.com
5129 P: Sridhar Samudrala
5131 L: linux-sctp@vger.kernel.org
5132 W: http://lksctp.sourceforge.net
5134 F: Documentation/networking/sctp.txt
5135 F: include/linux/sctp.h
5136 F: include/net/sctp/
5141 M: jim.cromie@gmail.com
5143 F: Documentation/i2c/busses/scx200_acb
5144 F: arch/x86/kernel/scx200_32.c
5145 F: drivers/watchdog/scx200_wdt.c
5146 F: drivers/i2c/busses/scx200*
5147 F: drivers/mtd/maps/scx200_docflash.c
5148 F: include/linux/scx200.h
5152 M: jim.cromie@gmail.com
5154 F: drivers/char/scx200_gpio.c
5155 F: include/linux/scx200_gpio.h
5157 SCx200 HRT CLOCKSOURCE DRIVER
5159 M: jim.cromie@gmail.com
5161 F: drivers/clocksource/scx200_hrt.c
5163 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5165 M: saschasommer@freenet.de
5166 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5168 F: drivers/mmc/host/sdricoh_cs.c
5170 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5173 L: sdhci-devel@lists.ossman.eu
5176 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5178 M: avorontsov@ru.mvista.com
5179 L: linuxppc-dev@ozlabs.org
5180 L: sdhci-devel@lists.ossman.eu
5182 F: drivers/mmc/host/sdhci.*
5184 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5186 M: ben-linux@fluff.org
5187 L: sdhci-devel@lists.ossman.eu
5189 F: drivers/mmc/host/sdhci-s3c.c
5193 M: jmorris@namei.org
5194 L: linux-security-module@vger.kernel.org (suggested Cc:)
5195 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5196 W: http://security.wiki.kernel.org/
5201 P: Security Officers
5202 M: security@kernel.org
5205 SELINUX SECURITY MODULE
5207 M: sds@tycho.nsa.gov
5209 M: jmorris@namei.org
5211 M: eparis@parisplace.org
5212 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5213 W: http://selinuxproject.org
5214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5216 F: include/linux/selinux*
5217 F: security/selinux/
5221 M: jirislaby@gmail.com
5223 F: drivers/misc/phantom.c
5224 F: include/linux/phantom.h
5226 SERIAL ATA (SATA) SUBSYSTEM
5228 M: jgarzik@pobox.com
5229 L: linux-ide@vger.kernel.org
5230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5233 F: include/linux/ata.h
5234 F: include/linux/libata.h
5236 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5238 M: sathyap@serverengines.com
5239 P: Subbu Seetharaman
5240 M: subbus@serverengines.com
5241 L: netdev@vger.kernel.org
5242 W: http://www.serverengines.com
5244 F: drivers/net/benet/
5249 P: Robert Stonehouse
5250 M: linux-net-drivers@solarflare.com
5258 F: drivers/misc/sgi-gru/
5260 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5263 L: linux-ia64@vger.kernel.org
5265 F: Documentation/ia64/serial.txt
5266 F: drivers/serial/ioc?_serial.c
5267 F: include/linux/ioc?.h
5269 SGI VISUAL WORKSTATION 320 AND 540
5272 L: linux-visws-devel@lists.sf.net
5273 W: http://linux-visws.sf.net
5274 S: Maintained for 2.6.
5275 F: Documentation/sgi-visws.txt
5277 SGI XP/XPC/XPNET DRIVER
5281 F: drivers/misc/sgi-xp/
5283 SHARP LH SUPPORT (LH7952X & LH7A40X)
5286 W: http://projects.buici.com/arm
5287 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5289 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5290 F: arch/arm/mach-lh7a40x/
5291 F: drivers/serial/serial_lh7a40x.c
5292 F: drivers/usb/gadget/lh7a40*
5293 F: drivers/usb/host/ohci-lh7a40*
5296 P: Kristen Carlson Accardi
5297 M: kristen.c.accardi@intel.com
5298 L: linux-pci@vger.kernel.org
5300 F: drivers/pci/hotplug/shpchp*
5302 SIMTEC EB110ATX (Chalice CATS)
5305 M: support@simtec.co.uk
5306 W: http://www.simtec.co.uk/products/EB110ATX/
5309 SIMTEC EB2410ITX (BAST)
5312 M: support@simtec.co.uk
5313 W: http://www.simtec.co.uk/products/EB2410ITX/
5315 F: arch/arm/mach-s3c2410/
5316 F: drivers/*/*s3c2410*
5317 F: drivers/*/*/*s3c2410*
5319 SIS 190 ETHERNET DRIVER
5321 M: romieu@fr.zoreil.com
5322 L: netdev@vger.kernel.org
5324 F: drivers/net/sis190.c
5326 SIS 900/7016 FAST ETHERNET DRIVER
5328 M: venza@brownhat.org
5329 W: http://www.brownhat.org/sis900.html
5330 L: netdev@vger.kernel.org
5332 F: drivers/net/sis900.*
5334 SIS 96X I2C/SMBUS DRIVER
5336 M: mhoffman@lightlink.com
5337 L: linux-i2c@vger.kernel.org
5339 F: Documentation/i2c/busses/i2c-sis96x
5340 F: drivers/i2c/busses/i2c-sis96x.c
5342 SIS FRAMEBUFFER DRIVER
5343 P: Thomas Winischhofer
5344 M: thomas@winischhofer.net
5345 W: http://www.winischhofer.net/linuxsisvga.shtml
5347 F: Documentation/fb/sisfb.txt
5348 F: drivers/video/sis/
5349 F: include/video/sisfb.h
5352 P: Thomas Winischhofer
5353 M: thomas@winischhofer.net
5354 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5356 F: drivers/usb/misc/sisusbvga/
5358 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5359 P: Stephen Hemminger
5360 M: shemminger@linux-foundation.org
5361 L: netdev@vger.kernel.org
5363 F: drivers/net/skge.*
5364 F: drivers/net/sky2.*
5367 P: Christoph Lameter
5368 M: cl@linux-foundation.org
5370 M: penberg@cs.helsinki.fi
5373 L: linux-mm@kvack.org
5375 F: include/linux/sl?b*.h
5378 SMC91x ETHERNET DRIVER
5382 F: drivers/net/smc91x.*
5384 SMSC47B397 HARDWARE MONITOR DRIVER
5386 M: mhoffman@lightlink.com
5387 L: lm-sensors@lm-sensors.org
5389 F: Documentation/hwmon/smsc47b397
5390 F: drivers/hwmon/smsc47b397.c
5392 SMSC911x ETHERNET DRIVER
5393 P: Steve Glendinning
5394 M: steve.glendinning@smsc.com
5395 L: netdev@vger.kernel.org
5397 F: include/linux/smsc911x.h
5398 F: drivers/net/smsc911x.*
5400 SMSC9420 PCI ETHERNET DRIVER
5401 P: Steve Glendinning
5402 M: steve.glendinning@smsc.com
5403 L: netdev@vger.kernel.org
5405 F: drivers/net/smsc9420.*
5409 M: bn@niasdigital.com
5411 F: drivers/uio/uio_smx.c
5413 SN-IA64 (Itanium) SUB-PLATFORM
5416 L: linux-altix@sgi.com
5417 L: linux-ia64@vger.kernel.org
5418 W: http://www.sgi.com/altix
5422 SOC-CAMERA V4L2 SUBSYSTEM
5423 P: Guennadi Liakhovetski
5424 M: g.liakhovetski@gmx.de
5425 L: linux-media@vger.kernel.org
5426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5428 F: include/media/v4l2*
5429 F: drivers/media/video/v4l2*
5431 SOEKRIS NET48XX LED SUPPORT
5435 F: drivers/leds/leds-net48xx.c
5437 SOFTWARE RAID (Multiple Disks) SUPPORT
5440 L: linux-raid@vger.kernel.org
5443 F: include/linux/raid/
5445 SONIC NETWORK DRIVER
5446 P: Thomas Bogendoerfer
5447 M: tsbogend@alpha.franken.de
5448 L: netdev@vger.kernel.org
5450 F: drivers/net/sonic.*
5452 SONICS SILICON BACKPLANE DRIVER (SSB)
5455 L: netdev@vger.kernel.org
5458 F: include/linux/ssb/
5460 SONY VAIO CONTROL DEVICE DRIVER
5462 M: malattia@linux.it
5463 L: linux-acpi@vger.kernel.org
5464 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5466 F: Documentation/laptops/sony-laptop.txt
5467 F: drivers/char/sonypi.c
5468 F: drivers/platform/x86/sony-laptop.c
5469 F: include/linux/sony-laptop.h
5471 SONY MEMORYSTICK CARD SUPPORT
5474 W: http://tifmxx.berlios.de/
5476 F: drivers/memstick/host/tifm_ms.c
5483 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5484 W: http://www.alsa-project.org/
5485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5486 T: git git://git.alsa-project.org/alsa-kernel.git
5488 F: Documentation/sound/
5492 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5494 M: lrg@slimlogic.co.uk
5496 M: broonie@opensource.wolfsonmicro.com
5497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5499 W: http://alsa-project.org/main/index.php/ASoC
5502 F: include/sound/soc*
5504 SPARC + UltraSPARC (sparc/sparc64)
5506 M: davem@davemloft.net
5507 L: sparclinux@vger.kernel.org
5508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5513 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5515 M: R.E.Wolff@BitWizard.nl
5517 F: Documentation/serial/specialix.txt
5518 F: drivers/char/specialix*
5522 M: dbrownell@users.sourceforge.net
5523 L: spi-devel-general@lists.sourceforge.net
5525 F: Documentation/spi/
5527 F: include/linux/spi/
5529 SPIDERNET NETWORK DRIVER for CELL
5531 M: kou.ishizaki@toshiba.co.jp
5534 L: netdev@vger.kernel.org
5536 F: Documentation/networking/spider_net.txt
5537 F: drivers/net/spider_net*
5542 L: linuxppc-dev@ozlabs.org
5543 L: cbe-oss-dev@ozlabs.org
5544 W: http://www.ibm.com/developerworks/power/cell/
5546 F: Documentation/filesystems/spufs.txt
5547 F: arch/powerpc/platforms/cell/spufs/
5549 SQUASHFS FILE SYSTEM
5551 M: phillip@lougher.demon.co.uk
5552 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5553 W: http://squashfs.org.uk
5555 F: Documentation/filesystems/squashfs.txt
5558 SRM (Alpha) environment access
5559 P: Jan-Benedict Glaw
5560 M: jbglaw@lug-owl.de
5562 F: arch/alpha/kernel/srm_env.c
5565 P: Greg Kroah-Hartman
5568 M: chrisw@sous-sol.org
5569 L: stable@kernel.org
5573 P: Greg Kroah-Hartman
5575 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5576 L: devel@driverdev.osuosl.org
5580 STARFIRE/DURALAN NETWORK DRIVER
5584 F: drivers/net/starfire*
5586 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5587 W: http://mosquitonet.Stanford.EDU/strip.html
5589 F: drivers/net/wireless/strip.c
5590 F: include/linux/if_strip.h
5592 STRADIS MPEG-2 DECODER DRIVER
5595 W: http://www.stradis.com/
5597 F: drivers/media/video/stradis.c
5602 W: http://sammy.net/sun3/
5604 F: arch/m68k/kernel/*sun3*
5606 F: arch/m68k/include/asm/sun3*
5610 M: lethal@linux-sh.org
5611 L: linux-sh@vger.kernel.org
5612 W: http://www.linux-sh.org
5613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5615 F: Documentation/sh/
5621 M: len.brown@intel.com
5624 P: Rafael J. Wysocki
5626 L: linux-pm@lists.linux-foundation.org
5628 F: Documentation/power/
5629 F: arch/x86/kernel/acpi/
5630 F: drivers/base/power/
5632 F: include/linux/suspend.h
5633 F: include/linux/freezer.h
5634 F: include/linux/pm.h
5639 L: linux-video@atrey.karlin.mff.cuni.cz
5641 F: Documentation/svga.txt
5642 F: arch/x86/boot/video*
5645 P: Christoph Hellwig
5646 M: hch@infradead.org
5648 F: Documentation/filesystems/sysv-fs.txt
5650 F: include/linux/sysv_fs.h
5652 TASKSTATS STATISTICS INTERFACE
5654 M: balbir@linux.vnet.ibm.com
5656 F: Documentation/accounting/taskstats*
5657 F: include/linux/taskstats*
5658 F: kernel/taskstats.c
5663 L: netdev@vger.kernel.org
5665 F: include/linux/pkt_cls.h
5666 F: include/net/pkt_cls.h
5669 TCP LOW PRIORITY MODULE
5670 P: Wong Hoi Sing, Edison
5671 M: hswong3i@gmail.com
5672 P: Hung Hing Lun, Mike
5673 M: hlhung3i@gmail.com
5674 W: http://tcp-lp-mod.sourceforge.net/
5676 F: net/ipv4/tcp_lp.c
5678 TEHUTI ETHERNET DRIVER
5679 P: Alexander Indenbaum
5680 M: baum@tehutinetworks.net
5682 M: andy@greyhouse.net
5683 L: netdev@vger.kernel.org
5685 F: drivers/net/tehuti*
5687 Telecom Clock Driver for MCPL0010
5689 M: mark.gross@intel.com
5691 F: drivers/char/tlclk.c
5693 TENSILICA XTENSA PORT (xtensa)
5699 THINKPAD ACPI EXTRAS DRIVER
5700 P: Henrique de Moraes Holschuh
5701 M: ibm-acpi@hmh.eng.br
5702 L: ibm-acpi-devel@lists.sourceforge.net
5703 W: http://ibm-acpi.sourceforge.net
5704 W: http://thinkwiki.org/wiki/Ibm-acpi
5705 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5707 F: drivers/platform/x86/thinkpad_acpi.c
5709 TI FLASH MEDIA INTERFACE DRIVER
5713 F: drivers/misc/tifm*
5714 F: drivers/mmc/host/tifm_sd.c
5715 F: include/linux/tifm.h
5717 TI TWL4030 SERIES SOC CODEC DRIVER
5719 M: peter.ujfalusi@nokia.com
5720 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5722 F: sound/soc/codecs/twl4030*
5726 M: per.liden@ericsson.com
5728 M: jon.maloy@ericsson.com
5730 M: allan.stephens@windriver.com
5731 L: tipc-discussion@lists.sourceforge.net
5732 W: http://tipc.sourceforge.net/
5733 W: http://tipc.cslab.ericsson.net/
5734 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5736 F: include/linux/tipc*.h
5737 F: include/net/tipc/
5743 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5744 W: http://sourceforge.net/projects/tlan/
5746 F: Documentation/networking/tlan.txt
5747 F: drivers/net/tlan.*
5749 TOMOYO SECURITY MODULE
5751 M: takedakn@nttdata.co.jp
5753 M: penguin-kernel@I-love.SAKURA.ne.jp
5754 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5755 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5756 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5757 W: http://tomoyo.sourceforge.jp/
5758 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5762 TOSHIBA ACPI EXTRAS DRIVER
5764 F: drivers/platform/x86/toshiba_acpi.c
5768 M: jonathan@buzzard.org.uk
5769 L: tlinux-users@tce.toshiba-dme.co.jp
5770 W: http://www.buzzard.org.uk/toshiba/
5772 F: drivers/char/toshiba.c
5773 F: include/linux/toshiba.h
5777 M: ian@mnementh.co.uk
5779 F: drivers/mmc/host/tmio_mmc.*
5781 TMPFS (SHMEM FILESYSTEM)
5783 M: hugh.dickins@tiscali.co.uk
5784 L: linux-mm@kvack.org
5786 F: include/linux/shmem_fs.h
5791 M: debora@linux.vnet.ibm.com
5793 M: srajiv@linux.vnet.ibm.com
5794 W: http://tpmdd.sourceforge.net
5796 M: m.selhorst@sirrix.com
5797 W: http://www.sirrix.com
5798 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5800 F: drivers/char/tpm/
5804 M: trivial@kernel.org
5805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5807 F: drivers/char/tty_*
5808 F: drivers/serial/serial_core.c
5809 F: include/linux/serial_core.h
5810 F: include/linux/serial.h
5811 F: include/linux/tty.h
5815 M: alan@lxorguk.ukuu.org.uk
5817 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5819 TULIP NETWORK DRIVERS
5821 M: grundler@parisc-linux.org
5824 L: netdev@vger.kernel.org
5826 F: drivers/net/tulip/
5829 P: Maxim Krasnyansky
5830 M: maxk@qualcomm.com
5831 L: vtun@office.satix.net
5832 W: http://vtun.sourceforge.net/tun
5834 F: Documentation/networking/tuntap.txt
5835 F: arch/um/os-Linux/drivers/
5837 TURBOCHANNEL SUBSYSTEM
5838 P: Maciej W. Rozycki
5839 M: macro@linux-mips.org
5842 F: include/linux/tc.h
5846 M: ballabio_dario@emc.com
5847 L: linux-scsi@vger.kernel.org
5849 F: drivers/scsi/u14-34f.c
5851 UBI FILE SYSTEM (UBIFS)
5853 M: dedekind@infradead.org
5855 M: ext-adrian.hunter@nokia.com
5856 L: linux-mtd@lists.infradead.org
5857 T: git git://git.infradead.org/ubifs-2.6.git
5858 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5860 F: Documentation/filesystems/ubifs.txt
5863 UCLINUX (AND M68KNOMMU)
5866 W: http://www.uclinux.org/
5867 L: uclinux-dev@uclinux.org (subscribers-only)
5871 UCLINUX FOR RENESAS H8/300 (H8300)
5873 M: ysato@users.sourceforge.jp
5874 W: http://uclinux-h8.sourceforge.jp/
5880 W: http://linux-udf.sourceforge.net
5882 F: Documentation/filesystems/udf.txt
5886 P: Evgeniy Dushistov
5887 M: dushistov@mail.ru
5889 F: Documentation/filesystems/ufs.txt
5892 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5894 M: david.vrabel@csr.com
5895 L: linux-usb@vger.kernel.org
5898 F: include/linux/uwb.h
5899 F: include/linux/uwb/
5901 UNIFORM CDROM DRIVER
5904 W: http://www.kernel.dk
5906 F: Documentation/cdrom/
5907 F: drivers/cdrom/cdrom.c
5908 F: include/linux/cdrom.h
5910 UNSORTED BLOCK IMAGES (UBI)
5912 M: dedekind@infradead.org
5913 W: http://www.linux-mtd.infradead.org/
5914 L: linux-mtd@lists.infradead.org
5915 T: git git://git.infradead.org/ubi-2.6.git
5918 F: include/linux/mtd/ubi.h
5919 F: include/mtd/ubi-user.h
5923 M: oliver@neukum.name
5924 L: linux-usb@vger.kernel.org
5926 F: Documentation/usb/acm.txt
5927 F: drivers/usb/class/cdc-acm.*
5929 USB BLOCK DRIVER (UB ub)
5931 M: zaitcev@redhat.com
5932 L: linux-usb@vger.kernel.org
5934 F: drivers/block/ub.c
5936 USB CDC ETHERNET DRIVER
5937 P: Greg Kroah-Hartman
5939 L: linux-usb@vger.kernel.org
5941 W: http://www.kroah.com/linux-usb/
5942 F: drivers/net/usb/cdc_*.c
5943 F: include/linux/usb/cdc.h
5945 USB CYPRESS C67X00 DRIVER
5947 M: jacmet@sunsite.dk
5948 L: linux-usb@vger.kernel.org
5950 F: drivers/usb/c67x00/
5952 USB DAVICOM DM9601 DRIVER
5954 M: jacmet@sunsite.dk
5955 L: netdev@vger.kernel.org
5956 W: http://www.linux-usb.org/usbnet
5958 F: drivers/net/usb/dm9601.c
5960 USB DIAMOND RIO500 DRIVER
5963 L: rio500-users@lists.sourceforge.net
5964 W: http://rio500.sourceforge.net
5966 F: drivers/usb/misc/rio500*
5970 M: dbrownell@users.sourceforge.net
5971 L: linux-usb@vger.kernel.org
5973 F: Documentation/usb/ehci.txt
5974 F: drivers/usb/host/ehci*
5976 USB ET61X[12]51 DRIVER
5978 M: luca.risolia@studio.unibo.it
5979 L: linux-usb@vger.kernel.org
5980 L: linux-media@vger.kernel.org
5981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5982 W: http://www.linux-projects.org
5984 F: drivers/media/video/et61x251/
5986 USB GADGET/PERIPHERAL SUBSYSTEM
5988 M: dbrownell@users.sourceforge.net
5989 L: linux-usb@vger.kernel.org
5990 W: http://www.linux-usb.org/gadget
5992 F: drivers/usb/gadget/
5993 F: include/linux/usb/gadget*
5995 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5998 L: linux-usb@vger.kernel.org
5999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6001 F: Documentation/usb/hiddev.txt
6002 F: drivers/hid/usbhid/
6006 M: ok@artecdesign.ee
6007 L: linux-usb@vger.kernel.org
6009 F: drivers/usb/host/isp116x*
6010 F: include/linux/usb/isp116x.h
6012 USB KAWASAKI LSI DRIVER
6014 M: oliver@neukum.name
6015 L: linux-usb@vger.kernel.org
6017 F: drivers/usb/serial/kl5kusb105.*
6019 USB MASS STORAGE DRIVER
6021 M: mdharm-usb@one-eyed-alien.net
6022 L: linux-usb@vger.kernel.org
6023 L: usb-storage@lists.one-eyed-alien.net
6025 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6026 F: drivers/usb/storage/
6030 M: dbrownell@users.sourceforge.net
6031 L: linux-usb@vger.kernel.org
6033 F: Documentation/usb/ohci.txt
6034 F: drivers/usb/host/ohci*
6036 USB OPTION-CARD DRIVER
6038 M: smurf@smurf.noris.de
6039 L: linux-usb@vger.kernel.org
6041 F: drivers/usb/serial/option.c
6045 M: mmcclell@bigfoot.com
6046 L: linux-usb@vger.kernel.org
6047 W: http://alpha.dyndns.org/ov511/
6049 F: drivers/media/video/ov511.*
6053 M: petkan@users.sourceforge.net
6054 L: linux-usb@vger.kernel.org
6055 L: netdev@vger.kernel.org
6056 W: http://pegasus2.sourceforge.net/
6058 F: drivers/net/usb/pegasus.*
6060 USB PRINTER DRIVER (usblp)
6062 M: zaitcev@redhat.com
6063 L: linux-usb@vger.kernel.org
6065 F: drivers/usb/class/usblp.c
6069 M: petkan@users.sourceforge.net
6070 L: linux-usb@vger.kernel.org
6071 L: netdev@vger.kernel.org
6072 W: http://pegasus2.sourceforge.net/
6074 F: drivers/net/usb/rtl8150.c
6079 L: linux-usb@vger.kernel.org
6080 W: http://www.chello.nl/~j.vreeken/se401/
6082 F: Documentation/video4linux/se401.txt
6083 F: drivers/media/video/se401.*
6085 USB SERIAL BELKIN F5U103 DRIVER
6086 P: William Greathouse
6087 M: wgreathouse@smva.com
6088 L: linux-usb@vger.kernel.org
6090 F: drivers/usb/serial/belkin_sa.*
6092 USB SERIAL CYPRESS M8 DRIVER
6094 M: dignome@gmail.com
6095 L: linux-usb@vger.kernel.org
6097 W: http://geocities.com/i0xox0i
6098 W: http://firstlight.net/cvs
6099 F: drivers/usb/serial/cypress_m8.*
6101 USB SERIAL CYBERJACK DRIVER
6102 P: Matthias Bruestle and Harald Welte
6103 M: support@reiner-sct.com
6104 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6106 F: drivers/usb/serial/cyberjack.c
6108 USB SERIAL DIGI ACCELEPORT DRIVER
6109 P: Peter Berger and Al Borchers
6110 M: pberger@brimson.com
6111 M: alborchers@steinerpoint.com
6112 L: linux-usb@vger.kernel.org
6114 F: drivers/usb/serial/digi_acceleport.c
6117 P: Greg Kroah-Hartman
6119 L: linux-usb@vger.kernel.org
6121 F: Documentation/usb/usb-serial.txt
6122 F: drivers/usb/serial/generic.c
6123 F: drivers/usb/serial/usb-serial.c
6124 F: include/linux/usb/serial.h
6126 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6128 M: xavyer@ix.netcom.com
6129 L: linux-usb@vger.kernel.org
6131 F: drivers/usb/serial/empeg.c
6133 USB SERIAL KEYSPAN DRIVER
6134 P: Greg Kroah-Hartman
6136 L: linux-usb@vger.kernel.org
6137 W: http://www.kroah.com/linux/
6139 F: drivers/usb/serial/*keyspan*
6141 USB SERIAL WHITEHEAT DRIVER
6142 P: Support Department
6143 M: support@connecttech.com
6144 L: linux-usb@vger.kernel.org
6145 W: http://www.connecttech.com
6147 F: drivers/usb/serial/whiteheat*
6149 USB SMSC95XX ETHERNET DRIVER
6150 P: Steve Glendinning
6151 M: steve.glendinning@smsc.com
6152 L: netdev@vger.kernel.org
6154 F: drivers/net/usb/smsc95xx.*
6158 M: luca.risolia@studio.unibo.it
6159 L: linux-usb@vger.kernel.org
6160 L: linux-media@vger.kernel.org
6161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6162 W: http://www.linux-projects.org
6164 F: Documentation/video4linux/sn9c102.txt
6165 F: drivers/media/video/sn9c102/
6168 P: Greg Kroah-Hartman
6170 L: linux-usb@vger.kernel.org
6171 W: http://www.linux-usb.org
6172 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6174 F: Documentation/usb/
6177 F: include/linux/usb.h
6178 F: include/linux/usb/
6182 M: stern@rowland.harvard.edu
6183 L: linux-usb@vger.kernel.org
6185 F: drivers/usb/host/uhci*
6187 USB "USBNET" DRIVER FRAMEWORK
6189 M: dbrownell@users.sourceforge.net
6190 L: netdev@vger.kernel.org
6191 W: http://www.linux-usb.org/usbnet
6193 F: drivers/net/usb/usbnet.c
6194 F: include/linux/usb/usbnet.h
6198 M: laurent.pinchart@skynet.be
6199 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6200 L: linux-media@vger.kernel.org
6201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6202 W: http://linux-uvc.berlios.de
6204 F: drivers/media/video/uvc/
6206 USB W996[87]CF DRIVER
6208 M: luca.risolia@studio.unibo.it
6209 L: linux-usb@vger.kernel.org
6210 L: linux-media@vger.kernel.org
6211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6212 W: http://www.linux-projects.org
6214 F: Documentation/video4linux/w9968cf.txt
6215 F: drivers/media/video/w996*
6217 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6219 M: jussi.kivilinna@mbnet.fi
6220 L: linux-wireless@vger.kernel.org
6222 F: drivers/net/wireless/rndis_wlan.c
6226 M: sarah.a.sharp@intel.com
6227 L: linux-usb@vger.kernel.org
6232 M: luca.risolia@studio.unibo.it
6233 L: linux-usb@vger.kernel.org
6234 L: linux-media@vger.kernel.org
6235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6236 W: http://www.linux-projects.org
6238 F: Documentation/video4linux/zc0301.txt
6239 F: drivers/media/video/zc0301/
6244 L: linux-usb@vger.kernel.org
6245 W: http://linux-lc100020.sourceforge.net
6247 F: drivers/net/wireless/zd1201.*
6251 M: royale@zerezo.com
6252 L: linux-usb@vger.kernel.org
6253 L: linux-media@vger.kernel.org
6254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6255 W: http://royale.zerezo.com/zr364xx/
6257 F: Documentation/video4linux/zr364xx.txt
6258 F: drivers/media/video/zr364xx.c
6260 USER-MODE LINUX (UML)
6262 M: jdike@addtoit.com
6263 L: user-mode-linux-devel@lists.sourceforge.net
6264 L: user-mode-linux-user@lists.sourceforge.net
6265 W: http://user-mode-linux.sourceforge.net
6267 F: Documentation/uml/
6274 M: hjk@linutronix.de
6275 P: Greg Kroah-Hartman
6278 F: Documentation/DocBook/uio-howto.tmpl
6280 F: include/linux/uio*.h
6282 UTIL-LINUX-NG PACKAGE
6285 L: util-linux-ng@vger.kernel.org
6286 W: http://kernel.org/~kzak/util-linux-ng/
6287 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6291 P: Michal Januszewski
6293 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6294 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6296 F: Documentation/fb/uvesafb.txt
6297 F: drivers/video/uvesafb.*
6299 VFAT/FAT/MSDOS FILESYSTEM
6301 M: hirofumi@mail.parknet.co.jp
6303 F: Documentation/filesystems/vfat.txt
6306 VIA RHINE NETWORK DRIVER
6310 F: drivers/net/via-rhine.c
6314 M: khali@linux-fr.org
6315 L: linux-i2c@vger.kernel.org
6317 F: Documentation/i2c/busses/i2c-viapro
6318 F: drivers/i2c/busses/i2c-viapro.c
6320 VIA SD/MMC CARD CONTROLLER DRIVER
6322 M: JosephChan@via.com.tw
6324 M: HaraldWelte@viatech.com
6326 F: drivers/mmc/host/via-sdmmc.c
6328 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6330 M: JosephChan@via.com.tw
6332 M: ScottFang@viatech.com.cn
6333 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6335 F: drivers/video/via/
6337 VIA VELOCITY NETWORK DRIVER
6339 M: romieu@fr.zoreil.com
6340 L: netdev@vger.kernel.org
6342 F: drivers/net/via-velocity.*
6347 L: netdev@vger.kernel.org
6349 F: drivers/net/macvlan.c
6350 F: include/linux/if_*vlan.h
6355 M: florian@openwrt.org
6356 L: openwrt-devel@lists.openwrt.org
6358 F: drivers/vlynq/vlynq.c
6359 F: include/linux/vlynq.h
6361 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6363 M: lrg@slimlogic.co.uk
6365 M: broonie@opensource.wolfsonmicro.com
6366 W: http://opensource.wolfsonmicro.com/node/15
6367 W: http://www.slimlogic.co.uk/?p=48
6368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6370 F: drivers/regulator/
6371 F: include/linux/regulator/
6373 VT1211 HARDWARE MONITOR DRIVER
6376 L: lm-sensors@lm-sensors.org
6378 F: Documentation/hwmon/vt1211
6379 F: drivers/hwmon/vt1211.c
6381 VT8231 HARDWARE MONITOR DRIVER
6383 M: vt8231@hiddenengine.co.uk
6384 L: lm-sensors@lm-sensors.org
6386 F: drivers/hwmon/vt8231.c
6388 W1 DALLAS'S 1-WIRE BUS
6390 M: johnpol@2ka.mipt.ru
6392 F: Documentation/w1/
6395 W83791D HARDWARE MONITORING DRIVER
6397 M: m.hulsman@tudelft.nl
6398 L: lm-sensors@lm-sensors.org
6400 F: Documentation/hwmon/w83791d
6401 F: drivers/hwmon/w83791d.c
6403 W83793 HARDWARE MONITORING DRIVER
6405 M: r.marek@assembler.cz
6406 L: lm-sensors@lm-sensors.org
6408 F: Documentation/hwmon/w83793
6409 F: drivers/hwmon/w83793.c
6411 W83L51xD SD/MMC CARD INTERFACE DRIVER
6415 F: drivers/mmc/host/wbsd.*
6417 WATCHDOG DEVICE DRIVERS
6420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6422 F: Documentation/watchdog/
6423 F: drivers/watchdog/
6424 F: include/linux/watchdog.h
6426 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6429 L: linux-wireless@vger.kernel.org
6430 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6432 F: Documentation/networking/wavelan.txt
6433 F: drivers/net/wireless/wavelan*
6437 M: zaga@fly.cc.fer.hr
6438 L: linux-scsi@vger.kernel.org
6440 F: drivers/scsi/wd7000.c
6443 P: Inaky Perez-Gonzalez
6444 M: inaky.perez-gonzalez@intel.com
6445 M: linux-wimax@intel.com
6446 L: wimax@linuxwimax.org
6448 W: http://linuxwimax.org
6450 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6452 M: david.vrabel@csr.com
6454 F: include/linux/wlp.h
6457 WISTRON LAPTOP BUTTON DRIVER
6461 F: drivers/input/misc/wistron_btns.c
6463 WL3501 WIRELESS PCMCIA CARD DRIVER
6464 P: Arnaldo Carvalho de Melo
6465 M: acme@ghostprotocols.net
6466 L: linux-wireless@vger.kernel.org
6467 W: http://oops.ghostprotocols.net:81/blog
6469 F: drivers/net/wireless/wl3501*
6471 WM97XX TOUCHSCREEN DRIVERS
6473 M: broonie@opensource.wolfsonmicro.com
6475 M: lrg@slimlogic.co.uk
6476 L: linux-input@vger.kernel.org
6477 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6478 W: http://opensource.wolfsonmicro.com/node/7
6480 F: drivers/input/touchscreen/*wm97*
6481 F: include/linux/wm97xx.h
6485 M: eis@baty.hanse.de
6486 L: linux-x25@vger.kernel.org
6488 F: Documentation/networking/x25*
6492 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6494 M: tglx@linutronix.de
6500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6502 F: Documentation/x86/
6505 XEN HYPERVISOR INTERFACE
6506 P: Jeremy Fitzhardinge
6507 M: jeremy@xensource.com
6509 M: chrisw@sous-sol.org
6510 L: virtualization@lists.osdl.org
6511 L: xen-devel@lists.xensource.com
6514 F: drivers/*/xen-*front.c
6516 F: arch/x86/include/asm/xen/
6520 P: Silicon Graphics Inc
6523 M: xfs-masters@oss.sgi.com
6525 W: http://oss.sgi.com/projects/xfs
6526 T: git git://oss.sgi.com/xfs/xfs.git
6528 F: Documentation/filesystems/xfs.txt
6531 XILINX SYSTEMACE DRIVER
6533 M: grant.likely@secretlab.ca
6534 W: http://www.secretlab.ca/
6536 F: drivers/block/xsysace.c
6538 XILINX UARTLITE SERIAL DRIVER
6540 M: jacmet@sunsite.dk
6541 L: linux-serial@vger.kernel.org
6543 F: drivers/serial/uartlite.c
6545 YAM DRIVER FOR AX.25
6546 P: Jean-Paul Roubelat
6548 L: linux-hams@vger.kernel.org
6550 F: drivers/net/hamradio/yam*
6551 F: include/linux/yam.h
6553 YEALINK PHONE DRIVER
6555 M: Henk.Vergonet@gmail.com
6556 L: usbb2k-api-dev@nongnu.org
6558 F: Documentation/input/yealink.txt
6559 F: drivers/input/misc/yealink.*
6561 Z8530 DRIVER FOR AX.25
6564 W: http://yaina.de/jreuter/
6565 W: http://www.qsl.net/dl1bke/
6566 L: linux-hams@vger.kernel.org
6568 F: Documentation/networking/z8530drv.txt
6569 F: drivers/net/hamradio/*scc.c
6570 F: drivers/net/hamradio/z8530.h
6572 ZD1211RW WIRELESS DRIVER
6576 M: kune@deine-taler.de
6577 W: http://zd1211.ath.cx/wiki/DriverRewrite
6578 L: linux-wireless@vger.kernel.org
6579 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6581 F: drivers/net/wireless/zd1211rw/
6583 ZR36067 VIDEO FOR LINUX DRIVER
6584 L: mjpeg-users@lists.sourceforge.net
6585 L: linux-media@vger.kernel.org
6586 W: http://mjpeg.sourceforge.net/driver-zoran/
6587 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6589 F: drivers/media/video/zoran/
6591 ZS DECSTATION Z85C30 SERIAL DRIVER
6592 P: Maciej W. Rozycki
6593 M: macro@linux-mips.org
6595 F: drivers/serial/zs.*
6599 M: torvalds@linux-foundation.org
6600 L: linux-kernel@vger.kernel.org
6601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6602 S: Buried alive in reporters