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