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