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 VIRTIO CONSOLE DRIVER
2481 F: drivers/char/virtio_console.c
2483 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2487 F: drivers/firmware/iscsi_ibft*
2489 GSPCA FINEPIX SUBDRIVER
2492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2494 F: drivers/media/video/gspca/finepix.c
2496 GSPCA GL860 SUBDRIVER
2499 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2501 F: drivers/media/video/gspca/gl860/
2503 GSPCA M5602 SUBDRIVER
2506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2508 F: drivers/media/video/gspca/m5602/
2510 GSPCA PAC207 SONIXB SUBDRIVER
2513 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2515 F: drivers/media/video/gspca/pac207.c
2517 GSPCA SN9C20X SUBDRIVER
2520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2522 F: drivers/media/video/gspca/sn9c20x.c
2524 GSPCA T613 SUBDRIVER
2527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2529 F: drivers/media/video/gspca/t613.c
2531 GSPCA USB WEBCAM DRIVER
2533 W: http://moinejf.free.fr
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2537 F: drivers/media/video/gspca/
2541 W: http://www.lm-sensors.org/
2543 F: Documentation/hwmon/
2545 F: include/linux/hwmon*.h
2547 HARDWARE RANDOM NUMBER GENERATOR CORE
2551 F: Documentation/hw_random.txt
2552 F: drivers/char/hw_random/
2553 F: include/linux/hw_random.h
2555 HARMONY SOUND DRIVER
2559 F: sound/parisc/harmony.*
2561 HEWLETT-PACKARD SMART2 RAID DRIVER
2565 F: Documentation/blockdev/cpqarray.txt
2566 F: drivers/block/cpqarray.*
2568 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2572 F: Documentation/blockdev/cciss.txt
2573 F: drivers/block/cciss*
2574 F: include/linux/cciss_ioctl.h
2579 F: Documentation/filesystems/hfs.txt
2582 HGA FRAMEBUFFER DRIVER
2585 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2587 F: drivers/video/hgafb.c
2589 HIBERNATION (aka Software Suspend, aka swsusp)
2595 F: drivers/base/power/
2597 F: include/linux/suspend.h
2598 F: include/linux/freezer.h
2599 F: include/linux/pm.h
2600 F: arch/*/include/asm/suspend*.h
2605 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2608 F: include/linux/hid*
2610 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2613 F: Documentation/timers/
2615 F: include/linux/hrtimer.h
2617 HIGH-SPEED SCC DRIVER FOR AX.25
2620 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2622 F: drivers/net/hamradio/dmascc.c
2623 F: drivers/net/hamradio/scc.c
2625 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2627 W: http://www.highpoint-tech.com
2629 F: Documentation/scsi/hptiop.txt
2630 F: drivers/scsi/hptiop.c
2636 F: include/linux/hippidevice.h
2637 F: include/linux/if_hippi.h
2644 W: http://hostap.epitest.fi/
2646 F: drivers/net/wireless/hostap/
2648 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2652 F: drivers/platform/x86/tc1100-wmi.c
2654 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2657 F: drivers/net/hp100.*
2659 HPET: High Precision Event Timers driver
2662 F: Documentation/timers/hpet.txt
2663 F: drivers/char/hpet.c
2664 F: include/linux/hpet.h
2669 F: arch/x86/kernel/hpet.c
2670 F: arch/x86/include/asm/hpet.h
2679 F: drivers/char/hpet.c
2683 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2689 W: http://www.pharscape.org
2691 F: drivers/net/usb/hso.c
2693 HTCPEN TOUCHSCREEN DRIVER
2697 F: drivers/input/touchscreen/htcpen.c
2704 I2C/SMBUS STUB DRIVER
2708 F: drivers/i2c/busses/i2c-stub.c
2714 W: http://i2c.wiki.kernel.org/
2715 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2717 F: Documentation/i2c/
2719 F: include/linux/i2c.h
2720 F: include/linux/i2c-*.h
2725 W: http://www.harbaum.org/till/i2c_tiny_usb
2727 F: drivers/i2c/busses/i2c-tiny-usb.c
2734 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2739 IA64 (Itanium) PLATFORM
2743 W: http://www.ia64-linux.org/
2744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2748 IBM MCA SCSI SUBSYSTEM DRIVER
2750 W: http://www.uni-mainz.de/~langm000/linux.html
2752 F: drivers/scsi/ibmmca.c
2754 IBM Power Linux RAID adapter
2757 F: drivers/scsi/ipr.*
2759 IBM ServeRAID RAID DRIVER
2762 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2764 F: drivers/scsi/ips.*
2769 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2770 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2772 F: Documentation/ide/
2774 F: include/linux/ide.h
2780 F: Documentation/cdrom/ide-cd
2781 F: drivers/ide/ide-cd*
2787 F: drivers/idle/i7300_idle.c
2792 W: http://ieee1394.wiki.kernel.org/
2793 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2795 F: Documentation/debugging-via-ohci1394.txt
2796 F: drivers/ieee1394/
2798 IEEE 802.15.4 SUBSYSTEM
2802 W: http://apps.sourceforge.net/trac/linux-zigbee
2803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2806 F: drivers/ieee802154/
2808 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2811 F: security/integrity/ima/
2813 IMS TWINTURBO FRAMEBUFFER DRIVER
2816 F: drivers/video/imsttfb.c
2818 INFINIBAND SUBSYSTEM
2823 W: http://www.openib.org/
2824 Q: http://patchwork.kernel.org/project/linux-rdma/list/
2825 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2827 F: Documentation/infiniband/
2828 F: drivers/infiniband/
2829 F: include/linux/if_infiniband.h
2836 F: Documentation/filesystems/inotify.txt
2837 F: fs/notify/inotify/
2838 F: include/linux/inotify.h
2840 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2844 Q: http://patchwork.kernel.org/project/linux-input/list/
2845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2849 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2853 F: Documentation/fb/intelfb.txt
2854 F: drivers/video/intelfb/
2856 INTEL 810/815 FRAMEBUFFER DRIVER
2860 F: drivers/video/i810/
2862 INTEL MENLOW THERMAL DRIVER
2865 W: http://www.lesswatts.org/projects/acpi/
2867 F: drivers/platform/x86/intel_menlow.c
2869 INTEL IA32 MICROCODE UPDATE SUPPORT
2872 F: arch/x86/kernel/microcode_core.c
2873 F: arch/x86/kernel/microcode_intel.c
2875 INTEL I/OAT DMA DRIVER
2878 F: drivers/dma/ioat*
2883 T: git git://git.infradead.org/iommu-2.6.git
2885 F: drivers/pci/intel-iommu.c
2886 F: include/linux/intel-iommu.h
2888 INTEL IOP-ADMA DMA DRIVER
2891 F: drivers/dma/iop-adma.c
2893 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2896 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2897 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2898 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2899 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2900 F: drivers/net/arm/ixp4xx_eth.c
2901 F: drivers/net/wan/ixp4xx_hss.c
2903 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2906 F: drivers/char/hw_random/ixp4xx-rng.c
2908 INTEL IXP2000 ETHERNET DRIVER
2912 F: drivers/net/ixp2000/
2914 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2922 W: http://e1000.sourceforge.net/
2924 F: drivers/net/e100.c
2925 F: drivers/net/e1000/
2926 F: drivers/net/e1000e/
2928 F: drivers/net/igbvf/
2929 F: drivers/net/ixgb/
2930 F: drivers/net/ixgbe/
2932 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2937 W: http://ipw2100.sourceforge.net
2939 F: Documentation/networking/README.ipw2100
2940 F: drivers/net/wireless/ipw2x00/ipw2100.*
2942 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2947 W: http://ipw2200.sourceforge.net
2949 F: Documentation/networking/README.ipw2200
2950 F: drivers/net/wireless/ipw2x00/ipw2200.*
2952 INTEL WIRELESS WIMAX CONNECTION 2400
2957 W: http://linuxwimax.org
2958 F: Documentation/wimax/README.i2400m
2959 F: drivers/net/wimax/i2400m/
2960 F: include/linux/wimax/i2400m.h
2962 INTEL WIRELESS WIFI LINK (iwlwifi)
2967 W: http://intellinuxwireless.org
2968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2970 F: drivers/net/wireless/iwlwifi/
2972 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2978 W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
2979 F: drivers/net/wireless/iwmc3200wifi/
2981 IOC3 ETHERNET DRIVER
2985 F: drivers/net/ioc3-eth.c
2991 F: drivers/serial/ioc3_serial.c
2996 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2998 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3004 F: drivers/net/ipg.c
3009 T: git git://git.qlogic.com/ipath-linux-2.6
3011 F: drivers/infiniband/hw/ipath/
3016 W: http://openipmi.sourceforge.net/
3018 F: Documentation/IPMI.txt
3019 F: drivers/char/ipmi/
3020 F: include/linux/ipmi*
3022 IPS SCSI RAID DRIVER
3025 W: http://www.adaptec.com/
3027 F: drivers/scsi/ips*
3036 F: Documentation/networking/ipvs-sysctl.txt
3037 F: include/net/ip_vs.h
3038 F: include/linux/ip_vs.h
3039 F: net/netfilter/ipvs/
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3046 F: drivers/char/pcmcia/ipwireless/
3052 F: include/linux/ipx.h
3053 F: include/net/ipx.h
3059 W: http://irda.sourceforge.net/
3061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3062 F: Documentation/networking/irda.txt
3063 F: drivers/net/irda/
3064 F: include/net/irda/
3070 F: Documentation/isapnp.txt
3071 F: drivers/pnp/isapnp/
3072 F: include/linux/isapnp.h
3077 W: www.open-iscsi.org
3078 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3080 F: drivers/scsi/*iscsi*
3081 F: include/scsi/*iscsi*
3086 W: http://www.isdn4linux.de
3087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3089 F: Documentation/isdn/
3091 F: include/linux/isdn.h
3092 F: include/linux/isdn/
3094 ISDN SUBSYSTEM (Eicon active card driver)
3097 W: http://www.melware.de
3099 F: drivers/isdn/hardware/eicon/
3101 IT87 HARDWARE MONITORING DRIVER
3105 F: Documentation/hwmon/it87
3106 F: drivers/hwmon/it87.c
3108 IVTV VIDEO4LINUX DRIVER
3112 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3113 W: http://www.ivtvdriver.org
3115 F: Documentation/video4linux/*.ivtv
3116 F: drivers/media/video/ivtv/
3117 F: include/linux/ivtv*
3122 W: http://jfs.sourceforge.net/
3123 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3125 F: Documentation/filesystems/jfs.txt
3132 F: drivers/net/jme.*
3134 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3137 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3140 F: include/linux/jffs2.h
3142 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3148 F: include/linux/ext*jbd*.h
3149 F: include/linux/jbd*.h
3151 K8TEMP HARDWARE MONITORING DRIVER
3155 F: Documentation/hwmon/k8temp
3156 F: drivers/hwmon/k8temp.c
3161 Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3163 F: Documentation/kbuild/kconfig-language.txt
3170 W: http://lse.sourceforge.net/kdump/
3172 F: Documentation/kdump/
3174 KERNEL AUTOMOUNTER (AUTOFS)
3180 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3188 T: git git://repo.or.cz/linux-kbuild.git for-next
3189 T: git git://repo.or.cz/linux-kbuild.git for-linus
3192 F: Documentation/kbuild/
3194 F: scripts/Makefile.*
3198 W: http://janitor.kernelnewbies.org/
3201 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3205 W: http://nfs.sourceforge.net/
3208 F: include/linux/nfsd/
3212 F: include/linux/lockd/
3213 F: include/linux/sunrpc/
3215 KERNEL VIRTUAL MACHINE (KVM)
3219 W: http://kvm.qumranet.com
3221 F: Documentation/*/kvm.txt
3223 F: arch/*/include/asm/kvm*
3224 F: include/linux/kvm*
3227 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3230 W: http://kvm.qumranet.com
3232 F: arch/x86/include/asm/svm.h
3233 F: arch/x86/kvm/svm.c
3235 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3238 W: http://kvm.qumranet.com
3240 F: arch/powerpc/include/asm/kvm*
3241 F: arch/powerpc/kvm/
3243 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3246 W: http://kvm.qumranet.com
3248 F: Documentation/ia64/kvm.txt
3249 F: arch/ia64/include/asm/kvm*
3252 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3257 W: http://www.ibm.com/developerworks/linux/linux390/
3259 F: Documentation/s390/kvm.txt
3260 F: arch/s390/include/asm/kvm*
3262 F: drivers/s390/kvm/
3266 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3269 F: include/linux/kexec.h
3276 F: Documentation/DocBook/kgdb.tmpl
3277 F: drivers/misc/kgdbts.c
3278 F: drivers/serial/kgdboc.c
3279 F: include/linux/kgdb.h
3286 F: Documentation/kmemcheck.txt
3287 F: arch/x86/include/asm/kmemcheck.h
3288 F: arch/x86/mm/kmemcheck/
3289 F: include/linux/kmemcheck.h
3295 F: Documentation/kmemleak.txt
3296 F: include/linux/kmemleak.h
3298 F: mm/kmemleak-test.c
3303 F: Documentation/trace/kmemtrace.txt
3304 F: include/linux/kmemtrace.h
3305 F: kernel/trace/kmemtrace.c
3313 F: Documentation/kprobes.txt
3314 F: include/linux/kprobes.h
3317 KS0108 LCD CONTROLLER DRIVER
3319 W: http://miguelojeda.es/auxdisplay.htm
3320 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3322 F: Documentation/auxdisplay/ks0108
3323 F: drivers/auxdisplay/ks0108.c
3324 F: include/linux/ks0108.h
3329 F: Documentation/networking/lapb-module.txt
3333 LASI 53c700 driver for PARISC
3337 F: Documentation/scsi/53c700.txt
3338 F: drivers/scsi/53c700*
3344 F: include/linux/leds.h
3346 LEGO USB Tower driver
3349 W: http://legousb.sourceforge.net/
3351 F: drivers/usb/misc/legousbtower.c
3356 W: http://lguest.ozlabs.org/
3358 F: Documentation/lguest/
3361 F: include/linux/lguest*.h
3362 F: arch/x86/include/asm/lguest*.h
3364 LINUX FOR IBM pSERIES (RS/6000)
3366 W: http://www.ibm.com/linux/ltc/projects/ppc
3368 F: arch/powerpc/boot/rs6000.h
3370 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3373 W: http://www.penguinppc.org/
3375 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3378 F: Documentation/powerpc/
3381 LINUX FOR POWER MACINTOSH
3383 W: http://www.penguinppc.org/
3386 F: arch/powerpc/platforms/powermac/
3387 F: drivers/macintosh/
3389 LINUX FOR POWERPC EMBEDDED MPC5XXX
3392 T: git git://git.secretlab.ca/git/linux-2.6.git
3394 F: arch/powerpc/platforms/512x/
3395 F: arch/powerpc/platforms/52xx/
3397 LINUX FOR POWERPC EMBEDDED PPC4XX
3400 W: http://www.penguinppc.org/
3402 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3404 F: arch/powerpc/platforms/40x/
3405 F: arch/powerpc/platforms/44x/
3407 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3409 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3411 T: git git://git.secretlab.ca/git/linux-2.6.git
3413 F: arch/powerpc/*/*virtex*
3414 F: arch/powerpc/*/*/*virtex*
3416 LINUX FOR POWERPC EMBEDDED PPC8XX
3419 W: http://www.penguinppc.org/
3423 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3425 W: http://www.penguinppc.org/
3428 F: arch/powerpc/platforms/83xx/
3430 LINUX FOR POWERPC PA SEMI PWRFICIENT
3432 W: http://www.pasemi.com/
3435 F: arch/powerpc/platforms/pasemi/
3436 F: drivers/*/*pasemi*
3437 F: drivers/*/*/*pasemi*
3439 LINUX SECURITY MODULE (LSM) FRAMEWORK
3442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3448 F: include/linux/llc.h
3452 LIS3LV02D ACCELEROMETER DRIVER
3455 F: Documentation/hwmon/lis3lv02d
3456 F: drivers/hwmon/lis3lv02d.*
3458 LM73 HARDWARE MONITOR DRIVER
3462 F: drivers/hwmon/lm73.c
3464 LM83 HARDWARE MONITOR DRIVER
3468 F: Documentation/hwmon/lm83
3469 F: drivers/hwmon/lm83.c
3471 LM90 HARDWARE MONITOR DRIVER
3475 F: Documentation/hwmon/lm90
3476 F: drivers/hwmon/lm90.c
3478 LOCKDEP AND LOCKSTAT
3481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3483 F: Documentation/lockdep*.txt
3484 F: Documentation/lockstat.txt
3485 F: include/linux/lockdep.h
3488 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3491 W: http://www.linux-ntfs.org/content/view/19/37/
3493 F: Documentation/ldm.txt
3494 F: fs/partitions/ldm.*
3503 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3508 W: http://www.lsilogic.com/support
3510 F: drivers/message/fusion/
3512 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3516 F: drivers/scsi/sym53c8xx_2/
3518 LTP (Linux Test Project)
3524 W: http://ltp.sourceforge.net/
3525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3532 W: http://www.linux-m32r.org/
3540 W: http://www.linux-m68k.org/
3541 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3546 M68K ON APPLE MACINTOSH
3548 W: http://www.mac.linux-m68k.org/
3555 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3562 W: http://linuxwireless.org/
3563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3565 F: Documentation/networking/mac80211-injection.txt
3566 F: include/net/mac80211.h
3569 MAC80211 PID RATE CONTROL
3573 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3576 F: net/mac80211/rc80211_pid*
3582 F: drivers/net/macvlan.c
3583 F: include/linux/if_macvlan.h
3585 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3587 W: http://www.kernel.org/doc/man-pages
3591 MARVELL LIBERTAS WIRELESS DRIVER
3595 F: drivers/net/wireless/libertas/
3597 MARVELL MV643XX ETHERNET DRIVER
3601 F: drivers/net/mv643xx_eth.*
3602 F: include/linux/mv643xx.h
3604 MARVELL MWL8K WIRELESS DRIVER
3608 F: drivers/net/wireless/mwl8k.c
3610 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3614 MARVELL YUKON / SYSKONNECT DRIVER
3617 W: http://www.syskonnect.com
3620 MATROX FRAMEBUFFER DRIVER
3624 F: drivers/video/matrox/matroxfb_*
3625 F: include/linux/matroxfb.h
3627 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3631 F: Documentation/hwmon/max6650
3632 F: drivers/hwmon/max6650.c
3634 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3636 P: LinuxTV.org Project
3638 W: http://linuxtv.org
3639 Q: http://patchwork.kernel.org/project/linux-media/list/
3640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3642 F: Documentation/dvb/
3643 F: Documentation/video4linux/
3646 F: include/linux/dvb/
3647 F: include/linux/videodev*.h
3649 MEGARAID SCSI DRIVERS
3652 W: http://megaraid.lsilogic.com
3654 F: Documentation/scsi/megaraid.txt
3655 F: drivers/scsi/megaraid.*
3656 F: drivers/scsi/megaraid/
3660 W: http://www.linux-mm.org
3662 F: include/linux/mm.h
3665 MEMORY RESOURCE CONTROLLER
3673 MEMORY TECHNOLOGY DEVICES (MTD)
3676 W: http://www.linux-mtd.infradead.org/
3677 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3678 T: git git://git.infradead.org/mtd-2.6.git
3681 F: include/linux/mtd/
3684 MICROBLAZE ARCHITECTURE
3687 W: http://www.monstr.eu/fdt/
3688 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3695 F: drivers/usb/image/microtek.*
3699 W: http://www.linux-mips.org/
3701 T: git git://git.linux-mips.org/pub/scm/linux.git
3703 F: Documentation/mips/
3706 MISCELLANEOUS MCA-SUPPORT
3709 F: Documentation/ia64/mca.txt
3710 F: Documentation/mca.txt
3712 F: include/linux/mca*
3717 F: include/linux/module.h
3720 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3722 W: http://popies.net/meye/
3724 F: Documentation/video4linux/meye.txt
3725 F: drivers/media/video/meye.*
3726 F: include/linux/meye.h
3728 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3732 F: drivers/mmc/host/imxmmc.*
3734 MOUSE AND MISC DEVICES [GENERAL]
3737 F: drivers/input/mouse/
3738 F: include/linux/gpio_mouse.h
3740 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3743 F: Documentation/serial/moxa-smartio
3744 F: drivers/char/mxser.*
3749 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3750 W: http://0pointer.de/lennart/tchibo.html
3752 F: drivers/platform/x86/msi-laptop.c
3758 F: drivers/platform/x86/msi-wmi.c
3760 MULTIFUNCTION DEVICES (MFD)
3762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3766 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3770 F: include/linux/mmc/
3772 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3775 F: drivers/mmc/host/mmc_spi.c
3776 F: include/linux/spi/mmc_spi.h
3778 MULTISOUND SOUND DRIVER
3781 F: Documentation/sound/oss/MultiSound
3784 MULTITECH MULTIPORT CARD (ISICOM)
3787 F: drivers/char/isicom.c
3788 F: include/linux/isicom.h
3790 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3793 T: git git://gitorious.org/usb/usb.git
3795 F: drivers/usb/musb/
3797 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3801 W: http://www.myri.com/scs/download-Myri10GE.html
3803 F: drivers/net/myri10ge/
3805 NATSEMI ETHERNET DRIVER (DP8381x)
3808 F: drivers/net/natsemi.c
3815 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3819 F: drivers/scsi/NCR_D700.*
3821 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3825 W: http://www.neteffect.com
3827 F: drivers/infiniband/hw/nes/
3829 NETEM NETWORK EMULATOR
3833 F: net/sched/sch_netem.c
3835 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3842 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3843 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3845 F: Documentation/networking/s2io.txt
3846 F: drivers/net/s2io*
3848 NETFILTER/IPTABLES/IPCHAINS
3858 W: http://www.netfilter.org/
3859 W: http://www.iptables.org/
3860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3862 F: include/linux/netfilter*
3863 F: include/linux/netfilter/
3864 F: include/net/netfilter/
3865 F: net/*/netfilter.c
3871 W: http://netlabel.sf.net
3874 F: Documentation/netlabel/
3875 F: include/net/netlabel.h
3878 NETROM NETWORK LAYER
3881 W: http://www.linux-ax25.org/
3883 F: include/linux/netrom.h
3884 F: include/net/netrom.h
3887 NETWORK BLOCK DEVICE (NBD)
3890 F: Documentation/blockdev/nbd.txt
3891 F: drivers/block/nbd.c
3892 F: include/linux/nbd.h
3894 NETWORK DROP MONITOR
3898 W: https://fedorahosted.org/dropwatch/
3899 F: net/core/drop_monitor.c
3901 NETWORKING [GENERAL]
3904 W: http://www.linuxfoundation.org/en/Net
3905 W: http://patchwork.ozlabs.org/project/netdev/list/
3906 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3907 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3911 F: include/linux/in.h
3912 F: include/linux/net.h
3913 F: include/linux/netdevice.h
3915 NETWORKING [IPv4/IPv6]
3923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3929 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3934 NETWORKING [WIRELESS]
3937 Q: http://patchwork.kernel.org/project/linux-wireless/list/
3938 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3943 F: include/net/ieee80211*
3944 F: include/linux/wireless.h
3945 F: drivers/net/wireless/
3949 W: http://www.linuxfoundation.org/en/Net
3950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3954 F: include/linux/if_*
3955 F: include/linux/*device.h
3957 NETXEN (1/10) GbE SUPPORT
3960 W: http://www.qlogic.com
3962 F: drivers/net/netxen/
3964 NFS, SUNRPC, AND LOCKD CLIENTS
3967 W: http://client.linux-nfs.org
3968 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3974 F: include/linux/lockd/
3975 F: include/linux/nfs*
3976 F: include/linux/sunrpc/
3978 NI5010 NETWORK DRIVER
3983 F: drivers/net/ni5010.*
3988 W: http://www.nilfs.org/en/
3990 F: Documentation/filesystems/nilfs2.txt
3992 F: include/linux/nilfs2_fs.h
3994 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3996 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3998 F: Documentation/scsi/NinjaSCSI.txt
3999 F: drivers/scsi/pcmcia/nsp_*
4001 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4004 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4006 F: Documentation/scsi/NinjaSCSI.txt
4007 F: drivers/scsi/nsp32*
4012 W: http://www.linux-ntfs.org/
4013 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4015 F: Documentation/filesystems/ntfs.txt
4018 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4022 F: drivers/video/riva/
4023 F: drivers/video/nvidia/
4028 W: http://www.muru.com/linux/omap/
4029 W: http://linux.omap.com/
4030 Q: http://patchwork.kernel.org/project/linux-omap/list/
4031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4035 OMAP CLOCK FRAMEWORK SUPPORT
4039 F: arch/arm/*omap*/*clock*
4041 OMAP POWER MANAGEMENT SUPPORT
4045 F: arch/arm/*omap*/*pm*
4054 OMAP FRAMEBUFFER SUPPORT
4059 F: drivers/video/omap/
4061 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4066 F: drivers/video/omap2/
4067 F: Documentation/arm/OMAP/DSS
4073 F: drivers/mmc/host/omap.c
4079 F: drivers/mmc/host/omap_hsmmc.c
4081 OMAP RANDOM NUMBER GENERATOR SUPPORT
4084 F: drivers/char/hw_random/omap-rng.c
4097 F: Documentation/filesystems/omfs.txt
4100 OMNIKEY CARDMAN 4000 DRIVER
4103 F: drivers/char/pcmcia/cm4000_cs.c
4104 F: include/linux/cm4000_cs.h
4106 OMNIKEY CARDMAN 4040 DRIVER
4109 F: drivers/char/pcmcia/cm4040_cs.*
4111 OMNIVISION OV7670 SENSOR DRIVER
4114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4116 F: drivers/media/video/ov7670.c
4118 ONENAND FLASH DRIVER
4122 F: drivers/mtd/onenand/
4123 F: include/linux/mtd/onenand*.h
4125 ONSTREAM SCSI TAPE DRIVER
4130 F: drivers/scsi/osst*
4133 OPENCORES I2C BUS DRIVER
4137 F: Documentation/i2c/busses/i2c-ocores
4138 F: drivers/i2c/busses/i2c-ocores.c
4140 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4143 W: http://fdt.secretlab.ca
4146 F: include/linux/of*.h
4154 F: drivers/oprofile/
4155 F: include/linux/oprofile.h
4157 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4161 W: http://oss.oracle.com/projects/ocfs2/
4162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4164 F: Documentation/filesystems/ocfs2.txt
4165 F: Documentation/filesystems/dlmfs.txt
4174 W: http://www.nongnu.org/orinoco/
4176 F: drivers/net/wireless/orinoco/
4178 OSD LIBRARY and FILESYSTEM
4182 W: http://open-osd.org
4183 T: git git://git.open-osd.org/open-osd.git
4185 F: drivers/scsi/osd/
4186 F: include/scsi/osd_*
4192 W: http://prism54.org
4193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4195 F: drivers/net/wireless/p54/
4197 PA SEMI ETHERNET DRIVER
4201 F: drivers/net/pasemi_mac.*
4203 PA SEMI SMBUS DRIVER
4207 F: drivers/i2c/busses/i2c-pasemi.c
4209 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4213 F: drivers/platform/x86/panasonic-laptop.c
4215 PANASONIC MN10300/AM33 PORT
4219 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4221 F: Documentation/mn10300/
4224 PARALLEL PORT SUPPORT
4228 F: include/linux/parport*.h
4229 F: drivers/char/ppdev.c
4230 F: include/linux/ppdev.h
4232 PARAVIRT_OPS INTERFACE
4239 F: Documentation/ia64/paravirt_ops.txt
4240 F: arch/*/kernel/paravirt*
4241 F: arch/*/include/asm/paravirt.h
4243 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4246 W: http://www.torque.net/linux-pp.html
4248 F: Documentation/blockdev/paride.txt
4249 F: drivers/block/paride/
4256 W: http://www.parisc-linux.org/
4257 Q: http://patchwork.kernel.org/project/linux-parisc/list/
4258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4263 PC87360 HARDWARE MONITORING DRIVER
4267 F: Documentation/hwmon/pc87360
4268 F: drivers/hwmon/pc87360.c
4273 F: drivers/char/pc8736x_gpio.c
4278 F: drivers/leds/leds-pca9532.c
4279 F: include/linux/leds-pca9532.h
4281 PCA9564/PCA9665 I2C BUS DRIVER
4285 F: drivers/i2c/algos/i2c-algo-pca.c
4286 F: drivers/i2c/busses/i2c-pca-*
4287 F: include/linux/i2c-algo-pca.h
4288 F: include/linux/i2c-pca-platform.h
4294 F: Documentation/PCI/pci-error-recovery.txt
4295 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4300 Q: http://patchwork.kernel.org/project/linux-pci/list/
4301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4303 F: Documentation/PCI/
4305 F: include/linux/pci*
4311 F: drivers/pci/hotplug
4314 P: Linux PCMCIA Team
4316 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4319 F: Documentation/pcmcia/
4323 PCNET32 NETWORK DRIVER
4327 F: drivers/net/pcnet32.c
4329 PER-TASK DELAY ACCOUNTING
4332 F: include/linux/delayacct.h
4333 F: kernel/delayacct.c
4335 PERFORMANCE EVENTS SUBSYSTEM
4341 F: kernel/perf_event.c
4342 F: include/linux/perf_event.h
4343 F: arch/*/kernel/perf_event.c
4344 F: arch/*/kernel/*/perf_event.c
4345 F: arch/*/kernel/*/*/perf_event.c
4346 F: arch/*/include/asm/perf_event.h
4347 F: arch/*/lib/perf_event.c
4348 F: arch/*/kernel/perf_callchain.c
4351 PERSONALITY HANDLING
4355 F: include/linux/personality.h
4361 F: drivers/mtd/devices/phram.c
4366 F: drivers/block/pktcdvd.c
4367 F: include/linux/pktcdvd.h
4369 PMC SIERRA MaxRAID DRIVER
4372 W: http://www.pmc-sierra.com/
4374 F: drivers/scsi/pmcraid.*
4376 PMC SIERRA PM8001 DRIVER
4381 F: drivers/scsi/pm8001/
4383 POSIX CLOCKS and TIMERS
4387 F: include/linux/timer*
4390 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4393 T: git git://git.infradead.org/battery-2.6.git
4395 F: include/linux/power_supply.h
4396 F: drivers/power/power_supply*
4408 F: drivers/i2c/busses/i2c-pnx.c
4410 PPP PROTOCOL DRIVERS AND COMPRESSORS
4414 F: drivers/net/ppp_*
4416 PPP OVER ATM (RFC 2364)
4419 F: net/atm/pppoatm.c
4420 F: include/linux/atmppp.h
4425 F: drivers/net/pppoe.c
4426 F: drivers/net/pppox.c
4431 F: drivers/net/pppol2tp.c
4432 F: include/linux/if_pppol2tp.h
4436 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4439 F: Documentation/pps/
4441 F: include/linux/pps*.h
4446 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4448 F: Documentation/preempt-locking.txt
4449 F: include/linux/preempt.h
4451 PRISM54 WIRELESS DRIVER
4454 W: http://prism54.org
4456 F: drivers/net/wireless/prism54/
4458 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4460 W: http://www.pnd-pc.demon.co.uk/promise/
4463 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4467 F: drivers/ata/sata_promise.*
4474 F: drivers/net/ps3_gelic_net.*
4476 PS3 PLATFORM SUPPORT
4481 F: arch/powerpc/boot/ps3*
4482 F: arch/powerpc/include/asm/lv1call.h
4483 F: arch/powerpc/include/asm/ps3*.h
4484 F: arch/powerpc/platforms/ps3/
4487 F: drivers/rtc/rtc-ps3.c
4488 F: drivers/usb/host/*ps3.c
4489 F: sound/ppc/snd_ps3*
4500 F: include/asm-generic/syscall.h
4501 F: include/linux/ptrace.h
4502 F: include/linux/regset.h
4503 F: include/linux/tracehook.h
4506 PVRUSB2 VIDEO4LINUX DRIVER
4510 W: http://www.isely.net/pvrusb2/
4511 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4513 F: Documentation/video4linux/README.pvrusb2
4514 F: drivers/media/video/pvrusb2/
4516 PXA2xx/PXA3xx SUPPORT
4521 F: arch/arm/mach-pxa/
4522 F: drivers/pcmcia/pxa2xx*
4523 F: drivers/spi/pxa2xx*
4524 F: drivers/usb/gadget/pxa2*
4525 F: include/sound/pxa2xx-lib.h
4533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4539 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4542 MMP2 SUPPORT (aka ARMADA610)
4546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4557 QLOGIC QLA2XXX FC-SCSI DRIVER
4562 F: Documentation/scsi/LICENSE.qla2xxx
4563 F: drivers/scsi/qla2xxx/
4565 QLOGIC QLA3XXX NETWORK DRIVER
4570 F: Documentation/networking/LICENSE.qla3xxx
4571 F: drivers/net/qla3xxx.*
4573 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4578 F: drivers/net/qlcnic/
4580 QLOGIC QLGE 10Gb ETHERNET DRIVER
4585 F: drivers/net/qlge/
4589 W: http://www.alarsen.net/linux/qnx4fs/
4592 F: include/linux/qnx4_fs.h
4593 F: include/linux/qnxtypes.h
4595 RADEON FRAMEBUFFER DISPLAY DRIVER
4599 F: drivers/video/aty/radeon*
4600 F: include/linux/radeonfb.h
4602 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4606 F: drivers/video/aty/aty128fb.c
4608 RALINK RT2X00 WIRELESS LAN DRIVER
4614 W: http://rt2x00.serialmonkey.com/
4616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4617 F: drivers/net/wireless/rt2x00/
4619 RAMDISK RAM BLOCK DEVICE DRIVER
4622 F: Documentation/blockdev/ramdisk.txt
4623 F: drivers/block/brd.c
4625 RANDOM NUMBER DRIVER
4628 F: drivers/char/random.c
4635 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4639 F: drivers/net/wireless/ray*
4645 F: Documentation/RCU/torture.txt
4646 F: kernel/rcutorture.c
4652 RDC R6040 FAST ETHERNET DRIVER
4656 F: drivers/net/r6040.c
4658 RDS - RELIABLE DATAGRAM SOCKETS
4664 READ-COPY UPDATE (RCU)
4667 W: http://www.rdrop.com/users/paulmck/rclock/
4669 F: Documentation/RCU/
4670 F: include/linux/rcu*
4671 F: include/linux/srcu*
4674 X: kernel/rcutorture.c
4676 REAL TIME CLOCK DRIVER
4679 F: Documentation/rtc.txt
4681 F: include/linux/rtc.h
4683 REAL TIME CLOCK (RTC) SUBSYSTEM
4686 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4688 F: Documentation/rtc.txt
4690 F: include/linux/rtc.h
4692 REISERFS FILE SYSTEM
4701 F: Documentation/rfkill.txt
4706 F: Documentation/serial/riscom8.txt
4707 F: drivers/char/riscom8*
4711 W: http://www.comtrol.com
4713 F: Documentation/serial/rocket.txt
4714 F: drivers/char/rocket*
4719 W: http://www.linux-ax25.org/
4721 F: include/linux/rose.h
4722 F: include/net/rose.h
4725 RTL8180 WIRELESS DRIVER
4728 W: http://linuxwireless.org/
4729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4731 F: drivers/net/wireless/rtl818x/rtl8180*
4733 RTL8187 WIRELESS DRIVER
4738 W: http://linuxwireless.org/
4739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4741 F: drivers/net/wireless/rtl818x/rtl8187*
4743 S3 SAVAGE FRAMEBUFFER DRIVER
4747 F: drivers/video/savage/
4754 W: http://www.ibm.com/developerworks/linux/linux390/
4759 S390 NETWORK DRIVERS
4764 W: http://www.ibm.com/developerworks/linux/linux390/
4766 F: drivers/s390/net/
4773 W: http://www.ibm.com/developerworks/linux/linux390/
4775 F: drivers/s390/crypto/
4782 W: http://www.ibm.com/developerworks/linux/linux390/
4784 F: Documentation/s390/zfcpdump.txt
4785 F: drivers/s390/scsi/zfcp_*
4787 S390 IUCV NETWORK LAYER
4791 W: http://www.ibm.com/developerworks/linux/linux390/
4793 F: drivers/s390/net/*iucv*
4794 F: include/net/iucv/
4797 S3C24XX SD/MMC Driver
4801 F: drivers/mmc/host/s3cmci.*
4803 SAA7146 VIDEO4LINUX-2 DRIVER
4806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4807 W: http://www.mihu.de/linux/saa7146
4809 F: drivers/media/common/saa7146*
4810 F: drivers/media/video/*7146*
4811 F: include/media/*7146*
4813 TLG2300 VIDEO4LINUX-2 DRIVER
4818 F: drivers/media/video/tlg2300
4823 F: drivers/watchdog/sc1200wdt.c
4830 F: include/linux/sched.h
4835 W: http://www.sunplusct.com
4842 W: http://www.kernel.dk
4849 W: http://www.torque.net/sg
4851 F: drivers/scsi/sg.c
4852 F: include/scsi/sg.h
4857 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4859 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4868 F: Documentation/scsi/st.txt
4875 W: http://lksctp.sourceforge.net
4877 F: Documentation/networking/sctp.txt
4878 F: include/linux/sctp.h
4879 F: include/net/sctp/
4885 F: Documentation/i2c/busses/scx200_acb
4886 F: arch/x86/kernel/scx200_32.c
4887 F: drivers/watchdog/scx200_wdt.c
4888 F: drivers/i2c/busses/scx200*
4889 F: drivers/mtd/maps/scx200_docflash.c
4890 F: include/linux/scx200.h
4895 F: drivers/char/scx200_gpio.c
4896 F: include/linux/scx200_gpio.h
4898 SCx200 HRT CLOCKSOURCE DRIVER
4901 F: drivers/clocksource/scx200_hrt.c
4903 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4907 F: drivers/mmc/host/sdricoh_cs.c
4909 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4912 F: drivers/mmc/host/sdhci.*
4914 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4919 F: drivers/mmc/host/sdhci-of.*
4921 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4925 F: drivers/mmc/host/sdhci-s3c.c
4930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4931 W: http://security.wiki.kernel.org/
4939 SELINUX SECURITY MODULE
4944 W: http://selinuxproject.org
4945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4947 F: include/linux/selinux*
4948 F: security/selinux/
4953 F: drivers/misc/phantom.c
4954 F: include/linux/phantom.h
4956 SERIAL ATA (SATA) SUBSYSTEM
4959 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4962 F: include/linux/ata.h
4963 F: include/linux/libata.h
4965 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4968 W: http://www.serverengines.com
4970 F: drivers/scsi/be2iscsi/
4972 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4978 W: http://www.serverengines.com
4980 F: drivers/net/benet/
4993 F: drivers/misc/sgi-gru/
4995 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4999 F: Documentation/ia64/serial.txt
5000 F: drivers/serial/ioc?_serial.c
5001 F: include/linux/ioc?.h
5003 SGI VISUAL WORKSTATION 320 AND 540
5006 W: http://linux-visws.sf.net
5007 S: Maintained for 2.6.
5008 F: Documentation/sgi-visws.txt
5010 SGI XP/XPC/XPNET DRIVER
5013 F: drivers/misc/sgi-xp/
5015 SHARP LH SUPPORT (LH7952X & LH7A40X)
5017 W: http://projects.buici.com/arm
5020 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5021 F: arch/arm/mach-lh7a40x/
5022 F: drivers/serial/serial_lh7a40x.c
5023 F: drivers/usb/gadget/lh7a40*
5024 F: drivers/usb/host/ohci-lh7a40*
5026 SIMPLE FIRMWARE INTERFACE (SFI)
5029 W: http://simplefirmware.org/
5030 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5032 F: arch/x86/kernel/*sfi*
5034 F: include/linux/sfi*.h
5036 SIMTEC EB110ATX (Chalice CATS)
5039 W: http://www.simtec.co.uk/products/EB110ATX/
5042 SIMTEC EB2410ITX (BAST)
5045 W: http://www.simtec.co.uk/products/EB2410ITX/
5047 F: arch/arm/mach-s3c2410/
5048 F: drivers/*/*s3c2410*
5049 F: drivers/*/*/*s3c2410*
5051 TI DAVINCI MACHINE SUPPORT
5054 Q: http://patchwork.kernel.org/project/linux-davinci/list/
5056 F: arch/arm/mach-davinci
5058 SIS 190 ETHERNET DRIVER
5062 F: drivers/net/sis190.c
5064 SIS 900/7016 FAST ETHERNET DRIVER
5066 W: http://www.brownhat.org/sis900.html
5069 F: drivers/net/sis900.*
5071 SIS 96X I2C/SMBUS DRIVER
5075 F: Documentation/i2c/busses/i2c-sis96x
5076 F: drivers/i2c/busses/i2c-sis96x.c
5078 SIS FRAMEBUFFER DRIVER
5080 W: http://www.winischhofer.net/linuxsisvga.shtml
5082 F: Documentation/fb/sisfb.txt
5083 F: drivers/video/sis/
5084 F: include/video/sisfb.h
5088 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5090 F: drivers/usb/misc/sisusbvga/
5092 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5096 F: drivers/net/skge.*
5097 F: drivers/net/sky2.*
5105 F: include/linux/sl?b*.h
5108 SMC91x ETHERNET DRIVER
5111 F: drivers/net/smc91x.*
5113 SMSC47B397 HARDWARE MONITOR DRIVER
5117 F: Documentation/hwmon/smsc47b397
5118 F: drivers/hwmon/smsc47b397.c
5120 SMSC911x ETHERNET DRIVER
5124 F: include/linux/smsc911x.h
5125 F: drivers/net/smsc911x.*
5127 SMSC9420 PCI ETHERNET DRIVER
5131 F: drivers/net/smsc9420.*
5136 F: drivers/uio/uio_smx.c
5138 SN-IA64 (Itanium) SUB-PLATFORM
5142 W: http://www.sgi.com/altix
5146 SOC-CAMERA V4L2 SUBSYSTEM
5149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5151 F: include/media/v4l2*
5152 F: drivers/media/video/v4l2*
5154 SOEKRIS NET48XX LED SUPPORT
5157 F: drivers/leds/leds-net48xx.c
5159 SOFTWARE RAID (Multiple Disks) SUPPORT
5164 F: include/linux/raid/
5166 SONIC NETWORK DRIVER
5170 F: drivers/net/sonic.*
5172 SONICS SILICON BACKPLANE DRIVER (SSB)
5177 F: include/linux/ssb/
5179 SONY VAIO CONTROL DEVICE DRIVER
5182 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5184 F: Documentation/laptops/sony-laptop.txt
5185 F: drivers/char/sonypi.c
5186 F: drivers/platform/x86/sony-laptop.c
5187 F: include/linux/sony-laptop.h
5189 SONY MEMORYSTICK CARD SUPPORT
5191 W: http://tifmxx.berlios.de/
5193 F: drivers/memstick/host/tifm_ms.c
5199 W: http://www.alsa-project.org/
5200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5201 T: git git://git.alsa-project.org/alsa-kernel.git
5203 F: Documentation/sound/
5207 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5212 W: http://alsa-project.org/main/index.php/ASoC
5215 F: include/sound/soc*
5217 SPARC + UltraSPARC (sparc/sparc64)
5220 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5226 SPARC SERIAL DRIVERS
5229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5232 F: drivers/serial/suncore.c
5233 F: drivers/serial/suncore.h
5234 F: drivers/serial/sunhv.c
5235 F: drivers/serial/sunsab.c
5236 F: drivers/serial/sunsab.h
5237 F: drivers/serial/sunsu.c
5238 F: drivers/serial/sunzilog.c
5239 F: drivers/serial/sunzilog.h
5241 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5244 F: Documentation/serial/specialix.txt
5245 F: drivers/char/specialix*
5251 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5253 F: Documentation/spi/
5255 F: include/linux/spi/
5257 SPIDERNET NETWORK DRIVER for CELL
5262 F: Documentation/networking/spider_net.txt
5263 F: drivers/net/spider_net*
5269 W: http://www.ibm.com/developerworks/power/cell/
5271 F: Documentation/filesystems/spufs.txt
5272 F: arch/powerpc/platforms/cell/spufs/
5274 SQUASHFS FILE SYSTEM
5277 W: http://squashfs.org.uk
5279 F: Documentation/filesystems/squashfs.txt
5282 SRM (Alpha) environment access
5285 F: arch/alpha/kernel/srm_env.c
5295 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5300 STARFIRE/DURALAN NETWORK DRIVER
5303 F: drivers/net/starfire*
5305 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5307 F: drivers/staging/strip/strip.c
5308 F: include/linux/if_strip.h
5310 STRADIS MPEG-2 DECODER DRIVER
5312 W: http://www.stradis.com/
5314 F: drivers/media/video/stradis.c
5318 W: http://sammy.net/sun3/
5320 F: arch/m68k/kernel/*sun3*
5322 F: arch/m68k/include/asm/sun3*
5327 W: http://www.linux-sh.org
5328 Q: http://patchwork.kernel.org/project/linux-sh/list/
5329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5331 F: Documentation/sh/
5341 F: Documentation/power/
5342 F: arch/x86/kernel/acpi/
5343 F: drivers/base/power/
5345 F: include/linux/suspend.h
5346 F: include/linux/freezer.h
5347 F: include/linux/pm.h
5353 F: Documentation/svga.txt
5354 F: arch/x86/boot/video*
5359 F: Documentation/filesystems/sysv-fs.txt
5361 F: include/linux/sysv_fs.h
5363 TASKSTATS STATISTICS INTERFACE
5366 F: Documentation/accounting/taskstats*
5367 F: include/linux/taskstats*
5368 F: kernel/taskstats.c
5374 F: include/linux/pkt_cls.h
5375 F: include/net/pkt_cls.h
5378 TCP LOW PRIORITY MODULE
5381 W: http://tcp-lp-mod.sourceforge.net/
5383 F: net/ipv4/tcp_lp.c
5385 TEHUTI ETHERNET DRIVER
5390 F: drivers/net/tehuti*
5392 Telecom Clock Driver for MCPL0010
5395 F: drivers/char/tlclk.c
5397 TENSILICA XTENSA PORT (xtensa)
5402 THINKPAD ACPI EXTRAS DRIVER
5406 W: http://ibm-acpi.sourceforge.net
5407 W: http://thinkwiki.org/wiki/Ibm-acpi
5408 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5410 F: drivers/platform/x86/thinkpad_acpi.c
5412 TI FLASH MEDIA INTERFACE DRIVER
5415 F: drivers/misc/tifm*
5416 F: drivers/mmc/host/tifm_sd.c
5417 F: include/linux/tifm.h
5419 TI TWL4030 SERIES SOC CODEC DRIVER
5423 F: sound/soc/codecs/twl4030*
5430 W: http://tipc.sourceforge.net/
5431 W: http://tipc.cslab.ericsson.net/
5432 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5434 F: include/linux/tipc*.h
5435 F: include/net/tipc/
5441 W: http://sourceforge.net/projects/tlan/
5443 F: Documentation/networking/tlan.txt
5444 F: drivers/net/tlan.*
5446 TOMOYO SECURITY MODULE
5452 W: http://tomoyo.sourceforge.jp/
5453 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5457 TOPSTAR LAPTOP EXTRAS DRIVER
5461 F: drivers/platform/x86/topstar-laptop.c
5463 TOSHIBA ACPI EXTRAS DRIVER
5466 F: drivers/platform/x86/toshiba_acpi.c
5471 W: http://www.buzzard.org.uk/toshiba/
5473 F: drivers/char/toshiba.c
5474 F: include/linux/toshiba.h
5479 F: drivers/mmc/host/tmio_mmc.*
5481 TMPFS (SHMEM FILESYSTEM)
5485 F: include/linux/shmem_fs.h
5491 W: http://tpmdd.sourceforge.net
5493 W: http://www.sirrix.com
5496 F: drivers/char/tpm/
5502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5504 F: Documentation/trace/ftrace.txt
5505 F: arch/*/*/*/ftrace.h
5506 F: arch/*/kernel/ftrace.c
5507 F: include/*/ftrace.h
5508 F: include/linux/trace*.h
5514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5520 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5521 F: drivers/char/tty_*
5522 F: drivers/serial/serial_core.c
5523 F: include/linux/serial_core.h
5524 F: include/linux/serial.h
5525 F: include/linux/tty.h
5527 TULIP NETWORK DRIVERS
5532 F: drivers/net/tulip/
5537 W: http://vtun.sourceforge.net/tun
5539 F: Documentation/networking/tuntap.txt
5540 F: arch/um/os-Linux/drivers/
5542 TURBOCHANNEL SUBSYSTEM
5546 F: include/linux/tc.h
5552 F: drivers/scsi/u14-34f.c
5554 UBI FILE SYSTEM (UBIFS)
5558 T: git git://git.infradead.org/ubifs-2.6.git
5559 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5561 F: Documentation/filesystems/ubifs.txt
5564 UCLINUX (AND M68KNOMMU)
5566 W: http://www.uclinux.org/
5571 UCLINUX FOR RENESAS H8/300 (H8300)
5573 W: http://uclinux-h8.sourceforge.jp/
5578 W: http://linux-udf.sourceforge.net
5580 F: Documentation/filesystems/udf.txt
5586 F: Documentation/filesystems/ufs.txt
5589 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5595 X: drivers/uwb/i1480/i1480u-wlp/
5596 X: drivers/uwb/i1480/i1480-wlp.h
5597 F: include/linux/uwb.h
5598 F: include/linux/uwb/
5602 W: http://dotat.at/prog/unifdef
5604 F: scripts/unifdef.c
5606 UNIFORM CDROM DRIVER
5608 W: http://www.kernel.dk
5610 F: Documentation/cdrom/
5611 F: drivers/cdrom/cdrom.c
5612 F: include/linux/cdrom.h
5614 UNSORTED BLOCK IMAGES (UBI)
5616 W: http://www.linux-mtd.infradead.org/
5618 T: git git://git.infradead.org/ubi-2.6.git
5621 F: include/linux/mtd/ubi.h
5622 F: include/mtd/ubi-user.h
5628 F: Documentation/usb/acm.txt
5629 F: drivers/usb/class/cdc-acm.*
5631 USB BLOCK DRIVER (UB ub)
5635 F: drivers/block/ub.c
5637 USB CDC ETHERNET DRIVER
5641 F: drivers/net/usb/cdc_*.c
5642 F: include/linux/usb/cdc.h
5644 USB CYPRESS C67X00 DRIVER
5648 F: drivers/usb/c67x00/
5650 USB DAVICOM DM9601 DRIVER
5653 W: http://www.linux-usb.org/usbnet
5655 F: drivers/net/usb/dm9601.c
5657 USB DIAMOND RIO500 DRIVER
5660 W: http://rio500.sourceforge.net
5662 F: drivers/usb/misc/rio500*
5668 F: Documentation/usb/ehci.txt
5669 F: drivers/usb/host/ehci*
5671 USB ET61X[12]51 DRIVER
5675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5676 W: http://www.linux-projects.org
5678 F: drivers/media/video/et61x251/
5680 USB GADGET/PERIPHERAL SUBSYSTEM
5683 W: http://www.linux-usb.org/gadget
5685 F: drivers/usb/gadget/
5686 F: include/linux/usb/gadget*
5688 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5691 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5693 F: Documentation/usb/hiddev.txt
5694 F: drivers/hid/usbhid/
5700 F: drivers/usb/host/isp116x*
5701 F: include/linux/usb/isp116x.h
5703 USB KAWASAKI LSI DRIVER
5707 F: drivers/usb/serial/kl5kusb105.*
5709 USB MASS STORAGE DRIVER
5714 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5715 F: drivers/usb/storage/
5721 F: Documentation/usb/ohci.txt
5722 F: drivers/usb/host/ohci*
5724 USB OPTION-CARD DRIVER
5728 F: drivers/usb/serial/option.c
5733 W: http://alpha.dyndns.org/ov511/
5735 F: drivers/media/video/ov511.*
5741 W: http://pegasus2.sourceforge.net/
5743 F: drivers/net/usb/pegasus.*
5745 USB PRINTER DRIVER (usblp)
5749 F: drivers/usb/class/usblp.c
5755 W: http://pegasus2.sourceforge.net/
5757 F: drivers/net/usb/rtl8150.c
5762 W: http://www.chello.nl/~j.vreeken/se401/
5764 F: Documentation/video4linux/se401.txt
5765 F: drivers/media/video/se401.*
5767 USB SERIAL BELKIN F5U103 DRIVER
5771 F: drivers/usb/serial/belkin_sa.*
5773 USB SERIAL CYPRESS M8 DRIVER
5777 W: http://geocities.com/i0xox0i
5778 W: http://firstlight.net/cvs
5779 F: drivers/usb/serial/cypress_m8.*
5781 USB SERIAL CYBERJACK DRIVER
5783 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5785 F: drivers/usb/serial/cyberjack.c
5787 USB SERIAL DIGI ACCELEPORT DRIVER
5792 F: drivers/usb/serial/digi_acceleport.c
5798 F: Documentation/usb/usb-serial.txt
5799 F: drivers/usb/serial/generic.c
5800 F: drivers/usb/serial/usb-serial.c
5801 F: include/linux/usb/serial.h
5803 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5807 F: drivers/usb/serial/empeg.c
5809 USB SERIAL KEYSPAN DRIVER
5812 W: http://www.kroah.com/linux/
5814 F: drivers/usb/serial/*keyspan*
5816 USB SERIAL WHITEHEAT DRIVER
5819 W: http://www.connecttech.com
5821 F: drivers/usb/serial/whiteheat*
5823 USB SMSC95XX ETHERNET DRIVER
5827 F: drivers/net/usb/smsc95xx.*
5833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5834 W: http://www.linux-projects.org
5836 F: Documentation/video4linux/sn9c102.txt
5837 F: drivers/media/video/sn9c102/
5842 W: http://www.linux-usb.org
5843 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5845 F: Documentation/usb/
5848 F: include/linux/usb.h
5849 F: include/linux/usb/
5855 F: drivers/usb/host/uhci*
5857 USB "USBNET" DRIVER FRAMEWORK
5860 W: http://www.linux-usb.org/usbnet
5862 F: drivers/net/usb/usbnet.c
5863 F: include/linux/usb/usbnet.h
5869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5870 W: http://linux-uvc.berlios.de
5872 F: drivers/media/video/uvc/
5874 USB W996[87]CF DRIVER
5878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5879 W: http://www.linux-projects.org
5881 F: Documentation/video4linux/w9968cf.txt
5882 F: drivers/media/video/w996*
5884 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5888 F: drivers/net/wireless/rndis_wlan.c
5894 F: drivers/usb/host/xhci*
5895 F: drivers/usb/host/pci-quirks*
5901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5902 W: http://www.linux-projects.org
5904 F: Documentation/video4linux/zc0301.txt
5905 F: drivers/media/video/zc0301/
5910 W: http://linux-lc100020.sourceforge.net
5912 F: drivers/net/wireless/zd1201.*
5918 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5919 W: http://royale.zerezo.com/zr364xx/
5921 F: Documentation/video4linux/zr364xx.txt
5922 F: drivers/media/video/zr364xx.c
5924 USER-MODE LINUX (UML)
5928 W: http://user-mode-linux.sourceforge.net
5930 F: Documentation/uml/
5939 F: Documentation/DocBook/uio-howto.tmpl
5941 F: include/linux/uio*.h
5943 UTIL-LINUX-NG PACKAGE
5946 W: http://kernel.org/~kzak/util-linux-ng/
5947 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5953 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5955 F: Documentation/fb/uvesafb.txt
5956 F: drivers/video/uvesafb.*
5958 VFAT/FAT/MSDOS FILESYSTEM
5961 F: Documentation/filesystems/vfat.txt
5971 F: include/linux/vhost.h
5973 VIA RHINE NETWORK DRIVER
5976 F: drivers/net/via-rhine.c
5982 F: Documentation/i2c/busses/i2c-viapro
5983 F: drivers/i2c/busses/i2c-viapro.c
5985 VIA SD/MMC CARD CONTROLLER DRIVER
5989 F: drivers/mmc/host/via-sdmmc.c
5991 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5996 F: drivers/video/via/
5998 VIA VELOCITY NETWORK DRIVER
6002 F: drivers/net/via-velocity.*
6008 F: drivers/net/macvlan.c
6009 F: include/linux/if_*vlan.h
6016 F: drivers/vlynq/vlynq.c
6017 F: include/linux/vlynq.h
6019 VMWARE VMXNET3 ETHERNET DRIVER
6024 F: drivers/net/vmxnet3/
6026 VMware PVSCSI driver
6031 F: drivers/scsi/vmw_pvscsi.c
6032 F: drivers/scsi/vmw_pvscsi.h
6034 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6037 W: http://opensource.wolfsonmicro.com/node/15
6038 W: http://www.slimlogic.co.uk/?p=48
6039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6041 F: drivers/regulator/
6042 F: include/linux/regulator/
6044 VT1211 HARDWARE MONITOR DRIVER
6048 F: Documentation/hwmon/vt1211
6049 F: drivers/hwmon/vt1211.c
6051 VT8231 HARDWARE MONITOR DRIVER
6055 F: drivers/hwmon/vt8231.c
6057 W1 DALLAS'S 1-WIRE BUS
6060 F: Documentation/w1/
6063 W83791D HARDWARE MONITORING DRIVER
6067 F: Documentation/hwmon/w83791d
6068 F: drivers/hwmon/w83791d.c
6070 W83793 HARDWARE MONITORING DRIVER
6074 F: Documentation/hwmon/w83793
6075 F: drivers/hwmon/w83793.c
6077 W83L51xD SD/MMC CARD INTERFACE DRIVER
6080 F: drivers/mmc/host/wbsd.*
6082 WATCHDOG DEVICE DRIVERS
6084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6086 F: Documentation/watchdog/
6087 F: drivers/watchdog/
6088 F: include/linux/watchdog.h
6090 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6093 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6095 F: Documentation/networking/wavelan.txt
6096 F: drivers/staging/wavelan/
6102 F: drivers/scsi/wd7000.c
6107 F: drivers/input/misc/winbond-cir.c
6114 W: http://linuxwimax.org
6116 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6120 F: include/linux/wlp.h
6122 F: drivers/uwb/i1480/i1480u-wlp/
6123 F: drivers/uwb/i1480/i1480-wlp.h
6125 WISTRON LAPTOP BUTTON DRIVER
6128 F: drivers/input/misc/wistron_btns.c
6130 WL1251 WIRELESS DRIVER
6133 W: http://wireless.kernel.org
6134 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6136 F: drivers/net/wireless/wl12xx/*
6137 X: drivers/net/wireless/wl12xx/wl1271*
6139 WL1271 WIRELESS DRIVER
6142 W: http://wireless.kernel.org
6143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6145 F: drivers/net/wireless/wl12xx/wl1271*
6147 WL3501 WIRELESS PCMCIA CARD DRIVER
6150 W: http://oops.ghostprotocols.net:81/blog
6152 F: drivers/net/wireless/wl3501*
6154 WM97XX TOUCHSCREEN DRIVERS
6158 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6159 W: http://opensource.wolfsonmicro.com/node/7
6161 F: drivers/input/touchscreen/*wm97*
6162 F: include/linux/wm97xx.h
6164 WOLFSON MICROELECTRONICS PMIC DRIVERS
6166 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6167 W: http://opensource.wolfsonmicro.com/node/8
6169 F: Documentation/hwmon/wm83??
6170 F: drivers/leds/leds-wm83*.c
6171 F: drivers/mfd/wm8*.c
6172 F: drivers/power/wm83*.c
6173 F: drivers/rtc/rtc-wm83*.c
6174 F: drivers/regulator/wm8*.c
6175 F: drivers/video/backlight/wm83*_bl.c
6176 F: drivers/watchdog/wm83*_wdt.c
6177 F: include/linux/mfd/wm831x/
6178 F: include/linux/mfd/wm8350/
6179 F: include/linux/mfd/wm8400*
6180 F: sound/soc/codecs/wm8350.*
6181 F: sound/soc/codecs/wm8400.*
6187 F: Documentation/networking/x25*
6191 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6196 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6198 F: Documentation/x86/
6201 X86 PLATFORM DRIVERS
6204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6206 F: drivers/platform/x86
6208 XEN HYPERVISOR INTERFACE
6215 F: drivers/*/xen-*front.c
6217 F: arch/x86/include/asm/xen/
6221 P: Silicon Graphics Inc
6225 W: http://oss.sgi.com/projects/xfs
6226 T: git git://oss.sgi.com/xfs/xfs.git
6228 F: Documentation/filesystems/xfs.txt
6231 XILINX SYSTEMACE DRIVER
6233 W: http://www.secretlab.ca/
6235 F: drivers/block/xsysace.c
6237 XILINX UARTLITE SERIAL DRIVER
6241 F: drivers/serial/uartlite.c
6243 YAM DRIVER FOR AX.25
6247 F: drivers/net/hamradio/yam*
6248 F: include/linux/yam.h
6250 YEALINK PHONE DRIVER
6254 F: Documentation/input/yealink.txt
6255 F: drivers/input/misc/yealink.*
6257 Z8530 DRIVER FOR AX.25
6259 W: http://yaina.de/jreuter/
6260 W: http://www.qsl.net/dl1bke/
6263 F: Documentation/networking/z8530drv.txt
6264 F: drivers/net/hamradio/*scc.c
6265 F: drivers/net/hamradio/z8530.h
6267 ZD1211RW WIRELESS DRIVER
6270 W: http://zd1211.ath.cx/wiki/DriverRewrite
6274 F: drivers/net/wireless/zd1211rw/
6276 ZR36067 VIDEO FOR LINUX DRIVER
6279 W: http://mjpeg.sourceforge.net/driver-zoran/
6280 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6282 F: drivers/media/video/zoran/
6284 ZS DECSTATION Z85C30 SERIAL DRIVER
6287 F: drivers/serial/zs.*
6292 Q: http://patchwork.kernel.org/project/LKML/list/
6293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6294 S: Buried alive in reporters