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
1282 P: Wolfgang Grandegger
1283 M: wg@grandegger.com
1284 L: socketcan-core@lists.berlios.de (subscribers-only)
1285 W: http://developer.berlios.de/projects/socketcan/
1288 CELL BROADBAND ENGINE ARCHITECTURE
1291 L: linuxppc-dev@ozlabs.org
1292 L: cbe-oss-dev@ozlabs.org
1293 W: http://www.ibm.com/developerworks/power/cell/
1295 F: arch/powerpc/include/asm/cell*.h
1296 F: arch/powerpc/include/asm/lv1call.h
1297 F: arch/powerpc/include/asm/ps3*.h
1298 F: arch/powerpc/include/asm/spu*.h
1299 F: arch/powerpc/oprofile/*cell*
1300 F: arch/powerpc/platforms/cell/
1301 F: arch/powerpc/platforms/ps3/
1303 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1305 M: david.vrabel@csr.com
1306 L: linux-usb@vger.kernel.org
1308 F: Documentation/usb/WUSB-Design-overview.txt
1309 F: Documentation/usb/wusb-cbaf
1310 F: drivers/usb/wusbcore/
1311 F: include/linux/usb/wusb*
1313 CFAG12864B LCD DRIVER
1314 P: Miguel Ojeda Sandonis
1315 M: miguel.ojeda.sandonis@gmail.com
1316 L: linux-kernel@vger.kernel.org
1317 W: http://miguelojeda.es/auxdisplay.htm
1318 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1320 F: drivers/auxdisplay/cfag12864b.c
1321 F: include/linux/cfag12864b.h
1323 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1324 P: Miguel Ojeda Sandonis
1325 M: miguel.ojeda.sandonis@gmail.com
1326 L: linux-kernel@vger.kernel.org
1327 W: http://miguelojeda.es/auxdisplay.htm
1328 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1330 F: drivers/auxdisplay/cfag12864bfb.c
1331 F: include/linux/cfag12864b.h
1333 CFG80211 and NL80211
1335 M: johannes@sipsolutions.net
1336 L: linux-wireless@vger.kernel.org
1338 F: include/linux/nl80211.h
1339 F: include/net/cfg80211.h
1341 X: net/wireless/wext*
1345 M: apw@canonical.com
1346 L: linux-kernel@vger.kernel.org
1348 F: scripts/checkpatch.pl
1350 CISCO 10G ETHERNET DRIVER
1352 M: scofeldm@cisco.com
1354 M: jeykholt@cisco.com
1356 F: drivers/net/enic/
1358 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1359 P: Lennert Buytenhek
1360 M: kernel@wantstofly.org
1361 L: netdev@vger.kernel.org
1363 F: drivers/net/arm/ep93xx_eth.c
1365 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1366 P: Lennert Buytenhek
1367 M: kernel@wantstofly.org
1368 L: linux-usb@vger.kernel.org
1370 F: drivers/usb/host/ohci-ep93xx.c
1372 CIRRUS LOGIC CS4270 SOUND DRIVER
1374 M: timur@freescale.com
1375 L: alsa-devel@alsa-project.org
1377 F: sound/soc/codecs/cs4270*
1379 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1380 P: Cirrus Logic Corporation (kernel 2.2 driver)
1381 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1382 P: Nils Faerber (port to kernel 2.4)
1383 M: Nils Faerber <nils@kernelconcepts.de>
1385 F: Documentation/input/cs461x.txt
1386 F: sound/pci/cs46xx/
1390 M: jaharkes@cs.cmu.edu
1392 L: codalist@coda.cs.cmu.edu
1393 W: http://www.coda.cs.cmu.edu/
1395 F: Documentation/filesystems/coda.txt
1397 F: include/linux/coda*.h
1399 COMMON INTERNET FILE SYSTEM (CIFS)
1401 M: sfrench@samba.org
1402 L: linux-cifs-client@lists.samba.org
1403 L: samba-technical@lists.samba.org
1404 W: http://linux-cifs.samba.org/
1405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1407 F: Documentation/filesystems/cifs.txt
1410 COMPACTPCI HOTPLUG CORE
1412 M: scottm@somanetworks.com
1413 M: scott@spiteful.org
1414 L: linux-pci@vger.kernel.org
1416 F: drivers/pci/hotplug/cpci_hotplug*
1418 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1420 M: scottm@somanetworks.com
1421 M: scott@spiteful.org
1422 L: linux-pci@vger.kernel.org
1424 F: drivers/pci/hotplug/cpcihp_zt5550.*
1426 COMPACTPCI HOTPLUG GENERIC DRIVER
1428 M: scottm@somanetworks.com
1429 M: scott@spiteful.org
1430 L: linux-pci@vger.kernel.org
1432 F: drivers/pci/hotplug/cpcihp_generic.c
1434 COMPAL LAPTOP SUPPORT
1435 P: Cezary Jackiewicz
1436 M: cezary.jackiewicz@gmail.com
1438 F: drivers/platform/x86/compal-laptop.c
1440 COMPUTONE INTELLIPORT MULTIPORT CARD
1441 P: Michael H. Warfield
1443 W: http://www.wittsend.com/computone.html
1445 F: Documentation/serial/computone.txt
1446 F: drivers/char/ip2/
1448 CONEXANT ACCESSRUNNER USB DRIVER
1450 M: cxacru@fire.lp0.eu
1451 L: accessrunner-general@lists.sourceforge.net
1452 W: http://accessrunner.sourceforge.net/
1454 F: drivers/usb/atm/cxacru.c
1458 M: joel.becker@oracle.com
1459 L: linux-kernel@vger.kernel.org
1462 F: include/linux/configfs.h
1464 CONTROL GROUPS (CGROUPS)
1466 M: menage@google.com
1468 M: lizf@cn.fujitsu.com
1469 L: containers@lists.linux-foundation.org
1471 F: include/linux/cgroup*
1474 CORETEMP HARDWARE MONITORING DRIVER
1476 M: r.marek@assembler.cz
1477 L: lm-sensors@lm-sensors.org
1479 F: Documentation/hwmon/coretemp
1480 F: drivers/hwmon/coretemp.c
1482 COSA/SRP SYNC SERIAL DRIVER
1483 P: Jan "Yenya" Kasprzak
1485 W: http://www.fi.muni.cz/~kas/cosa/
1487 F: drivers/net/wan/cosa*
1489 CPU FREQUENCY DRIVERS
1492 L: cpufreq@vger.kernel.org
1493 W: http://www.codemonkey.org.uk/projects/cpufreq/
1494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1496 F: arch/x86/kernel/cpu/cpufreq/
1498 F: include/linux/cpufreq.h
1504 F: arch/x86/kernel/cpuid.c
1505 F: arch/x86/kernel/msr.c
1509 M: menage@google.com
1510 L: linux-kernel@vger.kernel.org
1511 W: http://www.bullopensource.org/cpuset/
1512 W: http://oss.sgi.com/projects/cpusets/
1514 F: Documentation/cgroups/cpusets.txt
1515 F: include/linux/cpuset.h
1519 W: http://sourceforge.net/projects/cramfs/
1521 F: Documentation/filesystems/cramfs.txt
1528 M: jesper.nilsson@axis.com
1529 L: dev-etrax@axis.com
1530 W: http://developer.axis.com
1536 M: herbert@gondor.apana.org.au
1538 M: davem@davemloft.net
1539 L: linux-crypto@vger.kernel.org
1540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1542 F: Documentation/crypto/
1548 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1550 M: nhorman@tuxdriver.com
1551 L: linux-crypto@vger.kernel.org
1554 CS5535 Audio ALSA driver
1556 M: jayakumar.alsa@gmail.com
1558 F: sound/pci/cs5535audio/
1560 CX18 VIDEO4LINUX DRIVER
1562 M: hverkuil@xs4all.nl
1565 L: ivtv-devel@ivtvdriver.org
1566 L: ivtv-users@ivtvdriver.org
1567 L: linux-media@vger.kernel.org
1568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1569 W: http://linuxtv.org
1571 F: Documentation/video4linux/cx18.txt
1572 F: drivers/media/video/cx18/
1574 CXGB3 ETHERNET DRIVER (CXGB3)
1577 L: netdev@vger.kernel.org
1578 W: http://www.chelsio.com
1580 F: drivers/net/cxgb3/
1582 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1584 M: swise@chelsio.com
1585 L: general@lists.openfabrics.org
1586 W: http://www.openfabrics.org
1588 F: drivers/infiniband/hw/cxgb3/
1592 M: rmk@arm.linux.org.uk
1593 W: http://www.arm.linux.org.uk/
1595 F: drivers/video/cyber2000fb.*
1597 CYCLADES 2X SYNC CARD DRIVER
1598 P: Arnaldo Carvalho de Melo
1599 M: acme@ghostprotocols.net
1600 W: http://oops.ghostprotocols.net:81/blog
1602 F: drivers/net/wan/cycx*
1604 CYCLADES ASYNC MUX DRIVER
1605 W: http://www.cyclades.com/
1607 F: drivers/char/cyclades.c
1608 F: include/linux/cyclades.h
1610 CYCLADES PC300 DRIVER
1611 W: http://www.cyclades.com/
1613 F: drivers/net/wan/pc300*
1615 DAMA SLAVE for AX.25
1618 W: http://yaina.de/jreuter/
1619 W: http://www.qsl.net/dl1bke/
1620 L: linux-hams@vger.kernel.org
1622 F: net/ax25/af_ax25.c
1623 F: net/ax25/ax25_dev.c
1624 F: net/ax25/ax25_ds_*
1625 F: net/ax25/ax25_in.c
1626 F: net/ax25/ax25_out.c
1627 F: net/ax25/ax25_timer.c
1628 F: net/ax25/sysctl_net_ax25.c
1630 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1632 M: tori@unhappy.mine.nu
1633 L: netdev@vger.kernel.org
1635 F: Documentation/networking/dmfe.txt
1636 F: drivers/net/tulip/dmfe.c
1638 DC390/AM53C974 SCSI driver
1641 W: http://www.garloff.de/kurt/linux/dc390/
1642 P: Guennadi Liakhovetski
1643 M: g.liakhovetski@gmx.de
1645 F: drivers/scsi/tmscsim.*
1649 M: oliver@neukum.name
1653 M: lenehan@twibble.org
1654 W: http://twibble.org/dist/dc395x/
1655 L: dc395x@twibble.org
1656 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1658 F: Documentation/scsi/dc395x.txt
1659 F: drivers/scsi/dc395x.*
1662 P: Arnaldo Carvalho de Melo
1663 M: acme@ghostprotocols.net
1664 L: dccp@vger.kernel.org
1665 W: http://linux-net.osdl.org/index.php/DCCP
1667 F: include/linux/dccp.h
1668 F: include/linux/tfrc.h
1671 DECnet NETWORK LAYER
1672 P: Christine Caulfield
1673 M: christine.caulfield@googlemail.com
1674 W: http://linux-decnet.sourceforge.net
1675 L: linux-decnet-user@lists.sourceforge.net
1677 F: Documentation/networking/decnet.txt
1680 DEFXX FDDI NETWORK DRIVER
1681 P: Maciej W. Rozycki
1682 M: macro@linux-mips.org
1684 F: drivers/net/defxx.*
1688 M: mjg59@srcf.ucam.org
1690 F: drivers/platform/x86/dell-laptop.c
1692 DELL LAPTOP SMM DRIVER
1693 P: Massimo Dal Zotto
1695 W: http://www.debian.org/~dz/i8k/
1697 F: drivers/char/i8k.c
1698 F: include/linux/i8k.h
1700 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1702 M: Douglas_Warzecha@dell.com
1704 F: Documentation/dcdbas.txt
1705 F: drivers/firmware/dcdbas.*
1707 DELL WMI EXTRAS DRIVER
1709 M: mjg59@srcf.ucam.org
1712 DEVICE NUMBER REGISTRY
1714 M: device@lanana.org
1715 W: http://lanana.org/docs/device-list/index.html
1716 L: linux-kernel@vger.kernel.org
1721 L: dm-devel@redhat.com
1722 W: http://sources.redhat.com/dm
1724 F: Documentation/device-mapper/
1726 F: include/linux/device-mapper.h
1727 F: include/linux/dm-*.h
1729 DIGI INTL. EPCA DRIVER
1730 P: Digi International, Inc
1731 M: Eng.Linux@digi.com
1732 L: Eng.Linux@digi.com
1733 W: http://www.digi.com
1735 F: Documentation/serial/digiepca.txt
1736 F: drivers/char/epca*
1737 F: drivers/char/digi*
1739 DIRECTORY NOTIFICATION (DNOTIFY)
1741 M: sfr@canb.auug.org.au
1742 L: linux-kernel@vger.kernel.org
1744 F: Documentation/filesystems/dnotify.txt
1745 F: fs/notify/dnotify/
1746 F: include/linux/dnotify.h
1748 DISK GEOMETRY AND PARTITION HANDLING
1751 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1752 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1753 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1759 L: linux-kernel@vger.kernel.org
1761 F: Documentation/filesystems/quota.txt
1763 F: include/linux/quota*.h
1765 DISTRIBUTED LOCK MANAGER (DLM)
1766 P: Christine Caulfield
1767 M: ccaulfie@redhat.com
1769 M: teigland@redhat.com
1770 L: cluster-devel@redhat.com
1771 W: http://sources.redhat.com/cluster/
1772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1776 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1778 M: maciej.sosnowski@intel.com
1780 M: dan.j.williams@intel.com
1781 L: linux-kernel@vger.kernel.org
1784 F: include/linux/dma*
1786 DME1737 HARDWARE MONITOR DRIVER
1789 L: lm-sensors@lm-sensors.org
1791 F: Documentation/hwmon/dme1737
1792 F: drivers/hwmon/dme1737.c
1794 DOCBOOK FOR DOCUMENTATION
1796 M: rdunlap@xenotime.net
1799 DOCKING STATION DRIVER
1801 M: shaohua.li@intel.com
1802 L: linux-acpi@vger.kernel.org
1804 F: drivers/acpi/dock.c
1808 M: rdunlap@xenotime.net
1809 L: linux-doc@vger.kernel.org
1814 P: James R. Van Zandt
1815 M: jrv@vanzandt.mv.com
1816 L: blinux-list@redhat.com
1818 F: drivers/char/dtlk.c
1819 F: include/linux/dtlk.h
1821 DPT_I2O SCSI RAID DRIVER
1822 P: Adaptec OEM Raid Solutions
1823 M: aacraid@adaptec.com
1824 L: linux-scsi@vger.kernel.org
1825 W: http://www.adaptec.com/
1827 F: drivers/scsi/dpt*
1828 F: drivers/scsi/dpt/
1830 DRIVER CORE, KOBJECTS, AND SYSFS
1831 P: Greg Kroah-Hartman
1833 L: linux-kernel@vger.kernel.org
1834 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1836 F: Documentation/kobject.txt
1839 F: include/linux/kobj*
1845 L: dri-devel@lists.sourceforge.net
1846 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1852 M: romieu@fr.zoreil.com
1853 L: netdev@vger.kernel.org
1855 F: drivers/net/wan/dscc4.c
1857 DZ DECSTATION DZ11 SERIAL DRIVER
1858 P: Maciej W. Rozycki
1859 M: macro@linux-mips.org
1861 F: drivers/serial/dz.*
1863 EATA-DMA SCSI DRIVER
1865 M: mike@i-Connect.Net
1866 L: linux-eata@i-connect.net
1867 L: linux-scsi@vger.kernel.org
1869 F: drivers/scsi/eata*
1871 EATA ISA/EISA/PCI SCSI DRIVER
1873 M: ballabio_dario@emc.com
1874 L: linux-scsi@vger.kernel.org
1876 F: drivers/scsi/eata.c
1878 EATA-PIO SCSI DRIVER
1880 M: mike@i-Connect.Net
1881 L: linux-eata@i-connect.net
1882 L: linux-scsi@vger.kernel.org
1884 F: drivers/scsi/eata_pio.*
1888 M: bart.de.schuymer@pandora.be
1889 L: ebtables-user@lists.sourceforge.net
1890 L: ebtables-devel@lists.sourceforge.net
1891 W: http://ebtables.sourceforge.net/
1893 F: include/linux/netfilter_bridge/ebt_*.h
1894 F: net/bridge/netfilter/ebt*.c
1898 M: tyhicks@linux.vnet.ibm.com
1900 P: kirkland@canonical.com
1901 L: ecryptfs-devel@lists.launchpad.net
1902 W: https://launchpad.net/ecryptfs
1904 F: Documentation/filesystems/ecryptfs.txt
1909 M: dougthompson@xmission.com
1910 L: bluesmoke-devel@lists.sourceforge.net
1911 W: bluesmoke.sourceforge.net
1913 F: Documentation/edac.txt
1914 F: drivers/edac/edac_*
1915 F: include/linux/edac.h
1920 M: mark.gross@intel.com
1921 M: dougthompson@xmission.com
1922 L: bluesmoke-devel@lists.sourceforge.net
1923 W: bluesmoke.sourceforge.net
1925 F: drivers/edac/e752x_edac.c
1929 M: dougthompson@xmission.com
1930 L: bluesmoke-devel@lists.sourceforge.net
1931 W: bluesmoke.sourceforge.net
1933 F: drivers/edac/e7xxx_edac.c
1937 M: tim@buttersideup.com
1938 L: bluesmoke-devel@lists.sourceforge.net
1939 W: bluesmoke.sourceforge.net
1941 F: drivers/edac/i82443bxgx_edac.c
1945 M: juhlenko@akamai.com
1946 L: bluesmoke-devel@lists.sourceforge.net
1947 W: bluesmoke.sourceforge.net
1949 F: drivers/edac/i3000_edac.c
1953 M: dougthompson@xmission.com
1954 L: bluesmoke-devel@lists.sourceforge.net
1955 W: bluesmoke.sourceforge.net
1957 F: drivers/edac/i5000_edac.c
1960 P: Mauro Carvalho Chehab
1961 M: mchehab@redhat.com
1962 L: bluesmoke-devel@lists.sourceforge.net
1963 W: bluesmoke.sourceforge.net
1965 F: drivers/edac/i5400_edac.c
1968 P: Ranganathan Desikan
1970 M: rdesikan@jetzbroadband.com
1971 M: arvind@acarlab.com
1972 L: bluesmoke-devel@lists.sourceforge.net
1973 W: bluesmoke.sourceforge.net
1975 F: drivers/edac/i82975x_edac.c
1980 L: bluesmoke-devel@lists.sourceforge.net
1981 W: bluesmoke.sourceforge.net
1983 F: drivers/edac/pasemi_edac.c
1987 M: tim@buttersideup.com
1988 L: bluesmoke-devel@lists.sourceforge.net
1989 W: bluesmoke.sourceforge.net
1991 F: drivers/edac/r82600_edac.c
1993 EEEPC LAPTOP EXTRAS DRIVER
1995 M: corentincj@iksaif.net
1996 L: acpi4asus-user@lists.sourceforge.net
1997 W: http://sourceforge.net/projects/acpi4asus
1999 F: drivers/platform/x86/eeepc-laptop.c
2002 W: http://aeschi.ch.eu.org/efs/
2006 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2008 M: hnguyen@de.ibm.com
2010 M: raisch@de.ibm.com
2011 L: general@lists.openfabrics.org
2013 F: drivers/infiniband/hw/ehca/
2017 M: paul.gortmaker@windriver.com
2019 M: dwmw2@infradead.org
2020 L: linux-embedded@vger.kernel.org
2023 EMULEX LPFC FC SCSI DRIVER
2025 M: james.smart@emulex.com
2026 L: linux-scsi@vger.kernel.org
2027 W: http://sourceforge.net/projects/lpfcxxxx
2029 F: drivers/scsi/lpfc/
2031 EPSON 1355 FRAMEBUFFER DRIVER
2032 P: Christopher Hoover
2033 M: ch@murgatroid.com
2034 P: Christopher Hoover
2037 F: drivers/video/epson1355fb.c
2039 EPSON S1D13XXX FRAMEBUFFER DRIVER
2040 P: Kristoffer Ericson
2041 M: kristoffer.ericson@gmail.com
2043 F: drivers/video/s1d13xxxfb.c
2044 F: include/video/s1d13xxxfb.h
2046 ETHEREXPRESS-16 NETWORK DRIVER
2049 L: netdev@vger.kernel.org
2051 F: drivers/net/eexpress.*
2054 P: Stephen Hemminger
2055 M: shemminger@linux-foundation.org
2056 L: bridge@lists.linux-foundation.org
2057 W: http://www.linux-foundation.org/en/Net:Bridge
2059 F: include/linux/netfilter_bridge/
2062 ETHERTEAM 16I DRIVER
2066 F: drivers/net/eth16i.c
2069 L: linux-ext4@vger.kernel.org
2071 F: Documentation/filesystems/ext2.txt
2073 F: include/linux/ext2*
2079 M: akpm@linux-foundation.org
2082 L: linux-ext4@vger.kernel.org
2084 F: Documentation/filesystems/ext3.txt
2086 F: include/linux/ext3*
2093 L: linux-ext4@vger.kernel.org
2094 W: http://ext4.wiki.kernel.org
2096 F: Documentation/filesystems/ext4.txt
2099 F71805F HARDWARE MONITORING DRIVER
2101 M: khali@linux-fr.org
2102 L: lm-sensors@lm-sensors.org
2104 F: Documentation/hwmon/f71805f
2105 F: drivers/hwmon/f71805f.c
2107 FARSYNC SYNCHRONOUS DRIVER
2109 M: kevin.curtis@farsite.co.uk
2110 W: http://www.farsite.co.uk/
2112 F: drivers/net/wan/farsync.*
2114 FAULT INJECTION SUPPORT
2116 M: akinobu.mita@gmail.com
2118 F: Documentation/fault-injection/
2119 F: lib/fault-inject.c
2121 FILE LOCKING (flock() and fcntl()/lockf())
2124 L: linux-fsdevel@vger.kernel.org
2126 F: include/linux/fcntl.h
2127 F: include/linux/fs.h
2131 FILESYSTEMS (VFS and infrastructure)
2133 M: viro@zeniv.linux.org.uk
2134 L: linux-fsdevel@vger.kernel.org
2138 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2140 M: riku.vipio@iki.fi
2141 L: lm-sensors@lm-sensors.org
2143 F: drivers/hwmon/f75375s.c
2144 F: include/linux/f75375s.h
2147 P: Kristian Hoegsberg
2150 M: stefanr@s5r6.in-berlin.de
2151 L: linux1394-devel@lists.sourceforge.net
2152 W: http://www.linux1394.org/
2153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2155 F: drivers/firewire/
2156 F: include/linux/firewire*.h
2158 FIRMWARE LOADER (request_firmware)
2159 L: linux-kernel@vger.kernel.org
2161 F: Documentation/firmware_class/
2162 F: drivers/base/firmware*.c
2163 F: include/linux/firmware.h
2167 M: billm@melbpc.org.au
2168 W: http://floatingpoint.sourceforge.net/emulator/index.html
2170 F: arch/x86/math-emu/
2172 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2174 M: mike.mclagan@linux.org
2175 L: netdev@vger.kernel.org
2177 F: drivers/net/wan/dlci.c
2178 F: drivers/net/wan/sdla.c
2182 M: adaplas@gmail.com
2183 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2184 W: http://linux-fbdev.sourceforge.net/
2186 F: Documentation/fb/
2187 F: drivers/video/fb*
2188 F: include/linux/fb.h
2190 FREESCALE DMA DRIVER
2192 M: leoli@freescale.com
2195 L: linuxppc-embedded@ozlabs.org
2196 L: linux-kernel@vger.kernel.org
2198 F: drivers/dma/fsldma.*
2200 FREESCALE I2C CPM DRIVER
2203 L: linuxppc-dev@ozlabs.org
2204 L: linux-i2c@vger.kernel.org
2206 F: drivers/i2c/busses/i2c-cpm.c
2208 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2210 M: kernel@pengutronix.de
2211 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2212 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2214 F: arch/arm/plat-mxc/include/mach/imxfb.h
2215 F: drivers/video/imxfb.c
2217 FREESCALE SOC FS_ENET DRIVER
2218 P: Pantelis Antoniou
2219 M: pantelis.antoniou@gmail.com
2221 M: vbordug@ru.mvista.com
2222 L: linuxppc-dev@ozlabs.org
2223 L: netdev@vger.kernel.org
2225 F: drivers/net/fs_enet/
2226 F: include/linux/fs_enet_pd.h
2228 FREESCALE QUICC ENGINE LIBRARY
2230 M: timur@freescale.com
2231 L: linuxppc-dev@ozlabs.org
2233 F: arch/powerpc/sysdev/qe_lib/
2234 F: arch/powerpc/include/asm/*qe.h
2236 FREESCALE HIGHSPEED USB DEVICE DRIVER
2238 M: leoli@freescale.com
2239 L: linux-usb@vger.kernel.org
2240 L: linuxppc-dev@ozlabs.org
2242 F: drivers/usb/gadget/fsl_usb2_udc.c
2244 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2246 M: leoli@freescale.com
2247 L: netdev@vger.kernel.org
2248 L: linuxppc-dev@ozlabs.org
2250 F: drivers/net/ucc_geth*
2252 FREESCALE QUICC ENGINE UCC UART DRIVER
2254 M: timur@freescale.com
2255 L: linuxppc-dev@ozlabs.org
2257 F: drivers/serial/ucc_uart.c
2259 FREESCALE SOC SOUND DRIVERS
2261 M: timur@freescale.com
2262 L: alsa-devel@alsa-project.org
2263 L: linuxppc-dev@ozlabs.org
2265 F: sound/soc/fsl/fsl*
2266 F: sound/soc/fsl/mpc8610_hpcd.c
2269 P: Christoph Hellwig
2270 M: hch@infradead.org
2271 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2278 P: Rafael J. Wysocki
2280 L: linux-pm@lists.linux-foundation.org
2282 F: Documentation/power/freezing-of-tasks.txt
2283 F: include/linux/freezer.h
2288 M: rostedt@goodmis.org
2290 F: Documentation/ftrace.txt
2291 F: arch/*/*/*/ftrace.h
2292 F: arch/*/kernel/ftrace.c
2293 F: include/*/ftrace.h
2296 FUJITSU FR-V (FRV) PORT
2298 M: dhowells@redhat.com
2302 FUJITSU LAPTOP EXTRAS
2304 M: jwoithe@physics.adelaide.edu.au
2305 L: linux-acpi@vger.kernel.org
2307 F: drivers/platform/x86/fujitsu-laptop.c
2309 FUSE: FILESYSTEM IN USERSPACE
2311 M: miklos@szeredi.hu
2312 L: fuse-devel@lists.sourceforge.net
2313 W: http://fuse.sourceforge.net/
2316 F: include/linux/fuse.h
2318 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2321 L: linux-scsi@vger.kernel.org
2322 S: Odd Fixes (e.g., new signatures)
2323 F: drivers/scsi/fdomain.*
2325 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2327 M: achim_leubner@adaptec.com
2328 L: linux-scsi@vger.kernel.org
2329 W: http://www.icp-vortex.com/
2331 F: drivers/scsi/gdt*
2333 GENERIC GPIO I2C DRIVER
2334 P: Haavard Skinnemoen
2335 M: hskinnemoen@atmel.com
2337 F: drivers/i2c/busses/i2c-gpio.c
2338 F: include/linux/i2c-gpio.h
2340 GENERIC HDLC (WAN) DRIVERS
2343 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2345 F: drivers/net/wan/c101.c
2346 F: drivers/net/wan/hd6457*
2347 F: drivers/net/wan/hdlc*
2348 F: drivers/net/wan/n2.c
2349 F: drivers/net/wan/pc300too.c
2350 F: drivers/net/wan/pci200syn.c
2351 F: drivers/net/wan/wanxl*
2354 P: Steven Whitehouse
2355 M: swhiteho@redhat.com
2356 L: cluster-devel@redhat.com
2357 W: http://sources.redhat.com/cluster/
2358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2361 F: Documentation/filesystems/gfs2*.txt
2363 F: include/linux/gfs2_ondisk.h
2365 GIGASET ISDN DRIVERS
2370 L: gigaset307x-common@lists.sourceforge.net
2371 W: http://gigaset307x.sourceforge.net/
2373 F: Documentation/isdn/README.gigaset
2374 F: drivers/isdn/gigaset/
2375 F: include/linux/gigaset_dev.h
2377 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2379 M: frank@f-seidel.de
2380 L: lm-sensors@lm-sensors.org
2381 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2383 F: drivers/hwmon/hdaps.c
2385 HYPERVISOR VIRTUAL CONSOLE DRIVER
2386 L: linuxppc-dev@ozlabs.org
2387 L: linux-kernel@vger.kernel.org
2389 F: drivers/char/hvc_*
2391 GSPCA FINEPIX SUBDRIVER
2394 L: linux-media@vger.kernel.org
2395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2397 F: drivers/media/video/gspca/finepix.c
2399 GSPCA M5602 SUBDRIVER
2401 M: erik.andren@gmail.com
2402 L: linux-media@vger.kernel.org
2403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2405 F: drivers/media/video/gspca/m5602/
2407 GSPCA PAC207 SONIXB SUBDRIVER
2409 M: hdegoede@redhat.com
2410 L: linux-media@vger.kernel.org
2411 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2413 F: drivers/media/video/gspca/pac207.c
2415 GSPCA T613 SUBDRIVER
2416 P: Leandro Costantino
2417 M: lcostantino@gmail.com
2418 L: linux-media@vger.kernel.org
2419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2421 F: drivers/media/video/gspca/t613.c
2423 GSPCA USB WEBCAM DRIVER
2424 P: Jean-Francois Moine
2426 W: http://moinejf.free.fr
2427 L: linux-media@vger.kernel.org
2428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2430 F: drivers/media/video/gspca/
2433 L: lm-sensors@lm-sensors.org
2434 W: http://www.lm-sensors.org/
2438 HARDWARE RANDOM NUMBER GENERATOR CORE
2440 F: Documentation/hw_random.txt
2441 F: drivers/char/hw_random/
2442 F: include/linux/hw_random.h
2444 HARMONY SOUND DRIVER
2447 L: linux-parisc@vger.kernel.org
2449 F: sound/parisc/harmony.*
2451 HAYES ESP SERIAL DRIVER
2452 P: Andrew J. Robinson
2454 L: linux-kernel@vger.kernel.org
2455 W: http://www.nyx.net/~arobinso
2457 F: Documentation/serial/hayes-esp.txt
2458 F: drivers/char/esp.c
2460 HEWLETT-PACKARD SMART2 RAID DRIVER
2462 M: chirag.kantharia@hp.com
2463 L: iss_storagedev@hp.com
2465 F: Documentation/blockdev/cpqarray.txt
2466 F: drivers/block/cpqarray.*
2468 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2470 M: mike.miller@hp.com
2471 L: iss_storagedev@hp.com
2473 F: Documentation/blockdev/cciss.txt
2474 F: drivers/block/cciss*
2475 F: include/linux/cciss_ioctl.h
2479 M: zippel@linux-m68k.org
2480 L: linux-kernel@vger.kernel.org
2482 F: Documentation/filesystems/hfs.txt
2485 HGA FRAMEBUFFER DRIVER
2487 M: fero@drama.obuda.kando.hu
2488 L: linux-nvidia@lists.surfsouth.com
2489 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2491 F: drivers/video/hgafb.c
2493 HIBERNATION (aka Software Suspend, aka swsusp)
2496 P: Rafael J. Wysocki
2498 L: linux-pm@lists.linux-foundation.org
2501 F: drivers/base/power/
2503 F: include/linux/suspend.h
2504 F: include/linux/freezer.h
2505 F: include/linux/pm.h
2506 F: include/asm-*/suspend*.h
2507 F: arch/*/include/asm/suspend*.h
2512 L: linux-input@vger.kernel.org
2513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2516 F: include/linux/hid*
2518 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2520 M: tglx@linutronix.de
2521 L: linux-kernel@vger.kernel.org
2523 F: Documentation/timers/
2525 F: include/linux/hrtimer.h
2527 HIGH-SPEED SCC DRIVER FOR AX.25
2529 M: klaus.kudielka@ieee.org
2530 L: linux-hams@vger.kernel.org
2531 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2533 F: drivers/net/hamradio/dmascc.c
2534 F: drivers/net/hamradio/scc.c
2536 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2537 P: HighPoint Linux Team
2538 M: linux@highpoint-tech.com
2539 W: http://www.highpoint-tech.com
2541 F: Documentation/scsi/hptiop.txt
2542 F: drivers/scsi/hptiop.c
2546 M: jes@trained-monkey.org
2547 L: linux-hippi@sunsite.dk
2549 F: include/linux/hippidevice.h
2550 F: include/linux/if_hippi.h
2556 L: hostap@shmoo.com (subscribers-only)
2557 L: linux-wireless@vger.kernel.org
2558 W: http://hostap.epitest.fi/
2560 F: drivers/net/wireless/hostap/
2562 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2564 M: carlos@strangeworlds.co.uk
2566 F: drivers/platform/x86/tc1100-wmi.c
2568 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2572 F: drivers/net/hp100.*
2574 HPET: High Precision Event Timers driver
2576 M: clemens@ladisch.de
2578 F: Documentation/timers/hpet.txt
2579 F: drivers/char/hpet.c
2580 F: include/linux/hpet.h
2583 P: Venkatesh Pallipadi (Venki)
2584 M: venkatesh.pallipadi@intel.com
2586 F: arch/x86/kernel/hpet.c
2587 F: arch/x86/include/asm/hpet.h
2598 F: drivers/char/hpet.c
2602 M: mikulas@artax.karlin.mff.cuni.cz
2603 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2608 P: Denis Joseph Barrow
2609 M: d.barow@option.com
2610 W: http://www.pharscape.org
2612 F: drivers/net/usb/hso.c
2614 HTCPEN TOUCHSCREEN DRIVER
2617 L: linux-input@vger.kernel.org
2619 F: drivers/input/touchscreen/htcpen.c
2623 M: wli@holomorphy.com
2627 I2C/SMBUS STUB DRIVER
2629 M: mhoffman@lightlink.com
2630 L: linux-i2c@vger.kernel.org
2632 F: drivers/i2c/busses/i2c-stub.c
2635 P: Jean Delvare (PC drivers, core)
2636 M: khali@linux-fr.org
2637 P: Ben Dooks (embedded platforms)
2638 M: ben-linux@fluff.org
2639 L: linux-i2c@vger.kernel.org
2640 W: http://i2c.wiki.kernel.org/
2641 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2643 F: Documentation/i2c/
2645 F: include/linux/i2c.h
2646 F: include/linux/i2c-dev.h
2647 F: include/linux/i2c-id.h
2652 L: linux-i2c@vger.kernel.org
2653 W: http://www.harbaum.org/till/i2c_tiny_usb
2655 F: drivers/i2c/busses/i2c-tiny-usb.c
2660 L: Linux-Kernel@vger.kernel.org
2664 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2670 IA64 (Itanium) PLATFORM
2672 M: tony.luck@intel.com
2673 L: linux-ia64@vger.kernel.org
2674 W: http://www.ia64-linux.org/
2675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2679 IBM MCA SCSI SUBSYSTEM DRIVER
2681 M: langa2@kph.uni-mainz.de
2682 W: http://www.uni-mainz.de/~langm000/linux.html
2684 F: drivers/scsi/ibmmca.c
2686 IBM Power Linux RAID adapter
2688 M: brking@us.ibm.com
2690 F: drivers/scsi/ipr.*
2692 IBM ServeRAID RAID DRIVER
2695 M: ipslinux@adaptec.com
2696 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2698 F: drivers/scsi/ips.*
2701 P: Bartlomiej Zolnierkiewicz
2702 M: bzolnier@gmail.com
2703 L: linux-ide@vger.kernel.org
2704 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2706 F: Documentation/ide/
2708 F: include/linux/ide.h
2712 M: petkovbb@gmail.com
2713 L: linux-ide@vger.kernel.org
2715 F: Documentation/cdrom/ide-cd
2716 F: drivers/ide/ide-cd*
2720 M: andrew.d.henroid@intel.com
2721 L: linux-pm@lists.linux-foundation.org
2723 F: drivers/idle/i7300_idle.c
2727 M: ben.collins@ubuntu.com
2729 M: stefanr@s5r6.in-berlin.de
2730 L: linux1394-devel@lists.sourceforge.net
2731 W: http://www.linux1394.org/
2732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2734 F: drivers/ieee1394/
2736 IEEE 1394 RAW I/O DRIVER
2740 M: stefanr@s5r6.in-berlin.de
2741 L: linux1394-devel@lists.sourceforge.net
2743 F: drivers/ieee1394/raw1394*
2745 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2749 F: security/integrity/ima/
2751 IMS TWINTURBO FRAMEBUFFER DRIVER
2752 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2754 F: drivers/video/imsttfb.c
2756 INFINIBAND SUBSYSTEM
2758 M: rolandd@cisco.com
2760 M: sean.hefty@intel.com
2762 M: hal.rosenstock@gmail.com
2763 L: general@lists.openfabrics.org (moderated for non-subscribers)
2764 W: http://www.openib.org/
2765 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2767 F: Documentation/infiniband/
2768 F: drivers/infiniband/
2769 F: include/linux/if_infiniband.h
2773 M: john@johnmccutchan.com
2776 L: linux-kernel@vger.kernel.org
2778 F: Documentation/filesystems/inotify.txt
2779 F: fs/notify/inotify/
2780 F: include/linux/inotify.h
2782 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2784 M: dmitry.torokhov@gmail.com
2786 L: linux-input@vger.kernel.org
2787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2791 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2793 M: sylvain.meyer@worldonline.fr
2794 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2796 F: Documentation/fb/intelfb.txt
2797 F: drivers/video/intelfb/
2799 INTEL 810/815 FRAMEBUFFER DRIVER
2801 M: adaplas@gmail.com
2802 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2804 F: drivers/video/i810/
2806 INTEL MENLOW THERMAL DRIVER
2808 M: sujith.thomas@intel.com
2809 L: linux-acpi@vger.kernel.org
2810 W: http://www.lesswatts.org/projects/acpi/
2812 F: drivers/platform/x86/intel_menlow.c
2814 INTEL IA32 MICROCODE UPDATE SUPPORT
2816 M: tigran@aivazian.fsnet.co.uk
2818 F: arch/x86/kernel/microcode_core.c
2819 F: arch/x86/kernel/microcode_intel.c
2821 INTEL I/OAT DMA DRIVER
2823 M: maciej.sosnowski@intel.com
2824 L: linux-kernel@vger.kernel.org
2826 F: drivers/dma/ioat*
2830 M: dwmw2@infradead.org
2831 L: iommu@lists.linux-foundation.org
2832 T: git git://git.infradead.org/iommu-2.6.git
2834 F: drivers/pci/intel-iommu.c
2835 F: include/linux/intel-iommu.h
2837 INTEL IOP-ADMA DMA DRIVER
2839 M: dan.j.williams@intel.com
2840 L: linux-kernel@vger.kernel.org
2842 F: drivers/dma/iop-adma.c
2844 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2848 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2849 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2850 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2851 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2852 F: drivers/net/arm/ixp4xx_eth.c
2853 F: drivers/net/wan/ixp4xx_hss.c
2855 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2857 M: dsaxena@plexity.net
2859 F: drivers/char/hw_random/ixp4xx-rng.c
2861 INTEL IXP2000 ETHERNET DRIVER
2862 P: Lennert Buytenhek
2863 M: kernel@wantstofly.org
2864 L: netdev@vger.kernel.org
2866 F: drivers/net/ixp2000/
2868 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2870 M: jeffrey.t.kirsher@intel.com
2872 M: jesse.brandeburg@intel.com
2874 M: bruce.w.allan@intel.com
2876 M: peter.p.waskiewicz.jr@intel.com
2878 M: john.ronciak@intel.com
2879 L: e1000-devel@lists.sourceforge.net
2880 W: http://e1000.sourceforge.net/
2882 F: drivers/net/e100.c
2883 F: drivers/net/e1000/
2884 F: drivers/net/e1000e/
2886 F: drivers/net/ixgb/
2887 F: drivers/net/ixgbe/
2889 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2893 M: jketreno@linux.intel.com
2895 M: reinette.chatre@intel.com
2896 L: linux-wireless@vger.kernel.org
2897 L: ipw2100-devel@lists.sourceforge.net
2898 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2899 W: http://ipw2100.sourceforge.net
2901 F: Documentation/networking/README.ipw2100
2902 F: drivers/net/wireless/ipw2x00/ipw2100.*
2904 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2908 M: jketreno@linux.intel.com
2910 M: reinette.chatre@intel.com
2911 L: linux-wireless@vger.kernel.org
2912 L: ipw2100-devel@lists.sourceforge.net
2913 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2914 W: http://ipw2200.sourceforge.net
2916 F: Documentation/networking/README.ipw2200
2917 F: drivers/net/wireless/ipw2x00/ipw2200.*
2919 INTEL WIRELESS WIMAX CONNECTION 2400
2920 P: Inaky Perez-Gonzalez
2921 M: inaky.perez-gonzalez@intel.com
2922 M: linux-wimax@intel.com
2923 L: wimax@linuxwimax.org
2925 W: http://linuxwimax.org
2926 F: Documentation/wimax/README.i2400m
2927 F: drivers/net/wimax/i2400m/
2928 F: include/linux/wimax/i2400m.h
2930 INTEL WIRELESS WIFI LINK (iwlwifi)
2934 M: reinette.chatre@intel.com
2935 L: linux-wireless@vger.kernel.org
2936 L: ipw3945-devel@lists.sourceforge.net
2937 W: http://intellinuxwireless.org
2938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2940 F: drivers/net/wireless/iwlwifi/
2942 IOC3 ETHERNET DRIVER
2944 M: ralf@linux-mips.org
2945 L: linux-mips@linux-mips.org
2947 F: drivers/net/ioc3-eth.c
2952 L: linux-mips@linux-mips.org
2954 F: drivers/serial/ioc3_serial.c
2958 M: jjciarla@raiz.uncu.edu.ar
2960 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2962 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2964 M: romieu@fr.zoreil.com
2966 M: sorbica@icplus.com.tw
2968 M: jesse@icplus.com.tw
2969 L: netdev@vger.kernel.org
2971 F: drivers/net/ipg.c
2975 M: infinipath@qlogic.com
2976 L: general@lists.openfabrics.org
2977 T: git git://git.qlogic.com/ipath-linux-2.6
2979 F: drivers/infiniband/hw/ipath/
2984 L: openipmi-developer@lists.sourceforge.net
2985 W: http://openipmi.sourceforge.net/
2987 F: Documentation/IPMI.txt
2988 F: drivers/char/ipmi/
2989 F: include/linux/ipmi*
2991 IPS SCSI RAID DRIVER
2992 P: Adaptec OEM Raid Solutions
2993 M: aacraid@adaptec.com
2994 L: linux-scsi@vger.kernel.org
2995 W: http://www.adaptec.com/
2997 F: drivers/scsi/ips*
3001 M: wensong@linux-vs.org
3003 M: horms@verge.net.au
3006 L: netdev@vger.kernel.org
3007 L: lvs-devel@vger.kernel.org
3009 F: Documentation/networking/ipvs-sysctl.txt
3010 F: net/netfilter/ipvs/
3018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3019 F: drivers/char/pcmcia/ipwireless/
3022 P: Arnaldo Carvalho de Melo
3023 M: acme@ghostprotocols.net
3024 L: netdev@vger.kernel.org
3026 F: include/linux/ipx.h
3027 F: include/net/ipx.h
3032 M: samuel@sortiz.org
3033 L: irda-users@lists.sourceforge.net (subscribers-only)
3034 W: http://irda.sourceforge.net/
3036 F: Documentation/networking/irda.txt
3037 F: drivers/net/irda/
3038 F: include/net/irda/
3045 F: Documentation/isapnp.txt
3046 F: drivers/pnp/isapnp/
3047 F: include/linux/isapnp.h
3051 M: michaelc@cs.wisc.edu
3052 L: open-iscsi@googlegroups.com
3053 W: www.open-iscsi.org
3054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3056 F: drivers/scsi/*iscsi*
3057 F: include/scsi/*iscsi*
3061 M: isdn@linux-pingi.de
3062 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3063 W: http://www.isdn4linux.de
3064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3066 F: Documentation/isdn/
3068 F: include/linux/isdn.h
3069 F: include/linux/isdn/
3071 ISDN SUBSYSTEM (Eicon active card driver)
3074 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3075 W: http://www.melware.de
3077 F: drivers/isdn/hardware/eicon/
3079 IVTV VIDEO4LINUX DRIVER
3081 M: hverkuil@xs4all.nl
3082 L: ivtv-devel@ivtvdriver.org
3083 L: ivtv-users@ivtvdriver.org
3084 L: linux-media@vger.kernel.org
3085 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3086 W: http://www.ivtvdriver.org
3088 F: Documentation/video4linux/*.ivtv
3089 F: drivers/media/video/ivtv/
3090 F: include/linux/ivtv*
3094 M: shaggy@austin.ibm.com
3095 L: jfs-discussion@lists.sourceforge.net
3096 W: http://jfs.sourceforge.net/
3097 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3099 F: Documentation/filesystems/jfs.txt
3104 M: cooldavid@cooldavid.org
3105 L: netdev@vger.kernel.org
3107 F: drivers/net/jme.*
3109 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3111 M: dwmw2@infradead.org
3112 L: linux-mtd@lists.infradead.org
3113 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3116 F: include/linux/jffs2.h
3117 F: include/mtd/jffs2-user.h
3119 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3123 M: akpm@linux-foundation.org
3124 L: linux-ext4@vger.kernel.org
3127 F: include/linux/ext*jbd*.h
3128 F: include/linux/jbd*.h
3130 K8TEMP HARDWARE MONITORING DRIVER
3132 M: r.marek@assembler.cz
3133 L: lm-sensors@lm-sensors.org
3135 F: Documentation/hwmon/k8temp
3136 F: drivers/hwmon/k8temp.c
3140 M: zippel@linux-m68k.org
3141 L: linux-kbuild@vger.kernel.org
3143 F: Documentation/kbuild/kconfig-language.txt
3148 M: vgoyal@redhat.com
3151 L: kexec@lists.infradead.org
3152 L: linux-kernel@vger.kernel.org
3153 W: http://lse.sourceforge.net/kdump/
3155 F: Documentation/kdump/
3157 KERNEL AUTOMOUNTER (AUTOFS)
3160 L: autofs@linux.kernel.org
3164 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3167 L: autofs@linux.kernel.org
3174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3176 L: linux-kbuild@vger.kernel.org
3178 F: Documentation/kbuild/
3180 F: scripts/Makefile.*
3184 L: kernel-janitors@vger.kernel.org
3185 W: http://www.kerneljanitors.org/
3188 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3190 M: bfields@fieldses.org
3193 L: linux-nfs@vger.kernel.org
3194 W: http://nfs.sourceforge.net/
3197 F: include/linux/nfsd/
3201 F: include/linux/lockd/
3202 F: include/linux/sunrpc/
3204 KERNEL VIRTUAL MACHINE (KVM)
3207 L: kvm@vger.kernel.org
3208 W: http://kvm.qumranet.com
3210 F: Documentation/*/kvm.txt
3212 F: arch/*/include/asm/kvm*
3213 F: include/linux/kvm*
3216 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3218 M: joerg.roedel@amd.com
3219 L: kvm@vger.kernel.org
3220 W: http://kvm.qumranet.com
3222 F: arch/x86/include/asm/svm.h
3223 F: arch/x86/kvm/kvm_svm.h
3224 F: arch/x86/kvm/svm.c
3226 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3228 M: hollisb@us.ibm.com
3229 L: kvm-ppc@vger.kernel.org
3230 W: http://kvm.qumranet.com
3232 F: arch/powerpc/include/asm/kvm*
3233 F: arch/powerpc/kvm/
3235 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3237 M: xiantao.zhang@intel.com
3238 L: kvm-ia64@vger.kernel.org
3239 W: http://kvm.qumranet.com
3241 F: Documentation/ia64/kvm.txt
3242 F: arch/ia64/include/asm/kvm*
3245 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3248 P: Christian Borntraeger
3249 M: borntraeger@de.ibm.com
3250 M: linux390@de.ibm.com
3251 L: linux-s390@vger.kernel.org
3252 W: http://www.ibm.com/developerworks/linux/linux390/
3254 F: Documentation/s390/kvm.txt
3255 F: arch/s390/include/asm/kvm*
3260 M: ebiederm@xmission.com
3261 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3262 L: linux-kernel@vger.kernel.org
3263 L: kexec@lists.infradead.org
3265 F: include/linux/kexec.h
3270 M: jason.wessel@windriver.com
3271 L: kgdb-bugreport@lists.sourceforge.net
3273 F: Documentation/DocBook/kgdb.tmpl
3274 F: drivers/misc/kgdbts.c
3275 F: drivers/serial/kgdboc.c
3276 F: include/linux/kgdb.h
3280 P: Eduard - Gabriel Munteanu
3281 M: eduard.munteanu@linux360.ro
3282 L: linux-kernel@vger.kernel.org
3284 F: Documentation/vm/kmemtrace.txt
3285 F: include/trace/kmemtrace.h
3286 F: kernel/trace/kmemtrace.c
3289 P: Ananth N Mavinakayanahalli
3290 M: ananth@in.ibm.com
3291 P: Anil S Keshavamurthy
3292 M: anil.s.keshavamurthy@intel.com
3294 M: davem@davemloft.net
3296 M: mhiramat@redhat.com
3297 L: linux-kernel@vger.kernel.org
3299 F: Documentation/kprobes.txt
3300 F: include/linux/kprobes.h
3303 KS0108 LCD CONTROLLER DRIVER
3304 P: Miguel Ojeda Sandonis
3305 M: miguel.ojeda.sandonis@gmail.com
3306 L: linux-kernel@vger.kernel.org
3307 W: http://miguelojeda.es/auxdisplay.htm
3308 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3310 F: Documentation/auxdisplay/ks0108
3311 F: drivers/auxdisplay/ks0108.c
3312 F: include/linux/ks0108.h
3315 L: linux-x25@vger.kernel.org
3317 F: Documentation/networking/lapb-module.txt
3321 LASI 53c700 driver for PARISC
3322 P: James E.J. Bottomley
3323 M: James.Bottomley@HansenPartnership.com
3324 L: linux-scsi@vger.kernel.org
3326 F: Documentation/scsi/53c700.txt
3327 F: drivers/scsi/53c700*
3331 M: rpurdie@rpsys.net
3334 F: include/linux/leds.h
3336 LEGO USB Tower driver
3338 M: starblue@users.sourceforge.net
3339 L: legousb-devel@lists.sourceforge.net
3340 W: http://legousb.sourceforge.net/
3342 F: drivers/usb/misc/legousbtower.c
3346 M: rusty@rustcorp.com.au
3347 L: lguest@ozlabs.org
3348 W: http://lguest.ozlabs.org/
3350 F: Documentation/lguest/
3353 F: include/linux/lguest*.h
3354 F: arch/x86/include/asm/lguest*.h
3356 LINUX FOR IBM pSERIES (RS/6000)
3358 M: paulus@au.ibm.com
3359 W: http://www.ibm.com/linux/ltc/projects/ppc
3362 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3363 P: Benjamin Herrenschmidt
3364 M: benh@kernel.crashing.org
3367 W: http://www.penguinppc.org/
3368 L: linuxppc-dev@ozlabs.org
3369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3372 LINUX FOR POWER MACINTOSH
3373 P: Benjamin Herrenschmidt
3374 M: benh@kernel.crashing.org
3375 W: http://www.penguinppc.org/
3376 L: linuxppc-dev@ozlabs.org
3379 LINUX FOR POWERPC EMBEDDED MPC5XXX
3383 M: grant.likely@secretlab.ca
3384 L: linuxppc-dev@ozlabs.org
3387 LINUX FOR POWERPC EMBEDDED PPC4XX
3389 M: jwboyer@linux.vnet.ibm.com
3391 M: mporter@kernel.crashing.org
3392 W: http://www.penguinppc.org/
3393 L: linuxppc-dev@ozlabs.org
3394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3397 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3399 M: grant.likely@secretlab.ca
3400 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3401 L: linuxppc-dev@ozlabs.org
3404 LINUX FOR POWERPC EMBEDDED PPC8XX
3406 M: vitb@kernel.crashing.org
3408 M: marcelo@kvack.org
3409 W: http://www.penguinppc.org/
3410 L: linuxppc-dev@ozlabs.org
3413 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3415 M: galak@kernel.crashing.org
3416 W: http://www.penguinppc.org/
3417 L: linuxppc-dev@ozlabs.org
3420 LINUX FOR POWERPC PA SEMI PWRFICIENT
3423 W: http://www.pasemi.com/
3424 L: linuxppc-dev@ozlabs.org
3427 LINUX SECURITY MODULE (LSM) FRAMEWORK
3429 M: chrisw@sous-sol.org
3430 L: linux-security-module@vger.kernel.org
3431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3435 P: Arnaldo Carvalho de Melo
3436 M: acme@ghostprotocols.net
3438 F: include/linux/llc.h
3442 LIS3LV02D ACCELEROMETER DRIVER
3444 M: eric.piel@tremplin-utc.net
3446 F: Documentation/hwmon/lis3lv02d
3447 F: drivers/hwmon/lis3lv02d.*
3449 LM83 HARDWARE MONITOR DRIVER
3451 M: khali@linux-fr.org
3452 L: lm-sensors@lm-sensors.org
3454 F: Documentation/hwmon/lm83
3455 F: drivers/hwmon/lm83.c
3457 LM90 HARDWARE MONITOR DRIVER
3459 M: khali@linux-fr.org
3460 L: lm-sensors@lm-sensors.org
3462 F: Documentation/hwmon/lm90
3463 F: drivers/hwmon/lm90.c
3465 LOCKDEP AND LOCKSTAT
3467 M: peterz@infradead.org
3470 L: linux-kernel@vger.kernel.org
3471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3473 F: Documentation/lockdep*.txt
3474 F: Documentation/lockstat.txt
3475 F: include/linux/lockdep.h
3478 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3479 P: Richard Russon (FlatCap)
3481 L: linux-ntfs-dev@lists.sourceforge.net
3482 W: http://www.linux-ntfs.org/content/view/19/37/
3484 F: Documentation/ldm.txt
3485 F: fs/partitions/ldm.*
3487 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3489 M: Eric.Moore@lsi.com
3491 L: DL-MPTFusionLinux@lsi.com
3492 L: linux-scsi@vger.kernel.org
3493 W: http://www.lsilogic.com/support
3495 F: drivers/message/fusion/
3497 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3500 L: linux-scsi@vger.kernel.org
3502 F: drivers/scsi/sym53c8xx_2/
3504 LTP (Linux Test Project)
3506 M: subrata@linux.vnet.ibm.com
3508 M: vapier@gentoo.org
3509 L: ltp-list@lists.sourceforge.net (subscribers-only)
3510 W: http://ltp.sourceforge.net/
3511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3516 M: takata@linux-m32r.org
3517 L: linux-m32r@ml.linux-m32r.org
3518 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3519 W: http://www.linux-m32r.org/
3522 F: include/asm-m32r/
3525 P: Geert Uytterhoeven
3526 M: geert@linux-m68k.org
3528 M: zippel@linux-m68k.org
3529 L: linux-m68k@lists.linux-m68k.org
3530 W: http://www.linux-m68k.org/
3531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3536 M68K ON APPLE MACINTOSH
3539 W: http://www.mac.linux-m68k.org/
3540 L: linux-m68k@lists.linux-m68k.org
3547 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3553 M: johannes@sipsolutions.net
3554 L: linux-wireless@vger.kernel.org
3555 W: http://linuxwireless.org/
3556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3558 F: Documentation/networking/mac80211-injection.txt
3559 F: include/net/mac80211.h
3562 MAC80211 PID RATE CONTROL
3564 M: stefano.brivio@polimi.it
3566 M: mattias.nissler@gmx.de
3567 L: linux-wireless@vger.kernel.org
3568 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3571 F: net/mac80211/rc80211_pid*
3576 L: netdev@vger.kernel.org
3578 F: drivers/net/macvlan.c
3579 F: include/linux/if_macvlan.h
3581 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3583 M: mtk.manpages@gmail.com
3584 W: http://www.kernel.org/doc/man-pages
3585 L: linux-man@vger.kernel.org
3588 MARVELL LIBERTAS WIRELESS DRIVER
3591 L: libertas-dev@lists.infradead.org
3593 F: drivers/net/wireless/libertas/
3595 MARVELL MV643XX ETHERNET DRIVER
3596 P: Lennert Buytenhek
3597 M: buytenh@marvell.com
3598 L: netdev@vger.kernel.org
3600 F: drivers/net/mv643xx_eth.*
3601 F: include/linux/mv643xx.h
3603 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3606 L: linux-kernel@vger.kernel.org
3609 MARVELL YUKON / SYSKONNECT DRIVER
3611 M: mlindner@syskonnect.de
3613 M: rroesler@syskonnect.de
3614 W: http://www.syskonnect.com
3617 MATROX FRAMEBUFFER DRIVER
3619 M: vandrove@vc.cvut.cz
3620 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3622 F: drivers/video/matrox/matroxfb_*
3623 F: include/linux/matroxfb.h
3625 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3627 M: hjk@linutronix.de
3628 L: lm-sensors@lm-sensors.org
3630 F: Documentation/hwmon/max6650
3631 F: drivers/hwmon/max6650.c
3633 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3634 P: Mauro Carvalho Chehab
3635 M: mchehab@infradead.org
3636 P: LinuxTV.org Project
3637 L: linux-media@vger.kernel.org
3638 W: http://linuxtv.org
3639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3641 F: Documentation/dvb/
3642 F: Documentation/video4linux/
3645 F: include/linux/dvb/
3646 F: include/linux/videodev*.h
3648 MEGARAID SCSI DRIVERS
3650 M: megaraidlinux@lsi.com
3651 L: linux-scsi@vger.kernel.org
3652 W: http://megaraid.lsilogic.com
3654 F: Documentation/scsi/megaraid.txt
3655 F: drivers/scsi/megaraid.*
3656 F: drivers/scsi/megaraid/
3659 L: linux-mm@kvack.org
3660 L: linux-kernel@vger.kernel.org
3661 W: http://www.linux-mm.org
3663 F: include/linux/mm.h
3666 MEMORY RESOURCE CONTROLLER
3668 M: balbir@linux.vnet.ibm.com
3671 P: KAMEZAWA Hiroyuki
3672 M: kamezawa.hiroyu@jp.fujitsu.com
3673 L: linux-mm@kvack.org
3674 L: linux-kernel@vger.kernel.org
3678 MEMORY TECHNOLOGY DEVICES (MTD)
3680 M: dwmw2@infradead.org
3681 W: http://www.linux-mtd.infradead.org/
3682 L: linux-mtd@lists.infradead.org
3683 T: git git://git.infradead.org/mtd-2.6.git
3686 F: include/linux/mtd/
3689 MICROBLAZE ARCHITECTURE
3692 L: microblaze-uclinux@itee.uq.edu.au
3693 W: http://www.monstr.eu/fdt/
3694 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3699 M: oliver@neukum.name
3701 F: drivers/usb/image/microtek.*
3705 M: ralf@linux-mips.org
3706 W: http://www.linux-mips.org/
3707 L: linux-mips@linux-mips.org
3708 T: git git://git.linux-mips.org/pub/scm/linux.git
3710 F: Documentation/mips/
3713 MISCELLANEOUS MCA-SUPPORT
3715 M: James.Bottomley@HansenPartnership.com
3716 L: linux-kernel@vger.kernel.org
3718 F: Documentation/ia64/mca.txt
3719 F: Documentation/mca.txt
3721 F: include/linux/mca*
3725 M: rusty@rustcorp.com.au
3726 L: linux-kernel@vger.kernel.org
3728 F: include/linux/module.h
3731 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3733 M: stelian@popies.net
3734 W: http://popies.net/meye/
3736 F: Documentation/video4linux/meye.txt
3737 F: drivers/media/video/meye.*
3738 F: include/linux/meye.h
3740 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3743 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3745 F: drivers/mmc/host/imxmmc.*
3747 MOUSE AND MISC DEVICES [GENERAL]
3748 P: Alessandro Rubini
3749 M: rubini@ipvvis.unipv.it
3750 L: linux-kernel@vger.kernel.org
3752 F: drivers/input/mouse/
3753 F: include/linux/gpio_mouse.h
3755 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3757 M: jirislaby@gmail.com
3758 L: linux-kernel@vger.kernel.org
3760 F: Documentation/serial/moxa-smartio
3761 F: drivers/char/mxser.*
3764 P: Lennart Poettering
3765 M: mzxreary@0pointer.de
3766 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3767 W: http://0pointer.de/lennart/tchibo.html
3769 F: drivers/platform/x86/msi-laptop.c
3771 MULTIFUNCTION DEVICES (MFD)
3773 M: sameo@linux.intel.com
3774 L: linux-kernel@vger.kernel.org
3775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3779 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3782 L: linux-kernel@vger.kernel.org
3785 F: include/linux/mmc/
3787 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3789 M: dbrownell@users.sourceforge.net
3790 L: linux-kernel@vger.kernel.org
3792 F: drivers/mmc/host/mmc_spi.c
3793 F: include/linux/spi/mmc_spi.h
3795 MULTISOUND SOUND DRIVER
3799 F: Documentation/sound/oss/MultiSound
3802 MULTITECH MULTIPORT CARD (ISICOM)
3804 M: jirislaby@gmail.com
3805 L: linux-kernel@vger.kernel.org
3807 F: drivers/char/isicom.c
3808 F: include/linux/isicom.h
3810 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3812 M: felipe.balbi@nokia.com
3813 L: linux-usb@vger.kernel.org
3814 T: git git://gitorious.org/musb/mainline.git
3816 F: drivers/usb/musb/
3818 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3820 M: gallatin@myri.com
3823 L: netdev@vger.kernel.org
3824 W: http://www.myri.com/scs/download-Myri10GE.html
3826 F: drivers/net/myri10ge/
3828 NATSEMI ETHERNET DRIVER (DP8381x)
3830 M: thockin@hockin.org
3832 F: drivers/net/natsemi.c
3836 M: vandrove@vc.cvut.cz
3837 L: linware@sh.cvut.cz
3841 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3842 P: James E.J. Bottomley
3843 M: James.Bottomley@HansenPartnership.com
3844 L: linux-scsi@vger.kernel.org
3846 F: drivers/scsi/NCR_D700.*
3848 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3850 M: faisal.latif@intel.com
3852 M: chien.tin.tung@intel.com
3853 L: general@lists.openfabrics.org
3854 W: http://www.neteffect.com
3856 F: drivers/infiniband/hw/nes/
3858 NETEM NETWORK EMULATOR
3859 P: Stephen Hemminger
3860 M: shemminger@linux-foundation.org
3861 L: netem@lists.linux-foundation.org
3863 F: net/sched/sch_netem.c
3865 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3867 M: ram.vepa@neterion.com
3869 M: santosh.rastapur@neterion.com
3870 P: Sivakumar Subramani
3871 M: sivakumar.subramani@neterion.com
3872 P: Sreenivasa Honnur
3873 M: sreenivasa.honnur@neterion.com
3875 M: anil.murthy@neterion.com
3876 L: netdev@vger.kernel.org
3877 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3878 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3880 F: Documentation/networking/s2io.txt
3881 F: drivers/net/s2io*
3883 NETFILTER/IPTABLES/IPCHAINS
3891 L: netfilter-devel@vger.kernel.org
3892 L: netfilter@vger.kernel.org
3893 L: coreteam@netfilter.org
3894 W: http://www.netfilter.org/
3895 W: http://www.iptables.org/
3897 F: include/linux/netfilter*
3898 F: include/linux/netfilter/
3899 F: include/net/netfilter/
3900 F: net/*/netfilter.c
3906 M: paul.moore@hp.com
3907 W: http://netlabel.sf.net
3908 L: netdev@vger.kernel.org
3910 F: Documentation/netlabel/
3911 F: include/net/netlabel.h
3914 NETROM NETWORK LAYER
3916 M: ralf@linux-mips.org
3917 L: linux-hams@vger.kernel.org
3918 W: http://www.linux-ax25.org/
3920 F: include/linux/netrom.h
3921 F: include/net/netrom.h
3924 NETWORK BLOCK DEVICE (NBD)
3926 M: Paul.Clements@steeleye.com
3928 F: Documentation/blockdev/nbd.txt
3929 F: drivers/block/nbd.c
3930 F: include/linux/nbd.h
3932 NETWORKING [GENERAL]
3934 M: davem@davemloft.net
3935 L: netdev@vger.kernel.org
3936 W: http://www.linuxfoundation.org/en/Net
3937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3942 NETWORKING [IPv4/IPv6]
3944 M: davem@davemloft.net
3946 M: kuznet@ms2.inr.ac.ru
3947 P: Pekka Savola (ipv6)
3948 M: pekkas@netcore.fi
3950 M: jmorris@namei.org
3951 P: Hideaki YOSHIFUJI
3952 M: yoshfuji@linux-ipv6.org
3955 L: netdev@vger.kernel.org
3956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3962 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3964 M: paul.moore@hp.com
3965 L: netdev@vger.kernel.org
3968 NETWORKING [WIRELESS]
3970 M: linville@tuxdriver.com
3971 L: linux-wireless@vger.kernel.org
3972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3975 F: include/net/ieee80211*
3976 F: include/net/wireless.h
3979 L: netdev@vger.kernel.org
3980 W: http://www.linuxfoundation.org/en/Net
3981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3985 NETXEN (1/10) GbE SUPPORT
3987 M: dhananjay@netxen.com
3988 L: netdev@vger.kernel.org
3989 W: http://www.netxen.com
3991 F: drivers/net/netxen/
3993 NFS, SUNRPC, AND LOCKD CLIENTS
3995 M: Trond.Myklebust@netapp.com
3996 L: linux-nfs@vger.kernel.org
3997 W: http://client.linux-nfs.org
3998 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4004 F: include/linux/lockd/
4005 F: include/linux/nfs*
4006 F: include/linux/sunrpc/
4008 NI5010 NETWORK DRIVER
4009 P: Jan-Pascal van Best
4010 M: janpascal@vanbest.org
4013 L: netdev@vger.kernel.org
4015 F: drivers/net/ni5010.*
4019 M: konishi.ryusuke@lab.ntt.co.jp
4021 W: http://www.nilfs.org/en/
4023 F: Documentation/filesystems/nilfs2.txt
4025 F: include/linux/nilfs2_fs.h
4027 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4029 M: yokota@netlab.is.tsukuba.ac.jp
4030 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4032 F: Documentation/scsi/NinjaSCSI.txt
4033 F: drivers/scsi/pcmcia/nsp_*
4035 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4037 M: gotom@debian.or.jp
4039 M: yokota@netlab.is.tsukuba.ac.jp
4040 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4042 F: Documentation/scsi/NinjaSCSI.txt
4043 F: drivers/scsi/nsp32*
4046 P: Anton Altaparmakov
4048 L: linux-ntfs-dev@lists.sourceforge.net
4049 L: linux-kernel@vger.kernel.org
4050 W: http://www.linux-ntfs.org/
4051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4053 F: Documentation/filesystems/ntfs.txt
4056 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4058 M: adaplas@gmail.com
4059 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4061 F: drivers/video/riva/
4062 F: drivers/video/nvidia/
4066 M: me@bobcopeland.com
4067 L: linux-karma-devel@lists.sourceforge.net
4069 F: Documentation/filesystems/omfs.txt
4072 OMNIKEY CARDMAN 4000 DRIVER
4074 M: laforge@gnumonks.org
4076 F: drivers/char/pcmcia/cm4000_cs.c
4077 F: include/linux/cm4000_cs.h
4079 OMNIKEY CARDMAN 4040 DRIVER
4081 M: laforge@gnumonks.org
4083 F: drivers/char/pcmcia/cm4040_cs.*
4085 OMNIVISION OV7670 SENSOR DRIVER
4088 L: linux-media@vger.kernel.org
4089 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4091 F: drivers/media/video/ov7670.c
4093 ONENAND FLASH DRIVER
4095 M: kyungmin.park@samsung.com
4096 L: linux-mtd@lists.infradead.org
4098 F: drivers/mtd/onenand/
4099 F: include/linux/mtd/onenand*.h
4101 ONSTREAM SCSI TAPE DRIVER
4104 L: osst-users@lists.sourceforge.net
4105 L: linux-scsi@vger.kernel.org
4107 F: drivers/scsi/osst*
4110 OPENCORES I2C BUS DRIVER
4112 M: jacmet@sunsite.dk
4113 L: linux-i2c@vger.kernel.org
4115 F: Documentation/i2c/busses/i2c-ocores
4116 F: drivers/i2c/busses/i2c-ocores.c
4120 M: robert.richter@amd.com
4121 L: oprofile-list@lists.sf.net
4124 F: drivers/oprofile/
4125 F: include/linux/oprofile.h
4127 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4131 M: joel.becker@oracle.com
4132 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4133 W: http://oss.oracle.com/projects/ocfs2/
4134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4136 F: Documentation/filesystems/ocfs2.txt
4137 F: Documentation/filesystems/dlmfs.txt
4144 M: hermes@gibson.dropbear.id.au
4145 L: linux-wireless@vger.kernel.org
4146 L: orinoco-users@lists.sourceforge.net
4147 L: orinoco-devel@lists.sourceforge.net
4148 W: http://www.nongnu.org/orinoco/
4150 F: drivers/net/wireless/orinoco/
4154 M: bharrosh@panasas.com
4156 M: bhalevy@panasas.com
4157 L: osd-dev@open-osd.org
4158 W: http://open-osd.org
4159 T: git git://git.open-osd.org/open-osd.git
4164 M: flamingice@sourmilk.net
4165 L: linux-wireless@vger.kernel.org
4166 W: http://prism54.org
4167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4169 F: drivers/net/wireless/p54/
4171 PA SEMI ETHERNET DRIVER
4174 L: netdev@vger.kernel.org
4176 F: drivers/net/pasemi_mac.*
4178 PA SEMI SMBUS DRIVER
4181 L: linux-i2c@vger.kernel.org
4183 F: drivers/i2c/busses/i2c-pasemi.c
4185 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4187 M: laforge@gnumonks.org
4189 F: drivers/platform/x86/panasonic-laptop.c
4191 PANASONIC MN10300/AM33 PORT
4193 M: dhowells@redhat.com
4195 M: yasutake.koichi@jp.panasonic.com
4196 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4197 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4199 F: Documentation/mn10300/
4202 PARALLEL PORT SUPPORT
4203 L: linux-parport@lists.infradead.org (subscribers-only)
4206 F: include/linux/parport*.h
4207 F: drivers/char/ppdev.c
4208 F: include/linux/ppdev.h
4210 PARAVIRT_OPS INTERFACE
4211 P: Jeremy Fitzhardinge
4212 M: jeremy@xensource.com
4214 M: chrisw@sous-sol.org
4216 M: akataria@vmware.com
4218 M: rusty@rustcorp.com.au
4219 L: virtualization@lists.osdl.org
4220 L: linux-kernel@vger.kernel.org
4222 F: Documentation/ia64/paravirt_ops.txt
4223 F: arch/*/kernel/paravirt*
4224 F: arch/*/include/asm/paravirt.h
4226 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4229 L: linux-parport@lists.infradead.org (subscribers-only)
4230 W: http://www.torque.net/linux-pp.html
4232 F: Documentation/blockdev/paride.txt
4233 F: drivers/block/paride/
4240 L: linux-parisc@vger.kernel.org
4241 W: http://www.parisc-linux.org/
4242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4247 PC87360 HARDWARE MONITORING DRIVER
4249 M: jim.cromie@gmail.com
4250 L: lm-sensors@lm-sensors.org
4252 F: Documentation/hwmon/pc87360
4253 F: drivers/hwmon/pc87360.c
4257 M: jim.cromie@gmail.com
4259 F: drivers/char/pc8736x_gpio.c
4263 M: riku.voipio@iki.fi
4265 F: drivers/leds/leds-pca9532.c
4266 F: include/linux/leds-pca9532.h
4270 M: linas@austin.ibm.com
4271 L: linux-kernel@vger.kernel.org
4272 L: linux-pci@vger.kernel.org
4274 F: Documentation/PCI/pci-error-recovery.txt
4275 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4279 M: jbarnes@virtuousgeek.org
4280 L: linux-kernel@vger.kernel.org
4281 L: linux-pci@vger.kernel.org
4282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4284 F: Documentation/PCI/
4286 F: include/linux/pci*
4289 P: Kristen Carlson Accardi
4290 M: kristen.c.accardi@intel.com
4291 L: linux-pci@vger.kernel.org
4293 F: drivers/pci/pcie/
4296 P: Linux PCMCIA Team
4297 L: linux-pcmcia@lists.infradead.org
4298 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4301 F: Documentation/pcmcia/
4305 PCNET32 NETWORK DRIVER
4307 M: pcnet32@verizon.net
4308 L: netdev@vger.kernel.org
4310 F: drivers/net/pcnet32.c
4312 PER-TASK DELAY ACCOUNTING
4314 M: balbir@linux.vnet.ibm.com
4315 L: linux-kernel@vger.kernel.org
4317 F: include/linux/delayacct.h
4318 F: kernel/delayacct.c
4320 PERSONALITY HANDLING
4321 P: Christoph Hellwig
4322 M: hch@infradead.org
4323 L: linux-abi-devel@lists.sourceforge.net
4325 F: include/linux/personality.h
4329 M: joern@lazybastard.org
4330 L: linux-mtd@lists.infradead.org
4332 F: drivers/mtd/devices/phram.c
4336 M: petero2@telia.com
4337 L: linux-kernel@vger.kernel.org
4339 F: drivers/block/pktcdvd.c
4340 F: include/linux/pktcdvd.h
4342 POSIX CLOCKS and TIMERS
4344 M: tglx@linutronix.de
4345 L: linux-kernel@vger.kernel.org
4348 F: include/linux/timer*
4351 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4355 M: dwmw2@infradead.org
4356 L: linux-kernel@vger.kernel.org
4357 T: git git://git.infradead.org/battery-2.6.git
4359 F: include/linux/power_supply.h
4360 F: drivers/power/power_supply*
4366 M: bjorn.helgaas@hp.com
4372 M: vitalywool@gmail.com
4373 L: linux-i2c@vger.kernel.org
4375 F: drivers/i2c/busses/i2c-pnx.c
4377 PPP PROTOCOL DRIVERS AND COMPRESSORS
4380 L: linux-ppp@vger.kernel.org
4382 F: drivers/net/ppp_*
4384 PPP OVER ATM (RFC 2364)
4385 P: Mitchell Blank Jr
4388 F: net/atm/pppoatm.c
4389 F: include/linux/atmppp.h
4393 M: mostrows@earthlink.net
4395 F: drivers/net/pppoe.c
4396 F: drivers/net/pppox.c
4400 M: jchapman@katalix.com
4402 F: drivers/net/pppol2tp.c
4403 F: include/linux/if_pppol2tp.h
4408 L: linux-kernel@vger.kernel.org
4409 L: kpreempt-tech@lists.sourceforge.net
4410 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4412 F: Documentation/preempt-locking.txt
4413 F: include/linux/preempt.h
4415 PRISM54 WIRELESS DRIVER
4416 P: Luis R. Rodriguez
4418 L: linux-wireless@vger.kernel.org
4419 W: http://prism54.org
4421 F: drivers/net/wireless/prism54/
4423 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4425 M: promise@pnd-pc.demon.co.uk
4426 W: http://www.pnd-pc.demon.co.uk/promise/
4429 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4430 P: Mikael Pettersson
4432 L: linux-ide@vger.kernel.org
4434 F: drivers/ata/sata_promise.*
4438 M: geoffrey.levand@am.sony.com
4439 L: netdev@vger.kernel.org
4440 L: cbe-oss-dev@ozlabs.org
4442 F: drivers/net/ps3_gelic_net.*
4444 PS3 PLATFORM SUPPORT
4446 M: geoffrey.levand@am.sony.com
4447 L: linuxppc-dev@ozlabs.org
4448 L: cbe-oss-dev@ozlabs.org
4450 F: arch/powerpc/boot/ps3*
4451 F: arch/powerpc/include/asm/lv1call.h
4452 F: arch/powerpc/include/asm/ps3*.h
4453 F: arch/powerpc/platforms/ps3/
4456 F: drivers/usb/host/*ps3.c
4461 L: cbe-oss-dev@ozlabs.org
4464 PVRUSB2 VIDEO4LINUX DRIVER
4467 L: pvrusb2@isely.net (subscribers-only)
4468 L: linux-media@vger.kernel.org
4469 W: http://www.isely.net/pvrusb2/
4470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4472 F: Documentation/video4linux/README.pvrusb2
4473 F: drivers/media/video/pvrusb2/
4475 PXA2xx/PXA3xx SUPPORT
4477 M: eric.miao@marvell.com
4479 M: linux@arm.linux.org.uk
4480 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4482 F: arch/arm/mach-pxa/
4483 F: drivers/pcmcia/pxa2xx*
4484 F: drivers/spi/pxa2xx*
4485 F: drivers/usb/gadget/pxa2*
4486 F: include/sound/pxa2xx-lib.h
4487 F: sound/soc/pxa/pxa2xx*
4491 M: eric.miao@marvell.com
4493 M: jason.chagas@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
4500 M: eric.miao@marvell.com
4501 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4510 M: robert.jarzmik@free.fr
4511 L: rtc-linux@googlegroups.com
4514 QLOGIC QLA2XXX FC-SCSI DRIVER
4516 M: linux-driver@qlogic.com
4517 L: linux-scsi@vger.kernel.org
4519 F: Documentation/scsi/LICENSE.qla2xxx
4520 F: drivers/scsi/qla2xxx/
4522 QLOGIC QLA3XXX NETWORK DRIVER
4524 M: linux-driver@qlogic.com
4525 L: netdev@vger.kernel.org
4527 F: Documentation/networking/LICENSE.qla3xxx
4528 F: drivers/net/qla3xxx.*
4530 QLOGIC QLGE 10Gb ETHERNET DRIVER
4532 M: linux-driver@qlogic.com
4533 M: ron.mercer@qlogic.com
4534 L: netdev@vger.kernel.org
4536 F: drivers/net/qlge/
4541 L: linux-kernel@vger.kernel.org
4542 W: http://www.alarsen.net/linux/qnx4fs/
4545 F: include/linux/qnx4_fs.h
4546 F: include/linux/qnxtypes.h
4548 RADEON FRAMEBUFFER DISPLAY DRIVER
4549 P: Benjamin Herrenschmidt
4550 M: benh@kernel.crashing.org
4551 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4553 F: drivers/video/aty/radeon*
4554 F: include/linux/radeonfb.h
4556 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4559 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4561 F: drivers/video/aty/aty128fb.c
4563 RALINK RT2X00 WIRELESS LAN DRIVER
4565 L: linux-wireless@vger.kernel.org
4566 L: users@rt2x00.serialmonkey.com
4567 W: http://rt2x00.serialmonkey.com/
4569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4570 F: drivers/net/wireless/rt2x00/
4572 RAMDISK RAM BLOCK DEVICE DRIVER
4576 F: Documentation/blockdev/ramdisk.txt
4577 F: drivers/block/brd.c
4579 RANDOM NUMBER DRIVER
4583 F: drivers/char/random.c
4587 M: mporter@kernel.crashing.org
4588 L: linux-kernel@vger.kernel.org
4592 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4594 M: coreythomas@charter.net
4595 L: linux-wireless@vger.kernel.org
4597 F: drivers/net/wireless/ray*
4601 M: josh@freedesktop.org
4602 L: linux-kernel@vger.kernel.org
4604 F: Documentation/RCU/torture.txt
4605 F: kernel/rcutorture.c
4609 M: florian.fainelli@telecomint.eu
4610 L: linux-kernel@vger.kernel.org
4613 RDC R6040 FAST ETHERNET DRIVER
4615 M: florian.fainelli@telecomint.eu
4616 L: netdev@vger.kernel.org
4618 F: drivers/net/r6040.c
4620 RDS - RELIABLE DATAGRAM SOCKETS
4622 M: andy.grover@oracle.com
4623 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4627 READ-COPY UPDATE (RCU)
4629 M: dipankar@in.ibm.com
4630 W: http://www.rdrop.com/users/paulmck/rclock/
4631 L: linux-kernel@vger.kernel.org
4633 F: Documentation/RCU/rcu.txt
4634 F: Documentation/RCU/rcuref.txt
4635 F: include/linux/rcupdate.h
4636 F: include/linux/srcu.h
4637 F: kernel/rcupdate.c
4639 REAL TIME CLOCK DRIVER
4641 M: p_gortmaker@yahoo.com
4642 L: linux-kernel@vger.kernel.org
4644 F: Documentation/rtc.txt
4646 F: include/linux/rtc.h
4648 REAL TIME CLOCK (RTC) SUBSYSTEM
4650 M: a.zummo@towertech.it
4651 L: rtc-linux@googlegroups.com
4653 F: Documentation/rtc.txt
4655 F: include/linux/rtc.h
4657 REISERFS FILE SYSTEM
4658 L: reiserfs-devel@vger.kernel.org
4664 M: IvDoorn@gmail.com
4665 L: netdev@vger.kernel.org
4667 F Documentation/rfkill.txt
4672 F: Documentation/serial/riscom8.txt
4673 F: drivers/char/riscom8*
4677 W: http://www.comtrol.com
4679 F: Documentation/serial/rocket.txt
4680 F: drivers/char/rocket*
4684 M: ralf@linux-mips.org
4685 L: linux-hams@vger.kernel.org
4686 W: http://www.linux-ax25.org/
4688 F: include/linux/rose.h
4689 F: include/net/rose.h
4692 RTL8180 WIRELESS DRIVER
4694 M: linville@tuxdriver.com
4695 L: linux-wireless@vger.kernel.org
4696 W: http://linuxwireless.org/
4697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4699 F: drivers/net/wireless/rtl818*
4701 RTL8187 WIRELESS DRIVER
4702 P: Herton Ronaldo Krzesinski
4703 M: herton@mandriva.com.br
4705 M: htl10@users.sourceforge.net
4707 M: Larry.Finger@lwfinger.net
4708 L: linux-wireless@vger.kernel.org
4709 W: http://linuxwireless.org/
4710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4712 F: drivers/net/wireless/rtl818x/rtl8187*
4714 S3 SAVAGE FRAMEBUFFER DRIVER
4716 M: adaplas@gmail.com
4717 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4719 F: drivers/video/savage/
4722 P: Martin Schwidefsky
4723 M: schwidefsky@de.ibm.com
4725 M: heiko.carstens@de.ibm.com
4726 M: linux390@de.ibm.com
4727 L: linux-s390@vger.kernel.org
4728 W: http://www.ibm.com/developerworks/linux/linux390/
4732 S390 NETWORK DRIVERS
4734 M: ursula.braun@de.ibm.com
4736 M: blaschka@linux.vnet.ibm.com
4737 M: linux390@de.ibm.com
4738 L: linux-s390@vger.kernel.org
4739 W: http://www.ibm.com/developerworks/linux/linux390/
4741 F: drivers/s390/net/
4745 M: felix.beck@de.ibm.com
4747 M: ralph.wuerthner@de.ibm.com
4748 M: linux390@de.ibm.com
4749 L: linux-s390@vger.kernel.org
4751 F: drivers/s390/crypto/
4755 M: christof.schmitt@de.ibm.com
4758 M: linux390@de.ibm.com
4759 L: linux-s390@vger.kernel.org
4760 W: http://www.ibm.com/developerworks/linux/linux390/
4762 F: Documentation/s390/zfcpdump.txt
4763 F: drivers/s390/scsi/zfcp_*
4765 S390 IUCV NETWORK LAYER
4767 M: ursula.braun@de.ibm.com
4768 M: linux390@de.ibm.com
4769 L: linux-s390@vger.kernel.org
4770 W: http://www.ibm.com/developerworks/linux/linux390/
4772 F: drivers/s390/net/*iucv*
4773 F: include/net/iucv/
4776 S3C24XX SD/MMC Driver
4778 M: ben-linux@fluff.org
4779 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4780 L: linux-kernel@vger.kernel.org
4782 F: drivers/mmc/host/s3cmci.*
4784 SAA7146 VIDEO4LINUX-2 DRIVER
4787 L: linux-media@vger.kernel.org
4788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4789 W: http://www.mihu.de/linux/saa7146
4791 F: drivers/media/common/saa7146*
4792 F: drivers/media/video/*7146*
4793 F: include/media/*7146*
4797 M: zwane@arm.linux.org.uk
4799 F: drivers/watchdog/sc1200wdt.c
4805 M: peterz@infradead.org
4806 L: linux-kernel@vger.kernel.org
4809 F: include/linux/sched.h
4814 L: linux-scsi@vger.kernel.org
4815 W: http://www.kernel.dk
4821 M: dgilbert@interlog.com
4822 L: linux-scsi@vger.kernel.org
4823 W: http://www.torque.net/sg
4825 F: drivers/scsi/sg.c
4826 F: include/scsi/sg.h
4829 P: James E.J. Bottomley
4830 M: James.Bottomley@HansenPartnership.com
4831 L: linux-scsi@vger.kernel.org
4832 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4841 M: Kai.Makisara@kolumbus.fi
4842 L: linux-scsi@vger.kernel.org
4844 F: Documentation/scsi/st.txt
4849 M: vladislav.yasevich@hp.com
4850 P: Sridhar Samudrala
4852 L: linux-sctp@vger.kernel.org
4853 W: http://lksctp.sourceforge.net
4855 F: Documentation/networking/sctp.txt
4856 F: include/linux/sctp.h
4857 F: include/net/sctp/
4862 M: jim.cromie@gmail.com
4864 F: Documentation/i2c/busses/scx200_acb
4865 F: arch/x86/kernel/scx200_32.c
4866 F: drivers/watchdog/scx200_wdt.c
4867 F: drivers/i2c/busses/scx200*
4868 F: drivers/mtd/maps/scx200_docflash.c
4869 F: include/linux/scx200.h
4873 M: jim.cromie@gmail.com
4875 F: drivers/char/scx200_gpio.c
4876 F: include/linux/scx200_gpio.h
4878 SCx200 HRT CLOCKSOURCE DRIVER
4880 M: jim.cromie@gmail.com
4882 F: drivers/clocksource/scx200_hrt.c
4884 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4886 M: saschasommer@freenet.de
4887 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4889 F: drivers/mmc/host/sdricoh_cs.c
4891 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4894 L: sdhci-devel@lists.ossman.eu
4897 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4899 M: avorontsov@ru.mvista.com
4900 L: linuxppc-dev@ozlabs.org
4901 L: sdhci-devel@lists.ossman.eu
4903 F: drivers/mmc/host/sdhci.*
4907 M: jmorris@namei.org
4908 L: linux-kernel@vger.kernel.org
4909 L: linux-security-module@vger.kernel.org (suggested Cc:)
4910 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4911 W: http://security.wiki.kernel.org/
4916 P: Security Officers
4917 M: security@kernel.org
4920 SELINUX SECURITY MODULE
4922 M: sds@tycho.nsa.gov
4924 M: jmorris@namei.org
4926 M: eparis@parisplace.org
4927 L: linux-kernel@vger.kernel.org (kernel issues)
4928 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4929 W: http://selinuxproject.org
4930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4932 F: include/linux/selinux*
4933 F: security/selinux/
4937 M: jirislaby@gmail.com
4939 F: drivers/misc/phantom.c
4940 F: include/linux/phantom.h
4942 SERIAL ATA (SATA) SUBSYSTEM
4944 M: jgarzik@pobox.com
4945 L: linux-ide@vger.kernel.org
4946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4949 F: include/linux/ata.h
4950 F: include/linux/libata.h
4952 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4954 M: sathyap@serverengines.com
4955 P: Subbu Seetharaman
4956 M: subbus@serverengines.com
4957 L: netdev@vger.kernel.org
4958 W: http://www.serverengines.com
4960 F: drivers/net/benet/
4965 P: Robert Stonehouse
4966 M: linux-net-drivers@solarflare.com
4974 F: drivers/misc/sgi-gru/
4976 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4979 L: linux-ia64@vger.kernel.org
4981 F: Documentation/ia64/serial.txt
4982 F: drivers/serial/ioc?_serial.c
4983 F: include/linux/ioc?.h
4985 SGI VISUAL WORKSTATION 320 AND 540
4988 L: linux-visws-devel@lists.sf.net
4989 W: http://linux-visws.sf.net
4990 S: Maintained for 2.6.
4991 F: Documentation/sgi-visws.txt
4993 SGI XP/XPC/XPNET DRIVER
4997 F: drivers/misc/sgi-xp/
4999 SHARP LH SUPPORT (LH7952X & LH7A40X)
5002 W: http://projects.buici.com/arm
5003 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5005 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5006 F: arch/arm/mach-lh7a40x/
5007 F: drivers/serial/serial_lh7a40x.c
5008 F: drivers/usb/gadget/lh7a40*
5009 F: drivers/usb/host/ohci-lh7a40*
5012 P: Kristen Carlson Accardi
5013 M: kristen.c.accardi@intel.com
5014 L: linux-pci@vger.kernel.org
5016 F: drivers/pci/hotplug/shpchp*
5018 SIMTEC EB110ATX (Chalice CATS)
5021 M: support@simtec.co.uk
5022 W: http://www.simtec.co.uk/products/EB110ATX/
5024 F: arch/arm/mach-ebsa110/
5026 SIMTEC EB2410ITX (BAST)
5029 M: support@simtec.co.uk
5030 W: http://www.simtec.co.uk/products/EB2410ITX/
5032 F: arch/arm/mach-s3c2410/
5033 F: drivers/*/*s3c2410*
5034 F: drivers/*/*/*s3c2410*
5036 SIS 190 ETHERNET DRIVER
5038 M: romieu@fr.zoreil.com
5039 L: netdev@vger.kernel.org
5041 F: drivers/net/sis190.c
5043 SIS 900/7016 FAST ETHERNET DRIVER
5045 M: venza@brownhat.org
5046 W: http://www.brownhat.org/sis900.html
5047 L: netdev@vger.kernel.org
5049 F: drivers/net/sis900.*
5051 SIS 96X I2C/SMBUS DRIVER
5053 M: mhoffman@lightlink.com
5054 L: linux-i2c@vger.kernel.org
5056 F: Documentation/i2c/busses/i2c-sis96x
5057 F: drivers/i2c/busses/i2c-sis96x.c
5059 SIS FRAMEBUFFER DRIVER
5060 P: Thomas Winischhofer
5061 M: thomas@winischhofer.net
5062 W: http://www.winischhofer.net/linuxsisvga.shtml
5064 F: Documentation/fb/sisfb.txt
5065 F: drivers/video/sis/
5066 F: include/video/sisfb.h
5069 P: Thomas Winischhofer
5070 M: thomas@winischhofer.net
5071 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5073 F: drivers/usb/misc/sisusbvga/
5075 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5076 P: Stephen Hemminger
5077 M: shemminger@linux-foundation.org
5078 L: netdev@vger.kernel.org
5080 F: drivers/net/skge.*
5081 F: drivers/net/sky2.*
5084 P: Christoph Lameter
5085 M: cl@linux-foundation.org
5087 M: penberg@cs.helsinki.fi
5090 L: linux-mm@kvack.org
5092 F: include/linux/sl?b*.h
5095 SMC91x ETHERNET DRIVER
5099 F: drivers/net/smc91x.*
5101 SMSC47B397 HARDWARE MONITOR DRIVER
5103 M: mhoffman@lightlink.com
5104 L: lm-sensors@lm-sensors.org
5106 F: Documentation/hwmon/smsc47b397
5107 F: drivers/hwmon/smsc47b397.c
5109 SMSC911x ETHERNET DRIVER
5110 P: Steve Glendinning
5111 M: steve.glendinning@smsc.com
5112 L: netdev@vger.kernel.org
5114 F: include/linux/smsc911x.h
5115 F: drivers/net/smsc911x.*
5117 SMSC9420 PCI ETHERNET DRIVER
5118 P: Steve Glendinning
5119 M: steve.glendinning@smsc.com
5120 L: netdev@vger.kernel.org
5122 F: drivers/net/smsc9420.*
5126 M: bn@niasdigital.com
5128 F: drivers/uio/uio_smx.c
5130 SN-IA64 (Itanium) SUB-PLATFORM
5133 L: linux-altix@sgi.com
5134 L: linux-ia64@vger.kernel.org
5135 W: http://www.sgi.com/altix
5139 SOC-CAMERA V4L2 SUBSYSTEM
5140 P: Guennadi Liakhovetski
5141 M: g.liakhovetski@gmx.de
5142 L: linux-media@vger.kernel.org
5143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5145 F: include/media/v4l2*
5146 F: drivers/media/video/v4l2*
5148 SOEKRIS NET48XX LED SUPPORT
5152 F: drivers/leds/leds-net48xx.c
5154 SOFTWARE RAID (Multiple Disks) SUPPORT
5157 L: linux-raid@vger.kernel.org
5160 F: include/linux/raid/
5162 SONIC NETWORK DRIVER
5163 P: Thomas Bogendoerfer
5164 M: tsbogend@alpha.franken.de
5165 L: netdev@vger.kernel.org
5167 F: drivers/net/sonic.*
5169 SONICS SILICON BACKPLANE DRIVER (SSB)
5172 L: netdev@vger.kernel.org
5175 F: include/linux/ssb/
5177 SONY VAIO CONTROL DEVICE DRIVER
5179 M: malattia@linux.it
5180 L: linux-acpi@vger.kernel.org
5181 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5183 F: Documentation/laptops/sony-laptop.txt
5184 F: drivers/char/sonypi.c
5185 F: drivers/platform/x86/sony-laptop.c
5186 F: include/linux/sony-laptop.h
5188 SONY MEMORYSTICK CARD SUPPORT
5191 L: linux-kernel@vger.kernel.org
5192 W: http://tifmxx.berlios.de/
5194 F: drivers/memstick/host/tifm_ms.c
5201 L: alsa-devel@alsa-project.org (subscribers-only)
5205 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5207 M: lrg@slimlogic.co.uk
5209 M: broonie@opensource.wolfsonmicro.com
5210 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5211 L: alsa-devel@alsa-project.org (subscribers-only)
5212 W: http://alsa-project.org/main/index.php/ASoC
5216 SPARC + UltraSPARC (sparc/sparc64)
5218 M: davem@davemloft.net
5219 L: sparclinux@vger.kernel.org
5220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5225 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5227 M: R.E.Wolff@BitWizard.nl
5228 L: linux-kernel@vger.kernel.org
5230 F: Documentation/serial/specialix.txt
5231 F: drivers/char/specialix*
5235 M: dbrownell@users.sourceforge.net
5236 L: spi-devel-general@lists.sourceforge.net
5238 F: Documentation/spi/
5240 F: include/linux/spi/
5242 SPIDERNET NETWORK DRIVER for CELL
5244 M: kou.ishizaki@toshiba.co.jp
5247 L: netdev@vger.kernel.org
5249 F: Documentation/networking/spider_net.txt
5250 F: drivers/net/spider_net*
5255 L: linuxppc-dev@ozlabs.org
5256 L: cbe-oss-dev@ozlabs.org
5257 W: http://www.ibm.com/developerworks/power/cell/
5259 F: Documentation/filesystems/spufs.txt
5260 F: arch/powerpc/platforms/cell/spufs/
5262 SQUASHFS FILE SYSTEM
5264 M: phillip@lougher.demon.co.uk
5265 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5266 W: http://squashfs.org.uk
5268 F: Documentation/filesystems/squashfs.txt
5271 SRM (Alpha) environment access
5272 P: Jan-Benedict Glaw
5273 M: jbglaw@lug-owl.de
5274 L: linux-kernel@vger.kernel.org
5276 F: arch/alpha/kernel/srm_env.c
5279 P: Greg Kroah-Hartman
5282 M: chrisw@sous-sol.org
5283 L: stable@kernel.org
5287 P: Greg Kroah-Hartman
5289 L: linux-kernel@vger.kernel.org
5290 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5294 STARFIRE/DURALAN NETWORK DRIVER
5296 M: ionut@cs.columbia.edu
5298 F: drivers/net/starfire*
5300 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5301 W: http://mosquitonet.Stanford.EDU/strip.html
5303 F: drivers/net/wireless/strip.c
5304 F: include/linux/if_strip.h
5306 STRADIS MPEG-2 DECODER DRIVER
5309 W: http://www.stradis.com/
5311 F: drivers/media/video/stradis.c
5316 W: http://sammy.net/sun3/
5318 F: arch/m68k/kernel/*sun3*
5320 F: arch/m68k/include/asm/sun3*
5324 M: lethal@linux-sh.org
5325 L: linux-sh@vger.kernel.org
5326 W: http://www.linux-sh.org
5327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5333 M: len.brown@intel.com
5336 P: Rafael J. Wysocki
5338 L: linux-pm@lists.linux-foundation.org
5340 F: Documentation/power/
5341 F: arch/x86/kernel/acpi/
5342 F: drivers/base/power/
5344 F: include/linux/suspend.h
5345 F: include/linux/freezer.h
5346 F: include/linux/pm.h
5347 F: include/asm-*/suspend.h
5352 L: linux-video@atrey.karlin.mff.cuni.cz
5354 F: Documentation/svga.txt
5355 F: arch/x86/boot/video*
5358 P: Christoph Hellwig
5359 M: hch@infradead.org
5361 F: Documentation/filesystems/sysv-fs.txt
5363 F: include/linux/sysv_fs.h
5365 TASKSTATS STATISTICS INTERFACE
5367 M: balbir@linux.vnet.ibm.com
5368 L: linux-kernel@vger.kernel.org
5370 F: Documentation/accounting/taskstats*
5371 F: include/linux/taskstats*
5372 F: kernel/taskstats.c
5377 L: netdev@vger.kernel.org
5379 F: include/linux/pkt_cls.h
5380 F: include/net/pkt_cls.h
5383 TCP LOW PRIORITY MODULE
5384 P: Wong Hoi Sing, Edison
5385 M: hswong3i@gmail.com
5386 P: Hung Hing Lun, Mike
5387 M: hlhung3i@gmail.com
5388 W: http://tcp-lp-mod.sourceforge.net/
5390 F: net/ipv4/tcp_lp.c
5392 TEHUTI ETHERNET DRIVER
5393 P: Alexander Indenbaum
5394 M: baum@tehutinetworks.net
5396 M: andy@greyhouse.net
5397 L: netdev@vger.kernel.org
5399 F: drivers/net/tehuti*
5401 Telecom Clock Driver for MCPL0010
5403 M: mark.gross@intel.com
5405 F: drivers/char/tlclk.c
5407 TENSILICA XTENSA PORT (xtensa)
5413 THINKPAD ACPI EXTRAS DRIVER
5414 P: Henrique de Moraes Holschuh
5415 M: ibm-acpi@hmh.eng.br
5416 L: ibm-acpi-devel@lists.sourceforge.net
5417 W: http://ibm-acpi.sourceforge.net
5418 W: http://thinkwiki.org/wiki/Ibm-acpi
5419 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5421 F: drivers/platform/x86/thinkpad_acpi.c
5423 TI FLASH MEDIA INTERFACE DRIVER
5427 F: drivers/misc/tifm*
5428 F: drivers/mmc/host/tifm_sd.c
5429 F: include/linux/tifm.h
5431 TI OMAP MMC INTERFACE DRIVER
5432 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5433 M: linux-omap@vger.kernel.org
5434 W: http://linux.omap.com
5435 W: http://www.muru.com/linux/omap/
5437 F: drivers/mmc/host/omap.c
5439 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5441 M: dsaxena@plexity.net
5443 F: drivers/char/hw_random/omap-rng.c
5447 M: per.liden@ericsson.com
5449 M: jon.maloy@ericsson.com
5451 M: allan.stephens@windriver.com
5452 L: tipc-discussion@lists.sourceforge.net
5453 W: http://tipc.sourceforge.net/
5454 W: http://tipc.cslab.ericsson.net/
5455 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5457 F: include/linux/tipc*.h
5458 F: include/net/tipc/
5464 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5465 W: http://sourceforge.net/projects/tlan/
5467 F: Documentation/networking/tlan.txt
5468 F: drivers/net/tlan.*
5470 TOMOYO SECURITY MODULE
5472 M: takedakn@nttdata.co.jp
5474 M: penguin-kernel@I-love.SAKURA.ne.jp
5475 L: linux-kernel@vger.kernel.org (kernel issues)
5476 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5477 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5478 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5479 W: http://tomoyo.sourceforge.jp/
5480 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5484 TOSHIBA ACPI EXTRAS DRIVER
5486 F: drivers/platform/x86/toshiba_acpi.c
5490 M: jonathan@buzzard.org.uk
5491 L: tlinux-users@tce.toshiba-dme.co.jp
5492 W: http://www.buzzard.org.uk/toshiba/
5494 F: drivers/char/toshiba.c
5495 F: include/linux/toshiba.h
5499 M: ian@mnementh.co.uk
5501 F: drivers/mmc/host/tmio_mmc.*
5505 M: debora@linux.vnet.ibm.com
5507 M: srajiv@linux.vnet.ibm.com
5508 W: http://tpmdd.sourceforge.net
5510 M: m.selhorst@sirrix.com
5511 W: http://www.sirrix.com
5512 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5514 F: drivers/char/tpm/
5518 M: trivial@kernel.org
5519 L: linux-kernel@vger.kernel.org
5520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5525 M: alan@lxorguk.ukuu.org.uk
5526 L: linux-kernel@vger.kernel.org
5529 TULIP NETWORK DRIVERS
5531 M: grundler@parisc-linux.org
5534 L: netdev@vger.kernel.org
5536 F: drivers/net/tulip/
5539 P: Maxim Krasnyansky
5540 M: maxk@qualcomm.com
5541 L: vtun@office.satix.net
5542 W: http://vtun.sourceforge.net/tun
5544 F: Documentation/networking/tuntap.txt
5545 F: arch/um/os-Linux/drivers/
5547 TURBOCHANNEL SUBSYSTEM
5548 P: Maciej W. Rozycki
5549 M: macro@linux-mips.org
5552 F: include/linux/tc.h
5556 M: ballabio_dario@emc.com
5557 L: linux-scsi@vger.kernel.org
5559 F: drivers/scsi/u14-34f.c
5561 UBI FILE SYSTEM (UBIFS)
5563 M: dedekind@infradead.org
5565 M: ext-adrian.hunter@nokia.com
5566 L: linux-mtd@lists.infradead.org
5567 T: git git://git.infradead.org/ubifs-2.6.git
5568 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5570 F: Documentation/filesystems/ubifs.txt
5573 UCLINUX (AND M68KNOMMU)
5576 W: http://www.uclinux.org/
5577 L: uclinux-dev@uclinux.org (subscribers-only)
5581 UCLINUX FOR RENESAS H8/300
5583 M: ysato@users.sourceforge.jp
5584 W: http://uclinux-h8.sourceforge.jp/
5590 W: http://linux-udf.sourceforge.net
5592 F: Documentation/filesystems/udf.txt
5596 P: Evgeniy Dushistov
5597 M: dushistov@mail.ru
5598 L: linux-kernel@vger.kernel.org
5600 F: Documentation/filesystems/ufs.txt
5603 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5605 M: david.vrabel@csr.com
5606 L: linux-usb@vger.kernel.org
5609 F: include/linux/uwb.h
5610 F: include/linux/uwb/
5612 UNIFORM CDROM DRIVER
5615 L: linux-kernel@vger.kernel.org
5616 W: http://www.kernel.dk
5618 F: Documentation/cdrom/
5619 F: drivers/cdrom/cdrom.c
5620 F: include/linux/cdrom.h
5622 UNSORTED BLOCK IMAGES (UBI)
5624 M: dedekind@infradead.org
5625 W: http://www.linux-mtd.infradead.org/
5626 L: linux-mtd@lists.infradead.org
5627 T: git git://git.infradead.org/ubi-2.6.git
5630 F: include/linux/mtd/ubi.h
5631 F: include/mtd/ubi-user.h
5635 M: oliver@neukum.name
5636 L: linux-usb@vger.kernel.org
5638 F: Documentation/usb/acm.txt
5639 F: drivers/usb/class/cdc-acm.*
5641 USB BLOCK DRIVER (UB ub)
5643 M: zaitcev@redhat.com
5644 L: linux-kernel@vger.kernel.org
5645 L: linux-usb@vger.kernel.org
5647 F: drivers/block/ub.c
5649 USB CDC ETHERNET DRIVER
5650 P: Greg Kroah-Hartman
5652 L: linux-usb@vger.kernel.org
5654 W: http://www.kroah.com/linux-usb/
5655 F: drivers/net/usb/cdc_*.c
5656 F: include/linux/usb/cdc.h
5658 USB CYPRESS C67X00 DRIVER
5660 M: jacmet@sunsite.dk
5661 L: linux-usb@vger.kernel.org
5663 F: drivers/usb/c67x00/
5665 USB DAVICOM DM9601 DRIVER
5667 M: jacmet@sunsite.dk
5668 L: netdev@vger.kernel.org
5669 W: http://www.linux-usb.org/usbnet
5671 F: drivers/net/usb/dm9601.c
5673 USB DIAMOND RIO500 DRIVER
5676 L: rio500-users@lists.sourceforge.net
5677 W: http://rio500.sourceforge.net
5679 F: drivers/usb/misc/rio500*
5683 M: dbrownell@users.sourceforge.net
5684 L: linux-usb@vger.kernel.org
5686 F: Documentation/usb/ehci.txt
5687 F: drivers/usb/host/ehci*
5689 USB ET61X[12]51 DRIVER
5691 M: luca.risolia@studio.unibo.it
5692 L: linux-usb@vger.kernel.org
5693 L: linux-media@vger.kernel.org
5694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5695 W: http://www.linux-projects.org
5697 F: drivers/media/video/et61x251/
5699 USB GADGET/PERIPHERAL SUBSYSTEM
5701 M: dbrownell@users.sourceforge.net
5702 L: linux-usb@vger.kernel.org
5703 W: http://www.linux-usb.org/gadget
5705 F: drivers/usb/gadget/
5706 F: include/linux/usb/gadget*
5708 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5711 L: linux-usb@vger.kernel.org
5712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5714 F: Documentation/usb/hiddev.txt
5715 F: drivers/hid/usbhid/
5719 M: ok@artecdesign.ee
5720 L: linux-usb@vger.kernel.org
5722 F: drivers/usb/host/isp116x*
5723 F: include/linux/usb/isp116x.h
5725 USB KAWASAKI LSI DRIVER
5727 M: oliver@neukum.name
5728 L: linux-usb@vger.kernel.org
5730 F: drivers/usb/serial/kl5kusb105.*
5732 USB MASS STORAGE DRIVER
5734 M: mdharm-usb@one-eyed-alien.net
5735 L: linux-usb@vger.kernel.org
5736 L: usb-storage@lists.one-eyed-alien.net
5738 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5739 F: drivers/usb/storage/
5743 M: dbrownell@users.sourceforge.net
5744 L: linux-usb@vger.kernel.org
5746 F: Documentation/usb/ohci.txt
5747 F: drivers/usb/host/ohci*
5749 USB OPTION-CARD DRIVER
5751 M: smurf@smurf.noris.de
5752 L: linux-usb@vger.kernel.org
5754 F: drivers/usb/serial/option.c
5758 M: mmcclell@bigfoot.com
5759 L: linux-usb@vger.kernel.org
5760 W: http://alpha.dyndns.org/ov511/
5762 F: drivers/media/video/ov511.*
5766 M: petkan@users.sourceforge.net
5767 L: linux-usb@vger.kernel.org
5768 L: netdev@vger.kernel.org
5769 W: http://pegasus2.sourceforge.net/
5771 F: drivers/net/usb/pegasus.*
5773 USB PRINTER DRIVER (usblp)
5775 M: zaitcev@redhat.com
5776 L: linux-usb@vger.kernel.org
5778 F: drivers/usb/class/usblp.c
5782 M: petkan@users.sourceforge.net
5783 L: linux-usb@vger.kernel.org
5784 L: netdev@vger.kernel.org
5785 W: http://pegasus2.sourceforge.net/
5787 F: drivers/net/usb/rtl8150.c
5792 L: linux-usb@vger.kernel.org
5793 W: http://www.chello.nl/~j.vreeken/se401/
5795 F: Documentation/video4linux/se401.txt
5796 F: drivers/media/video/se401.*
5798 USB SERIAL BELKIN F5U103 DRIVER
5799 P: William Greathouse
5800 M: wgreathouse@smva.com
5801 L: linux-usb@vger.kernel.org
5803 F: drivers/usb/serial/belkin_sa.*
5805 USB SERIAL CYPRESS M8 DRIVER
5807 M: dignome@gmail.com
5808 L: linux-usb@vger.kernel.org
5810 W: http://geocities.com/i0xox0i
5811 W: http://firstlight.net/cvs
5812 F: drivers/usb/serial/cypress_m8.*
5814 USB SERIAL CYBERJACK DRIVER
5815 P: Matthias Bruestle and Harald Welte
5816 M: support@reiner-sct.com
5817 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5819 F: drivers/usb/serial/cyberjack.c
5821 USB SERIAL DIGI ACCELEPORT DRIVER
5822 P: Peter Berger and Al Borchers
5823 M: pberger@brimson.com
5824 M: alborchers@steinerpoint.com
5825 L: linux-usb@vger.kernel.org
5827 F: drivers/usb/serial/digi_acceleport.c
5830 P: Greg Kroah-Hartman
5832 L: linux-usb@vger.kernel.org
5834 F: Documentation/usb/usb-serial.txt
5835 F: drivers/usb/serial/generic.c
5836 F: drivers/usb/serial/usb-serial.c
5837 F: include/linux/usb/serial.h
5839 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5841 M: xavyer@ix.netcom.com
5842 L: linux-usb@vger.kernel.org
5844 F: drivers/usb/serial/empeg.c
5846 USB SERIAL KEYSPAN DRIVER
5847 P: Greg Kroah-Hartman
5849 L: linux-usb@vger.kernel.org
5850 W: http://www.kroah.com/linux/
5852 F: drivers/usb/serial/*keyspan*
5854 USB SERIAL WHITEHEAT DRIVER
5855 P: Support Department
5856 M: support@connecttech.com
5857 L: linux-usb@vger.kernel.org
5858 W: http://www.connecttech.com
5860 F: drivers/usb/serial/whiteheat*
5862 USB SMSC95XX ETHERNET DRIVER
5863 P: Steve Glendinning
5864 M: steve.glendinning@smsc.com
5865 L: netdev@vger.kernel.org
5867 F: drivers/net/usb/smsc95xx.*
5871 M: luca.risolia@studio.unibo.it
5872 L: linux-usb@vger.kernel.org
5873 L: linux-media@vger.kernel.org
5874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5875 W: http://www.linux-projects.org
5877 F: Documentation/video4linux/sn9c102.txt
5878 F: drivers/media/video/sn9c102/
5881 P: Greg Kroah-Hartman
5883 L: linux-usb@vger.kernel.org
5884 W: http://www.linux-usb.org
5885 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5887 F: Documentation/usb/
5890 F: include/linux/usb.h
5891 F: include/linux/usb/
5895 M: stern@rowland.harvard.edu
5896 L: linux-usb@vger.kernel.org
5898 F: drivers/usb/host/uhci*
5900 USB "USBNET" DRIVER FRAMEWORK
5902 M: dbrownell@users.sourceforge.net
5903 L: netdev@vger.kernel.org
5904 W: http://www.linux-usb.org/usbnet
5906 F: drivers/net/usb/usbnet.c
5907 F: include/linux/usb/usbnet.h
5911 M: laurent.pinchart@skynet.be
5912 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5913 L: linux-media@vger.kernel.org
5914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5915 W: http://linux-uvc.berlios.de
5917 F: drivers/media/video/uvc/
5919 USB W996[87]CF DRIVER
5921 M: luca.risolia@studio.unibo.it
5922 L: linux-usb@vger.kernel.org
5923 L: linux-media@vger.kernel.org
5924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5925 W: http://www.linux-projects.org
5927 F: Documentation/video4linux/w9968cf.txt
5928 F: drivers/media/video/w996*
5930 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5932 M: jussi.kivilinna@mbnet.fi
5933 L: linux-wireless@vger.kernel.org
5935 F: drivers/net/wireless/rndis_wlan.c
5939 M: luca.risolia@studio.unibo.it
5940 L: linux-usb@vger.kernel.org
5941 L: linux-media@vger.kernel.org
5942 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5943 W: http://www.linux-projects.org
5945 F: Documentation/video4linux/zc0301.txt
5946 F: drivers/media/video/zc0301/
5951 L: linux-usb@vger.kernel.org
5952 W: http://linux-lc100020.sourceforge.net
5954 F: drivers/net/wireless/zd1201.*
5958 M: royale@zerezo.com
5959 L: linux-usb@vger.kernel.org
5960 L: linux-media@vger.kernel.org
5961 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5962 W: http://royale.zerezo.com/zr364xx/
5964 F: Documentation/video4linux/zr364xx.txt
5965 F: drivers/media/video/zr364xx.c
5967 USER-MODE LINUX (UML)
5969 M: jdike@addtoit.com
5970 L: user-mode-linux-devel@lists.sourceforge.net
5971 L: user-mode-linux-user@lists.sourceforge.net
5972 W: http://user-mode-linux.sourceforge.net
5974 F: Documentation/uml/
5981 M: hjk@linutronix.de
5982 P: Greg Kroah-Hartman
5984 L: linux-kernel@vger.kernel.org
5986 F: Documentation/DocBook/uio-howto.tmpl
5988 F: include/linux/uio*.h
5990 UTIL-LINUX-NG PACKAGE
5993 L: util-linux-ng@vger.kernel.org
5994 W: http://kernel.org/~kzak/util-linux-ng/
5995 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5999 P: Michal Januszewski
6001 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6002 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6004 F: Documentation/fb/uvesafb.txt
6005 F: drivers/video/uvesafb.*
6007 VFAT/FAT/MSDOS FILESYSTEM
6009 M: hirofumi@mail.parknet.co.jp
6010 L: linux-kernel@vger.kernel.org
6012 F: Documentation/filesystems/vfat.txt
6015 VIA RHINE NETWORK DRIVER
6019 F: drivers/net/via-rhine.c
6023 M: khali@linux-fr.org
6024 L: linux-i2c@vger.kernel.org
6026 F: Documentation/i2c/busses/i2c-viapro
6027 F: drivers/i2c/busses/i2c-viapro.c
6029 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6031 M: JosephChan@via.com.tw
6033 M: ScottFang@viatech.com.cn
6034 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6036 F: drivers/video/via/
6038 VIA VELOCITY NETWORK DRIVER
6040 M: romieu@fr.zoreil.com
6041 L: netdev@vger.kernel.org
6043 F: drivers/net/via-velocity.*
6048 L: netdev@vger.kernel.org
6050 F: drivers/net/macvlan.c
6051 F: include/linux/if_*vlan.h
6054 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6056 M: lrg@slimlogic.co.uk
6058 M: broonie@opensource.wolfsonmicro.com
6059 W: http://opensource.wolfsonmicro.com/node/15
6060 W: http://www.slimlogic.co.uk/?p=48
6061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6063 F: drivers/regulator/
6064 F: include/linux/regulator/
6066 VT1211 HARDWARE MONITOR DRIVER
6069 L: lm-sensors@lm-sensors.org
6071 F: Documentation/hwmon/vt1211
6072 F: drivers/hwmon/vt1211.c
6074 VT8231 HARDWARE MONITOR DRIVER
6076 M: vt8231@hiddenengine.co.uk
6077 L: lm-sensors@lm-sensors.org
6079 F: drivers/hwmon/vt8231.c
6081 W1 DALLAS'S 1-WIRE BUS
6083 M: johnpol@2ka.mipt.ru
6085 F: Documentation/w1/
6088 W83791D HARDWARE MONITORING DRIVER
6090 M: m.hulsman@tudelft.nl
6091 L: lm-sensors@lm-sensors.org
6093 F: Documentation/hwmon/w83791d
6094 F: drivers/hwmon/w83791d.c
6096 W83793 HARDWARE MONITORING DRIVER
6098 M: r.marek@assembler.cz
6099 L: lm-sensors@lm-sensors.org
6101 F: Documentation/hwmon/w83793
6102 F: drivers/hwmon/w83793.c
6104 W83L51xD SD/MMC CARD INTERFACE DRIVER
6107 L: linux-kernel@vger.kernel.org
6109 F: drivers/mmc/host/wbsd.*
6111 WATCHDOG DEVICE DRIVERS
6114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6116 F: Documentation/watchdog/
6117 F: drivers/watchdog/
6118 F: include/linux/watchdog.h
6120 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6123 L: linux-wireless@vger.kernel.org
6124 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6126 F: Documentation/networking/wavelan.txt
6127 F: drivers/net/wireless/wavelan*
6131 M: zaga@fly.cc.fer.hr
6132 L: linux-scsi@vger.kernel.org
6134 F: drivers/scsi/wd7000.c
6137 P: Inaky Perez-Gonzalez
6138 M: inaky.perez-gonzalez@intel.com
6139 M: linux-wimax@intel.com
6140 L: wimax@linuxwimax.org
6142 W: http://linuxwimax.org
6144 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6146 M: david.vrabel@csr.com
6148 F: include/linux/wlp.h
6151 WISTRON LAPTOP BUTTON DRIVER
6155 F: drivers/input/misc/wistron_btns.c
6157 WL3501 WIRELESS PCMCIA CARD DRIVER
6158 P: Arnaldo Carvalho de Melo
6159 M: acme@ghostprotocols.net
6160 L: linux-wireless@vger.kernel.org
6161 W: http://oops.ghostprotocols.net:81/blog
6163 F: drivers/net/wireless/wl3501*
6165 WM97XX TOUCHSCREEN DRIVERS
6167 M: broonie@opensource.wolfsonmicro.com
6169 M: lrg@slimlogic.co.uk
6170 L: linux-input@vger.kernel.org
6171 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6172 W: http://opensource.wolfsonmicro.com/node/7
6174 F: drivers/input/touchscreen/*wm97*
6175 F: include/linux/wm97xx.h
6179 M: eis@baty.hanse.de
6180 L: linux-x25@vger.kernel.org
6182 F: Documentation/networking/x25*
6186 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6188 M: tglx@linutronix.de
6194 L: linux-kernel@vger.kernel.org
6195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6197 F: Documentation/x86/
6200 XEN HYPERVISOR INTERFACE
6201 P: Jeremy Fitzhardinge
6202 M: jeremy@xensource.com
6204 M: chrisw@sous-sol.org
6205 L: virtualization@lists.osdl.org
6206 L: xen-devel@lists.xensource.com
6209 F: drivers/*/xen-*front.c
6211 F: arch/x86/include/asm/xen/
6215 P: Silicon Graphics Inc
6218 M: xfs-masters@oss.sgi.com
6220 W: http://oss.sgi.com/projects/xfs
6221 T: git git://oss.sgi.com/xfs/xfs.git
6223 F: Documentation/filesystems/xfs.txt
6226 XILINX SYSTEMACE DRIVER
6228 M: grant.likely@secretlab.ca
6229 W: http://www.secretlab.ca/
6230 L: linux-kernel@vger.kernel.org
6232 F: drivers/block/xsysace.c
6234 XILINX UARTLITE SERIAL DRIVER
6236 M: jacmet@sunsite.dk
6237 L: linux-serial@vger.kernel.org
6239 F: drivers/serial/uartlite.c
6241 YAM DRIVER FOR AX.25
6242 P: Jean-Paul Roubelat
6244 L: linux-hams@vger.kernel.org
6246 F: drivers/net/hamradio/yam*
6247 F: include/linux/yam.h
6249 YEALINK PHONE DRIVER
6251 M: Henk.Vergonet@gmail.com
6252 L: usbb2k-api-dev@nongnu.org
6254 F: Documentation/input/yealink.txt
6255 F: drivers/input/misc/yealink.*
6257 Z8530 DRIVER FOR AX.25
6260 W: http://yaina.de/jreuter/
6261 W: http://www.qsl.net/dl1bke/
6262 L: linux-hams@vger.kernel.org
6264 F: Documentation/networking/z8530drv.txt
6265 F: drivers/net/hamradio/*scc.c
6266 F: drivers/net/hamradio/z8530.h
6268 ZD1211RW WIRELESS DRIVER
6272 M: kune@deine-taler.de
6273 W: http://zd1211.ath.cx/wiki/DriverRewrite
6274 L: linux-wireless@vger.kernel.org
6275 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6277 F: drivers/net/wireless/zd1211rw/
6279 ZR36067 VIDEO FOR LINUX DRIVER
6280 L: mjpeg-users@lists.sourceforge.net
6281 L: linux-media@vger.kernel.org
6282 W: http://mjpeg.sourceforge.net/driver-zoran/
6283 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6285 F: drivers/media/video/zoran/
6287 ZS DECSTATION Z85C30 SERIAL DRIVER
6288 P: Maciej W. Rozycki
6289 M: macro@linux-mips.org
6291 F: drivers/serial/zs.*
6295 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6296 S: Buried alive in reporters