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: hsweeten@visionengravers.com
610 M: ryan@bluewatersys.com
611 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613 F: arch/arm/mach-ep93xx/
614 F: arch/arm/mach-ep93xx/include/mach/
616 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
618 M: kernel@wantstofly.org
619 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 M: linux@arm.linux.org.uk
625 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
626 F: arch/arm/common/clkdev.c
627 F: arch/arm/include/asm/clkdev.h
629 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
631 M: mike@compulab.co.il
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
635 ARM/CORGI MACHINE SUPPORT
640 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
642 M: paulius.zaleckas@teltonika.lt
643 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
644 T: git git://gitorious.org/linux-gemini/mainline.git
646 F: arch/arm/mach-gemini/
648 ARM/EBSA110 MACHINE SUPPORT
650 M: linux@arm.linux.org.uk
651 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
652 W: http://www.arm.linux.org.uk/
654 F: arch/arm/mach-ebsa110/
655 F: drivers/net/arm/am79c961a.*
657 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
661 M: stefan@openezx.org
663 M: laforge@openezx.org
664 L: openezx-devel@lists.openezx.org (subscribers-only)
665 W: http://www.openezx.org/
667 T: topgit git://git.openezx.org/openezx.git
668 F: arch/arm/mach-pxa/ezx.c
670 ARM/FARADAY FA526 PORT
672 M: paulius.zaleckas@teltonika.lt
673 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 ARM/FOOTBRIDGE ARCHITECTURE
679 M: linux@arm.linux.org.uk
680 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 W: http://www.arm.linux.org.uk/
683 F: arch/arm/include/asm/hardware/dec21285.h
684 F: arch/arm/mach-footbridge/
686 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
688 M: kernel@pengutronix.de
689 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
692 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
694 M: kernel@wantstofly.org
695 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
698 ARM/GUMSTIX MACHINE SUPPORT
701 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
704 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
706 M: philipp.zabel@gmail.com
708 F: arch/arm/mach-pxa/hx4700.c
709 F: arch/arm/mach-pxa/include/mach/hx4700.h
711 ARM/HP JORNADA 7XX MACHINE SUPPORT
712 P: Kristoffer Ericson
713 M: kristoffer.ericson@gmail.com
717 ARM/INTEL IOP32X ARM ARCHITECTURE
719 M: kernel@wantstofly.org
721 M: dan.j.williams@intel.com
722 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
725 ARM/INTEL IOP33X ARM ARCHITECTURE
727 M: dan.j.williams@intel.com
728 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
731 ARM/INTEL IOP13XX ARM ARCHITECTURE
733 M: kernel@wantstofly.org
735 M: dan.j.williams@intel.com
736 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
739 ARM/INTEL IQ81342EX MACHINE SUPPORT
741 M: kernel@wantstofly.org
743 M: dan.j.williams@intel.com
744 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
747 ARM/INTEL IXP2000 ARM ARCHITECTURE
749 M: kernel@wantstofly.org
750 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
753 ARM/INTEL IXDP2850 MACHINE SUPPORT
755 M: kernel@wantstofly.org
756 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
759 ARM/INTEL IXP23XX ARM ARCHITECTURE
761 M: kernel@wantstofly.org
762 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
765 ARM/INTEL XSC3 (MANZANO) ARM CORE
767 M: kernel@wantstofly.org
769 M: dan.j.williams@intel.com
770 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
773 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
775 M: kernel@wantstofly.org
776 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
779 ARM/LOGICPD PXA270 MACHINE SUPPORT
781 M: kernel@wantstofly.org
782 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
785 ARM/MAGICIAN MACHINE SUPPORT
787 M: philipp.zabel@gmail.com
790 ARM/MIOA701 MACHINE SUPPORT
792 M: robert.jarzmik@free.fr
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 F: arch/arm/mach-pxa/mioa701.c
797 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
798 P: Michael Petchkovsky
799 M: mkpetch@internode.on.net
802 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
804 M: arhuaco@freaks-unidos.net
805 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
806 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
809 ARM/TOSA MACHINE SUPPORT
810 P: Dmitry Eremin-Solenikov
811 M: dbaryshkov@gmail.com
813 M: dirk@opfer-online.de
816 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
818 M: marek.vasut@gmail.com
819 W: http://hackndev.com
822 ARM/PALM TREO 680 SUPPORT
824 M: sleep_walker@suse.cz
825 W: http://hackndev.com
830 M: slapin@ossfans.org
831 W: http://hackndev.com
836 M: pleb@gelato.unsw.edu.au
837 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
840 ARM/PT DIGITAL BOARD PORT
842 M: stefan.eletzhofer@eletztrick.de
843 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
844 W: http://www.arm.linux.org.uk/
847 ARM/RADISYS ENP2611 MACHINE SUPPORT
849 M: kernel@wantstofly.org
850 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 ARM/RISCPC ARCHITECTURE
855 M: linux@arm.linux.org.uk
856 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
857 W: http://www.arm.linux.org.uk/
859 F: arch/arm/common/time-acorn.c
860 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
861 F: arch/arm/include/asm/hardware/ioc.h
862 F: arch/arm/include/asm/hardware/iomd.h
863 F: arch/arm/include/asm/hardware/memc.h
864 F: arch/arm/mach-rpc/
865 F: drivers/net/arm/ether*
868 ARM/SHARK MACHINE SUPPORT
870 M: alex@shark-linux.de
871 W: http://www.shark-linux.de/shark.html
874 ARM/S3C2410 ARM ARCHITECTURE
876 M: ben-linux@fluff.org
877 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
878 W: http://www.fluff.org/ben/linux/
881 ARM/S3C2440 ARM ARCHITECTURE
883 M: ben-linux@fluff.org
884 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
885 W: http://www.fluff.org/ben/linux/
888 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
890 M: kernel@wantstofly.org
891 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
894 ARM/THECUS N2100 MACHINE SUPPORT
896 M: kernel@wantstofly.org
897 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
900 ARM/NUVOTON W90X900 ARM ARCHITECTURE
902 M: mcuos.com@gmail.com
903 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
904 W: http://www.mcuos.com
909 M: linux@arm.linux.org.uk
910 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
911 W: http://www.arm.linux.org.uk/
917 L: netdev@vger.kernel.org
921 ASUS ACPI EXTRAS DRIVER
923 M: corentincj@iksaif.net
925 M: sziwan@users.sourceforge.net
926 L: acpi4asus-user@lists.sourceforge.net
927 W: http://acpi4asus.sf.net
929 F: arch/x86/kernel/acpi/boot.c
930 F: drivers/platform/x86/asus_acpi.c
932 ASUS ASB100 HARDWARE MONITOR DRIVER
934 M: mhoffman@lightlink.com
935 L: lm-sensors@lm-sensors.org
937 F: drivers/hwmon/asb100.c
939 ASUS LAPTOP EXTRAS DRIVER
941 M: corentincj@iksaif.net
942 L: acpi4asus-user@lists.sourceforge.net
943 W: http://acpi4asus.sf.net
945 F: drivers/platform/x86/asus-laptop.c
947 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
949 M: dan.j.williams@intel.com
951 M: maciej.sosnowski@intel.com
952 W: http://sourceforge.net/projects/xscaleiop
954 F: Documentation/crypto/async-tx-api.txt
957 F: include/linux/dmaengine.h
958 F: include/linux/async_tx.h
960 ATA OVER ETHERNET (AOE) DRIVER
962 M: ecashin@coraid.com
963 W: http://www.coraid.com/support/linux
965 F: Documentation/aoe/
966 F: drivers/block/aoe/
968 ATHEROS ATH5K WIRELESS DRIVER
970 M: jirislaby@gmail.com
972 M: mickflemm@gmail.com
974 M: lrodriguez@atheros.com
976 M: me@bobcopeland.com
977 L: linux-wireless@vger.kernel.org
978 L: ath5k-devel@lists.ath5k.org
980 F: drivers/net/wireless/ath/ath5k/
982 ATHEROS ATH9K WIRELESS DRIVER
984 M: lrodriguez@atheros.com
986 M: jmalinen@atheros.com
988 M: Sujith.Manoharan@atheros.com
989 P: Vasanthakumar Thiagarajan
990 M: vasanth@atheros.com
991 P: Senthil Balasubramanian
992 M: senthilkumar@atheros.com
993 L: linux-wireless@vger.kernel.org
994 L: ath9k-devel@lists.ath9k.org
996 F: drivers/net/wireless/ath/ath9k/
998 ATHEROS AR9170 WIRELESS DRIVER
999 P: Christian Lamparter
1001 L: linux-wireless@vger.kernel.org
1002 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1004 F: drivers/net/wireless/ath/ar9170/
1010 F: drivers/input/misc/ati_remote2.c
1012 ATLX ETHERNET DRIVERS
1014 M: jcliburn@gmail.com
1016 M: csnook@redhat.com
1018 M: jie.yang@atheros.com
1019 L: atl1-devel@lists.sourceforge.net
1020 W: http://sourceforge.net/projects/atl1
1021 W: http://atl1.sourceforge.net
1023 F: drivers/net/atlx/
1027 M: chas@cmf.nrl.navy.mil
1028 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1029 L: netdev@vger.kernel.org
1030 W: http://linux-atm.sourceforge.net
1033 F: include/linux/atm*
1035 ATMEL AT91 MCI DRIVER
1037 M: nicolas.ferre@atmel.com
1038 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1039 W: http://www.atmel.com/products/AT91/
1040 W: http://www.at91.com/
1042 F: drivers/mmc/host/at91_mci.c
1044 ATMEL AT91 / AT32 MCI DRIVER
1046 M: nicolas.ferre@atmel.com
1048 F: drivers/mmc/host/atmel-mci.c
1049 F: drivers/mmc/host/atmel-mci-regs.h
1051 ATMEL AT91 / AT32 SERIAL DRIVER
1052 P: Haavard Skinnemoen
1053 M: hskinnemoen@atmel.com
1055 F: drivers/serial/atmel_serial.c
1059 M: nicolas.ferre@atmel.com
1060 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1062 F: drivers/video/atmel_lcdfb.c
1063 F: include/video/atmel_lcdc.h
1065 ATMEL MACB ETHERNET DRIVER
1066 P: Haavard Skinnemoen
1067 M: hskinnemoen@atmel.com
1069 F: drivers/net/macb.*
1072 P: Haavard Skinnemoen
1073 M: hskinnemoen@atmel.com
1075 F: drivers/spi/atmel_spi.*
1077 ATMEL USBA UDC DRIVER
1078 P: Haavard Skinnemoen
1079 M: hskinnemoen@atmel.com
1080 L: kernel@avr32linux.org
1081 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1083 F: drivers/usb/gadget/atmel_usba_udc.*
1085 ATMEL WIRELESS DRIVER
1087 M: simon@thekelleys.org.uk
1088 L: linux-wireless@vger.kernel.org
1089 W: http://www.thekelleys.org.uk/atmel
1090 W: http://atmelwlandriver.sourceforge.net/
1092 F: drivers/net/wireless/atmel*
1096 M: viro@zeniv.linux.org.uk
1098 M: eparis@redhat.com
1099 L: linux-audit@redhat.com (subscribers-only)
1100 W: http://people.redhat.com/sgrubb/audit/
1101 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1103 F: include/linux/audit.h
1106 AUXILIARY DISPLAY DRIVERS
1107 P: Miguel Ojeda Sandonis
1108 M: miguel.ojeda.sandonis@gmail.com
1109 W: http://miguelojeda.es/auxdisplay.htm
1110 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1112 F: drivers/auxdisplay/
1113 F: include/linux/cfag12864b.h
1116 P: Haavard Skinnemoen
1117 M: hskinnemoen@atmel.com
1118 W: http://www.atmel.com/products/AVR32/
1119 W: http://avr32linux.org/
1120 W: http://avrfreaks.net/
1124 AVR32/AT32AP MACHINE SUPPORT
1125 P: Haavard Skinnemoen
1126 M: hskinnemoen@atmel.com
1128 F: arch/avr32/mach-at32ap/
1132 M: ralf@linux-mips.org
1133 L: linux-hams@vger.kernel.org
1134 W: http://www.linux-ax25.org/
1136 F: include/linux/ax25.h
1137 F: include/net/ax25.h
1144 M: stefano.brivio@polimi.it
1145 L: linux-wireless@vger.kernel.org
1146 W: http://linuxwireless.org/en/users/Drivers/b43
1148 F: drivers/net/wireless/b43/
1150 B43LEGACY WIRELESS DRIVER
1152 M: Larry.Finger@lwfinger.net
1154 M: stefano.brivio@polimi.it
1155 L: linux-wireless@vger.kernel.org
1156 W: http://linuxwireless.org/en/users/Drivers/b43
1158 F: drivers/net/wireless/b43legacy/
1160 BACKLIGHT CLASS/SUBSYSTEM
1162 M: rpurdie@rpsys.net
1164 F: drivers/video/backlight/
1165 F: include/linux/backlight.h
1167 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1169 M: t.sailer@alumni.ethz.ch
1170 L: linux-hams@vger.kernel.org
1171 W: http://www.baycom.org/~tom/ham/ham.html
1173 F: drivers/net/hamradio/baycom*
1176 P: Sergey S. Kostyliov
1177 M: rathamahata@php4.ru
1179 F: Documentation/filesystems/befs.txt
1183 P: Tigran A. Aivazian
1184 M: tigran@aivazian.fsnet.co.uk
1186 F: Documentation/filesystems/bfs.txt
1188 F: include/linux/bfs_fs.h
1190 BLACKFIN ARCHITECTURE
1192 M: vapier@gentoo.org
1193 L: uclinux-dist-devel@blackfin.uclinux.org
1194 W: http://blackfin.uclinux.org
1198 BLACKFIN EMAC DRIVER
1199 P: Michael Hennerich
1200 M: michael.hennerich@analog.com
1201 L: uclinux-dist-devel@blackfin.uclinux.org
1202 W: http://blackfin.uclinux.org
1204 F: drivers/net/bfin_mac.*
1208 M: vapier.adi@gmail.com
1209 L: uclinux-dist-devel@blackfin.uclinux.org
1210 W: http://blackfin.uclinux.org
1212 F: drivers/rtc/rtc-bfin.c
1214 BLACKFIN SERIAL DRIVER
1216 M: sonic.zhang@analog.com
1217 L: uclinux-dist-devel@blackfin.uclinux.org
1218 W: http://blackfin.uclinux.org
1220 F: drivers/serial/bfin_5xx.c
1222 BLACKFIN WATCHDOG DRIVER
1224 M: vapier.adi@gmail.com
1225 L: uclinux-dist-devel@blackfin.uclinux.org
1226 W: http://blackfin.uclinux.org
1228 F: drivers/watchdog/bfin_wdt.c
1230 BLACKFIN I2C TWI DRIVER
1232 M: sonic.zhang@analog.com
1233 L: uclinux-dist-devel@blackfin.uclinux.org
1234 W: http://blackfin.uclinux.org/
1236 F: drivers/i2c/busses/i2c-bfin-twi.c
1241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1247 M: joern@lazybastard.org
1248 L: linux-mtd@lists.infradead.org
1250 F: drivers/mtd/devices/block2mtd.c
1254 M: marcel@holtmann.org
1255 L: linux-bluetooth@vger.kernel.org
1256 W: http://www.bluez.org/
1258 F: drivers/bluetooth/
1262 M: marcel@holtmann.org
1263 L: linux-bluetooth@vger.kernel.org
1264 W: http://www.bluez.org/
1265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1268 F: include/net/bluetooth/
1273 L: bonding-devel@lists.sourceforge.net
1274 W: http://sourceforge.net/projects/bonding/
1276 F: drivers/net/bonding/
1277 F: include/linux/if_bonding.h
1279 BROADCOM B44 10/100 ETHERNET DRIVER
1281 M: zambrano@broadcom.com
1282 L: netdev@vger.kernel.org
1284 F: drivers/net/b44.*
1286 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1288 M: mchan@broadcom.com
1289 L: netdev@vger.kernel.org
1291 F: drivers/net/bnx2.*
1292 F: drivers/net/bnx2_*
1294 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1296 M: eilong@broadcom.com
1297 L: netdev@vger.kernel.org
1299 F: drivers/net/bnx2x*
1301 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1303 M: mcarlson@broadcom.com
1305 M: mchan@broadcom.com
1306 L: netdev@vger.kernel.org
1308 F: drivers/net/tg3.*
1310 BSG (block layer generic sg v4 driver)
1312 M: fujita.tomonori@lab.ntt.co.jp
1313 L: linux-scsi@vger.kernel.org
1316 F: include/linux/bsg.h
1321 W: http://bu3sch.de/btgpio.php
1323 F: drivers/gpio/bt8xxgpio.c
1327 M: chris.mason@oracle.com
1328 L: linux-btrfs@vger.kernel.org
1329 W: http://btrfs.wiki.kernel.org/
1330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1332 F: Documentation/filesystems/btrfs.txt
1335 BTTV VIDEO4LINUX DRIVER
1336 P: Mauro Carvalho Chehab
1337 M: mchehab@infradead.org
1338 L: linux-media@vger.kernel.org
1339 W: http://linuxtv.org
1340 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1342 F: Documentation/video4linux/bttv/
1343 F: drivers/media/video/bt8xx/bttv*
1345 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1347 M: dhowells@redhat.com
1348 L: linux-cachefs@redhat.com
1350 F: Documentation/filesystems/caching/cachefiles.txt
1353 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1356 L: linux-media@vger.kernel.org
1357 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1359 F: Documentation/video4linux/cafe_ccic
1360 F: drivers/media/video/cafe_ccic*
1362 CALGARY x86-64 IOMMU
1367 L: discuss@x86-64.org
1369 F: arch/x86/kernel/pci-calgary_64.c
1370 F: arch/x86/kernel/tce_64.c
1371 F: arch/x86/include/asm/calgary.h
1372 F: arch/x86/include/asm/tce.h
1376 M: urs.thuermann@volkswagen.de
1378 M: oliver.hartkopp@volkswagen.de
1379 L: socketcan-core@lists.berlios.de (subscribers-only)
1380 W: http://developer.berlios.de/projects/socketcan/
1383 F: include/linux/can/
1384 F: include/linux/can.h
1387 P: Wolfgang Grandegger
1388 M: wg@grandegger.com
1389 L: socketcan-core@lists.berlios.de (subscribers-only)
1390 W: http://developer.berlios.de/projects/socketcan/
1393 CELL BROADBAND ENGINE ARCHITECTURE
1396 L: linuxppc-dev@ozlabs.org
1397 L: cbe-oss-dev@ozlabs.org
1398 W: http://www.ibm.com/developerworks/power/cell/
1400 F: arch/powerpc/include/asm/cell*.h
1401 F: arch/powerpc/include/asm/spu*.h
1402 F: arch/powerpc/oprofile/*cell*
1403 F: arch/powerpc/platforms/cell/
1405 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1407 M: david.vrabel@csr.com
1408 L: linux-usb@vger.kernel.org
1410 F: Documentation/usb/WUSB-Design-overview.txt
1411 F: Documentation/usb/wusb-cbaf
1412 F: drivers/usb/wusbcore/
1413 F: include/linux/usb/wusb*
1415 CFAG12864B LCD DRIVER
1416 P: Miguel Ojeda Sandonis
1417 M: miguel.ojeda.sandonis@gmail.com
1418 W: http://miguelojeda.es/auxdisplay.htm
1419 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1421 F: drivers/auxdisplay/cfag12864b.c
1422 F: include/linux/cfag12864b.h
1424 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1425 P: Miguel Ojeda Sandonis
1426 M: miguel.ojeda.sandonis@gmail.com
1427 W: http://miguelojeda.es/auxdisplay.htm
1428 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1430 F: drivers/auxdisplay/cfag12864bfb.c
1431 F: include/linux/cfag12864b.h
1433 CFG80211 and NL80211
1435 M: johannes@sipsolutions.net
1436 L: linux-wireless@vger.kernel.org
1438 F: include/linux/nl80211.h
1439 F: include/net/cfg80211.h
1441 X: net/wireless/wext*
1445 M: apw@canonical.com
1447 F: scripts/checkpatch.pl
1449 CISCO 10G ETHERNET DRIVER
1451 M: scofeldm@cisco.com
1453 M: jeykholt@cisco.com
1455 F: drivers/net/enic/
1457 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1458 P: Lennert Buytenhek
1459 M: kernel@wantstofly.org
1460 L: netdev@vger.kernel.org
1462 F: drivers/net/arm/ep93xx_eth.c
1464 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1465 P: Lennert Buytenhek
1466 M: kernel@wantstofly.org
1467 L: linux-usb@vger.kernel.org
1469 F: drivers/usb/host/ohci-ep93xx.c
1471 CIRRUS LOGIC CS4270 SOUND DRIVER
1473 M: timur@freescale.com
1474 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1476 F: sound/soc/codecs/cs4270*
1478 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1479 P: Cirrus Logic Corporation (kernel 2.2 driver)
1480 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1481 P: Nils Faerber (port to kernel 2.4)
1482 M: Nils Faerber <nils@kernelconcepts.de>
1484 F: Documentation/input/cs461x.txt
1485 F: sound/pci/cs46xx/
1489 M: linux@arm.linux.org.uk
1490 F: include/linux/clk.h
1492 CISCO FCOE HBA DRIVER
1493 P: Abhijeet Joglekar
1494 M: abjoglek@cisco.com
1496 M: jeykholt@cisco.com
1497 L: linux-scsi@vger.kernel.org
1499 F: drivers/scsi/fnic/
1503 M: jaharkes@cs.cmu.edu
1505 L: codalist@coda.cs.cmu.edu
1506 W: http://www.coda.cs.cmu.edu/
1508 F: Documentation/filesystems/coda.txt
1510 F: include/linux/coda*.h
1512 COMMON INTERNET FILE SYSTEM (CIFS)
1514 M: sfrench@samba.org
1515 L: linux-cifs-client@lists.samba.org
1516 L: samba-technical@lists.samba.org
1517 W: http://linux-cifs.samba.org/
1518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1520 F: Documentation/filesystems/cifs.txt
1523 COMPACTPCI HOTPLUG CORE
1525 M: scottm@somanetworks.com
1526 M: scott@spiteful.org
1527 L: linux-pci@vger.kernel.org
1529 F: drivers/pci/hotplug/cpci_hotplug*
1531 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1533 M: scottm@somanetworks.com
1534 M: scott@spiteful.org
1535 L: linux-pci@vger.kernel.org
1537 F: drivers/pci/hotplug/cpcihp_zt5550.*
1539 COMPACTPCI HOTPLUG GENERIC DRIVER
1541 M: scottm@somanetworks.com
1542 M: scott@spiteful.org
1543 L: linux-pci@vger.kernel.org
1545 F: drivers/pci/hotplug/cpcihp_generic.c
1547 COMPAL LAPTOP SUPPORT
1548 P: Cezary Jackiewicz
1549 M: cezary.jackiewicz@gmail.com
1551 F: drivers/platform/x86/compal-laptop.c
1553 COMPUTONE INTELLIPORT MULTIPORT CARD
1554 P: Michael H. Warfield
1556 W: http://www.wittsend.com/computone.html
1558 F: Documentation/serial/computone.txt
1559 F: drivers/char/ip2/
1561 CONEXANT ACCESSRUNNER USB DRIVER
1563 M: cxacru@fire.lp0.eu
1564 L: accessrunner-general@lists.sourceforge.net
1565 W: http://accessrunner.sourceforge.net/
1567 F: drivers/usb/atm/cxacru.c
1571 M: joel.becker@oracle.com
1574 F: include/linux/configfs.h
1576 CONTROL GROUPS (CGROUPS)
1578 M: menage@google.com
1580 M: lizf@cn.fujitsu.com
1581 L: containers@lists.linux-foundation.org
1583 F: include/linux/cgroup*
1587 CORETEMP HARDWARE MONITORING DRIVER
1589 M: r.marek@assembler.cz
1590 L: lm-sensors@lm-sensors.org
1592 F: Documentation/hwmon/coretemp
1593 F: drivers/hwmon/coretemp.c
1595 COSA/SRP SYNC SERIAL DRIVER
1596 P: Jan "Yenya" Kasprzak
1598 W: http://www.fi.muni.cz/~kas/cosa/
1600 F: drivers/net/wan/cosa*
1602 CPMAC ETHERNET DRIVER
1604 M: florian@openwrt.org
1605 L: netdev@vger.kernel.org
1607 F: drivers/net/cpmac.c
1609 CPU FREQUENCY DRIVERS
1612 L: cpufreq@vger.kernel.org
1613 W: http://www.codemonkey.org.uk/projects/cpufreq/
1614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1616 F: arch/x86/kernel/cpu/cpufreq/
1618 F: include/linux/cpufreq.h
1624 F: arch/x86/kernel/cpuid.c
1625 F: arch/x86/kernel/msr.c
1629 M: menage@google.com
1630 W: http://www.bullopensource.org/cpuset/
1631 W: http://oss.sgi.com/projects/cpusets/
1633 F: Documentation/cgroups/cpusets.txt
1634 F: include/linux/cpuset.h
1638 W: http://sourceforge.net/projects/cramfs/
1640 F: Documentation/filesystems/cramfs.txt
1647 M: jesper.nilsson@axis.com
1648 L: linux-cris-kernel@axis.com
1649 W: http://developer.axis.com
1655 M: herbert@gondor.apana.org.au
1657 M: davem@davemloft.net
1658 L: linux-crypto@vger.kernel.org
1659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1661 F: Documentation/crypto/
1667 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1669 M: nhorman@tuxdriver.com
1670 L: linux-crypto@vger.kernel.org
1673 CS5535 Audio ALSA driver
1675 M: jayakumar.alsa@gmail.com
1677 F: sound/pci/cs5535audio/
1679 CX18 VIDEO4LINUX DRIVER
1681 M: hverkuil@xs4all.nl
1684 L: ivtv-devel@ivtvdriver.org
1685 L: ivtv-users@ivtvdriver.org
1686 L: linux-media@vger.kernel.org
1687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1688 W: http://linuxtv.org
1690 F: Documentation/video4linux/cx18.txt
1691 F: drivers/media/video/cx18/
1693 CXGB3 ETHERNET DRIVER (CXGB3)
1696 L: netdev@vger.kernel.org
1697 W: http://www.chelsio.com
1699 F: drivers/net/cxgb3/
1701 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1703 M: swise@chelsio.com
1704 L: general@lists.openfabrics.org
1705 W: http://www.openfabrics.org
1707 F: drivers/infiniband/hw/cxgb3/
1711 M: linux@arm.linux.org.uk
1712 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1713 W: http://www.arm.linux.org.uk/
1715 F: drivers/video/cyber2000fb.*
1717 CYCLADES 2X SYNC CARD DRIVER
1718 P: Arnaldo Carvalho de Melo
1719 M: acme@ghostprotocols.net
1720 W: http://oops.ghostprotocols.net:81/blog
1722 F: drivers/net/wan/cycx*
1724 CYCLADES ASYNC MUX DRIVER
1725 W: http://www.cyclades.com/
1727 F: drivers/char/cyclades.c
1728 F: include/linux/cyclades.h
1730 CYCLADES PC300 DRIVER
1731 W: http://www.cyclades.com/
1733 F: drivers/net/wan/pc300*
1735 DAMA SLAVE for AX.25
1738 W: http://yaina.de/jreuter/
1739 W: http://www.qsl.net/dl1bke/
1740 L: linux-hams@vger.kernel.org
1742 F: net/ax25/af_ax25.c
1743 F: net/ax25/ax25_dev.c
1744 F: net/ax25/ax25_ds_*
1745 F: net/ax25/ax25_in.c
1746 F: net/ax25/ax25_out.c
1747 F: net/ax25/ax25_timer.c
1748 F: net/ax25/sysctl_net_ax25.c
1750 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1752 M: tori@unhappy.mine.nu
1753 L: netdev@vger.kernel.org
1755 F: Documentation/networking/dmfe.txt
1756 F: drivers/net/tulip/dmfe.c
1758 DC390/AM53C974 SCSI driver
1761 W: http://www.garloff.de/kurt/linux/dc390/
1762 P: Guennadi Liakhovetski
1763 M: g.liakhovetski@gmx.de
1765 F: drivers/scsi/tmscsim.*
1769 M: oliver@neukum.name
1773 M: lenehan@twibble.org
1774 W: http://twibble.org/dist/dc395x/
1775 L: dc395x@twibble.org
1776 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1778 F: Documentation/scsi/dc395x.txt
1779 F: drivers/scsi/dc395x.*
1782 P: Arnaldo Carvalho de Melo
1783 M: acme@ghostprotocols.net
1784 L: dccp@vger.kernel.org
1785 W: http://linux-net.osdl.org/index.php/DCCP
1787 F: include/linux/dccp.h
1788 F: include/linux/tfrc.h
1791 DECnet NETWORK LAYER
1792 P: Christine Caulfield
1793 M: christine.caulfield@googlemail.com
1794 W: http://linux-decnet.sourceforge.net
1795 L: linux-decnet-user@lists.sourceforge.net
1797 F: Documentation/networking/decnet.txt
1800 DEFXX FDDI NETWORK DRIVER
1801 P: Maciej W. Rozycki
1802 M: macro@linux-mips.org
1804 F: drivers/net/defxx.*
1808 M: mjg59@srcf.ucam.org
1810 F: drivers/platform/x86/dell-laptop.c
1812 DELL LAPTOP SMM DRIVER
1813 P: Massimo Dal Zotto
1815 W: http://www.debian.org/~dz/i8k/
1817 F: drivers/char/i8k.c
1818 F: include/linux/i8k.h
1820 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1822 M: Douglas_Warzecha@dell.com
1824 F: Documentation/dcdbas.txt
1825 F: drivers/firmware/dcdbas.*
1827 DELL WMI EXTRAS DRIVER
1829 M: mjg59@srcf.ucam.org
1832 DEVICE NUMBER REGISTRY
1834 M: device@lanana.org
1835 W: http://lanana.org/docs/device-list/index.html
1840 L: dm-devel@redhat.com
1841 W: http://sources.redhat.com/dm
1843 F: Documentation/device-mapper/
1845 F: include/linux/device-mapper.h
1846 F: include/linux/dm-*.h
1848 DIGI INTL. EPCA DRIVER
1849 P: Digi International, Inc
1850 M: Eng.Linux@digi.com
1851 L: Eng.Linux@digi.com
1852 W: http://www.digi.com
1854 F: Documentation/serial/digiepca.txt
1855 F: drivers/char/epca*
1856 F: drivers/char/digi*
1858 DIRECTORY NOTIFICATION (DNOTIFY)
1860 M: eparis@parisplace.org
1862 F: Documentation/filesystems/dnotify.txt
1863 F: fs/notify/dnotify/
1864 F: include/linux/dnotify.h
1866 DISK GEOMETRY AND PARTITION HANDLING
1869 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1870 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1871 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1878 F: Documentation/filesystems/quota.txt
1880 F: include/linux/quota*.h
1882 DISTRIBUTED LOCK MANAGER (DLM)
1883 P: Christine Caulfield
1884 M: ccaulfie@redhat.com
1886 M: teigland@redhat.com
1887 L: cluster-devel@redhat.com
1888 W: http://sources.redhat.com/cluster/
1889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1893 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1895 M: maciej.sosnowski@intel.com
1897 M: dan.j.williams@intel.com
1900 F: include/linux/dma*
1902 DME1737 HARDWARE MONITOR DRIVER
1905 L: lm-sensors@lm-sensors.org
1907 F: Documentation/hwmon/dme1737
1908 F: drivers/hwmon/dme1737.c
1910 DOCBOOK FOR DOCUMENTATION
1912 M: rdunlap@xenotime.net
1915 DOCKING STATION DRIVER
1917 M: shaohua.li@intel.com
1918 L: linux-acpi@vger.kernel.org
1920 F: drivers/acpi/dock.c
1924 M: rdunlap@xenotime.net
1925 L: linux-doc@vger.kernel.org
1930 P: James R. Van Zandt
1931 M: jrv@vanzandt.mv.com
1932 L: blinux-list@redhat.com
1934 F: drivers/char/dtlk.c
1935 F: include/linux/dtlk.h
1937 DPT_I2O SCSI RAID DRIVER
1938 P: Adaptec OEM Raid Solutions
1939 M: aacraid@adaptec.com
1940 L: linux-scsi@vger.kernel.org
1941 W: http://www.adaptec.com/
1943 F: drivers/scsi/dpt*
1944 F: drivers/scsi/dpt/
1946 DRIVER CORE, KOBJECTS, AND SYSFS
1947 P: Greg Kroah-Hartman
1949 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1951 F: Documentation/kobject.txt
1954 F: include/linux/kobj*
1960 L: dri-devel@lists.sourceforge.net
1961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1967 M: romieu@fr.zoreil.com
1968 L: netdev@vger.kernel.org
1970 F: drivers/net/wan/dscc4.c
1972 DZ DECSTATION DZ11 SERIAL DRIVER
1973 P: Maciej W. Rozycki
1974 M: macro@linux-mips.org
1976 F: drivers/serial/dz.*
1978 EATA-DMA SCSI DRIVER
1980 M: mike@i-Connect.Net
1981 L: linux-eata@i-connect.net
1982 L: linux-scsi@vger.kernel.org
1984 F: drivers/scsi/eata*
1986 EATA ISA/EISA/PCI SCSI DRIVER
1988 M: ballabio_dario@emc.com
1989 L: linux-scsi@vger.kernel.org
1991 F: drivers/scsi/eata.c
1993 EATA-PIO SCSI DRIVER
1995 M: mike@i-Connect.Net
1996 L: linux-eata@i-connect.net
1997 L: linux-scsi@vger.kernel.org
1999 F: drivers/scsi/eata_pio.*
2003 M: bart.de.schuymer@pandora.be
2004 L: ebtables-user@lists.sourceforge.net
2005 L: ebtables-devel@lists.sourceforge.net
2006 W: http://ebtables.sourceforge.net/
2008 F: include/linux/netfilter_bridge/ebt_*.h
2009 F: net/bridge/netfilter/ebt*.c
2013 M: tyhicks@linux.vnet.ibm.com
2015 M: kirkland@canonical.com
2016 L: ecryptfs-devel@lists.launchpad.net
2017 W: https://launchpad.net/ecryptfs
2019 F: Documentation/filesystems/ecryptfs.txt
2024 M: dougthompson@xmission.com
2025 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2026 W: bluesmoke.sourceforge.net
2028 F: Documentation/edac.txt
2029 F: drivers/edac/edac_*
2030 F: include/linux/edac.h
2034 M: dougthompson@xmission.com
2036 M: borislav.petkov@amd.com
2037 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2038 W: bluesmoke.sourceforge.net
2040 F: drivers/edac/amd64_edac*
2044 M: mark.gross@intel.com
2046 M: dougthompson@xmission.com
2047 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2048 W: bluesmoke.sourceforge.net
2050 F: drivers/edac/e752x_edac.c
2054 M: dougthompson@xmission.com
2055 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2056 W: bluesmoke.sourceforge.net
2058 F: drivers/edac/e7xxx_edac.c
2062 M: tim@buttersideup.com
2063 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2064 W: bluesmoke.sourceforge.net
2066 F: drivers/edac/i82443bxgx_edac.c
2070 M: juhlenko@akamai.com
2071 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2072 W: bluesmoke.sourceforge.net
2074 F: drivers/edac/i3000_edac.c
2078 M: dougthompson@xmission.com
2079 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2080 W: bluesmoke.sourceforge.net
2082 F: drivers/edac/i5000_edac.c
2085 P: Mauro Carvalho Chehab
2086 M: mchehab@redhat.com
2087 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2088 W: bluesmoke.sourceforge.net
2090 F: drivers/edac/i5400_edac.c
2093 P: Ranganathan Desikan
2094 M: rdesikan@jetzbroadband.com
2096 M: arvind@acarlab.com
2097 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2098 W: bluesmoke.sourceforge.net
2100 F: drivers/edac/i82975x_edac.c
2105 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2106 W: bluesmoke.sourceforge.net
2108 F: drivers/edac/pasemi_edac.c
2112 M: tim@buttersideup.com
2113 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2114 W: bluesmoke.sourceforge.net
2116 F: drivers/edac/r82600_edac.c
2118 EEEPC LAPTOP EXTRAS DRIVER
2120 M: corentincj@iksaif.net
2121 L: acpi4asus-user@lists.sourceforge.net
2122 W: http://acpi4asus.sf.net
2124 F: drivers/platform/x86/eeepc-laptop.c
2127 W: http://aeschi.ch.eu.org/efs/
2131 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2133 M: hnguyen@de.ibm.com
2135 M: raisch@de.ibm.com
2136 L: general@lists.openfabrics.org
2138 F: drivers/infiniband/hw/ehca/
2142 M: paul.gortmaker@windriver.com
2146 M: dwmw2@infradead.org
2147 L: linux-embedded@vger.kernel.org
2150 EMULEX LPFC FC SCSI DRIVER
2152 M: james.smart@emulex.com
2153 L: linux-scsi@vger.kernel.org
2154 W: http://sourceforge.net/projects/lpfcxxxx
2156 F: drivers/scsi/lpfc/
2158 ENE CB710 FLASH CARD READER DRIVER
2159 P: Michał Mirosław
2160 M: mirq-linux@rere.qmqm.pl
2161 L: linux-kernel@vger.kernel.org
2163 F: drivers/misc/cb710/
2164 F: drivers/mmc/host/cb710-mmc.*
2165 F: include/linux/cb710.h
2167 EPSON 1355 FRAMEBUFFER DRIVER
2168 P: Christopher Hoover
2169 M: ch@murgatroid.com
2170 P: Christopher Hoover
2173 F: drivers/video/epson1355fb.c
2175 EPSON S1D13XXX FRAMEBUFFER DRIVER
2176 P: Kristoffer Ericson
2177 M: kristoffer.ericson@gmail.com
2179 F: drivers/video/s1d13xxxfb.c
2180 F: include/video/s1d13xxxfb.h
2182 ETHEREXPRESS-16 NETWORK DRIVER
2185 L: netdev@vger.kernel.org
2187 F: drivers/net/eexpress.*
2190 P: Stephen Hemminger
2191 M: shemminger@linux-foundation.org
2192 L: bridge@lists.linux-foundation.org
2193 W: http://www.linux-foundation.org/en/Net:Bridge
2195 F: include/linux/netfilter_bridge/
2198 ETHERTEAM 16I DRIVER
2202 F: drivers/net/eth16i.c
2205 L: linux-ext4@vger.kernel.org
2207 F: Documentation/filesystems/ext2.txt
2209 F: include/linux/ext2*
2215 M: akpm@linux-foundation.org
2218 L: linux-ext4@vger.kernel.org
2220 F: Documentation/filesystems/ext3.txt
2222 F: include/linux/ext3*
2229 L: linux-ext4@vger.kernel.org
2230 W: http://ext4.wiki.kernel.org
2232 F: Documentation/filesystems/ext4.txt
2235 F71805F HARDWARE MONITORING DRIVER
2237 M: khali@linux-fr.org
2238 L: lm-sensors@lm-sensors.org
2240 F: Documentation/hwmon/f71805f
2241 F: drivers/hwmon/f71805f.c
2243 FARSYNC SYNCHRONOUS DRIVER
2245 M: kevin.curtis@farsite.co.uk
2246 W: http://www.farsite.co.uk/
2248 F: drivers/net/wan/farsync.*
2250 FAULT INJECTION SUPPORT
2252 M: akinobu.mita@gmail.com
2254 F: Documentation/fault-injection/
2255 F: lib/fault-inject.c
2257 FILE LOCKING (flock() and fcntl()/lockf())
2260 L: linux-fsdevel@vger.kernel.org
2262 F: include/linux/fcntl.h
2263 F: include/linux/fs.h
2267 FILESYSTEMS (VFS and infrastructure)
2269 M: viro@zeniv.linux.org.uk
2270 L: linux-fsdevel@vger.kernel.org
2274 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2276 M: riku.vipio@iki.fi
2277 L: lm-sensors@lm-sensors.org
2279 F: drivers/hwmon/f75375s.c
2280 F: include/linux/f75375s.h
2283 P: Kristian Hoegsberg
2286 M: stefanr@s5r6.in-berlin.de
2287 L: linux1394-devel@lists.sourceforge.net
2288 W: http://www.linux1394.org/
2289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2291 F: drivers/firewire/
2292 F: include/linux/firewire*.h
2294 FIRMWARE LOADER (request_firmware)
2296 F: Documentation/firmware_class/
2297 F: drivers/base/firmware*.c
2298 F: include/linux/firmware.h
2302 M: billm@melbpc.org.au
2303 W: http://floatingpoint.sourceforge.net/emulator/index.html
2305 F: arch/x86/math-emu/
2307 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2309 M: mike.mclagan@linux.org
2310 L: netdev@vger.kernel.org
2312 F: drivers/net/wan/dlci.c
2313 F: drivers/net/wan/sdla.c
2316 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2317 W: http://linux-fbdev.sourceforge.net/
2319 F: Documentation/fb/
2320 F: drivers/video/fb*
2321 F: include/linux/fb.h
2323 FREESCALE DMA DRIVER
2325 M: leoli@freescale.com
2328 L: linuxppc-dev@ozlabs.org
2330 F: drivers/dma/fsldma.*
2332 FREESCALE I2C CPM DRIVER
2335 L: linuxppc-dev@ozlabs.org
2336 L: linux-i2c@vger.kernel.org
2338 F: drivers/i2c/busses/i2c-cpm.c
2340 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2342 M: kernel@pengutronix.de
2343 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2344 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2346 F: arch/arm/plat-mxc/include/mach/imxfb.h
2347 F: drivers/video/imxfb.c
2349 FREESCALE SOC FS_ENET DRIVER
2350 P: Pantelis Antoniou
2351 M: pantelis.antoniou@gmail.com
2353 M: vbordug@ru.mvista.com
2354 L: linuxppc-dev@ozlabs.org
2355 L: netdev@vger.kernel.org
2357 F: drivers/net/fs_enet/
2358 F: include/linux/fs_enet_pd.h
2360 FREESCALE QUICC ENGINE LIBRARY
2362 M: timur@freescale.com
2363 L: linuxppc-dev@ozlabs.org
2365 F: arch/powerpc/sysdev/qe_lib/
2366 F: arch/powerpc/include/asm/*qe.h
2368 FREESCALE HIGHSPEED USB DEVICE DRIVER
2370 M: leoli@freescale.com
2371 L: linux-usb@vger.kernel.org
2372 L: linuxppc-dev@ozlabs.org
2374 F: drivers/usb/gadget/fsl_usb2_udc.c
2376 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2378 M: leoli@freescale.com
2379 L: netdev@vger.kernel.org
2380 L: linuxppc-dev@ozlabs.org
2382 F: drivers/net/ucc_geth*
2384 FREESCALE QUICC ENGINE UCC UART DRIVER
2386 M: timur@freescale.com
2387 L: linuxppc-dev@ozlabs.org
2389 F: drivers/serial/ucc_uart.c
2391 FREESCALE SOC SOUND DRIVERS
2393 M: timur@freescale.com
2394 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2395 L: linuxppc-dev@ozlabs.org
2397 F: sound/soc/fsl/fsl*
2398 F: sound/soc/fsl/mpc8610_hpcd.c
2401 P: Christoph Hellwig
2402 M: hch@infradead.org
2403 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2410 P: Rafael J. Wysocki
2412 L: linux-pm@lists.linux-foundation.org
2414 F: Documentation/power/freezing-of-tasks.txt
2415 F: include/linux/freezer.h
2418 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2420 M: dhowells@redhat.com
2421 L: linux-cachefs@redhat.com
2423 F: Documentation/filesystems/caching/
2425 F: include/linux/fscache*.h
2429 M: rostedt@goodmis.org
2431 F: Documentation/trace/ftrace.txt
2432 F: arch/*/*/*/ftrace.h
2433 F: arch/*/kernel/ftrace.c
2434 F: include/*/ftrace.h
2437 FUJITSU FR-V (FRV) PORT
2439 M: dhowells@redhat.com
2443 FUJITSU LAPTOP EXTRAS
2445 M: jwoithe@physics.adelaide.edu.au
2446 L: linux-acpi@vger.kernel.org
2448 F: drivers/platform/x86/fujitsu-laptop.c
2450 FUSE: FILESYSTEM IN USERSPACE
2452 M: miklos@szeredi.hu
2453 L: fuse-devel@lists.sourceforge.net
2454 W: http://fuse.sourceforge.net/
2457 F: include/linux/fuse.h
2459 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2462 L: linux-scsi@vger.kernel.org
2463 S: Odd Fixes (e.g., new signatures)
2464 F: drivers/scsi/fdomain.*
2466 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2468 M: achim_leubner@adaptec.com
2469 L: linux-scsi@vger.kernel.org
2470 W: http://www.icp-vortex.com/
2472 F: drivers/scsi/gdt*
2474 GENERIC GPIO I2C DRIVER
2475 P: Haavard Skinnemoen
2476 M: hskinnemoen@atmel.com
2478 F: drivers/i2c/busses/i2c-gpio.c
2479 F: include/linux/i2c-gpio.h
2481 GENERIC HDLC (WAN) DRIVERS
2484 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2486 F: drivers/net/wan/c101.c
2487 F: drivers/net/wan/hd6457*
2488 F: drivers/net/wan/hdlc*
2489 F: drivers/net/wan/n2.c
2490 F: drivers/net/wan/pc300too.c
2491 F: drivers/net/wan/pci200syn.c
2492 F: drivers/net/wan/wanxl*
2494 GENERIC INCLUDE/ASM HEADER FILES
2497 L: linux-arch@vger.kernel.org
2498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2500 F: include/asm-generic
2503 P: Steven Whitehouse
2504 M: swhiteho@redhat.com
2505 L: cluster-devel@redhat.com
2506 W: http://sources.redhat.com/cluster/
2507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2510 F: Documentation/filesystems/gfs2*.txt
2512 F: include/linux/gfs2_ondisk.h
2514 GIGASET ISDN DRIVERS
2519 L: gigaset307x-common@lists.sourceforge.net
2520 W: http://gigaset307x.sourceforge.net/
2522 F: Documentation/isdn/README.gigaset
2523 F: drivers/isdn/gigaset/
2524 F: include/linux/gigaset_dev.h
2526 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2528 M: frank@f-seidel.de
2529 L: lm-sensors@lm-sensors.org
2530 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2532 F: drivers/hwmon/hdaps.c
2534 HYPERVISOR VIRTUAL CONSOLE DRIVER
2535 L: linuxppc-dev@ozlabs.org
2537 F: drivers/char/hvc_*
2539 GSPCA FINEPIX SUBDRIVER
2542 L: linux-media@vger.kernel.org
2543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2545 F: drivers/media/video/gspca/finepix.c
2547 GSPCA M5602 SUBDRIVER
2549 M: erik.andren@gmail.com
2550 L: linux-media@vger.kernel.org
2551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2553 F: drivers/media/video/gspca/m5602/
2555 GSPCA PAC207 SONIXB SUBDRIVER
2557 M: hdegoede@redhat.com
2558 L: linux-media@vger.kernel.org
2559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2561 F: drivers/media/video/gspca/pac207.c
2563 GSPCA T613 SUBDRIVER
2564 P: Leandro Costantino
2565 M: lcostantino@gmail.com
2566 L: linux-media@vger.kernel.org
2567 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2569 F: drivers/media/video/gspca/t613.c
2571 GSPCA USB WEBCAM DRIVER
2572 P: Jean-Francois Moine
2574 W: http://moinejf.free.fr
2575 L: linux-media@vger.kernel.org
2576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2578 F: drivers/media/video/gspca/
2581 L: lm-sensors@lm-sensors.org
2582 W: http://www.lm-sensors.org/
2586 HARDWARE RANDOM NUMBER GENERATOR CORE
2588 F: Documentation/hw_random.txt
2589 F: drivers/char/hw_random/
2590 F: include/linux/hw_random.h
2592 HARMONY SOUND DRIVER
2595 L: linux-parisc@vger.kernel.org
2597 F: sound/parisc/harmony.*
2599 HAYES ESP SERIAL DRIVER
2600 P: Andrew J. Robinson
2602 W: http://www.nyx.net/~arobinso
2604 F: Documentation/serial/hayes-esp.txt
2605 F: drivers/char/esp.c
2607 HEWLETT-PACKARD SMART2 RAID DRIVER
2609 M: chirag.kantharia@hp.com
2610 L: iss_storagedev@hp.com
2612 F: Documentation/blockdev/cpqarray.txt
2613 F: drivers/block/cpqarray.*
2615 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2617 M: mike.miller@hp.com
2618 L: iss_storagedev@hp.com
2620 F: Documentation/blockdev/cciss.txt
2621 F: drivers/block/cciss*
2622 F: include/linux/cciss_ioctl.h
2626 M: zippel@linux-m68k.org
2628 F: Documentation/filesystems/hfs.txt
2631 HGA FRAMEBUFFER DRIVER
2633 M: fero@drama.obuda.kando.hu
2634 L: linux-nvidia@lists.surfsouth.com
2635 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2637 F: drivers/video/hgafb.c
2639 HIBERNATION (aka Software Suspend, aka swsusp)
2642 P: Rafael J. Wysocki
2644 L: linux-pm@lists.linux-foundation.org
2647 F: drivers/base/power/
2649 F: include/linux/suspend.h
2650 F: include/linux/freezer.h
2651 F: include/linux/pm.h
2652 F: arch/*/include/asm/suspend*.h
2657 L: linux-input@vger.kernel.org
2658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2661 F: include/linux/hid*
2663 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2665 M: tglx@linutronix.de
2667 F: Documentation/timers/
2669 F: include/linux/hrtimer.h
2671 HIGH-SPEED SCC DRIVER FOR AX.25
2673 M: klaus.kudielka@ieee.org
2674 L: linux-hams@vger.kernel.org
2675 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2677 F: drivers/net/hamradio/dmascc.c
2678 F: drivers/net/hamradio/scc.c
2680 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2681 P: HighPoint Linux Team
2682 M: linux@highpoint-tech.com
2683 W: http://www.highpoint-tech.com
2685 F: Documentation/scsi/hptiop.txt
2686 F: drivers/scsi/hptiop.c
2690 M: jes@trained-monkey.org
2691 L: linux-hippi@sunsite.dk
2693 F: include/linux/hippidevice.h
2694 F: include/linux/if_hippi.h
2700 L: hostap@shmoo.com (subscribers-only)
2701 L: linux-wireless@vger.kernel.org
2702 W: http://hostap.epitest.fi/
2704 F: drivers/net/wireless/hostap/
2706 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2708 M: carlos@strangeworlds.co.uk
2710 F: drivers/platform/x86/tc1100-wmi.c
2712 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2716 F: drivers/net/hp100.*
2718 HPET: High Precision Event Timers driver
2720 M: clemens@ladisch.de
2722 F: Documentation/timers/hpet.txt
2723 F: drivers/char/hpet.c
2724 F: include/linux/hpet.h
2727 P: Venkatesh Pallipadi (Venki)
2728 M: venkatesh.pallipadi@intel.com
2730 F: arch/x86/kernel/hpet.c
2731 F: arch/x86/include/asm/hpet.h
2742 F: drivers/char/hpet.c
2746 M: mikulas@artax.karlin.mff.cuni.cz
2747 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2753 M: j.dumon@option.com
2754 W: http://www.pharscape.org
2756 F: drivers/net/usb/hso.c
2758 HTCPEN TOUCHSCREEN DRIVER
2761 L: linux-input@vger.kernel.org
2763 F: drivers/input/touchscreen/htcpen.c
2767 M: wli@holomorphy.com
2771 I2C/SMBUS STUB DRIVER
2773 M: mhoffman@lightlink.com
2774 L: linux-i2c@vger.kernel.org
2776 F: drivers/i2c/busses/i2c-stub.c
2779 P: Jean Delvare (PC drivers, core)
2780 M: khali@linux-fr.org
2781 P: Ben Dooks (embedded platforms)
2782 M: ben-linux@fluff.org
2783 L: linux-i2c@vger.kernel.org
2784 W: http://i2c.wiki.kernel.org/
2785 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2787 F: Documentation/i2c/
2789 F: include/linux/i2c.h
2790 F: include/linux/i2c-dev.h
2791 F: include/linux/i2c-id.h
2796 L: linux-i2c@vger.kernel.org
2797 W: http://www.harbaum.org/till/i2c_tiny_usb
2799 F: drivers/i2c/busses/i2c-tiny-usb.c
2807 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2813 IA64 (Itanium) PLATFORM
2815 M: tony.luck@intel.com
2816 L: linux-ia64@vger.kernel.org
2817 W: http://www.ia64-linux.org/
2818 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2822 IBM MCA SCSI SUBSYSTEM DRIVER
2824 M: langa2@kph.uni-mainz.de
2825 W: http://www.uni-mainz.de/~langm000/linux.html
2827 F: drivers/scsi/ibmmca.c
2829 IBM Power Linux RAID adapter
2831 M: brking@us.ibm.com
2833 F: drivers/scsi/ipr.*
2835 IBM ServeRAID RAID DRIVER
2838 M: ipslinux@adaptec.com
2839 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2841 F: drivers/scsi/ips.*
2845 M: davem@davemloft.net
2846 L: linux-ide@vger.kernel.org
2847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2849 F: Documentation/ide/
2851 F: include/linux/ide.h
2855 M: petkovbb@gmail.com
2856 L: linux-ide@vger.kernel.org
2858 F: Documentation/cdrom/ide-cd
2859 F: drivers/ide/ide-cd*
2863 M: andrew.d.henroid@intel.com
2864 L: linux-pm@lists.linux-foundation.org
2866 F: drivers/idle/i7300_idle.c
2870 M: ben.collins@ubuntu.com
2872 M: stefanr@s5r6.in-berlin.de
2873 L: linux1394-devel@lists.sourceforge.net
2874 W: http://www.linux1394.org/
2875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2877 F: drivers/ieee1394/
2879 IEEE 1394 RAW I/O DRIVER
2883 M: stefanr@s5r6.in-berlin.de
2884 L: linux1394-devel@lists.sourceforge.net
2886 F: drivers/ieee1394/raw1394*
2888 IEEE 802.15.4 SUBSYSTEM
2889 P: Dmitry Eremin-Solenikov
2890 M: dbaryshkov@gmail.com
2892 M: slapin@ossfans.org
2893 L: linux-zigbee-devel@lists.sourceforge.net
2894 W: http://apps.sourceforge.net/trac/linux-zigbee
2895 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2898 F: drivers/ieee802154/
2900 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2904 F: security/integrity/ima/
2906 IMS TWINTURBO FRAMEBUFFER DRIVER
2907 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2909 F: drivers/video/imsttfb.c
2911 INFINIBAND SUBSYSTEM
2913 M: rolandd@cisco.com
2915 M: sean.hefty@intel.com
2917 M: hal.rosenstock@gmail.com
2918 L: general@lists.openfabrics.org (moderated for non-subscribers)
2919 W: http://www.openib.org/
2920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2922 F: Documentation/infiniband/
2923 F: drivers/infiniband/
2924 F: include/linux/if_infiniband.h
2928 M: john@johnmccutchan.com
2932 M: eparis@parisplace.org
2934 F: Documentation/filesystems/inotify.txt
2935 F: fs/notify/inotify/
2936 F: include/linux/inotify.h
2938 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2940 M: dmitry.torokhov@gmail.com
2942 L: linux-input@vger.kernel.org
2943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2947 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2949 M: sylvain.meyer@worldonline.fr
2950 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2952 F: Documentation/fb/intelfb.txt
2953 F: drivers/video/intelfb/
2955 INTEL 810/815 FRAMEBUFFER DRIVER
2957 M: adaplas@gmail.com
2958 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2960 F: drivers/video/i810/
2962 INTEL MENLOW THERMAL DRIVER
2964 M: sujith.thomas@intel.com
2965 L: linux-acpi@vger.kernel.org
2966 W: http://www.lesswatts.org/projects/acpi/
2968 F: drivers/platform/x86/intel_menlow.c
2970 INTEL IA32 MICROCODE UPDATE SUPPORT
2972 M: tigran@aivazian.fsnet.co.uk
2974 F: arch/x86/kernel/microcode_core.c
2975 F: arch/x86/kernel/microcode_intel.c
2977 INTEL I/OAT DMA DRIVER
2979 M: maciej.sosnowski@intel.com
2981 F: drivers/dma/ioat*
2985 M: dwmw2@infradead.org
2986 L: iommu@lists.linux-foundation.org
2987 T: git git://git.infradead.org/iommu-2.6.git
2989 F: drivers/pci/intel-iommu.c
2990 F: include/linux/intel-iommu.h
2992 INTEL IOP-ADMA DMA DRIVER
2994 M: dan.j.williams@intel.com
2996 F: drivers/dma/iop-adma.c
2998 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3002 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3003 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3004 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3005 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3006 F: drivers/net/arm/ixp4xx_eth.c
3007 F: drivers/net/wan/ixp4xx_hss.c
3009 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3011 M: dsaxena@plexity.net
3013 F: drivers/char/hw_random/ixp4xx-rng.c
3015 INTEL IXP2000 ETHERNET DRIVER
3016 P: Lennert Buytenhek
3017 M: kernel@wantstofly.org
3018 L: netdev@vger.kernel.org
3020 F: drivers/net/ixp2000/
3022 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3024 M: jeffrey.t.kirsher@intel.com
3026 M: jesse.brandeburg@intel.com
3028 M: bruce.w.allan@intel.com
3030 M: peter.p.waskiewicz.jr@intel.com
3032 M: john.ronciak@intel.com
3033 L: e1000-devel@lists.sourceforge.net
3034 W: http://e1000.sourceforge.net/
3036 F: drivers/net/e100.c
3037 F: drivers/net/e1000/
3038 F: drivers/net/e1000e/
3040 F: drivers/net/ixgb/
3041 F: drivers/net/ixgbe/
3043 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3047 M: jketreno@linux.intel.com
3049 M: reinette.chatre@intel.com
3050 L: linux-wireless@vger.kernel.org
3051 L: ipw2100-devel@lists.sourceforge.net
3052 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3053 W: http://ipw2100.sourceforge.net
3055 F: Documentation/networking/README.ipw2100
3056 F: drivers/net/wireless/ipw2x00/ipw2100.*
3058 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3062 M: jketreno@linux.intel.com
3064 M: reinette.chatre@intel.com
3065 L: linux-wireless@vger.kernel.org
3066 L: ipw2100-devel@lists.sourceforge.net
3067 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3068 W: http://ipw2200.sourceforge.net
3070 F: Documentation/networking/README.ipw2200
3071 F: drivers/net/wireless/ipw2x00/ipw2200.*
3073 INTEL WIRELESS WIMAX CONNECTION 2400
3074 P: Inaky Perez-Gonzalez
3075 M: inaky.perez-gonzalez@intel.com
3076 M: linux-wimax@intel.com
3077 L: wimax@linuxwimax.org
3079 W: http://linuxwimax.org
3080 F: Documentation/wimax/README.i2400m
3081 F: drivers/net/wimax/i2400m/
3082 F: include/linux/wimax/i2400m.h
3084 INTEL WIRELESS WIFI LINK (iwlwifi)
3088 M: reinette.chatre@intel.com
3089 L: linux-wireless@vger.kernel.org
3090 L: ipw3945-devel@lists.sourceforge.net
3091 W: http://intellinuxwireless.org
3092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3094 F: drivers/net/wireless/iwlwifi/
3096 IOC3 ETHERNET DRIVER
3098 M: ralf@linux-mips.org
3099 L: linux-mips@linux-mips.org
3101 F: drivers/net/ioc3-eth.c
3106 L: linux-mips@linux-mips.org
3108 F: drivers/serial/ioc3_serial.c
3112 M: jjciarla@raiz.uncu.edu.ar
3114 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3116 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3118 M: romieu@fr.zoreil.com
3120 M: sorbica@icplus.com.tw
3122 M: jesse@icplus.com.tw
3123 L: netdev@vger.kernel.org
3125 F: drivers/net/ipg.c
3129 M: infinipath@qlogic.com
3130 L: general@lists.openfabrics.org
3131 T: git git://git.qlogic.com/ipath-linux-2.6
3133 F: drivers/infiniband/hw/ipath/
3138 L: openipmi-developer@lists.sourceforge.net
3139 W: http://openipmi.sourceforge.net/
3141 F: Documentation/IPMI.txt
3142 F: drivers/char/ipmi/
3143 F: include/linux/ipmi*
3145 IPS SCSI RAID DRIVER
3146 P: Adaptec OEM Raid Solutions
3147 M: aacraid@adaptec.com
3148 L: linux-scsi@vger.kernel.org
3149 W: http://www.adaptec.com/
3151 F: drivers/scsi/ips*
3155 M: wensong@linux-vs.org
3157 M: horms@verge.net.au
3160 L: netdev@vger.kernel.org
3161 L: lvs-devel@vger.kernel.org
3163 F: Documentation/networking/ipvs-sysctl.txt
3164 F: net/netfilter/ipvs/
3172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3173 F: drivers/char/pcmcia/ipwireless/
3176 P: Arnaldo Carvalho de Melo
3177 M: acme@ghostprotocols.net
3178 L: netdev@vger.kernel.org
3180 F: include/linux/ipx.h
3181 F: include/net/ipx.h
3186 M: samuel@sortiz.org
3187 L: irda-users@lists.sourceforge.net (subscribers-only)
3188 W: http://irda.sourceforge.net/
3190 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3191 F: Documentation/networking/irda.txt
3192 F: drivers/net/irda/
3193 F: include/net/irda/
3200 F: Documentation/isapnp.txt
3201 F: drivers/pnp/isapnp/
3202 F: include/linux/isapnp.h
3206 M: michaelc@cs.wisc.edu
3207 L: open-iscsi@googlegroups.com
3208 W: www.open-iscsi.org
3209 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3211 F: drivers/scsi/*iscsi*
3212 F: include/scsi/*iscsi*
3216 M: isdn@linux-pingi.de
3217 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3218 W: http://www.isdn4linux.de
3219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3221 F: Documentation/isdn/
3223 F: include/linux/isdn.h
3224 F: include/linux/isdn/
3226 ISDN SUBSYSTEM (Eicon active card driver)
3229 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3230 W: http://www.melware.de
3232 F: drivers/isdn/hardware/eicon/
3234 IVTV VIDEO4LINUX DRIVER
3236 M: hverkuil@xs4all.nl
3237 L: ivtv-devel@ivtvdriver.org
3238 L: ivtv-users@ivtvdriver.org
3239 L: linux-media@vger.kernel.org
3240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3241 W: http://www.ivtvdriver.org
3243 F: Documentation/video4linux/*.ivtv
3244 F: drivers/media/video/ivtv/
3245 F: include/linux/ivtv*
3249 M: shaggy@austin.ibm.com
3250 L: jfs-discussion@lists.sourceforge.net
3251 W: http://jfs.sourceforge.net/
3252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3254 F: Documentation/filesystems/jfs.txt
3259 M: cooldavid@cooldavid.org
3260 L: netdev@vger.kernel.org
3262 F: drivers/net/jme.*
3264 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3266 M: dwmw2@infradead.org
3267 L: linux-mtd@lists.infradead.org
3268 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3271 F: include/linux/jffs2.h
3273 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3277 M: akpm@linux-foundation.org
3278 L: linux-ext4@vger.kernel.org
3281 F: include/linux/ext*jbd*.h
3282 F: include/linux/jbd*.h
3284 K8TEMP HARDWARE MONITORING DRIVER
3286 M: r.marek@assembler.cz
3287 L: lm-sensors@lm-sensors.org
3289 F: Documentation/hwmon/k8temp
3290 F: drivers/hwmon/k8temp.c
3294 M: zippel@linux-m68k.org
3295 L: linux-kbuild@vger.kernel.org
3297 F: Documentation/kbuild/kconfig-language.txt
3302 M: vgoyal@redhat.com
3305 L: kexec@lists.infradead.org
3306 W: http://lse.sourceforge.net/kdump/
3308 F: Documentation/kdump/
3310 KERNEL AUTOMOUNTER (AUTOFS)
3313 L: autofs@linux.kernel.org
3317 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3320 L: autofs@linux.kernel.org
3327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3329 L: linux-kbuild@vger.kernel.org
3331 F: Documentation/kbuild/
3333 F: scripts/Makefile.*
3337 L: kernel-janitors@vger.kernel.org
3338 W: http://www.kerneljanitors.org/
3341 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3343 M: bfields@fieldses.org
3346 L: linux-nfs@vger.kernel.org
3347 W: http://nfs.sourceforge.net/
3350 F: include/linux/nfsd/
3354 F: include/linux/lockd/
3355 F: include/linux/sunrpc/
3357 KERNEL VIRTUAL MACHINE (KVM)
3360 L: kvm@vger.kernel.org
3361 W: http://kvm.qumranet.com
3363 F: Documentation/*/kvm.txt
3365 F: arch/*/include/asm/kvm*
3366 F: include/linux/kvm*
3369 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3371 M: joerg.roedel@amd.com
3372 L: kvm@vger.kernel.org
3373 W: http://kvm.qumranet.com
3375 F: arch/x86/include/asm/svm.h
3376 F: arch/x86/kvm/kvm_svm.h
3377 F: arch/x86/kvm/svm.c
3379 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3381 M: hollisb@us.ibm.com
3382 L: kvm-ppc@vger.kernel.org
3383 W: http://kvm.qumranet.com
3385 F: arch/powerpc/include/asm/kvm*
3386 F: arch/powerpc/kvm/
3388 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3390 M: xiantao.zhang@intel.com
3391 L: kvm-ia64@vger.kernel.org
3392 W: http://kvm.qumranet.com
3394 F: Documentation/ia64/kvm.txt
3395 F: arch/ia64/include/asm/kvm*
3398 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3401 P: Christian Borntraeger
3402 M: borntraeger@de.ibm.com
3403 M: linux390@de.ibm.com
3404 L: linux-s390@vger.kernel.org
3405 W: http://www.ibm.com/developerworks/linux/linux390/
3407 F: Documentation/s390/kvm.txt
3408 F: arch/s390/include/asm/kvm*
3413 M: ebiederm@xmission.com
3414 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3415 L: kexec@lists.infradead.org
3417 F: include/linux/kexec.h
3422 M: jason.wessel@windriver.com
3423 L: kgdb-bugreport@lists.sourceforge.net
3425 F: Documentation/DocBook/kgdb.tmpl
3426 F: drivers/misc/kgdbts.c
3427 F: drivers/serial/kgdboc.c
3428 F: include/linux/kgdb.h
3433 M: vegardno@ifi.uio.no
3435 M: penberg@cs.helsinki.fi
3436 L: linux-kernel@vger.kernel.org
3441 M: catalin.marinas@arm.com
3442 L: linux-kernel@vger.kernel.org
3444 F: Documentation/kmemleak.txt
3445 F: include/linux/kmemleak.h
3447 F: mm/kmemleak-test.c
3450 P: Eduard - Gabriel Munteanu
3451 M: eduard.munteanu@linux360.ro
3453 F: Documentation/trace/kmemtrace.txt
3454 F: include/linux/kmemtrace.h
3455 F: kernel/trace/kmemtrace.c
3458 P: Ananth N Mavinakayanahalli
3459 M: ananth@in.ibm.com
3460 P: Anil S Keshavamurthy
3461 M: anil.s.keshavamurthy@intel.com
3463 M: davem@davemloft.net
3465 M: mhiramat@redhat.com
3467 F: Documentation/kprobes.txt
3468 F: include/linux/kprobes.h
3471 KS0108 LCD CONTROLLER DRIVER
3472 P: Miguel Ojeda Sandonis
3473 M: miguel.ojeda.sandonis@gmail.com
3474 W: http://miguelojeda.es/auxdisplay.htm
3475 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3477 F: Documentation/auxdisplay/ks0108
3478 F: drivers/auxdisplay/ks0108.c
3479 F: include/linux/ks0108.h
3482 L: linux-x25@vger.kernel.org
3484 F: Documentation/networking/lapb-module.txt
3488 LASI 53c700 driver for PARISC
3489 P: James E.J. Bottomley
3490 M: James.Bottomley@HansenPartnership.com
3491 L: linux-scsi@vger.kernel.org
3493 F: Documentation/scsi/53c700.txt
3494 F: drivers/scsi/53c700*
3498 M: rpurdie@rpsys.net
3501 F: include/linux/leds.h
3503 LEGO USB Tower driver
3505 M: starblue@users.sourceforge.net
3506 L: legousb-devel@lists.sourceforge.net
3507 W: http://legousb.sourceforge.net/
3509 F: drivers/usb/misc/legousbtower.c
3513 M: rusty@rustcorp.com.au
3514 L: lguest@ozlabs.org
3515 W: http://lguest.ozlabs.org/
3517 F: Documentation/lguest/
3520 F: include/linux/lguest*.h
3521 F: arch/x86/include/asm/lguest*.h
3523 LINUX FOR IBM pSERIES (RS/6000)
3525 M: paulus@au.ibm.com
3526 W: http://www.ibm.com/linux/ltc/projects/ppc
3529 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3530 P: Benjamin Herrenschmidt
3531 M: benh@kernel.crashing.org
3534 W: http://www.penguinppc.org/
3535 L: linuxppc-dev@ozlabs.org
3536 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3539 LINUX FOR POWER MACINTOSH
3540 P: Benjamin Herrenschmidt
3541 M: benh@kernel.crashing.org
3542 W: http://www.penguinppc.org/
3543 L: linuxppc-dev@ozlabs.org
3546 LINUX FOR POWERPC EMBEDDED MPC5XXX
3548 M: grant.likely@secretlab.ca
3549 L: linuxppc-dev@ozlabs.org
3550 T: git git://git.secretlab.ca/git/linux-2.6.git
3553 LINUX FOR POWERPC EMBEDDED PPC4XX
3555 M: jwboyer@linux.vnet.ibm.com
3557 M: mporter@kernel.crashing.org
3558 W: http://www.penguinppc.org/
3559 L: linuxppc-dev@ozlabs.org
3560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3563 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3565 M: grant.likely@secretlab.ca
3566 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3567 L: linuxppc-dev@ozlabs.org
3568 T: git git://git.secretlab.ca/git/linux-2.6.git
3571 LINUX FOR POWERPC EMBEDDED PPC8XX
3573 M: vitb@kernel.crashing.org
3575 M: marcelo@kvack.org
3576 W: http://www.penguinppc.org/
3577 L: linuxppc-dev@ozlabs.org
3580 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3582 M: galak@kernel.crashing.org
3583 W: http://www.penguinppc.org/
3584 L: linuxppc-dev@ozlabs.org
3587 LINUX FOR POWERPC PA SEMI PWRFICIENT
3590 W: http://www.pasemi.com/
3591 L: linuxppc-dev@ozlabs.org
3594 LINUX SECURITY MODULE (LSM) FRAMEWORK
3596 M: chrisw@sous-sol.org
3597 L: linux-security-module@vger.kernel.org
3598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3602 P: Arnaldo Carvalho de Melo
3603 M: acme@ghostprotocols.net
3605 F: include/linux/llc.h
3609 LIS3LV02D ACCELEROMETER DRIVER
3611 M: eric.piel@tremplin-utc.net
3613 F: Documentation/hwmon/lis3lv02d
3614 F: drivers/hwmon/lis3lv02d.*
3616 LM83 HARDWARE MONITOR DRIVER
3618 M: khali@linux-fr.org
3619 L: lm-sensors@lm-sensors.org
3621 F: Documentation/hwmon/lm83
3622 F: drivers/hwmon/lm83.c
3624 LM90 HARDWARE MONITOR DRIVER
3626 M: khali@linux-fr.org
3627 L: lm-sensors@lm-sensors.org
3629 F: Documentation/hwmon/lm90
3630 F: drivers/hwmon/lm90.c
3632 LOCKDEP AND LOCKSTAT
3634 M: peterz@infradead.org
3637 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3639 F: Documentation/lockdep*.txt
3640 F: Documentation/lockstat.txt
3641 F: include/linux/lockdep.h
3644 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3645 P: Richard Russon (FlatCap)
3647 L: linux-ntfs-dev@lists.sourceforge.net
3648 W: http://www.linux-ntfs.org/content/view/19/37/
3650 F: Documentation/ldm.txt
3651 F: fs/partitions/ldm.*
3653 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3655 M: Eric.Moore@lsi.com
3657 L: DL-MPTFusionLinux@lsi.com
3658 L: linux-scsi@vger.kernel.org
3659 W: http://www.lsilogic.com/support
3661 F: drivers/message/fusion/
3663 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3666 L: linux-scsi@vger.kernel.org
3668 F: drivers/scsi/sym53c8xx_2/
3670 LTP (Linux Test Project)
3672 M: subrata@linux.vnet.ibm.com
3674 M: vapier@gentoo.org
3675 L: ltp-list@lists.sourceforge.net (subscribers-only)
3676 W: http://ltp.sourceforge.net/
3677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3682 M: takata@linux-m32r.org
3683 L: linux-m32r@ml.linux-m32r.org
3684 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3685 W: http://www.linux-m32r.org/
3690 P: Geert Uytterhoeven
3691 M: geert@linux-m68k.org
3693 M: zippel@linux-m68k.org
3694 L: linux-m68k@lists.linux-m68k.org
3695 W: http://www.linux-m68k.org/
3696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3701 M68K ON APPLE MACINTOSH
3704 W: http://www.mac.linux-m68k.org/
3705 L: linux-m68k@lists.linux-m68k.org
3712 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3718 M: johannes@sipsolutions.net
3719 L: linux-wireless@vger.kernel.org
3720 W: http://linuxwireless.org/
3721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3723 F: Documentation/networking/mac80211-injection.txt
3724 F: include/net/mac80211.h
3727 MAC80211 PID RATE CONTROL
3729 M: stefano.brivio@polimi.it
3731 M: mattias.nissler@gmx.de
3732 L: linux-wireless@vger.kernel.org
3733 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3736 F: net/mac80211/rc80211_pid*
3741 L: netdev@vger.kernel.org
3743 F: drivers/net/macvlan.c
3744 F: include/linux/if_macvlan.h
3746 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3748 M: mtk.manpages@gmail.com
3749 W: http://www.kernel.org/doc/man-pages
3750 L: linux-man@vger.kernel.org
3753 MARVELL LIBERTAS WIRELESS DRIVER
3756 L: libertas-dev@lists.infradead.org
3758 F: drivers/net/wireless/libertas/
3760 MARVELL MV643XX ETHERNET DRIVER
3761 P: Lennert Buytenhek
3762 M: buytenh@marvell.com
3763 L: netdev@vger.kernel.org
3765 F: drivers/net/mv643xx_eth.*
3766 F: include/linux/mv643xx.h
3768 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3773 MARVELL YUKON / SYSKONNECT DRIVER
3775 M: mlindner@syskonnect.de
3777 M: rroesler@syskonnect.de
3778 W: http://www.syskonnect.com
3781 MATROX FRAMEBUFFER DRIVER
3783 M: vandrove@vc.cvut.cz
3784 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3786 F: drivers/video/matrox/matroxfb_*
3787 F: include/linux/matroxfb.h
3789 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3791 M: hjk@linutronix.de
3792 L: lm-sensors@lm-sensors.org
3794 F: Documentation/hwmon/max6650
3795 F: drivers/hwmon/max6650.c
3797 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3798 P: Mauro Carvalho Chehab
3799 M: mchehab@infradead.org
3800 P: LinuxTV.org Project
3801 L: linux-media@vger.kernel.org
3802 W: http://linuxtv.org
3803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3805 F: Documentation/dvb/
3806 F: Documentation/video4linux/
3809 F: include/linux/dvb/
3810 F: include/linux/videodev*.h
3812 MEGARAID SCSI DRIVERS
3814 M: megaraidlinux@lsi.com
3815 L: linux-scsi@vger.kernel.org
3816 W: http://megaraid.lsilogic.com
3818 F: Documentation/scsi/megaraid.txt
3819 F: drivers/scsi/megaraid.*
3820 F: drivers/scsi/megaraid/
3823 L: linux-mm@kvack.org
3824 W: http://www.linux-mm.org
3826 F: include/linux/mm.h
3829 MEMORY RESOURCE CONTROLLER
3831 M: balbir@linux.vnet.ibm.com
3834 P: KAMEZAWA Hiroyuki
3835 M: kamezawa.hiroyu@jp.fujitsu.com
3836 L: linux-mm@kvack.org
3840 MEMORY TECHNOLOGY DEVICES (MTD)
3842 M: dwmw2@infradead.org
3843 W: http://www.linux-mtd.infradead.org/
3844 L: linux-mtd@lists.infradead.org
3845 T: git git://git.infradead.org/mtd-2.6.git
3848 F: include/linux/mtd/
3851 MICROBLAZE ARCHITECTURE
3854 L: microblaze-uclinux@itee.uq.edu.au
3855 W: http://www.monstr.eu/fdt/
3856 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3862 M: oliver@neukum.name
3864 F: drivers/usb/image/microtek.*
3868 M: ralf@linux-mips.org
3869 W: http://www.linux-mips.org/
3870 L: linux-mips@linux-mips.org
3871 T: git git://git.linux-mips.org/pub/scm/linux.git
3873 F: Documentation/mips/
3876 MISCELLANEOUS MCA-SUPPORT
3878 M: James.Bottomley@HansenPartnership.com
3880 F: Documentation/ia64/mca.txt
3881 F: Documentation/mca.txt
3883 F: include/linux/mca*
3887 M: rusty@rustcorp.com.au
3889 F: include/linux/module.h
3892 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3894 M: stelian@popies.net
3895 W: http://popies.net/meye/
3897 F: Documentation/video4linux/meye.txt
3898 F: drivers/media/video/meye.*
3899 F: include/linux/meye.h
3901 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3904 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3906 F: drivers/mmc/host/imxmmc.*
3908 MOUSE AND MISC DEVICES [GENERAL]
3909 P: Alessandro Rubini
3910 M: rubini@ipvvis.unipv.it
3912 F: drivers/input/mouse/
3913 F: include/linux/gpio_mouse.h
3915 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3917 M: jirislaby@gmail.com
3919 F: Documentation/serial/moxa-smartio
3920 F: drivers/char/mxser.*
3923 P: Lennart Poettering
3924 M: mzxreary@0pointer.de
3925 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3926 W: http://0pointer.de/lennart/tchibo.html
3928 F: drivers/platform/x86/msi-laptop.c
3930 MULTIFUNCTION DEVICES (MFD)
3932 M: sameo@linux.intel.com
3933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3937 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3942 F: include/linux/mmc/
3944 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3946 M: dbrownell@users.sourceforge.net
3948 F: drivers/mmc/host/mmc_spi.c
3949 F: include/linux/spi/mmc_spi.h
3951 MULTISOUND SOUND DRIVER
3955 F: Documentation/sound/oss/MultiSound
3958 MULTITECH MULTIPORT CARD (ISICOM)
3960 M: jirislaby@gmail.com
3962 F: drivers/char/isicom.c
3963 F: include/linux/isicom.h
3965 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3967 M: felipe.balbi@nokia.com
3968 L: linux-usb@vger.kernel.org
3969 T: git git://gitorious.org/musb/mainline.git
3971 F: drivers/usb/musb/
3973 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3975 M: gallatin@myri.com
3978 L: netdev@vger.kernel.org
3979 W: http://www.myri.com/scs/download-Myri10GE.html
3981 F: drivers/net/myri10ge/
3983 NATSEMI ETHERNET DRIVER (DP8381x)
3985 M: thockin@hockin.org
3987 F: drivers/net/natsemi.c
3991 M: vandrove@vc.cvut.cz
3992 L: linware@sh.cvut.cz
3996 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3997 P: James E.J. Bottomley
3998 M: James.Bottomley@HansenPartnership.com
3999 L: linux-scsi@vger.kernel.org
4001 F: drivers/scsi/NCR_D700.*
4003 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4005 M: faisal.latif@intel.com
4007 M: chien.tin.tung@intel.com
4008 L: general@lists.openfabrics.org
4009 W: http://www.neteffect.com
4011 F: drivers/infiniband/hw/nes/
4013 NETEM NETWORK EMULATOR
4014 P: Stephen Hemminger
4015 M: shemminger@linux-foundation.org
4016 L: netem@lists.linux-foundation.org
4018 F: net/sched/sch_netem.c
4020 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4022 M: ram.vepa@neterion.com
4024 M: santosh.rastapur@neterion.com
4025 P: Sivakumar Subramani
4026 M: sivakumar.subramani@neterion.com
4027 P: Sreenivasa Honnur
4028 M: sreenivasa.honnur@neterion.com
4030 M: anil.murthy@neterion.com
4031 L: netdev@vger.kernel.org
4032 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4033 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4035 F: Documentation/networking/s2io.txt
4036 F: drivers/net/s2io*
4038 NETFILTER/IPTABLES/IPCHAINS
4046 L: netfilter-devel@vger.kernel.org
4047 L: netfilter@vger.kernel.org
4048 L: coreteam@netfilter.org
4049 W: http://www.netfilter.org/
4050 W: http://www.iptables.org/
4052 F: include/linux/netfilter*
4053 F: include/linux/netfilter/
4054 F: include/net/netfilter/
4055 F: net/*/netfilter.c
4061 M: paul.moore@hp.com
4062 W: http://netlabel.sf.net
4063 L: netdev@vger.kernel.org
4065 F: Documentation/netlabel/
4066 F: include/net/netlabel.h
4069 NETROM NETWORK LAYER
4071 M: ralf@linux-mips.org
4072 L: linux-hams@vger.kernel.org
4073 W: http://www.linux-ax25.org/
4075 F: include/linux/netrom.h
4076 F: include/net/netrom.h
4079 NETWORK BLOCK DEVICE (NBD)
4081 M: Paul.Clements@steeleye.com
4083 F: Documentation/blockdev/nbd.txt
4084 F: drivers/block/nbd.c
4085 F: include/linux/nbd.h
4087 NETWORKING [GENERAL]
4089 M: davem@davemloft.net
4090 L: netdev@vger.kernel.org
4091 W: http://www.linuxfoundation.org/en/Net
4092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4097 NETWORKING [IPv4/IPv6]
4099 M: davem@davemloft.net
4101 M: kuznet@ms2.inr.ac.ru
4102 P: Pekka Savola (ipv6)
4103 M: pekkas@netcore.fi
4105 M: jmorris@namei.org
4106 P: Hideaki YOSHIFUJI
4107 M: yoshfuji@linux-ipv6.org
4110 L: netdev@vger.kernel.org
4111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4117 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4119 M: paul.moore@hp.com
4120 L: netdev@vger.kernel.org
4123 NETWORKING [WIRELESS]
4125 M: linville@tuxdriver.com
4126 L: linux-wireless@vger.kernel.org
4127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4130 F: include/net/ieee80211*
4131 F: include/linux/wireless.h
4134 L: netdev@vger.kernel.org
4135 W: http://www.linuxfoundation.org/en/Net
4136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4140 NETXEN (1/10) GbE SUPPORT
4142 M: dhananjay@netxen.com
4143 L: netdev@vger.kernel.org
4144 W: http://www.netxen.com
4146 F: drivers/net/netxen/
4148 NFS, SUNRPC, AND LOCKD CLIENTS
4150 M: Trond.Myklebust@netapp.com
4151 L: linux-nfs@vger.kernel.org
4152 W: http://client.linux-nfs.org
4153 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4159 F: include/linux/lockd/
4160 F: include/linux/nfs*
4161 F: include/linux/sunrpc/
4163 NI5010 NETWORK DRIVER
4164 P: Jan-Pascal van Best
4165 M: janpascal@vanbest.org
4168 L: netdev@vger.kernel.org
4170 F: drivers/net/ni5010.*
4174 M: konishi.ryusuke@lab.ntt.co.jp
4176 W: http://www.nilfs.org/en/
4178 F: Documentation/filesystems/nilfs2.txt
4180 F: include/linux/nilfs2_fs.h
4182 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4184 M: yokota@netlab.is.tsukuba.ac.jp
4185 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4187 F: Documentation/scsi/NinjaSCSI.txt
4188 F: drivers/scsi/pcmcia/nsp_*
4190 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4192 M: gotom@debian.or.jp
4194 M: yokota@netlab.is.tsukuba.ac.jp
4195 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4197 F: Documentation/scsi/NinjaSCSI.txt
4198 F: drivers/scsi/nsp32*
4201 P: Anton Altaparmakov
4203 L: linux-ntfs-dev@lists.sourceforge.net
4204 W: http://www.linux-ntfs.org/
4205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4207 F: Documentation/filesystems/ntfs.txt
4210 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4212 M: adaplas@gmail.com
4213 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4215 F: drivers/video/riva/
4216 F: drivers/video/nvidia/
4219 P: Tony Lindgren <tony@atomide.com>
4221 L: linux-omap@vger.kernel.org
4222 W: http://www.muru.com/linux/omap/
4223 W: http://linux.omap.com/
4224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4228 OMAP CLOCK FRAMEWORK SUPPORT
4231 L: linux-omap@vger.kernel.org
4233 F: arch/arm/*omap*/*clock*
4235 OMAP POWER MANAGEMENT SUPPORT
4237 M: khilman@deeprootsystems.com
4238 L: linux-omap@vger.kernel.org
4240 F: arch/arm/*omap*/*pm*
4244 M: jhnikula@gmail.com
4245 L: alsa-devel@alsa-project.org (subscribers-only)
4246 L: linux-omap@vger.kernel.org
4250 OMAP FRAMEBUFFER SUPPORT
4252 M: imre.deak@nokia.com
4253 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4254 L: linux-omap@vger.kernel.org
4256 F: drivers/video/omap/
4260 M: jarkko.lavinen@nokia.com
4261 L: linux-kernel@vger.kernel.org
4262 L: linux-omap@vger.kernel.org
4264 F: drivers/mmc/host/*omap*
4266 OMAP RANDOM NUMBER GENERATOR SUPPORT
4268 M: dsaxena@plexity.net
4270 F: drivers/char/hw_random/omap-rng.c
4274 M: felipe.balbi@nokia.com
4276 M: dbrownell@users.sourceforge.net
4277 L: linux-usb@vger.kernel.org
4278 L: linux-omap@vger.kernel.org
4283 M: me@bobcopeland.com
4284 L: linux-karma-devel@lists.sourceforge.net
4286 F: Documentation/filesystems/omfs.txt
4289 OMNIKEY CARDMAN 4000 DRIVER
4291 M: laforge@gnumonks.org
4293 F: drivers/char/pcmcia/cm4000_cs.c
4294 F: include/linux/cm4000_cs.h
4296 OMNIKEY CARDMAN 4040 DRIVER
4298 M: laforge@gnumonks.org
4300 F: drivers/char/pcmcia/cm4040_cs.*
4302 OMNIVISION OV7670 SENSOR DRIVER
4305 L: linux-media@vger.kernel.org
4306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4308 F: drivers/media/video/ov7670.c
4310 ONENAND FLASH DRIVER
4312 M: kyungmin.park@samsung.com
4313 L: linux-mtd@lists.infradead.org
4315 F: drivers/mtd/onenand/
4316 F: include/linux/mtd/onenand*.h
4318 ONSTREAM SCSI TAPE DRIVER
4321 L: osst-users@lists.sourceforge.net
4322 L: linux-scsi@vger.kernel.org
4324 F: drivers/scsi/osst*
4327 OPENCORES I2C BUS DRIVER
4329 M: jacmet@sunsite.dk
4330 L: linux-i2c@vger.kernel.org
4332 F: Documentation/i2c/busses/i2c-ocores
4333 F: drivers/i2c/busses/i2c-ocores.c
4337 M: robert.richter@amd.com
4338 L: oprofile-list@lists.sf.net
4341 F: drivers/oprofile/
4342 F: include/linux/oprofile.h
4344 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4348 M: joel.becker@oracle.com
4349 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4350 W: http://oss.oracle.com/projects/ocfs2/
4351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4353 F: Documentation/filesystems/ocfs2.txt
4354 F: Documentation/filesystems/dlmfs.txt
4361 M: hermes@gibson.dropbear.id.au
4362 L: linux-wireless@vger.kernel.org
4363 L: orinoco-users@lists.sourceforge.net
4364 L: orinoco-devel@lists.sourceforge.net
4365 W: http://www.nongnu.org/orinoco/
4367 F: drivers/net/wireless/orinoco/
4371 M: bharrosh@panasas.com
4373 M: bhalevy@panasas.com
4374 L: osd-dev@open-osd.org
4375 W: http://open-osd.org
4376 T: git git://git.open-osd.org/open-osd.git
4381 M: flamingice@sourmilk.net
4382 L: linux-wireless@vger.kernel.org
4383 W: http://prism54.org
4384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4386 F: drivers/net/wireless/p54/
4388 PA SEMI ETHERNET DRIVER
4391 L: netdev@vger.kernel.org
4393 F: drivers/net/pasemi_mac.*
4395 PA SEMI SMBUS DRIVER
4398 L: linux-i2c@vger.kernel.org
4400 F: drivers/i2c/busses/i2c-pasemi.c
4402 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4404 M: laforge@gnumonks.org
4406 F: drivers/platform/x86/panasonic-laptop.c
4408 PANASONIC MN10300/AM33 PORT
4410 M: dhowells@redhat.com
4412 M: yasutake.koichi@jp.panasonic.com
4413 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4414 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4416 F: Documentation/mn10300/
4419 PARALLEL PORT SUPPORT
4420 L: linux-parport@lists.infradead.org (subscribers-only)
4423 F: include/linux/parport*.h
4424 F: drivers/char/ppdev.c
4425 F: include/linux/ppdev.h
4427 PARAVIRT_OPS INTERFACE
4428 P: Jeremy Fitzhardinge
4429 M: jeremy@xensource.com
4431 M: chrisw@sous-sol.org
4433 M: akataria@vmware.com
4435 M: rusty@rustcorp.com.au
4436 L: virtualization@lists.osdl.org
4438 F: Documentation/ia64/paravirt_ops.txt
4439 F: arch/*/kernel/paravirt*
4440 F: arch/*/include/asm/paravirt.h
4442 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4445 L: linux-parport@lists.infradead.org (subscribers-only)
4446 W: http://www.torque.net/linux-pp.html
4448 F: Documentation/blockdev/paride.txt
4449 F: drivers/block/paride/
4456 L: linux-parisc@vger.kernel.org
4457 W: http://www.parisc-linux.org/
4458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4463 PC87360 HARDWARE MONITORING DRIVER
4465 M: jim.cromie@gmail.com
4466 L: lm-sensors@lm-sensors.org
4468 F: Documentation/hwmon/pc87360
4469 F: drivers/hwmon/pc87360.c
4473 M: jim.cromie@gmail.com
4475 F: drivers/char/pc8736x_gpio.c
4479 M: riku.voipio@iki.fi
4481 F: drivers/leds/leds-pca9532.c
4482 F: include/linux/leds-pca9532.h
4486 M: linas@austin.ibm.com
4487 L: linux-pci@vger.kernel.org
4489 F: Documentation/PCI/pci-error-recovery.txt
4490 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4494 M: jbarnes@virtuousgeek.org
4495 L: linux-pci@vger.kernel.org
4496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4498 F: Documentation/PCI/
4500 F: include/linux/pci*
4503 P: Kristen Carlson Accardi
4504 M: kristen.c.accardi@intel.com
4505 L: linux-pci@vger.kernel.org
4507 F: drivers/pci/pcie/
4510 P: Linux PCMCIA Team
4511 L: linux-pcmcia@lists.infradead.org
4512 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4515 F: Documentation/pcmcia/
4519 PCNET32 NETWORK DRIVER
4521 M: pcnet32@verizon.net
4522 L: netdev@vger.kernel.org
4524 F: drivers/net/pcnet32.c
4526 PER-TASK DELAY ACCOUNTING
4528 M: balbir@linux.vnet.ibm.com
4530 F: include/linux/delayacct.h
4531 F: kernel/delayacct.c
4533 PERFORMANCE COUNTER SUBSYSTEM
4535 M: a.p.zijlstra@chello.nl
4540 L: linux-kernel@vger.kernel.org
4543 PERSONALITY HANDLING
4544 P: Christoph Hellwig
4545 M: hch@infradead.org
4546 L: linux-abi-devel@lists.sourceforge.net
4548 F: include/linux/personality.h
4552 M: joern@lazybastard.org
4553 L: linux-mtd@lists.infradead.org
4555 F: drivers/mtd/devices/phram.c
4559 M: petero2@telia.com
4561 F: drivers/block/pktcdvd.c
4562 F: include/linux/pktcdvd.h
4564 POSIX CLOCKS and TIMERS
4566 M: tglx@linutronix.de
4569 F: include/linux/timer*
4572 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4576 M: dwmw2@infradead.org
4577 T: git git://git.infradead.org/battery-2.6.git
4579 F: include/linux/power_supply.h
4580 F: drivers/power/power_supply*
4586 M: bjorn.helgaas@hp.com
4592 M: vitalywool@gmail.com
4593 L: linux-i2c@vger.kernel.org
4595 F: drivers/i2c/busses/i2c-pnx.c
4597 PPP PROTOCOL DRIVERS AND COMPRESSORS
4600 L: linux-ppp@vger.kernel.org
4602 F: drivers/net/ppp_*
4604 PPP OVER ATM (RFC 2364)
4605 P: Mitchell Blank Jr
4608 F: net/atm/pppoatm.c
4609 F: include/linux/atmppp.h
4613 M: mostrows@earthlink.net
4615 F: drivers/net/pppoe.c
4616 F: drivers/net/pppox.c
4620 M: jchapman@katalix.com
4622 F: drivers/net/pppol2tp.c
4623 F: include/linux/if_pppol2tp.h
4627 M: giometti@enneenne.com
4628 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4629 L: linuxpps@ml.enneenne.com (subscribers-only)
4635 L: kpreempt-tech@lists.sourceforge.net
4636 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4638 F: Documentation/preempt-locking.txt
4639 F: include/linux/preempt.h
4641 PRISM54 WIRELESS DRIVER
4642 P: Luis R. Rodriguez
4644 L: linux-wireless@vger.kernel.org
4645 W: http://prism54.org
4647 F: drivers/net/wireless/prism54/
4649 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4651 M: promise@pnd-pc.demon.co.uk
4652 W: http://www.pnd-pc.demon.co.uk/promise/
4655 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4656 P: Mikael Pettersson
4658 L: linux-ide@vger.kernel.org
4660 F: drivers/ata/sata_promise.*
4664 M: geoffrey.levand@am.sony.com
4665 L: netdev@vger.kernel.org
4666 L: cbe-oss-dev@ozlabs.org
4668 F: drivers/net/ps3_gelic_net.*
4670 PS3 PLATFORM SUPPORT
4672 M: geoffrey.levand@am.sony.com
4673 L: linuxppc-dev@ozlabs.org
4674 L: cbe-oss-dev@ozlabs.org
4676 F: arch/powerpc/boot/ps3*
4677 F: arch/powerpc/include/asm/lv1call.h
4678 F: arch/powerpc/include/asm/ps3*.h
4679 F: arch/powerpc/platforms/ps3/
4682 F: drivers/rtc/rtc-ps3.c
4683 F: drivers/usb/host/*ps3.c
4684 F: sound/ppc/snd_ps3*
4689 L: cbe-oss-dev@ozlabs.org
4694 M: roland@redhat.com
4698 F: include/asm-generic/syscall.h
4699 F: include/linux/ptrace.h
4700 F: include/linux/regset.h
4701 F: include/linux/tracehook.h
4704 PVRUSB2 VIDEO4LINUX DRIVER
4707 L: pvrusb2@isely.net (subscribers-only)
4708 L: linux-media@vger.kernel.org
4709 W: http://www.isely.net/pvrusb2/
4710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4712 F: Documentation/video4linux/README.pvrusb2
4713 F: drivers/media/video/pvrusb2/
4715 PXA2xx/PXA3xx SUPPORT
4717 M: eric.y.miao@gmail.com
4719 M: linux@arm.linux.org.uk
4720 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4722 F: arch/arm/mach-pxa/
4723 F: drivers/pcmcia/pxa2xx*
4724 F: drivers/spi/pxa2xx*
4725 F: drivers/usb/gadget/pxa2*
4726 F: include/sound/pxa2xx-lib.h
4732 M: eric.y.miao@gmail.com
4734 M: jason.chagas@marvell.com
4735 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4741 M: eric.y.miao@gmail.com
4742 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4743 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4751 M: robert.jarzmik@free.fr
4752 L: rtc-linux@googlegroups.com
4755 QLOGIC QLA2XXX FC-SCSI DRIVER
4757 M: linux-driver@qlogic.com
4758 L: linux-scsi@vger.kernel.org
4760 F: Documentation/scsi/LICENSE.qla2xxx
4761 F: drivers/scsi/qla2xxx/
4763 QLOGIC QLA3XXX NETWORK DRIVER
4765 M: linux-driver@qlogic.com
4766 L: netdev@vger.kernel.org
4768 F: Documentation/networking/LICENSE.qla3xxx
4769 F: drivers/net/qla3xxx.*
4771 QLOGIC QLGE 10Gb ETHERNET DRIVER
4773 M: linux-driver@qlogic.com
4774 M: ron.mercer@qlogic.com
4775 L: netdev@vger.kernel.org
4777 F: drivers/net/qlge/
4782 W: http://www.alarsen.net/linux/qnx4fs/
4785 F: include/linux/qnx4_fs.h
4786 F: include/linux/qnxtypes.h
4788 RADEON FRAMEBUFFER DISPLAY DRIVER
4789 P: Benjamin Herrenschmidt
4790 M: benh@kernel.crashing.org
4791 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4793 F: drivers/video/aty/radeon*
4794 F: include/linux/radeonfb.h
4796 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4799 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4801 F: drivers/video/aty/aty128fb.c
4803 RALINK RT2X00 WIRELESS LAN DRIVER
4805 L: linux-wireless@vger.kernel.org
4806 L: users@rt2x00.serialmonkey.com
4807 W: http://rt2x00.serialmonkey.com/
4809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4810 F: drivers/net/wireless/rt2x00/
4812 RAMDISK RAM BLOCK DEVICE DRIVER
4816 F: Documentation/blockdev/ramdisk.txt
4817 F: drivers/block/brd.c
4819 RANDOM NUMBER DRIVER
4823 F: drivers/char/random.c
4827 M: mporter@kernel.crashing.org
4831 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4833 M: coreythomas@charter.net
4834 L: linux-wireless@vger.kernel.org
4836 F: drivers/net/wireless/ray*
4840 M: josh@freedesktop.org
4842 M: paulmck@linux.vnet.ibm.com
4844 F: Documentation/RCU/torture.txt
4845 F: kernel/rcutorture.c
4849 M: florian@openwrt.org
4852 RDC R6040 FAST ETHERNET DRIVER
4854 M: florian@openwrt.org
4855 L: netdev@vger.kernel.org
4857 F: drivers/net/r6040.c
4859 RDS - RELIABLE DATAGRAM SOCKETS
4861 M: andy.grover@oracle.com
4862 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4866 READ-COPY UPDATE (RCU)
4868 M: dipankar@in.ibm.com
4870 M: paulmck@linux.vnet.ibm.com
4871 W: http://www.rdrop.com/users/paulmck/rclock/
4873 F: Documentation/RCU/rcu.txt
4874 F: Documentation/RCU/rcuref.txt
4875 F: include/linux/rcupdate.h
4876 F: include/linux/srcu.h
4877 F: kernel/rcupdate.c
4879 REAL TIME CLOCK DRIVER
4881 M: p_gortmaker@yahoo.com
4883 F: Documentation/rtc.txt
4885 F: include/linux/rtc.h
4887 REAL TIME CLOCK (RTC) SUBSYSTEM
4889 M: a.zummo@towertech.it
4890 L: rtc-linux@googlegroups.com
4892 F: Documentation/rtc.txt
4894 F: include/linux/rtc.h
4896 REISERFS FILE SYSTEM
4897 L: reiserfs-devel@vger.kernel.org
4903 M: johannes@sipsolutions.net
4904 L: linux-wireless@vger.kernel.org
4906 F Documentation/rfkill.txt
4911 F: Documentation/serial/riscom8.txt
4912 F: drivers/char/riscom8*
4916 W: http://www.comtrol.com
4918 F: Documentation/serial/rocket.txt
4919 F: drivers/char/rocket*
4923 M: ralf@linux-mips.org
4924 L: linux-hams@vger.kernel.org
4925 W: http://www.linux-ax25.org/
4927 F: include/linux/rose.h
4928 F: include/net/rose.h
4931 RTL8180 WIRELESS DRIVER
4933 M: linville@tuxdriver.com
4934 L: linux-wireless@vger.kernel.org
4935 W: http://linuxwireless.org/
4936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4938 F: drivers/net/wireless/rtl818*
4940 RTL8187 WIRELESS DRIVER
4941 P: Herton Ronaldo Krzesinski
4942 M: herton@mandriva.com.br
4944 M: htl10@users.sourceforge.net
4946 M: Larry.Finger@lwfinger.net
4947 L: linux-wireless@vger.kernel.org
4948 W: http://linuxwireless.org/
4949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4951 F: drivers/net/wireless/rtl818x/rtl8187*
4953 S3 SAVAGE FRAMEBUFFER DRIVER
4955 M: adaplas@gmail.com
4956 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4958 F: drivers/video/savage/
4961 P: Martin Schwidefsky
4962 M: schwidefsky@de.ibm.com
4964 M: heiko.carstens@de.ibm.com
4965 M: linux390@de.ibm.com
4966 L: linux-s390@vger.kernel.org
4967 W: http://www.ibm.com/developerworks/linux/linux390/
4971 S390 NETWORK DRIVERS
4973 M: ursula.braun@de.ibm.com
4975 M: blaschka@linux.vnet.ibm.com
4976 M: linux390@de.ibm.com
4977 L: linux-s390@vger.kernel.org
4978 W: http://www.ibm.com/developerworks/linux/linux390/
4980 F: drivers/s390/net/
4984 M: felix.beck@de.ibm.com
4986 M: ralph.wuerthner@de.ibm.com
4987 M: linux390@de.ibm.com
4988 L: linux-s390@vger.kernel.org
4990 F: drivers/s390/crypto/
4994 M: christof.schmitt@de.ibm.com
4997 M: linux390@de.ibm.com
4998 L: linux-s390@vger.kernel.org
4999 W: http://www.ibm.com/developerworks/linux/linux390/
5001 F: Documentation/s390/zfcpdump.txt
5002 F: drivers/s390/scsi/zfcp_*
5004 S390 IUCV NETWORK LAYER
5006 M: ursula.braun@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/
5011 F: drivers/s390/net/*iucv*
5012 F: include/net/iucv/
5015 S3C24XX SD/MMC Driver
5017 M: ben-linux@fluff.org
5018 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5020 F: drivers/mmc/host/s3cmci.*
5022 SAA7146 VIDEO4LINUX-2 DRIVER
5025 L: linux-media@vger.kernel.org
5026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5027 W: http://www.mihu.de/linux/saa7146
5029 F: drivers/media/common/saa7146*
5030 F: drivers/media/video/*7146*
5031 F: include/media/*7146*
5035 M: zwane@arm.linux.org.uk
5037 F: drivers/watchdog/sc1200wdt.c
5043 M: peterz@infradead.org
5046 F: include/linux/sched.h
5051 L: linux-scsi@vger.kernel.org
5052 W: http://www.kernel.dk
5058 M: dgilbert@interlog.com
5059 L: linux-scsi@vger.kernel.org
5060 W: http://www.torque.net/sg
5062 F: drivers/scsi/sg.c
5063 F: include/scsi/sg.h
5066 P: James E.J. Bottomley
5067 M: James.Bottomley@HansenPartnership.com
5068 L: linux-scsi@vger.kernel.org
5069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5070 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5078 M: Kai.Makisara@kolumbus.fi
5079 L: linux-scsi@vger.kernel.org
5081 F: Documentation/scsi/st.txt
5086 M: vladislav.yasevich@hp.com
5087 P: Sridhar Samudrala
5089 L: linux-sctp@vger.kernel.org
5090 W: http://lksctp.sourceforge.net
5092 F: Documentation/networking/sctp.txt
5093 F: include/linux/sctp.h
5094 F: include/net/sctp/
5099 M: jim.cromie@gmail.com
5101 F: Documentation/i2c/busses/scx200_acb
5102 F: arch/x86/kernel/scx200_32.c
5103 F: drivers/watchdog/scx200_wdt.c
5104 F: drivers/i2c/busses/scx200*
5105 F: drivers/mtd/maps/scx200_docflash.c
5106 F: include/linux/scx200.h
5110 M: jim.cromie@gmail.com
5112 F: drivers/char/scx200_gpio.c
5113 F: include/linux/scx200_gpio.h
5115 SCx200 HRT CLOCKSOURCE DRIVER
5117 M: jim.cromie@gmail.com
5119 F: drivers/clocksource/scx200_hrt.c
5121 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5123 M: saschasommer@freenet.de
5124 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5126 F: drivers/mmc/host/sdricoh_cs.c
5128 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5131 L: sdhci-devel@lists.ossman.eu
5134 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5136 M: avorontsov@ru.mvista.com
5137 L: linuxppc-dev@ozlabs.org
5138 L: sdhci-devel@lists.ossman.eu
5140 F: drivers/mmc/host/sdhci.*
5142 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5144 M: ben-linux@fluff.org
5145 L: sdhci-devel@lists.ossman.eu
5147 F: drivers/mmc/host/sdhci-s3c.c
5151 M: jmorris@namei.org
5152 L: linux-security-module@vger.kernel.org (suggested Cc:)
5153 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5154 W: http://security.wiki.kernel.org/
5159 P: Security Officers
5160 M: security@kernel.org
5163 SELINUX SECURITY MODULE
5165 M: sds@tycho.nsa.gov
5167 M: jmorris@namei.org
5169 M: eparis@parisplace.org
5170 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5171 W: http://selinuxproject.org
5172 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5174 F: include/linux/selinux*
5175 F: security/selinux/
5179 M: jirislaby@gmail.com
5181 F: drivers/misc/phantom.c
5182 F: include/linux/phantom.h
5184 SERIAL ATA (SATA) SUBSYSTEM
5186 M: jgarzik@pobox.com
5187 L: linux-ide@vger.kernel.org
5188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5191 F: include/linux/ata.h
5192 F: include/linux/libata.h
5194 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5196 M: sathyap@serverengines.com
5197 P: Subbu Seetharaman
5198 M: subbus@serverengines.com
5199 L: netdev@vger.kernel.org
5200 W: http://www.serverengines.com
5202 F: drivers/net/benet/
5207 P: Robert Stonehouse
5208 M: linux-net-drivers@solarflare.com
5216 F: drivers/misc/sgi-gru/
5218 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5221 L: linux-ia64@vger.kernel.org
5223 F: Documentation/ia64/serial.txt
5224 F: drivers/serial/ioc?_serial.c
5225 F: include/linux/ioc?.h
5227 SGI VISUAL WORKSTATION 320 AND 540
5230 L: linux-visws-devel@lists.sf.net
5231 W: http://linux-visws.sf.net
5232 S: Maintained for 2.6.
5233 F: Documentation/sgi-visws.txt
5235 SGI XP/XPC/XPNET DRIVER
5239 F: drivers/misc/sgi-xp/
5241 SHARP LH SUPPORT (LH7952X & LH7A40X)
5244 W: http://projects.buici.com/arm
5245 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5247 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5248 F: arch/arm/mach-lh7a40x/
5249 F: drivers/serial/serial_lh7a40x.c
5250 F: drivers/usb/gadget/lh7a40*
5251 F: drivers/usb/host/ohci-lh7a40*
5254 P: Kristen Carlson Accardi
5255 M: kristen.c.accardi@intel.com
5256 L: linux-pci@vger.kernel.org
5258 F: drivers/pci/hotplug/shpchp*
5260 SIMTEC EB110ATX (Chalice CATS)
5263 M: support@simtec.co.uk
5264 W: http://www.simtec.co.uk/products/EB110ATX/
5267 SIMTEC EB2410ITX (BAST)
5270 M: support@simtec.co.uk
5271 W: http://www.simtec.co.uk/products/EB2410ITX/
5273 F: arch/arm/mach-s3c2410/
5274 F: drivers/*/*s3c2410*
5275 F: drivers/*/*/*s3c2410*
5277 SIS 190 ETHERNET DRIVER
5279 M: romieu@fr.zoreil.com
5280 L: netdev@vger.kernel.org
5282 F: drivers/net/sis190.c
5284 SIS 900/7016 FAST ETHERNET DRIVER
5286 M: venza@brownhat.org
5287 W: http://www.brownhat.org/sis900.html
5288 L: netdev@vger.kernel.org
5290 F: drivers/net/sis900.*
5292 SIS 96X I2C/SMBUS DRIVER
5294 M: mhoffman@lightlink.com
5295 L: linux-i2c@vger.kernel.org
5297 F: Documentation/i2c/busses/i2c-sis96x
5298 F: drivers/i2c/busses/i2c-sis96x.c
5300 SIS FRAMEBUFFER DRIVER
5301 P: Thomas Winischhofer
5302 M: thomas@winischhofer.net
5303 W: http://www.winischhofer.net/linuxsisvga.shtml
5305 F: Documentation/fb/sisfb.txt
5306 F: drivers/video/sis/
5307 F: include/video/sisfb.h
5310 P: Thomas Winischhofer
5311 M: thomas@winischhofer.net
5312 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5314 F: drivers/usb/misc/sisusbvga/
5316 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5317 P: Stephen Hemminger
5318 M: shemminger@linux-foundation.org
5319 L: netdev@vger.kernel.org
5321 F: drivers/net/skge.*
5322 F: drivers/net/sky2.*
5325 P: Christoph Lameter
5326 M: cl@linux-foundation.org
5328 M: penberg@cs.helsinki.fi
5331 L: linux-mm@kvack.org
5333 F: include/linux/sl?b*.h
5336 SMC91x ETHERNET DRIVER
5340 F: drivers/net/smc91x.*
5342 SMSC47B397 HARDWARE MONITOR DRIVER
5344 M: mhoffman@lightlink.com
5345 L: lm-sensors@lm-sensors.org
5347 F: Documentation/hwmon/smsc47b397
5348 F: drivers/hwmon/smsc47b397.c
5350 SMSC911x ETHERNET DRIVER
5351 P: Steve Glendinning
5352 M: steve.glendinning@smsc.com
5353 L: netdev@vger.kernel.org
5355 F: include/linux/smsc911x.h
5356 F: drivers/net/smsc911x.*
5358 SMSC9420 PCI ETHERNET DRIVER
5359 P: Steve Glendinning
5360 M: steve.glendinning@smsc.com
5361 L: netdev@vger.kernel.org
5363 F: drivers/net/smsc9420.*
5367 M: bn@niasdigital.com
5369 F: drivers/uio/uio_smx.c
5371 SN-IA64 (Itanium) SUB-PLATFORM
5374 L: linux-altix@sgi.com
5375 L: linux-ia64@vger.kernel.org
5376 W: http://www.sgi.com/altix
5380 SOC-CAMERA V4L2 SUBSYSTEM
5381 P: Guennadi Liakhovetski
5382 M: g.liakhovetski@gmx.de
5383 L: linux-media@vger.kernel.org
5384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5386 F: include/media/v4l2*
5387 F: drivers/media/video/v4l2*
5389 SOEKRIS NET48XX LED SUPPORT
5393 F: drivers/leds/leds-net48xx.c
5395 SOFTWARE RAID (Multiple Disks) SUPPORT
5398 L: linux-raid@vger.kernel.org
5401 F: include/linux/raid/
5403 SONIC NETWORK DRIVER
5404 P: Thomas Bogendoerfer
5405 M: tsbogend@alpha.franken.de
5406 L: netdev@vger.kernel.org
5408 F: drivers/net/sonic.*
5410 SONICS SILICON BACKPLANE DRIVER (SSB)
5413 L: netdev@vger.kernel.org
5416 F: include/linux/ssb/
5418 SONY VAIO CONTROL DEVICE DRIVER
5420 M: malattia@linux.it
5421 L: linux-acpi@vger.kernel.org
5422 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5424 F: Documentation/laptops/sony-laptop.txt
5425 F: drivers/char/sonypi.c
5426 F: drivers/platform/x86/sony-laptop.c
5427 F: include/linux/sony-laptop.h
5429 SONY MEMORYSTICK CARD SUPPORT
5432 W: http://tifmxx.berlios.de/
5434 F: drivers/memstick/host/tifm_ms.c
5441 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5442 W: http://www.alsa-project.org/
5443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5444 T: git git://git.alsa-project.org/alsa-kernel.git
5446 F: Documentation/sound/
5450 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5452 M: lrg@slimlogic.co.uk
5454 M: broonie@opensource.wolfsonmicro.com
5455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5456 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5457 W: http://alsa-project.org/main/index.php/ASoC
5460 F: include/sound/soc*
5462 SPARC + UltraSPARC (sparc/sparc64)
5464 M: davem@davemloft.net
5465 L: sparclinux@vger.kernel.org
5466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5471 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5473 M: R.E.Wolff@BitWizard.nl
5475 F: Documentation/serial/specialix.txt
5476 F: drivers/char/specialix*
5480 M: dbrownell@users.sourceforge.net
5481 L: spi-devel-general@lists.sourceforge.net
5483 F: Documentation/spi/
5485 F: include/linux/spi/
5487 SPIDERNET NETWORK DRIVER for CELL
5489 M: kou.ishizaki@toshiba.co.jp
5492 L: netdev@vger.kernel.org
5494 F: Documentation/networking/spider_net.txt
5495 F: drivers/net/spider_net*
5500 L: linuxppc-dev@ozlabs.org
5501 L: cbe-oss-dev@ozlabs.org
5502 W: http://www.ibm.com/developerworks/power/cell/
5504 F: Documentation/filesystems/spufs.txt
5505 F: arch/powerpc/platforms/cell/spufs/
5507 SQUASHFS FILE SYSTEM
5509 M: phillip@lougher.demon.co.uk
5510 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5511 W: http://squashfs.org.uk
5513 F: Documentation/filesystems/squashfs.txt
5516 SRM (Alpha) environment access
5517 P: Jan-Benedict Glaw
5518 M: jbglaw@lug-owl.de
5520 F: arch/alpha/kernel/srm_env.c
5523 P: Greg Kroah-Hartman
5526 M: chrisw@sous-sol.org
5527 L: stable@kernel.org
5531 P: Greg Kroah-Hartman
5533 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5534 L: devel@driverdev.osuosl.org
5538 STARFIRE/DURALAN NETWORK DRIVER
5540 M: ionut@cs.columbia.edu
5542 F: drivers/net/starfire*
5544 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5545 W: http://mosquitonet.Stanford.EDU/strip.html
5547 F: drivers/net/wireless/strip.c
5548 F: include/linux/if_strip.h
5550 STRADIS MPEG-2 DECODER DRIVER
5553 W: http://www.stradis.com/
5555 F: drivers/media/video/stradis.c
5560 W: http://sammy.net/sun3/
5562 F: arch/m68k/kernel/*sun3*
5564 F: arch/m68k/include/asm/sun3*
5568 M: lethal@linux-sh.org
5569 L: linux-sh@vger.kernel.org
5570 W: http://www.linux-sh.org
5571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5573 F: Documentation/sh/
5579 M: len.brown@intel.com
5582 P: Rafael J. Wysocki
5584 L: linux-pm@lists.linux-foundation.org
5586 F: Documentation/power/
5587 F: arch/x86/kernel/acpi/
5588 F: drivers/base/power/
5590 F: include/linux/suspend.h
5591 F: include/linux/freezer.h
5592 F: include/linux/pm.h
5597 L: linux-video@atrey.karlin.mff.cuni.cz
5599 F: Documentation/svga.txt
5600 F: arch/x86/boot/video*
5603 P: Christoph Hellwig
5604 M: hch@infradead.org
5606 F: Documentation/filesystems/sysv-fs.txt
5608 F: include/linux/sysv_fs.h
5610 TASKSTATS STATISTICS INTERFACE
5612 M: balbir@linux.vnet.ibm.com
5614 F: Documentation/accounting/taskstats*
5615 F: include/linux/taskstats*
5616 F: kernel/taskstats.c
5621 L: netdev@vger.kernel.org
5623 F: include/linux/pkt_cls.h
5624 F: include/net/pkt_cls.h
5627 TCP LOW PRIORITY MODULE
5628 P: Wong Hoi Sing, Edison
5629 M: hswong3i@gmail.com
5630 P: Hung Hing Lun, Mike
5631 M: hlhung3i@gmail.com
5632 W: http://tcp-lp-mod.sourceforge.net/
5634 F: net/ipv4/tcp_lp.c
5636 TEHUTI ETHERNET DRIVER
5637 P: Alexander Indenbaum
5638 M: baum@tehutinetworks.net
5640 M: andy@greyhouse.net
5641 L: netdev@vger.kernel.org
5643 F: drivers/net/tehuti*
5645 Telecom Clock Driver for MCPL0010
5647 M: mark.gross@intel.com
5649 F: drivers/char/tlclk.c
5651 TENSILICA XTENSA PORT (xtensa)
5657 THINKPAD ACPI EXTRAS DRIVER
5658 P: Henrique de Moraes Holschuh
5659 M: ibm-acpi@hmh.eng.br
5660 L: ibm-acpi-devel@lists.sourceforge.net
5661 W: http://ibm-acpi.sourceforge.net
5662 W: http://thinkwiki.org/wiki/Ibm-acpi
5663 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5665 F: drivers/platform/x86/thinkpad_acpi.c
5667 TI FLASH MEDIA INTERFACE DRIVER
5671 F: drivers/misc/tifm*
5672 F: drivers/mmc/host/tifm_sd.c
5673 F: include/linux/tifm.h
5677 M: per.liden@ericsson.com
5679 M: jon.maloy@ericsson.com
5681 M: allan.stephens@windriver.com
5682 L: tipc-discussion@lists.sourceforge.net
5683 W: http://tipc.sourceforge.net/
5684 W: http://tipc.cslab.ericsson.net/
5685 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5687 F: include/linux/tipc*.h
5688 F: include/net/tipc/
5694 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5695 W: http://sourceforge.net/projects/tlan/
5697 F: Documentation/networking/tlan.txt
5698 F: drivers/net/tlan.*
5700 TOMOYO SECURITY MODULE
5702 M: takedakn@nttdata.co.jp
5704 M: penguin-kernel@I-love.SAKURA.ne.jp
5705 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5706 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5707 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5708 W: http://tomoyo.sourceforge.jp/
5709 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5713 TOSHIBA ACPI EXTRAS DRIVER
5715 F: drivers/platform/x86/toshiba_acpi.c
5719 M: jonathan@buzzard.org.uk
5720 L: tlinux-users@tce.toshiba-dme.co.jp
5721 W: http://www.buzzard.org.uk/toshiba/
5723 F: drivers/char/toshiba.c
5724 F: include/linux/toshiba.h
5728 M: ian@mnementh.co.uk
5730 F: drivers/mmc/host/tmio_mmc.*
5732 TMPFS (SHMEM FILESYSTEM)
5734 M: hugh.dickins@tiscali.co.uk
5735 L: linux-mm@kvack.org
5737 F: include/linux/shmem_fs.h
5742 M: debora@linux.vnet.ibm.com
5744 M: srajiv@linux.vnet.ibm.com
5745 W: http://tpmdd.sourceforge.net
5747 M: m.selhorst@sirrix.com
5748 W: http://www.sirrix.com
5749 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5751 F: drivers/char/tpm/
5755 M: trivial@kernel.org
5756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5758 F: drivers/char/tty_*
5759 F: drivers/serial/serial_core.c
5760 F: include/linux/serial_core.h
5761 F: include/linux/serial.h
5762 F: include/linux/tty.h
5766 M: alan@lxorguk.ukuu.org.uk
5768 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5770 TULIP NETWORK DRIVERS
5772 M: grundler@parisc-linux.org
5775 L: netdev@vger.kernel.org
5777 F: drivers/net/tulip/
5780 P: Maxim Krasnyansky
5781 M: maxk@qualcomm.com
5782 L: vtun@office.satix.net
5783 W: http://vtun.sourceforge.net/tun
5785 F: Documentation/networking/tuntap.txt
5786 F: arch/um/os-Linux/drivers/
5788 TURBOCHANNEL SUBSYSTEM
5789 P: Maciej W. Rozycki
5790 M: macro@linux-mips.org
5793 F: include/linux/tc.h
5797 M: ballabio_dario@emc.com
5798 L: linux-scsi@vger.kernel.org
5800 F: drivers/scsi/u14-34f.c
5802 UBI FILE SYSTEM (UBIFS)
5804 M: dedekind@infradead.org
5806 M: ext-adrian.hunter@nokia.com
5807 L: linux-mtd@lists.infradead.org
5808 T: git git://git.infradead.org/ubifs-2.6.git
5809 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5811 F: Documentation/filesystems/ubifs.txt
5814 UCLINUX (AND M68KNOMMU)
5817 W: http://www.uclinux.org/
5818 L: uclinux-dev@uclinux.org (subscribers-only)
5822 UCLINUX FOR RENESAS H8/300 (H8300)
5824 M: ysato@users.sourceforge.jp
5825 W: http://uclinux-h8.sourceforge.jp/
5831 W: http://linux-udf.sourceforge.net
5833 F: Documentation/filesystems/udf.txt
5837 P: Evgeniy Dushistov
5838 M: dushistov@mail.ru
5840 F: Documentation/filesystems/ufs.txt
5843 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5845 M: david.vrabel@csr.com
5846 L: linux-usb@vger.kernel.org
5849 F: include/linux/uwb.h
5850 F: include/linux/uwb/
5852 UNIFORM CDROM DRIVER
5855 W: http://www.kernel.dk
5857 F: Documentation/cdrom/
5858 F: drivers/cdrom/cdrom.c
5859 F: include/linux/cdrom.h
5861 UNSORTED BLOCK IMAGES (UBI)
5863 M: dedekind@infradead.org
5864 W: http://www.linux-mtd.infradead.org/
5865 L: linux-mtd@lists.infradead.org
5866 T: git git://git.infradead.org/ubi-2.6.git
5869 F: include/linux/mtd/ubi.h
5870 F: include/mtd/ubi-user.h
5874 M: oliver@neukum.name
5875 L: linux-usb@vger.kernel.org
5877 F: Documentation/usb/acm.txt
5878 F: drivers/usb/class/cdc-acm.*
5880 USB BLOCK DRIVER (UB ub)
5882 M: zaitcev@redhat.com
5883 L: linux-usb@vger.kernel.org
5885 F: drivers/block/ub.c
5887 USB CDC ETHERNET DRIVER
5888 P: Greg Kroah-Hartman
5890 L: linux-usb@vger.kernel.org
5892 W: http://www.kroah.com/linux-usb/
5893 F: drivers/net/usb/cdc_*.c
5894 F: include/linux/usb/cdc.h
5896 USB CYPRESS C67X00 DRIVER
5898 M: jacmet@sunsite.dk
5899 L: linux-usb@vger.kernel.org
5901 F: drivers/usb/c67x00/
5903 USB DAVICOM DM9601 DRIVER
5905 M: jacmet@sunsite.dk
5906 L: netdev@vger.kernel.org
5907 W: http://www.linux-usb.org/usbnet
5909 F: drivers/net/usb/dm9601.c
5911 USB DIAMOND RIO500 DRIVER
5914 L: rio500-users@lists.sourceforge.net
5915 W: http://rio500.sourceforge.net
5917 F: drivers/usb/misc/rio500*
5921 M: dbrownell@users.sourceforge.net
5922 L: linux-usb@vger.kernel.org
5924 F: Documentation/usb/ehci.txt
5925 F: drivers/usb/host/ehci*
5927 USB ET61X[12]51 DRIVER
5929 M: luca.risolia@studio.unibo.it
5930 L: linux-usb@vger.kernel.org
5931 L: linux-media@vger.kernel.org
5932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5933 W: http://www.linux-projects.org
5935 F: drivers/media/video/et61x251/
5937 USB GADGET/PERIPHERAL SUBSYSTEM
5939 M: dbrownell@users.sourceforge.net
5940 L: linux-usb@vger.kernel.org
5941 W: http://www.linux-usb.org/gadget
5943 F: drivers/usb/gadget/
5944 F: include/linux/usb/gadget*
5946 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5949 L: linux-usb@vger.kernel.org
5950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5952 F: Documentation/usb/hiddev.txt
5953 F: drivers/hid/usbhid/
5957 M: ok@artecdesign.ee
5958 L: linux-usb@vger.kernel.org
5960 F: drivers/usb/host/isp116x*
5961 F: include/linux/usb/isp116x.h
5963 USB KAWASAKI LSI DRIVER
5965 M: oliver@neukum.name
5966 L: linux-usb@vger.kernel.org
5968 F: drivers/usb/serial/kl5kusb105.*
5970 USB MASS STORAGE DRIVER
5972 M: mdharm-usb@one-eyed-alien.net
5973 L: linux-usb@vger.kernel.org
5974 L: usb-storage@lists.one-eyed-alien.net
5976 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5977 F: drivers/usb/storage/
5981 M: dbrownell@users.sourceforge.net
5982 L: linux-usb@vger.kernel.org
5984 F: Documentation/usb/ohci.txt
5985 F: drivers/usb/host/ohci*
5987 USB OPTION-CARD DRIVER
5989 M: smurf@smurf.noris.de
5990 L: linux-usb@vger.kernel.org
5992 F: drivers/usb/serial/option.c
5996 M: mmcclell@bigfoot.com
5997 L: linux-usb@vger.kernel.org
5998 W: http://alpha.dyndns.org/ov511/
6000 F: drivers/media/video/ov511.*
6004 M: petkan@users.sourceforge.net
6005 L: linux-usb@vger.kernel.org
6006 L: netdev@vger.kernel.org
6007 W: http://pegasus2.sourceforge.net/
6009 F: drivers/net/usb/pegasus.*
6011 USB PRINTER DRIVER (usblp)
6013 M: zaitcev@redhat.com
6014 L: linux-usb@vger.kernel.org
6016 F: drivers/usb/class/usblp.c
6020 M: petkan@users.sourceforge.net
6021 L: linux-usb@vger.kernel.org
6022 L: netdev@vger.kernel.org
6023 W: http://pegasus2.sourceforge.net/
6025 F: drivers/net/usb/rtl8150.c
6030 L: linux-usb@vger.kernel.org
6031 W: http://www.chello.nl/~j.vreeken/se401/
6033 F: Documentation/video4linux/se401.txt
6034 F: drivers/media/video/se401.*
6036 USB SERIAL BELKIN F5U103 DRIVER
6037 P: William Greathouse
6038 M: wgreathouse@smva.com
6039 L: linux-usb@vger.kernel.org
6041 F: drivers/usb/serial/belkin_sa.*
6043 USB SERIAL CYPRESS M8 DRIVER
6045 M: dignome@gmail.com
6046 L: linux-usb@vger.kernel.org
6048 W: http://geocities.com/i0xox0i
6049 W: http://firstlight.net/cvs
6050 F: drivers/usb/serial/cypress_m8.*
6052 USB SERIAL CYBERJACK DRIVER
6053 P: Matthias Bruestle and Harald Welte
6054 M: support@reiner-sct.com
6055 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6057 F: drivers/usb/serial/cyberjack.c
6059 USB SERIAL DIGI ACCELEPORT DRIVER
6060 P: Peter Berger and Al Borchers
6061 M: pberger@brimson.com
6062 M: alborchers@steinerpoint.com
6063 L: linux-usb@vger.kernel.org
6065 F: drivers/usb/serial/digi_acceleport.c
6068 P: Greg Kroah-Hartman
6070 L: linux-usb@vger.kernel.org
6072 F: Documentation/usb/usb-serial.txt
6073 F: drivers/usb/serial/generic.c
6074 F: drivers/usb/serial/usb-serial.c
6075 F: include/linux/usb/serial.h
6077 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6079 M: xavyer@ix.netcom.com
6080 L: linux-usb@vger.kernel.org
6082 F: drivers/usb/serial/empeg.c
6084 USB SERIAL KEYSPAN DRIVER
6085 P: Greg Kroah-Hartman
6087 L: linux-usb@vger.kernel.org
6088 W: http://www.kroah.com/linux/
6090 F: drivers/usb/serial/*keyspan*
6092 USB SERIAL WHITEHEAT DRIVER
6093 P: Support Department
6094 M: support@connecttech.com
6095 L: linux-usb@vger.kernel.org
6096 W: http://www.connecttech.com
6098 F: drivers/usb/serial/whiteheat*
6100 USB SMSC95XX ETHERNET DRIVER
6101 P: Steve Glendinning
6102 M: steve.glendinning@smsc.com
6103 L: netdev@vger.kernel.org
6105 F: drivers/net/usb/smsc95xx.*
6109 M: luca.risolia@studio.unibo.it
6110 L: linux-usb@vger.kernel.org
6111 L: linux-media@vger.kernel.org
6112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6113 W: http://www.linux-projects.org
6115 F: Documentation/video4linux/sn9c102.txt
6116 F: drivers/media/video/sn9c102/
6119 P: Greg Kroah-Hartman
6121 L: linux-usb@vger.kernel.org
6122 W: http://www.linux-usb.org
6123 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6125 F: Documentation/usb/
6128 F: include/linux/usb.h
6129 F: include/linux/usb/
6133 M: stern@rowland.harvard.edu
6134 L: linux-usb@vger.kernel.org
6136 F: drivers/usb/host/uhci*
6138 USB "USBNET" DRIVER FRAMEWORK
6140 M: dbrownell@users.sourceforge.net
6141 L: netdev@vger.kernel.org
6142 W: http://www.linux-usb.org/usbnet
6144 F: drivers/net/usb/usbnet.c
6145 F: include/linux/usb/usbnet.h
6149 M: laurent.pinchart@skynet.be
6150 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6151 L: linux-media@vger.kernel.org
6152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6153 W: http://linux-uvc.berlios.de
6155 F: drivers/media/video/uvc/
6157 USB W996[87]CF DRIVER
6159 M: luca.risolia@studio.unibo.it
6160 L: linux-usb@vger.kernel.org
6161 L: linux-media@vger.kernel.org
6162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6163 W: http://www.linux-projects.org
6165 F: Documentation/video4linux/w9968cf.txt
6166 F: drivers/media/video/w996*
6168 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6170 M: jussi.kivilinna@mbnet.fi
6171 L: linux-wireless@vger.kernel.org
6173 F: drivers/net/wireless/rndis_wlan.c
6177 M: sarah.a.sharp@intel.com
6178 L: linux-usb@vger.kernel.org
6183 M: luca.risolia@studio.unibo.it
6184 L: linux-usb@vger.kernel.org
6185 L: linux-media@vger.kernel.org
6186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6187 W: http://www.linux-projects.org
6189 F: Documentation/video4linux/zc0301.txt
6190 F: drivers/media/video/zc0301/
6195 L: linux-usb@vger.kernel.org
6196 W: http://linux-lc100020.sourceforge.net
6198 F: drivers/net/wireless/zd1201.*
6202 M: royale@zerezo.com
6203 L: linux-usb@vger.kernel.org
6204 L: linux-media@vger.kernel.org
6205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6206 W: http://royale.zerezo.com/zr364xx/
6208 F: Documentation/video4linux/zr364xx.txt
6209 F: drivers/media/video/zr364xx.c
6211 USER-MODE LINUX (UML)
6213 M: jdike@addtoit.com
6214 L: user-mode-linux-devel@lists.sourceforge.net
6215 L: user-mode-linux-user@lists.sourceforge.net
6216 W: http://user-mode-linux.sourceforge.net
6218 F: Documentation/uml/
6225 M: hjk@linutronix.de
6226 P: Greg Kroah-Hartman
6229 F: Documentation/DocBook/uio-howto.tmpl
6231 F: include/linux/uio*.h
6233 UTIL-LINUX-NG PACKAGE
6236 L: util-linux-ng@vger.kernel.org
6237 W: http://kernel.org/~kzak/util-linux-ng/
6238 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6242 P: Michal Januszewski
6244 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6245 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6247 F: Documentation/fb/uvesafb.txt
6248 F: drivers/video/uvesafb.*
6250 VFAT/FAT/MSDOS FILESYSTEM
6252 M: hirofumi@mail.parknet.co.jp
6254 F: Documentation/filesystems/vfat.txt
6257 VIA RHINE NETWORK DRIVER
6261 F: drivers/net/via-rhine.c
6265 M: khali@linux-fr.org
6266 L: linux-i2c@vger.kernel.org
6268 F: Documentation/i2c/busses/i2c-viapro
6269 F: drivers/i2c/busses/i2c-viapro.c
6271 VIA SD/MMC CARD CONTROLLER DRIVER
6273 M: JosephChan@via.com.tw
6275 M: HaraldWelte@viatech.com
6277 F: drivers/mmc/host/via-sdmmc.c
6279 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6281 M: JosephChan@via.com.tw
6283 M: ScottFang@viatech.com.cn
6284 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6286 F: drivers/video/via/
6288 VIA VELOCITY NETWORK DRIVER
6290 M: romieu@fr.zoreil.com
6291 L: netdev@vger.kernel.org
6293 F: drivers/net/via-velocity.*
6298 L: netdev@vger.kernel.org
6300 F: drivers/net/macvlan.c
6301 F: include/linux/if_*vlan.h
6306 M: florian@openwrt.org
6307 L: openwrt-devel@lists.openwrt.org
6309 F: drivers/vlynq/vlynq.c
6310 F: include/linux/vlynq.h
6312 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6314 M: lrg@slimlogic.co.uk
6316 M: broonie@opensource.wolfsonmicro.com
6317 W: http://opensource.wolfsonmicro.com/node/15
6318 W: http://www.slimlogic.co.uk/?p=48
6319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6321 F: drivers/regulator/
6322 F: include/linux/regulator/
6324 VT1211 HARDWARE MONITOR DRIVER
6327 L: lm-sensors@lm-sensors.org
6329 F: Documentation/hwmon/vt1211
6330 F: drivers/hwmon/vt1211.c
6332 VT8231 HARDWARE MONITOR DRIVER
6334 M: vt8231@hiddenengine.co.uk
6335 L: lm-sensors@lm-sensors.org
6337 F: drivers/hwmon/vt8231.c
6339 W1 DALLAS'S 1-WIRE BUS
6341 M: johnpol@2ka.mipt.ru
6343 F: Documentation/w1/
6346 W83791D HARDWARE MONITORING DRIVER
6348 M: m.hulsman@tudelft.nl
6349 L: lm-sensors@lm-sensors.org
6351 F: Documentation/hwmon/w83791d
6352 F: drivers/hwmon/w83791d.c
6354 W83793 HARDWARE MONITORING DRIVER
6356 M: r.marek@assembler.cz
6357 L: lm-sensors@lm-sensors.org
6359 F: Documentation/hwmon/w83793
6360 F: drivers/hwmon/w83793.c
6362 W83L51xD SD/MMC CARD INTERFACE DRIVER
6366 F: drivers/mmc/host/wbsd.*
6368 WATCHDOG DEVICE DRIVERS
6371 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6373 F: Documentation/watchdog/
6374 F: drivers/watchdog/
6375 F: include/linux/watchdog.h
6377 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6380 L: linux-wireless@vger.kernel.org
6381 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6383 F: Documentation/networking/wavelan.txt
6384 F: drivers/net/wireless/wavelan*
6388 M: zaga@fly.cc.fer.hr
6389 L: linux-scsi@vger.kernel.org
6391 F: drivers/scsi/wd7000.c
6394 P: Inaky Perez-Gonzalez
6395 M: inaky.perez-gonzalez@intel.com
6396 M: linux-wimax@intel.com
6397 L: wimax@linuxwimax.org
6399 W: http://linuxwimax.org
6401 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6403 M: david.vrabel@csr.com
6405 F: include/linux/wlp.h
6408 WISTRON LAPTOP BUTTON DRIVER
6412 F: drivers/input/misc/wistron_btns.c
6414 WL3501 WIRELESS PCMCIA CARD DRIVER
6415 P: Arnaldo Carvalho de Melo
6416 M: acme@ghostprotocols.net
6417 L: linux-wireless@vger.kernel.org
6418 W: http://oops.ghostprotocols.net:81/blog
6420 F: drivers/net/wireless/wl3501*
6422 WM97XX TOUCHSCREEN DRIVERS
6424 M: broonie@opensource.wolfsonmicro.com
6426 M: lrg@slimlogic.co.uk
6427 L: linux-input@vger.kernel.org
6428 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6429 W: http://opensource.wolfsonmicro.com/node/7
6431 F: drivers/input/touchscreen/*wm97*
6432 F: include/linux/wm97xx.h
6436 M: eis@baty.hanse.de
6437 L: linux-x25@vger.kernel.org
6439 F: Documentation/networking/x25*
6443 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6445 M: tglx@linutronix.de
6451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6453 F: Documentation/x86/
6456 XEN HYPERVISOR INTERFACE
6457 P: Jeremy Fitzhardinge
6458 M: jeremy@xensource.com
6460 M: chrisw@sous-sol.org
6461 L: virtualization@lists.osdl.org
6462 L: xen-devel@lists.xensource.com
6465 F: drivers/*/xen-*front.c
6467 F: arch/x86/include/asm/xen/
6471 P: Silicon Graphics Inc
6474 M: xfs-masters@oss.sgi.com
6476 W: http://oss.sgi.com/projects/xfs
6477 T: git git://oss.sgi.com/xfs/xfs.git
6479 F: Documentation/filesystems/xfs.txt
6482 XILINX SYSTEMACE DRIVER
6484 M: grant.likely@secretlab.ca
6485 W: http://www.secretlab.ca/
6487 F: drivers/block/xsysace.c
6489 XILINX UARTLITE SERIAL DRIVER
6491 M: jacmet@sunsite.dk
6492 L: linux-serial@vger.kernel.org
6494 F: drivers/serial/uartlite.c
6496 YAM DRIVER FOR AX.25
6497 P: Jean-Paul Roubelat
6499 L: linux-hams@vger.kernel.org
6501 F: drivers/net/hamradio/yam*
6502 F: include/linux/yam.h
6504 YEALINK PHONE DRIVER
6506 M: Henk.Vergonet@gmail.com
6507 L: usbb2k-api-dev@nongnu.org
6509 F: Documentation/input/yealink.txt
6510 F: drivers/input/misc/yealink.*
6512 Z8530 DRIVER FOR AX.25
6515 W: http://yaina.de/jreuter/
6516 W: http://www.qsl.net/dl1bke/
6517 L: linux-hams@vger.kernel.org
6519 F: Documentation/networking/z8530drv.txt
6520 F: drivers/net/hamradio/*scc.c
6521 F: drivers/net/hamradio/z8530.h
6523 ZD1211RW WIRELESS DRIVER
6527 M: kune@deine-taler.de
6528 W: http://zd1211.ath.cx/wiki/DriverRewrite
6529 L: linux-wireless@vger.kernel.org
6530 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6532 F: drivers/net/wireless/zd1211rw/
6534 ZR36067 VIDEO FOR LINUX DRIVER
6535 L: mjpeg-users@lists.sourceforge.net
6536 L: linux-media@vger.kernel.org
6537 W: http://mjpeg.sourceforge.net/driver-zoran/
6538 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6540 F: drivers/media/video/zoran/
6542 ZS DECSTATION Z85C30 SERIAL DRIVER
6543 P: Maciej W. Rozycki
6544 M: macro@linux-mips.org
6546 F: drivers/serial/zs.*
6550 M: torvalds@linux-foundation.org
6551 L: linux-kernel@vger.kernel.org
6552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6553 S: Buried alive in reporters