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