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