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