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