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