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