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