[SCSI] mptfusion: Fix memory leak in mptctl_getiocinfo()
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
44
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
57
586. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
627. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
64 does not respond.
65
668. Happy hacking.
67
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
3677KEYS-TRUSTED
3678M: David Safford <safford@watson.ibm.com>
3679M: Mimi Zohar <zohar@us.ibm.com>
3680L: linux-security-module@vger.kernel.org
3681L: keyrings@linux-nfs.org
3682S: Supported
3683F: Documentation/keys-trusted-encrypted.txt
3684F: include/keys/trusted-type.h
3685F: security/keys/trusted.c
3686F: security/keys/trusted.h
3687
3688KEYS-ENCRYPTED
3689M: Mimi Zohar <zohar@us.ibm.com>
3690M: David Safford <safford@watson.ibm.com>
3691L: linux-security-module@vger.kernel.org
3692L: keyrings@linux-nfs.org
3693S: Supported
3694F: Documentation/keys-trusted-encrypted.txt
3695F: include/keys/encrypted-type.h
3696F: security/keys/encrypted.c
3697F: security/keys/encrypted.h
3698
3699KGDB / KDB /debug_core
3700M: Jason Wessel <jason.wessel@windriver.com>
3701W: http://kgdb.wiki.kernel.org/
3702L: kgdb-bugreport@lists.sourceforge.net
3703S: Maintained
3704F: Documentation/DocBook/kgdb.tmpl
3705F: drivers/misc/kgdbts.c
3706F: drivers/tty/serial/kgdboc.c
3707F: include/linux/kdb.h
3708F: include/linux/kgdb.h
3709F: kernel/debug/
3710
3711KMEMCHECK
3712M: Vegard Nossum <vegardno@ifi.uio.no>
3713M: Pekka Enberg <penberg@kernel.org>
3714S: Maintained
3715F: Documentation/kmemcheck.txt
3716F: arch/x86/include/asm/kmemcheck.h
3717F: arch/x86/mm/kmemcheck/
3718F: include/linux/kmemcheck.h
3719F: mm/kmemcheck.c
3720
3721KMEMLEAK
3722M: Catalin Marinas <catalin.marinas@arm.com>
3723S: Maintained
3724F: Documentation/kmemleak.txt
3725F: include/linux/kmemleak.h
3726F: mm/kmemleak.c
3727F: mm/kmemleak-test.c
3728
3729KPROBES
3730M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3731M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3732M: "David S. Miller" <davem@davemloft.net>
3733M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3734S: Maintained
3735F: Documentation/kprobes.txt
3736F: include/linux/kprobes.h
3737F: kernel/kprobes.c
3738
3739KS0108 LCD CONTROLLER DRIVER
3740M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3741W: http://miguelojeda.es/auxdisplay.htm
3742W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3743S: Maintained
3744F: Documentation/auxdisplay/ks0108
3745F: drivers/auxdisplay/ks0108.c
3746F: include/linux/ks0108.h
3747
3748LAPB module
3749L: linux-x25@vger.kernel.org
3750S: Orphan
3751F: Documentation/networking/lapb-module.txt
3752F: include/*/lapb.h
3753F: net/lapb/
3754
3755LASI 53c700 driver for PARISC
3756M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3757L: linux-scsi@vger.kernel.org
3758S: Maintained
3759F: Documentation/scsi/53c700.txt
3760F: drivers/scsi/53c700*
3761
3762LED SUBSYSTEM
3763M: Richard Purdie <rpurdie@rpsys.net>
3764S: Maintained
3765F: drivers/leds/
3766F: include/linux/leds.h
3767
3768LEGO USB Tower driver
3769M: Juergen Stuber <starblue@users.sourceforge.net>
3770L: legousb-devel@lists.sourceforge.net
3771W: http://legousb.sourceforge.net/
3772S: Maintained
3773F: drivers/usb/misc/legousbtower.c
3774
3775LGUEST
3776M: Rusty Russell <rusty@rustcorp.com.au>
3777L: lguest@lists.ozlabs.org
3778W: http://lguest.ozlabs.org/
3779S: Odd Fixes
3780F: Documentation/lguest/
3781F: arch/x86/lguest/
3782F: drivers/lguest/
3783F: include/linux/lguest*.h
3784F: arch/x86/include/asm/lguest*.h
3785
3786LINUX FOR IBM pSERIES (RS/6000)
3787M: Paul Mackerras <paulus@au.ibm.com>
3788W: http://www.ibm.com/linux/ltc/projects/ppc
3789S: Supported
3790F: arch/powerpc/boot/rs6000.h
3791
3792LINUX FOR POWERPC (32-BIT AND 64-BIT)
3793M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3794M: Paul Mackerras <paulus@samba.org>
3795W: http://www.penguinppc.org/
3796L: linuxppc-dev@lists.ozlabs.org
3797Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3798T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3799S: Supported
3800F: Documentation/powerpc/
3801F: arch/powerpc/
3802
3803LINUX FOR POWER MACINTOSH
3804M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3805W: http://www.penguinppc.org/
3806L: linuxppc-dev@lists.ozlabs.org
3807S: Maintained
3808F: arch/powerpc/platforms/powermac/
3809F: drivers/macintosh/
3810
3811LINUX FOR POWERPC EMBEDDED MPC5XXX
3812M: Grant Likely <grant.likely@secretlab.ca>
3813L: linuxppc-dev@lists.ozlabs.org
3814T: git git://git.secretlab.ca/git/linux-2.6.git
3815S: Maintained
3816F: arch/powerpc/platforms/512x/
3817F: arch/powerpc/platforms/52xx/
3818
3819LINUX FOR POWERPC EMBEDDED PPC4XX
3820M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3821M: Matt Porter <mporter@kernel.crashing.org>
3822W: http://www.penguinppc.org/
3823L: linuxppc-dev@lists.ozlabs.org
3824T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3825S: Maintained
3826F: arch/powerpc/platforms/40x/
3827F: arch/powerpc/platforms/44x/
3828
3829LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3830M: Grant Likely <grant.likely@secretlab.ca>
3831W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3832L: linuxppc-dev@lists.ozlabs.org
3833T: git git://git.secretlab.ca/git/linux-2.6.git
3834S: Maintained
3835F: arch/powerpc/*/*virtex*
3836F: arch/powerpc/*/*/*virtex*
3837
3838LINUX FOR POWERPC EMBEDDED PPC8XX
3839M: Vitaly Bordug <vitb@kernel.crashing.org>
3840M: Marcelo Tosatti <marcelo@kvack.org>
3841W: http://www.penguinppc.org/
3842L: linuxppc-dev@lists.ozlabs.org
3843S: Maintained
3844F: arch/powerpc/platforms/8xx/
3845
3846LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3847M: Kumar Gala <galak@kernel.crashing.org>
3848W: http://www.penguinppc.org/
3849L: linuxppc-dev@lists.ozlabs.org
3850S: Maintained
3851F: arch/powerpc/platforms/83xx/
3852
3853LINUX FOR POWERPC PA SEMI PWRFICIENT
3854M: Olof Johansson <olof@lixom.net>
3855L: linuxppc-dev@lists.ozlabs.org
3856S: Maintained
3857F: arch/powerpc/platforms/pasemi/
3858F: drivers/*/*pasemi*
3859F: drivers/*/*/*pasemi*
3860
3861LINUX SECURITY MODULE (LSM) FRAMEWORK
3862M: Chris Wright <chrisw@sous-sol.org>
3863L: linux-security-module@vger.kernel.org
3864T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3865S: Supported
3866
3867LLC (802.2)
3868M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3869S: Maintained
3870F: include/linux/llc.h
3871F: include/net/llc*
3872F: net/llc/
3873
3874LIS3LV02D ACCELEROMETER DRIVER
3875M: Eric Piel <eric.piel@tremplin-utc.net>
3876S: Maintained
3877F: Documentation/hwmon/lis3lv02d
3878F: drivers/hwmon/lis3lv02d.*
3879
3880LM73 HARDWARE MONITOR DRIVER
3881M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3882L: lm-sensors@lm-sensors.org
3883S: Maintained
3884F: drivers/hwmon/lm73.c
3885
3886LM83 HARDWARE MONITOR DRIVER
3887M: Jean Delvare <khali@linux-fr.org>
3888L: lm-sensors@lm-sensors.org
3889S: Maintained
3890F: Documentation/hwmon/lm83
3891F: drivers/hwmon/lm83.c
3892
3893LM90 HARDWARE MONITOR DRIVER
3894M: Jean Delvare <khali@linux-fr.org>
3895L: lm-sensors@lm-sensors.org
3896S: Maintained
3897F: Documentation/hwmon/lm90
3898F: drivers/hwmon/lm90.c
3899
3900LOCKDEP AND LOCKSTAT
3901M: Peter Zijlstra <peterz@infradead.org>
3902M: Ingo Molnar <mingo@redhat.com>
3903T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3904S: Maintained
3905F: Documentation/lockdep*.txt
3906F: Documentation/lockstat.txt
3907F: include/linux/lockdep.h
3908F: kernel/lockdep*
3909
3910LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3911M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3912L: linux-ntfs-dev@lists.sourceforge.net
3913W: http://www.linux-ntfs.org/content/view/19/37/
3914S: Maintained
3915F: Documentation/ldm.txt
3916F: fs/partitions/ldm.*
3917
3918LogFS
3919M: Joern Engel <joern@logfs.org>
3920L: logfs@logfs.org
3921W: logfs.org
3922S: Maintained
3923F: fs/logfs/
3924
3925LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3926M: Eric Moore <Eric.Moore@lsi.com>
3927M: support@lsi.com
3928L: DL-MPTFusionLinux@lsi.com
3929L: linux-scsi@vger.kernel.org
3930W: http://www.lsilogic.com/support
3931S: Supported
3932F: drivers/message/fusion/
3933
3934LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3935M: Matthew Wilcox <matthew@wil.cx>
3936L: linux-scsi@vger.kernel.org
3937S: Maintained
3938F: drivers/scsi/sym53c8xx_2/
3939
3940LTC4261 HARDWARE MONITOR DRIVER
3941M: Guenter Roeck <linux@roeck-us.net>
3942L: lm-sensors@lm-sensors.org
3943S: Maintained
3944F: Documentation/hwmon/ltc4261
3945F: drivers/hwmon/ltc4261.c
3946
3947LTP (Linux Test Project)
3948M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3949M: Garrett Cooper <yanegomi@gmail.com>
3950M: Mike Frysinger <vapier@gentoo.org>
3951M: Subrata Modak <subrata@linux.vnet.ibm.com>
3952L: ltp-list@lists.sourceforge.net (subscribers-only)
3953W: http://ltp.sourceforge.net/
3954T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3955S: Maintained
3956
3957M32R ARCHITECTURE
3958M: Hirokazu Takata <takata@linux-m32r.org>
3959L: linux-m32r@ml.linux-m32r.org
3960L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3961W: http://www.linux-m32r.org/
3962S: Maintained
3963F: arch/m32r/
3964
3965M68K ARCHITECTURE
3966M: Geert Uytterhoeven <geert@linux-m68k.org>
3967M: Roman Zippel <zippel@linux-m68k.org>
3968L: linux-m68k@lists.linux-m68k.org
3969W: http://www.linux-m68k.org/
3970T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3971S: Maintained
3972F: arch/m68k/
3973F: drivers/zorro/
3974
3975M68K ON APPLE MACINTOSH
3976M: Joshua Thompson <funaho@jurai.org>
3977W: http://www.mac.linux-m68k.org/
3978L: linux-m68k@lists.linux-m68k.org
3979S: Maintained
3980F: arch/m68k/mac/
3981
3982M68K ON HP9000/300
3983M: Philip Blundell <philb@gnu.org>
3984W: http://www.tazenda.demon.co.uk/phil/linux-hp
3985S: Maintained
3986F: arch/m68k/hp300/
3987
3988MAC80211
3989M: Johannes Berg <johannes@sipsolutions.net>
3990L: linux-wireless@vger.kernel.org
3991W: http://linuxwireless.org/
3992T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3993S: Maintained
3994F: Documentation/networking/mac80211-injection.txt
3995F: include/net/mac80211.h
3996F: net/mac80211/
3997
3998MAC80211 PID RATE CONTROL
3999M: Stefano Brivio <stefano.brivio@polimi.it>
4000M: Mattias Nissler <mattias.nissler@gmx.de>
4001L: linux-wireless@vger.kernel.org
4002W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4003T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4004S: Maintained
4005F: net/mac80211/rc80211_pid*
4006
4007MACVLAN DRIVER
4008M: Patrick McHardy <kaber@trash.net>
4009L: netdev@vger.kernel.org
4010S: Maintained
4011F: drivers/net/macvlan.c
4012F: include/linux/if_macvlan.h
4013
4014MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4015M: Michael Kerrisk <mtk.manpages@gmail.com>
4016W: http://www.kernel.org/doc/man-pages
4017L: linux-man@vger.kernel.org
4018S: Maintained
4019
4020MARVELL LIBERTAS WIRELESS DRIVER
4021M: Dan Williams <dcbw@redhat.com>
4022L: libertas-dev@lists.infradead.org
4023S: Maintained
4024F: drivers/net/wireless/libertas/
4025
4026MARVELL MV643XX ETHERNET DRIVER
4027M: Lennert Buytenhek <buytenh@wantstofly.org>
4028L: netdev@vger.kernel.org
4029S: Maintained
4030F: drivers/net/mv643xx_eth.*
4031F: include/linux/mv643xx.h
4032
4033MARVELL MWL8K WIRELESS DRIVER
4034M: Lennert Buytenhek <buytenh@wantstofly.org>
4035L: linux-wireless@vger.kernel.org
4036S: Odd Fixes
4037F: drivers/net/wireless/mwl8k.c
4038
4039MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4040M: Nicolas Pitre <nico@fluxnic.net>
4041S: Odd Fixes
4042F: drivers/mmc/host/mvsdio.*
4043
4044MARVELL YUKON / SYSKONNECT DRIVER
4045M: Mirko Lindner <mlindner@syskonnect.de>
4046M: Ralph Roesler <rroesler@syskonnect.de>
4047W: http://www.syskonnect.com
4048S: Supported
4049
4050MATROX FRAMEBUFFER DRIVER
4051L: linux-fbdev@vger.kernel.org
4052S: Orphan
4053F: drivers/video/matrox/matroxfb_*
4054F: include/linux/matroxfb.h
4055
4056MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4057M: "Hans J. Koch" <hjk@linutronix.de>
4058L: lm-sensors@lm-sensors.org
4059S: Maintained
4060F: Documentation/hwmon/max6650
4061F: drivers/hwmon/max6650.c
4062
4063MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4064M: Mauro Carvalho Chehab <mchehab@infradead.org>
4065P: LinuxTV.org Project
4066L: linux-media@vger.kernel.org
4067W: http://linuxtv.org
4068Q: http://patchwork.kernel.org/project/linux-media/list/
4069T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4070S: Maintained
4071F: Documentation/dvb/
4072F: Documentation/video4linux/
4073F: drivers/media/
4074F: include/media/
4075F: include/linux/dvb/
4076F: include/linux/videodev*.h
4077
4078MEGARAID SCSI DRIVERS
4079M: Neela Syam Kolli <megaraidlinux@lsi.com>
4080L: linux-scsi@vger.kernel.org
4081W: http://megaraid.lsilogic.com
4082S: Maintained
4083F: Documentation/scsi/megaraid.txt
4084F: drivers/scsi/megaraid.*
4085F: drivers/scsi/megaraid/
4086
4087MEMORY MANAGEMENT
4088L: linux-mm@kvack.org
4089W: http://www.linux-mm.org
4090S: Maintained
4091F: include/linux/mm.h
4092F: mm/
4093
4094MEMORY RESOURCE CONTROLLER
4095M: Balbir Singh <balbir@linux.vnet.ibm.com>
4096M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4097M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4098L: linux-mm@kvack.org
4099S: Maintained
4100F: mm/memcontrol.c
4101
4102MEMORY TECHNOLOGY DEVICES (MTD)
4103M: David Woodhouse <dwmw2@infradead.org>
4104L: linux-mtd@lists.infradead.org
4105W: http://www.linux-mtd.infradead.org/
4106Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4107T: git git://git.infradead.org/mtd-2.6.git
4108S: Maintained
4109F: drivers/mtd/
4110F: include/linux/mtd/
4111F: include/mtd/
4112
4113MICROBLAZE ARCHITECTURE
4114M: Michal Simek <monstr@monstr.eu>
4115L: microblaze-uclinux@itee.uq.edu.au
4116W: http://www.monstr.eu/fdt/
4117T: git git://git.monstr.eu/linux-2.6-microblaze.git
4118S: Supported
4119F: arch/microblaze/
4120
4121MICROTEK X6 SCANNER
4122M: Oliver Neukum <oliver@neukum.name>
4123S: Maintained
4124F: drivers/usb/image/microtek.*
4125
4126MIPS
4127M: Ralf Baechle <ralf@linux-mips.org>
4128W: http://www.linux-mips.org/
4129L: linux-mips@linux-mips.org
4130T: git git://git.linux-mips.org/pub/scm/linux.git
4131S: Supported
4132F: Documentation/mips/
4133F: arch/mips/
4134
4135MISCELLANEOUS MCA-SUPPORT
4136M: James Bottomley <James.Bottomley@HansenPartnership.com>
4137S: Maintained
4138F: Documentation/ia64/mca.txt
4139F: Documentation/mca.txt
4140F: drivers/mca/
4141F: include/linux/mca*
4142
4143MODULE SUPPORT
4144M: Rusty Russell <rusty@rustcorp.com.au>
4145S: Maintained
4146F: include/linux/module.h
4147F: kernel/module.c
4148
4149MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4150W: http://popies.net/meye/
4151S: Orphan
4152F: Documentation/video4linux/meye.txt
4153F: drivers/media/video/meye.*
4154F: include/linux/meye.h
4155
4156MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4157M: Pavel Pisa <ppisa@pikron.com>
4158L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4159S: Maintained
4160F: drivers/mmc/host/imxmmc.*
4161
4162MOUSE AND MISC DEVICES [GENERAL]
4163M: Alessandro Rubini <rubini@ipvvis.unipv.it>
4164S: Maintained
4165F: drivers/input/mouse/
4166F: include/linux/gpio_mouse.h
4167
4168MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4169M: Jiri Slaby <jirislaby@gmail.com>
4170S: Maintained
4171F: Documentation/serial/moxa-smartio
4172F: drivers/char/mxser.*
4173
4174MSI LAPTOP SUPPORT
4175M: Lee, Chun-Yi <jlee@novell.com>
4176L: platform-driver-x86@vger.kernel.org
4177S: Maintained
4178F: drivers/platform/x86/msi-laptop.c
4179
4180MSI WMI SUPPORT
4181M: Anisse Astier <anisse@astier.eu>
4182L: platform-driver-x86@vger.kernel.org
4183S: Supported
4184F: drivers/platform/x86/msi-wmi.c
4185
4186MULTIFUNCTION DEVICES (MFD)
4187M: Samuel Ortiz <sameo@linux.intel.com>
4188T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4189S: Supported
4190F: drivers/mfd/
4191
4192MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4193M: Chris Ball <cjb@laptop.org>
4194L: linux-mmc@vger.kernel.org
4195T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4196S: Maintained
4197F: drivers/mmc/
4198F: include/linux/mmc/
4199
4200MULTIMEDIA CARD (MMC) ETC. OVER SPI
4201M: David Brownell <dbrownell@users.sourceforge.net>
4202S: Odd Fixes
4203F: drivers/mmc/host/mmc_spi.c
4204F: include/linux/spi/mmc_spi.h
4205
4206MULTISOUND SOUND DRIVER
4207M: Andrew Veliath <andrewtv@usa.net>
4208S: Maintained
4209F: Documentation/sound/oss/MultiSound
4210F: sound/oss/msnd*
4211
4212MULTITECH MULTIPORT CARD (ISICOM)
4213S: Orphan
4214F: drivers/char/isicom.c
4215F: include/linux/isicom.h
4216
4217MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4218M: Felipe Balbi <balbi@ti.com>
4219L: linux-usb@vger.kernel.org
4220T: git git://gitorious.org/usb/usb.git
4221S: Maintained
4222F: drivers/usb/musb/
4223
4224MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4225M: Andrew Gallatin <gallatin@myri.com>
4226M: Brice Goglin <brice@myri.com>
4227L: netdev@vger.kernel.org
4228W: http://www.myri.com/scs/download-Myri10GE.html
4229S: Supported
4230F: drivers/net/myri10ge/
4231
4232NATSEMI ETHERNET DRIVER (DP8381x)
4233M: Tim Hockin <thockin@hockin.org>
4234S: Maintained
4235F: drivers/net/natsemi.c
4236
4237NCP FILESYSTEM
4238M: Petr Vandrovec <petr@vandrovec.name>
4239S: Odd Fixes
4240F: fs/ncpfs/
4241
4242NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4243M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4244L: linux-scsi@vger.kernel.org
4245S: Maintained
4246F: drivers/scsi/NCR_D700.*
4247
4248NETEFFECT IWARP RNIC DRIVER (IW_NES)
4249M: Faisal Latif <faisal.latif@intel.com>
4250L: linux-rdma@vger.kernel.org
4251W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4252S: Supported
4253F: drivers/infiniband/hw/nes/
4254
4255NETEM NETWORK EMULATOR
4256M: Stephen Hemminger <shemminger@linux-foundation.org>
4257L: netem@lists.linux-foundation.org
4258S: Maintained
4259F: net/sched/sch_netem.c
4260
4261NETERION 10GbE DRIVERS (s2io/vxge)
4262M: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4263M: Sivakumar Subramani <sivakumar.subramani@exar.com>
4264M: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4265M: Jon Mason <jon.mason@exar.com>
4266L: netdev@vger.kernel.org
4267W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4268W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4269S: Supported
4270F: Documentation/networking/s2io.txt
4271F: drivers/net/s2io*
4272F: Documentation/networking/vxge.txt
4273F: drivers/net/vxge/
4274
4275NETFILTER/IPTABLES/IPCHAINS
4276P: Rusty Russell
4277P: Marc Boucher
4278P: James Morris
4279P: Harald Welte
4280P: Jozsef Kadlecsik
4281M: Patrick McHardy <kaber@trash.net>
4282L: netfilter-devel@vger.kernel.org
4283L: netfilter@vger.kernel.org
4284L: coreteam@netfilter.org
4285W: http://www.netfilter.org/
4286W: http://www.iptables.org/
4287T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4288S: Supported
4289F: include/linux/netfilter*
4290F: include/linux/netfilter/
4291F: include/net/netfilter/
4292F: net/*/netfilter.c
4293F: net/*/netfilter/
4294F: net/netfilter/
4295
4296NETLABEL
4297M: Paul Moore <paul.moore@hp.com>
4298W: http://netlabel.sf.net
4299L: netdev@vger.kernel.org
4300S: Supported
4301F: Documentation/netlabel/
4302F: include/net/netlabel.h
4303F: net/netlabel/
4304
4305NETROM NETWORK LAYER
4306M: Ralf Baechle <ralf@linux-mips.org>
4307L: linux-hams@vger.kernel.org
4308W: http://www.linux-ax25.org/
4309S: Maintained
4310F: include/linux/netrom.h
4311F: include/net/netrom.h
4312F: net/netrom/
4313
4314NETWORK BLOCK DEVICE (NBD)
4315M: Paul Clements <Paul.Clements@steeleye.com>
4316S: Maintained
4317F: Documentation/blockdev/nbd.txt
4318F: drivers/block/nbd.c
4319F: include/linux/nbd.h
4320
4321NETWORK DROP MONITOR
4322M: Neil Horman <nhorman@tuxdriver.com>
4323L: netdev@vger.kernel.org
4324S: Maintained
4325W: https://fedorahosted.org/dropwatch/
4326F: net/core/drop_monitor.c
4327
4328NETWORKING [GENERAL]
4329M: "David S. Miller" <davem@davemloft.net>
4330L: netdev@vger.kernel.org
4331W: http://www.linuxfoundation.org/en/Net
4332W: http://patchwork.ozlabs.org/project/netdev/list/
4333T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4334T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4335S: Maintained
4336F: net/
4337F: include/net/
4338F: include/linux/in.h
4339F: include/linux/net.h
4340F: include/linux/netdevice.h
4341
4342NETWORKING [IPv4/IPv6]
4343M: "David S. Miller" <davem@davemloft.net>
4344M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4345M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4346M: James Morris <jmorris@namei.org>
4347M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4348M: Patrick McHardy <kaber@trash.net>
4349L: netdev@vger.kernel.org
4350T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4351S: Maintained
4352F: net/ipv4/
4353F: net/ipv6/
4354F: include/net/ip*
4355
4356NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4357M: Paul Moore <paul.moore@hp.com>
4358L: netdev@vger.kernel.org
4359S: Maintained
4360
4361NETWORKING [WIRELESS]
4362M: "John W. Linville" <linville@tuxdriver.com>
4363L: linux-wireless@vger.kernel.org
4364Q: http://patchwork.kernel.org/project/linux-wireless/list/
4365T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4366S: Maintained
4367F: net/mac80211/
4368F: net/rfkill/
4369F: net/wireless/
4370F: include/net/ieee80211*
4371F: include/linux/wireless.h
4372F: include/net/iw_handler.h
4373F: drivers/net/wireless/
4374
4375NETWORKING DRIVERS
4376L: netdev@vger.kernel.org
4377W: http://www.linuxfoundation.org/en/Net
4378T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4379T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4380S: Odd Fixes
4381F: drivers/net/
4382F: include/linux/if_*
4383F: include/linux/*device.h
4384
4385NETXEN (1/10) GbE SUPPORT
4386M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4387L: netdev@vger.kernel.org
4388W: http://www.qlogic.com
4389S: Supported
4390F: drivers/net/netxen/
4391
4392NFS, SUNRPC, AND LOCKD CLIENTS
4393M: Trond Myklebust <Trond.Myklebust@netapp.com>
4394L: linux-nfs@vger.kernel.org
4395W: http://client.linux-nfs.org
4396T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4397S: Maintained
4398F: fs/lockd/
4399F: fs/nfs/
4400F: fs/nfs_common/
4401F: net/sunrpc/
4402F: include/linux/lockd/
4403F: include/linux/nfs*
4404F: include/linux/sunrpc/
4405
4406NI5010 NETWORK DRIVER
4407M: Jan-Pascal van Best <janpascal@vanbest.org>
4408M: Andreas Mohr <andi@lisas.de>
4409L: netdev@vger.kernel.org
4410S: Maintained
4411F: drivers/net/ni5010.*
4412
4413NILFS2 FILESYSTEM
4414M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4415L: linux-nilfs@vger.kernel.org
4416W: http://www.nilfs.org/en/
4417T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4418S: Supported
4419F: Documentation/filesystems/nilfs2.txt
4420F: fs/nilfs2/
4421F: include/linux/nilfs2_fs.h
4422
4423NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4424M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4425W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4426S: Maintained
4427F: Documentation/scsi/NinjaSCSI.txt
4428F: drivers/scsi/pcmcia/nsp_*
4429
4430NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4431M: GOTO Masanori <gotom@debian.or.jp>
4432M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4433W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4434S: Maintained
4435F: Documentation/scsi/NinjaSCSI.txt
4436F: drivers/scsi/nsp32*
4437
4438NTFS FILESYSTEM
4439M: Anton Altaparmakov <anton@tuxera.com>
4440L: linux-ntfs-dev@lists.sourceforge.net
4441W: http://www.tuxera.com/
4442T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4443S: Supported
4444F: Documentation/filesystems/ntfs.txt
4445F: fs/ntfs/
4446
4447NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4448M: Antonino Daplas <adaplas@gmail.com>
4449L: linux-fbdev@vger.kernel.org
4450S: Maintained
4451F: drivers/video/riva/
4452F: drivers/video/nvidia/
4453
4454OMAP SUPPORT
4455M: Tony Lindgren <tony@atomide.com>
4456L: linux-omap@vger.kernel.org
4457W: http://www.muru.com/linux/omap/
4458W: http://linux.omap.com/
4459Q: http://patchwork.kernel.org/project/linux-omap/list/
4460T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4461S: Maintained
4462F: arch/arm/*omap*/
4463
4464OMAP CLOCK FRAMEWORK SUPPORT
4465M: Paul Walmsley <paul@pwsan.com>
4466L: linux-omap@vger.kernel.org
4467S: Maintained
4468F: arch/arm/*omap*/*clock*
4469
4470OMAP POWER MANAGEMENT SUPPORT
4471M: Kevin Hilman <khilman@deeprootsystems.com>
4472L: linux-omap@vger.kernel.org
4473S: Maintained
4474F: arch/arm/*omap*/*pm*
4475
4476OMAP AUDIO SUPPORT
4477M: Jarkko Nikula <jhnikula@gmail.com>
4478L: alsa-devel@alsa-project.org (subscribers-only)
4479L: linux-omap@vger.kernel.org
4480S: Maintained
4481F: sound/soc/omap/
4482
4483OMAP FRAMEBUFFER SUPPORT
4484M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4485L: linux-fbdev@vger.kernel.org
4486L: linux-omap@vger.kernel.org
4487S: Maintained
4488F: drivers/video/omap/
4489
4490OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4491M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4492L: linux-omap@vger.kernel.org
4493L: linux-fbdev@vger.kernel.org
4494S: Maintained
4495F: drivers/video/omap2/
4496F: Documentation/arm/OMAP/DSS
4497
4498OMAP MMC SUPPORT
4499M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4500L: linux-omap@vger.kernel.org
4501S: Maintained
4502F: drivers/mmc/host/omap.c
4503
4504OMAP HS MMC SUPPORT
4505M: Madhusudhan Chikkature <madhu.cr@ti.com>
4506L: linux-omap@vger.kernel.org
4507S: Maintained
4508F: drivers/mmc/host/omap_hsmmc.c
4509
4510OMAP RANDOM NUMBER GENERATOR SUPPORT
4511M: Deepak Saxena <dsaxena@plexity.net>
4512S: Maintained
4513F: drivers/char/hw_random/omap-rng.c
4514
4515OMAP HWMOD SUPPORT
4516M: Benoît Cousson <b-cousson@ti.com>
4517M: Paul Walmsley <paul@pwsan.com>
4518L: linux-omap@vger.kernel.org
4519S: Maintained
4520F: arch/arm/mach-omap2/omap_hwmod.c
4521F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4522
4523OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4524M: Benoît Cousson <b-cousson@ti.com>
4525L: linux-omap@vger.kernel.org
4526S: Maintained
4527F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4528
4529OMAP USB SUPPORT
4530M: Felipe Balbi <balbi@ti.com>
4531M: David Brownell <dbrownell@users.sourceforge.net>
4532L: linux-usb@vger.kernel.org
4533L: linux-omap@vger.kernel.org
4534S: Maintained
4535F: drivers/usb/*/*omap*
4536F: arch/arm/*omap*/usb*
4537
4538OMFS FILESYSTEM
4539M: Bob Copeland <me@bobcopeland.com>
4540L: linux-karma-devel@lists.sourceforge.net
4541S: Maintained
4542F: Documentation/filesystems/omfs.txt
4543F: fs/omfs/
4544
4545OMNIKEY CARDMAN 4000 DRIVER
4546M: Harald Welte <laforge@gnumonks.org>
4547S: Maintained
4548F: drivers/char/pcmcia/cm4000_cs.c
4549F: include/linux/cm4000_cs.h
4550
4551OMNIKEY CARDMAN 4040 DRIVER
4552M: Harald Welte <laforge@gnumonks.org>
4553S: Maintained
4554F: drivers/char/pcmcia/cm4040_cs.*
4555
4556OMNIVISION OV7670 SENSOR DRIVER
4557M: Jonathan Corbet <corbet@lwn.net>
4558L: linux-media@vger.kernel.org
4559T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4560S: Maintained
4561F: drivers/media/video/ov7670.c
4562
4563ONENAND FLASH DRIVER
4564M: Kyungmin Park <kyungmin.park@samsung.com>
4565L: linux-mtd@lists.infradead.org
4566S: Maintained
4567F: drivers/mtd/onenand/
4568F: include/linux/mtd/onenand*.h
4569
4570ONSTREAM SCSI TAPE DRIVER
4571M: Willem Riede <osst@riede.org>
4572L: osst-users@lists.sourceforge.net
4573L: linux-scsi@vger.kernel.org
4574S: Maintained
4575F: drivers/scsi/osst*
4576F: drivers/scsi/st*
4577
4578OPENCORES I2C BUS DRIVER
4579M: Peter Korsgaard <jacmet@sunsite.dk>
4580L: linux-i2c@vger.kernel.org
4581S: Maintained
4582F: Documentation/i2c/busses/i2c-ocores
4583F: drivers/i2c/busses/i2c-ocores.c
4584
4585OPEN FIRMWARE AND FLATTENED DEVICE TREE
4586M: Grant Likely <grant.likely@secretlab.ca>
4587L: devicetree-discuss@lists.ozlabs.org
4588W: http://fdt.secretlab.ca
4589T: git git://git.secretlab.ca/git/linux-2.6.git
4590S: Maintained
4591F: drivers/of
4592F: include/linux/of*.h
4593K: of_get_property
4594
4595OPL4 DRIVER
4596M: Clemens Ladisch <clemens@ladisch.de>
4597L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4598T: git git://git.alsa-project.org/alsa-kernel.git
4599S: Maintained
4600F: sound/drivers/opl4/
4601
4602OPROFILE
4603M: Robert Richter <robert.richter@amd.com>
4604L: oprofile-list@lists.sf.net
4605S: Maintained
4606F: arch/*/include/asm/oprofile*.h
4607F: arch/*/oprofile/
4608F: drivers/oprofile/
4609F: include/linux/oprofile.h
4610
4611ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4612M: Mark Fasheh <mfasheh@suse.com>
4613M: Joel Becker <jlbec@evilplan.org>
4614L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4615W: http://oss.oracle.com/projects/ocfs2/
4616T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4617S: Supported
4618F: Documentation/filesystems/ocfs2.txt
4619F: Documentation/filesystems/dlmfs.txt
4620F: fs/ocfs2/
4621
4622ORINOCO DRIVER
4623L: linux-wireless@vger.kernel.org
4624L: orinoco-users@lists.sourceforge.net
4625L: orinoco-devel@lists.sourceforge.net
4626W: http://linuxwireless.org/en/users/Drivers/orinoco
4627W: http://www.nongnu.org/orinoco/
4628S: Orphan
4629F: drivers/net/wireless/orinoco/
4630
4631OSD LIBRARY and FILESYSTEM
4632M: Boaz Harrosh <bharrosh@panasas.com>
4633M: Benny Halevy <bhalevy@panasas.com>
4634L: osd-dev@open-osd.org
4635W: http://open-osd.org
4636T: git git://git.open-osd.org/open-osd.git
4637S: Maintained
4638F: drivers/scsi/osd/
4639F: include/scsi/osd_*
4640F: fs/exofs/
4641
4642P54 WIRELESS DRIVER
4643M: Christian Lamparter <chunkeey@googlemail.com>
4644L: linux-wireless@vger.kernel.org
4645W: http://wireless.kernel.org/en/users/Drivers/p54
4646S: Maintained
4647F: drivers/net/wireless/p54/
4648
4649PA SEMI ETHERNET DRIVER
4650M: Olof Johansson <olof@lixom.net>
4651L: netdev@vger.kernel.org
4652S: Maintained
4653F: drivers/net/pasemi_mac.*
4654
4655PA SEMI SMBUS DRIVER
4656M: Olof Johansson <olof@lixom.net>
4657L: linux-i2c@vger.kernel.org
4658S: Maintained
4659F: drivers/i2c/busses/i2c-pasemi.c
4660
4661PADATA PARALLEL EXECUTION MECHANISM
4662M: Steffen Klassert <steffen.klassert@secunet.com>
4663L: linux-kernel@vger.kernel.org
4664L: linux-crypto@vger.kernel.org
4665S: Maintained
4666F: kernel/padata.c
4667F: include/linux/padata.h
4668F: Documentation/padata.txt
4669
4670PANASONIC LAPTOP ACPI EXTRAS DRIVER
4671M: Harald Welte <laforge@gnumonks.org>
4672L: platform-driver-x86@vger.kernel.org
4673S: Maintained
4674F: drivers/platform/x86/panasonic-laptop.c
4675
4676PANASONIC MN10300/AM33/AM34 PORT
4677M: David Howells <dhowells@redhat.com>
4678M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4679L: linux-am33-list@redhat.com (moderated for non-subscribers)
4680W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4681S: Maintained
4682F: Documentation/mn10300/
4683F: arch/mn10300/
4684
4685PARALLEL PORT SUPPORT
4686L: linux-parport@lists.infradead.org (subscribers-only)
4687S: Orphan
4688F: drivers/parport/
4689F: include/linux/parport*.h
4690F: drivers/char/ppdev.c
4691F: include/linux/ppdev.h
4692
4693PARAVIRT_OPS INTERFACE
4694M: Jeremy Fitzhardinge <jeremy@xensource.com>
4695M: Chris Wright <chrisw@sous-sol.org>
4696M: Alok Kataria <akataria@vmware.com>
4697M: Rusty Russell <rusty@rustcorp.com.au>
4698L: virtualization@lists.linux-foundation.org
4699S: Supported
4700F: Documentation/ia64/paravirt_ops.txt
4701F: arch/*/kernel/paravirt*
4702F: arch/*/include/asm/paravirt.h
4703
4704PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4705M: Tim Waugh <tim@cyberelk.net>
4706L: linux-parport@lists.infradead.org (subscribers-only)
4707W: http://www.torque.net/linux-pp.html
4708S: Maintained
4709F: Documentation/blockdev/paride.txt
4710F: drivers/block/paride/
4711
4712PARISC ARCHITECTURE
4713M: Kyle McMartin <kyle@mcmartin.ca>
4714M: Helge Deller <deller@gmx.de>
4715M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4716L: linux-parisc@vger.kernel.org
4717W: http://www.parisc-linux.org/
4718Q: http://patchwork.kernel.org/project/linux-parisc/list/
4719T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4720S: Maintained
4721F: arch/parisc/
4722F: drivers/parisc/
4723
4724PC87360 HARDWARE MONITORING DRIVER
4725M: Jim Cromie <jim.cromie@gmail.com>
4726L: lm-sensors@lm-sensors.org
4727S: Maintained
4728F: Documentation/hwmon/pc87360
4729F: drivers/hwmon/pc87360.c
4730
4731PC8736x GPIO DRIVER
4732M: Jim Cromie <jim.cromie@gmail.com>
4733S: Maintained
4734F: drivers/char/pc8736x_gpio.c
4735
4736PC87427 HARDWARE MONITORING DRIVER
4737M: Jean Delvare <khali@linux-fr.org>
4738L: lm-sensors@lm-sensors.org
4739S: Maintained
4740F: Documentation/hwmon/pc87427
4741F: drivers/hwmon/pc87427.c
4742
4743PCA9532 LED DRIVER
4744M: Riku Voipio <riku.voipio@iki.fi>
4745S: Maintained
4746F: drivers/leds/leds-pca9532.c
4747F: include/linux/leds-pca9532.h
4748
4749PCA9541 I2C BUS MASTER SELECTOR DRIVER
4750M: Guenter Roeck <guenter.roeck@ericsson.com>
4751L: linux-i2c@vger.kernel.org
4752S: Maintained
4753F: drivers/i2c/muxes/pca9541.c
4754
4755PCA9564/PCA9665 I2C BUS DRIVER
4756M: Wolfram Sang <w.sang@pengutronix.de>
4757L: linux-i2c@vger.kernel.org
4758S: Maintained
4759F: drivers/i2c/algos/i2c-algo-pca.c
4760F: drivers/i2c/busses/i2c-pca-*
4761F: include/linux/i2c-algo-pca.h
4762F: include/linux/i2c-pca-platform.h
4763
4764PCI ERROR RECOVERY
4765M: Linas Vepstas <linas@austin.ibm.com>
4766L: linux-pci@vger.kernel.org
4767S: Supported
4768F: Documentation/PCI/pci-error-recovery.txt
4769F: Documentation/powerpc/eeh-pci-error-recovery.txt
4770
4771PCI SUBSYSTEM
4772M: Jesse Barnes <jbarnes@virtuousgeek.org>
4773L: linux-pci@vger.kernel.org
4774Q: http://patchwork.kernel.org/project/linux-pci/list/
4775T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4776S: Supported
4777F: Documentation/PCI/
4778F: drivers/pci/
4779F: include/linux/pci*
4780
4781PCI HOTPLUG
4782M: Jesse Barnes <jbarnes@virtuousgeek.org>
4783L: linux-pci@vger.kernel.org
4784S: Supported
4785F: drivers/pci/hotplug
4786
4787PCMCIA SUBSYSTEM
4788P: Linux PCMCIA Team
4789L: linux-pcmcia@lists.infradead.org
4790W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4791T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4792S: Maintained
4793F: Documentation/pcmcia/
4794F: drivers/pcmcia/
4795F: include/pcmcia/
4796
4797PCNET32 NETWORK DRIVER
4798M: Don Fry <pcnet32@frontier.com>
4799L: netdev@vger.kernel.org
4800S: Maintained
4801F: drivers/net/pcnet32.c
4802
4803PCRYPT PARALLEL CRYPTO ENGINE
4804M: Steffen Klassert <steffen.klassert@secunet.com>
4805L: linux-crypto@vger.kernel.org
4806S: Maintained
4807F: crypto/pcrypt.c
4808F: include/crypto/pcrypt.h
4809
4810PER-CPU MEMORY ALLOCATOR
4811M: Tejun Heo <tj@kernel.org>
4812M: Christoph Lameter <cl@linux-foundation.org>
4813L: linux-kernel@vger.kernel.org
4814T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4815S: Maintained
4816F: include/linux/percpu*.h
4817F: mm/percpu*.c
4818F: arch/*/include/asm/percpu.h
4819
4820PER-TASK DELAY ACCOUNTING
4821M: Balbir Singh <balbir@linux.vnet.ibm.com>
4822S: Maintained
4823F: include/linux/delayacct.h
4824F: kernel/delayacct.c
4825
4826PERFORMANCE EVENTS SUBSYSTEM
4827M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4828M: Paul Mackerras <paulus@samba.org>
4829M: Ingo Molnar <mingo@elte.hu>
4830M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4831S: Supported
4832F: kernel/perf_event*.c
4833F: include/linux/perf_event.h
4834F: arch/*/kernel/perf_event*.c
4835F: arch/*/kernel/*/perf_event*.c
4836F: arch/*/kernel/*/*/perf_event*.c
4837F: arch/*/include/asm/perf_event.h
4838F: arch/*/lib/perf_event*.c
4839F: arch/*/kernel/perf_callchain.c
4840F: tools/perf/
4841
4842PERSONALITY HANDLING
4843M: Christoph Hellwig <hch@infradead.org>
4844L: linux-abi-devel@lists.sourceforge.net
4845S: Maintained
4846F: include/linux/personality.h
4847
4848PHONET PROTOCOL
4849M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4850S: Supported
4851F: Documentation/networking/phonet.txt
4852F: include/linux/phonet.h
4853F: include/net/phonet/
4854F: net/phonet/
4855
4856PHRAM MTD DRIVER
4857M: Joern Engel <joern@lazybastard.org>
4858L: linux-mtd@lists.infradead.org
4859S: Maintained
4860F: drivers/mtd/devices/phram.c
4861
4862PKTCDVD DRIVER
4863M: Peter Osterlund <petero2@telia.com>
4864S: Maintained
4865F: drivers/block/pktcdvd.c
4866F: include/linux/pktcdvd.h
4867
4868PMC SIERRA MaxRAID DRIVER
4869M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4870L: linux-scsi@vger.kernel.org
4871W: http://www.pmc-sierra.com/
4872S: Supported
4873F: drivers/scsi/pmcraid.*
4874
4875PMC SIERRA PM8001 DRIVER
4876M: jack_wang@usish.com
4877M: lindar_liu@usish.com
4878L: linux-scsi@vger.kernel.org
4879S: Supported
4880F: drivers/scsi/pm8001/
4881
4882POSIX CLOCKS and TIMERS
4883M: Thomas Gleixner <tglx@linutronix.de>
4884S: Supported
4885F: fs/timerfd.c
4886F: include/linux/timer*
4887F: kernel/*timer*
4888
4889POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4890M: Anton Vorontsov <cbou@mail.ru>
4891M: David Woodhouse <dwmw2@infradead.org>
4892T: git git://git.infradead.org/battery-2.6.git
4893S: Maintained
4894F: include/linux/power_supply.h
4895F: drivers/power/power_supply*
4896
4897PNP SUPPORT
4898M: Adam Belay <abelay@mit.edu>
4899M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4900S: Maintained
4901F: drivers/pnp/
4902
4903PNXxxxx I2C DRIVER
4904M: Vitaly Wool <vitalywool@gmail.com>
4905L: linux-i2c@vger.kernel.org
4906S: Maintained
4907F: drivers/i2c/busses/i2c-pnx.c
4908
4909PPP PROTOCOL DRIVERS AND COMPRESSORS
4910M: Paul Mackerras <paulus@samba.org>
4911L: linux-ppp@vger.kernel.org
4912S: Maintained
4913F: drivers/net/ppp_*
4914
4915PPP OVER ATM (RFC 2364)
4916M: Mitchell Blank Jr <mitch@sfgoth.com>
4917S: Maintained
4918F: net/atm/pppoatm.c
4919F: include/linux/atmppp.h
4920
4921PPP OVER ETHERNET
4922M: Michal Ostrowski <mostrows@earthlink.net>
4923S: Maintained
4924F: drivers/net/pppoe.c
4925F: drivers/net/pppox.c
4926
4927PPP OVER L2TP
4928M: James Chapman <jchapman@katalix.com>
4929S: Maintained
4930F: net/l2tp/l2tp_ppp.c
4931F: include/linux/if_pppol2tp.h
4932
4933PPS SUPPORT
4934M: Rodolfo Giometti <giometti@enneenne.com>
4935W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4936L: linuxpps@ml.enneenne.com (subscribers-only)
4937S: Maintained
4938F: Documentation/pps/
4939F: drivers/pps/
4940F: include/linux/pps*.h
4941
4942PREEMPTIBLE KERNEL
4943M: Robert Love <rml@tech9.net>
4944L: kpreempt-tech@lists.sourceforge.net
4945W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4946S: Supported
4947F: Documentation/preempt-locking.txt
4948F: include/linux/preempt.h
4949
4950PRISM54 WIRELESS DRIVER
4951M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4952L: linux-wireless@vger.kernel.org
4953W: http://wireless.kernel.org/en/users/Drivers/p54
4954S: Obsolete
4955F: drivers/net/wireless/prism54/
4956
4957PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4958M: Mikael Pettersson <mikpe@it.uu.se>
4959L: linux-ide@vger.kernel.org
4960S: Maintained
4961F: drivers/ata/sata_promise.*
4962
4963PS3 NETWORK SUPPORT
4964M: Geoff Levand <geoff@infradead.org>
4965L: netdev@vger.kernel.org
4966L: cbe-oss-dev@lists.ozlabs.org
4967S: Maintained
4968F: drivers/net/ps3_gelic_net.*
4969
4970PS3 PLATFORM SUPPORT
4971M: Geoff Levand <geoff@infradead.org>
4972L: linuxppc-dev@lists.ozlabs.org
4973L: cbe-oss-dev@lists.ozlabs.org
4974S: Maintained
4975F: arch/powerpc/boot/ps3*
4976F: arch/powerpc/include/asm/lv1call.h
4977F: arch/powerpc/include/asm/ps3*.h
4978F: arch/powerpc/platforms/ps3/
4979F: drivers/*/ps3*
4980F: drivers/ps3/
4981F: drivers/rtc/rtc-ps3.c
4982F: drivers/usb/host/*ps3.c
4983F: sound/ppc/snd_ps3*
4984
4985PS3VRAM DRIVER
4986M: Jim Paris <jim@jtan.com>
4987L: cbe-oss-dev@lists.ozlabs.org
4988S: Maintained
4989F: drivers/block/ps3vram.c
4990
4991PTRACE SUPPORT
4992M: Roland McGrath <roland@redhat.com>
4993M: Oleg Nesterov <oleg@redhat.com>
4994S: Maintained
4995F: include/asm-generic/syscall.h
4996F: include/linux/ptrace.h
4997F: include/linux/regset.h
4998F: include/linux/tracehook.h
4999F: kernel/ptrace.c
5000
5001PVRUSB2 VIDEO4LINUX DRIVER
5002M: Mike Isely <isely@pobox.com>
5003L: pvrusb2@isely.net (subscribers-only)
5004L: linux-media@vger.kernel.org
5005W: http://www.isely.net/pvrusb2/
5006T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5007S: Maintained
5008F: Documentation/video4linux/README.pvrusb2
5009F: drivers/media/video/pvrusb2/
5010
5011PXA2xx/PXA3xx SUPPORT
5012M: Eric Miao <eric.y.miao@gmail.com>
5013M: Russell King <linux@arm.linux.org.uk>
5014L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5015S: Maintained
5016F: arch/arm/mach-pxa/
5017F: drivers/pcmcia/pxa2xx*
5018F: drivers/spi/pxa2xx*
5019F: drivers/usb/gadget/pxa2*
5020F: include/sound/pxa2xx-lib.h
5021F: sound/arm/pxa*
5022F: sound/soc/pxa
5023
5024PXA168 SUPPORT
5025M: Eric Miao <eric.y.miao@gmail.com>
5026M: Jason Chagas <jason.chagas@marvell.com>
5027L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5028T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5029S: Maintained
5030
5031PXA910 SUPPORT
5032M: Eric Miao <eric.y.miao@gmail.com>
5033L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5034T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5035S: Maintained
5036
5037MMP2 SUPPORT (aka ARMADA610)
5038M: Haojian Zhuang <haojian.zhuang@marvell.com>
5039M: Eric Miao <eric.y.miao@gmail.com>
5040L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5041T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5042S: Maintained
5043
5044PXA MMCI DRIVER
5045S: Orphan
5046
5047PXA RTC DRIVER
5048M: Robert Jarzmik <robert.jarzmik@free.fr>
5049L: rtc-linux@googlegroups.com
5050S: Maintained
5051
5052QLOGIC QLA1280 SCSI DRIVER
5053M: Michael Reed <mdr@sgi.com>
5054L: linux-scsi@vger.kernel.org
5055S: Maintained
5056F: drivers/scsi/qla1280.[ch]
5057
5058QLOGIC QLA2XXX FC-SCSI DRIVER
5059M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5060M: linux-driver@qlogic.com
5061L: linux-scsi@vger.kernel.org
5062S: Supported
5063F: Documentation/scsi/LICENSE.qla2xxx
5064F: drivers/scsi/qla2xxx/
5065
5066QLOGIC QLA4XXX iSCSI DRIVER
5067M: Ravi Anand <ravi.anand@qlogic.com>
5068M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5069M: iscsi-driver@qlogic.com
5070L: linux-scsi@vger.kernel.org
5071S: Supported
5072F: drivers/scsi/qla4xxx/
5073
5074QLOGIC QLA3XXX NETWORK DRIVER
5075M: Ron Mercer <ron.mercer@qlogic.com>
5076M: linux-driver@qlogic.com
5077L: netdev@vger.kernel.org
5078S: Supported
5079F: Documentation/networking/LICENSE.qla3xxx
5080F: drivers/net/qla3xxx.*
5081
5082QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5083M: Amit Kumar Salecha <amit.salecha@qlogic.com>
5084M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5085M: linux-driver@qlogic.com
5086L: netdev@vger.kernel.org
5087S: Supported
5088F: drivers/net/qlcnic/
5089
5090QLOGIC QLGE 10Gb ETHERNET DRIVER
5091M: Ron Mercer <ron.mercer@qlogic.com>
5092M: linux-driver@qlogic.com
5093L: netdev@vger.kernel.org
5094S: Supported
5095F: drivers/net/qlge/
5096
5097QNX4 FILESYSTEM
5098M: Anders Larsen <al@alarsen.net>
5099W: http://www.alarsen.net/linux/qnx4fs/
5100S: Maintained
5101F: fs/qnx4/
5102F: include/linux/qnx4_fs.h
5103F: include/linux/qnxtypes.h
5104
5105RADOS BLOCK DEVICE (RBD)
5106F: include/linux/qnxtypes.h
5107M: Yehuda Sadeh <yehuda@hq.newdream.net>
5108M: Sage Weil <sage@newdream.net>
5109M: ceph-devel@vger.kernel.org
5110S: Supported
5111F: drivers/block/rbd.c
5112F: drivers/block/rbd_types.h
5113
5114RADEON FRAMEBUFFER DISPLAY DRIVER
5115M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5116L: linux-fbdev@vger.kernel.org
5117S: Maintained
5118F: drivers/video/aty/radeon*
5119F: include/linux/radeonfb.h
5120
5121RAGE128 FRAMEBUFFER DISPLAY DRIVER
5122M: Paul Mackerras <paulus@samba.org>
5123L: linux-fbdev@vger.kernel.org
5124S: Maintained
5125F: drivers/video/aty/aty128fb.c
5126
5127RALINK RT2X00 WIRELESS LAN DRIVER
5128P: rt2x00 project
5129M: Ivo van Doorn <IvDoorn@gmail.com>
5130M: Gertjan van Wingerde <gwingerde@gmail.com>
5131L: linux-wireless@vger.kernel.org
5132L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5133W: http://rt2x00.serialmonkey.com/
5134S: Maintained
5135T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5136F: drivers/net/wireless/rt2x00/
5137
5138RAMDISK RAM BLOCK DEVICE DRIVER
5139M: Nick Piggin <npiggin@kernel.dk>
5140S: Maintained
5141F: Documentation/blockdev/ramdisk.txt
5142F: drivers/block/brd.c
5143
5144RANDOM NUMBER DRIVER
5145M: Matt Mackall <mpm@selenic.com>
5146S: Maintained
5147F: drivers/char/random.c
5148
5149RAPIDIO SUBSYSTEM
5150M: Matt Porter <mporter@kernel.crashing.org>
5151S: Maintained
5152F: drivers/rapidio/
5153
5154RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5155L: linux-wireless@vger.kernel.org
5156S: Orphan
5157F: drivers/net/wireless/ray*
5158
5159RCUTORTURE MODULE
5160M: Josh Triplett <josh@freedesktop.org>
5161M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5162S: Supported
5163T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5164F: Documentation/RCU/torture.txt
5165F: kernel/rcutorture.c
5166
5167RDC R-321X SoC
5168M: Florian Fainelli <florian@openwrt.org>
5169S: Maintained
5170
5171RDC R6040 FAST ETHERNET DRIVER
5172M: Florian Fainelli <florian@openwrt.org>
5173L: netdev@vger.kernel.org
5174S: Maintained
5175F: drivers/net/r6040.c
5176
5177RDS - RELIABLE DATAGRAM SOCKETS
5178M: Andy Grover <andy.grover@oracle.com>
5179L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5180S: Supported
5181F: net/rds/
5182
5183READ-COPY UPDATE (RCU)
5184M: Dipankar Sarma <dipankar@in.ibm.com>
5185M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5186W: http://www.rdrop.com/users/paulmck/rclock/
5187S: Supported
5188T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5189F: Documentation/RCU/
5190F: include/linux/rcu*
5191F: include/linux/srcu*
5192F: kernel/rcu*
5193F: kernel/srcu*
5194X: kernel/rcutorture.c
5195
5196REAL TIME CLOCK (RTC) SUBSYSTEM
5197M: Alessandro Zummo <a.zummo@towertech.it>
5198L: rtc-linux@googlegroups.com
5199Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5200S: Maintained
5201F: Documentation/rtc.txt
5202F: drivers/rtc/
5203F: include/linux/rtc.h
5204
5205REISERFS FILE SYSTEM
5206L: reiserfs-devel@vger.kernel.org
5207S: Supported
5208F: fs/reiserfs/
5209
5210RFKILL
5211M: Johannes Berg <johannes@sipsolutions.net>
5212L: linux-wireless@vger.kernel.org
5213S: Maintained
5214F: Documentation/rfkill.txt
5215F: net/rfkill/
5216
5217RICOH SMARTMEDIA/XD DRIVER
5218M: Maxim Levitsky <maximlevitsky@gmail.com>
5219S: Maintained
5220F: drivers/mtd/nand/r852.c
5221F: drivers/mtd/nand/r852.h
5222
5223RISCOM8 DRIVER
5224S: Orphan
5225F: Documentation/serial/riscom8.txt
5226F: drivers/char/riscom8*
5227
5228ROCKETPORT DRIVER
5229P: Comtrol Corp.
5230W: http://www.comtrol.com
5231S: Maintained
5232F: Documentation/serial/rocket.txt
5233F: drivers/char/rocket*
5234
5235ROSE NETWORK LAYER
5236M: Ralf Baechle <ralf@linux-mips.org>
5237L: linux-hams@vger.kernel.org
5238W: http://www.linux-ax25.org/
5239S: Maintained
5240F: include/linux/rose.h
5241F: include/net/rose.h
5242F: net/rose/
5243
5244RTL8180 WIRELESS DRIVER
5245M: "John W. Linville" <linville@tuxdriver.com>
5246L: linux-wireless@vger.kernel.org
5247W: http://linuxwireless.org/
5248T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5249S: Maintained
5250F: drivers/net/wireless/rtl818x/rtl8180/
5251
5252RTL8187 WIRELESS DRIVER
5253M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5254M: Hin-Tak Leung <htl10@users.sourceforge.net>
5255M: Larry Finger <Larry.Finger@lwfinger.net>
5256L: linux-wireless@vger.kernel.org
5257W: http://linuxwireless.org/
5258T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5259S: Maintained
5260F: drivers/net/wireless/rtl818x/rtl8187/
5261
5262RTL8192CE WIRELESS DRIVER
5263M: Larry Finger <Larry.Finger@lwfinger.net>
5264M: Chaoming Li <chaoming_li@realsil.com.cn>
5265L: linux-wireless@vger.kernel.org
5266W: http://linuxwireless.org/
5267T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5268S: Maintained
5269F: drivers/net/wireless/rtlwifi/
5270F: drivers/net/wireless/rtlwifi/rtl8192ce/
5271
5272S3 SAVAGE FRAMEBUFFER DRIVER
5273M: Antonino Daplas <adaplas@gmail.com>
5274L: linux-fbdev@vger.kernel.org
5275S: Maintained
5276F: drivers/video/savage/
5277
5278S390
5279M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5280M: Heiko Carstens <heiko.carstens@de.ibm.com>
5281M: linux390@de.ibm.com
5282L: linux-s390@vger.kernel.org
5283W: http://www.ibm.com/developerworks/linux/linux390/
5284S: Supported
5285F: arch/s390/
5286F: drivers/s390/
5287F: fs/partitions/ibm.c
5288F: Documentation/s390/
5289F: Documentation/DocBook/s390*
5290
5291S390 NETWORK DRIVERS
5292M: Ursula Braun <ursula.braun@de.ibm.com>
5293M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5294M: linux390@de.ibm.com
5295L: linux-s390@vger.kernel.org
5296W: http://www.ibm.com/developerworks/linux/linux390/
5297S: Supported
5298F: drivers/s390/net/
5299
5300S390 ZCRYPT DRIVER
5301M: Holger Dengler <hd@linux.vnet.ibm.com>
5302M: linux390@de.ibm.com
5303L: linux-s390@vger.kernel.org
5304W: http://www.ibm.com/developerworks/linux/linux390/
5305S: Supported
5306F: drivers/s390/crypto/
5307
5308S390 ZFCP DRIVER
5309M: Christof Schmitt <christof.schmitt@de.ibm.com>
5310M: Swen Schillig <swen@vnet.ibm.com>
5311M: linux390@de.ibm.com
5312L: linux-s390@vger.kernel.org
5313W: http://www.ibm.com/developerworks/linux/linux390/
5314S: Supported
5315F: drivers/s390/scsi/zfcp_*
5316
5317S390 IUCV NETWORK LAYER
5318M: Ursula Braun <ursula.braun@de.ibm.com>
5319M: linux390@de.ibm.com
5320L: linux-s390@vger.kernel.org
5321W: http://www.ibm.com/developerworks/linux/linux390/
5322S: Supported
5323F: drivers/s390/net/*iucv*
5324F: include/net/iucv/
5325F: net/iucv/
5326
5327S3C24XX SD/MMC Driver
5328M: Ben Dooks <ben-linux@fluff.org>
5329L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5330S: Supported
5331F: drivers/mmc/host/s3cmci.*
5332
5333SAA7146 VIDEO4LINUX-2 DRIVER
5334M: Michael Hunold <michael@mihu.de>
5335L: linux-media@vger.kernel.org
5336T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5337W: http://www.mihu.de/linux/saa7146
5338S: Maintained
5339F: drivers/media/common/saa7146*
5340F: drivers/media/video/*7146*
5341F: include/media/*7146*
5342
5343SAMSUNG AUDIO (ASoC) DRIVERS
5344M: Jassi Brar <jassi.brar@samsung.com>
5345L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5346S: Supported
5347F: sound/soc/samsung
5348
5349TIMEKEEPING, NTP
5350M: John Stultz <johnstul@us.ibm.com>
5351M: Thomas Gleixner <tglx@linutronix.de>
5352S: Supported
5353F: include/linux/clocksource.h
5354F: include/linux/time.h
5355F: include/linux/timex.h
5356F: include/linux/timekeeping.h
5357F: kernel/time/clocksource.c
5358F: kernel/time/time*.c
5359F: kernel/time/ntp.c
5360
5361TLG2300 VIDEO4LINUX-2 DRIVER
5362M: Huang Shijie <shijie8@gmail.com>
5363M: Kang Yong <kangyong@telegent.com>
5364M: Zhang Xiaobing <xbzhang@telegent.com>
5365S: Supported
5366F: drivers/media/video/tlg2300
5367
5368SC1200 WDT DRIVER
5369M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5370S: Maintained
5371F: drivers/watchdog/sc1200wdt.c
5372
5373SCHEDULER
5374M: Ingo Molnar <mingo@elte.hu>
5375M: Peter Zijlstra <peterz@infradead.org>
5376S: Maintained
5377F: kernel/sched*
5378F: include/linux/sched.h
5379
5380SCORE ARCHITECTURE
5381M: Chen Liqin <liqin.chen@sunplusct.com>
5382M: Lennox Wu <lennox.wu@gmail.com>
5383W: http://www.sunplusct.com
5384S: Supported
5385F: arch/score/
5386
5387SCSI CDROM DRIVER
5388M: Jens Axboe <axboe@kernel.dk>
5389L: linux-scsi@vger.kernel.org
5390W: http://www.kernel.dk
5391S: Maintained
5392F: drivers/scsi/sr*
5393
5394SCSI RDMA PROTOCOL (SRP) INITIATOR
5395M: David Dillow <dillowda@ornl.gov>
5396L: linux-rdma@vger.kernel.org
5397S: Supported
5398W: http://www.openfabrics.org
5399Q: http://patchwork.kernel.org/project/linux-rdma/list/
5400T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5401F: drivers/infiniband/ulp/srp/
5402F: include/scsi/srp.h
5403
5404SCSI SG DRIVER
5405M: Doug Gilbert <dgilbert@interlog.com>
5406L: linux-scsi@vger.kernel.org
5407W: http://www.torque.net/sg
5408S: Maintained
5409F: drivers/scsi/sg.c
5410F: include/scsi/sg.h
5411
5412SCSI SUBSYSTEM
5413M: "James E.J. Bottomley" <James.Bottomley@suse.de>
5414L: linux-scsi@vger.kernel.org
5415T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5416T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5417T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5418S: Maintained
5419F: drivers/scsi/
5420F: include/scsi/
5421
5422SCSI TAPE DRIVER
5423M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5424L: linux-scsi@vger.kernel.org
5425S: Maintained
5426F: Documentation/scsi/st.txt
5427F: drivers/scsi/st*
5428
5429SCTP PROTOCOL
5430M: Vlad Yasevich <vladislav.yasevich@hp.com>
5431M: Sridhar Samudrala <sri@us.ibm.com>
5432L: linux-sctp@vger.kernel.org
5433W: http://lksctp.sourceforge.net
5434S: Supported
5435F: Documentation/networking/sctp.txt
5436F: include/linux/sctp.h
5437F: include/net/sctp/
5438F: net/sctp/
5439
5440SCx200 CPU SUPPORT
5441M: Jim Cromie <jim.cromie@gmail.com>
5442S: Odd Fixes
5443F: Documentation/i2c/busses/scx200_acb
5444F: arch/x86/kernel/scx200_32.c
5445F: drivers/watchdog/scx200_wdt.c
5446F: drivers/i2c/busses/scx200*
5447F: drivers/mtd/maps/scx200_docflash.c
5448F: include/linux/scx200.h
5449
5450SCx200 GPIO DRIVER
5451M: Jim Cromie <jim.cromie@gmail.com>
5452S: Maintained
5453F: drivers/char/scx200_gpio.c
5454F: include/linux/scx200_gpio.h
5455
5456SCx200 HRT CLOCKSOURCE DRIVER
5457M: Jim Cromie <jim.cromie@gmail.com>
5458S: Maintained
5459F: drivers/clocksource/scx200_hrt.c
5460
5461SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5462M: Sascha Sommer <saschasommer@freenet.de>
5463L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5464S: Maintained
5465F: drivers/mmc/host/sdricoh_cs.c
5466
5467SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5468M: Chris Ball <cjb@laptop.org>
5469L: linux-mmc@vger.kernel.org
5470T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5471S: Maintained
5472F: drivers/mmc/host/sdhci.*
5473
5474SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5475M: Anton Vorontsov <avorontsov@ru.mvista.com>
5476L: linuxppc-dev@lists.ozlabs.org
5477L: linux-mmc@vger.kernel.org
5478S: Maintained
5479F: drivers/mmc/host/sdhci-of.*
5480
5481SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5482M: Ben Dooks <ben-linux@fluff.org>
5483L: linux-mmc@vger.kernel.org
5484S: Maintained
5485F: drivers/mmc/host/sdhci-s3c.c
5486
5487SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5488M: Viresh Kumar <viresh.kumar@st.com>
5489L: linux-mmc@vger.kernel.org
5490S: Maintained
5491F: drivers/mmc/host/sdhci-spear.c
5492
5493SECURITY SUBSYSTEM
5494M: James Morris <jmorris@namei.org>
5495L: linux-security-module@vger.kernel.org (suggested Cc:)
5496T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5497W: http://security.wiki.kernel.org/
5498S: Supported
5499F: security/
5500
5501SECURITY CONTACT
5502M: Security Officers <security@kernel.org>
5503S: Supported
5504
5505SELINUX SECURITY MODULE
5506M: Stephen Smalley <sds@tycho.nsa.gov>
5507M: James Morris <jmorris@namei.org>
5508M: Eric Paris <eparis@parisplace.org>
5509L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5510W: http://selinuxproject.org
5511T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5512S: Supported
5513F: include/linux/selinux*
5514F: security/selinux/
5515
5516APPARMOR SECURITY MODULE
5517M: John Johansen <john.johansen@canonical.com>
5518L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5519W: apparmor.wiki.kernel.org
5520T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5521S: Supported
5522F: security/apparmor/
5523
5524SENSABLE PHANTOM
5525M: Jiri Slaby <jirislaby@gmail.com>
5526S: Maintained
5527F: drivers/misc/phantom.c
5528F: include/linux/phantom.h
5529
5530SERIAL ATA (SATA) SUBSYSTEM
5531M: Jeff Garzik <jgarzik@pobox.com>
5532L: linux-ide@vger.kernel.org
5533T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5534S: Supported
5535F: drivers/ata/
5536F: include/linux/ata.h
5537F: include/linux/libata.h
5538
5539SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5540M: Jayamohan Kallickal <jayamohank@serverengines.com>
5541L: linux-scsi@vger.kernel.org
5542W: http://www.serverengines.com
5543S: Supported
5544F: drivers/scsi/be2iscsi/
5545
5546SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5547M: Sathya Perla <sathyap@serverengines.com>
5548M: Subbu Seetharaman <subbus@serverengines.com>
5549M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5550M: Ajit Khaparde <ajitk@serverengines.com>
5551L: netdev@vger.kernel.org
5552W: http://www.serverengines.com
5553S: Supported
5554F: drivers/net/benet/
5555
5556SFC NETWORK DRIVER
5557M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5558M: Steve Hodgson <shodgson@solarflare.com>
5559M: Ben Hutchings <bhutchings@solarflare.com>
5560L: netdev@vger.kernel.org
5561S: Supported
5562F: drivers/net/sfc/
5563
5564SGI GRU DRIVER
5565M: Jack Steiner <steiner@sgi.com>
5566S: Maintained
5567F: drivers/misc/sgi-gru/
5568
5569SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5570M: Pat Gefre <pfg@sgi.com>
5571L: linux-ia64@vger.kernel.org
5572S: Supported
5573F: Documentation/ia64/serial.txt
5574F: drivers/tty/serial/ioc?_serial.c
5575F: include/linux/ioc?.h
5576
5577SGI VISUAL WORKSTATION 320 AND 540
5578M: Andrey Panin <pazke@donpac.ru>
5579L: linux-visws-devel@lists.sf.net
5580W: http://linux-visws.sf.net
5581S: Maintained for 2.6.
5582F: Documentation/sgi-visws.txt
5583
5584SGI XP/XPC/XPNET DRIVER
5585M: Robin Holt <holt@sgi.com>
5586S: Maintained
5587F: drivers/misc/sgi-xp/
5588
5589SHARP LH SUPPORT (LH7952X & LH7A40X)
5590M: Marc Singer <elf@buici.com>
5591W: http://projects.buici.com/arm
5592L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5593S: Maintained
5594F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5595F: arch/arm/mach-lh7a40x/
5596F: drivers/tty/serial/serial_lh7a40x.c
5597F: drivers/usb/gadget/lh7a40*
5598F: drivers/usb/host/ohci-lh7a40*
5599
5600SIMPLE FIRMWARE INTERFACE (SFI)
5601M: Len Brown <lenb@kernel.org>
5602L: sfi-devel@simplefirmware.org
5603W: http://simplefirmware.org/
5604T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5605S: Supported
5606F: arch/x86/kernel/*sfi*
5607F: drivers/sfi/
5608F: include/linux/sfi*.h
5609
5610SIMTEC EB110ATX (Chalice CATS)
5611P: Ben Dooks
5612M: Vincent Sanders <support@simtec.co.uk>
5613W: http://www.simtec.co.uk/products/EB110ATX/
5614S: Supported
5615
5616SIMTEC EB2410ITX (BAST)
5617P: Ben Dooks
5618M: Vincent Sanders <support@simtec.co.uk>
5619W: http://www.simtec.co.uk/products/EB2410ITX/
5620S: Supported
5621F: arch/arm/mach-s3c2410/
5622F: drivers/*/*s3c2410*
5623F: drivers/*/*/*s3c2410*
5624
5625TI DAVINCI MACHINE SUPPORT
5626M: Kevin Hilman <khilman@deeprootsystems.com>
5627L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5628Q: http://patchwork.kernel.org/project/linux-davinci/list/
5629S: Supported
5630F: arch/arm/mach-davinci
5631
5632SIS 190 ETHERNET DRIVER
5633M: Francois Romieu <romieu@fr.zoreil.com>
5634L: netdev@vger.kernel.org
5635S: Maintained
5636F: drivers/net/sis190.c
5637
5638SIS 900/7016 FAST ETHERNET DRIVER
5639M: Daniele Venzano <venza@brownhat.org>
5640W: http://www.brownhat.org/sis900.html
5641L: netdev@vger.kernel.org
5642S: Maintained
5643F: drivers/net/sis900.*
5644
5645SIS 96X I2C/SMBUS DRIVER
5646M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5647L: linux-i2c@vger.kernel.org
5648S: Maintained
5649F: Documentation/i2c/busses/i2c-sis96x
5650F: drivers/i2c/busses/i2c-sis96x.c
5651
5652SIS FRAMEBUFFER DRIVER
5653M: Thomas Winischhofer <thomas@winischhofer.net>
5654W: http://www.winischhofer.net/linuxsisvga.shtml
5655S: Maintained
5656F: Documentation/fb/sisfb.txt
5657F: drivers/video/sis/
5658F: include/video/sisfb.h
5659
5660SIS USB2VGA DRIVER
5661M: Thomas Winischhofer <thomas@winischhofer.net>
5662W: http://www.winischhofer.at/linuxsisusbvga.shtml
5663S: Maintained
5664F: drivers/usb/misc/sisusbvga/
5665
5666SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5667M: Stephen Hemminger <shemminger@linux-foundation.org>
5668L: netdev@vger.kernel.org
5669S: Maintained
5670F: drivers/net/skge.*
5671F: drivers/net/sky2.*
5672
5673SLAB ALLOCATOR
5674M: Christoph Lameter <cl@linux-foundation.org>
5675M: Pekka Enberg <penberg@kernel.org>
5676M: Matt Mackall <mpm@selenic.com>
5677L: linux-mm@kvack.org
5678S: Maintained
5679F: include/linux/sl?b*.h
5680F: mm/sl?b.c
5681
5682SMC91x ETHERNET DRIVER
5683M: Nicolas Pitre <nico@fluxnic.net>
5684S: Odd Fixes
5685F: drivers/net/smc91x.*
5686
5687SMM665 HARDWARE MONITOR DRIVER
5688M: Guenter Roeck <linux@roeck-us.net>
5689L: lm-sensors@lm-sensors.org
5690S: Maintained
5691F: Documentation/hwmon/smm665
5692F: drivers/hwmon/smm665.c
5693
5694SMSC EMC2103 HARDWARE MONITOR DRIVER
5695M: Steve Glendinning <steve.glendinning@smsc.com>
5696L: lm-sensors@lm-sensors.org
5697S: Supported
5698F: Documentation/hwmon/emc2103
5699F: drivers/hwmon/emc2103.c
5700
5701SMSC47B397 HARDWARE MONITOR DRIVER
5702M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5703L: lm-sensors@lm-sensors.org
5704S: Maintained
5705F: Documentation/hwmon/smsc47b397
5706F: drivers/hwmon/smsc47b397.c
5707
5708SMSC911x ETHERNET DRIVER
5709M: Steve Glendinning <steve.glendinning@smsc.com>
5710L: netdev@vger.kernel.org
5711S: Supported
5712F: include/linux/smsc911x.h
5713F: drivers/net/smsc911x.*
5714
5715SMSC9420 PCI ETHERNET DRIVER
5716M: Steve Glendinning <steve.glendinning@smsc.com>
5717L: netdev@vger.kernel.org
5718S: Supported
5719F: drivers/net/smsc9420.*
5720
5721SN-IA64 (Itanium) SUB-PLATFORM
5722M: Jes Sorensen <jes@sgi.com>
5723L: linux-altix@sgi.com
5724L: linux-ia64@vger.kernel.org
5725W: http://www.sgi.com/altix
5726S: Maintained
5727F: arch/ia64/sn/
5728
5729SOC-CAMERA V4L2 SUBSYSTEM
5730M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5731L: linux-media@vger.kernel.org
5732T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5733S: Maintained
5734F: include/media/v4l2*
5735F: drivers/media/video/v4l2*
5736
5737SOEKRIS NET48XX LED SUPPORT
5738M: Chris Boot <bootc@bootc.net>
5739S: Maintained
5740F: drivers/leds/leds-net48xx.c
5741
5742SOFTWARE RAID (Multiple Disks) SUPPORT
5743M: Neil Brown <neilb@suse.de>
5744L: linux-raid@vger.kernel.org
5745S: Supported
5746F: drivers/md/
5747F: include/linux/raid/
5748
5749SONIC NETWORK DRIVER
5750M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5751L: netdev@vger.kernel.org
5752S: Maintained
5753F: drivers/net/sonic.*
5754
5755SONICS SILICON BACKPLANE DRIVER (SSB)
5756M: Michael Buesch <mb@bu3sch.de>
5757L: netdev@vger.kernel.org
5758S: Maintained
5759F: drivers/ssb/
5760F: include/linux/ssb/
5761
5762SONY VAIO CONTROL DEVICE DRIVER
5763M: Mattia Dongili <malattia@linux.it>
5764L: platform-driver-x86@vger.kernel.org
5765W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5766S: Maintained
5767F: Documentation/laptops/sony-laptop.txt
5768F: drivers/char/sonypi.c
5769F: drivers/platform/x86/sony-laptop.c
5770F: include/linux/sony-laptop.h
5771
5772SONY MEMORYSTICK CARD SUPPORT
5773M: Alex Dubov <oakad@yahoo.com>
5774W: http://tifmxx.berlios.de/
5775S: Maintained
5776F: drivers/memstick/host/tifm_ms.c
5777
5778SOUND
5779M: Jaroslav Kysela <perex@perex.cz>
5780M: Takashi Iwai <tiwai@suse.de>
5781L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5782W: http://www.alsa-project.org/
5783T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5784T: git git://git.alsa-project.org/alsa-kernel.git
5785S: Maintained
5786F: Documentation/sound/
5787F: include/sound/
5788F: sound/
5789
5790SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5791M: Liam Girdwood <lrg@slimlogic.co.uk>
5792M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5793T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5794L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5795W: http://alsa-project.org/main/index.php/ASoC
5796S: Supported
5797F: sound/soc/
5798F: include/sound/soc*
5799
5800SPARC + UltraSPARC (sparc/sparc64)
5801M: "David S. Miller" <davem@davemloft.net>
5802L: sparclinux@vger.kernel.org
5803Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5804T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5805T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5806S: Maintained
5807F: arch/sparc/
5808F: drivers/sbus/
5809
5810SPARC SERIAL DRIVERS
5811M: "David S. Miller" <davem@davemloft.net>
5812L: sparclinux@vger.kernel.org
5813T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5814T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5815S: Maintained
5816F: drivers/tty/serial/suncore.c
5817F: drivers/tty/serial/suncore.h
5818F: drivers/tty/serial/sunhv.c
5819F: drivers/tty/serial/sunsab.c
5820F: drivers/tty/serial/sunsab.h
5821F: drivers/tty/serial/sunsu.c
5822F: drivers/tty/serial/sunzilog.c
5823F: drivers/tty/serial/sunzilog.h
5824
5825SPEAR PLATFORM SUPPORT
5826M: Viresh Kumar <viresh.kumar@st.com>
5827W: http://www.st.com/spear
5828S: Maintained
5829F: arch/arm/plat-spear/
5830
5831SPEAR3XX MACHINE SUPPORT
5832M: Viresh Kumar <viresh.kumar@st.com>
5833W: http://www.st.com/spear
5834S: Maintained
5835F: arch/arm/mach-spear3xx/
5836
5837SPEAR6XX MACHINE SUPPORT
5838M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5839W: http://www.st.com/spear
5840S: Maintained
5841F: arch/arm/mach-spear6xx/
5842
5843SPEAR CLOCK FRAMEWORK SUPPORT
5844M: Viresh Kumar <viresh.kumar@st.com>
5845W: http://www.st.com/spear
5846S: Maintained
5847F: arch/arm/mach-spear*/clock.c
5848F: arch/arm/mach-spear*/include/mach/clkdev.h
5849F: arch/arm/plat-spear/clock.c
5850F: arch/arm/plat-spear/include/plat/clkdev.h
5851F: arch/arm/plat-spear/include/plat/clock.h
5852
5853SPEAR PAD MULTIPLEXING SUPPORT
5854M: Viresh Kumar <viresh.kumar@st.com>
5855W: http://www.st.com/spear
5856S: Maintained
5857F: arch/arm/plat-spear/include/plat/padmux.h
5858F: arch/arm/plat-spear/padmux.c
5859F: arch/arm/mach-spear*/spear*xx.c
5860F: arch/arm/mach-spear*/include/mach/generic.h
5861F: arch/arm/mach-spear3xx/spear3*0.c
5862F: arch/arm/mach-spear3xx/spear3*0_evb.c
5863F: arch/arm/mach-spear6xx/spear600.c
5864F: arch/arm/mach-spear6xx/spear600_evb.c
5865
5866SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5867M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5868S: Supported
5869F: Documentation/serial/specialix.txt
5870F: drivers/char/specialix*
5871
5872SPI SUBSYSTEM
5873M: David Brownell <dbrownell@users.sourceforge.net>
5874M: Grant Likely <grant.likely@secretlab.ca>
5875L: spi-devel-general@lists.sourceforge.net
5876Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5877T: git git://git.secretlab.ca/git/linux-2.6.git
5878S: Maintained
5879F: Documentation/spi/
5880F: drivers/spi/
5881F: include/linux/spi/
5882
5883SPIDERNET NETWORK DRIVER for CELL
5884M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5885M: Jens Osterkamp <jens@de.ibm.com>
5886L: netdev@vger.kernel.org
5887S: Supported
5888F: Documentation/networking/spider_net.txt
5889F: drivers/net/spider_net*
5890
5891SPU FILE SYSTEM
5892M: Jeremy Kerr <jk@ozlabs.org>
5893L: linuxppc-dev@lists.ozlabs.org
5894L: cbe-oss-dev@lists.ozlabs.org
5895W: http://www.ibm.com/developerworks/power/cell/
5896S: Supported
5897F: Documentation/filesystems/spufs.txt
5898F: arch/powerpc/platforms/cell/spufs/
5899
5900SQUASHFS FILE SYSTEM
5901M: Phillip Lougher <phillip@lougher.demon.co.uk>
5902L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5903W: http://squashfs.org.uk
5904S: Maintained
5905F: Documentation/filesystems/squashfs.txt
5906F: fs/squashfs/
5907
5908SRM (Alpha) environment access
5909M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5910S: Maintained
5911F: arch/alpha/kernel/srm_env.c
5912
5913STABLE BRANCH
5914M: Greg Kroah-Hartman <greg@kroah.com>
5915M: Chris Wright <chrisw@sous-sol.org>
5916L: stable@kernel.org
5917S: Maintained
5918
5919STAGING SUBSYSTEM
5920M: Greg Kroah-Hartman <gregkh@suse.de>
5921T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5922L: devel@driverdev.osuosl.org
5923S: Maintained
5924F: drivers/staging/
5925
5926STARFIRE/DURALAN NETWORK DRIVER
5927M: Ion Badulescu <ionut@badula.org>
5928S: Odd Fixes
5929F: drivers/net/starfire*
5930
5931SUN3/3X
5932M: Sam Creasey <sammy@sammy.net>
5933W: http://sammy.net/sun3/
5934S: Maintained
5935F: arch/m68k/kernel/*sun3*
5936F: arch/m68k/sun3*/
5937F: arch/m68k/include/asm/sun3*
5938
5939SUPERH
5940M: Paul Mundt <lethal@linux-sh.org>
5941L: linux-sh@vger.kernel.org
5942W: http://www.linux-sh.org
5943Q: http://patchwork.kernel.org/project/linux-sh/list/
5944T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5945S: Supported
5946F: Documentation/sh/
5947F: arch/sh/
5948F: drivers/sh/
5949
5950SUSPEND TO RAM
5951M: Len Brown <len.brown@intel.com>
5952M: Pavel Machek <pavel@ucw.cz>
5953M: "Rafael J. Wysocki" <rjw@sisk.pl>
5954L: linux-pm@lists.linux-foundation.org
5955S: Supported
5956F: Documentation/power/
5957F: arch/x86/kernel/acpi/
5958F: drivers/base/power/
5959F: kernel/power/
5960F: include/linux/suspend.h
5961F: include/linux/freezer.h
5962F: include/linux/pm.h
5963
5964SVGA HANDLING
5965M: Martin Mares <mj@ucw.cz>
5966L: linux-video@atrey.karlin.mff.cuni.cz
5967S: Maintained
5968F: Documentation/svga.txt
5969F: arch/x86/boot/video*
5970
5971SYSV FILESYSTEM
5972M: Christoph Hellwig <hch@infradead.org>
5973S: Maintained
5974F: Documentation/filesystems/sysv-fs.txt
5975F: fs/sysv/
5976F: include/linux/sysv_fs.h
5977
5978TASKSTATS STATISTICS INTERFACE
5979M: Balbir Singh <balbir@linux.vnet.ibm.com>
5980S: Maintained
5981F: Documentation/accounting/taskstats*
5982F: include/linux/taskstats*
5983F: kernel/taskstats.c
5984
5985TC CLASSIFIER
5986M: Jamal Hadi Salim <hadi@cyberus.ca>
5987L: netdev@vger.kernel.org
5988S: Maintained
5989F: include/linux/pkt_cls.h
5990F: include/net/pkt_cls.h
5991F: net/sched/
5992
5993TCP LOW PRIORITY MODULE
5994M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5995M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5996W: http://tcp-lp-mod.sourceforge.net/
5997S: Maintained
5998F: net/ipv4/tcp_lp.c
5999
6000TEGRA SUPPORT
6001M: Colin Cross <ccross@android.com>
6002M: Erik Gilling <konkers@android.com>
6003M: Olof Johansson <olof@lixom.net>
6004L: linux-tegra@vger.kernel.org
6005T: git git://android.git.kernel.org/kernel/tegra.git
6006S: Supported
6007F: arch/arm/mach-tegra
6008
6009TEHUTI ETHERNET DRIVER
6010M: Alexander Indenbaum <baum@tehutinetworks.net>
6011M: Andy Gospodarek <andy@greyhouse.net>
6012L: netdev@vger.kernel.org
6013S: Supported
6014F: drivers/net/tehuti*
6015
6016Telecom Clock Driver for MCPL0010
6017M: Mark Gross <mark.gross@intel.com>
6018S: Supported
6019F: drivers/char/tlclk.c
6020
6021TENSILICA XTENSA PORT (xtensa)
6022M: Chris Zankel <chris@zankel.net>
6023S: Maintained
6024F: arch/xtensa/
6025
6026THINKPAD ACPI EXTRAS DRIVER
6027M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6028L: ibm-acpi-devel@lists.sourceforge.net
6029L: platform-driver-x86@vger.kernel.org
6030W: http://ibm-acpi.sourceforge.net
6031W: http://thinkwiki.org/wiki/Ibm-acpi
6032T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6033S: Maintained
6034F: drivers/platform/x86/thinkpad_acpi.c
6035
6036TI FLASH MEDIA INTERFACE DRIVER
6037M: Alex Dubov <oakad@yahoo.com>
6038S: Maintained
6039F: drivers/misc/tifm*
6040F: drivers/mmc/host/tifm_sd.c
6041F: include/linux/tifm.h
6042
6043TI TWL4030 SERIES SOC CODEC DRIVER
6044M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
6045L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6046S: Maintained
6047F: sound/soc/codecs/twl4030*
6048
6049TIPC NETWORK LAYER
6050M: Jon Maloy <jon.maloy@ericsson.com>
6051M: Allan Stephens <allan.stephens@windriver.com>
6052L: tipc-discussion@lists.sourceforge.net
6053W: http://tipc.sourceforge.net/
6054W: http://tipc.cslab.ericsson.net/
6055T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
6056S: Maintained
6057F: include/linux/tipc*.h
6058F: include/net/tipc/
6059F: net/tipc/
6060
6061TILE ARCHITECTURE
6062M: Chris Metcalf <cmetcalf@tilera.com>
6063W: http://www.tilera.com/scm/
6064S: Supported
6065F: arch/tile/
6066F: drivers/char/hvc_tile.c
6067F: drivers/net/tile/
6068
6069TLAN NETWORK DRIVER
6070M: Samuel Chessman <chessman@tux.org>
6071L: tlan-devel@lists.sourceforge.net (subscribers-only)
6072W: http://sourceforge.net/projects/tlan/
6073S: Maintained
6074F: Documentation/networking/tlan.txt
6075F: drivers/net/tlan.*
6076
6077TOMOYO SECURITY MODULE
6078M: Kentaro Takeda <takedakn@nttdata.co.jp>
6079M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6080L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6081L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6082L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6083L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6084W: http://tomoyo.sourceforge.jp/
6085T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6086S: Maintained
6087F: security/tomoyo/
6088
6089TOPSTAR LAPTOP EXTRAS DRIVER
6090M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
6091L: platform-driver-x86@vger.kernel.org
6092S: Maintained
6093F: drivers/platform/x86/topstar-laptop.c
6094
6095TOSHIBA ACPI EXTRAS DRIVER
6096L: platform-driver-x86@vger.kernel.org
6097S: Orphan
6098F: drivers/platform/x86/toshiba_acpi.c
6099
6100TOSHIBA SMM DRIVER
6101M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6102L: tlinux-users@tce.toshiba-dme.co.jp
6103W: http://www.buzzard.org.uk/toshiba/
6104S: Maintained
6105F: drivers/char/toshiba.c
6106F: include/linux/toshiba.h
6107
6108TMIO MMC DRIVER
6109M: Ian Molton <ian@mnementh.co.uk>
6110S: Maintained
6111F: drivers/mmc/host/tmio_mmc.*
6112
6113TMPFS (SHMEM FILESYSTEM)
6114M: Hugh Dickins <hughd@google.com>
6115L: linux-mm@kvack.org
6116S: Maintained
6117F: include/linux/shmem_fs.h
6118F: mm/shmem.c
6119
6120TPM DEVICE DRIVER
6121M: Debora Velarde <debora@linux.vnet.ibm.com>
6122M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6123W: http://tpmdd.sourceforge.net
6124M: Marcel Selhorst <m.selhorst@sirrix.com>
6125W: http://www.sirrix.com
6126L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6127S: Maintained
6128F: drivers/char/tpm/
6129
6130TRACING
6131M: Steven Rostedt <rostedt@goodmis.org>
6132M: Frederic Weisbecker <fweisbec@gmail.com>
6133M: Ingo Molnar <mingo@redhat.com>
6134T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6135S: Maintained
6136F: Documentation/trace/ftrace.txt
6137F: arch/*/*/*/ftrace.h
6138F: arch/*/kernel/ftrace.c
6139F: include/*/ftrace.h
6140F: include/linux/trace*.h
6141F: include/trace/
6142F: kernel/trace/
6143
6144TRIVIAL PATCHES
6145M: Jiri Kosina <trivial@kernel.org>
6146T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6147S: Maintained
6148
6149TTY LAYER
6150M: Greg Kroah-Hartman <gregkh@suse.de>
6151S: Maintained
6152T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6153F: drivers/tty/*
6154F: drivers/tty/serial/serial_core.c
6155F: include/linux/serial_core.h
6156F: include/linux/serial.h
6157F: include/linux/tty.h
6158
6159TULIP NETWORK DRIVERS
6160M: Grant Grundler <grundler@parisc-linux.org>
6161L: netdev@vger.kernel.org
6162S: Maintained
6163F: drivers/net/tulip/
6164
6165TUN/TAP driver
6166M: Maxim Krasnyansky <maxk@qualcomm.com>
6167L: vtun@office.satix.net
6168W: http://vtun.sourceforge.net/tun
6169S: Maintained
6170F: Documentation/networking/tuntap.txt
6171F: arch/um/os-Linux/drivers/
6172
6173TURBOCHANNEL SUBSYSTEM
6174M: "Maciej W. Rozycki" <macro@linux-mips.org>
6175S: Maintained
6176F: drivers/tc/
6177F: include/linux/tc.h
6178
6179U14-34F SCSI DRIVER
6180M: Dario Ballabio <ballabio_dario@emc.com>
6181L: linux-scsi@vger.kernel.org
6182S: Maintained
6183F: drivers/scsi/u14-34f.c
6184
6185UBI FILE SYSTEM (UBIFS)
6186M: Artem Bityutskiy <dedekind1@gmail.com>
6187M: Adrian Hunter <adrian.hunter@nokia.com>
6188L: linux-mtd@lists.infradead.org
6189T: git git://git.infradead.org/ubifs-2.6.git
6190W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6191S: Maintained
6192F: Documentation/filesystems/ubifs.txt
6193F: fs/ubifs/
6194
6195UCLINUX (AND M68KNOMMU)
6196M: Greg Ungerer <gerg@uclinux.org>
6197W: http://www.uclinux.org/
6198L: uclinux-dev@uclinux.org (subscribers-only)
6199S: Maintained
6200F: arch/m68knommu/
6201
6202UCLINUX FOR RENESAS H8/300 (H8300)
6203M: Yoshinori Sato <ysato@users.sourceforge.jp>
6204W: http://uclinux-h8.sourceforge.jp/
6205S: Supported
6206F: arch/h8300/
6207F: drivers/ide/ide-h8300.c
6208F: drivers/net/ne-h8300.c
6209
6210UDF FILESYSTEM
6211M: Jan Kara <jack@suse.cz>
6212W: http://linux-udf.sourceforge.net
6213S: Maintained
6214F: Documentation/filesystems/udf.txt
6215F: fs/udf/
6216
6217UFS FILESYSTEM
6218M: Evgeniy Dushistov <dushistov@mail.ru>
6219S: Maintained
6220F: Documentation/filesystems/ufs.txt
6221F: fs/ufs/
6222
6223ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6224L: linux-usb@vger.kernel.org
6225S: Orphan
6226F: drivers/uwb/
6227F: include/linux/uwb.h
6228F: include/linux/uwb/
6229
6230UNIFDEF
6231M: Tony Finch <dot@dotat.at>
6232W: http://dotat.at/prog/unifdef
6233S: Maintained
6234F: scripts/unifdef.c
6235
6236UNIFORM CDROM DRIVER
6237M: Jens Axboe <axboe@kernel.dk>
6238W: http://www.kernel.dk
6239S: Maintained
6240F: Documentation/cdrom/
6241F: drivers/cdrom/cdrom.c
6242F: include/linux/cdrom.h
6243
6244UNSORTED BLOCK IMAGES (UBI)
6245M: Artem Bityutskiy <dedekind1@gmail.com>
6246W: http://www.linux-mtd.infradead.org/
6247L: linux-mtd@lists.infradead.org
6248T: git git://git.infradead.org/ubi-2.6.git
6249S: Maintained
6250F: drivers/mtd/ubi/
6251F: include/linux/mtd/ubi.h
6252F: include/mtd/ubi-user.h
6253
6254USB ACM DRIVER
6255M: Oliver Neukum <oliver@neukum.name>
6256L: linux-usb@vger.kernel.org
6257S: Maintained
6258F: Documentation/usb/acm.txt
6259F: drivers/usb/class/cdc-acm.*
6260
6261USB ATTACHED SCSI
6262M: Matthew Wilcox <willy@linux.intel.com>
6263M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6264L: linux-usb@vger.kernel.org
6265L: linux-scsi@vger.kernel.org
6266S: Supported
6267F: drivers/usb/storage/uas.c
6268
6269USB BLOCK DRIVER (UB ub)
6270M: Pete Zaitcev <zaitcev@redhat.com>
6271L: linux-usb@vger.kernel.org
6272S: Supported
6273F: drivers/block/ub.c
6274
6275USB CDC ETHERNET DRIVER
6276M: Oliver Neukum <oliver@neukum.name>
6277L: linux-usb@vger.kernel.org
6278S: Maintained
6279F: drivers/net/usb/cdc_*.c
6280F: include/linux/usb/cdc.h
6281
6282USB CYPRESS C67X00 DRIVER
6283M: Peter Korsgaard <jacmet@sunsite.dk>
6284L: linux-usb@vger.kernel.org
6285S: Maintained
6286F: drivers/usb/c67x00/
6287
6288USB DAVICOM DM9601 DRIVER
6289M: Peter Korsgaard <jacmet@sunsite.dk>
6290L: netdev@vger.kernel.org
6291W: http://www.linux-usb.org/usbnet
6292S: Maintained
6293F: drivers/net/usb/dm9601.c
6294
6295USB DIAMOND RIO500 DRIVER
6296M: Cesar Miquel <miquel@df.uba.ar>
6297L: rio500-users@lists.sourceforge.net
6298W: http://rio500.sourceforge.net
6299S: Maintained
6300F: drivers/usb/misc/rio500*
6301
6302USB EHCI DRIVER
6303M: David Brownell <dbrownell@users.sourceforge.net>
6304L: linux-usb@vger.kernel.org
6305S: Odd Fixes
6306F: Documentation/usb/ehci.txt
6307F: drivers/usb/host/ehci*
6308
6309USB ET61X[12]51 DRIVER
6310M: Luca Risolia <luca.risolia@studio.unibo.it>
6311L: linux-usb@vger.kernel.org
6312L: linux-media@vger.kernel.org
6313T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6314W: http://www.linux-projects.org
6315S: Maintained
6316F: drivers/media/video/et61x251/
6317
6318USB GADGET/PERIPHERAL SUBSYSTEM
6319M: David Brownell <dbrownell@users.sourceforge.net>
6320L: linux-usb@vger.kernel.org
6321W: http://www.linux-usb.org/gadget
6322S: Maintained
6323F: drivers/usb/gadget/
6324F: include/linux/usb/gadget*
6325
6326USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6327M: Jiri Kosina <jkosina@suse.cz>
6328L: linux-usb@vger.kernel.org
6329T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6330S: Maintained
6331F: Documentation/usb/hiddev.txt
6332F: drivers/hid/usbhid/
6333
6334USB ISP116X DRIVER
6335M: Olav Kongas <ok@artecdesign.ee>
6336L: linux-usb@vger.kernel.org
6337S: Maintained
6338F: drivers/usb/host/isp116x*
6339F: include/linux/usb/isp116x.h
6340
6341USB KAWASAKI LSI DRIVER
6342M: Oliver Neukum <oliver@neukum.name>
6343L: linux-usb@vger.kernel.org
6344S: Maintained
6345F: drivers/usb/serial/kl5kusb105.*
6346
6347USB MASS STORAGE DRIVER
6348M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6349L: linux-usb@vger.kernel.org
6350L: usb-storage@lists.one-eyed-alien.net
6351S: Maintained
6352W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6353F: drivers/usb/storage/
6354
6355USB MIDI DRIVER
6356M: Clemens Ladisch <clemens@ladisch.de>
6357L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6358T: git git://git.alsa-project.org/alsa-kernel.git
6359S: Maintained
6360F: sound/usb/midi.*
6361
6362USB OHCI DRIVER
6363M: David Brownell <dbrownell@users.sourceforge.net>
6364L: linux-usb@vger.kernel.org
6365S: Odd Fixes
6366F: Documentation/usb/ohci.txt
6367F: drivers/usb/host/ohci*
6368
6369USB OPTION-CARD DRIVER
6370M: Matthias Urlichs <smurf@smurf.noris.de>
6371L: linux-usb@vger.kernel.org
6372S: Maintained
6373F: drivers/usb/serial/option.c
6374
6375USB PEGASUS DRIVER
6376M: Petko Manolov <petkan@users.sourceforge.net>
6377L: linux-usb@vger.kernel.org
6378L: netdev@vger.kernel.org
6379W: http://pegasus2.sourceforge.net/
6380S: Maintained
6381F: drivers/net/usb/pegasus.*
6382
6383USB PRINTER DRIVER (usblp)
6384M: Pete Zaitcev <zaitcev@redhat.com>
6385L: linux-usb@vger.kernel.org
6386S: Supported
6387F: drivers/usb/class/usblp.c
6388
6389USB RTL8150 DRIVER
6390M: Petko Manolov <petkan@users.sourceforge.net>
6391L: linux-usb@vger.kernel.org
6392L: netdev@vger.kernel.org
6393W: http://pegasus2.sourceforge.net/
6394S: Maintained
6395F: drivers/net/usb/rtl8150.c
6396
6397USB SE401 DRIVER
6398M: Jeroen Vreeken <pe1rxq@amsat.org>
6399L: linux-usb@vger.kernel.org
6400W: http://www.chello.nl/~j.vreeken/se401/
6401S: Maintained
6402F: Documentation/video4linux/se401.txt
6403F: drivers/media/video/se401.*
6404
6405USB SERIAL BELKIN F5U103 DRIVER
6406M: William Greathouse <wgreathouse@smva.com>
6407L: linux-usb@vger.kernel.org
6408S: Maintained
6409F: drivers/usb/serial/belkin_sa.*
6410
6411USB SERIAL CYPRESS M8 DRIVER
6412M: Lonnie Mendez <dignome@gmail.com>
6413L: linux-usb@vger.kernel.org
6414S: Maintained
6415W: http://geocities.com/i0xox0i
6416W: http://firstlight.net/cvs
6417F: drivers/usb/serial/cypress_m8.*
6418
6419USB SERIAL CYBERJACK DRIVER
6420M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6421W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6422S: Maintained
6423F: drivers/usb/serial/cyberjack.c
6424
6425USB SERIAL DIGI ACCELEPORT DRIVER
6426M: Peter Berger <pberger@brimson.com>
6427M: Al Borchers <alborchers@steinerpoint.com>
6428L: linux-usb@vger.kernel.org
6429S: Maintained
6430F: drivers/usb/serial/digi_acceleport.c
6431
6432USB SERIAL DRIVER
6433M: Greg Kroah-Hartman <gregkh@suse.de>
6434L: linux-usb@vger.kernel.org
6435S: Supported
6436F: Documentation/usb/usb-serial.txt
6437F: drivers/usb/serial/generic.c
6438F: drivers/usb/serial/usb-serial.c
6439F: include/linux/usb/serial.h
6440
6441USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6442M: Gary Brubaker <xavyer@ix.netcom.com>
6443L: linux-usb@vger.kernel.org
6444S: Maintained
6445F: drivers/usb/serial/empeg.c
6446
6447USB SERIAL KEYSPAN DRIVER
6448M: Greg Kroah-Hartman <greg@kroah.com>
6449L: linux-usb@vger.kernel.org
6450W: http://www.kroah.com/linux/
6451S: Maintained
6452F: drivers/usb/serial/*keyspan*
6453
6454USB SERIAL WHITEHEAT DRIVER
6455M: Support Department <support@connecttech.com>
6456L: linux-usb@vger.kernel.org
6457W: http://www.connecttech.com
6458S: Supported
6459F: drivers/usb/serial/whiteheat*
6460
6461USB SMSC95XX ETHERNET DRIVER
6462M: Steve Glendinning <steve.glendinning@smsc.com>
6463L: netdev@vger.kernel.org
6464S: Supported
6465F: drivers/net/usb/smsc95xx.*
6466
6467USB SN9C1xx DRIVER
6468M: Luca Risolia <luca.risolia@studio.unibo.it>
6469L: linux-usb@vger.kernel.org
6470L: linux-media@vger.kernel.org
6471T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6472W: http://www.linux-projects.org
6473S: Maintained
6474F: Documentation/video4linux/sn9c102.txt
6475F: drivers/media/video/sn9c102/
6476
6477USB SUBSYSTEM
6478M: Greg Kroah-Hartman <gregkh@suse.de>
6479L: linux-usb@vger.kernel.org
6480W: http://www.linux-usb.org
6481T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6482S: Supported
6483F: Documentation/usb/
6484F: drivers/net/usb/
6485F: drivers/usb/
6486F: include/linux/usb.h
6487F: include/linux/usb/
6488
6489USB UHCI DRIVER
6490M: Alan Stern <stern@rowland.harvard.edu>
6491L: linux-usb@vger.kernel.org
6492S: Maintained
6493F: drivers/usb/host/uhci*
6494
6495USB "USBNET" DRIVER FRAMEWORK
6496M: David Brownell <dbrownell@users.sourceforge.net>
6497L: netdev@vger.kernel.org
6498W: http://www.linux-usb.org/usbnet
6499S: Maintained
6500F: drivers/net/usb/usbnet.c
6501F: include/linux/usb/usbnet.h
6502
6503USB VIDEO CLASS
6504M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6505L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6506L: linux-media@vger.kernel.org
6507T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6508W: http://www.ideasonboard.org/uvc/
6509S: Maintained
6510F: drivers/media/video/uvc/
6511
6512USB W996[87]CF DRIVER
6513M: Luca Risolia <luca.risolia@studio.unibo.it>
6514L: linux-usb@vger.kernel.org
6515L: linux-media@vger.kernel.org
6516T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6517W: http://www.linux-projects.org
6518S: Maintained
6519F: Documentation/video4linux/w9968cf.txt
6520F: drivers/media/video/w996*
6521
6522USB WIRELESS RNDIS DRIVER (rndis_wlan)
6523M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6524L: linux-wireless@vger.kernel.org
6525S: Maintained
6526F: drivers/net/wireless/rndis_wlan.c
6527
6528USB XHCI DRIVER
6529M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6530L: linux-usb@vger.kernel.org
6531S: Supported
6532F: drivers/usb/host/xhci*
6533F: drivers/usb/host/pci-quirks*
6534
6535USB ZD1201 DRIVER
6536L: linux-wireless@vger.kernel.org
6537W: http://linux-lc100020.sourceforge.net
6538S: Orphan
6539F: drivers/net/wireless/zd1201.*
6540
6541USB ZR364XX DRIVER
6542M: Antoine Jacquet <royale@zerezo.com>
6543L: linux-usb@vger.kernel.org
6544L: linux-media@vger.kernel.org
6545T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6546W: http://royale.zerezo.com/zr364xx/
6547S: Maintained
6548F: Documentation/video4linux/zr364xx.txt
6549F: drivers/media/video/zr364xx.c
6550
6551USER-MODE LINUX (UML)
6552M: Jeff Dike <jdike@addtoit.com>
6553L: user-mode-linux-devel@lists.sourceforge.net
6554L: user-mode-linux-user@lists.sourceforge.net
6555W: http://user-mode-linux.sourceforge.net
6556S: Maintained
6557F: Documentation/uml/
6558F: arch/um/
6559F: fs/hostfs/
6560F: fs/hppfs/
6561
6562USERSPACE I/O (UIO)
6563M: "Hans J. Koch" <hjk@linutronix.de>
6564M: Greg Kroah-Hartman <gregkh@suse.de>
6565S: Maintained
6566F: Documentation/DocBook/uio-howto.tmpl
6567F: drivers/uio/
6568F: include/linux/uio*.h
6569
6570UTIL-LINUX-NG PACKAGE
6571M: Karel Zak <kzak@redhat.com>
6572L: util-linux-ng@vger.kernel.org
6573W: http://kernel.org/~kzak/util-linux-ng/
6574T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6575S: Maintained
6576
6577UVESAFB DRIVER
6578M: Michal Januszewski <spock@gentoo.org>
6579L: linux-fbdev@vger.kernel.org
6580W: http://dev.gentoo.org/~spock/projects/uvesafb/
6581S: Maintained
6582F: Documentation/fb/uvesafb.txt
6583F: drivers/video/uvesafb.*
6584
6585VFAT/FAT/MSDOS FILESYSTEM
6586M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6587S: Maintained
6588F: Documentation/filesystems/vfat.txt
6589F: fs/fat/
6590
6591VIRTIO CONSOLE DRIVER
6592M: Amit Shah <amit.shah@redhat.com>
6593L: virtualization@lists.linux-foundation.org
6594S: Maintained
6595F: drivers/char/virtio_console.c
6596F: include/linux/virtio_console.h
6597
6598VIRTIO HOST (VHOST)
6599M: "Michael S. Tsirkin" <mst@redhat.com>
6600L: kvm@vger.kernel.org
6601L: virtualization@lists.linux-foundation.org
6602L: netdev@vger.kernel.org
6603S: Maintained
6604F: drivers/vhost/
6605F: include/linux/vhost.h
6606
6607VIA RHINE NETWORK DRIVER
6608M: Roger Luethi <rl@hellgate.ch>
6609S: Maintained
6610F: drivers/net/via-rhine.c
6611
6612VIAPRO SMBUS DRIVER
6613M: Jean Delvare <khali@linux-fr.org>
6614L: linux-i2c@vger.kernel.org
6615S: Maintained
6616F: Documentation/i2c/busses/i2c-viapro
6617F: drivers/i2c/busses/i2c-viapro.c
6618
6619VIA SD/MMC CARD CONTROLLER DRIVER
6620M: Bruce Chang <brucechang@via.com.tw>
6621M: Harald Welte <HaraldWelte@viatech.com>
6622S: Maintained
6623F: drivers/mmc/host/via-sdmmc.c
6624
6625VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6626M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6627L: linux-fbdev@vger.kernel.org
6628S: Maintained
6629F: include/linux/via-core.h
6630F: include/linux/via-gpio.h
6631F: include/linux/via_i2c.h
6632F: drivers/video/via/
6633
6634VIA VELOCITY NETWORK DRIVER
6635M: Francois Romieu <romieu@fr.zoreil.com>
6636L: netdev@vger.kernel.org
6637S: Maintained
6638F: drivers/net/via-velocity.*
6639
6640VLAN (802.1Q)
6641M: Patrick McHardy <kaber@trash.net>
6642L: netdev@vger.kernel.org
6643S: Maintained
6644F: drivers/net/macvlan.c
6645F: include/linux/if_*vlan.h
6646F: net/8021q/
6647
6648VLYNQ BUS
6649M: Florian Fainelli <florian@openwrt.org>
6650L: openwrt-devel@lists.openwrt.org (subscribers-only)
6651S: Maintained
6652F: drivers/vlynq/vlynq.c
6653F: include/linux/vlynq.h
6654
6655VMWARE VMXNET3 ETHERNET DRIVER
6656M: Shreyas Bhatewara <sbhatewara@vmware.com>
6657M: "VMware, Inc." <pv-drivers@vmware.com>
6658L: netdev@vger.kernel.org
6659S: Maintained
6660F: drivers/net/vmxnet3/
6661
6662VMware PVSCSI driver
6663M: Alok Kataria <akataria@vmware.com>
6664M: VMware PV-Drivers <pv-drivers@vmware.com>
6665L: linux-scsi@vger.kernel.org
6666S: Maintained
6667F: drivers/scsi/vmw_pvscsi.c
6668F: drivers/scsi/vmw_pvscsi.h
6669
6670VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6671M: Liam Girdwood <lrg@slimlogic.co.uk>
6672M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6673W: http://opensource.wolfsonmicro.com/node/15
6674W: http://www.slimlogic.co.uk/?p=48
6675T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6676S: Supported
6677F: drivers/regulator/
6678F: include/linux/regulator/
6679
6680VT1211 HARDWARE MONITOR DRIVER
6681M: Juerg Haefliger <juergh@gmail.com>
6682L: lm-sensors@lm-sensors.org
6683S: Maintained
6684F: Documentation/hwmon/vt1211
6685F: drivers/hwmon/vt1211.c
6686
6687VT8231 HARDWARE MONITOR DRIVER
6688M: Roger Lucas <vt8231@hiddenengine.co.uk>
6689L: lm-sensors@lm-sensors.org
6690S: Maintained
6691F: drivers/hwmon/vt8231.c
6692
6693W1 DALLAS'S 1-WIRE BUS
6694M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6695S: Maintained
6696F: Documentation/w1/
6697F: drivers/w1/
6698
6699W83791D HARDWARE MONITORING DRIVER
6700M: Marc Hulsman <m.hulsman@tudelft.nl>
6701L: lm-sensors@lm-sensors.org
6702S: Maintained
6703F: Documentation/hwmon/w83791d
6704F: drivers/hwmon/w83791d.c
6705
6706W83793 HARDWARE MONITORING DRIVER
6707M: Rudolf Marek <r.marek@assembler.cz>
6708L: lm-sensors@lm-sensors.org
6709S: Maintained
6710F: Documentation/hwmon/w83793
6711F: drivers/hwmon/w83793.c
6712
6713W83795 HARDWARE MONITORING DRIVER
6714M: Jean Delvare <khali@linux-fr.org>
6715L: lm-sensors@lm-sensors.org
6716S: Maintained
6717F: drivers/hwmon/w83795.c
6718
6719W83L51xD SD/MMC CARD INTERFACE DRIVER
6720M: Pierre Ossman <pierre@ossman.eu>
6721S: Maintained
6722F: drivers/mmc/host/wbsd.*
6723
6724WATCHDOG DEVICE DRIVERS
6725M: Wim Van Sebroeck <wim@iguana.be>
6726L: linux-watchdog@vger.kernel.org
6727W: http://www.linux-watchdog.org/
6728T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6729S: Maintained
6730F: Documentation/watchdog/
6731F: drivers/watchdog/
6732F: include/linux/watchdog.h
6733
6734WD7000 SCSI DRIVER
6735M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6736L: linux-scsi@vger.kernel.org
6737S: Maintained
6738F: drivers/scsi/wd7000.c
6739
6740WINBOND CIR DRIVER
6741M: David Härdeman <david@hardeman.nu>
6742S: Maintained
6743F: drivers/input/misc/winbond-cir.c
6744
6745WIMAX STACK
6746M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6747M: linux-wimax@intel.com
6748L: wimax@linuxwimax.org
6749S: Supported
6750W: http://linuxwimax.org
6751F: Documentation/wimax/README.wimax
6752F: include/linux/wimax.h
6753F: include/linux/wimax/debug.h
6754F: include/net/wimax.h
6755F: net/wimax/
6756
6757WISTRON LAPTOP BUTTON DRIVER
6758M: Miloslav Trmac <mitr@volny.cz>
6759S: Maintained
6760F: drivers/input/misc/wistron_btns.c
6761
6762WL1251 WIRELESS DRIVER
6763M: Kalle Valo <kvalo@adurom.com>
6764L: linux-wireless@vger.kernel.org
6765W: http://wireless.kernel.org
6766T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6767S: Maintained
6768F: drivers/net/wireless/wl1251/*
6769
6770WL1271 WIRELESS DRIVER
6771M: Luciano Coelho <luciano.coelho@nokia.com>
6772L: linux-wireless@vger.kernel.org
6773W: http://wireless.kernel.org
6774T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6775S: Maintained
6776F: drivers/net/wireless/wl12xx/wl1271*
6777F: include/linux/wl12xx.h
6778
6779WL3501 WIRELESS PCMCIA CARD DRIVER
6780M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6781L: linux-wireless@vger.kernel.org
6782W: http://oops.ghostprotocols.net:81/blog
6783S: Maintained
6784F: drivers/net/wireless/wl3501*
6785
6786WM97XX TOUCHSCREEN DRIVERS
6787M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6788M: Liam Girdwood <lrg@slimlogic.co.uk>
6789L: linux-input@vger.kernel.org
6790T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6791W: http://opensource.wolfsonmicro.com/node/7
6792S: Supported
6793F: drivers/input/touchscreen/*wm97*
6794F: include/linux/wm97xx.h
6795
6796WOLFSON MICROELECTRONICS DRIVERS
6797M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6798M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6799M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6800T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6801T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6802W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6803S: Supported
6804F: Documentation/hwmon/wm83??
6805F: drivers/leds/leds-wm83*.c
6806F: drivers/mfd/wm8*.c
6807F: drivers/power/wm83*.c
6808F: drivers/rtc/rtc-wm83*.c
6809F: drivers/regulator/wm8*.c
6810F: drivers/video/backlight/wm83*_bl.c
6811F: drivers/watchdog/wm83*_wdt.c
6812F: include/linux/mfd/wm831x/
6813F: include/linux/mfd/wm8350/
6814F: include/linux/mfd/wm8400*
6815F: include/sound/wm????.h
6816F: sound/soc/codecs/wm*
6817
6818WORKQUEUE
6819M: Tejun Heo <tj@kernel.org>
6820L: linux-kernel@vger.kernel.org
6821T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6822S: Maintained
6823F: include/linux/workqueue.h
6824F: kernel/workqueue.c
6825F: Documentation/workqueue.txt
6826
6827X.25 NETWORK LAYER
6828M: Andrew Hendry <andrew.hendry@gmail.com>
6829L: linux-x25@vger.kernel.org
6830S: Odd Fixes
6831F: Documentation/networking/x25*
6832F: include/net/x25*
6833F: net/x25/
6834
6835X86 ARCHITECTURE (32-BIT AND 64-BIT)
6836M: Thomas Gleixner <tglx@linutronix.de>
6837M: Ingo Molnar <mingo@redhat.com>
6838M: "H. Peter Anvin" <hpa@zytor.com>
6839M: x86@kernel.org
6840T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6841S: Maintained
6842F: Documentation/x86/
6843F: arch/x86/
6844
6845X86 PLATFORM DRIVERS
6846M: Matthew Garrett <mjg@redhat.com>
6847L: platform-driver-x86@vger.kernel.org
6848T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6849S: Maintained
6850F: drivers/platform/x86
6851
6852XEN PCI SUBSYSTEM
6853M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6854L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6855S: Supported
6856F: arch/x86/pci/*xen*
6857F: drivers/pci/*xen*
6858
6859XEN SWIOTLB SUBSYSTEM
6860M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6861L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6862S: Supported
6863F: arch/x86/xen/*swiotlb*
6864F: drivers/xen/*swiotlb*
6865
6866XEN HYPERVISOR INTERFACE
6867M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6868M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6869L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6870L: virtualization@lists.linux-foundation.org
6871S: Supported
6872F: arch/x86/xen/
6873F: drivers/*/xen-*front.c
6874F: drivers/xen/
6875F: arch/x86/include/asm/xen/
6876F: include/xen/
6877
6878XFS FILESYSTEM
6879P: Silicon Graphics Inc
6880M: Alex Elder <aelder@sgi.com>
6881M: xfs-masters@oss.sgi.com
6882L: xfs@oss.sgi.com
6883W: http://oss.sgi.com/projects/xfs
6884T: git git://oss.sgi.com/xfs/xfs.git
6885S: Supported
6886F: Documentation/filesystems/xfs.txt
6887F: fs/xfs/
6888
6889XILINX SYSTEMACE DRIVER
6890M: Grant Likely <grant.likely@secretlab.ca>
6891W: http://www.secretlab.ca/
6892S: Maintained
6893F: drivers/block/xsysace.c
6894
6895XILINX UARTLITE SERIAL DRIVER
6896M: Peter Korsgaard <jacmet@sunsite.dk>
6897L: linux-serial@vger.kernel.org
6898S: Maintained
6899F: drivers/tty/serial/uartlite.c
6900
6901YAM DRIVER FOR AX.25
6902M: Jean-Paul Roubelat <jpr@f6fbb.org>
6903L: linux-hams@vger.kernel.org
6904S: Maintained
6905F: drivers/net/hamradio/yam*
6906F: include/linux/yam.h
6907
6908YEALINK PHONE DRIVER
6909M: Henk Vergonet <Henk.Vergonet@gmail.com>
6910L: usbb2k-api-dev@nongnu.org
6911S: Maintained
6912F: Documentation/input/yealink.txt
6913F: drivers/input/misc/yealink.*
6914
6915Z8530 DRIVER FOR AX.25
6916M: Joerg Reuter <jreuter@yaina.de>
6917W: http://yaina.de/jreuter/
6918W: http://www.qsl.net/dl1bke/
6919L: linux-hams@vger.kernel.org
6920S: Maintained
6921F: Documentation/networking/z8530drv.txt
6922F: drivers/net/hamradio/*scc.c
6923F: drivers/net/hamradio/z8530.h
6924
6925ZD1211RW WIRELESS DRIVER
6926M: Daniel Drake <dsd@gentoo.org>
6927M: Ulrich Kunitz <kune@deine-taler.de>
6928W: http://zd1211.ath.cx/wiki/DriverRewrite
6929L: linux-wireless@vger.kernel.org
6930L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6931S: Maintained
6932F: drivers/net/wireless/zd1211rw/
6933
6934ZR36067 VIDEO FOR LINUX DRIVER
6935L: mjpeg-users@lists.sourceforge.net
6936L: linux-media@vger.kernel.org
6937W: http://mjpeg.sourceforge.net/driver-zoran/
6938T: Mercurial http://linuxtv.org/hg/v4l-dvb
6939S: Odd Fixes
6940F: drivers/media/video/zoran/
6941
6942ZS DECSTATION Z85C30 SERIAL DRIVER
6943M: "Maciej W. Rozycki" <macro@linux-mips.org>
6944S: Maintained
6945F: drivers/tty/serial/zs.*
6946
6947GRE DEMULTIPLEXER DRIVER
6948M: Dmitry Kozlov <xeb@mail.ru>
6949L: netdev@vger.kernel.org
6950S: Maintained
6951F: net/ipv4/gre.c
6952F: include/net/gre.h
6953
6954PPTP DRIVER
6955M: Dmitry Kozlov <xeb@mail.ru>
6956L: netdev@vger.kernel.org
6957S: Maintained
6958F: drivers/net/pptp.c
6959W: http://sourceforge.net/projects/accel-pptp
6960
6961THE REST
6962M: Linus Torvalds <torvalds@linux-foundation.org>
6963L: linux-kernel@vger.kernel.org
6964Q: http://patchwork.kernel.org/project/LKML/list/
6965T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6966S: Buried alive in reporters
6967F: *
6968F: */