]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
ipv4: check optlen for IP_MULTICAST_IF option
[net-next-2.6.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. 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.)
18
193. 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.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. 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.
34
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.
38
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.
44
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.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
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.
57
586. 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
60 not you.
61
627. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
64 does not respond.
65
668. Happy hacking.
67
68 -----------------------------------
69
70Maintainers List (try to look for most precise areas first)
71
72Note: For the hard of thinking, this list is meant to remain in alphabetical
73order. If you could add yourselves to it in alphabetical order that would be
74so much easier [Ed]
75
76P: Person (obsolete)
77M: Mail patches to: FullName <address@domain>
78L: Mailing list that is relevant to this area
79W: Web-page with status/info
80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81S: Status, one of the following:
82
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
91 should be using that.
92
93F: 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.
99X: 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:
102 F: net/
103 X: net/ipv6/
104 matches all files in and below net excluding net/ipv6/
105
1063C505 NETWORK DRIVER
107M: Philip Blundell <philb@gnu.org>
108L: netdev@vger.kernel.org
109S: Maintained
110F: drivers/net/3c505*
111
1123C59X NETWORK DRIVER
113M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
114L: netdev@vger.kernel.org
115S: Maintained
116F: Documentation/networking/vortex.txt
117F: drivers/net/3c59x.c
118
1193CR990 NETWORK DRIVER
120M: David Dillow <dave@thedillows.org>
121L: netdev@vger.kernel.org
122S: Maintained
123F: drivers/net/typhoon*
124
1253W-9XXX SATA-RAID CONTROLLER DRIVER
126M: Adam Radford <linuxraid@amcc.com>
127L: linux-scsi@vger.kernel.org
128W: http://www.amcc.com
129S: Supported
130F: drivers/scsi/3w-9xxx*
131
1323W-XXXX ATA-RAID CONTROLLER DRIVER
133M: Adam Radford <linuxraid@amcc.com>
134L: linux-scsi@vger.kernel.org
135W: http://www.amcc.com
136S: Supported
137F: drivers/scsi/3w-xxxx*
138
13953C700 AND 53C700-66 SCSI DRIVER
140M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141L: linux-scsi@vger.kernel.org
142S: Maintained
143F: drivers/scsi/53c700*
144
1456PACK NETWORK DRIVER FOR AX.25
146M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
147L: linux-hams@vger.kernel.org
148S: Maintained
149F: drivers/net/hamradio/6pack.c
150
1518169 10/100/1000 GIGABIT ETHERNET DRIVER
152M: Francois Romieu <romieu@fr.zoreil.com>
153L: netdev@vger.kernel.org
154S: Maintained
155F: drivers/net/r8169.c
156
1578250/16?50 (AND CLONE UARTS) SERIAL DRIVER
158L: linux-serial@vger.kernel.org
159W: http://serial.sourceforge.net
160S: Orphan
161F: drivers/serial/8250*
162F: include/linux/serial_8250.h
163
1648390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
165M: Paul Gortmaker <p_gortmaker@yahoo.com>
166L: netdev@vger.kernel.org
167S: Maintained
168F: drivers/net/*8390*
169F: drivers/net/ax88796.c
170
1719P FILE SYSTEM
172M: Eric Van Hensbergen <ericvh@gmail.com>
173M: Ron Minnich <rminnich@sandia.gov>
174M: Latchesar Ionkov <lucho@ionkov.net>
175L: v9fs-developer@lists.sourceforge.net
176W: http://swik.net/v9fs
177T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
178S: Maintained
179F: Documentation/filesystems/9p.txt
180F: fs/9p/
181
182A2232 SERIAL BOARD DRIVER
183M: Enver Haase <A2232@gmx.net>
184L: linux-m68k@lists.linux-m68k.org
185S: Maintained
186F: drivers/char/ser_a2232*
187
188AACRAID SCSI RAID DRIVER
189M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
190L: linux-scsi@vger.kernel.org
191W: http://www.adaptec.com/
192S: Supported
193F: Documentation/scsi/aacraid.txt
194F: drivers/scsi/aacraid/
195
196ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
197M: Hans de Goede <j.w.r.degoede@hhs.nl>
198L: lm-sensors@lm-sensors.org
199S: Maintained
200F: drivers/hwmon/abituguru.c
201
202ABIT UGURU 3 HARDWARE MONITOR DRIVER
203M: Alistair John Strachan <alistair@devzero.co.uk>
204L: lm-sensors@lm-sensors.org
205S: Maintained
206F: drivers/hwmon/abituguru3.c
207
208ACENIC DRIVER
209M: Jes Sorensen <jes@trained-monkey.org>
210L: linux-acenic@sunsite.dk
211S: Maintained
212F: drivers/net/acenic*
213
214ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
215M: Peter Feuerer <peter@piie.net>
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
219
220ACER WMI LAPTOP EXTRAS
221M: Carlos Corbacho <carlos@strangeworlds.co.uk>
222L: aceracpi@googlegroups.com (subscribers-only)
223W: http://code.google.com/p/aceracpi
224S: Maintained
225F: drivers/platform/x86/acer-wmi.c
226
227ACPI
228M: Len Brown <lenb@kernel.org>
229L: linux-acpi@vger.kernel.org
230W: http://www.lesswatts.org/projects/acpi/
231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232S: Supported
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
236F: include/acpi/
237
238ACPI BATTERY DRIVERS
239M: Alexey Starikovskiy <astarikovskiy@suse.de>
240L: linux-acpi@vger.kernel.org
241W: http://www.lesswatts.org/projects/acpi/
242S: Supported
243F: drivers/acpi/battery.c
244F: drivers/acpi/*sbs*
245
246ACPI EC DRIVER
247M: Alexey Starikovskiy <astarikovskiy@suse.de>
248L: linux-acpi@vger.kernel.org
249W: http://www.lesswatts.org/projects/acpi/
250S: Supported
251F: drivers/acpi/ec.c
252
253ACPI FAN DRIVER
254M: Zhang Rui <rui.zhang@intel.com>
255L: linux-acpi@vger.kernel.org
256W: http://www.lesswatts.org/projects/acpi/
257S: Supported
258F: drivers/acpi/fan.c
259
260ACPI THERMAL DRIVER
261M: Zhang Rui <rui.zhang@intel.com>
262L: linux-acpi@vger.kernel.org
263W: http://www.lesswatts.org/projects/acpi/
264S: Supported
265F: drivers/acpi/*thermal*
266
267ACPI VIDEO DRIVER
268M: Zhang Rui <rui.zhang@intel.com>
269L: linux-acpi@vger.kernel.org
270W: http://www.lesswatts.org/projects/acpi/
271S: Supported
272F: drivers/acpi/video.c
273
274ACPI WMI DRIVER
275M: Carlos Corbacho <carlos@strangeworlds.co.uk>
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
279F: drivers/platform/x86/wmi.c
280
281AD1889 ALSA SOUND DRIVER
282M: Kyle McMartin <kyle@mcmartin.ca>
283M: Thibaut Varene <T-Bone@parisc-linux.org>
284W: http://wiki.parisc-linux.org/AD1889
285L: linux-parisc@vger.kernel.org
286S: Maintained
287F: sound/pci/ad1889.*
288
289ADM1025 HARDWARE MONITOR DRIVER
290M: Jean Delvare <khali@linux-fr.org>
291L: lm-sensors@lm-sensors.org
292S: Maintained
293F: Documentation/hwmon/adm1025
294F: drivers/hwmon/adm1025.c
295
296ADM1029 HARDWARE MONITOR DRIVER
297M: Corentin Labbe <corentin.labbe@geomatys.fr>
298L: lm-sensors@lm-sensors.org
299S: Maintained
300F: drivers/hwmon/adm1029.c
301
302ADM8211 WIRELESS DRIVER
303M: Michael Wu <flamingice@sourmilk.net>
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308F: drivers/net/wireless/adm8211.*
309
310ADT746X FAN DRIVER
311M: Colin Leroy <colin@colino.net>
312S: Maintained
313F: drivers/macintosh/therm_adt746x.c
314
315ADVANSYS SCSI DRIVER
316M: Matthew Wilcox <matthew@wil.cx>
317L: linux-scsi@vger.kernel.org
318S: Maintained
319F: Documentation/scsi/advansys.txt
320F: drivers/scsi/advansys.c
321
322AEDSP16 DRIVER
323M: Riccardo Facchetti <fizban@tin.it>
324S: Maintained
325F: sound/oss/aedsp16.c
326
327AFFS FILE SYSTEM
328M: Roman Zippel <zippel@linux-m68k.org>
329S: Maintained
330F: Documentation/filesystems/affs.txt
331F: fs/affs/
332
333AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
334M: David Howells <dhowells@redhat.com>
335L: linux-afs@lists.infradead.org
336S: Supported
337F: fs/afs/
338F: include/net/af_rxrpc.h
339F: net/rxrpc/af_rxrpc.c
340
341AGPGART DRIVER
342M: David Airlie <airlied@linux.ie>
343T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
344S: Maintained
345F: drivers/char/agp/
346F: include/linux/agp*
347
348AHA152X SCSI DRIVER
349M: "Juergen E. Fischer" <fischer@norbit.de>
350L: linux-scsi@vger.kernel.org
351S: Maintained
352F: drivers/scsi/aha152x*
353F: drivers/scsi/pcmcia/aha152x*
354
355AIC7XXX / AIC79XX SCSI DRIVER
356M: Hannes Reinecke <hare@suse.de>
357L: linux-scsi@vger.kernel.org
358S: Maintained
359F: drivers/scsi/aic7xxx/
360F: drivers/scsi/aic7xxx_old/
361
362AIO
363M: Benjamin LaHaise <bcrl@kvack.org>
364L: linux-aio@kvack.org
365S: Supported
366F: fs/aio.c
367F: include/linux/*aio*.h
368
369ALCATEL SPEEDTOUCH USB DRIVER
370M: Duncan Sands <duncan.sands@free.fr>
371L: linux-usb@vger.kernel.org
372W: http://www.linux-usb.org/SpeedTouch/
373S: Maintained
374F: drivers/usb/atm/speedtch.c
375F: drivers/usb/atm/usbatm.c
376
377ALCHEMY AU1XX0 MMC DRIVER
378M: Manuel Lauss <manuel.lauss@gmail.com>
379S: Maintained
380F: drivers/mmc/host/au1xmmc.c
381
382ALI1563 I2C DRIVER
383M: Rudolf Marek <r.marek@assembler.cz>
384L: linux-i2c@vger.kernel.org
385S: Maintained
386F: Documentation/i2c/busses/i2c-ali1563
387F: drivers/i2c/busses/i2c-ali1563.c
388
389ALPHA PORT
390M: Richard Henderson <rth@twiddle.net>
391S: Odd Fixes for 2.4; Maintained for 2.6.
392M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
393S: Maintained for 2.4; PCI support for 2.6.
394L: linux-alpha@vger.kernel.org
395F: arch/alpha/
396
397AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
398M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
399L: linux-geode@lists.infradead.org (moderated for non-subscribers)
400S: Supported
401F: drivers/usb/gadget/amd5536udc.*
402
403AMD GEODE PROCESSOR/CHIPSET SUPPORT
404P: Jordan Crouse
405L: linux-geode@lists.infradead.org (moderated for non-subscribers)
406W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
407S: Supported
408F: arch/x86/kernel/geode_32.c
409F: drivers/char/hw_random/geode-rng.c
410F: drivers/crypto/geode*
411F: drivers/video/geode/
412F: arch/x86/include/asm/geode.h
413
414AMD IOMMU (AMD-VI)
415M: Joerg Roedel <joerg.roedel@amd.com>
416L: iommu@lists.linux-foundation.org
417T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
418S: Supported
419F: arch/x86/kernel/amd_iommu*.c
420F: arch/x86/include/asm/amd_iommu*.h
421
422AMD MICROCODE UPDATE SUPPORT
423M: Andreas Herrmann <andreas.herrmann3@amd.com>
424L: amd64-microcode@amd64.org
425S: Supported
426F: arch/x86/kernel/microcode_amd.c
427
428AMS (Apple Motion Sensor) DRIVER
429M: Stelian Pop <stelian@popies.net>
430M: Michael Hanselmann <linux-kernel@hansmi.ch>
431S: Supported
432F: drivers/hwmon/ams/
433
434AMSO1100 RNIC DRIVER
435M: Tom Tucker <tom@opengridcomputing.com>
436M: Steve Wise <swise@opengridcomputing.com>
437L: linux-rdma@vger.kernel.org
438S: Maintained
439F: drivers/infiniband/hw/amso1100/
440
441AOA (Apple Onboard Audio) ALSA DRIVER
442M: Johannes Berg <johannes@sipsolutions.net>
443L: linuxppc-dev@ozlabs.org
444L: alsa-devel@alsa-project.org (moderated for non-subscribers)
445S: Maintained
446F: sound/aoa/
447
448APM DRIVER
449M: Stephen Rothwell <sfr@canb.auug.org.au>
450L: linux-laptop@vger.kernel.org
451W: http://www.canb.auug.org.au/~sfr/
452S: Supported
453F: arch/x86/kernel/apm_32.c
454F: include/linux/apm_bios.h
455
456APPLE BCM5974 MULTITOUCH DRIVER
457M: Henrik Rydberg <rydberg@euromail.se>
458L: linux-input@vger.kernel.org
459S: Maintained
460F: drivers/input/mouse/bcm5974.c
461
462APPLE SMC DRIVER
463M: Nicolas Boichat <nicolas@boichat.ch>
464L: mactel-linux-devel@lists.sourceforge.net
465S: Maintained
466F: drivers/hwmon/applesmc.c
467
468APPLETALK NETWORK LAYER
469M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
470S: Maintained
471F: drivers/net/appletalk/
472F: net/appletalk/
473
474APPLETOUCH TOUCHPAD DRIVER
475M: Johannes Berg <johannes@sipsolutions.net>
476L: linux-input@vger.kernel.org
477S: Maintained
478F: Documentation/input/appletouch.txt
479F: drivers/input/mouse/appletouch.c
480
481ARC FRAMEBUFFER DRIVER
482M: Jaya Kumar <jayalk@intworks.biz>
483S: Maintained
484F: drivers/video/arcfb.c
485F: drivers/video/fb_defio.c
486
487ARM MFM AND FLOPPY DRIVERS
488M: Ian Molton <spyro@f2s.com>
489S: Maintained
490F: arch/arm/lib/floppydma.S
491F: arch/arm/include/asm/floppy.h
492
493ARM PORT
494M: Russell King <linux@arm.linux.org.uk>
495L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
496W: http://www.arm.linux.org.uk/
497S: Maintained
498F: arch/arm/
499
500ARM PRIMECELL MMCI PL180/1 DRIVER
501S: Orphan
502F: drivers/mmc/host/mmci.*
503
504ARM/ADI ROADRUNNER MACHINE SUPPORT
505M: Lennert Buytenhek <kernel@wantstofly.org>
506L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
507S: Maintained
508F: arch/arm/mach-ixp23xx/
509F: arch/arm/mach-ixp23xx/include/mach/
510
511ARM/ADS SPHERE MACHINE SUPPORT
512M: Lennert Buytenhek <kernel@wantstofly.org>
513L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
514S: Maintained
515
516ARM/AFEB9260 MACHINE SUPPORT
517M: Sergey Lapin <slapin@ossfans.org>
518L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
519S: Maintained
520
521ARM/AJECO 1ARM MACHINE SUPPORT
522M: Lennert Buytenhek <kernel@wantstofly.org>
523L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
524S: Maintained
525
526ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
527M: Andrew Victor <linux@maxim.org.za>
528L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
529W: http://maxim.org.za/at91_26.html
530S: Maintained
531
532ARM/BCMRING ARM ARCHITECTURE
533M: Leo Chen <leochen@broadcom.com>
534M: Scott Branden <sbranden@broadcom.com>
535L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
536S: Maintained
537F: arch/arm/mach-bcmring
538
539ARM/BCMRING MTD NAND DRIVER
540M: Leo Chen <leochen@broadcom.com>
541M: Scott Branden <sbranden@broadcom.com>
542L: linux-mtd@lists.infradead.org
543S: Maintained
544F: drivers/mtd/nand/bcm_umi_nand.c
545F: drivers/mtd/nand/bcm_umi_bch.c
546F: drivers/mtd/nand/bcm_umi_hamming.c
547F: drivers/mtd/nand/nand_bcm_umi.h
548
549ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
550M: Hartley Sweeten <hsweeten@visionengravers.com>
551M: Ryan Mallon <ryan@bluewatersys.com>
552L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
553S: Maintained
554F: arch/arm/mach-ep93xx/
555F: arch/arm/mach-ep93xx/include/mach/
556
557ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
558M: Lennert Buytenhek <kernel@wantstofly.org>
559L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
560S: Maintained
561
562ARM/CLKDEV SUPPORT
563M: Russell King <linux@arm.linux.org.uk>
564L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
565F: arch/arm/common/clkdev.c
566F: arch/arm/include/asm/clkdev.h
567
568ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
569M: Mike Rapoport <mike@compulab.co.il>
570L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
571S: Maintained
572
573ARM/CORGI MACHINE SUPPORT
574M: Richard Purdie <rpurdie@rpsys.net>
575S: Maintained
576
577ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
578M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
579L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
580T: git git://gitorious.org/linux-gemini/mainline.git
581S: Maintained
582F: arch/arm/mach-gemini/
583
584ARM/EBSA110 MACHINE SUPPORT
585M: Russell King <linux@arm.linux.org.uk>
586L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
587W: http://www.arm.linux.org.uk/
588S: Maintained
589F: arch/arm/mach-ebsa110/
590F: drivers/net/arm/am79c961a.*
591
592ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
593M: Daniel Ribeiro <drwyrm@gmail.com>
594M: Stefan Schmidt <stefan@openezx.org>
595M: Harald Welte <laforge@openezx.org>
596L: openezx-devel@lists.openezx.org (subscribers-only)
597W: http://www.openezx.org/
598S: Maintained
599T: topgit git://git.openezx.org/openezx.git
600F: arch/arm/mach-pxa/ezx.c
601
602ARM/FARADAY FA526 PORT
603M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
604L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
605S: Maintained
606F: arch/arm/mm/*-fa*
607
608ARM/FOOTBRIDGE ARCHITECTURE
609M: Russell King <linux@arm.linux.org.uk>
610L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
611W: http://www.arm.linux.org.uk/
612S: Maintained
613F: arch/arm/include/asm/hardware/dec21285.h
614F: arch/arm/mach-footbridge/
615
616ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
617M: Sascha Hauer <kernel@pengutronix.de>
618L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
619S: Maintained
620
621ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
622M: Lennert Buytenhek <kernel@wantstofly.org>
623L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
624S: Maintained
625
626ARM/GUMSTIX MACHINE SUPPORT
627M: Steve Sakoman <sakoman@gmail.com>
628L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
629S: Maintained
630
631ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
632M: Philipp Zabel <philipp.zabel@gmail.com>
633S: Maintained
634F: arch/arm/mach-pxa/hx4700.c
635F: arch/arm/mach-pxa/include/mach/hx4700.h
636
637ARM/HP JORNADA 7XX MACHINE SUPPORT
638M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
639W: www.jlime.com
640S: Maintained
641T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
642F: arch/arm/mach-sa1100/jornada720.c
643F: arch/arm/mach-sa1100/include/mach/jornada720.h
644
645ARM/INTEL IOP32X ARM ARCHITECTURE
646M: Lennert Buytenhek <kernel@wantstofly.org>
647M: Dan Williams <dan.j.williams@intel.com>
648L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
649S: Supported
650
651ARM/INTEL IOP33X ARM ARCHITECTURE
652M: Dan Williams <dan.j.williams@intel.com>
653L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
654S: Supported
655
656ARM/INTEL IOP13XX ARM ARCHITECTURE
657M: Lennert Buytenhek <kernel@wantstofly.org>
658M: Dan Williams <dan.j.williams@intel.com>
659L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
660S: Supported
661
662ARM/INTEL IQ81342EX MACHINE SUPPORT
663M: Lennert Buytenhek <kernel@wantstofly.org>
664M: Dan Williams <dan.j.williams@intel.com>
665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
666S: Supported
667
668ARM/INTEL IXP2000 ARM ARCHITECTURE
669M: Lennert Buytenhek <kernel@wantstofly.org>
670L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
671S: Maintained
672
673ARM/INTEL IXDP2850 MACHINE SUPPORT
674M: Lennert Buytenhek <kernel@wantstofly.org>
675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
676S: Maintained
677
678ARM/INTEL IXP23XX ARM ARCHITECTURE
679M: Lennert Buytenhek <kernel@wantstofly.org>
680L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
681S: Maintained
682
683ARM/INTEL IXP4XX ARM ARCHITECTURE
684M: Imre Kaloz <kaloz@openwrt.org>
685M: Krzysztof Halasa <khc@pm.waw.pl>
686L: linux-arm-kernel@lists.infradead.org
687S: Maintained
688F: arch/arm/mach-ixp4xx/
689
690ARM/INTEL XSC3 (MANZANO) ARM CORE
691M: Lennert Buytenhek <kernel@wantstofly.org>
692M: Dan Williams <dan.j.williams@intel.com>
693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694S: Supported
695
696ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
697M: Lennert Buytenhek <kernel@wantstofly.org>
698L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
699S: Maintained
700
701ARM/LOGICPD PXA270 MACHINE SUPPORT
702M: Lennert Buytenhek <kernel@wantstofly.org>
703L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
704S: Maintained
705
706ARM/MAGICIAN MACHINE SUPPORT
707M: Philipp Zabel <philipp.zabel@gmail.com>
708S: Maintained
709
710ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
711M: Lennert Buytenhek <buytenh@marvell.com>
712M: Nicolas Pitre <nico@marvell.com>
713L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
714T: git git://git.marvell.com/orion
715S: Maintained
716F: arch/arm/mach-loki/
717F: arch/arm/mach-kirkwood/
718F: arch/arm/mach-mv78xx0/
719F: arch/arm/mach-orion5x/
720F: arch/arm/plat-orion/
721
722ARM/MIOA701 MACHINE SUPPORT
723M: Robert Jarzmik <robert.jarzmik@free.fr>
724L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
725F: arch/arm/mach-pxa/mioa701.c
726S: Maintained
727
728ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
729M: Michael Petchkovsky <mkpetch@internode.on.net>
730S: Maintained
731
732ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
733M: Nelson Castillo <arhuaco@freaks-unidos.net>
734L: openmoko-kernel@lists.openmoko.org (subscribers-only)
735W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
736S: Supported
737
738ARM/TOSA MACHINE SUPPORT
739M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
740M: Dirk Opfer <dirk@opfer-online.de>
741S: Maintained
742
743ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
744M: Marek Vasut <marek.vasut@gmail.com>
745W: http://hackndev.com
746S: Maintained
747
748ARM/PALM TREO 680 SUPPORT
749M: Tomas Cech <sleep_walker@suse.cz>
750W: http://hackndev.com
751S: Maintained
752
753ARM/PALMZ72 SUPPORT
754M: Sergey Lapin <slapin@ossfans.org>
755W: http://hackndev.com
756S: Maintained
757
758ARM/PLEB SUPPORT
759M: Peter Chubb <pleb@gelato.unsw.edu.au>
760W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
761S: Maintained
762
763ARM/PT DIGITAL BOARD PORT
764M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
765L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766W: http://www.arm.linux.org.uk/
767S: Maintained
768
769ARM/RADISYS ENP2611 MACHINE SUPPORT
770M: Lennert Buytenhek <kernel@wantstofly.org>
771L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
772S: Maintained
773
774ARM/RISCPC ARCHITECTURE
775M: Russell King <linux@arm.linux.org.uk>
776L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
777W: http://www.arm.linux.org.uk/
778S: Maintained
779F: arch/arm/common/time-acorn.c
780F: arch/arm/include/asm/hardware/entry-macro-iomd.S
781F: arch/arm/include/asm/hardware/ioc.h
782F: arch/arm/include/asm/hardware/iomd.h
783F: arch/arm/include/asm/hardware/memc.h
784F: arch/arm/mach-rpc/
785F: drivers/net/arm/ether*
786F: drivers/scsi/arm/
787
788ARM/SHARK MACHINE SUPPORT
789M: Alexander Schulz <alex@shark-linux.de>
790W: http://www.shark-linux.de/shark.html
791S: Maintained
792
793ARM/SAMSUNG ARM ARCHITECTURES
794M: Ben Dooks <ben-linux@fluff.org>
795L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
796W: http://www.fluff.org/ben/linux/
797S: Maintained
798F: arch/arm/plat-s3c/
799F: arch/arm/plat-s3c24xx/
800
801ARM/S3C2410 ARM ARCHITECTURE
802M: Ben Dooks <ben-linux@fluff.org>
803L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804W: http://www.fluff.org/ben/linux/
805S: Maintained
806F: arch/arm/mach-s3c2410/
807
808ARM/S3C2440 ARM ARCHITECTURE
809M: Ben Dooks <ben-linux@fluff.org>
810L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811W: http://www.fluff.org/ben/linux/
812S: Maintained
813F: arch/arm/mach-s3c2440/
814
815ARM/S3C2442 ARM ARCHITECTURE
816M: Ben Dooks <ben-linux@fluff.org>
817L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818W: http://www.fluff.org/ben/linux/
819S: Maintained
820F: arch/arm/mach-s3c2442/
821
822ARM/S3C2443 ARM ARCHITECTURE
823M: Ben Dooks <ben-linux@fluff.org>
824L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825W: http://www.fluff.org/ben/linux/
826S: Maintained
827F: arch/arm/mach-s3c2443/
828
829ARM/S3C6400 ARM ARCHITECTURE
830M: Ben Dooks <ben-linux@fluff.org>
831L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832W: http://www.fluff.org/ben/linux/
833S: Maintained
834F: arch/arm/mach-s3c6400/
835
836ARM/S3C6410 ARM ARCHITECTURE
837M: Ben Dooks <ben-linux@fluff.org>
838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839W: http://www.fluff.org/ben/linux/
840S: Maintained
841F: arch/arm/mach-s3c6410/
842
843ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
844M: Lennert Buytenhek <kernel@wantstofly.org>
845L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846S: Maintained
847
848ARM/THECUS N2100 MACHINE SUPPORT
849M: Lennert Buytenhek <kernel@wantstofly.org>
850L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851S: Maintained
852
853ARM/NUVOTON W90X900 ARM ARCHITECTURE
854M: Wan ZongShun <mcuos.com@gmail.com>
855L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856W: http://www.mcuos.com
857S: Maintained
858
859ARM/VFP SUPPORT
860M: Russell King <linux@arm.linux.org.uk>
861L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862W: http://www.arm.linux.org.uk/
863S: Maintained
864F: arch/arm/vfp/
865
866ASUS ACPI EXTRAS DRIVER
867M: Corentin Chary <corentincj@iksaif.net>
868M: Karol Kozimor <sziwan@users.sourceforge.net>
869L: acpi4asus-user@lists.sourceforge.net
870W: http://acpi4asus.sf.net
871S: Maintained
872F: arch/x86/kernel/acpi/boot.c
873F: drivers/platform/x86/asus_acpi.c
874
875ASUS ASB100 HARDWARE MONITOR DRIVER
876M: "Mark M. Hoffman" <mhoffman@lightlink.com>
877L: lm-sensors@lm-sensors.org
878S: Maintained
879F: drivers/hwmon/asb100.c
880
881ASUS LAPTOP EXTRAS DRIVER
882M: Corentin Chary <corentincj@iksaif.net>
883L: acpi4asus-user@lists.sourceforge.net
884W: http://acpi4asus.sf.net
885S: Maintained
886F: drivers/platform/x86/asus-laptop.c
887
888ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
889M: Dan Williams <dan.j.williams@intel.com>
890M: Maciej Sosnowski <maciej.sosnowski@intel.com>
891W: http://sourceforge.net/projects/xscaleiop
892S: Supported
893F: Documentation/crypto/async-tx-api.txt
894F: crypto/async_tx/
895F: drivers/dma/
896F: include/linux/dmaengine.h
897F: include/linux/async_tx.h
898
899AT24 EEPROM DRIVER
900M: Wolfram Sang <w.sang@pengutronix.de>
901L: linux-i2c@vger.kernel.org
902S: Maintained
903F: drivers/misc/eeprom/at24.c
904F: include/linux/i2c/at24.h
905
906ATA OVER ETHERNET (AOE) DRIVER
907M: "Ed L. Cashin" <ecashin@coraid.com>
908W: http://www.coraid.com/support/linux
909S: Supported
910F: Documentation/aoe/
911F: drivers/block/aoe/
912
913ATHEROS ATH5K WIRELESS DRIVER
914M: Jiri Slaby <jirislaby@gmail.com>
915M: Nick Kossifidis <mickflemm@gmail.com>
916M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
917M: Bob Copeland <me@bobcopeland.com>
918L: linux-wireless@vger.kernel.org
919L: ath5k-devel@lists.ath5k.org
920W: http://wireless.kernel.org/en/users/Drivers/ath5k
921S: Maintained
922F: drivers/net/wireless/ath/ath5k/
923
924ATHEROS ATH9K WIRELESS DRIVER
925M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
926M: Jouni Malinen <jmalinen@atheros.com>
927M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
928M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
929M: Senthil Balasubramanian <senthilkumar@atheros.com>
930L: linux-wireless@vger.kernel.org
931L: ath9k-devel@lists.ath9k.org
932W: http://wireless.kernel.org/en/users/Drivers/ath9k
933S: Supported
934F: drivers/net/wireless/ath/ath9k/
935
936ATHEROS AR9170 WIRELESS DRIVER
937M: Christian Lamparter <chunkeey@web.de>
938L: linux-wireless@vger.kernel.org
939W: http://wireless.kernel.org/en/users/Drivers/ar9170
940S: Maintained
941F: drivers/net/wireless/ath/ar9170/
942
943ATK0110 HWMON DRIVER
944M: Luca Tettamanti <kronos.it@gmail.com>
945L: lm-sensors@lm-sensors.org
946S: Maintained
947F: drivers/hwmon/asus_atk0110.c
948
949ATI_REMOTE2 DRIVER
950M: Ville Syrjala <syrjala@sci.fi>
951S: Maintained
952F: drivers/input/misc/ati_remote2.c
953
954ATLX ETHERNET DRIVERS
955M: Jay Cliburn <jcliburn@gmail.com>
956M: Chris Snook <chris.snook@gmail.com>
957M: Jie Yang <jie.yang@atheros.com>
958L: atl1-devel@lists.sourceforge.net
959W: http://sourceforge.net/projects/atl1
960W: http://atl1.sourceforge.net
961S: Maintained
962F: drivers/net/atlx/
963
964ATM
965M: Chas Williams <chas@cmf.nrl.navy.mil>
966L: linux-atm-general@lists.sourceforge.net (subscribers-only)
967L: netdev@vger.kernel.org
968W: http://linux-atm.sourceforge.net
969S: Maintained
970F: drivers/atm/
971F: include/linux/atm*
972
973ATMEL AT91 MCI DRIVER
974M: Nicolas Ferre <nicolas.ferre@atmel.com>
975L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976W: http://www.atmel.com/products/AT91/
977W: http://www.at91.com/
978S: Maintained
979F: drivers/mmc/host/at91_mci.c
980
981ATMEL AT91 / AT32 MCI DRIVER
982M: Nicolas Ferre <nicolas.ferre@atmel.com>
983S: Maintained
984F: drivers/mmc/host/atmel-mci.c
985F: drivers/mmc/host/atmel-mci-regs.h
986
987ATMEL AT91 / AT32 SERIAL DRIVER
988M: Haavard Skinnemoen <hskinnemoen@atmel.com>
989S: Supported
990F: drivers/serial/atmel_serial.c
991
992ATMEL LCDFB DRIVER
993M: Nicolas Ferre <nicolas.ferre@atmel.com>
994L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
995S: Maintained
996F: drivers/video/atmel_lcdfb.c
997F: include/video/atmel_lcdc.h
998
999ATMEL MACB ETHERNET DRIVER
1000M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1001S: Supported
1002F: drivers/net/macb.*
1003
1004ATMEL SPI DRIVER
1005M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1006S: Supported
1007F: drivers/spi/atmel_spi.*
1008
1009ATMEL USBA UDC DRIVER
1010M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1011L: kernel@avr32linux.org
1012W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1013S: Supported
1014F: drivers/usb/gadget/atmel_usba_udc.*
1015
1016ATMEL WIRELESS DRIVER
1017M: Simon Kelley <simon@thekelleys.org.uk>
1018L: linux-wireless@vger.kernel.org
1019W: http://www.thekelleys.org.uk/atmel
1020W: http://atmelwlandriver.sourceforge.net/
1021S: Maintained
1022F: drivers/net/wireless/atmel*
1023
1024AUDIT SUBSYSTEM
1025M: Al Viro <viro@zeniv.linux.org.uk>
1026M: Eric Paris <eparis@redhat.com>
1027L: linux-audit@redhat.com (subscribers-only)
1028W: http://people.redhat.com/sgrubb/audit/
1029T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1030S: Maintained
1031F: include/linux/audit.h
1032F: kernel/audit*
1033
1034AUXILIARY DISPLAY DRIVERS
1035M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1036W: http://miguelojeda.es/auxdisplay.htm
1037W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1038S: Maintained
1039F: drivers/auxdisplay/
1040F: include/linux/cfag12864b.h
1041
1042AVR32 ARCHITECTURE
1043M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1044W: http://www.atmel.com/products/AVR32/
1045W: http://avr32linux.org/
1046W: http://avrfreaks.net/
1047S: Supported
1048F: arch/avr32/
1049
1050AVR32/AT32AP MACHINE SUPPORT
1051M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1052S: Supported
1053F: arch/avr32/mach-at32ap/
1054
1055AX.25 NETWORK LAYER
1056M: Ralf Baechle <ralf@linux-mips.org>
1057L: linux-hams@vger.kernel.org
1058W: http://www.linux-ax25.org/
1059S: Maintained
1060F: include/linux/ax25.h
1061F: include/net/ax25.h
1062F: net/ax25/
1063
1064B43 WIRELESS DRIVER
1065M: Michael Buesch <mb@bu3sch.de>
1066M: Stefano Brivio <stefano.brivio@polimi.it>
1067L: linux-wireless@vger.kernel.org
1068W: http://linuxwireless.org/en/users/Drivers/b43
1069S: Maintained
1070F: drivers/net/wireless/b43/
1071
1072B43LEGACY WIRELESS DRIVER
1073M: Larry Finger <Larry.Finger@lwfinger.net>
1074M: Stefano Brivio <stefano.brivio@polimi.it>
1075L: linux-wireless@vger.kernel.org
1076W: http://linuxwireless.org/en/users/Drivers/b43
1077S: Maintained
1078F: drivers/net/wireless/b43legacy/
1079
1080BACKLIGHT CLASS/SUBSYSTEM
1081M: Richard Purdie <rpurdie@rpsys.net>
1082S: Maintained
1083F: drivers/video/backlight/
1084F: include/linux/backlight.h
1085
1086BAYCOM/HDLCDRV DRIVERS FOR AX.25
1087M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1088L: linux-hams@vger.kernel.org
1089W: http://www.baycom.org/~tom/ham/ham.html
1090S: Maintained
1091F: drivers/net/hamradio/baycom*
1092
1093BEFS FILE SYSTEM
1094M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1095S: Maintained
1096F: Documentation/filesystems/befs.txt
1097F: fs/befs/
1098
1099BFS FILE SYSTEM
1100M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1101S: Maintained
1102F: Documentation/filesystems/bfs.txt
1103F: fs/bfs/
1104F: include/linux/bfs_fs.h
1105
1106BLACKFIN ARCHITECTURE
1107M: Mike Frysinger <vapier@gentoo.org>
1108L: uclinux-dist-devel@blackfin.uclinux.org
1109W: http://blackfin.uclinux.org
1110S: Supported
1111F: arch/blackfin/
1112
1113BLACKFIN EMAC DRIVER
1114M: Michael Hennerich <michael.hennerich@analog.com>
1115L: uclinux-dist-devel@blackfin.uclinux.org
1116W: http://blackfin.uclinux.org
1117S: Supported
1118F: drivers/net/bfin_mac.*
1119
1120BLACKFIN RTC DRIVER
1121M: Mike Frysinger <vapier.adi@gmail.com>
1122L: uclinux-dist-devel@blackfin.uclinux.org
1123W: http://blackfin.uclinux.org
1124S: Supported
1125F: drivers/rtc/rtc-bfin.c
1126
1127BLACKFIN SERIAL DRIVER
1128M: Sonic Zhang <sonic.zhang@analog.com>
1129L: uclinux-dist-devel@blackfin.uclinux.org
1130W: http://blackfin.uclinux.org
1131S: Supported
1132F: drivers/serial/bfin_5xx.c
1133
1134BLACKFIN WATCHDOG DRIVER
1135M: Mike Frysinger <vapier.adi@gmail.com>
1136L: uclinux-dist-devel@blackfin.uclinux.org
1137W: http://blackfin.uclinux.org
1138S: Supported
1139F: drivers/watchdog/bfin_wdt.c
1140
1141BLACKFIN I2C TWI DRIVER
1142M: Sonic Zhang <sonic.zhang@analog.com>
1143L: uclinux-dist-devel@blackfin.uclinux.org
1144W: http://blackfin.uclinux.org/
1145S: Supported
1146F: drivers/i2c/busses/i2c-bfin-twi.c
1147
1148BLOCK LAYER
1149M: Jens Axboe <axboe@kernel.dk>
1150T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1151S: Maintained
1152F: block/
1153
1154BLOCK2MTD DRIVER
1155M: Joern Engel <joern@lazybastard.org>
1156L: linux-mtd@lists.infradead.org
1157S: Maintained
1158F: drivers/mtd/devices/block2mtd.c
1159
1160BLUETOOTH DRIVERS
1161M: Marcel Holtmann <marcel@holtmann.org>
1162L: linux-bluetooth@vger.kernel.org
1163W: http://www.bluez.org/
1164S: Maintained
1165F: drivers/bluetooth/
1166
1167BLUETOOTH SUBSYSTEM
1168M: Marcel Holtmann <marcel@holtmann.org>
1169L: linux-bluetooth@vger.kernel.org
1170W: http://www.bluez.org/
1171T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1172S: Maintained
1173F: net/bluetooth/
1174F: include/net/bluetooth/
1175
1176BONDING DRIVER
1177M: Jay Vosburgh <fubar@us.ibm.com>
1178L: bonding-devel@lists.sourceforge.net
1179W: http://sourceforge.net/projects/bonding/
1180S: Supported
1181F: drivers/net/bonding/
1182F: include/linux/if_bonding.h
1183
1184BROADCOM B44 10/100 ETHERNET DRIVER
1185M: Gary Zambrano <zambrano@broadcom.com>
1186L: netdev@vger.kernel.org
1187S: Supported
1188F: drivers/net/b44.*
1189
1190BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1191M: Michael Chan <mchan@broadcom.com>
1192L: netdev@vger.kernel.org
1193S: Supported
1194F: drivers/net/bnx2.*
1195F: drivers/net/bnx2_*
1196
1197BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1198M: Eilon Greenstein <eilong@broadcom.com>
1199L: netdev@vger.kernel.org
1200S: Supported
1201F: drivers/net/bnx2x*
1202
1203BROADCOM TG3 GIGABIT ETHERNET DRIVER
1204M: Matt Carlson <mcarlson@broadcom.com>
1205M: Michael Chan <mchan@broadcom.com>
1206L: netdev@vger.kernel.org
1207S: Supported
1208F: drivers/net/tg3.*
1209
1210BSG (block layer generic sg v4 driver)
1211M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1212L: linux-scsi@vger.kernel.org
1213S: Supported
1214F: block/bsg.c
1215F: include/linux/bsg.h
1216
1217BT8XXGPIO DRIVER
1218M: Michael Buesch <mb@bu3sch.de>
1219W: http://bu3sch.de/btgpio.php
1220S: Maintained
1221F: drivers/gpio/bt8xxgpio.c
1222
1223BTRFS FILE SYSTEM
1224M: Chris Mason <chris.mason@oracle.com>
1225L: linux-btrfs@vger.kernel.org
1226W: http://btrfs.wiki.kernel.org/
1227T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1228S: Maintained
1229F: Documentation/filesystems/btrfs.txt
1230F: fs/btrfs/
1231
1232BTTV VIDEO4LINUX DRIVER
1233M: Mauro Carvalho Chehab <mchehab@infradead.org>
1234L: linux-media@vger.kernel.org
1235W: http://linuxtv.org
1236T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1237S: Maintained
1238F: Documentation/video4linux/bttv/
1239F: drivers/media/video/bt8xx/bttv*
1240
1241CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1242M: David Howells <dhowells@redhat.com>
1243L: linux-cachefs@redhat.com
1244S: Supported
1245F: Documentation/filesystems/caching/cachefiles.txt
1246F: fs/cachefiles/
1247
1248CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1249M: Jonathan Corbet <corbet@lwn.net>
1250L: linux-media@vger.kernel.org
1251T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1252S: Maintained
1253F: Documentation/video4linux/cafe_ccic
1254F: drivers/media/video/cafe_ccic*
1255
1256CALGARY x86-64 IOMMU
1257M: Muli Ben-Yehuda <muli@il.ibm.com>
1258M: "Jon D. Mason" <jdmason@kudzu.us>
1259L: discuss@x86-64.org
1260S: Maintained
1261F: arch/x86/kernel/pci-calgary_64.c
1262F: arch/x86/kernel/tce_64.c
1263F: arch/x86/include/asm/calgary.h
1264F: arch/x86/include/asm/tce.h
1265
1266CAN NETWORK LAYER
1267M: Urs Thuermann <urs.thuermann@volkswagen.de>
1268M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1269L: socketcan-core@lists.berlios.de (subscribers-only)
1270W: http://developer.berlios.de/projects/socketcan/
1271S: Maintained
1272F: drivers/net/can/
1273F: include/linux/can/
1274F: include/linux/can.h
1275
1276CAN NETWORK DRIVERS
1277M: Wolfgang Grandegger <wg@grandegger.com>
1278L: socketcan-core@lists.berlios.de (subscribers-only)
1279W: http://developer.berlios.de/projects/socketcan/
1280S: Maintained
1281
1282CELL BROADBAND ENGINE ARCHITECTURE
1283M: Arnd Bergmann <arnd@arndb.de>
1284L: linuxppc-dev@ozlabs.org
1285L: cbe-oss-dev@ozlabs.org
1286W: http://www.ibm.com/developerworks/power/cell/
1287S: Supported
1288F: arch/powerpc/include/asm/cell*.h
1289F: arch/powerpc/include/asm/spu*.h
1290F: arch/powerpc/oprofile/*cell*
1291F: arch/powerpc/platforms/cell/
1292
1293CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1294M: David Vrabel <david.vrabel@csr.com>
1295L: linux-usb@vger.kernel.org
1296S: Supported
1297F: Documentation/usb/WUSB-Design-overview.txt
1298F: Documentation/usb/wusb-cbaf
1299F: drivers/usb/wusbcore/
1300F: include/linux/usb/wusb*
1301
1302CFAG12864B LCD DRIVER
1303M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1304W: http://miguelojeda.es/auxdisplay.htm
1305W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1306S: Maintained
1307F: drivers/auxdisplay/cfag12864b.c
1308F: include/linux/cfag12864b.h
1309
1310CFAG12864BFB LCD FRAMEBUFFER DRIVER
1311M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1312W: http://miguelojeda.es/auxdisplay.htm
1313W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1314S: Maintained
1315F: drivers/auxdisplay/cfag12864bfb.c
1316F: include/linux/cfag12864b.h
1317
1318CFG80211 and NL80211
1319M: Johannes Berg <johannes@sipsolutions.net>
1320L: linux-wireless@vger.kernel.org
1321S: Maintained
1322F: include/linux/nl80211.h
1323F: include/net/cfg80211.h
1324F: net/wireless/*
1325X: net/wireless/wext*
1326
1327CHECKPATCH
1328M: Andy Whitcroft <apw@canonical.com>
1329S: Supported
1330F: scripts/checkpatch.pl
1331
1332CISCO 10G ETHERNET DRIVER
1333M: Scott Feldman <scofeldm@cisco.com>
1334M: Joe Eykholt <jeykholt@cisco.com>
1335S: Supported
1336F: drivers/net/enic/
1337
1338CIRRUS LOGIC EP93XX ETHERNET DRIVER
1339M: Lennert Buytenhek <kernel@wantstofly.org>
1340L: netdev@vger.kernel.org
1341S: Maintained
1342F: drivers/net/arm/ep93xx_eth.c
1343
1344CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1345M: Lennert Buytenhek <kernel@wantstofly.org>
1346L: linux-usb@vger.kernel.org
1347S: Maintained
1348F: drivers/usb/host/ohci-ep93xx.c
1349
1350CIRRUS LOGIC CS4270 SOUND DRIVER
1351M: Timur Tabi <timur@freescale.com>
1352L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1353S: Supported
1354F: sound/soc/codecs/cs4270*
1355
1356CLK API
1357M: Russell King <linux@arm.linux.org.uk>
1358F: include/linux/clk.h
1359
1360CISCO FCOE HBA DRIVER
1361M: Abhijeet Joglekar <abjoglek@cisco.com>
1362M: Joe Eykholt <jeykholt@cisco.com>
1363L: linux-scsi@vger.kernel.org
1364S: Supported
1365F: drivers/scsi/fnic/
1366
1367CODA FILE SYSTEM
1368M: Jan Harkes <jaharkes@cs.cmu.edu>
1369M: coda@cs.cmu.edu
1370L: codalist@coda.cs.cmu.edu
1371W: http://www.coda.cs.cmu.edu/
1372S: Maintained
1373F: Documentation/filesystems/coda.txt
1374F: fs/coda/
1375F: include/linux/coda*.h
1376
1377COMMON INTERNET FILE SYSTEM (CIFS)
1378M: Steve French <sfrench@samba.org>
1379L: linux-cifs-client@lists.samba.org
1380L: samba-technical@lists.samba.org
1381W: http://linux-cifs.samba.org/
1382T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1383S: Supported
1384F: Documentation/filesystems/cifs.txt
1385F: fs/cifs/
1386
1387COMPACTPCI HOTPLUG CORE
1388M: Scott Murray <scott@spiteful.org>
1389L: linux-pci@vger.kernel.org
1390S: Maintained
1391F: drivers/pci/hotplug/cpci_hotplug*
1392
1393COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1394M: Scott Murray <scott@spiteful.org>
1395L: linux-pci@vger.kernel.org
1396S: Maintained
1397F: drivers/pci/hotplug/cpcihp_zt5550.*
1398
1399COMPACTPCI HOTPLUG GENERIC DRIVER
1400M: Scott Murray <scott@spiteful.org>
1401L: linux-pci@vger.kernel.org
1402S: Maintained
1403F: drivers/pci/hotplug/cpcihp_generic.c
1404
1405COMPAL LAPTOP SUPPORT
1406M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1407S: Maintained
1408F: drivers/platform/x86/compal-laptop.c
1409
1410COMPUTONE INTELLIPORT MULTIPORT CARD
1411M: "Michael H. Warfield" <mhw@wittsend.com>
1412W: http://www.wittsend.com/computone.html
1413S: Maintained
1414F: Documentation/serial/computone.txt
1415F: drivers/char/ip2/
1416
1417CONEXANT ACCESSRUNNER USB DRIVER
1418M: Simon Arlott <cxacru@fire.lp0.eu>
1419L: accessrunner-general@lists.sourceforge.net
1420W: http://accessrunner.sourceforge.net/
1421S: Maintained
1422F: drivers/usb/atm/cxacru.c
1423
1424CONFIGFS
1425M: Joel Becker <joel.becker@oracle.com>
1426S: Supported
1427F: fs/configfs/
1428F: include/linux/configfs.h
1429
1430CONNECTOR
1431M: Evgeniy Polyakov <zbr@ioremap.net>
1432L: netdev@vger.kernel.org
1433S: Maintained
1434F: drivers/connector/
1435
1436CONTROL GROUPS (CGROUPS)
1437M: Paul Menage <menage@google.com>
1438M: Li Zefan <lizf@cn.fujitsu.com>
1439L: containers@lists.linux-foundation.org
1440S: Maintained
1441F: include/linux/cgroup*
1442F: kernel/cgroup*
1443F: mm/*cgroup*
1444
1445CORETEMP HARDWARE MONITORING DRIVER
1446M: Rudolf Marek <r.marek@assembler.cz>
1447L: lm-sensors@lm-sensors.org
1448S: Maintained
1449F: Documentation/hwmon/coretemp
1450F: drivers/hwmon/coretemp.c
1451
1452COSA/SRP SYNC SERIAL DRIVER
1453M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1454W: http://www.fi.muni.cz/~kas/cosa/
1455S: Maintained
1456F: drivers/net/wan/cosa*
1457
1458CPMAC ETHERNET DRIVER
1459M: Florian Fainelli <florian@openwrt.org>
1460L: netdev@vger.kernel.org
1461S: Maintained
1462F: drivers/net/cpmac.c
1463
1464CPU FREQUENCY DRIVERS
1465M: Dave Jones <davej@redhat.com>
1466L: cpufreq@vger.kernel.org
1467W: http://www.codemonkey.org.uk/projects/cpufreq/
1468T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1469S: Maintained
1470F: arch/x86/kernel/cpu/cpufreq/
1471F: drivers/cpufreq/
1472F: include/linux/cpufreq.h
1473
1474CPUID/MSR DRIVER
1475M: "H. Peter Anvin" <hpa@zytor.com>
1476S: Maintained
1477F: arch/x86/kernel/cpuid.c
1478F: arch/x86/kernel/msr.c
1479
1480CPUSETS
1481M: Paul Menage <menage@google.com>
1482W: http://www.bullopensource.org/cpuset/
1483W: http://oss.sgi.com/projects/cpusets/
1484S: Supported
1485F: Documentation/cgroups/cpusets.txt
1486F: include/linux/cpuset.h
1487F: kernel/cpuset.c
1488
1489CRAMFS FILESYSTEM
1490W: http://sourceforge.net/projects/cramfs/
1491S: Orphan
1492F: Documentation/filesystems/cramfs.txt
1493F: fs/cramfs/
1494
1495CRIS PORT
1496M: Mikael Starvik <starvik@axis.com>
1497M: Jesper Nilsson <jesper.nilsson@axis.com>
1498L: linux-cris-kernel@axis.com
1499W: http://developer.axis.com
1500S: Maintained
1501F: arch/cris/
1502
1503CRYPTO API
1504M: Herbert Xu <herbert@gondor.apana.org.au>
1505M: "David S. Miller" <davem@davemloft.net>
1506L: linux-crypto@vger.kernel.org
1507T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1508S: Maintained
1509F: Documentation/crypto/
1510F: arch/*/crypto/
1511F: crypto/
1512F: drivers/crypto/
1513F: include/crypto/
1514
1515CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1516M: Neil Horman <nhorman@tuxdriver.com>
1517L: linux-crypto@vger.kernel.org
1518S: Maintained
1519
1520CS5535 Audio ALSA driver
1521M: Jaya Kumar <jayakumar.alsa@gmail.com>
1522S: Maintained
1523F: sound/pci/cs5535audio/
1524
1525CX18 VIDEO4LINUX DRIVER
1526M: Hans Verkuil <hverkuil@xs4all.nl>
1527M: Andy Walls <awalls@radix.net>
1528L: ivtv-devel@ivtvdriver.org
1529L: linux-media@vger.kernel.org
1530T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1531W: http://linuxtv.org
1532W: http://www.ivtvdriver.org/index.php/Cx18
1533S: Maintained
1534F: Documentation/video4linux/cx18.txt
1535F: drivers/media/video/cx18/
1536
1537CXGB3 ETHERNET DRIVER (CXGB3)
1538M: Divy Le Ray <divy@chelsio.com>
1539L: netdev@vger.kernel.org
1540W: http://www.chelsio.com
1541S: Supported
1542F: drivers/net/cxgb3/
1543
1544CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1545M: Steve Wise <swise@chelsio.com>
1546L: linux-rdma@vger.kernel.org
1547W: http://www.openfabrics.org
1548S: Supported
1549F: drivers/infiniband/hw/cxgb3/
1550
1551CYBERPRO FB DRIVER
1552M: Russell King <linux@arm.linux.org.uk>
1553L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554W: http://www.arm.linux.org.uk/
1555S: Maintained
1556F: drivers/video/cyber2000fb.*
1557
1558CYCLADES 2X SYNC CARD DRIVER
1559M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1560W: http://oops.ghostprotocols.net:81/blog
1561S: Maintained
1562F: drivers/net/wan/cycx*
1563
1564CYCLADES ASYNC MUX DRIVER
1565W: http://www.cyclades.com/
1566S: Orphan
1567F: drivers/char/cyclades.c
1568F: include/linux/cyclades.h
1569
1570CYCLADES PC300 DRIVER
1571W: http://www.cyclades.com/
1572S: Orphan
1573F: drivers/net/wan/pc300*
1574
1575DAMA SLAVE for AX.25
1576M: Joerg Reuter <jreuter@yaina.de>
1577W: http://yaina.de/jreuter/
1578W: http://www.qsl.net/dl1bke/
1579L: linux-hams@vger.kernel.org
1580S: Maintained
1581F: net/ax25/af_ax25.c
1582F: net/ax25/ax25_dev.c
1583F: net/ax25/ax25_ds_*
1584F: net/ax25/ax25_in.c
1585F: net/ax25/ax25_out.c
1586F: net/ax25/ax25_timer.c
1587F: net/ax25/sysctl_net_ax25.c
1588
1589DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1590M: Tobias Ringstrom <tori@unhappy.mine.nu>
1591L: netdev@vger.kernel.org
1592S: Maintained
1593F: Documentation/networking/dmfe.txt
1594F: drivers/net/tulip/dmfe.c
1595
1596DC390/AM53C974 SCSI driver
1597M: Kurt Garloff <garloff@suse.de>
1598W: http://www.garloff.de/kurt/linux/dc390/
1599M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1600S: Maintained
1601F: drivers/scsi/tmscsim.*
1602
1603DC395x SCSI driver
1604M: Oliver Neukum <oliver@neukum.name>
1605M: Ali Akcaagac <aliakc@web.de>
1606M: Jamie Lenehan <lenehan@twibble.org>
1607W: http://twibble.org/dist/dc395x/
1608L: dc395x@twibble.org
1609L: http://lists.twibble.org/mailman/listinfo/dc395x/
1610S: Maintained
1611F: Documentation/scsi/dc395x.txt
1612F: drivers/scsi/dc395x.*
1613
1614DCCP PROTOCOL
1615M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1616L: dccp@vger.kernel.org
1617W: http://linux-net.osdl.org/index.php/DCCP
1618S: Maintained
1619F: include/linux/dccp.h
1620F: include/linux/tfrc.h
1621F: net/dccp/
1622
1623DECnet NETWORK LAYER
1624M: Christine Caulfield <christine.caulfield@googlemail.com>
1625W: http://linux-decnet.sourceforge.net
1626L: linux-decnet-user@lists.sourceforge.net
1627S: Maintained
1628F: Documentation/networking/decnet.txt
1629F: net/decnet/
1630
1631DEFXX FDDI NETWORK DRIVER
1632M: "Maciej W. Rozycki" <macro@linux-mips.org>
1633S: Maintained
1634F: drivers/net/defxx.*
1635
1636DELL LAPTOP DRIVER
1637M: Matthew Garrett <mjg59@srcf.ucam.org>
1638S: Maintained
1639F: drivers/platform/x86/dell-laptop.c
1640
1641DELL LAPTOP SMM DRIVER
1642M: Massimo Dal Zotto <dz@debian.org>
1643W: http://www.debian.org/~dz/i8k/
1644S: Maintained
1645F: drivers/char/i8k.c
1646F: include/linux/i8k.h
1647
1648DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1649M: Doug Warzecha <Douglas_Warzecha@dell.com>
1650S: Maintained
1651F: Documentation/dcdbas.txt
1652F: drivers/firmware/dcdbas.*
1653
1654DELL WMI EXTRAS DRIVER
1655M: Matthew Garrett <mjg59@srcf.ucam.org>
1656S: Maintained
1657
1658DEVICE NUMBER REGISTRY
1659M: Torben Mathiasen <device@lanana.org>
1660W: http://lanana.org/docs/device-list/index.html
1661S: Maintained
1662
1663DEVICE-MAPPER (LVM)
1664P: Alasdair Kergon
1665L: dm-devel@redhat.com
1666W: http://sources.redhat.com/dm
1667S: Maintained
1668F: Documentation/device-mapper/
1669F: drivers/md/dm*
1670F: include/linux/device-mapper.h
1671F: include/linux/dm-*.h
1672
1673DIGI INTL. EPCA DRIVER
1674M: "Digi International, Inc" <Eng.Linux@digi.com>
1675L: Eng.Linux@digi.com
1676W: http://www.digi.com
1677S: Orphan
1678F: Documentation/serial/digiepca.txt
1679F: drivers/char/epca*
1680F: drivers/char/digi*
1681
1682DIRECTORY NOTIFICATION (DNOTIFY)
1683M: Eric Paris <eparis@parisplace.org>
1684S: Maintained
1685F: Documentation/filesystems/dnotify.txt
1686F: fs/notify/dnotify/
1687F: include/linux/dnotify.h
1688
1689DISK GEOMETRY AND PARTITION HANDLING
1690M: Andries Brouwer <aeb@cwi.nl>
1691W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1692W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1693W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1694S: Maintained
1695
1696DISKQUOTA
1697M: Jan Kara <jack@suse.cz>
1698S: Maintained
1699F: Documentation/filesystems/quota.txt
1700F: fs/quota/
1701F: include/linux/quota*.h
1702
1703DISTRIBUTED LOCK MANAGER (DLM)
1704M: Christine Caulfield <ccaulfie@redhat.com>
1705M: David Teigland <teigland@redhat.com>
1706L: cluster-devel@redhat.com
1707W: http://sources.redhat.com/cluster/
1708T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1709S: Supported
1710F: fs/dlm/
1711
1712DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1713M: Maciej Sosnowski <maciej.sosnowski@intel.com>
1714M: Dan Williams <dan.j.williams@intel.com>
1715S: Supported
1716F: drivers/dma/
1717F: include/linux/dma*
1718
1719DME1737 HARDWARE MONITOR DRIVER
1720M: Juerg Haefliger <juergh@gmail.com>
1721L: lm-sensors@lm-sensors.org
1722S: Maintained
1723F: Documentation/hwmon/dme1737
1724F: drivers/hwmon/dme1737.c
1725
1726DOCBOOK FOR DOCUMENTATION
1727M: Randy Dunlap <rdunlap@xenotime.net>
1728S: Maintained
1729
1730DOCKING STATION DRIVER
1731M: Shaohua Li <shaohua.li@intel.com>
1732L: linux-acpi@vger.kernel.org
1733S: Supported
1734F: drivers/acpi/dock.c
1735
1736DOCUMENTATION
1737M: Randy Dunlap <rdunlap@xenotime.net>
1738L: linux-doc@vger.kernel.org
1739S: Maintained
1740F: Documentation/
1741
1742DOUBLETALK DRIVER
1743M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1744L: blinux-list@redhat.com
1745S: Maintained
1746F: drivers/char/dtlk.c
1747F: include/linux/dtlk.h
1748
1749DPT_I2O SCSI RAID DRIVER
1750M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1751L: linux-scsi@vger.kernel.org
1752W: http://www.adaptec.com/
1753S: Maintained
1754F: drivers/scsi/dpt*
1755F: drivers/scsi/dpt/
1756
1757DRIVER CORE, KOBJECTS, AND SYSFS
1758M: Greg Kroah-Hartman <gregkh@suse.de>
1759T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1760S: Supported
1761F: Documentation/kobject.txt
1762F: drivers/base/
1763F: fs/sysfs/
1764F: include/linux/kobj*
1765F: lib/kobj*
1766
1767DRM DRIVERS
1768M: David Airlie <airlied@linux.ie>
1769L: dri-devel@lists.sourceforge.net
1770T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1771S: Maintained
1772F: drivers/gpu/drm/
1773
1774DSCC4 DRIVER
1775M: Francois Romieu <romieu@fr.zoreil.com>
1776L: netdev@vger.kernel.org
1777S: Maintained
1778F: drivers/net/wan/dscc4.c
1779
1780DZ DECSTATION DZ11 SERIAL DRIVER
1781M: "Maciej W. Rozycki" <macro@linux-mips.org>
1782S: Maintained
1783F: drivers/serial/dz.*
1784
1785EATA-DMA SCSI DRIVER
1786M: Michael Neuffer <mike@i-Connect.Net>
1787L: linux-eata@i-connect.net
1788L: linux-scsi@vger.kernel.org
1789S: Maintained
1790F: drivers/scsi/eata*
1791
1792EATA ISA/EISA/PCI SCSI DRIVER
1793M: Dario Ballabio <ballabio_dario@emc.com>
1794L: linux-scsi@vger.kernel.org
1795S: Maintained
1796F: drivers/scsi/eata.c
1797
1798EATA-PIO SCSI DRIVER
1799M: Michael Neuffer <mike@i-Connect.Net>
1800L: linux-eata@i-connect.net
1801L: linux-scsi@vger.kernel.org
1802S: Maintained
1803F: drivers/scsi/eata_pio.*
1804
1805EBTABLES
1806M: Bart De Schuymer <bart.de.schuymer@pandora.be>
1807L: ebtables-user@lists.sourceforge.net
1808L: ebtables-devel@lists.sourceforge.net
1809W: http://ebtables.sourceforge.net/
1810S: Maintained
1811F: include/linux/netfilter_bridge/ebt_*.h
1812F: net/bridge/netfilter/ebt*.c
1813
1814ECRYPT FILE SYSTEM
1815M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1816M: Dustin Kirkland <kirkland@canonical.com>
1817L: ecryptfs-devel@lists.launchpad.net
1818W: https://launchpad.net/ecryptfs
1819S: Supported
1820F: Documentation/filesystems/ecryptfs.txt
1821F: fs/ecryptfs/
1822
1823EDAC-CORE
1824M: Doug Thompson <dougthompson@xmission.com>
1825L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1826W: bluesmoke.sourceforge.net
1827S: Supported
1828F: Documentation/edac.txt
1829F: drivers/edac/edac_*
1830F: include/linux/edac.h
1831
1832EDAC-AMD64
1833M: Doug Thompson <dougthompson@xmission.com>
1834M: Borislav Petkov <borislav.petkov@amd.com>
1835L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1836W: bluesmoke.sourceforge.net
1837S: Supported
1838F: drivers/edac/amd64_edac*
1839
1840EDAC-E752X
1841M: Mark Gross <mark.gross@intel.com>
1842M: Doug Thompson <dougthompson@xmission.com>
1843L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1844W: bluesmoke.sourceforge.net
1845S: Maintained
1846F: drivers/edac/e752x_edac.c
1847
1848EDAC-E7XXX
1849M: Doug Thompson <dougthompson@xmission.com>
1850L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1851W: bluesmoke.sourceforge.net
1852S: Maintained
1853F: drivers/edac/e7xxx_edac.c
1854
1855EDAC-I82443BXGX
1856M: Tim Small <tim@buttersideup.com>
1857L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1858W: bluesmoke.sourceforge.net
1859S: Maintained
1860F: drivers/edac/i82443bxgx_edac.c
1861
1862EDAC-I3000
1863M: Jason Uhlenkott <juhlenko@akamai.com>
1864L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1865W: bluesmoke.sourceforge.net
1866S: Maintained
1867F: drivers/edac/i3000_edac.c
1868
1869EDAC-I5000
1870M: Doug Thompson <dougthompson@xmission.com>
1871L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1872W: bluesmoke.sourceforge.net
1873S: Maintained
1874F: drivers/edac/i5000_edac.c
1875
1876EDAC-I5400
1877M: Mauro Carvalho Chehab <mchehab@redhat.com>
1878L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1879W: bluesmoke.sourceforge.net
1880S: Maintained
1881F: drivers/edac/i5400_edac.c
1882
1883EDAC-I82975X
1884M: Ranganathan Desikan <ravi@jetztechnologies.com>
1885M: "Arvind R." <arvind@jetztechnologies.com>
1886L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1887W: bluesmoke.sourceforge.net
1888S: Maintained
1889F: drivers/edac/i82975x_edac.c
1890
1891EDAC-PASEMI
1892M: Egor Martovetsky <egor@pasemi.com>
1893L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1894W: bluesmoke.sourceforge.net
1895S: Maintained
1896F: drivers/edac/pasemi_edac.c
1897
1898EDAC-R82600
1899M: Tim Small <tim@buttersideup.com>
1900L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1901W: bluesmoke.sourceforge.net
1902S: Maintained
1903F: drivers/edac/r82600_edac.c
1904
1905EEEPC LAPTOP EXTRAS DRIVER
1906M: Corentin Chary <corentincj@iksaif.net>
1907L: acpi4asus-user@lists.sourceforge.net
1908W: http://acpi4asus.sf.net
1909S: Maintained
1910F: drivers/platform/x86/eeepc-laptop.c
1911
1912EFS FILESYSTEM
1913W: http://aeschi.ch.eu.org/efs/
1914S: Orphan
1915F: fs/efs/
1916
1917EHCA (IBM GX bus InfiniBand adapter) DRIVER
1918M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1919M: Christoph Raisch <raisch@de.ibm.com>
1920L: linux-rdma@vger.kernel.org
1921S: Supported
1922F: drivers/infiniband/hw/ehca/
1923
1924EMBEDDED LINUX
1925M: Paul Gortmaker <paul.gortmaker@windriver.com>
1926M: Matt Mackall <mpm@selenic.com>
1927M: David Woodhouse <dwmw2@infradead.org>
1928L: linux-embedded@vger.kernel.org
1929S: Maintained
1930
1931EMULEX LPFC FC SCSI DRIVER
1932M: James Smart <james.smart@emulex.com>
1933L: linux-scsi@vger.kernel.org
1934W: http://sourceforge.net/projects/lpfcxxxx
1935S: Supported
1936F: drivers/scsi/lpfc/
1937
1938ENE CB710 FLASH CARD READER DRIVER
1939M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
1940S: Maintained
1941F: drivers/misc/cb710/
1942F: drivers/mmc/host/cb710-mmc.*
1943F: include/linux/cb710.h
1944
1945EPSON 1355 FRAMEBUFFER DRIVER
1946M: Christopher Hoover <ch@murgatroid.com>
1947M: Christopher Hoover <ch@hpl.hp.com>
1948S: Maintained
1949F: drivers/video/epson1355fb.c
1950
1951EPSON S1D13XXX FRAMEBUFFER DRIVER
1952M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1953S: Maintained
1954T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1955F: drivers/video/s1d13xxxfb.c
1956F: include/video/s1d13xxxfb.h
1957
1958ETHEREXPRESS-16 NETWORK DRIVER
1959M: Philip Blundell <philb@gnu.org>
1960L: netdev@vger.kernel.org
1961S: Maintained
1962F: drivers/net/eexpress.*
1963
1964ETHERNET BRIDGE
1965M: Stephen Hemminger <shemminger@linux-foundation.org>
1966L: bridge@lists.linux-foundation.org
1967W: http://www.linux-foundation.org/en/Net:Bridge
1968S: Maintained
1969F: include/linux/netfilter_bridge/
1970F: net/bridge/
1971
1972ETHERTEAM 16I DRIVER
1973M: Mika Kuoppala <miku@iki.fi>
1974S: Maintained
1975F: drivers/net/eth16i.c
1976
1977EXT2 FILE SYSTEM
1978L: linux-ext4@vger.kernel.org
1979S: Maintained
1980F: Documentation/filesystems/ext2.txt
1981F: fs/ext2/
1982F: include/linux/ext2*
1983
1984EXT3 FILE SYSTEM
1985M: Andrew Morton <akpm@linux-foundation.org>
1986M: Andreas Dilger <adilger@sun.com>
1987L: linux-ext4@vger.kernel.org
1988S: Maintained
1989F: Documentation/filesystems/ext3.txt
1990F: fs/ext3/
1991F: include/linux/ext3*
1992
1993EXT4 FILE SYSTEM
1994M: "Theodore Ts'o" <tytso@mit.edu>
1995M: Andreas Dilger <adilger@sun.com>
1996L: linux-ext4@vger.kernel.org
1997W: http://ext4.wiki.kernel.org
1998S: Maintained
1999F: Documentation/filesystems/ext4.txt
2000F: fs/ext4/
2001
2002F71805F HARDWARE MONITORING DRIVER
2003M: Jean Delvare <khali@linux-fr.org>
2004L: lm-sensors@lm-sensors.org
2005S: Maintained
2006F: Documentation/hwmon/f71805f
2007F: drivers/hwmon/f71805f.c
2008
2009FARSYNC SYNCHRONOUS DRIVER
2010M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2011W: http://www.farsite.co.uk/
2012S: Supported
2013F: drivers/net/wan/farsync.*
2014
2015FAULT INJECTION SUPPORT
2016M: Akinobu Mita <akinobu.mita@gmail.com>
2017S: Supported
2018F: Documentation/fault-injection/
2019F: lib/fault-inject.c
2020
2021FILE LOCKING (flock() and fcntl()/lockf())
2022M: Matthew Wilcox <matthew@wil.cx>
2023L: linux-fsdevel@vger.kernel.org
2024S: Maintained
2025F: include/linux/fcntl.h
2026F: include/linux/fs.h
2027F: fs/fcntl.c
2028F: fs/locks.c
2029
2030FILESYSTEMS (VFS and infrastructure)
2031M: Alexander Viro <viro@zeniv.linux.org.uk>
2032L: linux-fsdevel@vger.kernel.org
2033S: Maintained
2034F: fs/*
2035
2036FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2037M: Riku Voipio <riku.vipio@iki.fi>
2038L: lm-sensors@lm-sensors.org
2039S: Maintained
2040F: drivers/hwmon/f75375s.c
2041F: include/linux/f75375s.h
2042
2043FIREWIRE SUBSYSTEM
2044M: Kristian Hoegsberg <krh@redhat.com>
2045M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2046L: linux1394-devel@lists.sourceforge.net
2047W: http://www.linux1394.org/
2048T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2049S: Maintained
2050F: drivers/firewire/
2051F: include/linux/firewire*.h
2052
2053FIRMWARE LOADER (request_firmware)
2054S: Orphan
2055F: Documentation/firmware_class/
2056F: drivers/base/firmware*.c
2057F: include/linux/firmware.h
2058
2059FPU EMULATOR
2060M: Bill Metzenthen <billm@melbpc.org.au>
2061W: http://floatingpoint.sourceforge.net/emulator/index.html
2062S: Maintained
2063F: arch/x86/math-emu/
2064
2065FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2066M: Mike McLagan <mike.mclagan@linux.org>
2067L: netdev@vger.kernel.org
2068S: Maintained
2069F: drivers/net/wan/dlci.c
2070F: drivers/net/wan/sdla.c
2071
2072FRAMEBUFFER LAYER
2073L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2074W: http://linux-fbdev.sourceforge.net/
2075S: Orphan
2076F: Documentation/fb/
2077F: drivers/video/fb*
2078F: include/linux/fb.h
2079
2080FREESCALE DMA DRIVER
2081M: Li Yang <leoli@freescale.com>
2082M: Zhang Wei <zw@zh-kernel.org>
2083L: linuxppc-dev@ozlabs.org
2084S: Maintained
2085F: drivers/dma/fsldma.*
2086
2087FREESCALE I2C CPM DRIVER
2088M: Jochen Friedrich <jochen@scram.de>
2089L: linuxppc-dev@ozlabs.org
2090L: linux-i2c@vger.kernel.org
2091S: Maintained
2092F: drivers/i2c/busses/i2c-cpm.c
2093
2094FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2095M: Sascha Hauer <kernel@pengutronix.de>
2096L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2097L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2098S: Maintained
2099F: arch/arm/plat-mxc/include/mach/imxfb.h
2100F: drivers/video/imxfb.c
2101
2102FREESCALE SOC FS_ENET DRIVER
2103M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2104M: Vitaly Bordug <vbordug@ru.mvista.com>
2105L: linuxppc-dev@ozlabs.org
2106L: netdev@vger.kernel.org
2107S: Maintained
2108F: drivers/net/fs_enet/
2109F: include/linux/fs_enet_pd.h
2110
2111FREESCALE QUICC ENGINE LIBRARY
2112M: Timur Tabi <timur@freescale.com>
2113L: linuxppc-dev@ozlabs.org
2114S: Supported
2115F: arch/powerpc/sysdev/qe_lib/
2116F: arch/powerpc/include/asm/*qe.h
2117
2118FREESCALE USB PERIPHERIAL DRIVERS
2119M: Li Yang <leoli@freescale.com>
2120L: linux-usb@vger.kernel.org
2121L: linuxppc-dev@ozlabs.org
2122S: Maintained
2123F: drivers/usb/gadget/fsl*
2124
2125FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2126M: Li Yang <leoli@freescale.com>
2127L: netdev@vger.kernel.org
2128L: linuxppc-dev@ozlabs.org
2129S: Maintained
2130F: drivers/net/ucc_geth*
2131
2132FREESCALE QUICC ENGINE UCC UART DRIVER
2133M: Timur Tabi <timur@freescale.com>
2134L: linuxppc-dev@ozlabs.org
2135S: Supported
2136F: drivers/serial/ucc_uart.c
2137
2138FREESCALE SOC SOUND DRIVERS
2139M: Timur Tabi <timur@freescale.com>
2140L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2141L: linuxppc-dev@ozlabs.org
2142S: Supported
2143F: sound/soc/fsl/fsl*
2144F: sound/soc/fsl/mpc8610_hpcd.c
2145
2146FREEVXFS FILESYSTEM
2147M: Christoph Hellwig <hch@infradead.org>
2148W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2149S: Maintained
2150F: fs/freevxfs/
2151
2152FREEZER
2153M: Pavel Machek <pavel@ucw.cz>
2154M: "Rafael J. Wysocki" <rjw@sisk.pl>
2155L: linux-pm@lists.linux-foundation.org
2156S: Supported
2157F: Documentation/power/freezing-of-tasks.txt
2158F: include/linux/freezer.h
2159F: kernel/freezer.c
2160
2161FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2162M: David Howells <dhowells@redhat.com>
2163L: linux-cachefs@redhat.com
2164S: Supported
2165F: Documentation/filesystems/caching/
2166F: fs/fscache/
2167F: include/linux/fscache*.h
2168
2169TRACING
2170M: Steven Rostedt <rostedt@goodmis.org>
2171M: Frederic Weisbecker <fweisbec@gmail.com>
2172M: Ingo Molnar <mingo@redhat.com>
2173T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2174S: Maintained
2175F: Documentation/trace/ftrace.txt
2176F: arch/*/*/*/ftrace.h
2177F: arch/*/kernel/ftrace.c
2178F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2179F: kernel/trace/
2180
2181FUJITSU FR-V (FRV) PORT
2182M: David Howells <dhowells@redhat.com>
2183S: Maintained
2184F: arch/frv/
2185
2186FUJITSU LAPTOP EXTRAS
2187M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2188L: linux-acpi@vger.kernel.org
2189S: Maintained
2190F: drivers/platform/x86/fujitsu-laptop.c
2191
2192FUSE: FILESYSTEM IN USERSPACE
2193M: Miklos Szeredi <miklos@szeredi.hu>
2194L: fuse-devel@lists.sourceforge.net
2195W: http://fuse.sourceforge.net/
2196S: Maintained
2197F: fs/fuse/
2198F: include/linux/fuse.h
2199
2200FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2201M: Rik Faith <faith@cs.unc.edu>
2202L: linux-scsi@vger.kernel.org
2203S: Odd Fixes (e.g., new signatures)
2204F: drivers/scsi/fdomain.*
2205
2206GDT SCSI DISK ARRAY CONTROLLER DRIVER
2207M: Achim Leubner <achim_leubner@adaptec.com>
2208L: linux-scsi@vger.kernel.org
2209W: http://www.icp-vortex.com/
2210S: Supported
2211F: drivers/scsi/gdt*
2212
2213GENERIC GPIO I2C DRIVER
2214M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2215S: Supported
2216F: drivers/i2c/busses/i2c-gpio.c
2217F: include/linux/i2c-gpio.h
2218
2219GENERIC HDLC (WAN) DRIVERS
2220M: Krzysztof Halasa <khc@pm.waw.pl>
2221W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2222S: Maintained
2223F: drivers/net/wan/c101.c
2224F: drivers/net/wan/hd6457*
2225F: drivers/net/wan/hdlc*
2226F: drivers/net/wan/n2.c
2227F: drivers/net/wan/pc300too.c
2228F: drivers/net/wan/pci200syn.c
2229F: drivers/net/wan/wanxl*
2230
2231GENERIC INCLUDE/ASM HEADER FILES
2232M: Arnd Bergmann <arnd@arndb.de>
2233L: linux-arch@vger.kernel.org
2234T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2235S: Maintained
2236F: include/asm-generic
2237
2238GENERIC UIO DRIVER FOR PCI DEVICES
2239M: Michael S. Tsirkin <mst@redhat.com>
2240L: kvm@vger.kernel.org
2241L: linux-kernel@vger.kernel.org
2242S: Supported
2243F: drivers/uio/uio_pci_generic.c
2244
2245GFS2 FILE SYSTEM
2246M: Steven Whitehouse <swhiteho@redhat.com>
2247L: cluster-devel@redhat.com
2248W: http://sources.redhat.com/cluster/
2249T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2250T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2251S: Supported
2252F: Documentation/filesystems/gfs2*.txt
2253F: fs/gfs2/
2254F: include/linux/gfs2_ondisk.h
2255
2256GIGASET ISDN DRIVERS
2257M: Hansjoerg Lipp <hjlipp@web.de>
2258M: Tilman Schmidt <tilman@imap.cc>
2259L: gigaset307x-common@lists.sourceforge.net
2260W: http://gigaset307x.sourceforge.net/
2261S: Maintained
2262F: Documentation/isdn/README.gigaset
2263F: drivers/isdn/gigaset/
2264F: include/linux/gigaset_dev.h
2265
2266HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2267M: Frank Seidel <frank@f-seidel.de>
2268L: lm-sensors@lm-sensors.org
2269W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2270S: Maintained
2271F: drivers/hwmon/hdaps.c
2272
2273HYPERVISOR VIRTUAL CONSOLE DRIVER
2274L: linuxppc-dev@ozlabs.org
2275S: Odd Fixes
2276F: drivers/char/hvc_*
2277
2278GSPCA FINEPIX SUBDRIVER
2279M: Frank Zago <frank@zago.net>
2280L: linux-media@vger.kernel.org
2281T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2282S: Maintained
2283F: drivers/media/video/gspca/finepix.c
2284
2285GSPCA M5602 SUBDRIVER
2286M: Erik Andren <erik.andren@gmail.com>
2287L: linux-media@vger.kernel.org
2288T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2289S: Maintained
2290F: drivers/media/video/gspca/m5602/
2291
2292GSPCA PAC207 SONIXB SUBDRIVER
2293M: Hans de Goede <hdegoede@redhat.com>
2294L: linux-media@vger.kernel.org
2295T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2296S: Maintained
2297F: drivers/media/video/gspca/pac207.c
2298
2299GSPCA SN9C20X SUBDRIVER
2300M: Brian Johnson <brijohn@gmail.com>
2301L: linux-media@vger.kernel.org
2302T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2303S: Maintained
2304F: drivers/media/video/gspca/sn9c20x.c
2305
2306GSPCA T613 SUBDRIVER
2307M: Leandro Costantino <lcostantino@gmail.com>
2308L: linux-media@vger.kernel.org
2309T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2310S: Maintained
2311F: drivers/media/video/gspca/t613.c
2312
2313GSPCA USB WEBCAM DRIVER
2314M: Jean-Francois Moine <moinejf@free.fr>
2315W: http://moinejf.free.fr
2316L: linux-media@vger.kernel.org
2317T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2318S: Maintained
2319F: drivers/media/video/gspca/
2320
2321HARDWARE MONITORING
2322L: lm-sensors@lm-sensors.org
2323W: http://www.lm-sensors.org/
2324S: Orphan
2325F: drivers/hwmon/
2326
2327HARDWARE RANDOM NUMBER GENERATOR CORE
2328M: Matt Mackall <mpm@selenic.com>
2329M: Herbert Xu <herbert@gondor.apana.org.au>
2330S: Odd fixes
2331F: Documentation/hw_random.txt
2332F: drivers/char/hw_random/
2333F: include/linux/hw_random.h
2334
2335HARMONY SOUND DRIVER
2336M: Kyle McMartin <kyle@mcmartin.ca>
2337L: linux-parisc@vger.kernel.org
2338S: Maintained
2339F: sound/parisc/harmony.*
2340
2341HAYES ESP SERIAL DRIVER
2342M: "Andrew J. Robinson" <arobinso@nyx.net>
2343W: http://www.nyx.net/~arobinso
2344S: Maintained
2345F: Documentation/serial/hayes-esp.txt
2346F: drivers/char/esp.c
2347
2348HEWLETT-PACKARD SMART2 RAID DRIVER
2349M: Chirag Kantharia <chirag.kantharia@hp.com>
2350L: iss_storagedev@hp.com
2351S: Maintained
2352F: Documentation/blockdev/cpqarray.txt
2353F: drivers/block/cpqarray.*
2354
2355HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2356M: Mike Miller <mike.miller@hp.com>
2357L: iss_storagedev@hp.com
2358S: Supported
2359F: Documentation/blockdev/cciss.txt
2360F: drivers/block/cciss*
2361F: include/linux/cciss_ioctl.h
2362
2363HFS FILESYSTEM
2364M: Roman Zippel <zippel@linux-m68k.org>
2365S: Maintained
2366F: Documentation/filesystems/hfs.txt
2367F: fs/hfs/
2368
2369HGA FRAMEBUFFER DRIVER
2370M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2371L: linux-nvidia@lists.surfsouth.com
2372W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2373S: Maintained
2374F: drivers/video/hgafb.c
2375
2376HIBERNATION (aka Software Suspend, aka swsusp)
2377M: Pavel Machek <pavel@ucw.cz>
2378M: "Rafael J. Wysocki" <rjw@sisk.pl>
2379L: linux-pm@lists.linux-foundation.org
2380S: Supported
2381F: arch/x86/power/
2382F: drivers/base/power/
2383F: kernel/power/
2384F: include/linux/suspend.h
2385F: include/linux/freezer.h
2386F: include/linux/pm.h
2387F: arch/*/include/asm/suspend*.h
2388
2389HID CORE LAYER
2390M: Jiri Kosina <jkosina@suse.cz>
2391L: linux-input@vger.kernel.org
2392T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2393S: Maintained
2394F: drivers/hid/
2395F: include/linux/hid*
2396
2397HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2398M: Thomas Gleixner <tglx@linutronix.de>
2399S: Maintained
2400F: Documentation/timers/
2401F: kernel/hrtimer.c
2402F: include/linux/hrtimer.h
2403
2404HIGH-SPEED SCC DRIVER FOR AX.25
2405M: Klaus Kudielka <klaus.kudielka@ieee.org>
2406L: linux-hams@vger.kernel.org
2407W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2408S: Maintained
2409F: drivers/net/hamradio/dmascc.c
2410F: drivers/net/hamradio/scc.c
2411
2412HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2413M: HighPoint Linux Team <linux@highpoint-tech.com>
2414W: http://www.highpoint-tech.com
2415S: Supported
2416F: Documentation/scsi/hptiop.txt
2417F: drivers/scsi/hptiop.c
2418
2419HIPPI
2420M: Jes Sorensen <jes@trained-monkey.org>
2421L: linux-hippi@sunsite.dk
2422S: Maintained
2423F: include/linux/hippidevice.h
2424F: include/linux/if_hippi.h
2425F: net/802/hippi.c
2426
2427HOST AP DRIVER
2428M: Jouni Malinen <j@w1.fi>
2429L: hostap@shmoo.com (subscribers-only)
2430L: linux-wireless@vger.kernel.org
2431W: http://hostap.epitest.fi/
2432S: Maintained
2433F: drivers/net/wireless/hostap/
2434
2435HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2436M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2437S: Odd Fixes
2438F: drivers/platform/x86/tc1100-wmi.c
2439
2440HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2441M: Jaroslav Kysela <perex@perex.cz>
2442S: Maintained
2443F: drivers/net/hp100.*
2444
2445HPET: High Precision Event Timers driver
2446M: Clemens Ladisch <clemens@ladisch.de>
2447S: Maintained
2448F: Documentation/timers/hpet.txt
2449F: drivers/char/hpet.c
2450F: include/linux/hpet.h
2451
2452HPET: i386
2453M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2454S: Maintained
2455F: arch/x86/kernel/hpet.c
2456F: arch/x86/include/asm/hpet.h
2457
2458HPET: x86_64
2459M: Vojtech Pavlik <vojtech@suse.cz>
2460S: Maintained
2461
2462HPET: ACPI
2463M: Bob Picco <bob.picco@hp.com>
2464S: Maintained
2465F: drivers/char/hpet.c
2466
2467HPFS FILESYSTEM
2468M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2469W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2470S: Maintained
2471F: fs/hpfs/
2472
2473HSO 3G MODEM DRIVER
2474M: Jan Dumon <j.dumon@option.com>
2475W: http://www.pharscape.org
2476S: Maintained
2477F: drivers/net/usb/hso.c
2478
2479HTCPEN TOUCHSCREEN DRIVER
2480M: Pau Oliva Fora <pof@eslack.org>
2481L: linux-input@vger.kernel.org
2482S: Maintained
2483F: drivers/input/touchscreen/htcpen.c
2484
2485HUGETLB FILESYSTEM
2486M: William Irwin <wli@holomorphy.com>
2487S: Maintained
2488F: fs/hugetlbfs/
2489
2490I2C/SMBUS STUB DRIVER
2491M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2492L: linux-i2c@vger.kernel.org
2493S: Maintained
2494F: drivers/i2c/busses/i2c-stub.c
2495
2496I2C SUBSYSTEM
2497M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2498M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2499L: linux-i2c@vger.kernel.org
2500W: http://i2c.wiki.kernel.org/
2501T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2502S: Maintained
2503F: Documentation/i2c/
2504F: drivers/i2c/
2505F: include/linux/i2c.h
2506F: include/linux/i2c-dev.h
2507F: include/linux/i2c-id.h
2508
2509I2C-TINY-USB DRIVER
2510M: Till Harbaum <till@harbaum.org>
2511L: linux-i2c@vger.kernel.org
2512W: http://www.harbaum.org/till/i2c_tiny_usb
2513S: Maintained
2514F: drivers/i2c/busses/i2c-tiny-usb.c
2515
2516i386 BOOT CODE
2517M: "H. Peter Anvin" <hpa@zytor.com>
2518S: Maintained
2519F: arch/x86/boot/
2520
2521i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2522M: "H. Peter Anvin" <hpa@zytor.com>
2523T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2524S: Maintained
2525
2526IA64 (Itanium) PLATFORM
2527M: Tony Luck <tony.luck@intel.com>
2528M: Fenghua Yu <fenghua.yu@intel.com>
2529L: linux-ia64@vger.kernel.org
2530W: http://www.ia64-linux.org/
2531T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2532S: Maintained
2533F: arch/ia64/
2534
2535IBM MCA SCSI SUBSYSTEM DRIVER
2536M: Michael Lang <langa2@kph.uni-mainz.de>
2537W: http://www.uni-mainz.de/~langm000/linux.html
2538S: Maintained
2539F: drivers/scsi/ibmmca.c
2540
2541IBM Power Linux RAID adapter
2542M: Brian King <brking@us.ibm.com>
2543S: Supported
2544F: drivers/scsi/ipr.*
2545
2546IBM ServeRAID RAID DRIVER
2547P: Jack Hammer
2548M: Dave Jeffery <ipslinux@adaptec.com>
2549W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2550S: Supported
2551F: drivers/scsi/ips.*
2552
2553IDE SUBSYSTEM
2554M: "David S. Miller" <davem@davemloft.net>
2555L: linux-ide@vger.kernel.org
2556T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2557S: Maintained
2558F: Documentation/ide/
2559F: drivers/ide/
2560F: include/linux/ide.h
2561
2562IDE/ATAPI DRIVERS
2563M: Borislav Petkov <petkovbb@gmail.com>
2564L: linux-ide@vger.kernel.org
2565S: Maintained
2566F: Documentation/cdrom/ide-cd
2567F: drivers/ide/ide-cd*
2568
2569IDLE-I7300
2570M: Andy Henroid <andrew.d.henroid@intel.com>
2571L: linux-pm@lists.linux-foundation.org
2572S: Supported
2573F: drivers/idle/i7300_idle.c
2574
2575IEEE 1394 SUBSYSTEM
2576M: Ben Collins <ben.collins@ubuntu.com>
2577M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2578L: linux1394-devel@lists.sourceforge.net
2579W: http://www.linux1394.org/
2580T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2581S: Maintained
2582F: drivers/ieee1394/
2583
2584IEEE 1394 RAW I/O DRIVER
2585M: Dan Dennedy <dan@dennedy.org>
2586M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2587L: linux1394-devel@lists.sourceforge.net
2588S: Maintained
2589F: drivers/ieee1394/raw1394*
2590
2591IEEE 802.15.4 SUBSYSTEM
2592M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2593M: Sergey Lapin <slapin@ossfans.org>
2594L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2595W: http://apps.sourceforge.net/trac/linux-zigbee
2596T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2597S: Maintained
2598F: net/ieee802154/
2599F: drivers/ieee802154/
2600
2601INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2602M: Mimi Zohar <zohar@us.ibm.com>
2603S: Supported
2604F: security/integrity/ima/
2605
2606IMS TWINTURBO FRAMEBUFFER DRIVER
2607L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2608S: Orphan
2609F: drivers/video/imsttfb.c
2610
2611INFINIBAND SUBSYSTEM
2612M: Roland Dreier <rolandd@cisco.com>
2613M: Sean Hefty <sean.hefty@intel.com>
2614M: Hal Rosenstock <hal.rosenstock@gmail.com>
2615L: linux-rdma@vger.kernel.org
2616W: http://www.openib.org/
2617T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2618S: Supported
2619F: Documentation/infiniband/
2620F: drivers/infiniband/
2621F: include/linux/if_infiniband.h
2622
2623INOTIFY
2624M: John McCutchan <john@johnmccutchan.com>
2625M: Robert Love <rlove@rlove.org>
2626M: Eric Paris <eparis@parisplace.org>
2627S: Maintained
2628F: Documentation/filesystems/inotify.txt
2629F: fs/notify/inotify/
2630F: include/linux/inotify.h
2631
2632INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2633M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2634M: Dmitry Torokhov <dtor@mail.ru>
2635L: linux-input@vger.kernel.org
2636T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2637S: Maintained
2638F: drivers/input/
2639
2640INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2641M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2642L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2643S: Maintained
2644F: Documentation/fb/intelfb.txt
2645F: drivers/video/intelfb/
2646
2647INTEL 810/815 FRAMEBUFFER DRIVER
2648M: Antonino Daplas <adaplas@gmail.com>
2649L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2650S: Maintained
2651F: drivers/video/i810/
2652
2653INTEL MENLOW THERMAL DRIVER
2654M: Sujith Thomas <sujith.thomas@intel.com>
2655L: linux-acpi@vger.kernel.org
2656W: http://www.lesswatts.org/projects/acpi/
2657S: Supported
2658F: drivers/platform/x86/intel_menlow.c
2659
2660INTEL IA32 MICROCODE UPDATE SUPPORT
2661M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2662S: Maintained
2663F: arch/x86/kernel/microcode_core.c
2664F: arch/x86/kernel/microcode_intel.c
2665
2666INTEL I/OAT DMA DRIVER
2667M: Maciej Sosnowski <maciej.sosnowski@intel.com>
2668S: Supported
2669F: drivers/dma/ioat*
2670
2671INTEL IOMMU (VT-d)
2672M: David Woodhouse <dwmw2@infradead.org>
2673L: iommu@lists.linux-foundation.org
2674T: git git://git.infradead.org/iommu-2.6.git
2675S: Supported
2676F: drivers/pci/intel-iommu.c
2677F: include/linux/intel-iommu.h
2678
2679INTEL IOP-ADMA DMA DRIVER
2680M: Dan Williams <dan.j.williams@intel.com>
2681S: Supported
2682F: drivers/dma/iop-adma.c
2683
2684INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2685M: Krzysztof Halasa <khc@pm.waw.pl>
2686S: Maintained
2687F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2688F: arch/arm/mach-ixp4xx/include/mach/npe.h
2689F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2690F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2691F: drivers/net/arm/ixp4xx_eth.c
2692F: drivers/net/wan/ixp4xx_hss.c
2693
2694INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2695M: Deepak Saxena <dsaxena@plexity.net>
2696S: Maintained
2697F: drivers/char/hw_random/ixp4xx-rng.c
2698
2699INTEL IXP2000 ETHERNET DRIVER
2700M: Lennert Buytenhek <kernel@wantstofly.org>
2701L: netdev@vger.kernel.org
2702S: Maintained
2703F: drivers/net/ixp2000/
2704
2705INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2706M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2707M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2708M: Bruce Allan <bruce.w.allan@intel.com>
2709M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2710M: John Ronciak <john.ronciak@intel.com>
2711L: e1000-devel@lists.sourceforge.net
2712W: http://e1000.sourceforge.net/
2713S: Supported
2714F: drivers/net/e100.c
2715F: drivers/net/e1000/
2716F: drivers/net/e1000e/
2717F: drivers/net/igb/
2718F: drivers/net/ixgb/
2719F: drivers/net/ixgbe/
2720
2721INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2722M: Zhu Yi <yi.zhu@intel.com>
2723M: Reinette Chatre <reinette.chatre@intel.com>
2724M: Intel Linux Wireless <ilw@linux.intel.com>
2725L: linux-wireless@vger.kernel.org
2726W: http://ipw2100.sourceforge.net
2727S: Odd Fixes
2728F: Documentation/networking/README.ipw2100
2729F: drivers/net/wireless/ipw2x00/ipw2100.*
2730
2731INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2732M: Zhu Yi <yi.zhu@intel.com>
2733M: Reinette Chatre <reinette.chatre@intel.com>
2734M: Intel Linux Wireless <ilw@linux.intel.com>
2735L: linux-wireless@vger.kernel.org
2736W: http://ipw2200.sourceforge.net
2737S: Odd Fixes
2738F: Documentation/networking/README.ipw2200
2739F: drivers/net/wireless/ipw2x00/ipw2200.*
2740
2741INTEL WIRELESS WIMAX CONNECTION 2400
2742M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2743M: linux-wimax@intel.com
2744L: wimax@linuxwimax.org
2745S: Supported
2746W: http://linuxwimax.org
2747F: Documentation/wimax/README.i2400m
2748F: drivers/net/wimax/i2400m/
2749F: include/linux/wimax/i2400m.h
2750
2751INTEL WIRELESS WIFI LINK (iwlwifi)
2752M: Zhu Yi <yi.zhu@intel.com>
2753M: Reinette Chatre <reinette.chatre@intel.com>
2754M: Intel Linux Wireless <ilw@linux.intel.com>
2755L: linux-wireless@vger.kernel.org
2756W: http://intellinuxwireless.org
2757T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2758S: Supported
2759F: drivers/net/wireless/iwlwifi/
2760
2761IOC3 ETHERNET DRIVER
2762M: Ralf Baechle <ralf@linux-mips.org>
2763L: linux-mips@linux-mips.org
2764S: Maintained
2765F: drivers/net/ioc3-eth.c
2766
2767IOC3 SERIAL DRIVER
2768M: Pat Gefre <pfg@sgi.com>
2769L: linux-mips@linux-mips.org
2770S: Maintained
2771F: drivers/serial/ioc3_serial.c
2772
2773IP MASQUERADING
2774M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2775S: Maintained
2776F: net/ipv4/netfilter/ipt_MASQUERADE.c
2777
2778IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2779M: Francois Romieu <romieu@fr.zoreil.com>
2780M: Sorbica Shieh <sorbica@icplus.com.tw>
2781M: Jesse Huang <jesse@icplus.com.tw>
2782L: netdev@vger.kernel.org
2783S: Maintained
2784F: drivers/net/ipg.c
2785
2786IPATH DRIVER
2787M: Ralph Campbell <infinipath@qlogic.com>
2788L: linux-rdma@vger.kernel.org
2789T: git git://git.qlogic.com/ipath-linux-2.6
2790S: Supported
2791F: drivers/infiniband/hw/ipath/
2792
2793IPMI SUBSYSTEM
2794M: Corey Minyard <minyard@acm.org>
2795L: openipmi-developer@lists.sourceforge.net
2796W: http://openipmi.sourceforge.net/
2797S: Supported
2798F: Documentation/IPMI.txt
2799F: drivers/char/ipmi/
2800F: include/linux/ipmi*
2801
2802IPS SCSI RAID DRIVER
2803M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2804L: linux-scsi@vger.kernel.org
2805W: http://www.adaptec.com/
2806S: Maintained
2807F: drivers/scsi/ips*
2808
2809IPVS
2810M: Wensong Zhang <wensong@linux-vs.org>
2811M: Simon Horman <horms@verge.net.au>
2812M: Julian Anastasov <ja@ssi.bg>
2813L: netdev@vger.kernel.org
2814L: lvs-devel@vger.kernel.org
2815S: Maintained
2816F: Documentation/networking/ipvs-sysctl.txt
2817F: include/net/ip_vs.h
2818F: include/linux/ip_vs.h
2819F: net/netfilter/ipvs/
2820
2821IPWIRELESS DRIVER
2822M: Jiri Kosina <jkosina@suse.cz>
2823M: David Sterba <dsterba@suse.cz>
2824S: Maintained
2825T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2826F: drivers/char/pcmcia/ipwireless/
2827
2828IPX NETWORK LAYER
2829M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2830L: netdev@vger.kernel.org
2831S: Maintained
2832F: include/linux/ipx.h
2833F: include/net/ipx.h
2834F: net/ipx/
2835
2836IRDA SUBSYSTEM
2837M: Samuel Ortiz <samuel@sortiz.org>
2838L: irda-users@lists.sourceforge.net (subscribers-only)
2839W: http://irda.sourceforge.net/
2840S: Maintained
2841T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2842F: Documentation/networking/irda.txt
2843F: drivers/net/irda/
2844F: include/net/irda/
2845F: net/irda/
2846
2847ISAPNP
2848M: Jaroslav Kysela <perex@perex.cz>
2849S: Maintained
2850F: Documentation/isapnp.txt
2851F: drivers/pnp/isapnp/
2852F: include/linux/isapnp.h
2853
2854ISCSI
2855M: Mike Christie <michaelc@cs.wisc.edu>
2856L: open-iscsi@googlegroups.com
2857W: www.open-iscsi.org
2858T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2859S: Maintained
2860F: drivers/scsi/*iscsi*
2861F: include/scsi/*iscsi*
2862
2863ISDN SUBSYSTEM
2864M: Karsten Keil <isdn@linux-pingi.de>
2865L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2866W: http://www.isdn4linux.de
2867T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2868S: Maintained
2869F: Documentation/isdn/
2870F: drivers/isdn/
2871F: include/linux/isdn.h
2872F: include/linux/isdn/
2873
2874ISDN SUBSYSTEM (Eicon active card driver)
2875M: Armin Schindler <mac@melware.de>
2876L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2877W: http://www.melware.de
2878S: Maintained
2879F: drivers/isdn/hardware/eicon/
2880
2881IVTV VIDEO4LINUX DRIVER
2882M: Hans Verkuil <hverkuil@xs4all.nl>
2883L: ivtv-devel@ivtvdriver.org
2884L: linux-media@vger.kernel.org
2885T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2886W: http://www.ivtvdriver.org
2887S: Maintained
2888F: Documentation/video4linux/*.ivtv
2889F: drivers/media/video/ivtv/
2890F: include/linux/ivtv*
2891
2892JFS FILESYSTEM
2893M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2894L: jfs-discussion@lists.sourceforge.net
2895W: http://jfs.sourceforge.net/
2896T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2897S: Maintained
2898F: Documentation/filesystems/jfs.txt
2899F: fs/jfs/
2900
2901JME NETWORK DRIVER
2902M: Guo-Fu Tseng <cooldavid@cooldavid.org>
2903L: netdev@vger.kernel.org
2904S: Maintained
2905F: drivers/net/jme.*
2906
2907JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2908M: David Woodhouse <dwmw2@infradead.org>
2909L: linux-mtd@lists.infradead.org
2910W: http://www.linux-mtd.infradead.org/doc/jffs2.html
2911S: Maintained
2912F: fs/jffs2/
2913F: include/linux/jffs2.h
2914
2915JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2916M: Andrew Morton <akpm@linux-foundation.org>
2917M: Jan Kara <jack@suse.cz>
2918L: linux-ext4@vger.kernel.org
2919S: Maintained
2920F: fs/jbd*/
2921F: include/linux/ext*jbd*.h
2922F: include/linux/jbd*.h
2923
2924K8TEMP HARDWARE MONITORING DRIVER
2925M: Rudolf Marek <r.marek@assembler.cz>
2926L: lm-sensors@lm-sensors.org
2927S: Maintained
2928F: Documentation/hwmon/k8temp
2929F: drivers/hwmon/k8temp.c
2930
2931KCONFIG
2932M: Roman Zippel <zippel@linux-m68k.org>
2933L: linux-kbuild@vger.kernel.org
2934S: Maintained
2935F: Documentation/kbuild/kconfig-language.txt
2936F: scripts/kconfig/
2937
2938KDUMP
2939M: Vivek Goyal <vgoyal@redhat.com>
2940M: Haren Myneni <hbabu@us.ibm.com>
2941L: kexec@lists.infradead.org
2942W: http://lse.sourceforge.net/kdump/
2943S: Maintained
2944F: Documentation/kdump/
2945
2946KERNEL AUTOMOUNTER (AUTOFS)
2947M: "H. Peter Anvin" <hpa@zytor.com>
2948L: autofs@linux.kernel.org
2949S: Odd Fixes
2950F: fs/autofs/
2951
2952KERNEL AUTOMOUNTER v4 (AUTOFS4)
2953M: Ian Kent <raven@themaw.net>
2954L: autofs@linux.kernel.org
2955S: Maintained
2956F: fs/autofs4/
2957
2958KERNEL BUILD
2959M: Sam Ravnborg <sam@ravnborg.org>
2960T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2961T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2962L: linux-kbuild@vger.kernel.org
2963S: Maintained
2964F: Documentation/kbuild/
2965F: Makefile
2966F: scripts/Makefile.*
2967
2968KERNEL JANITORS
2969L: kernel-janitors@vger.kernel.org
2970W: http://www.kerneljanitors.org/
2971S: Maintained
2972
2973KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2974M: "J. Bruce Fields" <bfields@fieldses.org>
2975M: Neil Brown <neilb@suse.de>
2976L: linux-nfs@vger.kernel.org
2977W: http://nfs.sourceforge.net/
2978S: Supported
2979F: fs/nfsd/
2980F: include/linux/nfsd/
2981F: fs/lockd/
2982F: fs/nfs_common/
2983F: net/sunrpc/
2984F: include/linux/lockd/
2985F: include/linux/sunrpc/
2986
2987KERNEL VIRTUAL MACHINE (KVM)
2988M: Avi Kivity <avi@redhat.com>
2989M: Marcelo Tosatti <mtosatti@redhat.com>
2990L: kvm@vger.kernel.org
2991W: http://kvm.qumranet.com
2992S: Supported
2993F: Documentation/*/kvm.txt
2994F: arch/*/kvm/
2995F: arch/*/include/asm/kvm*
2996F: include/linux/kvm*
2997F: virt/kvm/
2998
2999KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3000M: Joerg Roedel <joerg.roedel@amd.com>
3001L: kvm@vger.kernel.org
3002W: http://kvm.qumranet.com
3003S: Supported
3004F: arch/x86/include/asm/svm.h
3005F: arch/x86/kvm/kvm_svm.h
3006F: arch/x86/kvm/svm.c
3007
3008KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3009M: Hollis Blanchard <hollisb@us.ibm.com>
3010L: kvm-ppc@vger.kernel.org
3011W: http://kvm.qumranet.com
3012S: Supported
3013F: arch/powerpc/include/asm/kvm*
3014F: arch/powerpc/kvm/
3015
3016KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3017M: Xiantao Zhang <xiantao.zhang@intel.com>
3018L: kvm-ia64@vger.kernel.org
3019W: http://kvm.qumranet.com
3020S: Supported
3021F: Documentation/ia64/kvm.txt
3022F: arch/ia64/include/asm/kvm*
3023F: arch/ia64/kvm/
3024
3025KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3026M: Carsten Otte <cotte@de.ibm.com>
3027M: Christian Borntraeger <borntraeger@de.ibm.com>
3028M: linux390@de.ibm.com
3029L: linux-s390@vger.kernel.org
3030W: http://www.ibm.com/developerworks/linux/linux390/
3031S: Supported
3032F: Documentation/s390/kvm.txt
3033F: arch/s390/include/asm/kvm*
3034F: arch/s390/kvm/
3035
3036KEXEC
3037M: Eric Biederman <ebiederm@xmission.com>
3038W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3039L: kexec@lists.infradead.org
3040S: Maintained
3041F: include/linux/kexec.h
3042F: kernel/kexec.c
3043
3044KGDB
3045M: Jason Wessel <jason.wessel@windriver.com>
3046L: kgdb-bugreport@lists.sourceforge.net
3047S: Maintained
3048F: Documentation/DocBook/kgdb.tmpl
3049F: drivers/misc/kgdbts.c
3050F: drivers/serial/kgdboc.c
3051F: include/linux/kgdb.h
3052F: kernel/kgdb.c
3053
3054KMEMCHECK
3055M: Vegard Nossum <vegardno@ifi.uio.no>
3056P Pekka Enberg
3057M: penberg@cs.helsinki.fi
3058S: Maintained
3059
3060KMEMLEAK
3061M: Catalin Marinas <catalin.marinas@arm.com>
3062S: Maintained
3063F: Documentation/kmemleak.txt
3064F: include/linux/kmemleak.h
3065F: mm/kmemleak.c
3066F: mm/kmemleak-test.c
3067
3068KMEMTRACE
3069M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3070S: Maintained
3071F: Documentation/trace/kmemtrace.txt
3072F: include/linux/kmemtrace.h
3073F: kernel/trace/kmemtrace.c
3074
3075KPROBES
3076M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3077M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3078M: "David S. Miller" <davem@davemloft.net>
3079M: Masami Hiramatsu <mhiramat@redhat.com>
3080S: Maintained
3081F: Documentation/kprobes.txt
3082F: include/linux/kprobes.h
3083F: kernel/kprobes.c
3084
3085KS0108 LCD CONTROLLER DRIVER
3086M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3087W: http://miguelojeda.es/auxdisplay.htm
3088W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3089S: Maintained
3090F: Documentation/auxdisplay/ks0108
3091F: drivers/auxdisplay/ks0108.c
3092F: include/linux/ks0108.h
3093
3094LAPB module
3095L: linux-x25@vger.kernel.org
3096S: Orphan
3097F: Documentation/networking/lapb-module.txt
3098F: include/*/lapb.h
3099F: net/lapb/
3100
3101LASI 53c700 driver for PARISC
3102M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3103L: linux-scsi@vger.kernel.org
3104S: Maintained
3105F: Documentation/scsi/53c700.txt
3106F: drivers/scsi/53c700*
3107
3108LED SUBSYSTEM
3109M: Richard Purdie <rpurdie@rpsys.net>
3110S: Maintained
3111F: drivers/leds/
3112F: include/linux/leds.h
3113
3114LEGO USB Tower driver
3115M: Juergen Stuber <starblue@users.sourceforge.net>
3116L: legousb-devel@lists.sourceforge.net
3117W: http://legousb.sourceforge.net/
3118S: Maintained
3119F: drivers/usb/misc/legousbtower.c
3120
3121LGUEST
3122M: Rusty Russell <rusty@rustcorp.com.au>
3123L: lguest@ozlabs.org
3124W: http://lguest.ozlabs.org/
3125S: Maintained
3126F: Documentation/lguest/
3127F: arch/x86/lguest/
3128F: drivers/lguest/
3129F: include/linux/lguest*.h
3130F: arch/x86/include/asm/lguest*.h
3131
3132LINUX FOR IBM pSERIES (RS/6000)
3133M: Paul Mackerras <paulus@au.ibm.com>
3134W: http://www.ibm.com/linux/ltc/projects/ppc
3135S: Supported
3136
3137LINUX FOR POWERPC (32-BIT AND 64-BIT)
3138M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3139M: Paul Mackerras <paulus@samba.org>
3140W: http://www.penguinppc.org/
3141L: linuxppc-dev@ozlabs.org
3142T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3143S: Supported
3144
3145LINUX FOR POWER MACINTOSH
3146M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3147W: http://www.penguinppc.org/
3148L: linuxppc-dev@ozlabs.org
3149S: Maintained
3150
3151LINUX FOR POWERPC EMBEDDED MPC5XXX
3152M: Grant Likely <grant.likely@secretlab.ca>
3153L: linuxppc-dev@ozlabs.org
3154T: git git://git.secretlab.ca/git/linux-2.6.git
3155S: Maintained
3156
3157LINUX FOR POWERPC EMBEDDED PPC4XX
3158M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3159M: Matt Porter <mporter@kernel.crashing.org>
3160W: http://www.penguinppc.org/
3161L: linuxppc-dev@ozlabs.org
3162T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3163S: Maintained
3164
3165LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3166M: Grant Likely <grant.likely@secretlab.ca>
3167W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3168L: linuxppc-dev@ozlabs.org
3169T: git git://git.secretlab.ca/git/linux-2.6.git
3170S: Maintained
3171
3172LINUX FOR POWERPC EMBEDDED PPC8XX
3173M: Vitaly Bordug <vitb@kernel.crashing.org>
3174M: Marcelo Tosatti <marcelo@kvack.org>
3175W: http://www.penguinppc.org/
3176L: linuxppc-dev@ozlabs.org
3177S: Maintained
3178
3179LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3180M: Kumar Gala <galak@kernel.crashing.org>
3181W: http://www.penguinppc.org/
3182L: linuxppc-dev@ozlabs.org
3183S: Maintained
3184
3185LINUX FOR POWERPC PA SEMI PWRFICIENT
3186M: Olof Johansson <olof@lixom.net>
3187W: http://www.pasemi.com/
3188L: linuxppc-dev@ozlabs.org
3189S: Supported
3190
3191LINUX SECURITY MODULE (LSM) FRAMEWORK
3192M: Chris Wright <chrisw@sous-sol.org>
3193L: linux-security-module@vger.kernel.org
3194T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3195S: Supported
3196
3197LLC (802.2)
3198M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3199S: Maintained
3200F: include/linux/llc.h
3201F: include/net/llc*
3202F: net/llc/
3203
3204LIS3LV02D ACCELEROMETER DRIVER
3205M: Eric Piel <eric.piel@tremplin-utc.net>
3206S: Maintained
3207F: Documentation/hwmon/lis3lv02d
3208F: drivers/hwmon/lis3lv02d.*
3209
3210LM83 HARDWARE MONITOR DRIVER
3211M: Jean Delvare <khali@linux-fr.org>
3212L: lm-sensors@lm-sensors.org
3213S: Maintained
3214F: Documentation/hwmon/lm83
3215F: drivers/hwmon/lm83.c
3216
3217LM90 HARDWARE MONITOR DRIVER
3218M: Jean Delvare <khali@linux-fr.org>
3219L: lm-sensors@lm-sensors.org
3220S: Maintained
3221F: Documentation/hwmon/lm90
3222F: drivers/hwmon/lm90.c
3223
3224LOCKDEP AND LOCKSTAT
3225M: Peter Zijlstra <peterz@infradead.org>
3226M: Ingo Molnar <mingo@redhat.com>
3227T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3228S: Maintained
3229F: Documentation/lockdep*.txt
3230F: Documentation/lockstat.txt
3231F: include/linux/lockdep.h
3232F: kernel/lockdep*
3233
3234LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3235M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3236L: linux-ntfs-dev@lists.sourceforge.net
3237W: http://www.linux-ntfs.org/content/view/19/37/
3238S: Maintained
3239F: Documentation/ldm.txt
3240F: fs/partitions/ldm.*
3241
3242LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3243M: Eric Moore <Eric.Moore@lsi.com>
3244M: support@lsi.com
3245L: DL-MPTFusionLinux@lsi.com
3246L: linux-scsi@vger.kernel.org
3247W: http://www.lsilogic.com/support
3248S: Supported
3249F: drivers/message/fusion/
3250
3251LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3252M: Matthew Wilcox <matthew@wil.cx>
3253L: linux-scsi@vger.kernel.org
3254S: Maintained
3255F: drivers/scsi/sym53c8xx_2/
3256
3257LTP (Linux Test Project)
3258M: Subrata Modak <subrata@linux.vnet.ibm.com>
3259M: Mike Frysinger <vapier@gentoo.org>
3260L: ltp-list@lists.sourceforge.net (subscribers-only)
3261W: http://ltp.sourceforge.net/
3262T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3263S: Maintained
3264
3265M32R ARCHITECTURE
3266M: Hirokazu Takata <takata@linux-m32r.org>
3267L: linux-m32r@ml.linux-m32r.org
3268L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3269W: http://www.linux-m32r.org/
3270S: Maintained
3271F: arch/m32r/
3272
3273M68K ARCHITECTURE
3274M: Geert Uytterhoeven <geert@linux-m68k.org>
3275M: Roman Zippel <zippel@linux-m68k.org>
3276L: linux-m68k@lists.linux-m68k.org
3277W: http://www.linux-m68k.org/
3278T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3279S: Maintained
3280F: arch/m68k/
3281F: drivers/zorro/
3282
3283M68K ON APPLE MACINTOSH
3284M: Joshua Thompson <funaho@jurai.org>
3285W: http://www.mac.linux-m68k.org/
3286L: linux-m68k@lists.linux-m68k.org
3287S: Maintained
3288F: arch/m68k/mac/
3289
3290M68K ON HP9000/300
3291M: Philip Blundell <philb@gnu.org>
3292W: http://www.tazenda.demon.co.uk/phil/linux-hp
3293S: Maintained
3294F: arch/m68k/hp300/
3295
3296MAC80211
3297M: Johannes Berg <johannes@sipsolutions.net>
3298L: linux-wireless@vger.kernel.org
3299W: http://linuxwireless.org/
3300T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3301S: Maintained
3302F: Documentation/networking/mac80211-injection.txt
3303F: include/net/mac80211.h
3304F: net/mac80211/
3305
3306MAC80211 PID RATE CONTROL
3307M: Stefano Brivio <stefano.brivio@polimi.it>
3308M: Mattias Nissler <mattias.nissler@gmx.de>
3309L: linux-wireless@vger.kernel.org
3310W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3311T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3312S: Maintained
3313F: net/mac80211/rc80211_pid*
3314
3315MACVLAN DRIVER
3316M: Patrick McHardy <kaber@trash.net>
3317L: netdev@vger.kernel.org
3318S: Maintained
3319F: drivers/net/macvlan.c
3320F: include/linux/if_macvlan.h
3321
3322MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3323M: Michael Kerrisk <mtk.manpages@gmail.com>
3324W: http://www.kernel.org/doc/man-pages
3325L: linux-man@vger.kernel.org
3326S: Maintained
3327
3328MARVELL LIBERTAS WIRELESS DRIVER
3329M: Dan Williams <dcbw@redhat.com>
3330L: libertas-dev@lists.infradead.org
3331S: Maintained
3332F: drivers/net/wireless/libertas/
3333
3334MARVELL MV643XX ETHERNET DRIVER
3335M: Lennert Buytenhek <buytenh@marvell.com>
3336L: netdev@vger.kernel.org
3337S: Supported
3338F: drivers/net/mv643xx_eth.*
3339F: include/linux/mv643xx.h
3340
3341MARVELL MWL8K WIRELESS DRIVER
3342M: Lennert Buytenhek <buytenh@marvell.com>
3343L: linux-wireless@vger.kernel.org
3344S: Supported
3345F: drivers/net/wireless/mwl8k.c
3346
3347MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3348M: Nicolas Pitre <nico@fluxnic.net>
3349S: Maintained
3350
3351MARVELL YUKON / SYSKONNECT DRIVER
3352M: Mirko Lindner <mlindner@syskonnect.de>
3353M: Ralph Roesler <rroesler@syskonnect.de>
3354W: http://www.syskonnect.com
3355S: Supported
3356
3357MATROX FRAMEBUFFER DRIVER
3358M: Petr Vandrovec <vandrove@vc.cvut.cz>
3359L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3360S: Maintained
3361F: drivers/video/matrox/matroxfb_*
3362F: include/linux/matroxfb.h
3363
3364MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3365M: "Hans J. Koch" <hjk@linutronix.de>
3366L: lm-sensors@lm-sensors.org
3367S: Maintained
3368F: Documentation/hwmon/max6650
3369F: drivers/hwmon/max6650.c
3370
3371MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3372M: Mauro Carvalho Chehab <mchehab@infradead.org>
3373P: LinuxTV.org Project
3374L: linux-media@vger.kernel.org
3375W: http://linuxtv.org
3376T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3377S: Maintained
3378F: Documentation/dvb/
3379F: Documentation/video4linux/
3380F: drivers/media/
3381F: include/media/
3382F: include/linux/dvb/
3383F: include/linux/videodev*.h
3384
3385MEGARAID SCSI DRIVERS
3386M: Neela Syam Kolli <megaraidlinux@lsi.com>
3387L: linux-scsi@vger.kernel.org
3388W: http://megaraid.lsilogic.com
3389S: Maintained
3390F: Documentation/scsi/megaraid.txt
3391F: drivers/scsi/megaraid.*
3392F: drivers/scsi/megaraid/
3393
3394MEMORY MANAGEMENT
3395L: linux-mm@kvack.org
3396W: http://www.linux-mm.org
3397S: Maintained
3398F: include/linux/mm.h
3399F: mm/
3400
3401MEMORY RESOURCE CONTROLLER
3402M: Balbir Singh <balbir@linux.vnet.ibm.com>
3403M: Pavel Emelyanov <xemul@openvz.org>
3404M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3405L: linux-mm@kvack.org
3406S: Maintained
3407F: mm/memcontrol.c
3408
3409MEMORY TECHNOLOGY DEVICES (MTD)
3410M: David Woodhouse <dwmw2@infradead.org>
3411W: http://www.linux-mtd.infradead.org/
3412L: linux-mtd@lists.infradead.org
3413T: git git://git.infradead.org/mtd-2.6.git
3414S: Maintained
3415F: drivers/mtd/
3416F: include/linux/mtd/
3417F: include/mtd/
3418
3419MICROBLAZE ARCHITECTURE
3420M: Michal Simek <monstr@monstr.eu>
3421L: microblaze-uclinux@itee.uq.edu.au
3422W: http://www.monstr.eu/fdt/
3423T: git git://git.monstr.eu/linux-2.6-microblaze.git
3424S: Supported
3425F: arch/microblaze/
3426
3427MICROTEK X6 SCANNER
3428M: Oliver Neukum <oliver@neukum.name>
3429S: Maintained
3430F: drivers/usb/image/microtek.*
3431
3432MIPS
3433M: Ralf Baechle <ralf@linux-mips.org>
3434W: http://www.linux-mips.org/
3435L: linux-mips@linux-mips.org
3436T: git git://git.linux-mips.org/pub/scm/linux.git
3437S: Supported
3438F: Documentation/mips/
3439F: arch/mips/
3440
3441MISCELLANEOUS MCA-SUPPORT
3442M: James Bottomley <James.Bottomley@HansenPartnership.com>
3443S: Maintained
3444F: Documentation/ia64/mca.txt
3445F: Documentation/mca.txt
3446F: drivers/mca/
3447F: include/linux/mca*
3448
3449MODULE SUPPORT
3450M: Rusty Russell <rusty@rustcorp.com.au>
3451S: Maintained
3452F: include/linux/module.h
3453F: kernel/module.c
3454
3455MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3456M: Stelian Pop <stelian@popies.net>
3457W: http://popies.net/meye/
3458S: Maintained
3459F: Documentation/video4linux/meye.txt
3460F: drivers/media/video/meye.*
3461F: include/linux/meye.h
3462
3463MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3464M: Pavel Pisa <ppisa@pikron.com>
3465L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3466S: Maintained
3467F: drivers/mmc/host/imxmmc.*
3468
3469MOUSE AND MISC DEVICES [GENERAL]
3470M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3471S: Maintained
3472F: drivers/input/mouse/
3473F: include/linux/gpio_mouse.h
3474
3475MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3476M: Jiri Slaby <jirislaby@gmail.com>
3477S: Maintained
3478F: Documentation/serial/moxa-smartio
3479F: drivers/char/mxser.*
3480
3481MSI LAPTOP SUPPORT
3482M: Lennart Poettering <mzxreary@0pointer.de>
3483W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3484W: http://0pointer.de/lennart/tchibo.html
3485S: Maintained
3486F: drivers/platform/x86/msi-laptop.c
3487
3488MULTIFUNCTION DEVICES (MFD)
3489M: Samuel Ortiz <sameo@linux.intel.com>
3490T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3491S: Supported
3492F: drivers/mfd/
3493
3494MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3495S: Orphan
3496L: linux-mmc@vger.kernel.org
3497F: drivers/mmc/
3498F: include/linux/mmc/
3499
3500MULTIMEDIA CARD (MMC) ETC. OVER SPI
3501M: David Brownell <dbrownell@users.sourceforge.net>
3502S: Odd Fixes
3503F: drivers/mmc/host/mmc_spi.c
3504F: include/linux/spi/mmc_spi.h
3505
3506MULTISOUND SOUND DRIVER
3507M: Andrew Veliath <andrewtv@usa.net>
3508S: Maintained
3509F: Documentation/sound/oss/MultiSound
3510F: sound/oss/msnd*
3511
3512MULTITECH MULTIPORT CARD (ISICOM)
3513M: Jiri Slaby <jirislaby@gmail.com>
3514S: Maintained
3515F: drivers/char/isicom.c
3516F: include/linux/isicom.h
3517
3518MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3519M: Felipe Balbi <felipe.balbi@nokia.com>
3520L: linux-usb@vger.kernel.org
3521T: git git://gitorious.org/musb/mainline.git
3522S: Maintained
3523F: drivers/usb/musb/
3524
3525MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3526M: Andrew Gallatin <gallatin@myri.com>
3527M: Brice Goglin <brice@myri.com>
3528L: netdev@vger.kernel.org
3529W: http://www.myri.com/scs/download-Myri10GE.html
3530S: Supported
3531F: drivers/net/myri10ge/
3532
3533NATSEMI ETHERNET DRIVER (DP8381x)
3534M: Tim Hockin <thockin@hockin.org>
3535S: Maintained
3536F: drivers/net/natsemi.c
3537
3538NCP FILESYSTEM
3539M: Petr Vandrovec <vandrove@vc.cvut.cz>
3540S: Maintained
3541F: fs/ncpfs/
3542
3543NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3544M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3545L: linux-scsi@vger.kernel.org
3546S: Maintained
3547F: drivers/scsi/NCR_D700.*
3548
3549NETEFFECT IWARP RNIC DRIVER (IW_NES)
3550M: Faisal Latif <faisal.latif@intel.com>
3551M: Chien Tung <chien.tin.tung@intel.com>
3552L: linux-rdma@vger.kernel.org
3553W: http://www.neteffect.com
3554S: Supported
3555F: drivers/infiniband/hw/nes/
3556
3557NETEM NETWORK EMULATOR
3558M: Stephen Hemminger <shemminger@linux-foundation.org>
3559L: netem@lists.linux-foundation.org
3560S: Maintained
3561F: net/sched/sch_netem.c
3562
3563NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3564M: Ramkrishna Vepa <ram.vepa@neterion.com>
3565M: Rastapur Santosh <santosh.rastapur@neterion.com>
3566M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3567M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3568M: Anil Murthy <anil.murthy@neterion.com>
3569L: netdev@vger.kernel.org
3570W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3571W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3572S: Supported
3573F: Documentation/networking/s2io.txt
3574F: drivers/net/s2io*
3575
3576NETFILTER/IPTABLES/IPCHAINS
3577P: Rusty Russell
3578P: Marc Boucher
3579P: James Morris
3580P: Harald Welte
3581P: Jozsef Kadlecsik
3582M: Patrick McHardy <kaber@trash.net>
3583L: netfilter-devel@vger.kernel.org
3584L: netfilter@vger.kernel.org
3585L: coreteam@netfilter.org
3586W: http://www.netfilter.org/
3587W: http://www.iptables.org/
3588T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3589S: Supported
3590F: include/linux/netfilter*
3591F: include/linux/netfilter/
3592F: include/net/netfilter/
3593F: net/*/netfilter.c
3594F: net/*/netfilter/
3595F: net/netfilter/
3596
3597NETLABEL
3598M: Paul Moore <paul.moore@hp.com>
3599W: http://netlabel.sf.net
3600L: netdev@vger.kernel.org
3601S: Supported
3602F: Documentation/netlabel/
3603F: include/net/netlabel.h
3604F: net/netlabel/
3605
3606NETROM NETWORK LAYER
3607M: Ralf Baechle <ralf@linux-mips.org>
3608L: linux-hams@vger.kernel.org
3609W: http://www.linux-ax25.org/
3610S: Maintained
3611F: include/linux/netrom.h
3612F: include/net/netrom.h
3613F: net/netrom/
3614
3615NETWORK BLOCK DEVICE (NBD)
3616M: Paul Clements <Paul.Clements@steeleye.com>
3617S: Maintained
3618F: Documentation/blockdev/nbd.txt
3619F: drivers/block/nbd.c
3620F: include/linux/nbd.h
3621
3622NETWORKING [GENERAL]
3623M: "David S. Miller" <davem@davemloft.net>
3624L: netdev@vger.kernel.org
3625W: http://www.linuxfoundation.org/en/Net
3626T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3627S: Maintained
3628F: net/
3629F: include/net/
3630F: include/linux/in.h
3631F: include/linux/net.h
3632F: include/linux/netdevice.h
3633
3634NETWORKING [IPv4/IPv6]
3635M: "David S. Miller" <davem@davemloft.net>
3636M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3637M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3638M: James Morris <jmorris@namei.org>
3639M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3640M: Patrick McHardy <kaber@trash.net>
3641L: netdev@vger.kernel.org
3642T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3643S: Maintained
3644F: net/ipv4/
3645F: net/ipv6/
3646F: include/net/ip*
3647
3648NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3649M: Paul Moore <paul.moore@hp.com>
3650L: netdev@vger.kernel.org
3651S: Maintained
3652
3653NETWORKING [WIRELESS]
3654M: "John W. Linville" <linville@tuxdriver.com>
3655L: linux-wireless@vger.kernel.org
3656T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3657S: Maintained
3658F: net/mac80211/
3659F: net/rfkill/
3660F: net/wireless/
3661F: include/net/ieee80211*
3662F: include/linux/wireless.h
3663F: drivers/net/wireless/
3664
3665NETWORKING DRIVERS
3666L: netdev@vger.kernel.org
3667W: http://www.linuxfoundation.org/en/Net
3668T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3669S: Odd Fixes
3670F: drivers/net/
3671F: include/linux/if_*
3672F: include/linux/*device.h
3673
3674NETXEN (1/10) GbE SUPPORT
3675M: Dhananjay Phadke <dhananjay@netxen.com>
3676L: netdev@vger.kernel.org
3677W: http://www.netxen.com
3678S: Supported
3679F: drivers/net/netxen/
3680
3681NFS, SUNRPC, AND LOCKD CLIENTS
3682M: Trond Myklebust <Trond.Myklebust@netapp.com>
3683L: linux-nfs@vger.kernel.org
3684W: http://client.linux-nfs.org
3685T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3686S: Maintained
3687F: fs/lockd/
3688F: fs/nfs/
3689F: fs/nfs_common/
3690F: net/sunrpc/
3691F: include/linux/lockd/
3692F: include/linux/nfs*
3693F: include/linux/sunrpc/
3694
3695NI5010 NETWORK DRIVER
3696M: Jan-Pascal van Best <janpascal@vanbest.org>
3697M: Andreas Mohr <andi@lisas.de>
3698L: netdev@vger.kernel.org
3699S: Maintained
3700F: drivers/net/ni5010.*
3701
3702NILFS2 FILESYSTEM
3703M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3704L: users@nilfs.org
3705W: http://www.nilfs.org/en/
3706S: Supported
3707F: Documentation/filesystems/nilfs2.txt
3708F: fs/nilfs2/
3709F: include/linux/nilfs2_fs.h
3710
3711NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3712M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3713W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3714S: Maintained
3715F: Documentation/scsi/NinjaSCSI.txt
3716F: drivers/scsi/pcmcia/nsp_*
3717
3718NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3719M: GOTO Masanori <gotom@debian.or.jp>
3720M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3721W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3722S: Maintained
3723F: Documentation/scsi/NinjaSCSI.txt
3724F: drivers/scsi/nsp32*
3725
3726NTFS FILESYSTEM
3727M: Anton Altaparmakov <aia21@cantab.net>
3728L: linux-ntfs-dev@lists.sourceforge.net
3729W: http://www.linux-ntfs.org/
3730T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3731S: Maintained
3732F: Documentation/filesystems/ntfs.txt
3733F: fs/ntfs/
3734
3735NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3736M: Antonino Daplas <adaplas@gmail.com>
3737L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3738S: Maintained
3739F: drivers/video/riva/
3740F: drivers/video/nvidia/
3741
3742OMAP SUPPORT
3743M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
3744L: linux-omap@vger.kernel.org
3745W: http://www.muru.com/linux/omap/
3746W: http://linux.omap.com/
3747T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3748S: Maintained
3749F: arch/arm/*omap*/
3750
3751OMAP CLOCK FRAMEWORK SUPPORT
3752M: Paul Walmsley <paul@pwsan.com>
3753L: linux-omap@vger.kernel.org
3754S: Maintained
3755F: arch/arm/*omap*/*clock*
3756
3757OMAP POWER MANAGEMENT SUPPORT
3758M: Kevin Hilman <khilman@deeprootsystems.com>
3759L: linux-omap@vger.kernel.org
3760S: Maintained
3761F: arch/arm/*omap*/*pm*
3762
3763OMAP AUDIO SUPPORT
3764M: Jarkko Nikula <jhnikula@gmail.com>
3765L: alsa-devel@alsa-project.org (subscribers-only)
3766L: linux-omap@vger.kernel.org
3767S: Maintained
3768F: sound/soc/omap/
3769
3770OMAP FRAMEBUFFER SUPPORT
3771M: Imre Deak <imre.deak@nokia.com>
3772L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3773L: linux-omap@vger.kernel.org
3774S: Maintained
3775F: drivers/video/omap/
3776
3777OMAP MMC SUPPORT
3778M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
3779L: linux-omap@vger.kernel.org
3780S: Maintained
3781F: drivers/mmc/host/omap.c
3782
3783OMAP HS MMC SUPPORT
3784M: Madhusudhan Chikkature <madhu.cr@ti.com>
3785L: linux-omap@vger.kernel.org
3786S: Maintained
3787F: drivers/mmc/host/omap_hsmmc.c
3788
3789OMAP RANDOM NUMBER GENERATOR SUPPORT
3790M: Deepak Saxena <dsaxena@plexity.net>
3791S: Maintained
3792F: drivers/char/hw_random/omap-rng.c
3793
3794OMAP USB SUPPORT
3795M: Felipe Balbi <felipe.balbi@nokia.com>
3796M: David Brownell <dbrownell@users.sourceforge.net>
3797L: linux-usb@vger.kernel.org
3798L: linux-omap@vger.kernel.org
3799S: Maintained
3800
3801OMFS FILESYSTEM
3802M: Bob Copeland <me@bobcopeland.com>
3803L: linux-karma-devel@lists.sourceforge.net
3804S: Maintained
3805F: Documentation/filesystems/omfs.txt
3806F: fs/omfs/
3807
3808OMNIKEY CARDMAN 4000 DRIVER
3809M: Harald Welte <laforge@gnumonks.org>
3810S: Maintained
3811F: drivers/char/pcmcia/cm4000_cs.c
3812F: include/linux/cm4000_cs.h
3813
3814OMNIKEY CARDMAN 4040 DRIVER
3815M: Harald Welte <laforge@gnumonks.org>
3816S: Maintained
3817F: drivers/char/pcmcia/cm4040_cs.*
3818
3819OMNIVISION OV7670 SENSOR DRIVER
3820M: Jonathan Corbet <corbet@lwn.net>
3821L: linux-media@vger.kernel.org
3822T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3823S: Maintained
3824F: drivers/media/video/ov7670.c
3825
3826ONENAND FLASH DRIVER
3827M: Kyungmin Park <kyungmin.park@samsung.com>
3828L: linux-mtd@lists.infradead.org
3829S: Maintained
3830F: drivers/mtd/onenand/
3831F: include/linux/mtd/onenand*.h
3832
3833ONSTREAM SCSI TAPE DRIVER
3834M: Willem Riede <osst@riede.org>
3835L: osst-users@lists.sourceforge.net
3836L: linux-scsi@vger.kernel.org
3837S: Maintained
3838F: drivers/scsi/osst*
3839F: drivers/scsi/st*
3840
3841OPENCORES I2C BUS DRIVER
3842M: Peter Korsgaard <jacmet@sunsite.dk>
3843L: linux-i2c@vger.kernel.org
3844S: Maintained
3845F: Documentation/i2c/busses/i2c-ocores
3846F: drivers/i2c/busses/i2c-ocores.c
3847
3848OPROFILE
3849M: Robert Richter <robert.richter@amd.com>
3850L: oprofile-list@lists.sf.net
3851S: Maintained
3852F: arch/*/oprofile/
3853F: drivers/oprofile/
3854F: include/linux/oprofile.h
3855
3856ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3857M: Mark Fasheh <mfasheh@suse.com>
3858M: Joel Becker <joel.becker@oracle.com>
3859L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3860W: http://oss.oracle.com/projects/ocfs2/
3861T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3862S: Supported
3863F: Documentation/filesystems/ocfs2.txt
3864F: Documentation/filesystems/dlmfs.txt
3865F: fs/ocfs2/
3866
3867ORINOCO DRIVER
3868M: Pavel Roskin <proski@gnu.org>
3869M: David Gibson <hermes@gibson.dropbear.id.au>
3870L: linux-wireless@vger.kernel.org
3871L: orinoco-users@lists.sourceforge.net
3872L: orinoco-devel@lists.sourceforge.net
3873W: http://www.nongnu.org/orinoco/
3874S: Maintained
3875F: drivers/net/wireless/orinoco/
3876
3877OSD LIBRARY and FILESYSTEM
3878M: Boaz Harrosh <bharrosh@panasas.com>
3879M: Benny Halevy <bhalevy@panasas.com>
3880L: osd-dev@open-osd.org
3881W: http://open-osd.org
3882T: git git://git.open-osd.org/open-osd.git
3883S: Maintained
3884F: drivers/scsi/osd/
3885F: include/scsi/osd_*
3886F: fs/exofs/
3887
3888P54 WIRELESS DRIVER
3889M: Michael Wu <flamingice@sourmilk.net>
3890L: linux-wireless@vger.kernel.org
3891W: http://prism54.org
3892T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3893S: Maintained
3894F: drivers/net/wireless/p54/
3895
3896PA SEMI ETHERNET DRIVER
3897M: Olof Johansson <olof@lixom.net>
3898L: netdev@vger.kernel.org
3899S: Maintained
3900F: drivers/net/pasemi_mac.*
3901
3902PA SEMI SMBUS DRIVER
3903M: Olof Johansson <olof@lixom.net>
3904L: linux-i2c@vger.kernel.org
3905S: Maintained
3906F: drivers/i2c/busses/i2c-pasemi.c
3907
3908PANASONIC LAPTOP ACPI EXTRAS DRIVER
3909M: Harald Welte <laforge@gnumonks.org>
3910S: Maintained
3911F: drivers/platform/x86/panasonic-laptop.c
3912
3913PANASONIC MN10300/AM33 PORT
3914M: David Howells <dhowells@redhat.com>
3915M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
3916L: linux-am33-list@redhat.com (moderated for non-subscribers)
3917W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3918S: Maintained
3919F: Documentation/mn10300/
3920F: arch/mn10300/
3921
3922PARALLEL PORT SUPPORT
3923L: linux-parport@lists.infradead.org (subscribers-only)
3924S: Orphan
3925F: drivers/parport/
3926F: include/linux/parport*.h
3927F: drivers/char/ppdev.c
3928F: include/linux/ppdev.h
3929
3930PARAVIRT_OPS INTERFACE
3931M: Jeremy Fitzhardinge <jeremy@xensource.com>
3932M: Chris Wright <chrisw@sous-sol.org>
3933M: Alok Kataria <akataria@vmware.com>
3934M: Rusty Russell <rusty@rustcorp.com.au>
3935L: virtualization@lists.osdl.org
3936S: Supported
3937F: Documentation/ia64/paravirt_ops.txt
3938F: arch/*/kernel/paravirt*
3939F: arch/*/include/asm/paravirt.h
3940
3941PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3942M: Tim Waugh <tim@cyberelk.net>
3943L: linux-parport@lists.infradead.org (subscribers-only)
3944W: http://www.torque.net/linux-pp.html
3945S: Maintained
3946F: Documentation/blockdev/paride.txt
3947F: drivers/block/paride/
3948
3949PARISC ARCHITECTURE
3950M: Kyle McMartin <kyle@mcmartin.ca>
3951M: Helge Deller <deller@gmx.de>
3952L: linux-parisc@vger.kernel.org
3953W: http://www.parisc-linux.org/
3954T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3955S: Maintained
3956F: arch/parisc/
3957F: drivers/parisc/
3958
3959PC87360 HARDWARE MONITORING DRIVER
3960M: Jim Cromie <jim.cromie@gmail.com>
3961L: lm-sensors@lm-sensors.org
3962S: Maintained
3963F: Documentation/hwmon/pc87360
3964F: drivers/hwmon/pc87360.c
3965
3966PC8736x GPIO DRIVER
3967M: Jim Cromie <jim.cromie@gmail.com>
3968S: Maintained
3969F: drivers/char/pc8736x_gpio.c
3970
3971PCA9532 LED DRIVER
3972M: Riku Voipio <riku.voipio@iki.fi>
3973S: Maintained
3974F: drivers/leds/leds-pca9532.c
3975F: include/linux/leds-pca9532.h
3976
3977PCA9564/PCA9665 I2C BUS DRIVER
3978M: Wolfram Sang <w.sang@pengutronix.de>
3979L: linux-i2c@vger.kernel.org
3980S: Maintained
3981F: drivers/i2c/algos/i2c-algo-pca.c
3982F: drivers/i2c/busses/i2c-pca-*
3983F: include/linux/i2c-algo-pca.h
3984F: include/linux/i2c-pca-platform.h
3985
3986PCI ERROR RECOVERY
3987M: Linas Vepstas <linas@austin.ibm.com>
3988L: linux-pci@vger.kernel.org
3989S: Supported
3990F: Documentation/PCI/pci-error-recovery.txt
3991F: Documentation/powerpc/eeh-pci-error-recovery.txt
3992
3993PCI SUBSYSTEM
3994M: Jesse Barnes <jbarnes@virtuousgeek.org>
3995L: linux-pci@vger.kernel.org
3996T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3997S: Supported
3998F: Documentation/PCI/
3999F: drivers/pci/
4000F: include/linux/pci*
4001
4002PCI HOTPLUG
4003M: Jesse Barnes <jbarnes@virtuousgeek.org>
4004L: linux-pci@vger.kernel.org
4005S: Supported
4006F: drivers/pci/hotplug
4007
4008PCMCIA SUBSYSTEM
4009P: Linux PCMCIA Team
4010L: linux-pcmcia@lists.infradead.org
4011W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4012T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4013S: Maintained
4014F: Documentation/pcmcia/
4015F: drivers/pcmcia/
4016F: include/pcmcia/
4017
4018PCNET32 NETWORK DRIVER
4019M: Don Fry <pcnet32@verizon.net>
4020L: netdev@vger.kernel.org
4021S: Maintained
4022F: drivers/net/pcnet32.c
4023
4024PER-TASK DELAY ACCOUNTING
4025M: Balbir Singh <balbir@linux.vnet.ibm.com>
4026S: Maintained
4027F: include/linux/delayacct.h
4028F: kernel/delayacct.c
4029
4030PERFORMANCE EVENTS SUBSYSTEM
4031M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4032M: Paul Mackerras <paulus@samba.org>
4033M: Ingo Molnar <mingo@elte.hu>
4034S: Supported
4035
4036PERSONALITY HANDLING
4037M: Christoph Hellwig <hch@infradead.org>
4038L: linux-abi-devel@lists.sourceforge.net
4039S: Maintained
4040F: include/linux/personality.h
4041
4042PHRAM MTD DRIVER
4043M: Joern Engel <joern@lazybastard.org>
4044L: linux-mtd@lists.infradead.org
4045S: Maintained
4046F: drivers/mtd/devices/phram.c
4047
4048PKTCDVD DRIVER
4049M: Peter Osterlund <petero2@telia.com>
4050S: Maintained
4051F: drivers/block/pktcdvd.c
4052F: include/linux/pktcdvd.h
4053
4054PMC SIERRA MaxRAID DRIVER
4055M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4056L: linux-scsi@vger.kernel.org
4057W: http://www.pmc-sierra.com/
4058S: Supported
4059F: drivers/scsi/pmcraid.*
4060
4061POSIX CLOCKS and TIMERS
4062M: Thomas Gleixner <tglx@linutronix.de>
4063S: Supported
4064F: fs/timerfd.c
4065F: include/linux/timer*
4066F: kernel/*timer*
4067
4068POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4069M: Anton Vorontsov <cbou@mail.ru>
4070M: David Woodhouse <dwmw2@infradead.org>
4071T: git git://git.infradead.org/battery-2.6.git
4072S: Maintained
4073F: include/linux/power_supply.h
4074F: drivers/power/power_supply*
4075
4076PNP SUPPORT
4077M: Adam Belay <abelay@mit.edu>
4078M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4079S: Maintained
4080F: drivers/pnp/
4081
4082PNXxxxx I2C DRIVER
4083M: Vitaly Wool <vitalywool@gmail.com>
4084L: linux-i2c@vger.kernel.org
4085S: Maintained
4086F: drivers/i2c/busses/i2c-pnx.c
4087
4088PPP PROTOCOL DRIVERS AND COMPRESSORS
4089M: Paul Mackerras <paulus@samba.org>
4090L: linux-ppp@vger.kernel.org
4091S: Maintained
4092F: drivers/net/ppp_*
4093
4094PPP OVER ATM (RFC 2364)
4095M: Mitchell Blank Jr <mitch@sfgoth.com>
4096S: Maintained
4097F: net/atm/pppoatm.c
4098F: include/linux/atmppp.h
4099
4100PPP OVER ETHERNET
4101M: Michal Ostrowski <mostrows@earthlink.net>
4102S: Maintained
4103F: drivers/net/pppoe.c
4104F: drivers/net/pppox.c
4105
4106PPP OVER L2TP
4107M: James Chapman <jchapman@katalix.com>
4108S: Maintained
4109F: drivers/net/pppol2tp.c
4110F: include/linux/if_pppol2tp.h
4111
4112PPS SUPPORT
4113M: Rodolfo Giometti <giometti@enneenne.com>
4114W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4115L: linuxpps@ml.enneenne.com (subscribers-only)
4116S: Maintained
4117F: Documentation/pps/
4118F: drivers/pps/
4119F: include/linux/pps*.h
4120
4121PREEMPTIBLE KERNEL
4122M: Robert Love <rml@tech9.net>
4123L: kpreempt-tech@lists.sourceforge.net
4124W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4125S: Supported
4126F: Documentation/preempt-locking.txt
4127F: include/linux/preempt.h
4128
4129PRISM54 WIRELESS DRIVER
4130M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4131L: linux-wireless@vger.kernel.org
4132W: http://prism54.org
4133S: Maintained
4134F: drivers/net/wireless/prism54/
4135
4136PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4137M: Peter Denison <promise@pnd-pc.demon.co.uk>
4138W: http://www.pnd-pc.demon.co.uk/promise/
4139S: Maintained
4140
4141PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4142M: Mikael Pettersson <mikpe@it.uu.se>
4143L: linux-ide@vger.kernel.org
4144S: Maintained
4145F: drivers/ata/sata_promise.*
4146
4147PS3 NETWORK SUPPORT
4148M: Geoff Levand <geoffrey.levand@am.sony.com>
4149L: netdev@vger.kernel.org
4150L: cbe-oss-dev@ozlabs.org
4151S: Supported
4152F: drivers/net/ps3_gelic_net.*
4153
4154PS3 PLATFORM SUPPORT
4155M: Geoff Levand <geoffrey.levand@am.sony.com>
4156L: linuxppc-dev@ozlabs.org
4157L: cbe-oss-dev@ozlabs.org
4158S: Supported
4159F: arch/powerpc/boot/ps3*
4160F: arch/powerpc/include/asm/lv1call.h
4161F: arch/powerpc/include/asm/ps3*.h
4162F: arch/powerpc/platforms/ps3/
4163F: drivers/*/ps3*
4164F: drivers/ps3/
4165F: drivers/rtc/rtc-ps3.c
4166F: drivers/usb/host/*ps3.c
4167F: sound/ppc/snd_ps3*
4168
4169PS3VRAM DRIVER
4170M: Jim Paris <jim@jtan.com>
4171L: cbe-oss-dev@ozlabs.org
4172S: Maintained
4173
4174PTRACE SUPPORT
4175M: Roland McGrath <roland@redhat.com>
4176M: Oleg Nesterov <oleg@redhat.com>
4177S: Maintained
4178F: include/asm-generic/syscall.h
4179F: include/linux/ptrace.h
4180F: include/linux/regset.h
4181F: include/linux/tracehook.h
4182F: kernel/ptrace.c
4183
4184PVRUSB2 VIDEO4LINUX DRIVER
4185M: Mike Isely <isely@pobox.com>
4186L: pvrusb2@isely.net (subscribers-only)
4187L: linux-media@vger.kernel.org
4188W: http://www.isely.net/pvrusb2/
4189T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4190S: Maintained
4191F: Documentation/video4linux/README.pvrusb2
4192F: drivers/media/video/pvrusb2/
4193
4194PXA2xx/PXA3xx SUPPORT
4195M: Eric Miao <eric.y.miao@gmail.com>
4196M: Russell King <linux@arm.linux.org.uk>
4197L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4198S: Maintained
4199F: arch/arm/mach-pxa/
4200F: drivers/pcmcia/pxa2xx*
4201F: drivers/spi/pxa2xx*
4202F: drivers/usb/gadget/pxa2*
4203F: include/sound/pxa2xx-lib.h
4204F: sound/arm/pxa*
4205F: sound/soc/pxa
4206
4207PXA168 SUPPORT
4208M: Eric Miao <eric.y.miao@gmail.com>
4209M: Jason Chagas <jason.chagas@marvell.com>
4210L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4211T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4212S: Maintained
4213
4214PXA910 SUPPORT
4215M: Eric Miao <eric.y.miao@gmail.com>
4216L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4217T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4218S: Maintained
4219
4220PXA MMCI DRIVER
4221S: Orphan
4222
4223PXA RTC DRIVER
4224M: Robert Jarzmik <robert.jarzmik@free.fr>
4225L: rtc-linux@googlegroups.com
4226S: Maintained
4227
4228QLOGIC QLA2XXX FC-SCSI DRIVER
4229M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4230M: linux-driver@qlogic.com
4231L: linux-scsi@vger.kernel.org
4232S: Supported
4233F: Documentation/scsi/LICENSE.qla2xxx
4234F: drivers/scsi/qla2xxx/
4235
4236QLOGIC QLA3XXX NETWORK DRIVER
4237M: Ron Mercer <ron.mercer@qlogic.com>
4238M: linux-driver@qlogic.com
4239L: netdev@vger.kernel.org
4240S: Supported
4241F: Documentation/networking/LICENSE.qla3xxx
4242F: drivers/net/qla3xxx.*
4243
4244QLOGIC QLGE 10Gb ETHERNET DRIVER
4245M: Ron Mercer <ron.mercer@qlogic.com>
4246M: linux-driver@qlogic.com
4247L: netdev@vger.kernel.org
4248S: Supported
4249F: drivers/net/qlge/
4250
4251QNX4 FILESYSTEM
4252M: Anders Larsen <al@alarsen.net>
4253W: http://www.alarsen.net/linux/qnx4fs/
4254S: Maintained
4255F: fs/qnx4/
4256F: include/linux/qnx4_fs.h
4257F: include/linux/qnxtypes.h
4258
4259RADEON FRAMEBUFFER DISPLAY DRIVER
4260M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4261L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4262S: Maintained
4263F: drivers/video/aty/radeon*
4264F: include/linux/radeonfb.h
4265
4266RAGE128 FRAMEBUFFER DISPLAY DRIVER
4267M: Paul Mackerras <paulus@samba.org>
4268L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4269S: Maintained
4270F: drivers/video/aty/aty128fb.c
4271
4272RALINK RT2X00 WIRELESS LAN DRIVER
4273P: rt2x00 project
4274L: linux-wireless@vger.kernel.org
4275L: users@rt2x00.serialmonkey.com
4276W: http://rt2x00.serialmonkey.com/
4277S: Maintained
4278T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4279F: drivers/net/wireless/rt2x00/
4280
4281RAMDISK RAM BLOCK DEVICE DRIVER
4282M: Nick Piggin <npiggin@suse.de>
4283S: Maintained
4284F: Documentation/blockdev/ramdisk.txt
4285F: drivers/block/brd.c
4286
4287RANDOM NUMBER DRIVER
4288M: Matt Mackall <mpm@selenic.com>
4289S: Maintained
4290F: drivers/char/random.c
4291
4292RAPIDIO SUBSYSTEM
4293M: Matt Porter <mporter@kernel.crashing.org>
4294S: Maintained
4295F: drivers/rapidio/
4296
4297RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4298M: Corey Thomas <coreythomas@charter.net>
4299L: linux-wireless@vger.kernel.org
4300S: Maintained
4301F: drivers/net/wireless/ray*
4302
4303RCUTORTURE MODULE
4304M: Josh Triplett <josh@freedesktop.org>
4305M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4306S: Maintained
4307F: Documentation/RCU/torture.txt
4308F: kernel/rcutorture.c
4309
4310RDC R-321X SoC
4311M: Florian Fainelli <florian@openwrt.org>
4312S: Maintained
4313
4314RDC R6040 FAST ETHERNET DRIVER
4315M: Florian Fainelli <florian@openwrt.org>
4316L: netdev@vger.kernel.org
4317S: Maintained
4318F: drivers/net/r6040.c
4319
4320RDS - RELIABLE DATAGRAM SOCKETS
4321M: Andy Grover <andy.grover@oracle.com>
4322L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4323S: Supported
4324F: net/rds/
4325
4326READ-COPY UPDATE (RCU)
4327M: Dipankar Sarma <dipankar@in.ibm.com>
4328M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4329W: http://www.rdrop.com/users/paulmck/rclock/
4330S: Supported
4331F: Documentation/RCU/rcu.txt
4332F: Documentation/RCU/rcuref.txt
4333F: include/linux/rcupdate.h
4334F: include/linux/srcu.h
4335F: kernel/rcupdate.c
4336
4337REAL TIME CLOCK DRIVER
4338M: Paul Gortmaker <p_gortmaker@yahoo.com>
4339S: Maintained
4340F: Documentation/rtc.txt
4341F: drivers/rtc/
4342F: include/linux/rtc.h
4343
4344REAL TIME CLOCK (RTC) SUBSYSTEM
4345M: Alessandro Zummo <a.zummo@towertech.it>
4346L: rtc-linux@googlegroups.com
4347S: Maintained
4348F: Documentation/rtc.txt
4349F: drivers/rtc/
4350F: include/linux/rtc.h
4351
4352REISERFS FILE SYSTEM
4353L: reiserfs-devel@vger.kernel.org
4354S: Supported
4355F: fs/reiserfs/
4356
4357RFKILL
4358M: Johannes Berg <johannes@sipsolutions.net>
4359L: linux-wireless@vger.kernel.org
4360S: Maintained
4361F Documentation/rfkill.txt
4362F: net/rfkill/
4363
4364RISCOM8 DRIVER
4365S: Orphan
4366F: Documentation/serial/riscom8.txt
4367F: drivers/char/riscom8*
4368
4369ROCKETPORT DRIVER
4370P: Comtrol Corp.
4371W: http://www.comtrol.com
4372S: Maintained
4373F: Documentation/serial/rocket.txt
4374F: drivers/char/rocket*
4375
4376ROSE NETWORK LAYER
4377M: Ralf Baechle <ralf@linux-mips.org>
4378L: linux-hams@vger.kernel.org
4379W: http://www.linux-ax25.org/
4380S: Maintained
4381F: include/linux/rose.h
4382F: include/net/rose.h
4383F: net/rose/
4384
4385RTL8180 WIRELESS DRIVER
4386M: "John W. Linville" <linville@tuxdriver.com>
4387L: linux-wireless@vger.kernel.org
4388W: http://linuxwireless.org/
4389T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4390S: Maintained
4391F: drivers/net/wireless/rtl818x/rtl8180*
4392
4393RTL8187 WIRELESS DRIVER
4394M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4395M: Hin-Tak Leung <htl10@users.sourceforge.net>
4396M: Larry Finger <Larry.Finger@lwfinger.net>
4397L: linux-wireless@vger.kernel.org
4398W: http://linuxwireless.org/
4399T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4400S: Maintained
4401F: drivers/net/wireless/rtl818x/rtl8187*
4402
4403S3 SAVAGE FRAMEBUFFER DRIVER
4404M: Antonino Daplas <adaplas@gmail.com>
4405L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4406S: Maintained
4407F: drivers/video/savage/
4408
4409S390
4410M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4411M: Heiko Carstens <heiko.carstens@de.ibm.com>
4412M: linux390@de.ibm.com
4413L: linux-s390@vger.kernel.org
4414W: http://www.ibm.com/developerworks/linux/linux390/
4415S: Supported
4416F: arch/s390/
4417
4418S390 NETWORK DRIVERS
4419M: Ursula Braun <ursula.braun@de.ibm.com>
4420M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4421M: linux390@de.ibm.com
4422L: linux-s390@vger.kernel.org
4423W: http://www.ibm.com/developerworks/linux/linux390/
4424S: Supported
4425F: drivers/s390/net/
4426
4427S390 ZCRYPT DRIVER
4428M: Felix Beck <felix.beck@de.ibm.com>
4429M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4430M: linux390@de.ibm.com
4431L: linux-s390@vger.kernel.org
4432S: Supported
4433F: drivers/s390/crypto/
4434
4435S390 ZFCP DRIVER
4436M: Christof Schmitt <christof.schmitt@de.ibm.com>
4437M: Martin Peschke <mp3@de.ibm.com>
4438M: linux390@de.ibm.com
4439L: linux-s390@vger.kernel.org
4440W: http://www.ibm.com/developerworks/linux/linux390/
4441S: Supported
4442F: Documentation/s390/zfcpdump.txt
4443F: drivers/s390/scsi/zfcp_*
4444
4445S390 IUCV NETWORK LAYER
4446M: Ursula Braun <ursula.braun@de.ibm.com>
4447M: linux390@de.ibm.com
4448L: linux-s390@vger.kernel.org
4449W: http://www.ibm.com/developerworks/linux/linux390/
4450S: Supported
4451F: drivers/s390/net/*iucv*
4452F: include/net/iucv/
4453F: net/iucv/
4454
4455S3C24XX SD/MMC Driver
4456M: Ben Dooks <ben-linux@fluff.org>
4457L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4458S: Supported
4459F: drivers/mmc/host/s3cmci.*
4460
4461SAA7146 VIDEO4LINUX-2 DRIVER
4462M: Michael Hunold <michael@mihu.de>
4463L: linux-media@vger.kernel.org
4464T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4465W: http://www.mihu.de/linux/saa7146
4466S: Maintained
4467F: drivers/media/common/saa7146*
4468F: drivers/media/video/*7146*
4469F: include/media/*7146*
4470
4471SC1200 WDT DRIVER
4472M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4473S: Maintained
4474F: drivers/watchdog/sc1200wdt.c
4475
4476SCHEDULER
4477M: Ingo Molnar <mingo@elte.hu>
4478M: Peter Zijlstra <peterz@infradead.org>
4479S: Maintained
4480F: kernel/sched*
4481F: include/linux/sched.h
4482
4483SCORE ARCHITECTURE
4484P: Chen Liqin
4485M: liqin.chen@sunplusct.com
4486P: Lennox Wu
4487M: lennox.wu@gmail.com
4488W: http://www.sunplusct.com
4489S: Supported
4490
4491SCSI CDROM DRIVER
4492M: Jens Axboe <axboe@kernel.dk>
4493L: linux-scsi@vger.kernel.org
4494W: http://www.kernel.dk
4495S: Maintained
4496F: drivers/scsi/sr*
4497
4498SCSI SG DRIVER
4499M: Doug Gilbert <dgilbert@interlog.com>
4500L: linux-scsi@vger.kernel.org
4501W: http://www.torque.net/sg
4502S: Maintained
4503F: drivers/scsi/sg.c
4504F: include/scsi/sg.h
4505
4506SCSI SUBSYSTEM
4507M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4508L: linux-scsi@vger.kernel.org
4509T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4510T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4511T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4512S: Maintained
4513F: drivers/scsi/
4514F: include/scsi/
4515
4516SCSI TAPE DRIVER
4517M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4518L: linux-scsi@vger.kernel.org
4519S: Maintained
4520F: Documentation/scsi/st.txt
4521F: drivers/scsi/st*
4522
4523SCTP PROTOCOL
4524M: Vlad Yasevich <vladislav.yasevich@hp.com>
4525M: Sridhar Samudrala <sri@us.ibm.com>
4526L: linux-sctp@vger.kernel.org
4527W: http://lksctp.sourceforge.net
4528S: Supported
4529F: Documentation/networking/sctp.txt
4530F: include/linux/sctp.h
4531F: include/net/sctp/
4532F: net/sctp/
4533
4534SCx200 CPU SUPPORT
4535M: Jim Cromie <jim.cromie@gmail.com>
4536S: Odd Fixes
4537F: Documentation/i2c/busses/scx200_acb
4538F: arch/x86/kernel/scx200_32.c
4539F: drivers/watchdog/scx200_wdt.c
4540F: drivers/i2c/busses/scx200*
4541F: drivers/mtd/maps/scx200_docflash.c
4542F: include/linux/scx200.h
4543
4544SCx200 GPIO DRIVER
4545M: Jim Cromie <jim.cromie@gmail.com>
4546S: Maintained
4547F: drivers/char/scx200_gpio.c
4548F: include/linux/scx200_gpio.h
4549
4550SCx200 HRT CLOCKSOURCE DRIVER
4551M: Jim Cromie <jim.cromie@gmail.com>
4552S: Maintained
4553F: drivers/clocksource/scx200_hrt.c
4554
4555SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4556M: Sascha Sommer <saschasommer@freenet.de>
4557L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4558S: Maintained
4559F: drivers/mmc/host/sdricoh_cs.c
4560
4561SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4562S: Orphan
4563L: linux-mmc@vger.kernel.org
4564F: drivers/mmc/host/sdhci.*
4565
4566SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4567M: Anton Vorontsov <avorontsov@ru.mvista.com>
4568L: linuxppc-dev@ozlabs.org
4569L: linux-mmc@vger.kernel.org
4570S: Maintained
4571F: drivers/mmc/host/sdhci-of.*
4572
4573SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4574M: Ben Dooks <ben-linux@fluff.org>
4575L: linux-mmc@vger.kernel.org
4576S: Maintained
4577F: drivers/mmc/host/sdhci-s3c.c
4578
4579SECURITY SUBSYSTEM
4580M: James Morris <jmorris@namei.org>
4581L: linux-security-module@vger.kernel.org (suggested Cc:)
4582T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4583W: http://security.wiki.kernel.org/
4584S: Supported
4585F: security/
4586
4587SECURITY CONTACT
4588M: Security Officers <security@kernel.org>
4589S: Supported
4590
4591SELINUX SECURITY MODULE
4592M: Stephen Smalley <sds@tycho.nsa.gov>
4593M: James Morris <jmorris@namei.org>
4594M: Eric Paris <eparis@parisplace.org>
4595L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4596W: http://selinuxproject.org
4597T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4598S: Supported
4599F: include/linux/selinux*
4600F: security/selinux/
4601
4602SENSABLE PHANTOM
4603M: Jiri Slaby <jirislaby@gmail.com>
4604S: Maintained
4605F: drivers/misc/phantom.c
4606F: include/linux/phantom.h
4607
4608SERIAL ATA (SATA) SUBSYSTEM
4609M: Jeff Garzik <jgarzik@pobox.com>
4610L: linux-ide@vger.kernel.org
4611T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4612S: Supported
4613F: drivers/ata/
4614F: include/linux/ata.h
4615F: include/linux/libata.h
4616
4617SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4618M: Sathya Perla <sathyap@serverengines.com>
4619M: Subbu Seetharaman <subbus@serverengines.com>
4620L: netdev@vger.kernel.org
4621W: http://www.serverengines.com
4622S: Supported
4623F: drivers/net/benet/
4624
4625SFC NETWORK DRIVER
4626M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4627M: Steve Hodgson <shodgson@solarflare.com>
4628M: Ben Hutchings <bhutchings@solarflare.com>
4629L: netdev@vger.kernel.org
4630S: Supported
4631F: drivers/net/sfc/
4632
4633SGI GRU DRIVER
4634M: Jack Steiner <steiner@sgi.com>
4635S: Maintained
4636F: drivers/misc/sgi-gru/
4637
4638SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4639M: Pat Gefre <pfg@sgi.com>
4640L: linux-ia64@vger.kernel.org
4641S: Supported
4642F: Documentation/ia64/serial.txt
4643F: drivers/serial/ioc?_serial.c
4644F: include/linux/ioc?.h
4645
4646SGI VISUAL WORKSTATION 320 AND 540
4647M: Andrey Panin <pazke@donpac.ru>
4648L: linux-visws-devel@lists.sf.net
4649W: http://linux-visws.sf.net
4650S: Maintained for 2.6.
4651F: Documentation/sgi-visws.txt
4652
4653SGI XP/XPC/XPNET DRIVER
4654M: Robin Holt <holt@sgi.com>
4655S: Maintained
4656F: drivers/misc/sgi-xp/
4657
4658SHARP LH SUPPORT (LH7952X & LH7A40X)
4659M: Marc Singer <elf@buici.com>
4660W: http://projects.buici.com/arm
4661L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4662S: Maintained
4663F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4664F: arch/arm/mach-lh7a40x/
4665F: drivers/serial/serial_lh7a40x.c
4666F: drivers/usb/gadget/lh7a40*
4667F: drivers/usb/host/ohci-lh7a40*
4668
4669SIMPLE FIRMWARE INTERFACE (SFI)
4670P: Len Brown
4671M: lenb@kernel.org
4672L: sfi-devel@simplefirmware.org
4673W: http://simplefirmware.org/
4674T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
4675S: Supported
4676F: arch/x86/kernel/*sfi*
4677F: drivers/sfi/
4678F: include/linux/sfi*.h
4679
4680SIMTEC EB110ATX (Chalice CATS)
4681P: Ben Dooks
4682M: Vincent Sanders <support@simtec.co.uk>
4683W: http://www.simtec.co.uk/products/EB110ATX/
4684S: Supported
4685
4686SIMTEC EB2410ITX (BAST)
4687P: Ben Dooks
4688M: Vincent Sanders <support@simtec.co.uk>
4689W: http://www.simtec.co.uk/products/EB2410ITX/
4690S: Supported
4691F: arch/arm/mach-s3c2410/
4692F: drivers/*/*s3c2410*
4693F: drivers/*/*/*s3c2410*
4694
4695TI DAVINCI MACHINE SUPPORT
4696P: Kevin Hilman
4697M: davinci-linux-open-source@linux.davincidsp.com
4698S: Supported
4699F: arch/arm/mach-davinci
4700
4701SIS 190 ETHERNET DRIVER
4702M: Francois Romieu <romieu@fr.zoreil.com>
4703L: netdev@vger.kernel.org
4704S: Maintained
4705F: drivers/net/sis190.c
4706
4707SIS 900/7016 FAST ETHERNET DRIVER
4708M: Daniele Venzano <venza@brownhat.org>
4709W: http://www.brownhat.org/sis900.html
4710L: netdev@vger.kernel.org
4711S: Maintained
4712F: drivers/net/sis900.*
4713
4714SIS 96X I2C/SMBUS DRIVER
4715M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4716L: linux-i2c@vger.kernel.org
4717S: Maintained
4718F: Documentation/i2c/busses/i2c-sis96x
4719F: drivers/i2c/busses/i2c-sis96x.c
4720
4721SIS FRAMEBUFFER DRIVER
4722M: Thomas Winischhofer <thomas@winischhofer.net>
4723W: http://www.winischhofer.net/linuxsisvga.shtml
4724S: Maintained
4725F: Documentation/fb/sisfb.txt
4726F: drivers/video/sis/
4727F: include/video/sisfb.h
4728
4729SIS USB2VGA DRIVER
4730M: Thomas Winischhofer <thomas@winischhofer.net>
4731W: http://www.winischhofer.at/linuxsisusbvga.shtml
4732S: Maintained
4733F: drivers/usb/misc/sisusbvga/
4734
4735SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4736M: Stephen Hemminger <shemminger@linux-foundation.org>
4737L: netdev@vger.kernel.org
4738S: Maintained
4739F: drivers/net/skge.*
4740F: drivers/net/sky2.*
4741
4742SLAB ALLOCATOR
4743M: Christoph Lameter <cl@linux-foundation.org>
4744M: Pekka Enberg <penberg@cs.helsinki.fi>
4745M: Matt Mackall <mpm@selenic.com>
4746L: linux-mm@kvack.org
4747S: Maintained
4748F: include/linux/sl?b*.h
4749F: mm/sl?b.c
4750
4751SMC91x ETHERNET DRIVER
4752M: Nicolas Pitre <nico@fluxnic.net>
4753S: Maintained
4754F: drivers/net/smc91x.*
4755
4756SMSC47B397 HARDWARE MONITOR DRIVER
4757M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4758L: lm-sensors@lm-sensors.org
4759S: Maintained
4760F: Documentation/hwmon/smsc47b397
4761F: drivers/hwmon/smsc47b397.c
4762
4763SMSC911x ETHERNET DRIVER
4764M: Steve Glendinning <steve.glendinning@smsc.com>
4765L: netdev@vger.kernel.org
4766S: Supported
4767F: include/linux/smsc911x.h
4768F: drivers/net/smsc911x.*
4769
4770SMSC9420 PCI ETHERNET DRIVER
4771M: Steve Glendinning <steve.glendinning@smsc.com>
4772L: netdev@vger.kernel.org
4773S: Supported
4774F: drivers/net/smsc9420.*
4775
4776SMX UIO Interface
4777M: Ben Nizette <bn@niasdigital.com>
4778S: Maintained
4779F: drivers/uio/uio_smx.c
4780
4781SN-IA64 (Itanium) SUB-PLATFORM
4782M: Jes Sorensen <jes@sgi.com>
4783L: linux-altix@sgi.com
4784L: linux-ia64@vger.kernel.org
4785W: http://www.sgi.com/altix
4786S: Maintained
4787F: arch/ia64/sn/
4788
4789SOC-CAMERA V4L2 SUBSYSTEM
4790M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4791L: linux-media@vger.kernel.org
4792T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4793S: Maintained
4794F: include/media/v4l2*
4795F: drivers/media/video/v4l2*
4796
4797SOEKRIS NET48XX LED SUPPORT
4798M: Chris Boot <bootc@bootc.net>
4799S: Maintained
4800F: drivers/leds/leds-net48xx.c
4801
4802SOFTWARE RAID (Multiple Disks) SUPPORT
4803M: Neil Brown <neilb@suse.de>
4804L: linux-raid@vger.kernel.org
4805S: Supported
4806F: drivers/md/
4807F: include/linux/raid/
4808
4809SONIC NETWORK DRIVER
4810M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
4811L: netdev@vger.kernel.org
4812S: Maintained
4813F: drivers/net/sonic.*
4814
4815SONICS SILICON BACKPLANE DRIVER (SSB)
4816M: Michael Buesch <mb@bu3sch.de>
4817L: netdev@vger.kernel.org
4818S: Maintained
4819F: drivers/ssb/
4820F: include/linux/ssb/
4821
4822SONY VAIO CONTROL DEVICE DRIVER
4823M: Mattia Dongili <malattia@linux.it>
4824L: linux-acpi@vger.kernel.org
4825W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4826S: Maintained
4827F: Documentation/laptops/sony-laptop.txt
4828F: drivers/char/sonypi.c
4829F: drivers/platform/x86/sony-laptop.c
4830F: include/linux/sony-laptop.h
4831
4832SONY MEMORYSTICK CARD SUPPORT
4833M: Alex Dubov <oakad@yahoo.com>
4834W: http://tifmxx.berlios.de/
4835S: Maintained
4836F: drivers/memstick/host/tifm_ms.c
4837
4838SOUND
4839M: Jaroslav Kysela <perex@perex.cz>
4840M: Takashi Iwai <tiwai@suse.de>
4841L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4842W: http://www.alsa-project.org/
4843T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4844T: git git://git.alsa-project.org/alsa-kernel.git
4845S: Maintained
4846F: Documentation/sound/
4847F: include/sound/
4848F: sound/
4849
4850SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4851M: Liam Girdwood <lrg@slimlogic.co.uk>
4852M: Mark Brown <broonie@opensource.wolfsonmicro.com>
4853T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4854L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4855W: http://alsa-project.org/main/index.php/ASoC
4856S: Supported
4857F: sound/soc/
4858F: include/sound/soc*
4859
4860SPARC + UltraSPARC (sparc/sparc64)
4861M: "David S. Miller" <davem@davemloft.net>
4862L: sparclinux@vger.kernel.org
4863T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4864T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4865S: Maintained
4866F: arch/sparc/
4867
4868SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4869M: Roger Wolff <R.E.Wolff@BitWizard.nl>
4870S: Supported
4871F: Documentation/serial/specialix.txt
4872F: drivers/char/specialix*
4873
4874SPI SUBSYSTEM
4875M: David Brownell <dbrownell@users.sourceforge.net>
4876L: spi-devel-general@lists.sourceforge.net
4877S: Maintained
4878F: Documentation/spi/
4879F: drivers/spi/
4880F: include/linux/spi/
4881
4882SPIDERNET NETWORK DRIVER for CELL
4883M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
4884M: Jens Osterkamp <jens@de.ibm.com>
4885L: netdev@vger.kernel.org
4886S: Supported
4887F: Documentation/networking/spider_net.txt
4888F: drivers/net/spider_net*
4889
4890SPU FILE SYSTEM
4891M: Jeremy Kerr <jk@ozlabs.org>
4892L: linuxppc-dev@ozlabs.org
4893L: cbe-oss-dev@ozlabs.org
4894W: http://www.ibm.com/developerworks/power/cell/
4895S: Supported
4896F: Documentation/filesystems/spufs.txt
4897F: arch/powerpc/platforms/cell/spufs/
4898
4899SQUASHFS FILE SYSTEM
4900M: Phillip Lougher <phillip@lougher.demon.co.uk>
4901L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4902W: http://squashfs.org.uk
4903S: Maintained
4904F: Documentation/filesystems/squashfs.txt
4905F: fs/squashfs/
4906
4907SRM (Alpha) environment access
4908M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
4909S: Maintained
4910F: arch/alpha/kernel/srm_env.c
4911
4912STABLE BRANCH
4913M: Greg Kroah-Hartman <greg@kroah.com>
4914M: Chris Wright <chrisw@sous-sol.org>
4915L: stable@kernel.org
4916S: Maintained
4917
4918STAGING SUBSYSTEM
4919M: Greg Kroah-Hartman <gregkh@suse.de>
4920T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4921L: devel@driverdev.osuosl.org
4922S: Maintained
4923F: drivers/staging/
4924
4925STARFIRE/DURALAN NETWORK DRIVER
4926M: Ion Badulescu <ionut@badula.org>
4927S: Odd Fixes
4928F: drivers/net/starfire*
4929
4930STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4931S: Orphan
4932F: drivers/net/wireless/strip.c
4933F: include/linux/if_strip.h
4934
4935STRADIS MPEG-2 DECODER DRIVER
4936M: Nathan Laredo <laredo@gnu.org>
4937W: http://www.stradis.com/
4938S: Maintained
4939F: drivers/media/video/stradis.c
4940
4941SUN3/3X
4942M: Sam Creasey <sammy@sammy.net>
4943W: http://sammy.net/sun3/
4944S: Maintained
4945F: arch/m68k/kernel/*sun3*
4946F: arch/m68k/sun3*/
4947F: arch/m68k/include/asm/sun3*
4948
4949SUPERH
4950M: Paul Mundt <lethal@linux-sh.org>
4951L: linux-sh@vger.kernel.org
4952W: http://www.linux-sh.org
4953T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4954S: Supported
4955F: Documentation/sh/
4956F: arch/sh/
4957F: drivers/sh/
4958
4959SUSPEND TO RAM
4960M: Len Brown <len.brown@intel.com>
4961M: Pavel Machek <pavel@ucw.cz>
4962M: "Rafael J. Wysocki" <rjw@sisk.pl>
4963L: linux-pm@lists.linux-foundation.org
4964S: Supported
4965F: Documentation/power/
4966F: arch/x86/kernel/acpi/
4967F: drivers/base/power/
4968F: kernel/power/
4969F: include/linux/suspend.h
4970F: include/linux/freezer.h
4971F: include/linux/pm.h
4972
4973SVGA HANDLING
4974M: Martin Mares <mj@ucw.cz>
4975L: linux-video@atrey.karlin.mff.cuni.cz
4976S: Maintained
4977F: Documentation/svga.txt
4978F: arch/x86/boot/video*
4979
4980SYSV FILESYSTEM
4981M: Christoph Hellwig <hch@infradead.org>
4982S: Maintained
4983F: Documentation/filesystems/sysv-fs.txt
4984F: fs/sysv/
4985F: include/linux/sysv_fs.h
4986
4987TASKSTATS STATISTICS INTERFACE
4988M: Balbir Singh <balbir@linux.vnet.ibm.com>
4989S: Maintained
4990F: Documentation/accounting/taskstats*
4991F: include/linux/taskstats*
4992F: kernel/taskstats.c
4993
4994TC CLASSIFIER
4995M: Jamal Hadi Salim <hadi@cyberus.ca>
4996L: netdev@vger.kernel.org
4997S: Maintained
4998F: include/linux/pkt_cls.h
4999F: include/net/pkt_cls.h
5000F: net/sched/
5001
5002TCP LOW PRIORITY MODULE
5003M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5004M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5005W: http://tcp-lp-mod.sourceforge.net/
5006S: Maintained
5007F: net/ipv4/tcp_lp.c
5008
5009TEHUTI ETHERNET DRIVER
5010M: Alexander Indenbaum <baum@tehutinetworks.net>
5011M: Andy Gospodarek <andy@greyhouse.net>
5012L: netdev@vger.kernel.org
5013S: Supported
5014F: drivers/net/tehuti*
5015
5016Telecom Clock Driver for MCPL0010
5017M: Mark Gross <mark.gross@intel.com>
5018S: Supported
5019F: drivers/char/tlclk.c
5020
5021TENSILICA XTENSA PORT (xtensa)
5022M: Chris Zankel <chris@zankel.net>
5023S: Maintained
5024F: arch/xtensa/
5025
5026THINKPAD ACPI EXTRAS DRIVER
5027M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5028L: ibm-acpi-devel@lists.sourceforge.net
5029W: http://ibm-acpi.sourceforge.net
5030W: http://thinkwiki.org/wiki/Ibm-acpi
5031T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5032S: Maintained
5033F: drivers/platform/x86/thinkpad_acpi.c
5034
5035TI FLASH MEDIA INTERFACE DRIVER
5036M: Alex Dubov <oakad@yahoo.com>
5037S: Maintained
5038F: drivers/misc/tifm*
5039F: drivers/mmc/host/tifm_sd.c
5040F: include/linux/tifm.h
5041
5042TI TWL4030 SERIES SOC CODEC DRIVER
5043M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5044L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5045S: Maintained
5046F: sound/soc/codecs/twl4030*
5047
5048TIPC NETWORK LAYER
5049M: Per Liden <per.liden@ericsson.com>
5050M: Jon Maloy <jon.maloy@ericsson.com>
5051M: Allan Stephens <allan.stephens@windriver.com>
5052L: tipc-discussion@lists.sourceforge.net
5053W: http://tipc.sourceforge.net/
5054W: http://tipc.cslab.ericsson.net/
5055T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5056S: Maintained
5057F: include/linux/tipc*.h
5058F: include/net/tipc/
5059F: net/tipc/
5060
5061TLAN NETWORK DRIVER
5062M: Samuel Chessman <chessman@tux.org>
5063L: tlan-devel@lists.sourceforge.net (subscribers-only)
5064W: http://sourceforge.net/projects/tlan/
5065S: Maintained
5066F: Documentation/networking/tlan.txt
5067F: drivers/net/tlan.*
5068
5069TOMOYO SECURITY MODULE
5070M: Kentaro Takeda <takedakn@nttdata.co.jp>
5071M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5072L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5073L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5074L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5075W: http://tomoyo.sourceforge.jp/
5076T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5077S: Maintained
5078F: security/tomoyo/
5079
5080TOPSTAR LAPTOP EXTRAS DRIVER
5081M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5082S: Maintained
5083F: drivers/platform/x86/topstar-laptop.c
5084
5085TOSHIBA ACPI EXTRAS DRIVER
5086S: Orphan
5087F: drivers/platform/x86/toshiba_acpi.c
5088
5089TOSHIBA SMM DRIVER
5090M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5091L: tlinux-users@tce.toshiba-dme.co.jp
5092W: http://www.buzzard.org.uk/toshiba/
5093S: Maintained
5094F: drivers/char/toshiba.c
5095F: include/linux/toshiba.h
5096
5097TMIO MMC DRIVER
5098M: Ian Molton <ian@mnementh.co.uk>
5099S: Maintained
5100F: drivers/mmc/host/tmio_mmc.*
5101
5102TMPFS (SHMEM FILESYSTEM)
5103M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5104L: linux-mm@kvack.org
5105S: Maintained
5106F: include/linux/shmem_fs.h
5107F: mm/shmem.c
5108
5109TPM DEVICE DRIVER
5110M: Debora Velarde <debora@linux.vnet.ibm.com>
5111M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5112W: http://tpmdd.sourceforge.net
5113M: Marcel Selhorst <m.selhorst@sirrix.com>
5114W: http://www.sirrix.com
5115L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5116S: Maintained
5117F: drivers/char/tpm/
5118
5119TRIVIAL PATCHES
5120M: Jiri Kosina <trivial@kernel.org>
5121T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5122S: Maintained
5123
5124TTY LAYER
5125M: Greg Kroah-Hartman <gregkh@suse.de>
5126S: Maintained
5127T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5128F: drivers/char/tty_*
5129F: drivers/serial/serial_core.c
5130F: include/linux/serial_core.h
5131F: include/linux/serial.h
5132F: include/linux/tty.h
5133
5134TULIP NETWORK DRIVERS
5135M: Grant Grundler <grundler@parisc-linux.org>
5136M: Kyle McMartin <kyle@mcmartin.ca>
5137L: netdev@vger.kernel.org
5138S: Maintained
5139F: drivers/net/tulip/
5140
5141TUN/TAP driver
5142M: Maxim Krasnyansky <maxk@qualcomm.com>
5143L: vtun@office.satix.net
5144W: http://vtun.sourceforge.net/tun
5145S: Maintained
5146F: Documentation/networking/tuntap.txt
5147F: arch/um/os-Linux/drivers/
5148
5149TURBOCHANNEL SUBSYSTEM
5150M: "Maciej W. Rozycki" <macro@linux-mips.org>
5151S: Maintained
5152F: drivers/tc/
5153F: include/linux/tc.h
5154
5155U14-34F SCSI DRIVER
5156M: Dario Ballabio <ballabio_dario@emc.com>
5157L: linux-scsi@vger.kernel.org
5158S: Maintained
5159F: drivers/scsi/u14-34f.c
5160
5161UBI FILE SYSTEM (UBIFS)
5162M: Artem Bityutskiy <dedekind@infradead.org>
5163M: Adrian Hunter <adrian.hunter@nokia.com>
5164L: linux-mtd@lists.infradead.org
5165T: git git://git.infradead.org/ubifs-2.6.git
5166W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5167S: Maintained
5168F: Documentation/filesystems/ubifs.txt
5169F: fs/ubifs/
5170
5171UCLINUX (AND M68KNOMMU)
5172M: Greg Ungerer <gerg@uclinux.org>
5173W: http://www.uclinux.org/
5174L: uclinux-dev@uclinux.org (subscribers-only)
5175S: Maintained
5176F: arch/m68knommu/
5177
5178UCLINUX FOR RENESAS H8/300 (H8300)
5179M: Yoshinori Sato <ysato@users.sourceforge.jp>
5180W: http://uclinux-h8.sourceforge.jp/
5181S: Supported
5182
5183UDF FILESYSTEM
5184M: Jan Kara <jack@suse.cz>
5185W: http://linux-udf.sourceforge.net
5186S: Maintained
5187F: Documentation/filesystems/udf.txt
5188F: fs/udf/
5189
5190UFS FILESYSTEM
5191M: Evgeniy Dushistov <dushistov@mail.ru>
5192S: Maintained
5193F: Documentation/filesystems/ufs.txt
5194F: fs/ufs/
5195
5196ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5197M: David Vrabel <david.vrabel@csr.com>
5198L: linux-usb@vger.kernel.org
5199S: Supported
5200F: drivers/uwb/*
5201F: include/linux/uwb.h
5202F: include/linux/uwb/
5203
5204UNIFORM CDROM DRIVER
5205M: Jens Axboe <axboe@kernel.dk>
5206W: http://www.kernel.dk
5207S: Maintained
5208F: Documentation/cdrom/
5209F: drivers/cdrom/cdrom.c
5210F: include/linux/cdrom.h
5211
5212UNSORTED BLOCK IMAGES (UBI)
5213M: Artem Bityutskiy <dedekind@infradead.org>
5214W: http://www.linux-mtd.infradead.org/
5215L: linux-mtd@lists.infradead.org
5216T: git git://git.infradead.org/ubi-2.6.git
5217S: Maintained
5218F: drivers/mtd/ubi/
5219F: include/linux/mtd/ubi.h
5220F: include/mtd/ubi-user.h
5221
5222USB ACM DRIVER
5223M: Oliver Neukum <oliver@neukum.name>
5224L: linux-usb@vger.kernel.org
5225S: Maintained
5226F: Documentation/usb/acm.txt
5227F: drivers/usb/class/cdc-acm.*
5228
5229USB BLOCK DRIVER (UB ub)
5230M: Pete Zaitcev <zaitcev@redhat.com>
5231L: linux-usb@vger.kernel.org
5232S: Supported
5233F: drivers/block/ub.c
5234
5235USB CDC ETHERNET DRIVER
5236M: Greg Kroah-Hartman <greg@kroah.com>
5237L: linux-usb@vger.kernel.org
5238S: Maintained
5239W: http://www.kroah.com/linux-usb/
5240F: drivers/net/usb/cdc_*.c
5241F: include/linux/usb/cdc.h
5242
5243USB CYPRESS C67X00 DRIVER
5244M: Peter Korsgaard <jacmet@sunsite.dk>
5245L: linux-usb@vger.kernel.org
5246S: Maintained
5247F: drivers/usb/c67x00/
5248
5249USB DAVICOM DM9601 DRIVER
5250M: Peter Korsgaard <jacmet@sunsite.dk>
5251L: netdev@vger.kernel.org
5252W: http://www.linux-usb.org/usbnet
5253S: Maintained
5254F: drivers/net/usb/dm9601.c
5255
5256USB DIAMOND RIO500 DRIVER
5257M: Cesar Miquel <miquel@df.uba.ar>
5258L: rio500-users@lists.sourceforge.net
5259W: http://rio500.sourceforge.net
5260S: Maintained
5261F: drivers/usb/misc/rio500*
5262
5263USB EHCI DRIVER
5264M: David Brownell <dbrownell@users.sourceforge.net>
5265L: linux-usb@vger.kernel.org
5266S: Odd Fixes
5267F: Documentation/usb/ehci.txt
5268F: drivers/usb/host/ehci*
5269
5270USB ET61X[12]51 DRIVER
5271M: Luca Risolia <luca.risolia@studio.unibo.it>
5272L: linux-usb@vger.kernel.org
5273L: linux-media@vger.kernel.org
5274T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5275W: http://www.linux-projects.org
5276S: Maintained
5277F: drivers/media/video/et61x251/
5278
5279USB GADGET/PERIPHERAL SUBSYSTEM
5280M: David Brownell <dbrownell@users.sourceforge.net>
5281L: linux-usb@vger.kernel.org
5282W: http://www.linux-usb.org/gadget
5283S: Maintained
5284F: drivers/usb/gadget/
5285F: include/linux/usb/gadget*
5286
5287USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5288M: Jiri Kosina <jkosina@suse.cz>
5289L: linux-usb@vger.kernel.org
5290T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5291S: Maintained
5292F: Documentation/usb/hiddev.txt
5293F: drivers/hid/usbhid/
5294
5295USB ISP116X DRIVER
5296M: Olav Kongas <ok@artecdesign.ee>
5297L: linux-usb@vger.kernel.org
5298S: Maintained
5299F: drivers/usb/host/isp116x*
5300F: include/linux/usb/isp116x.h
5301
5302USB KAWASAKI LSI DRIVER
5303M: Oliver Neukum <oliver@neukum.name>
5304L: linux-usb@vger.kernel.org
5305S: Maintained
5306F: drivers/usb/serial/kl5kusb105.*
5307
5308USB MASS STORAGE DRIVER
5309M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5310L: linux-usb@vger.kernel.org
5311L: usb-storage@lists.one-eyed-alien.net
5312S: Maintained
5313W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5314F: drivers/usb/storage/
5315
5316USB OHCI DRIVER
5317M: David Brownell <dbrownell@users.sourceforge.net>
5318L: linux-usb@vger.kernel.org
5319S: Odd Fixes
5320F: Documentation/usb/ohci.txt
5321F: drivers/usb/host/ohci*
5322
5323USB OPTION-CARD DRIVER
5324M: Matthias Urlichs <smurf@smurf.noris.de>
5325L: linux-usb@vger.kernel.org
5326S: Maintained
5327F: drivers/usb/serial/option.c
5328
5329USB OV511 DRIVER
5330M: Mark McClelland <mmcclell@bigfoot.com>
5331L: linux-usb@vger.kernel.org
5332W: http://alpha.dyndns.org/ov511/
5333S: Maintained
5334F: drivers/media/video/ov511.*
5335
5336USB PEGASUS DRIVER
5337M: Petko Manolov <petkan@users.sourceforge.net>
5338L: linux-usb@vger.kernel.org
5339L: netdev@vger.kernel.org
5340W: http://pegasus2.sourceforge.net/
5341S: Maintained
5342F: drivers/net/usb/pegasus.*
5343
5344USB PRINTER DRIVER (usblp)
5345M: Pete Zaitcev <zaitcev@redhat.com>
5346L: linux-usb@vger.kernel.org
5347S: Supported
5348F: drivers/usb/class/usblp.c
5349
5350USB RTL8150 DRIVER
5351M: Petko Manolov <petkan@users.sourceforge.net>
5352L: linux-usb@vger.kernel.org
5353L: netdev@vger.kernel.org
5354W: http://pegasus2.sourceforge.net/
5355S: Maintained
5356F: drivers/net/usb/rtl8150.c
5357
5358USB SE401 DRIVER
5359M: Jeroen Vreeken <pe1rxq@amsat.org>
5360L: linux-usb@vger.kernel.org
5361W: http://www.chello.nl/~j.vreeken/se401/
5362S: Maintained
5363F: Documentation/video4linux/se401.txt
5364F: drivers/media/video/se401.*
5365
5366USB SERIAL BELKIN F5U103 DRIVER
5367M: William Greathouse <wgreathouse@smva.com>
5368L: linux-usb@vger.kernel.org
5369S: Maintained
5370F: drivers/usb/serial/belkin_sa.*
5371
5372USB SERIAL CYPRESS M8 DRIVER
5373M: Lonnie Mendez <dignome@gmail.com>
5374L: linux-usb@vger.kernel.org
5375S: Maintained
5376W: http://geocities.com/i0xox0i
5377W: http://firstlight.net/cvs
5378F: drivers/usb/serial/cypress_m8.*
5379
5380USB SERIAL CYBERJACK DRIVER
5381M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5382W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5383S: Maintained
5384F: drivers/usb/serial/cyberjack.c
5385
5386USB SERIAL DIGI ACCELEPORT DRIVER
5387M: Peter Berger <pberger@brimson.com>
5388M: Al Borchers <alborchers@steinerpoint.com>
5389L: linux-usb@vger.kernel.org
5390S: Maintained
5391F: drivers/usb/serial/digi_acceleport.c
5392
5393USB SERIAL DRIVER
5394M: Greg Kroah-Hartman <gregkh@suse.de>
5395L: linux-usb@vger.kernel.org
5396S: Supported
5397F: Documentation/usb/usb-serial.txt
5398F: drivers/usb/serial/generic.c
5399F: drivers/usb/serial/usb-serial.c
5400F: include/linux/usb/serial.h
5401
5402USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5403M: Gary Brubaker <xavyer@ix.netcom.com>
5404L: linux-usb@vger.kernel.org
5405S: Maintained
5406F: drivers/usb/serial/empeg.c
5407
5408USB SERIAL KEYSPAN DRIVER
5409M: Greg Kroah-Hartman <greg@kroah.com>
5410L: linux-usb@vger.kernel.org
5411W: http://www.kroah.com/linux/
5412S: Maintained
5413F: drivers/usb/serial/*keyspan*
5414
5415USB SERIAL WHITEHEAT DRIVER
5416M: Support Department <support@connecttech.com>
5417L: linux-usb@vger.kernel.org
5418W: http://www.connecttech.com
5419S: Supported
5420F: drivers/usb/serial/whiteheat*
5421
5422USB SMSC95XX ETHERNET DRIVER
5423M: Steve Glendinning <steve.glendinning@smsc.com>
5424L: netdev@vger.kernel.org
5425S: Supported
5426F: drivers/net/usb/smsc95xx.*
5427
5428USB SN9C1xx DRIVER
5429M: Luca Risolia <luca.risolia@studio.unibo.it>
5430L: linux-usb@vger.kernel.org
5431L: linux-media@vger.kernel.org
5432T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5433W: http://www.linux-projects.org
5434S: Maintained
5435F: Documentation/video4linux/sn9c102.txt
5436F: drivers/media/video/sn9c102/
5437
5438USB SUBSYSTEM
5439M: Greg Kroah-Hartman <gregkh@suse.de>
5440L: linux-usb@vger.kernel.org
5441W: http://www.linux-usb.org
5442T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5443S: Supported
5444F: Documentation/usb/
5445F: drivers/net/usb/
5446F: drivers/usb/
5447F: include/linux/usb.h
5448F: include/linux/usb/
5449
5450USB UHCI DRIVER
5451M: Alan Stern <stern@rowland.harvard.edu>
5452L: linux-usb@vger.kernel.org
5453S: Maintained
5454F: drivers/usb/host/uhci*
5455
5456USB "USBNET" DRIVER FRAMEWORK
5457M: David Brownell <dbrownell@users.sourceforge.net>
5458L: netdev@vger.kernel.org
5459W: http://www.linux-usb.org/usbnet
5460S: Maintained
5461F: drivers/net/usb/usbnet.c
5462F: include/linux/usb/usbnet.h
5463
5464USB VIDEO CLASS
5465M: Laurent Pinchart <laurent.pinchart@skynet.be>
5466L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5467L: linux-media@vger.kernel.org
5468T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5469W: http://linux-uvc.berlios.de
5470S: Maintained
5471F: drivers/media/video/uvc/
5472
5473USB W996[87]CF DRIVER
5474M: Luca Risolia <luca.risolia@studio.unibo.it>
5475L: linux-usb@vger.kernel.org
5476L: linux-media@vger.kernel.org
5477T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5478W: http://www.linux-projects.org
5479S: Maintained
5480F: Documentation/video4linux/w9968cf.txt
5481F: drivers/media/video/w996*
5482
5483USB WIRELESS RNDIS DRIVER (rndis_wlan)
5484M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5485L: linux-wireless@vger.kernel.org
5486S: Maintained
5487F: drivers/net/wireless/rndis_wlan.c
5488
5489USB XHCI DRIVER
5490M: Sarah Sharp <sarah.a.sharp@intel.com>
5491L: linux-usb@vger.kernel.org
5492S: Supported
5493
5494USB ZC0301 DRIVER
5495M: Luca Risolia <luca.risolia@studio.unibo.it>
5496L: linux-usb@vger.kernel.org
5497L: linux-media@vger.kernel.org
5498T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5499W: http://www.linux-projects.org
5500S: Maintained
5501F: Documentation/video4linux/zc0301.txt
5502F: drivers/media/video/zc0301/
5503
5504USB ZD1201 DRIVER
5505M: Jeroen Vreeken <pe1rxq@amsat.org>
5506L: linux-usb@vger.kernel.org
5507W: http://linux-lc100020.sourceforge.net
5508S: Maintained
5509F: drivers/net/wireless/zd1201.*
5510
5511USB ZR364XX DRIVER
5512M: Antoine Jacquet <royale@zerezo.com>
5513L: linux-usb@vger.kernel.org
5514L: linux-media@vger.kernel.org
5515T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5516W: http://royale.zerezo.com/zr364xx/
5517S: Maintained
5518F: Documentation/video4linux/zr364xx.txt
5519F: drivers/media/video/zr364xx.c
5520
5521USER-MODE LINUX (UML)
5522M: Jeff Dike <jdike@addtoit.com>
5523L: user-mode-linux-devel@lists.sourceforge.net
5524L: user-mode-linux-user@lists.sourceforge.net
5525W: http://user-mode-linux.sourceforge.net
5526S: Maintained
5527F: Documentation/uml/
5528F: arch/um/
5529F: fs/hostfs/
5530F: fs/hppfs/
5531
5532USERSPACE I/O (UIO)
5533M: "Hans J. Koch" <hjk@linutronix.de>
5534M: Greg Kroah-Hartman <gregkh@suse.de>
5535S: Maintained
5536F: Documentation/DocBook/uio-howto.tmpl
5537F: drivers/uio/
5538F: include/linux/uio*.h
5539
5540UTIL-LINUX-NG PACKAGE
5541M: Karel Zak <kzak@redhat.com>
5542L: util-linux-ng@vger.kernel.org
5543W: http://kernel.org/~kzak/util-linux-ng/
5544T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5545S: Maintained
5546
5547UVESAFB DRIVER
5548M: Michal Januszewski <spock@gentoo.org>
5549L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5550W: http://dev.gentoo.org/~spock/projects/uvesafb/
5551S: Maintained
5552F: Documentation/fb/uvesafb.txt
5553F: drivers/video/uvesafb.*
5554
5555VFAT/FAT/MSDOS FILESYSTEM
5556M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5557S: Maintained
5558F: Documentation/filesystems/vfat.txt
5559F: fs/fat/
5560
5561VIA RHINE NETWORK DRIVER
5562M: Roger Luethi <rl@hellgate.ch>
5563S: Maintained
5564F: drivers/net/via-rhine.c
5565
5566VIAPRO SMBUS DRIVER
5567M: Jean Delvare <khali@linux-fr.org>
5568L: linux-i2c@vger.kernel.org
5569S: Maintained
5570F: Documentation/i2c/busses/i2c-viapro
5571F: drivers/i2c/busses/i2c-viapro.c
5572
5573VIA SD/MMC CARD CONTROLLER DRIVER
5574M: Joseph Chan <JosephChan@via.com.tw>
5575M: Harald Welte <HaraldWelte@viatech.com>
5576S: Maintained
5577F: drivers/mmc/host/via-sdmmc.c
5578
5579VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5580M: Joseph Chan <JosephChan@via.com.tw>
5581M: Scott Fang <ScottFang@viatech.com.cn>
5582L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5583S: Maintained
5584F: drivers/video/via/
5585
5586VIA VELOCITY NETWORK DRIVER
5587M: Francois Romieu <romieu@fr.zoreil.com>
5588L: netdev@vger.kernel.org
5589S: Maintained
5590F: drivers/net/via-velocity.*
5591
5592VLAN (802.1Q)
5593M: Patrick McHardy <kaber@trash.net>
5594L: netdev@vger.kernel.org
5595S: Maintained
5596F: drivers/net/macvlan.c
5597F: include/linux/if_*vlan.h
5598F: net/8021q/
5599
5600VLYNQ BUS
5601M: Florian Fainelli <florian@openwrt.org>
5602L: openwrt-devel@lists.openwrt.org
5603S: Maintained
5604F: drivers/vlynq/vlynq.c
5605F: include/linux/vlynq.h
5606
5607VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5608M: Liam Girdwood <lrg@slimlogic.co.uk>
5609M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5610W: http://opensource.wolfsonmicro.com/node/15
5611W: http://www.slimlogic.co.uk/?p=48
5612T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5613S: Supported
5614F: drivers/regulator/
5615F: include/linux/regulator/
5616
5617VT1211 HARDWARE MONITOR DRIVER
5618M: Juerg Haefliger <juergh@gmail.com>
5619L: lm-sensors@lm-sensors.org
5620S: Maintained
5621F: Documentation/hwmon/vt1211
5622F: drivers/hwmon/vt1211.c
5623
5624VT8231 HARDWARE MONITOR DRIVER
5625M: Roger Lucas <vt8231@hiddenengine.co.uk>
5626L: lm-sensors@lm-sensors.org
5627S: Maintained
5628F: drivers/hwmon/vt8231.c
5629
5630W1 DALLAS'S 1-WIRE BUS
5631M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5632S: Maintained
5633F: Documentation/w1/
5634F: drivers/w1/
5635
5636W83791D HARDWARE MONITORING DRIVER
5637M: Marc Hulsman <m.hulsman@tudelft.nl>
5638L: lm-sensors@lm-sensors.org
5639S: Maintained
5640F: Documentation/hwmon/w83791d
5641F: drivers/hwmon/w83791d.c
5642
5643W83793 HARDWARE MONITORING DRIVER
5644M: Rudolf Marek <r.marek@assembler.cz>
5645L: lm-sensors@lm-sensors.org
5646S: Maintained
5647F: Documentation/hwmon/w83793
5648F: drivers/hwmon/w83793.c
5649
5650W83L51xD SD/MMC CARD INTERFACE DRIVER
5651M: Pierre Ossman <pierre@ossman.eu>
5652S: Maintained
5653F: drivers/mmc/host/wbsd.*
5654
5655WATCHDOG DEVICE DRIVERS
5656M: Wim Van Sebroeck <wim@iguana.be>
5657T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5658S: Maintained
5659F: Documentation/watchdog/
5660F: drivers/watchdog/
5661F: include/linux/watchdog.h
5662
5663WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5664M: Jean Tourrilhes <jt@hpl.hp.com>
5665L: linux-wireless@vger.kernel.org
5666W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5667S: Maintained
5668F: Documentation/networking/wavelan.txt
5669F: drivers/net/wireless/wavelan*
5670
5671WD7000 SCSI DRIVER
5672M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5673L: linux-scsi@vger.kernel.org
5674S: Maintained
5675F: drivers/scsi/wd7000.c
5676
5677WINBOND CIR DRIVER
5678