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