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