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