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