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