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 CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
109 L: netdev@vger.kernel.org
111 F: drivers/net/3c505*
115 M: klassert@mathematik.tu-chemnitz.de
116 L: netdev@vger.kernel.org
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
123 M: dave@thedillows.org
124 L: netdev@vger.kernel.org
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
130 M: linuxraid@amcc.com
131 L: linux-scsi@vger.kernel.org
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
138 M: linuxraid@amcc.com
139 L: linux-scsi@vger.kernel.org
140 W: http://www.amcc.com
142 F: drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P: James E.J. Bottomley
146 M: James.Bottomley@HansenPartnership.com
147 L: linux-scsi@vger.kernel.org
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
153 M: ajk@iehk.rwth-aachen.de
154 L: linux-hams@vger.kernel.org
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M: romieu@fr.zoreil.com
161 L: netdev@vger.kernel.org
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 M: alan@lxorguk.ukuu.org.uk
168 L: linux-serial@vger.kernel.org
169 W: http://serial.sourceforge.net
171 F: drivers/serial/8250*
172 F: include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
176 M: p_gortmaker@yahoo.com
177 L: netdev@vger.kernel.org
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
186 M: rminnich@sandia.gov
189 L: v9fs-developer@lists.sourceforge.net
190 W: http://swik.net/v9fs
191 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
193 F: Documentation/filesystems/9p.txt
196 A2232 SERIAL BOARD DRIVER
199 L: linux-m68k@lists.linux-m68k.org
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
205 M: aacraid@adaptec.com
206 L: linux-scsi@vger.kernel.org
207 W: http://www.adaptec.com/
209 F: Documentation/scsi/aacraid.txt
210 F: drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
214 M: j.w.r.degoede@hhs.nl
215 L: lm-sensors@lm-sensors.org
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
221 M: alistair@devzero.co.uk
222 L: lm-sensors@lm-sensors.org
224 F: drivers/hwmon/abituguru3.c
228 M: jes@trained-monkey.org
229 L: linux-acenic@sunsite.dk
231 F: drivers/net/acenic*
233 ACER WMI LAPTOP EXTRAS
235 M: carlos@strangeworlds.co.uk
236 L: aceracpi@googlegroups.com (subscribers-only)
237 W: http://code.google.com/p/aceracpi
239 F: drivers/platform/x86/acer-wmi.c
244 L: linux-acpi@vger.kernel.org
245 W: http://www.lesswatts.org/projects/acpi/
246 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
249 F: drivers/pnp/pnpacpi/
250 F: include/linux/acpi.h
253 P: Alexey Starikovskiy
254 M: astarikovskiy@suse.de
255 L: linux-acpi@vger.kernel.org
256 W: http://www.lesswatts.org/projects/acpi/
258 F: drivers/acpi/battery.c
259 F: drivers/acpi/*sbs*
262 P: Alexey Starikovskiy
263 M: astarikovskiy@suse.de
264 L: linux-acpi@vger.kernel.org
265 W: http://www.lesswatts.org/projects/acpi/
271 M: rui.zhang@intel.com
272 L: linux-acpi@vger.kernel.org
273 W: http://www.lesswatts.org/projects/acpi/
275 F: drivers/acpi/fan.c
277 ACPI PCI HOTPLUG DRIVER
278 P: Kristen Carlson Accardi
279 M: kristen.c.accardi@intel.com
280 L: linux-pci@vger.kernel.org
282 F: drivers/pci/hotplug/acpi*
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/*thermal*
294 M: rui.zhang@intel.com
295 L: linux-acpi@vger.kernel.org
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/acpi/video.c
302 M: carlos@strangeworlds.co.uk
303 L: linux-acpi@vger.kernel.org
304 W: http://www.lesswatts.org/projects/acpi/
306 F: drivers/platform/x86/wmi.c
308 AD1889 ALSA SOUND DRIVER
312 M: T-Bone@parisc-linux.org
313 W: http://wiki.parisc-linux.org/AD1889
314 L: linux-parisc@vger.kernel.org
316 F: sound/pci/ad1889.*
318 ADM1025 HARDWARE MONITOR DRIVER
320 M: khali@linux-fr.org
321 L: lm-sensors@lm-sensors.org
323 F: Documentation/hwmon/adm1025
324 F: drivers/hwmon/adm1025.c
326 ADM1029 HARDWARE MONITOR DRIVER
328 M: corentin.labbe@geomatys.fr
329 L: lm-sensors@lm-sensors.org
331 F: drivers/hwmon/adm1029.c
333 ADM8211 WIRELESS DRIVER
335 M: flamingice@sourmilk.net
336 L: linux-wireless@vger.kernel.org
337 W: http://linuxwireless.org/
338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
340 F: drivers/net/wireless/adm8211.*
346 F: drivers/macintosh/therm_adt746x.c
351 L: linux-scsi@vger.kernel.org
353 F: Documentation/scsi/advansys.txt
354 F: drivers/scsi/advansys.c
357 P: Riccardo Facchetti
360 F: sound/oss/aedsp16.c
364 M: zippel@linux-m68k.org
366 F: Documentation/filesystems/affs.txt
369 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
371 M: dhowells@redhat.com
372 L: linux-afs@lists.infradead.org
375 F: include/net/af_rxrpc.h
376 F: net/rxrpc/af_rxrpc.c
381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
384 F: include/linux/agp*
387 P: Juergen E. Fischer
389 L: linux-scsi@vger.kernel.org
391 F: drivers/scsi/aha152x*
392 F: drivers/scsi/pcmcia/aha152x*
394 AIC7XXX / AIC79XX SCSI DRIVER
397 L: linux-scsi@vger.kernel.org
399 F: drivers/scsi/aic7xxx/
400 F: drivers/scsi/aic7xxx_old/
405 L: linux-aio@kvack.org
408 F: include/linux/*aio*.h
410 ALCATEL SPEEDTOUCH USB DRIVER
412 M: duncan.sands@free.fr
413 L: linux-usb@vger.kernel.org
414 W: http://www.linux-usb.org/SpeedTouch/
416 F: drivers/usb/atm/speedtch.c
417 F: drivers/usb/atm/usbatm.c
419 ALCHEMY AU1XX0 MMC DRIVER
421 M: manuel.lauss@gmail.com
423 F: drivers/mmc/host/au1xmmc.c
427 M: r.marek@assembler.cz
428 L: linux-i2c@vger.kernel.org
430 F: Documentation/i2c/busses/i2c-ali1563
431 F: drivers/i2c/busses/i2c-ali1563.c
436 S: Odd Fixes for 2.4; Maintained for 2.6.
438 M: ink@jurassic.park.msu.ru
439 S: Maintained for 2.4; PCI support for 2.6.
440 L: linux-alpha@vger.kernel.org
443 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
445 M: dahlmann.thomas@arcor.de
446 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
448 F: drivers/usb/gadget/amd5536udc.*
450 AMD GEODE PROCESSOR/CHIPSET SUPPORT
452 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
453 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
455 F: arch/x86/kernel/geode_32.c
456 F: drivers/char/hw_random/geode-rng.c
457 F: drivers/crypto/geode*
458 F: drivers/video/geode/
459 F: arch/x86/include/asm/geode.h
463 M: joerg.roedel@amd.com
464 L: iommu@lists.linux-foundation.org
465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
467 F: arch/x86/kernel/amd_iommu*.c
468 F: arch/x86/include/asm/amd_iommu*.h
470 AMD MICROCODE UPDATE SUPPORT
472 M: andreas.herrmann3@amd.com
473 L: amd64-microcode@amd64.org
475 F: arch/x86/kernel/microcode_amd.c
477 AMS (Apple Motion Sensor) DRIVER
479 M: stelian@popies.net
480 P: Michael Hanselmann
481 M: linux-kernel@hansmi.ch
483 F: drivers/hwmon/ams/
487 M: tom@opengridcomputing.com
489 M: swise@opengridcomputing.com
490 L: general@lists.openfabrics.org
492 F: drivers/infiniband/hw/amso1100/
494 AOA (Apple Onboard Audio) ALSA DRIVER
496 M: johannes@sipsolutions.net
497 L: linuxppc-dev@ozlabs.org
498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
504 M: sfr@canb.auug.org.au
505 L: linux-laptop@vger.kernel.org
506 W: http://www.canb.auug.org.au/~sfr/
508 F: arch/x86/kernel/apm_32.c
509 F: include/linux/apm_bios.h
511 APPLE BCM5974 MULTITOUCH DRIVER
513 M: rydberg@euromail.se
514 L: linux-input@vger.kernel.org
516 F: drivers/input/mouse/bcm5974.c
520 M: nicolas@boichat.ch
521 L: mactel-linux-devel@lists.sourceforge.net
523 F: drivers/hwmon/applesmc.c
525 APPLETALK NETWORK LAYER
526 P: Arnaldo Carvalho de Melo
527 M: acme@ghostprotocols.net
529 F: drivers/net/appletalk/
532 APPLETOUCH TOUCHPAD DRIVER
534 M: johannes@sipsolutions.net
535 L: linux-input@vger.kernel.org
537 F: Documentation/input/appletouch.txt
538 F: drivers/input/mouse/appletouch.c
540 ARC FRAMEBUFFER DRIVER
542 M: jayalk@intworks.biz
544 F: drivers/video/arcfb.c
545 F: drivers/video/fb_defio.c
547 ARM MFM AND FLOPPY DRIVERS
551 F: arch/arm/lib/floppydma.S
552 F: arch/arm/include/asm/floppy.h
556 M: linux@arm.linux.org.uk
557 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
558 W: http://www.arm.linux.org.uk/
562 ARM PRIMECELL MMCI PL180/1 DRIVER
564 F: drivers/mmc/host/mmci.*
566 ARM/ADI ROADRUNNER MACHINE SUPPORT
568 M: kernel@wantstofly.org
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571 F: arch/arm/mach-ixp23xx/
572 F: arch/arm/mach-ixp23xx/include/mach/
574 ARM/ADS SPHERE MACHINE SUPPORT
576 M: kernel@wantstofly.org
577 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580 ARM/AFEB9260 MACHINE SUPPORT
582 M: slapin@ossfans.org
583 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 ARM/AJECO 1ARM MACHINE SUPPORT
588 M: kernel@wantstofly.org
589 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
592 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
594 M: linux@maxim.org.za
595 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 W: http://maxim.org.za/at91_26.html
599 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
601 M: kernel@wantstofly.org
602 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
607 M: kernel@wantstofly.org
608 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
613 M: linux@arm.linux.org.uk
614 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 F: arch/arm/common/clkdev.c
616 F: arch/arm/include/asm/clkdev.h
618 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
620 M: mike@compulab.co.il
621 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 ARM/CORGI MACHINE SUPPORT
629 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
631 M: paulius.zaleckas@teltonika.lt
632 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
633 T: git git://gitorious.org/linux-gemini/mainline.git
635 F: arch/arm/mach-gemini/
637 ARM/EBSA110 MACHINE SUPPORT
639 M: linux@arm.linux.org.uk
640 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
641 W: http://www.arm.linux.org.uk/
643 F: arch/arm/mach-ebsa110/
644 F: drivers/net/arm/am79c961a.*
646 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
650 M: stefan@openezx.org
652 M: laforge@openezx.org
653 L: openezx-devel@lists.openezx.org (subscribers-only)
654 W: http://www.openezx.org/
657 ARM/FARADAY FA526 PORT
659 M: paulius.zaleckas@teltonika.lt
660 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
664 ARM/FOOTBRIDGE ARCHITECTURE
666 M: linux@arm.linux.org.uk
667 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
668 W: http://www.arm.linux.org.uk/
670 F: arch/arm/include/asm/hardware/dec21285.h
671 F: arch/arm/mach-footbridge/
673 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
675 M: kernel@pengutronix.de
676 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
679 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
681 M: kernel@wantstofly.org
682 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
685 ARM/GUMSTIX MACHINE SUPPORT
688 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
691 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
693 M: philipp.zabel@gmail.com
695 F: arch/arm/mach-pxa/hx4700.c
696 F: arch/arm/mach-pxa/include/mach/hx4700.h
698 ARM/HP JORNADA 7XX MACHINE SUPPORT
699 P: Kristoffer Ericson
700 M: kristoffer.ericson@gmail.com
704 ARM/INTEL IOP32X ARM ARCHITECTURE
706 M: kernel@wantstofly.org
708 M: dan.j.williams@intel.com
709 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
712 ARM/INTEL IOP33X ARM ARCHITECTURE
714 M: dan.j.williams@intel.com
715 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718 ARM/INTEL IOP13XX ARM ARCHITECTURE
720 M: kernel@wantstofly.org
722 M: dan.j.williams@intel.com
723 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
726 ARM/INTEL IQ81342EX MACHINE SUPPORT
728 M: kernel@wantstofly.org
730 M: dan.j.williams@intel.com
731 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
734 ARM/INTEL IXP2000 ARM ARCHITECTURE
736 M: kernel@wantstofly.org
737 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
740 ARM/INTEL IXDP2850 MACHINE SUPPORT
742 M: kernel@wantstofly.org
743 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
746 ARM/INTEL IXP23XX ARM ARCHITECTURE
748 M: kernel@wantstofly.org
749 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
752 ARM/INTEL XSC3 (MANZANO) ARM CORE
754 M: kernel@wantstofly.org
756 M: dan.j.williams@intel.com
757 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
760 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
762 M: kernel@wantstofly.org
763 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
766 ARM/LOGICPD PXA270 MACHINE SUPPORT
768 M: kernel@wantstofly.org
769 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
772 ARM/MAGICIAN MACHINE SUPPORT
774 M: philipp.zabel@gmail.com
777 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
778 P: Michael Petchkovsky
779 M: mkpetch@internode.on.net
782 ARM/TOSA MACHINE SUPPORT
783 P: Dmitry Eremin-Solenikov
784 M: dbaryshkov@gmail.com
786 M: dirk@opfer-online.de
789 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
791 M: marek.vasut@gmail.com
792 W: http://hackndev.com
797 M: slapin@ossfans.org
798 W: http://hackndev.com
803 M: pleb@gelato.unsw.edu.au
804 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
807 ARM/PT DIGITAL BOARD PORT
809 M: stefan.eletzhofer@eletztrick.de
810 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
811 W: http://www.arm.linux.org.uk/
814 ARM/RADISYS ENP2611 MACHINE SUPPORT
816 M: kernel@wantstofly.org
817 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
820 ARM/RISCPC ARCHITECTURE
822 M: linux@arm.linux.org.uk
823 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
824 W: http://www.arm.linux.org.uk/
826 F: arch/arm/common/time-acorn.c
827 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
828 F: arch/arm/include/asm/hardware/ioc.h
829 F: arch/arm/include/asm/hardware/iomd.h
830 F: arch/arm/include/asm/hardware/memc.h
831 F: arch/arm/mach-rpc/
832 F: drivers/net/arm/ether*
835 ARM/SHARK MACHINE SUPPORT
837 M: alex@shark-linux.de
838 W: http://www.shark-linux.de/shark.html
841 ARM/S3C2410 ARM ARCHITECTURE
843 M: ben-linux@fluff.org
844 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
845 W: http://www.fluff.org/ben/linux/
848 ARM/S3C2440 ARM ARCHITECTURE
850 M: ben-linux@fluff.org
851 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
852 W: http://www.fluff.org/ben/linux/
855 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
857 M: kernel@wantstofly.org
858 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 ARM/THECUS N2100 MACHINE SUPPORT
863 M: kernel@wantstofly.org
864 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
867 ARM/NUVOTON W90X900 ARM ARCHITECTURE
869 M: mcuos.com@gmail.com
870 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
871 W: http://www.mcuos.com
876 M: linux@arm.linux.org.uk
877 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
878 W: http://www.arm.linux.org.uk/
884 L: netdev@vger.kernel.org
888 ASUS ACPI EXTRAS DRIVER
890 M: corentincj@iksaif.net
892 M: sziwan@users.sourceforge.net
893 L: acpi4asus-user@lists.sourceforge.net
894 W: http://sourceforge.net/projects/acpi4asus
895 W: http://xf.iksaif.net/acpi4asus
897 F: arch/x86/kernel/acpi/boot.c
898 F: drivers/platform/x86/asus_acpi.c
900 ASUS ASB100 HARDWARE MONITOR DRIVER
902 M: mhoffman@lightlink.com
903 L: lm-sensors@lm-sensors.org
905 F: drivers/hwmon/asb100.c
907 ASUS LAPTOP EXTRAS DRIVER
909 M: corentincj@iksaif.net
910 L: acpi4asus-user@lists.sourceforge.net
911 W: http://sourceforge.net/projects/acpi4asus
912 W: http://xf.iksaif.net/acpi4asus
914 F: drivers/platform/x86/asus-laptop.c
916 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
918 M: dan.j.williams@intel.com
920 M: maciej.sosnowski@intel.com
921 W: http://sourceforge.net/projects/xscaleiop
923 F: Documentation/crypto/async-tx-api.txt
926 F: include/linux/dmaengine.h
927 F: include/linux/async_tx.h
929 ATA OVER ETHERNET (AOE) DRIVER
931 M: ecashin@coraid.com
932 W: http://www.coraid.com/support/linux
934 F: Documentation/aoe/
935 F: drivers/block/aoe/
937 ATHEROS ATH5K WIRELESS DRIVER
939 M: jirislaby@gmail.com
941 M: mickflemm@gmail.com
943 M: lrodriguez@atheros.com
945 M: me@bobcopeland.com
946 L: linux-wireless@vger.kernel.org
947 L: ath5k-devel@lists.ath5k.org
949 F: drivers/net/wireless/ath5k/
951 ATHEROS ATH9K WIRELESS DRIVER
953 M: lrodriguez@atheros.com
955 M: jmalinen@atheros.com
957 M: Sujith.Manoharan@atheros.com
958 P: Vasanthakumar Thiagarajan
959 M: vasanth@atheros.com
960 P: Senthil Balasubramanian
961 M: senthilkumar@atheros.com
962 L: linux-wireless@vger.kernel.org
963 L: ath9k-devel@lists.ath9k.org
965 F: drivers/net/wireless/ath9k/
967 ATHEROS AR9170 WIRELESS DRIVER
968 P: Christian Lamparter
970 L: linux-wireless@vger.kernel.org
971 W: http://wireless.kernel.org/en/users/Drivers/ar9170
973 F: drivers/net/wireless/ar9170/
979 F: drivers/input/misc/ati_remote2.c
981 ATLX ETHERNET DRIVERS
983 M: jcliburn@gmail.com
987 M: jie.yang@atheros.com
988 L: atl1-devel@lists.sourceforge.net
989 W: http://sourceforge.net/projects/atl1
990 W: http://atl1.sourceforge.net
996 M: chas@cmf.nrl.navy.mil
997 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
998 L: netdev@vger.kernel.org
999 W: http://linux-atm.sourceforge.net
1002 F: include/linux/atm*
1004 ATMEL AT91 MCI DRIVER
1006 M: nicolas.ferre@atmel.com
1007 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1008 W: http://www.atmel.com/products/AT91/
1009 W: http://www.at91.com/
1011 F: drivers/mmc/host/at91_mci.c
1013 ATMEL AT91 / AT32 SERIAL DRIVER
1014 P: Haavard Skinnemoen
1015 M: hskinnemoen@atmel.com
1017 F: drivers/serial/atmel_serial.c
1021 M: nicolas.ferre@atmel.com
1022 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1024 F: drivers/video/atmel_lcdfb.c
1025 F: include/video/atmel_lcdc.h
1027 ATMEL MACB ETHERNET DRIVER
1028 P: Haavard Skinnemoen
1029 M: hskinnemoen@atmel.com
1031 F: drivers/net/macb.*
1034 P: Haavard Skinnemoen
1035 M: hskinnemoen@atmel.com
1037 F: drivers/spi/atmel_spi.*
1039 ATMEL USBA UDC DRIVER
1040 P: Haavard Skinnemoen
1041 M: hskinnemoen@atmel.com
1042 L: kernel@avr32linux.org
1043 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1045 F: drivers/usb/gadget/atmel_usba_udc.*
1047 ATMEL WIRELESS DRIVER
1049 M: simon@thekelleys.org.uk
1050 L: linux-wireless@vger.kernel.org
1051 W: http://www.thekelleys.org.uk/atmel
1052 W: http://atmelwlandriver.sourceforge.net/
1054 F: drivers/net/wireless/atmel*
1058 M: viro@zeniv.linux.org.uk
1060 M: eparis@redhat.com
1061 L: linux-audit@redhat.com (subscribers-only)
1062 W: http://people.redhat.com/sgrubb/audit/
1063 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1065 F: include/linux/audit.h
1068 AUXILIARY DISPLAY DRIVERS
1069 P: Miguel Ojeda Sandonis
1070 M: miguel.ojeda.sandonis@gmail.com
1071 W: http://miguelojeda.es/auxdisplay.htm
1072 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1074 F: drivers/auxdisplay/
1075 F: include/linux/cfag12864b.h
1078 P: Haavard Skinnemoen
1079 M: hskinnemoen@atmel.com
1080 W: http://www.atmel.com/products/AVR32/
1081 W: http://avr32linux.org/
1082 W: http://avrfreaks.net/
1086 AVR32/AT32AP MACHINE SUPPORT
1087 P: Haavard Skinnemoen
1088 M: hskinnemoen@atmel.com
1090 F: arch/avr32/mach-at32ap/
1094 M: ralf@linux-mips.org
1095 L: linux-hams@vger.kernel.org
1096 W: http://www.linux-ax25.org/
1098 F: include/linux/ax25.h
1099 F: include/net/ax25.h
1106 M: stefano.brivio@polimi.it
1107 L: linux-wireless@vger.kernel.org
1108 W: http://linuxwireless.org/en/users/Drivers/b43
1110 F: drivers/net/wireless/b43/
1112 B43LEGACY WIRELESS DRIVER
1114 M: Larry.Finger@lwfinger.net
1116 M: stefano.brivio@polimi.it
1117 L: linux-wireless@vger.kernel.org
1118 W: http://linuxwireless.org/en/users/Drivers/b43
1120 F: drivers/net/wireless/b43legacy/
1122 BACKLIGHT CLASS/SUBSYSTEM
1124 M: rpurdie@rpsys.net
1126 F: drivers/video/backlight/
1127 F: include/linux/backlight.h
1129 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1131 M: t.sailer@alumni.ethz.ch
1132 L: linux-hams@vger.kernel.org
1133 W: http://www.baycom.org/~tom/ham/ham.html
1135 F: drivers/net/hamradio/baycom*
1138 P: Sergey S. Kostyliov
1139 M: rathamahata@php4.ru
1141 F: Documentation/filesystems/befs.txt
1145 P: Tigran A. Aivazian
1146 M: tigran@aivazian.fsnet.co.uk
1148 F: Documentation/filesystems/bfs.txt
1150 F: include/linux/bfs_fs.h
1152 BLACKFIN ARCHITECTURE
1154 M: vapier@gentoo.org
1155 L: uclinux-dist-devel@blackfin.uclinux.org
1156 W: http://blackfin.uclinux.org
1160 BLACKFIN EMAC DRIVER
1161 P: Michael Hennerich
1162 M: michael.hennerich@analog.com
1163 L: uclinux-dist-devel@blackfin.uclinux.org
1164 W: http://blackfin.uclinux.org
1166 F: drivers/net/bfin_mac.*
1170 M: vapier.adi@gmail.com
1171 L: uclinux-dist-devel@blackfin.uclinux.org
1172 W: http://blackfin.uclinux.org
1174 F: drivers/rtc/rtc-bfin.c
1176 BLACKFIN SERIAL DRIVER
1178 M: sonic.zhang@analog.com
1179 L: uclinux-dist-devel@blackfin.uclinux.org
1180 W: http://blackfin.uclinux.org
1182 F: drivers/serial/bfin_5xx.c
1184 BLACKFIN WATCHDOG DRIVER
1186 M: vapier.adi@gmail.com
1187 L: uclinux-dist-devel@blackfin.uclinux.org
1188 W: http://blackfin.uclinux.org
1190 F: drivers/watchdog/bfin_wdt.c
1192 BLACKFIN I2C TWI DRIVER
1194 M: sonic.zhang@analog.com
1195 L: uclinux-dist-devel@blackfin.uclinux.org
1196 W: http://blackfin.uclinux.org/
1198 F: drivers/i2c/busses/i2c-bfin-twi.c
1203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1209 M: joern@lazybastard.org
1210 L: linux-mtd@lists.infradead.org
1212 F: drivers/mtd/devices/block2mtd.c
1216 M: marcel@holtmann.org
1217 L: linux-bluetooth@vger.kernel.org
1218 W: http://www.bluez.org/
1220 F: drivers/bluetooth/
1224 M: marcel@holtmann.org
1225 L: linux-bluetooth@vger.kernel.org
1226 W: http://www.bluez.org/
1227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1230 F: include/net/bluetooth/
1235 L: bonding-devel@lists.sourceforge.net
1236 W: http://sourceforge.net/projects/bonding/
1238 F: drivers/net/bonding/
1239 F: include/linux/if_bonding.h
1241 BROADCOM B44 10/100 ETHERNET DRIVER
1243 M: zambrano@broadcom.com
1244 L: netdev@vger.kernel.org
1246 F: drivers/net/b44.*
1248 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1250 M: mchan@broadcom.com
1251 L: netdev@vger.kernel.org
1253 F: drivers/net/bnx2.*
1254 F: drivers/net/bnx2_*
1256 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1258 M: eilong@broadcom.com
1259 L: netdev@vger.kernel.org
1261 F: drivers/net/bnx2x*
1263 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1265 M: mcarlson@broadcom.com
1267 M: mchan@broadcom.com
1268 L: netdev@vger.kernel.org
1270 F: drivers/net/tg3.*
1272 BSG (block layer generic sg v4 driver)
1274 M: fujita.tomonori@lab.ntt.co.jp
1275 L: linux-scsi@vger.kernel.org
1278 F: include/linux/bsg.h
1283 W: http://bu3sch.de/btgpio.php
1285 F: drivers/gpio/bt8xxgpio.c
1289 M: chris.mason@oracle.com
1290 L: linux-btrfs@vger.kernel.org
1291 W: http://btrfs.wiki.kernel.org/
1292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1294 F: Documentation/filesystems/btrfs.txt
1297 BTTV VIDEO4LINUX DRIVER
1298 P: Mauro Carvalho Chehab
1299 M: mchehab@infradead.org
1300 L: linux-media@vger.kernel.org
1301 W: http://linuxtv.org
1302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1304 F: Documentation/video4linux/bttv/
1305 F: drivers/media/video/bt8xx/bttv*
1307 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1309 M: dhowells@redhat.com
1310 L: linux-cachefs@redhat.com
1312 F: Documentation/filesystems/caching/cachefiles.txt
1315 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1318 L: linux-media@vger.kernel.org
1319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1321 F: Documentation/video4linux/cafe_ccic
1322 F: drivers/media/video/cafe_ccic*
1324 CALGARY x86-64 IOMMU
1329 L: discuss@x86-64.org
1331 F: arch/x86/kernel/pci-calgary_64.c
1332 F: arch/x86/kernel/tce_64.c
1333 F: arch/x86/include/asm/calgary.h
1334 F: arch/x86/include/asm/tce.h
1338 M: urs.thuermann@volkswagen.de
1340 M: oliver.hartkopp@volkswagen.de
1341 L: socketcan-core@lists.berlios.de (subscribers-only)
1342 W: http://developer.berlios.de/projects/socketcan/
1345 F: include/linux/can/
1346 F: include/linux/can.h
1349 P: Wolfgang Grandegger
1350 M: wg@grandegger.com
1351 L: socketcan-core@lists.berlios.de (subscribers-only)
1352 W: http://developer.berlios.de/projects/socketcan/
1355 CELL BROADBAND ENGINE ARCHITECTURE
1358 L: linuxppc-dev@ozlabs.org
1359 L: cbe-oss-dev@ozlabs.org
1360 W: http://www.ibm.com/developerworks/power/cell/
1362 F: arch/powerpc/include/asm/cell*.h
1363 F: arch/powerpc/include/asm/spu*.h
1364 F: arch/powerpc/oprofile/*cell*
1365 F: arch/powerpc/platforms/cell/
1367 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1369 M: david.vrabel@csr.com
1370 L: linux-usb@vger.kernel.org
1372 F: Documentation/usb/WUSB-Design-overview.txt
1373 F: Documentation/usb/wusb-cbaf
1374 F: drivers/usb/wusbcore/
1375 F: include/linux/usb/wusb*
1377 CFAG12864B LCD DRIVER
1378 P: Miguel Ojeda Sandonis
1379 M: miguel.ojeda.sandonis@gmail.com
1380 W: http://miguelojeda.es/auxdisplay.htm
1381 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1383 F: drivers/auxdisplay/cfag12864b.c
1384 F: include/linux/cfag12864b.h
1386 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1387 P: Miguel Ojeda Sandonis
1388 M: miguel.ojeda.sandonis@gmail.com
1389 W: http://miguelojeda.es/auxdisplay.htm
1390 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1392 F: drivers/auxdisplay/cfag12864bfb.c
1393 F: include/linux/cfag12864b.h
1395 CFG80211 and NL80211
1397 M: johannes@sipsolutions.net
1398 L: linux-wireless@vger.kernel.org
1400 F: include/linux/nl80211.h
1401 F: include/net/cfg80211.h
1403 X: net/wireless/wext*
1407 M: apw@canonical.com
1409 F: scripts/checkpatch.pl
1411 CISCO 10G ETHERNET DRIVER
1413 M: scofeldm@cisco.com
1415 M: jeykholt@cisco.com
1417 F: drivers/net/enic/
1419 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1420 P: Lennert Buytenhek
1421 M: kernel@wantstofly.org
1422 L: netdev@vger.kernel.org
1424 F: drivers/net/arm/ep93xx_eth.c
1426 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1427 P: Lennert Buytenhek
1428 M: kernel@wantstofly.org
1429 L: linux-usb@vger.kernel.org
1431 F: drivers/usb/host/ohci-ep93xx.c
1433 CIRRUS LOGIC CS4270 SOUND DRIVER
1435 M: timur@freescale.com
1436 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1438 F: sound/soc/codecs/cs4270*
1440 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1441 P: Cirrus Logic Corporation (kernel 2.2 driver)
1442 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1443 P: Nils Faerber (port to kernel 2.4)
1444 M: Nils Faerber <nils@kernelconcepts.de>
1446 F: Documentation/input/cs461x.txt
1447 F: sound/pci/cs46xx/
1451 M: linux@arm.linux.org.uk
1452 F: include/linux/clk.h
1454 CISCO FCOE HBA DRIVER
1455 P: Abhijeet Joglekar
1456 M: abjoglek@cisco.com
1458 M: jeykholt@cisco.com
1459 L: linux-scsi@vger.kernel.org
1461 F: drivers/scsi/fnic/
1465 M: jaharkes@cs.cmu.edu
1467 L: codalist@coda.cs.cmu.edu
1468 W: http://www.coda.cs.cmu.edu/
1470 F: Documentation/filesystems/coda.txt
1472 F: include/linux/coda*.h
1474 COMMON INTERNET FILE SYSTEM (CIFS)
1476 M: sfrench@samba.org
1477 L: linux-cifs-client@lists.samba.org
1478 L: samba-technical@lists.samba.org
1479 W: http://linux-cifs.samba.org/
1480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1482 F: Documentation/filesystems/cifs.txt
1485 COMPACTPCI HOTPLUG CORE
1487 M: scottm@somanetworks.com
1488 M: scott@spiteful.org
1489 L: linux-pci@vger.kernel.org
1491 F: drivers/pci/hotplug/cpci_hotplug*
1493 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1495 M: scottm@somanetworks.com
1496 M: scott@spiteful.org
1497 L: linux-pci@vger.kernel.org
1499 F: drivers/pci/hotplug/cpcihp_zt5550.*
1501 COMPACTPCI HOTPLUG GENERIC DRIVER
1503 M: scottm@somanetworks.com
1504 M: scott@spiteful.org
1505 L: linux-pci@vger.kernel.org
1507 F: drivers/pci/hotplug/cpcihp_generic.c
1509 COMPAL LAPTOP SUPPORT
1510 P: Cezary Jackiewicz
1511 M: cezary.jackiewicz@gmail.com
1513 F: drivers/platform/x86/compal-laptop.c
1515 COMPUTONE INTELLIPORT MULTIPORT CARD
1516 P: Michael H. Warfield
1518 W: http://www.wittsend.com/computone.html
1520 F: Documentation/serial/computone.txt
1521 F: drivers/char/ip2/
1523 CONEXANT ACCESSRUNNER USB DRIVER
1525 M: cxacru@fire.lp0.eu
1526 L: accessrunner-general@lists.sourceforge.net
1527 W: http://accessrunner.sourceforge.net/
1529 F: drivers/usb/atm/cxacru.c
1533 M: joel.becker@oracle.com
1536 F: include/linux/configfs.h
1538 CONTROL GROUPS (CGROUPS)
1540 M: menage@google.com
1542 M: lizf@cn.fujitsu.com
1543 L: containers@lists.linux-foundation.org
1545 F: include/linux/cgroup*
1549 CORETEMP HARDWARE MONITORING DRIVER
1551 M: r.marek@assembler.cz
1552 L: lm-sensors@lm-sensors.org
1554 F: Documentation/hwmon/coretemp
1555 F: drivers/hwmon/coretemp.c
1557 COSA/SRP SYNC SERIAL DRIVER
1558 P: Jan "Yenya" Kasprzak
1560 W: http://www.fi.muni.cz/~kas/cosa/
1562 F: drivers/net/wan/cosa*
1564 CPMAC ETHERNET DRIVER
1566 M: florian@openwrt.org
1567 L: netdev@vger.kernel.org
1569 F: drivers/net/cpmac.c
1571 CPU FREQUENCY DRIVERS
1574 L: cpufreq@vger.kernel.org
1575 W: http://www.codemonkey.org.uk/projects/cpufreq/
1576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1578 F: arch/x86/kernel/cpu/cpufreq/
1580 F: include/linux/cpufreq.h
1586 F: arch/x86/kernel/cpuid.c
1587 F: arch/x86/kernel/msr.c
1591 M: menage@google.com
1592 W: http://www.bullopensource.org/cpuset/
1593 W: http://oss.sgi.com/projects/cpusets/
1595 F: Documentation/cgroups/cpusets.txt
1596 F: include/linux/cpuset.h
1600 W: http://sourceforge.net/projects/cramfs/
1602 F: Documentation/filesystems/cramfs.txt
1609 M: jesper.nilsson@axis.com
1610 L: dev-etrax@axis.com
1611 W: http://developer.axis.com
1617 M: herbert@gondor.apana.org.au
1619 M: davem@davemloft.net
1620 L: linux-crypto@vger.kernel.org
1621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1623 F: Documentation/crypto/
1629 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1631 M: nhorman@tuxdriver.com
1632 L: linux-crypto@vger.kernel.org
1635 CS5535 Audio ALSA driver
1637 M: jayakumar.alsa@gmail.com
1639 F: sound/pci/cs5535audio/
1641 CX18 VIDEO4LINUX DRIVER
1643 M: hverkuil@xs4all.nl
1646 L: ivtv-devel@ivtvdriver.org
1647 L: ivtv-users@ivtvdriver.org
1648 L: linux-media@vger.kernel.org
1649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1650 W: http://linuxtv.org
1652 F: Documentation/video4linux/cx18.txt
1653 F: drivers/media/video/cx18/
1655 CXGB3 ETHERNET DRIVER (CXGB3)
1658 L: netdev@vger.kernel.org
1659 W: http://www.chelsio.com
1661 F: drivers/net/cxgb3/
1663 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1665 M: swise@chelsio.com
1666 L: general@lists.openfabrics.org
1667 W: http://www.openfabrics.org
1669 F: drivers/infiniband/hw/cxgb3/
1673 M: linux@arm.linux.org.uk
1674 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1675 W: http://www.arm.linux.org.uk/
1677 F: drivers/video/cyber2000fb.*
1679 CYCLADES 2X SYNC CARD DRIVER
1680 P: Arnaldo Carvalho de Melo
1681 M: acme@ghostprotocols.net
1682 W: http://oops.ghostprotocols.net:81/blog
1684 F: drivers/net/wan/cycx*
1686 CYCLADES ASYNC MUX DRIVER
1687 W: http://www.cyclades.com/
1689 F: drivers/char/cyclades.c
1690 F: include/linux/cyclades.h
1692 CYCLADES PC300 DRIVER
1693 W: http://www.cyclades.com/
1695 F: drivers/net/wan/pc300*
1697 DAMA SLAVE for AX.25
1700 W: http://yaina.de/jreuter/
1701 W: http://www.qsl.net/dl1bke/
1702 L: linux-hams@vger.kernel.org
1704 F: net/ax25/af_ax25.c
1705 F: net/ax25/ax25_dev.c
1706 F: net/ax25/ax25_ds_*
1707 F: net/ax25/ax25_in.c
1708 F: net/ax25/ax25_out.c
1709 F: net/ax25/ax25_timer.c
1710 F: net/ax25/sysctl_net_ax25.c
1712 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1714 M: tori@unhappy.mine.nu
1715 L: netdev@vger.kernel.org
1717 F: Documentation/networking/dmfe.txt
1718 F: drivers/net/tulip/dmfe.c
1720 DC390/AM53C974 SCSI driver
1723 W: http://www.garloff.de/kurt/linux/dc390/
1724 P: Guennadi Liakhovetski
1725 M: g.liakhovetski@gmx.de
1727 F: drivers/scsi/tmscsim.*
1731 M: oliver@neukum.name
1735 M: lenehan@twibble.org
1736 W: http://twibble.org/dist/dc395x/
1737 L: dc395x@twibble.org
1738 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1740 F: Documentation/scsi/dc395x.txt
1741 F: drivers/scsi/dc395x.*
1744 P: Arnaldo Carvalho de Melo
1745 M: acme@ghostprotocols.net
1746 L: dccp@vger.kernel.org
1747 W: http://linux-net.osdl.org/index.php/DCCP
1749 F: include/linux/dccp.h
1750 F: include/linux/tfrc.h
1753 DECnet NETWORK LAYER
1754 P: Christine Caulfield
1755 M: christine.caulfield@googlemail.com
1756 W: http://linux-decnet.sourceforge.net
1757 L: linux-decnet-user@lists.sourceforge.net
1759 F: Documentation/networking/decnet.txt
1762 DEFXX FDDI NETWORK DRIVER
1763 P: Maciej W. Rozycki
1764 M: macro@linux-mips.org
1766 F: drivers/net/defxx.*
1770 M: mjg59@srcf.ucam.org
1772 F: drivers/platform/x86/dell-laptop.c
1774 DELL LAPTOP SMM DRIVER
1775 P: Massimo Dal Zotto
1777 W: http://www.debian.org/~dz/i8k/
1779 F: drivers/char/i8k.c
1780 F: include/linux/i8k.h
1782 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1784 M: Douglas_Warzecha@dell.com
1786 F: Documentation/dcdbas.txt
1787 F: drivers/firmware/dcdbas.*
1789 DELL WMI EXTRAS DRIVER
1791 M: mjg59@srcf.ucam.org
1794 DEVICE NUMBER REGISTRY
1796 M: device@lanana.org
1797 W: http://lanana.org/docs/device-list/index.html
1802 L: dm-devel@redhat.com
1803 W: http://sources.redhat.com/dm
1805 F: Documentation/device-mapper/
1807 F: include/linux/device-mapper.h
1808 F: include/linux/dm-*.h
1810 DIGI INTL. EPCA DRIVER
1811 P: Digi International, Inc
1812 M: Eng.Linux@digi.com
1813 L: Eng.Linux@digi.com
1814 W: http://www.digi.com
1816 F: Documentation/serial/digiepca.txt
1817 F: drivers/char/epca*
1818 F: drivers/char/digi*
1820 DIRECTORY NOTIFICATION (DNOTIFY)
1822 M: eparis@parisplace.org
1824 F: Documentation/filesystems/dnotify.txt
1825 F: fs/notify/dnotify/
1826 F: include/linux/dnotify.h
1828 DISK GEOMETRY AND PARTITION HANDLING
1831 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1832 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1833 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1840 F: Documentation/filesystems/quota.txt
1842 F: include/linux/quota*.h
1844 DISTRIBUTED LOCK MANAGER (DLM)
1845 P: Christine Caulfield
1846 M: ccaulfie@redhat.com
1848 M: teigland@redhat.com
1849 L: cluster-devel@redhat.com
1850 W: http://sources.redhat.com/cluster/
1851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1855 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1857 M: maciej.sosnowski@intel.com
1859 M: dan.j.williams@intel.com
1862 F: include/linux/dma*
1864 DME1737 HARDWARE MONITOR DRIVER
1867 L: lm-sensors@lm-sensors.org
1869 F: Documentation/hwmon/dme1737
1870 F: drivers/hwmon/dme1737.c
1872 DOCBOOK FOR DOCUMENTATION
1874 M: rdunlap@xenotime.net
1877 DOCKING STATION DRIVER
1879 M: shaohua.li@intel.com
1880 L: linux-acpi@vger.kernel.org
1882 F: drivers/acpi/dock.c
1886 M: rdunlap@xenotime.net
1887 L: linux-doc@vger.kernel.org
1892 P: James R. Van Zandt
1893 M: jrv@vanzandt.mv.com
1894 L: blinux-list@redhat.com
1896 F: drivers/char/dtlk.c
1897 F: include/linux/dtlk.h
1899 DPT_I2O SCSI RAID DRIVER
1900 P: Adaptec OEM Raid Solutions
1901 M: aacraid@adaptec.com
1902 L: linux-scsi@vger.kernel.org
1903 W: http://www.adaptec.com/
1905 F: drivers/scsi/dpt*
1906 F: drivers/scsi/dpt/
1908 DRIVER CORE, KOBJECTS, AND SYSFS
1909 P: Greg Kroah-Hartman
1911 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1913 F: Documentation/kobject.txt
1916 F: include/linux/kobj*
1922 L: dri-devel@lists.sourceforge.net
1923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1929 M: romieu@fr.zoreil.com
1930 L: netdev@vger.kernel.org
1932 F: drivers/net/wan/dscc4.c
1934 DZ DECSTATION DZ11 SERIAL DRIVER
1935 P: Maciej W. Rozycki
1936 M: macro@linux-mips.org
1938 F: drivers/serial/dz.*
1940 EATA-DMA SCSI DRIVER
1942 M: mike@i-Connect.Net
1943 L: linux-eata@i-connect.net
1944 L: linux-scsi@vger.kernel.org
1946 F: drivers/scsi/eata*
1948 EATA ISA/EISA/PCI SCSI DRIVER
1950 M: ballabio_dario@emc.com
1951 L: linux-scsi@vger.kernel.org
1953 F: drivers/scsi/eata.c
1955 EATA-PIO SCSI DRIVER
1957 M: mike@i-Connect.Net
1958 L: linux-eata@i-connect.net
1959 L: linux-scsi@vger.kernel.org
1961 F: drivers/scsi/eata_pio.*
1965 M: bart.de.schuymer@pandora.be
1966 L: ebtables-user@lists.sourceforge.net
1967 L: ebtables-devel@lists.sourceforge.net
1968 W: http://ebtables.sourceforge.net/
1970 F: include/linux/netfilter_bridge/ebt_*.h
1971 F: net/bridge/netfilter/ebt*.c
1975 M: tyhicks@linux.vnet.ibm.com
1977 M: kirkland@canonical.com
1978 L: ecryptfs-devel@lists.launchpad.net
1979 W: https://launchpad.net/ecryptfs
1981 F: Documentation/filesystems/ecryptfs.txt
1986 M: dougthompson@xmission.com
1987 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1988 W: bluesmoke.sourceforge.net
1990 F: Documentation/edac.txt
1991 F: drivers/edac/edac_*
1992 F: include/linux/edac.h
1996 M: dougthompson@xmission.com
1998 M: borislav.petkov@amd.com
1999 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W: bluesmoke.sourceforge.net
2002 F: drivers/edac/amd64_edac*
2006 M: mark.gross@intel.com
2008 M: dougthompson@xmission.com
2009 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W: bluesmoke.sourceforge.net
2012 F: drivers/edac/e752x_edac.c
2016 M: dougthompson@xmission.com
2017 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 W: bluesmoke.sourceforge.net
2020 F: drivers/edac/e7xxx_edac.c
2024 M: tim@buttersideup.com
2025 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2026 W: bluesmoke.sourceforge.net
2028 F: drivers/edac/i82443bxgx_edac.c
2032 M: juhlenko@akamai.com
2033 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W: bluesmoke.sourceforge.net
2036 F: drivers/edac/i3000_edac.c
2040 M: dougthompson@xmission.com
2041 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2042 W: bluesmoke.sourceforge.net
2044 F: drivers/edac/i5000_edac.c
2047 P: Mauro Carvalho Chehab
2048 M: mchehab@redhat.com
2049 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W: bluesmoke.sourceforge.net
2052 F: drivers/edac/i5400_edac.c
2055 P: Ranganathan Desikan
2057 M: rdesikan@jetzbroadband.com
2058 M: arvind@acarlab.com
2059 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2060 W: bluesmoke.sourceforge.net
2062 F: drivers/edac/i82975x_edac.c
2067 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2068 W: bluesmoke.sourceforge.net
2070 F: drivers/edac/pasemi_edac.c
2074 M: tim@buttersideup.com
2075 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 W: bluesmoke.sourceforge.net
2078 F: drivers/edac/r82600_edac.c
2080 EEEPC LAPTOP EXTRAS DRIVER
2082 M: corentincj@iksaif.net
2083 L: acpi4asus-user@lists.sourceforge.net
2084 W: http://sourceforge.net/projects/acpi4asus
2086 F: drivers/platform/x86/eeepc-laptop.c
2089 W: http://aeschi.ch.eu.org/efs/
2093 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2095 M: hnguyen@de.ibm.com
2097 M: raisch@de.ibm.com
2098 L: general@lists.openfabrics.org
2100 F: drivers/infiniband/hw/ehca/
2104 M: paul.gortmaker@windriver.com
2108 M: dwmw2@infradead.org
2109 L: linux-embedded@vger.kernel.org
2112 EMULEX LPFC FC SCSI DRIVER
2114 M: james.smart@emulex.com
2115 L: linux-scsi@vger.kernel.org
2116 W: http://sourceforge.net/projects/lpfcxxxx
2118 F: drivers/scsi/lpfc/
2120 ENE CB710 FLASH CARD READER DRIVER
2121 P: Michał Mirosław
2122 M: mirq-linux@rere.qmqm.pl
2123 L: linux-kernel@vger.kernel.org
2125 F: drivers/misc/cb710/
2126 F: drivers/mmc/host/cb710-mmc.*
2127 F: include/linux/cb710.h
2129 EPSON 1355 FRAMEBUFFER DRIVER
2130 P: Christopher Hoover
2131 M: ch@murgatroid.com
2132 P: Christopher Hoover
2135 F: drivers/video/epson1355fb.c
2137 EPSON S1D13XXX FRAMEBUFFER DRIVER
2138 P: Kristoffer Ericson
2139 M: kristoffer.ericson@gmail.com
2141 F: drivers/video/s1d13xxxfb.c
2142 F: include/video/s1d13xxxfb.h
2144 ETHEREXPRESS-16 NETWORK DRIVER
2147 L: netdev@vger.kernel.org
2149 F: drivers/net/eexpress.*
2152 P: Stephen Hemminger
2153 M: shemminger@linux-foundation.org
2154 L: bridge@lists.linux-foundation.org
2155 W: http://www.linux-foundation.org/en/Net:Bridge
2157 F: include/linux/netfilter_bridge/
2160 ETHERTEAM 16I DRIVER
2164 F: drivers/net/eth16i.c
2167 L: linux-ext4@vger.kernel.org
2169 F: Documentation/filesystems/ext2.txt
2171 F: include/linux/ext2*
2177 M: akpm@linux-foundation.org
2180 L: linux-ext4@vger.kernel.org
2182 F: Documentation/filesystems/ext3.txt
2184 F: include/linux/ext3*
2191 L: linux-ext4@vger.kernel.org
2192 W: http://ext4.wiki.kernel.org
2194 F: Documentation/filesystems/ext4.txt
2197 F71805F HARDWARE MONITORING DRIVER
2199 M: khali@linux-fr.org
2200 L: lm-sensors@lm-sensors.org
2202 F: Documentation/hwmon/f71805f
2203 F: drivers/hwmon/f71805f.c
2205 FARSYNC SYNCHRONOUS DRIVER
2207 M: kevin.curtis@farsite.co.uk
2208 W: http://www.farsite.co.uk/
2210 F: drivers/net/wan/farsync.*
2212 FAULT INJECTION SUPPORT
2214 M: akinobu.mita@gmail.com
2216 F: Documentation/fault-injection/
2217 F: lib/fault-inject.c
2219 FILE LOCKING (flock() and fcntl()/lockf())
2222 L: linux-fsdevel@vger.kernel.org
2224 F: include/linux/fcntl.h
2225 F: include/linux/fs.h
2229 FILESYSTEMS (VFS and infrastructure)
2231 M: viro@zeniv.linux.org.uk
2232 L: linux-fsdevel@vger.kernel.org
2236 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2238 M: riku.vipio@iki.fi
2239 L: lm-sensors@lm-sensors.org
2241 F: drivers/hwmon/f75375s.c
2242 F: include/linux/f75375s.h
2245 P: Kristian Hoegsberg
2248 M: stefanr@s5r6.in-berlin.de
2249 L: linux1394-devel@lists.sourceforge.net
2250 W: http://www.linux1394.org/
2251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2253 F: drivers/firewire/
2254 F: include/linux/firewire*.h
2256 FIRMWARE LOADER (request_firmware)
2258 F: Documentation/firmware_class/
2259 F: drivers/base/firmware*.c
2260 F: include/linux/firmware.h
2264 M: billm@melbpc.org.au
2265 W: http://floatingpoint.sourceforge.net/emulator/index.html
2267 F: arch/x86/math-emu/
2269 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2271 M: mike.mclagan@linux.org
2272 L: netdev@vger.kernel.org
2274 F: drivers/net/wan/dlci.c
2275 F: drivers/net/wan/sdla.c
2278 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2279 W: http://linux-fbdev.sourceforge.net/
2281 F: Documentation/fb/
2282 F: drivers/video/fb*
2283 F: include/linux/fb.h
2285 FREESCALE DMA DRIVER
2287 M: leoli@freescale.com
2290 L: linuxppc-dev@ozlabs.org
2292 F: drivers/dma/fsldma.*
2294 FREESCALE I2C CPM DRIVER
2297 L: linuxppc-dev@ozlabs.org
2298 L: linux-i2c@vger.kernel.org
2300 F: drivers/i2c/busses/i2c-cpm.c
2302 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2304 M: kernel@pengutronix.de
2305 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2306 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2308 F: arch/arm/plat-mxc/include/mach/imxfb.h
2309 F: drivers/video/imxfb.c
2311 FREESCALE SOC FS_ENET DRIVER
2312 P: Pantelis Antoniou
2313 M: pantelis.antoniou@gmail.com
2315 M: vbordug@ru.mvista.com
2316 L: linuxppc-dev@ozlabs.org
2317 L: netdev@vger.kernel.org
2319 F: drivers/net/fs_enet/
2320 F: include/linux/fs_enet_pd.h
2322 FREESCALE QUICC ENGINE LIBRARY
2324 M: timur@freescale.com
2325 L: linuxppc-dev@ozlabs.org
2327 F: arch/powerpc/sysdev/qe_lib/
2328 F: arch/powerpc/include/asm/*qe.h
2330 FREESCALE HIGHSPEED USB DEVICE DRIVER
2332 M: leoli@freescale.com
2333 L: linux-usb@vger.kernel.org
2334 L: linuxppc-dev@ozlabs.org
2336 F: drivers/usb/gadget/fsl_usb2_udc.c
2338 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2340 M: leoli@freescale.com
2341 L: netdev@vger.kernel.org
2342 L: linuxppc-dev@ozlabs.org
2344 F: drivers/net/ucc_geth*
2346 FREESCALE QUICC ENGINE UCC UART DRIVER
2348 M: timur@freescale.com
2349 L: linuxppc-dev@ozlabs.org
2351 F: drivers/serial/ucc_uart.c
2353 FREESCALE SOC SOUND DRIVERS
2355 M: timur@freescale.com
2356 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2357 L: linuxppc-dev@ozlabs.org
2359 F: sound/soc/fsl/fsl*
2360 F: sound/soc/fsl/mpc8610_hpcd.c
2363 P: Christoph Hellwig
2364 M: hch@infradead.org
2365 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2372 P: Rafael J. Wysocki
2374 L: linux-pm@lists.linux-foundation.org
2376 F: Documentation/power/freezing-of-tasks.txt
2377 F: include/linux/freezer.h
2380 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2382 M: dhowells@redhat.com
2383 L: linux-cachefs@redhat.com
2385 F: Documentation/filesystems/caching/
2387 F: include/linux/fscache*.h
2391 M: rostedt@goodmis.org
2393 F: Documentation/ftrace.txt
2394 F: arch/*/*/*/ftrace.h
2395 F: arch/*/kernel/ftrace.c
2396 F: include/*/ftrace.h
2399 FUJITSU FR-V (FRV) PORT
2401 M: dhowells@redhat.com
2405 FUJITSU LAPTOP EXTRAS
2407 M: jwoithe@physics.adelaide.edu.au
2408 L: linux-acpi@vger.kernel.org
2410 F: drivers/platform/x86/fujitsu-laptop.c
2412 FUSE: FILESYSTEM IN USERSPACE
2414 M: miklos@szeredi.hu
2415 L: fuse-devel@lists.sourceforge.net
2416 W: http://fuse.sourceforge.net/
2419 F: include/linux/fuse.h
2421 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2424 L: linux-scsi@vger.kernel.org
2425 S: Odd Fixes (e.g., new signatures)
2426 F: drivers/scsi/fdomain.*
2428 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2430 M: achim_leubner@adaptec.com
2431 L: linux-scsi@vger.kernel.org
2432 W: http://www.icp-vortex.com/
2434 F: drivers/scsi/gdt*
2436 GENERIC GPIO I2C DRIVER
2437 P: Haavard Skinnemoen
2438 M: hskinnemoen@atmel.com
2440 F: drivers/i2c/busses/i2c-gpio.c
2441 F: include/linux/i2c-gpio.h
2443 GENERIC HDLC (WAN) DRIVERS
2446 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2448 F: drivers/net/wan/c101.c
2449 F: drivers/net/wan/hd6457*
2450 F: drivers/net/wan/hdlc*
2451 F: drivers/net/wan/n2.c
2452 F: drivers/net/wan/pc300too.c
2453 F: drivers/net/wan/pci200syn.c
2454 F: drivers/net/wan/wanxl*
2457 P: Steven Whitehouse
2458 M: swhiteho@redhat.com
2459 L: cluster-devel@redhat.com
2460 W: http://sources.redhat.com/cluster/
2461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2464 F: Documentation/filesystems/gfs2*.txt
2466 F: include/linux/gfs2_ondisk.h
2468 GIGASET ISDN DRIVERS
2473 L: gigaset307x-common@lists.sourceforge.net
2474 W: http://gigaset307x.sourceforge.net/
2476 F: Documentation/isdn/README.gigaset
2477 F: drivers/isdn/gigaset/
2478 F: include/linux/gigaset_dev.h
2480 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2482 M: frank@f-seidel.de
2483 L: lm-sensors@lm-sensors.org
2484 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2486 F: drivers/hwmon/hdaps.c
2488 HYPERVISOR VIRTUAL CONSOLE DRIVER
2489 L: linuxppc-dev@ozlabs.org
2491 F: drivers/char/hvc_*
2493 GSPCA FINEPIX SUBDRIVER
2496 L: linux-media@vger.kernel.org
2497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2499 F: drivers/media/video/gspca/finepix.c
2501 GSPCA M5602 SUBDRIVER
2503 M: erik.andren@gmail.com
2504 L: linux-media@vger.kernel.org
2505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2507 F: drivers/media/video/gspca/m5602/
2509 GSPCA PAC207 SONIXB SUBDRIVER
2511 M: hdegoede@redhat.com
2512 L: linux-media@vger.kernel.org
2513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2515 F: drivers/media/video/gspca/pac207.c
2517 GSPCA T613 SUBDRIVER
2518 P: Leandro Costantino
2519 M: lcostantino@gmail.com
2520 L: linux-media@vger.kernel.org
2521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2523 F: drivers/media/video/gspca/t613.c
2525 GSPCA USB WEBCAM DRIVER
2526 P: Jean-Francois Moine
2528 W: http://moinejf.free.fr
2529 L: linux-media@vger.kernel.org
2530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2532 F: drivers/media/video/gspca/
2535 L: lm-sensors@lm-sensors.org
2536 W: http://www.lm-sensors.org/
2540 HARDWARE RANDOM NUMBER GENERATOR CORE
2542 F: Documentation/hw_random.txt
2543 F: drivers/char/hw_random/
2544 F: include/linux/hw_random.h
2546 HARMONY SOUND DRIVER
2549 L: linux-parisc@vger.kernel.org
2551 F: sound/parisc/harmony.*
2553 HAYES ESP SERIAL DRIVER
2554 P: Andrew J. Robinson
2556 W: http://www.nyx.net/~arobinso
2558 F: Documentation/serial/hayes-esp.txt
2559 F: drivers/char/esp.c
2561 HEWLETT-PACKARD SMART2 RAID DRIVER
2563 M: chirag.kantharia@hp.com
2564 L: iss_storagedev@hp.com
2566 F: Documentation/blockdev/cpqarray.txt
2567 F: drivers/block/cpqarray.*
2569 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2571 M: mike.miller@hp.com
2572 L: iss_storagedev@hp.com
2574 F: Documentation/blockdev/cciss.txt
2575 F: drivers/block/cciss*
2576 F: include/linux/cciss_ioctl.h
2580 M: zippel@linux-m68k.org
2582 F: Documentation/filesystems/hfs.txt
2585 HGA FRAMEBUFFER DRIVER
2587 M: fero@drama.obuda.kando.hu
2588 L: linux-nvidia@lists.surfsouth.com
2589 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2591 F: drivers/video/hgafb.c
2593 HIBERNATION (aka Software Suspend, aka swsusp)
2596 P: Rafael J. Wysocki
2598 L: linux-pm@lists.linux-foundation.org
2601 F: drivers/base/power/
2603 F: include/linux/suspend.h
2604 F: include/linux/freezer.h
2605 F: include/linux/pm.h
2606 F: arch/*/include/asm/suspend*.h
2611 L: linux-input@vger.kernel.org
2612 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2615 F: include/linux/hid*
2617 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2619 M: tglx@linutronix.de
2621 F: Documentation/timers/
2623 F: include/linux/hrtimer.h
2625 HIGH-SPEED SCC DRIVER FOR AX.25
2627 M: klaus.kudielka@ieee.org
2628 L: linux-hams@vger.kernel.org
2629 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2631 F: drivers/net/hamradio/dmascc.c
2632 F: drivers/net/hamradio/scc.c
2634 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2635 P: HighPoint Linux Team
2636 M: linux@highpoint-tech.com
2637 W: http://www.highpoint-tech.com
2639 F: Documentation/scsi/hptiop.txt
2640 F: drivers/scsi/hptiop.c
2644 M: jes@trained-monkey.org
2645 L: linux-hippi@sunsite.dk
2647 F: include/linux/hippidevice.h
2648 F: include/linux/if_hippi.h
2654 L: hostap@shmoo.com (subscribers-only)
2655 L: linux-wireless@vger.kernel.org
2656 W: http://hostap.epitest.fi/
2658 F: drivers/net/wireless/hostap/
2660 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2662 M: carlos@strangeworlds.co.uk
2664 F: drivers/platform/x86/tc1100-wmi.c
2666 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2670 F: drivers/net/hp100.*
2672 HPET: High Precision Event Timers driver
2674 M: clemens@ladisch.de
2676 F: Documentation/timers/hpet.txt
2677 F: drivers/char/hpet.c
2678 F: include/linux/hpet.h
2681 P: Venkatesh Pallipadi (Venki)
2682 M: venkatesh.pallipadi@intel.com
2684 F: arch/x86/kernel/hpet.c
2685 F: arch/x86/include/asm/hpet.h
2696 F: drivers/char/hpet.c
2700 M: mikulas@artax.karlin.mff.cuni.cz
2701 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2707 M: j.dumon@option.com
2708 W: http://www.pharscape.org
2710 F: drivers/net/usb/hso.c
2712 HTCPEN TOUCHSCREEN DRIVER
2715 L: linux-input@vger.kernel.org
2717 F: drivers/input/touchscreen/htcpen.c
2721 M: wli@holomorphy.com
2725 I2C/SMBUS STUB DRIVER
2727 M: mhoffman@lightlink.com
2728 L: linux-i2c@vger.kernel.org
2730 F: drivers/i2c/busses/i2c-stub.c
2733 P: Jean Delvare (PC drivers, core)
2734 M: khali@linux-fr.org
2735 P: Ben Dooks (embedded platforms)
2736 M: ben-linux@fluff.org
2737 L: linux-i2c@vger.kernel.org
2738 W: http://i2c.wiki.kernel.org/
2739 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2741 F: Documentation/i2c/
2743 F: include/linux/i2c.h
2744 F: include/linux/i2c-dev.h
2745 F: include/linux/i2c-id.h
2750 L: linux-i2c@vger.kernel.org
2751 W: http://www.harbaum.org/till/i2c_tiny_usb
2753 F: drivers/i2c/busses/i2c-tiny-usb.c
2761 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2767 IA64 (Itanium) PLATFORM
2769 M: tony.luck@intel.com
2770 L: linux-ia64@vger.kernel.org
2771 W: http://www.ia64-linux.org/
2772 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2776 IBM MCA SCSI SUBSYSTEM DRIVER
2778 M: langa2@kph.uni-mainz.de
2779 W: http://www.uni-mainz.de/~langm000/linux.html
2781 F: drivers/scsi/ibmmca.c
2783 IBM Power Linux RAID adapter
2785 M: brking@us.ibm.com
2787 F: drivers/scsi/ipr.*
2789 IBM ServeRAID RAID DRIVER
2792 M: ipslinux@adaptec.com
2793 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2795 F: drivers/scsi/ips.*
2798 P: Bartlomiej Zolnierkiewicz
2799 M: bzolnier@gmail.com
2800 L: linux-ide@vger.kernel.org
2801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2803 F: Documentation/ide/
2805 F: include/linux/ide.h
2809 M: petkovbb@gmail.com
2810 L: linux-ide@vger.kernel.org
2812 F: Documentation/cdrom/ide-cd
2813 F: drivers/ide/ide-cd*
2817 M: andrew.d.henroid@intel.com
2818 L: linux-pm@lists.linux-foundation.org
2820 F: drivers/idle/i7300_idle.c
2824 M: ben.collins@ubuntu.com
2826 M: stefanr@s5r6.in-berlin.de
2827 L: linux1394-devel@lists.sourceforge.net
2828 W: http://www.linux1394.org/
2829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2831 F: drivers/ieee1394/
2833 IEEE 1394 RAW I/O DRIVER
2837 M: stefanr@s5r6.in-berlin.de
2838 L: linux1394-devel@lists.sourceforge.net
2840 F: drivers/ieee1394/raw1394*
2842 IEEE 802.15.4 SUBSYSTEM
2843 P: Dmitry Eremin-Solenikov
2844 M: dbaryshkov@gmail.com
2846 M: slapin@ossfans.org
2847 L: linux-zigbee-devel@lists.sourceforge.net
2848 W: http://apps.sourceforge.net/trac/linux-zigbee
2849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2852 F: drivers/ieee801254/
2854 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2858 F: security/integrity/ima/
2860 IMS TWINTURBO FRAMEBUFFER DRIVER
2861 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2863 F: drivers/video/imsttfb.c
2865 INFINIBAND SUBSYSTEM
2867 M: rolandd@cisco.com
2869 M: sean.hefty@intel.com
2871 M: hal.rosenstock@gmail.com
2872 L: general@lists.openfabrics.org (moderated for non-subscribers)
2873 W: http://www.openib.org/
2874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2876 F: Documentation/infiniband/
2877 F: drivers/infiniband/
2878 F: include/linux/if_infiniband.h
2882 M: john@johnmccutchan.com
2886 M: eparis@parisplace.org
2888 F: Documentation/filesystems/inotify.txt
2889 F: fs/notify/inotify/
2890 F: include/linux/inotify.h
2892 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2894 M: dmitry.torokhov@gmail.com
2896 L: linux-input@vger.kernel.org
2897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2901 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2903 M: sylvain.meyer@worldonline.fr
2904 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2906 F: Documentation/fb/intelfb.txt
2907 F: drivers/video/intelfb/
2909 INTEL 810/815 FRAMEBUFFER DRIVER
2911 M: adaplas@gmail.com
2912 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2914 F: drivers/video/i810/
2916 INTEL MENLOW THERMAL DRIVER
2918 M: sujith.thomas@intel.com
2919 L: linux-acpi@vger.kernel.org
2920 W: http://www.lesswatts.org/projects/acpi/
2922 F: drivers/platform/x86/intel_menlow.c
2924 INTEL IA32 MICROCODE UPDATE SUPPORT
2926 M: tigran@aivazian.fsnet.co.uk
2928 F: arch/x86/kernel/microcode_core.c
2929 F: arch/x86/kernel/microcode_intel.c
2931 INTEL I/OAT DMA DRIVER
2933 M: maciej.sosnowski@intel.com
2935 F: drivers/dma/ioat*
2939 M: dwmw2@infradead.org
2940 L: iommu@lists.linux-foundation.org
2941 T: git git://git.infradead.org/iommu-2.6.git
2943 F: drivers/pci/intel-iommu.c
2944 F: include/linux/intel-iommu.h
2946 INTEL IOP-ADMA DMA DRIVER
2948 M: dan.j.williams@intel.com
2950 F: drivers/dma/iop-adma.c
2952 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2956 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2957 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2958 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2959 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2960 F: drivers/net/arm/ixp4xx_eth.c
2961 F: drivers/net/wan/ixp4xx_hss.c
2963 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2965 M: dsaxena@plexity.net
2967 F: drivers/char/hw_random/ixp4xx-rng.c
2969 INTEL IXP2000 ETHERNET DRIVER
2970 P: Lennert Buytenhek
2971 M: kernel@wantstofly.org
2972 L: netdev@vger.kernel.org
2974 F: drivers/net/ixp2000/
2976 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2978 M: jeffrey.t.kirsher@intel.com
2980 M: jesse.brandeburg@intel.com
2982 M: bruce.w.allan@intel.com
2984 M: peter.p.waskiewicz.jr@intel.com
2986 M: john.ronciak@intel.com
2987 L: e1000-devel@lists.sourceforge.net
2988 W: http://e1000.sourceforge.net/
2990 F: drivers/net/e100.c
2991 F: drivers/net/e1000/
2992 F: drivers/net/e1000e/
2994 F: drivers/net/ixgb/
2995 F: drivers/net/ixgbe/
2997 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3001 M: jketreno@linux.intel.com
3003 M: reinette.chatre@intel.com
3004 L: linux-wireless@vger.kernel.org
3005 L: ipw2100-devel@lists.sourceforge.net
3006 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3007 W: http://ipw2100.sourceforge.net
3009 F: Documentation/networking/README.ipw2100
3010 F: drivers/net/wireless/ipw2x00/ipw2100.*
3012 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3016 M: jketreno@linux.intel.com
3018 M: reinette.chatre@intel.com
3019 L: linux-wireless@vger.kernel.org
3020 L: ipw2100-devel@lists.sourceforge.net
3021 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3022 W: http://ipw2200.sourceforge.net
3024 F: Documentation/networking/README.ipw2200
3025 F: drivers/net/wireless/ipw2x00/ipw2200.*
3027 INTEL WIRELESS WIMAX CONNECTION 2400
3028 P: Inaky Perez-Gonzalez
3029 M: inaky.perez-gonzalez@intel.com
3030 M: linux-wimax@intel.com
3031 L: wimax@linuxwimax.org
3033 W: http://linuxwimax.org
3034 F: Documentation/wimax/README.i2400m
3035 F: drivers/net/wimax/i2400m/
3036 F: include/linux/wimax/i2400m.h
3038 INTEL WIRELESS WIFI LINK (iwlwifi)
3042 M: reinette.chatre@intel.com
3043 L: linux-wireless@vger.kernel.org
3044 L: ipw3945-devel@lists.sourceforge.net
3045 W: http://intellinuxwireless.org
3046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3048 F: drivers/net/wireless/iwlwifi/
3050 IOC3 ETHERNET DRIVER
3052 M: ralf@linux-mips.org
3053 L: linux-mips@linux-mips.org
3055 F: drivers/net/ioc3-eth.c
3060 L: linux-mips@linux-mips.org
3062 F: drivers/serial/ioc3_serial.c
3066 M: jjciarla@raiz.uncu.edu.ar
3068 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3070 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3072 M: romieu@fr.zoreil.com
3074 M: sorbica@icplus.com.tw
3076 M: jesse@icplus.com.tw
3077 L: netdev@vger.kernel.org
3079 F: drivers/net/ipg.c
3083 M: infinipath@qlogic.com
3084 L: general@lists.openfabrics.org
3085 T: git git://git.qlogic.com/ipath-linux-2.6
3087 F: drivers/infiniband/hw/ipath/
3092 L: openipmi-developer@lists.sourceforge.net
3093 W: http://openipmi.sourceforge.net/
3095 F: Documentation/IPMI.txt
3096 F: drivers/char/ipmi/
3097 F: include/linux/ipmi*
3099 IPS SCSI RAID DRIVER
3100 P: Adaptec OEM Raid Solutions
3101 M: aacraid@adaptec.com
3102 L: linux-scsi@vger.kernel.org
3103 W: http://www.adaptec.com/
3105 F: drivers/scsi/ips*
3109 M: wensong@linux-vs.org
3111 M: horms@verge.net.au
3114 L: netdev@vger.kernel.org
3115 L: lvs-devel@vger.kernel.org
3117 F: Documentation/networking/ipvs-sysctl.txt
3118 F: net/netfilter/ipvs/
3126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3127 F: drivers/char/pcmcia/ipwireless/
3130 P: Arnaldo Carvalho de Melo
3131 M: acme@ghostprotocols.net
3132 L: netdev@vger.kernel.org
3134 F: include/linux/ipx.h
3135 F: include/net/ipx.h
3140 M: samuel@sortiz.org
3141 L: irda-users@lists.sourceforge.net (subscribers-only)
3142 W: http://irda.sourceforge.net/
3144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3145 F: Documentation/networking/irda.txt
3146 F: drivers/net/irda/
3147 F: include/net/irda/
3154 F: Documentation/isapnp.txt
3155 F: drivers/pnp/isapnp/
3156 F: include/linux/isapnp.h
3160 M: michaelc@cs.wisc.edu
3161 L: open-iscsi@googlegroups.com
3162 W: www.open-iscsi.org
3163 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3165 F: drivers/scsi/*iscsi*
3166 F: include/scsi/*iscsi*
3170 M: isdn@linux-pingi.de
3171 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3172 W: http://www.isdn4linux.de
3173 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3175 F: Documentation/isdn/
3177 F: include/linux/isdn.h
3178 F: include/linux/isdn/
3180 ISDN SUBSYSTEM (Eicon active card driver)
3183 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3184 W: http://www.melware.de
3186 F: drivers/isdn/hardware/eicon/
3188 IVTV VIDEO4LINUX DRIVER
3190 M: hverkuil@xs4all.nl
3191 L: ivtv-devel@ivtvdriver.org
3192 L: ivtv-users@ivtvdriver.org
3193 L: linux-media@vger.kernel.org
3194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3195 W: http://www.ivtvdriver.org
3197 F: Documentation/video4linux/*.ivtv
3198 F: drivers/media/video/ivtv/
3199 F: include/linux/ivtv*
3203 M: shaggy@austin.ibm.com
3204 L: jfs-discussion@lists.sourceforge.net
3205 W: http://jfs.sourceforge.net/
3206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3208 F: Documentation/filesystems/jfs.txt
3213 M: cooldavid@cooldavid.org
3214 L: netdev@vger.kernel.org
3216 F: drivers/net/jme.*
3218 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3220 M: dwmw2@infradead.org
3221 L: linux-mtd@lists.infradead.org
3222 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3225 F: include/linux/jffs2.h
3226 F: include/mtd/jffs2-user.h
3228 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3232 M: akpm@linux-foundation.org
3233 L: linux-ext4@vger.kernel.org
3236 F: include/linux/ext*jbd*.h
3237 F: include/linux/jbd*.h
3239 K8TEMP HARDWARE MONITORING DRIVER
3241 M: r.marek@assembler.cz
3242 L: lm-sensors@lm-sensors.org
3244 F: Documentation/hwmon/k8temp
3245 F: drivers/hwmon/k8temp.c
3249 M: zippel@linux-m68k.org
3250 L: linux-kbuild@vger.kernel.org
3252 F: Documentation/kbuild/kconfig-language.txt
3257 M: vgoyal@redhat.com
3260 L: kexec@lists.infradead.org
3261 W: http://lse.sourceforge.net/kdump/
3263 F: Documentation/kdump/
3265 KERNEL AUTOMOUNTER (AUTOFS)
3268 L: autofs@linux.kernel.org
3272 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3275 L: autofs@linux.kernel.org
3282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3283 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3284 L: linux-kbuild@vger.kernel.org
3286 F: Documentation/kbuild/
3288 F: scripts/Makefile.*
3292 L: kernel-janitors@vger.kernel.org
3293 W: http://www.kerneljanitors.org/
3296 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3298 M: bfields@fieldses.org
3301 L: linux-nfs@vger.kernel.org
3302 W: http://nfs.sourceforge.net/
3305 F: include/linux/nfsd/
3309 F: include/linux/lockd/
3310 F: include/linux/sunrpc/
3312 KERNEL VIRTUAL MACHINE (KVM)
3315 L: kvm@vger.kernel.org
3316 W: http://kvm.qumranet.com
3318 F: Documentation/*/kvm.txt
3320 F: arch/*/include/asm/kvm*
3321 F: include/linux/kvm*
3324 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3326 M: joerg.roedel@amd.com
3327 L: kvm@vger.kernel.org
3328 W: http://kvm.qumranet.com
3330 F: arch/x86/include/asm/svm.h
3331 F: arch/x86/kvm/kvm_svm.h
3332 F: arch/x86/kvm/svm.c
3334 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3336 M: hollisb@us.ibm.com
3337 L: kvm-ppc@vger.kernel.org
3338 W: http://kvm.qumranet.com
3340 F: arch/powerpc/include/asm/kvm*
3341 F: arch/powerpc/kvm/
3343 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3345 M: xiantao.zhang@intel.com
3346 L: kvm-ia64@vger.kernel.org
3347 W: http://kvm.qumranet.com
3349 F: Documentation/ia64/kvm.txt
3350 F: arch/ia64/include/asm/kvm*
3353 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3356 P: Christian Borntraeger
3357 M: borntraeger@de.ibm.com
3358 M: linux390@de.ibm.com
3359 L: linux-s390@vger.kernel.org
3360 W: http://www.ibm.com/developerworks/linux/linux390/
3362 F: Documentation/s390/kvm.txt
3363 F: arch/s390/include/asm/kvm*
3368 M: ebiederm@xmission.com
3369 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3370 L: kexec@lists.infradead.org
3372 F: include/linux/kexec.h
3377 M: jason.wessel@windriver.com
3378 L: kgdb-bugreport@lists.sourceforge.net
3380 F: Documentation/DocBook/kgdb.tmpl
3381 F: drivers/misc/kgdbts.c
3382 F: drivers/serial/kgdboc.c
3383 F: include/linux/kgdb.h
3388 M: vegardno@ifi.uio.no
3390 M: penberg@cs.helsinki.fi
3391 L: linux-kernel@vger.kernel.org
3396 M: catalin.marinas@arm.com
3397 L: linux-kernel@vger.kernel.org
3399 F: Documentation/kmemleak.txt
3400 F: include/linux/kmemleak.h
3402 F: mm/kmemleak-test.c
3405 P: Eduard - Gabriel Munteanu
3406 M: eduard.munteanu@linux360.ro
3408 F: Documentation/trace/kmemtrace.txt
3409 F: include/trace/kmemtrace.h
3410 F: kernel/trace/kmemtrace.c
3413 P: Ananth N Mavinakayanahalli
3414 M: ananth@in.ibm.com
3415 P: Anil S Keshavamurthy
3416 M: anil.s.keshavamurthy@intel.com
3418 M: davem@davemloft.net
3420 M: mhiramat@redhat.com
3422 F: Documentation/kprobes.txt
3423 F: include/linux/kprobes.h
3426 KS0108 LCD CONTROLLER DRIVER
3427 P: Miguel Ojeda Sandonis
3428 M: miguel.ojeda.sandonis@gmail.com
3429 W: http://miguelojeda.es/auxdisplay.htm
3430 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3432 F: Documentation/auxdisplay/ks0108
3433 F: drivers/auxdisplay/ks0108.c
3434 F: include/linux/ks0108.h
3437 L: linux-x25@vger.kernel.org
3439 F: Documentation/networking/lapb-module.txt
3443 LASI 53c700 driver for PARISC
3444 P: James E.J. Bottomley
3445 M: James.Bottomley@HansenPartnership.com
3446 L: linux-scsi@vger.kernel.org
3448 F: Documentation/scsi/53c700.txt
3449 F: drivers/scsi/53c700*
3453 M: rpurdie@rpsys.net
3456 F: include/linux/leds.h
3458 LEGO USB Tower driver
3460 M: starblue@users.sourceforge.net
3461 L: legousb-devel@lists.sourceforge.net
3462 W: http://legousb.sourceforge.net/
3464 F: drivers/usb/misc/legousbtower.c
3468 M: rusty@rustcorp.com.au
3469 L: lguest@ozlabs.org
3470 W: http://lguest.ozlabs.org/
3472 F: Documentation/lguest/
3475 F: include/linux/lguest*.h
3476 F: arch/x86/include/asm/lguest*.h
3478 LINUX FOR IBM pSERIES (RS/6000)
3480 M: paulus@au.ibm.com
3481 W: http://www.ibm.com/linux/ltc/projects/ppc
3484 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3485 P: Benjamin Herrenschmidt
3486 M: benh@kernel.crashing.org
3489 W: http://www.penguinppc.org/
3490 L: linuxppc-dev@ozlabs.org
3491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3494 LINUX FOR POWER MACINTOSH
3495 P: Benjamin Herrenschmidt
3496 M: benh@kernel.crashing.org
3497 W: http://www.penguinppc.org/
3498 L: linuxppc-dev@ozlabs.org
3501 LINUX FOR POWERPC EMBEDDED MPC5XXX
3503 M: grant.likely@secretlab.ca
3504 L: linuxppc-dev@ozlabs.org
3505 T: git git://git.secretlab.ca/git/linux-2.6.git
3508 LINUX FOR POWERPC EMBEDDED PPC4XX
3510 M: jwboyer@linux.vnet.ibm.com
3512 M: mporter@kernel.crashing.org
3513 W: http://www.penguinppc.org/
3514 L: linuxppc-dev@ozlabs.org
3515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3518 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3520 M: grant.likely@secretlab.ca
3521 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3522 L: linuxppc-dev@ozlabs.org
3523 T: git git://git.secretlab.ca/git/linux-2.6.git
3526 LINUX FOR POWERPC EMBEDDED PPC8XX
3528 M: vitb@kernel.crashing.org
3530 M: marcelo@kvack.org
3531 W: http://www.penguinppc.org/
3532 L: linuxppc-dev@ozlabs.org
3535 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3537 M: galak@kernel.crashing.org
3538 W: http://www.penguinppc.org/
3539 L: linuxppc-dev@ozlabs.org
3542 LINUX FOR POWERPC PA SEMI PWRFICIENT
3545 W: http://www.pasemi.com/
3546 L: linuxppc-dev@ozlabs.org
3549 LINUX SECURITY MODULE (LSM) FRAMEWORK
3551 M: chrisw@sous-sol.org
3552 L: linux-security-module@vger.kernel.org
3553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3557 P: Arnaldo Carvalho de Melo
3558 M: acme@ghostprotocols.net
3560 F: include/linux/llc.h
3564 LIS3LV02D ACCELEROMETER DRIVER
3566 M: eric.piel@tremplin-utc.net
3568 F: Documentation/hwmon/lis3lv02d
3569 F: drivers/hwmon/lis3lv02d.*
3571 LM83 HARDWARE MONITOR DRIVER
3573 M: khali@linux-fr.org
3574 L: lm-sensors@lm-sensors.org
3576 F: Documentation/hwmon/lm83
3577 F: drivers/hwmon/lm83.c
3579 LM90 HARDWARE MONITOR DRIVER
3581 M: khali@linux-fr.org
3582 L: lm-sensors@lm-sensors.org
3584 F: Documentation/hwmon/lm90
3585 F: drivers/hwmon/lm90.c
3587 LOCKDEP AND LOCKSTAT
3589 M: peterz@infradead.org
3592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3594 F: Documentation/lockdep*.txt
3595 F: Documentation/lockstat.txt
3596 F: include/linux/lockdep.h
3599 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3600 P: Richard Russon (FlatCap)
3602 L: linux-ntfs-dev@lists.sourceforge.net
3603 W: http://www.linux-ntfs.org/content/view/19/37/
3605 F: Documentation/ldm.txt
3606 F: fs/partitions/ldm.*
3608 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3610 M: Eric.Moore@lsi.com
3612 L: DL-MPTFusionLinux@lsi.com
3613 L: linux-scsi@vger.kernel.org
3614 W: http://www.lsilogic.com/support
3616 F: drivers/message/fusion/
3618 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3621 L: linux-scsi@vger.kernel.org
3623 F: drivers/scsi/sym53c8xx_2/
3625 LTP (Linux Test Project)
3627 M: subrata@linux.vnet.ibm.com
3629 M: vapier@gentoo.org
3630 L: ltp-list@lists.sourceforge.net (subscribers-only)
3631 W: http://ltp.sourceforge.net/
3632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3637 M: takata@linux-m32r.org
3638 L: linux-m32r@ml.linux-m32r.org
3639 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3640 W: http://www.linux-m32r.org/
3645 P: Geert Uytterhoeven
3646 M: geert@linux-m68k.org
3648 M: zippel@linux-m68k.org
3649 L: linux-m68k@lists.linux-m68k.org
3650 W: http://www.linux-m68k.org/
3651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3656 M68K ON APPLE MACINTOSH
3659 W: http://www.mac.linux-m68k.org/
3660 L: linux-m68k@lists.linux-m68k.org
3667 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3673 M: johannes@sipsolutions.net
3674 L: linux-wireless@vger.kernel.org
3675 W: http://linuxwireless.org/
3676 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3678 F: Documentation/networking/mac80211-injection.txt
3679 F: include/net/mac80211.h
3682 MAC80211 PID RATE CONTROL
3684 M: stefano.brivio@polimi.it
3686 M: mattias.nissler@gmx.de
3687 L: linux-wireless@vger.kernel.org
3688 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3691 F: net/mac80211/rc80211_pid*
3696 L: netdev@vger.kernel.org
3698 F: drivers/net/macvlan.c
3699 F: include/linux/if_macvlan.h
3701 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3703 M: mtk.manpages@gmail.com
3704 W: http://www.kernel.org/doc/man-pages
3705 L: linux-man@vger.kernel.org
3708 MARVELL LIBERTAS WIRELESS DRIVER
3711 L: libertas-dev@lists.infradead.org
3713 F: drivers/net/wireless/libertas/
3715 MARVELL MV643XX ETHERNET DRIVER
3716 P: Lennert Buytenhek
3717 M: buytenh@marvell.com
3718 L: netdev@vger.kernel.org
3720 F: drivers/net/mv643xx_eth.*
3721 F: include/linux/mv643xx.h
3723 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3728 MARVELL YUKON / SYSKONNECT DRIVER
3730 M: mlindner@syskonnect.de
3732 M: rroesler@syskonnect.de
3733 W: http://www.syskonnect.com
3736 MATROX FRAMEBUFFER DRIVER
3738 M: vandrove@vc.cvut.cz
3739 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3741 F: drivers/video/matrox/matroxfb_*
3742 F: include/linux/matroxfb.h
3744 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3746 M: hjk@linutronix.de
3747 L: lm-sensors@lm-sensors.org
3749 F: Documentation/hwmon/max6650
3750 F: drivers/hwmon/max6650.c
3752 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3753 P: Mauro Carvalho Chehab
3754 M: mchehab@infradead.org
3755 P: LinuxTV.org Project
3756 L: linux-media@vger.kernel.org
3757 W: http://linuxtv.org
3758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3760 F: Documentation/dvb/
3761 F: Documentation/video4linux/
3764 F: include/linux/dvb/
3765 F: include/linux/videodev*.h
3767 MEGARAID SCSI DRIVERS
3769 M: megaraidlinux@lsi.com
3770 L: linux-scsi@vger.kernel.org
3771 W: http://megaraid.lsilogic.com
3773 F: Documentation/scsi/megaraid.txt
3774 F: drivers/scsi/megaraid.*
3775 F: drivers/scsi/megaraid/
3778 L: linux-mm@kvack.org
3779 W: http://www.linux-mm.org
3781 F: include/linux/mm.h
3784 MEMORY RESOURCE CONTROLLER
3786 M: balbir@linux.vnet.ibm.com
3789 P: KAMEZAWA Hiroyuki
3790 M: kamezawa.hiroyu@jp.fujitsu.com
3791 L: linux-mm@kvack.org
3795 MEMORY TECHNOLOGY DEVICES (MTD)
3797 M: dwmw2@infradead.org
3798 W: http://www.linux-mtd.infradead.org/
3799 L: linux-mtd@lists.infradead.org
3800 T: git git://git.infradead.org/mtd-2.6.git
3803 F: include/linux/mtd/
3806 MICROBLAZE ARCHITECTURE
3809 L: microblaze-uclinux@itee.uq.edu.au
3810 W: http://www.monstr.eu/fdt/
3811 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3817 M: oliver@neukum.name
3819 F: drivers/usb/image/microtek.*
3823 M: ralf@linux-mips.org
3824 W: http://www.linux-mips.org/
3825 L: linux-mips@linux-mips.org
3826 T: git git://git.linux-mips.org/pub/scm/linux.git
3828 F: Documentation/mips/
3831 MISCELLANEOUS MCA-SUPPORT
3833 M: James.Bottomley@HansenPartnership.com
3835 F: Documentation/ia64/mca.txt
3836 F: Documentation/mca.txt
3838 F: include/linux/mca*
3842 M: rusty@rustcorp.com.au
3844 F: include/linux/module.h
3847 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3849 M: stelian@popies.net
3850 W: http://popies.net/meye/
3852 F: Documentation/video4linux/meye.txt
3853 F: drivers/media/video/meye.*
3854 F: include/linux/meye.h
3856 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3859 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3861 F: drivers/mmc/host/imxmmc.*
3863 MOUSE AND MISC DEVICES [GENERAL]
3864 P: Alessandro Rubini
3865 M: rubini@ipvvis.unipv.it
3867 F: drivers/input/mouse/
3868 F: include/linux/gpio_mouse.h
3870 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3872 M: jirislaby@gmail.com
3874 F: Documentation/serial/moxa-smartio
3875 F: drivers/char/mxser.*
3878 P: Lennart Poettering
3879 M: mzxreary@0pointer.de
3880 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3881 W: http://0pointer.de/lennart/tchibo.html
3883 F: drivers/platform/x86/msi-laptop.c
3885 MULTIFUNCTION DEVICES (MFD)
3887 M: sameo@linux.intel.com
3888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3892 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3897 F: include/linux/mmc/
3899 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3901 M: dbrownell@users.sourceforge.net
3903 F: drivers/mmc/host/mmc_spi.c
3904 F: include/linux/spi/mmc_spi.h
3906 MULTISOUND SOUND DRIVER
3910 F: Documentation/sound/oss/MultiSound
3913 MULTITECH MULTIPORT CARD (ISICOM)
3915 M: jirislaby@gmail.com
3917 F: drivers/char/isicom.c
3918 F: include/linux/isicom.h
3920 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3922 M: felipe.balbi@nokia.com
3923 L: linux-usb@vger.kernel.org
3924 T: git git://gitorious.org/musb/mainline.git
3926 F: drivers/usb/musb/
3928 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3930 M: gallatin@myri.com
3933 L: netdev@vger.kernel.org
3934 W: http://www.myri.com/scs/download-Myri10GE.html
3936 F: drivers/net/myri10ge/
3938 NATSEMI ETHERNET DRIVER (DP8381x)
3940 M: thockin@hockin.org
3942 F: drivers/net/natsemi.c
3946 M: vandrove@vc.cvut.cz
3947 L: linware@sh.cvut.cz
3951 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3952 P: James E.J. Bottomley
3953 M: James.Bottomley@HansenPartnership.com
3954 L: linux-scsi@vger.kernel.org
3956 F: drivers/scsi/NCR_D700.*
3958 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3960 M: faisal.latif@intel.com
3962 M: chien.tin.tung@intel.com
3963 L: general@lists.openfabrics.org
3964 W: http://www.neteffect.com
3966 F: drivers/infiniband/hw/nes/
3968 NETEM NETWORK EMULATOR
3969 P: Stephen Hemminger
3970 M: shemminger@linux-foundation.org
3971 L: netem@lists.linux-foundation.org
3973 F: net/sched/sch_netem.c
3975 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3977 M: ram.vepa@neterion.com
3979 M: santosh.rastapur@neterion.com
3980 P: Sivakumar Subramani
3981 M: sivakumar.subramani@neterion.com
3982 P: Sreenivasa Honnur
3983 M: sreenivasa.honnur@neterion.com
3985 M: anil.murthy@neterion.com
3986 L: netdev@vger.kernel.org
3987 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3988 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3990 F: Documentation/networking/s2io.txt
3991 F: drivers/net/s2io*
3993 NETFILTER/IPTABLES/IPCHAINS
4001 L: netfilter-devel@vger.kernel.org
4002 L: netfilter@vger.kernel.org
4003 L: coreteam@netfilter.org
4004 W: http://www.netfilter.org/
4005 W: http://www.iptables.org/
4007 F: include/linux/netfilter*
4008 F: include/linux/netfilter/
4009 F: include/net/netfilter/
4010 F: net/*/netfilter.c
4016 M: paul.moore@hp.com
4017 W: http://netlabel.sf.net
4018 L: netdev@vger.kernel.org
4020 F: Documentation/netlabel/
4021 F: include/net/netlabel.h
4024 NETROM NETWORK LAYER
4026 M: ralf@linux-mips.org
4027 L: linux-hams@vger.kernel.org
4028 W: http://www.linux-ax25.org/
4030 F: include/linux/netrom.h
4031 F: include/net/netrom.h
4034 NETWORK BLOCK DEVICE (NBD)
4036 M: Paul.Clements@steeleye.com
4038 F: Documentation/blockdev/nbd.txt
4039 F: drivers/block/nbd.c
4040 F: include/linux/nbd.h
4042 NETWORKING [GENERAL]
4044 M: davem@davemloft.net
4045 L: netdev@vger.kernel.org
4046 W: http://www.linuxfoundation.org/en/Net
4047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4052 NETWORKING [IPv4/IPv6]
4054 M: davem@davemloft.net
4056 M: kuznet@ms2.inr.ac.ru
4057 P: Pekka Savola (ipv6)
4058 M: pekkas@netcore.fi
4060 M: jmorris@namei.org
4061 P: Hideaki YOSHIFUJI
4062 M: yoshfuji@linux-ipv6.org
4065 L: netdev@vger.kernel.org
4066 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4072 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4074 M: paul.moore@hp.com
4075 L: netdev@vger.kernel.org
4078 NETWORKING [WIRELESS]
4080 M: linville@tuxdriver.com
4081 L: linux-wireless@vger.kernel.org
4082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4085 F: include/net/ieee80211*
4086 F: include/net/wireless.h
4089 L: netdev@vger.kernel.org
4090 W: http://www.linuxfoundation.org/en/Net
4091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4095 NETXEN (1/10) GbE SUPPORT
4097 M: dhananjay@netxen.com
4098 L: netdev@vger.kernel.org
4099 W: http://www.netxen.com
4101 F: drivers/net/netxen/
4103 NFS, SUNRPC, AND LOCKD CLIENTS
4105 M: Trond.Myklebust@netapp.com
4106 L: linux-nfs@vger.kernel.org
4107 W: http://client.linux-nfs.org
4108 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4114 F: include/linux/lockd/
4115 F: include/linux/nfs*
4116 F: include/linux/sunrpc/
4118 NI5010 NETWORK DRIVER
4119 P: Jan-Pascal van Best
4120 M: janpascal@vanbest.org
4123 L: netdev@vger.kernel.org
4125 F: drivers/net/ni5010.*
4129 M: konishi.ryusuke@lab.ntt.co.jp
4131 W: http://www.nilfs.org/en/
4133 F: Documentation/filesystems/nilfs2.txt
4135 F: include/linux/nilfs2_fs.h
4137 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4139 M: yokota@netlab.is.tsukuba.ac.jp
4140 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4142 F: Documentation/scsi/NinjaSCSI.txt
4143 F: drivers/scsi/pcmcia/nsp_*
4145 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4147 M: gotom@debian.or.jp
4149 M: yokota@netlab.is.tsukuba.ac.jp
4150 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4152 F: Documentation/scsi/NinjaSCSI.txt
4153 F: drivers/scsi/nsp32*
4156 P: Anton Altaparmakov
4158 L: linux-ntfs-dev@lists.sourceforge.net
4159 W: http://www.linux-ntfs.org/
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4162 F: Documentation/filesystems/ntfs.txt
4165 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4167 M: adaplas@gmail.com
4168 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4170 F: drivers/video/riva/
4171 F: drivers/video/nvidia/
4174 P: Tony Lindgren <tony@atomide.com>
4176 L: linux-omap@vger.kernel.org
4177 W: http://www.muru.com/linux/omap/
4178 W: http://linux.omap.com/
4179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4183 OMAP CLOCK FRAMEWORK SUPPORT
4186 L: linux-omap@vger.kernel.org
4188 F: arch/arm/*omap*/*clock*
4190 OMAP POWER MANAGEMENT SUPPORT
4192 M: khilman@deeprootsystems.com
4193 L: linux-omap@vger.kernel.org
4195 F: arch/arm/*omap*/*pm*
4199 M: jhnikula@gmail.com
4200 L: alsa-devel@alsa-project.org (subscribers-only)
4201 L: linux-omap@vger.kernel.org
4205 OMAP FRAMEBUFFER SUPPORT
4207 M: imre.deak@nokia.com
4208 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4209 L: linux-omap@vger.kernel.org
4211 F: drivers/video/omap/
4215 M: jarkko.lavinen@nokia.com
4216 L: linux-kernel@vger.kernel.org
4217 L: linux-omap@vger.kernel.org
4219 F: drivers/mmc/host/*omap*
4221 OMAP RANDOM NUMBER GENERATOR SUPPORT
4223 M: dsaxena@plexity.net
4225 F: drivers/char/hw_random/omap-rng.c
4229 M: felipe.balbi@nokia.com
4231 M: dbrownell@users.sourceforge.net
4232 L: linux-usb@vger.kernel.org
4233 L: linux-omap@vger.kernel.org
4238 M: me@bobcopeland.com
4239 L: linux-karma-devel@lists.sourceforge.net
4241 F: Documentation/filesystems/omfs.txt
4244 OMNIKEY CARDMAN 4000 DRIVER
4246 M: laforge@gnumonks.org
4248 F: drivers/char/pcmcia/cm4000_cs.c
4249 F: include/linux/cm4000_cs.h
4251 OMNIKEY CARDMAN 4040 DRIVER
4253 M: laforge@gnumonks.org
4255 F: drivers/char/pcmcia/cm4040_cs.*
4257 OMNIVISION OV7670 SENSOR DRIVER
4260 L: linux-media@vger.kernel.org
4261 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4263 F: drivers/media/video/ov7670.c
4265 ONENAND FLASH DRIVER
4267 M: kyungmin.park@samsung.com
4268 L: linux-mtd@lists.infradead.org
4270 F: drivers/mtd/onenand/
4271 F: include/linux/mtd/onenand*.h
4273 ONSTREAM SCSI TAPE DRIVER
4276 L: osst-users@lists.sourceforge.net
4277 L: linux-scsi@vger.kernel.org
4279 F: drivers/scsi/osst*
4282 OPENCORES I2C BUS DRIVER
4284 M: jacmet@sunsite.dk
4285 L: linux-i2c@vger.kernel.org
4287 F: Documentation/i2c/busses/i2c-ocores
4288 F: drivers/i2c/busses/i2c-ocores.c
4292 M: robert.richter@amd.com
4293 L: oprofile-list@lists.sf.net
4296 F: drivers/oprofile/
4297 F: include/linux/oprofile.h
4299 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4303 M: joel.becker@oracle.com
4304 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4305 W: http://oss.oracle.com/projects/ocfs2/
4306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4308 F: Documentation/filesystems/ocfs2.txt
4309 F: Documentation/filesystems/dlmfs.txt
4316 M: hermes@gibson.dropbear.id.au
4317 L: linux-wireless@vger.kernel.org
4318 L: orinoco-users@lists.sourceforge.net
4319 L: orinoco-devel@lists.sourceforge.net
4320 W: http://www.nongnu.org/orinoco/
4322 F: drivers/net/wireless/orinoco/
4326 M: bharrosh@panasas.com
4328 M: bhalevy@panasas.com
4329 L: osd-dev@open-osd.org
4330 W: http://open-osd.org
4331 T: git git://git.open-osd.org/open-osd.git
4336 M: flamingice@sourmilk.net
4337 L: linux-wireless@vger.kernel.org
4338 W: http://prism54.org
4339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4341 F: drivers/net/wireless/p54/
4343 PA SEMI ETHERNET DRIVER
4346 L: netdev@vger.kernel.org
4348 F: drivers/net/pasemi_mac.*
4350 PA SEMI SMBUS DRIVER
4353 L: linux-i2c@vger.kernel.org
4355 F: drivers/i2c/busses/i2c-pasemi.c
4357 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4359 M: laforge@gnumonks.org
4361 F: drivers/platform/x86/panasonic-laptop.c
4363 PANASONIC MN10300/AM33 PORT
4365 M: dhowells@redhat.com
4367 M: yasutake.koichi@jp.panasonic.com
4368 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4369 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4371 F: Documentation/mn10300/
4374 PARALLEL PORT SUPPORT
4375 L: linux-parport@lists.infradead.org (subscribers-only)
4378 F: include/linux/parport*.h
4379 F: drivers/char/ppdev.c
4380 F: include/linux/ppdev.h
4382 PARAVIRT_OPS INTERFACE
4383 P: Jeremy Fitzhardinge
4384 M: jeremy@xensource.com
4386 M: chrisw@sous-sol.org
4388 M: akataria@vmware.com
4390 M: rusty@rustcorp.com.au
4391 L: virtualization@lists.osdl.org
4393 F: Documentation/ia64/paravirt_ops.txt
4394 F: arch/*/kernel/paravirt*
4395 F: arch/*/include/asm/paravirt.h
4397 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4400 L: linux-parport@lists.infradead.org (subscribers-only)
4401 W: http://www.torque.net/linux-pp.html
4403 F: Documentation/blockdev/paride.txt
4404 F: drivers/block/paride/
4411 L: linux-parisc@vger.kernel.org
4412 W: http://www.parisc-linux.org/
4413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4418 PC87360 HARDWARE MONITORING DRIVER
4420 M: jim.cromie@gmail.com
4421 L: lm-sensors@lm-sensors.org
4423 F: Documentation/hwmon/pc87360
4424 F: drivers/hwmon/pc87360.c
4428 M: jim.cromie@gmail.com
4430 F: drivers/char/pc8736x_gpio.c
4434 M: riku.voipio@iki.fi
4436 F: drivers/leds/leds-pca9532.c
4437 F: include/linux/leds-pca9532.h
4441 M: linas@austin.ibm.com
4442 L: linux-pci@vger.kernel.org
4444 F: Documentation/PCI/pci-error-recovery.txt
4445 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4449 M: jbarnes@virtuousgeek.org
4450 L: linux-pci@vger.kernel.org
4451 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4453 F: Documentation/PCI/
4455 F: include/linux/pci*
4458 P: Kristen Carlson Accardi
4459 M: kristen.c.accardi@intel.com
4460 L: linux-pci@vger.kernel.org
4462 F: drivers/pci/pcie/
4465 P: Linux PCMCIA Team
4466 L: linux-pcmcia@lists.infradead.org
4467 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4468 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4470 F: Documentation/pcmcia/
4474 PCNET32 NETWORK DRIVER
4476 M: pcnet32@verizon.net
4477 L: netdev@vger.kernel.org
4479 F: drivers/net/pcnet32.c
4481 PER-TASK DELAY ACCOUNTING
4483 M: balbir@linux.vnet.ibm.com
4485 F: include/linux/delayacct.h
4486 F: kernel/delayacct.c
4488 PERFORMANCE COUNTER SUBSYSTEM
4490 M: a.p.zijlstra@chello.nl
4495 L: linux-kernel@vger.kernel.org
4498 PERSONALITY HANDLING
4499 P: Christoph Hellwig
4500 M: hch@infradead.org
4501 L: linux-abi-devel@lists.sourceforge.net
4503 F: include/linux/personality.h
4507 M: joern@lazybastard.org
4508 L: linux-mtd@lists.infradead.org
4510 F: drivers/mtd/devices/phram.c
4514 M: petero2@telia.com
4516 F: drivers/block/pktcdvd.c
4517 F: include/linux/pktcdvd.h
4519 POSIX CLOCKS and TIMERS
4521 M: tglx@linutronix.de
4524 F: include/linux/timer*
4527 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4531 M: dwmw2@infradead.org
4532 T: git git://git.infradead.org/battery-2.6.git
4534 F: include/linux/power_supply.h
4535 F: drivers/power/power_supply*
4541 M: bjorn.helgaas@hp.com
4547 M: vitalywool@gmail.com
4548 L: linux-i2c@vger.kernel.org
4550 F: drivers/i2c/busses/i2c-pnx.c
4552 PPP PROTOCOL DRIVERS AND COMPRESSORS
4555 L: linux-ppp@vger.kernel.org
4557 F: drivers/net/ppp_*
4559 PPP OVER ATM (RFC 2364)
4560 P: Mitchell Blank Jr
4563 F: net/atm/pppoatm.c
4564 F: include/linux/atmppp.h
4568 M: mostrows@earthlink.net
4570 F: drivers/net/pppoe.c
4571 F: drivers/net/pppox.c
4575 M: jchapman@katalix.com
4577 F: drivers/net/pppol2tp.c
4578 F: include/linux/if_pppol2tp.h
4583 L: kpreempt-tech@lists.sourceforge.net
4584 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4586 F: Documentation/preempt-locking.txt
4587 F: include/linux/preempt.h
4589 PRISM54 WIRELESS DRIVER
4590 P: Luis R. Rodriguez
4592 L: linux-wireless@vger.kernel.org
4593 W: http://prism54.org
4595 F: drivers/net/wireless/prism54/
4597 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4599 M: promise@pnd-pc.demon.co.uk
4600 W: http://www.pnd-pc.demon.co.uk/promise/
4603 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4604 P: Mikael Pettersson
4606 L: linux-ide@vger.kernel.org
4608 F: drivers/ata/sata_promise.*
4612 M: geoffrey.levand@am.sony.com
4613 L: netdev@vger.kernel.org
4614 L: cbe-oss-dev@ozlabs.org
4616 F: drivers/net/ps3_gelic_net.*
4618 PS3 PLATFORM SUPPORT
4620 M: geoffrey.levand@am.sony.com
4621 L: linuxppc-dev@ozlabs.org
4622 L: cbe-oss-dev@ozlabs.org
4624 F: arch/powerpc/boot/ps3*
4625 F: arch/powerpc/include/asm/lv1call.h
4626 F: arch/powerpc/include/asm/ps3*.h
4627 F: arch/powerpc/platforms/ps3/
4630 F: drivers/rtc/rtc-ps3.c
4631 F: drivers/usb/host/*ps3.c
4632 F: sound/ppc/snd_ps3*
4637 L: cbe-oss-dev@ozlabs.org
4642 M: roland@redhat.com
4646 F: include/asm-generic/syscall.h
4647 F: include/linux/ptrace.h
4648 F: include/linux/regset.h
4649 F: include/linux/tracehook.h
4652 PVRUSB2 VIDEO4LINUX DRIVER
4655 L: pvrusb2@isely.net (subscribers-only)
4656 L: linux-media@vger.kernel.org
4657 W: http://www.isely.net/pvrusb2/
4658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4660 F: Documentation/video4linux/README.pvrusb2
4661 F: drivers/media/video/pvrusb2/
4663 PXA2xx/PXA3xx SUPPORT
4665 M: eric.y.miao@gmail.com
4667 M: linux@arm.linux.org.uk
4668 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4670 F: arch/arm/mach-pxa/
4671 F: drivers/pcmcia/pxa2xx*
4672 F: drivers/spi/pxa2xx*
4673 F: drivers/usb/gadget/pxa2*
4674 F: include/sound/pxa2xx-lib.h
4680 M: eric.y.miao@gmail.com
4682 M: jason.chagas@marvell.com
4683 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4689 M: eric.y.miao@gmail.com
4690 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4699 M: robert.jarzmik@free.fr
4700 L: rtc-linux@googlegroups.com
4703 QLOGIC QLA2XXX FC-SCSI DRIVER
4705 M: linux-driver@qlogic.com
4706 L: linux-scsi@vger.kernel.org
4708 F: Documentation/scsi/LICENSE.qla2xxx
4709 F: drivers/scsi/qla2xxx/
4711 QLOGIC QLA3XXX NETWORK DRIVER
4713 M: linux-driver@qlogic.com
4714 L: netdev@vger.kernel.org
4716 F: Documentation/networking/LICENSE.qla3xxx
4717 F: drivers/net/qla3xxx.*
4719 QLOGIC QLGE 10Gb ETHERNET DRIVER
4721 M: linux-driver@qlogic.com
4722 M: ron.mercer@qlogic.com
4723 L: netdev@vger.kernel.org
4725 F: drivers/net/qlge/
4730 W: http://www.alarsen.net/linux/qnx4fs/
4733 F: include/linux/qnx4_fs.h
4734 F: include/linux/qnxtypes.h
4736 RADEON FRAMEBUFFER DISPLAY DRIVER
4737 P: Benjamin Herrenschmidt
4738 M: benh@kernel.crashing.org
4739 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4741 F: drivers/video/aty/radeon*
4742 F: include/linux/radeonfb.h
4744 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4747 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4749 F: drivers/video/aty/aty128fb.c
4751 RALINK RT2X00 WIRELESS LAN DRIVER
4753 L: linux-wireless@vger.kernel.org
4754 L: users@rt2x00.serialmonkey.com
4755 W: http://rt2x00.serialmonkey.com/
4757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4758 F: drivers/net/wireless/rt2x00/
4760 RAMDISK RAM BLOCK DEVICE DRIVER
4764 F: Documentation/blockdev/ramdisk.txt
4765 F: drivers/block/brd.c
4767 RANDOM NUMBER DRIVER
4771 F: drivers/char/random.c
4775 M: mporter@kernel.crashing.org
4779 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4781 M: coreythomas@charter.net
4782 L: linux-wireless@vger.kernel.org
4784 F: drivers/net/wireless/ray*
4788 M: josh@freedesktop.org
4790 M: paulmck@linux.vnet.ibm.com
4792 F: Documentation/RCU/torture.txt
4793 F: kernel/rcutorture.c
4797 M: florian@openwrt.org
4800 RDC R6040 FAST ETHERNET DRIVER
4802 M: florian@openwrt.org
4803 L: netdev@vger.kernel.org
4805 F: drivers/net/r6040.c
4807 RDS - RELIABLE DATAGRAM SOCKETS
4809 M: andy.grover@oracle.com
4810 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4814 READ-COPY UPDATE (RCU)
4816 M: dipankar@in.ibm.com
4818 M: paulmck@linux.vnet.ibm.com
4819 W: http://www.rdrop.com/users/paulmck/rclock/
4821 F: Documentation/RCU/rcu.txt
4822 F: Documentation/RCU/rcuref.txt
4823 F: include/linux/rcupdate.h
4824 F: include/linux/srcu.h
4825 F: kernel/rcupdate.c
4827 REAL TIME CLOCK DRIVER
4829 M: p_gortmaker@yahoo.com
4831 F: Documentation/rtc.txt
4833 F: include/linux/rtc.h
4835 REAL TIME CLOCK (RTC) SUBSYSTEM
4837 M: a.zummo@towertech.it
4838 L: rtc-linux@googlegroups.com
4840 F: Documentation/rtc.txt
4842 F: include/linux/rtc.h
4844 REISERFS FILE SYSTEM
4845 L: reiserfs-devel@vger.kernel.org
4851 M: johannes@sipsolutions.net
4852 L: linux-wireless@vger.kernel.org
4854 F Documentation/rfkill.txt
4859 F: Documentation/serial/riscom8.txt
4860 F: drivers/char/riscom8*
4864 W: http://www.comtrol.com
4866 F: Documentation/serial/rocket.txt
4867 F: drivers/char/rocket*
4871 M: ralf@linux-mips.org
4872 L: linux-hams@vger.kernel.org
4873 W: http://www.linux-ax25.org/
4875 F: include/linux/rose.h
4876 F: include/net/rose.h
4879 RTL8180 WIRELESS DRIVER
4881 M: linville@tuxdriver.com
4882 L: linux-wireless@vger.kernel.org
4883 W: http://linuxwireless.org/
4884 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4886 F: drivers/net/wireless/rtl818*
4888 RTL8187 WIRELESS DRIVER
4889 P: Herton Ronaldo Krzesinski
4890 M: herton@mandriva.com.br
4892 M: htl10@users.sourceforge.net
4894 M: Larry.Finger@lwfinger.net
4895 L: linux-wireless@vger.kernel.org
4896 W: http://linuxwireless.org/
4897 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4899 F: drivers/net/wireless/rtl818x/rtl8187*
4901 S3 SAVAGE FRAMEBUFFER DRIVER
4903 M: adaplas@gmail.com
4904 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4906 F: drivers/video/savage/
4909 P: Martin Schwidefsky
4910 M: schwidefsky@de.ibm.com
4912 M: heiko.carstens@de.ibm.com
4913 M: linux390@de.ibm.com
4914 L: linux-s390@vger.kernel.org
4915 W: http://www.ibm.com/developerworks/linux/linux390/
4919 S390 NETWORK DRIVERS
4921 M: ursula.braun@de.ibm.com
4923 M: blaschka@linux.vnet.ibm.com
4924 M: linux390@de.ibm.com
4925 L: linux-s390@vger.kernel.org
4926 W: http://www.ibm.com/developerworks/linux/linux390/
4928 F: drivers/s390/net/
4932 M: felix.beck@de.ibm.com
4934 M: ralph.wuerthner@de.ibm.com
4935 M: linux390@de.ibm.com
4936 L: linux-s390@vger.kernel.org
4938 F: drivers/s390/crypto/
4942 M: christof.schmitt@de.ibm.com
4945 M: linux390@de.ibm.com
4946 L: linux-s390@vger.kernel.org
4947 W: http://www.ibm.com/developerworks/linux/linux390/
4949 F: Documentation/s390/zfcpdump.txt
4950 F: drivers/s390/scsi/zfcp_*
4952 S390 IUCV NETWORK LAYER
4954 M: ursula.braun@de.ibm.com
4955 M: linux390@de.ibm.com
4956 L: linux-s390@vger.kernel.org
4957 W: http://www.ibm.com/developerworks/linux/linux390/
4959 F: drivers/s390/net/*iucv*
4960 F: include/net/iucv/
4963 S3C24XX SD/MMC Driver
4965 M: ben-linux@fluff.org
4966 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4968 F: drivers/mmc/host/s3cmci.*
4970 SAA7146 VIDEO4LINUX-2 DRIVER
4973 L: linux-media@vger.kernel.org
4974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4975 W: http://www.mihu.de/linux/saa7146
4977 F: drivers/media/common/saa7146*
4978 F: drivers/media/video/*7146*
4979 F: include/media/*7146*
4983 M: zwane@arm.linux.org.uk
4985 F: drivers/watchdog/sc1200wdt.c
4991 M: peterz@infradead.org
4994 F: include/linux/sched.h
4999 L: linux-scsi@vger.kernel.org
5000 W: http://www.kernel.dk
5006 M: dgilbert@interlog.com
5007 L: linux-scsi@vger.kernel.org
5008 W: http://www.torque.net/sg
5010 F: drivers/scsi/sg.c
5011 F: include/scsi/sg.h
5014 P: James E.J. Bottomley
5015 M: James.Bottomley@HansenPartnership.com
5016 L: linux-scsi@vger.kernel.org
5017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5026 M: Kai.Makisara@kolumbus.fi
5027 L: linux-scsi@vger.kernel.org
5029 F: Documentation/scsi/st.txt
5034 M: vladislav.yasevich@hp.com
5035 P: Sridhar Samudrala
5037 L: linux-sctp@vger.kernel.org
5038 W: http://lksctp.sourceforge.net
5040 F: Documentation/networking/sctp.txt
5041 F: include/linux/sctp.h
5042 F: include/net/sctp/
5047 M: jim.cromie@gmail.com
5049 F: Documentation/i2c/busses/scx200_acb
5050 F: arch/x86/kernel/scx200_32.c
5051 F: drivers/watchdog/scx200_wdt.c
5052 F: drivers/i2c/busses/scx200*
5053 F: drivers/mtd/maps/scx200_docflash.c
5054 F: include/linux/scx200.h
5058 M: jim.cromie@gmail.com
5060 F: drivers/char/scx200_gpio.c
5061 F: include/linux/scx200_gpio.h
5063 SCx200 HRT CLOCKSOURCE DRIVER
5065 M: jim.cromie@gmail.com
5067 F: drivers/clocksource/scx200_hrt.c
5069 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5071 M: saschasommer@freenet.de
5072 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5074 F: drivers/mmc/host/sdricoh_cs.c
5076 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5079 L: sdhci-devel@lists.ossman.eu
5082 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5084 M: avorontsov@ru.mvista.com
5085 L: linuxppc-dev@ozlabs.org
5086 L: sdhci-devel@lists.ossman.eu
5088 F: drivers/mmc/host/sdhci.*
5092 M: jmorris@namei.org
5093 L: linux-security-module@vger.kernel.org (suggested Cc:)
5094 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5095 W: http://security.wiki.kernel.org/
5100 P: Security Officers
5101 M: security@kernel.org
5104 SELINUX SECURITY MODULE
5106 M: sds@tycho.nsa.gov
5108 M: jmorris@namei.org
5110 M: eparis@parisplace.org
5111 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5112 W: http://selinuxproject.org
5113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5115 F: include/linux/selinux*
5116 F: security/selinux/
5120 M: jirislaby@gmail.com
5122 F: drivers/misc/phantom.c
5123 F: include/linux/phantom.h
5125 SERIAL ATA (SATA) SUBSYSTEM
5127 M: jgarzik@pobox.com
5128 L: linux-ide@vger.kernel.org
5129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5132 F: include/linux/ata.h
5133 F: include/linux/libata.h
5135 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5137 M: sathyap@serverengines.com
5138 P: Subbu Seetharaman
5139 M: subbus@serverengines.com
5140 L: netdev@vger.kernel.org
5141 W: http://www.serverengines.com
5143 F: drivers/net/benet/
5148 P: Robert Stonehouse
5149 M: linux-net-drivers@solarflare.com
5157 F: drivers/misc/sgi-gru/
5159 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5162 L: linux-ia64@vger.kernel.org
5164 F: Documentation/ia64/serial.txt
5165 F: drivers/serial/ioc?_serial.c
5166 F: include/linux/ioc?.h
5168 SGI VISUAL WORKSTATION 320 AND 540
5171 L: linux-visws-devel@lists.sf.net
5172 W: http://linux-visws.sf.net
5173 S: Maintained for 2.6.
5174 F: Documentation/sgi-visws.txt
5176 SGI XP/XPC/XPNET DRIVER
5180 F: drivers/misc/sgi-xp/
5182 SHARP LH SUPPORT (LH7952X & LH7A40X)
5185 W: http://projects.buici.com/arm
5186 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5188 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5189 F: arch/arm/mach-lh7a40x/
5190 F: drivers/serial/serial_lh7a40x.c
5191 F: drivers/usb/gadget/lh7a40*
5192 F: drivers/usb/host/ohci-lh7a40*
5195 P: Kristen Carlson Accardi
5196 M: kristen.c.accardi@intel.com
5197 L: linux-pci@vger.kernel.org
5199 F: drivers/pci/hotplug/shpchp*
5201 SIMTEC EB110ATX (Chalice CATS)
5204 M: support@simtec.co.uk
5205 W: http://www.simtec.co.uk/products/EB110ATX/
5208 SIMTEC EB2410ITX (BAST)
5211 M: support@simtec.co.uk
5212 W: http://www.simtec.co.uk/products/EB2410ITX/
5214 F: arch/arm/mach-s3c2410/
5215 F: drivers/*/*s3c2410*
5216 F: drivers/*/*/*s3c2410*
5218 SIS 190 ETHERNET DRIVER
5220 M: romieu@fr.zoreil.com
5221 L: netdev@vger.kernel.org
5223 F: drivers/net/sis190.c
5225 SIS 900/7016 FAST ETHERNET DRIVER
5227 M: venza@brownhat.org
5228 W: http://www.brownhat.org/sis900.html
5229 L: netdev@vger.kernel.org
5231 F: drivers/net/sis900.*
5233 SIS 96X I2C/SMBUS DRIVER
5235 M: mhoffman@lightlink.com
5236 L: linux-i2c@vger.kernel.org
5238 F: Documentation/i2c/busses/i2c-sis96x
5239 F: drivers/i2c/busses/i2c-sis96x.c
5241 SIS FRAMEBUFFER DRIVER
5242 P: Thomas Winischhofer
5243 M: thomas@winischhofer.net
5244 W: http://www.winischhofer.net/linuxsisvga.shtml
5246 F: Documentation/fb/sisfb.txt
5247 F: drivers/video/sis/
5248 F: include/video/sisfb.h
5251 P: Thomas Winischhofer
5252 M: thomas@winischhofer.net
5253 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5255 F: drivers/usb/misc/sisusbvga/
5257 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5258 P: Stephen Hemminger
5259 M: shemminger@linux-foundation.org
5260 L: netdev@vger.kernel.org
5262 F: drivers/net/skge.*
5263 F: drivers/net/sky2.*
5266 P: Christoph Lameter
5267 M: cl@linux-foundation.org
5269 M: penberg@cs.helsinki.fi
5272 L: linux-mm@kvack.org
5274 F: include/linux/sl?b*.h
5277 SMC91x ETHERNET DRIVER
5281 F: drivers/net/smc91x.*
5283 SMSC47B397 HARDWARE MONITOR DRIVER
5285 M: mhoffman@lightlink.com
5286 L: lm-sensors@lm-sensors.org
5288 F: Documentation/hwmon/smsc47b397
5289 F: drivers/hwmon/smsc47b397.c
5291 SMSC911x ETHERNET DRIVER
5292 P: Steve Glendinning
5293 M: steve.glendinning@smsc.com
5294 L: netdev@vger.kernel.org
5296 F: include/linux/smsc911x.h
5297 F: drivers/net/smsc911x.*
5299 SMSC9420 PCI ETHERNET DRIVER
5300 P: Steve Glendinning
5301 M: steve.glendinning@smsc.com
5302 L: netdev@vger.kernel.org
5304 F: drivers/net/smsc9420.*
5308 M: bn@niasdigital.com
5310 F: drivers/uio/uio_smx.c
5312 SN-IA64 (Itanium) SUB-PLATFORM
5315 L: linux-altix@sgi.com
5316 L: linux-ia64@vger.kernel.org
5317 W: http://www.sgi.com/altix
5321 SOC-CAMERA V4L2 SUBSYSTEM
5322 P: Guennadi Liakhovetski
5323 M: g.liakhovetski@gmx.de
5324 L: linux-media@vger.kernel.org
5325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5327 F: include/media/v4l2*
5328 F: drivers/media/video/v4l2*
5330 SOEKRIS NET48XX LED SUPPORT
5334 F: drivers/leds/leds-net48xx.c
5336 SOFTWARE RAID (Multiple Disks) SUPPORT
5339 L: linux-raid@vger.kernel.org
5342 F: include/linux/raid/
5344 SONIC NETWORK DRIVER
5345 P: Thomas Bogendoerfer
5346 M: tsbogend@alpha.franken.de
5347 L: netdev@vger.kernel.org
5349 F: drivers/net/sonic.*
5351 SONICS SILICON BACKPLANE DRIVER (SSB)
5354 L: netdev@vger.kernel.org
5357 F: include/linux/ssb/
5359 SONY VAIO CONTROL DEVICE DRIVER
5361 M: malattia@linux.it
5362 L: linux-acpi@vger.kernel.org
5363 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5365 F: Documentation/laptops/sony-laptop.txt
5366 F: drivers/char/sonypi.c
5367 F: drivers/platform/x86/sony-laptop.c
5368 F: include/linux/sony-laptop.h
5370 SONY MEMORYSTICK CARD SUPPORT
5373 W: http://tifmxx.berlios.de/
5375 F: drivers/memstick/host/tifm_ms.c
5382 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5383 W: http://www.alsa-project.org/
5384 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5385 T: git git://git.alsa-project.org/alsa-kernel.git
5387 F: Documentation/sound/
5391 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5393 M: lrg@slimlogic.co.uk
5395 M: broonie@opensource.wolfsonmicro.com
5396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5397 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5398 W: http://alsa-project.org/main/index.php/ASoC
5401 F: include/sound/soc*
5403 SPARC + UltraSPARC (sparc/sparc64)
5405 M: davem@davemloft.net
5406 L: sparclinux@vger.kernel.org
5407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5408 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5412 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5414 M: R.E.Wolff@BitWizard.nl
5416 F: Documentation/serial/specialix.txt
5417 F: drivers/char/specialix*
5421 M: dbrownell@users.sourceforge.net
5422 L: spi-devel-general@lists.sourceforge.net
5424 F: Documentation/spi/
5426 F: include/linux/spi/
5428 SPIDERNET NETWORK DRIVER for CELL
5430 M: kou.ishizaki@toshiba.co.jp
5433 L: netdev@vger.kernel.org
5435 F: Documentation/networking/spider_net.txt
5436 F: drivers/net/spider_net*
5441 L: linuxppc-dev@ozlabs.org
5442 L: cbe-oss-dev@ozlabs.org
5443 W: http://www.ibm.com/developerworks/power/cell/
5445 F: Documentation/filesystems/spufs.txt
5446 F: arch/powerpc/platforms/cell/spufs/
5448 SQUASHFS FILE SYSTEM
5450 M: phillip@lougher.demon.co.uk
5451 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5452 W: http://squashfs.org.uk
5454 F: Documentation/filesystems/squashfs.txt
5457 SRM (Alpha) environment access
5458 P: Jan-Benedict Glaw
5459 M: jbglaw@lug-owl.de
5461 F: arch/alpha/kernel/srm_env.c
5464 P: Greg Kroah-Hartman
5467 M: chrisw@sous-sol.org
5468 L: stable@kernel.org
5472 P: Greg Kroah-Hartman
5474 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5478 STARFIRE/DURALAN NETWORK DRIVER
5480 M: ionut@cs.columbia.edu
5482 F: drivers/net/starfire*
5484 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5485 W: http://mosquitonet.Stanford.EDU/strip.html
5487 F: drivers/net/wireless/strip.c
5488 F: include/linux/if_strip.h
5490 STRADIS MPEG-2 DECODER DRIVER
5493 W: http://www.stradis.com/
5495 F: drivers/media/video/stradis.c
5500 W: http://sammy.net/sun3/
5502 F: arch/m68k/kernel/*sun3*
5504 F: arch/m68k/include/asm/sun3*
5508 M: lethal@linux-sh.org
5509 L: linux-sh@vger.kernel.org
5510 W: http://www.linux-sh.org
5511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5513 F: Documentation/sh/
5519 M: len.brown@intel.com
5522 P: Rafael J. Wysocki
5524 L: linux-pm@lists.linux-foundation.org
5526 F: Documentation/power/
5527 F: arch/x86/kernel/acpi/
5528 F: drivers/base/power/
5530 F: include/linux/suspend.h
5531 F: include/linux/freezer.h
5532 F: include/linux/pm.h
5537 L: linux-video@atrey.karlin.mff.cuni.cz
5539 F: Documentation/svga.txt
5540 F: arch/x86/boot/video*
5543 P: Christoph Hellwig
5544 M: hch@infradead.org
5546 F: Documentation/filesystems/sysv-fs.txt
5548 F: include/linux/sysv_fs.h
5550 TASKSTATS STATISTICS INTERFACE
5552 M: balbir@linux.vnet.ibm.com
5554 F: Documentation/accounting/taskstats*
5555 F: include/linux/taskstats*
5556 F: kernel/taskstats.c
5561 L: netdev@vger.kernel.org
5563 F: include/linux/pkt_cls.h
5564 F: include/net/pkt_cls.h
5567 TCP LOW PRIORITY MODULE
5568 P: Wong Hoi Sing, Edison
5569 M: hswong3i@gmail.com
5570 P: Hung Hing Lun, Mike
5571 M: hlhung3i@gmail.com
5572 W: http://tcp-lp-mod.sourceforge.net/
5574 F: net/ipv4/tcp_lp.c
5576 TEHUTI ETHERNET DRIVER
5577 P: Alexander Indenbaum
5578 M: baum@tehutinetworks.net
5580 M: andy@greyhouse.net
5581 L: netdev@vger.kernel.org
5583 F: drivers/net/tehuti*
5585 Telecom Clock Driver for MCPL0010
5587 M: mark.gross@intel.com
5589 F: drivers/char/tlclk.c
5591 TENSILICA XTENSA PORT (xtensa)
5597 THINKPAD ACPI EXTRAS DRIVER
5598 P: Henrique de Moraes Holschuh
5599 M: ibm-acpi@hmh.eng.br
5600 L: ibm-acpi-devel@lists.sourceforge.net
5601 W: http://ibm-acpi.sourceforge.net
5602 W: http://thinkwiki.org/wiki/Ibm-acpi
5603 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5605 F: drivers/platform/x86/thinkpad_acpi.c
5607 TI FLASH MEDIA INTERFACE DRIVER
5611 F: drivers/misc/tifm*
5612 F: drivers/mmc/host/tifm_sd.c
5613 F: include/linux/tifm.h
5617 M: per.liden@ericsson.com
5619 M: jon.maloy@ericsson.com
5621 M: allan.stephens@windriver.com
5622 L: tipc-discussion@lists.sourceforge.net
5623 W: http://tipc.sourceforge.net/
5624 W: http://tipc.cslab.ericsson.net/
5625 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5627 F: include/linux/tipc*.h
5628 F: include/net/tipc/
5634 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5635 W: http://sourceforge.net/projects/tlan/
5637 F: Documentation/networking/tlan.txt
5638 F: drivers/net/tlan.*
5640 TOMOYO SECURITY MODULE
5642 M: takedakn@nttdata.co.jp
5644 M: penguin-kernel@I-love.SAKURA.ne.jp
5645 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5646 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5647 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5648 W: http://tomoyo.sourceforge.jp/
5649 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5653 TOSHIBA ACPI EXTRAS DRIVER
5655 F: drivers/platform/x86/toshiba_acpi.c
5659 M: jonathan@buzzard.org.uk
5660 L: tlinux-users@tce.toshiba-dme.co.jp
5661 W: http://www.buzzard.org.uk/toshiba/
5663 F: drivers/char/toshiba.c
5664 F: include/linux/toshiba.h
5668 M: ian@mnementh.co.uk
5670 F: drivers/mmc/host/tmio_mmc.*
5672 TMPFS (SHMEM FILESYSTEM)
5674 M: hugh.dickins@tiscali.co.uk
5675 L: linux-mm@kvack.org
5677 F: include/linux/shmem_fs.h
5682 M: debora@linux.vnet.ibm.com
5684 M: srajiv@linux.vnet.ibm.com
5685 W: http://tpmdd.sourceforge.net
5687 M: m.selhorst@sirrix.com
5688 W: http://www.sirrix.com
5689 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5691 F: drivers/char/tpm/
5695 M: trivial@kernel.org
5696 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5698 F: drivers/char/tty_*
5699 F: drivers/serial/serial_core.c
5700 F: include/linux/serial_core.h
5701 F: include/linux/serial.h
5702 F: include/linux/tty.h
5706 M: alan@lxorguk.ukuu.org.uk
5708 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5710 TULIP NETWORK DRIVERS
5712 M: grundler@parisc-linux.org
5715 L: netdev@vger.kernel.org
5717 F: drivers/net/tulip/
5720 P: Maxim Krasnyansky
5721 M: maxk@qualcomm.com
5722 L: vtun@office.satix.net
5723 W: http://vtun.sourceforge.net/tun
5725 F: Documentation/networking/tuntap.txt
5726 F: arch/um/os-Linux/drivers/
5728 TURBOCHANNEL SUBSYSTEM
5729 P: Maciej W. Rozycki
5730 M: macro@linux-mips.org
5733 F: include/linux/tc.h
5737 M: ballabio_dario@emc.com
5738 L: linux-scsi@vger.kernel.org
5740 F: drivers/scsi/u14-34f.c
5742 UBI FILE SYSTEM (UBIFS)
5744 M: dedekind@infradead.org
5746 M: ext-adrian.hunter@nokia.com
5747 L: linux-mtd@lists.infradead.org
5748 T: git git://git.infradead.org/ubifs-2.6.git
5749 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5751 F: Documentation/filesystems/ubifs.txt
5754 UCLINUX (AND M68KNOMMU)
5757 W: http://www.uclinux.org/
5758 L: uclinux-dev@uclinux.org (subscribers-only)
5762 UCLINUX FOR RENESAS H8/300 (H8300)
5764 M: ysato@users.sourceforge.jp
5765 W: http://uclinux-h8.sourceforge.jp/
5771 W: http://linux-udf.sourceforge.net
5773 F: Documentation/filesystems/udf.txt
5777 P: Evgeniy Dushistov
5778 M: dushistov@mail.ru
5780 F: Documentation/filesystems/ufs.txt
5783 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5785 M: david.vrabel@csr.com
5786 L: linux-usb@vger.kernel.org
5789 F: include/linux/uwb.h
5790 F: include/linux/uwb/
5792 UNIFORM CDROM DRIVER
5795 W: http://www.kernel.dk
5797 F: Documentation/cdrom/
5798 F: drivers/cdrom/cdrom.c
5799 F: include/linux/cdrom.h
5801 UNSORTED BLOCK IMAGES (UBI)
5803 M: dedekind@infradead.org
5804 W: http://www.linux-mtd.infradead.org/
5805 L: linux-mtd@lists.infradead.org
5806 T: git git://git.infradead.org/ubi-2.6.git
5809 F: include/linux/mtd/ubi.h
5810 F: include/mtd/ubi-user.h
5814 M: oliver@neukum.name
5815 L: linux-usb@vger.kernel.org
5817 F: Documentation/usb/acm.txt
5818 F: drivers/usb/class/cdc-acm.*
5820 USB BLOCK DRIVER (UB ub)
5822 M: zaitcev@redhat.com
5823 L: linux-usb@vger.kernel.org
5825 F: drivers/block/ub.c
5827 USB CDC ETHERNET DRIVER
5828 P: Greg Kroah-Hartman
5830 L: linux-usb@vger.kernel.org
5832 W: http://www.kroah.com/linux-usb/
5833 F: drivers/net/usb/cdc_*.c
5834 F: include/linux/usb/cdc.h
5836 USB CYPRESS C67X00 DRIVER
5838 M: jacmet@sunsite.dk
5839 L: linux-usb@vger.kernel.org
5841 F: drivers/usb/c67x00/
5843 USB DAVICOM DM9601 DRIVER
5845 M: jacmet@sunsite.dk
5846 L: netdev@vger.kernel.org
5847 W: http://www.linux-usb.org/usbnet
5849 F: drivers/net/usb/dm9601.c
5851 USB DIAMOND RIO500 DRIVER
5854 L: rio500-users@lists.sourceforge.net
5855 W: http://rio500.sourceforge.net
5857 F: drivers/usb/misc/rio500*
5861 M: dbrownell@users.sourceforge.net
5862 L: linux-usb@vger.kernel.org
5864 F: Documentation/usb/ehci.txt
5865 F: drivers/usb/host/ehci*
5867 USB ET61X[12]51 DRIVER
5869 M: luca.risolia@studio.unibo.it
5870 L: linux-usb@vger.kernel.org
5871 L: linux-media@vger.kernel.org
5872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5873 W: http://www.linux-projects.org
5875 F: drivers/media/video/et61x251/
5877 USB GADGET/PERIPHERAL SUBSYSTEM
5879 M: dbrownell@users.sourceforge.net
5880 L: linux-usb@vger.kernel.org
5881 W: http://www.linux-usb.org/gadget
5883 F: drivers/usb/gadget/
5884 F: include/linux/usb/gadget*
5886 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5889 L: linux-usb@vger.kernel.org
5890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5892 F: Documentation/usb/hiddev.txt
5893 F: drivers/hid/usbhid/
5897 M: ok@artecdesign.ee
5898 L: linux-usb@vger.kernel.org
5900 F: drivers/usb/host/isp116x*
5901 F: include/linux/usb/isp116x.h
5903 USB KAWASAKI LSI DRIVER
5905 M: oliver@neukum.name
5906 L: linux-usb@vger.kernel.org
5908 F: drivers/usb/serial/kl5kusb105.*
5910 USB MASS STORAGE DRIVER
5912 M: mdharm-usb@one-eyed-alien.net
5913 L: linux-usb@vger.kernel.org
5914 L: usb-storage@lists.one-eyed-alien.net
5916 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5917 F: drivers/usb/storage/
5921 M: dbrownell@users.sourceforge.net
5922 L: linux-usb@vger.kernel.org
5924 F: Documentation/usb/ohci.txt
5925 F: drivers/usb/host/ohci*
5927 USB OPTION-CARD DRIVER
5929 M: smurf@smurf.noris.de
5930 L: linux-usb@vger.kernel.org
5932 F: drivers/usb/serial/option.c
5936 M: mmcclell@bigfoot.com
5937 L: linux-usb@vger.kernel.org
5938 W: http://alpha.dyndns.org/ov511/
5940 F: drivers/media/video/ov511.*
5944 M: petkan@users.sourceforge.net
5945 L: linux-usb@vger.kernel.org
5946 L: netdev@vger.kernel.org
5947 W: http://pegasus2.sourceforge.net/
5949 F: drivers/net/usb/pegasus.*
5951 USB PRINTER DRIVER (usblp)
5953 M: zaitcev@redhat.com
5954 L: linux-usb@vger.kernel.org
5956 F: drivers/usb/class/usblp.c
5960 M: petkan@users.sourceforge.net
5961 L: linux-usb@vger.kernel.org
5962 L: netdev@vger.kernel.org
5963 W: http://pegasus2.sourceforge.net/
5965 F: drivers/net/usb/rtl8150.c
5970 L: linux-usb@vger.kernel.org
5971 W: http://www.chello.nl/~j.vreeken/se401/
5973 F: Documentation/video4linux/se401.txt
5974 F: drivers/media/video/se401.*
5976 USB SERIAL BELKIN F5U103 DRIVER
5977 P: William Greathouse
5978 M: wgreathouse@smva.com
5979 L: linux-usb@vger.kernel.org
5981 F: drivers/usb/serial/belkin_sa.*
5983 USB SERIAL CYPRESS M8 DRIVER
5985 M: dignome@gmail.com
5986 L: linux-usb@vger.kernel.org
5988 W: http://geocities.com/i0xox0i
5989 W: http://firstlight.net/cvs
5990 F: drivers/usb/serial/cypress_m8.*
5992 USB SERIAL CYBERJACK DRIVER
5993 P: Matthias Bruestle and Harald Welte
5994 M: support@reiner-sct.com
5995 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5997 F: drivers/usb/serial/cyberjack.c
5999 USB SERIAL DIGI ACCELEPORT DRIVER
6000 P: Peter Berger and Al Borchers
6001 M: pberger@brimson.com
6002 M: alborchers@steinerpoint.com
6003 L: linux-usb@vger.kernel.org
6005 F: drivers/usb/serial/digi_acceleport.c
6008 P: Greg Kroah-Hartman
6010 L: linux-usb@vger.kernel.org
6012 F: Documentation/usb/usb-serial.txt
6013 F: drivers/usb/serial/generic.c
6014 F: drivers/usb/serial/usb-serial.c
6015 F: include/linux/usb/serial.h
6017 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6019 M: xavyer@ix.netcom.com
6020 L: linux-usb@vger.kernel.org
6022 F: drivers/usb/serial/empeg.c
6024 USB SERIAL KEYSPAN DRIVER
6025 P: Greg Kroah-Hartman
6027 L: linux-usb@vger.kernel.org
6028 W: http://www.kroah.com/linux/
6030 F: drivers/usb/serial/*keyspan*
6032 USB SERIAL WHITEHEAT DRIVER
6033 P: Support Department
6034 M: support@connecttech.com
6035 L: linux-usb@vger.kernel.org
6036 W: http://www.connecttech.com
6038 F: drivers/usb/serial/whiteheat*
6040 USB SMSC95XX ETHERNET DRIVER
6041 P: Steve Glendinning
6042 M: steve.glendinning@smsc.com
6043 L: netdev@vger.kernel.org
6045 F: drivers/net/usb/smsc95xx.*
6049 M: luca.risolia@studio.unibo.it
6050 L: linux-usb@vger.kernel.org
6051 L: linux-media@vger.kernel.org
6052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6053 W: http://www.linux-projects.org
6055 F: Documentation/video4linux/sn9c102.txt
6056 F: drivers/media/video/sn9c102/
6059 P: Greg Kroah-Hartman
6061 L: linux-usb@vger.kernel.org
6062 W: http://www.linux-usb.org
6063 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6065 F: Documentation/usb/
6068 F: include/linux/usb.h
6069 F: include/linux/usb/
6073 M: stern@rowland.harvard.edu
6074 L: linux-usb@vger.kernel.org
6076 F: drivers/usb/host/uhci*
6078 USB "USBNET" DRIVER FRAMEWORK
6080 M: dbrownell@users.sourceforge.net
6081 L: netdev@vger.kernel.org
6082 W: http://www.linux-usb.org/usbnet
6084 F: drivers/net/usb/usbnet.c
6085 F: include/linux/usb/usbnet.h
6089 M: laurent.pinchart@skynet.be
6090 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6091 L: linux-media@vger.kernel.org
6092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6093 W: http://linux-uvc.berlios.de
6095 F: drivers/media/video/uvc/
6097 USB W996[87]CF DRIVER
6099 M: luca.risolia@studio.unibo.it
6100 L: linux-usb@vger.kernel.org
6101 L: linux-media@vger.kernel.org
6102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6103 W: http://www.linux-projects.org
6105 F: Documentation/video4linux/w9968cf.txt
6106 F: drivers/media/video/w996*
6108 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6110 M: jussi.kivilinna@mbnet.fi
6111 L: linux-wireless@vger.kernel.org
6113 F: drivers/net/wireless/rndis_wlan.c
6117 M: sarah.a.sharp@intel.com
6118 L: linux-usb@vger.kernel.org
6123 M: luca.risolia@studio.unibo.it
6124 L: linux-usb@vger.kernel.org
6125 L: linux-media@vger.kernel.org
6126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6127 W: http://www.linux-projects.org
6129 F: Documentation/video4linux/zc0301.txt
6130 F: drivers/media/video/zc0301/
6135 L: linux-usb@vger.kernel.org
6136 W: http://linux-lc100020.sourceforge.net
6138 F: drivers/net/wireless/zd1201.*
6142 M: royale@zerezo.com
6143 L: linux-usb@vger.kernel.org
6144 L: linux-media@vger.kernel.org
6145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6146 W: http://royale.zerezo.com/zr364xx/
6148 F: Documentation/video4linux/zr364xx.txt
6149 F: drivers/media/video/zr364xx.c
6151 USER-MODE LINUX (UML)
6153 M: jdike@addtoit.com
6154 L: user-mode-linux-devel@lists.sourceforge.net
6155 L: user-mode-linux-user@lists.sourceforge.net
6156 W: http://user-mode-linux.sourceforge.net
6158 F: Documentation/uml/
6165 M: hjk@linutronix.de
6166 P: Greg Kroah-Hartman
6169 F: Documentation/DocBook/uio-howto.tmpl
6171 F: include/linux/uio*.h
6173 UTIL-LINUX-NG PACKAGE
6176 L: util-linux-ng@vger.kernel.org
6177 W: http://kernel.org/~kzak/util-linux-ng/
6178 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6182 P: Michal Januszewski
6184 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6185 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6187 F: Documentation/fb/uvesafb.txt
6188 F: drivers/video/uvesafb.*
6190 VFAT/FAT/MSDOS FILESYSTEM
6192 M: hirofumi@mail.parknet.co.jp
6194 F: Documentation/filesystems/vfat.txt
6197 VIA RHINE NETWORK DRIVER
6201 F: drivers/net/via-rhine.c
6205 M: khali@linux-fr.org
6206 L: linux-i2c@vger.kernel.org
6208 F: Documentation/i2c/busses/i2c-viapro
6209 F: drivers/i2c/busses/i2c-viapro.c
6211 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6213 M: JosephChan@via.com.tw
6215 M: ScottFang@viatech.com.cn
6216 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6218 F: drivers/video/via/
6220 VIA VELOCITY NETWORK DRIVER
6222 M: romieu@fr.zoreil.com
6223 L: netdev@vger.kernel.org
6225 F: drivers/net/via-velocity.*
6230 L: netdev@vger.kernel.org
6232 F: drivers/net/macvlan.c
6233 F: include/linux/if_*vlan.h
6238 M: florian@openwrt.org
6239 L: openwrt-devel@lists.openwrt.org
6241 F: drivers/vlynq/vlynq.c
6242 F: include/linux/vlynq.h
6244 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6246 M: lrg@slimlogic.co.uk
6248 M: broonie@opensource.wolfsonmicro.com
6249 W: http://opensource.wolfsonmicro.com/node/15
6250 W: http://www.slimlogic.co.uk/?p=48
6251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6253 F: drivers/regulator/
6254 F: include/linux/regulator/
6256 VT1211 HARDWARE MONITOR DRIVER
6259 L: lm-sensors@lm-sensors.org
6261 F: Documentation/hwmon/vt1211
6262 F: drivers/hwmon/vt1211.c
6264 VT8231 HARDWARE MONITOR DRIVER
6266 M: vt8231@hiddenengine.co.uk
6267 L: lm-sensors@lm-sensors.org
6269 F: drivers/hwmon/vt8231.c
6271 W1 DALLAS'S 1-WIRE BUS
6273 M: johnpol@2ka.mipt.ru
6275 F: Documentation/w1/
6278 W83791D HARDWARE MONITORING DRIVER
6280 M: m.hulsman@tudelft.nl
6281 L: lm-sensors@lm-sensors.org
6283 F: Documentation/hwmon/w83791d
6284 F: drivers/hwmon/w83791d.c
6286 W83793 HARDWARE MONITORING DRIVER
6288 M: r.marek@assembler.cz
6289 L: lm-sensors@lm-sensors.org
6291 F: Documentation/hwmon/w83793
6292 F: drivers/hwmon/w83793.c
6294 W83L51xD SD/MMC CARD INTERFACE DRIVER
6298 F: drivers/mmc/host/wbsd.*
6300 WATCHDOG DEVICE DRIVERS
6303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6305 F: Documentation/watchdog/
6306 F: drivers/watchdog/
6307 F: include/linux/watchdog.h
6309 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6312 L: linux-wireless@vger.kernel.org
6313 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6315 F: Documentation/networking/wavelan.txt
6316 F: drivers/net/wireless/wavelan*
6320 M: zaga@fly.cc.fer.hr
6321 L: linux-scsi@vger.kernel.org
6323 F: drivers/scsi/wd7000.c
6326 P: Inaky Perez-Gonzalez
6327 M: inaky.perez-gonzalez@intel.com
6328 M: linux-wimax@intel.com
6329 L: wimax@linuxwimax.org
6331 W: http://linuxwimax.org
6333 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6335 M: david.vrabel@csr.com
6337 F: include/linux/wlp.h
6340 WISTRON LAPTOP BUTTON DRIVER
6344 F: drivers/input/misc/wistron_btns.c
6346 WL3501 WIRELESS PCMCIA CARD DRIVER
6347 P: Arnaldo Carvalho de Melo
6348 M: acme@ghostprotocols.net
6349 L: linux-wireless@vger.kernel.org
6350 W: http://oops.ghostprotocols.net:81/blog
6352 F: drivers/net/wireless/wl3501*
6354 WM97XX TOUCHSCREEN DRIVERS
6356 M: broonie@opensource.wolfsonmicro.com
6358 M: lrg@slimlogic.co.uk
6359 L: linux-input@vger.kernel.org
6360 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6361 W: http://opensource.wolfsonmicro.com/node/7
6363 F: drivers/input/touchscreen/*wm97*
6364 F: include/linux/wm97xx.h
6368 M: eis@baty.hanse.de
6369 L: linux-x25@vger.kernel.org
6371 F: Documentation/networking/x25*
6375 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6377 M: tglx@linutronix.de
6383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6385 F: Documentation/x86/
6388 XEN HYPERVISOR INTERFACE
6389 P: Jeremy Fitzhardinge
6390 M: jeremy@xensource.com
6392 M: chrisw@sous-sol.org
6393 L: virtualization@lists.osdl.org
6394 L: xen-devel@lists.xensource.com
6397 F: drivers/*/xen-*front.c
6399 F: arch/x86/include/asm/xen/
6403 P: Silicon Graphics Inc
6406 M: xfs-masters@oss.sgi.com
6408 W: http://oss.sgi.com/projects/xfs
6409 T: git git://oss.sgi.com/xfs/xfs.git
6411 F: Documentation/filesystems/xfs.txt
6414 XILINX SYSTEMACE DRIVER
6416 M: grant.likely@secretlab.ca
6417 W: http://www.secretlab.ca/
6419 F: drivers/block/xsysace.c
6421 XILINX UARTLITE SERIAL DRIVER
6423 M: jacmet@sunsite.dk
6424 L: linux-serial@vger.kernel.org
6426 F: drivers/serial/uartlite.c
6428 YAM DRIVER FOR AX.25
6429 P: Jean-Paul Roubelat
6431 L: linux-hams@vger.kernel.org
6433 F: drivers/net/hamradio/yam*
6434 F: include/linux/yam.h
6436 YEALINK PHONE DRIVER
6438 M: Henk.Vergonet@gmail.com
6439 L: usbb2k-api-dev@nongnu.org
6441 F: Documentation/input/yealink.txt
6442 F: drivers/input/misc/yealink.*
6444 Z8530 DRIVER FOR AX.25
6447 W: http://yaina.de/jreuter/
6448 W: http://www.qsl.net/dl1bke/
6449 L: linux-hams@vger.kernel.org
6451 F: Documentation/networking/z8530drv.txt
6452 F: drivers/net/hamradio/*scc.c
6453 F: drivers/net/hamradio/z8530.h
6455 ZD1211RW WIRELESS DRIVER
6459 M: kune@deine-taler.de
6460 W: http://zd1211.ath.cx/wiki/DriverRewrite
6461 L: linux-wireless@vger.kernel.org
6462 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6464 F: drivers/net/wireless/zd1211rw/
6466 ZR36067 VIDEO FOR LINUX DRIVER
6467 L: mjpeg-users@lists.sourceforge.net
6468 L: linux-media@vger.kernel.org
6469 W: http://mjpeg.sourceforge.net/driver-zoran/
6470 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6472 F: drivers/media/video/zoran/
6474 ZS DECSTATION Z85C30 SERIAL DRIVER
6475 P: Maciej W. Rozycki
6476 M: macro@linux-mips.org
6478 F: drivers/serial/zs.*
6482 M: torvalds@linux-foundation.org
6483 L: linux-kernel@vger.kernel.org
6484 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6485 S: Buried alive in reporters