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