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