2 List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
52 6. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
56 7. When sending security related changes or reports to a maintainer
62 -----------------------------------
64 Maintainers List (try to look for most precise areas first)
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location. Type is one of: git, hg, quilt.
75 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
98 matches all files in and below net excluding net/ipv6/
105 F: drivers/net/3c505*
112 F: Documentation/networking/vortex.txt
113 F: drivers/net/3c59x.c
115 3CR990 NETWORK DRIVER
120 F: drivers/net/typhoon*
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
126 W: http://www.amcc.com
128 F: drivers/scsi/3w-9xxx*
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
134 W: http://www.amcc.com
136 F: drivers/scsi/3w-xxxx*
138 53C700 AND 53C700-66 SCSI DRIVER
139 P: James E.J. Bottomley
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
150 F: drivers/net/hamradio/6pack.c
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
157 F: drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
161 W: http://serial.sourceforge.net
163 F: drivers/serial/8250*
164 F: include/linux/serial_8250.h
166 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171 F: drivers/net/*8390*
172 F: drivers/net/ax88796.c
175 P: Eric Van Hensbergen
182 W: http://swik.net/v9fs
183 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 F: Documentation/filesystems/9p.txt
188 A2232 SERIAL BOARD DRIVER
193 F: drivers/char/ser_a2232*
195 AACRAID SCSI RAID DRIVER
196 P: Adaptec OEM Raid Solutions
199 W: http://www.adaptec.com/
201 F: Documentation/scsi/aacraid.txt
202 F: drivers/scsi/aacraid/
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
209 F: drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 P: Alistair John Strachan
216 F: drivers/hwmon/abituguru3.c
223 F: drivers/net/acenic*
225 ACER WMI LAPTOP EXTRAS
229 W: http://code.google.com/p/aceracpi
231 F: drivers/platform/x86/acer-wmi.c
237 W: http://www.lesswatts.org/projects/acpi/
238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 F: drivers/pnp/pnpacpi/
242 F: include/linux/acpi.h
245 P: Alexey Starikovskiy
248 W: http://www.lesswatts.org/projects/acpi/
250 F: drivers/acpi/battery.c
251 F: drivers/acpi/*sbs*
254 P: Alexey Starikovskiy
257 W: http://www.lesswatts.org/projects/acpi/
265 W: http://www.lesswatts.org/projects/acpi/
267 F: drivers/acpi/fan.c
269 ACPI PCI HOTPLUG DRIVER
270 P: Kristen Carlson Accardi
274 F: drivers/pci/hotplug/acpi*
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/*thermal*
288 W: http://www.lesswatts.org/projects/acpi/
290 F: drivers/acpi/video.c
296 W: http://www.lesswatts.org/projects/acpi/
298 F: drivers/platform/x86/wmi.c
300 AD1889 ALSA SOUND DRIVER
305 W: http://wiki.parisc-linux.org/AD1889
308 F: sound/pci/ad1889.*
310 ADM1025 HARDWARE MONITOR DRIVER
315 F: Documentation/hwmon/adm1025
316 F: drivers/hwmon/adm1025.c
318 ADM1029 HARDWARE MONITOR DRIVER
323 F: drivers/hwmon/adm1029.c
325 ADM8211 WIRELESS DRIVER
329 W: http://linuxwireless.org/
330 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 F: drivers/net/wireless/adm8211.*
338 F: drivers/macintosh/therm_adt746x.c
345 F: Documentation/scsi/advansys.txt
346 F: drivers/scsi/advansys.c
349 P: Riccardo Facchetti
352 F: sound/oss/aedsp16.c
358 F: Documentation/filesystems/affs.txt
361 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
367 F: include/net/af_rxrpc.h
368 F: net/rxrpc/af_rxrpc.c
373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 F: include/linux/agp*
379 P: Juergen E. Fischer
383 F: drivers/scsi/aha152x*
384 F: drivers/scsi/pcmcia/aha152x*
386 AIC7XXX / AIC79XX SCSI DRIVER
391 F: drivers/scsi/aic7xxx/
392 F: drivers/scsi/aic7xxx_old/
400 F: include/linux/*aio*.h
402 ALCATEL SPEEDTOUCH USB DRIVER
406 W: http://www.linux-usb.org/SpeedTouch/
408 F: drivers/usb/atm/speedtch.c
409 F: drivers/usb/atm/usbatm.c
411 ALCHEMY AU1XX0 MMC DRIVER
415 F: drivers/mmc/host/au1xmmc.c
422 F: Documentation/i2c/busses/i2c-ali1563
423 F: drivers/i2c/busses/i2c-ali1563.c
428 S: Odd Fixes for 2.4; Maintained for 2.6.
431 S: Maintained for 2.4; PCI support for 2.6.
435 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
440 F: drivers/usb/gadget/amd5536udc.*
442 AMD GEODE PROCESSOR/CHIPSET SUPPORT
445 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 F: arch/x86/kernel/geode_32.c
448 F: drivers/char/hw_random/geode-rng.c
449 F: drivers/crypto/geode*
450 F: drivers/video/geode/
451 F: arch/x86/include/asm/geode.h
457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 F: arch/x86/kernel/amd_iommu*.c
460 F: arch/x86/include/asm/amd_iommu*.h
462 AMD MICROCODE UPDATE SUPPORT
467 F: arch/x86/kernel/microcode_amd.c
469 AMS (Apple Motion Sensor) DRIVER
472 P: Michael Hanselmann
475 F: drivers/hwmon/ams/
484 F: drivers/infiniband/hw/amso1100/
486 AOA (Apple Onboard Audio) ALSA DRIVER
498 W: http://www.canb.auug.org.au/~sfr/
500 F: arch/x86/kernel/apm_32.c
501 F: include/linux/apm_bios.h
503 APPLE BCM5974 MULTITOUCH DRIVER
508 F: drivers/input/mouse/bcm5974.c
515 F: drivers/hwmon/applesmc.c
517 APPLETALK NETWORK LAYER
518 P: Arnaldo Carvalho de Melo
521 F: drivers/net/appletalk/
524 APPLETOUCH TOUCHPAD DRIVER
529 F: Documentation/input/appletouch.txt
530 F: drivers/input/mouse/appletouch.c
532 ARC FRAMEBUFFER DRIVER
536 F: drivers/video/arcfb.c
537 F: drivers/video/fb_defio.c
539 ARM MFM AND FLOPPY DRIVERS
543 F: arch/arm/lib/floppydma.S
544 F: arch/arm/include/asm/floppy.h
546 ARM PRIMECELL MMCI PL180/1 DRIVER
548 F: drivers/mmc/host/mmci.*
550 ARM/ADI ROADRUNNER MACHINE SUPPORT
555 F: arch/arm/mach-ixp23xx/
556 F: arch/arm/mach-ixp23xx/include/mach/
558 ARM/ADS SPHERE MACHINE SUPPORT
564 ARM/AFEB9260 MACHINE SUPPORT
570 ARM/AJECO 1ARM MACHINE SUPPORT
576 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
580 W: http://maxim.org.za/at91_26.html
583 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
589 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
595 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
601 ARM/CORGI MACHINE SUPPORT
606 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
610 T: git git://gitorious.org/linux-gemini/mainline.git
613 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
621 W: http://www.openezx.org/
624 ARM/FARADAY FA526 PORT
630 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
636 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
642 ARM/GUMSTIX MACHINE SUPPORT
648 ARM/HP JORNADA 7XX MACHINE SUPPORT
649 P: Kristoffer Ericson
654 ARM/INTEL IOP32X ARM ARCHITECTURE
662 ARM/INTEL IOP33X ARM ARCHITECTURE
668 ARM/INTEL IOP13XX ARM ARCHITECTURE
676 ARM/INTEL IQ81342EX MACHINE SUPPORT
684 ARM/INTEL IXP2000 ARM ARCHITECTURE
690 ARM/INTEL IXDP2850 MACHINE SUPPORT
696 ARM/INTEL IXP23XX ARM ARCHITECTURE
702 ARM/INTEL XSC3 (MANZANO) ARM CORE
710 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
716 ARM/LOGICPD PXA270 MACHINE SUPPORT
722 ARM/MAGICIAN MACHINE SUPPORT
727 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
728 P: Michael Petchkovsky
732 ARM/TOSA MACHINE SUPPORT
733 P: Dmitry Eremin-Solenikov
739 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
742 W: http://hackndev.com
748 W: http://hackndev.com
754 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
757 ARM/PT DIGITAL BOARD PORT
761 W: http://www.arm.linux.org.uk/
764 ARM/RADISYS ENP2611 MACHINE SUPPORT
770 ARM/SHARK MACHINE SUPPORT
773 W: http://www.shark-linux.de/shark.html
776 ARM/STRONGARM110 PORT
780 W: http://www.arm.linux.org.uk/
783 ARM/S3C2410 ARM ARCHITECTURE
787 W: http://www.fluff.org/ben/linux/
790 ARM/S3C2440 ARM ARCHITECTURE
794 W: http://www.fluff.org/ben/linux/
797 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
803 ARM/THECUS N2100 MACHINE SUPPORT
809 ARM/NUVOTON W90X900 ARM ARCHITECTURE
813 W: http://www.mcuos.com
822 ASUS ACPI EXTRAS DRIVER
828 W: http://sourceforge.net/projects/acpi4asus
829 W: http://xf.iksaif.net/acpi4asus
831 F: arch/x86/kernel/acpi/boot.c
832 F: drivers/platform/x86/asus_acpi.c
834 ASUS ASB100 HARDWARE MONITOR DRIVER
839 F: drivers/hwmon/asb100.c
841 ASUS LAPTOP EXTRAS DRIVER
845 W: http://sourceforge.net/projects/acpi4asus
846 W: http://xf.iksaif.net/acpi4asus
848 F: drivers/platform/x86/asus-laptop.c
850 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
856 W: http://sourceforge.net/projects/xscaleiop
858 F: Documentation/crypto/async-tx-api.txt
861 F: include/linux/dmaengine.h
862 F: include/linux/async_tx.h
864 ATA OVER ETHERNET (AOE) DRIVER
867 W: http://www.coraid.com/support/linux
869 F: Documentation/aoe/
870 F: drivers/block/aoe/
872 ATHEROS ATH5K WIRELESS DRIVER
884 F: drivers/net/wireless/ath5k/
886 ATHEROS ATH9K WIRELESS DRIVER
894 F: drivers/net/wireless/ath9k/
896 ATHEROS AR9170 WIRELESS DRIVER
897 P: Christian Lamparter
900 W: http://wireless.kernel.org/en/users/Drivers/ar9170
902 F: drivers/net/wireless/ar9170/
908 F: drivers/input/misc/ati_remote2.c
910 ATLX ETHERNET DRIVERS
918 W: http://sourceforge.net/projects/atl1
919 W: http://atl1.sourceforge.net
928 W: http://linux-atm.sourceforge.net
931 F: include/linux/atm*
933 ATMEL AT91 MCI DRIVER
937 W: http://www.atmel.com/products/AT91/
938 W: http://www.at91.com/
940 F: drivers/mmc/host/at91_mci.c
942 ATMEL AT91 / AT32 SERIAL DRIVER
943 P: Haavard Skinnemoen
947 F: drivers/serial/atmel_serial.c
954 F: drivers/video/atmel_lcdfb.c
955 F: include/video/atmel_lcdc.h
957 ATMEL MACB ETHERNET DRIVER
958 P: Haavard Skinnemoen
961 F: drivers/net/macb.*
964 P: Haavard Skinnemoen
967 F: drivers/spi/atmel_spi.*
969 ATMEL USBA UDC DRIVER
970 P: Haavard Skinnemoen
973 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
975 F: drivers/usb/gadget/atmel_usba_udc.*
977 ATMEL WIRELESS DRIVER
981 W: http://www.thekelleys.org.uk/atmel
982 W: http://atmelwlandriver.sourceforge.net/
984 F: drivers/net/wireless/atmel*
992 W: http://people.redhat.com/sgrubb/audit/
993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
995 F: include/linux/audit.h
998 AUXILIARY DISPLAY DRIVERS
999 P: Miguel Ojeda Sandonis
1002 W: http://miguelojeda.es/auxdisplay.htm
1003 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1005 F: drivers/auxdisplay/
1006 F: include/linux/cfag12864b.h
1009 P: Haavard Skinnemoen
1011 W: http://www.atmel.com/products/AVR32/
1012 W: http://avr32linux.org/
1013 W: http://avrfreaks.net/
1017 AVR32/AT32AP MACHINE SUPPORT
1018 P: Haavard Skinnemoen
1021 F: arch/avr32/mach-at32ap/
1027 W: http://www.linux-ax25.org/
1029 F: include/linux/ax25.h
1030 F: include/net/ax25.h
1039 W: http://linuxwireless.org/en/users/Drivers/b43
1041 F: drivers/net/wireless/b43/
1043 B43LEGACY WIRELESS DRIVER
1049 W: http://linuxwireless.org/en/users/Drivers/b43
1051 F: drivers/net/wireless/b43legacy/
1053 BACKLIGHT CLASS/SUBSYSTEM
1057 F: drivers/video/backlight/
1058 F: include/linux/backlight.h
1060 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1064 W: http://www.baycom.org/~tom/ham/ham.html
1066 F: drivers/net/hamradio/baycom*
1069 P: Sergey S. Kostyliov
1073 F: Documentation/filesystems/befs.txt
1077 P: Tigran A. Aivazian
1081 F: Documentation/filesystems/bfs.txt
1083 F: include/linux/bfs_fs.h
1085 BLACKFIN ARCHITECTURE
1089 W: http://blackfin.uclinux.org
1093 BLACKFIN EMAC DRIVER
1097 W: http://blackfin.uclinux.org
1099 F: drivers/net/bfin_mac.*
1105 W: http://blackfin.uclinux.org
1107 F: drivers/rtc/rtc-bfin.c
1109 BLACKFIN SERIAL DRIVER
1113 W: http://blackfin.uclinux.org
1115 F: drivers/serial/bfin_5xx.c
1117 BLACKFIN WATCHDOG DRIVER
1121 W: http://blackfin.uclinux.org
1123 F: drivers/watchdog/bfin_wdt.c
1125 BLACKFIN I2C TWI DRIVER
1129 W: http://blackfin.uclinux.org/
1131 F: drivers/i2c/busses/i2c-bfin-twi.c
1137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1146 F: drivers/mtd/devices/block2mtd.c
1152 W: http://www.bluez.org/
1154 F: drivers/bluetooth/
1160 W: http://www.bluez.org/
1161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1164 F: include/net/bluetooth/
1170 W: http://sourceforge.net/projects/bonding/
1172 F: drivers/net/bonding/
1173 F: include/linux/if_bonding.h
1175 BROADCOM B44 10/100 ETHERNET DRIVER
1180 F: drivers/net/b44.*
1182 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1187 F: drivers/net/bnx2.*
1188 F: drivers/net/bnx2_*
1190 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1195 F: drivers/net/bnx2x*
1197 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1204 F: drivers/net/tg3.*
1206 BSG (block layer generic sg v4 driver)
1212 F: include/linux/bsg.h
1217 W: http://bu3sch.de/btgpio.php
1219 F: drivers/gpio/bt8xxgpio.c
1225 W: http://btrfs.wiki.kernel.org/
1226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1228 F: Documentation/filesystems/btrfs.txt
1231 BTTV VIDEO4LINUX DRIVER
1232 P: Mauro Carvalho Chehab
1235 W: http://linuxtv.org
1236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1238 F: Documentation/video4linux/bttv/
1239 F: drivers/media/video/bt8xx/bttv*
1241 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1247 F: Documentation/video4linux/cafe_ccic
1248 F: drivers/media/video/cafe_ccic*
1250 CALGARY x86-64 IOMMU
1258 F: arch/x86/kernel/pci-calgary_64.c
1259 F: arch/x86/kernel/tce_64.c
1260 F: arch/x86/include/asm/calgary.h
1261 F: arch/x86/include/asm/tce.h
1269 W: http://developer.berlios.de/projects/socketcan/
1272 F: include/linux/can/
1273 F: include/linux/can.h
1275 CELL BROADBAND ENGINE ARCHITECTURE
1280 W: http://www.ibm.com/developerworks/power/cell/
1282 F: arch/powerpc/include/asm/cell*.h
1283 F: arch/powerpc/include/asm/lv1call.h
1284 F: arch/powerpc/include/asm/ps3*.h
1285 F: arch/powerpc/include/asm/spu*.h
1286 F: arch/powerpc/oprofile/*cell*
1287 F: arch/powerpc/platforms/cell/
1288 F: arch/powerpc/platforms/ps3/
1290 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1295 F: Documentation/usb/WUSB-Design-overview.txt
1296 F: Documentation/usb/wusb-cbaf
1297 F: drivers/usb/wusbcore/
1298 F: include/linux/usb/wusb*
1300 CFAG12864B LCD DRIVER
1301 P: Miguel Ojeda Sandonis
1304 W: http://miguelojeda.es/auxdisplay.htm
1305 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1307 F: drivers/auxdisplay/cfag12864b.c
1308 F: include/linux/cfag12864b.h
1310 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1311 P: Miguel Ojeda Sandonis
1314 W: http://miguelojeda.es/auxdisplay.htm
1315 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1317 F: drivers/auxdisplay/cfag12864bfb.c
1318 F: include/linux/cfag12864b.h
1320 CFG80211 and NL80211
1325 F: include/linux/nl80211.h
1326 F: include/net/cfg80211.h
1328 X: net/wireless/wext*
1335 F: scripts/checkpatch.pl
1337 CISCO 10G ETHERNET DRIVER
1343 F: drivers/net/enic/
1345 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1346 P: Lennert Buytenhek
1350 F: drivers/net/arm/ep93xx_eth.c
1352 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1353 P: Lennert Buytenhek
1357 F: drivers/usb/host/ohci-ep93xx.c
1359 CIRRUS LOGIC CS4270 SOUND DRIVER
1364 F: sound/soc/codecs/cs4270*
1365 F: sound/soc/fsl/mpc8610_hpcd.c
1367 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1368 P: Cirrus Logic Corporation (kernel 2.2 driver)
1370 P: Nils Faerber (port to kernel 2.4)
1373 F: Documentation/input/cs461x.txt
1374 F: sound/pci/cs46xx/
1381 W: http://www.coda.cs.cmu.edu/
1383 F: Documentation/filesystems/coda.txt
1385 F: include/linux/coda*.h
1387 COMMON INTERNET FILE SYSTEM (CIFS)
1392 W: http://linux-cifs.samba.org/
1393 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1395 F: Documentation/filesystems/cifs.txt
1398 COMPACTPCI HOTPLUG CORE
1404 F: drivers/pci/hotplug/cpci_hotplug*
1406 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1412 F: drivers/pci/hotplug/cpcihp_zt5550.*
1414 COMPACTPCI HOTPLUG GENERIC DRIVER
1420 F: drivers/pci/hotplug/cpcihp_generic.c
1422 COMPAL LAPTOP SUPPORT
1423 P: Cezary Jackiewicz
1426 F: drivers/platform/x86/compal-laptop.c
1428 COMPUTONE INTELLIPORT MULTIPORT CARD
1429 P: Michael H. Warfield
1431 W: http://www.wittsend.com/computone.html
1433 F: Documentation/serial/computone.txt
1434 F: drivers/char/ip2/
1436 CONEXANT ACCESSRUNNER USB DRIVER
1440 W: http://accessrunner.sourceforge.net/
1442 F: drivers/usb/atm/cxacru.c
1450 F: include/linux/configfs.h
1452 CONTROL GROUPS (CGROUPS)
1459 F: include/linux/cgroup*
1462 CORETEMP HARDWARE MONITORING DRIVER
1467 F: Documentation/hwmon/coretemp
1468 F: drivers/hwmon/coretemp.c
1470 COSA/SRP SYNC SERIAL DRIVER
1471 P: Jan "Yenya" Kasprzak
1473 W: http://www.fi.muni.cz/~kas/cosa/
1475 F: drivers/net/wan/cosa*
1477 CPU FREQUENCY DRIVERS
1481 W: http://www.codemonkey.org.uk/projects/cpufreq/
1482 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1484 F: arch/x86/kernel/cpu/cpufreq/
1486 F: include/linux/cpufreq.h
1492 F: arch/x86/kernel/cpuid.c
1493 F: arch/x86/kernel/msr.c
1499 W: http://www.bullopensource.org/cpuset/
1500 W: http://oss.sgi.com/projects/cpusets/
1502 F: Documentation/cgroups/cpusets.txt
1503 F: include/linux/cpuset.h
1507 W: http://sourceforge.net/projects/cramfs/
1509 F: Documentation/filesystems/cramfs.txt
1518 W: http://developer.axis.com
1528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1530 F: Documentation/crypto/
1536 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1542 CS5535 Audio ALSA driver
1546 F: sound/pci/cs5535audio/
1548 CX18 VIDEO4LINUX DRIVER
1556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1557 W: http://linuxtv.org
1559 F: Documentation/video4linux/cx18.txt
1560 F: drivers/media/video/cx18/
1562 CXGB3 ETHERNET DRIVER (CXGB3)
1566 W: http://www.chelsio.com
1568 F: drivers/net/cxgb3/
1570 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1574 W: http://www.openfabrics.org
1576 F: drivers/infiniband/hw/cxgb3/
1581 W: http://www.arm.linux.org.uk/
1583 F: drivers/video/cyber2000fb.*
1585 CYBLAFB FRAMEBUFFER DRIVER
1591 CYCLADES 2X SYNC CARD DRIVER
1592 P: Arnaldo Carvalho de Melo
1594 W: http://oops.ghostprotocols.net:81/blog
1596 F: drivers/net/wan/cycx*
1598 CYCLADES ASYNC MUX DRIVER
1599 W: http://www.cyclades.com/
1601 F: drivers/char/cyclades.c
1602 F: include/linux/cyclades.h
1604 CYCLADES PC300 DRIVER
1605 W: http://www.cyclades.com/
1607 F: drivers/net/wan/pc300*
1609 DAMA SLAVE for AX.25
1612 W: http://yaina.de/jreuter/
1613 W: http://www.qsl.net/dl1bke/
1616 F: net/ax25/af_ax25.c
1617 F: net/ax25/ax25_dev.c
1618 F: net/ax25/ax25_ds_*
1619 F: net/ax25/ax25_in.c
1620 F: net/ax25/ax25_out.c
1621 F: net/ax25/ax25_timer.c
1622 F: net/ax25/sysctl_net_ax25.c
1624 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1629 F: Documentation/networking/dmfe.txt
1630 F: drivers/net/tulip/dmfe.c
1632 DC390/AM53C974 SCSI driver
1635 W: http://www.garloff.de/kurt/linux/dc390/
1636 P: Guennadi Liakhovetski
1639 F: drivers/scsi/tmscsim.*
1648 W: http://twibble.org/dist/dc395x/
1650 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1652 F: Documentation/scsi/dc395x.txt
1653 F: drivers/scsi/dc395x.*
1656 P: Arnaldo Carvalho de Melo
1659 W: http://linux-net.osdl.org/index.php/DCCP
1661 F: include/linux/dccp.h
1662 F: include/linux/tfrc.h
1665 DECnet NETWORK LAYER
1666 P: Christine Caulfield
1668 W: http://linux-decnet.sourceforge.net
1671 F: Documentation/networking/decnet.txt
1674 DEFXX FDDI NETWORK DRIVER
1675 P: Maciej W. Rozycki
1678 F: drivers/net/defxx.*
1684 F: drivers/platform/x86/dell-laptop.c
1686 DELL LAPTOP SMM DRIVER
1687 P: Massimo Dal Zotto
1689 W: http://www.debian.org/~dz/i8k/
1691 F: drivers/char/i8k.c
1692 F: include/linux/i8k.h
1694 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1698 F: Documentation/dcdbas.txt
1699 F: drivers/firmware/dcdbas.*
1701 DELL WMI EXTRAS DRIVER
1706 DEVICE NUMBER REGISTRY
1709 W: http://lanana.org/docs/device-list/index.html
1716 W: http://sources.redhat.com/dm
1718 F: Documentation/device-mapper/
1720 F: include/linux/device-mapper.h
1721 F: include/linux/dm-*.h
1723 DIGI INTL. EPCA DRIVER
1724 P: Digi International, Inc
1727 W: http://www.digi.com
1729 F: Documentation/serial/digiepca.txt
1730 F: drivers/char/epca*
1731 F: drivers/char/digi*
1733 DIRECTORY NOTIFICATION (DNOTIFY)
1738 F: Documentation/filesystems/dnotify.txt
1739 F: fs/notify/dnotify/
1740 F: include/linux/dnotify.h
1742 DISK GEOMETRY AND PARTITION HANDLING
1745 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1746 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1747 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1755 F: Documentation/filesystems/quota.txt
1757 F: include/linux/quota*.h
1759 DISTRIBUTED LOCK MANAGER (DLM)
1760 P: Christine Caulfield
1765 W: http://sources.redhat.com/cluster/
1766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1770 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1778 F: include/linux/dma*
1780 DME1737 HARDWARE MONITOR DRIVER
1785 F: Documentation/hwmon/dme1737
1786 F: drivers/hwmon/dme1737.c
1788 DOCBOOK FOR DOCUMENTATION
1793 DOCKING STATION DRIVER
1798 F: drivers/acpi/dock.c
1808 P: James R. Van Zandt
1812 F: drivers/char/dtlk.c
1813 F: include/linux/dtlk.h
1815 DPT_I2O SCSI RAID DRIVER
1816 P: Adaptec OEM Raid Solutions
1819 W: http://www.adaptec.com/
1821 F: drivers/scsi/dpt*
1822 F: drivers/scsi/dpt/
1824 DRIVER CORE, KOBJECTS, AND SYSFS
1825 P: Greg Kroah-Hartman
1828 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1830 F: Documentation/kobject.txt
1831 F: drivers/base/core.c
1833 F: include/linux/kobj*
1840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1849 F: drivers/net/wan/dscc4.c
1851 DVB SUBSYSTEM AND DRIVERS
1852 P: LinuxTV.org Project
1854 W: http://linuxtv.org/
1855 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1857 F: Documentation/dvb/
1858 F: drivers/media/dvb/
1859 F: drivers/media/common/saa7146*.c
1860 F: include/linux/dvb/
1862 DZ DECSTATION DZ11 SERIAL DRIVER
1863 P: Maciej W. Rozycki
1866 F: drivers/serial/dz.*
1868 EATA-DMA SCSI DRIVER
1874 F: drivers/scsi/eata*
1876 EATA ISA/EISA/PCI SCSI DRIVER
1881 F: drivers/scsi/eata.c
1883 EATA-PIO SCSI DRIVER
1889 F: drivers/scsi/eata_pio.*
1896 W: http://ebtables.sourceforge.net/
1898 F: include/linux/netfilter_bridge/ebt_*.h
1899 F: net/bridge/netfilter/ebt*.c
1907 W: https://launchpad.net/ecryptfs
1909 F: Documentation/filesystems/ecryptfs.txt
1916 W: bluesmoke.sourceforge.net
1918 F: Documentation/edac.txt
1919 F: drivers/edac/edac_*
1920 F: include/linux/edac.h
1928 W: bluesmoke.sourceforge.net
1930 F: drivers/edac/e752x_edac.c
1936 W: bluesmoke.sourceforge.net
1938 F: drivers/edac/e7xxx_edac.c
1944 W: bluesmoke.sourceforge.net
1946 F: drivers/edac/i82443bxgx_edac.c
1952 W: bluesmoke.sourceforge.net
1954 F: drivers/edac/i3000_edac.c
1960 W: bluesmoke.sourceforge.net
1962 F: drivers/edac/i5000_edac.c
1965 P: Mauro Carvalho Chehab
1968 W: bluesmoke.sourceforge.net
1970 F: drivers/edac/i5400_edac.c
1973 P: Ranganathan Desikan
1978 W: bluesmoke.sourceforge.net
1980 F: drivers/edac/i82975x_edac.c
1986 W: bluesmoke.sourceforge.net
1988 F: drivers/edac/pasemi_edac.c
1994 W: bluesmoke.sourceforge.net
1996 F: drivers/edac/r82600_edac.c
1998 EEEPC LAPTOP EXTRAS DRIVER
2002 W: http://sourceforge.net/projects/acpi4asus
2004 F: drivers/platform/x86/eeepc-laptop.c
2007 W: http://aeschi.ch.eu.org/efs/
2011 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2018 F: drivers/infiniband/hw/ehca/
2028 EMULEX LPFC FC SCSI DRIVER
2032 W: http://sourceforge.net/projects/lpfcxxxx
2034 F: drivers/scsi/lpfc/
2036 EPSON 1355 FRAMEBUFFER DRIVER
2037 P: Christopher Hoover
2039 P: Christopher Hoover
2042 F: drivers/video/epson1355fb.c
2044 EPSON S1D13XXX FRAMEBUFFER DRIVER
2045 P: Kristoffer Ericson
2048 F: drivers/video/s1d13xxxfb.c
2049 F: include/video/s1d13xxxfb.h
2051 ETHEREXPRESS-16 NETWORK DRIVER
2056 F: drivers/net/eexpress.*
2059 P: Stephen Hemminger
2062 W: http://www.linux-foundation.org/en/Net:Bridge
2064 F: include/linux/netfilter_bridge/
2067 ETHERTEAM 16I DRIVER
2071 F: drivers/net/eth16i.c
2076 F: Documentation/filesystems/ext2.txt
2078 F: include/linux/ext2*
2089 F: Documentation/filesystems/ext3.txt
2091 F: include/linux/ext3*
2099 W: http://ext4.wiki.kernel.org
2101 F: Documentation/filesystems/ext4.txt
2104 F71805F HARDWARE MONITORING DRIVER
2109 F: Documentation/hwmon/f71805f
2110 F: drivers/hwmon/f71805f.c
2112 FARSYNC SYNCHRONOUS DRIVER
2115 W: http://www.farsite.co.uk/
2117 F: drivers/net/wan/farsync.*
2119 FAULT INJECTION SUPPORT
2123 F: Documentation/fault-injection/
2124 F: lib/fault-inject.c
2126 FILE LOCKING (flock() and fcntl()/lockf())
2131 F: include/linux/fcntl.h
2132 F: include/linux/fs.h
2136 FILESYSTEMS (VFS and infrastructure)
2143 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2150 P: Kristian Hoegsberg
2155 W: http://www.linux1394.org/
2156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2158 F: drivers/firewire/
2159 F: include/linux/firewire*.h
2161 FIRMWARE LOADER (request_firmware)
2164 F: Documentation/firmware_class/
2165 F: drivers/base/firmware*.c
2166 F: include/linux/firmware.h
2171 W: http://suburbia.net/~billm/floating-point/emulator/
2173 F: arch/x86/math-emu/
2175 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2180 F: drivers/net/wan/dlci.c
2181 F: drivers/net/wan/sdla.c
2187 W: http://linux-fbdev.sourceforge.net/
2189 F: Documentation/fb/
2190 F: drivers/video/fb*
2191 F: include/linux/fb.h
2193 FREESCALE DMA DRIVER
2201 F: drivers/dma/fsldma.*
2203 FREESCALE I2C CPM DRIVER
2209 F: drivers/i2c/busses/i2c-cpm.c
2211 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2217 F: arch/arm/plat-mxc/include/mach/imxfb.h
2218 F: drivers/video/imxfb.c
2220 FREESCALE SOC FS_ENET DRIVER
2221 P: Pantelis Antoniou
2228 F: drivers/net/fs_enet/
2229 F: include/linux/fs_enet_pd.h
2231 FREESCALE QUICC ENGINE LIBRARY
2236 F: arch/powerpc/sysdev/qe_lib/
2237 F: arch/powerpc/include/asm/*qe.h
2239 FREESCALE HIGHSPEED USB DEVICE DRIVER
2245 F: drivers/usb/gadget/fsl_usb2_udc.c
2247 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2253 F: drivers/net/ucc_geth*
2255 FREESCALE QUICC ENGINE UCC UART DRIVER
2260 F: drivers/serial/ucc_uart.c
2262 FREESCALE SOC SOUND DRIVERS
2271 P: Christoph Hellwig
2273 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2280 P: Rafael J. Wysocki
2284 F: Documentation/power/freezing-of-tasks.txt
2285 F: include/linux/freezer.h
2292 F: Documentation/ftrace.txt
2293 F: arch/*/*/*/ftrace.h
2294 F: arch/*/kernel/ftrace.c
2295 F: include/*/ftrace.h
2298 FUJITSU FR-V (FRV) PORT
2305 FUJITSU LAPTOP EXTRAS
2310 F: drivers/platform/x86/fujitsu-laptop.c
2312 FUSE: FILESYSTEM IN USERSPACE
2316 W: http://fuse.sourceforge.net/
2319 F: include/linux/fuse.h
2321 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2325 S: Odd Fixes (e.g., new signatures)
2326 F: drivers/scsi/fdomain.*
2328 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2332 W: http://www.icp-vortex.com/
2334 F: drivers/scsi/gdt*
2336 GENERIC GPIO I2C DRIVER
2337 P: Haavard Skinnemoen
2340 F: drivers/i2c/busses/i2c-gpio.c
2341 F: include/linux/i2c-gpio.h
2343 GENERIC HDLC (WAN) DRIVERS
2346 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2348 F: drivers/net/wan/c101.c
2349 F: drivers/net/wan/hd6457*
2350 F: drivers/net/wan/hdlc*
2351 F: drivers/net/wan/n2.c
2352 F: drivers/net/wan/pc300too.c
2353 F: drivers/net/wan/pci200syn.c
2354 F: drivers/net/wan/wanxl*
2357 P: Steven Whitehouse
2360 W: http://sources.redhat.com/cluster/
2361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2364 F: Documentation/filesystems/gfs2*.txt
2366 F: include/linux/gfs2_ondisk.h
2368 GIGASET ISDN DRIVERS
2374 W: http://gigaset307x.sourceforge.net/
2376 F: Documentation/isdn/README.gigaset
2377 F: drivers/isdn/gigaset/
2378 F: include/linux/gigaset_dev.h
2380 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2384 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2386 F: drivers/hwmon/hdaps.c
2388 HYPERVISOR VIRTUAL CONSOLE DRIVER
2392 F: drivers/char/hvc_*
2394 GSPCA FINEPIX SUBDRIVER
2398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2400 F: drivers/media/video/gspca/finepix.c
2402 GSPCA M5602 SUBDRIVER
2406 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2408 F: drivers/media/video/gspca/m5602/
2410 GSPCA PAC207 SONIXB SUBDRIVER
2414 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2416 F: drivers/media/video/gspca/pac207.c
2418 GSPCA T613 SUBDRIVER
2419 P: Leandro Costantino
2422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2424 F: drivers/media/video/gspca/t613.c
2426 GSPCA USB WEBCAM DRIVER
2427 P: Jean-Francois Moine
2429 W: http://moinejf.free.fr
2431 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2433 F: drivers/media/video/gspca/
2437 W: http://www.lm-sensors.org/
2441 HARDWARE RANDOM NUMBER GENERATOR CORE
2443 F: Documentation/hw_random.txt
2444 F: drivers/char/hw_random/
2445 F: include/linux/hw_random.h
2447 HARMONY SOUND DRIVER
2452 F: sound/parisc/harmony.*
2454 HAYES ESP SERIAL DRIVER
2455 P: Andrew J. Robinson
2458 W: http://www.nyx.net/~arobinso
2460 F: Documentation/serial/hayes-esp.txt
2461 F: drivers/char/esp.c
2463 HEWLETT-PACKARD SMART2 RAID DRIVER
2468 F: Documentation/blockdev/cpqarray.txt
2469 F: drivers/block/cpqarray.*
2471 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2476 F: Documentation/blockdev/cciss.txt
2477 F: drivers/block/cciss*
2478 F: include/linux/cciss_ioctl.h
2485 F: Documentation/filesystems/hfs.txt
2488 HGA FRAMEBUFFER DRIVER
2492 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2494 F: drivers/video/hgafb.c
2496 HIBERNATION (aka Software Suspend, aka swsusp)
2499 P: Rafael J. Wysocki
2504 F: drivers/base/power/
2506 F: include/linux/suspend.h
2507 F: include/linux/freezer.h
2508 F: include/linux/pm.h
2509 F: include/asm-*/suspend*.h
2510 F: arch/*/include/asm/suspend*.h
2516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2519 F: include/linux/hid*
2521 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2526 F: Documentation/timers/
2528 F: include/linux/hrtimer.h
2530 HIGH-SPEED SCC DRIVER FOR AX.25
2534 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2536 F: drivers/net/hamradio/dmascc.c
2537 F: drivers/net/hamradio/scc.c
2539 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2540 P: HighPoint Linux Team
2542 W: http://www.highpoint-tech.com
2544 F: Documentation/scsi/hptiop.txt
2545 F: drivers/scsi/hptiop.c
2552 F: include/linux/hippidevice.h
2553 F: include/linux/if_hippi.h
2561 W: http://hostap.epitest.fi/
2563 F: drivers/net/wireless/hostap/
2565 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2569 F: drivers/platform/x86/tc1100-wmi.c
2571 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2575 F: drivers/net/hp100.*
2577 HPET: High Precision Event Timers driver
2581 F: Documentation/timers/hpet.txt
2582 F: drivers/char/hpet.c
2583 F: include/linux/hpet.h
2586 P: Venkatesh Pallipadi (Venki)
2589 F: arch/x86/kernel/hpet.c
2590 F: arch/x86/include/asm/hpet.h
2601 F: drivers/char/hpet.c
2606 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2611 P: Denis Joseph Barrow
2613 W: http://www.pharscape.org
2615 F: drivers/net/usb/hso.c
2617 HTCPEN TOUCHSCREEN DRIVER
2622 F: drivers/input/touchscreen/htcpen.c
2630 I2C/SMBUS STUB DRIVER
2635 F: drivers/i2c/busses/i2c-stub.c
2638 P: Jean Delvare (PC drivers, core)
2640 P: Ben Dooks (embedded platforms)
2643 W: http://i2c.wiki.kernel.org/
2644 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2646 F: Documentation/i2c/
2648 F: include/linux/i2c.h
2649 F: include/linux/i2c-dev.h
2650 F: include/linux/i2c-id.h
2656 T: http://www.harbaum.org/till/i2c_tiny_usb
2658 F: drivers/i2c/busses/i2c-tiny-usb.c
2667 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2673 IA64 (Itanium) PLATFORM
2677 W: http://www.ia64-linux.org/
2678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2682 IBM MCA SCSI SUBSYSTEM DRIVER
2685 W: http://www.uni-mainz.de/~langm000/linux.html
2687 F: drivers/scsi/ibmmca.c
2689 IBM Power Linux RAID adapter
2693 F: drivers/scsi/ipr.*
2695 IBM ServeRAID RAID DRIVER
2699 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2701 F: drivers/scsi/ips.*
2704 P: Bartlomiej Zolnierkiewicz
2707 T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2709 F: Documentation/ide/
2711 F: include/linux/ide.h
2718 F: Documentation/cdrom/ide-cd
2719 F: drivers/ide/ide-cd*
2726 F: drivers/idle/i7300_idle.c
2734 W: http://www.linux1394.org/
2735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2737 F: drivers/ieee1394/
2739 IEEE 1394 RAW I/O DRIVER
2746 F: drivers/ieee1394/raw1394*
2748 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2752 F: security/integrity/ima/
2754 IMS TWINTURBO FRAMEBUFFER DRIVER
2757 F: drivers/video/imsttfb.c
2759 INFINIBAND SUBSYSTEM
2767 W: http://www.openib.org/
2768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2770 F: Documentation/infiniband/
2771 F: drivers/infiniband/
2772 F: include/linux/if_infiniband.h
2781 F: Documentation/filesystems/inotify.txt
2782 F: fs/notify/inotify/
2783 F: include/linux/inotify.h
2785 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2794 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2799 F: Documentation/fb/intelfb.txt
2800 F: drivers/video/intelfb/
2802 INTEL 810/815 FRAMEBUFFER DRIVER
2807 F: drivers/video/i810/
2809 INTEL MENLOW THERMAL DRIVER
2813 W: http://www.lesswatts.org/projects/acpi/
2815 F: drivers/platform/x86/intel_menlow.c
2817 INTEL IA32 MICROCODE UPDATE SUPPORT
2821 F: arch/x86/kernel/microcode_core.c
2822 F: arch/x86/kernel/microcode_intel.c
2824 INTEL I/OAT DMA DRIVER
2829 F: drivers/dma/ioat*
2835 T: git git://git.infradead.org/iommu-2.6.git
2837 F: drivers/pci/intel-iommu.c
2838 F: include/linux/intel-iommu.h
2840 INTEL IOP-ADMA DMA DRIVER
2845 F: drivers/dma/iop-adma.c
2847 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2851 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2852 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2853 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2854 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2855 F: drivers/net/arm/ixp4xx_eth.c
2856 F: drivers/net/wan/ixp4xx_hss.c
2858 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2862 F: drivers/char/hw_random/ixp4xx-rng.c
2864 INTEL IXP2000 ETHERNET DRIVER
2865 P: Lennert Buytenhek
2869 F: drivers/net/ixp2000/
2871 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2883 W: http://e1000.sourceforge.net/
2885 F: drivers/net/e100.c
2886 F: drivers/net/e1000/
2887 F: drivers/net/e1000e/
2889 F: drivers/net/ixgb/
2890 F: drivers/net/ixgbe/
2892 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2901 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2902 W: http://ipw2100.sourceforge.net
2904 F: Documentation/networking/README.ipw2100
2905 F: drivers/net/wireless/ipw2x00/ipw2100.*
2907 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2916 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2917 W: http://ipw2200.sourceforge.net
2919 F: Documentation/networking/README.ipw2200
2920 F: drivers/net/wireless/ipw2x00/ipw2200.*
2922 INTEL WIRELESS WIMAX CONNECTION 2400
2923 P: Inaky Perez-Gonzalez
2928 W: http://linuxwimax.org
2929 F: Documentation/wimax/README.i2400m
2930 F: drivers/net/wimax/i2400m/
2931 F: include/linux/wimax/i2400m.h
2933 INTEL WIRELESS WIFI LINK (iwlwifi)
2940 W: http://intellinuxwireless.org
2941 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2943 F: drivers/net/wireless/iwlwifi/
2945 IOC3 ETHERNET DRIVER
2950 F: drivers/net/ioc3-eth.c
2957 F: drivers/serial/ioc3_serial.c
2963 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2965 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2974 F: drivers/net/ipg.c
2980 T: git git://git.qlogic.com/ipath-linux-2.6
2982 F: drivers/infiniband/hw/ipath/
2988 W: http://openipmi.sourceforge.net/
2990 F: Documentation/IPMI.txt
2991 F: drivers/char/ipmi/
2992 F: include/linux/ipmi*
2994 IPS SCSI RAID DRIVER
2995 P: Adaptec OEM Raid Solutions
2998 W: http://www.adaptec.com/
3000 F: drivers/scsi/ips*
3012 F: Documentation/networking/ipvs-sysctl.txt
3013 F: net/netfilter/ipvs/
3021 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3022 F: drivers/char/pcmcia/ipwireless/
3025 P: Arnaldo Carvalho de Melo
3029 F: include/linux/ipx.h
3030 F: include/net/ipx.h
3037 W: http://irda.sourceforge.net/
3039 F: Documentation/networking/irda.txt
3040 F: drivers/net/irda/
3041 F: include/net/irda/
3048 F: Documentation/isapnp.txt
3049 F: drivers/pnp/isapnp/
3050 F: include/linux/isapnp.h
3056 W: www.open-iscsi.org
3057 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3059 F: drivers/scsi/*iscsi*
3060 F: include/scsi/*iscsi*
3066 W: http://www.isdn4linux.de
3067 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3069 F: Documentation/isdn/
3071 F: include/linux/isdn.h
3072 F: include/linux/isdn/
3074 ISDN SUBSYSTEM (Eicon active card driver)
3078 W: http://www.melware.de
3080 F: drivers/isdn/hardware/eicon/
3082 IVTV VIDEO4LINUX DRIVER
3088 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3089 W: http://www.ivtvdriver.org
3091 F: Documentation/video4linux/*.ivtv
3092 F: drivers/media/video/ivtv/
3093 F: include/linux/ivtv*
3099 W: http://jfs.sourceforge.net/
3100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3102 F: Documentation/filesystems/jfs.txt
3110 F: drivers/net/jme.*
3112 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3116 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3119 F: include/linux/jffs2.h
3120 F: include/mtd/jffs2-user.h
3122 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3130 F: include/linux/ext*jbd*.h
3131 F: include/linux/jbd*.h
3133 K8TEMP HARDWARE MONITORING DRIVER
3138 F: Documentation/hwmon/k8temp
3139 F: drivers/hwmon/k8temp.c
3146 F: Documentation/kbuild/kconfig-language.txt
3156 W: http://lse.sourceforge.net/kdump/
3158 F: Documentation/kdump
3160 KERNEL AUTOMOUNTER (AUTOFS)
3167 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3181 F: Documentation/kbuild/
3183 F: scripts/Makefile.*
3188 W: http://www.kerneljanitors.org/
3191 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3197 W: http://nfs.sourceforge.net/
3200 F: include/linux/nfsd/
3204 F: include/linux/lockd/
3205 F: include/linux/sunrpc/
3207 KERNEL VIRTUAL MACHINE (KVM)
3211 W: http://kvm.qumranet.com
3213 F: Documentation/*/kvm.txt
3215 F: arch/*/include/asm/kvm*
3216 F: include/linux/kvm*
3219 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3223 W: http://kvm.qumranet.com
3225 F: arch/x86/include/asm/svm.h
3226 F: arch/x86/kvm/kvm_svm.h
3227 F: arch/x86/kvm/svm.c
3229 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3233 W: http://kvm.qumranet.com
3235 F: arch/powerpc/include/asm/kvm*
3236 F: arch/powerpc/kvm/
3238 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3242 W: http://kvm.qumranet.com
3244 F: Documentation/ia64/kvm.txt
3245 F: arch/ia64/include/asm/kvm*
3248 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3251 P: Christian Borntraeger
3255 W: http://www.ibm.com/developerworks/linux/linux390/
3257 F: Documentation/s390/kvm.txt
3258 F: arch/s390/include/asm/kvm*
3264 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3268 F: include/linux/kexec.h
3276 F: Documentation/DocBook/kgdb.tmpl
3277 F: drivers/misc/kgdbts.c
3278 F: drivers/serial/kgdboc.c
3279 F: include/linux/kgdb.h
3283 P: Eduard - Gabriel Munteanu
3287 F: Documentation/vm/kmemtrace.txt
3288 F: include/trace/kmemtrace.h
3289 F: kernel/trace/kmemtrace.c
3292 P: Ananth N Mavinakayanahalli
3294 P: Anil S Keshavamurthy
3302 F: Documentation/kprobes.txt
3303 F: include/linux/kprobes.h
3306 KS0108 LCD CONTROLLER DRIVER
3307 P: Miguel Ojeda Sandonis
3310 W: http://miguelojeda.es/auxdisplay.htm
3311 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3313 F: Documentation/auxdisplay/ks0108
3314 F: drivers/auxdisplay/ks0108.c
3315 F: include/linux/ks0108.h
3320 F: Documentation/networking/lapb-module.txt
3324 LASI 53c700 driver for PARISC
3325 P: James E.J. Bottomley
3329 F: Documentation/scsi/53c700.txt
3330 F: drivers/scsi/53c700*
3337 F: include/linux/leds.h
3339 LEGO USB Tower driver
3343 W: http://legousb.sourceforge.net/
3345 F: drivers/usb/misc/legousbtower.c
3351 W: http://lguest.ozlabs.org/
3353 F: Documentation/lguest/
3356 F: include/linux/lguest*.h
3357 F: arch/x86/include/asm/lguest*.h
3359 LINUX FOR IBM pSERIES (RS/6000)
3362 W: http://www.ibm.com/linux/ltc/projects/ppc
3365 LINUX FOR NCR VOYAGER
3368 W: http://www.hansenpartnership.com/voyager
3371 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3372 P: Benjamin Herrenschmidt
3376 W: http://www.penguinppc.org/
3378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3381 LINUX FOR POWER MACINTOSH
3382 P: Benjamin Herrenschmidt
3384 W: http://www.penguinppc.org/
3388 LINUX FOR POWERPC EMBEDDED MPC5XXX
3396 LINUX FOR POWERPC EMBEDDED PPC4XX
3401 W: http://www.penguinppc.org/
3403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc.git
3406 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3409 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3413 LINUX FOR POWERPC EMBEDDED PPC8XX
3418 W: http://www.penguinppc.org/
3422 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3425 W: http://www.penguinppc.org/
3429 LINUX FOR POWERPC PA SEMI PWRFICIENT
3432 W: http://www.pasemi.com/
3436 LINUX SECURITY MODULE (LSM) FRAMEWORK
3440 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3444 P: Arnaldo Carvalho de Melo
3447 F: include/linux/llc.h
3451 LIS3LV02D ACCELEROMETER DRIVER
3455 F: Documentation/hwmon/lis3lv02d
3456 F: drivers/hwmon/lis3lv02d.*
3458 LM83 HARDWARE MONITOR DRIVER
3463 F: Documentation/hwmon/lm83
3464 F: drivers/hwmon/lm83.c
3466 LM90 HARDWARE MONITOR DRIVER
3471 F: Documentation/hwmon/lm90
3472 F: drivers/hwmon/lm90.c
3474 LOCKDEP AND LOCKSTAT
3480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3482 F: Documentation/lockdep*.txt
3483 F: Documentation/lockstat.txt
3484 F: include/linux/lockdep.h
3487 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3488 P: Richard Russon (FlatCap)
3491 W: http://www.linux-ntfs.org/content/view/19/37/
3493 F: Documentation/ldm.txt
3494 F: fs/partitions/ldm.*
3496 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3502 W: http://www.lsilogic.com/support
3504 F: drivers/message/fusion/
3506 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3511 F: drivers/scsi/sym53c8xx_2/
3513 LTP (Linux Test Project)
3519 W: http://ltp.sourceforge.net/
3520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3528 W: http://www.linux-m32r.org/
3531 F: include/asm-m32r/
3534 P: Geert Uytterhoeven
3539 W: http://www.linux-m68k.org/
3540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3544 M68K ON APPLE MACINTOSH
3547 W: http://www.mac.linux-m68k.org/
3554 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3562 W: http://linuxwireless.org/
3563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3565 F: Documentation/networking/mac80211-injection.txt
3566 F: include/net/mac80211.h
3569 MAC80211 PID RATE CONTROL
3575 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3576 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3578 F: net/mac80211/rc80211_pid*
3585 F: drivers/net/macvlan.c
3586 F: include/linux/if_macvlan.h
3588 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3591 W: http://www.kernel.org/doc/man-pages
3595 MARVELL LIBERTAS WIRELESS DRIVER
3600 F: drivers/net/wireless/libertas/
3602 MARVELL MV643XX ETHERNET DRIVER
3603 P: Lennert Buytenhek
3607 F: drivers/net/mv643xx_eth.*
3608 F: include/linux/mv643xx.h
3610 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3616 MARVELL YUKON / SYSKONNECT DRIVER
3621 W: http://www.syskonnect.com
3624 MATROX FRAMEBUFFER DRIVER
3629 F: drivers/video/matrox/matroxfb_*
3630 F: include/linux/matroxfb.h
3632 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3637 F: Documentation/hwmon/max6650
3638 F: drivers/hwmon/max6650.c
3640 MEGARAID SCSI DRIVERS
3644 W: http://megaraid.lsilogic.com
3646 F: Documentation/scsi/megaraid.txt
3647 F: drivers/scsi/megaraid.*
3648 F: drivers/scsi/megaraid/
3653 W: http://www.linux-mm.org
3655 F: include/linux/mm.h
3658 MEMORY RESOURCE CONTROLLER
3663 P: KAMEZAWA Hiroyuki
3670 MEMORY TECHNOLOGY DEVICES (MTD)
3673 W: http://www.linux-mtd.infradead.org/
3675 T: git git://git.infradead.org/mtd-2.6.git
3678 F: include/linux/mtd/
3685 F: drivers/usb/image/microtek.*
3690 W: http://www.linux-mips.org/
3692 T: git git://git.linux-mips.org/pub/scm/linux.git
3694 F: Documentation/mips/
3697 MISCELLANEOUS MCA-SUPPORT
3702 F: Documentation/ia64/mca.txt
3703 F: Documentation/mca.txt
3705 F: include/linux/mca*
3712 F: include/linux/module.h
3715 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3718 W: http://popies.net/meye/
3720 F: Documentation/video4linux/meye.txt
3721 F: drivers/media/video/meye.*
3722 F: include/linux/meye.h
3724 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3729 F: drivers/mmc/host/imxmmc.*
3731 MOUSE AND MISC DEVICES [GENERAL]
3732 P: Alessandro Rubini
3736 F: drivers/input/mouse/
3737 F: include/linux/gpio_mouse.h
3739 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3744 F: Documentation/serial/moxa-smartio
3745 F: drivers/char/mxser.*
3748 P: Lennart Poettering
3750 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3751 W: http://0pointer.de/lennart/tchibo.html
3753 F: drivers/platform/x86/msi-laptop.c
3755 MULTIFUNCTION DEVICES (MFD)
3759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3763 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3769 F: include/linux/mmc/
3771 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3776 F: drivers/mmc/host/mmc_spi.c
3777 F: include/linux/spi/mmc_spi.h
3779 MULTISOUND SOUND DRIVER
3783 F: Documentation/sound/oss/MultiSound
3786 MULTITECH MULTIPORT CARD (ISICOM)
3791 F: drivers/char/isicom.c
3792 F: include/linux/isicom.h
3794 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3798 T: git git://gitorious.org/musb/mainline.git
3800 F: drivers/usb/musb/
3802 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3808 W: http://www.myri.com/scs/download-Myri10GE.html
3810 F: drivers/net/myri10ge/
3812 NATSEMI ETHERNET DRIVER (DP8381x)
3816 F: drivers/net/natsemi.c
3825 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3826 P: James E.J. Bottomley
3830 F: drivers/scsi/NCR_D700.*
3832 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3838 W: http://www.neteffect.com
3840 F: drivers/infiniband/hw/nes/
3842 NETEM NETWORK EMULATOR
3843 P: Stephen Hemminger
3847 F: net/sched/sch_netem.c
3849 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3854 P: Sivakumar Subramani
3856 P: Sreenivasa Honnur
3861 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3862 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3864 F: Documentation/networking/s2io.txt
3865 F: drivers/net/s2io*
3867 NETFILTER/IPTABLES/IPCHAINS
3878 W: http://www.netfilter.org/
3879 W: http://www.iptables.org/
3881 F: include/linux/netfilter*
3882 F: include/linux/netfilter/
3883 F: include/net/netfilter/
3884 F: net/*/netfilter.c
3891 W: http://netlabel.sf.net
3894 F: Documentation/netlabel
3895 F: include/net/netlabel.h
3898 NETROM NETWORK LAYER
3902 W: http://www.linux-ax25.org/
3904 F: include/linux/netrom.h
3905 F: include/net/netrom.h
3908 NETWORK BLOCK DEVICE (NBD)
3912 F: Documentation/blockdev/nbd.txt
3913 F: drivers/block/nbd.c
3914 F: include/linux/nbd.h
3916 NETWORK DEVICE DRIVERS
3920 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3924 NETWORKING [GENERAL]
3928 W: http://linux-net.osdl.org/
3933 NETWORKING [IPv4/IPv6]
3938 P: Pekka Savola (ipv6)
3942 P: Hideaki YOSHIFUJI
3947 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3953 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3959 NETWORKING [WIRELESS]
3963 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3966 F: include/net/ieee80211*
3967 F: include/net/wireless.h
3969 NETXEN (1/10) GbE SUPPORT
3973 W: http://www.netxen.com
3975 F: drivers/net/netxen/
3977 NFS, SUNRPC, AND LOCKD CLIENTS
3981 W: http://client.linux-nfs.org
3982 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3988 F: include/linux/lockd/
3989 F: include/linux/nfs*
3990 F: include/linux/sunrpc/
3992 NI5010 NETWORK DRIVER
3993 P: Jan-Pascal van Best
3999 F: drivers/net/ni5010.*
4005 W: http://www.nilfs.org/en/
4007 F: Documentation/filesystems/nilfs2.txt
4009 F: include/linux/nilfs2_fs.h
4011 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4014 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4016 F: Documentation/scsi/NinjaSCSI.txt
4017 F: drivers/scsi/pcmcia/nsp_*
4019 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4024 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4026 F: Documentation/scsi/NinjaSCSI.txt
4027 F: drivers/scsi/nsp32*
4030 P: Anton Altaparmakov
4034 W: http://www.linux-ntfs.org/
4035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4037 F: Documentation/filesystems/ntfs.txt
4040 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4045 F: drivers/video/riva/
4046 F: drivers/video/nvidia/
4053 F: Documentation/filesystems/omfs.txt
4056 OMNIKEY CARDMAN 4000 DRIVER
4060 F: drivers/char/pcmcia/cm4000_cs.c
4061 F: include/linux/cm4000_cs.h
4063 OMNIKEY CARDMAN 4040 DRIVER
4067 F: drivers/char/pcmcia/cm4040_cs.*
4069 OMNIVISION OV7670 SENSOR DRIVER
4073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4075 F: drivers/media/video/ov7670.c
4077 ONENAND FLASH DRIVER
4082 F: drivers/mtd/onenand/
4083 F: include/linux/mtd/onenand*.h
4085 ONSTREAM SCSI TAPE DRIVER
4091 F: drivers/scsi/osst*
4094 OPENCORES I2C BUS DRIVER
4099 F: Documentation/i2c/busses/i2c-ocores
4100 F: drivers/i2c/busses/i2c-ocores.c
4108 F: drivers/oprofile/
4109 F: include/linux/oprofile.h
4111 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4117 W: http://oss.oracle.com/projects/ocfs2/
4118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4120 F: Documentation/filesystems/ocfs2.txt
4121 F: Documentation/filesystems/dlmfs.txt
4132 W: http://www.nongnu.org/orinoco/
4134 F: drivers/net/wireless/orinoco/
4142 W: http://open-osd.org
4143 T: git git://git.open-osd.org/open-osd.git
4150 W: http://prism54.org
4151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4153 F: drivers/net/wireless/p54/
4155 PA SEMI ETHERNET DRIVER
4160 F: drivers/net/pasemi_mac.*
4162 PA SEMI SMBUS DRIVER
4167 F: drivers/i2c/busses/i2c-pasemi.c
4169 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4173 F: drivers/platform/x86/panasonic-laptop.c
4175 PANASONIC MN10300/AM33 PORT
4181 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4183 F: Documentation/mn10300/
4185 F: include/asm-mn10300/
4187 PARALLEL PORT SUPPORT
4191 F: include/linux/parport*.h
4192 F: drivers/char/ppdev.c
4193 F: include/linux/ppdev.h
4195 PARAVIRT_OPS INTERFACE
4196 P: Jeremy Fitzhardinge
4207 F: Documentation/ia64/paravirt_ops.txt
4208 F: arch/*/kernel/paravirt*
4209 F: arch/*/include/asm/paravirt.h
4211 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4215 W: http://www.torque.net/linux-pp.html
4217 F: Documentation/blockdev/paride.txt
4218 F: drivers/block/paride/
4226 W: http://www.parisc-linux.org/
4227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4232 PC87360 HARDWARE MONITORING DRIVER
4237 F: Documentation/hwmon/pc87360
4238 F: drivers/hwmon/pc87360.c
4244 F: drivers/char/pc8736x_gpio.c
4257 F: Documentation/PCI/pci-error-recovery.txt
4258 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4267 F: Documentation/PCI/
4269 F: include/linux/pci*
4272 P: Kristen Carlson Accardi
4276 F: drivers/pci/pcie/
4279 P: Linux PCMCIA Team
4281 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4284 F: Documentation/pcmcia/
4288 PCNET32 NETWORK DRIVER
4293 F: drivers/net/pcnet32.c
4295 PER-TASK DELAY ACCOUNTING
4300 F: include/linux/delayacct.h
4301 F: kernel/delayacct.c
4303 PERSONALITY HANDLING
4304 P: Christoph Hellwig
4308 F: include/linux/personality.h
4315 F: drivers/mtd/devices/phram.c
4322 F: drivers/block/pktcdvd.c
4323 F: include/linux/pktcdvd.h
4325 POSIX CLOCKS and TIMERS
4331 F: include/linux/timer*
4334 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4340 T: git git://git.infradead.org/battery-2.6.git
4342 F: include/linux/power_supply.h
4343 F: drivers/power/power_supply*
4358 F: drivers/i2c/busses/i2c-pnx.c
4360 PPP PROTOCOL DRIVERS AND COMPRESSORS
4365 F: drivers/net/ppp_*
4367 PPP OVER ATM (RFC 2364)
4368 P: Mitchell Blank Jr
4371 F: net/atm/pppoatm.c
4372 F: include/linux/atmppp.h
4378 F: drivers/net/pppoe.c
4379 F: drivers/net/pppox.c
4385 F: drivers/net/pppol2tp.c
4386 F: include/linux/if_pppol2tp.h
4393 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4395 F: Documentation/preempt-locking.txt
4396 F: include/linux/preempt.h
4398 PRISM54 WIRELESS DRIVER
4399 P: Luis R. Rodriguez
4402 W: http://prism54.org
4404 F: drivers/net/wireless/prism54/
4406 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4409 W: http://www.pnd-pc.demon.co.uk/promise/
4412 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4413 P: Mikael Pettersson
4417 F: drivers/ata/sata_promise.*
4425 F: drivers/net/ps3_gelic_net.*
4427 PS3 PLATFORM SUPPORT
4433 F: arch/powerpc/boot/ps3*
4434 F: arch/powerpc/include/asm/lv1call.h
4435 F: arch/powerpc/include/asm/ps3*.h
4436 F: arch/powerpc/platforms/ps3/
4439 F: drivers/usb/host/*ps3.c
4447 PVRUSB2 VIDEO4LINUX DRIVER
4452 W: http://www.isely.net/pvrusb2/
4453 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4455 F: Documentation/video4linux/README.pvrusb2
4456 F: drivers/media/video/pvrusb2/
4458 PXA2xx/PXA3xx SUPPORT
4465 F: arch/arm/mach-pxa/
4466 F: drivers/pcmcia/pxa2xx*
4467 F: drivers/spi/pxa2xx*
4468 F: drivers/usb/gadget/pxa2*
4469 F: include/sound/pxa2xx-lib.h
4470 F: sound/soc/pxa/pxa2xx*
4478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4485 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4497 QLOGIC QLA2XXX FC-SCSI DRIVER
4502 F: Documentation/scsi/LICENSE.qla2xxx
4503 F: drivers/scsi/qla2xxx/
4505 QLOGIC QLA3XXX NETWORK DRIVER
4510 F: Documentation/networking/LICENSE.qla3xxx
4511 F: drivers/net/qla3xxx.*
4513 QLOGIC QLGE 10Gb ETHERNET DRIVER
4519 F: drivers/net/qlge/
4525 W: http://www.alarsen.net/linux/qnx4fs/
4528 F: include/linux/qnx4_fs.h
4529 F: include/linux/qnxtypes.h
4531 RADEON FRAMEBUFFER DISPLAY DRIVER
4532 P: Benjamin Herrenschmidt
4536 F: drivers/video/aty/radeon*
4537 F: include/linux/radeonfb.h
4539 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4544 F: drivers/video/aty/aty128fb.c
4546 RALINK RT2X00 WIRELESS LAN DRIVER
4550 W: http://rt2x00.serialmonkey.com/
4552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4553 F: drivers/net/wireless/rt2x00/
4555 RAMDISK RAM BLOCK DEVICE DRIVER
4559 F: Documentation/blockdev/ramdisk.txt
4560 F: drivers/block/brd.c
4562 RANDOM NUMBER DRIVER
4566 F: drivers/char/random.c
4575 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4580 F: drivers/net/wireless/ray*
4587 F: Documentation/RCU/torture.txt
4588 F: kernel/rcutorture.c
4596 RDC R6040 FAST ETHERNET DRIVER
4601 F: drivers/net/r6040.c
4603 RDS - RELIABLE DATAGRAM SOCKETS
4610 READ-COPY UPDATE (RCU)
4613 W: http://www.rdrop.com/users/paulmck/rclock/
4616 F: Documentation/RCU/rcu.txt
4617 F: Documentation/RCU/rcuref.txt
4618 F: include/linux/rcupdate.h
4619 F: include/linux/srcu.h
4620 F: kernel/rcupdate.c
4622 REAL TIME CLOCK DRIVER
4627 F: Documentation/rtc.txt
4629 F: include/linux/rtc.h
4631 REAL TIME CLOCK (RTC) SUBSYSTEM
4636 F: Documentation/rtc.txt
4638 F: include/linux/rtc.h
4640 REISERFS FILE SYSTEM
4654 F: Documentation/serial/riscom8.txt
4655 F: drivers/char/riscom8*
4659 W: http://www.comtrol.com
4661 F: Documentation/serial/rocket.txt
4662 F: drivers/char/rocket*
4668 W: http://www.linux-ax25.org/
4670 F: include/linux/rose.h
4671 F: include/net/rose.h
4674 RTL8180 WIRELESS DRIVER
4678 W: http://linuxwireless.org/
4679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4681 F: drivers/net/wireless/rtl818*
4683 RTL8187 WIRELESS DRIVER
4684 P: Herton Ronaldo Krzesinski
4691 W: http://linuxwireless.org/
4692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4694 F: drivers/net/wireless/rtl818x/rtl8187*
4696 S3 SAVAGE FRAMEBUFFER DRIVER
4701 F: drivers/video/savage/
4704 P: Martin Schwidefsky
4710 W: http://www.ibm.com/developerworks/linux/linux390/
4714 S390 NETWORK DRIVERS
4721 W: http://www.ibm.com/developerworks/linux/linux390/
4723 F: drivers/s390/net/
4741 W: http://www.ibm.com/developerworks/linux/linux390/
4743 F: Documentation/s390/zfcpdump.txt
4744 F: drivers/s390/scsi/zfcp_*
4746 S390 IUCV NETWORK LAYER
4751 W: http://www.ibm.com/developerworks/linux/linux390/
4753 F: drivers/s390/net/*iucv*
4754 F: include/net/iucv/
4757 S3C24XX SD/MMC Driver
4763 F: drivers/mmc/host/s3cmci.*
4765 SAA7146 VIDEO4LINUX-2 DRIVER
4769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4770 W: http://www.mihu.de/linux/saa7146
4772 F: drivers/media/common/saa7146*
4773 F: drivers/media/video/*7146*
4774 F: include/media/*7146*
4780 F: drivers/watchdog/sc1200wdt.c
4790 F: include/linux/sched.h
4796 W: http://www.kernel.dk
4804 W: http://www.torque.net/sg
4806 F: drivers/scsi/sg.c
4807 F: include/scsi/sg.h
4810 P: James E.J. Bottomley
4813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4825 F: Documentation/scsi/st.txt
4831 P: Sridhar Samudrala
4834 W: http://lksctp.sourceforge.net
4836 F: Documentation/networking/sctp.txt
4837 F: include/linux/sctp.h
4838 F: include/net/sctp/
4845 F: Documentation/i2c/busses/scx200_acb
4846 F: arch/x86/kernel/scx200_32.c
4847 F: drivers/watchdog/scx200_wdt.c
4848 F: drivers/i2c/busses/scx200*
4849 F: drivers/mtd/maps/scx200_docflash.c
4850 F: include/linux/scx200.h
4856 F: drivers/char/scx200_gpio.c
4857 F: include/linux/scx200_gpio.h
4859 SCx200 HRT CLOCKSOURCE DRIVER
4863 F: drivers/clocksource/scx200_hrt.c
4865 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4870 F: drivers/mmc/host/sdricoh_cs.c
4872 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4878 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4884 F: drivers/mmc/host/sdhci.*
4891 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4892 W: http://security.wiki.kernel.org/
4897 P: Security Officers
4901 SELINUX SECURITY MODULE
4910 W: http://selinuxproject.org
4911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4913 F: include/linux/selinux*
4914 F: security/selinux/
4920 F: drivers/misc/phantom.c
4921 F: include/linux/phantom.h
4923 SERIAL ATA (SATA) SUBSYSTEM
4927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4930 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4933 P: Subbu Seetharaman
4936 W: http://www.serverengines.com
4938 F: drivers/net/benet/
4943 P: Robert Stonehouse
4952 F: drivers/misc/sgi-gru/
4954 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4959 F: Documentation/ia64/serial.txt
4960 F: drivers/serial/ioc?_serial.c
4961 F: include/linux/ioc?.h
4963 SGI VISUAL WORKSTATION 320 AND 540
4967 W: http://linux-visws.sf.net
4968 S: Maintained for 2.6.
4969 F: Documentation/sgi-visws.txt
4971 SGI XP/XPC/XPNET DRIVER
4975 F: drivers/misc/sgi-xp/
4977 SHARP LH SUPPORT (LH7952X & LH7A40X)
4980 W: http://projects.buici.com/arm
4983 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4984 F: arch/arm/mach-lh7a40x/
4985 F: drivers/serial/serial_lh7a40x.c
4986 F: drivers/usb/gadget/lh7a40*
4987 F: drivers/usb/host/ohci-lh7a40*
4990 P: Kristen Carlson Accardi
4994 F: drivers/pci/hotplug/shpchp*
4996 SIMTEC EB110ATX (Chalice CATS)
5000 W: http://www.simtec.co.uk/products/EB110ATX/
5002 F: arch/arm/mach-ebsa110/
5004 SIMTEC EB2410ITX (BAST)
5008 W: http://www.simtec.co.uk/products/EB2410ITX/
5010 F: arch/arm/mach-s3c2410/
5011 F: drivers/*/*s3c2410*
5012 F: drivers/*/*/*s3c2410*
5014 SIS 190 ETHERNET DRIVER
5019 F: drivers/net/sis190.c
5021 SIS 900/7016 FAST ETHERNET DRIVER
5024 W: http://www.brownhat.org/sis900.html
5027 F: drivers/net/sis900.*
5029 SIS 96X I2C/SMBUS DRIVER
5034 F: Documentation/i2c/busses/i2c-sis96x
5035 F: drivers/i2c/busses/i2c-sis96x.c
5037 SIS FRAMEBUFFER DRIVER
5038 P: Thomas Winischhofer
5040 W: http://www.winischhofer.net/linuxsisvga.shtml
5042 F: Documentation/fb/sisfb.txt
5043 F: drivers/video/sis/
5044 F: include/video/sisfb.h
5047 P: Thomas Winischhofer
5049 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5051 F: drivers/usb/misc/sisusbvga/
5053 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5054 P: Stephen Hemminger
5058 F: drivers/net/skge.*
5059 F: drivers/net/sky2.*
5062 P: Christoph Lameter
5070 F: include/linux/sl?b*.h
5073 SMC91x ETHERNET DRIVER
5077 F: drivers/net/smc91x.*
5079 SMSC47B397 HARDWARE MONITOR DRIVER
5084 F: Documentation/hwmon/smsc47b397
5085 F: drivers/hwmon/smsc47b397.c
5087 SMSC911x ETHERNET DRIVER
5088 P: Steve Glendinning
5092 F: include/linux/smsc911x.h
5093 F: drivers/net/smsc911x.*
5095 SMSC9420 PCI ETHERNET DRIVER
5096 P: Steve Glendinning
5100 F: drivers/net/smsc9420.*
5106 F: drivers/uio/uio_smx.c
5108 SN-IA64 (Itanium) SUB-PLATFORM
5113 W: http://www.sgi.com/altix
5117 SOC-CAMERA V4L2 SUBSYSTEM
5118 P: Guennadi Liakhovetski
5121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5123 F: include/media/v4l2*
5124 F: drivers/media/video/v4l2*
5126 SOEKRIS NET48XX LED SUPPORT
5130 F: drivers/leds/leds-net48xx.c
5132 SOFTWARE RAID (Multiple Disks) SUPPORT
5138 F: include/linux/raid/
5140 SONIC NETWORK DRIVER
5141 P: Thomas Bogendoerfer
5145 F: drivers/net/sonic.*
5147 SONICS SILICON BACKPLANE DRIVER (SSB)
5153 F: include/linux/ssb/
5155 SONY VAIO CONTROL DEVICE DRIVER
5159 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5161 F: Documentation/laptops/sony-laptop.txt
5162 F: drivers/char/sonypi.c
5163 F: drivers/platform/x86/sony-laptop.c
5164 F: include/linux/sony-laptop.h
5166 SONY MEMORYSTICK CARD SUPPORT
5170 W: http://tifmxx.berlios.de/
5172 F: drivers/memstick/host/tifm_ms.c
5183 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5188 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5190 W: http://alsa-project.org/main/index.php/ASoC
5194 SPARC + UltraSPARC (sparc/sparc64)
5198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5203 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5208 F: Documentation/serial/specialix.txt
5209 F: drivers/char/specialix*
5216 F: Documentation/spi/
5218 F: include/linux/spi/
5220 SPIDERNET NETWORK DRIVER for CELL
5227 F: Documentation/networking/spider_net.txt
5228 F: drivers/net/spider_net*
5235 W: http://www.ibm.com/developerworks/power/cell/
5237 F: Documentation/filesystems/spufs.txt
5238 F: arch/powerpc/platforms/cell/spufs/
5240 SQUASHFS FILE SYSTEM
5244 W: http://squashfs.org.uk
5246 F: Documentation/filesystems/squashfs.txt
5249 SRM (Alpha) environment access
5250 P: Jan-Benedict Glaw
5254 F: arch/alpha/kernel/srm_env.c
5257 P: Greg Kroah-Hartman
5265 P: Greg Kroah-Hartman
5268 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5272 STARFIRE/DURALAN NETWORK DRIVER
5276 F: drivers/net/starfire*
5278 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5279 W: http://mosquitonet.Stanford.EDU/strip.html
5281 F: drivers/net/wireless/strip.c
5282 F: include/linux/if_strip.h
5284 STRADIS MPEG-2 DECODER DRIVER
5287 W: http://www.stradis.com/
5289 F: drivers/media/video/stradis.c
5294 W: http://sammy.net/sun3/
5296 F: arch/m68k/kernel/*sun3*
5298 F: arch/m68k/include/asm/sun3*
5304 W: http://www.linux-sh.org
5305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5314 P: Rafael J. Wysocki
5318 F: Documentation/power/
5319 F: arch/x86/kernel/acpi/
5320 F: drivers/base/power/
5322 F: include/linux/suspend.h
5323 F: include/linux/freezer.h
5324 F: include/linux/pm.h
5325 F: include/asm-*/suspend.h
5332 F: Documentation/svga.txt
5333 F: arch/x86/boot/video*
5336 P: Christoph Hellwig
5339 F: Documentation/filesystems/sysv-fs.txt
5341 F: include/linux/sysv_fs.h
5343 TASKSTATS STATISTICS INTERFACE
5348 F: Documentation/accounting/taskstats*
5349 F: include/linux/taskstats*
5350 F: kernel/taskstats.c
5357 F: include/linux/pkt_cls.h
5358 F: include/net/pkt_cls.h
5361 TCP LOW PRIORITY MODULE
5362 P: Wong Hoi Sing, Edison
5364 P: Hung Hing Lun, Mike
5366 W: http://tcp-lp-mod.sourceforge.net/
5368 F: net/ipv4/tcp_lp.c
5370 TEHUTI ETHERNET DRIVER
5371 P: Alexander Indenbaum
5377 F: drivers/net/tehuti*
5379 Telecom Clock Driver for MCPL0010
5383 F: drivers/char/tlclk.c
5385 TENSILICA XTENSA PORT (xtensa)
5391 THINKPAD ACPI EXTRAS DRIVER
5392 P: Henrique de Moraes Holschuh
5395 W: http://ibm-acpi.sourceforge.net
5396 W: http://thinkwiki.org/wiki/Ibm-acpi
5397 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5399 F: drivers/platform/x86/thinkpad_acpi.c
5401 TI FLASH MEDIA INTERFACE DRIVER
5405 F: drivers/misc/tifm*
5406 F: drivers/mmc/host/tifm_sd.c
5407 F: include/linux/tifm.h
5409 TI OMAP MMC INTERFACE DRIVER
5410 P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5412 W: http://linux.omap.com
5413 W: http://www.muru.com/linux/omap/
5415 F: drivers/mmc/host/omap.c
5417 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5421 F: drivers/char/hw_random/omap-rng.c
5431 W: http://tipc.sourceforge.net/
5432 W: http://tipc.cslab.ericsson.net/
5433 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5435 F: include/linux/tipc*.h
5436 F: include/net/tipc/
5443 W: http://sourceforge.net/projects/tlan/
5445 F: Documentation/networking/tlan.txt
5446 F: drivers/net/tlan.*
5448 TOMOYO SECURITY MODULE
5457 W: http://tomoyo.sourceforge.jp/
5458 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5462 TOSHIBA ACPI EXTRAS DRIVER
5464 F: drivers/platform/x86/toshiba_acpi.c
5470 W: http://www.buzzard.org.uk/toshiba/
5472 F: drivers/char/toshiba.c
5473 F: include/linux/toshiba.h
5485 W: http://tpmdd.sourceforge.net
5488 W: http://www.sirrix.com
5491 F: drivers/char/tpm/
5497 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5506 TULIP NETWORK DRIVERS
5513 F: drivers/net/tulip/
5516 P: Maxim Krasnyansky
5519 W: http://vtun.sourceforge.net/tun
5521 F: Documentation/networking/tuntap.txt
5522 F: arch/um/os-Linux/drivers/
5524 TURBOCHANNEL SUBSYSTEM
5525 P: Maciej W. Rozycki
5529 F: include/linux/tc.h
5536 F: drivers/scsi/u14-34f.c
5538 UBI FILE SYSTEM (UBIFS)
5544 T: git git://git.infradead.org/ubifs-2.6.git
5545 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5547 F: Documentation/filesystems/ubifs.txt
5550 UCLINUX (AND M68KNOMMU)
5553 W: http://www.uclinux.org/
5558 UCLINUX FOR RENESAS H8/300
5561 W: http://uclinux-h8.sourceforge.jp/
5567 W: http://linux-udf.sourceforge.net
5569 F: Documentation/filesystems/udf.txt
5573 P: Evgeniy Dushistov
5577 F: Documentation/filesystems/ufs.txt
5580 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5586 F: include/linux/uwb.h
5587 F: include/linux/uwb/
5589 UNIFORM CDROM DRIVER
5593 W: http://www.kernel.dk
5595 F: Documentation/cdrom/
5596 F: drivers/cdrom/cdrom.c
5597 F: include/linux/cdrom.h
5599 UNSORTED BLOCK IMAGES (UBI)
5602 W: http://www.linux-mtd.infradead.org/
5604 T: git git://git.infradead.org/ubi-2.6.git
5607 F: include/linux/mtd/ubi.h
5608 F: include/mtd/ubi-user.h
5615 F: Documentation/usb/acm.txt
5616 F: drivers/usb/class/cdc-acm.*
5618 USB BLOCK DRIVER (UB ub)
5624 F: drivers/block/ub.c
5626 USB CDC ETHERNET DRIVER
5627 P: Greg Kroah-Hartman
5631 W: http://www.kroah.com/linux-usb/
5632 F: drivers/net/usb/cdc_*.c
5633 F: include/linux/usb/cdc.h
5635 USB CYPRESS C67X00 DRIVER
5640 F: drivers/usb/c67x00/
5642 USB DAVICOM DM9601 DRIVER
5646 W: http://www.linux-usb.org/usbnet
5648 F: drivers/net/usb/dm9601.c
5650 USB DIAMOND RIO500 DRIVER
5654 W: http://rio500.sourceforge.net
5656 F: drivers/usb/misc/rio500*
5663 F: Documentation/usb/ehci.txt
5664 F: drivers/usb/host/ehci*
5666 USB ET61X[12]51 DRIVER
5671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5672 W: http://www.linux-projects.org
5674 F: drivers/media/video/et61x251/
5676 USB GADGET/PERIPHERAL SUBSYSTEM
5680 W: http://www.linux-usb.org/gadget
5682 F: drivers/usb/gadget/
5683 F: include/linux/usb/gadget*
5685 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5691 F: Documentation/usb/hiddev.txt
5692 F: drivers/hid/usbhid/
5699 F: drivers/usb/host/isp116x*
5700 F: include/linux/usb/isp116x.h
5702 USB KAWASAKI LSI DRIVER
5707 F: drivers/usb/serial/kl5kusb105.*
5709 USB MASS STORAGE DRIVER
5715 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5716 F: drivers/usb/storage/
5723 F: Documentation/usb/ohci.txt
5724 F: drivers/usb/host/ohci*
5726 USB OPTION-CARD DRIVER
5731 F: drivers/usb/serial/option.c
5737 W: http://alpha.dyndns.org/ov511/
5739 F: drivers/media/video/ov511.*
5746 W: http://pegasus2.sourceforge.net/
5748 F: drivers/net/usb/pegasus.*
5750 USB PRINTER DRIVER (usblp)
5755 F: drivers/usb/class/usblp.c
5762 W: http://pegasus2.sourceforge.net/
5764 F: drivers/net/usb/rtl8150.c
5770 W: http://www.chello.nl/~j.vreeken/se401/
5772 F: Documentation/video4linux/se401.txt
5773 F: drivers/media/video/se401.*
5775 USB SERIAL BELKIN F5U103 DRIVER
5776 P: William Greathouse
5780 F: drivers/usb/serial/belkin_sa.*
5782 USB SERIAL CYPRESS M8 DRIVER
5787 W: http://geocities.com/i0xox0i
5788 W: http://firstlight.net/cvs
5789 F: drivers/usb/serial/cypress_m8.*
5791 USB SERIAL CYBERJACK DRIVER
5792 P: Matthias Bruestle and Harald Welte
5794 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5796 F: drivers/usb/serial/cyberjack.c
5798 USB SERIAL DIGI ACCELEPORT DRIVER
5799 P: Peter Berger and Al Borchers
5804 F: drivers/usb/serial/digi_acceleport.c
5807 P: Greg Kroah-Hartman
5811 F: Documentation/usb/usb-serial.txt
5812 F: drivers/usb/serial/generic.c
5813 F: drivers/usb/serial/usb-serial.c
5814 F: include/linux/usb/serial.h
5816 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5821 F: drivers/usb/serial/empeg.c
5823 USB SERIAL KEYSPAN DRIVER
5824 P: Greg Kroah-Hartman
5827 W: http://www.kroah.com/linux/
5829 F: drivers/usb/serial/*keyspan*
5831 USB SERIAL WHITEHEAT DRIVER
5832 P: Support Department
5835 W: http://www.connecttech.com
5837 F: drivers/usb/serial/whiteheat*
5839 USB SMSC95XX ETHERNET DRIVER
5840 P: Steve Glendinning
5844 F: drivers/net/usb/smsc95xx.*
5851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5852 W: http://www.linux-projects.org
5854 F: Documentation/video4linux/sn9c102.txt
5855 F: drivers/media/video/sn9c102/
5858 P: Greg Kroah-Hartman
5861 W: http://www.linux-usb.org
5862 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5864 F: Documentation/usb/
5867 F: include/linux/usb.h
5868 F: include/linux/usb/
5875 F: drivers/usb/host/uhci*
5877 USB "USBNET" DRIVER FRAMEWORK
5881 W: http://www.linux-usb.org/usbnet
5883 F: drivers/net/usb/usbnet.c
5884 F: include/linux/usb/usbnet.h
5891 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5892 W: http://linux-uvc.berlios.de
5894 F: drivers/media/video/uvc/
5896 USB W996[87]CF DRIVER
5901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5902 W: http://www.linux-projects.org
5904 F: Documentation/video4linux/w9968cf.txt
5905 F: drivers/media/video/w996*
5907 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5912 F: drivers/net/wireless/rndis_wlan.c
5919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5920 W: http://www.linux-projects.org
5922 F: Documentation/video4linux/zc0301.txt
5923 F: drivers/media/video/zc0301/
5929 W: http://linux-lc100020.sourceforge.net
5931 F: drivers/net/wireless/zd1201.*
5938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5939 W: http://royale.zerezo.com/zr364xx/
5941 F: Documentation/video4linux/zr364xx.txt
5942 F: drivers/media/video/zr364xx.c
5944 USER-MODE LINUX (UML)
5949 W: http://user-mode-linux.sourceforge.net
5951 F: Documentation/uml/
5959 P: Greg Kroah-Hartman
5963 F: Documentation/DocBook/uio-howto.tmpl
5965 F: include/linux/uio*.h
5967 UTIL-LINUX-NG PACKAGE
5971 W: http://kernel.org/~kzak/util-linux-ng/
5972 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5976 P: Michal Januszewski
5979 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5981 F: Documentation/fb/uvesafb.txt
5982 F: drivers/video/uvesafb.*
5984 VFAT/FAT/MSDOS FILESYSTEM
5989 F: Documentation/filesystems/vfat.txt
5992 VIA RHINE NETWORK DRIVER
5996 F: drivers/net/via-rhine.c
6003 F: Documentation/i2c/busses/i2c-viapro
6004 F: drivers/i2c/busses/i2c-viapro.c
6006 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6013 F: drivers/video/via/
6015 VIA VELOCITY NETWORK DRIVER
6020 F: drivers/net/via-velocity.*
6022 VIDEO FOR LINUX (V4L)
6023 P: Mauro Carvalho Chehab
6026 W: http://linuxtv.org
6027 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6029 F: Documentation/video4linux/
6030 F: drivers/media/video/
6031 F: drivers/media/radio/
6032 F: include/linux/videodev.h
6033 F: include/linux/videodev2.h
6041 F: drivers/net/macvlan.c
6042 F: include/linux/if_*vlan.h
6045 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6050 W: http://opensource.wolfsonmicro.com/node/15
6051 W: http://www.slimlogic.co.uk/?p=48
6052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6054 F: drivers/regulator/
6055 F: include/linux/regulator/
6057 VT1211 HARDWARE MONITOR DRIVER
6062 F: Documentation/hwmon/vt1211
6063 F: drivers/hwmon/vt1211.c
6065 VT8231 HARDWARE MONITOR DRIVER
6070 F: drivers/hwmon/vt8231.c
6072 W1 DALLAS'S 1-WIRE BUS
6076 F: Documentation/w1/
6079 W83791D HARDWARE MONITORING DRIVER
6084 F: Documentation/hwmon/w83791d
6085 F: drivers/hwmon/w83791d.c
6087 W83793 HARDWARE MONITORING DRIVER
6092 F: Documentation/hwmon/w83793
6093 F: drivers/hwmon/w83793.c
6095 W83L51xD SD/MMC CARD INTERFACE DRIVER
6100 F: drivers/mmc/host/wbsd.*
6102 WATCHDOG DEVICE DRIVERS
6105 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6107 F: Documentation/watchdog/
6108 F: drivers/watchdog/
6109 F: include/linux/watchdog.h
6111 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6115 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6117 F: Documentation/networking/wavelan.txt
6118 F: drivers/net/wireless/wavelan*
6125 F: drivers/scsi/wd7000.c
6128 P: Inaky Perez-Gonzalez
6133 W: http://linuxwimax.org
6135 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6139 F: include/linux/wlp.h
6142 WISTRON LAPTOP BUTTON DRIVER
6146 F: drivers/input/misc/wistron_btns.c
6148 WL3501 WIRELESS PCMCIA CARD DRIVER
6149 P: Arnaldo Carvalho de Melo
6152 W: http://oops.ghostprotocols.net:81/blog
6154 F: drivers/net/wireless/wl3501*
6156 WM97XX TOUCHSCREEN DRIVERS
6162 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6163 W: http://opensource.wolfsonmicro.com/node/7
6165 F: drivers/input/touchscreen/*wm97*
6166 F: include/linux/wm97xx.h
6173 F: Documentation/networking/x25*
6177 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6186 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6188 F: Documentation/x86/
6191 XEN HYPERVISOR INTERFACE
6192 P: Jeremy Fitzhardinge
6200 F: drivers/*/xen-*front.c
6202 F: arch/x86/include/asm/xen/
6206 P: Silicon Graphics Inc
6211 W: http://oss.sgi.com/projects/xfs
6212 T: git git://oss.sgi.com/xfs/xfs.git
6214 F: Documentation/filesystems/xfs.txt
6217 XILINX SYSTEMACE DRIVER
6220 W: http://www.secretlab.ca/
6223 F: drivers/block/xsysace.c
6225 XILINX UARTLITE SERIAL DRIVER
6230 F: drivers/serial/uartlite.c
6232 YAM DRIVER FOR AX.25
6233 P: Jean-Paul Roubelat
6237 F: drivers/net/hamradio/yam*
6238 F: include/linux/yam.h
6240 YEALINK PHONE DRIVER
6245 F: Documentation/input/yealink.txt
6246 F: drivers/input/misc/yealink.*
6248 Z8530 DRIVER FOR AX.25
6251 W: http://yaina.de/jreuter/
6252 W: http://www.qsl.net/dl1bke/
6255 F: Documentation/networking/z8530drv.txt
6256 F: drivers/net/hamradio/*scc.c
6257 F: drivers/net/hamradio/z8530.h
6259 ZD1211RW WIRELESS DRIVER
6264 W: http://zd1211.ath.cx/wiki/DriverRewrite
6268 F: drivers/net/wireless/zd1211rw/
6270 ZR36067 VIDEO FOR LINUX DRIVER
6273 W: http://mjpeg.sourceforge.net/driver-zoran/
6274 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6276 F: drivers/media/video/zoran/
6278 ZS DECSTATION Z85C30 SERIAL DRIVER
6279 P: Maciej W. Rozycki
6282 F: drivers/serial/zs.*
6286 S: Buried alive in reporters