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