2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
103 L: netdev@vger.kernel.org
105 F: drivers/net/3c505*
109 M: klassert@mathematik.tu-chemnitz.de
110 L: netdev@vger.kernel.org
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
117 M: dave@thedillows.org
118 L: netdev@vger.kernel.org
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
124 M: linuxraid@amcc.com
125 L: linux-scsi@vger.kernel.org
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
132 M: linuxraid@amcc.com
133 L: linux-scsi@vger.kernel.org
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
140 M: James.Bottomley@HansenPartnership.com
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
147 M: ajk@iehk.rwth-aachen.de
148 L: linux-hams@vger.kernel.org
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M: romieu@fr.zoreil.com
155 L: netdev@vger.kernel.org
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L: linux-serial@vger.kernel.org
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 M: p_gortmaker@yahoo.com
169 L: netdev@vger.kernel.org
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
178 M: rminnich@sandia.gov
181 L: v9fs-developer@lists.sourceforge.net
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
191 L: linux-m68k@lists.linux-m68k.org
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
197 M: aacraid@adaptec.com
198 L: linux-scsi@vger.kernel.org
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: j.w.r.degoede@hhs.nl
207 L: lm-sensors@lm-sensors.org
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
213 M: alistair@devzero.co.uk
214 L: lm-sensors@lm-sensors.org
216 F: drivers/hwmon/abituguru3.c
220 M: jes@trained-monkey.org
221 L: linux-acenic@sunsite.dk
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
227 M: carlos@strangeworlds.co.uk
228 L: aceracpi@googlegroups.com (subscribers-only)
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
236 L: linux-acpi@vger.kernel.org
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
246 M: astarikovskiy@suse.de
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
255 M: astarikovskiy@suse.de
256 L: linux-acpi@vger.kernel.org
257 W: http://www.lesswatts.org/projects/acpi/
263 M: rui.zhang@intel.com
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
271 M: kristen.c.accardi@intel.com
272 L: linux-pci@vger.kernel.org
274 F: drivers/pci/hotplug/acpi*
278 M: rui.zhang@intel.com
279 L: linux-acpi@vger.kernel.org
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
286 M: rui.zhang@intel.com
287 L: linux-acpi@vger.kernel.org
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
294 M: carlos@strangeworlds.co.uk
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
304 M: T-Bone@parisc-linux.org
305 W: http://wiki.parisc-linux.org/AD1889
306 L: linux-parisc@vger.kernel.org
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
312 M: khali@linux-fr.org
313 L: lm-sensors@lm-sensors.org
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
320 M: corentin.labbe@geomatys.fr
321 L: lm-sensors@lm-sensors.org
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
327 M: flamingice@sourmilk.net
328 L: linux-wireless@vger.kernel.org
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
343 L: linux-scsi@vger.kernel.org
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
356 M: zippel@linux-m68k.org
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 M: dhowells@redhat.com
364 L: linux-afs@lists.infradead.org
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
381 L: linux-scsi@vger.kernel.org
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
397 L: linux-aio@kvack.org
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
404 M: duncan.sands@free.fr
405 L: linux-usb@vger.kernel.org
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
413 M: manuel.lauss@gmail.com
415 F: drivers/mmc/host/au1xmmc.c
419 M: r.marek@assembler.cz
420 L: linux-i2c@vger.kernel.org
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
430 M: ink@jurassic.park.msu.ru
431 S: Maintained for 2.4; PCI support for 2.6.
432 L: linux-alpha@vger.kernel.org
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 M: thomas.dahlmann@amd.com
438 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
455 M: joerg.roedel@amd.com
456 L: iommu@lists.linux-foundation.org
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
464 M: andeas.herrmann3@amd.com
465 L: amd64-microcode@amd64.org
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
471 M: stelian@popies.net
472 P: Michael Hanselmann
473 M: linux-kernel@hansmi.ch
475 F: drivers/hwmon/ams/
479 M: tom@opengridcomputing.com
481 M: swise@opengridcomputing.com
482 L: general@lists.openfabrics.org
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
488 M: johannes@sipsolutions.net
489 L: linuxppc-dev@ozlabs.org
490 L: alsa-devel@alsa-project.org (subscribers-only)
496 M: sfr@canb.auug.org.au
497 L: linux-laptop@vger.kernel.org
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
505 M: rydberg@euromail.se
506 L: linux-input@vger.kernel.org
508 F: drivers/input/mouse/bcm5974.c
512 M: nicolas@boichat.ch
513 L: mactel-linux-devel@lists.sourceforge.net
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
519 M: acme@ghostprotocols.net
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
526 M: johannes@sipsolutions.net
527 L: linux-input@vger.kernel.org
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
534 M: jayalk@intworks.biz
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
546 ARM PRIMECELL MMCI PL180/1 DRIVER
548 F: drivers/mmc/host/mmci.*
550 ARM/ADI ROADRUNNER MACHINE SUPPORT
552 M: kernel@wantstofly.org
553 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555 F: arch/arm/mach-ixp23xx/
556 F: arch/arm/mach-ixp23xx/include/mach/
558 ARM/ADS SPHERE MACHINE SUPPORT
560 M: kernel@wantstofly.org
561 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 ARM/AFEB9260 MACHINE SUPPORT
566 M: slapin@ossfans.org
567 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570 ARM/AJECO 1ARM MACHINE SUPPORT
572 M: kernel@wantstofly.org
573 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
576 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
578 M: linux@maxim.org.za
579 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 W: http://maxim.org.za/at91_26.html
583 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
585 M: kernel@wantstofly.org
586 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
591 M: kernel@wantstofly.org
592 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
595 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
597 M: mike@compulab.co.il
598 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
601 ARM/CORGI MACHINE SUPPORT
606 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
608 M: paulius.zaleckas@teltonika.lt
609 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 T: git git://gitorious.org/linux-gemini/mainline.git
613 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
617 M: stefan@openezx.org
619 M: laforge@openezx.org
620 L: openezx-devel@lists.openezx.org (subscribers-only)
621 W: http://www.openezx.org/
624 ARM/FARADAY FA526 PORT
626 M: paulius.zaleckas@teltonika.lt
627 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
632 M: kernel@pengutronix.de
633 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
636 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
638 M: kernel@wantstofly.org
639 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
642 ARM/GUMSTIX MACHINE SUPPORT
645 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 ARM/HP JORNADA 7XX MACHINE SUPPORT
649 P: Kristoffer Ericson
650 M: kristoffer.ericson@gmail.com
654 ARM/INTEL IOP32X ARM ARCHITECTURE
656 M: kernel@wantstofly.org
658 M: dan.j.williams@intel.com
659 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
662 ARM/INTEL IOP33X ARM ARCHITECTURE
664 M: dan.j.williams@intel.com
665 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
668 ARM/INTEL IOP13XX ARM ARCHITECTURE
670 M: kernel@wantstofly.org
672 M: dan.j.williams@intel.com
673 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676 ARM/INTEL IQ81342EX MACHINE SUPPORT
678 M: kernel@wantstofly.org
680 M: dan.j.williams@intel.com
681 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
684 ARM/INTEL IXP2000 ARM ARCHITECTURE
686 M: kernel@wantstofly.org
687 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
690 ARM/INTEL IXDP2850 MACHINE SUPPORT
692 M: kernel@wantstofly.org
693 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
696 ARM/INTEL IXP23XX ARM ARCHITECTURE
698 M: kernel@wantstofly.org
699 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
702 ARM/INTEL XSC3 (MANZANO) ARM CORE
704 M: kernel@wantstofly.org
706 M: dan.j.williams@intel.com
707 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
712 M: kernel@wantstofly.org
713 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
716 ARM/LOGICPD PXA270 MACHINE SUPPORT
718 M: kernel@wantstofly.org
719 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
722 ARM/MAGICIAN MACHINE SUPPORT
724 M: philipp.zabel@gmail.com
727 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
728 P: Michael Petchkovsky
729 M: mkpetch@internode.on.net
732 ARM/TOSA MACHINE SUPPORT
733 P: Dmitry Eremin-Solenikov
734 M: dbaryshkov@gmail.com
736 M: dirk@opfer-online.de
739 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
741 M: marek.vasut@gmail.com
742 W: http://hackndev.com
747 M: slapin@ossfans.org
748 W: http://hackndev.com
753 M: pleb@gelato.unsw.edu.au
754 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
757 ARM/PT DIGITAL BOARD PORT
759 M: stefan.eletzhofer@eletztrick.de
760 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
761 W: http://www.arm.linux.org.uk/
764 ARM/RADISYS ENP2611 MACHINE SUPPORT
766 M: kernel@wantstofly.org
767 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
770 ARM/SHARK MACHINE SUPPORT
772 M: alex@shark-linux.de
773 W: http://www.shark-linux.de/shark.html
776 ARM/STRONGARM110 PORT
778 M: rmk@arm.linux.org.uk
779 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
780 W: http://www.arm.linux.org.uk/
783 ARM/S3C2410 ARM ARCHITECTURE
785 M: ben-linux@fluff.org
786 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
787 W: http://www.fluff.org/ben/linux/
790 ARM/S3C2440 ARM ARCHITECTURE
792 M: ben-linux@fluff.org
793 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
794 W: http://www.fluff.org/ben/linux/
797 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
799 M: kernel@wantstofly.org
800 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 ARM/THECUS N2100 MACHINE SUPPORT
805 M: kernel@wantstofly.org
806 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
809 ARM/NUVOTON W90X900 ARM ARCHITECTURE
811 M: mcuos.com@gmail.com
812 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
813 W: http://www.mcuos.com
818 L: netdev@vger.kernel.org
822 ASUS ACPI EXTRAS DRIVER
824 M: corentincj@iksaif.net
826 M: sziwan@users.sourceforge.net
827 L: acpi4asus-user@lists.sourceforge.net
828 W: http://sourceforge.net/projects/acpi4asus
829 W: http://xf.iksaif.net/acpi4asus
831 F: arch/x86/kernel/acpi/boot.c
832 F: drivers/platform/x86/asus_acpi.c
834 ASUS ASB100 HARDWARE MONITOR DRIVER
836 M: mhoffman@lightlink.com
837 L: lm-sensors@lm-sensors.org
839 F: drivers/hwmon/asb100.c
841 ASUS LAPTOP EXTRAS DRIVER
843 M: corentincj@iksaif.net
844 L: acpi4asus-user@lists.sourceforge.net
845 W: http://sourceforge.net/projects/acpi4asus
846 W: http://xf.iksaif.net/acpi4asus
848 F: drivers/platform/x86/asus-laptop.c
850 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
852 M: dan.j.williams@intel.com
854 M: maciej.sosnowski@intel.com
855 L: linux-kernel@vger.kernel.org
856 W: http://sourceforge.net/projects/xscaleiop
858 F: Documentation/crypto/async-tx-api.txt
861 F: include/linux/dmaengine.h
862 F: include/linux/async_tx.h
864 ATA OVER ETHERNET (AOE) DRIVER
866 M: ecashin@coraid.com
867 W: http://www.coraid.com/support/linux
869 F: Documentation/aoe/
870 F: drivers/block/aoe/
872 ATHEROS ATH5K WIRELESS DRIVER
874 M: jirislaby@gmail.com
876 M: mickflemm@gmail.com
878 M: lrodriguez@atheros.com
880 M: me@bobcopeland.com
881 L: linux-wireless@vger.kernel.org
882 L: ath5k-devel@lists.ath5k.org
884 F: drivers/net/wireless/ath5k/
886 ATHEROS ATH9K WIRELESS DRIVER
888 M: lrodriguez@atheros.com
890 M: jmalinen@atheros.com
891 L: linux-wireless@vger.kernel.org
892 L: ath9k-devel@lists.ath9k.org
894 F: drivers/net/wireless/ath9k/
896 ATHEROS AR9170 WIRELESS DRIVER
897 P: Christian Lamparter
899 L: linux-wireless@vger.kernel.org
900 W: http://wireless.kernel.org/en/users/Drivers/ar9170
902 F: drivers/net/wireless/ar9170/
908 F: drivers/input/misc/ati_remote2.c
910 ATLX ETHERNET DRIVERS
912 M: jcliburn@gmail.com
916 M: jie.yang@atheros.com
917 L: atl1-devel@lists.sourceforge.net
918 W: http://sourceforge.net/projects/atl1
919 W: http://atl1.sourceforge.net
925 M: chas@cmf.nrl.navy.mil
926 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
927 L: netdev@vger.kernel.org
928 W: http://linux-atm.sourceforge.net
931 F: include/linux/atm*
933 ATMEL AT91 MCI DRIVER
935 M: nicolas.ferre@atmel.com
936 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
937 W: http://www.atmel.com/products/AT91/
938 W: http://www.at91.com/
940 F: drivers/mmc/host/at91_mci.c
942 ATMEL AT91 / AT32 SERIAL DRIVER
943 P: Haavard Skinnemoen
944 M: hskinnemoen@atmel.com
945 L: linux-kernel@vger.kernel.org
947 F: drivers/serial/atmel_serial.c
951 M: nicolas.ferre@atmel.com
952 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
954 F: drivers/video/atmel_lcdfb.c
955 F: include/video/atmel_lcdc.h
957 ATMEL MACB ETHERNET DRIVER
958 P: Haavard Skinnemoen
959 M: hskinnemoen@atmel.com
961 F: drivers/net/macb.*
964 P: Haavard Skinnemoen
965 M: hskinnemoen@atmel.com
967 F: drivers/spi/atmel_spi.*
969 ATMEL USBA UDC DRIVER
970 P: Haavard Skinnemoen
971 M: hskinnemoen@atmel.com
972 L: kernel@avr32linux.org
973 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
975 F: drivers/usb/gadget/atmel_usba_udc.*
977 ATMEL WIRELESS DRIVER
979 M: simon@thekelleys.org.uk
980 L: linux-wireless@vger.kernel.org
981 W: http://www.thekelleys.org.uk/atmel
982 W: http://atmelwlandriver.sourceforge.net/
984 F: drivers/net/wireless/atmel*
988 M: viro@zeniv.linux.org.uk
991 L: linux-audit@redhat.com (subscribers-only)
992 W: http://people.redhat.com/sgrubb/audit/
993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
995 F: include/linux/audit.h
998 AUXILIARY DISPLAY DRIVERS
999 P: Miguel Ojeda Sandonis
1000 M: miguel.ojeda.sandonis@gmail.com
1001 L: linux-kernel@vger.kernel.org
1002 W: http://miguelojeda.es/auxdisplay.htm
1003 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1005 F: drivers/auxdisplay/
1006 F: include/linux/cfag12864b.h
1009 P: Haavard Skinnemoen
1010 M: hskinnemoen@atmel.com
1011 W: http://www.atmel.com/products/AVR32/
1012 W: http://avr32linux.org/
1013 W: http://avrfreaks.net/
1017 AVR32/AT32AP MACHINE SUPPORT
1018 P: Haavard Skinnemoen
1019 M: hskinnemoen@atmel.com
1021 F: arch/avr32/mach-at32ap/
1025 M: ralf@linux-mips.org
1026 L: linux-hams@vger.kernel.org
1027 W: http://www.linux-ax25.org/
1029 F: include/linux/ax25.h
1030 F: include/net/ax25.h
1037 M: stefano.brivio@polimi.it
1038 L: linux-wireless@vger.kernel.org
1039 W: http://linuxwireless.org/en/users/Drivers/b43
1041 F: drivers/net/wireless/b43/
1043 B43LEGACY WIRELESS DRIVER
1045 M: Larry.Finger@lwfinger.net
1047 M: stefano.brivio@polimi.it
1048 L: linux-wireless@vger.kernel.org
1049 W: http://linuxwireless.org/en/users/Drivers/b43
1051 F: drivers/net/wireless/b43legacy/
1053 BACKLIGHT CLASS/SUBSYSTEM
1055 M: rpurdie@rpsys.net
1057 F: drivers/video/backlight/
1058 F: include/linux/backlight.h
1060 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1062 M: t.sailer@alumni.ethz.ch
1063 L: linux-hams@vger.kernel.org
1064 W: http://www.baycom.org/~tom/ham/ham.html
1066 F: drivers/net/hamradio/baycom*
1069 P: Sergey S. Kostyliov
1070 M: rathamahata@php4.ru
1071 L: linux-kernel@vger.kernel.org
1073 F: Documentation/filesystems/befs.txt
1077 P: Tigran A. Aivazian
1078 M: tigran@aivazian.fsnet.co.uk
1079 L: linux-kernel@vger.kernel.org
1081 F: Documentation/filesystems/bfs.txt
1083 F: include/linux/bfs_fs.h
1085 BLACKFIN ARCHITECTURE
1087 M: cooloney@kernel.org
1088 L: uclinux-dist-devel@blackfin.uclinux.org
1089 W: http://blackfin.uclinux.org
1093 BLACKFIN EMAC DRIVER
1095 M: cooloney@kernel.org
1096 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1097 W: http://blackfin.uclinux.org
1099 F: drivers/net/bfin_mac.*
1103 M: vapier.adi@gmail.com
1104 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1105 W: http://blackfin.uclinux.org
1107 F: drivers/rtc/rtc-bfin.c
1109 BLACKFIN SERIAL DRIVER
1111 M: sonic.zhang@analog.com
1112 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1113 W: http://blackfin.uclinux.org
1115 F: drivers/serial/bfin_5xx.c
1117 BLACKFIN WATCHDOG DRIVER
1119 M: vapier.adi@gmail.com
1120 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1121 W: http://blackfin.uclinux.org
1123 F: drivers/watchdog/bfin_wdt.c
1125 BLACKFIN I2C TWI DRIVER
1127 M: sonic.zhang@analog.com
1128 L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
1129 W: http://blackfin.uclinux.org/
1131 F: drivers/i2c/busses/i2c-bfin-twi.c
1136 L: linux-kernel@vger.kernel.org
1137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1143 M: joern@lazybastard.org
1144 L: linux-mtd@lists.infradead.org
1146 F: drivers/mtd/devices/block2mtd.c
1150 M: marcel@holtmann.org
1151 L: linux-bluetooth@vger.kernel.org
1152 W: http://www.bluez.org/
1154 F: drivers/bluetooth/
1158 M: marcel@holtmann.org
1159 L: linux-bluetooth@vger.kernel.org
1160 W: http://www.bluez.org/
1161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1164 F: include/net/bluetooth/
1169 L: bonding-devel@lists.sourceforge.net
1170 W: http://sourceforge.net/projects/bonding/
1172 F: drivers/net/bonding/
1173 F: include/linux/if_bonding.h
1175 BROADCOM B44 10/100 ETHERNET DRIVER
1177 M: zambrano@broadcom.com
1178 L: netdev@vger.kernel.org
1180 F: drivers/net/b44.*
1182 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1184 M: mchan@broadcom.com
1185 L: netdev@vger.kernel.org
1187 F: drivers/net/bnx2.*
1188 F: drivers/net/bnx2_*
1190 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1192 M: eilong@broadcom.com
1193 L: netdev@vger.kernel.org
1195 F: drivers/net/bnx2x*
1197 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1199 M: mcarlson@broadcom.com
1201 M: mchan@broadcom.com
1202 L: netdev@vger.kernel.org
1204 F: drivers/net/tg3.*
1206 BSG (block layer generic sg v4 driver)
1208 M: fujita.tomonori@lab.ntt.co.jp
1209 L: linux-scsi@vger.kernel.org
1212 F: include/linux/bsg.h
1217 W: http://bu3sch.de/btgpio.php
1219 F: drivers/gpio/bt8xxgpio.c
1223 M: chris.mason@oracle.com
1224 L: linux-btrfs@vger.kernel.org
1225 W: http://btrfs.wiki.kernel.org/
1226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1228 F: Documentation/filesystems/btrfs.txt
1231 BTTV VIDEO4LINUX DRIVER
1232 P: Mauro Carvalho Chehab
1233 M: mchehab@infradead.org
1234 L: linux-media@vger.kernel.org
1235 W: http://linuxtv.org
1236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1238 F: Documentation/video4linux/bttv/
1239 F: drivers/media/video/bt8xx/bttv*
1241 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1244 L: linux-media@vger.kernel.org
1245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1247 F: Documentation/video4linux/cafe_ccic
1248 F: drivers/media/video/cafe_ccic*
1250 CALGARY x86-64 IOMMU
1255 L: linux-kernel@vger.kernel.org
1256 L: discuss@x86-64.org
1258 F: arch/x86/kernel/pci-calgary_64.c
1259 F: arch/x86/kernel/tce_64.c
1260 F: arch/x86/include/asm/calgary.h
1261 F: arch/x86/include/asm/tce.h
1265 M: urs.thuermann@volkswagen.de
1267 M: oliver.hartkopp@volkswagen.de
1268 L: socketcan-core@lists.berlios.de (subscribers-only)
1269 W: http://developer.berlios.de/projects/socketcan/
1272 F: include/linux/can/
1273 F: include/linux/can.h
1275 CELL BROADBAND ENGINE ARCHITECTURE
1278 L: linuxppc-dev@ozlabs.org
1279 L: cbe-oss-dev@ozlabs.org
1280 W: http://www.ibm.com/developerworks/power/cell/
1282 F: arch/powerpc/include/asm/cell*.h
1283 F: arch/powerpc/include/asm/lv1call.h
1284 F: arch/powerpc/include/asm/ps3*.h
1285 F: arch/powerpc/include/asm/spu*.h
1286 F: arch/powerpc/oprofile/*cell*
1287 F: arch/powerpc/platforms/cell/
1288 F: arch/powerpc/platforms/ps3/
1290 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1292 M: david.vrabel@csr.com
1293 L: linux-usb@vger.kernel.org
1295 F: Documentation/usb/WUSB-Design-overview.txt
1296 F: Documentation/usb/wusb-cbaf
1297 F: drivers/usb/wusbcore/
1298 F: include/linux/usb/wusb*
1300 CFAG12864B LCD DRIVER
1301 P: Miguel Ojeda Sandonis
1302 M: miguel.ojeda.sandonis@gmail.com
1303 L: linux-kernel@vger.kernel.org
1304 W: http://miguelojeda.es/auxdisplay.htm
1305 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1307 F: drivers/auxdisplay/cfag12864b.c
1308 F: include/linux/cfag12864b.h
1310 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1311 P: Miguel Ojeda Sandonis
1312 M: miguel.ojeda.sandonis@gmail.com
1313 L: linux-kernel@vger.kernel.org
1314 W: http://miguelojeda.es/auxdisplay.htm
1315 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1317 F: drivers/auxdisplay/cfag12864bfb.c
1318 F: include/linux/cfag12864b.h
1320 CFG80211 and NL80211
1322 M: johannes@sipsolutions.net
1323 L: linux-wireless@vger.kernel.org
1325 F: include/linux/nl80211.h
1326 F: include/net/cfg80211.h
1328 X: net/wireless/wext*
1332 M: apw@canonical.com
1333 L: linux-kernel@vger.kernel.org
1335 F: scripts/checkpatch.pl
1337 CISCO 10G ETHERNET DRIVER
1339 M: scofeldm@cisco.com
1341 M: jeykholt@cisco.com
1343 F: drivers/net/enic/
1345 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1346 P: Lennert Buytenhek
1347 M: kernel@wantstofly.org
1348 L: netdev@vger.kernel.org
1350 F: drivers/net/arm/ep93xx_eth.c
1352 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1353 P: Lennert Buytenhek
1354 M: kernel@wantstofly.org
1355 L: linux-usb@vger.kernel.org
1357 F: drivers/usb/host/ohci-ep93xx.c
1359 CIRRUS LOGIC CS4270 SOUND DRIVER
1361 M: timur@freescale.com
1362 L: alsa-devel@alsa-project.org
1364 F: sound/soc/codecs/cs4270*
1366 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1367 P: Cirrus Logic Corporation (kernel 2.2 driver)
1368 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1369 P: Nils Faerber (port to kernel 2.4)
1370 M: Nils Faerber <nils@kernelconcepts.de>
1372 F: Documentation/input/cs461x.txt
1373 F: sound/pci/cs46xx/
1377 M: jaharkes@cs.cmu.edu
1379 L: codalist@coda.cs.cmu.edu
1380 W: http://www.coda.cs.cmu.edu/
1382 F: Documentation/filesystems/coda.txt
1384 F: include/linux/coda*.h
1386 COMMON INTERNET FILE SYSTEM (CIFS)
1388 M: sfrench@samba.org
1389 L: linux-cifs-client@lists.samba.org
1390 L: samba-technical@lists.samba.org
1391 W: http://linux-cifs.samba.org/
1392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1394 F: Documentation/filesystems/cifs.txt
1397 COMPACTPCI HOTPLUG CORE
1399 M: scottm@somanetworks.com
1400 M: scott@spiteful.org
1401 L: linux-pci@vger.kernel.org
1403 F: drivers/pci/hotplug/cpci_hotplug*
1405 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1407 M: scottm@somanetworks.com
1408 M: scott@spiteful.org
1409 L: linux-pci@vger.kernel.org
1411 F: drivers/pci/hotplug/cpcihp_zt5550.*
1413 COMPACTPCI HOTPLUG GENERIC DRIVER
1415 M: scottm@somanetworks.com
1416 M: scott@spiteful.org
1417 L: linux-pci@vger.kernel.org
1419 F: drivers/pci/hotplug/cpcihp_generic.c
1421 COMPAL LAPTOP SUPPORT
1422 P: Cezary Jackiewicz
1423 M: cezary.jackiewicz@gmail.com
1425 F: drivers/platform/x86/compal-laptop.c
1427 COMPUTONE INTELLIPORT MULTIPORT CARD
1428 P: Michael H. Warfield
1430 W: http://www.wittsend.com/computone.html
1432 F: Documentation/serial/computone.txt
1433 F: drivers/char/ip2/
1435 CONEXANT ACCESSRUNNER USB DRIVER
1437 M: cxacru@fire.lp0.eu
1438 L: accessrunner-general@lists.sourceforge.net
1439 W: http://accessrunner.sourceforge.net/
1441 F: drivers/usb/atm/cxacru.c
1445 M: joel.becker@oracle.com
1446 L: linux-kernel@vger.kernel.org
1449 F: include/linux/configfs.h
1451 CONTROL GROUPS (CGROUPS)
1453 M: menage@google.com
1455 M: lizf@cn.fujitsu.com
1456 L: containers@lists.linux-foundation.org
1458 F: include/linux/cgroup*
1461 CORETEMP HARDWARE MONITORING DRIVER
1463 M: r.marek@assembler.cz
1464 L: lm-sensors@lm-sensors.org
1466 F: Documentation/hwmon/coretemp
1467 F: drivers/hwmon/coretemp.c
1469 COSA/SRP SYNC SERIAL DRIVER
1470 P: Jan "Yenya" Kasprzak
1472 W: http://www.fi.muni.cz/~kas/cosa/
1474 F: drivers/net/wan/cosa*
1476 CPU FREQUENCY DRIVERS
1479 L: cpufreq@vger.kernel.org
1480 W: http://www.codemonkey.org.uk/projects/cpufreq/
1481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1483 F: arch/x86/kernel/cpu/cpufreq/
1485 F: include/linux/cpufreq.h
1491 F: arch/x86/kernel/cpuid.c
1492 F: arch/x86/kernel/msr.c
1496 M: menage@google.com
1497 L: linux-kernel@vger.kernel.org
1498 W: http://www.bullopensource.org/cpuset/
1499 W: http://oss.sgi.com/projects/cpusets/
1501 F: Documentation/cgroups/cpusets.txt
1502 F: include/linux/cpuset.h
1506 W: http://sourceforge.net/projects/cramfs/
1508 F: Documentation/filesystems/cramfs.txt
1515 M: jesper.nilsson@axis.com
1516 L: dev-etrax@axis.com
1517 W: http://developer.axis.com
1523 M: herbert@gondor.apana.org.au
1525 M: davem@davemloft.net
1526 L: linux-crypto@vger.kernel.org
1527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1529 F: Documentation/crypto/
1535 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1537 M: nhorman@tuxdriver.com
1538 L: linux-crypto@vger.kernel.org
1541 CS5535 Audio ALSA driver
1543 M: jayakumar.alsa@gmail.com
1545 F: sound/pci/cs5535audio/
1547 CX18 VIDEO4LINUX DRIVER
1549 M: hverkuil@xs4all.nl
1552 L: ivtv-devel@ivtvdriver.org
1553 L: ivtv-users@ivtvdriver.org
1554 L: linux-media@vger.kernel.org
1555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1556 W: http://linuxtv.org
1558 F: Documentation/video4linux/cx18.txt
1559 F: drivers/media/video/cx18/
1561 CXGB3 ETHERNET DRIVER (CXGB3)
1564 L: netdev@vger.kernel.org
1565 W: http://www.chelsio.com
1567 F: drivers/net/cxgb3/
1569 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1571 M: swise@chelsio.com
1572 L: general@lists.openfabrics.org
1573 W: http://www.openfabrics.org
1575 F: drivers/infiniband/hw/cxgb3/
1579 M: rmk@arm.linux.org.uk
1580 W: http://www.arm.linux.org.uk/
1582 F: drivers/video/cyber2000fb.*
1584 CYCLADES 2X SYNC CARD DRIVER
1585 P: Arnaldo Carvalho de Melo
1586 M: acme@ghostprotocols.net
1587 W: http://oops.ghostprotocols.net:81/blog
1589 F: drivers/net/wan/cycx*
1591 CYCLADES ASYNC MUX DRIVER
1592 W: http://www.cyclades.com/
1594 F: drivers/char/cyclades.c
1595 F: include/linux/cyclades.h
1597 CYCLADES PC300 DRIVER
1598 W: http://www.cyclades.com/
1600 F: drivers/net/wan/pc300*
1602 DAMA SLAVE for AX.25
1605 W: http://yaina.de/jreuter/
1606 W: http://www.qsl.net/dl1bke/
1607 L: linux-hams@vger.kernel.org
1609 F: net/ax25/af_ax25.c
1610 F: net/ax25/ax25_dev.c
1611 F: net/ax25/ax25_ds_*
1612 F: net/ax25/ax25_in.c
1613 F: net/ax25/ax25_out.c
1614 F: net/ax25/ax25_timer.c
1615 F: net/ax25/sysctl_net_ax25.c
1617 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1619 M: tori@unhappy.mine.nu
1620 L: netdev@vger.kernel.org
1622 F: Documentation/networking/dmfe.txt
1623 F: drivers/net/tulip/dmfe.c
1625 DC390/AM53C974 SCSI driver
1628 W: http://www.garloff.de/kurt/linux/dc390/
1629 P: Guennadi Liakhovetski
1630 M: g.liakhovetski@gmx.de
1632 F: drivers/scsi/tmscsim.*
1636 M: oliver@neukum.name
1640 M: lenehan@twibble.org
1641 W: http://twibble.org/dist/dc395x/
1642 L: dc395x@twibble.org
1643 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1645 F: Documentation/scsi/dc395x.txt
1646 F: drivers/scsi/dc395x.*
1649 P: Arnaldo Carvalho de Melo
1650 M: acme@ghostprotocols.net
1651 L: dccp@vger.kernel.org
1652 W: http://linux-net.osdl.org/index.php/DCCP
1654 F: include/linux/dccp.h
1655 F: include/linux/tfrc.h
1658 DECnet NETWORK LAYER
1659 P: Christine Caulfield
1660 M: christine.caulfield@googlemail.com
1661 W: http://linux-decnet.sourceforge.net
1662 L: linux-decnet-user@lists.sourceforge.net
1664 F: Documentation/networking/decnet.txt
1667 DEFXX FDDI NETWORK DRIVER
1668 P: Maciej W. Rozycki
1669 M: macro@linux-mips.org
1671 F: drivers/net/defxx.*
1675 M: mjg59@srcf.ucam.org
1677 F: drivers/platform/x86/dell-laptop.c
1679 DELL LAPTOP SMM DRIVER
1680 P: Massimo Dal Zotto
1682 W: http://www.debian.org/~dz/i8k/
1684 F: drivers/char/i8k.c
1685 F: include/linux/i8k.h
1687 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1689 M: Douglas_Warzecha@dell.com
1691 F: Documentation/dcdbas.txt
1692 F: drivers/firmware/dcdbas.*
1694 DELL WMI EXTRAS DRIVER
1696 M: mjg59@srcf.ucam.org
1699 DEVICE NUMBER REGISTRY
1701 M: device@lanana.org
1702 W: http://lanana.org/docs/device-list/index.html
1703 L: linux-kernel@vger.kernel.org
1708 L: dm-devel@redhat.com
1709 W: http://sources.redhat.com/dm
1711 F: Documentation/device-mapper/
1713 F: include/linux/device-mapper.h
1714 F: include/linux/dm-*.h
1716 DIGI INTL. EPCA DRIVER
1717 P: Digi International, Inc
1718 M: Eng.Linux@digi.com
1719 L: Eng.Linux@digi.com
1720 W: http://www.digi.com
1722 F: Documentation/serial/digiepca.txt
1723 F: drivers/char/epca*
1724 F: drivers/char/digi*
1726 DIRECTORY NOTIFICATION (DNOTIFY)
1728 M: sfr@canb.auug.org.au
1729 L: linux-kernel@vger.kernel.org
1731 F: Documentation/filesystems/dnotify.txt
1732 F: fs/notify/dnotify/
1733 F: include/linux/dnotify.h
1735 DISK GEOMETRY AND PARTITION HANDLING
1738 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1739 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1740 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1746 L: linux-kernel@vger.kernel.org
1748 F: Documentation/filesystems/quota.txt
1750 F: include/linux/quota*.h
1752 DISTRIBUTED LOCK MANAGER (DLM)
1753 P: Christine Caulfield
1754 M: ccaulfie@redhat.com
1756 M: teigland@redhat.com
1757 L: cluster-devel@redhat.com
1758 W: http://sources.redhat.com/cluster/
1759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1763 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1765 M: maciej.sosnowski@intel.com
1767 M: dan.j.williams@intel.com
1768 L: linux-kernel@vger.kernel.org
1771 F: include/linux/dma*
1773 DME1737 HARDWARE MONITOR DRIVER
1776 L: lm-sensors@lm-sensors.org
1778 F: Documentation/hwmon/dme1737
1779 F: drivers/hwmon/dme1737.c
1781 DOCBOOK FOR DOCUMENTATION
1783 M: rdunlap@xenotime.net
1786 DOCKING STATION DRIVER
1788 M: shaohua.li@intel.com
1789 L: linux-acpi@vger.kernel.org
1791 F: drivers/acpi/dock.c
1795 M: rdunlap@xenotime.net
1796 L: linux-doc@vger.kernel.org
1801 P: James R. Van Zandt
1802 M: jrv@vanzandt.mv.com
1803 L: blinux-list@redhat.com
1805 F: drivers/char/dtlk.c
1806 F: include/linux/dtlk.h
1808 DPT_I2O SCSI RAID DRIVER
1809 P: Adaptec OEM Raid Solutions
1810 M: aacraid@adaptec.com
1811 L: linux-scsi@vger.kernel.org
1812 W: http://www.adaptec.com/
1814 F: drivers/scsi/dpt*
1815 F: drivers/scsi/dpt/
1817 DRIVER CORE, KOBJECTS, AND SYSFS
1818 P: Greg Kroah-Hartman
1820 L: linux-kernel@vger.kernel.org
1821 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1823 F: Documentation/kobject.txt
1826 F: include/linux/kobj*
1832 L: dri-devel@lists.sourceforge.net
1833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1839 M: romieu@fr.zoreil.com
1840 L: netdev@vger.kernel.org
1842 F: drivers/net/wan/dscc4.c
1844 DZ DECSTATION DZ11 SERIAL DRIVER
1845 P: Maciej W. Rozycki
1846 M: macro@linux-mips.org
1848 F: drivers/serial/dz.*
1850 EATA-DMA SCSI DRIVER
1852 M: mike@i-Connect.Net
1853 L: linux-eata@i-connect.net
1854 L: linux-scsi@vger.kernel.org
1856 F: drivers/scsi/eata*
1858 EATA ISA/EISA/PCI SCSI DRIVER
1860 M: ballabio_dario@emc.com
1861 L: linux-scsi@vger.kernel.org
1863 F: drivers/scsi/eata.c
1865 EATA-PIO SCSI DRIVER
1867 M: mike@i-Connect.Net
1868 L: linux-eata@i-connect.net
1869 L: linux-scsi@vger.kernel.org
1871 F: drivers/scsi/eata_pio.*
1875 M: bart.de.schuymer@pandora.be
1876 L: ebtables-user@lists.sourceforge.net
1877 L: ebtables-devel@lists.sourceforge.net
1878 W: http://ebtables.sourceforge.net/
1880 F: include/linux/netfilter_bridge/ebt_*.h
1881 F: net/bridge/netfilter/ebt*.c
1885 M: tyhicks@linux.vnet.ibm.com
1887 P: kirkland@canonical.com
1888 L: ecryptfs-devel@lists.launchpad.net
1889 W: https://launchpad.net/ecryptfs
1891 F: Documentation/filesystems/ecryptfs.txt
1896 M: dougthompson@xmission.com
1897 L: bluesmoke-devel@lists.sourceforge.net
1898 W: bluesmoke.sourceforge.net
1900 F: Documentation/edac.txt
1901 F: drivers/edac/edac_*
1902 F: include/linux/edac.h
1907 M: mark.gross@intel.com
1908 M: dougthompson@xmission.com
1909 L: bluesmoke-devel@lists.sourceforge.net
1910 W: bluesmoke.sourceforge.net
1912 F: drivers/edac/e752x_edac.c
1916 M: dougthompson@xmission.com
1917 L: bluesmoke-devel@lists.sourceforge.net
1918 W: bluesmoke.sourceforge.net
1920 F: drivers/edac/e7xxx_edac.c
1924 M: tim@buttersideup.com
1925 L: bluesmoke-devel@lists.sourceforge.net
1926 W: bluesmoke.sourceforge.net
1928 F: drivers/edac/i82443bxgx_edac.c
1932 M: juhlenko@akamai.com
1933 L: bluesmoke-devel@lists.sourceforge.net
1934 W: bluesmoke.sourceforge.net
1936 F: drivers/edac/i3000_edac.c
1940 M: dougthompson@xmission.com
1941 L: bluesmoke-devel@lists.sourceforge.net
1942 W: bluesmoke.sourceforge.net
1944 F: drivers/edac/i5000_edac.c
1947 P: Mauro Carvalho Chehab
1948 M: mchehab@redhat.com
1949 L: bluesmoke-devel@lists.sourceforge.net
1950 W: bluesmoke.sourceforge.net
1952 F: drivers/edac/i5400_edac.c
1955 P: Ranganathan Desikan
1957 M: rdesikan@jetzbroadband.com
1958 M: arvind@acarlab.com
1959 L: bluesmoke-devel@lists.sourceforge.net
1960 W: bluesmoke.sourceforge.net
1962 F: drivers/edac/i82975x_edac.c
1967 L: bluesmoke-devel@lists.sourceforge.net
1968 W: bluesmoke.sourceforge.net
1970 F: drivers/edac/pasemi_edac.c
1974 M: tim@buttersideup.com
1975 L: bluesmoke-devel@lists.sourceforge.net
1976 W: bluesmoke.sourceforge.net
1978 F: drivers/edac/r82600_edac.c
1980 EEEPC LAPTOP EXTRAS DRIVER
1982 M: corentincj@iksaif.net
1983 L: acpi4asus-user@lists.sourceforge.net
1984 W: http://sourceforge.net/projects/acpi4asus
1986 F: drivers/platform/x86/eeepc-laptop.c
1989 W: http://aeschi.ch.eu.org/efs/
1993 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1995 M: hnguyen@de.ibm.com
1997 M: raisch@de.ibm.com
1998 L: general@lists.openfabrics.org
2000 F: drivers/infiniband/hw/ehca/
2004 M: paul.gortmaker@windriver.com
2006 M: dwmw2@infradead.org
2007 L: linux-embedded@vger.kernel.org
2010 EMULEX LPFC FC SCSI DRIVER
2012 M: james.smart@emulex.com
2013 L: linux-scsi@vger.kernel.org
2014 W: http://sourceforge.net/projects/lpfcxxxx
2016 F: drivers/scsi/lpfc/
2018 EPSON 1355 FRAMEBUFFER DRIVER
2019 P: Christopher Hoover
2020 M: ch@murgatroid.com
2021 P: Christopher Hoover
2024 F: drivers/video/epson1355fb.c
2026 EPSON S1D13XXX FRAMEBUFFER DRIVER
2027 P: Kristoffer Ericson
2028 M: kristoffer.ericson@gmail.com
2030 F: drivers/video/s1d13xxxfb.c
2031 F: include/video/s1d13xxxfb.h
2033 ETHEREXPRESS-16 NETWORK DRIVER
2036 L: netdev@vger.kernel.org
2038 F: drivers/net/eexpress.*
2041 P: Stephen Hemminger
2042 M: shemminger@linux-foundation.org
2043 L: bridge@lists.linux-foundation.org
2044 W: http://www.linux-foundation.org/en/Net:Bridge
2046 F: include/linux/netfilter_bridge/
2049 ETHERTEAM 16I DRIVER
2053 F: drivers/net/eth16i.c
2056 L: linux-ext4@vger.kernel.org
2058 F: Documentation/filesystems/ext2.txt
2060 F: include/linux/ext2*
2066 M: akpm@linux-foundation.org
2069 L: linux-ext4@vger.kernel.org
2071 F: Documentation/filesystems/ext3.txt
2073 F: include/linux/ext3*
2080 L: linux-ext4@vger.kernel.org
2081 W: http://ext4.wiki.kernel.org
2083 F: Documentation/filesystems/ext4.txt
2086 F71805F HARDWARE MONITORING DRIVER
2088 M: khali@linux-fr.org
2089 L: lm-sensors@lm-sensors.org
2091 F: Documentation/hwmon/f71805f
2092 F: drivers/hwmon/f71805f.c
2094 FARSYNC SYNCHRONOUS DRIVER
2096 M: kevin.curtis@farsite.co.uk
2097 W: http://www.farsite.co.uk/
2099 F: drivers/net/wan/farsync.*
2101 FAULT INJECTION SUPPORT
2103 M: akinobu.mita@gmail.com
2105 F: Documentation/fault-injection/
2106 F: lib/fault-inject.c
2108 FILE LOCKING (flock() and fcntl()/lockf())
2111 L: linux-fsdevel@vger.kernel.org
2113 F: include/linux/fcntl.h
2114 F: include/linux/fs.h
2118 FILESYSTEMS (VFS and infrastructure)
2120 M: viro@zeniv.linux.org.uk
2121 L: linux-fsdevel@vger.kernel.org
2125 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2127 M: riku.vipio@iki.fi
2128 L: lm-sensors@lm-sensors.org
2130 F: drivers/hwmon/f75375s.c
2131 F: include/linux/f75375s.h
2134 P: Kristian Hoegsberg
2137 M: stefanr@s5r6.in-berlin.de
2138 L: linux1394-devel@lists.sourceforge.net
2139 W: http://www.linux1394.org/
2140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2142 F: drivers/firewire/
2143 F: include/linux/firewire*.h
2145 FIRMWARE LOADER (request_firmware)
2146 L: linux-kernel@vger.kernel.org
2148 F: Documentation/firmware_class/
2149 F: drivers/base/firmware*.c
2150 F: include/linux/firmware.h
2154 M: billm@melbpc.org.au
2155 W: http://floatingpoint.sourceforge.net/emulator/index.html
2157 F: arch/x86/math-emu/
2159 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2161 M: mike.mclagan@linux.org
2162 L: netdev@vger.kernel.org
2164 F: drivers/net/wan/dlci.c
2165 F: drivers/net/wan/sdla.c
2169 M: adaplas@gmail.com
2170 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2171 W: http://linux-fbdev.sourceforge.net/
2173 F: Documentation/fb/
2174 F: drivers/video/fb*
2175 F: include/linux/fb.h
2177 FREESCALE DMA DRIVER
2179 M: leoli@freescale.com
2182 L: linuxppc-embedded@ozlabs.org
2183 L: linux-kernel@vger.kernel.org
2185 F: drivers/dma/fsldma.*
2187 FREESCALE I2C CPM DRIVER
2190 L: linuxppc-dev@ozlabs.org
2191 L: linux-i2c@vger.kernel.org
2193 F: drivers/i2c/busses/i2c-cpm.c
2195 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2197 M: kernel@pengutronix.de
2198 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2199 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2201 F: arch/arm/plat-mxc/include/mach/imxfb.h
2202 F: drivers/video/imxfb.c
2204 FREESCALE SOC FS_ENET DRIVER
2205 P: Pantelis Antoniou
2206 M: pantelis.antoniou@gmail.com
2208 M: vbordug@ru.mvista.com
2209 L: linuxppc-dev@ozlabs.org
2210 L: netdev@vger.kernel.org
2212 F: drivers/net/fs_enet/
2213 F: include/linux/fs_enet_pd.h
2215 FREESCALE QUICC ENGINE LIBRARY
2217 M: timur@freescale.com
2218 L: linuxppc-dev@ozlabs.org
2220 F: arch/powerpc/sysdev/qe_lib/
2221 F: arch/powerpc/include/asm/*qe.h
2223 FREESCALE HIGHSPEED USB DEVICE DRIVER
2225 M: leoli@freescale.com
2226 L: linux-usb@vger.kernel.org
2227 L: linuxppc-dev@ozlabs.org
2229 F: drivers/usb/gadget/fsl_usb2_udc.c
2231 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2233 M: leoli@freescale.com
2234 L: netdev@vger.kernel.org
2235 L: linuxppc-dev@ozlabs.org
2237 F: drivers/net/ucc_geth*
2239 FREESCALE QUICC ENGINE UCC UART DRIVER
2241 M: timur@freescale.com
2242 L: linuxppc-dev@ozlabs.org
2244 F: drivers/serial/ucc_uart.c
2246 FREESCALE SOC SOUND DRIVERS
2248 M: timur@freescale.com
2249 L: alsa-devel@alsa-project.org
2250 L: linuxppc-dev@ozlabs.org
2252 F: sound/soc/fsl/fsl*
2253 F: sound/soc/fsl/mpc8610_hpcd.c
2256 P: Christoph Hellwig
2257 M: hch@infradead.org
2258 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2265 P: Rafael J. Wysocki
2267 L: linux-pm@lists.linux-foundation.org
2269 F: Documentation/power/freezing-of-tasks.txt
2270 F: include/linux/freezer.h
2275 M: rostedt@goodmis.org
2277 F: Documentation/ftrace.txt
2278 F: arch/*/*/*/ftrace.h
2279 F: arch/*/kernel/ftrace.c
2280 F: include/*/ftrace.h
2283 FUJITSU FR-V (FRV) PORT
2285 M: dhowells@redhat.com
2289 FUJITSU LAPTOP EXTRAS
2291 M: jwoithe@physics.adelaide.edu.au
2292 L: linux-acpi@vger.kernel.org
2294 F: drivers/platform/x86/fujitsu-laptop.c
2296 FUSE: FILESYSTEM IN USERSPACE
2298 M: miklos@szeredi.hu
2299 L: fuse-devel@lists.sourceforge.net
2300 W: http://fuse.sourceforge.net/
2303 F: include/linux/fuse.h
2305 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2308 L: linux-scsi@vger.kernel.org
2309 S: Odd Fixes (e.g., new signatures)
2310 F: drivers/scsi/fdomain.*
2312 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2314 M: achim_leubner@adaptec.com
2315 L: linux-scsi@vger.kernel.org
2316 W: http://www.icp-vortex.com/
2318 F: drivers/scsi/gdt*
2320 GENERIC GPIO I2C DRIVER
2321 P: Haavard Skinnemoen
2322 M: hskinnemoen@atmel.com
2324 F: drivers/i2c/busses/i2c-gpio.c
2325 F: include/linux/i2c-gpio.h
2327 GENERIC HDLC (WAN) DRIVERS
2330 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2332 F: drivers/net/wan/c101.c
2333 F: drivers/net/wan/hd6457*
2334 F: drivers/net/wan/hdlc*
2335 F: drivers/net/wan/n2.c
2336 F: drivers/net/wan/pc300too.c
2337 F: drivers/net/wan/pci200syn.c
2338 F: drivers/net/wan/wanxl*
2341 P: Steven Whitehouse
2342 M: swhiteho@redhat.com
2343 L: cluster-devel@redhat.com
2344 W: http://sources.redhat.com/cluster/
2345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2346 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2348 F: Documentation/filesystems/gfs2*.txt
2350 F: include/linux/gfs2_ondisk.h
2352 GIGASET ISDN DRIVERS
2357 L: gigaset307x-common@lists.sourceforge.net
2358 W: http://gigaset307x.sourceforge.net/
2360 F: Documentation/isdn/README.gigaset
2361 F: drivers/isdn/gigaset/
2362 F: include/linux/gigaset_dev.h
2364 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2366 M: frank@f-seidel.de
2367 L: lm-sensors@lm-sensors.org
2368 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2370 F: drivers/hwmon/hdaps.c
2372 HYPERVISOR VIRTUAL CONSOLE DRIVER
2373 L: linuxppc-dev@ozlabs.org
2374 L: linux-kernel@vger.kernel.org
2376 F: drivers/char/hvc_*
2378 GSPCA FINEPIX SUBDRIVER
2381 L: linux-media@vger.kernel.org
2382 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2384 F: drivers/media/video/gspca/finepix.c
2386 GSPCA M5602 SUBDRIVER
2388 M: erik.andren@gmail.com
2389 L: linux-media@vger.kernel.org
2390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2392 F: drivers/media/video/gspca/m5602/
2394 GSPCA PAC207 SONIXB SUBDRIVER
2396 M: hdegoede@redhat.com
2397 L: linux-media@vger.kernel.org
2398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2400 F: drivers/media/video/gspca/pac207.c
2402 GSPCA T613 SUBDRIVER
2403 P: Leandro Costantino
2404 M: lcostantino@gmail.com
2405 L: linux-media@vger.kernel.org
2406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2408 F: drivers/media/video/gspca/t613.c
2410 GSPCA USB WEBCAM DRIVER
2411 P: Jean-Francois Moine
2413 W: http://moinejf.free.fr
2414 L: linux-media@vger.kernel.org
2415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2417 F: drivers/media/video/gspca/
2420 L: lm-sensors@lm-sensors.org
2421 W: http://www.lm-sensors.org/
2425 HARDWARE RANDOM NUMBER GENERATOR CORE
2427 F: Documentation/hw_random.txt
2428 F: drivers/char/hw_random/
2429 F: include/linux/hw_random.h
2431 HARMONY SOUND DRIVER
2434 L: linux-parisc@vger.kernel.org
2436 F: sound/parisc/harmony.*
2438 HAYES ESP SERIAL DRIVER
2439 P: Andrew J. Robinson
2441 L: linux-kernel@vger.kernel.org
2442 W: http://www.nyx.net/~arobinso
2444 F: Documentation/serial/hayes-esp.txt
2445 F: drivers/char/esp.c
2447 HEWLETT-PACKARD SMART2 RAID DRIVER
2449 M: chirag.kantharia@hp.com
2450 L: iss_storagedev@hp.com
2452 F: Documentation/blockdev/cpqarray.txt
2453 F: drivers/block/cpqarray.*
2455 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2457 M: mike.miller@hp.com
2458 L: iss_storagedev@hp.com
2460 F: Documentation/blockdev/cciss.txt
2461 F: drivers/block/cciss*
2462 F: include/linux/cciss_ioctl.h
2466 M: zippel@linux-m68k.org
2467 L: linux-kernel@vger.kernel.org
2469 F: Documentation/filesystems/hfs.txt
2472 HGA FRAMEBUFFER DRIVER
2474 M: fero@drama.obuda.kando.hu
2475 L: linux-nvidia@lists.surfsouth.com
2476 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2478 F: drivers/video/hgafb.c
2480 HIBERNATION (aka Software Suspend, aka swsusp)
2483 P: Rafael J. Wysocki
2485 L: linux-pm@lists.linux-foundation.org
2488 F: drivers/base/power/
2490 F: include/linux/suspend.h
2491 F: include/linux/freezer.h
2492 F: include/linux/pm.h
2493 F: include/asm-*/suspend*.h
2494 F: arch/*/include/asm/suspend*.h
2499 L: linux-input@vger.kernel.org
2500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2503 F: include/linux/hid*
2505 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2507 M: tglx@linutronix.de
2508 L: linux-kernel@vger.kernel.org
2510 F: Documentation/timers/
2512 F: include/linux/hrtimer.h
2514 HIGH-SPEED SCC DRIVER FOR AX.25
2516 M: klaus.kudielka@ieee.org
2517 L: linux-hams@vger.kernel.org
2518 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2520 F: drivers/net/hamradio/dmascc.c
2521 F: drivers/net/hamradio/scc.c
2523 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2524 P: HighPoint Linux Team
2525 M: linux@highpoint-tech.com
2526 W: http://www.highpoint-tech.com
2528 F: Documentation/scsi/hptiop.txt
2529 F: drivers/scsi/hptiop.c
2533 M: jes@trained-monkey.org
2534 L: linux-hippi@sunsite.dk
2536 F: include/linux/hippidevice.h
2537 F: include/linux/if_hippi.h
2543 L: hostap@shmoo.com (subscribers-only)
2544 L: linux-wireless@vger.kernel.org
2545 W: http://hostap.epitest.fi/
2547 F: drivers/net/wireless/hostap/
2549 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2551 M: carlos@strangeworlds.co.uk
2553 F: drivers/platform/x86/tc1100-wmi.c
2555 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2559 F: drivers/net/hp100.*
2561 HPET: High Precision Event Timers driver
2563 M: clemens@ladisch.de
2565 F: Documentation/timers/hpet.txt
2566 F: drivers/char/hpet.c
2567 F: include/linux/hpet.h
2570 P: Venkatesh Pallipadi (Venki)
2571 M: venkatesh.pallipadi@intel.com
2573 F: arch/x86/kernel/hpet.c
2574 F: arch/x86/include/asm/hpet.h
2585 F: drivers/char/hpet.c
2589 M: mikulas@artax.karlin.mff.cuni.cz
2590 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2595 P: Denis Joseph Barrow
2596 M: d.barow@option.com
2597 W: http://www.pharscape.org
2599 F: drivers/net/usb/hso.c
2601 HTCPEN TOUCHSCREEN DRIVER
2604 L: linux-input@vger.kernel.org
2606 F: drivers/input/touchscreen/htcpen.c
2610 M: wli@holomorphy.com
2614 I2C/SMBUS STUB DRIVER
2616 M: mhoffman@lightlink.com
2617 L: linux-i2c@vger.kernel.org
2619 F: drivers/i2c/busses/i2c-stub.c
2622 P: Jean Delvare (PC drivers, core)
2623 M: khali@linux-fr.org
2624 P: Ben Dooks (embedded platforms)
2625 M: ben-linux@fluff.org
2626 L: linux-i2c@vger.kernel.org
2627 W: http://i2c.wiki.kernel.org/
2628 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2630 F: Documentation/i2c/
2632 F: include/linux/i2c.h
2633 F: include/linux/i2c-dev.h
2634 F: include/linux/i2c-id.h
2639 L: linux-i2c@vger.kernel.org
2640 W: http://www.harbaum.org/till/i2c_tiny_usb
2642 F: drivers/i2c/busses/i2c-tiny-usb.c
2647 L: Linux-Kernel@vger.kernel.org
2651 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2657 IA64 (Itanium) PLATFORM
2659 M: tony.luck@intel.com
2660 L: linux-ia64@vger.kernel.org
2661 W: http://www.ia64-linux.org/
2662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2666 IBM MCA SCSI SUBSYSTEM DRIVER
2668 M: langa2@kph.uni-mainz.de
2669 W: http://www.uni-mainz.de/~langm000/linux.html
2671 F: drivers/scsi/ibmmca.c
2673 IBM Power Linux RAID adapter
2675 M: brking@us.ibm.com
2677 F: drivers/scsi/ipr.*
2679 IBM ServeRAID RAID DRIVER
2682 M: ipslinux@adaptec.com
2683 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2685 F: drivers/scsi/ips.*
2688 P: Bartlomiej Zolnierkiewicz
2689 M: bzolnier@gmail.com
2690 L: linux-ide@vger.kernel.org
2691 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2693 F: Documentation/ide/
2695 F: include/linux/ide.h
2699 M: petkovbb@gmail.com
2700 L: linux-ide@vger.kernel.org
2702 F: Documentation/cdrom/ide-cd
2703 F: drivers/ide/ide-cd*
2707 M: andrew.d.henroid@intel.com
2708 L: linux-pm@lists.linux-foundation.org
2710 F: drivers/idle/i7300_idle.c
2714 M: ben.collins@ubuntu.com
2716 M: stefanr@s5r6.in-berlin.de
2717 L: linux1394-devel@lists.sourceforge.net
2718 W: http://www.linux1394.org/
2719 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2721 F: drivers/ieee1394/
2723 IEEE 1394 RAW I/O DRIVER
2727 M: stefanr@s5r6.in-berlin.de
2728 L: linux1394-devel@lists.sourceforge.net
2730 F: drivers/ieee1394/raw1394*
2732 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2736 F: security/integrity/ima/
2738 IMS TWINTURBO FRAMEBUFFER DRIVER
2739 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2741 F: drivers/video/imsttfb.c
2743 INFINIBAND SUBSYSTEM
2745 M: rolandd@cisco.com
2747 M: sean.hefty@intel.com
2749 M: hal.rosenstock@gmail.com
2750 L: general@lists.openfabrics.org (moderated for non-subscribers)
2751 W: http://www.openib.org/
2752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2754 F: Documentation/infiniband/
2755 F: drivers/infiniband/
2756 F: include/linux/if_infiniband.h
2760 M: john@johnmccutchan.com
2763 L: linux-kernel@vger.kernel.org
2765 F: Documentation/filesystems/inotify.txt
2766 F: fs/notify/inotify/
2767 F: include/linux/inotify.h
2769 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2771 M: dmitry.torokhov@gmail.com
2773 L: linux-input@vger.kernel.org
2774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2778 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2780 M: sylvain.meyer@worldonline.fr
2781 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2783 F: Documentation/fb/intelfb.txt
2784 F: drivers/video/intelfb/
2786 INTEL 810/815 FRAMEBUFFER DRIVER
2788 M: adaplas@gmail.com
2789 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2791 F: drivers/video/i810/
2793 INTEL MENLOW THERMAL DRIVER
2795 M: sujith.thomas@intel.com
2796 L: linux-acpi@vger.kernel.org
2797 W: http://www.lesswatts.org/projects/acpi/
2799 F: drivers/platform/x86/intel_menlow.c
2801 INTEL IA32 MICROCODE UPDATE SUPPORT
2803 M: tigran@aivazian.fsnet.co.uk
2805 F: arch/x86/kernel/microcode_core.c
2806 F: arch/x86/kernel/microcode_intel.c
2808 INTEL I/OAT DMA DRIVER
2810 M: maciej.sosnowski@intel.com
2811 L: linux-kernel@vger.kernel.org
2813 F: drivers/dma/ioat*
2817 M: dwmw2@infradead.org
2818 L: iommu@lists.linux-foundation.org
2819 T: git git://git.infradead.org/iommu-2.6.git
2821 F: drivers/pci/intel-iommu.c
2822 F: include/linux/intel-iommu.h
2824 INTEL IOP-ADMA DMA DRIVER
2826 M: dan.j.williams@intel.com
2827 L: linux-kernel@vger.kernel.org
2829 F: drivers/dma/iop-adma.c
2831 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2835 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2836 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2837 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2838 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2839 F: drivers/net/arm/ixp4xx_eth.c
2840 F: drivers/net/wan/ixp4xx_hss.c
2842 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2844 M: dsaxena@plexity.net
2846 F: drivers/char/hw_random/ixp4xx-rng.c
2848 INTEL IXP2000 ETHERNET DRIVER
2849 P: Lennert Buytenhek
2850 M: kernel@wantstofly.org
2851 L: netdev@vger.kernel.org
2853 F: drivers/net/ixp2000/
2855 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2857 M: jeffrey.t.kirsher@intel.com
2859 M: jesse.brandeburg@intel.com
2861 M: bruce.w.allan@intel.com
2863 M: peter.p.waskiewicz.jr@intel.com
2865 M: john.ronciak@intel.com
2866 L: e1000-devel@lists.sourceforge.net
2867 W: http://e1000.sourceforge.net/
2869 F: drivers/net/e100.c
2870 F: drivers/net/e1000/
2871 F: drivers/net/e1000e/
2873 F: drivers/net/ixgb/
2874 F: drivers/net/ixgbe/
2876 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2880 M: jketreno@linux.intel.com
2882 M: reinette.chatre@intel.com
2883 L: linux-wireless@vger.kernel.org
2884 L: ipw2100-devel@lists.sourceforge.net
2885 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2886 W: http://ipw2100.sourceforge.net
2888 F: Documentation/networking/README.ipw2100
2889 F: drivers/net/wireless/ipw2x00/ipw2100.*
2891 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2895 M: jketreno@linux.intel.com
2897 M: reinette.chatre@intel.com
2898 L: linux-wireless@vger.kernel.org
2899 L: ipw2100-devel@lists.sourceforge.net
2900 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2901 W: http://ipw2200.sourceforge.net
2903 F: Documentation/networking/README.ipw2200
2904 F: drivers/net/wireless/ipw2x00/ipw2200.*
2906 INTEL WIRELESS WIMAX CONNECTION 2400
2907 P: Inaky Perez-Gonzalez
2908 M: inaky.perez-gonzalez@intel.com
2909 M: linux-wimax@intel.com
2910 L: wimax@linuxwimax.org
2912 W: http://linuxwimax.org
2913 F: Documentation/wimax/README.i2400m
2914 F: drivers/net/wimax/i2400m/
2915 F: include/linux/wimax/i2400m.h
2917 INTEL WIRELESS WIFI LINK (iwlwifi)
2921 M: reinette.chatre@intel.com
2922 L: linux-wireless@vger.kernel.org
2923 L: ipw3945-devel@lists.sourceforge.net
2924 W: http://intellinuxwireless.org
2925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2927 F: drivers/net/wireless/iwlwifi/
2929 IOC3 ETHERNET DRIVER
2931 M: ralf@linux-mips.org
2932 L: linux-mips@linux-mips.org
2934 F: drivers/net/ioc3-eth.c
2939 L: linux-mips@linux-mips.org
2941 F: drivers/serial/ioc3_serial.c
2945 M: jjciarla@raiz.uncu.edu.ar
2947 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2949 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2951 M: romieu@fr.zoreil.com
2953 M: sorbica@icplus.com.tw
2955 M: jesse@icplus.com.tw
2956 L: netdev@vger.kernel.org
2958 F: drivers/net/ipg.c
2962 M: infinipath@qlogic.com
2963 L: general@lists.openfabrics.org
2964 T: git git://git.qlogic.com/ipath-linux-2.6
2966 F: drivers/infiniband/hw/ipath/
2971 L: openipmi-developer@lists.sourceforge.net
2972 W: http://openipmi.sourceforge.net/
2974 F: Documentation/IPMI.txt
2975 F: drivers/char/ipmi/
2976 F: include/linux/ipmi*
2978 IPS SCSI RAID DRIVER
2979 P: Adaptec OEM Raid Solutions
2980 M: aacraid@adaptec.com
2981 L: linux-scsi@vger.kernel.org
2982 W: http://www.adaptec.com/
2984 F: drivers/scsi/ips*
2988 M: wensong@linux-vs.org
2990 M: horms@verge.net.au
2993 L: netdev@vger.kernel.org
2994 L: lvs-devel@vger.kernel.org
2996 F: Documentation/networking/ipvs-sysctl.txt
2997 F: net/netfilter/ipvs/
3005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3006 F: drivers/char/pcmcia/ipwireless/
3009 P: Arnaldo Carvalho de Melo
3010 M: acme@ghostprotocols.net
3011 L: netdev@vger.kernel.org
3013 F: include/linux/ipx.h
3014 F: include/net/ipx.h
3019 M: samuel@sortiz.org
3020 L: irda-users@lists.sourceforge.net (subscribers-only)
3021 W: http://irda.sourceforge.net/
3023 F: Documentation/networking/irda.txt
3024 F: drivers/net/irda/
3025 F: include/net/irda/
3032 F: Documentation/isapnp.txt
3033 F: drivers/pnp/isapnp/
3034 F: include/linux/isapnp.h
3038 M: michaelc@cs.wisc.edu
3039 L: open-iscsi@googlegroups.com
3040 W: www.open-iscsi.org
3041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3043 F: drivers/scsi/*iscsi*
3044 F: include/scsi/*iscsi*
3048 M: isdn@linux-pingi.de
3049 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3050 W: http://www.isdn4linux.de
3051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3053 F: Documentation/isdn/
3055 F: include/linux/isdn.h
3056 F: include/linux/isdn/
3058 ISDN SUBSYSTEM (Eicon active card driver)
3061 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3062 W: http://www.melware.de
3064 F: drivers/isdn/hardware/eicon/
3066 IVTV VIDEO4LINUX DRIVER
3068 M: hverkuil@xs4all.nl
3069 L: ivtv-devel@ivtvdriver.org
3070 L: ivtv-users@ivtvdriver.org
3071 L: linux-media@vger.kernel.org
3072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3073 W: http://www.ivtvdriver.org
3075 F: Documentation/video4linux/*.ivtv
3076 F: drivers/media/video/ivtv/
3077 F: include/linux/ivtv*
3081 M: shaggy@austin.ibm.com
3082 L: jfs-discussion@lists.sourceforge.net
3083 W: http://jfs.sourceforge.net/
3084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3086 F: Documentation/filesystems/jfs.txt
3091 M: cooldavid@cooldavid.org
3092 L: netdev@vger.kernel.org
3094 F: drivers/net/jme.*
3096 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3098 M: dwmw2@infradead.org
3099 L: linux-mtd@lists.infradead.org
3100 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3103 F: include/linux/jffs2.h
3104 F: include/mtd/jffs2-user.h
3106 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3110 M: akpm@linux-foundation.org
3111 L: linux-ext4@vger.kernel.org
3114 F: include/linux/ext*jbd*.h
3115 F: include/linux/jbd*.h
3117 K8TEMP HARDWARE MONITORING DRIVER
3119 M: r.marek@assembler.cz
3120 L: lm-sensors@lm-sensors.org
3122 F: Documentation/hwmon/k8temp
3123 F: drivers/hwmon/k8temp.c
3127 M: zippel@linux-m68k.org
3128 L: linux-kbuild@vger.kernel.org
3130 F: Documentation/kbuild/kconfig-language.txt
3135 M: vgoyal@redhat.com
3138 L: kexec@lists.infradead.org
3139 L: linux-kernel@vger.kernel.org
3140 W: http://lse.sourceforge.net/kdump/
3142 F: Documentation/kdump/
3144 KERNEL AUTOMOUNTER (AUTOFS)
3147 L: autofs@linux.kernel.org
3151 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3154 L: autofs@linux.kernel.org
3161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3163 L: linux-kbuild@vger.kernel.org
3165 F: Documentation/kbuild/
3167 F: scripts/Makefile.*
3171 L: kernel-janitors@vger.kernel.org
3172 W: http://www.kerneljanitors.org/
3175 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3177 M: bfields@fieldses.org
3180 L: linux-nfs@vger.kernel.org
3181 W: http://nfs.sourceforge.net/
3184 F: include/linux/nfsd/
3188 F: include/linux/lockd/
3189 F: include/linux/sunrpc/
3191 KERNEL VIRTUAL MACHINE (KVM)
3194 L: kvm@vger.kernel.org
3195 W: http://kvm.qumranet.com
3197 F: Documentation/*/kvm.txt
3199 F: arch/*/include/asm/kvm*
3200 F: include/linux/kvm*
3203 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3205 M: joerg.roedel@amd.com
3206 L: kvm@vger.kernel.org
3207 W: http://kvm.qumranet.com
3209 F: arch/x86/include/asm/svm.h
3210 F: arch/x86/kvm/kvm_svm.h
3211 F: arch/x86/kvm/svm.c
3213 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3215 M: hollisb@us.ibm.com
3216 L: kvm-ppc@vger.kernel.org
3217 W: http://kvm.qumranet.com
3219 F: arch/powerpc/include/asm/kvm*
3220 F: arch/powerpc/kvm/
3222 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3224 M: xiantao.zhang@intel.com
3225 L: kvm-ia64@vger.kernel.org
3226 W: http://kvm.qumranet.com
3228 F: Documentation/ia64/kvm.txt
3229 F: arch/ia64/include/asm/kvm*
3232 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3235 P: Christian Borntraeger
3236 M: borntraeger@de.ibm.com
3237 M: linux390@de.ibm.com
3238 L: linux-s390@vger.kernel.org
3239 W: http://www.ibm.com/developerworks/linux/linux390/
3241 F: Documentation/s390/kvm.txt
3242 F: arch/s390/include/asm/kvm*
3247 M: ebiederm@xmission.com
3248 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3249 L: linux-kernel@vger.kernel.org
3250 L: kexec@lists.infradead.org
3252 F: include/linux/kexec.h
3257 M: jason.wessel@windriver.com
3258 L: kgdb-bugreport@lists.sourceforge.net
3260 F: Documentation/DocBook/kgdb.tmpl
3261 F: drivers/misc/kgdbts.c
3262 F: drivers/serial/kgdboc.c
3263 F: include/linux/kgdb.h
3267 P: Eduard - Gabriel Munteanu
3268 M: eduard.munteanu@linux360.ro
3269 L: linux-kernel@vger.kernel.org
3271 F: Documentation/vm/kmemtrace.txt
3272 F: include/trace/kmemtrace.h
3273 F: kernel/trace/kmemtrace.c
3276 P: Ananth N Mavinakayanahalli
3277 M: ananth@in.ibm.com
3278 P: Anil S Keshavamurthy
3279 M: anil.s.keshavamurthy@intel.com
3281 M: davem@davemloft.net
3283 M: mhiramat@redhat.com
3284 L: linux-kernel@vger.kernel.org
3286 F: Documentation/kprobes.txt
3287 F: include/linux/kprobes.h
3290 KS0108 LCD CONTROLLER DRIVER
3291 P: Miguel Ojeda Sandonis
3292 M: miguel.ojeda.sandonis@gmail.com
3293 L: linux-kernel@vger.kernel.org
3294 W: http://miguelojeda.es/auxdisplay.htm
3295 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3297 F: Documentation/auxdisplay/ks0108
3298 F: drivers/auxdisplay/ks0108.c
3299 F: include/linux/ks0108.h
3302 L: linux-x25@vger.kernel.org
3304 F: Documentation/networking/lapb-module.txt
3308 LASI 53c700 driver for PARISC
3309 P: James E.J. Bottomley
3310 M: James.Bottomley@HansenPartnership.com
3311 L: linux-scsi@vger.kernel.org
3313 F: Documentation/scsi/53c700.txt
3314 F: drivers/scsi/53c700*
3318 M: rpurdie@rpsys.net
3321 F: include/linux/leds.h
3323 LEGO USB Tower driver
3325 M: starblue@users.sourceforge.net
3326 L: legousb-devel@lists.sourceforge.net
3327 W: http://legousb.sourceforge.net/
3329 F: drivers/usb/misc/legousbtower.c
3333 M: rusty@rustcorp.com.au
3334 L: lguest@ozlabs.org
3335 W: http://lguest.ozlabs.org/
3337 F: Documentation/lguest/
3340 F: include/linux/lguest*.h
3341 F: arch/x86/include/asm/lguest*.h
3343 LINUX FOR IBM pSERIES (RS/6000)
3345 M: paulus@au.ibm.com
3346 W: http://www.ibm.com/linux/ltc/projects/ppc
3349 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3350 P: Benjamin Herrenschmidt
3351 M: benh@kernel.crashing.org
3354 W: http://www.penguinppc.org/
3355 L: linuxppc-dev@ozlabs.org
3356 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3359 LINUX FOR POWER MACINTOSH
3360 P: Benjamin Herrenschmidt
3361 M: benh@kernel.crashing.org
3362 W: http://www.penguinppc.org/
3363 L: linuxppc-dev@ozlabs.org
3366 LINUX FOR POWERPC EMBEDDED MPC5XXX
3370 M: grant.likely@secretlab.ca
3371 L: linuxppc-dev@ozlabs.org
3374 LINUX FOR POWERPC EMBEDDED PPC4XX
3376 M: jwboyer@linux.vnet.ibm.com
3378 M: mporter@kernel.crashing.org
3379 W: http://www.penguinppc.org/
3380 L: linuxppc-dev@ozlabs.org
3381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3384 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3386 M: grant.likely@secretlab.ca
3387 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3388 L: linuxppc-dev@ozlabs.org
3391 LINUX FOR POWERPC EMBEDDED PPC8XX
3393 M: vitb@kernel.crashing.org
3395 M: marcelo@kvack.org
3396 W: http://www.penguinppc.org/
3397 L: linuxppc-dev@ozlabs.org
3400 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3402 M: galak@kernel.crashing.org
3403 W: http://www.penguinppc.org/
3404 L: linuxppc-dev@ozlabs.org
3407 LINUX FOR POWERPC PA SEMI PWRFICIENT
3410 W: http://www.pasemi.com/
3411 L: linuxppc-dev@ozlabs.org
3414 LINUX SECURITY MODULE (LSM) FRAMEWORK
3416 M: chrisw@sous-sol.org
3417 L: linux-security-module@vger.kernel.org
3418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3422 P: Arnaldo Carvalho de Melo
3423 M: acme@ghostprotocols.net
3425 F: include/linux/llc.h
3429 LIS3LV02D ACCELEROMETER DRIVER
3431 M: eric.piel@tremplin-utc.net
3433 F: Documentation/hwmon/lis3lv02d
3434 F: drivers/hwmon/lis3lv02d.*
3436 LM83 HARDWARE MONITOR DRIVER
3438 M: khali@linux-fr.org
3439 L: lm-sensors@lm-sensors.org
3441 F: Documentation/hwmon/lm83
3442 F: drivers/hwmon/lm83.c
3444 LM90 HARDWARE MONITOR DRIVER
3446 M: khali@linux-fr.org
3447 L: lm-sensors@lm-sensors.org
3449 F: Documentation/hwmon/lm90
3450 F: drivers/hwmon/lm90.c
3452 LOCKDEP AND LOCKSTAT
3454 M: peterz@infradead.org
3457 L: linux-kernel@vger.kernel.org
3458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3460 F: Documentation/lockdep*.txt
3461 F: Documentation/lockstat.txt
3462 F: include/linux/lockdep.h
3465 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3466 P: Richard Russon (FlatCap)
3468 L: linux-ntfs-dev@lists.sourceforge.net
3469 W: http://www.linux-ntfs.org/content/view/19/37/
3471 F: Documentation/ldm.txt
3472 F: fs/partitions/ldm.*
3474 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3476 M: Eric.Moore@lsi.com
3478 L: DL-MPTFusionLinux@lsi.com
3479 L: linux-scsi@vger.kernel.org
3480 W: http://www.lsilogic.com/support
3482 F: drivers/message/fusion/
3484 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3487 L: linux-scsi@vger.kernel.org
3489 F: drivers/scsi/sym53c8xx_2/
3491 LTP (Linux Test Project)
3493 M: subrata@linux.vnet.ibm.com
3495 M: vapier@gentoo.org
3496 L: ltp-list@lists.sourceforge.net (subscribers-only)
3497 W: http://ltp.sourceforge.net/
3498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3503 M: takata@linux-m32r.org
3504 L: linux-m32r@ml.linux-m32r.org
3505 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3506 W: http://www.linux-m32r.org/
3509 F: include/asm-m32r/
3512 P: Geert Uytterhoeven
3513 M: geert@linux-m68k.org
3515 M: zippel@linux-m68k.org
3516 L: linux-m68k@lists.linux-m68k.org
3517 W: http://www.linux-m68k.org/
3518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3523 M68K ON APPLE MACINTOSH
3526 W: http://www.mac.linux-m68k.org/
3527 L: linux-m68k@lists.linux-m68k.org
3534 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3540 M: johannes@sipsolutions.net
3541 L: linux-wireless@vger.kernel.org
3542 W: http://linuxwireless.org/
3543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3545 F: Documentation/networking/mac80211-injection.txt
3546 F: include/net/mac80211.h
3549 MAC80211 PID RATE CONTROL
3551 M: stefano.brivio@polimi.it
3553 M: mattias.nissler@gmx.de
3554 L: linux-wireless@vger.kernel.org
3555 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3558 F: net/mac80211/rc80211_pid*
3563 L: netdev@vger.kernel.org
3565 F: drivers/net/macvlan.c
3566 F: include/linux/if_macvlan.h
3568 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3570 M: mtk.manpages@gmail.com
3571 W: http://www.kernel.org/doc/man-pages
3572 L: linux-man@vger.kernel.org
3575 MARVELL LIBERTAS WIRELESS DRIVER
3578 L: libertas-dev@lists.infradead.org
3580 F: drivers/net/wireless/libertas/
3582 MARVELL MV643XX ETHERNET DRIVER
3583 P: Lennert Buytenhek
3584 M: buytenh@marvell.com
3585 L: netdev@vger.kernel.org
3587 F: drivers/net/mv643xx_eth.*
3588 F: include/linux/mv643xx.h
3590 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3593 L: linux-kernel@vger.kernel.org
3596 MARVELL YUKON / SYSKONNECT DRIVER
3598 M: mlindner@syskonnect.de
3600 M: rroesler@syskonnect.de
3601 W: http://www.syskonnect.com
3604 MATROX FRAMEBUFFER DRIVER
3606 M: vandrove@vc.cvut.cz
3607 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3609 F: drivers/video/matrox/matroxfb_*
3610 F: include/linux/matroxfb.h
3612 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3614 M: hjk@linutronix.de
3615 L: lm-sensors@lm-sensors.org
3617 F: Documentation/hwmon/max6650
3618 F: drivers/hwmon/max6650.c
3620 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3621 P: Mauro Carvalho Chehab
3622 M: mchehab@infradead.org
3623 P: LinuxTV.org Project
3624 L: linux-media@vger.kernel.org
3625 W: http://linuxtv.org
3626 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3628 F: Documentation/dvb/
3629 F: Documentation/video4linux/
3632 F: include/linux/dvb/
3633 F: include/linux/videodev*.h
3635 MEGARAID SCSI DRIVERS
3637 M: megaraidlinux@lsi.com
3638 L: linux-scsi@vger.kernel.org
3639 W: http://megaraid.lsilogic.com
3641 F: Documentation/scsi/megaraid.txt
3642 F: drivers/scsi/megaraid.*
3643 F: drivers/scsi/megaraid/
3646 L: linux-mm@kvack.org
3647 L: linux-kernel@vger.kernel.org
3648 W: http://www.linux-mm.org
3650 F: include/linux/mm.h
3653 MEMORY RESOURCE CONTROLLER
3655 M: balbir@linux.vnet.ibm.com
3658 P: KAMEZAWA Hiroyuki
3659 M: kamezawa.hiroyu@jp.fujitsu.com
3660 L: linux-mm@kvack.org
3661 L: linux-kernel@vger.kernel.org
3665 MEMORY TECHNOLOGY DEVICES (MTD)
3667 M: dwmw2@infradead.org
3668 W: http://www.linux-mtd.infradead.org/
3669 L: linux-mtd@lists.infradead.org
3670 T: git git://git.infradead.org/mtd-2.6.git
3673 F: include/linux/mtd/
3676 MICROBLAZE ARCHITECTURE
3679 L: microblaze-uclinux@itee.uq.edu.au
3680 W: http://www.monstr.eu/fdt/
3681 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3686 M: oliver@neukum.name
3688 F: drivers/usb/image/microtek.*
3692 M: ralf@linux-mips.org
3693 W: http://www.linux-mips.org/
3694 L: linux-mips@linux-mips.org
3695 T: git git://git.linux-mips.org/pub/scm/linux.git
3697 F: Documentation/mips/
3700 MISCELLANEOUS MCA-SUPPORT
3702 M: James.Bottomley@HansenPartnership.com
3703 L: linux-kernel@vger.kernel.org
3705 F: Documentation/ia64/mca.txt
3706 F: Documentation/mca.txt
3708 F: include/linux/mca*
3712 M: rusty@rustcorp.com.au
3713 L: linux-kernel@vger.kernel.org
3715 F: include/linux/module.h
3718 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3720 M: stelian@popies.net
3721 W: http://popies.net/meye/
3723 F: Documentation/video4linux/meye.txt
3724 F: drivers/media/video/meye.*
3725 F: include/linux/meye.h
3727 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3730 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3732 F: drivers/mmc/host/imxmmc.*
3734 MOUSE AND MISC DEVICES [GENERAL]
3735 P: Alessandro Rubini
3736 M: rubini@ipvvis.unipv.it
3737 L: linux-kernel@vger.kernel.org
3739 F: drivers/input/mouse/
3740 F: include/linux/gpio_mouse.h
3742 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3744 M: jirislaby@gmail.com
3745 L: linux-kernel@vger.kernel.org
3747 F: Documentation/serial/moxa-smartio
3748 F: drivers/char/mxser.*
3751 P: Lennart Poettering
3752 M: mzxreary@0pointer.de
3753 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3754 W: http://0pointer.de/lennart/tchibo.html
3756 F: drivers/platform/x86/msi-laptop.c
3758 MULTIFUNCTION DEVICES (MFD)
3760 M: sameo@linux.intel.com
3761 L: linux-kernel@vger.kernel.org
3762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3766 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3769 L: linux-kernel@vger.kernel.org
3772 F: include/linux/mmc/
3774 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3776 M: dbrownell@users.sourceforge.net
3777 L: linux-kernel@vger.kernel.org
3779 F: drivers/mmc/host/mmc_spi.c
3780 F: include/linux/spi/mmc_spi.h
3782 MULTISOUND SOUND DRIVER
3786 F: Documentation/sound/oss/MultiSound
3789 MULTITECH MULTIPORT CARD (ISICOM)
3791 M: jirislaby@gmail.com
3792 L: linux-kernel@vger.kernel.org
3794 F: drivers/char/isicom.c
3795 F: include/linux/isicom.h
3797 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3799 M: felipe.balbi@nokia.com
3800 L: linux-usb@vger.kernel.org
3801 T: git git://gitorious.org/musb/mainline.git
3803 F: drivers/usb/musb/
3805 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3807 M: gallatin@myri.com
3810 L: netdev@vger.kernel.org
3811 W: http://www.myri.com/scs/download-Myri10GE.html
3813 F: drivers/net/myri10ge/
3815 NATSEMI ETHERNET DRIVER (DP8381x)
3817 M: thockin@hockin.org
3819 F: drivers/net/natsemi.c
3823 M: vandrove@vc.cvut.cz
3824 L: linware@sh.cvut.cz
3828 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3829 P: James E.J. Bottomley
3830 M: James.Bottomley@HansenPartnership.com
3831 L: linux-scsi@vger.kernel.org
3833 F: drivers/scsi/NCR_D700.*
3835 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3837 M: faisal.latif@intel.com
3839 M: chien.tin.tung@intel.com
3840 L: general@lists.openfabrics.org
3841 W: http://www.neteffect.com
3843 F: drivers/infiniband/hw/nes/
3845 NETEM NETWORK EMULATOR
3846 P: Stephen Hemminger
3847 M: shemminger@linux-foundation.org
3848 L: netem@lists.linux-foundation.org
3850 F: net/sched/sch_netem.c
3852 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3854 M: ram.vepa@neterion.com
3856 M: santosh.rastapur@neterion.com
3857 P: Sivakumar Subramani
3858 M: sivakumar.subramani@neterion.com
3859 P: Sreenivasa Honnur
3860 M: sreenivasa.honnur@neterion.com
3862 M: anil.murthy@neterion.com
3863 L: netdev@vger.kernel.org
3864 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3865 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3867 F: Documentation/networking/s2io.txt
3868 F: drivers/net/s2io*
3870 NETFILTER/IPTABLES/IPCHAINS
3878 L: netfilter-devel@vger.kernel.org
3879 L: netfilter@vger.kernel.org
3880 L: coreteam@netfilter.org
3881 W: http://www.netfilter.org/
3882 W: http://www.iptables.org/
3884 F: include/linux/netfilter*
3885 F: include/linux/netfilter/
3886 F: include/net/netfilter/
3887 F: net/*/netfilter.c
3893 M: paul.moore@hp.com
3894 W: http://netlabel.sf.net
3895 L: netdev@vger.kernel.org
3897 F: Documentation/netlabel/
3898 F: include/net/netlabel.h
3901 NETROM NETWORK LAYER
3903 M: ralf@linux-mips.org
3904 L: linux-hams@vger.kernel.org
3905 W: http://www.linux-ax25.org/
3907 F: include/linux/netrom.h
3908 F: include/net/netrom.h
3911 NETWORK BLOCK DEVICE (NBD)
3913 M: Paul.Clements@steeleye.com
3915 F: Documentation/blockdev/nbd.txt
3916 F: drivers/block/nbd.c
3917 F: include/linux/nbd.h
3919 NETWORKING [GENERAL]
3921 M: davem@davemloft.net
3922 L: netdev@vger.kernel.org
3923 W: http://linux-net.osdl.org/
3924 T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3929 NETWORKING [IPv4/IPv6]
3931 M: davem@davemloft.net
3933 M: kuznet@ms2.inr.ac.ru
3934 P: Pekka Savola (ipv6)
3935 M: pekkas@netcore.fi
3937 M: jmorris@namei.org
3938 P: Hideaki YOSHIFUJI
3939 M: yoshfuji@linux-ipv6.org
3942 L: netdev@vger.kernel.org
3943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3949 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3951 M: paul.moore@hp.com
3952 L: netdev@vger.kernel.org
3955 NETWORKING [WIRELESS]
3957 M: linville@tuxdriver.com
3958 L: linux-wireless@vger.kernel.org
3959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3962 F: include/net/ieee80211*
3963 F: include/net/wireless.h
3965 NETXEN (1/10) GbE SUPPORT
3967 M: dhananjay@netxen.com
3968 L: netdev@vger.kernel.org
3969 W: http://www.netxen.com
3971 F: drivers/net/netxen/
3973 NFS, SUNRPC, AND LOCKD CLIENTS
3975 M: Trond.Myklebust@netapp.com
3976 L: linux-nfs@vger.kernel.org
3977 W: http://client.linux-nfs.org
3978 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3984 F: include/linux/lockd/
3985 F: include/linux/nfs*
3986 F: include/linux/sunrpc/
3988 NI5010 NETWORK DRIVER
3989 P: Jan-Pascal van Best
3990 M: janpascal@vanbest.org
3993 L: netdev@vger.kernel.org
3995 F: drivers/net/ni5010.*
3999 M: konishi.ryusuke@lab.ntt.co.jp
4001 W: http://www.nilfs.org/en/
4003 F: Documentation/filesystems/nilfs2.txt
4005 F: include/linux/nilfs2_fs.h
4007 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4009 M: yokota@netlab.is.tsukuba.ac.jp
4010 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4012 F: Documentation/scsi/NinjaSCSI.txt
4013 F: drivers/scsi/pcmcia/nsp_*
4015 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4017 M: gotom@debian.or.jp
4019 M: yokota@netlab.is.tsukuba.ac.jp
4020 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4022 F: Documentation/scsi/NinjaSCSI.txt
4023 F: drivers/scsi/nsp32*
4026 P: Anton Altaparmakov
4028 L: linux-ntfs-dev@lists.sourceforge.net
4029 L: linux-kernel@vger.kernel.org
4030 W: http://www.linux-ntfs.org/
4031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4033 F: Documentation/filesystems/ntfs.txt
4036 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4038 M: adaplas@gmail.com
4039 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4041 F: drivers/video/riva/
4042 F: drivers/video/nvidia/
4046 M: me@bobcopeland.com
4047 L: linux-karma-devel@lists.sourceforge.net
4049 F: Documentation/filesystems/omfs.txt
4052 OMNIKEY CARDMAN 4000 DRIVER
4054 M: laforge@gnumonks.org
4056 F: drivers/char/pcmcia/cm4000_cs.c
4057 F: include/linux/cm4000_cs.h
4059 OMNIKEY CARDMAN 4040 DRIVER
4061 M: laforge@gnumonks.org
4063 F: drivers/char/pcmcia/cm4040_cs.*
4065 OMNIVISION OV7670 SENSOR DRIVER
4068 L: linux-media@vger.kernel.org
4069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4071 F: drivers/media/video/ov7670.c
4073 ONENAND FLASH DRIVER
4075 M: kyungmin.park@samsung.com
4076 L: linux-mtd@lists.infradead.org
4078 F: drivers/mtd/onenand/
4079 F: include/linux/mtd/onenand*.h
4081 ONSTREAM SCSI TAPE DRIVER
4084 L: osst-users@lists.sourceforge.net
4085 L: linux-scsi@vger.kernel.org
4087 F: drivers/scsi/osst*
4090 OPENCORES I2C BUS DRIVER
4092 M: jacmet@sunsite.dk
4093 L: linux-i2c@vger.kernel.org
4095 F: Documentation/i2c/busses/i2c-ocores
4096 F: drivers/i2c/busses/i2c-ocores.c
4100 M: robert.richter@amd.com
4101 L: oprofile-list@lists.sf.net
4104 F: drivers/oprofile/
4105 F: include/linux/oprofile.h
4107 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4111 M: joel.becker@oracle.com
4112 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4113 W: http://oss.oracle.com/projects/ocfs2/
4114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4116 F: Documentation/filesystems/ocfs2.txt
4117 F: Documentation/filesystems/dlmfs.txt
4124 M: hermes@gibson.dropbear.id.au
4125 L: linux-wireless@vger.kernel.org
4126 L: orinoco-users@lists.sourceforge.net
4127 L: orinoco-devel@lists.sourceforge.net
4128 W: http://www.nongnu.org/orinoco/
4130 F: drivers/net/wireless/orinoco/
4134 M: bharrosh@panasas.com
4136 M: bhalevy@panasas.com
4137 L: osd-dev@open-osd.org
4138 W: http://open-osd.org
4139 T: git git://git.open-osd.org/open-osd.git
4144 M: flamingice@sourmilk.net
4145 L: linux-wireless@vger.kernel.org
4146 W: http://prism54.org
4147 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4149 F: drivers/net/wireless/p54/
4151 PA SEMI ETHERNET DRIVER
4154 L: netdev@vger.kernel.org
4156 F: drivers/net/pasemi_mac.*
4158 PA SEMI SMBUS DRIVER
4161 L: linux-i2c@vger.kernel.org
4163 F: drivers/i2c/busses/i2c-pasemi.c
4165 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4167 M: laforge@gnumonks.org
4169 F: drivers/platform/x86/panasonic-laptop.c
4171 PANASONIC MN10300/AM33 PORT
4173 M: dhowells@redhat.com
4175 M: yasutake.koichi@jp.panasonic.com
4176 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4177 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4179 F: Documentation/mn10300/
4182 PARALLEL PORT SUPPORT
4183 L: linux-parport@lists.infradead.org (subscribers-only)
4186 F: include/linux/parport*.h
4187 F: drivers/char/ppdev.c
4188 F: include/linux/ppdev.h
4190 PARAVIRT_OPS INTERFACE
4191 P: Jeremy Fitzhardinge
4192 M: jeremy@xensource.com
4194 M: chrisw@sous-sol.org
4196 M: akataria@vmware.com
4198 M: rusty@rustcorp.com.au
4199 L: virtualization@lists.osdl.org
4200 L: linux-kernel@vger.kernel.org
4202 F: Documentation/ia64/paravirt_ops.txt
4203 F: arch/*/kernel/paravirt*
4204 F: arch/*/include/asm/paravirt.h
4206 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4209 L: linux-parport@lists.infradead.org (subscribers-only)
4210 W: http://www.torque.net/linux-pp.html
4212 F: Documentation/blockdev/paride.txt
4213 F: drivers/block/paride/
4220 L: linux-parisc@vger.kernel.org
4221 W: http://www.parisc-linux.org/
4222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4227 PC87360 HARDWARE MONITORING DRIVER
4229 M: jim.cromie@gmail.com
4230 L: lm-sensors@lm-sensors.org
4232 F: Documentation/hwmon/pc87360
4233 F: drivers/hwmon/pc87360.c
4237 M: jim.cromie@gmail.com
4239 F: drivers/char/pc8736x_gpio.c
4243 M: riku.voipio@iki.fi
4245 F: drivers/leds/leds-pca9532.c
4246 F: include/linux/leds-pca9532.h
4250 M: linas@austin.ibm.com
4251 L: linux-kernel@vger.kernel.org
4252 L: linux-pci@vger.kernel.org
4254 F: Documentation/PCI/pci-error-recovery.txt
4255 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4259 M: jbarnes@virtuousgeek.org
4260 L: linux-kernel@vger.kernel.org
4261 L: linux-pci@vger.kernel.org
4262 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4264 F: Documentation/PCI/
4266 F: include/linux/pci*
4269 P: Kristen Carlson Accardi
4270 M: kristen.c.accardi@intel.com
4271 L: linux-pci@vger.kernel.org
4273 F: drivers/pci/pcie/
4276 P: Linux PCMCIA Team
4277 L: linux-pcmcia@lists.infradead.org
4278 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4281 F: Documentation/pcmcia/
4285 PCNET32 NETWORK DRIVER
4287 M: pcnet32@verizon.net
4288 L: netdev@vger.kernel.org
4290 F: drivers/net/pcnet32.c
4292 PER-TASK DELAY ACCOUNTING
4294 M: balbir@linux.vnet.ibm.com
4295 L: linux-kernel@vger.kernel.org
4297 F: include/linux/delayacct.h
4298 F: kernel/delayacct.c
4300 PERSONALITY HANDLING
4301 P: Christoph Hellwig
4302 M: hch@infradead.org
4303 L: linux-abi-devel@lists.sourceforge.net
4305 F: include/linux/personality.h
4309 M: joern@lazybastard.org
4310 L: linux-mtd@lists.infradead.org
4312 F: drivers/mtd/devices/phram.c
4316 M: petero2@telia.com
4317 L: linux-kernel@vger.kernel.org
4319 F: drivers/block/pktcdvd.c
4320 F: include/linux/pktcdvd.h
4322 POSIX CLOCKS and TIMERS
4324 M: tglx@linutronix.de
4325 L: linux-kernel@vger.kernel.org
4328 F: include/linux/timer*
4331 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4335 M: dwmw2@infradead.org
4336 L: linux-kernel@vger.kernel.org
4337 T: git git://git.infradead.org/battery-2.6.git
4339 F: include/linux/power_supply.h
4340 F: drivers/power/power_supply*
4346 M: bjorn.helgaas@hp.com
4352 M: vitalywool@gmail.com
4353 L: linux-i2c@vger.kernel.org
4355 F: drivers/i2c/busses/i2c-pnx.c
4357 PPP PROTOCOL DRIVERS AND COMPRESSORS
4360 L: linux-ppp@vger.kernel.org
4362 F: drivers/net/ppp_*
4364 PPP OVER ATM (RFC 2364)
4365 P: Mitchell Blank Jr
4368 F: net/atm/pppoatm.c
4369 F: include/linux/atmppp.h
4373 M: mostrows@earthlink.net
4375 F: drivers/net/pppoe.c
4376 F: drivers/net/pppox.c
4380 M: jchapman@katalix.com
4382 F: drivers/net/pppol2tp.c
4383 F: include/linux/if_pppol2tp.h
4388 L: linux-kernel@vger.kernel.org
4389 L: kpreempt-tech@lists.sourceforge.net
4390 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4392 F: Documentation/preempt-locking.txt
4393 F: include/linux/preempt.h
4395 PRISM54 WIRELESS DRIVER
4396 P: Luis R. Rodriguez
4398 L: linux-wireless@vger.kernel.org
4399 W: http://prism54.org
4401 F: drivers/net/wireless/prism54/
4403 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4405 M: promise@pnd-pc.demon.co.uk
4406 W: http://www.pnd-pc.demon.co.uk/promise/
4409 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4410 P: Mikael Pettersson
4412 L: linux-ide@vger.kernel.org
4414 F: drivers/ata/sata_promise.*
4418 M: mokuno@sm.sony.co.jp
4419 L: netdev@vger.kernel.org
4420 L: cbe-oss-dev@ozlabs.org
4422 F: drivers/net/ps3_gelic_net.*
4424 PS3 PLATFORM SUPPORT
4426 M: geoffrey.levand@am.sony.com
4427 L: linuxppc-dev@ozlabs.org
4428 L: cbe-oss-dev@ozlabs.org
4430 F: arch/powerpc/boot/ps3*
4431 F: arch/powerpc/include/asm/lv1call.h
4432 F: arch/powerpc/include/asm/ps3*.h
4433 F: arch/powerpc/platforms/ps3/
4436 F: drivers/usb/host/*ps3.c
4441 L: cbe-oss-dev@ozlabs.org
4444 PVRUSB2 VIDEO4LINUX DRIVER
4447 L: pvrusb2@isely.net (subscribers-only)
4448 L: linux-media@vger.kernel.org
4449 W: http://www.isely.net/pvrusb2/
4450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4452 F: Documentation/video4linux/README.pvrusb2
4453 F: drivers/media/video/pvrusb2/
4455 PXA2xx/PXA3xx SUPPORT
4457 M: eric.miao@marvell.com
4459 M: linux@arm.linux.org.uk
4460 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4462 F: arch/arm/mach-pxa/
4463 F: drivers/pcmcia/pxa2xx*
4464 F: drivers/spi/pxa2xx*
4465 F: drivers/usb/gadget/pxa2*
4466 F: include/sound/pxa2xx-lib.h
4467 F: sound/soc/pxa/pxa2xx*
4471 M: eric.miao@marvell.com
4473 M: jason.chagas@marvell.com
4474 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4475 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4480 M: eric.miao@marvell.com
4481 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4490 M: robert.jarzmik@free.fr
4491 L: rtc-linux@googlegroups.com
4494 QLOGIC QLA2XXX FC-SCSI DRIVER
4496 M: linux-driver@qlogic.com
4497 L: linux-scsi@vger.kernel.org
4499 F: Documentation/scsi/LICENSE.qla2xxx
4500 F: drivers/scsi/qla2xxx/
4502 QLOGIC QLA3XXX NETWORK DRIVER
4504 M: linux-driver@qlogic.com
4505 L: netdev@vger.kernel.org
4507 F: Documentation/networking/LICENSE.qla3xxx
4508 F: drivers/net/qla3xxx.*
4510 QLOGIC QLGE 10Gb ETHERNET DRIVER
4512 M: linux-driver@qlogic.com
4513 M: ron.mercer@qlogic.com
4514 L: netdev@vger.kernel.org
4516 F: drivers/net/qlge/
4521 L: linux-kernel@vger.kernel.org
4522 W: http://www.alarsen.net/linux/qnx4fs/
4525 F: include/linux/qnx4_fs.h
4526 F: include/linux/qnxtypes.h
4528 RADEON FRAMEBUFFER DISPLAY DRIVER
4529 P: Benjamin Herrenschmidt
4530 M: benh@kernel.crashing.org
4531 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4533 F: drivers/video/aty/radeon*
4534 F: include/linux/radeonfb.h
4536 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4539 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4541 F: drivers/video/aty/aty128fb.c
4543 RALINK RT2X00 WIRELESS LAN DRIVER
4545 L: linux-wireless@vger.kernel.org
4546 L: users@rt2x00.serialmonkey.com
4547 W: http://rt2x00.serialmonkey.com/
4549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4550 F: drivers/net/wireless/rt2x00/
4552 RAMDISK RAM BLOCK DEVICE DRIVER
4556 F: Documentation/blockdev/ramdisk.txt
4557 F: drivers/block/brd.c
4559 RANDOM NUMBER DRIVER
4563 F: drivers/char/random.c
4567 M: mporter@kernel.crashing.org
4568 L: linux-kernel@vger.kernel.org
4572 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4574 M: coreythomas@charter.net
4575 L: linux-wireless@vger.kernel.org
4577 F: drivers/net/wireless/ray*
4581 M: josh@freedesktop.org
4582 L: linux-kernel@vger.kernel.org
4584 F: Documentation/RCU/torture.txt
4585 F: kernel/rcutorture.c
4589 M: florian.fainelli@telecomint.eu
4590 L: linux-kernel@vger.kernel.org
4593 RDC R6040 FAST ETHERNET DRIVER
4595 M: florian.fainelli@telecomint.eu
4596 L: netdev@vger.kernel.org
4598 F: drivers/net/r6040.c
4600 RDS - RELIABLE DATAGRAM SOCKETS
4602 M: andy.grover@oracle.com
4603 L: rds-devel@oss.oracle.com
4607 READ-COPY UPDATE (RCU)
4609 M: dipankar@in.ibm.com
4610 W: http://www.rdrop.com/users/paulmck/rclock/
4611 L: linux-kernel@vger.kernel.org
4613 F: Documentation/RCU/rcu.txt
4614 F: Documentation/RCU/rcuref.txt
4615 F: include/linux/rcupdate.h
4616 F: include/linux/srcu.h
4617 F: kernel/rcupdate.c
4619 REAL TIME CLOCK DRIVER
4621 M: p_gortmaker@yahoo.com
4622 L: linux-kernel@vger.kernel.org
4624 F: Documentation/rtc.txt
4626 F: include/linux/rtc.h
4628 REAL TIME CLOCK (RTC) SUBSYSTEM
4630 M: a.zummo@towertech.it
4631 L: rtc-linux@googlegroups.com
4633 F: Documentation/rtc.txt
4635 F: include/linux/rtc.h
4637 REISERFS FILE SYSTEM
4638 L: reiserfs-devel@vger.kernel.org
4644 M: IvDoorn@gmail.com
4645 L: netdev@vger.kernel.org
4647 F Documentation/rfkill.txt
4652 F: Documentation/serial/riscom8.txt
4653 F: drivers/char/riscom8*
4657 W: http://www.comtrol.com
4659 F: Documentation/serial/rocket.txt
4660 F: drivers/char/rocket*
4664 M: ralf@linux-mips.org
4665 L: linux-hams@vger.kernel.org
4666 W: http://www.linux-ax25.org/
4668 F: include/linux/rose.h
4669 F: include/net/rose.h
4672 RTL8180 WIRELESS DRIVER
4674 M: linville@tuxdriver.com
4675 L: linux-wireless@vger.kernel.org
4676 W: http://linuxwireless.org/
4677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4679 F: drivers/net/wireless/rtl818*
4681 RTL8187 WIRELESS DRIVER
4682 P: Herton Ronaldo Krzesinski
4683 M: herton@mandriva.com.br
4685 M: htl10@users.sourceforge.net
4687 M: Larry.Finger@lwfinger.net
4688 L: linux-wireless@vger.kernel.org
4689 W: http://linuxwireless.org/
4690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4692 F: drivers/net/wireless/rtl818x/rtl8187*
4694 S3 SAVAGE FRAMEBUFFER DRIVER
4696 M: adaplas@gmail.com
4697 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4699 F: drivers/video/savage/
4702 P: Martin Schwidefsky
4703 M: schwidefsky@de.ibm.com
4705 M: heiko.carstens@de.ibm.com
4706 M: linux390@de.ibm.com
4707 L: linux-s390@vger.kernel.org
4708 W: http://www.ibm.com/developerworks/linux/linux390/
4712 S390 NETWORK DRIVERS
4714 M: ursula.braun@de.ibm.com
4716 M: blaschka@linux.vnet.ibm.com
4717 M: linux390@de.ibm.com
4718 L: linux-s390@vger.kernel.org
4719 W: http://www.ibm.com/developerworks/linux/linux390/
4721 F: drivers/s390/net/
4725 M: felix.beck@de.ibm.com
4727 M: ralph.wuerthner@de.ibm.com
4728 M: linux390@de.ibm.com
4729 L: linux-s390@vger.kernel.org
4731 F: drivers/s390/crypto/
4735 M: christof.schmitt@de.ibm.com
4738 M: linux390@de.ibm.com
4739 L: linux-s390@vger.kernel.org
4740 W: http://www.ibm.com/developerworks/linux/linux390/
4742 F: Documentation/s390/zfcpdump.txt
4743 F: drivers/s390/scsi/zfcp_*
4745 S390 IUCV NETWORK LAYER
4747 M: ursula.braun@de.ibm.com
4748 M: linux390@de.ibm.com
4749 L: linux-s390@vger.kernel.org
4750 W: http://www.ibm.com/developerworks/linux/linux390/
4752 F: drivers/s390/net/*iucv*
4753 F: include/net/iucv/
4756 S3C24XX SD/MMC Driver
4758 M: ben-linux@fluff.org
4759 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4760 L: linux-kernel@vger.kernel.org
4762 F: drivers/mmc/host/s3cmci.*
4764 SAA7146 VIDEO4LINUX-2 DRIVER
4767 L: linux-media@vger.kernel.org
4768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4769 W: http://www.mihu.de/linux/saa7146
4771 F: drivers/media/common/saa7146*
4772 F: drivers/media/video/*7146*
4773 F: include/media/*7146*
4777 M: zwane@arm.linux.org.uk
4779 F: drivers/watchdog/sc1200wdt.c
4785 M: peterz@infradead.org
4786 L: linux-kernel@vger.kernel.org
4789 F: include/linux/sched.h
4794 L: linux-scsi@vger.kernel.org
4795 W: http://www.kernel.dk
4801 M: dgilbert@interlog.com
4802 L: linux-scsi@vger.kernel.org
4803 W: http://www.torque.net/sg
4805 F: drivers/scsi/sg.c
4806 F: include/scsi/sg.h
4809 P: James E.J. Bottomley
4810 M: James.Bottomley@HansenPartnership.com
4811 L: linux-scsi@vger.kernel.org
4812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4821 M: Kai.Makisara@kolumbus.fi
4822 L: linux-scsi@vger.kernel.org
4824 F: Documentation/scsi/st.txt
4829 M: vladislav.yasevich@hp.com
4830 P: Sridhar Samudrala
4832 L: linux-sctp@vger.kernel.org
4833 W: http://lksctp.sourceforge.net
4835 F: Documentation/networking/sctp.txt
4836 F: include/linux/sctp.h
4837 F: include/net/sctp/
4842 M: jim.cromie@gmail.com
4844 F: Documentation/i2c/busses/scx200_acb
4845 F: arch/x86/kernel/scx200_32.c
4846 F: drivers/watchdog/scx200_wdt.c
4847 F: drivers/i2c/busses/scx200*
4848 F: drivers/mtd/maps/scx200_docflash.c
4849 F: include/linux/scx200.h
4853 M: jim.cromie@gmail.com
4855 F: drivers/char/scx200_gpio.c
4856 F: include/linux/scx200_gpio.h
4858 SCx200 HRT CLOCKSOURCE DRIVER
4860 M: jim.cromie@gmail.com
4862 F: drivers/clocksource/scx200_hrt.c
4864 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4866 M: saschasommer@freenet.de
4867 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4869 F: drivers/mmc/host/sdricoh_cs.c
4871 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4874 L: sdhci-devel@lists.ossman.eu
4877 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4879 M: avorontsov@ru.mvista.com
4880 L: linuxppc-dev@ozlabs.org
4881 L: sdhci-devel@lists.ossman.eu
4883 F: drivers/mmc/host/sdhci.*
4887 M: jmorris@namei.org
4888 L: linux-kernel@vger.kernel.org
4889 L: linux-security-module@vger.kernel.org (suggested Cc:)
4890 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4891 W: http://security.wiki.kernel.org/
4896 P: Security Officers
4897 M: security@kernel.org
4900 SELINUX SECURITY MODULE
4902 M: sds@tycho.nsa.gov
4904 M: jmorris@namei.org
4906 M: eparis@parisplace.org
4907 L: linux-kernel@vger.kernel.org (kernel issues)
4908 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4909 W: http://selinuxproject.org
4910 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4912 F: include/linux/selinux*
4913 F: security/selinux/
4917 M: jirislaby@gmail.com
4919 F: drivers/misc/phantom.c
4920 F: include/linux/phantom.h
4922 SERIAL ATA (SATA) SUBSYSTEM
4924 M: jgarzik@pobox.com
4925 L: linux-ide@vger.kernel.org
4926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4929 F: include/linux/ata.h
4930 F: include/linux/libata.h
4932 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4934 M: sathyap@serverengines.com
4935 P: Subbu Seetharaman
4936 M: subbus@serverengines.com
4937 L: netdev@vger.kernel.org
4938 W: http://www.serverengines.com
4940 F: drivers/net/benet/
4945 P: Robert Stonehouse
4946 M: linux-net-drivers@solarflare.com
4954 F: drivers/misc/sgi-gru/
4956 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4959 L: linux-ia64@vger.kernel.org
4961 F: Documentation/ia64/serial.txt
4962 F: drivers/serial/ioc?_serial.c
4963 F: include/linux/ioc?.h
4965 SGI VISUAL WORKSTATION 320 AND 540
4968 L: linux-visws-devel@lists.sf.net
4969 W: http://linux-visws.sf.net
4970 S: Maintained for 2.6.
4971 F: Documentation/sgi-visws.txt
4973 SGI XP/XPC/XPNET DRIVER
4977 F: drivers/misc/sgi-xp/
4979 SHARP LH SUPPORT (LH7952X & LH7A40X)
4982 W: http://projects.buici.com/arm
4983 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4985 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4986 F: arch/arm/mach-lh7a40x/
4987 F: drivers/serial/serial_lh7a40x.c
4988 F: drivers/usb/gadget/lh7a40*
4989 F: drivers/usb/host/ohci-lh7a40*
4992 P: Kristen Carlson Accardi
4993 M: kristen.c.accardi@intel.com
4994 L: linux-pci@vger.kernel.org
4996 F: drivers/pci/hotplug/shpchp*
4998 SIMTEC EB110ATX (Chalice CATS)
5001 M: support@simtec.co.uk
5002 W: http://www.simtec.co.uk/products/EB110ATX/
5004 F: arch/arm/mach-ebsa110/
5006 SIMTEC EB2410ITX (BAST)
5009 M: support@simtec.co.uk
5010 W: http://www.simtec.co.uk/products/EB2410ITX/
5012 F: arch/arm/mach-s3c2410/
5013 F: drivers/*/*s3c2410*
5014 F: drivers/*/*/*s3c2410*
5016 SIS 190 ETHERNET DRIVER
5018 M: romieu@fr.zoreil.com
5019 L: netdev@vger.kernel.org
5021 F: drivers/net/sis190.c
5023 SIS 900/7016 FAST ETHERNET DRIVER
5025 M: venza@brownhat.org
5026 W: http://www.brownhat.org/sis900.html
5027 L: netdev@vger.kernel.org
5029 F: drivers/net/sis900.*
5031 SIS 96X I2C/SMBUS DRIVER
5033 M: mhoffman@lightlink.com
5034 L: linux-i2c@vger.kernel.org
5036 F: Documentation/i2c/busses/i2c-sis96x
5037 F: drivers/i2c/busses/i2c-sis96x.c
5039 SIS FRAMEBUFFER DRIVER
5040 P: Thomas Winischhofer
5041 M: thomas@winischhofer.net
5042 W: http://www.winischhofer.net/linuxsisvga.shtml
5044 F: Documentation/fb/sisfb.txt
5045 F: drivers/video/sis/
5046 F: include/video/sisfb.h
5049 P: Thomas Winischhofer
5050 M: thomas@winischhofer.net
5051 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5053 F: drivers/usb/misc/sisusbvga/
5055 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5056 P: Stephen Hemminger
5057 M: shemminger@linux-foundation.org
5058 L: netdev@vger.kernel.org
5060 F: drivers/net/skge.*
5061 F: drivers/net/sky2.*
5064 P: Christoph Lameter
5065 M: cl@linux-foundation.org
5067 M: penberg@cs.helsinki.fi
5070 L: linux-mm@kvack.org
5072 F: include/linux/sl?b*.h
5075 SMC91x ETHERNET DRIVER
5079 F: drivers/net/smc91x.*
5081 SMSC47B397 HARDWARE MONITOR DRIVER
5083 M: mhoffman@lightlink.com
5084 L: lm-sensors@lm-sensors.org
5086 F: Documentation/hwmon/smsc47b397
5087 F: drivers/hwmon/smsc47b397.c
5089 SMSC911x ETHERNET DRIVER
5090 P: Steve Glendinning
5091 M: steve.glendinning@smsc.com
5092 L: netdev@vger.kernel.org
5094 F: include/linux/smsc911x.h
5095 F: drivers/net/smsc911x.*
5097 SMSC9420 PCI ETHERNET DRIVER
5098 P: Steve Glendinning
5099 M: steve.glendinning@smsc.com
5100 L: netdev@vger.kernel.org
5102 F: drivers/net/smsc9420.*
5106 M: bn@niasdigital.com
5108 F: drivers/uio/uio_smx.c
5110 SN-IA64 (Itanium) SUB-PLATFORM
5113 L: linux-altix@sgi.com
5114 L: linux-ia64@vger.kernel.org
5115 W: http://www.sgi.com/altix
5119 SOC-CAMERA V4L2 SUBSYSTEM
5120 P: Guennadi Liakhovetski
5121 M: g.liakhovetski@gmx.de
5122 L: linux-media@vger.kernel.org
5123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5125 F: include/media/v4l2*
5126 F: drivers/media/video/v4l2*
5128 SOEKRIS NET48XX LED SUPPORT
5132 F: drivers/leds/leds-net48xx.c
5134 SOFTWARE RAID (Multiple Disks) SUPPORT
5137 L: linux-raid@vger.kernel.org
5140 F: include/linux/raid/
5142 SONIC NETWORK DRIVER
5143 P: Thomas Bogendoerfer
5144 M: tsbogend@alpha.franken.de
5145 L: netdev@vger.kernel.org
5147 F: drivers/net/sonic.*
5149 SONICS SILICON BACKPLANE DRIVER (SSB)
5152 L: netdev@vger.kernel.org
5155 F: include/linux/ssb/
5157 SONY VAIO CONTROL DEVICE DRIVER
5159 M: malattia@linux.it
5160 L: linux-acpi@vger.kernel.org
5161 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5163 F: Documentation/laptops/sony-laptop.txt
5164 F: drivers/char/sonypi.c
5165 F: drivers/platform/x86/sony-laptop.c
5166 F: include/linux/sony-laptop.h
5168 SONY MEMORYSTICK CARD SUPPORT
5171 L: linux-kernel@vger.kernel.org
5172 W: http://tifmxx.berlios.de/
5174 F: drivers/memstick/host/tifm_ms.c
5181 L: alsa-devel@alsa-project.org (subscribers-only)
5185 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5187 M: lrg@slimlogic.co.uk
5189 M: broonie@opensource.wolfsonmicro.com
5190 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5191 L: alsa-devel@alsa-project.org (subscribers-only)
5192 W: http://alsa-project.org/main/index.php/ASoC
5196 SPARC + UltraSPARC (sparc/sparc64)
5198 M: davem@davemloft.net
5199 L: sparclinux@vger.kernel.org
5200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5201 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5205 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5207 M: R.E.Wolff@BitWizard.nl
5208 L: linux-kernel@vger.kernel.org
5210 F: Documentation/serial/specialix.txt
5211 F: drivers/char/specialix*
5215 M: dbrownell@users.sourceforge.net
5216 L: spi-devel-general@lists.sourceforge.net
5218 F: Documentation/spi/
5220 F: include/linux/spi/
5222 SPIDERNET NETWORK DRIVER for CELL
5224 M: kou.ishizaki@toshiba.co.jp
5227 L: netdev@vger.kernel.org
5229 F: Documentation/networking/spider_net.txt
5230 F: drivers/net/spider_net*
5235 L: linuxppc-dev@ozlabs.org
5236 L: cbe-oss-dev@ozlabs.org
5237 W: http://www.ibm.com/developerworks/power/cell/
5239 F: Documentation/filesystems/spufs.txt
5240 F: arch/powerpc/platforms/cell/spufs/
5242 SQUASHFS FILE SYSTEM
5244 M: phillip@lougher.demon.co.uk
5245 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5246 W: http://squashfs.org.uk
5248 F: Documentation/filesystems/squashfs.txt
5251 SRM (Alpha) environment access
5252 P: Jan-Benedict Glaw
5253 M: jbglaw@lug-owl.de
5254 L: linux-kernel@vger.kernel.org
5256 F: arch/alpha/kernel/srm_env.c
5259 P: Greg Kroah-Hartman
5262 M: chrisw@sous-sol.org
5263 L: stable@kernel.org
5267 P: Greg Kroah-Hartman
5269 L: linux-kernel@vger.kernel.org
5270 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5274 STARFIRE/DURALAN NETWORK DRIVER
5276 M: ionut@cs.columbia.edu
5278 F: drivers/net/starfire*
5280 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5281 W: http://mosquitonet.Stanford.EDU/strip.html
5283 F: drivers/net/wireless/strip.c
5284 F: include/linux/if_strip.h
5286 STRADIS MPEG-2 DECODER DRIVER
5289 W: http://www.stradis.com/
5291 F: drivers/media/video/stradis.c
5296 W: http://sammy.net/sun3/
5298 F: arch/m68k/kernel/*sun3*
5300 F: arch/m68k/include/asm/sun3*
5304 M: lethal@linux-sh.org
5305 L: linux-sh@vger.kernel.org
5306 W: http://www.linux-sh.org
5307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5313 M: len.brown@intel.com
5316 P: Rafael J. Wysocki
5318 L: linux-pm@lists.linux-foundation.org
5320 F: Documentation/power/
5321 F: arch/x86/kernel/acpi/
5322 F: drivers/base/power/
5324 F: include/linux/suspend.h
5325 F: include/linux/freezer.h
5326 F: include/linux/pm.h
5327 F: include/asm-*/suspend.h
5332 L: linux-video@atrey.karlin.mff.cuni.cz
5334 F: Documentation/svga.txt
5335 F: arch/x86/boot/video*
5338 P: Christoph Hellwig
5339 M: hch@infradead.org
5341 F: Documentation/filesystems/sysv-fs.txt
5343 F: include/linux/sysv_fs.h
5345 TASKSTATS STATISTICS INTERFACE
5347 M: balbir@linux.vnet.ibm.com
5348 L: linux-kernel@vger.kernel.org
5350 F: Documentation/accounting/taskstats*
5351 F: include/linux/taskstats*
5352 F: kernel/taskstats.c
5357 L: netdev@vger.kernel.org
5359 F: include/linux/pkt_cls.h
5360 F: include/net/pkt_cls.h
5363 TCP LOW PRIORITY MODULE
5364 P: Wong Hoi Sing, Edison
5365 M: hswong3i@gmail.com
5366 P: Hung Hing Lun, Mike
5367 M: hlhung3i@gmail.com
5368 W: http://tcp-lp-mod.sourceforge.net/
5370 F: net/ipv4/tcp_lp.c
5372 TEHUTI ETHERNET DRIVER
5373 P: Alexander Indenbaum
5374 M: baum@tehutinetworks.net
5376 M: andy@greyhouse.net
5377 L: netdev@vger.kernel.org
5379 F: drivers/net/tehuti*
5381 Telecom Clock Driver for MCPL0010
5383 M: mark.gross@intel.com
5385 F: drivers/char/tlclk.c
5387 TENSILICA XTENSA PORT (xtensa)
5393 THINKPAD ACPI EXTRAS DRIVER
5394 P: Henrique de Moraes Holschuh
5395 M: ibm-acpi@hmh.eng.br
5396 L: ibm-acpi-devel@lists.sourceforge.net
5397 W: http://ibm-acpi.sourceforge.net
5398 W: http://thinkwiki.org/wiki/Ibm-acpi
5399 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5401 F: drivers/platform/x86/thinkpad_acpi.c
5403 TI FLASH MEDIA INTERFACE DRIVER
5407 F: drivers/misc/tifm*
5408 F: drivers/mmc/host/tifm_sd.c
5409 F: include/linux/tifm.h
5411 TI OMAP MMC INTERFACE DRIVER
5412 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5413 M: linux-omap@vger.kernel.org
5414 W: http://linux.omap.com
5415 W: http://www.muru.com/linux/omap/
5417 F: drivers/mmc/host/omap.c
5419 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5421 M: dsaxena@plexity.net
5423 F: drivers/char/hw_random/omap-rng.c
5427 M: per.liden@ericsson.com
5429 M: jon.maloy@ericsson.com
5431 M: allan.stephens@windriver.com
5432 L: tipc-discussion@lists.sourceforge.net
5433 W: http://tipc.sourceforge.net/
5434 W: http://tipc.cslab.ericsson.net/
5435 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5437 F: include/linux/tipc*.h
5438 F: include/net/tipc/
5444 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5445 W: http://sourceforge.net/projects/tlan/
5447 F: Documentation/networking/tlan.txt
5448 F: drivers/net/tlan.*
5450 TOMOYO SECURITY MODULE
5452 M: takedakn@nttdata.co.jp
5454 M: penguin-kernel@I-love.SAKURA.ne.jp
5455 L: linux-kernel@vger.kernel.org (kernel issues)
5456 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5457 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5458 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5459 W: http://tomoyo.sourceforge.jp/
5460 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5464 TOSHIBA ACPI EXTRAS DRIVER
5466 F: drivers/platform/x86/toshiba_acpi.c
5470 M: jonathan@buzzard.org.uk
5471 L: tlinux-users@tce.toshiba-dme.co.jp
5472 W: http://www.buzzard.org.uk/toshiba/
5474 F: drivers/char/toshiba.c
5475 F: include/linux/toshiba.h
5479 M: ian@mnementh.co.uk
5481 F: drivers/mmc/host/tmio_mmc.*
5485 M: debora@linux.vnet.ibm.com
5487 M: srajiv@linux.vnet.ibm.com
5488 W: http://tpmdd.sourceforge.net
5490 M: m.selhorst@sirrix.com
5491 W: http://www.sirrix.com
5492 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5494 F: drivers/char/tpm/
5498 M: trivial@kernel.org
5499 L: linux-kernel@vger.kernel.org
5500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5505 M: alan@lxorguk.ukuu.org.uk
5506 L: linux-kernel@vger.kernel.org
5509 TULIP NETWORK DRIVERS
5511 M: grundler@parisc-linux.org
5514 L: netdev@vger.kernel.org
5516 F: drivers/net/tulip/
5519 P: Maxim Krasnyansky
5520 M: maxk@qualcomm.com
5521 L: vtun@office.satix.net
5522 W: http://vtun.sourceforge.net/tun
5524 F: Documentation/networking/tuntap.txt
5525 F: arch/um/os-Linux/drivers/
5527 TURBOCHANNEL SUBSYSTEM
5528 P: Maciej W. Rozycki
5529 M: macro@linux-mips.org
5532 F: include/linux/tc.h
5536 M: ballabio_dario@emc.com
5537 L: linux-scsi@vger.kernel.org
5539 F: drivers/scsi/u14-34f.c
5541 UBI FILE SYSTEM (UBIFS)
5543 M: dedekind@infradead.org
5545 M: ext-adrian.hunter@nokia.com
5546 L: linux-mtd@lists.infradead.org
5547 T: git git://git.infradead.org/ubifs-2.6.git
5548 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5550 F: Documentation/filesystems/ubifs.txt
5553 UCLINUX (AND M68KNOMMU)
5556 W: http://www.uclinux.org/
5557 L: uclinux-dev@uclinux.org (subscribers-only)
5561 UCLINUX FOR RENESAS H8/300
5563 M: ysato@users.sourceforge.jp
5564 W: http://uclinux-h8.sourceforge.jp/
5570 W: http://linux-udf.sourceforge.net
5572 F: Documentation/filesystems/udf.txt
5576 P: Evgeniy Dushistov
5577 M: dushistov@mail.ru
5578 L: linux-kernel@vger.kernel.org
5580 F: Documentation/filesystems/ufs.txt
5583 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5585 M: david.vrabel@csr.com
5586 L: linux-usb@vger.kernel.org
5589 F: include/linux/uwb.h
5590 F: include/linux/uwb/
5592 UNIFORM CDROM DRIVER
5595 L: linux-kernel@vger.kernel.org
5596 W: http://www.kernel.dk
5598 F: Documentation/cdrom/
5599 F: drivers/cdrom/cdrom.c
5600 F: include/linux/cdrom.h
5602 UNSORTED BLOCK IMAGES (UBI)
5604 M: dedekind@infradead.org
5605 W: http://www.linux-mtd.infradead.org/
5606 L: linux-mtd@lists.infradead.org
5607 T: git git://git.infradead.org/ubi-2.6.git
5610 F: include/linux/mtd/ubi.h
5611 F: include/mtd/ubi-user.h
5615 M: oliver@neukum.name
5616 L: linux-usb@vger.kernel.org
5618 F: Documentation/usb/acm.txt
5619 F: drivers/usb/class/cdc-acm.*
5621 USB BLOCK DRIVER (UB ub)
5623 M: zaitcev@redhat.com
5624 L: linux-kernel@vger.kernel.org
5625 L: linux-usb@vger.kernel.org
5627 F: drivers/block/ub.c
5629 USB CDC ETHERNET DRIVER
5630 P: Greg Kroah-Hartman
5632 L: linux-usb@vger.kernel.org
5634 W: http://www.kroah.com/linux-usb/
5635 F: drivers/net/usb/cdc_*.c
5636 F: include/linux/usb/cdc.h
5638 USB CYPRESS C67X00 DRIVER
5640 M: jacmet@sunsite.dk
5641 L: linux-usb@vger.kernel.org
5643 F: drivers/usb/c67x00/
5645 USB DAVICOM DM9601 DRIVER
5647 M: jacmet@sunsite.dk
5648 L: netdev@vger.kernel.org
5649 W: http://www.linux-usb.org/usbnet
5651 F: drivers/net/usb/dm9601.c
5653 USB DIAMOND RIO500 DRIVER
5656 L: rio500-users@lists.sourceforge.net
5657 W: http://rio500.sourceforge.net
5659 F: drivers/usb/misc/rio500*
5663 M: dbrownell@users.sourceforge.net
5664 L: linux-usb@vger.kernel.org
5666 F: Documentation/usb/ehci.txt
5667 F: drivers/usb/host/ehci*
5669 USB ET61X[12]51 DRIVER
5671 M: luca.risolia@studio.unibo.it
5672 L: linux-usb@vger.kernel.org
5673 L: linux-media@vger.kernel.org
5674 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5675 W: http://www.linux-projects.org
5677 F: drivers/media/video/et61x251/
5679 USB GADGET/PERIPHERAL SUBSYSTEM
5681 M: dbrownell@users.sourceforge.net
5682 L: linux-usb@vger.kernel.org
5683 W: http://www.linux-usb.org/gadget
5685 F: drivers/usb/gadget/
5686 F: include/linux/usb/gadget*
5688 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5691 L: linux-usb@vger.kernel.org
5692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5694 F: Documentation/usb/hiddev.txt
5695 F: drivers/hid/usbhid/
5699 M: ok@artecdesign.ee
5700 L: linux-usb@vger.kernel.org
5702 F: drivers/usb/host/isp116x*
5703 F: include/linux/usb/isp116x.h
5705 USB KAWASAKI LSI DRIVER
5707 M: oliver@neukum.name
5708 L: linux-usb@vger.kernel.org
5710 F: drivers/usb/serial/kl5kusb105.*
5712 USB MASS STORAGE DRIVER
5714 M: mdharm-usb@one-eyed-alien.net
5715 L: linux-usb@vger.kernel.org
5716 L: usb-storage@lists.one-eyed-alien.net
5718 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5719 F: drivers/usb/storage/
5723 M: dbrownell@users.sourceforge.net
5724 L: linux-usb@vger.kernel.org
5726 F: Documentation/usb/ohci.txt
5727 F: drivers/usb/host/ohci*
5729 USB OPTION-CARD DRIVER
5731 M: smurf@smurf.noris.de
5732 L: linux-usb@vger.kernel.org
5734 F: drivers/usb/serial/option.c
5738 M: mmcclell@bigfoot.com
5739 L: linux-usb@vger.kernel.org
5740 W: http://alpha.dyndns.org/ov511/
5742 F: drivers/media/video/ov511.*
5746 M: petkan@users.sourceforge.net
5747 L: linux-usb@vger.kernel.org
5748 L: netdev@vger.kernel.org
5749 W: http://pegasus2.sourceforge.net/
5751 F: drivers/net/usb/pegasus.*
5753 USB PRINTER DRIVER (usblp)
5755 M: zaitcev@redhat.com
5756 L: linux-usb@vger.kernel.org
5758 F: drivers/usb/class/usblp.c
5762 M: petkan@users.sourceforge.net
5763 L: linux-usb@vger.kernel.org
5764 L: netdev@vger.kernel.org
5765 W: http://pegasus2.sourceforge.net/
5767 F: drivers/net/usb/rtl8150.c
5772 L: linux-usb@vger.kernel.org
5773 W: http://www.chello.nl/~j.vreeken/se401/
5775 F: Documentation/video4linux/se401.txt
5776 F: drivers/media/video/se401.*
5778 USB SERIAL BELKIN F5U103 DRIVER
5779 P: William Greathouse
5780 M: wgreathouse@smva.com
5781 L: linux-usb@vger.kernel.org
5783 F: drivers/usb/serial/belkin_sa.*
5785 USB SERIAL CYPRESS M8 DRIVER
5787 M: dignome@gmail.com
5788 L: linux-usb@vger.kernel.org
5790 W: http://geocities.com/i0xox0i
5791 W: http://firstlight.net/cvs
5792 F: drivers/usb/serial/cypress_m8.*
5794 USB SERIAL CYBERJACK DRIVER
5795 P: Matthias Bruestle and Harald Welte
5796 M: support@reiner-sct.com
5797 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5799 F: drivers/usb/serial/cyberjack.c
5801 USB SERIAL DIGI ACCELEPORT DRIVER
5802 P: Peter Berger and Al Borchers
5803 M: pberger@brimson.com
5804 M: alborchers@steinerpoint.com
5805 L: linux-usb@vger.kernel.org
5807 F: drivers/usb/serial/digi_acceleport.c
5810 P: Greg Kroah-Hartman
5812 L: linux-usb@vger.kernel.org
5814 F: Documentation/usb/usb-serial.txt
5815 F: drivers/usb/serial/generic.c
5816 F: drivers/usb/serial/usb-serial.c
5817 F: include/linux/usb/serial.h
5819 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5821 M: xavyer@ix.netcom.com
5822 L: linux-usb@vger.kernel.org
5824 F: drivers/usb/serial/empeg.c
5826 USB SERIAL KEYSPAN DRIVER
5827 P: Greg Kroah-Hartman
5829 L: linux-usb@vger.kernel.org
5830 W: http://www.kroah.com/linux/
5832 F: drivers/usb/serial/*keyspan*
5834 USB SERIAL WHITEHEAT DRIVER
5835 P: Support Department
5836 M: support@connecttech.com
5837 L: linux-usb@vger.kernel.org
5838 W: http://www.connecttech.com
5840 F: drivers/usb/serial/whiteheat*
5842 USB SMSC95XX ETHERNET DRIVER
5843 P: Steve Glendinning
5844 M: steve.glendinning@smsc.com
5845 L: netdev@vger.kernel.org
5847 F: drivers/net/usb/smsc95xx.*
5851 M: luca.risolia@studio.unibo.it
5852 L: linux-usb@vger.kernel.org
5853 L: linux-media@vger.kernel.org
5854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5855 W: http://www.linux-projects.org
5857 F: Documentation/video4linux/sn9c102.txt
5858 F: drivers/media/video/sn9c102/
5861 P: Greg Kroah-Hartman
5863 L: linux-usb@vger.kernel.org
5864 W: http://www.linux-usb.org
5865 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5867 F: Documentation/usb/
5870 F: include/linux/usb.h
5871 F: include/linux/usb/
5875 M: stern@rowland.harvard.edu
5876 L: linux-usb@vger.kernel.org
5878 F: drivers/usb/host/uhci*
5880 USB "USBNET" DRIVER FRAMEWORK
5882 M: dbrownell@users.sourceforge.net
5883 L: netdev@vger.kernel.org
5884 W: http://www.linux-usb.org/usbnet
5886 F: drivers/net/usb/usbnet.c
5887 F: include/linux/usb/usbnet.h
5891 M: laurent.pinchart@skynet.be
5892 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5893 L: linux-media@vger.kernel.org
5894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5895 W: http://linux-uvc.berlios.de
5897 F: drivers/media/video/uvc/
5899 USB W996[87]CF DRIVER
5901 M: luca.risolia@studio.unibo.it
5902 L: linux-usb@vger.kernel.org
5903 L: linux-media@vger.kernel.org
5904 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5905 W: http://www.linux-projects.org
5907 F: Documentation/video4linux/w9968cf.txt
5908 F: drivers/media/video/w996*
5910 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5912 M: jussi.kivilinna@mbnet.fi
5913 L: linux-wireless@vger.kernel.org
5915 F: drivers/net/wireless/rndis_wlan.c
5919 M: luca.risolia@studio.unibo.it
5920 L: linux-usb@vger.kernel.org
5921 L: linux-media@vger.kernel.org
5922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5923 W: http://www.linux-projects.org
5925 F: Documentation/video4linux/zc0301.txt
5926 F: drivers/media/video/zc0301/
5931 L: linux-usb@vger.kernel.org
5932 W: http://linux-lc100020.sourceforge.net
5934 F: drivers/net/wireless/zd1201.*
5938 M: royale@zerezo.com
5939 L: linux-usb@vger.kernel.org
5940 L: linux-media@vger.kernel.org
5941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5942 W: http://royale.zerezo.com/zr364xx/
5944 F: Documentation/video4linux/zr364xx.txt
5945 F: drivers/media/video/zr364xx.c
5947 USER-MODE LINUX (UML)
5949 M: jdike@addtoit.com
5950 L: user-mode-linux-devel@lists.sourceforge.net
5951 L: user-mode-linux-user@lists.sourceforge.net
5952 W: http://user-mode-linux.sourceforge.net
5954 F: Documentation/uml/
5961 M: hjk@linutronix.de
5962 P: Greg Kroah-Hartman
5964 L: linux-kernel@vger.kernel.org
5966 F: Documentation/DocBook/uio-howto.tmpl
5968 F: include/linux/uio*.h
5970 UTIL-LINUX-NG PACKAGE
5973 L: util-linux-ng@vger.kernel.org
5974 W: http://kernel.org/~kzak/util-linux-ng/
5975 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5979 P: Michal Januszewski
5981 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5982 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5984 F: Documentation/fb/uvesafb.txt
5985 F: drivers/video/uvesafb.*
5987 VFAT/FAT/MSDOS FILESYSTEM
5989 M: hirofumi@mail.parknet.co.jp
5990 L: linux-kernel@vger.kernel.org
5992 F: Documentation/filesystems/vfat.txt
5995 VIA RHINE NETWORK DRIVER
5999 F: drivers/net/via-rhine.c
6003 M: khali@linux-fr.org
6004 L: linux-i2c@vger.kernel.org
6006 F: Documentation/i2c/busses/i2c-viapro
6007 F: drivers/i2c/busses/i2c-viapro.c
6009 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6011 M: JosephChan@via.com.tw
6013 M: ScottFang@viatech.com.cn
6014 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6016 F: drivers/video/via/
6018 VIA VELOCITY NETWORK DRIVER
6020 M: romieu@fr.zoreil.com
6021 L: netdev@vger.kernel.org
6023 F: drivers/net/via-velocity.*
6028 L: netdev@vger.kernel.org
6030 F: drivers/net/macvlan.c
6031 F: include/linux/if_*vlan.h
6034 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6036 M: lrg@slimlogic.co.uk
6038 M: broonie@opensource.wolfsonmicro.com
6039 W: http://opensource.wolfsonmicro.com/node/15
6040 W: http://www.slimlogic.co.uk/?p=48
6041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6043 F: drivers/regulator/
6044 F: include/linux/regulator/
6046 VT1211 HARDWARE MONITOR DRIVER
6049 L: lm-sensors@lm-sensors.org
6051 F: Documentation/hwmon/vt1211
6052 F: drivers/hwmon/vt1211.c
6054 VT8231 HARDWARE MONITOR DRIVER
6056 M: vt8231@hiddenengine.co.uk
6057 L: lm-sensors@lm-sensors.org
6059 F: drivers/hwmon/vt8231.c
6061 W1 DALLAS'S 1-WIRE BUS
6063 M: johnpol@2ka.mipt.ru
6065 F: Documentation/w1/
6068 W83791D HARDWARE MONITORING DRIVER
6070 M: m.hulsman@tudelft.nl
6071 L: lm-sensors@lm-sensors.org
6073 F: Documentation/hwmon/w83791d
6074 F: drivers/hwmon/w83791d.c
6076 W83793 HARDWARE MONITORING DRIVER
6078 M: r.marek@assembler.cz
6079 L: lm-sensors@lm-sensors.org
6081 F: Documentation/hwmon/w83793
6082 F: drivers/hwmon/w83793.c
6084 W83L51xD SD/MMC CARD INTERFACE DRIVER
6087 L: linux-kernel@vger.kernel.org
6089 F: drivers/mmc/host/wbsd.*
6091 WATCHDOG DEVICE DRIVERS
6094 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6096 F: Documentation/watchdog/
6097 F: drivers/watchdog/
6098 F: include/linux/watchdog.h
6100 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6103 L: linux-wireless@vger.kernel.org
6104 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6106 F: Documentation/networking/wavelan.txt
6107 F: drivers/net/wireless/wavelan*
6111 M: zaga@fly.cc.fer.hr
6112 L: linux-scsi@vger.kernel.org
6114 F: drivers/scsi/wd7000.c
6117 P: Inaky Perez-Gonzalez
6118 M: inaky.perez-gonzalez@intel.com
6119 M: linux-wimax@intel.com
6120 L: wimax@linuxwimax.org
6122 W: http://linuxwimax.org
6124 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6126 M: david.vrabel@csr.com
6128 F: include/linux/wlp.h
6131 WISTRON LAPTOP BUTTON DRIVER
6135 F: drivers/input/misc/wistron_btns.c
6137 WL3501 WIRELESS PCMCIA CARD DRIVER
6138 P: Arnaldo Carvalho de Melo
6139 M: acme@ghostprotocols.net
6140 L: linux-wireless@vger.kernel.org
6141 W: http://oops.ghostprotocols.net:81/blog
6143 F: drivers/net/wireless/wl3501*
6145 WM97XX TOUCHSCREEN DRIVERS
6147 M: broonie@opensource.wolfsonmicro.com
6149 M: lrg@slimlogic.co.uk
6150 L: linux-input@vger.kernel.org
6151 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6152 W: http://opensource.wolfsonmicro.com/node/7
6154 F: drivers/input/touchscreen/*wm97*
6155 F: include/linux/wm97xx.h
6159 M: eis@baty.hanse.de
6160 L: linux-x25@vger.kernel.org
6162 F: Documentation/networking/x25*
6166 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6168 M: tglx@linutronix.de
6174 L: linux-kernel@vger.kernel.org
6175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6177 F: Documentation/x86/
6180 XEN HYPERVISOR INTERFACE
6181 P: Jeremy Fitzhardinge
6182 M: jeremy@xensource.com
6184 M: chrisw@sous-sol.org
6185 L: virtualization@lists.osdl.org
6186 L: xen-devel@lists.xensource.com
6189 F: drivers/*/xen-*front.c
6191 F: arch/x86/include/asm/xen/
6195 P: Silicon Graphics Inc
6198 M: xfs-masters@oss.sgi.com
6200 W: http://oss.sgi.com/projects/xfs
6201 T: git git://oss.sgi.com/xfs/xfs.git
6203 F: Documentation/filesystems/xfs.txt
6206 XILINX SYSTEMACE DRIVER
6208 M: grant.likely@secretlab.ca
6209 W: http://www.secretlab.ca/
6210 L: linux-kernel@vger.kernel.org
6212 F: drivers/block/xsysace.c
6214 XILINX UARTLITE SERIAL DRIVER
6216 M: jacmet@sunsite.dk
6217 L: linux-serial@vger.kernel.org
6219 F: drivers/serial/uartlite.c
6221 YAM DRIVER FOR AX.25
6222 P: Jean-Paul Roubelat
6224 L: linux-hams@vger.kernel.org
6226 F: drivers/net/hamradio/yam*
6227 F: include/linux/yam.h
6229 YEALINK PHONE DRIVER
6231 M: Henk.Vergonet@gmail.com
6232 L: usbb2k-api-dev@nongnu.org
6234 F: Documentation/input/yealink.txt
6235 F: drivers/input/misc/yealink.*
6237 Z8530 DRIVER FOR AX.25
6240 W: http://yaina.de/jreuter/
6241 W: http://www.qsl.net/dl1bke/
6242 L: linux-hams@vger.kernel.org
6244 F: Documentation/networking/z8530drv.txt
6245 F: drivers/net/hamradio/*scc.c
6246 F: drivers/net/hamradio/z8530.h
6248 ZD1211RW WIRELESS DRIVER
6252 M: kune@deine-taler.de
6253 W: http://zd1211.ath.cx/wiki/DriverRewrite
6254 L: linux-wireless@vger.kernel.org
6255 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6257 F: drivers/net/wireless/zd1211rw/
6259 ZR36067 VIDEO FOR LINUX DRIVER
6260 L: mjpeg-users@lists.sourceforge.net
6261 L: linux-media@vger.kernel.org
6262 W: http://mjpeg.sourceforge.net/driver-zoran/
6263 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6265 F: drivers/media/video/zoran/
6267 ZS DECSTATION Z85C30 SERIAL DRIVER
6268 P: Maciej W. Rozycki
6269 M: macro@linux-mips.org
6271 F: drivers/serial/zs.*
6275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6276 S: Buried alive in reporters