]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
net: Fix IPv6 GSO type checks in Intel ethernet drivers
[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>
990W: http://sourceforge.net/projects/xscaleiop
991S: Supported
992F: Documentation/crypto/async-tx-api.txt
993F: crypto/async_tx/
994F: drivers/dma/
995F: include/linux/dmaengine.h
996F: include/linux/async_tx.h
997
998AT24 EEPROM DRIVER
999M: Wolfram Sang <w.sang@pengutronix.de>
1000L: linux-i2c@vger.kernel.org
1001S: Maintained
1002F: drivers/misc/eeprom/at24.c
1003F: include/linux/i2c/at24.h
1004
1005ATA OVER ETHERNET (AOE) DRIVER
1006M: "Ed L. Cashin" <ecashin@coraid.com>
1007W: http://www.coraid.com/support/linux
1008S: Supported
1009F: Documentation/aoe/
1010F: drivers/block/aoe/
1011
1012ATHEROS ATH5K WIRELESS DRIVER
1013M: Jiri Slaby <jirislaby@gmail.com>
1014M: Nick Kossifidis <mickflemm@gmail.com>
1015M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1016M: Bob Copeland <me@bobcopeland.com>
1017L: linux-wireless@vger.kernel.org
1018L: ath5k-devel@lists.ath5k.org
1019W: http://wireless.kernel.org/en/users/Drivers/ath5k
1020S: Maintained
1021F: drivers/net/wireless/ath/ath5k/
1022
1023ATHEROS ATH9K WIRELESS DRIVER
1024M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1025M: Jouni Malinen <jmalinen@atheros.com>
1026M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
1027M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1028M: Senthil Balasubramanian <senthilkumar@atheros.com>
1029L: linux-wireless@vger.kernel.org
1030L: ath9k-devel@lists.ath9k.org
1031W: http://wireless.kernel.org/en/users/Drivers/ath9k
1032S: Supported
1033F: drivers/net/wireless/ath/ath9k/
1034
1035ATHEROS AR9170 WIRELESS DRIVER
1036M: Christian Lamparter <chunkeey@web.de>
1037L: linux-wireless@vger.kernel.org
1038W: http://wireless.kernel.org/en/users/Drivers/ar9170
1039S: Maintained
1040F: drivers/net/wireless/ath/ar9170/
1041
1042ATK0110 HWMON DRIVER
1043M: Luca Tettamanti <kronos.it@gmail.com>
1044L: lm-sensors@lm-sensors.org
1045S: Maintained
1046F: drivers/hwmon/asus_atk0110.c
1047
1048ATI_REMOTE2 DRIVER
1049M: Ville Syrjala <syrjala@sci.fi>
1050S: Maintained
1051F: drivers/input/misc/ati_remote2.c
1052
1053ATLX ETHERNET DRIVERS
1054M: Jay Cliburn <jcliburn@gmail.com>
1055M: Chris Snook <chris.snook@gmail.com>
1056M: Jie Yang <jie.yang@atheros.com>
1057L: atl1-devel@lists.sourceforge.net
1058W: http://sourceforge.net/projects/atl1
1059W: http://atl1.sourceforge.net
1060S: Maintained
1061F: drivers/net/atlx/
1062
1063ATM
1064M: Chas Williams <chas@cmf.nrl.navy.mil>
1065L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1066L: netdev@vger.kernel.org
1067W: http://linux-atm.sourceforge.net
1068S: Maintained
1069F: drivers/atm/
1070F: include/linux/atm*
1071
1072ATMEL AT91 MCI DRIVER
1073M: Nicolas Ferre <nicolas.ferre@atmel.com>
1074L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075W: http://www.atmel.com/products/AT91/
1076W: http://www.at91.com/
1077S: Maintained
1078F: drivers/mmc/host/at91_mci.c
1079
1080ATMEL AT91 / AT32 MCI DRIVER
1081M: Nicolas Ferre <nicolas.ferre@atmel.com>
1082S: Maintained
1083F: drivers/mmc/host/atmel-mci.c
1084F: drivers/mmc/host/atmel-mci-regs.h
1085
1086ATMEL AT91 / AT32 SERIAL DRIVER
1087M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1088S: Supported
1089F: drivers/serial/atmel_serial.c
1090
1091ATMEL LCDFB DRIVER
1092M: Nicolas Ferre <nicolas.ferre@atmel.com>
1093L: linux-fbdev@vger.kernel.org
1094S: Maintained
1095F: drivers/video/atmel_lcdfb.c
1096F: include/video/atmel_lcdc.h
1097
1098ATMEL MACB ETHERNET DRIVER
1099M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1100S: Supported
1101F: drivers/net/macb.*
1102
1103ATMEL SPI DRIVER
1104M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1105S: Supported
1106F: drivers/spi/atmel_spi.*
1107
1108ATMEL USBA UDC DRIVER
1109M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1110L: kernel@avr32linux.org
1111W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1112S: Supported
1113F: drivers/usb/gadget/atmel_usba_udc.*
1114
1115ATMEL WIRELESS DRIVER
1116M: Simon Kelley <simon@thekelleys.org.uk>
1117L: linux-wireless@vger.kernel.org
1118W: http://www.thekelleys.org.uk/atmel
1119W: http://atmelwlandriver.sourceforge.net/
1120S: Maintained
1121F: drivers/net/wireless/atmel*
1122
1123AUDIT SUBSYSTEM
1124M: Al Viro <viro@zeniv.linux.org.uk>
1125M: Eric Paris <eparis@redhat.com>
1126L: linux-audit@redhat.com (subscribers-only)
1127W: http://people.redhat.com/sgrubb/audit/
1128T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1129S: Maintained
1130F: include/linux/audit.h
1131F: kernel/audit*
1132
1133AUXILIARY DISPLAY DRIVERS
1134M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1135W: http://miguelojeda.es/auxdisplay.htm
1136W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1137S: Maintained
1138F: drivers/auxdisplay/
1139F: include/linux/cfag12864b.h
1140
1141AVR32 ARCHITECTURE
1142M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1143W: http://www.atmel.com/products/AVR32/
1144W: http://avr32linux.org/
1145W: http://avrfreaks.net/
1146S: Supported
1147F: arch/avr32/
1148
1149AVR32/AT32AP MACHINE SUPPORT
1150M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1151S: Supported
1152F: arch/avr32/mach-at32ap/
1153
1154AX.25 NETWORK LAYER
1155M: Ralf Baechle <ralf@linux-mips.org>
1156L: linux-hams@vger.kernel.org
1157W: http://www.linux-ax25.org/
1158S: Maintained
1159F: include/linux/ax25.h
1160F: include/net/ax25.h
1161F: net/ax25/
1162
1163B43 WIRELESS DRIVER
1164M: Stefano Brivio <stefano.brivio@polimi.it>
1165L: linux-wireless@vger.kernel.org
1166W: http://linuxwireless.org/en/users/Drivers/b43
1167S: Maintained
1168F: drivers/net/wireless/b43/
1169
1170B43LEGACY WIRELESS DRIVER
1171M: Larry Finger <Larry.Finger@lwfinger.net>
1172M: Stefano Brivio <stefano.brivio@polimi.it>
1173L: linux-wireless@vger.kernel.org
1174W: http://linuxwireless.org/en/users/Drivers/b43
1175S: Maintained
1176F: drivers/net/wireless/b43legacy/
1177
1178BACKLIGHT CLASS/SUBSYSTEM
1179M: Richard Purdie <rpurdie@rpsys.net>
1180S: Maintained
1181F: drivers/video/backlight/
1182F: include/linux/backlight.h
1183
1184BAYCOM/HDLCDRV DRIVERS FOR AX.25
1185M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1186L: linux-hams@vger.kernel.org
1187W: http://www.baycom.org/~tom/ham/ham.html
1188S: Maintained
1189F: drivers/net/hamradio/baycom*
1190
1191BEFS FILE SYSTEM
1192M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1193S: Maintained
1194F: Documentation/filesystems/befs.txt
1195F: fs/befs/
1196
1197BFS FILE SYSTEM
1198M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1199S: Maintained
1200F: Documentation/filesystems/bfs.txt
1201F: fs/bfs/
1202F: include/linux/bfs_fs.h
1203
1204BLACKFIN ARCHITECTURE
1205M: Mike Frysinger <vapier@gentoo.org>
1206L: uclinux-dist-devel@blackfin.uclinux.org
1207W: http://blackfin.uclinux.org
1208S: Supported
1209F: arch/blackfin/
1210
1211BLACKFIN EMAC DRIVER
1212M: Michael Hennerich <michael.hennerich@analog.com>
1213L: uclinux-dist-devel@blackfin.uclinux.org
1214W: http://blackfin.uclinux.org
1215S: Supported
1216F: drivers/net/bfin_mac.*
1217
1218BLACKFIN RTC DRIVER
1219M: Mike Frysinger <vapier.adi@gmail.com>
1220L: uclinux-dist-devel@blackfin.uclinux.org
1221W: http://blackfin.uclinux.org
1222S: Supported
1223F: drivers/rtc/rtc-bfin.c
1224
1225BLACKFIN SERIAL DRIVER
1226M: Sonic Zhang <sonic.zhang@analog.com>
1227L: uclinux-dist-devel@blackfin.uclinux.org
1228W: http://blackfin.uclinux.org
1229S: Supported
1230F: drivers/serial/bfin_5xx.c
1231
1232BLACKFIN WATCHDOG DRIVER
1233M: Mike Frysinger <vapier.adi@gmail.com>
1234L: uclinux-dist-devel@blackfin.uclinux.org
1235W: http://blackfin.uclinux.org
1236S: Supported
1237F: drivers/watchdog/bfin_wdt.c
1238
1239BLACKFIN I2C TWI DRIVER
1240M: Sonic Zhang <sonic.zhang@analog.com>
1241L: uclinux-dist-devel@blackfin.uclinux.org
1242W: http://blackfin.uclinux.org/
1243S: Supported
1244F: drivers/i2c/busses/i2c-bfin-twi.c
1245
1246BLOCK LAYER
1247M: Jens Axboe <axboe@kernel.dk>
1248T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1249S: Maintained
1250F: block/
1251
1252BLOCK2MTD DRIVER
1253M: Joern Engel <joern@lazybastard.org>
1254L: linux-mtd@lists.infradead.org
1255S: Maintained
1256F: drivers/mtd/devices/block2mtd.c
1257
1258BLUETOOTH DRIVERS
1259M: Marcel Holtmann <marcel@holtmann.org>
1260L: linux-bluetooth@vger.kernel.org
1261W: http://www.bluez.org/
1262S: Maintained
1263F: drivers/bluetooth/
1264
1265BLUETOOTH SUBSYSTEM
1266M: Marcel Holtmann <marcel@holtmann.org>
1267L: linux-bluetooth@vger.kernel.org
1268W: http://www.bluez.org/
1269T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1270S: Maintained
1271F: net/bluetooth/
1272F: include/net/bluetooth/
1273
1274BONDING DRIVER
1275M: Jay Vosburgh <fubar@us.ibm.com>
1276L: bonding-devel@lists.sourceforge.net
1277W: http://sourceforge.net/projects/bonding/
1278S: Supported
1279F: drivers/net/bonding/
1280F: include/linux/if_bonding.h
1281
1282BROADCOM B44 10/100 ETHERNET DRIVER
1283M: Gary Zambrano <zambrano@broadcom.com>
1284L: netdev@vger.kernel.org
1285S: Supported
1286F: drivers/net/b44.*
1287
1288BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1289M: Michael Chan <mchan@broadcom.com>
1290L: netdev@vger.kernel.org
1291S: Supported
1292F: drivers/net/bnx2.*
1293F: drivers/net/bnx2_*
1294
1295BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1296M: Eilon Greenstein <eilong@broadcom.com>
1297L: netdev@vger.kernel.org
1298S: Supported
1299F: drivers/net/bnx2x*
1300
1301BROADCOM TG3 GIGABIT ETHERNET DRIVER
1302M: Matt Carlson <mcarlson@broadcom.com>
1303M: Michael Chan <mchan@broadcom.com>
1304L: netdev@vger.kernel.org
1305S: Supported
1306F: drivers/net/tg3.*
1307
1308BROCADE BFA FC SCSI DRIVER
1309M: Jing Huang <huangj@brocade.com>
1310L: linux-scsi@vger.kernel.org
1311S: Supported
1312F: drivers/scsi/bfa/
1313
1314BSG (block layer generic sg v4 driver)
1315M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1316L: linux-scsi@vger.kernel.org
1317S: Supported
1318F: block/bsg.c
1319F: include/linux/bsg.h
1320
1321BT8XXGPIO DRIVER
1322M: Michael Buesch <mb@bu3sch.de>
1323W: http://bu3sch.de/btgpio.php
1324S: Maintained
1325F: drivers/gpio/bt8xxgpio.c
1326
1327BTRFS FILE SYSTEM
1328M: Chris Mason <chris.mason@oracle.com>
1329L: linux-btrfs@vger.kernel.org
1330W: http://btrfs.wiki.kernel.org/
1331T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1332S: Maintained
1333F: Documentation/filesystems/btrfs.txt
1334F: fs/btrfs/
1335
1336BTTV VIDEO4LINUX DRIVER
1337M: Mauro Carvalho Chehab <mchehab@infradead.org>
1338L: linux-media@vger.kernel.org
1339W: http://linuxtv.org
1340T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1341S: Maintained
1342F: Documentation/video4linux/bttv/
1343F: drivers/media/video/bt8xx/bttv*
1344
1345CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1346M: David Howells <dhowells@redhat.com>
1347L: linux-cachefs@redhat.com
1348S: Supported
1349F: Documentation/filesystems/caching/cachefiles.txt
1350F: fs/cachefiles/
1351
1352CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1353M: Jonathan Corbet <corbet@lwn.net>
1354L: linux-media@vger.kernel.org
1355T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1356S: Maintained
1357F: Documentation/video4linux/cafe_ccic
1358F: drivers/media/video/cafe_ccic*
1359
1360CALGARY x86-64 IOMMU
1361M: Muli Ben-Yehuda <muli@il.ibm.com>
1362M: "Jon D. Mason" <jdmason@kudzu.us>
1363L: discuss@x86-64.org
1364S: Maintained
1365F: arch/x86/kernel/pci-calgary_64.c
1366F: arch/x86/kernel/tce_64.c
1367F: arch/x86/include/asm/calgary.h
1368F: arch/x86/include/asm/tce.h
1369
1370CAN NETWORK LAYER
1371M: Urs Thuermann <urs.thuermann@volkswagen.de>
1372M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1373L: socketcan-core@lists.berlios.de (subscribers-only)
1374W: http://developer.berlios.de/projects/socketcan/
1375S: Maintained
1376F: drivers/net/can/
1377F: include/linux/can/
1378F: include/linux/can.h
1379
1380CAN NETWORK DRIVERS
1381M: Wolfgang Grandegger <wg@grandegger.com>
1382L: socketcan-core@lists.berlios.de (subscribers-only)
1383W: http://developer.berlios.de/projects/socketcan/
1384S: Maintained
1385
1386CELL BROADBAND ENGINE ARCHITECTURE
1387M: Arnd Bergmann <arnd@arndb.de>
1388L: linuxppc-dev@ozlabs.org
1389L: cbe-oss-dev@ozlabs.org
1390W: http://www.ibm.com/developerworks/power/cell/
1391S: Supported
1392F: arch/powerpc/include/asm/cell*.h
1393F: arch/powerpc/include/asm/spu*.h
1394F: arch/powerpc/oprofile/*cell*
1395F: arch/powerpc/platforms/cell/
1396
1397CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1398M: David Vrabel <david.vrabel@csr.com>
1399L: linux-usb@vger.kernel.org
1400S: Supported
1401F: Documentation/usb/WUSB-Design-overview.txt
1402F: Documentation/usb/wusb-cbaf
1403F: drivers/usb/host/hwa-hc.c
1404F: drivers/usb/host/whci/
1405F: drivers/usb/wusbcore/
1406F: include/linux/usb/wusb*
1407
1408CFAG12864B LCD DRIVER
1409M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1410W: http://miguelojeda.es/auxdisplay.htm
1411W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1412S: Maintained
1413F: drivers/auxdisplay/cfag12864b.c
1414F: include/linux/cfag12864b.h
1415
1416CFAG12864BFB LCD FRAMEBUFFER DRIVER
1417M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1418W: http://miguelojeda.es/auxdisplay.htm
1419W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1420S: Maintained
1421F: drivers/auxdisplay/cfag12864bfb.c
1422F: include/linux/cfag12864b.h
1423
1424CFG80211 and NL80211
1425M: Johannes Berg <johannes@sipsolutions.net>
1426L: linux-wireless@vger.kernel.org
1427S: Maintained
1428F: include/linux/nl80211.h
1429F: include/net/cfg80211.h
1430F: net/wireless/*
1431X: net/wireless/wext*
1432
1433CHECKPATCH
1434M: Andy Whitcroft <apw@canonical.com>
1435S: Supported
1436F: scripts/checkpatch.pl
1437
1438CISCO 10G ETHERNET DRIVER
1439M: Scott Feldman <scofeldm@cisco.com>
1440M: Joe Eykholt <jeykholt@cisco.com>
1441S: Supported
1442F: drivers/net/enic/
1443
1444CIRRUS LOGIC EP93XX ETHERNET DRIVER
1445M: Lennert Buytenhek <kernel@wantstofly.org>
1446L: netdev@vger.kernel.org
1447S: Maintained
1448F: drivers/net/arm/ep93xx_eth.c
1449
1450CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1451M: Lennert Buytenhek <kernel@wantstofly.org>
1452L: linux-usb@vger.kernel.org
1453S: Maintained
1454F: drivers/usb/host/ohci-ep93xx.c
1455
1456CIRRUS LOGIC CS4270 SOUND DRIVER
1457M: Timur Tabi <timur@freescale.com>
1458L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1459S: Supported
1460F: sound/soc/codecs/cs4270*
1461
1462CLK API
1463M: Russell King <linux@arm.linux.org.uk>
1464F: include/linux/clk.h
1465
1466CISCO FCOE HBA DRIVER
1467M: Abhijeet Joglekar <abjoglek@cisco.com>
1468M: Joe Eykholt <jeykholt@cisco.com>
1469L: linux-scsi@vger.kernel.org
1470S: Supported
1471F: drivers/scsi/fnic/
1472
1473CMPC ACPI DRIVER
1474M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1475M: Daniel Oliveira Nascimento <don@syst.com.br>
1476S: Supported
1477F: drivers/platform/x86/classmate-laptop.c
1478
1479CODA FILE SYSTEM
1480M: Jan Harkes <jaharkes@cs.cmu.edu>
1481M: coda@cs.cmu.edu
1482L: codalist@coda.cs.cmu.edu
1483W: http://www.coda.cs.cmu.edu/
1484S: Maintained
1485F: Documentation/filesystems/coda.txt
1486F: fs/coda/
1487F: include/linux/coda*.h
1488
1489COMMON INTERNET FILE SYSTEM (CIFS)
1490M: Steve French <sfrench@samba.org>
1491L: linux-cifs-client@lists.samba.org (moderated for non-subscribers)
1492L: samba-technical@lists.samba.org (moderated for non-subscribers)
1493W: http://linux-cifs.samba.org/
1494T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1495S: Supported
1496F: Documentation/filesystems/cifs.txt
1497F: fs/cifs/
1498
1499COMPACTPCI HOTPLUG CORE
1500M: Scott Murray <scott@spiteful.org>
1501L: linux-pci@vger.kernel.org
1502S: Maintained
1503F: drivers/pci/hotplug/cpci_hotplug*
1504
1505COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1506M: Scott Murray <scott@spiteful.org>
1507L: linux-pci@vger.kernel.org
1508S: Maintained
1509F: drivers/pci/hotplug/cpcihp_zt5550.*
1510
1511COMPACTPCI HOTPLUG GENERIC DRIVER
1512M: Scott Murray <scott@spiteful.org>
1513L: linux-pci@vger.kernel.org
1514S: Maintained
1515F: drivers/pci/hotplug/cpcihp_generic.c
1516
1517COMPAL LAPTOP SUPPORT
1518M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1519S: Maintained
1520F: drivers/platform/x86/compal-laptop.c
1521
1522COMPUTONE INTELLIPORT MULTIPORT CARD
1523M: "Michael H. Warfield" <mhw@wittsend.com>
1524W: http://www.wittsend.com/computone.html
1525S: Maintained
1526F: Documentation/serial/computone.txt
1527F: drivers/char/ip2/
1528
1529CONEXANT ACCESSRUNNER USB DRIVER
1530M: Simon Arlott <cxacru@fire.lp0.eu>
1531L: accessrunner-general@lists.sourceforge.net
1532W: http://accessrunner.sourceforge.net/
1533S: Maintained
1534F: drivers/usb/atm/cxacru.c
1535
1536CONFIGFS
1537M: Joel Becker <joel.becker@oracle.com>
1538S: Supported
1539F: fs/configfs/
1540F: include/linux/configfs.h
1541
1542CONNECTOR
1543M: Evgeniy Polyakov <zbr@ioremap.net>
1544L: netdev@vger.kernel.org
1545S: Maintained
1546F: drivers/connector/
1547
1548CONTROL GROUPS (CGROUPS)
1549M: Paul Menage <menage@google.com>
1550M: Li Zefan <lizf@cn.fujitsu.com>
1551L: containers@lists.linux-foundation.org
1552S: Maintained
1553F: include/linux/cgroup*
1554F: kernel/cgroup*
1555F: mm/*cgroup*
1556
1557CORETEMP HARDWARE MONITORING DRIVER
1558M: Rudolf Marek <r.marek@assembler.cz>
1559M: Huaxu Wan <huaxu.wan@intel.com>
1560L: lm-sensors@lm-sensors.org
1561S: Maintained
1562F: Documentation/hwmon/coretemp
1563F: drivers/hwmon/coretemp.c
1564
1565COSA/SRP SYNC SERIAL DRIVER
1566M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1567W: http://www.fi.muni.cz/~kas/cosa/
1568S: Maintained
1569F: drivers/net/wan/cosa*
1570
1571CPMAC ETHERNET DRIVER
1572M: Florian Fainelli <florian@openwrt.org>
1573L: netdev@vger.kernel.org
1574S: Maintained
1575F: drivers/net/cpmac.c
1576
1577CPU FREQUENCY DRIVERS
1578M: Dave Jones <davej@redhat.com>
1579L: cpufreq@vger.kernel.org
1580W: http://www.codemonkey.org.uk/projects/cpufreq/
1581T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1582S: Maintained
1583F: arch/x86/kernel/cpu/cpufreq/
1584F: drivers/cpufreq/
1585F: include/linux/cpufreq.h
1586
1587CPUID/MSR DRIVER
1588M: "H. Peter Anvin" <hpa@zytor.com>
1589S: Maintained
1590F: arch/x86/kernel/cpuid.c
1591F: arch/x86/kernel/msr.c
1592
1593CPUSETS
1594M: Paul Menage <menage@google.com>
1595W: http://www.bullopensource.org/cpuset/
1596W: http://oss.sgi.com/projects/cpusets/
1597S: Supported
1598F: Documentation/cgroups/cpusets.txt
1599F: include/linux/cpuset.h
1600F: kernel/cpuset.c
1601
1602CRAMFS FILESYSTEM
1603W: http://sourceforge.net/projects/cramfs/
1604S: Orphan
1605F: Documentation/filesystems/cramfs.txt
1606F: fs/cramfs/
1607
1608CRIS PORT
1609M: Mikael Starvik <starvik@axis.com>
1610M: Jesper Nilsson <jesper.nilsson@axis.com>
1611L: linux-cris-kernel@axis.com
1612W: http://developer.axis.com
1613S: Maintained
1614F: arch/cris/
1615
1616CRYPTO API
1617M: Herbert Xu <herbert@gondor.apana.org.au>
1618M: "David S. Miller" <davem@davemloft.net>
1619L: linux-crypto@vger.kernel.org
1620T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1621S: Maintained
1622F: Documentation/crypto/
1623F: arch/*/crypto/
1624F: crypto/
1625F: drivers/crypto/
1626F: include/crypto/
1627
1628CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1629M: Neil Horman <nhorman@tuxdriver.com>
1630L: linux-crypto@vger.kernel.org
1631S: Maintained
1632
1633CS5535 Audio ALSA driver
1634M: Jaya Kumar <jayakumar.alsa@gmail.com>
1635S: Maintained
1636F: sound/pci/cs5535audio/
1637
1638CX18 VIDEO4LINUX DRIVER
1639M: Andy Walls <awalls@radix.net>
1640L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1641L: linux-media@vger.kernel.org
1642T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1643W: http://linuxtv.org
1644W: http://www.ivtvdriver.org/index.php/Cx18
1645S: Maintained
1646F: Documentation/video4linux/cx18.txt
1647F: drivers/media/video/cx18/
1648
1649CXGB3 ETHERNET DRIVER (CXGB3)
1650M: Divy Le Ray <divy@chelsio.com>
1651L: netdev@vger.kernel.org
1652W: http://www.chelsio.com
1653S: Supported
1654F: drivers/net/cxgb3/
1655
1656CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1657M: Steve Wise <swise@chelsio.com>
1658L: linux-rdma@vger.kernel.org
1659W: http://www.openfabrics.org
1660S: Supported
1661F: drivers/infiniband/hw/cxgb3/
1662
1663CYBERPRO FB DRIVER
1664M: Russell King <linux@arm.linux.org.uk>
1665L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1666W: http://www.arm.linux.org.uk/
1667S: Maintained
1668F: drivers/video/cyber2000fb.*
1669
1670CYCLADES 2X SYNC CARD DRIVER
1671M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1672W: http://oops.ghostprotocols.net:81/blog
1673S: Maintained
1674F: drivers/net/wan/cycx*
1675
1676CYCLADES ASYNC MUX DRIVER
1677W: http://www.cyclades.com/
1678S: Orphan
1679F: drivers/char/cyclades.c
1680F: include/linux/cyclades.h
1681
1682CYCLADES PC300 DRIVER
1683W: http://www.cyclades.com/
1684S: Orphan
1685F: drivers/net/wan/pc300*
1686
1687DAMA SLAVE for AX.25
1688M: Joerg Reuter <jreuter@yaina.de>
1689W: http://yaina.de/jreuter/
1690W: http://www.qsl.net/dl1bke/
1691L: linux-hams@vger.kernel.org
1692S: Maintained
1693F: net/ax25/af_ax25.c
1694F: net/ax25/ax25_dev.c
1695F: net/ax25/ax25_ds_*
1696F: net/ax25/ax25_in.c
1697F: net/ax25/ax25_out.c
1698F: net/ax25/ax25_timer.c
1699F: net/ax25/sysctl_net_ax25.c
1700
1701DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1702M: Tobias Ringstrom <tori@unhappy.mine.nu>
1703L: netdev@vger.kernel.org
1704S: Maintained
1705F: Documentation/networking/dmfe.txt
1706F: drivers/net/tulip/dmfe.c
1707
1708DC390/AM53C974 SCSI driver
1709M: Kurt Garloff <garloff@suse.de>
1710W: http://www.garloff.de/kurt/linux/dc390/
1711M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1712S: Maintained
1713F: drivers/scsi/tmscsim.*
1714
1715DC395x SCSI driver
1716M: Oliver Neukum <oliver@neukum.name>
1717M: Ali Akcaagac <aliakc@web.de>
1718M: Jamie Lenehan <lenehan@twibble.org>
1719W: http://twibble.org/dist/dc395x/
1720L: dc395x@twibble.org
1721L: http://lists.twibble.org/mailman/listinfo/dc395x/
1722S: Maintained
1723F: Documentation/scsi/dc395x.txt
1724F: drivers/scsi/dc395x.*
1725
1726DCCP PROTOCOL
1727M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1728L: dccp@vger.kernel.org
1729W: http://linux-net.osdl.org/index.php/DCCP
1730S: Maintained
1731F: include/linux/dccp.h
1732F: include/linux/tfrc.h
1733F: net/dccp/
1734
1735DECnet NETWORK LAYER
1736M: Christine Caulfield <christine.caulfield@googlemail.com>
1737W: http://linux-decnet.sourceforge.net
1738L: linux-decnet-user@lists.sourceforge.net
1739S: Maintained
1740F: Documentation/networking/decnet.txt
1741F: net/decnet/
1742
1743DEFXX FDDI NETWORK DRIVER
1744M: "Maciej W. Rozycki" <macro@linux-mips.org>
1745S: Maintained
1746F: drivers/net/defxx.*
1747
1748DELL LAPTOP DRIVER
1749M: Matthew Garrett <mjg59@srcf.ucam.org>
1750S: Maintained
1751F: drivers/platform/x86/dell-laptop.c
1752
1753DELL LAPTOP SMM DRIVER
1754M: Massimo Dal Zotto <dz@debian.org>
1755W: http://www.debian.org/~dz/i8k/
1756S: Maintained
1757F: drivers/char/i8k.c
1758F: include/linux/i8k.h
1759
1760DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1761M: Doug Warzecha <Douglas_Warzecha@dell.com>
1762S: Maintained
1763F: Documentation/dcdbas.txt
1764F: drivers/firmware/dcdbas.*
1765
1766DELL WMI EXTRAS DRIVER
1767M: Matthew Garrett <mjg59@srcf.ucam.org>
1768S: Maintained
1769
1770DEVICE NUMBER REGISTRY
1771M: Torben Mathiasen <device@lanana.org>
1772W: http://lanana.org/docs/device-list/index.html
1773S: Maintained
1774
1775DEVICE-MAPPER (LVM)
1776P: Alasdair Kergon
1777L: dm-devel@redhat.com
1778W: http://sources.redhat.com/dm
1779S: Maintained
1780F: Documentation/device-mapper/
1781F: drivers/md/dm*
1782F: include/linux/device-mapper.h
1783F: include/linux/dm-*.h
1784
1785DIGI INTL. EPCA DRIVER
1786M: "Digi International, Inc" <Eng.Linux@digi.com>
1787L: Eng.Linux@digi.com
1788W: http://www.digi.com
1789S: Orphan
1790F: Documentation/serial/digiepca.txt
1791F: drivers/char/epca*
1792F: drivers/char/digi*
1793
1794DIRECTORY NOTIFICATION (DNOTIFY)
1795M: Eric Paris <eparis@parisplace.org>
1796S: Maintained
1797F: Documentation/filesystems/dnotify.txt
1798F: fs/notify/dnotify/
1799F: include/linux/dnotify.h
1800
1801DISK GEOMETRY AND PARTITION HANDLING
1802M: Andries Brouwer <aeb@cwi.nl>
1803W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1804W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1805W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1806S: Maintained
1807
1808DISKQUOTA
1809M: Jan Kara <jack@suse.cz>
1810S: Maintained
1811F: Documentation/filesystems/quota.txt
1812F: fs/quota/
1813F: include/linux/quota*.h
1814
1815DISTRIBUTED LOCK MANAGER (DLM)
1816M: Christine Caulfield <ccaulfie@redhat.com>
1817M: David Teigland <teigland@redhat.com>
1818L: cluster-devel@redhat.com
1819W: http://sources.redhat.com/cluster/
1820T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1821S: Supported
1822F: fs/dlm/
1823
1824DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1825M: Dan Williams <dan.j.williams@intel.com>
1826S: Supported
1827F: drivers/dma/
1828F: include/linux/dma*
1829
1830DME1737 HARDWARE MONITOR DRIVER
1831M: Juerg Haefliger <juergh@gmail.com>
1832L: lm-sensors@lm-sensors.org
1833S: Maintained
1834F: Documentation/hwmon/dme1737
1835F: drivers/hwmon/dme1737.c
1836
1837DOCBOOK FOR DOCUMENTATION
1838M: Randy Dunlap <rdunlap@xenotime.net>
1839S: Maintained
1840
1841DOCKING STATION DRIVER
1842M: Shaohua Li <shaohua.li@intel.com>
1843L: linux-acpi@vger.kernel.org
1844S: Supported
1845F: drivers/acpi/dock.c
1846
1847DOCUMENTATION
1848M: Randy Dunlap <rdunlap@xenotime.net>
1849L: linux-doc@vger.kernel.org
1850S: Maintained
1851F: Documentation/
1852
1853DOUBLETALK DRIVER
1854M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1855L: blinux-list@redhat.com
1856S: Maintained
1857F: drivers/char/dtlk.c
1858F: include/linux/dtlk.h
1859
1860DPT_I2O SCSI RAID DRIVER
1861M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1862L: linux-scsi@vger.kernel.org
1863W: http://www.adaptec.com/
1864S: Maintained
1865F: drivers/scsi/dpt*
1866F: drivers/scsi/dpt/
1867
1868DRBD DRIVER
1869P: Philipp Reisner
1870P: Lars Ellenberg
1871M: drbd-dev@lists.linbit.com
1872L: drbd-user@lists.linbit.com
1873W: http://www.drbd.org
1874T: git git://git.drbd.org/linux-2.6-drbd.git drbd
1875T: git git://git.drbd.org/drbd-8.3.git
1876S: Supported
1877F: drivers/block/drbd/
1878F: lib/lru_cache.c
1879F: Documentation/blockdev/drbd/
1880
1881DRIVER CORE, KOBJECTS, AND SYSFS
1882M: Greg Kroah-Hartman <gregkh@suse.de>
1883T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1884S: Supported
1885F: Documentation/kobject.txt
1886F: drivers/base/
1887F: fs/sysfs/
1888F: include/linux/kobj*
1889F: lib/kobj*
1890
1891DRM DRIVERS
1892M: David Airlie <airlied@linux.ie>
1893L: dri-devel@lists.sourceforge.net
1894T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1895S: Maintained
1896F: drivers/gpu/drm/
1897
1898DSCC4 DRIVER
1899M: Francois Romieu <romieu@fr.zoreil.com>
1900L: netdev@vger.kernel.org
1901S: Maintained
1902F: drivers/net/wan/dscc4.c
1903
1904DZ DECSTATION DZ11 SERIAL DRIVER
1905M: "Maciej W. Rozycki" <macro@linux-mips.org>
1906S: Maintained
1907F: drivers/serial/dz.*
1908
1909EATA-DMA SCSI DRIVER
1910M: Michael Neuffer <mike@i-Connect.Net>
1911L: linux-eata@i-connect.net
1912L: linux-scsi@vger.kernel.org
1913S: Maintained
1914F: drivers/scsi/eata*
1915
1916EATA ISA/EISA/PCI SCSI DRIVER
1917M: Dario Ballabio <ballabio_dario@emc.com>
1918L: linux-scsi@vger.kernel.org
1919S: Maintained
1920F: drivers/scsi/eata.c
1921
1922EATA-PIO SCSI DRIVER
1923M: Michael Neuffer <mike@i-Connect.Net>
1924L: linux-eata@i-connect.net
1925L: linux-scsi@vger.kernel.org
1926S: Maintained
1927F: drivers/scsi/eata_pio.*
1928
1929EBTABLES
1930M: Bart De Schuymer <bart.de.schuymer@pandora.be>
1931L: ebtables-user@lists.sourceforge.net
1932L: ebtables-devel@lists.sourceforge.net
1933W: http://ebtables.sourceforge.net/
1934S: Maintained
1935F: include/linux/netfilter_bridge/ebt_*.h
1936F: net/bridge/netfilter/ebt*.c
1937
1938ECRYPT FILE SYSTEM
1939M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1940M: Dustin Kirkland <kirkland@canonical.com>
1941L: ecryptfs-devel@lists.launchpad.net
1942W: https://launchpad.net/ecryptfs
1943S: Supported
1944F: Documentation/filesystems/ecryptfs.txt
1945F: fs/ecryptfs/
1946
1947EDAC-CORE
1948M: Doug Thompson <dougthompson@xmission.com>
1949L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1950W: bluesmoke.sourceforge.net
1951S: Supported
1952F: Documentation/edac.txt
1953F: drivers/edac/edac_*
1954F: include/linux/edac.h
1955
1956EDAC-AMD64
1957M: Doug Thompson <dougthompson@xmission.com>
1958M: Borislav Petkov <borislav.petkov@amd.com>
1959L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1960W: bluesmoke.sourceforge.net
1961S: Supported
1962F: drivers/edac/amd64_edac*
1963
1964EDAC-E752X
1965M: Mark Gross <mark.gross@intel.com>
1966M: Doug Thompson <dougthompson@xmission.com>
1967L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1968W: bluesmoke.sourceforge.net
1969S: Maintained
1970F: drivers/edac/e752x_edac.c
1971
1972EDAC-E7XXX
1973M: Doug Thompson <dougthompson@xmission.com>
1974L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1975W: bluesmoke.sourceforge.net
1976S: Maintained
1977F: drivers/edac/e7xxx_edac.c
1978
1979EDAC-I82443BXGX
1980M: Tim Small <tim@buttersideup.com>
1981L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1982W: bluesmoke.sourceforge.net
1983S: Maintained
1984F: drivers/edac/i82443bxgx_edac.c
1985
1986EDAC-I3000
1987M: Jason Uhlenkott <juhlenko@akamai.com>
1988L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1989W: bluesmoke.sourceforge.net
1990S: Maintained
1991F: drivers/edac/i3000_edac.c
1992
1993EDAC-I5000
1994M: Doug Thompson <dougthompson@xmission.com>
1995L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1996W: bluesmoke.sourceforge.net
1997S: Maintained
1998F: drivers/edac/i5000_edac.c
1999
2000EDAC-I5400
2001M: Mauro Carvalho Chehab <mchehab@redhat.com>
2002L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2003W: bluesmoke.sourceforge.net
2004S: Maintained
2005F: drivers/edac/i5400_edac.c
2006
2007EDAC-I82975X
2008M: Ranganathan Desikan <ravi@jetztechnologies.com>
2009M: "Arvind R." <arvind@jetztechnologies.com>
2010L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2011W: bluesmoke.sourceforge.net
2012S: Maintained
2013F: drivers/edac/i82975x_edac.c
2014
2015EDAC-PASEMI
2016M: Egor Martovetsky <egor@pasemi.com>
2017L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2018W: bluesmoke.sourceforge.net
2019S: Maintained
2020F: drivers/edac/pasemi_edac.c
2021
2022EDAC-R82600
2023M: Tim Small <tim@buttersideup.com>
2024L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2025W: bluesmoke.sourceforge.net
2026S: Maintained
2027F: drivers/edac/r82600_edac.c
2028
2029EEEPC LAPTOP EXTRAS DRIVER
2030M: Corentin Chary <corentincj@iksaif.net>
2031L: acpi4asus-user@lists.sourceforge.net
2032W: http://acpi4asus.sf.net
2033S: Maintained
2034F: drivers/platform/x86/eeepc-laptop.c
2035
2036EFS FILESYSTEM
2037W: http://aeschi.ch.eu.org/efs/
2038S: Orphan
2039F: fs/efs/
2040
2041EHCA (IBM GX bus InfiniBand adapter) DRIVER
2042M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2043M: Christoph Raisch <raisch@de.ibm.com>
2044L: linux-rdma@vger.kernel.org
2045S: Supported
2046F: drivers/infiniband/hw/ehca/
2047
2048EMBEDDED LINUX
2049M: Paul Gortmaker <paul.gortmaker@windriver.com>
2050M: Matt Mackall <mpm@selenic.com>
2051M: David Woodhouse <dwmw2@infradead.org>
2052L: linux-embedded@vger.kernel.org
2053S: Maintained
2054
2055EMULEX LPFC FC SCSI DRIVER
2056M: James Smart <james.smart@emulex.com>
2057L: linux-scsi@vger.kernel.org
2058W: http://sourceforge.net/projects/lpfcxxxx
2059S: Supported
2060F: drivers/scsi/lpfc/
2061
2062ENE CB710 FLASH CARD READER DRIVER
2063M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2064S: Maintained
2065F: drivers/misc/cb710/
2066F: drivers/mmc/host/cb710-mmc.*
2067F: include/linux/cb710.h
2068
2069EPSON 1355 FRAMEBUFFER DRIVER
2070M: Christopher Hoover <ch@murgatroid.com>
2071M: Christopher Hoover <ch@hpl.hp.com>
2072S: Maintained
2073F: drivers/video/epson1355fb.c
2074
2075EPSON S1D13XXX FRAMEBUFFER DRIVER
2076M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2077S: Maintained
2078T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2079F: drivers/video/s1d13xxxfb.c
2080F: include/video/s1d13xxxfb.h
2081
2082ETHEREXPRESS-16 NETWORK DRIVER
2083M: Philip Blundell <philb@gnu.org>
2084L: netdev@vger.kernel.org
2085S: Maintained
2086F: drivers/net/eexpress.*
2087
2088ETHERNET BRIDGE
2089M: Stephen Hemminger <shemminger@linux-foundation.org>
2090L: bridge@lists.linux-foundation.org
2091W: http://www.linux-foundation.org/en/Net:Bridge
2092S: Maintained
2093F: include/linux/netfilter_bridge/
2094F: net/bridge/
2095
2096ETHERTEAM 16I DRIVER
2097M: Mika Kuoppala <miku@iki.fi>
2098S: Maintained
2099F: drivers/net/eth16i.c
2100
2101EXT2 FILE SYSTEM
2102L: linux-ext4@vger.kernel.org
2103S: Maintained
2104F: Documentation/filesystems/ext2.txt
2105F: fs/ext2/
2106F: include/linux/ext2*
2107
2108EXT3 FILE SYSTEM
2109M: Andrew Morton <akpm@linux-foundation.org>
2110M: Andreas Dilger <adilger@sun.com>
2111L: linux-ext4@vger.kernel.org
2112S: Maintained
2113F: Documentation/filesystems/ext3.txt
2114F: fs/ext3/
2115F: include/linux/ext3*
2116
2117EXT4 FILE SYSTEM
2118M: "Theodore Ts'o" <tytso@mit.edu>
2119M: Andreas Dilger <adilger@sun.com>
2120L: linux-ext4@vger.kernel.org
2121W: http://ext4.wiki.kernel.org
2122S: Maintained
2123F: Documentation/filesystems/ext4.txt
2124F: fs/ext4/
2125
2126F71805F HARDWARE MONITORING DRIVER
2127M: Jean Delvare <khali@linux-fr.org>
2128L: lm-sensors@lm-sensors.org
2129S: Maintained
2130F: Documentation/hwmon/f71805f
2131F: drivers/hwmon/f71805f.c
2132
2133FARSYNC SYNCHRONOUS DRIVER
2134M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2135W: http://www.farsite.co.uk/
2136S: Supported
2137F: drivers/net/wan/farsync.*
2138
2139FAULT INJECTION SUPPORT
2140M: Akinobu Mita <akinobu.mita@gmail.com>
2141S: Supported
2142F: Documentation/fault-injection/
2143F: lib/fault-inject.c
2144
2145FILE LOCKING (flock() and fcntl()/lockf())
2146M: Matthew Wilcox <matthew@wil.cx>
2147L: linux-fsdevel@vger.kernel.org
2148S: Maintained
2149F: include/linux/fcntl.h
2150F: include/linux/fs.h
2151F: fs/fcntl.c
2152F: fs/locks.c
2153
2154FILESYSTEMS (VFS and infrastructure)
2155M: Alexander Viro <viro@zeniv.linux.org.uk>
2156L: linux-fsdevel@vger.kernel.org
2157S: Maintained
2158F: fs/*
2159
2160FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2161M: Riku Voipio <riku.voipio@iki.fi>
2162L: lm-sensors@lm-sensors.org
2163S: Maintained
2164F: drivers/hwmon/f75375s.c
2165F: include/linux/f75375s.h
2166
2167FIREWIRE SUBSYSTEM
2168M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2169L: linux1394-devel@lists.sourceforge.net
2170W: http://ieee1394.wiki.kernel.org/
2171T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2172S: Maintained
2173F: drivers/firewire/
2174F: include/linux/firewire*.h
2175
2176FIRMWARE LOADER (request_firmware)
2177S: Orphan
2178F: Documentation/firmware_class/
2179F: drivers/base/firmware*.c
2180F: include/linux/firmware.h
2181
2182FPU EMULATOR
2183M: Bill Metzenthen <billm@melbpc.org.au>
2184W: http://floatingpoint.sourceforge.net/emulator/index.html
2185S: Maintained
2186F: arch/x86/math-emu/
2187
2188FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2189M: Mike McLagan <mike.mclagan@linux.org>
2190L: netdev@vger.kernel.org
2191S: Maintained
2192F: drivers/net/wan/dlci.c
2193F: drivers/net/wan/sdla.c
2194
2195FRAMEBUFFER LAYER
2196L: linux-fbdev@vger.kernel.org
2197W: http://linux-fbdev.sourceforge.net/
2198S: Orphan
2199F: Documentation/fb/
2200F: drivers/video/fb*
2201F: include/linux/fb.h
2202
2203FREESCALE DMA DRIVER
2204M: Li Yang <leoli@freescale.com>
2205M: Zhang Wei <zw@zh-kernel.org>
2206L: linuxppc-dev@ozlabs.org
2207S: Maintained
2208F: drivers/dma/fsldma.*
2209
2210FREESCALE I2C CPM DRIVER
2211M: Jochen Friedrich <jochen@scram.de>
2212L: linuxppc-dev@ozlabs.org
2213L: linux-i2c@vger.kernel.org
2214S: Maintained
2215F: drivers/i2c/busses/i2c-cpm.c
2216
2217FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2218M: Sascha Hauer <kernel@pengutronix.de>
2219L: linux-fbdev@vger.kernel.org
2220L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2221S: Maintained
2222F: arch/arm/plat-mxc/include/mach/imxfb.h
2223F: drivers/video/imxfb.c
2224
2225FREESCALE SOC FS_ENET DRIVER
2226M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2227M: Vitaly Bordug <vbordug@ru.mvista.com>
2228L: linuxppc-dev@ozlabs.org
2229L: netdev@vger.kernel.org
2230S: Maintained
2231F: drivers/net/fs_enet/
2232F: include/linux/fs_enet_pd.h
2233
2234FREESCALE QUICC ENGINE LIBRARY
2235M: Timur Tabi <timur@freescale.com>
2236L: linuxppc-dev@ozlabs.org
2237S: Supported
2238F: arch/powerpc/sysdev/qe_lib/
2239F: arch/powerpc/include/asm/*qe.h
2240
2241FREESCALE USB PERIPHERAL DRIVERS
2242M: Li Yang <leoli@freescale.com>
2243L: linux-usb@vger.kernel.org
2244L: linuxppc-dev@ozlabs.org
2245S: Maintained
2246F: drivers/usb/gadget/fsl*
2247
2248FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2249M: Li Yang <leoli@freescale.com>
2250L: netdev@vger.kernel.org
2251L: linuxppc-dev@ozlabs.org
2252S: Maintained
2253F: drivers/net/ucc_geth*
2254
2255FREESCALE QUICC ENGINE UCC UART DRIVER
2256M: Timur Tabi <timur@freescale.com>
2257L: linuxppc-dev@ozlabs.org
2258S: Supported
2259F: drivers/serial/ucc_uart.c
2260
2261FREESCALE SOC SOUND DRIVERS
2262M: Timur Tabi <timur@freescale.com>
2263L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2264L: linuxppc-dev@ozlabs.org
2265S: Supported
2266F: sound/soc/fsl/fsl*
2267F: sound/soc/fsl/mpc8610_hpcd.c
2268
2269FREEVXFS FILESYSTEM
2270M: Christoph Hellwig <hch@infradead.org>
2271W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2272S: Maintained
2273F: fs/freevxfs/
2274
2275FREEZER
2276M: Pavel Machek <pavel@ucw.cz>
2277M: "Rafael J. Wysocki" <rjw@sisk.pl>
2278L: linux-pm@lists.linux-foundation.org
2279S: Supported
2280F: Documentation/power/freezing-of-tasks.txt
2281F: include/linux/freezer.h
2282F: kernel/freezer.c
2283
2284FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2285M: David Howells <dhowells@redhat.com>
2286L: linux-cachefs@redhat.com
2287S: Supported
2288F: Documentation/filesystems/caching/
2289F: fs/fscache/
2290F: include/linux/fscache*.h
2291
2292FUJITSU FR-V (FRV) PORT
2293M: David Howells <dhowells@redhat.com>
2294S: Maintained
2295F: arch/frv/
2296
2297FUJITSU LAPTOP EXTRAS
2298M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2299L: linux-acpi@vger.kernel.org
2300S: Maintained
2301F: drivers/platform/x86/fujitsu-laptop.c
2302
2303FUSE: FILESYSTEM IN USERSPACE
2304M: Miklos Szeredi <miklos@szeredi.hu>
2305L: fuse-devel@lists.sourceforge.net
2306W: http://fuse.sourceforge.net/
2307S: Maintained
2308F: fs/fuse/
2309F: include/linux/fuse.h
2310
2311FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2312M: Rik Faith <faith@cs.unc.edu>
2313L: linux-scsi@vger.kernel.org
2314S: Odd Fixes (e.g., new signatures)
2315F: drivers/scsi/fdomain.*
2316
2317GDT SCSI DISK ARRAY CONTROLLER DRIVER
2318M: Achim Leubner <achim_leubner@adaptec.com>
2319L: linux-scsi@vger.kernel.org
2320W: http://www.icp-vortex.com/
2321S: Supported
2322F: drivers/scsi/gdt*
2323
2324GENERIC GPIO I2C DRIVER
2325M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2326S: Supported
2327F: drivers/i2c/busses/i2c-gpio.c
2328F: include/linux/i2c-gpio.h
2329
2330GENERIC HDLC (WAN) DRIVERS
2331M: Krzysztof Halasa <khc@pm.waw.pl>
2332W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2333S: Maintained
2334F: drivers/net/wan/c101.c
2335F: drivers/net/wan/hd6457*
2336F: drivers/net/wan/hdlc*
2337F: drivers/net/wan/n2.c
2338F: drivers/net/wan/pc300too.c
2339F: drivers/net/wan/pci200syn.c
2340F: drivers/net/wan/wanxl*
2341
2342GENERIC INCLUDE/ASM HEADER FILES
2343M: Arnd Bergmann <arnd@arndb.de>
2344L: linux-arch@vger.kernel.org
2345T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2346S: Maintained
2347F: include/asm-generic
2348
2349GENERIC UIO DRIVER FOR PCI DEVICES
2350M: "Michael S. Tsirkin" <mst@redhat.com>
2351L: kvm@vger.kernel.org
2352S: Supported
2353F: drivers/uio/uio_pci_generic.c
2354
2355GFS2 FILE SYSTEM
2356M: Steven Whitehouse <swhiteho@redhat.com>
2357L: cluster-devel@redhat.com
2358W: http://sources.redhat.com/cluster/
2359T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2360T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2361S: Supported
2362F: Documentation/filesystems/gfs2*.txt
2363F: fs/gfs2/
2364F: include/linux/gfs2_ondisk.h
2365
2366GIGASET ISDN DRIVERS
2367M: Hansjoerg Lipp <hjlipp@web.de>
2368M: Tilman Schmidt <tilman@imap.cc>
2369L: gigaset307x-common@lists.sourceforge.net
2370W: http://gigaset307x.sourceforge.net/
2371S: Maintained
2372F: Documentation/isdn/README.gigaset
2373F: drivers/isdn/gigaset/
2374F: include/linux/gigaset_dev.h
2375
2376HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2377M: Frank Seidel <frank@f-seidel.de>
2378L: lm-sensors@lm-sensors.org
2379W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2380S: Maintained
2381F: drivers/hwmon/hdaps.c
2382
2383HWPOISON MEMORY FAILURE HANDLING
2384M: Andi Kleen <andi@firstfloor.org>
2385L: linux-mm@kvack.org
2386L: linux-kernel@vger.kernel.org
2387T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2388S: Maintained
2389F: mm/memory-failure.c
2390F: mm/hwpoison-inject.c
2391
2392HYPERVISOR VIRTUAL CONSOLE DRIVER
2393L: linuxppc-dev@ozlabs.org
2394S: Odd Fixes
2395F: drivers/char/hvc_*
2396
2397GSPCA FINEPIX SUBDRIVER
2398M: Frank Zago <frank@zago.net>
2399L: linux-media@vger.kernel.org
2400T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2401S: Maintained
2402F: drivers/media/video/gspca/finepix.c
2403
2404GSPCA GL860 SUBDRIVER
2405M: Olivier Lorin <o.lorin@laposte.net>
2406L: linux-media@vger.kernel.org
2407T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2408S: Maintained
2409F: drivers/media/video/gspca/gl860/
2410
2411GSPCA M5602 SUBDRIVER
2412M: Erik Andren <erik.andren@gmail.com>
2413L: linux-media@vger.kernel.org
2414T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2415S: Maintained
2416F: drivers/media/video/gspca/m5602/
2417
2418GSPCA PAC207 SONIXB SUBDRIVER
2419M: Hans de Goede <hdegoede@redhat.com>
2420L: linux-media@vger.kernel.org
2421T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2422S: Maintained
2423F: drivers/media/video/gspca/pac207.c
2424
2425GSPCA SN9C20X SUBDRIVER
2426M: Brian Johnson <brijohn@gmail.com>
2427L: linux-media@vger.kernel.org
2428T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2429S: Maintained
2430F: drivers/media/video/gspca/sn9c20x.c
2431
2432GSPCA T613 SUBDRIVER
2433M: Leandro Costantino <lcostantino@gmail.com>
2434L: linux-media@vger.kernel.org
2435T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2436S: Maintained
2437F: drivers/media/video/gspca/t613.c
2438
2439GSPCA USB WEBCAM DRIVER
2440M: Jean-Francois Moine <moinejf@free.fr>
2441W: http://moinejf.free.fr
2442L: linux-media@vger.kernel.org
2443T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2444S: Maintained
2445F: drivers/media/video/gspca/
2446
2447HARDWARE MONITORING
2448L: lm-sensors@lm-sensors.org
2449W: http://www.lm-sensors.org/
2450S: Orphan
2451F: Documentation/hwmon/
2452F: drivers/hwmon/
2453F: include/linux/hwmon*.h
2454
2455HARDWARE RANDOM NUMBER GENERATOR CORE
2456M: Matt Mackall <mpm@selenic.com>
2457M: Herbert Xu <herbert@gondor.apana.org.au>
2458S: Odd fixes
2459F: Documentation/hw_random.txt
2460F: drivers/char/hw_random/
2461F: include/linux/hw_random.h
2462
2463HARMONY SOUND DRIVER
2464M: Kyle McMartin <kyle@mcmartin.ca>
2465L: linux-parisc@vger.kernel.org
2466S: Maintained
2467F: sound/parisc/harmony.*
2468
2469HAYES ESP SERIAL DRIVER
2470M: "Andrew J. Robinson" <arobinso@nyx.net>
2471W: http://www.nyx.net/~arobinso
2472S: Maintained
2473F: Documentation/serial/hayes-esp.txt
2474F: drivers/char/esp.c
2475
2476HEWLETT-PACKARD SMART2 RAID DRIVER
2477M: Chirag Kantharia <chirag.kantharia@hp.com>
2478L: iss_storagedev@hp.com
2479S: Maintained
2480F: Documentation/blockdev/cpqarray.txt
2481F: drivers/block/cpqarray.*
2482
2483HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2484M: Mike Miller <mike.miller@hp.com>
2485L: iss_storagedev@hp.com
2486S: Supported
2487F: Documentation/blockdev/cciss.txt
2488F: drivers/block/cciss*
2489F: include/linux/cciss_ioctl.h
2490
2491HFS FILESYSTEM
2492M: Roman Zippel <zippel@linux-m68k.org>
2493S: Maintained
2494F: Documentation/filesystems/hfs.txt
2495F: fs/hfs/
2496
2497HGA FRAMEBUFFER DRIVER
2498M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2499L: linux-nvidia@lists.surfsouth.com
2500W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2501S: Maintained
2502F: drivers/video/hgafb.c
2503
2504HIBERNATION (aka Software Suspend, aka swsusp)
2505M: Pavel Machek <pavel@ucw.cz>
2506M: "Rafael J. Wysocki" <rjw@sisk.pl>
2507L: linux-pm@lists.linux-foundation.org
2508S: Supported
2509F: arch/x86/power/
2510F: drivers/base/power/
2511F: kernel/power/
2512F: include/linux/suspend.h
2513F: include/linux/freezer.h
2514F: include/linux/pm.h
2515F: arch/*/include/asm/suspend*.h
2516
2517HID CORE LAYER
2518M: Jiri Kosina <jkosina@suse.cz>
2519L: linux-input@vger.kernel.org
2520T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2521S: Maintained
2522F: drivers/hid/
2523F: include/linux/hid*
2524
2525HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2526M: Thomas Gleixner <tglx@linutronix.de>
2527S: Maintained
2528F: Documentation/timers/
2529F: kernel/hrtimer.c
2530F: include/linux/hrtimer.h
2531
2532HIGH-SPEED SCC DRIVER FOR AX.25
2533M: Klaus Kudielka <klaus.kudielka@ieee.org>
2534L: linux-hams@vger.kernel.org
2535W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2536S: Maintained
2537F: drivers/net/hamradio/dmascc.c
2538F: drivers/net/hamradio/scc.c
2539
2540HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2541M: HighPoint Linux Team <linux@highpoint-tech.com>
2542W: http://www.highpoint-tech.com
2543S: Supported
2544F: Documentation/scsi/hptiop.txt
2545F: drivers/scsi/hptiop.c
2546
2547HIPPI
2548M: Jes Sorensen <jes@trained-monkey.org>
2549L: linux-hippi@sunsite.dk
2550S: Maintained
2551F: include/linux/hippidevice.h
2552F: include/linux/if_hippi.h
2553F: net/802/hippi.c
2554
2555HOST AP DRIVER
2556M: Jouni Malinen <j@w1.fi>
2557L: hostap@shmoo.com (subscribers-only)
2558L: linux-wireless@vger.kernel.org
2559W: http://hostap.epitest.fi/
2560S: Maintained
2561F: drivers/net/wireless/hostap/
2562
2563HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2564M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2565S: Odd Fixes
2566F: drivers/platform/x86/tc1100-wmi.c
2567
2568HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2569M: Jaroslav Kysela <perex@perex.cz>
2570S: Maintained
2571F: drivers/net/hp100.*
2572
2573HPET: High Precision Event Timers driver
2574M: Clemens Ladisch <clemens@ladisch.de>
2575S: Maintained
2576F: Documentation/timers/hpet.txt
2577F: drivers/char/hpet.c
2578F: include/linux/hpet.h
2579
2580HPET: i386
2581M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2582S: Maintained
2583F: arch/x86/kernel/hpet.c
2584F: arch/x86/include/asm/hpet.h
2585
2586HPET: x86_64
2587M: Vojtech Pavlik <vojtech@suse.cz>
2588S: Maintained
2589
2590HPET: ACPI
2591M: Bob Picco <bob.picco@hp.com>
2592S: Maintained
2593F: drivers/char/hpet.c
2594
2595HPFS FILESYSTEM
2596M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2597W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2598S: Maintained
2599F: fs/hpfs/
2600
2601HSO 3G MODEM DRIVER
2602M: Jan Dumon <j.dumon@option.com>
2603W: http://www.pharscape.org
2604S: Maintained
2605F: drivers/net/usb/hso.c
2606
2607HTCPEN TOUCHSCREEN DRIVER
2608M: Pau Oliva Fora <pof@eslack.org>
2609L: linux-input@vger.kernel.org
2610S: Maintained
2611F: drivers/input/touchscreen/htcpen.c
2612
2613HUGETLB FILESYSTEM
2614M: William Irwin <wli@holomorphy.com>
2615S: Maintained
2616F: fs/hugetlbfs/
2617
2618I2C/SMBUS STUB DRIVER
2619M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2620L: linux-i2c@vger.kernel.org
2621S: Maintained
2622F: drivers/i2c/busses/i2c-stub.c
2623
2624I2C SUBSYSTEM
2625M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2626M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2627L: linux-i2c@vger.kernel.org
2628W: http://i2c.wiki.kernel.org/
2629T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2630S: Maintained
2631F: Documentation/i2c/
2632F: drivers/i2c/
2633F: include/linux/i2c.h
2634F: include/linux/i2c-*.h
2635
2636I2C-TINY-USB DRIVER
2637M: Till Harbaum <till@harbaum.org>
2638L: linux-i2c@vger.kernel.org
2639W: http://www.harbaum.org/till/i2c_tiny_usb
2640S: Maintained
2641F: drivers/i2c/busses/i2c-tiny-usb.c
2642
2643i386 BOOT CODE
2644M: "H. Peter Anvin" <hpa@zytor.com>
2645S: Maintained
2646F: arch/x86/boot/
2647
2648i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2649M: "H. Peter Anvin" <hpa@zytor.com>
2650T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2651S: Maintained
2652
2653IA64 (Itanium) PLATFORM
2654M: Tony Luck <tony.luck@intel.com>
2655M: Fenghua Yu <fenghua.yu@intel.com>
2656L: linux-ia64@vger.kernel.org
2657W: http://www.ia64-linux.org/
2658T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2659S: Maintained
2660F: arch/ia64/
2661
2662IBM MCA SCSI SUBSYSTEM DRIVER
2663M: Michael Lang <langa2@kph.uni-mainz.de>
2664W: http://www.uni-mainz.de/~langm000/linux.html
2665S: Maintained
2666F: drivers/scsi/ibmmca.c
2667
2668IBM Power Linux RAID adapter
2669M: Brian King <brking@us.ibm.com>
2670S: Supported
2671F: drivers/scsi/ipr.*
2672
2673IBM ServeRAID RAID DRIVER
2674P: Jack Hammer
2675M: Dave Jeffery <ipslinux@adaptec.com>
2676W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2677S: Supported
2678F: drivers/scsi/ips.*
2679
2680IDE SUBSYSTEM
2681M: "David S. Miller" <davem@davemloft.net>
2682L: linux-ide@vger.kernel.org
2683T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2684S: Maintained
2685F: Documentation/ide/
2686F: drivers/ide/
2687F: include/linux/ide.h
2688
2689IDE/ATAPI DRIVERS
2690M: Borislav Petkov <petkovbb@gmail.com>
2691L: linux-ide@vger.kernel.org
2692S: Maintained
2693F: Documentation/cdrom/ide-cd
2694F: drivers/ide/ide-cd*
2695
2696IDLE-I7300
2697M: Andy Henroid <andrew.d.henroid@intel.com>
2698L: linux-pm@lists.linux-foundation.org
2699S: Supported
2700F: drivers/idle/i7300_idle.c
2701
2702IEEE 1394 SUBSYSTEM
2703M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2704L: linux1394-devel@lists.sourceforge.net
2705W: http://ieee1394.wiki.kernel.org/
2706T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2707S: Obsolete
2708F: Documentation/debugging-via-ohci1394.txt
2709F: drivers/ieee1394/
2710
2711IEEE 802.15.4 SUBSYSTEM
2712M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2713M: Sergey Lapin <slapin@ossfans.org>
2714L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2715W: http://apps.sourceforge.net/trac/linux-zigbee
2716T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2717S: Maintained
2718F: net/ieee802154/
2719F: drivers/ieee802154/
2720
2721INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2722M: Mimi Zohar <zohar@us.ibm.com>
2723S: Supported
2724F: security/integrity/ima/
2725
2726IMS TWINTURBO FRAMEBUFFER DRIVER
2727L: linux-fbdev@vger.kernel.org
2728S: Orphan
2729F: drivers/video/imsttfb.c
2730
2731INFINIBAND SUBSYSTEM
2732M: Roland Dreier <rolandd@cisco.com>
2733M: Sean Hefty <sean.hefty@intel.com>
2734M: Hal Rosenstock <hal.rosenstock@gmail.com>
2735L: linux-rdma@vger.kernel.org
2736W: http://www.openib.org/
2737T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2738S: Supported
2739F: Documentation/infiniband/
2740F: drivers/infiniband/
2741F: include/linux/if_infiniband.h
2742
2743INOTIFY
2744M: John McCutchan <john@johnmccutchan.com>
2745M: Robert Love <rlove@rlove.org>
2746M: Eric Paris <eparis@parisplace.org>
2747S: Maintained
2748F: Documentation/filesystems/inotify.txt
2749F: fs/notify/inotify/
2750F: include/linux/inotify.h
2751
2752INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2753M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2754M: Dmitry Torokhov <dtor@mail.ru>
2755L: linux-input@vger.kernel.org
2756T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2757S: Maintained
2758F: drivers/input/
2759
2760INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2761M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2762L: linux-fbdev@vger.kernel.org
2763S: Maintained
2764F: Documentation/fb/intelfb.txt
2765F: drivers/video/intelfb/
2766
2767INTEL 810/815 FRAMEBUFFER DRIVER
2768M: Antonino Daplas <adaplas@gmail.com>
2769L: linux-fbdev@vger.kernel.org
2770S: Maintained
2771F: drivers/video/i810/
2772
2773INTEL MENLOW THERMAL DRIVER
2774M: Sujith Thomas <sujith.thomas@intel.com>
2775L: linux-acpi@vger.kernel.org
2776W: http://www.lesswatts.org/projects/acpi/
2777S: Supported
2778F: drivers/platform/x86/intel_menlow.c
2779
2780INTEL IA32 MICROCODE UPDATE SUPPORT
2781M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2782S: Maintained
2783F: arch/x86/kernel/microcode_core.c
2784F: arch/x86/kernel/microcode_intel.c
2785
2786INTEL I/OAT DMA DRIVER
2787M: Dan Williams <dan.j.williams@intel.com>
2788S: Supported
2789F: drivers/dma/ioat*
2790
2791INTEL IOMMU (VT-d)
2792M: David Woodhouse <dwmw2@infradead.org>
2793L: iommu@lists.linux-foundation.org
2794T: git git://git.infradead.org/iommu-2.6.git
2795S: Supported
2796F: drivers/pci/intel-iommu.c
2797F: include/linux/intel-iommu.h
2798
2799INTEL IOP-ADMA DMA DRIVER
2800M: Dan Williams <dan.j.williams@intel.com>
2801S: Maintained
2802F: drivers/dma/iop-adma.c
2803
2804INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2805M: Krzysztof Halasa <khc@pm.waw.pl>
2806S: Maintained
2807F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2808F: arch/arm/mach-ixp4xx/include/mach/npe.h
2809F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2810F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2811F: drivers/net/arm/ixp4xx_eth.c
2812F: drivers/net/wan/ixp4xx_hss.c
2813
2814INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2815M: Deepak Saxena <dsaxena@plexity.net>
2816S: Maintained
2817F: drivers/char/hw_random/ixp4xx-rng.c
2818
2819INTEL IXP2000 ETHERNET DRIVER
2820M: Lennert Buytenhek <kernel@wantstofly.org>
2821L: netdev@vger.kernel.org
2822S: Maintained
2823F: drivers/net/ixp2000/
2824
2825INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2826M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2827M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2828M: Bruce Allan <bruce.w.allan@intel.com>
2829M: Alex Duyck <alexander.h.duyck@intel.com>
2830M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2831M: John Ronciak <john.ronciak@intel.com>
2832L: e1000-devel@lists.sourceforge.net
2833W: http://e1000.sourceforge.net/
2834S: Supported
2835F: drivers/net/e100.c
2836F: drivers/net/e1000/
2837F: drivers/net/e1000e/
2838F: drivers/net/igb/
2839F: drivers/net/igbvf/
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: */