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