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