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