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