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