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