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
892 M: Sujith.Manoharan@atheros.com
893 P: Vasanthakumar Thiagarajan
894 M: vasanth@atheros.com
895 P: Senthil Balasubramanian
896 M: senthilkumar@atheros.com
897 L: linux-wireless@vger.kernel.org
898 L: ath9k-devel@lists.ath9k.org
900 F: drivers/net/wireless/ath9k/
902 ATHEROS AR9170 WIRELESS DRIVER
903 P: Christian Lamparter
905 L: linux-wireless@vger.kernel.org
906 W: http://wireless.kernel.org/en/users/Drivers/ar9170
908 F: drivers/net/wireless/ar9170/
914 F: drivers/input/misc/ati_remote2.c
916 ATLX ETHERNET DRIVERS
918 M: jcliburn@gmail.com
922 M: jie.yang@atheros.com
923 L: atl1-devel@lists.sourceforge.net
924 W: http://sourceforge.net/projects/atl1
925 W: http://atl1.sourceforge.net
931 M: chas@cmf.nrl.navy.mil
932 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
933 L: netdev@vger.kernel.org
934 W: http://linux-atm.sourceforge.net
937 F: include/linux/atm*
939 ATMEL AT91 MCI DRIVER
941 M: nicolas.ferre@atmel.com
942 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
943 W: http://www.atmel.com/products/AT91/
944 W: http://www.at91.com/
946 F: drivers/mmc/host/at91_mci.c
948 ATMEL AT91 / AT32 SERIAL DRIVER
949 P: Haavard Skinnemoen
950 M: hskinnemoen@atmel.com
951 L: linux-kernel@vger.kernel.org
953 F: drivers/serial/atmel_serial.c
957 M: nicolas.ferre@atmel.com
958 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
960 F: drivers/video/atmel_lcdfb.c
961 F: include/video/atmel_lcdc.h
963 ATMEL MACB ETHERNET DRIVER
964 P: Haavard Skinnemoen
965 M: hskinnemoen@atmel.com
967 F: drivers/net/macb.*
970 P: Haavard Skinnemoen
971 M: hskinnemoen@atmel.com
973 F: drivers/spi/atmel_spi.*
975 ATMEL USBA UDC DRIVER
976 P: Haavard Skinnemoen
977 M: hskinnemoen@atmel.com
978 L: kernel@avr32linux.org
979 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
981 F: drivers/usb/gadget/atmel_usba_udc.*
983 ATMEL WIRELESS DRIVER
985 M: simon@thekelleys.org.uk
986 L: linux-wireless@vger.kernel.org
987 W: http://www.thekelleys.org.uk/atmel
988 W: http://atmelwlandriver.sourceforge.net/
990 F: drivers/net/wireless/atmel*
994 M: viro@zeniv.linux.org.uk
997 L: linux-audit@redhat.com (subscribers-only)
998 W: http://people.redhat.com/sgrubb/audit/
999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1001 F: include/linux/audit.h
1004 AUXILIARY DISPLAY DRIVERS
1005 P: Miguel Ojeda Sandonis
1006 M: miguel.ojeda.sandonis@gmail.com
1007 L: linux-kernel@vger.kernel.org
1008 W: http://miguelojeda.es/auxdisplay.htm
1009 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1011 F: drivers/auxdisplay/
1012 F: include/linux/cfag12864b.h
1015 P: Haavard Skinnemoen
1016 M: hskinnemoen@atmel.com
1017 W: http://www.atmel.com/products/AVR32/
1018 W: http://avr32linux.org/
1019 W: http://avrfreaks.net/
1023 AVR32/AT32AP MACHINE SUPPORT
1024 P: Haavard Skinnemoen
1025 M: hskinnemoen@atmel.com
1027 F: arch/avr32/mach-at32ap/
1031 M: ralf@linux-mips.org
1032 L: linux-hams@vger.kernel.org
1033 W: http://www.linux-ax25.org/
1035 F: include/linux/ax25.h
1036 F: include/net/ax25.h
1043 M: stefano.brivio@polimi.it
1044 L: linux-wireless@vger.kernel.org
1045 W: http://linuxwireless.org/en/users/Drivers/b43
1047 F: drivers/net/wireless/b43/
1049 B43LEGACY WIRELESS DRIVER
1051 M: Larry.Finger@lwfinger.net
1053 M: stefano.brivio@polimi.it
1054 L: linux-wireless@vger.kernel.org
1055 W: http://linuxwireless.org/en/users/Drivers/b43
1057 F: drivers/net/wireless/b43legacy/
1059 BACKLIGHT CLASS/SUBSYSTEM
1061 M: rpurdie@rpsys.net
1063 F: drivers/video/backlight/
1064 F: include/linux/backlight.h
1066 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1068 M: t.sailer@alumni.ethz.ch
1069 L: linux-hams@vger.kernel.org
1070 W: http://www.baycom.org/~tom/ham/ham.html
1072 F: drivers/net/hamradio/baycom*
1075 P: Sergey S. Kostyliov
1076 M: rathamahata@php4.ru
1077 L: linux-kernel@vger.kernel.org
1079 F: Documentation/filesystems/befs.txt
1083 P: Tigran A. Aivazian
1084 M: tigran@aivazian.fsnet.co.uk
1085 L: linux-kernel@vger.kernel.org
1087 F: Documentation/filesystems/bfs.txt
1089 F: include/linux/bfs_fs.h
1091 BLACKFIN ARCHITECTURE
1093 M: cooloney@kernel.org
1094 L: uclinux-dist-devel@blackfin.uclinux.org
1095 W: http://blackfin.uclinux.org
1099 BLACKFIN EMAC DRIVER
1101 M: cooloney@kernel.org
1102 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1103 W: http://blackfin.uclinux.org
1105 F: drivers/net/bfin_mac.*
1109 M: vapier.adi@gmail.com
1110 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1111 W: http://blackfin.uclinux.org
1113 F: drivers/rtc/rtc-bfin.c
1115 BLACKFIN SERIAL DRIVER
1117 M: sonic.zhang@analog.com
1118 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1119 W: http://blackfin.uclinux.org
1121 F: drivers/serial/bfin_5xx.c
1123 BLACKFIN WATCHDOG DRIVER
1125 M: vapier.adi@gmail.com
1126 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1127 W: http://blackfin.uclinux.org
1129 F: drivers/watchdog/bfin_wdt.c
1131 BLACKFIN I2C TWI DRIVER
1133 M: sonic.zhang@analog.com
1134 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1135 W: http://blackfin.uclinux.org/
1137 F: drivers/i2c/busses/i2c-bfin-twi.c
1142 L: linux-kernel@vger.kernel.org
1143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1149 M: joern@lazybastard.org
1150 L: linux-mtd@lists.infradead.org
1152 F: drivers/mtd/devices/block2mtd.c
1156 M: marcel@holtmann.org
1157 L: linux-bluetooth@vger.kernel.org
1158 W: http://www.bluez.org/
1160 F: drivers/bluetooth/
1164 M: marcel@holtmann.org
1165 L: linux-bluetooth@vger.kernel.org
1166 W: http://www.bluez.org/
1167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1170 F: include/net/bluetooth/
1175 L: bonding-devel@lists.sourceforge.net
1176 W: http://sourceforge.net/projects/bonding/
1178 F: drivers/net/bonding/
1179 F: include/linux/if_bonding.h
1181 BROADCOM B44 10/100 ETHERNET DRIVER
1183 M: zambrano@broadcom.com
1184 L: netdev@vger.kernel.org
1186 F: drivers/net/b44.*
1188 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1190 M: mchan@broadcom.com
1191 L: netdev@vger.kernel.org
1193 F: drivers/net/bnx2.*
1194 F: drivers/net/bnx2_*
1196 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1198 M: eilong@broadcom.com
1199 L: netdev@vger.kernel.org
1201 F: drivers/net/bnx2x*
1203 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1205 M: mcarlson@broadcom.com
1207 M: mchan@broadcom.com
1208 L: netdev@vger.kernel.org
1210 F: drivers/net/tg3.*
1212 BSG (block layer generic sg v4 driver)
1214 M: fujita.tomonori@lab.ntt.co.jp
1215 L: linux-scsi@vger.kernel.org
1218 F: include/linux/bsg.h
1223 W: http://bu3sch.de/btgpio.php
1225 F: drivers/gpio/bt8xxgpio.c
1229 M: chris.mason@oracle.com
1230 L: linux-btrfs@vger.kernel.org
1231 W: http://btrfs.wiki.kernel.org/
1232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1234 F: Documentation/filesystems/btrfs.txt
1237 BTTV VIDEO4LINUX DRIVER
1238 P: Mauro Carvalho Chehab
1239 M: mchehab@infradead.org
1240 L: linux-media@vger.kernel.org
1241 W: http://linuxtv.org
1242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1244 F: Documentation/video4linux/bttv/
1245 F: drivers/media/video/bt8xx/bttv*
1247 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1250 L: linux-media@vger.kernel.org
1251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1253 F: Documentation/video4linux/cafe_ccic
1254 F: drivers/media/video/cafe_ccic*
1256 CALGARY x86-64 IOMMU
1261 L: linux-kernel@vger.kernel.org
1262 L: discuss@x86-64.org
1264 F: arch/x86/kernel/pci-calgary_64.c
1265 F: arch/x86/kernel/tce_64.c
1266 F: arch/x86/include/asm/calgary.h
1267 F: arch/x86/include/asm/tce.h
1271 M: urs.thuermann@volkswagen.de
1273 M: oliver.hartkopp@volkswagen.de
1274 L: socketcan-core@lists.berlios.de (subscribers-only)
1275 W: http://developer.berlios.de/projects/socketcan/
1278 F: include/linux/can/
1279 F: include/linux/can.h
1281 CELL BROADBAND ENGINE ARCHITECTURE
1284 L: linuxppc-dev@ozlabs.org
1285 L: cbe-oss-dev@ozlabs.org
1286 W: http://www.ibm.com/developerworks/power/cell/
1288 F: arch/powerpc/include/asm/cell*.h
1289 F: arch/powerpc/include/asm/lv1call.h
1290 F: arch/powerpc/include/asm/ps3*.h
1291 F: arch/powerpc/include/asm/spu*.h
1292 F: arch/powerpc/oprofile/*cell*
1293 F: arch/powerpc/platforms/cell/
1294 F: arch/powerpc/platforms/ps3/
1296 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1298 M: david.vrabel@csr.com
1299 L: linux-usb@vger.kernel.org
1301 F: Documentation/usb/WUSB-Design-overview.txt
1302 F: Documentation/usb/wusb-cbaf
1303 F: drivers/usb/wusbcore/
1304 F: include/linux/usb/wusb*
1306 CFAG12864B LCD DRIVER
1307 P: Miguel Ojeda Sandonis
1308 M: miguel.ojeda.sandonis@gmail.com
1309 L: linux-kernel@vger.kernel.org
1310 W: http://miguelojeda.es/auxdisplay.htm
1311 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1313 F: drivers/auxdisplay/cfag12864b.c
1314 F: include/linux/cfag12864b.h
1316 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1317 P: Miguel Ojeda Sandonis
1318 M: miguel.ojeda.sandonis@gmail.com
1319 L: linux-kernel@vger.kernel.org
1320 W: http://miguelojeda.es/auxdisplay.htm
1321 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1323 F: drivers/auxdisplay/cfag12864bfb.c
1324 F: include/linux/cfag12864b.h
1326 CFG80211 and NL80211
1328 M: johannes@sipsolutions.net
1329 L: linux-wireless@vger.kernel.org
1331 F: include/linux/nl80211.h
1332 F: include/net/cfg80211.h
1334 X: net/wireless/wext*
1338 M: apw@canonical.com
1339 L: linux-kernel@vger.kernel.org
1341 F: scripts/checkpatch.pl
1343 CISCO 10G ETHERNET DRIVER
1345 M: scofeldm@cisco.com
1347 M: jeykholt@cisco.com
1349 F: drivers/net/enic/
1351 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1352 P: Lennert Buytenhek
1353 M: kernel@wantstofly.org
1354 L: netdev@vger.kernel.org
1356 F: drivers/net/arm/ep93xx_eth.c
1358 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1359 P: Lennert Buytenhek
1360 M: kernel@wantstofly.org
1361 L: linux-usb@vger.kernel.org
1363 F: drivers/usb/host/ohci-ep93xx.c
1365 CIRRUS LOGIC CS4270 SOUND DRIVER
1367 M: timur@freescale.com
1368 L: alsa-devel@alsa-project.org
1370 F: sound/soc/codecs/cs4270*
1372 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1373 P: Cirrus Logic Corporation (kernel 2.2 driver)
1374 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1375 P: Nils Faerber (port to kernel 2.4)
1376 M: Nils Faerber <nils@kernelconcepts.de>
1378 F: Documentation/input/cs461x.txt
1379 F: sound/pci/cs46xx/
1383 M: jaharkes@cs.cmu.edu
1385 L: codalist@coda.cs.cmu.edu
1386 W: http://www.coda.cs.cmu.edu/
1388 F: Documentation/filesystems/coda.txt
1390 F: include/linux/coda*.h
1392 COMMON INTERNET FILE SYSTEM (CIFS)
1394 M: sfrench@samba.org
1395 L: linux-cifs-client@lists.samba.org
1396 L: samba-technical@lists.samba.org
1397 W: http://linux-cifs.samba.org/
1398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1400 F: Documentation/filesystems/cifs.txt
1403 COMPACTPCI HOTPLUG CORE
1405 M: scottm@somanetworks.com
1406 M: scott@spiteful.org
1407 L: linux-pci@vger.kernel.org
1409 F: drivers/pci/hotplug/cpci_hotplug*
1411 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1413 M: scottm@somanetworks.com
1414 M: scott@spiteful.org
1415 L: linux-pci@vger.kernel.org
1417 F: drivers/pci/hotplug/cpcihp_zt5550.*
1419 COMPACTPCI HOTPLUG GENERIC DRIVER
1421 M: scottm@somanetworks.com
1422 M: scott@spiteful.org
1423 L: linux-pci@vger.kernel.org
1425 F: drivers/pci/hotplug/cpcihp_generic.c
1427 COMPAL LAPTOP SUPPORT
1428 P: Cezary Jackiewicz
1429 M: cezary.jackiewicz@gmail.com
1431 F: drivers/platform/x86/compal-laptop.c
1433 COMPUTONE INTELLIPORT MULTIPORT CARD
1434 P: Michael H. Warfield
1436 W: http://www.wittsend.com/computone.html
1438 F: Documentation/serial/computone.txt
1439 F: drivers/char/ip2/
1441 CONEXANT ACCESSRUNNER USB DRIVER
1443 M: cxacru@fire.lp0.eu
1444 L: accessrunner-general@lists.sourceforge.net
1445 W: http://accessrunner.sourceforge.net/
1447 F: drivers/usb/atm/cxacru.c
1451 M: joel.becker@oracle.com
1452 L: linux-kernel@vger.kernel.org
1455 F: include/linux/configfs.h
1457 CONTROL GROUPS (CGROUPS)
1459 M: menage@google.com
1461 M: lizf@cn.fujitsu.com
1462 L: containers@lists.linux-foundation.org
1464 F: include/linux/cgroup*
1467 CORETEMP HARDWARE MONITORING DRIVER
1469 M: r.marek@assembler.cz
1470 L: lm-sensors@lm-sensors.org
1472 F: Documentation/hwmon/coretemp
1473 F: drivers/hwmon/coretemp.c
1475 COSA/SRP SYNC SERIAL DRIVER
1476 P: Jan "Yenya" Kasprzak
1478 W: http://www.fi.muni.cz/~kas/cosa/
1480 F: drivers/net/wan/cosa*
1482 CPU FREQUENCY DRIVERS
1485 L: cpufreq@vger.kernel.org
1486 W: http://www.codemonkey.org.uk/projects/cpufreq/
1487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1489 F: arch/x86/kernel/cpu/cpufreq/
1491 F: include/linux/cpufreq.h
1497 F: arch/x86/kernel/cpuid.c
1498 F: arch/x86/kernel/msr.c
1502 M: menage@google.com
1503 L: linux-kernel@vger.kernel.org
1504 W: http://www.bullopensource.org/cpuset/
1505 W: http://oss.sgi.com/projects/cpusets/
1507 F: Documentation/cgroups/cpusets.txt
1508 F: include/linux/cpuset.h
1512 W: http://sourceforge.net/projects/cramfs/
1514 F: Documentation/filesystems/cramfs.txt
1521 M: jesper.nilsson@axis.com
1522 L: dev-etrax@axis.com
1523 W: http://developer.axis.com
1529 M: herbert@gondor.apana.org.au
1531 M: davem@davemloft.net
1532 L: linux-crypto@vger.kernel.org
1533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1535 F: Documentation/crypto/
1541 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1543 M: nhorman@tuxdriver.com
1544 L: linux-crypto@vger.kernel.org
1547 CS5535 Audio ALSA driver
1549 M: jayakumar.alsa@gmail.com
1551 F: sound/pci/cs5535audio/
1553 CX18 VIDEO4LINUX DRIVER
1555 M: hverkuil@xs4all.nl
1558 L: ivtv-devel@ivtvdriver.org
1559 L: ivtv-users@ivtvdriver.org
1560 L: linux-media@vger.kernel.org
1561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1562 W: http://linuxtv.org
1564 F: Documentation/video4linux/cx18.txt
1565 F: drivers/media/video/cx18/
1567 CXGB3 ETHERNET DRIVER (CXGB3)
1570 L: netdev@vger.kernel.org
1571 W: http://www.chelsio.com
1573 F: drivers/net/cxgb3/
1575 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1577 M: swise@chelsio.com
1578 L: general@lists.openfabrics.org
1579 W: http://www.openfabrics.org
1581 F: drivers/infiniband/hw/cxgb3/
1585 M: rmk@arm.linux.org.uk
1586 W: http://www.arm.linux.org.uk/
1588 F: drivers/video/cyber2000fb.*
1590 CYCLADES 2X SYNC CARD DRIVER
1591 P: Arnaldo Carvalho de Melo
1592 M: acme@ghostprotocols.net
1593 W: http://oops.ghostprotocols.net:81/blog
1595 F: drivers/net/wan/cycx*
1597 CYCLADES ASYNC MUX DRIVER
1598 W: http://www.cyclades.com/
1600 F: drivers/char/cyclades.c
1601 F: include/linux/cyclades.h
1603 CYCLADES PC300 DRIVER
1604 W: http://www.cyclades.com/
1606 F: drivers/net/wan/pc300*
1608 DAMA SLAVE for AX.25
1611 W: http://yaina.de/jreuter/
1612 W: http://www.qsl.net/dl1bke/
1613 L: linux-hams@vger.kernel.org
1615 F: net/ax25/af_ax25.c
1616 F: net/ax25/ax25_dev.c
1617 F: net/ax25/ax25_ds_*
1618 F: net/ax25/ax25_in.c
1619 F: net/ax25/ax25_out.c
1620 F: net/ax25/ax25_timer.c
1621 F: net/ax25/sysctl_net_ax25.c
1623 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1625 M: tori@unhappy.mine.nu
1626 L: netdev@vger.kernel.org
1628 F: Documentation/networking/dmfe.txt
1629 F: drivers/net/tulip/dmfe.c
1631 DC390/AM53C974 SCSI driver
1634 W: http://www.garloff.de/kurt/linux/dc390/
1635 P: Guennadi Liakhovetski
1636 M: g.liakhovetski@gmx.de
1638 F: drivers/scsi/tmscsim.*
1642 M: oliver@neukum.name
1646 M: lenehan@twibble.org
1647 W: http://twibble.org/dist/dc395x/
1648 L: dc395x@twibble.org
1649 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1651 F: Documentation/scsi/dc395x.txt
1652 F: drivers/scsi/dc395x.*
1655 P: Arnaldo Carvalho de Melo
1656 M: acme@ghostprotocols.net
1657 L: dccp@vger.kernel.org
1658 W: http://linux-net.osdl.org/index.php/DCCP
1660 F: include/linux/dccp.h
1661 F: include/linux/tfrc.h
1664 DECnet NETWORK LAYER
1665 P: Christine Caulfield
1666 M: christine.caulfield@googlemail.com
1667 W: http://linux-decnet.sourceforge.net
1668 L: linux-decnet-user@lists.sourceforge.net
1670 F: Documentation/networking/decnet.txt
1673 DEFXX FDDI NETWORK DRIVER
1674 P: Maciej W. Rozycki
1675 M: macro@linux-mips.org
1677 F: drivers/net/defxx.*
1681 M: mjg59@srcf.ucam.org
1683 F: drivers/platform/x86/dell-laptop.c
1685 DELL LAPTOP SMM DRIVER
1686 P: Massimo Dal Zotto
1688 W: http://www.debian.org/~dz/i8k/
1690 F: drivers/char/i8k.c
1691 F: include/linux/i8k.h
1693 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1695 M: Douglas_Warzecha@dell.com
1697 F: Documentation/dcdbas.txt
1698 F: drivers/firmware/dcdbas.*
1700 DELL WMI EXTRAS DRIVER
1702 M: mjg59@srcf.ucam.org
1705 DEVICE NUMBER REGISTRY
1707 M: device@lanana.org
1708 W: http://lanana.org/docs/device-list/index.html
1709 L: linux-kernel@vger.kernel.org
1714 L: dm-devel@redhat.com
1715 W: http://sources.redhat.com/dm
1717 F: Documentation/device-mapper/
1719 F: include/linux/device-mapper.h
1720 F: include/linux/dm-*.h
1722 DIGI INTL. EPCA DRIVER
1723 P: Digi International, Inc
1724 M: Eng.Linux@digi.com
1725 L: Eng.Linux@digi.com
1726 W: http://www.digi.com
1728 F: Documentation/serial/digiepca.txt
1729 F: drivers/char/epca*
1730 F: drivers/char/digi*
1732 DIRECTORY NOTIFICATION (DNOTIFY)
1734 M: sfr@canb.auug.org.au
1735 L: linux-kernel@vger.kernel.org
1737 F: Documentation/filesystems/dnotify.txt
1738 F: fs/notify/dnotify/
1739 F: include/linux/dnotify.h
1741 DISK GEOMETRY AND PARTITION HANDLING
1744 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1745 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1746 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1752 L: linux-kernel@vger.kernel.org
1754 F: Documentation/filesystems/quota.txt
1756 F: include/linux/quota*.h
1758 DISTRIBUTED LOCK MANAGER (DLM)
1759 P: Christine Caulfield
1760 M: ccaulfie@redhat.com
1762 M: teigland@redhat.com
1763 L: cluster-devel@redhat.com
1764 W: http://sources.redhat.com/cluster/
1765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1769 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1771 M: maciej.sosnowski@intel.com
1773 M: dan.j.williams@intel.com
1774 L: linux-kernel@vger.kernel.org
1777 F: include/linux/dma*
1779 DME1737 HARDWARE MONITOR DRIVER
1782 L: lm-sensors@lm-sensors.org
1784 F: Documentation/hwmon/dme1737
1785 F: drivers/hwmon/dme1737.c
1787 DOCBOOK FOR DOCUMENTATION
1789 M: rdunlap@xenotime.net
1792 DOCKING STATION DRIVER
1794 M: shaohua.li@intel.com
1795 L: linux-acpi@vger.kernel.org
1797 F: drivers/acpi/dock.c
1801 M: rdunlap@xenotime.net
1802 L: linux-doc@vger.kernel.org
1807 P: James R. Van Zandt
1808 M: jrv@vanzandt.mv.com
1809 L: blinux-list@redhat.com
1811 F: drivers/char/dtlk.c
1812 F: include/linux/dtlk.h
1814 DPT_I2O SCSI RAID DRIVER
1815 P: Adaptec OEM Raid Solutions
1816 M: aacraid@adaptec.com
1817 L: linux-scsi@vger.kernel.org
1818 W: http://www.adaptec.com/
1820 F: drivers/scsi/dpt*
1821 F: drivers/scsi/dpt/
1823 DRIVER CORE, KOBJECTS, AND SYSFS
1824 P: Greg Kroah-Hartman
1826 L: linux-kernel@vger.kernel.org
1827 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1829 F: Documentation/kobject.txt
1832 F: include/linux/kobj*
1838 L: dri-devel@lists.sourceforge.net
1839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1845 M: romieu@fr.zoreil.com
1846 L: netdev@vger.kernel.org
1848 F: drivers/net/wan/dscc4.c
1850 DZ DECSTATION DZ11 SERIAL DRIVER
1851 P: Maciej W. Rozycki
1852 M: macro@linux-mips.org
1854 F: drivers/serial/dz.*
1856 EATA-DMA SCSI DRIVER
1858 M: mike@i-Connect.Net
1859 L: linux-eata@i-connect.net
1860 L: linux-scsi@vger.kernel.org
1862 F: drivers/scsi/eata*
1864 EATA ISA/EISA/PCI SCSI DRIVER
1866 M: ballabio_dario@emc.com
1867 L: linux-scsi@vger.kernel.org
1869 F: drivers/scsi/eata.c
1871 EATA-PIO SCSI DRIVER
1873 M: mike@i-Connect.Net
1874 L: linux-eata@i-connect.net
1875 L: linux-scsi@vger.kernel.org
1877 F: drivers/scsi/eata_pio.*
1881 M: bart.de.schuymer@pandora.be
1882 L: ebtables-user@lists.sourceforge.net
1883 L: ebtables-devel@lists.sourceforge.net
1884 W: http://ebtables.sourceforge.net/
1886 F: include/linux/netfilter_bridge/ebt_*.h
1887 F: net/bridge/netfilter/ebt*.c
1891 M: tyhicks@linux.vnet.ibm.com
1893 P: kirkland@canonical.com
1894 L: ecryptfs-devel@lists.launchpad.net
1895 W: https://launchpad.net/ecryptfs
1897 F: Documentation/filesystems/ecryptfs.txt
1902 M: dougthompson@xmission.com
1903 L: bluesmoke-devel@lists.sourceforge.net
1904 W: bluesmoke.sourceforge.net
1906 F: Documentation/edac.txt
1907 F: drivers/edac/edac_*
1908 F: include/linux/edac.h
1913 M: mark.gross@intel.com
1914 M: dougthompson@xmission.com
1915 L: bluesmoke-devel@lists.sourceforge.net
1916 W: bluesmoke.sourceforge.net
1918 F: drivers/edac/e752x_edac.c
1922 M: dougthompson@xmission.com
1923 L: bluesmoke-devel@lists.sourceforge.net
1924 W: bluesmoke.sourceforge.net
1926 F: drivers/edac/e7xxx_edac.c
1930 M: tim@buttersideup.com
1931 L: bluesmoke-devel@lists.sourceforge.net
1932 W: bluesmoke.sourceforge.net
1934 F: drivers/edac/i82443bxgx_edac.c
1938 M: juhlenko@akamai.com
1939 L: bluesmoke-devel@lists.sourceforge.net
1940 W: bluesmoke.sourceforge.net
1942 F: drivers/edac/i3000_edac.c
1946 M: dougthompson@xmission.com
1947 L: bluesmoke-devel@lists.sourceforge.net
1948 W: bluesmoke.sourceforge.net
1950 F: drivers/edac/i5000_edac.c
1953 P: Mauro Carvalho Chehab
1954 M: mchehab@redhat.com
1955 L: bluesmoke-devel@lists.sourceforge.net
1956 W: bluesmoke.sourceforge.net
1958 F: drivers/edac/i5400_edac.c
1961 P: Ranganathan Desikan
1963 M: rdesikan@jetzbroadband.com
1964 M: arvind@acarlab.com
1965 L: bluesmoke-devel@lists.sourceforge.net
1966 W: bluesmoke.sourceforge.net
1968 F: drivers/edac/i82975x_edac.c
1973 L: bluesmoke-devel@lists.sourceforge.net
1974 W: bluesmoke.sourceforge.net
1976 F: drivers/edac/pasemi_edac.c
1980 M: tim@buttersideup.com
1981 L: bluesmoke-devel@lists.sourceforge.net
1982 W: bluesmoke.sourceforge.net
1984 F: drivers/edac/r82600_edac.c
1986 EEEPC LAPTOP EXTRAS DRIVER
1988 M: corentincj@iksaif.net
1989 L: acpi4asus-user@lists.sourceforge.net
1990 W: http://sourceforge.net/projects/acpi4asus
1992 F: drivers/platform/x86/eeepc-laptop.c
1995 W: http://aeschi.ch.eu.org/efs/
1999 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2001 M: hnguyen@de.ibm.com
2003 M: raisch@de.ibm.com
2004 L: general@lists.openfabrics.org
2006 F: drivers/infiniband/hw/ehca/
2010 M: paul.gortmaker@windriver.com
2012 M: dwmw2@infradead.org
2013 L: linux-embedded@vger.kernel.org
2016 EMULEX LPFC FC SCSI DRIVER
2018 M: james.smart@emulex.com
2019 L: linux-scsi@vger.kernel.org
2020 W: http://sourceforge.net/projects/lpfcxxxx
2022 F: drivers/scsi/lpfc/
2024 EPSON 1355 FRAMEBUFFER DRIVER
2025 P: Christopher Hoover
2026 M: ch@murgatroid.com
2027 P: Christopher Hoover
2030 F: drivers/video/epson1355fb.c
2032 EPSON S1D13XXX FRAMEBUFFER DRIVER
2033 P: Kristoffer Ericson
2034 M: kristoffer.ericson@gmail.com
2036 F: drivers/video/s1d13xxxfb.c
2037 F: include/video/s1d13xxxfb.h
2039 ETHEREXPRESS-16 NETWORK DRIVER
2042 L: netdev@vger.kernel.org
2044 F: drivers/net/eexpress.*
2047 P: Stephen Hemminger
2048 M: shemminger@linux-foundation.org
2049 L: bridge@lists.linux-foundation.org
2050 W: http://www.linux-foundation.org/en/Net:Bridge
2052 F: include/linux/netfilter_bridge/
2055 ETHERTEAM 16I DRIVER
2059 F: drivers/net/eth16i.c
2062 L: linux-ext4@vger.kernel.org
2064 F: Documentation/filesystems/ext2.txt
2066 F: include/linux/ext2*
2072 M: akpm@linux-foundation.org
2075 L: linux-ext4@vger.kernel.org
2077 F: Documentation/filesystems/ext3.txt
2079 F: include/linux/ext3*
2086 L: linux-ext4@vger.kernel.org
2087 W: http://ext4.wiki.kernel.org
2089 F: Documentation/filesystems/ext4.txt
2092 F71805F HARDWARE MONITORING DRIVER
2094 M: khali@linux-fr.org
2095 L: lm-sensors@lm-sensors.org
2097 F: Documentation/hwmon/f71805f
2098 F: drivers/hwmon/f71805f.c
2100 FARSYNC SYNCHRONOUS DRIVER
2102 M: kevin.curtis@farsite.co.uk
2103 W: http://www.farsite.co.uk/
2105 F: drivers/net/wan/farsync.*
2107 FAULT INJECTION SUPPORT
2109 M: akinobu.mita@gmail.com
2111 F: Documentation/fault-injection/
2112 F: lib/fault-inject.c
2114 FILE LOCKING (flock() and fcntl()/lockf())
2117 L: linux-fsdevel@vger.kernel.org
2119 F: include/linux/fcntl.h
2120 F: include/linux/fs.h
2124 FILESYSTEMS (VFS and infrastructure)
2126 M: viro@zeniv.linux.org.uk
2127 L: linux-fsdevel@vger.kernel.org
2131 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2133 M: riku.vipio@iki.fi
2134 L: lm-sensors@lm-sensors.org
2136 F: drivers/hwmon/f75375s.c
2137 F: include/linux/f75375s.h
2140 P: Kristian Hoegsberg
2143 M: stefanr@s5r6.in-berlin.de
2144 L: linux1394-devel@lists.sourceforge.net
2145 W: http://www.linux1394.org/
2146 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2148 F: drivers/firewire/
2149 F: include/linux/firewire*.h
2151 FIRMWARE LOADER (request_firmware)
2152 L: linux-kernel@vger.kernel.org
2154 F: Documentation/firmware_class/
2155 F: drivers/base/firmware*.c
2156 F: include/linux/firmware.h
2160 M: billm@melbpc.org.au
2161 W: http://floatingpoint.sourceforge.net/emulator/index.html
2163 F: arch/x86/math-emu/
2165 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2167 M: mike.mclagan@linux.org
2168 L: netdev@vger.kernel.org
2170 F: drivers/net/wan/dlci.c
2171 F: drivers/net/wan/sdla.c
2175 M: adaplas@gmail.com
2176 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2177 W: http://linux-fbdev.sourceforge.net/
2179 F: Documentation/fb/
2180 F: drivers/video/fb*
2181 F: include/linux/fb.h
2183 FREESCALE DMA DRIVER
2185 M: leoli@freescale.com
2188 L: linuxppc-embedded@ozlabs.org
2189 L: linux-kernel@vger.kernel.org
2191 F: drivers/dma/fsldma.*
2193 FREESCALE I2C CPM DRIVER
2196 L: linuxppc-dev@ozlabs.org
2197 L: linux-i2c@vger.kernel.org
2199 F: drivers/i2c/busses/i2c-cpm.c
2201 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2203 M: kernel@pengutronix.de
2204 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2205 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2207 F: arch/arm/plat-mxc/include/mach/imxfb.h
2208 F: drivers/video/imxfb.c
2210 FREESCALE SOC FS_ENET DRIVER
2211 P: Pantelis Antoniou
2212 M: pantelis.antoniou@gmail.com
2214 M: vbordug@ru.mvista.com
2215 L: linuxppc-dev@ozlabs.org
2216 L: netdev@vger.kernel.org
2218 F: drivers/net/fs_enet/
2219 F: include/linux/fs_enet_pd.h
2221 FREESCALE QUICC ENGINE LIBRARY
2223 M: timur@freescale.com
2224 L: linuxppc-dev@ozlabs.org
2226 F: arch/powerpc/sysdev/qe_lib/
2227 F: arch/powerpc/include/asm/*qe.h
2229 FREESCALE HIGHSPEED USB DEVICE DRIVER
2231 M: leoli@freescale.com
2232 L: linux-usb@vger.kernel.org
2233 L: linuxppc-dev@ozlabs.org
2235 F: drivers/usb/gadget/fsl_usb2_udc.c
2237 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2239 M: leoli@freescale.com
2240 L: netdev@vger.kernel.org
2241 L: linuxppc-dev@ozlabs.org
2243 F: drivers/net/ucc_geth*
2245 FREESCALE QUICC ENGINE UCC UART DRIVER
2247 M: timur@freescale.com
2248 L: linuxppc-dev@ozlabs.org
2250 F: drivers/serial/ucc_uart.c
2252 FREESCALE SOC SOUND DRIVERS
2254 M: timur@freescale.com
2255 L: alsa-devel@alsa-project.org
2256 L: linuxppc-dev@ozlabs.org
2258 F: sound/soc/fsl/fsl*
2259 F: sound/soc/fsl/mpc8610_hpcd.c
2262 P: Christoph Hellwig
2263 M: hch@infradead.org
2264 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2271 P: Rafael J. Wysocki
2273 L: linux-pm@lists.linux-foundation.org
2275 F: Documentation/power/freezing-of-tasks.txt
2276 F: include/linux/freezer.h
2281 M: rostedt@goodmis.org
2283 F: Documentation/ftrace.txt
2284 F: arch/*/*/*/ftrace.h
2285 F: arch/*/kernel/ftrace.c
2286 F: include/*/ftrace.h
2289 FUJITSU FR-V (FRV) PORT
2291 M: dhowells@redhat.com
2295 FUJITSU LAPTOP EXTRAS
2297 M: jwoithe@physics.adelaide.edu.au
2298 L: linux-acpi@vger.kernel.org
2300 F: drivers/platform/x86/fujitsu-laptop.c
2302 FUSE: FILESYSTEM IN USERSPACE
2304 M: miklos@szeredi.hu
2305 L: fuse-devel@lists.sourceforge.net
2306 W: http://fuse.sourceforge.net/
2309 F: include/linux/fuse.h
2311 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2314 L: linux-scsi@vger.kernel.org
2315 S: Odd Fixes (e.g., new signatures)
2316 F: drivers/scsi/fdomain.*
2318 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2320 M: achim_leubner@adaptec.com
2321 L: linux-scsi@vger.kernel.org
2322 W: http://www.icp-vortex.com/
2324 F: drivers/scsi/gdt*
2326 GENERIC GPIO I2C DRIVER
2327 P: Haavard Skinnemoen
2328 M: hskinnemoen@atmel.com
2330 F: drivers/i2c/busses/i2c-gpio.c
2331 F: include/linux/i2c-gpio.h
2333 GENERIC HDLC (WAN) DRIVERS
2336 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2338 F: drivers/net/wan/c101.c
2339 F: drivers/net/wan/hd6457*
2340 F: drivers/net/wan/hdlc*
2341 F: drivers/net/wan/n2.c
2342 F: drivers/net/wan/pc300too.c
2343 F: drivers/net/wan/pci200syn.c
2344 F: drivers/net/wan/wanxl*
2347 P: Steven Whitehouse
2348 M: swhiteho@redhat.com
2349 L: cluster-devel@redhat.com
2350 W: http://sources.redhat.com/cluster/
2351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2354 F: Documentation/filesystems/gfs2*.txt
2356 F: include/linux/gfs2_ondisk.h
2358 GIGASET ISDN DRIVERS
2363 L: gigaset307x-common@lists.sourceforge.net
2364 W: http://gigaset307x.sourceforge.net/
2366 F: Documentation/isdn/README.gigaset
2367 F: drivers/isdn/gigaset/
2368 F: include/linux/gigaset_dev.h
2370 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2372 M: frank@f-seidel.de
2373 L: lm-sensors@lm-sensors.org
2374 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2376 F: drivers/hwmon/hdaps.c
2378 HYPERVISOR VIRTUAL CONSOLE DRIVER
2379 L: linuxppc-dev@ozlabs.org
2380 L: linux-kernel@vger.kernel.org
2382 F: drivers/char/hvc_*
2384 GSPCA FINEPIX SUBDRIVER
2387 L: linux-media@vger.kernel.org
2388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2390 F: drivers/media/video/gspca/finepix.c
2392 GSPCA M5602 SUBDRIVER
2394 M: erik.andren@gmail.com
2395 L: linux-media@vger.kernel.org
2396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2398 F: drivers/media/video/gspca/m5602/
2400 GSPCA PAC207 SONIXB SUBDRIVER
2402 M: hdegoede@redhat.com
2403 L: linux-media@vger.kernel.org
2404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2406 F: drivers/media/video/gspca/pac207.c
2408 GSPCA T613 SUBDRIVER
2409 P: Leandro Costantino
2410 M: lcostantino@gmail.com
2411 L: linux-media@vger.kernel.org
2412 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2414 F: drivers/media/video/gspca/t613.c
2416 GSPCA USB WEBCAM DRIVER
2417 P: Jean-Francois Moine
2419 W: http://moinejf.free.fr
2420 L: linux-media@vger.kernel.org
2421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2423 F: drivers/media/video/gspca/
2426 L: lm-sensors@lm-sensors.org
2427 W: http://www.lm-sensors.org/
2431 HARDWARE RANDOM NUMBER GENERATOR CORE
2433 F: Documentation/hw_random.txt
2434 F: drivers/char/hw_random/
2435 F: include/linux/hw_random.h
2437 HARMONY SOUND DRIVER
2440 L: linux-parisc@vger.kernel.org
2442 F: sound/parisc/harmony.*
2444 HAYES ESP SERIAL DRIVER
2445 P: Andrew J. Robinson
2447 L: linux-kernel@vger.kernel.org
2448 W: http://www.nyx.net/~arobinso
2450 F: Documentation/serial/hayes-esp.txt
2451 F: drivers/char/esp.c
2453 HEWLETT-PACKARD SMART2 RAID DRIVER
2455 M: chirag.kantharia@hp.com
2456 L: iss_storagedev@hp.com
2458 F: Documentation/blockdev/cpqarray.txt
2459 F: drivers/block/cpqarray.*
2461 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2463 M: mike.miller@hp.com
2464 L: iss_storagedev@hp.com
2466 F: Documentation/blockdev/cciss.txt
2467 F: drivers/block/cciss*
2468 F: include/linux/cciss_ioctl.h
2472 M: zippel@linux-m68k.org
2473 L: linux-kernel@vger.kernel.org
2475 F: Documentation/filesystems/hfs.txt
2478 HGA FRAMEBUFFER DRIVER
2480 M: fero@drama.obuda.kando.hu
2481 L: linux-nvidia@lists.surfsouth.com
2482 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2484 F: drivers/video/hgafb.c
2486 HIBERNATION (aka Software Suspend, aka swsusp)
2489 P: Rafael J. Wysocki
2491 L: linux-pm@lists.linux-foundation.org
2494 F: drivers/base/power/
2496 F: include/linux/suspend.h
2497 F: include/linux/freezer.h
2498 F: include/linux/pm.h
2499 F: include/asm-*/suspend*.h
2500 F: arch/*/include/asm/suspend*.h
2505 L: linux-input@vger.kernel.org
2506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2509 F: include/linux/hid*
2511 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2513 M: tglx@linutronix.de
2514 L: linux-kernel@vger.kernel.org
2516 F: Documentation/timers/
2518 F: include/linux/hrtimer.h
2520 HIGH-SPEED SCC DRIVER FOR AX.25
2522 M: klaus.kudielka@ieee.org
2523 L: linux-hams@vger.kernel.org
2524 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2526 F: drivers/net/hamradio/dmascc.c
2527 F: drivers/net/hamradio/scc.c
2529 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2530 P: HighPoint Linux Team
2531 M: linux@highpoint-tech.com
2532 W: http://www.highpoint-tech.com
2534 F: Documentation/scsi/hptiop.txt
2535 F: drivers/scsi/hptiop.c
2539 M: jes@trained-monkey.org
2540 L: linux-hippi@sunsite.dk
2542 F: include/linux/hippidevice.h
2543 F: include/linux/if_hippi.h
2549 L: hostap@shmoo.com (subscribers-only)
2550 L: linux-wireless@vger.kernel.org
2551 W: http://hostap.epitest.fi/
2553 F: drivers/net/wireless/hostap/
2555 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2557 M: carlos@strangeworlds.co.uk
2559 F: drivers/platform/x86/tc1100-wmi.c
2561 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2565 F: drivers/net/hp100.*
2567 HPET: High Precision Event Timers driver
2569 M: clemens@ladisch.de
2571 F: Documentation/timers/hpet.txt
2572 F: drivers/char/hpet.c
2573 F: include/linux/hpet.h
2576 P: Venkatesh Pallipadi (Venki)
2577 M: venkatesh.pallipadi@intel.com
2579 F: arch/x86/kernel/hpet.c
2580 F: arch/x86/include/asm/hpet.h
2591 F: drivers/char/hpet.c
2595 M: mikulas@artax.karlin.mff.cuni.cz
2596 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2601 P: Denis Joseph Barrow
2602 M: d.barow@option.com
2603 W: http://www.pharscape.org
2605 F: drivers/net/usb/hso.c
2607 HTCPEN TOUCHSCREEN DRIVER
2610 L: linux-input@vger.kernel.org
2612 F: drivers/input/touchscreen/htcpen.c
2616 M: wli@holomorphy.com
2620 I2C/SMBUS STUB DRIVER
2622 M: mhoffman@lightlink.com
2623 L: linux-i2c@vger.kernel.org
2625 F: drivers/i2c/busses/i2c-stub.c
2628 P: Jean Delvare (PC drivers, core)
2629 M: khali@linux-fr.org
2630 P: Ben Dooks (embedded platforms)
2631 M: ben-linux@fluff.org
2632 L: linux-i2c@vger.kernel.org
2633 W: http://i2c.wiki.kernel.org/
2634 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2636 F: Documentation/i2c/
2638 F: include/linux/i2c.h
2639 F: include/linux/i2c-dev.h
2640 F: include/linux/i2c-id.h
2645 L: linux-i2c@vger.kernel.org
2646 W: http://www.harbaum.org/till/i2c_tiny_usb
2648 F: drivers/i2c/busses/i2c-tiny-usb.c
2653 L: Linux-Kernel@vger.kernel.org
2657 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2663 IA64 (Itanium) PLATFORM
2665 M: tony.luck@intel.com
2666 L: linux-ia64@vger.kernel.org
2667 W: http://www.ia64-linux.org/
2668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2672 IBM MCA SCSI SUBSYSTEM DRIVER
2674 M: langa2@kph.uni-mainz.de
2675 W: http://www.uni-mainz.de/~langm000/linux.html
2677 F: drivers/scsi/ibmmca.c
2679 IBM Power Linux RAID adapter
2681 M: brking@us.ibm.com
2683 F: drivers/scsi/ipr.*
2685 IBM ServeRAID RAID DRIVER
2688 M: ipslinux@adaptec.com
2689 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2691 F: drivers/scsi/ips.*
2694 P: Bartlomiej Zolnierkiewicz
2695 M: bzolnier@gmail.com
2696 L: linux-ide@vger.kernel.org
2697 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2699 F: Documentation/ide/
2701 F: include/linux/ide.h
2705 M: petkovbb@gmail.com
2706 L: linux-ide@vger.kernel.org
2708 F: Documentation/cdrom/ide-cd
2709 F: drivers/ide/ide-cd*
2713 M: andrew.d.henroid@intel.com
2714 L: linux-pm@lists.linux-foundation.org
2716 F: drivers/idle/i7300_idle.c
2720 M: ben.collins@ubuntu.com
2722 M: stefanr@s5r6.in-berlin.de
2723 L: linux1394-devel@lists.sourceforge.net
2724 W: http://www.linux1394.org/
2725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2727 F: drivers/ieee1394/
2729 IEEE 1394 RAW I/O DRIVER
2733 M: stefanr@s5r6.in-berlin.de
2734 L: linux1394-devel@lists.sourceforge.net
2736 F: drivers/ieee1394/raw1394*
2738 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2742 F: security/integrity/ima/
2744 IMS TWINTURBO FRAMEBUFFER DRIVER
2745 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2747 F: drivers/video/imsttfb.c
2749 INFINIBAND SUBSYSTEM
2751 M: rolandd@cisco.com
2753 M: sean.hefty@intel.com
2755 M: hal.rosenstock@gmail.com
2756 L: general@lists.openfabrics.org (moderated for non-subscribers)
2757 W: http://www.openib.org/
2758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2760 F: Documentation/infiniband/
2761 F: drivers/infiniband/
2762 F: include/linux/if_infiniband.h
2766 M: john@johnmccutchan.com
2769 L: linux-kernel@vger.kernel.org
2771 F: Documentation/filesystems/inotify.txt
2772 F: fs/notify/inotify/
2773 F: include/linux/inotify.h
2775 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2777 M: dmitry.torokhov@gmail.com
2779 L: linux-input@vger.kernel.org
2780 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2784 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2786 M: sylvain.meyer@worldonline.fr
2787 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2789 F: Documentation/fb/intelfb.txt
2790 F: drivers/video/intelfb/
2792 INTEL 810/815 FRAMEBUFFER DRIVER
2794 M: adaplas@gmail.com
2795 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2797 F: drivers/video/i810/
2799 INTEL MENLOW THERMAL DRIVER
2801 M: sujith.thomas@intel.com
2802 L: linux-acpi@vger.kernel.org
2803 W: http://www.lesswatts.org/projects/acpi/
2805 F: drivers/platform/x86/intel_menlow.c
2807 INTEL IA32 MICROCODE UPDATE SUPPORT
2809 M: tigran@aivazian.fsnet.co.uk
2811 F: arch/x86/kernel/microcode_core.c
2812 F: arch/x86/kernel/microcode_intel.c
2814 INTEL I/OAT DMA DRIVER
2816 M: maciej.sosnowski@intel.com
2817 L: linux-kernel@vger.kernel.org
2819 F: drivers/dma/ioat*
2823 M: dwmw2@infradead.org
2824 L: iommu@lists.linux-foundation.org
2825 T: git git://git.infradead.org/iommu-2.6.git
2827 F: drivers/pci/intel-iommu.c
2828 F: include/linux/intel-iommu.h
2830 INTEL IOP-ADMA DMA DRIVER
2832 M: dan.j.williams@intel.com
2833 L: linux-kernel@vger.kernel.org
2835 F: drivers/dma/iop-adma.c
2837 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2841 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2842 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2843 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2844 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2845 F: drivers/net/arm/ixp4xx_eth.c
2846 F: drivers/net/wan/ixp4xx_hss.c
2848 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2850 M: dsaxena@plexity.net
2852 F: drivers/char/hw_random/ixp4xx-rng.c
2854 INTEL IXP2000 ETHERNET DRIVER
2855 P: Lennert Buytenhek
2856 M: kernel@wantstofly.org
2857 L: netdev@vger.kernel.org
2859 F: drivers/net/ixp2000/
2861 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2863 M: jeffrey.t.kirsher@intel.com
2865 M: jesse.brandeburg@intel.com
2867 M: bruce.w.allan@intel.com
2869 M: peter.p.waskiewicz.jr@intel.com
2871 M: john.ronciak@intel.com
2872 L: e1000-devel@lists.sourceforge.net
2873 W: http://e1000.sourceforge.net/
2875 F: drivers/net/e100.c
2876 F: drivers/net/e1000/
2877 F: drivers/net/e1000e/
2879 F: drivers/net/ixgb/
2880 F: drivers/net/ixgbe/
2882 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2886 M: jketreno@linux.intel.com
2888 M: reinette.chatre@intel.com
2889 L: linux-wireless@vger.kernel.org
2890 L: ipw2100-devel@lists.sourceforge.net
2891 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2892 W: http://ipw2100.sourceforge.net
2894 F: Documentation/networking/README.ipw2100
2895 F: drivers/net/wireless/ipw2x00/ipw2100.*
2897 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2901 M: jketreno@linux.intel.com
2903 M: reinette.chatre@intel.com
2904 L: linux-wireless@vger.kernel.org
2905 L: ipw2100-devel@lists.sourceforge.net
2906 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2907 W: http://ipw2200.sourceforge.net
2909 F: Documentation/networking/README.ipw2200
2910 F: drivers/net/wireless/ipw2x00/ipw2200.*
2912 INTEL WIRELESS WIMAX CONNECTION 2400
2913 P: Inaky Perez-Gonzalez
2914 M: inaky.perez-gonzalez@intel.com
2915 M: linux-wimax@intel.com
2916 L: wimax@linuxwimax.org
2918 W: http://linuxwimax.org
2919 F: Documentation/wimax/README.i2400m
2920 F: drivers/net/wimax/i2400m/
2921 F: include/linux/wimax/i2400m.h
2923 INTEL WIRELESS WIFI LINK (iwlwifi)
2927 M: reinette.chatre@intel.com
2928 L: linux-wireless@vger.kernel.org
2929 L: ipw3945-devel@lists.sourceforge.net
2930 W: http://intellinuxwireless.org
2931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2933 F: drivers/net/wireless/iwlwifi/
2935 IOC3 ETHERNET DRIVER
2937 M: ralf@linux-mips.org
2938 L: linux-mips@linux-mips.org
2940 F: drivers/net/ioc3-eth.c
2945 L: linux-mips@linux-mips.org
2947 F: drivers/serial/ioc3_serial.c
2951 M: jjciarla@raiz.uncu.edu.ar
2953 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2955 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2957 M: romieu@fr.zoreil.com
2959 M: sorbica@icplus.com.tw
2961 M: jesse@icplus.com.tw
2962 L: netdev@vger.kernel.org
2964 F: drivers/net/ipg.c
2968 M: infinipath@qlogic.com
2969 L: general@lists.openfabrics.org
2970 T: git git://git.qlogic.com/ipath-linux-2.6
2972 F: drivers/infiniband/hw/ipath/
2977 L: openipmi-developer@lists.sourceforge.net
2978 W: http://openipmi.sourceforge.net/
2980 F: Documentation/IPMI.txt
2981 F: drivers/char/ipmi/
2982 F: include/linux/ipmi*
2984 IPS SCSI RAID DRIVER
2985 P: Adaptec OEM Raid Solutions
2986 M: aacraid@adaptec.com
2987 L: linux-scsi@vger.kernel.org
2988 W: http://www.adaptec.com/
2990 F: drivers/scsi/ips*
2994 M: wensong@linux-vs.org
2996 M: horms@verge.net.au
2999 L: netdev@vger.kernel.org
3000 L: lvs-devel@vger.kernel.org
3002 F: Documentation/networking/ipvs-sysctl.txt
3003 F: net/netfilter/ipvs/
3011 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3012 F: drivers/char/pcmcia/ipwireless/
3015 P: Arnaldo Carvalho de Melo
3016 M: acme@ghostprotocols.net
3017 L: netdev@vger.kernel.org
3019 F: include/linux/ipx.h
3020 F: include/net/ipx.h
3025 M: samuel@sortiz.org
3026 L: irda-users@lists.sourceforge.net (subscribers-only)
3027 W: http://irda.sourceforge.net/
3029 F: Documentation/networking/irda.txt
3030 F: drivers/net/irda/
3031 F: include/net/irda/
3038 F: Documentation/isapnp.txt
3039 F: drivers/pnp/isapnp/
3040 F: include/linux/isapnp.h
3044 M: michaelc@cs.wisc.edu
3045 L: open-iscsi@googlegroups.com
3046 W: www.open-iscsi.org
3047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3049 F: drivers/scsi/*iscsi*
3050 F: include/scsi/*iscsi*
3054 M: isdn@linux-pingi.de
3055 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3056 W: http://www.isdn4linux.de
3057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3059 F: Documentation/isdn/
3061 F: include/linux/isdn.h
3062 F: include/linux/isdn/
3064 ISDN SUBSYSTEM (Eicon active card driver)
3067 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3068 W: http://www.melware.de
3070 F: drivers/isdn/hardware/eicon/
3072 IVTV VIDEO4LINUX DRIVER
3074 M: hverkuil@xs4all.nl
3075 L: ivtv-devel@ivtvdriver.org
3076 L: ivtv-users@ivtvdriver.org
3077 L: linux-media@vger.kernel.org
3078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3079 W: http://www.ivtvdriver.org
3081 F: Documentation/video4linux/*.ivtv
3082 F: drivers/media/video/ivtv/
3083 F: include/linux/ivtv*
3087 M: shaggy@austin.ibm.com
3088 L: jfs-discussion@lists.sourceforge.net
3089 W: http://jfs.sourceforge.net/
3090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3092 F: Documentation/filesystems/jfs.txt
3097 M: cooldavid@cooldavid.org
3098 L: netdev@vger.kernel.org
3100 F: drivers/net/jme.*
3102 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3104 M: dwmw2@infradead.org
3105 L: linux-mtd@lists.infradead.org
3106 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3109 F: include/linux/jffs2.h
3110 F: include/mtd/jffs2-user.h
3112 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3116 M: akpm@linux-foundation.org
3117 L: linux-ext4@vger.kernel.org
3120 F: include/linux/ext*jbd*.h
3121 F: include/linux/jbd*.h
3123 K8TEMP HARDWARE MONITORING DRIVER
3125 M: r.marek@assembler.cz
3126 L: lm-sensors@lm-sensors.org
3128 F: Documentation/hwmon/k8temp
3129 F: drivers/hwmon/k8temp.c
3133 M: zippel@linux-m68k.org
3134 L: linux-kbuild@vger.kernel.org
3136 F: Documentation/kbuild/kconfig-language.txt
3141 M: vgoyal@redhat.com
3144 L: kexec@lists.infradead.org
3145 L: linux-kernel@vger.kernel.org
3146 W: http://lse.sourceforge.net/kdump/
3148 F: Documentation/kdump/
3150 KERNEL AUTOMOUNTER (AUTOFS)
3153 L: autofs@linux.kernel.org
3157 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3160 L: autofs@linux.kernel.org
3167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3169 L: linux-kbuild@vger.kernel.org
3171 F: Documentation/kbuild/
3173 F: scripts/Makefile.*
3177 L: kernel-janitors@vger.kernel.org
3178 W: http://www.kerneljanitors.org/
3181 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3183 M: bfields@fieldses.org
3186 L: linux-nfs@vger.kernel.org
3187 W: http://nfs.sourceforge.net/
3190 F: include/linux/nfsd/
3194 F: include/linux/lockd/
3195 F: include/linux/sunrpc/
3197 KERNEL VIRTUAL MACHINE (KVM)
3200 L: kvm@vger.kernel.org
3201 W: http://kvm.qumranet.com
3203 F: Documentation/*/kvm.txt
3205 F: arch/*/include/asm/kvm*
3206 F: include/linux/kvm*
3209 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3211 M: joerg.roedel@amd.com
3212 L: kvm@vger.kernel.org
3213 W: http://kvm.qumranet.com
3215 F: arch/x86/include/asm/svm.h
3216 F: arch/x86/kvm/kvm_svm.h
3217 F: arch/x86/kvm/svm.c
3219 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3221 M: hollisb@us.ibm.com
3222 L: kvm-ppc@vger.kernel.org
3223 W: http://kvm.qumranet.com
3225 F: arch/powerpc/include/asm/kvm*
3226 F: arch/powerpc/kvm/
3228 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3230 M: xiantao.zhang@intel.com
3231 L: kvm-ia64@vger.kernel.org
3232 W: http://kvm.qumranet.com
3234 F: Documentation/ia64/kvm.txt
3235 F: arch/ia64/include/asm/kvm*
3238 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3241 P: Christian Borntraeger
3242 M: borntraeger@de.ibm.com
3243 M: linux390@de.ibm.com
3244 L: linux-s390@vger.kernel.org
3245 W: http://www.ibm.com/developerworks/linux/linux390/
3247 F: Documentation/s390/kvm.txt
3248 F: arch/s390/include/asm/kvm*
3253 M: ebiederm@xmission.com
3254 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3255 L: linux-kernel@vger.kernel.org
3256 L: kexec@lists.infradead.org
3258 F: include/linux/kexec.h
3263 M: jason.wessel@windriver.com
3264 L: kgdb-bugreport@lists.sourceforge.net
3266 F: Documentation/DocBook/kgdb.tmpl
3267 F: drivers/misc/kgdbts.c
3268 F: drivers/serial/kgdboc.c
3269 F: include/linux/kgdb.h
3273 P: Eduard - Gabriel Munteanu
3274 M: eduard.munteanu@linux360.ro
3275 L: linux-kernel@vger.kernel.org
3277 F: Documentation/vm/kmemtrace.txt
3278 F: include/trace/kmemtrace.h
3279 F: kernel/trace/kmemtrace.c
3282 P: Ananth N Mavinakayanahalli
3283 M: ananth@in.ibm.com
3284 P: Anil S Keshavamurthy
3285 M: anil.s.keshavamurthy@intel.com
3287 M: davem@davemloft.net
3289 M: mhiramat@redhat.com
3290 L: linux-kernel@vger.kernel.org
3292 F: Documentation/kprobes.txt
3293 F: include/linux/kprobes.h
3296 KS0108 LCD CONTROLLER DRIVER
3297 P: Miguel Ojeda Sandonis
3298 M: miguel.ojeda.sandonis@gmail.com
3299 L: linux-kernel@vger.kernel.org
3300 W: http://miguelojeda.es/auxdisplay.htm
3301 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3303 F: Documentation/auxdisplay/ks0108
3304 F: drivers/auxdisplay/ks0108.c
3305 F: include/linux/ks0108.h
3308 L: linux-x25@vger.kernel.org
3310 F: Documentation/networking/lapb-module.txt
3314 LASI 53c700 driver for PARISC
3315 P: James E.J. Bottomley
3316 M: James.Bottomley@HansenPartnership.com
3317 L: linux-scsi@vger.kernel.org
3319 F: Documentation/scsi/53c700.txt
3320 F: drivers/scsi/53c700*
3324 M: rpurdie@rpsys.net
3327 F: include/linux/leds.h
3329 LEGO USB Tower driver
3331 M: starblue@users.sourceforge.net
3332 L: legousb-devel@lists.sourceforge.net
3333 W: http://legousb.sourceforge.net/
3335 F: drivers/usb/misc/legousbtower.c
3339 M: rusty@rustcorp.com.au
3340 L: lguest@ozlabs.org
3341 W: http://lguest.ozlabs.org/
3343 F: Documentation/lguest/
3346 F: include/linux/lguest*.h
3347 F: arch/x86/include/asm/lguest*.h
3349 LINUX FOR IBM pSERIES (RS/6000)
3351 M: paulus@au.ibm.com
3352 W: http://www.ibm.com/linux/ltc/projects/ppc
3355 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3356 P: Benjamin Herrenschmidt
3357 M: benh@kernel.crashing.org
3360 W: http://www.penguinppc.org/
3361 L: linuxppc-dev@ozlabs.org
3362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3365 LINUX FOR POWER MACINTOSH
3366 P: Benjamin Herrenschmidt
3367 M: benh@kernel.crashing.org
3368 W: http://www.penguinppc.org/
3369 L: linuxppc-dev@ozlabs.org
3372 LINUX FOR POWERPC EMBEDDED MPC5XXX
3376 M: grant.likely@secretlab.ca
3377 L: linuxppc-dev@ozlabs.org
3380 LINUX FOR POWERPC EMBEDDED PPC4XX
3382 M: jwboyer@linux.vnet.ibm.com
3384 M: mporter@kernel.crashing.org
3385 W: http://www.penguinppc.org/
3386 L: linuxppc-dev@ozlabs.org
3387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3390 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3392 M: grant.likely@secretlab.ca
3393 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3394 L: linuxppc-dev@ozlabs.org
3397 LINUX FOR POWERPC EMBEDDED PPC8XX
3399 M: vitb@kernel.crashing.org
3401 M: marcelo@kvack.org
3402 W: http://www.penguinppc.org/
3403 L: linuxppc-dev@ozlabs.org
3406 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3408 M: galak@kernel.crashing.org
3409 W: http://www.penguinppc.org/
3410 L: linuxppc-dev@ozlabs.org
3413 LINUX FOR POWERPC PA SEMI PWRFICIENT
3416 W: http://www.pasemi.com/
3417 L: linuxppc-dev@ozlabs.org
3420 LINUX SECURITY MODULE (LSM) FRAMEWORK
3422 M: chrisw@sous-sol.org
3423 L: linux-security-module@vger.kernel.org
3424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3428 P: Arnaldo Carvalho de Melo
3429 M: acme@ghostprotocols.net
3431 F: include/linux/llc.h
3435 LIS3LV02D ACCELEROMETER DRIVER
3437 M: eric.piel@tremplin-utc.net
3439 F: Documentation/hwmon/lis3lv02d
3440 F: drivers/hwmon/lis3lv02d.*
3442 LM83 HARDWARE MONITOR DRIVER
3444 M: khali@linux-fr.org
3445 L: lm-sensors@lm-sensors.org
3447 F: Documentation/hwmon/lm83
3448 F: drivers/hwmon/lm83.c
3450 LM90 HARDWARE MONITOR DRIVER
3452 M: khali@linux-fr.org
3453 L: lm-sensors@lm-sensors.org
3455 F: Documentation/hwmon/lm90
3456 F: drivers/hwmon/lm90.c
3458 LOCKDEP AND LOCKSTAT
3460 M: peterz@infradead.org
3463 L: linux-kernel@vger.kernel.org
3464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3466 F: Documentation/lockdep*.txt
3467 F: Documentation/lockstat.txt
3468 F: include/linux/lockdep.h
3471 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3472 P: Richard Russon (FlatCap)
3474 L: linux-ntfs-dev@lists.sourceforge.net
3475 W: http://www.linux-ntfs.org/content/view/19/37/
3477 F: Documentation/ldm.txt
3478 F: fs/partitions/ldm.*
3480 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3482 M: Eric.Moore@lsi.com
3484 L: DL-MPTFusionLinux@lsi.com
3485 L: linux-scsi@vger.kernel.org
3486 W: http://www.lsilogic.com/support
3488 F: drivers/message/fusion/
3490 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3493 L: linux-scsi@vger.kernel.org
3495 F: drivers/scsi/sym53c8xx_2/
3497 LTP (Linux Test Project)
3499 M: subrata@linux.vnet.ibm.com
3501 M: vapier@gentoo.org
3502 L: ltp-list@lists.sourceforge.net (subscribers-only)
3503 W: http://ltp.sourceforge.net/
3504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3509 M: takata@linux-m32r.org
3510 L: linux-m32r@ml.linux-m32r.org
3511 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3512 W: http://www.linux-m32r.org/
3515 F: include/asm-m32r/
3518 P: Geert Uytterhoeven
3519 M: geert@linux-m68k.org
3521 M: zippel@linux-m68k.org
3522 L: linux-m68k@lists.linux-m68k.org
3523 W: http://www.linux-m68k.org/
3524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3529 M68K ON APPLE MACINTOSH
3532 W: http://www.mac.linux-m68k.org/
3533 L: linux-m68k@lists.linux-m68k.org
3540 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3546 M: johannes@sipsolutions.net
3547 L: linux-wireless@vger.kernel.org
3548 W: http://linuxwireless.org/
3549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3551 F: Documentation/networking/mac80211-injection.txt
3552 F: include/net/mac80211.h
3555 MAC80211 PID RATE CONTROL
3557 M: stefano.brivio@polimi.it
3559 M: mattias.nissler@gmx.de
3560 L: linux-wireless@vger.kernel.org
3561 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3564 F: net/mac80211/rc80211_pid*
3569 L: netdev@vger.kernel.org
3571 F: drivers/net/macvlan.c
3572 F: include/linux/if_macvlan.h
3574 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3576 M: mtk.manpages@gmail.com
3577 W: http://www.kernel.org/doc/man-pages
3578 L: linux-man@vger.kernel.org
3581 MARVELL LIBERTAS WIRELESS DRIVER
3584 L: libertas-dev@lists.infradead.org
3586 F: drivers/net/wireless/libertas/
3588 MARVELL MV643XX ETHERNET DRIVER
3589 P: Lennert Buytenhek
3590 M: buytenh@marvell.com
3591 L: netdev@vger.kernel.org
3593 F: drivers/net/mv643xx_eth.*
3594 F: include/linux/mv643xx.h
3596 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3599 L: linux-kernel@vger.kernel.org
3602 MARVELL YUKON / SYSKONNECT DRIVER
3604 M: mlindner@syskonnect.de
3606 M: rroesler@syskonnect.de
3607 W: http://www.syskonnect.com
3610 MATROX FRAMEBUFFER DRIVER
3612 M: vandrove@vc.cvut.cz
3613 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3615 F: drivers/video/matrox/matroxfb_*
3616 F: include/linux/matroxfb.h
3618 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3620 M: hjk@linutronix.de
3621 L: lm-sensors@lm-sensors.org
3623 F: Documentation/hwmon/max6650
3624 F: drivers/hwmon/max6650.c
3626 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3627 P: Mauro Carvalho Chehab
3628 M: mchehab@infradead.org
3629 P: LinuxTV.org Project
3630 L: linux-media@vger.kernel.org
3631 W: http://linuxtv.org
3632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3634 F: Documentation/dvb/
3635 F: Documentation/video4linux/
3638 F: include/linux/dvb/
3639 F: include/linux/videodev*.h
3641 MEGARAID SCSI DRIVERS
3643 M: megaraidlinux@lsi.com
3644 L: linux-scsi@vger.kernel.org
3645 W: http://megaraid.lsilogic.com
3647 F: Documentation/scsi/megaraid.txt
3648 F: drivers/scsi/megaraid.*
3649 F: drivers/scsi/megaraid/
3652 L: linux-mm@kvack.org
3653 L: linux-kernel@vger.kernel.org
3654 W: http://www.linux-mm.org
3656 F: include/linux/mm.h
3659 MEMORY RESOURCE CONTROLLER
3661 M: balbir@linux.vnet.ibm.com
3664 P: KAMEZAWA Hiroyuki
3665 M: kamezawa.hiroyu@jp.fujitsu.com
3666 L: linux-mm@kvack.org
3667 L: linux-kernel@vger.kernel.org
3671 MEMORY TECHNOLOGY DEVICES (MTD)
3673 M: dwmw2@infradead.org
3674 W: http://www.linux-mtd.infradead.org/
3675 L: linux-mtd@lists.infradead.org
3676 T: git git://git.infradead.org/mtd-2.6.git
3679 F: include/linux/mtd/
3682 MICROBLAZE ARCHITECTURE
3685 L: microblaze-uclinux@itee.uq.edu.au
3686 W: http://www.monstr.eu/fdt/
3687 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3692 M: oliver@neukum.name
3694 F: drivers/usb/image/microtek.*
3698 M: ralf@linux-mips.org
3699 W: http://www.linux-mips.org/
3700 L: linux-mips@linux-mips.org
3701 T: git git://git.linux-mips.org/pub/scm/linux.git
3703 F: Documentation/mips/
3706 MISCELLANEOUS MCA-SUPPORT
3708 M: James.Bottomley@HansenPartnership.com
3709 L: linux-kernel@vger.kernel.org
3711 F: Documentation/ia64/mca.txt
3712 F: Documentation/mca.txt
3714 F: include/linux/mca*
3718 M: rusty@rustcorp.com.au
3719 L: linux-kernel@vger.kernel.org
3721 F: include/linux/module.h
3724 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3726 M: stelian@popies.net
3727 W: http://popies.net/meye/
3729 F: Documentation/video4linux/meye.txt
3730 F: drivers/media/video/meye.*
3731 F: include/linux/meye.h
3733 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3736 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3738 F: drivers/mmc/host/imxmmc.*
3740 MOUSE AND MISC DEVICES [GENERAL]
3741 P: Alessandro Rubini
3742 M: rubini@ipvvis.unipv.it
3743 L: linux-kernel@vger.kernel.org
3745 F: drivers/input/mouse/
3746 F: include/linux/gpio_mouse.h
3748 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3750 M: jirislaby@gmail.com
3751 L: linux-kernel@vger.kernel.org
3753 F: Documentation/serial/moxa-smartio
3754 F: drivers/char/mxser.*
3757 P: Lennart Poettering
3758 M: mzxreary@0pointer.de
3759 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3760 W: http://0pointer.de/lennart/tchibo.html
3762 F: drivers/platform/x86/msi-laptop.c
3764 MULTIFUNCTION DEVICES (MFD)
3766 M: sameo@linux.intel.com
3767 L: linux-kernel@vger.kernel.org
3768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3772 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3775 L: linux-kernel@vger.kernel.org
3778 F: include/linux/mmc/
3780 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3782 M: dbrownell@users.sourceforge.net
3783 L: linux-kernel@vger.kernel.org
3785 F: drivers/mmc/host/mmc_spi.c
3786 F: include/linux/spi/mmc_spi.h
3788 MULTISOUND SOUND DRIVER
3792 F: Documentation/sound/oss/MultiSound
3795 MULTITECH MULTIPORT CARD (ISICOM)
3797 M: jirislaby@gmail.com
3798 L: linux-kernel@vger.kernel.org
3800 F: drivers/char/isicom.c
3801 F: include/linux/isicom.h
3803 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3805 M: felipe.balbi@nokia.com
3806 L: linux-usb@vger.kernel.org
3807 T: git git://gitorious.org/musb/mainline.git
3809 F: drivers/usb/musb/
3811 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3813 M: gallatin@myri.com
3816 L: netdev@vger.kernel.org
3817 W: http://www.myri.com/scs/download-Myri10GE.html
3819 F: drivers/net/myri10ge/
3821 NATSEMI ETHERNET DRIVER (DP8381x)
3823 M: thockin@hockin.org
3825 F: drivers/net/natsemi.c
3829 M: vandrove@vc.cvut.cz
3830 L: linware@sh.cvut.cz
3834 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3835 P: James E.J. Bottomley
3836 M: James.Bottomley@HansenPartnership.com
3837 L: linux-scsi@vger.kernel.org
3839 F: drivers/scsi/NCR_D700.*
3841 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3843 M: faisal.latif@intel.com
3845 M: chien.tin.tung@intel.com
3846 L: general@lists.openfabrics.org
3847 W: http://www.neteffect.com
3849 F: drivers/infiniband/hw/nes/
3851 NETEM NETWORK EMULATOR
3852 P: Stephen Hemminger
3853 M: shemminger@linux-foundation.org
3854 L: netem@lists.linux-foundation.org
3856 F: net/sched/sch_netem.c
3858 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3860 M: ram.vepa@neterion.com
3862 M: santosh.rastapur@neterion.com
3863 P: Sivakumar Subramani
3864 M: sivakumar.subramani@neterion.com
3865 P: Sreenivasa Honnur
3866 M: sreenivasa.honnur@neterion.com
3868 M: anil.murthy@neterion.com
3869 L: netdev@vger.kernel.org
3870 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3871 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3873 F: Documentation/networking/s2io.txt
3874 F: drivers/net/s2io*
3876 NETFILTER/IPTABLES/IPCHAINS
3884 L: netfilter-devel@vger.kernel.org
3885 L: netfilter@vger.kernel.org
3886 L: coreteam@netfilter.org
3887 W: http://www.netfilter.org/
3888 W: http://www.iptables.org/
3890 F: include/linux/netfilter*
3891 F: include/linux/netfilter/
3892 F: include/net/netfilter/
3893 F: net/*/netfilter.c
3899 M: paul.moore@hp.com
3900 W: http://netlabel.sf.net
3901 L: netdev@vger.kernel.org
3903 F: Documentation/netlabel/
3904 F: include/net/netlabel.h
3907 NETROM NETWORK LAYER
3909 M: ralf@linux-mips.org
3910 L: linux-hams@vger.kernel.org
3911 W: http://www.linux-ax25.org/
3913 F: include/linux/netrom.h
3914 F: include/net/netrom.h
3917 NETWORK BLOCK DEVICE (NBD)
3919 M: Paul.Clements@steeleye.com
3921 F: Documentation/blockdev/nbd.txt
3922 F: drivers/block/nbd.c
3923 F: include/linux/nbd.h
3925 NETWORKING [GENERAL]
3927 M: davem@davemloft.net
3928 L: netdev@vger.kernel.org
3929 W: http://www.linuxfoundation.org/en/Net
3930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3935 NETWORKING [IPv4/IPv6]
3937 M: davem@davemloft.net
3939 M: kuznet@ms2.inr.ac.ru
3940 P: Pekka Savola (ipv6)
3941 M: pekkas@netcore.fi
3943 M: jmorris@namei.org
3944 P: Hideaki YOSHIFUJI
3945 M: yoshfuji@linux-ipv6.org
3948 L: netdev@vger.kernel.org
3949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3955 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3957 M: paul.moore@hp.com
3958 L: netdev@vger.kernel.org
3961 NETWORKING [WIRELESS]
3963 M: linville@tuxdriver.com
3964 L: linux-wireless@vger.kernel.org
3965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3968 F: include/net/ieee80211*
3969 F: include/net/wireless.h
3972 L: netdev@vger.kernel.org
3973 W: http://www.linuxfoundation.org/en/Net
3974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3978 NETXEN (1/10) GbE SUPPORT
3980 M: dhananjay@netxen.com
3981 L: netdev@vger.kernel.org
3982 W: http://www.netxen.com
3984 F: drivers/net/netxen/
3986 NFS, SUNRPC, AND LOCKD CLIENTS
3988 M: Trond.Myklebust@netapp.com
3989 L: linux-nfs@vger.kernel.org
3990 W: http://client.linux-nfs.org
3991 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3997 F: include/linux/lockd/
3998 F: include/linux/nfs*
3999 F: include/linux/sunrpc/
4001 NI5010 NETWORK DRIVER
4002 P: Jan-Pascal van Best
4003 M: janpascal@vanbest.org
4006 L: netdev@vger.kernel.org
4008 F: drivers/net/ni5010.*
4012 M: konishi.ryusuke@lab.ntt.co.jp
4014 W: http://www.nilfs.org/en/
4016 F: Documentation/filesystems/nilfs2.txt
4018 F: include/linux/nilfs2_fs.h
4020 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4022 M: yokota@netlab.is.tsukuba.ac.jp
4023 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4025 F: Documentation/scsi/NinjaSCSI.txt
4026 F: drivers/scsi/pcmcia/nsp_*
4028 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4030 M: gotom@debian.or.jp
4032 M: yokota@netlab.is.tsukuba.ac.jp
4033 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4035 F: Documentation/scsi/NinjaSCSI.txt
4036 F: drivers/scsi/nsp32*
4039 P: Anton Altaparmakov
4041 L: linux-ntfs-dev@lists.sourceforge.net
4042 L: linux-kernel@vger.kernel.org
4043 W: http://www.linux-ntfs.org/
4044 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4046 F: Documentation/filesystems/ntfs.txt
4049 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4051 M: adaplas@gmail.com
4052 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4054 F: drivers/video/riva/
4055 F: drivers/video/nvidia/
4059 M: me@bobcopeland.com
4060 L: linux-karma-devel@lists.sourceforge.net
4062 F: Documentation/filesystems/omfs.txt
4065 OMNIKEY CARDMAN 4000 DRIVER
4067 M: laforge@gnumonks.org
4069 F: drivers/char/pcmcia/cm4000_cs.c
4070 F: include/linux/cm4000_cs.h
4072 OMNIKEY CARDMAN 4040 DRIVER
4074 M: laforge@gnumonks.org
4076 F: drivers/char/pcmcia/cm4040_cs.*
4078 OMNIVISION OV7670 SENSOR DRIVER
4081 L: linux-media@vger.kernel.org
4082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4084 F: drivers/media/video/ov7670.c
4086 ONENAND FLASH DRIVER
4088 M: kyungmin.park@samsung.com
4089 L: linux-mtd@lists.infradead.org
4091 F: drivers/mtd/onenand/
4092 F: include/linux/mtd/onenand*.h
4094 ONSTREAM SCSI TAPE DRIVER
4097 L: osst-users@lists.sourceforge.net
4098 L: linux-scsi@vger.kernel.org
4100 F: drivers/scsi/osst*
4103 OPENCORES I2C BUS DRIVER
4105 M: jacmet@sunsite.dk
4106 L: linux-i2c@vger.kernel.org
4108 F: Documentation/i2c/busses/i2c-ocores
4109 F: drivers/i2c/busses/i2c-ocores.c
4113 M: robert.richter@amd.com
4114 L: oprofile-list@lists.sf.net
4117 F: drivers/oprofile/
4118 F: include/linux/oprofile.h
4120 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4124 M: joel.becker@oracle.com
4125 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4126 W: http://oss.oracle.com/projects/ocfs2/
4127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4129 F: Documentation/filesystems/ocfs2.txt
4130 F: Documentation/filesystems/dlmfs.txt
4137 M: hermes@gibson.dropbear.id.au
4138 L: linux-wireless@vger.kernel.org
4139 L: orinoco-users@lists.sourceforge.net
4140 L: orinoco-devel@lists.sourceforge.net
4141 W: http://www.nongnu.org/orinoco/
4143 F: drivers/net/wireless/orinoco/
4147 M: bharrosh@panasas.com
4149 M: bhalevy@panasas.com
4150 L: osd-dev@open-osd.org
4151 W: http://open-osd.org
4152 T: git git://git.open-osd.org/open-osd.git
4157 M: flamingice@sourmilk.net
4158 L: linux-wireless@vger.kernel.org
4159 W: http://prism54.org
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4162 F: drivers/net/wireless/p54/
4164 PA SEMI ETHERNET DRIVER
4167 L: netdev@vger.kernel.org
4169 F: drivers/net/pasemi_mac.*
4171 PA SEMI SMBUS DRIVER
4174 L: linux-i2c@vger.kernel.org
4176 F: drivers/i2c/busses/i2c-pasemi.c
4178 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4180 M: laforge@gnumonks.org
4182 F: drivers/platform/x86/panasonic-laptop.c
4184 PANASONIC MN10300/AM33 PORT
4186 M: dhowells@redhat.com
4188 M: yasutake.koichi@jp.panasonic.com
4189 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4190 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4192 F: Documentation/mn10300/
4195 PARALLEL PORT SUPPORT
4196 L: linux-parport@lists.infradead.org (subscribers-only)
4199 F: include/linux/parport*.h
4200 F: drivers/char/ppdev.c
4201 F: include/linux/ppdev.h
4203 PARAVIRT_OPS INTERFACE
4204 P: Jeremy Fitzhardinge
4205 M: jeremy@xensource.com
4207 M: chrisw@sous-sol.org
4209 M: akataria@vmware.com
4211 M: rusty@rustcorp.com.au
4212 L: virtualization@lists.osdl.org
4213 L: linux-kernel@vger.kernel.org
4215 F: Documentation/ia64/paravirt_ops.txt
4216 F: arch/*/kernel/paravirt*
4217 F: arch/*/include/asm/paravirt.h
4219 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4222 L: linux-parport@lists.infradead.org (subscribers-only)
4223 W: http://www.torque.net/linux-pp.html
4225 F: Documentation/blockdev/paride.txt
4226 F: drivers/block/paride/
4233 L: linux-parisc@vger.kernel.org
4234 W: http://www.parisc-linux.org/
4235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4240 PC87360 HARDWARE MONITORING DRIVER
4242 M: jim.cromie@gmail.com
4243 L: lm-sensors@lm-sensors.org
4245 F: Documentation/hwmon/pc87360
4246 F: drivers/hwmon/pc87360.c
4250 M: jim.cromie@gmail.com
4252 F: drivers/char/pc8736x_gpio.c
4256 M: riku.voipio@iki.fi
4258 F: drivers/leds/leds-pca9532.c
4259 F: include/linux/leds-pca9532.h
4263 M: linas@austin.ibm.com
4264 L: linux-kernel@vger.kernel.org
4265 L: linux-pci@vger.kernel.org
4267 F: Documentation/PCI/pci-error-recovery.txt
4268 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4272 M: jbarnes@virtuousgeek.org
4273 L: linux-kernel@vger.kernel.org
4274 L: linux-pci@vger.kernel.org
4275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4277 F: Documentation/PCI/
4279 F: include/linux/pci*
4282 P: Kristen Carlson Accardi
4283 M: kristen.c.accardi@intel.com
4284 L: linux-pci@vger.kernel.org
4286 F: drivers/pci/pcie/
4289 P: Linux PCMCIA Team
4290 L: linux-pcmcia@lists.infradead.org
4291 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4294 F: Documentation/pcmcia/
4298 PCNET32 NETWORK DRIVER
4300 M: pcnet32@verizon.net
4301 L: netdev@vger.kernel.org
4303 F: drivers/net/pcnet32.c
4305 PER-TASK DELAY ACCOUNTING
4307 M: balbir@linux.vnet.ibm.com
4308 L: linux-kernel@vger.kernel.org
4310 F: include/linux/delayacct.h
4311 F: kernel/delayacct.c
4313 PERSONALITY HANDLING
4314 P: Christoph Hellwig
4315 M: hch@infradead.org
4316 L: linux-abi-devel@lists.sourceforge.net
4318 F: include/linux/personality.h
4322 M: joern@lazybastard.org
4323 L: linux-mtd@lists.infradead.org
4325 F: drivers/mtd/devices/phram.c
4329 M: petero2@telia.com
4330 L: linux-kernel@vger.kernel.org
4332 F: drivers/block/pktcdvd.c
4333 F: include/linux/pktcdvd.h
4335 POSIX CLOCKS and TIMERS
4337 M: tglx@linutronix.de
4338 L: linux-kernel@vger.kernel.org
4341 F: include/linux/timer*
4344 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4348 M: dwmw2@infradead.org
4349 L: linux-kernel@vger.kernel.org
4350 T: git git://git.infradead.org/battery-2.6.git
4352 F: include/linux/power_supply.h
4353 F: drivers/power/power_supply*
4359 M: bjorn.helgaas@hp.com
4365 M: vitalywool@gmail.com
4366 L: linux-i2c@vger.kernel.org
4368 F: drivers/i2c/busses/i2c-pnx.c
4370 PPP PROTOCOL DRIVERS AND COMPRESSORS
4373 L: linux-ppp@vger.kernel.org
4375 F: drivers/net/ppp_*
4377 PPP OVER ATM (RFC 2364)
4378 P: Mitchell Blank Jr
4381 F: net/atm/pppoatm.c
4382 F: include/linux/atmppp.h
4386 M: mostrows@earthlink.net
4388 F: drivers/net/pppoe.c
4389 F: drivers/net/pppox.c
4393 M: jchapman@katalix.com
4395 F: drivers/net/pppol2tp.c
4396 F: include/linux/if_pppol2tp.h
4401 L: linux-kernel@vger.kernel.org
4402 L: kpreempt-tech@lists.sourceforge.net
4403 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4405 F: Documentation/preempt-locking.txt
4406 F: include/linux/preempt.h
4408 PRISM54 WIRELESS DRIVER
4409 P: Luis R. Rodriguez
4411 L: linux-wireless@vger.kernel.org
4412 W: http://prism54.org
4414 F: drivers/net/wireless/prism54/
4416 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4418 M: promise@pnd-pc.demon.co.uk
4419 W: http://www.pnd-pc.demon.co.uk/promise/
4422 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4423 P: Mikael Pettersson
4425 L: linux-ide@vger.kernel.org
4427 F: drivers/ata/sata_promise.*
4431 M: geoffrey.levand@am.sony.com
4432 L: netdev@vger.kernel.org
4433 L: cbe-oss-dev@ozlabs.org
4435 F: drivers/net/ps3_gelic_net.*
4437 PS3 PLATFORM SUPPORT
4439 M: geoffrey.levand@am.sony.com
4440 L: linuxppc-dev@ozlabs.org
4441 L: cbe-oss-dev@ozlabs.org
4443 F: arch/powerpc/boot/ps3*
4444 F: arch/powerpc/include/asm/lv1call.h
4445 F: arch/powerpc/include/asm/ps3*.h
4446 F: arch/powerpc/platforms/ps3/
4449 F: drivers/usb/host/*ps3.c
4454 L: cbe-oss-dev@ozlabs.org
4457 PVRUSB2 VIDEO4LINUX DRIVER
4460 L: pvrusb2@isely.net (subscribers-only)
4461 L: linux-media@vger.kernel.org
4462 W: http://www.isely.net/pvrusb2/
4463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4465 F: Documentation/video4linux/README.pvrusb2
4466 F: drivers/media/video/pvrusb2/
4468 PXA2xx/PXA3xx SUPPORT
4470 M: eric.miao@marvell.com
4472 M: linux@arm.linux.org.uk
4473 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4475 F: arch/arm/mach-pxa/
4476 F: drivers/pcmcia/pxa2xx*
4477 F: drivers/spi/pxa2xx*
4478 F: drivers/usb/gadget/pxa2*
4479 F: include/sound/pxa2xx-lib.h
4480 F: sound/soc/pxa/pxa2xx*
4484 M: eric.miao@marvell.com
4486 M: jason.chagas@marvell.com
4487 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4488 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4493 M: eric.miao@marvell.com
4494 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4495 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4503 M: robert.jarzmik@free.fr
4504 L: rtc-linux@googlegroups.com
4507 QLOGIC QLA2XXX FC-SCSI DRIVER
4509 M: linux-driver@qlogic.com
4510 L: linux-scsi@vger.kernel.org
4512 F: Documentation/scsi/LICENSE.qla2xxx
4513 F: drivers/scsi/qla2xxx/
4515 QLOGIC QLA3XXX NETWORK DRIVER
4517 M: linux-driver@qlogic.com
4518 L: netdev@vger.kernel.org
4520 F: Documentation/networking/LICENSE.qla3xxx
4521 F: drivers/net/qla3xxx.*
4523 QLOGIC QLGE 10Gb ETHERNET DRIVER
4525 M: linux-driver@qlogic.com
4526 M: ron.mercer@qlogic.com
4527 L: netdev@vger.kernel.org
4529 F: drivers/net/qlge/
4534 L: linux-kernel@vger.kernel.org
4535 W: http://www.alarsen.net/linux/qnx4fs/
4538 F: include/linux/qnx4_fs.h
4539 F: include/linux/qnxtypes.h
4541 RADEON FRAMEBUFFER DISPLAY DRIVER
4542 P: Benjamin Herrenschmidt
4543 M: benh@kernel.crashing.org
4544 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4546 F: drivers/video/aty/radeon*
4547 F: include/linux/radeonfb.h
4549 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4552 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4554 F: drivers/video/aty/aty128fb.c
4556 RALINK RT2X00 WIRELESS LAN DRIVER
4558 L: linux-wireless@vger.kernel.org
4559 L: users@rt2x00.serialmonkey.com
4560 W: http://rt2x00.serialmonkey.com/
4562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4563 F: drivers/net/wireless/rt2x00/
4565 RAMDISK RAM BLOCK DEVICE DRIVER
4569 F: Documentation/blockdev/ramdisk.txt
4570 F: drivers/block/brd.c
4572 RANDOM NUMBER DRIVER
4576 F: drivers/char/random.c
4580 M: mporter@kernel.crashing.org
4581 L: linux-kernel@vger.kernel.org
4585 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4587 M: coreythomas@charter.net
4588 L: linux-wireless@vger.kernel.org
4590 F: drivers/net/wireless/ray*
4594 M: josh@freedesktop.org
4595 L: linux-kernel@vger.kernel.org
4597 F: Documentation/RCU/torture.txt
4598 F: kernel/rcutorture.c
4602 M: florian.fainelli@telecomint.eu
4603 L: linux-kernel@vger.kernel.org
4606 RDC R6040 FAST ETHERNET DRIVER
4608 M: florian.fainelli@telecomint.eu
4609 L: netdev@vger.kernel.org
4611 F: drivers/net/r6040.c
4613 RDS - RELIABLE DATAGRAM SOCKETS
4615 M: andy.grover@oracle.com
4616 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4620 READ-COPY UPDATE (RCU)
4622 M: dipankar@in.ibm.com
4623 W: http://www.rdrop.com/users/paulmck/rclock/
4624 L: linux-kernel@vger.kernel.org
4626 F: Documentation/RCU/rcu.txt
4627 F: Documentation/RCU/rcuref.txt
4628 F: include/linux/rcupdate.h
4629 F: include/linux/srcu.h
4630 F: kernel/rcupdate.c
4632 REAL TIME CLOCK DRIVER
4634 M: p_gortmaker@yahoo.com
4635 L: linux-kernel@vger.kernel.org
4637 F: Documentation/rtc.txt
4639 F: include/linux/rtc.h
4641 REAL TIME CLOCK (RTC) SUBSYSTEM
4643 M: a.zummo@towertech.it
4644 L: rtc-linux@googlegroups.com
4646 F: Documentation/rtc.txt
4648 F: include/linux/rtc.h
4650 REISERFS FILE SYSTEM
4651 L: reiserfs-devel@vger.kernel.org
4657 M: IvDoorn@gmail.com
4658 L: netdev@vger.kernel.org
4660 F Documentation/rfkill.txt
4665 F: Documentation/serial/riscom8.txt
4666 F: drivers/char/riscom8*
4670 W: http://www.comtrol.com
4672 F: Documentation/serial/rocket.txt
4673 F: drivers/char/rocket*
4677 M: ralf@linux-mips.org
4678 L: linux-hams@vger.kernel.org
4679 W: http://www.linux-ax25.org/
4681 F: include/linux/rose.h
4682 F: include/net/rose.h
4685 RTL8180 WIRELESS DRIVER
4687 M: linville@tuxdriver.com
4688 L: linux-wireless@vger.kernel.org
4689 W: http://linuxwireless.org/
4690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4692 F: drivers/net/wireless/rtl818*
4694 RTL8187 WIRELESS DRIVER
4695 P: Herton Ronaldo Krzesinski
4696 M: herton@mandriva.com.br
4698 M: htl10@users.sourceforge.net
4700 M: Larry.Finger@lwfinger.net
4701 L: linux-wireless@vger.kernel.org
4702 W: http://linuxwireless.org/
4703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4705 F: drivers/net/wireless/rtl818x/rtl8187*
4707 S3 SAVAGE FRAMEBUFFER DRIVER
4709 M: adaplas@gmail.com
4710 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4712 F: drivers/video/savage/
4715 P: Martin Schwidefsky
4716 M: schwidefsky@de.ibm.com
4718 M: heiko.carstens@de.ibm.com
4719 M: linux390@de.ibm.com
4720 L: linux-s390@vger.kernel.org
4721 W: http://www.ibm.com/developerworks/linux/linux390/
4725 S390 NETWORK DRIVERS
4727 M: ursula.braun@de.ibm.com
4729 M: blaschka@linux.vnet.ibm.com
4730 M: linux390@de.ibm.com
4731 L: linux-s390@vger.kernel.org
4732 W: http://www.ibm.com/developerworks/linux/linux390/
4734 F: drivers/s390/net/
4738 M: felix.beck@de.ibm.com
4740 M: ralph.wuerthner@de.ibm.com
4741 M: linux390@de.ibm.com
4742 L: linux-s390@vger.kernel.org
4744 F: drivers/s390/crypto/
4748 M: christof.schmitt@de.ibm.com
4751 M: linux390@de.ibm.com
4752 L: linux-s390@vger.kernel.org
4753 W: http://www.ibm.com/developerworks/linux/linux390/
4755 F: Documentation/s390/zfcpdump.txt
4756 F: drivers/s390/scsi/zfcp_*
4758 S390 IUCV NETWORK LAYER
4760 M: ursula.braun@de.ibm.com
4761 M: linux390@de.ibm.com
4762 L: linux-s390@vger.kernel.org
4763 W: http://www.ibm.com/developerworks/linux/linux390/
4765 F: drivers/s390/net/*iucv*
4766 F: include/net/iucv/
4769 S3C24XX SD/MMC Driver
4771 M: ben-linux@fluff.org
4772 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4773 L: linux-kernel@vger.kernel.org
4775 F: drivers/mmc/host/s3cmci.*
4777 SAA7146 VIDEO4LINUX-2 DRIVER
4780 L: linux-media@vger.kernel.org
4781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4782 W: http://www.mihu.de/linux/saa7146
4784 F: drivers/media/common/saa7146*
4785 F: drivers/media/video/*7146*
4786 F: include/media/*7146*
4790 M: zwane@arm.linux.org.uk
4792 F: drivers/watchdog/sc1200wdt.c
4798 M: peterz@infradead.org
4799 L: linux-kernel@vger.kernel.org
4802 F: include/linux/sched.h
4807 L: linux-scsi@vger.kernel.org
4808 W: http://www.kernel.dk
4814 M: dgilbert@interlog.com
4815 L: linux-scsi@vger.kernel.org
4816 W: http://www.torque.net/sg
4818 F: drivers/scsi/sg.c
4819 F: include/scsi/sg.h
4822 P: James E.J. Bottomley
4823 M: James.Bottomley@HansenPartnership.com
4824 L: linux-scsi@vger.kernel.org
4825 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4826 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4834 M: Kai.Makisara@kolumbus.fi
4835 L: linux-scsi@vger.kernel.org
4837 F: Documentation/scsi/st.txt
4842 M: vladislav.yasevich@hp.com
4843 P: Sridhar Samudrala
4845 L: linux-sctp@vger.kernel.org
4846 W: http://lksctp.sourceforge.net
4848 F: Documentation/networking/sctp.txt
4849 F: include/linux/sctp.h
4850 F: include/net/sctp/
4855 M: jim.cromie@gmail.com
4857 F: Documentation/i2c/busses/scx200_acb
4858 F: arch/x86/kernel/scx200_32.c
4859 F: drivers/watchdog/scx200_wdt.c
4860 F: drivers/i2c/busses/scx200*
4861 F: drivers/mtd/maps/scx200_docflash.c
4862 F: include/linux/scx200.h
4866 M: jim.cromie@gmail.com
4868 F: drivers/char/scx200_gpio.c
4869 F: include/linux/scx200_gpio.h
4871 SCx200 HRT CLOCKSOURCE DRIVER
4873 M: jim.cromie@gmail.com
4875 F: drivers/clocksource/scx200_hrt.c
4877 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4879 M: saschasommer@freenet.de
4880 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4882 F: drivers/mmc/host/sdricoh_cs.c
4884 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4887 L: sdhci-devel@lists.ossman.eu
4890 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4892 M: avorontsov@ru.mvista.com
4893 L: linuxppc-dev@ozlabs.org
4894 L: sdhci-devel@lists.ossman.eu
4896 F: drivers/mmc/host/sdhci.*
4900 M: jmorris@namei.org
4901 L: linux-kernel@vger.kernel.org
4902 L: linux-security-module@vger.kernel.org (suggested Cc:)
4903 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4904 W: http://security.wiki.kernel.org/
4909 P: Security Officers
4910 M: security@kernel.org
4913 SELINUX SECURITY MODULE
4915 M: sds@tycho.nsa.gov
4917 M: jmorris@namei.org
4919 M: eparis@parisplace.org
4920 L: linux-kernel@vger.kernel.org (kernel issues)
4921 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4922 W: http://selinuxproject.org
4923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4925 F: include/linux/selinux*
4926 F: security/selinux/
4930 M: jirislaby@gmail.com
4932 F: drivers/misc/phantom.c
4933 F: include/linux/phantom.h
4935 SERIAL ATA (SATA) SUBSYSTEM
4937 M: jgarzik@pobox.com
4938 L: linux-ide@vger.kernel.org
4939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4942 F: include/linux/ata.h
4943 F: include/linux/libata.h
4945 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4947 M: sathyap@serverengines.com
4948 P: Subbu Seetharaman
4949 M: subbus@serverengines.com
4950 L: netdev@vger.kernel.org
4951 W: http://www.serverengines.com
4953 F: drivers/net/benet/
4958 P: Robert Stonehouse
4959 M: linux-net-drivers@solarflare.com
4967 F: drivers/misc/sgi-gru/
4969 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4972 L: linux-ia64@vger.kernel.org
4974 F: Documentation/ia64/serial.txt
4975 F: drivers/serial/ioc?_serial.c
4976 F: include/linux/ioc?.h
4978 SGI VISUAL WORKSTATION 320 AND 540
4981 L: linux-visws-devel@lists.sf.net
4982 W: http://linux-visws.sf.net
4983 S: Maintained for 2.6.
4984 F: Documentation/sgi-visws.txt
4986 SGI XP/XPC/XPNET DRIVER
4990 F: drivers/misc/sgi-xp/
4992 SHARP LH SUPPORT (LH7952X & LH7A40X)
4995 W: http://projects.buici.com/arm
4996 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4998 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4999 F: arch/arm/mach-lh7a40x/
5000 F: drivers/serial/serial_lh7a40x.c
5001 F: drivers/usb/gadget/lh7a40*
5002 F: drivers/usb/host/ohci-lh7a40*
5005 P: Kristen Carlson Accardi
5006 M: kristen.c.accardi@intel.com
5007 L: linux-pci@vger.kernel.org
5009 F: drivers/pci/hotplug/shpchp*
5011 SIMTEC EB110ATX (Chalice CATS)
5014 M: support@simtec.co.uk
5015 W: http://www.simtec.co.uk/products/EB110ATX/
5017 F: arch/arm/mach-ebsa110/
5019 SIMTEC EB2410ITX (BAST)
5022 M: support@simtec.co.uk
5023 W: http://www.simtec.co.uk/products/EB2410ITX/
5025 F: arch/arm/mach-s3c2410/
5026 F: drivers/*/*s3c2410*
5027 F: drivers/*/*/*s3c2410*
5029 SIS 190 ETHERNET DRIVER
5031 M: romieu@fr.zoreil.com
5032 L: netdev@vger.kernel.org
5034 F: drivers/net/sis190.c
5036 SIS 900/7016 FAST ETHERNET DRIVER
5038 M: venza@brownhat.org
5039 W: http://www.brownhat.org/sis900.html
5040 L: netdev@vger.kernel.org
5042 F: drivers/net/sis900.*
5044 SIS 96X I2C/SMBUS DRIVER
5046 M: mhoffman@lightlink.com
5047 L: linux-i2c@vger.kernel.org
5049 F: Documentation/i2c/busses/i2c-sis96x
5050 F: drivers/i2c/busses/i2c-sis96x.c
5052 SIS FRAMEBUFFER DRIVER
5053 P: Thomas Winischhofer
5054 M: thomas@winischhofer.net
5055 W: http://www.winischhofer.net/linuxsisvga.shtml
5057 F: Documentation/fb/sisfb.txt
5058 F: drivers/video/sis/
5059 F: include/video/sisfb.h
5062 P: Thomas Winischhofer
5063 M: thomas@winischhofer.net
5064 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5066 F: drivers/usb/misc/sisusbvga/
5068 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5069 P: Stephen Hemminger
5070 M: shemminger@linux-foundation.org
5071 L: netdev@vger.kernel.org
5073 F: drivers/net/skge.*
5074 F: drivers/net/sky2.*
5077 P: Christoph Lameter
5078 M: cl@linux-foundation.org
5080 M: penberg@cs.helsinki.fi
5083 L: linux-mm@kvack.org
5085 F: include/linux/sl?b*.h
5088 SMC91x ETHERNET DRIVER
5092 F: drivers/net/smc91x.*
5094 SMSC47B397 HARDWARE MONITOR DRIVER
5096 M: mhoffman@lightlink.com
5097 L: lm-sensors@lm-sensors.org
5099 F: Documentation/hwmon/smsc47b397
5100 F: drivers/hwmon/smsc47b397.c
5102 SMSC911x ETHERNET DRIVER
5103 P: Steve Glendinning
5104 M: steve.glendinning@smsc.com
5105 L: netdev@vger.kernel.org
5107 F: include/linux/smsc911x.h
5108 F: drivers/net/smsc911x.*
5110 SMSC9420 PCI ETHERNET DRIVER
5111 P: Steve Glendinning
5112 M: steve.glendinning@smsc.com
5113 L: netdev@vger.kernel.org
5115 F: drivers/net/smsc9420.*
5119 M: bn@niasdigital.com
5121 F: drivers/uio/uio_smx.c
5123 SN-IA64 (Itanium) SUB-PLATFORM
5126 L: linux-altix@sgi.com
5127 L: linux-ia64@vger.kernel.org
5128 W: http://www.sgi.com/altix
5132 SOC-CAMERA V4L2 SUBSYSTEM
5133 P: Guennadi Liakhovetski
5134 M: g.liakhovetski@gmx.de
5135 L: linux-media@vger.kernel.org
5136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5138 F: include/media/v4l2*
5139 F: drivers/media/video/v4l2*
5141 SOEKRIS NET48XX LED SUPPORT
5145 F: drivers/leds/leds-net48xx.c
5147 SOFTWARE RAID (Multiple Disks) SUPPORT
5150 L: linux-raid@vger.kernel.org
5153 F: include/linux/raid/
5155 SONIC NETWORK DRIVER
5156 P: Thomas Bogendoerfer
5157 M: tsbogend@alpha.franken.de
5158 L: netdev@vger.kernel.org
5160 F: drivers/net/sonic.*
5162 SONICS SILICON BACKPLANE DRIVER (SSB)
5165 L: netdev@vger.kernel.org
5168 F: include/linux/ssb/
5170 SONY VAIO CONTROL DEVICE DRIVER
5172 M: malattia@linux.it
5173 L: linux-acpi@vger.kernel.org
5174 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5176 F: Documentation/laptops/sony-laptop.txt
5177 F: drivers/char/sonypi.c
5178 F: drivers/platform/x86/sony-laptop.c
5179 F: include/linux/sony-laptop.h
5181 SONY MEMORYSTICK CARD SUPPORT
5184 L: linux-kernel@vger.kernel.org
5185 W: http://tifmxx.berlios.de/
5187 F: drivers/memstick/host/tifm_ms.c
5194 L: alsa-devel@alsa-project.org (subscribers-only)
5198 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5200 M: lrg@slimlogic.co.uk
5202 M: broonie@opensource.wolfsonmicro.com
5203 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5204 L: alsa-devel@alsa-project.org (subscribers-only)
5205 W: http://alsa-project.org/main/index.php/ASoC
5209 SPARC + UltraSPARC (sparc/sparc64)
5211 M: davem@davemloft.net
5212 L: sparclinux@vger.kernel.org
5213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5218 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5220 M: R.E.Wolff@BitWizard.nl
5221 L: linux-kernel@vger.kernel.org
5223 F: Documentation/serial/specialix.txt
5224 F: drivers/char/specialix*
5228 M: dbrownell@users.sourceforge.net
5229 L: spi-devel-general@lists.sourceforge.net
5231 F: Documentation/spi/
5233 F: include/linux/spi/
5235 SPIDERNET NETWORK DRIVER for CELL
5237 M: kou.ishizaki@toshiba.co.jp
5240 L: netdev@vger.kernel.org
5242 F: Documentation/networking/spider_net.txt
5243 F: drivers/net/spider_net*
5248 L: linuxppc-dev@ozlabs.org
5249 L: cbe-oss-dev@ozlabs.org
5250 W: http://www.ibm.com/developerworks/power/cell/
5252 F: Documentation/filesystems/spufs.txt
5253 F: arch/powerpc/platforms/cell/spufs/
5255 SQUASHFS FILE SYSTEM
5257 M: phillip@lougher.demon.co.uk
5258 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5259 W: http://squashfs.org.uk
5261 F: Documentation/filesystems/squashfs.txt
5264 SRM (Alpha) environment access
5265 P: Jan-Benedict Glaw
5266 M: jbglaw@lug-owl.de
5267 L: linux-kernel@vger.kernel.org
5269 F: arch/alpha/kernel/srm_env.c
5272 P: Greg Kroah-Hartman
5275 M: chrisw@sous-sol.org
5276 L: stable@kernel.org
5280 P: Greg Kroah-Hartman
5282 L: linux-kernel@vger.kernel.org
5283 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5287 STARFIRE/DURALAN NETWORK DRIVER
5289 M: ionut@cs.columbia.edu
5291 F: drivers/net/starfire*
5293 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5294 W: http://mosquitonet.Stanford.EDU/strip.html
5296 F: drivers/net/wireless/strip.c
5297 F: include/linux/if_strip.h
5299 STRADIS MPEG-2 DECODER DRIVER
5302 W: http://www.stradis.com/
5304 F: drivers/media/video/stradis.c
5309 W: http://sammy.net/sun3/
5311 F: arch/m68k/kernel/*sun3*
5313 F: arch/m68k/include/asm/sun3*
5317 M: lethal@linux-sh.org
5318 L: linux-sh@vger.kernel.org
5319 W: http://www.linux-sh.org
5320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5326 M: len.brown@intel.com
5329 P: Rafael J. Wysocki
5331 L: linux-pm@lists.linux-foundation.org
5333 F: Documentation/power/
5334 F: arch/x86/kernel/acpi/
5335 F: drivers/base/power/
5337 F: include/linux/suspend.h
5338 F: include/linux/freezer.h
5339 F: include/linux/pm.h
5340 F: include/asm-*/suspend.h
5345 L: linux-video@atrey.karlin.mff.cuni.cz
5347 F: Documentation/svga.txt
5348 F: arch/x86/boot/video*
5351 P: Christoph Hellwig
5352 M: hch@infradead.org
5354 F: Documentation/filesystems/sysv-fs.txt
5356 F: include/linux/sysv_fs.h
5358 TASKSTATS STATISTICS INTERFACE
5360 M: balbir@linux.vnet.ibm.com
5361 L: linux-kernel@vger.kernel.org
5363 F: Documentation/accounting/taskstats*
5364 F: include/linux/taskstats*
5365 F: kernel/taskstats.c
5370 L: netdev@vger.kernel.org
5372 F: include/linux/pkt_cls.h
5373 F: include/net/pkt_cls.h
5376 TCP LOW PRIORITY MODULE
5377 P: Wong Hoi Sing, Edison
5378 M: hswong3i@gmail.com
5379 P: Hung Hing Lun, Mike
5380 M: hlhung3i@gmail.com
5381 W: http://tcp-lp-mod.sourceforge.net/
5383 F: net/ipv4/tcp_lp.c
5385 TEHUTI ETHERNET DRIVER
5386 P: Alexander Indenbaum
5387 M: baum@tehutinetworks.net
5389 M: andy@greyhouse.net
5390 L: netdev@vger.kernel.org
5392 F: drivers/net/tehuti*
5394 Telecom Clock Driver for MCPL0010
5396 M: mark.gross@intel.com
5398 F: drivers/char/tlclk.c
5400 TENSILICA XTENSA PORT (xtensa)
5406 THINKPAD ACPI EXTRAS DRIVER
5407 P: Henrique de Moraes Holschuh
5408 M: ibm-acpi@hmh.eng.br
5409 L: ibm-acpi-devel@lists.sourceforge.net
5410 W: http://ibm-acpi.sourceforge.net
5411 W: http://thinkwiki.org/wiki/Ibm-acpi
5412 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5414 F: drivers/platform/x86/thinkpad_acpi.c
5416 TI FLASH MEDIA INTERFACE DRIVER
5420 F: drivers/misc/tifm*
5421 F: drivers/mmc/host/tifm_sd.c
5422 F: include/linux/tifm.h
5424 TI OMAP MMC INTERFACE DRIVER
5425 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5426 M: linux-omap@vger.kernel.org
5427 W: http://linux.omap.com
5428 W: http://www.muru.com/linux/omap/
5430 F: drivers/mmc/host/omap.c
5432 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5434 M: dsaxena@plexity.net
5436 F: drivers/char/hw_random/omap-rng.c
5440 M: per.liden@ericsson.com
5442 M: jon.maloy@ericsson.com
5444 M: allan.stephens@windriver.com
5445 L: tipc-discussion@lists.sourceforge.net
5446 W: http://tipc.sourceforge.net/
5447 W: http://tipc.cslab.ericsson.net/
5448 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5450 F: include/linux/tipc*.h
5451 F: include/net/tipc/
5457 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5458 W: http://sourceforge.net/projects/tlan/
5460 F: Documentation/networking/tlan.txt
5461 F: drivers/net/tlan.*
5463 TOMOYO SECURITY MODULE
5465 M: takedakn@nttdata.co.jp
5467 M: penguin-kernel@I-love.SAKURA.ne.jp
5468 L: linux-kernel@vger.kernel.org (kernel issues)
5469 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5470 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5471 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5472 W: http://tomoyo.sourceforge.jp/
5473 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5477 TOSHIBA ACPI EXTRAS DRIVER
5479 F: drivers/platform/x86/toshiba_acpi.c
5483 M: jonathan@buzzard.org.uk
5484 L: tlinux-users@tce.toshiba-dme.co.jp
5485 W: http://www.buzzard.org.uk/toshiba/
5487 F: drivers/char/toshiba.c
5488 F: include/linux/toshiba.h
5492 M: ian@mnementh.co.uk
5494 F: drivers/mmc/host/tmio_mmc.*
5498 M: debora@linux.vnet.ibm.com
5500 M: srajiv@linux.vnet.ibm.com
5501 W: http://tpmdd.sourceforge.net
5503 M: m.selhorst@sirrix.com
5504 W: http://www.sirrix.com
5505 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5507 F: drivers/char/tpm/
5511 M: trivial@kernel.org
5512 L: linux-kernel@vger.kernel.org
5513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5518 M: alan@lxorguk.ukuu.org.uk
5519 L: linux-kernel@vger.kernel.org
5522 TULIP NETWORK DRIVERS
5524 M: grundler@parisc-linux.org
5527 L: netdev@vger.kernel.org
5529 F: drivers/net/tulip/
5532 P: Maxim Krasnyansky
5533 M: maxk@qualcomm.com
5534 L: vtun@office.satix.net
5535 W: http://vtun.sourceforge.net/tun
5537 F: Documentation/networking/tuntap.txt
5538 F: arch/um/os-Linux/drivers/
5540 TURBOCHANNEL SUBSYSTEM
5541 P: Maciej W. Rozycki
5542 M: macro@linux-mips.org
5545 F: include/linux/tc.h
5549 M: ballabio_dario@emc.com
5550 L: linux-scsi@vger.kernel.org
5552 F: drivers/scsi/u14-34f.c
5554 UBI FILE SYSTEM (UBIFS)
5556 M: dedekind@infradead.org
5558 M: ext-adrian.hunter@nokia.com
5559 L: linux-mtd@lists.infradead.org
5560 T: git git://git.infradead.org/ubifs-2.6.git
5561 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5563 F: Documentation/filesystems/ubifs.txt
5566 UCLINUX (AND M68KNOMMU)
5569 W: http://www.uclinux.org/
5570 L: uclinux-dev@uclinux.org (subscribers-only)
5574 UCLINUX FOR RENESAS H8/300
5576 M: ysato@users.sourceforge.jp
5577 W: http://uclinux-h8.sourceforge.jp/
5583 W: http://linux-udf.sourceforge.net
5585 F: Documentation/filesystems/udf.txt
5589 P: Evgeniy Dushistov
5590 M: dushistov@mail.ru
5591 L: linux-kernel@vger.kernel.org
5593 F: Documentation/filesystems/ufs.txt
5596 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5598 M: david.vrabel@csr.com
5599 L: linux-usb@vger.kernel.org
5602 F: include/linux/uwb.h
5603 F: include/linux/uwb/
5605 UNIFORM CDROM DRIVER
5608 L: linux-kernel@vger.kernel.org
5609 W: http://www.kernel.dk
5611 F: Documentation/cdrom/
5612 F: drivers/cdrom/cdrom.c
5613 F: include/linux/cdrom.h
5615 UNSORTED BLOCK IMAGES (UBI)
5617 M: dedekind@infradead.org
5618 W: http://www.linux-mtd.infradead.org/
5619 L: linux-mtd@lists.infradead.org
5620 T: git git://git.infradead.org/ubi-2.6.git
5623 F: include/linux/mtd/ubi.h
5624 F: include/mtd/ubi-user.h
5628 M: oliver@neukum.name
5629 L: linux-usb@vger.kernel.org
5631 F: Documentation/usb/acm.txt
5632 F: drivers/usb/class/cdc-acm.*
5634 USB BLOCK DRIVER (UB ub)
5636 M: zaitcev@redhat.com
5637 L: linux-kernel@vger.kernel.org
5638 L: linux-usb@vger.kernel.org
5640 F: drivers/block/ub.c
5642 USB CDC ETHERNET DRIVER
5643 P: Greg Kroah-Hartman
5645 L: linux-usb@vger.kernel.org
5647 W: http://www.kroah.com/linux-usb/
5648 F: drivers/net/usb/cdc_*.c
5649 F: include/linux/usb/cdc.h
5651 USB CYPRESS C67X00 DRIVER
5653 M: jacmet@sunsite.dk
5654 L: linux-usb@vger.kernel.org
5656 F: drivers/usb/c67x00/
5658 USB DAVICOM DM9601 DRIVER
5660 M: jacmet@sunsite.dk
5661 L: netdev@vger.kernel.org
5662 W: http://www.linux-usb.org/usbnet
5664 F: drivers/net/usb/dm9601.c
5666 USB DIAMOND RIO500 DRIVER
5669 L: rio500-users@lists.sourceforge.net
5670 W: http://rio500.sourceforge.net
5672 F: drivers/usb/misc/rio500*
5676 M: dbrownell@users.sourceforge.net
5677 L: linux-usb@vger.kernel.org
5679 F: Documentation/usb/ehci.txt
5680 F: drivers/usb/host/ehci*
5682 USB ET61X[12]51 DRIVER
5684 M: luca.risolia@studio.unibo.it
5685 L: linux-usb@vger.kernel.org
5686 L: linux-media@vger.kernel.org
5687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5688 W: http://www.linux-projects.org
5690 F: drivers/media/video/et61x251/
5692 USB GADGET/PERIPHERAL SUBSYSTEM
5694 M: dbrownell@users.sourceforge.net
5695 L: linux-usb@vger.kernel.org
5696 W: http://www.linux-usb.org/gadget
5698 F: drivers/usb/gadget/
5699 F: include/linux/usb/gadget*
5701 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5704 L: linux-usb@vger.kernel.org
5705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5707 F: Documentation/usb/hiddev.txt
5708 F: drivers/hid/usbhid/
5712 M: ok@artecdesign.ee
5713 L: linux-usb@vger.kernel.org
5715 F: drivers/usb/host/isp116x*
5716 F: include/linux/usb/isp116x.h
5718 USB KAWASAKI LSI DRIVER
5720 M: oliver@neukum.name
5721 L: linux-usb@vger.kernel.org
5723 F: drivers/usb/serial/kl5kusb105.*
5725 USB MASS STORAGE DRIVER
5727 M: mdharm-usb@one-eyed-alien.net
5728 L: linux-usb@vger.kernel.org
5729 L: usb-storage@lists.one-eyed-alien.net
5731 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5732 F: drivers/usb/storage/
5736 M: dbrownell@users.sourceforge.net
5737 L: linux-usb@vger.kernel.org
5739 F: Documentation/usb/ohci.txt
5740 F: drivers/usb/host/ohci*
5742 USB OPTION-CARD DRIVER
5744 M: smurf@smurf.noris.de
5745 L: linux-usb@vger.kernel.org
5747 F: drivers/usb/serial/option.c
5751 M: mmcclell@bigfoot.com
5752 L: linux-usb@vger.kernel.org
5753 W: http://alpha.dyndns.org/ov511/
5755 F: drivers/media/video/ov511.*
5759 M: petkan@users.sourceforge.net
5760 L: linux-usb@vger.kernel.org
5761 L: netdev@vger.kernel.org
5762 W: http://pegasus2.sourceforge.net/
5764 F: drivers/net/usb/pegasus.*
5766 USB PRINTER DRIVER (usblp)
5768 M: zaitcev@redhat.com
5769 L: linux-usb@vger.kernel.org
5771 F: drivers/usb/class/usblp.c
5775 M: petkan@users.sourceforge.net
5776 L: linux-usb@vger.kernel.org
5777 L: netdev@vger.kernel.org
5778 W: http://pegasus2.sourceforge.net/
5780 F: drivers/net/usb/rtl8150.c
5785 L: linux-usb@vger.kernel.org
5786 W: http://www.chello.nl/~j.vreeken/se401/
5788 F: Documentation/video4linux/se401.txt
5789 F: drivers/media/video/se401.*
5791 USB SERIAL BELKIN F5U103 DRIVER
5792 P: William Greathouse
5793 M: wgreathouse@smva.com
5794 L: linux-usb@vger.kernel.org
5796 F: drivers/usb/serial/belkin_sa.*
5798 USB SERIAL CYPRESS M8 DRIVER
5800 M: dignome@gmail.com
5801 L: linux-usb@vger.kernel.org
5803 W: http://geocities.com/i0xox0i
5804 W: http://firstlight.net/cvs
5805 F: drivers/usb/serial/cypress_m8.*
5807 USB SERIAL CYBERJACK DRIVER
5808 P: Matthias Bruestle and Harald Welte
5809 M: support@reiner-sct.com
5810 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5812 F: drivers/usb/serial/cyberjack.c
5814 USB SERIAL DIGI ACCELEPORT DRIVER
5815 P: Peter Berger and Al Borchers
5816 M: pberger@brimson.com
5817 M: alborchers@steinerpoint.com
5818 L: linux-usb@vger.kernel.org
5820 F: drivers/usb/serial/digi_acceleport.c
5823 P: Greg Kroah-Hartman
5825 L: linux-usb@vger.kernel.org
5827 F: Documentation/usb/usb-serial.txt
5828 F: drivers/usb/serial/generic.c
5829 F: drivers/usb/serial/usb-serial.c
5830 F: include/linux/usb/serial.h
5832 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5834 M: xavyer@ix.netcom.com
5835 L: linux-usb@vger.kernel.org
5837 F: drivers/usb/serial/empeg.c
5839 USB SERIAL KEYSPAN DRIVER
5840 P: Greg Kroah-Hartman
5842 L: linux-usb@vger.kernel.org
5843 W: http://www.kroah.com/linux/
5845 F: drivers/usb/serial/*keyspan*
5847 USB SERIAL WHITEHEAT DRIVER
5848 P: Support Department
5849 M: support@connecttech.com
5850 L: linux-usb@vger.kernel.org
5851 W: http://www.connecttech.com
5853 F: drivers/usb/serial/whiteheat*
5855 USB SMSC95XX ETHERNET DRIVER
5856 P: Steve Glendinning
5857 M: steve.glendinning@smsc.com
5858 L: netdev@vger.kernel.org
5860 F: drivers/net/usb/smsc95xx.*
5864 M: luca.risolia@studio.unibo.it
5865 L: linux-usb@vger.kernel.org
5866 L: linux-media@vger.kernel.org
5867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5868 W: http://www.linux-projects.org
5870 F: Documentation/video4linux/sn9c102.txt
5871 F: drivers/media/video/sn9c102/
5874 P: Greg Kroah-Hartman
5876 L: linux-usb@vger.kernel.org
5877 W: http://www.linux-usb.org
5878 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5880 F: Documentation/usb/
5883 F: include/linux/usb.h
5884 F: include/linux/usb/
5888 M: stern@rowland.harvard.edu
5889 L: linux-usb@vger.kernel.org
5891 F: drivers/usb/host/uhci*
5893 USB "USBNET" DRIVER FRAMEWORK
5895 M: dbrownell@users.sourceforge.net
5896 L: netdev@vger.kernel.org
5897 W: http://www.linux-usb.org/usbnet
5899 F: drivers/net/usb/usbnet.c
5900 F: include/linux/usb/usbnet.h
5904 M: laurent.pinchart@skynet.be
5905 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5906 L: linux-media@vger.kernel.org
5907 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5908 W: http://linux-uvc.berlios.de
5910 F: drivers/media/video/uvc/
5912 USB W996[87]CF DRIVER
5914 M: luca.risolia@studio.unibo.it
5915 L: linux-usb@vger.kernel.org
5916 L: linux-media@vger.kernel.org
5917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5918 W: http://www.linux-projects.org
5920 F: Documentation/video4linux/w9968cf.txt
5921 F: drivers/media/video/w996*
5923 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5925 M: jussi.kivilinna@mbnet.fi
5926 L: linux-wireless@vger.kernel.org
5928 F: drivers/net/wireless/rndis_wlan.c
5932 M: luca.risolia@studio.unibo.it
5933 L: linux-usb@vger.kernel.org
5934 L: linux-media@vger.kernel.org
5935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5936 W: http://www.linux-projects.org
5938 F: Documentation/video4linux/zc0301.txt
5939 F: drivers/media/video/zc0301/
5944 L: linux-usb@vger.kernel.org
5945 W: http://linux-lc100020.sourceforge.net
5947 F: drivers/net/wireless/zd1201.*
5951 M: royale@zerezo.com
5952 L: linux-usb@vger.kernel.org
5953 L: linux-media@vger.kernel.org
5954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5955 W: http://royale.zerezo.com/zr364xx/
5957 F: Documentation/video4linux/zr364xx.txt
5958 F: drivers/media/video/zr364xx.c
5960 USER-MODE LINUX (UML)
5962 M: jdike@addtoit.com
5963 L: user-mode-linux-devel@lists.sourceforge.net
5964 L: user-mode-linux-user@lists.sourceforge.net
5965 W: http://user-mode-linux.sourceforge.net
5967 F: Documentation/uml/
5974 M: hjk@linutronix.de
5975 P: Greg Kroah-Hartman
5977 L: linux-kernel@vger.kernel.org
5979 F: Documentation/DocBook/uio-howto.tmpl
5981 F: include/linux/uio*.h
5983 UTIL-LINUX-NG PACKAGE
5986 L: util-linux-ng@vger.kernel.org
5987 W: http://kernel.org/~kzak/util-linux-ng/
5988 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5992 P: Michal Januszewski
5994 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5995 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5997 F: Documentation/fb/uvesafb.txt
5998 F: drivers/video/uvesafb.*
6000 VFAT/FAT/MSDOS FILESYSTEM
6002 M: hirofumi@mail.parknet.co.jp
6003 L: linux-kernel@vger.kernel.org
6005 F: Documentation/filesystems/vfat.txt
6008 VIA RHINE NETWORK DRIVER
6012 F: drivers/net/via-rhine.c
6016 M: khali@linux-fr.org
6017 L: linux-i2c@vger.kernel.org
6019 F: Documentation/i2c/busses/i2c-viapro
6020 F: drivers/i2c/busses/i2c-viapro.c
6022 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6024 M: JosephChan@via.com.tw
6026 M: ScottFang@viatech.com.cn
6027 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6029 F: drivers/video/via/
6031 VIA VELOCITY NETWORK DRIVER
6033 M: romieu@fr.zoreil.com
6034 L: netdev@vger.kernel.org
6036 F: drivers/net/via-velocity.*
6041 L: netdev@vger.kernel.org
6043 F: drivers/net/macvlan.c
6044 F: include/linux/if_*vlan.h
6047 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6049 M: lrg@slimlogic.co.uk
6051 M: broonie@opensource.wolfsonmicro.com
6052 W: http://opensource.wolfsonmicro.com/node/15
6053 W: http://www.slimlogic.co.uk/?p=48
6054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6056 F: drivers/regulator/
6057 F: include/linux/regulator/
6059 VT1211 HARDWARE MONITOR DRIVER
6062 L: lm-sensors@lm-sensors.org
6064 F: Documentation/hwmon/vt1211
6065 F: drivers/hwmon/vt1211.c
6067 VT8231 HARDWARE MONITOR DRIVER
6069 M: vt8231@hiddenengine.co.uk
6070 L: lm-sensors@lm-sensors.org
6072 F: drivers/hwmon/vt8231.c
6074 W1 DALLAS'S 1-WIRE BUS
6076 M: johnpol@2ka.mipt.ru
6078 F: Documentation/w1/
6081 W83791D HARDWARE MONITORING DRIVER
6083 M: m.hulsman@tudelft.nl
6084 L: lm-sensors@lm-sensors.org
6086 F: Documentation/hwmon/w83791d
6087 F: drivers/hwmon/w83791d.c
6089 W83793 HARDWARE MONITORING DRIVER
6091 M: r.marek@assembler.cz
6092 L: lm-sensors@lm-sensors.org
6094 F: Documentation/hwmon/w83793
6095 F: drivers/hwmon/w83793.c
6097 W83L51xD SD/MMC CARD INTERFACE DRIVER
6100 L: linux-kernel@vger.kernel.org
6102 F: drivers/mmc/host/wbsd.*
6104 WATCHDOG DEVICE DRIVERS
6107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6109 F: Documentation/watchdog/
6110 F: drivers/watchdog/
6111 F: include/linux/watchdog.h
6113 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6116 L: linux-wireless@vger.kernel.org
6117 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6119 F: Documentation/networking/wavelan.txt
6120 F: drivers/net/wireless/wavelan*
6124 M: zaga@fly.cc.fer.hr
6125 L: linux-scsi@vger.kernel.org
6127 F: drivers/scsi/wd7000.c
6130 P: Inaky Perez-Gonzalez
6131 M: inaky.perez-gonzalez@intel.com
6132 M: linux-wimax@intel.com
6133 L: wimax@linuxwimax.org
6135 W: http://linuxwimax.org
6137 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6139 M: david.vrabel@csr.com
6141 F: include/linux/wlp.h
6144 WISTRON LAPTOP BUTTON DRIVER
6148 F: drivers/input/misc/wistron_btns.c
6150 WL3501 WIRELESS PCMCIA CARD DRIVER
6151 P: Arnaldo Carvalho de Melo
6152 M: acme@ghostprotocols.net
6153 L: linux-wireless@vger.kernel.org
6154 W: http://oops.ghostprotocols.net:81/blog
6156 F: drivers/net/wireless/wl3501*
6158 WM97XX TOUCHSCREEN DRIVERS
6160 M: broonie@opensource.wolfsonmicro.com
6162 M: lrg@slimlogic.co.uk
6163 L: linux-input@vger.kernel.org
6164 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6165 W: http://opensource.wolfsonmicro.com/node/7
6167 F: drivers/input/touchscreen/*wm97*
6168 F: include/linux/wm97xx.h
6172 M: eis@baty.hanse.de
6173 L: linux-x25@vger.kernel.org
6175 F: Documentation/networking/x25*
6179 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6181 M: tglx@linutronix.de
6187 L: linux-kernel@vger.kernel.org
6188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6190 F: Documentation/x86/
6193 XEN HYPERVISOR INTERFACE
6194 P: Jeremy Fitzhardinge
6195 M: jeremy@xensource.com
6197 M: chrisw@sous-sol.org
6198 L: virtualization@lists.osdl.org
6199 L: xen-devel@lists.xensource.com
6202 F: drivers/*/xen-*front.c
6204 F: arch/x86/include/asm/xen/
6208 P: Silicon Graphics Inc
6211 M: xfs-masters@oss.sgi.com
6213 W: http://oss.sgi.com/projects/xfs
6214 T: git git://oss.sgi.com/xfs/xfs.git
6216 F: Documentation/filesystems/xfs.txt
6219 XILINX SYSTEMACE DRIVER
6221 M: grant.likely@secretlab.ca
6222 W: http://www.secretlab.ca/
6223 L: linux-kernel@vger.kernel.org
6225 F: drivers/block/xsysace.c
6227 XILINX UARTLITE SERIAL DRIVER
6229 M: jacmet@sunsite.dk
6230 L: linux-serial@vger.kernel.org
6232 F: drivers/serial/uartlite.c
6234 YAM DRIVER FOR AX.25
6235 P: Jean-Paul Roubelat
6237 L: linux-hams@vger.kernel.org
6239 F: drivers/net/hamradio/yam*
6240 F: include/linux/yam.h
6242 YEALINK PHONE DRIVER
6244 M: Henk.Vergonet@gmail.com
6245 L: usbb2k-api-dev@nongnu.org
6247 F: Documentation/input/yealink.txt
6248 F: drivers/input/misc/yealink.*
6250 Z8530 DRIVER FOR AX.25
6253 W: http://yaina.de/jreuter/
6254 W: http://www.qsl.net/dl1bke/
6255 L: linux-hams@vger.kernel.org
6257 F: Documentation/networking/z8530drv.txt
6258 F: drivers/net/hamradio/*scc.c
6259 F: drivers/net/hamradio/z8530.h
6261 ZD1211RW WIRELESS DRIVER
6265 M: kune@deine-taler.de
6266 W: http://zd1211.ath.cx/wiki/DriverRewrite
6267 L: linux-wireless@vger.kernel.org
6268 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6270 F: drivers/net/wireless/zd1211rw/
6272 ZR36067 VIDEO FOR LINUX DRIVER
6273 L: mjpeg-users@lists.sourceforge.net
6274 L: linux-media@vger.kernel.org
6275 W: http://mjpeg.sourceforge.net/driver-zoran/
6276 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6278 F: drivers/media/video/zoran/
6280 ZS DECSTATION Z85C30 SERIAL DRIVER
6281 P: Maciej W. Rozycki
6282 M: macro@linux-mips.org
6284 F: drivers/serial/zs.*
6288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6289 S: Buried alive in reporters