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