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