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