Root/MAINTAINERS

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

Archive Download this file



interactive