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