igb: reset PHY in the link_up process to recover PHY setting after power down.
[deliverable/linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/ethernet/i825xx/3c505*
121
1223C59X NETWORK DRIVER
123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124L: netdev@vger.kernel.org
125S: Maintained
126F: Documentation/networking/vortex.txt
127F: drivers/net/ethernet/3com/3c59x.c
128
1293CR990 NETWORK DRIVER
130M: David Dillow <dave@thedillows.org>
131L: netdev@vger.kernel.org
132S: Maintained
133F: drivers/net/ethernet/3com/typhoon*
134
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <linuxraid@lsi.com>
137L: linux-scsi@vger.kernel.org
138W: http://www.lsi.com
139S: Supported
140F: drivers/scsi/3w-*
141
14253C700 AND 53C700-66 SCSI DRIVER
143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144L: linux-scsi@vger.kernel.org
145S: Maintained
146F: drivers/scsi/53c700*
147
1486PACK NETWORK DRIVER FOR AX.25
149M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150L: linux-hams@vger.kernel.org
151S: Maintained
152F: drivers/net/hamradio/6pack.c
153
1548169 10/100/1000 GIGABIT ETHERNET DRIVER
155M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156M: Francois Romieu <romieu@fr.zoreil.com>
157L: netdev@vger.kernel.org
158S: Maintained
159F: drivers/net/ethernet/realtek/r8169.c
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163L: linux-serial@vger.kernel.org
164W: http://serial.sourceforge.net
165S: Maintained
166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167F: drivers/tty/serial/8250*
168F: include/linux/serial_8250.h
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171L: netdev@vger.kernel.org
172S: Orphan / Obsolete
173F: drivers/net/ethernet/8390/
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187AACRAID SCSI RAID DRIVER
188M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
189L: linux-scsi@vger.kernel.org
190W: http://www.adaptec.com/
191S: Supported
192F: Documentation/scsi/aacraid.txt
193F: drivers/scsi/aacraid/
194
195ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
196M: Hans de Goede <hdegoede@redhat.com>
197L: lm-sensors@lm-sensors.org
198S: Maintained
199F: drivers/hwmon/abituguru.c
200
201ABIT UGURU 3 HARDWARE MONITOR DRIVER
202M: Alistair John Strachan <alistair@devzero.co.uk>
203L: lm-sensors@lm-sensors.org
204S: Maintained
205F: drivers/hwmon/abituguru3.c
206
207ACENIC DRIVER
208M: Jes Sorensen <jes@trained-monkey.org>
209L: linux-acenic@sunsite.dk
210S: Maintained
211F: drivers/net/ethernet/alteon/acenic*
212
213ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
214M: Peter Feuerer <peter@piie.net>
215L: platform-driver-x86@vger.kernel.org
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
219
220ACER WMI LAPTOP EXTRAS
221M: Joey Lee <jlee@novell.com>
222L: platform-driver-x86@vger.kernel.org
223S: Maintained
224F: drivers/platform/x86/acer-wmi.c
225
226ACPI
227M: Len Brown <lenb@kernel.org>
228L: linux-acpi@vger.kernel.org
229W: http://www.lesswatts.org/projects/acpi/
230Q: http://patchwork.kernel.org/project/linux-acpi/list/
231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
232S: Supported
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
236F: include/acpi/
237
238ACPI FAN DRIVER
239M: Zhang Rui <rui.zhang@intel.com>
240L: linux-acpi@vger.kernel.org
241W: http://www.lesswatts.org/projects/acpi/
242S: Supported
243F: drivers/acpi/fan.c
244
245ACPI PROCESSOR AGGREGATOR DRIVER
246M: Shaohua Li <shaohua.li@intel.com>
247L: linux-acpi@vger.kernel.org
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/acpi_pad.c
251
252ACPI THERMAL DRIVER
253M: Zhang Rui <rui.zhang@intel.com>
254L: linux-acpi@vger.kernel.org
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/*thermal*
258
259ACPI VIDEO DRIVER
260M: Zhang Rui <rui.zhang@intel.com>
261L: linux-acpi@vger.kernel.org
262W: http://www.lesswatts.org/projects/acpi/
263S: Supported
264F: drivers/acpi/video.c
265
266ACPI WMI DRIVER
267L: platform-driver-x86@vger.kernel.org
268S: Orphan
269F: drivers/platform/x86/wmi.c
270
271AD1889 ALSA SOUND DRIVER
272M: Thibaut Varene <T-Bone@parisc-linux.org>
273W: http://wiki.parisc-linux.org/AD1889
274L: linux-parisc@vger.kernel.org
275S: Maintained
276F: sound/pci/ad1889.*
277
278AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
279M: Michael Hennerich <michael.hennerich@analog.com>
280L: device-drivers-devel@blackfin.uclinux.org
281W: http://wiki.analog.com/AD5254
282S: Supported
283F: drivers/misc/ad525x_dpot.c
284
285AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
286M: Michael Hennerich <michael.hennerich@analog.com>
287L: device-drivers-devel@blackfin.uclinux.org
288W: http://wiki.analog.com/AD5398
289S: Supported
290F: drivers/regulator/ad5398.c
291
292AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
293M: Michael Hennerich <michael.hennerich@analog.com>
294L: device-drivers-devel@blackfin.uclinux.org
295W: http://wiki.analog.com/AD7142
296S: Supported
297F: drivers/input/misc/ad714x.c
298
299AD7877 TOUCHSCREEN DRIVER
300M: Michael Hennerich <michael.hennerich@analog.com>
301L: device-drivers-devel@blackfin.uclinux.org
302W: http://wiki.analog.com/AD7877
303S: Supported
304F: drivers/input/touchscreen/ad7877.c
305
306AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
307M: Michael Hennerich <michael.hennerich@analog.com>
308L: device-drivers-devel@blackfin.uclinux.org
309W: http://wiki.analog.com/AD7879
310S: Supported
311F: drivers/input/touchscreen/ad7879.c
312
313ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
314M: Jiri Kosina <jkosina@suse.cz>
315S: Maintained
316
317ADM1025 HARDWARE MONITOR DRIVER
318M: Jean Delvare <khali@linux-fr.org>
319L: lm-sensors@lm-sensors.org
320S: Maintained
321F: Documentation/hwmon/adm1025
322F: drivers/hwmon/adm1025.c
323
324ADM1029 HARDWARE MONITOR DRIVER
325M: Corentin Labbe <corentin.labbe@geomatys.fr>
326L: lm-sensors@lm-sensors.org
327S: Maintained
328F: drivers/hwmon/adm1029.c
329
330ADM8211 WIRELESS DRIVER
331L: linux-wireless@vger.kernel.org
332W: http://wireless.kernel.org/
333S: Orphan
334F: drivers/net/wireless/adm8211.*
335
336ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
337M: Michael Hennerich <michael.hennerich@analog.com>
338L: device-drivers-devel@blackfin.uclinux.org
339W: http://wiki.analog.com/ADP5520
340S: Supported
341F: drivers/mfd/adp5520.c
342F: drivers/video/backlight/adp5520_bl.c
343F: drivers/leds/leds-adp5520.c
344F: drivers/gpio/gpio-adp5520.c
345F: drivers/input/keyboard/adp5520-keys.c
346
347ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
348M: Michael Hennerich <michael.hennerich@analog.com>
349L: device-drivers-devel@blackfin.uclinux.org
350W: http://wiki.analog.com/ADP5588
351S: Supported
352F: drivers/input/keyboard/adp5588-keys.c
353F: drivers/gpio/gpio-adp5588.c
354
355ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
356M: Michael Hennerich <michael.hennerich@analog.com>
357L: device-drivers-devel@blackfin.uclinux.org
358W: http://wiki.analog.com/ADP8860
359S: Supported
360F: drivers/video/backlight/adp8860_bl.c
361
362ADS1015 HARDWARE MONITOR DRIVER
363M: Dirk Eibach <eibach@gdsys.de>
364L: lm-sensors@lm-sensors.org
365S: Maintained
366F: Documentation/hwmon/ads1015
367F: drivers/hwmon/ads1015.c
368F: include/linux/i2c/ads1015.h
369
370ADT746X FAN DRIVER
371M: Colin Leroy <colin@colino.net>
372S: Maintained
373F: drivers/macintosh/therm_adt746x.c
374
375ADT7475 HARDWARE MONITOR DRIVER
376M: Jean Delvare <khali@linux-fr.org>
377L: lm-sensors@lm-sensors.org
378S: Maintained
379F: Documentation/hwmon/adt7475
380F: drivers/hwmon/adt7475.c
381
382ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
383M: Michael Hennerich <michael.hennerich@analog.com>
384L: device-drivers-devel@blackfin.uclinux.org
385W: http://wiki.analog.com/ADXL345
386S: Supported
387F: drivers/input/misc/adxl34x.c
388
389ADVANSYS SCSI DRIVER
390M: Matthew Wilcox <matthew@wil.cx>
391L: linux-scsi@vger.kernel.org
392S: Maintained
393F: Documentation/scsi/advansys.txt
394F: drivers/scsi/advansys.c
395
396AEDSP16 DRIVER
397M: Riccardo Facchetti <fizban@tin.it>
398S: Maintained
399F: sound/oss/aedsp16.c
400
401AFFS FILE SYSTEM
402L: linux-fsdevel@vger.kernel.org
403S: Orphan
404F: Documentation/filesystems/affs.txt
405F: fs/affs/
406
407AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
408M: David Howells <dhowells@redhat.com>
409L: linux-afs@lists.infradead.org
410S: Supported
411F: fs/afs/
412F: include/net/af_rxrpc.h
413F: net/rxrpc/af_rxrpc.c
414
415AGPGART DRIVER
416M: David Airlie <airlied@linux.ie>
417T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
418S: Maintained
419F: drivers/char/agp/
420F: include/linux/agp*
421
422AHA152X SCSI DRIVER
423M: "Juergen E. Fischer" <fischer@norbit.de>
424L: linux-scsi@vger.kernel.org
425S: Maintained
426F: drivers/scsi/aha152x*
427F: drivers/scsi/pcmcia/aha152x*
428
429AIC7XXX / AIC79XX SCSI DRIVER
430M: Hannes Reinecke <hare@suse.de>
431L: linux-scsi@vger.kernel.org
432S: Maintained
433F: drivers/scsi/aic7xxx/
434F: drivers/scsi/aic7xxx_old/
435
436AIO
437M: Benjamin LaHaise <bcrl@kvack.org>
438L: linux-aio@kvack.org
439S: Supported
440F: fs/aio.c
441F: include/linux/*aio*.h
442
443ALCATEL SPEEDTOUCH USB DRIVER
444M: Duncan Sands <duncan.sands@free.fr>
445L: linux-usb@vger.kernel.org
446W: http://www.linux-usb.org/SpeedTouch/
447S: Maintained
448F: drivers/usb/atm/speedtch.c
449F: drivers/usb/atm/usbatm.c
450
451ALCHEMY AU1XX0 MMC DRIVER
452M: Manuel Lauss <manuel.lauss@gmail.com>
453S: Maintained
454F: drivers/mmc/host/au1xmmc.c
455
456ALI1563 I2C DRIVER
457M: Rudolf Marek <r.marek@assembler.cz>
458L: linux-i2c@vger.kernel.org
459S: Maintained
460F: Documentation/i2c/busses/i2c-ali1563
461F: drivers/i2c/busses/i2c-ali1563.c
462
463ALPHA PORT
464M: Richard Henderson <rth@twiddle.net>
465M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
466M: Matt Turner <mattst88@gmail.com>
467S: Odd Fixes
468L: linux-alpha@vger.kernel.org
469F: arch/alpha/
470
471ALTERA UART/JTAG UART SERIAL DRIVERS
472M: Tobias Klauser <tklauser@distanz.ch>
473L: linux-serial@vger.kernel.org
474L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
475S: Maintained
476F: drivers/tty/serial/altera_uart.c
477F: drivers/tty/serial/altera_jtaguart.c
478F: include/linux/altera_uart.h
479F: include/linux/altera_jtaguart.h
480
481AMD FAM15H PROCESSOR POWER MONITORING DRIVER
482M: Andreas Herrmann <andreas.herrmann3@amd.com>
483L: lm-sensors@lm-sensors.org
484S: Maintained
485F: Documentation/hwmon/fam15h_power
486F: drivers/hwmon/fam15h_power.c
487
488AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
489M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
490L: linux-geode@lists.infradead.org (moderated for non-subscribers)
491S: Supported
492F: drivers/usb/gadget/amd5536udc.*
493
494AMD GEODE PROCESSOR/CHIPSET SUPPORT
495P: Andres Salomon <dilinger@queued.net>
496L: linux-geode@lists.infradead.org (moderated for non-subscribers)
497W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
498S: Supported
499F: drivers/char/hw_random/geode-rng.c
500F: drivers/crypto/geode*
501F: drivers/video/geode/
502F: arch/x86/include/asm/geode.h
503
504AMD IOMMU (AMD-VI)
505M: Joerg Roedel <joerg.roedel@amd.com>
506L: iommu@lists.linux-foundation.org
507T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
508S: Supported
509F: drivers/iommu/amd_iommu*.[ch]
510F: include/linux/amd-iommu.h
511
512AMD MICROCODE UPDATE SUPPORT
513M: Andreas Herrmann <andreas.herrmann3@amd.com>
514L: amd64-microcode@amd64.org
515S: Supported
516F: arch/x86/kernel/microcode_amd.c
517
518AMS (Apple Motion Sensor) DRIVER
519M: Michael Hanselmann <linux-kernel@hansmi.ch>
520S: Supported
521F: drivers/macintosh/ams/
522
523AMSO1100 RNIC DRIVER
524M: Tom Tucker <tom@opengridcomputing.com>
525M: Steve Wise <swise@opengridcomputing.com>
526L: linux-rdma@vger.kernel.org
527S: Maintained
528F: drivers/infiniband/hw/amso1100/
529
530ANALOG DEVICES INC ASOC CODEC DRIVERS
531M: Lars-Peter Clausen <lars@metafoo.de>
532L: device-drivers-devel@blackfin.uclinux.org
533L: alsa-devel@alsa-project.org (moderated for non-subscribers)
534W: http://wiki.analog.com/
535S: Supported
536F: sound/soc/codecs/adau*
537F: sound/soc/codecs/adav*
538F: sound/soc/codecs/ad1*
539F: sound/soc/codecs/ssm*
540F: sound/soc/codecs/sigmadsp.*
541
542ANALOG DEVICES INC ASOC DRIVERS
543L: uclinux-dist-devel@blackfin.uclinux.org
544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
545W: http://blackfin.uclinux.org/
546S: Supported
547F: sound/soc/blackfin/*
548
549AOA (Apple Onboard Audio) ALSA DRIVER
550M: Johannes Berg <johannes@sipsolutions.net>
551L: linuxppc-dev@lists.ozlabs.org
552L: alsa-devel@alsa-project.org (moderated for non-subscribers)
553S: Maintained
554F: sound/aoa/
555
556APM DRIVER
557M: Jiri Kosina <jkosina@suse.cz>
558S: Odd fixes
559F: arch/x86/kernel/apm_32.c
560F: include/linux/apm_bios.h
561F: drivers/char/apm-emulation.c
562
563APPLE BCM5974 MULTITOUCH DRIVER
564M: Henrik Rydberg <rydberg@euromail.se>
565L: linux-input@vger.kernel.org
566S: Maintained
567F: drivers/input/mouse/bcm5974.c
568
569APPLE SMC DRIVER
570M: Henrik Rydberg <rydberg@euromail.se>
571L: lm-sensors@lm-sensors.org
572S: Maintained
573F: drivers/hwmon/applesmc.c
574
575APPLETALK NETWORK LAYER
576M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
577S: Maintained
578F: drivers/net/appletalk/
579F: net/appletalk/
580
581ARASAN COMPACT FLASH PATA CONTROLLER
582M: Viresh Kumar <viresh.linux@gmail.com>
583L: linux-ide@vger.kernel.org
584S: Maintained
585F: include/linux/pata_arasan_cf_data.h
586F: drivers/ata/pata_arasan_cf.c
587
588ARC FRAMEBUFFER DRIVER
589M: Jaya Kumar <jayalk@intworks.biz>
590S: Maintained
591F: drivers/video/arcfb.c
592F: drivers/video/fb_defio.c
593
594ARM MFM AND FLOPPY DRIVERS
595M: Ian Molton <spyro@f2s.com>
596S: Maintained
597F: arch/arm/lib/floppydma.S
598F: arch/arm/include/asm/floppy.h
599
600ARM PMU PROFILING AND DEBUGGING
601M: Will Deacon <will.deacon@arm.com>
602S: Maintained
603F: arch/arm/kernel/perf_event*
604F: arch/arm/oprofile/common.c
605F: arch/arm/kernel/pmu.c
606F: arch/arm/include/asm/pmu.h
607F: arch/arm/kernel/hw_breakpoint.c
608F: arch/arm/include/asm/hw_breakpoint.h
609
610ARM PORT
611M: Russell King <linux@arm.linux.org.uk>
612L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
613W: http://www.arm.linux.org.uk/
614S: Maintained
615F: arch/arm/
616
617ARM PRIMECELL AACI PL041 DRIVER
618M: Russell King <linux@arm.linux.org.uk>
619S: Maintained
620F: sound/arm/aaci.*
621
622ARM PRIMECELL CLCD PL110 DRIVER
623M: Russell King <linux@arm.linux.org.uk>
624S: Maintained
625F: drivers/video/amba-clcd.*
626
627ARM PRIMECELL KMI PL050 DRIVER
628M: Russell King <linux@arm.linux.org.uk>
629S: Maintained
630F: drivers/input/serio/ambakmi.*
631F: include/linux/amba/kmi.h
632
633ARM PRIMECELL MMCI PL180/1 DRIVER
634S: Orphan
635F: drivers/mmc/host/mmci.*
636
637ARM PRIMECELL BUS SUPPORT
638M: Russell King <linux@arm.linux.org.uk>
639S: Maintained
640F: drivers/amba/
641F: include/linux/amba/bus.h
642
643ARM/ADS SPHERE MACHINE SUPPORT
644M: Lennert Buytenhek <kernel@wantstofly.org>
645L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646S: Maintained
647
648ARM/AFEB9260 MACHINE SUPPORT
649M: Sergey Lapin <slapin@ossfans.org>
650L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
651S: Maintained
652
653ARM/AJECO 1ARM MACHINE SUPPORT
654M: Lennert Buytenhek <kernel@wantstofly.org>
655L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
656S: Maintained
657
658ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
659M: Andrew Victor <linux@maxim.org.za>
660M: Nicolas Ferre <nicolas.ferre@atmel.com>
661M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663W: http://maxim.org.za/at91_26.html
664W: http://www.linux4sam.org
665S: Supported
666F: arch/arm/mach-at91/
667
668ARM/BCMRING ARM ARCHITECTURE
669M: Jiandong Zheng <jdzheng@broadcom.com>
670M: Scott Branden <sbranden@broadcom.com>
671L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
672S: Maintained
673F: arch/arm/mach-bcmring
674
675ARM/BCMRING MTD NAND DRIVER
676M: Jiandong Zheng <jdzheng@broadcom.com>
677M: Scott Branden <sbranden@broadcom.com>
678L: linux-mtd@lists.infradead.org
679S: Maintained
680F: drivers/mtd/nand/bcm_umi_nand.c
681F: drivers/mtd/nand/bcm_umi_bch.c
682F: drivers/mtd/nand/nand_bcm_umi.h
683
684ARM/CALXEDA HIGHBANK ARCHITECTURE
685M: Rob Herring <rob.herring@calxeda.com>
686L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
687S: Maintained
688F: arch/arm/mach-highbank/
689
690ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
691M: Anton Vorontsov <avorontsov@mvista.com>
692S: Maintained
693F: arch/arm/mach-cns3xxx/
694T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
695
696ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
697M: Hartley Sweeten <hsweeten@visionengravers.com>
698M: Ryan Mallon <rmallon@gmail.com>
699L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
700S: Maintained
701F: arch/arm/mach-ep93xx/
702F: arch/arm/mach-ep93xx/include/mach/
703
704ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
705M: Lennert Buytenhek <kernel@wantstofly.org>
706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707S: Maintained
708
709ARM/CLKDEV SUPPORT
710M: Russell King <linux@arm.linux.org.uk>
711L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
712S: Maintained
713F: arch/arm/include/asm/clkdev.h
714F: drivers/clk/clkdev.c
715
716ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
717M: Mike Rapoport <mike@compulab.co.il>
718L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719S: Maintained
720
721ARM/CONTEC MICRO9 MACHINE SUPPORT
722M: Hubert Feurstein <hubert.feurstein@contec.at>
723S: Maintained
724F: arch/arm/mach-ep93xx/micro9.c
725
726ARM/CORGI MACHINE SUPPORT
727M: Richard Purdie <rpurdie@rpsys.net>
728S: Maintained
729
730ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
731M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
732L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
733T: git git://git.berlios.de/gemini-board
734S: Maintained
735F: arch/arm/mach-gemini/
736
737ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
738M: Barry Song <baohua.song@csr.com>
739L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740S: Maintained
741F: arch/arm/mach-prima2/
742F: drivers/dma/sirf-dma.c
743F: drivers/i2c/busses/i2c-sirf.c
744F: drivers/pinctrl/pinctrl-sirf.c
745F: drivers/spi/spi-sirf.c
746
747ARM/EBSA110 MACHINE SUPPORT
748M: Russell King <linux@arm.linux.org.uk>
749L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750W: http://www.arm.linux.org.uk/
751S: Maintained
752F: arch/arm/mach-ebsa110/
753F: drivers/net/ethernet/amd/am79c961a.*
754
755ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
756M: Daniel Ribeiro <drwyrm@gmail.com>
757M: Stefan Schmidt <stefan@openezx.org>
758M: Harald Welte <laforge@openezx.org>
759L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
760W: http://www.openezx.org/
761S: Maintained
762T: topgit git://git.openezx.org/openezx.git
763F: arch/arm/mach-pxa/ezx.c
764
765ARM/FARADAY FA526 PORT
766M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
767L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
768S: Maintained
769T: git git://git.berlios.de/gemini-board
770F: arch/arm/mm/*-fa*
771
772ARM/FOOTBRIDGE ARCHITECTURE
773M: Russell King <linux@arm.linux.org.uk>
774L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
775W: http://www.arm.linux.org.uk/
776S: Maintained
777F: arch/arm/include/asm/hardware/dec21285.h
778F: arch/arm/mach-footbridge/
779
780ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
781M: Sascha Hauer <kernel@pengutronix.de>
782L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
783S: Maintained
784T: git git://git.pengutronix.de/git/imx/linux-2.6.git
785F: arch/arm/mach-imx/
786F: arch/arm/plat-mxc/
787
788ARM/FREESCALE IMX6
789M: Shawn Guo <shawn.guo@linaro.org>
790L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
791S: Maintained
792T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
793F: arch/arm/mach-imx/*imx6*
794
795ARM/FREESCALE MXS ARM ARCHITECTURE
796M: Shawn Guo <shawn.guo@linaro.org>
797L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798S: Maintained
799T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
800F: arch/arm/mach-mxs/
801
802ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
803M: Lennert Buytenhek <kernel@wantstofly.org>
804L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
805S: Maintained
806
807ARM/GUMSTIX MACHINE SUPPORT
808M: Steve Sakoman <sakoman@gmail.com>
809L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810S: Maintained
811
812ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
813M: Philipp Zabel <philipp.zabel@gmail.com>
814M: Paul Parsons <lost.distance@yahoo.com>
815L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816S: Maintained
817F: arch/arm/mach-pxa/hx4700.c
818F: arch/arm/mach-pxa/include/mach/hx4700.h
819F: sound/soc/pxa/hx4700.c
820
821ARM/HP JORNADA 7XX MACHINE SUPPORT
822M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
823W: www.jlime.com
824S: Maintained
825T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
826F: arch/arm/mach-sa1100/jornada720.c
827F: arch/arm/mach-sa1100/include/mach/jornada720.h
828
829ARM/INCOME PXA270 SUPPORT
830M: Marek Vasut <marek.vasut@gmail.com>
831L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832S: Maintained
833F: arch/arm/mach-pxa/colibri-pxa270-income.c
834
835ARM/INTEL IOP32X ARM ARCHITECTURE
836M: Lennert Buytenhek <kernel@wantstofly.org>
837M: Dan Williams <dan.j.williams@intel.com>
838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839S: Maintained
840
841ARM/INTEL IOP33X ARM ARCHITECTURE
842M: Dan Williams <dan.j.williams@intel.com>
843L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844S: Maintained
845
846ARM/INTEL IOP13XX ARM ARCHITECTURE
847M: Lennert Buytenhek <kernel@wantstofly.org>
848M: Dan Williams <dan.j.williams@intel.com>
849L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850S: Maintained
851
852ARM/INTEL IQ81342EX MACHINE SUPPORT
853M: Lennert Buytenhek <kernel@wantstofly.org>
854M: Dan Williams <dan.j.williams@intel.com>
855L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856S: Maintained
857
858ARM/INTEL IXDP2850 MACHINE SUPPORT
859M: Lennert Buytenhek <kernel@wantstofly.org>
860L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861S: Maintained
862
863ARM/INTEL IXP4XX ARM ARCHITECTURE
864M: Imre Kaloz <kaloz@openwrt.org>
865M: Krzysztof Halasa <khc@pm.waw.pl>
866L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867S: Maintained
868F: arch/arm/mach-ixp4xx/
869
870ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
871M: Jonathan Cameron <jic23@cam.ac.uk>
872L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873S: Maintained
874F: arch/arm/mach-pxa/stargate2.c
875F: drivers/pcmcia/pxa2xx_stargate2.c
876
877ARM/INTEL XSC3 (MANZANO) ARM CORE
878M: Lennert Buytenhek <kernel@wantstofly.org>
879M: Dan Williams <dan.j.williams@intel.com>
880L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881S: Maintained
882
883ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
884M: Lennert Buytenhek <kernel@wantstofly.org>
885L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886S: Maintained
887
888ARM/LOGICPD PXA270 MACHINE SUPPORT
889M: Lennert Buytenhek <kernel@wantstofly.org>
890L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891S: Maintained
892
893ARM/MAGICIAN MACHINE SUPPORT
894M: Philipp Zabel <philipp.zabel@gmail.com>
895S: Maintained
896
897ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
898M: Jason Cooper <jason@lakedaemon.net>
899M: Andrew Lunn <andrew@lunn.ch>
900L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901S: Maintained
902F: arch/arm/mach-dove/
903F: arch/arm/mach-kirkwood/
904F: arch/arm/mach-mv78xx0/
905F: arch/arm/mach-orion5x/
906F: arch/arm/plat-orion/
907
908ARM/Orion SoC/Technologic Systems TS-78xx platform support
909M: Alexander Clouter <alex@digriz.org.uk>
910L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911W: http://www.digriz.org.uk/ts78xx/kernel
912S: Maintained
913F: arch/arm/mach-orion5x/ts78xx-*
914
915ARM/MIOA701 MACHINE SUPPORT
916M: Robert Jarzmik <robert.jarzmik@free.fr>
917L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918F: arch/arm/mach-pxa/mioa701.c
919S: Maintained
920
921ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
922M: Michael Petchkovsky <mkpetch@internode.on.net>
923S: Maintained
924
925ARM/NOMADIK ARCHITECTURE
926M: Alessandro Rubini <rubini@unipv.it>
927M: Linus Walleij <linus.walleij@stericsson.com>
928M: STEricsson <STEricsson_nomadik_linux@list.st.com>
929L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930S: Maintained
931F: arch/arm/mach-nomadik/
932F: arch/arm/plat-nomadik/
933F: drivers/i2c/busses/i2c-nomadik.c
934T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
935
936ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
937M: Nelson Castillo <arhuaco@freaks-unidos.net>
938L: openmoko-kernel@lists.openmoko.org (subscribers-only)
939W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
940S: Supported
941
942ARM/QUALCOMM MSM MACHINE SUPPORT
943M: David Brown <davidb@codeaurora.org>
944M: Daniel Walker <dwalker@fifo99.com>
945M: Bryan Huntsman <bryanh@codeaurora.org>
946L: linux-arm-msm@vger.kernel.org
947F: arch/arm/mach-msm/
948F: drivers/video/msm/
949F: drivers/mmc/host/msm_sdcc.c
950F: drivers/mmc/host/msm_sdcc.h
951F: drivers/tty/serial/msm_serial.h
952F: drivers/tty/serial/msm_serial.c
953F: drivers/platform/msm/
954F: drivers/*/pm8???-*
955F: include/linux/mfd/pm8xxx/
956T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
957S: Maintained
958
959ARM/TOSA MACHINE SUPPORT
960M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
961M: Dirk Opfer <dirk@opfer-online.de>
962S: Maintained
963
964ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
965M: Marek Vasut <marek.vasut@gmail.com>
966L: linux-arm-kernel@lists.infradead.org
967W: http://hackndev.com
968S: Maintained
969F: arch/arm/mach-pxa/include/mach/palmtx.h
970F: arch/arm/mach-pxa/palmtx.c
971F: arch/arm/mach-pxa/include/mach/palmt5.h
972F: arch/arm/mach-pxa/palmt5.c
973F: arch/arm/mach-pxa/include/mach/palmld.h
974F: arch/arm/mach-pxa/palmld.c
975F: arch/arm/mach-pxa/include/mach/palmte2.h
976F: arch/arm/mach-pxa/palmte2.c
977F: arch/arm/mach-pxa/include/mach/palmtc.h
978F: arch/arm/mach-pxa/palmtc.c
979
980ARM/PALM TREO SUPPORT
981M: Tomas Cech <sleep_walker@suse.cz>
982L: linux-arm-kernel@lists.infradead.org
983W: http://hackndev.com
984S: Maintained
985F: arch/arm/mach-pxa/include/mach/palmtreo.h
986F: arch/arm/mach-pxa/palmtreo.c
987
988ARM/PALMZ72 SUPPORT
989M: Sergey Lapin <slapin@ossfans.org>
990L: linux-arm-kernel@lists.infradead.org
991W: http://hackndev.com
992S: Maintained
993F: arch/arm/mach-pxa/include/mach/palmz72.h
994F: arch/arm/mach-pxa/palmz72.c
995
996ARM/PLEB SUPPORT
997M: Peter Chubb <pleb@gelato.unsw.edu.au>
998W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
999S: Maintained
1000
1001ARM/PT DIGITAL BOARD PORT
1002M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1003L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004W: http://www.arm.linux.org.uk/
1005S: Maintained
1006
1007ARM/RADISYS ENP2611 MACHINE SUPPORT
1008M: Lennert Buytenhek <kernel@wantstofly.org>
1009L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010S: Maintained
1011
1012ARM/RISCPC ARCHITECTURE
1013M: Russell King <linux@arm.linux.org.uk>
1014L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015W: http://www.arm.linux.org.uk/
1016S: Maintained
1017F: arch/arm/common/time-acorn.c
1018F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1019F: arch/arm/include/asm/hardware/ioc.h
1020F: arch/arm/include/asm/hardware/iomd.h
1021F: arch/arm/include/asm/hardware/memc.h
1022F: arch/arm/mach-rpc/
1023F: drivers/net/ethernet/8390/etherh.c
1024F: drivers/net/ethernet/i825xx/ether1*
1025F: drivers/net/ethernet/seeq/ether3*
1026F: drivers/scsi/arm/
1027
1028ARM/SHARK MACHINE SUPPORT
1029M: Alexander Schulz <alex@shark-linux.de>
1030W: http://www.shark-linux.de/shark.html
1031S: Maintained
1032
1033ARM/SAMSUNG ARM ARCHITECTURES
1034M: Ben Dooks <ben-linux@fluff.org>
1035M: Kukjin Kim <kgene.kim@samsung.com>
1036L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1038W: http://www.fluff.org/ben/linux/
1039S: Maintained
1040F: arch/arm/plat-samsung/
1041F: arch/arm/plat-s3c24xx/
1042F: arch/arm/plat-s5p/
1043F: arch/arm/mach-s3c24*/
1044F: arch/arm/mach-s3c64xx/
1045F: drivers/*/*s3c2410*
1046F: drivers/*/*/*s3c2410*
1047F: drivers/spi/spi-s3c*
1048F: sound/soc/samsung/*
1049
1050ARM/S5P EXYNOS ARM ARCHITECTURES
1051M: Kukjin Kim <kgene.kim@samsung.com>
1052L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1054S: Maintained
1055F: arch/arm/mach-s5p*/
1056F: arch/arm/mach-exynos*/
1057
1058ARM/SAMSUNG MOBILE MACHINE SUPPORT
1059M: Kyungmin Park <kyungmin.park@samsung.com>
1060L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061S: Maintained
1062F: arch/arm/mach-s5pv210/mach-aquila.c
1063F: arch/arm/mach-s5pv210/mach-goni.c
1064F: arch/arm/mach-exynos/mach-universal_c210.c
1065F: arch/arm/mach-exynos/mach-nuri.c
1066
1067ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1068M: Kyungmin Park <kyungmin.park@samsung.com>
1069M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1070L: linux-arm-kernel@lists.infradead.org
1071L: linux-media@vger.kernel.org
1072S: Maintained
1073F: arch/arm/plat-s5p/dev-fimc*
1074F: arch/arm/plat-samsung/include/plat/*fimc*
1075F: drivers/media/video/s5p-fimc/
1076
1077ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1078M: Kyungmin Park <kyungmin.park@samsung.com>
1079M: Kamil Debski <k.debski@samsung.com>
1080M: Jeongtae Park <jtp.park@samsung.com>
1081L: linux-arm-kernel@lists.infradead.org
1082L: linux-media@vger.kernel.org
1083S: Maintained
1084F: arch/arm/plat-s5p/dev-mfc.c
1085F: drivers/media/video/s5p-mfc/
1086
1087ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1088M: Kyungmin Park <kyungmin.park@samsung.com>
1089M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1090L: linux-arm-kernel@lists.infradead.org
1091L: linux-media@vger.kernel.org
1092S: Maintained
1093F: drivers/media/video/s5p-tv/
1094
1095ARM/SHMOBILE ARM ARCHITECTURE
1096M: Paul Mundt <lethal@linux-sh.org>
1097M: Magnus Damm <magnus.damm@gmail.com>
1098L: linux-sh@vger.kernel.org
1099W: http://oss.renesas.com
1100Q: http://patchwork.kernel.org/project/linux-sh/list/
1101T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1102S: Supported
1103F: arch/arm/mach-shmobile/
1104F: drivers/sh/
1105
1106ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1107M: Lennert Buytenhek <kernel@wantstofly.org>
1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109S: Maintained
1110
1111ARM/TETON BGA MACHINE SUPPORT
1112M: "Mark F. Brown" <mark.brown314@gmail.com>
1113L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114S: Maintained
1115
1116ARM/THECUS N2100 MACHINE SUPPORT
1117M: Lennert Buytenhek <kernel@wantstofly.org>
1118L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119S: Maintained
1120
1121ARM/NUVOTON W90X900 ARM ARCHITECTURE
1122M: Wan ZongShun <mcuos.com@gmail.com>
1123L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124W: http://www.mcuos.com
1125S: Maintained
1126F: arch/arm/mach-w90x900/
1127F: drivers/input/keyboard/w90p910_keypad.c
1128F: drivers/input/touchscreen/w90p910_ts.c
1129F: drivers/watchdog/nuc900_wdt.c
1130F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1131F: drivers/mtd/nand/nuc900_nand.c
1132F: drivers/rtc/rtc-nuc900.c
1133F: drivers/spi/spi-nuc900.c
1134F: drivers/usb/host/ehci-w90x900.c
1135F: drivers/video/nuc900fb.c
1136
1137ARM/U300 MACHINE SUPPORT
1138M: Linus Walleij <linus.walleij@stericsson.com>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140S: Supported
1141F: arch/arm/mach-u300/
1142F: drivers/i2c/busses/i2c-stu300.c
1143F: drivers/rtc/rtc-coh901331.c
1144F: drivers/watchdog/coh901327_wdt.c
1145F: drivers/dma/coh901318*
1146F: drivers/mfd/ab3100*
1147F: drivers/rtc/rtc-ab3100.c
1148F: drivers/rtc/rtc-coh901331.c
1149T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1150
1151ARM/Ux500 ARM ARCHITECTURE
1152M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1153M: Linus Walleij <linus.walleij@stericsson.com>
1154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155S: Maintained
1156F: arch/arm/mach-ux500/
1157F: drivers/dma/ste_dma40*
1158F: drivers/mfd/abx500*
1159F: drivers/mfd/ab8500*
1160F: drivers/mfd/stmpe*
1161F: drivers/rtc/rtc-ab8500.c
1162T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1163
1164ARM/VFP SUPPORT
1165M: Russell King <linux@arm.linux.org.uk>
1166L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167W: http://www.arm.linux.org.uk/
1168S: Maintained
1169F: arch/arm/vfp/
1170
1171ARM/VOIPAC PXA270 SUPPORT
1172M: Marek Vasut <marek.vasut@gmail.com>
1173L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174S: Maintained
1175F: arch/arm/mach-pxa/vpac270.c
1176F: arch/arm/mach-pxa/include/mach/vpac270.h
1177
1178ARM/ZIPIT Z2 SUPPORT
1179M: Marek Vasut <marek.vasut@gmail.com>
1180L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181S: Maintained
1182F: arch/arm/mach-pxa/z2.c
1183F: arch/arm/mach-pxa/include/mach/z2.h
1184
1185ASC7621 HARDWARE MONITOR DRIVER
1186M: George Joseph <george.joseph@fairview5.com>
1187L: lm-sensors@lm-sensors.org
1188S: Maintained
1189F: Documentation/hwmon/asc7621
1190F: drivers/hwmon/asc7621.c
1191
1192ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1193M: Corentin Chary <corentincj@iksaif.net>
1194L: acpi4asus-user@lists.sourceforge.net
1195L: platform-driver-x86@vger.kernel.org
1196W: http://acpi4asus.sf.net
1197S: Maintained
1198F: drivers/platform/x86/asus*.c
1199F: drivers/platform/x86/eeepc*.c
1200
1201ASUS ASB100 HARDWARE MONITOR DRIVER
1202M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1203L: lm-sensors@lm-sensors.org
1204S: Maintained
1205F: drivers/hwmon/asb100.c
1206
1207ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1208M: Dan Williams <dan.j.williams@intel.com>
1209W: http://sourceforge.net/projects/xscaleiop
1210S: Supported
1211F: Documentation/crypto/async-tx-api.txt
1212F: crypto/async_tx/
1213F: drivers/dma/
1214F: include/linux/dmaengine.h
1215F: include/linux/async_tx.h
1216
1217AT24 EEPROM DRIVER
1218M: Wolfram Sang <w.sang@pengutronix.de>
1219L: linux-i2c@vger.kernel.org
1220S: Maintained
1221F: drivers/misc/eeprom/at24.c
1222F: include/linux/i2c/at24.h
1223
1224ATA OVER ETHERNET (AOE) DRIVER
1225M: "Ed L. Cashin" <ecashin@coraid.com>
1226W: http://www.coraid.com/support/linux
1227S: Supported
1228F: Documentation/aoe/
1229F: drivers/block/aoe/
1230
1231ATHEROS ATH GENERIC UTILITIES
1232M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1233L: linux-wireless@vger.kernel.org
1234S: Supported
1235F: drivers/net/wireless/ath/*
1236
1237ATHEROS ATH5K WIRELESS DRIVER
1238M: Jiri Slaby <jirislaby@gmail.com>
1239M: Nick Kossifidis <mickflemm@gmail.com>
1240M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1241L: linux-wireless@vger.kernel.org
1242L: ath5k-devel@lists.ath5k.org
1243W: http://wireless.kernel.org/en/users/Drivers/ath5k
1244S: Maintained
1245F: drivers/net/wireless/ath/ath5k/
1246
1247ATHEROS ATH6KL WIRELESS DRIVER
1248M: Kalle Valo <kvalo@qca.qualcomm.com>
1249L: linux-wireless@vger.kernel.org
1250W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1251T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1252S: Supported
1253F: drivers/net/wireless/ath/ath6kl/
1254
1255ATHEROS ATH9K WIRELESS DRIVER
1256M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1257M: Jouni Malinen <jouni@qca.qualcomm.com>
1258M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1259M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1260L: linux-wireless@vger.kernel.org
1261L: ath9k-devel@lists.ath9k.org
1262W: http://wireless.kernel.org/en/users/Drivers/ath9k
1263S: Supported
1264F: drivers/net/wireless/ath/ath9k/
1265
1266CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1267M: Christian Lamparter <chunkeey@googlemail.com>
1268L: linux-wireless@vger.kernel.org
1269W: http://wireless.kernel.org/en/users/Drivers/carl9170
1270S: Maintained
1271F: drivers/net/wireless/ath/carl9170/
1272
1273ATK0110 HWMON DRIVER
1274M: Luca Tettamanti <kronos.it@gmail.com>
1275L: lm-sensors@lm-sensors.org
1276S: Maintained
1277F: drivers/hwmon/asus_atk0110.c
1278
1279ATI_REMOTE2 DRIVER
1280M: Ville Syrjala <syrjala@sci.fi>
1281S: Maintained
1282F: drivers/input/misc/ati_remote2.c
1283
1284ATLX ETHERNET DRIVERS
1285M: Jay Cliburn <jcliburn@gmail.com>
1286M: Chris Snook <chris.snook@gmail.com>
1287L: netdev@vger.kernel.org
1288W: http://sourceforge.net/projects/atl1
1289W: http://atl1.sourceforge.net
1290S: Maintained
1291F: drivers/net/ethernet/atheros/
1292
1293ATM
1294M: Chas Williams <chas@cmf.nrl.navy.mil>
1295L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1296L: netdev@vger.kernel.org
1297W: http://linux-atm.sourceforge.net
1298S: Maintained
1299F: drivers/atm/
1300F: include/linux/atm*
1301
1302ATMEL AT91 MCI DRIVER
1303M: Ludovic Desroches <ludovic.desroches@atmel.com>
1304L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305W: http://www.atmel.com/products/AT91/
1306W: http://www.at91.com/
1307S: Maintained
1308F: drivers/mmc/host/at91_mci.c
1309
1310ATMEL AT91 / AT32 MCI DRIVER
1311M: Ludovic Desroches <ludovic.desroches@atmel.com>
1312S: Maintained
1313F: drivers/mmc/host/atmel-mci.c
1314F: drivers/mmc/host/atmel-mci-regs.h
1315
1316ATMEL AT91 / AT32 SERIAL DRIVER
1317M: Nicolas Ferre <nicolas.ferre@atmel.com>
1318S: Supported
1319F: drivers/tty/serial/atmel_serial.c
1320
1321ATMEL DMA DRIVER
1322M: Nicolas Ferre <nicolas.ferre@atmel.com>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324S: Supported
1325F: drivers/dma/at_hdmac.c
1326F: drivers/dma/at_hdmac_regs.h
1327F: arch/arm/mach-at91/include/mach/at_hdmac.h
1328
1329ATMEL ISI DRIVER
1330M: Josh Wu <josh.wu@atmel.com>
1331L: linux-media@vger.kernel.org
1332S: Supported
1333F: drivers/media/video/atmel-isi.c
1334F: include/media/atmel-isi.h
1335
1336ATMEL LCDFB DRIVER
1337M: Nicolas Ferre <nicolas.ferre@atmel.com>
1338L: linux-fbdev@vger.kernel.org
1339S: Maintained
1340F: drivers/video/atmel_lcdfb.c
1341F: include/video/atmel_lcdc.h
1342
1343ATMEL MACB ETHERNET DRIVER
1344M: Nicolas Ferre <nicolas.ferre@atmel.com>
1345S: Supported
1346F: drivers/net/ethernet/cadence/
1347
1348ATMEL SPI DRIVER
1349M: Nicolas Ferre <nicolas.ferre@atmel.com>
1350S: Supported
1351F: drivers/spi/spi-atmel.*
1352
1353ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1354M: Nicolas Ferre <nicolas.ferre@atmel.com>
1355L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356S: Supported
1357F: drivers/misc/atmel_tclib.c
1358F: drivers/clocksource/tcb_clksrc.c
1359
1360ATMEL TSADCC DRIVER
1361M: Josh Wu <josh.wu@atmel.com>
1362L: linux-input@vger.kernel.org
1363S: Supported
1364F: drivers/input/touchscreen/atmel_tsadcc.c
1365
1366ATMEL USBA UDC DRIVER
1367M: Nicolas Ferre <nicolas.ferre@atmel.com>
1368L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369S: Supported
1370F: drivers/usb/gadget/atmel_usba_udc.*
1371
1372ATMEL WIRELESS DRIVER
1373M: Simon Kelley <simon@thekelleys.org.uk>
1374L: linux-wireless@vger.kernel.org
1375W: http://www.thekelleys.org.uk/atmel
1376W: http://atmelwlandriver.sourceforge.net/
1377S: Maintained
1378F: drivers/net/wireless/atmel*
1379
1380AUDIT SUBSYSTEM
1381M: Al Viro <viro@zeniv.linux.org.uk>
1382M: Eric Paris <eparis@redhat.com>
1383L: linux-audit@redhat.com (subscribers-only)
1384W: http://people.redhat.com/sgrubb/audit/
1385T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1386S: Maintained
1387F: include/linux/audit.h
1388F: kernel/audit*
1389
1390AUXILIARY DISPLAY DRIVERS
1391M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1392W: http://miguelojeda.es/auxdisplay.htm
1393W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1394S: Maintained
1395F: drivers/auxdisplay/
1396F: include/linux/cfag12864b.h
1397
1398AVR32 ARCHITECTURE
1399M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1400M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1401W: http://www.atmel.com/products/AVR32/
1402W: http://avr32linux.org/
1403W: http://avrfreaks.net/
1404S: Maintained
1405F: arch/avr32/
1406
1407AVR32/AT32AP MACHINE SUPPORT
1408M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1409M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1410S: Maintained
1411F: arch/avr32/mach-at32ap/
1412
1413AX.25 NETWORK LAYER
1414M: Ralf Baechle <ralf@linux-mips.org>
1415L: linux-hams@vger.kernel.org
1416W: http://www.linux-ax25.org/
1417S: Maintained
1418F: include/linux/ax25.h
1419F: include/net/ax25.h
1420F: net/ax25/
1421
1422B43 WIRELESS DRIVER
1423M: Stefano Brivio <stefano.brivio@polimi.it>
1424L: linux-wireless@vger.kernel.org
1425L: b43-dev@lists.infradead.org
1426W: http://wireless.kernel.org/en/users/Drivers/b43
1427S: Maintained
1428F: drivers/net/wireless/b43/
1429
1430B43LEGACY WIRELESS DRIVER
1431M: Larry Finger <Larry.Finger@lwfinger.net>
1432M: Stefano Brivio <stefano.brivio@polimi.it>
1433L: linux-wireless@vger.kernel.org
1434L: b43-dev@lists.infradead.org
1435W: http://wireless.kernel.org/en/users/Drivers/b43
1436S: Maintained
1437F: drivers/net/wireless/b43legacy/
1438
1439BACKLIGHT CLASS/SUBSYSTEM
1440M: Richard Purdie <rpurdie@rpsys.net>
1441S: Maintained
1442F: drivers/video/backlight/
1443F: include/linux/backlight.h
1444
1445BATMAN ADVANCED
1446M: Marek Lindner <lindner_marek@yahoo.de>
1447M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1448M: Antonio Quartulli <ordex@autistici.org>
1449L: b.a.t.m.a.n@lists.open-mesh.org
1450W: http://www.open-mesh.org/
1451S: Maintained
1452F: net/batman-adv/
1453
1454BAYCOM/HDLCDRV DRIVERS FOR AX.25
1455M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1456L: linux-hams@vger.kernel.org
1457W: http://www.baycom.org/~tom/ham/ham.html
1458S: Maintained
1459F: drivers/net/hamradio/baycom*
1460
1461BEFS FILE SYSTEM
1462S: Orphan
1463F: Documentation/filesystems/befs.txt
1464F: fs/befs/
1465
1466BFS FILE SYSTEM
1467M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1468S: Maintained
1469F: Documentation/filesystems/bfs.txt
1470F: fs/bfs/
1471F: include/linux/bfs_fs.h
1472
1473BLACKFIN ARCHITECTURE
1474M: Mike Frysinger <vapier@gentoo.org>
1475L: uclinux-dist-devel@blackfin.uclinux.org
1476W: http://blackfin.uclinux.org
1477S: Supported
1478F: arch/blackfin/
1479
1480BLACKFIN EMAC DRIVER
1481L: uclinux-dist-devel@blackfin.uclinux.org
1482W: http://blackfin.uclinux.org
1483S: Supported
1484F: drivers/net/ethernet/adi/
1485
1486BLACKFIN RTC DRIVER
1487M: Mike Frysinger <vapier.adi@gmail.com>
1488L: uclinux-dist-devel@blackfin.uclinux.org
1489W: http://blackfin.uclinux.org
1490S: Supported
1491F: drivers/rtc/rtc-bfin.c
1492
1493BLACKFIN SDH DRIVER
1494M: Cliff Cai <cliff.cai@analog.com>
1495L: uclinux-dist-devel@blackfin.uclinux.org
1496W: http://blackfin.uclinux.org
1497S: Supported
1498F: drivers/mmc/host/bfin_sdh.c
1499
1500BLACKFIN SERIAL DRIVER
1501M: Sonic Zhang <sonic.zhang@analog.com>
1502L: uclinux-dist-devel@blackfin.uclinux.org
1503W: http://blackfin.uclinux.org
1504S: Supported
1505F: drivers/tty/serial/bfin_uart.c
1506
1507BLACKFIN WATCHDOG DRIVER
1508M: Mike Frysinger <vapier.adi@gmail.com>
1509L: uclinux-dist-devel@blackfin.uclinux.org
1510W: http://blackfin.uclinux.org
1511S: Supported
1512F: drivers/watchdog/bfin_wdt.c
1513
1514BLACKFIN I2C TWI DRIVER
1515M: Sonic Zhang <sonic.zhang@analog.com>
1516L: uclinux-dist-devel@blackfin.uclinux.org
1517W: http://blackfin.uclinux.org/
1518S: Supported
1519F: drivers/i2c/busses/i2c-bfin-twi.c
1520
1521BLOCK LAYER
1522M: Jens Axboe <axboe@kernel.dk>
1523T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1524S: Maintained
1525F: block/
1526
1527BLOCK2MTD DRIVER
1528M: Joern Engel <joern@lazybastard.org>
1529L: linux-mtd@lists.infradead.org
1530S: Maintained
1531F: drivers/mtd/devices/block2mtd.c
1532
1533BLUETOOTH DRIVERS
1534M: Marcel Holtmann <marcel@holtmann.org>
1535M: Gustavo Padovan <gustavo@padovan.org>
1536M: Johan Hedberg <johan.hedberg@gmail.com>
1537L: linux-bluetooth@vger.kernel.org
1538W: http://www.bluez.org/
1539T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1540T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1541S: Maintained
1542F: drivers/bluetooth/
1543
1544BLUETOOTH SUBSYSTEM
1545M: Marcel Holtmann <marcel@holtmann.org>
1546M: Gustavo Padovan <gustavo@padovan.org>
1547M: Johan Hedberg <johan.hedberg@gmail.com>
1548L: linux-bluetooth@vger.kernel.org
1549W: http://www.bluez.org/
1550T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1551T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1552S: Maintained
1553F: net/bluetooth/
1554F: include/net/bluetooth/
1555
1556BONDING DRIVER
1557M: Jay Vosburgh <fubar@us.ibm.com>
1558M: Andy Gospodarek <andy@greyhouse.net>
1559L: netdev@vger.kernel.org
1560W: http://sourceforge.net/projects/bonding/
1561S: Supported
1562F: drivers/net/bonding/
1563F: include/linux/if_bonding.h
1564
1565BROADCOM B44 10/100 ETHERNET DRIVER
1566M: Gary Zambrano <zambrano@broadcom.com>
1567L: netdev@vger.kernel.org
1568S: Supported
1569F: drivers/net/ethernet/broadcom/b44.*
1570
1571BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1572M: Michael Chan <mchan@broadcom.com>
1573L: netdev@vger.kernel.org
1574S: Supported
1575F: drivers/net/ethernet/broadcom/bnx2.*
1576F: drivers/net/ethernet/broadcom/bnx2_*
1577
1578BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1579M: Eilon Greenstein <eilong@broadcom.com>
1580L: netdev@vger.kernel.org
1581S: Supported
1582F: drivers/net/ethernet/broadcom/bnx2x/
1583
1584BROADCOM TG3 GIGABIT ETHERNET DRIVER
1585M: Matt Carlson <mcarlson@broadcom.com>
1586M: Michael Chan <mchan@broadcom.com>
1587L: netdev@vger.kernel.org
1588S: Supported
1589F: drivers/net/ethernet/broadcom/tg3.*
1590
1591BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1592M: Brett Rudley <brudley@broadcom.com>
1593M: Roland Vossen <rvossen@broadcom.com>
1594M: Arend van Spriel <arend@broadcom.com>
1595M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1596M: Kan Yan <kanyan@broadcom.com>
1597L: linux-wireless@vger.kernel.org
1598L: brcm80211-dev-list@broadcom.com
1599S: Supported
1600F: drivers/net/wireless/brcm80211/
1601
1602BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1603M: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1604L: linux-scsi@vger.kernel.org
1605S: Supported
1606F: drivers/scsi/bnx2fc/
1607
1608BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1609M: Rafał Miłecki <zajec5@gmail.com>
1610L: linux-wireless@vger.kernel.org
1611S: Maintained
1612F: drivers/bcma/
1613F: include/linux/bcma/
1614
1615BROCADE BFA FC SCSI DRIVER
1616M: Jing Huang <huangj@brocade.com>
1617M: Krishna C Gudipati <kgudipat@brocade.com>
1618L: linux-scsi@vger.kernel.org
1619S: Supported
1620F: drivers/scsi/bfa/
1621
1622BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1623M: Rasesh Mody <rmody@brocade.com>
1624L: netdev@vger.kernel.org
1625S: Supported
1626F: drivers/net/ethernet/brocade/bna/
1627
1628BSG (block layer generic sg v4 driver)
1629M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1630L: linux-scsi@vger.kernel.org
1631S: Supported
1632F: block/bsg.c
1633F: include/linux/bsg.h
1634
1635BT87X AUDIO DRIVER
1636M: Clemens Ladisch <clemens@ladisch.de>
1637L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1638T: git git://git.alsa-project.org/alsa-kernel.git
1639S: Maintained
1640F: Documentation/sound/alsa/Bt87x.txt
1641F: sound/pci/bt87x.c
1642
1643BT8XXGPIO DRIVER
1644M: Michael Buesch <m@bues.ch>
1645W: http://bu3sch.de/btgpio.php
1646S: Maintained
1647F: drivers/gpio/gpio-bt8xx.c
1648
1649BTRFS FILE SYSTEM
1650M: Chris Mason <chris.mason@fusionio.com>
1651L: linux-btrfs@vger.kernel.org
1652W: http://btrfs.wiki.kernel.org/
1653Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1654T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1655S: Maintained
1656F: Documentation/filesystems/btrfs.txt
1657F: fs/btrfs/
1658
1659BTTV VIDEO4LINUX DRIVER
1660M: Mauro Carvalho Chehab <mchehab@infradead.org>
1661L: linux-media@vger.kernel.org
1662W: http://linuxtv.org
1663T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1664S: Maintained
1665F: Documentation/video4linux/bttv/
1666F: drivers/media/video/bt8xx/bttv*
1667
1668C-MEDIA CMI8788 DRIVER
1669M: Clemens Ladisch <clemens@ladisch.de>
1670L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1671T: git git://git.alsa-project.org/alsa-kernel.git
1672S: Maintained
1673F: sound/pci/oxygen/
1674
1675C6X ARCHITECTURE
1676M: Mark Salter <msalter@redhat.com>
1677M: Aurelien Jacquiot <a-jacquiot@ti.com>
1678L: linux-c6x-dev@linux-c6x.org
1679W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1680S: Maintained
1681F: arch/c6x/
1682
1683CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1684M: David Howells <dhowells@redhat.com>
1685L: linux-cachefs@redhat.com
1686S: Supported
1687F: Documentation/filesystems/caching/cachefiles.txt
1688F: fs/cachefiles/
1689
1690CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1691M: Jonathan Corbet <corbet@lwn.net>
1692L: linux-media@vger.kernel.org
1693T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1694S: Maintained
1695F: Documentation/video4linux/cafe_ccic
1696F: drivers/media/video/marvell-ccic/
1697
1698CAIF NETWORK LAYER
1699M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1700L: netdev@vger.kernel.org
1701S: Supported
1702F: Documentation/networking/caif/
1703F: drivers/net/caif/
1704F: include/linux/caif/
1705F: include/net/caif/
1706F: net/caif/
1707
1708CALGARY x86-64 IOMMU
1709M: Muli Ben-Yehuda <muli@il.ibm.com>
1710M: "Jon D. Mason" <jdmason@kudzu.us>
1711L: discuss@x86-64.org
1712S: Maintained
1713F: arch/x86/kernel/pci-calgary_64.c
1714F: arch/x86/kernel/tce_64.c
1715F: arch/x86/include/asm/calgary.h
1716F: arch/x86/include/asm/tce.h
1717
1718CAN NETWORK LAYER
1719M: Oliver Hartkopp <socketcan@hartkopp.net>
1720L: linux-can@vger.kernel.org
1721W: http://gitorious.org/linux-can
1722T: git git://gitorious.org/linux-can/linux-can-next.git
1723S: Maintained
1724F: net/can/
1725F: include/linux/can.h
1726F: include/linux/can/core.h
1727F: include/linux/can/bcm.h
1728F: include/linux/can/raw.h
1729F: include/linux/can/gw.h
1730
1731CAN NETWORK DRIVERS
1732M: Wolfgang Grandegger <wg@grandegger.com>
1733M: Marc Kleine-Budde <mkl@pengutronix.de>
1734L: linux-can@vger.kernel.org
1735W: http://gitorious.org/linux-can
1736T: git git://gitorious.org/linux-can/linux-can-next.git
1737S: Maintained
1738F: drivers/net/can/
1739F: include/linux/can/dev.h
1740F: include/linux/can/error.h
1741F: include/linux/can/netlink.h
1742F: include/linux/can/platform/
1743
1744CAPABILITIES
1745M: Serge Hallyn <serge.hallyn@canonical.com>
1746L: linux-security-module@vger.kernel.org
1747S: Supported
1748F: include/linux/capability.h
1749F: security/capability.c
1750F: security/commoncap.c
1751F: kernel/capability.c
1752
1753CELL BROADBAND ENGINE ARCHITECTURE
1754M: Arnd Bergmann <arnd@arndb.de>
1755L: linuxppc-dev@lists.ozlabs.org
1756L: cbe-oss-dev@lists.ozlabs.org
1757W: http://www.ibm.com/developerworks/power/cell/
1758S: Supported
1759F: arch/powerpc/include/asm/cell*.h
1760F: arch/powerpc/include/asm/spu*.h
1761F: arch/powerpc/oprofile/*cell*
1762F: arch/powerpc/platforms/cell/
1763
1764CEPH DISTRIBUTED FILE SYSTEM CLIENT
1765M: Sage Weil <sage@newdream.net>
1766L: ceph-devel@vger.kernel.org
1767W: http://ceph.newdream.net/
1768T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1769S: Supported
1770F: Documentation/filesystems/ceph.txt
1771F: fs/ceph
1772F: net/ceph
1773F: include/linux/ceph
1774
1775CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1776L: linux-usb@vger.kernel.org
1777S: Orphan
1778F: Documentation/usb/WUSB-Design-overview.txt
1779F: Documentation/usb/wusb-cbaf
1780F: drivers/usb/host/hwa-hc.c
1781F: drivers/usb/host/whci/
1782F: drivers/usb/wusbcore/
1783F: include/linux/usb/wusb*
1784
1785CFAG12864B LCD DRIVER
1786M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1787W: http://miguelojeda.es/auxdisplay.htm
1788W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1789S: Maintained
1790F: drivers/auxdisplay/cfag12864b.c
1791F: include/linux/cfag12864b.h
1792
1793CFAG12864BFB LCD FRAMEBUFFER DRIVER
1794M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1795W: http://miguelojeda.es/auxdisplay.htm
1796W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1797S: Maintained
1798F: drivers/auxdisplay/cfag12864bfb.c
1799F: include/linux/cfag12864b.h
1800
1801CFG80211 and NL80211
1802M: Johannes Berg <johannes@sipsolutions.net>
1803L: linux-wireless@vger.kernel.org
1804W: http://wireless.kernel.org/
1805T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
1806T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
1807S: Maintained
1808F: include/linux/nl80211.h
1809F: include/net/cfg80211.h
1810F: net/wireless/*
1811X: net/wireless/wext*
1812
1813CHAR and MISC DRIVERS
1814M: Arnd Bergmann <arnd@arndb.de>
1815M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1816T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1817S: Supported
1818F: drivers/char/*
1819F: drivers/misc/*
1820
1821CHECKPATCH
1822M: Andy Whitcroft <apw@canonical.com>
1823S: Supported
1824F: scripts/checkpatch.pl
1825
1826CHINESE DOCUMENTATION
1827M: Harry Wei <harryxiyou@gmail.com>
1828L: xiyoulinuxkernelgroup@googlegroups.com
1829L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1830S: Maintained
1831F: Documentation/zh_CN/
1832
1833CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
1834M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
1835L: linux-usb@vger.kernel.org
1836S: Maintained
1837F: drivers/usb/chipidea/
1838
1839CISCO VIC ETHERNET NIC DRIVER
1840M: Christian Benvenuti <benve@cisco.com>
1841M: Roopa Prabhu <roprabhu@cisco.com>
1842M: Neel Patel <neepatel@cisco.com>
1843M: Nishank Trivedi <nistrive@cisco.com>
1844S: Supported
1845F: drivers/net/ethernet/cisco/enic/
1846
1847CIRRUS LOGIC EP93XX ETHERNET DRIVER
1848M: Hartley Sweeten <hsweeten@visionengravers.com>
1849L: netdev@vger.kernel.org
1850S: Maintained
1851F: drivers/net/ethernet/cirrus/ep93xx_eth.c
1852
1853CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1854M: Lennert Buytenhek <kernel@wantstofly.org>
1855L: linux-usb@vger.kernel.org
1856S: Maintained
1857F: drivers/usb/host/ohci-ep93xx.c
1858
1859CIRRUS LOGIC CS4270 SOUND DRIVER
1860M: Timur Tabi <timur@freescale.com>
1861L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1862S: Supported
1863F: sound/soc/codecs/cs4270*
1864
1865CLEANCACHE API
1866M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1867L: linux-kernel@vger.kernel.org
1868S: Maintained
1869F: mm/cleancache.c
1870F: include/linux/cleancache.h
1871
1872CLK API
1873M: Russell King <linux@arm.linux.org.uk>
1874S: Maintained
1875F: include/linux/clk.h
1876
1877CISCO FCOE HBA DRIVER
1878M: Abhijeet Joglekar <abjoglek@cisco.com>
1879M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1880M: Brian Uchino <buchino@cisco.com>
1881L: linux-scsi@vger.kernel.org
1882S: Supported
1883F: drivers/scsi/fnic/
1884
1885CMPC ACPI DRIVER
1886M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1887M: Daniel Oliveira Nascimento <don@syst.com.br>
1888L: platform-driver-x86@vger.kernel.org
1889S: Supported
1890F: drivers/platform/x86/classmate-laptop.c
1891
1892COCCINELLE/Semantic Patches (SmPL)
1893M: Julia Lawall <julia@diku.dk>
1894M: Gilles Muller <Gilles.Muller@lip6.fr>
1895M: Nicolas Palix <npalix.work@gmail.com>
1896L: cocci@diku.dk (moderated for non-subscribers)
1897W: http://coccinelle.lip6.fr/
1898S: Supported
1899F: scripts/coccinelle/
1900F: scripts/coccicheck
1901
1902CODA FILE SYSTEM
1903M: Jan Harkes <jaharkes@cs.cmu.edu>
1904M: coda@cs.cmu.edu
1905L: codalist@coda.cs.cmu.edu
1906W: http://www.coda.cs.cmu.edu/
1907S: Maintained
1908F: Documentation/filesystems/coda.txt
1909F: fs/coda/
1910F: include/linux/coda*.h
1911
1912COMMON CLK FRAMEWORK
1913M: Mike Turquette <mturquette@ti.com>
1914M: Mike Turquette <mturquette@linaro.org>
1915L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
1916T: git git://git.linaro.org/people/mturquette/linux.git
1917S: Maintained
1918F: drivers/clk/clk.c
1919F: drivers/clk/clk-*
1920F: include/linux/clk-pr*
1921
1922COMMON INTERNET FILE SYSTEM (CIFS)
1923M: Steve French <sfrench@samba.org>
1924L: linux-cifs@vger.kernel.org
1925L: samba-technical@lists.samba.org (moderated for non-subscribers)
1926W: http://linux-cifs.samba.org/
1927Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1928T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1929S: Supported
1930F: Documentation/filesystems/cifs.txt
1931F: fs/cifs/
1932
1933COMPACTPCI HOTPLUG CORE
1934M: Scott Murray <scott@spiteful.org>
1935L: linux-pci@vger.kernel.org
1936S: Maintained
1937F: drivers/pci/hotplug/cpci_hotplug*
1938
1939COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1940M: Scott Murray <scott@spiteful.org>
1941L: linux-pci@vger.kernel.org
1942S: Maintained
1943F: drivers/pci/hotplug/cpcihp_zt5550.*
1944
1945COMPACTPCI HOTPLUG GENERIC DRIVER
1946M: Scott Murray <scott@spiteful.org>
1947L: linux-pci@vger.kernel.org
1948S: Maintained
1949F: drivers/pci/hotplug/cpcihp_generic.c
1950
1951COMPAL LAPTOP SUPPORT
1952M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1953L: platform-driver-x86@vger.kernel.org
1954S: Maintained
1955F: drivers/platform/x86/compal-laptop.c
1956
1957CONEXANT ACCESSRUNNER USB DRIVER
1958M: Simon Arlott <cxacru@fire.lp0.eu>
1959L: accessrunner-general@lists.sourceforge.net
1960W: http://accessrunner.sourceforge.net/
1961S: Maintained
1962F: drivers/usb/atm/cxacru.c
1963
1964CONFIGFS
1965M: Joel Becker <jlbec@evilplan.org>
1966T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1967S: Supported
1968F: fs/configfs/
1969F: include/linux/configfs.h
1970
1971CONNECTOR
1972M: Evgeniy Polyakov <zbr@ioremap.net>
1973L: netdev@vger.kernel.org
1974S: Maintained
1975F: drivers/connector/
1976
1977CONTROL GROUPS (CGROUPS)
1978M: Tejun Heo <tj@kernel.org>
1979M: Li Zefan <lizefan@huawei.com>
1980L: containers@lists.linux-foundation.org
1981L: cgroups@vger.kernel.org
1982T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
1983S: Maintained
1984F: include/linux/cgroup*
1985F: kernel/cgroup*
1986F: mm/*cgroup*
1987
1988CORETEMP HARDWARE MONITORING DRIVER
1989M: Fenghua Yu <fenghua.yu@intel.com>
1990L: lm-sensors@lm-sensors.org
1991S: Maintained
1992F: Documentation/hwmon/coretemp
1993F: drivers/hwmon/coretemp.c
1994
1995COSA/SRP SYNC SERIAL DRIVER
1996M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1997W: http://www.fi.muni.cz/~kas/cosa/
1998S: Maintained
1999F: drivers/net/wan/cosa*
2000
2001CPMAC ETHERNET DRIVER
2002M: Florian Fainelli <florian@openwrt.org>
2003L: netdev@vger.kernel.org
2004S: Maintained
2005F: drivers/net/ethernet/ti/cpmac.c
2006
2007CPU FREQUENCY DRIVERS
2008M: Rafael J. Wysocki <rjw@sisk.pl>
2009L: cpufreq@vger.kernel.org
2010L: linux-pm@vger.kernel.org
2011S: Maintained
2012F: drivers/cpufreq/
2013F: include/linux/cpufreq.h
2014
2015CPUID/MSR DRIVER
2016M: "H. Peter Anvin" <hpa@zytor.com>
2017S: Maintained
2018F: arch/x86/kernel/cpuid.c
2019F: arch/x86/kernel/msr.c
2020
2021CPU POWER MONITORING SUBSYSTEM
2022M: Dominik Brodowski <linux@dominikbrodowski.net>
2023M: Thomas Renninger <trenn@suse.de>
2024S: Maintained
2025F: tools/power/cpupower
2026
2027CPUSETS
2028M: Paul Menage <paul@paulmenage.org>
2029W: http://www.bullopensource.org/cpuset/
2030W: http://oss.sgi.com/projects/cpusets/
2031S: Supported
2032F: Documentation/cgroups/cpusets.txt
2033F: include/linux/cpuset.h
2034F: kernel/cpuset.c
2035
2036CRAMFS FILESYSTEM
2037W: http://sourceforge.net/projects/cramfs/
2038S: Orphan
2039F: Documentation/filesystems/cramfs.txt
2040F: fs/cramfs/
2041
2042CRIS PORT
2043M: Mikael Starvik <starvik@axis.com>
2044M: Jesper Nilsson <jesper.nilsson@axis.com>
2045L: linux-cris-kernel@axis.com
2046W: http://developer.axis.com
2047S: Maintained
2048F: arch/cris/
2049F: drivers/tty/serial/crisv10.*
2050
2051CRYPTO API
2052M: Herbert Xu <herbert@gondor.apana.org.au>
2053M: "David S. Miller" <davem@davemloft.net>
2054L: linux-crypto@vger.kernel.org
2055T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2056S: Maintained
2057F: Documentation/crypto/
2058F: arch/*/crypto/
2059F: crypto/
2060F: drivers/crypto/
2061F: include/crypto/
2062
2063CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2064M: Neil Horman <nhorman@tuxdriver.com>
2065L: linux-crypto@vger.kernel.org
2066S: Maintained
2067F: crypto/ansi_cprng.c
2068F: crypto/rng.c
2069
2070CS5535 Audio ALSA driver
2071M: Jaya Kumar <jayakumar.alsa@gmail.com>
2072S: Maintained
2073F: sound/pci/cs5535audio/
2074
2075CX18 VIDEO4LINUX DRIVER
2076M: Andy Walls <awalls@md.metrocast.net>
2077L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2078L: linux-media@vger.kernel.org
2079T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
2080W: http://linuxtv.org
2081W: http://www.ivtvdriver.org/index.php/Cx18
2082S: Maintained
2083F: Documentation/video4linux/cx18.txt
2084F: drivers/media/video/cx18/
2085
2086CXGB3 ETHERNET DRIVER (CXGB3)
2087M: Divy Le Ray <divy@chelsio.com>
2088L: netdev@vger.kernel.org
2089W: http://www.chelsio.com
2090S: Supported
2091F: drivers/net/ethernet/chelsio/cxgb3/
2092
2093CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2094M: Steve Wise <swise@chelsio.com>
2095L: linux-rdma@vger.kernel.org
2096W: http://www.openfabrics.org
2097S: Supported
2098F: drivers/infiniband/hw/cxgb3/
2099
2100CXGB4 ETHERNET DRIVER (CXGB4)
2101M: Dimitris Michailidis <dm@chelsio.com>
2102L: netdev@vger.kernel.org
2103W: http://www.chelsio.com
2104S: Supported
2105F: drivers/net/ethernet/chelsio/cxgb4/
2106
2107CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2108M: Steve Wise <swise@chelsio.com>
2109L: linux-rdma@vger.kernel.org
2110W: http://www.openfabrics.org
2111S: Supported
2112F: drivers/infiniband/hw/cxgb4/
2113
2114CXGB4VF ETHERNET DRIVER (CXGB4VF)
2115M: Casey Leedom <leedom@chelsio.com>
2116L: netdev@vger.kernel.org
2117W: http://www.chelsio.com
2118S: Supported
2119F: drivers/net/ethernet/chelsio/cxgb4vf/
2120
2121STMMAC ETHERNET DRIVER
2122M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2123L: netdev@vger.kernel.org
2124W: http://www.stlinux.com
2125S: Supported
2126F: drivers/net/ethernet/stmicro/stmmac/
2127
2128CYBERPRO FB DRIVER
2129M: Russell King <linux@arm.linux.org.uk>
2130L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131W: http://www.arm.linux.org.uk/
2132S: Maintained
2133F: drivers/video/cyber2000fb.*
2134
2135CYCLADES 2X SYNC CARD DRIVER
2136M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2137W: http://oops.ghostprotocols.net:81/blog
2138S: Maintained
2139F: drivers/net/wan/cycx*
2140
2141CYCLADES ASYNC MUX DRIVER
2142W: http://www.cyclades.com/
2143S: Orphan
2144F: drivers/tty/cyclades.c
2145F: include/linux/cyclades.h
2146
2147CYCLADES PC300 DRIVER
2148W: http://www.cyclades.com/
2149S: Orphan
2150F: drivers/net/wan/pc300*
2151
2152CYTTSP TOUCHSCREEN DRIVER
2153M: Javier Martinez Canillas <javier@dowhile0.org>
2154L: linux-input@vger.kernel.org
2155S: Maintained
2156F: drivers/input/touchscreen/cyttsp*
2157F: include/linux/input/cyttsp.h
2158
2159DAMA SLAVE for AX.25
2160M: Joerg Reuter <jreuter@yaina.de>
2161W: http://yaina.de/jreuter/
2162W: http://www.qsl.net/dl1bke/
2163L: linux-hams@vger.kernel.org
2164S: Maintained
2165F: net/ax25/af_ax25.c
2166F: net/ax25/ax25_dev.c
2167F: net/ax25/ax25_ds_*
2168F: net/ax25/ax25_in.c
2169F: net/ax25/ax25_out.c
2170F: net/ax25/ax25_timer.c
2171F: net/ax25/sysctl_net_ax25.c
2172
2173DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2174L: netdev@vger.kernel.org
2175S: Orphan
2176F: Documentation/networking/dmfe.txt
2177F: drivers/net/ethernet/dec/tulip/dmfe.c
2178
2179DC390/AM53C974 SCSI driver
2180M: Kurt Garloff <garloff@suse.de>
2181W: http://www.garloff.de/kurt/linux/dc390/
2182M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2183S: Maintained
2184F: drivers/scsi/tmscsim.*
2185
2186DC395x SCSI driver
2187M: Oliver Neukum <oliver@neukum.name>
2188M: Ali Akcaagac <aliakc@web.de>
2189M: Jamie Lenehan <lenehan@twibble.org>
2190W: http://twibble.org/dist/dc395x/
2191L: dc395x@twibble.org
2192L: http://lists.twibble.org/mailman/listinfo/dc395x/
2193S: Maintained
2194F: Documentation/scsi/dc395x.txt
2195F: drivers/scsi/dc395x.*
2196
2197DCCP PROTOCOL
2198M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2199L: dccp@vger.kernel.org
2200W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2201S: Maintained
2202F: include/linux/dccp.h
2203F: include/linux/tfrc.h
2204F: net/dccp/
2205
2206DECnet NETWORK LAYER
2207W: http://linux-decnet.sourceforge.net
2208L: linux-decnet-user@lists.sourceforge.net
2209S: Orphan
2210F: Documentation/networking/decnet.txt
2211F: net/decnet/
2212
2213DEFXX FDDI NETWORK DRIVER
2214M: "Maciej W. Rozycki" <macro@linux-mips.org>
2215S: Maintained
2216F: drivers/net/fddi/defxx.*
2217
2218DELL LAPTOP DRIVER
2219M: Matthew Garrett <mjg59@srcf.ucam.org>
2220L: platform-driver-x86@vger.kernel.org
2221S: Maintained
2222F: drivers/platform/x86/dell-laptop.c
2223
2224DELL LAPTOP SMM DRIVER
2225M: Massimo Dal Zotto <dz@debian.org>
2226W: http://www.debian.org/~dz/i8k/
2227S: Maintained
2228F: drivers/char/i8k.c
2229F: include/linux/i8k.h
2230
2231DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2232M: Doug Warzecha <Douglas_Warzecha@dell.com>
2233S: Maintained
2234F: Documentation/dcdbas.txt
2235F: drivers/firmware/dcdbas.*
2236
2237DELL WMI EXTRAS DRIVER
2238M: Matthew Garrett <mjg59@srcf.ucam.org>
2239S: Maintained
2240F: drivers/platform/x86/dell-wmi.c
2241
2242DESIGNWARE USB3 DRD IP DRIVER
2243M: Felipe Balbi <balbi@ti.com>
2244L: linux-usb@vger.kernel.org
2245L: linux-omap@vger.kernel.org
2246T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2247S: Maintained
2248F: drivers/usb/dwc3/
2249
2250DEVICE FREQUENCY (DEVFREQ)
2251M: MyungJoo Ham <myungjoo.ham@samsung.com>
2252M: Kyungmin Park <kyungmin.park@samsung.com>
2253L: linux-kernel@vger.kernel.org
2254S: Maintained
2255F: drivers/devfreq/
2256
2257DEVICE NUMBER REGISTRY
2258M: Torben Mathiasen <device@lanana.org>
2259W: http://lanana.org/docs/device-list/index.html
2260S: Maintained
2261
2262DEVICE-MAPPER (LVM)
2263M: Alasdair Kergon <agk@redhat.com>
2264M: dm-devel@redhat.com
2265L: dm-devel@redhat.com
2266W: http://sources.redhat.com/dm
2267Q: http://patchwork.kernel.org/project/dm-devel/list/
2268T: quilt http://people.redhat.com/agk/patches/linux/editing/
2269S: Maintained
2270F: Documentation/device-mapper/
2271F: drivers/md/dm*
2272F: drivers/md/persistent-data/
2273F: include/linux/device-mapper.h
2274F: include/linux/dm-*.h
2275
2276DIOLAN U2C-12 I2C DRIVER
2277M: Guenter Roeck <linux@roeck-us.net>
2278L: linux-i2c@vger.kernel.org
2279S: Maintained
2280F: drivers/i2c/busses/i2c-diolan-u2c.c
2281
2282DIRECTORY NOTIFICATION (DNOTIFY)
2283M: Eric Paris <eparis@parisplace.org>
2284S: Maintained
2285F: Documentation/filesystems/dnotify.txt
2286F: fs/notify/dnotify/
2287F: include/linux/dnotify.h
2288
2289DISK GEOMETRY AND PARTITION HANDLING
2290M: Andries Brouwer <aeb@cwi.nl>
2291W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2292W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2293W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2294S: Maintained
2295
2296DISKQUOTA
2297M: Jan Kara <jack@suse.cz>
2298S: Maintained
2299F: Documentation/filesystems/quota.txt
2300F: fs/quota/
2301F: include/linux/quota*.h
2302
2303DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2304M: Bernie Thompson <bernie@plugable.com>
2305L: linux-fbdev@vger.kernel.org
2306S: Maintained
2307W: http://plugable.com/category/projects/udlfb/
2308F: drivers/video/udlfb.c
2309F: include/video/udlfb.h
2310F: Documentation/fb/udlfb.txt
2311
2312DISTRIBUTED LOCK MANAGER (DLM)
2313M: Christine Caulfield <ccaulfie@redhat.com>
2314M: David Teigland <teigland@redhat.com>
2315L: cluster-devel@redhat.com
2316W: http://sources.redhat.com/cluster/
2317T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2318S: Supported
2319F: fs/dlm/
2320
2321DMA BUFFER SHARING FRAMEWORK
2322M: Sumit Semwal <sumit.semwal@linaro.org>
2323S: Maintained
2324L: linux-media@vger.kernel.org
2325L: dri-devel@lists.freedesktop.org
2326L: linaro-mm-sig@lists.linaro.org
2327F: drivers/base/dma-buf*
2328F: include/linux/dma-buf*
2329F: Documentation/dma-buf-sharing.txt
2330T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2331
2332DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2333M: Vinod Koul <vinod.koul@intel.com>
2334M: Dan Williams <dan.j.williams@intel.com>
2335S: Supported
2336F: drivers/dma/
2337F: include/linux/dma*
2338T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2339T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2340
2341DME1737 HARDWARE MONITOR DRIVER
2342M: Juerg Haefliger <juergh@gmail.com>
2343L: lm-sensors@lm-sensors.org
2344S: Maintained
2345F: Documentation/hwmon/dme1737
2346F: drivers/hwmon/dme1737.c
2347
2348DOCBOOK FOR DOCUMENTATION
2349M: Randy Dunlap <rdunlap@xenotime.net>
2350S: Maintained
2351F: scripts/kernel-doc
2352
2353DOCKING STATION DRIVER
2354M: Shaohua Li <shaohua.li@intel.com>
2355L: linux-acpi@vger.kernel.org
2356S: Supported
2357F: drivers/acpi/dock.c
2358
2359DOCUMENTATION
2360M: Rob Landley <rob@landley.net>
2361L: linux-doc@vger.kernel.org
2362T: TBD
2363S: Maintained
2364F: Documentation/
2365
2366DOUBLETALK DRIVER
2367M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2368L: blinux-list@redhat.com
2369S: Maintained
2370F: drivers/char/dtlk.c
2371F: include/linux/dtlk.h
2372
2373DPT_I2O SCSI RAID DRIVER
2374M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2375L: linux-scsi@vger.kernel.org
2376W: http://www.adaptec.com/
2377S: Maintained
2378F: drivers/scsi/dpt*
2379F: drivers/scsi/dpt/
2380
2381DRBD DRIVER
2382P: Philipp Reisner
2383P: Lars Ellenberg
2384M: drbd-dev@lists.linbit.com
2385L: drbd-user@lists.linbit.com
2386W: http://www.drbd.org
2387T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2388T: git git://git.drbd.org/drbd-8.3.git
2389S: Supported
2390F: drivers/block/drbd/
2391F: lib/lru_cache.c
2392F: Documentation/blockdev/drbd/
2393
2394DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2395M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2396T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2397S: Supported
2398F: Documentation/kobject.txt
2399F: drivers/base/
2400F: fs/sysfs/
2401F: fs/debugfs/
2402F: include/linux/kobj*
2403F: include/linux/debugfs.h
2404F: lib/kobj*
2405
2406DRM DRIVERS
2407M: David Airlie <airlied@linux.ie>
2408L: dri-devel@lists.freedesktop.org
2409T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2410S: Maintained
2411F: drivers/gpu/drm/
2412F: include/drm/
2413
2414INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2415M: Daniel Vetter <daniel.vetter@ffwll.ch>
2416L: intel-gfx@lists.freedesktop.org (subscribers-only)
2417L: dri-devel@lists.freedesktop.org
2418T: git git://people.freedesktop.org/~danvet/drm-intel
2419S: Supported
2420F: drivers/gpu/drm/i915
2421F: include/drm/i915*
2422
2423DRM DRIVERS FOR EXYNOS
2424M: Inki Dae <inki.dae@samsung.com>
2425M: Joonyoung Shim <jy0922.shim@samsung.com>
2426M: Seung-Woo Kim <sw0312.kim@samsung.com>
2427M: Kyungmin Park <kyungmin.park@samsung.com>
2428L: dri-devel@lists.freedesktop.org
2429S: Supported
2430F: drivers/gpu/drm/exynos
2431F: include/drm/exynos*
2432
2433DSCC4 DRIVER
2434M: Francois Romieu <romieu@fr.zoreil.com>
2435L: netdev@vger.kernel.org
2436S: Maintained
2437F: drivers/net/wan/dscc4.c
2438
2439DYNAMIC DEBUG
2440M: Jason Baron <jbaron@redhat.com>
2441S: Maintained
2442F: lib/dynamic_debug.c
2443F: include/linux/dynamic_debug.h
2444
2445DZ DECSTATION DZ11 SERIAL DRIVER
2446M: "Maciej W. Rozycki" <macro@linux-mips.org>
2447S: Maintained
2448F: drivers/tty/serial/dz.*
2449
2450EATA-DMA SCSI DRIVER
2451M: Michael Neuffer <mike@i-Connect.Net>
2452L: linux-eata@i-connect.net
2453L: linux-scsi@vger.kernel.org
2454S: Maintained
2455F: drivers/scsi/eata*
2456
2457EATA ISA/EISA/PCI SCSI DRIVER
2458M: Dario Ballabio <ballabio_dario@emc.com>
2459L: linux-scsi@vger.kernel.org
2460S: Maintained
2461F: drivers/scsi/eata.c
2462
2463EATA-PIO SCSI DRIVER
2464M: Michael Neuffer <mike@i-Connect.Net>
2465L: linux-eata@i-connect.net
2466L: linux-scsi@vger.kernel.org
2467S: Maintained
2468F: drivers/scsi/eata_pio.*
2469
2470EBTABLES
2471M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2472L: netfilter-devel@vger.kernel.org
2473W: http://ebtables.sourceforge.net/
2474S: Maintained
2475F: include/linux/netfilter_bridge/ebt_*.h
2476F: net/bridge/netfilter/ebt*.c
2477
2478ECRYPT FILE SYSTEM
2479M: Tyler Hicks <tyhicks@canonical.com>
2480M: Dustin Kirkland <dustin.kirkland@gazzang.com>
2481L: ecryptfs@vger.kernel.org
2482W: https://launchpad.net/ecryptfs
2483S: Supported
2484F: Documentation/filesystems/ecryptfs.txt
2485F: fs/ecryptfs/
2486
2487EDAC-CORE
2488M: Doug Thompson <dougthompson@xmission.com>
2489L: linux-edac@vger.kernel.org
2490W: bluesmoke.sourceforge.net
2491S: Supported
2492F: Documentation/edac.txt
2493F: drivers/edac/
2494F: include/linux/edac.h
2495
2496EDAC-AMD64
2497M: Doug Thompson <dougthompson@xmission.com>
2498M: Borislav Petkov <borislav.petkov@amd.com>
2499L: linux-edac@vger.kernel.org
2500W: bluesmoke.sourceforge.net
2501S: Supported
2502F: drivers/edac/amd64_edac*
2503
2504EDAC-E752X
2505M: Mark Gross <mark.gross@intel.com>
2506M: Doug Thompson <dougthompson@xmission.com>
2507L: linux-edac@vger.kernel.org
2508W: bluesmoke.sourceforge.net
2509S: Maintained
2510F: drivers/edac/e752x_edac.c
2511
2512EDAC-E7XXX
2513M: Doug Thompson <dougthompson@xmission.com>
2514L: linux-edac@vger.kernel.org
2515W: bluesmoke.sourceforge.net
2516S: Maintained
2517F: drivers/edac/e7xxx_edac.c
2518
2519EDAC-I82443BXGX
2520M: Tim Small <tim@buttersideup.com>
2521L: linux-edac@vger.kernel.org
2522W: bluesmoke.sourceforge.net
2523S: Maintained
2524F: drivers/edac/i82443bxgx_edac.c
2525
2526EDAC-I3000
2527M: Jason Uhlenkott <juhlenko@akamai.com>
2528L: linux-edac@vger.kernel.org
2529W: bluesmoke.sourceforge.net
2530S: Maintained
2531F: drivers/edac/i3000_edac.c
2532
2533EDAC-I5000
2534M: Doug Thompson <dougthompson@xmission.com>
2535L: linux-edac@vger.kernel.org
2536W: bluesmoke.sourceforge.net
2537S: Maintained
2538F: drivers/edac/i5000_edac.c
2539
2540EDAC-I5400
2541M: Mauro Carvalho Chehab <mchehab@redhat.com>
2542L: linux-edac@vger.kernel.org
2543W: bluesmoke.sourceforge.net
2544S: Maintained
2545F: drivers/edac/i5400_edac.c
2546
2547EDAC-I7300
2548M: Mauro Carvalho Chehab <mchehab@redhat.com>
2549L: linux-edac@vger.kernel.org
2550W: bluesmoke.sourceforge.net
2551S: Maintained
2552F: drivers/edac/i7300_edac.c
2553
2554EDAC-I7CORE
2555M: Mauro Carvalho Chehab <mchehab@redhat.com>
2556L: linux-edac@vger.kernel.org
2557W: bluesmoke.sourceforge.net
2558S: Maintained
2559F: drivers/edac/i7core_edac.c
2560
2561EDAC-I82975X
2562M: Ranganathan Desikan <ravi@jetztechnologies.com>
2563M: "Arvind R." <arvino55@gmail.com>
2564L: linux-edac@vger.kernel.org
2565W: bluesmoke.sourceforge.net
2566S: Maintained
2567F: drivers/edac/i82975x_edac.c
2568
2569EDAC-PASEMI
2570M: Egor Martovetsky <egor@pasemi.com>
2571L: linux-edac@vger.kernel.org
2572W: bluesmoke.sourceforge.net
2573S: Maintained
2574F: drivers/edac/pasemi_edac.c
2575
2576EDAC-R82600
2577M: Tim Small <tim@buttersideup.com>
2578L: linux-edac@vger.kernel.org
2579W: bluesmoke.sourceforge.net
2580S: Maintained
2581F: drivers/edac/r82600_edac.c
2582
2583EDAC-SBRIDGE
2584M: Mauro Carvalho Chehab <mchehab@redhat.com>
2585L: linux-edac@vger.kernel.org
2586W: bluesmoke.sourceforge.net
2587S: Maintained
2588F: drivers/edac/sb_edac.c
2589
2590EDIROL UA-101/UA-1000 DRIVER
2591M: Clemens Ladisch <clemens@ladisch.de>
2592L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2593T: git git://git.alsa-project.org/alsa-kernel.git
2594S: Maintained
2595F: sound/usb/misc/ua101.c
2596
2597EFIFB FRAMEBUFFER DRIVER
2598L: linux-fbdev@vger.kernel.org
2599M: Peter Jones <pjones@redhat.com>
2600S: Maintained
2601F: drivers/video/efifb.c
2602
2603EFS FILESYSTEM
2604W: http://aeschi.ch.eu.org/efs/
2605S: Orphan
2606F: fs/efs/
2607
2608EHCA (IBM GX bus InfiniBand adapter) DRIVER
2609M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2610M: Christoph Raisch <raisch@de.ibm.com>
2611L: linux-rdma@vger.kernel.org
2612S: Supported
2613F: drivers/infiniband/hw/ehca/
2614
2615EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2616M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2617L: netdev@vger.kernel.org
2618S: Maintained
2619F: drivers/net/ethernet/ibm/ehea/
2620
2621EMBEDDED LINUX
2622M: Paul Gortmaker <paul.gortmaker@windriver.com>
2623M: Matt Mackall <mpm@selenic.com>
2624M: David Woodhouse <dwmw2@infradead.org>
2625L: linux-embedded@vger.kernel.org
2626S: Maintained
2627
2628EMULEX LPFC FC SCSI DRIVER
2629M: James Smart <james.smart@emulex.com>
2630L: linux-scsi@vger.kernel.org
2631W: http://sourceforge.net/projects/lpfcxxxx
2632S: Supported
2633F: drivers/scsi/lpfc/
2634
2635ENE CB710 FLASH CARD READER DRIVER
2636M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2637S: Maintained
2638F: drivers/misc/cb710/
2639F: drivers/mmc/host/cb710-mmc.*
2640F: include/linux/cb710.h
2641
2642ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2643M: Maxim Levitsky <maximlevitsky@gmail.com>
2644S: Maintained
2645F: drivers/media/rc/ene_ir.*
2646
2647EPSON 1355 FRAMEBUFFER DRIVER
2648M: Christopher Hoover <ch@murgatroid.com>
2649M: Christopher Hoover <ch@hpl.hp.com>
2650S: Maintained
2651F: drivers/video/epson1355fb.c
2652
2653EPSON S1D13XXX FRAMEBUFFER DRIVER
2654M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2655S: Maintained
2656T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2657F: drivers/video/s1d13xxxfb.c
2658F: include/video/s1d13xxxfb.h
2659
2660ETHEREXPRESS-16 NETWORK DRIVER
2661M: Philip Blundell <philb@gnu.org>
2662L: netdev@vger.kernel.org
2663S: Maintained
2664F: drivers/net/ethernet/i825xx/eexpress.*
2665
2666ETHERNET BRIDGE
2667M: Stephen Hemminger <shemminger@vyatta.com>
2668L: bridge@lists.linux-foundation.org
2669L: netdev@vger.kernel.org
2670W: http://www.linuxfoundation.org/en/Net:Bridge
2671S: Maintained
2672F: include/linux/netfilter_bridge/
2673F: net/bridge/
2674
2675ETHERTEAM 16I DRIVER
2676M: Mika Kuoppala <miku@iki.fi>
2677S: Maintained
2678F: drivers/net/ethernet/fujitsu/eth16i.c
2679
2680EXT2 FILE SYSTEM
2681M: Jan Kara <jack@suse.cz>
2682L: linux-ext4@vger.kernel.org
2683S: Maintained
2684F: Documentation/filesystems/ext2.txt
2685F: fs/ext2/
2686F: include/linux/ext2*
2687
2688EXT3 FILE SYSTEM
2689M: Jan Kara <jack@suse.cz>
2690M: Andrew Morton <akpm@linux-foundation.org>
2691M: Andreas Dilger <adilger.kernel@dilger.ca>
2692L: linux-ext4@vger.kernel.org
2693S: Maintained
2694F: Documentation/filesystems/ext3.txt
2695F: fs/ext3/
2696F: include/linux/ext3*
2697
2698EXT4 FILE SYSTEM
2699M: "Theodore Ts'o" <tytso@mit.edu>
2700M: Andreas Dilger <adilger.kernel@dilger.ca>
2701L: linux-ext4@vger.kernel.org
2702W: http://ext4.wiki.kernel.org
2703Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2704S: Maintained
2705F: Documentation/filesystems/ext4.txt
2706F: fs/ext4/
2707
2708Extended Verification Module (EVM)
2709M: Mimi Zohar <zohar@us.ibm.com>
2710S: Supported
2711F: security/integrity/evm/
2712
2713EXYNOS DP DRIVER
2714M: Jingoo Han <jg1.han@samsung.com>
2715L: linux-fbdev@vger.kernel.org
2716S: Maintained
2717F: drivers/video/exynos/exynos_dp*
2718
2719EXYNOS MIPI DISPLAY DRIVERS
2720M: Inki Dae <inki.dae@samsung.com>
2721M: Donghwa Lee <dh09.lee@samsung.com>
2722M: Kyungmin Park <kyungmin.park@samsung.com>
2723L: linux-fbdev@vger.kernel.org
2724S: Maintained
2725F: drivers/video/exynos/exynos_mipi*
2726F: include/video/exynos_mipi*
2727
2728F71805F HARDWARE MONITORING DRIVER
2729M: Jean Delvare <khali@linux-fr.org>
2730L: lm-sensors@lm-sensors.org
2731S: Maintained
2732F: Documentation/hwmon/f71805f
2733F: drivers/hwmon/f71805f.c
2734
2735FC0011 TUNER DRIVER
2736M: Michael Buesch <m@bues.ch>
2737L: linux-media@vger.kernel.org
2738S: Maintained
2739F: drivers/media/common/tuners/fc0011.h
2740F: drivers/media/common/tuners/fc0011.c
2741
2742FANOTIFY
2743M: Eric Paris <eparis@redhat.com>
2744S: Maintained
2745F: fs/notify/fanotify/
2746F: include/linux/fanotify.h
2747
2748FARSYNC SYNCHRONOUS DRIVER
2749M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2750W: http://www.farsite.co.uk/
2751S: Supported
2752F: drivers/net/wan/farsync.*
2753
2754FAULT INJECTION SUPPORT
2755M: Akinobu Mita <akinobu.mita@gmail.com>
2756S: Supported
2757F: Documentation/fault-injection/
2758F: lib/fault-inject.c
2759
2760FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2761M: Robert Love <robert.w.love@intel.com>
2762L: devel@open-fcoe.org
2763W: www.Open-FCoE.org
2764S: Supported
2765F: drivers/scsi/libfc/
2766F: drivers/scsi/fcoe/
2767F: include/scsi/fc/
2768F: include/scsi/libfc.h
2769F: include/scsi/libfcoe.h
2770
2771FILE LOCKING (flock() and fcntl()/lockf())
2772M: Matthew Wilcox <matthew@wil.cx>
2773L: linux-fsdevel@vger.kernel.org
2774S: Maintained
2775F: include/linux/fcntl.h
2776F: include/linux/fs.h
2777F: fs/fcntl.c
2778F: fs/locks.c
2779
2780FILESYSTEMS (VFS and infrastructure)
2781M: Alexander Viro <viro@zeniv.linux.org.uk>
2782L: linux-fsdevel@vger.kernel.org
2783S: Maintained
2784F: fs/*
2785
2786FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2787M: Riku Voipio <riku.voipio@iki.fi>
2788L: lm-sensors@lm-sensors.org
2789S: Maintained
2790F: drivers/hwmon/f75375s.c
2791F: include/linux/f75375s.h
2792
2793FIREWIRE AUDIO DRIVERS
2794M: Clemens Ladisch <clemens@ladisch.de>
2795L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2796T: git git://git.alsa-project.org/alsa-kernel.git
2797S: Maintained
2798F: sound/firewire/
2799
2800FIREWIRE SBP-2 TARGET
2801M: Chris Boot <bootc@bootc.net>
2802L: linux-scsi@vger.kernel.org
2803L: target-devel@vger.kernel.org
2804L: linux1394-devel@lists.sourceforge.net
2805T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
2806S: Maintained
2807F: drivers/target/sbp/
2808
2809FIREWIRE SUBSYSTEM
2810M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2811L: linux1394-devel@lists.sourceforge.net
2812W: http://ieee1394.wiki.kernel.org/
2813T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
2814S: Maintained
2815F: drivers/firewire/
2816F: include/linux/firewire*.h
2817F: tools/firewire/
2818
2819FIRMWARE LOADER (request_firmware)
2820S: Orphan
2821F: Documentation/firmware_class/
2822F: drivers/base/firmware*.c
2823F: include/linux/firmware.h
2824
2825FLOPPY DRIVER
2826M: Jiri Kosina <jkosina@suse.cz>
2827T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
2828S: Odd fixes
2829F: drivers/block/floppy.c
2830
2831FPU EMULATOR
2832M: Bill Metzenthen <billm@melbpc.org.au>
2833W: http://floatingpoint.sourceforge.net/emulator/index.html
2834S: Maintained
2835F: arch/x86/math-emu/
2836
2837FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2838L: netdev@vger.kernel.org
2839S: Orphan
2840F: drivers/net/wan/dlci.c
2841F: drivers/net/wan/sdla.c
2842
2843FRAMEBUFFER LAYER
2844M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2845L: linux-fbdev@vger.kernel.org
2846W: http://linux-fbdev.sourceforge.net/
2847Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2848T: git git://github.com/schandinat/linux-2.6.git fbdev-next
2849S: Maintained
2850F: Documentation/fb/
2851F: Documentation/devicetree/bindings/fb/
2852F: drivers/video/
2853F: include/video/
2854F: include/linux/fb.h
2855
2856FREESCALE DMA DRIVER
2857M: Li Yang <leoli@freescale.com>
2858M: Zhang Wei <zw@zh-kernel.org>
2859L: linuxppc-dev@lists.ozlabs.org
2860S: Maintained
2861F: drivers/dma/fsldma.*
2862
2863FREESCALE I2C CPM DRIVER
2864M: Jochen Friedrich <jochen@scram.de>
2865L: linuxppc-dev@lists.ozlabs.org
2866L: linux-i2c@vger.kernel.org
2867S: Maintained
2868F: drivers/i2c/busses/i2c-cpm.c
2869
2870FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2871M: Sascha Hauer <kernel@pengutronix.de>
2872L: linux-fbdev@vger.kernel.org
2873L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2874S: Maintained
2875F: arch/arm/plat-mxc/include/mach/imxfb.h
2876F: drivers/video/imxfb.c
2877
2878FREESCALE SOC FS_ENET DRIVER
2879M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2880M: Vitaly Bordug <vbordug@ru.mvista.com>
2881L: linuxppc-dev@lists.ozlabs.org
2882L: netdev@vger.kernel.org
2883S: Maintained
2884F: drivers/net/ethernet/freescale/fs_enet/
2885F: include/linux/fs_enet_pd.h
2886
2887FREESCALE QUICC ENGINE LIBRARY
2888M: Timur Tabi <timur@freescale.com>
2889L: linuxppc-dev@lists.ozlabs.org
2890S: Supported
2891F: arch/powerpc/sysdev/qe_lib/
2892F: arch/powerpc/include/asm/*qe.h
2893
2894FREESCALE USB PERIPHERAL DRIVERS
2895M: Li Yang <leoli@freescale.com>
2896L: linux-usb@vger.kernel.org
2897L: linuxppc-dev@lists.ozlabs.org
2898S: Maintained
2899F: drivers/usb/gadget/fsl*
2900
2901FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2902M: Li Yang <leoli@freescale.com>
2903L: netdev@vger.kernel.org
2904L: linuxppc-dev@lists.ozlabs.org
2905S: Maintained
2906F: drivers/net/ethernet/freescale/ucc_geth*
2907
2908FREESCALE QUICC ENGINE UCC UART DRIVER
2909M: Timur Tabi <timur@freescale.com>
2910L: linuxppc-dev@lists.ozlabs.org
2911S: Supported
2912F: drivers/tty/serial/ucc_uart.c
2913
2914FREESCALE SOC SOUND DRIVERS
2915M: Timur Tabi <timur@freescale.com>
2916L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2917L: linuxppc-dev@lists.ozlabs.org
2918S: Supported
2919F: sound/soc/fsl/fsl*
2920F: sound/soc/fsl/mpc8610_hpcd.c
2921
2922FREEVXFS FILESYSTEM
2923M: Christoph Hellwig <hch@infradead.org>
2924W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2925S: Maintained
2926F: fs/freevxfs/
2927
2928FREEZER
2929M: Pavel Machek <pavel@ucw.cz>
2930M: "Rafael J. Wysocki" <rjw@sisk.pl>
2931L: linux-pm@vger.kernel.org
2932S: Supported
2933F: Documentation/power/freezing-of-tasks.txt
2934F: include/linux/freezer.h
2935F: kernel/freezer.c
2936
2937FRONTSWAP API
2938M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2939L: linux-kernel@vger.kernel.org
2940S: Maintained
2941F: mm/frontswap.c
2942F: include/linux/frontswap.h
2943
2944FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2945M: David Howells <dhowells@redhat.com>
2946L: linux-cachefs@redhat.com
2947S: Supported
2948F: Documentation/filesystems/caching/
2949F: fs/fscache/
2950F: include/linux/fscache*.h
2951
2952FUJITSU FR-V (FRV) PORT
2953M: David Howells <dhowells@redhat.com>
2954S: Maintained
2955F: arch/frv/
2956
2957FUJITSU LAPTOP EXTRAS
2958M: Jonathan Woithe <jwoithe@just42.net>
2959L: platform-driver-x86@vger.kernel.org
2960S: Maintained
2961F: drivers/platform/x86/fujitsu-laptop.c
2962
2963FUJITSU M-5MO LS CAMERA ISP DRIVER
2964M: Kyungmin Park <kyungmin.park@samsung.com>
2965M: Heungjun Kim <riverful.kim@samsung.com>
2966L: linux-media@vger.kernel.org
2967S: Maintained
2968F: drivers/media/video/m5mols/
2969F: include/media/m5mols.h
2970
2971FUJITSU TABLET EXTRAS
2972M: Robert Gerlach <khnz@gmx.de>
2973L: platform-driver-x86@vger.kernel.org
2974S: Maintained
2975F: drivers/platform/x86/fujitsu-tablet.c
2976
2977FUSE: FILESYSTEM IN USERSPACE
2978M: Miklos Szeredi <miklos@szeredi.hu>
2979L: fuse-devel@lists.sourceforge.net
2980W: http://fuse.sourceforge.net/
2981S: Maintained
2982F: fs/fuse/
2983F: include/linux/fuse.h
2984
2985FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2986M: Rik Faith <faith@cs.unc.edu>
2987L: linux-scsi@vger.kernel.org
2988S: Odd Fixes (e.g., new signatures)
2989F: drivers/scsi/fdomain.*
2990
2991GDT SCSI DISK ARRAY CONTROLLER DRIVER
2992M: Achim Leubner <achim_leubner@adaptec.com>
2993L: linux-scsi@vger.kernel.org
2994W: http://www.icp-vortex.com/
2995S: Supported
2996F: drivers/scsi/gdt*
2997
2998GENERIC GPIO I2C DRIVER
2999M: Haavard Skinnemoen <hskinnemoen@gmail.com>
3000S: Supported
3001F: drivers/i2c/busses/i2c-gpio.c
3002F: include/linux/i2c-gpio.h
3003
3004GENERIC GPIO I2C MULTIPLEXER DRIVER
3005M: Peter Korsgaard <peter.korsgaard@barco.com>
3006L: linux-i2c@vger.kernel.org
3007S: Supported
3008F: drivers/i2c/muxes/i2c-mux-gpio.c
3009F: include/linux/i2c-mux-gpio.h
3010F: Documentation/i2c/muxes/i2c-mux-gpio
3011
3012GENERIC HDLC (WAN) DRIVERS
3013M: Krzysztof Halasa <khc@pm.waw.pl>
3014W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3015S: Maintained
3016F: drivers/net/wan/c101.c
3017F: drivers/net/wan/hd6457*
3018F: drivers/net/wan/hdlc*
3019F: drivers/net/wan/n2.c
3020F: drivers/net/wan/pc300too.c
3021F: drivers/net/wan/pci200syn.c
3022F: drivers/net/wan/wanxl*
3023
3024GENERIC INCLUDE/ASM HEADER FILES
3025M: Arnd Bergmann <arnd@arndb.de>
3026L: linux-arch@vger.kernel.org
3027T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3028S: Maintained
3029F: include/asm-generic
3030
3031GENERIC UIO DRIVER FOR PCI DEVICES
3032M: "Michael S. Tsirkin" <mst@redhat.com>
3033L: kvm@vger.kernel.org
3034S: Supported
3035F: drivers/uio/uio_pci_generic.c
3036
3037GFS2 FILE SYSTEM
3038M: Steven Whitehouse <swhiteho@redhat.com>
3039L: cluster-devel@redhat.com
3040W: http://sources.redhat.com/cluster/
3041T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3042T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3043S: Supported
3044F: Documentation/filesystems/gfs2*.txt
3045F: fs/gfs2/
3046F: include/linux/gfs2_ondisk.h
3047
3048GIGASET ISDN DRIVERS
3049M: Hansjoerg Lipp <hjlipp@web.de>
3050M: Tilman Schmidt <tilman@imap.cc>
3051L: gigaset307x-common@lists.sourceforge.net
3052W: http://gigaset307x.sourceforge.net/
3053S: Maintained
3054F: Documentation/isdn/README.gigaset
3055F: drivers/isdn/gigaset/
3056F: include/linux/gigaset_dev.h
3057
3058GPIO SUBSYSTEM
3059M: Grant Likely <grant.likely@secretlab.ca>
3060M: Linus Walleij <linus.walleij@stericsson.com>
3061S: Maintained
3062T: git git://git.secretlab.ca/git/linux-2.6.git
3063F: Documentation/gpio.txt
3064F: drivers/gpio/
3065F: include/linux/gpio*
3066
3067GRE DEMULTIPLEXER DRIVER
3068M: Dmitry Kozlov <xeb@mail.ru>
3069L: netdev@vger.kernel.org
3070S: Maintained
3071F: net/ipv4/gre.c
3072F: include/net/gre.h
3073
3074GRETH 10/100/1G Ethernet MAC device driver
3075M: Kristoffer Glembo <kristoffer@gaisler.com>
3076L: netdev@vger.kernel.org
3077S: Maintained
3078F: drivers/net/ethernet/aeroflex/
3079
3080GSPCA FINEPIX SUBDRIVER
3081M: Frank Zago <frank@zago.net>
3082L: linux-media@vger.kernel.org
3083T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3084S: Maintained
3085F: drivers/media/video/gspca/finepix.c
3086
3087GSPCA GL860 SUBDRIVER
3088M: Olivier Lorin <o.lorin@laposte.net>
3089L: linux-media@vger.kernel.org
3090T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3091S: Maintained
3092F: drivers/media/video/gspca/gl860/
3093
3094GSPCA M5602 SUBDRIVER
3095M: Erik Andren <erik.andren@gmail.com>
3096L: linux-media@vger.kernel.org
3097T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3098S: Maintained
3099F: drivers/media/video/gspca/m5602/
3100
3101GSPCA PAC207 SONIXB SUBDRIVER
3102M: Hans de Goede <hdegoede@redhat.com>
3103L: linux-media@vger.kernel.org
3104T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3105S: Maintained
3106F: drivers/media/video/gspca/pac207.c
3107
3108GSPCA SN9C20X SUBDRIVER
3109M: Brian Johnson <brijohn@gmail.com>
3110L: linux-media@vger.kernel.org
3111T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3112S: Maintained
3113F: drivers/media/video/gspca/sn9c20x.c
3114
3115GSPCA T613 SUBDRIVER
3116M: Leandro Costantino <lcostantino@gmail.com>
3117L: linux-media@vger.kernel.org
3118T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3119S: Maintained
3120F: drivers/media/video/gspca/t613.c
3121
3122GSPCA USB WEBCAM DRIVER
3123M: Jean-Francois Moine <moinejf@free.fr>
3124W: http://moinejf.free.fr
3125L: linux-media@vger.kernel.org
3126T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3127S: Maintained
3128F: drivers/media/video/gspca/
3129
3130HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3131M: Frank Seidel <frank@f-seidel.de>
3132L: platform-driver-x86@vger.kernel.org
3133W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3134S: Maintained
3135F: drivers/platform/x86/hdaps.c
3136
3137HWPOISON MEMORY FAILURE HANDLING
3138M: Andi Kleen <andi@firstfloor.org>
3139L: linux-mm@kvack.org
3140T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3141S: Maintained
3142F: mm/memory-failure.c
3143F: mm/hwpoison-inject.c
3144
3145HYPERVISOR VIRTUAL CONSOLE DRIVER
3146L: linuxppc-dev@lists.ozlabs.org
3147S: Odd Fixes
3148F: drivers/tty/hvc/
3149
3150HARDWARE MONITORING
3151M: Jean Delvare <khali@linux-fr.org>
3152M: Guenter Roeck <linux@roeck-us.net>
3153L: lm-sensors@lm-sensors.org
3154W: http://www.lm-sensors.org/
3155T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3156T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3157S: Maintained
3158F: Documentation/hwmon/
3159F: drivers/hwmon/
3160F: include/linux/hwmon*.h
3161
3162HARDWARE RANDOM NUMBER GENERATOR CORE
3163M: Matt Mackall <mpm@selenic.com>
3164M: Herbert Xu <herbert@gondor.apana.org.au>
3165S: Odd fixes
3166F: Documentation/hw_random.txt
3167F: drivers/char/hw_random/
3168F: include/linux/hw_random.h
3169
3170HARDWARE SPINLOCK CORE
3171M: Ohad Ben-Cohen <ohad@wizery.com>
3172S: Maintained
3173F: Documentation/hwspinlock.txt
3174F: drivers/hwspinlock/hwspinlock_*
3175F: include/linux/hwspinlock.h
3176
3177HARMONY SOUND DRIVER
3178L: linux-parisc@vger.kernel.org
3179S: Maintained
3180F: sound/parisc/harmony.*
3181
3182HEWLETT-PACKARD SMART2 RAID DRIVER
3183M: Chirag Kantharia <chirag.kantharia@hp.com>
3184L: iss_storagedev@hp.com
3185S: Maintained
3186F: Documentation/blockdev/cpqarray.txt
3187F: drivers/block/cpqarray.*
3188
3189HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3190M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3191L: iss_storagedev@hp.com
3192S: Supported
3193F: Documentation/scsi/hpsa.txt
3194F: drivers/scsi/hpsa*.[ch]
3195F: include/linux/cciss*.h
3196
3197HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3198M: Mike Miller <mike.miller@hp.com>
3199L: iss_storagedev@hp.com
3200S: Supported
3201F: Documentation/blockdev/cciss.txt
3202F: drivers/block/cciss*
3203F: include/linux/cciss_ioctl.h
3204
3205HFS FILESYSTEM
3206L: linux-fsdevel@vger.kernel.org
3207S: Orphan
3208F: Documentation/filesystems/hfs.txt
3209F: fs/hfs/
3210
3211HGA FRAMEBUFFER DRIVER
3212M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3213L: linux-nvidia@lists.surfsouth.com
3214W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3215S: Maintained
3216F: drivers/video/hgafb.c
3217
3218HIBERNATION (aka Software Suspend, aka swsusp)
3219M: Pavel Machek <pavel@ucw.cz>
3220M: "Rafael J. Wysocki" <rjw@sisk.pl>
3221L: linux-pm@vger.kernel.org
3222S: Supported
3223F: arch/x86/power/
3224F: drivers/base/power/
3225F: kernel/power/
3226F: include/linux/suspend.h
3227F: include/linux/freezer.h
3228F: include/linux/pm.h
3229F: arch/*/include/asm/suspend*.h
3230
3231HID CORE LAYER
3232M: Jiri Kosina <jkosina@suse.cz>
3233L: linux-input@vger.kernel.org
3234T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3235S: Maintained
3236F: drivers/hid/
3237F: include/linux/hid*
3238
3239HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3240M: Thomas Gleixner <tglx@linutronix.de>
3241T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3242S: Maintained
3243F: Documentation/timers/
3244F: kernel/hrtimer.c
3245F: kernel/time/clockevents.c
3246F: kernel/time/tick*.*
3247F: kernel/time/timer_*.c
3248F: include/linux/clockchips.h
3249F: include/linux/hrtimer.h
3250
3251HIGH-SPEED SCC DRIVER FOR AX.25
3252L: linux-hams@vger.kernel.org
3253S: Orphan
3254F: drivers/net/hamradio/dmascc.c
3255F: drivers/net/hamradio/scc.c
3256
3257HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3258M: HighPoint Linux Team <linux@highpoint-tech.com>
3259W: http://www.highpoint-tech.com
3260S: Supported
3261F: Documentation/scsi/hptiop.txt
3262F: drivers/scsi/hptiop.c
3263
3264HIPPI
3265M: Jes Sorensen <jes@trained-monkey.org>
3266L: linux-hippi@sunsite.dk
3267S: Maintained
3268F: include/linux/hippidevice.h
3269F: include/linux/if_hippi.h
3270F: net/802/hippi.c
3271F: drivers/net/hippi/
3272
3273HOST AP DRIVER
3274M: Jouni Malinen <j@w1.fi>
3275L: hostap@shmoo.com (subscribers-only)
3276L: linux-wireless@vger.kernel.org
3277W: http://hostap.epitest.fi/
3278S: Maintained
3279F: drivers/net/wireless/hostap/
3280
3281HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3282L: platform-driver-x86@vger.kernel.org
3283S: Orphan
3284F: drivers/platform/x86/tc1100-wmi.c
3285
3286HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3287M: Jaroslav Kysela <perex@perex.cz>
3288S: Maintained
3289F: drivers/net/ethernet/hp/hp100.*
3290
3291HPET: High Precision Event Timers driver
3292M: Clemens Ladisch <clemens@ladisch.de>
3293S: Maintained
3294F: Documentation/timers/hpet.txt
3295F: drivers/char/hpet.c
3296F: include/linux/hpet.h
3297
3298HPET: x86
3299M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3300S: Maintained
3301F: arch/x86/kernel/hpet.c
3302F: arch/x86/include/asm/hpet.h
3303
3304HPFS FILESYSTEM
3305M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3306W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3307S: Maintained
3308F: fs/hpfs/
3309
3310HSO 3G MODEM DRIVER
3311M: Jan Dumon <j.dumon@option.com>
3312W: http://www.pharscape.org
3313S: Maintained
3314F: drivers/net/usb/hso.c
3315
3316HTCPEN TOUCHSCREEN DRIVER
3317M: Pau Oliva Fora <pof@eslack.org>
3318L: linux-input@vger.kernel.org
3319S: Maintained
3320F: drivers/input/touchscreen/htcpen.c
3321
3322HUGETLB FILESYSTEM
3323M: William Irwin <wli@holomorphy.com>
3324S: Maintained
3325F: fs/hugetlbfs/
3326
3327Hyper-V CORE AND DRIVERS
3328M: K. Y. Srinivasan <kys@microsoft.com>
3329M: Haiyang Zhang <haiyangz@microsoft.com>
3330L: devel@linuxdriverproject.org
3331S: Maintained
3332F: drivers/hv/
3333F: drivers/hid/hid-hyperv.c
3334F: drivers/net/hyperv/
3335F: drivers/staging/hv/
3336
3337I2C/SMBUS STUB DRIVER
3338M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3339L: linux-i2c@vger.kernel.org
3340S: Maintained
3341F: drivers/i2c/busses/i2c-stub.c
3342
3343I2C SUBSYSTEM
3344M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3345M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3346M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3347L: linux-i2c@vger.kernel.org
3348W: http://i2c.wiki.kernel.org/
3349T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3350T: git git://git.fluff.org/bjdooks/linux.git
3351S: Maintained
3352F: Documentation/i2c/
3353F: drivers/i2c/
3354F: include/linux/i2c.h
3355F: include/linux/i2c-*.h
3356
3357I2C-TINY-USB DRIVER
3358M: Till Harbaum <till@harbaum.org>
3359L: linux-i2c@vger.kernel.org
3360W: http://www.harbaum.org/till/i2c_tiny_usb
3361S: Maintained
3362F: drivers/i2c/busses/i2c-tiny-usb.c
3363
3364i386 BOOT CODE
3365M: "H. Peter Anvin" <hpa@zytor.com>
3366S: Maintained
3367F: arch/x86/boot/
3368
3369i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3370M: "H. Peter Anvin" <hpa@zytor.com>
3371T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3372S: Maintained
3373
3374IA64 (Itanium) PLATFORM
3375M: Tony Luck <tony.luck@intel.com>
3376M: Fenghua Yu <fenghua.yu@intel.com>
3377L: linux-ia64@vger.kernel.org
3378T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3379S: Maintained
3380F: arch/ia64/
3381
3382IBM Power Linux RAID adapter
3383M: Brian King <brking@us.ibm.com>
3384S: Supported
3385F: drivers/scsi/ipr.*
3386
3387IBM Power Virtual Ethernet Device Driver
3388M: Santiago Leon <santil@linux.vnet.ibm.com>
3389L: netdev@vger.kernel.org
3390S: Supported
3391F: drivers/net/ethernet/ibm/ibmveth.*
3392
3393IBM ServeRAID RAID DRIVER
3394P: Jack Hammer
3395M: Dave Jeffery <ipslinux@adaptec.com>
3396W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3397S: Supported
3398F: drivers/scsi/ips.*
3399
3400ICH LPC AND GPIO DRIVER
3401M: Peter Tyser <ptyser@xes-inc.com>
3402S: Maintained
3403F: drivers/mfd/lpc_ich.c
3404F: drivers/gpio/gpio-ich.c
3405
3406IDE SUBSYSTEM
3407M: "David S. Miller" <davem@davemloft.net>
3408L: linux-ide@vger.kernel.org
3409Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3410T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3411S: Maintained
3412F: Documentation/ide/
3413F: drivers/ide/
3414F: include/linux/ide.h
3415
3416IDEAPAD LAPTOP EXTRAS DRIVER
3417M: Ike Panhc <ike.pan@canonical.com>
3418L: platform-driver-x86@vger.kernel.org
3419W: http://launchpad.net/ideapad-laptop
3420S: Maintained
3421F: drivers/platform/x86/ideapad-laptop.c
3422
3423IDE/ATAPI DRIVERS
3424M: Borislav Petkov <petkovbb@gmail.com>
3425L: linux-ide@vger.kernel.org
3426S: Maintained
3427F: Documentation/cdrom/ide-cd
3428F: drivers/ide/ide-cd*
3429
3430IDLE-I7300
3431M: Andy Henroid <andrew.d.henroid@intel.com>
3432L: linux-pm@vger.kernel.org
3433S: Supported
3434F: drivers/idle/i7300_idle.c
3435
3436IEEE 802.15.4 SUBSYSTEM
3437M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3438M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3439L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3440W: http://apps.sourceforge.net/trac/linux-zigbee
3441T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3442S: Maintained
3443F: net/ieee802154/
3444F: net/mac802154/
3445F: drivers/ieee802154/
3446
3447IIO SUBSYSTEM AND DRIVERS
3448M: Jonathan Cameron <jic23@cam.ac.uk>
3449L: linux-iio@vger.kernel.org
3450S: Maintained
3451F: drivers/iio/
3452F: drivers/staging/iio/
3453
3454IKANOS/ADI EAGLE ADSL USB DRIVER
3455M: Matthieu Castet <castet.matthieu@free.fr>
3456M: Stanislaw Gruszka <stf_xl@wp.pl>
3457S: Maintained
3458F: drivers/usb/atm/ueagle-atm.c
3459
3460INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3461M: Mimi Zohar <zohar@us.ibm.com>
3462S: Supported
3463F: security/integrity/ima/
3464
3465IMS TWINTURBO FRAMEBUFFER DRIVER
3466L: linux-fbdev@vger.kernel.org
3467S: Orphan
3468F: drivers/video/imsttfb.c
3469
3470INFINIBAND SUBSYSTEM
3471M: Roland Dreier <roland@kernel.org>
3472M: Sean Hefty <sean.hefty@intel.com>
3473M: Hal Rosenstock <hal.rosenstock@gmail.com>
3474L: linux-rdma@vger.kernel.org
3475W: http://www.openfabrics.org/
3476Q: http://patchwork.kernel.org/project/linux-rdma/list/
3477T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3478S: Supported
3479F: Documentation/infiniband/
3480F: drivers/infiniband/
3481F: include/linux/if_infiniband.h
3482
3483INOTIFY
3484M: John McCutchan <john@johnmccutchan.com>
3485M: Robert Love <rlove@rlove.org>
3486M: Eric Paris <eparis@parisplace.org>
3487S: Maintained
3488F: Documentation/filesystems/inotify.txt
3489F: fs/notify/inotify/
3490F: include/linux/inotify.h
3491
3492INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3493M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3494M: Dmitry Torokhov <dtor@mail.ru>
3495L: linux-input@vger.kernel.org
3496Q: http://patchwork.kernel.org/project/linux-input/list/
3497T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3498S: Maintained
3499F: drivers/input/
3500F: include/linux/input.h
3501F: include/linux/input/
3502
3503INPUT MULTITOUCH (MT) PROTOCOL
3504M: Henrik Rydberg <rydberg@euromail.se>
3505L: linux-input@vger.kernel.org
3506T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3507S: Maintained
3508F: Documentation/input/multi-touch-protocol.txt
3509F: drivers/input/input-mt.c
3510K: \b(ABS|SYN)_MT_
3511
3512INTEL C600 SERIES SAS CONTROLLER DRIVER
3513M: Intel SCU Linux support <intel-linux-scu@intel.com>
3514M: Dan Williams <dan.j.williams@intel.com>
3515M: Dave Jiang <dave.jiang@intel.com>
3516M: Ed Nadolski <edmund.nadolski@intel.com>
3517L: linux-scsi@vger.kernel.org
3518T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3519S: Maintained
3520F: drivers/scsi/isci/
3521F: firmware/isci/
3522
3523INTEL IDLE DRIVER
3524M: Len Brown <lenb@kernel.org>
3525L: linux-pm@vger.kernel.org
3526T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3527S: Supported
3528F: drivers/idle/intel_idle.c
3529
3530INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3531M: Maik Broemme <mbroemme@plusserver.de>
3532L: linux-fbdev@vger.kernel.org
3533S: Maintained
3534F: Documentation/fb/intelfb.txt
3535F: drivers/video/intelfb/
3536
3537INTEL 810/815 FRAMEBUFFER DRIVER
3538M: Antonino Daplas <adaplas@gmail.com>
3539L: linux-fbdev@vger.kernel.org
3540S: Maintained
3541F: drivers/video/i810/
3542
3543INTEL MENLOW THERMAL DRIVER
3544M: Sujith Thomas <sujith.thomas@intel.com>
3545L: platform-driver-x86@vger.kernel.org
3546W: http://www.lesswatts.org/projects/acpi/
3547S: Supported
3548F: drivers/platform/x86/intel_menlow.c
3549
3550INTEL IA32 MICROCODE UPDATE SUPPORT
3551M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3552S: Maintained
3553F: arch/x86/kernel/microcode_core.c
3554F: arch/x86/kernel/microcode_intel.c
3555
3556INTEL I/OAT DMA DRIVER
3557M: Dan Williams <dan.j.williams@intel.com>
3558S: Supported
3559F: drivers/dma/ioat*
3560
3561INTEL IOMMU (VT-d)
3562M: David Woodhouse <dwmw2@infradead.org>
3563L: iommu@lists.linux-foundation.org
3564T: git git://git.infradead.org/iommu-2.6.git
3565S: Supported
3566F: drivers/iommu/intel-iommu.c
3567F: include/linux/intel-iommu.h
3568
3569INTEL IOP-ADMA DMA DRIVER
3570M: Dan Williams <dan.j.williams@intel.com>
3571S: Maintained
3572F: drivers/dma/iop-adma.c
3573
3574INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3575M: Krzysztof Halasa <khc@pm.waw.pl>
3576S: Maintained
3577F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3578F: arch/arm/mach-ixp4xx/include/mach/npe.h
3579F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3580F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3581F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3582F: drivers/net/wan/ixp4xx_hss.c
3583
3584INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3585M: Deepak Saxena <dsaxena@plexity.net>
3586S: Maintained
3587F: drivers/char/hw_random/ixp4xx-rng.c
3588
3589INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3590M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3591M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3592M: Bruce Allan <bruce.w.allan@intel.com>
3593M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3594M: Don Skidmore <donald.c.skidmore@intel.com>
3595M: Greg Rose <gregory.v.rose@intel.com>
3596M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3597M: Alex Duyck <alexander.h.duyck@intel.com>
3598M: John Ronciak <john.ronciak@intel.com>
3599L: e1000-devel@lists.sourceforge.net
3600W: http://e1000.sourceforge.net/
3601T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3602T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3603S: Supported
3604F: Documentation/networking/e100.txt
3605F: Documentation/networking/e1000.txt
3606F: Documentation/networking/e1000e.txt
3607F: Documentation/networking/igb.txt
3608F: Documentation/networking/igbvf.txt
3609F: Documentation/networking/ixgb.txt
3610F: Documentation/networking/ixgbe.txt
3611F: Documentation/networking/ixgbevf.txt
3612F: drivers/net/ethernet/intel/
3613
3614INTEL MRST PMU DRIVER
3615M: Len Brown <len.brown@intel.com>
3616L: linux-pm@vger.kernel.org
3617S: Supported
3618F: arch/x86/platform/mrst/pmu.*
3619
3620INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3621M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
3622L: linux-wireless@vger.kernel.org
3623S: Maintained
3624F: Documentation/networking/README.ipw2100
3625F: Documentation/networking/README.ipw2200
3626F: drivers/net/wireless/ipw2x00/
3627
3628INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3629M: Joseph Cihula <joseph.cihula@intel.com>
3630M: Shane Wang <shane.wang@intel.com>
3631L: tboot-devel@lists.sourceforge.net
3632W: http://tboot.sourceforge.net
3633T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3634S: Supported
3635F: Documentation/intel_txt.txt
3636F: include/linux/tboot.h
3637F: arch/x86/kernel/tboot.c
3638
3639INTEL WIRELESS WIMAX CONNECTION 2400
3640M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3641M: linux-wimax@intel.com
3642L: wimax@linuxwimax.org
3643S: Supported
3644W: http://linuxwimax.org
3645F: Documentation/wimax/README.i2400m
3646F: drivers/net/wimax/i2400m/
3647F: include/linux/wimax/i2400m.h
3648
3649INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3650M: Stanislaw Gruszka <sgruszka@redhat.com>
3651L: linux-wireless@vger.kernel.org
3652S: Supported
3653F: drivers/net/wireless/iwlegacy/
3654
3655INTEL WIRELESS WIFI LINK (iwlwifi)
3656M: Johannes Berg <johannes.berg@intel.com>
3657M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3658M: Intel Linux Wireless <ilw@linux.intel.com>
3659L: linux-wireless@vger.kernel.org
3660W: http://intellinuxwireless.org
3661T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3662S: Supported
3663F: drivers/net/wireless/iwlwifi/
3664
3665INTEL MANAGEMENT ENGINE (mei)
3666M: Tomas Winkler <tomas.winkler@intel.com>
3667L: linux-kernel@vger.kernel.org
3668S: Supported
3669F: include/linux/mei.h
3670F: drivers/misc/mei/*
3671F: Documentation/mei/*
3672
3673IOC3 ETHERNET DRIVER
3674M: Ralf Baechle <ralf@linux-mips.org>
3675L: linux-mips@linux-mips.org
3676S: Maintained
3677F: drivers/net/ethernet/sgi/ioc3-eth.c
3678
3679IOC3 SERIAL DRIVER
3680M: Pat Gefre <pfg@sgi.com>
3681L: linux-serial@vger.kernel.org
3682S: Maintained
3683F: drivers/tty/serial/ioc3_serial.c
3684
3685IP MASQUERADING
3686M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3687S: Maintained
3688F: net/ipv4/netfilter/ipt_MASQUERADE.c
3689
3690IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3691M: Francois Romieu <romieu@fr.zoreil.com>
3692M: Sorbica Shieh <sorbica@icplus.com.tw>
3693L: netdev@vger.kernel.org
3694S: Maintained
3695F: drivers/net/ethernet/icplus/ipg.*
3696
3697IPATH DRIVER
3698M: Mike Marciniszyn <infinipath@intel.com>
3699L: linux-rdma@vger.kernel.org
3700S: Maintained
3701F: drivers/infiniband/hw/ipath/
3702
3703IPMI SUBSYSTEM
3704M: Corey Minyard <minyard@acm.org>
3705L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3706W: http://openipmi.sourceforge.net/
3707S: Supported
3708F: Documentation/IPMI.txt
3709F: drivers/char/ipmi/
3710F: include/linux/ipmi*
3711
3712IPS SCSI RAID DRIVER
3713M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3714L: linux-scsi@vger.kernel.org
3715W: http://www.adaptec.com/
3716S: Maintained
3717F: drivers/scsi/ips*
3718
3719IPVS
3720M: Wensong Zhang <wensong@linux-vs.org>
3721M: Simon Horman <horms@verge.net.au>
3722M: Julian Anastasov <ja@ssi.bg>
3723L: netdev@vger.kernel.org
3724L: lvs-devel@vger.kernel.org
3725S: Maintained
3726F: Documentation/networking/ipvs-sysctl.txt
3727F: include/net/ip_vs.h
3728F: include/linux/ip_vs.h
3729F: net/netfilter/ipvs/
3730
3731IPWIRELESS DRIVER
3732M: Jiri Kosina <jkosina@suse.cz>
3733M: David Sterba <dsterba@suse.cz>
3734S: Odd Fixes
3735F: drivers/tty/ipwireless/
3736
3737IPX NETWORK LAYER
3738M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3739L: netdev@vger.kernel.org
3740S: Maintained
3741F: include/linux/ipx.h
3742F: include/net/ipx.h
3743F: net/ipx/
3744
3745IRDA SUBSYSTEM
3746M: Samuel Ortiz <samuel@sortiz.org>
3747L: irda-users@lists.sourceforge.net (subscribers-only)
3748L: netdev@vger.kernel.org
3749W: http://irda.sourceforge.net/
3750S: Maintained
3751T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3752F: Documentation/networking/irda.txt
3753F: drivers/net/irda/
3754F: include/net/irda/
3755F: net/irda/
3756
3757IRQ SUBSYSTEM
3758M: Thomas Gleixner <tglx@linutronix.de>
3759S: Maintained
3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
3761F: kernel/irq/
3762
3763IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3764M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3765M: Grant Likely <grant.likely@secretlab.ca>
3766T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3767S: Maintained
3768F: Documentation/IRQ-domain.txt
3769F: include/linux/irqdomain.h
3770F: kernel/irq/irqdomain.c
3771
3772ISAPNP
3773M: Jaroslav Kysela <perex@perex.cz>
3774S: Maintained
3775F: Documentation/isapnp.txt
3776F: drivers/pnp/isapnp/
3777F: include/linux/isapnp.h
3778
3779iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3780M: Peter Jones <pjones@redhat.com>
3781M: Konrad Rzeszutek Wilk <konrad@kernel.org>
3782S: Maintained
3783F: drivers/firmware/iscsi_ibft*
3784
3785ISCSI
3786M: Mike Christie <michaelc@cs.wisc.edu>
3787L: open-iscsi@googlegroups.com
3788W: www.open-iscsi.org
3789T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3790S: Maintained
3791F: drivers/scsi/*iscsi*
3792F: include/scsi/*iscsi*
3793
3794ISDN SUBSYSTEM
3795M: Karsten Keil <isdn@linux-pingi.de>
3796L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3797L: netdev@vger.kernel.org
3798W: http://www.isdn4linux.de
3799T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3800S: Maintained
3801F: Documentation/isdn/
3802F: drivers/isdn/
3803F: include/linux/isdn.h
3804F: include/linux/isdn/
3805
3806ISDN SUBSYSTEM (Eicon active card driver)
3807M: Armin Schindler <mac@melware.de>
3808L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3809W: http://www.melware.de
3810S: Maintained
3811F: drivers/isdn/hardware/eicon/
3812
3813IT87 HARDWARE MONITORING DRIVER
3814M: Jean Delvare <khali@linux-fr.org>
3815L: lm-sensors@lm-sensors.org
3816S: Maintained
3817F: Documentation/hwmon/it87
3818F: drivers/hwmon/it87.c
3819
3820IVTV VIDEO4LINUX DRIVER
3821M: Andy Walls <awalls@md.metrocast.net>
3822L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3823L: linux-media@vger.kernel.org
3824T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3825W: http://www.ivtvdriver.org
3826S: Maintained
3827F: Documentation/video4linux/*.ivtv
3828F: drivers/media/video/ivtv/
3829F: include/linux/ivtv*
3830
3831JC42.4 TEMPERATURE SENSOR DRIVER
3832M: Guenter Roeck <linux@roeck-us.net>
3833L: lm-sensors@lm-sensors.org
3834S: Maintained
3835F: drivers/hwmon/jc42.c
3836F: Documentation/hwmon/jc42
3837
3838JFS FILESYSTEM
3839M: Dave Kleikamp <shaggy@kernel.org>
3840L: jfs-discussion@lists.sourceforge.net
3841W: http://jfs.sourceforge.net/
3842T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3843S: Maintained
3844F: Documentation/filesystems/jfs.txt
3845F: fs/jfs/
3846
3847JME NETWORK DRIVER
3848M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3849L: netdev@vger.kernel.org
3850S: Maintained
3851F: drivers/net/ethernet/jme.*
3852
3853JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3854M: David Woodhouse <dwmw2@infradead.org>
3855L: linux-mtd@lists.infradead.org
3856W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3857S: Maintained
3858F: fs/jffs2/
3859F: include/linux/jffs2.h
3860
3861JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3862M: Andrew Morton <akpm@linux-foundation.org>
3863M: Jan Kara <jack@suse.cz>
3864L: linux-ext4@vger.kernel.org
3865S: Maintained
3866F: fs/jbd/
3867F: include/linux/ext3_jbd.h
3868F: include/linux/jbd.h
3869
3870JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3871M: "Theodore Ts'o" <tytso@mit.edu>
3872L: linux-ext4@vger.kernel.org
3873S: Maintained
3874F: fs/jbd2/
3875F: include/linux/jbd2.h
3876
3877JSM Neo PCI based serial card
3878M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
3879L: linux-serial@vger.kernel.org
3880S: Maintained
3881F: drivers/tty/serial/jsm/
3882
3883K10TEMP HARDWARE MONITORING DRIVER
3884M: Clemens Ladisch <clemens@ladisch.de>
3885L: lm-sensors@lm-sensors.org
3886S: Maintained
3887F: Documentation/hwmon/k10temp
3888F: drivers/hwmon/k10temp.c
3889
3890K8TEMP HARDWARE MONITORING DRIVER
3891M: Rudolf Marek <r.marek@assembler.cz>
3892L: lm-sensors@lm-sensors.org
3893S: Maintained
3894F: Documentation/hwmon/k8temp
3895F: drivers/hwmon/k8temp.c
3896
3897KCONFIG
3898M: Michal Marek <mmarek@suse.cz>
3899L: linux-kbuild@vger.kernel.org
3900S: Odd Fixes
3901F: Documentation/kbuild/kconfig-language.txt
3902F: scripts/kconfig/
3903
3904KDUMP
3905M: Vivek Goyal <vgoyal@redhat.com>
3906M: Haren Myneni <hbabu@us.ibm.com>
3907L: kexec@lists.infradead.org
3908W: http://lse.sourceforge.net/kdump/
3909S: Maintained
3910F: Documentation/kdump/
3911
3912KERNEL AUTOMOUNTER v4 (AUTOFS4)
3913M: Ian Kent <raven@themaw.net>
3914L: autofs@vger.kernel.org
3915S: Maintained
3916F: fs/autofs4/
3917
3918KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3919M: Michal Marek <mmarek@suse.cz>
3920T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3921T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
3922L: linux-kbuild@vger.kernel.org
3923S: Maintained
3924F: Documentation/kbuild/
3925F: Makefile
3926F: scripts/Makefile.*
3927F: scripts/basic/
3928F: scripts/mk*
3929F: scripts/package/
3930
3931KERNEL JANITORS
3932L: kernel-janitors@vger.kernel.org
3933W: http://kernelnewbies.org/KernelJanitors
3934S: Odd Fixes
3935
3936KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3937M: "J. Bruce Fields" <bfields@fieldses.org>
3938L: linux-nfs@vger.kernel.org
3939W: http://nfs.sourceforge.net/
3940S: Supported
3941F: fs/nfsd/
3942F: include/linux/nfsd/
3943F: fs/lockd/
3944F: fs/nfs_common/
3945F: net/sunrpc/
3946F: include/linux/lockd/
3947F: include/linux/sunrpc/
3948
3949KERNEL VIRTUAL MACHINE (KVM)
3950M: Avi Kivity <avi@redhat.com>
3951M: Marcelo Tosatti <mtosatti@redhat.com>
3952L: kvm@vger.kernel.org
3953W: http://kvm.qumranet.com
3954S: Supported
3955F: Documentation/*/kvm.txt
3956F: arch/*/kvm/
3957F: arch/*/include/asm/kvm*
3958F: include/linux/kvm*
3959F: virt/kvm/
3960
3961KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3962M: Joerg Roedel <joerg.roedel@amd.com>
3963L: kvm@vger.kernel.org
3964W: http://kvm.qumranet.com
3965S: Supported
3966F: arch/x86/include/asm/svm.h
3967F: arch/x86/kvm/svm.c
3968
3969KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3970M: Alexander Graf <agraf@suse.de>
3971L: kvm-ppc@vger.kernel.org
3972W: http://kvm.qumranet.com
3973S: Supported
3974F: arch/powerpc/include/asm/kvm*
3975F: arch/powerpc/kvm/
3976
3977KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3978M: Xiantao Zhang <xiantao.zhang@intel.com>
3979L: kvm-ia64@vger.kernel.org
3980W: http://kvm.qumranet.com
3981S: Supported
3982F: Documentation/ia64/kvm.txt
3983F: arch/ia64/include/asm/kvm*
3984F: arch/ia64/kvm/
3985
3986KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3987M: Carsten Otte <cotte@de.ibm.com>
3988M: Christian Borntraeger <borntraeger@de.ibm.com>
3989M: linux390@de.ibm.com
3990L: linux-s390@vger.kernel.org
3991W: http://www.ibm.com/developerworks/linux/linux390/
3992S: Supported
3993F: Documentation/s390/kvm.txt
3994F: arch/s390/include/asm/kvm*
3995F: arch/s390/kvm/
3996F: drivers/s390/kvm/
3997
3998KEXEC
3999M: Eric Biederman <ebiederm@xmission.com>
4000W: http://kernel.org/pub/linux/utils/kernel/kexec/
4001L: kexec@lists.infradead.org
4002S: Maintained
4003F: include/linux/kexec.h
4004F: kernel/kexec.c
4005
4006KEYS/KEYRINGS:
4007M: David Howells <dhowells@redhat.com>
4008L: keyrings@linux-nfs.org
4009S: Maintained
4010F: Documentation/security/keys.txt
4011F: include/linux/key.h
4012F: include/linux/key-type.h
4013F: include/keys/
4014F: security/keys/
4015
4016KEYS-TRUSTED
4017M: David Safford <safford@watson.ibm.com>
4018M: Mimi Zohar <zohar@us.ibm.com>
4019L: linux-security-module@vger.kernel.org
4020L: keyrings@linux-nfs.org
4021S: Supported
4022F: Documentation/security/keys-trusted-encrypted.txt
4023F: include/keys/trusted-type.h
4024F: security/keys/trusted.c
4025F: security/keys/trusted.h
4026
4027KEYS-ENCRYPTED
4028M: Mimi Zohar <zohar@us.ibm.com>
4029M: David Safford <safford@watson.ibm.com>
4030L: linux-security-module@vger.kernel.org
4031L: keyrings@linux-nfs.org
4032S: Supported
4033F: Documentation/security/keys-trusted-encrypted.txt
4034F: include/keys/encrypted-type.h
4035F: security/keys/encrypted-keys/
4036
4037KGDB / KDB /debug_core
4038M: Jason Wessel <jason.wessel@windriver.com>
4039W: http://kgdb.wiki.kernel.org/
4040L: kgdb-bugreport@lists.sourceforge.net
4041S: Maintained
4042F: Documentation/DocBook/kgdb.tmpl
4043F: drivers/misc/kgdbts.c
4044F: drivers/tty/serial/kgdboc.c
4045F: include/linux/kdb.h
4046F: include/linux/kgdb.h
4047F: kernel/debug/
4048
4049KMEMCHECK
4050M: Vegard Nossum <vegardno@ifi.uio.no>
4051M: Pekka Enberg <penberg@kernel.org>
4052S: Maintained
4053F: Documentation/kmemcheck.txt
4054F: arch/x86/include/asm/kmemcheck.h
4055F: arch/x86/mm/kmemcheck/
4056F: include/linux/kmemcheck.h
4057F: mm/kmemcheck.c
4058
4059KMEMLEAK
4060M: Catalin Marinas <catalin.marinas@arm.com>
4061S: Maintained
4062F: Documentation/kmemleak.txt
4063F: include/linux/kmemleak.h
4064F: mm/kmemleak.c
4065F: mm/kmemleak-test.c
4066
4067KPROBES
4068M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4069M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4070M: "David S. Miller" <davem@davemloft.net>
4071M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4072S: Maintained
4073F: Documentation/kprobes.txt
4074F: include/linux/kprobes.h
4075F: kernel/kprobes.c
4076
4077KS0108 LCD CONTROLLER DRIVER
4078M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4079W: http://miguelojeda.es/auxdisplay.htm
4080W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4081S: Maintained
4082F: Documentation/auxdisplay/ks0108
4083F: drivers/auxdisplay/ks0108.c
4084F: include/linux/ks0108.h
4085
4086LAPB module
4087L: linux-x25@vger.kernel.org
4088S: Orphan
4089F: Documentation/networking/lapb-module.txt
4090F: include/*/lapb.h
4091F: net/lapb/
4092
4093LASI 53c700 driver for PARISC
4094M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4095L: linux-scsi@vger.kernel.org
4096S: Maintained
4097F: Documentation/scsi/53c700.txt
4098F: drivers/scsi/53c700*
4099
4100LED SUBSYSTEM
4101M: Bryan Wu <bryan.wu@canonical.com>
4102M: Richard Purdie <rpurdie@rpsys.net>
4103L: linux-leds@vger.kernel.org
4104T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4105S: Maintained
4106F: drivers/leds/
4107F: include/linux/leds.h
4108
4109LEGACY EEPROM DRIVER
4110M: Jean Delvare <khali@linux-fr.org>
4111S: Maintained
4112F: Documentation/misc-devices/eeprom
4113F: drivers/misc/eeprom/eeprom.c
4114
4115LEGO USB Tower driver
4116M: Juergen Stuber <starblue@users.sourceforge.net>
4117L: legousb-devel@lists.sourceforge.net
4118W: http://legousb.sourceforge.net/
4119S: Maintained
4120F: drivers/usb/misc/legousbtower.c
4121
4122LGUEST
4123M: Rusty Russell <rusty@rustcorp.com.au>
4124L: lguest@lists.ozlabs.org
4125W: http://lguest.ozlabs.org/
4126S: Odd Fixes
4127F: arch/x86/include/asm/lguest*.h
4128F: arch/x86/lguest/
4129F: drivers/lguest/
4130F: include/linux/lguest*.h
4131F: tools/lguest/
4132
4133LINUX FOR IBM pSERIES (RS/6000)
4134M: Paul Mackerras <paulus@au.ibm.com>
4135W: http://www.ibm.com/linux/ltc/projects/ppc
4136S: Supported
4137F: arch/powerpc/boot/rs6000.h
4138
4139LINUX FOR POWERPC (32-BIT AND 64-BIT)
4140M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4141M: Paul Mackerras <paulus@samba.org>
4142W: http://www.penguinppc.org/
4143L: linuxppc-dev@lists.ozlabs.org
4144Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4145T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4146S: Supported
4147F: Documentation/powerpc/
4148F: arch/powerpc/
4149
4150LINUX FOR POWER MACINTOSH
4151M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4152W: http://www.penguinppc.org/
4153L: linuxppc-dev@lists.ozlabs.org
4154S: Maintained
4155F: arch/powerpc/platforms/powermac/
4156F: drivers/macintosh/
4157
4158LINUX FOR POWERPC EMBEDDED MPC5XXX
4159M: Anatolij Gustschin <agust@denx.de>
4160L: linuxppc-dev@lists.ozlabs.org
4161T: git git://git.denx.de/linux-2.6-agust.git
4162S: Maintained
4163F: arch/powerpc/platforms/512x/
4164F: arch/powerpc/platforms/52xx/
4165
4166LINUX FOR POWERPC EMBEDDED PPC4XX
4167M: Josh Boyer <jwboyer@gmail.com>
4168M: Matt Porter <mporter@kernel.crashing.org>
4169W: http://www.penguinppc.org/
4170L: linuxppc-dev@lists.ozlabs.org
4171T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4172S: Maintained
4173F: arch/powerpc/platforms/40x/
4174F: arch/powerpc/platforms/44x/
4175
4176LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4177M: Grant Likely <grant.likely@secretlab.ca>
4178W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4179L: linuxppc-dev@lists.ozlabs.org
4180T: git git://git.secretlab.ca/git/linux-2.6.git
4181S: Maintained
4182F: arch/powerpc/*/*virtex*
4183F: arch/powerpc/*/*/*virtex*
4184
4185LINUX FOR POWERPC EMBEDDED PPC8XX
4186M: Vitaly Bordug <vitb@kernel.crashing.org>
4187M: Marcelo Tosatti <marcelo@kvack.org>
4188W: http://www.penguinppc.org/
4189L: linuxppc-dev@lists.ozlabs.org
4190S: Maintained
4191F: arch/powerpc/platforms/8xx/
4192
4193LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4194M: Kumar Gala <galak@kernel.crashing.org>
4195W: http://www.penguinppc.org/
4196L: linuxppc-dev@lists.ozlabs.org
4197S: Maintained
4198F: arch/powerpc/platforms/83xx/
4199F: arch/powerpc/platforms/85xx/
4200
4201LINUX FOR POWERPC PA SEMI PWRFICIENT
4202M: Olof Johansson <olof@lixom.net>
4203L: linuxppc-dev@lists.ozlabs.org
4204S: Maintained
4205F: arch/powerpc/platforms/pasemi/
4206F: drivers/*/*pasemi*
4207F: drivers/*/*/*pasemi*
4208
4209LINUX SECURITY MODULE (LSM) FRAMEWORK
4210M: Chris Wright <chrisw@sous-sol.org>
4211L: linux-security-module@vger.kernel.org
4212S: Supported
4213
4214LIS3LV02D ACCELEROMETER DRIVER
4215M: Eric Piel <eric.piel@tremplin-utc.net>
4216S: Maintained
4217F: Documentation/misc-devices/lis3lv02d
4218F: drivers/misc/lis3lv02d/
4219F: drivers/platform/x86/hp_accel.c
4220
4221LLC (802.2)
4222M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4223S: Maintained
4224F: include/linux/llc.h
4225F: include/net/llc*
4226F: net/llc/
4227
4228LM73 HARDWARE MONITOR DRIVER
4229M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4230L: lm-sensors@lm-sensors.org
4231S: Maintained
4232F: drivers/hwmon/lm73.c
4233
4234LM78 HARDWARE MONITOR DRIVER
4235M: Jean Delvare <khali@linux-fr.org>
4236L: lm-sensors@lm-sensors.org
4237S: Maintained
4238F: Documentation/hwmon/lm78
4239F: drivers/hwmon/lm78.c
4240
4241LM83 HARDWARE MONITOR DRIVER
4242M: Jean Delvare <khali@linux-fr.org>
4243L: lm-sensors@lm-sensors.org
4244S: Maintained
4245F: Documentation/hwmon/lm83
4246F: drivers/hwmon/lm83.c
4247
4248LM90 HARDWARE MONITOR DRIVER
4249M: Jean Delvare <khali@linux-fr.org>
4250L: lm-sensors@lm-sensors.org
4251S: Maintained
4252F: Documentation/hwmon/lm90
4253F: drivers/hwmon/lm90.c
4254
4255LOCKDEP AND LOCKSTAT
4256M: Peter Zijlstra <peterz@infradead.org>
4257M: Ingo Molnar <mingo@redhat.com>
4258T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4259S: Maintained
4260F: Documentation/lockdep*.txt
4261F: Documentation/lockstat.txt
4262F: include/linux/lockdep.h
4263F: kernel/lockdep*
4264
4265LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4266M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4267L: linux-ntfs-dev@lists.sourceforge.net
4268W: http://www.linux-ntfs.org/content/view/19/37/
4269S: Maintained
4270F: Documentation/ldm.txt
4271F: block/partitions/ldm.*
4272
4273LogFS
4274M: Joern Engel <joern@logfs.org>
4275M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4276L: logfs@logfs.org
4277W: logfs.org
4278S: Maintained
4279F: fs/logfs/
4280
4281LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4282M: Eric Moore <Eric.Moore@lsi.com>
4283M: support@lsi.com
4284L: DL-MPTFusionLinux@lsi.com
4285L: linux-scsi@vger.kernel.org
4286W: http://www.lsilogic.com/support
4287S: Supported
4288F: drivers/message/fusion/
4289
4290LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4291M: Matthew Wilcox <matthew@wil.cx>
4292L: linux-scsi@vger.kernel.org
4293S: Maintained
4294F: drivers/scsi/sym53c8xx_2/
4295
4296LTC4261 HARDWARE MONITOR DRIVER
4297M: Guenter Roeck <linux@roeck-us.net>
4298L: lm-sensors@lm-sensors.org
4299S: Maintained
4300F: Documentation/hwmon/ltc4261
4301F: drivers/hwmon/ltc4261.c
4302
4303LTP (Linux Test Project)
4304M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4305M: Mike Frysinger <vapier@gentoo.org>
4306M: Cyril Hrubis <chrubis@suse.cz>
4307M: Caspar Zhang <caspar@casparzhang.com>
4308M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4309L: ltp-list@lists.sourceforge.net (subscribers-only)
4310W: http://ltp.sourceforge.net/
4311T: git git://github.com/linux-test-project/ltp.git
4312T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4313S: Maintained
4314
4315M32R ARCHITECTURE
4316M: Hirokazu Takata <takata@linux-m32r.org>
4317L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4318L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4319W: http://www.linux-m32r.org/
4320S: Maintained
4321F: arch/m32r/
4322
4323M68K ARCHITECTURE
4324M: Geert Uytterhoeven <geert@linux-m68k.org>
4325L: linux-m68k@lists.linux-m68k.org
4326W: http://www.linux-m68k.org/
4327T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4328S: Maintained
4329F: arch/m68k/
4330F: drivers/zorro/
4331
4332M68K ON APPLE MACINTOSH
4333M: Joshua Thompson <funaho@jurai.org>
4334W: http://www.mac.linux-m68k.org/
4335L: linux-m68k@lists.linux-m68k.org
4336S: Maintained
4337F: arch/m68k/mac/
4338
4339M68K ON HP9000/300
4340M: Philip Blundell <philb@gnu.org>
4341W: http://www.tazenda.demon.co.uk/phil/linux-hp
4342S: Maintained
4343F: arch/m68k/hp300/
4344
4345MAC80211
4346M: Johannes Berg <johannes@sipsolutions.net>
4347L: linux-wireless@vger.kernel.org
4348W: http://wireless.kernel.org/
4349T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4350T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4351S: Maintained
4352F: Documentation/networking/mac80211-injection.txt
4353F: include/net/mac80211.h
4354F: net/mac80211/
4355
4356MAC80211 PID RATE CONTROL
4357M: Stefano Brivio <stefano.brivio@polimi.it>
4358M: Mattias Nissler <mattias.nissler@gmx.de>
4359L: linux-wireless@vger.kernel.org
4360W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4361T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4362T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4363S: Maintained
4364F: net/mac80211/rc80211_pid*
4365
4366MACVLAN DRIVER
4367M: Patrick McHardy <kaber@trash.net>
4368L: netdev@vger.kernel.org
4369S: Maintained
4370F: drivers/net/macvlan.c
4371F: include/linux/if_macvlan.h
4372
4373MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4374M: Michael Kerrisk <mtk.manpages@gmail.com>
4375W: http://www.kernel.org/doc/man-pages
4376L: linux-man@vger.kernel.org
4377S: Maintained
4378
4379MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4380M: Mirko Lindner <mlindner@marvell.com>
4381M: Stephen Hemminger <shemminger@vyatta.com>
4382L: netdev@vger.kernel.org
4383S: Maintained
4384F: drivers/net/ethernet/marvell/sk*
4385
4386MARVELL LIBERTAS WIRELESS DRIVER
4387M: Dan Williams <dcbw@redhat.com>
4388L: libertas-dev@lists.infradead.org
4389S: Maintained
4390F: drivers/net/wireless/libertas/
4391
4392MARVELL MV643XX ETHERNET DRIVER
4393M: Lennert Buytenhek <buytenh@wantstofly.org>
4394L: netdev@vger.kernel.org
4395S: Maintained
4396F: drivers/net/ethernet/marvell/mv643xx_eth.*
4397F: include/linux/mv643xx.h
4398
4399MARVELL MWIFIEX WIRELESS DRIVER
4400M: Bing Zhao <bzhao@marvell.com>
4401L: linux-wireless@vger.kernel.org
4402S: Maintained
4403F: drivers/net/wireless/mwifiex/
4404
4405MARVELL MWL8K WIRELESS DRIVER
4406M: Lennert Buytenhek <buytenh@wantstofly.org>
4407L: linux-wireless@vger.kernel.org
4408S: Odd Fixes
4409F: drivers/net/wireless/mwl8k.c
4410
4411MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4412M: Nicolas Pitre <nico@fluxnic.net>
4413S: Odd Fixes
4414F: drivers/mmc/host/mvsdio.*
4415
4416MATROX FRAMEBUFFER DRIVER
4417L: linux-fbdev@vger.kernel.org
4418S: Orphan
4419F: drivers/video/matrox/matroxfb_*
4420F: include/linux/matroxfb.h
4421
4422MAX16065 HARDWARE MONITOR DRIVER
4423M: Guenter Roeck <linux@roeck-us.net>
4424L: lm-sensors@lm-sensors.org
4425S: Maintained
4426F: Documentation/hwmon/max16065
4427F: drivers/hwmon/max16065.c
4428
4429MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4430M: "Hans J. Koch" <hjk@hansjkoch.de>
4431L: lm-sensors@lm-sensors.org
4432S: Maintained
4433F: Documentation/hwmon/max6650
4434F: drivers/hwmon/max6650.c
4435
4436MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4437M: Mauro Carvalho Chehab <mchehab@infradead.org>
4438P: LinuxTV.org Project
4439L: linux-media@vger.kernel.org
4440W: http://linuxtv.org
4441Q: http://patchwork.kernel.org/project/linux-media/list/
4442T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4443S: Maintained
4444F: Documentation/dvb/
4445F: Documentation/video4linux/
4446F: Documentation/DocBook/media/
4447F: drivers/media/
4448F: drivers/staging/media/
4449F: include/media/
4450F: include/linux/dvb/
4451F: include/linux/videodev*.h
4452
4453MEGARAID SCSI DRIVERS
4454M: Neela Syam Kolli <megaraidlinux@lsi.com>
4455L: linux-scsi@vger.kernel.org
4456W: http://megaraid.lsilogic.com
4457S: Maintained
4458F: Documentation/scsi/megaraid.txt
4459F: drivers/scsi/megaraid.*
4460F: drivers/scsi/megaraid/
4461
4462MEMORY MANAGEMENT
4463L: linux-mm@kvack.org
4464W: http://www.linux-mm.org
4465S: Maintained
4466F: include/linux/mm.h
4467F: mm/
4468
4469MEMORY RESOURCE CONTROLLER
4470M: Johannes Weiner <hannes@cmpxchg.org>
4471M: Michal Hocko <mhocko@suse.cz>
4472M: Balbir Singh <bsingharora@gmail.com>
4473M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4474L: cgroups@vger.kernel.org
4475L: linux-mm@kvack.org
4476S: Maintained
4477F: mm/memcontrol.c
4478F: mm/page_cgroup.c
4479
4480MEMORY TECHNOLOGY DEVICES (MTD)
4481M: David Woodhouse <dwmw2@infradead.org>
4482L: linux-mtd@lists.infradead.org
4483W: http://www.linux-mtd.infradead.org/
4484Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4485T: git git://git.infradead.org/mtd-2.6.git
4486S: Maintained
4487F: drivers/mtd/
4488F: include/linux/mtd/
4489F: include/mtd/
4490
4491MICROBLAZE ARCHITECTURE
4492M: Michal Simek <monstr@monstr.eu>
4493L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4494W: http://www.monstr.eu/fdt/
4495T: git git://git.monstr.eu/linux-2.6-microblaze.git
4496S: Supported
4497F: arch/microblaze/
4498
4499MICROTEK X6 SCANNER
4500M: Oliver Neukum <oliver@neukum.name>
4501S: Maintained
4502F: drivers/usb/image/microtek.*
4503
4504MIPS
4505M: Ralf Baechle <ralf@linux-mips.org>
4506L: linux-mips@linux-mips.org
4507W: http://www.linux-mips.org/
4508T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4509Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4510S: Supported
4511F: Documentation/mips/
4512F: arch/mips/
4513
4514MODULE SUPPORT
4515M: Rusty Russell <rusty@rustcorp.com.au>
4516S: Maintained
4517F: include/linux/module.h
4518F: kernel/module.c
4519
4520MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4521W: http://popies.net/meye/
4522S: Orphan
4523F: Documentation/video4linux/meye.txt
4524F: drivers/media/video/meye.*
4525F: include/linux/meye.h
4526
4527MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4528M: Pavel Pisa <ppisa@pikron.com>
4529L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4530S: Maintained
4531F: drivers/mmc/host/imxmmc.*
4532
4533MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4534M: Jiri Slaby <jirislaby@gmail.com>
4535S: Maintained
4536F: Documentation/serial/moxa-smartio
4537F: drivers/tty/mxser.*
4538
4539MSI LAPTOP SUPPORT
4540M: "Lee, Chun-Yi" <jlee@novell.com>
4541L: platform-driver-x86@vger.kernel.org
4542S: Maintained
4543F: drivers/platform/x86/msi-laptop.c
4544
4545MSI WMI SUPPORT
4546M: Anisse Astier <anisse@astier.eu>
4547L: platform-driver-x86@vger.kernel.org
4548S: Supported
4549F: drivers/platform/x86/msi-wmi.c
4550
4551MULTIFUNCTION DEVICES (MFD)
4552M: Samuel Ortiz <sameo@linux.intel.com>
4553T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4554S: Supported
4555F: drivers/mfd/
4556
4557MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4558M: Chris Ball <cjb@laptop.org>
4559L: linux-mmc@vger.kernel.org
4560T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4561S: Maintained
4562F: drivers/mmc/
4563F: include/linux/mmc/
4564
4565MULTIMEDIA CARD (MMC) ETC. OVER SPI
4566S: Orphan
4567F: drivers/mmc/host/mmc_spi.c
4568F: include/linux/spi/mmc_spi.h
4569
4570MULTISOUND SOUND DRIVER
4571M: Andrew Veliath <andrewtv@usa.net>
4572S: Maintained
4573F: Documentation/sound/oss/MultiSound
4574F: sound/oss/msnd*
4575
4576MULTITECH MULTIPORT CARD (ISICOM)
4577S: Orphan
4578F: drivers/tty/isicom.c
4579F: include/linux/isicom.h
4580
4581MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4582M: Felipe Balbi <balbi@ti.com>
4583L: linux-usb@vger.kernel.org
4584T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4585S: Maintained
4586F: drivers/usb/musb/
4587
4588MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4589M: Andrew Gallatin <gallatin@myri.com>
4590L: netdev@vger.kernel.org
4591W: http://www.myri.com/scs/download-Myri10GE.html
4592S: Supported
4593F: drivers/net/ethernet/myricom/myri10ge/
4594
4595NATSEMI ETHERNET DRIVER (DP8381x)
4596S: Orphan
4597F: drivers/net/ethernet/natsemi/natsemi.c
4598
4599NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4600M: Daniel Mack <zonque@gmail.com>
4601S: Maintained
4602L: alsa-devel@alsa-project.org
4603W: http://www.native-instruments.com
4604F: sound/usb/caiaq/
4605
4606NCP FILESYSTEM
4607M: Petr Vandrovec <petr@vandrovec.name>
4608S: Odd Fixes
4609F: fs/ncpfs/
4610
4611NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4612M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4613L: linux-scsi@vger.kernel.org
4614S: Maintained
4615F: drivers/scsi/NCR_D700.*
4616
4617NETEFFECT IWARP RNIC DRIVER (IW_NES)
4618M: Faisal Latif <faisal.latif@intel.com>
4619L: linux-rdma@vger.kernel.org
4620W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4621S: Supported
4622F: drivers/infiniband/hw/nes/
4623
4624NETEM NETWORK EMULATOR
4625M: Stephen Hemminger <shemminger@vyatta.com>
4626L: netem@lists.linux-foundation.org
4627S: Maintained
4628F: net/sched/sch_netem.c
4629
4630NETERION 10GbE DRIVERS (s2io/vxge)
4631M: Jon Mason <jdmason@kudzu.us>
4632L: netdev@vger.kernel.org
4633S: Supported
4634F: Documentation/networking/s2io.txt
4635F: Documentation/networking/vxge.txt
4636F: drivers/net/ethernet/neterion/
4637
4638NETFILTER/IPTABLES/IPCHAINS
4639P: Harald Welte
4640P: Jozsef Kadlecsik
4641M: Pablo Neira Ayuso <pablo@netfilter.org>
4642M: Patrick McHardy <kaber@trash.net>
4643L: netfilter-devel@vger.kernel.org
4644L: netfilter@vger.kernel.org
4645L: coreteam@netfilter.org
4646W: http://www.netfilter.org/
4647W: http://www.iptables.org/
4648T: git git://1984.lsi.us.es/nf
4649T: git git://1984.lsi.us.es/nf-next
4650S: Supported
4651F: include/linux/netfilter*
4652F: include/linux/netfilter/
4653F: include/net/netfilter/
4654F: net/*/netfilter.c
4655F: net/*/netfilter/
4656F: net/netfilter/
4657
4658NETLABEL
4659M: Paul Moore <paul@paul-moore.com>
4660W: http://netlabel.sf.net
4661L: netdev@vger.kernel.org
4662S: Maintained
4663F: Documentation/netlabel/
4664F: include/net/netlabel.h
4665F: net/netlabel/
4666
4667NETROM NETWORK LAYER
4668M: Ralf Baechle <ralf@linux-mips.org>
4669L: linux-hams@vger.kernel.org
4670W: http://www.linux-ax25.org/
4671S: Maintained
4672F: include/linux/netrom.h
4673F: include/net/netrom.h
4674F: net/netrom/
4675
4676NETWORK BLOCK DEVICE (NBD)
4677M: Paul Clements <Paul.Clements@steeleye.com>
4678S: Maintained
4679F: Documentation/blockdev/nbd.txt
4680F: drivers/block/nbd.c
4681F: include/linux/nbd.h
4682
4683NETWORK DROP MONITOR
4684M: Neil Horman <nhorman@tuxdriver.com>
4685L: netdev@vger.kernel.org
4686S: Maintained
4687W: https://fedorahosted.org/dropwatch/
4688F: net/core/drop_monitor.c
4689
4690NETWORKING [GENERAL]
4691M: "David S. Miller" <davem@davemloft.net>
4692L: netdev@vger.kernel.org
4693W: http://www.linuxfoundation.org/en/Net
4694W: http://patchwork.ozlabs.org/project/netdev/list/
4695T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4696T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4697S: Maintained
4698F: net/
4699F: include/net/
4700F: include/linux/in.h
4701F: include/linux/net.h
4702F: include/linux/netdevice.h
4703
4704NETWORKING [IPv4/IPv6]
4705M: "David S. Miller" <davem@davemloft.net>
4706M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4707M: James Morris <jmorris@namei.org>
4708M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4709M: Patrick McHardy <kaber@trash.net>
4710L: netdev@vger.kernel.org
4711T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4712S: Maintained
4713F: net/ipv4/
4714F: net/ipv6/
4715F: include/net/ip*
4716F: arch/x86/net/*
4717
4718NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4719M: Paul Moore <paul@paul-moore.com>
4720L: netdev@vger.kernel.org
4721S: Maintained
4722
4723NETWORKING [WIRELESS]
4724M: "John W. Linville" <linville@tuxdriver.com>
4725L: linux-wireless@vger.kernel.org
4726Q: http://patchwork.kernel.org/project/linux-wireless/list/
4727T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4728S: Maintained
4729F: net/mac80211/
4730F: net/rfkill/
4731F: net/wireless/
4732F: include/net/ieee80211*
4733F: include/linux/wireless.h
4734F: include/net/iw_handler.h
4735F: drivers/net/wireless/
4736
4737NETWORKING DRIVERS
4738L: netdev@vger.kernel.org
4739W: http://www.linuxfoundation.org/en/Net
4740T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4741T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4742S: Odd Fixes
4743F: drivers/net/
4744F: include/linux/if_*
4745F: include/linux/*device.h
4746
4747NETXEN (1/10) GbE SUPPORT
4748M: Sony Chacko <sony.chacko@qlogic.com>
4749M: Rajesh Borundia <rajesh.borundia@qlogic.com>
4750L: netdev@vger.kernel.org
4751W: http://www.qlogic.com
4752S: Supported
4753F: drivers/net/ethernet/qlogic/netxen/
4754
4755NFC SUBSYSTEM
4756M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4757M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4758M: Samuel Ortiz <sameo@linux.intel.com>
4759L: linux-wireless@vger.kernel.org
4760S: Maintained
4761F: net/nfc/
4762F: include/linux/nfc.h
4763F: include/net/nfc/
4764F: drivers/nfc/
4765
4766NFS, SUNRPC, AND LOCKD CLIENTS
4767M: Trond Myklebust <Trond.Myklebust@netapp.com>
4768L: linux-nfs@vger.kernel.org
4769W: http://client.linux-nfs.org
4770T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4771S: Maintained
4772F: fs/lockd/
4773F: fs/nfs/
4774F: fs/nfs_common/
4775F: net/sunrpc/
4776F: include/linux/lockd/
4777F: include/linux/nfs*
4778F: include/linux/sunrpc/
4779
4780NI5010 NETWORK DRIVER
4781M: Jan-Pascal van Best <janpascal@vanbest.org>
4782M: Andreas Mohr <andi@lisas.de>
4783L: netdev@vger.kernel.org
4784S: Maintained
4785F: drivers/net/ethernet/racal/ni5010.*
4786
4787NILFS2 FILESYSTEM
4788M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4789L: linux-nilfs@vger.kernel.org
4790W: http://www.nilfs.org/en/
4791T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4792S: Supported
4793F: Documentation/filesystems/nilfs2.txt
4794F: fs/nilfs2/
4795F: include/linux/nilfs2_fs.h
4796
4797NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4798M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4799W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4800S: Maintained
4801F: Documentation/scsi/NinjaSCSI.txt
4802F: drivers/scsi/pcmcia/nsp_*
4803
4804NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4805M: GOTO Masanori <gotom@debian.or.jp>
4806M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4807W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4808S: Maintained
4809F: Documentation/scsi/NinjaSCSI.txt
4810F: drivers/scsi/nsp32*
4811
4812NTFS FILESYSTEM
4813M: Anton Altaparmakov <anton@tuxera.com>
4814L: linux-ntfs-dev@lists.sourceforge.net
4815W: http://www.tuxera.com/
4816T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
4817S: Supported
4818F: Documentation/filesystems/ntfs.txt
4819F: fs/ntfs/
4820
4821NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4822M: Antonino Daplas <adaplas@gmail.com>
4823L: linux-fbdev@vger.kernel.org
4824S: Maintained
4825F: drivers/video/riva/
4826F: drivers/video/nvidia/
4827
4828OMAP SUPPORT
4829M: Tony Lindgren <tony@atomide.com>
4830L: linux-omap@vger.kernel.org
4831W: http://www.muru.com/linux/omap/
4832W: http://linux.omap.com/
4833Q: http://patchwork.kernel.org/project/linux-omap/list/
4834T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4835S: Maintained
4836F: arch/arm/*omap*/
4837F: drivers/i2c/busses/i2c-omap.c
4838F: include/linux/i2c-omap.h
4839
4840OMAP CLOCK FRAMEWORK SUPPORT
4841M: Paul Walmsley <paul@pwsan.com>
4842L: linux-omap@vger.kernel.org
4843S: Maintained
4844F: arch/arm/*omap*/*clock*
4845
4846OMAP POWER MANAGEMENT SUPPORT
4847M: Kevin Hilman <khilman@ti.com>
4848L: linux-omap@vger.kernel.org
4849S: Maintained
4850F: arch/arm/*omap*/*pm*
4851F: drivers/cpufreq/omap-cpufreq.c
4852
4853OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4854M: Rajendra Nayak <rnayak@ti.com>
4855M: Paul Walmsley <paul@pwsan.com>
4856L: linux-omap@vger.kernel.org
4857S: Maintained
4858F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4859F: arch/arm/mach-omap2/powerdomain44xx.c
4860F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4861F: arch/arm/mach-omap2/clockdomain44xx.c
4862
4863OMAP AUDIO SUPPORT
4864M: Peter Ujfalusi <peter.ujfalusi@ti.com>
4865M: Jarkko Nikula <jarkko.nikula@bitmer.com>
4866L: alsa-devel@alsa-project.org (subscribers-only)
4867L: linux-omap@vger.kernel.org
4868S: Maintained
4869F: sound/soc/omap/
4870
4871OMAP FRAMEBUFFER SUPPORT
4872M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4873L: linux-fbdev@vger.kernel.org
4874L: linux-omap@vger.kernel.org
4875S: Maintained
4876F: drivers/video/omap/
4877
4878OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4879M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4880L: linux-omap@vger.kernel.org
4881L: linux-fbdev@vger.kernel.org
4882S: Maintained
4883F: drivers/video/omap2/
4884F: Documentation/arm/OMAP/DSS
4885
4886OMAP HARDWARE SPINLOCK SUPPORT
4887M: Ohad Ben-Cohen <ohad@wizery.com>
4888L: linux-omap@vger.kernel.org
4889S: Maintained
4890F: drivers/hwspinlock/omap_hwspinlock.c
4891F: arch/arm/mach-omap2/hwspinlock.c
4892
4893OMAP MMC SUPPORT
4894M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4895L: linux-omap@vger.kernel.org
4896S: Maintained
4897F: drivers/mmc/host/omap.c
4898
4899OMAP HS MMC SUPPORT
4900L: linux-omap@vger.kernel.org
4901S: Orphan
4902F: drivers/mmc/host/omap_hsmmc.c
4903
4904OMAP RANDOM NUMBER GENERATOR SUPPORT
4905M: Deepak Saxena <dsaxena@plexity.net>
4906S: Maintained
4907F: drivers/char/hw_random/omap-rng.c
4908
4909OMAP HWMOD SUPPORT
4910M: Benoît Cousson <b-cousson@ti.com>
4911M: Paul Walmsley <paul@pwsan.com>
4912L: linux-omap@vger.kernel.org
4913S: Maintained
4914F: arch/arm/mach-omap2/omap_hwmod.c
4915F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4916
4917OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4918M: Benoît Cousson <b-cousson@ti.com>
4919L: linux-omap@vger.kernel.org
4920S: Maintained
4921F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4922
4923OMAP IMAGE SIGNAL PROCESSOR (ISP)
4924M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4925L: linux-media@vger.kernel.org
4926S: Maintained
4927F: drivers/media/video/omap3isp/*
4928
4929OMAP USB SUPPORT
4930M: Felipe Balbi <balbi@ti.com>
4931L: linux-usb@vger.kernel.org
4932L: linux-omap@vger.kernel.org
4933T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4934S: Maintained
4935F: drivers/usb/*/*omap*
4936F: arch/arm/*omap*/usb*
4937
4938OMFS FILESYSTEM
4939M: Bob Copeland <me@bobcopeland.com>
4940L: linux-karma-devel@lists.sourceforge.net
4941S: Maintained
4942F: Documentation/filesystems/omfs.txt
4943F: fs/omfs/
4944
4945OMNIKEY CARDMAN 4000 DRIVER
4946M: Harald Welte <laforge@gnumonks.org>
4947S: Maintained
4948F: drivers/char/pcmcia/cm4000_cs.c
4949F: include/linux/cm4000_cs.h
4950
4951OMNIKEY CARDMAN 4040 DRIVER
4952M: Harald Welte <laforge@gnumonks.org>
4953S: Maintained
4954F: drivers/char/pcmcia/cm4040_cs.*
4955
4956OMNIVISION OV7670 SENSOR DRIVER
4957M: Jonathan Corbet <corbet@lwn.net>
4958L: linux-media@vger.kernel.org
4959T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4960S: Maintained
4961F: drivers/media/video/ov7670.c
4962
4963ONENAND FLASH DRIVER
4964M: Kyungmin Park <kyungmin.park@samsung.com>
4965L: linux-mtd@lists.infradead.org
4966S: Maintained
4967F: drivers/mtd/onenand/
4968F: include/linux/mtd/onenand*.h
4969
4970ONSTREAM SCSI TAPE DRIVER
4971M: Willem Riede <osst@riede.org>
4972L: osst-users@lists.sourceforge.net
4973L: linux-scsi@vger.kernel.org
4974S: Maintained
4975F: drivers/scsi/osst*
4976F: drivers/scsi/st*
4977
4978OPENCORES I2C BUS DRIVER
4979M: Peter Korsgaard <jacmet@sunsite.dk>
4980L: linux-i2c@vger.kernel.org
4981S: Maintained
4982F: Documentation/i2c/busses/i2c-ocores
4983F: drivers/i2c/busses/i2c-ocores.c
4984
4985OPEN FIRMWARE AND FLATTENED DEVICE TREE
4986M: Grant Likely <grant.likely@secretlab.ca>
4987M: Rob Herring <rob.herring@calxeda.com>
4988L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4989W: http://fdt.secretlab.ca
4990T: git git://git.secretlab.ca/git/linux-2.6.git
4991S: Maintained
4992F: Documentation/devicetree
4993F: drivers/of
4994F: include/linux/of*.h
4995K: of_get_property
4996K: of_match_table
4997
4998OPENRISC ARCHITECTURE
4999M: Jonas Bonn <jonas@southpole.se>
5000W: http://openrisc.net
5001L: linux@lists.openrisc.net (moderated for non-subscribers)
5002S: Maintained
5003T: git git://openrisc.net/~jonas/linux
5004F: arch/openrisc
5005
5006OPENVSWITCH
5007M: Jesse Gross <jesse@nicira.com>
5008L: dev@openvswitch.org
5009W: http://openvswitch.org
5010T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5011S: Maintained
5012F: net/openvswitch/
5013
5014OPL4 DRIVER
5015M: Clemens Ladisch <clemens@ladisch.de>
5016L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5017T: git git://git.alsa-project.org/alsa-kernel.git
5018S: Maintained
5019F: sound/drivers/opl4/
5020
5021OPROFILE
5022M: Robert Richter <robert.richter@amd.com>
5023L: oprofile-list@lists.sf.net
5024S: Maintained
5025F: arch/*/include/asm/oprofile*.h
5026F: arch/*/oprofile/
5027F: drivers/oprofile/
5028F: include/linux/oprofile.h
5029
5030ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5031M: Mark Fasheh <mfasheh@suse.com>
5032M: Joel Becker <jlbec@evilplan.org>
5033L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5034W: http://oss.oracle.com/projects/ocfs2/
5035T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5036S: Supported
5037F: Documentation/filesystems/ocfs2.txt
5038F: Documentation/filesystems/dlmfs.txt
5039F: fs/ocfs2/
5040
5041ORINOCO DRIVER
5042L: linux-wireless@vger.kernel.org
5043W: http://wireless.kernel.org/en/users/Drivers/orinoco
5044W: http://www.nongnu.org/orinoco/
5045S: Orphan
5046F: drivers/net/wireless/orinoco/
5047
5048OSD LIBRARY and FILESYSTEM
5049M: Boaz Harrosh <bharrosh@panasas.com>
5050M: Benny Halevy <bhalevy@tonian.com>
5051L: osd-dev@open-osd.org
5052W: http://open-osd.org
5053T: git git://git.open-osd.org/open-osd.git
5054S: Maintained
5055F: drivers/scsi/osd/
5056F: include/scsi/osd_*
5057F: fs/exofs/
5058
5059P54 WIRELESS DRIVER
5060M: Christian Lamparter <chunkeey@googlemail.com>
5061L: linux-wireless@vger.kernel.org
5062W: http://wireless.kernel.org/en/users/Drivers/p54
5063S: Maintained
5064F: drivers/net/wireless/p54/
5065
5066PA SEMI ETHERNET DRIVER
5067M: Olof Johansson <olof@lixom.net>
5068L: netdev@vger.kernel.org
5069S: Maintained
5070F: drivers/net/ethernet/pasemi/*
5071
5072PA SEMI SMBUS DRIVER
5073M: Olof Johansson <olof@lixom.net>
5074L: linux-i2c@vger.kernel.org
5075S: Maintained
5076F: drivers/i2c/busses/i2c-pasemi.c
5077
5078PADATA PARALLEL EXECUTION MECHANISM
5079M: Steffen Klassert <steffen.klassert@secunet.com>
5080L: linux-crypto@vger.kernel.org
5081S: Maintained
5082F: kernel/padata.c
5083F: include/linux/padata.h
5084F: Documentation/padata.txt
5085
5086PANASONIC LAPTOP ACPI EXTRAS DRIVER
5087M: Harald Welte <laforge@gnumonks.org>
5088L: platform-driver-x86@vger.kernel.org
5089S: Maintained
5090F: drivers/platform/x86/panasonic-laptop.c
5091
5092PANASONIC MN10300/AM33/AM34 PORT
5093M: David Howells <dhowells@redhat.com>
5094M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5095L: linux-am33-list@redhat.com (moderated for non-subscribers)
5096W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5097S: Maintained
5098F: Documentation/mn10300/
5099F: arch/mn10300/
5100
5101PARALLEL PORT SUPPORT
5102L: linux-parport@lists.infradead.org (subscribers-only)
5103S: Orphan
5104F: drivers/parport/
5105F: include/linux/parport*.h
5106F: drivers/char/ppdev.c
5107F: include/linux/ppdev.h
5108
5109PARAVIRT_OPS INTERFACE
5110M: Jeremy Fitzhardinge <jeremy@goop.org>
5111M: Chris Wright <chrisw@sous-sol.org>
5112M: Alok Kataria <akataria@vmware.com>
5113M: Rusty Russell <rusty@rustcorp.com.au>
5114L: virtualization@lists.linux-foundation.org
5115S: Supported
5116F: Documentation/ia64/paravirt_ops.txt
5117F: arch/*/kernel/paravirt*
5118F: arch/*/include/asm/paravirt.h
5119
5120PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5121M: Tim Waugh <tim@cyberelk.net>
5122L: linux-parport@lists.infradead.org (subscribers-only)
5123W: http://www.torque.net/linux-pp.html
5124S: Maintained
5125F: Documentation/blockdev/paride.txt
5126F: drivers/block/paride/
5127
5128PARISC ARCHITECTURE
5129M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5130M: Helge Deller <deller@gmx.de>
5131L: linux-parisc@vger.kernel.org
5132W: http://www.parisc-linux.org/
5133Q: http://patchwork.kernel.org/project/linux-parisc/list/
5134T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5135S: Maintained
5136F: arch/parisc/
5137F: drivers/parisc/
5138
5139PC87360 HARDWARE MONITORING DRIVER
5140M: Jim Cromie <jim.cromie@gmail.com>
5141L: lm-sensors@lm-sensors.org
5142S: Maintained
5143F: Documentation/hwmon/pc87360
5144F: drivers/hwmon/pc87360.c
5145
5146PC8736x GPIO DRIVER
5147M: Jim Cromie <jim.cromie@gmail.com>
5148S: Maintained
5149F: drivers/char/pc8736x_gpio.c
5150
5151PC87427 HARDWARE MONITORING DRIVER
5152M: Jean Delvare <khali@linux-fr.org>
5153L: lm-sensors@lm-sensors.org
5154S: Maintained
5155F: Documentation/hwmon/pc87427
5156F: drivers/hwmon/pc87427.c
5157
5158PCA9532 LED DRIVER
5159M: Riku Voipio <riku.voipio@iki.fi>
5160S: Maintained
5161F: drivers/leds/leds-pca9532.c
5162F: include/linux/leds-pca9532.h
5163
5164PCA9541 I2C BUS MASTER SELECTOR DRIVER
5165M: Guenter Roeck <linux@roeck-us.net>
5166L: linux-i2c@vger.kernel.org
5167S: Maintained
5168F: drivers/i2c/muxes/i2c-mux-pca9541.c
5169
5170PCA9564/PCA9665 I2C BUS DRIVER
5171M: Wolfram Sang <w.sang@pengutronix.de>
5172L: linux-i2c@vger.kernel.org
5173S: Maintained
5174F: drivers/i2c/algos/i2c-algo-pca.c
5175F: drivers/i2c/busses/i2c-pca-*
5176F: include/linux/i2c-algo-pca.h
5177F: include/linux/i2c-pca-platform.h
5178
5179PCDP - PRIMARY CONSOLE AND DEBUG PORT
5180M: Khalid Aziz <khalid.aziz@hp.com>
5181S: Maintained
5182F: drivers/firmware/pcdp.*
5183
5184PCI ERROR RECOVERY
5185M: Linas Vepstas <linasvepstas@gmail.com>
5186L: linux-pci@vger.kernel.org
5187S: Supported
5188F: Documentation/PCI/pci-error-recovery.txt
5189F: Documentation/powerpc/eeh-pci-error-recovery.txt
5190
5191PCI SUBSYSTEM
5192M: Bjorn Helgaas <bhelgaas@google.com>
5193L: linux-pci@vger.kernel.org
5194Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5195T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/linux.git
5196S: Supported
5197F: Documentation/PCI/
5198F: drivers/pci/
5199F: include/linux/pci*
5200
5201PCMCIA SUBSYSTEM
5202P: Linux PCMCIA Team
5203L: linux-pcmcia@lists.infradead.org
5204W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5205T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5206S: Maintained
5207F: Documentation/pcmcia/
5208F: drivers/pcmcia/
5209F: include/pcmcia/
5210
5211PCNET32 NETWORK DRIVER
5212M: Don Fry <pcnet32@frontier.com>
5213L: netdev@vger.kernel.org
5214S: Maintained
5215F: drivers/net/ethernet/amd/pcnet32.c
5216
5217PCRYPT PARALLEL CRYPTO ENGINE
5218M: Steffen Klassert <steffen.klassert@secunet.com>
5219L: linux-crypto@vger.kernel.org
5220S: Maintained
5221F: crypto/pcrypt.c
5222F: include/crypto/pcrypt.h
5223
5224PER-CPU MEMORY ALLOCATOR
5225M: Tejun Heo <tj@kernel.org>
5226M: Christoph Lameter <cl@linux-foundation.org>
5227T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5228S: Maintained
5229F: include/linux/percpu*.h
5230F: mm/percpu*.c
5231F: arch/*/include/asm/percpu.h
5232
5233PER-TASK DELAY ACCOUNTING
5234M: Balbir Singh <bsingharora@gmail.com>
5235S: Maintained
5236F: include/linux/delayacct.h
5237F: kernel/delayacct.c
5238
5239PERFORMANCE EVENTS SUBSYSTEM
5240M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5241M: Paul Mackerras <paulus@samba.org>
5242M: Ingo Molnar <mingo@redhat.com>
5243M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5244T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5245S: Supported
5246F: kernel/events/*
5247F: include/linux/perf_event.h
5248F: arch/*/kernel/perf_event*.c
5249F: arch/*/kernel/*/perf_event*.c
5250F: arch/*/kernel/*/*/perf_event*.c
5251F: arch/*/include/asm/perf_event.h
5252F: arch/*/lib/perf_event*.c
5253F: arch/*/kernel/perf_callchain.c
5254F: tools/perf/
5255
5256PERSONALITY HANDLING
5257M: Christoph Hellwig <hch@infradead.org>
5258L: linux-abi-devel@lists.sourceforge.net
5259S: Maintained
5260F: include/linux/personality.h
5261
5262PHONET PROTOCOL
5263M: Remi Denis-Courmont <courmisch@gmail.com>
5264S: Supported
5265F: Documentation/networking/phonet.txt
5266F: include/linux/phonet.h
5267F: include/net/phonet/
5268F: net/phonet/
5269
5270PHRAM MTD DRIVER
5271M: Joern Engel <joern@lazybastard.org>
5272L: linux-mtd@lists.infradead.org
5273S: Maintained
5274F: drivers/mtd/devices/phram.c
5275
5276PICOXCELL SUPPORT
5277M: Jamie Iles <jamie@jamieiles.com>
5278L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5279T: git git://github.com/jamieiles/linux-2.6-ji.git
5280S: Supported
5281F: arch/arm/mach-picoxcell
5282F: drivers/*/picoxcell*
5283F: drivers/*/*/picoxcell*
5284
5285PIN CONTROL SUBSYSTEM
5286M: Linus Walleij <linus.walleij@linaro.org>
5287S: Maintained
5288F: drivers/pinctrl/
5289
5290PIN CONTROLLER - ST SPEAR
5291M: Viresh Kumar <viresh.linux@gmail.com>
5292L: spear-devel@list.st.com
5293L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5294W: http://www.st.com/spear
5295S: Maintained
5296F: driver/pinctrl/spear/
5297
5298PKTCDVD DRIVER
5299M: Peter Osterlund <petero2@telia.com>
5300S: Maintained
5301F: drivers/block/pktcdvd.c
5302F: include/linux/pktcdvd.h
5303
5304PKUNITY SOC DRIVERS
5305M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5306W: http://mprc.pku.edu.cn/~guanxuetao/linux
5307S: Maintained
5308T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5309F: drivers/input/serio/i8042-unicore32io.h
5310F: drivers/i2c/busses/i2c-puv3.c
5311F: drivers/video/fb-puv3.c
5312F: drivers/rtc/rtc-puv3.c
5313
5314PMBUS HARDWARE MONITORING DRIVERS
5315M: Guenter Roeck <linux@roeck-us.net>
5316L: lm-sensors@lm-sensors.org
5317W: http://www.lm-sensors.org/
5318W: http://www.roeck-us.net/linux/drivers/
5319T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5320S: Maintained
5321F: Documentation/hwmon/pmbus
5322F: drivers/hwmon/pmbus/
5323F: include/linux/i2c/pmbus.h
5324
5325PMC SIERRA MaxRAID DRIVER
5326M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5327L: linux-scsi@vger.kernel.org
5328W: http://www.pmc-sierra.com/
5329S: Supported
5330F: drivers/scsi/pmcraid.*
5331
5332PMC SIERRA PM8001 DRIVER
5333M: jack_wang@usish.com
5334M: lindar_liu@usish.com
5335L: linux-scsi@vger.kernel.org
5336S: Supported
5337F: drivers/scsi/pm8001/
5338
5339POSIX CLOCKS and TIMERS
5340M: Thomas Gleixner <tglx@linutronix.de>
5341T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5342S: Supported
5343F: fs/timerfd.c
5344F: include/linux/timer*
5345F: kernel/*timer*
5346
5347POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5348M: Anton Vorontsov <cbou@mail.ru>
5349M: David Woodhouse <dwmw2@infradead.org>
5350T: git git://git.infradead.org/battery-2.6.git
5351S: Maintained
5352F: include/linux/power_supply.h
5353F: drivers/power/
5354
5355PNP SUPPORT
5356M: Adam Belay <abelay@mit.edu>
5357M: Bjorn Helgaas <bhelgaas@google.com>
5358S: Maintained
5359F: drivers/pnp/
5360
5361PNXxxxx I2C DRIVER
5362M: Vitaly Wool <vitalywool@gmail.com>
5363L: linux-i2c@vger.kernel.org
5364S: Maintained
5365F: drivers/i2c/busses/i2c-pnx.c
5366
5367PPP PROTOCOL DRIVERS AND COMPRESSORS
5368M: Paul Mackerras <paulus@samba.org>
5369L: linux-ppp@vger.kernel.org
5370S: Maintained
5371F: drivers/net/ppp/ppp_*
5372
5373PPP OVER ATM (RFC 2364)
5374M: Mitchell Blank Jr <mitch@sfgoth.com>
5375S: Maintained
5376F: net/atm/pppoatm.c
5377F: include/linux/atmppp.h
5378
5379PPP OVER ETHERNET
5380M: Michal Ostrowski <mostrows@earthlink.net>
5381S: Maintained
5382F: drivers/net/ppp/pppoe.c
5383F: drivers/net/ppp/pppox.c
5384
5385PPP OVER L2TP
5386M: James Chapman <jchapman@katalix.com>
5387S: Maintained
5388F: net/l2tp/l2tp_ppp.c
5389F: include/linux/if_pppol2tp.h
5390
5391PPS SUPPORT
5392M: Rodolfo Giometti <giometti@enneenne.com>
5393W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5394L: linuxpps@ml.enneenne.com (subscribers-only)
5395S: Maintained
5396F: Documentation/pps/
5397F: drivers/pps/
5398F: include/linux/pps*.h
5399
5400PPTP DRIVER
5401M: Dmitry Kozlov <xeb@mail.ru>
5402L: netdev@vger.kernel.org
5403S: Maintained
5404F: drivers/net/ppp/pptp.c
5405W: http://sourceforge.net/projects/accel-pptp
5406
5407PREEMPTIBLE KERNEL
5408M: Robert Love <rml@tech9.net>
5409L: kpreempt-tech@lists.sourceforge.net
5410W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5411S: Supported
5412F: Documentation/preempt-locking.txt
5413F: include/linux/preempt.h
5414
5415PRISM54 WIRELESS DRIVER
5416M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5417L: linux-wireless@vger.kernel.org
5418W: http://wireless.kernel.org/en/users/Drivers/p54
5419S: Obsolete
5420F: drivers/net/wireless/prism54/
5421
5422PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5423M: Mikael Pettersson <mikpe@it.uu.se>
5424L: linux-ide@vger.kernel.org
5425S: Maintained
5426F: drivers/ata/sata_promise.*
5427
5428PS3 NETWORK SUPPORT
5429M: Geoff Levand <geoff@infradead.org>
5430L: netdev@vger.kernel.org
5431L: cbe-oss-dev@lists.ozlabs.org
5432S: Maintained
5433F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5434
5435PS3 PLATFORM SUPPORT
5436M: Geoff Levand <geoff@infradead.org>
5437L: linuxppc-dev@lists.ozlabs.org
5438L: cbe-oss-dev@lists.ozlabs.org
5439S: Maintained
5440F: arch/powerpc/boot/ps3*
5441F: arch/powerpc/include/asm/lv1call.h
5442F: arch/powerpc/include/asm/ps3*.h
5443F: arch/powerpc/platforms/ps3/
5444F: drivers/*/ps3*
5445F: drivers/ps3/
5446F: drivers/rtc/rtc-ps3.c
5447F: drivers/usb/host/*ps3.c
5448F: sound/ppc/snd_ps3*
5449
5450PS3VRAM DRIVER
5451M: Jim Paris <jim@jtan.com>
5452L: cbe-oss-dev@lists.ozlabs.org
5453S: Maintained
5454F: drivers/block/ps3vram.c
5455
5456PTP HARDWARE CLOCK SUPPORT
5457M: Richard Cochran <richardcochran@gmail.com>
5458S: Maintained
5459W: http://linuxptp.sourceforge.net/
5460F: Documentation/ABI/testing/sysfs-ptp
5461F: Documentation/ptp/*
5462F: drivers/net/gianfar_ptp.c
5463F: drivers/net/phy/dp83640*
5464F: drivers/ptp/*
5465F: include/linux/ptp_cl*
5466
5467PTRACE SUPPORT
5468M: Roland McGrath <roland@redhat.com>
5469M: Oleg Nesterov <oleg@redhat.com>
5470S: Maintained
5471F: include/asm-generic/syscall.h
5472F: include/linux/ptrace.h
5473F: include/linux/regset.h
5474F: include/linux/tracehook.h
5475F: kernel/ptrace.c
5476
5477PVRUSB2 VIDEO4LINUX DRIVER
5478M: Mike Isely <isely@pobox.com>
5479L: pvrusb2@isely.net (subscribers-only)
5480L: linux-media@vger.kernel.org
5481W: http://www.isely.net/pvrusb2/
5482T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5483S: Maintained
5484F: Documentation/video4linux/README.pvrusb2
5485F: drivers/media/video/pvrusb2/
5486
5487PXA2xx/PXA3xx SUPPORT
5488M: Eric Miao <eric.y.miao@gmail.com>
5489M: Russell King <linux@arm.linux.org.uk>
5490M: Haojian Zhuang <haojian.zhuang@gmail.com>
5491L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5492T: git git://github.com/hzhuang1/linux.git
5493T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5494S: Maintained
5495F: arch/arm/mach-pxa/
5496F: drivers/pcmcia/pxa2xx*
5497F: drivers/spi/spi-pxa2xx*
5498F: drivers/usb/gadget/pxa2*
5499F: include/sound/pxa2xx-lib.h
5500F: sound/arm/pxa*
5501F: sound/soc/pxa
5502
5503MMP SUPPORT
5504M: Eric Miao <eric.y.miao@gmail.com>
5505M: Haojian Zhuang <haojian.zhuang@gmail.com>
5506L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5507T: git git://github.com/hzhuang1/linux.git
5508T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5509S: Maintained
5510F: arch/arm/mach-mmp/
5511
5512PXA MMCI DRIVER
5513S: Orphan
5514
5515PXA RTC DRIVER
5516M: Robert Jarzmik <robert.jarzmik@free.fr>
5517L: rtc-linux@googlegroups.com
5518S: Maintained
5519
5520QIB DRIVER
5521M: Mike Marciniszyn <infinipath@intel.com>
5522L: linux-rdma@vger.kernel.org
5523S: Supported
5524F: drivers/infiniband/hw/qib/
5525
5526QLOGIC QLA1280 SCSI DRIVER
5527M: Michael Reed <mdr@sgi.com>
5528L: linux-scsi@vger.kernel.org
5529S: Maintained
5530F: drivers/scsi/qla1280.[ch]
5531
5532QLOGIC QLA2XXX FC-SCSI DRIVER
5533M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5534M: linux-driver@qlogic.com
5535L: linux-scsi@vger.kernel.org
5536S: Supported
5537F: Documentation/scsi/LICENSE.qla2xxx
5538F: drivers/scsi/qla2xxx/
5539
5540QLOGIC QLA4XXX iSCSI DRIVER
5541M: Ravi Anand <ravi.anand@qlogic.com>
5542M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5543M: iscsi-driver@qlogic.com
5544L: linux-scsi@vger.kernel.org
5545S: Supported
5546F: drivers/scsi/qla4xxx/
5547
5548QLOGIC QLA3XXX NETWORK DRIVER
5549M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5550M: Ron Mercer <ron.mercer@qlogic.com>
5551M: linux-driver@qlogic.com
5552L: netdev@vger.kernel.org
5553S: Supported
5554F: Documentation/networking/LICENSE.qla3xxx
5555F: drivers/net/ethernet/qlogic/qla3xxx.*
5556
5557QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5558M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5559M: Sony Chacko <sony.chacko@qlogic.com>
5560M: linux-driver@qlogic.com
5561L: netdev@vger.kernel.org
5562S: Supported
5563F: drivers/net/ethernet/qlogic/qlcnic/
5564
5565QLOGIC QLGE 10Gb ETHERNET DRIVER
5566M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5567M: Ron Mercer <ron.mercer@qlogic.com>
5568M: linux-driver@qlogic.com
5569L: netdev@vger.kernel.org
5570S: Supported
5571F: drivers/net/ethernet/qlogic/qlge/
5572
5573QNX4 FILESYSTEM
5574M: Anders Larsen <al@alarsen.net>
5575W: http://www.alarsen.net/linux/qnx4fs/
5576S: Maintained
5577F: fs/qnx4/
5578F: include/linux/qnx4_fs.h
5579F: include/linux/qnxtypes.h
5580
5581QUALCOMM HEXAGON ARCHITECTURE
5582M: Richard Kuo <rkuo@codeaurora.org>
5583L: linux-hexagon@vger.kernel.org
5584S: Supported
5585F: arch/hexagon/
5586
5587RADOS BLOCK DEVICE (RBD)
5588F: include/linux/qnxtypes.h
5589M: Yehuda Sadeh <yehuda@hq.newdream.net>
5590M: Sage Weil <sage@newdream.net>
5591M: ceph-devel@vger.kernel.org
5592S: Supported
5593F: drivers/block/rbd.c
5594F: drivers/block/rbd_types.h
5595
5596RADEON FRAMEBUFFER DISPLAY DRIVER
5597M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5598L: linux-fbdev@vger.kernel.org
5599S: Maintained
5600F: drivers/video/aty/radeon*
5601F: include/linux/radeonfb.h
5602
5603RAGE128 FRAMEBUFFER DISPLAY DRIVER
5604M: Paul Mackerras <paulus@samba.org>
5605L: linux-fbdev@vger.kernel.org
5606S: Maintained
5607F: drivers/video/aty/aty128fb.c
5608
5609RALINK RT2X00 WIRELESS LAN DRIVER
5610P: rt2x00 project
5611M: Ivo van Doorn <IvDoorn@gmail.com>
5612M: Gertjan van Wingerde <gwingerde@gmail.com>
5613M: Helmut Schaa <helmut.schaa@googlemail.com>
5614L: linux-wireless@vger.kernel.org
5615L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5616W: http://rt2x00.serialmonkey.com/
5617S: Maintained
5618T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5619F: drivers/net/wireless/rt2x00/
5620
5621RAMDISK RAM BLOCK DEVICE DRIVER
5622M: Nick Piggin <npiggin@kernel.dk>
5623S: Maintained
5624F: Documentation/blockdev/ramdisk.txt
5625F: drivers/block/brd.c
5626
5627RANDOM NUMBER DRIVER
5628M: Matt Mackall <mpm@selenic.com>
5629S: Maintained
5630F: drivers/char/random.c
5631
5632RAPIDIO SUBSYSTEM
5633M: Matt Porter <mporter@kernel.crashing.org>
5634M: Alexandre Bounine <alexandre.bounine@idt.com>
5635S: Maintained
5636F: drivers/rapidio/
5637
5638RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5639L: linux-wireless@vger.kernel.org
5640S: Orphan
5641F: drivers/net/wireless/ray*
5642
5643RCUTORTURE MODULE
5644M: Josh Triplett <josh@freedesktop.org>
5645M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5646S: Supported
5647T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5648F: Documentation/RCU/torture.txt
5649F: kernel/rcutorture.c
5650
5651RDC R-321X SoC
5652M: Florian Fainelli <florian@openwrt.org>
5653S: Maintained
5654
5655RDC R6040 FAST ETHERNET DRIVER
5656M: Florian Fainelli <florian@openwrt.org>
5657L: netdev@vger.kernel.org
5658S: Maintained
5659F: drivers/net/ethernet/rdc/r6040.c
5660
5661RDS - RELIABLE DATAGRAM SOCKETS
5662M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5663L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5664S: Supported
5665F: net/rds/
5666
5667READ-COPY UPDATE (RCU)
5668M: Dipankar Sarma <dipankar@in.ibm.com>
5669M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5670W: http://www.rdrop.com/users/paulmck/RCU/
5671S: Supported
5672T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5673F: Documentation/RCU/
5674X: Documentation/RCU/torture.txt
5675F: include/linux/rcu*
5676F: kernel/rcu*
5677X: kernel/rcutorture.c
5678
5679REAL TIME CLOCK (RTC) SUBSYSTEM
5680M: Alessandro Zummo <a.zummo@towertech.it>
5681L: rtc-linux@googlegroups.com
5682Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5683S: Maintained
5684F: Documentation/rtc.txt
5685F: drivers/rtc/
5686F: include/linux/rtc.h
5687
5688REISERFS FILE SYSTEM
5689L: reiserfs-devel@vger.kernel.org
5690S: Supported
5691F: fs/reiserfs/
5692
5693REGISTER MAP ABSTRACTION
5694M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5695T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5696S: Supported
5697F: drivers/base/regmap/
5698F: include/linux/regmap.h
5699
5700REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5701M: Ohad Ben-Cohen <ohad@wizery.com>
5702S: Maintained
5703F: drivers/remoteproc/
5704F: Documentation/remoteproc.txt
5705F: include/linux/remoteproc.h
5706
5707RFKILL
5708M: Johannes Berg <johannes@sipsolutions.net>
5709L: linux-wireless@vger.kernel.org
5710W: http://wireless.kernel.org/
5711T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5712T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5713S: Maintained
5714F: Documentation/rfkill.txt
5715F: net/rfkill/
5716
5717RICOH SMARTMEDIA/XD DRIVER
5718M: Maxim Levitsky <maximlevitsky@gmail.com>
5719S: Maintained
5720F: drivers/mtd/nand/r852.c
5721F: drivers/mtd/nand/r852.h
5722
5723RICOH R5C592 MEMORYSTICK DRIVER
5724M: Maxim Levitsky <maximlevitsky@gmail.com>
5725S: Maintained
5726F: drivers/memstick/host/r592.*
5727
5728ROCKETPORT DRIVER
5729P: Comtrol Corp.
5730W: http://www.comtrol.com
5731S: Maintained
5732F: Documentation/serial/rocket.txt
5733F: drivers/tty/rocket*
5734
5735ROSE NETWORK LAYER
5736M: Ralf Baechle <ralf@linux-mips.org>
5737L: linux-hams@vger.kernel.org
5738W: http://www.linux-ax25.org/
5739S: Maintained
5740F: include/linux/rose.h
5741F: include/net/rose.h
5742F: net/rose/
5743
5744RTL8180 WIRELESS DRIVER
5745M: "John W. Linville" <linville@tuxdriver.com>
5746L: linux-wireless@vger.kernel.org
5747W: http://wireless.kernel.org/
5748T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5749S: Maintained
5750F: drivers/net/wireless/rtl818x/rtl8180/
5751
5752RTL8187 WIRELESS DRIVER
5753M: Herton Ronaldo Krzesinski <herton@canonical.com>
5754M: Hin-Tak Leung <htl10@users.sourceforge.net>
5755M: Larry Finger <Larry.Finger@lwfinger.net>
5756L: linux-wireless@vger.kernel.org
5757W: http://wireless.kernel.org/
5758T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5759S: Maintained
5760F: drivers/net/wireless/rtl818x/rtl8187/
5761
5762RTL8192CE WIRELESS DRIVER
5763M: Larry Finger <Larry.Finger@lwfinger.net>
5764M: Chaoming Li <chaoming_li@realsil.com.cn>
5765L: linux-wireless@vger.kernel.org
5766W: http://wireless.kernel.org/
5767T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5768S: Maintained
5769F: drivers/net/wireless/rtlwifi/
5770F: drivers/net/wireless/rtlwifi/rtl8192ce/
5771
5772S3 SAVAGE FRAMEBUFFER DRIVER
5773M: Antonino Daplas <adaplas@gmail.com>
5774L: linux-fbdev@vger.kernel.org
5775S: Maintained
5776F: drivers/video/savage/
5777
5778S390
5779M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5780M: Heiko Carstens <heiko.carstens@de.ibm.com>
5781M: linux390@de.ibm.com
5782L: linux-s390@vger.kernel.org
5783W: http://www.ibm.com/developerworks/linux/linux390/
5784S: Supported
5785F: arch/s390/
5786F: drivers/s390/
5787F: block/partitions/ibm.c
5788F: Documentation/s390/
5789F: Documentation/DocBook/s390*
5790
5791S390 NETWORK DRIVERS
5792M: Ursula Braun <ursula.braun@de.ibm.com>
5793M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5794M: linux390@de.ibm.com
5795L: linux-s390@vger.kernel.org
5796W: http://www.ibm.com/developerworks/linux/linux390/
5797S: Supported
5798F: drivers/s390/net/
5799
5800S390 ZCRYPT DRIVER
5801M: Holger Dengler <hd@linux.vnet.ibm.com>
5802M: linux390@de.ibm.com
5803L: linux-s390@vger.kernel.org
5804W: http://www.ibm.com/developerworks/linux/linux390/
5805S: Supported
5806F: drivers/s390/crypto/
5807
5808S390 ZFCP DRIVER
5809M: Steffen Maier <maier@linux.vnet.ibm.com>
5810M: linux390@de.ibm.com
5811L: linux-s390@vger.kernel.org
5812W: http://www.ibm.com/developerworks/linux/linux390/
5813S: Supported
5814F: drivers/s390/scsi/zfcp_*
5815
5816S390 IUCV NETWORK LAYER
5817M: Ursula Braun <ursula.braun@de.ibm.com>
5818M: linux390@de.ibm.com
5819L: linux-s390@vger.kernel.org
5820W: http://www.ibm.com/developerworks/linux/linux390/
5821S: Supported
5822F: drivers/s390/net/*iucv*
5823F: include/net/iucv/
5824F: net/iucv/
5825
5826S3C24XX SD/MMC Driver
5827M: Ben Dooks <ben-linux@fluff.org>
5828L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5829S: Supported
5830F: drivers/mmc/host/s3cmci.*
5831
5832SAA7146 VIDEO4LINUX-2 DRIVER
5833M: Michael Hunold <michael@mihu.de>
5834L: linux-media@vger.kernel.org
5835T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5836W: http://www.mihu.de/linux/saa7146
5837S: Maintained
5838F: drivers/media/common/saa7146*
5839F: drivers/media/video/*7146*
5840F: include/media/*7146*
5841
5842SAMSUNG LAPTOP DRIVER
5843M: Corentin Chary <corentincj@iksaif.net>
5844L: platform-driver-x86@vger.kernel.org
5845S: Maintained
5846F: drivers/platform/x86/samsung-laptop.c
5847
5848SAMSUNG AUDIO (ASoC) DRIVERS
5849M: Sangbeom Kim <sbkim73@samsung.com>
5850L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5851S: Supported
5852F: sound/soc/samsung
5853
5854SAMSUNG FRAMEBUFFER DRIVER
5855M: Jingoo Han <jg1.han@samsung.com>
5856L: linux-fbdev@vger.kernel.org
5857S: Maintained
5858F: drivers/video/s3c-fb.c
5859
5860SERIAL DRIVERS
5861M: Alan Cox <alan@linux.intel.com>
5862L: linux-serial@vger.kernel.org
5863S: Maintained
5864F: drivers/tty/serial
5865
5866SYNOPSYS DESIGNWARE DMAC DRIVER
5867M: Viresh Kumar <viresh.linux@gmail.com>
5868S: Maintained
5869F: include/linux/dw_dmac.h
5870F: drivers/dma/dw_dmac_regs.h
5871F: drivers/dma/dw_dmac.c
5872
5873TIMEKEEPING, NTP
5874M: John Stultz <johnstul@us.ibm.com>
5875M: Thomas Gleixner <tglx@linutronix.de>
5876T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5877S: Supported
5878F: include/linux/clocksource.h
5879F: include/linux/time.h
5880F: include/linux/timex.h
5881F: kernel/time/clocksource.c
5882F: kernel/time/time*.c
5883F: kernel/time/ntp.c
5884F: drivers/clocksource
5885
5886TLG2300 VIDEO4LINUX-2 DRIVER
5887M: Huang Shijie <shijie8@gmail.com>
5888M: Kang Yong <kangyong@telegent.com>
5889M: Zhang Xiaobing <xbzhang@telegent.com>
5890S: Supported
5891F: drivers/media/video/tlg2300
5892
5893SC1200 WDT DRIVER
5894M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5895S: Maintained
5896F: drivers/watchdog/sc1200wdt.c
5897
5898SCHEDULER
5899M: Ingo Molnar <mingo@redhat.com>
5900M: Peter Zijlstra <peterz@infradead.org>
5901T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5902S: Maintained
5903F: kernel/sched/
5904F: include/linux/sched.h
5905
5906SCORE ARCHITECTURE
5907M: Chen Liqin <liqin.chen@sunplusct.com>
5908M: Lennox Wu <lennox.wu@gmail.com>
5909W: http://www.sunplusct.com
5910S: Supported
5911F: arch/score/
5912
5913SCSI CDROM DRIVER
5914M: Jens Axboe <axboe@kernel.dk>
5915L: linux-scsi@vger.kernel.org
5916W: http://www.kernel.dk
5917S: Maintained
5918F: drivers/scsi/sr*
5919
5920SCSI RDMA PROTOCOL (SRP) INITIATOR
5921M: David Dillow <dillowda@ornl.gov>
5922L: linux-rdma@vger.kernel.org
5923S: Supported
5924W: http://www.openfabrics.org
5925Q: http://patchwork.kernel.org/project/linux-rdma/list/
5926T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5927F: drivers/infiniband/ulp/srp/
5928F: include/scsi/srp.h
5929
5930SCSI SG DRIVER
5931M: Doug Gilbert <dgilbert@interlog.com>
5932L: linux-scsi@vger.kernel.org
5933W: http://www.torque.net/sg
5934S: Maintained
5935F: drivers/scsi/sg.c
5936F: include/scsi/sg.h
5937
5938SCSI SUBSYSTEM
5939M: "James E.J. Bottomley" <JBottomley@parallels.com>
5940L: linux-scsi@vger.kernel.org
5941T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5942T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5943T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5944S: Maintained
5945F: drivers/scsi/
5946F: include/scsi/
5947
5948SCSI TAPE DRIVER
5949M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5950L: linux-scsi@vger.kernel.org
5951S: Maintained
5952F: Documentation/scsi/st.txt
5953F: drivers/scsi/st*
5954
5955SCTP PROTOCOL
5956M: Vlad Yasevich <vyasevich@gmail.com>
5957M: Sridhar Samudrala <sri@us.ibm.com>
5958L: linux-sctp@vger.kernel.org
5959W: http://lksctp.sourceforge.net
5960S: Maintained
5961F: Documentation/networking/sctp.txt
5962F: include/linux/sctp.h
5963F: include/net/sctp/
5964F: net/sctp/
5965
5966SCx200 CPU SUPPORT
5967M: Jim Cromie <jim.cromie@gmail.com>
5968S: Odd Fixes
5969F: Documentation/i2c/busses/scx200_acb
5970F: arch/x86/platform/scx200/
5971F: drivers/watchdog/scx200_wdt.c
5972F: drivers/i2c/busses/scx200*
5973F: drivers/mtd/maps/scx200_docflash.c
5974F: include/linux/scx200.h
5975
5976SCx200 GPIO DRIVER
5977M: Jim Cromie <jim.cromie@gmail.com>
5978S: Maintained
5979F: drivers/char/scx200_gpio.c
5980F: include/linux/scx200_gpio.h
5981
5982SCx200 HRT CLOCKSOURCE DRIVER
5983M: Jim Cromie <jim.cromie@gmail.com>
5984S: Maintained
5985F: drivers/clocksource/scx200_hrt.c
5986
5987SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5988M: Sascha Sommer <saschasommer@freenet.de>
5989L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5990S: Maintained
5991F: drivers/mmc/host/sdricoh_cs.c
5992
5993SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5994M: Chris Ball <cjb@laptop.org>
5995L: linux-mmc@vger.kernel.org
5996T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5997S: Maintained
5998F: drivers/mmc/host/sdhci.*
5999F: drivers/mmc/host/sdhci-pltfm.[ch]
6000
6001SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6002M: Anton Vorontsov <avorontsov@ru.mvista.com>
6003L: linuxppc-dev@lists.ozlabs.org
6004L: linux-mmc@vger.kernel.org
6005S: Maintained
6006F: drivers/mmc/host/sdhci-pltfm.[ch]
6007
6008SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6009M: Ben Dooks <ben-linux@fluff.org>
6010L: linux-mmc@vger.kernel.org
6011S: Maintained
6012F: drivers/mmc/host/sdhci-s3c.c
6013
6014SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6015M: Viresh Kumar <viresh.linux@gmail.com>
6016L: spear-devel@list.st.com
6017L: linux-mmc@vger.kernel.org
6018S: Maintained
6019F: drivers/mmc/host/sdhci-spear.c
6020
6021SECURITY SUBSYSTEM
6022M: James Morris <james.l.morris@oracle.com>
6023L: linux-security-module@vger.kernel.org (suggested Cc:)
6024T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6025W: http://kernsec.org/
6026S: Supported
6027F: security/
6028
6029SECURITY CONTACT
6030M: Security Officers <security@kernel.org>
6031S: Supported
6032
6033SELINUX SECURITY MODULE
6034M: Stephen Smalley <sds@tycho.nsa.gov>
6035M: James Morris <james.l.morris@oracle.com>
6036M: Eric Paris <eparis@parisplace.org>
6037L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6038W: http://selinuxproject.org
6039T: git git://git.infradead.org/users/eparis/selinux.git
6040S: Supported
6041F: include/linux/selinux*
6042F: security/selinux/
6043F: scripts/selinux/
6044
6045APPARMOR SECURITY MODULE
6046M: John Johansen <john.johansen@canonical.com>
6047L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6048W: apparmor.wiki.kernel.org
6049T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6050S: Supported
6051F: security/apparmor/
6052
6053SENSABLE PHANTOM
6054M: Jiri Slaby <jirislaby@gmail.com>
6055S: Maintained
6056F: drivers/misc/phantom.c
6057F: include/linux/phantom.h
6058
6059SERIAL ATA (SATA) SUBSYSTEM
6060M: Jeff Garzik <jgarzik@pobox.com>
6061L: linux-ide@vger.kernel.org
6062T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6063S: Supported
6064F: drivers/ata/
6065F: include/linux/ata.h
6066F: include/linux/libata.h
6067
6068SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6069M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6070L: linux-scsi@vger.kernel.org
6071W: http://www.emulex.com
6072S: Supported
6073F: drivers/scsi/be2iscsi/
6074
6075SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6076M: Sathya Perla <sathya.perla@emulex.com>
6077M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6078M: Ajit Khaparde <ajit.khaparde@emulex.com>
6079L: netdev@vger.kernel.org
6080W: http://www.emulex.com
6081S: Supported
6082F: drivers/net/ethernet/emulex/benet/
6083
6084SFC NETWORK DRIVER
6085M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6086M: Ben Hutchings <bhutchings@solarflare.com>
6087L: netdev@vger.kernel.org
6088S: Supported
6089F: drivers/net/ethernet/sfc/
6090
6091SGI GRU DRIVER
6092M: Jack Steiner <steiner@sgi.com>
6093S: Maintained
6094F: drivers/misc/sgi-gru/
6095
6096SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6097M: Pat Gefre <pfg@sgi.com>
6098L: linux-ia64@vger.kernel.org
6099S: Supported
6100F: Documentation/ia64/serial.txt
6101F: drivers/tty/serial/ioc?_serial.c
6102F: include/linux/ioc?.h
6103
6104SGI VISUAL WORKSTATION 320 AND 540
6105M: Andrey Panin <pazke@donpac.ru>
6106L: linux-visws-devel@lists.sf.net
6107W: http://linux-visws.sf.net
6108S: Maintained for 2.6.
6109F: Documentation/sgi-visws.txt
6110
6111SGI XP/XPC/XPNET DRIVER
6112M: Robin Holt <holt@sgi.com>
6113S: Maintained
6114F: drivers/misc/sgi-xp/
6115
6116SIMPLE FIRMWARE INTERFACE (SFI)
6117M: Len Brown <lenb@kernel.org>
6118L: sfi-devel@simplefirmware.org
6119W: http://simplefirmware.org/
6120T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6121S: Supported
6122F: arch/x86/platform/sfi/
6123F: drivers/sfi/
6124F: include/linux/sfi*.h
6125
6126SIMTEC EB110ATX (Chalice CATS)
6127P: Ben Dooks
6128P: Vincent Sanders <vince@simtec.co.uk>
6129M: Simtec Linux Team <linux@simtec.co.uk>
6130W: http://www.simtec.co.uk/products/EB110ATX/
6131S: Supported
6132
6133SIMTEC EB2410ITX (BAST)
6134P: Ben Dooks
6135P: Vincent Sanders <vince@simtec.co.uk>
6136M: Simtec Linux Team <linux@simtec.co.uk>
6137W: http://www.simtec.co.uk/products/EB2410ITX/
6138S: Supported
6139F: arch/arm/mach-s3c2410/mach-bast.c
6140F: arch/arm/mach-s3c2410/bast-ide.c
6141F: arch/arm/mach-s3c2410/bast-irq.c
6142
6143TI DAVINCI MACHINE SUPPORT
6144M: Sekhar Nori <nsekhar@ti.com>
6145M: Kevin Hilman <khilman@ti.com>
6146L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6147T: git git://gitorious.org/linux-davinci/linux-davinci.git
6148Q: http://patchwork.kernel.org/project/linux-davinci/list/
6149S: Supported
6150F: arch/arm/mach-davinci
6151F: drivers/i2c/busses/i2c-davinci.c
6152
6153SIS 190 ETHERNET DRIVER
6154M: Francois Romieu <romieu@fr.zoreil.com>
6155L: netdev@vger.kernel.org
6156S: Maintained
6157F: drivers/net/ethernet/sis/sis190.c
6158
6159SIS 900/7016 FAST ETHERNET DRIVER
6160M: Daniele Venzano <venza@brownhat.org>
6161W: http://www.brownhat.org/sis900.html
6162L: netdev@vger.kernel.org
6163S: Maintained
6164F: drivers/net/ethernet/sis/sis900.*
6165
6166SIS 96X I2C/SMBUS DRIVER
6167M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6168L: linux-i2c@vger.kernel.org
6169S: Maintained
6170F: Documentation/i2c/busses/i2c-sis96x
6171F: drivers/i2c/busses/i2c-sis96x.c
6172
6173SIS FRAMEBUFFER DRIVER
6174M: Thomas Winischhofer <thomas@winischhofer.net>
6175W: http://www.winischhofer.net/linuxsisvga.shtml
6176S: Maintained
6177F: Documentation/fb/sisfb.txt
6178F: drivers/video/sis/
6179F: include/video/sisfb.h
6180
6181SIS USB2VGA DRIVER
6182M: Thomas Winischhofer <thomas@winischhofer.net>
6183W: http://www.winischhofer.at/linuxsisusbvga.shtml
6184S: Maintained
6185F: drivers/usb/misc/sisusbvga/
6186
6187SLAB ALLOCATOR
6188M: Christoph Lameter <cl@linux-foundation.org>
6189M: Pekka Enberg <penberg@kernel.org>
6190M: Matt Mackall <mpm@selenic.com>
6191L: linux-mm@kvack.org
6192S: Maintained
6193F: include/linux/sl?b*.h
6194F: mm/sl?b.c
6195
6196SLEEPABLE READ-COPY UPDATE (SRCU)
6197M: Lai Jiangshan <laijs@cn.fujitsu.com>
6198M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6199W: http://www.rdrop.com/users/paulmck/RCU/
6200S: Supported
6201T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6202F: include/linux/srcu*
6203F: kernel/srcu*
6204
6205SMC91x ETHERNET DRIVER
6206M: Nicolas Pitre <nico@fluxnic.net>
6207S: Odd Fixes
6208F: drivers/net/ethernet/smsc/smc91x.*
6209
6210SMM665 HARDWARE MONITOR DRIVER
6211M: Guenter Roeck <linux@roeck-us.net>
6212L: lm-sensors@lm-sensors.org
6213S: Maintained
6214F: Documentation/hwmon/smm665
6215F: drivers/hwmon/smm665.c
6216
6217SMSC EMC2103 HARDWARE MONITOR DRIVER
6218M: Steve Glendinning <steve.glendinning@smsc.com>
6219L: lm-sensors@lm-sensors.org
6220S: Supported
6221F: Documentation/hwmon/emc2103
6222F: drivers/hwmon/emc2103.c
6223
6224SMSC SCH5627 HARDWARE MONITOR DRIVER
6225M: Hans de Goede <hdegoede@redhat.com>
6226L: lm-sensors@lm-sensors.org
6227S: Supported
6228F: Documentation/hwmon/sch5627
6229F: drivers/hwmon/sch5627.c
6230
6231SMSC47B397 HARDWARE MONITOR DRIVER
6232M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6233L: lm-sensors@lm-sensors.org
6234S: Maintained
6235F: Documentation/hwmon/smsc47b397
6236F: drivers/hwmon/smsc47b397.c
6237
6238SMSC911x ETHERNET DRIVER
6239M: Steve Glendinning <steve.glendinning@smsc.com>
6240L: netdev@vger.kernel.org
6241S: Supported
6242F: include/linux/smsc911x.h
6243F: drivers/net/ethernet/smsc/smsc911x.*
6244
6245SMSC9420 PCI ETHERNET DRIVER
6246M: Steve Glendinning <steve.glendinning@smsc.com>
6247L: netdev@vger.kernel.org
6248S: Supported
6249F: drivers/net/ethernet/smsc/smsc9420.*
6250
6251SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6252M: Steve Glendinning <steve.glendinning@smsc.com>
6253L: linux-fbdev@vger.kernel.org
6254S: Supported
6255F: drivers/video/smscufx.c
6256
6257SN-IA64 (Itanium) SUB-PLATFORM
6258M: Jes Sorensen <jes@sgi.com>
6259L: linux-altix@sgi.com
6260L: linux-ia64@vger.kernel.org
6261W: http://www.sgi.com/altix
6262S: Maintained
6263F: arch/ia64/sn/
6264
6265SOC-CAMERA V4L2 SUBSYSTEM
6266M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6267L: linux-media@vger.kernel.org
6268T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6269S: Maintained
6270F: include/media/v4l2*
6271F: drivers/media/video/v4l2*
6272
6273SOEKRIS NET48XX LED SUPPORT
6274M: Chris Boot <bootc@bootc.net>
6275S: Maintained
6276F: drivers/leds/leds-net48xx.c
6277
6278SOFTWARE RAID (Multiple Disks) SUPPORT
6279M: Neil Brown <neilb@suse.de>
6280L: linux-raid@vger.kernel.org
6281S: Supported
6282F: drivers/md/
6283F: include/linux/raid/
6284
6285SONIC NETWORK DRIVER
6286M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6287L: netdev@vger.kernel.org
6288S: Maintained
6289F: drivers/net/ethernet/natsemi/sonic.*
6290
6291SONICS SILICON BACKPLANE DRIVER (SSB)
6292M: Michael Buesch <m@bues.ch>
6293L: netdev@vger.kernel.org
6294S: Maintained
6295F: drivers/ssb/
6296F: include/linux/ssb/
6297
6298SONY VAIO CONTROL DEVICE DRIVER
6299M: Mattia Dongili <malattia@linux.it>
6300L: platform-driver-x86@vger.kernel.org
6301W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6302S: Maintained
6303F: Documentation/laptops/sony-laptop.txt
6304F: drivers/char/sonypi.c
6305F: drivers/platform/x86/sony-laptop.c
6306F: include/linux/sony-laptop.h
6307
6308SONY MEMORYSTICK CARD SUPPORT
6309M: Alex Dubov <oakad@yahoo.com>
6310W: http://tifmxx.berlios.de/
6311S: Maintained
6312F: drivers/memstick/host/tifm_ms.c
6313
6314SOUND
6315M: Jaroslav Kysela <perex@perex.cz>
6316M: Takashi Iwai <tiwai@suse.de>
6317L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6318W: http://www.alsa-project.org/
6319T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6320T: git git://git.alsa-project.org/alsa-kernel.git
6321S: Maintained
6322F: Documentation/sound/
6323F: include/sound/
6324F: sound/
6325
6326SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6327M: Liam Girdwood <lrg@ti.com>
6328M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6329T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6330L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6331W: http://alsa-project.org/main/index.php/ASoC
6332S: Supported
6333F: sound/soc/
6334F: include/sound/soc*
6335
6336SPARC + UltraSPARC (sparc/sparc64)
6337M: "David S. Miller" <davem@davemloft.net>
6338L: sparclinux@vger.kernel.org
6339Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6340T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6341T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6342S: Maintained
6343F: arch/sparc/
6344F: drivers/sbus/
6345
6346SPARC SERIAL DRIVERS
6347M: "David S. Miller" <davem@davemloft.net>
6348L: sparclinux@vger.kernel.org
6349T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6350T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6351S: Maintained
6352F: include/linux/sunserialcore.h
6353F: drivers/tty/serial/suncore.c
6354F: drivers/tty/serial/sunhv.c
6355F: drivers/tty/serial/sunsab.c
6356F: drivers/tty/serial/sunsab.h
6357F: drivers/tty/serial/sunsu.c
6358F: drivers/tty/serial/sunzilog.c
6359F: drivers/tty/serial/sunzilog.h
6360
6361SPARSE CHECKER
6362M: "Christopher Li" <sparse@chrisli.org>
6363L: linux-sparse@vger.kernel.org
6364W: https://sparse.wiki.kernel.org/
6365T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6366T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6367S: Maintained
6368F: include/linux/compiler.h
6369
6370SPEAR PLATFORM SUPPORT
6371M: Viresh Kumar <viresh.linux@gmail.com>
6372M: Shiraz Hashim <shiraz.hashim@st.com>
6373L: spear-devel@list.st.com
6374L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6375W: http://www.st.com/spear
6376S: Maintained
6377F: arch/arm/plat-spear/
6378
6379SPEAR13XX MACHINE SUPPORT
6380M: Viresh Kumar <viresh.linux@gmail.com>
6381M: Shiraz Hashim <shiraz.hashim@st.com>
6382L: spear-devel@list.st.com
6383L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6384W: http://www.st.com/spear
6385S: Maintained
6386F: arch/arm/mach-spear13xx/
6387
6388SPEAR3XX MACHINE SUPPORT
6389M: Viresh Kumar <viresh.linux@gmail.com>
6390M: Shiraz Hashim <shiraz.hashim@st.com>
6391L: spear-devel@list.st.com
6392L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6393W: http://www.st.com/spear
6394S: Maintained
6395F: arch/arm/mach-spear3xx/
6396
6397SPEAR6XX MACHINE SUPPORT
6398M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6399M: Shiraz Hashim <shiraz.hashim@st.com>
6400M: Viresh Kumar <viresh.linux@gmail.com>
6401L: spear-devel@list.st.com
6402L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6403W: http://www.st.com/spear
6404S: Maintained
6405F: arch/arm/mach-spear6xx/
6406
6407SPEAR CLOCK FRAMEWORK SUPPORT
6408M: Viresh Kumar <viresh.linux@gmail.com>
6409L: spear-devel@list.st.com
6410L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6411W: http://www.st.com/spear
6412S: Maintained
6413F: drivers/clk/spear/
6414
6415SPI SUBSYSTEM
6416M: Grant Likely <grant.likely@secretlab.ca>
6417L: spi-devel-general@lists.sourceforge.net
6418Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6419T: git git://git.secretlab.ca/git/linux-2.6.git
6420S: Maintained
6421F: Documentation/spi/
6422F: drivers/spi/
6423F: include/linux/spi/
6424
6425SPIDERNET NETWORK DRIVER for CELL
6426M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6427M: Jens Osterkamp <jens@de.ibm.com>
6428L: netdev@vger.kernel.org
6429S: Supported
6430F: Documentation/networking/spider_net.txt
6431F: drivers/net/ethernet/toshiba/spider_net*
6432
6433SPU FILE SYSTEM
6434M: Jeremy Kerr <jk@ozlabs.org>
6435L: linuxppc-dev@lists.ozlabs.org
6436L: cbe-oss-dev@lists.ozlabs.org
6437W: http://www.ibm.com/developerworks/power/cell/
6438S: Supported
6439F: Documentation/filesystems/spufs.txt
6440F: arch/powerpc/platforms/cell/spufs/
6441
6442SQUASHFS FILE SYSTEM
6443M: Phillip Lougher <phillip@squashfs.org.uk>
6444L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6445W: http://squashfs.org.uk
6446S: Maintained
6447F: Documentation/filesystems/squashfs.txt
6448F: fs/squashfs/
6449
6450SRM (Alpha) environment access
6451M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6452S: Maintained
6453F: arch/alpha/kernel/srm_env.c
6454
6455STABLE BRANCH
6456M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6457L: stable@vger.kernel.org
6458S: Supported
6459
6460STAGING SUBSYSTEM
6461M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6462T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6463L: devel@driverdev.osuosl.org
6464S: Supported
6465F: drivers/staging/
6466
6467STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6468M: Henk de Groot <pe1dnn@amsat.org>
6469S: Odd Fixes
6470F: drivers/staging/wlags49_h2/
6471F: drivers/staging/wlags49_h25/
6472
6473STAGING - ASUS OLED
6474M: Jakub Schmidtke <sjakub@gmail.com>
6475S: Odd Fixes
6476F: drivers/staging/asus_oled/
6477
6478STAGING - COMEDI
6479M: Ian Abbott <abbotti@mev.co.uk>
6480M: Mori Hess <fmhess@users.sourceforge.net>
6481S: Odd Fixes
6482F: drivers/staging/comedi/
6483
6484STAGING - CRYSTAL HD VIDEO DECODER
6485M: Naren Sankar <nsankar@broadcom.com>
6486M: Jarod Wilson <jarod@wilsonet.com>
6487M: Scott Davilla <davilla@4pi.com>
6488M: Manu Abraham <abraham.manu@gmail.com>
6489S: Odd Fixes
6490F: drivers/staging/crystalhd/
6491
6492STAGING - ECHO CANCELLER
6493M: Steve Underwood <steveu@coppice.org>
6494M: David Rowe <david@rowetel.com>
6495S: Odd Fixes
6496F: drivers/staging/echo/
6497
6498STAGING - ET131X NETWORK DRIVER
6499M: Mark Einon <mark.einon@gmail.com>
6500S: Odd Fixes
6501F: drivers/staging/et131x/
6502
6503STAGING - FLARION FT1000 DRIVERS
6504M: Marek Belisko <marek.belisko@gmail.com>
6505S: Odd Fixes
6506F: drivers/staging/ft1000/
6507
6508STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6509M: David Täht <d@teklibre.com>
6510S: Odd Fixes
6511F: drivers/staging/frontier/
6512
6513STAGING - INDUSTRIAL IO
6514M: Jonathan Cameron <jic23@cam.ac.uk>
6515L: linux-iio@vger.kernel.org
6516S: Odd Fixes
6517F: drivers/staging/iio/
6518
6519STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6520M: Jarod Wilson <jarod@wilsonet.com>
6521W: http://www.lirc.org/
6522S: Odd Fixes
6523F: drivers/staging/media/lirc/
6524
6525STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6526M: Julian Andres Klode <jak@jak-linux.org>
6527M: Marc Dietrich <marvin24@gmx.de>
6528L: ac100@lists.launchpad.net (moderated for non-subscribers)
6529S: Maintained
6530F: drivers/staging/nvec/
6531
6532STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6533M: Andres Salomon <dilinger@queued.net>
6534M: Chris Ball <cjb@laptop.org>
6535M: Jon Nettleton <jon.nettleton@gmail.com>
6536W: http://wiki.laptop.org/go/DCON
6537S: Odd Fixes
6538F: drivers/staging/olpc_dcon/
6539
6540STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6541M: Rupesh Gujare <rgujare@ozmodevices.com>
6542M: Chris Kelly <ckelly@ozmodevices.com>
6543S: Maintained
6544F: drivers/staging/ozwpan/
6545
6546STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6547M: Willy Tarreau <willy@meta-x.org>
6548S: Odd Fixes
6549F: drivers/staging/panel/
6550
6551STAGING - REALTEK RTL8712U DRIVERS
6552M: Larry Finger <Larry.Finger@lwfinger.net>
6553M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6554S: Odd Fixes
6555F: drivers/staging/rtl8712/
6556
6557STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6558M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6559S: Odd Fixes
6560F: drivers/staging/sm7xx/
6561
6562STAGING - SOFTLOGIC 6x10 MPEG CODEC
6563M: Ben Collins <bcollins@bluecherry.net>
6564S: Odd Fixes
6565F: drivers/staging/media/solo6x10/
6566
6567STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6568M: William Hubbs <w.d.hubbs@gmail.com>
6569M: Chris Brannon <chris@the-brannons.com>
6570M: Kirk Reiser <kirk@braille.uwo.ca>
6571M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6572L: speakup@braille.uwo.ca
6573W: http://www.linux-speakup.org/
6574S: Odd Fixes
6575F: drivers/staging/speakup/
6576
6577STAGING - TI DSP BRIDGE DRIVERS
6578M: Omar Ramirez Luna <omar.ramirez@ti.com>
6579S: Odd Fixes
6580F: drivers/staging/tidspbridge/
6581
6582STAGING - USB ENE SM/MS CARD READER DRIVER
6583M: Al Cho <acho@novell.com>
6584S: Odd Fixes
6585F: drivers/staging/keucr/
6586
6587STAGING - VIA VT665X DRIVERS
6588M: Forest Bond <forest@alittletooquiet.net>
6589S: Odd Fixes
6590F: drivers/staging/vt665?/
6591
6592STAGING - WINBOND IS89C35 WLAN USB DRIVER
6593M: Pavel Machek <pavel@ucw.cz>
6594S: Odd Fixes
6595F: drivers/staging/winbond/
6596
6597STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6598M: Arnaud Patard <arnaud.patard@rtp-net.org>
6599S: Odd Fixes
6600F: drivers/staging/xgifb/
6601
6602STARFIRE/DURALAN NETWORK DRIVER
6603M: Ion Badulescu <ionut@badula.org>
6604S: Odd Fixes
6605F: drivers/net/ethernet/adaptec/starfire*
6606
6607SUN3/3X
6608M: Sam Creasey <sammy@sammy.net>
6609W: http://sammy.net/sun3/
6610S: Maintained
6611F: arch/m68k/kernel/*sun3*
6612F: arch/m68k/sun3*/
6613F: arch/m68k/include/asm/sun3*
6614F: drivers/net/ethernet/i825xx/sun3*
6615
6616SUPERH
6617M: Paul Mundt <lethal@linux-sh.org>
6618L: linux-sh@vger.kernel.org
6619W: http://www.linux-sh.org
6620Q: http://patchwork.kernel.org/project/linux-sh/list/
6621T: git git://github.com/pmundt/linux-sh.git sh-latest
6622S: Supported
6623F: Documentation/sh/
6624F: arch/sh/
6625F: drivers/sh/
6626
6627SUSPEND TO RAM
6628M: Len Brown <len.brown@intel.com>
6629M: Pavel Machek <pavel@ucw.cz>
6630M: "Rafael J. Wysocki" <rjw@sisk.pl>
6631L: linux-pm@vger.kernel.org
6632S: Supported
6633F: Documentation/power/
6634F: arch/x86/kernel/acpi/
6635F: drivers/base/power/
6636F: kernel/power/
6637F: include/linux/suspend.h
6638F: include/linux/freezer.h
6639F: include/linux/pm.h
6640
6641SVGA HANDLING
6642M: Martin Mares <mj@ucw.cz>
6643L: linux-video@atrey.karlin.mff.cuni.cz
6644S: Maintained
6645F: Documentation/svga.txt
6646F: arch/x86/boot/video*
6647
6648SYSV FILESYSTEM
6649M: Christoph Hellwig <hch@infradead.org>
6650S: Maintained
6651F: Documentation/filesystems/sysv-fs.txt
6652F: fs/sysv/
6653F: include/linux/sysv_fs.h
6654
6655TARGET SUBSYSTEM
6656M: Nicholas A. Bellinger <nab@linux-iscsi.org>
6657L: linux-scsi@vger.kernel.org
6658L: target-devel@vger.kernel.org
6659L: http://groups.google.com/group/linux-iscsi-target-dev
6660W: http://www.linux-iscsi.org
6661T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
6662S: Supported
6663F: drivers/target/
6664F: include/target/
6665F: Documentation/target/
6666
6667TASKSTATS STATISTICS INTERFACE
6668M: Balbir Singh <bsingharora@gmail.com>
6669S: Maintained
6670F: Documentation/accounting/taskstats*
6671F: include/linux/taskstats*
6672F: kernel/taskstats.c
6673
6674TC CLASSIFIER
6675M: Jamal Hadi Salim <jhs@mojatatu.com>
6676L: netdev@vger.kernel.org
6677S: Maintained
6678F: include/linux/pkt_cls.h
6679F: include/net/pkt_cls.h
6680F: net/sched/
6681
6682TCP LOW PRIORITY MODULE
6683M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6684M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6685W: http://tcp-lp-mod.sourceforge.net/
6686S: Maintained
6687F: net/ipv4/tcp_lp.c
6688
6689TEAM DRIVER
6690M: Jiri Pirko <jpirko@redhat.com>
6691L: netdev@vger.kernel.org
6692S: Supported
6693F: drivers/net/team/
6694F: include/linux/if_team.h
6695
6696TEGRA SUPPORT
6697M: Colin Cross <ccross@android.com>
6698M: Olof Johansson <olof@lixom.net>
6699M: Stephen Warren <swarren@wwwdotorg.org>
6700L: linux-tegra@vger.kernel.org
6701Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
6702T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
6703S: Supported
6704F: arch/arm/mach-tegra
6705
6706TEHUTI ETHERNET DRIVER
6707M: Andy Gospodarek <andy@greyhouse.net>
6708L: netdev@vger.kernel.org
6709S: Supported
6710F: drivers/net/ethernet/tehuti/*
6711
6712Telecom Clock Driver for MCPL0010
6713M: Mark Gross <mark.gross@intel.com>
6714S: Supported
6715F: drivers/char/tlclk.c
6716
6717TENSILICA XTENSA PORT (xtensa)
6718M: Chris Zankel <chris@zankel.net>
6719S: Maintained
6720F: arch/xtensa/
6721
6722THINKPAD ACPI EXTRAS DRIVER
6723M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6724L: ibm-acpi-devel@lists.sourceforge.net
6725L: platform-driver-x86@vger.kernel.org
6726W: http://ibm-acpi.sourceforge.net
6727W: http://thinkwiki.org/wiki/Ibm-acpi
6728T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6729S: Maintained
6730F: drivers/platform/x86/thinkpad_acpi.c
6731
6732TI FLASH MEDIA INTERFACE DRIVER
6733M: Alex Dubov <oakad@yahoo.com>
6734S: Maintained
6735F: drivers/misc/tifm*
6736F: drivers/mmc/host/tifm_sd.c
6737F: include/linux/tifm.h
6738
6739TI LM49xxx FAMILY ASoC CODEC DRIVERS
6740M: M R Swami Reddy <mr.swami.reddy@ti.com>
6741L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6742S: Maintained
6743F: sound/soc/codecs/lm49453*
6744
6745TI TWL4030 SERIES SOC CODEC DRIVER
6746M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6747L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6748S: Maintained
6749F: sound/soc/codecs/twl4030*
6750
6751TI WILINK WIRELESS DRIVERS
6752M: Luciano Coelho <coelho@ti.com>
6753L: linux-wireless@vger.kernel.org
6754W: http://wireless.kernel.org/en/users/Drivers/wl12xx
6755W: http://wireless.kernel.org/en/users/Drivers/wl1251
6756T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6757S: Maintained
6758F: drivers/net/wireless/ti/
6759F: include/linux/wl12xx.h
6760
6761TIPC NETWORK LAYER
6762M: Jon Maloy <jon.maloy@ericsson.com>
6763M: Allan Stephens <allan.stephens@windriver.com>
6764L: netdev@vger.kernel.org (core kernel code)
6765L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6766W: http://tipc.sourceforge.net/
6767S: Maintained
6768F: include/linux/tipc*.h
6769F: net/tipc/
6770
6771TILE ARCHITECTURE
6772M: Chris Metcalf <cmetcalf@tilera.com>
6773W: http://www.tilera.com/scm/
6774S: Supported
6775F: arch/tile/
6776F: drivers/tty/hvc/hvc_tile.c
6777F: drivers/net/ethernet/tile/
6778F: drivers/edac/tile_edac.c
6779
6780TLAN NETWORK DRIVER
6781M: Samuel Chessman <chessman@tux.org>
6782L: tlan-devel@lists.sourceforge.net (subscribers-only)
6783W: http://sourceforge.net/projects/tlan/
6784S: Maintained
6785F: Documentation/networking/tlan.txt
6786F: drivers/net/ethernet/ti/tlan.*
6787
6788TOMOYO SECURITY MODULE
6789M: Kentaro Takeda <takedakn@nttdata.co.jp>
6790M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6791L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6792L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6793L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6794L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6795W: http://tomoyo.sourceforge.jp/
6796T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6797S: Maintained
6798F: security/tomoyo/
6799
6800TOPSTAR LAPTOP EXTRAS DRIVER
6801M: Herton Ronaldo Krzesinski <herton@canonical.com>
6802L: platform-driver-x86@vger.kernel.org
6803S: Maintained
6804F: drivers/platform/x86/topstar-laptop.c
6805
6806TOSHIBA ACPI EXTRAS DRIVER
6807L: platform-driver-x86@vger.kernel.org
6808S: Orphan
6809F: drivers/platform/x86/toshiba_acpi.c
6810
6811TOSHIBA SMM DRIVER
6812M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6813L: tlinux-users@tce.toshiba-dme.co.jp
6814W: http://www.buzzard.org.uk/toshiba/
6815S: Maintained
6816F: drivers/char/toshiba.c
6817F: include/linux/toshiba.h
6818
6819TMIO MMC DRIVER
6820M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6821M: Ian Molton <ian@mnementh.co.uk>
6822L: linux-mmc@vger.kernel.org
6823S: Maintained
6824F: drivers/mmc/host/tmio_mmc*
6825F: drivers/mmc/host/sh_mobile_sdhi.c
6826F: include/linux/mmc/tmio.h
6827F: include/linux/mmc/sh_mobile_sdhi.h
6828
6829TMPFS (SHMEM FILESYSTEM)
6830M: Hugh Dickins <hughd@google.com>
6831L: linux-mm@kvack.org
6832S: Maintained
6833F: include/linux/shmem_fs.h
6834F: mm/shmem.c
6835
6836TPM DEVICE DRIVER
6837M: Debora Velarde <debora@linux.vnet.ibm.com>
6838M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6839W: http://tpmdd.sourceforge.net
6840M: Marcel Selhorst <m.selhorst@sirrix.com>
6841W: http://www.sirrix.com
6842L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6843S: Maintained
6844F: drivers/char/tpm/
6845
6846TRACING
6847M: Steven Rostedt <rostedt@goodmis.org>
6848M: Frederic Weisbecker <fweisbec@gmail.com>
6849M: Ingo Molnar <mingo@redhat.com>
6850T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6851S: Maintained
6852F: Documentation/trace/ftrace.txt
6853F: arch/*/*/*/ftrace.h
6854F: arch/*/kernel/ftrace.c
6855F: include/*/ftrace.h
6856F: include/linux/trace*.h
6857F: include/trace/
6858F: kernel/trace/
6859
6860TRIVIAL PATCHES
6861M: Jiri Kosina <trivial@kernel.org>
6862T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6863S: Maintained
6864K: ^Subject:.*(?i)trivial
6865
6866TTY LAYER
6867M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6868S: Supported
6869T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
6870F: drivers/tty/
6871F: drivers/tty/serial/serial_core.c
6872F: include/linux/serial_core.h
6873F: include/linux/serial.h
6874F: include/linux/tty.h
6875
6876TULIP NETWORK DRIVERS
6877M: Grant Grundler <grundler@parisc-linux.org>
6878L: netdev@vger.kernel.org
6879S: Maintained
6880F: drivers/net/ethernet/dec/tulip/
6881
6882TUN/TAP driver
6883M: Maxim Krasnyansky <maxk@qualcomm.com>
6884L: vtun@office.satix.net
6885W: http://vtun.sourceforge.net/tun
6886S: Maintained
6887F: Documentation/networking/tuntap.txt
6888F: arch/um/os-Linux/drivers/
6889
6890TURBOCHANNEL SUBSYSTEM
6891M: "Maciej W. Rozycki" <macro@linux-mips.org>
6892S: Maintained
6893F: drivers/tc/
6894F: include/linux/tc.h
6895
6896U14-34F SCSI DRIVER
6897M: Dario Ballabio <ballabio_dario@emc.com>
6898L: linux-scsi@vger.kernel.org
6899S: Maintained
6900F: drivers/scsi/u14-34f.c
6901
6902UBI FILE SYSTEM (UBIFS)
6903M: Artem Bityutskiy <dedekind1@gmail.com>
6904M: Adrian Hunter <adrian.hunter@intel.com>
6905L: linux-mtd@lists.infradead.org
6906T: git git://git.infradead.org/ubifs-2.6.git
6907W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6908S: Maintained
6909F: Documentation/filesystems/ubifs.txt
6910F: fs/ubifs/
6911
6912UCLINUX (AND M68KNOMMU)
6913M: Greg Ungerer <gerg@uclinux.org>
6914W: http://www.uclinux.org/
6915L: uclinux-dev@uclinux.org (subscribers-only)
6916S: Maintained
6917F: arch/m68k/*/*_no.*
6918F: arch/m68k/include/asm/*_no.*
6919
6920UCLINUX FOR RENESAS H8/300 (H8300)
6921M: Yoshinori Sato <ysato@users.sourceforge.jp>
6922W: http://uclinux-h8.sourceforge.jp/
6923S: Supported
6924F: arch/h8300/
6925F: drivers/ide/ide-h8300.c
6926F: drivers/net/ethernet/8390/ne-h8300.c
6927
6928UDF FILESYSTEM
6929M: Jan Kara <jack@suse.cz>
6930S: Maintained
6931F: Documentation/filesystems/udf.txt
6932F: fs/udf/
6933
6934UFS FILESYSTEM
6935M: Evgeniy Dushistov <dushistov@mail.ru>
6936S: Maintained
6937F: Documentation/filesystems/ufs.txt
6938F: fs/ufs/
6939
6940ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6941L: linux-usb@vger.kernel.org
6942S: Orphan
6943F: drivers/uwb/
6944F: include/linux/uwb.h
6945F: include/linux/uwb/
6946
6947UNICORE32 ARCHITECTURE:
6948M: Guan Xuetao <gxt@mprc.pku.edu.cn>
6949W: http://mprc.pku.edu.cn/~guanxuetao/linux
6950S: Maintained
6951T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6952F: arch/unicore32/
6953
6954UNIFDEF
6955M: Tony Finch <dot@dotat.at>
6956W: http://dotat.at/prog/unifdef
6957S: Maintained
6958F: scripts/unifdef.c
6959
6960UNIFORM CDROM DRIVER
6961M: Jens Axboe <axboe@kernel.dk>
6962W: http://www.kernel.dk
6963S: Maintained
6964F: Documentation/cdrom/
6965F: drivers/cdrom/cdrom.c
6966F: include/linux/cdrom.h
6967
6968UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
6969M: Vinayak Holikatti <vinholikatti@gmail.com>
6970M: Santosh Y <santoshsy@gmail.com>
6971L: linux-scsi@vger.kernel.org
6972S: Supported
6973F: Documentation/scsi/ufs.txt
6974F: drivers/scsi/ufs/
6975
6976UNSORTED BLOCK IMAGES (UBI)
6977M: Artem Bityutskiy <dedekind1@gmail.com>
6978W: http://www.linux-mtd.infradead.org/
6979L: linux-mtd@lists.infradead.org
6980T: git git://git.infradead.org/ubi-2.6.git
6981S: Maintained
6982F: drivers/mtd/ubi/
6983F: include/linux/mtd/ubi.h
6984F: include/mtd/ubi-user.h
6985
6986USB ACM DRIVER
6987M: Oliver Neukum <oliver@neukum.name>
6988L: linux-usb@vger.kernel.org
6989S: Maintained
6990F: Documentation/usb/acm.txt
6991F: drivers/usb/class/cdc-acm.*
6992
6993USB ATTACHED SCSI
6994M: Matthew Wilcox <willy@linux.intel.com>
6995M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6996L: linux-usb@vger.kernel.org
6997L: linux-scsi@vger.kernel.org
6998S: Supported
6999F: drivers/usb/storage/uas.c
7000
7001USB BLOCK DRIVER (UB ub)
7002M: Pete Zaitcev <zaitcev@redhat.com>
7003L: linux-usb@vger.kernel.org
7004S: Supported
7005F: drivers/block/ub.c
7006
7007USB CDC ETHERNET DRIVER
7008M: Oliver Neukum <oliver@neukum.name>
7009L: linux-usb@vger.kernel.org
7010S: Maintained
7011F: drivers/net/usb/cdc_*.c
7012F: include/linux/usb/cdc.h
7013
7014USB CYPRESS C67X00 DRIVER
7015M: Peter Korsgaard <jacmet@sunsite.dk>
7016L: linux-usb@vger.kernel.org
7017S: Maintained
7018F: drivers/usb/c67x00/
7019
7020USB DAVICOM DM9601 DRIVER
7021M: Peter Korsgaard <jacmet@sunsite.dk>
7022L: netdev@vger.kernel.org
7023W: http://www.linux-usb.org/usbnet
7024S: Maintained
7025F: drivers/net/usb/dm9601.c
7026
7027USB DIAMOND RIO500 DRIVER
7028M: Cesar Miquel <miquel@df.uba.ar>
7029L: rio500-users@lists.sourceforge.net
7030W: http://rio500.sourceforge.net
7031S: Maintained
7032F: drivers/usb/misc/rio500*
7033
7034USB EHCI DRIVER
7035M: Alan Stern <stern@rowland.harvard.edu>
7036L: linux-usb@vger.kernel.org
7037S: Maintained
7038F: Documentation/usb/ehci.txt
7039F: drivers/usb/host/ehci*
7040
7041USB ET61X[12]51 DRIVER
7042M: Luca Risolia <luca.risolia@studio.unibo.it>
7043L: linux-usb@vger.kernel.org
7044L: linux-media@vger.kernel.org
7045T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7046W: http://www.linux-projects.org
7047S: Maintained
7048F: drivers/media/video/et61x251/
7049
7050USB GADGET/PERIPHERAL SUBSYSTEM
7051M: Felipe Balbi <balbi@ti.com>
7052L: linux-usb@vger.kernel.org
7053W: http://www.linux-usb.org/gadget
7054T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7055S: Maintained
7056F: drivers/usb/gadget/
7057F: include/linux/usb/gadget*
7058
7059USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7060M: Jiri Kosina <jkosina@suse.cz>
7061L: linux-usb@vger.kernel.org
7062T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7063S: Maintained
7064F: Documentation/hid/hiddev.txt
7065F: drivers/hid/usbhid/
7066
7067USB/IP DRIVERS
7068M: Matt Mooney <mfm@muteddisk.com>
7069L: linux-usb@vger.kernel.org
7070S: Maintained
7071F: drivers/staging/usbip/
7072
7073USB ISP116X DRIVER
7074M: Olav Kongas <ok@artecdesign.ee>
7075L: linux-usb@vger.kernel.org
7076S: Maintained
7077F: drivers/usb/host/isp116x*
7078F: include/linux/usb/isp116x.h
7079
7080USB KAWASAKI LSI DRIVER
7081M: Oliver Neukum <oliver@neukum.name>
7082L: linux-usb@vger.kernel.org
7083S: Maintained
7084F: drivers/usb/serial/kl5kusb105.*
7085
7086USB MASS STORAGE DRIVER
7087M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7088L: linux-usb@vger.kernel.org
7089L: usb-storage@lists.one-eyed-alien.net
7090S: Maintained
7091W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7092F: drivers/usb/storage/
7093
7094USB MIDI DRIVER
7095M: Clemens Ladisch <clemens@ladisch.de>
7096L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7097T: git git://git.alsa-project.org/alsa-kernel.git
7098S: Maintained
7099F: sound/usb/midi.*
7100
7101USB OHCI DRIVER
7102M: Alan Stern <stern@rowland.harvard.edu>
7103L: linux-usb@vger.kernel.org
7104S: Maintained
7105F: Documentation/usb/ohci.txt
7106F: drivers/usb/host/ohci*
7107
7108USB OPTION-CARD DRIVER
7109M: Matthias Urlichs <smurf@smurf.noris.de>
7110L: linux-usb@vger.kernel.org
7111S: Maintained
7112F: drivers/usb/serial/option.c
7113
7114USB PEGASUS DRIVER
7115M: Petko Manolov <petkan@users.sourceforge.net>
7116L: linux-usb@vger.kernel.org
7117L: netdev@vger.kernel.org
7118W: http://pegasus2.sourceforge.net/
7119S: Maintained
7120F: drivers/net/usb/pegasus.*
7121
7122USB PHY LAYER
7123M: Felipe Balbi <balbi@ti.com>
7124L: linux-usb@vger.kernel.org
7125T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7126S: Maintained
7127F: drivers/usb/phy/
7128F: drivers/usb/otg/
7129
7130USB PRINTER DRIVER (usblp)
7131M: Pete Zaitcev <zaitcev@redhat.com>
7132L: linux-usb@vger.kernel.org
7133S: Supported
7134F: drivers/usb/class/usblp.c
7135
7136USB RTL8150 DRIVER
7137M: Petko Manolov <petkan@users.sourceforge.net>
7138L: linux-usb@vger.kernel.org
7139L: netdev@vger.kernel.org
7140W: http://pegasus2.sourceforge.net/
7141S: Maintained
7142F: drivers/net/usb/rtl8150.c
7143
7144USB SERIAL BELKIN F5U103 DRIVER
7145M: William Greathouse <wgreathouse@smva.com>
7146L: linux-usb@vger.kernel.org
7147S: Maintained
7148F: drivers/usb/serial/belkin_sa.*
7149
7150USB SERIAL CYPRESS M8 DRIVER
7151M: Lonnie Mendez <dignome@gmail.com>
7152L: linux-usb@vger.kernel.org
7153S: Maintained
7154W: http://geocities.com/i0xox0i
7155W: http://firstlight.net/cvs
7156F: drivers/usb/serial/cypress_m8.*
7157
7158USB SERIAL CYBERJACK DRIVER
7159M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7160W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7161S: Maintained
7162F: drivers/usb/serial/cyberjack.c
7163
7164USB SERIAL DIGI ACCELEPORT DRIVER
7165M: Peter Berger <pberger@brimson.com>
7166M: Al Borchers <alborchers@steinerpoint.com>
7167L: linux-usb@vger.kernel.org
7168S: Maintained
7169F: drivers/usb/serial/digi_acceleport.c
7170
7171USB SERIAL DRIVER
7172M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7173L: linux-usb@vger.kernel.org
7174S: Supported
7175F: Documentation/usb/usb-serial.txt
7176F: drivers/usb/serial/generic.c
7177F: drivers/usb/serial/usb-serial.c
7178F: include/linux/usb/serial.h
7179
7180USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7181M: Gary Brubaker <xavyer@ix.netcom.com>
7182L: linux-usb@vger.kernel.org
7183S: Maintained
7184F: drivers/usb/serial/empeg.c
7185
7186USB SERIAL KEYSPAN DRIVER
7187M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7188L: linux-usb@vger.kernel.org
7189S: Maintained
7190F: drivers/usb/serial/*keyspan*
7191
7192USB SERIAL WHITEHEAT DRIVER
7193M: Support Department <support@connecttech.com>
7194L: linux-usb@vger.kernel.org
7195W: http://www.connecttech.com
7196S: Supported
7197F: drivers/usb/serial/whiteheat*
7198
7199USB SMSC95XX ETHERNET DRIVER
7200M: Steve Glendinning <steve.glendinning@smsc.com>
7201L: netdev@vger.kernel.org
7202S: Supported
7203F: drivers/net/usb/smsc95xx.*
7204
7205USB SN9C1xx DRIVER
7206M: Luca Risolia <luca.risolia@studio.unibo.it>
7207L: linux-usb@vger.kernel.org
7208L: linux-media@vger.kernel.org
7209T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7210W: http://www.linux-projects.org
7211S: Maintained
7212F: Documentation/video4linux/sn9c102.txt
7213F: drivers/media/video/sn9c102/
7214
7215USB SUBSYSTEM
7216M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7217L: linux-usb@vger.kernel.org
7218W: http://www.linux-usb.org
7219T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7220S: Supported
7221F: Documentation/usb/
7222F: drivers/net/usb/
7223F: drivers/usb/
7224F: include/linux/usb.h
7225F: include/linux/usb/
7226
7227USB UHCI DRIVER
7228M: Alan Stern <stern@rowland.harvard.edu>
7229L: linux-usb@vger.kernel.org
7230S: Maintained
7231F: drivers/usb/host/uhci*
7232
7233USB "USBNET" DRIVER FRAMEWORK
7234M: Oliver Neukum <oneukum@suse.de>
7235L: netdev@vger.kernel.org
7236W: http://www.linux-usb.org/usbnet
7237S: Maintained
7238F: drivers/net/usb/usbnet.c
7239F: include/linux/usb/usbnet.h
7240
7241USB VIDEO CLASS
7242M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7243L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7244L: linux-media@vger.kernel.org
7245T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7246W: http://www.ideasonboard.org/uvc/
7247S: Maintained
7248F: drivers/media/video/uvc/
7249
7250USB W996[87]CF DRIVER
7251M: Luca Risolia <luca.risolia@studio.unibo.it>
7252L: linux-usb@vger.kernel.org
7253L: linux-media@vger.kernel.org
7254T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7255W: http://www.linux-projects.org
7256S: Maintained
7257F: Documentation/video4linux/w9968cf.txt
7258F: drivers/media/video/w996*
7259
7260USB WIRELESS RNDIS DRIVER (rndis_wlan)
7261M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7262L: linux-wireless@vger.kernel.org
7263S: Maintained
7264F: drivers/net/wireless/rndis_wlan.c
7265
7266USB XHCI DRIVER
7267M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7268L: linux-usb@vger.kernel.org
7269S: Supported
7270F: drivers/usb/host/xhci*
7271F: drivers/usb/host/pci-quirks*
7272
7273USB ZD1201 DRIVER
7274L: linux-wireless@vger.kernel.org
7275W: http://linux-lc100020.sourceforge.net
7276S: Orphan
7277F: drivers/net/wireless/zd1201.*
7278
7279USB ZR364XX DRIVER
7280M: Antoine Jacquet <royale@zerezo.com>
7281L: linux-usb@vger.kernel.org
7282L: linux-media@vger.kernel.org
7283T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7284W: http://royale.zerezo.com/zr364xx/
7285S: Maintained
7286F: Documentation/video4linux/zr364xx.txt
7287F: drivers/media/video/zr364xx.c
7288
7289USER-MODE LINUX (UML)
7290M: Jeff Dike <jdike@addtoit.com>
7291M: Richard Weinberger <richard@nod.at>
7292L: user-mode-linux-devel@lists.sourceforge.net
7293L: user-mode-linux-user@lists.sourceforge.net
7294W: http://user-mode-linux.sourceforge.net
7295S: Maintained
7296F: Documentation/virtual/uml/
7297F: arch/um/
7298F: fs/hostfs/
7299F: fs/hppfs/
7300
7301USERSPACE I/O (UIO)
7302M: "Hans J. Koch" <hjk@hansjkoch.de>
7303M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7304S: Maintained
7305F: Documentation/DocBook/uio-howto.tmpl
7306F: drivers/uio/
7307F: include/linux/uio*.h
7308
7309UTIL-LINUX PACKAGE
7310M: Karel Zak <kzak@redhat.com>
7311L: util-linux@vger.kernel.org
7312W: http://en.wikipedia.org/wiki/Util-linux
7313T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7314S: Maintained
7315
7316UVESAFB DRIVER
7317M: Michal Januszewski <spock@gentoo.org>
7318L: linux-fbdev@vger.kernel.org
7319W: http://dev.gentoo.org/~spock/projects/uvesafb/
7320S: Maintained
7321F: Documentation/fb/uvesafb.txt
7322F: drivers/video/uvesafb.*
7323
7324VFAT/FAT/MSDOS FILESYSTEM
7325M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7326S: Maintained
7327F: Documentation/filesystems/vfat.txt
7328F: fs/fat/
7329
7330VIDEOBUF2 FRAMEWORK
7331M: Pawel Osciak <pawel@osciak.com>
7332M: Marek Szyprowski <m.szyprowski@samsung.com>
7333M: Kyungmin Park <kyungmin.park@samsung.com>
7334L: linux-media@vger.kernel.org
7335S: Maintained
7336F: drivers/media/video/videobuf2-*
7337F: include/media/videobuf2-*
7338
7339VIRTIO CONSOLE DRIVER
7340M: Amit Shah <amit.shah@redhat.com>
7341L: virtualization@lists.linux-foundation.org
7342S: Maintained
7343F: drivers/char/virtio_console.c
7344F: include/linux/virtio_console.h
7345
7346VIRTIO CORE, NET AND BLOCK DRIVERS
7347M: Rusty Russell <rusty@rustcorp.com.au>
7348M: "Michael S. Tsirkin" <mst@redhat.com>
7349L: virtualization@lists.linux-foundation.org
7350S: Maintained
7351F: drivers/virtio/
7352F: drivers/net/virtio_net.c
7353F: drivers/block/virtio_blk.c
7354F: include/linux/virtio_*.h
7355
7356VIRTIO HOST (VHOST)
7357M: "Michael S. Tsirkin" <mst@redhat.com>
7358L: kvm@vger.kernel.org
7359L: virtualization@lists.linux-foundation.org
7360L: netdev@vger.kernel.org
7361S: Maintained
7362F: drivers/vhost/
7363F: include/linux/vhost.h
7364
7365VIA RHINE NETWORK DRIVER
7366M: Roger Luethi <rl@hellgate.ch>
7367S: Maintained
7368F: drivers/net/ethernet/via/via-rhine.c
7369
7370VIAPRO SMBUS DRIVER
7371M: Jean Delvare <khali@linux-fr.org>
7372L: linux-i2c@vger.kernel.org
7373S: Maintained
7374F: Documentation/i2c/busses/i2c-viapro
7375F: drivers/i2c/busses/i2c-viapro.c
7376
7377VIA SD/MMC CARD CONTROLLER DRIVER
7378M: Bruce Chang <brucechang@via.com.tw>
7379M: Harald Welte <HaraldWelte@viatech.com>
7380S: Maintained
7381F: drivers/mmc/host/via-sdmmc.c
7382
7383VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7384M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7385L: linux-fbdev@vger.kernel.org
7386S: Maintained
7387F: include/linux/via-core.h
7388F: include/linux/via-gpio.h
7389F: include/linux/via_i2c.h
7390F: drivers/video/via/
7391
7392VIA VELOCITY NETWORK DRIVER
7393M: Francois Romieu <romieu@fr.zoreil.com>
7394L: netdev@vger.kernel.org
7395S: Maintained
7396F: drivers/net/ethernet/via/via-velocity.*
7397
7398VLAN (802.1Q)
7399M: Patrick McHardy <kaber@trash.net>
7400L: netdev@vger.kernel.org
7401S: Maintained
7402F: drivers/net/macvlan.c
7403F: include/linux/if_*vlan.h
7404F: net/8021q/
7405
7406VLYNQ BUS
7407M: Florian Fainelli <florian@openwrt.org>
7408L: openwrt-devel@lists.openwrt.org (subscribers-only)
7409S: Maintained
7410F: drivers/vlynq/vlynq.c
7411F: include/linux/vlynq.h
7412
7413VME SUBSYSTEM
7414M: Martyn Welch <martyn.welch@ge.com>
7415M: Manohar Vanga <manohar.vanga@gmail.com>
7416M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7417L: devel@driverdev.osuosl.org
7418S: Maintained
7419T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7420F: Documentation/vme_api.txt
7421F: drivers/staging/vme/
7422F: drivers/vme/
7423F: include/linux/vme*
7424
7425VMWARE VMXNET3 ETHERNET DRIVER
7426M: Shreyas Bhatewara <sbhatewara@vmware.com>
7427M: "VMware, Inc." <pv-drivers@vmware.com>
7428L: netdev@vger.kernel.org
7429S: Maintained
7430F: drivers/net/vmxnet3/
7431
7432VMware PVSCSI driver
7433M: Arvind Kumar <arvindkumar@vmware.com>
7434M: VMware PV-Drivers <pv-drivers@vmware.com>
7435L: linux-scsi@vger.kernel.org
7436S: Maintained
7437F: drivers/scsi/vmw_pvscsi.c
7438F: drivers/scsi/vmw_pvscsi.h
7439
7440VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7441M: Liam Girdwood <lrg@ti.com>
7442M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7443W: http://opensource.wolfsonmicro.com/node/15
7444W: http://www.slimlogic.co.uk/?p=48
7445T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7446S: Supported
7447F: drivers/regulator/
7448F: include/linux/regulator/
7449
7450VT1211 HARDWARE MONITOR DRIVER
7451M: Juerg Haefliger <juergh@gmail.com>
7452L: lm-sensors@lm-sensors.org
7453S: Maintained
7454F: Documentation/hwmon/vt1211
7455F: drivers/hwmon/vt1211.c
7456
7457VT8231 HARDWARE MONITOR DRIVER
7458M: Roger Lucas <vt8231@hiddenengine.co.uk>
7459L: lm-sensors@lm-sensors.org
7460S: Maintained
7461F: drivers/hwmon/vt8231.c
7462
7463VUB300 USB to SDIO/SD/MMC bridge chip
7464M: Tony Olech <tony.olech@elandigitalsystems.com>
7465L: linux-mmc@vger.kernel.org
7466L: linux-usb@vger.kernel.org
7467S: Supported
7468F: drivers/mmc/host/vub300.c
7469
7470W1 DALLAS'S 1-WIRE BUS
7471M: Evgeniy Polyakov <zbr@ioremap.net>
7472S: Maintained
7473F: Documentation/w1/
7474F: drivers/w1/
7475
7476W83791D HARDWARE MONITORING DRIVER
7477M: Marc Hulsman <m.hulsman@tudelft.nl>
7478L: lm-sensors@lm-sensors.org
7479S: Maintained
7480F: Documentation/hwmon/w83791d
7481F: drivers/hwmon/w83791d.c
7482
7483W83793 HARDWARE MONITORING DRIVER
7484M: Rudolf Marek <r.marek@assembler.cz>
7485L: lm-sensors@lm-sensors.org
7486S: Maintained
7487F: Documentation/hwmon/w83793
7488F: drivers/hwmon/w83793.c
7489
7490W83795 HARDWARE MONITORING DRIVER
7491M: Jean Delvare <khali@linux-fr.org>
7492L: lm-sensors@lm-sensors.org
7493S: Maintained
7494F: drivers/hwmon/w83795.c
7495
7496W83L51xD SD/MMC CARD INTERFACE DRIVER
7497M: Pierre Ossman <pierre@ossman.eu>
7498S: Maintained
7499F: drivers/mmc/host/wbsd.*
7500
7501WATCHDOG DEVICE DRIVERS
7502M: Wim Van Sebroeck <wim@iguana.be>
7503L: linux-watchdog@vger.kernel.org
7504W: http://www.linux-watchdog.org/
7505T: git git://www.linux-watchdog.org/linux-watchdog.git
7506S: Maintained
7507F: Documentation/watchdog/
7508F: drivers/watchdog/
7509F: include/linux/watchdog.h
7510
7511WD7000 SCSI DRIVER
7512M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
7513L: linux-scsi@vger.kernel.org
7514S: Maintained
7515F: drivers/scsi/wd7000.c
7516
7517WIIMOTE HID DRIVER
7518M: David Herrmann <dh.herrmann@googlemail.com>
7519L: linux-input@vger.kernel.org
7520S: Maintained
7521F: drivers/hid/hid-wiimote*
7522
7523WINBOND CIR DRIVER
7524M: David Härdeman <david@hardeman.nu>
7525S: Maintained
7526F: drivers/media/rc/winbond-cir.c
7527
7528WIMAX STACK
7529M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7530M: linux-wimax@intel.com
7531L: wimax@linuxwimax.org
7532S: Supported
7533W: http://linuxwimax.org
7534F: Documentation/wimax/README.wimax
7535F: include/linux/wimax.h
7536F: include/linux/wimax/debug.h
7537F: include/net/wimax.h
7538F: net/wimax/
7539
7540WISTRON LAPTOP BUTTON DRIVER
7541M: Miloslav Trmac <mitr@volny.cz>
7542S: Maintained
7543F: drivers/input/misc/wistron_btns.c
7544
7545WL3501 WIRELESS PCMCIA CARD DRIVER
7546M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7547L: linux-wireless@vger.kernel.org
7548W: http://oops.ghostprotocols.net:81/blog
7549S: Maintained
7550F: drivers/net/wireless/wl3501*
7551
7552WM97XX TOUCHSCREEN DRIVERS
7553M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7554M: Liam Girdwood <lrg@slimlogic.co.uk>
7555L: linux-input@vger.kernel.org
7556T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
7557W: http://opensource.wolfsonmicro.com/node/7
7558S: Supported
7559F: drivers/input/touchscreen/*wm97*
7560F: include/linux/wm97xx.h
7561
7562WOLFSON MICROELECTRONICS DRIVERS
7563M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7564L: patches@opensource.wolfsonmicro.com
7565T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7566T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7567W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7568S: Supported
7569F: Documentation/hwmon/wm83??
7570F: arch/arm/mach-s3c64xx/mach-crag6410*
7571F: drivers/leds/leds-wm83*.c
7572F: drivers/hwmon/wm83??-hwmon.c
7573F: drivers/input/misc/wm831x-on.c
7574F: drivers/input/touchscreen/wm831x-ts.c
7575F: drivers/input/touchscreen/wm97*.c
7576F: drivers/mfd/wm8*.c
7577F: drivers/power/wm83*.c
7578F: drivers/rtc/rtc-wm83*.c
7579F: drivers/regulator/wm8*.c
7580F: drivers/video/backlight/wm83*_bl.c
7581F: drivers/watchdog/wm83*_wdt.c
7582F: include/linux/mfd/wm831x/
7583F: include/linux/mfd/wm8350/
7584F: include/linux/mfd/wm8400*
7585F: include/linux/wm97xx.h
7586F: include/sound/wm????.h
7587F: sound/soc/codecs/wm*
7588
7589WORKQUEUE
7590M: Tejun Heo <tj@kernel.org>
7591T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7592S: Maintained
7593F: include/linux/workqueue.h
7594F: kernel/workqueue.c
7595F: Documentation/workqueue.txt
7596
7597X.25 NETWORK LAYER
7598M: Andrew Hendry <andrew.hendry@gmail.com>
7599L: linux-x25@vger.kernel.org
7600S: Odd Fixes
7601F: Documentation/networking/x25*
7602F: include/net/x25*
7603F: net/x25/
7604
7605X86 ARCHITECTURE (32-BIT AND 64-BIT)
7606M: Thomas Gleixner <tglx@linutronix.de>
7607M: Ingo Molnar <mingo@redhat.com>
7608M: "H. Peter Anvin" <hpa@zytor.com>
7609M: x86@kernel.org
7610T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7611S: Maintained
7612F: Documentation/x86/
7613F: arch/x86/
7614
7615X86 PLATFORM DRIVERS
7616M: Matthew Garrett <mjg@redhat.com>
7617L: platform-driver-x86@vger.kernel.org
7618T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7619S: Maintained
7620F: drivers/platform/x86
7621
7622X86 MCE INFRASTRUCTURE
7623M: Tony Luck <tony.luck@intel.com>
7624M: Borislav Petkov <bp@amd64.org>
7625L: linux-edac@vger.kernel.org
7626S: Maintained
7627F: arch/x86/kernel/cpu/mcheck/*
7628
7629XEN HYPERVISOR INTERFACE
7630M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7631M: Jeremy Fitzhardinge <jeremy@goop.org>
7632L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7633L: virtualization@lists.linux-foundation.org
7634S: Supported
7635F: arch/x86/xen/
7636F: drivers/*/xen-*front.c
7637F: drivers/xen/
7638F: arch/x86/include/asm/xen/
7639F: include/xen/
7640
7641XEN NETWORK BACKEND DRIVER
7642M: Ian Campbell <ian.campbell@citrix.com>
7643L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7644L: netdev@vger.kernel.org
7645S: Supported
7646F: drivers/net/xen-netback/*
7647
7648XEN PCI SUBSYSTEM
7649M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7650L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7651S: Supported
7652F: arch/x86/pci/*xen*
7653F: drivers/pci/*xen*
7654
7655XEN SWIOTLB SUBSYSTEM
7656M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7657L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7658S: Supported
7659F: arch/x86/xen/*swiotlb*
7660F: drivers/xen/*swiotlb*
7661
7662XFS FILESYSTEM
7663P: Silicon Graphics Inc
7664M: Ben Myers <bpm@sgi.com>
7665M: Alex Elder <elder@kernel.org>
7666M: xfs@oss.sgi.com
7667L: xfs@oss.sgi.com
7668W: http://oss.sgi.com/projects/xfs
7669T: git git://oss.sgi.com/xfs/xfs.git
7670S: Supported
7671F: Documentation/filesystems/xfs.txt
7672F: fs/xfs/
7673
7674XILINX AXI ETHERNET DRIVER
7675M: Anirudha Sarangi <anirudh@xilinx.com>
7676M: John Linn <John.Linn@xilinx.com>
7677S: Maintained
7678F: drivers/net/ethernet/xilinx/xilinx_axienet*
7679
7680XILINX SYSTEMACE DRIVER
7681M: Grant Likely <grant.likely@secretlab.ca>
7682W: http://www.secretlab.ca/
7683S: Maintained
7684F: drivers/block/xsysace.c
7685
7686XILINX UARTLITE SERIAL DRIVER
7687M: Peter Korsgaard <jacmet@sunsite.dk>
7688L: linux-serial@vger.kernel.org
7689S: Maintained
7690F: drivers/tty/serial/uartlite.c
7691
7692YAM DRIVER FOR AX.25
7693M: Jean-Paul Roubelat <jpr@f6fbb.org>
7694L: linux-hams@vger.kernel.org
7695S: Maintained
7696F: drivers/net/hamradio/yam*
7697F: include/linux/yam.h
7698
7699YEALINK PHONE DRIVER
7700M: Henk Vergonet <Henk.Vergonet@gmail.com>
7701L: usbb2k-api-dev@nongnu.org
7702S: Maintained
7703F: Documentation/input/yealink.txt
7704F: drivers/input/misc/yealink.*
7705
7706Z8530 DRIVER FOR AX.25
7707M: Joerg Reuter <jreuter@yaina.de>
7708W: http://yaina.de/jreuter/
7709W: http://www.qsl.net/dl1bke/
7710L: linux-hams@vger.kernel.org
7711S: Maintained
7712F: Documentation/networking/z8530drv.txt
7713F: drivers/net/hamradio/*scc.c
7714F: drivers/net/hamradio/z8530.h
7715
7716ZD1211RW WIRELESS DRIVER
7717M: Daniel Drake <dsd@gentoo.org>
7718M: Ulrich Kunitz <kune@deine-taler.de>
7719W: http://zd1211.ath.cx/wiki/DriverRewrite
7720L: linux-wireless@vger.kernel.org
7721L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7722S: Maintained
7723F: drivers/net/wireless/zd1211rw/
7724
7725ZR36067 VIDEO FOR LINUX DRIVER
7726L: mjpeg-users@lists.sourceforge.net
7727L: linux-media@vger.kernel.org
7728W: http://mjpeg.sourceforge.net/driver-zoran/
7729T: Mercurial http://linuxtv.org/hg/v4l-dvb
7730S: Odd Fixes
7731F: drivers/media/video/zoran/
7732
7733ZS DECSTATION Z85C30 SERIAL DRIVER
7734M: "Maciej W. Rozycki" <macro@linux-mips.org>
7735S: Maintained
7736F: drivers/tty/serial/zs.*
7737
7738THE REST
7739M: Linus Torvalds <torvalds@linux-foundation.org>
7740L: linux-kernel@vger.kernel.org
7741Q: http://patchwork.kernel.org/project/LKML/list/
7742T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7743S: Buried alive in reporters
7744F: *
7745F: */
This page took 0.068142 seconds and 5 git commands to generate.