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 Descriptions of section entries:
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 Q: Patchwork web based patch tracking system site
75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
76 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
86 F: Files and directories with wildcard patterns.
87 A trailing slash includes all files and subdirectory files.
88 F: drivers/net/ all files in and below drivers/net
89 F: drivers/net/* all files in drivers/net, but not below
90 F: */net/* all files in "any top level directory"/net
91 One pattern per line. Multiple F: lines acceptable.
92 X: Files and directories that are NOT maintained, same rules as F:
93 Files exclusions are tested before file matches.
94 Can be useful for excluding a specific subdirectory, for instance:
97 matches all files in and below net excluding net/ipv6/
98 K: Keyword perl extended regex pattern to match content in a
99 patch or file. For instance:
101 matches patches or files that contain "of_get_profile"
102 K: \b(printk|pr_(info|err))\b
103 matches patches or files that contain one or more of the words
104 printk, pr_info or pr_err
105 One regex pattern per line. Multiple K: lines acceptable.
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
111 Maintainers List (try to look for most precise areas first)
113 -----------------------------------
119 F: drivers/net/3c505*
125 F: Documentation/networking/vortex.txt
126 F: drivers/net/3c59x.c
128 3CR990 NETWORK DRIVER
132 F: drivers/net/typhoon*
134 3W-9XXX SATA-RAID CONTROLLER DRIVER
137 W: http://www.amcc.com
139 F: drivers/scsi/3w-9xxx*
141 3W-XXXX ATA-RAID CONTROLLER DRIVER
144 W: http://www.amcc.com
146 F: drivers/scsi/3w-xxxx*
148 53C700 AND 53C700-66 SCSI DRIVER
152 F: drivers/scsi/53c700*
154 6PACK NETWORK DRIVER FOR AX.25
158 F: drivers/net/hamradio/6pack.c
160 8169 10/100/1000 GIGABIT ETHERNET DRIVER
164 F: drivers/net/r8169.c
166 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
168 W: http://serial.sourceforge.net
170 F: drivers/serial/8250*
171 F: include/linux/serial_8250.h
173 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
177 F: drivers/net/*8390*
178 F: drivers/net/ax88796.c
185 W: http://swik.net/v9fs
186 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
189 F: Documentation/filesystems/9p.txt
192 A2232 SERIAL BOARD DRIVER
196 F: drivers/char/ser_a2232*
198 AACRAID SCSI RAID DRIVER
201 W: http://www.adaptec.com/
203 F: Documentation/scsi/aacraid.txt
204 F: drivers/scsi/aacraid/
206 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
210 F: drivers/hwmon/abituguru.c
212 ABIT UGURU 3 HARDWARE MONITOR DRIVER
216 F: drivers/hwmon/abituguru3.c
222 F: drivers/net/acenic*
224 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
227 W: http://piie.net/?section=acerhdf
229 F: drivers/platform/x86/acerhdf.c
231 ACER WMI LAPTOP EXTRAS
235 W: http://code.google.com/p/aceracpi
237 F: drivers/platform/x86/acer-wmi.c
242 W: http://www.lesswatts.org/projects/acpi/
243 Q: http://patchwork.kernel.org/project/linux-acpi/list/
244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
247 F: drivers/pnp/pnpacpi/
248 F: include/linux/acpi.h
254 W: http://www.lesswatts.org/projects/acpi/
256 F: drivers/acpi/battery.c
257 F: drivers/acpi/*sbs*
262 W: http://www.lesswatts.org/projects/acpi/
269 W: http://www.lesswatts.org/projects/acpi/
271 F: drivers/acpi/fan.c
273 ACPI PROCESSOR AGGREGATOR DRIVER
276 W: http://www.lesswatts.org/projects/acpi/
278 F: drivers/acpi/acpi_pad.c
283 W: http://www.lesswatts.org/projects/acpi/
285 F: drivers/acpi/*thermal*
290 W: http://www.lesswatts.org/projects/acpi/
292 F: drivers/acpi/video.c
297 W: http://www.lesswatts.org/projects/acpi/
299 F: drivers/platform/x86/wmi.c
301 AD1889 ALSA SOUND DRIVER
304 W: http://wiki.parisc-linux.org/AD1889
307 F: sound/pci/ad1889.*
309 ADM1025 HARDWARE MONITOR DRIVER
313 F: Documentation/hwmon/adm1025
314 F: drivers/hwmon/adm1025.c
316 ADM1029 HARDWARE MONITOR DRIVER
320 F: drivers/hwmon/adm1029.c
322 ADM8211 WIRELESS DRIVER
325 W: http://linuxwireless.org/
326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
328 F: drivers/net/wireless/adm8211.*
333 F: drivers/macintosh/therm_adt746x.c
335 ADT7475 HARDWARE MONITOR DRIVER
339 F: Documentation/hwmon/adt7475
340 F: drivers/hwmon/adt7475.c
346 F: Documentation/scsi/advansys.txt
347 F: drivers/scsi/advansys.c
352 F: sound/oss/aedsp16.c
357 F: Documentation/filesystems/affs.txt
360 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
365 F: include/net/af_rxrpc.h
366 F: net/rxrpc/af_rxrpc.c
370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
373 F: include/linux/agp*
379 F: drivers/scsi/aha152x*
380 F: drivers/scsi/pcmcia/aha152x*
382 AIC7XXX / AIC79XX SCSI DRIVER
386 F: drivers/scsi/aic7xxx/
387 F: drivers/scsi/aic7xxx_old/
394 F: include/linux/*aio*.h
396 ALCATEL SPEEDTOUCH USB DRIVER
399 W: http://www.linux-usb.org/SpeedTouch/
401 F: drivers/usb/atm/speedtch.c
402 F: drivers/usb/atm/usbatm.c
404 ALCHEMY AU1XX0 MMC DRIVER
407 F: drivers/mmc/host/au1xmmc.c
413 F: Documentation/i2c/busses/i2c-ali1563
414 F: drivers/i2c/busses/i2c-ali1563.c
423 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
427 F: drivers/usb/gadget/amd5536udc.*
429 AMD GEODE PROCESSOR/CHIPSET SUPPORT
432 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
434 F: drivers/char/hw_random/geode-rng.c
435 F: drivers/crypto/geode*
436 F: drivers/video/geode/
437 F: arch/x86/include/asm/geode.h
442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
444 F: arch/x86/kernel/amd_iommu*.c
445 F: arch/x86/include/asm/amd_iommu*.h
447 AMD MICROCODE UPDATE SUPPORT
451 F: arch/x86/kernel/microcode_amd.c
453 AMS (Apple Motion Sensor) DRIVER
457 F: drivers/hwmon/ams/
464 F: drivers/infiniband/hw/amso1100/
466 AOA (Apple Onboard Audio) ALSA DRIVER
476 W: http://www.canb.auug.org.au/~sfr/
478 F: arch/x86/kernel/apm_32.c
479 F: include/linux/apm_bios.h
481 APPLE BCM5974 MULTITOUCH DRIVER
485 F: drivers/input/mouse/bcm5974.c
491 F: drivers/hwmon/applesmc.c
493 APPLETALK NETWORK LAYER
496 F: drivers/net/appletalk/
499 ARC FRAMEBUFFER DRIVER
502 F: drivers/video/arcfb.c
503 F: drivers/video/fb_defio.c
505 ARM MFM AND FLOPPY DRIVERS
508 F: arch/arm/lib/floppydma.S
509 F: arch/arm/include/asm/floppy.h
514 W: http://www.arm.linux.org.uk/
518 ARM PRIMECELL AACI PL041 DRIVER
523 ARM PRIMECELL CLCD PL110 DRIVER
526 F: drivers/video/amba-clcd.*
528 ARM PRIMECELL KMI PL050 DRIVER
531 F: drivers/input/serio/ambakmi.*
532 F: include/linux/amba/kmi.h
534 ARM PRIMECELL MMCI PL180/1 DRIVER
536 F: drivers/mmc/host/mmci.*
538 ARM PRIMECELL BUS SUPPORT
542 F: include/linux/amba/bus.h
544 ARM/ADI ROADRUNNER MACHINE SUPPORT
548 F: arch/arm/mach-ixp23xx/
549 F: arch/arm/mach-ixp23xx/include/mach/
551 ARM/ADS SPHERE MACHINE SUPPORT
556 ARM/AFEB9260 MACHINE SUPPORT
561 ARM/AJECO 1ARM MACHINE SUPPORT
566 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
569 W: http://maxim.org.za/at91_26.html
572 ARM/BCMRING ARM ARCHITECTURE
577 F: arch/arm/mach-bcmring
579 ARM/BCMRING MTD NAND DRIVER
584 F: drivers/mtd/nand/bcm_umi_nand.c
585 F: drivers/mtd/nand/bcm_umi_bch.c
586 F: drivers/mtd/nand/bcm_umi_hamming.c
587 F: drivers/mtd/nand/nand_bcm_umi.h
589 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
594 F: arch/arm/mach-ep93xx/
595 F: arch/arm/mach-ep93xx/include/mach/
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
605 F: arch/arm/common/clkdev.c
606 F: arch/arm/include/asm/clkdev.h
608 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
613 ARM/CONTEC MICRO9 MACHINE SUPPORT
616 F: arch/arm/mach-ep93xx/micro9.c
618 ARM/CORGI MACHINE SUPPORT
622 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
625 T: git git://gitorious.org/linux-gemini/mainline.git
627 F: arch/arm/mach-gemini/
629 ARM/EBSA110 MACHINE SUPPORT
632 W: http://www.arm.linux.org.uk/
634 F: arch/arm/mach-ebsa110/
635 F: drivers/net/arm/am79c961a.*
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
642 W: http://www.openezx.org/
644 T: topgit git://git.openezx.org/openezx.git
645 F: arch/arm/mach-pxa/ezx.c
647 ARM/FARADAY FA526 PORT
653 ARM/FOOTBRIDGE ARCHITECTURE
656 W: http://www.arm.linux.org.uk/
658 F: arch/arm/include/asm/hardware/dec21285.h
659 F: arch/arm/mach-footbridge/
661 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
665 T: git://git.pengutronix.de/git/imx/linux-2.6.git
666 F: arch/arm/mach-mx*/
667 F: arch/arm/plat-mxc/
673 F: arch/arm/mach-mx5/
675 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
680 ARM/GUMSTIX MACHINE SUPPORT
685 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
688 F: arch/arm/mach-pxa/hx4700.c
689 F: arch/arm/mach-pxa/include/mach/hx4700.h
691 ARM/HP JORNADA 7XX MACHINE SUPPORT
695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
696 F: arch/arm/mach-sa1100/jornada720.c
697 F: arch/arm/mach-sa1100/include/mach/jornada720.h
699 ARM/INTEL IOP32X ARM ARCHITECTURE
705 ARM/INTEL IOP33X ARM ARCHITECTURE
710 ARM/INTEL IOP13XX ARM ARCHITECTURE
716 ARM/INTEL IQ81342EX MACHINE SUPPORT
722 ARM/INTEL IXP2000 ARM ARCHITECTURE
727 ARM/INTEL IXDP2850 MACHINE SUPPORT
732 ARM/INTEL IXP23XX ARM ARCHITECTURE
737 ARM/INTEL IXP4XX ARM ARCHITECTURE
742 F: arch/arm/mach-ixp4xx/
744 ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT
748 F: arch/arm/mach-pxa/imote2.c
750 ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT
754 F: arch/arm/mach-pxa/stargate2.c
755 F: drivers/pcmcia/pxa2xx_stargate2.c
757 ARM/INTEL XSC3 (MANZANO) ARM CORE
763 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
768 ARM/LOGICPD PXA270 MACHINE SUPPORT
773 ARM/MAGICIAN MACHINE SUPPORT
777 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
781 T: git git://git.marvell.com/orion
783 F: arch/arm/mach-loki/
784 F: arch/arm/mach-kirkwood/
785 F: arch/arm/mach-mv78xx0/
786 F: arch/arm/mach-orion5x/
787 F: arch/arm/plat-orion/
789 ARM/MIOA701 MACHINE SUPPORT
792 F: arch/arm/mach-pxa/mioa701.c
795 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
799 ARM/NOMADIK ARCHITECTURE
804 F: arch/arm/mach-nomadik/
805 F: arch/arm/plat-nomadik/
807 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
810 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
813 ARM/QUALCOMM MSM MACHINE SUPPORT
817 F: arch/arm/mach-msm/
818 F: drivers/video/msm/
819 F: drivers/mmc/host/msm_sdcc.c
820 F: drivers/mmc/host/msm_sdcc.h
821 F: drivers/serial/msm_serial.h
822 F: drivers/serial/msm_serial.c
823 T: git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git
826 ARM/TOSA MACHINE SUPPORT
831 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
834 W: http://hackndev.com
836 F: arch/arm/mach-pxa/include/mach/palmtx.h
837 F: arch/arm/mach-pxa/palmtx.c
838 F: arch/arm/mach-pxa/include/mach/palmt5.h
839 F: arch/arm/mach-pxa/palmt5.c
840 F: arch/arm/mach-pxa/include/mach/palmld.h
841 F: arch/arm/mach-pxa/palmld.c
842 F: arch/arm/mach-pxa/include/mach/palmte2.h
843 F: arch/arm/mach-pxa/palmte2.c
844 F: arch/arm/mach-pxa/include/mach/palmtc.h
845 F: arch/arm/mach-pxa/palmtc.c
847 ARM/PALM TREO SUPPORT
850 W: http://hackndev.com
852 F: arch/arm/mach-pxa/include/mach/palmtreo.h
853 F: arch/arm/mach-pxa/palmtreo.c
858 W: http://hackndev.com
860 F: arch/arm/mach-pxa/include/mach/palmz72.h
861 F: arch/arm/mach-pxa/palmz72.c
865 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
868 ARM/PT DIGITAL BOARD PORT
871 W: http://www.arm.linux.org.uk/
874 ARM/RADISYS ENP2611 MACHINE SUPPORT
879 ARM/RISCPC ARCHITECTURE
882 W: http://www.arm.linux.org.uk/
884 F: arch/arm/common/time-acorn.c
885 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
886 F: arch/arm/include/asm/hardware/ioc.h
887 F: arch/arm/include/asm/hardware/iomd.h
888 F: arch/arm/include/asm/hardware/memc.h
889 F: arch/arm/mach-rpc/
890 F: drivers/net/arm/ether*
893 ARM/SHARK MACHINE SUPPORT
895 W: http://www.shark-linux.de/shark.html
898 ARM/SAMSUNG ARM ARCHITECTURES
901 W: http://www.fluff.org/ben/linux/
903 F: arch/arm/plat-s3c/
904 F: arch/arm/plat-s3c24xx/
906 ARM/S3C2410 ARM ARCHITECTURE
909 W: http://www.fluff.org/ben/linux/
911 F: arch/arm/mach-s3c2410/
913 ARM/S3C2440 ARM ARCHITECTURE
916 W: http://www.fluff.org/ben/linux/
918 F: arch/arm/mach-s3c2440/
920 ARM/S3C2442 ARM ARCHITECTURE
923 W: http://www.fluff.org/ben/linux/
925 F: arch/arm/mach-s3c2442/
927 ARM/S3C2443 ARM ARCHITECTURE
930 W: http://www.fluff.org/ben/linux/
932 F: arch/arm/mach-s3c2443/
934 ARM/S3C6400 ARM ARCHITECTURE
937 W: http://www.fluff.org/ben/linux/
939 F: arch/arm/mach-s3c6400/
941 ARM/S3C6410 ARM ARCHITECTURE
944 W: http://www.fluff.org/ben/linux/
946 F: arch/arm/mach-s3c6410/
948 ARM/SHMOBILE ARM ARCHITECTURE
952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git
953 W: http://oss.renesas.com
955 F: arch/arm/mach-shmobile/
958 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
963 ARM/THECUS N2100 MACHINE SUPPORT
968 ARM/NUVOTON W90X900 ARM ARCHITECTURE
971 W: http://www.mcuos.com
974 ARM/U300 MACHINE SUPPORT
978 F: arch/arm/mach-u300/
979 F: drivers/i2c/busses/i2c-stu300.c
980 F: drivers/rtc/rtc-coh901331.c
981 F: drivers/watchdog/coh901327_wdt.c
982 F: drivers/dma/coh901318*
984 ARM/U8500 ARM ARCHITECTURE
988 F: arch/arm/mach-ux500/
993 W: http://www.arm.linux.org.uk/
997 ASC7621 HARDWARE MONITOR DRIVER
1001 F: Documentation/hwmon/asc7621
1002 F: drivers/hwmon/asc7621.c
1004 ASUS ACPI EXTRAS DRIVER
1009 W: http://acpi4asus.sf.net
1011 F: drivers/platform/x86/asus_acpi.c
1013 ASUS ASB100 HARDWARE MONITOR DRIVER
1017 F: drivers/hwmon/asb100.c
1019 ASUS LAPTOP EXTRAS DRIVER
1023 W: http://acpi4asus.sf.net
1025 F: drivers/platform/x86/asus-laptop.c
1027 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1029 W: http://sourceforge.net/projects/xscaleiop
1031 F: Documentation/crypto/async-tx-api.txt
1034 F: include/linux/dmaengine.h
1035 F: include/linux/async_tx.h
1041 F: drivers/misc/eeprom/at24.c
1042 F: include/linux/i2c/at24.h
1044 ATA OVER ETHERNET (AOE) DRIVER
1046 W: http://www.coraid.com/support/linux
1048 F: Documentation/aoe/
1049 F: drivers/block/aoe/
1051 ATHEROS ATH5K WIRELESS DRIVER
1058 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1060 F: drivers/net/wireless/ath/ath5k/
1062 ATHEROS ATH9K WIRELESS DRIVER
1070 W: http://wireless.kernel.org/en/users/Drivers/ath9k
1072 F: drivers/net/wireless/ath/ath9k/
1074 ATHEROS AR9170 WIRELESS DRIVER
1077 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1079 F: drivers/net/wireless/ath/ar9170/
1081 ATK0110 HWMON DRIVER
1085 F: drivers/hwmon/asus_atk0110.c
1090 F: drivers/input/misc/ati_remote2.c
1092 ATLX ETHERNET DRIVERS
1097 W: http://sourceforge.net/projects/atl1
1098 W: http://atl1.sourceforge.net
1100 F: drivers/net/atlx/
1106 W: http://linux-atm.sourceforge.net
1109 F: include/linux/atm*
1111 ATMEL AT91 MCI DRIVER
1114 W: http://www.atmel.com/products/AT91/
1115 W: http://www.at91.com/
1117 F: drivers/mmc/host/at91_mci.c
1119 ATMEL AT91 / AT32 MCI DRIVER
1122 F: drivers/mmc/host/atmel-mci.c
1123 F: drivers/mmc/host/atmel-mci-regs.h
1125 ATMEL AT91 / AT32 SERIAL DRIVER
1128 F: drivers/serial/atmel_serial.c
1134 F: drivers/video/atmel_lcdfb.c
1135 F: include/video/atmel_lcdc.h
1137 ATMEL MACB ETHERNET DRIVER
1140 F: drivers/net/macb.*
1145 F: drivers/spi/atmel_spi.*
1147 ATMEL USBA UDC DRIVER
1150 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1152 F: drivers/usb/gadget/atmel_usba_udc.*
1154 ATMEL WIRELESS DRIVER
1157 W: http://www.thekelleys.org.uk/atmel
1158 W: http://atmelwlandriver.sourceforge.net/
1160 F: drivers/net/wireless/atmel*
1166 W: http://people.redhat.com/sgrubb/audit/
1167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1169 F: include/linux/audit.h
1172 AUXILIARY DISPLAY DRIVERS
1174 W: http://miguelojeda.es/auxdisplay.htm
1175 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1177 F: drivers/auxdisplay/
1178 F: include/linux/cfag12864b.h
1182 W: http://www.atmel.com/products/AVR32/
1183 W: http://avr32linux.org/
1184 W: http://avrfreaks.net/
1188 AVR32/AT32AP MACHINE SUPPORT
1191 F: arch/avr32/mach-at32ap/
1196 W: http://www.linux-ax25.org/
1198 F: include/linux/ax25.h
1199 F: include/net/ax25.h
1205 W: http://linuxwireless.org/en/users/Drivers/b43
1207 F: drivers/net/wireless/b43/
1209 B43LEGACY WIRELESS DRIVER
1213 W: http://linuxwireless.org/en/users/Drivers/b43
1215 F: drivers/net/wireless/b43legacy/
1217 BACKLIGHT CLASS/SUBSYSTEM
1220 F: drivers/video/backlight/
1221 F: include/linux/backlight.h
1223 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1226 W: http://www.baycom.org/~tom/ham/ham.html
1228 F: drivers/net/hamradio/baycom*
1233 F: Documentation/filesystems/befs.txt
1239 F: Documentation/filesystems/bfs.txt
1241 F: include/linux/bfs_fs.h
1243 BLACKFIN ARCHITECTURE
1246 W: http://blackfin.uclinux.org
1250 BLACKFIN EMAC DRIVER
1253 W: http://blackfin.uclinux.org
1255 F: drivers/net/bfin_mac.*
1260 W: http://blackfin.uclinux.org
1262 F: drivers/rtc/rtc-bfin.c
1267 W: http://blackfin.uclinux.org
1269 F: drivers/mmc/host/bfin_sdh.c
1271 BLACKFIN SERIAL DRIVER
1274 W: http://blackfin.uclinux.org
1276 F: drivers/serial/bfin_5xx.c
1278 BLACKFIN WATCHDOG DRIVER
1281 W: http://blackfin.uclinux.org
1283 F: drivers/watchdog/bfin_wdt.c
1285 BLACKFIN I2C TWI DRIVER
1288 W: http://blackfin.uclinux.org/
1290 F: drivers/i2c/busses/i2c-bfin-twi.c
1294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1302 F: drivers/mtd/devices/block2mtd.c
1307 W: http://www.bluez.org/
1309 F: drivers/bluetooth/
1314 W: http://www.bluez.org/
1315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1318 F: include/net/bluetooth/
1323 W: http://sourceforge.net/projects/bonding/
1325 F: drivers/net/bonding/
1326 F: include/linux/if_bonding.h
1328 BROADCOM B44 10/100 ETHERNET DRIVER
1332 F: drivers/net/b44.*
1334 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1338 F: drivers/net/bnx2.*
1339 F: drivers/net/bnx2_*
1341 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1345 F: drivers/net/bnx2x*
1347 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1352 F: drivers/net/tg3.*
1354 BROCADE BFA FC SCSI DRIVER
1358 F: drivers/scsi/bfa/
1360 BSG (block layer generic sg v4 driver)
1365 F: include/linux/bsg.h
1369 W: http://bu3sch.de/btgpio.php
1371 F: drivers/gpio/bt8xxgpio.c
1376 W: http://btrfs.wiki.kernel.org/
1377 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1380 F: Documentation/filesystems/btrfs.txt
1383 BTTV VIDEO4LINUX DRIVER
1386 W: http://linuxtv.org
1387 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1389 F: Documentation/video4linux/bttv/
1390 F: drivers/media/video/bt8xx/bttv*
1392 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1396 F: Documentation/filesystems/caching/cachefiles.txt
1399 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1404 F: Documentation/video4linux/cafe_ccic
1405 F: drivers/media/video/cafe_ccic*
1407 CALGARY x86-64 IOMMU
1412 F: arch/x86/kernel/pci-calgary_64.c
1413 F: arch/x86/kernel/tce_64.c
1414 F: arch/x86/include/asm/calgary.h
1415 F: arch/x86/include/asm/tce.h
1423 W: http://developer.berlios.de/projects/socketcan/
1426 F: include/linux/can.h
1427 F: include/linux/can/core.h
1428 F: include/linux/can/bcm.h
1429 F: include/linux/can/raw.h
1435 W: http://developer.berlios.de/projects/socketcan/
1438 F: include/linux/can/dev.h
1439 F: include/linux/can/error.h
1440 F: include/linux/can/netlink.h
1441 F: include/linux/can/platform/
1443 CELL BROADBAND ENGINE ARCHITECTURE
1447 W: http://www.ibm.com/developerworks/power/cell/
1449 F: arch/powerpc/include/asm/cell*.h
1450 F: arch/powerpc/include/asm/spu*.h
1451 F: arch/powerpc/oprofile/*cell*
1452 F: arch/powerpc/platforms/cell/
1454 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1457 W: http://ceph.newdream.net/
1458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1460 F: Documentation/filesystems/ceph.txt
1463 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1467 F: Documentation/usb/WUSB-Design-overview.txt
1468 F: Documentation/usb/wusb-cbaf
1469 F: drivers/usb/host/hwa-hc.c
1470 F: drivers/usb/host/whci/
1471 F: drivers/usb/wusbcore/
1472 F: include/linux/usb/wusb*
1474 CFAG12864B LCD DRIVER
1476 W: http://miguelojeda.es/auxdisplay.htm
1477 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1479 F: drivers/auxdisplay/cfag12864b.c
1480 F: include/linux/cfag12864b.h
1482 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1484 W: http://miguelojeda.es/auxdisplay.htm
1485 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1487 F: drivers/auxdisplay/cfag12864bfb.c
1488 F: include/linux/cfag12864b.h
1490 CFG80211 and NL80211
1494 F: include/linux/nl80211.h
1495 F: include/net/cfg80211.h
1497 X: net/wireless/wext*
1502 F: scripts/checkpatch.pl
1504 CISCO 10G ETHERNET DRIVER
1508 F: drivers/net/enic/
1510 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1514 F: drivers/net/arm/ep93xx_eth.c
1516 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1520 F: drivers/usb/host/ohci-ep93xx.c
1522 CIRRUS LOGIC CS4270 SOUND DRIVER
1526 F: sound/soc/codecs/cs4270*
1530 F: include/linux/clk.h
1532 CISCO FCOE HBA DRIVER
1537 F: drivers/scsi/fnic/
1544 F: drivers/platform/x86/classmate-laptop.c
1550 W: http://www.coda.cs.cmu.edu/
1552 F: Documentation/filesystems/coda.txt
1554 F: include/linux/coda*.h
1556 COMMON INTERNET FILE SYSTEM (CIFS)
1560 W: http://linux-cifs.samba.org/
1561 Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1564 F: Documentation/filesystems/cifs.txt
1567 COMPACTPCI HOTPLUG CORE
1571 F: drivers/pci/hotplug/cpci_hotplug*
1573 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1577 F: drivers/pci/hotplug/cpcihp_zt5550.*
1579 COMPACTPCI HOTPLUG GENERIC DRIVER
1583 F: drivers/pci/hotplug/cpcihp_generic.c
1585 COMPAL LAPTOP SUPPORT
1589 F: drivers/platform/x86/compal-laptop.c
1591 COMPUTONE INTELLIPORT MULTIPORT CARD
1593 W: http://www.wittsend.com/computone.html
1595 F: Documentation/serial/computone.txt
1596 F: drivers/char/ip2/
1598 CONEXANT ACCESSRUNNER USB DRIVER
1601 W: http://accessrunner.sourceforge.net/
1603 F: drivers/usb/atm/cxacru.c
1609 F: include/linux/configfs.h
1615 F: drivers/connector/
1617 CONTROL GROUPS (CGROUPS)
1622 F: include/linux/cgroup*
1626 CORETEMP HARDWARE MONITORING DRIVER
1631 F: Documentation/hwmon/coretemp
1632 F: drivers/hwmon/coretemp.c
1634 COSA/SRP SYNC SERIAL DRIVER
1636 W: http://www.fi.muni.cz/~kas/cosa/
1638 F: drivers/net/wan/cosa*
1640 CPMAC ETHERNET DRIVER
1644 F: drivers/net/cpmac.c
1646 CPU FREQUENCY DRIVERS
1649 W: http://www.codemonkey.org.uk/projects/cpufreq/
1650 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1652 F: arch/x86/kernel/cpu/cpufreq/
1654 F: include/linux/cpufreq.h
1659 F: arch/x86/kernel/cpuid.c
1660 F: arch/x86/kernel/msr.c
1664 W: http://www.bullopensource.org/cpuset/
1665 W: http://oss.sgi.com/projects/cpusets/
1667 F: Documentation/cgroups/cpusets.txt
1668 F: include/linux/cpuset.h
1672 W: http://sourceforge.net/projects/cramfs/
1674 F: Documentation/filesystems/cramfs.txt
1681 W: http://developer.axis.com
1689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1691 F: Documentation/crypto/
1697 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1702 CS5535 Audio ALSA driver
1705 F: sound/pci/cs5535audio/
1707 CX18 VIDEO4LINUX DRIVER
1711 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1712 W: http://linuxtv.org
1713 W: http://www.ivtvdriver.org/index.php/Cx18
1715 F: Documentation/video4linux/cx18.txt
1716 F: drivers/media/video/cx18/
1718 CXGB3 ETHERNET DRIVER (CXGB3)
1721 W: http://www.chelsio.com
1723 F: drivers/net/cxgb3/
1725 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1728 W: http://www.openfabrics.org
1730 F: drivers/infiniband/hw/cxgb3/
1735 W: http://www.arm.linux.org.uk/
1737 F: drivers/video/cyber2000fb.*
1739 CYCLADES 2X SYNC CARD DRIVER
1741 W: http://oops.ghostprotocols.net:81/blog
1743 F: drivers/net/wan/cycx*
1745 CYCLADES ASYNC MUX DRIVER
1746 W: http://www.cyclades.com/
1748 F: drivers/char/cyclades.c
1749 F: include/linux/cyclades.h
1751 CYCLADES PC300 DRIVER
1752 W: http://www.cyclades.com/
1754 F: drivers/net/wan/pc300*
1756 DAMA SLAVE for AX.25
1758 W: http://yaina.de/jreuter/
1759 W: http://www.qsl.net/dl1bke/
1762 F: net/ax25/af_ax25.c
1763 F: net/ax25/ax25_dev.c
1764 F: net/ax25/ax25_ds_*
1765 F: net/ax25/ax25_in.c
1766 F: net/ax25/ax25_out.c
1767 F: net/ax25/ax25_timer.c
1768 F: net/ax25/sysctl_net_ax25.c
1770 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1774 F: Documentation/networking/dmfe.txt
1775 F: drivers/net/tulip/dmfe.c
1777 DC390/AM53C974 SCSI driver
1779 W: http://www.garloff.de/kurt/linux/dc390/
1782 F: drivers/scsi/tmscsim.*
1788 W: http://twibble.org/dist/dc395x/
1790 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1792 F: Documentation/scsi/dc395x.txt
1793 F: drivers/scsi/dc395x.*
1798 W: http://linux-net.osdl.org/index.php/DCCP
1800 F: include/linux/dccp.h
1801 F: include/linux/tfrc.h
1804 DECnet NETWORK LAYER
1805 W: http://linux-decnet.sourceforge.net
1808 F: Documentation/networking/decnet.txt
1811 DEFXX FDDI NETWORK DRIVER
1814 F: drivers/net/defxx.*
1820 F: drivers/platform/x86/dell-laptop.c
1822 DELL LAPTOP SMM DRIVER
1824 W: http://www.debian.org/~dz/i8k/
1826 F: drivers/char/i8k.c
1827 F: include/linux/i8k.h
1829 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1832 F: Documentation/dcdbas.txt
1833 F: drivers/firmware/dcdbas.*
1835 DELL WMI EXTRAS DRIVER
1839 DEVICE NUMBER REGISTRY
1841 W: http://lanana.org/docs/device-list/index.html
1847 W: http://sources.redhat.com/dm
1848 Q: http://patchwork.kernel.org/project/dm-devel/list/
1850 F: Documentation/device-mapper/
1852 F: include/linux/device-mapper.h
1853 F: include/linux/dm-*.h
1855 DIGI INTL. EPCA DRIVER
1858 W: http://www.digi.com
1860 F: Documentation/serial/digiepca.txt
1861 F: drivers/char/epca*
1862 F: drivers/char/digi*
1864 DIRECTORY NOTIFICATION (DNOTIFY)
1867 F: Documentation/filesystems/dnotify.txt
1868 F: fs/notify/dnotify/
1869 F: include/linux/dnotify.h
1871 DISK GEOMETRY AND PARTITION HANDLING
1873 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1874 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1875 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1881 F: Documentation/filesystems/quota.txt
1883 F: include/linux/quota*.h
1885 DISTRIBUTED LOCK MANAGER (DLM)
1889 W: http://sources.redhat.com/cluster/
1890 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1894 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1898 F: include/linux/dma*
1900 DME1737 HARDWARE MONITOR DRIVER
1904 F: Documentation/hwmon/dme1737
1905 F: drivers/hwmon/dme1737.c
1907 DOCBOOK FOR DOCUMENTATION
1911 DOCKING STATION DRIVER
1915 F: drivers/acpi/dock.c
1927 F: drivers/char/dtlk.c
1928 F: include/linux/dtlk.h
1930 DPT_I2O SCSI RAID DRIVER
1933 W: http://www.adaptec.com/
1935 F: drivers/scsi/dpt*
1936 F: drivers/scsi/dpt/
1943 W: http://www.drbd.org
1944 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
1945 T: git git://git.drbd.org/drbd-8.3.git
1947 F: drivers/block/drbd/
1949 F: Documentation/blockdev/drbd/
1951 DRIVER CORE, KOBJECTS, AND SYSFS
1953 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1955 F: Documentation/kobject.txt
1958 F: include/linux/kobj*
1964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1972 F: drivers/net/wan/dscc4.c
1974 DZ DECSTATION DZ11 SERIAL DRIVER
1977 F: drivers/serial/dz.*
1979 EATA-DMA SCSI DRIVER
1984 F: drivers/scsi/eata*
1986 EATA ISA/EISA/PCI SCSI DRIVER
1990 F: drivers/scsi/eata.c
1992 EATA-PIO SCSI DRIVER
1997 F: drivers/scsi/eata_pio.*
2003 W: http://ebtables.sourceforge.net/
2005 F: include/linux/netfilter_bridge/ebt_*.h
2006 F: net/bridge/netfilter/ebt*.c
2012 W: https://launchpad.net/ecryptfs
2014 F: Documentation/filesystems/ecryptfs.txt
2020 W: bluesmoke.sourceforge.net
2022 F: Documentation/edac.txt
2023 F: drivers/edac/edac_*
2024 F: include/linux/edac.h
2030 W: bluesmoke.sourceforge.net
2032 F: drivers/edac/amd64_edac*
2038 W: bluesmoke.sourceforge.net
2040 F: drivers/edac/e752x_edac.c
2045 W: bluesmoke.sourceforge.net
2047 F: drivers/edac/e7xxx_edac.c
2052 W: bluesmoke.sourceforge.net
2054 F: drivers/edac/i82443bxgx_edac.c
2059 W: bluesmoke.sourceforge.net
2061 F: drivers/edac/i3000_edac.c
2066 W: bluesmoke.sourceforge.net
2068 F: drivers/edac/i5000_edac.c
2073 W: bluesmoke.sourceforge.net
2075 F: drivers/edac/i5400_edac.c
2081 W: bluesmoke.sourceforge.net
2083 F: drivers/edac/i82975x_edac.c
2088 W: bluesmoke.sourceforge.net
2090 F: drivers/edac/pasemi_edac.c
2095 W: bluesmoke.sourceforge.net
2097 F: drivers/edac/r82600_edac.c
2099 EEEPC LAPTOP EXTRAS DRIVER
2103 W: http://acpi4asus.sf.net
2105 F: drivers/platform/x86/eeepc-laptop.c
2108 W: http://aeschi.ch.eu.org/efs/
2112 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2117 F: drivers/infiniband/hw/ehca/
2126 EMULEX LPFC FC SCSI DRIVER
2129 W: http://sourceforge.net/projects/lpfcxxxx
2131 F: drivers/scsi/lpfc/
2133 ENE CB710 FLASH CARD READER DRIVER
2136 F: drivers/misc/cb710/
2137 F: drivers/mmc/host/cb710-mmc.*
2138 F: include/linux/cb710.h
2140 EPSON 1355 FRAMEBUFFER DRIVER
2144 F: drivers/video/epson1355fb.c
2146 EPSON S1D13XXX FRAMEBUFFER DRIVER
2149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2150 F: drivers/video/s1d13xxxfb.c
2151 F: include/video/s1d13xxxfb.h
2153 ETHEREXPRESS-16 NETWORK DRIVER
2157 F: drivers/net/eexpress.*
2163 W: http://www.linux-foundation.org/en/Net:Bridge
2165 F: include/linux/netfilter_bridge/
2168 ETHERTEAM 16I DRIVER
2171 F: drivers/net/eth16i.c
2176 F: Documentation/filesystems/ext2.txt
2178 F: include/linux/ext2*
2185 F: Documentation/filesystems/ext3.txt
2187 F: include/linux/ext3*
2193 W: http://ext4.wiki.kernel.org
2194 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2196 F: Documentation/filesystems/ext4.txt
2199 F71805F HARDWARE MONITORING DRIVER
2203 F: Documentation/hwmon/f71805f
2204 F: drivers/hwmon/f71805f.c
2206 FARSYNC SYNCHRONOUS DRIVER
2208 W: http://www.farsite.co.uk/
2210 F: drivers/net/wan/farsync.*
2212 FAULT INJECTION SUPPORT
2215 F: Documentation/fault-injection/
2216 F: lib/fault-inject.c
2218 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2221 W: www.Open-FCoE.org
2223 F: drivers/scsi/libfc/
2224 F: drivers/scsi/fcoe/
2226 F: include/scsi/libfc.h
2227 F: include/scsi/libfcoe.h
2229 FILE LOCKING (flock() and fcntl()/lockf())
2233 F: include/linux/fcntl.h
2234 F: include/linux/fs.h
2238 FILESYSTEMS (VFS and infrastructure)
2244 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2248 F: drivers/hwmon/f75375s.c
2249 F: include/linux/f75375s.h
2254 W: http://ieee1394.wiki.kernel.org/
2255 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2257 F: drivers/firewire/
2258 F: include/linux/firewire*.h
2260 FIRMWARE LOADER (request_firmware)
2262 F: Documentation/firmware_class/
2263 F: drivers/base/firmware*.c
2264 F: include/linux/firmware.h
2268 W: http://floatingpoint.sourceforge.net/emulator/index.html
2270 F: arch/x86/math-emu/
2272 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2276 F: drivers/net/wan/dlci.c
2277 F: drivers/net/wan/sdla.c
2281 W: http://linux-fbdev.sourceforge.net/
2283 F: Documentation/fb/
2284 F: drivers/video/fb*
2285 F: include/linux/fb.h
2287 FREESCALE DMA DRIVER
2292 F: drivers/dma/fsldma.*
2294 FREESCALE I2C CPM DRIVER
2299 F: drivers/i2c/busses/i2c-cpm.c
2301 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2306 F: arch/arm/plat-mxc/include/mach/imxfb.h
2307 F: drivers/video/imxfb.c
2309 FREESCALE SOC FS_ENET DRIVER
2315 F: drivers/net/fs_enet/
2316 F: include/linux/fs_enet_pd.h
2318 FREESCALE QUICC ENGINE LIBRARY
2322 F: arch/powerpc/sysdev/qe_lib/
2323 F: arch/powerpc/include/asm/*qe.h
2325 FREESCALE USB PERIPHERAL DRIVERS
2330 F: drivers/usb/gadget/fsl*
2332 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2337 F: drivers/net/ucc_geth*
2339 FREESCALE QUICC ENGINE UCC UART DRIVER
2343 F: drivers/serial/ucc_uart.c
2345 FREESCALE SOC SOUND DRIVERS
2350 F: sound/soc/fsl/fsl*
2351 F: sound/soc/fsl/mpc8610_hpcd.c
2355 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2364 F: Documentation/power/freezing-of-tasks.txt
2365 F: include/linux/freezer.h
2368 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2372 F: Documentation/filesystems/caching/
2374 F: include/linux/fscache*.h
2376 FUJITSU FR-V (FRV) PORT
2381 FUJITSU LAPTOP EXTRAS
2385 F: drivers/platform/x86/fujitsu-laptop.c
2387 FUSE: FILESYSTEM IN USERSPACE
2390 W: http://fuse.sourceforge.net/
2393 F: include/linux/fuse.h
2395 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2398 S: Odd Fixes (e.g., new signatures)
2399 F: drivers/scsi/fdomain.*
2401 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2404 W: http://www.icp-vortex.com/
2406 F: drivers/scsi/gdt*
2408 GENERIC GPIO I2C DRIVER
2411 F: drivers/i2c/busses/i2c-gpio.c
2412 F: include/linux/i2c-gpio.h
2414 GENERIC HDLC (WAN) DRIVERS
2416 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2418 F: drivers/net/wan/c101.c
2419 F: drivers/net/wan/hd6457*
2420 F: drivers/net/wan/hdlc*
2421 F: drivers/net/wan/n2.c
2422 F: drivers/net/wan/pc300too.c
2423 F: drivers/net/wan/pci200syn.c
2424 F: drivers/net/wan/wanxl*
2426 GENERIC INCLUDE/ASM HEADER FILES
2429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2431 F: include/asm-generic
2433 GENERIC UIO DRIVER FOR PCI DEVICES
2437 F: drivers/uio/uio_pci_generic.c
2442 W: http://sources.redhat.com/cluster/
2443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2446 F: Documentation/filesystems/gfs2*.txt
2448 F: include/linux/gfs2_ondisk.h
2450 GIGASET ISDN DRIVERS
2454 W: http://gigaset307x.sourceforge.net/
2456 F: Documentation/isdn/README.gigaset
2457 F: drivers/isdn/gigaset/
2458 F: include/linux/gigaset_dev.h
2460 GRETH 10/100/1G Ethernet MAC device driver
2464 F: drivers/net/greth*
2466 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2469 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2471 F: drivers/hwmon/hdaps.c
2473 HWPOISON MEMORY FAILURE HANDLING
2477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2479 F: mm/memory-failure.c
2480 F: mm/hwpoison-inject.c
2482 HYPERVISOR VIRTUAL CONSOLE DRIVER
2485 F: drivers/char/hvc_*
2487 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2491 F: drivers/firmware/iscsi_ibft*
2493 GSPCA FINEPIX SUBDRIVER
2496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2498 F: drivers/media/video/gspca/finepix.c
2500 GSPCA GL860 SUBDRIVER
2503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2505 F: drivers/media/video/gspca/gl860/
2507 GSPCA M5602 SUBDRIVER
2510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2512 F: drivers/media/video/gspca/m5602/
2514 GSPCA PAC207 SONIXB SUBDRIVER
2517 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2519 F: drivers/media/video/gspca/pac207.c
2521 GSPCA SN9C20X SUBDRIVER
2524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2526 F: drivers/media/video/gspca/sn9c20x.c
2528 GSPCA T613 SUBDRIVER
2531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2533 F: drivers/media/video/gspca/t613.c
2535 GSPCA USB WEBCAM DRIVER
2537 W: http://moinejf.free.fr
2539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2541 F: drivers/media/video/gspca/
2545 W: http://www.lm-sensors.org/
2547 F: Documentation/hwmon/
2549 F: include/linux/hwmon*.h
2551 HARDWARE RANDOM NUMBER GENERATOR CORE
2555 F: Documentation/hw_random.txt
2556 F: drivers/char/hw_random/
2557 F: include/linux/hw_random.h
2559 HARMONY SOUND DRIVER
2563 F: sound/parisc/harmony.*
2565 HEWLETT-PACKARD SMART2 RAID DRIVER
2569 F: Documentation/blockdev/cpqarray.txt
2570 F: drivers/block/cpqarray.*
2572 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2576 F: Documentation/blockdev/cciss.txt
2577 F: drivers/block/cciss*
2578 F: include/linux/cciss_ioctl.h
2583 F: Documentation/filesystems/hfs.txt
2586 HGA FRAMEBUFFER DRIVER
2589 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2591 F: drivers/video/hgafb.c
2593 HIBERNATION (aka Software Suspend, aka swsusp)
2599 F: drivers/base/power/
2601 F: include/linux/suspend.h
2602 F: include/linux/freezer.h
2603 F: include/linux/pm.h
2604 F: arch/*/include/asm/suspend*.h
2609 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2612 F: include/linux/hid*
2614 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2617 F: Documentation/timers/
2619 F: include/linux/hrtimer.h
2621 HIGH-SPEED SCC DRIVER FOR AX.25
2624 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2626 F: drivers/net/hamradio/dmascc.c
2627 F: drivers/net/hamradio/scc.c
2629 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2631 W: http://www.highpoint-tech.com
2633 F: Documentation/scsi/hptiop.txt
2634 F: drivers/scsi/hptiop.c
2640 F: include/linux/hippidevice.h
2641 F: include/linux/if_hippi.h
2648 W: http://hostap.epitest.fi/
2650 F: drivers/net/wireless/hostap/
2652 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2656 F: drivers/platform/x86/tc1100-wmi.c
2658 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2661 F: drivers/net/hp100.*
2663 HPET: High Precision Event Timers driver
2666 F: Documentation/timers/hpet.txt
2667 F: drivers/char/hpet.c
2668 F: include/linux/hpet.h
2673 F: arch/x86/kernel/hpet.c
2674 F: arch/x86/include/asm/hpet.h
2683 F: drivers/char/hpet.c
2687 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2693 W: http://www.pharscape.org
2695 F: drivers/net/usb/hso.c
2697 HTCPEN TOUCHSCREEN DRIVER
2701 F: drivers/input/touchscreen/htcpen.c
2708 I2C/SMBUS STUB DRIVER
2712 F: drivers/i2c/busses/i2c-stub.c
2718 W: http://i2c.wiki.kernel.org/
2719 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2721 F: Documentation/i2c/
2723 F: include/linux/i2c.h
2724 F: include/linux/i2c-*.h
2729 W: http://www.harbaum.org/till/i2c_tiny_usb
2731 F: drivers/i2c/busses/i2c-tiny-usb.c
2738 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2743 IA64 (Itanium) PLATFORM
2747 W: http://www.ia64-linux.org/
2748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2752 IBM MCA SCSI SUBSYSTEM DRIVER
2754 W: http://www.uni-mainz.de/~langm000/linux.html
2756 F: drivers/scsi/ibmmca.c
2758 IBM Power Linux RAID adapter
2761 F: drivers/scsi/ipr.*
2763 IBM ServeRAID RAID DRIVER
2766 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2768 F: drivers/scsi/ips.*
2773 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2776 F: Documentation/ide/
2778 F: include/linux/ide.h
2784 F: Documentation/cdrom/ide-cd
2785 F: drivers/ide/ide-cd*
2791 F: drivers/idle/i7300_idle.c
2796 W: http://ieee1394.wiki.kernel.org/
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2799 F: Documentation/debugging-via-ohci1394.txt
2800 F: drivers/ieee1394/
2802 IEEE 802.15.4 SUBSYSTEM
2806 W: http://apps.sourceforge.net/trac/linux-zigbee
2807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2810 F: drivers/ieee802154/
2812 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2815 F: security/integrity/ima/
2817 IMS TWINTURBO FRAMEBUFFER DRIVER
2820 F: drivers/video/imsttfb.c
2822 INFINIBAND SUBSYSTEM
2827 W: http://www.openib.org/
2828 Q: http://patchwork.kernel.org/project/linux-rdma/list/
2829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2831 F: Documentation/infiniband/
2832 F: drivers/infiniband/
2833 F: include/linux/if_infiniband.h
2840 F: Documentation/filesystems/inotify.txt
2841 F: fs/notify/inotify/
2842 F: include/linux/inotify.h
2844 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2848 Q: http://patchwork.kernel.org/project/linux-input/list/
2849 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2853 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2857 F: Documentation/fb/intelfb.txt
2858 F: drivers/video/intelfb/
2860 INTEL 810/815 FRAMEBUFFER DRIVER
2864 F: drivers/video/i810/
2866 INTEL MENLOW THERMAL DRIVER
2869 W: http://www.lesswatts.org/projects/acpi/
2871 F: drivers/platform/x86/intel_menlow.c
2873 INTEL IA32 MICROCODE UPDATE SUPPORT
2876 F: arch/x86/kernel/microcode_core.c
2877 F: arch/x86/kernel/microcode_intel.c
2879 INTEL I/OAT DMA DRIVER
2882 F: drivers/dma/ioat*
2887 T: git git://git.infradead.org/iommu-2.6.git
2889 F: drivers/pci/intel-iommu.c
2890 F: include/linux/intel-iommu.h
2892 INTEL IOP-ADMA DMA DRIVER
2895 F: drivers/dma/iop-adma.c
2897 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2900 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2901 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2902 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2903 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2904 F: drivers/net/arm/ixp4xx_eth.c
2905 F: drivers/net/wan/ixp4xx_hss.c
2907 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2910 F: drivers/char/hw_random/ixp4xx-rng.c
2912 INTEL IXP2000 ETHERNET DRIVER
2916 F: drivers/net/ixp2000/
2918 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2926 W: http://e1000.sourceforge.net/
2928 F: drivers/net/e100.c
2929 F: drivers/net/e1000/
2930 F: drivers/net/e1000e/
2932 F: drivers/net/igbvf/
2933 F: drivers/net/ixgb/
2934 F: drivers/net/ixgbe/
2936 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2941 W: http://ipw2100.sourceforge.net
2943 F: Documentation/networking/README.ipw2100
2944 F: drivers/net/wireless/ipw2x00/ipw2100.*
2946 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2951 W: http://ipw2200.sourceforge.net
2953 F: Documentation/networking/README.ipw2200
2954 F: drivers/net/wireless/ipw2x00/ipw2200.*
2956 INTEL WIRELESS WIMAX CONNECTION 2400
2961 W: http://linuxwimax.org
2962 F: Documentation/wimax/README.i2400m
2963 F: drivers/net/wimax/i2400m/
2964 F: include/linux/wimax/i2400m.h
2966 INTEL WIRELESS WIFI LINK (iwlwifi)
2971 W: http://intellinuxwireless.org
2972 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2974 F: drivers/net/wireless/iwlwifi/
2976 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2982 W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
2983 F: drivers/net/wireless/iwmc3200wifi/
2985 IOC3 ETHERNET DRIVER
2989 F: drivers/net/ioc3-eth.c
2995 F: drivers/serial/ioc3_serial.c
3000 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3002 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3008 F: drivers/net/ipg.c
3013 T: git git://git.qlogic.com/ipath-linux-2.6
3015 F: drivers/infiniband/hw/ipath/
3020 W: http://openipmi.sourceforge.net/
3022 F: Documentation/IPMI.txt
3023 F: drivers/char/ipmi/
3024 F: include/linux/ipmi*
3026 IPS SCSI RAID DRIVER
3029 W: http://www.adaptec.com/
3031 F: drivers/scsi/ips*
3040 F: Documentation/networking/ipvs-sysctl.txt
3041 F: include/net/ip_vs.h
3042 F: include/linux/ip_vs.h
3043 F: net/netfilter/ipvs/
3049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3050 F: drivers/char/pcmcia/ipwireless/
3056 F: include/linux/ipx.h
3057 F: include/net/ipx.h
3063 W: http://irda.sourceforge.net/
3065 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3066 F: Documentation/networking/irda.txt
3067 F: drivers/net/irda/
3068 F: include/net/irda/
3074 F: Documentation/isapnp.txt
3075 F: drivers/pnp/isapnp/
3076 F: include/linux/isapnp.h
3081 W: www.open-iscsi.org
3082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3084 F: drivers/scsi/*iscsi*
3085 F: include/scsi/*iscsi*
3091 W: http://www.isdn4linux.de
3092 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3094 F: Documentation/isdn/
3096 F: include/linux/isdn.h
3097 F: include/linux/isdn/
3099 ISDN SUBSYSTEM (Eicon active card driver)
3102 W: http://www.melware.de
3104 F: drivers/isdn/hardware/eicon/
3106 IT87 HARDWARE MONITORING DRIVER
3110 F: Documentation/hwmon/it87
3111 F: drivers/hwmon/it87.c
3113 IVTV VIDEO4LINUX DRIVER
3117 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3118 W: http://www.ivtvdriver.org
3120 F: Documentation/video4linux/*.ivtv
3121 F: drivers/media/video/ivtv/
3122 F: include/linux/ivtv*
3127 W: http://jfs.sourceforge.net/
3128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3130 F: Documentation/filesystems/jfs.txt
3137 F: drivers/net/jme.*
3139 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3142 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3145 F: include/linux/jffs2.h
3147 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3153 F: include/linux/ext*jbd*.h
3154 F: include/linux/jbd*.h
3156 K8TEMP HARDWARE MONITORING DRIVER
3160 F: Documentation/hwmon/k8temp
3161 F: drivers/hwmon/k8temp.c
3166 Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3168 F: Documentation/kbuild/kconfig-language.txt
3175 W: http://lse.sourceforge.net/kdump/
3177 F: Documentation/kdump/
3179 KERNEL AUTOMOUNTER (AUTOFS)
3185 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3193 T: git git://repo.or.cz/linux-kbuild.git for-next
3194 T: git git://repo.or.cz/linux-kbuild.git for-linus
3197 F: Documentation/kbuild/
3199 F: scripts/Makefile.*
3203 W: http://janitor.kernelnewbies.org/
3206 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3210 W: http://nfs.sourceforge.net/
3213 F: include/linux/nfsd/
3217 F: include/linux/lockd/
3218 F: include/linux/sunrpc/
3220 KERNEL VIRTUAL MACHINE (KVM)
3224 W: http://kvm.qumranet.com
3226 F: Documentation/*/kvm.txt
3228 F: arch/*/include/asm/kvm*
3229 F: include/linux/kvm*
3232 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3235 W: http://kvm.qumranet.com
3237 F: arch/x86/include/asm/svm.h
3238 F: arch/x86/kvm/svm.c
3240 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3243 W: http://kvm.qumranet.com
3245 F: arch/powerpc/include/asm/kvm*
3246 F: arch/powerpc/kvm/
3248 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3251 W: http://kvm.qumranet.com
3253 F: Documentation/ia64/kvm.txt
3254 F: arch/ia64/include/asm/kvm*
3257 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3262 W: http://www.ibm.com/developerworks/linux/linux390/
3264 F: Documentation/s390/kvm.txt
3265 F: arch/s390/include/asm/kvm*
3267 F: drivers/s390/kvm/
3271 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3274 F: include/linux/kexec.h
3281 F: Documentation/keys.txt
3282 F: include/linux/key.h
3283 F: include/linux/key-type.h
3291 F: Documentation/DocBook/kgdb.tmpl
3292 F: drivers/misc/kgdbts.c
3293 F: drivers/serial/kgdboc.c
3294 F: include/linux/kgdb.h
3301 F: Documentation/kmemcheck.txt
3302 F: arch/x86/include/asm/kmemcheck.h
3303 F: arch/x86/mm/kmemcheck/
3304 F: include/linux/kmemcheck.h
3310 F: Documentation/kmemleak.txt
3311 F: include/linux/kmemleak.h
3313 F: mm/kmemleak-test.c
3318 F: Documentation/trace/kmemtrace.txt
3319 F: include/linux/kmemtrace.h
3320 F: kernel/trace/kmemtrace.c
3328 F: Documentation/kprobes.txt
3329 F: include/linux/kprobes.h
3332 KS0108 LCD CONTROLLER DRIVER
3334 W: http://miguelojeda.es/auxdisplay.htm
3335 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3337 F: Documentation/auxdisplay/ks0108
3338 F: drivers/auxdisplay/ks0108.c
3339 F: include/linux/ks0108.h
3344 F: Documentation/networking/lapb-module.txt
3348 LASI 53c700 driver for PARISC
3352 F: Documentation/scsi/53c700.txt
3353 F: drivers/scsi/53c700*
3359 F: include/linux/leds.h
3361 LEGO USB Tower driver
3364 W: http://legousb.sourceforge.net/
3366 F: drivers/usb/misc/legousbtower.c
3371 W: http://lguest.ozlabs.org/
3373 F: Documentation/lguest/
3376 F: include/linux/lguest*.h
3377 F: arch/x86/include/asm/lguest*.h
3379 LINUX FOR IBM pSERIES (RS/6000)
3381 W: http://www.ibm.com/linux/ltc/projects/ppc
3383 F: arch/powerpc/boot/rs6000.h
3385 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3388 W: http://www.penguinppc.org/
3390 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3391 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3393 F: Documentation/powerpc/
3396 LINUX FOR POWER MACINTOSH
3398 W: http://www.penguinppc.org/
3401 F: arch/powerpc/platforms/powermac/
3402 F: drivers/macintosh/
3404 LINUX FOR POWERPC EMBEDDED MPC5XXX
3407 T: git git://git.secretlab.ca/git/linux-2.6.git
3409 F: arch/powerpc/platforms/512x/
3410 F: arch/powerpc/platforms/52xx/
3412 LINUX FOR POWERPC EMBEDDED PPC4XX
3415 W: http://www.penguinppc.org/
3417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3419 F: arch/powerpc/platforms/40x/
3420 F: arch/powerpc/platforms/44x/
3422 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3424 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3426 T: git git://git.secretlab.ca/git/linux-2.6.git
3428 F: arch/powerpc/*/*virtex*
3429 F: arch/powerpc/*/*/*virtex*
3431 LINUX FOR POWERPC EMBEDDED PPC8XX
3434 W: http://www.penguinppc.org/
3438 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3440 W: http://www.penguinppc.org/
3443 F: arch/powerpc/platforms/83xx/
3445 LINUX FOR POWERPC PA SEMI PWRFICIENT
3447 W: http://www.pasemi.com/
3450 F: arch/powerpc/platforms/pasemi/
3451 F: drivers/*/*pasemi*
3452 F: drivers/*/*/*pasemi*
3454 LINUX SECURITY MODULE (LSM) FRAMEWORK
3457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3463 F: include/linux/llc.h
3467 LIS3LV02D ACCELEROMETER DRIVER
3470 F: Documentation/hwmon/lis3lv02d
3471 F: drivers/hwmon/lis3lv02d.*
3473 LM73 HARDWARE MONITOR DRIVER
3477 F: drivers/hwmon/lm73.c
3479 LM83 HARDWARE MONITOR DRIVER
3483 F: Documentation/hwmon/lm83
3484 F: drivers/hwmon/lm83.c
3486 LM90 HARDWARE MONITOR DRIVER
3490 F: Documentation/hwmon/lm90
3491 F: drivers/hwmon/lm90.c
3493 LOCKDEP AND LOCKSTAT
3496 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3498 F: Documentation/lockdep*.txt
3499 F: Documentation/lockstat.txt
3500 F: include/linux/lockdep.h
3503 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3506 W: http://www.linux-ntfs.org/content/view/19/37/
3508 F: Documentation/ldm.txt
3509 F: fs/partitions/ldm.*
3518 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3523 W: http://www.lsilogic.com/support
3525 F: drivers/message/fusion/
3527 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3531 F: drivers/scsi/sym53c8xx_2/
3533 LTP (Linux Test Project)
3539 W: http://ltp.sourceforge.net/
3540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3547 W: http://www.linux-m32r.org/
3555 W: http://www.linux-m68k.org/
3556 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3561 M68K ON APPLE MACINTOSH
3563 W: http://www.mac.linux-m68k.org/
3570 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3577 W: http://linuxwireless.org/
3578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3580 F: Documentation/networking/mac80211-injection.txt
3581 F: include/net/mac80211.h
3584 MAC80211 PID RATE CONTROL
3588 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3591 F: net/mac80211/rc80211_pid*
3597 F: drivers/net/macvlan.c
3598 F: include/linux/if_macvlan.h
3600 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3602 W: http://www.kernel.org/doc/man-pages
3606 MARVELL LIBERTAS WIRELESS DRIVER
3610 F: drivers/net/wireless/libertas/
3612 MARVELL MV643XX ETHERNET DRIVER
3616 F: drivers/net/mv643xx_eth.*
3617 F: include/linux/mv643xx.h
3619 MARVELL MWL8K WIRELESS DRIVER
3623 F: drivers/net/wireless/mwl8k.c
3625 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3629 MARVELL YUKON / SYSKONNECT DRIVER
3632 W: http://www.syskonnect.com
3635 MATROX FRAMEBUFFER DRIVER
3639 F: drivers/video/matrox/matroxfb_*
3640 F: include/linux/matroxfb.h
3642 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3646 F: Documentation/hwmon/max6650
3647 F: drivers/hwmon/max6650.c
3649 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3651 P: LinuxTV.org Project
3653 W: http://linuxtv.org
3654 Q: http://patchwork.kernel.org/project/linux-media/list/
3655 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3657 F: Documentation/dvb/
3658 F: Documentation/video4linux/
3661 F: include/linux/dvb/
3662 F: include/linux/videodev*.h
3664 MEGARAID SCSI DRIVERS
3667 W: http://megaraid.lsilogic.com
3669 F: Documentation/scsi/megaraid.txt
3670 F: drivers/scsi/megaraid.*
3671 F: drivers/scsi/megaraid/
3675 W: http://www.linux-mm.org
3677 F: include/linux/mm.h
3680 MEMORY RESOURCE CONTROLLER
3688 MEMORY TECHNOLOGY DEVICES (MTD)
3691 W: http://www.linux-mtd.infradead.org/
3692 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3693 T: git git://git.infradead.org/mtd-2.6.git
3696 F: include/linux/mtd/
3699 MICROBLAZE ARCHITECTURE
3702 W: http://www.monstr.eu/fdt/
3703 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3710 F: drivers/usb/image/microtek.*
3714 W: http://www.linux-mips.org/
3716 T: git git://git.linux-mips.org/pub/scm/linux.git
3718 F: Documentation/mips/
3721 MISCELLANEOUS MCA-SUPPORT
3724 F: Documentation/ia64/mca.txt
3725 F: Documentation/mca.txt
3727 F: include/linux/mca*
3732 F: include/linux/module.h
3735 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3737 W: http://popies.net/meye/
3739 F: Documentation/video4linux/meye.txt
3740 F: drivers/media/video/meye.*
3741 F: include/linux/meye.h
3743 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3747 F: drivers/mmc/host/imxmmc.*
3749 MOUSE AND MISC DEVICES [GENERAL]
3752 F: drivers/input/mouse/
3753 F: include/linux/gpio_mouse.h
3755 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3758 F: Documentation/serial/moxa-smartio
3759 F: drivers/char/mxser.*
3764 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3765 W: http://0pointer.de/lennart/tchibo.html
3767 F: drivers/platform/x86/msi-laptop.c
3773 F: drivers/platform/x86/msi-wmi.c
3775 MULTIFUNCTION DEVICES (MFD)
3777 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3781 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3785 F: include/linux/mmc/
3787 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3790 F: drivers/mmc/host/mmc_spi.c
3791 F: include/linux/spi/mmc_spi.h
3793 MULTISOUND SOUND DRIVER
3796 F: Documentation/sound/oss/MultiSound
3799 MULTITECH MULTIPORT CARD (ISICOM)
3802 F: drivers/char/isicom.c
3803 F: include/linux/isicom.h
3805 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3808 T: git git://gitorious.org/usb/usb.git
3810 F: drivers/usb/musb/
3812 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3816 W: http://www.myri.com/scs/download-Myri10GE.html
3818 F: drivers/net/myri10ge/
3820 NATSEMI ETHERNET DRIVER (DP8381x)
3823 F: drivers/net/natsemi.c
3830 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3834 F: drivers/scsi/NCR_D700.*
3836 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3840 W: http://www.neteffect.com
3842 F: drivers/infiniband/hw/nes/
3844 NETEM NETWORK EMULATOR
3848 F: net/sched/sch_netem.c
3850 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3857 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3858 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3860 F: Documentation/networking/s2io.txt
3861 F: drivers/net/s2io*
3863 NETFILTER/IPTABLES/IPCHAINS
3873 W: http://www.netfilter.org/
3874 W: http://www.iptables.org/
3875 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3877 F: include/linux/netfilter*
3878 F: include/linux/netfilter/
3879 F: include/net/netfilter/
3880 F: net/*/netfilter.c
3886 W: http://netlabel.sf.net
3889 F: Documentation/netlabel/
3890 F: include/net/netlabel.h
3893 NETROM NETWORK LAYER
3896 W: http://www.linux-ax25.org/
3898 F: include/linux/netrom.h
3899 F: include/net/netrom.h
3902 NETWORK BLOCK DEVICE (NBD)
3905 F: Documentation/blockdev/nbd.txt
3906 F: drivers/block/nbd.c
3907 F: include/linux/nbd.h
3909 NETWORK DROP MONITOR
3913 W: https://fedorahosted.org/dropwatch/
3914 F: net/core/drop_monitor.c
3916 NETWORKING [GENERAL]
3919 W: http://www.linuxfoundation.org/en/Net
3920 W: http://patchwork.ozlabs.org/project/netdev/list/
3921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3926 F: include/linux/in.h
3927 F: include/linux/net.h
3928 F: include/linux/netdevice.h
3930 NETWORKING [IPv4/IPv6]
3938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3944 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3949 NETWORKING [WIRELESS]
3952 Q: http://patchwork.kernel.org/project/linux-wireless/list/
3953 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3958 F: include/net/ieee80211*
3959 F: include/linux/wireless.h
3960 F: drivers/net/wireless/
3964 W: http://www.linuxfoundation.org/en/Net
3965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3969 F: include/linux/if_*
3970 F: include/linux/*device.h
3972 NETXEN (1/10) GbE SUPPORT
3975 W: http://www.qlogic.com
3977 F: drivers/net/netxen/
3979 NFS, SUNRPC, AND LOCKD CLIENTS
3982 W: http://client.linux-nfs.org
3983 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3989 F: include/linux/lockd/
3990 F: include/linux/nfs*
3991 F: include/linux/sunrpc/
3993 NI5010 NETWORK DRIVER
3998 F: drivers/net/ni5010.*
4003 W: http://www.nilfs.org/en/
4005 F: Documentation/filesystems/nilfs2.txt
4007 F: include/linux/nilfs2_fs.h
4009 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4011 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4013 F: Documentation/scsi/NinjaSCSI.txt
4014 F: drivers/scsi/pcmcia/nsp_*
4016 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4019 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4021 F: Documentation/scsi/NinjaSCSI.txt
4022 F: drivers/scsi/nsp32*
4027 W: http://www.linux-ntfs.org/
4028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4030 F: Documentation/filesystems/ntfs.txt
4033 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4037 F: drivers/video/riva/
4038 F: drivers/video/nvidia/
4043 W: http://www.muru.com/linux/omap/
4044 W: http://linux.omap.com/
4045 Q: http://patchwork.kernel.org/project/linux-omap/list/
4046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4050 OMAP CLOCK FRAMEWORK SUPPORT
4054 F: arch/arm/*omap*/*clock*
4056 OMAP POWER MANAGEMENT SUPPORT
4060 F: arch/arm/*omap*/*pm*
4069 OMAP FRAMEBUFFER SUPPORT
4074 F: drivers/video/omap/
4076 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4081 F: drivers/video/omap2/
4082 F: Documentation/arm/OMAP/DSS
4088 F: drivers/mmc/host/omap.c
4094 F: drivers/mmc/host/omap_hsmmc.c
4096 OMAP RANDOM NUMBER GENERATOR SUPPORT
4099 F: drivers/char/hw_random/omap-rng.c
4112 F: Documentation/filesystems/omfs.txt
4115 OMNIKEY CARDMAN 4000 DRIVER
4118 F: drivers/char/pcmcia/cm4000_cs.c
4119 F: include/linux/cm4000_cs.h
4121 OMNIKEY CARDMAN 4040 DRIVER
4124 F: drivers/char/pcmcia/cm4040_cs.*
4126 OMNIVISION OV7670 SENSOR DRIVER
4129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4131 F: drivers/media/video/ov7670.c
4133 ONENAND FLASH DRIVER
4137 F: drivers/mtd/onenand/
4138 F: include/linux/mtd/onenand*.h
4140 ONSTREAM SCSI TAPE DRIVER
4145 F: drivers/scsi/osst*
4148 OPENCORES I2C BUS DRIVER
4152 F: Documentation/i2c/busses/i2c-ocores
4153 F: drivers/i2c/busses/i2c-ocores.c
4155 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4158 W: http://fdt.secretlab.ca
4161 F: include/linux/of*.h
4169 F: drivers/oprofile/
4170 F: include/linux/oprofile.h
4172 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4176 W: http://oss.oracle.com/projects/ocfs2/
4177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4179 F: Documentation/filesystems/ocfs2.txt
4180 F: Documentation/filesystems/dlmfs.txt
4189 W: http://www.nongnu.org/orinoco/
4191 F: drivers/net/wireless/orinoco/
4193 OSD LIBRARY and FILESYSTEM
4197 W: http://open-osd.org
4198 T: git git://git.open-osd.org/open-osd.git
4200 F: drivers/scsi/osd/
4201 F: include/scsi/osd_*
4207 W: http://prism54.org
4208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4210 F: drivers/net/wireless/p54/
4212 PA SEMI ETHERNET DRIVER
4216 F: drivers/net/pasemi_mac.*
4218 PA SEMI SMBUS DRIVER
4222 F: drivers/i2c/busses/i2c-pasemi.c
4224 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4228 F: drivers/platform/x86/panasonic-laptop.c
4230 PANASONIC MN10300/AM33 PORT
4234 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4236 F: Documentation/mn10300/
4239 PARALLEL PORT SUPPORT
4243 F: include/linux/parport*.h
4244 F: drivers/char/ppdev.c
4245 F: include/linux/ppdev.h
4247 PARAVIRT_OPS INTERFACE
4254 F: Documentation/ia64/paravirt_ops.txt
4255 F: arch/*/kernel/paravirt*
4256 F: arch/*/include/asm/paravirt.h
4258 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4261 W: http://www.torque.net/linux-pp.html
4263 F: Documentation/blockdev/paride.txt
4264 F: drivers/block/paride/
4271 W: http://www.parisc-linux.org/
4272 Q: http://patchwork.kernel.org/project/linux-parisc/list/
4273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4278 PC87360 HARDWARE MONITORING DRIVER
4282 F: Documentation/hwmon/pc87360
4283 F: drivers/hwmon/pc87360.c
4288 F: drivers/char/pc8736x_gpio.c
4293 F: drivers/leds/leds-pca9532.c
4294 F: include/linux/leds-pca9532.h
4296 PCA9564/PCA9665 I2C BUS DRIVER
4300 F: drivers/i2c/algos/i2c-algo-pca.c
4301 F: drivers/i2c/busses/i2c-pca-*
4302 F: include/linux/i2c-algo-pca.h
4303 F: include/linux/i2c-pca-platform.h
4309 F: Documentation/PCI/pci-error-recovery.txt
4310 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4315 Q: http://patchwork.kernel.org/project/linux-pci/list/
4316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4318 F: Documentation/PCI/
4320 F: include/linux/pci*
4326 F: drivers/pci/hotplug
4329 P: Linux PCMCIA Team
4331 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4332 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4334 F: Documentation/pcmcia/
4338 PCNET32 NETWORK DRIVER
4342 F: drivers/net/pcnet32.c
4344 PER-TASK DELAY ACCOUNTING
4347 F: include/linux/delayacct.h
4348 F: kernel/delayacct.c
4350 PERFORMANCE EVENTS SUBSYSTEM
4356 F: kernel/perf_event.c
4357 F: include/linux/perf_event.h
4358 F: arch/*/kernel/perf_event.c
4359 F: arch/*/kernel/*/perf_event.c
4360 F: arch/*/kernel/*/*/perf_event.c
4361 F: arch/*/include/asm/perf_event.h
4362 F: arch/*/lib/perf_event.c
4363 F: arch/*/kernel/perf_callchain.c
4366 PERSONALITY HANDLING
4370 F: include/linux/personality.h
4376 F: drivers/mtd/devices/phram.c
4381 F: drivers/block/pktcdvd.c
4382 F: include/linux/pktcdvd.h
4384 PMC SIERRA MaxRAID DRIVER
4387 W: http://www.pmc-sierra.com/
4389 F: drivers/scsi/pmcraid.*
4391 PMC SIERRA PM8001 DRIVER
4396 F: drivers/scsi/pm8001/
4398 POSIX CLOCKS and TIMERS
4402 F: include/linux/timer*
4405 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4408 T: git git://git.infradead.org/battery-2.6.git
4410 F: include/linux/power_supply.h
4411 F: drivers/power/power_supply*
4423 F: drivers/i2c/busses/i2c-pnx.c
4425 PPP PROTOCOL DRIVERS AND COMPRESSORS
4429 F: drivers/net/ppp_*
4431 PPP OVER ATM (RFC 2364)
4434 F: net/atm/pppoatm.c
4435 F: include/linux/atmppp.h
4440 F: drivers/net/pppoe.c
4441 F: drivers/net/pppox.c
4446 F: drivers/net/pppol2tp.c
4447 F: include/linux/if_pppol2tp.h
4451 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4454 F: Documentation/pps/
4456 F: include/linux/pps*.h
4461 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4463 F: Documentation/preempt-locking.txt
4464 F: include/linux/preempt.h
4466 PRISM54 WIRELESS DRIVER
4469 W: http://prism54.org
4471 F: drivers/net/wireless/prism54/
4473 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4475 W: http://www.pnd-pc.demon.co.uk/promise/
4478 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4482 F: drivers/ata/sata_promise.*
4489 F: drivers/net/ps3_gelic_net.*
4491 PS3 PLATFORM SUPPORT
4496 F: arch/powerpc/boot/ps3*
4497 F: arch/powerpc/include/asm/lv1call.h
4498 F: arch/powerpc/include/asm/ps3*.h
4499 F: arch/powerpc/platforms/ps3/
4502 F: drivers/rtc/rtc-ps3.c
4503 F: drivers/usb/host/*ps3.c
4504 F: sound/ppc/snd_ps3*
4515 F: include/asm-generic/syscall.h
4516 F: include/linux/ptrace.h
4517 F: include/linux/regset.h
4518 F: include/linux/tracehook.h
4521 PVRUSB2 VIDEO4LINUX DRIVER
4525 W: http://www.isely.net/pvrusb2/
4526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4528 F: Documentation/video4linux/README.pvrusb2
4529 F: drivers/media/video/pvrusb2/
4531 PXA2xx/PXA3xx SUPPORT
4536 F: arch/arm/mach-pxa/
4537 F: drivers/pcmcia/pxa2xx*
4538 F: drivers/spi/pxa2xx*
4539 F: drivers/usb/gadget/pxa2*
4540 F: include/sound/pxa2xx-lib.h
4548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4554 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4557 MMP2 SUPPORT (aka ARMADA610)
4561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4572 QLOGIC QLA2XXX FC-SCSI DRIVER
4577 F: Documentation/scsi/LICENSE.qla2xxx
4578 F: drivers/scsi/qla2xxx/
4580 QLOGIC QLA3XXX NETWORK DRIVER
4585 F: Documentation/networking/LICENSE.qla3xxx
4586 F: drivers/net/qla3xxx.*
4588 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4593 F: drivers/net/qlcnic/
4595 QLOGIC QLGE 10Gb ETHERNET DRIVER
4600 F: drivers/net/qlge/
4604 W: http://www.alarsen.net/linux/qnx4fs/
4607 F: include/linux/qnx4_fs.h
4608 F: include/linux/qnxtypes.h
4610 RADEON FRAMEBUFFER DISPLAY DRIVER
4614 F: drivers/video/aty/radeon*
4615 F: include/linux/radeonfb.h
4617 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4621 F: drivers/video/aty/aty128fb.c
4623 RALINK RT2X00 WIRELESS LAN DRIVER
4629 W: http://rt2x00.serialmonkey.com/
4631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4632 F: drivers/net/wireless/rt2x00/
4634 RAMDISK RAM BLOCK DEVICE DRIVER
4637 F: Documentation/blockdev/ramdisk.txt
4638 F: drivers/block/brd.c
4640 RANDOM NUMBER DRIVER
4643 F: drivers/char/random.c
4650 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4654 F: drivers/net/wireless/ray*
4660 F: Documentation/RCU/torture.txt
4661 F: kernel/rcutorture.c
4667 RDC R6040 FAST ETHERNET DRIVER
4671 F: drivers/net/r6040.c
4673 RDS - RELIABLE DATAGRAM SOCKETS
4679 READ-COPY UPDATE (RCU)
4682 W: http://www.rdrop.com/users/paulmck/rclock/
4684 F: Documentation/RCU/
4685 F: include/linux/rcu*
4686 F: include/linux/srcu*
4689 X: kernel/rcutorture.c
4691 REAL TIME CLOCK DRIVER
4694 F: Documentation/rtc.txt
4696 F: include/linux/rtc.h
4698 REAL TIME CLOCK (RTC) SUBSYSTEM
4701 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4703 F: Documentation/rtc.txt
4705 F: include/linux/rtc.h
4707 REISERFS FILE SYSTEM
4716 F: Documentation/rfkill.txt
4721 F: Documentation/serial/riscom8.txt
4722 F: drivers/char/riscom8*
4726 W: http://www.comtrol.com
4728 F: Documentation/serial/rocket.txt
4729 F: drivers/char/rocket*
4734 W: http://www.linux-ax25.org/
4736 F: include/linux/rose.h
4737 F: include/net/rose.h
4740 RTL8180 WIRELESS DRIVER
4743 W: http://linuxwireless.org/
4744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4746 F: drivers/net/wireless/rtl818x/rtl8180*
4748 RTL8187 WIRELESS DRIVER
4753 W: http://linuxwireless.org/
4754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4756 F: drivers/net/wireless/rtl818x/rtl8187*
4758 S3 SAVAGE FRAMEBUFFER DRIVER
4762 F: drivers/video/savage/
4769 W: http://www.ibm.com/developerworks/linux/linux390/
4774 S390 NETWORK DRIVERS
4779 W: http://www.ibm.com/developerworks/linux/linux390/
4781 F: drivers/s390/net/
4788 W: http://www.ibm.com/developerworks/linux/linux390/
4790 F: drivers/s390/crypto/
4797 W: http://www.ibm.com/developerworks/linux/linux390/
4799 F: Documentation/s390/zfcpdump.txt
4800 F: drivers/s390/scsi/zfcp_*
4802 S390 IUCV NETWORK LAYER
4806 W: http://www.ibm.com/developerworks/linux/linux390/
4808 F: drivers/s390/net/*iucv*
4809 F: include/net/iucv/
4812 S3C24XX SD/MMC Driver
4816 F: drivers/mmc/host/s3cmci.*
4818 SAA7146 VIDEO4LINUX-2 DRIVER
4821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4822 W: http://www.mihu.de/linux/saa7146
4824 F: drivers/media/common/saa7146*
4825 F: drivers/media/video/*7146*
4826 F: include/media/*7146*
4828 TLG2300 VIDEO4LINUX-2 DRIVER
4833 F: drivers/media/video/tlg2300
4838 F: drivers/watchdog/sc1200wdt.c
4845 F: include/linux/sched.h
4850 W: http://www.sunplusct.com
4857 W: http://www.kernel.dk
4864 W: http://www.torque.net/sg
4866 F: drivers/scsi/sg.c
4867 F: include/scsi/sg.h
4872 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4874 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4883 F: Documentation/scsi/st.txt
4890 W: http://lksctp.sourceforge.net
4892 F: Documentation/networking/sctp.txt
4893 F: include/linux/sctp.h
4894 F: include/net/sctp/
4900 F: Documentation/i2c/busses/scx200_acb
4901 F: arch/x86/kernel/scx200_32.c
4902 F: drivers/watchdog/scx200_wdt.c
4903 F: drivers/i2c/busses/scx200*
4904 F: drivers/mtd/maps/scx200_docflash.c
4905 F: include/linux/scx200.h
4910 F: drivers/char/scx200_gpio.c
4911 F: include/linux/scx200_gpio.h
4913 SCx200 HRT CLOCKSOURCE DRIVER
4916 F: drivers/clocksource/scx200_hrt.c
4918 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4922 F: drivers/mmc/host/sdricoh_cs.c
4924 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4927 F: drivers/mmc/host/sdhci.*
4929 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4934 F: drivers/mmc/host/sdhci-of.*
4936 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4940 F: drivers/mmc/host/sdhci-s3c.c
4945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4946 W: http://security.wiki.kernel.org/
4954 SELINUX SECURITY MODULE
4959 W: http://selinuxproject.org
4960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4962 F: include/linux/selinux*
4963 F: security/selinux/
4968 F: drivers/misc/phantom.c
4969 F: include/linux/phantom.h
4971 SERIAL ATA (SATA) SUBSYSTEM
4974 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4977 F: include/linux/ata.h
4978 F: include/linux/libata.h
4980 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4983 W: http://www.serverengines.com
4985 F: drivers/scsi/be2iscsi/
4987 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4993 W: http://www.serverengines.com
4995 F: drivers/net/benet/
5008 F: drivers/misc/sgi-gru/
5010 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5014 F: Documentation/ia64/serial.txt
5015 F: drivers/serial/ioc?_serial.c
5016 F: include/linux/ioc?.h
5018 SGI VISUAL WORKSTATION 320 AND 540
5021 W: http://linux-visws.sf.net
5022 S: Maintained for 2.6.
5023 F: Documentation/sgi-visws.txt
5025 SGI XP/XPC/XPNET DRIVER
5028 F: drivers/misc/sgi-xp/
5030 SHARP LH SUPPORT (LH7952X & LH7A40X)
5032 W: http://projects.buici.com/arm
5035 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5036 F: arch/arm/mach-lh7a40x/
5037 F: drivers/serial/serial_lh7a40x.c
5038 F: drivers/usb/gadget/lh7a40*
5039 F: drivers/usb/host/ohci-lh7a40*
5041 SIMPLE FIRMWARE INTERFACE (SFI)
5044 W: http://simplefirmware.org/
5045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5047 F: arch/x86/kernel/*sfi*
5049 F: include/linux/sfi*.h
5051 SIMTEC EB110ATX (Chalice CATS)
5054 W: http://www.simtec.co.uk/products/EB110ATX/
5057 SIMTEC EB2410ITX (BAST)
5060 W: http://www.simtec.co.uk/products/EB2410ITX/
5062 F: arch/arm/mach-s3c2410/
5063 F: drivers/*/*s3c2410*
5064 F: drivers/*/*/*s3c2410*
5066 TI DAVINCI MACHINE SUPPORT
5069 Q: http://patchwork.kernel.org/project/linux-davinci/list/
5071 F: arch/arm/mach-davinci
5073 SIS 190 ETHERNET DRIVER
5077 F: drivers/net/sis190.c
5079 SIS 900/7016 FAST ETHERNET DRIVER
5081 W: http://www.brownhat.org/sis900.html
5084 F: drivers/net/sis900.*
5086 SIS 96X I2C/SMBUS DRIVER
5090 F: Documentation/i2c/busses/i2c-sis96x
5091 F: drivers/i2c/busses/i2c-sis96x.c
5093 SIS FRAMEBUFFER DRIVER
5095 W: http://www.winischhofer.net/linuxsisvga.shtml
5097 F: Documentation/fb/sisfb.txt
5098 F: drivers/video/sis/
5099 F: include/video/sisfb.h
5103 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5105 F: drivers/usb/misc/sisusbvga/
5107 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5111 F: drivers/net/skge.*
5112 F: drivers/net/sky2.*
5120 F: include/linux/sl?b*.h
5123 SMC91x ETHERNET DRIVER
5126 F: drivers/net/smc91x.*
5128 SMSC47B397 HARDWARE MONITOR DRIVER
5132 F: Documentation/hwmon/smsc47b397
5133 F: drivers/hwmon/smsc47b397.c
5135 SMSC911x ETHERNET DRIVER
5139 F: include/linux/smsc911x.h
5140 F: drivers/net/smsc911x.*
5142 SMSC9420 PCI ETHERNET DRIVER
5146 F: drivers/net/smsc9420.*
5151 F: drivers/uio/uio_smx.c
5153 SN-IA64 (Itanium) SUB-PLATFORM
5157 W: http://www.sgi.com/altix
5161 SOC-CAMERA V4L2 SUBSYSTEM
5164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5166 F: include/media/v4l2*
5167 F: drivers/media/video/v4l2*
5169 SOEKRIS NET48XX LED SUPPORT
5172 F: drivers/leds/leds-net48xx.c
5174 SOFTWARE RAID (Multiple Disks) SUPPORT
5179 F: include/linux/raid/
5181 SONIC NETWORK DRIVER
5185 F: drivers/net/sonic.*
5187 SONICS SILICON BACKPLANE DRIVER (SSB)
5192 F: include/linux/ssb/
5194 SONY VAIO CONTROL DEVICE DRIVER
5197 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5199 F: Documentation/laptops/sony-laptop.txt
5200 F: drivers/char/sonypi.c
5201 F: drivers/platform/x86/sony-laptop.c
5202 F: include/linux/sony-laptop.h
5204 SONY MEMORYSTICK CARD SUPPORT
5206 W: http://tifmxx.berlios.de/
5208 F: drivers/memstick/host/tifm_ms.c
5214 W: http://www.alsa-project.org/
5215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5216 T: git git://git.alsa-project.org/alsa-kernel.git
5218 F: Documentation/sound/
5222 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5227 W: http://alsa-project.org/main/index.php/ASoC
5230 F: include/sound/soc*
5232 SPARC + UltraSPARC (sparc/sparc64)
5235 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5241 SPARC SERIAL DRIVERS
5244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5247 F: drivers/serial/suncore.c
5248 F: drivers/serial/suncore.h
5249 F: drivers/serial/sunhv.c
5250 F: drivers/serial/sunsab.c
5251 F: drivers/serial/sunsab.h
5252 F: drivers/serial/sunsu.c
5253 F: drivers/serial/sunzilog.c
5254 F: drivers/serial/sunzilog.h
5256 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5259 F: Documentation/serial/specialix.txt
5260 F: drivers/char/specialix*
5266 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5268 F: Documentation/spi/
5270 F: include/linux/spi/
5272 SPIDERNET NETWORK DRIVER for CELL
5277 F: Documentation/networking/spider_net.txt
5278 F: drivers/net/spider_net*
5284 W: http://www.ibm.com/developerworks/power/cell/
5286 F: Documentation/filesystems/spufs.txt
5287 F: arch/powerpc/platforms/cell/spufs/
5289 SQUASHFS FILE SYSTEM
5292 W: http://squashfs.org.uk
5294 F: Documentation/filesystems/squashfs.txt
5297 SRM (Alpha) environment access
5300 F: arch/alpha/kernel/srm_env.c
5310 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5315 STARFIRE/DURALAN NETWORK DRIVER
5318 F: drivers/net/starfire*
5320 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5322 F: drivers/staging/strip/strip.c
5323 F: include/linux/if_strip.h
5325 STRADIS MPEG-2 DECODER DRIVER
5327 W: http://www.stradis.com/
5329 F: drivers/media/video/stradis.c
5333 W: http://sammy.net/sun3/
5335 F: arch/m68k/kernel/*sun3*
5337 F: arch/m68k/include/asm/sun3*
5342 W: http://www.linux-sh.org
5343 Q: http://patchwork.kernel.org/project/linux-sh/list/
5344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5346 F: Documentation/sh/
5356 F: Documentation/power/
5357 F: arch/x86/kernel/acpi/
5358 F: drivers/base/power/
5360 F: include/linux/suspend.h
5361 F: include/linux/freezer.h
5362 F: include/linux/pm.h
5368 F: Documentation/svga.txt
5369 F: arch/x86/boot/video*
5374 F: Documentation/filesystems/sysv-fs.txt
5376 F: include/linux/sysv_fs.h
5378 TASKSTATS STATISTICS INTERFACE
5381 F: Documentation/accounting/taskstats*
5382 F: include/linux/taskstats*
5383 F: kernel/taskstats.c
5389 F: include/linux/pkt_cls.h
5390 F: include/net/pkt_cls.h
5393 TCP LOW PRIORITY MODULE
5396 W: http://tcp-lp-mod.sourceforge.net/
5398 F: net/ipv4/tcp_lp.c
5400 TEHUTI ETHERNET DRIVER
5405 F: drivers/net/tehuti*
5407 Telecom Clock Driver for MCPL0010
5410 F: drivers/char/tlclk.c
5412 TENSILICA XTENSA PORT (xtensa)
5417 THINKPAD ACPI EXTRAS DRIVER
5421 W: http://ibm-acpi.sourceforge.net
5422 W: http://thinkwiki.org/wiki/Ibm-acpi
5423 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5425 F: drivers/platform/x86/thinkpad_acpi.c
5427 TI FLASH MEDIA INTERFACE DRIVER
5430 F: drivers/misc/tifm*
5431 F: drivers/mmc/host/tifm_sd.c
5432 F: include/linux/tifm.h
5434 TI TWL4030 SERIES SOC CODEC DRIVER
5438 F: sound/soc/codecs/twl4030*
5444 W: http://tipc.sourceforge.net/
5445 W: http://tipc.cslab.ericsson.net/
5446 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5448 F: include/linux/tipc*.h
5449 F: include/net/tipc/
5455 W: http://sourceforge.net/projects/tlan/
5457 F: Documentation/networking/tlan.txt
5458 F: drivers/net/tlan.*
5460 TOMOYO SECURITY MODULE
5466 W: http://tomoyo.sourceforge.jp/
5467 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5471 TOPSTAR LAPTOP EXTRAS DRIVER
5475 F: drivers/platform/x86/topstar-laptop.c
5477 TOSHIBA ACPI EXTRAS DRIVER
5480 F: drivers/platform/x86/toshiba_acpi.c
5485 W: http://www.buzzard.org.uk/toshiba/
5487 F: drivers/char/toshiba.c
5488 F: include/linux/toshiba.h
5493 F: drivers/mmc/host/tmio_mmc.*
5495 TMPFS (SHMEM FILESYSTEM)
5499 F: include/linux/shmem_fs.h
5505 W: http://tpmdd.sourceforge.net
5507 W: http://www.sirrix.com
5510 F: drivers/char/tpm/
5516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5518 F: Documentation/trace/ftrace.txt
5519 F: arch/*/*/*/ftrace.h
5520 F: arch/*/kernel/ftrace.c
5521 F: include/*/ftrace.h
5522 F: include/linux/trace*.h
5528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5534 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5535 F: drivers/char/tty_*
5536 F: drivers/serial/serial_core.c
5537 F: include/linux/serial_core.h
5538 F: include/linux/serial.h
5539 F: include/linux/tty.h
5541 TULIP NETWORK DRIVERS
5546 F: drivers/net/tulip/
5551 W: http://vtun.sourceforge.net/tun
5553 F: Documentation/networking/tuntap.txt
5554 F: arch/um/os-Linux/drivers/
5556 TURBOCHANNEL SUBSYSTEM
5560 F: include/linux/tc.h
5566 F: drivers/scsi/u14-34f.c
5568 UBI FILE SYSTEM (UBIFS)
5572 T: git git://git.infradead.org/ubifs-2.6.git
5573 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5575 F: Documentation/filesystems/ubifs.txt
5578 UCLINUX (AND M68KNOMMU)
5580 W: http://www.uclinux.org/
5585 UCLINUX FOR RENESAS H8/300 (H8300)
5587 W: http://uclinux-h8.sourceforge.jp/
5592 W: http://linux-udf.sourceforge.net
5594 F: Documentation/filesystems/udf.txt
5600 F: Documentation/filesystems/ufs.txt
5603 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5609 X: drivers/uwb/i1480/i1480u-wlp/
5610 X: drivers/uwb/i1480/i1480-wlp.h
5611 F: include/linux/uwb.h
5612 F: include/linux/uwb/
5616 W: http://dotat.at/prog/unifdef
5618 F: scripts/unifdef.c
5620 UNIFORM CDROM DRIVER
5622 W: http://www.kernel.dk
5624 F: Documentation/cdrom/
5625 F: drivers/cdrom/cdrom.c
5626 F: include/linux/cdrom.h
5628 UNSORTED BLOCK IMAGES (UBI)
5630 W: http://www.linux-mtd.infradead.org/
5632 T: git git://git.infradead.org/ubi-2.6.git
5635 F: include/linux/mtd/ubi.h
5636 F: include/mtd/ubi-user.h
5642 F: Documentation/usb/acm.txt
5643 F: drivers/usb/class/cdc-acm.*
5645 USB BLOCK DRIVER (UB ub)
5649 F: drivers/block/ub.c
5651 USB CDC ETHERNET DRIVER
5655 F: drivers/net/usb/cdc_*.c
5656 F: include/linux/usb/cdc.h
5658 USB CYPRESS C67X00 DRIVER
5662 F: drivers/usb/c67x00/
5664 USB DAVICOM DM9601 DRIVER
5667 W: http://www.linux-usb.org/usbnet
5669 F: drivers/net/usb/dm9601.c
5671 USB DIAMOND RIO500 DRIVER
5674 W: http://rio500.sourceforge.net
5676 F: drivers/usb/misc/rio500*
5682 F: Documentation/usb/ehci.txt
5683 F: drivers/usb/host/ehci*
5685 USB ET61X[12]51 DRIVER
5689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5690 W: http://www.linux-projects.org
5692 F: drivers/media/video/et61x251/
5694 USB GADGET/PERIPHERAL SUBSYSTEM
5697 W: http://www.linux-usb.org/gadget
5699 F: drivers/usb/gadget/
5700 F: include/linux/usb/gadget*
5702 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5707 F: Documentation/usb/hiddev.txt
5708 F: drivers/hid/usbhid/
5714 F: drivers/usb/host/isp116x*
5715 F: include/linux/usb/isp116x.h
5717 USB KAWASAKI LSI DRIVER
5721 F: drivers/usb/serial/kl5kusb105.*
5723 USB MASS STORAGE DRIVER
5728 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5729 F: drivers/usb/storage/
5735 F: Documentation/usb/ohci.txt
5736 F: drivers/usb/host/ohci*
5738 USB OPTION-CARD DRIVER
5742 F: drivers/usb/serial/option.c
5747 W: http://alpha.dyndns.org/ov511/
5749 F: drivers/media/video/ov511.*
5755 W: http://pegasus2.sourceforge.net/
5757 F: drivers/net/usb/pegasus.*
5759 USB PRINTER DRIVER (usblp)
5763 F: drivers/usb/class/usblp.c
5769 W: http://pegasus2.sourceforge.net/
5771 F: drivers/net/usb/rtl8150.c
5776 W: http://www.chello.nl/~j.vreeken/se401/
5778 F: Documentation/video4linux/se401.txt
5779 F: drivers/media/video/se401.*
5781 USB SERIAL BELKIN F5U103 DRIVER
5785 F: drivers/usb/serial/belkin_sa.*
5787 USB SERIAL CYPRESS M8 DRIVER
5791 W: http://geocities.com/i0xox0i
5792 W: http://firstlight.net/cvs
5793 F: drivers/usb/serial/cypress_m8.*
5795 USB SERIAL CYBERJACK DRIVER
5797 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5799 F: drivers/usb/serial/cyberjack.c
5801 USB SERIAL DIGI ACCELEPORT DRIVER
5806 F: drivers/usb/serial/digi_acceleport.c
5812 F: Documentation/usb/usb-serial.txt
5813 F: drivers/usb/serial/generic.c
5814 F: drivers/usb/serial/usb-serial.c
5815 F: include/linux/usb/serial.h
5817 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5821 F: drivers/usb/serial/empeg.c
5823 USB SERIAL KEYSPAN DRIVER
5826 W: http://www.kroah.com/linux/
5828 F: drivers/usb/serial/*keyspan*
5830 USB SERIAL WHITEHEAT DRIVER
5833 W: http://www.connecttech.com
5835 F: drivers/usb/serial/whiteheat*
5837 USB SMSC95XX ETHERNET DRIVER
5841 F: drivers/net/usb/smsc95xx.*
5847 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5848 W: http://www.linux-projects.org
5850 F: Documentation/video4linux/sn9c102.txt
5851 F: drivers/media/video/sn9c102/
5856 W: http://www.linux-usb.org
5857 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5859 F: Documentation/usb/
5862 F: include/linux/usb.h
5863 F: include/linux/usb/
5869 F: drivers/usb/host/uhci*
5871 USB "USBNET" DRIVER FRAMEWORK
5874 W: http://www.linux-usb.org/usbnet
5876 F: drivers/net/usb/usbnet.c
5877 F: include/linux/usb/usbnet.h
5883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5884 W: http://linux-uvc.berlios.de
5886 F: drivers/media/video/uvc/
5888 USB W996[87]CF DRIVER
5892 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5893 W: http://www.linux-projects.org
5895 F: Documentation/video4linux/w9968cf.txt
5896 F: drivers/media/video/w996*
5898 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5902 F: drivers/net/wireless/rndis_wlan.c
5908 F: drivers/usb/host/xhci*
5909 F: drivers/usb/host/pci-quirks*
5915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5916 W: http://www.linux-projects.org
5918 F: Documentation/video4linux/zc0301.txt
5919 F: drivers/media/video/zc0301/
5924 W: http://linux-lc100020.sourceforge.net
5926 F: drivers/net/wireless/zd1201.*
5932 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5933 W: http://royale.zerezo.com/zr364xx/
5935 F: Documentation/video4linux/zr364xx.txt
5936 F: drivers/media/video/zr364xx.c
5938 USER-MODE LINUX (UML)
5942 W: http://user-mode-linux.sourceforge.net
5944 F: Documentation/uml/
5953 F: Documentation/DocBook/uio-howto.tmpl
5955 F: include/linux/uio*.h
5957 UTIL-LINUX-NG PACKAGE
5960 W: http://kernel.org/~kzak/util-linux-ng/
5961 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5967 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5969 F: Documentation/fb/uvesafb.txt
5970 F: drivers/video/uvesafb.*
5972 VFAT/FAT/MSDOS FILESYSTEM
5975 F: Documentation/filesystems/vfat.txt
5978 VIRTIO CONSOLE DRIVER
5982 F: drivers/char/virtio_console.c
5983 F: include/linux/virtio_console.h
5992 F: include/linux/vhost.h
5994 VIA RHINE NETWORK DRIVER
5997 F: drivers/net/via-rhine.c
6003 F: Documentation/i2c/busses/i2c-viapro
6004 F: drivers/i2c/busses/i2c-viapro.c
6006 VIA SD/MMC CARD CONTROLLER DRIVER
6010 F: drivers/mmc/host/via-sdmmc.c
6012 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6017 F: drivers/video/via/
6019 VIA VELOCITY NETWORK DRIVER
6023 F: drivers/net/via-velocity.*
6029 F: drivers/net/macvlan.c
6030 F: include/linux/if_*vlan.h
6037 F: drivers/vlynq/vlynq.c
6038 F: include/linux/vlynq.h
6040 VMWARE VMXNET3 ETHERNET DRIVER
6045 F: drivers/net/vmxnet3/
6047 VMware PVSCSI driver
6052 F: drivers/scsi/vmw_pvscsi.c
6053 F: drivers/scsi/vmw_pvscsi.h
6055 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6058 W: http://opensource.wolfsonmicro.com/node/15
6059 W: http://www.slimlogic.co.uk/?p=48
6060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6062 F: drivers/regulator/
6063 F: include/linux/regulator/
6065 VT1211 HARDWARE MONITOR DRIVER
6069 F: Documentation/hwmon/vt1211
6070 F: drivers/hwmon/vt1211.c
6072 VT8231 HARDWARE MONITOR DRIVER
6076 F: drivers/hwmon/vt8231.c
6078 W1 DALLAS'S 1-WIRE BUS
6081 F: Documentation/w1/
6084 W83791D HARDWARE MONITORING DRIVER
6088 F: Documentation/hwmon/w83791d
6089 F: drivers/hwmon/w83791d.c
6091 W83793 HARDWARE MONITORING DRIVER
6095 F: Documentation/hwmon/w83793
6096 F: drivers/hwmon/w83793.c
6098 W83L51xD SD/MMC CARD INTERFACE DRIVER
6101 F: drivers/mmc/host/wbsd.*
6103 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
6114 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6116 F: Documentation/networking/wavelan.txt
6117 F: drivers/staging/wavelan/
6123 F: drivers/scsi/wd7000.c
6128 F: drivers/input/misc/winbond-cir.c
6135 W: http://linuxwimax.org
6137 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6141 F: include/linux/wlp.h
6143 F: drivers/uwb/i1480/i1480u-wlp/
6144 F: drivers/uwb/i1480/i1480-wlp.h
6146 WISTRON LAPTOP BUTTON DRIVER
6149 F: drivers/input/misc/wistron_btns.c
6151 WL1251 WIRELESS DRIVER
6154 W: http://wireless.kernel.org
6155 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6157 F: drivers/net/wireless/wl12xx/*
6158 X: drivers/net/wireless/wl12xx/wl1271*
6160 WL1271 WIRELESS DRIVER
6163 W: http://wireless.kernel.org
6164 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6166 F: drivers/net/wireless/wl12xx/wl1271*
6168 WL3501 WIRELESS PCMCIA CARD DRIVER
6171 W: http://oops.ghostprotocols.net:81/blog
6173 F: drivers/net/wireless/wl3501*
6175 WM97XX TOUCHSCREEN DRIVERS
6179 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6180 W: http://opensource.wolfsonmicro.com/node/7
6182 F: drivers/input/touchscreen/*wm97*
6183 F: include/linux/wm97xx.h
6185 WOLFSON MICROELECTRONICS PMIC DRIVERS
6187 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6188 W: http://opensource.wolfsonmicro.com/node/8
6190 F: Documentation/hwmon/wm83??
6191 F: drivers/leds/leds-wm83*.c
6192 F: drivers/mfd/wm8*.c
6193 F: drivers/power/wm83*.c
6194 F: drivers/rtc/rtc-wm83*.c
6195 F: drivers/regulator/wm8*.c
6196 F: drivers/video/backlight/wm83*_bl.c
6197 F: drivers/watchdog/wm83*_wdt.c
6198 F: include/linux/mfd/wm831x/
6199 F: include/linux/mfd/wm8350/
6200 F: include/linux/mfd/wm8400*
6201 F: sound/soc/codecs/wm8350.*
6202 F: sound/soc/codecs/wm8400.*
6208 F: Documentation/networking/x25*
6212 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6217 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6219 F: Documentation/x86/
6222 X86 PLATFORM DRIVERS
6225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6227 F: drivers/platform/x86
6229 XEN HYPERVISOR INTERFACE
6236 F: drivers/*/xen-*front.c
6238 F: arch/x86/include/asm/xen/
6242 P: Silicon Graphics Inc
6246 W: http://oss.sgi.com/projects/xfs
6247 T: git git://oss.sgi.com/xfs/xfs.git
6249 F: Documentation/filesystems/xfs.txt
6252 XILINX SYSTEMACE DRIVER
6254 W: http://www.secretlab.ca/
6256 F: drivers/block/xsysace.c
6258 XILINX UARTLITE SERIAL DRIVER
6262 F: drivers/serial/uartlite.c
6264 YAM DRIVER FOR AX.25
6268 F: drivers/net/hamradio/yam*
6269 F: include/linux/yam.h
6271 YEALINK PHONE DRIVER
6275 F: Documentation/input/yealink.txt
6276 F: drivers/input/misc/yealink.*
6278 Z8530 DRIVER FOR AX.25
6280 W: http://yaina.de/jreuter/
6281 W: http://www.qsl.net/dl1bke/
6284 F: Documentation/networking/z8530drv.txt
6285 F: drivers/net/hamradio/*scc.c
6286 F: drivers/net/hamradio/z8530.h
6288 ZD1211RW WIRELESS DRIVER
6291 W: http://zd1211.ath.cx/wiki/DriverRewrite
6295 F: drivers/net/wireless/zd1211rw/
6297 ZR36067 VIDEO FOR LINUX DRIVER
6300 W: http://mjpeg.sourceforge.net/driver-zoran/
6301 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6303 F: drivers/media/video/zoran/
6305 ZS DECSTATION Z85C30 SERIAL DRIVER
6308 F: drivers/serial/zs.*
6313 Q: http://patchwork.kernel.org/project/LKML/list/
6314 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6315 S: Buried alive in reporters