]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
Linux 2.6.35-rc4
[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 linux/edac_mce.h drivers/edac/edac_mce.c
2125
2126EDAC-I82975X
2127M: Ranganathan Desikan <ravi@jetztechnologies.com>
2128M: "Arvind R." <arvind@jetztechnologies.com>
2129L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2130W: bluesmoke.sourceforge.net
2131S: Maintained
2132F: drivers/edac/i82975x_edac.c
2133
2134EDAC-PASEMI
2135M: Egor Martovetsky <egor@pasemi.com>
2136L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2137W: bluesmoke.sourceforge.net
2138S: Maintained
2139F: drivers/edac/pasemi_edac.c
2140
2141EDAC-R82600
2142M: Tim Small <tim@buttersideup.com>
2143L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2144W: bluesmoke.sourceforge.net
2145S: Maintained
2146F: drivers/edac/r82600_edac.c
2147
2148EEEPC LAPTOP EXTRAS DRIVER
2149M: Corentin Chary <corentincj@iksaif.net>
2150L: acpi4asus-user@lists.sourceforge.net
2151L: platform-driver-x86@vger.kernel.org
2152W: http://acpi4asus.sf.net
2153S: Maintained
2154F: drivers/platform/x86/eeepc-laptop.c
2155
2156EFS FILESYSTEM
2157W: http://aeschi.ch.eu.org/efs/
2158S: Orphan
2159F: fs/efs/
2160
2161EHCA (IBM GX bus InfiniBand adapter) DRIVER
2162M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2163M: Christoph Raisch <raisch@de.ibm.com>
2164L: linux-rdma@vger.kernel.org
2165S: Supported
2166F: drivers/infiniband/hw/ehca/
2167
2168EMBEDDED LINUX
2169M: Paul Gortmaker <paul.gortmaker@windriver.com>
2170M: Matt Mackall <mpm@selenic.com>
2171M: David Woodhouse <dwmw2@infradead.org>
2172L: linux-embedded@vger.kernel.org
2173S: Maintained
2174
2175EMULEX LPFC FC SCSI DRIVER
2176M: James Smart <james.smart@emulex.com>
2177L: linux-scsi@vger.kernel.org
2178W: http://sourceforge.net/projects/lpfcxxxx
2179S: Supported
2180F: drivers/scsi/lpfc/
2181
2182ENE CB710 FLASH CARD READER DRIVER
2183M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2184S: Maintained
2185F: drivers/misc/cb710/
2186F: drivers/mmc/host/cb710-mmc.*
2187F: include/linux/cb710.h
2188
2189EPSON 1355 FRAMEBUFFER DRIVER
2190M: Christopher Hoover <ch@murgatroid.com>
2191M: Christopher Hoover <ch@hpl.hp.com>
2192S: Maintained
2193F: drivers/video/epson1355fb.c
2194
2195EPSON S1D13XXX FRAMEBUFFER DRIVER
2196M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2197S: Maintained
2198T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2199F: drivers/video/s1d13xxxfb.c
2200F: include/video/s1d13xxxfb.h
2201
2202ETHEREXPRESS-16 NETWORK DRIVER
2203M: Philip Blundell <philb@gnu.org>
2204L: netdev@vger.kernel.org
2205S: Maintained
2206F: drivers/net/eexpress.*
2207
2208ETHERNET BRIDGE
2209M: Stephen Hemminger <shemminger@linux-foundation.org>
2210L: bridge@lists.linux-foundation.org
2211L: netdev@vger.kernel.org
2212W: http://www.linux-foundation.org/en/Net:Bridge
2213S: Maintained
2214F: include/linux/netfilter_bridge/
2215F: net/bridge/
2216
2217ETHERTEAM 16I DRIVER
2218M: Mika Kuoppala <miku@iki.fi>
2219S: Maintained
2220F: drivers/net/eth16i.c
2221
2222EXT2 FILE SYSTEM
2223L: linux-ext4@vger.kernel.org
2224S: Maintained
2225F: Documentation/filesystems/ext2.txt
2226F: fs/ext2/
2227F: include/linux/ext2*
2228
2229EXT3 FILE SYSTEM
2230M: Andrew Morton <akpm@linux-foundation.org>
2231M: Andreas Dilger <adilger@sun.com>
2232L: linux-ext4@vger.kernel.org
2233S: Maintained
2234F: Documentation/filesystems/ext3.txt
2235F: fs/ext3/
2236F: include/linux/ext3*
2237
2238EXT4 FILE SYSTEM
2239M: "Theodore Ts'o" <tytso@mit.edu>
2240M: Andreas Dilger <adilger@sun.com>
2241L: linux-ext4@vger.kernel.org
2242W: http://ext4.wiki.kernel.org
2243Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2244S: Maintained
2245F: Documentation/filesystems/ext4.txt
2246F: fs/ext4/
2247
2248F71805F HARDWARE MONITORING DRIVER
2249M: Jean Delvare <khali@linux-fr.org>
2250L: lm-sensors@lm-sensors.org
2251S: Maintained
2252F: Documentation/hwmon/f71805f
2253F: drivers/hwmon/f71805f.c
2254
2255FARSYNC SYNCHRONOUS DRIVER
2256M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2257W: http://www.farsite.co.uk/
2258S: Supported
2259F: drivers/net/wan/farsync.*
2260
2261FAULT INJECTION SUPPORT
2262M: Akinobu Mita <akinobu.mita@gmail.com>
2263S: Supported
2264F: Documentation/fault-injection/
2265F: lib/fault-inject.c
2266
2267FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2268M: Robert Love <robert.w.love@intel.com>
2269L: devel@open-fcoe.org
2270W: www.Open-FCoE.org
2271S: Supported
2272F: drivers/scsi/libfc/
2273F: drivers/scsi/fcoe/
2274F: include/scsi/fc/
2275F: include/scsi/libfc.h
2276F: include/scsi/libfcoe.h
2277
2278FILE LOCKING (flock() and fcntl()/lockf())
2279M: Matthew Wilcox <matthew@wil.cx>
2280L: linux-fsdevel@vger.kernel.org
2281S: Maintained
2282F: include/linux/fcntl.h
2283F: include/linux/fs.h
2284F: fs/fcntl.c
2285F: fs/locks.c
2286
2287FILESYSTEMS (VFS and infrastructure)
2288M: Alexander Viro <viro@zeniv.linux.org.uk>
2289L: linux-fsdevel@vger.kernel.org
2290S: Maintained
2291F: fs/*
2292
2293FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2294M: Riku Voipio <riku.voipio@iki.fi>
2295L: lm-sensors@lm-sensors.org
2296S: Maintained
2297F: drivers/hwmon/f75375s.c
2298F: include/linux/f75375s.h
2299
2300FIREWIRE SUBSYSTEM
2301M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2302L: linux1394-devel@lists.sourceforge.net
2303W: http://ieee1394.wiki.kernel.org/
2304T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2305S: Maintained
2306F: drivers/firewire/
2307F: include/linux/firewire*.h
2308
2309FIRMWARE LOADER (request_firmware)
2310S: Orphan
2311F: Documentation/firmware_class/
2312F: drivers/base/firmware*.c
2313F: include/linux/firmware.h
2314
2315FPU EMULATOR
2316M: Bill Metzenthen <billm@melbpc.org.au>
2317W: http://floatingpoint.sourceforge.net/emulator/index.html
2318S: Maintained
2319F: arch/x86/math-emu/
2320
2321FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2322M: Mike McLagan <mike.mclagan@linux.org>
2323L: netdev@vger.kernel.org
2324S: Maintained
2325F: drivers/net/wan/dlci.c
2326F: drivers/net/wan/sdla.c
2327
2328FRAMEBUFFER LAYER
2329L: linux-fbdev@vger.kernel.org
2330W: http://linux-fbdev.sourceforge.net/
2331S: Orphan
2332F: Documentation/fb/
2333F: drivers/video/fb*
2334F: include/linux/fb.h
2335
2336FREESCALE DMA DRIVER
2337M: Li Yang <leoli@freescale.com>
2338M: Zhang Wei <zw@zh-kernel.org>
2339L: linuxppc-dev@ozlabs.org
2340S: Maintained
2341F: drivers/dma/fsldma.*
2342
2343FREESCALE I2C CPM DRIVER
2344M: Jochen Friedrich <jochen@scram.de>
2345L: linuxppc-dev@ozlabs.org
2346L: linux-i2c@vger.kernel.org
2347S: Maintained
2348F: drivers/i2c/busses/i2c-cpm.c
2349
2350FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2351M: Sascha Hauer <kernel@pengutronix.de>
2352L: linux-fbdev@vger.kernel.org
2353L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2354S: Maintained
2355F: arch/arm/plat-mxc/include/mach/imxfb.h
2356F: drivers/video/imxfb.c
2357
2358FREESCALE SOC FS_ENET DRIVER
2359M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2360M: Vitaly Bordug <vbordug@ru.mvista.com>
2361L: linuxppc-dev@ozlabs.org
2362L: netdev@vger.kernel.org
2363S: Maintained
2364F: drivers/net/fs_enet/
2365F: include/linux/fs_enet_pd.h
2366
2367FREESCALE QUICC ENGINE LIBRARY
2368M: Timur Tabi <timur@freescale.com>
2369L: linuxppc-dev@ozlabs.org
2370S: Supported
2371F: arch/powerpc/sysdev/qe_lib/
2372F: arch/powerpc/include/asm/*qe.h
2373
2374FREESCALE USB PERIPHERAL DRIVERS
2375M: Li Yang <leoli@freescale.com>
2376L: linux-usb@vger.kernel.org
2377L: linuxppc-dev@ozlabs.org
2378S: Maintained
2379F: drivers/usb/gadget/fsl*
2380
2381FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2382M: Li Yang <leoli@freescale.com>
2383L: netdev@vger.kernel.org
2384L: linuxppc-dev@ozlabs.org
2385S: Maintained
2386F: drivers/net/ucc_geth*
2387
2388FREESCALE QUICC ENGINE UCC UART DRIVER
2389M: Timur Tabi <timur@freescale.com>
2390L: linuxppc-dev@ozlabs.org
2391S: Supported
2392F: drivers/serial/ucc_uart.c
2393
2394FREESCALE SOC SOUND DRIVERS
2395M: Timur Tabi <timur@freescale.com>
2396L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2397L: linuxppc-dev@ozlabs.org
2398S: Supported
2399F: sound/soc/fsl/fsl*
2400F: sound/soc/fsl/mpc8610_hpcd.c
2401
2402FREEVXFS FILESYSTEM
2403M: Christoph Hellwig <hch@infradead.org>
2404W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2405S: Maintained
2406F: fs/freevxfs/
2407
2408FREEZER
2409M: Pavel Machek <pavel@ucw.cz>
2410M: "Rafael J. Wysocki" <rjw@sisk.pl>
2411L: linux-pm@lists.linux-foundation.org
2412S: Supported
2413F: Documentation/power/freezing-of-tasks.txt
2414F: include/linux/freezer.h
2415F: kernel/freezer.c
2416
2417FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2418M: David Howells <dhowells@redhat.com>
2419L: linux-cachefs@redhat.com
2420S: Supported
2421F: Documentation/filesystems/caching/
2422F: fs/fscache/
2423F: include/linux/fscache*.h
2424
2425FUJITSU FR-V (FRV) PORT
2426M: David Howells <dhowells@redhat.com>
2427S: Maintained
2428F: arch/frv/
2429
2430FUJITSU LAPTOP EXTRAS
2431M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2432L: platform-driver-x86@vger.kernel.org
2433S: Maintained
2434F: drivers/platform/x86/fujitsu-laptop.c
2435
2436FUSE: FILESYSTEM IN USERSPACE
2437M: Miklos Szeredi <miklos@szeredi.hu>
2438L: fuse-devel@lists.sourceforge.net
2439W: http://fuse.sourceforge.net/
2440S: Maintained
2441F: fs/fuse/
2442F: include/linux/fuse.h
2443
2444FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2445M: Rik Faith <faith@cs.unc.edu>
2446L: linux-scsi@vger.kernel.org
2447S: Odd Fixes (e.g., new signatures)
2448F: drivers/scsi/fdomain.*
2449
2450GDT SCSI DISK ARRAY CONTROLLER DRIVER
2451M: Achim Leubner <achim_leubner@adaptec.com>
2452L: linux-scsi@vger.kernel.org
2453W: http://www.icp-vortex.com/
2454S: Supported
2455F: drivers/scsi/gdt*
2456
2457GENERIC GPIO I2C DRIVER
2458M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2459S: Supported
2460F: drivers/i2c/busses/i2c-gpio.c
2461F: include/linux/i2c-gpio.h
2462
2463GENERIC HDLC (WAN) DRIVERS
2464M: Krzysztof Halasa <khc@pm.waw.pl>
2465W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2466S: Maintained
2467F: drivers/net/wan/c101.c
2468F: drivers/net/wan/hd6457*
2469F: drivers/net/wan/hdlc*
2470F: drivers/net/wan/n2.c
2471F: drivers/net/wan/pc300too.c
2472F: drivers/net/wan/pci200syn.c
2473F: drivers/net/wan/wanxl*
2474
2475GENERIC INCLUDE/ASM HEADER FILES
2476M: Arnd Bergmann <arnd@arndb.de>
2477L: linux-arch@vger.kernel.org
2478T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2479S: Maintained
2480F: include/asm-generic
2481
2482GENERIC UIO DRIVER FOR PCI DEVICES
2483M: "Michael S. Tsirkin" <mst@redhat.com>
2484L: kvm@vger.kernel.org
2485S: Supported
2486F: drivers/uio/uio_pci_generic.c
2487
2488GFS2 FILE SYSTEM
2489M: Steven Whitehouse <swhiteho@redhat.com>
2490L: cluster-devel@redhat.com
2491W: http://sources.redhat.com/cluster/
2492T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2493T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2494S: Supported
2495F: Documentation/filesystems/gfs2*.txt
2496F: fs/gfs2/
2497F: include/linux/gfs2_ondisk.h
2498
2499GIGASET ISDN DRIVERS
2500M: Hansjoerg Lipp <hjlipp@web.de>
2501M: Tilman Schmidt <tilman@imap.cc>
2502L: gigaset307x-common@lists.sourceforge.net
2503W: http://gigaset307x.sourceforge.net/
2504S: Maintained
2505F: Documentation/isdn/README.gigaset
2506F: drivers/isdn/gigaset/
2507F: include/linux/gigaset_dev.h
2508
2509GRETH 10/100/1G Ethernet MAC device driver
2510M: Kristoffer Glembo <kristoffer@gaisler.com>
2511L: netdev@vger.kernel.org
2512S: Maintained
2513F: drivers/net/greth*
2514
2515HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2516M: Frank Seidel <frank@f-seidel.de>
2517L: lm-sensors@lm-sensors.org
2518W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2519S: Maintained
2520F: drivers/hwmon/hdaps.c
2521
2522HWPOISON MEMORY FAILURE HANDLING
2523M: Andi Kleen <andi@firstfloor.org>
2524L: linux-mm@kvack.org
2525L: linux-kernel@vger.kernel.org
2526T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2527S: Maintained
2528F: mm/memory-failure.c
2529F: mm/hwpoison-inject.c
2530
2531HYPERVISOR VIRTUAL CONSOLE DRIVER
2532L: linuxppc-dev@ozlabs.org
2533S: Odd Fixes
2534F: drivers/char/hvc_*
2535
2536iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2537M: Peter Jones <pjones@redhat.com>
2538M: Konrad Rzeszutek Wilk <konrad@kernel.org>
2539S: Maintained
2540F: drivers/firmware/iscsi_ibft*
2541
2542GSPCA FINEPIX SUBDRIVER
2543M: Frank Zago <frank@zago.net>
2544L: linux-media@vger.kernel.org
2545T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2546S: Maintained
2547F: drivers/media/video/gspca/finepix.c
2548
2549GSPCA GL860 SUBDRIVER
2550M: Olivier Lorin <o.lorin@laposte.net>
2551L: linux-media@vger.kernel.org
2552T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2553S: Maintained
2554F: drivers/media/video/gspca/gl860/
2555
2556GSPCA M5602 SUBDRIVER
2557M: Erik Andren <erik.andren@gmail.com>
2558L: linux-media@vger.kernel.org
2559T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2560S: Maintained
2561F: drivers/media/video/gspca/m5602/
2562
2563GSPCA PAC207 SONIXB SUBDRIVER
2564M: Hans de Goede <hdegoede@redhat.com>
2565L: linux-media@vger.kernel.org
2566T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2567S: Maintained
2568F: drivers/media/video/gspca/pac207.c
2569
2570GSPCA SN9C20X SUBDRIVER
2571M: Brian Johnson <brijohn@gmail.com>
2572L: linux-media@vger.kernel.org
2573T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2574S: Maintained
2575F: drivers/media/video/gspca/sn9c20x.c
2576
2577GSPCA T613 SUBDRIVER
2578M: Leandro Costantino <lcostantino@gmail.com>
2579L: linux-media@vger.kernel.org
2580T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2581S: Maintained
2582F: drivers/media/video/gspca/t613.c
2583
2584GSPCA USB WEBCAM DRIVER
2585M: Jean-Francois Moine <moinejf@free.fr>
2586W: http://moinejf.free.fr
2587L: linux-media@vger.kernel.org
2588T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2589S: Maintained
2590F: drivers/media/video/gspca/
2591
2592HARDWARE MONITORING
2593L: lm-sensors@lm-sensors.org
2594W: http://www.lm-sensors.org/
2595S: Orphan
2596F: Documentation/hwmon/
2597F: drivers/hwmon/
2598F: include/linux/hwmon*.h
2599
2600HARDWARE RANDOM NUMBER GENERATOR CORE
2601M: Matt Mackall <mpm@selenic.com>
2602M: Herbert Xu <herbert@gondor.apana.org.au>
2603S: Odd fixes
2604F: Documentation/hw_random.txt
2605F: drivers/char/hw_random/
2606F: include/linux/hw_random.h
2607
2608HARMONY SOUND DRIVER
2609M: Kyle McMartin <kyle@mcmartin.ca>
2610L: linux-parisc@vger.kernel.org
2611S: Maintained
2612F: sound/parisc/harmony.*
2613
2614HEWLETT-PACKARD SMART2 RAID DRIVER
2615M: Chirag Kantharia <chirag.kantharia@hp.com>
2616L: iss_storagedev@hp.com
2617S: Maintained
2618F: Documentation/blockdev/cpqarray.txt
2619F: drivers/block/cpqarray.*
2620
2621HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2622M: Mike Miller <mike.miller@hp.com>
2623L: iss_storagedev@hp.com
2624S: Supported
2625F: Documentation/blockdev/cciss.txt
2626F: drivers/block/cciss*
2627F: include/linux/cciss_ioctl.h
2628
2629HFS FILESYSTEM
2630M: Roman Zippel <zippel@linux-m68k.org>
2631S: Maintained
2632F: Documentation/filesystems/hfs.txt
2633F: fs/hfs/
2634
2635HGA FRAMEBUFFER DRIVER
2636M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2637L: linux-nvidia@lists.surfsouth.com
2638W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2639S: Maintained
2640F: drivers/video/hgafb.c
2641
2642HIBERNATION (aka Software Suspend, aka swsusp)
2643M: Pavel Machek <pavel@ucw.cz>
2644M: "Rafael J. Wysocki" <rjw@sisk.pl>
2645L: linux-pm@lists.linux-foundation.org
2646S: Supported
2647F: arch/x86/power/
2648F: drivers/base/power/
2649F: kernel/power/
2650F: include/linux/suspend.h
2651F: include/linux/freezer.h
2652F: include/linux/pm.h
2653F: arch/*/include/asm/suspend*.h
2654
2655HID CORE LAYER
2656M: Jiri Kosina <jkosina@suse.cz>
2657L: linux-input@vger.kernel.org
2658T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2659S: Maintained
2660F: drivers/hid/
2661F: include/linux/hid*
2662
2663HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2664M: Thomas Gleixner <tglx@linutronix.de>
2665S: Maintained
2666F: Documentation/timers/
2667F: kernel/hrtimer.c
2668F: include/linux/hrtimer.h
2669
2670HIGH-SPEED SCC DRIVER FOR AX.25
2671M: Klaus Kudielka <klaus.kudielka@ieee.org>
2672L: linux-hams@vger.kernel.org
2673W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2674S: Maintained
2675F: drivers/net/hamradio/dmascc.c
2676F: drivers/net/hamradio/scc.c
2677
2678HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2679M: HighPoint Linux Team <linux@highpoint-tech.com>
2680W: http://www.highpoint-tech.com
2681S: Supported
2682F: Documentation/scsi/hptiop.txt
2683F: drivers/scsi/hptiop.c
2684
2685HIPPI
2686M: Jes Sorensen <jes@trained-monkey.org>
2687L: linux-hippi@sunsite.dk
2688S: Maintained
2689F: include/linux/hippidevice.h
2690F: include/linux/if_hippi.h
2691F: net/802/hippi.c
2692
2693HOST AP DRIVER
2694M: Jouni Malinen <j@w1.fi>
2695L: hostap@shmoo.com (subscribers-only)
2696L: linux-wireless@vger.kernel.org
2697W: http://hostap.epitest.fi/
2698S: Maintained
2699F: drivers/net/wireless/hostap/
2700
2701HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2702M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2703L: platform-driver-x86@vger.kernel.org
2704S: Odd Fixes
2705F: drivers/platform/x86/tc1100-wmi.c
2706
2707HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2708M: Jaroslav Kysela <perex@perex.cz>
2709S: Maintained
2710F: drivers/net/hp100.*
2711
2712HPET: High Precision Event Timers driver
2713M: Clemens Ladisch <clemens@ladisch.de>
2714S: Maintained
2715F: Documentation/timers/hpet.txt
2716F: drivers/char/hpet.c
2717F: include/linux/hpet.h
2718
2719HPET: x86
2720M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
2721S: Maintained
2722F: arch/x86/kernel/hpet.c
2723F: arch/x86/include/asm/hpet.h
2724
2725HPET: ACPI
2726M: Bob Picco <bob.picco@hp.com>
2727S: Maintained
2728F: drivers/char/hpet.c
2729
2730HPFS FILESYSTEM
2731M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2732W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2733S: Maintained
2734F: fs/hpfs/
2735
2736HSO 3G MODEM DRIVER
2737M: Jan Dumon <j.dumon@option.com>
2738W: http://www.pharscape.org
2739S: Maintained
2740F: drivers/net/usb/hso.c
2741
2742HTCPEN TOUCHSCREEN DRIVER
2743M: Pau Oliva Fora <pof@eslack.org>
2744L: linux-input@vger.kernel.org
2745S: Maintained
2746F: drivers/input/touchscreen/htcpen.c
2747
2748HUGETLB FILESYSTEM
2749M: William Irwin <wli@holomorphy.com>
2750S: Maintained
2751F: fs/hugetlbfs/
2752
2753I2C/SMBUS STUB DRIVER
2754M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2755L: linux-i2c@vger.kernel.org
2756S: Maintained
2757F: drivers/i2c/busses/i2c-stub.c
2758
2759I2C SUBSYSTEM
2760M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2761M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2762L: linux-i2c@vger.kernel.org
2763W: http://i2c.wiki.kernel.org/
2764T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2765T: git git://git.fluff.org/bjdooks/linux.git
2766S: Maintained
2767F: Documentation/i2c/
2768F: drivers/i2c/
2769F: include/linux/i2c.h
2770F: include/linux/i2c-*.h
2771
2772I2C-TINY-USB DRIVER
2773M: Till Harbaum <till@harbaum.org>
2774L: linux-i2c@vger.kernel.org
2775W: http://www.harbaum.org/till/i2c_tiny_usb
2776S: Maintained
2777F: drivers/i2c/busses/i2c-tiny-usb.c
2778
2779i386 BOOT CODE
2780M: "H. Peter Anvin" <hpa@zytor.com>
2781S: Maintained
2782F: arch/x86/boot/
2783
2784i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2785M: "H. Peter Anvin" <hpa@zytor.com>
2786T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2787S: Maintained
2788
2789IA64 (Itanium) PLATFORM
2790M: Tony Luck <tony.luck@intel.com>
2791M: Fenghua Yu <fenghua.yu@intel.com>
2792L: linux-ia64@vger.kernel.org
2793W: http://www.ia64-linux.org/
2794T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2795S: Maintained
2796F: arch/ia64/
2797
2798IBM MCA SCSI SUBSYSTEM DRIVER
2799M: Michael Lang <langa2@kph.uni-mainz.de>
2800W: http://www.uni-mainz.de/~langm000/linux.html
2801S: Maintained
2802F: drivers/scsi/ibmmca.c
2803
2804IBM Power Linux RAID adapter
2805M: Brian King <brking@us.ibm.com>
2806S: Supported
2807F: drivers/scsi/ipr.*
2808
2809IBM ServeRAID RAID DRIVER
2810P: Jack Hammer
2811M: Dave Jeffery <ipslinux@adaptec.com>
2812W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2813S: Supported
2814F: drivers/scsi/ips.*
2815
2816IDE SUBSYSTEM
2817M: "David S. Miller" <davem@davemloft.net>
2818L: linux-ide@vger.kernel.org
2819Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2820T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2821S: Maintained
2822F: Documentation/ide/
2823F: drivers/ide/
2824F: include/linux/ide.h
2825
2826IDE/ATAPI DRIVERS
2827M: Borislav Petkov <petkovbb@gmail.com>
2828L: linux-ide@vger.kernel.org
2829S: Maintained
2830F: Documentation/cdrom/ide-cd
2831F: drivers/ide/ide-cd*
2832
2833IDLE-I7300
2834M: Andy Henroid <andrew.d.henroid@intel.com>
2835L: linux-pm@lists.linux-foundation.org
2836S: Supported
2837F: drivers/idle/i7300_idle.c
2838
2839IEEE 1394 SUBSYSTEM
2840M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2841L: linux1394-devel@lists.sourceforge.net
2842W: http://ieee1394.wiki.kernel.org/
2843T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2844S: Obsolete
2845F: Documentation/debugging-via-ohci1394.txt
2846F: drivers/ieee1394/
2847
2848IEEE 802.15.4 SUBSYSTEM
2849M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2850M: Sergey Lapin <slapin@ossfans.org>
2851L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2852W: http://apps.sourceforge.net/trac/linux-zigbee
2853T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2854S: Maintained
2855F: net/ieee802154/
2856F: drivers/ieee802154/
2857
2858INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2859M: Mimi Zohar <zohar@us.ibm.com>
2860S: Supported
2861F: security/integrity/ima/
2862
2863IMS TWINTURBO FRAMEBUFFER DRIVER
2864L: linux-fbdev@vger.kernel.org
2865S: Orphan
2866F: drivers/video/imsttfb.c
2867
2868INFINIBAND SUBSYSTEM
2869M: Roland Dreier <rolandd@cisco.com>
2870M: Sean Hefty <sean.hefty@intel.com>
2871M: Hal Rosenstock <hal.rosenstock@gmail.com>
2872L: linux-rdma@vger.kernel.org
2873W: http://www.openib.org/
2874Q: http://patchwork.kernel.org/project/linux-rdma/list/
2875T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2876S: Supported
2877F: Documentation/infiniband/
2878F: drivers/infiniband/
2879F: include/linux/if_infiniband.h
2880
2881INOTIFY
2882M: John McCutchan <john@johnmccutchan.com>
2883M: Robert Love <rlove@rlove.org>
2884M: Eric Paris <eparis@parisplace.org>
2885S: Maintained
2886F: Documentation/filesystems/inotify.txt
2887F: fs/notify/inotify/
2888F: include/linux/inotify.h
2889
2890INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2891M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2892M: Dmitry Torokhov <dtor@mail.ru>
2893L: linux-input@vger.kernel.org
2894Q: http://patchwork.kernel.org/project/linux-input/list/
2895T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2896S: Maintained
2897F: drivers/input/
2898
2899INPUT MULTITOUCH (MT) PROTOCOL
2900M: Henrik Rydberg <rydberg@euromail.se>
2901L: linux-input@vger.kernel.org
2902S: Maintained
2903F: Documentation/input/multi-touch-protocol.txt
2904K: \b(ABS|SYN)_MT_
2905
2906INTEL IDLE DRIVER
2907M: Len Brown <lenb@kernel.org>
2908L: linux-pm@lists.linux-foundation.org
2909T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
2910S: Supported
2911F: drivers/idle/intel_idle.c
2912
2913INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2914M: Maik Broemme <mbroemme@plusserver.de>
2915L: linux-fbdev@vger.kernel.org
2916S: Maintained
2917F: Documentation/fb/intelfb.txt
2918F: drivers/video/intelfb/
2919
2920INTEL 810/815 FRAMEBUFFER DRIVER
2921M: Antonino Daplas <adaplas@gmail.com>
2922L: linux-fbdev@vger.kernel.org
2923S: Maintained
2924F: drivers/video/i810/
2925
2926INTEL MENLOW THERMAL DRIVER
2927M: Sujith Thomas <sujith.thomas@intel.com>
2928L: platform-driver-x86@vger.kernel.org
2929W: http://www.lesswatts.org/projects/acpi/
2930S: Supported
2931F: drivers/platform/x86/intel_menlow.c
2932
2933INTEL IA32 MICROCODE UPDATE SUPPORT
2934M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2935S: Maintained
2936F: arch/x86/kernel/microcode_core.c
2937F: arch/x86/kernel/microcode_intel.c
2938
2939INTEL I/OAT DMA DRIVER
2940M: Dan Williams <dan.j.williams@intel.com>
2941S: Supported
2942F: drivers/dma/ioat*
2943
2944INTEL IOMMU (VT-d)
2945M: David Woodhouse <dwmw2@infradead.org>
2946L: iommu@lists.linux-foundation.org
2947T: git git://git.infradead.org/iommu-2.6.git
2948S: Supported
2949F: drivers/pci/intel-iommu.c
2950F: include/linux/intel-iommu.h
2951
2952INTEL IOP-ADMA DMA DRIVER
2953M: Dan Williams <dan.j.williams@intel.com>
2954S: Maintained
2955F: drivers/dma/iop-adma.c
2956
2957INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2958M: Krzysztof Halasa <khc@pm.waw.pl>
2959S: Maintained
2960F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2961F: arch/arm/mach-ixp4xx/include/mach/npe.h
2962F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2963F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2964F: drivers/net/arm/ixp4xx_eth.c
2965F: drivers/net/wan/ixp4xx_hss.c
2966
2967INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2968M: Deepak Saxena <dsaxena@plexity.net>
2969S: Maintained
2970F: drivers/char/hw_random/ixp4xx-rng.c
2971
2972INTEL IXP2000 ETHERNET DRIVER
2973M: Lennert Buytenhek <kernel@wantstofly.org>
2974L: netdev@vger.kernel.org
2975S: Maintained
2976F: drivers/net/ixp2000/
2977
2978INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2979M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2980M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2981M: Bruce Allan <bruce.w.allan@intel.com>
2982M: Alex Duyck <alexander.h.duyck@intel.com>
2983M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2984M: John Ronciak <john.ronciak@intel.com>
2985L: e1000-devel@lists.sourceforge.net
2986W: http://e1000.sourceforge.net/
2987S: Supported
2988F: drivers/net/e100.c
2989F: drivers/net/e1000/
2990F: drivers/net/e1000e/
2991F: drivers/net/igb/
2992F: drivers/net/igbvf/
2993F: drivers/net/ixgb/
2994F: drivers/net/ixgbe/
2995
2996INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2997L: linux-wireless@vger.kernel.org
2998S: Orphan
2999F: Documentation/networking/README.ipw2100
3000F: drivers/net/wireless/ipw2x00/ipw2100.*
3001
3002INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3003L: linux-wireless@vger.kernel.org
3004S: Orphan
3005F: Documentation/networking/README.ipw2200
3006F: drivers/net/wireless/ipw2x00/ipw2200.*
3007
3008INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3009M: Joseph Cihula <joseph.cihula@intel.com>
3010M: Shane Wang <shane.wang@intel.com>
3011L: tboot-devel@lists.sourceforge.net
3012W: http://tboot.sourceforge.net
3013T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3014S: Supported
3015F: Documentation/intel_txt.txt
3016F: include/linux/tboot.h
3017F: arch/x86/kernel/tboot.c
3018
3019INTEL WIRELESS WIMAX CONNECTION 2400
3020M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3021M: linux-wimax@intel.com
3022L: wimax@linuxwimax.org
3023S: Supported
3024W: http://linuxwimax.org
3025F: Documentation/wimax/README.i2400m
3026F: drivers/net/wimax/i2400m/
3027F: include/linux/wimax/i2400m.h
3028
3029INTEL WIRELESS WIFI LINK (iwlwifi)
3030M: Reinette Chatre <reinette.chatre@intel.com>
3031M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3032M: Intel Linux Wireless <ilw@linux.intel.com>
3033L: linux-wireless@vger.kernel.org
3034W: http://intellinuxwireless.org
3035T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3036S: Supported
3037F: drivers/net/wireless/iwlwifi/
3038
3039INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3040M: Samuel Ortiz <samuel.ortiz@intel.com>
3041M: Intel Linux Wireless <ilw@linux.intel.com>
3042L: linux-wireless@vger.kernel.org
3043S: Supported
3044W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3045F: drivers/net/wireless/iwmc3200wifi/
3046
3047IOC3 ETHERNET DRIVER
3048M: Ralf Baechle <ralf@linux-mips.org>
3049L: linux-mips@linux-mips.org
3050S: Maintained
3051F: drivers/net/ioc3-eth.c
3052
3053IOC3 SERIAL DRIVER
3054M: Pat Gefre <pfg@sgi.com>
3055L: linux-mips@linux-mips.org
3056S: Maintained
3057F: drivers/serial/ioc3_serial.c
3058
3059IP MASQUERADING
3060M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3061S: Maintained
3062F: net/ipv4/netfilter/ipt_MASQUERADE.c
3063
3064IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3065M: Francois Romieu <romieu@fr.zoreil.com>
3066M: Sorbica Shieh <sorbica@icplus.com.tw>
3067L: netdev@vger.kernel.org
3068S: Maintained
3069F: drivers/net/ipg.*
3070
3071IPATH DRIVER
3072M: Ralph Campbell <infinipath@qlogic.com>
3073L: linux-rdma@vger.kernel.org
3074T: git git://git.qlogic.com/ipath-linux-2.6
3075S: Supported
3076F: drivers/infiniband/hw/ipath/
3077
3078IPMI SUBSYSTEM
3079M: Corey Minyard <minyard@acm.org>
3080L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3081W: http://openipmi.sourceforge.net/
3082S: Supported
3083F: Documentation/IPMI.txt
3084F: drivers/char/ipmi/
3085F: include/linux/ipmi*
3086
3087IPS SCSI RAID DRIVER
3088M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3089L: linux-scsi@vger.kernel.org
3090W: http://www.adaptec.com/
3091S: Maintained
3092F: drivers/scsi/ips*
3093
3094IPVS
3095M: Wensong Zhang <wensong@linux-vs.org>
3096M: Simon Horman <horms@verge.net.au>
3097M: Julian Anastasov <ja@ssi.bg>
3098L: netdev@vger.kernel.org
3099L: lvs-devel@vger.kernel.org
3100S: Maintained
3101F: Documentation/networking/ipvs-sysctl.txt
3102F: include/net/ip_vs.h
3103F: include/linux/ip_vs.h
3104F: net/netfilter/ipvs/
3105
3106IPWIRELESS DRIVER
3107M: Jiri Kosina <jkosina@suse.cz>
3108M: David Sterba <dsterba@suse.cz>
3109S: Maintained
3110T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3111F: drivers/char/pcmcia/ipwireless/
3112
3113IPX NETWORK LAYER
3114M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3115L: netdev@vger.kernel.org
3116S: Maintained
3117F: include/linux/ipx.h
3118F: include/net/ipx.h
3119F: net/ipx/
3120
3121IRDA SUBSYSTEM
3122M: Samuel Ortiz <samuel@sortiz.org>
3123L: irda-users@lists.sourceforge.net (subscribers-only)
3124W: http://irda.sourceforge.net/
3125S: Maintained
3126T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3127F: Documentation/networking/irda.txt
3128F: drivers/net/irda/
3129F: include/net/irda/
3130F: net/irda/
3131
3132ISAPNP
3133M: Jaroslav Kysela <perex@perex.cz>
3134S: Maintained
3135F: Documentation/isapnp.txt
3136F: drivers/pnp/isapnp/
3137F: include/linux/isapnp.h
3138
3139ISCSI
3140M: Mike Christie <michaelc@cs.wisc.edu>
3141L: open-iscsi@googlegroups.com
3142W: www.open-iscsi.org
3143T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3144S: Maintained
3145F: drivers/scsi/*iscsi*
3146F: include/scsi/*iscsi*
3147
3148ISDN SUBSYSTEM
3149M: Karsten Keil <isdn@linux-pingi.de>
3150L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3151L: netdev@vger.kernel.org
3152W: http://www.isdn4linux.de
3153T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3154S: Maintained
3155F: Documentation/isdn/
3156F: drivers/isdn/
3157F: include/linux/isdn.h
3158F: include/linux/isdn/
3159
3160ISDN SUBSYSTEM (Eicon active card driver)
3161M: Armin Schindler <mac@melware.de>
3162L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3163W: http://www.melware.de
3164S: Maintained
3165F: drivers/isdn/hardware/eicon/
3166
3167IT87 HARDWARE MONITORING DRIVER
3168M: Jean Delvare <khali@linux-fr.org>
3169L: lm-sensors@lm-sensors.org
3170S: Maintained
3171F: Documentation/hwmon/it87
3172F: drivers/hwmon/it87.c
3173
3174IVTV VIDEO4LINUX DRIVER
3175M: Andy Walls <awalls@md.metrocast.net>
3176L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3177L: linux-media@vger.kernel.org
3178T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3179W: http://www.ivtvdriver.org
3180S: Maintained
3181F: Documentation/video4linux/*.ivtv
3182F: drivers/media/video/ivtv/
3183F: include/linux/ivtv*
3184
3185JFS FILESYSTEM
3186M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3187L: jfs-discussion@lists.sourceforge.net
3188W: http://jfs.sourceforge.net/
3189T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3190S: Maintained
3191F: Documentation/filesystems/jfs.txt
3192F: fs/jfs/
3193
3194JME NETWORK DRIVER
3195M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3196L: netdev@vger.kernel.org
3197S: Maintained
3198F: drivers/net/jme.*
3199
3200JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3201M: David Woodhouse <dwmw2@infradead.org>
3202L: linux-mtd@lists.infradead.org
3203W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3204S: Maintained
3205F: fs/jffs2/
3206F: include/linux/jffs2.h
3207
3208JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3209M: Andrew Morton <akpm@linux-foundation.org>
3210M: Jan Kara <jack@suse.cz>
3211L: linux-ext4@vger.kernel.org
3212S: Maintained
3213F: fs/jbd*/
3214F: include/linux/ext*jbd*.h
3215F: include/linux/jbd*.h
3216
3217K8TEMP HARDWARE MONITORING DRIVER
3218M: Rudolf Marek <r.marek@assembler.cz>
3219L: lm-sensors@lm-sensors.org
3220S: Maintained
3221F: Documentation/hwmon/k8temp
3222F: drivers/hwmon/k8temp.c
3223
3224KCONFIG
3225M: Roman Zippel <zippel@linux-m68k.org>
3226L: linux-kbuild@vger.kernel.org
3227Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3228S: Maintained
3229F: Documentation/kbuild/kconfig-language.txt
3230F: scripts/kconfig/
3231
3232KDUMP
3233M: Vivek Goyal <vgoyal@redhat.com>
3234M: Haren Myneni <hbabu@us.ibm.com>
3235L: kexec@lists.infradead.org
3236W: http://lse.sourceforge.net/kdump/
3237S: Maintained
3238F: Documentation/kdump/
3239
3240KERNEL AUTOMOUNTER (AUTOFS)
3241M: "H. Peter Anvin" <hpa@zytor.com>
3242L: autofs@linux.kernel.org
3243S: Odd Fixes
3244F: fs/autofs/
3245
3246KERNEL AUTOMOUNTER v4 (AUTOFS4)
3247M: Ian Kent <raven@themaw.net>
3248L: autofs@linux.kernel.org
3249S: Maintained
3250F: fs/autofs4/
3251
3252KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3253M: Michal Marek <mmarek@suse.cz>
3254T: git git://repo.or.cz/linux-kbuild.git for-next
3255T: git git://repo.or.cz/linux-kbuild.git for-linus
3256L: linux-kbuild@vger.kernel.org
3257S: Maintained
3258F: Documentation/kbuild/
3259F: Makefile
3260F: scripts/Makefile.*
3261F: scripts/basic/
3262F: scripts/mk*
3263F: scripts/package/
3264
3265KERNEL JANITORS
3266L: kernel-janitors@vger.kernel.org
3267W: http://janitor.kernelnewbies.org/
3268S: Odd Fixes
3269
3270KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3271M: "J. Bruce Fields" <bfields@fieldses.org>
3272M: Neil Brown <neilb@suse.de>
3273L: linux-nfs@vger.kernel.org
3274W: http://nfs.sourceforge.net/
3275S: Supported
3276F: fs/nfsd/
3277F: include/linux/nfsd/
3278F: fs/lockd/
3279F: fs/nfs_common/
3280F: net/sunrpc/
3281F: include/linux/lockd/
3282F: include/linux/sunrpc/
3283
3284KERNEL VIRTUAL MACHINE (KVM)
3285M: Avi Kivity <avi@redhat.com>
3286M: Marcelo Tosatti <mtosatti@redhat.com>
3287L: kvm@vger.kernel.org
3288W: http://kvm.qumranet.com
3289S: Supported
3290F: Documentation/*/kvm.txt
3291F: arch/*/kvm/
3292F: arch/*/include/asm/kvm*
3293F: include/linux/kvm*
3294F: virt/kvm/
3295
3296KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3297M: Joerg Roedel <joerg.roedel@amd.com>
3298L: kvm@vger.kernel.org
3299W: http://kvm.qumranet.com
3300S: Supported
3301F: arch/x86/include/asm/svm.h
3302F: arch/x86/kvm/svm.c
3303
3304KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3305M: Alexander Graf <agraf@suse.de>
3306L: kvm-ppc@vger.kernel.org
3307W: http://kvm.qumranet.com
3308S: Supported
3309F: arch/powerpc/include/asm/kvm*
3310F: arch/powerpc/kvm/
3311
3312KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3313M: Xiantao Zhang <xiantao.zhang@intel.com>
3314L: kvm-ia64@vger.kernel.org
3315W: http://kvm.qumranet.com
3316S: Supported
3317F: Documentation/ia64/kvm.txt
3318F: arch/ia64/include/asm/kvm*
3319F: arch/ia64/kvm/
3320
3321KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3322M: Carsten Otte <cotte@de.ibm.com>
3323M: Christian Borntraeger <borntraeger@de.ibm.com>
3324M: linux390@de.ibm.com
3325L: linux-s390@vger.kernel.org
3326W: http://www.ibm.com/developerworks/linux/linux390/
3327S: Supported
3328F: Documentation/s390/kvm.txt
3329F: arch/s390/include/asm/kvm*
3330F: arch/s390/kvm/
3331F: drivers/s390/kvm/
3332
3333KEXEC
3334M: Eric Biederman <ebiederm@xmission.com>
3335W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3336L: kexec@lists.infradead.org
3337S: Maintained
3338F: include/linux/kexec.h
3339F: kernel/kexec.c
3340
3341KEYS/KEYRINGS:
3342M: David Howells <dhowells@redhat.com>
3343L: keyrings@linux-nfs.org
3344S: Maintained
3345F: Documentation/keys.txt
3346F: include/linux/key.h
3347F: include/linux/key-type.h
3348F: include/keys/
3349F: security/keys/
3350
3351KGDB / KDB /debug_core
3352M: Jason Wessel <jason.wessel@windriver.com>
3353W: http://kgdb.wiki.kernel.org/
3354L: kgdb-bugreport@lists.sourceforge.net
3355S: Maintained
3356F: Documentation/DocBook/kgdb.tmpl
3357F: drivers/misc/kgdbts.c
3358F: drivers/serial/kgdboc.c
3359F: include/linux/kdb.h
3360F: include/linux/kgdb.h
3361F: kernel/debug/
3362
3363KMEMCHECK
3364M: Vegard Nossum <vegardno@ifi.uio.no>
3365M: Pekka Enberg <penberg@cs.helsinki.fi>
3366S: Maintained
3367F: Documentation/kmemcheck.txt
3368F: arch/x86/include/asm/kmemcheck.h
3369F: arch/x86/mm/kmemcheck/
3370F: include/linux/kmemcheck.h
3371F: mm/kmemcheck.c
3372
3373KMEMLEAK
3374M: Catalin Marinas <catalin.marinas@arm.com>
3375S: Maintained
3376F: Documentation/kmemleak.txt
3377F: include/linux/kmemleak.h
3378F: mm/kmemleak.c
3379F: mm/kmemleak-test.c
3380
3381KMEMTRACE
3382M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3383S: Maintained
3384F: Documentation/trace/kmemtrace.txt
3385F: include/linux/kmemtrace.h
3386F: kernel/trace/kmemtrace.c
3387
3388KPROBES
3389M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3390M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3391M: "David S. Miller" <davem@davemloft.net>
3392M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3393S: Maintained
3394F: Documentation/kprobes.txt
3395F: include/linux/kprobes.h
3396F: kernel/kprobes.c
3397
3398KS0108 LCD CONTROLLER DRIVER
3399M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3400W: http://miguelojeda.es/auxdisplay.htm
3401W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3402S: Maintained
3403F: Documentation/auxdisplay/ks0108
3404F: drivers/auxdisplay/ks0108.c
3405F: include/linux/ks0108.h
3406
3407LAPB module
3408L: linux-x25@vger.kernel.org
3409S: Orphan
3410F: Documentation/networking/lapb-module.txt
3411F: include/*/lapb.h
3412F: net/lapb/
3413
3414LASI 53c700 driver for PARISC
3415M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3416L: linux-scsi@vger.kernel.org
3417S: Maintained
3418F: Documentation/scsi/53c700.txt
3419F: drivers/scsi/53c700*
3420
3421LED SUBSYSTEM
3422M: Richard Purdie <rpurdie@rpsys.net>
3423S: Maintained
3424F: drivers/leds/
3425F: include/linux/leds.h
3426
3427LEGO USB Tower driver
3428M: Juergen Stuber <starblue@users.sourceforge.net>
3429L: legousb-devel@lists.sourceforge.net
3430W: http://legousb.sourceforge.net/
3431S: Maintained
3432F: drivers/usb/misc/legousbtower.c
3433
3434LGUEST
3435M: Rusty Russell <rusty@rustcorp.com.au>
3436L: lguest@ozlabs.org
3437W: http://lguest.ozlabs.org/
3438S: Maintained
3439F: Documentation/lguest/
3440F: arch/x86/lguest/
3441F: drivers/lguest/
3442F: include/linux/lguest*.h
3443F: arch/x86/include/asm/lguest*.h
3444
3445LINUX FOR IBM pSERIES (RS/6000)
3446M: Paul Mackerras <paulus@au.ibm.com>
3447W: http://www.ibm.com/linux/ltc/projects/ppc
3448S: Supported
3449F: arch/powerpc/boot/rs6000.h
3450
3451LINUX FOR POWERPC (32-BIT AND 64-BIT)
3452M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3453M: Paul Mackerras <paulus@samba.org>
3454W: http://www.penguinppc.org/
3455L: linuxppc-dev@ozlabs.org
3456Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3457T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3458S: Supported
3459F: Documentation/powerpc/
3460F: arch/powerpc/
3461
3462LINUX FOR POWER MACINTOSH
3463M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3464W: http://www.penguinppc.org/
3465L: linuxppc-dev@ozlabs.org
3466S: Maintained
3467F: arch/powerpc/platforms/powermac/
3468F: drivers/macintosh/
3469
3470LINUX FOR POWERPC EMBEDDED MPC5XXX
3471M: Grant Likely <grant.likely@secretlab.ca>
3472L: linuxppc-dev@ozlabs.org
3473T: git git://git.secretlab.ca/git/linux-2.6.git
3474S: Maintained
3475F: arch/powerpc/platforms/512x/
3476F: arch/powerpc/platforms/52xx/
3477
3478LINUX FOR POWERPC EMBEDDED PPC4XX
3479M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3480M: Matt Porter <mporter@kernel.crashing.org>
3481W: http://www.penguinppc.org/
3482L: linuxppc-dev@ozlabs.org
3483T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3484S: Maintained
3485F: arch/powerpc/platforms/40x/
3486F: arch/powerpc/platforms/44x/
3487
3488LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3489M: Grant Likely <grant.likely@secretlab.ca>
3490W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3491L: linuxppc-dev@ozlabs.org
3492T: git git://git.secretlab.ca/git/linux-2.6.git
3493S: Maintained
3494F: arch/powerpc/*/*virtex*
3495F: arch/powerpc/*/*/*virtex*
3496
3497LINUX FOR POWERPC EMBEDDED PPC8XX
3498M: Vitaly Bordug <vitb@kernel.crashing.org>
3499M: Marcelo Tosatti <marcelo@kvack.org>
3500W: http://www.penguinppc.org/
3501L: linuxppc-dev@ozlabs.org
3502S: Maintained
3503
3504LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3505M: Kumar Gala <galak@kernel.crashing.org>
3506W: http://www.penguinppc.org/
3507L: linuxppc-dev@ozlabs.org
3508S: Maintained
3509F: arch/powerpc/platforms/83xx/
3510
3511LINUX FOR POWERPC PA SEMI PWRFICIENT
3512M: Olof Johansson <olof@lixom.net>
3513L: linuxppc-dev@ozlabs.org
3514S: Maintained
3515F: arch/powerpc/platforms/pasemi/
3516F: drivers/*/*pasemi*
3517F: drivers/*/*/*pasemi*
3518
3519LINUX SECURITY MODULE (LSM) FRAMEWORK
3520M: Chris Wright <chrisw@sous-sol.org>
3521L: linux-security-module@vger.kernel.org
3522T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3523S: Supported
3524
3525LLC (802.2)
3526M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3527S: Maintained
3528F: include/linux/llc.h
3529F: include/net/llc*
3530F: net/llc/
3531
3532LIS3LV02D ACCELEROMETER DRIVER
3533M: Eric Piel <eric.piel@tremplin-utc.net>
3534S: Maintained
3535F: Documentation/hwmon/lis3lv02d
3536F: drivers/hwmon/lis3lv02d.*
3537
3538LM73 HARDWARE MONITOR DRIVER
3539M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3540L: lm-sensors@lm-sensors.org
3541S: Maintained
3542F: drivers/hwmon/lm73.c
3543
3544LM83 HARDWARE MONITOR DRIVER
3545M: Jean Delvare <khali@linux-fr.org>
3546L: lm-sensors@lm-sensors.org
3547S: Maintained
3548F: Documentation/hwmon/lm83
3549F: drivers/hwmon/lm83.c
3550
3551LM90 HARDWARE MONITOR DRIVER
3552M: Jean Delvare <khali@linux-fr.org>
3553L: lm-sensors@lm-sensors.org
3554S: Maintained
3555F: Documentation/hwmon/lm90
3556F: drivers/hwmon/lm90.c
3557
3558LOCKDEP AND LOCKSTAT
3559M: Peter Zijlstra <peterz@infradead.org>
3560M: Ingo Molnar <mingo@redhat.com>
3561T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3562S: Maintained
3563F: Documentation/lockdep*.txt
3564F: Documentation/lockstat.txt
3565F: include/linux/lockdep.h
3566F: kernel/lockdep*
3567
3568LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3569M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3570L: linux-ntfs-dev@lists.sourceforge.net
3571W: http://www.linux-ntfs.org/content/view/19/37/
3572S: Maintained
3573F: Documentation/ldm.txt
3574F: fs/partitions/ldm.*
3575
3576LogFS
3577M: Joern Engel <joern@logfs.org>
3578L: logfs@logfs.org
3579W: logfs.org
3580S: Maintained
3581F: fs/logfs/
3582
3583LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3584M: Eric Moore <Eric.Moore@lsi.com>
3585M: support@lsi.com
3586L: DL-MPTFusionLinux@lsi.com
3587L: linux-scsi@vger.kernel.org
3588W: http://www.lsilogic.com/support
3589S: Supported
3590F: drivers/message/fusion/
3591
3592LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3593M: Matthew Wilcox <matthew@wil.cx>
3594L: linux-scsi@vger.kernel.org
3595S: Maintained
3596F: drivers/scsi/sym53c8xx_2/
3597
3598LTP (Linux Test Project)
3599M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3600M: Garrett Cooper <yanegomi@gmail.com>
3601M: Mike Frysinger <vapier@gentoo.org>
3602M: Subrata Modak <subrata@linux.vnet.ibm.com>
3603L: ltp-list@lists.sourceforge.net (subscribers-only)
3604W: http://ltp.sourceforge.net/
3605T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3606S: Maintained
3607
3608M32R ARCHITECTURE
3609M: Hirokazu Takata <takata@linux-m32r.org>
3610L: linux-m32r@ml.linux-m32r.org
3611L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3612W: http://www.linux-m32r.org/
3613S: Maintained
3614F: arch/m32r/
3615
3616M68K ARCHITECTURE
3617M: Geert Uytterhoeven <geert@linux-m68k.org>
3618M: Roman Zippel <zippel@linux-m68k.org>
3619L: linux-m68k@lists.linux-m68k.org
3620W: http://www.linux-m68k.org/
3621T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3622S: Maintained
3623F: arch/m68k/
3624F: drivers/zorro/
3625
3626M68K ON APPLE MACINTOSH
3627M: Joshua Thompson <funaho@jurai.org>
3628W: http://www.mac.linux-m68k.org/
3629L: linux-m68k@lists.linux-m68k.org
3630S: Maintained
3631F: arch/m68k/mac/
3632
3633M68K ON HP9000/300
3634M: Philip Blundell <philb@gnu.org>
3635W: http://www.tazenda.demon.co.uk/phil/linux-hp
3636S: Maintained
3637F: arch/m68k/hp300/
3638
3639MAC80211
3640M: Johannes Berg <johannes@sipsolutions.net>
3641L: linux-wireless@vger.kernel.org
3642W: http://linuxwireless.org/
3643T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3644S: Maintained
3645F: Documentation/networking/mac80211-injection.txt
3646F: include/net/mac80211.h
3647F: net/mac80211/
3648
3649MAC80211 PID RATE CONTROL
3650M: Stefano Brivio <stefano.brivio@polimi.it>
3651M: Mattias Nissler <mattias.nissler@gmx.de>
3652L: linux-wireless@vger.kernel.org
3653W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3654T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3655S: Maintained
3656F: net/mac80211/rc80211_pid*
3657
3658MACVLAN DRIVER
3659M: Patrick McHardy <kaber@trash.net>
3660L: netdev@vger.kernel.org
3661S: Maintained
3662F: drivers/net/macvlan.c
3663F: include/linux/if_macvlan.h
3664
3665MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3666M: Michael Kerrisk <mtk.manpages@gmail.com>
3667W: http://www.kernel.org/doc/man-pages
3668L: linux-man@vger.kernel.org
3669S: Maintained
3670
3671MARVELL LIBERTAS WIRELESS DRIVER
3672M: Dan Williams <dcbw@redhat.com>
3673L: libertas-dev@lists.infradead.org
3674S: Maintained
3675F: drivers/net/wireless/libertas/
3676
3677MARVELL MV643XX ETHERNET DRIVER
3678M: Lennert Buytenhek <buytenh@wantstofly.org>
3679L: netdev@vger.kernel.org
3680S: Maintained
3681F: drivers/net/mv643xx_eth.*
3682F: include/linux/mv643xx.h
3683
3684MARVELL MWL8K WIRELESS DRIVER
3685M: Lennert Buytenhek <buytenh@wantstofly.org>
3686L: linux-wireless@vger.kernel.org
3687S: Maintained
3688F: drivers/net/wireless/mwl8k.c
3689
3690MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3691M: Nicolas Pitre <nico@fluxnic.net>
3692S: Odd Fixes
3693F: drivers/mmc/host/mvsdio.*
3694
3695MARVELL YUKON / SYSKONNECT DRIVER
3696M: Mirko Lindner <mlindner@syskonnect.de>
3697M: Ralph Roesler <rroesler@syskonnect.de>
3698W: http://www.syskonnect.com
3699S: Supported
3700
3701MATROX FRAMEBUFFER DRIVER
3702M: Petr Vandrovec <vandrove@vc.cvut.cz>
3703L: linux-fbdev@vger.kernel.org
3704S: Maintained
3705F: drivers/video/matrox/matroxfb_*
3706F: include/linux/matroxfb.h
3707
3708MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3709M: "Hans J. Koch" <hjk@linutronix.de>
3710L: lm-sensors@lm-sensors.org
3711S: Maintained
3712F: Documentation/hwmon/max6650
3713F: drivers/hwmon/max6650.c
3714
3715MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3716M: Mauro Carvalho Chehab <mchehab@infradead.org>
3717P: LinuxTV.org Project
3718L: linux-media@vger.kernel.org
3719W: http://linuxtv.org
3720Q: http://patchwork.kernel.org/project/linux-media/list/
3721T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3722S: Maintained
3723F: Documentation/dvb/
3724F: Documentation/video4linux/
3725F: drivers/media/
3726F: include/media/
3727F: include/linux/dvb/
3728F: include/linux/videodev*.h
3729
3730MEGARAID SCSI DRIVERS
3731M: Neela Syam Kolli <megaraidlinux@lsi.com>
3732L: linux-scsi@vger.kernel.org
3733W: http://megaraid.lsilogic.com
3734S: Maintained
3735F: Documentation/scsi/megaraid.txt
3736F: drivers/scsi/megaraid.*
3737F: drivers/scsi/megaraid/
3738
3739MEMORY MANAGEMENT
3740L: linux-mm@kvack.org
3741W: http://www.linux-mm.org
3742S: Maintained
3743F: include/linux/mm.h
3744F: mm/
3745
3746MEMORY RESOURCE CONTROLLER
3747M: Balbir Singh <balbir@linux.vnet.ibm.com>
3748M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3749M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3750L: linux-mm@kvack.org
3751S: Maintained
3752F: mm/memcontrol.c
3753
3754MEMORY TECHNOLOGY DEVICES (MTD)
3755M: David Woodhouse <dwmw2@infradead.org>
3756L: linux-mtd@lists.infradead.org
3757W: http://www.linux-mtd.infradead.org/
3758Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3759T: git git://git.infradead.org/mtd-2.6.git
3760S: Maintained
3761F: drivers/mtd/
3762F: include/linux/mtd/
3763F: include/mtd/
3764
3765MICROBLAZE ARCHITECTURE
3766M: Michal Simek <monstr@monstr.eu>
3767L: microblaze-uclinux@itee.uq.edu.au
3768W: http://www.monstr.eu/fdt/
3769T: git git://git.monstr.eu/linux-2.6-microblaze.git
3770S: Supported
3771F: arch/microblaze/
3772
3773MICROTEK X6 SCANNER
3774M: Oliver Neukum <oliver@neukum.name>
3775S: Maintained
3776F: drivers/usb/image/microtek.*
3777
3778MIPS
3779M: Ralf Baechle <ralf@linux-mips.org>
3780W: http://www.linux-mips.org/
3781L: linux-mips@linux-mips.org
3782T: git git://git.linux-mips.org/pub/scm/linux.git
3783S: Supported
3784F: Documentation/mips/
3785F: arch/mips/
3786
3787MISCELLANEOUS MCA-SUPPORT
3788M: James Bottomley <James.Bottomley@HansenPartnership.com>
3789S: Maintained
3790F: Documentation/ia64/mca.txt
3791F: Documentation/mca.txt
3792F: drivers/mca/
3793F: include/linux/mca*
3794
3795MODULE SUPPORT
3796M: Rusty Russell <rusty@rustcorp.com.au>
3797S: Maintained
3798F: include/linux/module.h
3799F: kernel/module.c
3800
3801MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3802M: Stelian Pop <stelian@popies.net>
3803W: http://popies.net/meye/
3804S: Maintained
3805F: Documentation/video4linux/meye.txt
3806F: drivers/media/video/meye.*
3807F: include/linux/meye.h
3808
3809MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3810M: Pavel Pisa <ppisa@pikron.com>
3811L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3812S: Maintained
3813F: drivers/mmc/host/imxmmc.*
3814
3815MOUSE AND MISC DEVICES [GENERAL]
3816M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3817S: Maintained
3818F: drivers/input/mouse/
3819F: include/linux/gpio_mouse.h
3820
3821MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3822M: Jiri Slaby <jirislaby@gmail.com>
3823S: Maintained
3824F: Documentation/serial/moxa-smartio
3825F: drivers/char/mxser.*
3826
3827MSI LAPTOP SUPPORT
3828M: Lennart Poettering <mzxreary@0pointer.de>
3829L: platform-driver-x86@vger.kernel.org
3830W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3831W: http://0pointer.de/lennart/tchibo.html
3832S: Maintained
3833F: drivers/platform/x86/msi-laptop.c
3834
3835MSI WMI SUPPORT
3836M: Anisse Astier <anisse@astier.eu>
3837L: platform-driver-x86@vger.kernel.org
3838S: Supported
3839F: drivers/platform/x86/msi-wmi.c
3840
3841MULTIFUNCTION DEVICES (MFD)
3842M: Samuel Ortiz <sameo@linux.intel.com>
3843T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3844S: Supported
3845F: drivers/mfd/
3846
3847MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3848S: Orphan
3849L: linux-mmc@vger.kernel.org
3850F: drivers/mmc/
3851F: include/linux/mmc/
3852
3853MULTIMEDIA CARD (MMC) ETC. OVER SPI
3854M: David Brownell <dbrownell@users.sourceforge.net>
3855S: Odd Fixes
3856F: drivers/mmc/host/mmc_spi.c
3857F: include/linux/spi/mmc_spi.h
3858
3859MULTISOUND SOUND DRIVER
3860M: Andrew Veliath <andrewtv@usa.net>
3861S: Maintained
3862F: Documentation/sound/oss/MultiSound
3863F: sound/oss/msnd*
3864
3865MULTITECH MULTIPORT CARD (ISICOM)
3866M: Jiri Slaby <jirislaby@gmail.com>
3867S: Maintained
3868F: drivers/char/isicom.c
3869F: include/linux/isicom.h
3870
3871MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3872M: Felipe Balbi <felipe.balbi@nokia.com>
3873L: linux-usb@vger.kernel.org
3874T: git git://gitorious.org/usb/usb.git
3875S: Maintained
3876F: drivers/usb/musb/
3877
3878MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3879M: Andrew Gallatin <gallatin@myri.com>
3880M: Brice Goglin <brice@myri.com>
3881L: netdev@vger.kernel.org
3882W: http://www.myri.com/scs/download-Myri10GE.html
3883S: Supported
3884F: drivers/net/myri10ge/
3885
3886NATSEMI ETHERNET DRIVER (DP8381x)
3887M: Tim Hockin <thockin@hockin.org>
3888S: Maintained
3889F: drivers/net/natsemi.c
3890
3891NCP FILESYSTEM
3892M: Petr Vandrovec <vandrove@vc.cvut.cz>
3893S: Maintained
3894F: fs/ncpfs/
3895
3896NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3897M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3898L: linux-scsi@vger.kernel.org
3899S: Maintained
3900F: drivers/scsi/NCR_D700.*
3901
3902NETEFFECT IWARP RNIC DRIVER (IW_NES)
3903M: Faisal Latif <faisal.latif@intel.com>
3904M: Chien Tung <chien.tin.tung@intel.com>
3905L: linux-rdma@vger.kernel.org
3906W: http://www.neteffect.com
3907S: Supported
3908F: drivers/infiniband/hw/nes/
3909
3910NETEM NETWORK EMULATOR
3911M: Stephen Hemminger <shemminger@linux-foundation.org>
3912L: netem@lists.linux-foundation.org
3913S: Maintained
3914F: net/sched/sch_netem.c
3915
3916NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3917M: Ramkrishna Vepa <ram.vepa@neterion.com>
3918M: Rastapur Santosh <santosh.rastapur@neterion.com>
3919M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3920M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3921L: netdev@vger.kernel.org
3922W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3923W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3924S: Supported
3925F: Documentation/networking/s2io.txt
3926F: drivers/net/s2io*
3927
3928NETFILTER/IPTABLES/IPCHAINS
3929P: Rusty Russell
3930P: Marc Boucher
3931P: James Morris
3932P: Harald Welte
3933P: Jozsef Kadlecsik
3934M: Patrick McHardy <kaber@trash.net>
3935L: netfilter-devel@vger.kernel.org
3936L: netfilter@vger.kernel.org
3937L: coreteam@netfilter.org
3938W: http://www.netfilter.org/
3939W: http://www.iptables.org/
3940T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3941S: Supported
3942F: include/linux/netfilter*
3943F: include/linux/netfilter/
3944F: include/net/netfilter/
3945F: net/*/netfilter.c
3946F: net/*/netfilter/
3947F: net/netfilter/
3948
3949NETLABEL
3950M: Paul Moore <paul.moore@hp.com>
3951W: http://netlabel.sf.net
3952L: netdev@vger.kernel.org
3953S: Supported
3954F: Documentation/netlabel/
3955F: include/net/netlabel.h
3956F: net/netlabel/
3957
3958NETROM NETWORK LAYER
3959M: Ralf Baechle <ralf@linux-mips.org>
3960L: linux-hams@vger.kernel.org
3961W: http://www.linux-ax25.org/
3962S: Maintained
3963F: include/linux/netrom.h
3964F: include/net/netrom.h
3965F: net/netrom/
3966
3967NETWORK BLOCK DEVICE (NBD)
3968M: Paul Clements <Paul.Clements@steeleye.com>
3969S: Maintained
3970F: Documentation/blockdev/nbd.txt
3971F: drivers/block/nbd.c
3972F: include/linux/nbd.h
3973
3974NETWORK DROP MONITOR
3975M: Neil Horman <nhorman@tuxdriver.com>
3976L: netdev@vger.kernel.org
3977S: Maintained
3978W: https://fedorahosted.org/dropwatch/
3979F: net/core/drop_monitor.c
3980
3981NETWORKING [GENERAL]
3982M: "David S. Miller" <davem@davemloft.net>
3983L: netdev@vger.kernel.org
3984W: http://www.linuxfoundation.org/en/Net
3985W: http://patchwork.ozlabs.org/project/netdev/list/
3986T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3987T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3988S: Maintained
3989F: net/
3990F: include/net/
3991F: include/linux/in.h
3992F: include/linux/net.h
3993F: include/linux/netdevice.h
3994
3995NETWORKING [IPv4/IPv6]
3996M: "David S. Miller" <davem@davemloft.net>
3997M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3998M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3999M: James Morris <jmorris@namei.org>
4000M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4001M: Patrick McHardy <kaber@trash.net>
4002L: netdev@vger.kernel.org
4003T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4004S: Maintained
4005F: net/ipv4/
4006F: net/ipv6/
4007F: include/net/ip*
4008
4009NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4010M: Paul Moore <paul.moore@hp.com>
4011L: netdev@vger.kernel.org
4012S: Maintained
4013
4014NETWORKING [WIRELESS]
4015M: "John W. Linville" <linville@tuxdriver.com>
4016L: linux-wireless@vger.kernel.org
4017Q: http://patchwork.kernel.org/project/linux-wireless/list/
4018T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4019S: Maintained
4020F: net/mac80211/
4021F: net/rfkill/
4022F: net/wireless/
4023F: include/net/ieee80211*
4024F: include/linux/wireless.h
4025F: include/linux/iw_handler.h
4026F: drivers/net/wireless/
4027
4028NETWORKING DRIVERS
4029L: netdev@vger.kernel.org
4030W: http://www.linuxfoundation.org/en/Net
4031T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4032T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4033S: Odd Fixes
4034F: drivers/net/
4035F: include/linux/if_*
4036F: include/linux/*device.h
4037
4038NETXEN (1/10) GbE SUPPORT
4039M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4040L: netdev@vger.kernel.org
4041W: http://www.qlogic.com
4042S: Supported
4043F: drivers/net/netxen/
4044
4045NFS, SUNRPC, AND LOCKD CLIENTS
4046M: Trond Myklebust <Trond.Myklebust@netapp.com>
4047L: linux-nfs@vger.kernel.org
4048W: http://client.linux-nfs.org
4049T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4050S: Maintained
4051F: fs/lockd/
4052F: fs/nfs/
4053F: fs/nfs_common/
4054F: net/sunrpc/
4055F: include/linux/lockd/
4056F: include/linux/nfs*
4057F: include/linux/sunrpc/
4058
4059NI5010 NETWORK DRIVER
4060M: Jan-Pascal van Best <janpascal@vanbest.org>
4061M: Andreas Mohr <andi@lisas.de>
4062L: netdev@vger.kernel.org
4063S: Maintained
4064F: drivers/net/ni5010.*
4065
4066NILFS2 FILESYSTEM
4067M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4068L: linux-nilfs@vger.kernel.org
4069W: http://www.nilfs.org/en/
4070S: Supported
4071F: Documentation/filesystems/nilfs2.txt
4072F: fs/nilfs2/
4073F: include/linux/nilfs2_fs.h
4074
4075NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4076M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4077W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4078S: Maintained
4079F: Documentation/scsi/NinjaSCSI.txt
4080F: drivers/scsi/pcmcia/nsp_*
4081
4082NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4083M: GOTO Masanori <gotom@debian.or.jp>
4084M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4085W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4086S: Maintained
4087F: Documentation/scsi/NinjaSCSI.txt
4088F: drivers/scsi/nsp32*
4089
4090NTFS FILESYSTEM
4091M: Anton Altaparmakov <aia21@cantab.net>
4092L: linux-ntfs-dev@lists.sourceforge.net
4093W: http://www.linux-ntfs.org/
4094T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4095S: Maintained
4096F: Documentation/filesystems/ntfs.txt
4097F: fs/ntfs/
4098
4099NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4100M: Antonino Daplas <adaplas@gmail.com>
4101L: linux-fbdev@vger.kernel.org
4102S: Maintained
4103F: drivers/video/riva/
4104F: drivers/video/nvidia/
4105
4106OMAP SUPPORT
4107M: Tony Lindgren <tony@atomide.com>
4108L: linux-omap@vger.kernel.org
4109W: http://www.muru.com/linux/omap/
4110W: http://linux.omap.com/
4111Q: http://patchwork.kernel.org/project/linux-omap/list/
4112T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4113S: Maintained
4114F: arch/arm/*omap*/
4115
4116OMAP CLOCK FRAMEWORK SUPPORT
4117M: Paul Walmsley <paul@pwsan.com>
4118L: linux-omap@vger.kernel.org
4119S: Maintained
4120F: arch/arm/*omap*/*clock*
4121
4122OMAP POWER MANAGEMENT SUPPORT
4123M: Kevin Hilman <khilman@deeprootsystems.com>
4124L: linux-omap@vger.kernel.org
4125S: Maintained
4126F: arch/arm/*omap*/*pm*
4127
4128OMAP AUDIO SUPPORT
4129M: Jarkko Nikula <jhnikula@gmail.com>
4130L: alsa-devel@alsa-project.org (subscribers-only)
4131L: linux-omap@vger.kernel.org
4132S: Maintained
4133F: sound/soc/omap/
4134
4135OMAP FRAMEBUFFER SUPPORT
4136M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4137L: linux-fbdev@vger.kernel.org
4138L: linux-omap@vger.kernel.org
4139S: Maintained
4140F: drivers/video/omap/
4141
4142OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4143M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4144L: linux-omap@vger.kernel.org
4145L: linux-fbdev@vger.kernel.org
4146S: Maintained
4147F: drivers/video/omap2/
4148F: Documentation/arm/OMAP/DSS
4149
4150OMAP MMC SUPPORT
4151M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4152L: linux-omap@vger.kernel.org
4153S: Maintained
4154F: drivers/mmc/host/omap.c
4155
4156OMAP HS MMC SUPPORT
4157M: Madhusudhan Chikkature <madhu.cr@ti.com>
4158L: linux-omap@vger.kernel.org
4159S: Maintained
4160F: drivers/mmc/host/omap_hsmmc.c
4161
4162OMAP RANDOM NUMBER GENERATOR SUPPORT
4163M: Deepak Saxena <dsaxena@plexity.net>
4164S: Maintained
4165F: drivers/char/hw_random/omap-rng.c
4166
4167OMAP USB SUPPORT
4168M: Felipe Balbi <felipe.balbi@nokia.com>
4169M: David Brownell <dbrownell@users.sourceforge.net>
4170L: linux-usb@vger.kernel.org
4171L: linux-omap@vger.kernel.org
4172S: Maintained
4173
4174OMFS FILESYSTEM
4175M: Bob Copeland <me@bobcopeland.com>
4176L: linux-karma-devel@lists.sourceforge.net
4177S: Maintained
4178F: Documentation/filesystems/omfs.txt
4179F: fs/omfs/
4180
4181OMNIKEY CARDMAN 4000 DRIVER
4182M: Harald Welte <laforge@gnumonks.org>
4183S: Maintained
4184F: drivers/char/pcmcia/cm4000_cs.c
4185F: include/linux/cm4000_cs.h
4186
4187OMNIKEY CARDMAN 4040 DRIVER
4188M: Harald Welte <laforge@gnumonks.org>
4189S: Maintained
4190F: drivers/char/pcmcia/cm4040_cs.*
4191
4192OMNIVISION OV7670 SENSOR DRIVER
4193M: Jonathan Corbet <corbet@lwn.net>
4194L: linux-media@vger.kernel.org
4195T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4196S: Maintained
4197F: drivers/media/video/ov7670.c
4198
4199ONENAND FLASH DRIVER
4200M: Kyungmin Park <kyungmin.park@samsung.com>
4201L: linux-mtd@lists.infradead.org
4202S: Maintained
4203F: drivers/mtd/onenand/
4204F: include/linux/mtd/onenand*.h
4205
4206ONSTREAM SCSI TAPE DRIVER
4207M: Willem Riede <osst@riede.org>
4208L: osst-users@lists.sourceforge.net
4209L: linux-scsi@vger.kernel.org
4210S: Maintained
4211F: drivers/scsi/osst*
4212F: drivers/scsi/st*
4213
4214OPENCORES I2C BUS DRIVER
4215M: Peter Korsgaard <jacmet@sunsite.dk>
4216L: linux-i2c@vger.kernel.org
4217S: Maintained
4218F: Documentation/i2c/busses/i2c-ocores
4219F: drivers/i2c/busses/i2c-ocores.c
4220
4221OPEN FIRMWARE AND FLATTENED DEVICE TREE
4222M: Grant Likely <grant.likely@secretlab.ca>
4223L: devicetree-discuss@lists.ozlabs.org
4224W: http://fdt.secretlab.ca
4225T: git git://git.secretlab.ca/git/linux-2.6.git
4226S: Maintained
4227F: drivers/of
4228F: include/linux/of*.h
4229K: of_get_property
4230
4231OPROFILE
4232M: Robert Richter <robert.richter@amd.com>
4233L: oprofile-list@lists.sf.net
4234S: Maintained
4235F: arch/*/include/asm/oprofile*.h
4236F: arch/*/oprofile/
4237F: drivers/oprofile/
4238F: include/linux/oprofile.h
4239
4240ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4241M: Mark Fasheh <mfasheh@suse.com>
4242M: Joel Becker <joel.becker@oracle.com>
4243L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4244W: http://oss.oracle.com/projects/ocfs2/
4245T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4246S: Supported
4247F: Documentation/filesystems/ocfs2.txt
4248F: Documentation/filesystems/dlmfs.txt
4249F: fs/ocfs2/
4250
4251ORINOCO DRIVER
4252M: Pavel Roskin <proski@gnu.org>
4253M: David Gibson <hermes@gibson.dropbear.id.au>
4254L: linux-wireless@vger.kernel.org
4255L: orinoco-users@lists.sourceforge.net
4256L: orinoco-devel@lists.sourceforge.net
4257W: http://www.nongnu.org/orinoco/
4258S: Maintained
4259F: drivers/net/wireless/orinoco/
4260
4261OSD LIBRARY and FILESYSTEM
4262M: Boaz Harrosh <bharrosh@panasas.com>
4263M: Benny Halevy <bhalevy@panasas.com>
4264L: osd-dev@open-osd.org
4265W: http://open-osd.org
4266T: git git://git.open-osd.org/open-osd.git
4267S: Maintained
4268F: drivers/scsi/osd/
4269F: include/scsi/osd_*
4270F: fs/exofs/
4271
4272P54 WIRELESS DRIVER
4273M: Michael Wu <flamingice@sourmilk.net>
4274L: linux-wireless@vger.kernel.org
4275W: http://prism54.org
4276T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4277S: Maintained
4278F: drivers/net/wireless/p54/
4279
4280PA SEMI ETHERNET DRIVER
4281M: Olof Johansson <olof@lixom.net>
4282L: netdev@vger.kernel.org
4283S: Maintained
4284F: drivers/net/pasemi_mac.*
4285
4286PA SEMI SMBUS DRIVER
4287M: Olof Johansson <olof@lixom.net>
4288L: linux-i2c@vger.kernel.org
4289S: Maintained
4290F: drivers/i2c/busses/i2c-pasemi.c
4291
4292PANASONIC LAPTOP ACPI EXTRAS DRIVER
4293M: Harald Welte <laforge@gnumonks.org>
4294L: platform-driver-x86@vger.kernel.org
4295S: Maintained
4296F: drivers/platform/x86/panasonic-laptop.c
4297
4298PANASONIC MN10300/AM33 PORT
4299M: David Howells <dhowells@redhat.com>
4300M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4301L: linux-am33-list@redhat.com (moderated for non-subscribers)
4302W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4303S: Maintained
4304F: Documentation/mn10300/
4305F: arch/mn10300/
4306
4307PARALLEL PORT SUPPORT
4308L: linux-parport@lists.infradead.org (subscribers-only)
4309S: Orphan
4310F: drivers/parport/
4311F: include/linux/parport*.h
4312F: drivers/char/ppdev.c
4313F: include/linux/ppdev.h
4314
4315PARAVIRT_OPS INTERFACE
4316M: Jeremy Fitzhardinge <jeremy@xensource.com>
4317M: Chris Wright <chrisw@sous-sol.org>
4318M: Alok Kataria <akataria@vmware.com>
4319M: Rusty Russell <rusty@rustcorp.com.au>
4320L: virtualization@lists.osdl.org
4321S: Supported
4322F: Documentation/ia64/paravirt_ops.txt
4323F: arch/*/kernel/paravirt*
4324F: arch/*/include/asm/paravirt.h
4325
4326PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4327M: Tim Waugh <tim@cyberelk.net>
4328L: linux-parport@lists.infradead.org (subscribers-only)
4329W: http://www.torque.net/linux-pp.html
4330S: Maintained
4331F: Documentation/blockdev/paride.txt
4332F: drivers/block/paride/
4333
4334PARISC ARCHITECTURE
4335M: Kyle McMartin <kyle@mcmartin.ca>
4336M: Helge Deller <deller@gmx.de>
4337M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4338L: linux-parisc@vger.kernel.org
4339W: http://www.parisc-linux.org/
4340Q: http://patchwork.kernel.org/project/linux-parisc/list/
4341T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4342S: Maintained
4343F: arch/parisc/
4344F: drivers/parisc/
4345
4346PC87360 HARDWARE MONITORING DRIVER
4347M: Jim Cromie <jim.cromie@gmail.com>
4348L: lm-sensors@lm-sensors.org
4349S: Maintained
4350F: Documentation/hwmon/pc87360
4351F: drivers/hwmon/pc87360.c
4352
4353PC8736x GPIO DRIVER
4354M: Jim Cromie <jim.cromie@gmail.com>
4355S: Maintained
4356F: drivers/char/pc8736x_gpio.c
4357
4358PCA9532 LED DRIVER
4359M: Riku Voipio <riku.voipio@iki.fi>
4360S: Maintained
4361F: drivers/leds/leds-pca9532.c
4362F: include/linux/leds-pca9532.h
4363
4364PCA9564/PCA9665 I2C BUS DRIVER
4365M: Wolfram Sang <w.sang@pengutronix.de>
4366L: linux-i2c@vger.kernel.org
4367S: Maintained
4368F: drivers/i2c/algos/i2c-algo-pca.c
4369F: drivers/i2c/busses/i2c-pca-*
4370F: include/linux/i2c-algo-pca.h
4371F: include/linux/i2c-pca-platform.h
4372
4373PCI ERROR RECOVERY
4374M: Linas Vepstas <linas@austin.ibm.com>
4375L: linux-pci@vger.kernel.org
4376S: Supported
4377F: Documentation/PCI/pci-error-recovery.txt
4378F: Documentation/powerpc/eeh-pci-error-recovery.txt
4379
4380PCI SUBSYSTEM
4381M: Jesse Barnes <jbarnes@virtuousgeek.org>
4382L: linux-pci@vger.kernel.org
4383Q: http://patchwork.kernel.org/project/linux-pci/list/
4384T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4385S: Supported
4386F: Documentation/PCI/
4387F: drivers/pci/
4388F: include/linux/pci*
4389
4390PCI HOTPLUG
4391M: Jesse Barnes <jbarnes@virtuousgeek.org>
4392L: linux-pci@vger.kernel.org
4393S: Supported
4394F: drivers/pci/hotplug
4395
4396PCMCIA SUBSYSTEM
4397P: Linux PCMCIA Team
4398L: linux-pcmcia@lists.infradead.org
4399W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4400T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4401S: Maintained
4402F: Documentation/pcmcia/
4403F: drivers/pcmcia/
4404F: include/pcmcia/
4405
4406PCNET32 NETWORK DRIVER
4407M: Don Fry <pcnet32@verizon.net>
4408L: netdev@vger.kernel.org
4409S: Maintained
4410F: drivers/net/pcnet32.c
4411
4412PER-TASK DELAY ACCOUNTING
4413M: Balbir Singh <balbir@linux.vnet.ibm.com>
4414S: Maintained
4415F: include/linux/delayacct.h
4416F: kernel/delayacct.c
4417
4418PERFORMANCE EVENTS SUBSYSTEM
4419M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4420M: Paul Mackerras <paulus@samba.org>
4421M: Ingo Molnar <mingo@elte.hu>
4422M: Arnaldo Carvalho de Melo <acme@redhat.com>
4423S: Supported
4424F: kernel/perf_event*.c
4425F: include/linux/perf_event.h
4426F: arch/*/kernel/perf_event*.c
4427F: arch/*/kernel/*/perf_event*.c
4428F: arch/*/kernel/*/*/perf_event*.c
4429F: arch/*/include/asm/perf_event.h
4430F: arch/*/lib/perf_event*.c
4431F: arch/*/kernel/perf_callchain.c
4432F: tools/perf/
4433
4434PERSONALITY HANDLING
4435M: Christoph Hellwig <hch@infradead.org>
4436L: linux-abi-devel@lists.sourceforge.net
4437S: Maintained
4438F: include/linux/personality.h
4439
4440PHRAM MTD DRIVER
4441M: Joern Engel <joern@lazybastard.org>
4442L: linux-mtd@lists.infradead.org
4443S: Maintained
4444F: drivers/mtd/devices/phram.c
4445
4446PKTCDVD DRIVER
4447M: Peter Osterlund <petero2@telia.com>
4448S: Maintained
4449F: drivers/block/pktcdvd.c
4450F: include/linux/pktcdvd.h
4451
4452PMC SIERRA MaxRAID DRIVER
4453M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4454L: linux-scsi@vger.kernel.org
4455W: http://www.pmc-sierra.com/
4456S: Supported
4457F: drivers/scsi/pmcraid.*
4458
4459PMC SIERRA PM8001 DRIVER
4460M: jack_wang@usish.com
4461M: lindar_liu@usish.com
4462L: linux-scsi@vger.kernel.org
4463S: Supported
4464F: drivers/scsi/pm8001/
4465
4466POSIX CLOCKS and TIMERS
4467M: Thomas Gleixner <tglx@linutronix.de>
4468S: Supported
4469F: fs/timerfd.c
4470F: include/linux/timer*
4471F: kernel/*timer*
4472
4473POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4474M: Anton Vorontsov <cbou@mail.ru>
4475M: David Woodhouse <dwmw2@infradead.org>
4476T: git git://git.infradead.org/battery-2.6.git
4477S: Maintained
4478F: include/linux/power_supply.h
4479F: drivers/power/power_supply*
4480
4481PNP SUPPORT
4482M: Adam Belay <abelay@mit.edu>
4483M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4484S: Maintained
4485F: drivers/pnp/
4486
4487PNXxxxx I2C DRIVER
4488M: Vitaly Wool <vitalywool@gmail.com>
4489L: linux-i2c@vger.kernel.org
4490S: Maintained
4491F: drivers/i2c/busses/i2c-pnx.c
4492
4493PPP PROTOCOL DRIVERS AND COMPRESSORS
4494M: Paul Mackerras <paulus@samba.org>
4495L: linux-ppp@vger.kernel.org
4496S: Maintained
4497F: drivers/net/ppp_*
4498
4499PPP OVER ATM (RFC 2364)
4500M: Mitchell Blank Jr <mitch@sfgoth.com>
4501S: Maintained
4502F: net/atm/pppoatm.c
4503F: include/linux/atmppp.h
4504
4505PPP OVER ETHERNET
4506M: Michal Ostrowski <mostrows@earthlink.net>
4507S: Maintained
4508F: drivers/net/pppoe.c
4509F: drivers/net/pppox.c
4510
4511PPP OVER L2TP
4512M: James Chapman <jchapman@katalix.com>
4513S: Maintained
4514F: drivers/net/pppol2tp.c
4515F: include/linux/if_pppol2tp.h
4516
4517PPS SUPPORT
4518M: Rodolfo Giometti <giometti@enneenne.com>
4519W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4520L: linuxpps@ml.enneenne.com (subscribers-only)
4521S: Maintained
4522F: Documentation/pps/
4523F: drivers/pps/
4524F: include/linux/pps*.h
4525
4526PREEMPTIBLE KERNEL
4527M: Robert Love <rml@tech9.net>
4528L: kpreempt-tech@lists.sourceforge.net
4529W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4530S: Supported
4531F: Documentation/preempt-locking.txt
4532F: include/linux/preempt.h
4533
4534PRISM54 WIRELESS DRIVER
4535M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4536L: linux-wireless@vger.kernel.org
4537W: http://prism54.org
4538S: Maintained
4539F: drivers/net/wireless/prism54/
4540
4541PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4542M: Peter Denison <promise@pnd-pc.demon.co.uk>
4543W: http://www.pnd-pc.demon.co.uk/promise/
4544S: Maintained
4545
4546PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4547M: Mikael Pettersson <mikpe@it.uu.se>
4548L: linux-ide@vger.kernel.org
4549S: Maintained
4550F: drivers/ata/sata_promise.*
4551
4552PS3 NETWORK SUPPORT
4553M: Geoff Levand <geoff@infradead.org>
4554L: netdev@vger.kernel.org
4555L: cbe-oss-dev@ozlabs.org
4556S: Maintained
4557F: drivers/net/ps3_gelic_net.*
4558
4559PS3 PLATFORM SUPPORT
4560M: Geoff Levand <geoff@infradead.org>
4561L: linuxppc-dev@ozlabs.org
4562L: cbe-oss-dev@ozlabs.org
4563S: Maintained
4564F: arch/powerpc/boot/ps3*
4565F: arch/powerpc/include/asm/lv1call.h
4566F: arch/powerpc/include/asm/ps3*.h
4567F: arch/powerpc/platforms/ps3/
4568F: drivers/*/ps3*
4569F: drivers/ps3/
4570F: drivers/rtc/rtc-ps3.c
4571F: drivers/usb/host/*ps3.c
4572F: sound/ppc/snd_ps3*
4573
4574PS3VRAM DRIVER
4575M: Jim Paris <jim@jtan.com>
4576L: cbe-oss-dev@ozlabs.org
4577S: Maintained
4578
4579PTRACE SUPPORT
4580M: Roland McGrath <roland@redhat.com>
4581M: Oleg Nesterov <oleg@redhat.com>
4582S: Maintained
4583F: include/asm-generic/syscall.h
4584F: include/linux/ptrace.h
4585F: include/linux/regset.h
4586F: include/linux/tracehook.h
4587F: kernel/ptrace.c
4588
4589PVRUSB2 VIDEO4LINUX DRIVER
4590M: Mike Isely <isely@pobox.com>
4591L: pvrusb2@isely.net (subscribers-only)
4592L: linux-media@vger.kernel.org
4593W: http://www.isely.net/pvrusb2/
4594T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4595S: Maintained
4596F: Documentation/video4linux/README.pvrusb2
4597F: drivers/media/video/pvrusb2/
4598
4599PXA2xx/PXA3xx SUPPORT
4600M: Eric Miao <eric.y.miao@gmail.com>
4601M: Russell King <linux@arm.linux.org.uk>
4602L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4603S: Maintained
4604F: arch/arm/mach-pxa/
4605F: drivers/pcmcia/pxa2xx*
4606F: drivers/spi/pxa2xx*
4607F: drivers/usb/gadget/pxa2*
4608F: include/sound/pxa2xx-lib.h
4609F: sound/arm/pxa*
4610F: sound/soc/pxa
4611
4612PXA168 SUPPORT
4613M: Eric Miao <eric.y.miao@gmail.com>
4614M: Jason Chagas <jason.chagas@marvell.com>
4615L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4616T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4617S: Maintained
4618
4619PXA910 SUPPORT
4620M: Eric Miao <eric.y.miao@gmail.com>
4621L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4622T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4623S: Maintained
4624
4625MMP2 SUPPORT (aka ARMADA610)
4626M: Haojian Zhuang <haojian.zhuang@marvell.com>
4627M: Eric Miao <eric.y.miao@gmail.com>
4628L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4629T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4630S: Maintained
4631
4632PXA MMCI DRIVER
4633S: Orphan
4634
4635PXA RTC DRIVER
4636M: Robert Jarzmik <robert.jarzmik@free.fr>
4637L: rtc-linux@googlegroups.com
4638S: Maintained
4639
4640QLOGIC QLA1280 SCSI DRIVER
4641M: Michael Reed <mdr@sgi.com>
4642L: linux-scsi@vger.kernel.org
4643S: Maintained
4644F: drivers/scsi/qla1280.[ch]
4645
4646QLOGIC QLA2XXX FC-SCSI DRIVER
4647M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4648M: linux-driver@qlogic.com
4649L: linux-scsi@vger.kernel.org
4650S: Supported
4651F: Documentation/scsi/LICENSE.qla2xxx
4652F: drivers/scsi/qla2xxx/
4653
4654QLOGIC QLA4XXX iSCSI DRIVER
4655M: Ravi Anand <ravi.anand@qlogic.com>
4656M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4657M: iscsi-driver@qlogic.com
4658L: linux-scsi@vger.kernel.org
4659S: Supported
4660F: drivers/scsi/qla4xxx/
4661
4662QLOGIC QLA3XXX NETWORK DRIVER
4663M: Ron Mercer <ron.mercer@qlogic.com>
4664M: linux-driver@qlogic.com
4665L: netdev@vger.kernel.org
4666S: Supported
4667F: Documentation/networking/LICENSE.qla3xxx
4668F: drivers/net/qla3xxx.*
4669
4670QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4671M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4672M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4673M: linux-driver@qlogic.com
4674L: netdev@vger.kernel.org
4675S: Supported
4676F: drivers/net/qlcnic/
4677
4678QLOGIC QLGE 10Gb ETHERNET DRIVER
4679M: Ron Mercer <ron.mercer@qlogic.com>
4680M: linux-driver@qlogic.com
4681L: netdev@vger.kernel.org
4682S: Supported
4683F: drivers/net/qlge/
4684
4685QNX4 FILESYSTEM
4686M: Anders Larsen <al@alarsen.net>
4687W: http://www.alarsen.net/linux/qnx4fs/
4688S: Maintained
4689F: fs/qnx4/
4690F: include/linux/qnx4_fs.h
4691F: include/linux/qnxtypes.h
4692
4693RADEON FRAMEBUFFER DISPLAY DRIVER
4694M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4695L: linux-fbdev@vger.kernel.org
4696S: Maintained
4697F: drivers/video/aty/radeon*
4698F: include/linux/radeonfb.h
4699
4700RAGE128 FRAMEBUFFER DISPLAY DRIVER
4701M: Paul Mackerras <paulus@samba.org>
4702L: linux-fbdev@vger.kernel.org
4703S: Maintained
4704F: drivers/video/aty/aty128fb.c
4705
4706RALINK RT2X00 WIRELESS LAN DRIVER
4707P: rt2x00 project
4708M: Ivo van Doorn <IvDoorn@gmail.com>
4709M: Gertjan van Wingerde <gwingerde@gmail.com>
4710L: linux-wireless@vger.kernel.org
4711L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4712W: http://rt2x00.serialmonkey.com/
4713S: Maintained
4714T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4715F: drivers/net/wireless/rt2x00/
4716
4717RAMDISK RAM BLOCK DEVICE DRIVER
4718M: Nick Piggin <npiggin@suse.de>
4719S: Maintained
4720F: Documentation/blockdev/ramdisk.txt
4721F: drivers/block/brd.c
4722
4723RANDOM NUMBER DRIVER
4724M: Matt Mackall <mpm@selenic.com>
4725S: Maintained
4726F: drivers/char/random.c
4727
4728RAPIDIO SUBSYSTEM
4729M: Matt Porter <mporter@kernel.crashing.org>
4730S: Maintained
4731F: drivers/rapidio/
4732
4733RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4734M: Corey Thomas <coreythomas@charter.net>
4735L: linux-wireless@vger.kernel.org
4736S: Maintained
4737F: drivers/net/wireless/ray*
4738
4739RCUTORTURE MODULE
4740M: Josh Triplett <josh@freedesktop.org>
4741M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4742S: Supported
4743F: Documentation/RCU/torture.txt
4744F: kernel/rcutorture.c
4745
4746RDC R-321X SoC
4747M: Florian Fainelli <florian@openwrt.org>
4748S: Maintained
4749
4750RDC R6040 FAST ETHERNET DRIVER
4751M: Florian Fainelli <florian@openwrt.org>
4752L: netdev@vger.kernel.org
4753S: Maintained
4754F: drivers/net/r6040.c
4755
4756RDS - RELIABLE DATAGRAM SOCKETS
4757M: Andy Grover <andy.grover@oracle.com>
4758L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4759S: Supported
4760F: net/rds/
4761
4762READ-COPY UPDATE (RCU)
4763M: Dipankar Sarma <dipankar@in.ibm.com>
4764M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4765W: http://www.rdrop.com/users/paulmck/rclock/
4766S: Supported
4767F: Documentation/RCU/
4768F: include/linux/rcu*
4769F: include/linux/srcu*
4770F: kernel/rcu*
4771F: kernel/srcu*
4772X: kernel/rcutorture.c
4773
4774REAL TIME CLOCK DRIVER
4775M: Paul Gortmaker <p_gortmaker@yahoo.com>
4776S: Maintained
4777F: Documentation/rtc.txt
4778F: drivers/rtc/
4779F: include/linux/rtc.h
4780
4781REAL TIME CLOCK (RTC) SUBSYSTEM
4782M: Alessandro Zummo <a.zummo@towertech.it>
4783L: rtc-linux@googlegroups.com
4784Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4785S: Maintained
4786F: Documentation/rtc.txt
4787F: drivers/rtc/
4788F: include/linux/rtc.h
4789
4790REISERFS FILE SYSTEM
4791L: reiserfs-devel@vger.kernel.org
4792S: Supported
4793F: fs/reiserfs/
4794
4795RFKILL
4796M: Johannes Berg <johannes@sipsolutions.net>
4797L: linux-wireless@vger.kernel.org
4798S: Maintained
4799F: Documentation/rfkill.txt
4800F: net/rfkill/
4801
4802RICOH SMARTMEDIA/XD DRIVER
4803M: Maxim Levitsky <maximlevitsky@gmail.com>
4804S: Maintained
4805F: drivers/mtd/nand/r822.c
4806F: drivers/mtd/nand/r822.h
4807
4808RISCOM8 DRIVER
4809S: Orphan
4810F: Documentation/serial/riscom8.txt
4811F: drivers/char/riscom8*
4812
4813ROCKETPORT DRIVER
4814P: Comtrol Corp.
4815W: http://www.comtrol.com
4816S: Maintained
4817F: Documentation/serial/rocket.txt
4818F: drivers/char/rocket*
4819
4820ROSE NETWORK LAYER
4821M: Ralf Baechle <ralf@linux-mips.org>
4822L: linux-hams@vger.kernel.org
4823W: http://www.linux-ax25.org/
4824S: Maintained
4825F: include/linux/rose.h
4826F: include/net/rose.h
4827F: net/rose/
4828
4829RTL8180 WIRELESS DRIVER
4830M: "John W. Linville" <linville@tuxdriver.com>
4831L: linux-wireless@vger.kernel.org
4832W: http://linuxwireless.org/
4833T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4834S: Maintained
4835F: drivers/net/wireless/rtl818x/rtl8180*
4836
4837RTL8187 WIRELESS DRIVER
4838M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4839M: Hin-Tak Leung <htl10@users.sourceforge.net>
4840M: Larry Finger <Larry.Finger@lwfinger.net>
4841L: linux-wireless@vger.kernel.org
4842W: http://linuxwireless.org/
4843T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4844S: Maintained
4845F: drivers/net/wireless/rtl818x/rtl8187*
4846
4847S3 SAVAGE FRAMEBUFFER DRIVER
4848M: Antonino Daplas <adaplas@gmail.com>
4849L: linux-fbdev@vger.kernel.org
4850S: Maintained
4851F: drivers/video/savage/
4852
4853S390
4854M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4855M: Heiko Carstens <heiko.carstens@de.ibm.com>
4856M: linux390@de.ibm.com
4857L: linux-s390@vger.kernel.org
4858W: http://www.ibm.com/developerworks/linux/linux390/
4859S: Supported
4860F: arch/s390/
4861F: drivers/s390/
4862F: fs/partitions/ibm.c
4863F: Documentation/s390/
4864F: Documentation/DocBook/s390*
4865
4866S390 NETWORK DRIVERS
4867M: Ursula Braun <ursula.braun@de.ibm.com>
4868M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4869M: linux390@de.ibm.com
4870L: linux-s390@vger.kernel.org
4871W: http://www.ibm.com/developerworks/linux/linux390/
4872S: Supported
4873F: drivers/s390/net/
4874
4875S390 ZCRYPT DRIVER
4876M: Felix Beck <felix.beck@de.ibm.com>
4877M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4878M: linux390@de.ibm.com
4879L: linux-s390@vger.kernel.org
4880W: http://www.ibm.com/developerworks/linux/linux390/
4881S: Supported
4882F: drivers/s390/crypto/
4883
4884S390 ZFCP DRIVER
4885M: Christof Schmitt <christof.schmitt@de.ibm.com>
4886M: Swen Schillig <swen@vnet.ibm.com>
4887M: linux390@de.ibm.com
4888L: linux-s390@vger.kernel.org
4889W: http://www.ibm.com/developerworks/linux/linux390/
4890S: Supported
4891F: drivers/s390/scsi/zfcp_*
4892
4893S390 IUCV NETWORK LAYER
4894M: Ursula Braun <ursula.braun@de.ibm.com>
4895M: linux390@de.ibm.com
4896L: linux-s390@vger.kernel.org
4897W: http://www.ibm.com/developerworks/linux/linux390/
4898S: Supported
4899F: drivers/s390/net/*iucv*
4900F: include/net/iucv/
4901F: net/iucv/
4902
4903S3C24XX SD/MMC Driver
4904M: Ben Dooks <ben-linux@fluff.org>
4905L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4906S: Supported
4907F: drivers/mmc/host/s3cmci.*
4908
4909SAA7146 VIDEO4LINUX-2 DRIVER
4910M: Michael Hunold <michael@mihu.de>
4911L: linux-media@vger.kernel.org
4912T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4913W: http://www.mihu.de/linux/saa7146
4914S: Maintained
4915F: drivers/media/common/saa7146*
4916F: drivers/media/video/*7146*
4917F: include/media/*7146*
4918
4919TLG2300 VIDEO4LINUX-2 DRIVER
4920M: Huang Shijie <shijie8@gmail.com>
4921M: Kang Yong <kangyong@telegent.com>
4922M: Zhang Xiaobing <xbzhang@telegent.com>
4923S: Supported
4924F: drivers/media/video/tlg2300
4925
4926SC1200 WDT DRIVER
4927M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4928S: Maintained
4929F: drivers/watchdog/sc1200wdt.c
4930
4931SCHEDULER
4932M: Ingo Molnar <mingo@elte.hu>
4933M: Peter Zijlstra <peterz@infradead.org>
4934S: Maintained
4935F: kernel/sched*
4936F: include/linux/sched.h
4937
4938SCORE ARCHITECTURE
4939M: Chen Liqin <liqin.chen@sunplusct.com>
4940M: Lennox Wu <lennox.wu@gmail.com>
4941W: http://www.sunplusct.com
4942S: Supported
4943F: arch/score/
4944
4945SCSI CDROM DRIVER
4946M: Jens Axboe <axboe@kernel.dk>
4947L: linux-scsi@vger.kernel.org
4948W: http://www.kernel.dk
4949S: Maintained
4950F: drivers/scsi/sr*
4951
4952SCSI SG DRIVER
4953M: Doug Gilbert <dgilbert@interlog.com>
4954L: linux-scsi@vger.kernel.org
4955W: http://www.torque.net/sg
4956S: Maintained
4957F: drivers/scsi/sg.c
4958F: include/scsi/sg.h
4959
4960SCSI SUBSYSTEM
4961M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4962L: linux-scsi@vger.kernel.org
4963T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4964T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4965T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4966S: Maintained
4967F: drivers/scsi/
4968F: include/scsi/
4969
4970SCSI TAPE DRIVER
4971M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4972L: linux-scsi@vger.kernel.org
4973S: Maintained
4974F: Documentation/scsi/st.txt
4975F: drivers/scsi/st*
4976
4977SCTP PROTOCOL
4978M: Vlad Yasevich <vladislav.yasevich@hp.com>
4979M: Sridhar Samudrala <sri@us.ibm.com>
4980L: linux-sctp@vger.kernel.org
4981W: http://lksctp.sourceforge.net
4982S: Supported
4983F: Documentation/networking/sctp.txt
4984F: include/linux/sctp.h
4985F: include/net/sctp/
4986F: net/sctp/
4987
4988SCx200 CPU SUPPORT
4989M: Jim Cromie <jim.cromie@gmail.com>
4990S: Odd Fixes
4991F: Documentation/i2c/busses/scx200_acb
4992F: arch/x86/kernel/scx200_32.c
4993F: drivers/watchdog/scx200_wdt.c
4994F: drivers/i2c/busses/scx200*
4995F: drivers/mtd/maps/scx200_docflash.c
4996F: include/linux/scx200.h
4997
4998SCx200 GPIO DRIVER
4999M: Jim Cromie <jim.cromie@gmail.com>
5000S: Maintained
5001F: drivers/char/scx200_gpio.c
5002F: include/linux/scx200_gpio.h
5003
5004SCx200 HRT CLOCKSOURCE DRIVER
5005M: Jim Cromie <jim.cromie@gmail.com>
5006S: Maintained
5007F: drivers/clocksource/scx200_hrt.c
5008
5009SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5010M: Sascha Sommer <saschasommer@freenet.de>
5011L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5012S: Maintained
5013F: drivers/mmc/host/sdricoh_cs.c
5014
5015SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5016S: Orphan
5017L: linux-mmc@vger.kernel.org
5018F: drivers/mmc/host/sdhci.*
5019
5020SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5021M: Anton Vorontsov <avorontsov@ru.mvista.com>
5022L: linuxppc-dev@ozlabs.org
5023L: linux-mmc@vger.kernel.org
5024S: Maintained
5025F: drivers/mmc/host/sdhci-of.*
5026
5027SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5028M: Ben Dooks <ben-linux@fluff.org>
5029L: linux-mmc@vger.kernel.org
5030S: Maintained
5031F: drivers/mmc/host/sdhci-s3c.c
5032
5033SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5034M: Viresh Kumar <viresh.kumar@st.com>
5035L: linux-mmc@vger.kernel.org
5036S: Maintained
5037F: drivers/mmc/host/sdhci-spear.c
5038
5039SECURITY SUBSYSTEM
5040M: James Morris <jmorris@namei.org>
5041L: linux-security-module@vger.kernel.org (suggested Cc:)
5042T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5043W: http://security.wiki.kernel.org/
5044S: Supported
5045F: security/
5046
5047SECURITY CONTACT
5048M: Security Officers <security@kernel.org>
5049S: Supported
5050
5051SELINUX SECURITY MODULE
5052M: Stephen Smalley <sds@tycho.nsa.gov>
5053M: James Morris <jmorris@namei.org>
5054M: Eric Paris <eparis@parisplace.org>
5055L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5056W: http://selinuxproject.org
5057T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5058S: Supported
5059F: include/linux/selinux*
5060F: security/selinux/
5061
5062SENSABLE PHANTOM
5063M: Jiri Slaby <jirislaby@gmail.com>
5064S: Maintained
5065F: drivers/misc/phantom.c
5066F: include/linux/phantom.h
5067
5068SERIAL ATA (SATA) SUBSYSTEM
5069M: Jeff Garzik <jgarzik@pobox.com>
5070L: linux-ide@vger.kernel.org
5071T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5072S: Supported
5073F: drivers/ata/
5074F: include/linux/ata.h
5075F: include/linux/libata.h
5076
5077SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5078M: Jayamohan Kallickal <jayamohank@serverengines.com>
5079L: linux-scsi@vger.kernel.org
5080W: http://www.serverengines.com
5081S: Supported
5082F: drivers/scsi/be2iscsi/
5083
5084SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5085M: Sathya Perla <sathyap@serverengines.com>
5086M: Subbu Seetharaman <subbus@serverengines.com>
5087M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5088M: Ajit Khaparde <ajitk@serverengines.com>
5089L: netdev@vger.kernel.org
5090W: http://www.serverengines.com
5091S: Supported
5092F: drivers/net/benet/
5093
5094SFC NETWORK DRIVER
5095M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5096M: Steve Hodgson <shodgson@solarflare.com>
5097M: Ben Hutchings <bhutchings@solarflare.com>
5098L: netdev@vger.kernel.org
5099S: Supported
5100F: drivers/net/sfc/
5101
5102SGI GRU DRIVER
5103M: Jack Steiner <steiner@sgi.com>
5104S: Maintained
5105F: drivers/misc/sgi-gru/
5106
5107SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5108M: Pat Gefre <pfg@sgi.com>
5109L: linux-ia64@vger.kernel.org
5110S: Supported
5111F: Documentation/ia64/serial.txt
5112F: drivers/serial/ioc?_serial.c
5113F: include/linux/ioc?.h
5114
5115SGI VISUAL WORKSTATION 320 AND 540
5116M: Andrey Panin <pazke@donpac.ru>
5117L: linux-visws-devel@lists.sf.net
5118W: http://linux-visws.sf.net
5119S: Maintained for 2.6.
5120F: Documentation/sgi-visws.txt
5121
5122SGI XP/XPC/XPNET DRIVER
5123M: Robin Holt <holt@sgi.com>
5124S: Maintained
5125F: drivers/misc/sgi-xp/
5126
5127SHARP LH SUPPORT (LH7952X & LH7A40X)
5128M: Marc Singer <elf@buici.com>
5129W: http://projects.buici.com/arm
5130L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5131S: Maintained
5132F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5133F: arch/arm/mach-lh7a40x/
5134F: drivers/serial/serial_lh7a40x.c
5135F: drivers/usb/gadget/lh7a40*
5136F: drivers/usb/host/ohci-lh7a40*
5137
5138SIMPLE FIRMWARE INTERFACE (SFI)
5139M: Len Brown <lenb@kernel.org>
5140L: sfi-devel@simplefirmware.org
5141W: http://simplefirmware.org/
5142T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5143S: Supported
5144F: arch/x86/kernel/*sfi*
5145F: drivers/sfi/
5146F: include/linux/sfi*.h
5147
5148SIMTEC EB110ATX (Chalice CATS)
5149P: Ben Dooks
5150M: Vincent Sanders <support@simtec.co.uk>
5151W: http://www.simtec.co.uk/products/EB110ATX/
5152S: Supported
5153
5154SIMTEC EB2410ITX (BAST)
5155P: Ben Dooks
5156M: Vincent Sanders <support@simtec.co.uk>
5157W: http://www.simtec.co.uk/products/EB2410ITX/
5158S: Supported
5159F: arch/arm/mach-s3c2410/
5160F: drivers/*/*s3c2410*
5161F: drivers/*/*/*s3c2410*
5162
5163TI DAVINCI MACHINE SUPPORT
5164P: Kevin Hilman
5165M: davinci-linux-open-source@linux.davincidsp.com
5166Q: http://patchwork.kernel.org/project/linux-davinci/list/
5167S: Supported
5168F: arch/arm/mach-davinci
5169
5170SIS 190 ETHERNET DRIVER
5171M: Francois Romieu <romieu@fr.zoreil.com>
5172L: netdev@vger.kernel.org
5173S: Maintained
5174F: drivers/net/sis190.c
5175
5176SIS 900/7016 FAST ETHERNET DRIVER
5177M: Daniele Venzano <venza@brownhat.org>
5178W: http://www.brownhat.org/sis900.html
5179L: netdev@vger.kernel.org
5180S: Maintained
5181F: drivers/net/sis900.*
5182
5183SIS 96X I2C/SMBUS DRIVER
5184M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5185L: linux-i2c@vger.kernel.org
5186S: Maintained
5187F: Documentation/i2c/busses/i2c-sis96x
5188F: drivers/i2c/busses/i2c-sis96x.c
5189
5190SIS FRAMEBUFFER DRIVER
5191M: Thomas Winischhofer <thomas@winischhofer.net>
5192W: http://www.winischhofer.net/linuxsisvga.shtml
5193S: Maintained
5194F: Documentation/fb/sisfb.txt
5195F: drivers/video/sis/
5196F: include/video/sisfb.h
5197
5198SIS USB2VGA DRIVER
5199M: Thomas Winischhofer <thomas@winischhofer.net>
5200W: http://www.winischhofer.at/linuxsisusbvga.shtml
5201S: Maintained
5202F: drivers/usb/misc/sisusbvga/
5203
5204SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5205M: Stephen Hemminger <shemminger@linux-foundation.org>
5206L: netdev@vger.kernel.org
5207S: Maintained
5208F: drivers/net/skge.*
5209F: drivers/net/sky2.*
5210
5211SLAB ALLOCATOR
5212M: Christoph Lameter <cl@linux-foundation.org>
5213M: Pekka Enberg <penberg@cs.helsinki.fi>
5214M: Matt Mackall <mpm@selenic.com>
5215L: linux-mm@kvack.org
5216S: Maintained
5217F: include/linux/sl?b*.h
5218F: mm/sl?b.c
5219
5220SMC91x ETHERNET DRIVER
5221M: Nicolas Pitre <nico@fluxnic.net>
5222S: Odd Fixes
5223F: drivers/net/smc91x.*
5224
5225SMSC47B397 HARDWARE MONITOR DRIVER
5226M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5227L: lm-sensors@lm-sensors.org
5228S: Maintained
5229F: Documentation/hwmon/smsc47b397
5230F: drivers/hwmon/smsc47b397.c
5231
5232SMSC911x ETHERNET DRIVER
5233M: Steve Glendinning <steve.glendinning@smsc.com>
5234L: netdev@vger.kernel.org
5235S: Supported
5236F: include/linux/smsc911x.h
5237F: drivers/net/smsc911x.*
5238
5239SMSC9420 PCI ETHERNET DRIVER
5240M: Steve Glendinning <steve.glendinning@smsc.com>
5241L: netdev@vger.kernel.org
5242S: Supported
5243F: drivers/net/smsc9420.*
5244
5245SMX UIO Interface
5246M: Ben Nizette <bn@niasdigital.com>
5247S: Maintained
5248F: drivers/uio/uio_smx.c
5249
5250SN-IA64 (Itanium) SUB-PLATFORM
5251M: Jes Sorensen <jes@sgi.com>
5252L: linux-altix@sgi.com
5253L: linux-ia64@vger.kernel.org
5254W: http://www.sgi.com/altix
5255S: Maintained
5256F: arch/ia64/sn/
5257
5258SOC-CAMERA V4L2 SUBSYSTEM
5259M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5260L: linux-media@vger.kernel.org
5261T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5262S: Maintained
5263F: include/media/v4l2*
5264F: drivers/media/video/v4l2*
5265
5266SOEKRIS NET48XX LED SUPPORT
5267M: Chris Boot <bootc@bootc.net>
5268S: Maintained
5269F: drivers/leds/leds-net48xx.c
5270
5271SOFTWARE RAID (Multiple Disks) SUPPORT
5272M: Neil Brown <neilb@suse.de>
5273L: linux-raid@vger.kernel.org
5274S: Supported
5275F: drivers/md/
5276F: include/linux/raid/
5277
5278SONIC NETWORK DRIVER
5279M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5280L: netdev@vger.kernel.org
5281S: Maintained
5282F: drivers/net/sonic.*
5283
5284SONICS SILICON BACKPLANE DRIVER (SSB)
5285M: Michael Buesch <mb@bu3sch.de>
5286L: netdev@vger.kernel.org
5287S: Maintained
5288F: drivers/ssb/
5289F: include/linux/ssb/
5290
5291SONY VAIO CONTROL DEVICE DRIVER
5292M: Mattia Dongili <malattia@linux.it>
5293L: platform-driver-x86@vger.kernel.org
5294W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5295S: Maintained
5296F: Documentation/laptops/sony-laptop.txt
5297F: drivers/char/sonypi.c
5298F: drivers/platform/x86/sony-laptop.c
5299F: include/linux/sony-laptop.h
5300
5301SONY MEMORYSTICK CARD SUPPORT
5302M: Alex Dubov <oakad@yahoo.com>
5303W: http://tifmxx.berlios.de/
5304S: Maintained
5305F: drivers/memstick/host/tifm_ms.c
5306
5307SOUND
5308M: Jaroslav Kysela <perex@perex.cz>
5309M: Takashi Iwai <tiwai@suse.de>
5310L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5311W: http://www.alsa-project.org/
5312T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5313T: git git://git.alsa-project.org/alsa-kernel.git
5314S: Maintained
5315F: Documentation/sound/
5316F: include/sound/
5317F: sound/
5318
5319SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5320M: Liam Girdwood <lrg@slimlogic.co.uk>
5321M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5322T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5323L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5324W: http://alsa-project.org/main/index.php/ASoC
5325S: Supported
5326F: sound/soc/
5327F: include/sound/soc*
5328
5329SPARC + UltraSPARC (sparc/sparc64)
5330M: "David S. Miller" <davem@davemloft.net>
5331L: sparclinux@vger.kernel.org
5332Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5333T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5334T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5335S: Maintained
5336F: arch/sparc/
5337
5338SPARC SERIAL DRIVERS
5339M: "David S. Miller" <davem@davemloft.net>
5340L: sparclinux@vger.kernel.org
5341T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5342T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5343S: Maintained
5344F: drivers/serial/suncore.c
5345F: drivers/serial/suncore.h
5346F: drivers/serial/sunhv.c
5347F: drivers/serial/sunsab.c
5348F: drivers/serial/sunsab.h
5349F: drivers/serial/sunsu.c
5350F: drivers/serial/sunzilog.c
5351F: drivers/serial/sunzilog.h
5352
5353SPEAR PLATFORM SUPPORT
5354M: Viresh Kumar <viresh.kumar@st.com>
5355W: http://www.st.com/spear
5356S: Maintained
5357F: arch/arm/plat-spear/
5358
5359SPEAR3XX MACHINE SUPPORT
5360M: Viresh Kumar <viresh.kumar@st.com>
5361W: http://www.st.com/spear
5362S: Maintained
5363F: arch/arm/mach-spear3xx/
5364
5365SPEAR6XX MACHINE SUPPORT
5366M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5367W: http://www.st.com/spear
5368S: Maintained
5369F: arch/arm/mach-spear6xx/
5370
5371SPEAR CLOCK FRAMEWORK SUPPORT
5372M: Viresh Kumar <viresh.kumar@st.com>
5373W: http://www.st.com/spear
5374S: Maintained
5375F: arch/arm/mach-spear*/clock.c
5376F: arch/arm/mach-spear*/include/mach/clkdev.h
5377F: arch/arm/plat-spear/clock.c
5378F: arch/arm/plat-spear/include/plat/clock.h and clkdev.h
5379
5380SPEAR PAD MULTIPLEXING SUPPORT
5381M: Viresh Kumar <viresh.kumar@st.com>
5382W: http://www.st.com/spear
5383S: Maintained
5384F: arch/arm/plat-spear/include/plat/padmux.h
5385F: arch/arm/plat-spear/padmux.c
5386F: arch/arm/mach-spear*/spear*xx.c
5387F: arch/arm/mach-spear*/include/mach/generic.h
5388F: arch/arm/mach-spear3xx/spear3*0.c
5389F: arch/arm/mach-spear3xx/spear3*0_evb.c
5390F: arch/arm/mach-spear6xx/spear600.c
5391F: arch/arm/mach-spear6xx/spear600_evb.c
5392
5393SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5394M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5395S: Supported
5396F: Documentation/serial/specialix.txt
5397F: drivers/char/specialix*
5398
5399SPI SUBSYSTEM
5400M: David Brownell <dbrownell@users.sourceforge.net>
5401M: Grant Likely <grant.likely@secretlab.ca>
5402L: spi-devel-general@lists.sourceforge.net
5403Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5404T: git git://git.secretlab.ca/git/linux-2.6.git
5405S: Maintained
5406F: Documentation/spi/
5407F: drivers/spi/
5408F: include/linux/spi/
5409
5410SPIDERNET NETWORK DRIVER for CELL
5411M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5412M: Jens Osterkamp <jens@de.ibm.com>
5413L: netdev@vger.kernel.org
5414S: Supported
5415F: Documentation/networking/spider_net.txt
5416F: drivers/net/spider_net*
5417
5418SPU FILE SYSTEM
5419M: Jeremy Kerr <jk@ozlabs.org>
5420L: linuxppc-dev@ozlabs.org
5421L: cbe-oss-dev@ozlabs.org
5422W: http://www.ibm.com/developerworks/power/cell/
5423S: Supported
5424F: Documentation/filesystems/spufs.txt
5425F: arch/powerpc/platforms/cell/spufs/
5426
5427SQUASHFS FILE SYSTEM
5428M: Phillip Lougher <phillip@lougher.demon.co.uk>
5429L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5430W: http://squashfs.org.uk
5431S: Maintained
5432F: Documentation/filesystems/squashfs.txt
5433F: fs/squashfs/
5434
5435SRM (Alpha) environment access
5436M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5437S: Maintained
5438F: arch/alpha/kernel/srm_env.c
5439
5440STABLE BRANCH
5441M: Greg Kroah-Hartman <greg@kroah.com>
5442M: Chris Wright <chrisw@sous-sol.org>
5443L: stable@kernel.org
5444S: Maintained
5445
5446STAGING SUBSYSTEM
5447M: Greg Kroah-Hartman <gregkh@suse.de>
5448T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5449L: devel@driverdev.osuosl.org
5450S: Maintained
5451F: drivers/staging/
5452
5453STARFIRE/DURALAN NETWORK DRIVER
5454M: Ion Badulescu <ionut@badula.org>
5455S: Odd Fixes
5456F: drivers/net/starfire*
5457
5458STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5459S: Orphan
5460F: drivers/staging/strip/strip.c
5461F: include/linux/if_strip.h
5462
5463STRADIS MPEG-2 DECODER DRIVER
5464M: Nathan Laredo <laredo@gnu.org>
5465W: http://www.stradis.com/
5466S: Maintained
5467F: drivers/media/video/stradis.c
5468
5469SUN3/3X
5470M: Sam Creasey <sammy@sammy.net>
5471W: http://sammy.net/sun3/
5472S: Maintained
5473F: arch/m68k/kernel/*sun3*
5474F: arch/m68k/sun3*/
5475F: arch/m68k/include/asm/sun3*
5476
5477SUPERH
5478M: Paul Mundt <lethal@linux-sh.org>
5479L: linux-sh@vger.kernel.org
5480W: http://www.linux-sh.org
5481Q: http://patchwork.kernel.org/project/linux-sh/list/
5482T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5483S: Supported
5484F: Documentation/sh/
5485F: arch/sh/
5486F: drivers/sh/
5487
5488SUSPEND TO RAM
5489M: Len Brown <len.brown@intel.com>
5490M: Pavel Machek <pavel@ucw.cz>
5491M: "Rafael J. Wysocki" <rjw@sisk.pl>
5492L: linux-pm@lists.linux-foundation.org
5493S: Supported
5494F: Documentation/power/
5495F: arch/x86/kernel/acpi/
5496F: drivers/base/power/
5497F: kernel/power/
5498F: include/linux/suspend.h
5499F: include/linux/freezer.h
5500F: include/linux/pm.h
5501
5502SVGA HANDLING
5503M: Martin Mares <mj@ucw.cz>
5504L: linux-video@atrey.karlin.mff.cuni.cz
5505S: Maintained
5506F: Documentation/svga.txt
5507F: arch/x86/boot/video*
5508
5509SYSV FILESYSTEM
5510M: Christoph Hellwig <hch@infradead.org>
5511S: Maintained
5512F: Documentation/filesystems/sysv-fs.txt
5513F: fs/sysv/
5514F: include/linux/sysv_fs.h
5515
5516TASKSTATS STATISTICS INTERFACE
5517M: Balbir Singh <balbir@linux.vnet.ibm.com>
5518S: Maintained
5519F: Documentation/accounting/taskstats*
5520F: include/linux/taskstats*
5521F: kernel/taskstats.c
5522
5523TC CLASSIFIER
5524M: Jamal Hadi Salim <hadi@cyberus.ca>
5525L: netdev@vger.kernel.org
5526S: Maintained
5527F: include/linux/pkt_cls.h
5528F: include/net/pkt_cls.h
5529F: net/sched/
5530
5531TCP LOW PRIORITY MODULE
5532M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5533M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5534W: http://tcp-lp-mod.sourceforge.net/
5535S: Maintained
5536F: net/ipv4/tcp_lp.c
5537
5538TEHUTI ETHERNET DRIVER
5539M: Alexander Indenbaum <baum@tehutinetworks.net>
5540M: Andy Gospodarek <andy@greyhouse.net>
5541L: netdev@vger.kernel.org
5542S: Supported
5543F: drivers/net/tehuti*
5544
5545Telecom Clock Driver for MCPL0010
5546M: Mark Gross <mark.gross@intel.com>
5547S: Supported
5548F: drivers/char/tlclk.c
5549
5550TENSILICA XTENSA PORT (xtensa)
5551M: Chris Zankel <chris@zankel.net>
5552S: Maintained
5553F: arch/xtensa/
5554
5555THINKPAD ACPI EXTRAS DRIVER
5556M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5557L: ibm-acpi-devel@lists.sourceforge.net
5558L: platform-driver-x86@vger.kernel.org
5559W: http://ibm-acpi.sourceforge.net
5560W: http://thinkwiki.org/wiki/Ibm-acpi
5561T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5562S: Maintained
5563F: drivers/platform/x86/thinkpad_acpi.c
5564
5565TI FLASH MEDIA INTERFACE DRIVER
5566M: Alex Dubov <oakad@yahoo.com>
5567S: Maintained
5568F: drivers/misc/tifm*
5569F: drivers/mmc/host/tifm_sd.c
5570F: include/linux/tifm.h
5571
5572TI TWL4030 SERIES SOC CODEC DRIVER
5573M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5574L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5575S: Maintained
5576F: sound/soc/codecs/twl4030*
5577
5578TIPC NETWORK LAYER
5579M: Jon Maloy <jon.maloy@ericsson.com>
5580M: Allan Stephens <allan.stephens@windriver.com>
5581L: tipc-discussion@lists.sourceforge.net
5582W: http://tipc.sourceforge.net/
5583W: http://tipc.cslab.ericsson.net/
5584T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5585S: Maintained
5586F: include/linux/tipc*.h
5587F: include/net/tipc/
5588F: net/tipc/
5589
5590TLAN NETWORK DRIVER
5591M: Samuel Chessman <chessman@tux.org>
5592L: tlan-devel@lists.sourceforge.net (subscribers-only)
5593W: http://sourceforge.net/projects/tlan/
5594S: Maintained
5595F: Documentation/networking/tlan.txt
5596F: drivers/net/tlan.*
5597
5598TOMOYO SECURITY MODULE
5599M: Kentaro Takeda <takedakn@nttdata.co.jp>
5600M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5601L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5602L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5603L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5604W: http://tomoyo.sourceforge.jp/
5605T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5606S: Maintained
5607F: security/tomoyo/
5608
5609TOPSTAR LAPTOP EXTRAS DRIVER
5610M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5611L: platform-driver-x86@vger.kernel.org
5612S: Maintained
5613F: drivers/platform/x86/topstar-laptop.c
5614
5615TOSHIBA ACPI EXTRAS DRIVER
5616L: platform-driver-x86@vger.kernel.org
5617S: Orphan
5618F: drivers/platform/x86/toshiba_acpi.c
5619
5620TOSHIBA SMM DRIVER
5621M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5622L: tlinux-users@tce.toshiba-dme.co.jp
5623W: http://www.buzzard.org.uk/toshiba/
5624S: Maintained
5625F: drivers/char/toshiba.c
5626F: include/linux/toshiba.h
5627
5628TMIO MMC DRIVER
5629M: Ian Molton <ian@mnementh.co.uk>
5630S: Maintained
5631F: drivers/mmc/host/tmio_mmc.*
5632
5633TMPFS (SHMEM FILESYSTEM)
5634M: Hugh Dickins <hughd@google.com>
5635L: linux-mm@kvack.org
5636S: Maintained
5637F: include/linux/shmem_fs.h
5638F: mm/shmem.c
5639
5640TPM DEVICE DRIVER
5641M: Debora Velarde <debora@linux.vnet.ibm.com>
5642M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5643W: http://tpmdd.sourceforge.net
5644M: Marcel Selhorst <m.selhorst@sirrix.com>
5645W: http://www.sirrix.com
5646L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5647S: Maintained
5648F: drivers/char/tpm/
5649
5650TRACING
5651M: Steven Rostedt <rostedt@goodmis.org>
5652M: Frederic Weisbecker <fweisbec@gmail.com>
5653M: Ingo Molnar <mingo@redhat.com>
5654T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5655S: Maintained
5656F: Documentation/trace/ftrace.txt
5657F: arch/*/*/*/ftrace.h
5658F: arch/*/kernel/ftrace.c
5659F: include/*/ftrace.h
5660F: include/linux/trace*.h
5661F: include/trace/
5662F: kernel/trace/
5663
5664TRIVIAL PATCHES
5665M: Jiri Kosina <trivial@kernel.org>
5666T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5667S: Maintained
5668
5669TTY LAYER
5670M: Greg Kroah-Hartman <gregkh@suse.de>
5671S: Maintained
5672T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5673F: drivers/char/tty_*
5674F: drivers/serial/serial_core.c
5675F: include/linux/serial_core.h
5676F: include/linux/serial.h
5677F: include/linux/tty.h
5678
5679TULIP NETWORK DRIVERS
5680M: Grant Grundler <grundler@parisc-linux.org>
5681M: Kyle McMartin <kyle@mcmartin.ca>
5682L: netdev@vger.kernel.org
5683S: Maintained
5684F: drivers/net/tulip/
5685
5686TUN/TAP driver
5687M: Maxim Krasnyansky <maxk@qualcomm.com>
5688L: vtun@office.satix.net
5689W: http://vtun.sourceforge.net/tun
5690S: Maintained
5691F: Documentation/networking/tuntap.txt
5692F: arch/um/os-Linux/drivers/
5693
5694TURBOCHANNEL SUBSYSTEM
5695M: "Maciej W. Rozycki" <macro@linux-mips.org>
5696S: Maintained
5697F: drivers/tc/
5698F: include/linux/tc.h
5699
5700U14-34F SCSI DRIVER
5701M: Dario Ballabio <ballabio_dario@emc.com>
5702L: linux-scsi@vger.kernel.org
5703S: Maintained
5704F: drivers/scsi/u14-34f.c
5705
5706UBI FILE SYSTEM (UBIFS)
5707M: Artem Bityutskiy <dedekind1@gmail.com>
5708M: Adrian Hunter <adrian.hunter@nokia.com>
5709L: linux-mtd@lists.infradead.org
5710T: git git://git.infradead.org/ubifs-2.6.git
5711W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5712S: Maintained
5713F: Documentation/filesystems/ubifs.txt
5714F: fs/ubifs/
5715
5716UCLINUX (AND M68KNOMMU)
5717M: Greg Ungerer <gerg@uclinux.org>
5718W: http://www.uclinux.org/
5719L: uclinux-dev@uclinux.org (subscribers-only)
5720S: Maintained
5721F: arch/m68knommu/
5722
5723UCLINUX FOR RENESAS H8/300 (H8300)
5724M: Yoshinori Sato <ysato@users.sourceforge.jp>
5725W: http://uclinux-h8.sourceforge.jp/
5726S: Supported
5727
5728UDF FILESYSTEM
5729M: Jan Kara <jack@suse.cz>
5730W: http://linux-udf.sourceforge.net
5731S: Maintained
5732F: Documentation/filesystems/udf.txt
5733F: fs/udf/
5734
5735UFS FILESYSTEM
5736M: Evgeniy Dushistov <dushistov@mail.ru>
5737S: Maintained
5738F: Documentation/filesystems/ufs.txt
5739F: fs/ufs/
5740
5741ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5742M: David Vrabel <david.vrabel@csr.com>
5743L: linux-usb@vger.kernel.org
5744S: Supported
5745F: drivers/uwb/
5746X: drivers/uwb/wlp/
5747X: drivers/uwb/i1480/i1480u-wlp/
5748X: drivers/uwb/i1480/i1480-wlp.h
5749F: include/linux/uwb.h
5750F: include/linux/uwb/
5751
5752UNIFDEF
5753M: Tony Finch <dot@dotat.at>
5754W: http://dotat.at/prog/unifdef
5755S: Maintained
5756F: scripts/unifdef.c
5757
5758UNIFORM CDROM DRIVER
5759M: Jens Axboe <axboe@kernel.dk>
5760W: http://www.kernel.dk
5761S: Maintained
5762F: Documentation/cdrom/
5763F: drivers/cdrom/cdrom.c
5764F: include/linux/cdrom.h
5765
5766UNSORTED BLOCK IMAGES (UBI)
5767M: Artem Bityutskiy <dedekind1@gmail.com>
5768W: http://www.linux-mtd.infradead.org/
5769L: linux-mtd@lists.infradead.org
5770T: git git://git.infradead.org/ubi-2.6.git
5771S: Maintained
5772F: drivers/mtd/ubi/
5773F: include/linux/mtd/ubi.h
5774F: include/mtd/ubi-user.h
5775
5776USB ACM DRIVER
5777M: Oliver Neukum <oliver@neukum.name>
5778L: linux-usb@vger.kernel.org
5779S: Maintained
5780F: Documentation/usb/acm.txt
5781F: drivers/usb/class/cdc-acm.*
5782
5783USB BLOCK DRIVER (UB ub)
5784M: Pete Zaitcev <zaitcev@redhat.com>
5785L: linux-usb@vger.kernel.org
5786S: Supported
5787F: drivers/block/ub.c
5788
5789USB CDC ETHERNET DRIVER
5790M: Oliver Neukum <oliver@neukum.name>
5791L: linux-usb@vger.kernel.org
5792S: Maintained
5793F: drivers/net/usb/cdc_*.c
5794F: include/linux/usb/cdc.h
5795
5796USB CYPRESS C67X00 DRIVER
5797M: Peter Korsgaard <jacmet@sunsite.dk>
5798L: linux-usb@vger.kernel.org
5799S: Maintained
5800F: drivers/usb/c67x00/
5801
5802USB DAVICOM DM9601 DRIVER
5803M: Peter Korsgaard <jacmet@sunsite.dk>
5804L: netdev@vger.kernel.org
5805W: http://www.linux-usb.org/usbnet
5806S: Maintained
5807F: drivers/net/usb/dm9601.c
5808
5809USB DIAMOND RIO500 DRIVER
5810M: Cesar Miquel <miquel@df.uba.ar>
5811L: rio500-users@lists.sourceforge.net
5812W: http://rio500.sourceforge.net
5813S: Maintained
5814F: drivers/usb/misc/rio500*
5815
5816USB EHCI DRIVER
5817M: David Brownell <dbrownell@users.sourceforge.net>
5818L: linux-usb@vger.kernel.org
5819S: Odd Fixes
5820F: Documentation/usb/ehci.txt
5821F: drivers/usb/host/ehci*
5822
5823USB ET61X[12]51 DRIVER
5824M: Luca Risolia <luca.risolia@studio.unibo.it>
5825L: linux-usb@vger.kernel.org
5826L: linux-media@vger.kernel.org
5827T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5828W: http://www.linux-projects.org
5829S: Maintained
5830F: drivers/media/video/et61x251/
5831
5832USB GADGET/PERIPHERAL SUBSYSTEM
5833M: David Brownell <dbrownell@users.sourceforge.net>
5834L: linux-usb@vger.kernel.org
5835W: http://www.linux-usb.org/gadget
5836S: Maintained
5837F: drivers/usb/gadget/
5838F: include/linux/usb/gadget*
5839
5840USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5841M: Jiri Kosina <jkosina@suse.cz>
5842L: linux-usb@vger.kernel.org
5843T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5844S: Maintained
5845F: Documentation/usb/hiddev.txt
5846F: drivers/hid/usbhid/
5847
5848USB ISP116X DRIVER
5849M: Olav Kongas <ok@artecdesign.ee>
5850L: linux-usb@vger.kernel.org
5851S: Maintained
5852F: drivers/usb/host/isp116x*
5853F: include/linux/usb/isp116x.h
5854
5855USB KAWASAKI LSI DRIVER
5856M: Oliver Neukum <oliver@neukum.name>
5857L: linux-usb@vger.kernel.org
5858S: Maintained
5859F: drivers/usb/serial/kl5kusb105.*
5860
5861USB MASS STORAGE DRIVER
5862M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5863L: linux-usb@vger.kernel.org
5864L: usb-storage@lists.one-eyed-alien.net
5865S: Maintained
5866W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5867F: drivers/usb/storage/
5868
5869USB OHCI DRIVER
5870M: David Brownell <dbrownell@users.sourceforge.net>
5871L: linux-usb@vger.kernel.org
5872S: Odd Fixes
5873F: Documentation/usb/ohci.txt
5874F: drivers/usb/host/ohci*
5875
5876USB OPTION-CARD DRIVER
5877M: Matthias Urlichs <smurf@smurf.noris.de>
5878L: linux-usb@vger.kernel.org
5879S: Maintained
5880F: drivers/usb/serial/option.c
5881
5882USB OV511 DRIVER
5883M: Mark McClelland <mmcclell@bigfoot.com>
5884L: linux-usb@vger.kernel.org
5885W: http://alpha.dyndns.org/ov511/
5886S: Maintained
5887F: drivers/media/video/ov511.*
5888
5889USB PEGASUS DRIVER
5890M: Petko Manolov <petkan@users.sourceforge.net>
5891L: linux-usb@vger.kernel.org
5892L: netdev@vger.kernel.org
5893W: http://pegasus2.sourceforge.net/
5894S: Maintained
5895F: drivers/net/usb/pegasus.*
5896
5897USB PRINTER DRIVER (usblp)
5898M: Pete Zaitcev <zaitcev@redhat.com>
5899L: linux-usb@vger.kernel.org
5900S: Supported
5901F: drivers/usb/class/usblp.c
5902
5903USB RTL8150 DRIVER
5904M: Petko Manolov <petkan@users.sourceforge.net>
5905L: linux-usb@vger.kernel.org
5906L: netdev@vger.kernel.org
5907W: http://pegasus2.sourceforge.net/
5908S: Maintained
5909F: drivers/net/usb/rtl8150.c
5910
5911USB SE401 DRIVER
5912M: Jeroen Vreeken <pe1rxq@amsat.org>
5913L: linux-usb@vger.kernel.org
5914W: http://www.chello.nl/~j.vreeken/se401/
5915S: Maintained
5916F: Documentation/video4linux/se401.txt
5917F: drivers/media/video/se401.*
5918
5919USB SERIAL BELKIN F5U103 DRIVER
5920M: William Greathouse <wgreathouse@smva.com>
5921L: linux-usb@vger.kernel.org
5922S: Maintained
5923F: drivers/usb/serial/belkin_sa.*
5924
5925USB SERIAL CYPRESS M8 DRIVER
5926M: Lonnie Mendez <dignome@gmail.com>
5927L: linux-usb@vger.kernel.org
5928S: Maintained
5929W: http://geocities.com/i0xox0i
5930W: http://firstlight.net/cvs
5931F: drivers/usb/serial/cypress_m8.*
5932
5933USB SERIAL CYBERJACK DRIVER
5934M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5935W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5936S: Maintained
5937F: drivers/usb/serial/cyberjack.c
5938
5939USB SERIAL DIGI ACCELEPORT DRIVER
5940M: Peter Berger <pberger@brimson.com>
5941M: Al Borchers <alborchers@steinerpoint.com>
5942L: linux-usb@vger.kernel.org
5943S: Maintained
5944F: drivers/usb/serial/digi_acceleport.c
5945
5946USB SERIAL DRIVER
5947M: Greg Kroah-Hartman <gregkh@suse.de>
5948L: linux-usb@vger.kernel.org
5949S: Supported
5950F: Documentation/usb/usb-serial.txt
5951F: drivers/usb/serial/generic.c
5952F: drivers/usb/serial/usb-serial.c
5953F: include/linux/usb/serial.h
5954
5955USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5956M: Gary Brubaker <xavyer@ix.netcom.com>
5957L: linux-usb@vger.kernel.org
5958S: Maintained
5959F: drivers/usb/serial/empeg.c
5960
5961USB SERIAL KEYSPAN DRIVER
5962M: Greg Kroah-Hartman <greg@kroah.com>
5963L: linux-usb@vger.kernel.org
5964W: http://www.kroah.com/linux/
5965S: Maintained
5966F: drivers/usb/serial/*keyspan*
5967
5968USB SERIAL WHITEHEAT DRIVER
5969M: Support Department <support@connecttech.com>
5970L: linux-usb@vger.kernel.org
5971W: http://www.connecttech.com
5972S: Supported
5973F: drivers/usb/serial/whiteheat*
5974
5975USB SMSC95XX ETHERNET DRIVER
5976M: Steve Glendinning <steve.glendinning@smsc.com>
5977L: netdev@vger.kernel.org
5978S: Supported
5979F: drivers/net/usb/smsc95xx.*
5980
5981USB SN9C1xx DRIVER
5982M: Luca Risolia <luca.risolia@studio.unibo.it>
5983L: linux-usb@vger.kernel.org
5984L: linux-media@vger.kernel.org
5985T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5986W: http://www.linux-projects.org
5987S: Maintained
5988F: Documentation/video4linux/sn9c102.txt
5989F: drivers/media/video/sn9c102/
5990
5991USB SUBSYSTEM
5992M: Greg Kroah-Hartman <gregkh@suse.de>
5993L: linux-usb@vger.kernel.org
5994W: http://www.linux-usb.org
5995T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5996S: Supported
5997F: Documentation/usb/
5998F: drivers/net/usb/
5999F: drivers/usb/
6000F: include/linux/usb.h
6001F: include/linux/usb/
6002
6003USB UHCI DRIVER
6004M: Alan Stern <stern@rowland.harvard.edu>
6005L: linux-usb@vger.kernel.org
6006S: Maintained
6007F: drivers/usb/host/uhci*
6008
6009USB "USBNET" DRIVER FRAMEWORK
6010M: David Brownell <dbrownell@users.sourceforge.net>
6011L: netdev@vger.kernel.org
6012W: http://www.linux-usb.org/usbnet
6013S: Maintained
6014F: drivers/net/usb/usbnet.c
6015F: include/linux/usb/usbnet.h
6016
6017USB VIDEO CLASS
6018M: Laurent Pinchart <laurent.pinchart@skynet.be>
6019L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6020L: linux-media@vger.kernel.org
6021T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6022W: http://www.ideasonboard.org/uvc/
6023S: Maintained
6024F: drivers/media/video/uvc/
6025
6026USB W996[87]CF DRIVER
6027M: Luca Risolia <luca.risolia@studio.unibo.it>
6028L: linux-usb@vger.kernel.org
6029L: linux-media@vger.kernel.org
6030T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6031W: http://www.linux-projects.org
6032S: Maintained
6033F: Documentation/video4linux/w9968cf.txt
6034F: drivers/media/video/w996*
6035
6036USB WIRELESS RNDIS DRIVER (rndis_wlan)
6037M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6038L: linux-wireless@vger.kernel.org
6039S: Maintained
6040F: drivers/net/wireless/rndis_wlan.c
6041
6042USB XHCI DRIVER
6043M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6044L: linux-usb@vger.kernel.org
6045S: Supported
6046F: drivers/usb/host/xhci*
6047F: drivers/usb/host/pci-quirks*
6048
6049USB ZC0301 DRIVER
6050M: Luca Risolia <luca.risolia@studio.unibo.it>
6051L: linux-usb@vger.kernel.org
6052L: linux-media@vger.kernel.org
6053T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6054W: http://www.linux-projects.org
6055S: Maintained
6056F: Documentation/video4linux/zc0301.txt
6057F: drivers/media/video/zc0301/
6058
6059USB ZD1201 DRIVER
6060M: Jeroen Vreeken <pe1rxq@amsat.org>
6061L: linux-usb@vger.kernel.org
6062W: http://linux-lc100020.sourceforge.net
6063S: Maintained
6064F: drivers/net/wireless/zd1201.*
6065
6066USB ZR364XX DRIVER
6067M: Antoine Jacquet <royale@zerezo.com>
6068L: linux-usb@vger.kernel.org
6069L: linux-media@vger.kernel.org
6070T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6071W: http://royale.zerezo.com/zr364xx/
6072S: Maintained
6073F: Documentation/video4linux/zr364xx.txt
6074F: drivers/media/video/zr364xx.c
6075
6076USER-MODE LINUX (UML)
6077M: Jeff Dike <jdike@addtoit.com>
6078L: user-mode-linux-devel@lists.sourceforge.net
6079L: user-mode-linux-user@lists.sourceforge.net
6080W: http://user-mode-linux.sourceforge.net
6081S: Maintained
6082F: Documentation/uml/
6083F: arch/um/
6084F: fs/hostfs/
6085F: fs/hppfs/
6086
6087USERSPACE I/O (UIO)
6088M: "Hans J. Koch" <hjk@linutronix.de>
6089M: Greg Kroah-Hartman <gregkh@suse.de>
6090S: Maintained
6091F: Documentation/DocBook/uio-howto.tmpl
6092F: drivers/uio/
6093F: include/linux/uio*.h
6094
6095UTIL-LINUX-NG PACKAGE
6096M: Karel Zak <kzak@redhat.com>
6097L: util-linux-ng@vger.kernel.org
6098W: http://kernel.org/~kzak/util-linux-ng/
6099T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6100S: Maintained
6101
6102UVESAFB DRIVER
6103M: Michal Januszewski <spock@gentoo.org>
6104L: linux-fbdev@vger.kernel.org
6105W: http://dev.gentoo.org/~spock/projects/uvesafb/
6106S: Maintained
6107F: Documentation/fb/uvesafb.txt
6108F: drivers/video/uvesafb.*
6109
6110VFAT/FAT/MSDOS FILESYSTEM
6111M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6112S: Maintained
6113F: Documentation/filesystems/vfat.txt
6114F: fs/fat/
6115
6116VIRTIO CONSOLE DRIVER
6117M: Amit Shah <amit.shah@redhat.com>
6118L: virtualization@lists.linux-foundation.org
6119S: Maintained
6120F: drivers/char/virtio_console.c
6121F: include/linux/virtio_console.h
6122
6123VIRTIO HOST (VHOST)
6124M: "Michael S. Tsirkin" <mst@redhat.com>
6125L: kvm@vger.kernel.org
6126L: virtualization@lists.osdl.org
6127L: netdev@vger.kernel.org
6128S: Maintained
6129F: drivers/vhost/
6130F: include/linux/vhost.h
6131
6132VIA RHINE NETWORK DRIVER
6133M: Roger Luethi <rl@hellgate.ch>
6134S: Maintained
6135F: drivers/net/via-rhine.c
6136
6137VIAPRO SMBUS DRIVER
6138M: Jean Delvare <khali@linux-fr.org>
6139L: linux-i2c@vger.kernel.org
6140S: Maintained
6141F: Documentation/i2c/busses/i2c-viapro
6142F: drivers/i2c/busses/i2c-viapro.c
6143
6144VIA SD/MMC CARD CONTROLLER DRIVER
6145M: Joseph Chan <JosephChan@via.com.tw>
6146M: Harald Welte <HaraldWelte@viatech.com>
6147S: Maintained
6148F: drivers/mmc/host/via-sdmmc.c
6149
6150VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6151M: Joseph Chan <JosephChan@via.com.tw>
6152M: Scott Fang <ScottFang@viatech.com.cn>
6153L: linux-fbdev@vger.kernel.org
6154S: Maintained
6155F: drivers/video/via/
6156
6157VIA VELOCITY NETWORK DRIVER
6158M: Francois Romieu <romieu@fr.zoreil.com>
6159L: netdev@vger.kernel.org
6160S: Maintained
6161F: drivers/net/via-velocity.*
6162
6163VLAN (802.1Q)
6164M: Patrick McHardy <kaber@trash.net>
6165L: netdev@vger.kernel.org
6166S: Maintained
6167F: drivers/net/macvlan.c
6168F: include/linux/if_*vlan.h
6169F: net/8021q/
6170
6171VLYNQ BUS
6172M: Florian Fainelli <florian@openwrt.org>
6173L: openwrt-devel@lists.openwrt.org
6174S: Maintained
6175F: drivers/vlynq/vlynq.c
6176F: include/linux/vlynq.h
6177
6178VMWARE VMXNET3 ETHERNET DRIVER
6179M: Shreyas Bhatewara <sbhatewara@vmware.com>
6180M: "VMware, Inc." <pv-drivers@vmware.com>
6181L: netdev@vger.kernel.org
6182S: Maintained
6183F: drivers/net/vmxnet3/
6184
6185VMware PVSCSI driver
6186M: Alok Kataria <akataria@vmware.com>
6187M: VMware PV-Drivers <pv-drivers@vmware.com>
6188L: linux-scsi@vger.kernel.org
6189S: Maintained
6190F: drivers/scsi/vmw_pvscsi.c
6191F: drivers/scsi/vmw_pvscsi.h
6192
6193VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6194M: Liam Girdwood <lrg@slimlogic.co.uk>
6195M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6196W: http://opensource.wolfsonmicro.com/node/15
6197W: http://www.slimlogic.co.uk/?p=48
6198T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6199S: Supported
6200F: drivers/regulator/
6201F: include/linux/regulator/
6202
6203VT1211 HARDWARE MONITOR DRIVER
6204M: Juerg Haefliger <juergh@gmail.com>
6205L: lm-sensors@lm-sensors.org
6206S: Maintained
6207F: Documentation/hwmon/vt1211
6208F: drivers/hwmon/vt1211.c
6209
6210VT8231 HARDWARE MONITOR DRIVER
6211M: Roger Lucas <vt8231@hiddenengine.co.uk>
6212L: lm-sensors@lm-sensors.org
6213S: Maintained
6214F: drivers/hwmon/vt8231.c
6215
6216W1 DALLAS'S 1-WIRE BUS
6217M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6218S: Maintained
6219F: Documentation/w1/
6220F: drivers/w1/
6221
6222W83791D HARDWARE MONITORING DRIVER
6223M: Marc Hulsman <m.hulsman@tudelft.nl>
6224L: lm-sensors@lm-sensors.org
6225S: Maintained
6226F: Documentation/hwmon/w83791d
6227F: drivers/hwmon/w83791d.c
6228
6229W83793 HARDWARE MONITORING DRIVER
6230M: Rudolf Marek <r.marek@assembler.cz>
6231L: lm-sensors@lm-sensors.org
6232S: Maintained
6233F: Documentation/hwmon/w83793
6234F: drivers/hwmon/w83793.c
6235
6236W83L51xD SD/MMC CARD INTERFACE DRIVER
6237M: Pierre Ossman <pierre@ossman.eu>
6238S: Maintained
6239F: drivers/mmc/host/wbsd.*
6240
6241WATCHDOG DEVICE DRIVERS
6242M: Wim Van Sebroeck <wim@iguana.be>
6243T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6244S: Maintained
6245F: Documentation/watchdog/
6246F: drivers/watchdog/
6247F: include/linux/watchdog.h
6248
6249WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6250M: Jean Tourrilhes <jt@hpl.hp.com>
6251L: linux-wireless@vger.kernel.org
6252W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6253S: Maintained
6254F: Documentation/networking/wavelan.txt
6255F: drivers/staging/wavelan/
6256
6257WD7000 SCSI DRIVER
6258M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6259L: linux-scsi@vger.kernel.org
6260S: Maintained
6261F: drivers/scsi/wd7000.c
6262
6263WINBOND CIR DRIVER
6264M: David Härdeman <david@hardeman.nu>
6265S: Maintained
6266F: drivers/input/misc/winbond-cir.c
6267
6268WIMAX STACK
6269M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6270M: linux-wimax@intel.com
6271L: wimax@linuxwimax.org
6272S: Supported
6273W: http://linuxwimax.org
6274
6275WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6276M: David Vrabel <david.vrabel@csr.com>
6277L: netdev@vger.kernel.org
6278S: Maintained
6279F: include/linux/wlp.h
6280F: drivers/uwb/wlp/
6281F: drivers/uwb/i1480/i1480u-wlp/
6282F: drivers/uwb/i1480/i1480-wlp.h
6283
6284WISTRON LAPTOP BUTTON DRIVER
6285M: Miloslav Trmac <mitr@volny.cz>
6286S: Maintained
6287F: drivers/input/misc/wistron_btns.c
6288
6289WL1251 WIRELESS DRIVER
6290M: Kalle Valo <kalle.valo@iki.fi>
6291L: linux-wireless@vger.kernel.org
6292W: http://wireless.kernel.org
6293T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6294S: Maintained
6295F: drivers/net/wireless/wl12xx/*
6296X: drivers/net/wireless/wl12xx/wl1271*
6297
6298WL1271 WIRELESS DRIVER
6299M: Luciano Coelho <luciano.coelho@nokia.com>
6300L: linux-wireless@vger.kernel.org
6301W: http://wireless.kernel.org
6302T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6303S: Maintained
6304F: drivers/net/wireless/wl12xx/wl1271*
6305
6306WL3501 WIRELESS PCMCIA CARD DRIVER
6307M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6308L: linux-wireless@vger.kernel.org
6309W: http://oops.ghostprotocols.net:81/blog
6310S: Maintained
6311F: drivers/net/wireless/wl3501*
6312
6313WM97XX TOUCHSCREEN DRIVERS
6314M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6315M: Liam Girdwood <lrg@slimlogic.co.uk>
6316L: linux-input@vger.kernel.org
6317T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6318W: http://opensource.wolfsonmicro.com/node/7
6319S: Supported
6320F: drivers/input/touchscreen/*wm97*
6321F: include/linux/wm97xx.h
6322
6323WOLFSON MICROELECTRONICS PMIC DRIVERS
6324M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6325T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6326W: http://opensource.wolfsonmicro.com/node/8
6327S: Supported
6328F: Documentation/hwmon/wm83??
6329F: drivers/leds/leds-wm83*.c
6330F: drivers/mfd/wm8*.c
6331F: drivers/power/wm83*.c
6332F: drivers/rtc/rtc-wm83*.c
6333F: drivers/regulator/wm8*.c
6334F: drivers/video/backlight/wm83*_bl.c
6335F: drivers/watchdog/wm83*_wdt.c
6336F: include/linux/mfd/wm831x/
6337F: include/linux/mfd/wm8350/
6338F: include/linux/mfd/wm8400*
6339F: sound/soc/codecs/wm8350.*
6340F: sound/soc/codecs/wm8400.*
6341
6342X.25 NETWORK LAYER
6343M: Andrew Hendry <andrew.hendry@gmail.com>
6344L: linux-x25@vger.kernel.org
6345S: Odd Fixes
6346F: Documentation/networking/x25*
6347F: include/net/x25*
6348F: net/x25/
6349
6350X86 ARCHITECTURE (32-BIT AND 64-BIT)
6351M: Thomas Gleixner <tglx@linutronix.de>
6352M: Ingo Molnar <mingo@redhat.com>
6353M: "H. Peter Anvin" <hpa@zytor.com>
6354M: x86@kernel.org
6355T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6356S: Maintained
6357F: Documentation/x86/
6358F: arch/x86/
6359
6360X86 PLATFORM DRIVERS
6361M: Matthew Garrett <mjg@redhat.com>
6362L: platform-driver-x86@vger.kernel.org
6363T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6364S: Maintained
6365F: drivers/platform/x86
6366
6367XEN HYPERVISOR INTERFACE
6368M: Jeremy Fitzhardinge <jeremy@xensource.com>
6369M: Chris Wright <chrisw@sous-sol.org>
6370L: virtualization@lists.osdl.org
6371L: xen-devel@lists.xensource.com
6372S: Supported
6373F: arch/x86/xen/
6374F: drivers/*/xen-*front.c
6375F: drivers/xen/
6376F: arch/x86/include/asm/xen/
6377F: include/xen/
6378
6379XFS FILESYSTEM
6380P: Silicon Graphics Inc
6381M: Alex Elder <aelder@sgi.com>
6382M: xfs-masters@oss.sgi.com
6383L: xfs@oss.sgi.com
6384W: http://oss.sgi.com/projects/xfs
6385T: git git://oss.sgi.com/xfs/xfs.git
6386S: Supported
6387F: Documentation/filesystems/xfs.txt
6388F: fs/xfs/
6389
6390XILINX SYSTEMACE DRIVER
6391M: Grant Likely <grant.likely@secretlab.ca>
6392W: http://www.secretlab.ca/
6393S: Maintained
6394F: drivers/block/xsysace.c
6395
6396XILINX UARTLITE SERIAL DRIVER
6397M: Peter Korsgaard <jacmet@sunsite.dk>
6398L: linux-serial@vger.kernel.org
6399S: Maintained
6400F: drivers/serial/uartlite.c
6401
6402YAM DRIVER FOR AX.25
6403M: Jean-Paul Roubelat <jpr@f6fbb.org>
6404L: linux-hams@vger.kernel.org
6405S: Maintained
6406F: drivers/net/hamradio/yam*
6407F: include/linux/yam.h
6408
6409YEALINK PHONE DRIVER
6410M: Henk Vergonet <Henk.Vergonet@gmail.com>
6411L: usbb2k-api-dev@nongnu.org
6412S: Maintained
6413F: Documentation/input/yealink.txt
6414F: drivers/input/misc/yealink.*
6415
6416Z8530 DRIVER FOR AX.25
6417M: Joerg Reuter <jreuter@yaina.de>
6418W: http://yaina.de/jreuter/
6419W: http://www.qsl.net/dl1bke/
6420L: linux-hams@vger.kernel.org
6421S: Maintained
6422F: Documentation/networking/z8530drv.txt
6423F: drivers/net/hamradio/*scc.c
6424F: drivers/net/hamradio/z8530.h
6425
6426ZD1211RW WIRELESS DRIVER
6427M: Daniel Drake <dsd@gentoo.org>
6428M: Ulrich Kunitz <kune@deine-taler.de>
6429W: http://zd1211.ath.cx/wiki/DriverRewrite
6430L: linux-wireless@vger.kernel.org
6431L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6432S: Maintained
6433F: drivers/net/wireless/zd1211rw/
6434
6435ZR36067 VIDEO FOR LINUX DRIVER
6436L: mjpeg-users@lists.sourceforge.net
6437L: linux-media@vger.kernel.org
6438W: http://mjpeg.sourceforge.net/driver-zoran/
6439T: Mercurial http://linuxtv.org/hg/v4l-dvb
6440S: Odd Fixes
6441F: drivers/media/video/zoran/
6442
6443ZS DECSTATION Z85C30 SERIAL DRIVER
6444M: "Maciej W. Rozycki" <macro@linux-mips.org>
6445S: Maintained
6446F: drivers/serial/zs.*
6447
6448THE REST
6449M: Linus Torvalds <torvalds@linux-foundation.org>
6450L: linux-kernel@vger.kernel.org
6451Q: http://patchwork.kernel.org/project/LKML/list/
6452T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6453S: Buried alive in reporters
6454F: *
6455F: */