]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
ext3: Fix debug messages in ext3_group_extend()
[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)
3067M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3068M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3069M: Bruce Allan <bruce.w.allan@intel.com>
3070M: Alex Duyck <alexander.h.duyck@intel.com>
3071M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3072M: John Ronciak <john.ronciak@intel.com>
3073L: e1000-devel@lists.sourceforge.net
3074W: http://e1000.sourceforge.net/
3075S: Supported
3076F: drivers/net/e100.c
3077F: drivers/net/e1000/
3078F: drivers/net/e1000e/
3079F: drivers/net/igb/
3080F: drivers/net/igbvf/
3081F: drivers/net/ixgb/
3082F: drivers/net/ixgbe/
3083
3084INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3085L: linux-wireless@vger.kernel.org
3086S: Orphan
3087F: Documentation/networking/README.ipw2100
3088F: drivers/net/wireless/ipw2x00/ipw2100.*
3089
3090INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3091L: linux-wireless@vger.kernel.org
3092S: Orphan
3093F: Documentation/networking/README.ipw2200
3094F: drivers/net/wireless/ipw2x00/ipw2200.*
3095
3096INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3097M: Joseph Cihula <joseph.cihula@intel.com>
3098M: Shane Wang <shane.wang@intel.com>
3099L: tboot-devel@lists.sourceforge.net
3100W: http://tboot.sourceforge.net
3101T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3102S: Supported
3103F: Documentation/intel_txt.txt
3104F: include/linux/tboot.h
3105F: arch/x86/kernel/tboot.c
3106
3107INTEL WIRELESS WIMAX CONNECTION 2400
3108M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3109M: linux-wimax@intel.com
3110L: wimax@linuxwimax.org
3111S: Supported
3112W: http://linuxwimax.org
3113F: Documentation/wimax/README.i2400m
3114F: drivers/net/wimax/i2400m/
3115F: include/linux/wimax/i2400m.h
3116
3117INTEL WIRELESS WIFI LINK (iwlwifi)
3118M: Reinette Chatre <reinette.chatre@intel.com>
3119M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3120M: Intel Linux Wireless <ilw@linux.intel.com>
3121L: linux-wireless@vger.kernel.org
3122W: http://intellinuxwireless.org
3123T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3124S: Supported
3125F: drivers/net/wireless/iwlwifi/
3126
3127INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3128M: Samuel Ortiz <samuel.ortiz@intel.com>
3129M: Intel Linux Wireless <ilw@linux.intel.com>
3130L: linux-wireless@vger.kernel.org
3131S: Supported
3132W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3133F: drivers/net/wireless/iwmc3200wifi/
3134
3135IOC3 ETHERNET DRIVER
3136M: Ralf Baechle <ralf@linux-mips.org>
3137L: linux-mips@linux-mips.org
3138S: Maintained
3139F: drivers/net/ioc3-eth.c
3140
3141IOC3 SERIAL DRIVER
3142M: Pat Gefre <pfg@sgi.com>
3143L: linux-mips@linux-mips.org
3144S: Maintained
3145F: drivers/serial/ioc3_serial.c
3146
3147IP MASQUERADING
3148M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3149S: Maintained
3150F: net/ipv4/netfilter/ipt_MASQUERADE.c
3151
3152IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3153M: Francois Romieu <romieu@fr.zoreil.com>
3154M: Sorbica Shieh <sorbica@icplus.com.tw>
3155L: netdev@vger.kernel.org
3156S: Maintained
3157F: drivers/net/ipg.*
3158
3159IPATH DRIVER
3160M: Ralph Campbell <infinipath@qlogic.com>
3161L: linux-rdma@vger.kernel.org
3162T: git git://git.qlogic.com/ipath-linux-2.6
3163S: Supported
3164F: drivers/infiniband/hw/ipath/
3165
3166IPMI SUBSYSTEM
3167M: Corey Minyard <minyard@acm.org>
3168L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3169W: http://openipmi.sourceforge.net/
3170S: Supported
3171F: Documentation/IPMI.txt
3172F: drivers/char/ipmi/
3173F: include/linux/ipmi*
3174
3175IPS SCSI RAID DRIVER
3176M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3177L: linux-scsi@vger.kernel.org
3178W: http://www.adaptec.com/
3179S: Maintained
3180F: drivers/scsi/ips*
3181
3182IPVS
3183M: Wensong Zhang <wensong@linux-vs.org>
3184M: Simon Horman <horms@verge.net.au>
3185M: Julian Anastasov <ja@ssi.bg>
3186L: netdev@vger.kernel.org
3187L: lvs-devel@vger.kernel.org
3188S: Maintained
3189F: Documentation/networking/ipvs-sysctl.txt
3190F: include/net/ip_vs.h
3191F: include/linux/ip_vs.h
3192F: net/netfilter/ipvs/
3193
3194IPWIRELESS DRIVER
3195M: Jiri Kosina <jkosina@suse.cz>
3196M: David Sterba <dsterba@suse.cz>
3197S: Maintained
3198T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3199F: drivers/char/pcmcia/ipwireless/
3200
3201IPX NETWORK LAYER
3202M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3203L: netdev@vger.kernel.org
3204S: Maintained
3205F: include/linux/ipx.h
3206F: include/net/ipx.h
3207F: net/ipx/
3208
3209IRDA SUBSYSTEM
3210M: Samuel Ortiz <samuel@sortiz.org>
3211L: irda-users@lists.sourceforge.net (subscribers-only)
3212W: http://irda.sourceforge.net/
3213S: Maintained
3214T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3215F: Documentation/networking/irda.txt
3216F: drivers/net/irda/
3217F: include/net/irda/
3218F: net/irda/
3219
3220ISAPNP
3221M: Jaroslav Kysela <perex@perex.cz>
3222S: Maintained
3223F: Documentation/isapnp.txt
3224F: drivers/pnp/isapnp/
3225F: include/linux/isapnp.h
3226
3227ISCSI
3228M: Mike Christie <michaelc@cs.wisc.edu>
3229L: open-iscsi@googlegroups.com
3230W: www.open-iscsi.org
3231T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3232S: Maintained
3233F: drivers/scsi/*iscsi*
3234F: include/scsi/*iscsi*
3235
3236ISDN SUBSYSTEM
3237M: Karsten Keil <isdn@linux-pingi.de>
3238L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3239L: netdev@vger.kernel.org
3240W: http://www.isdn4linux.de
3241T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3242S: Maintained
3243F: Documentation/isdn/
3244F: drivers/isdn/
3245F: include/linux/isdn.h
3246F: include/linux/isdn/
3247
3248ISDN SUBSYSTEM (Eicon active card driver)
3249M: Armin Schindler <mac@melware.de>
3250L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3251W: http://www.melware.de
3252S: Maintained
3253F: drivers/isdn/hardware/eicon/
3254
3255IT87 HARDWARE MONITORING DRIVER
3256M: Jean Delvare <khali@linux-fr.org>
3257L: lm-sensors@lm-sensors.org
3258S: Maintained
3259F: Documentation/hwmon/it87
3260F: drivers/hwmon/it87.c
3261
3262IVTV VIDEO4LINUX DRIVER
3263M: Andy Walls <awalls@md.metrocast.net>
3264L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3265L: linux-media@vger.kernel.org
3266T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3267W: http://www.ivtvdriver.org
3268S: Maintained
3269F: Documentation/video4linux/*.ivtv
3270F: drivers/media/video/ivtv/
3271F: include/linux/ivtv*
3272
3273JC42.4 TEMPERATURE SENSOR DRIVER
3274M: Guenter Roeck <linux@roeck-us.net>
3275L: lm-sensors@lm-sensors.org
3276S: Maintained
3277F: drivers/hwmon/jc42.c
3278F: Documentation/hwmon/jc42
3279
3280JFS FILESYSTEM
3281M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3282L: jfs-discussion@lists.sourceforge.net
3283W: http://jfs.sourceforge.net/
3284T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3285S: Maintained
3286F: Documentation/filesystems/jfs.txt
3287F: fs/jfs/
3288
3289JME NETWORK DRIVER
3290M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3291L: netdev@vger.kernel.org
3292S: Maintained
3293F: drivers/net/jme.*
3294
3295JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3296M: David Woodhouse <dwmw2@infradead.org>
3297L: linux-mtd@lists.infradead.org
3298W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3299S: Maintained
3300F: fs/jffs2/
3301F: include/linux/jffs2.h
3302
3303JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3304M: Andrew Morton <akpm@linux-foundation.org>
3305M: Jan Kara <jack@suse.cz>
3306L: linux-ext4@vger.kernel.org
3307S: Maintained
3308F: fs/jbd*/
3309F: include/linux/ext*jbd*.h
3310F: include/linux/jbd*.h
3311
3312K8TEMP HARDWARE MONITORING DRIVER
3313M: Rudolf Marek <r.marek@assembler.cz>
3314L: lm-sensors@lm-sensors.org
3315S: Maintained
3316F: Documentation/hwmon/k8temp
3317F: drivers/hwmon/k8temp.c
3318
3319KCONFIG
3320M: Roman Zippel <zippel@linux-m68k.org>
3321L: linux-kbuild@vger.kernel.org
3322Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3323S: Maintained
3324F: Documentation/kbuild/kconfig-language.txt
3325F: scripts/kconfig/
3326
3327KDUMP
3328M: Vivek Goyal <vgoyal@redhat.com>
3329M: Haren Myneni <hbabu@us.ibm.com>
3330L: kexec@lists.infradead.org
3331W: http://lse.sourceforge.net/kdump/
3332S: Maintained
3333F: Documentation/kdump/
3334
3335KERNEL AUTOMOUNTER (AUTOFS)
3336M: "H. Peter Anvin" <hpa@zytor.com>
3337L: autofs@linux.kernel.org
3338S: Odd Fixes
3339F: fs/autofs/
3340
3341KERNEL AUTOMOUNTER v4 (AUTOFS4)
3342M: Ian Kent <raven@themaw.net>
3343L: autofs@linux.kernel.org
3344S: Maintained
3345F: fs/autofs4/
3346
3347KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3348M: Michal Marek <mmarek@suse.cz>
3349T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3350T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3351L: linux-kbuild@vger.kernel.org
3352S: Maintained
3353F: Documentation/kbuild/
3354F: Makefile
3355F: scripts/Makefile.*
3356F: scripts/basic/
3357F: scripts/mk*
3358F: scripts/package/
3359
3360KERNEL JANITORS
3361L: kernel-janitors@vger.kernel.org
3362W: http://janitor.kernelnewbies.org/
3363S: Odd Fixes
3364
3365KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3366M: "J. Bruce Fields" <bfields@fieldses.org>
3367M: Neil Brown <neilb@suse.de>
3368L: linux-nfs@vger.kernel.org
3369W: http://nfs.sourceforge.net/
3370S: Supported
3371F: fs/nfsd/
3372F: include/linux/nfsd/
3373F: fs/lockd/
3374F: fs/nfs_common/
3375F: net/sunrpc/
3376F: include/linux/lockd/
3377F: include/linux/sunrpc/
3378
3379KERNEL VIRTUAL MACHINE (KVM)
3380M: Avi Kivity <avi@redhat.com>
3381M: Marcelo Tosatti <mtosatti@redhat.com>
3382L: kvm@vger.kernel.org
3383W: http://kvm.qumranet.com
3384S: Supported
3385F: Documentation/*/kvm.txt
3386F: arch/*/kvm/
3387F: arch/*/include/asm/kvm*
3388F: include/linux/kvm*
3389F: virt/kvm/
3390
3391KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3392M: Joerg Roedel <joerg.roedel@amd.com>
3393L: kvm@vger.kernel.org
3394W: http://kvm.qumranet.com
3395S: Supported
3396F: arch/x86/include/asm/svm.h
3397F: arch/x86/kvm/svm.c
3398
3399KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3400M: Alexander Graf <agraf@suse.de>
3401L: kvm-ppc@vger.kernel.org
3402W: http://kvm.qumranet.com
3403S: Supported
3404F: arch/powerpc/include/asm/kvm*
3405F: arch/powerpc/kvm/
3406
3407KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3408M: Xiantao Zhang <xiantao.zhang@intel.com>
3409L: kvm-ia64@vger.kernel.org
3410W: http://kvm.qumranet.com
3411S: Supported
3412F: Documentation/ia64/kvm.txt
3413F: arch/ia64/include/asm/kvm*
3414F: arch/ia64/kvm/
3415
3416KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3417M: Carsten Otte <cotte@de.ibm.com>
3418M: Christian Borntraeger <borntraeger@de.ibm.com>
3419M: linux390@de.ibm.com
3420L: linux-s390@vger.kernel.org
3421W: http://www.ibm.com/developerworks/linux/linux390/
3422S: Supported
3423F: Documentation/s390/kvm.txt
3424F: arch/s390/include/asm/kvm*
3425F: arch/s390/kvm/
3426F: drivers/s390/kvm/
3427
3428KEXEC
3429M: Eric Biederman <ebiederm@xmission.com>
3430W: http://kernel.org/pub/linux/utils/kernel/kexec/
3431L: kexec@lists.infradead.org
3432S: Maintained
3433F: include/linux/kexec.h
3434F: kernel/kexec.c
3435
3436KEYS/KEYRINGS:
3437M: David Howells <dhowells@redhat.com>
3438L: keyrings@linux-nfs.org
3439S: Maintained
3440F: Documentation/keys.txt
3441F: include/linux/key.h
3442F: include/linux/key-type.h
3443F: include/keys/
3444F: security/keys/
3445
3446KGDB / KDB /debug_core
3447M: Jason Wessel <jason.wessel@windriver.com>
3448W: http://kgdb.wiki.kernel.org/
3449L: kgdb-bugreport@lists.sourceforge.net
3450S: Maintained
3451F: Documentation/DocBook/kgdb.tmpl
3452F: drivers/misc/kgdbts.c
3453F: drivers/serial/kgdboc.c
3454F: include/linux/kdb.h
3455F: include/linux/kgdb.h
3456F: kernel/debug/
3457
3458KMEMCHECK
3459M: Vegard Nossum <vegardno@ifi.uio.no>
3460M: Pekka Enberg <penberg@cs.helsinki.fi>
3461S: Maintained
3462F: Documentation/kmemcheck.txt
3463F: arch/x86/include/asm/kmemcheck.h
3464F: arch/x86/mm/kmemcheck/
3465F: include/linux/kmemcheck.h
3466F: mm/kmemcheck.c
3467
3468KMEMLEAK
3469M: Catalin Marinas <catalin.marinas@arm.com>
3470S: Maintained
3471F: Documentation/kmemleak.txt
3472F: include/linux/kmemleak.h
3473F: mm/kmemleak.c
3474F: mm/kmemleak-test.c
3475
3476KPROBES
3477M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3478M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3479M: "David S. Miller" <davem@davemloft.net>
3480M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3481S: Maintained
3482F: Documentation/kprobes.txt
3483F: include/linux/kprobes.h
3484F: kernel/kprobes.c
3485
3486KS0108 LCD CONTROLLER DRIVER
3487M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3488W: http://miguelojeda.es/auxdisplay.htm
3489W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3490S: Maintained
3491F: Documentation/auxdisplay/ks0108
3492F: drivers/auxdisplay/ks0108.c
3493F: include/linux/ks0108.h
3494
3495LAPB module
3496L: linux-x25@vger.kernel.org
3497S: Orphan
3498F: Documentation/networking/lapb-module.txt
3499F: include/*/lapb.h
3500F: net/lapb/
3501
3502LASI 53c700 driver for PARISC
3503M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3504L: linux-scsi@vger.kernel.org
3505S: Maintained
3506F: Documentation/scsi/53c700.txt
3507F: drivers/scsi/53c700*
3508
3509LED SUBSYSTEM
3510M: Richard Purdie <rpurdie@rpsys.net>
3511S: Maintained
3512F: drivers/leds/
3513F: include/linux/leds.h
3514
3515LEGO USB Tower driver
3516M: Juergen Stuber <starblue@users.sourceforge.net>
3517L: legousb-devel@lists.sourceforge.net
3518W: http://legousb.sourceforge.net/
3519S: Maintained
3520F: drivers/usb/misc/legousbtower.c
3521
3522LGUEST
3523M: Rusty Russell <rusty@rustcorp.com.au>
3524L: lguest@lists.ozlabs.org
3525W: http://lguest.ozlabs.org/
3526S: Odd Fixes
3527F: Documentation/lguest/
3528F: arch/x86/lguest/
3529F: drivers/lguest/
3530F: include/linux/lguest*.h
3531F: arch/x86/include/asm/lguest*.h
3532
3533LINUX FOR IBM pSERIES (RS/6000)
3534M: Paul Mackerras <paulus@au.ibm.com>
3535W: http://www.ibm.com/linux/ltc/projects/ppc
3536S: Supported
3537F: arch/powerpc/boot/rs6000.h
3538
3539LINUX FOR POWERPC (32-BIT AND 64-BIT)
3540M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3541M: Paul Mackerras <paulus@samba.org>
3542W: http://www.penguinppc.org/
3543L: linuxppc-dev@lists.ozlabs.org
3544Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3545T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3546S: Supported
3547F: Documentation/powerpc/
3548F: arch/powerpc/
3549
3550LINUX FOR POWER MACINTOSH
3551M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3552W: http://www.penguinppc.org/
3553L: linuxppc-dev@lists.ozlabs.org
3554S: Maintained
3555F: arch/powerpc/platforms/powermac/
3556F: drivers/macintosh/
3557
3558LINUX FOR POWERPC EMBEDDED MPC5XXX
3559M: Grant Likely <grant.likely@secretlab.ca>
3560L: linuxppc-dev@lists.ozlabs.org
3561T: git git://git.secretlab.ca/git/linux-2.6.git
3562S: Maintained
3563F: arch/powerpc/platforms/512x/
3564F: arch/powerpc/platforms/52xx/
3565
3566LINUX FOR POWERPC EMBEDDED PPC4XX
3567M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3568M: Matt Porter <mporter@kernel.crashing.org>
3569W: http://www.penguinppc.org/
3570L: linuxppc-dev@lists.ozlabs.org
3571T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3572S: Maintained
3573F: arch/powerpc/platforms/40x/
3574F: arch/powerpc/platforms/44x/
3575
3576LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3577M: Grant Likely <grant.likely@secretlab.ca>
3578W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3579L: linuxppc-dev@lists.ozlabs.org
3580T: git git://git.secretlab.ca/git/linux-2.6.git
3581S: Maintained
3582F: arch/powerpc/*/*virtex*
3583F: arch/powerpc/*/*/*virtex*
3584
3585LINUX FOR POWERPC EMBEDDED PPC8XX
3586M: Vitaly Bordug <vitb@kernel.crashing.org>
3587M: Marcelo Tosatti <marcelo@kvack.org>
3588W: http://www.penguinppc.org/
3589L: linuxppc-dev@lists.ozlabs.org
3590S: Maintained
3591F: arch/powerpc/platforms/8xx/
3592
3593LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3594M: Kumar Gala <galak@kernel.crashing.org>
3595W: http://www.penguinppc.org/
3596L: linuxppc-dev@lists.ozlabs.org
3597S: Maintained
3598F: arch/powerpc/platforms/83xx/
3599
3600LINUX FOR POWERPC PA SEMI PWRFICIENT
3601M: Olof Johansson <olof@lixom.net>
3602L: linuxppc-dev@lists.ozlabs.org
3603S: Maintained
3604F: arch/powerpc/platforms/pasemi/
3605F: drivers/*/*pasemi*
3606F: drivers/*/*/*pasemi*
3607
3608LINUX SECURITY MODULE (LSM) FRAMEWORK
3609M: Chris Wright <chrisw@sous-sol.org>
3610L: linux-security-module@vger.kernel.org
3611T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3612S: Supported
3613
3614LLC (802.2)
3615M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3616S: Maintained
3617F: include/linux/llc.h
3618F: include/net/llc*
3619F: net/llc/
3620
3621LIS3LV02D ACCELEROMETER DRIVER
3622M: Eric Piel <eric.piel@tremplin-utc.net>
3623S: Maintained
3624F: Documentation/hwmon/lis3lv02d
3625F: drivers/hwmon/lis3lv02d.*
3626
3627LM73 HARDWARE MONITOR DRIVER
3628M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3629L: lm-sensors@lm-sensors.org
3630S: Maintained
3631F: drivers/hwmon/lm73.c
3632
3633LM83 HARDWARE MONITOR DRIVER
3634M: Jean Delvare <khali@linux-fr.org>
3635L: lm-sensors@lm-sensors.org
3636S: Maintained
3637F: Documentation/hwmon/lm83
3638F: drivers/hwmon/lm83.c
3639
3640LM90 HARDWARE MONITOR DRIVER
3641M: Jean Delvare <khali@linux-fr.org>
3642L: lm-sensors@lm-sensors.org
3643S: Maintained
3644F: Documentation/hwmon/lm90
3645F: drivers/hwmon/lm90.c
3646
3647LOCKDEP AND LOCKSTAT
3648M: Peter Zijlstra <peterz@infradead.org>
3649M: Ingo Molnar <mingo@redhat.com>
3650T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3651S: Maintained
3652F: Documentation/lockdep*.txt
3653F: Documentation/lockstat.txt
3654F: include/linux/lockdep.h
3655F: kernel/lockdep*
3656
3657LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3658M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3659L: linux-ntfs-dev@lists.sourceforge.net
3660W: http://www.linux-ntfs.org/content/view/19/37/
3661S: Maintained
3662F: Documentation/ldm.txt
3663F: fs/partitions/ldm.*
3664
3665LogFS
3666M: Joern Engel <joern@logfs.org>
3667L: logfs@logfs.org
3668W: logfs.org
3669S: Maintained
3670F: fs/logfs/
3671
3672LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3673M: Eric Moore <Eric.Moore@lsi.com>
3674M: support@lsi.com
3675L: DL-MPTFusionLinux@lsi.com
3676L: linux-scsi@vger.kernel.org
3677W: http://www.lsilogic.com/support
3678S: Supported
3679F: drivers/message/fusion/
3680
3681LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3682M: Matthew Wilcox <matthew@wil.cx>
3683L: linux-scsi@vger.kernel.org
3684S: Maintained
3685F: drivers/scsi/sym53c8xx_2/
3686
3687LTP (Linux Test Project)
3688M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3689M: Garrett Cooper <yanegomi@gmail.com>
3690M: Mike Frysinger <vapier@gentoo.org>
3691M: Subrata Modak <subrata@linux.vnet.ibm.com>
3692L: ltp-list@lists.sourceforge.net (subscribers-only)
3693W: http://ltp.sourceforge.net/
3694T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3695S: Maintained
3696
3697M32R ARCHITECTURE
3698M: Hirokazu Takata <takata@linux-m32r.org>
3699L: linux-m32r@ml.linux-m32r.org
3700L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3701W: http://www.linux-m32r.org/
3702S: Maintained
3703F: arch/m32r/
3704
3705M68K ARCHITECTURE
3706M: Geert Uytterhoeven <geert@linux-m68k.org>
3707M: Roman Zippel <zippel@linux-m68k.org>
3708L: linux-m68k@lists.linux-m68k.org
3709W: http://www.linux-m68k.org/
3710T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3711S: Maintained
3712F: arch/m68k/
3713F: drivers/zorro/
3714
3715M68K ON APPLE MACINTOSH
3716M: Joshua Thompson <funaho@jurai.org>
3717W: http://www.mac.linux-m68k.org/
3718L: linux-m68k@lists.linux-m68k.org
3719S: Maintained
3720F: arch/m68k/mac/
3721
3722M68K ON HP9000/300
3723M: Philip Blundell <philb@gnu.org>
3724W: http://www.tazenda.demon.co.uk/phil/linux-hp
3725S: Maintained
3726F: arch/m68k/hp300/
3727
3728MAC80211
3729M: Johannes Berg <johannes@sipsolutions.net>
3730L: linux-wireless@vger.kernel.org
3731W: http://linuxwireless.org/
3732T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3733S: Maintained
3734F: Documentation/networking/mac80211-injection.txt
3735F: include/net/mac80211.h
3736F: net/mac80211/
3737
3738MAC80211 PID RATE CONTROL
3739M: Stefano Brivio <stefano.brivio@polimi.it>
3740M: Mattias Nissler <mattias.nissler@gmx.de>
3741L: linux-wireless@vger.kernel.org
3742W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3743T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3744S: Maintained
3745F: net/mac80211/rc80211_pid*
3746
3747MACVLAN DRIVER
3748M: Patrick McHardy <kaber@trash.net>
3749L: netdev@vger.kernel.org
3750S: Maintained
3751F: drivers/net/macvlan.c
3752F: include/linux/if_macvlan.h
3753
3754MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3755M: Michael Kerrisk <mtk.manpages@gmail.com>
3756W: http://www.kernel.org/doc/man-pages
3757L: linux-man@vger.kernel.org
3758S: Maintained
3759
3760MARVELL LIBERTAS WIRELESS DRIVER
3761M: Dan Williams <dcbw@redhat.com>
3762L: libertas-dev@lists.infradead.org
3763S: Maintained
3764F: drivers/net/wireless/libertas/
3765
3766MARVELL MV643XX ETHERNET DRIVER
3767M: Lennert Buytenhek <buytenh@wantstofly.org>
3768L: netdev@vger.kernel.org
3769S: Maintained
3770F: drivers/net/mv643xx_eth.*
3771F: include/linux/mv643xx.h
3772
3773MARVELL MWL8K WIRELESS DRIVER
3774M: Lennert Buytenhek <buytenh@wantstofly.org>
3775L: linux-wireless@vger.kernel.org
3776S: Odd Fixes
3777F: drivers/net/wireless/mwl8k.c
3778
3779MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3780M: Nicolas Pitre <nico@fluxnic.net>
3781S: Odd Fixes
3782F: drivers/mmc/host/mvsdio.*
3783
3784MARVELL YUKON / SYSKONNECT DRIVER
3785M: Mirko Lindner <mlindner@syskonnect.de>
3786M: Ralph Roesler <rroesler@syskonnect.de>
3787W: http://www.syskonnect.com
3788S: Supported
3789
3790MATROX FRAMEBUFFER DRIVER
3791L: linux-fbdev@vger.kernel.org
3792S: Orphan
3793F: drivers/video/matrox/matroxfb_*
3794F: include/linux/matroxfb.h
3795
3796MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3797M: "Hans J. Koch" <hjk@linutronix.de>
3798L: lm-sensors@lm-sensors.org
3799S: Maintained
3800F: Documentation/hwmon/max6650
3801F: drivers/hwmon/max6650.c
3802
3803MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3804M: Mauro Carvalho Chehab <mchehab@infradead.org>
3805P: LinuxTV.org Project
3806L: linux-media@vger.kernel.org
3807W: http://linuxtv.org
3808Q: http://patchwork.kernel.org/project/linux-media/list/
3809T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3810S: Maintained
3811F: Documentation/dvb/
3812F: Documentation/video4linux/
3813F: drivers/media/
3814F: include/media/
3815F: include/linux/dvb/
3816F: include/linux/videodev*.h
3817
3818MEGARAID SCSI DRIVERS
3819M: Neela Syam Kolli <megaraidlinux@lsi.com>
3820L: linux-scsi@vger.kernel.org
3821W: http://megaraid.lsilogic.com
3822S: Maintained
3823F: Documentation/scsi/megaraid.txt
3824F: drivers/scsi/megaraid.*
3825F: drivers/scsi/megaraid/
3826
3827MEMORY MANAGEMENT
3828L: linux-mm@kvack.org
3829W: http://www.linux-mm.org
3830S: Maintained
3831F: include/linux/mm.h
3832F: mm/
3833
3834MEMORY RESOURCE CONTROLLER
3835M: Balbir Singh <balbir@linux.vnet.ibm.com>
3836M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3837M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3838L: linux-mm@kvack.org
3839S: Maintained
3840F: mm/memcontrol.c
3841
3842MEMORY TECHNOLOGY DEVICES (MTD)
3843M: David Woodhouse <dwmw2@infradead.org>
3844L: linux-mtd@lists.infradead.org
3845W: http://www.linux-mtd.infradead.org/
3846Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3847T: git git://git.infradead.org/mtd-2.6.git
3848S: Maintained
3849F: drivers/mtd/
3850F: include/linux/mtd/
3851F: include/mtd/
3852
3853MICROBLAZE ARCHITECTURE
3854M: Michal Simek <monstr@monstr.eu>
3855L: microblaze-uclinux@itee.uq.edu.au
3856W: http://www.monstr.eu/fdt/
3857T: git git://git.monstr.eu/linux-2.6-microblaze.git
3858S: Supported
3859F: arch/microblaze/
3860
3861MICROTEK X6 SCANNER
3862M: Oliver Neukum <oliver@neukum.name>
3863S: Maintained
3864F: drivers/usb/image/microtek.*
3865
3866MIPS
3867M: Ralf Baechle <ralf@linux-mips.org>
3868W: http://www.linux-mips.org/
3869L: linux-mips@linux-mips.org
3870T: git git://git.linux-mips.org/pub/scm/linux.git
3871S: Supported
3872F: Documentation/mips/
3873F: arch/mips/
3874
3875MISCELLANEOUS MCA-SUPPORT
3876M: James Bottomley <James.Bottomley@HansenPartnership.com>
3877S: Maintained
3878F: Documentation/ia64/mca.txt
3879F: Documentation/mca.txt
3880F: drivers/mca/
3881F: include/linux/mca*
3882
3883MODULE SUPPORT
3884M: Rusty Russell <rusty@rustcorp.com.au>
3885S: Maintained
3886F: include/linux/module.h
3887F: kernel/module.c
3888
3889MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3890M: Stelian Pop <stelian@popies.net>
3891W: http://popies.net/meye/
3892S: Maintained
3893F: Documentation/video4linux/meye.txt
3894F: drivers/media/video/meye.*
3895F: include/linux/meye.h
3896
3897MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3898M: Pavel Pisa <ppisa@pikron.com>
3899L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3900S: Maintained
3901F: drivers/mmc/host/imxmmc.*
3902
3903MOUSE AND MISC DEVICES [GENERAL]
3904M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3905S: Maintained
3906F: drivers/input/mouse/
3907F: include/linux/gpio_mouse.h
3908
3909MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3910M: Jiri Slaby <jirislaby@gmail.com>
3911S: Maintained
3912F: Documentation/serial/moxa-smartio
3913F: drivers/char/mxser.*
3914
3915MSI LAPTOP SUPPORT
3916M: Lee, Chun-Yi <jlee@novell.com>
3917L: platform-driver-x86@vger.kernel.org
3918S: Maintained
3919F: drivers/platform/x86/msi-laptop.c
3920
3921MSI WMI SUPPORT
3922M: Anisse Astier <anisse@astier.eu>
3923L: platform-driver-x86@vger.kernel.org
3924S: Supported
3925F: drivers/platform/x86/msi-wmi.c
3926
3927MULTIFUNCTION DEVICES (MFD)
3928M: Samuel Ortiz <sameo@linux.intel.com>
3929T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3930S: Supported
3931F: drivers/mfd/
3932
3933MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3934M: Chris Ball <cjb@laptop.org>
3935L: linux-mmc@vger.kernel.org
3936T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
3937S: Maintained
3938F: drivers/mmc/
3939F: include/linux/mmc/
3940
3941MULTIMEDIA CARD (MMC) ETC. OVER SPI
3942M: David Brownell <dbrownell@users.sourceforge.net>
3943S: Odd Fixes
3944F: drivers/mmc/host/mmc_spi.c
3945F: include/linux/spi/mmc_spi.h
3946
3947MULTISOUND SOUND DRIVER
3948M: Andrew Veliath <andrewtv@usa.net>
3949S: Maintained
3950F: Documentation/sound/oss/MultiSound
3951F: sound/oss/msnd*
3952
3953MULTITECH MULTIPORT CARD (ISICOM)
3954S: Orphan
3955F: drivers/char/isicom.c
3956F: include/linux/isicom.h
3957
3958MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3959M: Felipe Balbi <balbi@ti.com>
3960L: linux-usb@vger.kernel.org
3961T: git git://gitorious.org/usb/usb.git
3962S: Maintained
3963F: drivers/usb/musb/
3964
3965MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3966M: Andrew Gallatin <gallatin@myri.com>
3967M: Brice Goglin <brice@myri.com>
3968L: netdev@vger.kernel.org
3969W: http://www.myri.com/scs/download-Myri10GE.html
3970S: Supported
3971F: drivers/net/myri10ge/
3972
3973NATSEMI ETHERNET DRIVER (DP8381x)
3974M: Tim Hockin <thockin@hockin.org>
3975S: Maintained
3976F: drivers/net/natsemi.c
3977
3978NCP FILESYSTEM
3979M: Petr Vandrovec <petr@vandrovec.name>
3980S: Odd Fixes
3981F: fs/ncpfs/
3982
3983NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3984M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3985L: linux-scsi@vger.kernel.org
3986S: Maintained
3987F: drivers/scsi/NCR_D700.*
3988
3989NETEFFECT IWARP RNIC DRIVER (IW_NES)
3990M: Faisal Latif <faisal.latif@intel.com>
3991M: Chien Tung <chien.tin.tung@intel.com>
3992L: linux-rdma@vger.kernel.org
3993W: http://www.neteffect.com
3994S: Supported
3995F: drivers/infiniband/hw/nes/
3996
3997NETEM NETWORK EMULATOR
3998M: Stephen Hemminger <shemminger@linux-foundation.org>
3999L: netem@lists.linux-foundation.org
4000S: Maintained
4001F: net/sched/sch_netem.c
4002
4003NETERION 10GbE DRIVERS (s2io/vxge)
4004M: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4005M: Sivakumar Subramani <sivakumar.subramani@exar.com>
4006M: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4007M: Jon Mason <jon.mason@exar.com>
4008L: netdev@vger.kernel.org
4009W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4010W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4011S: Supported
4012F: Documentation/networking/s2io.txt
4013F: drivers/net/s2io*
4014F: Documentation/networking/vxge.txt
4015F: drivers/net/vxge/
4016
4017NETFILTER/IPTABLES/IPCHAINS
4018P: Rusty Russell
4019P: Marc Boucher
4020P: James Morris
4021P: Harald Welte
4022P: Jozsef Kadlecsik
4023M: Patrick McHardy <kaber@trash.net>
4024L: netfilter-devel@vger.kernel.org
4025L: netfilter@vger.kernel.org
4026L: coreteam@netfilter.org
4027W: http://www.netfilter.org/
4028W: http://www.iptables.org/
4029T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4030S: Supported
4031F: include/linux/netfilter*
4032F: include/linux/netfilter/
4033F: include/net/netfilter/
4034F: net/*/netfilter.c
4035F: net/*/netfilter/
4036F: net/netfilter/
4037
4038NETLABEL
4039M: Paul Moore <paul.moore@hp.com>
4040W: http://netlabel.sf.net
4041L: netdev@vger.kernel.org
4042S: Supported
4043F: Documentation/netlabel/
4044F: include/net/netlabel.h
4045F: net/netlabel/
4046
4047NETROM NETWORK LAYER
4048M: Ralf Baechle <ralf@linux-mips.org>
4049L: linux-hams@vger.kernel.org
4050W: http://www.linux-ax25.org/
4051S: Maintained
4052F: include/linux/netrom.h
4053F: include/net/netrom.h
4054F: net/netrom/
4055
4056NETWORK BLOCK DEVICE (NBD)
4057M: Paul Clements <Paul.Clements@steeleye.com>
4058S: Maintained
4059F: Documentation/blockdev/nbd.txt
4060F: drivers/block/nbd.c
4061F: include/linux/nbd.h
4062
4063NETWORK DROP MONITOR
4064M: Neil Horman <nhorman@tuxdriver.com>
4065L: netdev@vger.kernel.org
4066S: Maintained
4067W: https://fedorahosted.org/dropwatch/
4068F: net/core/drop_monitor.c
4069
4070NETWORKING [GENERAL]
4071M: "David S. Miller" <davem@davemloft.net>
4072L: netdev@vger.kernel.org
4073W: http://www.linuxfoundation.org/en/Net
4074W: http://patchwork.ozlabs.org/project/netdev/list/
4075T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4076T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4077S: Maintained
4078F: net/
4079F: include/net/
4080F: include/linux/in.h
4081F: include/linux/net.h
4082F: include/linux/netdevice.h
4083
4084NETWORKING [IPv4/IPv6]
4085M: "David S. Miller" <davem@davemloft.net>
4086M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4087M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4088M: James Morris <jmorris@namei.org>
4089M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4090M: Patrick McHardy <kaber@trash.net>
4091L: netdev@vger.kernel.org
4092T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4093S: Maintained
4094F: net/ipv4/
4095F: net/ipv6/
4096F: include/net/ip*
4097
4098NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4099M: Paul Moore <paul.moore@hp.com>
4100L: netdev@vger.kernel.org
4101S: Maintained
4102
4103NETWORKING [WIRELESS]
4104M: "John W. Linville" <linville@tuxdriver.com>
4105L: linux-wireless@vger.kernel.org
4106Q: http://patchwork.kernel.org/project/linux-wireless/list/
4107T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4108S: Maintained
4109F: net/mac80211/
4110F: net/rfkill/
4111F: net/wireless/
4112F: include/net/ieee80211*
4113F: include/linux/wireless.h
4114F: include/net/iw_handler.h
4115F: drivers/net/wireless/
4116
4117NETWORKING DRIVERS
4118L: netdev@vger.kernel.org
4119W: http://www.linuxfoundation.org/en/Net
4120T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4121T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4122S: Odd Fixes
4123F: drivers/net/
4124F: include/linux/if_*
4125F: include/linux/*device.h
4126
4127NETXEN (1/10) GbE SUPPORT
4128M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4129L: netdev@vger.kernel.org
4130W: http://www.qlogic.com
4131S: Supported
4132F: drivers/net/netxen/
4133
4134NFS, SUNRPC, AND LOCKD CLIENTS
4135M: Trond Myklebust <Trond.Myklebust@netapp.com>
4136L: linux-nfs@vger.kernel.org
4137W: http://client.linux-nfs.org
4138T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4139S: Maintained
4140F: fs/lockd/
4141F: fs/nfs/
4142F: fs/nfs_common/
4143F: net/sunrpc/
4144F: include/linux/lockd/
4145F: include/linux/nfs*
4146F: include/linux/sunrpc/
4147
4148NI5010 NETWORK DRIVER
4149M: Jan-Pascal van Best <janpascal@vanbest.org>
4150M: Andreas Mohr <andi@lisas.de>
4151L: netdev@vger.kernel.org
4152S: Maintained
4153F: drivers/net/ni5010.*
4154
4155NILFS2 FILESYSTEM
4156M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4157L: linux-nilfs@vger.kernel.org
4158W: http://www.nilfs.org/en/
4159S: Supported
4160F: Documentation/filesystems/nilfs2.txt
4161F: fs/nilfs2/
4162F: include/linux/nilfs2_fs.h
4163
4164NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4165M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4166W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4167S: Maintained
4168F: Documentation/scsi/NinjaSCSI.txt
4169F: drivers/scsi/pcmcia/nsp_*
4170
4171NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4172M: GOTO Masanori <gotom@debian.or.jp>
4173M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4174W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4175S: Maintained
4176F: Documentation/scsi/NinjaSCSI.txt
4177F: drivers/scsi/nsp32*
4178
4179NTFS FILESYSTEM
4180M: Anton Altaparmakov <aia21@cantab.net>
4181L: linux-ntfs-dev@lists.sourceforge.net
4182W: http://www.linux-ntfs.org/
4183T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4184S: Maintained
4185F: Documentation/filesystems/ntfs.txt
4186F: fs/ntfs/
4187
4188NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4189M: Antonino Daplas <adaplas@gmail.com>
4190L: linux-fbdev@vger.kernel.org
4191S: Maintained
4192F: drivers/video/riva/
4193F: drivers/video/nvidia/
4194
4195OMAP SUPPORT
4196M: Tony Lindgren <tony@atomide.com>
4197L: linux-omap@vger.kernel.org
4198W: http://www.muru.com/linux/omap/
4199W: http://linux.omap.com/
4200Q: http://patchwork.kernel.org/project/linux-omap/list/
4201T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4202S: Maintained
4203F: arch/arm/*omap*/
4204
4205OMAP CLOCK FRAMEWORK SUPPORT
4206M: Paul Walmsley <paul@pwsan.com>
4207L: linux-omap@vger.kernel.org
4208S: Maintained
4209F: arch/arm/*omap*/*clock*
4210
4211OMAP POWER MANAGEMENT SUPPORT
4212M: Kevin Hilman <khilman@deeprootsystems.com>
4213L: linux-omap@vger.kernel.org
4214S: Maintained
4215F: arch/arm/*omap*/*pm*
4216
4217OMAP AUDIO SUPPORT
4218M: Jarkko Nikula <jhnikula@gmail.com>
4219L: alsa-devel@alsa-project.org (subscribers-only)
4220L: linux-omap@vger.kernel.org
4221S: Maintained
4222F: sound/soc/omap/
4223
4224OMAP FRAMEBUFFER SUPPORT
4225M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4226L: linux-fbdev@vger.kernel.org
4227L: linux-omap@vger.kernel.org
4228S: Maintained
4229F: drivers/video/omap/
4230
4231OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4232M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4233L: linux-omap@vger.kernel.org
4234L: linux-fbdev@vger.kernel.org
4235S: Maintained
4236F: drivers/video/omap2/
4237F: Documentation/arm/OMAP/DSS
4238
4239OMAP MMC SUPPORT
4240M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4241L: linux-omap@vger.kernel.org
4242S: Maintained
4243F: drivers/mmc/host/omap.c
4244
4245OMAP HS MMC SUPPORT
4246M: Madhusudhan Chikkature <madhu.cr@ti.com>
4247L: linux-omap@vger.kernel.org
4248S: Maintained
4249F: drivers/mmc/host/omap_hsmmc.c
4250
4251OMAP RANDOM NUMBER GENERATOR SUPPORT
4252M: Deepak Saxena <dsaxena@plexity.net>
4253S: Maintained
4254F: drivers/char/hw_random/omap-rng.c
4255
4256OMAP USB SUPPORT
4257M: Felipe Balbi <balbi@ti.com>
4258M: David Brownell <dbrownell@users.sourceforge.net>
4259L: linux-usb@vger.kernel.org
4260L: linux-omap@vger.kernel.org
4261S: Maintained
4262F: drivers/usb/*/*omap*
4263F: arch/arm/*omap*/usb*
4264
4265OMFS FILESYSTEM
4266M: Bob Copeland <me@bobcopeland.com>
4267L: linux-karma-devel@lists.sourceforge.net
4268S: Maintained
4269F: Documentation/filesystems/omfs.txt
4270F: fs/omfs/
4271
4272OMNIKEY CARDMAN 4000 DRIVER
4273M: Harald Welte <laforge@gnumonks.org>
4274S: Maintained
4275F: drivers/char/pcmcia/cm4000_cs.c
4276F: include/linux/cm4000_cs.h
4277
4278OMNIKEY CARDMAN 4040 DRIVER
4279M: Harald Welte <laforge@gnumonks.org>
4280S: Maintained
4281F: drivers/char/pcmcia/cm4040_cs.*
4282
4283OMNIVISION OV7670 SENSOR DRIVER
4284M: Jonathan Corbet <corbet@lwn.net>
4285L: linux-media@vger.kernel.org
4286T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4287S: Maintained
4288F: drivers/media/video/ov7670.c
4289
4290ONENAND FLASH DRIVER
4291M: Kyungmin Park <kyungmin.park@samsung.com>
4292L: linux-mtd@lists.infradead.org
4293S: Maintained
4294F: drivers/mtd/onenand/
4295F: include/linux/mtd/onenand*.h
4296
4297ONSTREAM SCSI TAPE DRIVER
4298M: Willem Riede <osst@riede.org>
4299L: osst-users@lists.sourceforge.net
4300L: linux-scsi@vger.kernel.org
4301S: Maintained
4302F: drivers/scsi/osst*
4303F: drivers/scsi/st*
4304
4305OPENCORES I2C BUS DRIVER
4306M: Peter Korsgaard <jacmet@sunsite.dk>
4307L: linux-i2c@vger.kernel.org
4308S: Maintained
4309F: Documentation/i2c/busses/i2c-ocores
4310F: drivers/i2c/busses/i2c-ocores.c
4311
4312OPEN FIRMWARE AND FLATTENED DEVICE TREE
4313M: Grant Likely <grant.likely@secretlab.ca>
4314L: devicetree-discuss@lists.ozlabs.org
4315W: http://fdt.secretlab.ca
4316T: git git://git.secretlab.ca/git/linux-2.6.git
4317S: Maintained
4318F: drivers/of
4319F: include/linux/of*.h
4320K: of_get_property
4321
4322OPROFILE
4323M: Robert Richter <robert.richter@amd.com>
4324L: oprofile-list@lists.sf.net
4325S: Maintained
4326F: arch/*/include/asm/oprofile*.h
4327F: arch/*/oprofile/
4328F: drivers/oprofile/
4329F: include/linux/oprofile.h
4330
4331ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4332M: Mark Fasheh <mfasheh@suse.com>
4333M: Joel Becker <joel.becker@oracle.com>
4334L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4335W: http://oss.oracle.com/projects/ocfs2/
4336T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4337S: Supported
4338F: Documentation/filesystems/ocfs2.txt
4339F: Documentation/filesystems/dlmfs.txt
4340F: fs/ocfs2/
4341
4342ORINOCO DRIVER
4343M: Pavel Roskin <proski@gnu.org>
4344M: David Gibson <hermes@gibson.dropbear.id.au>
4345L: linux-wireless@vger.kernel.org
4346L: orinoco-users@lists.sourceforge.net
4347L: orinoco-devel@lists.sourceforge.net
4348W: http://www.nongnu.org/orinoco/
4349S: Maintained
4350F: drivers/net/wireless/orinoco/
4351
4352OSD LIBRARY and FILESYSTEM
4353M: Boaz Harrosh <bharrosh@panasas.com>
4354M: Benny Halevy <bhalevy@panasas.com>
4355L: osd-dev@open-osd.org
4356W: http://open-osd.org
4357T: git git://git.open-osd.org/open-osd.git
4358S: Maintained
4359F: drivers/scsi/osd/
4360F: include/scsi/osd_*
4361F: fs/exofs/
4362
4363P54 WIRELESS DRIVER
4364M: Christian Lamparter <chunkeey@googlemail.com>
4365L: linux-wireless@vger.kernel.org
4366W: http://wireless.kernel.org/en/users/Drivers/p54
4367S: Maintained
4368F: drivers/net/wireless/p54/
4369
4370PA SEMI ETHERNET DRIVER
4371M: Olof Johansson <olof@lixom.net>
4372L: netdev@vger.kernel.org
4373S: Maintained
4374F: drivers/net/pasemi_mac.*
4375
4376PA SEMI SMBUS DRIVER
4377M: Olof Johansson <olof@lixom.net>
4378L: linux-i2c@vger.kernel.org
4379S: Maintained
4380F: drivers/i2c/busses/i2c-pasemi.c
4381
4382PANASONIC LAPTOP ACPI EXTRAS DRIVER
4383M: Harald Welte <laforge@gnumonks.org>
4384L: platform-driver-x86@vger.kernel.org
4385S: Maintained
4386F: drivers/platform/x86/panasonic-laptop.c
4387
4388PANASONIC MN10300/AM33 PORT
4389M: David Howells <dhowells@redhat.com>
4390M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4391L: linux-am33-list@redhat.com (moderated for non-subscribers)
4392W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4393S: Maintained
4394F: Documentation/mn10300/
4395F: arch/mn10300/
4396
4397PARALLEL PORT SUPPORT
4398L: linux-parport@lists.infradead.org (subscribers-only)
4399S: Orphan
4400F: drivers/parport/
4401F: include/linux/parport*.h
4402F: drivers/char/ppdev.c
4403F: include/linux/ppdev.h
4404
4405PARAVIRT_OPS INTERFACE
4406M: Jeremy Fitzhardinge <jeremy@xensource.com>
4407M: Chris Wright <chrisw@sous-sol.org>
4408M: Alok Kataria <akataria@vmware.com>
4409M: Rusty Russell <rusty@rustcorp.com.au>
4410L: virtualization@lists.osdl.org
4411S: Supported
4412F: Documentation/ia64/paravirt_ops.txt
4413F: arch/*/kernel/paravirt*
4414F: arch/*/include/asm/paravirt.h
4415
4416PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4417M: Tim Waugh <tim@cyberelk.net>
4418L: linux-parport@lists.infradead.org (subscribers-only)
4419W: http://www.torque.net/linux-pp.html
4420S: Maintained
4421F: Documentation/blockdev/paride.txt
4422F: drivers/block/paride/
4423
4424PARISC ARCHITECTURE
4425M: Kyle McMartin <kyle@mcmartin.ca>
4426M: Helge Deller <deller@gmx.de>
4427M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4428L: linux-parisc@vger.kernel.org
4429W: http://www.parisc-linux.org/
4430Q: http://patchwork.kernel.org/project/linux-parisc/list/
4431T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4432S: Maintained
4433F: arch/parisc/
4434F: drivers/parisc/
4435
4436PC87360 HARDWARE MONITORING DRIVER
4437M: Jim Cromie <jim.cromie@gmail.com>
4438L: lm-sensors@lm-sensors.org
4439S: Maintained
4440F: Documentation/hwmon/pc87360
4441F: drivers/hwmon/pc87360.c
4442
4443PC8736x GPIO DRIVER
4444M: Jim Cromie <jim.cromie@gmail.com>
4445S: Maintained
4446F: drivers/char/pc8736x_gpio.c
4447
4448PC87427 HARDWARE MONITORING DRIVER
4449M: Jean Delvare <khali@linux-fr.org>
4450L: lm-sensors@lm-sensors.org
4451S: Maintained
4452F: Documentation/hwmon/pc87427
4453F: drivers/hwmon/pc87427.c
4454
4455PCA9532 LED DRIVER
4456M: Riku Voipio <riku.voipio@iki.fi>
4457S: Maintained
4458F: drivers/leds/leds-pca9532.c
4459F: include/linux/leds-pca9532.h
4460
4461PCA9564/PCA9665 I2C BUS DRIVER
4462M: Wolfram Sang <w.sang@pengutronix.de>
4463L: linux-i2c@vger.kernel.org
4464S: Maintained
4465F: drivers/i2c/algos/i2c-algo-pca.c
4466F: drivers/i2c/busses/i2c-pca-*
4467F: include/linux/i2c-algo-pca.h
4468F: include/linux/i2c-pca-platform.h
4469
4470PCI ERROR RECOVERY
4471M: Linas Vepstas <linas@austin.ibm.com>
4472L: linux-pci@vger.kernel.org
4473S: Supported
4474F: Documentation/PCI/pci-error-recovery.txt
4475F: Documentation/powerpc/eeh-pci-error-recovery.txt
4476
4477PCI SUBSYSTEM
4478M: Jesse Barnes <jbarnes@virtuousgeek.org>
4479L: linux-pci@vger.kernel.org
4480Q: http://patchwork.kernel.org/project/linux-pci/list/
4481T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4482S: Supported
4483F: Documentation/PCI/
4484F: drivers/pci/
4485F: include/linux/pci*
4486
4487PCI HOTPLUG
4488M: Jesse Barnes <jbarnes@virtuousgeek.org>
4489L: linux-pci@vger.kernel.org
4490S: Supported
4491F: drivers/pci/hotplug
4492
4493PCMCIA SUBSYSTEM
4494P: Linux PCMCIA Team
4495L: linux-pcmcia@lists.infradead.org
4496W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4497T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4498S: Maintained
4499F: Documentation/pcmcia/
4500F: drivers/pcmcia/
4501F: include/pcmcia/
4502
4503PCNET32 NETWORK DRIVER
4504M: Don Fry <pcnet32@verizon.net>
4505L: netdev@vger.kernel.org
4506S: Maintained
4507F: drivers/net/pcnet32.c
4508
4509PER-TASK DELAY ACCOUNTING
4510M: Balbir Singh <balbir@linux.vnet.ibm.com>
4511S: Maintained
4512F: include/linux/delayacct.h
4513F: kernel/delayacct.c
4514
4515PERFORMANCE EVENTS SUBSYSTEM
4516M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4517M: Paul Mackerras <paulus@samba.org>
4518M: Ingo Molnar <mingo@elte.hu>
4519M: Arnaldo Carvalho de Melo <acme@redhat.com>
4520S: Supported
4521F: kernel/perf_event*.c
4522F: include/linux/perf_event.h
4523F: arch/*/kernel/perf_event*.c
4524F: arch/*/kernel/*/perf_event*.c
4525F: arch/*/kernel/*/*/perf_event*.c
4526F: arch/*/include/asm/perf_event.h
4527F: arch/*/lib/perf_event*.c
4528F: arch/*/kernel/perf_callchain.c
4529F: tools/perf/
4530
4531PERSONALITY HANDLING
4532M: Christoph Hellwig <hch@infradead.org>
4533L: linux-abi-devel@lists.sourceforge.net
4534S: Maintained
4535F: include/linux/personality.h
4536
4537PHRAM MTD DRIVER
4538M: Joern Engel <joern@lazybastard.org>
4539L: linux-mtd@lists.infradead.org
4540S: Maintained
4541F: drivers/mtd/devices/phram.c
4542
4543PKTCDVD DRIVER
4544M: Peter Osterlund <petero2@telia.com>
4545S: Maintained
4546F: drivers/block/pktcdvd.c
4547F: include/linux/pktcdvd.h
4548
4549PMC SIERRA MaxRAID DRIVER
4550M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4551L: linux-scsi@vger.kernel.org
4552W: http://www.pmc-sierra.com/
4553S: Supported
4554F: drivers/scsi/pmcraid.*
4555
4556PMC SIERRA PM8001 DRIVER
4557M: jack_wang@usish.com
4558M: lindar_liu@usish.com
4559L: linux-scsi@vger.kernel.org
4560S: Supported
4561F: drivers/scsi/pm8001/
4562
4563POSIX CLOCKS and TIMERS
4564M: Thomas Gleixner <tglx@linutronix.de>
4565S: Supported
4566F: fs/timerfd.c
4567F: include/linux/timer*
4568F: kernel/*timer*
4569
4570POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4571M: Anton Vorontsov <cbou@mail.ru>
4572M: David Woodhouse <dwmw2@infradead.org>
4573T: git git://git.infradead.org/battery-2.6.git
4574S: Maintained
4575F: include/linux/power_supply.h
4576F: drivers/power/power_supply*
4577
4578PNP SUPPORT
4579M: Adam Belay <abelay@mit.edu>
4580M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4581S: Maintained
4582F: drivers/pnp/
4583
4584PNXxxxx I2C DRIVER
4585M: Vitaly Wool <vitalywool@gmail.com>
4586L: linux-i2c@vger.kernel.org
4587S: Maintained
4588F: drivers/i2c/busses/i2c-pnx.c
4589
4590PPP PROTOCOL DRIVERS AND COMPRESSORS
4591M: Paul Mackerras <paulus@samba.org>
4592L: linux-ppp@vger.kernel.org
4593S: Maintained
4594F: drivers/net/ppp_*
4595
4596PPP OVER ATM (RFC 2364)
4597M: Mitchell Blank Jr <mitch@sfgoth.com>
4598S: Maintained
4599F: net/atm/pppoatm.c
4600F: include/linux/atmppp.h
4601
4602PPP OVER ETHERNET
4603M: Michal Ostrowski <mostrows@earthlink.net>
4604S: Maintained
4605F: drivers/net/pppoe.c
4606F: drivers/net/pppox.c
4607
4608PPP OVER L2TP
4609M: James Chapman <jchapman@katalix.com>
4610S: Maintained
4611F: net/l2tp/l2tp_ppp.c
4612F: include/linux/if_pppol2tp.h
4613
4614PPS SUPPORT
4615M: Rodolfo Giometti <giometti@enneenne.com>
4616W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4617L: linuxpps@ml.enneenne.com (subscribers-only)
4618S: Maintained
4619F: Documentation/pps/
4620F: drivers/pps/
4621F: include/linux/pps*.h
4622
4623PREEMPTIBLE KERNEL
4624M: Robert Love <rml@tech9.net>
4625L: kpreempt-tech@lists.sourceforge.net
4626W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4627S: Supported
4628F: Documentation/preempt-locking.txt
4629F: include/linux/preempt.h
4630
4631PRISM54 WIRELESS DRIVER
4632M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4633L: linux-wireless@vger.kernel.org
4634W: http://wireless.kernel.org/en/users/Drivers/p54
4635S: Obsolete
4636F: drivers/net/wireless/prism54/
4637
4638PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4639M: Mikael Pettersson <mikpe@it.uu.se>
4640L: linux-ide@vger.kernel.org
4641S: Maintained
4642F: drivers/ata/sata_promise.*
4643
4644PS3 NETWORK SUPPORT
4645M: Geoff Levand <geoff@infradead.org>
4646L: netdev@vger.kernel.org
4647L: cbe-oss-dev@lists.ozlabs.org
4648S: Maintained
4649F: drivers/net/ps3_gelic_net.*
4650
4651PS3 PLATFORM SUPPORT
4652M: Geoff Levand <geoff@infradead.org>
4653L: linuxppc-dev@lists.ozlabs.org
4654L: cbe-oss-dev@lists.ozlabs.org
4655S: Maintained
4656F: arch/powerpc/boot/ps3*
4657F: arch/powerpc/include/asm/lv1call.h
4658F: arch/powerpc/include/asm/ps3*.h
4659F: arch/powerpc/platforms/ps3/
4660F: drivers/*/ps3*
4661F: drivers/ps3/
4662F: drivers/rtc/rtc-ps3.c
4663F: drivers/usb/host/*ps3.c
4664F: sound/ppc/snd_ps3*
4665
4666PS3VRAM DRIVER
4667M: Jim Paris <jim@jtan.com>
4668L: cbe-oss-dev@lists.ozlabs.org
4669S: Maintained
4670F: drivers/block/ps3vram.c
4671
4672PTRACE SUPPORT
4673M: Roland McGrath <roland@redhat.com>
4674M: Oleg Nesterov <oleg@redhat.com>
4675S: Maintained
4676F: include/asm-generic/syscall.h
4677F: include/linux/ptrace.h
4678F: include/linux/regset.h
4679F: include/linux/tracehook.h
4680F: kernel/ptrace.c
4681
4682PVRUSB2 VIDEO4LINUX DRIVER
4683M: Mike Isely <isely@pobox.com>
4684L: pvrusb2@isely.net (subscribers-only)
4685L: linux-media@vger.kernel.org
4686W: http://www.isely.net/pvrusb2/
4687T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4688S: Maintained
4689F: Documentation/video4linux/README.pvrusb2
4690F: drivers/media/video/pvrusb2/
4691
4692PXA2xx/PXA3xx SUPPORT
4693M: Eric Miao <eric.y.miao@gmail.com>
4694M: Russell King <linux@arm.linux.org.uk>
4695L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4696S: Maintained
4697F: arch/arm/mach-pxa/
4698F: drivers/pcmcia/pxa2xx*
4699F: drivers/spi/pxa2xx*
4700F: drivers/usb/gadget/pxa2*
4701F: include/sound/pxa2xx-lib.h
4702F: sound/arm/pxa*
4703F: sound/soc/pxa
4704
4705PXA168 SUPPORT
4706M: Eric Miao <eric.y.miao@gmail.com>
4707M: Jason Chagas <jason.chagas@marvell.com>
4708L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4709T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4710S: Maintained
4711
4712PXA910 SUPPORT
4713M: Eric Miao <eric.y.miao@gmail.com>
4714L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4715T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4716S: Maintained
4717
4718MMP2 SUPPORT (aka ARMADA610)
4719M: Haojian Zhuang <haojian.zhuang@marvell.com>
4720M: Eric Miao <eric.y.miao@gmail.com>
4721L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4722T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4723S: Maintained
4724
4725PXA MMCI DRIVER
4726S: Orphan
4727
4728PXA RTC DRIVER
4729M: Robert Jarzmik <robert.jarzmik@free.fr>
4730L: rtc-linux@googlegroups.com
4731S: Maintained
4732
4733QLOGIC QLA1280 SCSI DRIVER
4734M: Michael Reed <mdr@sgi.com>
4735L: linux-scsi@vger.kernel.org
4736S: Maintained
4737F: drivers/scsi/qla1280.[ch]
4738
4739QLOGIC QLA2XXX FC-SCSI DRIVER
4740M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4741M: linux-driver@qlogic.com
4742L: linux-scsi@vger.kernel.org
4743S: Supported
4744F: Documentation/scsi/LICENSE.qla2xxx
4745F: drivers/scsi/qla2xxx/
4746
4747QLOGIC QLA4XXX iSCSI DRIVER
4748M: Ravi Anand <ravi.anand@qlogic.com>
4749M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4750M: iscsi-driver@qlogic.com
4751L: linux-scsi@vger.kernel.org
4752S: Supported
4753F: drivers/scsi/qla4xxx/
4754
4755QLOGIC QLA3XXX NETWORK DRIVER
4756M: Ron Mercer <ron.mercer@qlogic.com>
4757M: linux-driver@qlogic.com
4758L: netdev@vger.kernel.org
4759S: Supported
4760F: Documentation/networking/LICENSE.qla3xxx
4761F: drivers/net/qla3xxx.*
4762
4763QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4764M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4765M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4766M: linux-driver@qlogic.com
4767L: netdev@vger.kernel.org
4768S: Supported
4769F: drivers/net/qlcnic/
4770
4771QLOGIC QLGE 10Gb ETHERNET DRIVER
4772M: Ron Mercer <ron.mercer@qlogic.com>
4773M: linux-driver@qlogic.com
4774L: netdev@vger.kernel.org
4775S: Supported
4776F: drivers/net/qlge/
4777
4778QNX4 FILESYSTEM
4779M: Anders Larsen <al@alarsen.net>
4780W: http://www.alarsen.net/linux/qnx4fs/
4781S: Maintained
4782F: fs/qnx4/
4783F: include/linux/qnx4_fs.h
4784F: include/linux/qnxtypes.h
4785
4786RADEON FRAMEBUFFER DISPLAY DRIVER
4787M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4788L: linux-fbdev@vger.kernel.org
4789S: Maintained
4790F: drivers/video/aty/radeon*
4791F: include/linux/radeonfb.h
4792
4793RAGE128 FRAMEBUFFER DISPLAY DRIVER
4794M: Paul Mackerras <paulus@samba.org>
4795L: linux-fbdev@vger.kernel.org
4796S: Maintained
4797F: drivers/video/aty/aty128fb.c
4798
4799RALINK RT2X00 WIRELESS LAN DRIVER
4800P: rt2x00 project
4801M: Ivo van Doorn <IvDoorn@gmail.com>
4802M: Gertjan van Wingerde <gwingerde@gmail.com>
4803L: linux-wireless@vger.kernel.org
4804L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4805W: http://rt2x00.serialmonkey.com/
4806S: Maintained
4807T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4808F: drivers/net/wireless/rt2x00/
4809
4810RAMDISK RAM BLOCK DEVICE DRIVER
4811M: Nick Piggin <npiggin@kernel.dk>
4812S: Maintained
4813F: Documentation/blockdev/ramdisk.txt
4814F: drivers/block/brd.c
4815
4816RANDOM NUMBER DRIVER
4817M: Matt Mackall <mpm@selenic.com>
4818S: Maintained
4819F: drivers/char/random.c
4820
4821RAPIDIO SUBSYSTEM
4822M: Matt Porter <mporter@kernel.crashing.org>
4823S: Maintained
4824F: drivers/rapidio/
4825
4826RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4827L: linux-wireless@vger.kernel.org
4828S: Orphan
4829F: drivers/net/wireless/ray*
4830
4831RCUTORTURE MODULE
4832M: Josh Triplett <josh@freedesktop.org>
4833M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4834S: Supported
4835T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4836F: Documentation/RCU/torture.txt
4837F: kernel/rcutorture.c
4838
4839RDC R-321X SoC
4840M: Florian Fainelli <florian@openwrt.org>
4841S: Maintained
4842
4843RDC R6040 FAST ETHERNET DRIVER
4844M: Florian Fainelli <florian@openwrt.org>
4845L: netdev@vger.kernel.org
4846S: Maintained
4847F: drivers/net/r6040.c
4848
4849RDS - RELIABLE DATAGRAM SOCKETS
4850M: Andy Grover <andy.grover@oracle.com>
4851L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4852S: Supported
4853F: net/rds/
4854
4855READ-COPY UPDATE (RCU)
4856M: Dipankar Sarma <dipankar@in.ibm.com>
4857M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4858W: http://www.rdrop.com/users/paulmck/rclock/
4859S: Supported
4860T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4861F: Documentation/RCU/
4862F: include/linux/rcu*
4863F: include/linux/srcu*
4864F: kernel/rcu*
4865F: kernel/srcu*
4866X: kernel/rcutorture.c
4867
4868REAL TIME CLOCK DRIVER (LEGACY)
4869M: Paul Gortmaker <p_gortmaker@yahoo.com>
4870S: Maintained
4871F: drivers/char/rtc.c
4872
4873REAL TIME CLOCK (RTC) SUBSYSTEM
4874M: Alessandro Zummo <a.zummo@towertech.it>
4875L: rtc-linux@googlegroups.com
4876Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4877S: Maintained
4878F: Documentation/rtc.txt
4879F: drivers/rtc/
4880F: include/linux/rtc.h
4881
4882REISERFS FILE SYSTEM
4883L: reiserfs-devel@vger.kernel.org
4884S: Supported
4885F: fs/reiserfs/
4886
4887RFKILL
4888M: Johannes Berg <johannes@sipsolutions.net>
4889L: linux-wireless@vger.kernel.org
4890S: Maintained
4891F: Documentation/rfkill.txt
4892F: net/rfkill/
4893
4894RICOH SMARTMEDIA/XD DRIVER
4895M: Maxim Levitsky <maximlevitsky@gmail.com>
4896S: Maintained
4897F: drivers/mtd/nand/r852.c
4898F: drivers/mtd/nand/r852.h
4899
4900RISCOM8 DRIVER
4901S: Orphan
4902F: Documentation/serial/riscom8.txt
4903F: drivers/char/riscom8*
4904
4905ROCKETPORT DRIVER
4906P: Comtrol Corp.
4907W: http://www.comtrol.com
4908S: Maintained
4909F: Documentation/serial/rocket.txt
4910F: drivers/char/rocket*
4911
4912ROSE NETWORK LAYER
4913M: Ralf Baechle <ralf@linux-mips.org>
4914L: linux-hams@vger.kernel.org
4915W: http://www.linux-ax25.org/
4916S: Maintained
4917F: include/linux/rose.h
4918F: include/net/rose.h
4919F: net/rose/
4920
4921RTL8180 WIRELESS DRIVER
4922M: "John W. Linville" <linville@tuxdriver.com>
4923L: linux-wireless@vger.kernel.org
4924W: http://linuxwireless.org/
4925T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4926S: Maintained
4927F: drivers/net/wireless/rtl818x/rtl8180*
4928
4929RTL8187 WIRELESS DRIVER
4930M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4931M: Hin-Tak Leung <htl10@users.sourceforge.net>
4932M: Larry Finger <Larry.Finger@lwfinger.net>
4933L: linux-wireless@vger.kernel.org
4934W: http://linuxwireless.org/
4935T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4936S: Maintained
4937F: drivers/net/wireless/rtl818x/rtl8187*
4938
4939S3 SAVAGE FRAMEBUFFER DRIVER
4940M: Antonino Daplas <adaplas@gmail.com>
4941L: linux-fbdev@vger.kernel.org
4942S: Maintained
4943F: drivers/video/savage/
4944
4945S390
4946M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4947M: Heiko Carstens <heiko.carstens@de.ibm.com>
4948M: linux390@de.ibm.com
4949L: linux-s390@vger.kernel.org
4950W: http://www.ibm.com/developerworks/linux/linux390/
4951S: Supported
4952F: arch/s390/
4953F: drivers/s390/
4954F: fs/partitions/ibm.c
4955F: Documentation/s390/
4956F: Documentation/DocBook/s390*
4957
4958S390 NETWORK DRIVERS
4959M: Ursula Braun <ursula.braun@de.ibm.com>
4960M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4961M: linux390@de.ibm.com
4962L: linux-s390@vger.kernel.org
4963W: http://www.ibm.com/developerworks/linux/linux390/
4964S: Supported
4965F: drivers/s390/net/
4966
4967S390 ZCRYPT DRIVER
4968M: Felix Beck <felix.beck@de.ibm.com>
4969M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4970M: linux390@de.ibm.com
4971L: linux-s390@vger.kernel.org
4972W: http://www.ibm.com/developerworks/linux/linux390/
4973S: Supported
4974F: drivers/s390/crypto/
4975
4976S390 ZFCP DRIVER
4977M: Christof Schmitt <christof.schmitt@de.ibm.com>
4978M: Swen Schillig <swen@vnet.ibm.com>
4979M: linux390@de.ibm.com
4980L: linux-s390@vger.kernel.org
4981W: http://www.ibm.com/developerworks/linux/linux390/
4982S: Supported
4983F: drivers/s390/scsi/zfcp_*
4984
4985S390 IUCV NETWORK LAYER
4986M: Ursula Braun <ursula.braun@de.ibm.com>
4987M: linux390@de.ibm.com
4988L: linux-s390@vger.kernel.org
4989W: http://www.ibm.com/developerworks/linux/linux390/
4990S: Supported
4991F: drivers/s390/net/*iucv*
4992F: include/net/iucv/
4993F: net/iucv/
4994
4995S3C24XX SD/MMC Driver
4996M: Ben Dooks <ben-linux@fluff.org>
4997L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4998S: Supported
4999F: drivers/mmc/host/s3cmci.*
5000
5001SAA7146 VIDEO4LINUX-2 DRIVER
5002M: Michael Hunold <michael@mihu.de>
5003L: linux-media@vger.kernel.org
5004T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5005W: http://www.mihu.de/linux/saa7146
5006S: Maintained
5007F: drivers/media/common/saa7146*
5008F: drivers/media/video/*7146*
5009F: include/media/*7146*
5010
5011TLG2300 VIDEO4LINUX-2 DRIVER
5012M: Huang Shijie <shijie8@gmail.com>
5013M: Kang Yong <kangyong@telegent.com>
5014M: Zhang Xiaobing <xbzhang@telegent.com>
5015S: Supported
5016F: drivers/media/video/tlg2300
5017
5018SC1200 WDT DRIVER
5019M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5020S: Maintained
5021F: drivers/watchdog/sc1200wdt.c
5022
5023SCHEDULER
5024M: Ingo Molnar <mingo@elte.hu>
5025M: Peter Zijlstra <peterz@infradead.org>
5026S: Maintained
5027F: kernel/sched*
5028F: include/linux/sched.h
5029
5030SCORE ARCHITECTURE
5031M: Chen Liqin <liqin.chen@sunplusct.com>
5032M: Lennox Wu <lennox.wu@gmail.com>
5033W: http://www.sunplusct.com
5034S: Supported
5035F: arch/score/
5036
5037SCSI CDROM DRIVER
5038M: Jens Axboe <axboe@kernel.dk>
5039L: linux-scsi@vger.kernel.org
5040W: http://www.kernel.dk
5041S: Maintained
5042F: drivers/scsi/sr*
5043
5044SCSI SG DRIVER
5045M: Doug Gilbert <dgilbert@interlog.com>
5046L: linux-scsi@vger.kernel.org
5047W: http://www.torque.net/sg
5048S: Maintained
5049F: drivers/scsi/sg.c
5050F: include/scsi/sg.h
5051
5052SCSI SUBSYSTEM
5053M: "James E.J. Bottomley" <James.Bottomley@suse.de>
5054L: linux-scsi@vger.kernel.org
5055T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5056T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5057T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5058S: Maintained
5059F: drivers/scsi/
5060F: include/scsi/
5061
5062SCSI TAPE DRIVER
5063M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5064L: linux-scsi@vger.kernel.org
5065S: Maintained
5066F: Documentation/scsi/st.txt
5067F: drivers/scsi/st*
5068
5069SCTP PROTOCOL
5070M: Vlad Yasevich <vladislav.yasevich@hp.com>
5071M: Sridhar Samudrala <sri@us.ibm.com>
5072L: linux-sctp@vger.kernel.org
5073W: http://lksctp.sourceforge.net
5074S: Supported
5075F: Documentation/networking/sctp.txt
5076F: include/linux/sctp.h
5077F: include/net/sctp/
5078F: net/sctp/
5079
5080SCx200 CPU SUPPORT
5081M: Jim Cromie <jim.cromie@gmail.com>
5082S: Odd Fixes
5083F: Documentation/i2c/busses/scx200_acb
5084F: arch/x86/kernel/scx200_32.c
5085F: drivers/watchdog/scx200_wdt.c
5086F: drivers/i2c/busses/scx200*
5087F: drivers/mtd/maps/scx200_docflash.c
5088F: include/linux/scx200.h
5089
5090SCx200 GPIO DRIVER
5091M: Jim Cromie <jim.cromie@gmail.com>
5092S: Maintained
5093F: drivers/char/scx200_gpio.c
5094F: include/linux/scx200_gpio.h
5095
5096SCx200 HRT CLOCKSOURCE DRIVER
5097M: Jim Cromie <jim.cromie@gmail.com>
5098S: Maintained
5099F: drivers/clocksource/scx200_hrt.c
5100
5101SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5102M: Sascha Sommer <saschasommer@freenet.de>
5103L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5104S: Maintained
5105F: drivers/mmc/host/sdricoh_cs.c
5106
5107SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5108M: Chris Ball <cjb@laptop.org>
5109L: linux-mmc@vger.kernel.org
5110T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5111S: Maintained
5112F: drivers/mmc/host/sdhci.*
5113
5114SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5115M: Anton Vorontsov <avorontsov@ru.mvista.com>
5116L: linuxppc-dev@lists.ozlabs.org
5117L: linux-mmc@vger.kernel.org
5118S: Maintained
5119F: drivers/mmc/host/sdhci-of.*
5120
5121SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5122M: Ben Dooks <ben-linux@fluff.org>
5123L: linux-mmc@vger.kernel.org
5124S: Maintained
5125F: drivers/mmc/host/sdhci-s3c.c
5126
5127SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5128M: Viresh Kumar <viresh.kumar@st.com>
5129L: linux-mmc@vger.kernel.org
5130S: Maintained
5131F: drivers/mmc/host/sdhci-spear.c
5132
5133SECURITY SUBSYSTEM
5134M: James Morris <jmorris@namei.org>
5135L: linux-security-module@vger.kernel.org (suggested Cc:)
5136T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5137W: http://security.wiki.kernel.org/
5138S: Supported
5139F: security/
5140
5141SECURITY CONTACT
5142M: Security Officers <security@kernel.org>
5143S: Supported
5144
5145SELINUX SECURITY MODULE
5146M: Stephen Smalley <sds@tycho.nsa.gov>
5147M: James Morris <jmorris@namei.org>
5148M: Eric Paris <eparis@parisplace.org>
5149L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5150W: http://selinuxproject.org
5151T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5152S: Supported
5153F: include/linux/selinux*
5154F: security/selinux/
5155
5156APPARMOR SECURITY MODULE
5157M: John Johansen <john.johansen@canonical.com>
5158L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5159W: apparmor.wiki.kernel.org
5160T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5161S: Supported
5162F: security/apparmor/
5163
5164SENSABLE PHANTOM
5165M: Jiri Slaby <jirislaby@gmail.com>
5166S: Maintained
5167F: drivers/misc/phantom.c
5168F: include/linux/phantom.h
5169
5170SERIAL ATA (SATA) SUBSYSTEM
5171M: Jeff Garzik <jgarzik@pobox.com>
5172L: linux-ide@vger.kernel.org
5173T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5174S: Supported
5175F: drivers/ata/
5176F: include/linux/ata.h
5177F: include/linux/libata.h
5178
5179SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5180M: Jayamohan Kallickal <jayamohank@serverengines.com>
5181L: linux-scsi@vger.kernel.org
5182W: http://www.serverengines.com
5183S: Supported
5184F: drivers/scsi/be2iscsi/
5185
5186SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5187M: Sathya Perla <sathyap@serverengines.com>
5188M: Subbu Seetharaman <subbus@serverengines.com>
5189M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5190M: Ajit Khaparde <ajitk@serverengines.com>
5191L: netdev@vger.kernel.org
5192W: http://www.serverengines.com
5193S: Supported
5194F: drivers/net/benet/
5195
5196SFC NETWORK DRIVER
5197M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5198M: Steve Hodgson <shodgson@solarflare.com>
5199M: Ben Hutchings <bhutchings@solarflare.com>
5200L: netdev@vger.kernel.org
5201S: Supported
5202F: drivers/net/sfc/
5203
5204SGI GRU DRIVER
5205M: Jack Steiner <steiner@sgi.com>
5206S: Maintained
5207F: drivers/misc/sgi-gru/
5208
5209SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5210M: Pat Gefre <pfg@sgi.com>
5211L: linux-ia64@vger.kernel.org
5212S: Supported
5213F: Documentation/ia64/serial.txt
5214F: drivers/serial/ioc?_serial.c
5215F: include/linux/ioc?.h
5216
5217SGI VISUAL WORKSTATION 320 AND 540
5218M: Andrey Panin <pazke@donpac.ru>
5219L: linux-visws-devel@lists.sf.net
5220W: http://linux-visws.sf.net
5221S: Maintained for 2.6.
5222F: Documentation/sgi-visws.txt
5223
5224SGI XP/XPC/XPNET DRIVER
5225M: Robin Holt <holt@sgi.com>
5226S: Maintained
5227F: drivers/misc/sgi-xp/
5228
5229SHARP LH SUPPORT (LH7952X & LH7A40X)
5230M: Marc Singer <elf@buici.com>
5231W: http://projects.buici.com/arm
5232L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5233S: Maintained
5234F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5235F: arch/arm/mach-lh7a40x/
5236F: drivers/serial/serial_lh7a40x.c
5237F: drivers/usb/gadget/lh7a40*
5238F: drivers/usb/host/ohci-lh7a40*
5239
5240SIMPLE FIRMWARE INTERFACE (SFI)
5241M: Len Brown <lenb@kernel.org>
5242L: sfi-devel@simplefirmware.org
5243W: http://simplefirmware.org/
5244T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5245S: Supported
5246F: arch/x86/kernel/*sfi*
5247F: drivers/sfi/
5248F: include/linux/sfi*.h
5249
5250SIMTEC EB110ATX (Chalice CATS)
5251P: Ben Dooks
5252M: Vincent Sanders <support@simtec.co.uk>
5253W: http://www.simtec.co.uk/products/EB110ATX/
5254S: Supported
5255
5256SIMTEC EB2410ITX (BAST)
5257P: Ben Dooks
5258M: Vincent Sanders <support@simtec.co.uk>
5259W: http://www.simtec.co.uk/products/EB2410ITX/
5260S: Supported
5261F: arch/arm/mach-s3c2410/
5262F: drivers/*/*s3c2410*
5263F: drivers/*/*/*s3c2410*
5264
5265TI DAVINCI MACHINE SUPPORT
5266P: Kevin Hilman
5267M: davinci-linux-open-source@linux.davincidsp.com
5268Q: http://patchwork.kernel.org/project/linux-davinci/list/
5269S: Supported
5270F: arch/arm/mach-davinci
5271
5272SIS 190 ETHERNET DRIVER
5273M: Francois Romieu <romieu@fr.zoreil.com>
5274L: netdev@vger.kernel.org
5275S: Maintained
5276F: drivers/net/sis190.c
5277
5278SIS 900/7016 FAST ETHERNET DRIVER
5279M: Daniele Venzano <venza@brownhat.org>
5280W: http://www.brownhat.org/sis900.html
5281L: netdev@vger.kernel.org
5282S: Maintained
5283F: drivers/net/sis900.*
5284
5285SIS 96X I2C/SMBUS DRIVER
5286M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5287L: linux-i2c@vger.kernel.org
5288S: Maintained
5289F: Documentation/i2c/busses/i2c-sis96x
5290F: drivers/i2c/busses/i2c-sis96x.c
5291
5292SIS FRAMEBUFFER DRIVER
5293M: Thomas Winischhofer <thomas@winischhofer.net>
5294W: http://www.winischhofer.net/linuxsisvga.shtml
5295S: Maintained
5296F: Documentation/fb/sisfb.txt
5297F: drivers/video/sis/
5298F: include/video/sisfb.h
5299
5300SIS USB2VGA DRIVER
5301M: Thomas Winischhofer <thomas@winischhofer.net>
5302W: http://www.winischhofer.at/linuxsisusbvga.shtml
5303S: Maintained
5304F: drivers/usb/misc/sisusbvga/
5305
5306SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5307M: Stephen Hemminger <shemminger@linux-foundation.org>
5308L: netdev@vger.kernel.org
5309S: Maintained
5310F: drivers/net/skge.*
5311F: drivers/net/sky2.*
5312
5313SLAB ALLOCATOR
5314M: Christoph Lameter <cl@linux-foundation.org>
5315M: Pekka Enberg <penberg@cs.helsinki.fi>
5316M: Matt Mackall <mpm@selenic.com>
5317L: linux-mm@kvack.org
5318S: Maintained
5319F: include/linux/sl?b*.h
5320F: mm/sl?b.c
5321
5322SMC91x ETHERNET DRIVER
5323M: Nicolas Pitre <nico@fluxnic.net>
5324S: Odd Fixes
5325F: drivers/net/smc91x.*
5326
5327SMM665 HARDWARE MONITOR DRIVER
5328M: Guenter Roeck <linux@roeck-us.net>
5329L: lm-sensors@lm-sensors.org
5330S: Maintained
5331F: Documentation/hwmon/smm665
5332F: drivers/hwmon/smm665.c
5333
5334SMSC EMC2103 HARDWARE MONITOR DRIVER
5335M: Steve Glendinning <steve.glendinning@smsc.com>
5336L: lm-sensors@lm-sensors.org
5337S: Supported
5338F: Documentation/hwmon/emc2103
5339F: drivers/hwmon/emc2103.c
5340
5341SMSC47B397 HARDWARE MONITOR DRIVER
5342M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5343L: lm-sensors@lm-sensors.org
5344S: Maintained
5345F: Documentation/hwmon/smsc47b397
5346F: drivers/hwmon/smsc47b397.c
5347
5348SMSC911x ETHERNET DRIVER
5349M: Steve Glendinning <steve.glendinning@smsc.com>
5350L: netdev@vger.kernel.org
5351S: Supported
5352F: include/linux/smsc911x.h
5353F: drivers/net/smsc911x.*
5354
5355SMSC9420 PCI ETHERNET DRIVER
5356M: Steve Glendinning <steve.glendinning@smsc.com>
5357L: netdev@vger.kernel.org
5358S: Supported
5359F: drivers/net/smsc9420.*
5360
5361SN-IA64 (Itanium) SUB-PLATFORM
5362M: Jes Sorensen <jes@sgi.com>
5363L: linux-altix@sgi.com
5364L: linux-ia64@vger.kernel.org
5365W: http://www.sgi.com/altix
5366S: Maintained
5367F: arch/ia64/sn/
5368
5369SOC-CAMERA V4L2 SUBSYSTEM
5370M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5371L: linux-media@vger.kernel.org
5372T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5373S: Maintained
5374F: include/media/v4l2*
5375F: drivers/media/video/v4l2*
5376
5377SOEKRIS NET48XX LED SUPPORT
5378M: Chris Boot <bootc@bootc.net>
5379S: Maintained
5380F: drivers/leds/leds-net48xx.c
5381
5382SOFTWARE RAID (Multiple Disks) SUPPORT
5383M: Neil Brown <neilb@suse.de>
5384L: linux-raid@vger.kernel.org
5385S: Supported
5386F: drivers/md/
5387F: include/linux/raid/
5388
5389SONIC NETWORK DRIVER
5390M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5391L: netdev@vger.kernel.org
5392S: Maintained
5393F: drivers/net/sonic.*
5394
5395SONICS SILICON BACKPLANE DRIVER (SSB)
5396M: Michael Buesch <mb@bu3sch.de>
5397L: netdev@vger.kernel.org
5398S: Maintained
5399F: drivers/ssb/
5400F: include/linux/ssb/
5401
5402SONY VAIO CONTROL DEVICE DRIVER
5403M: Mattia Dongili <malattia@linux.it>
5404L: platform-driver-x86@vger.kernel.org
5405W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5406S: Maintained
5407F: Documentation/laptops/sony-laptop.txt
5408F: drivers/char/sonypi.c
5409F: drivers/platform/x86/sony-laptop.c
5410F: include/linux/sony-laptop.h
5411
5412SONY MEMORYSTICK CARD SUPPORT
5413M: Alex Dubov <oakad@yahoo.com>
5414W: http://tifmxx.berlios.de/
5415S: Maintained
5416F: drivers/memstick/host/tifm_ms.c
5417
5418SOUND
5419M: Jaroslav Kysela <perex@perex.cz>
5420M: Takashi Iwai <tiwai@suse.de>
5421L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5422W: http://www.alsa-project.org/
5423T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5424T: git git://git.alsa-project.org/alsa-kernel.git
5425S: Maintained
5426F: Documentation/sound/
5427F: include/sound/
5428F: sound/
5429
5430SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5431M: Liam Girdwood <lrg@slimlogic.co.uk>
5432M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5433T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5434L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5435W: http://alsa-project.org/main/index.php/ASoC
5436S: Supported
5437F: sound/soc/
5438F: include/sound/soc*
5439
5440SPARC + UltraSPARC (sparc/sparc64)
5441M: "David S. Miller" <davem@davemloft.net>
5442L: sparclinux@vger.kernel.org
5443Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5444T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5445T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5446S: Maintained
5447F: arch/sparc/
5448F: drivers/sbus/
5449
5450SPARC SERIAL DRIVERS
5451M: "David S. Miller" <davem@davemloft.net>
5452L: sparclinux@vger.kernel.org
5453T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5454T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5455S: Maintained
5456F: drivers/serial/suncore.c
5457F: drivers/serial/suncore.h
5458F: drivers/serial/sunhv.c
5459F: drivers/serial/sunsab.c
5460F: drivers/serial/sunsab.h
5461F: drivers/serial/sunsu.c
5462F: drivers/serial/sunzilog.c
5463F: drivers/serial/sunzilog.h
5464
5465SPEAR PLATFORM SUPPORT
5466M: Viresh Kumar <viresh.kumar@st.com>
5467W: http://www.st.com/spear
5468S: Maintained
5469F: arch/arm/plat-spear/
5470
5471SPEAR3XX MACHINE SUPPORT
5472M: Viresh Kumar <viresh.kumar@st.com>
5473W: http://www.st.com/spear
5474S: Maintained
5475F: arch/arm/mach-spear3xx/
5476
5477SPEAR6XX MACHINE SUPPORT
5478M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5479W: http://www.st.com/spear
5480S: Maintained
5481F: arch/arm/mach-spear6xx/
5482
5483SPEAR CLOCK FRAMEWORK SUPPORT
5484M: Viresh Kumar <viresh.kumar@st.com>
5485W: http://www.st.com/spear
5486S: Maintained
5487F: arch/arm/mach-spear*/clock.c
5488F: arch/arm/mach-spear*/include/mach/clkdev.h
5489F: arch/arm/plat-spear/clock.c
5490F: arch/arm/plat-spear/include/plat/clkdev.h
5491F: arch/arm/plat-spear/include/plat/clock.h
5492
5493SPEAR PAD MULTIPLEXING SUPPORT
5494M: Viresh Kumar <viresh.kumar@st.com>
5495W: http://www.st.com/spear
5496S: Maintained
5497F: arch/arm/plat-spear/include/plat/padmux.h
5498F: arch/arm/plat-spear/padmux.c
5499F: arch/arm/mach-spear*/spear*xx.c
5500F: arch/arm/mach-spear*/include/mach/generic.h
5501F: arch/arm/mach-spear3xx/spear3*0.c
5502F: arch/arm/mach-spear3xx/spear3*0_evb.c
5503F: arch/arm/mach-spear6xx/spear600.c
5504F: arch/arm/mach-spear6xx/spear600_evb.c
5505
5506SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5507M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5508S: Supported
5509F: Documentation/serial/specialix.txt
5510F: drivers/char/specialix*
5511
5512SPI SUBSYSTEM
5513M: David Brownell <dbrownell@users.sourceforge.net>
5514M: Grant Likely <grant.likely@secretlab.ca>
5515L: spi-devel-general@lists.sourceforge.net
5516Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5517T: git git://git.secretlab.ca/git/linux-2.6.git
5518S: Maintained
5519F: Documentation/spi/
5520F: drivers/spi/
5521F: include/linux/spi/
5522
5523SPIDERNET NETWORK DRIVER for CELL
5524M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5525M: Jens Osterkamp <jens@de.ibm.com>
5526L: netdev@vger.kernel.org
5527S: Supported
5528F: Documentation/networking/spider_net.txt
5529F: drivers/net/spider_net*
5530
5531SPU FILE SYSTEM
5532M: Jeremy Kerr <jk@ozlabs.org>
5533L: linuxppc-dev@lists.ozlabs.org
5534L: cbe-oss-dev@lists.ozlabs.org
5535W: http://www.ibm.com/developerworks/power/cell/
5536S: Supported
5537F: Documentation/filesystems/spufs.txt
5538F: arch/powerpc/platforms/cell/spufs/
5539
5540SQUASHFS FILE SYSTEM
5541M: Phillip Lougher <phillip@lougher.demon.co.uk>
5542L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5543W: http://squashfs.org.uk
5544S: Maintained
5545F: Documentation/filesystems/squashfs.txt
5546F: fs/squashfs/
5547
5548SRM (Alpha) environment access
5549M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5550S: Maintained
5551F: arch/alpha/kernel/srm_env.c
5552
5553STABLE BRANCH
5554M: Greg Kroah-Hartman <greg@kroah.com>
5555M: Chris Wright <chrisw@sous-sol.org>
5556L: stable@kernel.org
5557S: Maintained
5558
5559STAGING SUBSYSTEM
5560M: Greg Kroah-Hartman <gregkh@suse.de>
5561T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5562L: devel@driverdev.osuosl.org
5563S: Maintained
5564F: drivers/staging/
5565
5566STARFIRE/DURALAN NETWORK DRIVER
5567M: Ion Badulescu <ionut@badula.org>
5568S: Odd Fixes
5569F: drivers/net/starfire*
5570
5571STRADIS MPEG-2 DECODER DRIVER
5572M: Nathan Laredo <laredo@gnu.org>
5573W: http://www.stradis.com/
5574S: Maintained
5575F: drivers/media/video/stradis.c
5576
5577SUN3/3X
5578M: Sam Creasey <sammy@sammy.net>
5579W: http://sammy.net/sun3/
5580S: Maintained
5581F: arch/m68k/kernel/*sun3*
5582F: arch/m68k/sun3*/
5583F: arch/m68k/include/asm/sun3*
5584
5585SUPERH
5586M: Paul Mundt <lethal@linux-sh.org>
5587L: linux-sh@vger.kernel.org
5588W: http://www.linux-sh.org
5589Q: http://patchwork.kernel.org/project/linux-sh/list/
5590T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5591S: Supported
5592F: Documentation/sh/
5593F: arch/sh/
5594F: drivers/sh/
5595
5596SUSPEND TO RAM
5597M: Len Brown <len.brown@intel.com>
5598M: Pavel Machek <pavel@ucw.cz>
5599M: "Rafael J. Wysocki" <rjw@sisk.pl>
5600L: linux-pm@lists.linux-foundation.org
5601S: Supported
5602F: Documentation/power/
5603F: arch/x86/kernel/acpi/
5604F: drivers/base/power/
5605F: kernel/power/
5606F: include/linux/suspend.h
5607F: include/linux/freezer.h
5608F: include/linux/pm.h
5609
5610SVGA HANDLING
5611M: Martin Mares <mj@ucw.cz>
5612L: linux-video@atrey.karlin.mff.cuni.cz
5613S: Maintained
5614F: Documentation/svga.txt
5615F: arch/x86/boot/video*
5616
5617SYSV FILESYSTEM
5618M: Christoph Hellwig <hch@infradead.org>
5619S: Maintained
5620F: Documentation/filesystems/sysv-fs.txt
5621F: fs/sysv/
5622F: include/linux/sysv_fs.h
5623
5624TASKSTATS STATISTICS INTERFACE
5625M: Balbir Singh <balbir@linux.vnet.ibm.com>
5626S: Maintained
5627F: Documentation/accounting/taskstats*
5628F: include/linux/taskstats*
5629F: kernel/taskstats.c
5630
5631TC CLASSIFIER
5632M: Jamal Hadi Salim <hadi@cyberus.ca>
5633L: netdev@vger.kernel.org
5634S: Maintained
5635F: include/linux/pkt_cls.h
5636F: include/net/pkt_cls.h
5637F: net/sched/
5638
5639TCP LOW PRIORITY MODULE
5640M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5641M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5642W: http://tcp-lp-mod.sourceforge.net/
5643S: Maintained
5644F: net/ipv4/tcp_lp.c
5645
5646TEGRA SUPPORT
5647M: Colin Cross <ccross@android.com>
5648M: Erik Gilling <konkers@android.com>
5649M: Olof Johansson <olof@lixom.net>
5650L: linux-tegra@vger.kernel.org
5651T: git git://android.git.kernel.org/kernel/tegra.git
5652S: Supported
5653F: arch/arm/mach-tegra
5654
5655TEHUTI ETHERNET DRIVER
5656M: Alexander Indenbaum <baum@tehutinetworks.net>
5657M: Andy Gospodarek <andy@greyhouse.net>
5658L: netdev@vger.kernel.org
5659S: Supported
5660F: drivers/net/tehuti*
5661
5662Telecom Clock Driver for MCPL0010
5663M: Mark Gross <mark.gross@intel.com>
5664S: Supported
5665F: drivers/char/tlclk.c
5666
5667TENSILICA XTENSA PORT (xtensa)
5668M: Chris Zankel <chris@zankel.net>
5669S: Maintained
5670F: arch/xtensa/
5671
5672THINKPAD ACPI EXTRAS DRIVER
5673M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5674L: ibm-acpi-devel@lists.sourceforge.net
5675L: platform-driver-x86@vger.kernel.org
5676W: http://ibm-acpi.sourceforge.net
5677W: http://thinkwiki.org/wiki/Ibm-acpi
5678T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5679S: Maintained
5680F: drivers/platform/x86/thinkpad_acpi.c
5681
5682TI FLASH MEDIA INTERFACE DRIVER
5683M: Alex Dubov <oakad@yahoo.com>
5684S: Maintained
5685F: drivers/misc/tifm*
5686F: drivers/mmc/host/tifm_sd.c
5687F: include/linux/tifm.h
5688
5689TI TWL4030 SERIES SOC CODEC DRIVER
5690M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5691L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5692S: Maintained
5693F: sound/soc/codecs/twl4030*
5694
5695TIPC NETWORK LAYER
5696M: Jon Maloy <jon.maloy@ericsson.com>
5697M: Allan Stephens <allan.stephens@windriver.com>
5698L: tipc-discussion@lists.sourceforge.net
5699W: http://tipc.sourceforge.net/
5700W: http://tipc.cslab.ericsson.net/
5701T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5702S: Maintained
5703F: include/linux/tipc*.h
5704F: include/net/tipc/
5705F: net/tipc/
5706
5707TILE ARCHITECTURE
5708M: Chris Metcalf <cmetcalf@tilera.com>
5709W: http://www.tilera.com/scm/
5710S: Supported
5711F: arch/tile/
5712
5713TLAN NETWORK DRIVER
5714M: Samuel Chessman <chessman@tux.org>
5715L: tlan-devel@lists.sourceforge.net (subscribers-only)
5716W: http://sourceforge.net/projects/tlan/
5717S: Maintained
5718F: Documentation/networking/tlan.txt
5719F: drivers/net/tlan.*
5720
5721TOMOYO SECURITY MODULE
5722M: Kentaro Takeda <takedakn@nttdata.co.jp>
5723M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5724L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5725L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5726L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5727W: http://tomoyo.sourceforge.jp/
5728T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5729S: Maintained
5730F: security/tomoyo/
5731
5732TOPSTAR LAPTOP EXTRAS DRIVER
5733M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5734L: platform-driver-x86@vger.kernel.org
5735S: Maintained
5736F: drivers/platform/x86/topstar-laptop.c
5737
5738TOSHIBA ACPI EXTRAS DRIVER
5739L: platform-driver-x86@vger.kernel.org
5740S: Orphan
5741F: drivers/platform/x86/toshiba_acpi.c
5742
5743TOSHIBA SMM DRIVER
5744M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5745L: tlinux-users@tce.toshiba-dme.co.jp
5746W: http://www.buzzard.org.uk/toshiba/
5747S: Maintained
5748F: drivers/char/toshiba.c
5749F: include/linux/toshiba.h
5750
5751TMIO MMC DRIVER
5752M: Ian Molton <ian@mnementh.co.uk>
5753S: Maintained
5754F: drivers/mmc/host/tmio_mmc.*
5755
5756TMPFS (SHMEM FILESYSTEM)
5757M: Hugh Dickins <hughd@google.com>
5758L: linux-mm@kvack.org
5759S: Maintained
5760F: include/linux/shmem_fs.h
5761F: mm/shmem.c
5762
5763TPM DEVICE DRIVER
5764M: Debora Velarde <debora@linux.vnet.ibm.com>
5765M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5766W: http://tpmdd.sourceforge.net
5767M: Marcel Selhorst <m.selhorst@sirrix.com>
5768W: http://www.sirrix.com
5769L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5770S: Maintained
5771F: drivers/char/tpm/
5772
5773TRACING
5774M: Steven Rostedt <rostedt@goodmis.org>
5775M: Frederic Weisbecker <fweisbec@gmail.com>
5776M: Ingo Molnar <mingo@redhat.com>
5777T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5778S: Maintained
5779F: Documentation/trace/ftrace.txt
5780F: arch/*/*/*/ftrace.h
5781F: arch/*/kernel/ftrace.c
5782F: include/*/ftrace.h
5783F: include/linux/trace*.h
5784F: include/trace/
5785F: kernel/trace/
5786
5787TRIVIAL PATCHES
5788M: Jiri Kosina <trivial@kernel.org>
5789T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5790S: Maintained
5791
5792TTY LAYER
5793M: Greg Kroah-Hartman <gregkh@suse.de>
5794S: Maintained
5795T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5796F: drivers/char/tty_*
5797F: drivers/serial/serial_core.c
5798F: include/linux/serial_core.h
5799F: include/linux/serial.h
5800F: include/linux/tty.h
5801
5802TULIP NETWORK DRIVERS
5803M: Grant Grundler <grundler@parisc-linux.org>
5804M: Kyle McMartin <kyle@mcmartin.ca>
5805L: netdev@vger.kernel.org
5806S: Maintained
5807F: drivers/net/tulip/
5808
5809TUN/TAP driver
5810M: Maxim Krasnyansky <maxk@qualcomm.com>
5811L: vtun@office.satix.net
5812W: http://vtun.sourceforge.net/tun
5813S: Maintained
5814F: Documentation/networking/tuntap.txt
5815F: arch/um/os-Linux/drivers/
5816
5817TURBOCHANNEL SUBSYSTEM
5818M: "Maciej W. Rozycki" <macro@linux-mips.org>
5819S: Maintained
5820F: drivers/tc/
5821F: include/linux/tc.h
5822
5823U14-34F SCSI DRIVER
5824M: Dario Ballabio <ballabio_dario@emc.com>
5825L: linux-scsi@vger.kernel.org
5826S: Maintained
5827F: drivers/scsi/u14-34f.c
5828
5829UBI FILE SYSTEM (UBIFS)
5830M: Artem Bityutskiy <dedekind1@gmail.com>
5831M: Adrian Hunter <adrian.hunter@nokia.com>
5832L: linux-mtd@lists.infradead.org
5833T: git git://git.infradead.org/ubifs-2.6.git
5834W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5835S: Maintained
5836F: Documentation/filesystems/ubifs.txt
5837F: fs/ubifs/
5838
5839UCLINUX (AND M68KNOMMU)
5840M: Greg Ungerer <gerg@uclinux.org>
5841W: http://www.uclinux.org/
5842L: uclinux-dev@uclinux.org (subscribers-only)
5843S: Maintained
5844F: arch/m68knommu/
5845
5846UCLINUX FOR RENESAS H8/300 (H8300)
5847M: Yoshinori Sato <ysato@users.sourceforge.jp>
5848W: http://uclinux-h8.sourceforge.jp/
5849S: Supported
5850F: arch/h8300/
5851F: drivers/ide/ide-h8300.c
5852F: drivers/net/ne-h8300.c
5853
5854UDF FILESYSTEM
5855M: Jan Kara <jack@suse.cz>
5856W: http://linux-udf.sourceforge.net
5857S: Maintained
5858F: Documentation/filesystems/udf.txt
5859F: fs/udf/
5860
5861UFS FILESYSTEM
5862M: Evgeniy Dushistov <dushistov@mail.ru>
5863S: Maintained
5864F: Documentation/filesystems/ufs.txt
5865F: fs/ufs/
5866
5867ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5868M: David Vrabel <david.vrabel@csr.com>
5869L: linux-usb@vger.kernel.org
5870S: Supported
5871F: drivers/uwb/
5872X: drivers/uwb/wlp/
5873X: drivers/uwb/i1480/i1480u-wlp/
5874X: drivers/uwb/i1480/i1480-wlp.h
5875F: include/linux/uwb.h
5876F: include/linux/uwb/
5877
5878UNIFDEF
5879M: Tony Finch <dot@dotat.at>
5880W: http://dotat.at/prog/unifdef
5881S: Maintained
5882F: scripts/unifdef.c
5883
5884UNIFORM CDROM DRIVER
5885M: Jens Axboe <axboe@kernel.dk>
5886W: http://www.kernel.dk
5887S: Maintained
5888F: Documentation/cdrom/
5889F: drivers/cdrom/cdrom.c
5890F: include/linux/cdrom.h
5891
5892UNSORTED BLOCK IMAGES (UBI)
5893M: Artem Bityutskiy <dedekind1@gmail.com>
5894W: http://www.linux-mtd.infradead.org/
5895L: linux-mtd@lists.infradead.org
5896T: git git://git.infradead.org/ubi-2.6.git
5897S: Maintained
5898F: drivers/mtd/ubi/
5899F: include/linux/mtd/ubi.h
5900F: include/mtd/ubi-user.h
5901
5902USB ACM DRIVER
5903M: Oliver Neukum <oliver@neukum.name>
5904L: linux-usb@vger.kernel.org
5905S: Maintained
5906F: Documentation/usb/acm.txt
5907F: drivers/usb/class/cdc-acm.*
5908
5909USB BLOCK DRIVER (UB ub)
5910M: Pete Zaitcev <zaitcev@redhat.com>
5911L: linux-usb@vger.kernel.org
5912S: Supported
5913F: drivers/block/ub.c
5914
5915USB CDC ETHERNET DRIVER
5916M: Oliver Neukum <oliver@neukum.name>
5917L: linux-usb@vger.kernel.org
5918S: Maintained
5919F: drivers/net/usb/cdc_*.c
5920F: include/linux/usb/cdc.h
5921
5922USB CYPRESS C67X00 DRIVER
5923M: Peter Korsgaard <jacmet@sunsite.dk>
5924L: linux-usb@vger.kernel.org
5925S: Maintained
5926F: drivers/usb/c67x00/
5927
5928USB DAVICOM DM9601 DRIVER
5929M: Peter Korsgaard <jacmet@sunsite.dk>
5930L: netdev@vger.kernel.org
5931W: http://www.linux-usb.org/usbnet
5932S: Maintained
5933F: drivers/net/usb/dm9601.c
5934
5935USB DIAMOND RIO500 DRIVER
5936M: Cesar Miquel <miquel@df.uba.ar>
5937L: rio500-users@lists.sourceforge.net
5938W: http://rio500.sourceforge.net
5939S: Maintained
5940F: drivers/usb/misc/rio500*
5941
5942USB EHCI DRIVER
5943M: David Brownell <dbrownell@users.sourceforge.net>
5944L: linux-usb@vger.kernel.org
5945S: Odd Fixes
5946F: Documentation/usb/ehci.txt
5947F: drivers/usb/host/ehci*
5948
5949USB ET61X[12]51 DRIVER
5950M: Luca Risolia <luca.risolia@studio.unibo.it>
5951L: linux-usb@vger.kernel.org
5952L: linux-media@vger.kernel.org
5953T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5954W: http://www.linux-projects.org
5955S: Maintained
5956F: drivers/media/video/et61x251/
5957
5958USB GADGET/PERIPHERAL SUBSYSTEM
5959M: David Brownell <dbrownell@users.sourceforge.net>
5960L: linux-usb@vger.kernel.org
5961W: http://www.linux-usb.org/gadget
5962S: Maintained
5963F: drivers/usb/gadget/
5964F: include/linux/usb/gadget*
5965
5966USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5967M: Jiri Kosina <jkosina@suse.cz>
5968L: linux-usb@vger.kernel.org
5969T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5970S: Maintained
5971F: Documentation/usb/hiddev.txt
5972F: drivers/hid/usbhid/
5973
5974USB ISP116X DRIVER
5975M: Olav Kongas <ok@artecdesign.ee>
5976L: linux-usb@vger.kernel.org
5977S: Maintained
5978F: drivers/usb/host/isp116x*
5979F: include/linux/usb/isp116x.h
5980
5981USB KAWASAKI LSI DRIVER
5982M: Oliver Neukum <oliver@neukum.name>
5983L: linux-usb@vger.kernel.org
5984S: Maintained
5985F: drivers/usb/serial/kl5kusb105.*
5986
5987USB MASS STORAGE DRIVER
5988M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5989L: linux-usb@vger.kernel.org
5990L: usb-storage@lists.one-eyed-alien.net
5991S: Maintained
5992W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5993F: drivers/usb/storage/
5994
5995USB OHCI DRIVER
5996M: David Brownell <dbrownell@users.sourceforge.net>
5997L: linux-usb@vger.kernel.org
5998S: Odd Fixes
5999F: Documentation/usb/ohci.txt
6000F: drivers/usb/host/ohci*
6001
6002USB OPTION-CARD DRIVER
6003M: Matthias Urlichs <smurf@smurf.noris.de>
6004L: linux-usb@vger.kernel.org
6005S: Maintained
6006F: drivers/usb/serial/option.c
6007
6008USB OV511 DRIVER
6009M: Mark McClelland <mmcclell@bigfoot.com>
6010L: linux-usb@vger.kernel.org
6011W: http://alpha.dyndns.org/ov511/
6012S: Maintained
6013F: drivers/media/video/ov511.*
6014
6015USB PEGASUS DRIVER
6016M: Petko Manolov <petkan@users.sourceforge.net>
6017L: linux-usb@vger.kernel.org
6018L: netdev@vger.kernel.org
6019W: http://pegasus2.sourceforge.net/
6020S: Maintained
6021F: drivers/net/usb/pegasus.*
6022
6023USB PRINTER DRIVER (usblp)
6024M: Pete Zaitcev <zaitcev@redhat.com>
6025L: linux-usb@vger.kernel.org
6026S: Supported
6027F: drivers/usb/class/usblp.c
6028
6029USB RTL8150 DRIVER
6030M: Petko Manolov <petkan@users.sourceforge.net>
6031L: linux-usb@vger.kernel.org
6032L: netdev@vger.kernel.org
6033W: http://pegasus2.sourceforge.net/
6034S: Maintained
6035F: drivers/net/usb/rtl8150.c
6036
6037USB SE401 DRIVER
6038M: Jeroen Vreeken <pe1rxq@amsat.org>
6039L: linux-usb@vger.kernel.org
6040W: http://www.chello.nl/~j.vreeken/se401/
6041S: Maintained
6042F: Documentation/video4linux/se401.txt
6043F: drivers/media/video/se401.*
6044
6045USB SERIAL BELKIN F5U103 DRIVER
6046M: William Greathouse <wgreathouse@smva.com>
6047L: linux-usb@vger.kernel.org
6048S: Maintained
6049F: drivers/usb/serial/belkin_sa.*
6050
6051USB SERIAL CYPRESS M8 DRIVER
6052M: Lonnie Mendez <dignome@gmail.com>
6053L: linux-usb@vger.kernel.org
6054S: Maintained
6055W: http://geocities.com/i0xox0i
6056W: http://firstlight.net/cvs
6057F: drivers/usb/serial/cypress_m8.*
6058
6059USB SERIAL CYBERJACK DRIVER
6060M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6061W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6062S: Maintained
6063F: drivers/usb/serial/cyberjack.c
6064
6065USB SERIAL DIGI ACCELEPORT DRIVER
6066M: Peter Berger <pberger@brimson.com>
6067M: Al Borchers <alborchers@steinerpoint.com>
6068L: linux-usb@vger.kernel.org
6069S: Maintained
6070F: drivers/usb/serial/digi_acceleport.c
6071
6072USB SERIAL DRIVER
6073M: Greg Kroah-Hartman <gregkh@suse.de>
6074L: linux-usb@vger.kernel.org
6075S: Supported
6076F: Documentation/usb/usb-serial.txt
6077F: drivers/usb/serial/generic.c
6078F: drivers/usb/serial/usb-serial.c
6079F: include/linux/usb/serial.h
6080
6081USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6082M: Gary Brubaker <xavyer@ix.netcom.com>
6083L: linux-usb@vger.kernel.org
6084S: Maintained
6085F: drivers/usb/serial/empeg.c
6086
6087USB SERIAL KEYSPAN DRIVER
6088M: Greg Kroah-Hartman <greg@kroah.com>
6089L: linux-usb@vger.kernel.org
6090W: http://www.kroah.com/linux/
6091S: Maintained
6092F: drivers/usb/serial/*keyspan*
6093
6094USB SERIAL WHITEHEAT DRIVER
6095M: Support Department <support@connecttech.com>
6096L: linux-usb@vger.kernel.org
6097W: http://www.connecttech.com
6098S: Supported
6099F: drivers/usb/serial/whiteheat*
6100
6101USB SMSC95XX ETHERNET DRIVER
6102M: Steve Glendinning <steve.glendinning@smsc.com>
6103L: netdev@vger.kernel.org
6104S: Supported
6105F: drivers/net/usb/smsc95xx.*
6106
6107USB SN9C1xx DRIVER
6108M: Luca Risolia <luca.risolia@studio.unibo.it>
6109L: linux-usb@vger.kernel.org
6110L: linux-media@vger.kernel.org
6111T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6112W: http://www.linux-projects.org
6113S: Maintained
6114F: Documentation/video4linux/sn9c102.txt
6115F: drivers/media/video/sn9c102/
6116
6117USB SUBSYSTEM
6118M: Greg Kroah-Hartman <gregkh@suse.de>
6119L: linux-usb@vger.kernel.org
6120W: http://www.linux-usb.org
6121T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6122S: Supported
6123F: Documentation/usb/
6124F: drivers/net/usb/
6125F: drivers/usb/
6126F: include/linux/usb.h
6127F: include/linux/usb/
6128
6129USB UHCI DRIVER
6130M: Alan Stern <stern@rowland.harvard.edu>
6131L: linux-usb@vger.kernel.org
6132S: Maintained
6133F: drivers/usb/host/uhci*
6134
6135USB "USBNET" DRIVER FRAMEWORK
6136M: David Brownell <dbrownell@users.sourceforge.net>
6137L: netdev@vger.kernel.org
6138W: http://www.linux-usb.org/usbnet
6139S: Maintained
6140F: drivers/net/usb/usbnet.c
6141F: include/linux/usb/usbnet.h
6142
6143USB VIDEO CLASS
6144M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6145L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6146L: linux-media@vger.kernel.org
6147T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6148W: http://www.ideasonboard.org/uvc/
6149S: Maintained
6150F: drivers/media/video/uvc/
6151
6152USB W996[87]CF DRIVER
6153M: Luca Risolia <luca.risolia@studio.unibo.it>
6154L: linux-usb@vger.kernel.org
6155L: linux-media@vger.kernel.org
6156T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6157W: http://www.linux-projects.org
6158S: Maintained
6159F: Documentation/video4linux/w9968cf.txt
6160F: drivers/media/video/w996*
6161
6162USB WIRELESS RNDIS DRIVER (rndis_wlan)
6163M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6164L: linux-wireless@vger.kernel.org
6165S: Maintained
6166F: drivers/net/wireless/rndis_wlan.c
6167
6168USB XHCI DRIVER
6169M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6170L: linux-usb@vger.kernel.org
6171S: Supported
6172F: drivers/usb/host/xhci*
6173F: drivers/usb/host/pci-quirks*
6174
6175USB ZC0301 DRIVER
6176M: Luca Risolia <luca.risolia@studio.unibo.it>
6177L: linux-usb@vger.kernel.org
6178L: linux-media@vger.kernel.org
6179T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6180W: http://www.linux-projects.org
6181S: Maintained
6182F: Documentation/video4linux/zc0301.txt
6183F: drivers/media/video/zc0301/
6184
6185USB ZD1201 DRIVER
6186L: linux-wireless@vger.kernel.org
6187W: http://linux-lc100020.sourceforge.net
6188S: Orphan
6189F: drivers/net/wireless/zd1201.*
6190
6191USB ZR364XX DRIVER
6192M: Antoine Jacquet <royale@zerezo.com>
6193L: linux-usb@vger.kernel.org
6194L: linux-media@vger.kernel.org
6195T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6196W: http://royale.zerezo.com/zr364xx/
6197S: Maintained
6198F: Documentation/video4linux/zr364xx.txt
6199F: drivers/media/video/zr364xx.c
6200
6201USER-MODE LINUX (UML)
6202M: Jeff Dike <jdike@addtoit.com>
6203L: user-mode-linux-devel@lists.sourceforge.net
6204L: user-mode-linux-user@lists.sourceforge.net
6205W: http://user-mode-linux.sourceforge.net
6206S: Maintained
6207F: Documentation/uml/
6208F: arch/um/
6209F: fs/hostfs/
6210F: fs/hppfs/
6211
6212USERSPACE I/O (UIO)
6213M: "Hans J. Koch" <hjk@linutronix.de>
6214M: Greg Kroah-Hartman <gregkh@suse.de>
6215S: Maintained
6216F: Documentation/DocBook/uio-howto.tmpl
6217F: drivers/uio/
6218F: include/linux/uio*.h
6219
6220UTIL-LINUX-NG PACKAGE
6221M: Karel Zak <kzak@redhat.com>
6222L: util-linux-ng@vger.kernel.org
6223W: http://kernel.org/~kzak/util-linux-ng/
6224T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6225S: Maintained
6226
6227UVESAFB DRIVER
6228M: Michal Januszewski <spock@gentoo.org>
6229L: linux-fbdev@vger.kernel.org
6230W: http://dev.gentoo.org/~spock/projects/uvesafb/
6231S: Maintained
6232F: Documentation/fb/uvesafb.txt
6233F: drivers/video/uvesafb.*
6234
6235VFAT/FAT/MSDOS FILESYSTEM
6236M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6237S: Maintained
6238F: Documentation/filesystems/vfat.txt
6239F: fs/fat/
6240
6241VIRTIO CONSOLE DRIVER
6242M: Amit Shah <amit.shah@redhat.com>
6243L: virtualization@lists.linux-foundation.org
6244S: Maintained
6245F: drivers/char/virtio_console.c
6246F: include/linux/virtio_console.h
6247
6248VIRTIO HOST (VHOST)
6249M: "Michael S. Tsirkin" <mst@redhat.com>
6250L: kvm@vger.kernel.org
6251L: virtualization@lists.osdl.org
6252L: netdev@vger.kernel.org
6253S: Maintained
6254F: drivers/vhost/
6255F: include/linux/vhost.h
6256
6257VIA RHINE NETWORK DRIVER
6258M: Roger Luethi <rl@hellgate.ch>
6259S: Maintained
6260F: drivers/net/via-rhine.c
6261
6262VIAPRO SMBUS DRIVER
6263M: Jean Delvare <khali@linux-fr.org>
6264L: linux-i2c@vger.kernel.org
6265S: Maintained
6266F: Documentation/i2c/busses/i2c-viapro
6267F: drivers/i2c/busses/i2c-viapro.c
6268
6269VIA SD/MMC CARD CONTROLLER DRIVER
6270M: Joseph Chan <JosephChan@via.com.tw>
6271M: Harald Welte <HaraldWelte@viatech.com>
6272S: Maintained
6273F: drivers/mmc/host/via-sdmmc.c
6274
6275VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6276M: Joseph Chan <JosephChan@via.com.tw>
6277M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6278L: linux-fbdev@vger.kernel.org
6279S: Maintained
6280F: include/linux/via-core.h
6281F: include/linux/via-gpio.h
6282F: include/linux/via_i2c.h
6283F: drivers/video/via/
6284
6285VIA VELOCITY NETWORK DRIVER
6286M: Francois Romieu <romieu@fr.zoreil.com>
6287L: netdev@vger.kernel.org
6288S: Maintained
6289F: drivers/net/via-velocity.*
6290
6291VLAN (802.1Q)
6292M: Patrick McHardy <kaber@trash.net>
6293L: netdev@vger.kernel.org
6294S: Maintained
6295F: drivers/net/macvlan.c
6296F: include/linux/if_*vlan.h
6297F: net/8021q/
6298
6299VLYNQ BUS
6300M: Florian Fainelli <florian@openwrt.org>
6301L: openwrt-devel@lists.openwrt.org
6302S: Maintained
6303F: drivers/vlynq/vlynq.c
6304F: include/linux/vlynq.h
6305
6306VMWARE VMXNET3 ETHERNET DRIVER
6307M: Shreyas Bhatewara <sbhatewara@vmware.com>
6308M: "VMware, Inc." <pv-drivers@vmware.com>
6309L: netdev@vger.kernel.org
6310S: Maintained
6311F: drivers/net/vmxnet3/
6312
6313VMware PVSCSI driver
6314M: Alok Kataria <akataria@vmware.com>
6315M: VMware PV-Drivers <pv-drivers@vmware.com>
6316L: linux-scsi@vger.kernel.org
6317S: Maintained
6318F: drivers/scsi/vmw_pvscsi.c
6319F: drivers/scsi/vmw_pvscsi.h
6320
6321VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6322M: Liam Girdwood <lrg@slimlogic.co.uk>
6323M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6324W: http://opensource.wolfsonmicro.com/node/15
6325W: http://www.slimlogic.co.uk/?p=48
6326T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6327S: Supported
6328F: drivers/regulator/
6329F: include/linux/regulator/
6330
6331VT1211 HARDWARE MONITOR DRIVER
6332M: Juerg Haefliger <juergh@gmail.com>
6333L: lm-sensors@lm-sensors.org
6334S: Maintained
6335F: Documentation/hwmon/vt1211
6336F: drivers/hwmon/vt1211.c
6337
6338VT8231 HARDWARE MONITOR DRIVER
6339M: Roger Lucas <vt8231@hiddenengine.co.uk>
6340L: lm-sensors@lm-sensors.org
6341S: Maintained
6342F: drivers/hwmon/vt8231.c
6343
6344W1 DALLAS'S 1-WIRE BUS
6345M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6346S: Maintained
6347F: Documentation/w1/
6348F: drivers/w1/
6349
6350W83791D HARDWARE MONITORING DRIVER
6351M: Marc Hulsman <m.hulsman@tudelft.nl>
6352L: lm-sensors@lm-sensors.org
6353S: Maintained
6354F: Documentation/hwmon/w83791d
6355F: drivers/hwmon/w83791d.c
6356
6357W83793 HARDWARE MONITORING DRIVER
6358M: Rudolf Marek <r.marek@assembler.cz>
6359L: lm-sensors@lm-sensors.org
6360S: Maintained
6361F: Documentation/hwmon/w83793
6362F: drivers/hwmon/w83793.c
6363
6364W83L51xD SD/MMC CARD INTERFACE DRIVER
6365M: Pierre Ossman <pierre@ossman.eu>
6366S: Maintained
6367F: drivers/mmc/host/wbsd.*
6368
6369WATCHDOG DEVICE DRIVERS
6370M: Wim Van Sebroeck <wim@iguana.be>
6371L: linux-watchdog@vger.kernel.org
6372W: http://www.linux-watchdog.org/
6373T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6374S: Maintained
6375F: Documentation/watchdog/
6376F: drivers/watchdog/
6377F: include/linux/watchdog.h
6378
6379WD7000 SCSI DRIVER
6380M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6381L: linux-scsi@vger.kernel.org
6382S: Maintained
6383F: drivers/scsi/wd7000.c
6384
6385WINBOND CIR DRIVER
6386M: David Härdeman <david@hardeman.nu>
6387S: Maintained
6388F: drivers/input/misc/winbond-cir.c
6389
6390WIMAX STACK
6391M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6392M: linux-wimax@intel.com
6393L: wimax@linuxwimax.org
6394S: Supported
6395W: http://linuxwimax.org
6396F: Documentation/wimax/README.wimax
6397F: include/linux/wimax.h
6398F: include/linux/wimax/debug.h
6399F: include/net/wimax.h
6400F: net/wimax/
6401
6402WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6403M: David Vrabel <david.vrabel@csr.com>
6404L: netdev@vger.kernel.org
6405S: Maintained
6406F: include/linux/wlp.h
6407F: drivers/uwb/wlp/
6408F: drivers/uwb/i1480/i1480u-wlp/
6409F: drivers/uwb/i1480/i1480-wlp.h
6410
6411WISTRON LAPTOP BUTTON DRIVER
6412M: Miloslav Trmac <mitr@volny.cz>
6413S: Maintained
6414F: drivers/input/misc/wistron_btns.c
6415
6416WL1251 WIRELESS DRIVER
6417M: Kalle Valo <kalle.valo@iki.fi>
6418L: linux-wireless@vger.kernel.org
6419W: http://wireless.kernel.org
6420T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6421S: Maintained
6422F: drivers/net/wireless/wl12xx/*
6423X: drivers/net/wireless/wl12xx/wl1271*
6424
6425WL1271 WIRELESS DRIVER
6426M: Luciano Coelho <luciano.coelho@nokia.com>
6427L: linux-wireless@vger.kernel.org
6428W: http://wireless.kernel.org
6429T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6430S: Maintained
6431F: drivers/net/wireless/wl12xx/wl1271*
6432
6433WL3501 WIRELESS PCMCIA CARD DRIVER
6434M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6435L: linux-wireless@vger.kernel.org
6436W: http://oops.ghostprotocols.net:81/blog
6437S: Maintained
6438F: drivers/net/wireless/wl3501*
6439
6440WM97XX TOUCHSCREEN DRIVERS
6441M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6442M: Liam Girdwood <lrg@slimlogic.co.uk>
6443L: linux-input@vger.kernel.org
6444T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6445W: http://opensource.wolfsonmicro.com/node/7
6446S: Supported
6447F: drivers/input/touchscreen/*wm97*
6448F: include/linux/wm97xx.h
6449
6450WOLFSON MICROELECTRONICS DRIVERS
6451M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6452M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6453T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6454W: http://opensource.wolfsonmicro.com/node/8
6455S: Supported
6456F: Documentation/hwmon/wm83??
6457F: drivers/leds/leds-wm83*.c
6458F: drivers/mfd/wm8*.c
6459F: drivers/power/wm83*.c
6460F: drivers/rtc/rtc-wm83*.c
6461F: drivers/regulator/wm8*.c
6462F: drivers/video/backlight/wm83*_bl.c
6463F: drivers/watchdog/wm83*_wdt.c
6464F: include/linux/mfd/wm831x/
6465F: include/linux/mfd/wm8350/
6466F: include/linux/mfd/wm8400*
6467F: include/sound/wm????.h
6468F: sound/soc/codecs/wm*
6469
6470X.25 NETWORK LAYER
6471M: Andrew Hendry <andrew.hendry@gmail.com>
6472L: linux-x25@vger.kernel.org
6473S: Odd Fixes
6474F: Documentation/networking/x25*
6475F: include/net/x25*
6476F: net/x25/
6477
6478X86 ARCHITECTURE (32-BIT AND 64-BIT)
6479M: Thomas Gleixner <tglx@linutronix.de>
6480M: Ingo Molnar <mingo@redhat.com>
6481M: "H. Peter Anvin" <hpa@zytor.com>
6482M: x86@kernel.org
6483T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6484S: Maintained
6485F: Documentation/x86/
6486F: arch/x86/
6487
6488X86 PLATFORM DRIVERS
6489M: Matthew Garrett <mjg@redhat.com>
6490L: platform-driver-x86@vger.kernel.org
6491T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6492S: Maintained
6493F: drivers/platform/x86
6494
6495XEN HYPERVISOR INTERFACE
6496M: Jeremy Fitzhardinge <jeremy@xensource.com>
6497M: Chris Wright <chrisw@sous-sol.org>
6498L: virtualization@lists.osdl.org
6499L: xen-devel@lists.xensource.com
6500S: Supported
6501F: arch/x86/xen/
6502F: drivers/*/xen-*front.c
6503F: drivers/xen/
6504F: arch/x86/include/asm/xen/
6505F: include/xen/
6506
6507XFS FILESYSTEM
6508P: Silicon Graphics Inc
6509M: Alex Elder <aelder@sgi.com>
6510M: xfs-masters@oss.sgi.com
6511L: xfs@oss.sgi.com
6512W: http://oss.sgi.com/projects/xfs
6513T: git git://oss.sgi.com/xfs/xfs.git
6514S: Supported
6515F: Documentation/filesystems/xfs.txt
6516F: fs/xfs/
6517
6518XILINX SYSTEMACE DRIVER
6519M: Grant Likely <grant.likely@secretlab.ca>
6520W: http://www.secretlab.ca/
6521S: Maintained
6522F: drivers/block/xsysace.c
6523
6524XILINX UARTLITE SERIAL DRIVER
6525M: Peter Korsgaard <jacmet@sunsite.dk>
6526L: linux-serial@vger.kernel.org
6527S: Maintained
6528F: drivers/serial/uartlite.c
6529
6530YAM DRIVER FOR AX.25
6531M: Jean-Paul Roubelat <jpr@f6fbb.org>
6532L: linux-hams@vger.kernel.org
6533S: Maintained
6534F: drivers/net/hamradio/yam*
6535F: include/linux/yam.h
6536
6537YEALINK PHONE DRIVER
6538M: Henk Vergonet <Henk.Vergonet@gmail.com>
6539L: usbb2k-api-dev@nongnu.org
6540S: Maintained
6541F: Documentation/input/yealink.txt
6542F: drivers/input/misc/yealink.*
6543
6544Z8530 DRIVER FOR AX.25
6545M: Joerg Reuter <jreuter@yaina.de>
6546W: http://yaina.de/jreuter/
6547W: http://www.qsl.net/dl1bke/
6548L: linux-hams@vger.kernel.org
6549S: Maintained
6550F: Documentation/networking/z8530drv.txt
6551F: drivers/net/hamradio/*scc.c
6552F: drivers/net/hamradio/z8530.h
6553
6554ZD1211RW WIRELESS DRIVER
6555M: Daniel Drake <dsd@gentoo.org>
6556M: Ulrich Kunitz <kune@deine-taler.de>
6557W: http://zd1211.ath.cx/wiki/DriverRewrite
6558L: linux-wireless@vger.kernel.org
6559L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6560S: Maintained
6561F: drivers/net/wireless/zd1211rw/
6562
6563ZR36067 VIDEO FOR LINUX DRIVER
6564L: mjpeg-users@lists.sourceforge.net
6565L: linux-media@vger.kernel.org
6566W: http://mjpeg.sourceforge.net/driver-zoran/
6567T: Mercurial http://linuxtv.org/hg/v4l-dvb
6568S: Odd Fixes
6569F: drivers/media/video/zoran/
6570
6571ZS DECSTATION Z85C30 SERIAL DRIVER
6572M: "Maciej W. Rozycki" <macro@linux-mips.org>
6573S: Maintained
6574F: drivers/serial/zs.*
6575
6576THE REST
6577M: Linus Torvalds <torvalds@linux-foundation.org>
6578L: linux-kernel@vger.kernel.org
6579Q: http://patchwork.kernel.org/project/LKML/list/
6580T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6581S: Buried alive in reporters
6582F: *
6583F: */