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