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: andeas.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/lv1call.h
1284 F: arch/powerpc/include/asm/ps3*.h
1285 F: arch/powerpc/include/asm/spu*.h
1286 F: arch/powerpc/oprofile/*cell*
1287 F: arch/powerpc/platforms/cell/
1288 F: arch/powerpc/platforms/ps3/
1290 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1292 M: david.vrabel@csr.com
1293 L: linux-usb@vger.kernel.org
1295 F: Documentation/usb/WUSB-Design-overview.txt
1296 F: Documentation/usb/wusb-cbaf
1297 F: drivers/usb/wusbcore/
1298 F: include/linux/usb/wusb*
1300 CFAG12864B LCD DRIVER
1301 P: Miguel Ojeda Sandonis
1302 M: miguel.ojeda.sandonis@gmail.com
1303 L: linux-kernel@vger.kernel.org
1304 W: http://miguelojeda.es/auxdisplay.htm
1305 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1307 F: drivers/auxdisplay/cfag12864b.c
1308 F: include/linux/cfag12864b.h
1310 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1311 P: Miguel Ojeda Sandonis
1312 M: miguel.ojeda.sandonis@gmail.com
1313 L: linux-kernel@vger.kernel.org
1314 W: http://miguelojeda.es/auxdisplay.htm
1315 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1317 F: drivers/auxdisplay/cfag12864bfb.c
1318 F: include/linux/cfag12864b.h
1320 CFG80211 and NL80211
1322 M: johannes@sipsolutions.net
1323 L: linux-wireless@vger.kernel.org
1325 F: include/linux/nl80211.h
1326 F: include/net/cfg80211.h
1328 X: net/wireless/wext*
1332 M: apw@canonical.com
1333 L: linux-kernel@vger.kernel.org
1335 F: scripts/checkpatch.pl
1337 CISCO 10G ETHERNET DRIVER
1339 M: scofeldm@cisco.com
1341 M: jeykholt@cisco.com
1343 F: drivers/net/enic/
1345 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1346 P: Lennert Buytenhek
1347 M: kernel@wantstofly.org
1348 L: netdev@vger.kernel.org
1350 F: drivers/net/arm/ep93xx_eth.c
1352 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1353 P: Lennert Buytenhek
1354 M: kernel@wantstofly.org
1355 L: linux-usb@vger.kernel.org
1357 F: drivers/usb/host/ohci-ep93xx.c
1359 CIRRUS LOGIC CS4270 SOUND DRIVER
1361 M: timur@freescale.com
1362 L: alsa-devel@alsa-project.org
1364 F: sound/soc/codecs/cs4270*
1365 F: sound/soc/fsl/mpc8610_hpcd.c
1367 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1368 P: Cirrus Logic Corporation (kernel 2.2 driver)
1369 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1370 P: Nils Faerber (port to kernel 2.4)
1371 M: Nils Faerber <nils@kernelconcepts.de>
1373 F: Documentation/input/cs461x.txt
1374 F: sound/pci/cs46xx/
1378 M: jaharkes@cs.cmu.edu
1380 L: codalist@coda.cs.cmu.edu
1381 W: http://www.coda.cs.cmu.edu/
1383 F: Documentation/filesystems/coda.txt
1385 F: include/linux/coda*.h
1387 COMMON INTERNET FILE SYSTEM (CIFS)
1389 M: sfrench@samba.org
1390 L: linux-cifs-client@lists.samba.org
1391 L: samba-technical@lists.samba.org
1392 W: http://linux-cifs.samba.org/
1393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1395 F: Documentation/filesystems/cifs.txt
1398 COMPACTPCI HOTPLUG CORE
1400 M: scottm@somanetworks.com
1401 M: scott@spiteful.org
1402 L: linux-pci@vger.kernel.org
1404 F: drivers/pci/hotplug/cpci_hotplug*
1406 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1408 M: scottm@somanetworks.com
1409 M: scott@spiteful.org
1410 L: linux-pci@vger.kernel.org
1412 F: drivers/pci/hotplug/cpcihp_zt5550.*
1414 COMPACTPCI HOTPLUG GENERIC DRIVER
1416 M: scottm@somanetworks.com
1417 M: scott@spiteful.org
1418 L: linux-pci@vger.kernel.org
1420 F: drivers/pci/hotplug/cpcihp_generic.c
1422 COMPAL LAPTOP SUPPORT
1423 P: Cezary Jackiewicz
1424 M: cezary.jackiewicz@gmail.com
1426 F: drivers/platform/x86/compal-laptop.c
1428 COMPUTONE INTELLIPORT MULTIPORT CARD
1429 P: Michael H. Warfield
1431 W: http://www.wittsend.com/computone.html
1433 F: Documentation/serial/computone.txt
1434 F: drivers/char/ip2/
1436 CONEXANT ACCESSRUNNER USB DRIVER
1438 M: cxacru@fire.lp0.eu
1439 L: accessrunner-general@lists.sourceforge.net
1440 W: http://accessrunner.sourceforge.net/
1442 F: drivers/usb/atm/cxacru.c
1446 M: joel.becker@oracle.com
1447 L: linux-kernel@vger.kernel.org
1450 F: include/linux/configfs.h
1452 CONTROL GROUPS (CGROUPS)
1454 M: menage@google.com
1456 M: lizf@cn.fujitsu.com
1457 L: containers@lists.linux-foundation.org
1459 F: include/linux/cgroup*
1462 CORETEMP HARDWARE MONITORING DRIVER
1464 M: r.marek@assembler.cz
1465 L: lm-sensors@lm-sensors.org
1467 F: Documentation/hwmon/coretemp
1468 F: drivers/hwmon/coretemp.c
1470 COSA/SRP SYNC SERIAL DRIVER
1471 P: Jan "Yenya" Kasprzak
1473 W: http://www.fi.muni.cz/~kas/cosa/
1475 F: drivers/net/wan/cosa*
1477 CPU FREQUENCY DRIVERS
1480 L: cpufreq@vger.kernel.org
1481 W: http://www.codemonkey.org.uk/projects/cpufreq/
1482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1484 F: arch/x86/kernel/cpu/cpufreq/
1486 F: include/linux/cpufreq.h
1492 F: arch/x86/kernel/cpuid.c
1493 F: arch/x86/kernel/msr.c
1497 M: menage@google.com
1498 L: linux-kernel@vger.kernel.org
1499 W: http://www.bullopensource.org/cpuset/
1500 W: http://oss.sgi.com/projects/cpusets/
1502 F: Documentation/cgroups/cpusets.txt
1503 F: include/linux/cpuset.h
1507 W: http://sourceforge.net/projects/cramfs/
1509 F: Documentation/filesystems/cramfs.txt
1516 M: jesper.nilsson@axis.com
1517 L: dev-etrax@axis.com
1518 W: http://developer.axis.com
1524 M: herbert@gondor.apana.org.au
1526 M: davem@davemloft.net
1527 L: linux-crypto@vger.kernel.org
1528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1530 F: Documentation/crypto/
1536 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1538 M: nhorman@tuxdriver.com
1539 L: linux-crypto@vger.kernel.org
1542 CS5535 Audio ALSA driver
1544 M: jayakumar.alsa@gmail.com
1546 F: sound/pci/cs5535audio/
1548 CX18 VIDEO4LINUX DRIVER
1550 M: hverkuil@xs4all.nl
1553 L: ivtv-devel@ivtvdriver.org
1554 L: ivtv-users@ivtvdriver.org
1555 L: linux-media@vger.kernel.org
1556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1557 W: http://linuxtv.org
1559 F: Documentation/video4linux/cx18.txt
1560 F: drivers/media/video/cx18/
1562 CXGB3 ETHERNET DRIVER (CXGB3)
1565 L: netdev@vger.kernel.org
1566 W: http://www.chelsio.com
1568 F: drivers/net/cxgb3/
1570 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1572 M: swise@chelsio.com
1573 L: general@lists.openfabrics.org
1574 W: http://www.openfabrics.org
1576 F: drivers/infiniband/hw/cxgb3/
1580 M: rmk@arm.linux.org.uk
1581 W: http://www.arm.linux.org.uk/
1583 F: drivers/video/cyber2000fb.*
1585 CYCLADES 2X SYNC CARD DRIVER
1586 P: Arnaldo Carvalho de Melo
1587 M: acme@ghostprotocols.net
1588 W: http://oops.ghostprotocols.net:81/blog
1590 F: drivers/net/wan/cycx*
1592 CYCLADES ASYNC MUX DRIVER
1593 W: http://www.cyclades.com/
1595 F: drivers/char/cyclades.c
1596 F: include/linux/cyclades.h
1598 CYCLADES PC300 DRIVER
1599 W: http://www.cyclades.com/
1601 F: drivers/net/wan/pc300*
1603 DAMA SLAVE for AX.25
1606 W: http://yaina.de/jreuter/
1607 W: http://www.qsl.net/dl1bke/
1608 L: linux-hams@vger.kernel.org
1610 F: net/ax25/af_ax25.c
1611 F: net/ax25/ax25_dev.c
1612 F: net/ax25/ax25_ds_*
1613 F: net/ax25/ax25_in.c
1614 F: net/ax25/ax25_out.c
1615 F: net/ax25/ax25_timer.c
1616 F: net/ax25/sysctl_net_ax25.c
1618 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1620 M: tori@unhappy.mine.nu
1621 L: netdev@vger.kernel.org
1623 F: Documentation/networking/dmfe.txt
1624 F: drivers/net/tulip/dmfe.c
1626 DC390/AM53C974 SCSI driver
1629 W: http://www.garloff.de/kurt/linux/dc390/
1630 P: Guennadi Liakhovetski
1631 M: g.liakhovetski@gmx.de
1633 F: drivers/scsi/tmscsim.*
1637 M: oliver@neukum.name
1641 M: lenehan@twibble.org
1642 W: http://twibble.org/dist/dc395x/
1643 L: dc395x@twibble.org
1644 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1646 F: Documentation/scsi/dc395x.txt
1647 F: drivers/scsi/dc395x.*
1650 P: Arnaldo Carvalho de Melo
1651 M: acme@ghostprotocols.net
1652 L: dccp@vger.kernel.org
1653 W: http://linux-net.osdl.org/index.php/DCCP
1655 F: include/linux/dccp.h
1656 F: include/linux/tfrc.h
1659 DECnet NETWORK LAYER
1660 P: Christine Caulfield
1661 M: christine.caulfield@googlemail.com
1662 W: http://linux-decnet.sourceforge.net
1663 L: linux-decnet-user@lists.sourceforge.net
1665 F: Documentation/networking/decnet.txt
1668 DEFXX FDDI NETWORK DRIVER
1669 P: Maciej W. Rozycki
1670 M: macro@linux-mips.org
1672 F: drivers/net/defxx.*
1676 M: mjg59@srcf.ucam.org
1678 F: drivers/platform/x86/dell-laptop.c
1680 DELL LAPTOP SMM DRIVER
1681 P: Massimo Dal Zotto
1683 W: http://www.debian.org/~dz/i8k/
1685 F: drivers/char/i8k.c
1686 F: include/linux/i8k.h
1688 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1690 M: Douglas_Warzecha@dell.com
1692 F: Documentation/dcdbas.txt
1693 F: drivers/firmware/dcdbas.*
1695 DELL WMI EXTRAS DRIVER
1697 M: mjg59@srcf.ucam.org
1700 DEVICE NUMBER REGISTRY
1702 M: device@lanana.org
1703 W: http://lanana.org/docs/device-list/index.html
1704 L: linux-kernel@vger.kernel.org
1709 L: dm-devel@redhat.com
1710 W: http://sources.redhat.com/dm
1712 F: Documentation/device-mapper/
1714 F: include/linux/device-mapper.h
1715 F: include/linux/dm-*.h
1717 DIGI INTL. EPCA DRIVER
1718 P: Digi International, Inc
1719 M: Eng.Linux@digi.com
1720 L: Eng.Linux@digi.com
1721 W: http://www.digi.com
1723 F: Documentation/serial/digiepca.txt
1724 F: drivers/char/epca*
1725 F: drivers/char/digi*
1727 DIRECTORY NOTIFICATION (DNOTIFY)
1729 M: sfr@canb.auug.org.au
1730 L: linux-kernel@vger.kernel.org
1732 F: Documentation/filesystems/dnotify.txt
1733 F: fs/notify/dnotify/
1734 F: include/linux/dnotify.h
1736 DISK GEOMETRY AND PARTITION HANDLING
1739 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1740 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1741 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1747 L: linux-kernel@vger.kernel.org
1749 F: Documentation/filesystems/quota.txt
1751 F: include/linux/quota*.h
1753 DISTRIBUTED LOCK MANAGER (DLM)
1754 P: Christine Caulfield
1755 M: ccaulfie@redhat.com
1757 M: teigland@redhat.com
1758 L: cluster-devel@redhat.com
1759 W: http://sources.redhat.com/cluster/
1760 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1764 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1766 M: maciej.sosnowski@intel.com
1768 M: dan.j.williams@intel.com
1769 L: linux-kernel@vger.kernel.org
1772 F: include/linux/dma*
1774 DME1737 HARDWARE MONITOR DRIVER
1777 L: lm-sensors@lm-sensors.org
1779 F: Documentation/hwmon/dme1737
1780 F: drivers/hwmon/dme1737.c
1782 DOCBOOK FOR DOCUMENTATION
1784 M: rdunlap@xenotime.net
1787 DOCKING STATION DRIVER
1789 M: shaohua.li@intel.com
1790 L: linux-acpi@vger.kernel.org
1792 F: drivers/acpi/dock.c
1796 M: rdunlap@xenotime.net
1797 L: linux-doc@vger.kernel.org
1802 P: James R. Van Zandt
1803 M: jrv@vanzandt.mv.com
1804 L: blinux-list@redhat.com
1806 F: drivers/char/dtlk.c
1807 F: include/linux/dtlk.h
1809 DPT_I2O SCSI RAID DRIVER
1810 P: Adaptec OEM Raid Solutions
1811 M: aacraid@adaptec.com
1812 L: linux-scsi@vger.kernel.org
1813 W: http://www.adaptec.com/
1815 F: drivers/scsi/dpt*
1816 F: drivers/scsi/dpt/
1818 DRIVER CORE, KOBJECTS, AND SYSFS
1819 P: Greg Kroah-Hartman
1821 L: linux-kernel@vger.kernel.org
1822 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1824 F: Documentation/kobject.txt
1827 F: include/linux/kobj*
1833 L: dri-devel@lists.sourceforge.net
1834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1840 M: romieu@fr.zoreil.com
1841 L: netdev@vger.kernel.org
1843 F: drivers/net/wan/dscc4.c
1845 DZ DECSTATION DZ11 SERIAL DRIVER
1846 P: Maciej W. Rozycki
1847 M: macro@linux-mips.org
1849 F: drivers/serial/dz.*
1851 EATA-DMA SCSI DRIVER
1853 M: mike@i-Connect.Net
1854 L: linux-eata@i-connect.net
1855 L: linux-scsi@vger.kernel.org
1857 F: drivers/scsi/eata*
1859 EATA ISA/EISA/PCI SCSI DRIVER
1861 M: ballabio_dario@emc.com
1862 L: linux-scsi@vger.kernel.org
1864 F: drivers/scsi/eata.c
1866 EATA-PIO SCSI DRIVER
1868 M: mike@i-Connect.Net
1869 L: linux-eata@i-connect.net
1870 L: linux-scsi@vger.kernel.org
1872 F: drivers/scsi/eata_pio.*
1876 M: bart.de.schuymer@pandora.be
1877 L: ebtables-user@lists.sourceforge.net
1878 L: ebtables-devel@lists.sourceforge.net
1879 W: http://ebtables.sourceforge.net/
1881 F: include/linux/netfilter_bridge/ebt_*.h
1882 F: net/bridge/netfilter/ebt*.c
1886 M: tyhicks@linux.vnet.ibm.com
1888 P: kirkland@canonical.com
1889 L: ecryptfs-devel@lists.launchpad.net
1890 W: https://launchpad.net/ecryptfs
1892 F: Documentation/filesystems/ecryptfs.txt
1897 M: dougthompson@xmission.com
1898 L: bluesmoke-devel@lists.sourceforge.net
1899 W: bluesmoke.sourceforge.net
1901 F: Documentation/edac.txt
1902 F: drivers/edac/edac_*
1903 F: include/linux/edac.h
1908 M: mark.gross@intel.com
1909 M: dougthompson@xmission.com
1910 L: bluesmoke-devel@lists.sourceforge.net
1911 W: bluesmoke.sourceforge.net
1913 F: drivers/edac/e752x_edac.c
1917 M: dougthompson@xmission.com
1918 L: bluesmoke-devel@lists.sourceforge.net
1919 W: bluesmoke.sourceforge.net
1921 F: drivers/edac/e7xxx_edac.c
1925 M: tim@buttersideup.com
1926 L: bluesmoke-devel@lists.sourceforge.net
1927 W: bluesmoke.sourceforge.net
1929 F: drivers/edac/i82443bxgx_edac.c
1933 M: juhlenko@akamai.com
1934 L: bluesmoke-devel@lists.sourceforge.net
1935 W: bluesmoke.sourceforge.net
1937 F: drivers/edac/i3000_edac.c
1941 M: dougthompson@xmission.com
1942 L: bluesmoke-devel@lists.sourceforge.net
1943 W: bluesmoke.sourceforge.net
1945 F: drivers/edac/i5000_edac.c
1948 P: Mauro Carvalho Chehab
1949 M: mchehab@redhat.com
1950 L: bluesmoke-devel@lists.sourceforge.net
1951 W: bluesmoke.sourceforge.net
1953 F: drivers/edac/i5400_edac.c
1956 P: Ranganathan Desikan
1958 M: rdesikan@jetzbroadband.com
1959 M: arvind@acarlab.com
1960 L: bluesmoke-devel@lists.sourceforge.net
1961 W: bluesmoke.sourceforge.net
1963 F: drivers/edac/i82975x_edac.c
1968 L: bluesmoke-devel@lists.sourceforge.net
1969 W: bluesmoke.sourceforge.net
1971 F: drivers/edac/pasemi_edac.c
1975 M: tim@buttersideup.com
1976 L: bluesmoke-devel@lists.sourceforge.net
1977 W: bluesmoke.sourceforge.net
1979 F: drivers/edac/r82600_edac.c
1981 EEEPC LAPTOP EXTRAS DRIVER
1983 M: corentincj@iksaif.net
1984 L: acpi4asus-user@lists.sourceforge.net
1985 W: http://sourceforge.net/projects/acpi4asus
1987 F: drivers/platform/x86/eeepc-laptop.c
1990 W: http://aeschi.ch.eu.org/efs/
1994 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1996 M: hnguyen@de.ibm.com
1998 M: raisch@de.ibm.com
1999 L: general@lists.openfabrics.org
2001 F: drivers/infiniband/hw/ehca/
2005 M: paul.gortmaker@windriver.com
2007 M: dwmw2@infradead.org
2008 L: linux-embedded@vger.kernel.org
2011 EMULEX LPFC FC SCSI DRIVER
2013 M: james.smart@emulex.com
2014 L: linux-scsi@vger.kernel.org
2015 W: http://sourceforge.net/projects/lpfcxxxx
2017 F: drivers/scsi/lpfc/
2019 EPSON 1355 FRAMEBUFFER DRIVER
2020 P: Christopher Hoover
2021 M: ch@murgatroid.com
2022 P: Christopher Hoover
2025 F: drivers/video/epson1355fb.c
2027 EPSON S1D13XXX FRAMEBUFFER DRIVER
2028 P: Kristoffer Ericson
2029 M: kristoffer.ericson@gmail.com
2031 F: drivers/video/s1d13xxxfb.c
2032 F: include/video/s1d13xxxfb.h
2034 ETHEREXPRESS-16 NETWORK DRIVER
2037 L: netdev@vger.kernel.org
2039 F: drivers/net/eexpress.*
2042 P: Stephen Hemminger
2043 M: shemminger@linux-foundation.org
2044 L: bridge@lists.linux-foundation.org
2045 W: http://www.linux-foundation.org/en/Net:Bridge
2047 F: include/linux/netfilter_bridge/
2050 ETHERTEAM 16I DRIVER
2054 F: drivers/net/eth16i.c
2057 L: linux-ext4@vger.kernel.org
2059 F: Documentation/filesystems/ext2.txt
2061 F: include/linux/ext2*
2067 M: akpm@linux-foundation.org
2070 L: linux-ext4@vger.kernel.org
2072 F: Documentation/filesystems/ext3.txt
2074 F: include/linux/ext3*
2081 L: linux-ext4@vger.kernel.org
2082 W: http://ext4.wiki.kernel.org
2084 F: Documentation/filesystems/ext4.txt
2087 F71805F HARDWARE MONITORING DRIVER
2089 M: khali@linux-fr.org
2090 L: lm-sensors@lm-sensors.org
2092 F: Documentation/hwmon/f71805f
2093 F: drivers/hwmon/f71805f.c
2095 FARSYNC SYNCHRONOUS DRIVER
2097 M: kevin.curtis@farsite.co.uk
2098 W: http://www.farsite.co.uk/
2100 F: drivers/net/wan/farsync.*
2102 FAULT INJECTION SUPPORT
2104 M: akinobu.mita@gmail.com
2106 F: Documentation/fault-injection/
2107 F: lib/fault-inject.c
2109 FILE LOCKING (flock() and fcntl()/lockf())
2112 L: linux-fsdevel@vger.kernel.org
2114 F: include/linux/fcntl.h
2115 F: include/linux/fs.h
2119 FILESYSTEMS (VFS and infrastructure)
2121 M: viro@zeniv.linux.org.uk
2122 L: linux-fsdevel@vger.kernel.org
2126 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2128 M: riku.vipio@iki.fi
2129 L: lm-sensors@lm-sensors.org
2133 P: Kristian Hoegsberg
2136 M: stefanr@s5r6.in-berlin.de
2137 L: linux1394-devel@lists.sourceforge.net
2138 W: http://www.linux1394.org/
2139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2141 F: drivers/firewire/
2142 F: include/linux/firewire*.h
2144 FIRMWARE LOADER (request_firmware)
2145 L: linux-kernel@vger.kernel.org
2147 F: Documentation/firmware_class/
2148 F: drivers/base/firmware*.c
2149 F: include/linux/firmware.h
2153 M: billm@melbpc.org.au
2154 W: http://floatingpoint.sourceforge.net/emulator/index.html
2156 F: arch/x86/math-emu/
2158 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2160 M: mike.mclagan@linux.org
2161 L: netdev@vger.kernel.org
2163 F: drivers/net/wan/dlci.c
2164 F: drivers/net/wan/sdla.c
2168 M: adaplas@gmail.com
2169 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2170 W: http://linux-fbdev.sourceforge.net/
2172 F: Documentation/fb/
2173 F: drivers/video/fb*
2174 F: include/linux/fb.h
2176 FREESCALE DMA DRIVER
2178 M: leoli@freescale.com
2181 L: linuxppc-embedded@ozlabs.org
2182 L: linux-kernel@vger.kernel.org
2184 F: drivers/dma/fsldma.*
2186 FREESCALE I2C CPM DRIVER
2189 L: linuxppc-dev@ozlabs.org
2190 L: linux-i2c@vger.kernel.org
2192 F: drivers/i2c/busses/i2c-cpm.c
2194 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2196 M: kernel@pengutronix.de
2197 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2198 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2200 F: arch/arm/plat-mxc/include/mach/imxfb.h
2201 F: drivers/video/imxfb.c
2203 FREESCALE SOC FS_ENET DRIVER
2204 P: Pantelis Antoniou
2205 M: pantelis.antoniou@gmail.com
2207 M: vbordug@ru.mvista.com
2208 L: linuxppc-dev@ozlabs.org
2209 L: netdev@vger.kernel.org
2211 F: drivers/net/fs_enet/
2212 F: include/linux/fs_enet_pd.h
2214 FREESCALE QUICC ENGINE LIBRARY
2216 M: timur@freescale.com
2217 L: linuxppc-dev@ozlabs.org
2219 F: arch/powerpc/sysdev/qe_lib/
2220 F: arch/powerpc/include/asm/*qe.h
2222 FREESCALE HIGHSPEED USB DEVICE DRIVER
2224 M: leoli@freescale.com
2225 L: linux-usb@vger.kernel.org
2226 L: linuxppc-dev@ozlabs.org
2228 F: drivers/usb/gadget/fsl_usb2_udc.c
2230 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2232 M: leoli@freescale.com
2233 L: netdev@vger.kernel.org
2234 L: linuxppc-dev@ozlabs.org
2236 F: drivers/net/ucc_geth*
2238 FREESCALE QUICC ENGINE UCC UART DRIVER
2240 M: timur@freescale.com
2241 L: linuxppc-dev@ozlabs.org
2243 F: drivers/serial/ucc_uart.c
2245 FREESCALE SOC SOUND DRIVERS
2247 M: timur@freescale.com
2248 L: alsa-devel@alsa-project.org
2249 L: linuxppc-dev@ozlabs.org
2254 P: Christoph Hellwig
2255 M: hch@infradead.org
2256 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2263 P: Rafael J. Wysocki
2265 L: linux-pm@lists.linux-foundation.org
2267 F: Documentation/power/freezing-of-tasks.txt
2268 F: include/linux/freezer.h
2273 M: rostedt@goodmis.org
2275 F: Documentation/ftrace.txt
2276 F: arch/*/*/*/ftrace.h
2277 F: arch/*/kernel/ftrace.c
2278 F: include/*/ftrace.h
2281 FUJITSU FR-V (FRV) PORT
2283 M: dhowells@redhat.com
2288 FUJITSU LAPTOP EXTRAS
2290 M: jwoithe@physics.adelaide.edu.au
2291 L: linux-acpi@vger.kernel.org
2293 F: drivers/platform/x86/fujitsu-laptop.c
2295 FUSE: FILESYSTEM IN USERSPACE
2297 M: miklos@szeredi.hu
2298 L: fuse-devel@lists.sourceforge.net
2299 W: http://fuse.sourceforge.net/
2302 F: include/linux/fuse.h
2304 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2307 L: linux-scsi@vger.kernel.org
2308 S: Odd Fixes (e.g., new signatures)
2309 F: drivers/scsi/fdomain.*
2311 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2313 M: achim_leubner@adaptec.com
2314 L: linux-scsi@vger.kernel.org
2315 W: http://www.icp-vortex.com/
2317 F: drivers/scsi/gdt*
2319 GENERIC GPIO I2C DRIVER
2320 P: Haavard Skinnemoen
2321 M: hskinnemoen@atmel.com
2323 F: drivers/i2c/busses/i2c-gpio.c
2324 F: include/linux/i2c-gpio.h
2326 GENERIC HDLC (WAN) DRIVERS
2329 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2331 F: drivers/net/wan/c101.c
2332 F: drivers/net/wan/hd6457*
2333 F: drivers/net/wan/hdlc*
2334 F: drivers/net/wan/n2.c
2335 F: drivers/net/wan/pc300too.c
2336 F: drivers/net/wan/pci200syn.c
2337 F: drivers/net/wan/wanxl*
2340 P: Steven Whitehouse
2341 M: swhiteho@redhat.com
2342 L: cluster-devel@redhat.com
2343 W: http://sources.redhat.com/cluster/
2344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2347 F: Documentation/filesystems/gfs2*.txt
2349 F: include/linux/gfs2_ondisk.h
2351 GIGASET ISDN DRIVERS
2356 L: gigaset307x-common@lists.sourceforge.net
2357 W: http://gigaset307x.sourceforge.net/
2359 F: Documentation/isdn/README.gigaset
2360 F: drivers/isdn/gigaset/
2361 F: include/linux/gigaset_dev.h
2363 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2365 M: frank@f-seidel.de
2366 L: lm-sensors@lm-sensors.org
2367 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2369 F: drivers/hwmon/hdaps.c
2371 HYPERVISOR VIRTUAL CONSOLE DRIVER
2372 L: linuxppc-dev@ozlabs.org
2373 L: linux-kernel@vger.kernel.org
2375 F: drivers/char/hvc_*
2377 GSPCA FINEPIX SUBDRIVER
2380 L: linux-media@vger.kernel.org
2381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2383 F: drivers/media/video/gspca/finepix.c
2385 GSPCA M5602 SUBDRIVER
2387 M: erik.andren@gmail.com
2388 L: linux-media@vger.kernel.org
2389 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2391 F: drivers/media/video/gspca/m5602/
2393 GSPCA PAC207 SONIXB SUBDRIVER
2395 M: hdegoede@redhat.com
2396 L: linux-media@vger.kernel.org
2397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2399 F: drivers/media/video/gspca/pac207.c
2401 GSPCA T613 SUBDRIVER
2402 P: Leandro Costantino
2403 M: lcostantino@gmail.com
2404 L: linux-media@vger.kernel.org
2405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2407 F: drivers/media/video/gspca/t613.c
2409 GSPCA USB WEBCAM DRIVER
2410 P: Jean-Francois Moine
2412 W: http://moinejf.free.fr
2413 L: linux-media@vger.kernel.org
2414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2416 F: drivers/media/video/gspca/
2419 L: lm-sensors@lm-sensors.org
2420 W: http://www.lm-sensors.org/
2424 HARDWARE RANDOM NUMBER GENERATOR CORE
2426 F: Documentation/hw_random.txt
2427 F: drivers/char/hw_random/
2428 F: include/linux/hw_random.h
2430 HARMONY SOUND DRIVER
2433 L: linux-parisc@vger.kernel.org
2435 F: sound/parisc/harmony.*
2437 HAYES ESP SERIAL DRIVER
2438 P: Andrew J. Robinson
2440 L: linux-kernel@vger.kernel.org
2441 W: http://www.nyx.net/~arobinso
2443 F: Documentation/serial/hayes-esp.txt
2444 F: drivers/char/esp.c
2446 HEWLETT-PACKARD SMART2 RAID DRIVER
2448 M: chirag.kantharia@hp.com
2449 L: iss_storagedev@hp.com
2451 F: Documentation/blockdev/cpqarray.txt
2452 F: drivers/block/cpqarray.*
2454 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2456 M: mike.miller@hp.com
2457 L: iss_storagedev@hp.com
2459 F: Documentation/blockdev/cciss.txt
2460 F: drivers/block/cciss*
2461 F: include/linux/cciss_ioctl.h
2465 M: zippel@linux-m68k.org
2466 L: linux-kernel@vger.kernel.org
2468 F: Documentation/filesystems/hfs.txt
2471 HGA FRAMEBUFFER DRIVER
2473 M: fero@drama.obuda.kando.hu
2474 L: linux-nvidia@lists.surfsouth.com
2475 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2477 F: drivers/video/hgafb.c
2479 HIBERNATION (aka Software Suspend, aka swsusp)
2482 P: Rafael J. Wysocki
2484 L: linux-pm@lists.linux-foundation.org
2487 F: drivers/base/power/
2489 F: include/linux/suspend.h
2490 F: include/linux/freezer.h
2491 F: include/linux/pm.h
2492 F: include/asm-*/suspend*.h
2493 F: arch/*/include/asm/suspend*.h
2498 L: linux-input@vger.kernel.org
2499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2502 F: include/linux/hid*
2504 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2506 M: tglx@linutronix.de
2507 L: linux-kernel@vger.kernel.org
2509 F: Documentation/timers/
2511 F: include/linux/hrtimer.h
2513 HIGH-SPEED SCC DRIVER FOR AX.25
2515 M: klaus.kudielka@ieee.org
2516 L: linux-hams@vger.kernel.org
2517 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2519 F: drivers/net/hamradio/dmascc.c
2520 F: drivers/net/hamradio/scc.c
2522 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2523 P: HighPoint Linux Team
2524 M: linux@highpoint-tech.com
2525 W: http://www.highpoint-tech.com
2527 F: Documentation/scsi/hptiop.txt
2528 F: drivers/scsi/hptiop.c
2532 M: jes@trained-monkey.org
2533 L: linux-hippi@sunsite.dk
2535 F: include/linux/hippidevice.h
2536 F: include/linux/if_hippi.h
2542 L: hostap@shmoo.com (subscribers-only)
2543 L: linux-wireless@vger.kernel.org
2544 W: http://hostap.epitest.fi/
2546 F: drivers/net/wireless/hostap/
2548 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2550 M: carlos@strangeworlds.co.uk
2552 F: drivers/platform/x86/tc1100-wmi.c
2554 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2558 F: drivers/net/hp100.*
2560 HPET: High Precision Event Timers driver
2562 M: clemens@ladisch.de
2564 F: Documentation/timers/hpet.txt
2565 F: drivers/char/hpet.c
2566 F: include/linux/hpet.h
2569 P: Venkatesh Pallipadi (Venki)
2570 M: venkatesh.pallipadi@intel.com
2572 F: arch/x86/kernel/hpet.c
2573 F: arch/x86/include/asm/hpet.h
2584 F: drivers/char/hpet.c
2588 M: mikulas@artax.karlin.mff.cuni.cz
2589 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2594 P: Denis Joseph Barrow
2595 M: d.barow@option.com
2596 W: http://www.pharscape.org
2598 F: drivers/net/usb/hso.c
2600 HTCPEN TOUCHSCREEN DRIVER
2603 L: linux-input@vger.kernel.org
2605 F: drivers/input/touchscreen/htcpen.c
2609 M: wli@holomorphy.com
2613 I2C/SMBUS STUB DRIVER
2615 M: mhoffman@lightlink.com
2616 L: linux-i2c@vger.kernel.org
2618 F: drivers/i2c/busses/i2c-stub.c
2621 P: Jean Delvare (PC drivers, core)
2622 M: khali@linux-fr.org
2623 P: Ben Dooks (embedded platforms)
2624 M: ben-linux@fluff.org
2625 L: linux-i2c@vger.kernel.org
2626 W: http://i2c.wiki.kernel.org/
2627 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2629 F: Documentation/i2c/
2631 F: include/linux/i2c.h
2632 F: include/linux/i2c-dev.h
2633 F: include/linux/i2c-id.h
2638 L: linux-i2c@vger.kernel.org
2639 W: http://www.harbaum.org/till/i2c_tiny_usb
2641 F: drivers/i2c/busses/i2c-tiny-usb.c
2646 L: Linux-Kernel@vger.kernel.org
2650 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2653 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2656 IA64 (Itanium) PLATFORM
2658 M: tony.luck@intel.com
2659 L: linux-ia64@vger.kernel.org
2660 W: http://www.ia64-linux.org/
2661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2665 IBM MCA SCSI SUBSYSTEM DRIVER
2667 M: langa2@kph.uni-mainz.de
2668 W: http://www.uni-mainz.de/~langm000/linux.html
2670 F: drivers/scsi/ibmmca.c
2672 IBM Power Linux RAID adapter
2674 M: brking@us.ibm.com
2676 F: drivers/scsi/ipr.*
2678 IBM ServeRAID RAID DRIVER
2681 M: ipslinux@adaptec.com
2682 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2684 F: drivers/scsi/ips.*
2687 P: Bartlomiej Zolnierkiewicz
2688 M: bzolnier@gmail.com
2689 L: linux-ide@vger.kernel.org
2690 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2692 F: Documentation/ide/
2694 F: include/linux/ide.h
2698 M: petkovbb@gmail.com
2699 L: linux-ide@vger.kernel.org
2701 F: Documentation/cdrom/ide-cd
2702 F: drivers/ide/ide-cd*
2706 M: andrew.d.henroid@intel.com
2707 L: linux-pm@lists.linux-foundation.org
2709 F: drivers/idle/i7300_idle.c
2713 M: ben.collins@ubuntu.com
2715 M: stefanr@s5r6.in-berlin.de
2716 L: linux1394-devel@lists.sourceforge.net
2717 W: http://www.linux1394.org/
2718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2720 F: drivers/ieee1394/
2722 IEEE 1394 RAW I/O DRIVER
2726 M: stefanr@s5r6.in-berlin.de
2727 L: linux1394-devel@lists.sourceforge.net
2729 F: drivers/ieee1394/raw1394*
2731 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2735 F: security/integrity/ima/
2737 IMS TWINTURBO FRAMEBUFFER DRIVER
2738 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2740 F: drivers/video/imsttfb.c
2742 INFINIBAND SUBSYSTEM
2744 M: rolandd@cisco.com
2746 M: sean.hefty@intel.com
2748 M: hal.rosenstock@gmail.com
2749 L: general@lists.openfabrics.org (moderated for non-subscribers)
2750 W: http://www.openib.org/
2751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2753 F: Documentation/infiniband/
2754 F: drivers/infiniband/
2755 F: include/linux/if_infiniband.h
2759 M: john@johnmccutchan.com
2762 L: linux-kernel@vger.kernel.org
2764 F: Documentation/filesystems/inotify.txt
2765 F: fs/notify/inotify/
2766 F: include/linux/inotify.h
2768 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2770 M: dmitry.torokhov@gmail.com
2772 L: linux-input@vger.kernel.org
2773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2777 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2779 M: sylvain.meyer@worldonline.fr
2780 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2782 F: Documentation/fb/intelfb.txt
2783 F: drivers/video/intelfb/
2785 INTEL 810/815 FRAMEBUFFER DRIVER
2787 M: adaplas@gmail.com
2788 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2790 F: drivers/video/i810/
2792 INTEL MENLOW THERMAL DRIVER
2794 M: sujith.thomas@intel.com
2795 L: linux-acpi@vger.kernel.org
2796 W: http://www.lesswatts.org/projects/acpi/
2798 F: drivers/platform/x86/intel_menlow.c
2800 INTEL IA32 MICROCODE UPDATE SUPPORT
2802 M: tigran@aivazian.fsnet.co.uk
2804 F: arch/x86/kernel/microcode_core.c
2805 F: arch/x86/kernel/microcode_intel.c
2807 INTEL I/OAT DMA DRIVER
2809 M: maciej.sosnowski@intel.com
2810 L: linux-kernel@vger.kernel.org
2812 F: drivers/dma/ioat*
2816 M: dwmw2@infradead.org
2817 L: iommu@lists.linux-foundation.org
2818 T: git git://git.infradead.org/iommu-2.6.git
2820 F: drivers/pci/intel-iommu.c
2821 F: include/linux/intel-iommu.h
2823 INTEL IOP-ADMA DMA DRIVER
2825 M: dan.j.williams@intel.com
2826 L: linux-kernel@vger.kernel.org
2828 F: drivers/dma/iop-adma.c
2830 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2834 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2835 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2836 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2837 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2838 F: drivers/net/arm/ixp4xx_eth.c
2839 F: drivers/net/wan/ixp4xx_hss.c
2841 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2843 M: dsaxena@plexity.net
2845 F: drivers/char/hw_random/ixp4xx-rng.c
2847 INTEL IXP2000 ETHERNET DRIVER
2848 P: Lennert Buytenhek
2849 M: kernel@wantstofly.org
2850 L: netdev@vger.kernel.org
2852 F: drivers/net/ixp2000/
2854 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2856 M: jeffrey.t.kirsher@intel.com
2858 M: jesse.brandeburg@intel.com
2860 M: bruce.w.allan@intel.com
2862 M: peter.p.waskiewicz.jr@intel.com
2864 M: john.ronciak@intel.com
2865 L: e1000-devel@lists.sourceforge.net
2866 W: http://e1000.sourceforge.net/
2868 F: drivers/net/e100.c
2869 F: drivers/net/e1000/
2870 F: drivers/net/e1000e/
2872 F: drivers/net/ixgb/
2873 F: drivers/net/ixgbe/
2875 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2879 M: jketreno@linux.intel.com
2881 M: reinette.chatre@intel.com
2882 L: linux-wireless@vger.kernel.org
2883 L: ipw2100-devel@lists.sourceforge.net
2884 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2885 W: http://ipw2100.sourceforge.net
2887 F: Documentation/networking/README.ipw2100
2888 F: drivers/net/wireless/ipw2x00/ipw2100.*
2890 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2894 M: jketreno@linux.intel.com
2896 M: reinette.chatre@intel.com
2897 L: linux-wireless@vger.kernel.org
2898 L: ipw2100-devel@lists.sourceforge.net
2899 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2900 W: http://ipw2200.sourceforge.net
2902 F: Documentation/networking/README.ipw2200
2903 F: drivers/net/wireless/ipw2x00/ipw2200.*
2905 INTEL WIRELESS WIMAX CONNECTION 2400
2906 P: Inaky Perez-Gonzalez
2907 M: inaky.perez-gonzalez@intel.com
2908 M: linux-wimax@intel.com
2909 L: wimax@linuxwimax.org
2911 W: http://linuxwimax.org
2912 F: Documentation/wimax/README.i2400m
2913 F: drivers/net/wimax/i2400m/
2914 F: include/linux/wimax/i2400m.h
2916 INTEL WIRELESS WIFI LINK (iwlwifi)
2920 M: reinette.chatre@intel.com
2921 L: linux-wireless@vger.kernel.org
2922 L: ipw3945-devel@lists.sourceforge.net
2923 W: http://intellinuxwireless.org
2924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2926 F: drivers/net/wireless/iwlwifi/
2928 IOC3 ETHERNET DRIVER
2930 M: ralf@linux-mips.org
2931 L: linux-mips@linux-mips.org
2933 F: drivers/net/ioc3-eth.c
2938 L: linux-mips@linux-mips.org
2940 F: drivers/serial/ioc3_serial.c
2944 M: jjciarla@raiz.uncu.edu.ar
2946 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2948 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2950 M: romieu@fr.zoreil.com
2952 M: sorbica@icplus.com.tw
2954 M: jesse@icplus.com.tw
2955 L: netdev@vger.kernel.org
2957 F: drivers/net/ipg.c
2961 M: infinipath@qlogic.com
2962 L: general@lists.openfabrics.org
2963 T: git git://git.qlogic.com/ipath-linux-2.6
2965 F: drivers/infiniband/hw/ipath/
2970 L: openipmi-developer@lists.sourceforge.net
2971 W: http://openipmi.sourceforge.net/
2973 F: Documentation/IPMI.txt
2974 F: drivers/char/ipmi/
2975 F: include/linux/ipmi*
2977 IPS SCSI RAID DRIVER
2978 P: Adaptec OEM Raid Solutions
2979 M: aacraid@adaptec.com
2980 L: linux-scsi@vger.kernel.org
2981 W: http://www.adaptec.com/
2983 F: drivers/scsi/ips*
2987 M: wensong@linux-vs.org
2989 M: horms@verge.net.au
2992 L: netdev@vger.kernel.org
2993 L: lvs-devel@vger.kernel.org
2995 F: Documentation/networking/ipvs-sysctl.txt
2996 F: net/netfilter/ipvs/
3004 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3005 F: drivers/char/pcmcia/ipwireless/
3008 P: Arnaldo Carvalho de Melo
3009 M: acme@ghostprotocols.net
3010 L: netdev@vger.kernel.org
3012 F: include/linux/ipx.h
3013 F: include/net/ipx.h
3018 M: samuel@sortiz.org
3019 L: irda-users@lists.sourceforge.net (subscribers-only)
3020 W: http://irda.sourceforge.net/
3022 F: Documentation/networking/irda.txt
3023 F: drivers/net/irda/
3024 F: include/net/irda/
3031 F: Documentation/isapnp.txt
3032 F: drivers/pnp/isapnp/
3033 F: include/linux/isapnp.h
3037 M: michaelc@cs.wisc.edu
3038 L: open-iscsi@googlegroups.com
3039 W: www.open-iscsi.org
3040 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3042 F: drivers/scsi/*iscsi*
3043 F: include/scsi/*iscsi*
3047 M: isdn@linux-pingi.de
3048 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3049 W: http://www.isdn4linux.de
3050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3052 F: Documentation/isdn/
3054 F: include/linux/isdn.h
3055 F: include/linux/isdn/
3057 ISDN SUBSYSTEM (Eicon active card driver)
3060 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3061 W: http://www.melware.de
3063 F: drivers/isdn/hardware/eicon/
3065 IVTV VIDEO4LINUX DRIVER
3067 M: hverkuil@xs4all.nl
3068 L: ivtv-devel@ivtvdriver.org
3069 L: ivtv-users@ivtvdriver.org
3070 L: linux-media@vger.kernel.org
3071 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3072 W: http://www.ivtvdriver.org
3074 F: Documentation/video4linux/*.ivtv
3075 F: drivers/media/video/ivtv/
3076 F: include/linux/ivtv*
3080 M: shaggy@austin.ibm.com
3081 L: jfs-discussion@lists.sourceforge.net
3082 W: http://jfs.sourceforge.net/
3083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3085 F: Documentation/filesystems/jfs.txt
3090 M: cooldavid@cooldavid.org
3091 L: netdev@vger.kernel.org
3093 F: drivers/net/jme.*
3095 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3097 M: dwmw2@infradead.org
3098 L: linux-mtd@lists.infradead.org
3099 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3102 F: include/linux/jffs2.h
3103 F: include/mtd/jffs2-user.h
3105 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3109 M: akpm@linux-foundation.org
3110 L: linux-ext4@vger.kernel.org
3113 F: include/linux/ext*jbd*.h
3114 F: include/linux/jbd*.h
3116 K8TEMP HARDWARE MONITORING DRIVER
3118 M: r.marek@assembler.cz
3119 L: lm-sensors@lm-sensors.org
3121 F: Documentation/hwmon/k8temp
3122 F: drivers/hwmon/k8temp.c
3126 M: zippel@linux-m68k.org
3127 L: linux-kbuild@vger.kernel.org
3129 F: Documentation/kbuild/kconfig-language.txt
3134 M: vgoyal@redhat.com
3137 L: kexec@lists.infradead.org
3138 L: linux-kernel@vger.kernel.org
3139 W: http://lse.sourceforge.net/kdump/
3141 F: Documentation/kdump/
3143 KERNEL AUTOMOUNTER (AUTOFS)
3146 L: autofs@linux.kernel.org
3150 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3153 L: autofs@linux.kernel.org
3160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3162 L: linux-kbuild@vger.kernel.org
3164 F: Documentation/kbuild/
3166 F: scripts/Makefile.*
3170 L: kernel-janitors@vger.kernel.org
3171 W: http://www.kerneljanitors.org/
3174 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3176 M: bfields@fieldses.org
3179 L: linux-nfs@vger.kernel.org
3180 W: http://nfs.sourceforge.net/
3183 F: include/linux/nfsd/
3187 F: include/linux/lockd/
3188 F: include/linux/sunrpc/
3190 KERNEL VIRTUAL MACHINE (KVM)
3193 L: kvm@vger.kernel.org
3194 W: http://kvm.qumranet.com
3196 F: Documentation/*/kvm.txt
3198 F: arch/*/include/asm/kvm*
3199 F: include/linux/kvm*
3202 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3204 M: joerg.roedel@amd.com
3205 L: kvm@vger.kernel.org
3206 W: http://kvm.qumranet.com
3208 F: arch/x86/include/asm/svm.h
3209 F: arch/x86/kvm/kvm_svm.h
3210 F: arch/x86/kvm/svm.c
3212 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3214 M: hollisb@us.ibm.com
3215 L: kvm-ppc@vger.kernel.org
3216 W: http://kvm.qumranet.com
3218 F: arch/powerpc/include/asm/kvm*
3219 F: arch/powerpc/kvm/
3221 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3223 M: xiantao.zhang@intel.com
3224 L: kvm-ia64@vger.kernel.org
3225 W: http://kvm.qumranet.com
3227 F: Documentation/ia64/kvm.txt
3228 F: arch/ia64/include/asm/kvm*
3231 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3234 P: Christian Borntraeger
3235 M: borntraeger@de.ibm.com
3236 M: linux390@de.ibm.com
3237 L: linux-s390@vger.kernel.org
3238 W: http://www.ibm.com/developerworks/linux/linux390/
3240 F: Documentation/s390/kvm.txt
3241 F: arch/s390/include/asm/kvm*
3246 M: ebiederm@xmission.com
3247 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3248 L: linux-kernel@vger.kernel.org
3249 L: kexec@lists.infradead.org
3251 F: include/linux/kexec.h
3256 M: jason.wessel@windriver.com
3257 L: kgdb-bugreport@lists.sourceforge.net
3259 F: Documentation/DocBook/kgdb.tmpl
3260 F: drivers/misc/kgdbts.c
3261 F: drivers/serial/kgdboc.c
3262 F: include/linux/kgdb.h
3266 P: Eduard - Gabriel Munteanu
3267 M: eduard.munteanu@linux360.ro
3268 L: linux-kernel@vger.kernel.org
3270 F: Documentation/vm/kmemtrace.txt
3271 F: include/trace/kmemtrace.h
3272 F: kernel/trace/kmemtrace.c
3275 P: Ananth N Mavinakayanahalli
3276 M: ananth@in.ibm.com
3277 P: Anil S Keshavamurthy
3278 M: anil.s.keshavamurthy@intel.com
3280 M: davem@davemloft.net
3282 M: mhiramat@redhat.com
3283 L: linux-kernel@vger.kernel.org
3285 F: Documentation/kprobes.txt
3286 F: include/linux/kprobes.h
3289 KS0108 LCD CONTROLLER DRIVER
3290 P: Miguel Ojeda Sandonis
3291 M: miguel.ojeda.sandonis@gmail.com
3292 L: linux-kernel@vger.kernel.org
3293 W: http://miguelojeda.es/auxdisplay.htm
3294 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3296 F: Documentation/auxdisplay/ks0108
3297 F: drivers/auxdisplay/ks0108.c
3298 F: include/linux/ks0108.h
3301 L: linux-x25@vger.kernel.org
3303 F: Documentation/networking/lapb-module.txt
3307 LASI 53c700 driver for PARISC
3308 P: James E.J. Bottomley
3309 M: James.Bottomley@HansenPartnership.com
3310 L: linux-scsi@vger.kernel.org
3312 F: Documentation/scsi/53c700.txt
3313 F: drivers/scsi/53c700*
3317 M: rpurdie@rpsys.net
3320 F: include/linux/leds.h
3322 LEGO USB Tower driver
3324 M: starblue@users.sourceforge.net
3325 L: legousb-devel@lists.sourceforge.net
3326 W: http://legousb.sourceforge.net/
3328 F: drivers/usb/misc/legousbtower.c
3332 M: rusty@rustcorp.com.au
3333 L: lguest@ozlabs.org
3334 W: http://lguest.ozlabs.org/
3336 F: Documentation/lguest/
3339 F: include/linux/lguest*.h
3340 F: arch/x86/include/asm/lguest*.h
3342 LINUX FOR IBM pSERIES (RS/6000)
3344 M: paulus@au.ibm.com
3345 W: http://www.ibm.com/linux/ltc/projects/ppc
3348 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3349 P: Benjamin Herrenschmidt
3350 M: benh@kernel.crashing.org
3353 W: http://www.penguinppc.org/
3354 L: linuxppc-dev@ozlabs.org
3355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3358 LINUX FOR POWER MACINTOSH
3359 P: Benjamin Herrenschmidt
3360 M: benh@kernel.crashing.org
3361 W: http://www.penguinppc.org/
3362 L: linuxppc-dev@ozlabs.org
3365 LINUX FOR POWERPC EMBEDDED MPC5XXX
3369 M: grant.likely@secretlab.ca
3370 L: linuxppc-dev@ozlabs.org
3373 LINUX FOR POWERPC EMBEDDED PPC4XX
3375 M: jwboyer@linux.vnet.ibm.com
3377 M: mporter@kernel.crashing.org
3378 W: http://www.penguinppc.org/
3379 L: linuxppc-dev@ozlabs.org
3380 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3383 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3385 M: grant.likely@secretlab.ca
3386 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3387 L: linuxppc-dev@ozlabs.org
3390 LINUX FOR POWERPC EMBEDDED PPC8XX
3392 M: vitb@kernel.crashing.org
3394 M: marcelo@kvack.org
3395 W: http://www.penguinppc.org/
3396 L: linuxppc-dev@ozlabs.org
3399 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3401 M: galak@kernel.crashing.org
3402 W: http://www.penguinppc.org/
3403 L: linuxppc-dev@ozlabs.org
3406 LINUX FOR POWERPC PA SEMI PWRFICIENT
3409 W: http://www.pasemi.com/
3410 L: linuxppc-dev@ozlabs.org
3413 LINUX SECURITY MODULE (LSM) FRAMEWORK
3415 M: chrisw@sous-sol.org
3416 L: linux-security-module@vger.kernel.org
3417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3421 P: Arnaldo Carvalho de Melo
3422 M: acme@ghostprotocols.net
3424 F: include/linux/llc.h
3428 LIS3LV02D ACCELEROMETER DRIVER
3430 M: eric.piel@tremplin-utc.net
3432 F: Documentation/hwmon/lis3lv02d
3433 F: drivers/hwmon/lis3lv02d.*
3435 LM83 HARDWARE MONITOR DRIVER
3437 M: khali@linux-fr.org
3438 L: lm-sensors@lm-sensors.org
3440 F: Documentation/hwmon/lm83
3441 F: drivers/hwmon/lm83.c
3443 LM90 HARDWARE MONITOR DRIVER
3445 M: khali@linux-fr.org
3446 L: lm-sensors@lm-sensors.org
3448 F: Documentation/hwmon/lm90
3449 F: drivers/hwmon/lm90.c
3451 LOCKDEP AND LOCKSTAT
3453 M: peterz@infradead.org
3456 L: linux-kernel@vger.kernel.org
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3459 F: Documentation/lockdep*.txt
3460 F: Documentation/lockstat.txt
3461 F: include/linux/lockdep.h
3464 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3465 P: Richard Russon (FlatCap)
3467 L: linux-ntfs-dev@lists.sourceforge.net
3468 W: http://www.linux-ntfs.org/content/view/19/37/
3470 F: Documentation/ldm.txt
3471 F: fs/partitions/ldm.*
3473 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3475 M: Eric.Moore@lsi.com
3477 L: DL-MPTFusionLinux@lsi.com
3478 L: linux-scsi@vger.kernel.org
3479 W: http://www.lsilogic.com/support
3481 F: drivers/message/fusion/
3483 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3486 L: linux-scsi@vger.kernel.org
3488 F: drivers/scsi/sym53c8xx_2/
3490 LTP (Linux Test Project)
3492 M: subrata@linux.vnet.ibm.com
3494 M: vapier@gentoo.org
3495 L: ltp-list@lists.sourceforge.net (subscribers-only)
3496 W: http://ltp.sourceforge.net/
3497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3502 M: takata@linux-m32r.org
3503 L: linux-m32r@ml.linux-m32r.org
3504 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3505 W: http://www.linux-m32r.org/
3508 F: include/asm-m32r/
3511 P: Geert Uytterhoeven
3512 M: geert@linux-m68k.org
3514 M: zippel@linux-m68k.org
3515 L: linux-m68k@lists.linux-m68k.org
3516 W: http://www.linux-m68k.org/
3517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3522 M68K ON APPLE MACINTOSH
3525 W: http://www.mac.linux-m68k.org/
3526 L: linux-m68k@lists.linux-m68k.org
3533 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3539 M: johannes@sipsolutions.net
3540 L: linux-wireless@vger.kernel.org
3541 W: http://linuxwireless.org/
3542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3544 F: Documentation/networking/mac80211-injection.txt
3545 F: include/net/mac80211.h
3548 MAC80211 PID RATE CONTROL
3550 M: stefano.brivio@polimi.it
3552 M: mattias.nissler@gmx.de
3553 L: linux-wireless@vger.kernel.org
3554 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3557 F: net/mac80211/rc80211_pid*
3562 L: netdev@vger.kernel.org
3564 F: drivers/net/macvlan.c
3565 F: include/linux/if_macvlan.h
3567 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3569 M: mtk.manpages@gmail.com
3570 W: http://www.kernel.org/doc/man-pages
3571 L: linux-man@vger.kernel.org
3574 MARVELL LIBERTAS WIRELESS DRIVER
3577 L: libertas-dev@lists.infradead.org
3579 F: drivers/net/wireless/libertas/
3581 MARVELL MV643XX ETHERNET DRIVER
3582 P: Lennert Buytenhek
3583 M: buytenh@marvell.com
3584 L: netdev@vger.kernel.org
3586 F: drivers/net/mv643xx_eth.*
3587 F: include/linux/mv643xx.h
3589 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3592 L: linux-kernel@vger.kernel.org
3595 MARVELL YUKON / SYSKONNECT DRIVER
3597 M: mlindner@syskonnect.de
3599 M: rroesler@syskonnect.de
3600 W: http://www.syskonnect.com
3603 MATROX FRAMEBUFFER DRIVER
3605 M: vandrove@vc.cvut.cz
3606 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3608 F: drivers/video/matrox/matroxfb_*
3609 F: include/linux/matroxfb.h
3611 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3613 M: hjk@linutronix.de
3614 L: lm-sensors@lm-sensors.org
3616 F: Documentation/hwmon/max6650
3617 F: drivers/hwmon/max6650.c
3619 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3620 P: Mauro Carvalho Chehab
3621 M: mchehab@infradead.org
3622 P: LinuxTV.org Project
3623 L: linux-media@vger.kernel.org
3624 W: http://linuxtv.org
3625 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3627 F: Documentation/dvb/
3628 F: Documentation/video4linux/
3631 F: include/linux/dvb/
3632 F: include/linux/videodev*.h
3634 MEGARAID SCSI DRIVERS
3636 M: megaraidlinux@lsi.com
3637 L: linux-scsi@vger.kernel.org
3638 W: http://megaraid.lsilogic.com
3640 F: Documentation/scsi/megaraid.txt
3641 F: drivers/scsi/megaraid.*
3642 F: drivers/scsi/megaraid/
3645 L: linux-mm@kvack.org
3646 L: linux-kernel@vger.kernel.org
3647 W: http://www.linux-mm.org
3649 F: include/linux/mm.h
3652 MEMORY RESOURCE CONTROLLER
3654 M: balbir@linux.vnet.ibm.com
3657 P: KAMEZAWA Hiroyuki
3658 M: kamezawa.hiroyu@jp.fujitsu.com
3659 L: linux-mm@kvack.org
3660 L: linux-kernel@vger.kernel.org
3664 MEMORY TECHNOLOGY DEVICES (MTD)
3666 M: dwmw2@infradead.org
3667 W: http://www.linux-mtd.infradead.org/
3668 L: linux-mtd@lists.infradead.org
3669 T: git git://git.infradead.org/mtd-2.6.git
3672 F: include/linux/mtd/
3677 M: oliver@neukum.name
3679 F: drivers/usb/image/microtek.*
3683 M: ralf@linux-mips.org
3684 W: http://www.linux-mips.org/
3685 L: linux-mips@linux-mips.org
3686 T: git git://git.linux-mips.org/pub/scm/linux.git
3688 F: Documentation/mips/
3691 MISCELLANEOUS MCA-SUPPORT
3693 M: James.Bottomley@HansenPartnership.com
3694 L: linux-kernel@vger.kernel.org
3696 F: Documentation/ia64/mca.txt
3697 F: Documentation/mca.txt
3699 F: include/linux/mca*
3703 M: rusty@rustcorp.com.au
3704 L: linux-kernel@vger.kernel.org
3706 F: include/linux/module.h
3709 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3711 M: stelian@popies.net
3712 W: http://popies.net/meye/
3714 F: Documentation/video4linux/meye.txt
3715 F: drivers/media/video/meye.*
3716 F: include/linux/meye.h
3718 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3721 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3723 F: drivers/mmc/host/imxmmc.*
3725 MOUSE AND MISC DEVICES [GENERAL]
3726 P: Alessandro Rubini
3727 M: rubini@ipvvis.unipv.it
3728 L: linux-kernel@vger.kernel.org
3730 F: drivers/input/mouse/
3731 F: include/linux/gpio_mouse.h
3733 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3735 M: jirislaby@gmail.com
3736 L: linux-kernel@vger.kernel.org
3738 F: Documentation/serial/moxa-smartio
3739 F: drivers/char/mxser.*
3742 P: Lennart Poettering
3743 M: mzxreary@0pointer.de
3744 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3745 W: http://0pointer.de/lennart/tchibo.html
3747 F: drivers/platform/x86/msi-laptop.c
3749 MULTIFUNCTION DEVICES (MFD)
3751 M: sameo@linux.intel.com
3752 L: linux-kernel@vger.kernel.org
3753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3757 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3760 L: linux-kernel@vger.kernel.org
3763 F: include/linux/mmc/
3765 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3767 M: dbrownell@users.sourceforge.net
3768 L: linux-kernel@vger.kernel.org
3770 F: drivers/mmc/host/mmc_spi.c
3771 F: include/linux/spi/mmc_spi.h
3773 MULTISOUND SOUND DRIVER
3777 F: Documentation/sound/oss/MultiSound
3780 MULTITECH MULTIPORT CARD (ISICOM)
3782 M: jirislaby@gmail.com
3783 L: linux-kernel@vger.kernel.org
3785 F: drivers/char/isicom.c
3786 F: include/linux/isicom.h
3788 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3790 M: felipe.balbi@nokia.com
3791 L: linux-usb@vger.kernel.org
3792 T: git git://gitorious.org/musb/mainline.git
3794 F: drivers/usb/musb/
3796 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3798 M: gallatin@myri.com
3801 L: netdev@vger.kernel.org
3802 W: http://www.myri.com/scs/download-Myri10GE.html
3804 F: drivers/net/myri10ge/
3806 NATSEMI ETHERNET DRIVER (DP8381x)
3808 M: thockin@hockin.org
3810 F: drivers/net/natsemi.c
3814 M: vandrove@vc.cvut.cz
3815 L: linware@sh.cvut.cz
3819 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3820 P: James E.J. Bottomley
3821 M: James.Bottomley@HansenPartnership.com
3822 L: linux-scsi@vger.kernel.org
3824 F: drivers/scsi/NCR_D700.*
3826 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3828 M: faisal.latif@intel.com
3830 M: chien.tin.tung@intel.com
3831 L: general@lists.openfabrics.org
3832 W: http://www.neteffect.com
3834 F: drivers/infiniband/hw/nes/
3836 NETEM NETWORK EMULATOR
3837 P: Stephen Hemminger
3838 M: shemminger@linux-foundation.org
3839 L: netem@lists.linux-foundation.org
3841 F: net/sched/sch_netem.c
3843 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3845 M: ram.vepa@neterion.com
3847 M: santosh.rastapur@neterion.com
3848 P: Sivakumar Subramani
3849 M: sivakumar.subramani@neterion.com
3850 P: Sreenivasa Honnur
3851 M: sreenivasa.honnur@neterion.com
3853 M: anil.murthy@neterion.com
3854 L: netdev@vger.kernel.org
3855 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3856 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3858 F: Documentation/networking/s2io.txt
3859 F: drivers/net/s2io*
3861 NETFILTER/IPTABLES/IPCHAINS
3869 L: netfilter-devel@vger.kernel.org
3870 L: netfilter@vger.kernel.org
3871 L: coreteam@netfilter.org
3872 W: http://www.netfilter.org/
3873 W: http://www.iptables.org/
3875 F: include/linux/netfilter*
3876 F: include/linux/netfilter/
3877 F: include/net/netfilter/
3878 F: net/*/netfilter.c
3884 M: paul.moore@hp.com
3885 W: http://netlabel.sf.net
3886 L: netdev@vger.kernel.org
3888 F: Documentation/netlabel/
3889 F: include/net/netlabel.h
3892 NETROM NETWORK LAYER
3894 M: ralf@linux-mips.org
3895 L: linux-hams@vger.kernel.org
3896 W: http://www.linux-ax25.org/
3898 F: include/linux/netrom.h
3899 F: include/net/netrom.h
3902 NETWORK BLOCK DEVICE (NBD)
3904 M: Paul.Clements@steeleye.com
3906 F: Documentation/blockdev/nbd.txt
3907 F: drivers/block/nbd.c
3908 F: include/linux/nbd.h
3910 NETWORK DEVICE DRIVERS
3912 M: jgarzik@pobox.com
3913 L: netdev@vger.kernel.org
3914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3918 NETWORKING [GENERAL]
3920 M: netdev@vger.kernel.org
3921 L: netdev@vger.kernel.org
3922 W: http://linux-net.osdl.org/
3927 NETWORKING [IPv4/IPv6]
3929 M: davem@davemloft.net
3931 M: kuznet@ms2.inr.ac.ru
3932 P: Pekka Savola (ipv6)
3933 M: pekkas@netcore.fi
3935 M: jmorris@namei.org
3936 P: Hideaki YOSHIFUJI
3937 M: yoshfuji@linux-ipv6.org
3940 L: netdev@vger.kernel.org
3941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3947 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3949 M: paul.moore@hp.com
3950 L: netdev@vger.kernel.org
3953 NETWORKING [WIRELESS]
3955 M: linville@tuxdriver.com
3956 L: linux-wireless@vger.kernel.org
3957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3960 F: include/net/ieee80211*
3961 F: include/net/wireless.h
3963 NETXEN (1/10) GbE SUPPORT
3965 M: dhananjay@netxen.com
3966 L: netdev@vger.kernel.org
3967 W: http://www.netxen.com
3969 F: drivers/net/netxen/
3971 NFS, SUNRPC, AND LOCKD CLIENTS
3973 M: Trond.Myklebust@netapp.com
3974 L: linux-nfs@vger.kernel.org
3975 W: http://client.linux-nfs.org
3976 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3982 F: include/linux/lockd/
3983 F: include/linux/nfs*
3984 F: include/linux/sunrpc/
3986 NI5010 NETWORK DRIVER
3987 P: Jan-Pascal van Best
3988 M: janpascal@vanbest.org
3991 L: netdev@vger.kernel.org
3993 F: drivers/net/ni5010.*
3997 M: konishi.ryusuke@lab.ntt.co.jp
3999 W: http://www.nilfs.org/en/
4001 F: Documentation/filesystems/nilfs2.txt
4003 F: include/linux/nilfs2_fs.h
4005 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4007 M: yokota@netlab.is.tsukuba.ac.jp
4008 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4010 F: Documentation/scsi/NinjaSCSI.txt
4011 F: drivers/scsi/pcmcia/nsp_*
4013 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4015 M: gotom@debian.or.jp
4017 M: yokota@netlab.is.tsukuba.ac.jp
4018 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4020 F: Documentation/scsi/NinjaSCSI.txt
4021 F: drivers/scsi/nsp32*
4024 P: Anton Altaparmakov
4026 L: linux-ntfs-dev@lists.sourceforge.net
4027 L: linux-kernel@vger.kernel.org
4028 W: http://www.linux-ntfs.org/
4029 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4031 F: Documentation/filesystems/ntfs.txt
4034 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4036 M: adaplas@gmail.com
4037 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4039 F: drivers/video/riva/
4040 F: drivers/video/nvidia/
4044 M: me@bobcopeland.com
4045 L: linux-karma-devel@lists.sourceforge.net
4047 F: Documentation/filesystems/omfs.txt
4050 OMNIKEY CARDMAN 4000 DRIVER
4052 M: laforge@gnumonks.org
4054 F: drivers/char/pcmcia/cm4000_cs.c
4055 F: include/linux/cm4000_cs.h
4057 OMNIKEY CARDMAN 4040 DRIVER
4059 M: laforge@gnumonks.org
4061 F: drivers/char/pcmcia/cm4040_cs.*
4063 OMNIVISION OV7670 SENSOR DRIVER
4066 L: linux-media@vger.kernel.org
4067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4069 F: drivers/media/video/ov7670.c
4071 ONENAND FLASH DRIVER
4073 M: kyungmin.park@samsung.com
4074 L: linux-mtd@lists.infradead.org
4076 F: drivers/mtd/onenand/
4077 F: include/linux/mtd/onenand*.h
4079 ONSTREAM SCSI TAPE DRIVER
4082 L: osst-users@lists.sourceforge.net
4083 L: linux-scsi@vger.kernel.org
4085 F: drivers/scsi/osst*
4088 OPENCORES I2C BUS DRIVER
4090 M: jacmet@sunsite.dk
4091 L: linux-i2c@vger.kernel.org
4093 F: Documentation/i2c/busses/i2c-ocores
4094 F: drivers/i2c/busses/i2c-ocores.c
4098 M: robert.richter@amd.com
4099 L: oprofile-list@lists.sf.net
4102 F: drivers/oprofile/
4103 F: include/linux/oprofile.h
4105 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4109 M: joel.becker@oracle.com
4110 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4111 W: http://oss.oracle.com/projects/ocfs2/
4112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4114 F: Documentation/filesystems/ocfs2.txt
4115 F: Documentation/filesystems/dlmfs.txt
4122 M: hermes@gibson.dropbear.id.au
4123 L: linux-wireless@vger.kernel.org
4124 L: orinoco-users@lists.sourceforge.net
4125 L: orinoco-devel@lists.sourceforge.net
4126 W: http://www.nongnu.org/orinoco/
4128 F: drivers/net/wireless/orinoco/
4132 M: bharrosh@panasas.com
4134 M: bhalevy@panasas.com
4135 L: osd-dev@open-osd.org
4136 W: http://open-osd.org
4137 T: git git://git.open-osd.org/open-osd.git
4142 M: flamingice@sourmilk.net
4143 L: linux-wireless@vger.kernel.org
4144 W: http://prism54.org
4145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4147 F: drivers/net/wireless/p54/
4149 PA SEMI ETHERNET DRIVER
4152 L: netdev@vger.kernel.org
4154 F: drivers/net/pasemi_mac.*
4156 PA SEMI SMBUS DRIVER
4159 L: linux-i2c@vger.kernel.org
4161 F: drivers/i2c/busses/i2c-pasemi.c
4163 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4165 M: laforge@gnumonks.org
4167 F: drivers/platform/x86/panasonic-laptop.c
4169 PANASONIC MN10300/AM33 PORT
4171 M: dhowells@redhat.com
4173 M: yasutake.koichi@jp.panasonic.com
4174 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4175 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4177 F: Documentation/mn10300/
4179 F: include/asm-mn10300/
4181 PARALLEL PORT SUPPORT
4182 L: linux-parport@lists.infradead.org (subscribers-only)
4185 F: include/linux/parport*.h
4186 F: drivers/char/ppdev.c
4187 F: include/linux/ppdev.h
4189 PARAVIRT_OPS INTERFACE
4190 P: Jeremy Fitzhardinge
4191 M: jeremy@xensource.com
4193 M: chrisw@sous-sol.org
4195 M: akataria@vmware.com
4197 M: rusty@rustcorp.com.au
4198 L: virtualization@lists.osdl.org
4199 L: linux-kernel@vger.kernel.org
4201 F: Documentation/ia64/paravirt_ops.txt
4202 F: arch/*/kernel/paravirt*
4203 F: arch/*/include/asm/paravirt.h
4205 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4208 L: linux-parport@lists.infradead.org (subscribers-only)
4209 W: http://www.torque.net/linux-pp.html
4211 F: Documentation/blockdev/paride.txt
4212 F: drivers/block/paride/
4219 L: linux-parisc@vger.kernel.org
4220 W: http://www.parisc-linux.org/
4221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4226 PC87360 HARDWARE MONITORING DRIVER
4228 M: jim.cromie@gmail.com
4229 L: lm-sensors@lm-sensors.org
4231 F: Documentation/hwmon/pc87360
4232 F: drivers/hwmon/pc87360.c
4236 M: jim.cromie@gmail.com
4238 F: drivers/char/pc8736x_gpio.c
4242 M: riku.voipio@iki.fi
4247 M: linas@austin.ibm.com
4248 L: linux-kernel@vger.kernel.org
4249 L: linux-pci@vger.kernel.org
4251 F: Documentation/PCI/pci-error-recovery.txt
4252 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4256 M: jbarnes@virtuousgeek.org
4257 L: linux-kernel@vger.kernel.org
4258 L: linux-pci@vger.kernel.org
4259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4261 F: Documentation/PCI/
4263 F: include/linux/pci*
4266 P: Kristen Carlson Accardi
4267 M: kristen.c.accardi@intel.com
4268 L: linux-pci@vger.kernel.org
4270 F: drivers/pci/pcie/
4273 P: Linux PCMCIA Team
4274 L: linux-pcmcia@lists.infradead.org
4275 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4278 F: Documentation/pcmcia/
4282 PCNET32 NETWORK DRIVER
4284 M: pcnet32@verizon.net
4285 L: netdev@vger.kernel.org
4287 F: drivers/net/pcnet32.c
4289 PER-TASK DELAY ACCOUNTING
4291 M: balbir@linux.vnet.ibm.com
4292 L: linux-kernel@vger.kernel.org
4294 F: include/linux/delayacct.h
4295 F: kernel/delayacct.c
4297 PERSONALITY HANDLING
4298 P: Christoph Hellwig
4299 M: hch@infradead.org
4300 L: linux-abi-devel@lists.sourceforge.net
4302 F: include/linux/personality.h
4306 M: joern@lazybastard.org
4307 L: linux-mtd@lists.infradead.org
4309 F: drivers/mtd/devices/phram.c
4313 M: petero2@telia.com
4314 L: linux-kernel@vger.kernel.org
4316 F: drivers/block/pktcdvd.c
4317 F: include/linux/pktcdvd.h
4319 POSIX CLOCKS and TIMERS
4321 M: tglx@linutronix.de
4322 L: linux-kernel@vger.kernel.org
4325 F: include/linux/timer*
4328 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4332 M: dwmw2@infradead.org
4333 L: linux-kernel@vger.kernel.org
4334 T: git git://git.infradead.org/battery-2.6.git
4336 F: include/linux/power_supply.h
4337 F: drivers/power/power_supply*
4343 M: bjorn.helgaas@hp.com
4349 M: vitalywool@gmail.com
4350 L: linux-i2c@vger.kernel.org
4352 F: drivers/i2c/busses/i2c-pnx.c
4354 PPP PROTOCOL DRIVERS AND COMPRESSORS
4357 L: linux-ppp@vger.kernel.org
4359 F: drivers/net/ppp_*
4361 PPP OVER ATM (RFC 2364)
4362 P: Mitchell Blank Jr
4365 F: net/atm/pppoatm.c
4366 F: include/linux/atmppp.h
4370 M: mostrows@earthlink.net
4372 F: drivers/net/pppoe.c
4373 F: drivers/net/pppox.c
4377 M: jchapman@katalix.com
4379 F: drivers/net/pppol2tp.c
4380 F: include/linux/if_pppol2tp.h
4385 L: linux-kernel@vger.kernel.org
4386 L: kpreempt-tech@lists.sourceforge.net
4387 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4389 F: Documentation/preempt-locking.txt
4390 F: include/linux/preempt.h
4392 PRISM54 WIRELESS DRIVER
4393 P: Luis R. Rodriguez
4395 L: linux-wireless@vger.kernel.org
4396 W: http://prism54.org
4398 F: drivers/net/wireless/prism54/
4400 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4402 M: promise@pnd-pc.demon.co.uk
4403 W: http://www.pnd-pc.demon.co.uk/promise/
4406 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4407 P: Mikael Pettersson
4409 L: linux-ide@vger.kernel.org
4411 F: drivers/ata/sata_promise.*
4415 M: mokuno@sm.sony.co.jp
4416 L: netdev@vger.kernel.org
4417 L: cbe-oss-dev@ozlabs.org
4419 F: drivers/net/ps3_gelic_net.*
4421 PS3 PLATFORM SUPPORT
4423 M: geoffrey.levand@am.sony.com
4424 L: linuxppc-dev@ozlabs.org
4425 L: cbe-oss-dev@ozlabs.org
4427 F: arch/powerpc/boot/ps3*
4428 F: arch/powerpc/include/asm/lv1call.h
4429 F: arch/powerpc/include/asm/ps3*.h
4430 F: arch/powerpc/platforms/ps3/
4433 F: drivers/usb/host/*ps3.c
4438 L: cbe-oss-dev@ozlabs.org
4441 PVRUSB2 VIDEO4LINUX DRIVER
4444 L: pvrusb2@isely.net (subscribers-only)
4445 L: linux-media@vger.kernel.org
4446 W: http://www.isely.net/pvrusb2/
4447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4449 F: Documentation/video4linux/README.pvrusb2
4450 F: drivers/media/video/pvrusb2/
4452 PXA2xx/PXA3xx SUPPORT
4454 M: eric.miao@marvell.com
4456 M: linux@arm.linux.org.uk
4457 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4459 F: arch/arm/mach-pxa/
4460 F: drivers/pcmcia/pxa2xx*
4461 F: drivers/spi/pxa2xx*
4462 F: drivers/usb/gadget/pxa2*
4463 F: include/sound/pxa2xx-lib.h
4464 F: sound/soc/pxa/pxa2xx*
4468 M: eric.miao@marvell.com
4470 M: jason.chagas@marvell.com
4471 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4477 M: eric.miao@marvell.com
4478 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4487 M: robert.jarzmik@free.fr
4488 L: rtc-linux@googlegroups.com
4491 QLOGIC QLA2XXX FC-SCSI DRIVER
4493 M: linux-driver@qlogic.com
4494 L: linux-scsi@vger.kernel.org
4496 F: Documentation/scsi/LICENSE.qla2xxx
4497 F: drivers/scsi/qla2xxx/
4499 QLOGIC QLA3XXX NETWORK DRIVER
4501 M: linux-driver@qlogic.com
4502 L: netdev@vger.kernel.org
4504 F: Documentation/networking/LICENSE.qla3xxx
4505 F: drivers/net/qla3xxx.*
4507 QLOGIC QLGE 10Gb ETHERNET DRIVER
4509 M: linux-driver@qlogic.com
4510 M: ron.mercer@qlogic.com
4511 L: netdev@vger.kernel.org
4513 F: drivers/net/qlge/
4518 L: linux-kernel@vger.kernel.org
4519 W: http://www.alarsen.net/linux/qnx4fs/
4522 F: include/linux/qnx4_fs.h
4523 F: include/linux/qnxtypes.h
4525 RADEON FRAMEBUFFER DISPLAY DRIVER
4526 P: Benjamin Herrenschmidt
4527 M: benh@kernel.crashing.org
4528 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4530 F: drivers/video/aty/radeon*
4531 F: include/linux/radeonfb.h
4533 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4536 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4538 F: drivers/video/aty/aty128fb.c
4540 RALINK RT2X00 WIRELESS LAN DRIVER
4542 L: linux-wireless@vger.kernel.org
4543 L: users@rt2x00.serialmonkey.com
4544 W: http://rt2x00.serialmonkey.com/
4546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4547 F: drivers/net/wireless/rt2x00/
4549 RAMDISK RAM BLOCK DEVICE DRIVER
4553 F: Documentation/blockdev/ramdisk.txt
4554 F: drivers/block/brd.c
4556 RANDOM NUMBER DRIVER
4560 F: drivers/char/random.c
4564 M: mporter@kernel.crashing.org
4565 L: linux-kernel@vger.kernel.org
4569 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4571 M: coreythomas@charter.net
4572 L: linux-wireless@vger.kernel.org
4574 F: drivers/net/wireless/ray*
4578 M: josh@freedesktop.org
4579 L: linux-kernel@vger.kernel.org
4581 F: Documentation/RCU/torture.txt
4582 F: kernel/rcutorture.c
4586 M: florian.fainelli@telecomint.eu
4587 L: linux-kernel@vger.kernel.org
4590 RDC R6040 FAST ETHERNET DRIVER
4592 M: florian.fainelli@telecomint.eu
4593 L: netdev@vger.kernel.org
4595 F: drivers/net/r6040.c
4597 RDS - RELIABLE DATAGRAM SOCKETS
4599 M: andy.grover@oracle.com
4600 L: rds-devel@oss.oracle.com
4604 READ-COPY UPDATE (RCU)
4606 M: dipankar@in.ibm.com
4607 W: http://www.rdrop.com/users/paulmck/rclock/
4608 L: linux-kernel@vger.kernel.org
4610 F: Documentation/RCU/rcu.txt
4611 F: Documentation/RCU/rcuref.txt
4612 F: include/linux/rcupdate.h
4613 F: include/linux/srcu.h
4614 F: kernel/rcupdate.c
4616 REAL TIME CLOCK DRIVER
4618 M: p_gortmaker@yahoo.com
4619 L: linux-kernel@vger.kernel.org
4621 F: Documentation/rtc.txt
4623 F: include/linux/rtc.h
4625 REAL TIME CLOCK (RTC) SUBSYSTEM
4627 M: a.zummo@towertech.it
4628 L: rtc-linux@googlegroups.com
4630 F: Documentation/rtc.txt
4632 F: include/linux/rtc.h
4634 REISERFS FILE SYSTEM
4635 L: reiserfs-devel@vger.kernel.org
4641 M: IvDoorn@gmail.com
4642 L: netdev@vger.kernel.org
4644 F Documentation/rfkill.txt
4649 F: Documentation/serial/riscom8.txt
4650 F: drivers/char/riscom8*
4654 W: http://www.comtrol.com
4656 F: Documentation/serial/rocket.txt
4657 F: drivers/char/rocket*
4661 M: ralf@linux-mips.org
4662 L: linux-hams@vger.kernel.org
4663 W: http://www.linux-ax25.org/
4665 F: include/linux/rose.h
4666 F: include/net/rose.h
4669 RTL8180 WIRELESS DRIVER
4671 M: linville@tuxdriver.com
4672 L: linux-wireless@vger.kernel.org
4673 W: http://linuxwireless.org/
4674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4676 F: drivers/net/wireless/rtl818*
4678 RTL8187 WIRELESS DRIVER
4679 P: Herton Ronaldo Krzesinski
4680 M: herton@mandriva.com.br
4682 M: htl10@users.sourceforge.net
4684 M: Larry.Finger@lwfinger.net
4685 L: linux-wireless@vger.kernel.org
4686 W: http://linuxwireless.org/
4687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4689 F: drivers/net/wireless/rtl818x/rtl8187*
4691 S3 SAVAGE FRAMEBUFFER DRIVER
4693 M: adaplas@gmail.com
4694 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4696 F: drivers/video/savage/
4699 P: Martin Schwidefsky
4700 M: schwidefsky@de.ibm.com
4702 M: heiko.carstens@de.ibm.com
4703 M: linux390@de.ibm.com
4704 L: linux-s390@vger.kernel.org
4705 W: http://www.ibm.com/developerworks/linux/linux390/
4709 S390 NETWORK DRIVERS
4711 M: ursula.braun@de.ibm.com
4713 M: blaschka@linux.vnet.ibm.com
4714 M: linux390@de.ibm.com
4715 L: linux-s390@vger.kernel.org
4716 W: http://www.ibm.com/developerworks/linux/linux390/
4718 F: drivers/s390/net/
4722 M: felix.beck@de.ibm.com
4724 M: ralph.wuerthner@de.ibm.com
4725 M: linux390@de.ibm.com
4726 L: linux-s390@vger.kernel.org
4731 M: christof.schmitt@de.ibm.com
4734 M: linux390@de.ibm.com
4735 L: linux-s390@vger.kernel.org
4736 W: http://www.ibm.com/developerworks/linux/linux390/
4738 F: Documentation/s390/zfcpdump.txt
4739 F: drivers/s390/scsi/zfcp_*
4741 S390 IUCV NETWORK LAYER
4743 M: ursula.braun@de.ibm.com
4744 M: linux390@de.ibm.com
4745 L: linux-s390@vger.kernel.org
4746 W: http://www.ibm.com/developerworks/linux/linux390/
4748 F: drivers/s390/net/*iucv*
4749 F: include/net/iucv/
4752 S3C24XX SD/MMC Driver
4754 M: ben-linux@fluff.org
4755 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4756 L: linux-kernel@vger.kernel.org
4758 F: drivers/mmc/host/s3cmci.*
4760 SAA7146 VIDEO4LINUX-2 DRIVER
4763 L: linux-media@vger.kernel.org
4764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4765 W: http://www.mihu.de/linux/saa7146
4767 F: drivers/media/common/saa7146*
4768 F: drivers/media/video/*7146*
4769 F: include/media/*7146*
4773 M: zwane@arm.linux.org.uk
4775 F: drivers/watchdog/sc1200wdt.c
4781 M: peterz@infradead.org
4782 L: linux-kernel@vger.kernel.org
4785 F: include/linux/sched.h
4790 L: linux-scsi@vger.kernel.org
4791 W: http://www.kernel.dk
4797 M: dgilbert@interlog.com
4798 L: linux-scsi@vger.kernel.org
4799 W: http://www.torque.net/sg
4801 F: drivers/scsi/sg.c
4802 F: include/scsi/sg.h
4805 P: James E.J. Bottomley
4806 M: James.Bottomley@HansenPartnership.com
4807 L: linux-scsi@vger.kernel.org
4808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4817 M: Kai.Makisara@kolumbus.fi
4818 L: linux-scsi@vger.kernel.org
4820 F: Documentation/scsi/st.txt
4825 M: vladislav.yasevich@hp.com
4826 P: Sridhar Samudrala
4828 L: linux-sctp@vger.kernel.org
4829 W: http://lksctp.sourceforge.net
4831 F: Documentation/networking/sctp.txt
4832 F: include/linux/sctp.h
4833 F: include/net/sctp/
4838 M: jim.cromie@gmail.com
4840 F: Documentation/i2c/busses/scx200_acb
4841 F: arch/x86/kernel/scx200_32.c
4842 F: drivers/watchdog/scx200_wdt.c
4843 F: drivers/i2c/busses/scx200*
4844 F: drivers/mtd/maps/scx200_docflash.c
4845 F: include/linux/scx200.h
4849 M: jim.cromie@gmail.com
4851 F: drivers/char/scx200_gpio.c
4852 F: include/linux/scx200_gpio.h
4854 SCx200 HRT CLOCKSOURCE DRIVER
4856 M: jim.cromie@gmail.com
4858 F: drivers/clocksource/scx200_hrt.c
4860 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4862 M: saschasommer@freenet.de
4863 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4865 F: drivers/mmc/host/sdricoh_cs.c
4867 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4870 L: sdhci-devel@lists.ossman.eu
4873 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4875 M: avorontsov@ru.mvista.com
4876 L: linuxppc-dev@ozlabs.org
4877 L: sdhci-devel@lists.ossman.eu
4879 F: drivers/mmc/host/sdhci.*
4883 M: jmorris@namei.org
4884 L: linux-kernel@vger.kernel.org
4885 L: linux-security-module@vger.kernel.org (suggested Cc:)
4886 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4887 W: http://security.wiki.kernel.org/
4892 P: Security Officers
4893 M: security@kernel.org
4896 SELINUX SECURITY MODULE
4898 M: sds@tycho.nsa.gov
4900 M: jmorris@namei.org
4902 M: eparis@parisplace.org
4903 L: linux-kernel@vger.kernel.org (kernel issues)
4904 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4905 W: http://selinuxproject.org
4906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4908 F: include/linux/selinux*
4909 F: security/selinux/
4913 M: jirislaby@gmail.com
4915 F: drivers/misc/phantom.c
4916 F: include/linux/phantom.h
4918 SERIAL ATA (SATA) SUBSYSTEM
4920 M: jgarzik@pobox.com
4921 L: linux-ide@vger.kernel.org
4922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4925 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4927 M: sathyap@serverengines.com
4928 P: Subbu Seetharaman
4929 M: subbus@serverengines.com
4930 L: netdev@vger.kernel.org
4931 W: http://www.serverengines.com
4933 F: drivers/net/benet/
4938 P: Robert Stonehouse
4939 M: linux-net-drivers@solarflare.com
4947 F: drivers/misc/sgi-gru/
4949 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4952 L: linux-ia64@vger.kernel.org
4954 F: Documentation/ia64/serial.txt
4955 F: drivers/serial/ioc?_serial.c
4956 F: include/linux/ioc?.h
4958 SGI VISUAL WORKSTATION 320 AND 540
4961 L: linux-visws-devel@lists.sf.net
4962 W: http://linux-visws.sf.net
4963 S: Maintained for 2.6.
4964 F: Documentation/sgi-visws.txt
4966 SGI XP/XPC/XPNET DRIVER
4970 F: drivers/misc/sgi-xp/
4972 SHARP LH SUPPORT (LH7952X & LH7A40X)
4975 W: http://projects.buici.com/arm
4976 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4978 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4979 F: arch/arm/mach-lh7a40x/
4980 F: drivers/serial/serial_lh7a40x.c
4981 F: drivers/usb/gadget/lh7a40*
4982 F: drivers/usb/host/ohci-lh7a40*
4985 P: Kristen Carlson Accardi
4986 M: kristen.c.accardi@intel.com
4987 L: linux-pci@vger.kernel.org
4989 F: drivers/pci/hotplug/shpchp*
4991 SIMTEC EB110ATX (Chalice CATS)
4994 M: support@simtec.co.uk
4995 W: http://www.simtec.co.uk/products/EB110ATX/
4997 F: arch/arm/mach-ebsa110/
4999 SIMTEC EB2410ITX (BAST)
5002 M: support@simtec.co.uk
5003 W: http://www.simtec.co.uk/products/EB2410ITX/
5005 F: arch/arm/mach-s3c2410/
5006 F: drivers/*/*s3c2410*
5007 F: drivers/*/*/*s3c2410*
5009 SIS 190 ETHERNET DRIVER
5011 M: romieu@fr.zoreil.com
5012 L: netdev@vger.kernel.org
5014 F: drivers/net/sis190.c
5016 SIS 900/7016 FAST ETHERNET DRIVER
5018 M: venza@brownhat.org
5019 W: http://www.brownhat.org/sis900.html
5020 L: netdev@vger.kernel.org
5022 F: drivers/net/sis900.*
5024 SIS 96X I2C/SMBUS DRIVER
5026 M: mhoffman@lightlink.com
5027 L: linux-i2c@vger.kernel.org
5029 F: Documentation/i2c/busses/i2c-sis96x
5030 F: drivers/i2c/busses/i2c-sis96x.c
5032 SIS FRAMEBUFFER DRIVER
5033 P: Thomas Winischhofer
5034 M: thomas@winischhofer.net
5035 W: http://www.winischhofer.net/linuxsisvga.shtml
5037 F: Documentation/fb/sisfb.txt
5038 F: drivers/video/sis/
5039 F: include/video/sisfb.h
5042 P: Thomas Winischhofer
5043 M: thomas@winischhofer.net
5044 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5046 F: drivers/usb/misc/sisusbvga/
5048 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5049 P: Stephen Hemminger
5050 M: shemminger@linux-foundation.org
5051 L: netdev@vger.kernel.org
5053 F: drivers/net/skge.*
5054 F: drivers/net/sky2.*
5057 P: Christoph Lameter
5058 M: cl@linux-foundation.org
5060 M: penberg@cs.helsinki.fi
5063 L: linux-mm@kvack.org
5065 F: include/linux/sl?b*.h
5068 SMC91x ETHERNET DRIVER
5072 F: drivers/net/smc91x.*
5074 SMSC47B397 HARDWARE MONITOR DRIVER
5076 M: mhoffman@lightlink.com
5077 L: lm-sensors@lm-sensors.org
5079 F: Documentation/hwmon/smsc47b397
5080 F: drivers/hwmon/smsc47b397.c
5082 SMSC911x ETHERNET DRIVER
5083 P: Steve Glendinning
5084 M: steve.glendinning@smsc.com
5085 L: netdev@vger.kernel.org
5087 F: include/linux/smsc911x.h
5088 F: drivers/net/smsc911x.*
5090 SMSC9420 PCI ETHERNET DRIVER
5091 P: Steve Glendinning
5092 M: steve.glendinning@smsc.com
5093 L: netdev@vger.kernel.org
5095 F: drivers/net/smsc9420.*
5099 M: bn@niasdigital.com
5101 F: drivers/uio/uio_smx.c
5103 SN-IA64 (Itanium) SUB-PLATFORM
5106 L: linux-altix@sgi.com
5107 L: linux-ia64@vger.kernel.org
5108 W: http://www.sgi.com/altix
5112 SOC-CAMERA V4L2 SUBSYSTEM
5113 P: Guennadi Liakhovetski
5114 M: g.liakhovetski@gmx.de
5115 L: linux-media@vger.kernel.org
5116 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5118 F: include/media/v4l2*
5119 F: drivers/media/video/v4l2*
5121 SOEKRIS NET48XX LED SUPPORT
5125 F: drivers/leds/leds-net48xx.c
5127 SOFTWARE RAID (Multiple Disks) SUPPORT
5130 L: linux-raid@vger.kernel.org
5133 F: include/linux/raid/
5135 SONIC NETWORK DRIVER
5136 P: Thomas Bogendoerfer
5137 M: tsbogend@alpha.franken.de
5138 L: netdev@vger.kernel.org
5140 F: drivers/net/sonic.*
5142 SONICS SILICON BACKPLANE DRIVER (SSB)
5145 L: netdev@vger.kernel.org
5148 F: include/linux/ssb/
5150 SONY VAIO CONTROL DEVICE DRIVER
5152 M: malattia@linux.it
5153 L: linux-acpi@vger.kernel.org
5154 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5156 F: Documentation/laptops/sony-laptop.txt
5157 F: drivers/char/sonypi.c
5158 F: drivers/platform/x86/sony-laptop.c
5159 F: include/linux/sony-laptop.h
5161 SONY MEMORYSTICK CARD SUPPORT
5164 L: linux-kernel@vger.kernel.org
5165 W: http://tifmxx.berlios.de/
5167 F: drivers/memstick/host/tifm_ms.c
5174 L: alsa-devel@alsa-project.org (subscribers-only)
5178 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5180 M: lrg@slimlogic.co.uk
5182 M: broonie@opensource.wolfsonmicro.com
5183 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5184 L: alsa-devel@alsa-project.org (subscribers-only)
5185 W: http://alsa-project.org/main/index.php/ASoC
5189 SPARC + UltraSPARC (sparc/sparc64)
5191 M: davem@davemloft.net
5192 L: sparclinux@vger.kernel.org
5193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5198 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5200 M: R.E.Wolff@BitWizard.nl
5201 L: linux-kernel@vger.kernel.org
5203 F: Documentation/serial/specialix.txt
5204 F: drivers/char/specialix*
5208 M: dbrownell@users.sourceforge.net
5209 L: spi-devel-general@lists.sourceforge.net
5211 F: Documentation/spi/
5213 F: include/linux/spi/
5215 SPIDERNET NETWORK DRIVER for CELL
5217 M: kou.ishizaki@toshiba.co.jp
5220 L: netdev@vger.kernel.org
5222 F: Documentation/networking/spider_net.txt
5223 F: drivers/net/spider_net*
5228 L: linuxppc-dev@ozlabs.org
5229 L: cbe-oss-dev@ozlabs.org
5230 W: http://www.ibm.com/developerworks/power/cell/
5232 F: Documentation/filesystems/spufs.txt
5233 F: arch/powerpc/platforms/cell/spufs/
5235 SQUASHFS FILE SYSTEM
5237 M: phillip@lougher.demon.co.uk
5238 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5239 W: http://squashfs.org.uk
5241 F: Documentation/filesystems/squashfs.txt
5244 SRM (Alpha) environment access
5245 P: Jan-Benedict Glaw
5246 M: jbglaw@lug-owl.de
5247 L: linux-kernel@vger.kernel.org
5249 F: arch/alpha/kernel/srm_env.c
5252 P: Greg Kroah-Hartman
5255 M: chrisw@sous-sol.org
5256 L: stable@kernel.org
5260 P: Greg Kroah-Hartman
5262 L: linux-kernel@vger.kernel.org
5263 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5267 STARFIRE/DURALAN NETWORK DRIVER
5269 M: ionut@cs.columbia.edu
5271 F: drivers/net/starfire*
5273 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5274 W: http://mosquitonet.Stanford.EDU/strip.html
5276 F: drivers/net/wireless/strip.c
5277 F: include/linux/if_strip.h
5279 STRADIS MPEG-2 DECODER DRIVER
5282 W: http://www.stradis.com/
5284 F: drivers/media/video/stradis.c
5289 W: http://sammy.net/sun3/
5291 F: arch/m68k/kernel/*sun3*
5293 F: arch/m68k/include/asm/sun3*
5297 M: lethal@linux-sh.org
5298 L: linux-sh@vger.kernel.org
5299 W: http://www.linux-sh.org
5300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5306 M: len.brown@intel.com
5309 P: Rafael J. Wysocki
5311 L: linux-pm@lists.linux-foundation.org
5313 F: Documentation/power/
5314 F: arch/x86/kernel/acpi/
5315 F: drivers/base/power/
5317 F: include/linux/suspend.h
5318 F: include/linux/freezer.h
5319 F: include/linux/pm.h
5320 F: include/asm-*/suspend.h
5325 L: linux-video@atrey.karlin.mff.cuni.cz
5327 F: Documentation/svga.txt
5328 F: arch/x86/boot/video*
5331 P: Christoph Hellwig
5332 M: hch@infradead.org
5334 F: Documentation/filesystems/sysv-fs.txt
5336 F: include/linux/sysv_fs.h
5338 TASKSTATS STATISTICS INTERFACE
5340 M: balbir@linux.vnet.ibm.com
5341 L: linux-kernel@vger.kernel.org
5343 F: Documentation/accounting/taskstats*
5344 F: include/linux/taskstats*
5345 F: kernel/taskstats.c
5350 L: netdev@vger.kernel.org
5352 F: include/linux/pkt_cls.h
5353 F: include/net/pkt_cls.h
5356 TCP LOW PRIORITY MODULE
5357 P: Wong Hoi Sing, Edison
5358 M: hswong3i@gmail.com
5359 P: Hung Hing Lun, Mike
5360 M: hlhung3i@gmail.com
5361 W: http://tcp-lp-mod.sourceforge.net/
5363 F: net/ipv4/tcp_lp.c
5365 TEHUTI ETHERNET DRIVER
5366 P: Alexander Indenbaum
5367 M: baum@tehutinetworks.net
5369 M: andy@greyhouse.net
5370 L: netdev@vger.kernel.org
5372 F: drivers/net/tehuti*
5374 Telecom Clock Driver for MCPL0010
5376 M: mark.gross@intel.com
5378 F: drivers/char/tlclk.c
5380 TENSILICA XTENSA PORT (xtensa)
5386 THINKPAD ACPI EXTRAS DRIVER
5387 P: Henrique de Moraes Holschuh
5388 M: ibm-acpi@hmh.eng.br
5389 L: ibm-acpi-devel@lists.sourceforge.net
5390 W: http://ibm-acpi.sourceforge.net
5391 W: http://thinkwiki.org/wiki/Ibm-acpi
5392 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5394 F: drivers/platform/x86/thinkpad_acpi.c
5396 TI FLASH MEDIA INTERFACE DRIVER
5400 F: drivers/misc/tifm*
5401 F: drivers/mmc/host/tifm_sd.c
5402 F: include/linux/tifm.h
5404 TI OMAP MMC INTERFACE DRIVER
5405 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5406 M: linux-omap@vger.kernel.org
5407 W: http://linux.omap.com
5408 W: http://www.muru.com/linux/omap/
5410 F: drivers/mmc/host/omap.c
5412 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5414 M: dsaxena@plexity.net
5416 F: drivers/char/hw_random/omap-rng.c
5420 M: per.liden@ericsson.com
5422 M: jon.maloy@ericsson.com
5424 M: allan.stephens@windriver.com
5425 L: tipc-discussion@lists.sourceforge.net
5426 W: http://tipc.sourceforge.net/
5427 W: http://tipc.cslab.ericsson.net/
5428 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5430 F: include/linux/tipc*.h
5431 F: include/net/tipc/
5437 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5438 W: http://sourceforge.net/projects/tlan/
5440 F: Documentation/networking/tlan.txt
5441 F: drivers/net/tlan.*
5443 TOMOYO SECURITY MODULE
5445 M: takedakn@nttdata.co.jp
5447 M: penguin-kernel@I-love.SAKURA.ne.jp
5448 L: linux-kernel@vger.kernel.org (kernel issues)
5449 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5450 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5451 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5452 W: http://tomoyo.sourceforge.jp/
5453 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5457 TOSHIBA ACPI EXTRAS DRIVER
5459 F: drivers/platform/x86/toshiba_acpi.c
5463 M: jonathan@buzzard.org.uk
5464 L: tlinux-users@tce.toshiba-dme.co.jp
5465 W: http://www.buzzard.org.uk/toshiba/
5467 F: drivers/char/toshiba.c
5468 F: include/linux/toshiba.h
5472 M: ian@mnementh.co.uk
5477 M: debora@linux.vnet.ibm.com
5479 M: srajiv@linux.vnet.ibm.com
5480 W: http://tpmdd.sourceforge.net
5482 M: m.selhorst@sirrix.com
5483 W: http://www.sirrix.com
5484 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5486 F: drivers/char/tpm/
5490 M: trivial@kernel.org
5491 L: linux-kernel@vger.kernel.org
5492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5497 M: alan@lxorguk.ukuu.org.uk
5498 L: linux-kernel@vger.kernel.org
5501 TULIP NETWORK DRIVERS
5503 M: grundler@parisc-linux.org
5506 L: netdev@vger.kernel.org
5508 F: drivers/net/tulip/
5511 P: Maxim Krasnyansky
5512 M: maxk@qualcomm.com
5513 L: vtun@office.satix.net
5514 W: http://vtun.sourceforge.net/tun
5516 F: Documentation/networking/tuntap.txt
5517 F: arch/um/os-Linux/drivers/
5519 TURBOCHANNEL SUBSYSTEM
5520 P: Maciej W. Rozycki
5521 M: macro@linux-mips.org
5524 F: include/linux/tc.h
5528 M: ballabio_dario@emc.com
5529 L: linux-scsi@vger.kernel.org
5531 F: drivers/scsi/u14-34f.c
5533 UBI FILE SYSTEM (UBIFS)
5535 M: dedekind@infradead.org
5537 M: ext-adrian.hunter@nokia.com
5538 L: linux-mtd@lists.infradead.org
5539 T: git git://git.infradead.org/ubifs-2.6.git
5540 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5542 F: Documentation/filesystems/ubifs.txt
5545 UCLINUX (AND M68KNOMMU)
5548 W: http://www.uclinux.org/
5549 L: uclinux-dev@uclinux.org (subscribers-only)
5553 UCLINUX FOR RENESAS H8/300
5555 M: ysato@users.sourceforge.jp
5556 W: http://uclinux-h8.sourceforge.jp/
5562 W: http://linux-udf.sourceforge.net
5564 F: Documentation/filesystems/udf.txt
5568 P: Evgeniy Dushistov
5569 M: dushistov@mail.ru
5570 L: linux-kernel@vger.kernel.org
5572 F: Documentation/filesystems/ufs.txt
5575 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5577 M: david.vrabel@csr.com
5578 L: linux-usb@vger.kernel.org
5581 F: include/linux/uwb.h
5582 F: include/linux/uwb/
5584 UNIFORM CDROM DRIVER
5587 L: linux-kernel@vger.kernel.org
5588 W: http://www.kernel.dk
5590 F: Documentation/cdrom/
5591 F: drivers/cdrom/cdrom.c
5592 F: include/linux/cdrom.h
5594 UNSORTED BLOCK IMAGES (UBI)
5596 M: dedekind@infradead.org
5597 W: http://www.linux-mtd.infradead.org/
5598 L: linux-mtd@lists.infradead.org
5599 T: git git://git.infradead.org/ubi-2.6.git
5602 F: include/linux/mtd/ubi.h
5603 F: include/mtd/ubi-user.h
5607 M: oliver@neukum.name
5608 L: linux-usb@vger.kernel.org
5610 F: Documentation/usb/acm.txt
5611 F: drivers/usb/class/cdc-acm.*
5613 USB BLOCK DRIVER (UB ub)
5615 M: zaitcev@redhat.com
5616 L: linux-kernel@vger.kernel.org
5617 L: linux-usb@vger.kernel.org
5619 F: drivers/block/ub.c
5621 USB CDC ETHERNET DRIVER
5622 P: Greg Kroah-Hartman
5624 L: linux-usb@vger.kernel.org
5626 W: http://www.kroah.com/linux-usb/
5627 F: drivers/net/usb/cdc_*.c
5628 F: include/linux/usb/cdc.h
5630 USB CYPRESS C67X00 DRIVER
5632 M: jacmet@sunsite.dk
5633 L: linux-usb@vger.kernel.org
5635 F: drivers/usb/c67x00/
5637 USB DAVICOM DM9601 DRIVER
5639 M: jacmet@sunsite.dk
5640 L: netdev@vger.kernel.org
5641 W: http://www.linux-usb.org/usbnet
5643 F: drivers/net/usb/dm9601.c
5645 USB DIAMOND RIO500 DRIVER
5648 L: rio500-users@lists.sourceforge.net
5649 W: http://rio500.sourceforge.net
5651 F: drivers/usb/misc/rio500*
5655 M: dbrownell@users.sourceforge.net
5656 L: linux-usb@vger.kernel.org
5658 F: Documentation/usb/ehci.txt
5659 F: drivers/usb/host/ehci*
5661 USB ET61X[12]51 DRIVER
5663 M: luca.risolia@studio.unibo.it
5664 L: linux-usb@vger.kernel.org
5665 L: linux-media@vger.kernel.org
5666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5667 W: http://www.linux-projects.org
5669 F: drivers/media/video/et61x251/
5671 USB GADGET/PERIPHERAL SUBSYSTEM
5673 M: dbrownell@users.sourceforge.net
5674 L: linux-usb@vger.kernel.org
5675 W: http://www.linux-usb.org/gadget
5677 F: drivers/usb/gadget/
5678 F: include/linux/usb/gadget*
5680 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5683 L: linux-usb@vger.kernel.org
5684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5686 F: Documentation/usb/hiddev.txt
5687 F: drivers/hid/usbhid/
5691 M: ok@artecdesign.ee
5692 L: linux-usb@vger.kernel.org
5694 F: drivers/usb/host/isp116x*
5695 F: include/linux/usb/isp116x.h
5697 USB KAWASAKI LSI DRIVER
5699 M: oliver@neukum.name
5700 L: linux-usb@vger.kernel.org
5702 F: drivers/usb/serial/kl5kusb105.*
5704 USB MASS STORAGE DRIVER
5706 M: mdharm-usb@one-eyed-alien.net
5707 L: linux-usb@vger.kernel.org
5708 L: usb-storage@lists.one-eyed-alien.net
5710 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5711 F: drivers/usb/storage/
5715 M: dbrownell@users.sourceforge.net
5716 L: linux-usb@vger.kernel.org
5718 F: Documentation/usb/ohci.txt
5719 F: drivers/usb/host/ohci*
5721 USB OPTION-CARD DRIVER
5723 M: smurf@smurf.noris.de
5724 L: linux-usb@vger.kernel.org
5726 F: drivers/usb/serial/option.c
5730 M: mmcclell@bigfoot.com
5731 L: linux-usb@vger.kernel.org
5732 W: http://alpha.dyndns.org/ov511/
5734 F: drivers/media/video/ov511.*
5738 M: petkan@users.sourceforge.net
5739 L: linux-usb@vger.kernel.org
5740 L: netdev@vger.kernel.org
5741 W: http://pegasus2.sourceforge.net/
5743 F: drivers/net/usb/pegasus.*
5745 USB PRINTER DRIVER (usblp)
5747 M: zaitcev@redhat.com
5748 L: linux-usb@vger.kernel.org
5750 F: drivers/usb/class/usblp.c
5754 M: petkan@users.sourceforge.net
5755 L: linux-usb@vger.kernel.org
5756 L: netdev@vger.kernel.org
5757 W: http://pegasus2.sourceforge.net/
5759 F: drivers/net/usb/rtl8150.c
5764 L: linux-usb@vger.kernel.org
5765 W: http://www.chello.nl/~j.vreeken/se401/
5767 F: Documentation/video4linux/se401.txt
5768 F: drivers/media/video/se401.*
5770 USB SERIAL BELKIN F5U103 DRIVER
5771 P: William Greathouse
5772 M: wgreathouse@smva.com
5773 L: linux-usb@vger.kernel.org
5775 F: drivers/usb/serial/belkin_sa.*
5777 USB SERIAL CYPRESS M8 DRIVER
5779 M: dignome@gmail.com
5780 L: linux-usb@vger.kernel.org
5782 W: http://geocities.com/i0xox0i
5783 W: http://firstlight.net/cvs
5784 F: drivers/usb/serial/cypress_m8.*
5786 USB SERIAL CYBERJACK DRIVER
5787 P: Matthias Bruestle and Harald Welte
5788 M: support@reiner-sct.com
5789 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5791 F: drivers/usb/serial/cyberjack.c
5793 USB SERIAL DIGI ACCELEPORT DRIVER
5794 P: Peter Berger and Al Borchers
5795 M: pberger@brimson.com
5796 M: alborchers@steinerpoint.com
5797 L: linux-usb@vger.kernel.org
5799 F: drivers/usb/serial/digi_acceleport.c
5802 P: Greg Kroah-Hartman
5804 L: linux-usb@vger.kernel.org
5806 F: Documentation/usb/usb-serial.txt
5807 F: drivers/usb/serial/generic.c
5808 F: drivers/usb/serial/usb-serial.c
5809 F: include/linux/usb/serial.h
5811 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5813 M: xavyer@ix.netcom.com
5814 L: linux-usb@vger.kernel.org
5816 F: drivers/usb/serial/empeg.c
5818 USB SERIAL KEYSPAN DRIVER
5819 P: Greg Kroah-Hartman
5821 L: linux-usb@vger.kernel.org
5822 W: http://www.kroah.com/linux/
5824 F: drivers/usb/serial/*keyspan*
5826 USB SERIAL WHITEHEAT DRIVER
5827 P: Support Department
5828 M: support@connecttech.com
5829 L: linux-usb@vger.kernel.org
5830 W: http://www.connecttech.com
5832 F: drivers/usb/serial/whiteheat*
5834 USB SMSC95XX ETHERNET DRIVER
5835 P: Steve Glendinning
5836 M: steve.glendinning@smsc.com
5837 L: netdev@vger.kernel.org
5839 F: drivers/net/usb/smsc95xx.*
5843 M: luca.risolia@studio.unibo.it
5844 L: linux-usb@vger.kernel.org
5845 L: linux-media@vger.kernel.org
5846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5847 W: http://www.linux-projects.org
5849 F: Documentation/video4linux/sn9c102.txt
5850 F: drivers/media/video/sn9c102/
5853 P: Greg Kroah-Hartman
5855 L: linux-usb@vger.kernel.org
5856 W: http://www.linux-usb.org
5857 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5859 F: Documentation/usb/
5862 F: include/linux/usb.h
5863 F: include/linux/usb/
5867 M: stern@rowland.harvard.edu
5868 L: linux-usb@vger.kernel.org
5870 F: drivers/usb/host/uhci*
5872 USB "USBNET" DRIVER FRAMEWORK
5874 M: dbrownell@users.sourceforge.net
5875 L: netdev@vger.kernel.org
5876 W: http://www.linux-usb.org/usbnet
5878 F: drivers/net/usb/usbnet.c
5879 F: include/linux/usb/usbnet.h
5883 M: laurent.pinchart@skynet.be
5884 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5885 L: linux-media@vger.kernel.org
5886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5887 W: http://linux-uvc.berlios.de
5889 F: drivers/media/video/uvc/
5891 USB W996[87]CF DRIVER
5893 M: luca.risolia@studio.unibo.it
5894 L: linux-usb@vger.kernel.org
5895 L: linux-media@vger.kernel.org
5896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5897 W: http://www.linux-projects.org
5899 F: Documentation/video4linux/w9968cf.txt
5900 F: drivers/media/video/w996*
5902 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5904 M: jussi.kivilinna@mbnet.fi
5905 L: linux-wireless@vger.kernel.org
5907 F: drivers/net/wireless/rndis_wlan.c
5911 M: luca.risolia@studio.unibo.it
5912 L: linux-usb@vger.kernel.org
5913 L: linux-media@vger.kernel.org
5914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5915 W: http://www.linux-projects.org
5917 F: Documentation/video4linux/zc0301.txt
5918 F: drivers/media/video/zc0301/
5923 L: linux-usb@vger.kernel.org
5924 W: http://linux-lc100020.sourceforge.net
5926 F: drivers/net/wireless/zd1201.*
5930 M: royale@zerezo.com
5931 L: linux-usb@vger.kernel.org
5932 L: linux-media@vger.kernel.org
5933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5934 W: http://royale.zerezo.com/zr364xx/
5936 F: Documentation/video4linux/zr364xx.txt
5937 F: drivers/media/video/zr364xx.c
5939 USER-MODE LINUX (UML)
5941 M: jdike@addtoit.com
5942 L: user-mode-linux-devel@lists.sourceforge.net
5943 L: user-mode-linux-user@lists.sourceforge.net
5944 W: http://user-mode-linux.sourceforge.net
5946 F: Documentation/uml/
5953 M: hjk@linutronix.de
5954 P: Greg Kroah-Hartman
5956 L: linux-kernel@vger.kernel.org
5958 F: Documentation/DocBook/uio-howto.tmpl
5960 F: include/linux/uio*.h
5962 UTIL-LINUX-NG PACKAGE
5965 L: util-linux-ng@vger.kernel.org
5966 W: http://kernel.org/~kzak/util-linux-ng/
5967 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5971 P: Michal Januszewski
5973 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5974 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5976 F: Documentation/fb/uvesafb.txt
5977 F: drivers/video/uvesafb.*
5979 VFAT/FAT/MSDOS FILESYSTEM
5981 M: hirofumi@mail.parknet.co.jp
5982 L: linux-kernel@vger.kernel.org
5984 F: Documentation/filesystems/vfat.txt
5987 VIA RHINE NETWORK DRIVER
5991 F: drivers/net/via-rhine.c
5995 M: khali@linux-fr.org
5996 L: linux-i2c@vger.kernel.org
5998 F: Documentation/i2c/busses/i2c-viapro
5999 F: drivers/i2c/busses/i2c-viapro.c
6001 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6003 M: JosephChan@via.com.tw
6005 M: ScottFang@viatech.com.cn
6006 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6008 F: drivers/video/via/
6010 VIA VELOCITY NETWORK DRIVER
6012 M: romieu@fr.zoreil.com
6013 L: netdev@vger.kernel.org
6015 F: drivers/net/via-velocity.*
6020 L: netdev@vger.kernel.org
6022 F: drivers/net/macvlan.c
6023 F: include/linux/if_*vlan.h
6026 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6028 M: lrg@slimlogic.co.uk
6030 M: broonie@opensource.wolfsonmicro.com
6031 W: http://opensource.wolfsonmicro.com/node/15
6032 W: http://www.slimlogic.co.uk/?p=48
6033 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6035 F: drivers/regulator/
6036 F: include/linux/regulator/
6038 VT1211 HARDWARE MONITOR DRIVER
6041 L: lm-sensors@lm-sensors.org
6043 F: Documentation/hwmon/vt1211
6044 F: drivers/hwmon/vt1211.c
6046 VT8231 HARDWARE MONITOR DRIVER
6048 M: vt8231@hiddenengine.co.uk
6049 L: lm-sensors@lm-sensors.org
6051 F: drivers/hwmon/vt8231.c
6053 W1 DALLAS'S 1-WIRE BUS
6055 M: johnpol@2ka.mipt.ru
6057 F: Documentation/w1/
6060 W83791D HARDWARE MONITORING DRIVER
6062 M: m.hulsman@tudelft.nl
6063 L: lm-sensors@lm-sensors.org
6065 F: Documentation/hwmon/w83791d
6066 F: drivers/hwmon/w83791d.c
6068 W83793 HARDWARE MONITORING DRIVER
6070 M: r.marek@assembler.cz
6071 L: lm-sensors@lm-sensors.org
6073 F: Documentation/hwmon/w83793
6074 F: drivers/hwmon/w83793.c
6076 W83L51xD SD/MMC CARD INTERFACE DRIVER
6079 L: linux-kernel@vger.kernel.org
6081 F: drivers/mmc/host/wbsd.*
6083 WATCHDOG DEVICE DRIVERS
6086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6088 F: Documentation/watchdog/
6089 F: drivers/watchdog/
6090 F: include/linux/watchdog.h
6092 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6095 L: linux-wireless@vger.kernel.org
6096 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6098 F: Documentation/networking/wavelan.txt
6099 F: drivers/net/wireless/wavelan*
6103 M: zaga@fly.cc.fer.hr
6104 L: linux-scsi@vger.kernel.org
6106 F: drivers/scsi/wd7000.c
6109 P: Inaky Perez-Gonzalez
6110 M: inaky.perez-gonzalez@intel.com
6111 M: linux-wimax@intel.com
6112 L: wimax@linuxwimax.org
6114 W: http://linuxwimax.org
6116 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6118 M: david.vrabel@csr.com
6120 F: include/linux/wlp.h
6123 WISTRON LAPTOP BUTTON DRIVER
6127 F: drivers/input/misc/wistron_btns.c
6129 WL3501 WIRELESS PCMCIA CARD DRIVER
6130 P: Arnaldo Carvalho de Melo
6131 M: acme@ghostprotocols.net
6132 L: linux-wireless@vger.kernel.org
6133 W: http://oops.ghostprotocols.net:81/blog
6135 F: drivers/net/wireless/wl3501*
6137 WM97XX TOUCHSCREEN DRIVERS
6139 M: broonie@opensource.wolfsonmicro.com
6141 M: lrg@slimlogic.co.uk
6142 L: linux-input@vger.kernel.org
6143 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6144 W: http://opensource.wolfsonmicro.com/node/7
6146 F: drivers/input/touchscreen/*wm97*
6147 F: include/linux/wm97xx.h
6151 M: eis@baty.hanse.de
6152 L: linux-x25@vger.kernel.org
6154 F: Documentation/networking/x25*
6158 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6160 M: tglx@linutronix.de
6166 L: linux-kernel@vger.kernel.org
6167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6169 F: Documentation/x86/
6172 XEN HYPERVISOR INTERFACE
6173 P: Jeremy Fitzhardinge
6174 M: jeremy@xensource.com
6176 M: chrisw@sous-sol.org
6177 L: virtualization@lists.osdl.org
6178 L: xen-devel@lists.xensource.com
6181 F: drivers/*/xen-*front.c
6183 F: arch/x86/include/asm/xen/
6187 P: Silicon Graphics Inc
6190 M: xfs-masters@oss.sgi.com
6192 W: http://oss.sgi.com/projects/xfs
6193 T: git git://oss.sgi.com/xfs/xfs.git
6195 F: Documentation/filesystems/xfs.txt
6198 XILINX SYSTEMACE DRIVER
6200 M: grant.likely@secretlab.ca
6201 W: http://www.secretlab.ca/
6202 L: linux-kernel@vger.kernel.org
6204 F: drivers/block/xsysace.c
6206 XILINX UARTLITE SERIAL DRIVER
6208 M: jacmet@sunsite.dk
6209 L: linux-serial@vger.kernel.org
6211 F: drivers/serial/uartlite.c
6213 YAM DRIVER FOR AX.25
6214 P: Jean-Paul Roubelat
6216 L: linux-hams@vger.kernel.org
6218 F: drivers/net/hamradio/yam*
6219 F: include/linux/yam.h
6221 YEALINK PHONE DRIVER
6223 M: Henk.Vergonet@gmail.com
6224 L: usbb2k-api-dev@nongnu.org
6226 F: Documentation/input/yealink.txt
6227 F: drivers/input/misc/yealink.*
6229 Z8530 DRIVER FOR AX.25
6232 W: http://yaina.de/jreuter/
6233 W: http://www.qsl.net/dl1bke/
6234 L: linux-hams@vger.kernel.org
6236 F: Documentation/networking/z8530drv.txt
6237 F: drivers/net/hamradio/*scc.c
6238 F: drivers/net/hamradio/z8530.h
6240 ZD1211RW WIRELESS DRIVER
6244 M: kune@deine-taler.de
6245 W: http://zd1211.ath.cx/wiki/DriverRewrite
6246 L: linux-wireless@vger.kernel.org
6247 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6249 F: drivers/net/wireless/zd1211rw/
6251 ZR36067 VIDEO FOR LINUX DRIVER
6252 L: mjpeg-users@lists.sourceforge.net
6253 L: linux-media@vger.kernel.org
6254 W: http://mjpeg.sourceforge.net/driver-zoran/
6255 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6257 F: drivers/media/video/zoran/
6259 ZS DECSTATION Z85C30 SERIAL DRIVER
6260 P: Maciej W. Rozycki
6261 M: macro@linux-mips.org
6263 F: drivers/serial/zs.*
6267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6268 S: Buried alive in reporters