Root/MAINTAINERS

Source at commit 815a0e30c5db6b829e4eb5a21070bc732bb9dd78 created 12 years 6 months ago.
By Werner Almesberger, atusb driver for extended mode (untested and unfinished )
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
68Descriptions of section entries:
69
70    P: Person (obsolete)
71    M: Mail patches to: FullName <address@domain>
72    L: Mailing list that is relevant to this area
73    W: Web-page with status/info
74    Q: Patchwork web based patch tracking system site
75    T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
76    S: Status, one of the following:
77       Supported: Someone is actually paid to look after this.
78       Maintained: Someone actually looks after it.
79       Odd Fixes: It has a maintainer but they don't have time to do
80            much other than throw the odd patch in. See below..
81       Orphan: No current maintainer [but maybe you could take the
82            role as you write your new code].
83       Obsolete: Old code. Something tagged obsolete generally means
84            it has been replaced by a better system and you
85            should be using that.
86    F: Files and directories with wildcard patterns.
87       A trailing slash includes all files and subdirectory files.
88       F: drivers/net/ all files in and below drivers/net
89       F: drivers/net/* all files in drivers/net, but not below
90       F: */net/* all files in "any top level directory"/net
91       One pattern per line. Multiple F: lines acceptable.
92    X: Files and directories that are NOT maintained, same rules as F:
93       Files exclusions are tested before file matches.
94       Can be useful for excluding a specific subdirectory, for instance:
95       F: net/
96       X: net/ipv6/
97       matches all files in and below net excluding net/ipv6/
98    K: Keyword perl extended regex pattern to match content in a
99       patch or file. For instance:
100       K: of_get_profile
101          matches patches or files that contain "of_get_profile"
102       K: \b(printk|pr_(info|err))\b
103          matches patches or files that contain one or more of the words
104          printk, pr_info or pr_err
105       One regex pattern per line. Multiple K: lines acceptable.
106
107Note: For the hard of thinking, this list is meant to remain in alphabetical
108order. If you could add yourselves to it in alphabetical order that would be
109so much easier [Ed]
110
111Maintainers List (try to look for most precise areas first)
112
113        -----------------------------------
114
1153C505 NETWORK DRIVER
116M: Philip Blundell <philb@gnu.org>
117L: netdev@vger.kernel.org
118S: Maintained
119F: drivers/net/3c505*
120
1213C59X NETWORK DRIVER
122M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123L: netdev@vger.kernel.org
124S: Maintained
125F: Documentation/networking/vortex.txt
126F: drivers/net/3c59x.c
127
1283CR990 NETWORK DRIVER
129M: David Dillow <dave@thedillows.org>
130L: netdev@vger.kernel.org
131S: Maintained
132F: drivers/net/typhoon*
133
1343WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135M: Adam Radford <linuxraid@lsi.com>
136L: linux-scsi@vger.kernel.org
137W: http://www.lsi.com
138S: Supported
139F: drivers/scsi/3w-*
140
14153C700 AND 53C700-66 SCSI DRIVER
142M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143L: linux-scsi@vger.kernel.org
144S: Maintained
145F: drivers/scsi/53c700*
146
1476PACK NETWORK DRIVER FOR AX.25
148M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
149L: linux-hams@vger.kernel.org
150S: Maintained
151F: drivers/net/hamradio/6pack.c
152
1538169 10/100/1000 GIGABIT ETHERNET DRIVER
154M: Francois Romieu <romieu@fr.zoreil.com>
155L: netdev@vger.kernel.org
156S: Maintained
157F: drivers/net/r8169.c
158
1598250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160M: Greg Kroah-Hartman <gregkh@suse.de>
161L: linux-serial@vger.kernel.org
162W: http://serial.sourceforge.net
163S: Maintained
164T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
165F: drivers/tty/serial/8250*
166F: include/linux/serial_8250.h
167
1688390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169L: netdev@vger.kernel.org
170S: Orphan / Obsolete
171F: drivers/net/*8390*
172F: drivers/net/ax88796.c
173
1749P FILE SYSTEM
175M: Eric Van Hensbergen <ericvh@gmail.com>
176M: Ron Minnich <rminnich@sandia.gov>
177M: Latchesar Ionkov <lucho@ionkov.net>
178L: v9fs-developer@lists.sourceforge.net
179W: http://swik.net/v9fs
180Q: http://patchwork.kernel.org/project/v9fs-devel/list/
181T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
182S: Maintained
183F: Documentation/filesystems/9p.txt
184F: fs/9p/
185
186A2232 SERIAL BOARD DRIVER
187M: Enver Haase <A2232@gmx.net>
188L: linux-m68k@lists.linux-m68k.org
189S: Maintained
190F: drivers/char/ser_a2232*
191
192AACRAID SCSI RAID DRIVER
193M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Supported
197F: Documentation/scsi/aacraid.txt
198F: drivers/scsi/aacraid/
199
200ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201M: Hans de Goede <j.w.r.degoede@hhs.nl>
202L: lm-sensors@lm-sensors.org
203S: Maintained
204F: drivers/hwmon/abituguru.c
205
206ABIT UGURU 3 HARDWARE MONITOR DRIVER
207M: Alistair John Strachan <alistair@devzero.co.uk>
208L: lm-sensors@lm-sensors.org
209S: Maintained
210F: drivers/hwmon/abituguru3.c
211
212ACENIC DRIVER
213M: Jes Sorensen <jes@trained-monkey.org>
214L: linux-acenic@sunsite.dk
215S: Maintained
216F: drivers/net/acenic*
217
218ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219M: Peter Feuerer <peter@piie.net>
220L: platform-driver-x86@vger.kernel.org
221W: http://piie.net/?section=acerhdf
222S: Maintained
223F: drivers/platform/x86/acerhdf.c
224
225ACER WMI LAPTOP EXTRAS
226M: Carlos Corbacho <carlos@strangeworlds.co.uk>
227L: aceracpi@googlegroups.com (subscribers-only)
228L: platform-driver-x86@vger.kernel.org
229W: http://code.google.com/p/aceracpi
230S: Maintained
231F: drivers/platform/x86/acer-wmi.c
232
233ACPI
234M: Len Brown <lenb@kernel.org>
235L: linux-acpi@vger.kernel.org
236W: http://www.lesswatts.org/projects/acpi/
237Q: http://patchwork.kernel.org/project/linux-acpi/list/
238T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239S: Supported
240F: drivers/acpi/
241F: drivers/pnp/pnpacpi/
242F: include/linux/acpi.h
243F: include/acpi/
244
245ACPI FAN DRIVER
246M: Zhang Rui <rui.zhang@intel.com>
247L: linux-acpi@vger.kernel.org
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/fan.c
251
252ACPI PROCESSOR AGGREGATOR DRIVER
253M: Shaohua Li <shaohua.li@intel.com>
254L: linux-acpi@vger.kernel.org
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/acpi_pad.c
258
259ACPI THERMAL DRIVER
260M: Zhang Rui <rui.zhang@intel.com>
261L: linux-acpi@vger.kernel.org
262W: http://www.lesswatts.org/projects/acpi/
263S: Supported
264F: drivers/acpi/*thermal*
265
266ACPI VIDEO DRIVER
267M: Zhang Rui <rui.zhang@intel.com>
268L: linux-acpi@vger.kernel.org
269W: http://www.lesswatts.org/projects/acpi/
270S: Supported
271F: drivers/acpi/video.c
272
273ACPI WMI DRIVER
274M: Carlos Corbacho <carlos@strangeworlds.co.uk>
275L: platform-driver-x86@vger.kernel.org
276W: http://www.lesswatts.org/projects/acpi/
277S: Maintained
278F: drivers/platform/x86/wmi.c
279
280AD1889 ALSA SOUND DRIVER
281M: Kyle McMartin <kyle@mcmartin.ca>
282M: Thibaut Varene <T-Bone@parisc-linux.org>
283W: http://wiki.parisc-linux.org/AD1889
284L: linux-parisc@vger.kernel.org
285S: Maintained
286F: sound/pci/ad1889.*
287
288AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289M: Michael Hennerich <michael.hennerich@analog.com>
290L: device-driver-devel@blackfin.uclinux.org
291W: http://wiki-analog.com/AD5254
292S: Supported
293F: drivers/misc/ad525x_dpot.c
294
295AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296M: Michael Hennerich <michael.hennerich@analog.com>
297L: device-driver-devel@blackfin.uclinux.org
298W: http://wiki-analog.com/AD5398
299S: Supported
300F: drivers/regulator/ad5398.c
301
302AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303M: Michael Hennerich <michael.hennerich@analog.com>
304L: device-driver-devel@blackfin.uclinux.org
305W: http://wiki-analog.com/AD7142
306S: Supported
307F: drivers/input/misc/ad714x.c
308
309AD7877 TOUCHSCREEN DRIVER
310M: Michael Hennerich <michael.hennerich@analog.com>
311L: device-driver-devel@blackfin.uclinux.org
312W: http://wiki-analog.com/AD7877
313S: Supported
314F: drivers/input/touchscreen/ad7877.c
315
316AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317M: Michael Hennerich <michael.hennerich@analog.com>
318L: device-driver-devel@blackfin.uclinux.org
319W: http://wiki-analog.com/AD7879
320S: Supported
321F: drivers/input/touchscreen/ad7879.c
322
323ADM1025 HARDWARE MONITOR DRIVER
324M: Jean Delvare <khali@linux-fr.org>
325L: lm-sensors@lm-sensors.org
326S: Maintained
327F: Documentation/hwmon/adm1025
328F: drivers/hwmon/adm1025.c
329
330ADM1029 HARDWARE MONITOR DRIVER
331M: Corentin Labbe <corentin.labbe@geomatys.fr>
332L: lm-sensors@lm-sensors.org
333S: Maintained
334F: drivers/hwmon/adm1029.c
335
336ADM8211 WIRELESS DRIVER
337L: linux-wireless@vger.kernel.org
338W: http://linuxwireless.org/
339S: Orphan
340F: drivers/net/wireless/adm8211.*
341
342ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343M: Michael Hennerich <michael.hennerich@analog.com>
344L: device-driver-devel@blackfin.uclinux.org
345W: http://wiki-analog.com/ADP5520
346S: Supported
347F: drivers/mfd/adp5520.c
348F: drivers/video/backlight/adp5520_bl.c
349F: drivers/led/leds-adp5520.c
350F: drivers/gpio/adp5520-gpio.c
351F: drivers/input/keyboard/adp5520-keys.c
352
353ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354M: Michael Hennerich <michael.hennerich@analog.com>
355L: device-driver-devel@blackfin.uclinux.org
356W: http://wiki-analog.com/ADP5588
357S: Supported
358F: drivers/input/keyboard/adp5588-keys.c
359F: drivers/gpio/adp5588-gpio.c
360
361ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362M: Michael Hennerich <michael.hennerich@analog.com>
363L: device-driver-devel@blackfin.uclinux.org
364W: http://wiki-analog.com/ADP8860
365S: Supported
366F: drivers/video/backlight/adp8860_bl.c
367
368ADT746X FAN DRIVER
369M: Colin Leroy <colin@colino.net>
370S: Maintained
371F: drivers/macintosh/therm_adt746x.c
372
373ADT7475 HARDWARE MONITOR DRIVER
374M: Jean Delvare <khali@linux-fr.org>
375L: lm-sensors@lm-sensors.org
376S: Maintained
377F: Documentation/hwmon/adt7475
378F: drivers/hwmon/adt7475.c
379
380ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381M: Michael Hennerich <michael.hennerich@analog.com>
382L: device-driver-devel@blackfin.uclinux.org
383W: http://wiki-analog.com/ADXL345
384S: Supported
385F: drivers/input/misc/adxl34x.c
386
387ADVANSYS SCSI DRIVER
388M: Matthew Wilcox <matthew@wil.cx>
389L: linux-scsi@vger.kernel.org
390S: Maintained
391F: Documentation/scsi/advansys.txt
392F: drivers/scsi/advansys.c
393
394AEDSP16 DRIVER
395M: Riccardo Facchetti <fizban@tin.it>
396S: Maintained
397F: sound/oss/aedsp16.c
398
399AFFS FILE SYSTEM
400M: Roman Zippel <zippel@linux-m68k.org>
401S: Maintained
402F: Documentation/filesystems/affs.txt
403F: fs/affs/
404
405AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
406M: David Howells <dhowells@redhat.com>
407L: linux-afs@lists.infradead.org
408S: Supported
409F: fs/afs/
410F: include/net/af_rxrpc.h
411F: net/rxrpc/af_rxrpc.c
412
413AGPGART DRIVER
414M: David Airlie <airlied@linux.ie>
415T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
416S: Maintained
417F: drivers/char/agp/
418F: include/linux/agp*
419
420AHA152X SCSI DRIVER
421M: "Juergen E. Fischer" <fischer@norbit.de>
422L: linux-scsi@vger.kernel.org
423S: Maintained
424F: drivers/scsi/aha152x*
425F: drivers/scsi/pcmcia/aha152x*
426
427AIC7XXX / AIC79XX SCSI DRIVER
428M: Hannes Reinecke <hare@suse.de>
429L: linux-scsi@vger.kernel.org
430S: Maintained
431F: drivers/scsi/aic7xxx/
432F: drivers/scsi/aic7xxx_old/
433
434AIO
435M: Benjamin LaHaise <bcrl@kvack.org>
436L: linux-aio@kvack.org
437S: Supported
438F: fs/aio.c
439F: include/linux/*aio*.h
440
441ALCATEL SPEEDTOUCH USB DRIVER
442M: Duncan Sands <duncan.sands@free.fr>
443L: linux-usb@vger.kernel.org
444W: http://www.linux-usb.org/SpeedTouch/
445S: Maintained
446F: drivers/usb/atm/speedtch.c
447F: drivers/usb/atm/usbatm.c
448
449ALCHEMY AU1XX0 MMC DRIVER
450M: Manuel Lauss <manuel.lauss@gmail.com>
451S: Maintained
452F: drivers/mmc/host/au1xmmc.c
453
454ALI1563 I2C DRIVER
455M: Rudolf Marek <r.marek@assembler.cz>
456L: linux-i2c@vger.kernel.org
457S: Maintained
458F: Documentation/i2c/busses/i2c-ali1563
459F: drivers/i2c/busses/i2c-ali1563.c
460
461ALPHA PORT
462M: Richard Henderson <rth@twiddle.net>
463M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
464M: Matt Turner <mattst88@gmail.com>
465L: linux-alpha@vger.kernel.org
466F: arch/alpha/
467
468AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
469M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
470L: linux-geode@lists.infradead.org (moderated for non-subscribers)
471S: Supported
472F: drivers/usb/gadget/amd5536udc.*
473
474AMD GEODE PROCESSOR/CHIPSET SUPPORT
475P: Andres Salomon <dilinger@queued.net>
476L: linux-geode@lists.infradead.org (moderated for non-subscribers)
477W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478S: Supported
479F: drivers/char/hw_random/geode-rng.c
480F: drivers/crypto/geode*
481F: drivers/video/geode/
482F: arch/x86/include/asm/geode.h
483
484AMD IOMMU (AMD-VI)
485M: Joerg Roedel <joerg.roedel@amd.com>
486L: iommu@lists.linux-foundation.org
487T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
488S: Supported
489F: arch/x86/kernel/amd_iommu*.c
490F: arch/x86/include/asm/amd_iommu*.h
491
492AMD MICROCODE UPDATE SUPPORT
493M: Andreas Herrmann <andreas.herrmann3@amd.com>
494L: amd64-microcode@amd64.org
495S: Supported
496F: arch/x86/kernel/microcode_amd.c
497
498AMS (Apple Motion Sensor) DRIVER
499M: Michael Hanselmann <linux-kernel@hansmi.ch>
500S: Supported
501F: drivers/macintosh/ams/
502
503AMSO1100 RNIC DRIVER
504M: Tom Tucker <tom@opengridcomputing.com>
505M: Steve Wise <swise@opengridcomputing.com>
506L: linux-rdma@vger.kernel.org
507S: Maintained
508F: drivers/infiniband/hw/amso1100/
509
510ANALOG DEVICES INC ASOC CODEC DRIVERS
511L: device-driver-devel@blackfin.uclinux.org
512L: alsa-devel@alsa-project.org (moderated for non-subscribers)
513W: http://wiki-analog.com/
514S: Supported
515F: sound/soc/codecs/ad1*
516F: sound/soc/codecs/adau*
517F: sound/soc/codecs/adav*
518F: sound/soc/codecs/ssm*
519
520ANALOG DEVICES INC ASOC DRIVERS
521L: uclinux-dist-devel@blackfin.uclinux.org
522L: alsa-devel@alsa-project.org (moderated for non-subscribers)
523W: http://blackfin.uclinux.org/
524S: Supported
525F: sound/soc/blackfin/*
526
527AOA (Apple Onboard Audio) ALSA DRIVER
528M: Johannes Berg <johannes@sipsolutions.net>
529L: linuxppc-dev@lists.ozlabs.org
530L: alsa-devel@alsa-project.org (moderated for non-subscribers)
531S: Maintained
532F: sound/aoa/
533
534APM DRIVER
535M: Stephen Rothwell <sfr@canb.auug.org.au>
536L: linux-laptop@vger.kernel.org
537W: http://www.canb.auug.org.au/~sfr/
538S: Supported
539F: arch/x86/kernel/apm_32.c
540F: include/linux/apm_bios.h
541
542APPLE BCM5974 MULTITOUCH DRIVER
543M: Henrik Rydberg <rydberg@euromail.se>
544L: linux-input@vger.kernel.org
545S: Maintained
546F: drivers/input/mouse/bcm5974.c
547
548APPLE SMC DRIVER
549M: Henrik Rydberg <rydberg@euromail.se>
550L: lm-sensors@lm-sensors.org
551S: Maintained
552F: drivers/hwmon/applesmc.c
553
554APPLETALK NETWORK LAYER
555M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
556S: Maintained
557F: drivers/net/appletalk/
558F: net/appletalk/
559
560ARC FRAMEBUFFER DRIVER
561M: Jaya Kumar <jayalk@intworks.biz>
562S: Maintained
563F: drivers/video/arcfb.c
564F: drivers/video/fb_defio.c
565
566ARM MFM AND FLOPPY DRIVERS
567M: Ian Molton <spyro@f2s.com>
568S: Maintained
569F: arch/arm/lib/floppydma.S
570F: arch/arm/include/asm/floppy.h
571
572ARM PORT
573M: Russell King <linux@arm.linux.org.uk>
574L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
575W: http://www.arm.linux.org.uk/
576S: Maintained
577F: arch/arm/
578
579ARM PRIMECELL AACI PL041 DRIVER
580M: Russell King <linux@arm.linux.org.uk>
581S: Maintained
582F: sound/arm/aaci.*
583
584ARM PRIMECELL CLCD PL110 DRIVER
585M: Russell King <linux@arm.linux.org.uk>
586S: Maintained
587F: drivers/video/amba-clcd.*
588
589ARM PRIMECELL KMI PL050 DRIVER
590M: Russell King <linux@arm.linux.org.uk>
591S: Maintained
592F: drivers/input/serio/ambakmi.*
593F: include/linux/amba/kmi.h
594
595ARM PRIMECELL MMCI PL180/1 DRIVER
596S: Orphan
597F: drivers/mmc/host/mmci.*
598
599ARM PRIMECELL BUS SUPPORT
600M: Russell King <linux@arm.linux.org.uk>
601S: Maintained
602F: drivers/amba/
603F: include/linux/amba/bus.h
604
605ARM/ADI ROADRUNNER MACHINE SUPPORT
606M: Lennert Buytenhek <kernel@wantstofly.org>
607L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
608S: Maintained
609F: arch/arm/mach-ixp23xx/
610F: arch/arm/mach-ixp23xx/include/mach/
611
612ARM/ADS SPHERE MACHINE SUPPORT
613M: Lennert Buytenhek <kernel@wantstofly.org>
614L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
615S: Maintained
616
617ARM/AFEB9260 MACHINE SUPPORT
618M: Sergey Lapin <slapin@ossfans.org>
619L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
620S: Maintained
621
622ARM/AJECO 1ARM MACHINE SUPPORT
623M: Lennert Buytenhek <kernel@wantstofly.org>
624L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
625S: Maintained
626
627ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
628M: Andrew Victor <linux@maxim.org.za>
629M: Nicolas Ferre <nicolas.ferre@atmel.com>
630M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
631L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
632W: http://maxim.org.za/at91_26.html
633W: http://www.linux4sam.org
634S: Supported
635F: arch/arm/mach-at91/
636
637ARM/BCMRING ARM ARCHITECTURE
638M: Jiandong Zheng <jdzheng@broadcom.com>
639M: Scott Branden <sbranden@broadcom.com>
640L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
641S: Maintained
642F: arch/arm/mach-bcmring
643
644ARM/BCMRING MTD NAND DRIVER
645M: Jiandong Zheng <jdzheng@broadcom.com>
646M: Scott Branden <sbranden@broadcom.com>
647L: linux-mtd@lists.infradead.org
648S: Maintained
649F: drivers/mtd/nand/bcm_umi_nand.c
650F: drivers/mtd/nand/bcm_umi_bch.c
651F: drivers/mtd/nand/nand_bcm_umi.h
652
653ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
654M: Anton Vorontsov <avorontsov@mvista.com>
655S: Maintained
656F: arch/arm/mach-cns3xxx/
657T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
658
659ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
660M: Hartley Sweeten <hsweeten@visionengravers.com>
661M: Ryan Mallon <ryan@bluewatersys.com>
662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663S: Maintained
664F: arch/arm/mach-ep93xx/
665F: arch/arm/mach-ep93xx/include/mach/
666
667ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
668M: Lennert Buytenhek <kernel@wantstofly.org>
669L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670S: Maintained
671
672ARM/CLKDEV SUPPORT
673M: Russell King <linux@arm.linux.org.uk>
674L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
675F: arch/arm/common/clkdev.c
676F: arch/arm/include/asm/clkdev.h
677
678ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
679M: Mike Rapoport <mike@compulab.co.il>
680L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
681S: Maintained
682
683ARM/CONTEC MICRO9 MACHINE SUPPORT
684M: Hubert Feurstein <hubert.feurstein@contec.at>
685S: Maintained
686F: arch/arm/mach-ep93xx/micro9.c
687
688ARM/CORGI MACHINE SUPPORT
689M: Richard Purdie <rpurdie@rpsys.net>
690S: Maintained
691
692ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
693M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
694L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
695T: git git://git.berlios.de/gemini-board
696S: Maintained
697F: arch/arm/mach-gemini/
698
699ARM/EBSA110 MACHINE SUPPORT
700M: Russell King <linux@arm.linux.org.uk>
701L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702W: http://www.arm.linux.org.uk/
703S: Maintained
704F: arch/arm/mach-ebsa110/
705F: drivers/net/arm/am79c961a.*
706
707ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
708M: Daniel Ribeiro <drwyrm@gmail.com>
709M: Stefan Schmidt <stefan@openezx.org>
710M: Harald Welte <laforge@openezx.org>
711L: openezx-devel@lists.openezx.org (subscribers-only)
712W: http://www.openezx.org/
713S: Maintained
714T: topgit git://git.openezx.org/openezx.git
715F: arch/arm/mach-pxa/ezx.c
716
717ARM/FARADAY FA526 PORT
718M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
719L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
720S: Maintained
721T: git git://git.berlios.de/gemini-board
722F: arch/arm/mm/*-fa*
723
724ARM/FOOTBRIDGE ARCHITECTURE
725M: Russell King <linux@arm.linux.org.uk>
726L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
727W: http://www.arm.linux.org.uk/
728S: Maintained
729F: arch/arm/include/asm/hardware/dec21285.h
730F: arch/arm/mach-footbridge/
731
732ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
733M: Sascha Hauer <kernel@pengutronix.de>
734L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
735S: Maintained
736T: git git://git.pengutronix.de/git/imx/linux-2.6.git
737F: arch/arm/mach-mx*/
738F: arch/arm/plat-mxc/
739
740ARM/FREESCALE IMX51
741M: Amit Kucheria <amit.kucheria@canonical.com>
742L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
743S: Maintained
744F: arch/arm/mach-mx5/
745
746ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
747M: Lennert Buytenhek <kernel@wantstofly.org>
748L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
749S: Maintained
750
751ARM/GUMSTIX MACHINE SUPPORT
752M: Steve Sakoman <sakoman@gmail.com>
753L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
754S: Maintained
755
756ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
757M: Philipp Zabel <philipp.zabel@gmail.com>
758S: Maintained
759F: arch/arm/mach-pxa/hx4700.c
760F: arch/arm/mach-pxa/include/mach/hx4700.h
761
762ARM/HP JORNADA 7XX MACHINE SUPPORT
763M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
764W: www.jlime.com
765S: Maintained
766T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
767F: arch/arm/mach-sa1100/jornada720.c
768F: arch/arm/mach-sa1100/include/mach/jornada720.h
769
770ARM/INCOME PXA270 SUPPORT
771M: Marek Vasut <marek.vasut@gmail.com>
772L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
773S: Maintained
774F: arch/arm/mach-pxa/colibri-pxa270-income.c
775
776ARM/INTEL IOP32X ARM ARCHITECTURE
777M: Lennert Buytenhek <kernel@wantstofly.org>
778M: Dan Williams <dan.j.williams@intel.com>
779L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780S: Maintained
781
782ARM/INTEL IOP33X ARM ARCHITECTURE
783M: Dan Williams <dan.j.williams@intel.com>
784L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
785S: Maintained
786
787ARM/INTEL IOP13XX ARM ARCHITECTURE
788M: Lennert Buytenhek <kernel@wantstofly.org>
789M: Dan Williams <dan.j.williams@intel.com>
790L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
791S: Maintained
792
793ARM/INTEL IQ81342EX MACHINE SUPPORT
794M: Lennert Buytenhek <kernel@wantstofly.org>
795M: Dan Williams <dan.j.williams@intel.com>
796L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
797S: Maintained
798
799ARM/INTEL IXP2000 ARM ARCHITECTURE
800M: Lennert Buytenhek <kernel@wantstofly.org>
801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
802S: Maintained
803
804ARM/INTEL IXDP2850 MACHINE SUPPORT
805M: Lennert Buytenhek <kernel@wantstofly.org>
806L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
807S: Maintained
808
809ARM/INTEL IXP23XX ARM ARCHITECTURE
810M: Lennert Buytenhek <kernel@wantstofly.org>
811L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
812S: Maintained
813
814ARM/INTEL IXP4XX ARM ARCHITECTURE
815M: Imre Kaloz <kaloz@openwrt.org>
816M: Krzysztof Halasa <khc@pm.waw.pl>
817L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818S: Maintained
819F: arch/arm/mach-ixp4xx/
820
821ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
822M: Jonathan Cameron <jic23@cam.ac.uk>
823L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
824S: Maintained
825F: arch/arm/mach-pxa/stargate2.c
826F: drivers/pcmcia/pxa2xx_stargate2.c
827
828ARM/INTEL XSC3 (MANZANO) ARM CORE
829M: Lennert Buytenhek <kernel@wantstofly.org>
830M: Dan Williams <dan.j.williams@intel.com>
831L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832S: Maintained
833
834ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
835M: Lennert Buytenhek <kernel@wantstofly.org>
836L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837S: Maintained
838
839ARM/LOGICPD PXA270 MACHINE SUPPORT
840M: Lennert Buytenhek <kernel@wantstofly.org>
841L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
842S: Maintained
843
844ARM/MAGICIAN MACHINE SUPPORT
845M: Philipp Zabel <philipp.zabel@gmail.com>
846S: Maintained
847
848ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
849M: Lennert Buytenhek <kernel@wantstofly.org>
850M: Nicolas Pitre <nico@fluxnic.net>
851L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852S: Odd Fixes
853F: arch/arm/mach-loki/
854F: arch/arm/mach-kirkwood/
855F: arch/arm/mach-mv78xx0/
856F: arch/arm/mach-orion5x/
857F: arch/arm/plat-orion/
858
859ARM/MIOA701 MACHINE SUPPORT
860M: Robert Jarzmik <robert.jarzmik@free.fr>
861L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862F: arch/arm/mach-pxa/mioa701.c
863S: Maintained
864
865ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
866M: Michael Petchkovsky <mkpetch@internode.on.net>
867S: Maintained
868
869ARM/NOMADIK ARCHITECTURE
870M: Alessandro Rubini <rubini@unipv.it>
871M: Linus Walleij <linus.walleij@stericsson.com>
872M: STEricsson <STEricsson_nomadik_linux@list.st.com>
873L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874S: Maintained
875F: arch/arm/mach-nomadik/
876F: arch/arm/plat-nomadik/
877F: drivers/i2c/busses/i2c-nomadik.c
878T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
879
880ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
881M: Nelson Castillo <arhuaco@freaks-unidos.net>
882L: openmoko-kernel@lists.openmoko.org (subscribers-only)
883W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
884S: Supported
885
886ARM/QUALCOMM MSM MACHINE SUPPORT
887M: David Brown <davidb@codeaurora.org>
888M: Daniel Walker <dwalker@fifo99.com>
889M: Bryan Huntsman <bryanh@codeaurora.org>
890L: linux-arm-msm@vger.kernel.org
891F: arch/arm/mach-msm/
892F: drivers/video/msm/
893F: drivers/mmc/host/msm_sdcc.c
894F: drivers/mmc/host/msm_sdcc.h
895F: drivers/tty/serial/msm_serial.h
896F: drivers/tty/serial/msm_serial.c
897T: git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
898S: Maintained
899
900ARM/TOSA MACHINE SUPPORT
901M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
902M: Dirk Opfer <dirk@opfer-online.de>
903S: Maintained
904
905ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
906M: Marek Vasut <marek.vasut@gmail.com>
907L: linux-arm-kernel@lists.infradead.org
908W: http://hackndev.com
909S: Maintained
910F: arch/arm/mach-pxa/include/mach/palmtx.h
911F: arch/arm/mach-pxa/palmtx.c
912F: arch/arm/mach-pxa/include/mach/palmt5.h
913F: arch/arm/mach-pxa/palmt5.c
914F: arch/arm/mach-pxa/include/mach/palmld.h
915F: arch/arm/mach-pxa/palmld.c
916F: arch/arm/mach-pxa/include/mach/palmte2.h
917F: arch/arm/mach-pxa/palmte2.c
918F: arch/arm/mach-pxa/include/mach/palmtc.h
919F: arch/arm/mach-pxa/palmtc.c
920
921ARM/PALM TREO SUPPORT
922M: Tomas Cech <sleep_walker@suse.cz>
923L: linux-arm-kernel@lists.infradead.org
924W: http://hackndev.com
925S: Maintained
926F: arch/arm/mach-pxa/include/mach/palmtreo.h
927F: arch/arm/mach-pxa/palmtreo.c
928
929ARM/PALMZ72 SUPPORT
930M: Sergey Lapin <slapin@ossfans.org>
931L: linux-arm-kernel@lists.infradead.org
932W: http://hackndev.com
933S: Maintained
934F: arch/arm/mach-pxa/include/mach/palmz72.h
935F: arch/arm/mach-pxa/palmz72.c
936
937ARM/PLEB SUPPORT
938M: Peter Chubb <pleb@gelato.unsw.edu.au>
939W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
940S: Maintained
941
942ARM/PT DIGITAL BOARD PORT
943M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
944L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945W: http://www.arm.linux.org.uk/
946S: Maintained
947
948ARM/RADISYS ENP2611 MACHINE SUPPORT
949M: Lennert Buytenhek <kernel@wantstofly.org>
950L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951S: Maintained
952
953ARM/RISCPC ARCHITECTURE
954M: Russell King <linux@arm.linux.org.uk>
955L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956W: http://www.arm.linux.org.uk/
957S: Maintained
958F: arch/arm/common/time-acorn.c
959F: arch/arm/include/asm/hardware/entry-macro-iomd.S
960F: arch/arm/include/asm/hardware/ioc.h
961F: arch/arm/include/asm/hardware/iomd.h
962F: arch/arm/include/asm/hardware/memc.h
963F: arch/arm/mach-rpc/
964F: drivers/net/arm/ether*
965F: drivers/scsi/arm/
966
967ARM/SHARK MACHINE SUPPORT
968M: Alexander Schulz <alex@shark-linux.de>
969W: http://www.shark-linux.de/shark.html
970S: Maintained
971
972ARM/SAMSUNG ARM ARCHITECTURES
973M: Ben Dooks <ben-linux@fluff.org>
974M: Kukjin Kim <kgene.kim@samsung.com>
975L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976W: http://www.fluff.org/ben/linux/
977S: Maintained
978F: arch/arm/plat-samsung/
979F: arch/arm/plat-s3c24xx/
980F: arch/arm/plat-s5p/
981F: drivers/*/*s3c2410*
982F: drivers/*/*/*s3c2410*
983
984ARM/S3C2410 ARM ARCHITECTURE
985M: Ben Dooks <ben-linux@fluff.org>
986L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987W: http://www.fluff.org/ben/linux/
988S: Maintained
989F: arch/arm/mach-s3c2410/
990
991ARM/S3C244x ARM ARCHITECTURE
992M: Ben Dooks <ben-linux@fluff.org>
993L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994W: http://www.fluff.org/ben/linux/
995S: Maintained
996F: arch/arm/mach-s3c2440/
997F: arch/arm/mach-s3c2443/
998
999ARM/S3C64xx ARM ARCHITECTURE
1000M: Ben Dooks <ben-linux@fluff.org>
1001L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002W: http://www.fluff.org/ben/linux/
1003S: Maintained
1004F: arch/arm/mach-s3c64xx/
1005
1006ARM/S5P ARM ARCHITECTURES
1007M: Kukjin Kim <kgene.kim@samsung.com>
1008L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1010S: Maintained
1011F: arch/arm/mach-s5p*/
1012
1013ARM/SAMSUNG MOBILE MACHINE SUPPORT
1014M: Kyungmin Park <kyungmin.park@samsung.com>
1015L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016S: Maintained
1017F: arch/arm/mach-s5pv210/mach-aquila.c
1018F: arch/arm/mach-s5pv210/mach-goni.c
1019F: arch/arm/mach-exynos4/mach-universal_c210.c
1020F: arch/arm/mach-exynos4/mach-nuri.c
1021
1022ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1023M: Kyungmin Park <kyungmin.park@samsung.com>
1024M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1025L: linux-arm-kernel@lists.infradead.org
1026L: linux-media@vger.kernel.org
1027S: Maintained
1028F: arch/arm/plat-s5p/dev-fimc*
1029F: arch/arm/plat-samsung/include/plat/*fimc*
1030F: drivers/media/video/s5p-fimc/
1031
1032ARM/SHMOBILE ARM ARCHITECTURE
1033M: Paul Mundt <lethal@linux-sh.org>
1034M: Magnus Damm <magnus.damm@gmail.com>
1035L: linux-sh@vger.kernel.org
1036W: http://oss.renesas.com
1037Q: http://patchwork.kernel.org/project/linux-sh/list/
1038T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1039S: Supported
1040F: arch/arm/mach-shmobile/
1041F: drivers/sh/
1042
1043ARM/TELECHIPS ARM ARCHITECTURE
1044M: "Hans J. Koch" <hjk@linutronix.de>
1045L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046S: Maintained
1047F: arch/arm/plat-tcc/
1048F: arch/arm/mach-tcc8k/
1049
1050ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1051M: Lennert Buytenhek <kernel@wantstofly.org>
1052L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053S: Maintained
1054
1055ARM/TETON BGA MACHINE SUPPORT
1056M: Mark F. Brown <mark.brown314@gmail.com>
1057L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058S: Maintained
1059
1060ARM/THECUS N2100 MACHINE SUPPORT
1061M: Lennert Buytenhek <kernel@wantstofly.org>
1062L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063S: Maintained
1064
1065ARM/NUVOTON W90X900 ARM ARCHITECTURE
1066M: Wan ZongShun <mcuos.com@gmail.com>
1067L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068W: http://www.mcuos.com
1069S: Maintained
1070F: arch/arm/mach-w90x900/
1071F: arch/arm/mach-nuc93x/
1072F: drivers/input/keyboard/w90p910_keypad.c
1073F: drivers/input/touchscreen/w90p910_ts.c
1074F: drivers/watchdog/nuc900_wdt.c
1075F: drivers/net/arm/w90p910_ether.c
1076F: drivers/mtd/nand/nuc900_nand.c
1077F: drivers/rtc/rtc-nuc900.c
1078F: drivers/spi/spi_nuc900.c
1079F: drivers/usb/host/ehci-w90x900.c
1080F: drivers/video/nuc900fb.c
1081
1082ARM/U300 MACHINE SUPPORT
1083M: Linus Walleij <linus.walleij@stericsson.com>
1084L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085S: Supported
1086F: arch/arm/mach-u300/
1087F: drivers/i2c/busses/i2c-stu300.c
1088F: drivers/rtc/rtc-coh901331.c
1089F: drivers/watchdog/coh901327_wdt.c
1090F: drivers/dma/coh901318*
1091F: drivers/mfd/ab3100*
1092F: drivers/rtc/rtc-ab3100.c
1093F: drivers/rtc/rtc-coh901331.c
1094T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1095
1096ARM/Ux500 ARM ARCHITECTURE
1097M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1098M: Linus Walleij <linus.walleij@stericsson.com>
1099L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100S: Maintained
1101F: arch/arm/mach-ux500/
1102F: drivers/dma/ste_dma40*
1103F: drivers/mfd/ab3550*
1104F: drivers/mfd/abx500*
1105F: drivers/mfd/ab8500*
1106F: drivers/mfd/stmpe*
1107F: drivers/rtc/rtc-ab8500.c
1108T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1109
1110ARM/VFP SUPPORT
1111M: Russell King <linux@arm.linux.org.uk>
1112L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113W: http://www.arm.linux.org.uk/
1114S: Maintained
1115F: arch/arm/vfp/
1116
1117ARM/VOIPAC PXA270 SUPPORT
1118M: Marek Vasut <marek.vasut@gmail.com>
1119L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120S: Maintained
1121F: arch/arm/mach-pxa/vpac270.c
1122F: arch/arm/mach-pxa/include/mach/vpac270.h
1123
1124ARM/ZIPIT Z2 SUPPORT
1125M: Marek Vasut <marek.vasut@gmail.com>
1126L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127S: Maintained
1128F: arch/arm/mach-pxa/z2.c
1129F: arch/arm/mach-pxa/include/mach/z2.h
1130
1131ASC7621 HARDWARE MONITOR DRIVER
1132M: George Joseph <george.joseph@fairview5.com>
1133L: lm-sensors@lm-sensors.org
1134S: Maintained
1135F: Documentation/hwmon/asc7621
1136F: drivers/hwmon/asc7621.c
1137
1138ASUS ACPI EXTRAS DRIVER
1139M: Corentin Chary <corentincj@iksaif.net>
1140M: Karol Kozimor <sziwan@users.sourceforge.net>
1141L: acpi4asus-user@lists.sourceforge.net
1142L: platform-driver-x86@vger.kernel.org
1143W: http://acpi4asus.sf.net
1144S: Maintained
1145F: drivers/platform/x86/asus_acpi.c
1146
1147ASUS ASB100 HARDWARE MONITOR DRIVER
1148M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1149L: lm-sensors@lm-sensors.org
1150S: Maintained
1151F: drivers/hwmon/asb100.c
1152
1153ASUS LAPTOP EXTRAS DRIVER
1154M: Corentin Chary <corentincj@iksaif.net>
1155L: acpi4asus-user@lists.sourceforge.net
1156L: platform-driver-x86@vger.kernel.org
1157W: http://acpi4asus.sf.net
1158S: Maintained
1159F: drivers/platform/x86/asus-laptop.c
1160
1161ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1162M: Dan Williams <dan.j.williams@intel.com>
1163W: http://sourceforge.net/projects/xscaleiop
1164S: Supported
1165F: Documentation/crypto/async-tx-api.txt
1166F: crypto/async_tx/
1167F: drivers/dma/
1168F: include/linux/dmaengine.h
1169F: include/linux/async_tx.h
1170
1171AT24 EEPROM DRIVER
1172M: Wolfram Sang <w.sang@pengutronix.de>
1173L: linux-i2c@vger.kernel.org
1174S: Maintained
1175F: drivers/misc/eeprom/at24.c
1176F: include/linux/i2c/at24.h
1177
1178ATA OVER ETHERNET (AOE) DRIVER
1179M: "Ed L. Cashin" <ecashin@coraid.com>
1180W: http://www.coraid.com/support/linux
1181S: Supported
1182F: Documentation/aoe/
1183F: drivers/block/aoe/
1184
1185ATHEROS ATH GENERIC UTILITIES
1186M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1187L: linux-wireless@vger.kernel.org
1188S: Supported
1189F: drivers/net/wireless/ath/*
1190
1191ATHEROS ATH5K WIRELESS DRIVER
1192M: Jiri Slaby <jirislaby@gmail.com>
1193M: Nick Kossifidis <mickflemm@gmail.com>
1194M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1195M: Bob Copeland <me@bobcopeland.com>
1196L: linux-wireless@vger.kernel.org
1197L: ath5k-devel@lists.ath5k.org
1198W: http://wireless.kernel.org/en/users/Drivers/ath5k
1199S: Maintained
1200F: drivers/net/wireless/ath/ath5k/
1201
1202ATHEROS ATH9K WIRELESS DRIVER
1203M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1204M: Jouni Malinen <jmalinen@atheros.com>
1205M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1206M: Senthil Balasubramanian <senthilkumar@atheros.com>
1207L: linux-wireless@vger.kernel.org
1208L: ath9k-devel@lists.ath9k.org
1209W: http://wireless.kernel.org/en/users/Drivers/ath9k
1210S: Supported
1211F: drivers/net/wireless/ath/ath9k/
1212
1213ATHEROS AR9170 WIRELESS DRIVER
1214M: Christian Lamparter <chunkeey@web.de>
1215L: linux-wireless@vger.kernel.org
1216W: http://wireless.kernel.org/en/users/Drivers/ar9170
1217S: Maintained
1218F: drivers/net/wireless/ath/ar9170/
1219
1220CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1221M: Christian Lamparter <chunkeey@googlemail.com>
1222L: linux-wireless@vger.kernel.org
1223W: http://wireless.kernel.org/en/users/Drivers/carl9170
1224S: Maintained
1225F: drivers/net/wireless/ath/carl9170/
1226
1227ATK0110 HWMON DRIVER
1228M: Luca Tettamanti <kronos.it@gmail.com>
1229L: lm-sensors@lm-sensors.org
1230S: Maintained
1231F: drivers/hwmon/asus_atk0110.c
1232
1233ATI_REMOTE2 DRIVER
1234M: Ville Syrjala <syrjala@sci.fi>
1235S: Maintained
1236F: drivers/input/misc/ati_remote2.c
1237
1238ATLX ETHERNET DRIVERS
1239M: Jay Cliburn <jcliburn@gmail.com>
1240M: Chris Snook <chris.snook@gmail.com>
1241M: Jie Yang <jie.yang@atheros.com>
1242L: netdev@vger.kernel.org
1243W: http://sourceforge.net/projects/atl1
1244W: http://atl1.sourceforge.net
1245S: Maintained
1246F: drivers/net/atlx/
1247
1248ATM
1249M: Chas Williams <chas@cmf.nrl.navy.mil>
1250L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1251L: netdev@vger.kernel.org
1252W: http://linux-atm.sourceforge.net
1253S: Maintained
1254F: drivers/atm/
1255F: include/linux/atm*
1256
1257ATMEL AT91 MCI DRIVER
1258M: Nicolas Ferre <nicolas.ferre@atmel.com>
1259L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260W: http://www.atmel.com/products/AT91/
1261W: http://www.at91.com/
1262S: Maintained
1263F: drivers/mmc/host/at91_mci.c
1264
1265ATMEL AT91 / AT32 MCI DRIVER
1266M: Nicolas Ferre <nicolas.ferre@atmel.com>
1267S: Maintained
1268F: drivers/mmc/host/atmel-mci.c
1269F: drivers/mmc/host/atmel-mci-regs.h
1270
1271ATMEL AT91 / AT32 SERIAL DRIVER
1272M: Nicolas Ferre <nicolas.ferre@atmel.com>
1273S: Supported
1274F: drivers/tty/serial/atmel_serial.c
1275
1276ATMEL LCDFB DRIVER
1277M: Nicolas Ferre <nicolas.ferre@atmel.com>
1278L: linux-fbdev@vger.kernel.org
1279S: Maintained
1280F: drivers/video/atmel_lcdfb.c
1281F: include/video/atmel_lcdc.h
1282
1283ATMEL MACB ETHERNET DRIVER
1284M: Nicolas Ferre <nicolas.ferre@atmel.com>
1285S: Supported
1286F: drivers/net/macb.*
1287
1288ATMEL SPI DRIVER
1289M: Nicolas Ferre <nicolas.ferre@atmel.com>
1290S: Supported
1291F: drivers/spi/atmel_spi.*
1292
1293ATMEL USBA UDC DRIVER
1294M: Nicolas Ferre <nicolas.ferre@atmel.com>
1295L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1297S: Supported
1298F: drivers/usb/gadget/atmel_usba_udc.*
1299
1300ATMEL WIRELESS DRIVER
1301M: Simon Kelley <simon@thekelleys.org.uk>
1302L: linux-wireless@vger.kernel.org
1303W: http://www.thekelleys.org.uk/atmel
1304W: http://atmelwlandriver.sourceforge.net/
1305S: Maintained
1306F: drivers/net/wireless/atmel*
1307
1308AUDIT SUBSYSTEM
1309M: Al Viro <viro@zeniv.linux.org.uk>
1310M: Eric Paris <eparis@redhat.com>
1311L: linux-audit@redhat.com (subscribers-only)
1312W: http://people.redhat.com/sgrubb/audit/
1313T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1314S: Maintained
1315F: include/linux/audit.h
1316F: kernel/audit*
1317
1318AUXILIARY DISPLAY DRIVERS
1319M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1320W: http://miguelojeda.es/auxdisplay.htm
1321W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1322S: Maintained
1323F: drivers/auxdisplay/
1324F: include/linux/cfag12864b.h
1325
1326AVR32 ARCHITECTURE
1327M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1328W: http://www.atmel.com/products/AVR32/
1329W: http://avr32linux.org/
1330W: http://avrfreaks.net/
1331S: Supported
1332F: arch/avr32/
1333
1334AVR32/AT32AP MACHINE SUPPORT
1335M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1336S: Supported
1337F: arch/avr32/mach-at32ap/
1338
1339AX.25 NETWORK LAYER
1340M: Ralf Baechle <ralf@linux-mips.org>
1341L: linux-hams@vger.kernel.org
1342W: http://www.linux-ax25.org/
1343S: Maintained
1344F: include/linux/ax25.h
1345F: include/net/ax25.h
1346F: net/ax25/
1347
1348B43 WIRELESS DRIVER
1349M: Stefano Brivio <stefano.brivio@polimi.it>
1350L: linux-wireless@vger.kernel.org
1351W: http://linuxwireless.org/en/users/Drivers/b43
1352S: Maintained
1353F: drivers/net/wireless/b43/
1354
1355B43LEGACY WIRELESS DRIVER
1356M: Larry Finger <Larry.Finger@lwfinger.net>
1357M: Stefano Brivio <stefano.brivio@polimi.it>
1358L: linux-wireless@vger.kernel.org
1359W: http://linuxwireless.org/en/users/Drivers/b43
1360S: Maintained
1361F: drivers/net/wireless/b43legacy/
1362
1363BACKLIGHT CLASS/SUBSYSTEM
1364M: Richard Purdie <rpurdie@rpsys.net>
1365S: Maintained
1366F: drivers/video/backlight/
1367F: include/linux/backlight.h
1368
1369BATMAN ADVANCED
1370M: Marek Lindner <lindner_marek@yahoo.de>
1371M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1372M: Sven Eckelmann <sven@narfation.org>
1373L: b.a.t.m.a.n@lists.open-mesh.org
1374W: http://www.open-mesh.org/
1375S: Maintained
1376F: net/batman-adv/
1377
1378BAYCOM/HDLCDRV DRIVERS FOR AX.25
1379M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1380L: linux-hams@vger.kernel.org
1381W: http://www.baycom.org/~tom/ham/ham.html
1382S: Maintained
1383F: drivers/net/hamradio/baycom*
1384
1385BEFS FILE SYSTEM
1386S: Orphan
1387F: Documentation/filesystems/befs.txt
1388F: fs/befs/
1389
1390BFS FILE SYSTEM
1391M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1392S: Maintained
1393F: Documentation/filesystems/bfs.txt
1394F: fs/bfs/
1395F: include/linux/bfs_fs.h
1396
1397BLACKFIN ARCHITECTURE
1398M: Mike Frysinger <vapier@gentoo.org>
1399L: uclinux-dist-devel@blackfin.uclinux.org
1400W: http://blackfin.uclinux.org
1401S: Supported
1402F: arch/blackfin/
1403
1404BLACKFIN EMAC DRIVER
1405M: Michael Hennerich <michael.hennerich@analog.com>
1406L: uclinux-dist-devel@blackfin.uclinux.org
1407W: http://blackfin.uclinux.org
1408S: Supported
1409F: drivers/net/bfin_mac.*
1410
1411BLACKFIN RTC DRIVER
1412M: Mike Frysinger <vapier.adi@gmail.com>
1413L: uclinux-dist-devel@blackfin.uclinux.org
1414W: http://blackfin.uclinux.org
1415S: Supported
1416F: drivers/rtc/rtc-bfin.c
1417
1418BLACKFIN SDH DRIVER
1419M: Cliff Cai <cliff.cai@analog.com>
1420L: uclinux-dist-devel@blackfin.uclinux.org
1421W: http://blackfin.uclinux.org
1422S: Supported
1423F: drivers/mmc/host/bfin_sdh.c
1424
1425BLACKFIN SERIAL DRIVER
1426M: Sonic Zhang <sonic.zhang@analog.com>
1427L: uclinux-dist-devel@blackfin.uclinux.org
1428W: http://blackfin.uclinux.org
1429S: Supported
1430F: drivers/tty/serial/bfin_5xx.c
1431
1432BLACKFIN WATCHDOG DRIVER
1433M: Mike Frysinger <vapier.adi@gmail.com>
1434L: uclinux-dist-devel@blackfin.uclinux.org
1435W: http://blackfin.uclinux.org
1436S: Supported
1437F: drivers/watchdog/bfin_wdt.c
1438
1439BLACKFIN I2C TWI DRIVER
1440M: Sonic Zhang <sonic.zhang@analog.com>
1441L: uclinux-dist-devel@blackfin.uclinux.org
1442W: http://blackfin.uclinux.org/
1443S: Supported
1444F: drivers/i2c/busses/i2c-bfin-twi.c
1445
1446BLOCK LAYER
1447M: Jens Axboe <axboe@kernel.dk>
1448T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1449S: Maintained
1450F: block/
1451
1452BLOCK2MTD DRIVER
1453M: Joern Engel <joern@lazybastard.org>
1454L: linux-mtd@lists.infradead.org
1455S: Maintained
1456F: drivers/mtd/devices/block2mtd.c
1457
1458BLUETOOTH DRIVERS
1459M: Marcel Holtmann <marcel@holtmann.org>
1460M: Gustavo F. Padovan <padovan@profusion.mobi>
1461L: linux-bluetooth@vger.kernel.org
1462W: http://www.bluez.org/
1463T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1464S: Maintained
1465F: drivers/bluetooth/
1466
1467BLUETOOTH SUBSYSTEM
1468M: Marcel Holtmann <marcel@holtmann.org>
1469M: Gustavo F. Padovan <padovan@profusion.mobi>
1470L: linux-bluetooth@vger.kernel.org
1471W: http://www.bluez.org/
1472T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1473S: Maintained
1474F: net/bluetooth/
1475F: include/net/bluetooth/
1476
1477BONDING DRIVER
1478M: Jay Vosburgh <fubar@us.ibm.com>
1479M: Andy Gospodarek <andy@greyhouse.net>
1480L: netdev@vger.kernel.org
1481W: http://sourceforge.net/projects/bonding/
1482S: Supported
1483F: drivers/net/bonding/
1484F: include/linux/if_bonding.h
1485
1486BROADCOM B44 10/100 ETHERNET DRIVER
1487M: Gary Zambrano <zambrano@broadcom.com>
1488L: netdev@vger.kernel.org
1489S: Supported
1490F: drivers/net/b44.*
1491
1492BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1493M: Michael Chan <mchan@broadcom.com>
1494L: netdev@vger.kernel.org
1495S: Supported
1496F: drivers/net/bnx2.*
1497F: drivers/net/bnx2_*
1498
1499BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1500M: Eilon Greenstein <eilong@broadcom.com>
1501L: netdev@vger.kernel.org
1502S: Supported
1503F: drivers/net/bnx2x/
1504
1505BROADCOM TG3 GIGABIT ETHERNET DRIVER
1506M: Matt Carlson <mcarlson@broadcom.com>
1507M: Michael Chan <mchan@broadcom.com>
1508L: netdev@vger.kernel.org
1509S: Supported
1510F: drivers/net/tg3.*
1511
1512BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1513M: Brett Rudley <brudley@broadcom.com>
1514M: Henry Ptasinski <henryp@broadcom.com>
1515M: Dowan Kim <dowan@broadcom.com>
1516M: Roland Vossen <rvossen@broadcom.com>
1517M: Arend van Spriel <arend@broadcom.com>
1518L: linux-wireless@vger.kernel.org
1519S: Supported
1520F: drivers/staging/brcm80211/
1521
1522BROCADE BFA FC SCSI DRIVER
1523M: Jing Huang <huangj@brocade.com>
1524L: linux-scsi@vger.kernel.org
1525S: Supported
1526F: drivers/scsi/bfa/
1527
1528BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1529M: Rasesh Mody <rmody@brocade.com>
1530M: Debashis Dutt <ddutt@brocade.com>
1531L: netdev@vger.kernel.org
1532S: Supported
1533F: drivers/net/bna/
1534
1535BSG (block layer generic sg v4 driver)
1536M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1537L: linux-scsi@vger.kernel.org
1538S: Supported
1539F: block/bsg.c
1540F: include/linux/bsg.h
1541
1542BT87X AUDIO DRIVER
1543M: Clemens Ladisch <clemens@ladisch.de>
1544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1545T: git git://git.alsa-project.org/alsa-kernel.git
1546S: Maintained
1547F: Documentation/sound/alsa/Bt87x.txt
1548F: sound/pci/bt87x.c
1549
1550BT8XXGPIO DRIVER
1551M: Michael Buesch <mb@bu3sch.de>
1552W: http://bu3sch.de/btgpio.php
1553S: Maintained
1554F: drivers/gpio/bt8xxgpio.c
1555
1556BTRFS FILE SYSTEM
1557M: Chris Mason <chris.mason@oracle.com>
1558L: linux-btrfs@vger.kernel.org
1559W: http://btrfs.wiki.kernel.org/
1560Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1561T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1562S: Maintained
1563F: Documentation/filesystems/btrfs.txt
1564F: fs/btrfs/
1565
1566BTTV VIDEO4LINUX DRIVER
1567M: Mauro Carvalho Chehab <mchehab@infradead.org>
1568L: linux-media@vger.kernel.org
1569W: http://linuxtv.org
1570T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1571S: Maintained
1572F: Documentation/video4linux/bttv/
1573F: drivers/media/video/bt8xx/bttv*
1574
1575C-MEDIA CMI8788 DRIVER
1576M: Clemens Ladisch <clemens@ladisch.de>
1577L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1578T: git git://git.alsa-project.org/alsa-kernel.git
1579S: Maintained
1580F: sound/pci/oxygen/
1581
1582CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1583M: David Howells <dhowells@redhat.com>
1584L: linux-cachefs@redhat.com
1585S: Supported
1586F: Documentation/filesystems/caching/cachefiles.txt
1587F: fs/cachefiles/
1588
1589CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1590M: Jonathan Corbet <corbet@lwn.net>
1591L: linux-media@vger.kernel.org
1592T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1593S: Maintained
1594F: Documentation/video4linux/cafe_ccic
1595F: drivers/media/video/cafe_ccic*
1596
1597CAIF NETWORK LAYER
1598M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1599L: netdev@vger.kernel.org
1600S: Supported
1601F: Documentation/networking/caif/
1602F: drivers/net/caif/
1603F: include/linux/caif/
1604F: include/net/caif/
1605F: net/caif/
1606
1607CALGARY x86-64 IOMMU
1608M: Muli Ben-Yehuda <muli@il.ibm.com>
1609M: "Jon D. Mason" <jdmason@kudzu.us>
1610L: discuss@x86-64.org
1611S: Maintained
1612F: arch/x86/kernel/pci-calgary_64.c
1613F: arch/x86/kernel/tce_64.c
1614F: arch/x86/include/asm/calgary.h
1615F: arch/x86/include/asm/tce.h
1616
1617CAN NETWORK LAYER
1618M: Oliver Hartkopp <socketcan@hartkopp.net>
1619M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1620M: Urs Thuermann <urs.thuermann@volkswagen.de>
1621L: socketcan-core@lists.berlios.de
1622L: netdev@vger.kernel.org
1623W: http://developer.berlios.de/projects/socketcan/
1624S: Maintained
1625F: net/can/
1626F: include/linux/can.h
1627F: include/linux/can/core.h
1628F: include/linux/can/bcm.h
1629F: include/linux/can/raw.h
1630
1631CAN NETWORK DRIVERS
1632M: Wolfgang Grandegger <wg@grandegger.com>
1633L: socketcan-core@lists.berlios.de
1634L: netdev@vger.kernel.org
1635W: http://developer.berlios.de/projects/socketcan/
1636S: Maintained
1637F: drivers/net/can/
1638F: include/linux/can/dev.h
1639F: include/linux/can/error.h
1640F: include/linux/can/netlink.h
1641F: include/linux/can/platform/
1642
1643CELL BROADBAND ENGINE ARCHITECTURE
1644M: Arnd Bergmann <arnd@arndb.de>
1645L: linuxppc-dev@lists.ozlabs.org
1646L: cbe-oss-dev@lists.ozlabs.org
1647W: http://www.ibm.com/developerworks/power/cell/
1648S: Supported
1649F: arch/powerpc/include/asm/cell*.h
1650F: arch/powerpc/include/asm/spu*.h
1651F: arch/powerpc/oprofile/*cell*
1652F: arch/powerpc/platforms/cell/
1653
1654CEPH DISTRIBUTED FILE SYSTEM CLIENT
1655M: Sage Weil <sage@newdream.net>
1656L: ceph-devel@vger.kernel.org
1657W: http://ceph.newdream.net/
1658T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1659S: Supported
1660F: Documentation/filesystems/ceph.txt
1661F: fs/ceph
1662F: net/ceph
1663F: include/linux/ceph
1664
1665CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1666L: linux-usb@vger.kernel.org
1667S: Orphan
1668F: Documentation/usb/WUSB-Design-overview.txt
1669F: Documentation/usb/wusb-cbaf
1670F: drivers/usb/host/hwa-hc.c
1671F: drivers/usb/host/whci/
1672F: drivers/usb/wusbcore/
1673F: include/linux/usb/wusb*
1674
1675CFAG12864B LCD DRIVER
1676M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1677W: http://miguelojeda.es/auxdisplay.htm
1678W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1679S: Maintained
1680F: drivers/auxdisplay/cfag12864b.c
1681F: include/linux/cfag12864b.h
1682
1683CFAG12864BFB LCD FRAMEBUFFER DRIVER
1684M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1685W: http://miguelojeda.es/auxdisplay.htm
1686W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1687S: Maintained
1688F: drivers/auxdisplay/cfag12864bfb.c
1689F: include/linux/cfag12864b.h
1690
1691CFG80211 and NL80211
1692M: Johannes Berg <johannes@sipsolutions.net>
1693L: linux-wireless@vger.kernel.org
1694S: Maintained
1695F: include/linux/nl80211.h
1696F: include/net/cfg80211.h
1697F: net/wireless/*
1698X: net/wireless/wext*
1699
1700CHECKPATCH
1701M: Andy Whitcroft <apw@canonical.com>
1702S: Supported
1703F: scripts/checkpatch.pl
1704
1705CHINESE DOCUMENTATION
1706M: Harry Wei <harryxiyou@gmail.com>
1707L: xiyoulinuxkernelgroup@googlegroups.com
1708L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1709S: Maintained
1710F: Documentation/zh_CN/
1711
1712CISCO VIC ETHERNET NIC DRIVER
1713M: Vasanthy Kolluri <vkolluri@cisco.com>
1714M: Roopa Prabhu <roprabhu@cisco.com>
1715M: David Wang <dwang2@cisco.com>
1716S: Supported
1717F: drivers/net/enic/
1718
1719CIRRUS LOGIC EP93XX ETHERNET DRIVER
1720M: Lennert Buytenhek <kernel@wantstofly.org>
1721L: netdev@vger.kernel.org
1722S: Maintained
1723F: drivers/net/arm/ep93xx_eth.c
1724
1725CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1726M: Lennert Buytenhek <kernel@wantstofly.org>
1727L: linux-usb@vger.kernel.org
1728S: Maintained
1729F: drivers/usb/host/ohci-ep93xx.c
1730
1731CIRRUS LOGIC CS4270 SOUND DRIVER
1732M: Timur Tabi <timur@freescale.com>
1733L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1734S: Supported
1735F: sound/soc/codecs/cs4270*
1736
1737CLK API
1738M: Russell King <linux@arm.linux.org.uk>
1739F: include/linux/clk.h
1740
1741CISCO FCOE HBA DRIVER
1742M: Abhijeet Joglekar <abjoglek@cisco.com>
1743M: Joe Eykholt <jeykholt@cisco.com>
1744L: linux-scsi@vger.kernel.org
1745S: Supported
1746F: drivers/scsi/fnic/
1747
1748CMPC ACPI DRIVER
1749M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1750M: Daniel Oliveira Nascimento <don@syst.com.br>
1751L: platform-driver-x86@vger.kernel.org
1752S: Supported
1753F: drivers/platform/x86/classmate-laptop.c
1754
1755COCCINELLE/Semantic Patches (SmPL)
1756M: Julia Lawall <julia@diku.dk>
1757M: Gilles Muller <Gilles.Muller@lip6.fr>
1758M: Nicolas Palix <npalix.work@gmail.com>
1759L: cocci@diku.dk (moderated for non-subscribers)
1760W: http://coccinelle.lip6.fr/
1761S: Supported
1762F: scripts/coccinelle/
1763F: scripts/coccicheck
1764
1765CODA FILE SYSTEM
1766M: Jan Harkes <jaharkes@cs.cmu.edu>
1767M: coda@cs.cmu.edu
1768L: codalist@coda.cs.cmu.edu
1769W: http://www.coda.cs.cmu.edu/
1770S: Maintained
1771F: Documentation/filesystems/coda.txt
1772F: fs/coda/
1773F: include/linux/coda*.h
1774
1775COMMON INTERNET FILE SYSTEM (CIFS)
1776M: Steve French <sfrench@samba.org>
1777L: linux-cifs@vger.kernel.org
1778L: samba-technical@lists.samba.org (moderated for non-subscribers)
1779W: http://linux-cifs.samba.org/
1780Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1781T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1782S: Supported
1783F: Documentation/filesystems/cifs.txt
1784F: fs/cifs/
1785
1786COMPACTPCI HOTPLUG CORE
1787M: Scott Murray <scott@spiteful.org>
1788L: linux-pci@vger.kernel.org
1789S: Maintained
1790F: drivers/pci/hotplug/cpci_hotplug*
1791
1792COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1793M: Scott Murray <scott@spiteful.org>
1794L: linux-pci@vger.kernel.org
1795S: Maintained
1796F: drivers/pci/hotplug/cpcihp_zt5550.*
1797
1798COMPACTPCI HOTPLUG GENERIC DRIVER
1799M: Scott Murray <scott@spiteful.org>
1800L: linux-pci@vger.kernel.org
1801S: Maintained
1802F: drivers/pci/hotplug/cpcihp_generic.c
1803
1804COMPAL LAPTOP SUPPORT
1805M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1806L: platform-driver-x86@vger.kernel.org
1807S: Maintained
1808F: drivers/platform/x86/compal-laptop.c
1809
1810COMPUTONE INTELLIPORT MULTIPORT CARD
1811M: "Michael H. Warfield" <mhw@wittsend.com>
1812W: http://www.wittsend.com/computone.html
1813S: Maintained
1814F: Documentation/serial/computone.txt
1815F: drivers/char/ip2/
1816
1817CONEXANT ACCESSRUNNER USB DRIVER
1818M: Simon Arlott <cxacru@fire.lp0.eu>
1819L: accessrunner-general@lists.sourceforge.net
1820W: http://accessrunner.sourceforge.net/
1821S: Maintained
1822F: drivers/usb/atm/cxacru.c
1823
1824CONFIGFS
1825M: Joel Becker <jlbec@evilplan.org>
1826T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1827S: Supported
1828F: fs/configfs/
1829F: include/linux/configfs.h
1830
1831CONNECTOR
1832M: Evgeniy Polyakov <zbr@ioremap.net>
1833L: netdev@vger.kernel.org
1834S: Maintained
1835F: drivers/connector/
1836
1837CONTROL GROUPS (CGROUPS)
1838M: Paul Menage <menage@google.com>
1839M: Li Zefan <lizf@cn.fujitsu.com>
1840L: containers@lists.linux-foundation.org
1841S: Maintained
1842F: include/linux/cgroup*
1843F: kernel/cgroup*
1844F: mm/*cgroup*
1845
1846CORETEMP HARDWARE MONITORING DRIVER
1847M: Fenghua Yu <fenghua.yu@intel.com>
1848L: lm-sensors@lm-sensors.org
1849S: Maintained
1850F: Documentation/hwmon/coretemp
1851F: drivers/hwmon/coretemp.c
1852
1853COSA/SRP SYNC SERIAL DRIVER
1854M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1855W: http://www.fi.muni.cz/~kas/cosa/
1856S: Maintained
1857F: drivers/net/wan/cosa*
1858
1859CPMAC ETHERNET DRIVER
1860M: Florian Fainelli <florian@openwrt.org>
1861L: netdev@vger.kernel.org
1862S: Maintained
1863F: drivers/net/cpmac.c
1864
1865CPU FREQUENCY DRIVERS
1866M: Dave Jones <davej@redhat.com>
1867L: cpufreq@vger.kernel.org
1868W: http://www.codemonkey.org.uk/projects/cpufreq/
1869T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1870S: Maintained
1871F: arch/x86/kernel/cpu/cpufreq/
1872F: drivers/cpufreq/
1873F: include/linux/cpufreq.h
1874
1875CPUID/MSR DRIVER
1876M: "H. Peter Anvin" <hpa@zytor.com>
1877S: Maintained
1878F: arch/x86/kernel/cpuid.c
1879F: arch/x86/kernel/msr.c
1880
1881CPUSETS
1882M: Paul Menage <menage@google.com>
1883W: http://www.bullopensource.org/cpuset/
1884W: http://oss.sgi.com/projects/cpusets/
1885S: Supported
1886F: Documentation/cgroups/cpusets.txt
1887F: include/linux/cpuset.h
1888F: kernel/cpuset.c
1889
1890CRAMFS FILESYSTEM
1891W: http://sourceforge.net/projects/cramfs/
1892S: Orphan
1893F: Documentation/filesystems/cramfs.txt
1894F: fs/cramfs/
1895
1896CRIS PORT
1897M: Mikael Starvik <starvik@axis.com>
1898M: Jesper Nilsson <jesper.nilsson@axis.com>
1899L: linux-cris-kernel@axis.com
1900W: http://developer.axis.com
1901S: Maintained
1902F: arch/cris/
1903F: drivers/tty/serial/crisv10.*
1904
1905CRYPTO API
1906M: Herbert Xu <herbert@gondor.apana.org.au>
1907M: "David S. Miller" <davem@davemloft.net>
1908L: linux-crypto@vger.kernel.org
1909T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1910S: Maintained
1911F: Documentation/crypto/
1912F: arch/*/crypto/
1913F: crypto/
1914F: drivers/crypto/
1915F: include/crypto/
1916
1917CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1918M: Neil Horman <nhorman@tuxdriver.com>
1919L: linux-crypto@vger.kernel.org
1920S: Maintained
1921F: crypto/ansi_cprng.c
1922F: crypto/rng.c
1923
1924CS5535 Audio ALSA driver
1925M: Jaya Kumar <jayakumar.alsa@gmail.com>
1926S: Maintained
1927F: sound/pci/cs5535audio/
1928
1929CX18 VIDEO4LINUX DRIVER
1930M: Andy Walls <awalls@md.metrocast.net>
1931L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1932L: linux-media@vger.kernel.org
1933T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1934W: http://linuxtv.org
1935W: http://www.ivtvdriver.org/index.php/Cx18
1936S: Maintained
1937F: Documentation/video4linux/cx18.txt
1938F: drivers/media/video/cx18/
1939
1940CXGB3 ETHERNET DRIVER (CXGB3)
1941M: Divy Le Ray <divy@chelsio.com>
1942L: netdev@vger.kernel.org
1943W: http://www.chelsio.com
1944S: Supported
1945F: drivers/net/cxgb3/
1946
1947CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1948M: Steve Wise <swise@chelsio.com>
1949L: linux-rdma@vger.kernel.org
1950W: http://www.openfabrics.org
1951S: Supported
1952F: drivers/infiniband/hw/cxgb3/
1953
1954CXGB4 ETHERNET DRIVER (CXGB4)
1955M: Dimitris Michailidis <dm@chelsio.com>
1956L: netdev@vger.kernel.org
1957W: http://www.chelsio.com
1958S: Supported
1959F: drivers/net/cxgb4/
1960
1961CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1962M: Steve Wise <swise@chelsio.com>
1963L: linux-rdma@vger.kernel.org
1964W: http://www.openfabrics.org
1965S: Supported
1966F: drivers/infiniband/hw/cxgb4/
1967
1968CXGB4VF ETHERNET DRIVER (CXGB4VF)
1969M: Casey Leedom <leedom@chelsio.com>
1970L: netdev@vger.kernel.org
1971W: http://www.chelsio.com
1972S: Supported
1973F: drivers/net/cxgb4vf/
1974
1975STMMAC ETHERNET DRIVER
1976M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
1977L: netdev@vger.kernel.org
1978W: http://www.stlinux.com
1979S: Supported
1980F: drivers/net/stmmac/
1981
1982CYBERPRO FB DRIVER
1983M: Russell King <linux@arm.linux.org.uk>
1984L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985W: http://www.arm.linux.org.uk/
1986S: Maintained
1987F: drivers/video/cyber2000fb.*
1988
1989CYCLADES 2X SYNC CARD DRIVER
1990M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1991W: http://oops.ghostprotocols.net:81/blog
1992S: Maintained
1993F: drivers/net/wan/cycx*
1994
1995CYCLADES ASYNC MUX DRIVER
1996W: http://www.cyclades.com/
1997S: Orphan
1998F: drivers/char/cyclades.c
1999F: include/linux/cyclades.h
2000
2001CYCLADES PC300 DRIVER
2002W: http://www.cyclades.com/
2003S: Orphan
2004F: drivers/net/wan/pc300*
2005
2006DAMA SLAVE for AX.25
2007M: Joerg Reuter <jreuter@yaina.de>
2008W: http://yaina.de/jreuter/
2009W: http://www.qsl.net/dl1bke/
2010L: linux-hams@vger.kernel.org
2011S: Maintained
2012F: net/ax25/af_ax25.c
2013F: net/ax25/ax25_dev.c
2014F: net/ax25/ax25_ds_*
2015F: net/ax25/ax25_in.c
2016F: net/ax25/ax25_out.c
2017F: net/ax25/ax25_timer.c
2018F: net/ax25/sysctl_net_ax25.c
2019
2020DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2021M: Tobias Ringstrom <tori@unhappy.mine.nu>
2022L: netdev@vger.kernel.org
2023S: Maintained
2024F: Documentation/networking/dmfe.txt
2025F: drivers/net/tulip/dmfe.c
2026
2027DC390/AM53C974 SCSI driver
2028M: Kurt Garloff <garloff@suse.de>
2029W: http://www.garloff.de/kurt/linux/dc390/
2030M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2031S: Maintained
2032F: drivers/scsi/tmscsim.*
2033
2034DC395x SCSI driver
2035M: Oliver Neukum <oliver@neukum.name>
2036M: Ali Akcaagac <aliakc@web.de>
2037M: Jamie Lenehan <lenehan@twibble.org>
2038W: http://twibble.org/dist/dc395x/
2039L: dc395x@twibble.org
2040L: http://lists.twibble.org/mailman/listinfo/dc395x/
2041S: Maintained
2042F: Documentation/scsi/dc395x.txt
2043F: drivers/scsi/dc395x.*
2044
2045DCCP PROTOCOL
2046M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2047L: dccp@vger.kernel.org
2048W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2049S: Maintained
2050F: include/linux/dccp.h
2051F: include/linux/tfrc.h
2052F: net/dccp/
2053
2054DECnet NETWORK LAYER
2055W: http://linux-decnet.sourceforge.net
2056L: linux-decnet-user@lists.sourceforge.net
2057S: Orphan
2058F: Documentation/networking/decnet.txt
2059F: net/decnet/
2060
2061DEFXX FDDI NETWORK DRIVER
2062M: "Maciej W. Rozycki" <macro@linux-mips.org>
2063S: Maintained
2064F: drivers/net/defxx.*
2065
2066DELL LAPTOP DRIVER
2067M: Matthew Garrett <mjg59@srcf.ucam.org>
2068L: platform-driver-x86@vger.kernel.org
2069S: Maintained
2070F: drivers/platform/x86/dell-laptop.c
2071
2072DELL LAPTOP SMM DRIVER
2073M: Massimo Dal Zotto <dz@debian.org>
2074W: http://www.debian.org/~dz/i8k/
2075S: Maintained
2076F: drivers/char/i8k.c
2077F: include/linux/i8k.h
2078
2079DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2080M: Doug Warzecha <Douglas_Warzecha@dell.com>
2081S: Maintained
2082F: Documentation/dcdbas.txt
2083F: drivers/firmware/dcdbas.*
2084
2085DELL WMI EXTRAS DRIVER
2086M: Matthew Garrett <mjg59@srcf.ucam.org>
2087S: Maintained
2088F: drivers/platform/x86/dell-wmi.c
2089
2090DEVICE NUMBER REGISTRY
2091M: Torben Mathiasen <device@lanana.org>
2092W: http://lanana.org/docs/device-list/index.html
2093S: Maintained
2094
2095DEVICE-MAPPER (LVM)
2096P: Alasdair Kergon
2097L: dm-devel@redhat.com
2098W: http://sources.redhat.com/dm
2099Q: http://patchwork.kernel.org/project/dm-devel/list/
2100S: Maintained
2101F: Documentation/device-mapper/
2102F: drivers/md/dm*
2103F: include/linux/device-mapper.h
2104F: include/linux/dm-*.h
2105
2106DIGI INTL. EPCA DRIVER
2107M: "Digi International, Inc" <Eng.Linux@digi.com>
2108L: Eng.Linux@digi.com
2109W: http://www.digi.com
2110S: Orphan
2111F: Documentation/serial/digiepca.txt
2112F: drivers/char/epca*
2113F: drivers/char/digi*
2114
2115DIRECTORY NOTIFICATION (DNOTIFY)
2116M: Eric Paris <eparis@parisplace.org>
2117S: Maintained
2118F: Documentation/filesystems/dnotify.txt
2119F: fs/notify/dnotify/
2120F: include/linux/dnotify.h
2121
2122DISK GEOMETRY AND PARTITION HANDLING
2123M: Andries Brouwer <aeb@cwi.nl>
2124W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2125W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2126W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2127S: Maintained
2128
2129DISKQUOTA
2130M: Jan Kara <jack@suse.cz>
2131S: Maintained
2132F: Documentation/filesystems/quota.txt
2133F: fs/quota/
2134F: include/linux/quota*.h
2135
2136DISTRIBUTED LOCK MANAGER (DLM)
2137M: Christine Caulfield <ccaulfie@redhat.com>
2138M: David Teigland <teigland@redhat.com>
2139L: cluster-devel@redhat.com
2140W: http://sources.redhat.com/cluster/
2141T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2142S: Supported
2143F: fs/dlm/
2144
2145DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2146M: Vinod Koul <vinod.koul@intel.com>
2147M: Dan Williams <dan.j.williams@intel.com>
2148S: Supported
2149F: drivers/dma/
2150F: include/linux/dma*
2151
2152DME1737 HARDWARE MONITOR DRIVER
2153M: Juerg Haefliger <juergh@gmail.com>
2154L: lm-sensors@lm-sensors.org
2155S: Maintained
2156F: Documentation/hwmon/dme1737
2157F: drivers/hwmon/dme1737.c
2158
2159DOCBOOK FOR DOCUMENTATION
2160M: Randy Dunlap <rdunlap@xenotime.net>
2161S: Maintained
2162F: scripts/kernel-doc
2163
2164DOCKING STATION DRIVER
2165M: Shaohua Li <shaohua.li@intel.com>
2166L: linux-acpi@vger.kernel.org
2167S: Supported
2168F: drivers/acpi/dock.c
2169
2170DOCUMENTATION
2171M: Randy Dunlap <rdunlap@xenotime.net>
2172L: linux-doc@vger.kernel.org
2173T: quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2174S: Maintained
2175F: Documentation/
2176
2177DOUBLETALK DRIVER
2178M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2179L: blinux-list@redhat.com
2180S: Maintained
2181F: drivers/char/dtlk.c
2182F: include/linux/dtlk.h
2183
2184DPT_I2O SCSI RAID DRIVER
2185M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2186L: linux-scsi@vger.kernel.org
2187W: http://www.adaptec.com/
2188S: Maintained
2189F: drivers/scsi/dpt*
2190F: drivers/scsi/dpt/
2191
2192DRBD DRIVER
2193P: Philipp Reisner
2194P: Lars Ellenberg
2195M: drbd-dev@lists.linbit.com
2196L: drbd-user@lists.linbit.com
2197W: http://www.drbd.org
2198T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2199T: git git://git.drbd.org/drbd-8.3.git
2200S: Supported
2201F: drivers/block/drbd/
2202F: lib/lru_cache.c
2203F: Documentation/blockdev/drbd/
2204
2205DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2206M: Greg Kroah-Hartman <gregkh@suse.de>
2207T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2208S: Supported
2209F: Documentation/kobject.txt
2210F: drivers/base/
2211F: fs/sysfs/
2212F: fs/debugfs/
2213F: include/linux/kobj*
2214F: include/linux/debugfs.h
2215F: lib/kobj*
2216
2217DRM DRIVERS
2218M: David Airlie <airlied@linux.ie>
2219L: dri-devel@lists.freedesktop.org
2220T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2221S: Maintained
2222F: drivers/gpu/drm/
2223F: include/drm/
2224
2225INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2226M: Chris Wilson <chris@chris-wilson.co.uk>
2227L: intel-gfx@lists.freedesktop.org (subscribers-only)
2228L: dri-devel@lists.freedesktop.org
2229T: git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2230S: Supported
2231F: drivers/gpu/drm/i915
2232F: include/drm/i915*
2233
2234DSCC4 DRIVER
2235M: Francois Romieu <romieu@fr.zoreil.com>
2236L: netdev@vger.kernel.org
2237S: Maintained
2238F: drivers/net/wan/dscc4.c
2239
2240DZ DECSTATION DZ11 SERIAL DRIVER
2241M: "Maciej W. Rozycki" <macro@linux-mips.org>
2242S: Maintained
2243F: drivers/tty/serial/dz.*
2244
2245EATA-DMA SCSI DRIVER
2246M: Michael Neuffer <mike@i-Connect.Net>
2247L: linux-eata@i-connect.net
2248L: linux-scsi@vger.kernel.org
2249S: Maintained
2250F: drivers/scsi/eata*
2251
2252EATA ISA/EISA/PCI SCSI DRIVER
2253M: Dario Ballabio <ballabio_dario@emc.com>
2254L: linux-scsi@vger.kernel.org
2255S: Maintained
2256F: drivers/scsi/eata.c
2257
2258EATA-PIO SCSI DRIVER
2259M: Michael Neuffer <mike@i-Connect.Net>
2260L: linux-eata@i-connect.net
2261L: linux-scsi@vger.kernel.org
2262S: Maintained
2263F: drivers/scsi/eata_pio.*
2264
2265EBTABLES
2266M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2267L: ebtables-user@lists.sourceforge.net
2268L: ebtables-devel@lists.sourceforge.net
2269W: http://ebtables.sourceforge.net/
2270S: Maintained
2271F: include/linux/netfilter_bridge/ebt_*.h
2272F: net/bridge/netfilter/ebt*.c
2273
2274ECRYPT FILE SYSTEM
2275M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2276M: Dustin Kirkland <kirkland@canonical.com>
2277L: ecryptfs-devel@lists.launchpad.net
2278W: https://launchpad.net/ecryptfs
2279S: Supported
2280F: Documentation/filesystems/ecryptfs.txt
2281F: fs/ecryptfs/
2282
2283EDAC-CORE
2284M: Doug Thompson <dougthompson@xmission.com>
2285L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2286W: bluesmoke.sourceforge.net
2287S: Supported
2288F: Documentation/edac.txt
2289F: drivers/edac/edac_*
2290F: include/linux/edac.h
2291
2292EDAC-AMD64
2293M: Doug Thompson <dougthompson@xmission.com>
2294M: Borislav Petkov <borislav.petkov@amd.com>
2295L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2296W: bluesmoke.sourceforge.net
2297S: Supported
2298F: drivers/edac/amd64_edac*
2299
2300EDAC-E752X
2301M: Mark Gross <mark.gross@intel.com>
2302M: Doug Thompson <dougthompson@xmission.com>
2303L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2304W: bluesmoke.sourceforge.net
2305S: Maintained
2306F: drivers/edac/e752x_edac.c
2307
2308EDAC-E7XXX
2309M: Doug Thompson <dougthompson@xmission.com>
2310L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2311W: bluesmoke.sourceforge.net
2312S: Maintained
2313F: drivers/edac/e7xxx_edac.c
2314
2315EDAC-I82443BXGX
2316M: Tim Small <tim@buttersideup.com>
2317L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2318W: bluesmoke.sourceforge.net
2319S: Maintained
2320F: drivers/edac/i82443bxgx_edac.c
2321
2322EDAC-I3000
2323M: Jason Uhlenkott <juhlenko@akamai.com>
2324L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2325W: bluesmoke.sourceforge.net
2326S: Maintained
2327F: drivers/edac/i3000_edac.c
2328
2329EDAC-I5000
2330M: Doug Thompson <dougthompson@xmission.com>
2331L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2332W: bluesmoke.sourceforge.net
2333S: Maintained
2334F: drivers/edac/i5000_edac.c
2335
2336EDAC-I5400
2337M: Mauro Carvalho Chehab <mchehab@redhat.com>
2338L: linux-edac@vger.kernel.org
2339W: bluesmoke.sourceforge.net
2340S: Maintained
2341F: drivers/edac/i5400_edac.c
2342
2343EDAC-I7300
2344M: Mauro Carvalho Chehab <mchehab@redhat.com>
2345L: linux-edac@vger.kernel.org
2346W: bluesmoke.sourceforge.net
2347S: Maintained
2348F: drivers/edac/i7300_edac.c
2349
2350EDAC-I7CORE
2351M: Mauro Carvalho Chehab <mchehab@redhat.com>
2352L: linux-edac@vger.kernel.org
2353W: bluesmoke.sourceforge.net
2354S: Maintained
2355F: drivers/edac/i7core_edac.c
2356F: drivers/edac/edac_mce.c
2357F: include/linux/edac_mce.h
2358
2359EDAC-I82975X
2360M: Ranganathan Desikan <ravi@jetztechnologies.com>
2361M: "Arvind R." <arvind@jetztechnologies.com>
2362L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2363W: bluesmoke.sourceforge.net
2364S: Maintained
2365F: drivers/edac/i82975x_edac.c
2366
2367EDAC-PASEMI
2368M: Egor Martovetsky <egor@pasemi.com>
2369L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2370W: bluesmoke.sourceforge.net
2371S: Maintained
2372F: drivers/edac/pasemi_edac.c
2373
2374EDAC-R82600
2375M: Tim Small <tim@buttersideup.com>
2376L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2377W: bluesmoke.sourceforge.net
2378S: Maintained
2379F: drivers/edac/r82600_edac.c
2380
2381EDIROL UA-101/UA-1000 DRIVER
2382M: Clemens Ladisch <clemens@ladisch.de>
2383L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2384T: git git://git.alsa-project.org/alsa-kernel.git
2385S: Maintained
2386F: sound/usb/misc/ua101.c
2387
2388EEEPC LAPTOP EXTRAS DRIVER
2389M: Corentin Chary <corentincj@iksaif.net>
2390L: acpi4asus-user@lists.sourceforge.net
2391L: platform-driver-x86@vger.kernel.org
2392W: http://acpi4asus.sf.net
2393S: Maintained
2394F: drivers/platform/x86/eeepc-laptop.c
2395
2396EEEPC WMI EXTRAS DRIVER
2397M: Corentin Chary <corentincj@iksaif.net>
2398L: acpi4asus-user@lists.sourceforge.net
2399L: platform-driver-x86@vger.kernel.org
2400W: http://acpi4asus.sf.net
2401S: Maintained
2402F: drivers/platform/x86/eeepc-wmi.c
2403
2404EFIFB FRAMEBUFFER DRIVER
2405L: linux-fbdev@vger.kernel.org
2406M: Peter Jones <pjones@redhat.com>
2407S: Maintained
2408F: drivers/video/efifb.c
2409
2410EFS FILESYSTEM
2411W: http://aeschi.ch.eu.org/efs/
2412S: Orphan
2413F: fs/efs/
2414
2415EHCA (IBM GX bus InfiniBand adapter) DRIVER
2416M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2417M: Christoph Raisch <raisch@de.ibm.com>
2418L: linux-rdma@vger.kernel.org
2419S: Supported
2420F: drivers/infiniband/hw/ehca/
2421
2422EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2423M: Breno Leitao <leitao@linux.vnet.ibm.com>
2424L: netdev@vger.kernel.org
2425S: Maintained
2426F: drivers/net/ehea/
2427
2428EMBEDDED LINUX
2429M: Paul Gortmaker <paul.gortmaker@windriver.com>
2430M: Matt Mackall <mpm@selenic.com>
2431M: David Woodhouse <dwmw2@infradead.org>
2432L: linux-embedded@vger.kernel.org
2433S: Maintained
2434
2435EMULEX LPFC FC SCSI DRIVER
2436M: James Smart <james.smart@emulex.com>
2437L: linux-scsi@vger.kernel.org
2438W: http://sourceforge.net/projects/lpfcxxxx
2439S: Supported
2440F: drivers/scsi/lpfc/
2441
2442ENE CB710 FLASH CARD READER DRIVER
2443M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2444S: Maintained
2445F: drivers/misc/cb710/
2446F: drivers/mmc/host/cb710-mmc.*
2447F: include/linux/cb710.h
2448
2449ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2450M: Maxim Levitsky <maximlevitsky@gmail.com>
2451S: Maintained
2452F: drivers/media/IR/ene_ir.c
2453F: drivers/media/IR/ene_ir.h
2454
2455EPSON 1355 FRAMEBUFFER DRIVER
2456M: Christopher Hoover <ch@murgatroid.com>
2457M: Christopher Hoover <ch@hpl.hp.com>
2458S: Maintained
2459F: drivers/video/epson1355fb.c
2460
2461EPSON S1D13XXX FRAMEBUFFER DRIVER
2462M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2463S: Maintained
2464T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2465F: drivers/video/s1d13xxxfb.c
2466F: include/video/s1d13xxxfb.h
2467
2468ETHEREXPRESS-16 NETWORK DRIVER
2469M: Philip Blundell <philb@gnu.org>
2470L: netdev@vger.kernel.org
2471S: Maintained
2472F: drivers/net/eexpress.*
2473
2474ETHERNET BRIDGE
2475M: Stephen Hemminger <shemminger@linux-foundation.org>
2476L: bridge@lists.linux-foundation.org
2477L: netdev@vger.kernel.org
2478W: http://www.linuxfoundation.org/en/Net:Bridge
2479S: Maintained
2480F: include/linux/netfilter_bridge/
2481F: net/bridge/
2482
2483ETHERTEAM 16I DRIVER
2484M: Mika Kuoppala <miku@iki.fi>
2485S: Maintained
2486F: drivers/net/eth16i.c
2487
2488EXT2 FILE SYSTEM
2489M: Jan Kara <jack@suse.cz>
2490L: linux-ext4@vger.kernel.org
2491S: Maintained
2492F: Documentation/filesystems/ext2.txt
2493F: fs/ext2/
2494F: include/linux/ext2*
2495
2496EXT3 FILE SYSTEM
2497M: Jan Kara <jack@suse.cz>
2498M: Andrew Morton <akpm@linux-foundation.org>
2499M: Andreas Dilger <adilger.kernel@dilger.ca>
2500L: linux-ext4@vger.kernel.org
2501S: Maintained
2502F: Documentation/filesystems/ext3.txt
2503F: fs/ext3/
2504F: include/linux/ext3*
2505
2506EXT4 FILE SYSTEM
2507M: "Theodore Ts'o" <tytso@mit.edu>
2508M: Andreas Dilger <adilger.kernel@dilger.ca>
2509L: linux-ext4@vger.kernel.org
2510W: http://ext4.wiki.kernel.org
2511Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2512S: Maintained
2513F: Documentation/filesystems/ext4.txt
2514F: fs/ext4/
2515
2516F71805F HARDWARE MONITORING DRIVER
2517M: Jean Delvare <khali@linux-fr.org>
2518L: lm-sensors@lm-sensors.org
2519S: Maintained
2520F: Documentation/hwmon/f71805f
2521F: drivers/hwmon/f71805f.c
2522
2523FANOTIFY
2524M: Eric Paris <eparis@redhat.com>
2525S: Maintained
2526F: fs/notify/fanotify/
2527F: include/linux/fanotify.h
2528
2529FARSYNC SYNCHRONOUS DRIVER
2530M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2531W: http://www.farsite.co.uk/
2532S: Supported
2533F: drivers/net/wan/farsync.*
2534
2535FAULT INJECTION SUPPORT
2536M: Akinobu Mita <akinobu.mita@gmail.com>
2537S: Supported
2538F: Documentation/fault-injection/
2539F: lib/fault-inject.c
2540
2541FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2542M: Robert Love <robert.w.love@intel.com>
2543L: devel@open-fcoe.org
2544W: www.Open-FCoE.org
2545S: Supported
2546F: drivers/scsi/libfc/
2547F: drivers/scsi/fcoe/
2548F: include/scsi/fc/
2549F: include/scsi/libfc.h
2550F: include/scsi/libfcoe.h
2551
2552FILE LOCKING (flock() and fcntl()/lockf())
2553M: Matthew Wilcox <matthew@wil.cx>
2554L: linux-fsdevel@vger.kernel.org
2555S: Maintained
2556F: include/linux/fcntl.h
2557F: include/linux/fs.h
2558F: fs/fcntl.c
2559F: fs/locks.c
2560
2561FILESYSTEMS (VFS and infrastructure)
2562M: Alexander Viro <viro@zeniv.linux.org.uk>
2563L: linux-fsdevel@vger.kernel.org
2564S: Maintained
2565F: fs/*
2566
2567FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2568M: Riku Voipio <riku.voipio@iki.fi>
2569L: lm-sensors@lm-sensors.org
2570S: Maintained
2571F: drivers/hwmon/f75375s.c
2572F: include/linux/f75375s.h
2573
2574FIREWIRE SUBSYSTEM
2575M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2576L: linux1394-devel@lists.sourceforge.net
2577W: http://ieee1394.wiki.kernel.org/
2578T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2579S: Maintained
2580F: drivers/firewire/
2581F: include/linux/firewire*.h
2582F: tools/firewire/
2583
2584FIRMWARE LOADER (request_firmware)
2585S: Orphan
2586F: Documentation/firmware_class/
2587F: drivers/base/firmware*.c
2588F: include/linux/firmware.h
2589
2590FPU EMULATOR
2591M: Bill Metzenthen <billm@melbpc.org.au>
2592W: http://floatingpoint.sourceforge.net/emulator/index.html
2593S: Maintained
2594F: arch/x86/math-emu/
2595
2596FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2597M: Mike McLagan <mike.mclagan@linux.org>
2598L: netdev@vger.kernel.org
2599S: Maintained
2600F: drivers/net/wan/dlci.c
2601F: drivers/net/wan/sdla.c
2602
2603FRAMEBUFFER LAYER
2604L: linux-fbdev@vger.kernel.org
2605W: http://linux-fbdev.sourceforge.net/
2606Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2607T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2608S: Orphan
2609F: Documentation/fb/
2610F: drivers/video/
2611F: include/video/
2612F: include/linux/fb.h
2613
2614FREESCALE DMA DRIVER
2615M: Li Yang <leoli@freescale.com>
2616M: Zhang Wei <zw@zh-kernel.org>
2617L: linuxppc-dev@lists.ozlabs.org
2618S: Maintained
2619F: drivers/dma/fsldma.*
2620
2621FREESCALE I2C CPM DRIVER
2622M: Jochen Friedrich <jochen@scram.de>
2623L: linuxppc-dev@lists.ozlabs.org
2624L: linux-i2c@vger.kernel.org
2625S: Maintained
2626F: drivers/i2c/busses/i2c-cpm.c
2627
2628FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2629M: Sascha Hauer <kernel@pengutronix.de>
2630L: linux-fbdev@vger.kernel.org
2631L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2632S: Maintained
2633F: arch/arm/plat-mxc/include/mach/imxfb.h
2634F: drivers/video/imxfb.c
2635
2636FREESCALE SOC FS_ENET DRIVER
2637M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2638M: Vitaly Bordug <vbordug@ru.mvista.com>
2639L: linuxppc-dev@lists.ozlabs.org
2640L: netdev@vger.kernel.org
2641S: Maintained
2642F: drivers/net/fs_enet/
2643F: include/linux/fs_enet_pd.h
2644
2645FREESCALE QUICC ENGINE LIBRARY
2646M: Timur Tabi <timur@freescale.com>
2647L: linuxppc-dev@lists.ozlabs.org
2648S: Supported
2649F: arch/powerpc/sysdev/qe_lib/
2650F: arch/powerpc/include/asm/*qe.h
2651
2652FREESCALE USB PERIPHERAL DRIVERS
2653M: Li Yang <leoli@freescale.com>
2654L: linux-usb@vger.kernel.org
2655L: linuxppc-dev@lists.ozlabs.org
2656S: Maintained
2657F: drivers/usb/gadget/fsl*
2658
2659FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2660M: Li Yang <leoli@freescale.com>
2661L: netdev@vger.kernel.org
2662L: linuxppc-dev@lists.ozlabs.org
2663S: Maintained
2664F: drivers/net/ucc_geth*
2665
2666FREESCALE QUICC ENGINE UCC UART DRIVER
2667M: Timur Tabi <timur@freescale.com>
2668L: linuxppc-dev@lists.ozlabs.org
2669S: Supported
2670F: drivers/tty/serial/ucc_uart.c
2671
2672FREESCALE SOC SOUND DRIVERS
2673M: Timur Tabi <timur@freescale.com>
2674L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2675L: linuxppc-dev@lists.ozlabs.org
2676S: Supported
2677F: sound/soc/fsl/fsl*
2678F: sound/soc/fsl/mpc8610_hpcd.c
2679
2680FREEVXFS FILESYSTEM
2681M: Christoph Hellwig <hch@infradead.org>
2682W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2683S: Maintained
2684F: fs/freevxfs/
2685
2686FREEZER
2687M: Pavel Machek <pavel@ucw.cz>
2688M: "Rafael J. Wysocki" <rjw@sisk.pl>
2689L: linux-pm@lists.linux-foundation.org
2690S: Supported
2691F: Documentation/power/freezing-of-tasks.txt
2692F: include/linux/freezer.h
2693F: kernel/freezer.c
2694
2695FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2696M: David Howells <dhowells@redhat.com>
2697L: linux-cachefs@redhat.com
2698S: Supported
2699F: Documentation/filesystems/caching/
2700F: fs/fscache/
2701F: include/linux/fscache*.h
2702
2703FUJITSU FR-V (FRV) PORT
2704M: David Howells <dhowells@redhat.com>
2705S: Maintained
2706F: arch/frv/
2707
2708FUJITSU LAPTOP EXTRAS
2709M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2710L: platform-driver-x86@vger.kernel.org
2711S: Maintained
2712F: drivers/platform/x86/fujitsu-laptop.c
2713
2714FUSE: FILESYSTEM IN USERSPACE
2715M: Miklos Szeredi <miklos@szeredi.hu>
2716L: fuse-devel@lists.sourceforge.net
2717W: http://fuse.sourceforge.net/
2718S: Maintained
2719F: fs/fuse/
2720F: include/linux/fuse.h
2721
2722FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2723M: Rik Faith <faith@cs.unc.edu>
2724L: linux-scsi@vger.kernel.org
2725S: Odd Fixes (e.g., new signatures)
2726F: drivers/scsi/fdomain.*
2727
2728GDT SCSI DISK ARRAY CONTROLLER DRIVER
2729M: Achim Leubner <achim_leubner@adaptec.com>
2730L: linux-scsi@vger.kernel.org
2731W: http://www.icp-vortex.com/
2732S: Supported
2733F: drivers/scsi/gdt*
2734
2735GENERIC GPIO I2C DRIVER
2736M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2737S: Supported
2738F: drivers/i2c/busses/i2c-gpio.c
2739F: include/linux/i2c-gpio.h
2740
2741GENERIC GPIO I2C MULTIPLEXER DRIVER
2742M: Peter Korsgaard <peter.korsgaard@barco.com>
2743L: linux-i2c@vger.kernel.org
2744S: Supported
2745F: drivers/i2c/muxes/gpio-i2cmux.c
2746F: include/linux/gpio-i2cmux.h
2747F: Documentation/i2c/muxes/gpio-i2cmux
2748
2749GENERIC HDLC (WAN) DRIVERS
2750M: Krzysztof Halasa <khc@pm.waw.pl>
2751W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2752S: Maintained
2753F: drivers/net/wan/c101.c
2754F: drivers/net/wan/hd6457*
2755F: drivers/net/wan/hdlc*
2756F: drivers/net/wan/n2.c
2757F: drivers/net/wan/pc300too.c
2758F: drivers/net/wan/pci200syn.c
2759F: drivers/net/wan/wanxl*
2760
2761GENERIC INCLUDE/ASM HEADER FILES
2762M: Arnd Bergmann <arnd@arndb.de>
2763L: linux-arch@vger.kernel.org
2764T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2765S: Maintained
2766F: include/asm-generic
2767
2768GENERIC UIO DRIVER FOR PCI DEVICES
2769M: "Michael S. Tsirkin" <mst@redhat.com>
2770L: kvm@vger.kernel.org
2771S: Supported
2772F: drivers/uio/uio_pci_generic.c
2773
2774GFS2 FILE SYSTEM
2775M: Steven Whitehouse <swhiteho@redhat.com>
2776L: cluster-devel@redhat.com
2777W: http://sources.redhat.com/cluster/
2778T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2779T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2780S: Supported
2781F: Documentation/filesystems/gfs2*.txt
2782F: fs/gfs2/
2783F: include/linux/gfs2_ondisk.h
2784
2785GIGASET ISDN DRIVERS
2786M: Hansjoerg Lipp <hjlipp@web.de>
2787M: Tilman Schmidt <tilman@imap.cc>
2788L: gigaset307x-common@lists.sourceforge.net
2789W: http://gigaset307x.sourceforge.net/
2790S: Maintained
2791F: Documentation/isdn/README.gigaset
2792F: drivers/isdn/gigaset/
2793F: include/linux/gigaset_dev.h
2794
2795GPIO SUBSYSTEM
2796M: Grant Likely <grant.likely@secretlab.ca>
2797L: linux-kernel@vger.kernel.org
2798S: Maintained
2799T: git git://git.secretlab.ca/git/linux-2.6.git
2800F: Documentation/gpio/gpio.txt
2801F: drivers/gpio/
2802F: include/linux/gpio*
2803
2804GRETH 10/100/1G Ethernet MAC device driver
2805M: Kristoffer Glembo <kristoffer@gaisler.com>
2806L: netdev@vger.kernel.org
2807S: Maintained
2808F: drivers/net/greth*
2809
2810HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2811M: Frank Seidel <frank@f-seidel.de>
2812L: platform-driver-x86@vger.kernel.org
2813W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2814S: Maintained
2815F: drivers/platform/x86/hdaps.c
2816
2817HWPOISON MEMORY FAILURE HANDLING
2818M: Andi Kleen <andi@firstfloor.org>
2819L: linux-mm@kvack.org
2820L: linux-kernel@vger.kernel.org
2821T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2822S: Maintained
2823F: mm/memory-failure.c
2824F: mm/hwpoison-inject.c
2825
2826HYPERVISOR VIRTUAL CONSOLE DRIVER
2827L: linuxppc-dev@lists.ozlabs.org
2828S: Odd Fixes
2829F: drivers/char/hvc_*
2830
2831iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2832M: Peter Jones <pjones@redhat.com>
2833M: Konrad Rzeszutek Wilk <konrad@kernel.org>
2834S: Maintained
2835F: drivers/firmware/iscsi_ibft*
2836
2837GSPCA FINEPIX SUBDRIVER
2838M: Frank Zago <frank@zago.net>
2839L: linux-media@vger.kernel.org
2840T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2841S: Maintained
2842F: drivers/media/video/gspca/finepix.c
2843
2844GSPCA GL860 SUBDRIVER
2845M: Olivier Lorin <o.lorin@laposte.net>
2846L: linux-media@vger.kernel.org
2847T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2848S: Maintained
2849F: drivers/media/video/gspca/gl860/
2850
2851GSPCA M5602 SUBDRIVER
2852M: Erik Andren <erik.andren@gmail.com>
2853L: linux-media@vger.kernel.org
2854T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2855S: Maintained
2856F: drivers/media/video/gspca/m5602/
2857
2858GSPCA PAC207 SONIXB SUBDRIVER
2859M: Hans de Goede <hdegoede@redhat.com>
2860L: linux-media@vger.kernel.org
2861T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2862S: Maintained
2863F: drivers/media/video/gspca/pac207.c
2864
2865GSPCA SN9C20X SUBDRIVER
2866M: Brian Johnson <brijohn@gmail.com>
2867L: linux-media@vger.kernel.org
2868T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2869S: Maintained
2870F: drivers/media/video/gspca/sn9c20x.c
2871
2872GSPCA T613 SUBDRIVER
2873M: Leandro Costantino <lcostantino@gmail.com>
2874L: linux-media@vger.kernel.org
2875T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2876S: Maintained
2877F: drivers/media/video/gspca/t613.c
2878
2879GSPCA USB WEBCAM DRIVER
2880M: Jean-Francois Moine <moinejf@free.fr>
2881W: http://moinejf.free.fr
2882L: linux-media@vger.kernel.org
2883T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2884S: Maintained
2885F: drivers/media/video/gspca/
2886
2887HARDWARE MONITORING
2888M: Jean Delvare <khali@linux-fr.org>
2889M: Guenter Roeck <guenter.roeck@ericsson.com>
2890L: lm-sensors@lm-sensors.org
2891W: http://www.lm-sensors.org/
2892T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2893T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2894S: Maintained
2895F: Documentation/hwmon/
2896F: drivers/hwmon/
2897F: include/linux/hwmon*.h
2898
2899HARDWARE RANDOM NUMBER GENERATOR CORE
2900M: Matt Mackall <mpm@selenic.com>
2901M: Herbert Xu <herbert@gondor.apana.org.au>
2902S: Odd fixes
2903F: Documentation/hw_random.txt
2904F: drivers/char/hw_random/
2905F: include/linux/hw_random.h
2906
2907HARMONY SOUND DRIVER
2908M: Kyle McMartin <kyle@mcmartin.ca>
2909L: linux-parisc@vger.kernel.org
2910S: Maintained
2911F: sound/parisc/harmony.*
2912
2913HEWLETT-PACKARD SMART2 RAID DRIVER
2914M: Chirag Kantharia <chirag.kantharia@hp.com>
2915L: iss_storagedev@hp.com
2916S: Maintained
2917F: Documentation/blockdev/cpqarray.txt
2918F: drivers/block/cpqarray.*
2919
2920HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2921M: Stephen M. Cameron <scameron@beardog.cce.hp.com>
2922L: iss_storagedev@hp.com
2923S: Supported
2924F: Documentation/scsi/hpsa.txt
2925F: drivers/scsi/hpsa*.[ch]
2926F: include/linux/cciss*.h
2927
2928HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2929M: Mike Miller <mike.miller@hp.com>
2930L: iss_storagedev@hp.com
2931S: Supported
2932F: Documentation/blockdev/cciss.txt
2933F: drivers/block/cciss*
2934F: include/linux/cciss_ioctl.h
2935
2936HFS FILESYSTEM
2937M: Roman Zippel <zippel@linux-m68k.org>
2938S: Maintained
2939F: Documentation/filesystems/hfs.txt
2940F: fs/hfs/
2941
2942HGA FRAMEBUFFER DRIVER
2943M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2944L: linux-nvidia@lists.surfsouth.com
2945W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2946S: Maintained
2947F: drivers/video/hgafb.c
2948
2949HIBERNATION (aka Software Suspend, aka swsusp)
2950M: Pavel Machek <pavel@ucw.cz>
2951M: "Rafael J. Wysocki" <rjw@sisk.pl>
2952L: linux-pm@lists.linux-foundation.org
2953S: Supported
2954F: arch/x86/power/
2955F: drivers/base/power/
2956F: kernel/power/
2957F: include/linux/suspend.h
2958F: include/linux/freezer.h
2959F: include/linux/pm.h
2960F: arch/*/include/asm/suspend*.h
2961
2962HID CORE LAYER
2963M: Jiri Kosina <jkosina@suse.cz>
2964L: linux-input@vger.kernel.org
2965T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2966S: Maintained
2967F: drivers/hid/
2968F: include/linux/hid*
2969
2970HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2971M: Thomas Gleixner <tglx@linutronix.de>
2972S: Maintained
2973F: Documentation/timers/
2974F: kernel/hrtimer.c
2975F: kernel/time/clockevents.c
2976F: kernel/time/tick*.*
2977F: kernel/time/timer_*.c
2978F include/linux/clockevents.h
2979F: include/linux/hrtimer.h
2980
2981HIGH-SPEED SCC DRIVER FOR AX.25
2982M: Klaus Kudielka <klaus.kudielka@ieee.org>
2983L: linux-hams@vger.kernel.org
2984W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2985S: Maintained
2986F: drivers/net/hamradio/dmascc.c
2987F: drivers/net/hamradio/scc.c
2988
2989HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2990M: HighPoint Linux Team <linux@highpoint-tech.com>
2991W: http://www.highpoint-tech.com
2992S: Supported
2993F: Documentation/scsi/hptiop.txt
2994F: drivers/scsi/hptiop.c
2995
2996HIPPI
2997M: Jes Sorensen <jes@trained-monkey.org>
2998L: linux-hippi@sunsite.dk
2999S: Maintained
3000F: include/linux/hippidevice.h
3001F: include/linux/if_hippi.h
3002F: net/802/hippi.c
3003
3004HOST AP DRIVER
3005M: Jouni Malinen <j@w1.fi>
3006L: hostap@shmoo.com (subscribers-only)
3007L: linux-wireless@vger.kernel.org
3008W: http://hostap.epitest.fi/
3009S: Maintained
3010F: drivers/net/wireless/hostap/
3011
3012HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3013M: Carlos Corbacho <carlos@strangeworlds.co.uk>
3014L: platform-driver-x86@vger.kernel.org
3015S: Odd Fixes
3016F: drivers/platform/x86/tc1100-wmi.c
3017
3018HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3019M: Jaroslav Kysela <perex@perex.cz>
3020S: Maintained
3021F: drivers/net/hp100.*
3022
3023HPET: High Precision Event Timers driver
3024M: Clemens Ladisch <clemens@ladisch.de>
3025S: Maintained
3026F: Documentation/timers/hpet.txt
3027F: drivers/char/hpet.c
3028F: include/linux/hpet.h
3029
3030HPET: x86
3031M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3032S: Maintained
3033F: arch/x86/kernel/hpet.c
3034F: arch/x86/include/asm/hpet.h
3035
3036HPFS FILESYSTEM
3037M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3038W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3039S: Maintained
3040F: fs/hpfs/
3041
3042HSO 3G MODEM DRIVER
3043M: Jan Dumon <j.dumon@option.com>
3044W: http://www.pharscape.org
3045S: Maintained
3046F: drivers/net/usb/hso.c
3047
3048HTCPEN TOUCHSCREEN DRIVER
3049M: Pau Oliva Fora <pof@eslack.org>
3050L: linux-input@vger.kernel.org
3051S: Maintained
3052F: drivers/input/touchscreen/htcpen.c
3053
3054HUGETLB FILESYSTEM
3055M: William Irwin <wli@holomorphy.com>
3056S: Maintained
3057F: fs/hugetlbfs/
3058
3059I2C/SMBUS STUB DRIVER
3060M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3061L: linux-i2c@vger.kernel.org
3062S: Maintained
3063F: drivers/i2c/busses/i2c-stub.c
3064
3065I2C SUBSYSTEM
3066M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3067M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3068L: linux-i2c@vger.kernel.org
3069W: http://i2c.wiki.kernel.org/
3070T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3071T: git git://git.fluff.org/bjdooks/linux.git
3072S: Maintained
3073F: Documentation/i2c/
3074F: drivers/i2c/
3075F: include/linux/i2c.h
3076F: include/linux/i2c-*.h
3077
3078I2C-TINY-USB DRIVER
3079M: Till Harbaum <till@harbaum.org>
3080L: linux-i2c@vger.kernel.org
3081W: http://www.harbaum.org/till/i2c_tiny_usb
3082S: Maintained
3083F: drivers/i2c/busses/i2c-tiny-usb.c
3084
3085i386 BOOT CODE
3086M: "H. Peter Anvin" <hpa@zytor.com>
3087S: Maintained
3088F: arch/x86/boot/
3089
3090i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3091M: "H. Peter Anvin" <hpa@zytor.com>
3092T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3093S: Maintained
3094
3095IA64 (Itanium) PLATFORM
3096M: Tony Luck <tony.luck@intel.com>
3097M: Fenghua Yu <fenghua.yu@intel.com>
3098L: linux-ia64@vger.kernel.org
3099W: http://www.ia64-linux.org/
3100T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3101S: Maintained
3102F: arch/ia64/
3103
3104IBM MCA SCSI SUBSYSTEM DRIVER
3105M: Michael Lang <langa2@kph.uni-mainz.de>
3106W: http://www.uni-mainz.de/~langm000/linux.html
3107S: Maintained
3108F: drivers/scsi/ibmmca.c
3109
3110IBM Power Linux RAID adapter
3111M: Brian King <brking@us.ibm.com>
3112S: Supported
3113F: drivers/scsi/ipr.*
3114
3115IBM Power Virtual Ethernet Device Driver
3116M: Santiago Leon <santil@linux.vnet.ibm.com>
3117L: netdev@vger.kernel.org
3118S: Supported
3119F: drivers/net/ibmveth.*
3120
3121IBM ServeRAID RAID DRIVER
3122P: Jack Hammer
3123M: Dave Jeffery <ipslinux@adaptec.com>
3124W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3125S: Supported
3126F: drivers/scsi/ips.*
3127
3128IDE SUBSYSTEM
3129M: "David S. Miller" <davem@davemloft.net>
3130L: linux-ide@vger.kernel.org
3131Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3132T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3133S: Maintained
3134F: Documentation/ide/
3135F: drivers/ide/
3136F: include/linux/ide.h
3137
3138IDE/ATAPI DRIVERS
3139M: Borislav Petkov <petkovbb@gmail.com>
3140L: linux-ide@vger.kernel.org
3141S: Maintained
3142F: Documentation/cdrom/ide-cd
3143F: drivers/ide/ide-cd*
3144
3145IDLE-I7300
3146M: Andy Henroid <andrew.d.henroid@intel.com>
3147L: linux-pm@lists.linux-foundation.org
3148S: Supported
3149F: drivers/idle/i7300_idle.c
3150
3151IEEE 1394 SUBSYSTEM
3152M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3153L: linux1394-devel@lists.sourceforge.net
3154W: http://ieee1394.wiki.kernel.org/
3155T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
3156S: Obsolete
3157F: Documentation/debugging-via-ohci1394.txt
3158F: drivers/ieee1394/
3159
3160IEEE 802.15.4 SUBSYSTEM
3161M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3162M: Sergey Lapin <slapin@ossfans.org>
3163L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3164W: http://apps.sourceforge.net/trac/linux-zigbee
3165T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3166S: Maintained
3167F: net/ieee802154/
3168F: net/mac802154/
3169F: drivers/ieee802154/
3170
3171IKANOS/ADI EAGLE ADSL USB DRIVER
3172M: Matthieu Castet <castet.matthieu@free.fr>
3173M: Stanislaw Gruszka <stf_xl@wp.pl>
3174S: Maintained
3175F: drivers/usb/atm/ueagle-atm.c
3176
3177INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3178M: Mimi Zohar <zohar@us.ibm.com>
3179S: Supported
3180F: security/integrity/ima/
3181
3182IMS TWINTURBO FRAMEBUFFER DRIVER
3183L: linux-fbdev@vger.kernel.org
3184S: Orphan
3185F: drivers/video/imsttfb.c
3186
3187INFINIBAND SUBSYSTEM
3188M: Roland Dreier <roland@kernel.org>
3189M: Sean Hefty <sean.hefty@intel.com>
3190M: Hal Rosenstock <hal.rosenstock@gmail.com>
3191L: linux-rdma@vger.kernel.org
3192W: http://www.openfabrics.org/
3193Q: http://patchwork.kernel.org/project/linux-rdma/list/
3194T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3195S: Supported
3196F: Documentation/infiniband/
3197F: drivers/infiniband/
3198F: include/linux/if_infiniband.h
3199
3200INOTIFY
3201M: John McCutchan <john@johnmccutchan.com>
3202M: Robert Love <rlove@rlove.org>
3203M: Eric Paris <eparis@parisplace.org>
3204S: Maintained
3205F: Documentation/filesystems/inotify.txt
3206F: fs/notify/inotify/
3207F: include/linux/inotify.h
3208
3209INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3210M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3211M: Dmitry Torokhov <dtor@mail.ru>
3212L: linux-input@vger.kernel.org
3213Q: http://patchwork.kernel.org/project/linux-input/list/
3214T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3215S: Maintained
3216F: drivers/input/
3217
3218INPUT MULTITOUCH (MT) PROTOCOL
3219M: Henrik Rydberg <rydberg@euromail.se>
3220L: linux-input@vger.kernel.org
3221T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3222S: Maintained
3223F: Documentation/input/multi-touch-protocol.txt
3224F: drivers/input/input-mt.c
3225K: \b(ABS|SYN)_MT_
3226
3227INTEL IDLE DRIVER
3228M: Len Brown <lenb@kernel.org>
3229L: linux-pm@lists.linux-foundation.org
3230T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3231S: Supported
3232F: drivers/idle/intel_idle.c
3233
3234INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3235M: Maik Broemme <mbroemme@plusserver.de>
3236L: linux-fbdev@vger.kernel.org
3237S: Maintained
3238F: Documentation/fb/intelfb.txt
3239F: drivers/video/intelfb/
3240
3241INTEL 810/815 FRAMEBUFFER DRIVER
3242M: Antonino Daplas <adaplas@gmail.com>
3243L: linux-fbdev@vger.kernel.org
3244S: Maintained
3245F: drivers/video/i810/
3246
3247INTEL MENLOW THERMAL DRIVER
3248M: Sujith Thomas <sujith.thomas@intel.com>
3249L: platform-driver-x86@vger.kernel.org
3250W: http://www.lesswatts.org/projects/acpi/
3251S: Supported
3252F: drivers/platform/x86/intel_menlow.c
3253
3254INTEL IA32 MICROCODE UPDATE SUPPORT
3255M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3256S: Maintained
3257F: arch/x86/kernel/microcode_core.c
3258F: arch/x86/kernel/microcode_intel.c
3259
3260INTEL I/OAT DMA DRIVER
3261M: Dan Williams <dan.j.williams@intel.com>
3262S: Supported
3263F: drivers/dma/ioat*
3264
3265INTEL IOMMU (VT-d)
3266M: David Woodhouse <dwmw2@infradead.org>
3267L: iommu@lists.linux-foundation.org
3268T: git git://git.infradead.org/iommu-2.6.git
3269S: Supported
3270F: drivers/pci/intel-iommu.c
3271F: include/linux/intel-iommu.h
3272
3273INTEL IOP-ADMA DMA DRIVER
3274M: Dan Williams <dan.j.williams@intel.com>
3275S: Maintained
3276F: drivers/dma/iop-adma.c
3277
3278INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3279M: Krzysztof Halasa <khc@pm.waw.pl>
3280S: Maintained
3281F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3282F: arch/arm/mach-ixp4xx/include/mach/npe.h
3283F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3284F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3285F: drivers/net/arm/ixp4xx_eth.c
3286F: drivers/net/wan/ixp4xx_hss.c
3287
3288INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3289M: Deepak Saxena <dsaxena@plexity.net>
3290S: Maintained
3291F: drivers/char/hw_random/ixp4xx-rng.c
3292
3293INTEL IXP2000 ETHERNET DRIVER
3294M: Lennert Buytenhek <kernel@wantstofly.org>
3295L: netdev@vger.kernel.org
3296S: Maintained
3297F: drivers/net/ixp2000/
3298
3299INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3300M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3301M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3302M: Bruce Allan <bruce.w.allan@intel.com>
3303M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3304M: Don Skidmore <donald.c.skidmore@intel.com>
3305M: Greg Rose <gregory.v.rose@intel.com>
3306M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3307M: Alex Duyck <alexander.h.duyck@intel.com>
3308M: John Ronciak <john.ronciak@intel.com>
3309L: e1000-devel@lists.sourceforge.net
3310W: http://e1000.sourceforge.net/
3311T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3312T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3313S: Supported
3314F: Documentation/networking/e100.txt
3315F: Documentation/networking/e1000.txt
3316F: Documentation/networking/e1000e.txt
3317F: Documentation/networking/igb.txt
3318F: Documentation/networking/igbvf.txt
3319F: Documentation/networking/ixgb.txt
3320F: Documentation/networking/ixgbe.txt
3321F: Documentation/networking/ixgbevf.txt
3322F: drivers/net/e100.c
3323F: drivers/net/e1000/
3324F: drivers/net/e1000e/
3325F: drivers/net/igb/
3326F: drivers/net/igbvf/
3327F: drivers/net/ixgb/
3328F: drivers/net/ixgbe/
3329F: drivers/net/ixgbevf/
3330
3331INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3332L: linux-wireless@vger.kernel.org
3333S: Orphan
3334F: Documentation/networking/README.ipw2100
3335F: drivers/net/wireless/ipw2x00/ipw2100.*
3336
3337INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3338L: linux-wireless@vger.kernel.org
3339S: Orphan
3340F: Documentation/networking/README.ipw2200
3341F: drivers/net/wireless/ipw2x00/ipw2200.*
3342
3343INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3344M: Joseph Cihula <joseph.cihula@intel.com>
3345M: Shane Wang <shane.wang@intel.com>
3346L: tboot-devel@lists.sourceforge.net
3347W: http://tboot.sourceforge.net
3348T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3349S: Supported
3350F: Documentation/intel_txt.txt
3351F: include/linux/tboot.h
3352F: arch/x86/kernel/tboot.c
3353
3354INTEL WIRELESS WIMAX CONNECTION 2400
3355M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3356M: linux-wimax@intel.com
3357L: wimax@linuxwimax.org
3358S: Supported
3359W: http://linuxwimax.org
3360F: Documentation/wimax/README.i2400m
3361F: drivers/net/wimax/i2400m/
3362F: include/linux/wimax/i2400m.h
3363
3364INTEL WIRELESS WIFI LINK (iwlwifi)
3365M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3366M: Intel Linux Wireless <ilw@linux.intel.com>
3367L: linux-wireless@vger.kernel.org
3368W: http://intellinuxwireless.org
3369T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3370S: Supported
3371F: drivers/net/wireless/iwlwifi/
3372
3373INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3374M: Samuel Ortiz <samuel.ortiz@intel.com>
3375M: Intel Linux Wireless <ilw@linux.intel.com>
3376L: linux-wireless@vger.kernel.org
3377S: Supported
3378W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3379F: drivers/net/wireless/iwmc3200wifi/
3380
3381IOC3 ETHERNET DRIVER
3382M: Ralf Baechle <ralf@linux-mips.org>
3383L: linux-mips@linux-mips.org
3384S: Maintained
3385F: drivers/net/ioc3-eth.c
3386
3387IOC3 SERIAL DRIVER
3388M: Pat Gefre <pfg@sgi.com>
3389L: linux-serial@vger.kernel.org
3390S: Maintained
3391F: drivers/tty/serial/ioc3_serial.c
3392
3393IP MASQUERADING
3394M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3395S: Maintained
3396F: net/ipv4/netfilter/ipt_MASQUERADE.c
3397
3398IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3399M: Francois Romieu <romieu@fr.zoreil.com>
3400M: Sorbica Shieh <sorbica@icplus.com.tw>
3401L: netdev@vger.kernel.org
3402S: Maintained
3403F: drivers/net/ipg.*
3404
3405IPATH DRIVER
3406M: Ralph Campbell <infinipath@qlogic.com>
3407L: linux-rdma@vger.kernel.org
3408T: git git://git.qlogic.com/ipath-linux-2.6
3409S: Supported
3410F: drivers/infiniband/hw/ipath/
3411
3412IPMI SUBSYSTEM
3413M: Corey Minyard <minyard@acm.org>
3414L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3415W: http://openipmi.sourceforge.net/
3416S: Supported
3417F: Documentation/IPMI.txt
3418F: drivers/char/ipmi/
3419F: include/linux/ipmi*
3420
3421IPS SCSI RAID DRIVER
3422M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3423L: linux-scsi@vger.kernel.org
3424W: http://www.adaptec.com/
3425S: Maintained
3426F: drivers/scsi/ips*
3427
3428IPVS
3429M: Wensong Zhang <wensong@linux-vs.org>
3430M: Simon Horman <horms@verge.net.au>
3431M: Julian Anastasov <ja@ssi.bg>
3432L: netdev@vger.kernel.org
3433L: lvs-devel@vger.kernel.org
3434S: Maintained
3435F: Documentation/networking/ipvs-sysctl.txt
3436F: include/net/ip_vs.h
3437F: include/linux/ip_vs.h
3438F: net/netfilter/ipvs/
3439
3440IPWIRELESS DRIVER
3441M: Jiri Kosina <jkosina@suse.cz>
3442M: David Sterba <dsterba@suse.cz>
3443S: Maintained
3444T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3445F: drivers/char/pcmcia/ipwireless/
3446
3447IPX NETWORK LAYER
3448M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3449L: netdev@vger.kernel.org
3450S: Maintained
3451F: include/linux/ipx.h
3452F: include/net/ipx.h
3453F: net/ipx/
3454
3455IRDA SUBSYSTEM
3456M: Samuel Ortiz <samuel@sortiz.org>
3457L: irda-users@lists.sourceforge.net (subscribers-only)
3458W: http://irda.sourceforge.net/
3459S: Maintained
3460T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3461F: Documentation/networking/irda.txt
3462F: drivers/net/irda/
3463F: include/net/irda/
3464F: net/irda/
3465
3466IRQ SUBSYSTEM
3467M: Thomas Gleixner <tglx@linutronix.de>
3468S: Maintained
3469T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3470F: kernel/irq/
3471
3472ISAPNP
3473M: Jaroslav Kysela <perex@perex.cz>
3474S: Maintained
3475F: Documentation/isapnp.txt
3476F: drivers/pnp/isapnp/
3477F: include/linux/isapnp.h
3478
3479ISCSI
3480M: Mike Christie <michaelc@cs.wisc.edu>
3481L: open-iscsi@googlegroups.com
3482W: www.open-iscsi.org
3483T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3484S: Maintained
3485F: drivers/scsi/*iscsi*
3486F: include/scsi/*iscsi*
3487
3488ISDN SUBSYSTEM
3489M: Karsten Keil <isdn@linux-pingi.de>
3490L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3491L: netdev@vger.kernel.org
3492W: http://www.isdn4linux.de
3493T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3494S: Maintained
3495F: Documentation/isdn/
3496F: drivers/isdn/
3497F: include/linux/isdn.h
3498F: include/linux/isdn/
3499
3500ISDN SUBSYSTEM (Eicon active card driver)
3501M: Armin Schindler <mac@melware.de>
3502L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3503W: http://www.melware.de
3504S: Maintained
3505F: drivers/isdn/hardware/eicon/
3506
3507IT87 HARDWARE MONITORING DRIVER
3508M: Jean Delvare <khali@linux-fr.org>
3509L: lm-sensors@lm-sensors.org
3510S: Maintained
3511F: Documentation/hwmon/it87
3512F: drivers/hwmon/it87.c
3513
3514IVTV VIDEO4LINUX DRIVER
3515M: Andy Walls <awalls@md.metrocast.net>
3516L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3517L: linux-media@vger.kernel.org
3518T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3519W: http://www.ivtvdriver.org
3520S: Maintained
3521F: Documentation/video4linux/*.ivtv
3522F: drivers/media/video/ivtv/
3523F: include/linux/ivtv*
3524
3525JC42.4 TEMPERATURE SENSOR DRIVER
3526M: Guenter Roeck <linux@roeck-us.net>
3527L: lm-sensors@lm-sensors.org
3528S: Maintained
3529F: drivers/hwmon/jc42.c
3530F: Documentation/hwmon/jc42
3531
3532JFS FILESYSTEM
3533M: Dave Kleikamp <shaggy@kernel.org>
3534L: jfs-discussion@lists.sourceforge.net
3535W: http://jfs.sourceforge.net/
3536T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3537S: Maintained
3538F: Documentation/filesystems/jfs.txt
3539F: fs/jfs/
3540
3541JME NETWORK DRIVER
3542M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3543L: netdev@vger.kernel.org
3544S: Maintained
3545F: drivers/net/jme.*
3546
3547JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3548M: David Woodhouse <dwmw2@infradead.org>
3549L: linux-mtd@lists.infradead.org
3550W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3551S: Maintained
3552F: fs/jffs2/
3553F: include/linux/jffs2.h
3554
3555JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3556M: Andrew Morton <akpm@linux-foundation.org>
3557M: Jan Kara <jack@suse.cz>
3558L: linux-ext4@vger.kernel.org
3559S: Maintained
3560F: fs/jbd*/
3561F: include/linux/ext*jbd*.h
3562F: include/linux/jbd*.h
3563
3564JSM Neo PCI based serial card
3565M: Breno Leitao <leitao@linux.vnet.ibm.com>
3566L: linux-serial@vger.kernel.org
3567S: Maintained
3568F: drivers/tty/serial/jsm/
3569
3570K10TEMP HARDWARE MONITORING DRIVER
3571M: Clemens Ladisch <clemens@ladisch.de>
3572L: lm-sensors@lm-sensors.org
3573S: Maintained
3574F: Documentation/hwmon/k10temp
3575F: drivers/hwmon/k10temp.c
3576
3577K8TEMP HARDWARE MONITORING DRIVER
3578M: Rudolf Marek <r.marek@assembler.cz>
3579L: lm-sensors@lm-sensors.org
3580S: Maintained
3581F: Documentation/hwmon/k8temp
3582F: drivers/hwmon/k8temp.c
3583
3584KCONFIG
3585M: Roman Zippel <zippel@linux-m68k.org>
3586L: linux-kbuild@vger.kernel.org
3587Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3588S: Maintained
3589F: Documentation/kbuild/kconfig-language.txt
3590F: scripts/kconfig/
3591
3592KDUMP
3593M: Vivek Goyal <vgoyal@redhat.com>
3594M: Haren Myneni <hbabu@us.ibm.com>
3595L: kexec@lists.infradead.org
3596W: http://lse.sourceforge.net/kdump/
3597S: Maintained
3598F: Documentation/kdump/
3599
3600KERNEL AUTOMOUNTER (AUTOFS)
3601M: "H. Peter Anvin" <hpa@zytor.com>
3602L: autofs@linux.kernel.org
3603S: Obsolete
3604F: drivers/staging/autofs/
3605
3606KERNEL AUTOMOUNTER v4 (AUTOFS4)
3607M: Ian Kent <raven@themaw.net>
3608L: autofs@linux.kernel.org
3609S: Maintained
3610F: fs/autofs4/
3611
3612KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3613M: Michal Marek <mmarek@suse.cz>
3614T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3615T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3616L: linux-kbuild@vger.kernel.org
3617S: Maintained
3618F: Documentation/kbuild/
3619F: Makefile
3620F: scripts/Makefile.*
3621F: scripts/basic/
3622F: scripts/mk*
3623F: scripts/package/
3624
3625KERNEL JANITORS
3626L: kernel-janitors@vger.kernel.org
3627W: http://kernelnewbies.org/KernelJanitors
3628S: Odd Fixes
3629
3630KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3631M: "J. Bruce Fields" <bfields@fieldses.org>
3632M: Neil Brown <neilb@suse.de>
3633L: linux-nfs@vger.kernel.org
3634W: http://nfs.sourceforge.net/
3635S: Supported
3636F: fs/nfsd/
3637F: include/linux/nfsd/
3638F: fs/lockd/
3639F: fs/nfs_common/
3640F: net/sunrpc/
3641F: include/linux/lockd/
3642F: include/linux/sunrpc/
3643
3644KERNEL VIRTUAL MACHINE (KVM)
3645M: Avi Kivity <avi@redhat.com>
3646M: Marcelo Tosatti <mtosatti@redhat.com>
3647L: kvm@vger.kernel.org
3648W: http://kvm.qumranet.com
3649S: Supported
3650F: Documentation/*/kvm.txt
3651F: arch/*/kvm/
3652F: arch/*/include/asm/kvm*
3653F: include/linux/kvm*
3654F: virt/kvm/
3655
3656KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3657M: Joerg Roedel <joerg.roedel@amd.com>
3658L: kvm@vger.kernel.org
3659W: http://kvm.qumranet.com
3660S: Supported
3661F: arch/x86/include/asm/svm.h
3662F: arch/x86/kvm/svm.c
3663
3664KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3665M: Alexander Graf <agraf@suse.de>
3666L: kvm-ppc@vger.kernel.org
3667W: http://kvm.qumranet.com
3668S: Supported
3669F: arch/powerpc/include/asm/kvm*
3670F: arch/powerpc/kvm/
3671
3672KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3673M: Xiantao Zhang <xiantao.zhang@intel.com>
3674L: kvm-ia64@vger.kernel.org
3675W: http://kvm.qumranet.com
3676S: Supported
3677F: Documentation/ia64/kvm.txt
3678F: arch/ia64/include/asm/kvm*
3679F: arch/ia64/kvm/
3680
3681KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3682M: Carsten Otte <cotte@de.ibm.com>
3683M: Christian Borntraeger <borntraeger@de.ibm.com>
3684M: linux390@de.ibm.com
3685L: linux-s390@vger.kernel.org
3686W: http://www.ibm.com/developerworks/linux/linux390/
3687S: Supported
3688F: Documentation/s390/kvm.txt
3689F: arch/s390/include/asm/kvm*
3690F: arch/s390/kvm/
3691F: drivers/s390/kvm/
3692
3693KEXEC
3694M: Eric Biederman <ebiederm@xmission.com>
3695W: http://kernel.org/pub/linux/utils/kernel/kexec/
3696L: kexec@lists.infradead.org
3697S: Maintained
3698F: include/linux/kexec.h
3699F: kernel/kexec.c
3700
3701KEYS/KEYRINGS:
3702M: David Howells <dhowells@redhat.com>
3703L: keyrings@linux-nfs.org
3704S: Maintained
3705F: Documentation/keys.txt
3706F: include/linux/key.h
3707F: include/linux/key-type.h
3708F: include/keys/
3709F: security/keys/
3710
3711KEYS-TRUSTED
3712M: David Safford <safford@watson.ibm.com>
3713M: Mimi Zohar <zohar@us.ibm.com>
3714L: linux-security-module@vger.kernel.org
3715L: keyrings@linux-nfs.org
3716S: Supported
3717F: Documentation/keys-trusted-encrypted.txt
3718F: include/keys/trusted-type.h
3719F: security/keys/trusted.c
3720F: security/keys/trusted.h
3721
3722KEYS-ENCRYPTED
3723M: Mimi Zohar <zohar@us.ibm.com>
3724M: David Safford <safford@watson.ibm.com>
3725L: linux-security-module@vger.kernel.org
3726L: keyrings@linux-nfs.org
3727S: Supported
3728F: Documentation/keys-trusted-encrypted.txt
3729F: include/keys/encrypted-type.h
3730F: security/keys/encrypted.c
3731F: security/keys/encrypted.h
3732
3733KGDB / KDB /debug_core
3734M: Jason Wessel <jason.wessel@windriver.com>
3735W: http://kgdb.wiki.kernel.org/
3736L: kgdb-bugreport@lists.sourceforge.net
3737S: Maintained
3738F: Documentation/DocBook/kgdb.tmpl
3739F: drivers/misc/kgdbts.c
3740F: drivers/tty/serial/kgdboc.c
3741F: include/linux/kdb.h
3742F: include/linux/kgdb.h
3743F: kernel/debug/
3744
3745KMEMCHECK
3746M: Vegard Nossum <vegardno@ifi.uio.no>
3747M: Pekka Enberg <penberg@kernel.org>
3748S: Maintained
3749F: Documentation/kmemcheck.txt
3750F: arch/x86/include/asm/kmemcheck.h
3751F: arch/x86/mm/kmemcheck/
3752F: include/linux/kmemcheck.h
3753F: mm/kmemcheck.c
3754
3755KMEMLEAK
3756M: Catalin Marinas <catalin.marinas@arm.com>
3757S: Maintained
3758F: Documentation/kmemleak.txt
3759F: include/linux/kmemleak.h
3760F: mm/kmemleak.c
3761F: mm/kmemleak-test.c
3762
3763KPROBES
3764M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3765M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3766M: "David S. Miller" <davem@davemloft.net>
3767M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3768S: Maintained
3769F: Documentation/kprobes.txt
3770F: include/linux/kprobes.h
3771F: kernel/kprobes.c
3772
3773KS0108 LCD CONTROLLER DRIVER
3774M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3775W: http://miguelojeda.es/auxdisplay.htm
3776W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3777S: Maintained
3778F: Documentation/auxdisplay/ks0108
3779F: drivers/auxdisplay/ks0108.c
3780F: include/linux/ks0108.h
3781
3782LAPB module
3783L: linux-x25@vger.kernel.org
3784S: Orphan
3785F: Documentation/networking/lapb-module.txt
3786F: include/*/lapb.h
3787F: net/lapb/
3788
3789LASI 53c700 driver for PARISC
3790M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3791L: linux-scsi@vger.kernel.org
3792S: Maintained
3793F: Documentation/scsi/53c700.txt
3794F: drivers/scsi/53c700*
3795
3796LED SUBSYSTEM
3797M: Richard Purdie <rpurdie@rpsys.net>
3798S: Maintained
3799F: drivers/leds/
3800F: include/linux/leds.h
3801
3802LEGO USB Tower driver
3803M: Juergen Stuber <starblue@users.sourceforge.net>
3804L: legousb-devel@lists.sourceforge.net
3805W: http://legousb.sourceforge.net/
3806S: Maintained
3807F: drivers/usb/misc/legousbtower.c
3808
3809LGUEST
3810M: Rusty Russell <rusty@rustcorp.com.au>
3811L: lguest@lists.ozlabs.org
3812W: http://lguest.ozlabs.org/
3813S: Odd Fixes
3814F: Documentation/lguest/
3815F: arch/x86/lguest/
3816F: drivers/lguest/
3817F: include/linux/lguest*.h
3818F: arch/x86/include/asm/lguest*.h
3819
3820LINUX FOR IBM pSERIES (RS/6000)
3821M: Paul Mackerras <paulus@au.ibm.com>
3822W: http://www.ibm.com/linux/ltc/projects/ppc
3823S: Supported
3824F: arch/powerpc/boot/rs6000.h
3825
3826LINUX FOR POWERPC (32-BIT AND 64-BIT)
3827M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3828M: Paul Mackerras <paulus@samba.org>
3829W: http://www.penguinppc.org/
3830L: linuxppc-dev@lists.ozlabs.org
3831Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3832T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3833S: Supported
3834F: Documentation/powerpc/
3835F: arch/powerpc/
3836
3837LINUX FOR POWER MACINTOSH
3838M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3839W: http://www.penguinppc.org/
3840L: linuxppc-dev@lists.ozlabs.org
3841S: Maintained
3842F: arch/powerpc/platforms/powermac/
3843F: drivers/macintosh/
3844
3845LINUX FOR POWERPC EMBEDDED MPC5XXX
3846M: Grant Likely <grant.likely@secretlab.ca>
3847L: linuxppc-dev@lists.ozlabs.org
3848T: git git://git.secretlab.ca/git/linux-2.6.git
3849S: Maintained
3850F: arch/powerpc/platforms/512x/
3851F: arch/powerpc/platforms/52xx/
3852
3853LINUX FOR POWERPC EMBEDDED PPC4XX
3854M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3855M: Matt Porter <mporter@kernel.crashing.org>
3856W: http://www.penguinppc.org/
3857L: linuxppc-dev@lists.ozlabs.org
3858T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3859S: Maintained
3860F: arch/powerpc/platforms/40x/
3861F: arch/powerpc/platforms/44x/
3862
3863LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3864M: Grant Likely <grant.likely@secretlab.ca>
3865W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3866L: linuxppc-dev@lists.ozlabs.org
3867T: git git://git.secretlab.ca/git/linux-2.6.git
3868S: Maintained
3869F: arch/powerpc/*/*virtex*
3870F: arch/powerpc/*/*/*virtex*
3871
3872LINUX FOR POWERPC EMBEDDED PPC8XX
3873M: Vitaly Bordug <vitb@kernel.crashing.org>
3874M: Marcelo Tosatti <marcelo@kvack.org>
3875W: http://www.penguinppc.org/
3876L: linuxppc-dev@lists.ozlabs.org
3877S: Maintained
3878F: arch/powerpc/platforms/8xx/
3879
3880LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3881M: Kumar Gala <galak@kernel.crashing.org>
3882W: http://www.penguinppc.org/
3883L: linuxppc-dev@lists.ozlabs.org
3884S: Maintained
3885F: arch/powerpc/platforms/83xx/
3886
3887LINUX FOR POWERPC PA SEMI PWRFICIENT
3888M: Olof Johansson <olof@lixom.net>
3889L: linuxppc-dev@lists.ozlabs.org
3890S: Maintained
3891F: arch/powerpc/platforms/pasemi/
3892F: drivers/*/*pasemi*
3893F: drivers/*/*/*pasemi*
3894
3895LINUX SECURITY MODULE (LSM) FRAMEWORK
3896M: Chris Wright <chrisw@sous-sol.org>
3897L: linux-security-module@vger.kernel.org
3898T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3899S: Supported
3900
3901LLC (802.2)
3902M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3903S: Maintained
3904F: include/linux/llc.h
3905F: include/net/llc*
3906F: net/llc/
3907
3908LIS3LV02D ACCELEROMETER DRIVER
3909M: Eric Piel <eric.piel@tremplin-utc.net>
3910S: Maintained
3911F: Documentation/hwmon/lis3lv02d
3912F: drivers/hwmon/lis3lv02d.*
3913
3914LM73 HARDWARE MONITOR DRIVER
3915M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3916L: lm-sensors@lm-sensors.org
3917S: Maintained
3918F: drivers/hwmon/lm73.c
3919
3920LM83 HARDWARE MONITOR DRIVER
3921M: Jean Delvare <khali@linux-fr.org>
3922L: lm-sensors@lm-sensors.org
3923S: Maintained
3924F: Documentation/hwmon/lm83
3925F: drivers/hwmon/lm83.c
3926
3927LM90 HARDWARE MONITOR DRIVER
3928M: Jean Delvare <khali@linux-fr.org>
3929L: lm-sensors@lm-sensors.org
3930S: Maintained
3931F: Documentation/hwmon/lm90
3932F: drivers/hwmon/lm90.c
3933
3934LOCKDEP AND LOCKSTAT
3935M: Peter Zijlstra <peterz@infradead.org>
3936M: Ingo Molnar <mingo@redhat.com>
3937T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3938S: Maintained
3939F: Documentation/lockdep*.txt
3940F: Documentation/lockstat.txt
3941F: include/linux/lockdep.h
3942F: kernel/lockdep*
3943
3944LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3945M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3946L: linux-ntfs-dev@lists.sourceforge.net
3947W: http://www.linux-ntfs.org/content/view/19/37/
3948S: Maintained
3949F: Documentation/ldm.txt
3950F: fs/partitions/ldm.*
3951
3952LogFS
3953M: Joern Engel <joern@logfs.org>
3954L: logfs@logfs.org
3955W: logfs.org
3956S: Maintained
3957F: fs/logfs/
3958
3959LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3960M: Eric Moore <Eric.Moore@lsi.com>
3961M: support@lsi.com
3962L: DL-MPTFusionLinux@lsi.com
3963L: linux-scsi@vger.kernel.org
3964W: http://www.lsilogic.com/support
3965S: Supported
3966F: drivers/message/fusion/
3967
3968LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3969M: Matthew Wilcox <matthew@wil.cx>
3970L: linux-scsi@vger.kernel.org
3971S: Maintained
3972F: drivers/scsi/sym53c8xx_2/
3973
3974LTC4261 HARDWARE MONITOR DRIVER
3975M: Guenter Roeck <linux@roeck-us.net>
3976L: lm-sensors@lm-sensors.org
3977S: Maintained
3978F: Documentation/hwmon/ltc4261
3979F: drivers/hwmon/ltc4261.c
3980
3981LTP (Linux Test Project)
3982M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3983M: Garrett Cooper <yanegomi@gmail.com>
3984M: Mike Frysinger <vapier@gentoo.org>
3985M: Subrata Modak <subrata@linux.vnet.ibm.com>
3986L: ltp-list@lists.sourceforge.net (subscribers-only)
3987W: http://ltp.sourceforge.net/
3988T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3989S: Maintained
3990
3991M32R ARCHITECTURE
3992M: Hirokazu Takata <takata@linux-m32r.org>
3993L: linux-m32r@ml.linux-m32r.org
3994L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3995W: http://www.linux-m32r.org/
3996S: Maintained
3997F: arch/m32r/
3998
3999M68K ARCHITECTURE
4000M: Geert Uytterhoeven <geert@linux-m68k.org>
4001M: Roman Zippel <zippel@linux-m68k.org>
4002L: linux-m68k@lists.linux-m68k.org
4003W: http://www.linux-m68k.org/
4004T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4005S: Maintained
4006F: arch/m68k/
4007F: drivers/zorro/
4008
4009M68K ON APPLE MACINTOSH
4010M: Joshua Thompson <funaho@jurai.org>
4011W: http://www.mac.linux-m68k.org/
4012L: linux-m68k@lists.linux-m68k.org
4013S: Maintained
4014F: arch/m68k/mac/
4015
4016M68K ON HP9000/300
4017M: Philip Blundell <philb@gnu.org>
4018W: http://www.tazenda.demon.co.uk/phil/linux-hp
4019S: Maintained
4020F: arch/m68k/hp300/
4021
4022MAC80211
4023M: Johannes Berg <johannes@sipsolutions.net>
4024L: linux-wireless@vger.kernel.org
4025W: http://linuxwireless.org/
4026T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4027S: Maintained
4028F: Documentation/networking/mac80211-injection.txt
4029F: include/net/mac80211.h
4030F: net/mac80211/
4031
4032MAC80211 PID RATE CONTROL
4033M: Stefano Brivio <stefano.brivio@polimi.it>
4034M: Mattias Nissler <mattias.nissler@gmx.de>
4035L: linux-wireless@vger.kernel.org
4036W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4037T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4038S: Maintained
4039F: net/mac80211/rc80211_pid*
4040
4041MACVLAN DRIVER
4042M: Patrick McHardy <kaber@trash.net>
4043L: netdev@vger.kernel.org
4044S: Maintained
4045F: drivers/net/macvlan.c
4046F: include/linux/if_macvlan.h
4047
4048MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4049M: Michael Kerrisk <mtk.manpages@gmail.com>
4050W: http://www.kernel.org/doc/man-pages
4051L: linux-man@vger.kernel.org
4052S: Maintained
4053
4054MARVELL LIBERTAS WIRELESS DRIVER
4055M: Dan Williams <dcbw@redhat.com>
4056L: libertas-dev@lists.infradead.org
4057S: Maintained
4058F: drivers/net/wireless/libertas/
4059
4060MARVELL MV643XX ETHERNET DRIVER
4061M: Lennert Buytenhek <buytenh@wantstofly.org>
4062L: netdev@vger.kernel.org
4063S: Maintained
4064F: drivers/net/mv643xx_eth.*
4065F: include/linux/mv643xx.h
4066
4067MARVELL MWL8K WIRELESS DRIVER
4068M: Lennert Buytenhek <buytenh@wantstofly.org>
4069L: linux-wireless@vger.kernel.org
4070S: Odd Fixes
4071F: drivers/net/wireless/mwl8k.c
4072
4073MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4074M: Nicolas Pitre <nico@fluxnic.net>
4075S: Odd Fixes
4076F: drivers/mmc/host/mvsdio.*
4077
4078MARVELL YUKON / SYSKONNECT DRIVER
4079M: Mirko Lindner <mlindner@syskonnect.de>
4080M: Ralph Roesler <rroesler@syskonnect.de>
4081W: http://www.syskonnect.com
4082S: Supported
4083
4084MATROX FRAMEBUFFER DRIVER
4085L: linux-fbdev@vger.kernel.org
4086S: Orphan
4087F: drivers/video/matrox/matroxfb_*
4088F: include/linux/matroxfb.h
4089
4090MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4091M: "Hans J. Koch" <hjk@linutronix.de>
4092L: lm-sensors@lm-sensors.org
4093S: Maintained
4094F: Documentation/hwmon/max6650
4095F: drivers/hwmon/max6650.c
4096
4097MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4098M: Mauro Carvalho Chehab <mchehab@infradead.org>
4099P: LinuxTV.org Project
4100L: linux-media@vger.kernel.org
4101W: http://linuxtv.org
4102Q: http://patchwork.kernel.org/project/linux-media/list/
4103T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4104S: Maintained
4105F: Documentation/dvb/
4106F: Documentation/video4linux/
4107F: drivers/media/
4108F: include/media/
4109F: include/linux/dvb/
4110F: include/linux/videodev*.h
4111
4112MEGARAID SCSI DRIVERS
4113M: Neela Syam Kolli <megaraidlinux@lsi.com>
4114L: linux-scsi@vger.kernel.org
4115W: http://megaraid.lsilogic.com
4116S: Maintained
4117F: Documentation/scsi/megaraid.txt
4118F: drivers/scsi/megaraid.*
4119F: drivers/scsi/megaraid/
4120
4121MEMORY MANAGEMENT
4122L: linux-mm@kvack.org
4123W: http://www.linux-mm.org
4124S: Maintained
4125F: include/linux/mm.h
4126F: mm/
4127
4128MEMORY RESOURCE CONTROLLER
4129M: Balbir Singh <balbir@linux.vnet.ibm.com>
4130M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4131M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4132L: linux-mm@kvack.org
4133S: Maintained
4134F: mm/memcontrol.c
4135
4136MEMORY TECHNOLOGY DEVICES (MTD)
4137M: David Woodhouse <dwmw2@infradead.org>
4138L: linux-mtd@lists.infradead.org
4139W: http://www.linux-mtd.infradead.org/
4140Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4141T: git git://git.infradead.org/mtd-2.6.git
4142S: Maintained
4143F: drivers/mtd/
4144F: include/linux/mtd/
4145F: include/mtd/
4146
4147MICROBLAZE ARCHITECTURE
4148M: Michal Simek <monstr@monstr.eu>
4149L: microblaze-uclinux@itee.uq.edu.au
4150W: http://www.monstr.eu/fdt/
4151T: git git://git.monstr.eu/linux-2.6-microblaze.git
4152S: Supported
4153F: arch/microblaze/
4154
4155MICROTEK X6 SCANNER
4156M: Oliver Neukum <oliver@neukum.name>
4157S: Maintained
4158F: drivers/usb/image/microtek.*
4159
4160MIPS
4161M: Ralf Baechle <ralf@linux-mips.org>
4162W: http://www.linux-mips.org/
4163L: linux-mips@linux-mips.org
4164T: git git://git.linux-mips.org/pub/scm/linux.git
4165S: Supported
4166F: Documentation/mips/
4167F: arch/mips/
4168
4169MISCELLANEOUS MCA-SUPPORT
4170M: James Bottomley <James.Bottomley@HansenPartnership.com>
4171S: Maintained
4172F: Documentation/ia64/mca.txt
4173F: Documentation/mca.txt
4174F: drivers/mca/
4175F: include/linux/mca*
4176
4177MODULE SUPPORT
4178M: Rusty Russell <rusty@rustcorp.com.au>
4179S: Maintained
4180F: include/linux/module.h
4181F: kernel/module.c
4182
4183MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4184W: http://popies.net/meye/
4185S: Orphan
4186F: Documentation/video4linux/meye.txt
4187F: drivers/media/video/meye.*
4188F: include/linux/meye.h
4189
4190MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4191M: Pavel Pisa <ppisa@pikron.com>
4192L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4193S: Maintained
4194F: drivers/mmc/host/imxmmc.*
4195
4196MOUSE AND MISC DEVICES [GENERAL]
4197M: Alessandro Rubini <rubini@ipvvis.unipv.it>
4198S: Maintained
4199F: drivers/input/mouse/
4200F: include/linux/gpio_mouse.h
4201
4202MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4203M: Jiri Slaby <jirislaby@gmail.com>
4204S: Maintained
4205F: Documentation/serial/moxa-smartio
4206F: drivers/char/mxser.*
4207
4208MSI LAPTOP SUPPORT
4209M: Lee, Chun-Yi <jlee@novell.com>
4210L: platform-driver-x86@vger.kernel.org
4211S: Maintained
4212F: drivers/platform/x86/msi-laptop.c
4213
4214MSI WMI SUPPORT
4215M: Anisse Astier <anisse@astier.eu>
4216L: platform-driver-x86@vger.kernel.org
4217S: Supported
4218F: drivers/platform/x86/msi-wmi.c
4219
4220MULTIFUNCTION DEVICES (MFD)
4221M: Samuel Ortiz <sameo@linux.intel.com>
4222T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4223S: Supported
4224F: drivers/mfd/
4225
4226MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4227M: Chris Ball <cjb@laptop.org>
4228L: linux-mmc@vger.kernel.org
4229T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4230S: Maintained
4231F: drivers/mmc/
4232F: include/linux/mmc/
4233
4234MULTIMEDIA CARD (MMC) ETC. OVER SPI
4235M: David Brownell <dbrownell@users.sourceforge.net>
4236S: Odd Fixes
4237F: drivers/mmc/host/mmc_spi.c
4238F: include/linux/spi/mmc_spi.h
4239
4240MULTISOUND SOUND DRIVER
4241M: Andrew Veliath <andrewtv@usa.net>
4242S: Maintained
4243F: Documentation/sound/oss/MultiSound
4244F: sound/oss/msnd*
4245
4246MULTITECH MULTIPORT CARD (ISICOM)
4247S: Orphan
4248F: drivers/char/isicom.c
4249F: include/linux/isicom.h
4250
4251MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4252M: Felipe Balbi <balbi@ti.com>
4253L: linux-usb@vger.kernel.org
4254T: git git://gitorious.org/usb/usb.git
4255S: Maintained
4256F: drivers/usb/musb/
4257
4258MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4259M: Andrew Gallatin <gallatin@myri.com>
4260M: Brice Goglin <brice@myri.com>
4261L: netdev@vger.kernel.org
4262W: http://www.myri.com/scs/download-Myri10GE.html
4263S: Supported
4264F: drivers/net/myri10ge/
4265
4266NATSEMI ETHERNET DRIVER (DP8381x)
4267M: Tim Hockin <thockin@hockin.org>
4268S: Maintained
4269F: drivers/net/natsemi.c
4270
4271NCP FILESYSTEM
4272M: Petr Vandrovec <petr@vandrovec.name>
4273S: Odd Fixes
4274F: fs/ncpfs/
4275
4276NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4277M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4278L: linux-scsi@vger.kernel.org
4279S: Maintained
4280F: drivers/scsi/NCR_D700.*
4281
4282NETEFFECT IWARP RNIC DRIVER (IW_NES)
4283M: Faisal Latif <faisal.latif@intel.com>
4284L: linux-rdma@vger.kernel.org
4285W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4286S: Supported
4287F: drivers/infiniband/hw/nes/
4288
4289NETEM NETWORK EMULATOR
4290M: Stephen Hemminger <shemminger@linux-foundation.org>
4291L: netem@lists.linux-foundation.org
4292S: Maintained
4293F: net/sched/sch_netem.c
4294
4295NETERION 10GbE DRIVERS (s2io/vxge)
4296M: Jon Mason <jdmason@kudzu.us>
4297L: netdev@vger.kernel.org
4298W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4299W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4300S: Supported
4301F: Documentation/networking/s2io.txt
4302F: drivers/net/s2io*
4303F: Documentation/networking/vxge.txt
4304F: drivers/net/vxge/
4305
4306NETFILTER/IPTABLES/IPCHAINS
4307P: Rusty Russell
4308P: Marc Boucher
4309P: James Morris
4310P: Harald Welte
4311P: Jozsef Kadlecsik
4312M: Patrick McHardy <kaber@trash.net>
4313L: netfilter-devel@vger.kernel.org
4314L: netfilter@vger.kernel.org
4315L: coreteam@netfilter.org
4316W: http://www.netfilter.org/
4317W: http://www.iptables.org/
4318T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4319S: Supported
4320F: include/linux/netfilter*
4321F: include/linux/netfilter/
4322F: include/net/netfilter/
4323F: net/*/netfilter.c
4324F: net/*/netfilter/
4325F: net/netfilter/
4326
4327NETLABEL
4328M: Paul Moore <paul.moore@hp.com>
4329W: http://netlabel.sf.net
4330L: netdev@vger.kernel.org
4331S: Supported
4332F: Documentation/netlabel/
4333F: include/net/netlabel.h
4334F: net/netlabel/
4335
4336NETROM NETWORK LAYER
4337M: Ralf Baechle <ralf@linux-mips.org>
4338L: linux-hams@vger.kernel.org
4339W: http://www.linux-ax25.org/
4340S: Maintained
4341F: include/linux/netrom.h
4342F: include/net/netrom.h
4343F: net/netrom/
4344
4345NETWORK BLOCK DEVICE (NBD)
4346M: Paul Clements <Paul.Clements@steeleye.com>
4347S: Maintained
4348F: Documentation/blockdev/nbd.txt
4349F: drivers/block/nbd.c
4350F: include/linux/nbd.h
4351
4352NETWORK DROP MONITOR
4353M: Neil Horman <nhorman@tuxdriver.com>
4354L: netdev@vger.kernel.org
4355S: Maintained
4356W: https://fedorahosted.org/dropwatch/
4357F: net/core/drop_monitor.c
4358
4359NETWORKING [GENERAL]
4360M: "David S. Miller" <davem@davemloft.net>
4361L: netdev@vger.kernel.org
4362W: http://www.linuxfoundation.org/en/Net
4363W: http://patchwork.ozlabs.org/project/netdev/list/
4364T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4365T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4366S: Maintained
4367F: net/
4368F: include/net/
4369F: include/linux/in.h
4370F: include/linux/net.h
4371F: include/linux/netdevice.h
4372
4373NETWORKING [IPv4/IPv6]
4374M: "David S. Miller" <davem@davemloft.net>
4375M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4376M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4377M: James Morris <jmorris@namei.org>
4378M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4379M: Patrick McHardy <kaber@trash.net>
4380L: netdev@vger.kernel.org
4381T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4382S: Maintained
4383F: net/ipv4/
4384F: net/ipv6/
4385F: include/net/ip*
4386
4387NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4388M: Paul Moore <paul.moore@hp.com>
4389L: netdev@vger.kernel.org
4390S: Maintained
4391
4392NETWORKING [WIRELESS]
4393M: "John W. Linville" <linville@tuxdriver.com>
4394L: linux-wireless@vger.kernel.org
4395Q: http://patchwork.kernel.org/project/linux-wireless/list/
4396T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4397S: Maintained
4398F: net/mac80211/
4399F: net/rfkill/
4400F: net/wireless/
4401F: include/net/ieee80211*
4402F: include/linux/wireless.h
4403F: include/net/iw_handler.h
4404F: drivers/net/wireless/
4405
4406NETWORKING DRIVERS
4407L: netdev@vger.kernel.org
4408W: http://www.linuxfoundation.org/en/Net
4409T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4410T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4411S: Odd Fixes
4412F: drivers/net/
4413F: include/linux/if_*
4414F: include/linux/*device.h
4415
4416NETXEN (1/10) GbE SUPPORT
4417M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4418L: netdev@vger.kernel.org
4419W: http://www.qlogic.com
4420S: Supported
4421F: drivers/net/netxen/
4422
4423NFS, SUNRPC, AND LOCKD CLIENTS
4424M: Trond Myklebust <Trond.Myklebust@netapp.com>
4425L: linux-nfs@vger.kernel.org
4426W: http://client.linux-nfs.org
4427T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4428S: Maintained
4429F: fs/lockd/
4430F: fs/nfs/
4431F: fs/nfs_common/
4432F: net/sunrpc/
4433F: include/linux/lockd/
4434F: include/linux/nfs*
4435F: include/linux/sunrpc/
4436
4437NI5010 NETWORK DRIVER
4438M: Jan-Pascal van Best <janpascal@vanbest.org>
4439M: Andreas Mohr <andi@lisas.de>
4440L: netdev@vger.kernel.org
4441S: Maintained
4442F: drivers/net/ni5010.*
4443
4444NILFS2 FILESYSTEM
4445M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4446L: linux-nilfs@vger.kernel.org
4447W: http://www.nilfs.org/en/
4448T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4449S: Supported
4450F: Documentation/filesystems/nilfs2.txt
4451F: fs/nilfs2/
4452F: include/linux/nilfs2_fs.h
4453
4454NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4455M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4456W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4457S: Maintained
4458F: Documentation/scsi/NinjaSCSI.txt
4459F: drivers/scsi/pcmcia/nsp_*
4460
4461NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4462M: GOTO Masanori <gotom@debian.or.jp>
4463M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4464W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4465S: Maintained
4466F: Documentation/scsi/NinjaSCSI.txt
4467F: drivers/scsi/nsp32*
4468
4469NTFS FILESYSTEM
4470M: Anton Altaparmakov <anton@tuxera.com>
4471L: linux-ntfs-dev@lists.sourceforge.net
4472W: http://www.tuxera.com/
4473T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4474S: Supported
4475F: Documentation/filesystems/ntfs.txt
4476F: fs/ntfs/
4477
4478NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4479M: Antonino Daplas <adaplas@gmail.com>
4480L: linux-fbdev@vger.kernel.org
4481S: Maintained
4482F: drivers/video/riva/
4483F: drivers/video/nvidia/
4484
4485OMAP SUPPORT
4486M: Tony Lindgren <tony@atomide.com>
4487L: linux-omap@vger.kernel.org
4488W: http://www.muru.com/linux/omap/
4489W: http://linux.omap.com/
4490Q: http://patchwork.kernel.org/project/linux-omap/list/
4491T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4492S: Maintained
4493F: arch/arm/*omap*/
4494
4495OMAP CLOCK FRAMEWORK SUPPORT
4496M: Paul Walmsley <paul@pwsan.com>
4497L: linux-omap@vger.kernel.org
4498S: Maintained
4499F: arch/arm/*omap*/*clock*
4500
4501OMAP POWER MANAGEMENT SUPPORT
4502M: Kevin Hilman <khilman@deeprootsystems.com>
4503L: linux-omap@vger.kernel.org
4504S: Maintained
4505F: arch/arm/*omap*/*pm*
4506
4507OMAP AUDIO SUPPORT
4508M: Jarkko Nikula <jhnikula@gmail.com>
4509L: alsa-devel@alsa-project.org (subscribers-only)
4510L: linux-omap@vger.kernel.org
4511S: Maintained
4512F: sound/soc/omap/
4513
4514OMAP FRAMEBUFFER SUPPORT
4515M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4516L: linux-fbdev@vger.kernel.org
4517L: linux-omap@vger.kernel.org
4518S: Maintained
4519F: drivers/video/omap/
4520
4521OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4522M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4523L: linux-omap@vger.kernel.org
4524L: linux-fbdev@vger.kernel.org
4525S: Maintained
4526F: drivers/video/omap2/
4527F: Documentation/arm/OMAP/DSS
4528
4529OMAP MMC SUPPORT
4530M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4531L: linux-omap@vger.kernel.org
4532S: Maintained
4533F: drivers/mmc/host/omap.c
4534
4535OMAP HS MMC SUPPORT
4536M: Madhusudhan Chikkature <madhu.cr@ti.com>
4537L: linux-omap@vger.kernel.org
4538S: Maintained
4539F: drivers/mmc/host/omap_hsmmc.c
4540
4541OMAP RANDOM NUMBER GENERATOR SUPPORT
4542M: Deepak Saxena <dsaxena@plexity.net>
4543S: Maintained
4544F: drivers/char/hw_random/omap-rng.c
4545
4546OMAP HWMOD SUPPORT
4547M: Benoît Cousson <b-cousson@ti.com>
4548M: Paul Walmsley <paul@pwsan.com>
4549L: linux-omap@vger.kernel.org
4550S: Maintained
4551F: arch/arm/mach-omap2/omap_hwmod.c
4552F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4553
4554OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4555M: Benoît Cousson <b-cousson@ti.com>
4556L: linux-omap@vger.kernel.org
4557S: Maintained
4558F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4559
4560OMAP USB SUPPORT
4561M: Felipe Balbi <balbi@ti.com>
4562M: David Brownell <dbrownell@users.sourceforge.net>
4563L: linux-usb@vger.kernel.org
4564L: linux-omap@vger.kernel.org
4565S: Maintained
4566F: drivers/usb/*/*omap*
4567F: arch/arm/*omap*/usb*
4568
4569OMFS FILESYSTEM
4570M: Bob Copeland <me@bobcopeland.com>
4571L: linux-karma-devel@lists.sourceforge.net
4572S: Maintained
4573F: Documentation/filesystems/omfs.txt
4574F: fs/omfs/
4575
4576OMNIKEY CARDMAN 4000 DRIVER
4577M: Harald Welte <laforge@gnumonks.org>
4578S: Maintained
4579F: drivers/char/pcmcia/cm4000_cs.c
4580F: include/linux/cm4000_cs.h
4581
4582OMNIKEY CARDMAN 4040 DRIVER
4583M: Harald Welte <laforge@gnumonks.org>
4584S: Maintained
4585F: drivers/char/pcmcia/cm4040_cs.*
4586
4587OMNIVISION OV7670 SENSOR DRIVER
4588M: Jonathan Corbet <corbet@lwn.net>
4589L: linux-media@vger.kernel.org
4590T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4591S: Maintained
4592F: drivers/media/video/ov7670.c
4593
4594ONENAND FLASH DRIVER
4595M: Kyungmin Park <kyungmin.park@samsung.com>
4596L: linux-mtd@lists.infradead.org
4597S: Maintained
4598F: drivers/mtd/onenand/
4599F: include/linux/mtd/onenand*.h
4600
4601ONSTREAM SCSI TAPE DRIVER
4602M: Willem Riede <osst@riede.org>
4603L: osst-users@lists.sourceforge.net
4604L: linux-scsi@vger.kernel.org
4605S: Maintained
4606F: drivers/scsi/osst*
4607F: drivers/scsi/st*
4608
4609OPENCORES I2C BUS DRIVER
4610M: Peter Korsgaard <jacmet@sunsite.dk>
4611L: linux-i2c@vger.kernel.org
4612S: Maintained
4613F: Documentation/i2c/busses/i2c-ocores
4614F: drivers/i2c/busses/i2c-ocores.c
4615
4616OPEN FIRMWARE AND FLATTENED DEVICE TREE
4617M: Grant Likely <grant.likely@secretlab.ca>
4618L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4619W: http://fdt.secretlab.ca
4620T: git git://git.secretlab.ca/git/linux-2.6.git
4621S: Maintained
4622F: drivers/of
4623F: include/linux/of*.h
4624K: of_get_property
4625
4626OPL4 DRIVER
4627M: Clemens Ladisch <clemens@ladisch.de>
4628L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4629T: git git://git.alsa-project.org/alsa-kernel.git
4630S: Maintained
4631F: sound/drivers/opl4/
4632
4633OPROFILE
4634M: Robert Richter <robert.richter@amd.com>
4635L: oprofile-list@lists.sf.net
4636S: Maintained
4637F: arch/*/include/asm/oprofile*.h
4638F: arch/*/oprofile/
4639F: drivers/oprofile/
4640F: include/linux/oprofile.h
4641
4642ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4643M: Mark Fasheh <mfasheh@suse.com>
4644M: Joel Becker <jlbec@evilplan.org>
4645L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4646W: http://oss.oracle.com/projects/ocfs2/
4647T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4648S: Supported
4649F: Documentation/filesystems/ocfs2.txt
4650F: Documentation/filesystems/dlmfs.txt
4651F: fs/ocfs2/
4652
4653ORINOCO DRIVER
4654L: linux-wireless@vger.kernel.org
4655L: orinoco-users@lists.sourceforge.net
4656L: orinoco-devel@lists.sourceforge.net
4657W: http://linuxwireless.org/en/users/Drivers/orinoco
4658W: http://www.nongnu.org/orinoco/
4659S: Orphan
4660F: drivers/net/wireless/orinoco/
4661
4662OSD LIBRARY and FILESYSTEM
4663M: Boaz Harrosh <bharrosh@panasas.com>
4664M: Benny Halevy <bhalevy@panasas.com>
4665L: osd-dev@open-osd.org
4666W: http://open-osd.org
4667T: git git://git.open-osd.org/open-osd.git
4668S: Maintained
4669F: drivers/scsi/osd/
4670F: include/scsi/osd_*
4671F: fs/exofs/
4672
4673P54 WIRELESS DRIVER
4674M: Christian Lamparter <chunkeey@googlemail.com>
4675L: linux-wireless@vger.kernel.org
4676W: http://wireless.kernel.org/en/users/Drivers/p54
4677S: Maintained
4678F: drivers/net/wireless/p54/
4679
4680PA SEMI ETHERNET DRIVER
4681M: Olof Johansson <olof@lixom.net>
4682L: netdev@vger.kernel.org
4683S: Maintained
4684F: drivers/net/pasemi_mac.*
4685
4686PA SEMI SMBUS DRIVER
4687M: Olof Johansson <olof@lixom.net>
4688L: linux-i2c@vger.kernel.org
4689S: Maintained
4690F: drivers/i2c/busses/i2c-pasemi.c
4691
4692PADATA PARALLEL EXECUTION MECHANISM
4693M: Steffen Klassert <steffen.klassert@secunet.com>
4694L: linux-kernel@vger.kernel.org
4695L: linux-crypto@vger.kernel.org
4696S: Maintained
4697F: kernel/padata.c
4698F: include/linux/padata.h
4699F: Documentation/padata.txt
4700
4701PANASONIC LAPTOP ACPI EXTRAS DRIVER
4702M: Harald Welte <laforge@gnumonks.org>
4703L: platform-driver-x86@vger.kernel.org
4704S: Maintained
4705F: drivers/platform/x86/panasonic-laptop.c
4706
4707PANASONIC MN10300/AM33/AM34 PORT
4708M: David Howells <dhowells@redhat.com>
4709M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4710L: linux-am33-list@redhat.com (moderated for non-subscribers)
4711W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4712S: Maintained
4713F: Documentation/mn10300/
4714F: arch/mn10300/
4715
4716PARALLEL PORT SUPPORT
4717L: linux-parport@lists.infradead.org (subscribers-only)
4718S: Orphan
4719F: drivers/parport/
4720F: include/linux/parport*.h
4721F: drivers/char/ppdev.c
4722F: include/linux/ppdev.h
4723
4724PARAVIRT_OPS INTERFACE
4725M: Jeremy Fitzhardinge <jeremy@xensource.com>
4726M: Chris Wright <chrisw@sous-sol.org>
4727M: Alok Kataria <akataria@vmware.com>
4728M: Rusty Russell <rusty@rustcorp.com.au>
4729L: virtualization@lists.linux-foundation.org
4730S: Supported
4731F: Documentation/ia64/paravirt_ops.txt
4732F: arch/*/kernel/paravirt*
4733F: arch/*/include/asm/paravirt.h
4734
4735PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4736M: Tim Waugh <tim@cyberelk.net>
4737L: linux-parport@lists.infradead.org (subscribers-only)
4738W: http://www.torque.net/linux-pp.html
4739S: Maintained
4740F: Documentation/blockdev/paride.txt
4741F: drivers/block/paride/
4742
4743PARISC ARCHITECTURE
4744M: Kyle McMartin <kyle@mcmartin.ca>
4745M: Helge Deller <deller@gmx.de>
4746M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4747L: linux-parisc@vger.kernel.org
4748W: http://www.parisc-linux.org/
4749Q: http://patchwork.kernel.org/project/linux-parisc/list/
4750T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4751S: Maintained
4752F: arch/parisc/
4753F: drivers/parisc/
4754
4755PC87360 HARDWARE MONITORING DRIVER
4756M: Jim Cromie <jim.cromie@gmail.com>
4757L: lm-sensors@lm-sensors.org
4758S: Maintained
4759F: Documentation/hwmon/pc87360
4760F: drivers/hwmon/pc87360.c
4761
4762PC8736x GPIO DRIVER
4763M: Jim Cromie <jim.cromie@gmail.com>
4764S: Maintained
4765F: drivers/char/pc8736x_gpio.c
4766
4767PC87427 HARDWARE MONITORING DRIVER
4768M: Jean Delvare <khali@linux-fr.org>
4769L: lm-sensors@lm-sensors.org
4770S: Maintained
4771F: Documentation/hwmon/pc87427
4772F: drivers/hwmon/pc87427.c
4773
4774PCA9532 LED DRIVER
4775M: Riku Voipio <riku.voipio@iki.fi>
4776S: Maintained
4777F: drivers/leds/leds-pca9532.c
4778F: include/linux/leds-pca9532.h
4779
4780PCA9541 I2C BUS MASTER SELECTOR DRIVER
4781M: Guenter Roeck <guenter.roeck@ericsson.com>
4782L: linux-i2c@vger.kernel.org
4783S: Maintained
4784F: drivers/i2c/muxes/pca9541.c
4785
4786PCA9564/PCA9665 I2C BUS DRIVER
4787M: Wolfram Sang <w.sang@pengutronix.de>
4788L: linux-i2c@vger.kernel.org
4789S: Maintained
4790F: drivers/i2c/algos/i2c-algo-pca.c
4791F: drivers/i2c/busses/i2c-pca-*
4792F: include/linux/i2c-algo-pca.h
4793F: include/linux/i2c-pca-platform.h
4794
4795PCI ERROR RECOVERY
4796M: Linas Vepstas <linas@austin.ibm.com>
4797L: linux-pci@vger.kernel.org
4798S: Supported
4799F: Documentation/PCI/pci-error-recovery.txt
4800F: Documentation/powerpc/eeh-pci-error-recovery.txt
4801
4802PCI SUBSYSTEM
4803M: Jesse Barnes <jbarnes@virtuousgeek.org>
4804L: linux-pci@vger.kernel.org
4805Q: http://patchwork.kernel.org/project/linux-pci/list/
4806T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4807S: Supported
4808F: Documentation/PCI/
4809F: drivers/pci/
4810F: include/linux/pci*
4811
4812PCI HOTPLUG
4813M: Jesse Barnes <jbarnes@virtuousgeek.org>
4814L: linux-pci@vger.kernel.org
4815S: Supported
4816F: drivers/pci/hotplug
4817
4818PCMCIA SUBSYSTEM
4819P: Linux PCMCIA Team
4820L: linux-pcmcia@lists.infradead.org
4821W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4822T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4823S: Maintained
4824F: Documentation/pcmcia/
4825F: drivers/pcmcia/
4826F: include/pcmcia/
4827
4828PCNET32 NETWORK DRIVER
4829M: Don Fry <pcnet32@frontier.com>
4830L: netdev@vger.kernel.org
4831S: Maintained
4832F: drivers/net/pcnet32.c
4833
4834PCRYPT PARALLEL CRYPTO ENGINE
4835M: Steffen Klassert <steffen.klassert@secunet.com>
4836L: linux-crypto@vger.kernel.org
4837S: Maintained
4838F: crypto/pcrypt.c
4839F: include/crypto/pcrypt.h
4840
4841PER-CPU MEMORY ALLOCATOR
4842M: Tejun Heo <tj@kernel.org>
4843M: Christoph Lameter <cl@linux-foundation.org>
4844L: linux-kernel@vger.kernel.org
4845T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4846S: Maintained
4847F: include/linux/percpu*.h
4848F: mm/percpu*.c
4849F: arch/*/include/asm/percpu.h
4850
4851PER-TASK DELAY ACCOUNTING
4852M: Balbir Singh <balbir@linux.vnet.ibm.com>
4853S: Maintained
4854F: include/linux/delayacct.h
4855F: kernel/delayacct.c
4856
4857PERFORMANCE EVENTS SUBSYSTEM
4858M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4859M: Paul Mackerras <paulus@samba.org>
4860M: Ingo Molnar <mingo@elte.hu>
4861M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4862S: Supported
4863F: kernel/perf_event*.c
4864F: include/linux/perf_event.h
4865F: arch/*/kernel/perf_event*.c
4866F: arch/*/kernel/*/perf_event*.c
4867F: arch/*/kernel/*/*/perf_event*.c
4868F: arch/*/include/asm/perf_event.h
4869F: arch/*/lib/perf_event*.c
4870F: arch/*/kernel/perf_callchain.c
4871F: tools/perf/
4872
4873PERSONALITY HANDLING
4874M: Christoph Hellwig <hch@infradead.org>
4875L: linux-abi-devel@lists.sourceforge.net
4876S: Maintained
4877F: include/linux/personality.h
4878
4879PHONET PROTOCOL
4880M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4881S: Supported
4882F: Documentation/networking/phonet.txt
4883F: include/linux/phonet.h
4884F: include/net/phonet/
4885F: net/phonet/
4886
4887PHRAM MTD DRIVER
4888M: Joern Engel <joern@lazybastard.org>
4889L: linux-mtd@lists.infradead.org
4890S: Maintained
4891F: drivers/mtd/devices/phram.c
4892
4893PKTCDVD DRIVER
4894M: Peter Osterlund <petero2@telia.com>
4895S: Maintained
4896F: drivers/block/pktcdvd.c
4897F: include/linux/pktcdvd.h
4898
4899PMC SIERRA MaxRAID DRIVER
4900M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4901L: linux-scsi@vger.kernel.org
4902W: http://www.pmc-sierra.com/
4903S: Supported
4904F: drivers/scsi/pmcraid.*
4905
4906PMC SIERRA PM8001 DRIVER
4907M: jack_wang@usish.com
4908M: lindar_liu@usish.com
4909L: linux-scsi@vger.kernel.org
4910S: Supported
4911F: drivers/scsi/pm8001/
4912
4913POSIX CLOCKS and TIMERS
4914M: Thomas Gleixner <tglx@linutronix.de>
4915S: Supported
4916F: fs/timerfd.c
4917F: include/linux/timer*
4918F: kernel/*timer*
4919
4920POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4921M: Anton Vorontsov <cbou@mail.ru>
4922M: David Woodhouse <dwmw2@infradead.org>
4923T: git git://git.infradead.org/battery-2.6.git
4924S: Maintained
4925F: include/linux/power_supply.h
4926F: drivers/power/power_supply*
4927
4928PNP SUPPORT
4929M: Adam Belay <abelay@mit.edu>
4930M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4931S: Maintained
4932F: drivers/pnp/
4933
4934PNXxxxx I2C DRIVER
4935M: Vitaly Wool <vitalywool@gmail.com>
4936L: linux-i2c@vger.kernel.org
4937S: Maintained
4938F: drivers/i2c/busses/i2c-pnx.c
4939
4940PPP PROTOCOL DRIVERS AND COMPRESSORS
4941M: Paul Mackerras <paulus@samba.org>
4942L: linux-ppp@vger.kernel.org
4943S: Maintained
4944F: drivers/net/ppp_*
4945
4946PPP OVER ATM (RFC 2364)
4947M: Mitchell Blank Jr <mitch@sfgoth.com>
4948S: Maintained
4949F: net/atm/pppoatm.c
4950F: include/linux/atmppp.h
4951
4952PPP OVER ETHERNET
4953M: Michal Ostrowski <mostrows@earthlink.net>
4954S: Maintained
4955F: drivers/net/pppoe.c
4956F: drivers/net/pppox.c
4957
4958PPP OVER L2TP
4959M: James Chapman <jchapman@katalix.com>
4960S: Maintained
4961F: net/l2tp/l2tp_ppp.c
4962F: include/linux/if_pppol2tp.h
4963
4964PPS SUPPORT
4965M: Rodolfo Giometti <giometti@enneenne.com>
4966W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4967L: linuxpps@ml.enneenne.com (subscribers-only)
4968S: Maintained
4969F: Documentation/pps/
4970F: drivers/pps/
4971F: include/linux/pps*.h
4972
4973PREEMPTIBLE KERNEL
4974M: Robert Love <rml@tech9.net>
4975L: kpreempt-tech@lists.sourceforge.net
4976W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4977S: Supported
4978F: Documentation/preempt-locking.txt
4979F: include/linux/preempt.h
4980
4981PRISM54 WIRELESS DRIVER
4982M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4983L: linux-wireless@vger.kernel.org
4984W: http://wireless.kernel.org/en/users/Drivers/p54
4985S: Obsolete
4986F: drivers/net/wireless/prism54/
4987
4988PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4989M: Mikael Pettersson <mikpe@it.uu.se>
4990L: linux-ide@vger.kernel.org
4991S: Maintained
4992F: drivers/ata/sata_promise.*
4993
4994PS3 NETWORK SUPPORT
4995M: Geoff Levand <geoff@infradead.org>
4996L: netdev@vger.kernel.org
4997L: cbe-oss-dev@lists.ozlabs.org
4998S: Maintained
4999F: drivers/net/ps3_gelic_net.*
5000
5001PS3 PLATFORM SUPPORT
5002M: Geoff Levand <geoff@infradead.org>
5003L: linuxppc-dev@lists.ozlabs.org
5004L: cbe-oss-dev@lists.ozlabs.org
5005S: Maintained
5006F: arch/powerpc/boot/ps3*
5007F: arch/powerpc/include/asm/lv1call.h
5008F: arch/powerpc/include/asm/ps3*.h
5009F: arch/powerpc/platforms/ps3/
5010F: drivers/*/ps3*
5011F: drivers/ps3/
5012F: drivers/rtc/rtc-ps3.c
5013F: drivers/usb/host/*ps3.c
5014F: sound/ppc/snd_ps3*
5015
5016PS3VRAM DRIVER
5017M: Jim Paris <jim@jtan.com>
5018L: cbe-oss-dev@lists.ozlabs.org
5019S: Maintained
5020F: drivers/block/ps3vram.c
5021
5022PTRACE SUPPORT
5023M: Roland McGrath <roland@redhat.com>
5024M: Oleg Nesterov <oleg@redhat.com>
5025S: Maintained
5026F: include/asm-generic/syscall.h
5027F: include/linux/ptrace.h
5028F: include/linux/regset.h
5029F: include/linux/tracehook.h
5030F: kernel/ptrace.c
5031
5032PVRUSB2 VIDEO4LINUX DRIVER
5033M: Mike Isely <isely@pobox.com>
5034L: pvrusb2@isely.net (subscribers-only)
5035L: linux-media@vger.kernel.org
5036W: http://www.isely.net/pvrusb2/
5037T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5038S: Maintained
5039F: Documentation/video4linux/README.pvrusb2
5040F: drivers/media/video/pvrusb2/
5041
5042PXA2xx/PXA3xx SUPPORT
5043M: Eric Miao <eric.y.miao@gmail.com>
5044M: Russell King <linux@arm.linux.org.uk>
5045L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5046S: Maintained
5047F: arch/arm/mach-pxa/
5048F: drivers/pcmcia/pxa2xx*
5049F: drivers/spi/pxa2xx*
5050F: drivers/usb/gadget/pxa2*
5051F: include/sound/pxa2xx-lib.h
5052F: sound/arm/pxa*
5053F: sound/soc/pxa
5054
5055PXA168 SUPPORT
5056M: Eric Miao <eric.y.miao@gmail.com>
5057M: Jason Chagas <jason.chagas@marvell.com>
5058L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5059T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5060S: Maintained
5061
5062PXA910 SUPPORT
5063M: Eric Miao <eric.y.miao@gmail.com>
5064L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5065T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5066S: Maintained
5067
5068MMP2 SUPPORT (aka ARMADA610)
5069M: Haojian Zhuang <haojian.zhuang@marvell.com>
5070M: Eric Miao <eric.y.miao@gmail.com>
5071L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5072T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5073S: Maintained
5074
5075PXA MMCI DRIVER
5076S: Orphan
5077
5078PXA RTC DRIVER
5079M: Robert Jarzmik <robert.jarzmik@free.fr>
5080L: rtc-linux@googlegroups.com
5081S: Maintained
5082
5083QLOGIC QLA1280 SCSI DRIVER
5084M: Michael Reed <mdr@sgi.com>
5085L: linux-scsi@vger.kernel.org
5086S: Maintained
5087F: drivers/scsi/qla1280.[ch]
5088
5089QLOGIC QLA2XXX FC-SCSI DRIVER
5090M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5091M: linux-driver@qlogic.com
5092L: linux-scsi@vger.kernel.org
5093S: Supported
5094F: Documentation/scsi/LICENSE.qla2xxx
5095F: drivers/scsi/qla2xxx/
5096
5097QLOGIC QLA4XXX iSCSI DRIVER
5098M: Ravi Anand <ravi.anand@qlogic.com>
5099M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5100M: iscsi-driver@qlogic.com
5101L: linux-scsi@vger.kernel.org
5102S: Supported
5103F: drivers/scsi/qla4xxx/
5104
5105QLOGIC QLA3XXX NETWORK DRIVER
5106M: Ron Mercer <ron.mercer@qlogic.com>
5107M: linux-driver@qlogic.com
5108L: netdev@vger.kernel.org
5109S: Supported
5110F: Documentation/networking/LICENSE.qla3xxx
5111F: drivers/net/qla3xxx.*
5112
5113QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5114M: Amit Kumar Salecha <amit.salecha@qlogic.com>
5115M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5116M: linux-driver@qlogic.com
5117L: netdev@vger.kernel.org
5118S: Supported
5119F: drivers/net/qlcnic/
5120
5121QLOGIC QLGE 10Gb ETHERNET DRIVER
5122M: Ron Mercer <ron.mercer@qlogic.com>
5123M: linux-driver@qlogic.com
5124L: netdev@vger.kernel.org
5125S: Supported
5126F: drivers/net/qlge/
5127
5128QNX4 FILESYSTEM
5129M: Anders Larsen <al@alarsen.net>
5130W: http://www.alarsen.net/linux/qnx4fs/
5131S: Maintained
5132F: fs/qnx4/
5133F: include/linux/qnx4_fs.h
5134F: include/linux/qnxtypes.h
5135
5136RADOS BLOCK DEVICE (RBD)
5137F: include/linux/qnxtypes.h
5138M: Yehuda Sadeh <yehuda@hq.newdream.net>
5139M: Sage Weil <sage@newdream.net>
5140M: ceph-devel@vger.kernel.org
5141S: Supported
5142F: drivers/block/rbd.c
5143F: drivers/block/rbd_types.h
5144
5145RADEON FRAMEBUFFER DISPLAY DRIVER
5146M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5147L: linux-fbdev@vger.kernel.org
5148S: Maintained
5149F: drivers/video/aty/radeon*
5150F: include/linux/radeonfb.h
5151
5152RAGE128 FRAMEBUFFER DISPLAY DRIVER
5153M: Paul Mackerras <paulus@samba.org>
5154L: linux-fbdev@vger.kernel.org
5155S: Maintained
5156F: drivers/video/aty/aty128fb.c
5157
5158RALINK RT2X00 WIRELESS LAN DRIVER
5159P: rt2x00 project
5160M: Ivo van Doorn <IvDoorn@gmail.com>
5161M: Gertjan van Wingerde <gwingerde@gmail.com>
5162L: linux-wireless@vger.kernel.org
5163L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5164W: http://rt2x00.serialmonkey.com/
5165S: Maintained
5166T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5167F: drivers/net/wireless/rt2x00/
5168
5169RAMDISK RAM BLOCK DEVICE DRIVER
5170M: Nick Piggin <npiggin@kernel.dk>
5171S: Maintained
5172F: Documentation/blockdev/ramdisk.txt
5173F: drivers/block/brd.c
5174
5175RANDOM NUMBER DRIVER
5176M: Matt Mackall <mpm@selenic.com>
5177S: Maintained
5178F: drivers/char/random.c
5179
5180RAPIDIO SUBSYSTEM
5181M: Matt Porter <mporter@kernel.crashing.org>
5182M: Alexandre Bounine <alexandre.bounine@idt.com>
5183S: Maintained
5184F: drivers/rapidio/
5185
5186RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5187L: linux-wireless@vger.kernel.org
5188S: Orphan
5189F: drivers/net/wireless/ray*
5190
5191RCUTORTURE MODULE
5192M: Josh Triplett <josh@freedesktop.org>
5193M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5194S: Supported
5195T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5196F: Documentation/RCU/torture.txt
5197F: kernel/rcutorture.c
5198
5199RDC R-321X SoC
5200M: Florian Fainelli <florian@openwrt.org>
5201S: Maintained
5202
5203RDC R6040 FAST ETHERNET DRIVER
5204M: Florian Fainelli <florian@openwrt.org>
5205L: netdev@vger.kernel.org
5206S: Maintained
5207F: drivers/net/r6040.c
5208
5209RDS - RELIABLE DATAGRAM SOCKETS
5210M: Andy Grover <andy.grover@oracle.com>
5211L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5212S: Supported
5213F: net/rds/
5214
5215READ-COPY UPDATE (RCU)
5216M: Dipankar Sarma <dipankar@in.ibm.com>
5217M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5218W: http://www.rdrop.com/users/paulmck/rclock/
5219S: Supported
5220T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5221F: Documentation/RCU/
5222F: include/linux/rcu*
5223F: include/linux/srcu*
5224F: kernel/rcu*
5225F: kernel/srcu*
5226X: kernel/rcutorture.c
5227
5228REAL TIME CLOCK (RTC) SUBSYSTEM
5229M: Alessandro Zummo <a.zummo@towertech.it>
5230L: rtc-linux@googlegroups.com
5231Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5232S: Maintained
5233F: Documentation/rtc.txt
5234F: drivers/rtc/
5235F: include/linux/rtc.h
5236
5237REISERFS FILE SYSTEM
5238L: reiserfs-devel@vger.kernel.org
5239S: Supported
5240F: fs/reiserfs/
5241
5242RFKILL
5243M: Johannes Berg <johannes@sipsolutions.net>
5244L: linux-wireless@vger.kernel.org
5245S: Maintained
5246F: Documentation/rfkill.txt
5247F: net/rfkill/
5248
5249RICOH SMARTMEDIA/XD DRIVER
5250M: Maxim Levitsky <maximlevitsky@gmail.com>
5251S: Maintained
5252F: drivers/mtd/nand/r852.c
5253F: drivers/mtd/nand/r852.h
5254
5255RISCOM8 DRIVER
5256S: Orphan
5257F: Documentation/serial/riscom8.txt
5258F: drivers/char/riscom8*
5259
5260ROCKETPORT DRIVER
5261P: Comtrol Corp.
5262W: http://www.comtrol.com
5263S: Maintained
5264F: Documentation/serial/rocket.txt
5265F: drivers/char/rocket*
5266
5267ROSE NETWORK LAYER
5268M: Ralf Baechle <ralf@linux-mips.org>
5269L: linux-hams@vger.kernel.org
5270W: http://www.linux-ax25.org/
5271S: Maintained
5272F: include/linux/rose.h
5273F: include/net/rose.h
5274F: net/rose/
5275
5276RTL8180 WIRELESS DRIVER
5277M: "John W. Linville" <linville@tuxdriver.com>
5278L: linux-wireless@vger.kernel.org
5279W: http://linuxwireless.org/
5280T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5281S: Maintained
5282F: drivers/net/wireless/rtl818x/rtl8180/
5283
5284RTL8187 WIRELESS DRIVER
5285M: Herton Ronaldo Krzesinski <herton@canonical.com>
5286M: Hin-Tak Leung <htl10@users.sourceforge.net>
5287M: Larry Finger <Larry.Finger@lwfinger.net>
5288L: linux-wireless@vger.kernel.org
5289W: http://linuxwireless.org/
5290T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5291S: Maintained
5292F: drivers/net/wireless/rtl818x/rtl8187/
5293
5294RTL8192CE WIRELESS DRIVER
5295M: Larry Finger <Larry.Finger@lwfinger.net>
5296M: Chaoming Li <chaoming_li@realsil.com.cn>
5297L: linux-wireless@vger.kernel.org
5298W: http://linuxwireless.org/
5299T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5300S: Maintained
5301F: drivers/net/wireless/rtlwifi/
5302F: drivers/net/wireless/rtlwifi/rtl8192ce/
5303
5304S3 SAVAGE FRAMEBUFFER DRIVER
5305M: Antonino Daplas <adaplas@gmail.com>
5306L: linux-fbdev@vger.kernel.org
5307S: Maintained
5308F: drivers/video/savage/
5309
5310S390
5311M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5312M: Heiko Carstens <heiko.carstens@de.ibm.com>
5313M: linux390@de.ibm.com
5314L: linux-s390@vger.kernel.org
5315W: http://www.ibm.com/developerworks/linux/linux390/
5316S: Supported
5317F: arch/s390/
5318F: drivers/s390/
5319F: fs/partitions/ibm.c
5320F: Documentation/s390/
5321F: Documentation/DocBook/s390*
5322
5323S390 NETWORK DRIVERS
5324M: Ursula Braun <ursula.braun@de.ibm.com>
5325M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5326M: linux390@de.ibm.com
5327L: linux-s390@vger.kernel.org
5328W: http://www.ibm.com/developerworks/linux/linux390/
5329S: Supported
5330F: drivers/s390/net/
5331
5332S390 ZCRYPT DRIVER
5333M: Holger Dengler <hd@linux.vnet.ibm.com>
5334M: linux390@de.ibm.com
5335L: linux-s390@vger.kernel.org
5336W: http://www.ibm.com/developerworks/linux/linux390/
5337S: Supported
5338F: drivers/s390/crypto/
5339
5340S390 ZFCP DRIVER
5341M: Christof Schmitt <christof.schmitt@de.ibm.com>
5342M: Swen Schillig <swen@vnet.ibm.com>
5343M: linux390@de.ibm.com
5344L: linux-s390@vger.kernel.org
5345W: http://www.ibm.com/developerworks/linux/linux390/
5346S: Supported
5347F: drivers/s390/scsi/zfcp_*
5348
5349S390 IUCV NETWORK LAYER
5350M: Ursula Braun <ursula.braun@de.ibm.com>
5351M: linux390@de.ibm.com
5352L: linux-s390@vger.kernel.org
5353W: http://www.ibm.com/developerworks/linux/linux390/
5354S: Supported
5355F: drivers/s390/net/*iucv*
5356F: include/net/iucv/
5357F: net/iucv/
5358
5359S3C24XX SD/MMC Driver
5360M: Ben Dooks <ben-linux@fluff.org>
5361L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5362S: Supported
5363F: drivers/mmc/host/s3cmci.*
5364
5365SAA7146 VIDEO4LINUX-2 DRIVER
5366M: Michael Hunold <michael@mihu.de>
5367L: linux-media@vger.kernel.org
5368T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5369W: http://www.mihu.de/linux/saa7146
5370S: Maintained
5371F: drivers/media/common/saa7146*
5372F: drivers/media/video/*7146*
5373F: include/media/*7146*
5374
5375SAMSUNG AUDIO (ASoC) DRIVERS
5376M: Jassi Brar <jassi.brar@samsung.com>
5377L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5378S: Supported
5379F: sound/soc/samsung
5380
5381TIMEKEEPING, NTP
5382M: John Stultz <johnstul@us.ibm.com>
5383M: Thomas Gleixner <tglx@linutronix.de>
5384S: Supported
5385F: include/linux/clocksource.h
5386F: include/linux/time.h
5387F: include/linux/timex.h
5388F: include/linux/timekeeping.h
5389F: kernel/time/clocksource.c
5390F: kernel/time/time*.c
5391F: kernel/time/ntp.c
5392
5393TLG2300 VIDEO4LINUX-2 DRIVER
5394M: Huang Shijie <shijie8@gmail.com>
5395M: Kang Yong <kangyong@telegent.com>
5396M: Zhang Xiaobing <xbzhang@telegent.com>
5397S: Supported
5398F: drivers/media/video/tlg2300
5399
5400SC1200 WDT DRIVER
5401M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5402S: Maintained
5403F: drivers/watchdog/sc1200wdt.c
5404
5405SCHEDULER
5406M: Ingo Molnar <mingo@elte.hu>
5407M: Peter Zijlstra <peterz@infradead.org>
5408S: Maintained
5409F: kernel/sched*
5410F: include/linux/sched.h
5411
5412SCORE ARCHITECTURE
5413M: Chen Liqin <liqin.chen@sunplusct.com>
5414M: Lennox Wu <lennox.wu@gmail.com>
5415W: http://www.sunplusct.com
5416S: Supported
5417F: arch/score/
5418
5419SCSI CDROM DRIVER
5420M: Jens Axboe <axboe@kernel.dk>
5421L: linux-scsi@vger.kernel.org
5422W: http://www.kernel.dk
5423S: Maintained
5424F: drivers/scsi/sr*
5425
5426SCSI RDMA PROTOCOL (SRP) INITIATOR
5427M: David Dillow <dillowda@ornl.gov>
5428L: linux-rdma@vger.kernel.org
5429S: Supported
5430W: http://www.openfabrics.org
5431Q: http://patchwork.kernel.org/project/linux-rdma/list/
5432T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5433F: drivers/infiniband/ulp/srp/
5434F: include/scsi/srp.h
5435
5436SCSI SG DRIVER
5437M: Doug Gilbert <dgilbert@interlog.com>
5438L: linux-scsi@vger.kernel.org
5439W: http://www.torque.net/sg
5440S: Maintained
5441F: drivers/scsi/sg.c
5442F: include/scsi/sg.h
5443
5444SCSI SUBSYSTEM
5445M: "James E.J. Bottomley" <James.Bottomley@suse.de>
5446L: linux-scsi@vger.kernel.org
5447T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5448T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5449T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5450S: Maintained
5451F: drivers/scsi/
5452F: include/scsi/
5453
5454SCSI TAPE DRIVER
5455M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5456L: linux-scsi@vger.kernel.org
5457S: Maintained
5458F: Documentation/scsi/st.txt
5459F: drivers/scsi/st*
5460
5461SCTP PROTOCOL
5462M: Vlad Yasevich <vladislav.yasevich@hp.com>
5463M: Sridhar Samudrala <sri@us.ibm.com>
5464L: linux-sctp@vger.kernel.org
5465W: http://lksctp.sourceforge.net
5466S: Supported
5467F: Documentation/networking/sctp.txt
5468F: include/linux/sctp.h
5469F: include/net/sctp/
5470F: net/sctp/
5471
5472SCx200 CPU SUPPORT
5473M: Jim Cromie <jim.cromie@gmail.com>
5474S: Odd Fixes
5475F: Documentation/i2c/busses/scx200_acb
5476F: arch/x86/kernel/scx200_32.c
5477F: drivers/watchdog/scx200_wdt.c
5478F: drivers/i2c/busses/scx200*
5479F: drivers/mtd/maps/scx200_docflash.c
5480F: include/linux/scx200.h
5481
5482SCx200 GPIO DRIVER
5483M: Jim Cromie <jim.cromie@gmail.com>
5484S: Maintained
5485F: drivers/char/scx200_gpio.c
5486F: include/linux/scx200_gpio.h
5487
5488SCx200 HRT CLOCKSOURCE DRIVER
5489M: Jim Cromie <jim.cromie@gmail.com>
5490S: Maintained
5491F: drivers/clocksource/scx200_hrt.c
5492
5493SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5494M: Sascha Sommer <saschasommer@freenet.de>
5495L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5496S: Maintained
5497F: drivers/mmc/host/sdricoh_cs.c
5498
5499SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5500M: Chris Ball <cjb@laptop.org>
5501L: linux-mmc@vger.kernel.org
5502T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5503S: Maintained
5504F: drivers/mmc/host/sdhci.*
5505
5506SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5507M: Anton Vorontsov <avorontsov@ru.mvista.com>
5508L: linuxppc-dev@lists.ozlabs.org
5509L: linux-mmc@vger.kernel.org
5510S: Maintained
5511F: drivers/mmc/host/sdhci-of.*
5512
5513SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5514M: Ben Dooks <ben-linux@fluff.org>
5515L: linux-mmc@vger.kernel.org
5516S: Maintained
5517F: drivers/mmc/host/sdhci-s3c.c
5518
5519SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5520M: Viresh Kumar <viresh.kumar@st.com>
5521L: linux-mmc@vger.kernel.org
5522S: Maintained
5523F: drivers/mmc/host/sdhci-spear.c
5524
5525SECURITY SUBSYSTEM
5526M: James Morris <jmorris@namei.org>
5527L: linux-security-module@vger.kernel.org (suggested Cc:)
5528T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5529W: http://security.wiki.kernel.org/
5530S: Supported
5531F: security/
5532
5533SECURITY CONTACT
5534M: Security Officers <security@kernel.org>
5535S: Supported
5536
5537SELINUX SECURITY MODULE
5538M: Stephen Smalley <sds@tycho.nsa.gov>
5539M: James Morris <jmorris@namei.org>
5540M: Eric Paris <eparis@parisplace.org>
5541L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5542W: http://selinuxproject.org
5543T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5544S: Supported
5545F: include/linux/selinux*
5546F: security/selinux/
5547
5548APPARMOR SECURITY MODULE
5549M: John Johansen <john.johansen@canonical.com>
5550L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5551W: apparmor.wiki.kernel.org
5552T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5553S: Supported
5554F: security/apparmor/
5555
5556SENSABLE PHANTOM
5557M: Jiri Slaby <jirislaby@gmail.com>
5558S: Maintained
5559F: drivers/misc/phantom.c
5560F: include/linux/phantom.h
5561
5562SERIAL ATA (SATA) SUBSYSTEM
5563M: Jeff Garzik <jgarzik@pobox.com>
5564L: linux-ide@vger.kernel.org
5565T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5566S: Supported
5567F: drivers/ata/
5568F: include/linux/ata.h
5569F: include/linux/libata.h
5570
5571SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5572M: Jayamohan Kallickal <jayamohank@serverengines.com>
5573L: linux-scsi@vger.kernel.org
5574W: http://www.serverengines.com
5575S: Supported
5576F: drivers/scsi/be2iscsi/
5577
5578SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5579M: Sathya Perla <sathya.perla@emulex.com>
5580M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
5581M: Ajit Khaparde <ajit.khaparde@emulex.com>
5582L: netdev@vger.kernel.org
5583W: http://www.emulex.com
5584S: Supported
5585F: drivers/net/benet/
5586
5587SFC NETWORK DRIVER
5588M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5589M: Steve Hodgson <shodgson@solarflare.com>
5590M: Ben Hutchings <bhutchings@solarflare.com>
5591L: netdev@vger.kernel.org
5592S: Supported
5593F: drivers/net/sfc/
5594
5595SGI GRU DRIVER
5596M: Jack Steiner <steiner@sgi.com>
5597S: Maintained
5598F: drivers/misc/sgi-gru/
5599
5600SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5601M: Pat Gefre <pfg@sgi.com>
5602L: linux-ia64@vger.kernel.org
5603S: Supported
5604F: Documentation/ia64/serial.txt
5605F: drivers/tty/serial/ioc?_serial.c
5606F: include/linux/ioc?.h
5607
5608SGI VISUAL WORKSTATION 320 AND 540
5609M: Andrey Panin <pazke@donpac.ru>
5610L: linux-visws-devel@lists.sf.net
5611W: http://linux-visws.sf.net
5612S: Maintained for 2.6.
5613F: Documentation/sgi-visws.txt
5614
5615SGI XP/XPC/XPNET DRIVER
5616M: Robin Holt <holt@sgi.com>
5617S: Maintained
5618F: drivers/misc/sgi-xp/
5619
5620SHARP LH SUPPORT (LH7952X & LH7A40X)
5621M: Marc Singer <elf@buici.com>
5622W: http://projects.buici.com/arm
5623L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5624S: Maintained
5625F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5626F: arch/arm/mach-lh7a40x/
5627F: drivers/tty/serial/serial_lh7a40x.c
5628F: drivers/usb/gadget/lh7a40*
5629F: drivers/usb/host/ohci-lh7a40*
5630
5631SIMPLE FIRMWARE INTERFACE (SFI)
5632M: Len Brown <lenb@kernel.org>
5633L: sfi-devel@simplefirmware.org
5634W: http://simplefirmware.org/
5635T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5636S: Supported
5637F: arch/x86/kernel/*sfi*
5638F: drivers/sfi/
5639F: include/linux/sfi*.h
5640
5641SIMTEC EB110ATX (Chalice CATS)
5642P: Ben Dooks
5643P: Vincent Sanders <vince@simtec.co.uk>
5644M: Simtec Linux Team <linux@simtec.co.uk>
5645W: http://www.simtec.co.uk/products/EB110ATX/
5646S: Supported
5647
5648SIMTEC EB2410ITX (BAST)
5649P: Ben Dooks
5650P: Vincent Sanders <vince@simtec.co.uk>
5651M: Simtec Linux Team <linux@simtec.co.uk>
5652W: http://www.simtec.co.uk/products/EB2410ITX/
5653S: Supported
5654F: arch/arm/mach-s3c2410/mach-bast.c
5655F: arch/arm/mach-s3c2410/bast-ide.c
5656F: arch/arm/mach-s3c2410/bast-irq.c
5657
5658TI DAVINCI MACHINE SUPPORT
5659M: Kevin Hilman <khilman@deeprootsystems.com>
5660L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5661Q: http://patchwork.kernel.org/project/linux-davinci/list/
5662S: Supported
5663F: arch/arm/mach-davinci
5664
5665SIS 190 ETHERNET DRIVER
5666M: Francois Romieu <romieu@fr.zoreil.com>
5667L: netdev@vger.kernel.org
5668S: Maintained
5669F: drivers/net/sis190.c
5670
5671SIS 900/7016 FAST ETHERNET DRIVER
5672M: Daniele Venzano <venza@brownhat.org>
5673W: http://www.brownhat.org/sis900.html
5674L: netdev@vger.kernel.org
5675S: Maintained
5676F: drivers/net/sis900.*
5677
5678SIS 96X I2C/SMBUS DRIVER
5679M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5680L: linux-i2c@vger.kernel.org
5681S: Maintained
5682F: Documentation/i2c/busses/i2c-sis96x
5683F: drivers/i2c/busses/i2c-sis96x.c
5684
5685SIS FRAMEBUFFER DRIVER
5686M: Thomas Winischhofer <thomas@winischhofer.net>
5687W: http://www.winischhofer.net/linuxsisvga.shtml
5688S: Maintained
5689F: Documentation/fb/sisfb.txt
5690F: drivers/video/sis/
5691F: include/video/sisfb.h
5692
5693SIS USB2VGA DRIVER
5694M: Thomas Winischhofer <thomas@winischhofer.net>
5695W: http://www.winischhofer.at/linuxsisusbvga.shtml
5696S: Maintained
5697F: drivers/usb/misc/sisusbvga/
5698
5699SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5700M: Stephen Hemminger <shemminger@linux-foundation.org>
5701L: netdev@vger.kernel.org
5702S: Maintained
5703F: drivers/net/skge.*
5704F: drivers/net/sky2.*
5705
5706SLAB ALLOCATOR
5707M: Christoph Lameter <cl@linux-foundation.org>
5708M: Pekka Enberg <penberg@kernel.org>
5709M: Matt Mackall <mpm@selenic.com>
5710L: linux-mm@kvack.org
5711S: Maintained
5712F: include/linux/sl?b*.h
5713F: mm/sl?b.c
5714
5715SMC91x ETHERNET DRIVER
5716M: Nicolas Pitre <nico@fluxnic.net>
5717S: Odd Fixes
5718F: drivers/net/smc91x.*
5719
5720SMM665 HARDWARE MONITOR DRIVER
5721M: Guenter Roeck <linux@roeck-us.net>
5722L: lm-sensors@lm-sensors.org
5723S: Maintained
5724F: Documentation/hwmon/smm665
5725F: drivers/hwmon/smm665.c
5726
5727SMSC EMC2103 HARDWARE MONITOR DRIVER
5728M: Steve Glendinning <steve.glendinning@smsc.com>
5729L: lm-sensors@lm-sensors.org
5730S: Supported
5731F: Documentation/hwmon/emc2103
5732F: drivers/hwmon/emc2103.c
5733
5734SMSC47B397 HARDWARE MONITOR DRIVER
5735M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5736L: lm-sensors@lm-sensors.org
5737S: Maintained
5738F: Documentation/hwmon/smsc47b397
5739F: drivers/hwmon/smsc47b397.c
5740
5741SMSC911x ETHERNET DRIVER
5742M: Steve Glendinning <steve.glendinning@smsc.com>
5743L: netdev@vger.kernel.org
5744S: Supported
5745F: include/linux/smsc911x.h
5746F: drivers/net/smsc911x.*
5747
5748SMSC9420 PCI ETHERNET DRIVER
5749M: Steve Glendinning <steve.glendinning@smsc.com>
5750L: netdev@vger.kernel.org
5751S: Supported
5752F: drivers/net/smsc9420.*
5753
5754SN-IA64 (Itanium) SUB-PLATFORM
5755M: Jes Sorensen <jes@sgi.com>
5756L: linux-altix@sgi.com
5757L: linux-ia64@vger.kernel.org
5758W: http://www.sgi.com/altix
5759S: Maintained
5760F: arch/ia64/sn/
5761
5762SOC-CAMERA V4L2 SUBSYSTEM
5763M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5764L: linux-media@vger.kernel.org
5765T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5766S: Maintained
5767F: include/media/v4l2*
5768F: drivers/media/video/v4l2*
5769
5770SOEKRIS NET48XX LED SUPPORT
5771M: Chris Boot <bootc@bootc.net>
5772S: Maintained
5773F: drivers/leds/leds-net48xx.c
5774
5775SOFTWARE RAID (Multiple Disks) SUPPORT
5776M: Neil Brown <neilb@suse.de>
5777L: linux-raid@vger.kernel.org
5778S: Supported
5779F: drivers/md/
5780F: include/linux/raid/
5781
5782SONIC NETWORK DRIVER
5783M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5784L: netdev@vger.kernel.org
5785S: Maintained
5786F: drivers/net/sonic.*
5787
5788SONICS SILICON BACKPLANE DRIVER (SSB)
5789M: Michael Buesch <mb@bu3sch.de>
5790L: netdev@vger.kernel.org
5791S: Maintained
5792F: drivers/ssb/
5793F: include/linux/ssb/
5794
5795SONY VAIO CONTROL DEVICE DRIVER
5796M: Mattia Dongili <malattia@linux.it>
5797L: platform-driver-x86@vger.kernel.org
5798W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5799S: Maintained
5800F: Documentation/laptops/sony-laptop.txt
5801F: drivers/char/sonypi.c
5802F: drivers/platform/x86/sony-laptop.c
5803F: include/linux/sony-laptop.h
5804
5805SONY MEMORYSTICK CARD SUPPORT
5806M: Alex Dubov <oakad@yahoo.com>
5807W: http://tifmxx.berlios.de/
5808S: Maintained
5809F: drivers/memstick/host/tifm_ms.c
5810
5811SOUND
5812M: Jaroslav Kysela <perex@perex.cz>
5813M: Takashi Iwai <tiwai@suse.de>
5814L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5815W: http://www.alsa-project.org/
5816T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5817T: git git://git.alsa-project.org/alsa-kernel.git
5818S: Maintained
5819F: Documentation/sound/
5820F: include/sound/
5821F: sound/
5822
5823SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5824M: Liam Girdwood <lrg@slimlogic.co.uk>
5825M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5826T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5827L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5828W: http://alsa-project.org/main/index.php/ASoC
5829S: Supported
5830F: sound/soc/
5831F: include/sound/soc*
5832
5833SPARC + UltraSPARC (sparc/sparc64)
5834M: "David S. Miller" <davem@davemloft.net>
5835L: sparclinux@vger.kernel.org
5836Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5837T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5838T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5839S: Maintained
5840F: arch/sparc/
5841F: drivers/sbus/
5842
5843SPARC SERIAL DRIVERS
5844M: "David S. Miller" <davem@davemloft.net>
5845L: sparclinux@vger.kernel.org
5846T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5847T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5848S: Maintained
5849F: drivers/tty/serial/suncore.c
5850F: drivers/tty/serial/suncore.h
5851F: drivers/tty/serial/sunhv.c
5852F: drivers/tty/serial/sunsab.c
5853F: drivers/tty/serial/sunsab.h
5854F: drivers/tty/serial/sunsu.c
5855F: drivers/tty/serial/sunzilog.c
5856F: drivers/tty/serial/sunzilog.h
5857
5858SPEAR PLATFORM SUPPORT
5859M: Viresh Kumar <viresh.kumar@st.com>
5860W: http://www.st.com/spear
5861S: Maintained
5862F: arch/arm/plat-spear/
5863
5864SPEAR3XX MACHINE SUPPORT
5865M: Viresh Kumar <viresh.kumar@st.com>
5866W: http://www.st.com/spear
5867S: Maintained
5868F: arch/arm/mach-spear3xx/
5869
5870SPEAR6XX MACHINE SUPPORT
5871M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5872W: http://www.st.com/spear
5873S: Maintained
5874F: arch/arm/mach-spear6xx/
5875
5876SPEAR CLOCK FRAMEWORK SUPPORT
5877M: Viresh Kumar <viresh.kumar@st.com>
5878W: http://www.st.com/spear
5879S: Maintained
5880F: arch/arm/mach-spear*/clock.c
5881F: arch/arm/mach-spear*/include/mach/clkdev.h
5882F: arch/arm/plat-spear/clock.c
5883F: arch/arm/plat-spear/include/plat/clkdev.h
5884F: arch/arm/plat-spear/include/plat/clock.h
5885
5886SPEAR PAD MULTIPLEXING SUPPORT
5887M: Viresh Kumar <viresh.kumar@st.com>
5888W: http://www.st.com/spear
5889S: Maintained
5890F: arch/arm/plat-spear/include/plat/padmux.h
5891F: arch/arm/plat-spear/padmux.c
5892F: arch/arm/mach-spear*/spear*xx.c
5893F: arch/arm/mach-spear*/include/mach/generic.h
5894F: arch/arm/mach-spear3xx/spear3*0.c
5895F: arch/arm/mach-spear3xx/spear3*0_evb.c
5896F: arch/arm/mach-spear6xx/spear600.c
5897F: arch/arm/mach-spear6xx/spear600_evb.c
5898
5899SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5900M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5901S: Supported
5902F: Documentation/serial/specialix.txt
5903F: drivers/char/specialix*
5904
5905SPI SUBSYSTEM
5906M: David Brownell <dbrownell@users.sourceforge.net>
5907M: Grant Likely <grant.likely@secretlab.ca>
5908L: spi-devel-general@lists.sourceforge.net
5909Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5910T: git git://git.secretlab.ca/git/linux-2.6.git
5911S: Maintained
5912F: Documentation/spi/
5913F: drivers/spi/
5914F: include/linux/spi/
5915
5916SPIDERNET NETWORK DRIVER for CELL
5917M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5918M: Jens Osterkamp <jens@de.ibm.com>
5919L: netdev@vger.kernel.org
5920S: Supported
5921F: Documentation/networking/spider_net.txt
5922F: drivers/net/spider_net*
5923
5924SPU FILE SYSTEM
5925M: Jeremy Kerr <jk@ozlabs.org>
5926L: linuxppc-dev@lists.ozlabs.org
5927L: cbe-oss-dev@lists.ozlabs.org
5928W: http://www.ibm.com/developerworks/power/cell/
5929S: Supported
5930F: Documentation/filesystems/spufs.txt
5931F: arch/powerpc/platforms/cell/spufs/
5932
5933SQUASHFS FILE SYSTEM
5934M: Phillip Lougher <phillip@lougher.demon.co.uk>
5935L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5936W: http://squashfs.org.uk
5937S: Maintained
5938F: Documentation/filesystems/squashfs.txt
5939F: fs/squashfs/
5940
5941SRM (Alpha) environment access
5942M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5943S: Maintained
5944F: arch/alpha/kernel/srm_env.c
5945
5946STABLE BRANCH
5947M: Greg Kroah-Hartman <greg@kroah.com>
5948M: Chris Wright <chrisw@sous-sol.org>
5949L: stable@kernel.org
5950S: Maintained
5951
5952STAGING SUBSYSTEM
5953M: Greg Kroah-Hartman <gregkh@suse.de>
5954T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5955L: devel@driverdev.osuosl.org
5956S: Maintained
5957F: drivers/staging/
5958
5959STARFIRE/DURALAN NETWORK DRIVER
5960M: Ion Badulescu <ionut@badula.org>
5961S: Odd Fixes
5962F: drivers/net/starfire*
5963
5964SUN3/3X
5965M: Sam Creasey <sammy@sammy.net>
5966W: http://sammy.net/sun3/
5967S: Maintained
5968F: arch/m68k/kernel/*sun3*
5969F: arch/m68k/sun3*/
5970F: arch/m68k/include/asm/sun3*
5971
5972SUPERH
5973M: Paul Mundt <lethal@linux-sh.org>
5974L: linux-sh@vger.kernel.org
5975W: http://www.linux-sh.org
5976Q: http://patchwork.kernel.org/project/linux-sh/list/
5977T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5978S: Supported
5979F: Documentation/sh/
5980F: arch/sh/
5981F: drivers/sh/
5982
5983SUSPEND TO RAM
5984M: Len Brown <len.brown@intel.com>
5985M: Pavel Machek <pavel@ucw.cz>
5986M: "Rafael J. Wysocki" <rjw@sisk.pl>
5987L: linux-pm@lists.linux-foundation.org
5988S: Supported
5989F: Documentation/power/
5990F: arch/x86/kernel/acpi/
5991F: drivers/base/power/
5992F: kernel/power/
5993F: include/linux/suspend.h
5994F: include/linux/freezer.h
5995F: include/linux/pm.h
5996
5997SVGA HANDLING
5998M: Martin Mares <mj@ucw.cz>
5999L: linux-video@atrey.karlin.mff.cuni.cz
6000S: Maintained
6001F: Documentation/svga.txt
6002F: arch/x86/boot/video*
6003
6004SYSV FILESYSTEM
6005M: Christoph Hellwig <hch@infradead.org>
6006S: Maintained
6007F: Documentation/filesystems/sysv-fs.txt
6008F: fs/sysv/
6009F: include/linux/sysv_fs.h
6010
6011TASKSTATS STATISTICS INTERFACE
6012M: Balbir Singh <balbir@linux.vnet.ibm.com>
6013S: Maintained
6014F: Documentation/accounting/taskstats*
6015F: include/linux/taskstats*
6016F: kernel/taskstats.c
6017
6018TC CLASSIFIER
6019M: Jamal Hadi Salim <hadi@cyberus.ca>
6020L: netdev@vger.kernel.org
6021S: Maintained
6022F: include/linux/pkt_cls.h
6023F: include/net/pkt_cls.h
6024F: net/sched/
6025
6026TCP LOW PRIORITY MODULE
6027M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6028M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6029W: http://tcp-lp-mod.sourceforge.net/
6030S: Maintained
6031F: net/ipv4/tcp_lp.c
6032
6033TEGRA SUPPORT
6034M: Colin Cross <ccross@android.com>
6035M: Erik Gilling <konkers@android.com>
6036M: Olof Johansson <olof@lixom.net>
6037L: linux-tegra@vger.kernel.org
6038T: git git://android.git.kernel.org/kernel/tegra.git
6039S: Supported
6040F: arch/arm/mach-tegra
6041
6042TEHUTI ETHERNET DRIVER
6043M: Alexander Indenbaum <baum@tehutinetworks.net>
6044M: Andy Gospodarek <andy@greyhouse.net>
6045L: netdev@vger.kernel.org
6046S: Supported
6047F: drivers/net/tehuti*
6048
6049Telecom Clock Driver for MCPL0010
6050M: Mark Gross <mark.gross@intel.com>
6051S: Supported
6052F: drivers/char/tlclk.c
6053
6054TENSILICA XTENSA PORT (xtensa)
6055M: Chris Zankel <chris@zankel.net>
6056S: Maintained
6057F: arch/xtensa/
6058
6059THINKPAD ACPI EXTRAS DRIVER
6060M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6061L: ibm-acpi-devel@lists.sourceforge.net
6062L: platform-driver-x86@vger.kernel.org
6063W: http://ibm-acpi.sourceforge.net
6064W: http://thinkwiki.org/wiki/Ibm-acpi
6065T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6066S: Maintained
6067F: drivers/platform/x86/thinkpad_acpi.c
6068
6069TI FLASH MEDIA INTERFACE DRIVER
6070M: Alex Dubov <oakad@yahoo.com>
6071S: Maintained
6072F: drivers/misc/tifm*
6073F: drivers/mmc/host/tifm_sd.c
6074F: include/linux/tifm.h
6075
6076TI TWL4030 SERIES SOC CODEC DRIVER
6077M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
6078L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6079S: Maintained
6080F: sound/soc/codecs/twl4030*
6081
6082TIPC NETWORK LAYER
6083M: Jon Maloy <jon.maloy@ericsson.com>
6084M: Allan Stephens <allan.stephens@windriver.com>
6085L: tipc-discussion@lists.sourceforge.net
6086W: http://tipc.sourceforge.net/
6087W: http://tipc.cslab.ericsson.net/
6088T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
6089S: Maintained
6090F: include/linux/tipc*.h
6091F: include/net/tipc/
6092F: net/tipc/
6093
6094TILE ARCHITECTURE
6095M: Chris Metcalf <cmetcalf@tilera.com>
6096W: http://www.tilera.com/scm/
6097S: Supported
6098F: arch/tile/
6099F: drivers/char/hvc_tile.c
6100F: drivers/net/tile/
6101
6102TLAN NETWORK DRIVER
6103M: Samuel Chessman <chessman@tux.org>
6104L: tlan-devel@lists.sourceforge.net (subscribers-only)
6105W: http://sourceforge.net/projects/tlan/
6106S: Maintained
6107F: Documentation/networking/tlan.txt
6108F: drivers/net/tlan.*
6109
6110TOMOYO SECURITY MODULE
6111M: Kentaro Takeda <takedakn@nttdata.co.jp>
6112M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6113L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6114L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6115L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6116L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6117W: http://tomoyo.sourceforge.jp/
6118T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6119S: Maintained
6120F: security/tomoyo/
6121
6122TOPSTAR LAPTOP EXTRAS DRIVER
6123M: Herton Ronaldo Krzesinski <herton@canonical.com>
6124L: platform-driver-x86@vger.kernel.org
6125S: Maintained
6126F: drivers/platform/x86/topstar-laptop.c
6127
6128TOSHIBA ACPI EXTRAS DRIVER
6129L: platform-driver-x86@vger.kernel.org
6130S: Orphan
6131F: drivers/platform/x86/toshiba_acpi.c
6132
6133TOSHIBA SMM DRIVER
6134M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6135L: tlinux-users@tce.toshiba-dme.co.jp
6136W: http://www.buzzard.org.uk/toshiba/
6137S: Maintained
6138F: drivers/char/toshiba.c
6139F: include/linux/toshiba.h
6140
6141TMIO MMC DRIVER
6142M: Ian Molton <ian@mnementh.co.uk>
6143S: Maintained
6144F: drivers/mmc/host/tmio_mmc.*
6145
6146TMPFS (SHMEM FILESYSTEM)
6147M: Hugh Dickins <hughd@google.com>
6148L: linux-mm@kvack.org
6149S: Maintained
6150F: include/linux/shmem_fs.h
6151F: mm/shmem.c
6152
6153TPM DEVICE DRIVER
6154M: Debora Velarde <debora@linux.vnet.ibm.com>
6155M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6156W: http://tpmdd.sourceforge.net
6157M: Marcel Selhorst <m.selhorst@sirrix.com>
6158W: http://www.sirrix.com
6159L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6160S: Maintained
6161F: drivers/char/tpm/
6162
6163TRACING
6164M: Steven Rostedt <rostedt@goodmis.org>
6165M: Frederic Weisbecker <fweisbec@gmail.com>
6166M: Ingo Molnar <mingo@redhat.com>
6167T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6168S: Maintained
6169F: Documentation/trace/ftrace.txt
6170F: arch/*/*/*/ftrace.h
6171F: arch/*/kernel/ftrace.c
6172F: include/*/ftrace.h
6173F: include/linux/trace*.h
6174F: include/trace/
6175F: kernel/trace/
6176
6177TRIVIAL PATCHES
6178M: Jiri Kosina <trivial@kernel.org>
6179T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6180S: Maintained
6181
6182TTY LAYER
6183M: Greg Kroah-Hartman <gregkh@suse.de>
6184S: Maintained
6185T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6186F: drivers/tty/*
6187F: drivers/tty/serial/serial_core.c
6188F: include/linux/serial_core.h
6189F: include/linux/serial.h
6190F: include/linux/tty.h
6191
6192TULIP NETWORK DRIVERS
6193M: Grant Grundler <grundler@parisc-linux.org>
6194L: netdev@vger.kernel.org
6195S: Maintained
6196F: drivers/net/tulip/
6197
6198TUN/TAP driver
6199M: Maxim Krasnyansky <maxk@qualcomm.com>
6200L: vtun@office.satix.net
6201W: http://vtun.sourceforge.net/tun
6202S: Maintained
6203F: Documentation/networking/tuntap.txt
6204F: arch/um/os-Linux/drivers/
6205
6206TURBOCHANNEL SUBSYSTEM
6207M: "Maciej W. Rozycki" <macro@linux-mips.org>
6208S: Maintained
6209F: drivers/tc/
6210F: include/linux/tc.h
6211
6212U14-34F SCSI DRIVER
6213M: Dario Ballabio <ballabio_dario@emc.com>
6214L: linux-scsi@vger.kernel.org
6215S: Maintained
6216F: drivers/scsi/u14-34f.c
6217
6218UBI FILE SYSTEM (UBIFS)
6219M: Artem Bityutskiy <dedekind1@gmail.com>
6220M: Adrian Hunter <adrian.hunter@nokia.com>
6221L: linux-mtd@lists.infradead.org
6222T: git git://git.infradead.org/ubifs-2.6.git
6223W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6224S: Maintained
6225F: Documentation/filesystems/ubifs.txt
6226F: fs/ubifs/
6227
6228UCLINUX (AND M68KNOMMU)
6229M: Greg Ungerer <gerg@uclinux.org>
6230W: http://www.uclinux.org/
6231L: uclinux-dev@uclinux.org (subscribers-only)
6232S: Maintained
6233F: arch/m68knommu/
6234
6235UCLINUX FOR RENESAS H8/300 (H8300)
6236M: Yoshinori Sato <ysato@users.sourceforge.jp>
6237W: http://uclinux-h8.sourceforge.jp/
6238S: Supported
6239F: arch/h8300/
6240F: drivers/ide/ide-h8300.c
6241F: drivers/net/ne-h8300.c
6242
6243UDF FILESYSTEM
6244M: Jan Kara <jack@suse.cz>
6245W: http://linux-udf.sourceforge.net
6246S: Maintained
6247F: Documentation/filesystems/udf.txt
6248F: fs/udf/
6249
6250UFS FILESYSTEM
6251M: Evgeniy Dushistov <dushistov@mail.ru>
6252S: Maintained
6253F: Documentation/filesystems/ufs.txt
6254F: fs/ufs/
6255
6256ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6257L: linux-usb@vger.kernel.org
6258S: Orphan
6259F: drivers/uwb/
6260F: include/linux/uwb.h
6261F: include/linux/uwb/
6262
6263UNIFDEF
6264M: Tony Finch <dot@dotat.at>
6265W: http://dotat.at/prog/unifdef
6266S: Maintained
6267F: scripts/unifdef.c
6268
6269UNIFORM CDROM DRIVER
6270M: Jens Axboe <axboe@kernel.dk>
6271W: http://www.kernel.dk
6272S: Maintained
6273F: Documentation/cdrom/
6274F: drivers/cdrom/cdrom.c
6275F: include/linux/cdrom.h
6276
6277UNSORTED BLOCK IMAGES (UBI)
6278M: Artem Bityutskiy <dedekind1@gmail.com>
6279W: http://www.linux-mtd.infradead.org/
6280L: linux-mtd@lists.infradead.org
6281T: git git://git.infradead.org/ubi-2.6.git
6282S: Maintained
6283F: drivers/mtd/ubi/
6284F: include/linux/mtd/ubi.h
6285F: include/mtd/ubi-user.h
6286
6287USB ACM DRIVER
6288M: Oliver Neukum <oliver@neukum.name>
6289L: linux-usb@vger.kernel.org
6290S: Maintained
6291F: Documentation/usb/acm.txt
6292F: drivers/usb/class/cdc-acm.*
6293
6294USB ATTACHED SCSI
6295M: Matthew Wilcox <willy@linux.intel.com>
6296M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6297L: linux-usb@vger.kernel.org
6298L: linux-scsi@vger.kernel.org
6299S: Supported
6300F: drivers/usb/storage/uas.c
6301
6302USB BLOCK DRIVER (UB ub)
6303M: Pete Zaitcev <zaitcev@redhat.com>
6304L: linux-usb@vger.kernel.org
6305S: Supported
6306F: drivers/block/ub.c
6307
6308USB CDC ETHERNET DRIVER
6309M: Oliver Neukum <oliver@neukum.name>
6310L: linux-usb@vger.kernel.org
6311S: Maintained
6312F: drivers/net/usb/cdc_*.c
6313F: include/linux/usb/cdc.h
6314
6315USB CYPRESS C67X00 DRIVER
6316M: Peter Korsgaard <jacmet@sunsite.dk>
6317L: linux-usb@vger.kernel.org
6318S: Maintained
6319F: drivers/usb/c67x00/
6320
6321USB DAVICOM DM9601 DRIVER
6322M: Peter Korsgaard <jacmet@sunsite.dk>
6323L: netdev@vger.kernel.org
6324W: http://www.linux-usb.org/usbnet
6325S: Maintained
6326F: drivers/net/usb/dm9601.c
6327
6328USB DIAMOND RIO500 DRIVER
6329M: Cesar Miquel <miquel@df.uba.ar>
6330L: rio500-users@lists.sourceforge.net
6331W: http://rio500.sourceforge.net
6332S: Maintained
6333F: drivers/usb/misc/rio500*
6334
6335USB EHCI DRIVER
6336M: David Brownell <dbrownell@users.sourceforge.net>
6337L: linux-usb@vger.kernel.org
6338S: Odd Fixes
6339F: Documentation/usb/ehci.txt
6340F: drivers/usb/host/ehci*
6341
6342USB ET61X[12]51 DRIVER
6343M: Luca Risolia <luca.risolia@studio.unibo.it>
6344L: linux-usb@vger.kernel.org
6345L: linux-media@vger.kernel.org
6346T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6347W: http://www.linux-projects.org
6348S: Maintained
6349F: drivers/media/video/et61x251/
6350
6351USB GADGET/PERIPHERAL SUBSYSTEM
6352M: David Brownell <dbrownell@users.sourceforge.net>
6353L: linux-usb@vger.kernel.org
6354W: http://www.linux-usb.org/gadget
6355S: Maintained
6356F: drivers/usb/gadget/
6357F: include/linux/usb/gadget*
6358
6359USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6360M: Jiri Kosina <jkosina@suse.cz>
6361L: linux-usb@vger.kernel.org
6362T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6363S: Maintained
6364F: Documentation/usb/hiddev.txt
6365F: drivers/hid/usbhid/
6366
6367USB ISP116X DRIVER
6368M: Olav Kongas <ok@artecdesign.ee>
6369L: linux-usb@vger.kernel.org
6370S: Maintained
6371F: drivers/usb/host/isp116x*
6372F: include/linux/usb/isp116x.h
6373
6374USB KAWASAKI LSI DRIVER
6375M: Oliver Neukum <oliver@neukum.name>
6376L: linux-usb@vger.kernel.org
6377S: Maintained
6378F: drivers/usb/serial/kl5kusb105.*
6379
6380USB MASS STORAGE DRIVER
6381M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6382L: linux-usb@vger.kernel.org
6383L: usb-storage@lists.one-eyed-alien.net
6384S: Maintained
6385W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6386F: drivers/usb/storage/
6387
6388USB MIDI DRIVER
6389M: Clemens Ladisch <clemens@ladisch.de>
6390L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6391T: git git://git.alsa-project.org/alsa-kernel.git
6392S: Maintained
6393F: sound/usb/midi.*
6394
6395USB OHCI DRIVER
6396M: David Brownell <dbrownell@users.sourceforge.net>
6397L: linux-usb@vger.kernel.org
6398S: Odd Fixes
6399F: Documentation/usb/ohci.txt
6400F: drivers/usb/host/ohci*
6401
6402USB OPTION-CARD DRIVER
6403M: Matthias Urlichs <smurf@smurf.noris.de>
6404L: linux-usb@vger.kernel.org
6405S: Maintained
6406F: drivers/usb/serial/option.c
6407
6408USB PEGASUS DRIVER
6409M: Petko Manolov <petkan@users.sourceforge.net>
6410L: linux-usb@vger.kernel.org
6411L: netdev@vger.kernel.org
6412W: http://pegasus2.sourceforge.net/
6413S: Maintained
6414F: drivers/net/usb/pegasus.*
6415
6416USB PRINTER DRIVER (usblp)
6417M: Pete Zaitcev <zaitcev@redhat.com>
6418L: linux-usb@vger.kernel.org
6419S: Supported
6420F: drivers/usb/class/usblp.c
6421
6422USB RTL8150 DRIVER
6423M: Petko Manolov <petkan@users.sourceforge.net>
6424L: linux-usb@vger.kernel.org
6425L: netdev@vger.kernel.org
6426W: http://pegasus2.sourceforge.net/
6427S: Maintained
6428F: drivers/net/usb/rtl8150.c
6429
6430USB SE401 DRIVER
6431M: Jeroen Vreeken <pe1rxq@amsat.org>
6432L: linux-usb@vger.kernel.org
6433W: http://www.chello.nl/~j.vreeken/se401/
6434S: Maintained
6435F: Documentation/video4linux/se401.txt
6436F: drivers/media/video/se401.*
6437
6438USB SERIAL BELKIN F5U103 DRIVER
6439M: William Greathouse <wgreathouse@smva.com>
6440L: linux-usb@vger.kernel.org
6441S: Maintained
6442F: drivers/usb/serial/belkin_sa.*
6443
6444USB SERIAL CYPRESS M8 DRIVER
6445M: Lonnie Mendez <dignome@gmail.com>
6446L: linux-usb@vger.kernel.org
6447S: Maintained
6448W: http://geocities.com/i0xox0i
6449W: http://firstlight.net/cvs
6450F: drivers/usb/serial/cypress_m8.*
6451
6452USB SERIAL CYBERJACK DRIVER
6453M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6454W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6455S: Maintained
6456F: drivers/usb/serial/cyberjack.c
6457
6458USB SERIAL DIGI ACCELEPORT DRIVER
6459M: Peter Berger <pberger@brimson.com>
6460M: Al Borchers <alborchers@steinerpoint.com>
6461L: linux-usb@vger.kernel.org
6462S: Maintained
6463F: drivers/usb/serial/digi_acceleport.c
6464
6465USB SERIAL DRIVER
6466M: Greg Kroah-Hartman <gregkh@suse.de>
6467L: linux-usb@vger.kernel.org
6468S: Supported
6469F: Documentation/usb/usb-serial.txt
6470F: drivers/usb/serial/generic.c
6471F: drivers/usb/serial/usb-serial.c
6472F: include/linux/usb/serial.h
6473
6474USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6475M: Gary Brubaker <xavyer@ix.netcom.com>
6476L: linux-usb@vger.kernel.org
6477S: Maintained
6478F: drivers/usb/serial/empeg.c
6479
6480USB SERIAL KEYSPAN DRIVER
6481M: Greg Kroah-Hartman <greg@kroah.com>
6482L: linux-usb@vger.kernel.org
6483W: http://www.kroah.com/linux/
6484S: Maintained
6485F: drivers/usb/serial/*keyspan*
6486
6487USB SERIAL WHITEHEAT DRIVER
6488M: Support Department <support@connecttech.com>
6489L: linux-usb@vger.kernel.org
6490W: http://www.connecttech.com
6491S: Supported
6492F: drivers/usb/serial/whiteheat*
6493
6494USB SMSC95XX ETHERNET DRIVER
6495M: Steve Glendinning <steve.glendinning@smsc.com>
6496L: netdev@vger.kernel.org
6497S: Supported
6498F: drivers/net/usb/smsc95xx.*
6499
6500USB SN9C1xx DRIVER
6501M: Luca Risolia <luca.risolia@studio.unibo.it>
6502L: linux-usb@vger.kernel.org
6503L: linux-media@vger.kernel.org
6504T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6505W: http://www.linux-projects.org
6506S: Maintained
6507F: Documentation/video4linux/sn9c102.txt
6508F: drivers/media/video/sn9c102/
6509
6510USB SUBSYSTEM
6511M: Greg Kroah-Hartman <gregkh@suse.de>
6512L: linux-usb@vger.kernel.org
6513W: http://www.linux-usb.org
6514T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6515S: Supported
6516F: Documentation/usb/
6517F: drivers/net/usb/
6518F: drivers/usb/
6519F: include/linux/usb.h
6520F: include/linux/usb/
6521
6522USB UHCI DRIVER
6523M: Alan Stern <stern@rowland.harvard.edu>
6524L: linux-usb@vger.kernel.org
6525S: Maintained
6526F: drivers/usb/host/uhci*
6527
6528USB "USBNET" DRIVER FRAMEWORK
6529M: David Brownell <dbrownell@users.sourceforge.net>
6530L: netdev@vger.kernel.org
6531W: http://www.linux-usb.org/usbnet
6532S: Maintained
6533F: drivers/net/usb/usbnet.c
6534F: include/linux/usb/usbnet.h
6535
6536USB VIDEO CLASS
6537M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6538L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6539L: linux-media@vger.kernel.org
6540T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6541W: http://www.ideasonboard.org/uvc/
6542S: Maintained
6543F: drivers/media/video/uvc/
6544
6545USB W996[87]CF DRIVER
6546M: Luca Risolia <luca.risolia@studio.unibo.it>
6547L: linux-usb@vger.kernel.org
6548L: linux-media@vger.kernel.org
6549T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6550W: http://www.linux-projects.org
6551S: Maintained
6552F: Documentation/video4linux/w9968cf.txt
6553F: drivers/media/video/w996*
6554
6555USB WIRELESS RNDIS DRIVER (rndis_wlan)
6556M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6557L: linux-wireless@vger.kernel.org
6558S: Maintained
6559F: drivers/net/wireless/rndis_wlan.c
6560
6561USB XHCI DRIVER
6562M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6563L: linux-usb@vger.kernel.org
6564S: Supported
6565F: drivers/usb/host/xhci*
6566F: drivers/usb/host/pci-quirks*
6567
6568USB ZD1201 DRIVER
6569L: linux-wireless@vger.kernel.org
6570W: http://linux-lc100020.sourceforge.net
6571S: Orphan
6572F: drivers/net/wireless/zd1201.*
6573
6574USB ZR364XX DRIVER
6575M: Antoine Jacquet <royale@zerezo.com>
6576L: linux-usb@vger.kernel.org
6577L: linux-media@vger.kernel.org
6578T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6579W: http://royale.zerezo.com/zr364xx/
6580S: Maintained
6581F: Documentation/video4linux/zr364xx.txt
6582F: drivers/media/video/zr364xx.c
6583
6584USER-MODE LINUX (UML)
6585M: Jeff Dike <jdike@addtoit.com>
6586L: user-mode-linux-devel@lists.sourceforge.net
6587L: user-mode-linux-user@lists.sourceforge.net
6588W: http://user-mode-linux.sourceforge.net
6589S: Maintained
6590F: Documentation/uml/
6591F: arch/um/
6592F: fs/hostfs/
6593F: fs/hppfs/
6594
6595USERSPACE I/O (UIO)
6596M: "Hans J. Koch" <hjk@linutronix.de>
6597M: Greg Kroah-Hartman <gregkh@suse.de>
6598S: Maintained
6599F: Documentation/DocBook/uio-howto.tmpl
6600F: drivers/uio/
6601F: include/linux/uio*.h
6602
6603UTIL-LINUX-NG PACKAGE
6604M: Karel Zak <kzak@redhat.com>
6605L: util-linux-ng@vger.kernel.org
6606W: http://kernel.org/~kzak/util-linux-ng/
6607T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6608S: Maintained
6609
6610UVESAFB DRIVER
6611M: Michal Januszewski <spock@gentoo.org>
6612L: linux-fbdev@vger.kernel.org
6613W: http://dev.gentoo.org/~spock/projects/uvesafb/
6614S: Maintained
6615F: Documentation/fb/uvesafb.txt
6616F: drivers/video/uvesafb.*
6617
6618VFAT/FAT/MSDOS FILESYSTEM
6619M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6620S: Maintained
6621F: Documentation/filesystems/vfat.txt
6622F: fs/fat/
6623
6624VIRTIO CONSOLE DRIVER
6625M: Amit Shah <amit.shah@redhat.com>
6626L: virtualization@lists.linux-foundation.org
6627S: Maintained
6628F: drivers/char/virtio_console.c
6629F: include/linux/virtio_console.h
6630
6631VIRTIO CORE, NET AND BLOCK DRIVERS
6632M: Rusty Russell <rusty@rustcorp.com.au>
6633M: "Michael S. Tsirkin" <mst@redhat.com>
6634L: virtualization@lists.linux-foundation.org
6635S: Maintained
6636F: drivers/virtio/
6637F: drivers/net/virtio_net.c
6638F: drivers/block/virtio_blk.c
6639F: include/linux/virtio_*.h
6640
6641VIRTIO HOST (VHOST)
6642M: "Michael S. Tsirkin" <mst@redhat.com>
6643L: kvm@vger.kernel.org
6644L: virtualization@lists.linux-foundation.org
6645L: netdev@vger.kernel.org
6646S: Maintained
6647F: drivers/vhost/
6648F: include/linux/vhost.h
6649
6650VIA RHINE NETWORK DRIVER
6651M: Roger Luethi <rl@hellgate.ch>
6652S: Maintained
6653F: drivers/net/via-rhine.c
6654
6655VIAPRO SMBUS DRIVER
6656M: Jean Delvare <khali@linux-fr.org>
6657L: linux-i2c@vger.kernel.org
6658S: Maintained
6659F: Documentation/i2c/busses/i2c-viapro
6660F: drivers/i2c/busses/i2c-viapro.c
6661
6662VIA SD/MMC CARD CONTROLLER DRIVER
6663M: Bruce Chang <brucechang@via.com.tw>
6664M: Harald Welte <HaraldWelte@viatech.com>
6665S: Maintained
6666F: drivers/mmc/host/via-sdmmc.c
6667
6668VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6669M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6670L: linux-fbdev@vger.kernel.org
6671S: Maintained
6672F: include/linux/via-core.h
6673F: include/linux/via-gpio.h
6674F: include/linux/via_i2c.h
6675F: drivers/video/via/
6676
6677VIA VELOCITY NETWORK DRIVER
6678M: Francois Romieu <romieu@fr.zoreil.com>
6679L: netdev@vger.kernel.org
6680S: Maintained
6681F: drivers/net/via-velocity.*
6682
6683VLAN (802.1Q)
6684M: Patrick McHardy <kaber@trash.net>
6685L: netdev@vger.kernel.org
6686S: Maintained
6687F: drivers/net/macvlan.c
6688F: include/linux/if_*vlan.h
6689F: net/8021q/
6690
6691VLYNQ BUS
6692M: Florian Fainelli <florian@openwrt.org>
6693L: openwrt-devel@lists.openwrt.org (subscribers-only)
6694S: Maintained
6695F: drivers/vlynq/vlynq.c
6696F: include/linux/vlynq.h
6697
6698VMWARE VMXNET3 ETHERNET DRIVER
6699M: Shreyas Bhatewara <sbhatewara@vmware.com>
6700M: "VMware, Inc." <pv-drivers@vmware.com>
6701L: netdev@vger.kernel.org
6702S: Maintained
6703F: drivers/net/vmxnet3/
6704
6705VMware PVSCSI driver
6706M: Alok Kataria <akataria@vmware.com>
6707M: VMware PV-Drivers <pv-drivers@vmware.com>
6708L: linux-scsi@vger.kernel.org
6709S: Maintained
6710F: drivers/scsi/vmw_pvscsi.c
6711F: drivers/scsi/vmw_pvscsi.h
6712
6713VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6714M: Liam Girdwood <lrg@slimlogic.co.uk>
6715M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6716W: http://opensource.wolfsonmicro.com/node/15
6717W: http://www.slimlogic.co.uk/?p=48
6718T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6719S: Supported
6720F: drivers/regulator/
6721F: include/linux/regulator/
6722
6723VT1211 HARDWARE MONITOR DRIVER
6724M: Juerg Haefliger <juergh@gmail.com>
6725L: lm-sensors@lm-sensors.org
6726S: Maintained
6727F: Documentation/hwmon/vt1211
6728F: drivers/hwmon/vt1211.c
6729
6730VT8231 HARDWARE MONITOR DRIVER
6731M: Roger Lucas <vt8231@hiddenengine.co.uk>
6732L: lm-sensors@lm-sensors.org
6733S: Maintained
6734F: drivers/hwmon/vt8231.c
6735
6736W1 DALLAS'S 1-WIRE BUS
6737M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6738S: Maintained
6739F: Documentation/w1/
6740F: drivers/w1/
6741
6742W83791D HARDWARE MONITORING DRIVER
6743M: Marc Hulsman <m.hulsman@tudelft.nl>
6744L: lm-sensors@lm-sensors.org
6745S: Maintained
6746F: Documentation/hwmon/w83791d
6747F: drivers/hwmon/w83791d.c
6748
6749W83793 HARDWARE MONITORING DRIVER
6750M: Rudolf Marek <r.marek@assembler.cz>
6751L: lm-sensors@lm-sensors.org
6752S: Maintained
6753F: Documentation/hwmon/w83793
6754F: drivers/hwmon/w83793.c
6755
6756W83795 HARDWARE MONITORING DRIVER
6757M: Jean Delvare <khali@linux-fr.org>
6758L: lm-sensors@lm-sensors.org
6759S: Maintained
6760F: drivers/hwmon/w83795.c
6761
6762W83L51xD SD/MMC CARD INTERFACE DRIVER
6763M: Pierre Ossman <pierre@ossman.eu>
6764S: Maintained
6765F: drivers/mmc/host/wbsd.*
6766
6767WATCHDOG DEVICE DRIVERS
6768M: Wim Van Sebroeck <wim@iguana.be>
6769L: linux-watchdog@vger.kernel.org
6770W: http://www.linux-watchdog.org/
6771T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6772S: Maintained
6773F: Documentation/watchdog/
6774F: drivers/watchdog/
6775F: include/linux/watchdog.h
6776
6777WD7000 SCSI DRIVER
6778M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6779L: linux-scsi@vger.kernel.org
6780S: Maintained
6781F: drivers/scsi/wd7000.c
6782
6783WINBOND CIR DRIVER
6784M: David Härdeman <david@hardeman.nu>
6785S: Maintained
6786F: drivers/input/misc/winbond-cir.c
6787
6788WIMAX STACK
6789M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6790M: linux-wimax@intel.com
6791L: wimax@linuxwimax.org
6792S: Supported
6793W: http://linuxwimax.org
6794F: Documentation/wimax/README.wimax
6795F: include/linux/wimax.h
6796F: include/linux/wimax/debug.h
6797F: include/net/wimax.h
6798F: net/wimax/
6799
6800WISTRON LAPTOP BUTTON DRIVER
6801M: Miloslav Trmac <mitr@volny.cz>
6802S: Maintained
6803F: drivers/input/misc/wistron_btns.c
6804
6805WL1251 WIRELESS DRIVER
6806M: Kalle Valo <kvalo@adurom.com>
6807L: linux-wireless@vger.kernel.org
6808W: http://wireless.kernel.org
6809T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6810S: Maintained
6811F: drivers/net/wireless/wl1251/*
6812
6813WL1271 WIRELESS DRIVER
6814M: Luciano Coelho <coelho@ti.com>
6815L: linux-wireless@vger.kernel.org
6816W: http://wireless.kernel.org/en/users/Drivers/wl12xx
6817T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6818S: Maintained
6819F: drivers/net/wireless/wl12xx/
6820F: include/linux/wl12xx.h
6821
6822WL3501 WIRELESS PCMCIA CARD DRIVER
6823M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6824L: linux-wireless@vger.kernel.org
6825W: http://oops.ghostprotocols.net:81/blog
6826S: Maintained
6827F: drivers/net/wireless/wl3501*
6828
6829WM97XX TOUCHSCREEN DRIVERS
6830M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6831M: Liam Girdwood <lrg@slimlogic.co.uk>
6832L: linux-input@vger.kernel.org
6833T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6834W: http://opensource.wolfsonmicro.com/node/7
6835S: Supported
6836F: drivers/input/touchscreen/*wm97*
6837F: include/linux/wm97xx.h
6838
6839WOLFSON MICROELECTRONICS DRIVERS
6840M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6841M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6842M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6843T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6844T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6845W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6846S: Supported
6847F: Documentation/hwmon/wm83??
6848F: drivers/leds/leds-wm83*.c
6849F: drivers/mfd/wm8*.c
6850F: drivers/power/wm83*.c
6851F: drivers/rtc/rtc-wm83*.c
6852F: drivers/regulator/wm8*.c
6853F: drivers/video/backlight/wm83*_bl.c
6854F: drivers/watchdog/wm83*_wdt.c
6855F: include/linux/mfd/wm831x/
6856F: include/linux/mfd/wm8350/
6857F: include/linux/mfd/wm8400*
6858F: include/sound/wm????.h
6859F: sound/soc/codecs/wm*
6860
6861WORKQUEUE
6862M: Tejun Heo <tj@kernel.org>
6863L: linux-kernel@vger.kernel.org
6864T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6865S: Maintained
6866F: include/linux/workqueue.h
6867F: kernel/workqueue.c
6868F: Documentation/workqueue.txt
6869
6870X.25 NETWORK LAYER
6871M: Andrew Hendry <andrew.hendry@gmail.com>
6872L: linux-x25@vger.kernel.org
6873S: Odd Fixes
6874F: Documentation/networking/x25*
6875F: include/net/x25*
6876F: net/x25/
6877
6878X86 ARCHITECTURE (32-BIT AND 64-BIT)
6879M: Thomas Gleixner <tglx@linutronix.de>
6880M: Ingo Molnar <mingo@redhat.com>
6881M: "H. Peter Anvin" <hpa@zytor.com>
6882M: x86@kernel.org
6883T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6884S: Maintained
6885F: Documentation/x86/
6886F: arch/x86/
6887
6888X86 PLATFORM DRIVERS
6889M: Matthew Garrett <mjg@redhat.com>
6890L: platform-driver-x86@vger.kernel.org
6891T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6892S: Maintained
6893F: drivers/platform/x86
6894
6895XEN PCI SUBSYSTEM
6896M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6897L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6898S: Supported
6899F: arch/x86/pci/*xen*
6900F: drivers/pci/*xen*
6901
6902XEN SWIOTLB SUBSYSTEM
6903M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6904L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6905S: Supported
6906F: arch/x86/xen/*swiotlb*
6907F: drivers/xen/*swiotlb*
6908
6909XEN HYPERVISOR INTERFACE
6910M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6911M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6912L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6913L: virtualization@lists.linux-foundation.org
6914S: Supported
6915F: arch/x86/xen/
6916F: drivers/*/xen-*front.c
6917F: drivers/xen/
6918F: arch/x86/include/asm/xen/
6919F: include/xen/
6920
6921XFS FILESYSTEM
6922P: Silicon Graphics Inc
6923M: Alex Elder <aelder@sgi.com>
6924M: xfs-masters@oss.sgi.com
6925L: xfs@oss.sgi.com
6926W: http://oss.sgi.com/projects/xfs
6927T: git git://oss.sgi.com/xfs/xfs.git
6928S: Supported
6929F: Documentation/filesystems/xfs.txt
6930F: fs/xfs/
6931
6932XILINX SYSTEMACE DRIVER
6933M: Grant Likely <grant.likely@secretlab.ca>
6934W: http://www.secretlab.ca/
6935S: Maintained
6936F: drivers/block/xsysace.c
6937
6938XILINX UARTLITE SERIAL DRIVER
6939M: Peter Korsgaard <jacmet@sunsite.dk>
6940L: linux-serial@vger.kernel.org
6941S: Maintained
6942F: drivers/tty/serial/uartlite.c
6943
6944YAM DRIVER FOR AX.25
6945M: Jean-Paul Roubelat <jpr@f6fbb.org>
6946L: linux-hams@vger.kernel.org
6947S: Maintained
6948F: drivers/net/hamradio/yam*
6949F: include/linux/yam.h
6950
6951YEALINK PHONE DRIVER
6952M: Henk Vergonet <Henk.Vergonet@gmail.com>
6953L: usbb2k-api-dev@nongnu.org
6954S: Maintained
6955F: Documentation/input/yealink.txt
6956F: drivers/input/misc/yealink.*
6957
6958Z8530 DRIVER FOR AX.25
6959M: Joerg Reuter <jreuter@yaina.de>
6960W: http://yaina.de/jreuter/
6961W: http://www.qsl.net/dl1bke/
6962L: linux-hams@vger.kernel.org
6963S: Maintained
6964F: Documentation/networking/z8530drv.txt
6965F: drivers/net/hamradio/*scc.c
6966F: drivers/net/hamradio/z8530.h
6967
6968ZD1211RW WIRELESS DRIVER
6969M: Daniel Drake <dsd@gentoo.org>
6970M: Ulrich Kunitz <kune@deine-taler.de>
6971W: http://zd1211.ath.cx/wiki/DriverRewrite
6972L: linux-wireless@vger.kernel.org
6973L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6974S: Maintained
6975F: drivers/net/wireless/zd1211rw/
6976
6977ZR36067 VIDEO FOR LINUX DRIVER
6978L: mjpeg-users@lists.sourceforge.net
6979L: linux-media@vger.kernel.org
6980W: http://mjpeg.sourceforge.net/driver-zoran/
6981T: Mercurial http://linuxtv.org/hg/v4l-dvb
6982S: Odd Fixes
6983F: drivers/media/video/zoran/
6984
6985ZS DECSTATION Z85C30 SERIAL DRIVER
6986M: "Maciej W. Rozycki" <macro@linux-mips.org>
6987S: Maintained
6988F: drivers/tty/serial/zs.*
6989
6990GRE DEMULTIPLEXER DRIVER
6991M: Dmitry Kozlov <xeb@mail.ru>
6992L: netdev@vger.kernel.org
6993S: Maintained
6994F: net/ipv4/gre.c
6995F: include/net/gre.h
6996
6997PPTP DRIVER
6998M: Dmitry Kozlov <xeb@mail.ru>
6999L: netdev@vger.kernel.org
7000S: Maintained
7001F: drivers/net/pptp.c
7002W: http://sourceforge.net/projects/accel-pptp
7003
7004THE REST
7005M: Linus Torvalds <torvalds@linux-foundation.org>
7006L: linux-kernel@vger.kernel.org
7007Q: http://patchwork.kernel.org/project/LKML/list/
7008T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7009S: Buried alive in reporters
7010F: *
7011F: */
7012

Archive Download this file



interactive