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