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