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