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