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