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