2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
109 L: netdev@vger.kernel.org
111 F: drivers/net/3c505*
115 M: klassert@mathematik.tu-chemnitz.de
116 L: netdev@vger.kernel.org
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
123 M: dave@thedillows.org
124 L: netdev@vger.kernel.org
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
130 M: linuxraid@amcc.com
131 L: linux-scsi@vger.kernel.org
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
138 M: linuxraid@amcc.com
139 L: linux-scsi@vger.kernel.org
140 W: http://www.amcc.com
142 F: drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P: James E.J. Bottomley
146 M: James.Bottomley@HansenPartnership.com
147 L: linux-scsi@vger.kernel.org
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
153 M: ajk@comnets.uni-bremen.de
154 L: linux-hams@vger.kernel.org
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M: romieu@fr.zoreil.com
161 L: netdev@vger.kernel.org
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 M: alan@lxorguk.ukuu.org.uk
168 L: linux-serial@vger.kernel.org
169 W: http://serial.sourceforge.net
171 F: drivers/serial/8250*
172 F: include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
176 M: p_gortmaker@yahoo.com
177 L: netdev@vger.kernel.org
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
186 M: rminnich@sandia.gov
189 L: v9fs-developer@lists.sourceforge.net
190 W: http://swik.net/v9fs
191 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
193 F: Documentation/filesystems/9p.txt
196 A2232 SERIAL BOARD DRIVER
199 L: linux-m68k@lists.linux-m68k.org
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 M: aacraid@adaptec.com
206 L: linux-scsi@vger.kernel.org
207 W: http://www.adaptec.com/
209 F: Documentation/scsi/aacraid.txt
210 F: drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
214 M: j.w.r.degoede@hhs.nl
215 L: lm-sensors@lm-sensors.org
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
221 M: alistair@devzero.co.uk
222 L: lm-sensors@lm-sensors.org
224 F: drivers/hwmon/abituguru3.c
228 M: jes@trained-monkey.org
229 L: linux-acenic@sunsite.dk
231 F: drivers/net/acenic*
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
236 W: http://piie.net/?section=acerhdf
238 F: drivers/platform/x86/acerhdf.c
240 ACER WMI LAPTOP EXTRAS
242 M: carlos@strangeworlds.co.uk
243 L: aceracpi@googlegroups.com (subscribers-only)
244 W: http://code.google.com/p/aceracpi
246 F: drivers/platform/x86/acer-wmi.c
251 L: linux-acpi@vger.kernel.org
252 W: http://www.lesswatts.org/projects/acpi/
253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
256 F: drivers/pnp/pnpacpi/
257 F: include/linux/acpi.h
260 P: Alexey Starikovskiy
261 M: astarikovskiy@suse.de
262 L: linux-acpi@vger.kernel.org
263 W: http://www.lesswatts.org/projects/acpi/
265 F: drivers/acpi/battery.c
266 F: drivers/acpi/*sbs*
269 P: Alexey Starikovskiy
270 M: astarikovskiy@suse.de
271 L: linux-acpi@vger.kernel.org
272 W: http://www.lesswatts.org/projects/acpi/
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/fan.c
284 ACPI PCI HOTPLUG DRIVER
285 P: Kristen Carlson Accardi
286 M: kristen.c.accardi@intel.com
287 L: linux-pci@vger.kernel.org
289 F: drivers/pci/hotplug/acpi*
291 ACPI PROCESSOR AGGREGATOR DRIVER
293 M: shaohua.li@intel.com
294 L: linux-acpi@vger.kernel.org
295 W: http://www.lesswatts.org/projects/acpi/
297 F: drivers/acpi/acpi_pad.c
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/*thermal*
309 M: rui.zhang@intel.com
310 L: linux-acpi@vger.kernel.org
311 W: http://www.lesswatts.org/projects/acpi/
313 F: drivers/acpi/video.c
317 M: carlos@strangeworlds.co.uk
318 L: linux-acpi@vger.kernel.org
319 W: http://www.lesswatts.org/projects/acpi/
321 F: drivers/platform/x86/wmi.c
323 AD1889 ALSA SOUND DRIVER
327 M: T-Bone@parisc-linux.org
328 W: http://wiki.parisc-linux.org/AD1889
329 L: linux-parisc@vger.kernel.org
331 F: sound/pci/ad1889.*
333 ADM1025 HARDWARE MONITOR DRIVER
335 M: khali@linux-fr.org
336 L: lm-sensors@lm-sensors.org
338 F: Documentation/hwmon/adm1025
339 F: drivers/hwmon/adm1025.c
341 ADM1029 HARDWARE MONITOR DRIVER
343 M: corentin.labbe@geomatys.fr
344 L: lm-sensors@lm-sensors.org
346 F: drivers/hwmon/adm1029.c
348 ADM8211 WIRELESS DRIVER
350 M: flamingice@sourmilk.net
351 L: linux-wireless@vger.kernel.org
352 W: http://linuxwireless.org/
353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
355 F: drivers/net/wireless/adm8211.*
361 F: drivers/macintosh/therm_adt746x.c
366 L: linux-scsi@vger.kernel.org
368 F: Documentation/scsi/advansys.txt
369 F: drivers/scsi/advansys.c
372 P: Riccardo Facchetti
375 F: sound/oss/aedsp16.c
379 M: zippel@linux-m68k.org
381 F: Documentation/filesystems/affs.txt
384 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
386 M: dhowells@redhat.com
387 L: linux-afs@lists.infradead.org
390 F: include/net/af_rxrpc.h
391 F: net/rxrpc/af_rxrpc.c
396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
399 F: include/linux/agp*
402 P: Juergen E. Fischer
404 L: linux-scsi@vger.kernel.org
406 F: drivers/scsi/aha152x*
407 F: drivers/scsi/pcmcia/aha152x*
409 AIC7XXX / AIC79XX SCSI DRIVER
412 L: linux-scsi@vger.kernel.org
414 F: drivers/scsi/aic7xxx/
415 F: drivers/scsi/aic7xxx_old/
420 L: linux-aio@kvack.org
423 F: include/linux/*aio*.h
425 ALCATEL SPEEDTOUCH USB DRIVER
427 M: duncan.sands@free.fr
428 L: linux-usb@vger.kernel.org
429 W: http://www.linux-usb.org/SpeedTouch/
431 F: drivers/usb/atm/speedtch.c
432 F: drivers/usb/atm/usbatm.c
434 ALCHEMY AU1XX0 MMC DRIVER
436 M: manuel.lauss@gmail.com
438 F: drivers/mmc/host/au1xmmc.c
442 M: r.marek@assembler.cz
443 L: linux-i2c@vger.kernel.org
445 F: Documentation/i2c/busses/i2c-ali1563
446 F: drivers/i2c/busses/i2c-ali1563.c
451 S: Odd Fixes for 2.4; Maintained for 2.6.
453 M: ink@jurassic.park.msu.ru
454 S: Maintained for 2.4; PCI support for 2.6.
455 L: linux-alpha@vger.kernel.org
458 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
460 M: dahlmann.thomas@arcor.de
461 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
463 F: drivers/usb/gadget/amd5536udc.*
465 AMD GEODE PROCESSOR/CHIPSET SUPPORT
467 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
468 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
470 F: arch/x86/kernel/geode_32.c
471 F: drivers/char/hw_random/geode-rng.c
472 F: drivers/crypto/geode*
473 F: drivers/video/geode/
474 F: arch/x86/include/asm/geode.h
478 M: joerg.roedel@amd.com
479 L: iommu@lists.linux-foundation.org
480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
482 F: arch/x86/kernel/amd_iommu*.c
483 F: arch/x86/include/asm/amd_iommu*.h
485 AMD MICROCODE UPDATE SUPPORT
487 M: andreas.herrmann3@amd.com
488 L: amd64-microcode@amd64.org
490 F: arch/x86/kernel/microcode_amd.c
492 AMS (Apple Motion Sensor) DRIVER
494 M: stelian@popies.net
495 P: Michael Hanselmann
496 M: linux-kernel@hansmi.ch
498 F: drivers/hwmon/ams/
502 M: tom@opengridcomputing.com
504 M: swise@opengridcomputing.com
505 L: general@lists.openfabrics.org
507 F: drivers/infiniband/hw/amso1100/
509 AOA (Apple Onboard Audio) ALSA DRIVER
511 M: johannes@sipsolutions.net
512 L: linuxppc-dev@ozlabs.org
513 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
519 M: sfr@canb.auug.org.au
520 L: linux-laptop@vger.kernel.org
521 W: http://www.canb.auug.org.au/~sfr/
523 F: arch/x86/kernel/apm_32.c
524 F: include/linux/apm_bios.h
526 APPLE BCM5974 MULTITOUCH DRIVER
528 M: rydberg@euromail.se
529 L: linux-input@vger.kernel.org
531 F: drivers/input/mouse/bcm5974.c
535 M: nicolas@boichat.ch
536 L: mactel-linux-devel@lists.sourceforge.net
538 F: drivers/hwmon/applesmc.c
540 APPLETALK NETWORK LAYER
541 P: Arnaldo Carvalho de Melo
542 M: acme@ghostprotocols.net
544 F: drivers/net/appletalk/
547 APPLETOUCH TOUCHPAD DRIVER
549 M: johannes@sipsolutions.net
550 L: linux-input@vger.kernel.org
552 F: Documentation/input/appletouch.txt
553 F: drivers/input/mouse/appletouch.c
555 ARC FRAMEBUFFER DRIVER
557 M: jayalk@intworks.biz
559 F: drivers/video/arcfb.c
560 F: drivers/video/fb_defio.c
562 ARM MFM AND FLOPPY DRIVERS
566 F: arch/arm/lib/floppydma.S
567 F: arch/arm/include/asm/floppy.h
571 M: linux@arm.linux.org.uk
572 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573 W: http://www.arm.linux.org.uk/
577 ARM PRIMECELL MMCI PL180/1 DRIVER
579 F: drivers/mmc/host/mmci.*
581 ARM/ADI ROADRUNNER MACHINE SUPPORT
583 M: kernel@wantstofly.org
584 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 F: arch/arm/mach-ixp23xx/
587 F: arch/arm/mach-ixp23xx/include/mach/
589 ARM/ADS SPHERE MACHINE SUPPORT
591 M: kernel@wantstofly.org
592 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595 ARM/AFEB9260 MACHINE SUPPORT
597 M: slapin@ossfans.org
598 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601 ARM/AJECO 1ARM MACHINE SUPPORT
603 M: kernel@wantstofly.org
604 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
609 M: linux@maxim.org.za
610 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
611 W: http://maxim.org.za/at91_26.html
614 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
616 M: kernel@wantstofly.org
617 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
620 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
622 M: kernel@wantstofly.org
623 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
628 M: linux@arm.linux.org.uk
629 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 F: arch/arm/common/clkdev.c
631 F: arch/arm/include/asm/clkdev.h
633 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
635 M: mike@compulab.co.il
636 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
639 ARM/CORGI MACHINE SUPPORT
644 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
646 M: paulius.zaleckas@teltonika.lt
647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 T: git git://gitorious.org/linux-gemini/mainline.git
650 F: arch/arm/mach-gemini/
652 ARM/EBSA110 MACHINE SUPPORT
654 M: linux@arm.linux.org.uk
655 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656 W: http://www.arm.linux.org.uk/
658 F: arch/arm/mach-ebsa110/
659 F: drivers/net/arm/am79c961a.*
661 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
665 M: stefan@openezx.org
667 M: laforge@openezx.org
668 L: openezx-devel@lists.openezx.org (subscribers-only)
669 W: http://www.openezx.org/
671 T: topgit git://git.openezx.org/openezx.git
672 F: arch/arm/mach-pxa/ezx.c
674 ARM/FARADAY FA526 PORT
676 M: paulius.zaleckas@teltonika.lt
677 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
681 ARM/FOOTBRIDGE ARCHITECTURE
683 M: linux@arm.linux.org.uk
684 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
685 W: http://www.arm.linux.org.uk/
687 F: arch/arm/include/asm/hardware/dec21285.h
688 F: arch/arm/mach-footbridge/
690 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
692 M: kernel@pengutronix.de
693 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
696 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
698 M: kernel@wantstofly.org
699 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
702 ARM/GUMSTIX MACHINE SUPPORT
705 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
708 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
710 M: philipp.zabel@gmail.com
712 F: arch/arm/mach-pxa/hx4700.c
713 F: arch/arm/mach-pxa/include/mach/hx4700.h
715 ARM/HP JORNADA 7XX MACHINE SUPPORT
716 P: Kristoffer Ericson
717 M: kristoffer.ericson@gmail.com
721 ARM/INTEL IOP32X ARM ARCHITECTURE
723 M: kernel@wantstofly.org
725 M: dan.j.williams@intel.com
726 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
729 ARM/INTEL IOP33X ARM ARCHITECTURE
731 M: dan.j.williams@intel.com
732 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
735 ARM/INTEL IOP13XX ARM ARCHITECTURE
737 M: kernel@wantstofly.org
739 M: dan.j.williams@intel.com
740 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 ARM/INTEL IQ81342EX MACHINE SUPPORT
745 M: kernel@wantstofly.org
747 M: dan.j.williams@intel.com
748 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
751 ARM/INTEL IXP2000 ARM ARCHITECTURE
753 M: kernel@wantstofly.org
754 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
757 ARM/INTEL IXDP2850 MACHINE SUPPORT
759 M: kernel@wantstofly.org
760 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
763 ARM/INTEL IXP23XX ARM ARCHITECTURE
765 M: kernel@wantstofly.org
766 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
769 ARM/INTEL XSC3 (MANZANO) ARM CORE
771 M: kernel@wantstofly.org
773 M: dan.j.williams@intel.com
774 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
777 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
779 M: kernel@wantstofly.org
780 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
783 ARM/LOGICPD PXA270 MACHINE SUPPORT
785 M: kernel@wantstofly.org
786 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
789 ARM/MAGICIAN MACHINE SUPPORT
791 M: philipp.zabel@gmail.com
794 ARM/MIOA701 MACHINE SUPPORT
796 M: robert.jarzmik@free.fr
797 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
798 F: arch/arm/mach-pxa/mioa701.c
801 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
802 P: Michael Petchkovsky
803 M: mkpetch@internode.on.net
806 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
808 M: arhuaco@freaks-unidos.net
809 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
810 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
813 ARM/TOSA MACHINE SUPPORT
814 P: Dmitry Eremin-Solenikov
815 M: dbaryshkov@gmail.com
817 M: dirk@opfer-online.de
820 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
822 M: marek.vasut@gmail.com
823 W: http://hackndev.com
826 ARM/PALM TREO 680 SUPPORT
828 M: sleep_walker@suse.cz
829 W: http://hackndev.com
834 M: slapin@ossfans.org
835 W: http://hackndev.com
840 M: pleb@gelato.unsw.edu.au
841 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
844 ARM/PT DIGITAL BOARD PORT
846 M: stefan.eletzhofer@eletztrick.de
847 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
848 W: http://www.arm.linux.org.uk/
851 ARM/RADISYS ENP2611 MACHINE SUPPORT
853 M: kernel@wantstofly.org
854 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
857 ARM/RISCPC ARCHITECTURE
859 M: linux@arm.linux.org.uk
860 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W: http://www.arm.linux.org.uk/
863 F: arch/arm/common/time-acorn.c
864 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
865 F: arch/arm/include/asm/hardware/ioc.h
866 F: arch/arm/include/asm/hardware/iomd.h
867 F: arch/arm/include/asm/hardware/memc.h
868 F: arch/arm/mach-rpc/
869 F: drivers/net/arm/ether*
872 ARM/SHARK MACHINE SUPPORT
874 M: alex@shark-linux.de
875 W: http://www.shark-linux.de/shark.html
878 ARM/SAMSUNG ARM ARCHITECTURES
880 M: ben-linux@fluff.org
881 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
882 W: http://www.fluff.org/ben/linux/
884 F: arch/arm/plat-s3c/
885 F: arch/arm/plat-s3c24xx/
887 ARM/S3C2410 ARM ARCHITECTURE
889 M: ben-linux@fluff.org
890 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
891 W: http://www.fluff.org/ben/linux/
893 F: arch/arm/mach-s3c2410/
895 ARM/S3C2440 ARM ARCHITECTURE
897 M: ben-linux@fluff.org
898 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
899 W: http://www.fluff.org/ben/linux/
901 F: arch/arm/mach-s3c2440/
903 ARM/S3C2442 ARM ARCHITECTURE
905 M: ben-linux@fluff.org
906 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907 W: http://www.fluff.org/ben/linux/
909 F: arch/arm/mach-s3c2442/
911 ARM/S3C2443 ARM ARCHITECTURE
913 M: ben-linux@fluff.org
914 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
915 W: http://www.fluff.org/ben/linux/
917 F: arch/arm/mach-s3c2443/
919 ARM/S3C6400 ARM ARCHITECTURE
921 M: ben-linux@fluff.org
922 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
923 W: http://www.fluff.org/ben/linux/
925 F: arch/arm/mach-s3c6400/
927 ARM/S3C6410 ARM ARCHITECTURE
929 M: ben-linux@fluff.org
930 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
931 W: http://www.fluff.org/ben/linux/
933 F: arch/arm/mach-s3c6410/
935 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
937 M: kernel@wantstofly.org
938 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
941 ARM/THECUS N2100 MACHINE SUPPORT
943 M: kernel@wantstofly.org
944 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
947 ARM/NUVOTON W90X900 ARM ARCHITECTURE
949 M: mcuos.com@gmail.com
950 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
951 W: http://www.mcuos.com
956 M: linux@arm.linux.org.uk
957 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
958 W: http://www.arm.linux.org.uk/
964 L: netdev@vger.kernel.org
968 ASUS ACPI EXTRAS DRIVER
970 M: corentincj@iksaif.net
972 M: sziwan@users.sourceforge.net
973 L: acpi4asus-user@lists.sourceforge.net
974 W: http://acpi4asus.sf.net
976 F: arch/x86/kernel/acpi/boot.c
977 F: drivers/platform/x86/asus_acpi.c
979 ASUS ASB100 HARDWARE MONITOR DRIVER
981 M: mhoffman@lightlink.com
982 L: lm-sensors@lm-sensors.org
984 F: drivers/hwmon/asb100.c
986 ASUS LAPTOP EXTRAS DRIVER
988 M: corentincj@iksaif.net
989 L: acpi4asus-user@lists.sourceforge.net
990 W: http://acpi4asus.sf.net
992 F: drivers/platform/x86/asus-laptop.c
994 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
996 M: dan.j.williams@intel.com
998 M: maciej.sosnowski@intel.com
999 W: http://sourceforge.net/projects/xscaleiop
1001 F: Documentation/crypto/async-tx-api.txt
1004 F: include/linux/dmaengine.h
1005 F: include/linux/async_tx.h
1007 ATA OVER ETHERNET (AOE) DRIVER
1009 M: ecashin@coraid.com
1010 W: http://www.coraid.com/support/linux
1012 F: Documentation/aoe/
1013 F: drivers/block/aoe/
1015 ATHEROS ATH5K WIRELESS DRIVER
1017 M: jirislaby@gmail.com
1019 M: mickflemm@gmail.com
1020 P: Luis R. Rodriguez
1021 M: lrodriguez@atheros.com
1023 M: me@bobcopeland.com
1024 L: linux-wireless@vger.kernel.org
1025 L: ath5k-devel@lists.ath5k.org
1027 F: drivers/net/wireless/ath/ath5k/
1029 ATHEROS ATH9K WIRELESS DRIVER
1030 P: Luis R. Rodriguez
1031 M: lrodriguez@atheros.com
1033 M: jmalinen@atheros.com
1035 M: Sujith.Manoharan@atheros.com
1036 P: Vasanthakumar Thiagarajan
1037 M: vasanth@atheros.com
1038 P: Senthil Balasubramanian
1039 M: senthilkumar@atheros.com
1040 L: linux-wireless@vger.kernel.org
1041 L: ath9k-devel@lists.ath9k.org
1043 F: drivers/net/wireless/ath/ath9k/
1045 ATHEROS AR9170 WIRELESS DRIVER
1046 P: Christian Lamparter
1048 L: linux-wireless@vger.kernel.org
1049 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1051 F: drivers/net/wireless/ath/ar9170/
1057 F: drivers/input/misc/ati_remote2.c
1059 ATLX ETHERNET DRIVERS
1061 M: jcliburn@gmail.com
1063 M: csnook@redhat.com
1065 M: jie.yang@atheros.com
1066 L: atl1-devel@lists.sourceforge.net
1067 W: http://sourceforge.net/projects/atl1
1068 W: http://atl1.sourceforge.net
1070 F: drivers/net/atlx/
1074 M: chas@cmf.nrl.navy.mil
1075 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1076 L: netdev@vger.kernel.org
1077 W: http://linux-atm.sourceforge.net
1080 F: include/linux/atm*
1082 ATMEL AT91 MCI DRIVER
1084 M: nicolas.ferre@atmel.com
1085 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1086 W: http://www.atmel.com/products/AT91/
1087 W: http://www.at91.com/
1089 F: drivers/mmc/host/at91_mci.c
1091 ATMEL AT91 / AT32 MCI DRIVER
1093 M: nicolas.ferre@atmel.com
1095 F: drivers/mmc/host/atmel-mci.c
1096 F: drivers/mmc/host/atmel-mci-regs.h
1098 ATMEL AT91 / AT32 SERIAL DRIVER
1099 P: Haavard Skinnemoen
1100 M: hskinnemoen@atmel.com
1102 F: drivers/serial/atmel_serial.c
1106 M: nicolas.ferre@atmel.com
1107 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1109 F: drivers/video/atmel_lcdfb.c
1110 F: include/video/atmel_lcdc.h
1112 ATMEL MACB ETHERNET DRIVER
1113 P: Haavard Skinnemoen
1114 M: hskinnemoen@atmel.com
1116 F: drivers/net/macb.*
1119 P: Haavard Skinnemoen
1120 M: hskinnemoen@atmel.com
1122 F: drivers/spi/atmel_spi.*
1124 ATMEL USBA UDC DRIVER
1125 P: Haavard Skinnemoen
1126 M: hskinnemoen@atmel.com
1127 L: kernel@avr32linux.org
1128 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1130 F: drivers/usb/gadget/atmel_usba_udc.*
1132 ATMEL WIRELESS DRIVER
1134 M: simon@thekelleys.org.uk
1135 L: linux-wireless@vger.kernel.org
1136 W: http://www.thekelleys.org.uk/atmel
1137 W: http://atmelwlandriver.sourceforge.net/
1139 F: drivers/net/wireless/atmel*
1143 M: viro@zeniv.linux.org.uk
1145 M: eparis@redhat.com
1146 L: linux-audit@redhat.com (subscribers-only)
1147 W: http://people.redhat.com/sgrubb/audit/
1148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1150 F: include/linux/audit.h
1153 AUXILIARY DISPLAY DRIVERS
1154 P: Miguel Ojeda Sandonis
1155 M: miguel.ojeda.sandonis@gmail.com
1156 W: http://miguelojeda.es/auxdisplay.htm
1157 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1159 F: drivers/auxdisplay/
1160 F: include/linux/cfag12864b.h
1163 P: Haavard Skinnemoen
1164 M: hskinnemoen@atmel.com
1165 W: http://www.atmel.com/products/AVR32/
1166 W: http://avr32linux.org/
1167 W: http://avrfreaks.net/
1171 AVR32/AT32AP MACHINE SUPPORT
1172 P: Haavard Skinnemoen
1173 M: hskinnemoen@atmel.com
1175 F: arch/avr32/mach-at32ap/
1179 M: ralf@linux-mips.org
1180 L: linux-hams@vger.kernel.org
1181 W: http://www.linux-ax25.org/
1183 F: include/linux/ax25.h
1184 F: include/net/ax25.h
1191 M: stefano.brivio@polimi.it
1192 L: linux-wireless@vger.kernel.org
1193 W: http://linuxwireless.org/en/users/Drivers/b43
1195 F: drivers/net/wireless/b43/
1197 B43LEGACY WIRELESS DRIVER
1199 M: Larry.Finger@lwfinger.net
1201 M: stefano.brivio@polimi.it
1202 L: linux-wireless@vger.kernel.org
1203 W: http://linuxwireless.org/en/users/Drivers/b43
1205 F: drivers/net/wireless/b43legacy/
1207 BACKLIGHT CLASS/SUBSYSTEM
1209 M: rpurdie@rpsys.net
1211 F: drivers/video/backlight/
1212 F: include/linux/backlight.h
1214 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1216 M: t.sailer@alumni.ethz.ch
1217 L: linux-hams@vger.kernel.org
1218 W: http://www.baycom.org/~tom/ham/ham.html
1220 F: drivers/net/hamradio/baycom*
1223 P: Sergey S. Kostyliov
1224 M: rathamahata@php4.ru
1226 F: Documentation/filesystems/befs.txt
1230 P: Tigran A. Aivazian
1231 M: tigran@aivazian.fsnet.co.uk
1233 F: Documentation/filesystems/bfs.txt
1235 F: include/linux/bfs_fs.h
1237 BLACKFIN ARCHITECTURE
1239 M: vapier@gentoo.org
1240 L: uclinux-dist-devel@blackfin.uclinux.org
1241 W: http://blackfin.uclinux.org
1245 BLACKFIN EMAC DRIVER
1246 P: Michael Hennerich
1247 M: michael.hennerich@analog.com
1248 L: uclinux-dist-devel@blackfin.uclinux.org
1249 W: http://blackfin.uclinux.org
1251 F: drivers/net/bfin_mac.*
1255 M: vapier.adi@gmail.com
1256 L: uclinux-dist-devel@blackfin.uclinux.org
1257 W: http://blackfin.uclinux.org
1259 F: drivers/rtc/rtc-bfin.c
1261 BLACKFIN SERIAL DRIVER
1263 M: sonic.zhang@analog.com
1264 L: uclinux-dist-devel@blackfin.uclinux.org
1265 W: http://blackfin.uclinux.org
1267 F: drivers/serial/bfin_5xx.c
1269 BLACKFIN WATCHDOG DRIVER
1271 M: vapier.adi@gmail.com
1272 L: uclinux-dist-devel@blackfin.uclinux.org
1273 W: http://blackfin.uclinux.org
1275 F: drivers/watchdog/bfin_wdt.c
1277 BLACKFIN I2C TWI DRIVER
1279 M: sonic.zhang@analog.com
1280 L: uclinux-dist-devel@blackfin.uclinux.org
1281 W: http://blackfin.uclinux.org/
1283 F: drivers/i2c/busses/i2c-bfin-twi.c
1288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1294 M: joern@lazybastard.org
1295 L: linux-mtd@lists.infradead.org
1297 F: drivers/mtd/devices/block2mtd.c
1301 M: marcel@holtmann.org
1302 L: linux-bluetooth@vger.kernel.org
1303 W: http://www.bluez.org/
1305 F: drivers/bluetooth/
1309 M: marcel@holtmann.org
1310 L: linux-bluetooth@vger.kernel.org
1311 W: http://www.bluez.org/
1312 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1315 F: include/net/bluetooth/
1320 L: bonding-devel@lists.sourceforge.net
1321 W: http://sourceforge.net/projects/bonding/
1323 F: drivers/net/bonding/
1324 F: include/linux/if_bonding.h
1326 BROADCOM B44 10/100 ETHERNET DRIVER
1328 M: zambrano@broadcom.com
1329 L: netdev@vger.kernel.org
1331 F: drivers/net/b44.*
1333 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1335 M: mchan@broadcom.com
1336 L: netdev@vger.kernel.org
1338 F: drivers/net/bnx2.*
1339 F: drivers/net/bnx2_*
1341 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1343 M: eilong@broadcom.com
1344 L: netdev@vger.kernel.org
1346 F: drivers/net/bnx2x*
1348 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1350 M: mcarlson@broadcom.com
1352 M: mchan@broadcom.com
1353 L: netdev@vger.kernel.org
1355 F: drivers/net/tg3.*
1357 BSG (block layer generic sg v4 driver)
1359 M: fujita.tomonori@lab.ntt.co.jp
1360 L: linux-scsi@vger.kernel.org
1363 F: include/linux/bsg.h
1368 W: http://bu3sch.de/btgpio.php
1370 F: drivers/gpio/bt8xxgpio.c
1374 M: chris.mason@oracle.com
1375 L: linux-btrfs@vger.kernel.org
1376 W: http://btrfs.wiki.kernel.org/
1377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1379 F: Documentation/filesystems/btrfs.txt
1382 BTTV VIDEO4LINUX DRIVER
1383 P: Mauro Carvalho Chehab
1384 M: mchehab@infradead.org
1385 L: linux-media@vger.kernel.org
1386 W: http://linuxtv.org
1387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1389 F: Documentation/video4linux/bttv/
1390 F: drivers/media/video/bt8xx/bttv*
1392 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1394 M: dhowells@redhat.com
1395 L: linux-cachefs@redhat.com
1397 F: Documentation/filesystems/caching/cachefiles.txt
1400 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1403 L: linux-media@vger.kernel.org
1404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1406 F: Documentation/video4linux/cafe_ccic
1407 F: drivers/media/video/cafe_ccic*
1409 CALGARY x86-64 IOMMU
1414 L: discuss@x86-64.org
1416 F: arch/x86/kernel/pci-calgary_64.c
1417 F: arch/x86/kernel/tce_64.c
1418 F: arch/x86/include/asm/calgary.h
1419 F: arch/x86/include/asm/tce.h
1423 M: urs.thuermann@volkswagen.de
1425 M: oliver.hartkopp@volkswagen.de
1426 L: socketcan-core@lists.berlios.de (subscribers-only)
1427 W: http://developer.berlios.de/projects/socketcan/
1430 F: include/linux/can/
1431 F: include/linux/can.h
1434 P: Wolfgang Grandegger
1435 M: wg@grandegger.com
1436 L: socketcan-core@lists.berlios.de (subscribers-only)
1437 W: http://developer.berlios.de/projects/socketcan/
1440 CELL BROADBAND ENGINE ARCHITECTURE
1443 L: linuxppc-dev@ozlabs.org
1444 L: cbe-oss-dev@ozlabs.org
1445 W: http://www.ibm.com/developerworks/power/cell/
1447 F: arch/powerpc/include/asm/cell*.h
1448 F: arch/powerpc/include/asm/spu*.h
1449 F: arch/powerpc/oprofile/*cell*
1450 F: arch/powerpc/platforms/cell/
1452 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1454 M: david.vrabel@csr.com
1455 L: linux-usb@vger.kernel.org
1457 F: Documentation/usb/WUSB-Design-overview.txt
1458 F: Documentation/usb/wusb-cbaf
1459 F: drivers/usb/wusbcore/
1460 F: include/linux/usb/wusb*
1462 CFAG12864B LCD DRIVER
1463 P: Miguel Ojeda Sandonis
1464 M: miguel.ojeda.sandonis@gmail.com
1465 W: http://miguelojeda.es/auxdisplay.htm
1466 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1468 F: drivers/auxdisplay/cfag12864b.c
1469 F: include/linux/cfag12864b.h
1471 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1472 P: Miguel Ojeda Sandonis
1473 M: miguel.ojeda.sandonis@gmail.com
1474 W: http://miguelojeda.es/auxdisplay.htm
1475 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1477 F: drivers/auxdisplay/cfag12864bfb.c
1478 F: include/linux/cfag12864b.h
1480 CFG80211 and NL80211
1482 M: johannes@sipsolutions.net
1483 L: linux-wireless@vger.kernel.org
1485 F: include/linux/nl80211.h
1486 F: include/net/cfg80211.h
1488 X: net/wireless/wext*
1492 M: apw@canonical.com
1494 F: scripts/checkpatch.pl
1496 CISCO 10G ETHERNET DRIVER
1498 M: scofeldm@cisco.com
1500 M: jeykholt@cisco.com
1502 F: drivers/net/enic/
1504 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1505 P: Lennert Buytenhek
1506 M: kernel@wantstofly.org
1507 L: netdev@vger.kernel.org
1509 F: drivers/net/arm/ep93xx_eth.c
1511 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1512 P: Lennert Buytenhek
1513 M: kernel@wantstofly.org
1514 L: linux-usb@vger.kernel.org
1516 F: drivers/usb/host/ohci-ep93xx.c
1518 CIRRUS LOGIC CS4270 SOUND DRIVER
1520 M: timur@freescale.com
1521 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1523 F: sound/soc/codecs/cs4270*
1525 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1526 P: Cirrus Logic Corporation (kernel 2.2 driver)
1527 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1528 P: Nils Faerber (port to kernel 2.4)
1529 M: Nils Faerber <nils@kernelconcepts.de>
1531 F: Documentation/input/cs461x.txt
1532 F: sound/pci/cs46xx/
1536 M: linux@arm.linux.org.uk
1537 F: include/linux/clk.h
1539 CISCO FCOE HBA DRIVER
1540 P: Abhijeet Joglekar
1541 M: abjoglek@cisco.com
1543 M: jeykholt@cisco.com
1544 L: linux-scsi@vger.kernel.org
1546 F: drivers/scsi/fnic/
1550 M: jaharkes@cs.cmu.edu
1552 L: codalist@coda.cs.cmu.edu
1553 W: http://www.coda.cs.cmu.edu/
1555 F: Documentation/filesystems/coda.txt
1557 F: include/linux/coda*.h
1559 COMMON INTERNET FILE SYSTEM (CIFS)
1561 M: sfrench@samba.org
1562 L: linux-cifs-client@lists.samba.org
1563 L: samba-technical@lists.samba.org
1564 W: http://linux-cifs.samba.org/
1565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1567 F: Documentation/filesystems/cifs.txt
1570 COMPACTPCI HOTPLUG CORE
1572 M: scottm@somanetworks.com
1573 M: scott@spiteful.org
1574 L: linux-pci@vger.kernel.org
1576 F: drivers/pci/hotplug/cpci_hotplug*
1578 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1580 M: scottm@somanetworks.com
1581 M: scott@spiteful.org
1582 L: linux-pci@vger.kernel.org
1584 F: drivers/pci/hotplug/cpcihp_zt5550.*
1586 COMPACTPCI HOTPLUG GENERIC DRIVER
1588 M: scottm@somanetworks.com
1589 M: scott@spiteful.org
1590 L: linux-pci@vger.kernel.org
1592 F: drivers/pci/hotplug/cpcihp_generic.c
1594 COMPAL LAPTOP SUPPORT
1595 P: Cezary Jackiewicz
1596 M: cezary.jackiewicz@gmail.com
1598 F: drivers/platform/x86/compal-laptop.c
1600 COMPUTONE INTELLIPORT MULTIPORT CARD
1601 P: Michael H. Warfield
1603 W: http://www.wittsend.com/computone.html
1605 F: Documentation/serial/computone.txt
1606 F: drivers/char/ip2/
1608 CONEXANT ACCESSRUNNER USB DRIVER
1610 M: cxacru@fire.lp0.eu
1611 L: accessrunner-general@lists.sourceforge.net
1612 W: http://accessrunner.sourceforge.net/
1614 F: drivers/usb/atm/cxacru.c
1618 M: joel.becker@oracle.com
1621 F: include/linux/configfs.h
1626 L: netdev@vger.kernel.org
1628 F: drivers/connector/
1630 CONTROL GROUPS (CGROUPS)
1632 M: menage@google.com
1634 M: lizf@cn.fujitsu.com
1635 L: containers@lists.linux-foundation.org
1637 F: include/linux/cgroup*
1641 CORETEMP HARDWARE MONITORING DRIVER
1643 M: r.marek@assembler.cz
1644 L: lm-sensors@lm-sensors.org
1646 F: Documentation/hwmon/coretemp
1647 F: drivers/hwmon/coretemp.c
1649 COSA/SRP SYNC SERIAL DRIVER
1650 P: Jan "Yenya" Kasprzak
1652 W: http://www.fi.muni.cz/~kas/cosa/
1654 F: drivers/net/wan/cosa*
1656 CPMAC ETHERNET DRIVER
1658 M: florian@openwrt.org
1659 L: netdev@vger.kernel.org
1661 F: drivers/net/cpmac.c
1663 CPU FREQUENCY DRIVERS
1666 L: cpufreq@vger.kernel.org
1667 W: http://www.codemonkey.org.uk/projects/cpufreq/
1668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1670 F: arch/x86/kernel/cpu/cpufreq/
1672 F: include/linux/cpufreq.h
1678 F: arch/x86/kernel/cpuid.c
1679 F: arch/x86/kernel/msr.c
1683 M: menage@google.com
1684 W: http://www.bullopensource.org/cpuset/
1685 W: http://oss.sgi.com/projects/cpusets/
1687 F: Documentation/cgroups/cpusets.txt
1688 F: include/linux/cpuset.h
1692 W: http://sourceforge.net/projects/cramfs/
1694 F: Documentation/filesystems/cramfs.txt
1701 M: jesper.nilsson@axis.com
1702 L: linux-cris-kernel@axis.com
1703 W: http://developer.axis.com
1709 M: herbert@gondor.apana.org.au
1711 M: davem@davemloft.net
1712 L: linux-crypto@vger.kernel.org
1713 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1715 F: Documentation/crypto/
1721 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1723 M: nhorman@tuxdriver.com
1724 L: linux-crypto@vger.kernel.org
1727 CS5535 Audio ALSA driver
1729 M: jayakumar.alsa@gmail.com
1731 F: sound/pci/cs5535audio/
1733 CX18 VIDEO4LINUX DRIVER
1735 M: hverkuil@xs4all.nl
1738 L: ivtv-devel@ivtvdriver.org
1739 L: ivtv-users@ivtvdriver.org
1740 L: linux-media@vger.kernel.org
1741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1742 W: http://linuxtv.org
1744 F: Documentation/video4linux/cx18.txt
1745 F: drivers/media/video/cx18/
1747 CXGB3 ETHERNET DRIVER (CXGB3)
1750 L: netdev@vger.kernel.org
1751 W: http://www.chelsio.com
1753 F: drivers/net/cxgb3/
1755 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1757 M: swise@chelsio.com
1758 L: general@lists.openfabrics.org
1759 W: http://www.openfabrics.org
1761 F: drivers/infiniband/hw/cxgb3/
1765 M: linux@arm.linux.org.uk
1766 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1767 W: http://www.arm.linux.org.uk/
1769 F: drivers/video/cyber2000fb.*
1771 CYCLADES 2X SYNC CARD DRIVER
1772 P: Arnaldo Carvalho de Melo
1773 M: acme@ghostprotocols.net
1774 W: http://oops.ghostprotocols.net:81/blog
1776 F: drivers/net/wan/cycx*
1778 CYCLADES ASYNC MUX DRIVER
1779 W: http://www.cyclades.com/
1781 F: drivers/char/cyclades.c
1782 F: include/linux/cyclades.h
1784 CYCLADES PC300 DRIVER
1785 W: http://www.cyclades.com/
1787 F: drivers/net/wan/pc300*
1789 DAMA SLAVE for AX.25
1792 W: http://yaina.de/jreuter/
1793 W: http://www.qsl.net/dl1bke/
1794 L: linux-hams@vger.kernel.org
1796 F: net/ax25/af_ax25.c
1797 F: net/ax25/ax25_dev.c
1798 F: net/ax25/ax25_ds_*
1799 F: net/ax25/ax25_in.c
1800 F: net/ax25/ax25_out.c
1801 F: net/ax25/ax25_timer.c
1802 F: net/ax25/sysctl_net_ax25.c
1804 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1806 M: tori@unhappy.mine.nu
1807 L: netdev@vger.kernel.org
1809 F: Documentation/networking/dmfe.txt
1810 F: drivers/net/tulip/dmfe.c
1812 DC390/AM53C974 SCSI driver
1815 W: http://www.garloff.de/kurt/linux/dc390/
1816 P: Guennadi Liakhovetski
1817 M: g.liakhovetski@gmx.de
1819 F: drivers/scsi/tmscsim.*
1823 M: oliver@neukum.name
1827 M: lenehan@twibble.org
1828 W: http://twibble.org/dist/dc395x/
1829 L: dc395x@twibble.org
1830 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1832 F: Documentation/scsi/dc395x.txt
1833 F: drivers/scsi/dc395x.*
1836 P: Arnaldo Carvalho de Melo
1837 M: acme@ghostprotocols.net
1838 L: dccp@vger.kernel.org
1839 W: http://linux-net.osdl.org/index.php/DCCP
1841 F: include/linux/dccp.h
1842 F: include/linux/tfrc.h
1845 DECnet NETWORK LAYER
1846 P: Christine Caulfield
1847 M: christine.caulfield@googlemail.com
1848 W: http://linux-decnet.sourceforge.net
1849 L: linux-decnet-user@lists.sourceforge.net
1851 F: Documentation/networking/decnet.txt
1854 DEFXX FDDI NETWORK DRIVER
1855 P: Maciej W. Rozycki
1856 M: macro@linux-mips.org
1858 F: drivers/net/defxx.*
1862 M: mjg59@srcf.ucam.org
1864 F: drivers/platform/x86/dell-laptop.c
1866 DELL LAPTOP SMM DRIVER
1867 P: Massimo Dal Zotto
1869 W: http://www.debian.org/~dz/i8k/
1871 F: drivers/char/i8k.c
1872 F: include/linux/i8k.h
1874 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1876 M: Douglas_Warzecha@dell.com
1878 F: Documentation/dcdbas.txt
1879 F: drivers/firmware/dcdbas.*
1881 DELL WMI EXTRAS DRIVER
1883 M: mjg59@srcf.ucam.org
1886 DEVICE NUMBER REGISTRY
1888 M: device@lanana.org
1889 W: http://lanana.org/docs/device-list/index.html
1894 L: dm-devel@redhat.com
1895 W: http://sources.redhat.com/dm
1897 F: Documentation/device-mapper/
1899 F: include/linux/device-mapper.h
1900 F: include/linux/dm-*.h
1902 DIGI INTL. EPCA DRIVER
1903 P: Digi International, Inc
1904 M: Eng.Linux@digi.com
1905 L: Eng.Linux@digi.com
1906 W: http://www.digi.com
1908 F: Documentation/serial/digiepca.txt
1909 F: drivers/char/epca*
1910 F: drivers/char/digi*
1912 DIRECTORY NOTIFICATION (DNOTIFY)
1914 M: eparis@parisplace.org
1916 F: Documentation/filesystems/dnotify.txt
1917 F: fs/notify/dnotify/
1918 F: include/linux/dnotify.h
1920 DISK GEOMETRY AND PARTITION HANDLING
1923 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1924 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1925 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1932 F: Documentation/filesystems/quota.txt
1934 F: include/linux/quota*.h
1936 DISTRIBUTED LOCK MANAGER (DLM)
1937 P: Christine Caulfield
1938 M: ccaulfie@redhat.com
1940 M: teigland@redhat.com
1941 L: cluster-devel@redhat.com
1942 W: http://sources.redhat.com/cluster/
1943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1947 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1949 M: maciej.sosnowski@intel.com
1951 M: dan.j.williams@intel.com
1954 F: include/linux/dma*
1956 DME1737 HARDWARE MONITOR DRIVER
1959 L: lm-sensors@lm-sensors.org
1961 F: Documentation/hwmon/dme1737
1962 F: drivers/hwmon/dme1737.c
1964 DOCBOOK FOR DOCUMENTATION
1966 M: rdunlap@xenotime.net
1969 DOCKING STATION DRIVER
1971 M: shaohua.li@intel.com
1972 L: linux-acpi@vger.kernel.org
1974 F: drivers/acpi/dock.c
1978 M: rdunlap@xenotime.net
1979 L: linux-doc@vger.kernel.org
1984 P: James R. Van Zandt
1985 M: jrv@vanzandt.mv.com
1986 L: blinux-list@redhat.com
1988 F: drivers/char/dtlk.c
1989 F: include/linux/dtlk.h
1991 DPT_I2O SCSI RAID DRIVER
1992 P: Adaptec OEM Raid Solutions
1993 M: aacraid@adaptec.com
1994 L: linux-scsi@vger.kernel.org
1995 W: http://www.adaptec.com/
1997 F: drivers/scsi/dpt*
1998 F: drivers/scsi/dpt/
2000 DRIVER CORE, KOBJECTS, AND SYSFS
2001 P: Greg Kroah-Hartman
2003 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2005 F: Documentation/kobject.txt
2008 F: include/linux/kobj*
2014 L: dri-devel@lists.sourceforge.net
2015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2021 M: romieu@fr.zoreil.com
2022 L: netdev@vger.kernel.org
2024 F: drivers/net/wan/dscc4.c
2026 DZ DECSTATION DZ11 SERIAL DRIVER
2027 P: Maciej W. Rozycki
2028 M: macro@linux-mips.org
2030 F: drivers/serial/dz.*
2032 EATA-DMA SCSI DRIVER
2034 M: mike@i-Connect.Net
2035 L: linux-eata@i-connect.net
2036 L: linux-scsi@vger.kernel.org
2038 F: drivers/scsi/eata*
2040 EATA ISA/EISA/PCI SCSI DRIVER
2042 M: ballabio_dario@emc.com
2043 L: linux-scsi@vger.kernel.org
2045 F: drivers/scsi/eata.c
2047 EATA-PIO SCSI DRIVER
2049 M: mike@i-Connect.Net
2050 L: linux-eata@i-connect.net
2051 L: linux-scsi@vger.kernel.org
2053 F: drivers/scsi/eata_pio.*
2057 M: bart.de.schuymer@pandora.be
2058 L: ebtables-user@lists.sourceforge.net
2059 L: ebtables-devel@lists.sourceforge.net
2060 W: http://ebtables.sourceforge.net/
2062 F: include/linux/netfilter_bridge/ebt_*.h
2063 F: net/bridge/netfilter/ebt*.c
2067 M: tyhicks@linux.vnet.ibm.com
2069 M: kirkland@canonical.com
2070 L: ecryptfs-devel@lists.launchpad.net
2071 W: https://launchpad.net/ecryptfs
2073 F: Documentation/filesystems/ecryptfs.txt
2078 M: dougthompson@xmission.com
2079 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2080 W: bluesmoke.sourceforge.net
2082 F: Documentation/edac.txt
2083 F: drivers/edac/edac_*
2084 F: include/linux/edac.h
2088 M: dougthompson@xmission.com
2090 M: borislav.petkov@amd.com
2091 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2092 W: bluesmoke.sourceforge.net
2094 F: drivers/edac/amd64_edac*
2098 M: mark.gross@intel.com
2100 M: dougthompson@xmission.com
2101 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W: bluesmoke.sourceforge.net
2104 F: drivers/edac/e752x_edac.c
2108 M: dougthompson@xmission.com
2109 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W: bluesmoke.sourceforge.net
2112 F: drivers/edac/e7xxx_edac.c
2116 M: tim@buttersideup.com
2117 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2118 W: bluesmoke.sourceforge.net
2120 F: drivers/edac/i82443bxgx_edac.c
2124 M: juhlenko@akamai.com
2125 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2126 W: bluesmoke.sourceforge.net
2128 F: drivers/edac/i3000_edac.c
2132 M: dougthompson@xmission.com
2133 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2134 W: bluesmoke.sourceforge.net
2136 F: drivers/edac/i5000_edac.c
2139 P: Mauro Carvalho Chehab
2140 M: mchehab@redhat.com
2141 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2142 W: bluesmoke.sourceforge.net
2144 F: drivers/edac/i5400_edac.c
2147 P: Ranganathan Desikan
2148 M: ravi@jetztechnologies.com
2150 M: arvind@jetztechnologies.com
2151 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 W: bluesmoke.sourceforge.net
2154 F: drivers/edac/i82975x_edac.c
2159 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 W: bluesmoke.sourceforge.net
2162 F: drivers/edac/pasemi_edac.c
2166 M: tim@buttersideup.com
2167 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W: bluesmoke.sourceforge.net
2170 F: drivers/edac/r82600_edac.c
2172 EEEPC LAPTOP EXTRAS DRIVER
2174 M: corentincj@iksaif.net
2175 L: acpi4asus-user@lists.sourceforge.net
2176 W: http://acpi4asus.sf.net
2178 F: drivers/platform/x86/eeepc-laptop.c
2181 W: http://aeschi.ch.eu.org/efs/
2185 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2187 M: hnguyen@de.ibm.com
2189 M: raisch@de.ibm.com
2190 L: general@lists.openfabrics.org
2192 F: drivers/infiniband/hw/ehca/
2196 M: paul.gortmaker@windriver.com
2200 M: dwmw2@infradead.org
2201 L: linux-embedded@vger.kernel.org
2204 EMULEX LPFC FC SCSI DRIVER
2206 M: james.smart@emulex.com
2207 L: linux-scsi@vger.kernel.org
2208 W: http://sourceforge.net/projects/lpfcxxxx
2210 F: drivers/scsi/lpfc/
2212 ENE CB710 FLASH CARD READER DRIVER
2213 P: Michał Mirosław
2214 M: mirq-linux@rere.qmqm.pl
2215 L: linux-kernel@vger.kernel.org
2217 F: drivers/misc/cb710/
2218 F: drivers/mmc/host/cb710-mmc.*
2219 F: include/linux/cb710.h
2221 EPSON 1355 FRAMEBUFFER DRIVER
2222 P: Christopher Hoover
2223 M: ch@murgatroid.com
2224 P: Christopher Hoover
2227 F: drivers/video/epson1355fb.c
2229 EPSON S1D13XXX FRAMEBUFFER DRIVER
2230 P: Kristoffer Ericson
2231 M: kristoffer.ericson@gmail.com
2233 F: drivers/video/s1d13xxxfb.c
2234 F: include/video/s1d13xxxfb.h
2236 ETHEREXPRESS-16 NETWORK DRIVER
2239 L: netdev@vger.kernel.org
2241 F: drivers/net/eexpress.*
2244 P: Stephen Hemminger
2245 M: shemminger@linux-foundation.org
2246 L: bridge@lists.linux-foundation.org
2247 W: http://www.linux-foundation.org/en/Net:Bridge
2249 F: include/linux/netfilter_bridge/
2252 ETHERTEAM 16I DRIVER
2256 F: drivers/net/eth16i.c
2259 L: linux-ext4@vger.kernel.org
2261 F: Documentation/filesystems/ext2.txt
2263 F: include/linux/ext2*
2269 M: akpm@linux-foundation.org
2272 L: linux-ext4@vger.kernel.org
2274 F: Documentation/filesystems/ext3.txt
2276 F: include/linux/ext3*
2283 L: linux-ext4@vger.kernel.org
2284 W: http://ext4.wiki.kernel.org
2286 F: Documentation/filesystems/ext4.txt
2289 F71805F HARDWARE MONITORING DRIVER
2291 M: khali@linux-fr.org
2292 L: lm-sensors@lm-sensors.org
2294 F: Documentation/hwmon/f71805f
2295 F: drivers/hwmon/f71805f.c
2297 FARSYNC SYNCHRONOUS DRIVER
2299 M: kevin.curtis@farsite.co.uk
2300 W: http://www.farsite.co.uk/
2302 F: drivers/net/wan/farsync.*
2304 FAULT INJECTION SUPPORT
2306 M: akinobu.mita@gmail.com
2308 F: Documentation/fault-injection/
2309 F: lib/fault-inject.c
2311 FILE LOCKING (flock() and fcntl()/lockf())
2314 L: linux-fsdevel@vger.kernel.org
2316 F: include/linux/fcntl.h
2317 F: include/linux/fs.h
2321 FILESYSTEMS (VFS and infrastructure)
2323 M: viro@zeniv.linux.org.uk
2324 L: linux-fsdevel@vger.kernel.org
2328 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2330 M: riku.vipio@iki.fi
2331 L: lm-sensors@lm-sensors.org
2333 F: drivers/hwmon/f75375s.c
2334 F: include/linux/f75375s.h
2337 P: Kristian Hoegsberg
2340 M: stefanr@s5r6.in-berlin.de
2341 L: linux1394-devel@lists.sourceforge.net
2342 W: http://www.linux1394.org/
2343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2345 F: drivers/firewire/
2346 F: include/linux/firewire*.h
2348 FIRMWARE LOADER (request_firmware)
2350 F: Documentation/firmware_class/
2351 F: drivers/base/firmware*.c
2352 F: include/linux/firmware.h
2356 M: billm@melbpc.org.au
2357 W: http://floatingpoint.sourceforge.net/emulator/index.html
2359 F: arch/x86/math-emu/
2361 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2363 M: mike.mclagan@linux.org
2364 L: netdev@vger.kernel.org
2366 F: drivers/net/wan/dlci.c
2367 F: drivers/net/wan/sdla.c
2370 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2371 W: http://linux-fbdev.sourceforge.net/
2373 F: Documentation/fb/
2374 F: drivers/video/fb*
2375 F: include/linux/fb.h
2377 FREESCALE DMA DRIVER
2379 M: leoli@freescale.com
2382 L: linuxppc-dev@ozlabs.org
2384 F: drivers/dma/fsldma.*
2386 FREESCALE I2C CPM DRIVER
2389 L: linuxppc-dev@ozlabs.org
2390 L: linux-i2c@vger.kernel.org
2392 F: drivers/i2c/busses/i2c-cpm.c
2394 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2396 M: kernel@pengutronix.de
2397 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2398 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2400 F: arch/arm/plat-mxc/include/mach/imxfb.h
2401 F: drivers/video/imxfb.c
2403 FREESCALE SOC FS_ENET DRIVER
2404 P: Pantelis Antoniou
2405 M: pantelis.antoniou@gmail.com
2407 M: vbordug@ru.mvista.com
2408 L: linuxppc-dev@ozlabs.org
2409 L: netdev@vger.kernel.org
2411 F: drivers/net/fs_enet/
2412 F: include/linux/fs_enet_pd.h
2414 FREESCALE QUICC ENGINE LIBRARY
2416 M: timur@freescale.com
2417 L: linuxppc-dev@ozlabs.org
2419 F: arch/powerpc/sysdev/qe_lib/
2420 F: arch/powerpc/include/asm/*qe.h
2422 FREESCALE HIGHSPEED USB DEVICE DRIVER
2424 M: leoli@freescale.com
2425 L: linux-usb@vger.kernel.org
2426 L: linuxppc-dev@ozlabs.org
2428 F: drivers/usb/gadget/fsl_usb2_udc.c
2430 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2432 M: leoli@freescale.com
2433 L: netdev@vger.kernel.org
2434 L: linuxppc-dev@ozlabs.org
2436 F: drivers/net/ucc_geth*
2438 FREESCALE QUICC ENGINE UCC UART DRIVER
2440 M: timur@freescale.com
2441 L: linuxppc-dev@ozlabs.org
2443 F: drivers/serial/ucc_uart.c
2445 FREESCALE SOC SOUND DRIVERS
2447 M: timur@freescale.com
2448 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2449 L: linuxppc-dev@ozlabs.org
2451 F: sound/soc/fsl/fsl*
2452 F: sound/soc/fsl/mpc8610_hpcd.c
2455 P: Christoph Hellwig
2456 M: hch@infradead.org
2457 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2464 P: Rafael J. Wysocki
2466 L: linux-pm@lists.linux-foundation.org
2468 F: Documentation/power/freezing-of-tasks.txt
2469 F: include/linux/freezer.h
2472 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2474 M: dhowells@redhat.com
2475 L: linux-cachefs@redhat.com
2477 F: Documentation/filesystems/caching/
2479 F: include/linux/fscache*.h
2483 M: rostedt@goodmis.org
2485 F: Documentation/trace/ftrace.txt
2486 F: arch/*/*/*/ftrace.h
2487 F: arch/*/kernel/ftrace.c
2488 F: include/*/ftrace.h
2491 FUJITSU FR-V (FRV) PORT
2493 M: dhowells@redhat.com
2497 FUJITSU LAPTOP EXTRAS
2499 M: jwoithe@physics.adelaide.edu.au
2500 L: linux-acpi@vger.kernel.org
2502 F: drivers/platform/x86/fujitsu-laptop.c
2504 FUSE: FILESYSTEM IN USERSPACE
2506 M: miklos@szeredi.hu
2507 L: fuse-devel@lists.sourceforge.net
2508 W: http://fuse.sourceforge.net/
2511 F: include/linux/fuse.h
2513 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2516 L: linux-scsi@vger.kernel.org
2517 S: Odd Fixes (e.g., new signatures)
2518 F: drivers/scsi/fdomain.*
2520 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2522 M: achim_leubner@adaptec.com
2523 L: linux-scsi@vger.kernel.org
2524 W: http://www.icp-vortex.com/
2526 F: drivers/scsi/gdt*
2528 GENERIC GPIO I2C DRIVER
2529 P: Haavard Skinnemoen
2530 M: hskinnemoen@atmel.com
2532 F: drivers/i2c/busses/i2c-gpio.c
2533 F: include/linux/i2c-gpio.h
2535 GENERIC HDLC (WAN) DRIVERS
2538 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2540 F: drivers/net/wan/c101.c
2541 F: drivers/net/wan/hd6457*
2542 F: drivers/net/wan/hdlc*
2543 F: drivers/net/wan/n2.c
2544 F: drivers/net/wan/pc300too.c
2545 F: drivers/net/wan/pci200syn.c
2546 F: drivers/net/wan/wanxl*
2548 GENERIC INCLUDE/ASM HEADER FILES
2551 L: linux-arch@vger.kernel.org
2552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2554 F: include/asm-generic
2557 P: Steven Whitehouse
2558 M: swhiteho@redhat.com
2559 L: cluster-devel@redhat.com
2560 W: http://sources.redhat.com/cluster/
2561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2564 F: Documentation/filesystems/gfs2*.txt
2566 F: include/linux/gfs2_ondisk.h
2568 GIGASET ISDN DRIVERS
2573 L: gigaset307x-common@lists.sourceforge.net
2574 W: http://gigaset307x.sourceforge.net/
2576 F: Documentation/isdn/README.gigaset
2577 F: drivers/isdn/gigaset/
2578 F: include/linux/gigaset_dev.h
2580 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2582 M: frank@f-seidel.de
2583 L: lm-sensors@lm-sensors.org
2584 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2586 F: drivers/hwmon/hdaps.c
2588 HYPERVISOR VIRTUAL CONSOLE DRIVER
2589 L: linuxppc-dev@ozlabs.org
2591 F: drivers/char/hvc_*
2593 GSPCA FINEPIX SUBDRIVER
2596 L: linux-media@vger.kernel.org
2597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2599 F: drivers/media/video/gspca/finepix.c
2601 GSPCA M5602 SUBDRIVER
2603 M: erik.andren@gmail.com
2604 L: linux-media@vger.kernel.org
2605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2607 F: drivers/media/video/gspca/m5602/
2609 GSPCA PAC207 SONIXB SUBDRIVER
2611 M: hdegoede@redhat.com
2612 L: linux-media@vger.kernel.org
2613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2615 F: drivers/media/video/gspca/pac207.c
2617 GSPCA T613 SUBDRIVER
2618 P: Leandro Costantino
2619 M: lcostantino@gmail.com
2620 L: linux-media@vger.kernel.org
2621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2623 F: drivers/media/video/gspca/t613.c
2625 GSPCA USB WEBCAM DRIVER
2626 P: Jean-Francois Moine
2628 W: http://moinejf.free.fr
2629 L: linux-media@vger.kernel.org
2630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2632 F: drivers/media/video/gspca/
2635 L: lm-sensors@lm-sensors.org
2636 W: http://www.lm-sensors.org/
2640 HARDWARE RANDOM NUMBER GENERATOR CORE
2642 F: Documentation/hw_random.txt
2643 F: drivers/char/hw_random/
2644 F: include/linux/hw_random.h
2646 HARMONY SOUND DRIVER
2649 L: linux-parisc@vger.kernel.org
2651 F: sound/parisc/harmony.*
2653 HAYES ESP SERIAL DRIVER
2654 P: Andrew J. Robinson
2656 W: http://www.nyx.net/~arobinso
2658 F: Documentation/serial/hayes-esp.txt
2659 F: drivers/char/esp.c
2661 HEWLETT-PACKARD SMART2 RAID DRIVER
2663 M: chirag.kantharia@hp.com
2664 L: iss_storagedev@hp.com
2666 F: Documentation/blockdev/cpqarray.txt
2667 F: drivers/block/cpqarray.*
2669 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2671 M: mike.miller@hp.com
2672 L: iss_storagedev@hp.com
2674 F: Documentation/blockdev/cciss.txt
2675 F: drivers/block/cciss*
2676 F: include/linux/cciss_ioctl.h
2680 M: zippel@linux-m68k.org
2682 F: Documentation/filesystems/hfs.txt
2685 HGA FRAMEBUFFER DRIVER
2687 M: fero@drama.obuda.kando.hu
2688 L: linux-nvidia@lists.surfsouth.com
2689 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2691 F: drivers/video/hgafb.c
2693 HIBERNATION (aka Software Suspend, aka swsusp)
2696 P: Rafael J. Wysocki
2698 L: linux-pm@lists.linux-foundation.org
2701 F: drivers/base/power/
2703 F: include/linux/suspend.h
2704 F: include/linux/freezer.h
2705 F: include/linux/pm.h
2706 F: arch/*/include/asm/suspend*.h
2711 L: linux-input@vger.kernel.org
2712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2715 F: include/linux/hid*
2717 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2719 M: tglx@linutronix.de
2721 F: Documentation/timers/
2723 F: include/linux/hrtimer.h
2725 HIGH-SPEED SCC DRIVER FOR AX.25
2727 M: klaus.kudielka@ieee.org
2728 L: linux-hams@vger.kernel.org
2729 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2731 F: drivers/net/hamradio/dmascc.c
2732 F: drivers/net/hamradio/scc.c
2734 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2735 P: HighPoint Linux Team
2736 M: linux@highpoint-tech.com
2737 W: http://www.highpoint-tech.com
2739 F: Documentation/scsi/hptiop.txt
2740 F: drivers/scsi/hptiop.c
2744 M: jes@trained-monkey.org
2745 L: linux-hippi@sunsite.dk
2747 F: include/linux/hippidevice.h
2748 F: include/linux/if_hippi.h
2754 L: hostap@shmoo.com (subscribers-only)
2755 L: linux-wireless@vger.kernel.org
2756 W: http://hostap.epitest.fi/
2758 F: drivers/net/wireless/hostap/
2760 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2762 M: carlos@strangeworlds.co.uk
2764 F: drivers/platform/x86/tc1100-wmi.c
2766 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2770 F: drivers/net/hp100.*
2772 HPET: High Precision Event Timers driver
2774 M: clemens@ladisch.de
2776 F: Documentation/timers/hpet.txt
2777 F: drivers/char/hpet.c
2778 F: include/linux/hpet.h
2781 P: Venkatesh Pallipadi (Venki)
2782 M: venkatesh.pallipadi@intel.com
2784 F: arch/x86/kernel/hpet.c
2785 F: arch/x86/include/asm/hpet.h
2796 F: drivers/char/hpet.c
2800 M: mikulas@artax.karlin.mff.cuni.cz
2801 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2807 M: j.dumon@option.com
2808 W: http://www.pharscape.org
2810 F: drivers/net/usb/hso.c
2812 HTCPEN TOUCHSCREEN DRIVER
2815 L: linux-input@vger.kernel.org
2817 F: drivers/input/touchscreen/htcpen.c
2821 M: wli@holomorphy.com
2825 I2C/SMBUS STUB DRIVER
2827 M: mhoffman@lightlink.com
2828 L: linux-i2c@vger.kernel.org
2830 F: drivers/i2c/busses/i2c-stub.c
2833 P: Jean Delvare (PC drivers, core)
2834 M: khali@linux-fr.org
2835 P: Ben Dooks (embedded platforms)
2836 M: ben-linux@fluff.org
2837 L: linux-i2c@vger.kernel.org
2838 W: http://i2c.wiki.kernel.org/
2839 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2841 F: Documentation/i2c/
2843 F: include/linux/i2c.h
2844 F: include/linux/i2c-dev.h
2845 F: include/linux/i2c-id.h
2850 L: linux-i2c@vger.kernel.org
2851 W: http://www.harbaum.org/till/i2c_tiny_usb
2853 F: drivers/i2c/busses/i2c-tiny-usb.c
2861 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2867 IA64 (Itanium) PLATFORM
2870 M: tony.luck@intel.com
2871 M: fenghua.yu@intel.com
2872 L: linux-ia64@vger.kernel.org
2873 W: http://www.ia64-linux.org/
2874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2878 IBM MCA SCSI SUBSYSTEM DRIVER
2880 M: langa2@kph.uni-mainz.de
2881 W: http://www.uni-mainz.de/~langm000/linux.html
2883 F: drivers/scsi/ibmmca.c
2885 IBM Power Linux RAID adapter
2887 M: brking@us.ibm.com
2889 F: drivers/scsi/ipr.*
2891 IBM ServeRAID RAID DRIVER
2894 M: ipslinux@adaptec.com
2895 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2897 F: drivers/scsi/ips.*
2901 M: davem@davemloft.net
2902 L: linux-ide@vger.kernel.org
2903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2905 F: Documentation/ide/
2907 F: include/linux/ide.h
2911 M: petkovbb@gmail.com
2912 L: linux-ide@vger.kernel.org
2914 F: Documentation/cdrom/ide-cd
2915 F: drivers/ide/ide-cd*
2919 M: andrew.d.henroid@intel.com
2920 L: linux-pm@lists.linux-foundation.org
2922 F: drivers/idle/i7300_idle.c
2926 M: ben.collins@ubuntu.com
2928 M: stefanr@s5r6.in-berlin.de
2929 L: linux1394-devel@lists.sourceforge.net
2930 W: http://www.linux1394.org/
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2933 F: drivers/ieee1394/
2935 IEEE 1394 RAW I/O DRIVER
2939 M: stefanr@s5r6.in-berlin.de
2940 L: linux1394-devel@lists.sourceforge.net
2942 F: drivers/ieee1394/raw1394*
2944 IEEE 802.15.4 SUBSYSTEM
2945 P: Dmitry Eremin-Solenikov
2946 M: dbaryshkov@gmail.com
2948 M: slapin@ossfans.org
2949 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2950 W: http://apps.sourceforge.net/trac/linux-zigbee
2951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2954 F: drivers/ieee802154/
2956 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2960 F: security/integrity/ima/
2962 IMS TWINTURBO FRAMEBUFFER DRIVER
2963 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2965 F: drivers/video/imsttfb.c
2967 INFINIBAND SUBSYSTEM
2969 M: rolandd@cisco.com
2971 M: sean.hefty@intel.com
2973 M: hal.rosenstock@gmail.com
2974 L: general@lists.openfabrics.org (moderated for non-subscribers)
2975 W: http://www.openib.org/
2976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2978 F: Documentation/infiniband/
2979 F: drivers/infiniband/
2980 F: include/linux/if_infiniband.h
2984 M: john@johnmccutchan.com
2988 M: eparis@parisplace.org
2990 F: Documentation/filesystems/inotify.txt
2991 F: fs/notify/inotify/
2992 F: include/linux/inotify.h
2994 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2996 M: dmitry.torokhov@gmail.com
2998 L: linux-input@vger.kernel.org
2999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3003 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3005 M: sylvain.meyer@worldonline.fr
3006 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3008 F: Documentation/fb/intelfb.txt
3009 F: drivers/video/intelfb/
3011 INTEL 810/815 FRAMEBUFFER DRIVER
3013 M: adaplas@gmail.com
3014 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3016 F: drivers/video/i810/
3018 INTEL MENLOW THERMAL DRIVER
3020 M: sujith.thomas@intel.com
3021 L: linux-acpi@vger.kernel.org
3022 W: http://www.lesswatts.org/projects/acpi/
3024 F: drivers/platform/x86/intel_menlow.c
3026 INTEL IA32 MICROCODE UPDATE SUPPORT
3028 M: tigran@aivazian.fsnet.co.uk
3030 F: arch/x86/kernel/microcode_core.c
3031 F: arch/x86/kernel/microcode_intel.c
3033 INTEL I/OAT DMA DRIVER
3035 M: maciej.sosnowski@intel.com
3037 F: drivers/dma/ioat*
3041 M: dwmw2@infradead.org
3042 L: iommu@lists.linux-foundation.org
3043 T: git git://git.infradead.org/iommu-2.6.git
3045 F: drivers/pci/intel-iommu.c
3046 F: include/linux/intel-iommu.h
3048 INTEL IOP-ADMA DMA DRIVER
3050 M: dan.j.williams@intel.com
3052 F: drivers/dma/iop-adma.c
3054 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3058 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3059 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3060 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3061 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3062 F: drivers/net/arm/ixp4xx_eth.c
3063 F: drivers/net/wan/ixp4xx_hss.c
3065 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3067 M: dsaxena@plexity.net
3069 F: drivers/char/hw_random/ixp4xx-rng.c
3071 INTEL IXP2000 ETHERNET DRIVER
3072 P: Lennert Buytenhek
3073 M: kernel@wantstofly.org
3074 L: netdev@vger.kernel.org
3076 F: drivers/net/ixp2000/
3078 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3080 M: jeffrey.t.kirsher@intel.com
3082 M: jesse.brandeburg@intel.com
3084 M: bruce.w.allan@intel.com
3086 M: peter.p.waskiewicz.jr@intel.com
3088 M: john.ronciak@intel.com
3089 L: e1000-devel@lists.sourceforge.net
3090 W: http://e1000.sourceforge.net/
3092 F: drivers/net/e100.c
3093 F: drivers/net/e1000/
3094 F: drivers/net/e1000e/
3096 F: drivers/net/ixgb/
3097 F: drivers/net/ixgbe/
3099 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3103 M: jketreno@linux.intel.com
3105 M: reinette.chatre@intel.com
3106 L: linux-wireless@vger.kernel.org
3107 L: ipw2100-devel@lists.sourceforge.net
3108 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3109 W: http://ipw2100.sourceforge.net
3111 F: Documentation/networking/README.ipw2100
3112 F: drivers/net/wireless/ipw2x00/ipw2100.*
3114 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3118 M: jketreno@linux.intel.com
3120 M: reinette.chatre@intel.com
3121 L: linux-wireless@vger.kernel.org
3122 L: ipw2100-devel@lists.sourceforge.net
3123 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3124 W: http://ipw2200.sourceforge.net
3126 F: Documentation/networking/README.ipw2200
3127 F: drivers/net/wireless/ipw2x00/ipw2200.*
3129 INTEL WIRELESS WIMAX CONNECTION 2400
3130 P: Inaky Perez-Gonzalez
3131 M: inaky.perez-gonzalez@intel.com
3132 M: linux-wimax@intel.com
3133 L: wimax@linuxwimax.org
3135 W: http://linuxwimax.org
3136 F: Documentation/wimax/README.i2400m
3137 F: drivers/net/wimax/i2400m/
3138 F: include/linux/wimax/i2400m.h
3140 INTEL WIRELESS WIFI LINK (iwlwifi)
3144 M: reinette.chatre@intel.com
3145 L: linux-wireless@vger.kernel.org
3146 L: ipw3945-devel@lists.sourceforge.net
3147 W: http://intellinuxwireless.org
3148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3150 F: drivers/net/wireless/iwlwifi/
3152 IOC3 ETHERNET DRIVER
3154 M: ralf@linux-mips.org
3155 L: linux-mips@linux-mips.org
3157 F: drivers/net/ioc3-eth.c
3162 L: linux-mips@linux-mips.org
3164 F: drivers/serial/ioc3_serial.c
3168 M: jjciarla@raiz.uncu.edu.ar
3170 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3172 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3174 M: romieu@fr.zoreil.com
3176 M: sorbica@icplus.com.tw
3178 M: jesse@icplus.com.tw
3179 L: netdev@vger.kernel.org
3181 F: drivers/net/ipg.c
3185 M: infinipath@qlogic.com
3186 L: general@lists.openfabrics.org
3187 T: git git://git.qlogic.com/ipath-linux-2.6
3189 F: drivers/infiniband/hw/ipath/
3194 L: openipmi-developer@lists.sourceforge.net
3195 W: http://openipmi.sourceforge.net/
3197 F: Documentation/IPMI.txt
3198 F: drivers/char/ipmi/
3199 F: include/linux/ipmi*
3201 IPS SCSI RAID DRIVER
3202 P: Adaptec OEM Raid Solutions
3203 M: aacraid@adaptec.com
3204 L: linux-scsi@vger.kernel.org
3205 W: http://www.adaptec.com/
3207 F: drivers/scsi/ips*
3211 M: wensong@linux-vs.org
3213 M: horms@verge.net.au
3216 L: netdev@vger.kernel.org
3217 L: lvs-devel@vger.kernel.org
3219 F: Documentation/networking/ipvs-sysctl.txt
3220 F: net/netfilter/ipvs/
3228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3229 F: drivers/char/pcmcia/ipwireless/
3232 P: Arnaldo Carvalho de Melo
3233 M: acme@ghostprotocols.net
3234 L: netdev@vger.kernel.org
3236 F: include/linux/ipx.h
3237 F: include/net/ipx.h
3242 M: samuel@sortiz.org
3243 L: irda-users@lists.sourceforge.net (subscribers-only)
3244 W: http://irda.sourceforge.net/
3246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3247 F: Documentation/networking/irda.txt
3248 F: drivers/net/irda/
3249 F: include/net/irda/
3256 F: Documentation/isapnp.txt
3257 F: drivers/pnp/isapnp/
3258 F: include/linux/isapnp.h
3262 M: michaelc@cs.wisc.edu
3263 L: open-iscsi@googlegroups.com
3264 W: www.open-iscsi.org
3265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3267 F: drivers/scsi/*iscsi*
3268 F: include/scsi/*iscsi*
3272 M: isdn@linux-pingi.de
3273 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3274 W: http://www.isdn4linux.de
3275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3277 F: Documentation/isdn/
3279 F: include/linux/isdn.h
3280 F: include/linux/isdn/
3282 ISDN SUBSYSTEM (Eicon active card driver)
3285 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3286 W: http://www.melware.de
3288 F: drivers/isdn/hardware/eicon/
3290 IVTV VIDEO4LINUX DRIVER
3292 M: hverkuil@xs4all.nl
3293 L: ivtv-devel@ivtvdriver.org
3294 L: ivtv-users@ivtvdriver.org
3295 L: linux-media@vger.kernel.org
3296 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3297 W: http://www.ivtvdriver.org
3299 F: Documentation/video4linux/*.ivtv
3300 F: drivers/media/video/ivtv/
3301 F: include/linux/ivtv*
3305 M: shaggy@linux.vnet.ibm.com
3306 L: jfs-discussion@lists.sourceforge.net
3307 W: http://jfs.sourceforge.net/
3308 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3310 F: Documentation/filesystems/jfs.txt
3315 M: cooldavid@cooldavid.org
3316 L: netdev@vger.kernel.org
3318 F: drivers/net/jme.*
3320 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3322 M: dwmw2@infradead.org
3323 L: linux-mtd@lists.infradead.org
3324 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3327 F: include/linux/jffs2.h
3329 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3333 M: akpm@linux-foundation.org
3334 L: linux-ext4@vger.kernel.org
3337 F: include/linux/ext*jbd*.h
3338 F: include/linux/jbd*.h
3340 K8TEMP HARDWARE MONITORING DRIVER
3342 M: r.marek@assembler.cz
3343 L: lm-sensors@lm-sensors.org
3345 F: Documentation/hwmon/k8temp
3346 F: drivers/hwmon/k8temp.c
3350 M: zippel@linux-m68k.org
3351 L: linux-kbuild@vger.kernel.org
3353 F: Documentation/kbuild/kconfig-language.txt
3358 M: vgoyal@redhat.com
3361 L: kexec@lists.infradead.org
3362 W: http://lse.sourceforge.net/kdump/
3364 F: Documentation/kdump/
3366 KERNEL AUTOMOUNTER (AUTOFS)
3369 L: autofs@linux.kernel.org
3373 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3376 L: autofs@linux.kernel.org
3383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3385 L: linux-kbuild@vger.kernel.org
3387 F: Documentation/kbuild/
3389 F: scripts/Makefile.*
3393 L: kernel-janitors@vger.kernel.org
3394 W: http://www.kerneljanitors.org/
3397 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3399 M: bfields@fieldses.org
3402 L: linux-nfs@vger.kernel.org
3403 W: http://nfs.sourceforge.net/
3406 F: include/linux/nfsd/
3410 F: include/linux/lockd/
3411 F: include/linux/sunrpc/
3413 KERNEL VIRTUAL MACHINE (KVM)
3416 L: kvm@vger.kernel.org
3417 W: http://kvm.qumranet.com
3419 F: Documentation/*/kvm.txt
3421 F: arch/*/include/asm/kvm*
3422 F: include/linux/kvm*
3425 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3427 M: joerg.roedel@amd.com
3428 L: kvm@vger.kernel.org
3429 W: http://kvm.qumranet.com
3431 F: arch/x86/include/asm/svm.h
3432 F: arch/x86/kvm/kvm_svm.h
3433 F: arch/x86/kvm/svm.c
3435 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3437 M: hollisb@us.ibm.com
3438 L: kvm-ppc@vger.kernel.org
3439 W: http://kvm.qumranet.com
3441 F: arch/powerpc/include/asm/kvm*
3442 F: arch/powerpc/kvm/
3444 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3446 M: xiantao.zhang@intel.com
3447 L: kvm-ia64@vger.kernel.org
3448 W: http://kvm.qumranet.com
3450 F: Documentation/ia64/kvm.txt
3451 F: arch/ia64/include/asm/kvm*
3454 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3457 P: Christian Borntraeger
3458 M: borntraeger@de.ibm.com
3459 M: linux390@de.ibm.com
3460 L: linux-s390@vger.kernel.org
3461 W: http://www.ibm.com/developerworks/linux/linux390/
3463 F: Documentation/s390/kvm.txt
3464 F: arch/s390/include/asm/kvm*
3469 M: ebiederm@xmission.com
3470 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3471 L: kexec@lists.infradead.org
3473 F: include/linux/kexec.h
3478 M: jason.wessel@windriver.com
3479 L: kgdb-bugreport@lists.sourceforge.net
3481 F: Documentation/DocBook/kgdb.tmpl
3482 F: drivers/misc/kgdbts.c
3483 F: drivers/serial/kgdboc.c
3484 F: include/linux/kgdb.h
3489 M: vegardno@ifi.uio.no
3491 M: penberg@cs.helsinki.fi
3492 L: linux-kernel@vger.kernel.org
3497 M: catalin.marinas@arm.com
3498 L: linux-kernel@vger.kernel.org
3500 F: Documentation/kmemleak.txt
3501 F: include/linux/kmemleak.h
3503 F: mm/kmemleak-test.c
3506 P: Eduard - Gabriel Munteanu
3507 M: eduard.munteanu@linux360.ro
3509 F: Documentation/trace/kmemtrace.txt
3510 F: include/linux/kmemtrace.h
3511 F: kernel/trace/kmemtrace.c
3514 P: Ananth N Mavinakayanahalli
3515 M: ananth@in.ibm.com
3516 P: Anil S Keshavamurthy
3517 M: anil.s.keshavamurthy@intel.com
3519 M: davem@davemloft.net
3521 M: mhiramat@redhat.com
3523 F: Documentation/kprobes.txt
3524 F: include/linux/kprobes.h
3527 KS0108 LCD CONTROLLER DRIVER
3528 P: Miguel Ojeda Sandonis
3529 M: miguel.ojeda.sandonis@gmail.com
3530 W: http://miguelojeda.es/auxdisplay.htm
3531 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3533 F: Documentation/auxdisplay/ks0108
3534 F: drivers/auxdisplay/ks0108.c
3535 F: include/linux/ks0108.h
3538 L: linux-x25@vger.kernel.org
3540 F: Documentation/networking/lapb-module.txt
3544 LASI 53c700 driver for PARISC
3545 P: James E.J. Bottomley
3546 M: James.Bottomley@HansenPartnership.com
3547 L: linux-scsi@vger.kernel.org
3549 F: Documentation/scsi/53c700.txt
3550 F: drivers/scsi/53c700*
3554 M: rpurdie@rpsys.net
3557 F: include/linux/leds.h
3559 LEGO USB Tower driver
3561 M: starblue@users.sourceforge.net
3562 L: legousb-devel@lists.sourceforge.net
3563 W: http://legousb.sourceforge.net/
3565 F: drivers/usb/misc/legousbtower.c
3569 M: rusty@rustcorp.com.au
3570 L: lguest@ozlabs.org
3571 W: http://lguest.ozlabs.org/
3573 F: Documentation/lguest/
3576 F: include/linux/lguest*.h
3577 F: arch/x86/include/asm/lguest*.h
3579 LINUX FOR IBM pSERIES (RS/6000)
3581 M: paulus@au.ibm.com
3582 W: http://www.ibm.com/linux/ltc/projects/ppc
3585 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3586 P: Benjamin Herrenschmidt
3587 M: benh@kernel.crashing.org
3590 W: http://www.penguinppc.org/
3591 L: linuxppc-dev@ozlabs.org
3592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3595 LINUX FOR POWER MACINTOSH
3596 P: Benjamin Herrenschmidt
3597 M: benh@kernel.crashing.org
3598 W: http://www.penguinppc.org/
3599 L: linuxppc-dev@ozlabs.org
3602 LINUX FOR POWERPC EMBEDDED MPC5XXX
3604 M: grant.likely@secretlab.ca
3605 L: linuxppc-dev@ozlabs.org
3606 T: git git://git.secretlab.ca/git/linux-2.6.git
3609 LINUX FOR POWERPC EMBEDDED PPC4XX
3611 M: jwboyer@linux.vnet.ibm.com
3613 M: mporter@kernel.crashing.org
3614 W: http://www.penguinppc.org/
3615 L: linuxppc-dev@ozlabs.org
3616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3619 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3621 M: grant.likely@secretlab.ca
3622 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3623 L: linuxppc-dev@ozlabs.org
3624 T: git git://git.secretlab.ca/git/linux-2.6.git
3627 LINUX FOR POWERPC EMBEDDED PPC8XX
3629 M: vitb@kernel.crashing.org
3631 M: marcelo@kvack.org
3632 W: http://www.penguinppc.org/
3633 L: linuxppc-dev@ozlabs.org
3636 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3638 M: galak@kernel.crashing.org
3639 W: http://www.penguinppc.org/
3640 L: linuxppc-dev@ozlabs.org
3643 LINUX FOR POWERPC PA SEMI PWRFICIENT
3646 W: http://www.pasemi.com/
3647 L: linuxppc-dev@ozlabs.org
3650 LINUX SECURITY MODULE (LSM) FRAMEWORK
3652 M: chrisw@sous-sol.org
3653 L: linux-security-module@vger.kernel.org
3654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3658 P: Arnaldo Carvalho de Melo
3659 M: acme@ghostprotocols.net
3661 F: include/linux/llc.h
3665 LIS3LV02D ACCELEROMETER DRIVER
3667 M: eric.piel@tremplin-utc.net
3669 F: Documentation/hwmon/lis3lv02d
3670 F: drivers/hwmon/lis3lv02d.*
3672 LM83 HARDWARE MONITOR DRIVER
3674 M: khali@linux-fr.org
3675 L: lm-sensors@lm-sensors.org
3677 F: Documentation/hwmon/lm83
3678 F: drivers/hwmon/lm83.c
3680 LM90 HARDWARE MONITOR DRIVER
3682 M: khali@linux-fr.org
3683 L: lm-sensors@lm-sensors.org
3685 F: Documentation/hwmon/lm90
3686 F: drivers/hwmon/lm90.c
3688 LOCKDEP AND LOCKSTAT
3690 M: peterz@infradead.org
3693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3695 F: Documentation/lockdep*.txt
3696 F: Documentation/lockstat.txt
3697 F: include/linux/lockdep.h
3700 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3701 P: Richard Russon (FlatCap)
3703 L: linux-ntfs-dev@lists.sourceforge.net
3704 W: http://www.linux-ntfs.org/content/view/19/37/
3706 F: Documentation/ldm.txt
3707 F: fs/partitions/ldm.*
3709 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3711 M: Eric.Moore@lsi.com
3713 L: DL-MPTFusionLinux@lsi.com
3714 L: linux-scsi@vger.kernel.org
3715 W: http://www.lsilogic.com/support
3717 F: drivers/message/fusion/
3719 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3722 L: linux-scsi@vger.kernel.org
3724 F: drivers/scsi/sym53c8xx_2/
3726 LTP (Linux Test Project)
3728 M: subrata@linux.vnet.ibm.com
3730 M: vapier@gentoo.org
3731 L: ltp-list@lists.sourceforge.net (subscribers-only)
3732 W: http://ltp.sourceforge.net/
3733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3738 M: takata@linux-m32r.org
3739 L: linux-m32r@ml.linux-m32r.org
3740 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3741 W: http://www.linux-m32r.org/
3746 P: Geert Uytterhoeven
3747 M: geert@linux-m68k.org
3749 M: zippel@linux-m68k.org
3750 L: linux-m68k@lists.linux-m68k.org
3751 W: http://www.linux-m68k.org/
3752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3757 M68K ON APPLE MACINTOSH
3760 W: http://www.mac.linux-m68k.org/
3761 L: linux-m68k@lists.linux-m68k.org
3768 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3774 M: johannes@sipsolutions.net
3775 L: linux-wireless@vger.kernel.org
3776 W: http://linuxwireless.org/
3777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3779 F: Documentation/networking/mac80211-injection.txt
3780 F: include/net/mac80211.h
3783 MAC80211 PID RATE CONTROL
3785 M: stefano.brivio@polimi.it
3787 M: mattias.nissler@gmx.de
3788 L: linux-wireless@vger.kernel.org
3789 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3792 F: net/mac80211/rc80211_pid*
3797 L: netdev@vger.kernel.org
3799 F: drivers/net/macvlan.c
3800 F: include/linux/if_macvlan.h
3802 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3804 M: mtk.manpages@gmail.com
3805 W: http://www.kernel.org/doc/man-pages
3806 L: linux-man@vger.kernel.org
3809 MARVELL LIBERTAS WIRELESS DRIVER
3812 L: libertas-dev@lists.infradead.org
3814 F: drivers/net/wireless/libertas/
3816 MARVELL MV643XX ETHERNET DRIVER
3817 P: Lennert Buytenhek
3818 M: buytenh@marvell.com
3819 L: netdev@vger.kernel.org
3821 F: drivers/net/mv643xx_eth.*
3822 F: include/linux/mv643xx.h
3824 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3829 MARVELL YUKON / SYSKONNECT DRIVER
3831 M: mlindner@syskonnect.de
3833 M: rroesler@syskonnect.de
3834 W: http://www.syskonnect.com
3837 MATROX FRAMEBUFFER DRIVER
3839 M: vandrove@vc.cvut.cz
3840 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3842 F: drivers/video/matrox/matroxfb_*
3843 F: include/linux/matroxfb.h
3845 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3847 M: hjk@linutronix.de
3848 L: lm-sensors@lm-sensors.org
3850 F: Documentation/hwmon/max6650
3851 F: drivers/hwmon/max6650.c
3853 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3854 P: Mauro Carvalho Chehab
3855 M: mchehab@infradead.org
3856 P: LinuxTV.org Project
3857 L: linux-media@vger.kernel.org
3858 W: http://linuxtv.org
3859 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3861 F: Documentation/dvb/
3862 F: Documentation/video4linux/
3865 F: include/linux/dvb/
3866 F: include/linux/videodev*.h
3868 MEGARAID SCSI DRIVERS
3870 M: megaraidlinux@lsi.com
3871 L: linux-scsi@vger.kernel.org
3872 W: http://megaraid.lsilogic.com
3874 F: Documentation/scsi/megaraid.txt
3875 F: drivers/scsi/megaraid.*
3876 F: drivers/scsi/megaraid/
3879 L: linux-mm@kvack.org
3880 W: http://www.linux-mm.org
3882 F: include/linux/mm.h
3885 MEMORY RESOURCE CONTROLLER
3887 M: balbir@linux.vnet.ibm.com
3890 P: KAMEZAWA Hiroyuki
3891 M: kamezawa.hiroyu@jp.fujitsu.com
3892 L: linux-mm@kvack.org
3896 MEMORY TECHNOLOGY DEVICES (MTD)
3898 M: dwmw2@infradead.org
3899 W: http://www.linux-mtd.infradead.org/
3900 L: linux-mtd@lists.infradead.org
3901 T: git git://git.infradead.org/mtd-2.6.git
3904 F: include/linux/mtd/
3907 MICROBLAZE ARCHITECTURE
3910 L: microblaze-uclinux@itee.uq.edu.au
3911 W: http://www.monstr.eu/fdt/
3912 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3918 M: oliver@neukum.name
3920 F: drivers/usb/image/microtek.*
3924 M: ralf@linux-mips.org
3925 W: http://www.linux-mips.org/
3926 L: linux-mips@linux-mips.org
3927 T: git git://git.linux-mips.org/pub/scm/linux.git
3929 F: Documentation/mips/
3932 MISCELLANEOUS MCA-SUPPORT
3934 M: James.Bottomley@HansenPartnership.com
3936 F: Documentation/ia64/mca.txt
3937 F: Documentation/mca.txt
3939 F: include/linux/mca*
3943 M: rusty@rustcorp.com.au
3945 F: include/linux/module.h
3948 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3950 M: stelian@popies.net
3951 W: http://popies.net/meye/
3953 F: Documentation/video4linux/meye.txt
3954 F: drivers/media/video/meye.*
3955 F: include/linux/meye.h
3957 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3960 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3962 F: drivers/mmc/host/imxmmc.*
3964 MOUSE AND MISC DEVICES [GENERAL]
3965 P: Alessandro Rubini
3966 M: rubini@ipvvis.unipv.it
3968 F: drivers/input/mouse/
3969 F: include/linux/gpio_mouse.h
3971 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3973 M: jirislaby@gmail.com
3975 F: Documentation/serial/moxa-smartio
3976 F: drivers/char/mxser.*
3979 P: Lennart Poettering
3980 M: mzxreary@0pointer.de
3981 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3982 W: http://0pointer.de/lennart/tchibo.html
3984 F: drivers/platform/x86/msi-laptop.c
3986 MULTIFUNCTION DEVICES (MFD)
3988 M: sameo@linux.intel.com
3989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3993 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3998 F: include/linux/mmc/
4000 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4002 M: dbrownell@users.sourceforge.net
4004 F: drivers/mmc/host/mmc_spi.c
4005 F: include/linux/spi/mmc_spi.h
4007 MULTISOUND SOUND DRIVER
4011 F: Documentation/sound/oss/MultiSound
4014 MULTITECH MULTIPORT CARD (ISICOM)
4016 M: jirislaby@gmail.com
4018 F: drivers/char/isicom.c
4019 F: include/linux/isicom.h
4021 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4023 M: felipe.balbi@nokia.com
4024 L: linux-usb@vger.kernel.org
4025 T: git git://gitorious.org/musb/mainline.git
4027 F: drivers/usb/musb/
4029 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4031 M: gallatin@myri.com
4034 L: netdev@vger.kernel.org
4035 W: http://www.myri.com/scs/download-Myri10GE.html
4037 F: drivers/net/myri10ge/
4039 NATSEMI ETHERNET DRIVER (DP8381x)
4041 M: thockin@hockin.org
4043 F: drivers/net/natsemi.c
4047 M: vandrove@vc.cvut.cz
4048 L: linware@sh.cvut.cz
4052 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4053 P: James E.J. Bottomley
4054 M: James.Bottomley@HansenPartnership.com
4055 L: linux-scsi@vger.kernel.org
4057 F: drivers/scsi/NCR_D700.*
4059 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4061 M: faisal.latif@intel.com
4063 M: chien.tin.tung@intel.com
4064 L: general@lists.openfabrics.org
4065 W: http://www.neteffect.com
4067 F: drivers/infiniband/hw/nes/
4069 NETEM NETWORK EMULATOR
4070 P: Stephen Hemminger
4071 M: shemminger@linux-foundation.org
4072 L: netem@lists.linux-foundation.org
4074 F: net/sched/sch_netem.c
4076 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4078 M: ram.vepa@neterion.com
4080 M: santosh.rastapur@neterion.com
4081 P: Sivakumar Subramani
4082 M: sivakumar.subramani@neterion.com
4083 P: Sreenivasa Honnur
4084 M: sreenivasa.honnur@neterion.com
4086 M: anil.murthy@neterion.com
4087 L: netdev@vger.kernel.org
4088 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4089 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4091 F: Documentation/networking/s2io.txt
4092 F: drivers/net/s2io*
4094 NETFILTER/IPTABLES/IPCHAINS
4102 L: netfilter-devel@vger.kernel.org
4103 L: netfilter@vger.kernel.org
4104 L: coreteam@netfilter.org
4105 W: http://www.netfilter.org/
4106 W: http://www.iptables.org/
4107 T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4109 F: include/linux/netfilter*
4110 F: include/linux/netfilter/
4111 F: include/net/netfilter/
4112 F: net/*/netfilter.c
4118 M: paul.moore@hp.com
4119 W: http://netlabel.sf.net
4120 L: netdev@vger.kernel.org
4122 F: Documentation/netlabel/
4123 F: include/net/netlabel.h
4126 NETROM NETWORK LAYER
4128 M: ralf@linux-mips.org
4129 L: linux-hams@vger.kernel.org
4130 W: http://www.linux-ax25.org/
4132 F: include/linux/netrom.h
4133 F: include/net/netrom.h
4136 NETWORK BLOCK DEVICE (NBD)
4138 M: Paul.Clements@steeleye.com
4140 F: Documentation/blockdev/nbd.txt
4141 F: drivers/block/nbd.c
4142 F: include/linux/nbd.h
4144 NETWORKING [GENERAL]
4146 M: davem@davemloft.net
4147 L: netdev@vger.kernel.org
4148 W: http://www.linuxfoundation.org/en/Net
4149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4154 NETWORKING [IPv4/IPv6]
4156 M: davem@davemloft.net
4158 M: kuznet@ms2.inr.ac.ru
4159 P: Pekka Savola (ipv6)
4160 M: pekkas@netcore.fi
4162 M: jmorris@namei.org
4163 P: Hideaki YOSHIFUJI
4164 M: yoshfuji@linux-ipv6.org
4167 L: netdev@vger.kernel.org
4168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4174 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4176 M: paul.moore@hp.com
4177 L: netdev@vger.kernel.org
4180 NETWORKING [WIRELESS]
4182 M: linville@tuxdriver.com
4183 L: linux-wireless@vger.kernel.org
4184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4187 F: include/net/ieee80211*
4188 F: include/linux/wireless.h
4191 L: netdev@vger.kernel.org
4192 W: http://www.linuxfoundation.org/en/Net
4193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4197 NETXEN (1/10) GbE SUPPORT
4199 M: dhananjay@netxen.com
4200 L: netdev@vger.kernel.org
4201 W: http://www.netxen.com
4203 F: drivers/net/netxen/
4205 NFS, SUNRPC, AND LOCKD CLIENTS
4207 M: Trond.Myklebust@netapp.com
4208 L: linux-nfs@vger.kernel.org
4209 W: http://client.linux-nfs.org
4210 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4216 F: include/linux/lockd/
4217 F: include/linux/nfs*
4218 F: include/linux/sunrpc/
4220 NI5010 NETWORK DRIVER
4221 P: Jan-Pascal van Best
4222 M: janpascal@vanbest.org
4225 L: netdev@vger.kernel.org
4227 F: drivers/net/ni5010.*
4231 M: konishi.ryusuke@lab.ntt.co.jp
4233 W: http://www.nilfs.org/en/
4235 F: Documentation/filesystems/nilfs2.txt
4237 F: include/linux/nilfs2_fs.h
4239 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4241 M: yokota@netlab.is.tsukuba.ac.jp
4242 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4244 F: Documentation/scsi/NinjaSCSI.txt
4245 F: drivers/scsi/pcmcia/nsp_*
4247 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4249 M: gotom@debian.or.jp
4251 M: yokota@netlab.is.tsukuba.ac.jp
4252 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4254 F: Documentation/scsi/NinjaSCSI.txt
4255 F: drivers/scsi/nsp32*
4258 P: Anton Altaparmakov
4260 L: linux-ntfs-dev@lists.sourceforge.net
4261 W: http://www.linux-ntfs.org/
4262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4264 F: Documentation/filesystems/ntfs.txt
4267 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4269 M: adaplas@gmail.com
4270 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4272 F: drivers/video/riva/
4273 F: drivers/video/nvidia/
4276 P: Tony Lindgren <tony@atomide.com>
4278 L: linux-omap@vger.kernel.org
4279 W: http://www.muru.com/linux/omap/
4280 W: http://linux.omap.com/
4281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4285 OMAP CLOCK FRAMEWORK SUPPORT
4288 L: linux-omap@vger.kernel.org
4290 F: arch/arm/*omap*/*clock*
4292 OMAP POWER MANAGEMENT SUPPORT
4294 M: khilman@deeprootsystems.com
4295 L: linux-omap@vger.kernel.org
4297 F: arch/arm/*omap*/*pm*
4301 M: jhnikula@gmail.com
4302 L: alsa-devel@alsa-project.org (subscribers-only)
4303 L: linux-omap@vger.kernel.org
4307 OMAP FRAMEBUFFER SUPPORT
4309 M: imre.deak@nokia.com
4310 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4311 L: linux-omap@vger.kernel.org
4313 F: drivers/video/omap/
4317 M: jarkko.lavinen@nokia.com
4318 L: linux-kernel@vger.kernel.org
4319 L: linux-omap@vger.kernel.org
4321 F: drivers/mmc/host/*omap*
4323 OMAP RANDOM NUMBER GENERATOR SUPPORT
4325 M: dsaxena@plexity.net
4327 F: drivers/char/hw_random/omap-rng.c
4331 M: felipe.balbi@nokia.com
4333 M: dbrownell@users.sourceforge.net
4334 L: linux-usb@vger.kernel.org
4335 L: linux-omap@vger.kernel.org
4340 M: me@bobcopeland.com
4341 L: linux-karma-devel@lists.sourceforge.net
4343 F: Documentation/filesystems/omfs.txt
4346 OMNIKEY CARDMAN 4000 DRIVER
4348 M: laforge@gnumonks.org
4350 F: drivers/char/pcmcia/cm4000_cs.c
4351 F: include/linux/cm4000_cs.h
4353 OMNIKEY CARDMAN 4040 DRIVER
4355 M: laforge@gnumonks.org
4357 F: drivers/char/pcmcia/cm4040_cs.*
4359 OMNIVISION OV7670 SENSOR DRIVER
4362 L: linux-media@vger.kernel.org
4363 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4365 F: drivers/media/video/ov7670.c
4367 ONENAND FLASH DRIVER
4369 M: kyungmin.park@samsung.com
4370 L: linux-mtd@lists.infradead.org
4372 F: drivers/mtd/onenand/
4373 F: include/linux/mtd/onenand*.h
4375 ONSTREAM SCSI TAPE DRIVER
4378 L: osst-users@lists.sourceforge.net
4379 L: linux-scsi@vger.kernel.org
4381 F: drivers/scsi/osst*
4384 OPENCORES I2C BUS DRIVER
4386 M: jacmet@sunsite.dk
4387 L: linux-i2c@vger.kernel.org
4389 F: Documentation/i2c/busses/i2c-ocores
4390 F: drivers/i2c/busses/i2c-ocores.c
4394 M: robert.richter@amd.com
4395 L: oprofile-list@lists.sf.net
4398 F: drivers/oprofile/
4399 F: include/linux/oprofile.h
4401 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4405 M: joel.becker@oracle.com
4406 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4407 W: http://oss.oracle.com/projects/ocfs2/
4408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4410 F: Documentation/filesystems/ocfs2.txt
4411 F: Documentation/filesystems/dlmfs.txt
4418 M: hermes@gibson.dropbear.id.au
4419 L: linux-wireless@vger.kernel.org
4420 L: orinoco-users@lists.sourceforge.net
4421 L: orinoco-devel@lists.sourceforge.net
4422 W: http://www.nongnu.org/orinoco/
4424 F: drivers/net/wireless/orinoco/
4426 OSD LIBRARY and FILESYSTEM
4428 M: bharrosh@panasas.com
4430 M: bhalevy@panasas.com
4431 L: osd-dev@open-osd.org
4432 W: http://open-osd.org
4433 T: git git://git.open-osd.org/open-osd.git
4435 F: drivers/scsi/osd/
4436 F: drivers/include/scsi/osd_*
4441 M: flamingice@sourmilk.net
4442 L: linux-wireless@vger.kernel.org
4443 W: http://prism54.org
4444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4446 F: drivers/net/wireless/p54/
4448 PA SEMI ETHERNET DRIVER
4451 L: netdev@vger.kernel.org
4453 F: drivers/net/pasemi_mac.*
4455 PA SEMI SMBUS DRIVER
4458 L: linux-i2c@vger.kernel.org
4460 F: drivers/i2c/busses/i2c-pasemi.c
4462 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4464 M: laforge@gnumonks.org
4466 F: drivers/platform/x86/panasonic-laptop.c
4468 PANASONIC MN10300/AM33 PORT
4470 M: dhowells@redhat.com
4472 M: yasutake.koichi@jp.panasonic.com
4473 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4474 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4476 F: Documentation/mn10300/
4479 PARALLEL PORT SUPPORT
4480 L: linux-parport@lists.infradead.org (subscribers-only)
4483 F: include/linux/parport*.h
4484 F: drivers/char/ppdev.c
4485 F: include/linux/ppdev.h
4487 PARAVIRT_OPS INTERFACE
4488 P: Jeremy Fitzhardinge
4489 M: jeremy@xensource.com
4491 M: chrisw@sous-sol.org
4493 M: akataria@vmware.com
4495 M: rusty@rustcorp.com.au
4496 L: virtualization@lists.osdl.org
4498 F: Documentation/ia64/paravirt_ops.txt
4499 F: arch/*/kernel/paravirt*
4500 F: arch/*/include/asm/paravirt.h
4502 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4505 L: linux-parport@lists.infradead.org (subscribers-only)
4506 W: http://www.torque.net/linux-pp.html
4508 F: Documentation/blockdev/paride.txt
4509 F: drivers/block/paride/
4516 L: linux-parisc@vger.kernel.org
4517 W: http://www.parisc-linux.org/
4518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4523 PC87360 HARDWARE MONITORING DRIVER
4525 M: jim.cromie@gmail.com
4526 L: lm-sensors@lm-sensors.org
4528 F: Documentation/hwmon/pc87360
4529 F: drivers/hwmon/pc87360.c
4533 M: jim.cromie@gmail.com
4535 F: drivers/char/pc8736x_gpio.c
4539 M: riku.voipio@iki.fi
4541 F: drivers/leds/leds-pca9532.c
4542 F: include/linux/leds-pca9532.h
4546 M: linas@austin.ibm.com
4547 L: linux-pci@vger.kernel.org
4549 F: Documentation/PCI/pci-error-recovery.txt
4550 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4554 M: jbarnes@virtuousgeek.org
4555 L: linux-pci@vger.kernel.org
4556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4558 F: Documentation/PCI/
4560 F: include/linux/pci*
4563 P: Kristen Carlson Accardi
4564 M: kristen.c.accardi@intel.com
4565 L: linux-pci@vger.kernel.org
4567 F: drivers/pci/pcie/
4570 P: Linux PCMCIA Team
4571 L: linux-pcmcia@lists.infradead.org
4572 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4573 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4575 F: Documentation/pcmcia/
4579 PCNET32 NETWORK DRIVER
4581 M: pcnet32@verizon.net
4582 L: netdev@vger.kernel.org
4584 F: drivers/net/pcnet32.c
4586 PER-TASK DELAY ACCOUNTING
4588 M: balbir@linux.vnet.ibm.com
4590 F: include/linux/delayacct.h
4591 F: kernel/delayacct.c
4593 PERFORMANCE COUNTER SUBSYSTEM
4595 M: a.p.zijlstra@chello.nl
4600 L: linux-kernel@vger.kernel.org
4603 PERSONALITY HANDLING
4604 P: Christoph Hellwig
4605 M: hch@infradead.org
4606 L: linux-abi-devel@lists.sourceforge.net
4608 F: include/linux/personality.h
4612 M: joern@lazybastard.org
4613 L: linux-mtd@lists.infradead.org
4615 F: drivers/mtd/devices/phram.c
4619 M: petero2@telia.com
4621 F: drivers/block/pktcdvd.c
4622 F: include/linux/pktcdvd.h
4624 POSIX CLOCKS and TIMERS
4626 M: tglx@linutronix.de
4629 F: include/linux/timer*
4632 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4636 M: dwmw2@infradead.org
4637 T: git git://git.infradead.org/battery-2.6.git
4639 F: include/linux/power_supply.h
4640 F: drivers/power/power_supply*
4646 M: bjorn.helgaas@hp.com
4652 M: vitalywool@gmail.com
4653 L: linux-i2c@vger.kernel.org
4655 F: drivers/i2c/busses/i2c-pnx.c
4657 PPP PROTOCOL DRIVERS AND COMPRESSORS
4660 L: linux-ppp@vger.kernel.org
4662 F: drivers/net/ppp_*
4664 PPP OVER ATM (RFC 2364)
4665 P: Mitchell Blank Jr
4668 F: net/atm/pppoatm.c
4669 F: include/linux/atmppp.h
4673 M: mostrows@earthlink.net
4675 F: drivers/net/pppoe.c
4676 F: drivers/net/pppox.c
4680 M: jchapman@katalix.com
4682 F: drivers/net/pppol2tp.c
4683 F: include/linux/if_pppol2tp.h
4687 M: giometti@enneenne.com
4688 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4689 L: linuxpps@ml.enneenne.com (subscribers-only)
4695 L: kpreempt-tech@lists.sourceforge.net
4696 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4698 F: Documentation/preempt-locking.txt
4699 F: include/linux/preempt.h
4701 PRISM54 WIRELESS DRIVER
4702 P: Luis R. Rodriguez
4704 L: linux-wireless@vger.kernel.org
4705 W: http://prism54.org
4707 F: drivers/net/wireless/prism54/
4709 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4711 M: promise@pnd-pc.demon.co.uk
4712 W: http://www.pnd-pc.demon.co.uk/promise/
4715 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4716 P: Mikael Pettersson
4718 L: linux-ide@vger.kernel.org
4720 F: drivers/ata/sata_promise.*
4724 M: geoffrey.levand@am.sony.com
4725 L: netdev@vger.kernel.org
4726 L: cbe-oss-dev@ozlabs.org
4728 F: drivers/net/ps3_gelic_net.*
4730 PS3 PLATFORM SUPPORT
4732 M: geoffrey.levand@am.sony.com
4733 L: linuxppc-dev@ozlabs.org
4734 L: cbe-oss-dev@ozlabs.org
4736 F: arch/powerpc/boot/ps3*
4737 F: arch/powerpc/include/asm/lv1call.h
4738 F: arch/powerpc/include/asm/ps3*.h
4739 F: arch/powerpc/platforms/ps3/
4742 F: drivers/rtc/rtc-ps3.c
4743 F: drivers/usb/host/*ps3.c
4744 F: sound/ppc/snd_ps3*
4749 L: cbe-oss-dev@ozlabs.org
4754 M: roland@redhat.com
4758 F: include/asm-generic/syscall.h
4759 F: include/linux/ptrace.h
4760 F: include/linux/regset.h
4761 F: include/linux/tracehook.h
4764 PVRUSB2 VIDEO4LINUX DRIVER
4767 L: pvrusb2@isely.net (subscribers-only)
4768 L: linux-media@vger.kernel.org
4769 W: http://www.isely.net/pvrusb2/
4770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4772 F: Documentation/video4linux/README.pvrusb2
4773 F: drivers/media/video/pvrusb2/
4775 PXA2xx/PXA3xx SUPPORT
4777 M: eric.y.miao@gmail.com
4779 M: linux@arm.linux.org.uk
4780 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4782 F: arch/arm/mach-pxa/
4783 F: drivers/pcmcia/pxa2xx*
4784 F: drivers/spi/pxa2xx*
4785 F: drivers/usb/gadget/pxa2*
4786 F: include/sound/pxa2xx-lib.h
4792 M: eric.y.miao@gmail.com
4794 M: jason.chagas@marvell.com
4795 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4801 M: eric.y.miao@gmail.com
4802 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4811 M: robert.jarzmik@free.fr
4812 L: rtc-linux@googlegroups.com
4815 QLOGIC QLA2XXX FC-SCSI DRIVER
4817 M: linux-driver@qlogic.com
4818 L: linux-scsi@vger.kernel.org
4820 F: Documentation/scsi/LICENSE.qla2xxx
4821 F: drivers/scsi/qla2xxx/
4823 QLOGIC QLA3XXX NETWORK DRIVER
4825 M: linux-driver@qlogic.com
4826 L: netdev@vger.kernel.org
4828 F: Documentation/networking/LICENSE.qla3xxx
4829 F: drivers/net/qla3xxx.*
4831 QLOGIC QLGE 10Gb ETHERNET DRIVER
4833 M: linux-driver@qlogic.com
4834 M: ron.mercer@qlogic.com
4835 L: netdev@vger.kernel.org
4837 F: drivers/net/qlge/
4842 W: http://www.alarsen.net/linux/qnx4fs/
4845 F: include/linux/qnx4_fs.h
4846 F: include/linux/qnxtypes.h
4848 RADEON FRAMEBUFFER DISPLAY DRIVER
4849 P: Benjamin Herrenschmidt
4850 M: benh@kernel.crashing.org
4851 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4853 F: drivers/video/aty/radeon*
4854 F: include/linux/radeonfb.h
4856 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4859 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4861 F: drivers/video/aty/aty128fb.c
4863 RALINK RT2X00 WIRELESS LAN DRIVER
4865 L: linux-wireless@vger.kernel.org
4866 L: users@rt2x00.serialmonkey.com
4867 W: http://rt2x00.serialmonkey.com/
4869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4870 F: drivers/net/wireless/rt2x00/
4872 RAMDISK RAM BLOCK DEVICE DRIVER
4876 F: Documentation/blockdev/ramdisk.txt
4877 F: drivers/block/brd.c
4879 RANDOM NUMBER DRIVER
4883 F: drivers/char/random.c
4887 M: mporter@kernel.crashing.org
4891 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4893 M: coreythomas@charter.net
4894 L: linux-wireless@vger.kernel.org
4896 F: drivers/net/wireless/ray*
4900 M: josh@freedesktop.org
4902 M: paulmck@linux.vnet.ibm.com
4904 F: Documentation/RCU/torture.txt
4905 F: kernel/rcutorture.c
4909 M: florian@openwrt.org
4912 RDC R6040 FAST ETHERNET DRIVER
4914 M: florian@openwrt.org
4915 L: netdev@vger.kernel.org
4917 F: drivers/net/r6040.c
4919 RDS - RELIABLE DATAGRAM SOCKETS
4921 M: andy.grover@oracle.com
4922 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4926 READ-COPY UPDATE (RCU)
4928 M: dipankar@in.ibm.com
4930 M: paulmck@linux.vnet.ibm.com
4931 W: http://www.rdrop.com/users/paulmck/rclock/
4933 F: Documentation/RCU/rcu.txt
4934 F: Documentation/RCU/rcuref.txt
4935 F: include/linux/rcupdate.h
4936 F: include/linux/srcu.h
4937 F: kernel/rcupdate.c
4939 REAL TIME CLOCK DRIVER
4941 M: p_gortmaker@yahoo.com
4943 F: Documentation/rtc.txt
4945 F: include/linux/rtc.h
4947 REAL TIME CLOCK (RTC) SUBSYSTEM
4949 M: a.zummo@towertech.it
4950 L: rtc-linux@googlegroups.com
4952 F: Documentation/rtc.txt
4954 F: include/linux/rtc.h
4956 REISERFS FILE SYSTEM
4957 L: reiserfs-devel@vger.kernel.org
4963 M: johannes@sipsolutions.net
4964 L: linux-wireless@vger.kernel.org
4966 F Documentation/rfkill.txt
4971 F: Documentation/serial/riscom8.txt
4972 F: drivers/char/riscom8*
4976 W: http://www.comtrol.com
4978 F: Documentation/serial/rocket.txt
4979 F: drivers/char/rocket*
4983 M: ralf@linux-mips.org
4984 L: linux-hams@vger.kernel.org
4985 W: http://www.linux-ax25.org/
4987 F: include/linux/rose.h
4988 F: include/net/rose.h
4991 RTL8180 WIRELESS DRIVER
4993 M: linville@tuxdriver.com
4994 L: linux-wireless@vger.kernel.org
4995 W: http://linuxwireless.org/
4996 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4998 F: drivers/net/wireless/rtl818*
5000 RTL8187 WIRELESS DRIVER
5001 P: Herton Ronaldo Krzesinski
5002 M: herton@mandriva.com.br
5004 M: htl10@users.sourceforge.net
5006 M: Larry.Finger@lwfinger.net
5007 L: linux-wireless@vger.kernel.org
5008 W: http://linuxwireless.org/
5009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5011 F: drivers/net/wireless/rtl818x/rtl8187*
5013 S3 SAVAGE FRAMEBUFFER DRIVER
5015 M: adaplas@gmail.com
5016 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5018 F: drivers/video/savage/
5021 P: Martin Schwidefsky
5022 M: schwidefsky@de.ibm.com
5024 M: heiko.carstens@de.ibm.com
5025 M: linux390@de.ibm.com
5026 L: linux-s390@vger.kernel.org
5027 W: http://www.ibm.com/developerworks/linux/linux390/
5031 S390 NETWORK DRIVERS
5033 M: ursula.braun@de.ibm.com
5035 M: blaschka@linux.vnet.ibm.com
5036 M: linux390@de.ibm.com
5037 L: linux-s390@vger.kernel.org
5038 W: http://www.ibm.com/developerworks/linux/linux390/
5040 F: drivers/s390/net/
5044 M: felix.beck@de.ibm.com
5046 M: ralph.wuerthner@de.ibm.com
5047 M: linux390@de.ibm.com
5048 L: linux-s390@vger.kernel.org
5050 F: drivers/s390/crypto/
5054 M: christof.schmitt@de.ibm.com
5057 M: linux390@de.ibm.com
5058 L: linux-s390@vger.kernel.org
5059 W: http://www.ibm.com/developerworks/linux/linux390/
5061 F: Documentation/s390/zfcpdump.txt
5062 F: drivers/s390/scsi/zfcp_*
5064 S390 IUCV NETWORK LAYER
5066 M: ursula.braun@de.ibm.com
5067 M: linux390@de.ibm.com
5068 L: linux-s390@vger.kernel.org
5069 W: http://www.ibm.com/developerworks/linux/linux390/
5071 F: drivers/s390/net/*iucv*
5072 F: include/net/iucv/
5075 S3C24XX SD/MMC Driver
5077 M: ben-linux@fluff.org
5078 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5080 F: drivers/mmc/host/s3cmci.*
5082 SAA7146 VIDEO4LINUX-2 DRIVER
5085 L: linux-media@vger.kernel.org
5086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5087 W: http://www.mihu.de/linux/saa7146
5089 F: drivers/media/common/saa7146*
5090 F: drivers/media/video/*7146*
5091 F: include/media/*7146*
5095 M: zwane@arm.linux.org.uk
5097 F: drivers/watchdog/sc1200wdt.c
5103 M: peterz@infradead.org
5106 F: include/linux/sched.h
5111 L: linux-scsi@vger.kernel.org
5112 W: http://www.kernel.dk
5118 M: dgilbert@interlog.com
5119 L: linux-scsi@vger.kernel.org
5120 W: http://www.torque.net/sg
5122 F: drivers/scsi/sg.c
5123 F: include/scsi/sg.h
5126 P: James E.J. Bottomley
5127 M: James.Bottomley@HansenPartnership.com
5128 L: linux-scsi@vger.kernel.org
5129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5138 M: Kai.Makisara@kolumbus.fi
5139 L: linux-scsi@vger.kernel.org
5141 F: Documentation/scsi/st.txt
5146 M: vladislav.yasevich@hp.com
5147 P: Sridhar Samudrala
5149 L: linux-sctp@vger.kernel.org
5150 W: http://lksctp.sourceforge.net
5152 F: Documentation/networking/sctp.txt
5153 F: include/linux/sctp.h
5154 F: include/net/sctp/
5159 M: jim.cromie@gmail.com
5161 F: Documentation/i2c/busses/scx200_acb
5162 F: arch/x86/kernel/scx200_32.c
5163 F: drivers/watchdog/scx200_wdt.c
5164 F: drivers/i2c/busses/scx200*
5165 F: drivers/mtd/maps/scx200_docflash.c
5166 F: include/linux/scx200.h
5170 M: jim.cromie@gmail.com
5172 F: drivers/char/scx200_gpio.c
5173 F: include/linux/scx200_gpio.h
5175 SCx200 HRT CLOCKSOURCE DRIVER
5177 M: jim.cromie@gmail.com
5179 F: drivers/clocksource/scx200_hrt.c
5181 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5183 M: saschasommer@freenet.de
5184 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5186 F: drivers/mmc/host/sdricoh_cs.c
5188 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5191 L: sdhci-devel@lists.ossman.eu
5194 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5196 M: avorontsov@ru.mvista.com
5197 L: linuxppc-dev@ozlabs.org
5198 L: sdhci-devel@lists.ossman.eu
5200 F: drivers/mmc/host/sdhci.*
5202 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5204 M: ben-linux@fluff.org
5205 L: sdhci-devel@lists.ossman.eu
5207 F: drivers/mmc/host/sdhci-s3c.c
5211 M: jmorris@namei.org
5212 L: linux-security-module@vger.kernel.org (suggested Cc:)
5213 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5214 W: http://security.wiki.kernel.org/
5219 P: Security Officers
5220 M: security@kernel.org
5223 SELINUX SECURITY MODULE
5225 M: sds@tycho.nsa.gov
5227 M: jmorris@namei.org
5229 M: eparis@parisplace.org
5230 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5231 W: http://selinuxproject.org
5232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5234 F: include/linux/selinux*
5235 F: security/selinux/
5239 M: jirislaby@gmail.com
5241 F: drivers/misc/phantom.c
5242 F: include/linux/phantom.h
5244 SERIAL ATA (SATA) SUBSYSTEM
5246 M: jgarzik@pobox.com
5247 L: linux-ide@vger.kernel.org
5248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5251 F: include/linux/ata.h
5252 F: include/linux/libata.h
5254 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5256 M: sathyap@serverengines.com
5257 P: Subbu Seetharaman
5258 M: subbus@serverengines.com
5259 L: netdev@vger.kernel.org
5260 W: http://www.serverengines.com
5262 F: drivers/net/benet/
5267 P: Robert Stonehouse
5268 M: linux-net-drivers@solarflare.com
5276 F: drivers/misc/sgi-gru/
5278 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5281 L: linux-ia64@vger.kernel.org
5283 F: Documentation/ia64/serial.txt
5284 F: drivers/serial/ioc?_serial.c
5285 F: include/linux/ioc?.h
5287 SGI VISUAL WORKSTATION 320 AND 540
5290 L: linux-visws-devel@lists.sf.net
5291 W: http://linux-visws.sf.net
5292 S: Maintained for 2.6.
5293 F: Documentation/sgi-visws.txt
5295 SGI XP/XPC/XPNET DRIVER
5299 F: drivers/misc/sgi-xp/
5301 SHARP LH SUPPORT (LH7952X & LH7A40X)
5304 W: http://projects.buici.com/arm
5305 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5307 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5308 F: arch/arm/mach-lh7a40x/
5309 F: drivers/serial/serial_lh7a40x.c
5310 F: drivers/usb/gadget/lh7a40*
5311 F: drivers/usb/host/ohci-lh7a40*
5314 P: Kristen Carlson Accardi
5315 M: kristen.c.accardi@intel.com
5316 L: linux-pci@vger.kernel.org
5318 F: drivers/pci/hotplug/shpchp*
5320 SIMTEC EB110ATX (Chalice CATS)
5323 M: support@simtec.co.uk
5324 W: http://www.simtec.co.uk/products/EB110ATX/
5327 SIMTEC EB2410ITX (BAST)
5330 M: support@simtec.co.uk
5331 W: http://www.simtec.co.uk/products/EB2410ITX/
5333 F: arch/arm/mach-s3c2410/
5334 F: drivers/*/*s3c2410*
5335 F: drivers/*/*/*s3c2410*
5337 SIS 190 ETHERNET DRIVER
5339 M: romieu@fr.zoreil.com
5340 L: netdev@vger.kernel.org
5342 F: drivers/net/sis190.c
5344 SIS 900/7016 FAST ETHERNET DRIVER
5346 M: venza@brownhat.org
5347 W: http://www.brownhat.org/sis900.html
5348 L: netdev@vger.kernel.org
5350 F: drivers/net/sis900.*
5352 SIS 96X I2C/SMBUS DRIVER
5354 M: mhoffman@lightlink.com
5355 L: linux-i2c@vger.kernel.org
5357 F: Documentation/i2c/busses/i2c-sis96x
5358 F: drivers/i2c/busses/i2c-sis96x.c
5360 SIS FRAMEBUFFER DRIVER
5361 P: Thomas Winischhofer
5362 M: thomas@winischhofer.net
5363 W: http://www.winischhofer.net/linuxsisvga.shtml
5365 F: Documentation/fb/sisfb.txt
5366 F: drivers/video/sis/
5367 F: include/video/sisfb.h
5370 P: Thomas Winischhofer
5371 M: thomas@winischhofer.net
5372 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5374 F: drivers/usb/misc/sisusbvga/
5376 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5377 P: Stephen Hemminger
5378 M: shemminger@linux-foundation.org
5379 L: netdev@vger.kernel.org
5381 F: drivers/net/skge.*
5382 F: drivers/net/sky2.*
5385 P: Christoph Lameter
5386 M: cl@linux-foundation.org
5388 M: penberg@cs.helsinki.fi
5391 L: linux-mm@kvack.org
5393 F: include/linux/sl?b*.h
5396 SMC91x ETHERNET DRIVER
5400 F: drivers/net/smc91x.*
5402 SMSC47B397 HARDWARE MONITOR DRIVER
5404 M: mhoffman@lightlink.com
5405 L: lm-sensors@lm-sensors.org
5407 F: Documentation/hwmon/smsc47b397
5408 F: drivers/hwmon/smsc47b397.c
5410 SMSC911x ETHERNET DRIVER
5411 P: Steve Glendinning
5412 M: steve.glendinning@smsc.com
5413 L: netdev@vger.kernel.org
5415 F: include/linux/smsc911x.h
5416 F: drivers/net/smsc911x.*
5418 SMSC9420 PCI ETHERNET DRIVER
5419 P: Steve Glendinning
5420 M: steve.glendinning@smsc.com
5421 L: netdev@vger.kernel.org
5423 F: drivers/net/smsc9420.*
5427 M: bn@niasdigital.com
5429 F: drivers/uio/uio_smx.c
5431 SN-IA64 (Itanium) SUB-PLATFORM
5434 L: linux-altix@sgi.com
5435 L: linux-ia64@vger.kernel.org
5436 W: http://www.sgi.com/altix
5440 SOC-CAMERA V4L2 SUBSYSTEM
5441 P: Guennadi Liakhovetski
5442 M: g.liakhovetski@gmx.de
5443 L: linux-media@vger.kernel.org
5444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5446 F: include/media/v4l2*
5447 F: drivers/media/video/v4l2*
5449 SOEKRIS NET48XX LED SUPPORT
5453 F: drivers/leds/leds-net48xx.c
5455 SOFTWARE RAID (Multiple Disks) SUPPORT
5458 L: linux-raid@vger.kernel.org
5461 F: include/linux/raid/
5463 SONIC NETWORK DRIVER
5464 P: Thomas Bogendoerfer
5465 M: tsbogend@alpha.franken.de
5466 L: netdev@vger.kernel.org
5468 F: drivers/net/sonic.*
5470 SONICS SILICON BACKPLANE DRIVER (SSB)
5473 L: netdev@vger.kernel.org
5476 F: include/linux/ssb/
5478 SONY VAIO CONTROL DEVICE DRIVER
5480 M: malattia@linux.it
5481 L: linux-acpi@vger.kernel.org
5482 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5484 F: Documentation/laptops/sony-laptop.txt
5485 F: drivers/char/sonypi.c
5486 F: drivers/platform/x86/sony-laptop.c
5487 F: include/linux/sony-laptop.h
5489 SONY MEMORYSTICK CARD SUPPORT
5492 W: http://tifmxx.berlios.de/
5494 F: drivers/memstick/host/tifm_ms.c
5501 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5502 W: http://www.alsa-project.org/
5503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5504 T: git git://git.alsa-project.org/alsa-kernel.git
5506 F: Documentation/sound/
5510 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5512 M: lrg@slimlogic.co.uk
5514 M: broonie@opensource.wolfsonmicro.com
5515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5516 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5517 W: http://alsa-project.org/main/index.php/ASoC
5520 F: include/sound/soc*
5522 SPARC + UltraSPARC (sparc/sparc64)
5524 M: davem@davemloft.net
5525 L: sparclinux@vger.kernel.org
5526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5531 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5533 M: R.E.Wolff@BitWizard.nl
5535 F: Documentation/serial/specialix.txt
5536 F: drivers/char/specialix*
5540 M: dbrownell@users.sourceforge.net
5541 L: spi-devel-general@lists.sourceforge.net
5543 F: Documentation/spi/
5545 F: include/linux/spi/
5547 SPIDERNET NETWORK DRIVER for CELL
5549 M: kou.ishizaki@toshiba.co.jp
5552 L: netdev@vger.kernel.org
5554 F: Documentation/networking/spider_net.txt
5555 F: drivers/net/spider_net*
5560 L: linuxppc-dev@ozlabs.org
5561 L: cbe-oss-dev@ozlabs.org
5562 W: http://www.ibm.com/developerworks/power/cell/
5564 F: Documentation/filesystems/spufs.txt
5565 F: arch/powerpc/platforms/cell/spufs/
5567 SQUASHFS FILE SYSTEM
5569 M: phillip@lougher.demon.co.uk
5570 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5571 W: http://squashfs.org.uk
5573 F: Documentation/filesystems/squashfs.txt
5576 SRM (Alpha) environment access
5577 P: Jan-Benedict Glaw
5578 M: jbglaw@lug-owl.de
5580 F: arch/alpha/kernel/srm_env.c
5583 P: Greg Kroah-Hartman
5586 M: chrisw@sous-sol.org
5587 L: stable@kernel.org
5591 P: Greg Kroah-Hartman
5593 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5594 L: devel@driverdev.osuosl.org
5598 STARFIRE/DURALAN NETWORK DRIVER
5602 F: drivers/net/starfire*
5604 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5606 F: drivers/net/wireless/strip.c
5607 F: include/linux/if_strip.h
5609 STRADIS MPEG-2 DECODER DRIVER
5612 W: http://www.stradis.com/
5614 F: drivers/media/video/stradis.c
5619 W: http://sammy.net/sun3/
5621 F: arch/m68k/kernel/*sun3*
5623 F: arch/m68k/include/asm/sun3*
5627 M: lethal@linux-sh.org
5628 L: linux-sh@vger.kernel.org
5629 W: http://www.linux-sh.org
5630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5632 F: Documentation/sh/
5638 M: len.brown@intel.com
5641 P: Rafael J. Wysocki
5643 L: linux-pm@lists.linux-foundation.org
5645 F: Documentation/power/
5646 F: arch/x86/kernel/acpi/
5647 F: drivers/base/power/
5649 F: include/linux/suspend.h
5650 F: include/linux/freezer.h
5651 F: include/linux/pm.h
5656 L: linux-video@atrey.karlin.mff.cuni.cz
5658 F: Documentation/svga.txt
5659 F: arch/x86/boot/video*
5662 P: Christoph Hellwig
5663 M: hch@infradead.org
5665 F: Documentation/filesystems/sysv-fs.txt
5667 F: include/linux/sysv_fs.h
5669 TASKSTATS STATISTICS INTERFACE
5671 M: balbir@linux.vnet.ibm.com
5673 F: Documentation/accounting/taskstats*
5674 F: include/linux/taskstats*
5675 F: kernel/taskstats.c
5680 L: netdev@vger.kernel.org
5682 F: include/linux/pkt_cls.h
5683 F: include/net/pkt_cls.h
5686 TCP LOW PRIORITY MODULE
5687 P: Wong Hoi Sing, Edison
5688 M: hswong3i@gmail.com
5689 P: Hung Hing Lun, Mike
5690 M: hlhung3i@gmail.com
5691 W: http://tcp-lp-mod.sourceforge.net/
5693 F: net/ipv4/tcp_lp.c
5695 TEHUTI ETHERNET DRIVER
5696 P: Alexander Indenbaum
5697 M: baum@tehutinetworks.net
5699 M: andy@greyhouse.net
5700 L: netdev@vger.kernel.org
5702 F: drivers/net/tehuti*
5704 Telecom Clock Driver for MCPL0010
5706 M: mark.gross@intel.com
5708 F: drivers/char/tlclk.c
5710 TENSILICA XTENSA PORT (xtensa)
5716 THINKPAD ACPI EXTRAS DRIVER
5717 P: Henrique de Moraes Holschuh
5718 M: ibm-acpi@hmh.eng.br
5719 L: ibm-acpi-devel@lists.sourceforge.net
5720 W: http://ibm-acpi.sourceforge.net
5721 W: http://thinkwiki.org/wiki/Ibm-acpi
5722 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5724 F: drivers/platform/x86/thinkpad_acpi.c
5726 TI FLASH MEDIA INTERFACE DRIVER
5730 F: drivers/misc/tifm*
5731 F: drivers/mmc/host/tifm_sd.c
5732 F: include/linux/tifm.h
5734 TI TWL4030 SERIES SOC CODEC DRIVER
5736 M: peter.ujfalusi@nokia.com
5737 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5739 F: sound/soc/codecs/twl4030*
5743 M: per.liden@ericsson.com
5745 M: jon.maloy@ericsson.com
5747 M: allan.stephens@windriver.com
5748 L: tipc-discussion@lists.sourceforge.net
5749 W: http://tipc.sourceforge.net/
5750 W: http://tipc.cslab.ericsson.net/
5751 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5753 F: include/linux/tipc*.h
5754 F: include/net/tipc/
5760 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5761 W: http://sourceforge.net/projects/tlan/
5763 F: Documentation/networking/tlan.txt
5764 F: drivers/net/tlan.*
5766 TOMOYO SECURITY MODULE
5768 M: takedakn@nttdata.co.jp
5770 M: penguin-kernel@I-love.SAKURA.ne.jp
5771 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5772 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5773 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5774 W: http://tomoyo.sourceforge.jp/
5775 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5779 TOSHIBA ACPI EXTRAS DRIVER
5781 F: drivers/platform/x86/toshiba_acpi.c
5785 M: jonathan@buzzard.org.uk
5786 L: tlinux-users@tce.toshiba-dme.co.jp
5787 W: http://www.buzzard.org.uk/toshiba/
5789 F: drivers/char/toshiba.c
5790 F: include/linux/toshiba.h
5794 M: ian@mnementh.co.uk
5796 F: drivers/mmc/host/tmio_mmc.*
5798 TMPFS (SHMEM FILESYSTEM)
5800 M: hugh.dickins@tiscali.co.uk
5801 L: linux-mm@kvack.org
5803 F: include/linux/shmem_fs.h
5808 M: debora@linux.vnet.ibm.com
5810 M: srajiv@linux.vnet.ibm.com
5811 W: http://tpmdd.sourceforge.net
5813 M: m.selhorst@sirrix.com
5814 W: http://www.sirrix.com
5815 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5817 F: drivers/char/tpm/
5821 M: trivial@kernel.org
5822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5827 M: alan@lxorguk.ukuu.org.uk
5829 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5830 F: drivers/char/tty_*
5831 F: drivers/serial/serial_core.c
5832 F: include/linux/serial_core.h
5833 F: include/linux/serial.h
5834 F: include/linux/tty.h
5836 TULIP NETWORK DRIVERS
5838 M: grundler@parisc-linux.org
5841 L: netdev@vger.kernel.org
5843 F: drivers/net/tulip/
5846 P: Maxim Krasnyansky
5847 M: maxk@qualcomm.com
5848 L: vtun@office.satix.net
5849 W: http://vtun.sourceforge.net/tun
5851 F: Documentation/networking/tuntap.txt
5852 F: arch/um/os-Linux/drivers/
5854 TURBOCHANNEL SUBSYSTEM
5855 P: Maciej W. Rozycki
5856 M: macro@linux-mips.org
5859 F: include/linux/tc.h
5863 M: ballabio_dario@emc.com
5864 L: linux-scsi@vger.kernel.org
5866 F: drivers/scsi/u14-34f.c
5868 UBI FILE SYSTEM (UBIFS)
5870 M: dedekind@infradead.org
5872 M: adrian.hunter@nokia.com
5873 L: linux-mtd@lists.infradead.org
5874 T: git git://git.infradead.org/ubifs-2.6.git
5875 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5877 F: Documentation/filesystems/ubifs.txt
5880 UCLINUX (AND M68KNOMMU)
5883 W: http://www.uclinux.org/
5884 L: uclinux-dev@uclinux.org (subscribers-only)
5888 UCLINUX FOR RENESAS H8/300 (H8300)
5890 M: ysato@users.sourceforge.jp
5891 W: http://uclinux-h8.sourceforge.jp/
5897 W: http://linux-udf.sourceforge.net
5899 F: Documentation/filesystems/udf.txt
5903 P: Evgeniy Dushistov
5904 M: dushistov@mail.ru
5906 F: Documentation/filesystems/ufs.txt
5909 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5911 M: david.vrabel@csr.com
5912 L: linux-usb@vger.kernel.org
5915 F: include/linux/uwb.h
5916 F: include/linux/uwb/
5918 UNIFORM CDROM DRIVER
5921 W: http://www.kernel.dk
5923 F: Documentation/cdrom/
5924 F: drivers/cdrom/cdrom.c
5925 F: include/linux/cdrom.h
5927 UNSORTED BLOCK IMAGES (UBI)
5929 M: dedekind@infradead.org
5930 W: http://www.linux-mtd.infradead.org/
5931 L: linux-mtd@lists.infradead.org
5932 T: git git://git.infradead.org/ubi-2.6.git
5935 F: include/linux/mtd/ubi.h
5936 F: include/mtd/ubi-user.h
5940 M: oliver@neukum.name
5941 L: linux-usb@vger.kernel.org
5943 F: Documentation/usb/acm.txt
5944 F: drivers/usb/class/cdc-acm.*
5946 USB BLOCK DRIVER (UB ub)
5948 M: zaitcev@redhat.com
5949 L: linux-usb@vger.kernel.org
5951 F: drivers/block/ub.c
5953 USB CDC ETHERNET DRIVER
5954 P: Greg Kroah-Hartman
5956 L: linux-usb@vger.kernel.org
5958 W: http://www.kroah.com/linux-usb/
5959 F: drivers/net/usb/cdc_*.c
5960 F: include/linux/usb/cdc.h
5962 USB CYPRESS C67X00 DRIVER
5964 M: jacmet@sunsite.dk
5965 L: linux-usb@vger.kernel.org
5967 F: drivers/usb/c67x00/
5969 USB DAVICOM DM9601 DRIVER
5971 M: jacmet@sunsite.dk
5972 L: netdev@vger.kernel.org
5973 W: http://www.linux-usb.org/usbnet
5975 F: drivers/net/usb/dm9601.c
5977 USB DIAMOND RIO500 DRIVER
5980 L: rio500-users@lists.sourceforge.net
5981 W: http://rio500.sourceforge.net
5983 F: drivers/usb/misc/rio500*
5987 M: dbrownell@users.sourceforge.net
5988 L: linux-usb@vger.kernel.org
5990 F: Documentation/usb/ehci.txt
5991 F: drivers/usb/host/ehci*
5993 USB ET61X[12]51 DRIVER
5995 M: luca.risolia@studio.unibo.it
5996 L: linux-usb@vger.kernel.org
5997 L: linux-media@vger.kernel.org
5998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5999 W: http://www.linux-projects.org
6001 F: drivers/media/video/et61x251/
6003 USB GADGET/PERIPHERAL SUBSYSTEM
6005 M: dbrownell@users.sourceforge.net
6006 L: linux-usb@vger.kernel.org
6007 W: http://www.linux-usb.org/gadget
6009 F: drivers/usb/gadget/
6010 F: include/linux/usb/gadget*
6012 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6015 L: linux-usb@vger.kernel.org
6016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6018 F: Documentation/usb/hiddev.txt
6019 F: drivers/hid/usbhid/
6023 M: ok@artecdesign.ee
6024 L: linux-usb@vger.kernel.org
6026 F: drivers/usb/host/isp116x*
6027 F: include/linux/usb/isp116x.h
6029 USB KAWASAKI LSI DRIVER
6031 M: oliver@neukum.name
6032 L: linux-usb@vger.kernel.org
6034 F: drivers/usb/serial/kl5kusb105.*
6036 USB MASS STORAGE DRIVER
6038 M: mdharm-usb@one-eyed-alien.net
6039 L: linux-usb@vger.kernel.org
6040 L: usb-storage@lists.one-eyed-alien.net
6042 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6043 F: drivers/usb/storage/
6047 M: dbrownell@users.sourceforge.net
6048 L: linux-usb@vger.kernel.org
6050 F: Documentation/usb/ohci.txt
6051 F: drivers/usb/host/ohci*
6053 USB OPTION-CARD DRIVER
6055 M: smurf@smurf.noris.de
6056 L: linux-usb@vger.kernel.org
6058 F: drivers/usb/serial/option.c
6062 M: mmcclell@bigfoot.com
6063 L: linux-usb@vger.kernel.org
6064 W: http://alpha.dyndns.org/ov511/
6066 F: drivers/media/video/ov511.*
6070 M: petkan@users.sourceforge.net
6071 L: linux-usb@vger.kernel.org
6072 L: netdev@vger.kernel.org
6073 W: http://pegasus2.sourceforge.net/
6075 F: drivers/net/usb/pegasus.*
6077 USB PRINTER DRIVER (usblp)
6079 M: zaitcev@redhat.com
6080 L: linux-usb@vger.kernel.org
6082 F: drivers/usb/class/usblp.c
6086 M: petkan@users.sourceforge.net
6087 L: linux-usb@vger.kernel.org
6088 L: netdev@vger.kernel.org
6089 W: http://pegasus2.sourceforge.net/
6091 F: drivers/net/usb/rtl8150.c
6096 L: linux-usb@vger.kernel.org
6097 W: http://www.chello.nl/~j.vreeken/se401/
6099 F: Documentation/video4linux/se401.txt
6100 F: drivers/media/video/se401.*
6102 USB SERIAL BELKIN F5U103 DRIVER
6103 P: William Greathouse
6104 M: wgreathouse@smva.com
6105 L: linux-usb@vger.kernel.org
6107 F: drivers/usb/serial/belkin_sa.*
6109 USB SERIAL CYPRESS M8 DRIVER
6111 M: dignome@gmail.com
6112 L: linux-usb@vger.kernel.org
6114 W: http://geocities.com/i0xox0i
6115 W: http://firstlight.net/cvs
6116 F: drivers/usb/serial/cypress_m8.*
6118 USB SERIAL CYBERJACK DRIVER
6119 P: Matthias Bruestle and Harald Welte
6120 M: support@reiner-sct.com
6121 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6123 F: drivers/usb/serial/cyberjack.c
6125 USB SERIAL DIGI ACCELEPORT DRIVER
6126 P: Peter Berger and Al Borchers
6127 M: pberger@brimson.com
6128 M: alborchers@steinerpoint.com
6129 L: linux-usb@vger.kernel.org
6131 F: drivers/usb/serial/digi_acceleport.c
6134 P: Greg Kroah-Hartman
6136 L: linux-usb@vger.kernel.org
6138 F: Documentation/usb/usb-serial.txt
6139 F: drivers/usb/serial/generic.c
6140 F: drivers/usb/serial/usb-serial.c
6141 F: include/linux/usb/serial.h
6143 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6145 M: xavyer@ix.netcom.com
6146 L: linux-usb@vger.kernel.org
6148 F: drivers/usb/serial/empeg.c
6150 USB SERIAL KEYSPAN DRIVER
6151 P: Greg Kroah-Hartman
6153 L: linux-usb@vger.kernel.org
6154 W: http://www.kroah.com/linux/
6156 F: drivers/usb/serial/*keyspan*
6158 USB SERIAL WHITEHEAT DRIVER
6159 P: Support Department
6160 M: support@connecttech.com
6161 L: linux-usb@vger.kernel.org
6162 W: http://www.connecttech.com
6164 F: drivers/usb/serial/whiteheat*
6166 USB SMSC95XX ETHERNET DRIVER
6167 P: Steve Glendinning
6168 M: steve.glendinning@smsc.com
6169 L: netdev@vger.kernel.org
6171 F: drivers/net/usb/smsc95xx.*
6175 M: luca.risolia@studio.unibo.it
6176 L: linux-usb@vger.kernel.org
6177 L: linux-media@vger.kernel.org
6178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6179 W: http://www.linux-projects.org
6181 F: Documentation/video4linux/sn9c102.txt
6182 F: drivers/media/video/sn9c102/
6185 P: Greg Kroah-Hartman
6187 L: linux-usb@vger.kernel.org
6188 W: http://www.linux-usb.org
6189 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6191 F: Documentation/usb/
6194 F: include/linux/usb.h
6195 F: include/linux/usb/
6199 M: stern@rowland.harvard.edu
6200 L: linux-usb@vger.kernel.org
6202 F: drivers/usb/host/uhci*
6204 USB "USBNET" DRIVER FRAMEWORK
6206 M: dbrownell@users.sourceforge.net
6207 L: netdev@vger.kernel.org
6208 W: http://www.linux-usb.org/usbnet
6210 F: drivers/net/usb/usbnet.c
6211 F: include/linux/usb/usbnet.h
6215 M: laurent.pinchart@skynet.be
6216 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6217 L: linux-media@vger.kernel.org
6218 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6219 W: http://linux-uvc.berlios.de
6221 F: drivers/media/video/uvc/
6223 USB W996[87]CF DRIVER
6225 M: luca.risolia@studio.unibo.it
6226 L: linux-usb@vger.kernel.org
6227 L: linux-media@vger.kernel.org
6228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6229 W: http://www.linux-projects.org
6231 F: Documentation/video4linux/w9968cf.txt
6232 F: drivers/media/video/w996*
6234 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6236 M: jussi.kivilinna@mbnet.fi
6237 L: linux-wireless@vger.kernel.org
6239 F: drivers/net/wireless/rndis_wlan.c
6243 M: sarah.a.sharp@intel.com
6244 L: linux-usb@vger.kernel.org
6249 M: luca.risolia@studio.unibo.it
6250 L: linux-usb@vger.kernel.org
6251 L: linux-media@vger.kernel.org
6252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6253 W: http://www.linux-projects.org
6255 F: Documentation/video4linux/zc0301.txt
6256 F: drivers/media/video/zc0301/
6261 L: linux-usb@vger.kernel.org
6262 W: http://linux-lc100020.sourceforge.net
6264 F: drivers/net/wireless/zd1201.*
6268 M: royale@zerezo.com
6269 L: linux-usb@vger.kernel.org
6270 L: linux-media@vger.kernel.org
6271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6272 W: http://royale.zerezo.com/zr364xx/
6274 F: Documentation/video4linux/zr364xx.txt
6275 F: drivers/media/video/zr364xx.c
6277 USER-MODE LINUX (UML)
6279 M: jdike@addtoit.com
6280 L: user-mode-linux-devel@lists.sourceforge.net
6281 L: user-mode-linux-user@lists.sourceforge.net
6282 W: http://user-mode-linux.sourceforge.net
6284 F: Documentation/uml/
6291 M: hjk@linutronix.de
6292 P: Greg Kroah-Hartman
6295 F: Documentation/DocBook/uio-howto.tmpl
6297 F: include/linux/uio*.h
6299 UTIL-LINUX-NG PACKAGE
6302 L: util-linux-ng@vger.kernel.org
6303 W: http://kernel.org/~kzak/util-linux-ng/
6304 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6308 P: Michal Januszewski
6310 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6311 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6313 F: Documentation/fb/uvesafb.txt
6314 F: drivers/video/uvesafb.*
6316 VFAT/FAT/MSDOS FILESYSTEM
6318 M: hirofumi@mail.parknet.co.jp
6320 F: Documentation/filesystems/vfat.txt
6323 VIA RHINE NETWORK DRIVER
6327 F: drivers/net/via-rhine.c
6331 M: khali@linux-fr.org
6332 L: linux-i2c@vger.kernel.org
6334 F: Documentation/i2c/busses/i2c-viapro
6335 F: drivers/i2c/busses/i2c-viapro.c
6337 VIA SD/MMC CARD CONTROLLER DRIVER
6339 M: JosephChan@via.com.tw
6341 M: HaraldWelte@viatech.com
6343 F: drivers/mmc/host/via-sdmmc.c
6345 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6347 M: JosephChan@via.com.tw
6349 M: ScottFang@viatech.com.cn
6350 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6352 F: drivers/video/via/
6354 VIA VELOCITY NETWORK DRIVER
6356 M: romieu@fr.zoreil.com
6357 L: netdev@vger.kernel.org
6359 F: drivers/net/via-velocity.*
6364 L: netdev@vger.kernel.org
6366 F: drivers/net/macvlan.c
6367 F: include/linux/if_*vlan.h
6372 M: florian@openwrt.org
6373 L: openwrt-devel@lists.openwrt.org
6375 F: drivers/vlynq/vlynq.c
6376 F: include/linux/vlynq.h
6378 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6380 M: lrg@slimlogic.co.uk
6382 M: broonie@opensource.wolfsonmicro.com
6383 W: http://opensource.wolfsonmicro.com/node/15
6384 W: http://www.slimlogic.co.uk/?p=48
6385 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6387 F: drivers/regulator/
6388 F: include/linux/regulator/
6390 VT1211 HARDWARE MONITOR DRIVER
6393 L: lm-sensors@lm-sensors.org
6395 F: Documentation/hwmon/vt1211
6396 F: drivers/hwmon/vt1211.c
6398 VT8231 HARDWARE MONITOR DRIVER
6400 M: vt8231@hiddenengine.co.uk
6401 L: lm-sensors@lm-sensors.org
6403 F: drivers/hwmon/vt8231.c
6405 W1 DALLAS'S 1-WIRE BUS
6407 M: johnpol@2ka.mipt.ru
6409 F: Documentation/w1/
6412 W83791D HARDWARE MONITORING DRIVER
6414 M: m.hulsman@tudelft.nl
6415 L: lm-sensors@lm-sensors.org
6417 F: Documentation/hwmon/w83791d
6418 F: drivers/hwmon/w83791d.c
6420 W83793 HARDWARE MONITORING DRIVER
6422 M: r.marek@assembler.cz
6423 L: lm-sensors@lm-sensors.org
6425 F: Documentation/hwmon/w83793
6426 F: drivers/hwmon/w83793.c
6428 W83L51xD SD/MMC CARD INTERFACE DRIVER
6432 F: drivers/mmc/host/wbsd.*
6434 WATCHDOG DEVICE DRIVERS
6437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6439 F: Documentation/watchdog/
6440 F: drivers/watchdog/
6441 F: include/linux/watchdog.h
6443 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6446 L: linux-wireless@vger.kernel.org
6447 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6449 F: Documentation/networking/wavelan.txt
6450 F: drivers/net/wireless/wavelan*
6454 M: zaga@fly.cc.fer.hr
6455 L: linux-scsi@vger.kernel.org
6457 F: drivers/scsi/wd7000.c
6460 P: Inaky Perez-Gonzalez
6461 M: inaky.perez-gonzalez@intel.com
6462 M: linux-wimax@intel.com
6463 L: wimax@linuxwimax.org
6465 W: http://linuxwimax.org
6467 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6469 M: david.vrabel@csr.com
6471 F: include/linux/wlp.h
6474 WISTRON LAPTOP BUTTON DRIVER
6478 F: drivers/input/misc/wistron_btns.c
6480 WL3501 WIRELESS PCMCIA CARD DRIVER
6481 P: Arnaldo Carvalho de Melo
6482 M: acme@ghostprotocols.net
6483 L: linux-wireless@vger.kernel.org
6484 W: http://oops.ghostprotocols.net:81/blog
6486 F: drivers/net/wireless/wl3501*
6488 WM97XX TOUCHSCREEN DRIVERS
6490 M: broonie@opensource.wolfsonmicro.com
6492 M: lrg@slimlogic.co.uk
6493 L: linux-input@vger.kernel.org
6494 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6495 W: http://opensource.wolfsonmicro.com/node/7
6497 F: drivers/input/touchscreen/*wm97*
6498 F: include/linux/wm97xx.h
6502 M: eis@baty.hanse.de
6503 L: linux-x25@vger.kernel.org
6505 F: Documentation/networking/x25*
6509 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6511 M: tglx@linutronix.de
6517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6519 F: Documentation/x86/
6522 XEN HYPERVISOR INTERFACE
6523 P: Jeremy Fitzhardinge
6524 M: jeremy@xensource.com
6526 M: chrisw@sous-sol.org
6527 L: virtualization@lists.osdl.org
6528 L: xen-devel@lists.xensource.com
6531 F: drivers/*/xen-*front.c
6533 F: arch/x86/include/asm/xen/
6537 P: Silicon Graphics Inc
6540 M: xfs-masters@oss.sgi.com
6542 W: http://oss.sgi.com/projects/xfs
6543 T: git git://oss.sgi.com/xfs/xfs.git
6545 F: Documentation/filesystems/xfs.txt
6548 XILINX SYSTEMACE DRIVER
6550 M: grant.likely@secretlab.ca
6551 W: http://www.secretlab.ca/
6553 F: drivers/block/xsysace.c
6555 XILINX UARTLITE SERIAL DRIVER
6557 M: jacmet@sunsite.dk
6558 L: linux-serial@vger.kernel.org
6560 F: drivers/serial/uartlite.c
6562 YAM DRIVER FOR AX.25
6563 P: Jean-Paul Roubelat
6565 L: linux-hams@vger.kernel.org
6567 F: drivers/net/hamradio/yam*
6568 F: include/linux/yam.h
6570 YEALINK PHONE DRIVER
6572 M: Henk.Vergonet@gmail.com
6573 L: usbb2k-api-dev@nongnu.org
6575 F: Documentation/input/yealink.txt
6576 F: drivers/input/misc/yealink.*
6578 Z8530 DRIVER FOR AX.25
6581 W: http://yaina.de/jreuter/
6582 W: http://www.qsl.net/dl1bke/
6583 L: linux-hams@vger.kernel.org
6585 F: Documentation/networking/z8530drv.txt
6586 F: drivers/net/hamradio/*scc.c
6587 F: drivers/net/hamradio/z8530.h
6589 ZD1211RW WIRELESS DRIVER
6593 M: kune@deine-taler.de
6594 W: http://zd1211.ath.cx/wiki/DriverRewrite
6595 L: linux-wireless@vger.kernel.org
6596 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6598 F: drivers/net/wireless/zd1211rw/
6600 ZR36067 VIDEO FOR LINUX DRIVER
6601 L: mjpeg-users@lists.sourceforge.net
6602 L: linux-media@vger.kernel.org
6603 W: http://mjpeg.sourceforge.net/driver-zoran/
6604 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6606 F: drivers/media/video/zoran/
6608 ZS DECSTATION Z85C30 SERIAL DRIVER
6609 P: Maciej W. Rozycki
6610 M: macro@linux-mips.org
6612 F: drivers/serial/zs.*
6616 M: torvalds@linux-foundation.org
6617 L: linux-kernel@vger.kernel.org
6618 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6619 S: Buried alive in reporters