Root/MAINTAINERS

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

Archive Download this file



interactive