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