netxen: add access to on chip memory for tools
[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/CORGI MACHINE SUPPORT
581M: Richard Purdie <rpurdie@rpsys.net>
582S: Maintained
583
584ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
585M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
586L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
587T: git git://gitorious.org/linux-gemini/mainline.git
588S: Maintained
589F: arch/arm/mach-gemini/
590
591ARM/EBSA110 MACHINE SUPPORT
592M: Russell King <linux@arm.linux.org.uk>
593L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
594W: http://www.arm.linux.org.uk/
595S: Maintained
596F: arch/arm/mach-ebsa110/
597F: drivers/net/arm/am79c961a.*
598
599ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
600M: Daniel Ribeiro <drwyrm@gmail.com>
601M: Stefan Schmidt <stefan@openezx.org>
602M: Harald Welte <laforge@openezx.org>
603L: openezx-devel@lists.openezx.org (subscribers-only)
604W: http://www.openezx.org/
605S: Maintained
606T: topgit git://git.openezx.org/openezx.git
607F: arch/arm/mach-pxa/ezx.c
608
609ARM/FARADAY FA526 PORT
610M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
611L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
612S: Maintained
613F: arch/arm/mm/*-fa*
614
615ARM/FOOTBRIDGE ARCHITECTURE
616M: Russell King <linux@arm.linux.org.uk>
617L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
618W: http://www.arm.linux.org.uk/
619S: Maintained
620F: arch/arm/include/asm/hardware/dec21285.h
621F: arch/arm/mach-footbridge/
622
623ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
624M: Sascha Hauer <kernel@pengutronix.de>
625L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
626S: Maintained
627
628ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
629M: Lennert Buytenhek <kernel@wantstofly.org>
630L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
631S: Maintained
632
633ARM/GUMSTIX MACHINE SUPPORT
634M: Steve Sakoman <sakoman@gmail.com>
635L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
636S: Maintained
637
638ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
639M: Philipp Zabel <philipp.zabel@gmail.com>
640S: Maintained
641F: arch/arm/mach-pxa/hx4700.c
642F: arch/arm/mach-pxa/include/mach/hx4700.h
643
644ARM/HP JORNADA 7XX MACHINE SUPPORT
645M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
646W: www.jlime.com
647S: Maintained
648T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
649F: arch/arm/mach-sa1100/jornada720.c
650F: arch/arm/mach-sa1100/include/mach/jornada720.h
651
652ARM/INTEL IOP32X ARM ARCHITECTURE
653M: Lennert Buytenhek <kernel@wantstofly.org>
654M: Dan Williams <dan.j.williams@intel.com>
655L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
656S: Maintained
657
658ARM/INTEL IOP33X ARM ARCHITECTURE
659M: Dan Williams <dan.j.williams@intel.com>
660L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
661S: Maintained
662
663ARM/INTEL IOP13XX ARM ARCHITECTURE
664M: Lennert Buytenhek <kernel@wantstofly.org>
665M: Dan Williams <dan.j.williams@intel.com>
666L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
667S: Maintained
668
669ARM/INTEL IQ81342EX MACHINE SUPPORT
670M: Lennert Buytenhek <kernel@wantstofly.org>
671M: Dan Williams <dan.j.williams@intel.com>
672L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
673S: Maintained
674
675ARM/INTEL IXP2000 ARM ARCHITECTURE
676M: Lennert Buytenhek <kernel@wantstofly.org>
677L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
678S: Maintained
679
680ARM/INTEL IXDP2850 MACHINE SUPPORT
681M: Lennert Buytenhek <kernel@wantstofly.org>
682L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
683S: Maintained
684
685ARM/INTEL IXP23XX ARM ARCHITECTURE
686M: Lennert Buytenhek <kernel@wantstofly.org>
687L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
688S: Maintained
689
690ARM/INTEL IXP4XX ARM ARCHITECTURE
691M: Imre Kaloz <kaloz@openwrt.org>
692M: Krzysztof Halasa <khc@pm.waw.pl>
693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694S: Maintained
695F: arch/arm/mach-ixp4xx/
696
697ARM/INTEL XSC3 (MANZANO) ARM CORE
698M: Lennert Buytenhek <kernel@wantstofly.org>
699M: Dan Williams <dan.j.williams@intel.com>
700L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
701S: Maintained
702
703ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
704M: Lennert Buytenhek <kernel@wantstofly.org>
705L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
706S: Maintained
707
708ARM/LOGICPD PXA270 MACHINE SUPPORT
709M: Lennert Buytenhek <kernel@wantstofly.org>
710L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
711S: Maintained
712
713ARM/MAGICIAN MACHINE SUPPORT
714M: Philipp Zabel <philipp.zabel@gmail.com>
715S: Maintained
716
717ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
718M: Lennert Buytenhek <buytenh@marvell.com>
719M: Nicolas Pitre <nico@marvell.com>
720L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
721T: git git://git.marvell.com/orion
722S: Maintained
723F: arch/arm/mach-loki/
724F: arch/arm/mach-kirkwood/
725F: arch/arm/mach-mv78xx0/
726F: arch/arm/mach-orion5x/
727F: arch/arm/plat-orion/
728
729ARM/MIOA701 MACHINE SUPPORT
730M: Robert Jarzmik <robert.jarzmik@free.fr>
731L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
732F: arch/arm/mach-pxa/mioa701.c
733S: Maintained
734
735ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
736M: Michael Petchkovsky <mkpetch@internode.on.net>
737S: Maintained
738
739ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
740M: Nelson Castillo <arhuaco@freaks-unidos.net>
741L: openmoko-kernel@lists.openmoko.org (subscribers-only)
742W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
743S: Supported
744
745ARM/TOSA MACHINE SUPPORT
746M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
747M: Dirk Opfer <dirk@opfer-online.de>
748S: Maintained
749
750ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
751M: Marek Vasut <marek.vasut@gmail.com>
752L: linux-arm-kernel@lists.infradead.org
753W: http://hackndev.com
754S: Maintained
755F: arch/arm/mach-pxa/include/mach/palmtx.h
756F: arch/arm/mach-pxa/palmtx.c
757F: arch/arm/mach-pxa/include/mach/palmt5.h
758F: arch/arm/mach-pxa/palmt5.c
759F: arch/arm/mach-pxa/include/mach/palmld.h
760F: arch/arm/mach-pxa/palmld.c
761F: arch/arm/mach-pxa/include/mach/palmte2.h
762F: arch/arm/mach-pxa/palmte2.c
763F: arch/arm/mach-pxa/include/mach/palmtc.h
764F: arch/arm/mach-pxa/palmtc.c
765
766ARM/PALM TREO 680 SUPPORT
767M: Tomas Cech <sleep_walker@suse.cz>
768L: linux-arm-kernel@lists.infradead.org
769W: http://hackndev.com
770S: Maintained
771F: arch/arm/mach-pxa/include/mach/treo680.h
772F: arch/arm/mach-pxa/treo680.c
773
774ARM/PALMZ72 SUPPORT
775M: Sergey Lapin <slapin@ossfans.org>
776L: linux-arm-kernel@lists.infradead.org
777W: http://hackndev.com
778S: Maintained
779F: arch/arm/mach-pxa/include/mach/palmz72.h
780F: arch/arm/mach-pxa/palmz72.c
781
782ARM/PLEB SUPPORT
783M: Peter Chubb <pleb@gelato.unsw.edu.au>
784W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
785S: Maintained
786
787ARM/PT DIGITAL BOARD PORT
788M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
789L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
790W: http://www.arm.linux.org.uk/
791S: Maintained
792
793ARM/RADISYS ENP2611 MACHINE SUPPORT
794M: Lennert Buytenhek <kernel@wantstofly.org>
795L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
796S: Maintained
797
798ARM/RISCPC ARCHITECTURE
799M: Russell King <linux@arm.linux.org.uk>
800L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801W: http://www.arm.linux.org.uk/
802S: Maintained
803F: arch/arm/common/time-acorn.c
804F: arch/arm/include/asm/hardware/entry-macro-iomd.S
805F: arch/arm/include/asm/hardware/ioc.h
806F: arch/arm/include/asm/hardware/iomd.h
807F: arch/arm/include/asm/hardware/memc.h
808F: arch/arm/mach-rpc/
809F: drivers/net/arm/ether*
810F: drivers/scsi/arm/
811
812ARM/SHARK MACHINE SUPPORT
813M: Alexander Schulz <alex@shark-linux.de>
814W: http://www.shark-linux.de/shark.html
815S: Maintained
816
817ARM/SAMSUNG ARM ARCHITECTURES
818M: Ben Dooks <ben-linux@fluff.org>
819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
820W: http://www.fluff.org/ben/linux/
821S: Maintained
822F: arch/arm/plat-s3c/
823F: arch/arm/plat-s3c24xx/
824
825ARM/S3C2410 ARM ARCHITECTURE
826M: Ben Dooks <ben-linux@fluff.org>
827L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
828W: http://www.fluff.org/ben/linux/
829S: Maintained
830F: arch/arm/mach-s3c2410/
831
832ARM/S3C2440 ARM ARCHITECTURE
833M: Ben Dooks <ben-linux@fluff.org>
834L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
835W: http://www.fluff.org/ben/linux/
836S: Maintained
837F: arch/arm/mach-s3c2440/
838
839ARM/S3C2442 ARM ARCHITECTURE
840M: Ben Dooks <ben-linux@fluff.org>
841L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
842W: http://www.fluff.org/ben/linux/
843S: Maintained
844F: arch/arm/mach-s3c2442/
845
846ARM/S3C2443 ARM ARCHITECTURE
847M: Ben Dooks <ben-linux@fluff.org>
848L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849W: http://www.fluff.org/ben/linux/
850S: Maintained
851F: arch/arm/mach-s3c2443/
852
853ARM/S3C6400 ARM ARCHITECTURE
854M: Ben Dooks <ben-linux@fluff.org>
855L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856W: http://www.fluff.org/ben/linux/
857S: Maintained
858F: arch/arm/mach-s3c6400/
859
860ARM/S3C6410 ARM ARCHITECTURE
861M: Ben Dooks <ben-linux@fluff.org>
862L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863W: http://www.fluff.org/ben/linux/
864S: Maintained
865F: arch/arm/mach-s3c6410/
866
867ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
868M: Lennert Buytenhek <kernel@wantstofly.org>
869L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870S: Maintained
871
872ARM/THECUS N2100 MACHINE SUPPORT
873M: Lennert Buytenhek <kernel@wantstofly.org>
874L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
875S: Maintained
876
877ARM/NUVOTON W90X900 ARM ARCHITECTURE
878M: Wan ZongShun <mcuos.com@gmail.com>
879L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
880W: http://www.mcuos.com
881S: Maintained
882
883ARM/VFP SUPPORT
884M: Russell King <linux@arm.linux.org.uk>
885L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886W: http://www.arm.linux.org.uk/
887S: Maintained
888F: arch/arm/vfp/
889
890ASUS ACPI EXTRAS DRIVER
891M: Corentin Chary <corentincj@iksaif.net>
892M: Karol Kozimor <sziwan@users.sourceforge.net>
893L: acpi4asus-user@lists.sourceforge.net
894W: http://acpi4asus.sf.net
895S: Maintained
896F: arch/x86/kernel/acpi/boot.c
897F: drivers/platform/x86/asus_acpi.c
898
899ASUS ASB100 HARDWARE MONITOR DRIVER
900M: "Mark M. Hoffman" <mhoffman@lightlink.com>
901L: lm-sensors@lm-sensors.org
902S: Maintained
903F: drivers/hwmon/asb100.c
904
905ASUS LAPTOP EXTRAS DRIVER
906M: Corentin Chary <corentincj@iksaif.net>
907L: acpi4asus-user@lists.sourceforge.net
908W: http://acpi4asus.sf.net
909S: Maintained
910F: drivers/platform/x86/asus-laptop.c
911
912ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
913M: Dan Williams <dan.j.williams@intel.com>
914M: Maciej Sosnowski <maciej.sosnowski@intel.com>
915W: http://sourceforge.net/projects/xscaleiop
916S: Supported
917F: Documentation/crypto/async-tx-api.txt
918F: crypto/async_tx/
919F: drivers/dma/
920F: include/linux/dmaengine.h
921F: include/linux/async_tx.h
922
923AT24 EEPROM DRIVER
924M: Wolfram Sang <w.sang@pengutronix.de>
925L: linux-i2c@vger.kernel.org
926S: Maintained
927F: drivers/misc/eeprom/at24.c
928F: include/linux/i2c/at24.h
929
930ATA OVER ETHERNET (AOE) DRIVER
931M: "Ed L. Cashin" <ecashin@coraid.com>
932W: http://www.coraid.com/support/linux
933S: Supported
934F: Documentation/aoe/
935F: drivers/block/aoe/
936
937ATHEROS ATH5K WIRELESS DRIVER
938M: Jiri Slaby <jirislaby@gmail.com>
939M: Nick Kossifidis <mickflemm@gmail.com>
940M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
941M: Bob Copeland <me@bobcopeland.com>
942L: linux-wireless@vger.kernel.org
943L: ath5k-devel@lists.ath5k.org
944W: http://wireless.kernel.org/en/users/Drivers/ath5k
945S: Maintained
946F: drivers/net/wireless/ath/ath5k/
947
948ATHEROS ATH9K WIRELESS DRIVER
949M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
950M: Jouni Malinen <jmalinen@atheros.com>
951M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
952M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
953M: Senthil Balasubramanian <senthilkumar@atheros.com>
954L: linux-wireless@vger.kernel.org
955L: ath9k-devel@lists.ath9k.org
956W: http://wireless.kernel.org/en/users/Drivers/ath9k
957S: Supported
958F: drivers/net/wireless/ath/ath9k/
959
960ATHEROS AR9170 WIRELESS DRIVER
961M: Christian Lamparter <chunkeey@web.de>
962L: linux-wireless@vger.kernel.org
963W: http://wireless.kernel.org/en/users/Drivers/ar9170
964S: Maintained
965F: drivers/net/wireless/ath/ar9170/
966
967ATK0110 HWMON DRIVER
968M: Luca Tettamanti <kronos.it@gmail.com>
969L: lm-sensors@lm-sensors.org
970S: Maintained
971F: drivers/hwmon/asus_atk0110.c
972
973ATI_REMOTE2 DRIVER
974M: Ville Syrjala <syrjala@sci.fi>
975S: Maintained
976F: drivers/input/misc/ati_remote2.c
977
978ATLX ETHERNET DRIVERS
979M: Jay Cliburn <jcliburn@gmail.com>
980M: Chris Snook <chris.snook@gmail.com>
981M: Jie Yang <jie.yang@atheros.com>
982L: atl1-devel@lists.sourceforge.net
983W: http://sourceforge.net/projects/atl1
984W: http://atl1.sourceforge.net
985S: Maintained
986F: drivers/net/atlx/
987
988ATM
989M: Chas Williams <chas@cmf.nrl.navy.mil>
990L: linux-atm-general@lists.sourceforge.net (subscribers-only)
991L: netdev@vger.kernel.org
992W: http://linux-atm.sourceforge.net
993S: Maintained
994F: drivers/atm/
995F: include/linux/atm*
996
997ATMEL AT91 MCI DRIVER
998M: Nicolas Ferre <nicolas.ferre@atmel.com>
999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000W: http://www.atmel.com/products/AT91/
1001W: http://www.at91.com/
1002S: Maintained
1003F: drivers/mmc/host/at91_mci.c
1004
1005ATMEL AT91 / AT32 MCI DRIVER
1006M: Nicolas Ferre <nicolas.ferre@atmel.com>
1007S: Maintained
1008F: drivers/mmc/host/atmel-mci.c
1009F: drivers/mmc/host/atmel-mci-regs.h
1010
1011ATMEL AT91 / AT32 SERIAL DRIVER
1012M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1013S: Supported
1014F: drivers/serial/atmel_serial.c
1015
1016ATMEL LCDFB DRIVER
1017M: Nicolas Ferre <nicolas.ferre@atmel.com>
1018L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1019S: Maintained
1020F: drivers/video/atmel_lcdfb.c
1021F: include/video/atmel_lcdc.h
1022
1023ATMEL MACB ETHERNET DRIVER
1024M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1025S: Supported
1026F: drivers/net/macb.*
1027
1028ATMEL SPI DRIVER
1029M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1030S: Supported
1031F: drivers/spi/atmel_spi.*
1032
1033ATMEL USBA UDC DRIVER
1034M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1035L: kernel@avr32linux.org
1036W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1037S: Supported
1038F: drivers/usb/gadget/atmel_usba_udc.*
1039
1040ATMEL WIRELESS DRIVER
1041M: Simon Kelley <simon@thekelleys.org.uk>
1042L: linux-wireless@vger.kernel.org
1043W: http://www.thekelleys.org.uk/atmel
1044W: http://atmelwlandriver.sourceforge.net/
1045S: Maintained
1046F: drivers/net/wireless/atmel*
1047
1048AUDIT SUBSYSTEM
1049M: Al Viro <viro@zeniv.linux.org.uk>
1050M: Eric Paris <eparis@redhat.com>
1051L: linux-audit@redhat.com (subscribers-only)
1052W: http://people.redhat.com/sgrubb/audit/
1053T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1054S: Maintained
1055F: include/linux/audit.h
1056F: kernel/audit*
1057
1058AUXILIARY DISPLAY DRIVERS
1059M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1060W: http://miguelojeda.es/auxdisplay.htm
1061W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1062S: Maintained
1063F: drivers/auxdisplay/
1064F: include/linux/cfag12864b.h
1065
1066AVR32 ARCHITECTURE
1067M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1068W: http://www.atmel.com/products/AVR32/
1069W: http://avr32linux.org/
1070W: http://avrfreaks.net/
1071S: Supported
1072F: arch/avr32/
1073
1074AVR32/AT32AP MACHINE SUPPORT
1075M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1076S: Supported
1077F: arch/avr32/mach-at32ap/
1078
1079AX.25 NETWORK LAYER
1080M: Ralf Baechle <ralf@linux-mips.org>
1081L: linux-hams@vger.kernel.org
1082W: http://www.linux-ax25.org/
1083S: Maintained
1084F: include/linux/ax25.h
1085F: include/net/ax25.h
1086F: net/ax25/
1087
1088B43 WIRELESS DRIVER
1089M: Michael Buesch <mb@bu3sch.de>
1090M: Stefano Brivio <stefano.brivio@polimi.it>
1091L: linux-wireless@vger.kernel.org
1092W: http://linuxwireless.org/en/users/Drivers/b43
1093S: Maintained
1094F: drivers/net/wireless/b43/
1095
1096B43LEGACY WIRELESS DRIVER
1097M: Larry Finger <Larry.Finger@lwfinger.net>
1098M: Stefano Brivio <stefano.brivio@polimi.it>
1099L: linux-wireless@vger.kernel.org
1100W: http://linuxwireless.org/en/users/Drivers/b43
1101S: Maintained
1102F: drivers/net/wireless/b43legacy/
1103
1104BACKLIGHT CLASS/SUBSYSTEM
1105M: Richard Purdie <rpurdie@rpsys.net>
1106S: Maintained
1107F: drivers/video/backlight/
1108F: include/linux/backlight.h
1109
1110BAYCOM/HDLCDRV DRIVERS FOR AX.25
1111M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1112L: linux-hams@vger.kernel.org
1113W: http://www.baycom.org/~tom/ham/ham.html
1114S: Maintained
1115F: drivers/net/hamradio/baycom*
1116
1117BEFS FILE SYSTEM
1118M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1119S: Maintained
1120F: Documentation/filesystems/befs.txt
1121F: fs/befs/
1122
1123BFS FILE SYSTEM
1124M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1125S: Maintained
1126F: Documentation/filesystems/bfs.txt
1127F: fs/bfs/
1128F: include/linux/bfs_fs.h
1129
1130BLACKFIN ARCHITECTURE
1131M: Mike Frysinger <vapier@gentoo.org>
1132L: uclinux-dist-devel@blackfin.uclinux.org
1133W: http://blackfin.uclinux.org
1134S: Supported
1135F: arch/blackfin/
1136
1137BLACKFIN EMAC DRIVER
1138M: Michael Hennerich <michael.hennerich@analog.com>
1139L: uclinux-dist-devel@blackfin.uclinux.org
1140W: http://blackfin.uclinux.org
1141S: Supported
1142F: drivers/net/bfin_mac.*
1143
1144BLACKFIN RTC DRIVER
1145M: Mike Frysinger <vapier.adi@gmail.com>
1146L: uclinux-dist-devel@blackfin.uclinux.org
1147W: http://blackfin.uclinux.org
1148S: Supported
1149F: drivers/rtc/rtc-bfin.c
1150
1151BLACKFIN SERIAL DRIVER
1152M: Sonic Zhang <sonic.zhang@analog.com>
1153L: uclinux-dist-devel@blackfin.uclinux.org
1154W: http://blackfin.uclinux.org
1155S: Supported
1156F: drivers/serial/bfin_5xx.c
1157
1158BLACKFIN WATCHDOG DRIVER
1159M: Mike Frysinger <vapier.adi@gmail.com>
1160L: uclinux-dist-devel@blackfin.uclinux.org
1161W: http://blackfin.uclinux.org
1162S: Supported
1163F: drivers/watchdog/bfin_wdt.c
1164
1165BLACKFIN I2C TWI DRIVER
1166M: Sonic Zhang <sonic.zhang@analog.com>
1167L: uclinux-dist-devel@blackfin.uclinux.org
1168W: http://blackfin.uclinux.org/
1169S: Supported
1170F: drivers/i2c/busses/i2c-bfin-twi.c
1171
1172BLOCK LAYER
1173M: Jens Axboe <axboe@kernel.dk>
1174T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1175S: Maintained
1176F: block/
1177
1178BLOCK2MTD DRIVER
1179M: Joern Engel <joern@lazybastard.org>
1180L: linux-mtd@lists.infradead.org
1181S: Maintained
1182F: drivers/mtd/devices/block2mtd.c
1183
1184BLUETOOTH DRIVERS
1185M: Marcel Holtmann <marcel@holtmann.org>
1186L: linux-bluetooth@vger.kernel.org
1187W: http://www.bluez.org/
1188S: Maintained
1189F: drivers/bluetooth/
1190
1191BLUETOOTH SUBSYSTEM
1192M: Marcel Holtmann <marcel@holtmann.org>
1193L: linux-bluetooth@vger.kernel.org
1194W: http://www.bluez.org/
1195T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1196S: Maintained
1197F: net/bluetooth/
1198F: include/net/bluetooth/
1199
1200BONDING DRIVER
1201M: Jay Vosburgh <fubar@us.ibm.com>
1202L: bonding-devel@lists.sourceforge.net
1203W: http://sourceforge.net/projects/bonding/
1204S: Supported
1205F: drivers/net/bonding/
1206F: include/linux/if_bonding.h
1207
1208BROADCOM B44 10/100 ETHERNET DRIVER
1209M: Gary Zambrano <zambrano@broadcom.com>
1210L: netdev@vger.kernel.org
1211S: Supported
1212F: drivers/net/b44.*
1213
1214BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1215M: Michael Chan <mchan@broadcom.com>
1216L: netdev@vger.kernel.org
1217S: Supported
1218F: drivers/net/bnx2.*
1219F: drivers/net/bnx2_*
1220
1221BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1222M: Eilon Greenstein <eilong@broadcom.com>
1223L: netdev@vger.kernel.org
1224S: Supported
1225F: drivers/net/bnx2x*
1226
1227BROADCOM TG3 GIGABIT ETHERNET DRIVER
1228M: Matt Carlson <mcarlson@broadcom.com>
1229M: Michael Chan <mchan@broadcom.com>
1230L: netdev@vger.kernel.org
1231S: Supported
1232F: drivers/net/tg3.*
1233
1234BSG (block layer generic sg v4 driver)
1235M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1236L: linux-scsi@vger.kernel.org
1237S: Supported
1238F: block/bsg.c
1239F: include/linux/bsg.h
1240
1241BT8XXGPIO DRIVER
1242M: Michael Buesch <mb@bu3sch.de>
1243W: http://bu3sch.de/btgpio.php
1244S: Maintained
1245F: drivers/gpio/bt8xxgpio.c
1246
1247BTRFS FILE SYSTEM
1248M: Chris Mason <chris.mason@oracle.com>
1249L: linux-btrfs@vger.kernel.org
1250W: http://btrfs.wiki.kernel.org/
1251T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1252S: Maintained
1253F: Documentation/filesystems/btrfs.txt
1254F: fs/btrfs/
1255
1256BTTV VIDEO4LINUX DRIVER
1257M: Mauro Carvalho Chehab <mchehab@infradead.org>
1258L: linux-media@vger.kernel.org
1259W: http://linuxtv.org
1260T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1261S: Maintained
1262F: Documentation/video4linux/bttv/
1263F: drivers/media/video/bt8xx/bttv*
1264
1265CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1266M: David Howells <dhowells@redhat.com>
1267L: linux-cachefs@redhat.com
1268S: Supported
1269F: Documentation/filesystems/caching/cachefiles.txt
1270F: fs/cachefiles/
1271
1272CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1273M: Jonathan Corbet <corbet@lwn.net>
1274L: linux-media@vger.kernel.org
1275T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1276S: Maintained
1277F: Documentation/video4linux/cafe_ccic
1278F: drivers/media/video/cafe_ccic*
1279
1280CALGARY x86-64 IOMMU
1281M: Muli Ben-Yehuda <muli@il.ibm.com>
1282M: "Jon D. Mason" <jdmason@kudzu.us>
1283L: discuss@x86-64.org
1284S: Maintained
1285F: arch/x86/kernel/pci-calgary_64.c
1286F: arch/x86/kernel/tce_64.c
1287F: arch/x86/include/asm/calgary.h
1288F: arch/x86/include/asm/tce.h
1289
1290CAN NETWORK LAYER
1291M: Urs Thuermann <urs.thuermann@volkswagen.de>
1292M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1293L: socketcan-core@lists.berlios.de (subscribers-only)
1294W: http://developer.berlios.de/projects/socketcan/
1295S: Maintained
1296F: drivers/net/can/
1297F: include/linux/can/
1298F: include/linux/can.h
1299
1300CAN NETWORK DRIVERS
1301M: Wolfgang Grandegger <wg@grandegger.com>
1302L: socketcan-core@lists.berlios.de (subscribers-only)
1303W: http://developer.berlios.de/projects/socketcan/
1304S: Maintained
1305
1306CELL BROADBAND ENGINE ARCHITECTURE
1307M: Arnd Bergmann <arnd@arndb.de>
1308L: linuxppc-dev@ozlabs.org
1309L: cbe-oss-dev@ozlabs.org
1310W: http://www.ibm.com/developerworks/power/cell/
1311S: Supported
1312F: arch/powerpc/include/asm/cell*.h
1313F: arch/powerpc/include/asm/spu*.h
1314F: arch/powerpc/oprofile/*cell*
1315F: arch/powerpc/platforms/cell/
1316
1317CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1318M: David Vrabel <david.vrabel@csr.com>
1319L: linux-usb@vger.kernel.org
1320S: Supported
1321F: Documentation/usb/WUSB-Design-overview.txt
1322F: Documentation/usb/wusb-cbaf
1323F: drivers/usb/wusbcore/
1324F: include/linux/usb/wusb*
1325
1326CFAG12864B LCD DRIVER
1327M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1328W: http://miguelojeda.es/auxdisplay.htm
1329W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1330S: Maintained
1331F: drivers/auxdisplay/cfag12864b.c
1332F: include/linux/cfag12864b.h
1333
1334CFAG12864BFB LCD FRAMEBUFFER DRIVER
1335M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1336W: http://miguelojeda.es/auxdisplay.htm
1337W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1338S: Maintained
1339F: drivers/auxdisplay/cfag12864bfb.c
1340F: include/linux/cfag12864b.h
1341
1342CFG80211 and NL80211
1343M: Johannes Berg <johannes@sipsolutions.net>
1344L: linux-wireless@vger.kernel.org
1345S: Maintained
1346F: include/linux/nl80211.h
1347F: include/net/cfg80211.h
1348F: net/wireless/*
1349X: net/wireless/wext*
1350
1351CHECKPATCH
1352M: Andy Whitcroft <apw@canonical.com>
1353S: Supported
1354F: scripts/checkpatch.pl
1355
1356CISCO 10G ETHERNET DRIVER
1357M: Scott Feldman <scofeldm@cisco.com>
1358M: Joe Eykholt <jeykholt@cisco.com>
1359S: Supported
1360F: drivers/net/enic/
1361
1362CIRRUS LOGIC EP93XX ETHERNET DRIVER
1363M: Lennert Buytenhek <kernel@wantstofly.org>
1364L: netdev@vger.kernel.org
1365S: Maintained
1366F: drivers/net/arm/ep93xx_eth.c
1367
1368CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1369M: Lennert Buytenhek <kernel@wantstofly.org>
1370L: linux-usb@vger.kernel.org
1371S: Maintained
1372F: drivers/usb/host/ohci-ep93xx.c
1373
1374CIRRUS LOGIC CS4270 SOUND DRIVER
1375M: Timur Tabi <timur@freescale.com>
1376L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1377S: Supported
1378F: sound/soc/codecs/cs4270*
1379
1380CLK API
1381M: Russell King <linux@arm.linux.org.uk>
1382F: include/linux/clk.h
1383
1384CISCO FCOE HBA DRIVER
1385M: Abhijeet Joglekar <abjoglek@cisco.com>
1386M: Joe Eykholt <jeykholt@cisco.com>
1387L: linux-scsi@vger.kernel.org
1388S: Supported
1389F: drivers/scsi/fnic/
1390
1391CODA FILE SYSTEM
1392M: Jan Harkes <jaharkes@cs.cmu.edu>
1393M: coda@cs.cmu.edu
1394L: codalist@coda.cs.cmu.edu
1395W: http://www.coda.cs.cmu.edu/
1396S: Maintained
1397F: Documentation/filesystems/coda.txt
1398F: fs/coda/
1399F: include/linux/coda*.h
1400
1401COMMON INTERNET FILE SYSTEM (CIFS)
1402M: Steve French <sfrench@samba.org>
1403L: linux-cifs-client@lists.samba.org
1404L: samba-technical@lists.samba.org
1405W: http://linux-cifs.samba.org/
1406T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1407S: Supported
1408F: Documentation/filesystems/cifs.txt
1409F: fs/cifs/
1410
1411COMPACTPCI HOTPLUG CORE
1412M: Scott Murray <scott@spiteful.org>
1413L: linux-pci@vger.kernel.org
1414S: Maintained
1415F: drivers/pci/hotplug/cpci_hotplug*
1416
1417COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1418M: Scott Murray <scott@spiteful.org>
1419L: linux-pci@vger.kernel.org
1420S: Maintained
1421F: drivers/pci/hotplug/cpcihp_zt5550.*
1422
1423COMPACTPCI HOTPLUG GENERIC DRIVER
1424M: Scott Murray <scott@spiteful.org>
1425L: linux-pci@vger.kernel.org
1426S: Maintained
1427F: drivers/pci/hotplug/cpcihp_generic.c
1428
1429COMPAL LAPTOP SUPPORT
1430M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1431S: Maintained
1432F: drivers/platform/x86/compal-laptop.c
1433
1434COMPUTONE INTELLIPORT MULTIPORT CARD
1435M: "Michael H. Warfield" <mhw@wittsend.com>
1436W: http://www.wittsend.com/computone.html
1437S: Maintained
1438F: Documentation/serial/computone.txt
1439F: drivers/char/ip2/
1440
1441CONEXANT ACCESSRUNNER USB DRIVER
1442M: Simon Arlott <cxacru@fire.lp0.eu>
1443L: accessrunner-general@lists.sourceforge.net
1444W: http://accessrunner.sourceforge.net/
1445S: Maintained
1446F: drivers/usb/atm/cxacru.c
1447
1448CONFIGFS
1449M: Joel Becker <joel.becker@oracle.com>
1450S: Supported
1451F: fs/configfs/
1452F: include/linux/configfs.h
1453
1454CONNECTOR
1455M: Evgeniy Polyakov <zbr@ioremap.net>
1456L: netdev@vger.kernel.org
1457S: Maintained
1458F: drivers/connector/
1459
1460CONTROL GROUPS (CGROUPS)
1461M: Paul Menage <menage@google.com>
1462M: Li Zefan <lizf@cn.fujitsu.com>
1463L: containers@lists.linux-foundation.org
1464S: Maintained
1465F: include/linux/cgroup*
1466F: kernel/cgroup*
1467F: mm/*cgroup*
1468
1469CORETEMP HARDWARE MONITORING DRIVER
1470M: Rudolf Marek <r.marek@assembler.cz>
1471L: lm-sensors@lm-sensors.org
1472S: Maintained
1473F: Documentation/hwmon/coretemp
1474F: drivers/hwmon/coretemp.c
1475
1476COSA/SRP SYNC SERIAL DRIVER
1477M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1478W: http://www.fi.muni.cz/~kas/cosa/
1479S: Maintained
1480F: drivers/net/wan/cosa*
1481
1482CPMAC ETHERNET DRIVER
1483M: Florian Fainelli <florian@openwrt.org>
1484L: netdev@vger.kernel.org
1485S: Maintained
1486F: drivers/net/cpmac.c
1487
1488CPU FREQUENCY DRIVERS
1489M: Dave Jones <davej@redhat.com>
1490L: cpufreq@vger.kernel.org
1491W: http://www.codemonkey.org.uk/projects/cpufreq/
1492T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1493S: Maintained
1494F: arch/x86/kernel/cpu/cpufreq/
1495F: drivers/cpufreq/
1496F: include/linux/cpufreq.h
1497
1498CPUID/MSR DRIVER
1499M: "H. Peter Anvin" <hpa@zytor.com>
1500S: Maintained
1501F: arch/x86/kernel/cpuid.c
1502F: arch/x86/kernel/msr.c
1503
1504CPUSETS
1505M: Paul Menage <menage@google.com>
1506W: http://www.bullopensource.org/cpuset/
1507W: http://oss.sgi.com/projects/cpusets/
1508S: Supported
1509F: Documentation/cgroups/cpusets.txt
1510F: include/linux/cpuset.h
1511F: kernel/cpuset.c
1512
1513CRAMFS FILESYSTEM
1514W: http://sourceforge.net/projects/cramfs/
1515S: Orphan
1516F: Documentation/filesystems/cramfs.txt
1517F: fs/cramfs/
1518
1519CRIS PORT
1520M: Mikael Starvik <starvik@axis.com>
1521M: Jesper Nilsson <jesper.nilsson@axis.com>
1522L: linux-cris-kernel@axis.com
1523W: http://developer.axis.com
1524S: Maintained
1525F: arch/cris/
1526
1527CRYPTO API
1528M: Herbert Xu <herbert@gondor.apana.org.au>
1529M: "David S. Miller" <davem@davemloft.net>
1530L: linux-crypto@vger.kernel.org
1531T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1532S: Maintained
1533F: Documentation/crypto/
1534F: arch/*/crypto/
1535F: crypto/
1536F: drivers/crypto/
1537F: include/crypto/
1538
1539CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1540M: Neil Horman <nhorman@tuxdriver.com>
1541L: linux-crypto@vger.kernel.org
1542S: Maintained
1543
1544CS5535 Audio ALSA driver
1545M: Jaya Kumar <jayakumar.alsa@gmail.com>
1546S: Maintained
1547F: sound/pci/cs5535audio/
1548
1549CX18 VIDEO4LINUX DRIVER
1550M: Hans Verkuil <hverkuil@xs4all.nl>
1551M: Andy Walls <awalls@radix.net>
1552L: ivtv-devel@ivtvdriver.org
1553L: linux-media@vger.kernel.org
1554T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1555W: http://linuxtv.org
1556W: http://www.ivtvdriver.org/index.php/Cx18
1557S: Maintained
1558F: Documentation/video4linux/cx18.txt
1559F: drivers/media/video/cx18/
1560
1561CXGB3 ETHERNET DRIVER (CXGB3)
1562M: Divy Le Ray <divy@chelsio.com>
1563L: netdev@vger.kernel.org
1564W: http://www.chelsio.com
1565S: Supported
1566F: drivers/net/cxgb3/
1567
1568CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1569M: Steve Wise <swise@chelsio.com>
1570L: linux-rdma@vger.kernel.org
1571W: http://www.openfabrics.org
1572S: Supported
1573F: drivers/infiniband/hw/cxgb3/
1574
1575CYBERPRO FB DRIVER
1576M: Russell King <linux@arm.linux.org.uk>
1577L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578W: http://www.arm.linux.org.uk/
1579S: Maintained
1580F: drivers/video/cyber2000fb.*
1581
1582CYCLADES 2X SYNC CARD DRIVER
1583M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1584W: http://oops.ghostprotocols.net:81/blog
1585S: Maintained
1586F: drivers/net/wan/cycx*
1587
1588CYCLADES ASYNC MUX DRIVER
1589W: http://www.cyclades.com/
1590S: Orphan
1591F: drivers/char/cyclades.c
1592F: include/linux/cyclades.h
1593
1594CYCLADES PC300 DRIVER
1595W: http://www.cyclades.com/
1596S: Orphan
1597F: drivers/net/wan/pc300*
1598
1599DAMA SLAVE for AX.25
1600M: Joerg Reuter <jreuter@yaina.de>
1601W: http://yaina.de/jreuter/
1602W: http://www.qsl.net/dl1bke/
1603L: linux-hams@vger.kernel.org
1604S: Maintained
1605F: net/ax25/af_ax25.c
1606F: net/ax25/ax25_dev.c
1607F: net/ax25/ax25_ds_*
1608F: net/ax25/ax25_in.c
1609F: net/ax25/ax25_out.c
1610F: net/ax25/ax25_timer.c
1611F: net/ax25/sysctl_net_ax25.c
1612
1613DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1614M: Tobias Ringstrom <tori@unhappy.mine.nu>
1615L: netdev@vger.kernel.org
1616S: Maintained
1617F: Documentation/networking/dmfe.txt
1618F: drivers/net/tulip/dmfe.c
1619
1620DC390/AM53C974 SCSI driver
1621M: Kurt Garloff <garloff@suse.de>
1622W: http://www.garloff.de/kurt/linux/dc390/
1623M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1624S: Maintained
1625F: drivers/scsi/tmscsim.*
1626
1627DC395x SCSI driver
1628M: Oliver Neukum <oliver@neukum.name>
1629M: Ali Akcaagac <aliakc@web.de>
1630M: Jamie Lenehan <lenehan@twibble.org>
1631W: http://twibble.org/dist/dc395x/
1632L: dc395x@twibble.org
1633L: http://lists.twibble.org/mailman/listinfo/dc395x/
1634S: Maintained
1635F: Documentation/scsi/dc395x.txt
1636F: drivers/scsi/dc395x.*
1637
1638DCCP PROTOCOL
1639M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1640L: dccp@vger.kernel.org
1641W: http://linux-net.osdl.org/index.php/DCCP
1642S: Maintained
1643F: include/linux/dccp.h
1644F: include/linux/tfrc.h
1645F: net/dccp/
1646
1647DECnet NETWORK LAYER
1648M: Christine Caulfield <christine.caulfield@googlemail.com>
1649W: http://linux-decnet.sourceforge.net
1650L: linux-decnet-user@lists.sourceforge.net
1651S: Maintained
1652F: Documentation/networking/decnet.txt
1653F: net/decnet/
1654
1655DEFXX FDDI NETWORK DRIVER
1656M: "Maciej W. Rozycki" <macro@linux-mips.org>
1657S: Maintained
1658F: drivers/net/defxx.*
1659
1660DELL LAPTOP DRIVER
1661M: Matthew Garrett <mjg59@srcf.ucam.org>
1662S: Maintained
1663F: drivers/platform/x86/dell-laptop.c
1664
1665DELL LAPTOP SMM DRIVER
1666M: Massimo Dal Zotto <dz@debian.org>
1667W: http://www.debian.org/~dz/i8k/
1668S: Maintained
1669F: drivers/char/i8k.c
1670F: include/linux/i8k.h
1671
1672DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1673M: Doug Warzecha <Douglas_Warzecha@dell.com>
1674S: Maintained
1675F: Documentation/dcdbas.txt
1676F: drivers/firmware/dcdbas.*
1677
1678DELL WMI EXTRAS DRIVER
1679M: Matthew Garrett <mjg59@srcf.ucam.org>
1680S: Maintained
1681
1682DEVICE NUMBER REGISTRY
1683M: Torben Mathiasen <device@lanana.org>
1684W: http://lanana.org/docs/device-list/index.html
1685S: Maintained
1686
1687DEVICE-MAPPER (LVM)
1688P: Alasdair Kergon
1689L: dm-devel@redhat.com
1690W: http://sources.redhat.com/dm
1691S: Maintained
1692F: Documentation/device-mapper/
1693F: drivers/md/dm*
1694F: include/linux/device-mapper.h
1695F: include/linux/dm-*.h
1696
1697DIGI INTL. EPCA DRIVER
1698M: "Digi International, Inc" <Eng.Linux@digi.com>
1699L: Eng.Linux@digi.com
1700W: http://www.digi.com
1701S: Orphan
1702F: Documentation/serial/digiepca.txt
1703F: drivers/char/epca*
1704F: drivers/char/digi*
1705
1706DIRECTORY NOTIFICATION (DNOTIFY)
1707M: Eric Paris <eparis@parisplace.org>
1708S: Maintained
1709F: Documentation/filesystems/dnotify.txt
1710F: fs/notify/dnotify/
1711F: include/linux/dnotify.h
1712
1713DISK GEOMETRY AND PARTITION HANDLING
1714M: Andries Brouwer <aeb@cwi.nl>
1715W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1716W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1717W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1718S: Maintained
1719
1720DISKQUOTA
1721M: Jan Kara <jack@suse.cz>
1722S: Maintained
1723F: Documentation/filesystems/quota.txt
1724F: fs/quota/
1725F: include/linux/quota*.h
1726
1727DISTRIBUTED LOCK MANAGER (DLM)
1728M: Christine Caulfield <ccaulfie@redhat.com>
1729M: David Teigland <teigland@redhat.com>
1730L: cluster-devel@redhat.com
1731W: http://sources.redhat.com/cluster/
1732T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1733S: Supported
1734F: fs/dlm/
1735
1736DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1737M: Maciej Sosnowski <maciej.sosnowski@intel.com>
1738M: Dan Williams <dan.j.williams@intel.com>
1739S: Supported
1740F: drivers/dma/
1741F: include/linux/dma*
1742
1743DME1737 HARDWARE MONITOR DRIVER
1744M: Juerg Haefliger <juergh@gmail.com>
1745L: lm-sensors@lm-sensors.org
1746S: Maintained
1747F: Documentation/hwmon/dme1737
1748F: drivers/hwmon/dme1737.c
1749
1750DOCBOOK FOR DOCUMENTATION
1751M: Randy Dunlap <rdunlap@xenotime.net>
1752S: Maintained
1753
1754DOCKING STATION DRIVER
1755M: Shaohua Li <shaohua.li@intel.com>
1756L: linux-acpi@vger.kernel.org
1757S: Supported
1758F: drivers/acpi/dock.c
1759
1760DOCUMENTATION
1761M: Randy Dunlap <rdunlap@xenotime.net>
1762L: linux-doc@vger.kernel.org
1763S: Maintained
1764F: Documentation/
1765
1766DOUBLETALK DRIVER
1767M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1768L: blinux-list@redhat.com
1769S: Maintained
1770F: drivers/char/dtlk.c
1771F: include/linux/dtlk.h
1772
1773DPT_I2O SCSI RAID DRIVER
1774M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1775L: linux-scsi@vger.kernel.org
1776W: http://www.adaptec.com/
1777S: Maintained
1778F: drivers/scsi/dpt*
1779F: drivers/scsi/dpt/
1780
1781DRIVER CORE, KOBJECTS, AND SYSFS
1782M: Greg Kroah-Hartman <gregkh@suse.de>
1783T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1784S: Supported
1785F: Documentation/kobject.txt
1786F: drivers/base/
1787F: fs/sysfs/
1788F: include/linux/kobj*
1789F: lib/kobj*
1790
1791DRM DRIVERS
1792M: David Airlie <airlied@linux.ie>
1793L: dri-devel@lists.sourceforge.net
1794T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1795S: Maintained
1796F: drivers/gpu/drm/
1797
1798DSCC4 DRIVER
1799M: Francois Romieu <romieu@fr.zoreil.com>
1800L: netdev@vger.kernel.org
1801S: Maintained
1802F: drivers/net/wan/dscc4.c
1803
1804DZ DECSTATION DZ11 SERIAL DRIVER
1805M: "Maciej W. Rozycki" <macro@linux-mips.org>
1806S: Maintained
1807F: drivers/serial/dz.*
1808
1809EATA-DMA SCSI DRIVER
1810M: Michael Neuffer <mike@i-Connect.Net>
1811L: linux-eata@i-connect.net
1812L: linux-scsi@vger.kernel.org
1813S: Maintained
1814F: drivers/scsi/eata*
1815
1816EATA ISA/EISA/PCI SCSI DRIVER
1817M: Dario Ballabio <ballabio_dario@emc.com>
1818L: linux-scsi@vger.kernel.org
1819S: Maintained
1820F: drivers/scsi/eata.c
1821
1822EATA-PIO SCSI DRIVER
1823M: Michael Neuffer <mike@i-Connect.Net>
1824L: linux-eata@i-connect.net
1825L: linux-scsi@vger.kernel.org
1826S: Maintained
1827F: drivers/scsi/eata_pio.*
1828
1829EBTABLES
1830M: Bart De Schuymer <bart.de.schuymer@pandora.be>
1831L: ebtables-user@lists.sourceforge.net
1832L: ebtables-devel@lists.sourceforge.net
1833W: http://ebtables.sourceforge.net/
1834S: Maintained
1835F: include/linux/netfilter_bridge/ebt_*.h
1836F: net/bridge/netfilter/ebt*.c
1837
1838ECRYPT FILE SYSTEM
1839M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1840M: Dustin Kirkland <kirkland@canonical.com>
1841L: ecryptfs-devel@lists.launchpad.net
1842W: https://launchpad.net/ecryptfs
1843S: Supported
1844F: Documentation/filesystems/ecryptfs.txt
1845F: fs/ecryptfs/
1846
1847EDAC-CORE
1848M: Doug Thompson <dougthompson@xmission.com>
1849L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1850W: bluesmoke.sourceforge.net
1851S: Supported
1852F: Documentation/edac.txt
1853F: drivers/edac/edac_*
1854F: include/linux/edac.h
1855
1856EDAC-AMD64
1857M: Doug Thompson <dougthompson@xmission.com>
1858M: Borislav Petkov <borislav.petkov@amd.com>
1859L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1860W: bluesmoke.sourceforge.net
1861S: Supported
1862F: drivers/edac/amd64_edac*
1863
1864EDAC-E752X
1865M: Mark Gross <mark.gross@intel.com>
1866M: Doug Thompson <dougthompson@xmission.com>
1867L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1868W: bluesmoke.sourceforge.net
1869S: Maintained
1870F: drivers/edac/e752x_edac.c
1871
1872EDAC-E7XXX
1873M: Doug Thompson <dougthompson@xmission.com>
1874L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1875W: bluesmoke.sourceforge.net
1876S: Maintained
1877F: drivers/edac/e7xxx_edac.c
1878
1879EDAC-I82443BXGX
1880M: Tim Small <tim@buttersideup.com>
1881L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1882W: bluesmoke.sourceforge.net
1883S: Maintained
1884F: drivers/edac/i82443bxgx_edac.c
1885
1886EDAC-I3000
1887M: Jason Uhlenkott <juhlenko@akamai.com>
1888L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1889W: bluesmoke.sourceforge.net
1890S: Maintained
1891F: drivers/edac/i3000_edac.c
1892
1893EDAC-I5000
1894M: Doug Thompson <dougthompson@xmission.com>
1895L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1896W: bluesmoke.sourceforge.net
1897S: Maintained
1898F: drivers/edac/i5000_edac.c
1899
1900EDAC-I5400
1901M: Mauro Carvalho Chehab <mchehab@redhat.com>
1902L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1903W: bluesmoke.sourceforge.net
1904S: Maintained
1905F: drivers/edac/i5400_edac.c
1906
1907EDAC-I82975X
1908M: Ranganathan Desikan <ravi@jetztechnologies.com>
1909M: "Arvind R." <arvind@jetztechnologies.com>
1910L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1911W: bluesmoke.sourceforge.net
1912S: Maintained
1913F: drivers/edac/i82975x_edac.c
1914
1915EDAC-PASEMI
1916M: Egor Martovetsky <egor@pasemi.com>
1917L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1918W: bluesmoke.sourceforge.net
1919S: Maintained
1920F: drivers/edac/pasemi_edac.c
1921
1922EDAC-R82600
1923M: Tim Small <tim@buttersideup.com>
1924L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1925W: bluesmoke.sourceforge.net
1926S: Maintained
1927F: drivers/edac/r82600_edac.c
1928
1929EEEPC LAPTOP EXTRAS DRIVER
1930M: Corentin Chary <corentincj@iksaif.net>
1931L: acpi4asus-user@lists.sourceforge.net
1932W: http://acpi4asus.sf.net
1933S: Maintained
1934F: drivers/platform/x86/eeepc-laptop.c
1935
1936EFS FILESYSTEM
1937W: http://aeschi.ch.eu.org/efs/
1938S: Orphan
1939F: fs/efs/
1940
1941EHCA (IBM GX bus InfiniBand adapter) DRIVER
1942M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1943M: Christoph Raisch <raisch@de.ibm.com>
1944L: linux-rdma@vger.kernel.org
1945S: Supported
1946F: drivers/infiniband/hw/ehca/
1947
1948EMBEDDED LINUX
1949M: Paul Gortmaker <paul.gortmaker@windriver.com>
1950M: Matt Mackall <mpm@selenic.com>
1951M: David Woodhouse <dwmw2@infradead.org>
1952L: linux-embedded@vger.kernel.org
1953S: Maintained
1954
1955EMULEX LPFC FC SCSI DRIVER
1956M: James Smart <james.smart@emulex.com>
1957L: linux-scsi@vger.kernel.org
1958W: http://sourceforge.net/projects/lpfcxxxx
1959S: Supported
1960F: drivers/scsi/lpfc/
1961
1962ENE CB710 FLASH CARD READER DRIVER
1963M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
1964S: Maintained
1965F: drivers/misc/cb710/
1966F: drivers/mmc/host/cb710-mmc.*
1967F: include/linux/cb710.h
1968
1969EPSON 1355 FRAMEBUFFER DRIVER
1970M: Christopher Hoover <ch@murgatroid.com>
1971M: Christopher Hoover <ch@hpl.hp.com>
1972S: Maintained
1973F: drivers/video/epson1355fb.c
1974
1975EPSON S1D13XXX FRAMEBUFFER DRIVER
1976M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1977S: Maintained
1978T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1979F: drivers/video/s1d13xxxfb.c
1980F: include/video/s1d13xxxfb.h
1981
1982ETHEREXPRESS-16 NETWORK DRIVER
1983M: Philip Blundell <philb@gnu.org>
1984L: netdev@vger.kernel.org
1985S: Maintained
1986F: drivers/net/eexpress.*
1987
1988ETHERNET BRIDGE
1989M: Stephen Hemminger <shemminger@linux-foundation.org>
1990L: bridge@lists.linux-foundation.org
1991W: http://www.linux-foundation.org/en/Net:Bridge
1992S: Maintained
1993F: include/linux/netfilter_bridge/
1994F: net/bridge/
1995
1996ETHERTEAM 16I DRIVER
1997M: Mika Kuoppala <miku@iki.fi>
1998S: Maintained
1999F: drivers/net/eth16i.c
2000
2001EXT2 FILE SYSTEM
2002L: linux-ext4@vger.kernel.org
2003S: Maintained
2004F: Documentation/filesystems/ext2.txt
2005F: fs/ext2/
2006F: include/linux/ext2*
2007
2008EXT3 FILE SYSTEM
2009M: Andrew Morton <akpm@linux-foundation.org>
2010M: Andreas Dilger <adilger@sun.com>
2011L: linux-ext4@vger.kernel.org
2012S: Maintained
2013F: Documentation/filesystems/ext3.txt
2014F: fs/ext3/
2015F: include/linux/ext3*
2016
2017EXT4 FILE SYSTEM
2018M: "Theodore Ts'o" <tytso@mit.edu>
2019M: Andreas Dilger <adilger@sun.com>
2020L: linux-ext4@vger.kernel.org
2021W: http://ext4.wiki.kernel.org
2022S: Maintained
2023F: Documentation/filesystems/ext4.txt
2024F: fs/ext4/
2025
2026F71805F HARDWARE MONITORING DRIVER
2027M: Jean Delvare <khali@linux-fr.org>
2028L: lm-sensors@lm-sensors.org
2029S: Maintained
2030F: Documentation/hwmon/f71805f
2031F: drivers/hwmon/f71805f.c
2032
2033FARSYNC SYNCHRONOUS DRIVER
2034M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2035W: http://www.farsite.co.uk/
2036S: Supported
2037F: drivers/net/wan/farsync.*
2038
2039FAULT INJECTION SUPPORT
2040M: Akinobu Mita <akinobu.mita@gmail.com>
2041S: Supported
2042F: Documentation/fault-injection/
2043F: lib/fault-inject.c
2044
2045FILE LOCKING (flock() and fcntl()/lockf())
2046M: Matthew Wilcox <matthew@wil.cx>
2047L: linux-fsdevel@vger.kernel.org
2048S: Maintained
2049F: include/linux/fcntl.h
2050F: include/linux/fs.h
2051F: fs/fcntl.c
2052F: fs/locks.c
2053
2054FILESYSTEMS (VFS and infrastructure)
2055M: Alexander Viro <viro@zeniv.linux.org.uk>
2056L: linux-fsdevel@vger.kernel.org
2057S: Maintained
2058F: fs/*
2059
2060FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2061M: Riku Voipio <riku.vipio@iki.fi>
2062L: lm-sensors@lm-sensors.org
2063S: Maintained
2064F: drivers/hwmon/f75375s.c
2065F: include/linux/f75375s.h
2066
2067FIREWIRE SUBSYSTEM
2068M: Kristian Hoegsberg <krh@redhat.com>
2069M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2070L: linux1394-devel@lists.sourceforge.net
2071W: http://www.linux1394.org/
2072T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2073S: Maintained
2074F: drivers/firewire/
2075F: include/linux/firewire*.h
2076
2077FIRMWARE LOADER (request_firmware)
2078S: Orphan
2079F: Documentation/firmware_class/
2080F: drivers/base/firmware*.c
2081F: include/linux/firmware.h
2082
2083FPU EMULATOR
2084M: Bill Metzenthen <billm@melbpc.org.au>
2085W: http://floatingpoint.sourceforge.net/emulator/index.html
2086S: Maintained
2087F: arch/x86/math-emu/
2088
2089FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2090M: Mike McLagan <mike.mclagan@linux.org>
2091L: netdev@vger.kernel.org
2092S: Maintained
2093F: drivers/net/wan/dlci.c
2094F: drivers/net/wan/sdla.c
2095
2096FRAMEBUFFER LAYER
2097L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2098W: http://linux-fbdev.sourceforge.net/
2099S: Orphan
2100F: Documentation/fb/
2101F: drivers/video/fb*
2102F: include/linux/fb.h
2103
2104FREESCALE DMA DRIVER
2105M: Li Yang <leoli@freescale.com>
2106M: Zhang Wei <zw@zh-kernel.org>
2107L: linuxppc-dev@ozlabs.org
2108S: Maintained
2109F: drivers/dma/fsldma.*
2110
2111FREESCALE I2C CPM DRIVER
2112M: Jochen Friedrich <jochen@scram.de>
2113L: linuxppc-dev@ozlabs.org
2114L: linux-i2c@vger.kernel.org
2115S: Maintained
2116F: drivers/i2c/busses/i2c-cpm.c
2117
2118FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2119M: Sascha Hauer <kernel@pengutronix.de>
2120L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2121L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2122S: Maintained
2123F: arch/arm/plat-mxc/include/mach/imxfb.h
2124F: drivers/video/imxfb.c
2125
2126FREESCALE SOC FS_ENET DRIVER
2127M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2128M: Vitaly Bordug <vbordug@ru.mvista.com>
2129L: linuxppc-dev@ozlabs.org
2130L: netdev@vger.kernel.org
2131S: Maintained
2132F: drivers/net/fs_enet/
2133F: include/linux/fs_enet_pd.h
2134
2135FREESCALE QUICC ENGINE LIBRARY
2136M: Timur Tabi <timur@freescale.com>
2137L: linuxppc-dev@ozlabs.org
2138S: Supported
2139F: arch/powerpc/sysdev/qe_lib/
2140F: arch/powerpc/include/asm/*qe.h
2141
2142FREESCALE USB PERIPHERIAL DRIVERS
2143M: Li Yang <leoli@freescale.com>
2144L: linux-usb@vger.kernel.org
2145L: linuxppc-dev@ozlabs.org
2146S: Maintained
2147F: drivers/usb/gadget/fsl*
2148
2149FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2150M: Li Yang <leoli@freescale.com>
2151L: netdev@vger.kernel.org
2152L: linuxppc-dev@ozlabs.org
2153S: Maintained
2154F: drivers/net/ucc_geth*
2155
2156FREESCALE QUICC ENGINE UCC UART DRIVER
2157M: Timur Tabi <timur@freescale.com>
2158L: linuxppc-dev@ozlabs.org
2159S: Supported
2160F: drivers/serial/ucc_uart.c
2161
2162FREESCALE SOC SOUND DRIVERS
2163M: Timur Tabi <timur@freescale.com>
2164L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2165L: linuxppc-dev@ozlabs.org
2166S: Supported
2167F: sound/soc/fsl/fsl*
2168F: sound/soc/fsl/mpc8610_hpcd.c
2169
2170FREEVXFS FILESYSTEM
2171M: Christoph Hellwig <hch@infradead.org>
2172W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2173S: Maintained
2174F: fs/freevxfs/
2175
2176FREEZER
2177M: Pavel Machek <pavel@ucw.cz>
2178M: "Rafael J. Wysocki" <rjw@sisk.pl>
2179L: linux-pm@lists.linux-foundation.org
2180S: Supported
2181F: Documentation/power/freezing-of-tasks.txt
2182F: include/linux/freezer.h
2183F: kernel/freezer.c
2184
2185FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2186M: David Howells <dhowells@redhat.com>
2187L: linux-cachefs@redhat.com
2188S: Supported
2189F: Documentation/filesystems/caching/
2190F: fs/fscache/
2191F: include/linux/fscache*.h
2192
2193TRACING
2194M: Steven Rostedt <rostedt@goodmis.org>
2195M: Frederic Weisbecker <fweisbec@gmail.com>
2196M: Ingo Molnar <mingo@redhat.com>
2197T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2198S: Maintained
2199F: Documentation/trace/ftrace.txt
2200F: arch/*/*/*/ftrace.h
2201F: arch/*/kernel/ftrace.c
2202F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2203F: kernel/trace/
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
2265L: linux-kernel@vger.kernel.org
2266S: Supported
2267F: drivers/uio/uio_pci_generic.c
2268
2269GFS2 FILE SYSTEM
2270M: Steven Whitehouse <swhiteho@redhat.com>
2271L: cluster-devel@redhat.com
2272W: http://sources.redhat.com/cluster/
2273T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2274T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2275S: Supported
2276F: Documentation/filesystems/gfs2*.txt
2277F: fs/gfs2/
2278F: include/linux/gfs2_ondisk.h
2279
2280GIGASET ISDN DRIVERS
2281M: Hansjoerg Lipp <hjlipp@web.de>
2282M: Tilman Schmidt <tilman@imap.cc>
2283L: gigaset307x-common@lists.sourceforge.net
2284W: http://gigaset307x.sourceforge.net/
2285S: Maintained
2286F: Documentation/isdn/README.gigaset
2287F: drivers/isdn/gigaset/
2288F: include/linux/gigaset_dev.h
2289
2290HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2291M: Frank Seidel <frank@f-seidel.de>
2292L: lm-sensors@lm-sensors.org
2293W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2294S: Maintained
2295F: drivers/hwmon/hdaps.c
2296
2297HYPERVISOR VIRTUAL CONSOLE DRIVER
2298L: linuxppc-dev@ozlabs.org
2299S: Odd Fixes
2300F: drivers/char/hvc_*
2301
2302GSPCA FINEPIX SUBDRIVER
2303M: Frank Zago <frank@zago.net>
2304L: linux-media@vger.kernel.org
2305T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2306S: Maintained
2307F: drivers/media/video/gspca/finepix.c
2308
2309GSPCA M5602 SUBDRIVER
2310M: Erik Andren <erik.andren@gmail.com>
2311L: linux-media@vger.kernel.org
2312T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2313S: Maintained
2314F: drivers/media/video/gspca/m5602/
2315
2316GSPCA PAC207 SONIXB SUBDRIVER
2317M: Hans de Goede <hdegoede@redhat.com>
2318L: linux-media@vger.kernel.org
2319T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2320S: Maintained
2321F: drivers/media/video/gspca/pac207.c
2322
2323GSPCA SN9C20X SUBDRIVER
2324M: Brian Johnson <brijohn@gmail.com>
2325L: linux-media@vger.kernel.org
2326T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2327S: Maintained
2328F: drivers/media/video/gspca/sn9c20x.c
2329
2330GSPCA T613 SUBDRIVER
2331M: Leandro Costantino <lcostantino@gmail.com>
2332L: linux-media@vger.kernel.org
2333T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2334S: Maintained
2335F: drivers/media/video/gspca/t613.c
2336
2337GSPCA USB WEBCAM DRIVER
2338M: Jean-Francois Moine <moinejf@free.fr>
2339W: http://moinejf.free.fr
2340L: linux-media@vger.kernel.org
2341T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2342S: Maintained
2343F: drivers/media/video/gspca/
2344
2345HARDWARE MONITORING
2346L: lm-sensors@lm-sensors.org
2347W: http://www.lm-sensors.org/
2348S: Orphan
2349F: drivers/hwmon/
2350
2351HARDWARE RANDOM NUMBER GENERATOR CORE
2352M: Matt Mackall <mpm@selenic.com>
2353M: Herbert Xu <herbert@gondor.apana.org.au>
2354S: Odd fixes
2355F: Documentation/hw_random.txt
2356F: drivers/char/hw_random/
2357F: include/linux/hw_random.h
2358
2359HARMONY SOUND DRIVER
2360M: Kyle McMartin <kyle@mcmartin.ca>
2361L: linux-parisc@vger.kernel.org
2362S: Maintained
2363F: sound/parisc/harmony.*
2364
2365HAYES ESP SERIAL DRIVER
2366M: "Andrew J. Robinson" <arobinso@nyx.net>
2367W: http://www.nyx.net/~arobinso
2368S: Maintained
2369F: Documentation/serial/hayes-esp.txt
2370F: drivers/char/esp.c
2371
2372HEWLETT-PACKARD SMART2 RAID DRIVER
2373M: Chirag Kantharia <chirag.kantharia@hp.com>
2374L: iss_storagedev@hp.com
2375S: Maintained
2376F: Documentation/blockdev/cpqarray.txt
2377F: drivers/block/cpqarray.*
2378
2379HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2380M: Mike Miller <mike.miller@hp.com>
2381L: iss_storagedev@hp.com
2382S: Supported
2383F: Documentation/blockdev/cciss.txt
2384F: drivers/block/cciss*
2385F: include/linux/cciss_ioctl.h
2386
2387HFS FILESYSTEM
2388M: Roman Zippel <zippel@linux-m68k.org>
2389S: Maintained
2390F: Documentation/filesystems/hfs.txt
2391F: fs/hfs/
2392
2393HGA FRAMEBUFFER DRIVER
2394M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2395L: linux-nvidia@lists.surfsouth.com
2396W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2397S: Maintained
2398F: drivers/video/hgafb.c
2399
2400HIBERNATION (aka Software Suspend, aka swsusp)
2401M: Pavel Machek <pavel@ucw.cz>
2402M: "Rafael J. Wysocki" <rjw@sisk.pl>
2403L: linux-pm@lists.linux-foundation.org
2404S: Supported
2405F: arch/x86/power/
2406F: drivers/base/power/
2407F: kernel/power/
2408F: include/linux/suspend.h
2409F: include/linux/freezer.h
2410F: include/linux/pm.h
2411F: arch/*/include/asm/suspend*.h
2412
2413HID CORE LAYER
2414M: Jiri Kosina <jkosina@suse.cz>
2415L: linux-input@vger.kernel.org
2416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2417S: Maintained
2418F: drivers/hid/
2419F: include/linux/hid*
2420
2421HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2422M: Thomas Gleixner <tglx@linutronix.de>
2423S: Maintained
2424F: Documentation/timers/
2425F: kernel/hrtimer.c
2426F: include/linux/hrtimer.h
2427
2428HIGH-SPEED SCC DRIVER FOR AX.25
2429M: Klaus Kudielka <klaus.kudielka@ieee.org>
2430L: linux-hams@vger.kernel.org
2431W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2432S: Maintained
2433F: drivers/net/hamradio/dmascc.c
2434F: drivers/net/hamradio/scc.c
2435
2436HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2437M: HighPoint Linux Team <linux@highpoint-tech.com>
2438W: http://www.highpoint-tech.com
2439S: Supported
2440F: Documentation/scsi/hptiop.txt
2441F: drivers/scsi/hptiop.c
2442
2443HIPPI
2444M: Jes Sorensen <jes@trained-monkey.org>
2445L: linux-hippi@sunsite.dk
2446S: Maintained
2447F: include/linux/hippidevice.h
2448F: include/linux/if_hippi.h
2449F: net/802/hippi.c
2450
2451HOST AP DRIVER
2452M: Jouni Malinen <j@w1.fi>
2453L: hostap@shmoo.com (subscribers-only)
2454L: linux-wireless@vger.kernel.org
2455W: http://hostap.epitest.fi/
2456S: Maintained
2457F: drivers/net/wireless/hostap/
2458
2459HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2460M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2461S: Odd Fixes
2462F: drivers/platform/x86/tc1100-wmi.c
2463
2464HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2465M: Jaroslav Kysela <perex@perex.cz>
2466S: Maintained
2467F: drivers/net/hp100.*
2468
2469HPET: High Precision Event Timers driver
2470M: Clemens Ladisch <clemens@ladisch.de>
2471S: Maintained
2472F: Documentation/timers/hpet.txt
2473F: drivers/char/hpet.c
2474F: include/linux/hpet.h
2475
2476HPET: i386
2477M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2478S: Maintained
2479F: arch/x86/kernel/hpet.c
2480F: arch/x86/include/asm/hpet.h
2481
2482HPET: x86_64
2483M: Vojtech Pavlik <vojtech@suse.cz>
2484S: Maintained
2485
2486HPET: ACPI
2487M: Bob Picco <bob.picco@hp.com>
2488S: Maintained
2489F: drivers/char/hpet.c
2490
2491HPFS FILESYSTEM
2492M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2493W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2494S: Maintained
2495F: fs/hpfs/
2496
2497HSO 3G MODEM DRIVER
2498M: Jan Dumon <j.dumon@option.com>
2499W: http://www.pharscape.org
2500S: Maintained
2501F: drivers/net/usb/hso.c
2502
2503HTCPEN TOUCHSCREEN DRIVER
2504M: Pau Oliva Fora <pof@eslack.org>
2505L: linux-input@vger.kernel.org
2506S: Maintained
2507F: drivers/input/touchscreen/htcpen.c
2508
2509HUGETLB FILESYSTEM
2510M: William Irwin <wli@holomorphy.com>
2511S: Maintained
2512F: fs/hugetlbfs/
2513
2514I2C/SMBUS STUB DRIVER
2515M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2516L: linux-i2c@vger.kernel.org
2517S: Maintained
2518F: drivers/i2c/busses/i2c-stub.c
2519
2520I2C SUBSYSTEM
2521M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2522M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2523L: linux-i2c@vger.kernel.org
2524W: http://i2c.wiki.kernel.org/
2525T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2526S: Maintained
2527F: Documentation/i2c/
2528F: drivers/i2c/
2529F: include/linux/i2c.h
2530F: include/linux/i2c-dev.h
2531F: include/linux/i2c-id.h
2532
2533I2C-TINY-USB DRIVER
2534M: Till Harbaum <till@harbaum.org>
2535L: linux-i2c@vger.kernel.org
2536W: http://www.harbaum.org/till/i2c_tiny_usb
2537S: Maintained
2538F: drivers/i2c/busses/i2c-tiny-usb.c
2539
2540i386 BOOT CODE
2541M: "H. Peter Anvin" <hpa@zytor.com>
2542S: Maintained
2543F: arch/x86/boot/
2544
2545i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2546M: "H. Peter Anvin" <hpa@zytor.com>
2547T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2548S: Maintained
2549
2550IA64 (Itanium) PLATFORM
2551M: Tony Luck <tony.luck@intel.com>
2552M: Fenghua Yu <fenghua.yu@intel.com>
2553L: linux-ia64@vger.kernel.org
2554W: http://www.ia64-linux.org/
2555T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2556S: Maintained
2557F: arch/ia64/
2558
2559IBM MCA SCSI SUBSYSTEM DRIVER
2560M: Michael Lang <langa2@kph.uni-mainz.de>
2561W: http://www.uni-mainz.de/~langm000/linux.html
2562S: Maintained
2563F: drivers/scsi/ibmmca.c
2564
2565IBM Power Linux RAID adapter
2566M: Brian King <brking@us.ibm.com>
2567S: Supported
2568F: drivers/scsi/ipr.*
2569
2570IBM ServeRAID RAID DRIVER
2571P: Jack Hammer
2572M: Dave Jeffery <ipslinux@adaptec.com>
2573W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2574S: Supported
2575F: drivers/scsi/ips.*
2576
2577IDE SUBSYSTEM
2578M: "David S. Miller" <davem@davemloft.net>
2579L: linux-ide@vger.kernel.org
2580T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2581S: Maintained
2582F: Documentation/ide/
2583F: drivers/ide/
2584F: include/linux/ide.h
2585
2586IDE/ATAPI DRIVERS
2587M: Borislav Petkov <petkovbb@gmail.com>
2588L: linux-ide@vger.kernel.org
2589S: Maintained
2590F: Documentation/cdrom/ide-cd
2591F: drivers/ide/ide-cd*
2592
2593IDLE-I7300
2594M: Andy Henroid <andrew.d.henroid@intel.com>
2595L: linux-pm@lists.linux-foundation.org
2596S: Supported
2597F: drivers/idle/i7300_idle.c
2598
2599IEEE 1394 SUBSYSTEM
2600M: Ben Collins <ben.collins@ubuntu.com>
2601M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2602L: linux1394-devel@lists.sourceforge.net
2603W: http://www.linux1394.org/
2604T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2605S: Maintained
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
3657T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3658S: Maintained
3659F: net/
3660F: include/net/
3661F: include/linux/in.h
3662F: include/linux/net.h
3663F: include/linux/netdevice.h
3664
3665NETWORKING [IPv4/IPv6]
3666M: "David S. Miller" <davem@davemloft.net>
3667M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3668M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3669M: James Morris <jmorris@namei.org>
3670M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3671M: Patrick McHardy <kaber@trash.net>
3672L: netdev@vger.kernel.org
3673T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3674S: Maintained
3675F: net/ipv4/
3676F: net/ipv6/
3677F: include/net/ip*
3678
3679NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3680M: Paul Moore <paul.moore@hp.com>
3681L: netdev@vger.kernel.org
3682S: Maintained
3683
3684NETWORKING [WIRELESS]
3685M: "John W. Linville" <linville@tuxdriver.com>
3686L: linux-wireless@vger.kernel.org
3687T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3688S: Maintained
3689F: net/mac80211/
3690F: net/rfkill/
3691F: net/wireless/
3692F: include/net/ieee80211*
3693F: include/linux/wireless.h
3694F: drivers/net/wireless/
3695
3696NETWORKING DRIVERS
3697L: netdev@vger.kernel.org
3698W: http://www.linuxfoundation.org/en/Net
3699T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3700S: Odd Fixes
3701F: drivers/net/
3702F: include/linux/if_*
3703F: include/linux/*device.h
3704
3705NETXEN (1/10) GbE SUPPORT
3706M: Dhananjay Phadke <dhananjay@netxen.com>
3707L: netdev@vger.kernel.org
3708W: http://www.netxen.com
3709S: Supported
3710F: drivers/net/netxen/
3711
3712NFS, SUNRPC, AND LOCKD CLIENTS
3713M: Trond Myklebust <Trond.Myklebust@netapp.com>
3714L: linux-nfs@vger.kernel.org
3715W: http://client.linux-nfs.org
3716T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3717S: Maintained
3718F: fs/lockd/
3719F: fs/nfs/
3720F: fs/nfs_common/
3721F: net/sunrpc/
3722F: include/linux/lockd/
3723F: include/linux/nfs*
3724F: include/linux/sunrpc/
3725
3726NI5010 NETWORK DRIVER
3727M: Jan-Pascal van Best <janpascal@vanbest.org>
3728M: Andreas Mohr <andi@lisas.de>
3729L: netdev@vger.kernel.org
3730S: Maintained
3731F: drivers/net/ni5010.*
3732
3733NILFS2 FILESYSTEM
3734M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3735L: users@nilfs.org
3736W: http://www.nilfs.org/en/
3737S: Supported
3738F: Documentation/filesystems/nilfs2.txt
3739F: fs/nilfs2/
3740F: include/linux/nilfs2_fs.h
3741
3742NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3743M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3744W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3745S: Maintained
3746F: Documentation/scsi/NinjaSCSI.txt
3747F: drivers/scsi/pcmcia/nsp_*
3748
3749NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3750M: GOTO Masanori <gotom@debian.or.jp>
3751M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3752W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3753S: Maintained
3754F: Documentation/scsi/NinjaSCSI.txt
3755F: drivers/scsi/nsp32*
3756
3757NTFS FILESYSTEM
3758M: Anton Altaparmakov <aia21@cantab.net>
3759L: linux-ntfs-dev@lists.sourceforge.net
3760W: http://www.linux-ntfs.org/
3761T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3762S: Maintained
3763F: Documentation/filesystems/ntfs.txt
3764F: fs/ntfs/
3765
3766NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3767M: Antonino Daplas <adaplas@gmail.com>
3768L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3769S: Maintained
3770F: drivers/video/riva/
3771F: drivers/video/nvidia/
3772
3773OMAP SUPPORT
3774M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
3775L: linux-omap@vger.kernel.org
3776W: http://www.muru.com/linux/omap/
3777W: http://linux.omap.com/
3778T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3779S: Maintained
3780F: arch/arm/*omap*/
3781
3782OMAP CLOCK FRAMEWORK SUPPORT
3783M: Paul Walmsley <paul@pwsan.com>
3784L: linux-omap@vger.kernel.org
3785S: Maintained
3786F: arch/arm/*omap*/*clock*
3787
3788OMAP POWER MANAGEMENT SUPPORT
3789M: Kevin Hilman <khilman@deeprootsystems.com>
3790L: linux-omap@vger.kernel.org
3791S: Maintained
3792F: arch/arm/*omap*/*pm*
3793
3794OMAP AUDIO SUPPORT
3795M: Jarkko Nikula <jhnikula@gmail.com>
3796L: alsa-devel@alsa-project.org (subscribers-only)
3797L: linux-omap@vger.kernel.org
3798S: Maintained
3799F: sound/soc/omap/
3800
3801OMAP FRAMEBUFFER SUPPORT
3802M: Imre Deak <imre.deak@nokia.com>
3803L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3804L: linux-omap@vger.kernel.org
3805S: Maintained
3806F: drivers/video/omap/
3807
3808OMAP MMC SUPPORT
3809M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
3810L: linux-omap@vger.kernel.org
3811S: Maintained
3812F: drivers/mmc/host/omap.c
3813
3814OMAP HS MMC SUPPORT
3815M: Madhusudhan Chikkature <madhu.cr@ti.com>
3816L: linux-omap@vger.kernel.org
3817S: Maintained
3818F: drivers/mmc/host/omap_hsmmc.c
3819
3820OMAP RANDOM NUMBER GENERATOR SUPPORT
3821M: Deepak Saxena <dsaxena@plexity.net>
3822S: Maintained
3823F: drivers/char/hw_random/omap-rng.c
3824
3825OMAP USB SUPPORT
3826M: Felipe Balbi <felipe.balbi@nokia.com>
3827M: David Brownell <dbrownell@users.sourceforge.net>
3828L: linux-usb@vger.kernel.org
3829L: linux-omap@vger.kernel.org
3830S: Maintained
3831
3832OMFS FILESYSTEM
3833M: Bob Copeland <me@bobcopeland.com>
3834L: linux-karma-devel@lists.sourceforge.net
3835S: Maintained
3836F: Documentation/filesystems/omfs.txt
3837F: fs/omfs/
3838
3839OMNIKEY CARDMAN 4000 DRIVER
3840M: Harald Welte <laforge@gnumonks.org>
3841S: Maintained
3842F: drivers/char/pcmcia/cm4000_cs.c
3843F: include/linux/cm4000_cs.h
3844
3845OMNIKEY CARDMAN 4040 DRIVER
3846M: Harald Welte <laforge@gnumonks.org>
3847S: Maintained
3848F: drivers/char/pcmcia/cm4040_cs.*
3849
3850OMNIVISION OV7670 SENSOR DRIVER
3851M: Jonathan Corbet <corbet@lwn.net>
3852L: linux-media@vger.kernel.org
3853T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3854S: Maintained
3855F: drivers/media/video/ov7670.c
3856
3857ONENAND FLASH DRIVER
3858M: Kyungmin Park <kyungmin.park@samsung.com>
3859L: linux-mtd@lists.infradead.org
3860S: Maintained
3861F: drivers/mtd/onenand/
3862F: include/linux/mtd/onenand*.h
3863
3864ONSTREAM SCSI TAPE DRIVER
3865M: Willem Riede <osst@riede.org>
3866L: osst-users@lists.sourceforge.net
3867L: linux-scsi@vger.kernel.org
3868S: Maintained
3869F: drivers/scsi/osst*
3870F: drivers/scsi/st*
3871
3872OPENCORES I2C BUS DRIVER
3873M: Peter Korsgaard <jacmet@sunsite.dk>
3874L: linux-i2c@vger.kernel.org
3875S: Maintained
3876F: Documentation/i2c/busses/i2c-ocores
3877F: drivers/i2c/busses/i2c-ocores.c
3878
3879OPROFILE
3880M: Robert Richter <robert.richter@amd.com>
3881L: oprofile-list@lists.sf.net
3882S: Maintained
3883F: arch/*/oprofile/
3884F: drivers/oprofile/
3885F: include/linux/oprofile.h
3886
3887ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3888M: Mark Fasheh <mfasheh@suse.com>
3889M: Joel Becker <joel.becker@oracle.com>
3890L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3891W: http://oss.oracle.com/projects/ocfs2/
3892T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3893S: Supported
3894F: Documentation/filesystems/ocfs2.txt
3895F: Documentation/filesystems/dlmfs.txt
3896F: fs/ocfs2/
3897
3898ORINOCO DRIVER
3899M: Pavel Roskin <proski@gnu.org>
3900M: David Gibson <hermes@gibson.dropbear.id.au>
3901L: linux-wireless@vger.kernel.org
3902L: orinoco-users@lists.sourceforge.net
3903L: orinoco-devel@lists.sourceforge.net
3904W: http://www.nongnu.org/orinoco/
3905S: Maintained
3906F: drivers/net/wireless/orinoco/
3907
3908OSD LIBRARY and FILESYSTEM
3909M: Boaz Harrosh <bharrosh@panasas.com>
3910M: Benny Halevy <bhalevy@panasas.com>
3911L: osd-dev@open-osd.org
3912W: http://open-osd.org
3913T: git git://git.open-osd.org/open-osd.git
3914S: Maintained
3915F: drivers/scsi/osd/
3916F: include/scsi/osd_*
3917F: fs/exofs/
3918
3919P54 WIRELESS DRIVER
3920M: Michael Wu <flamingice@sourmilk.net>
3921L: linux-wireless@vger.kernel.org
3922W: http://prism54.org
3923T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3924S: Maintained
3925F: drivers/net/wireless/p54/
3926
3927PA SEMI ETHERNET DRIVER
3928M: Olof Johansson <olof@lixom.net>
3929L: netdev@vger.kernel.org
3930S: Maintained
3931F: drivers/net/pasemi_mac.*
3932
3933PA SEMI SMBUS DRIVER
3934M: Olof Johansson <olof@lixom.net>
3935L: linux-i2c@vger.kernel.org
3936S: Maintained
3937F: drivers/i2c/busses/i2c-pasemi.c
3938
3939PANASONIC LAPTOP ACPI EXTRAS DRIVER
3940M: Harald Welte <laforge@gnumonks.org>
3941S: Maintained
3942F: drivers/platform/x86/panasonic-laptop.c
3943
3944PANASONIC MN10300/AM33 PORT
3945M: David Howells <dhowells@redhat.com>
3946M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
3947L: linux-am33-list@redhat.com (moderated for non-subscribers)
3948W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3949S: Maintained
3950F: Documentation/mn10300/
3951F: arch/mn10300/
3952
3953PARALLEL PORT SUPPORT
3954L: linux-parport@lists.infradead.org (subscribers-only)
3955S: Orphan
3956F: drivers/parport/
3957F: include/linux/parport*.h
3958F: drivers/char/ppdev.c
3959F: include/linux/ppdev.h
3960
3961PARAVIRT_OPS INTERFACE
3962M: Jeremy Fitzhardinge <jeremy@xensource.com>
3963M: Chris Wright <chrisw@sous-sol.org>
3964M: Alok Kataria <akataria@vmware.com>
3965M: Rusty Russell <rusty@rustcorp.com.au>
3966L: virtualization@lists.osdl.org
3967S: Supported
3968F: Documentation/ia64/paravirt_ops.txt
3969F: arch/*/kernel/paravirt*
3970F: arch/*/include/asm/paravirt.h
3971
3972PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3973M: Tim Waugh <tim@cyberelk.net>
3974L: linux-parport@lists.infradead.org (subscribers-only)
3975W: http://www.torque.net/linux-pp.html
3976S: Maintained
3977F: Documentation/blockdev/paride.txt
3978F: drivers/block/paride/
3979
3980PARISC ARCHITECTURE
3981M: Kyle McMartin <kyle@mcmartin.ca>
3982M: Helge Deller <deller@gmx.de>
3983L: linux-parisc@vger.kernel.org
3984W: http://www.parisc-linux.org/
3985T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3986S: Maintained
3987F: arch/parisc/
3988F: drivers/parisc/
3989
3990PC87360 HARDWARE MONITORING DRIVER
3991M: Jim Cromie <jim.cromie@gmail.com>
3992L: lm-sensors@lm-sensors.org
3993S: Maintained
3994F: Documentation/hwmon/pc87360
3995F: drivers/hwmon/pc87360.c
3996
3997PC8736x GPIO DRIVER
3998M: Jim Cromie <jim.cromie@gmail.com>
3999S: Maintained
4000F: drivers/char/pc8736x_gpio.c
4001
4002PCA9532 LED DRIVER
4003M: Riku Voipio <riku.voipio@iki.fi>
4004S: Maintained
4005F: drivers/leds/leds-pca9532.c
4006F: include/linux/leds-pca9532.h
4007
4008PCA9564/PCA9665 I2C BUS DRIVER
4009M: Wolfram Sang <w.sang@pengutronix.de>
4010L: linux-i2c@vger.kernel.org
4011S: Maintained
4012F: drivers/i2c/algos/i2c-algo-pca.c
4013F: drivers/i2c/busses/i2c-pca-*
4014F: include/linux/i2c-algo-pca.h
4015F: include/linux/i2c-pca-platform.h
4016
4017PCI ERROR RECOVERY
4018M: Linas Vepstas <linas@austin.ibm.com>
4019L: linux-pci@vger.kernel.org
4020S: Supported
4021F: Documentation/PCI/pci-error-recovery.txt
4022F: Documentation/powerpc/eeh-pci-error-recovery.txt
4023
4024PCI SUBSYSTEM
4025M: Jesse Barnes <jbarnes@virtuousgeek.org>
4026L: linux-pci@vger.kernel.org
4027T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4028S: Supported
4029F: Documentation/PCI/
4030F: drivers/pci/
4031F: include/linux/pci*
4032
4033PCI HOTPLUG
4034M: Jesse Barnes <jbarnes@virtuousgeek.org>
4035L: linux-pci@vger.kernel.org
4036S: Supported
4037F: drivers/pci/hotplug
4038
4039PCMCIA SUBSYSTEM
4040P: Linux PCMCIA Team
4041L: linux-pcmcia@lists.infradead.org
4042W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4043T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4044S: Maintained
4045F: Documentation/pcmcia/
4046F: drivers/pcmcia/
4047F: include/pcmcia/
4048
4049PCNET32 NETWORK DRIVER
4050M: Don Fry <pcnet32@verizon.net>
4051L: netdev@vger.kernel.org
4052S: Maintained
4053F: drivers/net/pcnet32.c
4054
4055PER-TASK DELAY ACCOUNTING
4056M: Balbir Singh <balbir@linux.vnet.ibm.com>
4057S: Maintained
4058F: include/linux/delayacct.h
4059F: kernel/delayacct.c
4060
4061PERFORMANCE EVENTS SUBSYSTEM
4062M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4063M: Paul Mackerras <paulus@samba.org>
4064M: Ingo Molnar <mingo@elte.hu>
4065S: Supported
4066
4067PERSONALITY HANDLING
4068M: Christoph Hellwig <hch@infradead.org>
4069L: linux-abi-devel@lists.sourceforge.net
4070S: Maintained
4071F: include/linux/personality.h
4072
4073PHRAM MTD DRIVER
4074M: Joern Engel <joern@lazybastard.org>
4075L: linux-mtd@lists.infradead.org
4076S: Maintained
4077F: drivers/mtd/devices/phram.c
4078
4079PKTCDVD DRIVER
4080M: Peter Osterlund <petero2@telia.com>
4081S: Maintained
4082F: drivers/block/pktcdvd.c
4083F: include/linux/pktcdvd.h
4084
4085PMC SIERRA MaxRAID DRIVER
4086M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4087L: linux-scsi@vger.kernel.org
4088W: http://www.pmc-sierra.com/
4089S: Supported
4090F: drivers/scsi/pmcraid.*
4091
4092POSIX CLOCKS and TIMERS
4093M: Thomas Gleixner <tglx@linutronix.de>
4094S: Supported
4095F: fs/timerfd.c
4096F: include/linux/timer*
4097F: kernel/*timer*
4098
4099POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4100M: Anton Vorontsov <cbou@mail.ru>
4101M: David Woodhouse <dwmw2@infradead.org>
4102T: git git://git.infradead.org/battery-2.6.git
4103S: Maintained
4104F: include/linux/power_supply.h
4105F: drivers/power/power_supply*
4106
4107PNP SUPPORT
4108M: Adam Belay <abelay@mit.edu>
4109M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4110S: Maintained
4111F: drivers/pnp/
4112
4113PNXxxxx I2C DRIVER
4114M: Vitaly Wool <vitalywool@gmail.com>
4115L: linux-i2c@vger.kernel.org
4116S: Maintained
4117F: drivers/i2c/busses/i2c-pnx.c
4118
4119PPP PROTOCOL DRIVERS AND COMPRESSORS
4120M: Paul Mackerras <paulus@samba.org>
4121L: linux-ppp@vger.kernel.org
4122S: Maintained
4123F: drivers/net/ppp_*
4124
4125PPP OVER ATM (RFC 2364)
4126M: Mitchell Blank Jr <mitch@sfgoth.com>
4127S: Maintained
4128F: net/atm/pppoatm.c
4129F: include/linux/atmppp.h
4130
4131PPP OVER ETHERNET
4132M: Michal Ostrowski <mostrows@earthlink.net>
4133S: Maintained
4134F: drivers/net/pppoe.c
4135F: drivers/net/pppox.c
4136
4137PPP OVER L2TP
4138M: James Chapman <jchapman@katalix.com>
4139S: Maintained
4140F: drivers/net/pppol2tp.c
4141F: include/linux/if_pppol2tp.h
4142
4143PPS SUPPORT
4144M: Rodolfo Giometti <giometti@enneenne.com>
4145W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4146L: linuxpps@ml.enneenne.com (subscribers-only)
4147S: Maintained
4148F: Documentation/pps/
4149F: drivers/pps/
4150F: include/linux/pps*.h
4151
4152PREEMPTIBLE KERNEL
4153M: Robert Love <rml@tech9.net>
4154L: kpreempt-tech@lists.sourceforge.net
4155W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4156S: Supported
4157F: Documentation/preempt-locking.txt
4158F: include/linux/preempt.h
4159
4160PRISM54 WIRELESS DRIVER
4161M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4162L: linux-wireless@vger.kernel.org
4163W: http://prism54.org
4164S: Maintained
4165F: drivers/net/wireless/prism54/
4166
4167PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4168M: Peter Denison <promise@pnd-pc.demon.co.uk>
4169W: http://www.pnd-pc.demon.co.uk/promise/
4170S: Maintained
4171
4172PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4173M: Mikael Pettersson <mikpe@it.uu.se>
4174L: linux-ide@vger.kernel.org
4175S: Maintained
4176F: drivers/ata/sata_promise.*
4177
4178PS3 NETWORK SUPPORT
4179M: Geoff Levand <geoffrey.levand@am.sony.com>
4180L: netdev@vger.kernel.org
4181L: cbe-oss-dev@ozlabs.org
4182S: Supported
4183F: drivers/net/ps3_gelic_net.*
4184
4185PS3 PLATFORM SUPPORT
4186M: Geoff Levand <geoffrey.levand@am.sony.com>
4187L: linuxppc-dev@ozlabs.org
4188L: cbe-oss-dev@ozlabs.org
4189S: Supported
4190F: arch/powerpc/boot/ps3*
4191F: arch/powerpc/include/asm/lv1call.h
4192F: arch/powerpc/include/asm/ps3*.h
4193F: arch/powerpc/platforms/ps3/
4194F: drivers/*/ps3*
4195F: drivers/ps3/
4196F: drivers/rtc/rtc-ps3.c
4197F: drivers/usb/host/*ps3.c
4198F: sound/ppc/snd_ps3*
4199
4200PS3VRAM DRIVER
4201M: Jim Paris <jim@jtan.com>
4202L: cbe-oss-dev@ozlabs.org
4203S: Maintained
4204
4205PTRACE SUPPORT
4206M: Roland McGrath <roland@redhat.com>
4207M: Oleg Nesterov <oleg@redhat.com>
4208S: Maintained
4209F: include/asm-generic/syscall.h
4210F: include/linux/ptrace.h
4211F: include/linux/regset.h
4212F: include/linux/tracehook.h
4213F: kernel/ptrace.c
4214
4215PVRUSB2 VIDEO4LINUX DRIVER
4216M: Mike Isely <isely@pobox.com>
4217L: pvrusb2@isely.net (subscribers-only)
4218L: linux-media@vger.kernel.org
4219W: http://www.isely.net/pvrusb2/
4220T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4221S: Maintained
4222F: Documentation/video4linux/README.pvrusb2
4223F: drivers/media/video/pvrusb2/
4224
4225PXA2xx/PXA3xx SUPPORT
4226M: Eric Miao <eric.y.miao@gmail.com>
4227M: Russell King <linux@arm.linux.org.uk>
4228L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4229S: Maintained
4230F: arch/arm/mach-pxa/
4231F: drivers/pcmcia/pxa2xx*
4232F: drivers/spi/pxa2xx*
4233F: drivers/usb/gadget/pxa2*
4234F: include/sound/pxa2xx-lib.h
4235F: sound/arm/pxa*
4236F: sound/soc/pxa
4237
4238PXA168 SUPPORT
4239M: Eric Miao <eric.y.miao@gmail.com>
4240M: Jason Chagas <jason.chagas@marvell.com>
4241L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4242T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4243S: Maintained
4244
4245PXA910 SUPPORT
4246M: Eric Miao <eric.y.miao@gmail.com>
4247L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4248T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4249S: Maintained
4250
4251PXA MMCI DRIVER
4252S: Orphan
4253
4254PXA RTC DRIVER
4255M: Robert Jarzmik <robert.jarzmik@free.fr>
4256L: rtc-linux@googlegroups.com
4257S: Maintained
4258
4259QLOGIC QLA2XXX FC-SCSI DRIVER
4260M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4261M: linux-driver@qlogic.com
4262L: linux-scsi@vger.kernel.org
4263S: Supported
4264F: Documentation/scsi/LICENSE.qla2xxx
4265F: drivers/scsi/qla2xxx/
4266
4267QLOGIC QLA3XXX NETWORK DRIVER
4268M: Ron Mercer <ron.mercer@qlogic.com>
4269M: linux-driver@qlogic.com
4270L: netdev@vger.kernel.org
4271S: Supported
4272F: Documentation/networking/LICENSE.qla3xxx
4273F: drivers/net/qla3xxx.*
4274
4275QLOGIC QLGE 10Gb ETHERNET DRIVER
4276M: Ron Mercer <ron.mercer@qlogic.com>
4277M: linux-driver@qlogic.com
4278L: netdev@vger.kernel.org
4279S: Supported
4280F: drivers/net/qlge/
4281
4282QNX4 FILESYSTEM
4283M: Anders Larsen <al@alarsen.net>
4284W: http://www.alarsen.net/linux/qnx4fs/
4285S: Maintained
4286F: fs/qnx4/
4287F: include/linux/qnx4_fs.h
4288F: include/linux/qnxtypes.h
4289
4290RADEON FRAMEBUFFER DISPLAY DRIVER
4291M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4292L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4293S: Maintained
4294F: drivers/video/aty/radeon*
4295F: include/linux/radeonfb.h
4296
4297RAGE128 FRAMEBUFFER DISPLAY DRIVER
4298M: Paul Mackerras <paulus@samba.org>
4299L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4300S: Maintained
4301F: drivers/video/aty/aty128fb.c
4302
4303RALINK RT2X00 WIRELESS LAN DRIVER
4304P: rt2x00 project
4305L: linux-wireless@vger.kernel.org
4306L: users@rt2x00.serialmonkey.com
4307W: http://rt2x00.serialmonkey.com/
4308S: Maintained
4309T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4310F: drivers/net/wireless/rt2x00/
4311
4312RAMDISK RAM BLOCK DEVICE DRIVER
4313M: Nick Piggin <npiggin@suse.de>
4314S: Maintained
4315F: Documentation/blockdev/ramdisk.txt
4316F: drivers/block/brd.c
4317
4318RANDOM NUMBER DRIVER
4319M: Matt Mackall <mpm@selenic.com>
4320S: Maintained
4321F: drivers/char/random.c
4322
4323RAPIDIO SUBSYSTEM
4324M: Matt Porter <mporter@kernel.crashing.org>
4325S: Maintained
4326F: drivers/rapidio/
4327
4328RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4329M: Corey Thomas <coreythomas@charter.net>
4330L: linux-wireless@vger.kernel.org
4331S: Maintained
4332F: drivers/net/wireless/ray*
4333
4334RCUTORTURE MODULE
4335M: Josh Triplett <josh@freedesktop.org>
4336M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4337S: Maintained
4338F: Documentation/RCU/torture.txt
4339F: kernel/rcutorture.c
4340
4341RDC R-321X SoC
4342M: Florian Fainelli <florian@openwrt.org>
4343S: Maintained
4344
4345RDC R6040 FAST ETHERNET DRIVER
4346M: Florian Fainelli <florian@openwrt.org>
4347L: netdev@vger.kernel.org
4348S: Maintained
4349F: drivers/net/r6040.c
4350
4351RDS - RELIABLE DATAGRAM SOCKETS
4352M: Andy Grover <andy.grover@oracle.com>
4353L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4354S: Supported
4355F: net/rds/
4356
4357READ-COPY UPDATE (RCU)
4358M: Dipankar Sarma <dipankar@in.ibm.com>
4359M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4360W: http://www.rdrop.com/users/paulmck/rclock/
4361S: Supported
4362F: Documentation/RCU/rcu.txt
4363F: Documentation/RCU/rcuref.txt
4364F: include/linux/rcupdate.h
4365F: include/linux/srcu.h
4366F: kernel/rcupdate.c
4367
4368REAL TIME CLOCK DRIVER
4369M: Paul Gortmaker <p_gortmaker@yahoo.com>
4370S: Maintained
4371F: Documentation/rtc.txt
4372F: drivers/rtc/
4373F: include/linux/rtc.h
4374
4375REAL TIME CLOCK (RTC) SUBSYSTEM
4376M: Alessandro Zummo <a.zummo@towertech.it>
4377L: rtc-linux@googlegroups.com
4378S: Maintained
4379F: Documentation/rtc.txt
4380F: drivers/rtc/
4381F: include/linux/rtc.h
4382
4383REISERFS FILE SYSTEM
4384L: reiserfs-devel@vger.kernel.org
4385S: Supported
4386F: fs/reiserfs/
4387
4388RFKILL
4389M: Johannes Berg <johannes@sipsolutions.net>
4390L: linux-wireless@vger.kernel.org
4391S: Maintained
4392F Documentation/rfkill.txt
4393F: net/rfkill/
4394
4395RISCOM8 DRIVER
4396S: Orphan
4397F: Documentation/serial/riscom8.txt
4398F: drivers/char/riscom8*
4399
4400ROCKETPORT DRIVER
4401P: Comtrol Corp.
4402W: http://www.comtrol.com
4403S: Maintained
4404F: Documentation/serial/rocket.txt
4405F: drivers/char/rocket*
4406
4407ROSE NETWORK LAYER
4408M: Ralf Baechle <ralf@linux-mips.org>
4409L: linux-hams@vger.kernel.org
4410W: http://www.linux-ax25.org/
4411S: Maintained
4412F: include/linux/rose.h
4413F: include/net/rose.h
4414F: net/rose/
4415
4416RTL8180 WIRELESS DRIVER
4417M: "John W. Linville" <linville@tuxdriver.com>
4418L: linux-wireless@vger.kernel.org
4419W: http://linuxwireless.org/
4420T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4421S: Maintained
4422F: drivers/net/wireless/rtl818x/rtl8180*
4423
4424RTL8187 WIRELESS DRIVER
4425M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4426M: Hin-Tak Leung <htl10@users.sourceforge.net>
4427M: Larry Finger <Larry.Finger@lwfinger.net>
4428L: linux-wireless@vger.kernel.org
4429W: http://linuxwireless.org/
4430T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4431S: Maintained
4432F: drivers/net/wireless/rtl818x/rtl8187*
4433
4434S3 SAVAGE FRAMEBUFFER DRIVER
4435M: Antonino Daplas <adaplas@gmail.com>
4436L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4437S: Maintained
4438F: drivers/video/savage/
4439
4440S390
4441M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4442M: Heiko Carstens <heiko.carstens@de.ibm.com>
4443M: linux390@de.ibm.com
4444L: linux-s390@vger.kernel.org
4445W: http://www.ibm.com/developerworks/linux/linux390/
4446S: Supported
4447F: arch/s390/
4448
4449S390 NETWORK DRIVERS
4450M: Ursula Braun <ursula.braun@de.ibm.com>
4451M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4452M: linux390@de.ibm.com
4453L: linux-s390@vger.kernel.org
4454W: http://www.ibm.com/developerworks/linux/linux390/
4455S: Supported
4456F: drivers/s390/net/
4457
4458S390 ZCRYPT DRIVER
4459M: Felix Beck <felix.beck@de.ibm.com>
4460M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4461M: linux390@de.ibm.com
4462L: linux-s390@vger.kernel.org
4463S: Supported
4464F: drivers/s390/crypto/
4465
4466S390 ZFCP DRIVER
4467M: Christof Schmitt <christof.schmitt@de.ibm.com>
4468M: Martin Peschke <mp3@de.ibm.com>
4469M: linux390@de.ibm.com
4470L: linux-s390@vger.kernel.org
4471W: http://www.ibm.com/developerworks/linux/linux390/
4472S: Supported
4473F: Documentation/s390/zfcpdump.txt
4474F: drivers/s390/scsi/zfcp_*
4475
4476S390 IUCV NETWORK LAYER
4477M: Ursula Braun <ursula.braun@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: drivers/s390/net/*iucv*
4483F: include/net/iucv/
4484F: net/iucv/
4485
4486S3C24XX SD/MMC Driver
4487M: Ben Dooks <ben-linux@fluff.org>
4488L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4489S: Supported
4490F: drivers/mmc/host/s3cmci.*
4491
4492SAA7146 VIDEO4LINUX-2 DRIVER
4493M: Michael Hunold <michael@mihu.de>
4494L: linux-media@vger.kernel.org
4495T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4496W: http://www.mihu.de/linux/saa7146
4497S: Maintained
4498F: drivers/media/common/saa7146*
4499F: drivers/media/video/*7146*
4500F: include/media/*7146*
4501
4502SC1200 WDT DRIVER
4503M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4504S: Maintained
4505F: drivers/watchdog/sc1200wdt.c
4506
4507SCHEDULER
4508M: Ingo Molnar <mingo@elte.hu>
4509M: Peter Zijlstra <peterz@infradead.org>
4510S: Maintained
4511F: kernel/sched*
4512F: include/linux/sched.h
4513
4514SCORE ARCHITECTURE
4515P: Chen Liqin
4516M: liqin.chen@sunplusct.com
4517P: Lennox Wu
4518M: lennox.wu@gmail.com
4519W: http://www.sunplusct.com
4520S: Supported
4521
4522SCSI CDROM DRIVER
4523M: Jens Axboe <axboe@kernel.dk>
4524L: linux-scsi@vger.kernel.org
4525W: http://www.kernel.dk
4526S: Maintained
4527F: drivers/scsi/sr*
4528
4529SCSI SG DRIVER
4530M: Doug Gilbert <dgilbert@interlog.com>
4531L: linux-scsi@vger.kernel.org
4532W: http://www.torque.net/sg
4533S: Maintained
4534F: drivers/scsi/sg.c
4535F: include/scsi/sg.h
4536
4537SCSI SUBSYSTEM
4538M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4539L: linux-scsi@vger.kernel.org
4540T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4541T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4542T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4543S: Maintained
4544F: drivers/scsi/
4545F: include/scsi/
4546
4547SCSI TAPE DRIVER
4548M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4549L: linux-scsi@vger.kernel.org
4550S: Maintained
4551F: Documentation/scsi/st.txt
4552F: drivers/scsi/st*
4553
4554SCTP PROTOCOL
4555M: Vlad Yasevich <vladislav.yasevich@hp.com>
4556M: Sridhar Samudrala <sri@us.ibm.com>
4557L: linux-sctp@vger.kernel.org
4558W: http://lksctp.sourceforge.net
4559S: Supported
4560F: Documentation/networking/sctp.txt
4561F: include/linux/sctp.h
4562F: include/net/sctp/
4563F: net/sctp/
4564
4565SCx200 CPU SUPPORT
4566M: Jim Cromie <jim.cromie@gmail.com>
4567S: Odd Fixes
4568F: Documentation/i2c/busses/scx200_acb
4569F: arch/x86/kernel/scx200_32.c
4570F: drivers/watchdog/scx200_wdt.c
4571F: drivers/i2c/busses/scx200*
4572F: drivers/mtd/maps/scx200_docflash.c
4573F: include/linux/scx200.h
4574
4575SCx200 GPIO DRIVER
4576M: Jim Cromie <jim.cromie@gmail.com>
4577S: Maintained
4578F: drivers/char/scx200_gpio.c
4579F: include/linux/scx200_gpio.h
4580
4581SCx200 HRT CLOCKSOURCE DRIVER
4582M: Jim Cromie <jim.cromie@gmail.com>
4583S: Maintained
4584F: drivers/clocksource/scx200_hrt.c
4585
4586SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4587M: Sascha Sommer <saschasommer@freenet.de>
4588L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4589S: Maintained
4590F: drivers/mmc/host/sdricoh_cs.c
4591
4592SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4593S: Orphan
4594L: linux-mmc@vger.kernel.org
4595F: drivers/mmc/host/sdhci.*
4596
4597SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4598M: Anton Vorontsov <avorontsov@ru.mvista.com>
4599L: linuxppc-dev@ozlabs.org
4600L: linux-mmc@vger.kernel.org
4601S: Maintained
4602F: drivers/mmc/host/sdhci-of.*
4603
4604SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4605M: Ben Dooks <ben-linux@fluff.org>
4606L: linux-mmc@vger.kernel.org
4607S: Maintained
4608F: drivers/mmc/host/sdhci-s3c.c
4609
4610SECURITY SUBSYSTEM
4611M: James Morris <jmorris@namei.org>
4612L: linux-security-module@vger.kernel.org (suggested Cc:)
4613T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4614W: http://security.wiki.kernel.org/
4615S: Supported
4616F: security/
4617
4618SECURITY CONTACT
4619M: Security Officers <security@kernel.org>
4620S: Supported
4621
4622SELINUX SECURITY MODULE
4623M: Stephen Smalley <sds@tycho.nsa.gov>
4624M: James Morris <jmorris@namei.org>
4625M: Eric Paris <eparis@parisplace.org>
4626L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4627W: http://selinuxproject.org
4628T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4629S: Supported
4630F: include/linux/selinux*
4631F: security/selinux/
4632
4633SENSABLE PHANTOM
4634M: Jiri Slaby <jirislaby@gmail.com>
4635S: Maintained
4636F: drivers/misc/phantom.c
4637F: include/linux/phantom.h
4638
4639SERIAL ATA (SATA) SUBSYSTEM
4640M: Jeff Garzik <jgarzik@pobox.com>
4641L: linux-ide@vger.kernel.org
4642T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4643S: Supported
4644F: drivers/ata/
4645F: include/linux/ata.h
4646F: include/linux/libata.h
4647
4648SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4649M: Sathya Perla <sathyap@serverengines.com>
4650M: Subbu Seetharaman <subbus@serverengines.com>
4651L: netdev@vger.kernel.org
4652W: http://www.serverengines.com
4653S: Supported
4654F: drivers/net/benet/
4655
4656SFC NETWORK DRIVER
4657M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4658M: Steve Hodgson <shodgson@solarflare.com>
4659M: Ben Hutchings <bhutchings@solarflare.com>
4660L: netdev@vger.kernel.org
4661S: Supported
4662F: drivers/net/sfc/
4663
4664SGI GRU DRIVER
4665M: Jack Steiner <steiner@sgi.com>
4666S: Maintained
4667F: drivers/misc/sgi-gru/
4668
4669SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4670M: Pat Gefre <pfg@sgi.com>
4671L: linux-ia64@vger.kernel.org
4672S: Supported
4673F: Documentation/ia64/serial.txt
4674F: drivers/serial/ioc?_serial.c
4675F: include/linux/ioc?.h
4676
4677SGI VISUAL WORKSTATION 320 AND 540
4678M: Andrey Panin <pazke@donpac.ru>
4679L: linux-visws-devel@lists.sf.net
4680W: http://linux-visws.sf.net
4681S: Maintained for 2.6.
4682F: Documentation/sgi-visws.txt
4683
4684SGI XP/XPC/XPNET DRIVER
4685M: Robin Holt <holt@sgi.com>
4686S: Maintained
4687F: drivers/misc/sgi-xp/
4688
4689SHARP LH SUPPORT (LH7952X & LH7A40X)
4690M: Marc Singer <elf@buici.com>
4691W: http://projects.buici.com/arm
4692L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4693S: Maintained
4694F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4695F: arch/arm/mach-lh7a40x/
4696F: drivers/serial/serial_lh7a40x.c
4697F: drivers/usb/gadget/lh7a40*
4698F: drivers/usb/host/ohci-lh7a40*
4699
4700SIMPLE FIRMWARE INTERFACE (SFI)
4701P: Len Brown
4702M: lenb@kernel.org
4703L: sfi-devel@simplefirmware.org
4704W: http://simplefirmware.org/
4705T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
4706S: Supported
4707F: arch/x86/kernel/*sfi*
4708F: drivers/sfi/
4709F: include/linux/sfi*.h
4710
4711SIMTEC EB110ATX (Chalice CATS)
4712P: Ben Dooks
4713M: Vincent Sanders <support@simtec.co.uk>
4714W: http://www.simtec.co.uk/products/EB110ATX/
4715S: Supported
4716
4717SIMTEC EB2410ITX (BAST)
4718P: Ben Dooks
4719M: Vincent Sanders <support@simtec.co.uk>
4720W: http://www.simtec.co.uk/products/EB2410ITX/
4721S: Supported
4722F: arch/arm/mach-s3c2410/
4723F: drivers/*/*s3c2410*
4724F: drivers/*/*/*s3c2410*
4725
4726TI DAVINCI MACHINE SUPPORT
4727P: Kevin Hilman
4728M: davinci-linux-open-source@linux.davincidsp.com
4729S: Supported
4730F: arch/arm/mach-davinci
4731
4732SIS 190 ETHERNET DRIVER
4733M: Francois Romieu <romieu@fr.zoreil.com>
4734L: netdev@vger.kernel.org
4735S: Maintained
4736F: drivers/net/sis190.c
4737
4738SIS 900/7016 FAST ETHERNET DRIVER
4739M: Daniele Venzano <venza@brownhat.org>
4740W: http://www.brownhat.org/sis900.html
4741L: netdev@vger.kernel.org
4742S: Maintained
4743F: drivers/net/sis900.*
4744
4745SIS 96X I2C/SMBUS DRIVER
4746M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4747L: linux-i2c@vger.kernel.org
4748S: Maintained
4749F: Documentation/i2c/busses/i2c-sis96x
4750F: drivers/i2c/busses/i2c-sis96x.c
4751
4752SIS FRAMEBUFFER DRIVER
4753M: Thomas Winischhofer <thomas@winischhofer.net>
4754W: http://www.winischhofer.net/linuxsisvga.shtml
4755S: Maintained
4756F: Documentation/fb/sisfb.txt
4757F: drivers/video/sis/
4758F: include/video/sisfb.h
4759
4760SIS USB2VGA DRIVER
4761M: Thomas Winischhofer <thomas@winischhofer.net>
4762W: http://www.winischhofer.at/linuxsisusbvga.shtml
4763S: Maintained
4764F: drivers/usb/misc/sisusbvga/
4765
4766SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4767M: Stephen Hemminger <shemminger@linux-foundation.org>
4768L: netdev@vger.kernel.org
4769S: Maintained
4770F: drivers/net/skge.*
4771F: drivers/net/sky2.*
4772
4773SLAB ALLOCATOR
4774M: Christoph Lameter <cl@linux-foundation.org>
4775M: Pekka Enberg <penberg@cs.helsinki.fi>
4776M: Matt Mackall <mpm@selenic.com>
4777L: linux-mm@kvack.org
4778S: Maintained
4779F: include/linux/sl?b*.h
4780F: mm/sl?b.c
4781
4782SMC91x ETHERNET DRIVER
4783M: Nicolas Pitre <nico@fluxnic.net>
4784S: Maintained
4785F: drivers/net/smc91x.*
4786
4787SMSC47B397 HARDWARE MONITOR DRIVER
4788M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4789L: lm-sensors@lm-sensors.org
4790S: Maintained
4791F: Documentation/hwmon/smsc47b397
4792F: drivers/hwmon/smsc47b397.c
4793
4794SMSC911x ETHERNET DRIVER
4795M: Steve Glendinning <steve.glendinning@smsc.com>
4796L: netdev@vger.kernel.org
4797S: Supported
4798F: include/linux/smsc911x.h
4799F: drivers/net/smsc911x.*
4800
4801SMSC9420 PCI ETHERNET DRIVER
4802M: Steve Glendinning <steve.glendinning@smsc.com>
4803L: netdev@vger.kernel.org
4804S: Supported
4805F: drivers/net/smsc9420.*
4806
4807SMX UIO Interface
4808M: Ben Nizette <bn@niasdigital.com>
4809S: Maintained
4810F: drivers/uio/uio_smx.c
4811
4812SN-IA64 (Itanium) SUB-PLATFORM
4813M: Jes Sorensen <jes@sgi.com>
4814L: linux-altix@sgi.com
4815L: linux-ia64@vger.kernel.org
4816W: http://www.sgi.com/altix
4817S: Maintained
4818F: arch/ia64/sn/
4819
4820SOC-CAMERA V4L2 SUBSYSTEM
4821M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4822L: linux-media@vger.kernel.org
4823T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4824S: Maintained
4825F: include/media/v4l2*
4826F: drivers/media/video/v4l2*
4827
4828SOEKRIS NET48XX LED SUPPORT
4829M: Chris Boot <bootc@bootc.net>
4830S: Maintained
4831F: drivers/leds/leds-net48xx.c
4832
4833SOFTWARE RAID (Multiple Disks) SUPPORT
4834M: Neil Brown <neilb@suse.de>
4835L: linux-raid@vger.kernel.org
4836S: Supported
4837F: drivers/md/
4838F: include/linux/raid/
4839
4840SONIC NETWORK DRIVER
4841M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
4842L: netdev@vger.kernel.org
4843S: Maintained
4844F: drivers/net/sonic.*
4845
4846SONICS SILICON BACKPLANE DRIVER (SSB)
4847M: Michael Buesch <mb@bu3sch.de>
4848L: netdev@vger.kernel.org
4849S: Maintained
4850F: drivers/ssb/
4851F: include/linux/ssb/
4852
4853SONY VAIO CONTROL DEVICE DRIVER
4854M: Mattia Dongili <malattia@linux.it>
4855L: linux-acpi@vger.kernel.org
4856W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4857S: Maintained
4858F: Documentation/laptops/sony-laptop.txt
4859F: drivers/char/sonypi.c
4860F: drivers/platform/x86/sony-laptop.c
4861F: include/linux/sony-laptop.h
4862
4863SONY MEMORYSTICK CARD SUPPORT
4864M: Alex Dubov <oakad@yahoo.com>
4865W: http://tifmxx.berlios.de/
4866S: Maintained
4867F: drivers/memstick/host/tifm_ms.c
4868
4869SOUND
4870M: Jaroslav Kysela <perex@perex.cz>
4871M: Takashi Iwai <tiwai@suse.de>
4872L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4873W: http://www.alsa-project.org/
4874T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4875T: git git://git.alsa-project.org/alsa-kernel.git
4876S: Maintained
4877F: Documentation/sound/
4878F: include/sound/
4879F: sound/
4880
4881SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4882M: Liam Girdwood <lrg@slimlogic.co.uk>
4883M: Mark Brown <broonie@opensource.wolfsonmicro.com>
4884T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4885L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4886W: http://alsa-project.org/main/index.php/ASoC
4887S: Supported
4888F: sound/soc/
4889F: include/sound/soc*
4890
4891SPARC + UltraSPARC (sparc/sparc64)
4892M: "David S. Miller" <davem@davemloft.net>
4893L: sparclinux@vger.kernel.org
4894T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4895T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4896S: Maintained
4897F: arch/sparc/
4898
4899SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4900M: Roger Wolff <R.E.Wolff@BitWizard.nl>
4901S: Supported
4902F: Documentation/serial/specialix.txt
4903F: drivers/char/specialix*
4904
4905SPI SUBSYSTEM
4906M: David Brownell <dbrownell@users.sourceforge.net>
4907L: spi-devel-general@lists.sourceforge.net
4908S: Maintained
4909F: Documentation/spi/
4910F: drivers/spi/
4911F: include/linux/spi/
4912
4913SPIDERNET NETWORK DRIVER for CELL
4914M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
4915M: Jens Osterkamp <jens@de.ibm.com>
4916L: netdev@vger.kernel.org
4917S: Supported
4918F: Documentation/networking/spider_net.txt
4919F: drivers/net/spider_net*
4920
4921SPU FILE SYSTEM
4922M: Jeremy Kerr <jk@ozlabs.org>
4923L: linuxppc-dev@ozlabs.org
4924L: cbe-oss-dev@ozlabs.org
4925W: http://www.ibm.com/developerworks/power/cell/
4926S: Supported
4927F: Documentation/filesystems/spufs.txt
4928F: arch/powerpc/platforms/cell/spufs/
4929
4930SQUASHFS FILE SYSTEM
4931M: Phillip Lougher <phillip@lougher.demon.co.uk>
4932L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4933W: http://squashfs.org.uk
4934S: Maintained
4935F: Documentation/filesystems/squashfs.txt
4936F: fs/squashfs/
4937
4938SRM (Alpha) environment access
4939M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
4940S: Maintained
4941F: arch/alpha/kernel/srm_env.c
4942
4943STABLE BRANCH
4944M: Greg Kroah-Hartman <greg@kroah.com>
4945M: Chris Wright <chrisw@sous-sol.org>
4946L: stable@kernel.org
4947S: Maintained
4948
4949STAGING SUBSYSTEM
4950M: Greg Kroah-Hartman <gregkh@suse.de>
4951T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4952L: devel@driverdev.osuosl.org
4953S: Maintained
4954F: drivers/staging/
4955
4956STARFIRE/DURALAN NETWORK DRIVER
4957M: Ion Badulescu <ionut@badula.org>
4958S: Odd Fixes
4959F: drivers/net/starfire*
4960
4961STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4962S: Orphan
4963F: drivers/net/wireless/strip.c
4964F: include/linux/if_strip.h
4965
4966STRADIS MPEG-2 DECODER DRIVER
4967M: Nathan Laredo <laredo@gnu.org>
4968W: http://www.stradis.com/
4969S: Maintained
4970F: drivers/media/video/stradis.c
4971
4972SUN3/3X
4973M: Sam Creasey <sammy@sammy.net>
4974W: http://sammy.net/sun3/
4975S: Maintained
4976F: arch/m68k/kernel/*sun3*
4977F: arch/m68k/sun3*/
4978F: arch/m68k/include/asm/sun3*
4979
4980SUPERH
4981M: Paul Mundt <lethal@linux-sh.org>
4982L: linux-sh@vger.kernel.org
4983W: http://www.linux-sh.org
4984T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4985S: Supported
4986F: Documentation/sh/
4987F: arch/sh/
4988F: drivers/sh/
4989
4990SUSPEND TO RAM
4991M: Len Brown <len.brown@intel.com>
4992M: Pavel Machek <pavel@ucw.cz>
4993M: "Rafael J. Wysocki" <rjw@sisk.pl>
4994L: linux-pm@lists.linux-foundation.org
4995S: Supported
4996F: Documentation/power/
4997F: arch/x86/kernel/acpi/
4998F: drivers/base/power/
4999F: kernel/power/
5000F: include/linux/suspend.h
5001F: include/linux/freezer.h
5002F: include/linux/pm.h
5003
5004SVGA HANDLING
5005M: Martin Mares <mj@ucw.cz>
5006L: linux-video@atrey.karlin.mff.cuni.cz
5007S: Maintained
5008F: Documentation/svga.txt
5009F: arch/x86/boot/video*
5010
5011SYSV FILESYSTEM
5012M: Christoph Hellwig <hch@infradead.org>
5013S: Maintained
5014F: Documentation/filesystems/sysv-fs.txt
5015F: fs/sysv/
5016F: include/linux/sysv_fs.h
5017
5018TASKSTATS STATISTICS INTERFACE
5019M: Balbir Singh <balbir@linux.vnet.ibm.com>
5020S: Maintained
5021F: Documentation/accounting/taskstats*
5022F: include/linux/taskstats*
5023F: kernel/taskstats.c
5024
5025TC CLASSIFIER
5026M: Jamal Hadi Salim <hadi@cyberus.ca>
5027L: netdev@vger.kernel.org
5028S: Maintained
5029F: include/linux/pkt_cls.h
5030F: include/net/pkt_cls.h
5031F: net/sched/
5032
5033TCP LOW PRIORITY MODULE
5034M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5035M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5036W: http://tcp-lp-mod.sourceforge.net/
5037S: Maintained
5038F: net/ipv4/tcp_lp.c
5039
5040TEHUTI ETHERNET DRIVER
5041M: Alexander Indenbaum <baum@tehutinetworks.net>
5042M: Andy Gospodarek <andy@greyhouse.net>
5043L: netdev@vger.kernel.org
5044S: Supported
5045F: drivers/net/tehuti*
5046
5047Telecom Clock Driver for MCPL0010
5048M: Mark Gross <mark.gross@intel.com>
5049S: Supported
5050F: drivers/char/tlclk.c
5051
5052TENSILICA XTENSA PORT (xtensa)
5053M: Chris Zankel <chris@zankel.net>
5054S: Maintained
5055F: arch/xtensa/
5056
5057THINKPAD ACPI EXTRAS DRIVER
5058M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5059L: ibm-acpi-devel@lists.sourceforge.net
5060W: http://ibm-acpi.sourceforge.net
5061W: http://thinkwiki.org/wiki/Ibm-acpi
5062T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5063S: Maintained
5064F: drivers/platform/x86/thinkpad_acpi.c
5065
5066TI FLASH MEDIA INTERFACE DRIVER
5067M: Alex Dubov <oakad@yahoo.com>
5068S: Maintained
5069F: drivers/misc/tifm*
5070F: drivers/mmc/host/tifm_sd.c
5071F: include/linux/tifm.h
5072
5073TI TWL4030 SERIES SOC CODEC DRIVER
5074M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5075L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5076S: Maintained
5077F: sound/soc/codecs/twl4030*
5078
5079TIPC NETWORK LAYER
5080M: Per Liden <per.liden@ericsson.com>
5081M: Jon Maloy <jon.maloy@ericsson.com>
5082M: Allan Stephens <allan.stephens@windriver.com>
5083L: tipc-discussion@lists.sourceforge.net
5084W: http://tipc.sourceforge.net/
5085W: http://tipc.cslab.ericsson.net/
5086T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5087S: Maintained
5088F: include/linux/tipc*.h
5089F: include/net/tipc/
5090F: net/tipc/
5091
5092TLAN NETWORK DRIVER
5093M: Samuel Chessman <chessman@tux.org>
5094L: tlan-devel@lists.sourceforge.net (subscribers-only)
5095W: http://sourceforge.net/projects/tlan/
5096S: Maintained
5097F: Documentation/networking/tlan.txt
5098F: drivers/net/tlan.*
5099
5100TOMOYO SECURITY MODULE
5101M: Kentaro Takeda <takedakn@nttdata.co.jp>
5102M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5103L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5104L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5105L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5106W: http://tomoyo.sourceforge.jp/
5107T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5108S: Maintained
5109F: security/tomoyo/
5110
5111TOPSTAR LAPTOP EXTRAS DRIVER
5112M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5113S: Maintained
5114F: drivers/platform/x86/topstar-laptop.c
5115
5116TOSHIBA ACPI EXTRAS DRIVER
5117S: Orphan
5118F: drivers/platform/x86/toshiba_acpi.c
5119
5120TOSHIBA SMM DRIVER
5121M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5122L: tlinux-users@tce.toshiba-dme.co.jp
5123W: http://www.buzzard.org.uk/toshiba/
5124S: Maintained
5125F: drivers/char/toshiba.c
5126F: include/linux/toshiba.h
5127
5128TMIO MMC DRIVER
5129M: Ian Molton <ian@mnementh.co.uk>
5130S: Maintained
5131F: drivers/mmc/host/tmio_mmc.*
5132
5133TMPFS (SHMEM FILESYSTEM)
5134M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5135L: linux-mm@kvack.org
5136S: Maintained
5137F: include/linux/shmem_fs.h
5138F: mm/shmem.c
5139
5140TPM DEVICE DRIVER
5141M: Debora Velarde <debora@linux.vnet.ibm.com>
5142M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5143W: http://tpmdd.sourceforge.net
5144M: Marcel Selhorst <m.selhorst@sirrix.com>
5145W: http://www.sirrix.com
5146L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5147S: Maintained
5148F: drivers/char/tpm/
5149
5150TRIVIAL PATCHES
5151M: Jiri Kosina <trivial@kernel.org>
5152T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5153S: Maintained
5154
5155TTY LAYER
5156M: Greg Kroah-Hartman <gregkh@suse.de>
5157S: Maintained
5158T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5159F: drivers/char/tty_*
5160F: drivers/serial/serial_core.c
5161F: include/linux/serial_core.h
5162F: include/linux/serial.h
5163F: include/linux/tty.h
5164
5165TULIP NETWORK DRIVERS
5166M: Grant Grundler <grundler@parisc-linux.org>
5167M: Kyle McMartin <kyle@mcmartin.ca>
5168L: netdev@vger.kernel.org
5169S: Maintained
5170F: drivers/net/tulip/
5171
5172TUN/TAP driver
5173M: Maxim Krasnyansky <maxk@qualcomm.com>
5174L: vtun@office.satix.net
5175W: http://vtun.sourceforge.net/tun
5176S: Maintained
5177F: Documentation/networking/tuntap.txt
5178F: arch/um/os-Linux/drivers/
5179
5180TURBOCHANNEL SUBSYSTEM
5181M: "Maciej W. Rozycki" <macro@linux-mips.org>
5182S: Maintained
5183F: drivers/tc/
5184F: include/linux/tc.h
5185
5186U14-34F SCSI DRIVER
5187M: Dario Ballabio <ballabio_dario@emc.com>
5188L: linux-scsi@vger.kernel.org
5189S: Maintained
5190F: drivers/scsi/u14-34f.c
5191
5192UBI FILE SYSTEM (UBIFS)
5193M: Artem Bityutskiy <dedekind@infradead.org>
5194M: Adrian Hunter <adrian.hunter@nokia.com>
5195L: linux-mtd@lists.infradead.org
5196T: git git://git.infradead.org/ubifs-2.6.git
5197W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5198S: Maintained
5199F: Documentation/filesystems/ubifs.txt
5200F: fs/ubifs/
5201
5202UCLINUX (AND M68KNOMMU)
5203M: Greg Ungerer <gerg@uclinux.org>
5204W: http://www.uclinux.org/
5205L: uclinux-dev@uclinux.org (subscribers-only)
5206S: Maintained
5207F: arch/m68knommu/
5208
5209UCLINUX FOR RENESAS H8/300 (H8300)
5210M: Yoshinori Sato <ysato@users.sourceforge.jp>
5211W: http://uclinux-h8.sourceforge.jp/
5212S: Supported
5213
5214UDF FILESYSTEM
5215M: Jan Kara <jack@suse.cz>
5216W: http://linux-udf.sourceforge.net
5217S: Maintained
5218F: Documentation/filesystems/udf.txt
5219F: fs/udf/
5220
5221UFS FILESYSTEM
5222M: Evgeniy Dushistov <dushistov@mail.ru>
5223S: Maintained
5224F: Documentation/filesystems/ufs.txt
5225F: fs/ufs/
5226
5227ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5228M: David Vrabel <david.vrabel@csr.com>
5229L: linux-usb@vger.kernel.org
5230S: Supported
5231F: drivers/uwb/*
5232F: include/linux/uwb.h
5233F: include/linux/uwb/
5234
5235UNIFORM CDROM DRIVER
5236M: Jens Axboe <axboe@kernel.dk>
5237W: http://www.kernel.dk
5238S: Maintained
5239F: Documentation/cdrom/
5240F: drivers/cdrom/cdrom.c
5241F: include/linux/cdrom.h
5242
5243UNSORTED BLOCK IMAGES (UBI)
5244M: Artem Bityutskiy <dedekind@infradead.org>
5245W: http://www.linux-mtd.infradead.org/
5246L: linux-mtd@lists.infradead.org
5247T: git git://git.infradead.org/ubi-2.6.git
5248S: Maintained
5249F: drivers/mtd/ubi/
5250F: include/linux/mtd/ubi.h
5251F: include/mtd/ubi-user.h
5252
5253USB ACM DRIVER
5254M: Oliver Neukum <oliver@neukum.name>
5255L: linux-usb@vger.kernel.org
5256S: Maintained
5257F: Documentation/usb/acm.txt
5258F: drivers/usb/class/cdc-acm.*
5259
5260USB BLOCK DRIVER (UB ub)
5261M: Pete Zaitcev <zaitcev@redhat.com>
5262L: linux-usb@vger.kernel.org
5263S: Supported
5264F: drivers/block/ub.c
5265
5266USB CDC ETHERNET DRIVER
5267M: Greg Kroah-Hartman <greg@kroah.com>
5268L: linux-usb@vger.kernel.org
5269S: Maintained
5270W: http://www.kroah.com/linux-usb/
5271F: drivers/net/usb/cdc_*.c
5272F: include/linux/usb/cdc.h
5273
5274USB CYPRESS C67X00 DRIVER
5275M: Peter Korsgaard <jacmet@sunsite.dk>
5276L: linux-usb@vger.kernel.org
5277S: Maintained
5278F: drivers/usb/c67x00/
5279
5280USB DAVICOM DM9601 DRIVER
5281M: Peter Korsgaard <jacmet@sunsite.dk>
5282L: netdev@vger.kernel.org
5283W: http://www.linux-usb.org/usbnet
5284S: Maintained
5285F: drivers/net/usb/dm9601.c
5286
5287USB DIAMOND RIO500 DRIVER
5288M: Cesar Miquel <miquel@df.uba.ar>
5289L: rio500-users@lists.sourceforge.net
5290W: http://rio500.sourceforge.net
5291S: Maintained
5292F: drivers/usb/misc/rio500*
5293
5294USB EHCI DRIVER
5295M: David Brownell <dbrownell@users.sourceforge.net>
5296L: linux-usb@vger.kernel.org
5297S: Odd Fixes
5298F: Documentation/usb/ehci.txt
5299F: drivers/usb/host/ehci*
5300
5301USB ET61X[12]51 DRIVER
5302M: Luca Risolia <luca.risolia@studio.unibo.it>
5303L: linux-usb@vger.kernel.org
5304L: linux-media@vger.kernel.org
5305T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5306W: http://www.linux-projects.org
5307S: Maintained
5308F: drivers/media/video/et61x251/
5309
5310USB GADGET/PERIPHERAL SUBSYSTEM
5311M: David Brownell <dbrownell@users.sourceforge.net>
5312L: linux-usb@vger.kernel.org
5313W: http://www.linux-usb.org/gadget
5314S: Maintained
5315F: drivers/usb/gadget/
5316F: include/linux/usb/gadget*
5317
5318USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5319M: Jiri Kosina <jkosina@suse.cz>
5320L: linux-usb@vger.kernel.org
5321T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5322S: Maintained
5323F: Documentation/usb/hiddev.txt
5324F: drivers/hid/usbhid/
5325
5326USB ISP116X DRIVER
5327M: Olav Kongas <ok@artecdesign.ee>
5328L: linux-usb@vger.kernel.org
5329S: Maintained
5330F: drivers/usb/host/isp116x*
5331F: include/linux/usb/isp116x.h
5332
5333USB KAWASAKI LSI DRIVER
5334M: Oliver Neukum <oliver@neukum.name>
5335L: linux-usb@vger.kernel.org
5336S: Maintained
5337F: drivers/usb/serial/kl5kusb105.*
5338
5339USB MASS STORAGE DRIVER
5340M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5341L: linux-usb@vger.kernel.org
5342L: usb-storage@lists.one-eyed-alien.net
5343S: Maintained
5344W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5345F: drivers/usb/storage/
5346
5347USB OHCI DRIVER
5348M: David Brownell <dbrownell@users.sourceforge.net>
5349L: linux-usb@vger.kernel.org
5350S: Odd Fixes
5351F: Documentation/usb/ohci.txt
5352F: drivers/usb/host/ohci*
5353
5354USB OPTION-CARD DRIVER
5355M: Matthias Urlichs <smurf@smurf.noris.de>
5356L: linux-usb@vger.kernel.org
5357S: Maintained
5358F: drivers/usb/serial/option.c
5359
5360USB OV511 DRIVER
5361M: Mark McClelland <mmcclell@bigfoot.com>
5362L: linux-usb@vger.kernel.org
5363W: http://alpha.dyndns.org/ov511/
5364S: Maintained
5365F: drivers/media/video/ov511.*
5366
5367USB PEGASUS DRIVER
5368M: Petko Manolov <petkan@users.sourceforge.net>
5369L: linux-usb@vger.kernel.org
5370L: netdev@vger.kernel.org
5371W: http://pegasus2.sourceforge.net/
5372S: Maintained
5373F: drivers/net/usb/pegasus.*
5374
5375USB PRINTER DRIVER (usblp)
5376M: Pete Zaitcev <zaitcev@redhat.com>
5377L: linux-usb@vger.kernel.org
5378S: Supported
5379F: drivers/usb/class/usblp.c
5380
5381USB RTL8150 DRIVER
5382M: Petko Manolov <petkan@users.sourceforge.net>
5383L: linux-usb@vger.kernel.org
5384L: netdev@vger.kernel.org
5385W: http://pegasus2.sourceforge.net/
5386S: Maintained
5387F: drivers/net/usb/rtl8150.c
5388
5389USB SE401 DRIVER
5390M: Jeroen Vreeken <pe1rxq@amsat.org>
5391L: linux-usb@vger.kernel.org
5392W: http://www.chello.nl/~j.vreeken/se401/
5393S: Maintained
5394F: Documentation/video4linux/se401.txt
5395F: drivers/media/video/se401.*
5396
5397USB SERIAL BELKIN F5U103 DRIVER
5398M: William Greathouse <wgreathouse@smva.com>
5399L: linux-usb@vger.kernel.org
5400S: Maintained
5401F: drivers/usb/serial/belkin_sa.*
5402
5403USB SERIAL CYPRESS M8 DRIVER
5404M: Lonnie Mendez <dignome@gmail.com>
5405L: linux-usb@vger.kernel.org
5406S: Maintained
5407W: http://geocities.com/i0xox0i
5408W: http://firstlight.net/cvs
5409F: drivers/usb/serial/cypress_m8.*
5410
5411USB SERIAL CYBERJACK DRIVER
5412M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5413W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5414S: Maintained
5415F: drivers/usb/serial/cyberjack.c
5416
5417USB SERIAL DIGI ACCELEPORT DRIVER
5418M: Peter Berger <pberger@brimson.com>
5419M: Al Borchers <alborchers@steinerpoint.com>
5420L: linux-usb@vger.kernel.org
5421S: Maintained
5422F: drivers/usb/serial/digi_acceleport.c
5423
5424USB SERIAL DRIVER
5425M: Greg Kroah-Hartman <gregkh@suse.de>
5426L: linux-usb@vger.kernel.org
5427S: Supported
5428F: Documentation/usb/usb-serial.txt
5429F: drivers/usb/serial/generic.c
5430F: drivers/usb/serial/usb-serial.c
5431F: include/linux/usb/serial.h
5432
5433USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5434M: Gary Brubaker <xavyer@ix.netcom.com>
5435L: linux-usb@vger.kernel.org
5436S: Maintained
5437F: drivers/usb/serial/empeg.c
5438
5439USB SERIAL KEYSPAN DRIVER
5440M: Greg Kroah-Hartman <greg@kroah.com>
5441L: linux-usb@vger.kernel.org
5442W: http://www.kroah.com/linux/
5443S: Maintained
5444F: drivers/usb/serial/*keyspan*
5445
5446USB SERIAL WHITEHEAT DRIVER
5447M: Support Department <support@connecttech.com>
5448L: linux-usb@vger.kernel.org
5449W: http://www.connecttech.com
5450S: Supported
5451F: drivers/usb/serial/whiteheat*
5452
5453USB SMSC95XX ETHERNET DRIVER
5454M: Steve Glendinning <steve.glendinning@smsc.com>
5455L: netdev@vger.kernel.org
5456S: Supported
5457F: drivers/net/usb/smsc95xx.*
5458
5459USB SN9C1xx DRIVER
5460M: Luca Risolia <luca.risolia@studio.unibo.it>
5461L: linux-usb@vger.kernel.org
5462L: linux-media@vger.kernel.org
5463T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5464W: http://www.linux-projects.org
5465S: Maintained
5466F: Documentation/video4linux/sn9c102.txt
5467F: drivers/media/video/sn9c102/
5468
5469USB SUBSYSTEM
5470M: Greg Kroah-Hartman <gregkh@suse.de>
5471L: linux-usb@vger.kernel.org
5472W: http://www.linux-usb.org
5473T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5474S: Supported
5475F: Documentation/usb/
5476F: drivers/net/usb/
5477F: drivers/usb/
5478F: include/linux/usb.h
5479F: include/linux/usb/
5480
5481USB UHCI DRIVER
5482M: Alan Stern <stern@rowland.harvard.edu>
5483L: linux-usb@vger.kernel.org
5484S: Maintained
5485F: drivers/usb/host/uhci*
5486
5487USB "USBNET" DRIVER FRAMEWORK
5488M: David Brownell <dbrownell@users.sourceforge.net>
5489L: netdev@vger.kernel.org
5490W: http://www.linux-usb.org/usbnet
5491S: Maintained
5492F: drivers/net/usb/usbnet.c
5493F: include/linux/usb/usbnet.h
5494
5495USB VIDEO CLASS
5496M: Laurent Pinchart <laurent.pinchart@skynet.be>
5497L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5498L: linux-media@vger.kernel.org
5499T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5500W: http://linux-uvc.berlios.de
5501S: Maintained
5502F: drivers/media/video/uvc/
5503
5504USB W996[87]CF DRIVER
5505M: Luca Risolia <luca.risolia@studio.unibo.it>
5506L: linux-usb@vger.kernel.org
5507L: linux-media@vger.kernel.org
5508T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5509W: http://www.linux-projects.org
5510S: Maintained
5511F: Documentation/video4linux/w9968cf.txt
5512F: drivers/media/video/w996*
5513
5514USB WIRELESS RNDIS DRIVER (rndis_wlan)
5515M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5516L: linux-wireless@vger.kernel.org
5517S: Maintained
5518F: drivers/net/wireless/rndis_wlan.c
5519
5520USB XHCI DRIVER
5521M: Sarah Sharp <sarah.a.sharp@intel.com>
5522L: linux-usb@vger.kernel.org
5523S: Supported
5524
5525USB ZC0301 DRIVER
5526M: Luca Risolia <luca.risolia@studio.unibo.it>
5527L: linux-usb@vger.kernel.org
5528L: linux-media@vger.kernel.org
5529T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5530W: http://www.linux-projects.org
5531S: Maintained
5532F: Documentation/video4linux/zc0301.txt
5533F: drivers/media/video/zc0301/
5534
5535USB ZD1201 DRIVER
5536M: Jeroen Vreeken <pe1rxq@amsat.org>
5537L: linux-usb@vger.kernel.org
5538W: http://linux-lc100020.sourceforge.net
5539S: Maintained
5540F: drivers/net/wireless/zd1201.*
5541
5542USB ZR364XX DRIVER
5543M: Antoine Jacquet <royale@zerezo.com>
5544L: linux-usb@vger.kernel.org
5545L: linux-media@vger.kernel.org
5546T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5547W: http://royale.zerezo.com/zr364xx/
5548S: Maintained
5549F: Documentation/video4linux/zr364xx.txt
5550F: drivers/media/video/zr364xx.c
5551
5552USER-MODE LINUX (UML)
5553M: Jeff Dike <jdike@addtoit.com>
5554L: user-mode-linux-devel@lists.sourceforge.net
5555L: user-mode-linux-user@lists.sourceforge.net
5556W: http://user-mode-linux.sourceforge.net
5557S: Maintained
5558F: Documentation/uml/
5559F: arch/um/
5560F: fs/hostfs/
5561F: fs/hppfs/
5562
5563USERSPACE I/O (UIO)
5564M: "Hans J. Koch" <hjk@linutronix.de>
5565M: Greg Kroah-Hartman <gregkh@suse.de>
5566S: Maintained
5567F: Documentation/DocBook/uio-howto.tmpl
5568F: drivers/uio/
5569F: include/linux/uio*.h
5570
5571UTIL-LINUX-NG PACKAGE
5572M: Karel Zak <kzak@redhat.com>
5573L: util-linux-ng@vger.kernel.org
5574W: http://kernel.org/~kzak/util-linux-ng/
5575T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5576S: Maintained
5577
5578UVESAFB DRIVER
5579M: Michal Januszewski <spock@gentoo.org>
5580L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5581W: http://dev.gentoo.org/~spock/projects/uvesafb/
5582S: Maintained
5583F: Documentation/fb/uvesafb.txt
5584F: drivers/video/uvesafb.*
5585
5586VFAT/FAT/MSDOS FILESYSTEM
5587M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5588S: Maintained
5589F: Documentation/filesystems/vfat.txt
5590F: fs/fat/
5591
5592VIA RHINE NETWORK DRIVER
5593M: Roger Luethi <rl@hellgate.ch>
5594S: Maintained
5595F: drivers/net/via-rhine.c
5596
5597VIAPRO SMBUS DRIVER
5598M: Jean Delvare <khali@linux-fr.org>
5599L: linux-i2c@vger.kernel.org
5600S: Maintained
5601F: Documentation/i2c/busses/i2c-viapro
5602F: drivers/i2c/busses/i2c-viapro.c
5603
5604VIA SD/MMC CARD CONTROLLER DRIVER
5605M: Joseph Chan <JosephChan@via.com.tw>
5606M: Harald Welte <HaraldWelte@viatech.com>
5607S: Maintained
5608F: drivers/mmc/host/via-sdmmc.c
5609
5610VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5611M: Joseph Chan <JosephChan@via.com.tw>
5612M: Scott Fang <ScottFang@viatech.com.cn>
5613L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5614S: Maintained
5615F: drivers/video/via/
5616
5617VIA VELOCITY NETWORK DRIVER
5618M: Francois Romieu <romieu@fr.zoreil.com>
5619L: netdev@vger.kernel.org
5620S: Maintained
5621F: drivers/net/via-velocity.*
5622
5623VLAN (802.1Q)
5624M: Patrick McHardy <kaber@trash.net>
5625L: netdev@vger.kernel.org
5626S: Maintained
5627F: drivers/net/macvlan.c
5628F: include/linux/if_*vlan.h
5629F: net/8021q/
5630
5631VLYNQ BUS
5632M: Florian Fainelli <florian@openwrt.org>
5633L: openwrt-devel@lists.openwrt.org
5634S: Maintained
5635F: drivers/vlynq/vlynq.c
5636F: include/linux/vlynq.h
5637
5638VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5639M: Liam Girdwood <lrg@slimlogic.co.uk>
5640M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5641W: http://opensource.wolfsonmicro.com/node/15
5642W: http://www.slimlogic.co.uk/?p=48
5643T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5644S: Supported
5645F: drivers/regulator/
5646F: include/linux/regulator/
5647
5648VT1211 HARDWARE MONITOR DRIVER
5649M: Juerg Haefliger <juergh@gmail.com>
5650L: lm-sensors@lm-sensors.org
5651S: Maintained
5652F: Documentation/hwmon/vt1211
5653F: drivers/hwmon/vt1211.c
5654
5655VT8231 HARDWARE MONITOR DRIVER
5656M: Roger Lucas <vt8231@hiddenengine.co.uk>
5657L: lm-sensors@lm-sensors.org
5658S: Maintained
5659F: drivers/hwmon/vt8231.c
5660
5661W1 DALLAS'S 1-WIRE BUS
5662M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5663S: Maintained
5664F: Documentation/w1/
5665F: drivers/w1/
5666
5667W83791D HARDWARE MONITORING DRIVER
5668M: Marc Hulsman <m.hulsman@tudelft.nl>
5669L: lm-sensors@lm-sensors.org
5670S: Maintained
5671F: Documentation/hwmon/w83791d
5672F: drivers/hwmon/w83791d.c
5673
5674W83793 HARDWARE MONITORING DRIVER
5675M: Rudolf Marek <r.marek@assembler.cz>
5676L: lm-sensors@lm-sensors.org
5677S: Maintained
5678F: Documentation/hwmon/w83793
5679F: drivers/hwmon/w83793.c
5680
5681W83L51xD SD/MMC CARD INTERFACE DRIVER
5682M: Pierre Ossman <pierre@ossman.eu>
5683S: Maintained
5684F: drivers/mmc/host/wbsd.*
5685
5686WATCHDOG DEVICE DRIVERS
5687M: Wim Van Sebroeck <wim@iguana.be>
5688T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5689S: Maintained
5690F: Documentation/watchdog/
5691F: drivers/watchdog/
5692F: include/linux/watchdog.h
5693
5694WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5695M: Jean Tourrilhes <jt@hpl.hp.com>
5696L: linux-wireless@vger.kernel.org
5697W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5698S: Maintained
5699F: Documentation/networking/wavelan.txt
5700F: drivers/net/wireless/wavelan*
5701
5702WD7000 SCSI DRIVER
5703M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5704L: linux-scsi@vger.kernel.org
5705S: Maintained
5706F: drivers/scsi/wd7000.c
5707
5708WINBOND CIR DRIVER