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