]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
tg3: Push phylib definitions to phylib
[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
2376GRETH 10/100/1G Ethernet MAC device driver
2377M: Kristoffer Glembo <kristoffer@gaisler.com>
2378L: netdev@vger.kernel.org
2379S: Maintained
2380F: drivers/net/greth*
2381
2382HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2383M: Frank Seidel <frank@f-seidel.de>
2384L: lm-sensors@lm-sensors.org
2385W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2386S: Maintained
2387F: drivers/hwmon/hdaps.c
2388
2389HWPOISON MEMORY FAILURE HANDLING
2390M: Andi Kleen <andi@firstfloor.org>
2391L: linux-mm@kvack.org
2392L: linux-kernel@vger.kernel.org
2393T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2394S: Maintained
2395F: mm/memory-failure.c
2396F: mm/hwpoison-inject.c
2397
2398HYPERVISOR VIRTUAL CONSOLE DRIVER
2399L: linuxppc-dev@ozlabs.org
2400S: Odd Fixes
2401F: drivers/char/hvc_*
2402
2403GSPCA FINEPIX SUBDRIVER
2404M: Frank Zago <frank@zago.net>
2405L: linux-media@vger.kernel.org
2406T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2407S: Maintained
2408F: drivers/media/video/gspca/finepix.c
2409
2410GSPCA GL860 SUBDRIVER
2411M: Olivier Lorin <o.lorin@laposte.net>
2412L: linux-media@vger.kernel.org
2413T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2414S: Maintained
2415F: drivers/media/video/gspca/gl860/
2416
2417GSPCA M5602 SUBDRIVER
2418M: Erik Andren <erik.andren@gmail.com>
2419L: linux-media@vger.kernel.org
2420T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2421S: Maintained
2422F: drivers/media/video/gspca/m5602/
2423
2424GSPCA PAC207 SONIXB SUBDRIVER
2425M: Hans de Goede <hdegoede@redhat.com>
2426L: linux-media@vger.kernel.org
2427T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2428S: Maintained
2429F: drivers/media/video/gspca/pac207.c
2430
2431GSPCA SN9C20X SUBDRIVER
2432M: Brian Johnson <brijohn@gmail.com>
2433L: linux-media@vger.kernel.org
2434T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2435S: Maintained
2436F: drivers/media/video/gspca/sn9c20x.c
2437
2438GSPCA T613 SUBDRIVER
2439M: Leandro Costantino <lcostantino@gmail.com>
2440L: linux-media@vger.kernel.org
2441T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2442S: Maintained
2443F: drivers/media/video/gspca/t613.c
2444
2445GSPCA USB WEBCAM DRIVER
2446M: Jean-Francois Moine <moinejf@free.fr>
2447W: http://moinejf.free.fr
2448L: linux-media@vger.kernel.org
2449T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2450S: Maintained
2451F: drivers/media/video/gspca/
2452
2453HARDWARE MONITORING
2454L: lm-sensors@lm-sensors.org
2455W: http://www.lm-sensors.org/
2456S: Orphan
2457F: Documentation/hwmon/
2458F: drivers/hwmon/
2459F: include/linux/hwmon*.h
2460
2461HARDWARE RANDOM NUMBER GENERATOR CORE
2462M: Matt Mackall <mpm@selenic.com>
2463M: Herbert Xu <herbert@gondor.apana.org.au>
2464S: Odd fixes
2465F: Documentation/hw_random.txt
2466F: drivers/char/hw_random/
2467F: include/linux/hw_random.h
2468
2469HARMONY SOUND DRIVER
2470M: Kyle McMartin <kyle@mcmartin.ca>
2471L: linux-parisc@vger.kernel.org
2472S: Maintained
2473F: sound/parisc/harmony.*
2474
2475HAYES ESP SERIAL DRIVER
2476M: "Andrew J. Robinson" <arobinso@nyx.net>
2477W: http://www.nyx.net/~arobinso
2478S: Maintained
2479F: Documentation/serial/hayes-esp.txt
2480F: drivers/char/esp.c
2481
2482HEWLETT-PACKARD SMART2 RAID DRIVER
2483M: Chirag Kantharia <chirag.kantharia@hp.com>
2484L: iss_storagedev@hp.com
2485S: Maintained
2486F: Documentation/blockdev/cpqarray.txt
2487F: drivers/block/cpqarray.*
2488
2489HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2490M: Mike Miller <mike.miller@hp.com>
2491L: iss_storagedev@hp.com
2492S: Supported
2493F: Documentation/blockdev/cciss.txt
2494F: drivers/block/cciss*
2495F: include/linux/cciss_ioctl.h
2496
2497HFS FILESYSTEM
2498M: Roman Zippel <zippel@linux-m68k.org>
2499S: Maintained
2500F: Documentation/filesystems/hfs.txt
2501F: fs/hfs/
2502
2503HGA FRAMEBUFFER DRIVER
2504M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2505L: linux-nvidia@lists.surfsouth.com
2506W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2507S: Maintained
2508F: drivers/video/hgafb.c
2509
2510HIBERNATION (aka Software Suspend, aka swsusp)
2511M: Pavel Machek <pavel@ucw.cz>
2512M: "Rafael J. Wysocki" <rjw@sisk.pl>
2513L: linux-pm@lists.linux-foundation.org
2514S: Supported
2515F: arch/x86/power/
2516F: drivers/base/power/
2517F: kernel/power/
2518F: include/linux/suspend.h
2519F: include/linux/freezer.h
2520F: include/linux/pm.h
2521F: arch/*/include/asm/suspend*.h
2522
2523HID CORE LAYER
2524M: Jiri Kosina <jkosina@suse.cz>
2525L: linux-input@vger.kernel.org
2526T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2527S: Maintained
2528F: drivers/hid/
2529F: include/linux/hid*
2530
2531HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2532M: Thomas Gleixner <tglx@linutronix.de>
2533S: Maintained
2534F: Documentation/timers/
2535F: kernel/hrtimer.c
2536F: include/linux/hrtimer.h
2537
2538HIGH-SPEED SCC DRIVER FOR AX.25
2539M: Klaus Kudielka <klaus.kudielka@ieee.org>
2540L: linux-hams@vger.kernel.org
2541W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2542S: Maintained
2543F: drivers/net/hamradio/dmascc.c
2544F: drivers/net/hamradio/scc.c
2545
2546HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2547M: HighPoint Linux Team <linux@highpoint-tech.com>
2548W: http://www.highpoint-tech.com
2549S: Supported
2550F: Documentation/scsi/hptiop.txt
2551F: drivers/scsi/hptiop.c
2552
2553HIPPI
2554M: Jes Sorensen <jes@trained-monkey.org>
2555L: linux-hippi@sunsite.dk
2556S: Maintained
2557F: include/linux/hippidevice.h
2558F: include/linux/if_hippi.h
2559F: net/802/hippi.c
2560
2561HOST AP DRIVER
2562M: Jouni Malinen <j@w1.fi>
2563L: hostap@shmoo.com (subscribers-only)
2564L: linux-wireless@vger.kernel.org
2565W: http://hostap.epitest.fi/
2566S: Maintained
2567F: drivers/net/wireless/hostap/
2568
2569HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2570M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2571S: Odd Fixes
2572F: drivers/platform/x86/tc1100-wmi.c
2573
2574HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2575M: Jaroslav Kysela <perex@perex.cz>
2576S: Maintained
2577F: drivers/net/hp100.*
2578
2579HPET: High Precision Event Timers driver
2580M: Clemens Ladisch <clemens@ladisch.de>
2581S: Maintained
2582F: Documentation/timers/hpet.txt
2583F: drivers/char/hpet.c
2584F: include/linux/hpet.h
2585
2586HPET: i386
2587M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2588S: Maintained
2589F: arch/x86/kernel/hpet.c
2590F: arch/x86/include/asm/hpet.h
2591
2592HPET: x86_64
2593M: Vojtech Pavlik <vojtech@suse.cz>
2594S: Maintained
2595
2596HPET: ACPI
2597M: Bob Picco <bob.picco@hp.com>
2598S: Maintained
2599F: drivers/char/hpet.c
2600
2601HPFS FILESYSTEM
2602M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2603W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2604S: Maintained
2605F: fs/hpfs/
2606
2607HSO 3G MODEM DRIVER
2608M: Jan Dumon <j.dumon@option.com>
2609W: http://www.pharscape.org
2610S: Maintained
2611F: drivers/net/usb/hso.c
2612
2613HTCPEN TOUCHSCREEN DRIVER
2614M: Pau Oliva Fora <pof@eslack.org>
2615L: linux-input@vger.kernel.org
2616S: Maintained
2617F: drivers/input/touchscreen/htcpen.c
2618
2619HUGETLB FILESYSTEM
2620M: William Irwin <wli@holomorphy.com>
2621S: Maintained
2622F: fs/hugetlbfs/
2623
2624I2C/SMBUS STUB DRIVER
2625M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2626L: linux-i2c@vger.kernel.org
2627S: Maintained
2628F: drivers/i2c/busses/i2c-stub.c
2629
2630I2C SUBSYSTEM
2631M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2632M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2633L: linux-i2c@vger.kernel.org
2634W: http://i2c.wiki.kernel.org/
2635T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2636S: Maintained
2637F: Documentation/i2c/
2638F: drivers/i2c/
2639F: include/linux/i2c.h
2640F: include/linux/i2c-*.h
2641
2642I2C-TINY-USB DRIVER
2643M: Till Harbaum <till@harbaum.org>
2644L: linux-i2c@vger.kernel.org
2645W: http://www.harbaum.org/till/i2c_tiny_usb
2646S: Maintained
2647F: drivers/i2c/busses/i2c-tiny-usb.c
2648
2649i386 BOOT CODE
2650M: "H. Peter Anvin" <hpa@zytor.com>
2651S: Maintained
2652F: arch/x86/boot/
2653
2654i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2655M: "H. Peter Anvin" <hpa@zytor.com>
2656T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2657S: Maintained
2658
2659IA64 (Itanium) PLATFORM
2660M: Tony Luck <tony.luck@intel.com>
2661M: Fenghua Yu <fenghua.yu@intel.com>
2662L: linux-ia64@vger.kernel.org
2663W: http://www.ia64-linux.org/
2664T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2665S: Maintained
2666F: arch/ia64/
2667
2668IBM MCA SCSI SUBSYSTEM DRIVER
2669M: Michael Lang <langa2@kph.uni-mainz.de>
2670W: http://www.uni-mainz.de/~langm000/linux.html
2671S: Maintained
2672F: drivers/scsi/ibmmca.c
2673
2674IBM Power Linux RAID adapter
2675M: Brian King <brking@us.ibm.com>
2676S: Supported
2677F: drivers/scsi/ipr.*
2678
2679IBM ServeRAID RAID DRIVER
2680P: Jack Hammer
2681M: Dave Jeffery <ipslinux@adaptec.com>
2682W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2683S: Supported
2684F: drivers/scsi/ips.*
2685
2686IDE SUBSYSTEM
2687M: "David S. Miller" <davem@davemloft.net>
2688L: linux-ide@vger.kernel.org
2689T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2690S: Maintained
2691F: Documentation/ide/
2692F: drivers/ide/
2693F: include/linux/ide.h
2694
2695IDE/ATAPI DRIVERS
2696M: Borislav Petkov <petkovbb@gmail.com>
2697L: linux-ide@vger.kernel.org
2698S: Maintained
2699F: Documentation/cdrom/ide-cd
2700F: drivers/ide/ide-cd*
2701
2702IDLE-I7300
2703M: Andy Henroid <andrew.d.henroid@intel.com>
2704L: linux-pm@lists.linux-foundation.org
2705S: Supported
2706F: drivers/idle/i7300_idle.c
2707
2708IEEE 1394 SUBSYSTEM
2709M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2710L: linux1394-devel@lists.sourceforge.net
2711W: http://ieee1394.wiki.kernel.org/
2712T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2713S: Obsolete
2714F: Documentation/debugging-via-ohci1394.txt
2715F: drivers/ieee1394/
2716
2717IEEE 802.15.4 SUBSYSTEM
2718M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2719M: Sergey Lapin <slapin@ossfans.org>
2720L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2721W: http://apps.sourceforge.net/trac/linux-zigbee
2722T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2723S: Maintained
2724F: net/ieee802154/
2725F: drivers/ieee802154/
2726
2727INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2728M: Mimi Zohar <zohar@us.ibm.com>
2729S: Supported
2730F: security/integrity/ima/
2731
2732IMS TWINTURBO FRAMEBUFFER DRIVER
2733L: linux-fbdev@vger.kernel.org
2734S: Orphan
2735F: drivers/video/imsttfb.c
2736
2737INFINIBAND SUBSYSTEM
2738M: Roland Dreier <rolandd@cisco.com>
2739M: Sean Hefty <sean.hefty@intel.com>
2740M: Hal Rosenstock <hal.rosenstock@gmail.com>
2741L: linux-rdma@vger.kernel.org
2742W: http://www.openib.org/
2743T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2744S: Supported
2745F: Documentation/infiniband/
2746F: drivers/infiniband/
2747F: include/linux/if_infiniband.h
2748
2749INOTIFY
2750M: John McCutchan <john@johnmccutchan.com>
2751M: Robert Love <rlove@rlove.org>
2752M: Eric Paris <eparis@parisplace.org>
2753S: Maintained
2754F: Documentation/filesystems/inotify.txt
2755F: fs/notify/inotify/
2756F: include/linux/inotify.h
2757
2758INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2759M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2760M: Dmitry Torokhov <dtor@mail.ru>
2761L: linux-input@vger.kernel.org
2762T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2763S: Maintained
2764F: drivers/input/
2765
2766INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2767M: Sylvain Meyer <sylvain.meyer@worldonline.fr>
2768L: linux-fbdev@vger.kernel.org
2769S: Maintained
2770F: Documentation/fb/intelfb.txt
2771F: drivers/video/intelfb/
2772
2773INTEL 810/815 FRAMEBUFFER DRIVER
2774M: Antonino Daplas <adaplas@gmail.com>
2775L: linux-fbdev@vger.kernel.org
2776S: Maintained
2777F: drivers/video/i810/
2778
2779INTEL MENLOW THERMAL DRIVER
2780M: Sujith Thomas <sujith.thomas@intel.com>
2781L: linux-acpi@vger.kernel.org
2782W: http://www.lesswatts.org/projects/acpi/
2783S: Supported
2784F: drivers/platform/x86/intel_menlow.c
2785
2786INTEL IA32 MICROCODE UPDATE SUPPORT
2787M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2788S: Maintained
2789F: arch/x86/kernel/microcode_core.c
2790F: arch/x86/kernel/microcode_intel.c
2791
2792INTEL I/OAT DMA DRIVER
2793M: Dan Williams <dan.j.williams@intel.com>
2794S: Supported
2795F: drivers/dma/ioat*
2796
2797INTEL IOMMU (VT-d)
2798M: David Woodhouse <dwmw2@infradead.org>
2799L: iommu@lists.linux-foundation.org
2800T: git git://git.infradead.org/iommu-2.6.git
2801S: Supported
2802F: drivers/pci/intel-iommu.c
2803F: include/linux/intel-iommu.h
2804
2805INTEL IOP-ADMA DMA DRIVER
2806M: Dan Williams <dan.j.williams@intel.com>
2807S: Maintained
2808F: drivers/dma/iop-adma.c
2809
2810INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2811M: Krzysztof Halasa <khc@pm.waw.pl>
2812S: Maintained
2813F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2814F: arch/arm/mach-ixp4xx/include/mach/npe.h
2815F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2816F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2817F: drivers/net/arm/ixp4xx_eth.c
2818F: drivers/net/wan/ixp4xx_hss.c
2819
2820INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2821M: Deepak Saxena <dsaxena@plexity.net>
2822S: Maintained
2823F: drivers/char/hw_random/ixp4xx-rng.c
2824
2825INTEL IXP2000 ETHERNET DRIVER
2826M: Lennert Buytenhek <kernel@wantstofly.org>
2827L: netdev@vger.kernel.org
2828S: Maintained
2829F: drivers/net/ixp2000/
2830
2831INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2832M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2833M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2834M: Bruce Allan <bruce.w.allan@intel.com>
2835M: Alex Duyck <alexander.h.duyck@intel.com>
2836M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2837M: John Ronciak <john.ronciak@intel.com>
2838L: e1000-devel@lists.sourceforge.net
2839W: http://e1000.sourceforge.net/
2840S: Supported
2841F: drivers/net/e100.c
2842F: drivers/net/e1000/
2843F: drivers/net/e1000e/
2844F: drivers/net/igb/
2845F: drivers/net/igbvf/
2846F: drivers/net/ixgb/
2847F: drivers/net/ixgbe/
2848
2849INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2850M: Zhu Yi <yi.zhu@intel.com>
2851M: Reinette Chatre <reinette.chatre@intel.com>
2852M: Intel Linux Wireless <ilw@linux.intel.com>
2853L: linux-wireless@vger.kernel.org
2854W: http://ipw2100.sourceforge.net
2855S: Odd Fixes
2856F: Documentation/networking/README.ipw2100
2857F: drivers/net/wireless/ipw2x00/ipw2100.*
2858
2859INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2860M: Zhu Yi <yi.zhu@intel.com>
2861M: Reinette Chatre <reinette.chatre@intel.com>
2862M: Intel Linux Wireless <ilw@linux.intel.com>
2863L: linux-wireless@vger.kernel.org
2864W: http://ipw2200.sourceforge.net
2865S: Odd Fixes
2866F: Documentation/networking/README.ipw2200
2867F: drivers/net/wireless/ipw2x00/ipw2200.*
2868
2869INTEL WIRELESS WIMAX CONNECTION 2400
2870M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2871M: linux-wimax@intel.com
2872L: wimax@linuxwimax.org
2873S: Supported
2874W: http://linuxwimax.org
2875F: Documentation/wimax/README.i2400m
2876F: drivers/net/wimax/i2400m/
2877F: include/linux/wimax/i2400m.h
2878
2879INTEL WIRELESS WIFI LINK (iwlwifi)
2880M: Zhu Yi <yi.zhu@intel.com>
2881M: Reinette Chatre <reinette.chatre@intel.com>
2882M: Intel Linux Wireless <ilw@linux.intel.com>
2883L: linux-wireless@vger.kernel.org
2884W: http://intellinuxwireless.org
2885T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2886S: Supported
2887F: drivers/net/wireless/iwlwifi/
2888
2889INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2890M: Samuel Ortiz <samuel.ortiz@intel.com>
2891M: Zhu Yi <yi.zhu@intel.com>
2892M: Intel Linux Wireless <ilw@linux.intel.com>
2893L: linux-wireless@vger.kernel.org
2894S: Supported
2895W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
2896F: drivers/net/wireless/iwmc3200wifi/
2897
2898IOC3 ETHERNET DRIVER
2899M: Ralf Baechle <ralf@linux-mips.org>
2900L: linux-mips@linux-mips.org
2901S: Maintained
2902F: drivers/net/ioc3-eth.c
2903
2904IOC3 SERIAL DRIVER
2905M: Pat Gefre <pfg@sgi.com>
2906L: linux-mips@linux-mips.org
2907S: Maintained
2908F: drivers/serial/ioc3_serial.c
2909
2910IP MASQUERADING
2911M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2912S: Maintained
2913F: net/ipv4/netfilter/ipt_MASQUERADE.c
2914
2915IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2916M: Francois Romieu <romieu@fr.zoreil.com>
2917M: Sorbica Shieh <sorbica@icplus.com.tw>
2918M: Jesse Huang <jesse@icplus.com.tw>
2919L: netdev@vger.kernel.org
2920S: Maintained
2921F: drivers/net/ipg.c
2922
2923IPATH DRIVER
2924M: Ralph Campbell <infinipath@qlogic.com>
2925L: linux-rdma@vger.kernel.org
2926T: git git://git.qlogic.com/ipath-linux-2.6
2927S: Supported
2928F: drivers/infiniband/hw/ipath/
2929
2930IPMI SUBSYSTEM
2931M: Corey Minyard <minyard@acm.org>
2932L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
2933W: http://openipmi.sourceforge.net/
2934S: Supported
2935F: Documentation/IPMI.txt
2936F: drivers/char/ipmi/
2937F: include/linux/ipmi*
2938
2939IPS SCSI RAID DRIVER
2940M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2941L: linux-scsi@vger.kernel.org
2942W: http://www.adaptec.com/
2943S: Maintained
2944F: drivers/scsi/ips*
2945
2946IPVS
2947M: Wensong Zhang <wensong@linux-vs.org>
2948M: Simon Horman <horms@verge.net.au>
2949M: Julian Anastasov <ja@ssi.bg>
2950L: netdev@vger.kernel.org
2951L: lvs-devel@vger.kernel.org
2952S: Maintained
2953F: Documentation/networking/ipvs-sysctl.txt
2954F: include/net/ip_vs.h
2955F: include/linux/ip_vs.h
2956F: net/netfilter/ipvs/
2957
2958IPWIRELESS DRIVER
2959M: Jiri Kosina <jkosina@suse.cz>
2960M: David Sterba <dsterba@suse.cz>
2961S: Maintained
2962T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2963F: drivers/char/pcmcia/ipwireless/
2964
2965IPX NETWORK LAYER
2966M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2967L: netdev@vger.kernel.org
2968S: Maintained
2969F: include/linux/ipx.h
2970F: include/net/ipx.h
2971F: net/ipx/
2972
2973IRDA SUBSYSTEM
2974M: Samuel Ortiz <samuel@sortiz.org>
2975L: irda-users@lists.sourceforge.net (subscribers-only)
2976W: http://irda.sourceforge.net/
2977S: Maintained
2978T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2979F: Documentation/networking/irda.txt
2980F: drivers/net/irda/
2981F: include/net/irda/
2982F: net/irda/
2983
2984ISAPNP
2985M: Jaroslav Kysela <perex@perex.cz>
2986S: Maintained
2987F: Documentation/isapnp.txt
2988F: drivers/pnp/isapnp/
2989F: include/linux/isapnp.h
2990
2991ISCSI
2992M: Mike Christie <michaelc@cs.wisc.edu>
2993L: open-iscsi@googlegroups.com
2994W: www.open-iscsi.org
2995T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2996S: Maintained
2997F: drivers/scsi/*iscsi*
2998F: include/scsi/*iscsi*
2999
3000ISDN SUBSYSTEM
3001M: Karsten Keil <isdn@linux-pingi.de>
3002L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3003W: http://www.isdn4linux.de
3004T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3005S: Maintained
3006F: Documentation/isdn/
3007F: drivers/isdn/
3008F: include/linux/isdn.h
3009F: include/linux/isdn/
3010
3011ISDN SUBSYSTEM (Eicon active card driver)
3012M: Armin Schindler <mac@melware.de>
3013L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3014W: http://www.melware.de
3015S: Maintained
3016F: drivers/isdn/hardware/eicon/
3017
3018IVTV VIDEO4LINUX DRIVER
3019M: Andy Walls <awalls@radix.net>
3020L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3021L: linux-media@vger.kernel.org
3022T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3023W: http://www.ivtvdriver.org
3024S: Maintained
3025F: Documentation/video4linux/*.ivtv
3026F: drivers/media/video/ivtv/
3027F: include/linux/ivtv*
3028
3029JFS FILESYSTEM
3030M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3031L: jfs-discussion@lists.sourceforge.net
3032W: http://jfs.sourceforge.net/
3033T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3034S: Maintained
3035F: Documentation/filesystems/jfs.txt
3036F: fs/jfs/
3037
3038JME NETWORK DRIVER
3039M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3040L: netdev@vger.kernel.org
3041S: Maintained
3042F: drivers/net/jme.*
3043
3044JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3045M: David Woodhouse <dwmw2@infradead.org>
3046L: linux-mtd@lists.infradead.org
3047W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3048S: Maintained
3049F: fs/jffs2/
3050F: include/linux/jffs2.h
3051
3052JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3053M: Andrew Morton <akpm@linux-foundation.org>
3054M: Jan Kara <jack@suse.cz>
3055L: linux-ext4@vger.kernel.org
3056S: Maintained
3057F: fs/jbd*/
3058F: include/linux/ext*jbd*.h
3059F: include/linux/jbd*.h
3060
3061K8TEMP HARDWARE MONITORING DRIVER
3062M: Rudolf Marek <r.marek@assembler.cz>
3063L: lm-sensors@lm-sensors.org
3064S: Maintained
3065F: Documentation/hwmon/k8temp
3066F: drivers/hwmon/k8temp.c
3067
3068KCONFIG
3069M: Roman Zippel <zippel@linux-m68k.org>
3070L: linux-kbuild@vger.kernel.org
3071S: Maintained
3072F: Documentation/kbuild/kconfig-language.txt
3073F: scripts/kconfig/
3074
3075KDUMP
3076M: Vivek Goyal <vgoyal@redhat.com>
3077M: Haren Myneni <hbabu@us.ibm.com>
3078L: kexec@lists.infradead.org
3079W: http://lse.sourceforge.net/kdump/
3080S: Maintained
3081F: Documentation/kdump/
3082
3083KERNEL AUTOMOUNTER (AUTOFS)
3084M: "H. Peter Anvin" <hpa@zytor.com>
3085L: autofs@linux.kernel.org
3086S: Odd Fixes
3087F: fs/autofs/
3088
3089KERNEL AUTOMOUNTER v4 (AUTOFS4)
3090M: Ian Kent <raven@themaw.net>
3091L: autofs@linux.kernel.org
3092S: Maintained
3093F: fs/autofs4/
3094
3095KERNEL BUILD
3096M: Michal Marek <mmarek@suse.cz>
3097T: git git://repo.or.cz/linux-kbuild.git for-next
3098T: git git://repo.or.cz/linux-kbuild.git for-linus
3099L: linux-kbuild@vger.kernel.org
3100S: Maintained
3101F: Documentation/kbuild/
3102F: Makefile
3103F: scripts/Makefile.*
3104
3105KERNEL JANITORS
3106L: kernel-janitors@vger.kernel.org
3107W: http://janitor.kernelnewbies.org/
3108S: Odd Fixes
3109
3110KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3111M: "J. Bruce Fields" <bfields@fieldses.org>
3112M: Neil Brown <neilb@suse.de>
3113L: linux-nfs@vger.kernel.org
3114W: http://nfs.sourceforge.net/
3115S: Supported
3116F: fs/nfsd/
3117F: include/linux/nfsd/
3118F: fs/lockd/
3119F: fs/nfs_common/
3120F: net/sunrpc/
3121F: include/linux/lockd/
3122F: include/linux/sunrpc/
3123
3124KERNEL VIRTUAL MACHINE (KVM)
3125M: Avi Kivity <avi@redhat.com>
3126M: Marcelo Tosatti <mtosatti@redhat.com>
3127L: kvm@vger.kernel.org
3128W: http://kvm.qumranet.com
3129S: Supported
3130F: Documentation/*/kvm.txt
3131F: arch/*/kvm/
3132F: arch/*/include/asm/kvm*
3133F: include/linux/kvm*
3134F: virt/kvm/
3135
3136KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3137M: Joerg Roedel <joerg.roedel@amd.com>
3138L: kvm@vger.kernel.org
3139W: http://kvm.qumranet.com
3140S: Supported
3141F: arch/x86/include/asm/svm.h
3142F: arch/x86/kvm/svm.c
3143
3144KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3145M: Hollis Blanchard <hollisb@us.ibm.com>
3146L: kvm-ppc@vger.kernel.org
3147W: http://kvm.qumranet.com
3148S: Supported
3149F: arch/powerpc/include/asm/kvm*
3150F: arch/powerpc/kvm/
3151
3152KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3153M: Xiantao Zhang <xiantao.zhang@intel.com>
3154L: kvm-ia64@vger.kernel.org
3155W: http://kvm.qumranet.com
3156S: Supported
3157F: Documentation/ia64/kvm.txt
3158F: arch/ia64/include/asm/kvm*
3159F: arch/ia64/kvm/
3160
3161KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3162M: Carsten Otte <cotte@de.ibm.com>
3163M: Christian Borntraeger <borntraeger@de.ibm.com>
3164M: linux390@de.ibm.com
3165L: linux-s390@vger.kernel.org
3166W: http://www.ibm.com/developerworks/linux/linux390/
3167S: Supported
3168F: Documentation/s390/kvm.txt
3169F: arch/s390/include/asm/kvm*
3170F: arch/s390/kvm/
3171F: drivers/s390/kvm/
3172
3173KEXEC
3174M: Eric Biederman <ebiederm@xmission.com>
3175W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3176L: kexec@lists.infradead.org
3177S: Maintained
3178F: include/linux/kexec.h
3179F: kernel/kexec.c
3180
3181KGDB
3182M: Jason Wessel <jason.wessel@windriver.com>
3183L: kgdb-bugreport@lists.sourceforge.net
3184S: Maintained
3185F: Documentation/DocBook/kgdb.tmpl
3186F: drivers/misc/kgdbts.c
3187F: drivers/serial/kgdboc.c
3188F: include/linux/kgdb.h
3189F: kernel/kgdb.c
3190
3191KMEMCHECK
3192M: Vegard Nossum <vegardno@ifi.uio.no>
3193M: Pekka Enberg <penberg@cs.helsinki.fi>
3194S: Maintained
3195F: Documentation/kmemcheck.txt
3196F: arch/x86/include/asm/kmemcheck.h
3197F: arch/x86/mm/kmemcheck/
3198F: include/linux/kmemcheck.h
3199F: mm/kmemcheck.c
3200
3201KMEMLEAK
3202M: Catalin Marinas <catalin.marinas@arm.com>
3203S: Maintained
3204F: Documentation/kmemleak.txt
3205F: include/linux/kmemleak.h
3206F: mm/kmemleak.c
3207F: mm/kmemleak-test.c
3208
3209KMEMTRACE
3210M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3211S: Maintained
3212F: Documentation/trace/kmemtrace.txt
3213F: include/linux/kmemtrace.h
3214F: kernel/trace/kmemtrace.c
3215
3216KPROBES
3217M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3218M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3219M: "David S. Miller" <davem@davemloft.net>
3220M: Masami Hiramatsu <mhiramat@redhat.com>
3221S: Maintained
3222F: Documentation/kprobes.txt
3223F: include/linux/kprobes.h
3224F: kernel/kprobes.c
3225
3226KS0108 LCD CONTROLLER DRIVER
3227M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3228W: http://miguelojeda.es/auxdisplay.htm
3229W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3230S: Maintained
3231F: Documentation/auxdisplay/ks0108
3232F: drivers/auxdisplay/ks0108.c
3233F: include/linux/ks0108.h
3234
3235LAPB module
3236L: linux-x25@vger.kernel.org
3237S: Orphan
3238F: Documentation/networking/lapb-module.txt
3239F: include/*/lapb.h
3240F: net/lapb/
3241
3242LASI 53c700 driver for PARISC
3243M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3244L: linux-scsi@vger.kernel.org
3245S: Maintained
3246F: Documentation/scsi/53c700.txt
3247F: drivers/scsi/53c700*
3248
3249LED SUBSYSTEM
3250M: Richard Purdie <rpurdie@rpsys.net>
3251S: Maintained
3252F: drivers/leds/
3253F: include/linux/leds.h
3254
3255LEGO USB Tower driver
3256M: Juergen Stuber <starblue@users.sourceforge.net>
3257L: legousb-devel@lists.sourceforge.net
3258W: http://legousb.sourceforge.net/
3259S: Maintained
3260F: drivers/usb/misc/legousbtower.c
3261
3262LGUEST
3263M: Rusty Russell <rusty@rustcorp.com.au>
3264L: lguest@ozlabs.org
3265W: http://lguest.ozlabs.org/
3266S: Maintained
3267F: Documentation/lguest/
3268F: arch/x86/lguest/
3269F: drivers/lguest/
3270F: include/linux/lguest*.h
3271F: arch/x86/include/asm/lguest*.h
3272
3273LINUX FOR IBM pSERIES (RS/6000)
3274M: Paul Mackerras <paulus@au.ibm.com>
3275W: http://www.ibm.com/linux/ltc/projects/ppc
3276S: Supported
3277F: arch/powerpc/boot/rs6000.h
3278
3279LINUX FOR POWERPC (32-BIT AND 64-BIT)
3280M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3281M: Paul Mackerras <paulus@samba.org>
3282W: http://www.penguinppc.org/
3283L: linuxppc-dev@ozlabs.org
3284T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3285S: Supported
3286F: Documentation/powerpc/
3287F: arch/powerpc/
3288
3289LINUX FOR POWER MACINTOSH
3290M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3291W: http://www.penguinppc.org/
3292L: linuxppc-dev@ozlabs.org
3293S: Maintained
3294F: arch/powerpc/platforms/powermac/
3295F: drivers/macintosh/
3296
3297LINUX FOR POWERPC EMBEDDED MPC5XXX
3298M: Grant Likely <grant.likely@secretlab.ca>
3299L: linuxppc-dev@ozlabs.org
3300T: git git://git.secretlab.ca/git/linux-2.6.git
3301S: Maintained
3302F: arch/powerpc/platforms/512x/
3303F: arch/powerpc/platforms/52xx/
3304
3305LINUX FOR POWERPC EMBEDDED PPC4XX
3306M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3307M: Matt Porter <mporter@kernel.crashing.org>
3308W: http://www.penguinppc.org/
3309L: linuxppc-dev@ozlabs.org
3310T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3311S: Maintained
3312F: arch/powerpc/platforms/40x/
3313F: arch/powerpc/platforms/44x/
3314
3315LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3316M: Grant Likely <grant.likely@secretlab.ca>
3317W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3318L: linuxppc-dev@ozlabs.org
3319T: git git://git.secretlab.ca/git/linux-2.6.git
3320S: Maintained
3321F: arch/powerpc/*/*virtex*
3322F: arch/powerpc/*/*/*virtex*
3323
3324LINUX FOR POWERPC EMBEDDED PPC8XX
3325M: Vitaly Bordug <vitb@kernel.crashing.org>
3326M: Marcelo Tosatti <marcelo@kvack.org>
3327W: http://www.penguinppc.org/
3328L: linuxppc-dev@ozlabs.org
3329S: Maintained
3330
3331LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3332M: Kumar Gala <galak@kernel.crashing.org>
3333W: http://www.penguinppc.org/
3334L: linuxppc-dev@ozlabs.org
3335S: Maintained
3336F: arch/powerpc/platforms/83xx/
3337
3338LINUX FOR POWERPC PA SEMI PWRFICIENT
3339M: Olof Johansson <olof@lixom.net>
3340W: http://www.pasemi.com/
3341L: linuxppc-dev@ozlabs.org
3342S: Supported
3343F: arch/powerpc/platforms/pasemi/
3344F: drivers/*/*pasemi*
3345F: drivers/*/*/*pasemi*
3346
3347LINUX SECURITY MODULE (LSM) FRAMEWORK
3348M: Chris Wright <chrisw@sous-sol.org>
3349L: linux-security-module@vger.kernel.org
3350T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3351S: Supported
3352
3353LLC (802.2)
3354M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3355S: Maintained
3356F: include/linux/llc.h
3357F: include/net/llc*
3358F: net/llc/
3359
3360LIS3LV02D ACCELEROMETER DRIVER
3361M: Eric Piel <eric.piel@tremplin-utc.net>
3362S: Maintained
3363F: Documentation/hwmon/lis3lv02d
3364F: drivers/hwmon/lis3lv02d.*
3365
3366LM73 HARDWARE MONITOR DRIVER
3367M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3368L: lm-sensors@lm-sensors.org
3369S: Maintained
3370F: drivers/hwmon/lm73.c
3371
3372LM83 HARDWARE MONITOR DRIVER
3373M: Jean Delvare <khali@linux-fr.org>
3374L: lm-sensors@lm-sensors.org
3375S: Maintained
3376F: Documentation/hwmon/lm83
3377F: drivers/hwmon/lm83.c
3378
3379LM90 HARDWARE MONITOR DRIVER
3380M: Jean Delvare <khali@linux-fr.org>
3381L: lm-sensors@lm-sensors.org
3382S: Maintained
3383F: Documentation/hwmon/lm90
3384F: drivers/hwmon/lm90.c
3385
3386LOCKDEP AND LOCKSTAT
3387M: Peter Zijlstra <peterz@infradead.org>
3388M: Ingo Molnar <mingo@redhat.com>
3389T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3390S: Maintained
3391F: Documentation/lockdep*.txt
3392F: Documentation/lockstat.txt
3393F: include/linux/lockdep.h
3394F: kernel/lockdep*
3395
3396LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3397M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3398L: linux-ntfs-dev@lists.sourceforge.net
3399W: http://www.linux-ntfs.org/content/view/19/37/
3400S: Maintained
3401F: Documentation/ldm.txt
3402F: fs/partitions/ldm.*
3403
3404LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3405M: Eric Moore <Eric.Moore@lsi.com>
3406M: support@lsi.com
3407L: DL-MPTFusionLinux@lsi.com
3408L: linux-scsi@vger.kernel.org
3409W: http://www.lsilogic.com/support
3410S: Supported
3411F: drivers/message/fusion/
3412
3413LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3414M: Matthew Wilcox <matthew@wil.cx>
3415L: linux-scsi@vger.kernel.org
3416S: Maintained
3417F: drivers/scsi/sym53c8xx_2/
3418
3419LTP (Linux Test Project)
3420M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3421M: Garrett Cooper <yanegomi@gmail.com>
3422M: Mike Frysinger <vapier@gentoo.org>
3423M: Subrata Modak <subrata@linux.vnet.ibm.com>
3424L: ltp-list@lists.sourceforge.net (subscribers-only)
3425W: http://ltp.sourceforge.net/
3426T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3427S: Maintained
3428
3429M32R ARCHITECTURE
3430M: Hirokazu Takata <takata@linux-m32r.org>
3431L: linux-m32r@ml.linux-m32r.org
3432L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3433W: http://www.linux-m32r.org/
3434S: Maintained
3435F: arch/m32r/
3436
3437M68K ARCHITECTURE
3438M: Geert Uytterhoeven <geert@linux-m68k.org>
3439M: Roman Zippel <zippel@linux-m68k.org>
3440L: linux-m68k@lists.linux-m68k.org
3441W: http://www.linux-m68k.org/
3442T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3443S: Maintained
3444F: arch/m68k/
3445F: drivers/zorro/
3446
3447M68K ON APPLE MACINTOSH
3448M: Joshua Thompson <funaho@jurai.org>
3449W: http://www.mac.linux-m68k.org/
3450L: linux-m68k@lists.linux-m68k.org
3451S: Maintained
3452F: arch/m68k/mac/
3453
3454M68K ON HP9000/300
3455M: Philip Blundell <philb@gnu.org>
3456W: http://www.tazenda.demon.co.uk/phil/linux-hp
3457S: Maintained
3458F: arch/m68k/hp300/
3459
3460MAC80211
3461M: Johannes Berg <johannes@sipsolutions.net>
3462L: linux-wireless@vger.kernel.org
3463W: http://linuxwireless.org/
3464T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3465S: Maintained
3466F: Documentation/networking/mac80211-injection.txt
3467F: include/net/mac80211.h
3468F: net/mac80211/
3469
3470MAC80211 PID RATE CONTROL
3471M: Stefano Brivio <stefano.brivio@polimi.it>
3472M: Mattias Nissler <mattias.nissler@gmx.de>
3473L: linux-wireless@vger.kernel.org
3474W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3475T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3476S: Maintained
3477F: net/mac80211/rc80211_pid*
3478
3479MACVLAN DRIVER
3480M: Patrick McHardy <kaber@trash.net>
3481L: netdev@vger.kernel.org
3482S: Maintained
3483F: drivers/net/macvlan.c
3484F: include/linux/if_macvlan.h
3485
3486MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3487M: Michael Kerrisk <mtk.manpages@gmail.com>
3488W: http://www.kernel.org/doc/man-pages
3489L: linux-man@vger.kernel.org
3490S: Maintained
3491
3492MARVELL LIBERTAS WIRELESS DRIVER
3493M: Dan Williams <dcbw@redhat.com>
3494L: libertas-dev@lists.infradead.org
3495S: Maintained
3496F: drivers/net/wireless/libertas/
3497
3498MARVELL MV643XX ETHERNET DRIVER
3499M: Lennert Buytenhek <buytenh@marvell.com>
3500L: netdev@vger.kernel.org
3501S: Supported
3502F: drivers/net/mv643xx_eth.*
3503F: include/linux/mv643xx.h
3504
3505MARVELL MWL8K WIRELESS DRIVER
3506M: Lennert Buytenhek <buytenh@marvell.com>
3507L: linux-wireless@vger.kernel.org
3508S: Supported
3509F: drivers/net/wireless/mwl8k.c
3510
3511MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3512M: Nicolas Pitre <nico@fluxnic.net>
3513S: Maintained
3514
3515MARVELL YUKON / SYSKONNECT DRIVER
3516M: Mirko Lindner <mlindner@syskonnect.de>
3517M: Ralph Roesler <rroesler@syskonnect.de>
3518W: http://www.syskonnect.com
3519S: Supported
3520
3521MATROX FRAMEBUFFER DRIVER
3522M: Petr Vandrovec <vandrove@vc.cvut.cz>
3523L: linux-fbdev@vger.kernel.org
3524S: Maintained
3525F: drivers/video/matrox/matroxfb_*
3526F: include/linux/matroxfb.h
3527
3528MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3529M: "Hans J. Koch" <hjk@linutronix.de>
3530L: lm-sensors@lm-sensors.org
3531S: Maintained
3532F: Documentation/hwmon/max6650
3533F: drivers/hwmon/max6650.c
3534
3535MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3536M: Mauro Carvalho Chehab <mchehab@infradead.org>
3537P: LinuxTV.org Project
3538L: linux-media@vger.kernel.org
3539W: http://linuxtv.org
3540T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3541S: Maintained
3542F: Documentation/dvb/
3543F: Documentation/video4linux/
3544F: drivers/media/
3545F: include/media/
3546F: include/linux/dvb/
3547F: include/linux/videodev*.h
3548
3549MEGARAID SCSI DRIVERS
3550M: Neela Syam Kolli <megaraidlinux@lsi.com>
3551L: linux-scsi@vger.kernel.org
3552W: http://megaraid.lsilogic.com
3553S: Maintained
3554F: Documentation/scsi/megaraid.txt
3555F: drivers/scsi/megaraid.*
3556F: drivers/scsi/megaraid/
3557
3558MEMORY MANAGEMENT
3559L: linux-mm@kvack.org
3560W: http://www.linux-mm.org
3561S: Maintained
3562F: include/linux/mm.h
3563F: mm/
3564
3565MEMORY RESOURCE CONTROLLER
3566M: Balbir Singh <balbir@linux.vnet.ibm.com>
3567M: Pavel Emelyanov <xemul@openvz.org>
3568M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3569L: linux-mm@kvack.org
3570S: Maintained
3571F: mm/memcontrol.c
3572
3573MEMORY TECHNOLOGY DEVICES (MTD)
3574M: David Woodhouse <dwmw2@infradead.org>
3575W: http://www.linux-mtd.infradead.org/
3576L: linux-mtd@lists.infradead.org
3577T: git git://git.infradead.org/mtd-2.6.git
3578S: Maintained
3579F: drivers/mtd/
3580F: include/linux/mtd/
3581F: include/mtd/
3582
3583MICROBLAZE ARCHITECTURE
3584M: Michal Simek <monstr@monstr.eu>
3585L: microblaze-uclinux@itee.uq.edu.au
3586W: http://www.monstr.eu/fdt/
3587T: git git://git.monstr.eu/linux-2.6-microblaze.git
3588S: Supported
3589F: arch/microblaze/
3590
3591MICROTEK X6 SCANNER
3592M: Oliver Neukum <oliver@neukum.name>
3593S: Maintained
3594F: drivers/usb/image/microtek.*
3595
3596MIPS
3597M: Ralf Baechle <ralf@linux-mips.org>
3598W: http://www.linux-mips.org/
3599L: linux-mips@linux-mips.org
3600T: git git://git.linux-mips.org/pub/scm/linux.git
3601S: Supported
3602F: Documentation/mips/
3603F: arch/mips/
3604
3605MISCELLANEOUS MCA-SUPPORT
3606M: James Bottomley <James.Bottomley@HansenPartnership.com>
3607S: Maintained
3608F: Documentation/ia64/mca.txt
3609F: Documentation/mca.txt
3610F: drivers/mca/
3611F: include/linux/mca*
3612
3613MODULE SUPPORT
3614M: Rusty Russell <rusty@rustcorp.com.au>
3615S: Maintained
3616F: include/linux/module.h
3617F: kernel/module.c
3618
3619MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3620M: Stelian Pop <stelian@popies.net>
3621W: http://popies.net/meye/
3622S: Maintained
3623F: Documentation/video4linux/meye.txt
3624F: drivers/media/video/meye.*
3625F: include/linux/meye.h
3626
3627MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3628M: Pavel Pisa <ppisa@pikron.com>
3629L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3630S: Maintained
3631F: drivers/mmc/host/imxmmc.*
3632
3633MOUSE AND MISC DEVICES [GENERAL]
3634M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3635S: Maintained
3636F: drivers/input/mouse/
3637F: include/linux/gpio_mouse.h
3638
3639MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3640M: Jiri Slaby <jirislaby@gmail.com>
3641S: Maintained
3642F: Documentation/serial/moxa-smartio
3643F: drivers/char/mxser.*
3644
3645MSI LAPTOP SUPPORT
3646M: Lennart Poettering <mzxreary@0pointer.de>
3647W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3648W: http://0pointer.de/lennart/tchibo.html
3649S: Maintained
3650F: drivers/platform/x86/msi-laptop.c
3651
3652MSI WMI SUPPORT
3653M: Anisse Astier <anisse@astier.eu>
3654S: Supported
3655F: drivers/platform/x86/msi-wmi.c
3656
3657MULTIFUNCTION DEVICES (MFD)
3658M: Samuel Ortiz <sameo@linux.intel.com>
3659T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3660S: Supported
3661F: drivers/mfd/
3662
3663MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3664S: Orphan
3665L: linux-mmc@vger.kernel.org
3666F: drivers/mmc/
3667F: include/linux/mmc/
3668
3669MULTIMEDIA CARD (MMC) ETC. OVER SPI
3670M: David Brownell <dbrownell@users.sourceforge.net>
3671S: Odd Fixes
3672F: drivers/mmc/host/mmc_spi.c
3673F: include/linux/spi/mmc_spi.h
3674
3675MULTISOUND SOUND DRIVER
3676M: Andrew Veliath <andrewtv@usa.net>
3677S: Maintained
3678F: Documentation/sound/oss/MultiSound
3679F: sound/oss/msnd*
3680
3681MULTITECH MULTIPORT CARD (ISICOM)
3682M: Jiri Slaby <jirislaby@gmail.com>
3683S: Maintained
3684F: drivers/char/isicom.c
3685F: include/linux/isicom.h
3686
3687MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3688M: Felipe Balbi <felipe.balbi@nokia.com>
3689L: linux-usb@vger.kernel.org
3690T: git git://gitorious.org/usb/usb.git
3691S: Maintained
3692F: drivers/usb/musb/
3693
3694MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3695M: Andrew Gallatin <gallatin@myri.com>
3696M: Brice Goglin <brice@myri.com>
3697L: netdev@vger.kernel.org
3698W: http://www.myri.com/scs/download-Myri10GE.html
3699S: Supported
3700F: drivers/net/myri10ge/
3701
3702NATSEMI ETHERNET DRIVER (DP8381x)
3703M: Tim Hockin <thockin@hockin.org>
3704S: Maintained
3705F: drivers/net/natsemi.c
3706
3707NCP FILESYSTEM
3708M: Petr Vandrovec <vandrove@vc.cvut.cz>
3709S: Maintained
3710F: fs/ncpfs/
3711
3712NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3713M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3714L: linux-scsi@vger.kernel.org
3715S: Maintained
3716F: drivers/scsi/NCR_D700.*
3717
3718NETEFFECT IWARP RNIC DRIVER (IW_NES)
3719M: Faisal Latif <faisal.latif@intel.com>
3720M: Chien Tung <chien.tin.tung@intel.com>
3721L: linux-rdma@vger.kernel.org
3722W: http://www.neteffect.com
3723S: Supported
3724F: drivers/infiniband/hw/nes/
3725
3726NETEM NETWORK EMULATOR
3727M: Stephen Hemminger <shemminger@linux-foundation.org>
3728L: netem@lists.linux-foundation.org
3729S: Maintained
3730F: net/sched/sch_netem.c
3731
3732NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3733M: Ramkrishna Vepa <ram.vepa@neterion.com>
3734M: Rastapur Santosh <santosh.rastapur@neterion.com>
3735M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3736M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3737M: Anil Murthy <anil.murthy@neterion.com>
3738L: netdev@vger.kernel.org
3739W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3740W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3741S: Supported
3742F: Documentation/networking/s2io.txt
3743F: drivers/net/s2io*
3744
3745NETFILTER/IPTABLES/IPCHAINS
3746P: Rusty Russell
3747P: Marc Boucher
3748P: James Morris
3749P: Harald Welte
3750P: Jozsef Kadlecsik
3751M: Patrick McHardy <kaber@trash.net>
3752L: netfilter-devel@vger.kernel.org
3753L: netfilter@vger.kernel.org
3754L: coreteam@netfilter.org
3755W: http://www.netfilter.org/
3756W: http://www.iptables.org/
3757T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3758S: Supported
3759F: include/linux/netfilter*
3760F: include/linux/netfilter/
3761F: include/net/netfilter/
3762F: net/*/netfilter.c
3763F: net/*/netfilter/
3764F: net/netfilter/
3765
3766NETLABEL
3767M: Paul Moore <paul.moore@hp.com>
3768W: http://netlabel.sf.net
3769L: netdev@vger.kernel.org
3770S: Supported
3771F: Documentation/netlabel/
3772F: include/net/netlabel.h
3773F: net/netlabel/
3774
3775NETROM NETWORK LAYER
3776M: Ralf Baechle <ralf@linux-mips.org>
3777L: linux-hams@vger.kernel.org
3778W: http://www.linux-ax25.org/
3779S: Maintained
3780F: include/linux/netrom.h
3781F: include/net/netrom.h
3782F: net/netrom/
3783
3784NETWORK BLOCK DEVICE (NBD)
3785M: Paul Clements <Paul.Clements@steeleye.com>
3786S: Maintained
3787F: Documentation/blockdev/nbd.txt
3788F: drivers/block/nbd.c
3789F: include/linux/nbd.h
3790
3791NETWORK DROP MONITOR
3792M: Neil Horman <nhorman@tuxdriver.com>
3793L: netdev@vger.kernel.org
3794S: Maintained
3795W: https://fedorahosted.org/dropwatch/
3796F: net/core/drop_monitor.c
3797
3798NETWORKING [GENERAL]
3799M: "David S. Miller" <davem@davemloft.net>
3800L: netdev@vger.kernel.org
3801W: http://www.linuxfoundation.org/en/Net
3802W: http://patchwork.ozlabs.org/project/netdev/list/
3803T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3804T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3805S: Maintained
3806F: net/
3807F: include/net/
3808F: include/linux/in.h
3809F: include/linux/net.h
3810F: include/linux/netdevice.h
3811
3812NETWORKING [IPv4/IPv6]
3813M: "David S. Miller" <davem@davemloft.net>
3814M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3815M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3816M: James Morris <jmorris@namei.org>
3817M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3818M: Patrick McHardy <kaber@trash.net>
3819L: netdev@vger.kernel.org
3820T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3821S: Maintained
3822F: net/ipv4/
3823F: net/ipv6/
3824F: include/net/ip*
3825
3826NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3827M: Paul Moore <paul.moore@hp.com>
3828L: netdev@vger.kernel.org
3829S: Maintained
3830
3831NETWORKING [WIRELESS]
3832M: "John W. Linville" <linville@tuxdriver.com>
3833L: linux-wireless@vger.kernel.org
3834T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3835S: Maintained
3836F: net/mac80211/
3837F: net/rfkill/
3838F: net/wireless/
3839F: include/net/ieee80211*
3840F: include/linux/wireless.h
3841F: drivers/net/wireless/
3842
3843NETWORKING DRIVERS
3844L: netdev@vger.kernel.org
3845W: http://www.linuxfoundation.org/en/Net
3846T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3847T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3848S: Odd Fixes
3849F: drivers/net/
3850F: include/linux/if_*
3851F: include/linux/*device.h
3852
3853NETXEN (1/10) GbE SUPPORT
3854M: Amit Kumar Salecha <amit.salecha@qlogic.com>
3855L: netdev@vger.kernel.org
3856W: http://www.qlogic.com
3857S: Supported
3858F: drivers/net/netxen/
3859
3860NFS, SUNRPC, AND LOCKD CLIENTS
3861M: Trond Myklebust <Trond.Myklebust@netapp.com>
3862L: linux-nfs@vger.kernel.org
3863W: http://client.linux-nfs.org
3864T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3865S: Maintained
3866F: fs/lockd/
3867F: fs/nfs/
3868F: fs/nfs_common/
3869F: net/sunrpc/
3870F: include/linux/lockd/
3871F: include/linux/nfs*
3872F: include/linux/sunrpc/
3873
3874NI5010 NETWORK DRIVER
3875M: Jan-Pascal van Best <janpascal@vanbest.org>
3876M: Andreas Mohr <andi@lisas.de>
3877L: netdev@vger.kernel.org
3878S: Maintained
3879F: drivers/net/ni5010.*
3880
3881NILFS2 FILESYSTEM
3882M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3883L: linux-nilfs@vger.kernel.org
3884W: http://www.nilfs.org/en/
3885S: Supported
3886F: Documentation/filesystems/nilfs2.txt
3887F: fs/nilfs2/
3888F: include/linux/nilfs2_fs.h
3889
3890NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3891M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3892W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3893S: Maintained
3894F: Documentation/scsi/NinjaSCSI.txt
3895F: drivers/scsi/pcmcia/nsp_*
3896
3897NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3898M: GOTO Masanori <gotom@debian.or.jp>
3899M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3900W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3901S: Maintained
3902F: Documentation/scsi/NinjaSCSI.txt
3903F: drivers/scsi/nsp32*
3904
3905NTFS FILESYSTEM
3906M: Anton Altaparmakov <aia21@cantab.net>
3907L: linux-ntfs-dev@lists.sourceforge.net
3908W: http://www.linux-ntfs.org/
3909T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3910S: Maintained
3911F: Documentation/filesystems/ntfs.txt
3912F: fs/ntfs/
3913
3914NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3915M: Antonino Daplas <adaplas@gmail.com>
3916L: linux-fbdev@vger.kernel.org
3917S: Maintained
3918F: drivers/video/riva/
3919F: drivers/video/nvidia/
3920
3921OMAP SUPPORT
3922M: Tony Lindgren <tony@atomide.com>
3923L: linux-omap@vger.kernel.org
3924W: http://www.muru.com/linux/omap/
3925W: http://linux.omap.com/
3926T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3927S: Maintained
3928F: arch/arm/*omap*/
3929
3930OMAP CLOCK FRAMEWORK SUPPORT
3931M: Paul Walmsley <paul@pwsan.com>
3932L: linux-omap@vger.kernel.org
3933S: Maintained
3934F: arch/arm/*omap*/*clock*
3935
3936OMAP POWER MANAGEMENT SUPPORT
3937M: Kevin Hilman <khilman@deeprootsystems.com>
3938L: linux-omap@vger.kernel.org
3939S: Maintained
3940F: arch/arm/*omap*/*pm*
3941
3942OMAP AUDIO SUPPORT
3943M: Jarkko Nikula <jhnikula@gmail.com>
3944L: alsa-devel@alsa-project.org (subscribers-only)
3945L: linux-omap@vger.kernel.org
3946S: Maintained
3947F: sound/soc/omap/
3948
3949OMAP FRAMEBUFFER SUPPORT
3950M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
3951L: linux-fbdev@vger.kernel.org
3952L: linux-omap@vger.kernel.org
3953S: Maintained
3954F: drivers/video/omap/
3955
3956OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
3957M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
3958L: linux-omap@vger.kernel.org
3959L: linux-fbdev@vger.kernel.org
3960S: Maintained
3961F: drivers/video/omap2/
3962F: Documentation/arm/OMAP/DSS
3963
3964OMAP MMC SUPPORT
3965M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
3966L: linux-omap@vger.kernel.org
3967S: Maintained
3968F: drivers/mmc/host/omap.c
3969
3970OMAP HS MMC SUPPORT
3971M: Madhusudhan Chikkature <madhu.cr@ti.com>
3972L: linux-omap@vger.kernel.org
3973S: Maintained
3974F: drivers/mmc/host/omap_hsmmc.c
3975
3976OMAP RANDOM NUMBER GENERATOR SUPPORT
3977M: Deepak Saxena <dsaxena@plexity.net>
3978S: Maintained
3979F: drivers/char/hw_random/omap-rng.c
3980
3981OMAP USB SUPPORT
3982M: Felipe Balbi <felipe.balbi@nokia.com>
3983M: David Brownell <dbrownell@users.sourceforge.net>
3984L: linux-usb@vger.kernel.org
3985L: linux-omap@vger.kernel.org
3986S: Maintained
3987
3988OMFS FILESYSTEM
3989M: Bob Copeland <me@bobcopeland.com>
3990L: linux-karma-devel@lists.sourceforge.net
3991S: Maintained
3992F: Documentation/filesystems/omfs.txt
3993F: fs/omfs/
3994
3995OMNIKEY CARDMAN 4000 DRIVER
3996M: Harald Welte <laforge@gnumonks.org>
3997S: Maintained
3998F: drivers/char/pcmcia/cm4000_cs.c
3999F: include/linux/cm4000_cs.h
4000
4001OMNIKEY CARDMAN 4040 DRIVER
4002M: Harald Welte <laforge@gnumonks.org>
4003S: Maintained
4004F: drivers/char/pcmcia/cm4040_cs.*
4005
4006OMNIVISION OV7670 SENSOR DRIVER
4007M: Jonathan Corbet <corbet@lwn.net>
4008L: linux-media@vger.kernel.org
4009T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4010S: Maintained
4011F: drivers/media/video/ov7670.c
4012
4013ONENAND FLASH DRIVER
4014M: Kyungmin Park <kyungmin.park@samsung.com>
4015L: linux-mtd@lists.infradead.org
4016S: Maintained
4017F: drivers/mtd/onenand/
4018F: include/linux/mtd/onenand*.h
4019
4020ONSTREAM SCSI TAPE DRIVER
4021M: Willem Riede <osst@riede.org>
4022L: osst-users@lists.sourceforge.net
4023L: linux-scsi@vger.kernel.org
4024S: Maintained
4025F: drivers/scsi/osst*
4026F: drivers/scsi/st*
4027
4028OPENCORES I2C BUS DRIVER
4029M: Peter Korsgaard <jacmet@sunsite.dk>
4030L: linux-i2c@vger.kernel.org
4031S: Maintained
4032F: Documentation/i2c/busses/i2c-ocores
4033F: drivers/i2c/busses/i2c-ocores.c
4034
4035OPEN FIRMWARE AND FLATTENED DEVICE TREE
4036M: Grant Likely <grant.likely@secretlab.ca>
4037L: devicetree-discuss@lists.ozlabs.org
4038W: http://fdt.secretlab.ca
4039S: Maintained
4040F: drivers/of
4041F: include/linux/of*.h
4042K: of_get_property
4043
4044OPROFILE
4045M: Robert Richter <robert.richter@amd.com>
4046L: oprofile-list@lists.sf.net
4047S: Maintained
4048F: arch/*/oprofile/
4049F: drivers/oprofile/
4050F: include/linux/oprofile.h
4051
4052ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4053M: Mark Fasheh <mfasheh@suse.com>
4054M: Joel Becker <joel.becker@oracle.com>
4055L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4056W: http://oss.oracle.com/projects/ocfs2/
4057T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4058S: Supported
4059F: Documentation/filesystems/ocfs2.txt
4060F: Documentation/filesystems/dlmfs.txt
4061F: fs/ocfs2/
4062
4063ORINOCO DRIVER
4064M: Pavel Roskin <proski@gnu.org>
4065M: David Gibson <hermes@gibson.dropbear.id.au>
4066L: linux-wireless@vger.kernel.org
4067L: orinoco-users@lists.sourceforge.net
4068L: orinoco-devel@lists.sourceforge.net
4069W: http://www.nongnu.org/orinoco/
4070S: Maintained
4071F: drivers/net/wireless/orinoco/
4072
4073OSD LIBRARY and FILESYSTEM
4074M: Boaz Harrosh <bharrosh@panasas.com>
4075M: Benny Halevy <bhalevy@panasas.com>
4076L: osd-dev@open-osd.org
4077W: http://open-osd.org
4078T: git git://git.open-osd.org/open-osd.git
4079S: Maintained
4080F: drivers/scsi/osd/
4081F: include/scsi/osd_*
4082F: fs/exofs/
4083
4084P54 WIRELESS DRIVER
4085M: Michael Wu <flamingice@sourmilk.net>
4086L: linux-wireless@vger.kernel.org
4087W: http://prism54.org
4088T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4089S: Maintained
4090F: drivers/net/wireless/p54/
4091
4092PA SEMI ETHERNET DRIVER
4093M: Olof Johansson <olof@lixom.net>
4094L: netdev@vger.kernel.org
4095S: Maintained
4096F: drivers/net/pasemi_mac.*
4097
4098PA SEMI SMBUS DRIVER
4099M: Olof Johansson <olof@lixom.net>
4100L: linux-i2c@vger.kernel.org
4101S: Maintained
4102F: drivers/i2c/busses/i2c-pasemi.c
4103
4104PANASONIC LAPTOP ACPI EXTRAS DRIVER
4105M: Harald Welte <laforge@gnumonks.org>
4106S: Maintained
4107F: drivers/platform/x86/panasonic-laptop.c
4108
4109PANASONIC MN10300/AM33 PORT
4110M: David Howells <dhowells@redhat.com>
4111M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4112L: linux-am33-list@redhat.com (moderated for non-subscribers)
4113W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4114S: Maintained
4115F: Documentation/mn10300/
4116F: arch/mn10300/
4117
4118PARALLEL PORT SUPPORT
4119L: linux-parport@lists.infradead.org (subscribers-only)
4120S: Orphan
4121F: drivers/parport/
4122F: include/linux/parport*.h
4123F: drivers/char/ppdev.c
4124F: include/linux/ppdev.h
4125
4126PARAVIRT_OPS INTERFACE
4127M: Jeremy Fitzhardinge <jeremy@xensource.com>
4128M: Chris Wright <chrisw@sous-sol.org>
4129M: Alok Kataria <akataria@vmware.com>
4130M: Rusty Russell <rusty@rustcorp.com.au>
4131L: virtualization@lists.osdl.org
4132S: Supported
4133F: Documentation/ia64/paravirt_ops.txt
4134F: arch/*/kernel/paravirt*
4135F: arch/*/include/asm/paravirt.h
4136
4137PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4138M: Tim Waugh <tim@cyberelk.net>
4139L: linux-parport@lists.infradead.org (subscribers-only)
4140W: http://www.torque.net/linux-pp.html
4141S: Maintained
4142F: Documentation/blockdev/paride.txt
4143F: drivers/block/paride/
4144
4145PARISC ARCHITECTURE
4146M: Kyle McMartin <kyle@mcmartin.ca>
4147M: Helge Deller <deller@gmx.de>
4148M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4149L: linux-parisc@vger.kernel.org
4150W: http://www.parisc-linux.org/
4151T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4152S: Maintained
4153F: arch/parisc/
4154F: drivers/parisc/
4155
4156PC87360 HARDWARE MONITORING DRIVER
4157M: Jim Cromie <jim.cromie@gmail.com>
4158L: lm-sensors@lm-sensors.org
4159S: Maintained
4160F: Documentation/hwmon/pc87360
4161F: drivers/hwmon/pc87360.c
4162
4163PC8736x GPIO DRIVER
4164M: Jim Cromie <jim.cromie@gmail.com>
4165S: Maintained
4166F: drivers/char/pc8736x_gpio.c
4167
4168PCA9532 LED DRIVER
4169M: Riku Voipio <riku.voipio@iki.fi>
4170S: Maintained
4171F: drivers/leds/leds-pca9532.c
4172F: include/linux/leds-pca9532.h
4173
4174PCA9564/PCA9665 I2C BUS DRIVER
4175M: Wolfram Sang <w.sang@pengutronix.de>
4176L: linux-i2c@vger.kernel.org
4177S: Maintained
4178F: drivers/i2c/algos/i2c-algo-pca.c
4179F: drivers/i2c/busses/i2c-pca-*
4180F: include/linux/i2c-algo-pca.h
4181F: include/linux/i2c-pca-platform.h
4182
4183PCI ERROR RECOVERY
4184M: Linas Vepstas <linas@austin.ibm.com>
4185L: linux-pci@vger.kernel.org
4186S: Supported
4187F: Documentation/PCI/pci-error-recovery.txt
4188F: Documentation/powerpc/eeh-pci-error-recovery.txt
4189
4190PCI SUBSYSTEM
4191M: Jesse Barnes <jbarnes@virtuousgeek.org>
4192L: linux-pci@vger.kernel.org
4193T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4194S: Supported
4195F: Documentation/PCI/
4196F: drivers/pci/
4197F: include/linux/pci*
4198
4199PCI HOTPLUG
4200M: Jesse Barnes <jbarnes@virtuousgeek.org>
4201L: linux-pci@vger.kernel.org
4202S: Supported
4203F: drivers/pci/hotplug
4204
4205PCMCIA SUBSYSTEM
4206P: Linux PCMCIA Team
4207L: linux-pcmcia@lists.infradead.org
4208W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4209T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4210S: Maintained
4211F: Documentation/pcmcia/
4212F: drivers/pcmcia/
4213F: include/pcmcia/
4214
4215PCNET32 NETWORK DRIVER
4216M: Don Fry <pcnet32@verizon.net>
4217L: netdev@vger.kernel.org
4218S: Maintained
4219F: drivers/net/pcnet32.c
4220
4221PER-TASK DELAY ACCOUNTING
4222M: Balbir Singh <balbir@linux.vnet.ibm.com>
4223S: Maintained
4224F: include/linux/delayacct.h
4225F: kernel/delayacct.c
4226
4227PERFORMANCE EVENTS SUBSYSTEM
4228M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4229M: Paul Mackerras <paulus@samba.org>
4230M: Ingo Molnar <mingo@elte.hu>
4231S: Supported
4232F: kernel/perf_event.c
4233F: include/linux/perf_event.h
4234F: arch/*/*/kernel/perf_event.c
4235F: arch/*/include/asm/perf_event.h
4236F: arch/*/lib/perf_event.c
4237F: arch/*/kernel/perf_callchain.c
4238F: tools/perf/
4239
4240PERSONALITY HANDLING
4241M: Christoph Hellwig <hch@infradead.org>
4242L: linux-abi-devel@lists.sourceforge.net
4243S: Maintained
4244F: include/linux/personality.h
4245
4246PHRAM MTD DRIVER
4247M: Joern Engel <joern@lazybastard.org>
4248L: linux-mtd@lists.infradead.org
4249S: Maintained
4250F: drivers/mtd/devices/phram.c
4251
4252PKTCDVD DRIVER
4253M: Peter Osterlund <petero2@telia.com>
4254S: Maintained
4255F: drivers/block/pktcdvd.c
4256F: include/linux/pktcdvd.h
4257
4258PMC SIERRA MaxRAID DRIVER
4259M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4260L: linux-scsi@vger.kernel.org
4261W: http://www.pmc-sierra.com/
4262S: Supported
4263F: drivers/scsi/pmcraid.*
4264
4265PMC SIERRA PM8001 DRIVER
4266M: jack_wang@usish.com
4267M: lindar_liu@usish.com
4268L: linux-scsi@vger.kernel.org
4269S: Supported
4270F: drivers/scsi/pm8001/
4271
4272POSIX CLOCKS and TIMERS
4273M: Thomas Gleixner <tglx@linutronix.de>
4274S: Supported
4275F: fs/timerfd.c
4276F: include/linux/timer*
4277F: kernel/*timer*
4278
4279POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4280M: Anton Vorontsov <cbou@mail.ru>
4281M: David Woodhouse <dwmw2@infradead.org>
4282T: git git://git.infradead.org/battery-2.6.git
4283S: Maintained
4284F: include/linux/power_supply.h
4285F: drivers/power/power_supply*
4286
4287PNP SUPPORT
4288M: Adam Belay <abelay@mit.edu>
4289M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4290S: Maintained
4291F: drivers/pnp/
4292
4293PNXxxxx I2C DRIVER
4294M: Vitaly Wool <vitalywool@gmail.com>
4295L: linux-i2c@vger.kernel.org
4296S: Maintained
4297F: drivers/i2c/busses/i2c-pnx.c
4298
4299PPP PROTOCOL DRIVERS AND COMPRESSORS
4300M: Paul Mackerras <paulus@samba.org>
4301L: linux-ppp@vger.kernel.org
4302S: Maintained
4303F: drivers/net/ppp_*
4304
4305PPP OVER ATM (RFC 2364)
4306M: Mitchell Blank Jr <mitch@sfgoth.com>
4307S: Maintained
4308F: net/atm/pppoatm.c
4309F: include/linux/atmppp.h
4310
4311PPP OVER ETHERNET
4312M: Michal Ostrowski <mostrows@earthlink.net>
4313S: Maintained
4314F: drivers/net/pppoe.c
4315F: drivers/net/pppox.c
4316
4317PPP OVER L2TP
4318M: James Chapman <jchapman@katalix.com>
4319S: Maintained
4320F: drivers/net/pppol2tp.c
4321F: include/linux/if_pppol2tp.h
4322
4323PPS SUPPORT
4324M: Rodolfo Giometti <giometti@enneenne.com>
4325W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4326L: linuxpps@ml.enneenne.com (subscribers-only)
4327S: Maintained
4328F: Documentation/pps/
4329F: drivers/pps/
4330F: include/linux/pps*.h
4331
4332PREEMPTIBLE KERNEL
4333M: Robert Love <rml@tech9.net>
4334L: kpreempt-tech@lists.sourceforge.net
4335W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4336S: Supported
4337F: Documentation/preempt-locking.txt
4338F: include/linux/preempt.h
4339
4340PRISM54 WIRELESS DRIVER
4341M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4342L: linux-wireless@vger.kernel.org
4343W: http://prism54.org
4344S: Maintained
4345F: drivers/net/wireless/prism54/
4346
4347PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4348M: Peter Denison <promise@pnd-pc.demon.co.uk>
4349W: http://www.pnd-pc.demon.co.uk/promise/
4350S: Maintained
4351
4352PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4353M: Mikael Pettersson <mikpe@it.uu.se>
4354L: linux-ide@vger.kernel.org
4355S: Maintained
4356F: drivers/ata/sata_promise.*
4357
4358PS3 NETWORK SUPPORT
4359M: Geoff Levand <geoffrey.levand@am.sony.com>
4360L: netdev@vger.kernel.org
4361L: cbe-oss-dev@ozlabs.org
4362S: Supported
4363F: drivers/net/ps3_gelic_net.*
4364
4365PS3 PLATFORM SUPPORT
4366M: Geoff Levand <geoffrey.levand@am.sony.com>
4367L: linuxppc-dev@ozlabs.org
4368L: cbe-oss-dev@ozlabs.org
4369S: Supported
4370F: arch/powerpc/boot/ps3*
4371F: arch/powerpc/include/asm/lv1call.h
4372F: arch/powerpc/include/asm/ps3*.h
4373F: arch/powerpc/platforms/ps3/
4374F: drivers/*/ps3*
4375F: drivers/ps3/
4376F: drivers/rtc/rtc-ps3.c
4377F: drivers/usb/host/*ps3.c
4378F: sound/ppc/snd_ps3*
4379
4380PS3VRAM DRIVER
4381M: Jim Paris <jim@jtan.com>
4382L: cbe-oss-dev@ozlabs.org
4383S: Maintained
4384
4385PTRACE SUPPORT
4386M: Roland McGrath <roland@redhat.com>
4387M: Oleg Nesterov <oleg@redhat.com>
4388S: Maintained
4389F: include/asm-generic/syscall.h
4390F: include/linux/ptrace.h
4391F: include/linux/regset.h
4392F: include/linux/tracehook.h
4393F: kernel/ptrace.c
4394
4395PVRUSB2 VIDEO4LINUX DRIVER
4396M: Mike Isely <isely@pobox.com>
4397L: pvrusb2@isely.net (subscribers-only)
4398L: linux-media@vger.kernel.org
4399W: http://www.isely.net/pvrusb2/
4400T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4401S: Maintained
4402F: Documentation/video4linux/README.pvrusb2
4403F: drivers/media/video/pvrusb2/
4404
4405PXA2xx/PXA3xx SUPPORT
4406M: Eric Miao <eric.y.miao@gmail.com>
4407M: Russell King <linux@arm.linux.org.uk>
4408L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4409S: Maintained
4410F: arch/arm/mach-pxa/
4411F: drivers/pcmcia/pxa2xx*
4412F: drivers/spi/pxa2xx*
4413F: drivers/usb/gadget/pxa2*
4414F: include/sound/pxa2xx-lib.h
4415F: sound/arm/pxa*
4416F: sound/soc/pxa
4417
4418PXA168 SUPPORT
4419M: Eric Miao <eric.y.miao@gmail.com>
4420M: Jason Chagas <jason.chagas@marvell.com>
4421L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4422T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4423S: Maintained
4424
4425PXA910 SUPPORT
4426M: Eric Miao <eric.y.miao@gmail.com>
4427L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4428T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4429S: Maintained
4430
4431PXA MMCI DRIVER
4432S: Orphan
4433
4434PXA RTC DRIVER
4435M: Robert Jarzmik <robert.jarzmik@free.fr>
4436L: rtc-linux@googlegroups.com
4437S: Maintained
4438
4439QLOGIC QLA2XXX FC-SCSI DRIVER
4440M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4441M: linux-driver@qlogic.com
4442L: linux-scsi@vger.kernel.org
4443S: Supported
4444F: Documentation/scsi/LICENSE.qla2xxx
4445F: drivers/scsi/qla2xxx/
4446
4447QLOGIC QLA3XXX NETWORK DRIVER
4448M: Ron Mercer <ron.mercer@qlogic.com>
4449M: linux-driver@qlogic.com
4450L: netdev@vger.kernel.org
4451S: Supported
4452F: Documentation/networking/LICENSE.qla3xxx
4453F: drivers/net/qla3xxx.*
4454
4455QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4456M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4457M: linux-driver@qlogic.com
4458L: netdev@vger.kernel.org
4459S: Supported
4460F: drivers/net/qlcnic/
4461
4462QLOGIC QLGE 10Gb ETHERNET DRIVER
4463M: Ron Mercer <ron.mercer@qlogic.com>
4464M: linux-driver@qlogic.com
4465L: netdev@vger.kernel.org
4466S: Supported
4467F: drivers/net/qlge/
4468
4469QNX4 FILESYSTEM
4470M: Anders Larsen <al@alarsen.net>
4471W: http://www.alarsen.net/linux/qnx4fs/
4472S: Maintained
4473F: fs/qnx4/
4474F: include/linux/qnx4_fs.h
4475F: include/linux/qnxtypes.h
4476
4477RADEON FRAMEBUFFER DISPLAY DRIVER
4478M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4479L: linux-fbdev@vger.kernel.org
4480S: Maintained
4481F: drivers/video/aty/radeon*
4482F: include/linux/radeonfb.h
4483
4484RAGE128 FRAMEBUFFER DISPLAY DRIVER
4485M: Paul Mackerras <paulus@samba.org>
4486L: linux-fbdev@vger.kernel.org
4487S: Maintained
4488F: drivers/video/aty/aty128fb.c
4489
4490RALINK RT2X00 WIRELESS LAN DRIVER
4491P: rt2x00 project
4492M: Ivo van Doorn <IvDoorn@gmail.com>
4493M: Gertjan van Wingerde <gwingerde@gmail.com>
4494L: linux-wireless@vger.kernel.org
4495L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4496W: http://rt2x00.serialmonkey.com/
4497S: Maintained
4498T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4499F: drivers/net/wireless/rt2x00/
4500
4501RAMDISK RAM BLOCK DEVICE DRIVER
4502M: Nick Piggin <npiggin@suse.de>
4503S: Maintained
4504F: Documentation/blockdev/ramdisk.txt
4505F: drivers/block/brd.c
4506
4507RANDOM NUMBER DRIVER
4508M: Matt Mackall <mpm@selenic.com>
4509S: Maintained
4510F: drivers/char/random.c
4511
4512RAPIDIO SUBSYSTEM
4513M: Matt Porter <mporter@kernel.crashing.org>
4514S: Maintained
4515F: drivers/rapidio/
4516
4517RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4518M: Corey Thomas <coreythomas@charter.net>
4519L: linux-wireless@vger.kernel.org
4520S: Maintained
4521F: drivers/net/wireless/ray*
4522
4523RCUTORTURE MODULE
4524M: Josh Triplett <josh@freedesktop.org>
4525M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4526S: Maintained
4527F: Documentation/RCU/torture.txt
4528F: kernel/rcutorture.c
4529
4530RDC R-321X SoC
4531M: Florian Fainelli <florian@openwrt.org>
4532S: Maintained
4533
4534RDC R6040 FAST ETHERNET DRIVER
4535M: Florian Fainelli <florian@openwrt.org>
4536L: netdev@vger.kernel.org
4537S: Maintained
4538F: drivers/net/r6040.c
4539
4540RDS - RELIABLE DATAGRAM SOCKETS
4541M: Andy Grover <andy.grover@oracle.com>
4542L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4543S: Supported
4544F: net/rds/
4545
4546READ-COPY UPDATE (RCU)
4547M: Dipankar Sarma <dipankar@in.ibm.com>
4548M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4549W: http://www.rdrop.com/users/paulmck/rclock/
4550S: Supported
4551F: Documentation/RCU/rcu.txt
4552F: Documentation/RCU/rcuref.txt
4553F: include/linux/rcupdate.h
4554F: include/linux/srcu.h
4555F: kernel/rcupdate.c
4556
4557REAL TIME CLOCK DRIVER
4558M: Paul Gortmaker <p_gortmaker@yahoo.com>
4559S: Maintained
4560F: Documentation/rtc.txt
4561F: drivers/rtc/
4562F: include/linux/rtc.h
4563
4564REAL TIME CLOCK (RTC) SUBSYSTEM
4565M: Alessandro Zummo <a.zummo@towertech.it>
4566L: rtc-linux@googlegroups.com
4567S: Maintained
4568F: Documentation/rtc.txt
4569F: drivers/rtc/
4570F: include/linux/rtc.h
4571
4572REISERFS FILE SYSTEM
4573L: reiserfs-devel@vger.kernel.org
4574S: Supported
4575F: fs/reiserfs/
4576
4577RFKILL
4578M: Johannes Berg <johannes@sipsolutions.net>
4579L: linux-wireless@vger.kernel.org
4580S: Maintained
4581F: Documentation/rfkill.txt
4582F: net/rfkill/
4583
4584RISCOM8 DRIVER
4585S: Orphan
4586F: Documentation/serial/riscom8.txt
4587F: drivers/char/riscom8*
4588
4589ROCKETPORT DRIVER
4590P: Comtrol Corp.
4591W: http://www.comtrol.com
4592S: Maintained
4593F: Documentation/serial/rocket.txt
4594F: drivers/char/rocket*
4595
4596ROSE NETWORK LAYER
4597M: Ralf Baechle <ralf@linux-mips.org>
4598L: linux-hams@vger.kernel.org
4599W: http://www.linux-ax25.org/
4600S: Maintained
4601F: include/linux/rose.h
4602F: include/net/rose.h
4603F: net/rose/
4604
4605RTL8180 WIRELESS DRIVER
4606M: "John W. Linville" <linville@tuxdriver.com>
4607L: linux-wireless@vger.kernel.org
4608W: http://linuxwireless.org/
4609T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4610S: Maintained
4611F: drivers/net/wireless/rtl818x/rtl8180*
4612
4613RTL8187 WIRELESS DRIVER
4614M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4615M: Hin-Tak Leung <htl10@users.sourceforge.net>
4616M: Larry Finger <Larry.Finger@lwfinger.net>
4617L: linux-wireless@vger.kernel.org
4618W: http://linuxwireless.org/
4619T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4620S: Maintained
4621F: drivers/net/wireless/rtl818x/rtl8187*
4622
4623S3 SAVAGE FRAMEBUFFER DRIVER
4624M: Antonino Daplas <adaplas@gmail.com>
4625L: linux-fbdev@vger.kernel.org
4626S: Maintained
4627F: drivers/video/savage/
4628
4629S390
4630M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4631M: Heiko Carstens <heiko.carstens@de.ibm.com>
4632M: linux390@de.ibm.com
4633L: linux-s390@vger.kernel.org
4634W: http://www.ibm.com/developerworks/linux/linux390/
4635S: Supported
4636F: arch/s390/
4637F: drivers/s390/
4638
4639S390 NETWORK DRIVERS
4640M: Ursula Braun <ursula.braun@de.ibm.com>
4641M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4642M: linux390@de.ibm.com
4643L: linux-s390@vger.kernel.org
4644W: http://www.ibm.com/developerworks/linux/linux390/
4645S: Supported
4646F: drivers/s390/net/
4647
4648S390 ZCRYPT DRIVER
4649M: Felix Beck <felix.beck@de.ibm.com>
4650M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4651M: linux390@de.ibm.com
4652L: linux-s390@vger.kernel.org
4653W: http://www.ibm.com/developerworks/linux/linux390/
4654S: Supported
4655F: drivers/s390/crypto/
4656
4657S390 ZFCP DRIVER
4658M: Christof Schmitt <christof.schmitt@de.ibm.com>
4659M: Martin Peschke <mp3@de.ibm.com>
4660M: linux390@de.ibm.com
4661L: linux-s390@vger.kernel.org
4662W: http://www.ibm.com/developerworks/linux/linux390/
4663S: Supported
4664F: Documentation/s390/zfcpdump.txt
4665F: drivers/s390/scsi/zfcp_*
4666
4667S390 IUCV NETWORK LAYER
4668M: Ursula Braun <ursula.braun@de.ibm.com>
4669M: linux390@de.ibm.com
4670L: linux-s390@vger.kernel.org
4671W: http://www.ibm.com/developerworks/linux/linux390/
4672S: Supported
4673F: drivers/s390/net/*iucv*
4674F: include/net/iucv/
4675F: net/iucv/
4676
4677S3C24XX SD/MMC Driver
4678M: Ben Dooks <ben-linux@fluff.org>
4679L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4680S: Supported
4681F: drivers/mmc/host/s3cmci.*
4682
4683SAA7146 VIDEO4LINUX-2 DRIVER
4684M: Michael Hunold <michael@mihu.de>
4685L: linux-media@vger.kernel.org
4686T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4687W: http://www.mihu.de/linux/saa7146
4688S: Maintained
4689F: drivers/media/common/saa7146*
4690F: drivers/media/video/*7146*
4691F: include/media/*7146*
4692
4693SC1200 WDT DRIVER
4694M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4695S: Maintained
4696F: drivers/watchdog/sc1200wdt.c
4697
4698SCHEDULER
4699M: Ingo Molnar <mingo@elte.hu>
4700M: Peter Zijlstra <peterz@infradead.org>
4701S: Maintained
4702F: kernel/sched*
4703F: include/linux/sched.h
4704
4705SCORE ARCHITECTURE
4706M: Chen Liqin <liqin.chen@sunplusct.com>
4707M: Lennox Wu <lennox.wu@gmail.com>
4708W: http://www.sunplusct.com
4709S: Supported
4710F: arch/score/
4711
4712SCSI CDROM DRIVER
4713M: Jens Axboe <axboe@kernel.dk>
4714L: linux-scsi@vger.kernel.org
4715W: http://www.kernel.dk
4716S: Maintained
4717F: drivers/scsi/sr*
4718
4719SCSI SG DRIVER
4720M: Doug Gilbert <dgilbert@interlog.com>
4721L: linux-scsi@vger.kernel.org
4722W: http://www.torque.net/sg
4723S: Maintained
4724F: drivers/scsi/sg.c
4725F: include/scsi/sg.h
4726
4727SCSI SUBSYSTEM
4728M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4729L: linux-scsi@vger.kernel.org
4730T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4731T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4732T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4733S: Maintained
4734F: drivers/scsi/
4735F: include/scsi/
4736
4737SCSI TAPE DRIVER
4738M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4739L: linux-scsi@vger.kernel.org
4740S: Maintained
4741F: Documentation/scsi/st.txt
4742F: drivers/scsi/st*
4743
4744SCTP PROTOCOL
4745M: Vlad Yasevich <vladislav.yasevich@hp.com>
4746M: Sridhar Samudrala <sri@us.ibm.com>
4747L: linux-sctp@vger.kernel.org
4748W: http://lksctp.sourceforge.net
4749S: Supported
4750F: Documentation/networking/sctp.txt
4751F: include/linux/sctp.h
4752F: include/net/sctp/
4753F: net/sctp/
4754
4755SCx200 CPU SUPPORT
4756M: Jim Cromie <jim.cromie@gmail.com>
4757S: Odd Fixes
4758F: Documentation/i2c/busses/scx200_acb
4759F: arch/x86/kernel/scx200_32.c
4760F: drivers/watchdog/scx200_wdt.c
4761F: drivers/i2c/busses/scx200*
4762F: drivers/mtd/maps/scx200_docflash.c
4763F: include/linux/scx200.h
4764
4765SCx200 GPIO DRIVER
4766M: Jim Cromie <jim.cromie@gmail.com>
4767S: Maintained
4768F: drivers/char/scx200_gpio.c
4769F: include/linux/scx200_gpio.h
4770
4771SCx200 HRT CLOCKSOURCE DRIVER
4772M: Jim Cromie <jim.cromie@gmail.com>
4773S: Maintained
4774F: drivers/clocksource/scx200_hrt.c
4775
4776SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4777M: Sascha Sommer <saschasommer@freenet.de>
4778L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4779S: Maintained
4780F: drivers/mmc/host/sdricoh_cs.c
4781
4782SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4783S: Orphan
4784L: linux-mmc@vger.kernel.org
4785F: drivers/mmc/host/sdhci.*
4786
4787SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4788M: Anton Vorontsov <avorontsov@ru.mvista.com>
4789L: linuxppc-dev@ozlabs.org
4790L: linux-mmc@vger.kernel.org
4791S: Maintained
4792F: drivers/mmc/host/sdhci-of.*
4793
4794SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4795M: Ben Dooks <ben-linux@fluff.org>
4796L: linux-mmc@vger.kernel.org
4797S: Maintained
4798F: drivers/mmc/host/sdhci-s3c.c
4799
4800SECURITY SUBSYSTEM
4801M: James Morris <jmorris@namei.org>
4802L: linux-security-module@vger.kernel.org (suggested Cc:)
4803T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4804W: http://security.wiki.kernel.org/
4805S: Supported
4806F: security/
4807
4808SECURITY CONTACT
4809M: Security Officers <security@kernel.org>
4810S: Supported
4811
4812SELINUX SECURITY MODULE
4813M: Stephen Smalley <sds@tycho.nsa.gov>
4814M: James Morris <jmorris@namei.org>
4815M: Eric Paris <eparis@parisplace.org>
4816L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4817W: http://selinuxproject.org
4818T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4819S: Supported
4820F: include/linux/selinux*
4821F: security/selinux/
4822
4823SENSABLE PHANTOM
4824M: Jiri Slaby <jirislaby@gmail.com>
4825S: Maintained
4826F: drivers/misc/phantom.c
4827F: include/linux/phantom.h
4828
4829SERIAL ATA (SATA) SUBSYSTEM
4830M: Jeff Garzik <jgarzik@pobox.com>
4831L: linux-ide@vger.kernel.org
4832T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4833S: Supported
4834F: drivers/ata/
4835F: include/linux/ata.h
4836F: include/linux/libata.h
4837
4838SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4839M: Jayamohan Kallickal <jayamohank@serverengines.com>
4840L: linux-scsi@vger.kernel.org
4841W: http://www.serverengines.com
4842S: Supported
4843F: drivers/scsi/be2iscsi/
4844
4845SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4846M: Sathya Perla <sathyap@serverengines.com>
4847M: Subbu Seetharaman <subbus@serverengines.com>
4848L: netdev@vger.kernel.org
4849W: http://www.serverengines.com
4850S: Supported
4851F: drivers/net/benet/
4852
4853SFC NETWORK DRIVER
4854M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4855M: Steve Hodgson <shodgson@solarflare.com>
4856M: Ben Hutchings <bhutchings@solarflare.com>
4857L: netdev@vger.kernel.org
4858S: Supported
4859F: drivers/net/sfc/
4860
4861SGI GRU DRIVER
4862M: Jack Steiner <steiner@sgi.com>
4863S: Maintained
4864F: drivers/misc/sgi-gru/
4865
4866SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4867M: Pat Gefre <pfg@sgi.com>
4868L: linux-ia64@vger.kernel.org
4869S: Supported
4870F: Documentation/ia64/serial.txt
4871F: drivers/serial/ioc?_serial.c
4872F: include/linux/ioc?.h
4873
4874SGI VISUAL WORKSTATION 320 AND 540
4875M: Andrey Panin <pazke@donpac.ru>
4876L: linux-visws-devel@lists.sf.net
4877W: http://linux-visws.sf.net
4878S: Maintained for 2.6.
4879F: Documentation/sgi-visws.txt
4880
4881SGI XP/XPC/XPNET DRIVER
4882M: Robin Holt <holt@sgi.com>
4883S: Maintained
4884F: drivers/misc/sgi-xp/
4885
4886SHARP LH SUPPORT (LH7952X & LH7A40X)
4887M: Marc Singer <elf@buici.com>
4888W: http://projects.buici.com/arm
4889L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4890S: Maintained
4891F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4892F: arch/arm/mach-lh7a40x/
4893F: drivers/serial/serial_lh7a40x.c
4894F: drivers/usb/gadget/lh7a40*
4895F: drivers/usb/host/ohci-lh7a40*
4896
4897SIMPLE FIRMWARE INTERFACE (SFI)
4898M: Len Brown <lenb@kernel.org>
4899L: sfi-devel@simplefirmware.org
4900W: http://simplefirmware.org/
4901T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
4902S: Supported
4903F: arch/x86/kernel/*sfi*
4904F: drivers/sfi/
4905F: include/linux/sfi*.h
4906
4907SIMTEC EB110ATX (Chalice CATS)
4908P: Ben Dooks
4909M: Vincent Sanders <support@simtec.co.uk>
4910W: http://www.simtec.co.uk/products/EB110ATX/
4911S: Supported
4912
4913SIMTEC EB2410ITX (BAST)
4914P: Ben Dooks
4915M: Vincent Sanders <support@simtec.co.uk>
4916W: http://www.simtec.co.uk/products/EB2410ITX/
4917S: Supported
4918F: arch/arm/mach-s3c2410/
4919F: drivers/*/*s3c2410*
4920F: drivers/*/*/*s3c2410*
4921
4922TI DAVINCI MACHINE SUPPORT
4923P: Kevin Hilman
4924M: davinci-linux-open-source@linux.davincidsp.com
4925S: Supported
4926F: arch/arm/mach-davinci
4927
4928SIS 190 ETHERNET DRIVER
4929M: Francois Romieu <romieu@fr.zoreil.com>
4930L: netdev@vger.kernel.org
4931S: Maintained
4932F: drivers/net/sis190.c
4933
4934SIS 900/7016 FAST ETHERNET DRIVER
4935M: Daniele Venzano <venza@brownhat.org>
4936W: http://www.brownhat.org/sis900.html
4937L: netdev@vger.kernel.org
4938S: Maintained
4939F: drivers/net/sis900.*
4940
4941SIS 96X I2C/SMBUS DRIVER
4942M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4943L: linux-i2c@vger.kernel.org
4944S: Maintained
4945F: Documentation/i2c/busses/i2c-sis96x
4946F: drivers/i2c/busses/i2c-sis96x.c
4947
4948SIS FRAMEBUFFER DRIVER
4949M: Thomas Winischhofer <thomas@winischhofer.net>
4950W: http://www.winischhofer.net/linuxsisvga.shtml
4951S: Maintained
4952F: Documentation/fb/sisfb.txt
4953F: drivers/video/sis/
4954F: include/video/sisfb.h
4955
4956SIS USB2VGA DRIVER
4957M: Thomas Winischhofer <thomas@winischhofer.net>
4958W: http://www.winischhofer.at/linuxsisusbvga.shtml
4959S: Maintained
4960F: drivers/usb/misc/sisusbvga/
4961
4962SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4963M: Stephen Hemminger <shemminger@linux-foundation.org>
4964L: netdev@vger.kernel.org
4965S: Maintained
4966F: drivers/net/skge.*
4967F: drivers/net/sky2.*
4968
4969SLAB ALLOCATOR
4970M: Christoph Lameter <cl@linux-foundation.org>
4971M: Pekka Enberg <penberg@cs.helsinki.fi>
4972M: Matt Mackall <mpm@selenic.com>
4973L: linux-mm@kvack.org
4974S: Maintained
4975F: include/linux/sl?b*.h
4976F: mm/sl?b.c
4977
4978SMC91x ETHERNET DRIVER
4979M: Nicolas Pitre <nico@fluxnic.net>
4980S: Maintained
4981F: drivers/net/smc91x.*
4982
4983SMSC47B397 HARDWARE MONITOR DRIVER
4984M: "Mark M. Hoffman" <mhoffman@lightlink.com>
4985L: lm-sensors@lm-sensors.org
4986S: Maintained
4987F: Documentation/hwmon/smsc47b397
4988F: drivers/hwmon/smsc47b397.c
4989
4990SMSC911x ETHERNET DRIVER
4991M: Steve Glendinning <steve.glendinning@smsc.com>
4992L: netdev@vger.kernel.org
4993S: Supported
4994F: include/linux/smsc911x.h
4995F: drivers/net/smsc911x.*
4996
4997SMSC9420 PCI ETHERNET DRIVER
4998M: Steve Glendinning <steve.glendinning@smsc.com>
4999L: netdev@vger.kernel.org
5000S: Supported
5001F: drivers/net/smsc9420.*
5002
5003SMX UIO Interface
5004M: Ben Nizette <bn@niasdigital.com>
5005S: Maintained
5006F: drivers/uio/uio_smx.c
5007
5008SN-IA64 (Itanium) SUB-PLATFORM
5009M: Jes Sorensen <jes@sgi.com>
5010L: linux-altix@sgi.com
5011L: linux-ia64@vger.kernel.org
5012W: http://www.sgi.com/altix
5013S: Maintained
5014F: arch/ia64/sn/
5015
5016SOC-CAMERA V4L2 SUBSYSTEM
5017M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5018L: linux-media@vger.kernel.org
5019T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5020S: Maintained
5021F: include/media/v4l2*
5022F: drivers/media/video/v4l2*
5023
5024SOEKRIS NET48XX LED SUPPORT
5025M: Chris Boot <bootc@bootc.net>
5026S: Maintained
5027F: drivers/leds/leds-net48xx.c
5028
5029SOFTWARE RAID (Multiple Disks) SUPPORT
5030M: Neil Brown <neilb@suse.de>
5031L: linux-raid@vger.kernel.org
5032S: Supported
5033F: drivers/md/
5034F: include/linux/raid/
5035
5036SONIC NETWORK DRIVER
5037M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5038L: netdev@vger.kernel.org
5039S: Maintained
5040F: drivers/net/sonic.*
5041
5042SONICS SILICON BACKPLANE DRIVER (SSB)
5043M: Michael Buesch <mb@bu3sch.de>
5044L: netdev@vger.kernel.org
5045S: Maintained
5046F: drivers/ssb/
5047F: include/linux/ssb/
5048
5049SONY VAIO CONTROL DEVICE DRIVER
5050M: Mattia Dongili <malattia@linux.it>
5051L: linux-acpi@vger.kernel.org
5052W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5053S: Maintained
5054F: Documentation/laptops/sony-laptop.txt
5055F: drivers/char/sonypi.c
5056F: drivers/platform/x86/sony-laptop.c
5057F: include/linux/sony-laptop.h
5058
5059SONY MEMORYSTICK CARD SUPPORT
5060M: Alex Dubov <oakad@yahoo.com>
5061W: http://tifmxx.berlios.de/
5062S: Maintained
5063F: drivers/memstick/host/tifm_ms.c
5064
5065SOUND
5066M: Jaroslav Kysela <perex@perex.cz>
5067M: Takashi Iwai <tiwai@suse.de>
5068L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5069W: http://www.alsa-project.org/
5070T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5071T: git git://git.alsa-project.org/alsa-kernel.git
5072S: Maintained
5073F: Documentation/sound/
5074F: include/sound/
5075F: sound/
5076
5077SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5078M: Liam Girdwood <lrg@slimlogic.co.uk>
5079M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5080T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5081L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5082W: http://alsa-project.org/main/index.php/ASoC
5083S: Supported
5084F: sound/soc/
5085F: include/sound/soc*
5086
5087SPARC + UltraSPARC (sparc/sparc64)
5088M: "David S. Miller" <davem@davemloft.net>
5089L: sparclinux@vger.kernel.org
5090T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5091T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5092S: Maintained
5093F: arch/sparc/
5094
5095SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5096M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5097S: Supported
5098F: Documentation/serial/specialix.txt
5099F: drivers/char/specialix*
5100
5101SPI SUBSYSTEM
5102M: David Brownell <dbrownell@users.sourceforge.net>
5103M: Grant Likely <grant.likely@secretlab.ca>
5104L: spi-devel-general@lists.sourceforge.net
5105S: Maintained
5106F: Documentation/spi/
5107F: drivers/spi/
5108F: include/linux/spi/
5109
5110SPIDERNET NETWORK DRIVER for CELL
5111M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5112M: Jens Osterkamp <jens@de.ibm.com>
5113L: netdev@vger.kernel.org
5114S: Supported
5115F: Documentation/networking/spider_net.txt
5116F: drivers/net/spider_net*
5117
5118SPU FILE SYSTEM
5119M: Jeremy Kerr <jk@ozlabs.org>
5120L: linuxppc-dev@ozlabs.org
5121L: cbe-oss-dev@ozlabs.org
5122W: http://www.ibm.com/developerworks/power/cell/
5123S: Supported
5124F: Documentation/filesystems/spufs.txt
5125F: arch/powerpc/platforms/cell/spufs/
5126
5127SQUASHFS FILE SYSTEM
5128M: Phillip Lougher <phillip@lougher.demon.co.uk>
5129L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5130W: http://squashfs.org.uk
5131S: Maintained
5132F: Documentation/filesystems/squashfs.txt
5133F: fs/squashfs/
5134
5135SRM (Alpha) environment access
5136M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5137S: Maintained
5138F: arch/alpha/kernel/srm_env.c
5139
5140STABLE BRANCH
5141M: Greg Kroah-Hartman <greg@kroah.com>
5142M: Chris Wright <chrisw@sous-sol.org>
5143L: stable@kernel.org
5144S: Maintained
5145
5146STAGING SUBSYSTEM
5147M: Greg Kroah-Hartman <gregkh@suse.de>
5148T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5149L: devel@driverdev.osuosl.org
5150S: Maintained
5151F: drivers/staging/
5152
5153STARFIRE/DURALAN NETWORK DRIVER
5154M: Ion Badulescu <ionut@badula.org>
5155S: Odd Fixes
5156F: drivers/net/starfire*
5157
5158STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5159S: Orphan
5160F: drivers/net/wireless/strip.c
5161F: include/linux/if_strip.h
5162
5163STRADIS MPEG-2 DECODER DRIVER
5164M: Nathan Laredo <laredo@gnu.org>
5165W: http://www.stradis.com/
5166S: Maintained
5167F: drivers/media/video/stradis.c
5168
5169SUN3/3X
5170M: Sam Creasey <sammy@sammy.net>
5171W: http://sammy.net/sun3/
5172S: Maintained
5173F: arch/m68k/kernel/*sun3*
5174F: arch/m68k/sun3*/
5175F: arch/m68k/include/asm/sun3*
5176
5177SUPERH
5178M: Paul Mundt <lethal@linux-sh.org>
5179L: linux-sh@vger.kernel.org
5180W: http://www.linux-sh.org
5181T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5182S: Supported
5183F: Documentation/sh/
5184F: arch/sh/
5185F: drivers/sh/
5186
5187SUSPEND TO RAM
5188M: Len Brown <len.brown@intel.com>
5189M: Pavel Machek <pavel@ucw.cz>
5190M: "Rafael J. Wysocki" <rjw@sisk.pl>
5191L: linux-pm@lists.linux-foundation.org
5192S: Supported
5193F: Documentation/power/
5194F: arch/x86/kernel/acpi/
5195F: drivers/base/power/
5196F: kernel/power/
5197F: include/linux/suspend.h
5198F: include/linux/freezer.h
5199F: include/linux/pm.h
5200
5201SVGA HANDLING
5202M: Martin Mares <mj@ucw.cz>
5203L: linux-video@atrey.karlin.mff.cuni.cz
5204S: Maintained
5205F: Documentation/svga.txt
5206F: arch/x86/boot/video*
5207
5208SYSV FILESYSTEM
5209M: Christoph Hellwig <hch@infradead.org>
5210S: Maintained
5211F: Documentation/filesystems/sysv-fs.txt
5212F: fs/sysv/
5213F: include/linux/sysv_fs.h
5214
5215TASKSTATS STATISTICS INTERFACE
5216M: Balbir Singh <balbir@linux.vnet.ibm.com>
5217S: Maintained
5218F: Documentation/accounting/taskstats*
5219F: include/linux/taskstats*
5220F: kernel/taskstats.c
5221
5222TC CLASSIFIER
5223M: Jamal Hadi Salim <hadi@cyberus.ca>
5224L: netdev@vger.kernel.org
5225S: Maintained
5226F: include/linux/pkt_cls.h
5227F: include/net/pkt_cls.h
5228F: net/sched/
5229
5230TCP LOW PRIORITY MODULE
5231M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5232M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5233W: http://tcp-lp-mod.sourceforge.net/
5234S: Maintained
5235F: net/ipv4/tcp_lp.c
5236
5237TEHUTI ETHERNET DRIVER
5238M: Alexander Indenbaum <baum@tehutinetworks.net>
5239M: Andy Gospodarek <andy@greyhouse.net>
5240L: netdev@vger.kernel.org
5241S: Supported
5242F: drivers/net/tehuti*
5243
5244Telecom Clock Driver for MCPL0010
5245M: Mark Gross <mark.gross@intel.com>
5246S: Supported
5247F: drivers/char/tlclk.c
5248
5249TENSILICA XTENSA PORT (xtensa)
5250M: Chris Zankel <chris@zankel.net>
5251S: Maintained
5252F: arch/xtensa/
5253
5254THINKPAD ACPI EXTRAS DRIVER
5255M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5256L: ibm-acpi-devel@lists.sourceforge.net
5257W: http://ibm-acpi.sourceforge.net
5258W: http://thinkwiki.org/wiki/Ibm-acpi
5259T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5260S: Maintained
5261F: drivers/platform/x86/thinkpad_acpi.c
5262
5263TI FLASH MEDIA INTERFACE DRIVER
5264M: Alex Dubov <oakad@yahoo.com>
5265S: Maintained
5266F: drivers/misc/tifm*
5267F: drivers/mmc/host/tifm_sd.c
5268F: include/linux/tifm.h
5269
5270TI TWL4030 SERIES SOC CODEC DRIVER
5271M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5272L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5273S: Maintained
5274F: sound/soc/codecs/twl4030*
5275
5276TIPC NETWORK LAYER
5277M: Per Liden <per.liden@ericsson.com>
5278M: Jon Maloy <jon.maloy@ericsson.com>
5279M: Allan Stephens <allan.stephens@windriver.com>
5280L: tipc-discussion@lists.sourceforge.net
5281W: http://tipc.sourceforge.net/
5282W: http://tipc.cslab.ericsson.net/
5283T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5284S: Maintained
5285F: include/linux/tipc*.h
5286F: include/net/tipc/
5287F: net/tipc/
5288
5289TLAN NETWORK DRIVER
5290M: Samuel Chessman <chessman@tux.org>
5291L: tlan-devel@lists.sourceforge.net (subscribers-only)
5292W: http://sourceforge.net/projects/tlan/
5293S: Maintained
5294F: Documentation/networking/tlan.txt
5295F: drivers/net/tlan.*
5296
5297TOMOYO SECURITY MODULE
5298M: Kentaro Takeda <takedakn@nttdata.co.jp>
5299M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5300L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5301L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5302L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5303W: http://tomoyo.sourceforge.jp/
5304T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5305S: Maintained
5306F: security/tomoyo/
5307
5308TOPSTAR LAPTOP EXTRAS DRIVER
5309M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5310S: Maintained
5311F: drivers/platform/x86/topstar-laptop.c
5312
5313TOSHIBA ACPI EXTRAS DRIVER
5314S: Orphan
5315F: drivers/platform/x86/toshiba_acpi.c
5316
5317TOSHIBA SMM DRIVER
5318M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5319L: tlinux-users@tce.toshiba-dme.co.jp
5320W: http://www.buzzard.org.uk/toshiba/
5321S: Maintained
5322F: drivers/char/toshiba.c
5323F: include/linux/toshiba.h
5324
5325TMIO MMC DRIVER
5326M: Ian Molton <ian@mnementh.co.uk>
5327S: Maintained
5328F: drivers/mmc/host/tmio_mmc.*
5329
5330TMPFS (SHMEM FILESYSTEM)
5331M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5332L: linux-mm@kvack.org
5333S: Maintained
5334F: include/linux/shmem_fs.h
5335F: mm/shmem.c
5336
5337TPM DEVICE DRIVER
5338M: Debora Velarde <debora@linux.vnet.ibm.com>
5339M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5340W: http://tpmdd.sourceforge.net
5341M: Marcel Selhorst <m.selhorst@sirrix.com>
5342W: http://www.sirrix.com
5343L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5344S: Maintained
5345F: drivers/char/tpm/
5346
5347TRACING
5348M: Steven Rostedt <rostedt@goodmis.org>
5349M: Frederic Weisbecker <fweisbec@gmail.com>
5350M: Ingo Molnar <mingo@redhat.com>
5351T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5352S: Maintained
5353F: Documentation/trace/ftrace.txt
5354F: arch/*/*/*/ftrace.h
5355F: arch/*/kernel/ftrace.c
5356F: include/*/ftrace.h
5357F: include/linux/trace*.h
5358F: include/trace/
5359F: kernel/trace/
5360
5361TRIVIAL PATCHES
5362M: Jiri Kosina <trivial@kernel.org>
5363T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5364S: Maintained
5365
5366TTY LAYER
5367M: Greg Kroah-Hartman <gregkh@suse.de>
5368S: Maintained
5369T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5370F: drivers/char/tty_*
5371F: drivers/serial/serial_core.c
5372F: include/linux/serial_core.h
5373F: include/linux/serial.h
5374F: include/linux/tty.h
5375
5376TULIP NETWORK DRIVERS
5377M: Grant Grundler <grundler@parisc-linux.org>
5378M: Kyle McMartin <kyle@mcmartin.ca>
5379L: netdev@vger.kernel.org
5380S: Maintained
5381F: drivers/net/tulip/
5382
5383TUN/TAP driver
5384M: Maxim Krasnyansky <maxk@qualcomm.com>
5385L: vtun@office.satix.net
5386W: http://vtun.sourceforge.net/tun
5387S: Maintained
5388F: Documentation/networking/tuntap.txt
5389F: arch/um/os-Linux/drivers/
5390
5391TURBOCHANNEL SUBSYSTEM
5392M: "Maciej W. Rozycki" <macro@linux-mips.org>
5393S: Maintained
5394F: drivers/tc/
5395F: include/linux/tc.h
5396
5397U14-34F SCSI DRIVER
5398M: Dario Ballabio <ballabio_dario@emc.com>
5399L: linux-scsi@vger.kernel.org
5400S: Maintained
5401F: drivers/scsi/u14-34f.c
5402
5403UBI FILE SYSTEM (UBIFS)
5404M: Artem Bityutskiy <dedekind1@gmail.com>
5405M: Adrian Hunter <adrian.hunter@nokia.com>
5406L: linux-mtd@lists.infradead.org
5407T: git git://git.infradead.org/ubifs-2.6.git
5408W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5409S: Maintained
5410F: Documentation/filesystems/ubifs.txt
5411F: fs/ubifs/
5412
5413UCLINUX (AND M68KNOMMU)
5414M: Greg Ungerer <gerg@uclinux.org>
5415W: http://www.uclinux.org/
5416L: uclinux-dev@uclinux.org (subscribers-only)
5417S: Maintained
5418F: arch/m68knommu/
5419
5420UCLINUX FOR RENESAS H8/300 (H8300)
5421M: Yoshinori Sato <ysato@users.sourceforge.jp>
5422W: http://uclinux-h8.sourceforge.jp/
5423S: Supported
5424
5425UDF FILESYSTEM
5426M: Jan Kara <jack@suse.cz>
5427W: http://linux-udf.sourceforge.net
5428S: Maintained
5429F: Documentation/filesystems/udf.txt
5430F: fs/udf/
5431
5432UFS FILESYSTEM
5433M: Evgeniy Dushistov <dushistov@mail.ru>
5434S: Maintained
5435F: Documentation/filesystems/ufs.txt
5436F: fs/ufs/
5437
5438ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5439M: David Vrabel <david.vrabel@csr.com>
5440L: linux-usb@vger.kernel.org
5441S: Supported
5442F: drivers/uwb/
5443X: drivers/uwb/wlp/
5444X: drivers/uwb/i1480/i1480u-wlp/
5445X: drivers/uwb/i1480/i1480-wlp.h
5446F: include/linux/uwb.h
5447F: include/linux/uwb/
5448
5449UNIFDEF
5450M: Tony Finch <dot@dotat.at>
5451W: http://dotat.at/prog/unifdef
5452S: Maintained
5453F: scripts/unifdef.c
5454
5455UNIFORM CDROM DRIVER
5456M: Jens Axboe <axboe@kernel.dk>
5457W: http://www.kernel.dk
5458S: Maintained
5459F: Documentation/cdrom/
5460F: drivers/cdrom/cdrom.c
5461F: include/linux/cdrom.h
5462
5463UNSORTED BLOCK IMAGES (UBI)
5464M: Artem Bityutskiy <dedekind1@gmail.com>
5465W: http://www.linux-mtd.infradead.org/
5466L: linux-mtd@lists.infradead.org
5467T: git git://git.infradead.org/ubi-2.6.git
5468S: Maintained
5469F: drivers/mtd/ubi/
5470F: include/linux/mtd/ubi.h
5471F: include/mtd/ubi-user.h
5472
5473USB ACM DRIVER
5474M: Oliver Neukum <oliver@neukum.name>
5475L: linux-usb@vger.kernel.org
5476S: Maintained
5477F: Documentation/usb/acm.txt
5478F: drivers/usb/class/cdc-acm.*
5479
5480USB BLOCK DRIVER (UB ub)
5481M: Pete Zaitcev <zaitcev@redhat.com>
5482L: linux-usb@vger.kernel.org
5483S: Supported
5484F: drivers/block/ub.c
5485
5486USB CDC ETHERNET DRIVER
5487M: Oliver Neukum <oliver@neukum.name>
5488L: linux-usb@vger.kernel.org
5489S: Maintained
5490F: drivers/net/usb/cdc_*.c
5491F: include/linux/usb/cdc.h
5492
5493USB CYPRESS C67X00 DRIVER
5494M: Peter Korsgaard <jacmet@sunsite.dk>
5495L: linux-usb@vger.kernel.org
5496S: Maintained
5497F: drivers/usb/c67x00/
5498
5499USB DAVICOM DM9601 DRIVER
5500M: Peter Korsgaard <jacmet@sunsite.dk>
5501L: netdev@vger.kernel.org
5502W: http://www.linux-usb.org/usbnet
5503S: Maintained
5504F: drivers/net/usb/dm9601.c
5505
5506USB DIAMOND RIO500 DRIVER
5507M: Cesar Miquel <miquel@df.uba.ar>
5508L: rio500-users@lists.sourceforge.net
5509W: http://rio500.sourceforge.net
5510S: Maintained
5511F: drivers/usb/misc/rio500*
5512
5513USB EHCI DRIVER
5514M: David Brownell <dbrownell@users.sourceforge.net>
5515L: linux-usb@vger.kernel.org
5516S: Odd Fixes
5517F: Documentation/usb/ehci.txt
5518F: drivers/usb/host/ehci*
5519
5520USB ET61X[12]51 DRIVER
5521M: Luca Risolia <luca.risolia@studio.unibo.it>
5522L: linux-usb@vger.kernel.org
5523L: linux-media@vger.kernel.org
5524T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5525W: http://www.linux-projects.org
5526S: Maintained
5527F: drivers/media/video/et61x251/
5528
5529USB GADGET/PERIPHERAL SUBSYSTEM
5530M: David Brownell <dbrownell@users.sourceforge.net>
5531L: linux-usb@vger.kernel.org
5532W: http://www.linux-usb.org/gadget
5533S: Maintained
5534F: drivers/usb/gadget/
5535F: include/linux/usb/gadget*
5536
5537USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5538M: Jiri Kosina <jkosina@suse.cz>
5539L: linux-usb@vger.kernel.org
5540T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5541S: Maintained
5542F: Documentation/usb/hiddev.txt
5543F: drivers/hid/usbhid/
5544
5545USB ISP116X DRIVER
5546M: Olav Kongas <ok@artecdesign.ee>
5547L: linux-usb@vger.kernel.org
5548S: Maintained
5549F: drivers/usb/host/isp116x*
5550F: include/linux/usb/isp116x.h
5551
5552USB KAWASAKI LSI DRIVER
5553M: Oliver Neukum <oliver@neukum.name>
5554L: linux-usb@vger.kernel.org
5555S: Maintained
5556F: drivers/usb/serial/kl5kusb105.*
5557
5558USB MASS STORAGE DRIVER
5559M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5560L: linux-usb@vger.kernel.org
5561L: usb-storage@lists.one-eyed-alien.net
5562S: Maintained
5563W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5564F: drivers/usb/storage/
5565
5566USB OHCI DRIVER
5567M: David Brownell <dbrownell@users.sourceforge.net>
5568L: linux-usb@vger.kernel.org
5569S: Odd Fixes
5570F: Documentation/usb/ohci.txt
5571F: drivers/usb/host/ohci*
5572
5573USB OPTION-CARD DRIVER
5574M: Matthias Urlichs <smurf@smurf.noris.de>
5575L: linux-usb@vger.kernel.org
5576S: Maintained
5577F: drivers/usb/serial/option.c
5578
5579USB OV511 DRIVER
5580M: Mark McClelland <mmcclell@bigfoot.com>
5581L: linux-usb@vger.kernel.org
5582W: http://alpha.dyndns.org/ov511/
5583S: Maintained
5584F: drivers/media/video/ov511.*
5585
5586USB PEGASUS DRIVER
5587M: Petko Manolov <petkan@users.sourceforge.net>
5588L: linux-usb@vger.kernel.org
5589L: netdev@vger.kernel.org
5590W: http://pegasus2.sourceforge.net/
5591S: Maintained
5592F: drivers/net/usb/pegasus.*
5593
5594USB PRINTER DRIVER (usblp)
5595M: Pete Zaitcev <zaitcev@redhat.com>
5596L: linux-usb@vger.kernel.org
5597S: Supported
5598F: drivers/usb/class/usblp.c
5599
5600USB RTL8150 DRIVER
5601M: Petko Manolov <petkan@users.sourceforge.net>
5602L: linux-usb@vger.kernel.org
5603L: netdev@vger.kernel.org
5604W: http://pegasus2.sourceforge.net/
5605S: Maintained
5606F: drivers/net/usb/rtl8150.c
5607
5608USB SE401 DRIVER
5609M: Jeroen Vreeken <pe1rxq@amsat.org>
5610L: linux-usb@vger.kernel.org
5611W: http://www.chello.nl/~j.vreeken/se401/
5612S: Maintained
5613F: Documentation/video4linux/se401.txt
5614F: drivers/media/video/se401.*
5615
5616USB SERIAL BELKIN F5U103 DRIVER
5617M: William Greathouse <wgreathouse@smva.com>
5618L: linux-usb@vger.kernel.org
5619S: Maintained
5620F: drivers/usb/serial/belkin_sa.*
5621
5622USB SERIAL CYPRESS M8 DRIVER
5623M: Lonnie Mendez <dignome@gmail.com>
5624L: linux-usb@vger.kernel.org
5625S: Maintained
5626W: http://geocities.com/i0xox0i
5627W: http://firstlight.net/cvs
5628F: drivers/usb/serial/cypress_m8.*
5629
5630USB SERIAL CYBERJACK DRIVER
5631M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5632W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5633S: Maintained
5634F: drivers/usb/serial/cyberjack.c
5635
5636USB SERIAL DIGI ACCELEPORT DRIVER
5637M: Peter Berger <pberger@brimson.com>
5638M: Al Borchers <alborchers@steinerpoint.com>
5639L: linux-usb@vger.kernel.org
5640S: Maintained
5641F: drivers/usb/serial/digi_acceleport.c
5642
5643USB SERIAL DRIVER
5644M: Greg Kroah-Hartman <gregkh@suse.de>
5645L: linux-usb@vger.kernel.org
5646S: Supported
5647F: Documentation/usb/usb-serial.txt
5648F: drivers/usb/serial/generic.c
5649F: drivers/usb/serial/usb-serial.c
5650F: include/linux/usb/serial.h
5651
5652USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5653M: Gary Brubaker <xavyer@ix.netcom.com>
5654L: linux-usb@vger.kernel.org
5655S: Maintained
5656F: drivers/usb/serial/empeg.c
5657
5658USB SERIAL KEYSPAN DRIVER
5659M: Greg Kroah-Hartman <greg@kroah.com>
5660L: linux-usb@vger.kernel.org
5661W: http://www.kroah.com/linux/
5662S: Maintained
5663F: drivers/usb/serial/*keyspan*
5664
5665USB SERIAL WHITEHEAT DRIVER
5666M: Support Department <support@connecttech.com>
5667L: linux-usb@vger.kernel.org
5668W: http://www.connecttech.com
5669S: Supported
5670F: drivers/usb/serial/whiteheat*
5671
5672USB SMSC95XX ETHERNET DRIVER
5673M: Steve Glendinning <steve.glendinning@smsc.com>
5674L: netdev@vger.kernel.org
5675S: Supported
5676F: drivers/net/usb/smsc95xx.*
5677
5678USB SN9C1xx DRIVER
5679M: Luca Risolia <luca.risolia@studio.unibo.it>
5680L: linux-usb@vger.kernel.org
5681L: linux-media@vger.kernel.org
5682T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5683W: http://www.linux-projects.org
5684S: Maintained
5685F: Documentation/video4linux/sn9c102.txt
5686F: drivers/media/video/sn9c102/
5687
5688USB SUBSYSTEM
5689M: Greg Kroah-Hartman <gregkh@suse.de>
5690L: linux-usb@vger.kernel.org
5691W: http://www.linux-usb.org
5692T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5693S: Supported
5694F: Documentation/usb/
5695F: drivers/net/usb/
5696F: drivers/usb/
5697F: include/linux/usb.h
5698F: include/linux/usb/
5699
5700USB UHCI DRIVER
5701M: Alan Stern <stern@rowland.harvard.edu>
5702L: linux-usb@vger.kernel.org
5703S: Maintained
5704F: drivers/usb/host/uhci*
5705
5706USB "USBNET" DRIVER FRAMEWORK
5707M: David Brownell <dbrownell@users.sourceforge.net>
5708L: netdev@vger.kernel.org
5709W: http://www.linux-usb.org/usbnet
5710S: Maintained
5711F: drivers/net/usb/usbnet.c
5712F: include/linux/usb/usbnet.h
5713
5714USB VIDEO CLASS
5715M: Laurent Pinchart <laurent.pinchart@skynet.be>
5716L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5717L: linux-media@vger.kernel.org
5718T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5719W: http://linux-uvc.berlios.de
5720S: Maintained
5721F: drivers/media/video/uvc/
5722
5723USB W996[87]CF DRIVER
5724M: Luca Risolia <luca.risolia@studio.unibo.it>
5725L: linux-usb@vger.kernel.org
5726L: linux-media@vger.kernel.org
5727T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5728W: http://www.linux-projects.org
5729S: Maintained
5730F: Documentation/video4linux/w9968cf.txt
5731F: drivers/media/video/w996*
5732
5733USB WIRELESS RNDIS DRIVER (rndis_wlan)
5734M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5735L: linux-wireless@vger.kernel.org
5736S: Maintained
5737F: drivers/net/wireless/rndis_wlan.c
5738
5739USB XHCI DRIVER
5740M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
5741L: linux-usb@vger.kernel.org
5742S: Supported
5743F: drivers/usb/host/xhci*
5744F: drivers/usb/host/pci-quirks*
5745
5746USB ZC0301 DRIVER
5747M: Luca Risolia <luca.risolia@studio.unibo.it>
5748L: linux-usb@vger.kernel.org
5749L: linux-media@vger.kernel.org
5750T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5751W: http://www.linux-projects.org
5752S: Maintained
5753F: Documentation/video4linux/zc0301.txt
5754F: drivers/media/video/zc0301/
5755
5756USB ZD1201 DRIVER
5757M: Jeroen Vreeken <pe1rxq@amsat.org>
5758L: linux-usb@vger.kernel.org
5759W: http://linux-lc100020.sourceforge.net
5760S: Maintained
5761F: drivers/net/wireless/zd1201.*
5762
5763USB ZR364XX DRIVER
5764M: Antoine Jacquet <royale@zerezo.com>
5765L: linux-usb@vger.kernel.org
5766L: linux-media@vger.kernel.org
5767T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5768W: http://royale.zerezo.com/zr364xx/
5769S: Maintained
5770F: Documentation/video4linux/zr364xx.txt
5771F: drivers/media/video/zr364xx.c
5772
5773USER-MODE LINUX (UML)
5774M: Jeff Dike <jdike@addtoit.com>
5775L: user-mode-linux-devel@lists.sourceforge.net
5776L: user-mode-linux-user@lists.sourceforge.net
5777W: http://user-mode-linux.sourceforge.net
5778S: Maintained
5779F: Documentation/uml/
5780F: arch/um/
5781F: fs/hostfs/
5782F: fs/hppfs/
5783
5784USERSPACE I/O (UIO)
5785M: "Hans J. Koch" <hjk@linutronix.de>
5786M: Greg Kroah-Hartman <gregkh@suse.de>
5787S: Maintained
5788F: Documentation/DocBook/uio-howto.tmpl
5789F: drivers/uio/
5790F: include/linux/uio*.h
5791
5792UTIL-LINUX-NG PACKAGE
5793M: Karel Zak <kzak@redhat.com>
5794L: util-linux-ng@vger.kernel.org
5795W: http://kernel.org/~kzak/util-linux-ng/
5796T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5797S: Maintained
5798
5799UVESAFB DRIVER
5800M: Michal Januszewski <spock@gentoo.org>
5801L: linux-fbdev@vger.kernel.org
5802W: http://dev.gentoo.org/~spock/projects/uvesafb/
5803S: Maintained
5804F: Documentation/fb/uvesafb.txt
5805F: drivers/video/uvesafb.*
5806
5807VFAT/FAT/MSDOS FILESYSTEM
5808M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5809S: Maintained
5810F: Documentation/filesystems/vfat.txt
5811F: fs/fat/
5812
5813VIRTIO HOST (VHOST)
5814M: "Michael S. Tsirkin" <mst@redhat.com>
5815L: kvm@vger.kernel.org
5816L: virtualization@lists.osdl.org
5817L: netdev@vger.kernel.org
5818S: Maintained
5819F: drivers/vhost/
5820F: include/linux/vhost.h
5821
5822VIA RHINE NETWORK DRIVER
5823M: Roger Luethi <rl@hellgate.ch>
5824S: Maintained
5825F: drivers/net/via-rhine.c
5826
5827VIAPRO SMBUS DRIVER
5828M: Jean Delvare <khali@linux-fr.org>
5829L: linux-i2c@vger.kernel.org
5830S: Maintained
5831F: Documentation/i2c/busses/i2c-viapro
5832F: drivers/i2c/busses/i2c-viapro.c
5833
5834VIA SD/MMC CARD CONTROLLER DRIVER
5835M: Joseph Chan <JosephChan@via.com.tw>
5836M: Harald Welte <HaraldWelte@viatech.com>
5837S: Maintained
5838F: drivers/mmc/host/via-sdmmc.c
5839
5840VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5841M: Joseph Chan <JosephChan@via.com.tw>
5842M: Scott Fang <ScottFang@viatech.com.cn>
5843L: linux-fbdev@vger.kernel.org
5844S: Maintained
5845F: drivers/video/via/
5846
5847VIA VELOCITY NETWORK DRIVER
5848M: Francois Romieu <romieu@fr.zoreil.com>
5849L: netdev@vger.kernel.org
5850S: Maintained
5851F: drivers/net/via-velocity.*
5852
5853VLAN (802.1Q)
5854M: Patrick McHardy <kaber@trash.net>
5855L: netdev@vger.kernel.org
5856S: Maintained
5857F: drivers/net/macvlan.c
5858F: include/linux/if_*vlan.h
5859F: net/8021q/
5860
5861VLYNQ BUS
5862M: Florian Fainelli <florian@openwrt.org>
5863L: openwrt-devel@lists.openwrt.org
5864S: Maintained
5865F: drivers/vlynq/vlynq.c
5866F: include/linux/vlynq.h
5867
5868VMWARE VMXNET3 ETHERNET DRIVER
5869M: Shreyas Bhatewara <sbhatewara@vmware.com>
5870M: "VMware, Inc." <pv-drivers@vmware.com>
5871L: netdev@vger.kernel.org
5872S: Maintained
5873F: drivers/net/vmxnet3/
5874
5875VMware PVSCSI driver
5876M: Alok Kataria <akataria@vmware.com>
5877M: VMware PV-Drivers <pv-drivers@vmware.com>
5878L: linux-scsi@vger.kernel.org
5879S: Maintained
5880F: drivers/scsi/vmw_pvscsi.c
5881F: drivers/scsi/vmw_pvscsi.h
5882
5883VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5884M: Liam Girdwood <lrg@slimlogic.co.uk>
5885M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5886W: http://opensource.wolfsonmicro.com/node/15
5887W: http://www.slimlogic.co.uk/?p=48
5888T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5889S: Supported
5890F: drivers/regulator/
5891F: include/linux/regulator/
5892
5893VT1211 HARDWARE MONITOR DRIVER
5894M: Juerg Haefliger <juergh@gmail.com>
5895L: lm-sensors@lm-sensors.org
5896S: Maintained
5897F: Documentation/hwmon/vt1211
5898F: drivers/hwmon/vt1211.c
5899
5900VT8231 HARDWARE MONITOR DRIVER
5901M: Roger Lucas <vt8231@hiddenengine.co.uk>
5902L: lm-sensors@lm-sensors.org
5903S: Maintained
5904F: drivers/hwmon/vt8231.c
5905
5906W1 DALLAS'S 1-WIRE BUS
5907M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5908S: Maintained
5909F: Documentation/w1/
5910F: drivers/w1/
5911
5912W83791D HARDWARE MONITORING DRIVER
5913M: Marc Hulsman <m.hulsman@tudelft.nl>
5914L: lm-sensors@lm-sensors.org
5915S: Maintained
5916F: Documentation/hwmon/w83791d
5917F: drivers/hwmon/w83791d.c
5918
5919W83793 HARDWARE MONITORING DRIVER
5920M: Rudolf Marek <r.marek@assembler.cz>
5921L: lm-sensors@lm-sensors.org
5922S: Maintained
5923F: Documentation/hwmon/w83793
5924F: drivers/hwmon/w83793.c
5925
5926W83L51xD SD/MMC CARD INTERFACE DRIVER
5927M: Pierre Ossman <pierre@ossman.eu>
5928S: Maintained
5929F: drivers/mmc/host/wbsd.*
5930
5931WATCHDOG DEVICE DRIVERS
5932M: Wim Van Sebroeck <wim@iguana.be>
5933T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5934S: Maintained
5935F: Documentation/watchdog/
5936F: drivers/watchdog/
5937F: include/linux/watchdog.h
5938
5939WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5940M: Jean Tourrilhes <jt@hpl.hp.com>
5941L: linux-wireless@vger.kernel.org
5942W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5943S: Maintained
5944F: Documentation/networking/wavelan.txt
5945F: drivers/net/wireless/wavelan*
5946
5947WD7000 SCSI DRIVER
5948M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
5949L: linux-scsi@vger.kernel.org
5950S: Maintained
5951F: drivers/scsi/wd7000.c
5952
5953WINBOND CIR DRIVER
5954M: David Härdeman <david@hardeman.nu>
5955S: Maintained
5956F: drivers/input/misc/winbond-cir.c
5957
5958WIMAX STACK
5959M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5960M: linux-wimax@intel.com
5961L: wimax@linuxwimax.org
5962S: Supported
5963W: http://linuxwimax.org
5964
5965WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5966M: David Vrabel <david.vrabel@csr.com>
5967L: netdev@vger.kernel.org
5968S: Maintained
5969F: include/linux/wlp.h
5970F: drivers/uwb/wlp/
5971F: drivers/uwb/i1480/i1480u-wlp/
5972F: drivers/uwb/i1480/i1480-wlp.h
5973
5974WISTRON LAPTOP BUTTON DRIVER
5975M: Miloslav Trmac <mitr@volny.cz>
5976S: Maintained
5977F: drivers/input/misc/wistron_btns.c
5978
5979WL1251 WIRELESS DRIVER
5980M: Kalle Valo <kalle.valo@nokia.com>
5981L: linux-wireless@vger.kernel.org
5982W: http://wireless.kernel.org
5983T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5984S: Maintained
5985F: drivers/net/wireless/wl12xx/*
5986X: drivers/net/wireless/wl12xx/wl1271*
5987
5988WL1271 WIRELESS DRIVER
5989M: Luciano Coelho <luciano.coelho@nokia.com>
5990L: linux-wireless@vger.kernel.org
5991W: http://wireless.kernel.org
5992T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5993S: Maintained
5994F: drivers/net/wireless/wl12xx/wl1271*
5995
5996WL3501 WIRELESS PCMCIA CARD DRIVER
5997M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5998L: linux-wireless@vger.kernel.org
5999W: http://oops.ghostprotocols.net:81/blog
6000S: Maintained
6001F: drivers/net/wireless/wl3501*
6002
6003WM97XX TOUCHSCREEN DRIVERS
6004M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6005M: Liam Girdwood <lrg@slimlogic.co.uk>
6006L: linux-input@vger.kernel.org
6007T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6008W: http://opensource.wolfsonmicro.com/node/7
6009S: Supported
6010F: drivers/input/touchscreen/*wm97*
6011F: include/linux/wm97xx.h
6012
6013WOLFSON MICROELECTRONICS PMIC DRIVERS
6014M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6015T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6016W: http://opensource.wolfsonmicro.com/node/8
6017S: Supported
6018F: Documentation/hwmon/wm83??
6019F: drivers/leds/leds-wm83*.c
6020F: drivers/mfd/wm8*.c
6021F: drivers/power/wm83*.c
6022F: drivers/rtc/rtc-wm83*.c
6023F: drivers/regulator/wm8*.c
6024F: drivers/video/backlight/wm83*_bl.c
6025F: drivers/watchdog/wm83*_wdt.c
6026F: include/linux/mfd/wm831x/
6027F: include/linux/mfd/wm8350/
6028F: include/linux/mfd/wm8400*
6029F: sound/soc/codecs/wm8350.*
6030F: sound/soc/codecs/wm8400.*
6031
6032X.25 NETWORK LAYER
6033M: Andrew Hendry <andrew.hendry@gmail.com>
6034L: linux-x25@vger.kernel.org
6035S: Odd Fixes
6036F: Documentation/networking/x25*
6037F: include/net/x25*
6038F: net/x25/
6039
6040X86 ARCHITECTURE (32-BIT AND 64-BIT)
6041M: Thomas Gleixner <tglx@linutronix.de>
6042M: Ingo Molnar <mingo@redhat.com>
6043M: "H. Peter Anvin" <hpa@zytor.com>
6044M: x86@kernel.org
6045T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6046S: Maintained
6047F: Documentation/x86/
6048F: arch/x86/
6049
6050XEN HYPERVISOR INTERFACE
6051M: Jeremy Fitzhardinge <jeremy@xensource.com>
6052M: Chris Wright <chrisw@sous-sol.org>
6053L: virtualization@lists.osdl.org
6054L: xen-devel@lists.xensource.com
6055S: Supported
6056F: arch/x86/xen/
6057F: drivers/*/xen-*front.c
6058F: drivers/xen/
6059F: arch/x86/include/asm/xen/
6060F: include/xen/
6061
6062XFS FILESYSTEM
6063P: Silicon Graphics Inc
6064M: Alex Elder <aelder@sgi.com>
6065M: xfs-masters@oss.sgi.com
6066L: xfs@oss.sgi.com
6067W: http://oss.sgi.com/projects/xfs
6068T: git git://oss.sgi.com/xfs/xfs.git
6069S: Supported
6070F: Documentation/filesystems/xfs.txt
6071F: fs/xfs/
6072
6073XILINX SYSTEMACE DRIVER
6074M: Grant Likely <grant.likely@secretlab.ca>
6075W: http://www.secretlab.ca/
6076S: Maintained
6077F: drivers/block/xsysace.c
6078
6079XILINX UARTLITE SERIAL DRIVER
6080M: Peter Korsgaard <jacmet@sunsite.dk>
6081L: linux-serial@vger.kernel.org
6082S: Maintained
6083F: drivers/serial/uartlite.c
6084
6085YAM DRIVER FOR AX.25
6086M: Jean-Paul Roubelat <jpr@f6fbb.org>
6087L: linux-hams@vger.kernel.org
6088S: Maintained
6089F: drivers/net/hamradio/yam*
6090F: include/linux/yam.h
6091
6092YEALINK PHONE DRIVER
6093M: Henk Vergonet <Henk.Vergonet@gmail.com>
6094L: usbb2k-api-dev@nongnu.org
6095S: Maintained
6096F: Documentation/input/yealink.txt
6097F: drivers/input/misc/yealink.*
6098
6099Z8530 DRIVER FOR AX.25
6100M: Joerg Reuter <jreuter@yaina.de>
6101W: http://yaina.de/jreuter/
6102W: http://www.qsl.net/dl1bke/
6103L: linux-hams@vger.kernel.org
6104S: Maintained
6105F: Documentation/networking/z8530drv.txt
6106F: drivers/net/hamradio/*scc.c
6107F: drivers/net/hamradio/z8530.h
6108
6109ZD1211RW WIRELESS DRIVER
6110M: Daniel Drake <dsd@gentoo.org>
6111M: Ulrich Kunitz <kune@deine-taler.de>
6112W: http://zd1211.ath.cx/wiki/DriverRewrite
6113L: linux-wireless@vger.kernel.org
6114L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6115S: Maintained
6116F: drivers/net/wireless/zd1211rw/
6117
6118ZR36067 VIDEO FOR LINUX DRIVER
6119L: mjpeg-users@lists.sourceforge.net
6120L: linux-media@vger.kernel.org
6121W: http://mjpeg.sourceforge.net/driver-zoran/
6122T: Mercurial http://linuxtv.org/hg/v4l-dvb
6123S: Odd Fixes
6124F: drivers/media/video/zoran/
6125
6126ZS DECSTATION Z85C30 SERIAL DRIVER
6127M: "Maciej W. Rozycki" <macro@linux-mips.org>
6128S: Maintained
6129F: drivers/serial/zs.*
6130
6131THE REST
6132M: Linus Torvalds <torvalds@linux-foundation.org>
6133L: linux-kernel@vger.kernel.org
6134T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6135S: Buried alive in reporters
6136F: *
6137F: */