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