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
63 please Cc: security@kernel.org, especially if the maintainer
68 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
77 M: Mail patches to: FullName <address@domain>
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
93 F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
104 matches all files in and below net excluding net/ipv6/
107 M: Philip Blundell <philb@gnu.org>
108 L: netdev@vger.kernel.org
110 F: drivers/net/3c505*
113 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
114 L: netdev@vger.kernel.org
116 F: Documentation/networking/vortex.txt
117 F: drivers/net/3c59x.c
119 3CR990 NETWORK DRIVER
120 M: David Dillow <dave@thedillows.org>
121 L: netdev@vger.kernel.org
123 F: drivers/net/typhoon*
125 3W-9XXX SATA-RAID CONTROLLER DRIVER
126 M: Adam Radford <linuxraid@amcc.com>
127 L: linux-scsi@vger.kernel.org
128 W: http://www.amcc.com
130 F: drivers/scsi/3w-9xxx*
132 3W-XXXX ATA-RAID CONTROLLER DRIVER
133 M: Adam Radford <linuxraid@amcc.com>
134 L: linux-scsi@vger.kernel.org
135 W: http://www.amcc.com
137 F: drivers/scsi/3w-xxxx*
139 53C700 AND 53C700-66 SCSI DRIVER
140 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141 L: linux-scsi@vger.kernel.org
143 F: drivers/scsi/53c700*
145 6PACK NETWORK DRIVER FOR AX.25
146 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
147 L: linux-hams@vger.kernel.org
149 F: drivers/net/hamradio/6pack.c
151 8169 10/100/1000 GIGABIT ETHERNET DRIVER
152 M: Francois Romieu <romieu@fr.zoreil.com>
153 L: netdev@vger.kernel.org
155 F: drivers/net/r8169.c
157 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
158 L: linux-serial@vger.kernel.org
159 W: http://serial.sourceforge.net
161 F: drivers/serial/8250*
162 F: include/linux/serial_8250.h
164 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
165 M: Paul Gortmaker <p_gortmaker@yahoo.com>
166 L: netdev@vger.kernel.org
168 F: drivers/net/*8390*
169 F: drivers/net/ax88796.c
172 M: Eric Van Hensbergen <ericvh@gmail.com>
173 M: Ron Minnich <rminnich@sandia.gov>
174 M: Latchesar Ionkov <lucho@ionkov.net>
175 L: v9fs-developer@lists.sourceforge.net
176 W: http://swik.net/v9fs
177 T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
179 F: Documentation/filesystems/9p.txt
182 A2232 SERIAL BOARD DRIVER
183 M: Enver Haase <A2232@gmx.net>
184 L: linux-m68k@lists.linux-m68k.org
186 F: drivers/char/ser_a2232*
188 AACRAID SCSI RAID DRIVER
189 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
190 L: linux-scsi@vger.kernel.org
191 W: http://www.adaptec.com/
193 F: Documentation/scsi/aacraid.txt
194 F: drivers/scsi/aacraid/
196 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
197 M: Hans de Goede <j.w.r.degoede@hhs.nl>
198 L: lm-sensors@lm-sensors.org
200 F: drivers/hwmon/abituguru.c
202 ABIT UGURU 3 HARDWARE MONITOR DRIVER
203 M: Alistair John Strachan <alistair@devzero.co.uk>
204 L: lm-sensors@lm-sensors.org
206 F: drivers/hwmon/abituguru3.c
209 M: Jes Sorensen <jes@trained-monkey.org>
210 L: linux-acenic@sunsite.dk
212 F: drivers/net/acenic*
214 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
215 M: Peter Feuerer <peter@piie.net>
216 W: http://piie.net/?section=acerhdf
218 F: drivers/platform/x86/acerhdf.c
220 ACER WMI LAPTOP EXTRAS
221 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
222 L: aceracpi@googlegroups.com (subscribers-only)
223 W: http://code.google.com/p/aceracpi
225 F: drivers/platform/x86/acer-wmi.c
228 M: Len Brown <lenb@kernel.org>
229 L: linux-acpi@vger.kernel.org
230 W: http://www.lesswatts.org/projects/acpi/
231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
234 F: drivers/pnp/pnpacpi/
235 F: include/linux/acpi.h
238 M: Alexey Starikovskiy <astarikovskiy@suse.de>
239 L: linux-acpi@vger.kernel.org
240 W: http://www.lesswatts.org/projects/acpi/
242 F: drivers/acpi/battery.c
243 F: drivers/acpi/*sbs*
246 M: Alexey Starikovskiy <astarikovskiy@suse.de>
247 L: linux-acpi@vger.kernel.org
248 W: http://www.lesswatts.org/projects/acpi/
253 M: Zhang Rui <rui.zhang@intel.com>
254 L: linux-acpi@vger.kernel.org
255 W: http://www.lesswatts.org/projects/acpi/
257 F: drivers/acpi/fan.c
260 M: Zhang Rui <rui.zhang@intel.com>
261 L: linux-acpi@vger.kernel.org
262 W: http://www.lesswatts.org/projects/acpi/
264 F: drivers/acpi/*thermal*
267 M: Zhang Rui <rui.zhang@intel.com>
268 L: linux-acpi@vger.kernel.org
269 W: http://www.lesswatts.org/projects/acpi/
271 F: drivers/acpi/video.c
274 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
275 L: linux-acpi@vger.kernel.org
276 W: http://www.lesswatts.org/projects/acpi/
278 F: drivers/platform/x86/wmi.c
280 AD1889 ALSA SOUND DRIVER
281 M: Kyle McMartin <kyle@mcmartin.ca>
282 M: Thibaut Varene <T-Bone@parisc-linux.org>
283 W: http://wiki.parisc-linux.org/AD1889
284 L: linux-parisc@vger.kernel.org
286 F: sound/pci/ad1889.*
288 ADM1025 HARDWARE MONITOR DRIVER
289 M: Jean Delvare <khali@linux-fr.org>
290 L: lm-sensors@lm-sensors.org
292 F: Documentation/hwmon/adm1025
293 F: drivers/hwmon/adm1025.c
295 ADM1029 HARDWARE MONITOR DRIVER
296 M: Corentin Labbe <corentin.labbe@geomatys.fr>
297 L: lm-sensors@lm-sensors.org
299 F: drivers/hwmon/adm1029.c
301 ADM8211 WIRELESS DRIVER
302 M: Michael Wu <flamingice@sourmilk.net>
303 L: linux-wireless@vger.kernel.org
304 W: http://linuxwireless.org/
305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307 F: drivers/net/wireless/adm8211.*
310 M: Colin Leroy <colin@colino.net>
312 F: drivers/macintosh/therm_adt746x.c
315 M: Matthew Wilcox <matthew@wil.cx>
316 L: linux-scsi@vger.kernel.org
318 F: Documentation/scsi/advansys.txt
319 F: drivers/scsi/advansys.c
322 M: Riccardo Facchetti <fizban@tin.it>
324 F: sound/oss/aedsp16.c
327 M: Roman Zippel <zippel@linux-m68k.org>
329 F: Documentation/filesystems/affs.txt
332 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
333 M: David Howells <dhowells@redhat.com>
334 L: linux-afs@lists.infradead.org
337 F: include/net/af_rxrpc.h
338 F: net/rxrpc/af_rxrpc.c
341 M: David Airlie <airlied@linux.ie>
342 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
345 F: include/linux/agp*
348 M: "Juergen E. Fischer" <fischer@norbit.de>
349 L: linux-scsi@vger.kernel.org
351 F: drivers/scsi/aha152x*
352 F: drivers/scsi/pcmcia/aha152x*
354 AIC7XXX / AIC79XX SCSI DRIVER
355 M: Hannes Reinecke <hare@suse.de>
356 L: linux-scsi@vger.kernel.org
358 F: drivers/scsi/aic7xxx/
359 F: drivers/scsi/aic7xxx_old/
362 M: Benjamin LaHaise <bcrl@kvack.org>
363 L: linux-aio@kvack.org
366 F: include/linux/*aio*.h
368 ALCATEL SPEEDTOUCH USB DRIVER
369 M: Duncan Sands <duncan.sands@free.fr>
370 L: linux-usb@vger.kernel.org
371 W: http://www.linux-usb.org/SpeedTouch/
373 F: drivers/usb/atm/speedtch.c
374 F: drivers/usb/atm/usbatm.c
376 ALCHEMY AU1XX0 MMC DRIVER
377 M: Manuel Lauss <manuel.lauss@gmail.com>
379 F: drivers/mmc/host/au1xmmc.c
382 M: Rudolf Marek <r.marek@assembler.cz>
383 L: linux-i2c@vger.kernel.org
385 F: Documentation/i2c/busses/i2c-ali1563
386 F: drivers/i2c/busses/i2c-ali1563.c
389 M: Richard Henderson <rth@twiddle.net>
390 S: Odd Fixes for 2.4; Maintained for 2.6.
391 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
392 S: Maintained for 2.4; PCI support for 2.6.
393 L: linux-alpha@vger.kernel.org
396 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
397 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
398 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
400 F: drivers/usb/gadget/amd5536udc.*
402 AMD GEODE PROCESSOR/CHIPSET SUPPORT
404 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
405 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
407 F: arch/x86/kernel/geode_32.c
408 F: drivers/char/hw_random/geode-rng.c
409 F: drivers/crypto/geode*
410 F: drivers/video/geode/
411 F: arch/x86/include/asm/geode.h
414 M: Joerg Roedel <joerg.roedel@amd.com>
415 L: iommu@lists.linux-foundation.org
416 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
418 F: arch/x86/kernel/amd_iommu*.c
419 F: arch/x86/include/asm/amd_iommu*.h
421 AMD MICROCODE UPDATE SUPPORT
422 M: Andreas Herrmann <andreas.herrmann3@amd.com>
423 L: amd64-microcode@amd64.org
425 F: arch/x86/kernel/microcode_amd.c
427 AMS (Apple Motion Sensor) DRIVER
428 M: Stelian Pop <stelian@popies.net>
429 M: Michael Hanselmann <linux-kernel@hansmi.ch>
431 F: drivers/hwmon/ams/
434 M: Tom Tucker <tom@opengridcomputing.com>
435 M: Steve Wise <swise@opengridcomputing.com>
436 L: linux-rdma@vger.kernel.org
438 F: drivers/infiniband/hw/amso1100/
440 AOA (Apple Onboard Audio) ALSA DRIVER
441 M: Johannes Berg <johannes@sipsolutions.net>
442 L: linuxppc-dev@ozlabs.org
443 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
448 M: Stephen Rothwell <sfr@canb.auug.org.au>
449 L: linux-laptop@vger.kernel.org
450 W: http://www.canb.auug.org.au/~sfr/
452 F: arch/x86/kernel/apm_32.c
453 F: include/linux/apm_bios.h
455 APPLE BCM5974 MULTITOUCH DRIVER
456 M: Henrik Rydberg <rydberg@euromail.se>
457 L: linux-input@vger.kernel.org
459 F: drivers/input/mouse/bcm5974.c
462 M: Nicolas Boichat <nicolas@boichat.ch>
463 L: mactel-linux-devel@lists.sourceforge.net
465 F: drivers/hwmon/applesmc.c
467 APPLETALK NETWORK LAYER
468 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
470 F: drivers/net/appletalk/
473 APPLETOUCH TOUCHPAD DRIVER
474 M: Johannes Berg <johannes@sipsolutions.net>
475 L: linux-input@vger.kernel.org
477 F: Documentation/input/appletouch.txt
478 F: drivers/input/mouse/appletouch.c
480 ARC FRAMEBUFFER DRIVER
481 M: Jaya Kumar <jayalk@intworks.biz>
483 F: drivers/video/arcfb.c
484 F: drivers/video/fb_defio.c
486 ARM MFM AND FLOPPY DRIVERS
487 M: Ian Molton <spyro@f2s.com>
489 F: arch/arm/lib/floppydma.S
490 F: arch/arm/include/asm/floppy.h
493 M: Russell King <linux@arm.linux.org.uk>
494 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495 W: http://www.arm.linux.org.uk/
499 ARM PRIMECELL MMCI PL180/1 DRIVER
501 F: drivers/mmc/host/mmci.*
503 ARM/ADI ROADRUNNER MACHINE SUPPORT
504 M: Lennert Buytenhek <kernel@wantstofly.org>
505 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507 F: arch/arm/mach-ixp23xx/
508 F: arch/arm/mach-ixp23xx/include/mach/
510 ARM/ADS SPHERE MACHINE SUPPORT
511 M: Lennert Buytenhek <kernel@wantstofly.org>
512 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
515 ARM/AFEB9260 MACHINE SUPPORT
516 M: Sergey Lapin <slapin@ossfans.org>
517 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520 ARM/AJECO 1ARM MACHINE SUPPORT
521 M: Lennert Buytenhek <kernel@wantstofly.org>
522 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
525 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
526 M: Andrew Victor <linux@maxim.org.za>
527 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
528 W: http://maxim.org.za/at91_26.html
531 ARM/BCMRING ARM ARCHITECTURE
532 M: Leo Chen <leochen@broadcom.com>
533 M: Scott Branden <sbranden@broadcom.com>
534 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
536 F: arch/arm/mach-bcmring
538 ARM/BCMRING MTD NAND DRIVER
539 M: Leo Chen <leochen@broadcom.com>
540 M: Scott Branden <sbranden@broadcom.com>
541 L: linux-mtd@lists.infradead.org
543 F: drivers/mtd/nand/bcm_umi_nand.c
544 F: drivers/mtd/nand/bcm_umi_bch.c
545 F: drivers/mtd/nand/bcm_umi_hamming.c
546 F: drivers/mtd/nand/nand_bcm_umi.h
548 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
549 M: Hartley Sweeten <hsweeten@visionengravers.com>
550 M: Ryan Mallon <ryan@bluewatersys.com>
551 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
553 F: arch/arm/mach-ep93xx/
554 F: arch/arm/mach-ep93xx/include/mach/
556 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
557 M: Lennert Buytenhek <kernel@wantstofly.org>
558 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
562 M: Russell King <linux@arm.linux.org.uk>
563 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 F: arch/arm/common/clkdev.c
565 F: arch/arm/include/asm/clkdev.h
567 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
568 M: Mike Rapoport <mike@compulab.co.il>
569 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 ARM/CORGI MACHINE SUPPORT
573 M: Richard Purdie <rpurdie@rpsys.net>
576 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
577 M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
578 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
579 T: git git://gitorious.org/linux-gemini/mainline.git
581 F: arch/arm/mach-gemini/
583 ARM/EBSA110 MACHINE SUPPORT
584 M: Russell King <linux@arm.linux.org.uk>
585 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586 W: http://www.arm.linux.org.uk/
588 F: arch/arm/mach-ebsa110/
589 F: drivers/net/arm/am79c961a.*
591 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
592 M: Daniel Ribeiro <drwyrm@gmail.com>
593 M: Stefan Schmidt <stefan@openezx.org>
594 M: Harald Welte <laforge@openezx.org>
595 L: openezx-devel@lists.openezx.org (subscribers-only)
596 W: http://www.openezx.org/
598 T: topgit git://git.openezx.org/openezx.git
599 F: arch/arm/mach-pxa/ezx.c
601 ARM/FARADAY FA526 PORT
602 M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
603 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
607 ARM/FOOTBRIDGE ARCHITECTURE
608 M: Russell King <linux@arm.linux.org.uk>
609 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 W: http://www.arm.linux.org.uk/
612 F: arch/arm/include/asm/hardware/dec21285.h
613 F: arch/arm/mach-footbridge/
615 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
616 M: Sascha Hauer <kernel@pengutronix.de>
617 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
620 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
621 M: Lennert Buytenhek <kernel@wantstofly.org>
622 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
625 ARM/GUMSTIX MACHINE SUPPORT
626 M: Steve Sakoman <sakoman@gmail.com>
627 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
631 M: Philipp Zabel <philipp.zabel@gmail.com>
633 F: arch/arm/mach-pxa/hx4700.c
634 F: arch/arm/mach-pxa/include/mach/hx4700.h
636 ARM/HP JORNADA 7XX MACHINE SUPPORT
637 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
641 F: arch/arm/mach-sa1100/jornada720.c
642 F: arch/arm/mach-sa1100/include/mach/jornada720.h
644 ARM/INTEL IOP32X ARM ARCHITECTURE
645 M: Lennert Buytenhek <kernel@wantstofly.org>
646 M: Dan Williams <dan.j.williams@intel.com>
647 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
650 ARM/INTEL IOP33X ARM ARCHITECTURE
651 M: Dan Williams <dan.j.williams@intel.com>
652 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
655 ARM/INTEL IOP13XX ARM ARCHITECTURE
656 M: Lennert Buytenhek <kernel@wantstofly.org>
657 M: Dan Williams <dan.j.williams@intel.com>
658 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
661 ARM/INTEL IQ81342EX MACHINE SUPPORT
662 M: Lennert Buytenhek <kernel@wantstofly.org>
663 M: Dan Williams <dan.j.williams@intel.com>
664 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
667 ARM/INTEL IXP2000 ARM ARCHITECTURE
668 M: Lennert Buytenhek <kernel@wantstofly.org>
669 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672 ARM/INTEL IXDP2850 MACHINE SUPPORT
673 M: Lennert Buytenhek <kernel@wantstofly.org>
674 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 ARM/INTEL IXP23XX ARM ARCHITECTURE
678 M: Lennert Buytenhek <kernel@wantstofly.org>
679 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682 ARM/INTEL XSC3 (MANZANO) ARM CORE
683 M: Lennert Buytenhek <kernel@wantstofly.org>
684 M: Dan Williams <dan.j.williams@intel.com>
685 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
688 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
689 M: Lennert Buytenhek <kernel@wantstofly.org>
690 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
693 ARM/LOGICPD PXA270 MACHINE SUPPORT
694 M: Lennert Buytenhek <kernel@wantstofly.org>
695 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
698 ARM/MAGICIAN MACHINE SUPPORT
699 M: Philipp Zabel <philipp.zabel@gmail.com>
702 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
703 M: Lennert Buytenhek <buytenh@marvell.com>
704 M: Nicolas Pitre <nico@marvell.com>
705 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706 T: git git://git.marvell.com/orion
708 F: arch/arm/mach-loki/
709 F: arch/arm/mach-kirkwood/
710 F: arch/arm/mach-mv78xx0/
711 F: arch/arm/mach-orion5x/
712 F: arch/arm/plat-orion/
714 ARM/MIOA701 MACHINE SUPPORT
715 M: Robert Jarzmik <robert.jarzmik@free.fr>
716 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
717 F: arch/arm/mach-pxa/mioa701.c
720 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
721 M: Michael Petchkovsky <mkpetch@internode.on.net>
724 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
725 M: Nelson Castillo <arhuaco@freaks-unidos.net>
726 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
727 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
730 ARM/TOSA MACHINE SUPPORT
731 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
732 M: Dirk Opfer <dirk@opfer-online.de>
735 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
736 M: Marek Vasut <marek.vasut@gmail.com>
737 W: http://hackndev.com
740 ARM/PALM TREO 680 SUPPORT
741 M: Tomas Cech <sleep_walker@suse.cz>
742 W: http://hackndev.com
746 M: Sergey Lapin <slapin@ossfans.org>
747 W: http://hackndev.com
751 M: Peter Chubb <pleb@gelato.unsw.edu.au>
752 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
755 ARM/PT DIGITAL BOARD PORT
756 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
757 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
758 W: http://www.arm.linux.org.uk/
761 ARM/RADISYS ENP2611 MACHINE SUPPORT
762 M: Lennert Buytenhek <kernel@wantstofly.org>
763 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
766 ARM/RISCPC ARCHITECTURE
767 M: Russell King <linux@arm.linux.org.uk>
768 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
769 W: http://www.arm.linux.org.uk/
771 F: arch/arm/common/time-acorn.c
772 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
773 F: arch/arm/include/asm/hardware/ioc.h
774 F: arch/arm/include/asm/hardware/iomd.h
775 F: arch/arm/include/asm/hardware/memc.h
776 F: arch/arm/mach-rpc/
777 F: drivers/net/arm/ether*
780 ARM/SHARK MACHINE SUPPORT
781 M: Alexander Schulz <alex@shark-linux.de>
782 W: http://www.shark-linux.de/shark.html
785 ARM/SAMSUNG ARM ARCHITECTURES
786 M: Ben Dooks <ben-linux@fluff.org>
787 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
788 W: http://www.fluff.org/ben/linux/
790 F: arch/arm/plat-s3c/
791 F: arch/arm/plat-s3c24xx/
793 ARM/S3C2410 ARM ARCHITECTURE
794 M: Ben Dooks <ben-linux@fluff.org>
795 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
796 W: http://www.fluff.org/ben/linux/
798 F: arch/arm/mach-s3c2410/
800 ARM/S3C2440 ARM ARCHITECTURE
801 M: Ben Dooks <ben-linux@fluff.org>
802 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
803 W: http://www.fluff.org/ben/linux/
805 F: arch/arm/mach-s3c2440/
807 ARM/S3C2442 ARM ARCHITECTURE
808 M: Ben Dooks <ben-linux@fluff.org>
809 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
810 W: http://www.fluff.org/ben/linux/
812 F: arch/arm/mach-s3c2442/
814 ARM/S3C2443 ARM ARCHITECTURE
815 M: Ben Dooks <ben-linux@fluff.org>
816 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
817 W: http://www.fluff.org/ben/linux/
819 F: arch/arm/mach-s3c2443/
821 ARM/S3C6400 ARM ARCHITECTURE
822 M: Ben Dooks <ben-linux@fluff.org>
823 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
824 W: http://www.fluff.org/ben/linux/
826 F: arch/arm/mach-s3c6400/
828 ARM/S3C6410 ARM ARCHITECTURE
829 M: Ben Dooks <ben-linux@fluff.org>
830 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
831 W: http://www.fluff.org/ben/linux/
833 F: arch/arm/mach-s3c6410/
835 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
836 M: Lennert Buytenhek <kernel@wantstofly.org>
837 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
840 ARM/THECUS N2100 MACHINE SUPPORT
841 M: Lennert Buytenhek <kernel@wantstofly.org>
842 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
845 ARM/NUVOTON W90X900 ARM ARCHITECTURE
846 M: Wan ZongShun <mcuos.com@gmail.com>
847 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
848 W: http://www.mcuos.com
852 M: Russell King <linux@arm.linux.org.uk>
853 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
854 W: http://www.arm.linux.org.uk/
858 ASUS ACPI EXTRAS DRIVER
859 M: Corentin Chary <corentincj@iksaif.net>
860 M: Karol Kozimor <sziwan@users.sourceforge.net>
861 L: acpi4asus-user@lists.sourceforge.net
862 W: http://acpi4asus.sf.net
864 F: arch/x86/kernel/acpi/boot.c
865 F: drivers/platform/x86/asus_acpi.c
867 ASUS ASB100 HARDWARE MONITOR DRIVER
868 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
869 L: lm-sensors@lm-sensors.org
871 F: drivers/hwmon/asb100.c
873 ASUS LAPTOP EXTRAS DRIVER
874 M: Corentin Chary <corentincj@iksaif.net>
875 L: acpi4asus-user@lists.sourceforge.net
876 W: http://acpi4asus.sf.net
878 F: drivers/platform/x86/asus-laptop.c
880 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
881 M: Dan Williams <dan.j.williams@intel.com>
882 M: Maciej Sosnowski <maciej.sosnowski@intel.com>
883 W: http://sourceforge.net/projects/xscaleiop
885 F: Documentation/crypto/async-tx-api.txt
888 F: include/linux/dmaengine.h
889 F: include/linux/async_tx.h
891 ATA OVER ETHERNET (AOE) DRIVER
892 M: "Ed L. Cashin" <ecashin@coraid.com>
893 W: http://www.coraid.com/support/linux
895 F: Documentation/aoe/
896 F: drivers/block/aoe/
898 ATHEROS ATH5K WIRELESS DRIVER
899 M: Jiri Slaby <jirislaby@gmail.com>
900 M: Nick Kossifidis <mickflemm@gmail.com>
901 M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
902 M: Bob Copeland <me@bobcopeland.com>
903 L: linux-wireless@vger.kernel.org
904 L: ath5k-devel@lists.ath5k.org
905 W: http://wireless.kernel.org/en/users/Drivers/ath5k
907 F: drivers/net/wireless/ath/ath5k/
909 ATHEROS ATH9K WIRELESS DRIVER
910 M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
911 M: Jouni Malinen <jmalinen@atheros.com>
912 M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
913 M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
914 M: Senthil Balasubramanian <senthilkumar@atheros.com>
915 L: linux-wireless@vger.kernel.org
916 L: ath9k-devel@lists.ath9k.org
917 W: http://wireless.kernel.org/en/users/Drivers/ath9k
919 F: drivers/net/wireless/ath/ath9k/
921 ATHEROS AR9170 WIRELESS DRIVER
922 M: Christian Lamparter <chunkeey@web.de>
923 L: linux-wireless@vger.kernel.org
924 W: http://wireless.kernel.org/en/users/Drivers/ar9170
926 F: drivers/net/wireless/ath/ar9170/
929 M: Ville Syrjala <syrjala@sci.fi>
931 F: drivers/input/misc/ati_remote2.c
933 ATLX ETHERNET DRIVERS
934 M: Jay Cliburn <jcliburn@gmail.com>
935 M: Chris Snook <chris.snook@gmail.com>
936 M: Jie Yang <jie.yang@atheros.com>
937 L: atl1-devel@lists.sourceforge.net
938 W: http://sourceforge.net/projects/atl1
939 W: http://atl1.sourceforge.net
944 M: Chas Williams <chas@cmf.nrl.navy.mil>
945 L: linux-atm-general@lists.sourceforge.net (subscribers-only)
946 L: netdev@vger.kernel.org
947 W: http://linux-atm.sourceforge.net
950 F: include/linux/atm*
952 ATMEL AT91 MCI DRIVER
953 M: Nicolas Ferre <nicolas.ferre@atmel.com>
954 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
955 W: http://www.atmel.com/products/AT91/
956 W: http://www.at91.com/
958 F: drivers/mmc/host/at91_mci.c
960 ATMEL AT91 / AT32 MCI DRIVER
961 M: Nicolas Ferre <nicolas.ferre@atmel.com>
963 F: drivers/mmc/host/atmel-mci.c
964 F: drivers/mmc/host/atmel-mci-regs.h
966 ATMEL AT91 / AT32 SERIAL DRIVER
967 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
969 F: drivers/serial/atmel_serial.c
972 M: Nicolas Ferre <nicolas.ferre@atmel.com>
973 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
975 F: drivers/video/atmel_lcdfb.c
976 F: include/video/atmel_lcdc.h
978 ATMEL MACB ETHERNET DRIVER
979 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
981 F: drivers/net/macb.*
984 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
986 F: drivers/spi/atmel_spi.*
988 ATMEL USBA UDC DRIVER
989 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
990 L: kernel@avr32linux.org
991 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
993 F: drivers/usb/gadget/atmel_usba_udc.*
995 ATMEL WIRELESS DRIVER
996 M: Simon Kelley <simon@thekelleys.org.uk>
997 L: linux-wireless@vger.kernel.org
998 W: http://www.thekelleys.org.uk/atmel
999 W: http://atmelwlandriver.sourceforge.net/
1001 F: drivers/net/wireless/atmel*
1004 M: Al Viro <viro@zeniv.linux.org.uk>
1005 M: Eric Paris <eparis@redhat.com>
1006 L: linux-audit@redhat.com (subscribers-only)
1007 W: http://people.redhat.com/sgrubb/audit/
1008 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1010 F: include/linux/audit.h
1013 AUXILIARY DISPLAY DRIVERS
1014 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1015 W: http://miguelojeda.es/auxdisplay.htm
1016 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1018 F: drivers/auxdisplay/
1019 F: include/linux/cfag12864b.h
1022 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1023 W: http://www.atmel.com/products/AVR32/
1024 W: http://avr32linux.org/
1025 W: http://avrfreaks.net/
1029 AVR32/AT32AP MACHINE SUPPORT
1030 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1032 F: arch/avr32/mach-at32ap/
1035 M: Ralf Baechle <ralf@linux-mips.org>
1036 L: linux-hams@vger.kernel.org
1037 W: http://www.linux-ax25.org/
1039 F: include/linux/ax25.h
1040 F: include/net/ax25.h
1044 M: Michael Buesch <mb@bu3sch.de>
1045 M: Stefano Brivio <stefano.brivio@polimi.it>
1046 L: linux-wireless@vger.kernel.org
1047 W: http://linuxwireless.org/en/users/Drivers/b43
1049 F: drivers/net/wireless/b43/
1051 B43LEGACY WIRELESS DRIVER
1052 M: Larry Finger <Larry.Finger@lwfinger.net>
1053 M: Stefano Brivio <stefano.brivio@polimi.it>
1054 L: linux-wireless@vger.kernel.org
1055 W: http://linuxwireless.org/en/users/Drivers/b43
1057 F: drivers/net/wireless/b43legacy/
1059 BACKLIGHT CLASS/SUBSYSTEM
1060 M: Richard Purdie <rpurdie@rpsys.net>
1062 F: drivers/video/backlight/
1063 F: include/linux/backlight.h
1065 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1066 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1067 L: linux-hams@vger.kernel.org
1068 W: http://www.baycom.org/~tom/ham/ham.html
1070 F: drivers/net/hamradio/baycom*
1073 M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1075 F: Documentation/filesystems/befs.txt
1079 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1081 F: Documentation/filesystems/bfs.txt
1083 F: include/linux/bfs_fs.h
1085 BLACKFIN ARCHITECTURE
1086 M: Mike Frysinger <vapier@gentoo.org>
1087 L: uclinux-dist-devel@blackfin.uclinux.org
1088 W: http://blackfin.uclinux.org
1092 BLACKFIN EMAC DRIVER
1093 M: Michael Hennerich <michael.hennerich@analog.com>
1094 L: uclinux-dist-devel@blackfin.uclinux.org
1095 W: http://blackfin.uclinux.org
1097 F: drivers/net/bfin_mac.*
1100 M: Mike Frysinger <vapier.adi@gmail.com>
1101 L: uclinux-dist-devel@blackfin.uclinux.org
1102 W: http://blackfin.uclinux.org
1104 F: drivers/rtc/rtc-bfin.c
1106 BLACKFIN SERIAL DRIVER
1107 M: Sonic Zhang <sonic.zhang@analog.com>
1108 L: uclinux-dist-devel@blackfin.uclinux.org
1109 W: http://blackfin.uclinux.org
1111 F: drivers/serial/bfin_5xx.c
1113 BLACKFIN WATCHDOG DRIVER
1114 M: Mike Frysinger <vapier.adi@gmail.com>
1115 L: uclinux-dist-devel@blackfin.uclinux.org
1116 W: http://blackfin.uclinux.org
1118 F: drivers/watchdog/bfin_wdt.c
1120 BLACKFIN I2C TWI DRIVER
1121 M: Sonic Zhang <sonic.zhang@analog.com>
1122 L: uclinux-dist-devel@blackfin.uclinux.org
1123 W: http://blackfin.uclinux.org/
1125 F: drivers/i2c/busses/i2c-bfin-twi.c
1128 M: Jens Axboe <axboe@kernel.dk>
1129 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1134 M: Joern Engel <joern@lazybastard.org>
1135 L: linux-mtd@lists.infradead.org
1137 F: drivers/mtd/devices/block2mtd.c
1140 M: Marcel Holtmann <marcel@holtmann.org>
1141 L: linux-bluetooth@vger.kernel.org
1142 W: http://www.bluez.org/
1144 F: drivers/bluetooth/
1147 M: Marcel Holtmann <marcel@holtmann.org>
1148 L: linux-bluetooth@vger.kernel.org
1149 W: http://www.bluez.org/
1150 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1153 F: include/net/bluetooth/
1156 M: Jay Vosburgh <fubar@us.ibm.com>
1157 L: bonding-devel@lists.sourceforge.net
1158 W: http://sourceforge.net/projects/bonding/
1160 F: drivers/net/bonding/
1161 F: include/linux/if_bonding.h
1163 BROADCOM B44 10/100 ETHERNET DRIVER
1164 M: Gary Zambrano <zambrano@broadcom.com>
1165 L: netdev@vger.kernel.org
1167 F: drivers/net/b44.*
1169 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1170 M: Michael Chan <mchan@broadcom.com>
1171 L: netdev@vger.kernel.org
1173 F: drivers/net/bnx2.*
1174 F: drivers/net/bnx2_*
1176 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1177 M: Eilon Greenstein <eilong@broadcom.com>
1178 L: netdev@vger.kernel.org
1180 F: drivers/net/bnx2x*
1182 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1183 M: Matt Carlson <mcarlson@broadcom.com>
1184 M: Michael Chan <mchan@broadcom.com>
1185 L: netdev@vger.kernel.org
1187 F: drivers/net/tg3.*
1189 BSG (block layer generic sg v4 driver)
1190 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1191 L: linux-scsi@vger.kernel.org
1194 F: include/linux/bsg.h
1197 M: Michael Buesch <mb@bu3sch.de>
1198 W: http://bu3sch.de/btgpio.php
1200 F: drivers/gpio/bt8xxgpio.c
1203 M: Chris Mason <chris.mason@oracle.com>
1204 L: linux-btrfs@vger.kernel.org
1205 W: http://btrfs.wiki.kernel.org/
1206 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1208 F: Documentation/filesystems/btrfs.txt
1211 BTTV VIDEO4LINUX DRIVER
1212 M: Mauro Carvalho Chehab <mchehab@infradead.org>
1213 L: linux-media@vger.kernel.org
1214 W: http://linuxtv.org
1215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1217 F: Documentation/video4linux/bttv/
1218 F: drivers/media/video/bt8xx/bttv*
1220 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1221 M: David Howells <dhowells@redhat.com>
1222 L: linux-cachefs@redhat.com
1224 F: Documentation/filesystems/caching/cachefiles.txt
1227 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1228 M: Jonathan Corbet <corbet@lwn.net>
1229 L: linux-media@vger.kernel.org
1230 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1232 F: Documentation/video4linux/cafe_ccic
1233 F: drivers/media/video/cafe_ccic*
1235 CALGARY x86-64 IOMMU
1236 M: Muli Ben-Yehuda <muli@il.ibm.com>
1237 M: "Jon D. Mason" <jdmason@kudzu.us>
1238 L: discuss@x86-64.org
1240 F: arch/x86/kernel/pci-calgary_64.c
1241 F: arch/x86/kernel/tce_64.c
1242 F: arch/x86/include/asm/calgary.h
1243 F: arch/x86/include/asm/tce.h
1246 M: Urs Thuermann <urs.thuermann@volkswagen.de>
1247 M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1248 L: socketcan-core@lists.berlios.de (subscribers-only)
1249 W: http://developer.berlios.de/projects/socketcan/
1252 F: include/linux/can/
1253 F: include/linux/can.h
1256 M: Wolfgang Grandegger <wg@grandegger.com>
1257 L: socketcan-core@lists.berlios.de (subscribers-only)
1258 W: http://developer.berlios.de/projects/socketcan/
1261 CELL BROADBAND ENGINE ARCHITECTURE
1262 M: Arnd Bergmann <arnd@arndb.de>
1263 L: linuxppc-dev@ozlabs.org
1264 L: cbe-oss-dev@ozlabs.org
1265 W: http://www.ibm.com/developerworks/power/cell/
1267 F: arch/powerpc/include/asm/cell*.h
1268 F: arch/powerpc/include/asm/spu*.h
1269 F: arch/powerpc/oprofile/*cell*
1270 F: arch/powerpc/platforms/cell/
1272 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1273 M: David Vrabel <david.vrabel@csr.com>
1274 L: linux-usb@vger.kernel.org
1276 F: Documentation/usb/WUSB-Design-overview.txt
1277 F: Documentation/usb/wusb-cbaf
1278 F: drivers/usb/wusbcore/
1279 F: include/linux/usb/wusb*
1281 CFAG12864B LCD DRIVER
1282 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1283 W: http://miguelojeda.es/auxdisplay.htm
1284 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1286 F: drivers/auxdisplay/cfag12864b.c
1287 F: include/linux/cfag12864b.h
1289 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1290 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1291 W: http://miguelojeda.es/auxdisplay.htm
1292 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1294 F: drivers/auxdisplay/cfag12864bfb.c
1295 F: include/linux/cfag12864b.h
1297 CFG80211 and NL80211
1298 M: Johannes Berg <johannes@sipsolutions.net>
1299 L: linux-wireless@vger.kernel.org
1301 F: include/linux/nl80211.h
1302 F: include/net/cfg80211.h
1304 X: net/wireless/wext*
1307 M: Andy Whitcroft <apw@canonical.com>
1309 F: scripts/checkpatch.pl
1311 CISCO 10G ETHERNET DRIVER
1312 M: Scott Feldman <scofeldm@cisco.com>
1313 M: Joe Eykholt <jeykholt@cisco.com>
1315 F: drivers/net/enic/
1317 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1318 M: Lennert Buytenhek <kernel@wantstofly.org>
1319 L: netdev@vger.kernel.org
1321 F: drivers/net/arm/ep93xx_eth.c
1323 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1324 M: Lennert Buytenhek <kernel@wantstofly.org>
1325 L: linux-usb@vger.kernel.org
1327 F: drivers/usb/host/ohci-ep93xx.c
1329 CIRRUS LOGIC CS4270 SOUND DRIVER
1330 M: Timur Tabi <timur@freescale.com>
1331 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1333 F: sound/soc/codecs/cs4270*
1336 M: Russell King <linux@arm.linux.org.uk>
1337 F: include/linux/clk.h
1339 CISCO FCOE HBA DRIVER
1340 M: Abhijeet Joglekar <abjoglek@cisco.com>
1341 M: Joe Eykholt <jeykholt@cisco.com>
1342 L: linux-scsi@vger.kernel.org
1344 F: drivers/scsi/fnic/
1347 M: Jan Harkes <jaharkes@cs.cmu.edu>
1349 L: codalist@coda.cs.cmu.edu
1350 W: http://www.coda.cs.cmu.edu/
1352 F: Documentation/filesystems/coda.txt
1354 F: include/linux/coda*.h
1356 COMMON INTERNET FILE SYSTEM (CIFS)
1357 M: Steve French <sfrench@samba.org>
1358 L: linux-cifs-client@lists.samba.org
1359 L: samba-technical@lists.samba.org
1360 W: http://linux-cifs.samba.org/
1361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1363 F: Documentation/filesystems/cifs.txt
1366 COMPACTPCI HOTPLUG CORE
1367 M: Scott Murray <scott@spiteful.org>
1368 L: linux-pci@vger.kernel.org
1370 F: drivers/pci/hotplug/cpci_hotplug*
1372 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1373 M: Scott Murray <scott@spiteful.org>
1374 L: linux-pci@vger.kernel.org
1376 F: drivers/pci/hotplug/cpcihp_zt5550.*
1378 COMPACTPCI HOTPLUG GENERIC DRIVER
1379 M: Scott Murray <scott@spiteful.org>
1380 L: linux-pci@vger.kernel.org
1382 F: drivers/pci/hotplug/cpcihp_generic.c
1384 COMPAL LAPTOP SUPPORT
1385 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1387 F: drivers/platform/x86/compal-laptop.c
1389 COMPUTONE INTELLIPORT MULTIPORT CARD
1390 M: "Michael H. Warfield" <mhw@wittsend.com>
1391 W: http://www.wittsend.com/computone.html
1393 F: Documentation/serial/computone.txt
1394 F: drivers/char/ip2/
1396 CONEXANT ACCESSRUNNER USB DRIVER
1397 M: Simon Arlott <cxacru@fire.lp0.eu>
1398 L: accessrunner-general@lists.sourceforge.net
1399 W: http://accessrunner.sourceforge.net/
1401 F: drivers/usb/atm/cxacru.c
1404 M: Joel Becker <joel.becker@oracle.com>
1407 F: include/linux/configfs.h
1410 M: Evgeniy Polyakov <zbr@ioremap.net>
1411 L: netdev@vger.kernel.org
1413 F: drivers/connector/
1415 CONTROL GROUPS (CGROUPS)
1416 M: Paul Menage <menage@google.com>
1417 M: Li Zefan <lizf@cn.fujitsu.com>
1418 L: containers@lists.linux-foundation.org
1420 F: include/linux/cgroup*
1424 CORETEMP HARDWARE MONITORING DRIVER
1425 M: Rudolf Marek <r.marek@assembler.cz>
1426 L: lm-sensors@lm-sensors.org
1428 F: Documentation/hwmon/coretemp
1429 F: drivers/hwmon/coretemp.c
1431 COSA/SRP SYNC SERIAL DRIVER
1432 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1433 W: http://www.fi.muni.cz/~kas/cosa/
1435 F: drivers/net/wan/cosa*
1437 CPMAC ETHERNET DRIVER
1438 M: Florian Fainelli <florian@openwrt.org>
1439 L: netdev@vger.kernel.org
1441 F: drivers/net/cpmac.c
1443 CPU FREQUENCY DRIVERS
1444 M: Dave Jones <davej@redhat.com>
1445 L: cpufreq@vger.kernel.org
1446 W: http://www.codemonkey.org.uk/projects/cpufreq/
1447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1449 F: arch/x86/kernel/cpu/cpufreq/
1451 F: include/linux/cpufreq.h
1454 M: "H. Peter Anvin" <hpa@zytor.com>
1456 F: arch/x86/kernel/cpuid.c
1457 F: arch/x86/kernel/msr.c
1460 M: Paul Menage <menage@google.com>
1461 W: http://www.bullopensource.org/cpuset/
1462 W: http://oss.sgi.com/projects/cpusets/
1464 F: Documentation/cgroups/cpusets.txt
1465 F: include/linux/cpuset.h
1469 W: http://sourceforge.net/projects/cramfs/
1471 F: Documentation/filesystems/cramfs.txt
1475 M: Mikael Starvik <starvik@axis.com>
1476 M: Jesper Nilsson <jesper.nilsson@axis.com>
1477 L: linux-cris-kernel@axis.com
1478 W: http://developer.axis.com
1483 M: Herbert Xu <herbert@gondor.apana.org.au>
1484 M: "David S. Miller" <davem@davemloft.net>
1485 L: linux-crypto@vger.kernel.org
1486 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1488 F: Documentation/crypto/
1494 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1495 M: Neil Horman <nhorman@tuxdriver.com>
1496 L: linux-crypto@vger.kernel.org
1499 CS5535 Audio ALSA driver
1500 M: Jaya Kumar <jayakumar.alsa@gmail.com>
1502 F: sound/pci/cs5535audio/
1504 CX18 VIDEO4LINUX DRIVER
1505 M: Hans Verkuil <hverkuil@xs4all.nl>
1506 M: Andy Walls <awalls@radix.net>
1507 L: ivtv-devel@ivtvdriver.org
1508 L: linux-media@vger.kernel.org
1509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1510 W: http://linuxtv.org
1511 W: http://www.ivtvdriver.org/index.php/Cx18
1513 F: Documentation/video4linux/cx18.txt
1514 F: drivers/media/video/cx18/
1516 CXGB3 ETHERNET DRIVER (CXGB3)
1517 M: Divy Le Ray <divy@chelsio.com>
1518 L: netdev@vger.kernel.org
1519 W: http://www.chelsio.com
1521 F: drivers/net/cxgb3/
1523 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1524 M: Steve Wise <swise@chelsio.com>
1525 L: linux-rdma@vger.kernel.org
1526 W: http://www.openfabrics.org
1528 F: drivers/infiniband/hw/cxgb3/
1531 M: Russell King <linux@arm.linux.org.uk>
1532 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1533 W: http://www.arm.linux.org.uk/
1535 F: drivers/video/cyber2000fb.*
1537 CYCLADES 2X SYNC CARD DRIVER
1538 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1539 W: http://oops.ghostprotocols.net:81/blog
1541 F: drivers/net/wan/cycx*
1543 CYCLADES ASYNC MUX DRIVER
1544 W: http://www.cyclades.com/
1546 F: drivers/char/cyclades.c
1547 F: include/linux/cyclades.h
1549 CYCLADES PC300 DRIVER
1550 W: http://www.cyclades.com/
1552 F: drivers/net/wan/pc300*
1554 DAMA SLAVE for AX.25
1555 M: Joerg Reuter <jreuter@yaina.de>
1556 W: http://yaina.de/jreuter/
1557 W: http://www.qsl.net/dl1bke/
1558 L: linux-hams@vger.kernel.org
1560 F: net/ax25/af_ax25.c
1561 F: net/ax25/ax25_dev.c
1562 F: net/ax25/ax25_ds_*
1563 F: net/ax25/ax25_in.c
1564 F: net/ax25/ax25_out.c
1565 F: net/ax25/ax25_timer.c
1566 F: net/ax25/sysctl_net_ax25.c
1568 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1569 M: Tobias Ringstrom <tori@unhappy.mine.nu>
1570 L: netdev@vger.kernel.org
1572 F: Documentation/networking/dmfe.txt
1573 F: drivers/net/tulip/dmfe.c
1575 DC390/AM53C974 SCSI driver
1576 M: Kurt Garloff <garloff@suse.de>
1577 W: http://www.garloff.de/kurt/linux/dc390/
1578 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1580 F: drivers/scsi/tmscsim.*
1583 M: Oliver Neukum <oliver@neukum.name>
1584 M: Ali Akcaagac <aliakc@web.de>
1585 M: Jamie Lenehan <lenehan@twibble.org>
1586 W: http://twibble.org/dist/dc395x/
1587 L: dc395x@twibble.org
1588 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1590 F: Documentation/scsi/dc395x.txt
1591 F: drivers/scsi/dc395x.*
1594 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1595 L: dccp@vger.kernel.org
1596 W: http://linux-net.osdl.org/index.php/DCCP
1598 F: include/linux/dccp.h
1599 F: include/linux/tfrc.h
1602 DECnet NETWORK LAYER
1603 M: Christine Caulfield <christine.caulfield@googlemail.com>
1604 W: http://linux-decnet.sourceforge.net
1605 L: linux-decnet-user@lists.sourceforge.net
1607 F: Documentation/networking/decnet.txt
1610 DEFXX FDDI NETWORK DRIVER
1611 M: "Maciej W. Rozycki" <macro@linux-mips.org>
1613 F: drivers/net/defxx.*
1616 M: Matthew Garrett <mjg59@srcf.ucam.org>
1618 F: drivers/platform/x86/dell-laptop.c
1620 DELL LAPTOP SMM DRIVER
1621 M: Massimo Dal Zotto <dz@debian.org>
1622 W: http://www.debian.org/~dz/i8k/
1624 F: drivers/char/i8k.c
1625 F: include/linux/i8k.h
1627 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1628 M: Doug Warzecha <Douglas_Warzecha@dell.com>
1630 F: Documentation/dcdbas.txt
1631 F: drivers/firmware/dcdbas.*
1633 DELL WMI EXTRAS DRIVER
1634 M: Matthew Garrett <mjg59@srcf.ucam.org>
1637 DEVICE NUMBER REGISTRY
1638 M: Torben Mathiasen <device@lanana.org>
1639 W: http://lanana.org/docs/device-list/index.html
1644 L: dm-devel@redhat.com
1645 W: http://sources.redhat.com/dm
1647 F: Documentation/device-mapper/
1649 F: include/linux/device-mapper.h
1650 F: include/linux/dm-*.h
1652 DIGI INTL. EPCA DRIVER
1653 M: "Digi International, Inc" <Eng.Linux@digi.com>
1654 L: Eng.Linux@digi.com
1655 W: http://www.digi.com
1657 F: Documentation/serial/digiepca.txt
1658 F: drivers/char/epca*
1659 F: drivers/char/digi*
1661 DIRECTORY NOTIFICATION (DNOTIFY)
1662 M: Eric Paris <eparis@parisplace.org>
1664 F: Documentation/filesystems/dnotify.txt
1665 F: fs/notify/dnotify/
1666 F: include/linux/dnotify.h
1668 DISK GEOMETRY AND PARTITION HANDLING
1669 M: Andries Brouwer <aeb@cwi.nl>
1670 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1671 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1672 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1676 M: Jan Kara <jack@suse.cz>
1678 F: Documentation/filesystems/quota.txt
1680 F: include/linux/quota*.h
1682 DISTRIBUTED LOCK MANAGER (DLM)
1683 M: Christine Caulfield <ccaulfie@redhat.com>
1684 M: David Teigland <teigland@redhat.com>
1685 L: cluster-devel@redhat.com
1686 W: http://sources.redhat.com/cluster/
1687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1691 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1692 M: Maciej Sosnowski <maciej.sosnowski@intel.com>
1693 M: Dan Williams <dan.j.williams@intel.com>
1696 F: include/linux/dma*
1698 DME1737 HARDWARE MONITOR DRIVER
1699 M: Juerg Haefliger <juergh@gmail.com>
1700 L: lm-sensors@lm-sensors.org
1702 F: Documentation/hwmon/dme1737
1703 F: drivers/hwmon/dme1737.c
1705 DOCBOOK FOR DOCUMENTATION
1706 M: Randy Dunlap <rdunlap@xenotime.net>
1709 DOCKING STATION DRIVER
1710 M: Shaohua Li <shaohua.li@intel.com>
1711 L: linux-acpi@vger.kernel.org
1713 F: drivers/acpi/dock.c
1716 M: Randy Dunlap <rdunlap@xenotime.net>
1717 L: linux-doc@vger.kernel.org
1722 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1723 L: blinux-list@redhat.com
1725 F: drivers/char/dtlk.c
1726 F: include/linux/dtlk.h
1728 DPT_I2O SCSI RAID DRIVER
1729 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1730 L: linux-scsi@vger.kernel.org
1731 W: http://www.adaptec.com/
1733 F: drivers/scsi/dpt*
1734 F: drivers/scsi/dpt/
1736 DRIVER CORE, KOBJECTS, AND SYSFS
1737 M: Greg Kroah-Hartman <gregkh@suse.de>
1738 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1740 F: Documentation/kobject.txt
1743 F: include/linux/kobj*
1747 M: David Airlie <airlied@linux.ie>
1748 L: dri-devel@lists.sourceforge.net
1749 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1754 M: Francois Romieu <romieu@fr.zoreil.com>
1755 L: netdev@vger.kernel.org
1757 F: drivers/net/wan/dscc4.c
1759 DZ DECSTATION DZ11 SERIAL DRIVER
1760 M: "Maciej W. Rozycki" <macro@linux-mips.org>
1762 F: drivers/serial/dz.*
1764 EATA-DMA SCSI DRIVER
1765 M: Michael Neuffer <mike@i-Connect.Net>
1766 L: linux-eata@i-connect.net
1767 L: linux-scsi@vger.kernel.org
1769 F: drivers/scsi/eata*
1771 EATA ISA/EISA/PCI SCSI DRIVER
1772 M: Dario Ballabio <ballabio_dario@emc.com>
1773 L: linux-scsi@vger.kernel.org
1775 F: drivers/scsi/eata.c
1777 EATA-PIO SCSI DRIVER
1778 M: Michael Neuffer <mike@i-Connect.Net>
1779 L: linux-eata@i-connect.net
1780 L: linux-scsi@vger.kernel.org
1782 F: drivers/scsi/eata_pio.*
1785 M: Bart De Schuymer <bart.de.schuymer@pandora.be>
1786 L: ebtables-user@lists.sourceforge.net
1787 L: ebtables-devel@lists.sourceforge.net
1788 W: http://ebtables.sourceforge.net/
1790 F: include/linux/netfilter_bridge/ebt_*.h
1791 F: net/bridge/netfilter/ebt*.c
1794 M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1795 M: Dustin Kirkland <kirkland@canonical.com>
1796 L: ecryptfs-devel@lists.launchpad.net
1797 W: https://launchpad.net/ecryptfs
1799 F: Documentation/filesystems/ecryptfs.txt
1803 M: Doug Thompson <dougthompson@xmission.com>
1804 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1805 W: bluesmoke.sourceforge.net
1807 F: Documentation/edac.txt
1808 F: drivers/edac/edac_*
1809 F: include/linux/edac.h
1812 M: Doug Thompson <dougthompson@xmission.com>
1813 M: Borislav Petkov <borislav.petkov@amd.com>
1814 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1815 W: bluesmoke.sourceforge.net
1817 F: drivers/edac/amd64_edac*
1820 M: Mark Gross <mark.gross@intel.com>
1821 M: Doug Thompson <dougthompson@xmission.com>
1822 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1823 W: bluesmoke.sourceforge.net
1825 F: drivers/edac/e752x_edac.c
1828 M: Doug Thompson <dougthompson@xmission.com>
1829 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1830 W: bluesmoke.sourceforge.net
1832 F: drivers/edac/e7xxx_edac.c
1835 M: Tim Small <tim@buttersideup.com>
1836 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1837 W: bluesmoke.sourceforge.net
1839 F: drivers/edac/i82443bxgx_edac.c
1842 M: Jason Uhlenkott <juhlenko@akamai.com>
1843 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1844 W: bluesmoke.sourceforge.net
1846 F: drivers/edac/i3000_edac.c
1849 M: Doug Thompson <dougthompson@xmission.com>
1850 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1851 W: bluesmoke.sourceforge.net
1853 F: drivers/edac/i5000_edac.c
1856 M: Mauro Carvalho Chehab <mchehab@redhat.com>
1857 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1858 W: bluesmoke.sourceforge.net
1860 F: drivers/edac/i5400_edac.c
1863 M: Ranganathan Desikan <ravi@jetztechnologies.com>
1864 M: "Arvind R." <arvind@jetztechnologies.com>
1865 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1866 W: bluesmoke.sourceforge.net
1868 F: drivers/edac/i82975x_edac.c
1871 M: Egor Martovetsky <egor@pasemi.com>
1872 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1873 W: bluesmoke.sourceforge.net
1875 F: drivers/edac/pasemi_edac.c
1878 M: Tim Small <tim@buttersideup.com>
1879 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1880 W: bluesmoke.sourceforge.net
1882 F: drivers/edac/r82600_edac.c
1884 EEEPC LAPTOP EXTRAS DRIVER
1885 M: Corentin Chary <corentincj@iksaif.net>
1886 L: acpi4asus-user@lists.sourceforge.net
1887 W: http://acpi4asus.sf.net
1889 F: drivers/platform/x86/eeepc-laptop.c
1892 W: http://aeschi.ch.eu.org/efs/
1896 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1897 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1898 M: Christoph Raisch <raisch@de.ibm.com>
1899 L: linux-rdma@vger.kernel.org
1901 F: drivers/infiniband/hw/ehca/
1904 M: Paul Gortmaker <paul.gortmaker@windriver.com>
1905 M: Matt Mackall <mpm@selenic.com>
1906 M: David Woodhouse <dwmw2@infradead.org>
1907 L: linux-embedded@vger.kernel.org
1910 EMULEX LPFC FC SCSI DRIVER
1911 M: James Smart <james.smart@emulex.com>
1912 L: linux-scsi@vger.kernel.org
1913 W: http://sourceforge.net/projects/lpfcxxxx
1915 F: drivers/scsi/lpfc/
1917 ENE CB710 FLASH CARD READER DRIVER
1918 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
1920 F: drivers/misc/cb710/
1921 F: drivers/mmc/host/cb710-mmc.*
1922 F: include/linux/cb710.h
1924 EPSON 1355 FRAMEBUFFER DRIVER
1925 M: Christopher Hoover <ch@murgatroid.com>
1926 M: Christopher Hoover <ch@hpl.hp.com>
1928 F: drivers/video/epson1355fb.c
1930 EPSON S1D13XXX FRAMEBUFFER DRIVER
1931 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1934 F: drivers/video/s1d13xxxfb.c
1935 F: include/video/s1d13xxxfb.h
1937 ETHEREXPRESS-16 NETWORK DRIVER
1938 M: Philip Blundell <philb@gnu.org>
1939 L: netdev@vger.kernel.org
1941 F: drivers/net/eexpress.*
1944 M: Stephen Hemminger <shemminger@linux-foundation.org>
1945 L: bridge@lists.linux-foundation.org
1946 W: http://www.linux-foundation.org/en/Net:Bridge
1948 F: include/linux/netfilter_bridge/
1951 ETHERTEAM 16I DRIVER
1952 M: Mika Kuoppala <miku@iki.fi>
1954 F: drivers/net/eth16i.c
1957 L: linux-ext4@vger.kernel.org
1959 F: Documentation/filesystems/ext2.txt
1961 F: include/linux/ext2*
1964 M: Stephen Tweedie <sct@redhat.com>
1965 M: Andrew Morton <akpm@linux-foundation.org>
1966 M: Andreas Dilger <adilger@sun.com>
1967 L: linux-ext4@vger.kernel.org
1969 F: Documentation/filesystems/ext3.txt
1971 F: include/linux/ext3*
1974 M: "Theodore Ts'o" <tytso@mit.edu>
1975 M: Andreas Dilger <adilger@sun.com>
1976 L: linux-ext4@vger.kernel.org
1977 W: http://ext4.wiki.kernel.org
1979 F: Documentation/filesystems/ext4.txt
1982 F71805F HARDWARE MONITORING DRIVER
1983 M: Jean Delvare <khali@linux-fr.org>
1984 L: lm-sensors@lm-sensors.org
1986 F: Documentation/hwmon/f71805f
1987 F: drivers/hwmon/f71805f.c
1989 FARSYNC SYNCHRONOUS DRIVER
1990 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
1991 W: http://www.farsite.co.uk/
1993 F: drivers/net/wan/farsync.*
1995 FAULT INJECTION SUPPORT
1996 M: Akinobu Mita <akinobu.mita@gmail.com>
1998 F: Documentation/fault-injection/
1999 F: lib/fault-inject.c
2001 FILE LOCKING (flock() and fcntl()/lockf())
2002 M: Matthew Wilcox <matthew@wil.cx>
2003 L: linux-fsdevel@vger.kernel.org
2005 F: include/linux/fcntl.h
2006 F: include/linux/fs.h
2010 FILESYSTEMS (VFS and infrastructure)
2011 M: Alexander Viro <viro@zeniv.linux.org.uk>
2012 L: linux-fsdevel@vger.kernel.org
2016 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2017 M: Riku Voipio <riku.vipio@iki.fi>
2018 L: lm-sensors@lm-sensors.org
2020 F: drivers/hwmon/f75375s.c
2021 F: include/linux/f75375s.h
2024 M: Kristian Hoegsberg <krh@redhat.com>
2025 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2026 L: linux1394-devel@lists.sourceforge.net
2027 W: http://www.linux1394.org/
2028 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2030 F: drivers/firewire/
2031 F: include/linux/firewire*.h
2033 FIRMWARE LOADER (request_firmware)
2035 F: Documentation/firmware_class/
2036 F: drivers/base/firmware*.c
2037 F: include/linux/firmware.h
2040 M: Bill Metzenthen <billm@melbpc.org.au>
2041 W: http://floatingpoint.sourceforge.net/emulator/index.html
2043 F: arch/x86/math-emu/
2045 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2046 M: Mike McLagan <mike.mclagan@linux.org>
2047 L: netdev@vger.kernel.org
2049 F: drivers/net/wan/dlci.c
2050 F: drivers/net/wan/sdla.c
2053 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2054 W: http://linux-fbdev.sourceforge.net/
2056 F: Documentation/fb/
2057 F: drivers/video/fb*
2058 F: include/linux/fb.h
2060 FREESCALE DMA DRIVER
2061 M: Li Yang <leoli@freescale.com>
2062 M: Zhang Wei <zw@zh-kernel.org>
2063 L: linuxppc-dev@ozlabs.org
2065 F: drivers/dma/fsldma.*
2067 FREESCALE I2C CPM DRIVER
2068 M: Jochen Friedrich <jochen@scram.de>
2069 L: linuxppc-dev@ozlabs.org
2070 L: linux-i2c@vger.kernel.org
2072 F: drivers/i2c/busses/i2c-cpm.c
2074 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2075 M: Sascha Hauer <kernel@pengutronix.de>
2076 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2079 F: arch/arm/plat-mxc/include/mach/imxfb.h
2080 F: drivers/video/imxfb.c
2082 FREESCALE SOC FS_ENET DRIVER
2083 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2084 M: Vitaly Bordug <vbordug@ru.mvista.com>
2085 L: linuxppc-dev@ozlabs.org
2086 L: netdev@vger.kernel.org
2088 F: drivers/net/fs_enet/
2089 F: include/linux/fs_enet_pd.h
2091 FREESCALE QUICC ENGINE LIBRARY
2092 M: Timur Tabi <timur@freescale.com>
2093 L: linuxppc-dev@ozlabs.org
2095 F: arch/powerpc/sysdev/qe_lib/
2096 F: arch/powerpc/include/asm/*qe.h
2098 FREESCALE HIGHSPEED USB DEVICE DRIVER
2099 M: Li Yang <leoli@freescale.com>
2100 L: linux-usb@vger.kernel.org
2101 L: linuxppc-dev@ozlabs.org
2103 F: drivers/usb/gadget/fsl_usb2_udc.c
2105 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2106 M: Li Yang <leoli@freescale.com>
2107 L: netdev@vger.kernel.org
2108 L: linuxppc-dev@ozlabs.org
2110 F: drivers/net/ucc_geth*
2112 FREESCALE QUICC ENGINE UCC UART DRIVER
2113 M: Timur Tabi <timur@freescale.com>
2114 L: linuxppc-dev@ozlabs.org
2116 F: drivers/serial/ucc_uart.c
2118 FREESCALE SOC SOUND DRIVERS
2119 M: Timur Tabi <timur@freescale.com>
2120 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2121 L: linuxppc-dev@ozlabs.org
2123 F: sound/soc/fsl/fsl*
2124 F: sound/soc/fsl/mpc8610_hpcd.c
2127 M: Christoph Hellwig <hch@infradead.org>
2128 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2133 M: Pavel Machek <pavel@ucw.cz>
2134 M: "Rafael J. Wysocki" <rjw@sisk.pl>
2135 L: linux-pm@lists.linux-foundation.org
2137 F: Documentation/power/freezing-of-tasks.txt
2138 F: include/linux/freezer.h
2141 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2142 M: David Howells <dhowells@redhat.com>
2143 L: linux-cachefs@redhat.com
2145 F: Documentation/filesystems/caching/
2147 F: include/linux/fscache*.h
2150 M: Steven Rostedt <rostedt@goodmis.org>
2152 F: Documentation/trace/ftrace.txt
2153 F: arch/*/*/*/ftrace.h
2154 F: arch/*/kernel/ftrace.c
2155 F: include/*/ftrace.h
2158 FUJITSU FR-V (FRV) PORT
2159 M: David Howells <dhowells@redhat.com>
2163 FUJITSU LAPTOP EXTRAS
2164 M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2165 L: linux-acpi@vger.kernel.org
2167 F: drivers/platform/x86/fujitsu-laptop.c
2169 FUSE: FILESYSTEM IN USERSPACE
2170 M: Miklos Szeredi <miklos@szeredi.hu>
2171 L: fuse-devel@lists.sourceforge.net
2172 W: http://fuse.sourceforge.net/
2175 F: include/linux/fuse.h
2177 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2178 M: Rik Faith <faith@cs.unc.edu>
2179 L: linux-scsi@vger.kernel.org
2180 S: Odd Fixes (e.g., new signatures)
2181 F: drivers/scsi/fdomain.*
2183 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2184 M: Achim Leubner <achim_leubner@adaptec.com>
2185 L: linux-scsi@vger.kernel.org
2186 W: http://www.icp-vortex.com/
2188 F: drivers/scsi/gdt*
2190 GENERIC GPIO I2C DRIVER
2191 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2193 F: drivers/i2c/busses/i2c-gpio.c
2194 F: include/linux/i2c-gpio.h
2196 GENERIC HDLC (WAN) DRIVERS
2197 M: Krzysztof Halasa <khc@pm.waw.pl>
2198 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2200 F: drivers/net/wan/c101.c
2201 F: drivers/net/wan/hd6457*
2202 F: drivers/net/wan/hdlc*
2203 F: drivers/net/wan/n2.c
2204 F: drivers/net/wan/pc300too.c
2205 F: drivers/net/wan/pci200syn.c
2206 F: drivers/net/wan/wanxl*
2208 GENERIC INCLUDE/ASM HEADER FILES
2209 M: Arnd Bergmann <arnd@arndb.de>
2210 L: linux-arch@vger.kernel.org
2211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2213 F: include/asm-generic
2215 GENERIC UIO DRIVER FOR PCI DEVICES
2216 M: Michael S. Tsirkin <mst@redhat.com>
2217 L: kvm@vger.kernel.org
2218 L: linux-kernel@vger.kernel.org
2220 F: drivers/uio/uio_pci_generic.c
2223 M: Steven Whitehouse <swhiteho@redhat.com>
2224 L: cluster-devel@redhat.com
2225 W: http://sources.redhat.com/cluster/
2226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2229 F: Documentation/filesystems/gfs2*.txt
2231 F: include/linux/gfs2_ondisk.h
2233 GIGASET ISDN DRIVERS
2234 M: Hansjoerg Lipp <hjlipp@web.de>
2235 M: Tilman Schmidt <tilman@imap.cc>
2236 L: gigaset307x-common@lists.sourceforge.net
2237 W: http://gigaset307x.sourceforge.net/
2239 F: Documentation/isdn/README.gigaset
2240 F: drivers/isdn/gigaset/
2241 F: include/linux/gigaset_dev.h
2243 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2244 M: Frank Seidel <frank@f-seidel.de>
2245 L: lm-sensors@lm-sensors.org
2246 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2248 F: drivers/hwmon/hdaps.c
2250 HYPERVISOR VIRTUAL CONSOLE DRIVER
2251 L: linuxppc-dev@ozlabs.org
2253 F: drivers/char/hvc_*
2255 GSPCA FINEPIX SUBDRIVER
2256 M: Frank Zago <frank@zago.net>
2257 L: linux-media@vger.kernel.org
2258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2260 F: drivers/media/video/gspca/finepix.c
2262 GSPCA M5602 SUBDRIVER
2263 M: Erik Andren <erik.andren@gmail.com>
2264 L: linux-media@vger.kernel.org
2265 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2267 F: drivers/media/video/gspca/m5602/
2269 GSPCA PAC207 SONIXB SUBDRIVER
2270 M: Hans de Goede <hdegoede@redhat.com>
2271 L: linux-media@vger.kernel.org
2272 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2274 F: drivers/media/video/gspca/pac207.c
2276 GSPCA SN9C20X SUBDRIVER
2277 M: Brian Johnson <brijohn@gmail.com>
2278 L: linux-media@vger.kernel.org
2279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2281 F: drivers/media/video/gspca/sn9c20x.c
2283 GSPCA T613 SUBDRIVER
2284 M: Leandro Costantino <lcostantino@gmail.com>
2285 L: linux-media@vger.kernel.org
2286 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2288 F: drivers/media/video/gspca/t613.c
2290 GSPCA USB WEBCAM DRIVER
2291 M: Jean-Francois Moine <moinejf@free.fr>
2292 W: http://moinejf.free.fr
2293 L: linux-media@vger.kernel.org
2294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2296 F: drivers/media/video/gspca/
2299 L: lm-sensors@lm-sensors.org
2300 W: http://www.lm-sensors.org/
2304 HARDWARE RANDOM NUMBER GENERATOR CORE
2306 F: Documentation/hw_random.txt
2307 F: drivers/char/hw_random/
2308 F: include/linux/hw_random.h
2310 HARMONY SOUND DRIVER
2311 M: Kyle McMartin <kyle@mcmartin.ca>
2312 L: linux-parisc@vger.kernel.org
2314 F: sound/parisc/harmony.*
2316 HAYES ESP SERIAL DRIVER
2317 M: "Andrew J. Robinson" <arobinso@nyx.net>
2318 W: http://www.nyx.net/~arobinso
2320 F: Documentation/serial/hayes-esp.txt
2321 F: drivers/char/esp.c
2323 HEWLETT-PACKARD SMART2 RAID DRIVER
2324 M: Chirag Kantharia <chirag.kantharia@hp.com>
2325 L: iss_storagedev@hp.com
2327 F: Documentation/blockdev/cpqarray.txt
2328 F: drivers/block/cpqarray.*
2330 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2331 M: Mike Miller <mike.miller@hp.com>
2332 L: iss_storagedev@hp.com
2334 F: Documentation/blockdev/cciss.txt
2335 F: drivers/block/cciss*
2336 F: include/linux/cciss_ioctl.h
2339 M: Roman Zippel <zippel@linux-m68k.org>
2341 F: Documentation/filesystems/hfs.txt
2344 HGA FRAMEBUFFER DRIVER
2345 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2346 L: linux-nvidia@lists.surfsouth.com
2347 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2349 F: drivers/video/hgafb.c
2351 HIBERNATION (aka Software Suspend, aka swsusp)
2352 M: Pavel Machek <pavel@ucw.cz>
2353 M: "Rafael J. Wysocki" <rjw@sisk.pl>
2354 L: linux-pm@lists.linux-foundation.org
2357 F: drivers/base/power/
2359 F: include/linux/suspend.h
2360 F: include/linux/freezer.h
2361 F: include/linux/pm.h
2362 F: arch/*/include/asm/suspend*.h
2365 M: Jiri Kosina <jkosina@suse.cz>
2366 L: linux-input@vger.kernel.org
2367 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2370 F: include/linux/hid*
2372 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2373 M: Thomas Gleixner <tglx@linutronix.de>
2375 F: Documentation/timers/
2377 F: include/linux/hrtimer.h
2379 HIGH-SPEED SCC DRIVER FOR AX.25
2380 M: Klaus Kudielka <klaus.kudielka@ieee.org>
2381 L: linux-hams@vger.kernel.org
2382 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2384 F: drivers/net/hamradio/dmascc.c
2385 F: drivers/net/hamradio/scc.c
2387 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2388 M: HighPoint Linux Team <linux@highpoint-tech.com>
2389 W: http://www.highpoint-tech.com
2391 F: Documentation/scsi/hptiop.txt
2392 F: drivers/scsi/hptiop.c
2395 M: Jes Sorensen <jes@trained-monkey.org>
2396 L: linux-hippi@sunsite.dk
2398 F: include/linux/hippidevice.h
2399 F: include/linux/if_hippi.h
2403 M: Jouni Malinen <j@w1.fi>
2404 L: hostap@shmoo.com (subscribers-only)
2405 L: linux-wireless@vger.kernel.org
2406 W: http://hostap.epitest.fi/
2408 F: drivers/net/wireless/hostap/
2410 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2411 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2413 F: drivers/platform/x86/tc1100-wmi.c
2415 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2416 M: Jaroslav Kysela <perex@perex.cz>
2418 F: drivers/net/hp100.*
2420 HPET: High Precision Event Timers driver
2421 M: Clemens Ladisch <clemens@ladisch.de>
2423 F: Documentation/timers/hpet.txt
2424 F: drivers/char/hpet.c
2425 F: include/linux/hpet.h
2428 M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2430 F: arch/x86/kernel/hpet.c
2431 F: arch/x86/include/asm/hpet.h
2434 M: Vojtech Pavlik <vojtech@suse.cz>
2438 M: Bob Picco <bob.picco@hp.com>
2440 F: drivers/char/hpet.c
2443 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2444 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2449 M: Jan Dumon <j.dumon@option.com>
2450 W: http://www.pharscape.org
2452 F: drivers/net/usb/hso.c
2454 HTCPEN TOUCHSCREEN DRIVER
2455 M: Pau Oliva Fora <pof@eslack.org>
2456 L: linux-input@vger.kernel.org
2458 F: drivers/input/touchscreen/htcpen.c
2461 M: William Irwin <wli@holomorphy.com>
2465 I2C/SMBUS STUB DRIVER
2466 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2467 L: linux-i2c@vger.kernel.org
2469 F: drivers/i2c/busses/i2c-stub.c
2472 M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2473 M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2474 L: linux-i2c@vger.kernel.org
2475 W: http://i2c.wiki.kernel.org/
2476 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2478 F: Documentation/i2c/
2480 F: include/linux/i2c.h
2481 F: include/linux/i2c-dev.h
2482 F: include/linux/i2c-id.h
2485 M: Till Harbaum <till@harbaum.org>
2486 L: linux-i2c@vger.kernel.org
2487 W: http://www.harbaum.org/till/i2c_tiny_usb
2489 F: drivers/i2c/busses/i2c-tiny-usb.c
2492 M: "H. Peter Anvin" <hpa@zytor.com>
2496 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2497 M: "H. Peter Anvin" <hpa@zytor.com>
2498 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2501 IA64 (Itanium) PLATFORM
2502 M: Tony Luck <tony.luck@intel.com>
2503 M: Fenghua Yu <fenghua.yu@intel.com>
2504 L: linux-ia64@vger.kernel.org
2505 W: http://www.ia64-linux.org/
2506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2510 IBM MCA SCSI SUBSYSTEM DRIVER
2511 M: Michael Lang <langa2@kph.uni-mainz.de>
2512 W: http://www.uni-mainz.de/~langm000/linux.html
2514 F: drivers/scsi/ibmmca.c
2516 IBM Power Linux RAID adapter
2517 M: Brian King <brking@us.ibm.com>
2519 F: drivers/scsi/ipr.*
2521 IBM ServeRAID RAID DRIVER
2523 M: Dave Jeffery <ipslinux@adaptec.com>
2524 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2526 F: drivers/scsi/ips.*
2529 M: "David S. Miller" <davem@davemloft.net>
2530 L: linux-ide@vger.kernel.org
2531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2533 F: Documentation/ide/
2535 F: include/linux/ide.h
2538 M: Borislav Petkov <petkovbb@gmail.com>
2539 L: linux-ide@vger.kernel.org
2541 F: Documentation/cdrom/ide-cd
2542 F: drivers/ide/ide-cd*
2545 M: Andy Henroid <andrew.d.henroid@intel.com>
2546 L: linux-pm@lists.linux-foundation.org
2548 F: drivers/idle/i7300_idle.c
2551 M: Ben Collins <ben.collins@ubuntu.com>
2552 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2553 L: linux1394-devel@lists.sourceforge.net
2554 W: http://www.linux1394.org/
2555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2557 F: drivers/ieee1394/
2559 IEEE 1394 RAW I/O DRIVER
2560 M: Dan Dennedy <dan@dennedy.org>
2561 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2562 L: linux1394-devel@lists.sourceforge.net
2564 F: drivers/ieee1394/raw1394*
2566 IEEE 802.15.4 SUBSYSTEM
2567 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2568 M: Sergey Lapin <slapin@ossfans.org>
2569 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2570 W: http://apps.sourceforge.net/trac/linux-zigbee
2571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2574 F: drivers/ieee802154/
2576 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2577 M: Mimi Zohar <zohar@us.ibm.com>
2579 F: security/integrity/ima/
2581 IMS TWINTURBO FRAMEBUFFER DRIVER
2582 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2584 F: drivers/video/imsttfb.c
2586 INFINIBAND SUBSYSTEM
2587 M: Roland Dreier <rolandd@cisco.com>
2588 M: Sean Hefty <sean.hefty@intel.com>
2589 M: Hal Rosenstock <hal.rosenstock@gmail.com>
2590 L: linux-rdma@vger.kernel.org
2591 W: http://www.openib.org/
2592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2594 F: Documentation/infiniband/
2595 F: drivers/infiniband/
2596 F: include/linux/if_infiniband.h
2599 M: John McCutchan <john@johnmccutchan.com>
2600 M: Robert Love <rlove@rlove.org>
2601 M: Eric Paris <eparis@parisplace.org>
2603 F: Documentation/filesystems/inotify.txt
2604 F: fs/notify/inotify/
2605 F: include/linux/inotify.h
2607 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2608 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2609 M: Dmitry Torokhov <dtor@mail.ru>
2610 L: linux-input@vger.kernel.org
2611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2615 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2616 M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2617 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2619 F: Documentation/fb/intelfb.txt
2620 F: drivers/video/intelfb/
2622 INTEL 810/815 FRAMEBUFFER DRIVER
2623 M: Antonino Daplas <adaplas@gmail.com>
2624 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2626 F: drivers/video/i810/
2628 INTEL MENLOW THERMAL DRIVER
2629 M: Sujith Thomas <sujith.thomas@intel.com>
2630 L: linux-acpi@vger.kernel.org
2631 W: http://www.lesswatts.org/projects/acpi/
2633 F: drivers/platform/x86/intel_menlow.c
2635 INTEL IA32 MICROCODE UPDATE SUPPORT
2636 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2638 F: arch/x86/kernel/microcode_core.c
2639 F: arch/x86/kernel/microcode_intel.c
2641 INTEL I/OAT DMA DRIVER
2642 M: Maciej Sosnowski <maciej.sosnowski@intel.com>
2644 F: drivers/dma/ioat*
2647 M: David Woodhouse <dwmw2@infradead.org>
2648 L: iommu@lists.linux-foundation.org
2649 T: git git://git.infradead.org/iommu-2.6.git
2651 F: drivers/pci/intel-iommu.c
2652 F: include/linux/intel-iommu.h
2654 INTEL IOP-ADMA DMA DRIVER
2655 M: Dan Williams <dan.j.williams@intel.com>
2657 F: drivers/dma/iop-adma.c
2659 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2660 M: Krzysztof Halasa <khc@pm.waw.pl>
2662 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2663 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2664 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2665 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2666 F: drivers/net/arm/ixp4xx_eth.c
2667 F: drivers/net/wan/ixp4xx_hss.c
2669 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2670 M: Deepak Saxena <dsaxena@plexity.net>
2672 F: drivers/char/hw_random/ixp4xx-rng.c
2674 INTEL IXP2000 ETHERNET DRIVER
2675 M: Lennert Buytenhek <kernel@wantstofly.org>
2676 L: netdev@vger.kernel.org
2678 F: drivers/net/ixp2000/
2680 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2681 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2682 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2683 M: Bruce Allan <bruce.w.allan@intel.com>
2684 M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2685 M: John Ronciak <john.ronciak@intel.com>
2686 L: e1000-devel@lists.sourceforge.net
2687 W: http://e1000.sourceforge.net/
2689 F: drivers/net/e100.c
2690 F: drivers/net/e1000/
2691 F: drivers/net/e1000e/
2693 F: drivers/net/ixgb/
2694 F: drivers/net/ixgbe/
2696 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2697 M: Zhu Yi <yi.zhu@intel.com>
2698 M: Reinette Chatre <reinette.chatre@intel.com>
2699 M: Intel Linux Wireless <ilw@linux.intel.com>
2700 L: linux-wireless@vger.kernel.org
2701 W: http://ipw2100.sourceforge.net
2703 F: Documentation/networking/README.ipw2100
2704 F: drivers/net/wireless/ipw2x00/ipw2100.*
2706 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2707 M: Zhu Yi <yi.zhu@intel.com>
2708 M: Reinette Chatre <reinette.chatre@intel.com>
2709 M: Intel Linux Wireless <ilw@linux.intel.com>
2710 L: linux-wireless@vger.kernel.org
2711 W: http://ipw2200.sourceforge.net
2713 F: Documentation/networking/README.ipw2200
2714 F: drivers/net/wireless/ipw2x00/ipw2200.*
2716 INTEL WIRELESS WIMAX CONNECTION 2400
2717 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2718 M: linux-wimax@intel.com
2719 L: wimax@linuxwimax.org
2721 W: http://linuxwimax.org
2722 F: Documentation/wimax/README.i2400m
2723 F: drivers/net/wimax/i2400m/
2724 F: include/linux/wimax/i2400m.h
2726 INTEL WIRELESS WIFI LINK (iwlwifi)
2727 M: Zhu Yi <yi.zhu@intel.com>
2728 M: Reinette Chatre <reinette.chatre@intel.com>
2729 M: Intel Linux Wireless <ilw@linux.intel.com>
2730 L: linux-wireless@vger.kernel.org
2731 W: http://intellinuxwireless.org
2732 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2734 F: drivers/net/wireless/iwlwifi/
2736 IOC3 ETHERNET DRIVER
2737 M: Ralf Baechle <ralf@linux-mips.org>
2738 L: linux-mips@linux-mips.org
2740 F: drivers/net/ioc3-eth.c
2743 M: Pat Gefre <pfg@sgi.com>
2744 L: linux-mips@linux-mips.org
2746 F: drivers/serial/ioc3_serial.c
2749 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2751 F: net/ipv4/netfilter/ipt_MASQUERADE.c
2753 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2754 M: Francois Romieu <romieu@fr.zoreil.com>
2755 M: Sorbica Shieh <sorbica@icplus.com.tw>
2756 M: Jesse Huang <jesse@icplus.com.tw>
2757 L: netdev@vger.kernel.org
2759 F: drivers/net/ipg.c
2762 M: Ralph Campbell <infinipath@qlogic.com>
2763 L: linux-rdma@vger.kernel.org
2764 T: git git://git.qlogic.com/ipath-linux-2.6
2766 F: drivers/infiniband/hw/ipath/
2769 M: Corey Minyard <minyard@acm.org>
2770 L: openipmi-developer@lists.sourceforge.net
2771 W: http://openipmi.sourceforge.net/
2773 F: Documentation/IPMI.txt
2774 F: drivers/char/ipmi/
2775 F: include/linux/ipmi*
2777 IPS SCSI RAID DRIVER
2778 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2779 L: linux-scsi@vger.kernel.org
2780 W: http://www.adaptec.com/
2782 F: drivers/scsi/ips*
2785 M: Wensong Zhang <wensong@linux-vs.org>
2786 M: Simon Horman <horms@verge.net.au>
2787 M: Julian Anastasov <ja@ssi.bg>
2788 L: netdev@vger.kernel.org
2789 L: lvs-devel@vger.kernel.org
2791 F: Documentation/networking/ipvs-sysctl.txt
2792 F: net/netfilter/ipvs/
2795 M: Jiri Kosina <jkosina@suse.cz>
2796 M: David Sterba <dsterba@suse.cz>
2798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2799 F: drivers/char/pcmcia/ipwireless/
2802 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2803 L: netdev@vger.kernel.org
2805 F: include/linux/ipx.h
2806 F: include/net/ipx.h
2810 M: Samuel Ortiz <samuel@sortiz.org>
2811 L: irda-users@lists.sourceforge.net (subscribers-only)
2812 W: http://irda.sourceforge.net/
2814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2815 F: Documentation/networking/irda.txt
2816 F: drivers/net/irda/
2817 F: include/net/irda/
2821 M: Jaroslav Kysela <perex@perex.cz>
2823 F: Documentation/isapnp.txt
2824 F: drivers/pnp/isapnp/
2825 F: include/linux/isapnp.h
2828 M: Mike Christie <michaelc@cs.wisc.edu>
2829 L: open-iscsi@googlegroups.com
2830 W: www.open-iscsi.org
2831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2833 F: drivers/scsi/*iscsi*
2834 F: include/scsi/*iscsi*
2837 M: Karsten Keil <isdn@linux-pingi.de>
2838 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2839 W: http://www.isdn4linux.de
2840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2842 F: Documentation/isdn/
2844 F: include/linux/isdn.h
2845 F: include/linux/isdn/
2847 ISDN SUBSYSTEM (Eicon active card driver)
2848 M: Armin Schindler <mac@melware.de>
2849 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2850 W: http://www.melware.de
2852 F: drivers/isdn/hardware/eicon/
2854 IVTV VIDEO4LINUX DRIVER
2855 M: Hans Verkuil <hverkuil@xs4all.nl>
2856 L: ivtv-devel@ivtvdriver.org
2857 L: linux-media@vger.kernel.org
2858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2859 W: http://www.ivtvdriver.org
2861 F: Documentation/video4linux/*.ivtv
2862 F: drivers/media/video/ivtv/
2863 F: include/linux/ivtv*
2866 M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2867 L: jfs-discussion@lists.sourceforge.net
2868 W: http://jfs.sourceforge.net/
2869 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2871 F: Documentation/filesystems/jfs.txt
2875 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
2876 L: netdev@vger.kernel.org
2878 F: drivers/net/jme.*
2880 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2881 M: David Woodhouse <dwmw2@infradead.org>
2882 L: linux-mtd@lists.infradead.org
2883 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
2886 F: include/linux/jffs2.h
2888 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2889 M: Stephen Tweedie <sct@redhat.com>
2890 M: Andrew Morton <akpm@linux-foundation.org>
2891 L: linux-ext4@vger.kernel.org
2894 F: include/linux/ext*jbd*.h
2895 F: include/linux/jbd*.h
2897 K8TEMP HARDWARE MONITORING DRIVER
2898 M: Rudolf Marek <r.marek@assembler.cz>
2899 L: lm-sensors@lm-sensors.org
2901 F: Documentation/hwmon/k8temp
2902 F: drivers/hwmon/k8temp.c
2905 M: Roman Zippel <zippel@linux-m68k.org>
2906 L: linux-kbuild@vger.kernel.org
2908 F: Documentation/kbuild/kconfig-language.txt
2912 M: Vivek Goyal <vgoyal@redhat.com>
2913 M: Haren Myneni <hbabu@us.ibm.com>
2914 L: kexec@lists.infradead.org
2915 W: http://lse.sourceforge.net/kdump/
2917 F: Documentation/kdump/
2919 KERNEL AUTOMOUNTER (AUTOFS)
2920 M: "H. Peter Anvin" <hpa@zytor.com>
2921 L: autofs@linux.kernel.org
2925 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2926 M: Ian Kent <raven@themaw.net>
2927 L: autofs@linux.kernel.org
2932 M: Sam Ravnborg <sam@ravnborg.org>
2933 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2935 L: linux-kbuild@vger.kernel.org
2937 F: Documentation/kbuild/
2939 F: scripts/Makefile.*
2942 L: kernel-janitors@vger.kernel.org
2943 W: http://www.kerneljanitors.org/
2946 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2947 M: "J. Bruce Fields" <bfields@fieldses.org>
2948 M: Neil Brown <neilb@suse.de>
2949 L: linux-nfs@vger.kernel.org
2950 W: http://nfs.sourceforge.net/
2953 F: include/linux/nfsd/
2957 F: include/linux/lockd/
2958 F: include/linux/sunrpc/
2960 KERNEL VIRTUAL MACHINE (KVM)
2961 M: Avi Kivity <avi@redhat.com>
2962 M: Marcelo Tosatti <mtosatti@redhat.com>
2963 L: kvm@vger.kernel.org
2964 W: http://kvm.qumranet.com
2966 F: Documentation/*/kvm.txt
2968 F: arch/*/include/asm/kvm*
2969 F: include/linux/kvm*
2972 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2973 M: Joerg Roedel <joerg.roedel@amd.com>
2974 L: kvm@vger.kernel.org
2975 W: http://kvm.qumranet.com
2977 F: arch/x86/include/asm/svm.h
2978 F: arch/x86/kvm/kvm_svm.h
2979 F: arch/x86/kvm/svm.c
2981 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2982 M: Hollis Blanchard <hollisb@us.ibm.com>
2983 L: kvm-ppc@vger.kernel.org
2984 W: http://kvm.qumranet.com
2986 F: arch/powerpc/include/asm/kvm*
2987 F: arch/powerpc/kvm/
2989 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2990 M: Xiantao Zhang <xiantao.zhang@intel.com>
2991 L: kvm-ia64@vger.kernel.org
2992 W: http://kvm.qumranet.com
2994 F: Documentation/ia64/kvm.txt
2995 F: arch/ia64/include/asm/kvm*
2998 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2999 M: Carsten Otte <cotte@de.ibm.com>
3000 M: Christian Borntraeger <borntraeger@de.ibm.com>
3001 M: linux390@de.ibm.com
3002 L: linux-s390@vger.kernel.org
3003 W: http://www.ibm.com/developerworks/linux/linux390/
3005 F: Documentation/s390/kvm.txt
3006 F: arch/s390/include/asm/kvm*
3010 M: Eric Biederman <ebiederm@xmission.com>
3011 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3012 L: kexec@lists.infradead.org
3014 F: include/linux/kexec.h
3018 M: Jason Wessel <jason.wessel@windriver.com>
3019 L: kgdb-bugreport@lists.sourceforge.net
3021 F: Documentation/DocBook/kgdb.tmpl
3022 F: drivers/misc/kgdbts.c
3023 F: drivers/serial/kgdboc.c
3024 F: include/linux/kgdb.h
3028 M: Vegard Nossum <vegardno@ifi.uio.no>
3030 M: penberg@cs.helsinki.fi
3034 M: Catalin Marinas <catalin.marinas@arm.com>
3036 F: Documentation/kmemleak.txt
3037 F: include/linux/kmemleak.h
3039 F: mm/kmemleak-test.c
3042 M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3044 F: Documentation/trace/kmemtrace.txt
3045 F: include/linux/kmemtrace.h
3046 F: kernel/trace/kmemtrace.c
3049 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3050 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3051 M: "David S. Miller" <davem@davemloft.net>
3052 M: Masami Hiramatsu <mhiramat@redhat.com>
3054 F: Documentation/kprobes.txt
3055 F: include/linux/kprobes.h
3058 KS0108 LCD CONTROLLER DRIVER
3059 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3060 W: http://miguelojeda.es/auxdisplay.htm
3061 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3063 F: Documentation/auxdisplay/ks0108
3064 F: drivers/auxdisplay/ks0108.c
3065 F: include/linux/ks0108.h
3068 L: linux-x25@vger.kernel.org
3070 F: Documentation/networking/lapb-module.txt
3074 LASI 53c700 driver for PARISC
3075 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3076 L: linux-scsi@vger.kernel.org
3078 F: Documentation/scsi/53c700.txt
3079 F: drivers/scsi/53c700*
3082 M: Richard Purdie <rpurdie@rpsys.net>
3085 F: include/linux/leds.h
3087 LEGO USB Tower driver
3088 M: Juergen Stuber <starblue@users.sourceforge.net>
3089 L: legousb-devel@lists.sourceforge.net
3090 W: http://legousb.sourceforge.net/
3092 F: drivers/usb/misc/legousbtower.c
3095 M: Rusty Russell <rusty@rustcorp.com.au>
3096 L: lguest@ozlabs.org
3097 W: http://lguest.ozlabs.org/
3099 F: Documentation/lguest/
3102 F: include/linux/lguest*.h
3103 F: arch/x86/include/asm/lguest*.h
3105 LINUX FOR IBM pSERIES (RS/6000)
3106 M: Paul Mackerras <paulus@au.ibm.com>
3107 W: http://www.ibm.com/linux/ltc/projects/ppc
3110 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3111 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3112 M: Paul Mackerras <paulus@samba.org>
3113 W: http://www.penguinppc.org/
3114 L: linuxppc-dev@ozlabs.org
3115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3118 LINUX FOR POWER MACINTOSH
3119 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3120 W: http://www.penguinppc.org/
3121 L: linuxppc-dev@ozlabs.org
3124 LINUX FOR POWERPC EMBEDDED MPC5XXX
3125 M: Grant Likely <grant.likely@secretlab.ca>
3126 L: linuxppc-dev@ozlabs.org
3127 T: git git://git.secretlab.ca/git/linux-2.6.git
3130 LINUX FOR POWERPC EMBEDDED PPC4XX
3131 M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3132 M: Matt Porter <mporter@kernel.crashing.org>
3133 W: http://www.penguinppc.org/
3134 L: linuxppc-dev@ozlabs.org
3135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3138 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3139 M: Grant Likely <grant.likely@secretlab.ca>
3140 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3141 L: linuxppc-dev@ozlabs.org
3142 T: git git://git.secretlab.ca/git/linux-2.6.git
3145 LINUX FOR POWERPC EMBEDDED PPC8XX
3146 M: Vitaly Bordug <vitb@kernel.crashing.org>
3147 M: Marcelo Tosatti <marcelo@kvack.org>
3148 W: http://www.penguinppc.org/
3149 L: linuxppc-dev@ozlabs.org
3152 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3153 M: Kumar Gala <galak@kernel.crashing.org>
3154 W: http://www.penguinppc.org/
3155 L: linuxppc-dev@ozlabs.org
3158 LINUX FOR POWERPC PA SEMI PWRFICIENT
3159 M: Olof Johansson <olof@lixom.net>
3160 W: http://www.pasemi.com/
3161 L: linuxppc-dev@ozlabs.org
3164 LINUX SECURITY MODULE (LSM) FRAMEWORK
3165 M: Chris Wright <chrisw@sous-sol.org>
3166 L: linux-security-module@vger.kernel.org
3167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3171 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3173 F: include/linux/llc.h
3177 LIS3LV02D ACCELEROMETER DRIVER
3178 M: Eric Piel <eric.piel@tremplin-utc.net>
3180 F: Documentation/hwmon/lis3lv02d
3181 F: drivers/hwmon/lis3lv02d.*
3183 LM83 HARDWARE MONITOR DRIVER
3184 M: Jean Delvare <khali@linux-fr.org>
3185 L: lm-sensors@lm-sensors.org
3187 F: Documentation/hwmon/lm83
3188 F: drivers/hwmon/lm83.c
3190 LM90 HARDWARE MONITOR DRIVER
3191 M: Jean Delvare <khali@linux-fr.org>
3192 L: lm-sensors@lm-sensors.org
3194 F: Documentation/hwmon/lm90
3195 F: drivers/hwmon/lm90.c
3197 LOCKDEP AND LOCKSTAT
3198 M: Peter Zijlstra <peterz@infradead.org>
3199 M: Ingo Molnar <mingo@redhat.com>
3200 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3202 F: Documentation/lockdep*.txt
3203 F: Documentation/lockstat.txt
3204 F: include/linux/lockdep.h
3207 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3208 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3209 L: linux-ntfs-dev@lists.sourceforge.net
3210 W: http://www.linux-ntfs.org/content/view/19/37/
3212 F: Documentation/ldm.txt
3213 F: fs/partitions/ldm.*
3215 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3216 M: Eric Moore <Eric.Moore@lsi.com>
3218 L: DL-MPTFusionLinux@lsi.com
3219 L: linux-scsi@vger.kernel.org
3220 W: http://www.lsilogic.com/support
3222 F: drivers/message/fusion/
3224 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3225 M: Matthew Wilcox <matthew@wil.cx>
3226 L: linux-scsi@vger.kernel.org
3228 F: drivers/scsi/sym53c8xx_2/
3230 LTP (Linux Test Project)
3231 M: Subrata Modak <subrata@linux.vnet.ibm.com>
3232 M: Mike Frysinger <vapier@gentoo.org>
3233 L: ltp-list@lists.sourceforge.net (subscribers-only)
3234 W: http://ltp.sourceforge.net/
3235 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3239 M: Hirokazu Takata <takata@linux-m32r.org>
3240 L: linux-m32r@ml.linux-m32r.org
3241 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3242 W: http://www.linux-m32r.org/
3247 M: Geert Uytterhoeven <geert@linux-m68k.org>
3248 M: Roman Zippel <zippel@linux-m68k.org>
3249 L: linux-m68k@lists.linux-m68k.org
3250 W: http://www.linux-m68k.org/
3251 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3256 M68K ON APPLE MACINTOSH
3257 M: Joshua Thompson <funaho@jurai.org>
3258 W: http://www.mac.linux-m68k.org/
3259 L: linux-m68k@lists.linux-m68k.org
3264 M: Philip Blundell <philb@gnu.org>
3265 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3270 M: Johannes Berg <johannes@sipsolutions.net>
3271 L: linux-wireless@vger.kernel.org
3272 W: http://linuxwireless.org/
3273 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3275 F: Documentation/networking/mac80211-injection.txt
3276 F: include/net/mac80211.h
3279 MAC80211 PID RATE CONTROL
3280 M: Stefano Brivio <stefano.brivio@polimi.it>
3281 M: Mattias Nissler <mattias.nissler@gmx.de>
3282 L: linux-wireless@vger.kernel.org
3283 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3286 F: net/mac80211/rc80211_pid*
3289 M: Patrick McHardy <kaber@trash.net>
3290 L: netdev@vger.kernel.org
3292 F: drivers/net/macvlan.c
3293 F: include/linux/if_macvlan.h
3295 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3296 M: Michael Kerrisk <mtk.manpages@gmail.com>
3297 W: http://www.kernel.org/doc/man-pages
3298 L: linux-man@vger.kernel.org
3301 MARVELL LIBERTAS WIRELESS DRIVER
3302 M: Dan Williams <dcbw@redhat.com>
3303 L: libertas-dev@lists.infradead.org
3305 F: drivers/net/wireless/libertas/
3307 MARVELL MV643XX ETHERNET DRIVER
3308 M: Lennert Buytenhek <buytenh@marvell.com>
3309 L: netdev@vger.kernel.org
3311 F: drivers/net/mv643xx_eth.*
3312 F: include/linux/mv643xx.h
3314 MARVELL MWL8K WIRELESS DRIVER
3315 M: Lennert Buytenhek <buytenh@marvell.com>
3316 L: linux-wireless@vger.kernel.org
3318 F: drivers/net/wireless/mwl8k.c
3320 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3321 M: Nicolas Pitre <nico@fluxnic.net>
3324 MARVELL YUKON / SYSKONNECT DRIVER
3325 M: Mirko Lindner <mlindner@syskonnect.de>
3326 M: Ralph Roesler <rroesler@syskonnect.de>
3327 W: http://www.syskonnect.com
3330 MATROX FRAMEBUFFER DRIVER
3331 M: Petr Vandrovec <vandrove@vc.cvut.cz>
3332 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3334 F: drivers/video/matrox/matroxfb_*
3335 F: include/linux/matroxfb.h
3337 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3338 M: "Hans J. Koch" <hjk@linutronix.de>
3339 L: lm-sensors@lm-sensors.org
3341 F: Documentation/hwmon/max6650
3342 F: drivers/hwmon/max6650.c
3344 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3345 M: Mauro Carvalho Chehab <mchehab@infradead.org>
3346 P: LinuxTV.org Project
3347 L: linux-media@vger.kernel.org
3348 W: http://linuxtv.org
3349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3351 F: Documentation/dvb/
3352 F: Documentation/video4linux/
3355 F: include/linux/dvb/
3356 F: include/linux/videodev*.h
3358 MEGARAID SCSI DRIVERS
3359 M: Neela Syam Kolli <megaraidlinux@lsi.com>
3360 L: linux-scsi@vger.kernel.org
3361 W: http://megaraid.lsilogic.com
3363 F: Documentation/scsi/megaraid.txt
3364 F: drivers/scsi/megaraid.*
3365 F: drivers/scsi/megaraid/
3368 L: linux-mm@kvack.org
3369 W: http://www.linux-mm.org
3371 F: include/linux/mm.h
3374 MEMORY RESOURCE CONTROLLER
3375 M: Balbir Singh <balbir@linux.vnet.ibm.com>
3376 M: Pavel Emelyanov <xemul@openvz.org>
3377 M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3378 L: linux-mm@kvack.org
3382 MEMORY TECHNOLOGY DEVICES (MTD)
3383 M: David Woodhouse <dwmw2@infradead.org>
3384 W: http://www.linux-mtd.infradead.org/
3385 L: linux-mtd@lists.infradead.org
3386 T: git git://git.infradead.org/mtd-2.6.git
3389 F: include/linux/mtd/
3392 MICROBLAZE ARCHITECTURE
3393 M: Michal Simek <monstr@monstr.eu>
3394 L: microblaze-uclinux@itee.uq.edu.au
3395 W: http://www.monstr.eu/fdt/
3396 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3401 M: Oliver Neukum <oliver@neukum.name>
3403 F: drivers/usb/image/microtek.*
3406 M: Ralf Baechle <ralf@linux-mips.org>
3407 W: http://www.linux-mips.org/
3408 L: linux-mips@linux-mips.org
3409 T: git git://git.linux-mips.org/pub/scm/linux.git
3411 F: Documentation/mips/
3414 MISCELLANEOUS MCA-SUPPORT
3415 M: James Bottomley <James.Bottomley@HansenPartnership.com>
3417 F: Documentation/ia64/mca.txt
3418 F: Documentation/mca.txt
3420 F: include/linux/mca*
3423 M: Rusty Russell <rusty@rustcorp.com.au>
3425 F: include/linux/module.h
3428 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3429 M: Stelian Pop <stelian@popies.net>
3430 W: http://popies.net/meye/
3432 F: Documentation/video4linux/meye.txt
3433 F: drivers/media/video/meye.*
3434 F: include/linux/meye.h
3436 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3437 M: Pavel Pisa <ppisa@pikron.com>
3438 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3440 F: drivers/mmc/host/imxmmc.*
3442 MOUSE AND MISC DEVICES [GENERAL]
3443 M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3445 F: drivers/input/mouse/
3446 F: include/linux/gpio_mouse.h
3448 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3449 M: Jiri Slaby <jirislaby@gmail.com>
3451 F: Documentation/serial/moxa-smartio
3452 F: drivers/char/mxser.*
3455 M: Lennart Poettering <mzxreary@0pointer.de>
3456 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3457 W: http://0pointer.de/lennart/tchibo.html
3459 F: drivers/platform/x86/msi-laptop.c
3461 MULTIFUNCTION DEVICES (MFD)
3462 M: Samuel Ortiz <sameo@linux.intel.com>
3463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3467 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3469 L: linux-mmc@vger.kernel.org
3471 F: include/linux/mmc/
3473 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3474 M: David Brownell <dbrownell@users.sourceforge.net>
3476 F: drivers/mmc/host/mmc_spi.c
3477 F: include/linux/spi/mmc_spi.h
3479 MULTISOUND SOUND DRIVER
3480 M: Andrew Veliath <andrewtv@usa.net>
3482 F: Documentation/sound/oss/MultiSound
3485 MULTITECH MULTIPORT CARD (ISICOM)
3486 M: Jiri Slaby <jirislaby@gmail.com>
3488 F: drivers/char/isicom.c
3489 F: include/linux/isicom.h
3491 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3492 M: Felipe Balbi <felipe.balbi@nokia.com>
3493 L: linux-usb@vger.kernel.org
3494 T: git git://gitorious.org/musb/mainline.git
3496 F: drivers/usb/musb/
3498 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3499 M: Andrew Gallatin <gallatin@myri.com>
3500 M: Brice Goglin <brice@myri.com>
3501 L: netdev@vger.kernel.org
3502 W: http://www.myri.com/scs/download-Myri10GE.html
3504 F: drivers/net/myri10ge/
3506 NATSEMI ETHERNET DRIVER (DP8381x)
3507 M: Tim Hockin <thockin@hockin.org>
3509 F: drivers/net/natsemi.c
3512 M: Petr Vandrovec <vandrove@vc.cvut.cz>
3513 L: linware@sh.cvut.cz
3517 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3518 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3519 L: linux-scsi@vger.kernel.org
3521 F: drivers/scsi/NCR_D700.*
3523 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3524 M: Faisal Latif <faisal.latif@intel.com>
3525 M: Chien Tung <chien.tin.tung@intel.com>
3526 L: linux-rdma@vger.kernel.org
3527 W: http://www.neteffect.com
3529 F: drivers/infiniband/hw/nes/
3531 NETEM NETWORK EMULATOR
3532 M: Stephen Hemminger <shemminger@linux-foundation.org>
3533 L: netem@lists.linux-foundation.org
3535 F: net/sched/sch_netem.c
3537 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3538 M: Ramkrishna Vepa <ram.vepa@neterion.com>
3539 M: Rastapur Santosh <santosh.rastapur@neterion.com>
3540 M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3541 M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3542 M: Anil Murthy <anil.murthy@neterion.com>
3543 L: netdev@vger.kernel.org
3544 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3545 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3547 F: Documentation/networking/s2io.txt
3548 F: drivers/net/s2io*
3550 NETFILTER/IPTABLES/IPCHAINS
3556 M: Patrick McHardy <kaber@trash.net>
3557 L: netfilter-devel@vger.kernel.org
3558 L: netfilter@vger.kernel.org
3559 L: coreteam@netfilter.org
3560 W: http://www.netfilter.org/
3561 W: http://www.iptables.org/
3562 T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3564 F: include/linux/netfilter*
3565 F: include/linux/netfilter/
3566 F: include/net/netfilter/
3567 F: net/*/netfilter.c
3572 M: Paul Moore <paul.moore@hp.com>
3573 W: http://netlabel.sf.net
3574 L: netdev@vger.kernel.org
3576 F: Documentation/netlabel/
3577 F: include/net/netlabel.h
3580 NETROM NETWORK LAYER
3581 M: Ralf Baechle <ralf@linux-mips.org>
3582 L: linux-hams@vger.kernel.org
3583 W: http://www.linux-ax25.org/
3585 F: include/linux/netrom.h
3586 F: include/net/netrom.h
3589 NETWORK BLOCK DEVICE (NBD)
3590 M: Paul Clements <Paul.Clements@steeleye.com>
3592 F: Documentation/blockdev/nbd.txt
3593 F: drivers/block/nbd.c
3594 F: include/linux/nbd.h
3596 NETWORKING [GENERAL]
3597 M: "David S. Miller" <davem@davemloft.net>
3598 L: netdev@vger.kernel.org
3599 W: http://www.linuxfoundation.org/en/Net
3600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3604 F: include/linux/in.h
3605 F: include/linux/net.h
3606 F: include/linux/netdevice.h
3608 NETWORKING [IPv4/IPv6]
3609 M: "David S. Miller" <davem@davemloft.net>
3610 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3611 M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3612 M: James Morris <jmorris@namei.org>
3613 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3614 M: Patrick McHardy <kaber@trash.net>
3615 L: netdev@vger.kernel.org
3616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3622 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3623 M: Paul Moore <paul.moore@hp.com>
3624 L: netdev@vger.kernel.org
3627 NETWORKING [WIRELESS]
3628 M: "John W. Linville" <linville@tuxdriver.com>
3629 L: linux-wireless@vger.kernel.org
3630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3635 F: include/net/ieee80211*
3636 F: include/linux/wireless.h
3637 F: drivers/net/wireless/
3640 L: netdev@vger.kernel.org
3641 W: http://www.linuxfoundation.org/en/Net
3642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3645 F: include/linux/if_*
3646 F: include/linux/*device.h
3648 NETXEN (1/10) GbE SUPPORT
3649 M: Dhananjay Phadke <dhananjay@netxen.com>
3650 L: netdev@vger.kernel.org
3651 W: http://www.netxen.com
3653 F: drivers/net/netxen/
3655 NFS, SUNRPC, AND LOCKD CLIENTS
3656 M: Trond Myklebust <Trond.Myklebust@netapp.com>
3657 L: linux-nfs@vger.kernel.org
3658 W: http://client.linux-nfs.org
3659 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3665 F: include/linux/lockd/
3666 F: include/linux/nfs*
3667 F: include/linux/sunrpc/
3669 NI5010 NETWORK DRIVER
3670 M: Jan-Pascal van Best <janpascal@vanbest.org>
3671 M: Andreas Mohr <andi@lisas.de>
3672 L: netdev@vger.kernel.org
3674 F: drivers/net/ni5010.*
3677 M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3679 W: http://www.nilfs.org/en/
3681 F: Documentation/filesystems/nilfs2.txt
3683 F: include/linux/nilfs2_fs.h
3685 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3686 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3687 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3689 F: Documentation/scsi/NinjaSCSI.txt
3690 F: drivers/scsi/pcmcia/nsp_*
3692 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3693 M: GOTO Masanori <gotom@debian.or.jp>
3694 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3695 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3697 F: Documentation/scsi/NinjaSCSI.txt
3698 F: drivers/scsi/nsp32*
3701 M: Anton Altaparmakov <aia21@cantab.net>
3702 L: linux-ntfs-dev@lists.sourceforge.net
3703 W: http://www.linux-ntfs.org/
3704 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3706 F: Documentation/filesystems/ntfs.txt
3709 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3710 M: Antonino Daplas <adaplas@gmail.com>
3711 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3713 F: drivers/video/riva/
3714 F: drivers/video/nvidia/
3717 M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
3718 L: linux-omap@vger.kernel.org
3719 W: http://www.muru.com/linux/omap/
3720 W: http://linux.omap.com/
3721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3725 OMAP CLOCK FRAMEWORK SUPPORT
3726 M: Paul Walmsley <paul@pwsan.com>
3727 L: linux-omap@vger.kernel.org
3729 F: arch/arm/*omap*/*clock*
3731 OMAP POWER MANAGEMENT SUPPORT
3732 M: Kevin Hilman <khilman@deeprootsystems.com>
3733 L: linux-omap@vger.kernel.org
3735 F: arch/arm/*omap*/*pm*
3738 M: Jarkko Nikula <jhnikula@gmail.com>
3739 L: alsa-devel@alsa-project.org (subscribers-only)
3740 L: linux-omap@vger.kernel.org
3744 OMAP FRAMEBUFFER SUPPORT
3745 M: Imre Deak <imre.deak@nokia.com>
3746 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3747 L: linux-omap@vger.kernel.org
3749 F: drivers/video/omap/
3752 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
3753 L: linux-omap@vger.kernel.org
3755 F: drivers/mmc/host/*omap*
3757 OMAP RANDOM NUMBER GENERATOR SUPPORT
3758 M: Deepak Saxena <dsaxena@plexity.net>
3760 F: drivers/char/hw_random/omap-rng.c
3763 M: Felipe Balbi <felipe.balbi@nokia.com>
3764 M: David Brownell <dbrownell@users.sourceforge.net>
3765 L: linux-usb@vger.kernel.org
3766 L: linux-omap@vger.kernel.org
3770 M: Bob Copeland <me@bobcopeland.com>
3771 L: linux-karma-devel@lists.sourceforge.net
3773 F: Documentation/filesystems/omfs.txt
3776 OMNIKEY CARDMAN 4000 DRIVER
3777 M: Harald Welte <laforge@gnumonks.org>
3779 F: drivers/char/pcmcia/cm4000_cs.c
3780 F: include/linux/cm4000_cs.h
3782 OMNIKEY CARDMAN 4040 DRIVER
3783 M: Harald Welte <laforge@gnumonks.org>
3785 F: drivers/char/pcmcia/cm4040_cs.*
3787 OMNIVISION OV7670 SENSOR DRIVER
3788 M: Jonathan Corbet <corbet@lwn.net>
3789 L: linux-media@vger.kernel.org
3790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3792 F: drivers/media/video/ov7670.c
3794 ONENAND FLASH DRIVER
3795 M: Kyungmin Park <kyungmin.park@samsung.com>
3796 L: linux-mtd@lists.infradead.org
3798 F: drivers/mtd/onenand/
3799 F: include/linux/mtd/onenand*.h
3801 ONSTREAM SCSI TAPE DRIVER
3802 M: Willem Riede <osst@riede.org>
3803 L: osst-users@lists.sourceforge.net
3804 L: linux-scsi@vger.kernel.org
3806 F: drivers/scsi/osst*
3809 OPENCORES I2C BUS DRIVER
3810 M: Peter Korsgaard <jacmet@sunsite.dk>
3811 L: linux-i2c@vger.kernel.org
3813 F: Documentation/i2c/busses/i2c-ocores
3814 F: drivers/i2c/busses/i2c-ocores.c
3817 M: Robert Richter <robert.richter@amd.com>
3818 L: oprofile-list@lists.sf.net
3821 F: drivers/oprofile/
3822 F: include/linux/oprofile.h
3824 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3825 M: Mark Fasheh <mfasheh@suse.com>
3826 M: Joel Becker <joel.becker@oracle.com>
3827 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3828 W: http://oss.oracle.com/projects/ocfs2/
3829 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3831 F: Documentation/filesystems/ocfs2.txt
3832 F: Documentation/filesystems/dlmfs.txt
3836 M: Pavel Roskin <proski@gnu.org>
3837 M: David Gibson <hermes@gibson.dropbear.id.au>
3838 L: linux-wireless@vger.kernel.org
3839 L: orinoco-users@lists.sourceforge.net
3840 L: orinoco-devel@lists.sourceforge.net
3841 W: http://www.nongnu.org/orinoco/
3843 F: drivers/net/wireless/orinoco/
3845 OSD LIBRARY and FILESYSTEM
3846 M: Boaz Harrosh <bharrosh@panasas.com>
3847 M: Benny Halevy <bhalevy@panasas.com>
3848 L: osd-dev@open-osd.org
3849 W: http://open-osd.org
3850 T: git git://git.open-osd.org/open-osd.git
3852 F: drivers/scsi/osd/
3853 F: include/scsi/osd_*
3857 M: Michael Wu <flamingice@sourmilk.net>
3858 L: linux-wireless@vger.kernel.org
3859 W: http://prism54.org
3860 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3862 F: drivers/net/wireless/p54/
3864 PA SEMI ETHERNET DRIVER
3865 M: Olof Johansson <olof@lixom.net>
3866 L: netdev@vger.kernel.org
3868 F: drivers/net/pasemi_mac.*
3870 PA SEMI SMBUS DRIVER
3871 M: Olof Johansson <olof@lixom.net>
3872 L: linux-i2c@vger.kernel.org
3874 F: drivers/i2c/busses/i2c-pasemi.c
3876 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3877 M: Harald Welte <laforge@gnumonks.org>
3879 F: drivers/platform/x86/panasonic-laptop.c
3881 PANASONIC MN10300/AM33 PORT
3882 M: David Howells <dhowells@redhat.com>
3883 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
3884 L: linux-am33-list@redhat.com (moderated for non-subscribers)
3885 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3887 F: Documentation/mn10300/
3890 PARALLEL PORT SUPPORT
3891 L: linux-parport@lists.infradead.org (subscribers-only)
3894 F: include/linux/parport*.h
3895 F: drivers/char/ppdev.c
3896 F: include/linux/ppdev.h
3898 PARAVIRT_OPS INTERFACE
3899 M: Jeremy Fitzhardinge <jeremy@xensource.com>
3900 M: Chris Wright <chrisw@sous-sol.org>
3901 M: Alok Kataria <akataria@vmware.com>
3902 M: Rusty Russell <rusty@rustcorp.com.au>
3903 L: virtualization@lists.osdl.org
3905 F: Documentation/ia64/paravirt_ops.txt
3906 F: arch/*/kernel/paravirt*
3907 F: arch/*/include/asm/paravirt.h
3909 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3910 M: Tim Waugh <tim@cyberelk.net>
3911 L: linux-parport@lists.infradead.org (subscribers-only)
3912 W: http://www.torque.net/linux-pp.html
3914 F: Documentation/blockdev/paride.txt
3915 F: drivers/block/paride/
3918 M: Kyle McMartin <kyle@mcmartin.ca>
3919 M: Helge Deller <deller@gmx.de>
3920 L: linux-parisc@vger.kernel.org
3921 W: http://www.parisc-linux.org/
3922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3927 PC87360 HARDWARE MONITORING DRIVER
3928 M: Jim Cromie <jim.cromie@gmail.com>
3929 L: lm-sensors@lm-sensors.org
3931 F: Documentation/hwmon/pc87360
3932 F: drivers/hwmon/pc87360.c
3935 M: Jim Cromie <jim.cromie@gmail.com>
3937 F: drivers/char/pc8736x_gpio.c
3940 M: Riku Voipio <riku.voipio@iki.fi>
3942 F: drivers/leds/leds-pca9532.c
3943 F: include/linux/leds-pca9532.h
3946 M: Linas Vepstas <linas@austin.ibm.com>
3947 L: linux-pci@vger.kernel.org
3949 F: Documentation/PCI/pci-error-recovery.txt
3950 F: Documentation/powerpc/eeh-pci-error-recovery.txt
3953 M: Jesse Barnes <jbarnes@virtuousgeek.org>
3954 L: linux-pci@vger.kernel.org
3955 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3957 F: Documentation/PCI/
3959 F: include/linux/pci*
3962 M: Jesse Barnes <jbarnes@virtuousgeek.org>
3963 L: linux-pci@vger.kernel.org
3965 F: drivers/pci/hotplug
3968 P: Linux PCMCIA Team
3969 L: linux-pcmcia@lists.infradead.org
3970 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3973 F: Documentation/pcmcia/
3977 PCNET32 NETWORK DRIVER
3978 M: Don Fry <pcnet32@verizon.net>
3979 L: netdev@vger.kernel.org
3981 F: drivers/net/pcnet32.c
3983 PER-TASK DELAY ACCOUNTING
3984 M: Balbir Singh <balbir@linux.vnet.ibm.com>
3986 F: include/linux/delayacct.h
3987 F: kernel/delayacct.c
3989 PERFORMANCE COUNTER SUBSYSTEM
3990 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
3991 M: Paul Mackerras <paulus@samba.org>
3992 M: Ingo Molnar <mingo@elte.hu>
3995 PERSONALITY HANDLING
3996 M: Christoph Hellwig <hch@infradead.org>
3997 L: linux-abi-devel@lists.sourceforge.net
3999 F: include/linux/personality.h
4002 M: Joern Engel <joern@lazybastard.org>
4003 L: linux-mtd@lists.infradead.org
4005 F: drivers/mtd/devices/phram.c
4008 M: Peter Osterlund <petero2@telia.com>
4010 F: drivers/block/pktcdvd.c
4011 F: include/linux/pktcdvd.h
4013 PMC SIERRA MaxRAID DRIVER
4014 P: Anil Ravindranath
4015 M: anil_ravindranath@pmc-sierra.com
4016 L: linux-scsi@vger.kernel.org
4017 W: http://www.pmc-sierra.com/
4019 F: drivers/scsi/pmcraid.*
4021 POSIX CLOCKS and TIMERS
4022 M: Thomas Gleixner <tglx@linutronix.de>
4025 F: include/linux/timer*
4028 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4029 M: Anton Vorontsov <cbou@mail.ru>
4030 M: David Woodhouse <dwmw2@infradead.org>
4031 T: git git://git.infradead.org/battery-2.6.git
4033 F: include/linux/power_supply.h
4034 F: drivers/power/power_supply*
4037 M: Adam Belay <abelay@mit.edu>
4038 M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4043 M: Vitaly Wool <vitalywool@gmail.com>
4044 L: linux-i2c@vger.kernel.org
4046 F: drivers/i2c/busses/i2c-pnx.c
4048 PPP PROTOCOL DRIVERS AND COMPRESSORS
4049 M: Paul Mackerras <paulus@samba.org>
4050 L: linux-ppp@vger.kernel.org
4052 F: drivers/net/ppp_*
4054 PPP OVER ATM (RFC 2364)
4055 M: Mitchell Blank Jr <mitch@sfgoth.com>
4057 F: net/atm/pppoatm.c
4058 F: include/linux/atmppp.h
4061 M: Michal Ostrowski <mostrows@earthlink.net>
4063 F: drivers/net/pppoe.c
4064 F: drivers/net/pppox.c
4067 M: James Chapman <jchapman@katalix.com>
4069 F: drivers/net/pppol2tp.c
4070 F: include/linux/if_pppol2tp.h
4073 M: Rodolfo Giometti <giometti@enneenne.com>
4074 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4075 L: linuxpps@ml.enneenne.com (subscribers-only)
4077 F: Documentation/pps/
4079 F: include/linux/pps*.h
4082 M: Robert Love <rml@tech9.net>
4083 L: kpreempt-tech@lists.sourceforge.net
4084 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4086 F: Documentation/preempt-locking.txt
4087 F: include/linux/preempt.h
4089 PRISM54 WIRELESS DRIVER
4090 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4091 L: linux-wireless@vger.kernel.org
4092 W: http://prism54.org
4094 F: drivers/net/wireless/prism54/
4096 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4097 M: Peter Denison <promise@pnd-pc.demon.co.uk>
4098 W: http://www.pnd-pc.demon.co.uk/promise/
4101 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4102 M: Mikael Pettersson <mikpe@it.uu.se>
4103 L: linux-ide@vger.kernel.org
4105 F: drivers/ata/sata_promise.*
4108 M: Geoff Levand <geoffrey.levand@am.sony.com>
4109 L: netdev@vger.kernel.org
4110 L: cbe-oss-dev@ozlabs.org
4112 F: drivers/net/ps3_gelic_net.*
4114 PS3 PLATFORM SUPPORT
4115 M: Geoff Levand <geoffrey.levand@am.sony.com>
4116 L: linuxppc-dev@ozlabs.org
4117 L: cbe-oss-dev@ozlabs.org
4119 F: arch/powerpc/boot/ps3*
4120 F: arch/powerpc/include/asm/lv1call.h
4121 F: arch/powerpc/include/asm/ps3*.h
4122 F: arch/powerpc/platforms/ps3/
4125 F: drivers/rtc/rtc-ps3.c
4126 F: drivers/usb/host/*ps3.c
4127 F: sound/ppc/snd_ps3*
4130 M: Jim Paris <jim@jtan.com>
4131 L: cbe-oss-dev@ozlabs.org
4135 M: Roland McGrath <roland@redhat.com>
4136 M: Oleg Nesterov <oleg@redhat.com>
4138 F: include/asm-generic/syscall.h
4139 F: include/linux/ptrace.h
4140 F: include/linux/regset.h
4141 F: include/linux/tracehook.h
4144 PVRUSB2 VIDEO4LINUX DRIVER
4145 M: Mike Isely <isely@pobox.com>
4146 L: pvrusb2@isely.net (subscribers-only)
4147 L: linux-media@vger.kernel.org
4148 W: http://www.isely.net/pvrusb2/
4149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4151 F: Documentation/video4linux/README.pvrusb2
4152 F: drivers/media/video/pvrusb2/
4154 PXA2xx/PXA3xx SUPPORT
4155 M: Eric Miao <eric.y.miao@gmail.com>
4156 M: Russell King <linux@arm.linux.org.uk>
4157 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4159 F: arch/arm/mach-pxa/
4160 F: drivers/pcmcia/pxa2xx*
4161 F: drivers/spi/pxa2xx*
4162 F: drivers/usb/gadget/pxa2*
4163 F: include/sound/pxa2xx-lib.h
4168 M: Eric Miao <eric.y.miao@gmail.com>
4169 M: Jason Chagas <jason.chagas@marvell.com>
4170 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4175 M: Eric Miao <eric.y.miao@gmail.com>
4176 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4184 M: Robert Jarzmik <robert.jarzmik@free.fr>
4185 L: rtc-linux@googlegroups.com
4188 QLOGIC QLA2XXX FC-SCSI DRIVER
4189 M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4190 M: linux-driver@qlogic.com
4191 L: linux-scsi@vger.kernel.org
4193 F: Documentation/scsi/LICENSE.qla2xxx
4194 F: drivers/scsi/qla2xxx/
4196 QLOGIC QLA3XXX NETWORK DRIVER
4197 M: Ron Mercer <ron.mercer@qlogic.com>
4198 M: linux-driver@qlogic.com
4199 L: netdev@vger.kernel.org
4201 F: Documentation/networking/LICENSE.qla3xxx
4202 F: drivers/net/qla3xxx.*
4204 QLOGIC QLGE 10Gb ETHERNET DRIVER
4205 M: Ron Mercer <ron.mercer@qlogic.com>
4206 M: linux-driver@qlogic.com
4207 L: netdev@vger.kernel.org
4209 F: drivers/net/qlge/
4212 M: Anders Larsen <al@alarsen.net>
4213 W: http://www.alarsen.net/linux/qnx4fs/
4216 F: include/linux/qnx4_fs.h
4217 F: include/linux/qnxtypes.h
4219 RADEON FRAMEBUFFER DISPLAY DRIVER
4220 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4221 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4223 F: drivers/video/aty/radeon*
4224 F: include/linux/radeonfb.h
4226 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4227 M: Paul Mackerras <paulus@samba.org>
4228 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4230 F: drivers/video/aty/aty128fb.c
4232 RALINK RT2X00 WIRELESS LAN DRIVER
4234 L: linux-wireless@vger.kernel.org
4235 L: users@rt2x00.serialmonkey.com
4236 W: http://rt2x00.serialmonkey.com/
4238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4239 F: drivers/net/wireless/rt2x00/
4241 RAMDISK RAM BLOCK DEVICE DRIVER
4242 M: Nick Piggin <npiggin@suse.de>
4244 F: Documentation/blockdev/ramdisk.txt
4245 F: drivers/block/brd.c
4247 RANDOM NUMBER DRIVER
4248 M: Matt Mackall <mpm@selenic.com>
4250 F: drivers/char/random.c
4253 M: Matt Porter <mporter@kernel.crashing.org>
4257 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4258 M: Corey Thomas <coreythomas@charter.net>
4259 L: linux-wireless@vger.kernel.org
4261 F: drivers/net/wireless/ray*
4264 M: Josh Triplett <josh@freedesktop.org>
4265 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4267 F: Documentation/RCU/torture.txt
4268 F: kernel/rcutorture.c
4271 M: Florian Fainelli <florian@openwrt.org>
4274 RDC R6040 FAST ETHERNET DRIVER
4275 M: Florian Fainelli <florian@openwrt.org>
4276 L: netdev@vger.kernel.org
4278 F: drivers/net/r6040.c
4280 RDS - RELIABLE DATAGRAM SOCKETS
4281 M: Andy Grover <andy.grover@oracle.com>
4282 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4286 READ-COPY UPDATE (RCU)
4287 M: Dipankar Sarma <dipankar@in.ibm.com>
4288 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4289 W: http://www.rdrop.com/users/paulmck/rclock/
4291 F: Documentation/RCU/rcu.txt
4292 F: Documentation/RCU/rcuref.txt
4293 F: include/linux/rcupdate.h
4294 F: include/linux/srcu.h
4295 F: kernel/rcupdate.c
4297 REAL TIME CLOCK DRIVER
4298 M: Paul Gortmaker <p_gortmaker@yahoo.com>
4300 F: Documentation/rtc.txt
4302 F: include/linux/rtc.h
4304 REAL TIME CLOCK (RTC) SUBSYSTEM
4305 M: Alessandro Zummo <a.zummo@towertech.it>
4306 L: rtc-linux@googlegroups.com
4308 F: Documentation/rtc.txt
4310 F: include/linux/rtc.h
4312 REISERFS FILE SYSTEM
4313 L: reiserfs-devel@vger.kernel.org
4318 M: Johannes Berg <johannes@sipsolutions.net>
4319 L: linux-wireless@vger.kernel.org
4321 F Documentation/rfkill.txt
4326 F: Documentation/serial/riscom8.txt
4327 F: drivers/char/riscom8*
4331 W: http://www.comtrol.com
4333 F: Documentation/serial/rocket.txt
4334 F: drivers/char/rocket*
4337 M: Ralf Baechle <ralf@linux-mips.org>
4338 L: linux-hams@vger.kernel.org
4339 W: http://www.linux-ax25.org/
4341 F: include/linux/rose.h
4342 F: include/net/rose.h
4345 RTL8180 WIRELESS DRIVER
4346 M: "John W. Linville" <linville@tuxdriver.com>
4347 L: linux-wireless@vger.kernel.org
4348 W: http://linuxwireless.org/
4349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4351 F: drivers/net/wireless/rtl818x/rtl8180*
4353 RTL8187 WIRELESS DRIVER
4354 M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4355 M: Hin-Tak Leung <htl10@users.sourceforge.net>
4356 M: Larry Finger <Larry.Finger@lwfinger.net>
4357 L: linux-wireless@vger.kernel.org
4358 W: http://linuxwireless.org/
4359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4361 F: drivers/net/wireless/rtl818x/rtl8187*
4363 S3 SAVAGE FRAMEBUFFER DRIVER
4364 M: Antonino Daplas <adaplas@gmail.com>
4365 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4367 F: drivers/video/savage/
4370 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4371 M: Heiko Carstens <heiko.carstens@de.ibm.com>
4372 M: linux390@de.ibm.com
4373 L: linux-s390@vger.kernel.org
4374 W: http://www.ibm.com/developerworks/linux/linux390/
4378 S390 NETWORK DRIVERS
4379 M: Ursula Braun <ursula.braun@de.ibm.com>
4380 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4381 M: linux390@de.ibm.com
4382 L: linux-s390@vger.kernel.org
4383 W: http://www.ibm.com/developerworks/linux/linux390/
4385 F: drivers/s390/net/
4388 M: Felix Beck <felix.beck@de.ibm.com>
4389 M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4390 M: linux390@de.ibm.com
4391 L: linux-s390@vger.kernel.org
4393 F: drivers/s390/crypto/
4396 M: Christof Schmitt <christof.schmitt@de.ibm.com>
4397 M: Martin Peschke <mp3@de.ibm.com>
4398 M: linux390@de.ibm.com
4399 L: linux-s390@vger.kernel.org
4400 W: http://www.ibm.com/developerworks/linux/linux390/
4402 F: Documentation/s390/zfcpdump.txt
4403 F: drivers/s390/scsi/zfcp_*
4405 S390 IUCV NETWORK LAYER
4406 M: Ursula Braun <ursula.braun@de.ibm.com>
4407 M: linux390@de.ibm.com
4408 L: linux-s390@vger.kernel.org
4409 W: http://www.ibm.com/developerworks/linux/linux390/
4411 F: drivers/s390/net/*iucv*
4412 F: include/net/iucv/
4415 S3C24XX SD/MMC Driver
4416 M: Ben Dooks <ben-linux@fluff.org>
4417 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4419 F: drivers/mmc/host/s3cmci.*
4421 SAA7146 VIDEO4LINUX-2 DRIVER
4422 M: Michael Hunold <michael@mihu.de>
4423 L: linux-media@vger.kernel.org
4424 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4425 W: http://www.mihu.de/linux/saa7146
4427 F: drivers/media/common/saa7146*
4428 F: drivers/media/video/*7146*
4429 F: include/media/*7146*
4432 M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4434 F: drivers/watchdog/sc1200wdt.c
4437 M: Ingo Molnar <mingo@elte.hu>
4438 M: Peter Zijlstra <peterz@infradead.org>
4441 F: include/linux/sched.h
4444 M: Jens Axboe <axboe@kernel.dk>
4445 L: linux-scsi@vger.kernel.org
4446 W: http://www.kernel.dk
4451 M: Doug Gilbert <dgilbert@interlog.com>
4452 L: linux-scsi@vger.kernel.org
4453 W: http://www.torque.net/sg
4455 F: drivers/scsi/sg.c
4456 F: include/scsi/sg.h
4459 M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4460 L: linux-scsi@vger.kernel.org
4461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4463 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4469 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4470 L: linux-scsi@vger.kernel.org
4472 F: Documentation/scsi/st.txt
4476 M: Vlad Yasevich <vladislav.yasevich@hp.com>
4477 M: Sridhar Samudrala <sri@us.ibm.com>
4478 L: linux-sctp@vger.kernel.org
4479 W: http://lksctp.sourceforge.net
4481 F: Documentation/networking/sctp.txt
4482 F: include/linux/sctp.h
4483 F: include/net/sctp/
4487 M: Jim Cromie <jim.cromie@gmail.com>
4489 F: Documentation/i2c/busses/scx200_acb
4490 F: arch/x86/kernel/scx200_32.c
4491 F: drivers/watchdog/scx200_wdt.c
4492 F: drivers/i2c/busses/scx200*
4493 F: drivers/mtd/maps/scx200_docflash.c
4494 F: include/linux/scx200.h
4497 M: Jim Cromie <jim.cromie@gmail.com>
4499 F: drivers/char/scx200_gpio.c
4500 F: include/linux/scx200_gpio.h
4502 SCx200 HRT CLOCKSOURCE DRIVER
4503 M: Jim Cromie <jim.cromie@gmail.com>
4505 F: drivers/clocksource/scx200_hrt.c
4507 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4508 M: Sascha Sommer <saschasommer@freenet.de>
4509 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4511 F: drivers/mmc/host/sdricoh_cs.c
4513 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4514 M: Pierre Ossman <pierre@ossman.eu>
4515 L: sdhci-devel@lists.ossman.eu
4518 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4519 M: Anton Vorontsov <avorontsov@ru.mvista.com>
4520 L: linuxppc-dev@ozlabs.org
4521 L: sdhci-devel@lists.ossman.eu
4523 F: drivers/mmc/host/sdhci.*
4525 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4526 M: Ben Dooks <ben-linux@fluff.org>
4527 L: sdhci-devel@lists.ossman.eu
4529 F: drivers/mmc/host/sdhci-s3c.c
4532 M: James Morris <jmorris@namei.org>
4533 L: linux-security-module@vger.kernel.org (suggested Cc:)
4534 T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4535 W: http://security.wiki.kernel.org/
4540 M: Security Officers <security@kernel.org>
4543 SELINUX SECURITY MODULE
4544 M: Stephen Smalley <sds@tycho.nsa.gov>
4545 M: James Morris <jmorris@namei.org>
4546 M: Eric Paris <eparis@parisplace.org>
4547 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4548 W: http://selinuxproject.org
4549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4551 F: include/linux/selinux*
4552 F: security/selinux/
4555 M: Jiri Slaby <jirislaby@gmail.com>
4557 F: drivers/misc/phantom.c
4558 F: include/linux/phantom.h
4560 SERIAL ATA (SATA) SUBSYSTEM
4561 M: Jeff Garzik <jgarzik@pobox.com>
4562 L: linux-ide@vger.kernel.org
4563 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4566 F: include/linux/ata.h
4567 F: include/linux/libata.h
4569 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4570 M: Sathya Perla <sathyap@serverengines.com>
4571 M: Subbu Seetharaman <subbus@serverengines.com>
4572 L: netdev@vger.kernel.org
4573 W: http://www.serverengines.com
4575 F: drivers/net/benet/
4578 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4579 M: Steve Hodgson <shodgson@solarflare.com>
4580 M: Ben Hutchings <bhutchings@solarflare.com>
4581 L: netdev@vger.kernel.org
4586 M: Jack Steiner <steiner@sgi.com>
4588 F: drivers/misc/sgi-gru/
4590 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4591 M: Pat Gefre <pfg@sgi.com>
4592 L: linux-ia64@vger.kernel.org
4594 F: Documentation/ia64/serial.txt
4595 F: drivers/serial/ioc?_serial.c
4596 F: include/linux/ioc?.h
4598 SGI VISUAL WORKSTATION 320 AND 540
4599 M: Andrey Panin <pazke@donpac.ru>
4600 L: linux-visws-devel@lists.sf.net
4601 W: http://linux-visws.sf.net
4602 S: Maintained for 2.6.
4603 F: Documentation/sgi-visws.txt
4605 SGI XP/XPC/XPNET DRIVER
4606 M: Robin Holt <holt@sgi.com>
4608 F: drivers/misc/sgi-xp/
4610 SHARP LH SUPPORT (LH7952X & LH7A40X)
4611 M: Marc Singer <elf@buici.com>
4612 W: http://projects.buici.com/arm
4613 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4615 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4616 F: arch/arm/mach-lh7a40x/
4617 F: drivers/serial/serial_lh7a40x.c
4618 F: drivers/usb/gadget/lh7a40*
4619 F: drivers/usb/host/ohci-lh7a40*
4621 SIMTEC EB110ATX (Chalice CATS)
4623 M: Vincent Sanders <support@simtec.co.uk>
4624 W: http://www.simtec.co.uk/products/EB110ATX/
4627 SIMTEC EB2410ITX (BAST)
4629 M: Vincent Sanders <support@simtec.co.uk>
4630 W: http://www.simtec.co.uk/products/EB2410ITX/
4632 F: arch/arm/mach-s3c2410/
4633 F: drivers/*/*s3c2410*
4634 F: drivers/*/*/*s3c2410*
4636 SIS 190 ETHERNET DRIVER
4637 M: Francois Romieu <romieu@fr.zoreil.com>
4638 L: netdev@vger.kernel.org
4640 F: drivers/net/sis190.c
4642 SIS 900/7016 FAST ETHERNET DRIVER
4643 M: Daniele Venzano <venza@brownhat.org>
4644 W: http://www.brownhat.org/sis900.html
4645 L: netdev@vger.kernel.org
4647 F: drivers/net/sis900.*
4649 SIS 96X I2C/SMBUS DRIVER
4650 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4651 L: linux-i2c@vger.kernel.org
4653 F: Documentation/i2c/busses/i2c-sis96x
4654 F: drivers/i2c/busses/i2c-sis96x.c
4656 SIS FRAMEBUFFER DRIVER
4657 M: Thomas Winischhofer <thomas@winischhofer.net>
4658 W: http://www.winischhofer.net/linuxsisvga.shtml
4660 F: Documentation/fb/sisfb.txt
4661 F: drivers/video/sis/
4662 F: include/video/sisfb.h
4665 M: Thomas Winischhofer <thomas@winischhofer.net>
4666 W: http://www.winischhofer.at/linuxsisusbvga.shtml
4668 F: drivers/usb/misc/sisusbvga/
4670 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4671 M: Stephen Hemminger <shemminger@linux-foundation.org>
4672 L: netdev@vger.kernel.org
4674 F: drivers/net/skge.*
4675 F: drivers/net/sky2.*
4678 M: Christoph Lameter <cl@linux-foundation.org>
4679 M: Pekka Enberg <penberg@cs.helsinki.fi>
4680 M: Matt Mackall <mpm@selenic.com>
4681 L: linux-mm@kvack.org
4683 F: include/linux/sl?b*.h
4686 SMC91x ETHERNET DRIVER
4687 M: Nicolas Pitre <nico@fluxnic.net>
4689 F: drivers/net/smc91x.*
4691 SMSC47B397 HARDWARE MONITOR DRIVER
4692 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4693 L: lm-sensors@lm-sensors.org
4695 F: Documentation/hwmon/smsc47b397
4696 F: drivers/hwmon/smsc47b397.c
4698 SMSC911x ETHERNET DRIVER
4699 M: Steve Glendinning <steve.glendinning@smsc.com>
4700 L: netdev@vger.kernel.org
4702 F: include/linux/smsc911x.h
4703 F: drivers/net/smsc911x.*
4705 SMSC9420 PCI ETHERNET DRIVER
4706 M: Steve Glendinning <steve.glendinning@smsc.com>
4707 L: netdev@vger.kernel.org
4709 F: drivers/net/smsc9420.*
4712 M: Ben Nizette <bn@niasdigital.com>
4714 F: drivers/uio/uio_smx.c
4716 SN-IA64 (Itanium) SUB-PLATFORM
4717 M: Jes Sorensen <jes@sgi.com>
4718 L: linux-altix@sgi.com
4719 L: linux-ia64@vger.kernel.org
4720 W: http://www.sgi.com/altix
4724 SOC-CAMERA V4L2 SUBSYSTEM
4725 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4726 L: linux-media@vger.kernel.org
4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4729 F: include/media/v4l2*
4730 F: drivers/media/video/v4l2*
4732 SOEKRIS NET48XX LED SUPPORT
4733 M: Chris Boot <bootc@bootc.net>
4735 F: drivers/leds/leds-net48xx.c
4737 SOFTWARE RAID (Multiple Disks) SUPPORT
4738 M: Neil Brown <neilb@suse.de>
4739 L: linux-raid@vger.kernel.org
4742 F: include/linux/raid/
4744 SONIC NETWORK DRIVER
4745 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
4746 L: netdev@vger.kernel.org
4748 F: drivers/net/sonic.*
4750 SONICS SILICON BACKPLANE DRIVER (SSB)
4751 M: Michael Buesch <mb@bu3sch.de>
4752 L: netdev@vger.kernel.org
4755 F: include/linux/ssb/
4757 SONY VAIO CONTROL DEVICE DRIVER
4758 M: Mattia Dongili <malattia@linux.it>
4759 L: linux-acpi@vger.kernel.org
4760 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4762 F: Documentation/laptops/sony-laptop.txt
4763 F: drivers/char/sonypi.c
4764 F: drivers/platform/x86/sony-laptop.c
4765 F: include/linux/sony-laptop.h
4767 SONY MEMORYSTICK CARD SUPPORT
4768 M: Alex Dubov <oakad@yahoo.com>
4769 W: http://tifmxx.berlios.de/
4771 F: drivers/memstick/host/tifm_ms.c
4774 M: Jaroslav Kysela <perex@perex.cz>
4775 M: Takashi Iwai <tiwai@suse.de>
4776 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4777 W: http://www.alsa-project.org/
4778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4779 T: git git://git.alsa-project.org/alsa-kernel.git
4781 F: Documentation/sound/
4785 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4786 M: Liam Girdwood <lrg@slimlogic.co.uk>
4787 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
4788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4789 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4790 W: http://alsa-project.org/main/index.php/ASoC
4793 F: include/sound/soc*
4795 SPARC + UltraSPARC (sparc/sparc64)
4796 M: "David S. Miller" <davem@davemloft.net>
4797 L: sparclinux@vger.kernel.org
4798 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4803 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4804 M: Roger Wolff <R.E.Wolff@BitWizard.nl>
4806 F: Documentation/serial/specialix.txt
4807 F: drivers/char/specialix*
4810 M: David Brownell <dbrownell@users.sourceforge.net>
4811 L: spi-devel-general@lists.sourceforge.net
4813 F: Documentation/spi/
4815 F: include/linux/spi/
4817 SPIDERNET NETWORK DRIVER for CELL
4818 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
4819 M: Jens Osterkamp <jens@de.ibm.com>
4820 L: netdev@vger.kernel.org
4822 F: Documentation/networking/spider_net.txt
4823 F: drivers/net/spider_net*
4826 M: Jeremy Kerr <jk@ozlabs.org>
4827 L: linuxppc-dev@ozlabs.org
4828 L: cbe-oss-dev@ozlabs.org
4829 W: http://www.ibm.com/developerworks/power/cell/
4831 F: Documentation/filesystems/spufs.txt
4832 F: arch/powerpc/platforms/cell/spufs/
4834 SQUASHFS FILE SYSTEM
4835 M: Phillip Lougher <phillip@lougher.demon.co.uk>
4836 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4837 W: http://squashfs.org.uk
4839 F: Documentation/filesystems/squashfs.txt
4842 SRM (Alpha) environment access
4843 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
4845 F: arch/alpha/kernel/srm_env.c
4848 M: Greg Kroah-Hartman <greg@kroah.com>
4849 M: Chris Wright <chrisw@sous-sol.org>
4850 L: stable@kernel.org
4854 M: Greg Kroah-Hartman <gregkh@suse.de>
4855 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4856 L: devel@driverdev.osuosl.org
4860 STARFIRE/DURALAN NETWORK DRIVER
4861 M: Ion Badulescu <ionut@badula.org>
4863 F: drivers/net/starfire*
4865 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4867 F: drivers/net/wireless/strip.c
4868 F: include/linux/if_strip.h
4870 STRADIS MPEG-2 DECODER DRIVER
4871 M: Nathan Laredo <laredo@gnu.org>
4872 W: http://www.stradis.com/
4874 F: drivers/media/video/stradis.c
4877 M: Sam Creasey <sammy@sammy.net>
4878 W: http://sammy.net/sun3/
4880 F: arch/m68k/kernel/*sun3*
4882 F: arch/m68k/include/asm/sun3*
4885 M: Paul Mundt <lethal@linux-sh.org>
4886 L: linux-sh@vger.kernel.org
4887 W: http://www.linux-sh.org
4888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4890 F: Documentation/sh/
4895 M: Len Brown <len.brown@intel.com>
4896 M: Pavel Machek <pavel@ucw.cz>
4897 M: "Rafael J. Wysocki" <rjw@sisk.pl>
4898 L: linux-pm@lists.linux-foundation.org
4900 F: Documentation/power/
4901 F: arch/x86/kernel/acpi/
4902 F: drivers/base/power/
4904 F: include/linux/suspend.h
4905 F: include/linux/freezer.h
4906 F: include/linux/pm.h
4909 M: Martin Mares <mj@ucw.cz>
4910 L: linux-video@atrey.karlin.mff.cuni.cz
4912 F: Documentation/svga.txt
4913 F: arch/x86/boot/video*
4916 M: Christoph Hellwig <hch@infradead.org>
4918 F: Documentation/filesystems/sysv-fs.txt
4920 F: include/linux/sysv_fs.h
4922 TASKSTATS STATISTICS INTERFACE
4923 M: Balbir Singh <balbir@linux.vnet.ibm.com>
4925 F: Documentation/accounting/taskstats*
4926 F: include/linux/taskstats*
4927 F: kernel/taskstats.c
4930 M: Jamal Hadi Salim <hadi@cyberus.ca>
4931 L: netdev@vger.kernel.org
4933 F: include/linux/pkt_cls.h
4934 F: include/net/pkt_cls.h
4937 TCP LOW PRIORITY MODULE
4938 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
4939 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
4940 W: http://tcp-lp-mod.sourceforge.net/
4942 F: net/ipv4/tcp_lp.c
4944 TEHUTI ETHERNET DRIVER
4945 M: Alexander Indenbaum <baum@tehutinetworks.net>
4946 M: Andy Gospodarek <andy@greyhouse.net>
4947 L: netdev@vger.kernel.org
4949 F: drivers/net/tehuti*
4951 Telecom Clock Driver for MCPL0010
4952 M: Mark Gross <mark.gross@intel.com>
4954 F: drivers/char/tlclk.c
4956 TENSILICA XTENSA PORT (xtensa)
4957 M: Chris Zankel <chris@zankel.net>
4961 THINKPAD ACPI EXTRAS DRIVER
4962 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
4963 L: ibm-acpi-devel@lists.sourceforge.net
4964 W: http://ibm-acpi.sourceforge.net
4965 W: http://thinkwiki.org/wiki/Ibm-acpi
4966 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4968 F: drivers/platform/x86/thinkpad_acpi.c
4970 TI FLASH MEDIA INTERFACE DRIVER
4971 M: Alex Dubov <oakad@yahoo.com>
4973 F: drivers/misc/tifm*
4974 F: drivers/mmc/host/tifm_sd.c
4975 F: include/linux/tifm.h
4977 TI TWL4030 SERIES SOC CODEC DRIVER
4978 M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
4979 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4981 F: sound/soc/codecs/twl4030*
4984 M: Per Liden <per.liden@ericsson.com>
4985 M: Jon Maloy <jon.maloy@ericsson.com>
4986 M: Allan Stephens <allan.stephens@windriver.com>
4987 L: tipc-discussion@lists.sourceforge.net
4988 W: http://tipc.sourceforge.net/
4989 W: http://tipc.cslab.ericsson.net/
4990 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
4992 F: include/linux/tipc*.h
4993 F: include/net/tipc/
4997 M: Samuel Chessman <chessman@tux.org>
4998 L: tlan-devel@lists.sourceforge.net (subscribers-only)
4999 W: http://sourceforge.net/projects/tlan/
5001 F: Documentation/networking/tlan.txt
5002 F: drivers/net/tlan.*
5004 TOMOYO SECURITY MODULE
5005 M: Kentaro Takeda <takedakn@nttdata.co.jp>
5006 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5007 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5008 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5009 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5010 W: http://tomoyo.sourceforge.jp/
5011 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5015 TOSHIBA ACPI EXTRAS DRIVER
5017 F: drivers/platform/x86/toshiba_acpi.c
5020 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5021 L: tlinux-users@tce.toshiba-dme.co.jp
5022 W: http://www.buzzard.org.uk/toshiba/
5024 F: drivers/char/toshiba.c
5025 F: include/linux/toshiba.h
5028 M: Ian Molton <ian@mnementh.co.uk>
5030 F: drivers/mmc/host/tmio_mmc.*
5032 TMPFS (SHMEM FILESYSTEM)
5033 M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5034 L: linux-mm@kvack.org
5036 F: include/linux/shmem_fs.h
5040 M: Debora Velarde <debora@linux.vnet.ibm.com>
5041 M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5042 W: http://tpmdd.sourceforge.net
5043 M: Marcel Selhorst <m.selhorst@sirrix.com>
5044 W: http://www.sirrix.com
5045 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5047 F: drivers/char/tpm/
5050 M: Jiri Kosina <trivial@kernel.org>
5051 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5055 M: Greg Kroah-Hartman <gregkh@suse.de>
5057 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5058 F: drivers/char/tty_*
5059 F: drivers/serial/serial_core.c
5060 F: include/linux/serial_core.h
5061 F: include/linux/serial.h
5062 F: include/linux/tty.h
5064 TULIP NETWORK DRIVERS
5065 M: Grant Grundler <grundler@parisc-linux.org>
5066 M: Kyle McMartin <kyle@mcmartin.ca>
5067 L: netdev@vger.kernel.org
5069 F: drivers/net/tulip/
5072 M: Maxim Krasnyansky <maxk@qualcomm.com>
5073 L: vtun@office.satix.net
5074 W: http://vtun.sourceforge.net/tun
5076 F: Documentation/networking/tuntap.txt
5077 F: arch/um/os-Linux/drivers/
5079 TURBOCHANNEL SUBSYSTEM
5080 M: "Maciej W. Rozycki" <macro@linux-mips.org>
5083 F: include/linux/tc.h
5086 M: Dario Ballabio <ballabio_dario@emc.com>
5087 L: linux-scsi@vger.kernel.org
5089 F: drivers/scsi/u14-34f.c
5091 UBI FILE SYSTEM (UBIFS)
5092 M: Artem Bityutskiy <dedekind@infradead.org>
5093 M: Adrian Hunter <adrian.hunter@nokia.com>
5094 L: linux-mtd@lists.infradead.org
5095 T: git git://git.infradead.org/ubifs-2.6.git
5096 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5098 F: Documentation/filesystems/ubifs.txt
5101 UCLINUX (AND M68KNOMMU)
5102 M: Greg Ungerer <gerg@uclinux.org>
5103 W: http://www.uclinux.org/
5104 L: uclinux-dev@uclinux.org (subscribers-only)
5108 UCLINUX FOR RENESAS H8/300 (H8300)
5109 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5110 W: http://uclinux-h8.sourceforge.jp/
5114 M: Jan Kara <jack@suse.cz>
5115 W: http://linux-udf.sourceforge.net
5117 F: Documentation/filesystems/udf.txt
5121 M: Evgeniy Dushistov <dushistov@mail.ru>
5123 F: Documentation/filesystems/ufs.txt
5126 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5127 M: David Vrabel <david.vrabel@csr.com>
5128 L: linux-usb@vger.kernel.org
5131 F: include/linux/uwb.h
5132 F: include/linux/uwb/
5134 UNIFORM CDROM DRIVER
5135 M: Jens Axboe <axboe@kernel.dk>
5136 W: http://www.kernel.dk
5138 F: Documentation/cdrom/
5139 F: drivers/cdrom/cdrom.c
5140 F: include/linux/cdrom.h
5142 UNSORTED BLOCK IMAGES (UBI)
5143 M: Artem Bityutskiy <dedekind@infradead.org>
5144 W: http://www.linux-mtd.infradead.org/
5145 L: linux-mtd@lists.infradead.org
5146 T: git git://git.infradead.org/ubi-2.6.git
5149 F: include/linux/mtd/ubi.h
5150 F: include/mtd/ubi-user.h
5153 M: Oliver Neukum <oliver@neukum.name>
5154 L: linux-usb@vger.kernel.org
5156 F: Documentation/usb/acm.txt
5157 F: drivers/usb/class/cdc-acm.*
5159 USB BLOCK DRIVER (UB ub)
5160 M: Pete Zaitcev <zaitcev@redhat.com>
5161 L: linux-usb@vger.kernel.org
5163 F: drivers/block/ub.c
5165 USB CDC ETHERNET DRIVER
5166 M: Greg Kroah-Hartman <greg@kroah.com>
5167 L: linux-usb@vger.kernel.org
5169 W: http://www.kroah.com/linux-usb/
5170 F: drivers/net/usb/cdc_*.c
5171 F: include/linux/usb/cdc.h
5173 USB CYPRESS C67X00 DRIVER
5174 M: Peter Korsgaard <jacmet@sunsite.dk>
5175 L: linux-usb@vger.kernel.org
5177 F: drivers/usb/c67x00/
5179 USB DAVICOM DM9601 DRIVER
5180 M: Peter Korsgaard <jacmet@sunsite.dk>
5181 L: netdev@vger.kernel.org
5182 W: http://www.linux-usb.org/usbnet
5184 F: drivers/net/usb/dm9601.c
5186 USB DIAMOND RIO500 DRIVER
5187 M: Cesar Miquel <miquel@df.uba.ar>
5188 L: rio500-users@lists.sourceforge.net
5189 W: http://rio500.sourceforge.net
5191 F: drivers/usb/misc/rio500*
5194 M: David Brownell <dbrownell@users.sourceforge.net>
5195 L: linux-usb@vger.kernel.org
5197 F: Documentation/usb/ehci.txt
5198 F: drivers/usb/host/ehci*
5200 USB ET61X[12]51 DRIVER
5201 M: Luca Risolia <luca.risolia@studio.unibo.it>
5202 L: linux-usb@vger.kernel.org
5203 L: linux-media@vger.kernel.org
5204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5205 W: http://www.linux-projects.org
5207 F: drivers/media/video/et61x251/
5209 USB GADGET/PERIPHERAL SUBSYSTEM
5210 M: David Brownell <dbrownell@users.sourceforge.net>
5211 L: linux-usb@vger.kernel.org
5212 W: http://www.linux-usb.org/gadget
5214 F: drivers/usb/gadget/
5215 F: include/linux/usb/gadget*
5217 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5218 M: Jiri Kosina <jkosina@suse.cz>
5219 L: linux-usb@vger.kernel.org
5220 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5222 F: Documentation/usb/hiddev.txt
5223 F: drivers/hid/usbhid/
5226 M: Olav Kongas <ok@artecdesign.ee>
5227 L: linux-usb@vger.kernel.org
5229 F: drivers/usb/host/isp116x*
5230 F: include/linux/usb/isp116x.h
5232 USB KAWASAKI LSI DRIVER
5233 M: Oliver Neukum <oliver@neukum.name>
5234 L: linux-usb@vger.kernel.org
5236 F: drivers/usb/serial/kl5kusb105.*
5238 USB MASS STORAGE DRIVER
5239 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5240 L: linux-usb@vger.kernel.org
5241 L: usb-storage@lists.one-eyed-alien.net
5243 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5244 F: drivers/usb/storage/
5247 M: David Brownell <dbrownell@users.sourceforge.net>
5248 L: linux-usb@vger.kernel.org
5250 F: Documentation/usb/ohci.txt
5251 F: drivers/usb/host/ohci*
5253 USB OPTION-CARD DRIVER
5254 M: Matthias Urlichs <smurf@smurf.noris.de>
5255 L: linux-usb@vger.kernel.org
5257 F: drivers/usb/serial/option.c
5260 M: Mark McClelland <mmcclell@bigfoot.com>
5261 L: linux-usb@vger.kernel.org
5262 W: http://alpha.dyndns.org/ov511/
5264 F: drivers/media/video/ov511.*
5267 M: Petko Manolov <petkan@users.sourceforge.net>
5268 L: linux-usb@vger.kernel.org
5269 L: netdev@vger.kernel.org
5270 W: http://pegasus2.sourceforge.net/
5272 F: drivers/net/usb/pegasus.*
5274 USB PRINTER DRIVER (usblp)
5275 M: Pete Zaitcev <zaitcev@redhat.com>
5276 L: linux-usb@vger.kernel.org
5278 F: drivers/usb/class/usblp.c
5281 M: Petko Manolov <petkan@users.sourceforge.net>
5282 L: linux-usb@vger.kernel.org
5283 L: netdev@vger.kernel.org
5284 W: http://pegasus2.sourceforge.net/
5286 F: drivers/net/usb/rtl8150.c
5289 M: Jeroen Vreeken <pe1rxq@amsat.org>
5290 L: linux-usb@vger.kernel.org
5291 W: http://www.chello.nl/~j.vreeken/se401/
5293 F: Documentation/video4linux/se401.txt
5294 F: drivers/media/video/se401.*
5296 USB SERIAL BELKIN F5U103 DRIVER
5297 M: William Greathouse <wgreathouse@smva.com>
5298 L: linux-usb@vger.kernel.org
5300 F: drivers/usb/serial/belkin_sa.*
5302 USB SERIAL CYPRESS M8 DRIVER
5303 M: Lonnie Mendez <dignome@gmail.com>
5304 L: linux-usb@vger.kernel.org
5306 W: http://geocities.com/i0xox0i
5307 W: http://firstlight.net/cvs
5308 F: drivers/usb/serial/cypress_m8.*
5310 USB SERIAL CYBERJACK DRIVER
5311 M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5312 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5314 F: drivers/usb/serial/cyberjack.c
5316 USB SERIAL DIGI ACCELEPORT DRIVER
5317 M: Peter Berger <pberger@brimson.com>
5318 M: Al Borchers <alborchers@steinerpoint.com>
5319 L: linux-usb@vger.kernel.org
5321 F: drivers/usb/serial/digi_acceleport.c
5324 M: Greg Kroah-Hartman <gregkh@suse.de>
5325 L: linux-usb@vger.kernel.org
5327 F: Documentation/usb/usb-serial.txt
5328 F: drivers/usb/serial/generic.c
5329 F: drivers/usb/serial/usb-serial.c
5330 F: include/linux/usb/serial.h
5332 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5333 M: Gary Brubaker <xavyer@ix.netcom.com>
5334 L: linux-usb@vger.kernel.org
5336 F: drivers/usb/serial/empeg.c
5338 USB SERIAL KEYSPAN DRIVER
5339 M: Greg Kroah-Hartman <greg@kroah.com>
5340 L: linux-usb@vger.kernel.org
5341 W: http://www.kroah.com/linux/
5343 F: drivers/usb/serial/*keyspan*
5345 USB SERIAL WHITEHEAT DRIVER
5346 M: Support Department <support@connecttech.com>
5347 L: linux-usb@vger.kernel.org
5348 W: http://www.connecttech.com
5350 F: drivers/usb/serial/whiteheat*
5352 USB SMSC95XX ETHERNET DRIVER
5353 M: Steve Glendinning <steve.glendinning@smsc.com>
5354 L: netdev@vger.kernel.org
5356 F: drivers/net/usb/smsc95xx.*
5359 M: Luca Risolia <luca.risolia@studio.unibo.it>
5360 L: linux-usb@vger.kernel.org
5361 L: linux-media@vger.kernel.org
5362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5363 W: http://www.linux-projects.org
5365 F: Documentation/video4linux/sn9c102.txt
5366 F: drivers/media/video/sn9c102/
5369 M: Greg Kroah-Hartman <gregkh@suse.de>
5370 L: linux-usb@vger.kernel.org
5371 W: http://www.linux-usb.org
5372 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5374 F: Documentation/usb/
5377 F: include/linux/usb.h
5378 F: include/linux/usb/
5381 M: Alan Stern <stern@rowland.harvard.edu>
5382 L: linux-usb@vger.kernel.org
5384 F: drivers/usb/host/uhci*
5386 USB "USBNET" DRIVER FRAMEWORK
5387 M: David Brownell <dbrownell@users.sourceforge.net>
5388 L: netdev@vger.kernel.org
5389 W: http://www.linux-usb.org/usbnet
5391 F: drivers/net/usb/usbnet.c
5392 F: include/linux/usb/usbnet.h
5395 M: Laurent Pinchart <laurent.pinchart@skynet.be>
5396 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5397 L: linux-media@vger.kernel.org
5398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5399 W: http://linux-uvc.berlios.de
5401 F: drivers/media/video/uvc/
5403 USB W996[87]CF DRIVER
5404 M: Luca Risolia <luca.risolia@studio.unibo.it>
5405 L: linux-usb@vger.kernel.org
5406 L: linux-media@vger.kernel.org
5407 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5408 W: http://www.linux-projects.org
5410 F: Documentation/video4linux/w9968cf.txt
5411 F: drivers/media/video/w996*
5413 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5414 M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5415 L: linux-wireless@vger.kernel.org
5417 F: drivers/net/wireless/rndis_wlan.c
5420 M: Sarah Sharp <sarah.a.sharp@intel.com>
5421 L: linux-usb@vger.kernel.org
5425 M: Luca Risolia <luca.risolia@studio.unibo.it>
5426 L: linux-usb@vger.kernel.org
5427 L: linux-media@vger.kernel.org
5428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5429 W: http://www.linux-projects.org
5431 F: Documentation/video4linux/zc0301.txt
5432 F: drivers/media/video/zc0301/
5435 M: Jeroen Vreeken <pe1rxq@amsat.org>
5436 L: linux-usb@vger.kernel.org
5437 W: http://linux-lc100020.sourceforge.net
5439 F: drivers/net/wireless/zd1201.*
5442 M: Antoine Jacquet <royale@zerezo.com>
5443 L: linux-usb@vger.kernel.org
5444 L: linux-media@vger.kernel.org
5445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5446 W: http://royale.zerezo.com/zr364xx/
5448 F: Documentation/video4linux/zr364xx.txt
5449 F: drivers/media/video/zr364xx.c
5451 USER-MODE LINUX (UML)
5452 M: Jeff Dike <jdike@addtoit.com>
5453 L: user-mode-linux-devel@lists.sourceforge.net
5454 L: user-mode-linux-user@lists.sourceforge.net
5455 W: http://user-mode-linux.sourceforge.net
5457 F: Documentation/uml/
5463 M: "Hans J. Koch" <hjk@linutronix.de>
5464 M: Greg Kroah-Hartman <gregkh@suse.de>
5466 F: Documentation/DocBook/uio-howto.tmpl
5468 F: include/linux/uio*.h
5470 UTIL-LINUX-NG PACKAGE
5471 M: Karel Zak <kzak@redhat.com>
5472 L: util-linux-ng@vger.kernel.org
5473 W: http://kernel.org/~kzak/util-linux-ng/
5474 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5478 M: Michal Januszewski <spock@gentoo.org>
5479 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5480 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5482 F: Documentation/fb/uvesafb.txt
5483 F: drivers/video/uvesafb.*
5485 VFAT/FAT/MSDOS FILESYSTEM
5486 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5488 F: Documentation/filesystems/vfat.txt
5491 VIA RHINE NETWORK DRIVER
5492 M: Roger Luethi <rl@hellgate.ch>
5494 F: drivers/net/via-rhine.c
5497 M: Jean Delvare <khali@linux-fr.org>
5498 L: linux-i2c@vger.kernel.org
5500 F: Documentation/i2c/busses/i2c-viapro
5501 F: drivers/i2c/busses/i2c-viapro.c
5503 VIA SD/MMC CARD CONTROLLER DRIVER
5504 M: Joseph Chan <JosephChan@via.com.tw>
5505 M: Harald Welte <HaraldWelte@viatech.com>
5507 F: drivers/mmc/host/via-sdmmc.c
5509 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5510 M: Joseph Chan <JosephChan@via.com.tw>
5511 M: Scott Fang <ScottFang@viatech.com.cn>
5512 L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5514 F: drivers/video/via/
5516 VIA VELOCITY NETWORK DRIVER
5517 M: Francois Romieu <romieu@fr.zoreil.com>
5518 L: netdev@vger.kernel.org
5520 F: drivers/net/via-velocity.*
5523 M: Patrick McHardy <kaber@trash.net>
5524 L: netdev@vger.kernel.org
5526 F: drivers/net/macvlan.c
5527 F: include/linux/if_*vlan.h
5531 M: Florian Fainelli <florian@openwrt.org>
5532 L: openwrt-devel@lists.openwrt.org
5534 F: drivers/vlynq/vlynq.c
5535 F: include/linux/vlynq.h
5537 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5538 M: Liam Girdwood <lrg@slimlogic.co.uk>
5539 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5540 W: http://opensource.wolfsonmicro.com/node/15
5541 W: http://www.slimlogic.co.uk/?p=48
5542 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5544 F: drivers/regulator/
5545 F: include/linux/regulator/
5547 VT1211 HARDWARE MONITOR DRIVER
5548 M: Juerg Haefliger <juergh@gmail.com>
5549 L: lm-sensors@lm-sensors.org
5551 F: Documentation/hwmon/vt1211
5552 F: drivers/hwmon/vt1211.c
5554 VT8231 HARDWARE MONITOR DRIVER
5555 M: Roger Lucas <vt8231@hiddenengine.co.uk>
5556 L: lm-sensors@lm-sensors.org
5558 F: drivers/hwmon/vt8231.c
5560 W1 DALLAS'S 1-WIRE BUS
5561 M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5563 F: Documentation/w1/
5566 W83791D HARDWARE MONITORING DRIVER
5567 M: Marc Hulsman <m.hulsman@tudelft.nl>
5568 L: lm-sensors@lm-sensors.org
5570 F: Documentation/hwmon/w83791d
5571 F: drivers/hwmon/w83791d.c
5573 W83793 HARDWARE MONITORING DRIVER
5574 M: Rudolf Marek <r.marek@assembler.cz>
5575 L: lm-sensors@lm-sensors.org
5577 F: Documentation/hwmon/w83793
5578 F: drivers/hwmon/w83793.c
5580 W83L51xD SD/MMC CARD INTERFACE DRIVER
5581 M: Pierre Ossman <pierre@ossman.eu>
5583 F: drivers/mmc/host/wbsd.*
5585 WATCHDOG DEVICE DRIVERS
5586 M: Wim Van Sebroeck <wim@iguana.be>
5587 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5589 F: Documentation/watchdog/
5590 F: drivers/watchdog/
5591 F: include/linux/watchdog.h
5593 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5594 M: Jean Tourrilhes <jt@hpl.hp.com>
5595 L: linux-wireless@vger.kernel.org
5596 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5598 F: Documentation/networking/wavelan.txt
5599 F: drivers/net/wireless/wavelan*
5602 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5603 L: linux-scsi@vger.kernel.org
5605 F: drivers/scsi/wd7000.c
5608 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5609 M: linux-wimax@intel.com
5610 L: wimax@linuxwimax.org
5612 W: http://linuxwimax.org
5614 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5615 M: David Vrabel <david.vrabel@csr.com>
5617 F: include/linux/wlp.h
5620 WISTRON LAPTOP BUTTON DRIVER
5621 M: Miloslav Trmac <mitr@volny.cz>
5623 F: drivers/input/misc/wistron_btns.c
5625 WL1251 WIRELESS DRIVER
5627 M: kalle.valo@nokia.com
5628 L: linux-wireless@vger.kernel.org
5629 W: http://wireless.kernel.org
5630 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5632 F: drivers/net/wireless/wl12xx/*
5633 X: drivers/net/wireless/wl12xx/wl1271*
5635 WL1271 WIRELESS DRIVER
5636 M: Luciano Coelho <luciano.coelho@nokia.com>
5637 L: linux-wireless@vger.kernel.org
5638 W: http://wireless.kernel.org
5639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5641 F: drivers/net/wireless/wl12xx/wl1271*
5643 WL3501 WIRELESS PCMCIA CARD DRIVER
5644 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5645 L: linux-wireless@vger.kernel.org
5646 W: http://oops.ghostprotocols.net:81/blog
5648 F: drivers/net/wireless/wl3501*
5650 WM97XX TOUCHSCREEN DRIVERS
5651 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5652 M: Liam Girdwood <lrg@slimlogic.co.uk>
5653 L: linux-input@vger.kernel.org
5654 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
5655 W: http://opensource.wolfsonmicro.com/node/7
5657 F: drivers/input/touchscreen/*wm97*
5658 F: include/linux/wm97xx.h
5661 M: Henner Eisen <eis@baty.hanse.de>
5662 L: linux-x25@vger.kernel.org
5664 F: Documentation/networking/x25*
5668 X86 ARCHITECTURE (32-BIT AND 64-BIT)
5669 M: Thomas Gleixner <tglx@linutronix.de>
5670 M: Ingo Molnar <mingo@redhat.com>
5671 M: "H. Peter Anvin" <hpa@zytor.com>
5673 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
5675 F: Documentation/x86/
5678 XEN HYPERVISOR INTERFACE
5679 M: Jeremy Fitzhardinge <jeremy@xensource.com>
5680 M: Chris Wright <chrisw@sous-sol.org>
5681 L: virtualization@lists.osdl.org
5682 L: xen-devel@lists.xensource.com
5685 F: drivers/*/xen-*front.c
5687 F: arch/x86/include/asm/xen/
5691 P: Silicon Graphics Inc
5692 M: Felix Blyakher <felixb@sgi.com>
5693 M: xfs-masters@oss.sgi.com
5695 W: http://oss.sgi.com/projects/xfs
5696 T: git git://oss.sgi.com/xfs/xfs.git
5698 F: Documentation/filesystems/xfs.txt
5701 XILINX SYSTEMACE DRIVER
5702 M: Grant Likely <grant.likely@secretlab.ca>
5703 W: http://www.secretlab.ca/
5705 F: drivers/block/xsysace.c
5707 XILINX UARTLITE SERIAL DRIVER
5708 M: Peter Korsgaard <jacmet@sunsite.dk>
5709 L: linux-serial@vger.kernel.org
5711 F: drivers/serial/uartlite.c
5713 YAM DRIVER FOR AX.25
5714 M: Jean-Paul Roubelat <jpr@f6fbb.org>
5715 L: linux-hams@vger.kernel.org
5717 F: drivers/net/hamradio/yam*
5718 F: include/linux/yam.h
5720 YEALINK PHONE DRIVER
5721 M: Henk Vergonet <Henk.Vergonet@gmail.com>
5722 L: usbb2k-api-dev@nongnu.org
5724 F: Documentation/input/yealink.txt
5725 F: drivers/input/misc/yealink.*
5727 Z8530 DRIVER FOR AX.25
5728 M: Joerg Reuter <jreuter@yaina.de>
5729 W: http://yaina.de/jreuter/
5730 W: http://www.qsl.net/dl1bke/
5731 L: linux-hams@vger.kernel.org
5733 F: Documentation/networking/z8530drv.txt
5734 F: drivers/net/hamradio/*scc.c
5735 F: drivers/net/hamradio/z8530.h
5737 ZD1211RW WIRELESS DRIVER
5738 M: Daniel Drake <dsd@gentoo.org>
5739 M: Ulrich Kunitz <kune@deine-taler.de>
5740 W: http://zd1211.ath.cx/wiki/DriverRewrite
5741 L: linux-wireless@vger.kernel.org
5742 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
5744 F: drivers/net/wireless/zd1211rw/
5746 ZR36067 VIDEO FOR LINUX DRIVER
5747 L: mjpeg-users@lists.sourceforge.net
5748 L: linux-media@vger.kernel.org
5749 W: http://mjpeg.sourceforge.net/driver-zoran/
5750 T: Mercurial http://linuxtv.org/hg/v4l-dvb
5752 F: drivers/media/video/zoran/
5754 ZS DECSTATION Z85C30 SERIAL DRIVER
5755 M: "Maciej W. Rozycki" <macro@linux-mips.org>
5757 F: drivers/serial/zs.*
5760 M: Linus Torvalds <torvalds@linux-foundation.org>
5761 L: linux-kernel@vger.kernel.org
5762 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5763 S: Buried alive in reporters