2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/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/*thermal*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: thomas.dahlmann@amd.com
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andreas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
546 ARM PRIMECELL MMCI PL180/1 DRIVER
548 F: drivers/mmc/host/mmci.*
550 ARM/ADI ROADRUNNER MACHINE SUPPORT
552 M: kernel@wantstofly.org
553 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555 F: arch/arm/mach-ixp23xx/
556 F: arch/arm/mach-ixp23xx/include/mach/
558 ARM/ADS SPHERE MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 ARM/AFEB9260 MACHINE SUPPORT
566 M: slapin@ossfans.org
567 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570 ARM/AJECO 1ARM MACHINE SUPPORT
572 M: kernel@wantstofly.org
573 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
576 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
578 M: linux@maxim.org.za
579 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 W: http://maxim.org.za/at91_26.html
583 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
585 M: kernel@wantstofly.org
586 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
591 M: kernel@wantstofly.org
592 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
597 M: mike@compulab.co.il
598 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601 ARM/CORGI MACHINE SUPPORT
606 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
608 M: paulius.zaleckas@teltonika.lt
609 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 T: git git://gitorious.org/linux-gemini/mainline.git
613 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
617 M: stefan@openezx.org
619 M: laforge@openezx.org
620 L: openezx-devel@lists.openezx.org (subscribers-only)
621 W: http://www.openezx.org/
624 ARM/FARADAY FA526 PORT
626 M: paulius.zaleckas@teltonika.lt
627 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
632 M: kernel@pengutronix.de
633 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
636 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
638 M: kernel@wantstofly.org
639 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
642 ARM/GUMSTIX MACHINE SUPPORT
645 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 ARM/HP JORNADA 7XX MACHINE SUPPORT
649 P: Kristoffer Ericson
650 M: kristoffer.ericson@gmail.com
654 ARM/INTEL IOP32X ARM ARCHITECTURE
656 M: kernel@wantstofly.org
658 M: dan.j.williams@intel.com
659 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
662 ARM/INTEL IOP33X ARM ARCHITECTURE
664 M: dan.j.williams@intel.com
665 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
668 ARM/INTEL IOP13XX ARM ARCHITECTURE
670 M: kernel@wantstofly.org
672 M: dan.j.williams@intel.com
673 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676 ARM/INTEL IQ81342EX MACHINE SUPPORT
678 M: kernel@wantstofly.org
680 M: dan.j.williams@intel.com
681 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
684 ARM/INTEL IXP2000 ARM ARCHITECTURE
686 M: kernel@wantstofly.org
687 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
690 ARM/INTEL IXDP2850 MACHINE SUPPORT
692 M: kernel@wantstofly.org
693 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
696 ARM/INTEL IXP23XX ARM ARCHITECTURE
698 M: kernel@wantstofly.org
699 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
702 ARM/INTEL XSC3 (MANZANO) ARM CORE
704 M: kernel@wantstofly.org
706 M: dan.j.williams@intel.com
707 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
712 M: kernel@wantstofly.org
713 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
716 ARM/LOGICPD PXA270 MACHINE SUPPORT
718 M: kernel@wantstofly.org
719 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
722 ARM/MAGICIAN MACHINE SUPPORT
724 M: philipp.zabel@gmail.com
727 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
728 P: Michael Petchkovsky
729 M: mkpetch@internode.on.net
732 ARM/TOSA MACHINE SUPPORT
733 P: Dmitry Eremin-Solenikov
734 M: dbaryshkov@gmail.com
736 M: dirk@opfer-online.de
739 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
741 M: marek.vasut@gmail.com
742 W: http://hackndev.com
747 M: slapin@ossfans.org
748 W: http://hackndev.com
753 M: pleb@gelato.unsw.edu.au
754 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
757 ARM/PT DIGITAL BOARD PORT
759 M: stefan.eletzhofer@eletztrick.de
760 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
761 W: http://www.arm.linux.org.uk/
764 ARM/RADISYS ENP2611 MACHINE SUPPORT
766 M: kernel@wantstofly.org
767 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
770 ARM/SHARK MACHINE SUPPORT
772 M: alex@shark-linux.de
773 W: http://www.shark-linux.de/shark.html
776 ARM/STRONGARM110 PORT
778 M: rmk@arm.linux.org.uk
779 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
780 W: http://www.arm.linux.org.uk/
783 ARM/S3C2410 ARM ARCHITECTURE
785 M: ben-linux@fluff.org
786 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
787 W: http://www.fluff.org/ben/linux/
790 ARM/S3C2440 ARM ARCHITECTURE
792 M: ben-linux@fluff.org
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W: http://www.fluff.org/ben/linux/
797 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
799 M: kernel@wantstofly.org
800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 ARM/THECUS N2100 MACHINE SUPPORT
805 M: kernel@wantstofly.org
806 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
809 ARM/NUVOTON W90X900 ARM ARCHITECTURE
811 M: mcuos.com@gmail.com
812 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
813 W: http://www.mcuos.com
818 L: netdev@vger.kernel.org
822 ASUS ACPI EXTRAS DRIVER
824 M: corentincj@iksaif.net
826 M: sziwan@users.sourceforge.net
827 L: acpi4asus-user@lists.sourceforge.net
828 W: http://sourceforge.net/projects/acpi4asus
829 W: http://xf.iksaif.net/acpi4asus
831 F: arch/x86/kernel/acpi/boot.c
832 F: drivers/platform/x86/asus_acpi.c
834 ASUS ASB100 HARDWARE MONITOR DRIVER
836 M: mhoffman@lightlink.com
837 L: lm-sensors@lm-sensors.org
839 F: drivers/hwmon/asb100.c
841 ASUS LAPTOP EXTRAS DRIVER
843 M: corentincj@iksaif.net
844 L: acpi4asus-user@lists.sourceforge.net
845 W: http://sourceforge.net/projects/acpi4asus
846 W: http://xf.iksaif.net/acpi4asus
848 F: drivers/platform/x86/asus-laptop.c
850 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
852 M: dan.j.williams@intel.com
854 M: maciej.sosnowski@intel.com
855 L: linux-kernel@vger.kernel.org
856 W: http://sourceforge.net/projects/xscaleiop
858 F: Documentation/crypto/async-tx-api.txt
861 F: include/linux/dmaengine.h
862 F: include/linux/async_tx.h
864 ATA OVER ETHERNET (AOE) DRIVER
866 M: ecashin@coraid.com
867 W: http://www.coraid.com/support/linux
869 F: Documentation/aoe/
870 F: drivers/block/aoe/
872 ATHEROS ATH5K WIRELESS DRIVER
874 M: jirislaby@gmail.com
876 M: mickflemm@gmail.com
878 M: lrodriguez@atheros.com
880 M: me@bobcopeland.com
881 L: linux-wireless@vger.kernel.org
882 L: ath5k-devel@lists.ath5k.org
884 F: drivers/net/wireless/ath5k/
886 ATHEROS ATH9K WIRELESS DRIVER
888 M: lrodriguez@atheros.com
890 M: jmalinen@atheros.com
891 L: linux-wireless@vger.kernel.org
892 L: ath9k-devel@lists.ath9k.org
894 F: drivers/net/wireless/ath9k/
896 ATHEROS AR9170 WIRELESS DRIVER
897 P: Christian Lamparter
899 L: linux-wireless@vger.kernel.org
900 W: http://wireless.kernel.org/en/users/Drivers/ar9170
902 F: drivers/net/wireless/ar9170/
908 F: drivers/input/misc/ati_remote2.c
910 ATLX ETHERNET DRIVERS
912 M: jcliburn@gmail.com
916 M: jie.yang@atheros.com
917 L: atl1-devel@lists.sourceforge.net
918 W: http://sourceforge.net/projects/atl1
919 W: http://atl1.sourceforge.net
925 M: chas@cmf.nrl.navy.mil
926 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
927 L: netdev@vger.kernel.org
928 W: http://linux-atm.sourceforge.net
931 F: include/linux/atm*
933 ATMEL AT91 MCI DRIVER
935 M: nicolas.ferre@atmel.com
936 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
937 W: http://www.atmel.com/products/AT91/
938 W: http://www.at91.com/
940 F: drivers/mmc/host/at91_mci.c
942 ATMEL AT91 / AT32 SERIAL DRIVER
943 P: Haavard Skinnemoen
944 M: hskinnemoen@atmel.com
945 L: linux-kernel@vger.kernel.org
947 F: drivers/serial/atmel_serial.c
951 M: nicolas.ferre@atmel.com
952 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
954 F: drivers/video/atmel_lcdfb.c
955 F: include/video/atmel_lcdc.h
957 ATMEL MACB ETHERNET DRIVER
958 P: Haavard Skinnemoen
959 M: hskinnemoen@atmel.com
961 F: drivers/net/macb.*
964 P: Haavard Skinnemoen
965 M: hskinnemoen@atmel.com
967 F: drivers/spi/atmel_spi.*
969 ATMEL USBA UDC DRIVER
970 P: Haavard Skinnemoen
971 M: hskinnemoen@atmel.com
972 L: kernel@avr32linux.org
973 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
975 F: drivers/usb/gadget/atmel_usba_udc.*
977 ATMEL WIRELESS DRIVER
979 M: simon@thekelleys.org.uk
980 L: linux-wireless@vger.kernel.org
981 W: http://www.thekelleys.org.uk/atmel
982 W: http://atmelwlandriver.sourceforge.net/
984 F: drivers/net/wireless/atmel*
988 M: viro@zeniv.linux.org.uk
991 L: linux-audit@redhat.com (subscribers-only)
992 W: http://people.redhat.com/sgrubb/audit/
993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
995 F: include/linux/audit.h
998 AUXILIARY DISPLAY DRIVERS
999 P: Miguel Ojeda Sandonis
1000 M: miguel.ojeda.sandonis@gmail.com
1001 L: linux-kernel@vger.kernel.org
1002 W: http://miguelojeda.es/auxdisplay.htm
1003 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1005 F: drivers/auxdisplay/
1006 F: include/linux/cfag12864b.h
1009 P: Haavard Skinnemoen
1010 M: hskinnemoen@atmel.com
1011 W: http://www.atmel.com/products/AVR32/
1012 W: http://avr32linux.org/
1013 W: http://avrfreaks.net/
1017 AVR32/AT32AP MACHINE SUPPORT
1018 P: Haavard Skinnemoen
1019 M: hskinnemoen@atmel.com
1021 F: arch/avr32/mach-at32ap/
1025 M: ralf@linux-mips.org
1026 L: linux-hams@vger.kernel.org
1027 W: http://www.linux-ax25.org/
1029 F: include/linux/ax25.h
1030 F: include/net/ax25.h
1037 M: stefano.brivio@polimi.it
1038 L: linux-wireless@vger.kernel.org
1039 W: http://linuxwireless.org/en/users/Drivers/b43
1041 F: drivers/net/wireless/b43/
1043 B43LEGACY WIRELESS DRIVER
1045 M: Larry.Finger@lwfinger.net
1047 M: stefano.brivio@polimi.it
1048 L: linux-wireless@vger.kernel.org
1049 W: http://linuxwireless.org/en/users/Drivers/b43
1051 F: drivers/net/wireless/b43legacy/
1053 BACKLIGHT CLASS/SUBSYSTEM
1055 M: rpurdie@rpsys.net
1057 F: drivers/video/backlight/
1058 F: include/linux/backlight.h
1060 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1062 M: t.sailer@alumni.ethz.ch
1063 L: linux-hams@vger.kernel.org
1064 W: http://www.baycom.org/~tom/ham/ham.html
1066 F: drivers/net/hamradio/baycom*
1069 P: Sergey S. Kostyliov
1070 M: rathamahata@php4.ru
1071 L: linux-kernel@vger.kernel.org
1073 F: Documentation/filesystems/befs.txt
1077 P: Tigran A. Aivazian
1078 M: tigran@aivazian.fsnet.co.uk
1079 L: linux-kernel@vger.kernel.org
1081 F: Documentation/filesystems/bfs.txt
1083 F: include/linux/bfs_fs.h
1085 BLACKFIN ARCHITECTURE
1087 M: cooloney@kernel.org
1088 L: uclinux-dist-devel@blackfin.uclinux.org
1089 W: http://blackfin.uclinux.org
1093 BLACKFIN EMAC DRIVER
1095 M: cooloney@kernel.org
1096 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1097 W: http://blackfin.uclinux.org
1099 F: drivers/net/bfin_mac.*
1103 M: vapier.adi@gmail.com
1104 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1105 W: http://blackfin.uclinux.org
1107 F: drivers/rtc/rtc-bfin.c
1109 BLACKFIN SERIAL DRIVER
1111 M: sonic.zhang@analog.com
1112 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1113 W: http://blackfin.uclinux.org
1115 F: drivers/serial/bfin_5xx.c
1117 BLACKFIN WATCHDOG DRIVER
1119 M: vapier.adi@gmail.com
1120 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1121 W: http://blackfin.uclinux.org
1123 F: drivers/watchdog/bfin_wdt.c
1125 BLACKFIN I2C TWI DRIVER
1127 M: sonic.zhang@analog.com
1128 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1129 W: http://blackfin.uclinux.org/
1131 F: drivers/i2c/busses/i2c-bfin-twi.c
1136 L: linux-kernel@vger.kernel.org
1137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1143 M: joern@lazybastard.org
1144 L: linux-mtd@lists.infradead.org
1146 F: drivers/mtd/devices/block2mtd.c
1150 M: marcel@holtmann.org
1151 L: linux-bluetooth@vger.kernel.org
1152 W: http://www.bluez.org/
1154 F: drivers/bluetooth/
1158 M: marcel@holtmann.org
1159 L: linux-bluetooth@vger.kernel.org
1160 W: http://www.bluez.org/
1161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1164 F: include/net/bluetooth/
1169 L: bonding-devel@lists.sourceforge.net
1170 W: http://sourceforge.net/projects/bonding/
1172 F: drivers/net/bonding/
1173 F: include/linux/if_bonding.h
1175 BROADCOM B44 10/100 ETHERNET DRIVER
1177 M: zambrano@broadcom.com
1178 L: netdev@vger.kernel.org
1180 F: drivers/net/b44.*
1182 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1184 M: mchan@broadcom.com
1185 L: netdev@vger.kernel.org
1187 F: drivers/net/bnx2.*
1188 F: drivers/net/bnx2_*
1190 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1192 M: eilong@broadcom.com
1193 L: netdev@vger.kernel.org
1195 F: drivers/net/bnx2x*
1197 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1199 M: mcarlson@broadcom.com
1201 M: mchan@broadcom.com
1202 L: netdev@vger.kernel.org
1204 F: drivers/net/tg3.*
1206 BSG (block layer generic sg v4 driver)
1208 M: fujita.tomonori@lab.ntt.co.jp
1209 L: linux-scsi@vger.kernel.org
1212 F: include/linux/bsg.h
1217 W: http://bu3sch.de/btgpio.php
1219 F: drivers/gpio/bt8xxgpio.c
1223 M: chris.mason@oracle.com
1224 L: linux-btrfs@vger.kernel.org
1225 W: http://btrfs.wiki.kernel.org/
1226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1228 F: Documentation/filesystems/btrfs.txt
1231 BTTV VIDEO4LINUX DRIVER
1232 P: Mauro Carvalho Chehab
1233 M: mchehab@infradead.org
1234 L: linux-media@vger.kernel.org
1235 W: http://linuxtv.org
1236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1238 F: Documentation/video4linux/bttv/
1239 F: drivers/media/video/bt8xx/bttv*
1241 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1244 L: linux-media@vger.kernel.org
1245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1247 F: Documentation/video4linux/cafe_ccic
1248 F: drivers/media/video/cafe_ccic*
1250 CALGARY x86-64 IOMMU
1255 L: linux-kernel@vger.kernel.org
1256 L: discuss@x86-64.org
1258 F: arch/x86/kernel/pci-calgary_64.c
1259 F: arch/x86/kernel/tce_64.c
1260 F: arch/x86/include/asm/calgary.h
1261 F: arch/x86/include/asm/tce.h
1265 M: urs.thuermann@volkswagen.de
1267 M: oliver.hartkopp@volkswagen.de
1268 L: socketcan-core@lists.berlios.de (subscribers-only)
1269 W: http://developer.berlios.de/projects/socketcan/
1272 F: include/linux/can/
1273 F: include/linux/can.h
1275 CELL BROADBAND ENGINE ARCHITECTURE
1278 L: linuxppc-dev@ozlabs.org
1279 L: cbe-oss-dev@ozlabs.org
1280 W: http://www.ibm.com/developerworks/power/cell/
1282 F: arch/powerpc/include/asm/cell*.h
1283 F: arch/powerpc/include/asm/spu*.h
1284 F: arch/powerpc/oprofile/*cell*
1285 F: arch/powerpc/platforms/cell/
1287 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1289 M: david.vrabel@csr.com
1290 L: linux-usb@vger.kernel.org
1292 F: Documentation/usb/WUSB-Design-overview.txt
1293 F: Documentation/usb/wusb-cbaf
1294 F: drivers/usb/wusbcore/
1295 F: include/linux/usb/wusb*
1297 CFAG12864B LCD DRIVER
1298 P: Miguel Ojeda Sandonis
1299 M: miguel.ojeda.sandonis@gmail.com
1300 L: linux-kernel@vger.kernel.org
1301 W: http://miguelojeda.es/auxdisplay.htm
1302 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1304 F: drivers/auxdisplay/cfag12864b.c
1305 F: include/linux/cfag12864b.h
1307 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1308 P: Miguel Ojeda Sandonis
1309 M: miguel.ojeda.sandonis@gmail.com
1310 L: linux-kernel@vger.kernel.org
1311 W: http://miguelojeda.es/auxdisplay.htm
1312 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1314 F: drivers/auxdisplay/cfag12864bfb.c
1315 F: include/linux/cfag12864b.h
1317 CFG80211 and NL80211
1319 M: johannes@sipsolutions.net
1320 L: linux-wireless@vger.kernel.org
1322 F: include/linux/nl80211.h
1323 F: include/net/cfg80211.h
1325 X: net/wireless/wext*
1329 M: apw@canonical.com
1330 L: linux-kernel@vger.kernel.org
1332 F: scripts/checkpatch.pl
1334 CISCO 10G ETHERNET DRIVER
1336 M: scofeldm@cisco.com
1338 M: jeykholt@cisco.com
1340 F: drivers/net/enic/
1342 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1343 P: Lennert Buytenhek
1344 M: kernel@wantstofly.org
1345 L: netdev@vger.kernel.org
1347 F: drivers/net/arm/ep93xx_eth.c
1349 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1350 P: Lennert Buytenhek
1351 M: kernel@wantstofly.org
1352 L: linux-usb@vger.kernel.org
1354 F: drivers/usb/host/ohci-ep93xx.c
1356 CIRRUS LOGIC CS4270 SOUND DRIVER
1358 M: timur@freescale.com
1359 L: alsa-devel@alsa-project.org
1361 F: sound/soc/codecs/cs4270*
1363 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1364 P: Cirrus Logic Corporation (kernel 2.2 driver)
1365 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1366 P: Nils Faerber (port to kernel 2.4)
1367 M: Nils Faerber <nils@kernelconcepts.de>
1369 F: Documentation/input/cs461x.txt
1370 F: sound/pci/cs46xx/
1374 M: jaharkes@cs.cmu.edu
1376 L: codalist@coda.cs.cmu.edu
1377 W: http://www.coda.cs.cmu.edu/
1379 F: Documentation/filesystems/coda.txt
1381 F: include/linux/coda*.h
1383 COMMON INTERNET FILE SYSTEM (CIFS)
1385 M: sfrench@samba.org
1386 L: linux-cifs-client@lists.samba.org
1387 L: samba-technical@lists.samba.org
1388 W: http://linux-cifs.samba.org/
1389 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1391 F: Documentation/filesystems/cifs.txt
1394 COMPACTPCI HOTPLUG CORE
1396 M: scottm@somanetworks.com
1397 M: scott@spiteful.org
1398 L: linux-pci@vger.kernel.org
1400 F: drivers/pci/hotplug/cpci_hotplug*
1402 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1404 M: scottm@somanetworks.com
1405 M: scott@spiteful.org
1406 L: linux-pci@vger.kernel.org
1408 F: drivers/pci/hotplug/cpcihp_zt5550.*
1410 COMPACTPCI HOTPLUG GENERIC DRIVER
1412 M: scottm@somanetworks.com
1413 M: scott@spiteful.org
1414 L: linux-pci@vger.kernel.org
1416 F: drivers/pci/hotplug/cpcihp_generic.c
1418 COMPAL LAPTOP SUPPORT
1419 P: Cezary Jackiewicz
1420 M: cezary.jackiewicz@gmail.com
1422 F: drivers/platform/x86/compal-laptop.c
1424 COMPUTONE INTELLIPORT MULTIPORT CARD
1425 P: Michael H. Warfield
1427 W: http://www.wittsend.com/computone.html
1429 F: Documentation/serial/computone.txt
1430 F: drivers/char/ip2/
1432 CONEXANT ACCESSRUNNER USB DRIVER
1434 M: cxacru@fire.lp0.eu
1435 L: accessrunner-general@lists.sourceforge.net
1436 W: http://accessrunner.sourceforge.net/
1438 F: drivers/usb/atm/cxacru.c
1442 M: joel.becker@oracle.com
1443 L: linux-kernel@vger.kernel.org
1446 F: include/linux/configfs.h
1448 CONTROL GROUPS (CGROUPS)
1450 M: menage@google.com
1452 M: lizf@cn.fujitsu.com
1453 L: containers@lists.linux-foundation.org
1455 F: include/linux/cgroup*
1458 CORETEMP HARDWARE MONITORING DRIVER
1460 M: r.marek@assembler.cz
1461 L: lm-sensors@lm-sensors.org
1463 F: Documentation/hwmon/coretemp
1464 F: drivers/hwmon/coretemp.c
1466 COSA/SRP SYNC SERIAL DRIVER
1467 P: Jan "Yenya" Kasprzak
1469 W: http://www.fi.muni.cz/~kas/cosa/
1471 F: drivers/net/wan/cosa*
1473 CPU FREQUENCY DRIVERS
1476 L: cpufreq@vger.kernel.org
1477 W: http://www.codemonkey.org.uk/projects/cpufreq/
1478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1480 F: arch/x86/kernel/cpu/cpufreq/
1482 F: include/linux/cpufreq.h
1488 F: arch/x86/kernel/cpuid.c
1489 F: arch/x86/kernel/msr.c
1493 M: menage@google.com
1494 L: linux-kernel@vger.kernel.org
1495 W: http://www.bullopensource.org/cpuset/
1496 W: http://oss.sgi.com/projects/cpusets/
1498 F: Documentation/cgroups/cpusets.txt
1499 F: include/linux/cpuset.h
1503 W: http://sourceforge.net/projects/cramfs/
1505 F: Documentation/filesystems/cramfs.txt
1512 M: jesper.nilsson@axis.com
1513 L: dev-etrax@axis.com
1514 W: http://developer.axis.com
1520 M: herbert@gondor.apana.org.au
1522 M: davem@davemloft.net
1523 L: linux-crypto@vger.kernel.org
1524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1526 F: Documentation/crypto/
1532 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1534 M: nhorman@tuxdriver.com
1535 L: linux-crypto@vger.kernel.org
1538 CS5535 Audio ALSA driver
1540 M: jayakumar.alsa@gmail.com
1542 F: sound/pci/cs5535audio/
1544 CX18 VIDEO4LINUX DRIVER
1546 M: hverkuil@xs4all.nl
1549 L: ivtv-devel@ivtvdriver.org
1550 L: ivtv-users@ivtvdriver.org
1551 L: linux-media@vger.kernel.org
1552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1553 W: http://linuxtv.org
1555 F: Documentation/video4linux/cx18.txt
1556 F: drivers/media/video/cx18/
1558 CXGB3 ETHERNET DRIVER (CXGB3)
1561 L: netdev@vger.kernel.org
1562 W: http://www.chelsio.com
1564 F: drivers/net/cxgb3/
1566 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1568 M: swise@chelsio.com
1569 L: general@lists.openfabrics.org
1570 W: http://www.openfabrics.org
1572 F: drivers/infiniband/hw/cxgb3/
1576 M: rmk@arm.linux.org.uk
1577 W: http://www.arm.linux.org.uk/
1579 F: drivers/video/cyber2000fb.*
1581 CYCLADES 2X SYNC CARD DRIVER
1582 P: Arnaldo Carvalho de Melo
1583 M: acme@ghostprotocols.net
1584 W: http://oops.ghostprotocols.net:81/blog
1586 F: drivers/net/wan/cycx*
1588 CYCLADES ASYNC MUX DRIVER
1589 W: http://www.cyclades.com/
1591 F: drivers/char/cyclades.c
1592 F: include/linux/cyclades.h
1594 CYCLADES PC300 DRIVER
1595 W: http://www.cyclades.com/
1597 F: drivers/net/wan/pc300*
1599 DAMA SLAVE for AX.25
1602 W: http://yaina.de/jreuter/
1603 W: http://www.qsl.net/dl1bke/
1604 L: linux-hams@vger.kernel.org
1606 F: net/ax25/af_ax25.c
1607 F: net/ax25/ax25_dev.c
1608 F: net/ax25/ax25_ds_*
1609 F: net/ax25/ax25_in.c
1610 F: net/ax25/ax25_out.c
1611 F: net/ax25/ax25_timer.c
1612 F: net/ax25/sysctl_net_ax25.c
1614 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1616 M: tori@unhappy.mine.nu
1617 L: netdev@vger.kernel.org
1619 F: Documentation/networking/dmfe.txt
1620 F: drivers/net/tulip/dmfe.c
1622 DC390/AM53C974 SCSI driver
1625 W: http://www.garloff.de/kurt/linux/dc390/
1626 P: Guennadi Liakhovetski
1627 M: g.liakhovetski@gmx.de
1629 F: drivers/scsi/tmscsim.*
1633 M: oliver@neukum.name
1637 M: lenehan@twibble.org
1638 W: http://twibble.org/dist/dc395x/
1639 L: dc395x@twibble.org
1640 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1642 F: Documentation/scsi/dc395x.txt
1643 F: drivers/scsi/dc395x.*
1646 P: Arnaldo Carvalho de Melo
1647 M: acme@ghostprotocols.net
1648 L: dccp@vger.kernel.org
1649 W: http://linux-net.osdl.org/index.php/DCCP
1651 F: include/linux/dccp.h
1652 F: include/linux/tfrc.h
1655 DECnet NETWORK LAYER
1656 P: Christine Caulfield
1657 M: christine.caulfield@googlemail.com
1658 W: http://linux-decnet.sourceforge.net
1659 L: linux-decnet-user@lists.sourceforge.net
1661 F: Documentation/networking/decnet.txt
1664 DEFXX FDDI NETWORK DRIVER
1665 P: Maciej W. Rozycki
1666 M: macro@linux-mips.org
1668 F: drivers/net/defxx.*
1672 M: mjg59@srcf.ucam.org
1674 F: drivers/platform/x86/dell-laptop.c
1676 DELL LAPTOP SMM DRIVER
1677 P: Massimo Dal Zotto
1679 W: http://www.debian.org/~dz/i8k/
1681 F: drivers/char/i8k.c
1682 F: include/linux/i8k.h
1684 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1686 M: Douglas_Warzecha@dell.com
1688 F: Documentation/dcdbas.txt
1689 F: drivers/firmware/dcdbas.*
1691 DELL WMI EXTRAS DRIVER
1693 M: mjg59@srcf.ucam.org
1696 DEVICE NUMBER REGISTRY
1698 M: device@lanana.org
1699 W: http://lanana.org/docs/device-list/index.html
1700 L: linux-kernel@vger.kernel.org
1705 L: dm-devel@redhat.com
1706 W: http://sources.redhat.com/dm
1708 F: Documentation/device-mapper/
1710 F: include/linux/device-mapper.h
1711 F: include/linux/dm-*.h
1713 DIGI INTL. EPCA DRIVER
1714 P: Digi International, Inc
1715 M: Eng.Linux@digi.com
1716 L: Eng.Linux@digi.com
1717 W: http://www.digi.com
1719 F: Documentation/serial/digiepca.txt
1720 F: drivers/char/epca*
1721 F: drivers/char/digi*
1723 DIRECTORY NOTIFICATION (DNOTIFY)
1725 M: sfr@canb.auug.org.au
1726 L: linux-kernel@vger.kernel.org
1728 F: Documentation/filesystems/dnotify.txt
1729 F: fs/notify/dnotify/
1730 F: include/linux/dnotify.h
1732 DISK GEOMETRY AND PARTITION HANDLING
1735 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1736 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1737 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1743 L: linux-kernel@vger.kernel.org
1745 F: Documentation/filesystems/quota.txt
1747 F: include/linux/quota*.h
1749 DISTRIBUTED LOCK MANAGER (DLM)
1750 P: Christine Caulfield
1751 M: ccaulfie@redhat.com
1753 M: teigland@redhat.com
1754 L: cluster-devel@redhat.com
1755 W: http://sources.redhat.com/cluster/
1756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1760 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1762 M: maciej.sosnowski@intel.com
1764 M: dan.j.williams@intel.com
1765 L: linux-kernel@vger.kernel.org
1768 F: include/linux/dma*
1770 DME1737 HARDWARE MONITOR DRIVER
1773 L: lm-sensors@lm-sensors.org
1775 F: Documentation/hwmon/dme1737
1776 F: drivers/hwmon/dme1737.c
1778 DOCBOOK FOR DOCUMENTATION
1780 M: rdunlap@xenotime.net
1783 DOCKING STATION DRIVER
1785 M: shaohua.li@intel.com
1786 L: linux-acpi@vger.kernel.org
1788 F: drivers/acpi/dock.c
1792 M: rdunlap@xenotime.net
1793 L: linux-doc@vger.kernel.org
1798 P: James R. Van Zandt
1799 M: jrv@vanzandt.mv.com
1800 L: blinux-list@redhat.com
1802 F: drivers/char/dtlk.c
1803 F: include/linux/dtlk.h
1805 DPT_I2O SCSI RAID DRIVER
1806 P: Adaptec OEM Raid Solutions
1807 M: aacraid@adaptec.com
1808 L: linux-scsi@vger.kernel.org
1809 W: http://www.adaptec.com/
1811 F: drivers/scsi/dpt*
1812 F: drivers/scsi/dpt/
1814 DRIVER CORE, KOBJECTS, AND SYSFS
1815 P: Greg Kroah-Hartman
1817 L: linux-kernel@vger.kernel.org
1818 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1820 F: Documentation/kobject.txt
1823 F: include/linux/kobj*
1829 L: dri-devel@lists.sourceforge.net
1830 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1836 M: romieu@fr.zoreil.com
1837 L: netdev@vger.kernel.org
1839 F: drivers/net/wan/dscc4.c
1841 DZ DECSTATION DZ11 SERIAL DRIVER
1842 P: Maciej W. Rozycki
1843 M: macro@linux-mips.org
1845 F: drivers/serial/dz.*
1847 EATA-DMA SCSI DRIVER
1849 M: mike@i-Connect.Net
1850 L: linux-eata@i-connect.net
1851 L: linux-scsi@vger.kernel.org
1853 F: drivers/scsi/eata*
1855 EATA ISA/EISA/PCI SCSI DRIVER
1857 M: ballabio_dario@emc.com
1858 L: linux-scsi@vger.kernel.org
1860 F: drivers/scsi/eata.c
1862 EATA-PIO SCSI DRIVER
1864 M: mike@i-Connect.Net
1865 L: linux-eata@i-connect.net
1866 L: linux-scsi@vger.kernel.org
1868 F: drivers/scsi/eata_pio.*
1872 M: bart.de.schuymer@pandora.be
1873 L: ebtables-user@lists.sourceforge.net
1874 L: ebtables-devel@lists.sourceforge.net
1875 W: http://ebtables.sourceforge.net/
1877 F: include/linux/netfilter_bridge/ebt_*.h
1878 F: net/bridge/netfilter/ebt*.c
1882 M: tyhicks@linux.vnet.ibm.com
1884 P: kirkland@canonical.com
1885 L: ecryptfs-devel@lists.launchpad.net
1886 W: https://launchpad.net/ecryptfs
1888 F: Documentation/filesystems/ecryptfs.txt
1893 M: dougthompson@xmission.com
1894 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1895 W: bluesmoke.sourceforge.net
1897 F: Documentation/edac.txt
1898 F: drivers/edac/edac_*
1899 F: include/linux/edac.h
1904 M: mark.gross@intel.com
1905 M: dougthompson@xmission.com
1906 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1907 W: bluesmoke.sourceforge.net
1909 F: drivers/edac/e752x_edac.c
1913 M: dougthompson@xmission.com
1914 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1915 W: bluesmoke.sourceforge.net
1917 F: drivers/edac/e7xxx_edac.c
1921 M: tim@buttersideup.com
1922 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1923 W: bluesmoke.sourceforge.net
1925 F: drivers/edac/i82443bxgx_edac.c
1929 M: juhlenko@akamai.com
1930 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1931 W: bluesmoke.sourceforge.net
1933 F: drivers/edac/i3000_edac.c
1937 M: dougthompson@xmission.com
1938 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1939 W: bluesmoke.sourceforge.net
1941 F: drivers/edac/i5000_edac.c
1944 P: Mauro Carvalho Chehab
1945 M: mchehab@redhat.com
1946 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1947 W: bluesmoke.sourceforge.net
1949 F: drivers/edac/i5400_edac.c
1952 P: Ranganathan Desikan
1954 M: rdesikan@jetzbroadband.com
1955 M: arvind@acarlab.com
1956 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1957 W: bluesmoke.sourceforge.net
1959 F: drivers/edac/i82975x_edac.c
1964 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1965 W: bluesmoke.sourceforge.net
1967 F: drivers/edac/pasemi_edac.c
1971 M: tim@buttersideup.com
1972 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1973 W: bluesmoke.sourceforge.net
1975 F: drivers/edac/r82600_edac.c
1977 EEEPC LAPTOP EXTRAS DRIVER
1979 M: corentincj@iksaif.net
1980 L: acpi4asus-user@lists.sourceforge.net
1981 W: http://sourceforge.net/projects/acpi4asus
1983 F: drivers/platform/x86/eeepc-laptop.c
1986 W: http://aeschi.ch.eu.org/efs/
1990 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1992 M: hnguyen@de.ibm.com
1994 M: raisch@de.ibm.com
1995 L: general@lists.openfabrics.org
1997 F: drivers/infiniband/hw/ehca/
2001 M: paul.gortmaker@windriver.com
2003 M: dwmw2@infradead.org
2004 L: linux-embedded@vger.kernel.org
2007 EMULEX LPFC FC SCSI DRIVER
2009 M: james.smart@emulex.com
2010 L: linux-scsi@vger.kernel.org
2011 W: http://sourceforge.net/projects/lpfcxxxx
2013 F: drivers/scsi/lpfc/
2015 EPSON 1355 FRAMEBUFFER DRIVER
2016 P: Christopher Hoover
2017 M: ch@murgatroid.com
2018 P: Christopher Hoover
2021 F: drivers/video/epson1355fb.c
2023 EPSON S1D13XXX FRAMEBUFFER DRIVER
2024 P: Kristoffer Ericson
2025 M: kristoffer.ericson@gmail.com
2027 F: drivers/video/s1d13xxxfb.c
2028 F: include/video/s1d13xxxfb.h
2030 ETHEREXPRESS-16 NETWORK DRIVER
2033 L: netdev@vger.kernel.org
2035 F: drivers/net/eexpress.*
2038 P: Stephen Hemminger
2039 M: shemminger@linux-foundation.org
2040 L: bridge@lists.linux-foundation.org
2041 W: http://www.linux-foundation.org/en/Net:Bridge
2043 F: include/linux/netfilter_bridge/
2046 ETHERTEAM 16I DRIVER
2050 F: drivers/net/eth16i.c
2053 L: linux-ext4@vger.kernel.org
2055 F: Documentation/filesystems/ext2.txt
2057 F: include/linux/ext2*
2063 M: akpm@linux-foundation.org
2066 L: linux-ext4@vger.kernel.org
2068 F: Documentation/filesystems/ext3.txt
2070 F: include/linux/ext3*
2077 L: linux-ext4@vger.kernel.org
2078 W: http://ext4.wiki.kernel.org
2080 F: Documentation/filesystems/ext4.txt
2083 F71805F HARDWARE MONITORING DRIVER
2085 M: khali@linux-fr.org
2086 L: lm-sensors@lm-sensors.org
2088 F: Documentation/hwmon/f71805f
2089 F: drivers/hwmon/f71805f.c
2091 FARSYNC SYNCHRONOUS DRIVER
2093 M: kevin.curtis@farsite.co.uk
2094 W: http://www.farsite.co.uk/
2096 F: drivers/net/wan/farsync.*
2098 FAULT INJECTION SUPPORT
2100 M: akinobu.mita@gmail.com
2102 F: Documentation/fault-injection/
2103 F: lib/fault-inject.c
2105 FILE LOCKING (flock() and fcntl()/lockf())
2108 L: linux-fsdevel@vger.kernel.org
2110 F: include/linux/fcntl.h
2111 F: include/linux/fs.h
2115 FILESYSTEMS (VFS and infrastructure)
2117 M: viro@zeniv.linux.org.uk
2118 L: linux-fsdevel@vger.kernel.org
2122 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2124 M: riku.vipio@iki.fi
2125 L: lm-sensors@lm-sensors.org
2127 F: drivers/hwmon/f75375s.c
2128 F: include/linux/f75375s.h
2131 P: Kristian Hoegsberg
2134 M: stefanr@s5r6.in-berlin.de
2135 L: linux1394-devel@lists.sourceforge.net
2136 W: http://www.linux1394.org/
2137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2139 F: drivers/firewire/
2140 F: include/linux/firewire*.h
2142 FIRMWARE LOADER (request_firmware)
2143 L: linux-kernel@vger.kernel.org
2145 F: Documentation/firmware_class/
2146 F: drivers/base/firmware*.c
2147 F: include/linux/firmware.h
2151 M: billm@melbpc.org.au
2152 W: http://floatingpoint.sourceforge.net/emulator/index.html
2154 F: arch/x86/math-emu/
2156 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2158 M: mike.mclagan@linux.org
2159 L: netdev@vger.kernel.org
2161 F: drivers/net/wan/dlci.c
2162 F: drivers/net/wan/sdla.c
2166 M: adaplas@gmail.com
2167 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W: http://linux-fbdev.sourceforge.net/
2170 F: Documentation/fb/
2171 F: drivers/video/fb*
2172 F: include/linux/fb.h
2174 FREESCALE DMA DRIVER
2176 M: leoli@freescale.com
2179 L: linuxppc-embedded@ozlabs.org
2180 L: linux-kernel@vger.kernel.org
2182 F: drivers/dma/fsldma.*
2184 FREESCALE I2C CPM DRIVER
2187 L: linuxppc-dev@ozlabs.org
2188 L: linux-i2c@vger.kernel.org
2190 F: drivers/i2c/busses/i2c-cpm.c
2192 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2194 M: kernel@pengutronix.de
2195 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2196 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2198 F: arch/arm/plat-mxc/include/mach/imxfb.h
2199 F: drivers/video/imxfb.c
2201 FREESCALE SOC FS_ENET DRIVER
2202 P: Pantelis Antoniou
2203 M: pantelis.antoniou@gmail.com
2205 M: vbordug@ru.mvista.com
2206 L: linuxppc-dev@ozlabs.org
2207 L: netdev@vger.kernel.org
2209 F: drivers/net/fs_enet/
2210 F: include/linux/fs_enet_pd.h
2212 FREESCALE QUICC ENGINE LIBRARY
2214 M: timur@freescale.com
2215 L: linuxppc-dev@ozlabs.org
2217 F: arch/powerpc/sysdev/qe_lib/
2218 F: arch/powerpc/include/asm/*qe.h
2220 FREESCALE HIGHSPEED USB DEVICE DRIVER
2222 M: leoli@freescale.com
2223 L: linux-usb@vger.kernel.org
2224 L: linuxppc-dev@ozlabs.org
2226 F: drivers/usb/gadget/fsl_usb2_udc.c
2228 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2230 M: leoli@freescale.com
2231 L: netdev@vger.kernel.org
2232 L: linuxppc-dev@ozlabs.org
2234 F: drivers/net/ucc_geth*
2236 FREESCALE QUICC ENGINE UCC UART DRIVER
2238 M: timur@freescale.com
2239 L: linuxppc-dev@ozlabs.org
2241 F: drivers/serial/ucc_uart.c
2243 FREESCALE SOC SOUND DRIVERS
2245 M: timur@freescale.com
2246 L: alsa-devel@alsa-project.org
2247 L: linuxppc-dev@ozlabs.org
2249 F: sound/soc/fsl/fsl*
2250 F: sound/soc/fsl/mpc8610_hpcd.c
2253 P: Christoph Hellwig
2254 M: hch@infradead.org
2255 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2262 P: Rafael J. Wysocki
2264 L: linux-pm@lists.linux-foundation.org
2266 F: Documentation/power/freezing-of-tasks.txt
2267 F: include/linux/freezer.h
2272 M: rostedt@goodmis.org
2274 F: Documentation/ftrace.txt
2275 F: arch/*/*/*/ftrace.h
2276 F: arch/*/kernel/ftrace.c
2277 F: include/*/ftrace.h
2280 FUJITSU FR-V (FRV) PORT
2282 M: dhowells@redhat.com
2286 FUJITSU LAPTOP EXTRAS
2288 M: jwoithe@physics.adelaide.edu.au
2289 L: linux-acpi@vger.kernel.org
2291 F: drivers/platform/x86/fujitsu-laptop.c
2293 FUSE: FILESYSTEM IN USERSPACE
2295 M: miklos@szeredi.hu
2296 L: fuse-devel@lists.sourceforge.net
2297 W: http://fuse.sourceforge.net/
2300 F: include/linux/fuse.h
2302 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2305 L: linux-scsi@vger.kernel.org
2306 S: Odd Fixes (e.g., new signatures)
2307 F: drivers/scsi/fdomain.*
2309 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2311 M: achim_leubner@adaptec.com
2312 L: linux-scsi@vger.kernel.org
2313 W: http://www.icp-vortex.com/
2315 F: drivers/scsi/gdt*
2317 GENERIC GPIO I2C DRIVER
2318 P: Haavard Skinnemoen
2319 M: hskinnemoen@atmel.com
2321 F: drivers/i2c/busses/i2c-gpio.c
2322 F: include/linux/i2c-gpio.h
2324 GENERIC HDLC (WAN) DRIVERS
2327 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2329 F: drivers/net/wan/c101.c
2330 F: drivers/net/wan/hd6457*
2331 F: drivers/net/wan/hdlc*
2332 F: drivers/net/wan/n2.c
2333 F: drivers/net/wan/pc300too.c
2334 F: drivers/net/wan/pci200syn.c
2335 F: drivers/net/wan/wanxl*
2338 P: Steven Whitehouse
2339 M: swhiteho@redhat.com
2340 L: cluster-devel@redhat.com
2341 W: http://sources.redhat.com/cluster/
2342 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2345 F: Documentation/filesystems/gfs2*.txt
2347 F: include/linux/gfs2_ondisk.h
2349 GIGASET ISDN DRIVERS
2354 L: gigaset307x-common@lists.sourceforge.net
2355 W: http://gigaset307x.sourceforge.net/
2357 F: Documentation/isdn/README.gigaset
2358 F: drivers/isdn/gigaset/
2359 F: include/linux/gigaset_dev.h
2361 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2363 M: frank@f-seidel.de
2364 L: lm-sensors@lm-sensors.org
2365 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2367 F: drivers/hwmon/hdaps.c
2369 HYPERVISOR VIRTUAL CONSOLE DRIVER
2370 L: linuxppc-dev@ozlabs.org
2371 L: linux-kernel@vger.kernel.org
2373 F: drivers/char/hvc_*
2375 GSPCA FINEPIX SUBDRIVER
2378 L: linux-media@vger.kernel.org
2379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2381 F: drivers/media/video/gspca/finepix.c
2383 GSPCA M5602 SUBDRIVER
2385 M: erik.andren@gmail.com
2386 L: linux-media@vger.kernel.org
2387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2389 F: drivers/media/video/gspca/m5602/
2391 GSPCA PAC207 SONIXB SUBDRIVER
2393 M: hdegoede@redhat.com
2394 L: linux-media@vger.kernel.org
2395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2397 F: drivers/media/video/gspca/pac207.c
2399 GSPCA T613 SUBDRIVER
2400 P: Leandro Costantino
2401 M: lcostantino@gmail.com
2402 L: linux-media@vger.kernel.org
2403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2405 F: drivers/media/video/gspca/t613.c
2407 GSPCA USB WEBCAM DRIVER
2408 P: Jean-Francois Moine
2410 W: http://moinejf.free.fr
2411 L: linux-media@vger.kernel.org
2412 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2414 F: drivers/media/video/gspca/
2417 L: lm-sensors@lm-sensors.org
2418 W: http://www.lm-sensors.org/
2422 HARDWARE RANDOM NUMBER GENERATOR CORE
2424 F: Documentation/hw_random.txt
2425 F: drivers/char/hw_random/
2426 F: include/linux/hw_random.h
2428 HARMONY SOUND DRIVER
2431 L: linux-parisc@vger.kernel.org
2433 F: sound/parisc/harmony.*
2435 HAYES ESP SERIAL DRIVER
2436 P: Andrew J. Robinson
2438 L: linux-kernel@vger.kernel.org
2439 W: http://www.nyx.net/~arobinso
2441 F: Documentation/serial/hayes-esp.txt
2442 F: drivers/char/esp.c
2444 HEWLETT-PACKARD SMART2 RAID DRIVER
2446 M: chirag.kantharia@hp.com
2447 L: iss_storagedev@hp.com
2449 F: Documentation/blockdev/cpqarray.txt
2450 F: drivers/block/cpqarray.*
2452 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2454 M: mike.miller@hp.com
2455 L: iss_storagedev@hp.com
2457 F: Documentation/blockdev/cciss.txt
2458 F: drivers/block/cciss*
2459 F: include/linux/cciss_ioctl.h
2463 M: zippel@linux-m68k.org
2464 L: linux-kernel@vger.kernel.org
2466 F: Documentation/filesystems/hfs.txt
2469 HGA FRAMEBUFFER DRIVER
2471 M: fero@drama.obuda.kando.hu
2472 L: linux-nvidia@lists.surfsouth.com
2473 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2475 F: drivers/video/hgafb.c
2477 HIBERNATION (aka Software Suspend, aka swsusp)
2480 P: Rafael J. Wysocki
2482 L: linux-pm@lists.linux-foundation.org
2485 F: drivers/base/power/
2487 F: include/linux/suspend.h
2488 F: include/linux/freezer.h
2489 F: include/linux/pm.h
2490 F: include/asm-*/suspend*.h
2491 F: arch/*/include/asm/suspend*.h
2496 L: linux-input@vger.kernel.org
2497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2500 F: include/linux/hid*
2502 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2504 M: tglx@linutronix.de
2505 L: linux-kernel@vger.kernel.org
2507 F: Documentation/timers/
2509 F: include/linux/hrtimer.h
2511 HIGH-SPEED SCC DRIVER FOR AX.25
2513 M: klaus.kudielka@ieee.org
2514 L: linux-hams@vger.kernel.org
2515 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2517 F: drivers/net/hamradio/dmascc.c
2518 F: drivers/net/hamradio/scc.c
2520 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2521 P: HighPoint Linux Team
2522 M: linux@highpoint-tech.com
2523 W: http://www.highpoint-tech.com
2525 F: Documentation/scsi/hptiop.txt
2526 F: drivers/scsi/hptiop.c
2530 M: jes@trained-monkey.org
2531 L: linux-hippi@sunsite.dk
2533 F: include/linux/hippidevice.h
2534 F: include/linux/if_hippi.h
2540 L: hostap@shmoo.com (subscribers-only)
2541 L: linux-wireless@vger.kernel.org
2542 W: http://hostap.epitest.fi/
2544 F: drivers/net/wireless/hostap/
2546 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2548 M: carlos@strangeworlds.co.uk
2550 F: drivers/platform/x86/tc1100-wmi.c
2552 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2556 F: drivers/net/hp100.*
2558 HPET: High Precision Event Timers driver
2560 M: clemens@ladisch.de
2562 F: Documentation/timers/hpet.txt
2563 F: drivers/char/hpet.c
2564 F: include/linux/hpet.h
2567 P: Venkatesh Pallipadi (Venki)
2568 M: venkatesh.pallipadi@intel.com
2570 F: arch/x86/kernel/hpet.c
2571 F: arch/x86/include/asm/hpet.h
2582 F: drivers/char/hpet.c
2586 M: mikulas@artax.karlin.mff.cuni.cz
2587 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2593 M: j.dumon@option.com
2594 W: http://www.pharscape.org
2596 F: drivers/net/usb/hso.c
2598 HTCPEN TOUCHSCREEN DRIVER
2601 L: linux-input@vger.kernel.org
2603 F: drivers/input/touchscreen/htcpen.c
2607 M: wli@holomorphy.com
2611 I2C/SMBUS STUB DRIVER
2613 M: mhoffman@lightlink.com
2614 L: linux-i2c@vger.kernel.org
2616 F: drivers/i2c/busses/i2c-stub.c
2619 P: Jean Delvare (PC drivers, core)
2620 M: khali@linux-fr.org
2621 P: Ben Dooks (embedded platforms)
2622 M: ben-linux@fluff.org
2623 L: linux-i2c@vger.kernel.org
2624 W: http://i2c.wiki.kernel.org/
2625 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2627 F: Documentation/i2c/
2629 F: include/linux/i2c.h
2630 F: include/linux/i2c-dev.h
2631 F: include/linux/i2c-id.h
2636 L: linux-i2c@vger.kernel.org
2637 W: http://www.harbaum.org/till/i2c_tiny_usb
2639 F: drivers/i2c/busses/i2c-tiny-usb.c
2644 L: Linux-Kernel@vger.kernel.org
2648 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2654 IA64 (Itanium) PLATFORM
2656 M: tony.luck@intel.com
2657 L: linux-ia64@vger.kernel.org
2658 W: http://www.ia64-linux.org/
2659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2663 IBM MCA SCSI SUBSYSTEM DRIVER
2665 M: langa2@kph.uni-mainz.de
2666 W: http://www.uni-mainz.de/~langm000/linux.html
2668 F: drivers/scsi/ibmmca.c
2670 IBM Power Linux RAID adapter
2672 M: brking@us.ibm.com
2674 F: drivers/scsi/ipr.*
2676 IBM ServeRAID RAID DRIVER
2679 M: ipslinux@adaptec.com
2680 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2682 F: drivers/scsi/ips.*
2685 P: Bartlomiej Zolnierkiewicz
2686 M: bzolnier@gmail.com
2687 L: linux-ide@vger.kernel.org
2688 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2690 F: Documentation/ide/
2692 F: include/linux/ide.h
2696 M: petkovbb@gmail.com
2697 L: linux-ide@vger.kernel.org
2699 F: Documentation/cdrom/ide-cd
2700 F: drivers/ide/ide-cd*
2704 M: andrew.d.henroid@intel.com
2705 L: linux-pm@lists.linux-foundation.org
2707 F: drivers/idle/i7300_idle.c
2711 M: ben.collins@ubuntu.com
2713 M: stefanr@s5r6.in-berlin.de
2714 L: linux1394-devel@lists.sourceforge.net
2715 W: http://www.linux1394.org/
2716 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2718 F: drivers/ieee1394/
2720 IEEE 1394 RAW I/O DRIVER
2724 M: stefanr@s5r6.in-berlin.de
2725 L: linux1394-devel@lists.sourceforge.net
2727 F: drivers/ieee1394/raw1394*
2729 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2733 F: security/integrity/ima/
2735 IMS TWINTURBO FRAMEBUFFER DRIVER
2736 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2738 F: drivers/video/imsttfb.c
2740 INFINIBAND SUBSYSTEM
2742 M: rolandd@cisco.com
2744 M: sean.hefty@intel.com
2746 M: hal.rosenstock@gmail.com
2747 L: general@lists.openfabrics.org (moderated for non-subscribers)
2748 W: http://www.openib.org/
2749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2751 F: Documentation/infiniband/
2752 F: drivers/infiniband/
2753 F: include/linux/if_infiniband.h
2757 M: john@johnmccutchan.com
2760 L: linux-kernel@vger.kernel.org
2762 F: Documentation/filesystems/inotify.txt
2763 F: fs/notify/inotify/
2764 F: include/linux/inotify.h
2766 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2768 M: dmitry.torokhov@gmail.com
2770 L: linux-input@vger.kernel.org
2771 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2775 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2777 M: sylvain.meyer@worldonline.fr
2778 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2780 F: Documentation/fb/intelfb.txt
2781 F: drivers/video/intelfb/
2783 INTEL 810/815 FRAMEBUFFER DRIVER
2785 M: adaplas@gmail.com
2786 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2788 F: drivers/video/i810/
2790 INTEL MENLOW THERMAL DRIVER
2792 M: sujith.thomas@intel.com
2793 L: linux-acpi@vger.kernel.org
2794 W: http://www.lesswatts.org/projects/acpi/
2796 F: drivers/platform/x86/intel_menlow.c
2798 INTEL IA32 MICROCODE UPDATE SUPPORT
2800 M: tigran@aivazian.fsnet.co.uk
2802 F: arch/x86/kernel/microcode_core.c
2803 F: arch/x86/kernel/microcode_intel.c
2805 INTEL I/OAT DMA DRIVER
2807 M: maciej.sosnowski@intel.com
2808 L: linux-kernel@vger.kernel.org
2810 F: drivers/dma/ioat*
2814 M: dwmw2@infradead.org
2815 L: iommu@lists.linux-foundation.org
2816 T: git git://git.infradead.org/iommu-2.6.git
2818 F: drivers/pci/intel-iommu.c
2819 F: include/linux/intel-iommu.h
2821 INTEL IOP-ADMA DMA DRIVER
2823 M: dan.j.williams@intel.com
2824 L: linux-kernel@vger.kernel.org
2826 F: drivers/dma/iop-adma.c
2828 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2832 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2833 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2834 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2835 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2836 F: drivers/net/arm/ixp4xx_eth.c
2837 F: drivers/net/wan/ixp4xx_hss.c
2839 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2841 M: dsaxena@plexity.net
2843 F: drivers/char/hw_random/ixp4xx-rng.c
2845 INTEL IXP2000 ETHERNET DRIVER
2846 P: Lennert Buytenhek
2847 M: kernel@wantstofly.org
2848 L: netdev@vger.kernel.org
2850 F: drivers/net/ixp2000/
2852 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2854 M: jeffrey.t.kirsher@intel.com
2856 M: jesse.brandeburg@intel.com
2858 M: bruce.w.allan@intel.com
2860 M: peter.p.waskiewicz.jr@intel.com
2862 M: john.ronciak@intel.com
2863 L: e1000-devel@lists.sourceforge.net
2864 W: http://e1000.sourceforge.net/
2866 F: drivers/net/e100.c
2867 F: drivers/net/e1000/
2868 F: drivers/net/e1000e/
2870 F: drivers/net/ixgb/
2871 F: drivers/net/ixgbe/
2873 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2877 M: jketreno@linux.intel.com
2879 M: reinette.chatre@intel.com
2880 L: linux-wireless@vger.kernel.org
2881 L: ipw2100-devel@lists.sourceforge.net
2882 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2883 W: http://ipw2100.sourceforge.net
2885 F: Documentation/networking/README.ipw2100
2886 F: drivers/net/wireless/ipw2x00/ipw2100.*
2888 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2892 M: jketreno@linux.intel.com
2894 M: reinette.chatre@intel.com
2895 L: linux-wireless@vger.kernel.org
2896 L: ipw2100-devel@lists.sourceforge.net
2897 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2898 W: http://ipw2200.sourceforge.net
2900 F: Documentation/networking/README.ipw2200
2901 F: drivers/net/wireless/ipw2x00/ipw2200.*
2903 INTEL WIRELESS WIMAX CONNECTION 2400
2904 P: Inaky Perez-Gonzalez
2905 M: inaky.perez-gonzalez@intel.com
2906 M: linux-wimax@intel.com
2907 L: wimax@linuxwimax.org
2909 W: http://linuxwimax.org
2910 F: Documentation/wimax/README.i2400m
2911 F: drivers/net/wimax/i2400m/
2912 F: include/linux/wimax/i2400m.h
2914 INTEL WIRELESS WIFI LINK (iwlwifi)
2918 M: reinette.chatre@intel.com
2919 L: linux-wireless@vger.kernel.org
2920 L: ipw3945-devel@lists.sourceforge.net
2921 W: http://intellinuxwireless.org
2922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2924 F: drivers/net/wireless/iwlwifi/
2926 IOC3 ETHERNET DRIVER
2928 M: ralf@linux-mips.org
2929 L: linux-mips@linux-mips.org
2931 F: drivers/net/ioc3-eth.c
2936 L: linux-mips@linux-mips.org
2938 F: drivers/serial/ioc3_serial.c
2942 M: jjciarla@raiz.uncu.edu.ar
2944 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2946 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2948 M: romieu@fr.zoreil.com
2950 M: sorbica@icplus.com.tw
2952 M: jesse@icplus.com.tw
2953 L: netdev@vger.kernel.org
2955 F: drivers/net/ipg.c
2959 M: infinipath@qlogic.com
2960 L: general@lists.openfabrics.org
2961 T: git git://git.qlogic.com/ipath-linux-2.6
2963 F: drivers/infiniband/hw/ipath/
2968 L: openipmi-developer@lists.sourceforge.net
2969 W: http://openipmi.sourceforge.net/
2971 F: Documentation/IPMI.txt
2972 F: drivers/char/ipmi/
2973 F: include/linux/ipmi*
2975 IPS SCSI RAID DRIVER
2976 P: Adaptec OEM Raid Solutions
2977 M: aacraid@adaptec.com
2978 L: linux-scsi@vger.kernel.org
2979 W: http://www.adaptec.com/
2981 F: drivers/scsi/ips*
2985 M: wensong@linux-vs.org
2987 M: horms@verge.net.au
2990 L: netdev@vger.kernel.org
2991 L: lvs-devel@vger.kernel.org
2993 F: Documentation/networking/ipvs-sysctl.txt
2994 F: net/netfilter/ipvs/
3002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3003 F: drivers/char/pcmcia/ipwireless/
3006 P: Arnaldo Carvalho de Melo
3007 M: acme@ghostprotocols.net
3008 L: netdev@vger.kernel.org
3010 F: include/linux/ipx.h
3011 F: include/net/ipx.h
3016 M: samuel@sortiz.org
3017 L: irda-users@lists.sourceforge.net (subscribers-only)
3018 W: http://irda.sourceforge.net/
3020 F: Documentation/networking/irda.txt
3021 F: drivers/net/irda/
3022 F: include/net/irda/
3029 F: Documentation/isapnp.txt
3030 F: drivers/pnp/isapnp/
3031 F: include/linux/isapnp.h
3035 M: michaelc@cs.wisc.edu
3036 L: open-iscsi@googlegroups.com
3037 W: www.open-iscsi.org
3038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3040 F: drivers/scsi/*iscsi*
3041 F: include/scsi/*iscsi*
3045 M: isdn@linux-pingi.de
3046 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3047 W: http://www.isdn4linux.de
3048 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3050 F: Documentation/isdn/
3052 F: include/linux/isdn.h
3053 F: include/linux/isdn/
3055 ISDN SUBSYSTEM (Eicon active card driver)
3058 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3059 W: http://www.melware.de
3061 F: drivers/isdn/hardware/eicon/
3063 IVTV VIDEO4LINUX DRIVER
3065 M: hverkuil@xs4all.nl
3066 L: ivtv-devel@ivtvdriver.org
3067 L: ivtv-users@ivtvdriver.org
3068 L: linux-media@vger.kernel.org
3069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3070 W: http://www.ivtvdriver.org
3072 F: Documentation/video4linux/*.ivtv
3073 F: drivers/media/video/ivtv/
3074 F: include/linux/ivtv*
3078 M: shaggy@austin.ibm.com
3079 L: jfs-discussion@lists.sourceforge.net
3080 W: http://jfs.sourceforge.net/
3081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3083 F: Documentation/filesystems/jfs.txt
3088 M: cooldavid@cooldavid.org
3089 L: netdev@vger.kernel.org
3091 F: drivers/net/jme.*
3093 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3095 M: dwmw2@infradead.org
3096 L: linux-mtd@lists.infradead.org
3097 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3100 F: include/linux/jffs2.h
3101 F: include/mtd/jffs2-user.h
3103 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3107 M: akpm@linux-foundation.org
3108 L: linux-ext4@vger.kernel.org
3111 F: include/linux/ext*jbd*.h
3112 F: include/linux/jbd*.h
3114 K8TEMP HARDWARE MONITORING DRIVER
3116 M: r.marek@assembler.cz
3117 L: lm-sensors@lm-sensors.org
3119 F: Documentation/hwmon/k8temp
3120 F: drivers/hwmon/k8temp.c
3124 M: zippel@linux-m68k.org
3125 L: linux-kbuild@vger.kernel.org
3127 F: Documentation/kbuild/kconfig-language.txt
3132 M: vgoyal@redhat.com
3135 L: kexec@lists.infradead.org
3136 L: linux-kernel@vger.kernel.org
3137 W: http://lse.sourceforge.net/kdump/
3139 F: Documentation/kdump/
3141 KERNEL AUTOMOUNTER (AUTOFS)
3144 L: autofs@linux.kernel.org
3148 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3151 L: autofs@linux.kernel.org
3158 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3160 L: linux-kbuild@vger.kernel.org
3162 F: Documentation/kbuild/
3164 F: scripts/Makefile.*
3168 L: kernel-janitors@vger.kernel.org
3169 W: http://www.kerneljanitors.org/
3172 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3174 M: bfields@fieldses.org
3177 L: linux-nfs@vger.kernel.org
3178 W: http://nfs.sourceforge.net/
3181 F: include/linux/nfsd/
3185 F: include/linux/lockd/
3186 F: include/linux/sunrpc/
3188 KERNEL VIRTUAL MACHINE (KVM)
3191 L: kvm@vger.kernel.org
3192 W: http://kvm.qumranet.com
3194 F: Documentation/*/kvm.txt
3196 F: arch/*/include/asm/kvm*
3197 F: include/linux/kvm*
3200 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3202 M: joerg.roedel@amd.com
3203 L: kvm@vger.kernel.org
3204 W: http://kvm.qumranet.com
3206 F: arch/x86/include/asm/svm.h
3207 F: arch/x86/kvm/kvm_svm.h
3208 F: arch/x86/kvm/svm.c
3210 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3212 M: hollisb@us.ibm.com
3213 L: kvm-ppc@vger.kernel.org
3214 W: http://kvm.qumranet.com
3216 F: arch/powerpc/include/asm/kvm*
3217 F: arch/powerpc/kvm/
3219 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3221 M: xiantao.zhang@intel.com
3222 L: kvm-ia64@vger.kernel.org
3223 W: http://kvm.qumranet.com
3225 F: Documentation/ia64/kvm.txt
3226 F: arch/ia64/include/asm/kvm*
3229 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3232 P: Christian Borntraeger
3233 M: borntraeger@de.ibm.com
3234 M: linux390@de.ibm.com
3235 L: linux-s390@vger.kernel.org
3236 W: http://www.ibm.com/developerworks/linux/linux390/
3238 F: Documentation/s390/kvm.txt
3239 F: arch/s390/include/asm/kvm*
3244 M: ebiederm@xmission.com
3245 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3246 L: linux-kernel@vger.kernel.org
3247 L: kexec@lists.infradead.org
3249 F: include/linux/kexec.h
3254 M: jason.wessel@windriver.com
3255 L: kgdb-bugreport@lists.sourceforge.net
3257 F: Documentation/DocBook/kgdb.tmpl
3258 F: drivers/misc/kgdbts.c
3259 F: drivers/serial/kgdboc.c
3260 F: include/linux/kgdb.h
3264 P: Eduard - Gabriel Munteanu
3265 M: eduard.munteanu@linux360.ro
3266 L: linux-kernel@vger.kernel.org
3268 F: Documentation/vm/kmemtrace.txt
3269 F: include/trace/kmemtrace.h
3270 F: kernel/trace/kmemtrace.c
3273 P: Ananth N Mavinakayanahalli
3274 M: ananth@in.ibm.com
3275 P: Anil S Keshavamurthy
3276 M: anil.s.keshavamurthy@intel.com
3278 M: davem@davemloft.net
3280 M: mhiramat@redhat.com
3281 L: linux-kernel@vger.kernel.org
3283 F: Documentation/kprobes.txt
3284 F: include/linux/kprobes.h
3287 KS0108 LCD CONTROLLER DRIVER
3288 P: Miguel Ojeda Sandonis
3289 M: miguel.ojeda.sandonis@gmail.com
3290 L: linux-kernel@vger.kernel.org
3291 W: http://miguelojeda.es/auxdisplay.htm
3292 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3294 F: Documentation/auxdisplay/ks0108
3295 F: drivers/auxdisplay/ks0108.c
3296 F: include/linux/ks0108.h
3299 L: linux-x25@vger.kernel.org
3301 F: Documentation/networking/lapb-module.txt
3305 LASI 53c700 driver for PARISC
3306 P: James E.J. Bottomley
3307 M: James.Bottomley@HansenPartnership.com
3308 L: linux-scsi@vger.kernel.org
3310 F: Documentation/scsi/53c700.txt
3311 F: drivers/scsi/53c700*
3315 M: rpurdie@rpsys.net
3318 F: include/linux/leds.h
3320 LEGO USB Tower driver
3322 M: starblue@users.sourceforge.net
3323 L: legousb-devel@lists.sourceforge.net
3324 W: http://legousb.sourceforge.net/
3326 F: drivers/usb/misc/legousbtower.c
3330 M: rusty@rustcorp.com.au
3331 L: lguest@ozlabs.org
3332 W: http://lguest.ozlabs.org/
3334 F: Documentation/lguest/
3337 F: include/linux/lguest*.h
3338 F: arch/x86/include/asm/lguest*.h
3340 LINUX FOR IBM pSERIES (RS/6000)
3342 M: paulus@au.ibm.com
3343 W: http://www.ibm.com/linux/ltc/projects/ppc
3346 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3347 P: Benjamin Herrenschmidt
3348 M: benh@kernel.crashing.org
3351 W: http://www.penguinppc.org/
3352 L: linuxppc-dev@ozlabs.org
3353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3356 LINUX FOR POWER MACINTOSH
3357 P: Benjamin Herrenschmidt
3358 M: benh@kernel.crashing.org
3359 W: http://www.penguinppc.org/
3360 L: linuxppc-dev@ozlabs.org
3363 LINUX FOR POWERPC EMBEDDED MPC5XXX
3367 M: grant.likely@secretlab.ca
3368 L: linuxppc-dev@ozlabs.org
3371 LINUX FOR POWERPC EMBEDDED PPC4XX
3373 M: jwboyer@linux.vnet.ibm.com
3375 M: mporter@kernel.crashing.org
3376 W: http://www.penguinppc.org/
3377 L: linuxppc-dev@ozlabs.org
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3381 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3383 M: grant.likely@secretlab.ca
3384 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3385 L: linuxppc-dev@ozlabs.org
3388 LINUX FOR POWERPC EMBEDDED PPC8XX
3390 M: vitb@kernel.crashing.org
3392 M: marcelo@kvack.org
3393 W: http://www.penguinppc.org/
3394 L: linuxppc-dev@ozlabs.org
3397 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3399 M: galak@kernel.crashing.org
3400 W: http://www.penguinppc.org/
3401 L: linuxppc-dev@ozlabs.org
3404 LINUX FOR POWERPC PA SEMI PWRFICIENT
3407 W: http://www.pasemi.com/
3408 L: linuxppc-dev@ozlabs.org
3411 LINUX SECURITY MODULE (LSM) FRAMEWORK
3413 M: chrisw@sous-sol.org
3414 L: linux-security-module@vger.kernel.org
3415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3419 P: Arnaldo Carvalho de Melo
3420 M: acme@ghostprotocols.net
3422 F: include/linux/llc.h
3426 LIS3LV02D ACCELEROMETER DRIVER
3428 M: eric.piel@tremplin-utc.net
3430 F: Documentation/hwmon/lis3lv02d
3431 F: drivers/hwmon/lis3lv02d.*
3433 LM83 HARDWARE MONITOR DRIVER
3435 M: khali@linux-fr.org
3436 L: lm-sensors@lm-sensors.org
3438 F: Documentation/hwmon/lm83
3439 F: drivers/hwmon/lm83.c
3441 LM90 HARDWARE MONITOR DRIVER
3443 M: khali@linux-fr.org
3444 L: lm-sensors@lm-sensors.org
3446 F: Documentation/hwmon/lm90
3447 F: drivers/hwmon/lm90.c
3449 LOCKDEP AND LOCKSTAT
3451 M: peterz@infradead.org
3454 L: linux-kernel@vger.kernel.org
3455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3457 F: Documentation/lockdep*.txt
3458 F: Documentation/lockstat.txt
3459 F: include/linux/lockdep.h
3462 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3463 P: Richard Russon (FlatCap)
3465 L: linux-ntfs-dev@lists.sourceforge.net
3466 W: http://www.linux-ntfs.org/content/view/19/37/
3468 F: Documentation/ldm.txt
3469 F: fs/partitions/ldm.*
3471 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3473 M: Eric.Moore@lsi.com
3475 L: DL-MPTFusionLinux@lsi.com
3476 L: linux-scsi@vger.kernel.org
3477 W: http://www.lsilogic.com/support
3479 F: drivers/message/fusion/
3481 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3484 L: linux-scsi@vger.kernel.org
3486 F: drivers/scsi/sym53c8xx_2/
3488 LTP (Linux Test Project)
3490 M: subrata@linux.vnet.ibm.com
3492 M: vapier@gentoo.org
3493 L: ltp-list@lists.sourceforge.net (subscribers-only)
3494 W: http://ltp.sourceforge.net/
3495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3500 M: takata@linux-m32r.org
3501 L: linux-m32r@ml.linux-m32r.org
3502 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3503 W: http://www.linux-m32r.org/
3506 F: include/asm-m32r/
3509 P: Geert Uytterhoeven
3510 M: geert@linux-m68k.org
3512 M: zippel@linux-m68k.org
3513 L: linux-m68k@lists.linux-m68k.org
3514 W: http://www.linux-m68k.org/
3515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3520 M68K ON APPLE MACINTOSH
3523 W: http://www.mac.linux-m68k.org/
3524 L: linux-m68k@lists.linux-m68k.org
3531 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3537 M: johannes@sipsolutions.net
3538 L: linux-wireless@vger.kernel.org
3539 W: http://linuxwireless.org/
3540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3542 F: Documentation/networking/mac80211-injection.txt
3543 F: include/net/mac80211.h
3546 MAC80211 PID RATE CONTROL
3548 M: stefano.brivio@polimi.it
3550 M: mattias.nissler@gmx.de
3551 L: linux-wireless@vger.kernel.org
3552 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3555 F: net/mac80211/rc80211_pid*
3560 L: netdev@vger.kernel.org
3562 F: drivers/net/macvlan.c
3563 F: include/linux/if_macvlan.h
3565 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3567 M: mtk.manpages@gmail.com
3568 W: http://www.kernel.org/doc/man-pages
3569 L: linux-man@vger.kernel.org
3572 MARVELL LIBERTAS WIRELESS DRIVER
3575 L: libertas-dev@lists.infradead.org
3577 F: drivers/net/wireless/libertas/
3579 MARVELL MV643XX ETHERNET DRIVER
3580 P: Lennert Buytenhek
3581 M: buytenh@marvell.com
3582 L: netdev@vger.kernel.org
3584 F: drivers/net/mv643xx_eth.*
3585 F: include/linux/mv643xx.h
3587 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3590 L: linux-kernel@vger.kernel.org
3593 MARVELL YUKON / SYSKONNECT DRIVER
3595 M: mlindner@syskonnect.de
3597 M: rroesler@syskonnect.de
3598 W: http://www.syskonnect.com
3601 MATROX FRAMEBUFFER DRIVER
3603 M: vandrove@vc.cvut.cz
3604 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3606 F: drivers/video/matrox/matroxfb_*
3607 F: include/linux/matroxfb.h
3609 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3611 M: hjk@linutronix.de
3612 L: lm-sensors@lm-sensors.org
3614 F: Documentation/hwmon/max6650
3615 F: drivers/hwmon/max6650.c
3617 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3618 P: Mauro Carvalho Chehab
3619 M: mchehab@infradead.org
3620 P: LinuxTV.org Project
3621 L: linux-media@vger.kernel.org
3622 W: http://linuxtv.org
3623 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3625 F: Documentation/dvb/
3626 F: Documentation/video4linux/
3629 F: include/linux/dvb/
3630 F: include/linux/videodev*.h
3632 MEGARAID SCSI DRIVERS
3634 M: megaraidlinux@lsi.com
3635 L: linux-scsi@vger.kernel.org
3636 W: http://megaraid.lsilogic.com
3638 F: Documentation/scsi/megaraid.txt
3639 F: drivers/scsi/megaraid.*
3640 F: drivers/scsi/megaraid/
3643 L: linux-mm@kvack.org
3644 L: linux-kernel@vger.kernel.org
3645 W: http://www.linux-mm.org
3647 F: include/linux/mm.h
3650 MEMORY RESOURCE CONTROLLER
3652 M: balbir@linux.vnet.ibm.com
3655 P: KAMEZAWA Hiroyuki
3656 M: kamezawa.hiroyu@jp.fujitsu.com
3657 L: linux-mm@kvack.org
3658 L: linux-kernel@vger.kernel.org
3662 MEMORY TECHNOLOGY DEVICES (MTD)
3664 M: dwmw2@infradead.org
3665 W: http://www.linux-mtd.infradead.org/
3666 L: linux-mtd@lists.infradead.org
3667 T: git git://git.infradead.org/mtd-2.6.git
3670 F: include/linux/mtd/
3673 MICROBLAZE ARCHITECTURE
3676 L: microblaze-uclinux@itee.uq.edu.au
3677 W: http://www.monstr.eu/fdt/
3678 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3684 M: oliver@neukum.name
3686 F: drivers/usb/image/microtek.*
3690 M: ralf@linux-mips.org
3691 W: http://www.linux-mips.org/
3692 L: linux-mips@linux-mips.org
3693 T: git git://git.linux-mips.org/pub/scm/linux.git
3695 F: Documentation/mips/
3698 MISCELLANEOUS MCA-SUPPORT
3700 M: James.Bottomley@HansenPartnership.com
3701 L: linux-kernel@vger.kernel.org
3703 F: Documentation/ia64/mca.txt
3704 F: Documentation/mca.txt
3706 F: include/linux/mca*
3710 M: rusty@rustcorp.com.au
3711 L: linux-kernel@vger.kernel.org
3713 F: include/linux/module.h
3716 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3718 M: stelian@popies.net
3719 W: http://popies.net/meye/
3721 F: Documentation/video4linux/meye.txt
3722 F: drivers/media/video/meye.*
3723 F: include/linux/meye.h
3725 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3728 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3730 F: drivers/mmc/host/imxmmc.*
3732 MOUSE AND MISC DEVICES [GENERAL]
3733 P: Alessandro Rubini
3734 M: rubini@ipvvis.unipv.it
3735 L: linux-kernel@vger.kernel.org
3737 F: drivers/input/mouse/
3738 F: include/linux/gpio_mouse.h
3740 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3742 M: jirislaby@gmail.com
3743 L: linux-kernel@vger.kernel.org
3745 F: Documentation/serial/moxa-smartio
3746 F: drivers/char/mxser.*
3749 P: Lennart Poettering
3750 M: mzxreary@0pointer.de
3751 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3752 W: http://0pointer.de/lennart/tchibo.html
3754 F: drivers/platform/x86/msi-laptop.c
3756 MULTIFUNCTION DEVICES (MFD)
3758 M: sameo@linux.intel.com
3759 L: linux-kernel@vger.kernel.org
3760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3764 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3767 L: linux-kernel@vger.kernel.org
3770 F: include/linux/mmc/
3772 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3774 M: dbrownell@users.sourceforge.net
3775 L: linux-kernel@vger.kernel.org
3777 F: drivers/mmc/host/mmc_spi.c
3778 F: include/linux/spi/mmc_spi.h
3780 MULTISOUND SOUND DRIVER
3784 F: Documentation/sound/oss/MultiSound
3787 MULTITECH MULTIPORT CARD (ISICOM)
3789 M: jirislaby@gmail.com
3790 L: linux-kernel@vger.kernel.org
3792 F: drivers/char/isicom.c
3793 F: include/linux/isicom.h
3795 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3797 M: felipe.balbi@nokia.com
3798 L: linux-usb@vger.kernel.org
3799 T: git git://gitorious.org/musb/mainline.git
3801 F: drivers/usb/musb/
3803 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3805 M: gallatin@myri.com
3808 L: netdev@vger.kernel.org
3809 W: http://www.myri.com/scs/download-Myri10GE.html
3811 F: drivers/net/myri10ge/
3813 NATSEMI ETHERNET DRIVER (DP8381x)
3815 M: thockin@hockin.org
3817 F: drivers/net/natsemi.c
3821 M: vandrove@vc.cvut.cz
3822 L: linware@sh.cvut.cz
3826 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3827 P: James E.J. Bottomley
3828 M: James.Bottomley@HansenPartnership.com
3829 L: linux-scsi@vger.kernel.org
3831 F: drivers/scsi/NCR_D700.*
3833 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3835 M: faisal.latif@intel.com
3837 M: chien.tin.tung@intel.com
3838 L: general@lists.openfabrics.org
3839 W: http://www.neteffect.com
3841 F: drivers/infiniband/hw/nes/
3843 NETEM NETWORK EMULATOR
3844 P: Stephen Hemminger
3845 M: shemminger@linux-foundation.org
3846 L: netem@lists.linux-foundation.org
3848 F: net/sched/sch_netem.c
3850 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3852 M: ram.vepa@neterion.com
3854 M: santosh.rastapur@neterion.com
3855 P: Sivakumar Subramani
3856 M: sivakumar.subramani@neterion.com
3857 P: Sreenivasa Honnur
3858 M: sreenivasa.honnur@neterion.com
3860 M: anil.murthy@neterion.com
3861 L: netdev@vger.kernel.org
3862 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3863 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3865 F: Documentation/networking/s2io.txt
3866 F: drivers/net/s2io*
3868 NETFILTER/IPTABLES/IPCHAINS
3876 L: netfilter-devel@vger.kernel.org
3877 L: netfilter@vger.kernel.org
3878 L: coreteam@netfilter.org
3879 W: http://www.netfilter.org/
3880 W: http://www.iptables.org/
3882 F: include/linux/netfilter*
3883 F: include/linux/netfilter/
3884 F: include/net/netfilter/
3885 F: net/*/netfilter.c
3891 M: paul.moore@hp.com
3892 W: http://netlabel.sf.net
3893 L: netdev@vger.kernel.org
3895 F: Documentation/netlabel/
3896 F: include/net/netlabel.h
3899 NETROM NETWORK LAYER
3901 M: ralf@linux-mips.org
3902 L: linux-hams@vger.kernel.org
3903 W: http://www.linux-ax25.org/
3905 F: include/linux/netrom.h
3906 F: include/net/netrom.h
3909 NETWORK BLOCK DEVICE (NBD)
3911 M: Paul.Clements@steeleye.com
3913 F: Documentation/blockdev/nbd.txt
3914 F: drivers/block/nbd.c
3915 F: include/linux/nbd.h
3917 NETWORK DEVICE DRIVERS
3919 M: jgarzik@pobox.com
3920 L: netdev@vger.kernel.org
3921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3925 NETWORKING [GENERAL]
3927 M: netdev@vger.kernel.org
3928 L: netdev@vger.kernel.org
3929 W: http://linux-net.osdl.org/
3934 NETWORKING [IPv4/IPv6]
3936 M: davem@davemloft.net
3938 M: kuznet@ms2.inr.ac.ru
3939 P: Pekka Savola (ipv6)
3940 M: pekkas@netcore.fi
3942 M: jmorris@namei.org
3943 P: Hideaki YOSHIFUJI
3944 M: yoshfuji@linux-ipv6.org
3947 L: netdev@vger.kernel.org
3948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3954 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3956 M: paul.moore@hp.com
3957 L: netdev@vger.kernel.org
3960 NETWORKING [WIRELESS]
3962 M: linville@tuxdriver.com
3963 L: linux-wireless@vger.kernel.org
3964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3967 F: include/net/ieee80211*
3968 F: include/net/wireless.h
3970 NETXEN (1/10) GbE SUPPORT
3972 M: dhananjay@netxen.com
3973 L: netdev@vger.kernel.org
3974 W: http://www.netxen.com
3976 F: drivers/net/netxen/
3978 NFS, SUNRPC, AND LOCKD CLIENTS
3980 M: Trond.Myklebust@netapp.com
3981 L: linux-nfs@vger.kernel.org
3982 W: http://client.linux-nfs.org
3983 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3989 F: include/linux/lockd/
3990 F: include/linux/nfs*
3991 F: include/linux/sunrpc/
3993 NI5010 NETWORK DRIVER
3994 P: Jan-Pascal van Best
3995 M: janpascal@vanbest.org
3998 L: netdev@vger.kernel.org
4000 F: drivers/net/ni5010.*
4004 M: konishi.ryusuke@lab.ntt.co.jp
4006 W: http://www.nilfs.org/en/
4008 F: Documentation/filesystems/nilfs2.txt
4010 F: include/linux/nilfs2_fs.h
4012 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4014 M: yokota@netlab.is.tsukuba.ac.jp
4015 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4017 F: Documentation/scsi/NinjaSCSI.txt
4018 F: drivers/scsi/pcmcia/nsp_*
4020 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4022 M: gotom@debian.or.jp
4024 M: yokota@netlab.is.tsukuba.ac.jp
4025 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4027 F: Documentation/scsi/NinjaSCSI.txt
4028 F: drivers/scsi/nsp32*
4031 P: Anton Altaparmakov
4033 L: linux-ntfs-dev@lists.sourceforge.net
4034 L: linux-kernel@vger.kernel.org
4035 W: http://www.linux-ntfs.org/
4036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4038 F: Documentation/filesystems/ntfs.txt
4041 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4043 M: adaplas@gmail.com
4044 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4046 F: drivers/video/riva/
4047 F: drivers/video/nvidia/
4051 M: me@bobcopeland.com
4052 L: linux-karma-devel@lists.sourceforge.net
4054 F: Documentation/filesystems/omfs.txt
4057 OMNIKEY CARDMAN 4000 DRIVER
4059 M: laforge@gnumonks.org
4061 F: drivers/char/pcmcia/cm4000_cs.c
4062 F: include/linux/cm4000_cs.h
4064 OMNIKEY CARDMAN 4040 DRIVER
4066 M: laforge@gnumonks.org
4068 F: drivers/char/pcmcia/cm4040_cs.*
4070 OMNIVISION OV7670 SENSOR DRIVER
4073 L: linux-media@vger.kernel.org
4074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4076 F: drivers/media/video/ov7670.c
4078 ONENAND FLASH DRIVER
4080 M: kyungmin.park@samsung.com
4081 L: linux-mtd@lists.infradead.org
4083 F: drivers/mtd/onenand/
4084 F: include/linux/mtd/onenand*.h
4086 ONSTREAM SCSI TAPE DRIVER
4089 L: osst-users@lists.sourceforge.net
4090 L: linux-scsi@vger.kernel.org
4092 F: drivers/scsi/osst*
4095 OPENCORES I2C BUS DRIVER
4097 M: jacmet@sunsite.dk
4098 L: linux-i2c@vger.kernel.org
4100 F: Documentation/i2c/busses/i2c-ocores
4101 F: drivers/i2c/busses/i2c-ocores.c
4105 M: robert.richter@amd.com
4106 L: oprofile-list@lists.sf.net
4109 F: drivers/oprofile/
4110 F: include/linux/oprofile.h
4112 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4116 M: joel.becker@oracle.com
4117 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4118 W: http://oss.oracle.com/projects/ocfs2/
4119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4121 F: Documentation/filesystems/ocfs2.txt
4122 F: Documentation/filesystems/dlmfs.txt
4129 M: hermes@gibson.dropbear.id.au
4130 L: linux-wireless@vger.kernel.org
4131 L: orinoco-users@lists.sourceforge.net
4132 L: orinoco-devel@lists.sourceforge.net
4133 W: http://www.nongnu.org/orinoco/
4135 F: drivers/net/wireless/orinoco/
4139 M: bharrosh@panasas.com
4141 M: bhalevy@panasas.com
4142 L: osd-dev@open-osd.org
4143 W: http://open-osd.org
4144 T: git git://git.open-osd.org/open-osd.git
4149 M: flamingice@sourmilk.net
4150 L: linux-wireless@vger.kernel.org
4151 W: http://prism54.org
4152 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4154 F: drivers/net/wireless/p54/
4156 PA SEMI ETHERNET DRIVER
4159 L: netdev@vger.kernel.org
4161 F: drivers/net/pasemi_mac.*
4163 PA SEMI SMBUS DRIVER
4166 L: linux-i2c@vger.kernel.org
4168 F: drivers/i2c/busses/i2c-pasemi.c
4170 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4172 M: laforge@gnumonks.org
4174 F: drivers/platform/x86/panasonic-laptop.c
4176 PANASONIC MN10300/AM33 PORT
4178 M: dhowells@redhat.com
4180 M: yasutake.koichi@jp.panasonic.com
4181 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4182 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4184 F: Documentation/mn10300/
4187 PARALLEL PORT SUPPORT
4188 L: linux-parport@lists.infradead.org (subscribers-only)
4191 F: include/linux/parport*.h
4192 F: drivers/char/ppdev.c
4193 F: include/linux/ppdev.h
4195 PARAVIRT_OPS INTERFACE
4196 P: Jeremy Fitzhardinge
4197 M: jeremy@xensource.com
4199 M: chrisw@sous-sol.org
4201 M: akataria@vmware.com
4203 M: rusty@rustcorp.com.au
4204 L: virtualization@lists.osdl.org
4205 L: linux-kernel@vger.kernel.org
4207 F: Documentation/ia64/paravirt_ops.txt
4208 F: arch/*/kernel/paravirt*
4209 F: arch/*/include/asm/paravirt.h
4211 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4214 L: linux-parport@lists.infradead.org (subscribers-only)
4215 W: http://www.torque.net/linux-pp.html
4217 F: Documentation/blockdev/paride.txt
4218 F: drivers/block/paride/
4225 L: linux-parisc@vger.kernel.org
4226 W: http://www.parisc-linux.org/
4227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4232 PC87360 HARDWARE MONITORING DRIVER
4234 M: jim.cromie@gmail.com
4235 L: lm-sensors@lm-sensors.org
4237 F: Documentation/hwmon/pc87360
4238 F: drivers/hwmon/pc87360.c
4242 M: jim.cromie@gmail.com
4244 F: drivers/char/pc8736x_gpio.c
4248 M: riku.voipio@iki.fi
4250 F: drivers/leds/leds-pca9532.c
4251 F: include/linux/leds-pca9532.h
4255 M: linas@austin.ibm.com
4256 L: linux-kernel@vger.kernel.org
4257 L: linux-pci@vger.kernel.org
4259 F: Documentation/PCI/pci-error-recovery.txt
4260 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4264 M: jbarnes@virtuousgeek.org
4265 L: linux-kernel@vger.kernel.org
4266 L: linux-pci@vger.kernel.org
4267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4269 F: Documentation/PCI/
4271 F: include/linux/pci*
4274 P: Kristen Carlson Accardi
4275 M: kristen.c.accardi@intel.com
4276 L: linux-pci@vger.kernel.org
4278 F: drivers/pci/pcie/
4281 P: Linux PCMCIA Team
4282 L: linux-pcmcia@lists.infradead.org
4283 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4286 F: Documentation/pcmcia/
4290 PCNET32 NETWORK DRIVER
4292 M: pcnet32@verizon.net
4293 L: netdev@vger.kernel.org
4295 F: drivers/net/pcnet32.c
4297 PER-TASK DELAY ACCOUNTING
4299 M: balbir@linux.vnet.ibm.com
4300 L: linux-kernel@vger.kernel.org
4302 F: include/linux/delayacct.h
4303 F: kernel/delayacct.c
4305 PERSONALITY HANDLING
4306 P: Christoph Hellwig
4307 M: hch@infradead.org
4308 L: linux-abi-devel@lists.sourceforge.net
4310 F: include/linux/personality.h
4314 M: joern@lazybastard.org
4315 L: linux-mtd@lists.infradead.org
4317 F: drivers/mtd/devices/phram.c
4321 M: petero2@telia.com
4322 L: linux-kernel@vger.kernel.org
4324 F: drivers/block/pktcdvd.c
4325 F: include/linux/pktcdvd.h
4327 POSIX CLOCKS and TIMERS
4329 M: tglx@linutronix.de
4330 L: linux-kernel@vger.kernel.org
4333 F: include/linux/timer*
4336 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4340 M: dwmw2@infradead.org
4341 L: linux-kernel@vger.kernel.org
4342 T: git git://git.infradead.org/battery-2.6.git
4344 F: include/linux/power_supply.h
4345 F: drivers/power/power_supply*
4351 M: bjorn.helgaas@hp.com
4357 M: vitalywool@gmail.com
4358 L: linux-i2c@vger.kernel.org
4360 F: drivers/i2c/busses/i2c-pnx.c
4362 PPP PROTOCOL DRIVERS AND COMPRESSORS
4365 L: linux-ppp@vger.kernel.org
4367 F: drivers/net/ppp_*
4369 PPP OVER ATM (RFC 2364)
4370 P: Mitchell Blank Jr
4373 F: net/atm/pppoatm.c
4374 F: include/linux/atmppp.h
4378 M: mostrows@earthlink.net
4380 F: drivers/net/pppoe.c
4381 F: drivers/net/pppox.c
4385 M: jchapman@katalix.com
4387 F: drivers/net/pppol2tp.c
4388 F: include/linux/if_pppol2tp.h
4393 L: linux-kernel@vger.kernel.org
4394 L: kpreempt-tech@lists.sourceforge.net
4395 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4397 F: Documentation/preempt-locking.txt
4398 F: include/linux/preempt.h
4400 PRISM54 WIRELESS DRIVER
4401 P: Luis R. Rodriguez
4403 L: linux-wireless@vger.kernel.org
4404 W: http://prism54.org
4406 F: drivers/net/wireless/prism54/
4408 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4410 M: promise@pnd-pc.demon.co.uk
4411 W: http://www.pnd-pc.demon.co.uk/promise/
4414 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4415 P: Mikael Pettersson
4417 L: linux-ide@vger.kernel.org
4419 F: drivers/ata/sata_promise.*
4423 M: mokuno@sm.sony.co.jp
4424 L: netdev@vger.kernel.org
4425 L: cbe-oss-dev@ozlabs.org
4427 F: drivers/net/ps3_gelic_net.*
4429 PS3 PLATFORM SUPPORT
4431 M: geoffrey.levand@am.sony.com
4432 L: linuxppc-dev@ozlabs.org
4433 L: cbe-oss-dev@ozlabs.org
4435 F: arch/powerpc/boot/ps3*
4436 F: arch/powerpc/include/asm/lv1call.h
4437 F: arch/powerpc/include/asm/ps3*.h
4438 F: arch/powerpc/platforms/ps3/
4441 F: drivers/rtc/rtc-ps3.c
4442 F: drivers/usb/host/*ps3.c
4443 F: sound/ppc/snd_ps3*
4448 L: cbe-oss-dev@ozlabs.org
4451 PVRUSB2 VIDEO4LINUX DRIVER
4454 L: pvrusb2@isely.net (subscribers-only)
4455 L: linux-media@vger.kernel.org
4456 W: http://www.isely.net/pvrusb2/
4457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4459 F: Documentation/video4linux/README.pvrusb2
4460 F: drivers/media/video/pvrusb2/
4462 PXA2xx/PXA3xx SUPPORT
4464 M: eric.miao@marvell.com
4466 M: linux@arm.linux.org.uk
4467 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4469 F: arch/arm/mach-pxa/
4470 F: drivers/pcmcia/pxa2xx*
4471 F: drivers/spi/pxa2xx*
4472 F: drivers/usb/gadget/pxa2*
4473 F: include/sound/pxa2xx-lib.h
4474 F: sound/soc/pxa/pxa2xx*
4478 M: eric.miao@marvell.com
4480 M: jason.chagas@marvell.com
4481 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4487 M: eric.miao@marvell.com
4488 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4497 M: robert.jarzmik@free.fr
4498 L: rtc-linux@googlegroups.com
4501 QLOGIC QLA2XXX FC-SCSI DRIVER
4503 M: linux-driver@qlogic.com
4504 L: linux-scsi@vger.kernel.org
4506 F: Documentation/scsi/LICENSE.qla2xxx
4507 F: drivers/scsi/qla2xxx/
4509 QLOGIC QLA3XXX NETWORK DRIVER
4511 M: linux-driver@qlogic.com
4512 L: netdev@vger.kernel.org
4514 F: Documentation/networking/LICENSE.qla3xxx
4515 F: drivers/net/qla3xxx.*
4517 QLOGIC QLGE 10Gb ETHERNET DRIVER
4519 M: linux-driver@qlogic.com
4520 M: ron.mercer@qlogic.com
4521 L: netdev@vger.kernel.org
4523 F: drivers/net/qlge/
4528 L: linux-kernel@vger.kernel.org
4529 W: http://www.alarsen.net/linux/qnx4fs/
4532 F: include/linux/qnx4_fs.h
4533 F: include/linux/qnxtypes.h
4535 RADEON FRAMEBUFFER DISPLAY DRIVER
4536 P: Benjamin Herrenschmidt
4537 M: benh@kernel.crashing.org
4538 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4540 F: drivers/video/aty/radeon*
4541 F: include/linux/radeonfb.h
4543 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4546 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4548 F: drivers/video/aty/aty128fb.c
4550 RALINK RT2X00 WIRELESS LAN DRIVER
4552 L: linux-wireless@vger.kernel.org
4553 L: users@rt2x00.serialmonkey.com
4554 W: http://rt2x00.serialmonkey.com/
4556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4557 F: drivers/net/wireless/rt2x00/
4559 RAMDISK RAM BLOCK DEVICE DRIVER
4563 F: Documentation/blockdev/ramdisk.txt
4564 F: drivers/block/brd.c
4566 RANDOM NUMBER DRIVER
4570 F: drivers/char/random.c
4574 M: mporter@kernel.crashing.org
4575 L: linux-kernel@vger.kernel.org
4579 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4581 M: coreythomas@charter.net
4582 L: linux-wireless@vger.kernel.org
4584 F: drivers/net/wireless/ray*
4588 M: josh@freedesktop.org
4589 L: linux-kernel@vger.kernel.org
4591 F: Documentation/RCU/torture.txt
4592 F: kernel/rcutorture.c
4596 M: florian.fainelli@telecomint.eu
4597 L: linux-kernel@vger.kernel.org
4600 RDC R6040 FAST ETHERNET DRIVER
4602 M: florian.fainelli@telecomint.eu
4603 L: netdev@vger.kernel.org
4605 F: drivers/net/r6040.c
4607 RDS - RELIABLE DATAGRAM SOCKETS
4609 M: andy.grover@oracle.com
4610 L: rds-devel@oss.oracle.com
4614 READ-COPY UPDATE (RCU)
4616 M: dipankar@in.ibm.com
4617 W: http://www.rdrop.com/users/paulmck/rclock/
4618 L: linux-kernel@vger.kernel.org
4620 F: Documentation/RCU/rcu.txt
4621 F: Documentation/RCU/rcuref.txt
4622 F: include/linux/rcupdate.h
4623 F: include/linux/srcu.h
4624 F: kernel/rcupdate.c
4626 REAL TIME CLOCK DRIVER
4628 M: p_gortmaker@yahoo.com
4629 L: linux-kernel@vger.kernel.org
4631 F: Documentation/rtc.txt
4633 F: include/linux/rtc.h
4635 REAL TIME CLOCK (RTC) SUBSYSTEM
4637 M: a.zummo@towertech.it
4638 L: rtc-linux@googlegroups.com
4640 F: Documentation/rtc.txt
4642 F: include/linux/rtc.h
4644 REISERFS FILE SYSTEM
4645 L: reiserfs-devel@vger.kernel.org
4651 M: IvDoorn@gmail.com
4652 L: netdev@vger.kernel.org
4654 F Documentation/rfkill.txt
4659 F: Documentation/serial/riscom8.txt
4660 F: drivers/char/riscom8*
4664 W: http://www.comtrol.com
4666 F: Documentation/serial/rocket.txt
4667 F: drivers/char/rocket*
4671 M: ralf@linux-mips.org
4672 L: linux-hams@vger.kernel.org
4673 W: http://www.linux-ax25.org/
4675 F: include/linux/rose.h
4676 F: include/net/rose.h
4679 RTL8180 WIRELESS DRIVER
4681 M: linville@tuxdriver.com
4682 L: linux-wireless@vger.kernel.org
4683 W: http://linuxwireless.org/
4684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4686 F: drivers/net/wireless/rtl818*
4688 RTL8187 WIRELESS DRIVER
4689 P: Herton Ronaldo Krzesinski
4690 M: herton@mandriva.com.br
4692 M: htl10@users.sourceforge.net
4694 M: Larry.Finger@lwfinger.net
4695 L: linux-wireless@vger.kernel.org
4696 W: http://linuxwireless.org/
4697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4699 F: drivers/net/wireless/rtl818x/rtl8187*
4701 S3 SAVAGE FRAMEBUFFER DRIVER
4703 M: adaplas@gmail.com
4704 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4706 F: drivers/video/savage/
4709 P: Martin Schwidefsky
4710 M: schwidefsky@de.ibm.com
4712 M: heiko.carstens@de.ibm.com
4713 M: linux390@de.ibm.com
4714 L: linux-s390@vger.kernel.org
4715 W: http://www.ibm.com/developerworks/linux/linux390/
4719 S390 NETWORK DRIVERS
4721 M: ursula.braun@de.ibm.com
4723 M: blaschka@linux.vnet.ibm.com
4724 M: linux390@de.ibm.com
4725 L: linux-s390@vger.kernel.org
4726 W: http://www.ibm.com/developerworks/linux/linux390/
4728 F: drivers/s390/net/
4732 M: felix.beck@de.ibm.com
4734 M: ralph.wuerthner@de.ibm.com
4735 M: linux390@de.ibm.com
4736 L: linux-s390@vger.kernel.org
4738 F: drivers/s390/crypto/
4742 M: christof.schmitt@de.ibm.com
4745 M: linux390@de.ibm.com
4746 L: linux-s390@vger.kernel.org
4747 W: http://www.ibm.com/developerworks/linux/linux390/
4749 F: Documentation/s390/zfcpdump.txt
4750 F: drivers/s390/scsi/zfcp_*
4752 S390 IUCV NETWORK LAYER
4754 M: ursula.braun@de.ibm.com
4755 M: linux390@de.ibm.com
4756 L: linux-s390@vger.kernel.org
4757 W: http://www.ibm.com/developerworks/linux/linux390/
4759 F: drivers/s390/net/*iucv*
4760 F: include/net/iucv/
4763 S3C24XX SD/MMC Driver
4765 M: ben-linux@fluff.org
4766 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4767 L: linux-kernel@vger.kernel.org
4769 F: drivers/mmc/host/s3cmci.*
4771 SAA7146 VIDEO4LINUX-2 DRIVER
4774 L: linux-media@vger.kernel.org
4775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4776 W: http://www.mihu.de/linux/saa7146
4778 F: drivers/media/common/saa7146*
4779 F: drivers/media/video/*7146*
4780 F: include/media/*7146*
4784 M: zwane@arm.linux.org.uk
4786 F: drivers/watchdog/sc1200wdt.c
4792 M: peterz@infradead.org
4793 L: linux-kernel@vger.kernel.org
4796 F: include/linux/sched.h
4801 L: linux-scsi@vger.kernel.org
4802 W: http://www.kernel.dk
4808 M: dgilbert@interlog.com
4809 L: linux-scsi@vger.kernel.org
4810 W: http://www.torque.net/sg
4812 F: drivers/scsi/sg.c
4813 F: include/scsi/sg.h
4816 P: James E.J. Bottomley
4817 M: James.Bottomley@HansenPartnership.com
4818 L: linux-scsi@vger.kernel.org
4819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4820 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4828 M: Kai.Makisara@kolumbus.fi
4829 L: linux-scsi@vger.kernel.org
4831 F: Documentation/scsi/st.txt
4836 M: vladislav.yasevich@hp.com
4837 P: Sridhar Samudrala
4839 L: linux-sctp@vger.kernel.org
4840 W: http://lksctp.sourceforge.net
4842 F: Documentation/networking/sctp.txt
4843 F: include/linux/sctp.h
4844 F: include/net/sctp/
4849 M: jim.cromie@gmail.com
4851 F: Documentation/i2c/busses/scx200_acb
4852 F: arch/x86/kernel/scx200_32.c
4853 F: drivers/watchdog/scx200_wdt.c
4854 F: drivers/i2c/busses/scx200*
4855 F: drivers/mtd/maps/scx200_docflash.c
4856 F: include/linux/scx200.h
4860 M: jim.cromie@gmail.com
4862 F: drivers/char/scx200_gpio.c
4863 F: include/linux/scx200_gpio.h
4865 SCx200 HRT CLOCKSOURCE DRIVER
4867 M: jim.cromie@gmail.com
4869 F: drivers/clocksource/scx200_hrt.c
4871 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4873 M: saschasommer@freenet.de
4874 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4876 F: drivers/mmc/host/sdricoh_cs.c
4878 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4881 L: sdhci-devel@lists.ossman.eu
4884 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4886 M: avorontsov@ru.mvista.com
4887 L: linuxppc-dev@ozlabs.org
4888 L: sdhci-devel@lists.ossman.eu
4890 F: drivers/mmc/host/sdhci.*
4894 M: jmorris@namei.org
4895 L: linux-kernel@vger.kernel.org
4896 L: linux-security-module@vger.kernel.org (suggested Cc:)
4897 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4898 W: http://security.wiki.kernel.org/
4903 P: Security Officers
4904 M: security@kernel.org
4907 SELINUX SECURITY MODULE
4909 M: sds@tycho.nsa.gov
4911 M: jmorris@namei.org
4913 M: eparis@parisplace.org
4914 L: linux-kernel@vger.kernel.org (kernel issues)
4915 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4916 W: http://selinuxproject.org
4917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4919 F: include/linux/selinux*
4920 F: security/selinux/
4924 M: jirislaby@gmail.com
4926 F: drivers/misc/phantom.c
4927 F: include/linux/phantom.h
4929 SERIAL ATA (SATA) SUBSYSTEM
4931 M: jgarzik@pobox.com
4932 L: linux-ide@vger.kernel.org
4933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4936 F: include/linux/ata.h
4937 F: include/linux/libata.h
4939 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4941 M: sathyap@serverengines.com
4942 P: Subbu Seetharaman
4943 M: subbus@serverengines.com
4944 L: netdev@vger.kernel.org
4945 W: http://www.serverengines.com
4947 F: drivers/net/benet/
4952 P: Robert Stonehouse
4953 M: linux-net-drivers@solarflare.com
4961 F: drivers/misc/sgi-gru/
4963 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4966 L: linux-ia64@vger.kernel.org
4968 F: Documentation/ia64/serial.txt
4969 F: drivers/serial/ioc?_serial.c
4970 F: include/linux/ioc?.h
4972 SGI VISUAL WORKSTATION 320 AND 540
4975 L: linux-visws-devel@lists.sf.net
4976 W: http://linux-visws.sf.net
4977 S: Maintained for 2.6.
4978 F: Documentation/sgi-visws.txt
4980 SGI XP/XPC/XPNET DRIVER
4984 F: drivers/misc/sgi-xp/
4986 SHARP LH SUPPORT (LH7952X & LH7A40X)
4989 W: http://projects.buici.com/arm
4990 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4992 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4993 F: arch/arm/mach-lh7a40x/
4994 F: drivers/serial/serial_lh7a40x.c
4995 F: drivers/usb/gadget/lh7a40*
4996 F: drivers/usb/host/ohci-lh7a40*
4999 P: Kristen Carlson Accardi
5000 M: kristen.c.accardi@intel.com
5001 L: linux-pci@vger.kernel.org
5003 F: drivers/pci/hotplug/shpchp*
5005 SIMTEC EB110ATX (Chalice CATS)
5008 M: support@simtec.co.uk
5009 W: http://www.simtec.co.uk/products/EB110ATX/
5011 F: arch/arm/mach-ebsa110/
5013 SIMTEC EB2410ITX (BAST)
5016 M: support@simtec.co.uk
5017 W: http://www.simtec.co.uk/products/EB2410ITX/
5019 F: arch/arm/mach-s3c2410/
5020 F: drivers/*/*s3c2410*
5021 F: drivers/*/*/*s3c2410*
5023 SIS 190 ETHERNET DRIVER
5025 M: romieu@fr.zoreil.com
5026 L: netdev@vger.kernel.org
5028 F: drivers/net/sis190.c
5030 SIS 900/7016 FAST ETHERNET DRIVER
5032 M: venza@brownhat.org
5033 W: http://www.brownhat.org/sis900.html
5034 L: netdev@vger.kernel.org
5036 F: drivers/net/sis900.*
5038 SIS 96X I2C/SMBUS DRIVER
5040 M: mhoffman@lightlink.com
5041 L: linux-i2c@vger.kernel.org
5043 F: Documentation/i2c/busses/i2c-sis96x
5044 F: drivers/i2c/busses/i2c-sis96x.c
5046 SIS FRAMEBUFFER DRIVER
5047 P: Thomas Winischhofer
5048 M: thomas@winischhofer.net
5049 W: http://www.winischhofer.net/linuxsisvga.shtml
5051 F: Documentation/fb/sisfb.txt
5052 F: drivers/video/sis/
5053 F: include/video/sisfb.h
5056 P: Thomas Winischhofer
5057 M: thomas@winischhofer.net
5058 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5060 F: drivers/usb/misc/sisusbvga/
5062 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5063 P: Stephen Hemminger
5064 M: shemminger@linux-foundation.org
5065 L: netdev@vger.kernel.org
5067 F: drivers/net/skge.*
5068 F: drivers/net/sky2.*
5071 P: Christoph Lameter
5072 M: cl@linux-foundation.org
5074 M: penberg@cs.helsinki.fi
5077 L: linux-mm@kvack.org
5079 F: include/linux/sl?b*.h
5082 SMC91x ETHERNET DRIVER
5086 F: drivers/net/smc91x.*
5088 SMSC47B397 HARDWARE MONITOR DRIVER
5090 M: mhoffman@lightlink.com
5091 L: lm-sensors@lm-sensors.org
5093 F: Documentation/hwmon/smsc47b397
5094 F: drivers/hwmon/smsc47b397.c
5096 SMSC911x ETHERNET DRIVER
5097 P: Steve Glendinning
5098 M: steve.glendinning@smsc.com
5099 L: netdev@vger.kernel.org
5101 F: include/linux/smsc911x.h
5102 F: drivers/net/smsc911x.*
5104 SMSC9420 PCI ETHERNET DRIVER
5105 P: Steve Glendinning
5106 M: steve.glendinning@smsc.com
5107 L: netdev@vger.kernel.org
5109 F: drivers/net/smsc9420.*
5113 M: bn@niasdigital.com
5115 F: drivers/uio/uio_smx.c
5117 SN-IA64 (Itanium) SUB-PLATFORM
5120 L: linux-altix@sgi.com
5121 L: linux-ia64@vger.kernel.org
5122 W: http://www.sgi.com/altix
5126 SOC-CAMERA V4L2 SUBSYSTEM
5127 P: Guennadi Liakhovetski
5128 M: g.liakhovetski@gmx.de
5129 L: linux-media@vger.kernel.org
5130 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5132 F: include/media/v4l2*
5133 F: drivers/media/video/v4l2*
5135 SOEKRIS NET48XX LED SUPPORT
5139 F: drivers/leds/leds-net48xx.c
5141 SOFTWARE RAID (Multiple Disks) SUPPORT
5144 L: linux-raid@vger.kernel.org
5147 F: include/linux/raid/
5149 SONIC NETWORK DRIVER
5150 P: Thomas Bogendoerfer
5151 M: tsbogend@alpha.franken.de
5152 L: netdev@vger.kernel.org
5154 F: drivers/net/sonic.*
5156 SONICS SILICON BACKPLANE DRIVER (SSB)
5159 L: netdev@vger.kernel.org
5162 F: include/linux/ssb/
5164 SONY VAIO CONTROL DEVICE DRIVER
5166 M: malattia@linux.it
5167 L: linux-acpi@vger.kernel.org
5168 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5170 F: Documentation/laptops/sony-laptop.txt
5171 F: drivers/char/sonypi.c
5172 F: drivers/platform/x86/sony-laptop.c
5173 F: include/linux/sony-laptop.h
5175 SONY MEMORYSTICK CARD SUPPORT
5178 L: linux-kernel@vger.kernel.org
5179 W: http://tifmxx.berlios.de/
5181 F: drivers/memstick/host/tifm_ms.c
5188 L: alsa-devel@alsa-project.org (subscribers-only)
5192 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5194 M: lrg@slimlogic.co.uk
5196 M: broonie@opensource.wolfsonmicro.com
5197 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5198 L: alsa-devel@alsa-project.org (subscribers-only)
5199 W: http://alsa-project.org/main/index.php/ASoC
5203 SPARC + UltraSPARC (sparc/sparc64)
5205 M: davem@davemloft.net
5206 L: sparclinux@vger.kernel.org
5207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5212 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5214 M: R.E.Wolff@BitWizard.nl
5215 L: linux-kernel@vger.kernel.org
5217 F: Documentation/serial/specialix.txt
5218 F: drivers/char/specialix*
5222 M: dbrownell@users.sourceforge.net
5223 L: spi-devel-general@lists.sourceforge.net
5225 F: Documentation/spi/
5227 F: include/linux/spi/
5229 SPIDERNET NETWORK DRIVER for CELL
5231 M: kou.ishizaki@toshiba.co.jp
5234 L: netdev@vger.kernel.org
5236 F: Documentation/networking/spider_net.txt
5237 F: drivers/net/spider_net*
5242 L: linuxppc-dev@ozlabs.org
5243 L: cbe-oss-dev@ozlabs.org
5244 W: http://www.ibm.com/developerworks/power/cell/
5246 F: Documentation/filesystems/spufs.txt
5247 F: arch/powerpc/platforms/cell/spufs/
5249 SQUASHFS FILE SYSTEM
5251 M: phillip@lougher.demon.co.uk
5252 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5253 W: http://squashfs.org.uk
5255 F: Documentation/filesystems/squashfs.txt
5258 SRM (Alpha) environment access
5259 P: Jan-Benedict Glaw
5260 M: jbglaw@lug-owl.de
5261 L: linux-kernel@vger.kernel.org
5263 F: arch/alpha/kernel/srm_env.c
5266 P: Greg Kroah-Hartman
5269 M: chrisw@sous-sol.org
5270 L: stable@kernel.org
5274 P: Greg Kroah-Hartman
5276 L: linux-kernel@vger.kernel.org
5277 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5281 STARFIRE/DURALAN NETWORK DRIVER
5283 M: ionut@cs.columbia.edu
5285 F: drivers/net/starfire*
5287 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5288 W: http://mosquitonet.Stanford.EDU/strip.html
5290 F: drivers/net/wireless/strip.c
5291 F: include/linux/if_strip.h
5293 STRADIS MPEG-2 DECODER DRIVER
5296 W: http://www.stradis.com/
5298 F: drivers/media/video/stradis.c
5303 W: http://sammy.net/sun3/
5305 F: arch/m68k/kernel/*sun3*
5307 F: arch/m68k/include/asm/sun3*
5311 M: lethal@linux-sh.org
5312 L: linux-sh@vger.kernel.org
5313 W: http://www.linux-sh.org
5314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5316 F: Documentation/sh/
5322 M: len.brown@intel.com
5325 P: Rafael J. Wysocki
5327 L: linux-pm@lists.linux-foundation.org
5329 F: Documentation/power/
5330 F: arch/x86/kernel/acpi/
5331 F: drivers/base/power/
5333 F: include/linux/suspend.h
5334 F: include/linux/freezer.h
5335 F: include/linux/pm.h
5336 F: include/asm-*/suspend.h
5341 L: linux-video@atrey.karlin.mff.cuni.cz
5343 F: Documentation/svga.txt
5344 F: arch/x86/boot/video*
5347 P: Christoph Hellwig
5348 M: hch@infradead.org
5350 F: Documentation/filesystems/sysv-fs.txt
5352 F: include/linux/sysv_fs.h
5354 TASKSTATS STATISTICS INTERFACE
5356 M: balbir@linux.vnet.ibm.com
5357 L: linux-kernel@vger.kernel.org
5359 F: Documentation/accounting/taskstats*
5360 F: include/linux/taskstats*
5361 F: kernel/taskstats.c
5366 L: netdev@vger.kernel.org
5368 F: include/linux/pkt_cls.h
5369 F: include/net/pkt_cls.h
5372 TCP LOW PRIORITY MODULE
5373 P: Wong Hoi Sing, Edison
5374 M: hswong3i@gmail.com
5375 P: Hung Hing Lun, Mike
5376 M: hlhung3i@gmail.com
5377 W: http://tcp-lp-mod.sourceforge.net/
5379 F: net/ipv4/tcp_lp.c
5381 TEHUTI ETHERNET DRIVER
5382 P: Alexander Indenbaum
5383 M: baum@tehutinetworks.net
5385 M: andy@greyhouse.net
5386 L: netdev@vger.kernel.org
5388 F: drivers/net/tehuti*
5390 Telecom Clock Driver for MCPL0010
5392 M: mark.gross@intel.com
5394 F: drivers/char/tlclk.c
5396 TENSILICA XTENSA PORT (xtensa)
5402 THINKPAD ACPI EXTRAS DRIVER
5403 P: Henrique de Moraes Holschuh
5404 M: ibm-acpi@hmh.eng.br
5405 L: ibm-acpi-devel@lists.sourceforge.net
5406 W: http://ibm-acpi.sourceforge.net
5407 W: http://thinkwiki.org/wiki/Ibm-acpi
5408 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5410 F: drivers/platform/x86/thinkpad_acpi.c
5412 TI FLASH MEDIA INTERFACE DRIVER
5416 F: drivers/misc/tifm*
5417 F: drivers/mmc/host/tifm_sd.c
5418 F: include/linux/tifm.h
5420 TI OMAP MMC INTERFACE DRIVER
5421 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5422 M: linux-omap@vger.kernel.org
5423 W: http://linux.omap.com
5424 W: http://www.muru.com/linux/omap/
5426 F: drivers/mmc/host/omap.c
5428 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5430 M: dsaxena@plexity.net
5432 F: drivers/char/hw_random/omap-rng.c
5436 M: per.liden@ericsson.com
5438 M: jon.maloy@ericsson.com
5440 M: allan.stephens@windriver.com
5441 L: tipc-discussion@lists.sourceforge.net
5442 W: http://tipc.sourceforge.net/
5443 W: http://tipc.cslab.ericsson.net/
5444 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5446 F: include/linux/tipc*.h
5447 F: include/net/tipc/
5453 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5454 W: http://sourceforge.net/projects/tlan/
5456 F: Documentation/networking/tlan.txt
5457 F: drivers/net/tlan.*
5459 TOMOYO SECURITY MODULE
5461 M: takedakn@nttdata.co.jp
5463 M: penguin-kernel@I-love.SAKURA.ne.jp
5464 L: linux-kernel@vger.kernel.org (kernel issues)
5465 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5466 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5467 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5468 W: http://tomoyo.sourceforge.jp/
5469 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5473 TOSHIBA ACPI EXTRAS DRIVER
5475 F: drivers/platform/x86/toshiba_acpi.c
5479 M: jonathan@buzzard.org.uk
5480 L: tlinux-users@tce.toshiba-dme.co.jp
5481 W: http://www.buzzard.org.uk/toshiba/
5483 F: drivers/char/toshiba.c
5484 F: include/linux/toshiba.h
5488 M: ian@mnementh.co.uk
5490 F: drivers/mmc/host/tmio_mmc.*
5494 M: debora@linux.vnet.ibm.com
5496 M: srajiv@linux.vnet.ibm.com
5497 W: http://tpmdd.sourceforge.net
5499 M: m.selhorst@sirrix.com
5500 W: http://www.sirrix.com
5501 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5503 F: drivers/char/tpm/
5507 M: trivial@kernel.org
5508 L: linux-kernel@vger.kernel.org
5509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5514 M: alan@lxorguk.ukuu.org.uk
5515 L: linux-kernel@vger.kernel.org
5518 TULIP NETWORK DRIVERS
5520 M: grundler@parisc-linux.org
5523 L: netdev@vger.kernel.org
5525 F: drivers/net/tulip/
5528 P: Maxim Krasnyansky
5529 M: maxk@qualcomm.com
5530 L: vtun@office.satix.net
5531 W: http://vtun.sourceforge.net/tun
5533 F: Documentation/networking/tuntap.txt
5534 F: arch/um/os-Linux/drivers/
5536 TURBOCHANNEL SUBSYSTEM
5537 P: Maciej W. Rozycki
5538 M: macro@linux-mips.org
5541 F: include/linux/tc.h
5545 M: ballabio_dario@emc.com
5546 L: linux-scsi@vger.kernel.org
5548 F: drivers/scsi/u14-34f.c
5550 UBI FILE SYSTEM (UBIFS)
5552 M: dedekind@infradead.org
5554 M: ext-adrian.hunter@nokia.com
5555 L: linux-mtd@lists.infradead.org
5556 T: git git://git.infradead.org/ubifs-2.6.git
5557 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5559 F: Documentation/filesystems/ubifs.txt
5562 UCLINUX (AND M68KNOMMU)
5565 W: http://www.uclinux.org/
5566 L: uclinux-dev@uclinux.org (subscribers-only)
5570 UCLINUX FOR RENESAS H8/300
5572 M: ysato@users.sourceforge.jp
5573 W: http://uclinux-h8.sourceforge.jp/
5579 W: http://linux-udf.sourceforge.net
5581 F: Documentation/filesystems/udf.txt
5585 P: Evgeniy Dushistov
5586 M: dushistov@mail.ru
5587 L: linux-kernel@vger.kernel.org
5589 F: Documentation/filesystems/ufs.txt
5592 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5594 M: david.vrabel@csr.com
5595 L: linux-usb@vger.kernel.org
5598 F: include/linux/uwb.h
5599 F: include/linux/uwb/
5601 UNIFORM CDROM DRIVER
5604 L: linux-kernel@vger.kernel.org
5605 W: http://www.kernel.dk
5607 F: Documentation/cdrom/
5608 F: drivers/cdrom/cdrom.c
5609 F: include/linux/cdrom.h
5611 UNSORTED BLOCK IMAGES (UBI)
5613 M: dedekind@infradead.org
5614 W: http://www.linux-mtd.infradead.org/
5615 L: linux-mtd@lists.infradead.org
5616 T: git git://git.infradead.org/ubi-2.6.git
5619 F: include/linux/mtd/ubi.h
5620 F: include/mtd/ubi-user.h
5624 M: oliver@neukum.name
5625 L: linux-usb@vger.kernel.org
5627 F: Documentation/usb/acm.txt
5628 F: drivers/usb/class/cdc-acm.*
5630 USB BLOCK DRIVER (UB ub)
5632 M: zaitcev@redhat.com
5633 L: linux-kernel@vger.kernel.org
5634 L: linux-usb@vger.kernel.org
5636 F: drivers/block/ub.c
5638 USB CDC ETHERNET DRIVER
5639 P: Greg Kroah-Hartman
5641 L: linux-usb@vger.kernel.org
5643 W: http://www.kroah.com/linux-usb/
5644 F: drivers/net/usb/cdc_*.c
5645 F: include/linux/usb/cdc.h
5647 USB CYPRESS C67X00 DRIVER
5649 M: jacmet@sunsite.dk
5650 L: linux-usb@vger.kernel.org
5652 F: drivers/usb/c67x00/
5654 USB DAVICOM DM9601 DRIVER
5656 M: jacmet@sunsite.dk
5657 L: netdev@vger.kernel.org
5658 W: http://www.linux-usb.org/usbnet
5660 F: drivers/net/usb/dm9601.c
5662 USB DIAMOND RIO500 DRIVER
5665 L: rio500-users@lists.sourceforge.net
5666 W: http://rio500.sourceforge.net
5668 F: drivers/usb/misc/rio500*
5672 M: dbrownell@users.sourceforge.net
5673 L: linux-usb@vger.kernel.org
5675 F: Documentation/usb/ehci.txt
5676 F: drivers/usb/host/ehci*
5678 USB ET61X[12]51 DRIVER
5680 M: luca.risolia@studio.unibo.it
5681 L: linux-usb@vger.kernel.org
5682 L: linux-media@vger.kernel.org
5683 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5684 W: http://www.linux-projects.org
5686 F: drivers/media/video/et61x251/
5688 USB GADGET/PERIPHERAL SUBSYSTEM
5690 M: dbrownell@users.sourceforge.net
5691 L: linux-usb@vger.kernel.org
5692 W: http://www.linux-usb.org/gadget
5694 F: drivers/usb/gadget/
5695 F: include/linux/usb/gadget*
5697 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5700 L: linux-usb@vger.kernel.org
5701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5703 F: Documentation/usb/hiddev.txt
5704 F: drivers/hid/usbhid/
5708 M: ok@artecdesign.ee
5709 L: linux-usb@vger.kernel.org
5711 F: drivers/usb/host/isp116x*
5712 F: include/linux/usb/isp116x.h
5714 USB KAWASAKI LSI DRIVER
5716 M: oliver@neukum.name
5717 L: linux-usb@vger.kernel.org
5719 F: drivers/usb/serial/kl5kusb105.*
5721 USB MASS STORAGE DRIVER
5723 M: mdharm-usb@one-eyed-alien.net
5724 L: linux-usb@vger.kernel.org
5725 L: usb-storage@lists.one-eyed-alien.net
5727 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5728 F: drivers/usb/storage/
5732 M: dbrownell@users.sourceforge.net
5733 L: linux-usb@vger.kernel.org
5735 F: Documentation/usb/ohci.txt
5736 F: drivers/usb/host/ohci*
5738 USB OPTION-CARD DRIVER
5740 M: smurf@smurf.noris.de
5741 L: linux-usb@vger.kernel.org
5743 F: drivers/usb/serial/option.c
5747 M: mmcclell@bigfoot.com
5748 L: linux-usb@vger.kernel.org
5749 W: http://alpha.dyndns.org/ov511/
5751 F: drivers/media/video/ov511.*
5755 M: petkan@users.sourceforge.net
5756 L: linux-usb@vger.kernel.org
5757 L: netdev@vger.kernel.org
5758 W: http://pegasus2.sourceforge.net/
5760 F: drivers/net/usb/pegasus.*
5762 USB PRINTER DRIVER (usblp)
5764 M: zaitcev@redhat.com
5765 L: linux-usb@vger.kernel.org
5767 F: drivers/usb/class/usblp.c
5771 M: petkan@users.sourceforge.net
5772 L: linux-usb@vger.kernel.org
5773 L: netdev@vger.kernel.org
5774 W: http://pegasus2.sourceforge.net/
5776 F: drivers/net/usb/rtl8150.c
5781 L: linux-usb@vger.kernel.org
5782 W: http://www.chello.nl/~j.vreeken/se401/
5784 F: Documentation/video4linux/se401.txt
5785 F: drivers/media/video/se401.*
5787 USB SERIAL BELKIN F5U103 DRIVER
5788 P: William Greathouse
5789 M: wgreathouse@smva.com
5790 L: linux-usb@vger.kernel.org
5792 F: drivers/usb/serial/belkin_sa.*
5794 USB SERIAL CYPRESS M8 DRIVER
5796 M: dignome@gmail.com
5797 L: linux-usb@vger.kernel.org
5799 W: http://geocities.com/i0xox0i
5800 W: http://firstlight.net/cvs
5801 F: drivers/usb/serial/cypress_m8.*
5803 USB SERIAL CYBERJACK DRIVER
5804 P: Matthias Bruestle and Harald Welte
5805 M: support@reiner-sct.com
5806 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5808 F: drivers/usb/serial/cyberjack.c
5810 USB SERIAL DIGI ACCELEPORT DRIVER
5811 P: Peter Berger and Al Borchers
5812 M: pberger@brimson.com
5813 M: alborchers@steinerpoint.com
5814 L: linux-usb@vger.kernel.org
5816 F: drivers/usb/serial/digi_acceleport.c
5819 P: Greg Kroah-Hartman
5821 L: linux-usb@vger.kernel.org
5823 F: Documentation/usb/usb-serial.txt
5824 F: drivers/usb/serial/generic.c
5825 F: drivers/usb/serial/usb-serial.c
5826 F: include/linux/usb/serial.h
5828 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5830 M: xavyer@ix.netcom.com
5831 L: linux-usb@vger.kernel.org
5833 F: drivers/usb/serial/empeg.c
5835 USB SERIAL KEYSPAN DRIVER
5836 P: Greg Kroah-Hartman
5838 L: linux-usb@vger.kernel.org
5839 W: http://www.kroah.com/linux/
5841 F: drivers/usb/serial/*keyspan*
5843 USB SERIAL WHITEHEAT DRIVER
5844 P: Support Department
5845 M: support@connecttech.com
5846 L: linux-usb@vger.kernel.org
5847 W: http://www.connecttech.com
5849 F: drivers/usb/serial/whiteheat*
5851 USB SMSC95XX ETHERNET DRIVER
5852 P: Steve Glendinning
5853 M: steve.glendinning@smsc.com
5854 L: netdev@vger.kernel.org
5856 F: drivers/net/usb/smsc95xx.*
5860 M: luca.risolia@studio.unibo.it
5861 L: linux-usb@vger.kernel.org
5862 L: linux-media@vger.kernel.org
5863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5864 W: http://www.linux-projects.org
5866 F: Documentation/video4linux/sn9c102.txt
5867 F: drivers/media/video/sn9c102/
5870 P: Greg Kroah-Hartman
5872 L: linux-usb@vger.kernel.org
5873 W: http://www.linux-usb.org
5874 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5876 F: Documentation/usb/
5879 F: include/linux/usb.h
5880 F: include/linux/usb/
5884 M: stern@rowland.harvard.edu
5885 L: linux-usb@vger.kernel.org
5887 F: drivers/usb/host/uhci*
5889 USB "USBNET" DRIVER FRAMEWORK
5891 M: dbrownell@users.sourceforge.net
5892 L: netdev@vger.kernel.org
5893 W: http://www.linux-usb.org/usbnet
5895 F: drivers/net/usb/usbnet.c
5896 F: include/linux/usb/usbnet.h
5900 M: laurent.pinchart@skynet.be
5901 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5902 L: linux-media@vger.kernel.org
5903 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5904 W: http://linux-uvc.berlios.de
5906 F: drivers/media/video/uvc/
5908 USB W996[87]CF DRIVER
5910 M: luca.risolia@studio.unibo.it
5911 L: linux-usb@vger.kernel.org
5912 L: linux-media@vger.kernel.org
5913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5914 W: http://www.linux-projects.org
5916 F: Documentation/video4linux/w9968cf.txt
5917 F: drivers/media/video/w996*
5919 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5921 M: jussi.kivilinna@mbnet.fi
5922 L: linux-wireless@vger.kernel.org
5924 F: drivers/net/wireless/rndis_wlan.c
5928 M: luca.risolia@studio.unibo.it
5929 L: linux-usb@vger.kernel.org
5930 L: linux-media@vger.kernel.org
5931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5932 W: http://www.linux-projects.org
5934 F: Documentation/video4linux/zc0301.txt
5935 F: drivers/media/video/zc0301/
5940 L: linux-usb@vger.kernel.org
5941 W: http://linux-lc100020.sourceforge.net
5943 F: drivers/net/wireless/zd1201.*
5947 M: royale@zerezo.com
5948 L: linux-usb@vger.kernel.org
5949 L: linux-media@vger.kernel.org
5950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5951 W: http://royale.zerezo.com/zr364xx/
5953 F: Documentation/video4linux/zr364xx.txt
5954 F: drivers/media/video/zr364xx.c
5956 USER-MODE LINUX (UML)
5958 M: jdike@addtoit.com
5959 L: user-mode-linux-devel@lists.sourceforge.net
5960 L: user-mode-linux-user@lists.sourceforge.net
5961 W: http://user-mode-linux.sourceforge.net
5963 F: Documentation/uml/
5970 M: hjk@linutronix.de
5971 P: Greg Kroah-Hartman
5973 L: linux-kernel@vger.kernel.org
5975 F: Documentation/DocBook/uio-howto.tmpl
5977 F: include/linux/uio*.h
5979 UTIL-LINUX-NG PACKAGE
5982 L: util-linux-ng@vger.kernel.org
5983 W: http://kernel.org/~kzak/util-linux-ng/
5984 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5988 P: Michal Januszewski
5990 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5991 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5993 F: Documentation/fb/uvesafb.txt
5994 F: drivers/video/uvesafb.*
5996 VFAT/FAT/MSDOS FILESYSTEM
5998 M: hirofumi@mail.parknet.co.jp
5999 L: linux-kernel@vger.kernel.org
6001 F: Documentation/filesystems/vfat.txt
6004 VIA RHINE NETWORK DRIVER
6008 F: drivers/net/via-rhine.c
6012 M: khali@linux-fr.org
6013 L: linux-i2c@vger.kernel.org
6015 F: Documentation/i2c/busses/i2c-viapro
6016 F: drivers/i2c/busses/i2c-viapro.c
6018 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6020 M: JosephChan@via.com.tw
6022 M: ScottFang@viatech.com.cn
6023 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6025 F: drivers/video/via/
6027 VIA VELOCITY NETWORK DRIVER
6029 M: romieu@fr.zoreil.com
6030 L: netdev@vger.kernel.org
6032 F: drivers/net/via-velocity.*
6037 L: netdev@vger.kernel.org
6039 F: drivers/net/macvlan.c
6040 F: include/linux/if_*vlan.h
6043 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6045 M: lrg@slimlogic.co.uk
6047 M: broonie@opensource.wolfsonmicro.com
6048 W: http://opensource.wolfsonmicro.com/node/15
6049 W: http://www.slimlogic.co.uk/?p=48
6050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6052 F: drivers/regulator/
6053 F: include/linux/regulator/
6055 VT1211 HARDWARE MONITOR DRIVER
6058 L: lm-sensors@lm-sensors.org
6060 F: Documentation/hwmon/vt1211
6061 F: drivers/hwmon/vt1211.c
6063 VT8231 HARDWARE MONITOR DRIVER
6065 M: vt8231@hiddenengine.co.uk
6066 L: lm-sensors@lm-sensors.org
6068 F: drivers/hwmon/vt8231.c
6070 W1 DALLAS'S 1-WIRE BUS
6072 M: johnpol@2ka.mipt.ru
6074 F: Documentation/w1/
6077 W83791D HARDWARE MONITORING DRIVER
6079 M: m.hulsman@tudelft.nl
6080 L: lm-sensors@lm-sensors.org
6082 F: Documentation/hwmon/w83791d
6083 F: drivers/hwmon/w83791d.c
6085 W83793 HARDWARE MONITORING DRIVER
6087 M: r.marek@assembler.cz
6088 L: lm-sensors@lm-sensors.org
6090 F: Documentation/hwmon/w83793
6091 F: drivers/hwmon/w83793.c
6093 W83L51xD SD/MMC CARD INTERFACE DRIVER
6096 L: linux-kernel@vger.kernel.org
6098 F: drivers/mmc/host/wbsd.*
6100 WATCHDOG DEVICE DRIVERS
6103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6105 F: Documentation/watchdog/
6106 F: drivers/watchdog/
6107 F: include/linux/watchdog.h
6109 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6112 L: linux-wireless@vger.kernel.org
6113 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6115 F: Documentation/networking/wavelan.txt
6116 F: drivers/net/wireless/wavelan*
6120 M: zaga@fly.cc.fer.hr
6121 L: linux-scsi@vger.kernel.org
6123 F: drivers/scsi/wd7000.c
6126 P: Inaky Perez-Gonzalez
6127 M: inaky.perez-gonzalez@intel.com
6128 M: linux-wimax@intel.com
6129 L: wimax@linuxwimax.org
6131 W: http://linuxwimax.org
6133 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6135 M: david.vrabel@csr.com
6137 F: include/linux/wlp.h
6140 WISTRON LAPTOP BUTTON DRIVER
6144 F: drivers/input/misc/wistron_btns.c
6146 WL3501 WIRELESS PCMCIA CARD DRIVER
6147 P: Arnaldo Carvalho de Melo
6148 M: acme@ghostprotocols.net
6149 L: linux-wireless@vger.kernel.org
6150 W: http://oops.ghostprotocols.net:81/blog
6152 F: drivers/net/wireless/wl3501*
6154 WM97XX TOUCHSCREEN DRIVERS
6156 M: broonie@opensource.wolfsonmicro.com
6158 M: lrg@slimlogic.co.uk
6159 L: linux-input@vger.kernel.org
6160 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6161 W: http://opensource.wolfsonmicro.com/node/7
6163 F: drivers/input/touchscreen/*wm97*
6164 F: include/linux/wm97xx.h
6168 M: eis@baty.hanse.de
6169 L: linux-x25@vger.kernel.org
6171 F: Documentation/networking/x25*
6175 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6177 M: tglx@linutronix.de
6183 L: linux-kernel@vger.kernel.org
6184 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6186 F: Documentation/x86/
6189 XEN HYPERVISOR INTERFACE
6190 P: Jeremy Fitzhardinge
6191 M: jeremy@xensource.com
6193 M: chrisw@sous-sol.org
6194 L: virtualization@lists.osdl.org
6195 L: xen-devel@lists.xensource.com
6198 F: drivers/*/xen-*front.c
6200 F: arch/x86/include/asm/xen/
6204 P: Silicon Graphics Inc
6207 M: xfs-masters@oss.sgi.com
6209 W: http://oss.sgi.com/projects/xfs
6210 T: git git://oss.sgi.com/xfs/xfs.git
6212 F: Documentation/filesystems/xfs.txt
6215 XILINX SYSTEMACE DRIVER
6217 M: grant.likely@secretlab.ca
6218 W: http://www.secretlab.ca/
6219 L: linux-kernel@vger.kernel.org
6221 F: drivers/block/xsysace.c
6223 XILINX UARTLITE SERIAL DRIVER
6225 M: jacmet@sunsite.dk
6226 L: linux-serial@vger.kernel.org
6228 F: drivers/serial/uartlite.c
6230 YAM DRIVER FOR AX.25
6231 P: Jean-Paul Roubelat
6233 L: linux-hams@vger.kernel.org
6235 F: drivers/net/hamradio/yam*
6236 F: include/linux/yam.h
6238 YEALINK PHONE DRIVER
6240 M: Henk.Vergonet@gmail.com
6241 L: usbb2k-api-dev@nongnu.org
6243 F: Documentation/input/yealink.txt
6244 F: drivers/input/misc/yealink.*
6246 Z8530 DRIVER FOR AX.25
6249 W: http://yaina.de/jreuter/
6250 W: http://www.qsl.net/dl1bke/
6251 L: linux-hams@vger.kernel.org
6253 F: Documentation/networking/z8530drv.txt
6254 F: drivers/net/hamradio/*scc.c
6255 F: drivers/net/hamradio/z8530.h
6257 ZD1211RW WIRELESS DRIVER
6261 M: kune@deine-taler.de
6262 W: http://zd1211.ath.cx/wiki/DriverRewrite
6263 L: linux-wireless@vger.kernel.org
6264 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6266 F: drivers/net/wireless/zd1211rw/
6268 ZR36067 VIDEO FOR LINUX DRIVER
6269 L: mjpeg-users@lists.sourceforge.net
6270 L: linux-media@vger.kernel.org
6271 W: http://mjpeg.sourceforge.net/driver-zoran/
6272 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6274 F: drivers/media/video/zoran/
6276 ZS DECSTATION Z85C30 SERIAL DRIVER
6277 P: Maciej W. Rozycki
6278 M: macro@linux-mips.org
6280 F: drivers/serial/zs.*
6284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6285 S: Buried alive in reporters