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