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