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