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