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