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