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