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
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/
111 F: drivers/net/3c505*
118 F: Documentation/networking/vortex.txt
119 F: drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
126 F: drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
132 W: http://www.amcc.com
134 F: drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
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
149 F: drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
156 F: drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
163 F: drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
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.]
179 F: drivers/net/*8390*
180 F: drivers/net/ax88796.c
183 P: Eric Van Hensbergen
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
201 F: drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P: Adaptec OEM Raid Solutions
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
217 F: drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P: Alistair John Strachan
224 F: drivers/hwmon/abituguru3.c
231 F: drivers/net/acenic*
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
236 W: http://piie.net/?section=acerhdf
238 F: drivers/platform/x86/acerhdf.c
240 ACER WMI LAPTOP EXTRAS
244 W: http://code.google.com/p/aceracpi
246 F: drivers/platform/x86/acer-wmi.c
252 W: http://www.lesswatts.org/projects/acpi/
253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
256 F: drivers/pnp/pnpacpi/
257 F: include/linux/acpi.h
260 P: Alexey Starikovskiy
263 W: http://www.lesswatts.org/projects/acpi/
265 F: drivers/acpi/battery.c
266 F: drivers/acpi/*sbs*
269 P: Alexey Starikovskiy
272 W: http://www.lesswatts.org/projects/acpi/
280 W: http://www.lesswatts.org/projects/acpi/
282 F: drivers/acpi/fan.c
284 ACPI PCI HOTPLUG DRIVER
285 P: Kristen Carlson Accardi
289 F: drivers/pci/hotplug/acpi*
295 W: http://www.lesswatts.org/projects/acpi/
297 F: drivers/acpi/*thermal*
303 W: http://www.lesswatts.org/projects/acpi/
305 F: drivers/acpi/video.c
311 W: http://www.lesswatts.org/projects/acpi/
313 F: drivers/platform/x86/wmi.c
315 AD1889 ALSA SOUND DRIVER
320 W: http://wiki.parisc-linux.org/AD1889
323 F: sound/pci/ad1889.*
325 ADM1025 HARDWARE MONITOR DRIVER
330 F: Documentation/hwmon/adm1025
331 F: drivers/hwmon/adm1025.c
333 ADM1029 HARDWARE MONITOR DRIVER
338 F: drivers/hwmon/adm1029.c
340 ADM8211 WIRELESS DRIVER
344 W: http://linuxwireless.org/
345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
347 F: drivers/net/wireless/adm8211.*
353 F: drivers/macintosh/therm_adt746x.c
360 F: Documentation/scsi/advansys.txt
361 F: drivers/scsi/advansys.c
364 P: Riccardo Facchetti
367 F: sound/oss/aedsp16.c
373 F: Documentation/filesystems/affs.txt
376 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
382 F: include/net/af_rxrpc.h
383 F: net/rxrpc/af_rxrpc.c
388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
391 F: include/linux/agp*
394 P: Juergen E. Fischer
398 F: drivers/scsi/aha152x*
399 F: drivers/scsi/pcmcia/aha152x*
401 AIC7XXX / AIC79XX SCSI DRIVER
406 F: drivers/scsi/aic7xxx/
407 F: drivers/scsi/aic7xxx_old/
415 F: include/linux/*aio*.h
417 ALCATEL SPEEDTOUCH USB DRIVER
421 W: http://www.linux-usb.org/SpeedTouch/
423 F: drivers/usb/atm/speedtch.c
424 F: drivers/usb/atm/usbatm.c
426 ALCHEMY AU1XX0 MMC DRIVER
430 F: drivers/mmc/host/au1xmmc.c
437 F: Documentation/i2c/busses/i2c-ali1563
438 F: drivers/i2c/busses/i2c-ali1563.c
443 S: Odd Fixes for 2.4; Maintained for 2.6.
446 S: Maintained for 2.4; PCI support for 2.6.
450 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
455 F: drivers/usb/gadget/amd5536udc.*
457 AMD GEODE PROCESSOR/CHIPSET SUPPORT
460 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
462 F: arch/x86/kernel/geode_32.c
463 F: drivers/char/hw_random/geode-rng.c
464 F: drivers/crypto/geode*
465 F: drivers/video/geode/
466 F: arch/x86/include/asm/geode.h
472 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
474 F: arch/x86/kernel/amd_iommu*.c
475 F: arch/x86/include/asm/amd_iommu*.h
477 AMD MICROCODE UPDATE SUPPORT
482 F: arch/x86/kernel/microcode_amd.c
484 AMS (Apple Motion Sensor) DRIVER
487 P: Michael Hanselmann
490 F: drivers/hwmon/ams/
499 F: drivers/infiniband/hw/amso1100/
501 AOA (Apple Onboard Audio) ALSA DRIVER
513 W: http://www.canb.auug.org.au/~sfr/
515 F: arch/x86/kernel/apm_32.c
516 F: include/linux/apm_bios.h
518 APPLE BCM5974 MULTITOUCH DRIVER
523 F: drivers/input/mouse/bcm5974.c
530 F: drivers/hwmon/applesmc.c
532 APPLETALK NETWORK LAYER
533 P: Arnaldo Carvalho de Melo
536 F: drivers/net/appletalk/
539 APPLETOUCH TOUCHPAD DRIVER
544 F: Documentation/input/appletouch.txt
545 F: drivers/input/mouse/appletouch.c
547 ARC FRAMEBUFFER DRIVER
551 F: drivers/video/arcfb.c
552 F: drivers/video/fb_defio.c
554 ARM MFM AND FLOPPY DRIVERS
558 F: arch/arm/lib/floppydma.S
559 F: arch/arm/include/asm/floppy.h
565 W: http://www.arm.linux.org.uk/
569 ARM PRIMECELL MMCI PL180/1 DRIVER
571 F: drivers/mmc/host/mmci.*
573 ARM/ADI ROADRUNNER MACHINE SUPPORT
578 F: arch/arm/mach-ixp23xx/
579 F: arch/arm/mach-ixp23xx/include/mach/
581 ARM/ADS SPHERE MACHINE SUPPORT
587 ARM/AFEB9260 MACHINE SUPPORT
593 ARM/AJECO 1ARM MACHINE SUPPORT
599 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
603 W: http://maxim.org.za/at91_26.html
606 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
612 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
622 F: arch/arm/common/clkdev.c
623 F: arch/arm/include/asm/clkdev.h
625 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
631 ARM/CORGI MACHINE SUPPORT
636 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
640 T: git git://gitorious.org/linux-gemini/mainline.git
642 F: arch/arm/mach-gemini/
644 ARM/EBSA110 MACHINE SUPPORT
648 W: http://www.arm.linux.org.uk/
650 F: arch/arm/mach-ebsa110/
651 F: drivers/net/arm/am79c961a.*
653 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
661 W: http://www.openezx.org/
663 T: topgit git://git.openezx.org/openezx.git
664 F: arch/arm/mach-pxa/ezx.c
666 ARM/FARADAY FA526 PORT
673 ARM/FOOTBRIDGE ARCHITECTURE
677 W: http://www.arm.linux.org.uk/
679 F: arch/arm/include/asm/hardware/dec21285.h
680 F: arch/arm/mach-footbridge/
682 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
688 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
694 ARM/GUMSTIX MACHINE SUPPORT
700 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
704 F: arch/arm/mach-pxa/hx4700.c
705 F: arch/arm/mach-pxa/include/mach/hx4700.h
707 ARM/HP JORNADA 7XX MACHINE SUPPORT
708 P: Kristoffer Ericson
713 ARM/INTEL IOP32X ARM ARCHITECTURE
721 ARM/INTEL IOP33X ARM ARCHITECTURE
727 ARM/INTEL IOP13XX ARM ARCHITECTURE
735 ARM/INTEL IQ81342EX MACHINE SUPPORT
743 ARM/INTEL IXP2000 ARM ARCHITECTURE
749 ARM/INTEL IXDP2850 MACHINE SUPPORT
755 ARM/INTEL IXP23XX ARM ARCHITECTURE
761 ARM/INTEL XSC3 (MANZANO) ARM CORE
769 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
775 ARM/LOGICPD PXA270 MACHINE SUPPORT
781 ARM/MAGICIAN MACHINE SUPPORT
786 ARM/MIOA701 MACHINE SUPPORT
790 F: arch/arm/mach-pxa/mioa701.c
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 P: Michael Petchkovsky
798 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
802 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
805 ARM/TOSA MACHINE SUPPORT
806 P: Dmitry Eremin-Solenikov
812 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
815 W: http://hackndev.com
818 ARM/PALM TREO 680 SUPPORT
821 W: http://hackndev.com
827 W: http://hackndev.com
833 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
836 ARM/PT DIGITAL BOARD PORT
840 W: http://www.arm.linux.org.uk/
843 ARM/RADISYS ENP2611 MACHINE SUPPORT
849 ARM/RISCPC ARCHITECTURE
853 W: http://www.arm.linux.org.uk/
855 F: arch/arm/common/time-acorn.c
856 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
857 F: arch/arm/include/asm/hardware/ioc.h
858 F: arch/arm/include/asm/hardware/iomd.h
859 F: arch/arm/include/asm/hardware/memc.h
860 F: arch/arm/mach-rpc/
861 F: drivers/net/arm/ether*
864 ARM/SHARK MACHINE SUPPORT
867 W: http://www.shark-linux.de/shark.html
870 ARM/SAMSUNG ARM ARCHITECTURES
874 W: http://www.fluff.org/ben/linux/
876 F: arch/arm/plat-s3c/
877 F: arch/arm/plat-s3c24xx/
879 ARM/S3C2410 ARM ARCHITECTURE
883 W: http://www.fluff.org/ben/linux/
885 F: arch/arm/mach-s3c2410/
887 ARM/S3C2440 ARM ARCHITECTURE
891 W: http://www.fluff.org/ben/linux/
893 F: arch/arm/mach-s3c2440/
895 ARM/S3C2442 ARM ARCHITECTURE
899 W: http://www.fluff.org/ben/linux/
901 F: arch/arm/mach-s3c2442/
903 ARM/S3C2443 ARM ARCHITECTURE
907 W: http://www.fluff.org/ben/linux/
909 F: arch/arm/mach-s3c2443/
911 ARM/S3C6400 ARM ARCHITECTURE
915 W: http://www.fluff.org/ben/linux/
917 F: arch/arm/mach-s3c6400/
919 ARM/S3C6410 ARM ARCHITECTURE
923 W: http://www.fluff.org/ben/linux/
925 F: arch/arm/mach-s3c6410/
927 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
933 ARM/THECUS N2100 MACHINE SUPPORT
939 ARM/NUVOTON W90X900 ARM ARCHITECTURE
943 W: http://www.mcuos.com
950 W: http://www.arm.linux.org.uk/
960 ASUS ACPI EXTRAS DRIVER
966 W: http://acpi4asus.sf.net
968 F: arch/x86/kernel/acpi/boot.c
969 F: drivers/platform/x86/asus_acpi.c
971 ASUS ASB100 HARDWARE MONITOR DRIVER
976 F: drivers/hwmon/asb100.c
978 ASUS LAPTOP EXTRAS DRIVER
982 W: http://acpi4asus.sf.net
984 F: drivers/platform/x86/asus-laptop.c
986 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
991 W: http://sourceforge.net/projects/xscaleiop
993 F: Documentation/crypto/async-tx-api.txt
996 F: include/linux/dmaengine.h
997 F: include/linux/async_tx.h
999 ATA OVER ETHERNET (AOE) DRIVER
1002 W: http://www.coraid.com/support/linux
1004 F: Documentation/aoe/
1005 F: drivers/block/aoe/
1007 ATHEROS ATH5K WIRELESS DRIVER
1012 P: Luis R. Rodriguez
1019 F: drivers/net/wireless/ath/ath5k/
1021 ATHEROS ATH9K WIRELESS DRIVER
1022 P: Luis R. Rodriguez
1028 P: Vasanthakumar Thiagarajan
1030 P: Senthil Balasubramanian
1035 F: drivers/net/wireless/ath/ath9k/
1037 ATHEROS AR9170 WIRELESS DRIVER
1038 P: Christian Lamparter
1041 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1043 F: drivers/net/wireless/ath/ar9170/
1049 F: drivers/input/misc/ati_remote2.c
1051 ATLX ETHERNET DRIVERS
1059 W: http://sourceforge.net/projects/atl1
1060 W: http://atl1.sourceforge.net
1062 F: drivers/net/atlx/
1069 W: http://linux-atm.sourceforge.net
1072 F: include/linux/atm*
1074 ATMEL AT91 MCI DRIVER
1078 W: http://www.atmel.com/products/AT91/
1079 W: http://www.at91.com/
1081 F: drivers/mmc/host/at91_mci.c
1083 ATMEL AT91 / AT32 MCI DRIVER
1087 F: drivers/mmc/host/atmel-mci.c
1088 F: drivers/mmc/host/atmel-mci-regs.h
1090 ATMEL AT91 / AT32 SERIAL DRIVER
1091 P: Haavard Skinnemoen
1094 F: drivers/serial/atmel_serial.c
1101 F: drivers/video/atmel_lcdfb.c
1102 F: include/video/atmel_lcdc.h
1104 ATMEL MACB ETHERNET DRIVER
1105 P: Haavard Skinnemoen
1108 F: drivers/net/macb.*
1111 P: Haavard Skinnemoen
1114 F: drivers/spi/atmel_spi.*
1116 ATMEL USBA UDC DRIVER
1117 P: Haavard Skinnemoen
1120 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1122 F: drivers/usb/gadget/atmel_usba_udc.*
1124 ATMEL WIRELESS DRIVER
1128 W: http://www.thekelleys.org.uk/atmel
1129 W: http://atmelwlandriver.sourceforge.net/
1131 F: drivers/net/wireless/atmel*
1139 W: http://people.redhat.com/sgrubb/audit/
1140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1142 F: include/linux/audit.h
1145 AUXILIARY DISPLAY DRIVERS
1146 P: Miguel Ojeda Sandonis
1148 W: http://miguelojeda.es/auxdisplay.htm
1149 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1151 F: drivers/auxdisplay/
1152 F: include/linux/cfag12864b.h
1155 P: Haavard Skinnemoen
1157 W: http://www.atmel.com/products/AVR32/
1158 W: http://avr32linux.org/
1159 W: http://avrfreaks.net/
1163 AVR32/AT32AP MACHINE SUPPORT
1164 P: Haavard Skinnemoen
1167 F: arch/avr32/mach-at32ap/
1173 W: http://www.linux-ax25.org/
1175 F: include/linux/ax25.h
1176 F: include/net/ax25.h
1185 W: http://linuxwireless.org/en/users/Drivers/b43
1187 F: drivers/net/wireless/b43/
1189 B43LEGACY WIRELESS DRIVER
1195 W: http://linuxwireless.org/en/users/Drivers/b43
1197 F: drivers/net/wireless/b43legacy/
1199 BACKLIGHT CLASS/SUBSYSTEM
1203 F: drivers/video/backlight/
1204 F: include/linux/backlight.h
1206 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1210 W: http://www.baycom.org/~tom/ham/ham.html
1212 F: drivers/net/hamradio/baycom*
1215 P: Sergey S. Kostyliov
1218 F: Documentation/filesystems/befs.txt
1222 P: Tigran A. Aivazian
1225 F: Documentation/filesystems/bfs.txt
1227 F: include/linux/bfs_fs.h
1229 BLACKFIN ARCHITECTURE
1233 W: http://blackfin.uclinux.org
1237 BLACKFIN EMAC DRIVER
1238 P: Michael Hennerich
1241 W: http://blackfin.uclinux.org
1243 F: drivers/net/bfin_mac.*
1249 W: http://blackfin.uclinux.org
1251 F: drivers/rtc/rtc-bfin.c
1253 BLACKFIN SERIAL DRIVER
1257 W: http://blackfin.uclinux.org
1259 F: drivers/serial/bfin_5xx.c
1261 BLACKFIN WATCHDOG DRIVER
1265 W: http://blackfin.uclinux.org
1267 F: drivers/watchdog/bfin_wdt.c
1269 BLACKFIN I2C TWI DRIVER
1273 W: http://blackfin.uclinux.org/
1275 F: drivers/i2c/busses/i2c-bfin-twi.c
1280 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1289 F: drivers/mtd/devices/block2mtd.c
1295 W: http://www.bluez.org/
1297 F: drivers/bluetooth/
1303 W: http://www.bluez.org/
1304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1307 F: include/net/bluetooth/
1313 W: http://sourceforge.net/projects/bonding/
1315 F: drivers/net/bonding/
1316 F: include/linux/if_bonding.h
1318 BROADCOM B44 10/100 ETHERNET DRIVER
1323 F: drivers/net/b44.*
1325 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1330 F: drivers/net/bnx2.*
1331 F: drivers/net/bnx2_*
1333 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1338 F: drivers/net/bnx2x*
1340 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1347 F: drivers/net/tg3.*
1349 BSG (block layer generic sg v4 driver)
1355 F: include/linux/bsg.h
1360 W: http://bu3sch.de/btgpio.php
1362 F: drivers/gpio/bt8xxgpio.c
1368 W: http://btrfs.wiki.kernel.org/
1369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1371 F: Documentation/filesystems/btrfs.txt
1374 BTTV VIDEO4LINUX DRIVER
1375 P: Mauro Carvalho Chehab
1378 W: http://linuxtv.org
1379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1381 F: Documentation/video4linux/bttv/
1382 F: drivers/media/video/bt8xx/bttv*
1384 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1389 F: Documentation/filesystems/caching/cachefiles.txt
1392 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1398 F: Documentation/video4linux/cafe_ccic
1399 F: drivers/media/video/cafe_ccic*
1401 CALGARY x86-64 IOMMU
1408 F: arch/x86/kernel/pci-calgary_64.c
1409 F: arch/x86/kernel/tce_64.c
1410 F: arch/x86/include/asm/calgary.h
1411 F: arch/x86/include/asm/tce.h
1419 W: http://developer.berlios.de/projects/socketcan/
1422 F: include/linux/can/
1423 F: include/linux/can.h
1426 P: Wolfgang Grandegger
1429 W: http://developer.berlios.de/projects/socketcan/
1432 CELL BROADBAND ENGINE ARCHITECTURE
1437 W: http://www.ibm.com/developerworks/power/cell/
1439 F: arch/powerpc/include/asm/cell*.h
1440 F: arch/powerpc/include/asm/spu*.h
1441 F: arch/powerpc/oprofile/*cell*
1442 F: arch/powerpc/platforms/cell/
1444 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1449 F: Documentation/usb/WUSB-Design-overview.txt
1450 F: Documentation/usb/wusb-cbaf
1451 F: drivers/usb/wusbcore/
1452 F: include/linux/usb/wusb*
1454 CFAG12864B LCD DRIVER
1455 P: Miguel Ojeda Sandonis
1457 W: http://miguelojeda.es/auxdisplay.htm
1458 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1460 F: drivers/auxdisplay/cfag12864b.c
1461 F: include/linux/cfag12864b.h
1463 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1464 P: Miguel Ojeda Sandonis
1466 W: http://miguelojeda.es/auxdisplay.htm
1467 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1469 F: drivers/auxdisplay/cfag12864bfb.c
1470 F: include/linux/cfag12864b.h
1472 CFG80211 and NL80211
1477 F: include/linux/nl80211.h
1478 F: include/net/cfg80211.h
1480 X: net/wireless/wext*
1486 F: scripts/checkpatch.pl
1488 CISCO 10G ETHERNET DRIVER
1494 F: drivers/net/enic/
1496 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1497 P: Lennert Buytenhek
1501 F: drivers/net/arm/ep93xx_eth.c
1503 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1504 P: Lennert Buytenhek
1508 F: drivers/usb/host/ohci-ep93xx.c
1510 CIRRUS LOGIC CS4270 SOUND DRIVER
1515 F: sound/soc/codecs/cs4270*
1517 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1518 P: Cirrus Logic Corporation (kernel 2.2 driver)
1520 P: Nils Faerber (port to kernel 2.4)
1523 F: Documentation/input/cs461x.txt
1524 F: sound/pci/cs46xx/
1529 F: include/linux/clk.h
1531 CISCO FCOE HBA DRIVER
1532 P: Abhijeet Joglekar
1538 F: drivers/scsi/fnic/
1545 W: http://www.coda.cs.cmu.edu/
1547 F: Documentation/filesystems/coda.txt
1549 F: include/linux/coda*.h
1551 COMMON INTERNET FILE SYSTEM (CIFS)
1556 W: http://linux-cifs.samba.org/
1557 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1559 F: Documentation/filesystems/cifs.txt
1562 COMPACTPCI HOTPLUG CORE
1568 F: drivers/pci/hotplug/cpci_hotplug*
1570 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1576 F: drivers/pci/hotplug/cpcihp_zt5550.*
1578 COMPACTPCI HOTPLUG GENERIC DRIVER
1584 F: drivers/pci/hotplug/cpcihp_generic.c
1586 COMPAL LAPTOP SUPPORT
1587 P: Cezary Jackiewicz
1590 F: drivers/platform/x86/compal-laptop.c
1592 COMPUTONE INTELLIPORT MULTIPORT CARD
1593 P: Michael H. Warfield
1595 W: http://www.wittsend.com/computone.html
1597 F: Documentation/serial/computone.txt
1598 F: drivers/char/ip2/
1600 CONEXANT ACCESSRUNNER USB DRIVER
1604 W: http://accessrunner.sourceforge.net/
1606 F: drivers/usb/atm/cxacru.c
1613 F: include/linux/configfs.h
1620 F: drivers/connector/
1622 CONTROL GROUPS (CGROUPS)
1629 F: include/linux/cgroup*
1633 CORETEMP HARDWARE MONITORING DRIVER
1638 F: Documentation/hwmon/coretemp
1639 F: drivers/hwmon/coretemp.c
1641 COSA/SRP SYNC SERIAL DRIVER
1642 P: Jan "Yenya" Kasprzak
1644 W: http://www.fi.muni.cz/~kas/cosa/
1646 F: drivers/net/wan/cosa*
1648 CPMAC ETHERNET DRIVER
1653 F: drivers/net/cpmac.c
1655 CPU FREQUENCY DRIVERS
1659 W: http://www.codemonkey.org.uk/projects/cpufreq/
1660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1662 F: arch/x86/kernel/cpu/cpufreq/
1664 F: include/linux/cpufreq.h
1670 F: arch/x86/kernel/cpuid.c
1671 F: arch/x86/kernel/msr.c
1676 W: http://www.bullopensource.org/cpuset/
1677 W: http://oss.sgi.com/projects/cpusets/
1679 F: Documentation/cgroups/cpusets.txt
1680 F: include/linux/cpuset.h
1684 W: http://sourceforge.net/projects/cramfs/
1686 F: Documentation/filesystems/cramfs.txt
1695 W: http://developer.axis.com
1705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1707 F: Documentation/crypto/
1713 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1719 CS5535 Audio ALSA driver
1723 F: sound/pci/cs5535audio/
1725 CX18 VIDEO4LINUX DRIVER
1733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1734 W: http://linuxtv.org
1736 F: Documentation/video4linux/cx18.txt
1737 F: drivers/media/video/cx18/
1739 CXGB3 ETHERNET DRIVER (CXGB3)
1743 W: http://www.chelsio.com
1745 F: drivers/net/cxgb3/
1747 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1751 W: http://www.openfabrics.org
1753 F: drivers/infiniband/hw/cxgb3/
1759 W: http://www.arm.linux.org.uk/
1761 F: drivers/video/cyber2000fb.*
1763 CYCLADES 2X SYNC CARD DRIVER
1764 P: Arnaldo Carvalho de Melo
1766 W: http://oops.ghostprotocols.net:81/blog
1768 F: drivers/net/wan/cycx*
1770 CYCLADES ASYNC MUX DRIVER
1771 W: http://www.cyclades.com/
1773 F: drivers/char/cyclades.c
1774 F: include/linux/cyclades.h
1776 CYCLADES PC300 DRIVER
1777 W: http://www.cyclades.com/
1779 F: drivers/net/wan/pc300*
1781 DAMA SLAVE for AX.25
1784 W: http://yaina.de/jreuter/
1785 W: http://www.qsl.net/dl1bke/
1788 F: net/ax25/af_ax25.c
1789 F: net/ax25/ax25_dev.c
1790 F: net/ax25/ax25_ds_*
1791 F: net/ax25/ax25_in.c
1792 F: net/ax25/ax25_out.c
1793 F: net/ax25/ax25_timer.c
1794 F: net/ax25/sysctl_net_ax25.c
1796 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1801 F: Documentation/networking/dmfe.txt
1802 F: drivers/net/tulip/dmfe.c
1804 DC390/AM53C974 SCSI driver
1807 W: http://www.garloff.de/kurt/linux/dc390/
1808 P: Guennadi Liakhovetski
1811 F: drivers/scsi/tmscsim.*
1820 W: http://twibble.org/dist/dc395x/
1822 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1824 F: Documentation/scsi/dc395x.txt
1825 F: drivers/scsi/dc395x.*
1828 P: Arnaldo Carvalho de Melo
1831 W: http://linux-net.osdl.org/index.php/DCCP
1833 F: include/linux/dccp.h
1834 F: include/linux/tfrc.h
1837 DECnet NETWORK LAYER
1838 P: Christine Caulfield
1840 W: http://linux-decnet.sourceforge.net
1843 F: Documentation/networking/decnet.txt
1846 DEFXX FDDI NETWORK DRIVER
1847 P: Maciej W. Rozycki
1850 F: drivers/net/defxx.*
1856 F: drivers/platform/x86/dell-laptop.c
1858 DELL LAPTOP SMM DRIVER
1859 P: Massimo Dal Zotto
1861 W: http://www.debian.org/~dz/i8k/
1863 F: drivers/char/i8k.c
1864 F: include/linux/i8k.h
1866 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1870 F: Documentation/dcdbas.txt
1871 F: drivers/firmware/dcdbas.*
1873 DELL WMI EXTRAS DRIVER
1878 DEVICE NUMBER REGISTRY
1881 W: http://lanana.org/docs/device-list/index.html
1887 W: http://sources.redhat.com/dm
1889 F: Documentation/device-mapper/
1891 F: include/linux/device-mapper.h
1892 F: include/linux/dm-*.h
1894 DIGI INTL. EPCA DRIVER
1895 P: Digi International, Inc
1898 W: http://www.digi.com
1900 F: Documentation/serial/digiepca.txt
1901 F: drivers/char/epca*
1902 F: drivers/char/digi*
1904 DIRECTORY NOTIFICATION (DNOTIFY)
1908 F: Documentation/filesystems/dnotify.txt
1909 F: fs/notify/dnotify/
1910 F: include/linux/dnotify.h
1912 DISK GEOMETRY AND PARTITION HANDLING
1915 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1916 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1917 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1924 F: Documentation/filesystems/quota.txt
1926 F: include/linux/quota*.h
1928 DISTRIBUTED LOCK MANAGER (DLM)
1929 P: Christine Caulfield
1934 W: http://sources.redhat.com/cluster/
1935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1939 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1946 F: include/linux/dma*
1948 DME1737 HARDWARE MONITOR DRIVER
1953 F: Documentation/hwmon/dme1737
1954 F: drivers/hwmon/dme1737.c
1956 DOCBOOK FOR DOCUMENTATION
1961 DOCKING STATION DRIVER
1966 F: drivers/acpi/dock.c
1976 P: James R. Van Zandt
1980 F: drivers/char/dtlk.c
1981 F: include/linux/dtlk.h
1983 DPT_I2O SCSI RAID DRIVER
1984 P: Adaptec OEM Raid Solutions
1987 W: http://www.adaptec.com/
1989 F: drivers/scsi/dpt*
1990 F: drivers/scsi/dpt/
1992 DRIVER CORE, KOBJECTS, AND SYSFS
1993 P: Greg Kroah-Hartman
1995 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1997 F: Documentation/kobject.txt
2000 F: include/linux/kobj*
2007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2016 F: drivers/net/wan/dscc4.c
2018 DZ DECSTATION DZ11 SERIAL DRIVER
2019 P: Maciej W. Rozycki
2022 F: drivers/serial/dz.*
2024 EATA-DMA SCSI DRIVER
2030 F: drivers/scsi/eata*
2032 EATA ISA/EISA/PCI SCSI DRIVER
2037 F: drivers/scsi/eata.c
2039 EATA-PIO SCSI DRIVER
2045 F: drivers/scsi/eata_pio.*
2052 W: http://ebtables.sourceforge.net/
2054 F: include/linux/netfilter_bridge/ebt_*.h
2055 F: net/bridge/netfilter/ebt*.c
2063 W: https://launchpad.net/ecryptfs
2065 F: Documentation/filesystems/ecryptfs.txt
2072 W: bluesmoke.sourceforge.net
2074 F: Documentation/edac.txt
2075 F: drivers/edac/edac_*
2076 F: include/linux/edac.h
2084 W: bluesmoke.sourceforge.net
2086 F: drivers/edac/amd64_edac*
2094 W: bluesmoke.sourceforge.net
2096 F: drivers/edac/e752x_edac.c
2102 W: bluesmoke.sourceforge.net
2104 F: drivers/edac/e7xxx_edac.c
2110 W: bluesmoke.sourceforge.net
2112 F: drivers/edac/i82443bxgx_edac.c
2118 W: bluesmoke.sourceforge.net
2120 F: drivers/edac/i3000_edac.c
2126 W: bluesmoke.sourceforge.net
2128 F: drivers/edac/i5000_edac.c
2131 P: Mauro Carvalho Chehab
2134 W: bluesmoke.sourceforge.net
2136 F: drivers/edac/i5400_edac.c
2139 P: Ranganathan Desikan
2144 W: bluesmoke.sourceforge.net
2146 F: drivers/edac/i82975x_edac.c
2152 W: bluesmoke.sourceforge.net
2154 F: drivers/edac/pasemi_edac.c
2160 W: bluesmoke.sourceforge.net
2162 F: drivers/edac/r82600_edac.c
2164 EEEPC LAPTOP EXTRAS DRIVER
2168 W: http://acpi4asus.sf.net
2170 F: drivers/platform/x86/eeepc-laptop.c
2173 W: http://aeschi.ch.eu.org/efs/
2177 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2184 F: drivers/infiniband/hw/ehca/
2196 EMULEX LPFC FC SCSI DRIVER
2200 W: http://sourceforge.net/projects/lpfcxxxx
2202 F: drivers/scsi/lpfc/
2204 ENE CB710 FLASH CARD READER DRIVER
2205 P: Michał Mirosław
2209 F: drivers/misc/cb710/
2210 F: drivers/mmc/host/cb710-mmc.*
2211 F: include/linux/cb710.h
2213 EPSON 1355 FRAMEBUFFER DRIVER
2214 P: Christopher Hoover
2216 P: Christopher Hoover
2219 F: drivers/video/epson1355fb.c
2221 EPSON S1D13XXX FRAMEBUFFER DRIVER
2222 P: Kristoffer Ericson
2225 F: drivers/video/s1d13xxxfb.c
2226 F: include/video/s1d13xxxfb.h
2228 ETHEREXPRESS-16 NETWORK DRIVER
2233 F: drivers/net/eexpress.*
2236 P: Stephen Hemminger
2239 W: http://www.linux-foundation.org/en/Net:Bridge
2241 F: include/linux/netfilter_bridge/
2244 ETHERTEAM 16I DRIVER
2248 F: drivers/net/eth16i.c
2253 F: Documentation/filesystems/ext2.txt
2255 F: include/linux/ext2*
2266 F: Documentation/filesystems/ext3.txt
2268 F: include/linux/ext3*
2276 W: http://ext4.wiki.kernel.org
2278 F: Documentation/filesystems/ext4.txt
2281 F71805F HARDWARE MONITORING DRIVER
2286 F: Documentation/hwmon/f71805f
2287 F: drivers/hwmon/f71805f.c
2289 FARSYNC SYNCHRONOUS DRIVER
2292 W: http://www.farsite.co.uk/
2294 F: drivers/net/wan/farsync.*
2296 FAULT INJECTION SUPPORT
2300 F: Documentation/fault-injection/
2301 F: lib/fault-inject.c
2303 FILE LOCKING (flock() and fcntl()/lockf())
2308 F: include/linux/fcntl.h
2309 F: include/linux/fs.h
2313 FILESYSTEMS (VFS and infrastructure)
2320 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2325 F: drivers/hwmon/f75375s.c
2326 F: include/linux/f75375s.h
2329 P: Kristian Hoegsberg
2334 W: http://www.linux1394.org/
2335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2337 F: drivers/firewire/
2338 F: include/linux/firewire*.h
2340 FIRMWARE LOADER (request_firmware)
2342 F: Documentation/firmware_class/
2343 F: drivers/base/firmware*.c
2344 F: include/linux/firmware.h
2349 W: http://floatingpoint.sourceforge.net/emulator/index.html
2351 F: arch/x86/math-emu/
2353 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2358 F: drivers/net/wan/dlci.c
2359 F: drivers/net/wan/sdla.c
2363 W: http://linux-fbdev.sourceforge.net/
2365 F: Documentation/fb/
2366 F: drivers/video/fb*
2367 F: include/linux/fb.h
2369 FREESCALE DMA DRIVER
2376 F: drivers/dma/fsldma.*
2378 FREESCALE I2C CPM DRIVER
2384 F: drivers/i2c/busses/i2c-cpm.c
2386 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2392 F: arch/arm/plat-mxc/include/mach/imxfb.h
2393 F: drivers/video/imxfb.c
2395 FREESCALE SOC FS_ENET DRIVER
2396 P: Pantelis Antoniou
2403 F: drivers/net/fs_enet/
2404 F: include/linux/fs_enet_pd.h
2406 FREESCALE QUICC ENGINE LIBRARY
2411 F: arch/powerpc/sysdev/qe_lib/
2412 F: arch/powerpc/include/asm/*qe.h
2414 FREESCALE HIGHSPEED USB DEVICE DRIVER
2420 F: drivers/usb/gadget/fsl_usb2_udc.c
2422 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2428 F: drivers/net/ucc_geth*
2430 FREESCALE QUICC ENGINE UCC UART DRIVER
2435 F: drivers/serial/ucc_uart.c
2437 FREESCALE SOC SOUND DRIVERS
2443 F: sound/soc/fsl/fsl*
2444 F: sound/soc/fsl/mpc8610_hpcd.c
2447 P: Christoph Hellwig
2449 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2456 P: Rafael J. Wysocki
2460 F: Documentation/power/freezing-of-tasks.txt
2461 F: include/linux/freezer.h
2464 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2469 F: Documentation/filesystems/caching/
2471 F: include/linux/fscache*.h
2477 F: Documentation/trace/ftrace.txt
2478 F: arch/*/*/*/ftrace.h
2479 F: arch/*/kernel/ftrace.c
2480 F: include/*/ftrace.h
2483 FUJITSU FR-V (FRV) PORT
2489 FUJITSU LAPTOP EXTRAS
2494 F: drivers/platform/x86/fujitsu-laptop.c
2496 FUSE: FILESYSTEM IN USERSPACE
2500 W: http://fuse.sourceforge.net/
2503 F: include/linux/fuse.h
2505 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2509 S: Odd Fixes (e.g., new signatures)
2510 F: drivers/scsi/fdomain.*
2512 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2516 W: http://www.icp-vortex.com/
2518 F: drivers/scsi/gdt*
2520 GENERIC GPIO I2C DRIVER
2521 P: Haavard Skinnemoen
2524 F: drivers/i2c/busses/i2c-gpio.c
2525 F: include/linux/i2c-gpio.h
2527 GENERIC HDLC (WAN) DRIVERS
2530 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2532 F: drivers/net/wan/c101.c
2533 F: drivers/net/wan/hd6457*
2534 F: drivers/net/wan/hdlc*
2535 F: drivers/net/wan/n2.c
2536 F: drivers/net/wan/pc300too.c
2537 F: drivers/net/wan/pci200syn.c
2538 F: drivers/net/wan/wanxl*
2540 GENERIC INCLUDE/ASM HEADER FILES
2544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2546 F: include/asm-generic
2549 P: Steven Whitehouse
2552 W: http://sources.redhat.com/cluster/
2553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2556 F: Documentation/filesystems/gfs2*.txt
2558 F: include/linux/gfs2_ondisk.h
2560 GIGASET ISDN DRIVERS
2566 W: http://gigaset307x.sourceforge.net/
2568 F: Documentation/isdn/README.gigaset
2569 F: drivers/isdn/gigaset/
2570 F: include/linux/gigaset_dev.h
2572 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2576 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2578 F: drivers/hwmon/hdaps.c
2580 HYPERVISOR VIRTUAL CONSOLE DRIVER
2583 F: drivers/char/hvc_*
2585 GSPCA FINEPIX SUBDRIVER
2589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2591 F: drivers/media/video/gspca/finepix.c
2593 GSPCA M5602 SUBDRIVER
2597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2599 F: drivers/media/video/gspca/m5602/
2601 GSPCA PAC207 SONIXB SUBDRIVER
2605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2607 F: drivers/media/video/gspca/pac207.c
2609 GSPCA T613 SUBDRIVER
2610 P: Leandro Costantino
2613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2615 F: drivers/media/video/gspca/t613.c
2617 GSPCA USB WEBCAM DRIVER
2618 P: Jean-Francois Moine
2620 W: http://moinejf.free.fr
2622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2624 F: drivers/media/video/gspca/
2628 W: http://www.lm-sensors.org/
2632 HARDWARE RANDOM NUMBER GENERATOR CORE
2634 F: Documentation/hw_random.txt
2635 F: drivers/char/hw_random/
2636 F: include/linux/hw_random.h
2638 HARMONY SOUND DRIVER
2643 F: sound/parisc/harmony.*
2645 HAYES ESP SERIAL DRIVER
2646 P: Andrew J. Robinson
2648 W: http://www.nyx.net/~arobinso
2650 F: Documentation/serial/hayes-esp.txt
2651 F: drivers/char/esp.c
2653 HEWLETT-PACKARD SMART2 RAID DRIVER
2658 F: Documentation/blockdev/cpqarray.txt
2659 F: drivers/block/cpqarray.*
2661 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2666 F: Documentation/blockdev/cciss.txt
2667 F: drivers/block/cciss*
2668 F: include/linux/cciss_ioctl.h
2674 F: Documentation/filesystems/hfs.txt
2677 HGA FRAMEBUFFER DRIVER
2681 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2683 F: drivers/video/hgafb.c
2685 HIBERNATION (aka Software Suspend, aka swsusp)
2688 P: Rafael J. Wysocki
2693 F: drivers/base/power/
2695 F: include/linux/suspend.h
2696 F: include/linux/freezer.h
2697 F: include/linux/pm.h
2698 F: arch/*/include/asm/suspend*.h
2704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2707 F: include/linux/hid*
2709 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2713 F: Documentation/timers/
2715 F: include/linux/hrtimer.h
2717 HIGH-SPEED SCC DRIVER FOR AX.25
2721 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2723 F: drivers/net/hamradio/dmascc.c
2724 F: drivers/net/hamradio/scc.c
2726 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2727 P: HighPoint Linux Team
2729 W: http://www.highpoint-tech.com
2731 F: Documentation/scsi/hptiop.txt
2732 F: drivers/scsi/hptiop.c
2739 F: include/linux/hippidevice.h
2740 F: include/linux/if_hippi.h
2748 W: http://hostap.epitest.fi/
2750 F: drivers/net/wireless/hostap/
2752 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2756 F: drivers/platform/x86/tc1100-wmi.c
2758 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2762 F: drivers/net/hp100.*
2764 HPET: High Precision Event Timers driver
2768 F: Documentation/timers/hpet.txt
2769 F: drivers/char/hpet.c
2770 F: include/linux/hpet.h
2773 P: Venkatesh Pallipadi (Venki)
2776 F: arch/x86/kernel/hpet.c
2777 F: arch/x86/include/asm/hpet.h
2788 F: drivers/char/hpet.c
2793 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2800 W: http://www.pharscape.org
2802 F: drivers/net/usb/hso.c
2804 HTCPEN TOUCHSCREEN DRIVER
2809 F: drivers/input/touchscreen/htcpen.c
2817 I2C/SMBUS STUB DRIVER
2822 F: drivers/i2c/busses/i2c-stub.c
2825 P: Jean Delvare (PC drivers, core)
2827 P: Ben Dooks (embedded platforms)
2830 W: http://i2c.wiki.kernel.org/
2831 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2833 F: Documentation/i2c/
2835 F: include/linux/i2c.h
2836 F: include/linux/i2c-dev.h
2837 F: include/linux/i2c-id.h
2843 W: http://www.harbaum.org/till/i2c_tiny_usb
2845 F: drivers/i2c/busses/i2c-tiny-usb.c
2853 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2859 IA64 (Itanium) PLATFORM
2865 W: http://www.ia64-linux.org/
2866 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2870 IBM MCA SCSI SUBSYSTEM DRIVER
2873 W: http://www.uni-mainz.de/~langm000/linux.html
2875 F: drivers/scsi/ibmmca.c
2877 IBM Power Linux RAID adapter
2881 F: drivers/scsi/ipr.*
2883 IBM ServeRAID RAID DRIVER
2887 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2889 F: drivers/scsi/ips.*
2895 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2897 F: Documentation/ide/
2899 F: include/linux/ide.h
2906 F: Documentation/cdrom/ide-cd
2907 F: drivers/ide/ide-cd*
2914 F: drivers/idle/i7300_idle.c
2922 W: http://www.linux1394.org/
2923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2925 F: drivers/ieee1394/
2927 IEEE 1394 RAW I/O DRIVER
2934 F: drivers/ieee1394/raw1394*
2936 IEEE 802.15.4 SUBSYSTEM
2937 P: Dmitry Eremin-Solenikov
2942 W: http://apps.sourceforge.net/trac/linux-zigbee
2943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2946 F: drivers/ieee802154/
2948 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2952 F: security/integrity/ima/
2954 IMS TWINTURBO FRAMEBUFFER DRIVER
2957 F: drivers/video/imsttfb.c
2959 INFINIBAND SUBSYSTEM
2967 W: http://www.openib.org/
2968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2970 F: Documentation/infiniband/
2971 F: drivers/infiniband/
2972 F: include/linux/if_infiniband.h
2982 F: Documentation/filesystems/inotify.txt
2983 F: fs/notify/inotify/
2984 F: include/linux/inotify.h
2986 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2991 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2995 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3000 F: Documentation/fb/intelfb.txt
3001 F: drivers/video/intelfb/
3003 INTEL 810/815 FRAMEBUFFER DRIVER
3008 F: drivers/video/i810/
3010 INTEL MENLOW THERMAL DRIVER
3014 W: http://www.lesswatts.org/projects/acpi/
3016 F: drivers/platform/x86/intel_menlow.c
3018 INTEL IA32 MICROCODE UPDATE SUPPORT
3022 F: arch/x86/kernel/microcode_core.c
3023 F: arch/x86/kernel/microcode_intel.c
3025 INTEL I/OAT DMA DRIVER
3029 F: drivers/dma/ioat*
3035 T: git git://git.infradead.org/iommu-2.6.git
3037 F: drivers/pci/intel-iommu.c
3038 F: include/linux/intel-iommu.h
3040 INTEL IOP-ADMA DMA DRIVER
3044 F: drivers/dma/iop-adma.c
3046 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3050 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3051 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3052 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3053 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3054 F: drivers/net/arm/ixp4xx_eth.c
3055 F: drivers/net/wan/ixp4xx_hss.c
3057 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3061 F: drivers/char/hw_random/ixp4xx-rng.c
3063 INTEL IXP2000 ETHERNET DRIVER
3064 P: Lennert Buytenhek
3068 F: drivers/net/ixp2000/
3070 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3082 W: http://e1000.sourceforge.net/
3084 F: drivers/net/e100.c
3085 F: drivers/net/e1000/
3086 F: drivers/net/e1000e/
3088 F: drivers/net/ixgb/
3089 F: drivers/net/ixgbe/
3091 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3100 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3101 W: http://ipw2100.sourceforge.net
3103 F: Documentation/networking/README.ipw2100
3104 F: drivers/net/wireless/ipw2x00/ipw2100.*
3106 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3115 W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3116 W: http://ipw2200.sourceforge.net
3118 F: Documentation/networking/README.ipw2200
3119 F: drivers/net/wireless/ipw2x00/ipw2200.*
3121 INTEL WIRELESS WIMAX CONNECTION 2400
3122 P: Inaky Perez-Gonzalez
3127 W: http://linuxwimax.org
3128 F: Documentation/wimax/README.i2400m
3129 F: drivers/net/wimax/i2400m/
3130 F: include/linux/wimax/i2400m.h
3132 INTEL WIRELESS WIFI LINK (iwlwifi)
3139 W: http://intellinuxwireless.org
3140 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3142 F: drivers/net/wireless/iwlwifi/
3144 IOC3 ETHERNET DRIVER
3149 F: drivers/net/ioc3-eth.c
3156 F: drivers/serial/ioc3_serial.c
3162 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3164 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3173 F: drivers/net/ipg.c
3179 T: git git://git.qlogic.com/ipath-linux-2.6
3181 F: drivers/infiniband/hw/ipath/
3187 W: http://openipmi.sourceforge.net/
3189 F: Documentation/IPMI.txt
3190 F: drivers/char/ipmi/
3191 F: include/linux/ipmi*
3193 IPS SCSI RAID DRIVER
3194 P: Adaptec OEM Raid Solutions
3197 W: http://www.adaptec.com/
3199 F: drivers/scsi/ips*
3211 F: Documentation/networking/ipvs-sysctl.txt
3212 F: net/netfilter/ipvs/
3220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3221 F: drivers/char/pcmcia/ipwireless/
3224 P: Arnaldo Carvalho de Melo
3228 F: include/linux/ipx.h
3229 F: include/net/ipx.h
3236 W: http://irda.sourceforge.net/
3238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3239 F: Documentation/networking/irda.txt
3240 F: drivers/net/irda/
3241 F: include/net/irda/
3248 F: Documentation/isapnp.txt
3249 F: drivers/pnp/isapnp/
3250 F: include/linux/isapnp.h
3256 W: www.open-iscsi.org
3257 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3259 F: drivers/scsi/*iscsi*
3260 F: include/scsi/*iscsi*
3266 W: http://www.isdn4linux.de
3267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3269 F: Documentation/isdn/
3271 F: include/linux/isdn.h
3272 F: include/linux/isdn/
3274 ISDN SUBSYSTEM (Eicon active card driver)
3278 W: http://www.melware.de
3280 F: drivers/isdn/hardware/eicon/
3282 IVTV VIDEO4LINUX DRIVER
3288 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3289 W: http://www.ivtvdriver.org
3291 F: Documentation/video4linux/*.ivtv
3292 F: drivers/media/video/ivtv/
3293 F: include/linux/ivtv*
3299 W: http://jfs.sourceforge.net/
3300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3302 F: Documentation/filesystems/jfs.txt
3310 F: drivers/net/jme.*
3312 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3316 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3319 F: include/linux/jffs2.h
3321 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3329 F: include/linux/ext*jbd*.h
3330 F: include/linux/jbd*.h
3332 K8TEMP HARDWARE MONITORING DRIVER
3337 F: Documentation/hwmon/k8temp
3338 F: drivers/hwmon/k8temp.c
3345 F: Documentation/kbuild/kconfig-language.txt
3354 W: http://lse.sourceforge.net/kdump/
3356 F: Documentation/kdump/
3358 KERNEL AUTOMOUNTER (AUTOFS)
3365 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3379 F: Documentation/kbuild/
3381 F: scripts/Makefile.*
3386 W: http://www.kerneljanitors.org/
3389 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3395 W: http://nfs.sourceforge.net/
3398 F: include/linux/nfsd/
3402 F: include/linux/lockd/
3403 F: include/linux/sunrpc/
3405 KERNEL VIRTUAL MACHINE (KVM)
3409 W: http://kvm.qumranet.com
3411 F: Documentation/*/kvm.txt
3413 F: arch/*/include/asm/kvm*
3414 F: include/linux/kvm*
3417 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3421 W: http://kvm.qumranet.com
3423 F: arch/x86/include/asm/svm.h
3424 F: arch/x86/kvm/kvm_svm.h
3425 F: arch/x86/kvm/svm.c
3427 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3431 W: http://kvm.qumranet.com
3433 F: arch/powerpc/include/asm/kvm*
3434 F: arch/powerpc/kvm/
3436 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3440 W: http://kvm.qumranet.com
3442 F: Documentation/ia64/kvm.txt
3443 F: arch/ia64/include/asm/kvm*
3446 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3449 P: Christian Borntraeger
3453 W: http://www.ibm.com/developerworks/linux/linux390/
3455 F: Documentation/s390/kvm.txt
3456 F: arch/s390/include/asm/kvm*
3462 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3465 F: include/linux/kexec.h
3473 F: Documentation/DocBook/kgdb.tmpl
3474 F: drivers/misc/kgdbts.c
3475 F: drivers/serial/kgdboc.c
3476 F: include/linux/kgdb.h
3492 F: Documentation/kmemleak.txt
3493 F: include/linux/kmemleak.h
3495 F: mm/kmemleak-test.c
3498 P: Eduard - Gabriel Munteanu
3501 F: Documentation/trace/kmemtrace.txt
3502 F: include/linux/kmemtrace.h
3503 F: kernel/trace/kmemtrace.c
3506 P: Ananth N Mavinakayanahalli
3508 P: Anil S Keshavamurthy
3515 F: Documentation/kprobes.txt
3516 F: include/linux/kprobes.h
3519 KS0108 LCD CONTROLLER DRIVER
3520 P: Miguel Ojeda Sandonis
3522 W: http://miguelojeda.es/auxdisplay.htm
3523 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3525 F: Documentation/auxdisplay/ks0108
3526 F: drivers/auxdisplay/ks0108.c
3527 F: include/linux/ks0108.h
3532 F: Documentation/networking/lapb-module.txt
3536 LASI 53c700 driver for PARISC
3537 P: James E.J. Bottomley
3541 F: Documentation/scsi/53c700.txt
3542 F: drivers/scsi/53c700*
3549 F: include/linux/leds.h
3551 LEGO USB Tower driver
3555 W: http://legousb.sourceforge.net/
3557 F: drivers/usb/misc/legousbtower.c
3563 W: http://lguest.ozlabs.org/
3565 F: Documentation/lguest/
3568 F: include/linux/lguest*.h
3569 F: arch/x86/include/asm/lguest*.h
3571 LINUX FOR IBM pSERIES (RS/6000)
3574 W: http://www.ibm.com/linux/ltc/projects/ppc
3577 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3578 P: Benjamin Herrenschmidt
3582 W: http://www.penguinppc.org/
3584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3587 LINUX FOR POWER MACINTOSH
3588 P: Benjamin Herrenschmidt
3590 W: http://www.penguinppc.org/
3594 LINUX FOR POWERPC EMBEDDED MPC5XXX
3598 T: git git://git.secretlab.ca/git/linux-2.6.git
3601 LINUX FOR POWERPC EMBEDDED PPC4XX
3606 W: http://www.penguinppc.org/
3608 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3611 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3614 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3616 T: git git://git.secretlab.ca/git/linux-2.6.git
3619 LINUX FOR POWERPC EMBEDDED PPC8XX
3624 W: http://www.penguinppc.org/
3628 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3631 W: http://www.penguinppc.org/
3635 LINUX FOR POWERPC PA SEMI PWRFICIENT
3638 W: http://www.pasemi.com/
3642 LINUX SECURITY MODULE (LSM) FRAMEWORK
3646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3650 P: Arnaldo Carvalho de Melo
3653 F: include/linux/llc.h
3657 LIS3LV02D ACCELEROMETER DRIVER
3661 F: Documentation/hwmon/lis3lv02d
3662 F: drivers/hwmon/lis3lv02d.*
3664 LM83 HARDWARE MONITOR DRIVER
3669 F: Documentation/hwmon/lm83
3670 F: drivers/hwmon/lm83.c
3672 LM90 HARDWARE MONITOR DRIVER
3677 F: Documentation/hwmon/lm90
3678 F: drivers/hwmon/lm90.c
3680 LOCKDEP AND LOCKSTAT
3685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3687 F: Documentation/lockdep*.txt
3688 F: Documentation/lockstat.txt
3689 F: include/linux/lockdep.h
3692 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3693 P: Richard Russon (FlatCap)
3696 W: http://www.linux-ntfs.org/content/view/19/37/
3698 F: Documentation/ldm.txt
3699 F: fs/partitions/ldm.*
3701 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3707 W: http://www.lsilogic.com/support
3709 F: drivers/message/fusion/
3711 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3716 F: drivers/scsi/sym53c8xx_2/
3718 LTP (Linux Test Project)
3724 W: http://ltp.sourceforge.net/
3725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3733 W: http://www.linux-m32r.org/
3738 P: Geert Uytterhoeven
3743 W: http://www.linux-m68k.org/
3744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3749 M68K ON APPLE MACINTOSH
3752 W: http://www.mac.linux-m68k.org/
3760 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3768 W: http://linuxwireless.org/
3769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3771 F: Documentation/networking/mac80211-injection.txt
3772 F: include/net/mac80211.h
3775 MAC80211 PID RATE CONTROL
3781 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3784 F: net/mac80211/rc80211_pid*
3791 F: drivers/net/macvlan.c
3792 F: include/linux/if_macvlan.h
3794 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3797 W: http://www.kernel.org/doc/man-pages
3801 MARVELL LIBERTAS WIRELESS DRIVER
3806 F: drivers/net/wireless/libertas/
3808 MARVELL MV643XX ETHERNET DRIVER
3809 P: Lennert Buytenhek
3813 F: drivers/net/mv643xx_eth.*
3814 F: include/linux/mv643xx.h
3816 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3821 MARVELL YUKON / SYSKONNECT DRIVER
3826 W: http://www.syskonnect.com
3829 MATROX FRAMEBUFFER DRIVER
3834 F: drivers/video/matrox/matroxfb_*
3835 F: include/linux/matroxfb.h
3837 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3842 F: Documentation/hwmon/max6650
3843 F: drivers/hwmon/max6650.c
3845 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3846 P: Mauro Carvalho Chehab
3848 P: LinuxTV.org Project
3850 W: http://linuxtv.org
3851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3853 F: Documentation/dvb/
3854 F: Documentation/video4linux/
3857 F: include/linux/dvb/
3858 F: include/linux/videodev*.h
3860 MEGARAID SCSI DRIVERS
3864 W: http://megaraid.lsilogic.com
3866 F: Documentation/scsi/megaraid.txt
3867 F: drivers/scsi/megaraid.*
3868 F: drivers/scsi/megaraid/
3872 W: http://www.linux-mm.org
3874 F: include/linux/mm.h
3877 MEMORY RESOURCE CONTROLLER
3882 P: KAMEZAWA Hiroyuki
3888 MEMORY TECHNOLOGY DEVICES (MTD)
3891 W: http://www.linux-mtd.infradead.org/
3893 T: git git://git.infradead.org/mtd-2.6.git
3896 F: include/linux/mtd/
3899 MICROBLAZE ARCHITECTURE
3903 W: http://www.monstr.eu/fdt/
3904 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3912 F: drivers/usb/image/microtek.*
3917 W: http://www.linux-mips.org/
3919 T: git git://git.linux-mips.org/pub/scm/linux.git
3921 F: Documentation/mips/
3924 MISCELLANEOUS MCA-SUPPORT
3928 F: Documentation/ia64/mca.txt
3929 F: Documentation/mca.txt
3931 F: include/linux/mca*
3937 F: include/linux/module.h
3940 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3943 W: http://popies.net/meye/
3945 F: Documentation/video4linux/meye.txt
3946 F: drivers/media/video/meye.*
3947 F: include/linux/meye.h
3949 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3954 F: drivers/mmc/host/imxmmc.*
3956 MOUSE AND MISC DEVICES [GENERAL]
3957 P: Alessandro Rubini
3960 F: drivers/input/mouse/
3961 F: include/linux/gpio_mouse.h
3963 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3967 F: Documentation/serial/moxa-smartio
3968 F: drivers/char/mxser.*
3971 P: Lennart Poettering
3973 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3974 W: http://0pointer.de/lennart/tchibo.html
3976 F: drivers/platform/x86/msi-laptop.c
3978 MULTIFUNCTION DEVICES (MFD)
3981 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3985 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3990 F: include/linux/mmc/
3992 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3996 F: drivers/mmc/host/mmc_spi.c
3997 F: include/linux/spi/mmc_spi.h
3999 MULTISOUND SOUND DRIVER
4003 F: Documentation/sound/oss/MultiSound
4006 MULTITECH MULTIPORT CARD (ISICOM)
4010 F: drivers/char/isicom.c
4011 F: include/linux/isicom.h
4013 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4017 T: git git://gitorious.org/musb/mainline.git
4019 F: drivers/usb/musb/
4021 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4027 W: http://www.myri.com/scs/download-Myri10GE.html
4029 F: drivers/net/myri10ge/
4031 NATSEMI ETHERNET DRIVER (DP8381x)
4035 F: drivers/net/natsemi.c
4044 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4045 P: James E.J. Bottomley
4049 F: drivers/scsi/NCR_D700.*
4051 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4057 W: http://www.neteffect.com
4059 F: drivers/infiniband/hw/nes/
4061 NETEM NETWORK EMULATOR
4062 P: Stephen Hemminger
4066 F: net/sched/sch_netem.c
4068 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4073 P: Sivakumar Subramani
4075 P: Sreenivasa Honnur
4080 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4081 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4083 F: Documentation/networking/s2io.txt
4084 F: drivers/net/s2io*
4086 NETFILTER/IPTABLES/IPCHAINS
4097 W: http://www.netfilter.org/
4098 W: http://www.iptables.org/
4099 T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4101 F: include/linux/netfilter*
4102 F: include/linux/netfilter/
4103 F: include/net/netfilter/
4104 F: net/*/netfilter.c
4111 W: http://netlabel.sf.net
4114 F: Documentation/netlabel/
4115 F: include/net/netlabel.h
4118 NETROM NETWORK LAYER
4122 W: http://www.linux-ax25.org/
4124 F: include/linux/netrom.h
4125 F: include/net/netrom.h
4128 NETWORK BLOCK DEVICE (NBD)
4132 F: Documentation/blockdev/nbd.txt
4133 F: drivers/block/nbd.c
4134 F: include/linux/nbd.h
4136 NETWORKING [GENERAL]
4140 W: http://www.linuxfoundation.org/en/Net
4141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4146 NETWORKING [IPv4/IPv6]
4151 P: Pekka Savola (ipv6)
4155 P: Hideaki YOSHIFUJI
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4166 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4172 NETWORKING [WIRELESS]
4176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4179 F: include/net/ieee80211*
4180 F: include/linux/wireless.h
4184 W: http://www.linuxfoundation.org/en/Net
4185 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4189 NETXEN (1/10) GbE SUPPORT
4193 W: http://www.netxen.com
4195 F: drivers/net/netxen/
4197 NFS, SUNRPC, AND LOCKD CLIENTS
4201 W: http://client.linux-nfs.org
4202 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4208 F: include/linux/lockd/
4209 F: include/linux/nfs*
4210 F: include/linux/sunrpc/
4212 NI5010 NETWORK DRIVER
4213 P: Jan-Pascal van Best
4219 F: drivers/net/ni5010.*
4225 W: http://www.nilfs.org/en/
4227 F: Documentation/filesystems/nilfs2.txt
4229 F: include/linux/nilfs2_fs.h
4231 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4234 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4236 F: Documentation/scsi/NinjaSCSI.txt
4237 F: drivers/scsi/pcmcia/nsp_*
4239 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4244 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4246 F: Documentation/scsi/NinjaSCSI.txt
4247 F: drivers/scsi/nsp32*
4250 P: Anton Altaparmakov
4253 W: http://www.linux-ntfs.org/
4254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4256 F: Documentation/filesystems/ntfs.txt
4259 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4264 F: drivers/video/riva/
4265 F: drivers/video/nvidia/
4271 W: http://www.muru.com/linux/omap/
4272 W: http://linux.omap.com/
4273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4277 OMAP CLOCK FRAMEWORK SUPPORT
4282 F: arch/arm/*omap*/*clock*
4284 OMAP POWER MANAGEMENT SUPPORT
4289 F: arch/arm/*omap*/*pm*
4299 OMAP FRAMEBUFFER SUPPORT
4305 F: drivers/video/omap/
4313 F: drivers/mmc/host/*omap*
4315 OMAP RANDOM NUMBER GENERATOR SUPPORT
4319 F: drivers/char/hw_random/omap-rng.c
4335 F: Documentation/filesystems/omfs.txt
4338 OMNIKEY CARDMAN 4000 DRIVER
4342 F: drivers/char/pcmcia/cm4000_cs.c
4343 F: include/linux/cm4000_cs.h
4345 OMNIKEY CARDMAN 4040 DRIVER
4349 F: drivers/char/pcmcia/cm4040_cs.*
4351 OMNIVISION OV7670 SENSOR DRIVER
4355 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4357 F: drivers/media/video/ov7670.c
4359 ONENAND FLASH DRIVER
4364 F: drivers/mtd/onenand/
4365 F: include/linux/mtd/onenand*.h
4367 ONSTREAM SCSI TAPE DRIVER
4373 F: drivers/scsi/osst*
4376 OPENCORES I2C BUS DRIVER
4381 F: Documentation/i2c/busses/i2c-ocores
4382 F: drivers/i2c/busses/i2c-ocores.c
4390 F: drivers/oprofile/
4391 F: include/linux/oprofile.h
4393 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4399 W: http://oss.oracle.com/projects/ocfs2/
4400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4402 F: Documentation/filesystems/ocfs2.txt
4403 F: Documentation/filesystems/dlmfs.txt
4414 W: http://www.nongnu.org/orinoco/
4416 F: drivers/net/wireless/orinoco/
4424 W: http://open-osd.org
4425 T: git git://git.open-osd.org/open-osd.git
4432 W: http://prism54.org
4433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4435 F: drivers/net/wireless/p54/
4437 PA SEMI ETHERNET DRIVER
4442 F: drivers/net/pasemi_mac.*
4444 PA SEMI SMBUS DRIVER
4449 F: drivers/i2c/busses/i2c-pasemi.c
4451 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4455 F: drivers/platform/x86/panasonic-laptop.c
4457 PANASONIC MN10300/AM33 PORT
4463 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4465 F: Documentation/mn10300/
4468 PARALLEL PORT SUPPORT
4472 F: include/linux/parport*.h
4473 F: drivers/char/ppdev.c
4474 F: include/linux/ppdev.h
4476 PARAVIRT_OPS INTERFACE
4477 P: Jeremy Fitzhardinge
4487 F: Documentation/ia64/paravirt_ops.txt
4488 F: arch/*/kernel/paravirt*
4489 F: arch/*/include/asm/paravirt.h
4491 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4495 W: http://www.torque.net/linux-pp.html
4497 F: Documentation/blockdev/paride.txt
4498 F: drivers/block/paride/
4506 W: http://www.parisc-linux.org/
4507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4512 PC87360 HARDWARE MONITORING DRIVER
4517 F: Documentation/hwmon/pc87360
4518 F: drivers/hwmon/pc87360.c
4524 F: drivers/char/pc8736x_gpio.c
4530 F: drivers/leds/leds-pca9532.c
4531 F: include/linux/leds-pca9532.h
4538 F: Documentation/PCI/pci-error-recovery.txt
4539 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4547 F: Documentation/PCI/
4549 F: include/linux/pci*
4552 P: Kristen Carlson Accardi
4556 F: drivers/pci/pcie/
4559 P: Linux PCMCIA Team
4561 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4564 F: Documentation/pcmcia/
4568 PCNET32 NETWORK DRIVER
4573 F: drivers/net/pcnet32.c
4575 PER-TASK DELAY ACCOUNTING
4579 F: include/linux/delayacct.h
4580 F: kernel/delayacct.c
4582 PERFORMANCE COUNTER SUBSYSTEM
4592 PERSONALITY HANDLING
4593 P: Christoph Hellwig
4597 F: include/linux/personality.h
4604 F: drivers/mtd/devices/phram.c
4610 F: drivers/block/pktcdvd.c
4611 F: include/linux/pktcdvd.h
4613 POSIX CLOCKS and TIMERS
4618 F: include/linux/timer*
4621 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4626 T: git git://git.infradead.org/battery-2.6.git
4628 F: include/linux/power_supply.h
4629 F: drivers/power/power_supply*
4644 F: drivers/i2c/busses/i2c-pnx.c
4646 PPP PROTOCOL DRIVERS AND COMPRESSORS
4651 F: drivers/net/ppp_*
4653 PPP OVER ATM (RFC 2364)
4654 P: Mitchell Blank Jr
4657 F: net/atm/pppoatm.c
4658 F: include/linux/atmppp.h
4664 F: drivers/net/pppoe.c
4665 F: drivers/net/pppox.c
4671 F: drivers/net/pppol2tp.c
4672 F: include/linux/if_pppol2tp.h
4677 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4685 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4687 F: Documentation/preempt-locking.txt
4688 F: include/linux/preempt.h
4690 PRISM54 WIRELESS DRIVER
4691 P: Luis R. Rodriguez
4694 W: http://prism54.org
4696 F: drivers/net/wireless/prism54/
4698 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4701 W: http://www.pnd-pc.demon.co.uk/promise/
4704 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4705 P: Mikael Pettersson
4709 F: drivers/ata/sata_promise.*
4717 F: drivers/net/ps3_gelic_net.*
4719 PS3 PLATFORM SUPPORT
4725 F: arch/powerpc/boot/ps3*
4726 F: arch/powerpc/include/asm/lv1call.h
4727 F: arch/powerpc/include/asm/ps3*.h
4728 F: arch/powerpc/platforms/ps3/
4731 F: drivers/rtc/rtc-ps3.c
4732 F: drivers/usb/host/*ps3.c
4733 F: sound/ppc/snd_ps3*
4747 F: include/asm-generic/syscall.h
4748 F: include/linux/ptrace.h
4749 F: include/linux/regset.h
4750 F: include/linux/tracehook.h
4753 PVRUSB2 VIDEO4LINUX DRIVER
4758 W: http://www.isely.net/pvrusb2/
4759 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4761 F: Documentation/video4linux/README.pvrusb2
4762 F: drivers/media/video/pvrusb2/
4764 PXA2xx/PXA3xx SUPPORT
4771 F: arch/arm/mach-pxa/
4772 F: drivers/pcmcia/pxa2xx*
4773 F: drivers/spi/pxa2xx*
4774 F: drivers/usb/gadget/pxa2*
4775 F: include/sound/pxa2xx-lib.h
4785 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4792 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4804 QLOGIC QLA2XXX FC-SCSI DRIVER
4809 F: Documentation/scsi/LICENSE.qla2xxx
4810 F: drivers/scsi/qla2xxx/
4812 QLOGIC QLA3XXX NETWORK DRIVER
4817 F: Documentation/networking/LICENSE.qla3xxx
4818 F: drivers/net/qla3xxx.*
4820 QLOGIC QLGE 10Gb ETHERNET DRIVER
4826 F: drivers/net/qlge/
4831 W: http://www.alarsen.net/linux/qnx4fs/
4834 F: include/linux/qnx4_fs.h
4835 F: include/linux/qnxtypes.h
4837 RADEON FRAMEBUFFER DISPLAY DRIVER
4838 P: Benjamin Herrenschmidt
4842 F: drivers/video/aty/radeon*
4843 F: include/linux/radeonfb.h
4845 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4850 F: drivers/video/aty/aty128fb.c
4852 RALINK RT2X00 WIRELESS LAN DRIVER
4856 W: http://rt2x00.serialmonkey.com/
4858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4859 F: drivers/net/wireless/rt2x00/
4861 RAMDISK RAM BLOCK DEVICE DRIVER
4865 F: Documentation/blockdev/ramdisk.txt
4866 F: drivers/block/brd.c
4868 RANDOM NUMBER DRIVER
4872 F: drivers/char/random.c
4880 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4885 F: drivers/net/wireless/ray*
4893 F: Documentation/RCU/torture.txt
4894 F: kernel/rcutorture.c
4901 RDC R6040 FAST ETHERNET DRIVER
4906 F: drivers/net/r6040.c
4908 RDS - RELIABLE DATAGRAM SOCKETS
4915 READ-COPY UPDATE (RCU)
4920 W: http://www.rdrop.com/users/paulmck/rclock/
4922 F: Documentation/RCU/rcu.txt
4923 F: Documentation/RCU/rcuref.txt
4924 F: include/linux/rcupdate.h
4925 F: include/linux/srcu.h
4926 F: kernel/rcupdate.c
4928 REAL TIME CLOCK DRIVER
4932 F: Documentation/rtc.txt
4934 F: include/linux/rtc.h
4936 REAL TIME CLOCK (RTC) SUBSYSTEM
4941 F: Documentation/rtc.txt
4943 F: include/linux/rtc.h
4945 REISERFS FILE SYSTEM
4955 F Documentation/rfkill.txt
4960 F: Documentation/serial/riscom8.txt
4961 F: drivers/char/riscom8*
4965 W: http://www.comtrol.com
4967 F: Documentation/serial/rocket.txt
4968 F: drivers/char/rocket*
4974 W: http://www.linux-ax25.org/
4976 F: include/linux/rose.h
4977 F: include/net/rose.h
4980 RTL8180 WIRELESS DRIVER
4984 W: http://linuxwireless.org/
4985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4987 F: drivers/net/wireless/rtl818x/rtl8180*
4989 RTL8187 WIRELESS DRIVER
4990 P: Herton Ronaldo Krzesinski
4997 W: http://linuxwireless.org/
4998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5000 F: drivers/net/wireless/rtl818x/rtl8187*
5002 S3 SAVAGE FRAMEBUFFER DRIVER
5007 F: drivers/video/savage/
5010 P: Martin Schwidefsky
5016 W: http://www.ibm.com/developerworks/linux/linux390/
5020 S390 NETWORK DRIVERS
5027 W: http://www.ibm.com/developerworks/linux/linux390/
5029 F: drivers/s390/net/
5039 F: drivers/s390/crypto/
5048 W: http://www.ibm.com/developerworks/linux/linux390/
5050 F: Documentation/s390/zfcpdump.txt
5051 F: drivers/s390/scsi/zfcp_*
5053 S390 IUCV NETWORK LAYER
5058 W: http://www.ibm.com/developerworks/linux/linux390/
5060 F: drivers/s390/net/*iucv*
5061 F: include/net/iucv/
5064 S3C24XX SD/MMC Driver
5069 F: drivers/mmc/host/s3cmci.*
5071 SAA7146 VIDEO4LINUX-2 DRIVER
5075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5076 W: http://www.mihu.de/linux/saa7146
5078 F: drivers/media/common/saa7146*
5079 F: drivers/media/video/*7146*
5080 F: include/media/*7146*
5086 F: drivers/watchdog/sc1200wdt.c
5095 F: include/linux/sched.h
5101 W: http://www.kernel.dk
5109 W: http://www.torque.net/sg
5111 F: drivers/scsi/sg.c
5112 F: include/scsi/sg.h
5115 P: James E.J. Bottomley
5118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5120 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5130 F: Documentation/scsi/st.txt
5136 P: Sridhar Samudrala
5139 W: http://lksctp.sourceforge.net
5141 F: Documentation/networking/sctp.txt
5142 F: include/linux/sctp.h
5143 F: include/net/sctp/
5150 F: Documentation/i2c/busses/scx200_acb
5151 F: arch/x86/kernel/scx200_32.c
5152 F: drivers/watchdog/scx200_wdt.c
5153 F: drivers/i2c/busses/scx200*
5154 F: drivers/mtd/maps/scx200_docflash.c
5155 F: include/linux/scx200.h
5161 F: drivers/char/scx200_gpio.c
5162 F: include/linux/scx200_gpio.h
5164 SCx200 HRT CLOCKSOURCE DRIVER
5168 F: drivers/clocksource/scx200_hrt.c
5170 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5175 F: drivers/mmc/host/sdricoh_cs.c
5177 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5183 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5189 F: drivers/mmc/host/sdhci.*
5191 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5196 F: drivers/mmc/host/sdhci-s3c.c
5202 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5203 W: http://security.wiki.kernel.org/
5208 P: Security Officers
5212 SELINUX SECURITY MODULE
5220 W: http://selinuxproject.org
5221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5223 F: include/linux/selinux*
5224 F: security/selinux/
5230 F: drivers/misc/phantom.c
5231 F: include/linux/phantom.h
5233 SERIAL ATA (SATA) SUBSYSTEM
5237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5240 F: include/linux/ata.h
5241 F: include/linux/libata.h
5243 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5246 P: Subbu Seetharaman
5249 W: http://www.serverengines.com
5251 F: drivers/net/benet/
5256 P: Robert Stonehouse
5265 F: drivers/misc/sgi-gru/
5267 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5272 F: Documentation/ia64/serial.txt
5273 F: drivers/serial/ioc?_serial.c
5274 F: include/linux/ioc?.h
5276 SGI VISUAL WORKSTATION 320 AND 540
5280 W: http://linux-visws.sf.net
5281 S: Maintained for 2.6.
5282 F: Documentation/sgi-visws.txt
5284 SGI XP/XPC/XPNET DRIVER
5288 F: drivers/misc/sgi-xp/
5290 SHARP LH SUPPORT (LH7952X & LH7A40X)
5293 W: http://projects.buici.com/arm
5296 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5297 F: arch/arm/mach-lh7a40x/
5298 F: drivers/serial/serial_lh7a40x.c
5299 F: drivers/usb/gadget/lh7a40*
5300 F: drivers/usb/host/ohci-lh7a40*
5303 P: Kristen Carlson Accardi
5307 F: drivers/pci/hotplug/shpchp*
5309 SIMTEC EB110ATX (Chalice CATS)
5313 W: http://www.simtec.co.uk/products/EB110ATX/
5316 SIMTEC EB2410ITX (BAST)
5320 W: http://www.simtec.co.uk/products/EB2410ITX/
5322 F: arch/arm/mach-s3c2410/
5323 F: drivers/*/*s3c2410*
5324 F: drivers/*/*/*s3c2410*
5326 SIS 190 ETHERNET DRIVER
5331 F: drivers/net/sis190.c
5333 SIS 900/7016 FAST ETHERNET DRIVER
5336 W: http://www.brownhat.org/sis900.html
5339 F: drivers/net/sis900.*
5341 SIS 96X I2C/SMBUS DRIVER
5346 F: Documentation/i2c/busses/i2c-sis96x
5347 F: drivers/i2c/busses/i2c-sis96x.c
5349 SIS FRAMEBUFFER DRIVER
5350 P: Thomas Winischhofer
5352 W: http://www.winischhofer.net/linuxsisvga.shtml
5354 F: Documentation/fb/sisfb.txt
5355 F: drivers/video/sis/
5356 F: include/video/sisfb.h
5359 P: Thomas Winischhofer
5361 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5363 F: drivers/usb/misc/sisusbvga/
5365 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5366 P: Stephen Hemminger
5370 F: drivers/net/skge.*
5371 F: drivers/net/sky2.*
5374 P: Christoph Lameter
5382 F: include/linux/sl?b*.h
5385 SMC91x ETHERNET DRIVER
5389 F: drivers/net/smc91x.*
5391 SMSC47B397 HARDWARE MONITOR DRIVER
5396 F: Documentation/hwmon/smsc47b397
5397 F: drivers/hwmon/smsc47b397.c
5399 SMSC911x ETHERNET DRIVER
5400 P: Steve Glendinning
5404 F: include/linux/smsc911x.h
5405 F: drivers/net/smsc911x.*
5407 SMSC9420 PCI ETHERNET DRIVER
5408 P: Steve Glendinning
5412 F: drivers/net/smsc9420.*
5418 F: drivers/uio/uio_smx.c
5420 SN-IA64 (Itanium) SUB-PLATFORM
5425 W: http://www.sgi.com/altix
5429 SOC-CAMERA V4L2 SUBSYSTEM
5430 P: Guennadi Liakhovetski
5433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5435 F: include/media/v4l2*
5436 F: drivers/media/video/v4l2*
5438 SOEKRIS NET48XX LED SUPPORT
5442 F: drivers/leds/leds-net48xx.c
5444 SOFTWARE RAID (Multiple Disks) SUPPORT
5450 F: include/linux/raid/
5452 SONIC NETWORK DRIVER
5453 P: Thomas Bogendoerfer
5457 F: drivers/net/sonic.*
5459 SONICS SILICON BACKPLANE DRIVER (SSB)
5465 F: include/linux/ssb/
5467 SONY VAIO CONTROL DEVICE DRIVER
5471 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5473 F: Documentation/laptops/sony-laptop.txt
5474 F: drivers/char/sonypi.c
5475 F: drivers/platform/x86/sony-laptop.c
5476 F: include/linux/sony-laptop.h
5478 SONY MEMORYSTICK CARD SUPPORT
5481 W: http://tifmxx.berlios.de/
5483 F: drivers/memstick/host/tifm_ms.c
5491 W: http://www.alsa-project.org/
5492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5493 T: git git://git.alsa-project.org/alsa-kernel.git
5495 F: Documentation/sound/
5499 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5506 W: http://alsa-project.org/main/index.php/ASoC
5509 F: include/sound/soc*
5511 SPARC + UltraSPARC (sparc/sparc64)
5515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5520 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5524 F: Documentation/serial/specialix.txt
5525 F: drivers/char/specialix*
5532 F: Documentation/spi/
5534 F: include/linux/spi/
5536 SPIDERNET NETWORK DRIVER for CELL
5543 F: Documentation/networking/spider_net.txt
5544 F: drivers/net/spider_net*
5551 W: http://www.ibm.com/developerworks/power/cell/
5553 F: Documentation/filesystems/spufs.txt
5554 F: arch/powerpc/platforms/cell/spufs/
5556 SQUASHFS FILE SYSTEM
5560 W: http://squashfs.org.uk
5562 F: Documentation/filesystems/squashfs.txt
5565 SRM (Alpha) environment access
5566 P: Jan-Benedict Glaw
5569 F: arch/alpha/kernel/srm_env.c
5572 P: Greg Kroah-Hartman
5580 P: Greg Kroah-Hartman
5582 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5587 STARFIRE/DURALAN NETWORK DRIVER
5591 F: drivers/net/starfire*
5593 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5595 F: drivers/net/wireless/strip.c
5596 F: include/linux/if_strip.h
5598 STRADIS MPEG-2 DECODER DRIVER
5601 W: http://www.stradis.com/
5603 F: drivers/media/video/stradis.c
5608 W: http://sammy.net/sun3/
5610 F: arch/m68k/kernel/*sun3*
5612 F: arch/m68k/include/asm/sun3*
5618 W: http://www.linux-sh.org
5619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5621 F: Documentation/sh/
5630 P: Rafael J. Wysocki
5634 F: Documentation/power/
5635 F: arch/x86/kernel/acpi/
5636 F: drivers/base/power/
5638 F: include/linux/suspend.h
5639 F: include/linux/freezer.h
5640 F: include/linux/pm.h
5647 F: Documentation/svga.txt
5648 F: arch/x86/boot/video*
5651 P: Christoph Hellwig
5654 F: Documentation/filesystems/sysv-fs.txt
5656 F: include/linux/sysv_fs.h
5658 TASKSTATS STATISTICS INTERFACE
5662 F: Documentation/accounting/taskstats*
5663 F: include/linux/taskstats*
5664 F: kernel/taskstats.c
5671 F: include/linux/pkt_cls.h
5672 F: include/net/pkt_cls.h
5675 TCP LOW PRIORITY MODULE
5676 P: Wong Hoi Sing, Edison
5678 P: Hung Hing Lun, Mike
5680 W: http://tcp-lp-mod.sourceforge.net/
5682 F: net/ipv4/tcp_lp.c
5684 TEHUTI ETHERNET DRIVER
5685 P: Alexander Indenbaum
5691 F: drivers/net/tehuti*
5693 Telecom Clock Driver for MCPL0010
5697 F: drivers/char/tlclk.c
5699 TENSILICA XTENSA PORT (xtensa)
5705 THINKPAD ACPI EXTRAS DRIVER
5706 P: Henrique de Moraes Holschuh
5709 W: http://ibm-acpi.sourceforge.net
5710 W: http://thinkwiki.org/wiki/Ibm-acpi
5711 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5713 F: drivers/platform/x86/thinkpad_acpi.c
5715 TI FLASH MEDIA INTERFACE DRIVER
5719 F: drivers/misc/tifm*
5720 F: drivers/mmc/host/tifm_sd.c
5721 F: include/linux/tifm.h
5723 TI TWL4030 SERIES SOC CODEC DRIVER
5728 F: sound/soc/codecs/twl4030*
5738 W: http://tipc.sourceforge.net/
5739 W: http://tipc.cslab.ericsson.net/
5740 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5742 F: include/linux/tipc*.h
5743 F: include/net/tipc/
5750 W: http://sourceforge.net/projects/tlan/
5752 F: Documentation/networking/tlan.txt
5753 F: drivers/net/tlan.*
5755 TOMOYO SECURITY MODULE
5763 W: http://tomoyo.sourceforge.jp/
5764 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5768 TOSHIBA ACPI EXTRAS DRIVER
5770 F: drivers/platform/x86/toshiba_acpi.c
5776 W: http://www.buzzard.org.uk/toshiba/
5778 F: drivers/char/toshiba.c
5779 F: include/linux/toshiba.h
5785 F: drivers/mmc/host/tmio_mmc.*
5787 TMPFS (SHMEM FILESYSTEM)
5792 F: include/linux/shmem_fs.h
5800 W: http://tpmdd.sourceforge.net
5803 W: http://www.sirrix.com
5806 F: drivers/char/tpm/
5811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5813 F: drivers/char/tty_*
5814 F: drivers/serial/serial_core.c
5815 F: include/linux/serial_core.h
5816 F: include/linux/serial.h
5817 F: include/linux/tty.h
5823 T: stgit http://zeniv.linux.org.uk/~alan/ttydev/
5825 TULIP NETWORK DRIVERS
5832 F: drivers/net/tulip/
5835 P: Maxim Krasnyansky
5838 W: http://vtun.sourceforge.net/tun
5840 F: Documentation/networking/tuntap.txt
5841 F: arch/um/os-Linux/drivers/
5843 TURBOCHANNEL SUBSYSTEM
5844 P: Maciej W. Rozycki
5848 F: include/linux/tc.h
5855 F: drivers/scsi/u14-34f.c
5857 UBI FILE SYSTEM (UBIFS)
5863 T: git git://git.infradead.org/ubifs-2.6.git
5864 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5866 F: Documentation/filesystems/ubifs.txt
5869 UCLINUX (AND M68KNOMMU)
5872 W: http://www.uclinux.org/
5877 UCLINUX FOR RENESAS H8/300 (H8300)
5880 W: http://uclinux-h8.sourceforge.jp/
5886 W: http://linux-udf.sourceforge.net
5888 F: Documentation/filesystems/udf.txt
5892 P: Evgeniy Dushistov
5895 F: Documentation/filesystems/ufs.txt
5898 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5904 F: include/linux/uwb.h
5905 F: include/linux/uwb/
5907 UNIFORM CDROM DRIVER
5910 W: http://www.kernel.dk
5912 F: Documentation/cdrom/
5913 F: drivers/cdrom/cdrom.c
5914 F: include/linux/cdrom.h
5916 UNSORTED BLOCK IMAGES (UBI)
5919 W: http://www.linux-mtd.infradead.org/
5921 T: git git://git.infradead.org/ubi-2.6.git
5924 F: include/linux/mtd/ubi.h
5925 F: include/mtd/ubi-user.h
5932 F: Documentation/usb/acm.txt
5933 F: drivers/usb/class/cdc-acm.*
5935 USB BLOCK DRIVER (UB ub)
5940 F: drivers/block/ub.c
5942 USB CDC ETHERNET DRIVER
5943 P: Greg Kroah-Hartman
5947 W: http://www.kroah.com/linux-usb/
5948 F: drivers/net/usb/cdc_*.c
5949 F: include/linux/usb/cdc.h
5951 USB CYPRESS C67X00 DRIVER
5956 F: drivers/usb/c67x00/
5958 USB DAVICOM DM9601 DRIVER
5962 W: http://www.linux-usb.org/usbnet
5964 F: drivers/net/usb/dm9601.c
5966 USB DIAMOND RIO500 DRIVER
5970 W: http://rio500.sourceforge.net
5972 F: drivers/usb/misc/rio500*
5979 F: Documentation/usb/ehci.txt
5980 F: drivers/usb/host/ehci*
5982 USB ET61X[12]51 DRIVER
5987 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5988 W: http://www.linux-projects.org
5990 F: drivers/media/video/et61x251/
5992 USB GADGET/PERIPHERAL SUBSYSTEM
5996 W: http://www.linux-usb.org/gadget
5998 F: drivers/usb/gadget/
5999 F: include/linux/usb/gadget*
6001 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6007 F: Documentation/usb/hiddev.txt
6008 F: drivers/hid/usbhid/
6015 F: drivers/usb/host/isp116x*
6016 F: include/linux/usb/isp116x.h
6018 USB KAWASAKI LSI DRIVER
6023 F: drivers/usb/serial/kl5kusb105.*
6025 USB MASS STORAGE DRIVER
6031 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6032 F: drivers/usb/storage/
6039 F: Documentation/usb/ohci.txt
6040 F: drivers/usb/host/ohci*
6042 USB OPTION-CARD DRIVER
6047 F: drivers/usb/serial/option.c
6053 W: http://alpha.dyndns.org/ov511/
6055 F: drivers/media/video/ov511.*
6062 W: http://pegasus2.sourceforge.net/
6064 F: drivers/net/usb/pegasus.*
6066 USB PRINTER DRIVER (usblp)
6071 F: drivers/usb/class/usblp.c
6078 W: http://pegasus2.sourceforge.net/
6080 F: drivers/net/usb/rtl8150.c
6086 W: http://www.chello.nl/~j.vreeken/se401/
6088 F: Documentation/video4linux/se401.txt
6089 F: drivers/media/video/se401.*
6091 USB SERIAL BELKIN F5U103 DRIVER
6092 P: William Greathouse
6096 F: drivers/usb/serial/belkin_sa.*
6098 USB SERIAL CYPRESS M8 DRIVER
6103 W: http://geocities.com/i0xox0i
6104 W: http://firstlight.net/cvs
6105 F: drivers/usb/serial/cypress_m8.*
6107 USB SERIAL CYBERJACK DRIVER
6108 P: Matthias Bruestle and Harald Welte
6110 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6112 F: drivers/usb/serial/cyberjack.c
6114 USB SERIAL DIGI ACCELEPORT DRIVER
6115 P: Peter Berger and Al Borchers
6120 F: drivers/usb/serial/digi_acceleport.c
6123 P: Greg Kroah-Hartman
6127 F: Documentation/usb/usb-serial.txt
6128 F: drivers/usb/serial/generic.c
6129 F: drivers/usb/serial/usb-serial.c
6130 F: include/linux/usb/serial.h
6132 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6137 F: drivers/usb/serial/empeg.c
6139 USB SERIAL KEYSPAN DRIVER
6140 P: Greg Kroah-Hartman
6143 W: http://www.kroah.com/linux/
6145 F: drivers/usb/serial/*keyspan*
6147 USB SERIAL WHITEHEAT DRIVER
6148 P: Support Department
6151 W: http://www.connecttech.com
6153 F: drivers/usb/serial/whiteheat*
6155 USB SMSC95XX ETHERNET DRIVER
6156 P: Steve Glendinning
6160 F: drivers/net/usb/smsc95xx.*
6167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6168 W: http://www.linux-projects.org
6170 F: Documentation/video4linux/sn9c102.txt
6171 F: drivers/media/video/sn9c102/
6174 P: Greg Kroah-Hartman
6177 W: http://www.linux-usb.org
6178 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6180 F: Documentation/usb/
6183 F: include/linux/usb.h
6184 F: include/linux/usb/
6191 F: drivers/usb/host/uhci*
6193 USB "USBNET" DRIVER FRAMEWORK
6197 W: http://www.linux-usb.org/usbnet
6199 F: drivers/net/usb/usbnet.c
6200 F: include/linux/usb/usbnet.h
6207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6208 W: http://linux-uvc.berlios.de
6210 F: drivers/media/video/uvc/
6212 USB W996[87]CF DRIVER
6217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6218 W: http://www.linux-projects.org
6220 F: Documentation/video4linux/w9968cf.txt
6221 F: drivers/media/video/w996*
6223 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6228 F: drivers/net/wireless/rndis_wlan.c
6241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6242 W: http://www.linux-projects.org
6244 F: Documentation/video4linux/zc0301.txt
6245 F: drivers/media/video/zc0301/
6251 W: http://linux-lc100020.sourceforge.net
6253 F: drivers/net/wireless/zd1201.*
6260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6261 W: http://royale.zerezo.com/zr364xx/
6263 F: Documentation/video4linux/zr364xx.txt
6264 F: drivers/media/video/zr364xx.c
6266 USER-MODE LINUX (UML)
6271 W: http://user-mode-linux.sourceforge.net
6273 F: Documentation/uml/
6281 P: Greg Kroah-Hartman
6284 F: Documentation/DocBook/uio-howto.tmpl
6286 F: include/linux/uio*.h
6288 UTIL-LINUX-NG PACKAGE
6292 W: http://kernel.org/~kzak/util-linux-ng/
6293 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6297 P: Michal Januszewski
6300 W: http://dev.gentoo.org/~spock/projects/uvesafb/
6302 F: Documentation/fb/uvesafb.txt
6303 F: drivers/video/uvesafb.*
6305 VFAT/FAT/MSDOS FILESYSTEM
6309 F: Documentation/filesystems/vfat.txt
6312 VIA RHINE NETWORK DRIVER
6316 F: drivers/net/via-rhine.c
6323 F: Documentation/i2c/busses/i2c-viapro
6324 F: drivers/i2c/busses/i2c-viapro.c
6326 VIA SD/MMC CARD CONTROLLER DRIVER
6332 F: drivers/mmc/host/via-sdmmc.c
6334 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6341 F: drivers/video/via/
6343 VIA VELOCITY NETWORK DRIVER
6348 F: drivers/net/via-velocity.*
6355 F: drivers/net/macvlan.c
6356 F: include/linux/if_*vlan.h
6364 F: drivers/vlynq/vlynq.c
6365 F: include/linux/vlynq.h
6367 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6372 W: http://opensource.wolfsonmicro.com/node/15
6373 W: http://www.slimlogic.co.uk/?p=48
6374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6376 F: drivers/regulator/
6377 F: include/linux/regulator/
6379 VT1211 HARDWARE MONITOR DRIVER
6384 F: Documentation/hwmon/vt1211
6385 F: drivers/hwmon/vt1211.c
6387 VT8231 HARDWARE MONITOR DRIVER
6392 F: drivers/hwmon/vt8231.c
6394 W1 DALLAS'S 1-WIRE BUS
6398 F: Documentation/w1/
6401 W83791D HARDWARE MONITORING DRIVER
6406 F: Documentation/hwmon/w83791d
6407 F: drivers/hwmon/w83791d.c
6409 W83793 HARDWARE MONITORING DRIVER
6414 F: Documentation/hwmon/w83793
6415 F: drivers/hwmon/w83793.c
6417 W83L51xD SD/MMC CARD INTERFACE DRIVER
6421 F: drivers/mmc/host/wbsd.*
6423 WATCHDOG DEVICE DRIVERS
6426 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6428 F: Documentation/watchdog/
6429 F: drivers/watchdog/
6430 F: include/linux/watchdog.h
6432 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6436 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6438 F: Documentation/networking/wavelan.txt
6439 F: drivers/net/wireless/wavelan*
6446 F: drivers/scsi/wd7000.c
6449 P: Inaky Perez-Gonzalez
6454 W: http://linuxwimax.org
6456 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6460 F: include/linux/wlp.h
6463 WISTRON LAPTOP BUTTON DRIVER
6467 F: drivers/input/misc/wistron_btns.c
6469 WL1251 WIRELESS DRIVER
6473 W: http://wireless.kernel.org
6474 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6476 F: drivers/net/wireless/wl12xx/wl1251*
6478 WL3501 WIRELESS PCMCIA CARD DRIVER
6479 P: Arnaldo Carvalho de Melo
6482 W: http://oops.ghostprotocols.net:81/blog
6484 F: drivers/net/wireless/wl3501*
6486 WM97XX TOUCHSCREEN DRIVERS
6492 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6493 W: http://opensource.wolfsonmicro.com/node/7
6495 F: drivers/input/touchscreen/*wm97*
6496 F: include/linux/wm97xx.h
6503 F: Documentation/networking/x25*
6507 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6517 F: Documentation/x86/
6520 XEN HYPERVISOR INTERFACE
6521 P: Jeremy Fitzhardinge
6529 F: drivers/*/xen-*front.c
6531 F: arch/x86/include/asm/xen/
6535 P: Silicon Graphics Inc
6540 W: http://oss.sgi.com/projects/xfs
6541 T: git git://oss.sgi.com/xfs/xfs.git
6543 F: Documentation/filesystems/xfs.txt
6546 XILINX SYSTEMACE DRIVER
6549 W: http://www.secretlab.ca/
6551 F: drivers/block/xsysace.c
6553 XILINX UARTLITE SERIAL DRIVER
6558 F: drivers/serial/uartlite.c
6560 YAM DRIVER FOR AX.25
6561 P: Jean-Paul Roubelat
6565 F: drivers/net/hamradio/yam*
6566 F: include/linux/yam.h
6568 YEALINK PHONE DRIVER
6573 F: Documentation/input/yealink.txt
6574 F: drivers/input/misc/yealink.*
6576 Z8530 DRIVER FOR AX.25
6579 W: http://yaina.de/jreuter/
6580 W: http://www.qsl.net/dl1bke/
6583 F: Documentation/networking/z8530drv.txt
6584 F: drivers/net/hamradio/*scc.c
6585 F: drivers/net/hamradio/z8530.h
6587 ZD1211RW WIRELESS DRIVER
6592 W: http://zd1211.ath.cx/wiki/DriverRewrite
6596 F: drivers/net/wireless/zd1211rw/
6598 ZR36067 VIDEO FOR LINUX DRIVER
6601 W: http://mjpeg.sourceforge.net/driver-zoran/
6602 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6604 F: drivers/media/video/zoran/
6606 ZS DECSTATION Z85C30 SERIAL DRIVER
6607 P: Maciej W. Rozycki
6610 F: drivers/serial/zs.*
6616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6617 S: Buried alive in reporters