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