]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
MAINTAINERS: add patterns to POWERPC EMBEDDED PPC8XX
[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
4199
4200OMFS FILESYSTEM
4201M: Bob Copeland <me@bobcopeland.com>
4202L: linux-karma-devel@lists.sourceforge.net
4203S: Maintained
4204F: Documentation/filesystems/omfs.txt
4205F: fs/omfs/
4206
4207OMNIKEY CARDMAN 4000 DRIVER
4208M: Harald Welte <laforge@gnumonks.org>
4209S: Maintained
4210F: drivers/char/pcmcia/cm4000_cs.c
4211F: include/linux/cm4000_cs.h
4212
4213OMNIKEY CARDMAN 4040 DRIVER
4214M: Harald Welte <laforge@gnumonks.org>
4215S: Maintained
4216F: drivers/char/pcmcia/cm4040_cs.*
4217
4218OMNIVISION OV7670 SENSOR DRIVER
4219M: Jonathan Corbet <corbet@lwn.net>
4220L: linux-media@vger.kernel.org
4221T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4222S: Maintained
4223F: drivers/media/video/ov7670.c
4224
4225ONENAND FLASH DRIVER
4226M: Kyungmin Park <kyungmin.park@samsung.com>
4227L: linux-mtd@lists.infradead.org
4228S: Maintained
4229F: drivers/mtd/onenand/
4230F: include/linux/mtd/onenand*.h
4231
4232ONSTREAM SCSI TAPE DRIVER
4233M: Willem Riede <osst@riede.org>
4234L: osst-users@lists.sourceforge.net
4235L: linux-scsi@vger.kernel.org
4236S: Maintained
4237F: drivers/scsi/osst*
4238F: drivers/scsi/st*
4239
4240OPENCORES I2C BUS DRIVER
4241M: Peter Korsgaard <jacmet@sunsite.dk>
4242L: linux-i2c@vger.kernel.org
4243S: Maintained
4244F: Documentation/i2c/busses/i2c-ocores
4245F: drivers/i2c/busses/i2c-ocores.c
4246
4247OPEN FIRMWARE AND FLATTENED DEVICE TREE
4248M: Grant Likely <grant.likely@secretlab.ca>
4249L: devicetree-discuss@lists.ozlabs.org
4250W: http://fdt.secretlab.ca
4251T: git git://git.secretlab.ca/git/linux-2.6.git
4252S: Maintained
4253F: drivers/of
4254F: include/linux/of*.h
4255K: of_get_property
4256
4257OPROFILE
4258M: Robert Richter <robert.richter@amd.com>
4259L: oprofile-list@lists.sf.net
4260S: Maintained
4261F: arch/*/include/asm/oprofile*.h
4262F: arch/*/oprofile/
4263F: drivers/oprofile/
4264F: include/linux/oprofile.h
4265
4266ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4267M: Mark Fasheh <mfasheh@suse.com>
4268M: Joel Becker <joel.becker@oracle.com>
4269L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4270W: http://oss.oracle.com/projects/ocfs2/
4271T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4272S: Supported
4273F: Documentation/filesystems/ocfs2.txt
4274F: Documentation/filesystems/dlmfs.txt
4275F: fs/ocfs2/
4276
4277ORINOCO DRIVER
4278M: Pavel Roskin <proski@gnu.org>
4279M: David Gibson <hermes@gibson.dropbear.id.au>
4280L: linux-wireless@vger.kernel.org
4281L: orinoco-users@lists.sourceforge.net
4282L: orinoco-devel@lists.sourceforge.net
4283W: http://www.nongnu.org/orinoco/
4284S: Maintained
4285F: drivers/net/wireless/orinoco/
4286
4287OSD LIBRARY and FILESYSTEM
4288M: Boaz Harrosh <bharrosh@panasas.com>
4289M: Benny Halevy <bhalevy@panasas.com>
4290L: osd-dev@open-osd.org
4291W: http://open-osd.org
4292T: git git://git.open-osd.org/open-osd.git
4293S: Maintained
4294F: drivers/scsi/osd/
4295F: include/scsi/osd_*
4296F: fs/exofs/
4297
4298P54 WIRELESS DRIVER
4299M: Christian Lamparter <chunkeey@googlemail.com>
4300L: linux-wireless@vger.kernel.org
4301W: http://wireless.kernel.org/en/users/Drivers/p54
4302S: Maintained
4303F: drivers/net/wireless/p54/
4304
4305PA SEMI ETHERNET DRIVER
4306M: Olof Johansson <olof@lixom.net>
4307L: netdev@vger.kernel.org
4308S: Maintained
4309F: drivers/net/pasemi_mac.*
4310
4311PA SEMI SMBUS DRIVER
4312M: Olof Johansson <olof@lixom.net>
4313L: linux-i2c@vger.kernel.org
4314S: Maintained
4315F: drivers/i2c/busses/i2c-pasemi.c
4316
4317PANASONIC LAPTOP ACPI EXTRAS DRIVER
4318M: Harald Welte <laforge@gnumonks.org>
4319L: platform-driver-x86@vger.kernel.org
4320S: Maintained
4321F: drivers/platform/x86/panasonic-laptop.c
4322
4323PANASONIC MN10300/AM33 PORT
4324M: David Howells <dhowells@redhat.com>
4325M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4326L: linux-am33-list@redhat.com (moderated for non-subscribers)
4327W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4328S: Maintained
4329F: Documentation/mn10300/
4330F: arch/mn10300/
4331
4332PARALLEL PORT SUPPORT
4333L: linux-parport@lists.infradead.org (subscribers-only)
4334S: Orphan
4335F: drivers/parport/
4336F: include/linux/parport*.h
4337F: drivers/char/ppdev.c
4338F: include/linux/ppdev.h
4339
4340PARAVIRT_OPS INTERFACE
4341M: Jeremy Fitzhardinge <jeremy@xensource.com>
4342M: Chris Wright <chrisw@sous-sol.org>
4343M: Alok Kataria <akataria@vmware.com>
4344M: Rusty Russell <rusty@rustcorp.com.au>
4345L: virtualization@lists.osdl.org
4346S: Supported
4347F: Documentation/ia64/paravirt_ops.txt
4348F: arch/*/kernel/paravirt*
4349F: arch/*/include/asm/paravirt.h
4350
4351PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4352M: Tim Waugh <tim@cyberelk.net>
4353L: linux-parport@lists.infradead.org (subscribers-only)
4354W: http://www.torque.net/linux-pp.html
4355S: Maintained
4356F: Documentation/blockdev/paride.txt
4357F: drivers/block/paride/
4358
4359PARISC ARCHITECTURE
4360M: Kyle McMartin <kyle@mcmartin.ca>
4361M: Helge Deller <deller@gmx.de>
4362M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4363L: linux-parisc@vger.kernel.org
4364W: http://www.parisc-linux.org/
4365Q: http://patchwork.kernel.org/project/linux-parisc/list/
4366T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4367S: Maintained
4368F: arch/parisc/
4369F: drivers/parisc/
4370
4371PC87360 HARDWARE MONITORING DRIVER
4372M: Jim Cromie <jim.cromie@gmail.com>
4373L: lm-sensors@lm-sensors.org
4374S: Maintained
4375F: Documentation/hwmon/pc87360
4376F: drivers/hwmon/pc87360.c
4377
4378PC8736x GPIO DRIVER
4379M: Jim Cromie <jim.cromie@gmail.com>
4380S: Maintained
4381F: drivers/char/pc8736x_gpio.c
4382
4383PCA9532 LED DRIVER
4384M: Riku Voipio <riku.voipio@iki.fi>
4385S: Maintained
4386F: drivers/leds/leds-pca9532.c
4387F: include/linux/leds-pca9532.h
4388
4389PCA9564/PCA9665 I2C BUS DRIVER
4390M: Wolfram Sang <w.sang@pengutronix.de>
4391L: linux-i2c@vger.kernel.org
4392S: Maintained
4393F: drivers/i2c/algos/i2c-algo-pca.c
4394F: drivers/i2c/busses/i2c-pca-*
4395F: include/linux/i2c-algo-pca.h
4396F: include/linux/i2c-pca-platform.h
4397
4398PCI ERROR RECOVERY
4399M: Linas Vepstas <linas@austin.ibm.com>
4400L: linux-pci@vger.kernel.org
4401S: Supported
4402F: Documentation/PCI/pci-error-recovery.txt
4403F: Documentation/powerpc/eeh-pci-error-recovery.txt
4404
4405PCI SUBSYSTEM
4406M: Jesse Barnes <jbarnes@virtuousgeek.org>
4407L: linux-pci@vger.kernel.org
4408Q: http://patchwork.kernel.org/project/linux-pci/list/
4409T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4410S: Supported
4411F: Documentation/PCI/
4412F: drivers/pci/
4413F: include/linux/pci*
4414
4415PCI HOTPLUG
4416M: Jesse Barnes <jbarnes@virtuousgeek.org>
4417L: linux-pci@vger.kernel.org
4418S: Supported
4419F: drivers/pci/hotplug
4420
4421PCMCIA SUBSYSTEM
4422P: Linux PCMCIA Team
4423L: linux-pcmcia@lists.infradead.org
4424W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4425T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4426S: Maintained
4427F: Documentation/pcmcia/
4428F: drivers/pcmcia/
4429F: include/pcmcia/
4430
4431PCNET32 NETWORK DRIVER
4432M: Don Fry <pcnet32@verizon.net>
4433L: netdev@vger.kernel.org
4434S: Maintained
4435F: drivers/net/pcnet32.c
4436
4437PER-TASK DELAY ACCOUNTING
4438M: Balbir Singh <balbir@linux.vnet.ibm.com>
4439S: Maintained
4440F: include/linux/delayacct.h
4441F: kernel/delayacct.c
4442
4443PERFORMANCE EVENTS SUBSYSTEM
4444M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4445M: Paul Mackerras <paulus@samba.org>
4446M: Ingo Molnar <mingo@elte.hu>
4447M: Arnaldo Carvalho de Melo <acme@redhat.com>
4448S: Supported
4449F: kernel/perf_event*.c
4450F: include/linux/perf_event.h
4451F: arch/*/kernel/perf_event*.c
4452F: arch/*/kernel/*/perf_event*.c
4453F: arch/*/kernel/*/*/perf_event*.c
4454F: arch/*/include/asm/perf_event.h
4455F: arch/*/lib/perf_event*.c
4456F: arch/*/kernel/perf_callchain.c
4457F: tools/perf/
4458
4459PERSONALITY HANDLING
4460M: Christoph Hellwig <hch@infradead.org>
4461L: linux-abi-devel@lists.sourceforge.net
4462S: Maintained
4463F: include/linux/personality.h
4464
4465PHRAM MTD DRIVER
4466M: Joern Engel <joern@lazybastard.org>
4467L: linux-mtd@lists.infradead.org
4468S: Maintained
4469F: drivers/mtd/devices/phram.c
4470
4471PKTCDVD DRIVER
4472M: Peter Osterlund <petero2@telia.com>
4473S: Maintained
4474F: drivers/block/pktcdvd.c
4475F: include/linux/pktcdvd.h
4476
4477PMC SIERRA MaxRAID DRIVER
4478M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4479L: linux-scsi@vger.kernel.org
4480W: http://www.pmc-sierra.com/
4481S: Supported
4482F: drivers/scsi/pmcraid.*
4483
4484PMC SIERRA PM8001 DRIVER
4485M: jack_wang@usish.com
4486M: lindar_liu@usish.com
4487L: linux-scsi@vger.kernel.org
4488S: Supported
4489F: drivers/scsi/pm8001/
4490
4491POSIX CLOCKS and TIMERS
4492M: Thomas Gleixner <tglx@linutronix.de>
4493S: Supported
4494F: fs/timerfd.c
4495F: include/linux/timer*
4496F: kernel/*timer*
4497
4498POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4499M: Anton Vorontsov <cbou@mail.ru>
4500M: David Woodhouse <dwmw2@infradead.org>
4501T: git git://git.infradead.org/battery-2.6.git
4502S: Maintained
4503F: include/linux/power_supply.h
4504F: drivers/power/power_supply*
4505
4506PNP SUPPORT
4507M: Adam Belay <abelay@mit.edu>
4508M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4509S: Maintained
4510F: drivers/pnp/
4511
4512PNXxxxx I2C DRIVER
4513M: Vitaly Wool <vitalywool@gmail.com>
4514L: linux-i2c@vger.kernel.org
4515S: Maintained
4516F: drivers/i2c/busses/i2c-pnx.c
4517
4518PPP PROTOCOL DRIVERS AND COMPRESSORS
4519M: Paul Mackerras <paulus@samba.org>
4520L: linux-ppp@vger.kernel.org
4521S: Maintained
4522F: drivers/net/ppp_*
4523
4524PPP OVER ATM (RFC 2364)
4525M: Mitchell Blank Jr <mitch@sfgoth.com>
4526S: Maintained
4527F: net/atm/pppoatm.c
4528F: include/linux/atmppp.h
4529
4530PPP OVER ETHERNET
4531M: Michal Ostrowski <mostrows@earthlink.net>
4532S: Maintained
4533F: drivers/net/pppoe.c
4534F: drivers/net/pppox.c
4535
4536PPP OVER L2TP
4537M: James Chapman <jchapman@katalix.com>
4538S: Maintained
4539F: net/l2tp/l2tp_ppp.c
4540F: include/linux/if_pppol2tp.h
4541
4542PPS SUPPORT
4543M: Rodolfo Giometti <giometti@enneenne.com>
4544W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4545L: linuxpps@ml.enneenne.com (subscribers-only)
4546S: Maintained
4547F: Documentation/pps/
4548F: drivers/pps/
4549F: include/linux/pps*.h
4550
4551PREEMPTIBLE KERNEL
4552M: Robert Love <rml@tech9.net>
4553L: kpreempt-tech@lists.sourceforge.net
4554W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4555S: Supported
4556F: Documentation/preempt-locking.txt
4557F: include/linux/preempt.h
4558
4559PRISM54 WIRELESS DRIVER
4560M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4561L: linux-wireless@vger.kernel.org
4562W: http://prism54.org
4563S: Obsolete
4564F: drivers/net/wireless/prism54/
4565
4566PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4567M: Peter Denison <promise@pnd-pc.demon.co.uk>
4568W: http://www.pnd-pc.demon.co.uk/promise/
4569S: Maintained
4570
4571PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4572M: Mikael Pettersson <mikpe@it.uu.se>
4573L: linux-ide@vger.kernel.org
4574S: Maintained
4575F: drivers/ata/sata_promise.*
4576
4577PS3 NETWORK SUPPORT
4578M: Geoff Levand <geoff@infradead.org>
4579L: netdev@vger.kernel.org
4580L: cbe-oss-dev@ozlabs.org
4581S: Maintained
4582F: drivers/net/ps3_gelic_net.*
4583
4584PS3 PLATFORM SUPPORT
4585M: Geoff Levand <geoff@infradead.org>
4586L: linuxppc-dev@ozlabs.org
4587L: cbe-oss-dev@ozlabs.org
4588S: Maintained
4589F: arch/powerpc/boot/ps3*
4590F: arch/powerpc/include/asm/lv1call.h
4591F: arch/powerpc/include/asm/ps3*.h
4592F: arch/powerpc/platforms/ps3/
4593F: drivers/*/ps3*
4594F: drivers/ps3/
4595F: drivers/rtc/rtc-ps3.c
4596F: drivers/usb/host/*ps3.c
4597F: sound/ppc/snd_ps3*
4598
4599PS3VRAM DRIVER
4600M: Jim Paris <jim@jtan.com>
4601L: cbe-oss-dev@ozlabs.org
4602S: Maintained
4603
4604PTRACE SUPPORT
4605M: Roland McGrath <roland@redhat.com>
4606M: Oleg Nesterov <oleg@redhat.com>
4607S: Maintained
4608F: include/asm-generic/syscall.h
4609F: include/linux/ptrace.h
4610F: include/linux/regset.h
4611F: include/linux/tracehook.h
4612F: kernel/ptrace.c
4613
4614PVRUSB2 VIDEO4LINUX DRIVER
4615M: Mike Isely <isely@pobox.com>
4616L: pvrusb2@isely.net (subscribers-only)
4617L: linux-media@vger.kernel.org
4618W: http://www.isely.net/pvrusb2/
4619T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4620S: Maintained
4621F: Documentation/video4linux/README.pvrusb2
4622F: drivers/media/video/pvrusb2/
4623
4624PXA2xx/PXA3xx SUPPORT
4625M: Eric Miao <eric.y.miao@gmail.com>
4626M: Russell King <linux@arm.linux.org.uk>
4627L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4628S: Maintained
4629F: arch/arm/mach-pxa/
4630F: drivers/pcmcia/pxa2xx*
4631F: drivers/spi/pxa2xx*
4632F: drivers/usb/gadget/pxa2*
4633F: include/sound/pxa2xx-lib.h
4634F: sound/arm/pxa*
4635F: sound/soc/pxa
4636
4637PXA168 SUPPORT
4638M: Eric Miao <eric.y.miao@gmail.com>
4639M: Jason Chagas <jason.chagas@marvell.com>
4640L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4641T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4642S: Maintained
4643
4644PXA910 SUPPORT
4645M: Eric Miao <eric.y.miao@gmail.com>
4646L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4647T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4648S: Maintained
4649
4650MMP2 SUPPORT (aka ARMADA610)
4651M: Haojian Zhuang <haojian.zhuang@marvell.com>
4652M: Eric Miao <eric.y.miao@gmail.com>
4653L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4654T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4655S: Maintained
4656
4657PXA MMCI DRIVER
4658S: Orphan
4659
4660PXA RTC DRIVER
4661M: Robert Jarzmik <robert.jarzmik@free.fr>
4662L: rtc-linux@googlegroups.com
4663S: Maintained
4664
4665QLOGIC QLA1280 SCSI DRIVER
4666M: Michael Reed <mdr@sgi.com>
4667L: linux-scsi@vger.kernel.org
4668S: Maintained
4669F: drivers/scsi/qla1280.[ch]
4670
4671QLOGIC QLA2XXX FC-SCSI DRIVER
4672M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4673M: linux-driver@qlogic.com
4674L: linux-scsi@vger.kernel.org
4675S: Supported
4676F: Documentation/scsi/LICENSE.qla2xxx
4677F: drivers/scsi/qla2xxx/
4678
4679QLOGIC QLA4XXX iSCSI DRIVER
4680M: Ravi Anand <ravi.anand@qlogic.com>
4681M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4682M: iscsi-driver@qlogic.com
4683L: linux-scsi@vger.kernel.org
4684S: Supported
4685F: drivers/scsi/qla4xxx/
4686
4687QLOGIC QLA3XXX NETWORK DRIVER
4688M: Ron Mercer <ron.mercer@qlogic.com>
4689M: linux-driver@qlogic.com
4690L: netdev@vger.kernel.org
4691S: Supported
4692F: Documentation/networking/LICENSE.qla3xxx
4693F: drivers/net/qla3xxx.*
4694
4695QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4696M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4697M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4698M: linux-driver@qlogic.com
4699L: netdev@vger.kernel.org
4700S: Supported
4701F: drivers/net/qlcnic/
4702
4703QLOGIC QLGE 10Gb ETHERNET DRIVER
4704M: Ron Mercer <ron.mercer@qlogic.com>
4705M: linux-driver@qlogic.com
4706L: netdev@vger.kernel.org
4707S: Supported
4708F: drivers/net/qlge/
4709
4710QNX4 FILESYSTEM
4711M: Anders Larsen <al@alarsen.net>
4712W: http://www.alarsen.net/linux/qnx4fs/
4713S: Maintained
4714F: fs/qnx4/
4715F: include/linux/qnx4_fs.h
4716F: include/linux/qnxtypes.h
4717
4718RADEON FRAMEBUFFER DISPLAY DRIVER
4719M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4720L: linux-fbdev@vger.kernel.org
4721S: Maintained
4722F: drivers/video/aty/radeon*
4723F: include/linux/radeonfb.h
4724
4725RAGE128 FRAMEBUFFER DISPLAY DRIVER
4726M: Paul Mackerras <paulus@samba.org>
4727L: linux-fbdev@vger.kernel.org
4728S: Maintained
4729F: drivers/video/aty/aty128fb.c
4730
4731RALINK RT2X00 WIRELESS LAN DRIVER
4732P: rt2x00 project
4733M: Ivo van Doorn <IvDoorn@gmail.com>
4734M: Gertjan van Wingerde <gwingerde@gmail.com>
4735L: linux-wireless@vger.kernel.org
4736L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4737W: http://rt2x00.serialmonkey.com/
4738S: Maintained
4739T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4740F: drivers/net/wireless/rt2x00/
4741
4742RAMDISK RAM BLOCK DEVICE DRIVER
4743M: Nick Piggin <npiggin@kernel.dk>
4744S: Maintained
4745F: Documentation/blockdev/ramdisk.txt
4746F: drivers/block/brd.c
4747
4748RANDOM NUMBER DRIVER
4749M: Matt Mackall <mpm@selenic.com>
4750S: Maintained
4751F: drivers/char/random.c
4752
4753RAPIDIO SUBSYSTEM
4754M: Matt Porter <mporter@kernel.crashing.org>
4755S: Maintained
4756F: drivers/rapidio/
4757
4758RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4759L: linux-wireless@vger.kernel.org
4760S: Orphan
4761F: drivers/net/wireless/ray*
4762
4763RCUTORTURE MODULE
4764M: Josh Triplett <josh@freedesktop.org>
4765M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4766S: Supported
4767F: Documentation/RCU/torture.txt
4768F: kernel/rcutorture.c
4769
4770RDC R-321X SoC
4771M: Florian Fainelli <florian@openwrt.org>
4772S: Maintained
4773
4774RDC R6040 FAST ETHERNET DRIVER
4775M: Florian Fainelli <florian@openwrt.org>
4776L: netdev@vger.kernel.org
4777S: Maintained
4778F: drivers/net/r6040.c
4779
4780RDS - RELIABLE DATAGRAM SOCKETS
4781M: Andy Grover <andy.grover@oracle.com>
4782L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4783S: Supported
4784F: net/rds/
4785
4786READ-COPY UPDATE (RCU)
4787M: Dipankar Sarma <dipankar@in.ibm.com>
4788M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4789W: http://www.rdrop.com/users/paulmck/rclock/
4790S: Supported
4791F: Documentation/RCU/
4792F: include/linux/rcu*
4793F: include/linux/srcu*
4794F: kernel/rcu*
4795F: kernel/srcu*
4796X: kernel/rcutorture.c
4797
4798REAL TIME CLOCK DRIVER
4799M: Paul Gortmaker <p_gortmaker@yahoo.com>
4800S: Maintained
4801F: Documentation/rtc.txt
4802F: drivers/rtc/
4803F: include/linux/rtc.h
4804
4805REAL TIME CLOCK (RTC) SUBSYSTEM
4806M: Alessandro Zummo <a.zummo@towertech.it>
4807L: rtc-linux@googlegroups.com
4808Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4809S: Maintained
4810F: Documentation/rtc.txt
4811F: drivers/rtc/
4812F: include/linux/rtc.h
4813
4814REISERFS FILE SYSTEM
4815L: reiserfs-devel@vger.kernel.org
4816S: Supported
4817F: fs/reiserfs/
4818
4819RFKILL
4820M: Johannes Berg <johannes@sipsolutions.net>
4821L: linux-wireless@vger.kernel.org
4822S: Maintained
4823F: Documentation/rfkill.txt
4824F: net/rfkill/
4825
4826RICOH SMARTMEDIA/XD DRIVER
4827M: Maxim Levitsky <maximlevitsky@gmail.com>
4828S: Maintained
4829F: drivers/mtd/nand/r852.c
4830F: drivers/mtd/nand/r852.h
4831
4832RISCOM8 DRIVER
4833S: Orphan
4834F: Documentation/serial/riscom8.txt
4835F: drivers/char/riscom8*
4836
4837ROCKETPORT DRIVER
4838P: Comtrol Corp.
4839W: http://www.comtrol.com
4840S: Maintained
4841F: Documentation/serial/rocket.txt
4842F: drivers/char/rocket*
4843
4844ROSE NETWORK LAYER
4845M: Ralf Baechle <ralf@linux-mips.org>
4846L: linux-hams@vger.kernel.org
4847W: http://www.linux-ax25.org/
4848S: Maintained
4849F: include/linux/rose.h
4850F: include/net/rose.h
4851F: net/rose/
4852
4853RTL8180 WIRELESS DRIVER
4854M: "John W. Linville" <linville@tuxdriver.com>
4855L: linux-wireless@vger.kernel.org
4856W: http://linuxwireless.org/
4857T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4858S: Maintained
4859F: drivers/net/wireless/rtl818x/rtl8180*
4860
4861RTL8187 WIRELESS DRIVER
4862M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4863M: Hin-Tak Leung <htl10@users.sourceforge.net>
4864M: Larry Finger <Larry.Finger@lwfinger.net>
4865L: linux-wireless@vger.kernel.org
4866W: http://linuxwireless.org/
4867T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4868S: Maintained
4869F: drivers/net/wireless/rtl818x/rtl8187*
4870
4871S3 SAVAGE FRAMEBUFFER DRIVER
4872M: Antonino Daplas <adaplas@gmail.com>
4873L: linux-fbdev@vger.kernel.org
4874S: Maintained
4875F: drivers/video/savage/
4876
4877S390
4878M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4879M: Heiko Carstens <heiko.carstens@de.ibm.com>
4880M: linux390@de.ibm.com
4881L: linux-s390@vger.kernel.org
4882W: http://www.ibm.com/developerworks/linux/linux390/
4883S: Supported
4884F: arch/s390/
4885F: drivers/s390/
4886F: fs/partitions/ibm.c
4887F: Documentation/s390/
4888F: Documentation/DocBook/s390*
4889
4890S390 NETWORK DRIVERS
4891M: Ursula Braun <ursula.braun@de.ibm.com>
4892M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4893M: linux390@de.ibm.com
4894L: linux-s390@vger.kernel.org
4895W: http://www.ibm.com/developerworks/linux/linux390/
4896S: Supported
4897F: drivers/s390/net/
4898
4899S390 ZCRYPT DRIVER
4900M: Felix Beck <felix.beck@de.ibm.com>
4901M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4902M: linux390@de.ibm.com
4903L: linux-s390@vger.kernel.org
4904W: http://www.ibm.com/developerworks/linux/linux390/
4905S: Supported
4906F: drivers/s390/crypto/
4907
4908S390 ZFCP DRIVER
4909M: Christof Schmitt <christof.schmitt@de.ibm.com>
4910M: Swen Schillig <swen@vnet.ibm.com>
4911M: linux390@de.ibm.com
4912L: linux-s390@vger.kernel.org
4913W: http://www.ibm.com/developerworks/linux/linux390/
4914S: Supported
4915F: drivers/s390/scsi/zfcp_*
4916
4917S390 IUCV NETWORK LAYER
4918M: Ursula Braun <ursula.braun@de.ibm.com>
4919M: linux390@de.ibm.com
4920L: linux-s390@vger.kernel.org
4921W: http://www.ibm.com/developerworks/linux/linux390/
4922S: Supported
4923F: drivers/s390/net/*iucv*
4924F: include/net/iucv/
4925F: net/iucv/
4926
4927S3C24XX SD/MMC Driver
4928M: Ben Dooks <ben-linux@fluff.org>
4929L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4930S: Supported
4931F: drivers/mmc/host/s3cmci.*
4932
4933SAA7146 VIDEO4LINUX-2 DRIVER
4934M: Michael Hunold <michael@mihu.de>
4935L: linux-media@vger.kernel.org
4936T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4937W: http://www.mihu.de/linux/saa7146
4938S: Maintained
4939F: drivers/media/common/saa7146*
4940F: drivers/media/video/*7146*
4941F: include/media/*7146*
4942
4943TLG2300 VIDEO4LINUX-2 DRIVER
4944M: Huang Shijie <shijie8@gmail.com>
4945M: Kang Yong <kangyong@telegent.com>
4946M: Zhang Xiaobing <xbzhang@telegent.com>
4947S: Supported
4948F: drivers/media/video/tlg2300
4949
4950SC1200 WDT DRIVER
4951M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4952S: Maintained
4953F: drivers/watchdog/sc1200wdt.c
4954
4955SCHEDULER
4956M: Ingo Molnar <mingo@elte.hu>
4957M: Peter Zijlstra <peterz@infradead.org>
4958S: Maintained
4959F: kernel/sched*
4960F: include/linux/sched.h
4961
4962SCORE ARCHITECTURE
4963M: Chen Liqin <liqin.chen@sunplusct.com>
4964M: Lennox Wu <lennox.wu@gmail.com>
4965W: http://www.sunplusct.com
4966S: Supported
4967F: arch/score/
4968
4969SCSI CDROM DRIVER
4970M: Jens Axboe <axboe@kernel.dk>
4971L: linux-scsi@vger.kernel.org
4972W: http://www.kernel.dk
4973S: Maintained
4974F: drivers/scsi/sr*
4975
4976SCSI SG DRIVER
4977M: Doug Gilbert <dgilbert@interlog.com>
4978L: linux-scsi@vger.kernel.org
4979W: http://www.torque.net/sg
4980S: Maintained
4981F: drivers/scsi/sg.c
4982F: include/scsi/sg.h
4983
4984SCSI SUBSYSTEM
4985M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4986L: linux-scsi@vger.kernel.org
4987T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4988T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4989T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4990S: Maintained
4991F: drivers/scsi/
4992F: include/scsi/
4993
4994SCSI TAPE DRIVER
4995M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4996L: linux-scsi@vger.kernel.org
4997S: Maintained
4998F: Documentation/scsi/st.txt
4999F: drivers/scsi/st*
5000
5001SCTP PROTOCOL
5002M: Vlad Yasevich <vladislav.yasevich@hp.com>
5003M: Sridhar Samudrala <sri@us.ibm.com>
5004L: linux-sctp@vger.kernel.org
5005W: http://lksctp.sourceforge.net
5006S: Supported
5007F: Documentation/networking/sctp.txt
5008F: include/linux/sctp.h
5009F: include/net/sctp/
5010F: net/sctp/
5011
5012SCx200 CPU SUPPORT
5013M: Jim Cromie <jim.cromie@gmail.com>
5014S: Odd Fixes
5015F: Documentation/i2c/busses/scx200_acb
5016F: arch/x86/kernel/scx200_32.c
5017F: drivers/watchdog/scx200_wdt.c
5018F: drivers/i2c/busses/scx200*
5019F: drivers/mtd/maps/scx200_docflash.c
5020F: include/linux/scx200.h
5021
5022SCx200 GPIO DRIVER
5023M: Jim Cromie <jim.cromie@gmail.com>
5024S: Maintained
5025F: drivers/char/scx200_gpio.c
5026F: include/linux/scx200_gpio.h
5027
5028SCx200 HRT CLOCKSOURCE DRIVER
5029M: Jim Cromie <jim.cromie@gmail.com>
5030S: Maintained
5031F: drivers/clocksource/scx200_hrt.c
5032
5033SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5034M: Sascha Sommer <saschasommer@freenet.de>
5035L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5036S: Maintained
5037F: drivers/mmc/host/sdricoh_cs.c
5038
5039SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5040S: Orphan
5041L: linux-mmc@vger.kernel.org
5042F: drivers/mmc/host/sdhci.*
5043
5044SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5045M: Anton Vorontsov <avorontsov@ru.mvista.com>
5046L: linuxppc-dev@ozlabs.org
5047L: linux-mmc@vger.kernel.org
5048S: Maintained
5049F: drivers/mmc/host/sdhci-of.*
5050
5051SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5052M: Ben Dooks <ben-linux@fluff.org>
5053L: linux-mmc@vger.kernel.org
5054S: Maintained
5055F: drivers/mmc/host/sdhci-s3c.c
5056
5057SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5058M: Viresh Kumar <viresh.kumar@st.com>
5059L: linux-mmc@vger.kernel.org
5060S: Maintained
5061F: drivers/mmc/host/sdhci-spear.c
5062
5063SECURITY SUBSYSTEM
5064M: James Morris <jmorris@namei.org>
5065L: linux-security-module@vger.kernel.org (suggested Cc:)
5066T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5067W: http://security.wiki.kernel.org/
5068S: Supported
5069F: security/
5070
5071SECURITY CONTACT
5072M: Security Officers <security@kernel.org>
5073S: Supported
5074
5075SELINUX SECURITY MODULE
5076M: Stephen Smalley <sds@tycho.nsa.gov>
5077M: James Morris <jmorris@namei.org>
5078M: Eric Paris <eparis@parisplace.org>
5079L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5080W: http://selinuxproject.org
5081T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5082S: Supported
5083F: include/linux/selinux*
5084F: security/selinux/
5085
5086APPARMOR SECURITY MODULE
5087M: John Johansen <john.johansen@canonical.com>
5088L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5089W: apparmor.wiki.kernel.org
5090T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5091S: Supported
5092F: security/apparmor/
5093
5094SENSABLE PHANTOM
5095M: Jiri Slaby <jirislaby@gmail.com>
5096S: Maintained
5097F: drivers/misc/phantom.c
5098F: include/linux/phantom.h
5099
5100SERIAL ATA (SATA) SUBSYSTEM
5101M: Jeff Garzik <jgarzik@pobox.com>
5102L: linux-ide@vger.kernel.org
5103T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5104S: Supported
5105F: drivers/ata/
5106F: include/linux/ata.h
5107F: include/linux/libata.h
5108
5109SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5110M: Jayamohan Kallickal <jayamohank@serverengines.com>
5111L: linux-scsi@vger.kernel.org
5112W: http://www.serverengines.com
5113S: Supported
5114F: drivers/scsi/be2iscsi/
5115
5116SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5117M: Sathya Perla <sathyap@serverengines.com>
5118M: Subbu Seetharaman <subbus@serverengines.com>
5119M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5120M: Ajit Khaparde <ajitk@serverengines.com>
5121L: netdev@vger.kernel.org
5122W: http://www.serverengines.com
5123S: Supported
5124F: drivers/net/benet/
5125
5126SFC NETWORK DRIVER
5127M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5128M: Steve Hodgson <shodgson@solarflare.com>
5129M: Ben Hutchings <bhutchings@solarflare.com>
5130L: netdev@vger.kernel.org
5131S: Supported
5132F: drivers/net/sfc/
5133
5134SGI GRU DRIVER
5135M: Jack Steiner <steiner@sgi.com>
5136S: Maintained
5137F: drivers/misc/sgi-gru/
5138
5139SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5140M: Pat Gefre <pfg@sgi.com>
5141L: linux-ia64@vger.kernel.org
5142S: Supported
5143F: Documentation/ia64/serial.txt
5144F: drivers/serial/ioc?_serial.c
5145F: include/linux/ioc?.h
5146
5147SGI VISUAL WORKSTATION 320 AND 540
5148M: Andrey Panin <pazke@donpac.ru>
5149L: linux-visws-devel@lists.sf.net
5150W: http://linux-visws.sf.net
5151S: Maintained for 2.6.
5152F: Documentation/sgi-visws.txt
5153
5154SGI XP/XPC/XPNET DRIVER
5155M: Robin Holt <holt@sgi.com>
5156S: Maintained
5157F: drivers/misc/sgi-xp/
5158
5159SHARP LH SUPPORT (LH7952X & LH7A40X)
5160M: Marc Singer <elf@buici.com>
5161W: http://projects.buici.com/arm
5162L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5163S: Maintained
5164F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5165F: arch/arm/mach-lh7a40x/
5166F: drivers/serial/serial_lh7a40x.c
5167F: drivers/usb/gadget/lh7a40*
5168F: drivers/usb/host/ohci-lh7a40*
5169
5170SIMPLE FIRMWARE INTERFACE (SFI)
5171M: Len Brown <lenb@kernel.org>
5172L: sfi-devel@simplefirmware.org
5173W: http://simplefirmware.org/
5174T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5175S: Supported
5176F: arch/x86/kernel/*sfi*
5177F: drivers/sfi/
5178F: include/linux/sfi*.h
5179
5180SIMTEC EB110ATX (Chalice CATS)
5181P: Ben Dooks
5182M: Vincent Sanders <support@simtec.co.uk>
5183W: http://www.simtec.co.uk/products/EB110ATX/
5184S: Supported
5185
5186SIMTEC EB2410ITX (BAST)
5187P: Ben Dooks
5188M: Vincent Sanders <support@simtec.co.uk>
5189W: http://www.simtec.co.uk/products/EB2410ITX/
5190S: Supported
5191F: arch/arm/mach-s3c2410/
5192F: drivers/*/*s3c2410*
5193F: drivers/*/*/*s3c2410*
5194
5195TI DAVINCI MACHINE SUPPORT
5196P: Kevin Hilman
5197M: davinci-linux-open-source@linux.davincidsp.com
5198Q: http://patchwork.kernel.org/project/linux-davinci/list/
5199S: Supported
5200F: arch/arm/mach-davinci
5201
5202SIS 190 ETHERNET DRIVER
5203M: Francois Romieu <romieu@fr.zoreil.com>
5204L: netdev@vger.kernel.org
5205S: Maintained
5206F: drivers/net/sis190.c
5207
5208SIS 900/7016 FAST ETHERNET DRIVER
5209M: Daniele Venzano <venza@brownhat.org>
5210W: http://www.brownhat.org/sis900.html
5211L: netdev@vger.kernel.org
5212S: Maintained
5213F: drivers/net/sis900.*
5214
5215SIS 96X I2C/SMBUS DRIVER
5216M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5217L: linux-i2c@vger.kernel.org
5218S: Maintained
5219F: Documentation/i2c/busses/i2c-sis96x
5220F: drivers/i2c/busses/i2c-sis96x.c
5221
5222SIS FRAMEBUFFER DRIVER
5223M: Thomas Winischhofer <thomas@winischhofer.net>
5224W: http://www.winischhofer.net/linuxsisvga.shtml
5225S: Maintained
5226F: Documentation/fb/sisfb.txt
5227F: drivers/video/sis/
5228F: include/video/sisfb.h
5229
5230SIS USB2VGA DRIVER
5231M: Thomas Winischhofer <thomas@winischhofer.net>
5232W: http://www.winischhofer.at/linuxsisusbvga.shtml
5233S: Maintained
5234F: drivers/usb/misc/sisusbvga/
5235
5236SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5237M: Stephen Hemminger <shemminger@linux-foundation.org>
5238L: netdev@vger.kernel.org
5239S: Maintained
5240F: drivers/net/skge.*
5241F: drivers/net/sky2.*
5242
5243SLAB ALLOCATOR
5244M: Christoph Lameter <cl@linux-foundation.org>
5245M: Pekka Enberg <penberg@cs.helsinki.fi>
5246M: Matt Mackall <mpm@selenic.com>
5247L: linux-mm@kvack.org
5248S: Maintained
5249F: include/linux/sl?b*.h
5250F: mm/sl?b.c
5251
5252SMC91x ETHERNET DRIVER
5253M: Nicolas Pitre <nico@fluxnic.net>
5254S: Odd Fixes
5255F: drivers/net/smc91x.*
5256
5257SMSC47B397 HARDWARE MONITOR DRIVER
5258M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5259L: lm-sensors@lm-sensors.org
5260S: Maintained
5261F: Documentation/hwmon/smsc47b397
5262F: drivers/hwmon/smsc47b397.c
5263
5264SMSC911x ETHERNET DRIVER
5265M: Steve Glendinning <steve.glendinning@smsc.com>
5266L: netdev@vger.kernel.org
5267S: Supported
5268F: include/linux/smsc911x.h
5269F: drivers/net/smsc911x.*
5270
5271SMSC9420 PCI ETHERNET DRIVER
5272M: Steve Glendinning <steve.glendinning@smsc.com>
5273L: netdev@vger.kernel.org
5274S: Supported
5275F: drivers/net/smsc9420.*
5276
5277SN-IA64 (Itanium) SUB-PLATFORM
5278M: Jes Sorensen <jes@sgi.com>
5279L: linux-altix@sgi.com
5280L: linux-ia64@vger.kernel.org
5281W: http://www.sgi.com/altix
5282S: Maintained
5283F: arch/ia64/sn/
5284
5285SOC-CAMERA V4L2 SUBSYSTEM
5286M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5287L: linux-media@vger.kernel.org
5288T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5289S: Maintained
5290F: include/media/v4l2*
5291F: drivers/media/video/v4l2*
5292
5293SOEKRIS NET48XX LED SUPPORT
5294M: Chris Boot <bootc@bootc.net>
5295S: Maintained
5296F: drivers/leds/leds-net48xx.c
5297
5298SOFTWARE RAID (Multiple Disks) SUPPORT
5299M: Neil Brown <neilb@suse.de>
5300L: linux-raid@vger.kernel.org
5301S: Supported
5302F: drivers/md/
5303F: include/linux/raid/
5304
5305SONIC NETWORK DRIVER
5306M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5307L: netdev@vger.kernel.org
5308S: Maintained
5309F: drivers/net/sonic.*
5310
5311SONICS SILICON BACKPLANE DRIVER (SSB)
5312M: Michael Buesch <mb@bu3sch.de>
5313L: netdev@vger.kernel.org
5314S: Maintained
5315F: drivers/ssb/
5316F: include/linux/ssb/
5317
5318SONY VAIO CONTROL DEVICE DRIVER
5319M: Mattia Dongili <malattia@linux.it>
5320L: platform-driver-x86@vger.kernel.org
5321W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5322S: Maintained
5323F: Documentation/laptops/sony-laptop.txt
5324F: drivers/char/sonypi.c
5325F: drivers/platform/x86/sony-laptop.c
5326F: include/linux/sony-laptop.h
5327
5328SONY MEMORYSTICK CARD SUPPORT
5329M: Alex Dubov <oakad@yahoo.com>
5330W: http://tifmxx.berlios.de/
5331S: Maintained
5332F: drivers/memstick/host/tifm_ms.c
5333
5334SOUND
5335M: Jaroslav Kysela <perex@perex.cz>
5336M: Takashi Iwai <tiwai@suse.de>
5337L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5338W: http://www.alsa-project.org/
5339T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5340T: git git://git.alsa-project.org/alsa-kernel.git
5341S: Maintained
5342F: Documentation/sound/
5343F: include/sound/
5344F: sound/
5345
5346SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5347M: Liam Girdwood <lrg@slimlogic.co.uk>
5348M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5349T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5350L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5351W: http://alsa-project.org/main/index.php/ASoC
5352S: Supported
5353F: sound/soc/
5354F: include/sound/soc*
5355
5356SPARC + UltraSPARC (sparc/sparc64)
5357M: "David S. Miller" <davem@davemloft.net>
5358L: sparclinux@vger.kernel.org
5359Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5360T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5361T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5362S: Maintained
5363F: arch/sparc/
5364F: drivers/sbus/
5365
5366SPARC SERIAL DRIVERS
5367M: "David S. Miller" <davem@davemloft.net>
5368L: sparclinux@vger.kernel.org
5369T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5370T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5371S: Maintained
5372F: drivers/serial/suncore.c
5373F: drivers/serial/suncore.h
5374F: drivers/serial/sunhv.c
5375F: drivers/serial/sunsab.c
5376F: drivers/serial/sunsab.h
5377F: drivers/serial/sunsu.c
5378F: drivers/serial/sunzilog.c
5379F: drivers/serial/sunzilog.h
5380
5381SPEAR PLATFORM SUPPORT
5382M: Viresh Kumar <viresh.kumar@st.com>
5383W: http://www.st.com/spear
5384S: Maintained
5385F: arch/arm/plat-spear/
5386
5387SPEAR3XX MACHINE SUPPORT
5388M: Viresh Kumar <viresh.kumar@st.com>
5389W: http://www.st.com/spear
5390S: Maintained
5391F: arch/arm/mach-spear3xx/
5392
5393SPEAR6XX MACHINE SUPPORT
5394M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5395W: http://www.st.com/spear
5396S: Maintained
5397F: arch/arm/mach-spear6xx/
5398
5399SPEAR CLOCK FRAMEWORK SUPPORT
5400M: Viresh Kumar <viresh.kumar@st.com>
5401W: http://www.st.com/spear
5402S: Maintained
5403F: arch/arm/mach-spear*/clock.c
5404F: arch/arm/mach-spear*/include/mach/clkdev.h
5405F: arch/arm/plat-spear/clock.c
5406F: arch/arm/plat-spear/include/plat/clkdev.h
5407F: arch/arm/plat-spear/include/plat/clock.h
5408
5409SPEAR PAD MULTIPLEXING SUPPORT
5410M: Viresh Kumar <viresh.kumar@st.com>
5411W: http://www.st.com/spear
5412S: Maintained
5413F: arch/arm/plat-spear/include/plat/padmux.h
5414F: arch/arm/plat-spear/padmux.c
5415F: arch/arm/mach-spear*/spear*xx.c
5416F: arch/arm/mach-spear*/include/mach/generic.h
5417F: arch/arm/mach-spear3xx/spear3*0.c
5418F: arch/arm/mach-spear3xx/spear3*0_evb.c
5419F: arch/arm/mach-spear6xx/spear600.c
5420F: arch/arm/mach-spear6xx/spear600_evb.c
5421
5422SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5423M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5424S: Supported
5425F: Documentation/serial/specialix.txt
5426F: drivers/char/specialix*
5427
5428SPI SUBSYSTEM
5429M: David Brownell <dbrownell@users.sourceforge.net>
5430M: Grant Likely <grant.likely@secretlab.ca>
5431L: spi-devel-general@lists.sourceforge.net
5432Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5433T: git git://git.secretlab.ca/git/linux-2.6.git
5434S: Maintained
5435F: Documentation/spi/
5436F: drivers/spi/
5437F: include/linux/spi/
5438
5439SPIDERNET NETWORK DRIVER for CELL
5440M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5441M: Jens Osterkamp <jens@de.ibm.com>
5442L: netdev@vger.kernel.org
5443S: Supported
5444F: Documentation/networking/spider_net.txt
5445F: drivers/net/spider_net*
5446
5447SPU FILE SYSTEM
5448M: Jeremy Kerr <jk@ozlabs.org>
5449L: linuxppc-dev@ozlabs.org
5450L: cbe-oss-dev@ozlabs.org
5451W: http://www.ibm.com/developerworks/power/cell/
5452S: Supported
5453F: Documentation/filesystems/spufs.txt
5454F: arch/powerpc/platforms/cell/spufs/
5455
5456SQUASHFS FILE SYSTEM
5457M: Phillip Lougher <phillip@lougher.demon.co.uk>
5458L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5459W: http://squashfs.org.uk
5460S: Maintained
5461F: Documentation/filesystems/squashfs.txt
5462F: fs/squashfs/
5463
5464SRM (Alpha) environment access
5465M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5466S: Maintained
5467F: arch/alpha/kernel/srm_env.c
5468
5469STABLE BRANCH
5470M: Greg Kroah-Hartman <greg@kroah.com>
5471M: Chris Wright <chrisw@sous-sol.org>
5472L: stable@kernel.org
5473S: Maintained
5474
5475STAGING SUBSYSTEM
5476M: Greg Kroah-Hartman <gregkh@suse.de>
5477T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5478L: devel@driverdev.osuosl.org
5479S: Maintained
5480F: drivers/staging/
5481
5482STARFIRE/DURALAN NETWORK DRIVER
5483M: Ion Badulescu <ionut@badula.org>
5484S: Odd Fixes
5485F: drivers/net/starfire*
5486
5487STRADIS MPEG-2 DECODER DRIVER
5488M: Nathan Laredo <laredo@gnu.org>
5489W: http://www.stradis.com/
5490S: Maintained
5491F: drivers/media/video/stradis.c
5492
5493SUN3/3X
5494M: Sam Creasey <sammy@sammy.net>
5495W: http://sammy.net/sun3/
5496S: Maintained
5497F: arch/m68k/kernel/*sun3*
5498F: arch/m68k/sun3*/
5499F: arch/m68k/include/asm/sun3*
5500
5501SUPERH
5502M: Paul Mundt <lethal@linux-sh.org>
5503L: linux-sh@vger.kernel.org
5504W: http://www.linux-sh.org
5505Q: http://patchwork.kernel.org/project/linux-sh/list/
5506T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5507S: Supported
5508F: Documentation/sh/
5509F: arch/sh/
5510F: drivers/sh/
5511
5512SUSPEND TO RAM
5513M: Len Brown <len.brown@intel.com>
5514M: Pavel Machek <pavel@ucw.cz>
5515M: "Rafael J. Wysocki" <rjw@sisk.pl>
5516L: linux-pm@lists.linux-foundation.org
5517S: Supported
5518F: Documentation/power/
5519F: arch/x86/kernel/acpi/
5520F: drivers/base/power/
5521F: kernel/power/
5522F: include/linux/suspend.h
5523F: include/linux/freezer.h
5524F: include/linux/pm.h
5525
5526SVGA HANDLING
5527M: Martin Mares <mj@ucw.cz>
5528L: linux-video@atrey.karlin.mff.cuni.cz
5529S: Maintained
5530F: Documentation/svga.txt
5531F: arch/x86/boot/video*
5532
5533SYSV FILESYSTEM
5534M: Christoph Hellwig <hch@infradead.org>
5535S: Maintained
5536F: Documentation/filesystems/sysv-fs.txt
5537F: fs/sysv/
5538F: include/linux/sysv_fs.h
5539
5540TASKSTATS STATISTICS INTERFACE
5541M: Balbir Singh <balbir@linux.vnet.ibm.com>
5542S: Maintained
5543F: Documentation/accounting/taskstats*
5544F: include/linux/taskstats*
5545F: kernel/taskstats.c
5546
5547TC CLASSIFIER
5548M: Jamal Hadi Salim <hadi@cyberus.ca>
5549L: netdev@vger.kernel.org
5550S: Maintained
5551F: include/linux/pkt_cls.h
5552F: include/net/pkt_cls.h
5553F: net/sched/
5554
5555TCP LOW PRIORITY MODULE
5556M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5557M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5558W: http://tcp-lp-mod.sourceforge.net/
5559S: Maintained
5560F: net/ipv4/tcp_lp.c
5561
5562TEGRA SUPPORT
5563M: Colin Cross <ccross@android.com>
5564M: Erik Gilling <konkers@android.com>
5565M: Olof Johansson <olof@lixom.net>
5566L: linux-tegra@vger.kernel.org
5567T: git git://android.git.kernel.org/kernel/tegra.git
5568S: Supported
5569F: arch/arm/mach-tegra
5570
5571TEHUTI ETHERNET DRIVER
5572M: Alexander Indenbaum <baum@tehutinetworks.net>
5573M: Andy Gospodarek <andy@greyhouse.net>
5574L: netdev@vger.kernel.org
5575S: Supported
5576F: drivers/net/tehuti*
5577
5578Telecom Clock Driver for MCPL0010
5579M: Mark Gross <mark.gross@intel.com>
5580S: Supported
5581F: drivers/char/tlclk.c
5582
5583TENSILICA XTENSA PORT (xtensa)
5584M: Chris Zankel <chris@zankel.net>
5585S: Maintained
5586F: arch/xtensa/
5587
5588THINKPAD ACPI EXTRAS DRIVER
5589M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5590L: ibm-acpi-devel@lists.sourceforge.net
5591L: platform-driver-x86@vger.kernel.org
5592W: http://ibm-acpi.sourceforge.net
5593W: http://thinkwiki.org/wiki/Ibm-acpi
5594T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5595S: Maintained
5596F: drivers/platform/x86/thinkpad_acpi.c
5597
5598TI FLASH MEDIA INTERFACE DRIVER
5599M: Alex Dubov <oakad@yahoo.com>
5600S: Maintained
5601F: drivers/misc/tifm*
5602F: drivers/mmc/host/tifm_sd.c
5603F: include/linux/tifm.h
5604
5605TI TWL4030 SERIES SOC CODEC DRIVER
5606M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5607L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5608S: Maintained
5609F: sound/soc/codecs/twl4030*
5610
5611TIPC NETWORK LAYER
5612M: Jon Maloy <jon.maloy@ericsson.com>
5613M: Allan Stephens <allan.stephens@windriver.com>
5614L: tipc-discussion@lists.sourceforge.net
5615W: http://tipc.sourceforge.net/
5616W: http://tipc.cslab.ericsson.net/
5617T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5618S: Maintained
5619F: include/linux/tipc*.h
5620F: include/net/tipc/
5621F: net/tipc/
5622
5623TILE ARCHITECTURE
5624M: Chris Metcalf <cmetcalf@tilera.com>
5625W: http://www.tilera.com/scm/
5626S: Supported
5627F: arch/tile/
5628
5629TLAN NETWORK DRIVER
5630M: Samuel Chessman <chessman@tux.org>
5631L: tlan-devel@lists.sourceforge.net (subscribers-only)
5632W: http://sourceforge.net/projects/tlan/
5633S: Maintained
5634F: Documentation/networking/tlan.txt
5635F: drivers/net/tlan.*
5636
5637TOMOYO SECURITY MODULE
5638M: Kentaro Takeda <takedakn@nttdata.co.jp>
5639M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5640L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5641L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5642L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5643W: http://tomoyo.sourceforge.jp/
5644T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5645S: Maintained
5646F: security/tomoyo/
5647
5648TOPSTAR LAPTOP EXTRAS DRIVER
5649M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5650L: platform-driver-x86@vger.kernel.org
5651S: Maintained
5652F: drivers/platform/x86/topstar-laptop.c
5653
5654TOSHIBA ACPI EXTRAS DRIVER
5655L: platform-driver-x86@vger.kernel.org
5656S: Orphan
5657F: drivers/platform/x86/toshiba_acpi.c
5658
5659TOSHIBA SMM DRIVER
5660M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5661L: tlinux-users@tce.toshiba-dme.co.jp
5662W: http://www.buzzard.org.uk/toshiba/
5663S: Maintained
5664F: drivers/char/toshiba.c
5665F: include/linux/toshiba.h
5666
5667TMIO MMC DRIVER
5668M: Ian Molton <ian@mnementh.co.uk>
5669S: Maintained
5670F: drivers/mmc/host/tmio_mmc.*
5671
5672TMPFS (SHMEM FILESYSTEM)
5673M: Hugh Dickins <hughd@google.com>
5674L: linux-mm@kvack.org
5675S: Maintained
5676F: include/linux/shmem_fs.h
5677F: mm/shmem.c
5678
5679TPM DEVICE DRIVER
5680M: Debora Velarde <debora@linux.vnet.ibm.com>
5681M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5682W: http://tpmdd.sourceforge.net
5683M: Marcel Selhorst <m.selhorst@sirrix.com>
5684W: http://www.sirrix.com
5685L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5686S: Maintained
5687F: drivers/char/tpm/
5688
5689TRACING
5690M: Steven Rostedt <rostedt@goodmis.org>
5691M: Frederic Weisbecker <fweisbec@gmail.com>
5692M: Ingo Molnar <mingo@redhat.com>
5693T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5694S: Maintained
5695F: Documentation/trace/ftrace.txt
5696F: arch/*/*/*/ftrace.h
5697F: arch/*/kernel/ftrace.c
5698F: include/*/ftrace.h
5699F: include/linux/trace*.h
5700F: include/trace/
5701F: kernel/trace/
5702
5703TRIVIAL PATCHES
5704M: Jiri Kosina <trivial@kernel.org>
5705T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5706S: Maintained
5707
5708TTY LAYER
5709M: Greg Kroah-Hartman <gregkh@suse.de>
5710S: Maintained
5711T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5712F: drivers/char/tty_*
5713F: drivers/serial/serial_core.c
5714F: include/linux/serial_core.h
5715F: include/linux/serial.h
5716F: include/linux/tty.h
5717
5718TULIP NETWORK DRIVERS
5719M: Grant Grundler <grundler@parisc-linux.org>
5720M: Kyle McMartin <kyle@mcmartin.ca>
5721L: netdev@vger.kernel.org
5722S: Maintained
5723F: drivers/net/tulip/
5724
5725TUN/TAP driver
5726M: Maxim Krasnyansky <maxk@qualcomm.com>
5727L: vtun@office.satix.net
5728W: http://vtun.sourceforge.net/tun
5729S: Maintained
5730F: Documentation/networking/tuntap.txt
5731F: arch/um/os-Linux/drivers/
5732
5733TURBOCHANNEL SUBSYSTEM
5734M: "Maciej W. Rozycki" <macro@linux-mips.org>
5735S: Maintained
5736F: drivers/tc/
5737F: include/linux/tc.h
5738
5739U14-34F SCSI DRIVER
5740M: Dario Ballabio <ballabio_dario@emc.com>
5741L: linux-scsi@vger.kernel.org
5742S: Maintained
5743F: drivers/scsi/u14-34f.c
5744
5745UBI FILE SYSTEM (UBIFS)
5746M: Artem Bityutskiy <dedekind1@gmail.com>
5747M: Adrian Hunter <adrian.hunter@nokia.com>
5748L: linux-mtd@lists.infradead.org
5749T: git git://git.infradead.org/ubifs-2.6.git
5750W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5751S: Maintained
5752F: Documentation/filesystems/ubifs.txt
5753F: fs/ubifs/
5754
5755UCLINUX (AND M68KNOMMU)
5756M: Greg Ungerer <gerg@uclinux.org>
5757W: http://www.uclinux.org/
5758L: uclinux-dev@uclinux.org (subscribers-only)
5759S: Maintained
5760F: arch/m68knommu/
5761
5762UCLINUX FOR RENESAS H8/300 (H8300)
5763M: Yoshinori Sato <ysato@users.sourceforge.jp>
5764W: http://uclinux-h8.sourceforge.jp/
5765S: Supported
5766F: arch/h8300/
5767F: drivers/ide/ide-h8300.c
5768F: drivers/net/ne-h8300.c
5769
5770UDF FILESYSTEM
5771M: Jan Kara <jack@suse.cz>
5772W: http://linux-udf.sourceforge.net
5773S: Maintained
5774F: Documentation/filesystems/udf.txt
5775F: fs/udf/
5776
5777UFS FILESYSTEM
5778M: Evgeniy Dushistov <dushistov@mail.ru>
5779S: Maintained
5780F: Documentation/filesystems/ufs.txt
5781F: fs/ufs/
5782
5783ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5784M: David Vrabel <david.vrabel@csr.com>
5785L: linux-usb@vger.kernel.org
5786S: Supported
5787F: drivers/uwb/
5788X: drivers/uwb/wlp/
5789X: drivers/uwb/i1480/i1480u-wlp/
5790X: drivers/uwb/i1480/i1480-wlp.h
5791F: include/linux/uwb.h
5792F: include/linux/uwb/
5793
5794UNIFDEF
5795M: Tony Finch <dot@dotat.at>
5796W: http://dotat.at/prog/unifdef
5797S: Maintained
5798F: scripts/unifdef.c
5799
5800UNIFORM CDROM DRIVER
5801M: Jens Axboe <axboe@kernel.dk>
5802W: http://www.kernel.dk
5803S: Maintained
5804F: Documentation/cdrom/
5805F: drivers/cdrom/cdrom.c
5806F: include/linux/cdrom.h
5807
5808UNSORTED BLOCK IMAGES (UBI)
5809M: Artem Bityutskiy <dedekind1@gmail.com>
5810W: http://www.linux-mtd.infradead.org/
5811L: linux-mtd@lists.infradead.org
5812T: git git://git.infradead.org/ubi-2.6.git
5813S: Maintained
5814F: drivers/mtd/ubi/
5815F: include/linux/mtd/ubi.h
5816F: include/mtd/ubi-user.h
5817
5818USB ACM DRIVER
5819M: Oliver Neukum <oliver@neukum.name>
5820L: linux-usb@vger.kernel.org
5821S: Maintained
5822F: Documentation/usb/acm.txt
5823F: drivers/usb/class/cdc-acm.*
5824
5825USB BLOCK DRIVER (UB ub)
5826M: Pete Zaitcev <zaitcev@redhat.com>
5827L: linux-usb@vger.kernel.org
5828S: Supported
5829F: drivers/block/ub.c
5830
5831USB CDC ETHERNET DRIVER
5832M: Oliver Neukum <oliver@neukum.name>
5833L: linux-usb@vger.kernel.org
5834S: Maintained
5835F: drivers/net/usb/cdc_*.c
5836F: include/linux/usb/cdc.h
5837
5838USB CYPRESS C67X00 DRIVER
5839M: Peter Korsgaard <jacmet@sunsite.dk>
5840L: linux-usb@vger.kernel.org
5841S: Maintained
5842F: drivers/usb/c67x00/
5843
5844USB DAVICOM DM9601 DRIVER
5845M: Peter Korsgaard <jacmet@sunsite.dk>
5846L: netdev@vger.kernel.org
5847W: http://www.linux-usb.org/usbnet
5848S: Maintained
5849F: drivers/net/usb/dm9601.c
5850
5851USB DIAMOND RIO500 DRIVER
5852M: Cesar Miquel <miquel@df.uba.ar>
5853L: rio500-users@lists.sourceforge.net
5854W: http://rio500.sourceforge.net
5855S: Maintained
5856F: drivers/usb/misc/rio500*
5857
5858USB EHCI DRIVER
5859M: David Brownell <dbrownell@users.sourceforge.net>
5860L: linux-usb@vger.kernel.org
5861S: Odd Fixes
5862F: Documentation/usb/ehci.txt
5863F: drivers/usb/host/ehci*
5864
5865USB ET61X[12]51 DRIVER
5866M: Luca Risolia <luca.risolia@studio.unibo.it>
5867L: linux-usb@vger.kernel.org
5868L: linux-media@vger.kernel.org
5869T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5870W: http://www.linux-projects.org
5871S: Maintained
5872F: drivers/media/video/et61x251/
5873
5874USB GADGET/PERIPHERAL SUBSYSTEM
5875M: David Brownell <dbrownell@users.sourceforge.net>
5876L: linux-usb@vger.kernel.org
5877W: http://www.linux-usb.org/gadget
5878S: Maintained
5879F: drivers/usb/gadget/
5880F: include/linux/usb/gadget*
5881
5882USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5883M: Jiri Kosina <jkosina@suse.cz>
5884L: linux-usb@vger.kernel.org
5885T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5886S: Maintained
5887F: Documentation/usb/hiddev.txt
5888F: drivers/hid/usbhid/
5889
5890USB ISP116X DRIVER
5891M: Olav Kongas <ok@artecdesign.ee>
5892L: linux-usb@vger.kernel.org
5893S: Maintained
5894F: drivers/usb/host/isp116x*
5895F: include/linux/usb/isp116x.h
5896
5897USB KAWASAKI LSI DRIVER
5898M: Oliver Neukum <oliver@neukum.name>
5899L: linux-usb@vger.kernel.org
5900S: Maintained
5901F: drivers/usb/serial/kl5kusb105.*
5902
5903USB MASS STORAGE DRIVER
5904M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5905L: linux-usb@vger.kernel.org
5906L: usb-storage@lists.one-eyed-alien.net
5907S: Maintained
5908W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5909F: drivers/usb/storage/
5910
5911USB OHCI DRIVER
5912M: David Brownell <dbrownell@users.sourceforge.net>
5913L: linux-usb@vger.kernel.org
5914S: Odd Fixes
5915F: Documentation/usb/ohci.txt
5916F: drivers/usb/host/ohci*
5917
5918USB OPTION-CARD DRIVER
5919M: Matthias Urlichs <smurf@smurf.noris.de>
5920L: linux-usb@vger.kernel.org
5921S: Maintained
5922F: drivers/usb/serial/option.c
5923
5924USB OV511 DRIVER
5925M: Mark McClelland <mmcclell@bigfoot.com>
5926L: linux-usb@vger.kernel.org
5927W: http://alpha.dyndns.org/ov511/
5928S: Maintained
5929F: drivers/media/video/ov511.*
5930
5931USB PEGASUS DRIVER
5932M: Petko Manolov <petkan@users.sourceforge.net>
5933L: linux-usb@vger.kernel.org
5934L: netdev@vger.kernel.org
5935W: http://pegasus2.sourceforge.net/
5936S: Maintained
5937F: drivers/net/usb/pegasus.*
5938
5939USB PRINTER DRIVER (usblp)
5940M: Pete Zaitcev <zaitcev@redhat.com>
5941L: linux-usb@vger.kernel.org
5942S: Supported
5943F: drivers/usb/class/usblp.c
5944
5945USB RTL8150 DRIVER
5946M: Petko Manolov <petkan@users.sourceforge.net>
5947L: linux-usb@vger.kernel.org
5948L: netdev@vger.kernel.org
5949W: http://pegasus2.sourceforge.net/
5950S: Maintained
5951F: drivers/net/usb/rtl8150.c
5952
5953USB SE401 DRIVER
5954M: Jeroen Vreeken <pe1rxq@amsat.org>
5955L: linux-usb@vger.kernel.org
5956W: http://www.chello.nl/~j.vreeken/se401/
5957S: Maintained
5958F: Documentation/video4linux/se401.txt
5959F: drivers/media/video/se401.*
5960
5961USB SERIAL BELKIN F5U103 DRIVER
5962M: William Greathouse <wgreathouse@smva.com>
5963L: linux-usb@vger.kernel.org
5964S: Maintained
5965F: drivers/usb/serial/belkin_sa.*
5966
5967USB SERIAL CYPRESS M8 DRIVER
5968M: Lonnie Mendez <dignome@gmail.com>
5969L: linux-usb@vger.kernel.org
5970S: Maintained
5971W: http://geocities.com/i0xox0i
5972W: http://firstlight.net/cvs
5973F: drivers/usb/serial/cypress_m8.*
5974
5975USB SERIAL CYBERJACK DRIVER
5976M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5977W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5978S: Maintained
5979F: drivers/usb/serial/cyberjack.c
5980
5981USB SERIAL DIGI ACCELEPORT DRIVER
5982M: Peter Berger <pberger@brimson.com>
5983M: Al Borchers <alborchers@steinerpoint.com>
5984L: linux-usb@vger.kernel.org
5985S: Maintained
5986F: drivers/usb/serial/digi_acceleport.c
5987
5988USB SERIAL DRIVER
5989M: Greg Kroah-Hartman <gregkh@suse.de>
5990L: linux-usb@vger.kernel.org
5991S: Supported
5992F: Documentation/usb/usb-serial.txt
5993F: drivers/usb/serial/generic.c
5994F: drivers/usb/serial/usb-serial.c
5995F: include/linux/usb/serial.h
5996
5997USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5998M: Gary Brubaker <xavyer@ix.netcom.com>
5999L: linux-usb@vger.kernel.org
6000S: Maintained
6001F: drivers/usb/serial/empeg.c
6002
6003USB SERIAL KEYSPAN DRIVER
6004M: Greg Kroah-Hartman <greg@kroah.com>
6005L: linux-usb@vger.kernel.org
6006W: http://www.kroah.com/linux/
6007S: Maintained
6008F: drivers/usb/serial/*keyspan*
6009
6010USB SERIAL WHITEHEAT DRIVER
6011M: Support Department <support@connecttech.com>
6012L: linux-usb@vger.kernel.org
6013W: http://www.connecttech.com
6014S: Supported
6015F: drivers/usb/serial/whiteheat*
6016
6017USB SMSC95XX ETHERNET DRIVER
6018M: Steve Glendinning <steve.glendinning@smsc.com>
6019L: netdev@vger.kernel.org
6020S: Supported
6021F: drivers/net/usb/smsc95xx.*
6022
6023USB SN9C1xx DRIVER
6024M: Luca Risolia <luca.risolia@studio.unibo.it>
6025L: linux-usb@vger.kernel.org
6026L: linux-media@vger.kernel.org
6027T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6028W: http://www.linux-projects.org
6029S: Maintained
6030F: Documentation/video4linux/sn9c102.txt
6031F: drivers/media/video/sn9c102/
6032
6033USB SUBSYSTEM
6034M: Greg Kroah-Hartman <gregkh@suse.de>
6035L: linux-usb@vger.kernel.org
6036W: http://www.linux-usb.org
6037T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6038S: Supported
6039F: Documentation/usb/
6040F: drivers/net/usb/
6041F: drivers/usb/
6042F: include/linux/usb.h
6043F: include/linux/usb/
6044
6045USB UHCI DRIVER
6046M: Alan Stern <stern@rowland.harvard.edu>
6047L: linux-usb@vger.kernel.org
6048S: Maintained
6049F: drivers/usb/host/uhci*
6050
6051USB "USBNET" DRIVER FRAMEWORK
6052M: David Brownell <dbrownell@users.sourceforge.net>
6053L: netdev@vger.kernel.org
6054W: http://www.linux-usb.org/usbnet
6055S: Maintained
6056F: drivers/net/usb/usbnet.c
6057F: include/linux/usb/usbnet.h
6058
6059USB VIDEO CLASS
6060M: Laurent Pinchart <laurent.pinchart@skynet.be>
6061L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6062L: linux-media@vger.kernel.org
6063T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6064W: http://www.ideasonboard.org/uvc/
6065S: Maintained
6066F: drivers/media/video/uvc/
6067
6068USB W996[87]CF DRIVER
6069M: Luca Risolia <luca.risolia@studio.unibo.it>
6070L: linux-usb@vger.kernel.org
6071L: linux-media@vger.kernel.org
6072T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6073W: http://www.linux-projects.org
6074S: Maintained
6075F: Documentation/video4linux/w9968cf.txt
6076F: drivers/media/video/w996*
6077
6078USB WIRELESS RNDIS DRIVER (rndis_wlan)
6079M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6080L: linux-wireless@vger.kernel.org
6081S: Maintained
6082F: drivers/net/wireless/rndis_wlan.c
6083
6084USB XHCI DRIVER
6085M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6086L: linux-usb@vger.kernel.org
6087S: Supported
6088F: drivers/usb/host/xhci*
6089F: drivers/usb/host/pci-quirks*
6090
6091USB ZC0301 DRIVER
6092M: Luca Risolia <luca.risolia@studio.unibo.it>
6093L: linux-usb@vger.kernel.org
6094L: linux-media@vger.kernel.org
6095T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6096W: http://www.linux-projects.org
6097S: Maintained
6098F: Documentation/video4linux/zc0301.txt
6099F: drivers/media/video/zc0301/
6100
6101USB ZD1201 DRIVER
6102L: linux-wireless@vger.kernel.org
6103W: http://linux-lc100020.sourceforge.net
6104S: Orphan
6105F: drivers/net/wireless/zd1201.*
6106
6107USB ZR364XX DRIVER
6108M: Antoine Jacquet <royale@zerezo.com>
6109L: linux-usb@vger.kernel.org
6110L: linux-media@vger.kernel.org
6111T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6112W: http://royale.zerezo.com/zr364xx/
6113S: Maintained
6114F: Documentation/video4linux/zr364xx.txt
6115F: drivers/media/video/zr364xx.c
6116
6117USER-MODE LINUX (UML)
6118M: Jeff Dike <jdike@addtoit.com>
6119L: user-mode-linux-devel@lists.sourceforge.net
6120L: user-mode-linux-user@lists.sourceforge.net
6121W: http://user-mode-linux.sourceforge.net
6122S: Maintained
6123F: Documentation/uml/
6124F: arch/um/
6125F: fs/hostfs/
6126F: fs/hppfs/
6127
6128USERSPACE I/O (UIO)
6129M: "Hans J. Koch" <hjk@linutronix.de>
6130M: Greg Kroah-Hartman <gregkh@suse.de>
6131S: Maintained
6132F: Documentation/DocBook/uio-howto.tmpl
6133F: drivers/uio/
6134F: include/linux/uio*.h
6135
6136UTIL-LINUX-NG PACKAGE
6137M: Karel Zak <kzak@redhat.com>
6138L: util-linux-ng@vger.kernel.org
6139W: http://kernel.org/~kzak/util-linux-ng/
6140T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6141S: Maintained
6142
6143UVESAFB DRIVER
6144M: Michal Januszewski <spock@gentoo.org>
6145L: linux-fbdev@vger.kernel.org
6146W: http://dev.gentoo.org/~spock/projects/uvesafb/
6147S: Maintained
6148F: Documentation/fb/uvesafb.txt
6149F: drivers/video/uvesafb.*
6150
6151VFAT/FAT/MSDOS FILESYSTEM
6152M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6153S: Maintained
6154F: Documentation/filesystems/vfat.txt
6155F: fs/fat/
6156
6157VIRTIO CONSOLE DRIVER
6158M: Amit Shah <amit.shah@redhat.com>
6159L: virtualization@lists.linux-foundation.org
6160S: Maintained
6161F: drivers/char/virtio_console.c
6162F: include/linux/virtio_console.h
6163
6164VIRTIO HOST (VHOST)
6165M: "Michael S. Tsirkin" <mst@redhat.com>
6166L: kvm@vger.kernel.org
6167L: virtualization@lists.osdl.org
6168L: netdev@vger.kernel.org
6169S: Maintained
6170F: drivers/vhost/
6171F: include/linux/vhost.h
6172
6173VIA RHINE NETWORK DRIVER
6174M: Roger Luethi <rl@hellgate.ch>
6175S: Maintained
6176F: drivers/net/via-rhine.c
6177
6178VIAPRO SMBUS DRIVER
6179M: Jean Delvare <khali@linux-fr.org>
6180L: linux-i2c@vger.kernel.org
6181S: Maintained
6182F: Documentation/i2c/busses/i2c-viapro
6183F: drivers/i2c/busses/i2c-viapro.c
6184
6185VIA SD/MMC CARD CONTROLLER DRIVER
6186M: Joseph Chan <JosephChan@via.com.tw>
6187M: Harald Welte <HaraldWelte@viatech.com>
6188S: Maintained
6189F: drivers/mmc/host/via-sdmmc.c
6190
6191VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6192M: Joseph Chan <JosephChan@via.com.tw>
6193M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6194L: linux-fbdev@vger.kernel.org
6195S: Maintained
6196F: include/linux/via-core.h
6197F: include/linux/via-gpio.h
6198F: include/linux/via_i2c.h
6199F: drivers/video/via/
6200
6201VIA VELOCITY NETWORK DRIVER
6202M: Francois Romieu <romieu@fr.zoreil.com>
6203L: netdev@vger.kernel.org
6204S: Maintained
6205F: drivers/net/via-velocity.*
6206
6207VLAN (802.1Q)
6208M: Patrick McHardy <kaber@trash.net>
6209L: netdev@vger.kernel.org
6210S: Maintained
6211F: drivers/net/macvlan.c
6212F: include/linux/if_*vlan.h
6213F: net/8021q/
6214
6215VLYNQ BUS
6216M: Florian Fainelli <florian@openwrt.org>
6217L: openwrt-devel@lists.openwrt.org
6218S: Maintained
6219F: drivers/vlynq/vlynq.c
6220F: include/linux/vlynq.h
6221
6222VMWARE VMXNET3 ETHERNET DRIVER
6223M: Shreyas Bhatewara <sbhatewara@vmware.com>
6224M: "VMware, Inc." <pv-drivers@vmware.com>
6225L: netdev@vger.kernel.org
6226S: Maintained
6227F: drivers/net/vmxnet3/
6228
6229VMware PVSCSI driver
6230M: Alok Kataria <akataria@vmware.com>
6231M: VMware PV-Drivers <pv-drivers@vmware.com>
6232L: linux-scsi@vger.kernel.org
6233S: Maintained
6234F: drivers/scsi/vmw_pvscsi.c
6235F: drivers/scsi/vmw_pvscsi.h
6236
6237VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6238M: Liam Girdwood <lrg@slimlogic.co.uk>
6239M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6240W: http://opensource.wolfsonmicro.com/node/15
6241W: http://www.slimlogic.co.uk/?p=48
6242T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6243S: Supported
6244F: drivers/regulator/
6245F: include/linux/regulator/
6246
6247VT1211 HARDWARE MONITOR DRIVER
6248M: Juerg Haefliger <juergh@gmail.com>
6249L: lm-sensors@lm-sensors.org
6250S: Maintained
6251F: Documentation/hwmon/vt1211
6252F: drivers/hwmon/vt1211.c
6253
6254VT8231 HARDWARE MONITOR DRIVER
6255M: Roger Lucas <vt8231@hiddenengine.co.uk>
6256L: lm-sensors@lm-sensors.org
6257S: Maintained
6258F: drivers/hwmon/vt8231.c
6259
6260W1 DALLAS'S 1-WIRE BUS
6261M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6262S: Maintained
6263F: Documentation/w1/
6264F: drivers/w1/
6265
6266W83791D HARDWARE MONITORING DRIVER
6267M: Marc Hulsman <m.hulsman@tudelft.nl>
6268L: lm-sensors@lm-sensors.org
6269S: Maintained
6270F: Documentation/hwmon/w83791d
6271F: drivers/hwmon/w83791d.c
6272
6273W83793 HARDWARE MONITORING DRIVER
6274M: Rudolf Marek <r.marek@assembler.cz>
6275L: lm-sensors@lm-sensors.org
6276S: Maintained
6277F: Documentation/hwmon/w83793
6278F: drivers/hwmon/w83793.c
6279
6280W83L51xD SD/MMC CARD INTERFACE DRIVER
6281M: Pierre Ossman <pierre@ossman.eu>
6282S: Maintained
6283F: drivers/mmc/host/wbsd.*
6284
6285WATCHDOG DEVICE DRIVERS
6286M: Wim Van Sebroeck <wim@iguana.be>
6287L: linux-watchdog@vger.kernel.org
6288W: http://www.linux-watchdog.org/
6289T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6290S: Maintained
6291F: Documentation/watchdog/
6292F: drivers/watchdog/
6293F: include/linux/watchdog.h
6294
6295WD7000 SCSI DRIVER
6296M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6297L: linux-scsi@vger.kernel.org
6298S: Maintained
6299F: drivers/scsi/wd7000.c
6300
6301WINBOND CIR DRIVER
6302M: David Härdeman <david@hardeman.nu>
6303S: Maintained
6304F: drivers/input/misc/winbond-cir.c
6305
6306WIMAX STACK
6307M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6308M: linux-wimax@intel.com
6309L: wimax@linuxwimax.org
6310S: Supported
6311W: http://linuxwimax.org
6312
6313WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6314M: David Vrabel <david.vrabel@csr.com>
6315L: netdev@vger.kernel.org
6316S: Maintained
6317F: include/linux/wlp.h
6318F: drivers/uwb/wlp/
6319F: drivers/uwb/i1480/i1480u-wlp/
6320F: drivers/uwb/i1480/i1480-wlp.h
6321
6322WISTRON LAPTOP BUTTON DRIVER
6323M: Miloslav Trmac <mitr@volny.cz>
6324S: Maintained
6325F: drivers/input/misc/wistron_btns.c
6326
6327WL1251 WIRELESS DRIVER
6328M: Kalle Valo <kalle.valo@iki.fi>
6329L: linux-wireless@vger.kernel.org
6330W: http://wireless.kernel.org
6331T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6332S: Maintained
6333F: drivers/net/wireless/wl12xx/*
6334X: drivers/net/wireless/wl12xx/wl1271*
6335
6336WL1271 WIRELESS DRIVER
6337M: Luciano Coelho <luciano.coelho@nokia.com>
6338L: linux-wireless@vger.kernel.org
6339W: http://wireless.kernel.org
6340T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6341S: Maintained
6342F: drivers/net/wireless/wl12xx/wl1271*
6343
6344WL3501 WIRELESS PCMCIA CARD DRIVER
6345M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6346L: linux-wireless@vger.kernel.org
6347W: http://oops.ghostprotocols.net:81/blog
6348S: Maintained
6349F: drivers/net/wireless/wl3501*
6350
6351WM97XX TOUCHSCREEN DRIVERS
6352M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6353M: Liam Girdwood <lrg@slimlogic.co.uk>
6354L: linux-input@vger.kernel.org
6355T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6356W: http://opensource.wolfsonmicro.com/node/7
6357S: Supported
6358F: drivers/input/touchscreen/*wm97*
6359F: include/linux/wm97xx.h
6360
6361WOLFSON MICROELECTRONICS PMIC DRIVERS
6362M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6363T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6364W: http://opensource.wolfsonmicro.com/node/8
6365S: Supported
6366F: Documentation/hwmon/wm83??
6367F: drivers/leds/leds-wm83*.c
6368F: drivers/mfd/wm8*.c
6369F: drivers/power/wm83*.c
6370F: drivers/rtc/rtc-wm83*.c
6371F: drivers/regulator/wm8*.c
6372F: drivers/video/backlight/wm83*_bl.c
6373F: drivers/watchdog/wm83*_wdt.c
6374F: include/linux/mfd/wm831x/
6375F: include/linux/mfd/wm8350/
6376F: include/linux/mfd/wm8400*
6377F: sound/soc/codecs/wm8350.*
6378F: sound/soc/codecs/wm8400.*
6379
6380X.25 NETWORK LAYER
6381M: Andrew Hendry <andrew.hendry@gmail.com>
6382L: linux-x25@vger.kernel.org
6383S: Odd Fixes
6384F: Documentation/networking/x25*
6385F: include/net/x25*
6386F: net/x25/
6387
6388X86 ARCHITECTURE (32-BIT AND 64-BIT)
6389M: Thomas Gleixner <tglx@linutronix.de>
6390M: Ingo Molnar <mingo@redhat.com>
6391M: "H. Peter Anvin" <hpa@zytor.com>
6392M: x86@kernel.org
6393T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6394S: Maintained
6395F: Documentation/x86/
6396F: arch/x86/
6397
6398X86 PLATFORM DRIVERS
6399M: Matthew Garrett <mjg@redhat.com>
6400L: platform-driver-x86@vger.kernel.org
6401T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6402S: Maintained
6403F: drivers/platform/x86
6404
6405XEN HYPERVISOR INTERFACE
6406M: Jeremy Fitzhardinge <jeremy@xensource.com>
6407M: Chris Wright <chrisw@sous-sol.org>
6408L: virtualization@lists.osdl.org
6409L: xen-devel@lists.xensource.com
6410S: Supported
6411F: arch/x86/xen/
6412F: drivers/*/xen-*front.c
6413F: drivers/xen/
6414F: arch/x86/include/asm/xen/
6415F: include/xen/
6416
6417XFS FILESYSTEM
6418P: Silicon Graphics Inc
6419M: Alex Elder <aelder@sgi.com>
6420M: xfs-masters@oss.sgi.com
6421L: xfs@oss.sgi.com
6422W: http://oss.sgi.com/projects/xfs
6423T: git git://oss.sgi.com/xfs/xfs.git
6424S: Supported
6425F: Documentation/filesystems/xfs.txt
6426F: fs/xfs/
6427
6428XILINX SYSTEMACE DRIVER
6429M: Grant Likely <grant.likely@secretlab.ca>
6430W: http://www.secretlab.ca/
6431S: Maintained
6432F: drivers/block/xsysace.c
6433
6434XILINX UARTLITE SERIAL DRIVER
6435M: Peter Korsgaard <jacmet@sunsite.dk>
6436L: linux-serial@vger.kernel.org
6437S: Maintained
6438F: drivers/serial/uartlite.c
6439
6440YAM DRIVER FOR AX.25
6441M: Jean-Paul Roubelat <jpr@f6fbb.org>
6442L: linux-hams@vger.kernel.org
6443S: Maintained
6444F: drivers/net/hamradio/yam*
6445F: include/linux/yam.h
6446
6447YEALINK PHONE DRIVER
6448M: Henk Vergonet <Henk.Vergonet@gmail.com>
6449L: usbb2k-api-dev@nongnu.org
6450S: Maintained
6451F: Documentation/input/yealink.txt
6452F: drivers/input/misc/yealink.*
6453
6454Z8530 DRIVER FOR AX.25
6455M: Joerg Reuter <jreuter@yaina.de>
6456W: http://yaina.de/jreuter/
6457W: http://www.qsl.net/dl1bke/
6458L: linux-hams@vger.kernel.org
6459S: Maintained
6460F: Documentation/networking/z8530drv.txt
6461F: drivers/net/hamradio/*scc.c
6462F: drivers/net/hamradio/z8530.h
6463
6464ZD1211RW WIRELESS DRIVER
6465M: Daniel Drake <dsd@gentoo.org>
6466M: Ulrich Kunitz <kune@deine-taler.de>
6467W: http://zd1211.ath.cx/wiki/DriverRewrite
6468L: linux-wireless@vger.kernel.org
6469L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6470S: Maintained
6471F: drivers/net/wireless/zd1211rw/
6472
6473ZR36067 VIDEO FOR LINUX DRIVER
6474L: mjpeg-users@lists.sourceforge.net
6475L: linux-media@vger.kernel.org
6476W: http://mjpeg.sourceforge.net/driver-zoran/
6477T: Mercurial http://linuxtv.org/hg/v4l-dvb
6478S: Odd Fixes
6479F: drivers/media/video/zoran/
6480
6481ZS DECSTATION Z85C30 SERIAL DRIVER
6482M: "Maciej W. Rozycki" <macro@linux-mips.org>
6483S: Maintained
6484F: drivers/serial/zs.*
6485
6486THE REST
6487M: Linus Torvalds <torvalds@linux-foundation.org>
6488L: linux-kernel@vger.kernel.org
6489Q: http://patchwork.kernel.org/project/LKML/list/
6490T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6491S: Buried alive in reporters
6492F: *
6493F: */