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