]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
tg3: Improve 5785 PCIe performance
[net-next-2.6.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
44
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
57
586. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
627. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
64 does not respond.
65
668. Happy hacking.
67
68 -----------------------------------
69
70Maintainers List (try to look for most precise areas first)
71
72Note: For the hard of thinking, this list is meant to remain in alphabetical
73order. If you could add yourselves to it in alphabetical order that would be
74so much easier [Ed]
75
76P: Person (obsolete)
77M: Mail patches to: FullName <address@domain>
78L: Mailing list that is relevant to this area
79W: Web-page with status/info
80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
81S: Status, one of the following:
82
83 Supported: Someone is actually paid to look after this.
84 Maintained: Someone actually looks after it.
85 Odd Fixes: It has a maintainer but they don't have time to do
86 much other than throw the odd patch in. See below..
87 Orphan: No current maintainer [but maybe you could take the
88 role as you write your new code].
89 Obsolete: Old code. Something tagged obsolete generally means
90 it has been replaced by a better system and you
91 should be using that.
92
93F: Files and directories with wildcard patterns.
94 A trailing slash includes all files and subdirectory files.
95 F: drivers/net/ all files in and below drivers/net
96 F: drivers/net/* all files in drivers/net, but not below
97 F: */net/* all files in "any top level directory"/net
98 One pattern per line. Multiple F: lines acceptable.
99X: Files and directories that are NOT maintained, same rules as F:
100 Files exclusions are tested before file matches.
101 Can be useful for excluding a specific subdirectory, for instance:
102 F: net/
103 X: net/ipv6/
104 matches all files in and below net excluding net/ipv6/
105
1063C505 NETWORK DRIVER
107M: Philip Blundell <philb@gnu.org>
108L: netdev@vger.kernel.org
109S: Maintained
110F: drivers/net/3c505*
111
1123C59X NETWORK DRIVER
113M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
114L: netdev@vger.kernel.org
115S: Maintained
116F: Documentation/networking/vortex.txt
117F: drivers/net/3c59x.c
118
1193CR990 NETWORK DRIVER
120M: David Dillow <dave@thedillows.org>
121L: netdev@vger.kernel.org
122S: Maintained
123F: drivers/net/typhoon*
124
1253W-9XXX SATA-RAID CONTROLLER DRIVER
126M: Adam Radford <linuxraid@amcc.com>
127L: linux-scsi@vger.kernel.org
128W: http://www.amcc.com
129S: Supported
130F: drivers/scsi/3w-9xxx*
131
1323W-XXXX ATA-RAID CONTROLLER DRIVER
133M: Adam Radford <linuxraid@amcc.com>
134L: linux-scsi@vger.kernel.org
135W: http://www.amcc.com
136S: Supported
137F: drivers/scsi/3w-xxxx*
138
13953C700 AND 53C700-66 SCSI DRIVER
140M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141L: linux-scsi@vger.kernel.org
142S: Maintained
143F: drivers/scsi/53c700*
144
1456PACK NETWORK DRIVER FOR AX.25
146M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
147L: linux-hams@vger.kernel.org
148S: Maintained
149F: drivers/net/hamradio/6pack.c
150
1518169 10/100/1000 GIGABIT ETHERNET DRIVER
152M: Francois Romieu <romieu@fr.zoreil.com>
153L: netdev@vger.kernel.org
154S: Maintained
155F: drivers/net/r8169.c
156
1578250/16?50 (AND CLONE UARTS) SERIAL DRIVER
158L: linux-serial@vger.kernel.org
159W: http://serial.sourceforge.net
160S: Orphan
161F: drivers/serial/8250*
162F: include/linux/serial_8250.h
163
1648390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
165M: Paul Gortmaker <p_gortmaker@yahoo.com>
166L: netdev@vger.kernel.org
167S: Maintained
168F: drivers/net/*8390*
169F: drivers/net/ax88796.c
170
1719P FILE SYSTEM
172M: Eric Van Hensbergen <ericvh@gmail.com>
173M: Ron Minnich <rminnich@sandia.gov>
174M: Latchesar Ionkov <lucho@ionkov.net>
175L: v9fs-developer@lists.sourceforge.net
176W: http://swik.net/v9fs
177T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
178S: Maintained
179F: Documentation/filesystems/9p.txt
180F: fs/9p/
181
182A2232 SERIAL BOARD DRIVER
183M: Enver Haase <A2232@gmx.net>
184L: linux-m68k@lists.linux-m68k.org
185S: Maintained
186F: drivers/char/ser_a2232*
187
188AACRAID SCSI RAID DRIVER
189M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
190L: linux-scsi@vger.kernel.org
191W: http://www.adaptec.com/
192S: Supported
193F: Documentation/scsi/aacraid.txt
194F: drivers/scsi/aacraid/
195
196ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
197M: Hans de Goede <j.w.r.degoede@hhs.nl>
198L: lm-sensors@lm-sensors.org
199S: Maintained
200F: drivers/hwmon/abituguru.c
201
202ABIT UGURU 3 HARDWARE MONITOR DRIVER
203M: Alistair John Strachan <alistair@devzero.co.uk>
204L: lm-sensors@lm-sensors.org
205S: Maintained
206F: drivers/hwmon/abituguru3.c
207
208ACENIC DRIVER
209M: Jes Sorensen <jes@trained-monkey.org>
210L: linux-acenic@sunsite.dk
211S: Maintained
212F: drivers/net/acenic*
213
214ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
215M: Peter Feuerer <peter@piie.net>
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
219
220ACER WMI LAPTOP EXTRAS
221M: Carlos Corbacho <carlos@strangeworlds.co.uk>
222L: aceracpi@googlegroups.com (subscribers-only)
223W: http://code.google.com/p/aceracpi
224S: Maintained
225F: drivers/platform/x86/acer-wmi.c
226
227ACPI
228M: Len Brown <lenb@kernel.org>
229L: linux-acpi@vger.kernel.org
230W: http://www.lesswatts.org/projects/acpi/
231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232S: Supported
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
236F: include/acpi/
237
238ACPI BATTERY DRIVERS
239M: Alexey Starikovskiy <astarikovskiy@suse.de>
240L: linux-acpi@vger.kernel.org
241W: http://www.lesswatts.org/projects/acpi/
242S: Supported
243F: drivers/acpi/battery.c
244F: drivers/acpi/*sbs*
245
246ACPI EC DRIVER
247M: Alexey Starikovskiy <astarikovskiy@suse.de>
248L: linux-acpi@vger.kernel.org
249W: http://www.lesswatts.org/projects/acpi/
250S: Supported
251F: drivers/acpi/ec.c
252
253ACPI FAN DRIVER
254M: Zhang Rui <rui.zhang@intel.com>
255L: linux-acpi@vger.kernel.org
256W: http://www.lesswatts.org/projects/acpi/
257S: Supported
258F: drivers/acpi/fan.c
259
260ACPI 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: Stefano Brivio <stefano.brivio@polimi.it>
1090L: linux-wireless@vger.kernel.org
1091W: http://linuxwireless.org/en/users/Drivers/b43
1092S: Maintained
1093F: drivers/net/wireless/b43/
1094
1095B43LEGACY WIRELESS DRIVER
1096M: Larry Finger <Larry.Finger@lwfinger.net>
1097M: Stefano Brivio <stefano.brivio@polimi.it>
1098L: linux-wireless@vger.kernel.org
1099W: http://linuxwireless.org/en/users/Drivers/b43
1100S: Maintained
1101F: drivers/net/wireless/b43legacy/
1102
1103BACKLIGHT CLASS/SUBSYSTEM
1104M: Richard Purdie <rpurdie@rpsys.net>
1105S: Maintained
1106F: drivers/video/backlight/
1107F: include/linux/backlight.h
1108
1109BAYCOM/HDLCDRV DRIVERS FOR AX.25
1110M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1111L: linux-hams@vger.kernel.org
1112W: http://www.baycom.org/~tom/ham/ham.html
1113S: Maintained
1114F: drivers/net/hamradio/baycom*
1115
1116BEFS FILE SYSTEM
1117M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1118S: Maintained
1119F: Documentation/filesystems/befs.txt
1120F: fs/befs/
1121
1122BFS FILE SYSTEM
1123M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1124S: Maintained
1125F: Documentation/filesystems/bfs.txt
1126F: fs/bfs/
1127F: include/linux/bfs_fs.h
1128
1129BLACKFIN ARCHITECTURE
1130M: Mike Frysinger <vapier@gentoo.org>
1131L: uclinux-dist-devel@blackfin.uclinux.org
1132W: http://blackfin.uclinux.org
1133S: Supported
1134F: arch/blackfin/
1135
1136BLACKFIN EMAC DRIVER
1137M: Michael Hennerich <michael.hennerich@analog.com>
1138L: uclinux-dist-devel@blackfin.uclinux.org
1139W: http://blackfin.uclinux.org
1140S: Supported
1141F: drivers/net/bfin_mac.*
1142
1143BLACKFIN RTC DRIVER
1144M: Mike Frysinger <vapier.adi@gmail.com>
1145L: uclinux-dist-devel@blackfin.uclinux.org
1146W: http://blackfin.uclinux.org
1147S: Supported
1148F: drivers/rtc/rtc-bfin.c
1149
1150BLACKFIN SERIAL DRIVER
1151M: Sonic Zhang <sonic.zhang@analog.com>
1152L: uclinux-dist-devel@blackfin.uclinux.org
1153W: http://blackfin.uclinux.org
1154S: Supported
1155F: drivers/serial/bfin_5xx.c
1156
1157BLACKFIN WATCHDOG DRIVER
1158M: Mike Frysinger <vapier.adi@gmail.com>
1159L: uclinux-dist-devel@blackfin.uclinux.org
1160W: http://blackfin.uclinux.org
1161S: Supported
1162F: drivers/watchdog/bfin_wdt.c
1163
1164BLACKFIN I2C TWI DRIVER
1165M: Sonic Zhang <sonic.zhang@analog.com>
1166L: uclinux-dist-devel@blackfin.uclinux.org
1167W: http://blackfin.uclinux.org/
1168S: Supported
1169F: drivers/i2c/busses/i2c-bfin-twi.c
1170
1171BLOCK LAYER
1172M: Jens Axboe <axboe@kernel.dk>
1173T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1174S: Maintained
1175F: block/
1176
1177BLOCK2MTD DRIVER
1178M: Joern Engel <joern@lazybastard.org>
1179L: linux-mtd@lists.infradead.org
1180S: Maintained
1181F: drivers/mtd/devices/block2mtd.c
1182
1183BLUETOOTH DRIVERS
1184M: Marcel Holtmann <marcel@holtmann.org>
1185L: linux-bluetooth@vger.kernel.org
1186W: http://www.bluez.org/
1187S: Maintained
1188F: drivers/bluetooth/
1189
1190BLUETOOTH SUBSYSTEM
1191M: Marcel Holtmann <marcel@holtmann.org>
1192L: linux-bluetooth@vger.kernel.org
1193W: http://www.bluez.org/
1194T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1195S: Maintained
1196F: net/bluetooth/
1197F: include/net/bluetooth/
1198
1199BONDING DRIVER
1200M: Jay Vosburgh <fubar@us.ibm.com>
1201L: bonding-devel@lists.sourceforge.net
1202W: http://sourceforge.net/projects/bonding/
1203S: Supported
1204F: drivers/net/bonding/
1205F: include/linux/if_bonding.h
1206
1207BROADCOM B44 10/100 ETHERNET DRIVER
1208M: Gary Zambrano <zambrano@broadcom.com>
1209L: netdev@vger.kernel.org
1210S: Supported
1211F: drivers/net/b44.*
1212
1213BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1214M: Michael Chan <mchan@broadcom.com>
1215L: netdev@vger.kernel.org
1216S: Supported
1217F: drivers/net/bnx2.*
1218F: drivers/net/bnx2_*
1219
1220BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1221M: Eilon Greenstein <eilong@broadcom.com>
1222L: netdev@vger.kernel.org
1223S: Supported
1224F: drivers/net/bnx2x*
1225
1226BROADCOM TG3 GIGABIT ETHERNET DRIVER
1227M: Matt Carlson <mcarlson@broadcom.com>
1228M: Michael Chan <mchan@broadcom.com>
1229L: netdev@vger.kernel.org
1230S: Supported
1231F: drivers/net/tg3.*
1232
1233BSG (block layer generic sg v4 driver)
1234M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1235L: linux-scsi@vger.kernel.org
1236S: Supported
1237F: block/bsg.c
1238F: include/linux/bsg.h
1239
1240BT8XXGPIO DRIVER
1241M: Michael Buesch <mb@bu3sch.de>
1242W: http://bu3sch.de/btgpio.php
1243S: Maintained
1244F: drivers/gpio/bt8xxgpio.c
1245
1246BTRFS FILE SYSTEM
1247M: Chris Mason <chris.mason@oracle.com>
1248L: linux-btrfs@vger.kernel.org
1249W: http://btrfs.wiki.kernel.org/
1250T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1251S: Maintained
1252F: Documentation/filesystems/btrfs.txt
1253F: fs/btrfs/
1254
1255BTTV VIDEO4LINUX DRIVER
1256M: Mauro Carvalho Chehab <mchehab@infradead.org>
1257L: linux-media@vger.kernel.org
1258W: http://linuxtv.org
1259T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1260S: Maintained
1261F: Documentation/video4linux/bttv/
1262F: drivers/media/video/bt8xx/bttv*
1263
1264CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1265M: David Howells <dhowells@redhat.com>
1266L: linux-cachefs@redhat.com
1267S: Supported
1268F: Documentation/filesystems/caching/cachefiles.txt
1269F: fs/cachefiles/
1270
1271CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1272M: Jonathan Corbet <corbet@lwn.net>
1273L: linux-media@vger.kernel.org
1274T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1275S: Maintained
1276F: Documentation/video4linux/cafe_ccic
1277F: drivers/media/video/cafe_ccic*
1278
1279CALGARY x86-64 IOMMU
1280M: Muli Ben-Yehuda <muli@il.ibm.com>
1281M: "Jon D. Mason" <jdmason@kudzu.us>
1282L: discuss@x86-64.org
1283S: Maintained
1284F: arch/x86/kernel/pci-calgary_64.c
1285F: arch/x86/kernel/tce_64.c
1286F: arch/x86/include/asm/calgary.h
1287F: arch/x86/include/asm/tce.h
1288
1289CAN NETWORK LAYER
1290M: Urs Thuermann <urs.thuermann@volkswagen.de>
1291M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1292L: socketcan-core@lists.berlios.de (subscribers-only)
1293W: http://developer.berlios.de/projects/socketcan/
1294S: Maintained
1295F: drivers/net/can/
1296F: include/linux/can/
1297F: include/linux/can.h
1298
1299CAN NETWORK DRIVERS
1300M: Wolfgang Grandegger <wg@grandegger.com>
1301L: socketcan-core@lists.berlios.de (subscribers-only)
1302W: http://developer.berlios.de/projects/socketcan/
1303S: Maintained
1304
1305CELL BROADBAND ENGINE ARCHITECTURE
1306M: Arnd Bergmann <arnd@arndb.de>
1307L: linuxppc-dev@ozlabs.org
1308L: cbe-oss-dev@ozlabs.org
1309W: http://www.ibm.com/developerworks/power/cell/
1310S: Supported
1311F: arch/powerpc/include/asm/cell*.h
1312F: arch/powerpc/include/asm/spu*.h
1313F: arch/powerpc/oprofile/*cell*
1314F: arch/powerpc/platforms/cell/
1315
1316CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1317M: David Vrabel <david.vrabel@csr.com>
1318L: linux-usb@vger.kernel.org
1319S: Supported
1320F: Documentation/usb/WUSB-Design-overview.txt
1321F: Documentation/usb/wusb-cbaf
1322F: drivers/usb/wusbcore/
1323F: include/linux/usb/wusb*
1324
1325CFAG12864B LCD DRIVER
1326M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1327W: http://miguelojeda.es/auxdisplay.htm
1328W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1329S: Maintained
1330F: drivers/auxdisplay/cfag12864b.c
1331F: include/linux/cfag12864b.h
1332
1333CFAG12864BFB LCD FRAMEBUFFER DRIVER
1334M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1335W: http://miguelojeda.es/auxdisplay.htm
1336W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1337S: Maintained
1338F: drivers/auxdisplay/cfag12864bfb.c
1339F: include/linux/cfag12864b.h
1340
1341CFG80211 and NL80211
1342M: Johannes Berg <johannes@sipsolutions.net>
1343L: linux-wireless@vger.kernel.org
1344S: Maintained
1345F: include/linux/nl80211.h
1346F: include/net/cfg80211.h
1347F: net/wireless/*
1348X: net/wireless/wext*
1349
1350CHECKPATCH
1351M: Andy Whitcroft <apw@canonical.com>
1352S: Supported
1353F: scripts/checkpatch.pl
1354
1355CISCO 10G ETHERNET DRIVER
1356M: Scott Feldman <scofeldm@cisco.com>
1357M: Joe Eykholt <jeykholt@cisco.com>
1358S: Supported
1359F: drivers/net/enic/
1360
1361CIRRUS LOGIC EP93XX ETHERNET DRIVER
1362M: Lennert Buytenhek <kernel@wantstofly.org>
1363L: netdev@vger.kernel.org
1364S: Maintained
1365F: drivers/net/arm/ep93xx_eth.c
1366
1367CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1368M: Lennert Buytenhek <kernel@wantstofly.org>
1369L: linux-usb@vger.kernel.org
1370S: Maintained
1371F: drivers/usb/host/ohci-ep93xx.c
1372
1373CIRRUS LOGIC CS4270 SOUND DRIVER
1374M: Timur Tabi <timur@freescale.com>
1375L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1376S: Supported
1377F: sound/soc/codecs/cs4270*
1378
1379CLK API
1380M: Russell King <linux@arm.linux.org.uk>
1381F: include/linux/clk.h
1382
1383CISCO FCOE HBA DRIVER
1384M: Abhijeet Joglekar <abjoglek@cisco.com>
1385M: Joe Eykholt <jeykholt@cisco.com>
1386L: linux-scsi@vger.kernel.org
1387S: Supported
1388F: drivers/scsi/fnic/
1389
1390CODA FILE SYSTEM
1391M: Jan Harkes <jaharkes@cs.cmu.edu>
1392M: coda@cs.cmu.edu
1393L: codalist@coda.cs.cmu.edu
1394W: http://www.coda.cs.cmu.edu/
1395S: Maintained
1396F: Documentation/filesystems/coda.txt
1397F: fs/coda/
1398F: include/linux/coda*.h
1399
1400COMMON INTERNET FILE SYSTEM (CIFS)
1401M: Steve French <sfrench@samba.org>
1402L: linux-cifs-client@lists.samba.org
1403L: samba-technical@lists.samba.org
1404W: http://linux-cifs.samba.org/
1405T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1406S: Supported
1407F: Documentation/filesystems/cifs.txt
1408F: fs/cifs/
1409
1410COMPACTPCI HOTPLUG CORE
1411M: Scott Murray <scott@spiteful.org>
1412L: linux-pci@vger.kernel.org
1413S: Maintained
1414F: drivers/pci/hotplug/cpci_hotplug*
1415
1416COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1417M: Scott Murray <scott@spiteful.org>
1418L: linux-pci@vger.kernel.org
1419S: Maintained
1420F: drivers/pci/hotplug/cpcihp_zt5550.*
1421
1422COMPACTPCI HOTPLUG GENERIC DRIVER
1423M: Scott Murray <scott@spiteful.org>
1424L: linux-pci@vger.kernel.org
1425S: Maintained
1426F: drivers/pci/hotplug/cpcihp_generic.c
1427
1428COMPAL LAPTOP SUPPORT
1429M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1430S: Maintained
1431F: drivers/platform/x86/compal-laptop.c
1432
1433COMPUTONE INTELLIPORT MULTIPORT CARD
1434M: "Michael H. Warfield" <mhw@wittsend.com>
1435W: http://www.wittsend.com/computone.html
1436S: Maintained
1437F: Documentation/serial/computone.txt
1438F: drivers/char/ip2/
1439
1440CONEXANT ACCESSRUNNER USB DRIVER
1441M: Simon Arlott <cxacru@fire.lp0.eu>
1442L: accessrunner-general@lists.sourceforge.net
1443W: http://accessrunner.sourceforge.net/
1444S: Maintained
1445F: drivers/usb/atm/cxacru.c
1446
1447CONFIGFS
1448M: Joel Becker <joel.becker@oracle.com>
1449S: Supported
1450F: fs/configfs/
1451F: include/linux/configfs.h
1452
1453CONNECTOR
1454M: Evgeniy Polyakov <zbr@ioremap.net>
1455L: netdev@vger.kernel.org
1456S: Maintained
1457F: drivers/connector/
1458
1459CONTROL GROUPS (CGROUPS)
1460M: Paul Menage <menage@google.com>
1461M: Li Zefan <lizf@cn.fujitsu.com>
1462L: containers@lists.linux-foundation.org
1463S: Maintained
1464F: include/linux/cgroup*
1465F: kernel/cgroup*
1466F: mm/*cgroup*
1467
1468CORETEMP HARDWARE MONITORING DRIVER
1469M: Rudolf Marek <r.marek@assembler.cz>
1470L: lm-sensors@lm-sensors.org
1471S: Maintained
1472F: Documentation/hwmon/coretemp
1473F: drivers/hwmon/coretemp.c
1474
1475COSA/SRP SYNC SERIAL DRIVER
1476M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1477W: http://www.fi.muni.cz/~kas/cosa/
1478S: Maintained
1479F: drivers/net/wan/cosa*
1480
1481CPMAC ETHERNET DRIVER
1482M: Florian Fainelli <florian@openwrt.org>
1483L: netdev@vger.kernel.org
1484S: Maintained
1485F: drivers/net/cpmac.c
1486
1487CPU FREQUENCY DRIVERS
1488M: Dave Jones <davej@redhat.com>
1489L: cpufreq@vger.kernel.org
1490W: http://www.codemonkey.org.uk/projects/cpufreq/
1491T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1492S: Maintained
1493F: arch/x86/kernel/cpu/cpufreq/
1494F: drivers/cpufreq/
1495F: include/linux/cpufreq.h
1496
1497CPUID/MSR DRIVER
1498M: "H. Peter Anvin" <hpa@zytor.com>
1499S: Maintained
1500F: arch/x86/kernel/cpuid.c
1501F: arch/x86/kernel/msr.c
1502
1503CPUSETS
1504M: Paul Menage <menage@google.com>
1505W: http://www.bullopensource.org/cpuset/
1506W: http://oss.sgi.com/projects/cpusets/
1507S: Supported
1508F: Documentation/cgroups/cpusets.txt
1509F: include/linux/cpuset.h
1510F: kernel/cpuset.c
1511
1512CRAMFS FILESYSTEM
1513W: http://sourceforge.net/projects/cramfs/
1514S: Orphan
1515F: Documentation/filesystems/cramfs.txt
1516F: fs/cramfs/
1517
1518CRIS PORT
1519M: Mikael Starvik <starvik@axis.com>
1520M: Jesper Nilsson <jesper.nilsson@axis.com>
1521L: linux-cris-kernel@axis.com
1522W: http://developer.axis.com
1523S: Maintained
1524F: arch/cris/
1525
1526CRYPTO API
1527M: Herbert Xu <herbert@gondor.apana.org.au>
1528M: "David S. Miller" <davem@davemloft.net>
1529L: linux-crypto@vger.kernel.org
1530T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1531S: Maintained
1532F: Documentation/crypto/
1533F: arch/*/crypto/
1534F: crypto/
1535F: drivers/crypto/
1536F: include/crypto/
1537
1538CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1539M: Neil Horman <nhorman@tuxdriver.com>
1540L: linux-crypto@vger.kernel.org
1541S: Maintained
1542
1543CS5535 Audio ALSA driver
1544M: Jaya Kumar <jayakumar.alsa@gmail.com>
1545S: Maintained
1546F: sound/pci/cs5535audio/
1547
1548CX18 VIDEO4LINUX DRIVER
1549M: Hans Verkuil <hverkuil@xs4all.nl>
1550M: Andy Walls <awalls@radix.net>
1551L: ivtv-devel@ivtvdriver.org
1552L: linux-media@vger.kernel.org
1553T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1554W: http://linuxtv.org
1555W: http://www.ivtvdriver.org/index.php/Cx18
1556S: Maintained
1557F: Documentation/video4linux/cx18.txt
1558F: drivers/media/video/cx18/
1559
1560CXGB3 ETHERNET DRIVER (CXGB3)
1561M: Divy Le Ray <divy@chelsio.com>
1562L: netdev@vger.kernel.org
1563W: http://www.chelsio.com
1564S: Supported
1565F: drivers/net/cxgb3/
1566
1567CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1568M: Steve Wise <swise@chelsio.com>
1569L: linux-rdma@vger.kernel.org
1570W: http://www.openfabrics.org
1571S: Supported
1572F: drivers/infiniband/hw/cxgb3/
1573
1574CYBERPRO FB DRIVER
1575M: Russell King <linux@arm.linux.org.uk>
1576L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577W: http://www.arm.linux.org.uk/
1578S: Maintained
1579F: drivers/video/cyber2000fb.*
1580
1581CYCLADES 2X SYNC CARD DRIVER
1582M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1583W: http://oops.ghostprotocols.net:81/blog
1584S: Maintained
1585F: drivers/net/wan/cycx*
1586
1587CYCLADES ASYNC MUX DRIVER
1588W: http://www.cyclades.com/
1589S: Orphan
1590F: drivers/char/cyclades.c
1591F: include/linux/cyclades.h
1592
1593CYCLADES PC300 DRIVER
1594W: http://www.cyclades.com/
1595S: Orphan
1596F: drivers/net/wan/pc300*
1597
1598DAMA SLAVE for AX.25
1599M: Joerg Reuter <jreuter@yaina.de>
1600W: http://yaina.de/jreuter/
1601W: http://www.qsl.net/dl1bke/
1602L: linux-hams@vger.kernel.org
1603S: Maintained
1604F: net/ax25/af_ax25.c
1605F: net/ax25/ax25_dev.c
1606F: net/ax25/ax25_ds_*
1607F: net/ax25/ax25_in.c
1608F: net/ax25/ax25_out.c
1609F: net/ax25/ax25_timer.c
1610F: net/ax25/sysctl_net_ax25.c
1611
1612DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1613M: Tobias Ringstrom <tori@unhappy.mine.nu>
1614L: netdev@vger.kernel.org
1615S: Maintained
1616F: Documentation/networking/dmfe.txt
1617F: drivers/net/tulip/dmfe.c
1618
1619DC390/AM53C974 SCSI driver
1620M: Kurt Garloff <garloff@suse.de>
1621W: http://www.garloff.de/kurt/linux/dc390/
1622M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1623S: Maintained
1624F: drivers/scsi/tmscsim.*
1625
1626DC395x SCSI driver
1627M: Oliver Neukum <oliver@neukum.name>
1628M: Ali Akcaagac <aliakc@web.de>
1629M: Jamie Lenehan <lenehan@twibble.org>
1630W: http://twibble.org/dist/dc395x/
1631L: dc395x@twibble.org
1632L: http://lists.twibble.org/mailman/listinfo/dc395x/
1633S: Maintained
1634F: Documentation/scsi/dc395x.txt
1635F: drivers/scsi/dc395x.*
1636
1637DCCP PROTOCOL
1638M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1639L: dccp@vger.kernel.org
1640W: http://linux-net.osdl.org/index.php/DCCP
1641S: Maintained
1642F: include/linux/dccp.h
1643F: include/linux/tfrc.h
1644F: net/dccp/
1645
1646DECnet NETWORK LAYER
1647M: Christine Caulfield <christine.caulfield@googlemail.com>
1648W: http://linux-decnet.sourceforge.net
1649L: linux-decnet-user@lists.sourceforge.net
1650S: Maintained
1651F: Documentation/networking/decnet.txt
1652F: net/decnet/
1653
1654DEFXX FDDI NETWORK DRIVER
1655M: "Maciej W. Rozycki" <macro@linux-mips.org>
1656S: Maintained
1657F: drivers/net/defxx.*
1658
1659DELL LAPTOP DRIVER
1660M: Matthew Garrett <mjg59@srcf.ucam.org>
1661S: Maintained
1662F: drivers/platform/x86/dell-laptop.c
1663
1664DELL LAPTOP SMM DRIVER
1665M: Massimo Dal Zotto <dz@debian.org>
1666W: http://www.debian.org/~dz/i8k/
1667S: Maintained
1668F: drivers/char/i8k.c
1669F: include/linux/i8k.h
1670
1671DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1672M: Doug Warzecha <Douglas_Warzecha@dell.com>
1673S: Maintained
1674F: Documentation/dcdbas.txt
1675F: drivers/firmware/dcdbas.*
1676
1677DELL WMI EXTRAS DRIVER
1678M: Matthew Garrett <mjg59@srcf.ucam.org>
1679S: Maintained
1680
1681DEVICE NUMBER REGISTRY
1682M: Torben Mathiasen <device@lanana.org>
1683W: http://lanana.org/docs/device-list/index.html
1684S: Maintained
1685
1686DEVICE-MAPPER (LVM)
1687P: Alasdair Kergon
1688L: dm-devel@redhat.com
1689W: http://sources.redhat.com/dm
1690S: Maintained
1691F: Documentation/device-mapper/
1692F: drivers/md/dm*
1693F: include/linux/device-mapper.h
1694F: include/linux/dm-*.h
1695
1696DIGI INTL. EPCA DRIVER
1697M: "Digi International, Inc" <Eng.Linux@digi.com>
1698L: Eng.Linux@digi.com
1699W: http://www.digi.com
1700S: Orphan
1701F: Documentation/serial/digiepca.txt
1702F: drivers/char/epca*
1703F: drivers/char/digi*
1704
1705DIRECTORY NOTIFICATION (DNOTIFY)
1706M: Eric Paris <eparis@parisplace.org>
1707S: Maintained
1708F: Documentation/filesystems/dnotify.txt
1709F: fs/notify/dnotify/
1710F: include/linux/dnotify.h
1711
1712DISK GEOMETRY AND PARTITION HANDLING
1713M: Andries Brouwer <aeb@cwi.nl>
1714W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1715W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1716W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1717S: Maintained
1718
1719DISKQUOTA
1720M: Jan Kara <jack@suse.cz>
1721S: Maintained
1722F: Documentation/filesystems/quota.txt
1723F: fs/quota/
1724F: include/linux/quota*.h
1725
1726DISTRIBUTED LOCK MANAGER (DLM)
1727M: Christine Caulfield <ccaulfie@redhat.com>
1728M: David Teigland <teigland@redhat.com>
1729L: cluster-devel@redhat.com
1730W: http://sources.redhat.com/cluster/
1731T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1732S: Supported
1733F: fs/dlm/
1734
1735DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1736M: Maciej Sosnowski <maciej.sosnowski@intel.com>
1737M: Dan Williams <dan.j.williams@intel.com>
1738S: Supported
1739F: drivers/dma/
1740F: include/linux/dma*
1741
1742DME1737 HARDWARE MONITOR DRIVER
1743M: Juerg Haefliger <juergh@gmail.com>
1744L: lm-sensors@lm-sensors.org
1745S: Maintained
1746F: Documentation/hwmon/dme1737
1747F: drivers/hwmon/dme1737.c
1748
1749DOCBOOK FOR DOCUMENTATION
1750M: Randy Dunlap <rdunlap@xenotime.net>
1751S: Maintained
1752
1753DOCKING STATION DRIVER
1754M: Shaohua Li <shaohua.li@intel.com>
1755L: linux-acpi@vger.kernel.org
1756S: Supported
1757F: drivers/acpi/dock.c
1758
1759DOCUMENTATION
1760M: Randy Dunlap <rdunlap@xenotime.net>
1761L: linux-doc@vger.kernel.org
1762S: Maintained
1763F: Documentation/
1764
1765DOUBLETALK DRIVER
1766M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1767L: blinux-list@redhat.com
1768S: Maintained
1769F: drivers/char/dtlk.c
1770F: include/linux/dtlk.h
1771
1772DPT_I2O SCSI RAID DRIVER
1773M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1774L: linux-scsi@vger.kernel.org
1775W: http://www.adaptec.com/
1776S: Maintained
1777F: drivers/scsi/dpt*
1778F: drivers/scsi/dpt/
1779
1780DRIVER CORE, KOBJECTS, AND SYSFS
1781M: Greg Kroah-Hartman <gregkh@suse.de>
1782T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1783S: Supported
1784F: Documentation/kobject.txt
1785F: drivers/base/
1786F: fs/sysfs/
1787F: include/linux/kobj*
1788F: lib/kobj*
1789
1790DRM DRIVERS
1791M: David Airlie <airlied@linux.ie>
1792L: dri-devel@lists.sourceforge.net
1793T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1794S: Maintained
1795F: drivers/gpu/drm/
1796
1797DSCC4 DRIVER
1798M: Francois Romieu <romieu@fr.zoreil.com>
1799L: netdev@vger.kernel.org
1800S: Maintained
1801F: drivers/net/wan/dscc4.c
1802
1803DZ DECSTATION DZ11 SERIAL DRIVER
1804M: "Maciej W. Rozycki" <macro@linux-mips.org>
1805S: Maintained
1806F: drivers/serial/dz.*
1807
1808EATA-DMA SCSI DRIVER
1809M: Michael Neuffer <mike@i-Connect.Net>
1810L: linux-eata@i-connect.net
1811L: linux-scsi@vger.kernel.org
1812S: Maintained
1813F: drivers/scsi/eata*
1814
1815EATA ISA/EISA/PCI SCSI DRIVER
1816M: Dario Ballabio <ballabio_dario@emc.com>
1817L: linux-scsi@vger.kernel.org
1818S: Maintained
1819F: drivers/scsi/eata.c
1820
1821EATA-PIO SCSI DRIVER
1822M: Michael Neuffer <mike@i-Connect.Net>
1823L: linux-eata@i-connect.net
1824L: linux-scsi@vger.kernel.org
1825S: Maintained
1826F: drivers/scsi/eata_pio.*
1827
1828EBTABLES
1829M: Bart De Schuymer <bart.de.schuymer@pandora.be>
1830L: ebtables-user@lists.sourceforge.net
1831L: ebtables-devel@lists.sourceforge.net
1832W: http://ebtables.sourceforge.net/
1833S: Maintained
1834F: include/linux/netfilter_bridge/ebt_*.h
1835F: net/bridge/netfilter/ebt*.c
1836
1837ECRYPT FILE SYSTEM
1838M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1839M: Dustin Kirkland <kirkland@canonical.com>
1840L: ecryptfs-devel@lists.launchpad.net
1841W: https://launchpad.net/ecryptfs
1842S: Supported
1843F: Documentation/filesystems/ecryptfs.txt
1844F: fs/ecryptfs/
1845
1846EDAC-CORE
1847M: Doug Thompson <dougthompson@xmission.com>
1848L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1849W: bluesmoke.sourceforge.net
1850S: Supported
1851F: Documentation/edac.txt
1852F: drivers/edac/edac_*
1853F: include/linux/edac.h
1854
1855EDAC-AMD64
1856M: Doug Thompson <dougthompson@xmission.com>
1857M: Borislav Petkov <borislav.petkov@amd.com>
1858L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1859W: bluesmoke.sourceforge.net
1860S: Supported
1861F: drivers/edac/amd64_edac*
1862
1863EDAC-E752X
1864M: Mark Gross <mark.gross@intel.com>
1865M: Doug Thompson <dougthompson@xmission.com>
1866L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1867W: bluesmoke.sourceforge.net
1868S: Maintained
1869F: drivers/edac/e752x_edac.c
1870
1871EDAC-E7XXX
1872M: Doug Thompson <dougthompson@xmission.com>
1873L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1874W: bluesmoke.sourceforge.net
1875S: Maintained
1876F: drivers/edac/e7xxx_edac.c
1877
1878EDAC-I82443BXGX
1879M: Tim Small <tim@buttersideup.com>
1880L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1881W: bluesmoke.sourceforge.net
1882S: Maintained
1883F: drivers/edac/i82443bxgx_edac.c
1884
1885EDAC-I3000
1886M: Jason Uhlenkott <juhlenko@akamai.com>
1887L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1888W: bluesmoke.sourceforge.net
1889S: Maintained
1890F: drivers/edac/i3000_edac.c
1891
1892EDAC-I5000
1893M: Doug Thompson <dougthompson@xmission.com>
1894L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1895W: bluesmoke.sourceforge.net
1896S: Maintained
1897F: drivers/edac/i5000_edac.c
1898
1899EDAC-I5400
1900M: Mauro Carvalho Chehab <mchehab@redhat.com>
1901L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1902W: bluesmoke.sourceforge.net
1903S: Maintained
1904F: drivers/edac/i5400_edac.c
1905
1906EDAC-I82975X
1907M: Ranganathan Desikan <ravi@jetztechnologies.com>
1908M: "Arvind R." <arvind@jetztechnologies.com>
1909L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1910W: bluesmoke.sourceforge.net
1911S: Maintained
1912F: drivers/edac/i82975x_edac.c
1913
1914EDAC-PASEMI
1915M: Egor Martovetsky <egor@pasemi.com>
1916L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1917W: bluesmoke.sourceforge.net
1918S: Maintained
1919F: drivers/edac/pasemi_edac.c
1920
1921EDAC-R82600
1922M: Tim Small <tim@buttersideup.com>
1923L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1924W: bluesmoke.sourceforge.net
1925S: Maintained
1926F: drivers/edac/r82600_edac.c
1927
1928EEEPC LAPTOP EXTRAS DRIVER
1929M: Corentin Chary <corentincj@iksaif.net>
1930L: acpi4asus-user@lists.sourceforge.net
1931W: http://acpi4asus.sf.net
1932S: Maintained
1933F: drivers/platform/x86/eeepc-laptop.c
1934
1935EFS FILESYSTEM
1936W: http://aeschi.ch.eu.org/efs/
1937S: Orphan
1938F: fs/efs/
1939
1940EHCA (IBM GX bus InfiniBand adapter) DRIVER
1941M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1942M: Christoph Raisch <raisch@de.ibm.com>
1943L: linux-rdma@vger.kernel.org
1944S: Supported
1945F: drivers/infiniband/hw/ehca/
1946
1947EMBEDDED LINUX
1948M: Paul Gortmaker <paul.gortmaker@windriver.com>
1949M: Matt Mackall <mpm@selenic.com>
1950M: David Woodhouse <dwmw2@infradead.org>
1951L: linux-embedded@vger.kernel.org
1952S: Maintained
1953
1954EMULEX LPFC FC SCSI DRIVER
1955M: James Smart <james.smart@emulex.com>
1956L: linux-scsi@vger.kernel.org
1957W: http://sourceforge.net/projects/lpfcxxxx
1958S: Supported
1959F: drivers/scsi/lpfc/
1960
1961ENE CB710 FLASH CARD READER DRIVER
1962M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
1963S: Maintained
1964F: drivers/misc/cb710/
1965F: drivers/mmc/host/cb710-mmc.*
1966F: include/linux/cb710.h
1967
1968EPSON 1355 FRAMEBUFFER DRIVER
1969M: Christopher Hoover <ch@murgatroid.com>
1970M: Christopher Hoover <ch@hpl.hp.com>
1971S: Maintained
1972F: drivers/video/epson1355fb.c
1973
1974EPSON S1D13XXX FRAMEBUFFER DRIVER
1975M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1976S: Maintained
1977T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1978F: drivers/video/s1d13xxxfb.c
1979F: include/video/s1d13xxxfb.h
1980
1981ETHEREXPRESS-16 NETWORK DRIVER
1982M: Philip Blundell <philb@gnu.org>
1983L: netdev@vger.kernel.org
1984S: Maintained
1985F: drivers/net/eexpress.*
1986
1987ETHERNET BRIDGE
1988M: Stephen Hemminger <shemminger@linux-foundation.org>
1989L: bridge@lists.linux-foundation.org
1990W: http://www.linux-foundation.org/en/Net:Bridge
1991S: Maintained
1992F: include/linux/netfilter_bridge/
1993F: net/bridge/
1994
1995ETHERTEAM 16I DRIVER
1996M: Mika Kuoppala <miku@iki.fi>
1997S: Maintained
1998F: drivers/net/eth16i.c
1999
2000EXT2 FILE SYSTEM
2001L: linux-ext4@vger.kernel.org
2002S: Maintained
2003F: Documentation/filesystems/ext2.txt
2004F: fs/ext2/
2005F: include/linux/ext2*
2006
2007EXT3 FILE SYSTEM
2008M: Andrew Morton <akpm@linux-foundation.org>
2009M: Andreas Dilger <adilger@sun.com>
2010L: linux-ext4@vger.kernel.org
2011S: Maintained
2012F: Documentation/filesystems/ext3.txt
2013F: fs/ext3/
2014F: include/linux/ext3*
2015
2016EXT4 FILE SYSTEM
2017M: "Theodore Ts'o" <tytso@mit.edu>
2018M: Andreas Dilger <adilger@sun.com>
2019L: linux-ext4@vger.kernel.org
2020W: http://ext4.wiki.kernel.org
2021S: Maintained
2022F: Documentation/filesystems/ext4.txt
2023F: fs/ext4/
2024
2025F71805F HARDWARE MONITORING DRIVER
2026M: Jean Delvare <khali@linux-fr.org>
2027L: lm-sensors@lm-sensors.org
2028S: Maintained
2029F: Documentation/hwmon/f71805f
2030F: drivers/hwmon/f71805f.c
2031
2032FARSYNC SYNCHRONOUS DRIVER
2033M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2034W: http://www.farsite.co.uk/
2035S: Supported
2036F: drivers/net/wan/farsync.*
2037
2038FAULT INJECTION SUPPORT
2039M: Akinobu Mita <akinobu.mita@gmail.com>
2040S: Supported
2041F: Documentation/fault-injection/
2042F: lib/fault-inject.c
2043
2044FILE LOCKING (flock() and fcntl()/lockf())
2045M: Matthew Wilcox <matthew@wil.cx>
2046L: linux-fsdevel@vger.kernel.org
2047S: Maintained
2048F: include/linux/fcntl.h
2049F: include/linux/fs.h
2050F: fs/fcntl.c
2051F: fs/locks.c
2052
2053FILESYSTEMS (VFS and infrastructure)
2054M: Alexander Viro <viro@zeniv.linux.org.uk>
2055L: linux-fsdevel@vger.kernel.org
2056S: Maintained
2057F: fs/*
2058
2059FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2060M: Riku Voipio <riku.vipio@iki.fi>
2061L: lm-sensors@lm-sensors.org
2062S: Maintained
2063F: drivers/hwmon/f75375s.c
2064F: include/linux/f75375s.h
2065
2066FIREWIRE SUBSYSTEM
2067M: Kristian Hoegsberg <krh@redhat.com>
2068M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2069L: linux1394-devel@lists.sourceforge.net
2070W: http://www.linux1394.org/
2071T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2072S: Maintained
2073F: drivers/firewire/
2074F: include/linux/firewire*.h
2075
2076FIRMWARE LOADER (request_firmware)
2077S: Orphan
2078F: Documentation/firmware_class/
2079F: drivers/base/firmware*.c
2080F: include/linux/firmware.h
2081
2082FPU EMULATOR
2083M: Bill Metzenthen <billm@melbpc.org.au>
2084W: http://floatingpoint.sourceforge.net/emulator/index.html
2085S: Maintained
2086F: arch/x86/math-emu/
2087
2088FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2089M: Mike McLagan <mike.mclagan@linux.org>
2090L: netdev@vger.kernel.org
2091S: Maintained
2092F: drivers/net/wan/dlci.c
2093F: drivers/net/wan/sdla.c
2094
2095FRAMEBUFFER LAYER
2096L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2097W: http://linux-fbdev.sourceforge.net/
2098S: Orphan
2099F: Documentation/fb/
2100F: drivers/video/fb*
2101F: include/linux/fb.h
2102
2103FREESCALE DMA DRIVER
2104M: Li Yang <leoli@freescale.com>
2105M: Zhang Wei <zw@zh-kernel.org>
2106L: linuxppc-dev@ozlabs.org
2107S: Maintained
2108F: drivers/dma/fsldma.*
2109
2110FREESCALE I2C CPM DRIVER
2111M: Jochen Friedrich <jochen@scram.de>
2112L: linuxppc-dev@ozlabs.org
2113L: linux-i2c@vger.kernel.org
2114S: Maintained
2115F: drivers/i2c/busses/i2c-cpm.c
2116
2117FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2118M: Sascha Hauer <kernel@pengutronix.de>
2119L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2120L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2121S: Maintained
2122F: arch/arm/plat-mxc/include/mach/imxfb.h
2123F: drivers/video/imxfb.c
2124
2125FREESCALE SOC FS_ENET DRIVER
2126M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2127M: Vitaly Bordug <vbordug@ru.mvista.com>
2128L: linuxppc-dev@ozlabs.org
2129L: netdev@vger.kernel.org
2130S: Maintained
2131F: drivers/net/fs_enet/
2132F: include/linux/fs_enet_pd.h
2133
2134FREESCALE QUICC ENGINE LIBRARY
2135M: Timur Tabi <timur@freescale.com>
2136L: linuxppc-dev@ozlabs.org
2137S: Supported
2138F: arch/powerpc/sysdev/qe_lib/
2139F: arch/powerpc/include/asm/*qe.h
2140
2141FREESCALE USB PERIPHERIAL DRIVERS
2142M: Li Yang <leoli@freescale.com>
2143L: linux-usb@vger.kernel.org
2144L: linuxppc-dev@ozlabs.org
2145S: Maintained
2146F: drivers/usb/gadget/fsl*
2147
2148FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2149M: Li Yang <leoli@freescale.com>
2150L: netdev@vger.kernel.org
2151L: linuxppc-dev@ozlabs.org
2152S: Maintained
2153F: drivers/net/ucc_geth*
2154
2155FREESCALE QUICC ENGINE UCC UART DRIVER
2156M: Timur Tabi <timur@freescale.com>
2157L: linuxppc-dev@ozlabs.org
2158S: Supported
2159F: drivers/serial/ucc_uart.c
2160
2161FREESCALE SOC SOUND DRIVERS
2162M: Timur Tabi <timur@freescale.com>
2163L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2164L: linuxppc-dev@ozlabs.org
2165S: Supported
2166F: sound/soc/fsl/fsl*
2167F: sound/soc/fsl/mpc8610_hpcd.c
2168
2169FREEVXFS FILESYSTEM
2170M: Christoph Hellwig <hch@infradead.org>
2171W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2172S: Maintained
2173F: fs/freevxfs/
2174
2175FREEZER
2176M: Pavel Machek <pavel@ucw.cz>
2177M: "Rafael J. Wysocki" <rjw@sisk.pl>
2178L: linux-pm@lists.linux-foundation.org
2179S: Supported
2180F: Documentation/power/freezing-of-tasks.txt
2181F: include/linux/freezer.h
2182F: kernel/freezer.c
2183
2184FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2185M: David Howells <dhowells@redhat.com>
2186L: linux-cachefs@redhat.com
2187S: Supported
2188F: Documentation/filesystems/caching/
2189F: fs/fscache/
2190F: include/linux/fscache*.h
2191
2192TRACING
2193M: Steven Rostedt <rostedt@goodmis.org>
2194M: Frederic Weisbecker <fweisbec@gmail.com>
2195M: Ingo Molnar <mingo@redhat.com>
2196T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
2197S: Maintained
2198F: Documentation/trace/ftrace.txt
2199F: arch/*/*/*/ftrace.h
2200F: arch/*/kernel/ftrace.c
2201F: include/*/ftrace.h include/trace/ include/linux/trace*.h
2202F: kernel/trace/
2203
2204FUJITSU FR-V (FRV) PORT
2205M: David Howells <dhowells@redhat.com>
2206S: Maintained
2207F: arch/frv/
2208
2209FUJITSU LAPTOP EXTRAS
2210M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2211L: linux-acpi@vger.kernel.org
2212S: Maintained
2213F: drivers/platform/x86/fujitsu-laptop.c
2214
2215FUSE: FILESYSTEM IN USERSPACE
2216M: Miklos Szeredi <miklos@szeredi.hu>
2217L: fuse-devel@lists.sourceforge.net
2218W: http://fuse.sourceforge.net/
2219S: Maintained
2220F: fs/fuse/
2221F: include/linux/fuse.h
2222
2223FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2224M: Rik Faith <faith@cs.unc.edu>
2225L: linux-scsi@vger.kernel.org
2226S: Odd Fixes (e.g., new signatures)
2227F: drivers/scsi/fdomain.*
2228
2229GDT SCSI DISK ARRAY CONTROLLER DRIVER
2230M: Achim Leubner <achim_leubner@adaptec.com>
2231L: linux-scsi@vger.kernel.org
2232W: http://www.icp-vortex.com/
2233S: Supported
2234F: drivers/scsi/gdt*
2235
2236GENERIC GPIO I2C DRIVER
2237M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2238S: Supported
2239F: drivers/i2c/busses/i2c-gpio.c
2240F: include/linux/i2c-gpio.h
2241
2242GENERIC HDLC (WAN) DRIVERS
2243M: Krzysztof Halasa <khc@pm.waw.pl>
2244W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2245S: Maintained
2246F: drivers/net/wan/c101.c
2247F: drivers/net/wan/hd6457*
2248F: drivers/net/wan/hdlc*
2249F: drivers/net/wan/n2.c
2250F: drivers/net/wan/pc300too.c
2251F: drivers/net/wan/pci200syn.c
2252F: drivers/net/wan/wanxl*
2253
2254GENERIC INCLUDE/ASM HEADER FILES
2255M: Arnd Bergmann <arnd@arndb.de>
2256L: linux-arch@vger.kernel.org
2257T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2258S: Maintained
2259F: include/asm-generic
2260
2261GENERIC UIO DRIVER FOR PCI DEVICES
2262M: Michael S. Tsirkin <mst@redhat.com>
2263L: kvm@vger.kernel.org
2264L: linux-kernel@vger.kernel.org
2265S: Supported
2266F: drivers/uio/uio_pci_generic.c
2267
2268GFS2 FILE SYSTEM
2269M: Steven Whitehouse <swhiteho@redhat.com>
2270L: cluster-devel@redhat.com
2271W: http://sources.redhat.com/cluster/
2272T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2273T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2274S: Supported
2275F: Documentation/filesystems/gfs2*.txt
2276F: fs/gfs2/
2277F: include/linux/gfs2_ondisk.h
2278
2279GIGASET ISDN DRIVERS
2280M: Hansjoerg Lipp <hjlipp@web.de>
2281M: Tilman Schmidt <tilman@imap.cc>
2282L: gigaset307x-common@lists.sourceforge.net
2283W: http://gigaset307x.sourceforge.net/
2284S: Maintained
2285F: Documentation/isdn/README.gigaset
2286F: drivers/isdn/gigaset/
2287F: include/linux/gigaset_dev.h
2288
2289HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2290M: Frank Seidel <frank@f-seidel.de>
2291L: lm-sensors@lm-sensors.org
2292W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2293S: Maintained
2294F: drivers/hwmon/hdaps.c
2295
2296HYPERVISOR VIRTUAL CONSOLE DRIVER
2297L: linuxppc-dev@ozlabs.org
2298S: Odd Fixes
2299F: drivers/char/hvc_*
2300
2301GSPCA FINEPIX SUBDRIVER
2302M: Frank Zago <frank@zago.net>
2303L: linux-media@vger.kernel.org
2304T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2305S: Maintained
2306F: drivers/media/video/gspca/finepix.c
2307
2308GSPCA M5602 SUBDRIVER
2309M: Erik Andren <erik.andren@gmail.com>
2310L: linux-media@vger.kernel.org
2311T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2312S: Maintained
2313F: drivers/media/video/gspca/m5602/
2314
2315GSPCA PAC207 SONIXB SUBDRIVER
2316M: Hans de Goede <hdegoede@redhat.com>
2317L: linux-media@vger.kernel.org
2318T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2319S: Maintained
2320F: drivers/media/video/gspca/pac207.c
2321
2322GSPCA SN9C20X SUBDRIVER
2323M: Brian Johnson <brijohn@gmail.com>
2324L: linux-media@vger.kernel.org
2325T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2326S: Maintained
2327F: drivers/media/video/gspca/sn9c20x.c
2328
2329GSPCA T613 SUBDRIVER
2330M: Leandro Costantino <lcostantino@gmail.com>
2331L: linux-media@vger.kernel.org
2332T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2333S: Maintained
2334F: drivers/media/video/gspca/t613.c
2335
2336GSPCA USB WEBCAM DRIVER
2337M: Jean-Francois Moine <moinejf@free.fr>
2338W: http://moinejf.free.fr
2339L: linux-media@vger.kernel.org
2340T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2341S: Maintained
2342F: drivers/media/video/gspca/
2343
2344HARDWARE MONITORING
2345L: lm-sensors@lm-sensors.org
2346W: http://www.lm-sensors.org/
2347S: Orphan
2348F: drivers/hwmon/
2349
2350HARDWARE RANDOM NUMBER GENERATOR CORE
2351M: Matt Mackall <mpm@selenic.com>
2352M: Herbert Xu <herbert@gondor.apana.org.au>
2353S: Odd fixes
2354F: Documentation/hw_random.txt
2355F: drivers/char/hw_random/
2356F: include/linux/hw_random.h
2357
2358HARMONY SOUND DRIVER
2359M: Kyle McMartin <kyle@mcmartin.ca>
2360L: linux-parisc@vger.kernel.org
2361S: Maintained
2362F: sound/parisc/harmony.*
2363
2364HAYES ESP SERIAL DRIVER
2365M: "Andrew J. Robinson" <arobinso@nyx.net>
2366W: http://www.nyx.net/~arobinso
2367S: Maintained
2368F: Documentation/serial/hayes-esp.txt
2369F: drivers/char/esp.c
2370
2371HEWLETT-PACKARD SMART2 RAID DRIVER
2372M: Chirag Kantharia <chirag.kantharia@hp.com>
2373L: iss_storagedev@hp.com
2374S: Maintained
2375F: Documentation/blockdev/cpqarray.txt
2376F: drivers/block/cpqarray.*
2377
2378HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2379M: Mike Miller <mike.miller@hp.com>
2380L: iss_storagedev@hp.com
2381S: Supported
2382F: Documentation/blockdev/cciss.txt
2383F: drivers/block/cciss*
2384F: include/linux/cciss_ioctl.h
2385
2386HFS FILESYSTEM
2387M: Roman Zippel <zippel@linux-m68k.org>
2388S: Maintained
2389F: Documentation/filesystems/hfs.txt
2390F: fs/hfs/
2391
2392HGA FRAMEBUFFER DRIVER
2393M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2394L: linux-nvidia@lists.surfsouth.com
2395W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2396S: Maintained
2397F: drivers/video/hgafb.c
2398
2399HIBERNATION (aka Software Suspend, aka swsusp)
2400M: Pavel Machek <pavel@ucw.cz>
2401M: "Rafael J. Wysocki" <rjw@sisk.pl>
2402L: linux-pm@lists.linux-foundation.org
2403S: Supported
2404F: arch/x86/power/
2405F: drivers/base/power/
2406F: kernel/power/
2407F: include/linux/suspend.h
2408F: include/linux/freezer.h
2409F: include/linux/pm.h
2410F: arch/*/include/asm/suspend*.h
2411
2412HID CORE LAYER
2413M: Jiri Kosina <jkosina@suse.cz>
2414L: linux-input@vger.kernel.org
2415T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2416S: Maintained
2417F: drivers/hid/
2418F: include/linux/hid*
2419
2420HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2421M: Thomas Gleixner <tglx@linutronix.de>
2422S: Maintained
2423F: Documentation/timers/
2424F: kernel/hrtimer.c
2425F: include/linux/hrtimer.h
2426
2427HIGH-SPEED SCC DRIVER FOR AX.25
2428M: Klaus Kudielka <klaus.kudielka@ieee.org>
2429L: linux-hams@vger.kernel.org
2430W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2431S: Maintained
2432F: drivers/net/hamradio/dmascc.c
2433F: drivers/net/hamradio/scc.c
2434
2435HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2436M: HighPoint Linux Team <linux@highpoint-tech.com>
2437W: http://www.highpoint-tech.com
2438S: Supported
2439F: Documentation/scsi/hptiop.txt
2440F: drivers/scsi/hptiop.c
2441
2442HIPPI
2443M: Jes Sorensen <jes@trained-monkey.org>
2444L: linux-hippi@sunsite.dk
2445S: Maintained
2446F: include/linux/hippidevice.h
2447F: include/linux/if_hippi.h
2448F: net/802/hippi.c
2449
2450HOST AP DRIVER
2451M: Jouni Malinen <j@w1.fi>
2452L: hostap@shmoo.com (subscribers-only)
2453L: linux-wireless@vger.kernel.org
2454W: http://hostap.epitest.fi/
2455S: Maintained
2456F: drivers/net/wireless/hostap/
2457
2458HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2459M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2460S: Odd Fixes
2461F: drivers/platform/x86/tc1100-wmi.c
2462
2463HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2464M: Jaroslav Kysela <perex@perex.cz>
2465S: Maintained
2466F: drivers/net/hp100.*
2467
2468HPET: High Precision Event Timers driver
2469M: Clemens Ladisch <clemens@ladisch.de>
2470S: Maintained
2471F: Documentation/timers/hpet.txt
2472F: drivers/char/hpet.c
2473F: include/linux/hpet.h
2474
2475HPET: i386
2476M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2477S: Maintained
2478F: arch/x86/kernel/hpet.c
2479F: arch/x86/include/asm/hpet.h
2480
2481HPET: x86_64
2482M: Vojtech Pavlik <vojtech@suse.cz>
2483S: Maintained
2484
2485HPET: ACPI
2486M: Bob Picco <bob.picco@hp.com>
2487S: Maintained
2488F: drivers/char/hpet.c
2489
2490HPFS FILESYSTEM
2491M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2492W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2493S: Maintained
2494F: fs/hpfs/
2495
2496HSO 3G MODEM DRIVER
2497M: Jan Dumon <j.dumon@option.com>
2498W: http://www.pharscape.org
2499S: Maintained
2500F: drivers/net/usb/hso.c
2501
2502HTCPEN TOUCHSCREEN DRIVER
2503M: Pau Oliva Fora <pof@eslack.org>
2504L: linux-input@vger.kernel.org
2505S: Maintained
2506F: drivers/input/touchscreen/htcpen.c
2507
2508HUGETLB FILESYSTEM
2509M: William Irwin <wli@holomorphy.com>
2510S: Maintained
2511F: fs/hugetlbfs/
2512
2513I2C/SMBUS STUB DRIVER
2514M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2515L: linux-i2c@vger.kernel.org
2516S: Maintained
2517F: drivers/i2c/busses/i2c-stub.c
2518
2519I2C SUBSYSTEM
2520M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2521M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2522L: linux-i2c@vger.kernel.org
2523W: http://i2c.wiki.kernel.org/
2524T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2525S: Maintained
2526F: Documentation/i2c/
2527F: drivers/i2c/
2528F: include/linux/i2c.h
2529F: include/linux/i2c-dev.h
2530F: include/linux/i2c-id.h
2531
2532I2C-TINY-USB DRIVER
2533M: Till Harbaum <till@harbaum.org>
2534L: linux-i2c@vger.kernel.org
2535W: http://www.harbaum.org/till/i2c_tiny_usb
2536S: Maintained
2537F: drivers/i2c/busses/i2c-tiny-usb.c
2538
2539i386 BOOT CODE
2540M: "H. Peter Anvin" <hpa@zytor.com>
2541S: Maintained
2542F: arch/x86/boot/
2543
2544i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2545M: "H. Peter Anvin" <hpa@zytor.com>
2546T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2547S: Maintained
2548
2549IA64 (Itanium) PLATFORM
2550M: Tony Luck <tony.luck@intel.com>
2551M: Fenghua Yu <fenghua.yu@intel.com>
2552L: linux-ia64@vger.kernel.org
2553W: http://www.ia64-linux.org/
2554T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2555S: Maintained
2556F: arch/ia64/
2557
2558IBM MCA SCSI SUBSYSTEM DRIVER
2559M: Michael Lang <langa2@kph.uni-mainz.de>
2560W: http://www.uni-mainz.de/~langm000/linux.html
2561S: Maintained
2562F: drivers/scsi/ibmmca.c
2563
2564IBM Power Linux RAID adapter
2565M: Brian King <brking@us.ibm.com>
2566S: Supported
2567F: drivers/scsi/ipr.*
2568
2569IBM ServeRAID RAID DRIVER
2570P: Jack Hammer
2571M: Dave Jeffery <ipslinux@adaptec.com>
2572W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2573S: Supported
2574F: drivers/scsi/ips.*
2575
2576IDE SUBSYSTEM
2577M: "David S. Miller" <davem@davemloft.net>
2578L: linux-ide@vger.kernel.org
2579T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2580S: Maintained
2581F: Documentation/ide/
2582F: drivers/ide/
2583F: include/linux/ide.h
2584
2585IDE/ATAPI DRIVERS
2586M: Borislav Petkov <petkovbb@gmail.com>
2587L: linux-ide@vger.kernel.org
2588S: Maintained
2589F: Documentation/cdrom/ide-cd
2590F: drivers/ide/ide-cd*
2591
2592IDLE-I7300
2593M: Andy Henroid <andrew.d.henroid@intel.com>
2594L: linux-pm@lists.linux-foundation.org
2595S: Supported
2596F: drivers/idle/i7300_idle.c
2597
2598IEEE 1394 SUBSYSTEM
2599M: Ben Collins <ben.collins@ubuntu.com>
2600M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2601L: linux1394-devel@lists.sourceforge.net
2602W: http://www.linux1394.org/
2603T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2604S: Maintained
2605F: drivers/ieee1394/
2606
2607IEEE 1394 RAW I/O DRIVER
2608M: Dan Dennedy <dan@dennedy.org>
2609M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2610L: linux1394-devel@lists.sourceforge.net
2611S: Maintained
2612F: drivers/ieee1394/raw1394*
2613
2614IEEE 802.15.4 SUBSYSTEM
2615M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2616M: Sergey Lapin <slapin@ossfans.org>
2617L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2618W: http://apps.sourceforge.net/trac/linux-zigbee
2619T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2620S: Maintained
2621F: net/ieee802154/
2622F: drivers/ieee802154/
2623
2624INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2625M: Mimi Zohar <zohar@us.ibm.com>
2626S: Supported
2627F: security/integrity/ima/
2628
2629IMS TWINTURBO FRAMEBUFFER DRIVER
2630L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2631S: Orphan
2632F: drivers/video/imsttfb.c
2633
2634INFINIBAND SUBSYSTEM
2635M: Roland Dreier <rolandd@cisco.com>
2636M: Sean Hefty <sean.hefty@intel.com>
2637M: Hal Rosenstock <hal.rosenstock@gmail.com>
2638L: linux-rdma@vger.kernel.org
2639W: http://www.openib.org/
2640T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2641S: Supported
2642F: Documentation/infiniband/
2643F: drivers/infiniband/
2644F: include/linux/if_infiniband.h
2645
2646INOTIFY
2647M: John McCutchan <john@johnmccutchan.com>
2648M: Robert Love <rlove@rlove.org>
2649M: Eric Paris <eparis@parisplace.org>
2650S: Maintained
2651F: Documentation/filesystems/inotify.txt
2652F: fs/notify/inotify/
2653F: include/linux/inotify.h
2654
2655INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2656M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2657M: Dmitry Torokhov <dtor@mail.ru>
2658L: linux-input@vger.kernel.org
2659T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2660S: Maintained
2661F: drivers/input/
2662
2663INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2664M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2665L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2666S: Maintained
2667F: Documentation/fb/intelfb.txt
2668F: drivers/video/intelfb/
2669
2670INTEL 810/815 FRAMEBUFFER DRIVER
2671M: Antonino Daplas <adaplas@gmail.com>
2672L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2673S: Maintained
2674F: drivers/video/i810/
2675
2676INTEL MENLOW THERMAL DRIVER
2677M: Sujith Thomas <sujith.thomas@intel.com>
2678L: linux-acpi@vger.kernel.org
2679W: http://www.lesswatts.org/projects/acpi/
2680S: Supported
2681F: drivers/platform/x86/intel_menlow.c
2682
2683INTEL IA32 MICROCODE UPDATE SUPPORT
2684M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2685S: Maintained
2686F: arch/x86/kernel/microcode_core.c
2687F: arch/x86/kernel/microcode_intel.c
2688
2689INTEL I/OAT DMA DRIVER
2690M: Maciej Sosnowski <maciej.sosnowski@intel.com>
2691S: Supported
2692F: drivers/dma/ioat*
2693
2694INTEL IOMMU (VT-d)
2695M: David Woodhouse <dwmw2@infradead.org>
2696L: iommu@lists.linux-foundation.org
2697T: git git://git.infradead.org/iommu-2.6.git
2698S: Supported
2699F: drivers/pci/intel-iommu.c
2700F: include/linux/intel-iommu.h
2701
2702INTEL IOP-ADMA DMA DRIVER
2703M: Dan Williams <dan.j.williams@intel.com>
2704S: Maintained
2705F: drivers/dma/iop-adma.c
2706
2707INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2708M: Krzysztof Halasa <khc@pm.waw.pl>
2709S: Maintained
2710F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2711F: arch/arm/mach-ixp4xx/include/mach/npe.h
2712F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2713F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2714F: drivers/net/arm/ixp4xx_eth.c
2715F: drivers/net/wan/ixp4xx_hss.c
2716
2717INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2718M: Deepak Saxena <dsaxena@plexity.net>
2719S: Maintained
2720F: drivers/char/hw_random/ixp4xx-rng.c
2721
2722INTEL IXP2000 ETHERNET DRIVER
2723M: Lennert Buytenhek <kernel@wantstofly.org>
2724L: netdev@vger.kernel.org
2725S: Maintained
2726F: drivers/net/ixp2000/
2727
2728INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2729M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2730M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2731M: Bruce Allan <bruce.w.allan@intel.com>
2732M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2733M: John Ronciak <john.ronciak@intel.com>
2734L: e1000-devel@lists.sourceforge.net
2735W: http://e1000.sourceforge.net/
2736S: Supported
2737F: drivers/net/e100.c
2738F: drivers/net/e1000/
2739F: drivers/net/e1000e/
2740F: drivers/net/igb/
2741F: drivers/net/ixgb/
2742F: drivers/net/ixgbe/
2743
2744INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2745M: Zhu Yi <yi.zhu@intel.com>
2746M: Reinette Chatre <reinette.chatre@intel.com>
2747M: Intel Linux Wireless <ilw@linux.intel.com>
2748L: linux-wireless@vger.kernel.org
2749W: http://ipw2100.sourceforge.net
2750S: Odd Fixes
2751F: Documentation/networking/README.ipw2100
2752F: drivers/net/wireless/ipw2x00/ipw2100.*
2753
2754INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2755M: Zhu Yi <yi.zhu@intel.com>
2756M: Reinette Chatre <reinette.chatre@intel.com>
2757M: Intel Linux Wireless <ilw@linux.intel.com>
2758L: linux-wireless@vger.kernel.org
2759W: http://ipw2200.sourceforge.net
2760S: Odd Fixes
2761F: Documentation/networking/README.ipw2200
2762F: drivers/net/wireless/ipw2x00/ipw2200.*
2763
2764INTEL WIRELESS WIMAX CONNECTION 2400
2765M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2766M: linux-wimax@intel.com
2767L: wimax@linuxwimax.org
2768S: Supported
2769W: http://linuxwimax.org
2770F: Documentation/wimax/README.i2400m
2771F: drivers/net/wimax/i2400m/
2772F: include/linux/wimax/i2400m.h
2773
2774INTEL WIRELESS WIFI LINK (iwlwifi)
2775M: Zhu Yi <yi.zhu@intel.com>
2776M: Reinette Chatre <reinette.chatre@intel.com>
2777M: Intel Linux Wireless <ilw@linux.intel.com>
2778L: linux-wireless@vger.kernel.org
2779W: http://intellinuxwireless.org
2780T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2781S: Supported
2782F: drivers/net/wireless/iwlwifi/
2783
2784IOC3 ETHERNET DRIVER
2785M: Ralf Baechle <ralf@linux-mips.org>
2786L: linux-mips@linux-mips.org
2787S: Maintained
2788F: drivers/net/ioc3-eth.c
2789
2790IOC3 SERIAL DRIVER
2791M: Pat Gefre <pfg@sgi.com>
2792L: linux-mips@linux-mips.org
2793S: Maintained
2794F: drivers/serial/ioc3_serial.c
2795
2796IP MASQUERADING
2797M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2798S: Maintained
2799F: net/ipv4/netfilter/ipt_MASQUERADE.c
2800
2801IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2802M: Francois Romieu <romieu@fr.zoreil.com>
2803M: Sorbica Shieh <sorbica@icplus.com.tw>
2804M: Jesse Huang <jesse@icplus.com.tw>
2805L: netdev@vger.kernel.org
2806S: Maintained
2807F: drivers/net/ipg.c
2808
2809IPATH DRIVER
2810M: Ralph Campbell <infinipath@qlogic.com>
2811L: linux-rdma@vger.kernel.org
2812T: git git://git.qlogic.com/ipath-linux-2.6
2813S: Supported
2814F: drivers/infiniband/hw/ipath/
2815
2816IPMI SUBSYSTEM
2817M: Corey Minyard <minyard@acm.org>
2818L: openipmi-developer@lists.sourceforge.net
2819W: http://openipmi.sourceforge.net/
2820S: Supported
2821F: Documentation/IPMI.txt
2822F: drivers/char/ipmi/
2823F: include/linux/ipmi*
2824
2825IPS SCSI RAID DRIVER
2826M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2827L: linux-scsi@vger.kernel.org
2828W: http://www.adaptec.com/
2829S: Maintained
2830F: drivers/scsi/ips*
2831
2832IPVS
2833M: Wensong Zhang <wensong@linux-vs.org>
2834M: Simon Horman <horms@verge.net.au>
2835M: Julian Anastasov <ja@ssi.bg>
2836L: netdev@vger.kernel.org
2837L: lvs-devel@vger.kernel.org
2838S: Maintained
2839F: Documentation/networking/ipvs-sysctl.txt
2840F: include/net/ip_vs.h
2841F: include/linux/ip_vs.h
2842F: net/netfilter/ipvs/
2843
2844IPWIRELESS DRIVER
2845M: Jiri Kosina <jkosina@suse.cz>
2846M: David Sterba <dsterba@suse.cz>
2847S: Maintained
2848T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2849F: drivers/char/pcmcia/ipwireless/
2850
2851IPX NETWORK LAYER
2852M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2853L: netdev@vger.kernel.org
2854S: Maintained
2855F: include/linux/ipx.h
2856F: include/net/ipx.h
2857F: net/ipx/
2858
2859IRDA SUBSYSTEM
2860M: Samuel Ortiz <samuel@sortiz.org>
2861L: irda-users@lists.sourceforge.net (subscribers-only)
2862W: http://irda.sourceforge.net/
2863S: Maintained
2864T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2865F: Documentation/networking/irda.txt
2866F: drivers/net/irda/
2867F: include/net/irda/
2868F: net/irda/
2869
2870ISAPNP
2871M: Jaroslav Kysela <perex@perex.cz>
2872S: Maintained
2873F: Documentation/isapnp.txt
2874F: drivers/pnp/isapnp/
2875F: include/linux/isapnp.h
2876
2877ISCSI
2878M: Mike Christie <michaelc@cs.wisc.edu>
2879L: open-iscsi@googlegroups.com
2880W: www.open-iscsi.org
2881T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2882S: Maintained
2883F: drivers/scsi/*iscsi*
2884F: include/scsi/*iscsi*
2885
2886ISDN SUBSYSTEM
2887M: Karsten Keil <isdn@linux-pingi.de>
2888L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2889W: http://www.isdn4linux.de
2890T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2891S: Maintained
2892F: Documentation/isdn/
2893F: drivers/isdn/
2894F: include/linux/isdn.h
2895F: include/linux/isdn/
2896
2897ISDN SUBSYSTEM (Eicon active card driver)
2898M: Armin Schindler <mac@melware.de>
2899L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
2900W: http://www.melware.de
2901S: Maintained
2902F: drivers/isdn/hardware/eicon/
2903
2904IVTV VIDEO4LINUX DRIVER
2905M: Hans Verkuil <hverkuil@xs4all.nl>
2906L: ivtv-devel@ivtvdriver.org
2907L: linux-media@vger.kernel.org
2908T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2909W: http://www.ivtvdriver.org
2910S: Maintained
2911F: Documentation/video4linux/*.ivtv
2912F: drivers/media/video/ivtv/
2913F: include/linux/ivtv*
2914
2915JFS FILESYSTEM
2916M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2917L: jfs-discussion@lists.sourceforge.net
2918W: http://jfs.sourceforge.net/
2919T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2920S: Maintained
2921F: Documentation/filesystems/jfs.txt
2922F: fs/jfs/
2923
2924JME NETWORK DRIVER
2925M: Guo-Fu Tseng <cooldavid@cooldavid.org>
2926L: netdev@vger.kernel.org
2927S: Maintained
2928F: drivers/net/jme.*
2929
2930JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2931M: David Woodhouse <dwmw2@infradead.org>
2932L: linux-mtd@lists.infradead.org
2933W: http://www.linux-mtd.infradead.org/doc/jffs2.html
2934S: Maintained
2935F: fs/jffs2/
2936F: include/linux/jffs2.h
2937
2938JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2939M: Andrew Morton <akpm@linux-foundation.org>
2940M: Jan Kara <jack@suse.cz>
2941L: linux-ext4@vger.kernel.org
2942S: Maintained
2943F: fs/jbd*/
2944F: include/linux/ext*jbd*.h
2945F: include/linux/jbd*.h
2946
2947K8TEMP HARDWARE MONITORING DRIVER
2948M: Rudolf Marek <r.marek@assembler.cz>
2949L: lm-sensors@lm-sensors.org
2950S: Maintained
2951F: Documentation/hwmon/k8temp
2952F: drivers/hwmon/k8temp.c
2953
2954KCONFIG
2955M: Roman Zippel <zippel@linux-m68k.org>
2956L: linux-kbuild@vger.kernel.org
2957S: Maintained
2958F: Documentation/kbuild/kconfig-language.txt
2959F: scripts/kconfig/
2960
2961KDUMP
2962M: Vivek Goyal <vgoyal@redhat.com>
2963M: Haren Myneni <hbabu@us.ibm.com>
2964L: kexec@lists.infradead.org
2965W: http://lse.sourceforge.net/kdump/
2966S: Maintained
2967F: Documentation/kdump/
2968
2969KERNEL AUTOMOUNTER (AUTOFS)
2970M: "H. Peter Anvin" <hpa@zytor.com>
2971L: autofs@linux.kernel.org
2972S: Odd Fixes
2973F: fs/autofs/
2974
2975KERNEL AUTOMOUNTER v4 (AUTOFS4)
2976M: Ian Kent <raven@themaw.net>
2977L: autofs@linux.kernel.org
2978S: Maintained
2979F: fs/autofs4/
2980
2981KERNEL BUILD
2982M: Sam Ravnborg <sam@ravnborg.org>
2983T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2984T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2985L: linux-kbuild@vger.kernel.org
2986S: Maintained
2987F: Documentation/kbuild/
2988F: Makefile
2989F: scripts/Makefile.*
2990
2991KERNEL JANITORS
2992L: kernel-janitors@vger.kernel.org
2993W: http://www.kerneljanitors.org/
2994S: Maintained
2995
2996KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2997M: "J. Bruce Fields" <bfields@fieldses.org>
2998M: Neil Brown <neilb@suse.de>
2999L: linux-nfs@vger.kernel.org
3000W: http://nfs.sourceforge.net/
3001S: Supported
3002F: fs/nfsd/
3003F: include/linux/nfsd/
3004F: fs/lockd/
3005F: fs/nfs_common/
3006F: net/sunrpc/
3007F: include/linux/lockd/
3008F: include/linux/sunrpc/
3009
3010KERNEL VIRTUAL MACHINE (KVM)
3011M: Avi Kivity <avi@redhat.com>
3012M: Marcelo Tosatti <mtosatti@redhat.com>
3013L: kvm@vger.kernel.org
3014W: http://kvm.qumranet.com
3015S: Supported
3016F: Documentation/*/kvm.txt
3017F: arch/*/kvm/
3018F: arch/*/include/asm/kvm*
3019F: include/linux/kvm*
3020F: virt/kvm/
3021
3022KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3023M: Joerg Roedel <joerg.roedel@amd.com>
3024L: kvm@vger.kernel.org
3025W: http://kvm.qumranet.com
3026S: Supported
3027F: arch/x86/include/asm/svm.h
3028F: arch/x86/kvm/kvm_svm.h
3029F: arch/x86/kvm/svm.c
3030
3031KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3032M: Hollis Blanchard <hollisb@us.ibm.com>
3033L: kvm-ppc@vger.kernel.org
3034W: http://kvm.qumranet.com
3035S: Supported
3036F: arch/powerpc/include/asm/kvm*
3037F: arch/powerpc/kvm/
3038
3039KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3040M: Xiantao Zhang <xiantao.zhang@intel.com>
3041L: kvm-ia64@vger.kernel.org
3042W: http://kvm.qumranet.com
3043S: Supported
3044F: Documentation/ia64/kvm.txt
3045F: arch/ia64/include/asm/kvm*
3046F: arch/ia64/kvm/
3047
3048KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3049M: Carsten Otte <cotte@de.ibm.com>
3050M: Christian Borntraeger <borntraeger@de.ibm.com>
3051M: linux390@de.ibm.com
3052L: linux-s390@vger.kernel.org
3053W: http://www.ibm.com/developerworks/linux/linux390/
3054S: Supported
3055F: Documentation/s390/kvm.txt
3056F: arch/s390/include/asm/kvm*
3057F: arch/s390/kvm/
3058
3059KEXEC
3060M: Eric Biederman <ebiederm@xmission.com>
3061W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3062L: kexec@lists.infradead.org
3063S: Maintained
3064F: include/linux/kexec.h
3065F: kernel/kexec.c
3066
3067KGDB
3068M: Jason Wessel <jason.wessel@windriver.com>
3069L: kgdb-bugreport@lists.sourceforge.net
3070S: Maintained
3071F: Documentation/DocBook/kgdb.tmpl
3072F: drivers/misc/kgdbts.c
3073F: drivers/serial/kgdboc.c
3074F: include/linux/kgdb.h
3075F: kernel/kgdb.c
3076
3077KMEMCHECK
3078M: Vegard Nossum <vegardno@ifi.uio.no>
3079P Pekka Enberg
3080M: penberg@cs.helsinki.fi
3081S: Maintained
3082
3083KMEMLEAK
3084M: Catalin Marinas <catalin.marinas@arm.com>
3085S: Maintained
3086F: Documentation/kmemleak.txt
3087F: include/linux/kmemleak.h
3088F: mm/kmemleak.c
3089F: mm/kmemleak-test.c
3090
3091KMEMTRACE
3092M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3093S: Maintained
3094F: Documentation/trace/kmemtrace.txt
3095F: include/linux/kmemtrace.h
3096F: kernel/trace/kmemtrace.c
3097
3098KPROBES
3099M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3100M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3101M: "David S. Miller" <davem@davemloft.net>
3102M: Masami Hiramatsu <mhiramat@redhat.com>
3103S: Maintained
3104F: Documentation/kprobes.txt
3105F: include/linux/kprobes.h
3106F: kernel/kprobes.c
3107
3108KS0108 LCD CONTROLLER DRIVER
3109M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3110W: http://miguelojeda.es/auxdisplay.htm
3111W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3112S: Maintained
3113F: Documentation/auxdisplay/ks0108
3114F: drivers/auxdisplay/ks0108.c
3115F: include/linux/ks0108.h
3116
3117LAPB module
3118L: linux-x25@vger.kernel.org
3119S: Orphan
3120F: Documentation/networking/lapb-module.txt
3121F: include/*/lapb.h
3122F: net/lapb/
3123
3124LASI 53c700 driver for PARISC
3125M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3126L: linux-scsi@vger.kernel.org
3127S: Maintained
3128F: Documentation/scsi/53c700.txt
3129F: drivers/scsi/53c700*
3130
3131LED SUBSYSTEM
3132M: Richard Purdie <rpurdie@rpsys.net>
3133S: Maintained
3134F: drivers/leds/
3135F: include/linux/leds.h
3136
3137LEGO USB Tower driver
3138M: Juergen Stuber <starblue@users.sourceforge.net>
3139L: legousb-devel@lists.sourceforge.net
3140W: http://legousb.sourceforge.net/
3141S: Maintained
3142F: drivers/usb/misc/legousbtower.c
3143
3144LGUEST
3145M: Rusty Russell <rusty@rustcorp.com.au>
3146L: lguest@ozlabs.org
3147W: http://lguest.ozlabs.org/
3148S: Maintained
3149F: Documentation/lguest/
3150F: arch/x86/lguest/
3151F: drivers/lguest/
3152F: include/linux/lguest*.h
3153F: arch/x86/include/asm/lguest*.h
3154
3155LINUX FOR IBM pSERIES (RS/6000)
3156M: Paul Mackerras <paulus@au.ibm.com>
3157W: http://www.ibm.com/linux/ltc/projects/ppc
3158S: Supported
3159
3160LINUX FOR POWERPC (32-BIT AND 64-BIT)
3161M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3162M: Paul Mackerras <paulus@samba.org>
3163W: http://www.penguinppc.org/
3164L: linuxppc-dev@ozlabs.org
3165T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3166S: Supported
3167
3168LINUX FOR POWER MACINTOSH
3169M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3170W: http://www.penguinppc.org/
3171L: linuxppc-dev@ozlabs.org
3172S: Maintained
3173
3174LINUX FOR POWERPC EMBEDDED MPC5XXX
3175M: Grant Likely <grant.likely@secretlab.ca>
3176L: linuxppc-dev@ozlabs.org
3177T: git git://git.secretlab.ca/git/linux-2.6.git
3178S: Maintained
3179
3180LINUX FOR POWERPC EMBEDDED PPC4XX
3181M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3182M: Matt Porter <mporter@kernel.crashing.org>
3183W: http://www.penguinppc.org/
3184L: linuxppc-dev@ozlabs.org
3185T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3186S: Maintained
3187
3188LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3189M: Grant Likely <grant.likely@secretlab.ca>
3190W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3191L: linuxppc-dev@ozlabs.org
3192T: git git://git.secretlab.ca/git/linux-2.6.git
3193S: Maintained
3194
3195LINUX FOR POWERPC EMBEDDED PPC8XX
3196M: Vitaly Bordug <vitb@kernel.crashing.org>
3197M: Marcelo Tosatti <marcelo@kvack.org>
3198W: http://www.penguinppc.org/
3199L: linuxppc-dev@ozlabs.org
3200S: Maintained
3201
3202LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3203M: Kumar Gala <galak@kernel.crashing.org>
3204W: http://www.penguinppc.org/
3205L: linuxppc-dev@ozlabs.org
3206S: Maintained
3207
3208LINUX FOR POWERPC PA SEMI PWRFICIENT
3209M: Olof Johansson <olof@lixom.net>
3210W: http://www.pasemi.com/
3211L: linuxppc-dev@ozlabs.org
3212S: Supported
3213
3214LINUX SECURITY MODULE (LSM) FRAMEWORK
3215M: Chris Wright <chrisw@sous-sol.org>
3216L: linux-security-module@vger.kernel.org
3217T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3218S: Supported
3219
3220LLC (802.2)
3221M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3222S: Maintained
3223F: include/linux/llc.h
3224F: include/net/llc*
3225F: net/llc/
3226
3227LIS3LV02D ACCELEROMETER DRIVER
3228M: Eric Piel <eric.piel@tremplin-utc.net>
3229S: Maintained
3230F: Documentation/hwmon/lis3lv02d
3231F: drivers/hwmon/lis3lv02d.*
3232
3233LM83 HARDWARE MONITOR DRIVER
3234M: Jean Delvare <khali@linux-fr.org>
3235L: lm-sensors@lm-sensors.org
3236S: Maintained
3237F: Documentation/hwmon/lm83
3238F: drivers/hwmon/lm83.c
3239
3240LM90 HARDWARE MONITOR DRIVER
3241M: Jean Delvare <khali@linux-fr.org>
3242L: lm-sensors@lm-sensors.org
3243S: Maintained
3244F: Documentation/hwmon/lm90
3245F: drivers/hwmon/lm90.c
3246
3247LOCKDEP AND LOCKSTAT
3248M: Peter Zijlstra <peterz@infradead.org>
3249M: Ingo Molnar <mingo@redhat.com>
3250T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3251S: Maintained
3252F: Documentation/lockdep*.txt
3253F: Documentation/lockstat.txt
3254F: include/linux/lockdep.h
3255F: kernel/lockdep*
3256
3257LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3258M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3259L: linux-ntfs-dev@lists.sourceforge.net
3260W: http://www.linux-ntfs.org/content/view/19/37/
3261S: Maintained
3262F: Documentation/ldm.txt
3263F: fs/partitions/ldm.*
3264
3265LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3266M: Eric Moore <Eric.Moore@lsi.com>
3267M: support@lsi.com
3268L: DL-MPTFusionLinux@lsi.com
3269L: linux-scsi@vger.kernel.org
3270W: http://www.lsilogic.com/support
3271S: Supported
3272F: drivers/message/fusion/
3273
3274LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3275M: Matthew Wilcox <matthew@wil.cx>
3276L: linux-scsi@vger.kernel.org
3277S: Maintained
3278F: drivers/scsi/sym53c8xx_2/
3279
3280LTP (Linux Test Project)
3281M: Subrata Modak <subrata@linux.vnet.ibm.com>
3282M: Mike Frysinger <vapier@gentoo.org>
3283L: ltp-list@lists.sourceforge.net (subscribers-only)
3284W: http://ltp.sourceforge.net/
3285T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3286S: Maintained
3287
3288M32R ARCHITECTURE
3289M: Hirokazu Takata <takata@linux-m32r.org>
3290L: linux-m32r@ml.linux-m32r.org
3291L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3292W: http://www.linux-m32r.org/
3293S: Maintained
3294F: arch/m32r/
3295
3296M68K ARCHITECTURE
3297M: Geert Uytterhoeven <geert@linux-m68k.org>
3298M: Roman Zippel <zippel@linux-m68k.org>
3299L: linux-m68k@lists.linux-m68k.org
3300W: http://www.linux-m68k.org/
3301T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3302S: Maintained
3303F: arch/m68k/
3304F: drivers/zorro/
3305
3306M68K ON APPLE MACINTOSH
3307M: Joshua Thompson <funaho@jurai.org>
3308W: http://www.mac.linux-m68k.org/
3309L: linux-m68k@lists.linux-m68k.org
3310S: Maintained
3311F: arch/m68k/mac/
3312
3313M68K ON HP9000/300
3314M: Philip Blundell <philb@gnu.org>
3315W: http://www.tazenda.demon.co.uk/phil/linux-hp
3316S: Maintained
3317F: arch/m68k/hp300/
3318
3319MAC80211
3320M: Johannes Berg <johannes@sipsolutions.net>
3321L: linux-wireless@vger.kernel.org
3322W: http://linuxwireless.org/
3323T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3324S: Maintained
3325F: Documentation/networking/mac80211-injection.txt
3326F: include/net/mac80211.h
3327F: net/mac80211/
3328
3329MAC80211 PID RATE CONTROL
3330M: Stefano Brivio <stefano.brivio@polimi.it>
3331M: Mattias Nissler <mattias.nissler@gmx.de>
3332L: linux-wireless@vger.kernel.org
3333W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3334T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3335S: Maintained
3336F: net/mac80211/rc80211_pid*
3337
3338MACVLAN DRIVER
3339M: Patrick McHardy <kaber@trash.net>
3340L: netdev@vger.kernel.org
3341S: Maintained
3342F: drivers/net/macvlan.c
3343F: include/linux/if_macvlan.h
3344
3345MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3346M: Michael Kerrisk <mtk.manpages@gmail.com>
3347W: http://www.kernel.org/doc/man-pages
3348L: linux-man@vger.kernel.org
3349S: Maintained
3350
3351MARVELL LIBERTAS WIRELESS DRIVER
3352M: Dan Williams <dcbw@redhat.com>
3353L: libertas-dev@lists.infradead.org
3354S: Maintained
3355F: drivers/net/wireless/libertas/
3356
3357MARVELL MV643XX ETHERNET DRIVER
3358M: Lennert Buytenhek <buytenh@marvell.com>
3359L: netdev@vger.kernel.org
3360S: Supported
3361F: drivers/net/mv643xx_eth.*
3362F: include/linux/mv643xx.h
3363
3364MARVELL MWL8K WIRELESS DRIVER
3365M: Lennert Buytenhek <buytenh@marvell.com>
3366L: linux-wireless@vger.kernel.org
3367S: Supported
3368F: drivers/net/wireless/mwl8k.c
3369
3370MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3371M: Nicolas Pitre <nico@fluxnic.net>
3372S: Maintained
3373
3374MARVELL YUKON / SYSKONNECT DRIVER
3375M: Mirko Lindner <mlindner@syskonnect.de>
3376M: Ralph Roesler <rroesler@syskonnect.de>
3377W: http://www.syskonnect.com
3378S: Supported
3379
3380MATROX FRAMEBUFFER DRIVER
3381M: Petr Vandrovec <vandrove@vc.cvut.cz>
3382L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3383S: Maintained
3384F: drivers/video/matrox/matroxfb_*
3385F: include/linux/matroxfb.h
3386
3387MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3388M: "Hans J. Koch" <hjk@linutronix.de>
3389L: lm-sensors@lm-sensors.org
3390S: Maintained
3391F: Documentation/hwmon/max6650
3392F: drivers/hwmon/max6650.c
3393
3394MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3395M: Mauro Carvalho Chehab <mchehab@infradead.org>
3396P: LinuxTV.org Project
3397L: linux-media@vger.kernel.org
3398W: http://linuxtv.org
3399T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3400S: Maintained
3401F: Documentation/dvb/
3402F: Documentation/video4linux/
3403F: drivers/media/
3404F: include/media/
3405F: include/linux/dvb/
3406F: include/linux/videodev*.h
3407
3408MEGARAID SCSI DRIVERS
3409M: Neela Syam Kolli <megaraidlinux@lsi.com>
3410L: linux-scsi@vger.kernel.org
3411W: http://megaraid.lsilogic.com
3412S: Maintained
3413F: Documentation/scsi/megaraid.txt
3414F: drivers/scsi/megaraid.*
3415F: drivers/scsi/megaraid/
3416
3417MEMORY MANAGEMENT
3418L: linux-mm@kvack.org
3419W: http://www.linux-mm.org
3420S: Maintained
3421F: include/linux/mm.h
3422F: mm/
3423
3424MEMORY RESOURCE CONTROLLER
3425M: Balbir Singh <balbir@linux.vnet.ibm.com>
3426M: Pavel Emelyanov <xemul@openvz.org>
3427M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3428L: linux-mm@kvack.org
3429S: Maintained
3430F: mm/memcontrol.c
3431
3432MEMORY TECHNOLOGY DEVICES (MTD)
3433M: David Woodhouse <dwmw2@infradead.org>
3434W: http://www.linux-mtd.infradead.org/
3435L: linux-mtd@lists.infradead.org
3436T: git git://git.infradead.org/mtd-2.6.git
3437S: Maintained
3438F: drivers/mtd/
3439F: include/linux/mtd/
3440F: include/mtd/
3441
3442MICROBLAZE ARCHITECTURE
3443M: Michal Simek <monstr@monstr.eu>
3444L: microblaze-uclinux@itee.uq.edu.au
3445W: http://www.monstr.eu/fdt/
3446T: git git://git.monstr.eu/linux-2.6-microblaze.git
3447S: Supported
3448F: arch/microblaze/
3449
3450MICROTEK X6 SCANNER
3451M: Oliver Neukum <oliver@neukum.name>
3452S: Maintained
3453F: drivers/usb/image/microtek.*
3454
3455MIPS
3456M: Ralf Baechle <ralf@linux-mips.org>
3457W: http://www.linux-mips.org/
3458L: linux-mips@linux-mips.org
3459T: git git://git.linux-mips.org/pub/scm/linux.git
3460S: Supported
3461F: Documentation/mips/
3462F: arch/mips/
3463
3464MISCELLANEOUS MCA-SUPPORT
3465M: James Bottomley <James.Bottomley@HansenPartnership.com>
3466S: Maintained
3467F: Documentation/ia64/mca.txt
3468F: Documentation/mca.txt
3469F: drivers/mca/
3470F: include/linux/mca*
3471
3472MODULE SUPPORT
3473M: Rusty Russell <rusty@rustcorp.com.au>
3474S: Maintained
3475F: include/linux/module.h
3476F: kernel/module.c
3477
3478MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3479M: Stelian Pop <stelian@popies.net>
3480W: http://popies.net/meye/
3481S: Maintained
3482F: Documentation/video4linux/meye.txt
3483F: drivers/media/video/meye.*
3484F: include/linux/meye.h
3485
3486MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3487M: Pavel Pisa <ppisa@pikron.com>
3488L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3489S: Maintained
3490F: drivers/mmc/host/imxmmc.*
3491
3492MOUSE AND MISC DEVICES [GENERAL]
3493M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3494S: Maintained
3495F: drivers/input/mouse/
3496F: include/linux/gpio_mouse.h
3497
3498MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3499M: Jiri Slaby <jirislaby@gmail.com>
3500S: Maintained
3501F: Documentation/serial/moxa-smartio
3502F: drivers/char/mxser.*
3503
3504MSI LAPTOP SUPPORT
3505M: Lennart Poettering <mzxreary@0pointer.de>
3506W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3507W: http://0pointer.de/lennart/tchibo.html
3508S: Maintained
3509F: drivers/platform/x86/msi-laptop.c
3510
3511MULTIFUNCTION DEVICES (MFD)
3512M: Samuel Ortiz <sameo@linux.intel.com>
3513T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3514S: Supported
3515F: drivers/mfd/
3516
3517MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3518S: Orphan
3519L: linux-mmc@vger.kernel.org
3520F: drivers/mmc/
3521F: include/linux/mmc/
3522
3523MULTIMEDIA CARD (MMC) ETC. OVER SPI
3524M: David Brownell <dbrownell@users.sourceforge.net>
3525S: Odd Fixes
3526F: drivers/mmc/host/mmc_spi.c
3527F: include/linux/spi/mmc_spi.h
3528
3529MULTISOUND SOUND DRIVER
3530M: Andrew Veliath <andrewtv@usa.net>
3531S: Maintained
3532F: Documentation/sound/oss/MultiSound
3533F: sound/oss/msnd*
3534
3535MULTITECH MULTIPORT CARD (ISICOM)
3536M: Jiri Slaby <jirislaby@gmail.com>
3537S: Maintained
3538F: drivers/char/isicom.c
3539F: include/linux/isicom.h
3540
3541MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3542M: Felipe Balbi <felipe.balbi@nokia.com>
3543L: linux-usb@vger.kernel.org
3544T: git git://gitorious.org/musb/mainline.git
3545S: Maintained
3546F: drivers/usb/musb/
3547
3548MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3549M: Andrew Gallatin <gallatin@myri.com>
3550M: Brice Goglin <brice@myri.com>
3551L: netdev@vger.kernel.org
3552W: http://www.myri.com/scs/download-Myri10GE.html
3553S: Supported
3554F: drivers/net/myri10ge/
3555
3556NATSEMI ETHERNET DRIVER (DP8381x)
3557M: Tim Hockin <thockin@hockin.org>
3558S: Maintained
3559F: drivers/net/natsemi.c
3560
3561NCP FILESYSTEM
3562M: Petr Vandrovec <vandrove@vc.cvut.cz>
3563S: Maintained
3564F: fs/ncpfs/
3565
3566NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3567M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3568L: linux-scsi@vger.kernel.org
3569S: Maintained
3570F: drivers/scsi/NCR_D700.*
3571
3572NETEFFECT IWARP RNIC DRIVER (IW_NES)
3573M: Faisal Latif <faisal.latif@intel.com>
3574M: Chien Tung <chien.tin.tung@intel.com>
3575L: linux-rdma@vger.kernel.org
3576W: http://www.neteffect.com
3577S: Supported
3578F: drivers/infiniband/hw/nes/
3579
3580NETEM NETWORK EMULATOR
3581M: Stephen Hemminger <shemminger@linux-foundation.org>
3582L: netem@lists.linux-foundation.org
3583S: Maintained
3584F: net/sched/sch_netem.c
3585
3586NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3587M: Ramkrishna Vepa <ram.vepa@neterion.com>
3588M: Rastapur Santosh <santosh.rastapur@neterion.com>
3589M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3590M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3591M: Anil Murthy <anil.murthy@neterion.com>
3592L: netdev@vger.kernel.org
3593W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3594W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3595S: Supported
3596F: Documentation/networking/s2io.txt
3597F: drivers/net/s2io*
3598
3599NETFILTER/IPTABLES/IPCHAINS
3600P: Rusty Russell
3601P: Marc Boucher
3602P: James Morris
3603P: Harald Welte
3604P: Jozsef Kadlecsik
3605M: Patrick McHardy <kaber@trash.net>
3606L: netfilter-devel@vger.kernel.org
3607L: netfilter@vger.kernel.org
3608L: coreteam@netfilter.org
3609W: http://www.netfilter.org/
3610W: http://www.iptables.org/
3611T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3612S: Supported
3613F: include/linux/netfilter*
3614F: include/linux/netfilter/
3615F: include/net/netfilter/
3616F: net/*/netfilter.c
3617F: net/*/netfilter/
3618F: net/netfilter/
3619
3620NETLABEL
3621M: Paul Moore <paul.moore@hp.com>
3622W: http://netlabel.sf.net
3623L: netdev@vger.kernel.org
3624S: Supported
3625F: Documentation/netlabel/
3626F: include/net/netlabel.h
3627F: net/netlabel/
3628
3629NETROM NETWORK LAYER
3630M: Ralf Baechle <ralf@linux-mips.org>
3631L: linux-hams@vger.kernel.org
3632W: http://www.linux-ax25.org/
3633S: Maintained
3634F: include/linux/netrom.h
3635F: include/net/netrom.h
3636F: net/netrom/
3637
3638NETWORK BLOCK DEVICE (NBD)
3639M: Paul Clements <Paul.Clements@steeleye.com>
3640S: Maintained
3641F: Documentation/blockdev/nbd.txt
3642F: drivers/block/nbd.c
3643F: include/linux/nbd.h
3644
3645NETWORK DROP MONITOR
3646M: Neil Horman <nhorman@tuxdriver.com>
3647L: netdev@vger.kernel.org
3648S: Maintained
3649W: https://fedorahosted.org/dropwatch/
3650F: net/core/drop_monitor.c
3651
3652NETWORKING [GENERAL]
3653M: "David S. Miller" <davem@davemloft.net>
3654L: netdev@vger.kernel.org
3655W: http://www.linuxfoundation.org/en/Net
3656W: http://patchwork.ozlabs.org/project/netdev/list/
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 (moderated for non-subscribers)
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
5638VMWARE VMXNET3 ETHERNET DRIVER
5639M: Shreyas Bhatewara <sbhatewara@vmware.com>
5640M: VMware, Inc. <pv-drivers@vmware.com>
5641L: netdev@vger.kernel.org
5642S: Maintained
5643F: drivers/net/vmxnet3/
5644
5645VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5646M: Liam Girdwood <lrg@slimlogic.co.uk>
5647M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5648W: http://opensource.wolfsonmicro.com/node/15
5649W: http://www.slimlogic.co.uk/?p=48
5650T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5651S: Supported
5652F: drivers/regulator/
5653F: include/linux/regulator/
5654
5655VT1211 HARDWARE MONITOR DRIVER
5656M: Juerg Haefliger <juergh@gmail.com>
5657L: lm-sensors@lm-sensors.org
5658S: Maintained
5659F: Documentation/hwmon/vt1211
5660F: drivers/hwmon/vt1211.c
5661
5662VT8231 HARDWARE MONITOR DRIVER
5663M: Roger Lucas <vt8231@hiddenengine.co.uk>
5664L: lm-sensors@lm-sensors.org
5665S: Maintained
5666F: drivers/hwmon/vt8231.c
5667
5668W1 DALLAS'S 1-WIRE BUS
5669M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5670S: Maintained
5671F: Documentation/w1/
5672F: drivers/w1/
5673
5674W83791D HARDWARE MONITORING DRIVER
5675M: Marc Hulsman <m.hulsman@tudelft.nl>
5676L: lm-sensors@lm-sensors.org
5677S: Maintained
5678F: Documentation/hwmon/w83791d
5679F: drivers/hwmon/w83791d.c
5680
5681W83793 HARDWARE MONITORING DRIVER
5682M: Rudolf Marek <r.marek@assembler.cz>
5683L: lm-sensors@lm-sensors.org
5684S: Maintained
5685F: Documentation/hwmon/w83793
5686F: drivers/hwmon/w83793.c
5687
5688W83L51xD SD/MMC CARD INTERFACE DRIVER
5689M: Pierre Ossman <pierre@ossman.eu>
5690S: Maintained
5691F: drivers/mmc/host/wbsd.*
5692
5693WATCHDOG DEVICE DRIVERS
5694M: Wim Van Sebroeck <wim@iguana.be>
5695T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5696S: Maintained
5697F: Documentation/watchdog/
5698F: drivers/watchdog/
5699F: include/linux/watchdog.h
5700
5701WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5702M: Jean Tourrilhes <jt@hpl.hp.com>
5703L: linux-wireless@vger.kernel.org
5704W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5705S: Maintained
5706F: Documentation/networking/wavelan.txt
5707F: drivers/net/wireless/wavelan*
5708
5709WD7000 SCSI DRIVER
5710M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5711L: linux-scsi@vger.kernel.org
5712S: Maintained
5713F: drivers/scsi/wd7000.c
5714
5715WINBOND CIR DRIVER
5716