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/U8500 ARM ARCHITECTURE
978 F: arch/arm/mach-ux500/
983 W: http://www.arm.linux.org.uk/
987 ASC7621 HARDWARE MONITOR DRIVER
991 F: Documentation/hwmon/asc7621
992 F: drivers/hwmon/asc7621.c
994 ASUS ACPI EXTRAS DRIVER
999 W: http://acpi4asus.sf.net
1001 F: drivers/platform/x86/asus_acpi.c
1003 ASUS ASB100 HARDWARE MONITOR DRIVER
1007 F: drivers/hwmon/asb100.c
1009 ASUS LAPTOP EXTRAS DRIVER
1013 W: http://acpi4asus.sf.net
1015 F: drivers/platform/x86/asus-laptop.c
1017 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1019 W: http://sourceforge.net/projects/xscaleiop
1021 F: Documentation/crypto/async-tx-api.txt
1024 F: include/linux/dmaengine.h
1025 F: include/linux/async_tx.h
1031 F: drivers/misc/eeprom/at24.c
1032 F: include/linux/i2c/at24.h
1034 ATA OVER ETHERNET (AOE) DRIVER
1036 W: http://www.coraid.com/support/linux
1038 F: Documentation/aoe/
1039 F: drivers/block/aoe/
1041 ATHEROS ATH5K WIRELESS DRIVER
1048 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1050 F: drivers/net/wireless/ath/ath5k/
1052 ATHEROS ATH9K WIRELESS DRIVER
1060 W: http://wireless.kernel.org/en/users/Drivers/ath9k
1062 F: drivers/net/wireless/ath/ath9k/
1064 ATHEROS AR9170 WIRELESS DRIVER
1067 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1069 F: drivers/net/wireless/ath/ar9170/
1071 ATK0110 HWMON DRIVER
1075 F: drivers/hwmon/asus_atk0110.c
1080 F: drivers/input/misc/ati_remote2.c
1082 ATLX ETHERNET DRIVERS
1087 W: http://sourceforge.net/projects/atl1
1088 W: http://atl1.sourceforge.net
1090 F: drivers/net/atlx/
1096 W: http://linux-atm.sourceforge.net
1099 F: include/linux/atm*
1101 ATMEL AT91 MCI DRIVER
1104 W: http://www.atmel.com/products/AT91/
1105 W: http://www.at91.com/
1107 F: drivers/mmc/host/at91_mci.c
1109 ATMEL AT91 / AT32 MCI DRIVER
1112 F: drivers/mmc/host/atmel-mci.c
1113 F: drivers/mmc/host/atmel-mci-regs.h
1115 ATMEL AT91 / AT32 SERIAL DRIVER
1118 F: drivers/serial/atmel_serial.c
1124 F: drivers/video/atmel_lcdfb.c
1125 F: include/video/atmel_lcdc.h
1127 ATMEL MACB ETHERNET DRIVER
1130 F: drivers/net/macb.*
1135 F: drivers/spi/atmel_spi.*
1137 ATMEL USBA UDC DRIVER
1140 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1142 F: drivers/usb/gadget/atmel_usba_udc.*
1144 ATMEL WIRELESS DRIVER
1147 W: http://www.thekelleys.org.uk/atmel
1148 W: http://atmelwlandriver.sourceforge.net/
1150 F: drivers/net/wireless/atmel*
1156 W: http://people.redhat.com/sgrubb/audit/
1157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1159 F: include/linux/audit.h
1162 AUXILIARY DISPLAY DRIVERS
1164 W: http://miguelojeda.es/auxdisplay.htm
1165 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1167 F: drivers/auxdisplay/
1168 F: include/linux/cfag12864b.h
1172 W: http://www.atmel.com/products/AVR32/
1173 W: http://avr32linux.org/
1174 W: http://avrfreaks.net/
1178 AVR32/AT32AP MACHINE SUPPORT
1181 F: arch/avr32/mach-at32ap/
1186 W: http://www.linux-ax25.org/
1188 F: include/linux/ax25.h
1189 F: include/net/ax25.h
1195 W: http://linuxwireless.org/en/users/Drivers/b43
1197 F: drivers/net/wireless/b43/
1199 B43LEGACY WIRELESS DRIVER
1203 W: http://linuxwireless.org/en/users/Drivers/b43
1205 F: drivers/net/wireless/b43legacy/
1207 BACKLIGHT CLASS/SUBSYSTEM
1210 F: drivers/video/backlight/
1211 F: include/linux/backlight.h
1213 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1216 W: http://www.baycom.org/~tom/ham/ham.html
1218 F: drivers/net/hamradio/baycom*
1223 F: Documentation/filesystems/befs.txt
1229 F: Documentation/filesystems/bfs.txt
1231 F: include/linux/bfs_fs.h
1233 BLACKFIN ARCHITECTURE
1236 W: http://blackfin.uclinux.org
1240 BLACKFIN EMAC DRIVER
1243 W: http://blackfin.uclinux.org
1245 F: drivers/net/bfin_mac.*
1250 W: http://blackfin.uclinux.org
1252 F: drivers/rtc/rtc-bfin.c
1257 W: http://blackfin.uclinux.org
1259 F: drivers/mmc/host/bfin_sdh.c
1261 BLACKFIN SERIAL DRIVER
1264 W: http://blackfin.uclinux.org
1266 F: drivers/serial/bfin_5xx.c
1268 BLACKFIN WATCHDOG DRIVER
1271 W: http://blackfin.uclinux.org
1273 F: drivers/watchdog/bfin_wdt.c
1275 BLACKFIN I2C TWI DRIVER
1278 W: http://blackfin.uclinux.org/
1280 F: drivers/i2c/busses/i2c-bfin-twi.c
1284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1292 F: drivers/mtd/devices/block2mtd.c
1297 W: http://www.bluez.org/
1299 F: drivers/bluetooth/
1304 W: http://www.bluez.org/
1305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1308 F: include/net/bluetooth/
1313 W: http://sourceforge.net/projects/bonding/
1315 F: drivers/net/bonding/
1316 F: include/linux/if_bonding.h
1318 BROADCOM B44 10/100 ETHERNET DRIVER
1322 F: drivers/net/b44.*
1324 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1328 F: drivers/net/bnx2.*
1329 F: drivers/net/bnx2_*
1331 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1335 F: drivers/net/bnx2x*
1337 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1342 F: drivers/net/tg3.*
1344 BROCADE BFA FC SCSI DRIVER
1348 F: drivers/scsi/bfa/
1350 BSG (block layer generic sg v4 driver)
1355 F: include/linux/bsg.h
1359 W: http://bu3sch.de/btgpio.php
1361 F: drivers/gpio/bt8xxgpio.c
1366 W: http://btrfs.wiki.kernel.org/
1367 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1370 F: Documentation/filesystems/btrfs.txt
1373 BTTV VIDEO4LINUX DRIVER
1376 W: http://linuxtv.org
1377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1379 F: Documentation/video4linux/bttv/
1380 F: drivers/media/video/bt8xx/bttv*
1382 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1386 F: Documentation/filesystems/caching/cachefiles.txt
1389 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1394 F: Documentation/video4linux/cafe_ccic
1395 F: drivers/media/video/cafe_ccic*
1397 CALGARY x86-64 IOMMU
1402 F: arch/x86/kernel/pci-calgary_64.c
1403 F: arch/x86/kernel/tce_64.c
1404 F: arch/x86/include/asm/calgary.h
1405 F: arch/x86/include/asm/tce.h
1413 W: http://developer.berlios.de/projects/socketcan/
1416 F: include/linux/can.h
1417 F: include/linux/can/core.h
1418 F: include/linux/can/bcm.h
1419 F: include/linux/can/raw.h
1425 W: http://developer.berlios.de/projects/socketcan/
1428 F: include/linux/can/dev.h
1429 F: include/linux/can/error.h
1430 F: include/linux/can/netlink.h
1431 F: include/linux/can/platform/
1433 CELL BROADBAND ENGINE ARCHITECTURE
1437 W: http://www.ibm.com/developerworks/power/cell/
1439 F: arch/powerpc/include/asm/cell*.h
1440 F: arch/powerpc/include/asm/spu*.h
1441 F: arch/powerpc/oprofile/*cell*
1442 F: arch/powerpc/platforms/cell/
1444 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1447 W: http://ceph.newdream.net/
1448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1450 F: Documentation/filesystems/ceph.txt
1453 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1457 F: Documentation/usb/WUSB-Design-overview.txt
1458 F: Documentation/usb/wusb-cbaf
1459 F: drivers/usb/host/hwa-hc.c
1460 F: drivers/usb/host/whci/
1461 F: drivers/usb/wusbcore/
1462 F: include/linux/usb/wusb*
1464 CFAG12864B LCD DRIVER
1466 W: http://miguelojeda.es/auxdisplay.htm
1467 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1469 F: drivers/auxdisplay/cfag12864b.c
1470 F: include/linux/cfag12864b.h
1472 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1474 W: http://miguelojeda.es/auxdisplay.htm
1475 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1477 F: drivers/auxdisplay/cfag12864bfb.c
1478 F: include/linux/cfag12864b.h
1480 CFG80211 and NL80211
1484 F: include/linux/nl80211.h
1485 F: include/net/cfg80211.h
1487 X: net/wireless/wext*
1492 F: scripts/checkpatch.pl
1494 CISCO 10G ETHERNET DRIVER
1498 F: drivers/net/enic/
1500 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1504 F: drivers/net/arm/ep93xx_eth.c
1506 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1510 F: drivers/usb/host/ohci-ep93xx.c
1512 CIRRUS LOGIC CS4270 SOUND DRIVER
1516 F: sound/soc/codecs/cs4270*
1520 F: include/linux/clk.h
1522 CISCO FCOE HBA DRIVER
1527 F: drivers/scsi/fnic/
1534 F: drivers/platform/x86/classmate-laptop.c
1540 W: http://www.coda.cs.cmu.edu/
1542 F: Documentation/filesystems/coda.txt
1544 F: include/linux/coda*.h
1546 COMMON INTERNET FILE SYSTEM (CIFS)
1550 W: http://linux-cifs.samba.org/
1551 Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1554 F: Documentation/filesystems/cifs.txt
1557 COMPACTPCI HOTPLUG CORE
1561 F: drivers/pci/hotplug/cpci_hotplug*
1563 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1567 F: drivers/pci/hotplug/cpcihp_zt5550.*
1569 COMPACTPCI HOTPLUG GENERIC DRIVER
1573 F: drivers/pci/hotplug/cpcihp_generic.c
1575 COMPAL LAPTOP SUPPORT
1579 F: drivers/platform/x86/compal-laptop.c
1581 COMPUTONE INTELLIPORT MULTIPORT CARD
1583 W: http://www.wittsend.com/computone.html
1585 F: Documentation/serial/computone.txt
1586 F: drivers/char/ip2/
1588 CONEXANT ACCESSRUNNER USB DRIVER
1591 W: http://accessrunner.sourceforge.net/
1593 F: drivers/usb/atm/cxacru.c
1599 F: include/linux/configfs.h
1605 F: drivers/connector/
1607 CONTROL GROUPS (CGROUPS)
1612 F: include/linux/cgroup*
1616 CORETEMP HARDWARE MONITORING DRIVER
1621 F: Documentation/hwmon/coretemp
1622 F: drivers/hwmon/coretemp.c
1624 COSA/SRP SYNC SERIAL DRIVER
1626 W: http://www.fi.muni.cz/~kas/cosa/
1628 F: drivers/net/wan/cosa*
1630 CPMAC ETHERNET DRIVER
1634 F: drivers/net/cpmac.c
1636 CPU FREQUENCY DRIVERS
1639 W: http://www.codemonkey.org.uk/projects/cpufreq/
1640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1642 F: arch/x86/kernel/cpu/cpufreq/
1644 F: include/linux/cpufreq.h
1649 F: arch/x86/kernel/cpuid.c
1650 F: arch/x86/kernel/msr.c
1654 W: http://www.bullopensource.org/cpuset/
1655 W: http://oss.sgi.com/projects/cpusets/
1657 F: Documentation/cgroups/cpusets.txt
1658 F: include/linux/cpuset.h
1662 W: http://sourceforge.net/projects/cramfs/
1664 F: Documentation/filesystems/cramfs.txt
1671 W: http://developer.axis.com
1679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1681 F: Documentation/crypto/
1687 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1692 CS5535 Audio ALSA driver
1695 F: sound/pci/cs5535audio/
1697 CX18 VIDEO4LINUX DRIVER
1701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1702 W: http://linuxtv.org
1703 W: http://www.ivtvdriver.org/index.php/Cx18
1705 F: Documentation/video4linux/cx18.txt
1706 F: drivers/media/video/cx18/
1708 CXGB3 ETHERNET DRIVER (CXGB3)
1711 W: http://www.chelsio.com
1713 F: drivers/net/cxgb3/
1715 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1718 W: http://www.openfabrics.org
1720 F: drivers/infiniband/hw/cxgb3/
1725 W: http://www.arm.linux.org.uk/
1727 F: drivers/video/cyber2000fb.*
1729 CYCLADES 2X SYNC CARD DRIVER
1731 W: http://oops.ghostprotocols.net:81/blog
1733 F: drivers/net/wan/cycx*
1735 CYCLADES ASYNC MUX DRIVER
1736 W: http://www.cyclades.com/
1738 F: drivers/char/cyclades.c
1739 F: include/linux/cyclades.h
1741 CYCLADES PC300 DRIVER
1742 W: http://www.cyclades.com/
1744 F: drivers/net/wan/pc300*
1746 DAMA SLAVE for AX.25
1748 W: http://yaina.de/jreuter/
1749 W: http://www.qsl.net/dl1bke/
1752 F: net/ax25/af_ax25.c
1753 F: net/ax25/ax25_dev.c
1754 F: net/ax25/ax25_ds_*
1755 F: net/ax25/ax25_in.c
1756 F: net/ax25/ax25_out.c
1757 F: net/ax25/ax25_timer.c
1758 F: net/ax25/sysctl_net_ax25.c
1760 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1764 F: Documentation/networking/dmfe.txt
1765 F: drivers/net/tulip/dmfe.c
1767 DC390/AM53C974 SCSI driver
1769 W: http://www.garloff.de/kurt/linux/dc390/
1772 F: drivers/scsi/tmscsim.*
1778 W: http://twibble.org/dist/dc395x/
1780 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1782 F: Documentation/scsi/dc395x.txt
1783 F: drivers/scsi/dc395x.*
1788 W: http://linux-net.osdl.org/index.php/DCCP
1790 F: include/linux/dccp.h
1791 F: include/linux/tfrc.h
1794 DECnet NETWORK LAYER
1795 W: http://linux-decnet.sourceforge.net
1798 F: Documentation/networking/decnet.txt
1801 DEFXX FDDI NETWORK DRIVER
1804 F: drivers/net/defxx.*
1810 F: drivers/platform/x86/dell-laptop.c
1812 DELL LAPTOP SMM DRIVER
1814 W: http://www.debian.org/~dz/i8k/
1816 F: drivers/char/i8k.c
1817 F: include/linux/i8k.h
1819 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1822 F: Documentation/dcdbas.txt
1823 F: drivers/firmware/dcdbas.*
1825 DELL WMI EXTRAS DRIVER
1829 DEVICE NUMBER REGISTRY
1831 W: http://lanana.org/docs/device-list/index.html
1837 W: http://sources.redhat.com/dm
1838 Q: http://patchwork.kernel.org/project/dm-devel/list/
1840 F: Documentation/device-mapper/
1842 F: include/linux/device-mapper.h
1843 F: include/linux/dm-*.h
1845 DIGI INTL. EPCA DRIVER
1848 W: http://www.digi.com
1850 F: Documentation/serial/digiepca.txt
1851 F: drivers/char/epca*
1852 F: drivers/char/digi*
1854 DIRECTORY NOTIFICATION (DNOTIFY)
1857 F: Documentation/filesystems/dnotify.txt
1858 F: fs/notify/dnotify/
1859 F: include/linux/dnotify.h
1861 DISK GEOMETRY AND PARTITION HANDLING
1863 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1864 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1865 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1871 F: Documentation/filesystems/quota.txt
1873 F: include/linux/quota*.h
1875 DISTRIBUTED LOCK MANAGER (DLM)
1879 W: http://sources.redhat.com/cluster/
1880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1884 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1888 F: include/linux/dma*
1890 DME1737 HARDWARE MONITOR DRIVER
1894 F: Documentation/hwmon/dme1737
1895 F: drivers/hwmon/dme1737.c
1897 DOCBOOK FOR DOCUMENTATION
1901 DOCKING STATION DRIVER
1905 F: drivers/acpi/dock.c
1917 F: drivers/char/dtlk.c
1918 F: include/linux/dtlk.h
1920 DPT_I2O SCSI RAID DRIVER
1923 W: http://www.adaptec.com/
1925 F: drivers/scsi/dpt*
1926 F: drivers/scsi/dpt/
1933 W: http://www.drbd.org
1934 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
1935 T: git git://git.drbd.org/drbd-8.3.git
1937 F: drivers/block/drbd/
1939 F: Documentation/blockdev/drbd/
1941 DRIVER CORE, KOBJECTS, AND SYSFS
1943 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1945 F: Documentation/kobject.txt
1948 F: include/linux/kobj*
1954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1962 F: drivers/net/wan/dscc4.c
1964 DZ DECSTATION DZ11 SERIAL DRIVER
1967 F: drivers/serial/dz.*
1969 EATA-DMA SCSI DRIVER
1974 F: drivers/scsi/eata*
1976 EATA ISA/EISA/PCI SCSI DRIVER
1980 F: drivers/scsi/eata.c
1982 EATA-PIO SCSI DRIVER
1987 F: drivers/scsi/eata_pio.*
1993 W: http://ebtables.sourceforge.net/
1995 F: include/linux/netfilter_bridge/ebt_*.h
1996 F: net/bridge/netfilter/ebt*.c
2002 W: https://launchpad.net/ecryptfs
2004 F: Documentation/filesystems/ecryptfs.txt
2010 W: bluesmoke.sourceforge.net
2012 F: Documentation/edac.txt
2013 F: drivers/edac/edac_*
2014 F: include/linux/edac.h
2020 W: bluesmoke.sourceforge.net
2022 F: drivers/edac/amd64_edac*
2028 W: bluesmoke.sourceforge.net
2030 F: drivers/edac/e752x_edac.c
2035 W: bluesmoke.sourceforge.net
2037 F: drivers/edac/e7xxx_edac.c
2042 W: bluesmoke.sourceforge.net
2044 F: drivers/edac/i82443bxgx_edac.c
2049 W: bluesmoke.sourceforge.net
2051 F: drivers/edac/i3000_edac.c
2056 W: bluesmoke.sourceforge.net
2058 F: drivers/edac/i5000_edac.c
2063 W: bluesmoke.sourceforge.net
2065 F: drivers/edac/i5400_edac.c
2071 W: bluesmoke.sourceforge.net
2073 F: drivers/edac/i82975x_edac.c
2078 W: bluesmoke.sourceforge.net
2080 F: drivers/edac/pasemi_edac.c
2085 W: bluesmoke.sourceforge.net
2087 F: drivers/edac/r82600_edac.c
2089 EEEPC LAPTOP EXTRAS DRIVER
2093 W: http://acpi4asus.sf.net
2095 F: drivers/platform/x86/eeepc-laptop.c
2098 W: http://aeschi.ch.eu.org/efs/
2102 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2107 F: drivers/infiniband/hw/ehca/
2116 EMULEX LPFC FC SCSI DRIVER
2119 W: http://sourceforge.net/projects/lpfcxxxx
2121 F: drivers/scsi/lpfc/
2123 ENE CB710 FLASH CARD READER DRIVER
2126 F: drivers/misc/cb710/
2127 F: drivers/mmc/host/cb710-mmc.*
2128 F: include/linux/cb710.h
2130 EPSON 1355 FRAMEBUFFER DRIVER
2134 F: drivers/video/epson1355fb.c
2136 EPSON S1D13XXX FRAMEBUFFER DRIVER
2139 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2140 F: drivers/video/s1d13xxxfb.c
2141 F: include/video/s1d13xxxfb.h
2143 ETHEREXPRESS-16 NETWORK DRIVER
2147 F: drivers/net/eexpress.*
2153 W: http://www.linux-foundation.org/en/Net:Bridge
2155 F: include/linux/netfilter_bridge/
2158 ETHERTEAM 16I DRIVER
2161 F: drivers/net/eth16i.c
2166 F: Documentation/filesystems/ext2.txt
2168 F: include/linux/ext2*
2175 F: Documentation/filesystems/ext3.txt
2177 F: include/linux/ext3*
2183 W: http://ext4.wiki.kernel.org
2184 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2186 F: Documentation/filesystems/ext4.txt
2189 F71805F HARDWARE MONITORING DRIVER
2193 F: Documentation/hwmon/f71805f
2194 F: drivers/hwmon/f71805f.c
2196 FARSYNC SYNCHRONOUS DRIVER
2198 W: http://www.farsite.co.uk/
2200 F: drivers/net/wan/farsync.*
2202 FAULT INJECTION SUPPORT
2205 F: Documentation/fault-injection/
2206 F: lib/fault-inject.c
2208 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2211 W: www.Open-FCoE.org
2213 F: drivers/scsi/libfc/
2214 F: drivers/scsi/fcoe/
2216 F: include/scsi/libfc.h
2217 F: include/scsi/libfcoe.h
2219 FILE LOCKING (flock() and fcntl()/lockf())
2223 F: include/linux/fcntl.h
2224 F: include/linux/fs.h
2228 FILESYSTEMS (VFS and infrastructure)
2234 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2238 F: drivers/hwmon/f75375s.c
2239 F: include/linux/f75375s.h
2244 W: http://ieee1394.wiki.kernel.org/
2245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2247 F: drivers/firewire/
2248 F: include/linux/firewire*.h
2250 FIRMWARE LOADER (request_firmware)
2252 F: Documentation/firmware_class/
2253 F: drivers/base/firmware*.c
2254 F: include/linux/firmware.h
2258 W: http://floatingpoint.sourceforge.net/emulator/index.html
2260 F: arch/x86/math-emu/
2262 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2266 F: drivers/net/wan/dlci.c
2267 F: drivers/net/wan/sdla.c
2271 W: http://linux-fbdev.sourceforge.net/
2273 F: Documentation/fb/
2274 F: drivers/video/fb*
2275 F: include/linux/fb.h
2277 FREESCALE DMA DRIVER
2282 F: drivers/dma/fsldma.*
2284 FREESCALE I2C CPM DRIVER
2289 F: drivers/i2c/busses/i2c-cpm.c
2291 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2296 F: arch/arm/plat-mxc/include/mach/imxfb.h
2297 F: drivers/video/imxfb.c
2299 FREESCALE SOC FS_ENET DRIVER
2305 F: drivers/net/fs_enet/
2306 F: include/linux/fs_enet_pd.h
2308 FREESCALE QUICC ENGINE LIBRARY
2312 F: arch/powerpc/sysdev/qe_lib/
2313 F: arch/powerpc/include/asm/*qe.h
2315 FREESCALE USB PERIPHERAL DRIVERS
2320 F: drivers/usb/gadget/fsl*
2322 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2327 F: drivers/net/ucc_geth*
2329 FREESCALE QUICC ENGINE UCC UART DRIVER
2333 F: drivers/serial/ucc_uart.c
2335 FREESCALE SOC SOUND DRIVERS
2340 F: sound/soc/fsl/fsl*
2341 F: sound/soc/fsl/mpc8610_hpcd.c
2345 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2354 F: Documentation/power/freezing-of-tasks.txt
2355 F: include/linux/freezer.h
2358 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2362 F: Documentation/filesystems/caching/
2364 F: include/linux/fscache*.h
2366 FUJITSU FR-V (FRV) PORT
2371 FUJITSU LAPTOP EXTRAS
2375 F: drivers/platform/x86/fujitsu-laptop.c
2377 FUSE: FILESYSTEM IN USERSPACE
2380 W: http://fuse.sourceforge.net/
2383 F: include/linux/fuse.h
2385 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2388 S: Odd Fixes (e.g., new signatures)
2389 F: drivers/scsi/fdomain.*
2391 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2394 W: http://www.icp-vortex.com/
2396 F: drivers/scsi/gdt*
2398 GENERIC GPIO I2C DRIVER
2401 F: drivers/i2c/busses/i2c-gpio.c
2402 F: include/linux/i2c-gpio.h
2404 GENERIC HDLC (WAN) DRIVERS
2406 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2408 F: drivers/net/wan/c101.c
2409 F: drivers/net/wan/hd6457*
2410 F: drivers/net/wan/hdlc*
2411 F: drivers/net/wan/n2.c
2412 F: drivers/net/wan/pc300too.c
2413 F: drivers/net/wan/pci200syn.c
2414 F: drivers/net/wan/wanxl*
2416 GENERIC INCLUDE/ASM HEADER FILES
2419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2421 F: include/asm-generic
2423 GENERIC UIO DRIVER FOR PCI DEVICES
2427 F: drivers/uio/uio_pci_generic.c
2432 W: http://sources.redhat.com/cluster/
2433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2434 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2436 F: Documentation/filesystems/gfs2*.txt
2438 F: include/linux/gfs2_ondisk.h
2440 GIGASET ISDN DRIVERS
2444 W: http://gigaset307x.sourceforge.net/
2446 F: Documentation/isdn/README.gigaset
2447 F: drivers/isdn/gigaset/
2448 F: include/linux/gigaset_dev.h
2450 GRETH 10/100/1G Ethernet MAC device driver
2454 F: drivers/net/greth*
2456 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2459 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2461 F: drivers/hwmon/hdaps.c
2463 HWPOISON MEMORY FAILURE HANDLING
2467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2469 F: mm/memory-failure.c
2470 F: mm/hwpoison-inject.c
2472 HYPERVISOR VIRTUAL CONSOLE DRIVER
2475 F: drivers/char/hvc_*
2477 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2481 F: drivers/firmware/iscsi_ibft*
2483 GSPCA FINEPIX SUBDRIVER
2486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2488 F: drivers/media/video/gspca/finepix.c
2490 GSPCA GL860 SUBDRIVER
2493 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2495 F: drivers/media/video/gspca/gl860/
2497 GSPCA M5602 SUBDRIVER
2500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2502 F: drivers/media/video/gspca/m5602/
2504 GSPCA PAC207 SONIXB SUBDRIVER
2507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2509 F: drivers/media/video/gspca/pac207.c
2511 GSPCA SN9C20X SUBDRIVER
2514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2516 F: drivers/media/video/gspca/sn9c20x.c
2518 GSPCA T613 SUBDRIVER
2521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2523 F: drivers/media/video/gspca/t613.c
2525 GSPCA USB WEBCAM DRIVER
2527 W: http://moinejf.free.fr
2529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2531 F: drivers/media/video/gspca/
2535 W: http://www.lm-sensors.org/
2537 F: Documentation/hwmon/
2539 F: include/linux/hwmon*.h
2541 HARDWARE RANDOM NUMBER GENERATOR CORE
2545 F: Documentation/hw_random.txt
2546 F: drivers/char/hw_random/
2547 F: include/linux/hw_random.h
2549 HARMONY SOUND DRIVER
2553 F: sound/parisc/harmony.*
2555 HEWLETT-PACKARD SMART2 RAID DRIVER
2559 F: Documentation/blockdev/cpqarray.txt
2560 F: drivers/block/cpqarray.*
2562 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2566 F: Documentation/blockdev/cciss.txt
2567 F: drivers/block/cciss*
2568 F: include/linux/cciss_ioctl.h
2573 F: Documentation/filesystems/hfs.txt
2576 HGA FRAMEBUFFER DRIVER
2579 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2581 F: drivers/video/hgafb.c
2583 HIBERNATION (aka Software Suspend, aka swsusp)
2589 F: drivers/base/power/
2591 F: include/linux/suspend.h
2592 F: include/linux/freezer.h
2593 F: include/linux/pm.h
2594 F: arch/*/include/asm/suspend*.h
2599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2602 F: include/linux/hid*
2604 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2607 F: Documentation/timers/
2609 F: include/linux/hrtimer.h
2611 HIGH-SPEED SCC DRIVER FOR AX.25
2614 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2616 F: drivers/net/hamradio/dmascc.c
2617 F: drivers/net/hamradio/scc.c
2619 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2621 W: http://www.highpoint-tech.com
2623 F: Documentation/scsi/hptiop.txt
2624 F: drivers/scsi/hptiop.c
2630 F: include/linux/hippidevice.h
2631 F: include/linux/if_hippi.h
2638 W: http://hostap.epitest.fi/
2640 F: drivers/net/wireless/hostap/
2642 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2646 F: drivers/platform/x86/tc1100-wmi.c
2648 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2651 F: drivers/net/hp100.*
2653 HPET: High Precision Event Timers driver
2656 F: Documentation/timers/hpet.txt
2657 F: drivers/char/hpet.c
2658 F: include/linux/hpet.h
2663 F: arch/x86/kernel/hpet.c
2664 F: arch/x86/include/asm/hpet.h
2673 F: drivers/char/hpet.c
2677 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2683 W: http://www.pharscape.org
2685 F: drivers/net/usb/hso.c
2687 HTCPEN TOUCHSCREEN DRIVER
2691 F: drivers/input/touchscreen/htcpen.c
2698 I2C/SMBUS STUB DRIVER
2702 F: drivers/i2c/busses/i2c-stub.c
2708 W: http://i2c.wiki.kernel.org/
2709 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2711 F: Documentation/i2c/
2713 F: include/linux/i2c.h
2714 F: include/linux/i2c-*.h
2719 W: http://www.harbaum.org/till/i2c_tiny_usb
2721 F: drivers/i2c/busses/i2c-tiny-usb.c
2728 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2730 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2733 IA64 (Itanium) PLATFORM
2737 W: http://www.ia64-linux.org/
2738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2742 IBM MCA SCSI SUBSYSTEM DRIVER
2744 W: http://www.uni-mainz.de/~langm000/linux.html
2746 F: drivers/scsi/ibmmca.c
2748 IBM Power Linux RAID adapter
2751 F: drivers/scsi/ipr.*
2753 IBM ServeRAID RAID DRIVER
2756 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2758 F: drivers/scsi/ips.*
2763 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2766 F: Documentation/ide/
2768 F: include/linux/ide.h
2774 F: Documentation/cdrom/ide-cd
2775 F: drivers/ide/ide-cd*
2781 F: drivers/idle/i7300_idle.c
2786 W: http://ieee1394.wiki.kernel.org/
2787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2789 F: Documentation/debugging-via-ohci1394.txt
2790 F: drivers/ieee1394/
2792 IEEE 802.15.4 SUBSYSTEM
2796 W: http://apps.sourceforge.net/trac/linux-zigbee
2797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2800 F: drivers/ieee802154/
2802 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2805 F: security/integrity/ima/
2807 IMS TWINTURBO FRAMEBUFFER DRIVER
2810 F: drivers/video/imsttfb.c
2812 INFINIBAND SUBSYSTEM
2817 W: http://www.openib.org/
2818 Q: http://patchwork.kernel.org/project/linux-rdma/list/
2819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2821 F: Documentation/infiniband/
2822 F: drivers/infiniband/
2823 F: include/linux/if_infiniband.h
2830 F: Documentation/filesystems/inotify.txt
2831 F: fs/notify/inotify/
2832 F: include/linux/inotify.h
2834 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2838 Q: http://patchwork.kernel.org/project/linux-input/list/
2839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2843 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2847 F: Documentation/fb/intelfb.txt
2848 F: drivers/video/intelfb/
2850 INTEL 810/815 FRAMEBUFFER DRIVER
2854 F: drivers/video/i810/
2856 INTEL MENLOW THERMAL DRIVER
2859 W: http://www.lesswatts.org/projects/acpi/
2861 F: drivers/platform/x86/intel_menlow.c
2863 INTEL IA32 MICROCODE UPDATE SUPPORT
2866 F: arch/x86/kernel/microcode_core.c
2867 F: arch/x86/kernel/microcode_intel.c
2869 INTEL I/OAT DMA DRIVER
2872 F: drivers/dma/ioat*
2877 T: git git://git.infradead.org/iommu-2.6.git
2879 F: drivers/pci/intel-iommu.c
2880 F: include/linux/intel-iommu.h
2882 INTEL IOP-ADMA DMA DRIVER
2885 F: drivers/dma/iop-adma.c
2887 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2890 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2891 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2892 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2893 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2894 F: drivers/net/arm/ixp4xx_eth.c
2895 F: drivers/net/wan/ixp4xx_hss.c
2897 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2900 F: drivers/char/hw_random/ixp4xx-rng.c
2902 INTEL IXP2000 ETHERNET DRIVER
2906 F: drivers/net/ixp2000/
2908 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2916 W: http://e1000.sourceforge.net/
2918 F: drivers/net/e100.c
2919 F: drivers/net/e1000/
2920 F: drivers/net/e1000e/
2922 F: drivers/net/igbvf/
2923 F: drivers/net/ixgb/
2924 F: drivers/net/ixgbe/
2926 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2931 W: http://ipw2100.sourceforge.net
2933 F: Documentation/networking/README.ipw2100
2934 F: drivers/net/wireless/ipw2x00/ipw2100.*
2936 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2941 W: http://ipw2200.sourceforge.net
2943 F: Documentation/networking/README.ipw2200
2944 F: drivers/net/wireless/ipw2x00/ipw2200.*
2946 INTEL WIRELESS WIMAX CONNECTION 2400
2951 W: http://linuxwimax.org
2952 F: Documentation/wimax/README.i2400m
2953 F: drivers/net/wimax/i2400m/
2954 F: include/linux/wimax/i2400m.h
2956 INTEL WIRELESS WIFI LINK (iwlwifi)
2961 W: http://intellinuxwireless.org
2962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2964 F: drivers/net/wireless/iwlwifi/
2966 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2972 W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
2973 F: drivers/net/wireless/iwmc3200wifi/
2975 IOC3 ETHERNET DRIVER
2979 F: drivers/net/ioc3-eth.c
2985 F: drivers/serial/ioc3_serial.c
2990 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2992 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2998 F: drivers/net/ipg.c
3003 T: git git://git.qlogic.com/ipath-linux-2.6
3005 F: drivers/infiniband/hw/ipath/
3010 W: http://openipmi.sourceforge.net/
3012 F: Documentation/IPMI.txt
3013 F: drivers/char/ipmi/
3014 F: include/linux/ipmi*
3016 IPS SCSI RAID DRIVER
3019 W: http://www.adaptec.com/
3021 F: drivers/scsi/ips*
3030 F: Documentation/networking/ipvs-sysctl.txt
3031 F: include/net/ip_vs.h
3032 F: include/linux/ip_vs.h
3033 F: net/netfilter/ipvs/
3039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3040 F: drivers/char/pcmcia/ipwireless/
3046 F: include/linux/ipx.h
3047 F: include/net/ipx.h
3053 W: http://irda.sourceforge.net/
3055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3056 F: Documentation/networking/irda.txt
3057 F: drivers/net/irda/
3058 F: include/net/irda/
3064 F: Documentation/isapnp.txt
3065 F: drivers/pnp/isapnp/
3066 F: include/linux/isapnp.h
3071 W: www.open-iscsi.org
3072 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3074 F: drivers/scsi/*iscsi*
3075 F: include/scsi/*iscsi*
3081 W: http://www.isdn4linux.de
3082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3084 F: Documentation/isdn/
3086 F: include/linux/isdn.h
3087 F: include/linux/isdn/
3089 ISDN SUBSYSTEM (Eicon active card driver)
3092 W: http://www.melware.de
3094 F: drivers/isdn/hardware/eicon/
3096 IT87 HARDWARE MONITORING DRIVER
3100 F: Documentation/hwmon/it87
3101 F: drivers/hwmon/it87.c
3103 IVTV VIDEO4LINUX DRIVER
3107 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3108 W: http://www.ivtvdriver.org
3110 F: Documentation/video4linux/*.ivtv
3111 F: drivers/media/video/ivtv/
3112 F: include/linux/ivtv*
3117 W: http://jfs.sourceforge.net/
3118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3120 F: Documentation/filesystems/jfs.txt
3127 F: drivers/net/jme.*
3129 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3132 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3135 F: include/linux/jffs2.h
3137 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3143 F: include/linux/ext*jbd*.h
3144 F: include/linux/jbd*.h
3146 K8TEMP HARDWARE MONITORING DRIVER
3150 F: Documentation/hwmon/k8temp
3151 F: drivers/hwmon/k8temp.c
3156 Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3158 F: Documentation/kbuild/kconfig-language.txt
3165 W: http://lse.sourceforge.net/kdump/
3167 F: Documentation/kdump/
3169 KERNEL AUTOMOUNTER (AUTOFS)
3175 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3183 T: git git://repo.or.cz/linux-kbuild.git for-next
3184 T: git git://repo.or.cz/linux-kbuild.git for-linus
3187 F: Documentation/kbuild/
3189 F: scripts/Makefile.*
3193 W: http://janitor.kernelnewbies.org/
3196 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3200 W: http://nfs.sourceforge.net/
3203 F: include/linux/nfsd/
3207 F: include/linux/lockd/
3208 F: include/linux/sunrpc/
3210 KERNEL VIRTUAL MACHINE (KVM)
3214 W: http://kvm.qumranet.com
3216 F: Documentation/*/kvm.txt
3218 F: arch/*/include/asm/kvm*
3219 F: include/linux/kvm*
3222 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3225 W: http://kvm.qumranet.com
3227 F: arch/x86/include/asm/svm.h
3228 F: arch/x86/kvm/svm.c
3230 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3233 W: http://kvm.qumranet.com
3235 F: arch/powerpc/include/asm/kvm*
3236 F: arch/powerpc/kvm/
3238 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3241 W: http://kvm.qumranet.com
3243 F: Documentation/ia64/kvm.txt
3244 F: arch/ia64/include/asm/kvm*
3247 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3252 W: http://www.ibm.com/developerworks/linux/linux390/
3254 F: Documentation/s390/kvm.txt
3255 F: arch/s390/include/asm/kvm*
3257 F: drivers/s390/kvm/
3261 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3264 F: include/linux/kexec.h
3271 F: Documentation/keys.txt
3272 F: include/linux/key.h
3273 F: include/linux/key-type.h
3281 F: Documentation/DocBook/kgdb.tmpl
3282 F: drivers/misc/kgdbts.c
3283 F: drivers/serial/kgdboc.c
3284 F: include/linux/kgdb.h
3291 F: Documentation/kmemcheck.txt
3292 F: arch/x86/include/asm/kmemcheck.h
3293 F: arch/x86/mm/kmemcheck/
3294 F: include/linux/kmemcheck.h
3300 F: Documentation/kmemleak.txt
3301 F: include/linux/kmemleak.h
3303 F: mm/kmemleak-test.c
3308 F: Documentation/trace/kmemtrace.txt
3309 F: include/linux/kmemtrace.h
3310 F: kernel/trace/kmemtrace.c
3318 F: Documentation/kprobes.txt
3319 F: include/linux/kprobes.h
3322 KS0108 LCD CONTROLLER DRIVER
3324 W: http://miguelojeda.es/auxdisplay.htm
3325 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3327 F: Documentation/auxdisplay/ks0108
3328 F: drivers/auxdisplay/ks0108.c
3329 F: include/linux/ks0108.h
3334 F: Documentation/networking/lapb-module.txt
3338 LASI 53c700 driver for PARISC
3342 F: Documentation/scsi/53c700.txt
3343 F: drivers/scsi/53c700*
3349 F: include/linux/leds.h
3351 LEGO USB Tower driver
3354 W: http://legousb.sourceforge.net/
3356 F: drivers/usb/misc/legousbtower.c
3361 W: http://lguest.ozlabs.org/
3363 F: Documentation/lguest/
3366 F: include/linux/lguest*.h
3367 F: arch/x86/include/asm/lguest*.h
3369 LINUX FOR IBM pSERIES (RS/6000)
3371 W: http://www.ibm.com/linux/ltc/projects/ppc
3373 F: arch/powerpc/boot/rs6000.h
3375 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3378 W: http://www.penguinppc.org/
3380 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3381 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3383 F: Documentation/powerpc/
3386 LINUX FOR POWER MACINTOSH
3388 W: http://www.penguinppc.org/
3391 F: arch/powerpc/platforms/powermac/
3392 F: drivers/macintosh/
3394 LINUX FOR POWERPC EMBEDDED MPC5XXX
3397 T: git git://git.secretlab.ca/git/linux-2.6.git
3399 F: arch/powerpc/platforms/512x/
3400 F: arch/powerpc/platforms/52xx/
3402 LINUX FOR POWERPC EMBEDDED PPC4XX
3405 W: http://www.penguinppc.org/
3407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3409 F: arch/powerpc/platforms/40x/
3410 F: arch/powerpc/platforms/44x/
3412 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3414 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3416 T: git git://git.secretlab.ca/git/linux-2.6.git
3418 F: arch/powerpc/*/*virtex*
3419 F: arch/powerpc/*/*/*virtex*
3421 LINUX FOR POWERPC EMBEDDED PPC8XX
3424 W: http://www.penguinppc.org/
3428 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3430 W: http://www.penguinppc.org/
3433 F: arch/powerpc/platforms/83xx/
3435 LINUX FOR POWERPC PA SEMI PWRFICIENT
3437 W: http://www.pasemi.com/
3440 F: arch/powerpc/platforms/pasemi/
3441 F: drivers/*/*pasemi*
3442 F: drivers/*/*/*pasemi*
3444 LINUX SECURITY MODULE (LSM) FRAMEWORK
3447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3453 F: include/linux/llc.h
3457 LIS3LV02D ACCELEROMETER DRIVER
3460 F: Documentation/hwmon/lis3lv02d
3461 F: drivers/hwmon/lis3lv02d.*
3463 LM73 HARDWARE MONITOR DRIVER
3467 F: drivers/hwmon/lm73.c
3469 LM83 HARDWARE MONITOR DRIVER
3473 F: Documentation/hwmon/lm83
3474 F: drivers/hwmon/lm83.c
3476 LM90 HARDWARE MONITOR DRIVER
3480 F: Documentation/hwmon/lm90
3481 F: drivers/hwmon/lm90.c
3483 LOCKDEP AND LOCKSTAT
3486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3488 F: Documentation/lockdep*.txt
3489 F: Documentation/lockstat.txt
3490 F: include/linux/lockdep.h
3493 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3496 W: http://www.linux-ntfs.org/content/view/19/37/
3498 F: Documentation/ldm.txt
3499 F: fs/partitions/ldm.*
3508 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3513 W: http://www.lsilogic.com/support
3515 F: drivers/message/fusion/
3517 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3521 F: drivers/scsi/sym53c8xx_2/
3523 LTP (Linux Test Project)
3529 W: http://ltp.sourceforge.net/
3530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3537 W: http://www.linux-m32r.org/
3545 W: http://www.linux-m68k.org/
3546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3551 M68K ON APPLE MACINTOSH
3553 W: http://www.mac.linux-m68k.org/
3560 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3567 W: http://linuxwireless.org/
3568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3570 F: Documentation/networking/mac80211-injection.txt
3571 F: include/net/mac80211.h
3574 MAC80211 PID RATE CONTROL
3578 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3579 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3581 F: net/mac80211/rc80211_pid*
3587 F: drivers/net/macvlan.c
3588 F: include/linux/if_macvlan.h
3590 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3592 W: http://www.kernel.org/doc/man-pages
3596 MARVELL LIBERTAS WIRELESS DRIVER
3600 F: drivers/net/wireless/libertas/
3602 MARVELL MV643XX ETHERNET DRIVER
3606 F: drivers/net/mv643xx_eth.*
3607 F: include/linux/mv643xx.h
3609 MARVELL MWL8K WIRELESS DRIVER
3613 F: drivers/net/wireless/mwl8k.c
3615 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3619 MARVELL YUKON / SYSKONNECT DRIVER
3622 W: http://www.syskonnect.com
3625 MATROX FRAMEBUFFER DRIVER
3629 F: drivers/video/matrox/matroxfb_*
3630 F: include/linux/matroxfb.h
3632 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3636 F: Documentation/hwmon/max6650
3637 F: drivers/hwmon/max6650.c
3639 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3641 P: LinuxTV.org Project
3643 W: http://linuxtv.org
3644 Q: http://patchwork.kernel.org/project/linux-media/list/
3645 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3647 F: Documentation/dvb/
3648 F: Documentation/video4linux/
3651 F: include/linux/dvb/
3652 F: include/linux/videodev*.h
3654 MEGARAID SCSI DRIVERS
3657 W: http://megaraid.lsilogic.com
3659 F: Documentation/scsi/megaraid.txt
3660 F: drivers/scsi/megaraid.*
3661 F: drivers/scsi/megaraid/
3665 W: http://www.linux-mm.org
3667 F: include/linux/mm.h
3670 MEMORY RESOURCE CONTROLLER
3678 MEMORY TECHNOLOGY DEVICES (MTD)
3681 W: http://www.linux-mtd.infradead.org/
3682 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3683 T: git git://git.infradead.org/mtd-2.6.git
3686 F: include/linux/mtd/
3689 MICROBLAZE ARCHITECTURE
3692 W: http://www.monstr.eu/fdt/
3693 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3700 F: drivers/usb/image/microtek.*
3704 W: http://www.linux-mips.org/
3706 T: git git://git.linux-mips.org/pub/scm/linux.git
3708 F: Documentation/mips/
3711 MISCELLANEOUS MCA-SUPPORT
3714 F: Documentation/ia64/mca.txt
3715 F: Documentation/mca.txt
3717 F: include/linux/mca*
3722 F: include/linux/module.h
3725 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3727 W: http://popies.net/meye/
3729 F: Documentation/video4linux/meye.txt
3730 F: drivers/media/video/meye.*
3731 F: include/linux/meye.h
3733 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3737 F: drivers/mmc/host/imxmmc.*
3739 MOUSE AND MISC DEVICES [GENERAL]
3742 F: drivers/input/mouse/
3743 F: include/linux/gpio_mouse.h
3745 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3748 F: Documentation/serial/moxa-smartio
3749 F: drivers/char/mxser.*
3754 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3755 W: http://0pointer.de/lennart/tchibo.html
3757 F: drivers/platform/x86/msi-laptop.c
3763 F: drivers/platform/x86/msi-wmi.c
3765 MULTIFUNCTION DEVICES (MFD)
3767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3771 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3775 F: include/linux/mmc/
3777 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3780 F: drivers/mmc/host/mmc_spi.c
3781 F: include/linux/spi/mmc_spi.h
3783 MULTISOUND SOUND DRIVER
3786 F: Documentation/sound/oss/MultiSound
3789 MULTITECH MULTIPORT CARD (ISICOM)
3792 F: drivers/char/isicom.c
3793 F: include/linux/isicom.h
3795 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3798 T: git git://gitorious.org/usb/usb.git
3800 F: drivers/usb/musb/
3802 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3806 W: http://www.myri.com/scs/download-Myri10GE.html
3808 F: drivers/net/myri10ge/
3810 NATSEMI ETHERNET DRIVER (DP8381x)
3813 F: drivers/net/natsemi.c
3820 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3824 F: drivers/scsi/NCR_D700.*
3826 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3830 W: http://www.neteffect.com
3832 F: drivers/infiniband/hw/nes/
3834 NETEM NETWORK EMULATOR
3838 F: net/sched/sch_netem.c
3840 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3847 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3848 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3850 F: Documentation/networking/s2io.txt
3851 F: drivers/net/s2io*
3853 NETFILTER/IPTABLES/IPCHAINS
3863 W: http://www.netfilter.org/
3864 W: http://www.iptables.org/
3865 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3867 F: include/linux/netfilter*
3868 F: include/linux/netfilter/
3869 F: include/net/netfilter/
3870 F: net/*/netfilter.c
3876 W: http://netlabel.sf.net
3879 F: Documentation/netlabel/
3880 F: include/net/netlabel.h
3883 NETROM NETWORK LAYER
3886 W: http://www.linux-ax25.org/
3888 F: include/linux/netrom.h
3889 F: include/net/netrom.h
3892 NETWORK BLOCK DEVICE (NBD)
3895 F: Documentation/blockdev/nbd.txt
3896 F: drivers/block/nbd.c
3897 F: include/linux/nbd.h
3899 NETWORK DROP MONITOR
3903 W: https://fedorahosted.org/dropwatch/
3904 F: net/core/drop_monitor.c
3906 NETWORKING [GENERAL]
3909 W: http://www.linuxfoundation.org/en/Net
3910 W: http://patchwork.ozlabs.org/project/netdev/list/
3911 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3912 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3916 F: include/linux/in.h
3917 F: include/linux/net.h
3918 F: include/linux/netdevice.h
3920 NETWORKING [IPv4/IPv6]
3928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3934 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3939 NETWORKING [WIRELESS]
3942 Q: http://patchwork.kernel.org/project/linux-wireless/list/
3943 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3948 F: include/net/ieee80211*
3949 F: include/linux/wireless.h
3950 F: drivers/net/wireless/
3954 W: http://www.linuxfoundation.org/en/Net
3955 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3956 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3959 F: include/linux/if_*
3960 F: include/linux/*device.h
3962 NETXEN (1/10) GbE SUPPORT
3965 W: http://www.qlogic.com
3967 F: drivers/net/netxen/
3969 NFS, SUNRPC, AND LOCKD CLIENTS
3972 W: http://client.linux-nfs.org
3973 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3979 F: include/linux/lockd/
3980 F: include/linux/nfs*
3981 F: include/linux/sunrpc/
3983 NI5010 NETWORK DRIVER
3988 F: drivers/net/ni5010.*
3993 W: http://www.nilfs.org/en/
3995 F: Documentation/filesystems/nilfs2.txt
3997 F: include/linux/nilfs2_fs.h
3999 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4001 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4003 F: Documentation/scsi/NinjaSCSI.txt
4004 F: drivers/scsi/pcmcia/nsp_*
4006 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4009 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4011 F: Documentation/scsi/NinjaSCSI.txt
4012 F: drivers/scsi/nsp32*
4017 W: http://www.linux-ntfs.org/
4018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4020 F: Documentation/filesystems/ntfs.txt
4023 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4027 F: drivers/video/riva/
4028 F: drivers/video/nvidia/
4033 W: http://www.muru.com/linux/omap/
4034 W: http://linux.omap.com/
4035 Q: http://patchwork.kernel.org/project/linux-omap/list/
4036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4040 OMAP CLOCK FRAMEWORK SUPPORT
4044 F: arch/arm/*omap*/*clock*
4046 OMAP POWER MANAGEMENT SUPPORT
4050 F: arch/arm/*omap*/*pm*
4059 OMAP FRAMEBUFFER SUPPORT
4064 F: drivers/video/omap/
4066 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4071 F: drivers/video/omap2/
4072 F: Documentation/arm/OMAP/DSS
4078 F: drivers/mmc/host/omap.c
4084 F: drivers/mmc/host/omap_hsmmc.c
4086 OMAP RANDOM NUMBER GENERATOR SUPPORT
4089 F: drivers/char/hw_random/omap-rng.c
4102 F: Documentation/filesystems/omfs.txt
4105 OMNIKEY CARDMAN 4000 DRIVER
4108 F: drivers/char/pcmcia/cm4000_cs.c
4109 F: include/linux/cm4000_cs.h
4111 OMNIKEY CARDMAN 4040 DRIVER
4114 F: drivers/char/pcmcia/cm4040_cs.*
4116 OMNIVISION OV7670 SENSOR DRIVER
4119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4121 F: drivers/media/video/ov7670.c
4123 ONENAND FLASH DRIVER
4127 F: drivers/mtd/onenand/
4128 F: include/linux/mtd/onenand*.h
4130 ONSTREAM SCSI TAPE DRIVER
4135 F: drivers/scsi/osst*
4138 OPENCORES I2C BUS DRIVER
4142 F: Documentation/i2c/busses/i2c-ocores
4143 F: drivers/i2c/busses/i2c-ocores.c
4145 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4148 W: http://fdt.secretlab.ca
4151 F: include/linux/of*.h
4159 F: drivers/oprofile/
4160 F: include/linux/oprofile.h
4162 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4166 W: http://oss.oracle.com/projects/ocfs2/
4167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4169 F: Documentation/filesystems/ocfs2.txt
4170 F: Documentation/filesystems/dlmfs.txt
4179 W: http://www.nongnu.org/orinoco/
4181 F: drivers/net/wireless/orinoco/
4183 OSD LIBRARY and FILESYSTEM
4187 W: http://open-osd.org
4188 T: git git://git.open-osd.org/open-osd.git
4190 F: drivers/scsi/osd/
4191 F: include/scsi/osd_*
4197 W: http://prism54.org
4198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4200 F: drivers/net/wireless/p54/
4202 PA SEMI ETHERNET DRIVER
4206 F: drivers/net/pasemi_mac.*
4208 PA SEMI SMBUS DRIVER
4212 F: drivers/i2c/busses/i2c-pasemi.c
4214 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4218 F: drivers/platform/x86/panasonic-laptop.c
4220 PANASONIC MN10300/AM33 PORT
4224 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4226 F: Documentation/mn10300/
4229 PARALLEL PORT SUPPORT
4233 F: include/linux/parport*.h
4234 F: drivers/char/ppdev.c
4235 F: include/linux/ppdev.h
4237 PARAVIRT_OPS INTERFACE
4244 F: Documentation/ia64/paravirt_ops.txt
4245 F: arch/*/kernel/paravirt*
4246 F: arch/*/include/asm/paravirt.h
4248 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4251 W: http://www.torque.net/linux-pp.html
4253 F: Documentation/blockdev/paride.txt
4254 F: drivers/block/paride/
4261 W: http://www.parisc-linux.org/
4262 Q: http://patchwork.kernel.org/project/linux-parisc/list/
4263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4268 PC87360 HARDWARE MONITORING DRIVER
4272 F: Documentation/hwmon/pc87360
4273 F: drivers/hwmon/pc87360.c
4278 F: drivers/char/pc8736x_gpio.c
4283 F: drivers/leds/leds-pca9532.c
4284 F: include/linux/leds-pca9532.h
4286 PCA9564/PCA9665 I2C BUS DRIVER
4290 F: drivers/i2c/algos/i2c-algo-pca.c
4291 F: drivers/i2c/busses/i2c-pca-*
4292 F: include/linux/i2c-algo-pca.h
4293 F: include/linux/i2c-pca-platform.h
4299 F: Documentation/PCI/pci-error-recovery.txt
4300 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4305 Q: http://patchwork.kernel.org/project/linux-pci/list/
4306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4308 F: Documentation/PCI/
4310 F: include/linux/pci*
4316 F: drivers/pci/hotplug
4319 P: Linux PCMCIA Team
4321 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4324 F: Documentation/pcmcia/
4328 PCNET32 NETWORK DRIVER
4332 F: drivers/net/pcnet32.c
4334 PER-TASK DELAY ACCOUNTING
4337 F: include/linux/delayacct.h
4338 F: kernel/delayacct.c
4340 PERFORMANCE EVENTS SUBSYSTEM
4346 F: kernel/perf_event.c
4347 F: include/linux/perf_event.h
4348 F: arch/*/kernel/perf_event.c
4349 F: arch/*/kernel/*/perf_event.c
4350 F: arch/*/kernel/*/*/perf_event.c
4351 F: arch/*/include/asm/perf_event.h
4352 F: arch/*/lib/perf_event.c
4353 F: arch/*/kernel/perf_callchain.c
4356 PERSONALITY HANDLING
4360 F: include/linux/personality.h
4366 F: drivers/mtd/devices/phram.c
4371 F: drivers/block/pktcdvd.c
4372 F: include/linux/pktcdvd.h
4374 PMC SIERRA MaxRAID DRIVER
4377 W: http://www.pmc-sierra.com/
4379 F: drivers/scsi/pmcraid.*
4381 PMC SIERRA PM8001 DRIVER
4386 F: drivers/scsi/pm8001/
4388 POSIX CLOCKS and TIMERS
4392 F: include/linux/timer*
4395 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4398 T: git git://git.infradead.org/battery-2.6.git
4400 F: include/linux/power_supply.h
4401 F: drivers/power/power_supply*
4413 F: drivers/i2c/busses/i2c-pnx.c
4415 PPP PROTOCOL DRIVERS AND COMPRESSORS
4419 F: drivers/net/ppp_*
4421 PPP OVER ATM (RFC 2364)
4424 F: net/atm/pppoatm.c
4425 F: include/linux/atmppp.h
4430 F: drivers/net/pppoe.c
4431 F: drivers/net/pppox.c
4436 F: drivers/net/pppol2tp.c
4437 F: include/linux/if_pppol2tp.h
4441 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4444 F: Documentation/pps/
4446 F: include/linux/pps*.h
4451 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4453 F: Documentation/preempt-locking.txt
4454 F: include/linux/preempt.h
4456 PRISM54 WIRELESS DRIVER
4459 W: http://prism54.org
4461 F: drivers/net/wireless/prism54/
4463 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4465 W: http://www.pnd-pc.demon.co.uk/promise/
4468 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4472 F: drivers/ata/sata_promise.*
4479 F: drivers/net/ps3_gelic_net.*
4481 PS3 PLATFORM SUPPORT
4486 F: arch/powerpc/boot/ps3*
4487 F: arch/powerpc/include/asm/lv1call.h
4488 F: arch/powerpc/include/asm/ps3*.h
4489 F: arch/powerpc/platforms/ps3/
4492 F: drivers/rtc/rtc-ps3.c
4493 F: drivers/usb/host/*ps3.c
4494 F: sound/ppc/snd_ps3*
4505 F: include/asm-generic/syscall.h
4506 F: include/linux/ptrace.h
4507 F: include/linux/regset.h
4508 F: include/linux/tracehook.h
4511 PVRUSB2 VIDEO4LINUX DRIVER
4515 W: http://www.isely.net/pvrusb2/
4516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4518 F: Documentation/video4linux/README.pvrusb2
4519 F: drivers/media/video/pvrusb2/
4521 PXA2xx/PXA3xx SUPPORT
4526 F: arch/arm/mach-pxa/
4527 F: drivers/pcmcia/pxa2xx*
4528 F: drivers/spi/pxa2xx*
4529 F: drivers/usb/gadget/pxa2*
4530 F: include/sound/pxa2xx-lib.h
4538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4547 MMP2 SUPPORT (aka ARMADA610)
4551 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4562 QLOGIC QLA2XXX FC-SCSI DRIVER
4567 F: Documentation/scsi/LICENSE.qla2xxx
4568 F: drivers/scsi/qla2xxx/
4570 QLOGIC QLA3XXX NETWORK DRIVER
4575 F: Documentation/networking/LICENSE.qla3xxx
4576 F: drivers/net/qla3xxx.*
4578 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4583 F: drivers/net/qlcnic/
4585 QLOGIC QLGE 10Gb ETHERNET DRIVER
4590 F: drivers/net/qlge/
4594 W: http://www.alarsen.net/linux/qnx4fs/
4597 F: include/linux/qnx4_fs.h
4598 F: include/linux/qnxtypes.h
4600 RADEON FRAMEBUFFER DISPLAY DRIVER
4604 F: drivers/video/aty/radeon*
4605 F: include/linux/radeonfb.h
4607 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4611 F: drivers/video/aty/aty128fb.c
4613 RALINK RT2X00 WIRELESS LAN DRIVER
4619 W: http://rt2x00.serialmonkey.com/
4621 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4622 F: drivers/net/wireless/rt2x00/
4624 RAMDISK RAM BLOCK DEVICE DRIVER
4627 F: Documentation/blockdev/ramdisk.txt
4628 F: drivers/block/brd.c
4630 RANDOM NUMBER DRIVER
4633 F: drivers/char/random.c
4640 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4644 F: drivers/net/wireless/ray*
4650 F: Documentation/RCU/torture.txt
4651 F: kernel/rcutorture.c
4657 RDC R6040 FAST ETHERNET DRIVER
4661 F: drivers/net/r6040.c
4663 RDS - RELIABLE DATAGRAM SOCKETS
4669 READ-COPY UPDATE (RCU)
4672 W: http://www.rdrop.com/users/paulmck/rclock/
4674 F: Documentation/RCU/
4675 F: include/linux/rcu*
4676 F: include/linux/srcu*
4679 X: kernel/rcutorture.c
4681 REAL TIME CLOCK DRIVER
4684 F: Documentation/rtc.txt
4686 F: include/linux/rtc.h
4688 REAL TIME CLOCK (RTC) SUBSYSTEM
4691 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4693 F: Documentation/rtc.txt
4695 F: include/linux/rtc.h
4697 REISERFS FILE SYSTEM
4706 F: Documentation/rfkill.txt
4711 F: Documentation/serial/riscom8.txt
4712 F: drivers/char/riscom8*
4716 W: http://www.comtrol.com
4718 F: Documentation/serial/rocket.txt
4719 F: drivers/char/rocket*
4724 W: http://www.linux-ax25.org/
4726 F: include/linux/rose.h
4727 F: include/net/rose.h
4730 RTL8180 WIRELESS DRIVER
4733 W: http://linuxwireless.org/
4734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4736 F: drivers/net/wireless/rtl818x/rtl8180*
4738 RTL8187 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/rtl8187*
4748 S3 SAVAGE FRAMEBUFFER DRIVER
4752 F: drivers/video/savage/
4759 W: http://www.ibm.com/developerworks/linux/linux390/
4764 S390 NETWORK DRIVERS
4769 W: http://www.ibm.com/developerworks/linux/linux390/
4771 F: drivers/s390/net/
4778 W: http://www.ibm.com/developerworks/linux/linux390/
4780 F: drivers/s390/crypto/
4787 W: http://www.ibm.com/developerworks/linux/linux390/
4789 F: Documentation/s390/zfcpdump.txt
4790 F: drivers/s390/scsi/zfcp_*
4792 S390 IUCV NETWORK LAYER
4796 W: http://www.ibm.com/developerworks/linux/linux390/
4798 F: drivers/s390/net/*iucv*
4799 F: include/net/iucv/
4802 S3C24XX SD/MMC Driver
4806 F: drivers/mmc/host/s3cmci.*
4808 SAA7146 VIDEO4LINUX-2 DRIVER
4811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4812 W: http://www.mihu.de/linux/saa7146
4814 F: drivers/media/common/saa7146*
4815 F: drivers/media/video/*7146*
4816 F: include/media/*7146*
4818 TLG2300 VIDEO4LINUX-2 DRIVER
4823 F: drivers/media/video/tlg2300
4828 F: drivers/watchdog/sc1200wdt.c
4835 F: include/linux/sched.h
4840 W: http://www.sunplusct.com
4847 W: http://www.kernel.dk
4854 W: http://www.torque.net/sg
4856 F: drivers/scsi/sg.c
4857 F: include/scsi/sg.h
4862 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4863 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4873 F: Documentation/scsi/st.txt
4880 W: http://lksctp.sourceforge.net
4882 F: Documentation/networking/sctp.txt
4883 F: include/linux/sctp.h
4884 F: include/net/sctp/
4890 F: Documentation/i2c/busses/scx200_acb
4891 F: arch/x86/kernel/scx200_32.c
4892 F: drivers/watchdog/scx200_wdt.c
4893 F: drivers/i2c/busses/scx200*
4894 F: drivers/mtd/maps/scx200_docflash.c
4895 F: include/linux/scx200.h
4900 F: drivers/char/scx200_gpio.c
4901 F: include/linux/scx200_gpio.h
4903 SCx200 HRT CLOCKSOURCE DRIVER
4906 F: drivers/clocksource/scx200_hrt.c
4908 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4912 F: drivers/mmc/host/sdricoh_cs.c
4914 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4917 F: drivers/mmc/host/sdhci.*
4919 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4924 F: drivers/mmc/host/sdhci-of.*
4926 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4930 F: drivers/mmc/host/sdhci-s3c.c
4935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4936 W: http://security.wiki.kernel.org/
4944 SELINUX SECURITY MODULE
4949 W: http://selinuxproject.org
4950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4952 F: include/linux/selinux*
4953 F: security/selinux/
4958 F: drivers/misc/phantom.c
4959 F: include/linux/phantom.h
4961 SERIAL ATA (SATA) SUBSYSTEM
4964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4967 F: include/linux/ata.h
4968 F: include/linux/libata.h
4970 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4973 W: http://www.serverengines.com
4975 F: drivers/scsi/be2iscsi/
4977 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4983 W: http://www.serverengines.com
4985 F: drivers/net/benet/
4998 F: drivers/misc/sgi-gru/
5000 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5004 F: Documentation/ia64/serial.txt
5005 F: drivers/serial/ioc?_serial.c
5006 F: include/linux/ioc?.h
5008 SGI VISUAL WORKSTATION 320 AND 540
5011 W: http://linux-visws.sf.net
5012 S: Maintained for 2.6.
5013 F: Documentation/sgi-visws.txt
5015 SGI XP/XPC/XPNET DRIVER
5018 F: drivers/misc/sgi-xp/
5020 SHARP LH SUPPORT (LH7952X & LH7A40X)
5022 W: http://projects.buici.com/arm
5025 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5026 F: arch/arm/mach-lh7a40x/
5027 F: drivers/serial/serial_lh7a40x.c
5028 F: drivers/usb/gadget/lh7a40*
5029 F: drivers/usb/host/ohci-lh7a40*
5031 SIMPLE FIRMWARE INTERFACE (SFI)
5034 W: http://simplefirmware.org/
5035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5037 F: arch/x86/kernel/*sfi*
5039 F: include/linux/sfi*.h
5041 SIMTEC EB110ATX (Chalice CATS)
5044 W: http://www.simtec.co.uk/products/EB110ATX/
5047 SIMTEC EB2410ITX (BAST)
5050 W: http://www.simtec.co.uk/products/EB2410ITX/
5052 F: arch/arm/mach-s3c2410/
5053 F: drivers/*/*s3c2410*
5054 F: drivers/*/*/*s3c2410*
5056 TI DAVINCI MACHINE SUPPORT
5059 Q: http://patchwork.kernel.org/project/linux-davinci/list/
5061 F: arch/arm/mach-davinci
5063 SIS 190 ETHERNET DRIVER
5067 F: drivers/net/sis190.c
5069 SIS 900/7016 FAST ETHERNET DRIVER
5071 W: http://www.brownhat.org/sis900.html
5074 F: drivers/net/sis900.*
5076 SIS 96X I2C/SMBUS DRIVER
5080 F: Documentation/i2c/busses/i2c-sis96x
5081 F: drivers/i2c/busses/i2c-sis96x.c
5083 SIS FRAMEBUFFER DRIVER
5085 W: http://www.winischhofer.net/linuxsisvga.shtml
5087 F: Documentation/fb/sisfb.txt
5088 F: drivers/video/sis/
5089 F: include/video/sisfb.h
5093 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5095 F: drivers/usb/misc/sisusbvga/
5097 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5101 F: drivers/net/skge.*
5102 F: drivers/net/sky2.*
5110 F: include/linux/sl?b*.h
5113 SMC91x ETHERNET DRIVER
5116 F: drivers/net/smc91x.*
5118 SMSC47B397 HARDWARE MONITOR DRIVER
5122 F: Documentation/hwmon/smsc47b397
5123 F: drivers/hwmon/smsc47b397.c
5125 SMSC911x ETHERNET DRIVER
5129 F: include/linux/smsc911x.h
5130 F: drivers/net/smsc911x.*
5132 SMSC9420 PCI ETHERNET DRIVER
5136 F: drivers/net/smsc9420.*
5141 F: drivers/uio/uio_smx.c
5143 SN-IA64 (Itanium) SUB-PLATFORM
5147 W: http://www.sgi.com/altix
5151 SOC-CAMERA V4L2 SUBSYSTEM
5154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5156 F: include/media/v4l2*
5157 F: drivers/media/video/v4l2*
5159 SOEKRIS NET48XX LED SUPPORT
5162 F: drivers/leds/leds-net48xx.c
5164 SOFTWARE RAID (Multiple Disks) SUPPORT
5169 F: include/linux/raid/
5171 SONIC NETWORK DRIVER
5175 F: drivers/net/sonic.*
5177 SONICS SILICON BACKPLANE DRIVER (SSB)
5182 F: include/linux/ssb/
5184 SONY VAIO CONTROL DEVICE DRIVER
5187 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5189 F: Documentation/laptops/sony-laptop.txt
5190 F: drivers/char/sonypi.c
5191 F: drivers/platform/x86/sony-laptop.c
5192 F: include/linux/sony-laptop.h
5194 SONY MEMORYSTICK CARD SUPPORT
5196 W: http://tifmxx.berlios.de/
5198 F: drivers/memstick/host/tifm_ms.c
5204 W: http://www.alsa-project.org/
5205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5206 T: git git://git.alsa-project.org/alsa-kernel.git
5208 F: Documentation/sound/
5212 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5217 W: http://alsa-project.org/main/index.php/ASoC
5220 F: include/sound/soc*
5222 SPARC + UltraSPARC (sparc/sparc64)
5225 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5231 SPARC SERIAL DRIVERS
5234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5237 F: drivers/serial/suncore.c
5238 F: drivers/serial/suncore.h
5239 F: drivers/serial/sunhv.c
5240 F: drivers/serial/sunsab.c
5241 F: drivers/serial/sunsab.h
5242 F: drivers/serial/sunsu.c
5243 F: drivers/serial/sunzilog.c
5244 F: drivers/serial/sunzilog.h
5246 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5249 F: Documentation/serial/specialix.txt
5250 F: drivers/char/specialix*
5256 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5258 F: Documentation/spi/
5260 F: include/linux/spi/
5262 SPIDERNET NETWORK DRIVER for CELL
5267 F: Documentation/networking/spider_net.txt
5268 F: drivers/net/spider_net*
5274 W: http://www.ibm.com/developerworks/power/cell/
5276 F: Documentation/filesystems/spufs.txt
5277 F: arch/powerpc/platforms/cell/spufs/
5279 SQUASHFS FILE SYSTEM
5282 W: http://squashfs.org.uk
5284 F: Documentation/filesystems/squashfs.txt
5287 SRM (Alpha) environment access
5290 F: arch/alpha/kernel/srm_env.c
5300 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5305 STARFIRE/DURALAN NETWORK DRIVER
5308 F: drivers/net/starfire*
5310 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5312 F: drivers/staging/strip/strip.c
5313 F: include/linux/if_strip.h
5315 STRADIS MPEG-2 DECODER DRIVER
5317 W: http://www.stradis.com/
5319 F: drivers/media/video/stradis.c
5323 W: http://sammy.net/sun3/
5325 F: arch/m68k/kernel/*sun3*
5327 F: arch/m68k/include/asm/sun3*
5332 W: http://www.linux-sh.org
5333 Q: http://patchwork.kernel.org/project/linux-sh/list/
5334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5336 F: Documentation/sh/
5346 F: Documentation/power/
5347 F: arch/x86/kernel/acpi/
5348 F: drivers/base/power/
5350 F: include/linux/suspend.h
5351 F: include/linux/freezer.h
5352 F: include/linux/pm.h
5358 F: Documentation/svga.txt
5359 F: arch/x86/boot/video*
5364 F: Documentation/filesystems/sysv-fs.txt
5366 F: include/linux/sysv_fs.h
5368 TASKSTATS STATISTICS INTERFACE
5371 F: Documentation/accounting/taskstats*
5372 F: include/linux/taskstats*
5373 F: kernel/taskstats.c
5379 F: include/linux/pkt_cls.h
5380 F: include/net/pkt_cls.h
5383 TCP LOW PRIORITY MODULE
5386 W: http://tcp-lp-mod.sourceforge.net/
5388 F: net/ipv4/tcp_lp.c
5390 TEHUTI ETHERNET DRIVER
5395 F: drivers/net/tehuti*
5397 Telecom Clock Driver for MCPL0010
5400 F: drivers/char/tlclk.c
5402 TENSILICA XTENSA PORT (xtensa)
5407 THINKPAD ACPI EXTRAS DRIVER
5411 W: http://ibm-acpi.sourceforge.net
5412 W: http://thinkwiki.org/wiki/Ibm-acpi
5413 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5415 F: drivers/platform/x86/thinkpad_acpi.c
5417 TI FLASH MEDIA INTERFACE DRIVER
5420 F: drivers/misc/tifm*
5421 F: drivers/mmc/host/tifm_sd.c
5422 F: include/linux/tifm.h
5424 TI TWL4030 SERIES SOC CODEC DRIVER
5428 F: sound/soc/codecs/twl4030*
5434 W: http://tipc.sourceforge.net/
5435 W: http://tipc.cslab.ericsson.net/
5436 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5438 F: include/linux/tipc*.h
5439 F: include/net/tipc/
5445 W: http://sourceforge.net/projects/tlan/
5447 F: Documentation/networking/tlan.txt
5448 F: drivers/net/tlan.*
5450 TOMOYO SECURITY MODULE
5456 W: http://tomoyo.sourceforge.jp/
5457 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5461 TOPSTAR LAPTOP EXTRAS DRIVER
5465 F: drivers/platform/x86/topstar-laptop.c
5467 TOSHIBA ACPI EXTRAS DRIVER
5470 F: drivers/platform/x86/toshiba_acpi.c
5475 W: http://www.buzzard.org.uk/toshiba/
5477 F: drivers/char/toshiba.c
5478 F: include/linux/toshiba.h
5483 F: drivers/mmc/host/tmio_mmc.*
5485 TMPFS (SHMEM FILESYSTEM)
5489 F: include/linux/shmem_fs.h
5495 W: http://tpmdd.sourceforge.net
5497 W: http://www.sirrix.com
5500 F: drivers/char/tpm/
5506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5508 F: Documentation/trace/ftrace.txt
5509 F: arch/*/*/*/ftrace.h
5510 F: arch/*/kernel/ftrace.c
5511 F: include/*/ftrace.h
5512 F: include/linux/trace*.h
5518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5524 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5525 F: drivers/char/tty_*
5526 F: drivers/serial/serial_core.c
5527 F: include/linux/serial_core.h
5528 F: include/linux/serial.h
5529 F: include/linux/tty.h
5531 TULIP NETWORK DRIVERS
5536 F: drivers/net/tulip/
5541 W: http://vtun.sourceforge.net/tun
5543 F: Documentation/networking/tuntap.txt
5544 F: arch/um/os-Linux/drivers/
5546 TURBOCHANNEL SUBSYSTEM
5550 F: include/linux/tc.h
5556 F: drivers/scsi/u14-34f.c
5558 UBI FILE SYSTEM (UBIFS)
5562 T: git git://git.infradead.org/ubifs-2.6.git
5563 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5565 F: Documentation/filesystems/ubifs.txt
5568 UCLINUX (AND M68KNOMMU)
5570 W: http://www.uclinux.org/
5575 UCLINUX FOR RENESAS H8/300 (H8300)
5577 W: http://uclinux-h8.sourceforge.jp/
5582 W: http://linux-udf.sourceforge.net
5584 F: Documentation/filesystems/udf.txt
5590 F: Documentation/filesystems/ufs.txt
5593 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5599 X: drivers/uwb/i1480/i1480u-wlp/
5600 X: drivers/uwb/i1480/i1480-wlp.h
5601 F: include/linux/uwb.h
5602 F: include/linux/uwb/
5606 W: http://dotat.at/prog/unifdef
5608 F: scripts/unifdef.c
5610 UNIFORM CDROM DRIVER
5612 W: http://www.kernel.dk
5614 F: Documentation/cdrom/
5615 F: drivers/cdrom/cdrom.c
5616 F: include/linux/cdrom.h
5618 UNSORTED BLOCK IMAGES (UBI)
5620 W: http://www.linux-mtd.infradead.org/
5622 T: git git://git.infradead.org/ubi-2.6.git
5625 F: include/linux/mtd/ubi.h
5626 F: include/mtd/ubi-user.h
5632 F: Documentation/usb/acm.txt
5633 F: drivers/usb/class/cdc-acm.*
5635 USB BLOCK DRIVER (UB ub)
5639 F: drivers/block/ub.c
5641 USB CDC ETHERNET DRIVER
5645 F: drivers/net/usb/cdc_*.c
5646 F: include/linux/usb/cdc.h
5648 USB CYPRESS C67X00 DRIVER
5652 F: drivers/usb/c67x00/
5654 USB DAVICOM DM9601 DRIVER
5657 W: http://www.linux-usb.org/usbnet
5659 F: drivers/net/usb/dm9601.c
5661 USB DIAMOND RIO500 DRIVER
5664 W: http://rio500.sourceforge.net
5666 F: drivers/usb/misc/rio500*
5672 F: Documentation/usb/ehci.txt
5673 F: drivers/usb/host/ehci*
5675 USB ET61X[12]51 DRIVER
5679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5680 W: http://www.linux-projects.org
5682 F: drivers/media/video/et61x251/
5684 USB GADGET/PERIPHERAL SUBSYSTEM
5687 W: http://www.linux-usb.org/gadget
5689 F: drivers/usb/gadget/
5690 F: include/linux/usb/gadget*
5692 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5697 F: Documentation/usb/hiddev.txt
5698 F: drivers/hid/usbhid/
5704 F: drivers/usb/host/isp116x*
5705 F: include/linux/usb/isp116x.h
5707 USB KAWASAKI LSI DRIVER
5711 F: drivers/usb/serial/kl5kusb105.*
5713 USB MASS STORAGE DRIVER
5718 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5719 F: drivers/usb/storage/
5725 F: Documentation/usb/ohci.txt
5726 F: drivers/usb/host/ohci*
5728 USB OPTION-CARD DRIVER
5732 F: drivers/usb/serial/option.c
5737 W: http://alpha.dyndns.org/ov511/
5739 F: drivers/media/video/ov511.*
5745 W: http://pegasus2.sourceforge.net/
5747 F: drivers/net/usb/pegasus.*
5749 USB PRINTER DRIVER (usblp)
5753 F: drivers/usb/class/usblp.c
5759 W: http://pegasus2.sourceforge.net/
5761 F: drivers/net/usb/rtl8150.c
5766 W: http://www.chello.nl/~j.vreeken/se401/
5768 F: Documentation/video4linux/se401.txt
5769 F: drivers/media/video/se401.*
5771 USB SERIAL BELKIN F5U103 DRIVER
5775 F: drivers/usb/serial/belkin_sa.*
5777 USB SERIAL CYPRESS M8 DRIVER
5781 W: http://geocities.com/i0xox0i
5782 W: http://firstlight.net/cvs
5783 F: drivers/usb/serial/cypress_m8.*
5785 USB SERIAL CYBERJACK DRIVER
5787 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5789 F: drivers/usb/serial/cyberjack.c
5791 USB SERIAL DIGI ACCELEPORT DRIVER
5796 F: drivers/usb/serial/digi_acceleport.c
5802 F: Documentation/usb/usb-serial.txt
5803 F: drivers/usb/serial/generic.c
5804 F: drivers/usb/serial/usb-serial.c
5805 F: include/linux/usb/serial.h
5807 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5811 F: drivers/usb/serial/empeg.c
5813 USB SERIAL KEYSPAN DRIVER
5816 W: http://www.kroah.com/linux/
5818 F: drivers/usb/serial/*keyspan*
5820 USB SERIAL WHITEHEAT DRIVER
5823 W: http://www.connecttech.com
5825 F: drivers/usb/serial/whiteheat*
5827 USB SMSC95XX ETHERNET DRIVER
5831 F: drivers/net/usb/smsc95xx.*
5837 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5838 W: http://www.linux-projects.org
5840 F: Documentation/video4linux/sn9c102.txt
5841 F: drivers/media/video/sn9c102/
5846 W: http://www.linux-usb.org
5847 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5849 F: Documentation/usb/
5852 F: include/linux/usb.h
5853 F: include/linux/usb/
5859 F: drivers/usb/host/uhci*
5861 USB "USBNET" DRIVER FRAMEWORK
5864 W: http://www.linux-usb.org/usbnet
5866 F: drivers/net/usb/usbnet.c
5867 F: include/linux/usb/usbnet.h
5873 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5874 W: http://linux-uvc.berlios.de
5876 F: drivers/media/video/uvc/
5878 USB W996[87]CF DRIVER
5882 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5883 W: http://www.linux-projects.org
5885 F: Documentation/video4linux/w9968cf.txt
5886 F: drivers/media/video/w996*
5888 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5892 F: drivers/net/wireless/rndis_wlan.c
5898 F: drivers/usb/host/xhci*
5899 F: drivers/usb/host/pci-quirks*
5905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5906 W: http://www.linux-projects.org
5908 F: Documentation/video4linux/zc0301.txt
5909 F: drivers/media/video/zc0301/
5914 W: http://linux-lc100020.sourceforge.net
5916 F: drivers/net/wireless/zd1201.*
5922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5923 W: http://royale.zerezo.com/zr364xx/
5925 F: Documentation/video4linux/zr364xx.txt
5926 F: drivers/media/video/zr364xx.c
5928 USER-MODE LINUX (UML)
5932 W: http://user-mode-linux.sourceforge.net
5934 F: Documentation/uml/
5943 F: Documentation/DocBook/uio-howto.tmpl
5945 F: include/linux/uio*.h
5947 UTIL-LINUX-NG PACKAGE
5950 W: http://kernel.org/~kzak/util-linux-ng/
5951 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5957 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5959 F: Documentation/fb/uvesafb.txt
5960 F: drivers/video/uvesafb.*
5962 VFAT/FAT/MSDOS FILESYSTEM
5965 F: Documentation/filesystems/vfat.txt
5968 VIRTIO CONSOLE DRIVER
5972 F: drivers/char/virtio_console.c
5973 F: include/linux/virtio_console.h
5982 F: include/linux/vhost.h
5984 VIA RHINE NETWORK DRIVER
5987 F: drivers/net/via-rhine.c
5993 F: Documentation/i2c/busses/i2c-viapro
5994 F: drivers/i2c/busses/i2c-viapro.c
5996 VIA SD/MMC CARD CONTROLLER DRIVER
6000 F: drivers/mmc/host/via-sdmmc.c
6002 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6007 F: drivers/video/via/
6009 VIA VELOCITY NETWORK DRIVER
6013 F: drivers/net/via-velocity.*
6019 F: drivers/net/macvlan.c
6020 F: include/linux/if_*vlan.h
6027 F: drivers/vlynq/vlynq.c
6028 F: include/linux/vlynq.h
6030 VMWARE VMXNET3 ETHERNET DRIVER
6035 F: drivers/net/vmxnet3/
6037 VMware PVSCSI driver
6042 F: drivers/scsi/vmw_pvscsi.c
6043 F: drivers/scsi/vmw_pvscsi.h
6045 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6048 W: http://opensource.wolfsonmicro.com/node/15
6049 W: http://www.slimlogic.co.uk/?p=48
6050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6052 F: drivers/regulator/
6053 F: include/linux/regulator/
6055 VT1211 HARDWARE MONITOR DRIVER
6059 F: Documentation/hwmon/vt1211
6060 F: drivers/hwmon/vt1211.c
6062 VT8231 HARDWARE MONITOR DRIVER
6066 F: drivers/hwmon/vt8231.c
6068 W1 DALLAS'S 1-WIRE BUS
6071 F: Documentation/w1/
6074 W83791D HARDWARE MONITORING DRIVER
6078 F: Documentation/hwmon/w83791d
6079 F: drivers/hwmon/w83791d.c
6081 W83793 HARDWARE MONITORING DRIVER
6085 F: Documentation/hwmon/w83793
6086 F: drivers/hwmon/w83793.c
6088 W83L51xD SD/MMC CARD INTERFACE DRIVER
6091 F: drivers/mmc/host/wbsd.*
6093 WATCHDOG DEVICE DRIVERS
6095 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6097 F: Documentation/watchdog/
6098 F: drivers/watchdog/
6099 F: include/linux/watchdog.h
6101 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6104 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6106 F: Documentation/networking/wavelan.txt
6107 F: drivers/staging/wavelan/
6113 F: drivers/scsi/wd7000.c
6118 F: drivers/input/misc/winbond-cir.c
6125 W: http://linuxwimax.org
6127 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6131 F: include/linux/wlp.h
6133 F: drivers/uwb/i1480/i1480u-wlp/
6134 F: drivers/uwb/i1480/i1480-wlp.h
6136 WISTRON LAPTOP BUTTON DRIVER
6139 F: drivers/input/misc/wistron_btns.c
6141 WL1251 WIRELESS DRIVER
6144 W: http://wireless.kernel.org
6145 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6147 F: drivers/net/wireless/wl12xx/*
6148 X: drivers/net/wireless/wl12xx/wl1271*
6150 WL1271 WIRELESS DRIVER
6153 W: http://wireless.kernel.org
6154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6156 F: drivers/net/wireless/wl12xx/wl1271*
6158 WL3501 WIRELESS PCMCIA CARD DRIVER
6161 W: http://oops.ghostprotocols.net:81/blog
6163 F: drivers/net/wireless/wl3501*
6165 WM97XX TOUCHSCREEN DRIVERS
6169 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6170 W: http://opensource.wolfsonmicro.com/node/7
6172 F: drivers/input/touchscreen/*wm97*
6173 F: include/linux/wm97xx.h
6175 WOLFSON MICROELECTRONICS PMIC DRIVERS
6177 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6178 W: http://opensource.wolfsonmicro.com/node/8
6180 F: Documentation/hwmon/wm83??
6181 F: drivers/leds/leds-wm83*.c
6182 F: drivers/mfd/wm8*.c
6183 F: drivers/power/wm83*.c
6184 F: drivers/rtc/rtc-wm83*.c
6185 F: drivers/regulator/wm8*.c
6186 F: drivers/video/backlight/wm83*_bl.c
6187 F: drivers/watchdog/wm83*_wdt.c
6188 F: include/linux/mfd/wm831x/
6189 F: include/linux/mfd/wm8350/
6190 F: include/linux/mfd/wm8400*
6191 F: sound/soc/codecs/wm8350.*
6192 F: sound/soc/codecs/wm8400.*
6198 F: Documentation/networking/x25*
6202 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6209 F: Documentation/x86/
6212 X86 PLATFORM DRIVERS
6215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6217 F: drivers/platform/x86
6219 XEN HYPERVISOR INTERFACE
6226 F: drivers/*/xen-*front.c
6228 F: arch/x86/include/asm/xen/
6232 P: Silicon Graphics Inc
6236 W: http://oss.sgi.com/projects/xfs
6237 T: git git://oss.sgi.com/xfs/xfs.git
6239 F: Documentation/filesystems/xfs.txt
6242 XILINX SYSTEMACE DRIVER
6244 W: http://www.secretlab.ca/
6246 F: drivers/block/xsysace.c
6248 XILINX UARTLITE SERIAL DRIVER
6252 F: drivers/serial/uartlite.c
6254 YAM DRIVER FOR AX.25
6258 F: drivers/net/hamradio/yam*
6259 F: include/linux/yam.h
6261 YEALINK PHONE DRIVER
6265 F: Documentation/input/yealink.txt
6266 F: drivers/input/misc/yealink.*
6268 Z8530 DRIVER FOR AX.25
6270 W: http://yaina.de/jreuter/
6271 W: http://www.qsl.net/dl1bke/
6274 F: Documentation/networking/z8530drv.txt
6275 F: drivers/net/hamradio/*scc.c
6276 F: drivers/net/hamradio/z8530.h
6278 ZD1211RW WIRELESS DRIVER
6281 W: http://zd1211.ath.cx/wiki/DriverRewrite
6285 F: drivers/net/wireless/zd1211rw/
6287 ZR36067 VIDEO FOR LINUX DRIVER
6290 W: http://mjpeg.sourceforge.net/driver-zoran/
6291 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6293 F: drivers/media/video/zoran/
6295 ZS DECSTATION Z85C30 SERIAL DRIVER
6298 F: drivers/serial/zs.*
6303 Q: http://patchwork.kernel.org/project/LKML/list/
6304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6305 S: Buried alive in reporters