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