blob: 7af7f4a01f0b83224b50f3a7f52eac58cc751b3e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
Artem Bityutskiycc8f9b92011-07-22 10:55:50 +03002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 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
Andy Whitcroft0a920b52007-06-01 00:46:48 -070034 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
Akash Shende6f9e2452015-02-16 15:59:48 -080037 (scripts/checkpatch.pl) to catch trivial style violations.
Andy Whitcroft0a920b52007-06-01 00:46:48 -070038 See Documentation/CodingStyle for guidance here.
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Joe Perchesf70f8732009-06-16 15:34:08 -070040 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 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
Alan Coxc9ee1332006-05-20 15:00:12 -070053 PLEASE remember that submissions must be made under the terms
Stephen Hemminger08602d72015-06-03 13:32:02 -070054 of the Linux Foundation certificate of contribution and should
55 include a Signed-off-by: line. The current version of this
56 "Developer's Certificate of Origin" (DCO) is listed in the file
Randy Dunlap45003712007-08-30 23:56:37 -070057 Documentation/SubmittingPatches.
Alan Coxc9ee1332006-05-20 15:00:12 -070058
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596. 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
Alan Coxc9ee1332006-05-20 15:00:12 -0700637. 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Joe Perchesc7c4fb12009-10-26 16:49:48 -070069Descriptions of section entries:
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Joe Perchesc7c4fb12009-10-26 16:49:48 -070071 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
Paul E. McKenneyeafbaac2014-06-02 09:06:37 -070073 R: Designated reviewer: FullName <address@domain>
74 These reviewers should be CCed on patches.
Joe Perchesc7c4fb12009-10-26 16:49:48 -070075 L: Mailing list that is relevant to this area
76 W: Web-page with status/info
Joe Perches8a6e2532010-03-05 13:43:11 -080077 Q: Patchwork web based patch tracking system site
Joe Perchescea83212014-03-03 15:38:38 -080078 T: SCM tree type and location.
79 Type is one of: git, hg, quilt, stgit, topgit
Joe Perchesc7c4fb12009-10-26 16:49:48 -070080 S: Status, one of the following:
81 Supported: Someone is actually paid to look after this.
82 Maintained: Someone actually looks after it.
83 Odd Fixes: It has a maintainer but they don't have time to do
84 much other than throw the odd patch in. See below..
85 Orphan: No current maintainer [but maybe you could take the
86 role as you write your new code].
87 Obsolete: Old code. Something tagged obsolete generally means
88 it has been replaced by a better system and you
89 should be using that.
90 F: Files and directories with wildcard patterns.
91 A trailing slash includes all files and subdirectory files.
92 F: drivers/net/ all files in and below drivers/net
93 F: drivers/net/* all files in drivers/net, but not below
94 F: */net/* all files in "any top level directory"/net
95 One pattern per line. Multiple F: lines acceptable.
Stephen Warrenbbbe96e2013-04-29 16:17:23 -070096 N: Files and directories with regex patterns.
97 N: [^a-z]tegra all files whose path contains the word tegra
98 One pattern per line. Multiple N: lines acceptable.
Joe Perches6ab88e02014-01-23 15:54:22 -080099 scripts/get_maintainer.pl has different behavior for files that
100 match F: pattern and matches of N: patterns. By default,
101 get_maintainer will not look at git log history when an F: pattern
102 match occurs. When an N: match occurs, git log history is used
103 to also notify the people that have git commit signatures.
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700104 X: Files and directories that are NOT maintained, same rules as F:
105 Files exclusions are tested before file matches.
106 Can be useful for excluding a specific subdirectory, for instance:
107 F: net/
108 X: net/ipv6/
109 matches all files in and below net excluding net/ipv6/
110 K: Keyword perl extended regex pattern to match content in a
Stephen Warrenbbbe96e2013-04-29 16:17:23 -0700111 patch or file. For instance:
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700112 K: of_get_profile
Stephen Warrenbbbe96e2013-04-29 16:17:23 -0700113 matches patches or files that contain "of_get_profile"
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700114 K: \b(printk|pr_(info|err))\b
Stephen Warrenbbbe96e2013-04-29 16:17:23 -0700115 matches patches or files that contain one or more of the words
116 printk, pr_info or pr_err
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700117 One regex pattern per line. Multiple K: lines acceptable.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
119Note: For the hard of thinking, this list is meant to remain in alphabetical
120order. If you could add yourselves to it in alphabetical order that would be
121so much easier [Ed]
122
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700123Maintainers List (try to look for most precise areas first)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124
Joe Perchesc7c4fb12009-10-26 16:49:48 -0700125 -----------------------------------
Joe Perches679655d2009-04-07 20:44:32 -0700126
Steffen Klasserta6d89912007-08-10 14:05:27 -07001273C59X NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700128M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
Steffen Klasserta6d89912007-08-10 14:05:27 -0700129L: netdev@vger.kernel.org
130S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700131F: Documentation/networking/vortex.txt
Jeff Kirsherca7a8e82011-03-30 03:47:06 -0700132F: drivers/net/ethernet/3com/3c59x.c
Steffen Klasserta6d89912007-08-10 14:05:27 -0700133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343CR990 NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700135M: David Dillow <dave@thedillows.org>
Ralf Baechle979b6c12005-06-13 14:30:40 -0700136L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137S: Maintained
Jeff Kirsherca7a8e82011-03-30 03:47:06 -0700138F: drivers/net/ethernet/3com/typhoon*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
adam radfordc4de0ce2010-03-08 12:40:36 -08001403WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141M: Adam Radford <linuxraid@lsi.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142L: linux-scsi@vger.kernel.org
adam radfordc4de0ce2010-03-08 12:40:36 -0800143W: http://www.lsi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Supported
adam radfordc4de0ce2010-03-08 12:40:36 -0800145F: drivers/scsi/3w-*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
14753C700 AND 53C700-66 SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700148M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149L: linux-scsi@vger.kernel.org
150S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700151F: drivers/scsi/53c700*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152
Alexander Aring68d96dc2014-07-11 10:24:19 +02001536LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154M: Alexander Aring <alex.aring@gmail.com>
Jukka Rissanen6970c342014-09-15 11:03:36 +0300155M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Alexander Aring68d96dc2014-07-11 10:24:19 +0200156L: linux-bluetooth@vger.kernel.org
Varka Bhadramebef9c12014-08-08 17:32:45 +0530157L: linux-wpan@vger.kernel.org
Alexander Aring68d96dc2014-07-11 10:24:19 +0200158S: Maintained
159F: net/6lowpan/
Alexander Aring6304f8f2014-07-28 15:16:30 +0200160F: include/net/6lowpan.h
Alexander Aringea9eb692015-08-11 21:44:10 +0200161F: Documentation/networking/6lowpan.txt
Alexander Aring68d96dc2014-07-11 10:24:19 +0200162
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636PACK NETWORK DRIVER FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -0700164M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165L: linux-hams@vger.kernel.org
166S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700167F: drivers/net/hamradio/6pack.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698169 10/100/1000 GIGABIT ETHERNET DRIVER
Francois Romieuc8a75b32011-04-17 17:46:40 -0700170M: Realtek linux nic maintainers <nic_swsd@realtek.com>
Ralf Baechle979b6c12005-06-13 14:30:40 -0700171L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172S: Maintained
Jeff Kirshera8fe65b2011-05-19 23:27:55 -0700173F: drivers/net/ethernet/realtek/r8169.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
1758250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Greg KH879a5a02012-01-31 20:02:00 -0800176M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177L: linux-serial@vger.kernel.org
178W: http://serial.sourceforge.net
Greg Kroah-Hartman8ee16a12010-10-06 13:29:44 -0700179S: Maintained
Joe Perches08deed12012-03-23 15:01:57 -0700180T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -0800181F: drivers/tty/serial/8250*
Joe Perches679655d2009-04-07 20:44:32 -0700182F: include/linux/serial_8250.h
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183
1848390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
Ralf Baechle979b6c12005-06-13 14:30:40 -0700185L: netdev@vger.kernel.org
Paul Gortmaker0cf445c2011-01-01 13:28:30 +0000186S: Orphan / Obsolete
Jeff Kirsher644570b2011-04-02 06:20:12 -0700187F: drivers/net/ethernet/8390/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001899P FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -0700190M: Eric Van Hensbergen <ericvh@gmail.com>
191M: Ron Minnich <rminnich@sandia.gov>
192M: Latchesar Ionkov <lucho@ionkov.net>
Jim Cromiece00f852006-11-30 04:49:44 +0100193L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500194W: http://swik.net/v9fs
Joe Perches8a6e2532010-03-05 13:43:11 -0800195Q: http://patchwork.kernel.org/project/v9fs-devel/list/
Joe Percheseeba4442009-11-11 14:26:44 -0800196T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
Jim Cromiece00f852006-11-30 04:49:44 +0100197S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700198F: Documentation/filesystems/9p.txt
199F: fs/9p/
Rob Landley2315cb12013-05-28 13:47:58 -0500200F: net/9p/
201F: include/net/9p/
202F: include/uapi/linux/virtio_9p.h
203F: include/trace/events/9p.h
204
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800205
Antti Palosaari91952bc2012-10-01 12:28:46 -0300206A8293 MEDIA DRIVER
207M: Antti Palosaari <crope@iki.fi>
208L: linux-media@vger.kernel.org
209W: http://linuxtv.org/
210W: http://palosaari.fi/linux/
211Q: http://patchwork.linuxtv.org/project/linux-media/list/
212T: git git://linuxtv.org/anttip/media_tree.git
213S: Maintained
214F: drivers/media/dvb-frontends/a8293*
215
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700216AACRAID SCSI RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700217M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700218L: linux-scsi@vger.kernel.org
219W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700221F: Documentation/scsi/aacraid.txt
222F: drivers/scsi/aacraid/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223
Josh Triplettea8f8fc2014-06-06 14:38:27 -0700224ABI/API
225L: linux-api@vger.kernel.org
226F: Documentation/ABI/
227F: include/linux/syscalls.h
228F: include/uapi/
229F: kernel/sys_ni.c
230
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700231ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goede93d0cc52011-03-21 17:59:36 +0100232M: Hans de Goede <hdegoede@redhat.com>
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200233L: lm-sensors@lm-sensors.org
234S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700235F: drivers/hwmon/abituguru.c
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200236
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700237ABIT UGURU 3 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700238M: Alistair John Strachan <alistair@devzero.co.uk>
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700239L: lm-sensors@lm-sensors.org
240S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700241F: drivers/hwmon/abituguru3.c
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700242
William Breathitt Graye2558982015-10-28 17:24:16 -0400243ACCES 104-IDIO-16 GPIO DRIVER
244M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
245L: linux-gpio@vger.kernel.org
246S: Maintained
247F: drivers/gpio/gpio-104-idio-16.c
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249ACENIC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700250M: Jes Sorensen <jes@trained-monkey.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251L: linux-acenic@sunsite.dk
252S: Maintained
Jeff Kirsher531c4f82011-08-13 00:37:14 -0700253F: drivers/net/ethernet/alteon/acenic*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
Peter Feuerere86435e2009-06-21 18:53:03 +0200255ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700256M: Peter Feuerer <peter@piie.net>
Matthew Garrettd0944852010-02-11 10:40:13 -0500257L: platform-driver-x86@vger.kernel.org
Joe Perches4fc26e32009-07-29 15:04:22 -0700258W: http://piie.net/?section=acerhdf
259S: Maintained
260F: drivers/platform/x86/acerhdf.c
Peter Feuerere86435e2009-06-21 18:53:03 +0200261
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000262ACER WMI LAPTOP EXTRAS
Lee, Chun-Yi182ae552012-12-14 16:14:24 +0800263M: "Lee, Chun-Yi" <jlee@suse.com>
Matthew Garrettd0944852010-02-11 10:40:13 -0500264L: platform-driver-x86@vger.kernel.org
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000265S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700266F: drivers/platform/x86/acer-wmi.c
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268ACPI
Joe Perches9c3646d2015-06-25 15:02:00 -0700269M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +0100270M: Len Brown <lenb@kernel.org>
Len Brown6968e502005-12-30 00:32:49 -0500271L: linux-acpi@vger.kernel.org
Rafael J. Wysocki360818b2013-10-09 01:48:26 +0200272W: https://01.org/linux-acpi
273Q: https://patchwork.kernel.org/project/linux-acpi/list/
274T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Len Brown8b59a452007-01-08 19:03:28 -0500275S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700276F: drivers/acpi/
277F: drivers/pnp/pnpacpi/
278F: include/linux/acpi.h
Felipe Contreras43368e72009-09-21 17:04:24 -0700279F: include/acpi/
Yaowei Bai3a75ef02015-01-17 15:31:07 +0800280F: Documentation/acpi/
Lv Zheng89ca78a2013-06-20 08:02:44 +0800281F: Documentation/ABI/testing/sysfs-bus-acpi
Bjorn Helgaas15fd8302013-06-26 13:38:37 -0600282F: drivers/pci/*acpi*
283F: drivers/pci/*/*acpi*
284F: drivers/pci/*/*/*acpi*
Yaowei Bai3a75ef02015-01-17 15:31:07 +0800285F: tools/power/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500286
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200287ACPI COMPONENT ARCHITECTURE (ACPICA)
288M: Robert Moore <robert.moore@intel.com>
289M: Lv Zheng <lv.zheng@intel.com>
Joe Perches9c3646d2015-06-25 15:02:00 -0700290M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200291L: linux-acpi@vger.kernel.org
292L: devel@acpica.org
293W: https://acpica.org/
294W: https://github.com/acpica/acpica/
295Q: https://patchwork.kernel.org/project/linux-acpi/list/
296T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297S: Supported
298F: drivers/acpi/acpica/
299F: include/acpi/
Lv Zheng2754c442014-01-15 12:04:24 +0800300F: tools/power/acpi/
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200301
Len Brown8b59a452007-01-08 19:03:28 -0500302ACPI FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700303M: Zhang Rui <rui.zhang@intel.com>
Len Brown8b59a452007-01-08 19:03:28 -0500304L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200305W: https://01.org/linux-acpi
Len Brown8b59a452007-01-08 19:03:28 -0500306S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700307F: drivers/acpi/fan.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308
Len Brown8b59a452007-01-08 19:03:28 -0500309ACPI THERMAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700310M: Zhang Rui <rui.zhang@intel.com>
Len Brown8b59a452007-01-08 19:03:28 -0500311L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200312W: https://01.org/linux-acpi
Len Brown8b59a452007-01-08 19:03:28 -0500313S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700314F: drivers/acpi/*thermal*
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700315
Len Brown359acec2007-02-10 01:59:24 -0500316ACPI VIDEO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700317M: Zhang Rui <rui.zhang@intel.com>
Len Brown359acec2007-02-10 01:59:24 -0500318L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200319W: https://01.org/linux-acpi
Len Brown359acec2007-02-10 01:59:24 -0500320S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700321F: drivers/acpi/video.c
Len Brown359acec2007-02-10 01:59:24 -0500322
Carlos Corbachobff431e2008-02-05 02:17:04 +0000323ACPI WMI DRIVER
Matthew Garrettd0944852010-02-11 10:40:13 -0500324L: platform-driver-x86@vger.kernel.org
Carlos Corbacho5b927252011-05-02 09:57:13 +0100325S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -0700326F: drivers/platform/x86/wmi.c
Carlos Corbachobff431e2008-02-05 02:17:04 +0000327
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100328AD1889 ALSA SOUND DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700329M: Thibaut Varene <T-Bone@parisc-linux.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +0200330W: http://wiki.parisc-linux.org/AD1889
331L: linux-parisc@vger.kernel.org
332S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700333F: sound/pci/ad1889.*
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100334
Michael Hennerich527a1a82010-10-28 11:31:28 +0000335AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700337W: http://wiki.analog.com/AD5254
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800338W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000339S: Supported
340F: drivers/misc/ad525x_dpot.c
341
342AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700344W: http://wiki.analog.com/AD5398
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800345W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000346S: Supported
347F: drivers/regulator/ad5398.c
348
349AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700351W: http://wiki.analog.com/AD7142
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800352W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000353S: Supported
354F: drivers/input/misc/ad714x.c
355
356AD7877 TOUCHSCREEN DRIVER
357M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700358W: http://wiki.analog.com/AD7877
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800359W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000360S: Supported
361F: drivers/input/touchscreen/ad7877.c
362
363AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700365W: http://wiki.analog.com/AD7879
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800366W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000367S: Supported
368F: drivers/input/touchscreen/ad7879.c
369
Jiri Kosina1330b0d2011-10-31 17:11:41 -0700370ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
Jiri Kosinae5f64502015-08-09 09:11:34 +0200371M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina1330b0d2011-10-31 17:11:41 -0700372S: Maintained
373
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374ADM1025 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700375M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200376L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700378F: Documentation/hwmon/adm1025
379F: drivers/hwmon/adm1025.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380
Corentin Labbecae2caa2007-02-14 21:15:04 +0100381ADM1029 HARDWARE MONITOR DRIVER
LABBE Corentinfce8ffa2014-05-08 16:07:45 +0200382M: Corentin Labbe <clabbe.montjoie@gmail.com>
Corentin Labbecae2caa2007-02-14 21:15:04 +0100383L: lm-sensors@lm-sensors.org
384S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700385F: drivers/hwmon/adm1029.c
Corentin Labbecae2caa2007-02-14 21:15:04 +0100386
Michael Wucc0b88c2007-08-31 01:15:25 -0400387ADM8211 WIRELESS DRIVER
Michael Wucc0b88c2007-08-31 01:15:25 -0400388L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +0200389W: http://wireless.kernel.org/
John W. Linvillee71bcbd2010-07-12 16:03:07 -0400390S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -0700391F: drivers/net/wireless/adm8211.*
Michael Wucc0b88c2007-08-31 01:15:25 -0400392
Sakari Ailuse8e31622012-11-12 18:14:39 -0300393ADP1653 FLASH CONTROLLER DRIVER
394M: Sakari Ailus <sakari.ailus@iki.fi>
395L: linux-media@vger.kernel.org
396S: Maintained
397F: drivers/media/i2c/adp1653.c
398F: include/media/adp1653.h
399
Michael Hennerich527a1a82010-10-28 11:31:28 +0000400ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700402W: http://wiki.analog.com/ADP5520
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800403W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000404S: Supported
405F: drivers/mfd/adp5520.c
406F: drivers/video/backlight/adp5520_bl.c
Joe Perches45b4e0d2011-03-22 16:34:27 -0700407F: drivers/leds/leds-adp5520.c
Joe Perches77278d52012-01-10 15:08:44 -0800408F: drivers/gpio/gpio-adp5520.c
Michael Hennerich527a1a82010-10-28 11:31:28 +0000409F: drivers/input/keyboard/adp5520-keys.c
410
411ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700413W: http://wiki.analog.com/ADP5588
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800414W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000415S: Supported
416F: drivers/input/keyboard/adp5588-keys.c
Joe Perches77278d52012-01-10 15:08:44 -0800417F: drivers/gpio/gpio-adp5588.c
Michael Hennerich527a1a82010-10-28 11:31:28 +0000418
419ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700421W: http://wiki.analog.com/ADP8860
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800422W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000423S: Supported
424F: drivers/video/backlight/adp8860_bl.c
425
Dirk Eibach8c22a8f2011-03-21 17:59:36 +0100426ADS1015 HARDWARE MONITOR DRIVER
427M: Dirk Eibach <eibach@gdsys.de>
428L: lm-sensors@lm-sensors.org
429S: Maintained
430F: Documentation/hwmon/ads1015
431F: drivers/hwmon/ads1015.c
432F: include/linux/i2c/ads1015.h
433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434ADT746X FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700435M: Colin Leroy <colin@colino.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700437F: drivers/macintosh/therm_adt746x.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438
Jean Delvareb058b852009-12-09 20:36:08 +0100439ADT7475 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700440M: Jean Delvare <jdelvare@suse.com>
Jean Delvareb058b852009-12-09 20:36:08 +0100441L: lm-sensors@lm-sensors.org
442S: Maintained
443F: Documentation/hwmon/adt7475
444F: drivers/hwmon/adt7475.c
445
Michael Hennerich527a1a82010-10-28 11:31:28 +0000446ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700448W: http://wiki.analog.com/ADXL345
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800449W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000450S: Supported
451F: drivers/input/misc/adxl34x.c
452
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400453ADVANSYS SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700454M: Matthew Wilcox <matthew@wil.cx>
Jiri Slabyd8130622015-07-17 16:23:20 -0700455M: Hannes Reinecke <hare@suse.com>
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400456L: linux-scsi@vger.kernel.org
457S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700458F: Documentation/scsi/advansys.txt
459F: drivers/scsi/advansys.c
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400460
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461AEDSP16 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700462M: Riccardo Facchetti <fizban@tin.it>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700464F: sound/oss/aedsp16.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465
Antti Palosaari91952bc2012-10-01 12:28:46 -0300466AF9013 MEDIA DRIVER
467M: Antti Palosaari <crope@iki.fi>
468L: linux-media@vger.kernel.org
469W: http://linuxtv.org/
470W: http://palosaari.fi/linux/
471Q: http://patchwork.linuxtv.org/project/linux-media/list/
472T: git git://linuxtv.org/anttip/media_tree.git
473S: Maintained
474F: drivers/media/dvb-frontends/af9013*
475
476AF9033 MEDIA DRIVER
477M: Antti Palosaari <crope@iki.fi>
478L: linux-media@vger.kernel.org
479W: http://linuxtv.org/
480W: http://palosaari.fi/linux/
481Q: http://patchwork.linuxtv.org/project/linux-media/list/
482T: git git://linuxtv.org/anttip/media_tree.git
483S: Maintained
484F: drivers/media/dvb-frontends/af9033*
485
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486AFFS FILE SYSTEM
Geert Uytterhoeven6cf515e2011-04-24 10:32:49 +0200487L: linux-fsdevel@vger.kernel.org
488S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -0700489F: Documentation/filesystems/affs.txt
490F: fs/affs/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700492AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
Joe Perches8b58be82009-07-29 15:04:30 -0700493M: David Howells <dhowells@redhat.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700494L: linux-afs@lists.infradead.org
495S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700496F: fs/afs/
497F: include/net/af_rxrpc.h
498F: net/rxrpc/af_rxrpc.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500AGPGART DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700501M: David Airlie <airlied@linux.ie>
Dave Airlie878eaf62014-02-27 14:51:55 +1000502T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700504F: drivers/char/agp/
505F: include/linux/agp*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -0800506F: include/uapi/linux/agp*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507
508AHA152X SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700509M: "Juergen E. Fischer" <fischer@norbit.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510L: linux-scsi@vger.kernel.org
511S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700512F: drivers/scsi/aha152x*
513F: drivers/scsi/pcmcia/aha152x*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514
Hannes Reinecke64624d42007-10-19 10:32:29 +0200515AIC7XXX / AIC79XX SCSI DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700516M: Hannes Reinecke <hare@suse.com>
Hannes Reinecke64624d42007-10-19 10:32:29 +0200517L: linux-scsi@vger.kernel.org
518S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700519F: drivers/scsi/aic7xxx/
Hannes Reinecke64624d42007-10-19 10:32:29 +0200520
Hans Verkuil450500a2012-11-23 07:11:33 -0300521AIMSLAB FM RADIO RECEIVER DRIVER
522M: Hans Verkuil <hverkuil@xs4all.nl>
523L: linux-media@vger.kernel.org
524T: git git://linuxtv.org/media_tree.git
525W: http://linuxtv.org
526S: Maintained
527F: drivers/media/radio/radio-aimslab*
528
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700529AIO
Joe Perches8b58be82009-07-29 15:04:30 -0700530M: Benjamin LaHaise <bcrl@kvack.org>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700531L: linux-aio@kvack.org
532S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700533F: fs/aio.c
534F: include/linux/*aio*.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -0700535
Antti Palosaari469d4ec2014-07-17 21:57:14 -0300536AIRSPY MEDIA DRIVER
537M: Antti Palosaari <crope@iki.fi>
538L: linux-media@vger.kernel.org
539W: http://linuxtv.org/
540W: http://palosaari.fi/linux/
541Q: http://patchwork.linuxtv.org/project/linux-media/list/
542T: git git://linuxtv.org/anttip/media_tree.git
543S: Maintained
544F: drivers/media/usb/airspy/
545
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546ALCATEL SPEEDTOUCH USB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700547M: Duncan Sands <duncan.sands@free.fr>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700548L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549W: http://www.linux-usb.org/SpeedTouch/
550S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700551F: drivers/usb/atm/speedtch.c
552F: drivers/usb/atm/usbatm.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553
Pierre Ossman272f1332007-05-14 21:25:26 +0200554ALCHEMY AU1XX0 MMC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700555M: Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss08fcb722008-06-09 08:40:35 +0200556S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700557F: drivers/mmc/host/au1xmmc.c
Pierre Ossman272f1332007-05-14 21:25:26 +0200558
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000559ALI1563 I2C DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700560M: Rudolf Marek <r.marek@assembler.cz>
Jean Delvare846557d2008-10-30 15:55:47 +0100561L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000562S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700563F: Documentation/i2c/busses/i2c-ali1563
564F: drivers/i2c/busses/i2c-ali1563.c
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000565
LABBE Corentinbc368792015-07-17 16:39:42 +0200566ALLWINNER SECURITY SYSTEM
567M: Corentin Labbe <clabbe.montjoie@gmail.com>
568L: linux-crypto@vger.kernel.org
569S: Maintained
570F: drivers/crypto/sunxi-ss/
571
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572ALPHA PORT
Joe Perches8b58be82009-07-29 15:04:30 -0700573M: Richard Henderson <rth@twiddle.net>
Joe Perches8b58be82009-07-29 15:04:30 -0700574M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Matt Turnerabd4d602010-01-14 13:15:20 -0500575M: Matt Turner <mattst88@gmail.com>
Joe Perchesc89f4f92012-03-23 15:01:57 -0700576S: Odd Fixes
Cheng Renquana9406692009-03-31 15:23:35 -0700577L: linux-alpha@vger.kernel.org
Joe Perches679655d2009-04-07 20:44:32 -0700578F: arch/alpha/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579
Ley Foon Tanf62092f2015-02-04 16:32:18 +0800580ALTERA MAILBOX DRIVER
581M: Ley Foon Tan <lftan@altera.com>
582L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583S: Maintained
584F: drivers/mailbox/mailbox-altera.c
585
Tien Hock Lohc5abbba2015-02-24 01:53:03 -0800586ALTERA PIO DRIVER
587M: Tien Hock Loh <thloh@altera.com>
588L: linux-gpio@vger.kernel.org
589S: Maintained
590F: drivers/gpio/gpio-altera.c
591
Vince Bridgers16b8b922014-03-17 17:52:40 -0500592ALTERA TRIPLE SPEED ETHERNET DRIVER
Vince Bridgersc53fed02014-10-09 10:08:42 -0500593M: Vince Bridgers <vbridger@opensource.altera.com>
Vince Bridgers16b8b922014-03-17 17:52:40 -0500594L: netdev@vger.kernel.org
595L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596S: Maintained
597F: drivers/net/ethernet/altera/
598
Tobias Klauseradf92512011-02-09 10:58:29 +0100599ALTERA UART/JTAG UART SERIAL DRIVERS
600M: Tobias Klauser <tklauser@distanz.ch>
601L: linux-serial@vger.kernel.org
Tobias Klauser61bd0942014-02-25 15:01:49 -0800602L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
Tobias Klauseradf92512011-02-09 10:58:29 +0100603S: Maintained
604F: drivers/tty/serial/altera_uart.c
605F: drivers/tty/serial/altera_jtaguart.c
606F: include/linux/altera_uart.h
607F: include/linux/altera_jtaguart.h
608
Tom Lendackyf4875e12013-11-12 11:46:57 -0600609AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610M: Tom Lendacky <thomas.lendacky@amd.com>
611L: linux-crypto@vger.kernel.org
612S: Supported
613F: drivers/crypto/ccp/
614F: include/linux/ccp.h
615
Andreas Herrmann512d1022011-05-25 20:43:31 +0200616AMD FAM15H PROCESSOR POWER MONITORING DRIVER
Andreas Herrmannd034fbf2012-10-29 18:50:47 +0100617M: Andreas Herrmann <herrmann.der.user@googlemail.com>
Andreas Herrmann512d1022011-05-25 20:43:31 +0200618L: lm-sensors@lm-sensors.org
619S: Maintained
620F: Documentation/hwmon/fam15h_power
621F: drivers/hwmon/fam15h_power.c
622
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700623AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
Jordan Crouse67d76712008-05-12 14:02:22 -0700624L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Greg Kroah-Hartmanb4731972015-09-25 20:45:27 -0700625S: Orphan
Joe Perchesfaf2e1d2014-08-08 14:26:18 -0700626F: drivers/usb/gadget/udc/amd5536udc.*
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700627
Jordan Crousef90b8112006-01-06 00:12:14 -0800628AMD GEODE PROCESSOR/CHIPSET SUPPORT
Andres Salomon69006092010-12-21 17:24:23 -0800629P: Andres Salomon <dilinger@queued.net>
Jordan Crouse67d76712008-05-12 14:02:22 -0700630L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800631W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700633F: drivers/char/hw_random/geode-rng.c
634F: drivers/crypto/geode*
Jingoo Han8a61f012014-07-01 15:36:01 +0900635F: drivers/video/fbdev/geode/
Joe Perches679655d2009-04-07 20:44:32 -0700636F: arch/x86/include/asm/geode.h
Jordan Crousef90b8112006-01-06 00:12:14 -0800637
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200638AMD IOMMU (AMD-VI)
Joerg Roedele4110562012-10-23 16:16:23 +0200639M: Joerg Roedel <joro@8bytes.org>
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200640L: iommu@lists.linux-foundation.org
Joerg Roedel525b2332012-03-15 11:56:44 +0100641T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
Joerg Roedele4110562012-10-23 16:16:23 +0200642S: Maintained
Joe Perchesb2c16392011-12-08 20:21:40 -0800643F: drivers/iommu/amd_iommu*.[ch]
644F: include/linux/amd-iommu.h
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200645
Oded Gabbay16423d62014-07-15 13:08:36 +0300646AMD KFD
Oded Gabbay1241e0b2015-05-10 12:37:28 +0300647M: Oded Gabbay <oded.gabbay@gmail.com>
Joe Perches49e7d9d2015-04-15 16:17:31 -0700648L: dri-devel@lists.freedesktop.org
649T: git git://people.freedesktop.org/~gabbayo/linux.git
650S: Supported
Oded Gabbay130e0372015-06-12 21:35:14 +0300651F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
Oded Gabbay32c22e92015-06-12 21:38:22 +0300653F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
Ben Gozff758a12014-10-07 14:43:07 +0300654F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
Joe Perches49e7d9d2015-04-15 16:17:31 -0700655F: drivers/gpu/drm/amd/amdkfd/
Oded Gabbay04df25d2015-01-05 18:15:45 +0200656F: drivers/gpu/drm/amd/include/cik_structs.h
657F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
Ben Gozff758a12014-10-07 14:43:07 +0300658F: drivers/gpu/drm/amd/include/vi_structs.h
Joe Perches49e7d9d2015-04-15 16:17:31 -0700659F: drivers/gpu/drm/radeon/radeon_kfd.c
660F: drivers/gpu/drm/radeon/radeon_kfd.h
661F: include/uapi/linux/kfd_ioctl.h
Oded Gabbay16423d62014-07-15 13:08:36 +0300662
Lendacky, Thomas45198c72014-06-05 09:15:24 -0500663AMD XGBE DRIVER
664M: Tom Lendacky <thomas.lendacky@amd.com>
665L: netdev@vger.kernel.org
666S: Supported
667F: drivers/net/ethernet/amd/xgbe/
Lendacky, Thomas45198c72014-06-05 09:15:24 -0500668
Stelian Pop284f42b2006-12-12 18:18:31 +0100669AMS (Apple Motion Sensor) DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700670M: Michael Hanselmann <linux-kernel@hansmi.ch>
Stelian Pop284f42b2006-12-12 18:18:31 +0100671S: Supported
Jean Delvarebd5f47e2010-10-28 20:31:50 +0200672F: drivers/macintosh/ams/
Stelian Pop284f42b2006-12-12 18:18:31 +0100673
Tom Tuckerf94b5332006-09-22 15:22:48 -0700674AMSO1100 RNIC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700675M: Tom Tucker <tom@opengridcomputing.com>
676M: Steve Wise <swise@opengridcomputing.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -0700677L: linux-rdma@vger.kernel.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700678S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700679F: drivers/infiniband/hw/amso1100/
Tom Tuckerf94b5332006-09-22 15:22:48 -0700680
Hans Verkuil531fca12012-11-23 06:53:24 -0300681ANALOG DEVICES INC AD9389B DRIVER
682M: Hans Verkuil <hans.verkuil@cisco.com>
683L: linux-media@vger.kernel.org
684S: Maintained
685F: drivers/media/i2c/ad9389b*
686
Lars-Peter Clausen614b4382015-01-23 12:52:34 -0300687ANALOG DEVICES INC ADV7180 DRIVER
688M: Lars-Peter Clausen <lars@metafoo.de>
689L: linux-media@vger.kernel.org
690W: http://ez.analog.com/community/linux-device-drivers
691S: Supported
692F: drivers/media/i2c/adv7180.c
693
Hans Verkuilc40ddfa2013-08-12 10:02:48 -0300694ANALOG DEVICES INC ADV7511 DRIVER
695M: Hans Verkuil <hans.verkuil@cisco.com>
696L: linux-media@vger.kernel.org
697S: Maintained
698F: drivers/media/i2c/adv7511*
699
Hans Verkuil531fca12012-11-23 06:53:24 -0300700ANALOG DEVICES INC ADV7604 DRIVER
701M: Hans Verkuil <hans.verkuil@cisco.com>
702L: linux-media@vger.kernel.org
703S: Maintained
704F: drivers/media/i2c/adv7604*
705
Hans Verkuilc40ddfa2013-08-12 10:02:48 -0300706ANALOG DEVICES INC ADV7842 DRIVER
707M: Hans Verkuil <hans.verkuil@cisco.com>
708L: linux-media@vger.kernel.org
709S: Maintained
710F: drivers/media/i2c/adv7842*
711
Michael Hennerich527a1a82010-10-28 11:31:28 +0000712ANALOG DEVICES INC ASOC CODEC DRIVERS
Lars-Peter Clausen535bd162011-10-17 20:33:05 +0200713M: Lars-Peter Clausen <lars@metafoo.de>
Michael Hennerich527a1a82010-10-28 11:31:28 +0000714L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Joe Perchesa3f531a2011-03-22 16:34:28 -0700715W: http://wiki.analog.com/
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800716W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000717S: Supported
Mark Brown39c9d192011-06-17 11:22:27 +0100718F: sound/soc/codecs/adau*
Lars-Peter Clausencc526882011-06-27 17:04:01 +0200719F: sound/soc/codecs/adav*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000720F: sound/soc/codecs/ad1*
Mark Brownae48f5e2013-08-07 18:01:08 +0100721F: sound/soc/codecs/ad7*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000722F: sound/soc/codecs/ssm*
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100723F: sound/soc/codecs/sigmadsp.*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000724
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400725ANALOG DEVICES INC ASOC DRIVERS
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -0700726L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400727L: alsa-devel@alsa-project.org (moderated for non-subscribers)
728W: http://blackfin.uclinux.org/
729S: Supported
730F: sound/soc/blackfin/*
Rob Herring7d1f9012014-12-26 13:47:30 -0600731
Lars-Peter Clausen4ce72ab2014-08-18 09:08:00 +0100732ANALOG DEVICES INC IIO DRIVERS
733M: Lars-Peter Clausen <lars@metafoo.de>
734M: Michael Hennerich <Michael.Hennerich@analog.com>
735W: http://wiki.analog.com/
736W: http://ez.analog.com/community/linux-device-drivers
737S: Supported
738F: drivers/iio/*/ad*
739X: drivers/iio/*/adjd*
740F: drivers/staging/iio/*/ad*
741F: staging/iio/trigger/iio-trig-bfin-timer.c
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400742
Lars-Peter Clausen0e3b67b2015-08-20 17:39:13 +0200743ANALOG DEVICES INC DMA DRIVERS
744M: Lars-Peter Clausen <lars@metafoo.de>
745W: http://ez.analog.com/community/linux-device-drivers
746S: Supported
747F: drivers/dma/dma-axi-dmac.c
748
Greg KH41c9e952015-01-18 16:33:24 +0900749ANDROID DRIVERS
750M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Baruch Siach27682402015-03-18 21:29:10 +0200751M: Arve Hjønnevåg <arve@android.com>
Greg KH41c9e952015-01-18 16:33:24 +0900752M: Riley Andrews <riandrews@android.com>
Lee Campbell0e4a5662015-05-24 14:47:38 -0700753T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
Greg KH41c9e952015-01-18 16:33:24 +0900754L: devel@driverdev.osuosl.org
755S: Supported
756F: drivers/android/
757F: drivers/staging/android/
758
Johannes Berg42269062006-07-25 16:15:50 +0200759AOA (Apple Onboard Audio) ALSA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700760M: Johannes Berg <johannes@sipsolutions.net>
Stephen Rothwella4724ed2010-08-20 19:52:45 +1000761L: linuxppc-dev@lists.ozlabs.org
Joe Perches93711662009-06-16 15:34:07 -0700762L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Johannes Berg42269062006-07-25 16:15:50 +0200763S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700764F: sound/aoa/
Johannes Berg42269062006-07-25 16:15:50 +0200765
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766APM DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +0200767M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina81024fc2011-05-04 13:41:31 +0200768S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -0700769F: arch/x86/kernel/apm_32.c
770F: include/linux/apm_bios.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -0800771F: include/uapi/linux/apm_bios.h
Jiri Kosina81024fc2011-05-04 13:41:31 +0200772F: drivers/char/apm-emulation.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700774APPLE BCM5974 MULTITOUCH DRIVER
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800775M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700776L: linux-input@vger.kernel.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800777S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -0700778F: drivers/input/mouse/bcm5974.c
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700779
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700780APPLE SMC DRIVER
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800781M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydbergd618540f2010-04-14 16:14:11 +0200782L: lm-sensors@lm-sensors.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800783S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -0700784F: drivers/hwmon/applesmc.c
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700785
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786APPLETALK NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -0700787M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700789F: drivers/net/appletalk/
790F: net/appletalk/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
Iyappan Subramanian24299502014-08-07 15:14:25 -0700792APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793M: Iyappan Subramanian <isubramanian@apm.com>
794M: Keyur Chudgar <kchudgar@apm.com>
Iyappan Subramanian24299502014-08-07 15:14:25 -0700795S: Supported
796F: drivers/net/ethernet/apm/xgene/
797F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
Laurent Pinchart62a37dc2013-08-09 08:46:11 -0300799APTINA CAMERA SENSOR PLL
800M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801L: linux-media@vger.kernel.org
802S: Maintained
803F: drivers/media/i2c/aptina-pll.*
804
Jaya Kumar1154ea72005-06-21 17:17:04 -0700805ARC FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700806M: Jaya Kumar <jayalk@intworks.biz>
Jaya Kumar1154ea72005-06-21 17:17:04 -0700807S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +0900808F: drivers/video/fbdev/arcfb.c
809F: drivers/video/fbdev/core/fb_defio.c
Jaya Kumar1154ea72005-06-21 17:17:04 -0700810
Michael Grzeschikc38f6ac2015-09-17 15:26:16 +0200811ARCNET NETWORK LAYER
812M: Michael Grzeschik <m.grzeschik@pengutronix.de>
813L: netdev@vger.kernel.org
814S: Maintained
815F: drivers/net/arcnet/
816F: include/uapi/linux/if_arcnet.h
817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818ARM MFM AND FLOPPY DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -0700819M: Ian Molton <spyro@f2s.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700821F: arch/arm/lib/floppydma.S
822F: arch/arm/include/asm/floppy.h
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823
Will Deacon6f965212011-07-01 14:38:53 +0100824ARM PMU PROFILING AND DEBUGGING
825M: Will Deacon <will.deacon@arm.com>
Mark Rutland70e238d2015-10-02 10:55:08 +0100826R: Mark Rutland <mark.rutland@arm.com>
Will Deacon6f965212011-07-01 14:38:53 +0100827S: Maintained
Mark Rutlanddd06a842015-10-02 10:55:07 +0100828F: arch/arm*/kernel/perf_*
Will Deacon6f965212011-07-01 14:38:53 +0100829F: arch/arm/oprofile/common.c
Mark Rutlanddd06a842015-10-02 10:55:07 +0100830F: arch/arm*/kernel/hw_breakpoint.c
831F: arch/arm*/include/asm/hw_breakpoint.h
832F: arch/arm*/include/asm/perf_event.h
Mark Rutlandfa8ad782015-07-06 12:23:53 +0100833F: drivers/perf/arm_pmu.c
834F: include/linux/perf/arm_pmu.h
Will Deacon6f965212011-07-01 14:38:53 +0100835
Russell Kingd4275352009-04-16 14:05:27 +0100836ARM PORT
Joe Perches8b58be82009-07-29 15:04:30 -0700837M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +0100839W: http://www.arm.linux.org.uk/
840S: Maintained
841F: arch/arm/
842
Stephen Boydd323c2432012-10-24 11:00:29 -0700843ARM SUB-ARCHITECTURES
844L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Zhang Yanfei56ca9d92013-01-11 14:32:04 -0800845S: Maintained
Stephen Boydd323c2432012-10-24 11:00:29 -0700846F: arch/arm/mach-*/
847F: arch/arm/plat-*/
848T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
Russell Kingcefbf4e2009-11-22 17:40:28 +0000850ARM PRIMECELL AACI PL041 DRIVER
851M: Russell King <linux@arm.linux.org.uk>
852S: Maintained
853F: sound/arm/aaci.*
854
855ARM PRIMECELL CLCD PL110 DRIVER
856M: Russell King <linux@arm.linux.org.uk>
857S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +0900858F: drivers/video/fbdev/amba-clcd.*
Russell Kingcefbf4e2009-11-22 17:40:28 +0000859
860ARM PRIMECELL KMI PL050 DRIVER
861M: Russell King <linux@arm.linux.org.uk>
862S: Maintained
863F: drivers/input/serio/ambakmi.*
864F: include/linux/amba/kmi.h
865
Russell King2761f5c2007-05-24 06:56:08 +0200866ARM PRIMECELL MMCI PL180/1 DRIVER
Russell King08a5c9a2013-02-11 15:28:51 +0000867M: Russell King <linux@arm.linux.org.uk>
868S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700869F: drivers/mmc/host/mmci.*
Russell King2f748aa2013-02-11 15:28:05 +0000870F: include/linux/amba/mmci.h
Russell King2761f5c2007-05-24 06:56:08 +0200871
Russell King1b4304e2013-02-11 15:26:27 +0000872ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873M: Russell King <linux@arm.linux.org.uk>
874S: Maintained
875F: drivers/tty/serial/amba-pl01*.c
876F: include/linux/amba/serial.h
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800877
Russell Kingcefbf4e2009-11-22 17:40:28 +0000878ARM PRIMECELL BUS SUPPORT
879M: Russell King <linux@arm.linux.org.uk>
880S: Maintained
881F: drivers/amba/
882F: include/linux/amba/bus.h
883
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800884ARM/ADS SPHERE MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700885M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700886L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800887S: Maintained
888
Sergey Lapin9c784f92008-08-03 02:29:48 +0100889ARM/AFEB9260 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700890M: Sergey Lapin <slapin@ossfans.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700891L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sergey Lapin9c784f92008-08-03 02:29:48 +0100892S: Maintained
893
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800894ARM/AJECO 1ARM MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700895M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700896L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800897S: Maintained
898
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100899ARM/Allwinner sunXi SoC support
Maxime Ripard1b106692012-11-15 21:51:26 +0100900M: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100901M: Chen-Yu Tsai <wens@csie.org>
Maxime Ripard1b106692012-11-15 21:51:26 +0100902L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903S: Maintained
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100904N: sun[x456789]i
Maxime Ripard60b0f382013-12-30 16:03:33 +0100905
906ARM/Allwinner SoC Clock Support
907M: Emilio López <emilio@elopez.com.ar>
908S: Maintained
909F: drivers/clk/sunxi/
Maxime Ripard1b106692012-11-15 21:51:26 +0100910
Carlo Caione7c1e3872014-09-12 20:18:31 +0200911ARM/Amlogic MesonX SoC support
912M: Carlo Caione <carlo@caione.org>
913L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914S: Maintained
Beniamino Galvani12ddbad2014-11-18 17:22:34 -0300915F: drivers/media/rc/meson-ir.c
Carlo Caione7c1e3872014-09-12 20:18:31 +0200916N: meson[x68]
917
Tsahee Zidenbergeff506f2015-03-12 13:53:25 +0200918ARM/Annapurna Labs ALPINE ARCHITECTURE
919M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
920S: Maintained
921F: arch/arm/mach-alpine/
922
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800923ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800924M: Nicolas Ferre <nicolas.ferre@atmel.com>
Nicolas Ferred68b35f2015-04-29 11:57:18 +0200925M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800926M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700927L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800928W: http://www.linux4sam.org
929S: Supported
930F: arch/arm/mach-at91/
Alexandre Bellonif0a0a582014-11-07 21:58:21 +0100931F: include/soc/at91/
Mark Brown70e389c2013-10-16 12:04:07 +0100932F: arch/arm/boot/dts/at91*.dts
933F: arch/arm/boot/dts/at91*.dtsi
934F: arch/arm/boot/dts/sama*.dts
935F: arch/arm/boot/dts/sama*.dtsi
Alexandre Belloni5f58c972015-01-12 19:42:14 +0100936F: arch/arm/include/debug/at91.S
Andrew Victord4a89c72006-12-04 13:56:21 +0100937
Boris BREZILLON6e05dd42014-05-27 13:39:28 +0200938ARM/ATMEL AT91 Clock Support
939M: Boris Brezillon <boris.brezillon@free-electrons.com>
940S: Maintained
941F: drivers/clk/at91
942
Rob Herring986cf2e2011-06-22 11:28:53 -0500943ARM/CALXEDA HIGHBANK ARCHITECTURE
Rob Herring5d3ad8a2013-12-03 10:20:16 -0600944M: Rob Herring <robh@kernel.org>
Rob Herring986cf2e2011-06-22 11:28:53 -0500945L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946S: Maintained
947F: arch/arm/mach-highbank/
948
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300949ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +0200950M: Krzysztof Halasa <khalasa@piap.pl>
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300951S: Maintained
952F: arch/arm/mach-cns3xxx/
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300953
Sunil Goutham4863dea2015-05-26 19:20:15 -0700954ARM/CAVIUM THUNDER NETWORK DRIVER
955M: Sunil Goutham <sgoutham@cavium.com>
956M: Robert Richter <rric@kernel.org>
957L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958S: Supported
Aleksey Makarov322e5cc2015-08-30 12:29:09 +0300959F: drivers/net/ethernet/cavium/thunder/
Sunil Goutham4863dea2015-05-26 19:20:15 -0700960
Alexander Shiyan386ab512012-11-17 17:57:24 +0400961ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962M: Alexander Shiyan <shc_work@mail.ru>
963L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964S: Odd Fixes
Alexander Shiyanb8ba3872014-02-15 12:05:33 +0400965N: clps711x
Alexander Shiyan386ab512012-11-17 17:57:24 +0400966
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800967ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
Russell Kingddd559b2009-09-12 12:02:26 +0100968M: Hartley Sweeten <hsweeten@visionengravers.com>
Ryan Mallon1c5454e2011-06-15 14:45:36 +1000969M: Ryan Mallon <rmallon@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700970L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800971S: Maintained
Hartley Sweetend19d3662009-07-10 23:02:59 +0100972F: arch/arm/mach-ep93xx/
973F: arch/arm/mach-ep93xx/include/mach/
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800974
975ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700976M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700977L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800978S: Maintained
979
Russell Kingd4275352009-04-16 14:05:27 +0100980ARM/CLKDEV SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700981M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700982L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches37417042012-03-23 15:01:58 -0700983S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +0100984F: arch/arm/include/asm/clkdev.h
Joe Perches4fa26512011-03-22 16:34:31 -0700985F: drivers/clk/clkdev.c
Russell Kingd4275352009-04-16 14:05:27 +0100986
Mike Rapoportd48134e2008-08-20 09:03:26 +0100987ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700988M: Mike Rapoport <mike@compulab.co.il>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700989L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kinga9da4f72008-07-12 21:42:04 +0100990S: Maintained
991
Hubert Feurstein94150092009-10-07 08:36:07 +0100992ARM/CONTEC MICRO9 MACHINE SUPPORT
993M: Hubert Feurstein <hubert.feurstein@contec.at>
994S: Maintained
995F: arch/arm/mach-ep93xx/micro9.c
996
Pratik Patela06ae862014-11-03 11:07:35 -0700997ARM/CORESIGHT FRAMEWORK AND DRIVERS
998M: Mathieu Poirier <mathieu.poirier@linaro.org>
999L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000S: Maintained
Mathieu Poirier01081f52015-03-30 14:13:41 -06001001F: drivers/hwtracing/coresight/*
Pratik Patela06ae862014-11-03 11:07:35 -07001002F: Documentation/trace/coresight.txt
1003F: Documentation/devicetree/bindings/arm/coresight.txt
Mathieu Poirier7a25ec82014-11-10 14:06:42 -07001004F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
Pratik Patela06ae862014-11-03 11:07:35 -07001005
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006ARM/CORGI MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001007M: Richard Purdie <rpurdie@rpsys.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008S: Maintained
1009
Paulius Zaleckas881a95f2009-03-26 10:06:27 +02001010ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001011M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001012L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Hans Ulli Krollb60e23b2015-05-07 19:29:03 +02001013T: git git://github.com/ulli-kroll/linux.git
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001014S: Maintained
Paulius Zaleckasf49afbb2009-05-28 16:41:36 +03001015F: arch/arm/mach-gemini/
Hans Ulli Kroll98a9bb52015-05-20 17:49:31 +02001016F: drivers/rtc/rtc-gemini.c
Paulius Zaleckas881a95f2009-03-26 10:06:27 +02001017
Barry Songa990cbd2011-07-12 21:44:10 +08001018ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
Barry Song5abf58b2013-09-29 22:45:10 +08001019M: Barry Song <baohua@kernel.org>
Barry Songa990cbd2011-07-12 21:44:10 +08001020L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Barry Song85529d12013-06-17 09:44:26 +08001021T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
Barry Songa990cbd2011-07-12 21:44:10 +08001022S: Maintained
1023F: arch/arm/mach-prima2/
Joe Perches4a9c44f2014-08-08 14:25:03 -07001024F: drivers/clk/sirf/
Barry Song05f30e82013-09-29 22:45:09 +08001025F: drivers/clocksource/timer-prima2.c
Barry Song5833ac92015-01-12 00:04:43 +08001026F: drivers/clocksource/timer-atlas7.c
Barry Songf8505ef2014-01-03 11:24:13 +08001027N: [^a-z]sirf
Barry Songa990cbd2011-07-12 21:44:10 +08001028
Baruch Siachc9d862c2015-04-28 13:59:43 +03001029ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030M: Baruch Siach <baruch@tkos.co.il>
1031L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032S: Maintained
Baruch Siachcde137a2015-07-06 14:41:46 +03001033F: arch/arm/boot/dts/cx92755*
Baruch Siachc9d862c2015-04-28 13:59:43 +03001034N: digicolor
1035
Russell Kingd4275352009-04-16 14:05:27 +01001036ARM/EBSA110 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001037M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001038L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001039W: http://www.arm.linux.org.uk/
1040S: Maintained
1041F: arch/arm/mach-ebsa110/
Jeff Kirsherb955f6c2011-03-30 07:46:36 -07001042F: drivers/net/ethernet/amd/am79c961a.*
Russell Kingd4275352009-04-16 14:05:27 +01001043
Uwe Kleine-König4721f3c2013-12-20 21:21:59 +01001044ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045M: Uwe Kleine-König <kernel@pengutronix.de>
1046L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047S: Maintained
1048N: efm32
1049
Russell Kinga9da4f72008-07-12 21:42:04 +01001050ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
Joe Perches8b58be82009-07-29 15:04:30 -07001051M: Daniel Ribeiro <drwyrm@gmail.com>
1052M: Stefan Schmidt <stefan@openezx.org>
1053M: Harald Welte <laforge@openezx.org>
Paul Bolled66f18862011-04-06 22:34:00 +02001054L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
Russell Kinga9da4f72008-07-12 21:42:04 +01001055W: http://www.openezx.org/
1056S: Maintained
Stefan Schmidtcafc2262009-06-14 01:08:36 +02001057T: topgit git://git.openezx.org/openezx.git
1058F: arch/arm/mach-pxa/ezx.c
Russell Kinga9da4f72008-07-12 21:42:04 +01001059
Paulius Zaleckas6a915af2009-03-25 13:10:20 +02001060ARM/FARADAY FA526 PORT
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001061M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001062L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001063S: Maintained
Joe Perches1fa7e542010-10-26 14:23:02 -07001064T: git git://git.berlios.de/gemini-board
Paulius Zaleckasf49afbb2009-05-28 16:41:36 +03001065F: arch/arm/mm/*-fa*
Paulius Zaleckas6a915af2009-03-25 13:10:20 +02001066
Russell Kingd4275352009-04-16 14:05:27 +01001067ARM/FOOTBRIDGE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001068M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001069L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001070W: http://www.arm.linux.org.uk/
1071S: Maintained
1072F: arch/arm/include/asm/hardware/dec21285.h
1073F: arch/arm/mach-footbridge/
1074
Sascha Hauer86183a52008-07-24 23:50:35 +02001075ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
Shawn Guo7609ea22015-06-03 19:34:10 +08001076M: Shawn Guo <shawnguo@kernel.org>
Joe Perches8b58be82009-07-29 15:04:30 -07001077M: Sascha Hauer <kernel@pengutronix.de>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001078L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sascha Hauer86183a52008-07-24 23:50:35 +02001079S: Maintained
Shawn Guof1c12832014-03-11 22:57:53 +08001080T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
Shawn Guo2a82f952013-12-10 22:19:21 +08001081F: arch/arm/mach-imx/
Shawn Guoce515a62014-07-02 15:37:10 +08001082F: arch/arm/mach-mxs/
Shawn Guo2a82f952013-12-10 22:19:21 +08001083F: arch/arm/boot/dts/imx*
1084F: arch/arm/configs/imx*_defconfig
Shawn Guocf209682015-04-26 21:58:12 +08001085F: drivers/clk/imx/
1086F: include/soc/imx/
Shawn Guo8bcb9762011-10-07 22:24:18 +08001087
Stefan Agner142109d2015-03-02 00:09:02 +01001088ARM/FREESCALE VYBRID ARM ARCHITECTURE
Shawn Guo7609ea22015-06-03 19:34:10 +08001089M: Shawn Guo <shawnguo@kernel.org>
Stefan Agner142109d2015-03-02 00:09:02 +01001090M: Sascha Hauer <kernel@pengutronix.de>
1091R: Stefan Agner <stefan@agner.ch>
1092L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093S: Maintained
1094T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095F: arch/arm/mach-imx/*vf610*
1096F: arch/arm/boot/dts/vf*
1097
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001098ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001099M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001100L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001101S: Maintained
1102
Jaya Kumar90b8fc32008-03-15 05:11:07 +01001103ARM/GUMSTIX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001104M: Steve Sakoman <sakoman@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001105L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Jaya Kumar90b8fc32008-03-15 05:11:07 +01001106S: Maintained
1107
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001108ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001109M: Philipp Zabel <philipp.zabel@gmail.com>
Philipp Zabel12a93f32012-02-26 12:40:19 +01001110M: Paul Parsons <lost.distance@yahoo.com>
1111L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001112S: Maintained
1113F: arch/arm/mach-pxa/hx4700.c
1114F: arch/arm/mach-pxa/include/mach/hx4700.h
Philipp Zabel12a93f32012-02-26 12:40:19 +01001115F: sound/soc/pxa/hx4700.c
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001116
Wei Xu4dfad062014-07-07 10:41:53 +08001117ARM/HISILICON SOC SUPPORT
1118M: Wei Xu <xuwei5@hisilicon.com>
1119L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120W: http://www.hisilicon.com
1121S: Supported
1122T: git git://github.com/hisilicon/linux-hisi.git
1123F: arch/arm/mach-hisi/
1124
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +01001125ARM/HP JORNADA 7XX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001126M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +02001127W: www.jlime.com
1128S: Maintained
Kristoffer Ericson084bad92009-07-29 15:04:32 -07001129T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130F: arch/arm/mach-sa1100/jornada720.c
1131F: arch/arm/mach-sa1100/include/mach/jornada720.h
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +01001132
Javier Martinez Canillas5e767ab2012-10-08 10:47:34 +02001133ARM/IGEP MACHINE SUPPORT
1134M: Enric Balletbo i Serra <eballetbo@gmail.com>
1135M: Javier Martinez Canillas <javier@dowhile0.org>
1136L: linux-omap@vger.kernel.org
1137L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138S: Maintained
Javier Martinez Canillas06ff74f2013-10-18 17:37:53 +02001139F: arch/arm/boot/dts/omap3-igep*
Javier Martinez Canillas5e767ab2012-10-08 10:47:34 +02001140
Marek Vasut403d2972010-05-22 00:29:39 +02001141ARM/INCOME PXA270 SUPPORT
1142M: Marek Vasut <marek.vasut@gmail.com>
1143L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144S: Maintained
Joe Perchesec154082010-10-26 14:22:59 -07001145F: arch/arm/mach-pxa/colibri-pxa270-income.c
Marek Vasut403d2972010-05-22 00:29:39 +02001146
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001147ARM/INTEL IOP32X ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001148M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001149L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001150S: Maintained
Dan Williamse2bdb172007-01-02 18:32:37 +01001151
1152ARM/INTEL IOP33X ARM ARCHITECTURE
Joe Perchesefc03ec2009-09-21 17:04:27 -07001153L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williams08223d82014-08-19 06:07:56 -07001154S: Orphan
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001155
1156ARM/INTEL IOP13XX ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001157M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001158L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001159S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001160
1161ARM/INTEL IQ81342EX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001162M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001163L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001164S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001165
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001166ARM/INTEL IXDP2850 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001167M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001168L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001169S: Maintained
1170
Krzysztof Hałasadfdd8cc2009-09-21 18:31:24 +02001171ARM/INTEL IXP4XX ARM ARCHITECTURE
1172M: Imre Kaloz <kaloz@openwrt.org>
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +02001173M: Krzysztof Halasa <khalasa@piap.pl>
Russell Kingbaea7b92009-09-24 21:22:33 +01001174L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Krzysztof Hałasadfdd8cc2009-09-21 18:31:24 +02001175S: Maintained
1176F: arch/arm/mach-ixp4xx/
1177
Joe Perches838553c2010-10-26 14:22:59 -07001178ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
Jonathan Cameron7f49a7f2009-10-15 16:39:30 +01001179M: Jonathan Cameron <jic23@cam.ac.uk>
1180L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181S: Maintained
1182F: arch/arm/mach-pxa/stargate2.c
1183F: drivers/pcmcia/pxa2xx_stargate2.c
1184
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001185ARM/INTEL XSC3 (MANZANO) ARM CORE
Joe Perches8b58be82009-07-29 15:04:30 -07001186M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001187L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001188S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001189
1190ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001191M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001192L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001193S: Maintained
1194
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001195ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
Santosh Shilimkar97215802014-10-13 14:16:28 -04001196M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001197L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198S: Maintained
1199F: arch/arm/mach-keystone/
Santosh Shilimkar317929c2013-11-23 17:31:27 -05001200T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001201
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001202ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
Santosh Shilimkar97215802014-10-13 14:16:28 -04001203M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001204L: linux-kernel@vger.kernel.org
1205S: Maintained
1206F: drivers/clk/keystone/
1207
1208ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
Santosh Shilimkar97215802014-10-13 14:16:28 -04001209M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001210L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211L: linux-kernel@vger.kernel.org
1212S: Maintained
1213F: drivers/clocksource/timer-keystone.c
1214
1215ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
Santosh Shilimkar97215802014-10-13 14:16:28 -04001216M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001217L: linux-kernel@vger.kernel.org
1218S: Maintained
1219F: drivers/power/reset/keystone-reset.c
1220
1221ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
Santosh Shilimkar97215802014-10-13 14:16:28 -04001222M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001223L: linux-kernel@vger.kernel.org
1224S: Maintained
1225F: drivers/memory/*emif*
1226
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001227ARM/LOGICPD PXA270 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001228M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001229L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001230S: Maintained
1231
Joachim Eastwood31438752015-05-19 20:59:21 +02001232ARM/LPC18XX ARCHITECTURE
1233M: Joachim Eastwood <manabian@gmail.com>
1234L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235S: Maintained
1236N: lpc18xx
1237
Philipp Zabel3b8861712008-07-09 21:27:15 +01001238ARM/MAGICIAN MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001239M: Philipp Zabel <philipp.zabel@gmail.com>
Philipp Zabel3b8861712008-07-09 21:27:15 +01001240S: Maintained
1241
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001242ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001243M: Jason Cooper <jason@lakedaemon.net>
1244M: Andrew Lunn <andrew@lunn.ch>
1245M: Gregory Clement <gregory.clement@free-electrons.com>
Jason Cooperdcb71502013-10-14 18:32:21 +00001246M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001247L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248S: Maintained
1249F: arch/arm/mach-mvebu/
Joe Perches59ec9672015-03-25 15:55:17 -07001250F: drivers/rtc/rtc-armada38x.c
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001251F: arch/arm/boot/dts/armada*
1252F: arch/arm/boot/dts/kirkwood*
1253
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001254
Sebastian Hesselbarth40f49782013-10-08 12:52:30 +02001255ARM/Marvell Berlin SoC support
1256M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258S: Maintained
1259F: arch/arm/mach-berlin/
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001260F: arch/arm/boot/dts/berlin*
1261
Sebastian Hesselbarth40f49782013-10-08 12:52:30 +02001262
Andrew Lunn4cfab572014-07-16 22:32:51 +02001263ARM/Marvell Dove/MV78xx0/Orion SOC support
Nicolas Pitre4f1312b2012-04-30 13:44:48 -04001264M: Jason Cooper <jason@lakedaemon.net>
1265M: Andrew Lunn <andrew@lunn.ch>
Jason Cooperdcb71502013-10-14 18:32:21 +00001266M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Gregory CLEMENTbfda4032015-03-13 14:41:45 +01001267M: Gregory Clement <gregory.clement@free-electrons.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001268L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Nicolas Pitre4f1312b2012-04-30 13:44:48 -04001269S: Maintained
1270F: arch/arm/mach-dove/
Nicolas Pitre54a246f2009-08-11 23:28:51 -04001271F: arch/arm/mach-mv78xx0/
1272F: arch/arm/mach-orion5x/
1273F: arch/arm/plat-orion/
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001274F: arch/arm/boot/dts/dove*
1275F: arch/arm/boot/dts/orion5x*
1276
Nicolas Pitre54a246f2009-08-11 23:28:51 -04001277
Alexander Clouterd69ac132011-04-14 15:22:02 -07001278ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279M: Alexander Clouter <alex@digriz.org.uk>
1280L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281W: http://www.digriz.org.uk/ts78xx/kernel
1282S: Maintained
1283F: arch/arm/mach-orion5x/ts78xx-*
1284
Eddie Huang607b8fc2015-05-06 15:23:42 +08001285ARM/Mediatek RTC DRIVER
1286M: Eddie Huang <eddie.huang@mediatek.com>
1287L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289S: Maintained
1290F: drivers/rtc/rtc-mt6397.c
1291
Matthias Bruggere54951c2014-09-26 11:45:55 +02001292ARM/Mediatek SoC support
1293M: Matthias Brugger <matthias.bgg@gmail.com>
1294L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Matthias Brugger17b199d2015-04-16 12:49:21 -07001295L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
Matthias Bruggere54951c2014-09-26 11:45:55 +02001296S: Maintained
1297F: arch/arm/boot/dts/mt6*
1298F: arch/arm/boot/dts/mt8*
1299F: arch/arm/mach-mediatek/
1300N: mtk
1301K: mediatek
1302
Chunfeng Yun0f8669e2015-10-12 10:41:57 +08001303ARM/Mediatek USB3 PHY DRIVER
1304M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1305L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307S: Maintained
1308F: drivers/phy/phy-mt65xx-usb3.c
1309
Arnd Bergmannadcb0792012-09-07 12:21:56 +00001310ARM/MICREL KS8695 ARCHITECTURE
1311M: Greg Ungerer <gerg@uclinux.org>
1312L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches14430812013-09-11 14:23:50 -07001313F: arch/arm/mach-ks8695/
Arnd Bergmannadcb0792012-09-07 12:21:56 +00001314S: Odd Fixes
1315
Robert Jarzmikd78ff0a2009-06-16 07:51:05 +02001316ARM/MIOA701 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001317M: Robert Jarzmik <robert.jarzmik@free.fr>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001318L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Robert Jarzmikd78ff0a2009-06-16 07:51:05 +02001319F: arch/arm/mach-pxa/mioa701.c
1320S: Maintained
1321
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +01001322ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001323M: Michael Petchkovsky <mkpetch@internode.on.net>
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +01001324S: Maintained
1325
Alessandro Rubinie0ee9852009-12-02 14:01:03 +01001326ARM/NOMADIK ARCHITECTURE
Joe Perches28b8e8d2010-03-23 13:35:20 -07001327M: Alessandro Rubini <rubini@unipv.it>
Linus Walleije4651a92012-08-06 09:52:52 +02001328M: Linus Walleij <linus.walleij@linaro.org>
Joe Perches28b8e8d2010-03-23 13:35:20 -07001329L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330S: Maintained
1331F: arch/arm/mach-nomadik/
Joe Perchesecc265f2014-08-08 14:26:20 -07001332F: drivers/pinctrl/nomadik/
Linus Walleij87572882010-12-22 09:18:29 +01001333F: drivers/i2c/busses/i2c-nomadik.c
Linus Walleije4651a92012-08-06 09:52:52 +02001334T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
Alessandro Rubinie0ee9852009-12-02 14:01:03 +01001335
Andy Green9d762952009-05-19 06:41:42 -03001336ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001337M: Nelson Castillo <arhuaco@freaks-unidos.net>
Andy Green9d762952009-05-19 06:41:42 -03001338L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1339W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340S: Supported
1341
Dirk Opfer8459c152005-11-06 14:27:52 +00001342ARM/TOSA MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001343M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344M: Dirk Opfer <dirk@opfer-online.de>
Dirk Opfer8459c152005-11-06 14:27:52 +00001345S: Maintained
1346
Marek Vasut5d783a22009-07-16 13:26:48 +02001347ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
Joe Perches933d35f2009-10-01 15:43:59 -07001348M: Marek Vasut <marek.vasut@gmail.com>
Marek Vasut75280782009-08-22 00:49:53 +02001349L: linux-arm-kernel@lists.infradead.org
Marek Vašutb5e4ad52008-07-07 17:25:46 +01001350W: http://hackndev.com
1351S: Maintained
Joe Perches933d35f2009-10-01 15:43:59 -07001352F: arch/arm/mach-pxa/include/mach/palmtx.h
1353F: arch/arm/mach-pxa/palmtx.c
1354F: arch/arm/mach-pxa/include/mach/palmt5.h
1355F: arch/arm/mach-pxa/palmt5.c
1356F: arch/arm/mach-pxa/include/mach/palmld.h
1357F: arch/arm/mach-pxa/palmld.c
1358F: arch/arm/mach-pxa/include/mach/palmte2.h
1359F: arch/arm/mach-pxa/palmte2.c
1360F: arch/arm/mach-pxa/include/mach/palmtc.h
1361F: arch/arm/mach-pxa/palmtc.c
Marek Vašutb5e4ad52008-07-07 17:25:46 +01001362
Joe Perchesb57fe922009-12-14 18:00:52 -08001363ARM/PALM TREO SUPPORT
Jiri Slabyd8130622015-07-17 16:23:20 -07001364M: Tomas Cech <sleep_walker@suse.com>
Marek Vasut75280782009-08-22 00:49:53 +02001365L: linux-arm-kernel@lists.infradead.org
Tomas 'Sleep_Walker' Cech90af5812009-05-22 16:05:58 +02001366W: http://hackndev.com
1367S: Maintained
Joe Perchesb57fe922009-12-14 18:00:52 -08001368F: arch/arm/mach-pxa/include/mach/palmtreo.h
1369F: arch/arm/mach-pxa/palmtreo.c
Tomas 'Sleep_Walker' Cech90af5812009-05-22 16:05:58 +02001370
Sergey Lapinc49e1e62008-08-29 15:47:52 +01001371ARM/PALMZ72 SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001372M: Sergey Lapin <slapin@ossfans.org>
Marek Vasut75280782009-08-22 00:49:53 +02001373L: linux-arm-kernel@lists.infradead.org
Joe Perches7d2c86b2009-04-07 20:59:01 -07001374W: http://hackndev.com
1375S: Maintained
Joe Perches933d35f2009-10-01 15:43:59 -07001376F: arch/arm/mach-pxa/include/mach/palmz72.h
1377F: arch/arm/mach-pxa/palmz72.c
Sergey Lapinc49e1e62008-08-29 15:47:52 +01001378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379ARM/PLEB SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001380M: Peter Chubb <pleb@gelato.unsw.edu.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382S: Maintained
1383
1384ARM/PT DIGITAL BOARD PORT
Joe Perches8b58be82009-07-29 15:04:30 -07001385M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001386L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387W: http://www.arm.linux.org.uk/
1388S: Maintained
1389
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001390ARM/QUALCOMM SUPPORT
1391M: Kumar Gala <galak@codeaurora.org>
Andy Grossf5d3af92015-01-21 22:39:24 -06001392M: Andy Gross <agross@codeaurora.org>
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001393M: David Brown <davidb@codeaurora.org>
1394L: linux-arm-msm@vger.kernel.org
Andy Grossf5d3af92015-01-21 22:39:24 -06001395L: linux-soc@vger.kernel.org
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001396S: Maintained
1397F: arch/arm/mach-qcom/
Andy Grossf5d3af92015-01-21 22:39:24 -06001398F: drivers/soc/qcom/
Stephen Boydc0c89fa2015-03-13 11:09:34 -07001399F: drivers/tty/serial/msm_serial.h
1400F: drivers/tty/serial/msm_serial.c
1401F: drivers/*/pm8???-*
1402F: drivers/mfd/ssbi.c
Kumar Gala916f7432015-02-26 15:49:09 -06001403F: drivers/firmware/qcom_scm.c
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001404T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001406ARM/RADISYS ENP2611 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001407M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001408L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001409S: Maintained
1410
Russell Kingd4275352009-04-16 14:05:27 +01001411ARM/RISCPC ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001412M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001413L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001414W: http://www.arm.linux.org.uk/
1415S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +01001416F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1417F: arch/arm/include/asm/hardware/ioc.h
1418F: arch/arm/include/asm/hardware/iomd.h
1419F: arch/arm/include/asm/hardware/memc.h
1420F: arch/arm/mach-rpc/
Jeff Kirsher1a6422f2011-11-04 12:58:41 +00001421F: drivers/net/ethernet/8390/etherh.c
Jeff Kirsher9e13fbf2011-07-15 03:18:21 -07001422F: drivers/net/ethernet/i825xx/ether1*
1423F: drivers/net/ethernet/seeq/ether3*
Russell Kingd4275352009-04-16 14:05:27 +01001424F: drivers/scsi/arm/
1425
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001426ARM/Rockchip SoC support
1427M: Heiko Stuebner <heiko@sntech.de>
1428L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Heiko Stuebner00250b52014-08-20 12:31:03 +02001429L: linux-rockchip@lists.infradead.org
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001430S: Maintained
Heiko Stübner541555e2014-08-27 00:05:50 +02001431F: arch/arm/boot/dts/rk3*
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001432F: arch/arm/mach-rockchip/
Heiko Stübner541555e2014-08-27 00:05:50 +02001433F: drivers/clk/rockchip/
1434F: drivers/i2c/busses/i2c-rk3x.c
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001435F: drivers/*/*rockchip*
Heiko Stübner541555e2014-08-27 00:05:50 +02001436F: drivers/*/*/*rockchip*
1437F: sound/soc/rockchip/
Heiko Stuebnerb4331b42015-03-14 19:32:06 +01001438N: rockchip
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001439
Kukjin Kim5bfb9372014-11-14 16:54:57 +09001440ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441M: Kukjin Kim <kgene@kernel.org>
Krzysztof Kozlowskie8f98452015-05-14 21:15:20 +09001442M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001443L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Mark Brown7a549d72011-12-02 13:52:12 +09001444L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
Ben Dooksb21477f2009-06-13 10:46:34 +01001445S: Maintained
Mark Brown6f0589c2013-10-08 07:18:21 +09001446F: arch/arm/boot/dts/s3c*
1447F: arch/arm/boot/dts/exynos*
Krzysztof Kozlowskid97236e2015-06-06 19:02:19 +09001448F: arch/arm64/boot/dts/exynos/
Kukjin Kim482ce512010-06-29 15:05:26 -07001449F: arch/arm/plat-samsung/
Heiko Stuebner769bbb62011-12-02 13:51:56 +09001450F: arch/arm/mach-s3c24*/
1451F: arch/arm/mach-s3c64xx/
Kukjin Kim5bfb9372014-11-14 16:54:57 +09001452F: arch/arm/mach-s5p*/
1453F: arch/arm/mach-exynos*/
Ben Dookseb2ffca2011-02-01 15:52:36 -08001454F: drivers/*/*s3c2410*
1455F: drivers/*/*/*s3c2410*
Mark Brown40c76662011-12-02 13:54:25 +09001456F: drivers/spi/spi-s3c*
1457F: sound/soc/samsung/*
Doug Anderson33d43cd2013-06-18 07:02:23 +09001458N: exynos
Kukjin Kimf556cb072010-09-30 15:15:35 -07001459
Kyungmin Park10ffa962011-03-04 17:36:26 -08001460ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461M: Kyungmin Park <kyungmin.park@samsung.com>
1462L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463S: Maintained
Christian Kujau004bbd32014-10-13 15:51:17 -07001464F: arch/arm/mach-s5pv210/
Kyungmin Park10ffa962011-03-04 17:36:26 -08001465
Kamil Debski3ce4ccb2012-11-28 06:14:22 -03001466ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467M: Kyungmin Park <kyungmin.park@samsung.com>
1468M: Kamil Debski <k.debski@samsung.com>
1469L: linux-arm-kernel@lists.infradead.org
1470L: linux-media@vger.kernel.org
1471S: Maintained
1472F: drivers/media/platform/s5p-g2d/
1473
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001474ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475M: Kyungmin Park <kyungmin.park@samsung.com>
1476M: Kamil Debski <k.debski@samsung.com>
Joe Perches63059022012-06-07 14:21:10 -07001477M: Jeongtae Park <jtp.park@samsung.com>
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001478L: linux-arm-kernel@lists.infradead.org
1479L: linux-media@vger.kernel.org
1480S: Maintained
Cesar Eduardo Barros934455d2013-01-04 15:35:17 -08001481F: arch/arm/plat-samsung/s5p-dev-mfc.c
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03001482F: drivers/media/platform/s5p-mfc/
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001483
1484ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485M: Kyungmin Park <kyungmin.park@samsung.com>
1486M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1487L: linux-arm-kernel@lists.infradead.org
1488L: linux-media@vger.kernel.org
1489S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03001490F: drivers/media/platform/s5p-tv/
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001491
Andrzej Pietrasiewicz7d9f9bf2015-09-18 11:20:59 -03001492ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1493M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1494M: Jacek Anaszewski <j.anaszewski@samsung.com>
1495L: linux-arm-kernel@lists.infradead.org
1496L: linux-media@vger.kernel.org
1497S: Maintained
1498F: drivers/media/platform/s5p-jpeg/
1499
Paul Mundtd48d38e2010-02-08 12:50:24 +09001500ARM/SHMOBILE ARM ARCHITECTURE
Simon Horman5e212592012-11-27 11:41:49 +09001501M: Simon Horman <horms@verge.net.au>
Paul Mundtd48d38e2010-02-08 12:50:24 +09001502M: Magnus Damm <magnus.damm@gmail.com>
1503L: linux-sh@vger.kernel.org
Paul Mundtd48d38e2010-02-08 12:50:24 +09001504W: http://oss.renesas.com
Paul Mundtbbff48f2010-04-07 17:17:22 +09001505Q: http://patchwork.kernel.org/project/linux-sh/list/
Simon Horman5e212592012-11-27 11:41:49 +09001506T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
Paul Mundtd48d38e2010-02-08 12:50:24 +09001507S: Supported
Simon Horman0b514fd2014-05-15 08:48:21 +09001508F: arch/arm/boot/dts/emev2*
1509F: arch/arm/boot/dts/r7s*
1510F: arch/arm/boot/dts/r8a*
1511F: arch/arm/boot/dts/sh*
Simon Horman0b514fd2014-05-15 08:48:21 +09001512F: arch/arm/configs/bockw_defconfig
Simon Horman0b514fd2014-05-15 08:48:21 +09001513F: arch/arm/configs/marzen_defconfig
1514F: arch/arm/configs/shmobile_defconfig
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001515F: arch/arm/include/debug/renesas-scif.S
Paul Mundtd48d38e2010-02-08 12:50:24 +09001516F: arch/arm/mach-shmobile/
1517F: drivers/sh/
1518
Dinh Nguyen66314222012-07-18 16:07:18 -06001519ARM/SOCFPGA ARCHITECTURE
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001520M: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen66314222012-07-18 16:07:18 -06001521S: Maintained
1522F: arch/arm/mach-socfpga/
Dinh Nguyenefadb752015-04-20 14:13:12 -05001523F: arch/arm/boot/dts/socfpga*
1524F: arch/arm/configs/socfpga_defconfig
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001525W: http://www.rocketboards.org
Dinh Nguyenefadb752015-04-20 14:13:12 -05001526T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
Dinh Nguyen66314222012-07-18 16:07:18 -06001527
1528ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001529M: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen66314222012-07-18 16:07:18 -06001530S: Maintained
1531F: drivers/clk/socfpga/
1532
Thor Thayer71bcada2014-09-03 10:27:54 -05001533ARM/SOCFPGA EDAC SUPPORT
1534M: Thor Thayer <tthayer@opensource.altera.com>
1535S: Maintained
1536F: drivers/edac/altera_edac.
1537
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001538ARM/STI ARCHITECTURE
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001539M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1540M: Maxime Coquelin <maxime.coquelin@st.com>
1541M: Patrice Chotard <patrice.chotard@st.com>
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001542L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543L: kernel@stlinux.com
1544W: http://www.stlinux.com
1545S: Maintained
1546F: arch/arm/mach-sti/
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001547F: arch/arm/boot/dts/sti*
Lee Jonesb8e31bf2015-09-17 14:45:57 +01001548F: drivers/char/hw_random/st-rng.c
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001549F: drivers/clocksource/arm_global_timer.c
Lee Jones82805d12015-05-12 13:58:17 +01001550F: drivers/clocksource/clksrc_st_lpc.c
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001551F: drivers/i2c/busses/i2c-st.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001552F: drivers/media/rc/st_rc.c
Peter Griffin95d66b12015-07-30 14:09:01 -03001553F: drivers/media/platform/sti/c8sectpfe/
Peter Griffinf53b2bf2014-06-04 17:30:24 +01001554F: drivers/mmc/host/sdhci-st.c
Peter Griffine95cf392015-04-01 07:42:41 +01001555F: drivers/phy/phy-miphy28lp.c
1556F: drivers/phy/phy-miphy365x.c
Peter Griffin6da969a2014-09-11 18:02:46 +01001557F: drivers/phy/phy-stih407-usb.c
Peter Griffin26389c72014-09-08 11:33:02 +01001558F: drivers/phy/phy-stih41x-usb.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001559F: drivers/pinctrl/pinctrl-st.c
1560F: drivers/reset/sti/
Lee Jonesdb4112e2015-04-09 15:47:34 +01001561F: drivers/rtc/rtc-st-lpc.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001562F: drivers/tty/serial/st-asc.c
Peter Griffineb11ada2014-09-05 16:36:32 +01001563F: drivers/usb/dwc3/dwc3-st.c
Peter Griffin62f6f082014-09-08 13:04:48 +01001564F: drivers/usb/host/ehci-st.c
1565F: drivers/usb/host/ohci-st.c
Lee Jonesdb4112e2015-04-09 15:47:34 +01001566F: drivers/watchdog/st_lpc_wdt.c
Peter Griffindaac6f82014-11-19 08:44:54 +00001567F: drivers/ata/ahci_st.c
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001568
Maxime Coquelinee6e7872015-05-09 09:53:58 +02001569ARM/STM32 ARCHITECTURE
1570M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1571L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572S: Maintained
1573T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1574N: stm32
1575F: drivers/clocksource/armv7m_systick.c
1576
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001577ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001578M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001579L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001580S: Maintained
1581
Mark F. Brown1bbd7082010-09-12 23:51:34 -04001582ARM/TETON BGA MACHINE SUPPORT
Joe Perches706e69d2011-03-22 16:34:26 -07001583M: "Mark F. Brown" <mark.brown314@gmail.com>
Mark F. Brown1bbd7082010-09-12 23:51:34 -04001584L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585S: Maintained
1586
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001587ARM/THECUS N2100 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001588M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001589L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001590S: Maintained
1591
wanzongshun98ad6e32009-02-13 06:04:32 +01001592ARM/NUVOTON W90X900 ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001593M: Wan ZongShun <mcuos.com@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001594L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches7d2c86b2009-04-07 20:59:01 -07001595W: http://www.mcuos.com
1596S: Maintained
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001597F: arch/arm/mach-w90x900/
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001598F: drivers/input/keyboard/w90p910_keypad.c
1599F: drivers/input/touchscreen/w90p910_ts.c
1600F: drivers/watchdog/nuc900_wdt.c
Jeff Kirsher679ec0e2011-07-17 00:20:45 -07001601F: drivers/net/ethernet/nuvoton/w90p910_ether.c
Joe Perches53516842010-08-09 17:20:37 -07001602F: drivers/mtd/nand/nuc900_nand.c
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001603F: drivers/rtc/rtc-nuc900.c
Joe Perches9df92e62012-01-10 15:09:06 -08001604F: drivers/spi/spi-nuc900.c
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001605F: drivers/usb/host/ehci-w90x900.c
Jingoo Han8a61f012014-07-01 15:36:01 +09001606F: drivers/video/fbdev/nuc900fb.c
wanzongshun98ad6e32009-02-13 06:04:32 +01001607
Linus Walleij54274d72010-04-04 10:58:03 +01001608ARM/U300 MACHINE SUPPORT
Linus Walleije4651a92012-08-06 09:52:52 +02001609M: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij54274d72010-04-04 10:58:03 +01001610L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611S: Supported
1612F: arch/arm/mach-u300/
Linus Walleij9affbd22014-01-21 15:04:14 +01001613F: drivers/clocksource/timer-u300.c
Linus Walleij54274d72010-04-04 10:58:03 +01001614F: drivers/i2c/busses/i2c-stu300.c
1615F: drivers/rtc/rtc-coh901331.c
1616F: drivers/watchdog/coh901327_wdt.c
1617F: drivers/dma/coh901318*
Linus Walleij87572882010-12-22 09:18:29 +01001618F: drivers/mfd/ab3100*
1619F: drivers/rtc/rtc-ab3100.c
1620F: drivers/rtc/rtc-coh901331.c
1621T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
Linus Walleij54274d72010-04-04 10:58:03 +01001622
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001623ARM/UNIPHIER ARCHITECTURE
1624M: Masahiro Yamada <yamada.masahiro@socionext.com>
1625L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626S: Maintained
Masahiro Yamadaa3ff83d2015-07-25 16:23:24 +09001627F: arch/arm/boot/dts/uniphier*
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001628F: arch/arm/mach-uniphier/
Masahiro Yamadaa3ff83d2015-07-25 16:23:24 +09001629F: drivers/pinctrl/uniphier/
1630F: drivers/tty/serial/8250/8250_uniphier.c
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001631N: uniphier
1632
Linus Walleij87572882010-12-22 09:18:29 +01001633ARM/Ux500 ARM ARCHITECTURE
Linus Walleije4651a92012-08-06 09:52:52 +02001634M: Linus Walleij <linus.walleij@linaro.org>
Srinidhi Kasagar870725d2009-12-01 13:41:24 +01001635L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636S: Maintained
1637F: arch/arm/mach-ux500/
Linus Walleije4651a92012-08-06 09:52:52 +02001638F: drivers/clocksource/clksrc-dbx500-prcmu.c
Linus Walleij87572882010-12-22 09:18:29 +01001639F: drivers/dma/ste_dma40*
Linus Walleije4651a92012-08-06 09:52:52 +02001640F: drivers/hwspinlock/u8500_hsem.c
Linus Walleij87572882010-12-22 09:18:29 +01001641F: drivers/mfd/abx500*
1642F: drivers/mfd/ab8500*
Linus Walleije4651a92012-08-06 09:52:52 +02001643F: drivers/mfd/dbx500*
1644F: drivers/mfd/db8500*
Joe Perchesecc265f2014-08-08 14:26:20 -07001645F: drivers/pinctrl/nomadik/pinctrl-ab*
1646F: drivers/pinctrl/nomadik/pinctrl-nomadik*
Linus Walleij87572882010-12-22 09:18:29 +01001647F: drivers/rtc/rtc-ab8500.c
Linus Walleije4651a92012-08-06 09:52:52 +02001648F: drivers/rtc/rtc-pl031.c
Linus Walleij87572882010-12-22 09:18:29 +01001649T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
Srinidhi Kasagar870725d2009-12-01 13:41:24 +01001650
Ulf Hanssone93fde22013-11-12 11:41:12 +01001651ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1652M: Ulf Hansson <ulf.hansson@linaro.org>
1653L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654T: git git://git.linaro.org/people/ulfh/clk.git
1655S: Maintained
1656F: drivers/clk/ux500/
1657F: include/linux/platform_data/clk-ux500.h
1658
Pawel Moll740d93b2014-11-26 12:13:05 +00001659ARM/VERSATILE EXPRESS PLATFORM
1660M: Liviu Dudau <liviu.dudau@arm.com>
1661M: Sudeep Holla <sudeep.holla@arm.com>
1662M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1663L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664S: Maintained
1665F: arch/arm/boot/dts/vexpress*
Kristina Martsenko9ccd6082015-07-01 13:36:03 +01001666F: arch/arm64/boot/dts/arm/vexpress*
Pawel Moll740d93b2014-11-26 12:13:05 +00001667F: arch/arm/mach-vexpress/
1668F: */*/vexpress*
Pawel Moll7e8f4032014-12-01 14:16:33 +00001669F: */*/*/vexpress*
Pawel Moll740d93b2014-11-26 12:13:05 +00001670F: drivers/clk/versatile/clk-vexpress-osc.c
1671F: drivers/clocksource/versatile.c
1672
Russell Kingd4275352009-04-16 14:05:27 +01001673ARM/VFP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001674M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001675L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001676W: http://www.arm.linux.org.uk/
1677S: Maintained
1678F: arch/arm/vfp/
1679
Marek Vasute66b6d82010-03-26 06:51:32 +01001680ARM/VOIPAC PXA270 SUPPORT
1681M: Marek Vasut <marek.vasut@gmail.com>
1682L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683S: Maintained
1684F: arch/arm/mach-pxa/vpac270.c
Joe Perchese0cca112010-08-09 17:20:38 -07001685F: arch/arm/mach-pxa/include/mach/vpac270.h
Marek Vasute66b6d82010-03-26 06:51:32 +01001686
Tony Prisk04529fe2012-07-24 04:19:37 +12001687ARM/VT8500 ARM ARCHITECTURE
1688M: Tony Prisk <linux@prisktech.co.nz>
1689L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690S: Maintained
1691F: arch/arm/mach-vt8500/
Tony Prisk41fd91b2013-02-08 18:18:03 +13001692F: drivers/clocksource/vt8500_timer.c
Tony Prisk560746e2013-06-15 09:52:16 +12001693F: drivers/i2c/busses/i2c-wmt.c
Tony Prisk41fd91b2013-02-08 18:18:03 +13001694F: drivers/mmc/host/wmt-sdmmc.c
1695F: drivers/pwm/pwm-vt8500.c
1696F: drivers/rtc/rtc-vt8500.c
1697F: drivers/tty/serial/vt8500_serial.c
Joe Perches4f311022013-09-11 14:23:46 -07001698F: drivers/usb/host/ehci-platform.c
Tony Prisk41fd91b2013-02-08 18:18:03 +13001699F: drivers/usb/host/uhci-platform.c
Jingoo Han8a61f012014-07-01 15:36:01 +09001700F: drivers/video/fbdev/vt8500lcdfb.*
1701F: drivers/video/fbdev/wm8505fb*
1702F: drivers/video/fbdev/wmt_ge_rops.*
Tony Prisk04529fe2012-07-24 04:19:37 +12001703
Marek Vasute66b6d82010-03-26 06:51:32 +01001704ARM/ZIPIT Z2 SUPPORT
1705M: Marek Vasut <marek.vasut@gmail.com>
1706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707S: Maintained
1708F: arch/arm/mach-pxa/z2.c
Joe Perches6ab2a852010-08-09 17:20:38 -07001709F: arch/arm/mach-pxa/include/mach/z2.h
Marek Vasute66b6d82010-03-26 06:51:32 +01001710
Jun Nie5ecc4b52015-04-28 17:18:06 +08001711ARM/ZTE ARCHITECTURE
1712M: Jun Nie <jun.nie@linaro.org>
1713L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714S: Maintained
1715F: arch/arm/mach-zx/
1716F: drivers/clk/zte/
1717F: Documentation/devicetree/bindings/arm/zte.txt
1718F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1719
Michal Simek51f29d42013-01-21 17:41:46 +01001720ARM/ZYNQ ARCHITECTURE
1721M: Michal Simek <michal.simek@xilinx.com>
Soren Brinkmannf0fd9ad2014-10-23 09:29:22 -07001722R: Sören Brinkmann <soren.brinkmann@xilinx.com>
Michal Simek51f29d42013-01-21 17:41:46 +01001723L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724W: http://wiki.xilinx.com
Soren Brinkmannd6448b72015-06-26 09:04:32 -07001725T: git https://github.com/Xilinx/linux-xlnx.git
Michal Simek51f29d42013-01-21 17:41:46 +01001726S: Supported
1727F: arch/arm/mach-zynq/
Michal Simekbd2a3372013-06-04 07:17:39 +00001728F: drivers/cpuidle/cpuidle-zynq.c
Michal Simekfb9d4952014-10-13 15:51:15 -07001729F: drivers/block/xsysace.c
Michal Simekc2fd4e32014-01-02 12:58:50 -08001730N: zynq
1731N: xilinx
1732F: drivers/clocksource/cadence_ttc_timer.c
Soren Brinkmanndf8eb562014-04-04 14:27:55 -07001733F: drivers/i2c/busses/i2c-cadence.c
Soren Brinkmanne3ec3a32013-12-02 10:02:36 -08001734F: drivers/mmc/host/sdhci-of-arasan.c
Punnaiah Choudary Kalluriae9b56e2015-01-06 23:13:47 +05301735F: drivers/edac/synopsys_edac.c
Michal Simek51f29d42013-01-21 17:41:46 +01001736
Will Deacon48ec83b2015-05-27 17:25:59 +01001737ARM SMMU DRIVERS
Will Deaconb8f98792013-06-24 18:31:26 +01001738M: Will Deacon <will.deacon@arm.com>
1739L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740S: Maintained
1741F: drivers/iommu/arm-smmu.c
Will Deacon48ec83b2015-05-27 17:25:59 +01001742F: drivers/iommu/arm-smmu-v3.c
Will Deacone1d3c0f2014-11-14 17:18:23 +00001743F: drivers/iommu/io-pgtable-arm.c
Will Deaconb8f98792013-06-24 18:31:26 +01001744
Catalin Marinas38074222012-03-05 11:49:34 +00001745ARM64 PORT (AARCH64 ARCHITECTURE)
1746M: Catalin Marinas <catalin.marinas@arm.com>
Catalin Marinasd19766e2012-12-11 13:58:05 +00001747M: Will Deacon <will.deacon@arm.com>
Catalin Marinas38074222012-03-05 11:49:34 +00001748L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749S: Maintained
1750F: arch/arm64/
Catalin Marinasd19766e2012-12-11 13:58:05 +00001751F: Documentation/arm64/
Catalin Marinas38074222012-03-05 11:49:34 +00001752
Laurent Pinchart9d7005f92012-12-10 20:38:24 -03001753AS3645A LED FLASH CONTROLLER DRIVER
1754M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1755L: linux-media@vger.kernel.org
1756T: git git://linuxtv.org/media_tree.git
1757S: Maintained
1758F: drivers/media/i2c/as3645a.c
1759F: include/media/as3645a.h
1760
George Josephd58de032010-03-05 22:17:25 +01001761ASC7621 HARDWARE MONITOR DRIVER
1762M: George Joseph <george.joseph@fairview5.com>
1763L: lm-sensors@lm-sensors.org
1764S: Maintained
1765F: Documentation/hwmon/asc7621
1766F: drivers/hwmon/asc7621.c
1767
Corentin Charyb229ece2011-02-26 10:20:40 +01001768ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
Corentin Chary5909c652012-12-17 16:00:05 -08001769M: Corentin Chary <corentin.chary@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770L: acpi4asus-user@lists.sourceforge.net
Matthew Garrettd0944852010-02-11 10:40:13 -05001771L: platform-driver-x86@vger.kernel.org
Corentin Chary76593d62009-06-16 19:28:47 +00001772W: http://acpi4asus.sf.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773S: Maintained
Corentin Charyb229ece2011-02-26 10:20:40 +01001774F: drivers/platform/x86/asus*.c
1775F: drivers/platform/x86/eeepc*.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
Andrew Morton953a6472008-11-06 12:53:28 -08001777ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williams08223d82014-08-19 06:07:56 -07001778R: Dan Williams <dan.j.williams@intel.com>
Dan Williamsb3e5f262007-08-07 10:26:35 -07001779W: http://sourceforge.net/projects/xscaleiop
Dan Williams08223d82014-08-19 06:07:56 -07001780S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07001781F: Documentation/crypto/async-tx-api.txt
1782F: crypto/async_tx/
1783F: drivers/dma/
1784F: include/linux/dmaengine.h
1785F: include/linux/async_tx.h
Dan Williamsb3e5f262007-08-07 10:26:35 -07001786
Wolfram Sanga1867d32009-09-18 22:45:51 +02001787AT24 EEPROM DRIVER
Wolfram Sang14d77c42013-02-08 20:54:40 +01001788M: Wolfram Sang <wsa@the-dreams.de>
Wolfram Sanga1867d32009-09-18 22:45:51 +02001789L: linux-i2c@vger.kernel.org
1790S: Maintained
1791F: drivers/misc/eeprom/at24.c
Vivien Didelot25f73ed2013-09-27 15:06:28 -04001792F: include/linux/platform_data/at24.h
Wolfram Sanga1867d32009-09-18 22:45:51 +02001793
Randy Dunlape7839f22008-10-12 16:11:45 -07001794ATA OVER ETHERNET (AOE) DRIVER
Ed Cashinfb903812015-03-25 15:55:06 -07001795M: "Ed L. Cashin" <ed.cashin@acm.org>
1796W: http://www.openaoe.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07001798F: Documentation/aoe/
1799F: drivers/block/aoe/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800
Alban Bedelaad7a212015-10-30 11:36:29 +01001801ATHEROS 71XX/9XXX GPIO DRIVER
1802M: Alban Bedel <albeu@free.fr>
1803W: https://github.com/AlbanBedel/linux
1804T: git git://github.com/AlbanBedel/linux
1805S: Maintained
1806F: drivers/gpio/gpio-ath79.c
1807F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1808
Joe Perches9a10a872010-12-01 09:37:55 -08001809ATHEROS ATH GENERIC UTILITIES
Luis R. Rodriguezf726ee62013-12-14 20:11:39 +01001810M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
Joe Perches9a10a872010-12-01 09:37:55 -08001811L: linux-wireless@vger.kernel.org
1812S: Supported
1813F: drivers/net/wireless/ath/*
1814
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001815ATHEROS ATH5K WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001816M: Jiri Slaby <jirislaby@gmail.com>
1817M: Nick Kossifidis <mickflemm@gmail.com>
Luis R. Rodriguezf726ee62013-12-14 20:11:39 +01001818M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001819L: linux-wireless@vger.kernel.org
Joe Perches72c706b2009-09-07 11:34:30 -07001820W: http://wireless.kernel.org/en/users/Drivers/ath5k
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001821S: Maintained
Joe Perchesfa451752009-06-18 16:49:22 -07001822F: drivers/net/wireless/ath/ath5k/
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001823
Kalle Valo12e62d62011-09-13 10:21:25 +03001824ATHEROS ATH6KL WIRELESS DRIVER
1825M: Kalle Valo <kvalo@qca.qualcomm.com>
1826L: linux-wireless@vger.kernel.org
1827W: http://wireless.kernel.org/en/users/Drivers/ath6kl
Kalle Valo58cfb682013-07-22 12:26:12 +03001828T: git git://github.com/kvalo/ath.git
Kalle Valo12e62d62011-09-13 10:21:25 +03001829S: Supported
1830F: drivers/net/wireless/ath/ath6kl/
1831
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -08001832WILOCITY WIL6210 WIRELESS DRIVER
1833M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1834L: linux-wireless@vger.kernel.org
1835L: wil6210@qca.qualcomm.com
1836S: Supported
1837W: http://wireless.kernel.org/en/users/Drivers/wil6210
1838F: drivers/net/wireless/ath/wil6210/
Vladimir Kondratievdba4b742014-10-01 15:05:25 +03001839F: include/uapi/linux/wil6210_uapi.h
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -08001840
Christian Lamparter1d7e1e62010-09-06 01:10:25 +02001841CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1842M: Christian Lamparter <chunkeey@googlemail.com>
1843L: linux-wireless@vger.kernel.org
1844W: http://wireless.kernel.org/en/users/Drivers/carl9170
1845S: Maintained
1846F: drivers/net/wireless/ath/carl9170/
1847
Luca Tettamanti2c2a6172009-09-15 17:18:10 +02001848ATK0110 HWMON DRIVER
1849M: Luca Tettamanti <kronos.it@gmail.com>
1850L: lm-sensors@lm-sensors.org
1851S: Maintained
1852F: drivers/hwmon/asus_atk0110.c
1853
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001854ATI_REMOTE2 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001855M: Ville Syrjala <syrjala@sci.fi>
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001856S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07001857F: drivers/input/misc/ati_remote2.c
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001858
Chris Snook7ae115b2008-09-09 03:26:57 -04001859ATLX ETHERNET DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07001860M: Jay Cliburn <jcliburn@gmail.com>
Chris Snookcb2f33e2009-08-06 12:19:31 +00001861M: Chris Snook <chris.snook@gmail.com>
Chris Snooke443e382010-09-16 22:00:28 -07001862L: netdev@vger.kernel.org
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -06001863W: http://sourceforge.net/projects/atl1
1864W: http://atl1.sourceforge.net
1865S: Maintained
Jeff Kirsher2b133ad2011-05-20 06:55:16 -07001866F: drivers/net/ethernet/atheros/
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -06001867
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868ATM
chas williams - CONTRACTOR366c1bd2015-03-11 16:18:01 -04001869M: Chas Williams <3chas3@gmail.com>
Joe Perches476604d2009-10-26 16:49:41 -07001870L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
Jiri Slaby44ae98b2008-11-30 23:27:11 -08001871L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872W: http://linux-atm.sourceforge.net
1873S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07001874F: drivers/atm/
1875F: include/linux/atm*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08001876F: include/uapi/linux/atm*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Nicolas Ferre04ac2f42009-06-16 13:05:50 +02001878ATMEL AT91 / AT32 MCI DRIVER
Nicolas Ferre24e15112012-02-17 15:40:18 +01001879M: Ludovic Desroches <ludovic.desroches@atmel.com>
Nicolas Ferre04ac2f42009-06-16 13:05:50 +02001880S: Maintained
1881F: drivers/mmc/host/atmel-mci.c
1882F: drivers/mmc/host/atmel-mci-regs.h
1883
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001884ATMEL AT91 / AT32 SERIAL DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001885M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001886S: Supported
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08001887F: drivers/tty/serial/atmel_serial.c
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001888
Bo Shendfae90e2014-09-28 09:57:19 +08001889ATMEL Audio ALSA driver
Nicolas Ferre3a820022015-03-31 15:34:51 +02001890M: Nicolas Ferre <nicolas.ferre@atmel.com>
Bo Shendfae90e2014-09-28 09:57:19 +08001891L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1892S: Supported
1893F: sound/soc/atmel
1894
Nicolas Ferreb414dc12012-03-26 15:50:36 +02001895ATMEL DMA DRIVER
1896M: Nicolas Ferre <nicolas.ferre@atmel.com>
1897L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1898S: Supported
1899F: drivers/dma/at_hdmac.c
1900F: drivers/dma/at_hdmac_regs.h
Cesar Eduardo Barros6f0d65a2013-01-04 15:35:20 -08001901F: include/linux/platform_data/dma-atmel.h
Nicolas Ferreb414dc12012-03-26 15:50:36 +02001902
Ludovic Desroches6bd0f432014-10-22 17:22:20 +02001903ATMEL XDMA DRIVER
1904M: Ludovic Desroches <ludovic.desroches@atmel.com>
1905L: linux-arm-kernel@lists.infradead.org
1906L: dmaengine@vger.kernel.org
1907S: Supported
1908F: drivers/dma/at_xdmac.c
1909
Ludovic Desroches888f2802013-03-15 05:32:57 +00001910ATMEL I2C DRIVER
1911M: Ludovic Desroches <ludovic.desroches@atmel.com>
1912L: linux-i2c@vger.kernel.org
1913S: Supported
1914F: drivers/i2c/busses/i2c-at91.c
1915
Josh Wu15515542012-03-23 17:56:29 +08001916ATMEL ISI DRIVER
1917M: Josh Wu <josh.wu@atmel.com>
1918L: linux-media@vger.kernel.org
1919S: Supported
Cesar Eduardo Barrosf2294c2d2013-01-04 15:35:21 -08001920F: drivers/media/platform/soc_camera/atmel-isi.c
Josh Wu15515542012-03-23 17:56:29 +08001921F: include/media/atmel-isi.h
1922
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001923ATMEL LCDFB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001924M: Nicolas Ferre <nicolas.ferre@atmel.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01001925L: linux-fbdev@vger.kernel.org
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001926S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09001927F: drivers/video/fbdev/atmel_lcdfb.c
Joe Perches679655d2009-04-07 20:44:32 -07001928F: include/video/atmel_lcdc.h
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001929
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001930ATMEL MACB ETHERNET DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001931M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001932S: Supported
Jeff Kirsher9f2f3812011-06-18 01:52:36 -07001933F: drivers/net/ethernet/cadence/
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001934
Josh Wu5cbac982014-10-13 15:51:24 -07001935ATMEL NAND DRIVER
1936M: Josh Wu <josh.wu@atmel.com>
1937L: linux-mtd@lists.infradead.org
1938S: Supported
1939F: drivers/mtd/nand/atmel_nand*
1940
ludovic.desroches@atmel.com05c441e2015-07-29 16:22:48 +02001941ATMEL SDMMC DRIVER
1942M: Ludovic Desroches <ludovic.desroches@atmel.com>
1943L: linux-mmc@vger.kernel.org
1944S: Supported
1945F: drivers/mmc/host/sdhci-of-at91.c
1946
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08001947ATMEL SPI DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001948M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08001949S: Supported
Joe Perches9df92e62012-01-10 15:09:06 -08001950F: drivers/spi/spi-atmel.*
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08001951
Bo Shen0ef09012014-09-28 09:57:18 +08001952ATMEL SSC DRIVER
Nicolas Ferre03515f32015-03-19 10:49:42 +01001953M: Nicolas Ferre <nicolas.ferre@atmel.com>
Bo Shen0ef09012014-09-28 09:57:18 +08001954L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955S: Supported
1956F: drivers/misc/atmel-ssc.c
1957F: include/linux/atmel-ssc.h
1958
Nicolas Ferree9cb1c52012-03-26 15:59:32 +02001959ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1960M: Nicolas Ferre <nicolas.ferre@atmel.com>
1961L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962S: Supported
1963F: drivers/misc/atmel_tclib.c
1964F: drivers/clocksource/tcb_clksrc.c
1965
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07001966ATMEL USBA UDC DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001967M: Nicolas Ferre <nicolas.ferre@atmel.com>
1968L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07001969S: Supported
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07001970F: drivers/usb/gadget/udc/atmel_usba_udc.*
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07001971
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972ATMEL WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001973M: Simon Kelley <simon@thekelleys.org.uk>
Johannes Berg724c6b32007-04-23 12:18:20 -07001974L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975W: http://www.thekelleys.org.uk/atmel
1976W: http://atmelwlandriver.sourceforge.net/
1977S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07001978F: drivers/net/wireless/atmel*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979
Nick Dyera14c0f82015-08-04 16:22:54 -07001980ATMEL MAXTOUCH DRIVER
1981M: Nick Dyer <nick.dyer@itdev.co.uk>
1982T: git git://github.com/atmel-maxtouch/linux.git
1983S: Supported
1984F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1985F: drivers/input/touchscreen/atmel_mxt_ts.c
1986F: include/linux/platform_data/atmel_mxt_ts.h
1987
Bradley Grove26780d92013-08-23 10:35:45 -04001988ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
Joe Perchesb75f0052014-03-03 15:38:37 -08001989M: Bradley Grove <linuxdrivers@attotech.com>
1990L: linux-scsi@vger.kernel.org
1991W: http://www.attotech.com
1992S: Supported
1993F: drivers/scsi/esas2r
Bradley Grove26780d92013-08-23 10:35:45 -04001994
Stefan Schmidtbc6e17b2015-05-29 10:51:28 +02001995ATUSB IEEE 802.15.4 RADIO DRIVER
1996M: Stefan Schmidt <stefan@osg.samsung.com>
1997L: linux-wpan@vger.kernel.org
1998S: Maintained
1999F: drivers/net/ieee802154/atusb.c
2000F: drivers/net/ieee802154/atusb.h
2001F: drivers/net/ieee802154/at86rf230.h
2002
Chris Wrighta92b7b82005-07-07 18:12:23 -07002003AUDIT SUBSYSTEM
Paul Moore915f3892014-10-20 11:59:43 -04002004M: Paul Moore <paul@paul-moore.com>
Joe Perches8b58be82009-07-29 15:04:30 -07002005M: Eric Paris <eparis@redhat.com>
Paul Moore915f3892014-10-20 11:59:43 -04002006L: linux-audit@redhat.com (moderated for non-subscribers)
David Woodhousead3f9a22005-07-13 15:28:29 +01002007W: http://people.redhat.com/sgrubb/audit/
Paul Moore915f3892014-10-20 11:59:43 -04002008T: git git://git.infradead.org/users/pcmoore/audit
Chris Wrighta92b7b82005-07-07 18:12:23 -07002009S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002010F: include/linux/audit.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002011F: include/uapi/linux/audit.h
Joe Perches679655d2009-04-07 20:44:32 -07002012F: kernel/audit*
Chris Wrighta92b7b82005-07-07 18:12:23 -07002013
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002014AUXILIARY DISPLAY DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002015M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002016W: http://miguelojeda.es/auxdisplay.htm
2017W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002018S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002019F: drivers/auxdisplay/
2020F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002021
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002022AVR32 ARCHITECTURE
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002023M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2024M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002025W: http://www.atmel.com/products/AVR32/
Matthias Brugger249d9d92013-02-04 14:28:47 -08002026W: http://mirror.egtvedt.no/avr32linux.org/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002027W: http://avrfreaks.net/
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002028S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002029F: arch/avr32/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002030
2031AVR32/AT32AP MACHINE SUPPORT
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002032M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2033M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2034S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002035F: arch/avr32/mach-at32ap/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002036
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037AX.25 NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07002038M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002040W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002042F: include/uapi/linux/ax25.h
Joe Perches679655d2009-04-07 20:44:32 -07002043F: include/net/ax25.h
2044F: net/ax25/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045
Mauro Carvalho Chehabd5269392012-11-02 12:00:30 -02002046AZ6007 DVB DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02002047M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabd5269392012-11-02 12:00:30 -02002048L: linux-media@vger.kernel.org
2049W: http://linuxtv.org
2050T: git git://linuxtv.org/media_tree.git
2051S: Maintained
2052F: drivers/media/usb/dvb-usb-v2/az6007.c
2053
Hans Verkuil67773762012-11-23 07:09:23 -03002054AZTECH FM RADIO RECEIVER DRIVER
2055M: Hans Verkuil <hverkuil@xs4all.nl>
2056L: linux-media@vger.kernel.org
2057T: git git://linuxtv.org/media_tree.git
2058W: http://linuxtv.org
2059S: Maintained
2060F: drivers/media/radio/radio-aztech*
2061
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002062B43 WIRELESS DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002063L: linux-wireless@vger.kernel.org
Rafał Miłeckied072f92012-01-29 11:59:42 +01002064L: b43-dev@lists.infradead.org
Johannes Berg491b26b2012-06-05 14:21:14 +02002065W: http://wireless.kernel.org/en/users/Drivers/b43
Joe Perches8a72ed62015-04-15 16:17:39 -07002066S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07002067F: drivers/net/wireless/b43/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002068
2069B43LEGACY WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002070M: Larry Finger <Larry.Finger@lwfinger.net>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002071L: linux-wireless@vger.kernel.org
Rafał Miłeckied072f92012-01-29 11:59:42 +01002072L: b43-dev@lists.infradead.org
Johannes Berg491b26b2012-06-05 14:21:14 +02002073W: http://wireless.kernel.org/en/users/Drivers/b43
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002074S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002075F: drivers/net/wireless/b43legacy/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002076
Richard Purdie300abeb2007-02-07 22:21:07 +00002077BACKLIGHT CLASS/SUBSYSTEM
Jingoo Hanb7701752015-05-14 15:17:07 -07002078M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han70d14fc2014-04-03 14:48:46 -07002079M: Lee Jones <lee.jones@linaro.org>
Richard Purdie300abeb2007-02-07 22:21:07 +00002080S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002081F: drivers/video/backlight/
2082F: include/linux/backlight.h
Richard Purdie300abeb2007-02-07 22:21:07 +00002083
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00002084BATMAN ADVANCED
Antonio Quartulli207df492013-09-21 13:46:56 +02002085M: Marek Lindner <mareklindner@neomailbox.ch>
Simon Wunderlichc679ff82013-10-10 23:59:10 +02002086M: Simon Wunderlich <sw@simonwunderlich.de>
Antonio Quartulli207df492013-09-21 13:46:56 +02002087M: Antonio Quartulli <antonio@meshcoding.com>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00002088L: b.a.t.m.a.n@lists.open-mesh.org
2089W: http://www.open-mesh.org/
2090S: Maintained
2091F: net/batman-adv/
2092
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002093BAYCOM/HDLCDRV DRIVERS FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -07002094M: Thomas Sailer <t.sailer@alumni.ethz.ch>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002095L: linux-hams@vger.kernel.org
2096W: http://www.baycom.org/~tom/ham/ham.html
2097S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002098F: drivers/net/hamradio/baycom*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002099
Kent Overstreetcafe5632013-03-23 16:11:31 -07002100BCACHE (BLOCK LAYER CACHE)
Joe Perchesd1aa1ab2015-06-30 14:59:54 -07002101M: Kent Overstreet <kent.overstreet@gmail.com>
Kent Overstreetcafe5632013-03-23 16:11:31 -07002102L: linux-bcache@vger.kernel.org
2103W: http://bcache.evilpiepirate.org
Joe Perchesd1aa1ab2015-06-30 14:59:54 -07002104S: Maintained
Kent Overstreetcafe5632013-03-23 16:11:31 -07002105F: drivers/md/bcache/
2106
Hans Verkuil04bd8442015-06-08 09:26:20 -03002107BDISP ST MEDIA DRIVER
2108M: Fabien Dessenne <fabien.dessenne@st.com>
2109L: linux-media@vger.kernel.org
2110T: git git://linuxtv.org/media_tree.git
2111W: http://linuxtv.org
2112S: Supported
2113F: drivers/media/platform/sti/bdisp
2114
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002115BEFS FILE SYSTEM
Joe Perches55817d32010-08-09 17:20:52 -07002116S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07002117F: Documentation/filesystems/befs.txt
2118F: fs/befs/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002119
Dariusz Marcinkiewicz564ee362014-08-15 17:50:47 +02002120BECKHOFF CX5020 ETHERCAT MASTER DRIVER
Joe Perches49e7d9d2015-04-15 16:17:31 -07002121M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2122L: netdev@vger.kernel.org
2123S: Maintained
2124F: drivers/net/ethernet/ec_bhf.c
Dariusz Marcinkiewicz564ee362014-08-15 17:50:47 +02002125
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002126BFS FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002127M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002128S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002129F: Documentation/filesystems/bfs.txt
2130F: fs/bfs/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002131F: include/uapi/linux/bfs_fs.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002132
Bryan Wu1394f032007-05-06 14:50:22 -07002133BLACKFIN ARCHITECTURE
Sonic Zhanga4edbc12014-01-29 14:05:55 -08002134M: Steven Miao <realmz6@gmail.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002135L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Michael Opdenacker14431762014-03-10 15:49:49 -07002136T: git git://git.code.sf.net/p/adi-linux/code
Bryan Wue3b2d3f2007-06-11 15:31:30 +08002137W: http://blackfin.uclinux.org
2138S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002139F: arch/blackfin/
Bryan Wu1394f032007-05-06 14:50:22 -07002140
Bryan Wue190d6b2007-07-17 14:43:44 +08002141BLACKFIN EMAC DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002142L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wue190d6b2007-07-17 14:43:44 +08002143W: http://blackfin.uclinux.org
2144S: Supported
Jeff Kirsher7b35f032011-06-18 00:01:26 -07002145F: drivers/net/ethernet/adi/
Bryan Wue190d6b2007-07-17 14:43:44 +08002146
Mike Frysinger566da5b2007-06-11 15:31:30 +08002147BLACKFIN RTC DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002148L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger566da5b2007-06-11 15:31:30 +08002149W: http://blackfin.uclinux.org
2150S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002151F: drivers/rtc/rtc-bfin.c
Mike Frysinger566da5b2007-06-11 15:31:30 +08002152
Mike Frysinger936ed492010-03-10 15:20:38 -08002153BLACKFIN SDH DRIVER
Sonic Zhang109ec8c2012-08-08 12:16:08 +08002154M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002155L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger936ed492010-03-10 15:20:38 -08002156W: http://blackfin.uclinux.org
2157S: Supported
2158F: drivers/mmc/host/bfin_sdh.c
2159
Bryan Wu1394f032007-05-06 14:50:22 -07002160BLACKFIN SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002161M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002162L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wue3b2d3f2007-06-11 15:31:30 +08002163W: http://blackfin.uclinux.org
2164S: Supported
Joe Perches84602412012-01-10 15:09:04 -08002165F: drivers/tty/serial/bfin_uart.c
Bryan Wu1394f032007-05-06 14:50:22 -07002166
Bryan Wu1e6d3202007-07-15 02:50:02 +08002167BLACKFIN WATCHDOG DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002168L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wu1e6d3202007-07-15 02:50:02 +08002169W: http://blackfin.uclinux.org
2170S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002171F: drivers/watchdog/bfin_wdt.c
Bryan Wu1e6d3202007-07-15 02:50:02 +08002172
Bryan Wud24ecfc2007-05-01 23:26:32 +02002173BLACKFIN I2C TWI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002174M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002175L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wud24ecfc2007-05-01 23:26:32 +02002176W: http://blackfin.uclinux.org/
2177S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002178F: drivers/i2c/busses/i2c-bfin-twi.c
Bryan Wud24ecfc2007-05-01 23:26:32 +02002179
Scott Jiang1e204372013-01-18 17:09:47 -03002180BLACKFIN MEDIA DRIVER
2181M: Scott Jiang <scott.jiang.linux@gmail.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002182L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Scott Jiang1e204372013-01-18 17:09:47 -03002183W: http://blackfin.uclinux.org/
2184S: Supported
2185F: drivers/media/platform/blackfin/
2186F: drivers/media/i2c/adv7183*
2187F: drivers/media/i2c/vs6624*
2188
Jan-Simon Möllerb54cf352012-07-20 16:49:06 +08002189BLINKM RGB LED DRIVER
2190M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2191S: Maintained
2192F: drivers/leds/leds-blinkm.c
2193
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194BLOCK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07002195M: Jens Axboe <axboe@kernel.dk>
Joe Perches08deed12012-03-23 15:01:57 -07002196T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002198F: block/
Steven Rostedtae11f7e2015-06-09 17:30:11 -04002199F: kernel/trace/blktrace.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200
Joern Engel2b54aae2008-02-06 01:38:02 -08002201BLOCK2MTD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002202M: Joern Engel <joern@lazybastard.org>
Joern Engel2b54aae2008-02-06 01:38:02 -08002203L: linux-mtd@lists.infradead.org
2204S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002205F: drivers/mtd/devices/block2mtd.c
Joern Engel2b54aae2008-02-06 01:38:02 -08002206
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002207BLUETOOTH DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002208M: Marcel Holtmann <marcel@holtmann.org>
Gustavo Padovan960d4d12012-03-15 15:17:10 -07002209M: Gustavo Padovan <gustavo@padovan.org>
Johan Hedbergeb491ec2012-03-15 15:17:11 -07002210M: Johan Hedberg <johan.hedberg@gmail.com>
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002211L: linux-bluetooth@vger.kernel.org
2212W: http://www.bluez.org/
Marcel Holtmann22e7a422012-03-27 18:21:00 +02002213T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2214T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002215S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002216F: drivers/bluetooth/
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218BLUETOOTH SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002219M: Marcel Holtmann <marcel@holtmann.org>
Gustavo Padovan960d4d12012-03-15 15:17:10 -07002220M: Gustavo Padovan <gustavo@padovan.org>
Johan Hedbergeb491ec2012-03-15 15:17:11 -07002221M: Johan Hedberg <johan.hedberg@gmail.com>
Pavel Machek781c2842008-03-20 15:41:02 -07002222L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002223W: http://www.bluez.org/
Marcel Holtmann22e7a422012-03-27 18:21:00 +02002224T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2225T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002227F: net/bluetooth/
2228F: include/net/bluetooth/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230BONDING DRIVER
Jay Vosburgh79b30752014-03-27 10:33:44 -07002231M: Jay Vosburgh <j.vosburgh@gmail.com>
Veaceslav Falico898602a2014-03-27 18:43:50 +01002232M: Veaceslav Falico <vfalico@gmail.com>
Andy Gospodarek31639b92015-02-25 17:00:16 -05002233M: Andy Gospodarek <gospo@cumulusnetworks.com>
Simon Hormana6c36ee2010-11-21 09:58:04 -08002234L: netdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002235W: http://sourceforge.net/projects/bonding/
2236S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002237F: drivers/net/bonding/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002238F: include/uapi/linux/if_bonding.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239
Alexei Starovoitovb5f4df32014-07-22 23:01:59 -07002240BPF (Safe dynamic programs and tools)
2241M: Alexei Starovoitov <ast@kernel.org>
2242L: netdev@vger.kernel.org
2243L: linux-kernel@vger.kernel.org
2244S: Supported
2245F: kernel/bpf/
2246
Gary Zambrano39105892006-06-22 17:26:20 -07002247BROADCOM B44 10/100 ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002248M: Gary Zambrano <zambrano@broadcom.com>
Gary Zambrano39105892006-06-22 17:26:20 -07002249L: netdev@vger.kernel.org
2250S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002251F: drivers/net/ethernet/broadcom/b44.*
Gary Zambrano39105892006-06-22 17:26:20 -07002252
Florian Fainelli32ec90d2014-02-13 16:08:51 -08002253BROADCOM GENET ETHERNET DRIVER
2254M: Florian Fainelli <f.fainelli@gmail.com>
2255L: netdev@vger.kernel.org
2256S: Supported
2257F: drivers/net/ethernet/broadcom/genet/
2258
Michael Chan948c51e2006-06-04 02:51:39 -07002259BROADCOM BNX2 GIGABIT ETHERNET DRIVER
Jitendra Kalsariaf1d1bae2014-06-23 15:10:35 -04002260M: Sony Chacko <sony.chacko@qlogic.com>
2261M: Dept-HSGLinuxNICDev@qlogic.com
Michael Chan948c51e2006-06-04 02:51:39 -07002262L: netdev@vger.kernel.org
2263S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002264F: drivers/net/ethernet/broadcom/bnx2.*
2265F: drivers/net/ethernet/broadcom/bnx2_*
Michael Chan948c51e2006-06-04 02:51:39 -07002266
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002267BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Ariel Elior08f6dd82014-05-27 13:11:36 +03002268M: Ariel Elior <ariel.elior@qlogic.com>
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002269L: netdev@vger.kernel.org
2270S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002271F: drivers/net/ethernet/broadcom/bnx2x/
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002272
Matt Porter90f4c592014-05-06 12:09:45 -04002273BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
Florian Fainellif18cf052014-09-19 11:17:12 -07002274M: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainellid3cc2e82015-04-10 11:49:44 -07002275M: Ray Jui <rjui@broadcom.com>
2276M: Scott Branden <sbranden@broadcom.com>
Christian Daudt497a0452013-09-24 15:27:47 -07002277L: bcm-kernel-feedback-list@broadcom.com
Matt Porter90f4c592014-05-06 12:09:45 -04002278T: git git://github.com/broadcom/mach-bcm
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002279S: Maintained
2280F: arch/arm/mach-bcm/
2281F: arch/arm/boot/dts/bcm113*
Matt Porter90f4c592014-05-06 12:09:45 -04002282F: arch/arm/boot/dts/bcm216*
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002283F: arch/arm/boot/dts/bcm281*
2284F: arch/arm/configs/bcm_defconfig
Joe Perchese4ef47f2014-08-08 14:25:08 -07002285F: drivers/mmc/host/sdhci-bcm-kona.c
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002286F: drivers/clocksource/bcm_kona_timer.c
2287
Scott Branden9209bec2014-10-16 21:57:16 -06002288BROADCOM BCM2835 ARM ARCHITECTURE
Stephen Warrenf680f252012-09-15 00:18:54 -06002289M: Stephen Warren <swarren@wwwdotorg.org>
Stephen Warren8bcdd922014-11-04 20:27:17 -07002290M: Lee Jones <lee@kernel.org>
Eric Anholt10b9e882015-07-22 12:55:36 -07002291M: Eric Anholt <eric@anholt.net>
Stephen Warrenf680f252012-09-15 00:18:54 -06002292L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
Eric Anholt82481122015-07-22 12:55:37 -07002293L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Stephen Warren8bcdd922014-11-04 20:27:17 -07002294T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
Stephen Warrenf680f252012-09-15 00:18:54 -06002295S: Maintained
Scott Branden9209bec2014-10-16 21:57:16 -06002296N: bcm2835
Stephen Warrenf680f252012-09-15 00:18:54 -06002297
Kevin Cernekeea2f67342014-10-20 21:28:06 -07002298BROADCOM BCM33XX MIPS ARCHITECTURE
2299M: Kevin Cernekee <cernekee@gmail.com>
2300L: linux-mips@linux-mips.org
2301S: Maintained
2302F: arch/mips/bcm3384/*
2303F: arch/mips/include/asm/mach-bcm3384/*
2304F: arch/mips/kernel/*bmips*
2305
Rafał Miłecki5564f092015-05-29 07:39:26 +02002306BROADCOM BCM47XX MIPS ARCHITECTURE
2307M: Hauke Mehrtens <hauke@hauke-m.de>
2308M: Rafał Miłecki <zajec5@gmail.com>
2309L: linux-mips@linux-mips.org
2310S: Maintained
2311F: arch/mips/bcm47xx/*
2312F: arch/mips/include/asm/mach-bcm47xx/*
2313
Scott Branden9209bec2014-10-16 21:57:16 -06002314BROADCOM BCM5301X ARM ARCHITECTURE
Hauke Mehrtens5b293eb2014-02-04 00:01:43 +01002315M: Hauke Mehrtens <hauke@hauke-m.de>
2316L: linux-arm-kernel@lists.infradead.org
2317S: Maintained
2318F: arch/arm/mach-bcm/bcm_5301x.c
2319F: arch/arm/boot/dts/bcm5301x.dtsi
2320F: arch/arm/boot/dts/bcm470*
2321
Florian Fainellie076e962014-03-04 18:14:58 -08002322BROADCOM BCM63XX ARM ARCHITECTURE
2323M: Florian Fainelli <f.fainelli@gmail.com>
2324L: linux-arm-kernel@lists.infradead.org
Florian Fainellieb6725d2015-01-29 15:21:56 -08002325T: git git://github.com/broadcom/arm-bcm63xx.git
Florian Fainellie076e962014-03-04 18:14:58 -08002326S: Maintained
2327F: arch/arm/mach-bcm/bcm63xx.c
2328F: arch/arm/include/debug/bcm63xx.S
2329
Kevin Cernekee7110e2272014-10-20 21:28:07 -07002330BROADCOM BCM63XX/BCM33XX UDC DRIVER
2331M: Kevin Cernekee <cernekee@gmail.com>
2332L: linux-usb@vger.kernel.org
2333S: Maintained
2334F: drivers/usb/gadget/udc/bcm63xx_udc.*
2335
Brian Norris2df94fd2014-07-14 18:06:03 -07002336BROADCOM BCM7XXX ARM ARCHITECTURE
Brian Norris2df94fd2014-07-14 18:06:03 -07002337M: Brian Norris <computersforpeace@gmail.com>
Florian Fainelli3b4b6fe2014-11-14 12:53:43 -08002338M: Gregory Fong <gregory.0xf0@gmail.com>
2339M: Florian Fainelli <f.fainelli@gmail.com>
Brian Norris2df94fd2014-07-14 18:06:03 -07002340L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Florian Fainellieb6725d2015-01-29 15:21:56 -08002341T: git git://github.com/broadcom/stblinux.git
Brian Norris2df94fd2014-07-14 18:06:03 -07002342S: Maintained
2343F: arch/arm/mach-bcm/*brcmstb*
2344F: arch/arm/boot/dts/bcm7*.dts*
Florian Fainellie36661e2014-11-14 12:53:44 -08002345F: drivers/bus/brcmstb_gisb.c
Brian Norris5009a282015-03-18 18:09:05 -07002346N: brcmstb
Brian Norris2df94fd2014-07-14 18:06:03 -07002347
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002348BROADCOM BMIPS MIPS ARCHITECTURE
2349M: Kevin Cernekee <cernekee@gmail.com>
2350M: Florian Fainelli <f.fainelli@gmail.com>
2351L: linux-mips@linux-mips.org
Florian Fainellieb6725d2015-01-29 15:21:56 -08002352T: git git://github.com/broadcom/stblinux.git
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002353S: Maintained
2354F: arch/mips/bmips/*
2355F: arch/mips/include/asm/mach-bmips/*
2356F: arch/mips/kernel/*bmips*
Joe Perches338808d2015-06-30 14:59:42 -07002357F: arch/mips/boot/dts/brcm/bcm*.dts*
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002358F: drivers/irqchip/irq-bcm7*
2359F: drivers/irqchip/irq-brcmstb*
2360
Michael Chan948c51e2006-06-04 02:51:39 -07002361BROADCOM TG3 GIGABIT ETHERNET DRIVER
Prashant Sreedharan23629472014-06-27 16:21:50 -07002362M: Prashant Sreedharan <prashant@broadcom.com>
Joe Perches8b58be82009-07-29 15:04:30 -07002363M: Michael Chan <mchan@broadcom.com>
Michael Chan948c51e2006-06-04 02:51:39 -07002364L: netdev@vger.kernel.org
2365S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002366F: drivers/net/ethernet/broadcom/tg3.*
Michael Chan948c51e2006-06-04 02:51:39 -07002367
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002368BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2369M: Brett Rudley <brudley@broadcom.com>
Henry Ptasinski818c07b2010-12-08 13:09:49 -08002370M: Arend van Spriel <arend@broadcom.com>
Roland Vossen85d63682011-06-01 13:44:56 +02002371M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Arend van Spriel006a8f12012-11-28 21:44:04 +01002372M: Hante Meuleman <meuleman@broadcom.com>
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002373L: linux-wireless@vger.kernel.org
Arend van Spriel56151712012-06-14 14:16:27 +02002374L: brcm80211-dev-list@broadcom.com
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002375S: Supported
Joe Perchesf62ebdd2011-12-09 00:12:52 -08002376F: drivers/net/wireless/brcm80211/
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002377
Bhanu Prakash Gollapudi9958d6f2011-05-27 11:48:10 -07002378BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
Vikas Chaudhary3b7f0402014-07-03 08:18:29 -04002379M: QLogic-Storage-Upstream@qlogic.com
Bhanu Prakash Gollapudi9958d6f2011-05-27 11:48:10 -07002380L: linux-scsi@vger.kernel.org
2381S: Supported
2382F: drivers/scsi/bnx2fc/
2383
Eddie Wai6a6b5ad02013-07-11 17:15:56 -07002384BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
Vikas Chaudhary3b7f0402014-07-03 08:18:29 -04002385M: QLogic-Storage-Upstream@qlogic.com
Eddie Wai6a6b5ad02013-07-11 17:15:56 -07002386L: linux-scsi@vger.kernel.org
2387S: Supported
2388F: drivers/scsi/bnx2i/
2389
Scott Branden36c02372014-09-12 16:50:56 -07002390BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2391M: Ray Jui <rjui@broadcom.com>
2392M: Scott Branden <sbranden@broadcom.com>
2393L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2394L: bcm-kernel-feedback-list@broadcom.com
Florian Fainellieb6725d2015-01-29 15:21:56 -08002395T: git git://github.com/broadcom/cygnus-linux.git
Scott Branden36c02372014-09-12 16:50:56 -07002396S: Maintained
2397N: iproc
2398N: cygnus
2399N: bcm9113*
2400N: bcm9583*
2401N: bcm583*
2402N: bcm113*
2403
Gregory Fong3b0213d2015-05-28 19:14:05 -07002404BROADCOM BRCMSTB GPIO DRIVER
2405M: Gregory Fong <gregory.0xf0@gmail.com>
2406L: bcm-kernel-feedback-list@broadcom.com>
2407S: Supported
2408F: drivers/gpio/gpio-brcmstb.c
2409F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2410
Markus Mayer7b7f5882014-02-12 15:42:27 -08002411BROADCOM KONA GPIO DRIVER
Markus Mayer5e163902014-07-29 11:10:07 -07002412M: Ray Jui <rjui@broadcom.com>
Markus Mayer7b7f5882014-02-12 15:42:27 -08002413L: bcm-kernel-feedback-list@broadcom.com
2414S: Supported
2415F: drivers/gpio/gpio-bcm-kona.c
Joe Perches1db12cd2015-06-30 14:59:45 -07002416F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
Markus Mayer7b7f5882014-02-12 15:42:27 -08002417
Rafał Miłeckif6e734a2015-06-10 23:05:08 +02002418BROADCOM NVRAM DRIVER
2419M: Rafał Miłecki <zajec5@gmail.com>
2420L: linux-mips@linux-mips.org
2421S: Maintained
2422F: drivers/firmware/broadcom/*
2423
Brian Norris02787da2015-05-12 17:16:50 -07002424BROADCOM STB NAND FLASH DRIVER
2425M: Brian Norris <computersforpeace@gmail.com>
2426L: linux-mtd@lists.infradead.org
2427S: Maintained
2428F: drivers/mtd/nand/brcmnand/
2429
Rafał Miłeckic9678d82012-01-13 22:55:05 +01002430BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2431M: Rafał Miłecki <zajec5@gmail.com>
2432L: linux-wireless@vger.kernel.org
2433S: Maintained
2434F: drivers/bcma/
2435F: include/linux/bcma/
2436
Florian Fainellib8302202014-04-24 18:09:00 -07002437BROADCOM SYSTEMPORT ETHERNET DRIVER
2438M: Florian Fainelli <f.fainelli@gmail.com>
2439L: netdev@vger.kernel.org
2440S: Supported
2441F: drivers/net/ethernet/broadcom/bcmsysport.*
2442
Jing Huang7725ccf2009-09-23 17:46:15 -07002443BROCADE BFA FC SCSI DRIVER
Anil Gurumurthyaa803372014-02-26 06:08:42 -05002444M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2445M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
Joe Perches455518e2009-11-11 14:26:10 -08002446L: linux-scsi@vger.kernel.org
2447S: Supported
2448F: drivers/scsi/bfa/
Jing Huang7725ccf2009-09-23 17:46:15 -07002449
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002450BROCADE BNA 10 GIGABIT ETHERNET DRIVER
Rasesh Mody439e9572014-10-01 17:20:41 -04002451M: Rasesh Mody <rasesh.mody@qlogic.com>
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002452L: netdev@vger.kernel.org
2453S: Supported
Jeff Kirsherf844a0e2011-05-13 01:00:03 -07002454F: drivers/net/ethernet/brocade/bna/
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002455
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002456BSG (block layer generic sg v4 driver)
Joe Perches8b58be82009-07-29 15:04:30 -07002457M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002458L: linux-scsi@vger.kernel.org
2459S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002460F: block/bsg.c
2461F: include/linux/bsg.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002462F: include/uapi/linux/bsg.h
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002463
Clemens Ladischaf399172011-01-10 16:32:54 +01002464BT87X AUDIO DRIVER
2465M: Clemens Ladisch <clemens@ladisch.de>
2466L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2467T: git git://git.alsa-project.org/alsa-kernel.git
2468S: Maintained
2469F: Documentation/sound/alsa/Bt87x.txt
2470F: sound/pci/bt87x.c
2471
Michael Bueschff1d5c22008-07-25 01:46:10 -07002472BT8XXGPIO DRIVER
Michael Büscheb032b92011-07-04 20:50:05 +02002473M: Michael Buesch <m@bues.ch>
Michael Bueschff1d5c22008-07-25 01:46:10 -07002474W: http://bu3sch.de/btgpio.php
2475S: Maintained
Joe Perches72dbb702012-01-10 15:08:46 -08002476F: drivers/gpio/gpio-bt8xx.c
Michael Bueschff1d5c22008-07-25 01:46:10 -07002477
Joe Percheseb1eb042009-01-21 10:49:16 -05002478BTRFS FILE SYSTEM
Chris Masonc0778e22013-12-03 20:16:03 -05002479M: Chris Mason <clm@fb.com>
2480M: Josef Bacik <jbacik@fb.com>
Jiri Slabyd8130622015-07-17 16:23:20 -07002481M: David Sterba <dsterba@suse.com>
Joe Percheseb1eb042009-01-21 10:49:16 -05002482L: linux-btrfs@vger.kernel.org
2483W: http://btrfs.wiki.kernel.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08002484Q: http://patchwork.kernel.org/project/linux-btrfs/list/
Liu Bo9c106402012-06-14 02:23:25 -06002485T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
Joe Percheseb1eb042009-01-21 10:49:16 -05002486S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002487F: Documentation/filesystems/btrfs.txt
2488F: fs/btrfs/
Joe Percheseb1eb042009-01-21 10:49:16 -05002489
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02002491M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002492L: linux-media@vger.kernel.org
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002493W: http://linuxtv.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02002494T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehabf96236e2012-11-02 11:14:18 -02002495S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07002496F: Documentation/video4linux/bttv/
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03002497F: drivers/media/pci/bt8xx/bttv*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498
Khalid Aziz1f349232013-06-25 09:57:27 -06002499BUSLOGIC SCSI DRIVER
2500M: Khalid Aziz <khalid@gonehiking.org>
2501L: linux-scsi@vger.kernel.org
2502S: Maintained
2503F: drivers/scsi/BusLogic.*
2504F: drivers/scsi/FlashPoint.*
2505
Clemens Ladischaf399172011-01-10 16:32:54 +01002506C-MEDIA CMI8788 DRIVER
2507M: Clemens Ladisch <clemens@ladisch.de>
2508L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2509T: git git://git.alsa-project.org/alsa-kernel.git
2510S: Maintained
2511F: sound/pci/oxygen/
2512
Mark Salter21413552011-10-04 11:21:42 -04002513C6X ARCHITECTURE
2514M: Mark Salter <msalter@redhat.com>
2515M: Aurelien Jacquiot <a-jacquiot@ti.com>
2516L: linux-c6x-dev@linux-c6x.org
2517W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2518S: Maintained
2519F: arch/c6x/
2520
David Howellsa5432f52009-04-20 15:46:45 +01002521CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
Joe Perches8b58be82009-07-29 15:04:30 -07002522M: David Howells <dhowells@redhat.com>
David Howellsa5432f52009-04-20 15:46:45 +01002523L: linux-cachefs@redhat.com
2524S: Supported
2525F: Documentation/filesystems/caching/cachefiles.txt
2526F: fs/cachefiles/
2527
Hans Verkuilc815ca32012-11-23 07:05:54 -03002528CADET FM/AM RADIO RECEIVER DRIVER
2529M: Hans Verkuil <hverkuil@xs4all.nl>
2530L: linux-media@vger.kernel.org
2531T: git git://linuxtv.org/media_tree.git
2532W: http://linuxtv.org
2533S: Maintained
2534F: drivers/media/radio/radio-cadet*
2535
Jonathan Corbet77d51402007-03-22 19:44:17 -03002536CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002537M: Jonathan Corbet <corbet@lwn.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002538L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02002539T: git git://linuxtv.org/media_tree.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03002540S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002541F: Documentation/video4linux/cafe_ccic
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03002542F: drivers/media/platform/marvell-ccic/
Jonathan Corbet77d51402007-03-22 19:44:17 -03002543
Joe Perches201b6ba2010-09-07 20:33:24 +00002544CAIF NETWORK LAYER
sjur.brandeland@stericsson.com5c574f52013-04-22 23:57:00 +00002545M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
Joe Perches201b6ba2010-09-07 20:33:24 +00002546L: netdev@vger.kernel.org
2547S: Supported
2548F: Documentation/networking/caif/
2549F: drivers/net/caif/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002550F: include/uapi/linux/caif/
Joe Perches201b6ba2010-09-07 20:33:24 +00002551F: include/net/caif/
2552F: net/caif/
2553
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002554CALGARY x86-64 IOMMU
Joe Perches8b58be82009-07-29 15:04:30 -07002555M: Muli Ben-Yehuda <muli@il.ibm.com>
2556M: "Jon D. Mason" <jdmason@kudzu.us>
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002557L: discuss@x86-64.org
2558S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002559F: arch/x86/kernel/pci-calgary_64.c
2560F: arch/x86/kernel/tce_64.c
2561F: arch/x86/include/asm/calgary.h
2562F: arch/x86/include/asm/tce.h
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002563
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002564CAN NETWORK LAYER
Oliver Hartkopp8d15d382010-03-06 08:31:50 +00002565M: Oliver Hartkopp <socketcan@hartkopp.net>
Marc Kleine-Buddef7214cf2015-03-06 09:00:38 +01002566M: Marc Kleine-Budde <mkl@pengutronix.de>
Marc Kleine-Budde1caa60b2011-10-17 09:31:59 +00002567L: linux-can@vger.kernel.org
Marc Kleine-Budde84b0d712015-03-06 08:58:33 +01002568W: https://github.com/linux-can
Marc Kleine-Budde870482a2015-01-15 16:56:26 +01002569T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2570T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002571S: Maintained
John Whitmoref35f6c82013-12-06 12:49:08 +00002572F: Documentation/networking/can.txt
Oliver Hartkopp8d15d382010-03-06 08:31:50 +00002573F: net/can/
Oliver Hartkopp8d15d382010-03-06 08:31:50 +00002574F: include/linux/can/core.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002575F: include/uapi/linux/can.h
2576F: include/uapi/linux/can/bcm.h
2577F: include/uapi/linux/can/raw.h
2578F: include/uapi/linux/can/gw.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002579
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002580CAN NETWORK DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002581M: Wolfgang Grandegger <wg@grandegger.com>
Oliver Hartkoppec782132012-01-03 08:40:28 +00002582M: Marc Kleine-Budde <mkl@pengutronix.de>
Marc Kleine-Budde1caa60b2011-10-17 09:31:59 +00002583L: linux-can@vger.kernel.org
Marc Kleine-Budde84b0d712015-03-06 08:58:33 +01002584W: https://github.com/linux-can
Marc Kleine-Budde870482a2015-01-15 16:56:26 +01002585T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2586T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002587S: Maintained
Oliver Hartkopp8d15d382010-03-06 08:31:50 +00002588F: drivers/net/can/
2589F: include/linux/can/dev.h
Oliver Hartkopp8d15d382010-03-06 08:31:50 +00002590F: include/linux/can/platform/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002591F: include/uapi/linux/can/error.h
2592F: include/uapi/linux/can/netlink.h
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002593
James Morris95d16c72012-03-16 12:05:48 +11002594CAPABILITIES
2595M: Serge Hallyn <serge.hallyn@canonical.com>
2596L: linux-security-module@vger.kernel.org
Joe Perches63059022012-06-07 14:21:10 -07002597S: Supported
James Morris95d16c72012-03-16 12:05:48 +11002598F: include/linux/capability.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002599F: include/uapi/linux/capability.h
Joe Perches63059022012-06-07 14:21:10 -07002600F: security/commoncap.c
James Morris38a94112012-04-09 11:03:36 +10002601F: kernel/capability.c
James Morris95d16c72012-03-16 12:05:48 +11002602
Kevin Tsaib84894c2015-01-15 17:41:04 -08002603CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2604M: Kevin Tsai <ktsai@capellamicro.com>
2605S: Maintained
2606F: drivers/iio/light/cm*
2607F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2608
Raghu Vatsavayif21fb3e2015-06-09 18:15:23 -07002609CAVIUM LIQUIDIO NETWORK DRIVER
2610M: Derek Chickles <derek.chickles@caviumnetworks.com>
2611M: Satanand Burla <satananda.burla@caviumnetworks.com>
2612M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2613M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2614L: netdev@vger.kernel.org
2615W: http://www.cavium.com
2616S: Supported
Raghu Vatsavayif21fb3e2015-06-09 18:15:23 -07002617F: drivers/net/ethernet/cavium/liquidio/
2618
Varka Bhadramef0bbac2014-10-29 16:15:22 +05302619CC2520 IEEE-802.15.4 RADIO DRIVER
2620M: Varka Bhadram <varkabhadram@gmail.com>
2621L: linux-wpan@vger.kernel.org
2622S: Maintained
2623F: drivers/net/ieee802154/cc2520.c
2624F: include/linux/spi/cc2520.h
2625F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2626
Arnd Bergmannb8154542008-05-16 11:10:59 +02002627CELL BROADBAND ENGINE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07002628M: Arnd Bergmann <arnd@arndb.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10002629L: linuxppc-dev@lists.ozlabs.org
Arnd Bergmannb8154542008-05-16 11:10:59 +02002630W: http://www.ibm.com/developerworks/power/cell/
2631S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002632F: arch/powerpc/include/asm/cell*.h
Joe Perches679655d2009-04-07 20:44:32 -07002633F: arch/powerpc/include/asm/spu*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002634F: arch/powerpc/include/uapi/asm/spu*.h
Joe Perches679655d2009-04-07 20:44:32 -07002635F: arch/powerpc/oprofile/*cell*
2636F: arch/powerpc/platforms/cell/
Arnd Bergmannb8154542008-05-16 11:10:59 +02002637
Sage Weil398ecff52015-07-09 11:46:14 -04002638CEPH COMMON CODE (LIBCEPH)
2639M: Ilya Dryomov <idryomov@gmail.com>
Joe Perchese43cdb52015-06-25 15:02:03 -07002640M: "Yan, Zheng" <zyan@redhat.com>
Sage Weil0f5417c2015-02-19 10:10:40 -08002641M: Sage Weil <sage@redhat.com>
Sage Weil82593f82010-03-29 09:53:23 -07002642L: ceph-devel@vger.kernel.org
Sage Weil09d90322012-07-30 16:27:48 -07002643W: http://ceph.com/
Sage Weilfb99f882009-12-03 15:04:08 -08002644T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04002645T: git git://github.com/ceph/ceph-client.git
Sage Weil9030aaf2009-10-06 11:31:15 -07002646S: Supported
Joe Perches14430812013-09-11 14:23:50 -07002647F: net/ceph/
2648F: include/linux/ceph/
2649F: include/linux/crush/
Sage Weil9030aaf2009-10-06 11:31:15 -07002650
Sage Weil398ecff52015-07-09 11:46:14 -04002651CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2652M: "Yan, Zheng" <zyan@redhat.com>
2653M: Sage Weil <sage@redhat.com>
2654M: Ilya Dryomov <idryomov@gmail.com>
2655L: ceph-devel@vger.kernel.org
2656W: http://ceph.com/
2657T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04002658T: git git://github.com/ceph/ceph-client.git
Sage Weil398ecff52015-07-09 11:46:14 -04002659S: Supported
2660F: Documentation/filesystems/ceph.txt
2661F: fs/ceph/
2662
David Howellscfc411e2015-08-14 15:20:41 +01002663CERTIFICATE HANDLING:
2664M: David Howells <dhowells@redhat.com>
2665M: David Woodhouse <dwmw2@infradead.org>
2666L: keyrings@linux-nfs.org
2667S: Maintained
2668F: Documentation/module-signing.txt
2669F: certs/
2670F: scripts/extract-cert.c
2671
David Vrabel18332a82008-09-17 16:34:44 +01002672CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
David Vrabel18332a82008-09-17 16:34:44 +01002673L: linux-usb@vger.kernel.org
David Vrabel10c6c9c2010-10-25 14:05:36 +01002674S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07002675F: Documentation/usb/WUSB-Design-overview.txt
2676F: Documentation/usb/wusb-cbaf
David Vrabel355ffe62009-12-22 13:13:28 +00002677F: drivers/usb/host/hwa-hc.c
2678F: drivers/usb/host/whci/
Joe Perches679655d2009-04-07 20:44:32 -07002679F: drivers/usb/wusbcore/
2680F: include/linux/usb/wusb*
David Vrabel18332a82008-09-17 16:34:44 +01002681
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002682CFAG12864B LCD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002683M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002684W: http://miguelojeda.es/auxdisplay.htm
2685W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002686S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002687F: drivers/auxdisplay/cfag12864b.c
2688F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002689
2690CFAG12864BFB LCD FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002691M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002692W: http://miguelojeda.es/auxdisplay.htm
2693W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002694S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002695F: drivers/auxdisplay/cfag12864bfb.c
2696F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002697
Johannes Berg704232c2007-04-23 12:20:05 -07002698CFG80211 and NL80211
Joe Perches8b58be82009-07-29 15:04:30 -07002699M: Johannes Berg <johannes@sipsolutions.net>
Johannes Berg704232c2007-04-23 12:20:05 -07002700L: linux-wireless@vger.kernel.org
Johannes Bergce466572012-06-05 15:42:55 +02002701W: http://wireless.kernel.org/
2702T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2703T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Johannes Berg704232c2007-04-23 12:20:05 -07002704S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002705F: include/uapi/linux/nl80211.h
Joe Perches679655d2009-04-07 20:44:32 -07002706F: include/net/cfg80211.h
2707F: net/wireless/*
2708X: net/wireless/wext*
Johannes Berg704232c2007-04-23 12:20:05 -07002709
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002710CHAR and MISC DRIVERS
2711M: Arnd Bergmann <arnd@arndb.de>
Greg KH879a5a02012-01-31 20:02:00 -08002712M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002713T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
Greg KH879a5a02012-01-31 20:02:00 -08002714S: Supported
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002715F: drivers/char/*
2716F: drivers/misc/*
Robert P. J. Day471322a2014-05-16 04:41:09 -04002717F: include/linux/miscdevice.h
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002718
Andy Whitcroft0a920b52007-06-01 00:46:48 -07002719CHECKPATCH
Joe Perches8b58be82009-07-29 15:04:30 -07002720M: Andy Whitcroft <apw@canonical.com>
Joe Perches10d83f02013-02-21 16:44:15 -08002721M: Joe Perches <joe@perches.com>
2722S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002723F: scripts/checkpatch.pl
Andy Whitcroft0a920b52007-06-01 00:46:48 -07002724
Harry Weif8407f262011-02-25 14:44:15 -08002725CHINESE DOCUMENTATION
2726M: Harry Wei <harryxiyou@gmail.com>
Joe Perches97401532012-12-17 16:00:00 -08002727L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
Harry Weif8407f262011-02-25 14:44:15 -08002728L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2729S: Maintained
2730F: Documentation/zh_CN/
2731
Alexander Shishkin2721ea22012-05-11 17:25:59 +03002732CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
Greg Kroah-Hartmaneee52f92013-12-02 15:43:48 -08002733M: Peter Chen <Peter.Chen@freescale.com>
Peter Chen83738562015-03-23 19:57:36 +08002734T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
Alexander Shishkin2721ea22012-05-11 17:25:59 +03002735L: linux-usb@vger.kernel.org
2736S: Maintained
2737F: drivers/usb/chipidea/
2738
Hans de Goedea93ad652015-03-21 20:40:45 -07002739CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2740M: Hans de Goede <hdegoede@redhat.com>
2741L: linux-input@vger.kernel.org
2742S: Maintained
2743F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2744F: drivers/input/touchscreen/chipone_icn8318.c
2745
Olof Johanssonab043102013-11-07 14:25:45 -08002746CHROME HARDWARE PLATFORM SUPPORT
2747M: Olof Johansson <olof@lixom.net>
2748S: Maintained
2749F: drivers/platform/chrome/
2750
Vasanthy Kolluri641cb852010-03-18 16:20:04 +00002751CISCO VIC ETHERNET NIC DRIVER
Vasanthy Kolluri2360d2e2011-02-04 16:17:26 +00002752M: Christian Benvenuti <benve@cisco.com>
govindarajulu.v001e1c12013-09-04 11:17:18 +05302753M: Sujith Sankar <ssujith@cisco.com>
Govindarajulu Varadarajanc327e8f2014-05-20 03:14:32 +05302754M: Govindarajulu Varadarajan <_govind@gmx.com>
Neel Patel5c6652f2012-02-03 08:25:25 +00002755M: Neel Patel <neepatel@cisco.com>
Joel Becker7063fbf2005-12-15 14:29:43 -08002756S: Supported
Jeff Kirshera6a55802011-05-13 22:20:35 -07002757F: drivers/net/ethernet/cisco/enic/
Joel Becker7063fbf2005-12-15 14:29:43 -08002758
Upinder Malhie3cf00d2013-09-10 03:38:16 +00002759CISCO VIC LOW LATENCY NIC DRIVER
Dave Goodell \(dgoodell\)35ef4a92015-10-15 20:01:29 -07002760M: Christian Benvenuti <benve@cisco.com>
2761M: Dave Goodell <dgoodell@cisco.com>
Joe Perchesb75f0052014-03-03 15:38:37 -08002762S: Supported
Dave Goodell \(dgoodell\)35ef4a92015-10-15 20:01:29 -07002763F: drivers/infiniband/hw/usnic/
Upinder Malhie3cf00d2013-09-10 03:38:16 +00002764
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002765CIRRUS LOGIC EP93XX ETHERNET DRIVER
H Hartley Sweeten55879122011-06-09 15:00:21 -07002766M: Hartley Sweeten <hsweeten@visionengravers.com>
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002767L: netdev@vger.kernel.org
2768S: Maintained
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -07002769F: drivers/net/ethernet/cirrus/ep93xx_eth.c
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002770
Mark Brown3d4cfdc2014-02-04 20:28:12 +00002771CIRRUS LOGIC AUDIO CODEC DRIVERS
2772M: Brian Austin <brian.austin@cirrus.com>
2773M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2774L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2775S: Maintained
2776F: sound/soc/codecs/cs*
2777
Konrad Rzeszutek Wilk94574d92012-03-19 11:47:18 -04002778CLEANCACHE API
2779M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2780L: linux-kernel@vger.kernel.org
2781S: Maintained
2782F: mm/cleancache.c
2783F: include/linux/cleancache.h
2784
Russell Kingd4275352009-04-16 14:05:27 +01002785CLK API
Joe Perches8b58be82009-07-29 15:04:30 -07002786M: Russell King <linux@arm.linux.org.uk>
Paul Walmsleyaa571b12015-03-25 18:32:59 +00002787L: linux-clk@vger.kernel.org
Joe Perches37417042012-03-23 15:01:58 -07002788S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +01002789F: include/linux/clk.h
2790
John Stultz9222d242013-07-16 16:45:31 +02002791CLOCKSOURCE, CLOCKEVENT DRIVERS
2792M: Daniel Lezcano <daniel.lezcano@linaro.org>
2793M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01002794L: linux-kernel@vger.kernel.org
John Stultz9222d242013-07-16 16:45:31 +02002795T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2796S: Supported
2797F: drivers/clocksource
2798
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002799CISCO FCOE HBA DRIVER
Hiral Patel8fc89a72012-12-10 01:21:29 -08002800M: Hiral Patel <hiralpat@cisco.com>
2801M: Suma Ramars <sramars@cisco.com>
Abhijeet Joglekard7e01dc2011-06-13 21:21:17 -07002802M: Brian Uchino <buchino@cisco.com>
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002803L: linux-scsi@vger.kernel.org
2804S: Supported
Joe Perches2a999212009-06-16 15:34:09 -07002805F: drivers/scsi/fnic/
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002806
Narsimhulu Musinic8806b62015-05-29 01:04:01 -07002807CISCO SCSI HBA DRIVER
2808M: Narsimhulu Musini <nmusini@cisco.com>
2809M: Sesidhar Baddela <sebaddel@cisco.com>
2810L: linux-scsi@vger.kernel.org
2811S: Supported
2812F: drivers/scsi/snic/
2813
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -08002814CMPC ACPI DRIVER
2815M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2816M: Daniel Oliveira Nascimento <don@syst.com.br>
Matthew Garrettd0944852010-02-11 10:40:13 -05002817L: platform-driver-x86@vger.kernel.org
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -08002818S: Supported
2819F: drivers/platform/x86/classmate-laptop.c
2820
Hans Verkuil85756a02015-05-12 08:52:21 -03002821COBALT MEDIA DRIVER
2822M: Hans Verkuil <hans.verkuil@cisco.com>
2823L: linux-media@vger.kernel.org
2824T: git git://linuxtv.org/media_tree.git
2825W: http://linuxtv.org
2826S: Supported
2827F: drivers/media/pci/cobalt/
2828
Nicolas Palix74425ee2010-06-06 17:15:01 +02002829COCCINELLE/Semantic Patches (SmPL)
Nicolas Palix26de9c22012-09-20 22:52:42 +02002830M: Julia Lawall <Julia.Lawall@lip6.fr>
Nicolas Palix74425ee2010-06-06 17:15:01 +02002831M: Gilles Muller <Gilles.Muller@lip6.fr>
Nicolas Palix26de9c22012-09-20 22:52:42 +02002832M: Nicolas Palix <nicolas.palix@imag.fr>
Jiri Slabyd8130622015-07-17 16:23:20 -07002833M: Michal Marek <mmarek@suse.com>
Nicolas Palix26de9c22012-09-20 22:52:42 +02002834L: cocci@systeme.lip6.fr (moderated for non-subscribers)
Nicolas Palixc00b5112013-06-06 23:39:53 +02002835T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
Nicolas Palix74425ee2010-06-06 17:15:01 +02002836W: http://coccinelle.lip6.fr/
2837S: Supported
Nicolas Palix4b92b2a2013-06-20 13:10:55 +02002838F: Documentation/coccinelle.txt
Nicolas Palix74425ee2010-06-06 17:15:01 +02002839F: scripts/coccinelle/
2840F: scripts/coccicheck
2841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842CODA FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002843M: Jan Harkes <jaharkes@cs.cmu.edu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844M: coda@cs.cmu.edu
2845L: codalist@coda.cs.cmu.edu
2846W: http://www.coda.cs.cmu.edu/
2847S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002848F: Documentation/filesystems/coda.txt
2849F: fs/coda/
2850F: include/linux/coda*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002851F: include/uapi/linux/coda*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852
Philipp Zabel0b142612014-11-04 07:26:35 -03002853CODA V4L2 MEM2MEM DRIVER
2854M: Philipp Zabel <p.zabel@pengutronix.de>
2855L: linux-media@vger.kernel.org
2856S: Maintained
2857F: Documentation/devicetree/bindings/media/coda.txt
2858F: drivers/media/platform/coda/
2859
Mike Turquette7704add2012-05-02 18:37:45 -07002860COMMON CLK FRAMEWORK
Michael Turquettea85fa002015-06-17 13:41:04 -07002861M: Michael Turquette <mturquette@baylibre.com>
Michael Turquettef9561652014-11-12 16:43:47 -08002862M: Stephen Boyd <sboyd@codeaurora.org>
Paul Walmsleyaa571b12015-03-25 18:32:59 +00002863L: linux-clk@vger.kernel.org
Michael Turquettebaeb0d92014-11-13 17:18:20 -08002864T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
Mike Turquette7704add2012-05-02 18:37:45 -07002865S: Maintained
Stephen Warren60bea3b2013-06-05 09:50:30 -06002866F: drivers/clk/
2867X: drivers/clk/clkdev.c
Mike Turquette7704add2012-05-02 18:37:45 -07002868F: include/linux/clk-pr*
Stephen Warren60bea3b2013-06-05 09:50:30 -06002869F: include/linux/clk/
Mike Turquette7704add2012-05-02 18:37:45 -07002870
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002871COMMON INTERNET FILE SYSTEM (CIFS)
Joe Perches8b58be82009-07-29 15:04:30 -07002872M: Steve French <sfrench@samba.org>
Jeff Layton51223df2010-06-06 08:05:58 -04002873L: linux-cifs@vger.kernel.org
KOSAKI Motohirod1f28952009-12-14 18:00:52 -08002874L: samba-technical@lists.samba.org (moderated for non-subscribers)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002875W: http://linux-cifs.samba.org/
Kevin Cernekeebb1d5dd2014-11-10 13:09:24 -08002876T: git git://git.samba.org/sfrench/cifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002877S: Supported
Joe Perchesec421a72014-08-08 14:24:59 -07002878F: Documentation/filesystems/cifs/
Joe Perches679655d2009-04-07 20:44:32 -07002879F: fs/cifs/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002880
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881COMPACTPCI HOTPLUG CORE
Joe Perches8b58be82009-07-29 15:04:30 -07002882M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002883L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002884S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002885F: drivers/pci/hotplug/cpci_hotplug*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886
2887COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002888M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002889L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002890S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002891F: drivers/pci/hotplug/cpcihp_zt5550.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002892
2893COMPACTPCI HOTPLUG GENERIC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002894M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002895L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002896S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002897F: drivers/pci/hotplug/cpcihp_generic.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002899COMPAL LAPTOP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07002900M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Matthew Garrettd0944852010-02-11 10:40:13 -05002901L: platform-driver-x86@vger.kernel.org
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002902S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002903F: drivers/platform/x86/compal-laptop.c
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002904
Simon Arlott949be0f2007-03-06 02:47:46 -08002905CONEXANT ACCESSRUNNER USB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002906M: Simon Arlott <cxacru@fire.lp0.eu>
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02002907L: accessrunner-general@lists.sourceforge.net
2908W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08002909S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002910F: drivers/usb/atm/cxacru.c
Simon Arlott949be0f2007-03-06 02:47:46 -08002911
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002912CONFIGFS
Joel Beckerd6351db2011-01-07 18:10:32 -08002913M: Joel Becker <jlbec@evilplan.org>
2914T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002915S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002916F: fs/configfs/
2917F: include/linux/configfs.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07002918
Evgeniy Polyakovacb9c1b2009-07-21 12:43:51 -07002919CONNECTOR
Joe Perches8b58be82009-07-29 15:04:30 -07002920M: Evgeniy Polyakov <zbr@ioremap.net>
Evgeniy Polyakovacb9c1b2009-07-21 12:43:51 -07002921L: netdev@vger.kernel.org
2922S: Maintained
2923F: drivers/connector/
2924
Tejun Heoa3e33542014-05-13 15:49:58 -04002925CONTROL GROUP (CGROUP)
Paul Menage860ca0e2011-11-18 14:22:09 -08002926M: Tejun Heo <tj@kernel.org>
Li Zefanad50c152012-03-29 08:53:30 -07002927M: Li Zefan <lizefan@huawei.com>
Tejun Heo4d205672015-06-12 17:15:23 -05002928M: Johannes Weiner <hannes@cmpxchg.org>
KAMEZAWA Hiroyuki12340312011-11-15 14:35:59 -08002929L: cgroups@vger.kernel.org
Paul Menage860ca0e2011-11-18 14:22:09 -08002930T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
Paul Menagefb3a0fb2008-03-04 14:28:28 -08002931S: Maintained
Tejun Heoa3e33542014-05-13 15:49:58 -04002932F: Documentation/cgroups/
Joe Perches679655d2009-04-07 20:44:32 -07002933F: include/linux/cgroup*
2934F: kernel/cgroup*
Tejun Heoa3e33542014-05-13 15:49:58 -04002935
2936CONTROL GROUP - CPUSET
2937M: Li Zefan <lizefan@huawei.com>
2938L: cgroups@vger.kernel.org
2939W: http://www.bullopensource.org/cpuset/
2940W: http://oss.sgi.com/projects/cpusets/
2941T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2942S: Maintained
2943F: Documentation/cgroups/cpusets.txt
2944F: include/linux/cpuset.h
2945F: kernel/cpuset.c
2946
2947CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2948M: Johannes Weiner <hannes@cmpxchg.org>
Michal Hockofbd7dc72015-07-17 16:23:26 -07002949M: Michal Hocko <mhocko@kernel.org>
Tejun Heoa3e33542014-05-13 15:49:58 -04002950L: cgroups@vger.kernel.org
2951L: linux-mm@kvack.org
2952S: Maintained
2953F: mm/memcontrol.c
Johannes Weiner5d1ea482014-12-10 15:44:55 -08002954F: mm/swap_cgroup.c
Paul Menagefb3a0fb2008-03-04 14:28:28 -08002955
Rudolf Marekbebe4672007-05-08 17:22:02 +02002956CORETEMP HARDWARE MONITORING DRIVER
Fenghua Yu96859122010-08-25 15:42:14 +02002957M: Fenghua Yu <fenghua.yu@intel.com>
Rudolf Marekbebe4672007-05-08 17:22:02 +02002958L: lm-sensors@lm-sensors.org
2959S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002960F: Documentation/hwmon/coretemp
2961F: drivers/hwmon/coretemp.c
Rudolf Marekbebe4672007-05-08 17:22:02 +02002962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963COSA/SRP SYNC SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002964M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965W: http://www.fi.muni.cz/~kas/cosa/
2966S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002967F: drivers/net/wan/cosa*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
Florian Fainelli4371ee32009-06-01 02:43:17 -07002969CPMAC ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002970M: Florian Fainelli <florian@openwrt.org>
Florian Fainelli4371ee32009-06-01 02:43:17 -07002971L: netdev@vger.kernel.org
2972S: Maintained
Jeff Kirsherb544dba2011-06-14 12:56:50 -07002973F: drivers/net/ethernet/ti/cpmac.c
Florian Fainelli4371ee32009-06-01 02:43:17 -07002974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975CPU FREQUENCY DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07002976M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
viresh kumar45c009a2013-04-26 12:53:16 +00002977M: Viresh Kumar <viresh.kumar@linaro.org>
Rafael J. Wysockia6c072c2012-05-11 21:35:45 +02002978L: linux-pm@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979S: Maintained
Viresh Kumar27209d92013-05-29 12:23:14 +05302980T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2981T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
Joe Perches679655d2009-04-07 20:44:32 -07002982F: drivers/cpufreq/
2983F: include/linux/cpufreq.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
Viresh Kumar8a67f0e2013-04-01 12:57:49 +00002985CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2986M: Viresh Kumar <viresh.kumar@linaro.org>
Sudeep Holla171d0ba2014-02-11 11:42:32 +00002987M: Sudeep Holla <sudeep.holla@arm.com>
Viresh Kumar8a67f0e2013-04-01 12:57:49 +00002988L: linux-pm@vger.kernel.org
2989W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2990S: Maintained
2991F: drivers/cpufreq/arm_big_little.h
2992F: drivers/cpufreq/arm_big_little.c
2993F: drivers/cpufreq/arm_big_little_dt.c
2994
Lorenzo Pieralisi14d2c342013-06-12 17:40:01 +02002995CPUIDLE DRIVER - ARM BIG LITTLE
Joe Perchesb75f0052014-03-03 15:38:37 -08002996M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2997M: Daniel Lezcano <daniel.lezcano@linaro.org>
2998L: linux-pm@vger.kernel.org
2999L: linux-arm-kernel@lists.infradead.org
Joe Perchescea83212014-03-03 15:38:38 -08003000T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
Joe Perchesb75f0052014-03-03 15:38:37 -08003001S: Maintained
3002F: drivers/cpuidle/cpuidle-big_little.c
Lorenzo Pieralisi14d2c342013-06-12 17:40:01 +02003003
Bartlomiej Zolnierkiewicz0c570c12014-12-02 16:41:35 +01003004CPUIDLE DRIVER - ARM EXYNOS
3005M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3006M: Daniel Lezcano <daniel.lezcano@linaro.org>
3007M: Kukjin Kim <kgene@kernel.org>
3008L: linux-pm@vger.kernel.org
3009L: linux-samsung-soc@vger.kernel.org
3010S: Supported
3011F: drivers/cpuidle/cpuidle-exynos.c
3012F: arch/arm/mach-exynos/pm.c
3013
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003014CPUIDLE DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07003015M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003016M: Daniel Lezcano <daniel.lezcano@linaro.org>
3017L: linux-pm@vger.kernel.org
3018S: Maintained
Joe Perchescea83212014-03-03 15:38:38 -08003019T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003020F: drivers/cpuidle/*
3021F: include/linux/cpuidle.h
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023CPUID/MSR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003024M: "H. Peter Anvin" <hpa@zytor.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003026F: arch/x86/kernel/cpuid.c
3027F: arch/x86/kernel/msr.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003029CPU POWER MONITORING SUBSYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -07003030M: Thomas Renninger <trenn@suse.com>
Thomas Renninger103f1792014-07-22 16:06:01 +02003031L: linux-pm@vger.kernel.org
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003032S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07003033F: tools/power/cpupower/
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003034
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01003036W: http://sourceforge.net/projects/cramfs/
Michael Opdenacker54886a72013-11-12 15:08:35 -08003037S: Orphan / Obsolete
Joe Perches679655d2009-04-07 20:44:32 -07003038F: Documentation/filesystems/cramfs.txt
3039F: fs/cramfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
3041CRIS PORT
Joe Perches8b58be82009-07-29 15:04:30 -07003042M: Mikael Starvik <starvik@axis.com>
3043M: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson9937ac02009-06-24 09:33:19 +02003044L: linux-cris-kernel@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045W: http://developer.axis.com
3046S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003047F: arch/cris/
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08003048F: drivers/tty/serial/crisv10.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049
3050CRYPTO API
Joe Perches8b58be82009-07-29 15:04:30 -07003051M: Herbert Xu <herbert@gondor.apana.org.au>
3052M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053L: linux-crypto@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -07003054T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003056F: Documentation/crypto/
Stephan Mueller2ca87a12015-03-06 21:36:21 +01003057F: Documentation/DocBook/crypto-API.tmpl
Joe Perches679655d2009-04-07 20:44:32 -07003058F: arch/*/crypto/
3059F: crypto/
3060F: drivers/crypto/
3061F: include/crypto/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062
Neil Horman5b07bd52009-02-05 16:03:04 +11003063CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
Joe Perches8b58be82009-07-29 15:04:30 -07003064M: Neil Horman <nhorman@tuxdriver.com>
Neil Horman5b07bd52009-02-05 16:03:04 +11003065L: linux-crypto@vger.kernel.org
3066S: Maintained
Joe Perches51a22282010-08-09 17:20:45 -07003067F: crypto/ansi_cprng.c
3068F: crypto/rng.c
Neil Horman5b07bd52009-02-05 16:03:04 +11003069
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003070CS5535 Audio ALSA driver
Joe Perches8b58be82009-07-29 15:04:30 -07003071M: Jaya Kumar <jayakumar.alsa@gmail.com>
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003072S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003073F: sound/pci/cs5535audio/
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003074
Solomon Peachya910e4a2013-05-24 20:04:38 -04003075CW1200 WLAN driver
Joe Perchesb75f0052014-03-03 15:38:37 -08003076M: Solomon Peachy <pizza@shaftnet.org>
3077S: Maintained
3078F: drivers/net/wireless/cw1200/
Solomon Peachya910e4a2013-05-24 20:04:38 -04003079
Hans Verkuil6d8425b2008-05-05 18:25:22 -03003080CX18 VIDEO4LINUX DRIVER
Andy Walls6afdeaf2010-05-23 18:53:35 -03003081M: Andy Walls <awalls@md.metrocast.net>
Joe Perches7b212ed2014-12-10 15:51:24 -08003082L: ivtv-devel@ivtvdriver.org (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003083L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02003084T: git git://linuxtv.org/media_tree.git
Hans Verkuil6d8425b2008-05-05 18:25:22 -03003085W: http://linuxtv.org
Joe Perches30e10992009-07-29 15:04:21 -07003086W: http://www.ivtvdriver.org/index.php/Cx18
Hans Verkuil6d8425b2008-05-05 18:25:22 -03003087S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003088F: Documentation/video4linux/cx18.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03003089F: drivers/media/pci/cx18/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02003090F: include/uapi/linux/ivtv*
Hans Verkuil6d8425b2008-05-05 18:25:22 -03003091
Hans Verkuil3f101d92012-11-23 07:00:02 -03003092CX2341X MPEG ENCODER HELPER MODULE
3093M: Hans Verkuil <hverkuil@xs4all.nl>
3094L: linux-media@vger.kernel.org
3095T: git git://linuxtv.org/media_tree.git
3096W: http://linuxtv.org
3097S: Maintained
Cesar Eduardo Barrosc368360b2013-03-02 21:53:42 -03003098F: drivers/media/common/cx2341x*
Hans Verkuil3f101d92012-11-23 07:00:02 -03003099F: include/media/cx2341x*
3100
Patrick Boettcherb8fe6e22015-04-28 02:53:13 -03003101CX24120 MEDIA DRIVER
3102M: Jemma Denson <jdenson@gmail.com>
3103M: Patrick Boettcher <patrick.boettcher@posteo.de>
3104L: linux-media@vger.kernel.org
3105W: http://linuxtv.org/
3106Q: http://patchwork.linuxtv.org/project/linux-media/list/
3107S: Maintained
3108F: drivers/media/dvb-frontends/cx24120*
3109
Mauro Carvalho Chehab20357572012-11-02 11:33:44 -02003110CX88 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003111M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab20357572012-11-02 11:33:44 -02003112L: linux-media@vger.kernel.org
3113W: http://linuxtv.org
3114T: git git://linuxtv.org/media_tree.git
3115S: Odd fixes
3116F: Documentation/video4linux/cx88/
3117F: drivers/media/pci/cx88/
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003118
Antti Palosaari91952bc2012-10-01 12:28:46 -03003119CXD2820R MEDIA DRIVER
3120M: Antti Palosaari <crope@iki.fi>
3121L: linux-media@vger.kernel.org
3122W: http://linuxtv.org/
3123W: http://palosaari.fi/linux/
3124Q: http://patchwork.linuxtv.org/project/linux-media/list/
3125T: git git://linuxtv.org/anttip/media_tree.git
3126S: Maintained
3127F: drivers/media/dvb-frontends/cxd2820r*
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003128
Steve Wisee5ec3782008-05-20 14:06:33 -07003129CXGB3 ETHERNET DRIVER (CXGB3)
Divy Le Raycdc99232013-11-11 15:01:39 -08003130M: Santosh Raspatur <santosh@chelsio.com>
Steve Wisee5ec3782008-05-20 14:06:33 -07003131L: netdev@vger.kernel.org
3132W: http://www.chelsio.com
3133S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003134F: drivers/net/ethernet/chelsio/cxgb3/
Steve Wisee5ec3782008-05-20 14:06:33 -07003135
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003136CXGB3 ISCSI DRIVER (CXGB3I)
Joe Perches49e7d9d2015-04-15 16:17:31 -07003137M: Karen Xie <kxie@chelsio.com>
3138L: linux-scsi@vger.kernel.org
3139W: http://www.chelsio.com
3140S: Supported
3141F: drivers/scsi/cxgbi/cxgb3i
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003142
Steve Wisee5ec3782008-05-20 14:06:33 -07003143CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
Joe Perches8b58be82009-07-29 15:04:30 -07003144M: Steve Wise <swise@chelsio.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07003145L: linux-rdma@vger.kernel.org
Steve Wisee5ec3782008-05-20 14:06:33 -07003146W: http://www.openfabrics.org
3147S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003148F: drivers/infiniband/hw/cxgb3/
Steve Wisee5ec3782008-05-20 14:06:33 -07003149
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003150CXGB4 ETHERNET DRIVER (CXGB4)
Dimitris Michailidis56f16c72014-06-13 14:11:14 -07003151M: Hariprasad S <hariprasad@chelsio.com>
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003152L: netdev@vger.kernel.org
3153W: http://www.chelsio.com
3154S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003155F: drivers/net/ethernet/chelsio/cxgb4/
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003156
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003157CXGB4 ISCSI DRIVER (CXGB4I)
Joe Perches49e7d9d2015-04-15 16:17:31 -07003158M: Karen Xie <kxie@chelsio.com>
3159L: linux-scsi@vger.kernel.org
3160W: http://www.chelsio.com
3161S: Supported
3162F: drivers/scsi/cxgbi/cxgb4i
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003163
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003164CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3165M: Steve Wise <swise@chelsio.com>
3166L: linux-rdma@vger.kernel.org
3167W: http://www.openfabrics.org
3168S: Supported
3169F: drivers/infiniband/hw/cxgb4/
3170
Casey Leedom5c20a5c2010-07-19 17:55:33 -07003171CXGB4VF ETHERNET DRIVER (CXGB4VF)
3172M: Casey Leedom <leedom@chelsio.com>
3173L: netdev@vger.kernel.org
3174W: http://www.chelsio.com
3175S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003176F: drivers/net/ethernet/chelsio/cxgb4vf/
Casey Leedom5c20a5c2010-07-19 17:55:33 -07003177
Ian Munsiea9282d02014-10-08 19:55:05 +11003178CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3179M: Ian Munsie <imunsie@au1.ibm.com>
3180M: Michael Neuling <mikey@neuling.org>
3181L: linuxppc-dev@lists.ozlabs.org
3182S: Supported
3183F: drivers/misc/cxl/
Michael Neulingec249dd2015-05-27 16:07:16 +10003184F: include/misc/cxl*
Ian Munsiea9282d02014-10-08 19:55:05 +11003185F: include/uapi/misc/cxl.h
3186F: Documentation/powerpc/cxl.txt
3187F: Documentation/powerpc/cxl.txt
3188F: Documentation/ABI/testing/sysfs-class-cxl
3189
Matthew R. Ochs11f43ae2015-10-21 15:15:22 -05003190CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3191M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3192M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3193L: linux-scsi@vger.kernel.org
3194S: Supported
3195F: drivers/scsi/cxlflash/
3196F: include/uapi/scsi/cxlflash_ioctls.h
3197F: Documentation/powerpc/cxlflash.txt
3198
Giuseppe Cavallarob52b97a2010-11-18 09:32:02 -08003199STMMAC ETHERNET DRIVER
3200M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3201L: netdev@vger.kernel.org
3202W: http://www.stlinux.com
3203S: Supported
Jeff Kirsher7ac66532011-05-16 00:05:19 -07003204F: drivers/net/ethernet/stmicro/stmmac/
Giuseppe Cavallarob52b97a2010-11-18 09:32:02 -08003205
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206CYBERPRO FB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003207M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07003208L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209W: http://www.arm.linux.org.uk/
3210S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09003211F: drivers/video/fbdev/cyber2000fb.*
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08003215S: Orphan
Joe Perchesc8974012011-04-14 15:22:05 -07003216F: drivers/tty/cyclades.c
Joe Perches679655d2009-04-07 20:44:32 -07003217F: include/linux/cyclades.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003218F: include/uapi/linux/cyclades.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219
3220CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08003222S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003223F: drivers/net/wan/pc300*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224
Antti Palosaari402f6ae2013-04-09 21:30:41 -03003225CYPRESS_FIRMWARE MEDIA DRIVER
3226M: Antti Palosaari <crope@iki.fi>
3227L: linux-media@vger.kernel.org
3228W: http://linuxtv.org/
3229W: http://palosaari.fi/linux/
3230Q: http://patchwork.linuxtv.org/project/linux-media/list/
3231T: git git://linuxtv.org/anttip/media_tree.git
3232S: Maintained
3233F: drivers/media/common/cypress_firmware*
3234
Javier Martinez Canillase3ae35252012-03-04 09:26:14 -08003235CYTTSP TOUCHSCREEN DRIVER
Javier Martinez Canillasbe9a6f42013-08-29 08:43:58 -07003236M: Ferruh Yigit <fery@cypress.com>
Joe Perches63059022012-06-07 14:21:10 -07003237L: linux-input@vger.kernel.org
Javier Martinez Canillasbe9a6f42013-08-29 08:43:58 -07003238S: Supported
Joe Perches63059022012-06-07 14:21:10 -07003239F: drivers/input/touchscreen/cyttsp*
3240F: include/linux/input/cyttsp.h
Javier Martinez Canillase3ae35252012-03-04 09:26:14 -08003241
Joshua Kinardaaaf5fb2015-02-16 16:00:26 -08003242DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3243M: Joshua Kinard <kumba@gentoo.org>
3244S: Maintained
3245F: drivers/rtc/rtc-ds1685.c
3246F: include/linux/rtc/ds1685.h
3247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248DAMA SLAVE for AX.25
Joe Perches8b58be82009-07-29 15:04:30 -07003249M: Joerg Reuter <jreuter@yaina.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250W: http://yaina.de/jreuter/
3251W: http://www.qsl.net/dl1bke/
3252L: linux-hams@vger.kernel.org
3253S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003254F: net/ax25/af_ax25.c
3255F: net/ax25/ax25_dev.c
3256F: net/ax25/ax25_ds_*
3257F: net/ax25/ax25_in.c
3258F: net/ax25/ax25_out.c
3259F: net/ax25/ax25_timer.c
3260F: net/ax25/sysctl_net_ax25.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003262DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003263L: netdev@vger.kernel.org
Joe Perches5ff77422011-05-24 17:13:22 -07003264S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003265F: Documentation/networking/dmfe.txt
Joe Perches0f04e2a2012-01-10 15:08:56 -08003266F: drivers/net/ethernet/dec/tulip/dmfe.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003267
3268DC390/AM53C974 SCSI driver
Jiri Slabyd8130622015-07-17 16:23:20 -07003269M: Hannes Reinecke <hare@suse.com>
Hannes Reinecke71bd8492014-11-24 15:37:30 +01003270L: linux-scsi@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003271S: Maintained
Hannes Reinecke71bd8492014-11-24 15:37:30 +01003272F: drivers/scsi/am53c974.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003273
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274DC395x SCSI driver
Oliver Neukum61eee9a2012-08-01 14:32:55 +02003275M: Oliver Neukum <oliver@neukum.org>
Joe Perches8b58be82009-07-29 15:04:30 -07003276M: Ali Akcaagac <aliakc@web.de>
3277M: Jamie Lenehan <lenehan@twibble.org>
Randy Dunlapf5df58812006-07-14 00:24:29 -07003278L: dc395x@twibble.org
Joe Perchescf015e92014-02-25 15:01:47 -08003279W: http://twibble.org/dist/dc395x/
3280W: http://lists.twibble.org/mailman/listinfo/dc395x/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003282F: Documentation/scsi/dc395x.txt
3283F: drivers/scsi/dc395x.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003285DCCP PROTOCOL
Arnaldo Carvalho de Meloa89d0302011-02-26 16:28:54 +00003286M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003287L: dccp@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +00003288W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003289S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003290F: include/linux/dccp.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003291F: include/uapi/linux/dccp.h
Joe Perches679655d2009-04-07 20:44:32 -07003292F: include/linux/tfrc.h
3293F: net/dccp/
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003294
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295DECnet NETWORK LAYER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296W: http://linux-decnet.sourceforge.net
3297L: linux-decnet-user@lists.sourceforge.net
Chrissie Caulfieldf5464442010-02-18 01:33:13 +00003298S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003299F: Documentation/networking/decnet.txt
3300F: net/decnet/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301
Maciej W. Rozyckiebff05b2014-04-06 23:04:00 +01003302DECSTATION PLATFORM SUPPORT
3303M: "Maciej W. Rozycki" <macro@linux-mips.org>
3304L: linux-mips@linux-mips.org
3305W: http://www.linux-mips.org/wiki/DECstation
3306S: Maintained
3307F: arch/mips/dec/
3308F: arch/mips/include/asm/dec/
3309F: arch/mips/include/asm/mach-dec/
3310
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311DEFXX FDDI NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003312M: "Maciej W. Rozycki" <macro@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313S: Maintained
Jeff Kirsher33f810b2011-07-31 00:06:29 -07003314F: drivers/net/fddi/defxx.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003316DELL LAPTOP DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003317M: Matthew Garrett <mjg59@srcf.ucam.org>
Pali Rohárcdbff612015-03-29 15:38:50 +02003318M: Pali Rohár <pali.rohar@gmail.com>
Matthew Garrettd0944852010-02-11 10:40:13 -05003319L: platform-driver-x86@vger.kernel.org
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003320S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003321F: drivers/platform/x86/dell-laptop.c
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003322
Pali Rohár817a5cd2015-06-06 10:23:28 +02003323DELL LAPTOP RBTN DRIVER
3324M: Pali Rohár <pali.rohar@gmail.com>
3325S: Maintained
3326F: drivers/platform/x86/dell-rbtn.*
3327
Pali Rohárcdbff612015-03-29 15:38:50 +02003328DELL LAPTOP FREEFALL DRIVER
3329M: Pali Rohár <pali.rohar@gmail.com>
3330S: Maintained
3331F: drivers/platform/x86/dell-smo8800.c
3332
Linus Torvalds1da177e2005-04-16 15:20:36 -07003333DELL LAPTOP SMM DRIVER
Pali Rohára5afba12015-05-14 13:16:36 +02003334M: Pali Rohár <pali.rohar@gmail.com>
Guenter Roeckef3522f2014-12-21 20:54:37 +01003335S: Maintained
Pali Rohára5afba12015-05-14 13:16:36 +02003336F: drivers/hwmon/dell-smm-hwmon.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003337F: include/uapi/linux/i8k.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338
Doug Warzecha90563ec2005-09-06 15:17:15 -07003339DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
Joe Perches8b58be82009-07-29 15:04:30 -07003340M: Doug Warzecha <Douglas_Warzecha@dell.com>
Doug Warzecha90563ec2005-09-06 15:17:15 -07003341S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003342F: Documentation/dcdbas.txt
3343F: drivers/firmware/dcdbas.*
Doug Warzecha90563ec2005-09-06 15:17:15 -07003344
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003345DELL WMI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003346M: Matthew Garrett <mjg59@srcf.ucam.org>
Pali Rohárcdbff612015-03-29 15:38:50 +02003347M: Pali Rohár <pali.rohar@gmail.com>
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003348S: Maintained
Joe Perches36b3a962010-08-09 17:20:46 -07003349F: drivers/platform/x86/dell-wmi.c
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003350
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003351DESIGNWARE USB2 DRD IP DRIVER
Paul Zimmerman16272ae2015-01-15 20:14:10 +00003352M: John Youn <johnyoun@synopsys.com>
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003353L: linux-usb@vger.kernel.org
Paul Zimmerman18f340f2014-09-19 14:49:36 -07003354T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003355S: Maintained
Paul Zimmerman197ba5f2014-01-13 13:50:09 -08003356F: drivers/usb/dwc2/
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003357
Felipe Balbi94ab23d2011-08-19 18:10:59 +03003358DESIGNWARE USB3 DRD IP DRIVER
3359M: Felipe Balbi <balbi@ti.com>
3360L: linux-usb@vger.kernel.org
3361L: linux-omap@vger.kernel.org
3362T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3363S: Maintained
3364F: drivers/usb/dwc3/
3365
Johannes Berg833c9542014-09-12 09:01:56 +02003366DEVICE COREDUMP (DEV_COREDUMP)
3367M: Johannes Berg <johannes@sipsolutions.net>
3368L: linux-kernel@vger.kernel.org
3369S: Maintained
3370F: drivers/base/devcoredump.c
3371F: include/linux/devcoredump.h
3372
Kyungmin Park89d07762012-01-10 15:09:09 -08003373DEVICE FREQUENCY (DEVFREQ)
3374M: MyungJoo Ham <myungjoo.ham@samsung.com>
3375M: Kyungmin Park <kyungmin.park@samsung.com>
MyungJoo Ham88476d32013-03-14 17:28:24 +09003376L: linux-pm@vger.kernel.org
Kyungmin Park89d07762012-01-10 15:09:09 -08003377S: Maintained
3378F: drivers/devfreq/
3379
Linus Torvalds1da177e2005-04-16 15:20:36 -07003380DEVICE NUMBER REGISTRY
Joe Perches8b58be82009-07-29 15:04:30 -07003381M: Torben Mathiasen <device@lanana.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382W: http://lanana.org/docs/device-list/index.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383S: Maintained
3384
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003385DEVICE-MAPPER (LVM)
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003386M: Alasdair Kergon <agk@redhat.com>
Alasdair G Kergon8504eed2013-07-10 23:41:19 +01003387M: Mike Snitzer <snitzer@redhat.com>
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003388M: dm-devel@redhat.com
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003389L: dm-devel@redhat.com
3390W: http://sources.redhat.com/dm
Joe Perches8a6e2532010-03-05 13:43:11 -08003391Q: http://patchwork.kernel.org/project/dm-devel/list/
Mike Snitzer41d35d22013-11-04 19:42:38 -05003392T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003393T: quilt http://people.redhat.com/agk/patches/linux/editing/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003394S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003395F: Documentation/device-mapper/
3396F: drivers/md/dm*
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003397F: drivers/md/persistent-data/
Joe Perches679655d2009-04-07 20:44:32 -07003398F: include/linux/device-mapper.h
3399F: include/linux/dm-*.h
Alasdair G Kergon8504eed2013-07-10 23:41:19 +01003400F: include/uapi/linux/dm-*.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003401
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003402DIALOG SEMICONDUCTOR DRIVERS
3403M: Support Opensource <support.opensource@diasemi.com>
3404W: http://www.dialog-semiconductor.com/products
3405S: Supported
3406F: Documentation/hwmon/da90??
Adam Thomson7c933772015-09-29 16:44:12 +01003407F: Documentation/devicetree/bindings/sound/da[79]*.txt
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003408F: drivers/gpio/gpio-da90??.c
3409F: drivers/hwmon/da90??-hwmon.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003410F: drivers/iio/adc/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003411F: drivers/input/misc/da90??_onkey.c
3412F: drivers/input/touchscreen/da9052_tsi.c
3413F: drivers/leds/leds-da90??.c
3414F: drivers/mfd/da903x.c
3415F: drivers/mfd/da90??-*.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003416F: drivers/mfd/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003417F: drivers/power/da9052-battery.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003418F: drivers/power/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003419F: drivers/regulator/da903x.c
3420F: drivers/regulator/da9???-regulator.[ch]
3421F: drivers/rtc/rtc-da90??.c
3422F: drivers/video/backlight/da90??_bl.c
3423F: drivers/watchdog/da90??_wdt.c
3424F: include/linux/mfd/da903x.h
3425F: include/linux/mfd/da9052/
3426F: include/linux/mfd/da9055/
3427F: include/linux/mfd/da9063/
Adam Thomson7be72c22015-02-18 14:08:37 +00003428F: include/linux/mfd/da9150/
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003429F: include/sound/da[79]*.h
3430F: sound/soc/codecs/da[79]*.[ch]
3431
Lidza Louina599aa692013-09-23 16:13:15 -04003432DIGI NEO AND CLASSIC PCI PRODUCTS
3433M: Lidza Louina <lidza.louina@gmail.com>
Mark Hounschell542f3d52014-04-25 14:32:15 -04003434M: Mark Hounschell <markh@compro.net>
Lidza Louina599aa692013-09-23 16:13:15 -04003435L: driverdev-devel@linuxdriverproject.org
3436S: Maintained
3437F: drivers/staging/dgnc/
3438
3439DIGI EPCA PCI PRODUCTS
3440M: Lidza Louina <lidza.louina@gmail.com>
Daeseok Youn6d825f72014-07-12 01:25:42 +09003441M: Daeseok Youn <daeseok.youn@gmail.com>
Lidza Louina599aa692013-09-23 16:13:15 -04003442L: driverdev-devel@linuxdriverproject.org
3443S: Maintained
3444F: drivers/staging/dgap/
3445
Guenter Roeck335d7c52011-01-26 11:45:49 -08003446DIOLAN U2C-12 I2C DRIVER
Guenter Roeckca462082012-06-01 23:28:23 -07003447M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck335d7c52011-01-26 11:45:49 -08003448L: linux-i2c@vger.kernel.org
3449S: Maintained
3450F: drivers/i2c/busses/i2c-diolan-u2c.c
3451
Matthew Wilcoxd475c632015-02-16 15:58:56 -08003452DIRECT ACCESS (DAX)
3453M: Matthew Wilcox <willy@linux.intel.com>
3454L: linux-fsdevel@vger.kernel.org
3455S: Supported
3456F: fs/dax.c
3457
Randy Dunlape7839f22008-10-12 16:11:45 -07003458DIRECTORY NOTIFICATION (DNOTIFY)
Joe Perches8b58be82009-07-29 15:04:30 -07003459M: Eric Paris <eparis@parisplace.org>
Eric Paris3c5119c2009-05-21 17:01:33 -04003460S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003461F: Documentation/filesystems/dnotify.txt
3462F: fs/notify/dnotify/
3463F: include/linux/dnotify.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003464
3465DISK GEOMETRY AND PARTITION HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -07003466M: Andries Brouwer <aeb@cwi.nl>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3468W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3469W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3470S: Maintained
3471
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003472DISKQUOTA
Jiri Slabyd8130622015-07-17 16:23:20 -07003473M: Jan Kara <jack@suse.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003475F: Documentation/filesystems/quota.txt
3476F: fs/quota/
3477F: include/linux/quota*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003478F: include/uapi/linux/quota*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479
Bernie Thompson702686a2012-03-01 13:52:13 -08003480DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3481M: Bernie Thompson <bernie@plugable.com>
3482L: linux-fbdev@vger.kernel.org
3483S: Maintained
3484W: http://plugable.com/category/projects/udlfb/
Jingoo Han8a61f012014-07-01 15:36:01 +09003485F: drivers/video/fbdev/udlfb.c
Bernie Thompson702686a2012-03-01 13:52:13 -08003486F: include/video/udlfb.h
3487F: Documentation/fb/udlfb.txt
3488
Randy Dunlape7839f22008-10-12 16:11:45 -07003489DISTRIBUTED LOCK MANAGER (DLM)
Joe Perches8b58be82009-07-29 15:04:30 -07003490M: Christine Caulfield <ccaulfie@redhat.com>
3491M: David Teigland <teigland@redhat.com>
David Teiglanda4644182006-06-22 15:29:57 -04003492L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003493W: http://sources.redhat.com/cluster/
Joe Perches54e58812009-04-07 21:08:10 -07003494T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003495S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003496F: fs/dlm/
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003497
Sumit Semwal53b6b3e2012-01-20 15:04:25 +05303498DMA BUFFER SHARING FRAMEWORK
3499M: Sumit Semwal <sumit.semwal@linaro.org>
3500S: Maintained
3501L: linux-media@vger.kernel.org
3502L: dri-devel@lists.freedesktop.org
Randy Dunlap8ada6d22014-10-13 15:51:19 -07003503L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
Maarten Lankhorst35fac7e2014-07-01 12:57:08 +02003504F: drivers/dma-buf/
Joe Perchese46d12c2014-08-08 14:26:16 -07003505F: include/linux/dma-buf*
3506F: include/linux/reservation.h
3507F: include/linux/*fence.h
Sumit Semwal53b6b3e2012-01-20 15:04:25 +05303508F: Documentation/dma-buf-sharing.txt
3509T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3510
Dan Williamsb3e5f262007-08-07 10:26:35 -07003511DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Dan Williams4abed0a2011-02-14 00:42:08 -08003512M: Vinod Koul <vinod.koul@intel.com>
Vinod Koul17b59562013-10-22 12:58:56 +05303513L: dmaengine@vger.kernel.org
3514Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
Dan Williams08223d82014-08-19 06:07:56 -07003515S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003516F: drivers/dma/
Vinod Koul0ce3c062014-12-22 20:57:13 +05303517F: include/linux/dmaengine.h
Vinod Koul979a281e2014-11-06 11:21:17 +05303518F: Documentation/dmaengine/
3519T: git git://git.infradead.org/users/vkoul/slave-dma.git
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07003520
Juerg Haefligerb8250372007-06-09 10:11:16 -04003521DME1737 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003522M: Juerg Haefliger <juergh@gmail.com>
Juerg Haefligerb8250372007-06-09 10:11:16 -04003523L: lm-sensors@lm-sensors.org
3524S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003525F: Documentation/hwmon/dme1737
3526F: drivers/hwmon/dme1737.c
Juerg Haefligerb8250372007-06-09 10:11:16 -04003527
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003528DMI/SMBIOS SUPPORT
Jiri Slabyd8130622015-07-17 16:23:20 -07003529M: Jean Delvare <jdelvare@suse.com>
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003530S: Maintained
Jean Delvared4aeef932015-06-25 09:06:56 +02003531T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
Ivan Khoronzhukd7f96f972015-06-25 09:06:56 +02003532F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003533F: drivers/firmware/dmi-id.c
3534F: drivers/firmware/dmi_scan.c
3535F: include/linux/dmi.h
3536
Joe Perches7d2c86b2009-04-07 20:59:01 -07003537DOCUMENTATION
Jonathan Corbetad3118b2014-10-17 08:59:26 -04003538M: Jonathan Corbet <corbet@lwn.net>
Jean Delvare795fb7e2008-09-20 12:33:08 +02003539L: linux-doc@vger.kernel.org
3540S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003541F: Documentation/
Jonathan Corbet42f41ec2015-09-11 13:23:36 -06003542F: scripts/docproc.c
3543F: scripts/kernel-doc*
Randy Dunlap97be0782014-06-27 18:28:56 -07003544X: Documentation/ABI/
3545X: Documentation/devicetree/
Jonathan Corbet933a46b2015-03-26 10:25:17 -06003546X: Documentation/acpi
3547X: Documentation/power
3548X: Documentation/spi
Jonathan Corbet6c121172015-07-24 15:08:14 +02003549X: Documentation/DocBook/media
Jonathan Corbetc51edfb2015-09-24 16:05:28 -06003550T: git git://git.lwn.net/linux.git docs-next
Randy Dunlapabbaeff2008-07-04 09:59:57 -07003551
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552DOUBLETALK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003553M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003554L: blinux-list@redhat.com
3555S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003556F: drivers/char/dtlk.c
3557F: include/linux/dtlk.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003559DPT_I2O SCSI RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003560M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003561L: linux-scsi@vger.kernel.org
3562W: http://www.adaptec.com/
3563S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003564F: drivers/scsi/dpt*
3565F: drivers/scsi/dpt/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07003566
Philipp Reisnerb411b362009-09-25 16:07:19 -07003567DRBD DRIVER
Joe Perches28b8e8d2010-03-23 13:35:20 -07003568P: Philipp Reisner
3569P: Lars Ellenberg
3570M: drbd-dev@lists.linbit.com
3571L: drbd-user@lists.linbit.com
3572W: http://www.drbd.org
3573T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3574T: git git://git.drbd.org/drbd-8.3.git
3575S: Supported
3576F: drivers/block/drbd/
3577F: lib/lru_cache.c
3578F: Documentation/blockdev/drbd/
Philipp Reisnerb411b362009-09-25 16:07:19 -07003579
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003580DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
Greg KH879a5a02012-01-31 20:02:00 -08003581M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Joe Perches08deed12012-03-23 15:01:57 -07003582T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003583S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003584F: Documentation/kobject.txt
Joe Perches7cfc51b2009-04-08 10:04:18 -07003585F: drivers/base/
Greg Kroah-Hartman87544652010-09-21 06:39:23 -07003586F: fs/debugfs/
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003587F: fs/kernfs/
3588F: fs/sysfs/
Greg Kroah-Hartman87544652010-09-21 06:39:23 -07003589F: include/linux/debugfs.h
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003590F: include/linux/kobj*
Joe Perches679655d2009-04-07 20:44:32 -07003591F: lib/kobj*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592
3593DRM DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07003594M: David Airlie <airlied@linux.ie>
Valdis.Kletnieks@vt.edu4c6a3992010-04-22 14:29:10 -04003595L: dri-devel@lists.freedesktop.org
Alex Deucherb0447882014-02-18 10:03:44 -05003596T: git git://people.freedesktop.org/~airlied/linux
Linus Torvalds1da177e2005-04-16 15:20:36 -07003597S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003598F: drivers/gpu/drm/
Daniel Vetter433e3b32014-05-26 23:44:42 +02003599F: drivers/gpu/vga/
Joe Perches850e9412010-08-09 17:20:45 -07003600F: include/drm/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003601F: include/uapi/drm/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602
Alex Deucher566f5932014-02-18 10:03:43 -05003603RADEON DRM DRIVERS
3604M: Alex Deucher <alexander.deucher@amd.com>
3605M: Christian König <christian.koenig@amd.com>
3606L: dri-devel@lists.freedesktop.org
3607T: git git://people.freedesktop.org/~agd5f/linux
3608S: Supported
3609F: drivers/gpu/drm/radeon/
Alex Deucher566f5932014-02-18 10:03:43 -05003610F: include/uapi/drm/radeon*
3611
Thierry Reding03e255b2014-04-04 08:59:18 +02003612DRM PANEL DRIVERS
3613M: Thierry Reding <thierry.reding@gmail.com>
3614L: dri-devel@lists.freedesktop.org
3615T: git git://anongit.freedesktop.org/tegra/linux.git
3616S: Maintained
3617F: drivers/gpu/drm/drm_panel.c
3618F: drivers/gpu/drm/panel/
3619F: include/drm/drm_panel.h
Rob Herring2d799dd2015-11-05 13:40:40 -06003620F: Documentation/devicetree/bindings/display/panel/
Thierry Reding03e255b2014-04-04 08:59:18 +02003621
Chris Wilson8daf7472010-09-28 14:07:26 +01003622INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
Daniel Vettercbce7102014-08-28 12:17:42 +02003623M: Daniel Vetter <daniel.vetter@intel.com>
Daniel Vetter47f95642014-01-07 09:24:31 +01003624M: Jani Nikula <jani.nikula@linux.intel.com>
Daniel Vetter362132d2013-03-13 22:28:46 +01003625L: intel-gfx@lists.freedesktop.org
Chris Wilson8daf7472010-09-28 14:07:26 +01003626L: dri-devel@lists.freedesktop.org
Daniel Vetter47f95642014-01-07 09:24:31 +01003627Q: http://patchwork.freedesktop.org/project/intel-gfx/
Daniel Vetter89258a92014-02-04 19:57:38 +01003628T: git git://anongit.freedesktop.org/drm-intel
Chris Wilson8daf7472010-09-28 14:07:26 +01003629S: Supported
Joe Perches14430812013-09-11 14:23:50 -07003630F: drivers/gpu/drm/i915/
Chris Wilson8daf7472010-09-28 14:07:26 +01003631F: include/drm/i915*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003632F: include/uapi/drm/i915*
Chris Wilson8daf7472010-09-28 14:07:26 +01003633
Boris BREZILLON99763bb2015-10-13 11:55:42 +02003634DRM DRIVERS FOR ATMEL HLCDC
3635M: Boris Brezillon <boris.brezillon@free-electrons.com>
3636L: dri-devel@lists.freedesktop.org
3637S: Supported
3638F: drivers/gpu/drm/atmel-hlcdc/
3639F: Documentation/devicetree/bindings/drm/atmel/
3640
Kyungmin Park398a6d42011-11-02 11:33:16 +09003641DRM DRIVERS FOR EXYNOS
3642M: Inki Dae <inki.dae@samsung.com>
Inki Daef1501302012-01-17 14:08:55 +09003643M: Joonyoung Shim <jy0922.shim@samsung.com>
3644M: Seung-Woo Kim <sw0312.kim@samsung.com>
3645M: Kyungmin Park <kyungmin.park@samsung.com>
Kyungmin Park398a6d42011-11-02 11:33:16 +09003646L: dri-devel@lists.freedesktop.org
Inki Dae25a58032012-10-30 16:08:05 +09003647T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
Kyungmin Park398a6d42011-11-02 11:33:16 +09003648S: Supported
Joe Perches14430812013-09-11 14:23:50 -07003649F: drivers/gpu/drm/exynos/
Kyungmin Park398a6d42011-11-02 11:33:16 +09003650F: include/drm/exynos*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003651F: include/uapi/drm/exynos*
Kyungmin Park398a6d42011-11-02 11:33:16 +09003652
Jianwei Wangb55a1b92015-08-19 22:26:33 -04003653DRM DRIVERS FOR FREESCALE DCU
3654M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3655M: Alison Wang <alison.wang@freescale.com>
3656L: dri-devel@lists.freedesktop.org
3657S: Supported
3658F: drivers/gpu/drm/fsl-dcu/
Rob Herring2d799dd2015-11-05 13:40:40 -06003659F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3660F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
Jianwei Wangb55a1b92015-08-19 22:26:33 -04003661
Philipp Zabel0a3d7752014-11-24 16:33:35 +01003662DRM DRIVERS FOR FREESCALE IMX
3663M: Philipp Zabel <p.zabel@pengutronix.de>
3664L: dri-devel@lists.freedesktop.org
3665S: Maintained
3666F: drivers/gpu/drm/imx/
Rob Herring2d799dd2015-11-05 13:40:40 -06003667F: Documentation/devicetree/bindings/display/imx/
Philipp Zabel0a3d7752014-11-24 16:33:35 +01003668
Patrik Jakobssonba2199a2015-10-12 23:14:44 +02003669DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3670M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3671L: dri-devel@lists.freedesktop.org
3672T: git git://github.com/patjak/drm-gma500
3673S: Maintained
3674F: drivers/gpu/drm/gma500
3675F: include/drm/gma500*
3676
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003677DRM DRIVERS FOR NVIDIA TEGRA
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003678M: Thierry Reding <thierry.reding@gmail.com>
3679M: Terje Bergström <tbergstrom@nvidia.com>
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003680L: dri-devel@lists.freedesktop.org
3681L: linux-tegra@vger.kernel.org
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003682T: git git://anongit.freedesktop.org/tegra/linux.git
Stephen Warrenadabdb02013-09-13 13:00:57 -06003683S: Supported
Thierry Redingdee82682013-10-09 10:32:49 +02003684F: drivers/gpu/drm/tegra/
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003685F: drivers/gpu/host1x/
Thierry Redinge1e90642013-09-24 13:59:01 +02003686F: include/linux/host1x.h
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003687F: include/uapi/drm/tegra_drm.h
Rob Herring2d799dd2015-11-05 13:40:40 -06003688F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003689
Laurent Pincharta284e9d2014-08-19 23:04:31 +02003690DRM DRIVERS FOR RENESAS
3691M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3692L: dri-devel@lists.freedesktop.org
3693L: linux-sh@vger.kernel.org
3694T: git git://people.freedesktop.org/~airlied/linux
3695S: Supported
3696F: drivers/gpu/drm/rcar-du/
3697F: drivers/gpu/drm/shmobile/
Laurent Pincharta284e9d2014-08-19 23:04:31 +02003698F: include/linux/platform_data/shmob_drm.h
3699
Heiko Stuebner625e0342015-04-20 00:59:50 +02003700DRM DRIVERS FOR ROCKCHIP
3701M: Mark Yao <mark.yao@rock-chips.com>
3702L: dri-devel@lists.freedesktop.org
3703S: Maintained
3704F: drivers/gpu/drm/rockchip/
Rob Herring2d799dd2015-11-05 13:40:40 -06003705F: Documentation/devicetree/bindings/display/rockchip*
Heiko Stuebner625e0342015-04-20 00:59:50 +02003706
Benjamin Gaignard7f11c472015-08-14 15:35:24 -07003707DRM DRIVERS FOR STI
3708M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3709M: Vincent Abriou <vincent.abriou@st.com>
3710L: dri-devel@lists.freedesktop.org
3711T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3712S: Maintained
3713F: drivers/gpu/drm/sti
Rob Herring2d799dd2015-11-05 13:40:40 -06003714F: Documentation/devicetree/bindings/display/st,stih4xx.txt
Benjamin Gaignard7f11c472015-08-14 15:35:24 -07003715
Alexey Klimov598df1a2012-11-28 17:16:32 -03003716DSBR100 USB FM RADIO DRIVER
3717M: Alexey Klimov <klimov.linux@gmail.com>
3718L: linux-media@vger.kernel.org
3719T: git git://linuxtv.org/media_tree.git
3720S: Maintained
3721F: drivers/media/radio/dsbr100.c
3722
Linus Torvalds1da177e2005-04-16 15:20:36 -07003723DSCC4 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003724M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu01f20732007-01-26 00:57:17 -08003725L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003727F: drivers/net/wan/dscc4.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728
Hans Verkuilcc11b142015-04-25 12:36:18 -03003729DT3155 MEDIA DRIVER
3730M: Hans Verkuil <hverkuil@xs4all.nl>
3731L: linux-media@vger.kernel.org
3732T: git git://linuxtv.org/media_tree.git
3733W: http://linuxtv.org
3734S: Odd Fixes
3735F: drivers/media/pci/dt3155/
3736
Antti Palosaari91952bc2012-10-01 12:28:46 -03003737DVB_USB_AF9015 MEDIA DRIVER
3738M: Antti Palosaari <crope@iki.fi>
3739L: linux-media@vger.kernel.org
3740W: http://linuxtv.org/
3741W: http://palosaari.fi/linux/
3742Q: http://patchwork.linuxtv.org/project/linux-media/list/
3743T: git git://linuxtv.org/anttip/media_tree.git
3744S: Maintained
3745F: drivers/media/usb/dvb-usb-v2/af9015*
3746
3747DVB_USB_AF9035 MEDIA DRIVER
3748M: Antti Palosaari <crope@iki.fi>
3749L: linux-media@vger.kernel.org
3750W: http://linuxtv.org/
3751W: http://palosaari.fi/linux/
3752Q: http://patchwork.linuxtv.org/project/linux-media/list/
3753T: git git://linuxtv.org/anttip/media_tree.git
3754S: Maintained
3755F: drivers/media/usb/dvb-usb-v2/af9035*
3756
3757DVB_USB_ANYSEE MEDIA DRIVER
3758M: Antti Palosaari <crope@iki.fi>
3759L: linux-media@vger.kernel.org
3760W: http://linuxtv.org/
3761W: http://palosaari.fi/linux/
3762Q: http://patchwork.linuxtv.org/project/linux-media/list/
3763T: git git://linuxtv.org/anttip/media_tree.git
3764S: Maintained
3765F: drivers/media/usb/dvb-usb-v2/anysee*
3766
3767DVB_USB_AU6610 MEDIA DRIVER
3768M: Antti Palosaari <crope@iki.fi>
3769L: linux-media@vger.kernel.org
3770W: http://linuxtv.org/
3771W: http://palosaari.fi/linux/
3772Q: http://patchwork.linuxtv.org/project/linux-media/list/
3773T: git git://linuxtv.org/anttip/media_tree.git
3774S: Maintained
3775F: drivers/media/usb/dvb-usb-v2/au6610*
3776
3777DVB_USB_CE6230 MEDIA DRIVER
3778M: Antti Palosaari <crope@iki.fi>
3779L: linux-media@vger.kernel.org
3780W: http://linuxtv.org/
3781W: http://palosaari.fi/linux/
3782Q: http://patchwork.linuxtv.org/project/linux-media/list/
3783T: git git://linuxtv.org/anttip/media_tree.git
3784S: Maintained
3785F: drivers/media/usb/dvb-usb-v2/ce6230*
3786
Michael Krufkyd099dea2012-10-02 00:56:20 -03003787DVB_USB_CXUSB MEDIA DRIVER
3788M: Michael Krufky <mkrufky@linuxtv.org>
3789L: linux-media@vger.kernel.org
3790W: http://linuxtv.org/
3791W: http://github.com/mkrufky
3792Q: http://patchwork.linuxtv.org/project/linux-media/list/
3793T: git git://linuxtv.org/media_tree.git
3794S: Maintained
Cesar Eduardo Barros9819da62013-01-04 15:35:25 -08003795F: drivers/media/usb/dvb-usb/cxusb*
Michael Krufkyd099dea2012-10-02 00:56:20 -03003796
Antti Palosaari91952bc2012-10-01 12:28:46 -03003797DVB_USB_EC168 MEDIA DRIVER
3798M: Antti Palosaari <crope@iki.fi>
3799L: linux-media@vger.kernel.org
3800W: http://linuxtv.org/
3801W: http://palosaari.fi/linux/
3802Q: http://patchwork.linuxtv.org/project/linux-media/list/
3803T: git git://linuxtv.org/anttip/media_tree.git
3804S: Maintained
3805F: drivers/media/usb/dvb-usb-v2/ec168*
3806
Antti Palosaari55609832013-04-09 20:30:42 -03003807DVB_USB_GL861 MEDIA DRIVER
3808M: Antti Palosaari <crope@iki.fi>
3809L: linux-media@vger.kernel.org
3810W: http://linuxtv.org/
3811Q: http://patchwork.linuxtv.org/project/linux-media/list/
3812T: git git://linuxtv.org/anttip/media_tree.git
3813S: Maintained
3814F: drivers/media/usb/dvb-usb-v2/gl861*
3815
Michael Krufky8856f5f2012-10-02 00:55:50 -03003816DVB_USB_MXL111SF MEDIA DRIVER
3817M: Michael Krufky <mkrufky@linuxtv.org>
3818L: linux-media@vger.kernel.org
3819W: http://linuxtv.org/
3820W: http://github.com/mkrufky
3821Q: http://patchwork.linuxtv.org/project/linux-media/list/
3822T: git git://linuxtv.org/mkrufky/mxl111sf.git
3823S: Maintained
3824F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3825
Antti Palosaari91952bc2012-10-01 12:28:46 -03003826DVB_USB_RTL28XXU MEDIA DRIVER
3827M: Antti Palosaari <crope@iki.fi>
3828L: linux-media@vger.kernel.org
3829W: http://linuxtv.org/
3830W: http://palosaari.fi/linux/
3831Q: http://patchwork.linuxtv.org/project/linux-media/list/
3832T: git git://linuxtv.org/anttip/media_tree.git
3833S: Maintained
3834F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3835
3836DVB_USB_V2 MEDIA DRIVER
3837M: Antti Palosaari <crope@iki.fi>
3838L: linux-media@vger.kernel.org
3839W: http://linuxtv.org/
3840W: http://palosaari.fi/linux/
3841Q: http://patchwork.linuxtv.org/project/linux-media/list/
3842T: git git://linuxtv.org/anttip/media_tree.git
3843S: Maintained
3844F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3845F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3846
Jason Baronac0ac382011-08-11 14:36:43 -04003847DYNAMIC DEBUG
Joe Perches5c4a97d2013-07-31 13:53:32 -07003848M: Jason Baron <jbaron@akamai.com>
Jason Baronac0ac382011-08-11 14:36:43 -04003849S: Maintained
3850F: lib/dynamic_debug.c
3851F: include/linux/dynamic_debug.h
3852
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003853DZ DECSTATION DZ11 SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003854M: "Maciej W. Rozycki" <macro@linux-mips.org>
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003855S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08003856F: drivers/tty/serial/dz.*
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003857
Moritz Fischerf17effb2015-01-10 14:10:59 -08003858E3X0 POWER BUTTON DRIVER
3859M: Moritz Fischer <moritz.fischer@ettus.com>
3860L: usrp-users@lists.ettus.com
3861W: http://www.ettus.com
3862S: Supported
3863F: drivers/input/misc/e3x0-button.c
3864F: Documentation/devicetree/bindings/input/e3x0-button.txt
3865
Antti Palosaari91952bc2012-10-01 12:28:46 -03003866E4000 MEDIA DRIVER
3867M: Antti Palosaari <crope@iki.fi>
3868L: linux-media@vger.kernel.org
3869W: http://linuxtv.org/
3870W: http://palosaari.fi/linux/
3871Q: http://patchwork.linuxtv.org/project/linux-media/list/
3872T: git git://linuxtv.org/anttip/media_tree.git
3873S: Maintained
3874F: drivers/media/tuners/e4000*
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876EATA ISA/EISA/PCI SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003877M: Dario Ballabio <ballabio_dario@emc.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878L: linux-scsi@vger.kernel.org
3879S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003880F: drivers/scsi/eata.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003881
Antti Palosaari91952bc2012-10-01 12:28:46 -03003882EC100 MEDIA DRIVER
3883M: Antti Palosaari <crope@iki.fi>
3884L: linux-media@vger.kernel.org
3885W: http://linuxtv.org/
3886W: http://palosaari.fi/linux/
3887Q: http://patchwork.linuxtv.org/project/linux-media/list/
3888T: git git://linuxtv.org/anttip/media_tree.git
3889S: Maintained
3890F: drivers/media/dvb-frontends/ec100*
3891
Michael Halcrow237fead2006-10-04 02:16:22 -07003892ECRYPT FILE SYSTEM
Tyler Hicks0de9adf2011-11-05 09:04:47 -04003893M: Tyler Hicks <tyhicks@canonical.com>
Tyler Hicksa058bfb2011-05-27 11:47:59 -05003894L: ecryptfs@vger.kernel.org
Dustin Kirkland24a923e2013-05-31 10:41:43 -05003895W: http://ecryptfs.org
Michael Halcrow6dc75162008-12-15 13:54:17 -08003896W: https://launchpad.net/ecryptfs
Michael Halcrow237fead2006-10-04 02:16:22 -07003897S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003898F: Documentation/filesystems/ecryptfs.txt
3899F: fs/ecryptfs/
Michael Halcrow237fead2006-10-04 02:16:22 -07003900
Alan Coxda9bb1d2006-01-18 17:44:13 -08003901EDAC-CORE
Joe Perches8b58be82009-07-29 15:04:30 -07003902M: Doug Thompson <dougthompson@xmission.com>
Borislav Petkovaa15aa02014-03-03 15:38:17 -08003903M: Borislav Petkov <bp@alien8.de>
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003904M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003905L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08003906W: bluesmoke.sourceforge.net
Borislav Petkov7a859512015-02-06 17:46:07 +01003907T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3908T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
Doug Thompson8c2a6a42006-06-30 01:56:09 -07003909S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003910F: Documentation/edac.txt
Chris Metcalf91445c72012-03-31 09:46:03 -04003911F: drivers/edac/
Joe Perches679655d2009-04-07 20:44:32 -07003912F: include/linux/edac.h
Dave Peterson0e438e32006-03-26 01:38:55 -08003913
Borislav Petkovc476c232009-05-20 20:31:58 +02003914EDAC-AMD64
Joe Perches8b58be82009-07-29 15:04:30 -07003915M: Doug Thompson <dougthompson@xmission.com>
Borislav Petkov487ba8e2012-10-29 18:40:10 +01003916M: Borislav Petkov <bp@alien8.de>
Chris Metcalf91445c72012-03-31 09:46:03 -04003917L: linux-edac@vger.kernel.org
Borislav Petkovc476c232009-05-20 20:31:58 +02003918W: bluesmoke.sourceforge.net
Borislav Petkov487ba8e2012-10-29 18:40:10 +01003919S: Maintained
Borislav Petkovc476c232009-05-20 20:31:58 +02003920F: drivers/edac/amd64_edac*
3921
Robert Richter836dae52013-10-18 09:24:52 +02003922EDAC-CALXEDA
3923M: Doug Thompson <dougthompson@xmission.com>
3924M: Robert Richter <rric@kernel.org>
3925L: linux-edac@vger.kernel.org
3926W: bluesmoke.sourceforge.net
3927S: Maintained
3928F: drivers/edac/highbank*
3929
Ralf Baechlef65aad42012-10-17 00:39:09 +02003930EDAC-CAVIUM
3931M: Ralf Baechle <ralf@linux-mips.org>
3932M: David Daney <david.daney@cavium.com>
3933L: linux-edac@vger.kernel.org
3934L: linux-mips@linux-mips.org
3935W: bluesmoke.sourceforge.net
3936S: Supported
3937F: drivers/edac/octeon_edac*
3938
Dave Peterson0e438e32006-03-26 01:38:55 -08003939EDAC-E752X
Joe Perches8b58be82009-07-29 15:04:30 -07003940M: Mark Gross <mark.gross@intel.com>
3941M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003942L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08003943W: bluesmoke.sourceforge.net
3944S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003945F: drivers/edac/e752x_edac.c
Dave Peterson0e438e32006-03-26 01:38:55 -08003946
3947EDAC-E7XXX
Joe Perches8b58be82009-07-29 15:04:30 -07003948M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003949L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08003950W: bluesmoke.sourceforge.net
3951S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003952F: drivers/edac/e7xxx_edac.c
Dave Peterson0e438e32006-03-26 01:38:55 -08003953
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03003954EDAC-GHES
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003955M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03003956L: linux-edac@vger.kernel.org
3957W: bluesmoke.sourceforge.net
3958S: Maintained
Joe Perches2caa67a2013-09-11 14:23:40 -07003959F: drivers/edac/ghes_edac.c
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03003960
Douglas Thompson6bc78402007-07-19 01:50:12 -07003961EDAC-I82443BXGX
Joe Perches8b58be82009-07-29 15:04:30 -07003962M: Tim Small <tim@buttersideup.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003963L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07003964W: bluesmoke.sourceforge.net
3965S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003966F: drivers/edac/i82443bxgx_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07003967
3968EDAC-I3000
Joe Perches8b58be82009-07-29 15:04:30 -07003969M: Jason Uhlenkott <juhlenko@akamai.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003970L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07003971W: bluesmoke.sourceforge.net
3972S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003973F: drivers/edac/i3000_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07003974
3975EDAC-I5000
Joe Perches8b58be82009-07-29 15:04:30 -07003976M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04003977L: linux-edac@vger.kernel.org
Douglas Thompsonba9a5912007-07-19 01:50:32 -07003978W: bluesmoke.sourceforge.net
3979S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003980F: drivers/edac/i5000_edac.c
Douglas Thompsonba9a5912007-07-19 01:50:32 -07003981
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08003982EDAC-I5400
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003983M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03003984L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08003985W: bluesmoke.sourceforge.net
3986S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003987F: drivers/edac/i5400_edac.c
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08003988
Mauro Carvalho Chehab3c9c92b2010-09-22 09:36:54 -03003989EDAC-I7300
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003990M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab3c9c92b2010-09-22 09:36:54 -03003991L: linux-edac@vger.kernel.org
3992W: bluesmoke.sourceforge.net
3993S: Maintained
3994F: drivers/edac/i7300_edac.c
3995
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03003996EDAC-I7CORE
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003997M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03003998L: linux-edac@vger.kernel.org
3999W: bluesmoke.sourceforge.net
4000S: Maintained
Joe Perches70aff0c2010-07-12 17:45:49 -03004001F: drivers/edac/i7core_edac.c
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004002
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004003EDAC-I82975X
Joe Perches8b58be82009-07-29 15:04:30 -07004004M: Ranganathan Desikan <ravi@jetztechnologies.com>
Arvind R25527882011-01-21 23:13:37 +05304005M: "Arvind R." <arvino55@gmail.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004006L: linux-edac@vger.kernel.org
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004007W: bluesmoke.sourceforge.net
4008S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004009F: drivers/edac/i82975x_edac.c
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004010
Jason Baron791b4702014-07-09 21:13:11 +00004011EDAC-IE31200
4012M: Jason Baron <jbaron@akamai.com>
4013L: linux-edac@vger.kernel.org
4014W: bluesmoke.sourceforge.net
4015S: Maintained
4016F: drivers/edac/ie31200_edac.c
4017
Johannes Thumshirnccdfb972013-11-17 19:25:12 +01004018EDAC-MPC85XX
Johannes Thumshirn30c74692015-05-07 10:21:24 +02004019M: Johannes Thumshirn <morbidrsa@gmail.com>
Johannes Thumshirnccdfb972013-11-17 19:25:12 +01004020L: linux-edac@vger.kernel.org
4021W: bluesmoke.sourceforge.net
4022S: Maintained
4023F: drivers/edac/mpc85xx_edac.[ch]
4024
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004025EDAC-PASEMI
Joe Perches8b58be82009-07-29 15:04:30 -07004026M: Egor Martovetsky <egor@pasemi.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004027L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07004028W: bluesmoke.sourceforge.net
4029S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004030F: drivers/edac/pasemi_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07004031
Dave Peterson0e438e32006-03-26 01:38:55 -08004032EDAC-R82600
Joe Perches8b58be82009-07-29 15:04:30 -07004033M: Tim Small <tim@buttersideup.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004034L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08004035W: bluesmoke.sourceforge.net
4036S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004037F: drivers/edac/r82600_edac.c
Alan Coxda9bb1d2006-01-18 17:44:13 -08004038
Mauro Carvalho Chehab4d096ca2011-11-01 10:03:24 -02004039EDAC-SBRIDGE
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004040M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab4d096ca2011-11-01 10:03:24 -02004041L: linux-edac@vger.kernel.org
4042W: bluesmoke.sourceforge.net
4043S: Maintained
4044F: drivers/edac/sb_edac.c
4045
Loc Ho995e1de2015-05-22 17:32:57 -06004046EDAC-XGENE
4047APPLIED MICRO (APM) X-GENE SOC EDAC
4048M: Loc Ho <lho@apm.com>
4049S: Supported
4050F: drivers/edac/xgene_edac.c
4051F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4052
Clemens Ladischaf399172011-01-10 16:32:54 +01004053EDIROL UA-101/UA-1000 DRIVER
4054M: Clemens Ladisch <clemens@ladisch.de>
4055L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4056T: git git://git.alsa-project.org/alsa-kernel.git
4057S: Maintained
4058F: sound/usb/misc/ua101.c
4059
Matt Fleming1f7df952012-10-03 10:04:02 +01004060EXTENSIBLE FIRMWARE INTERFACE (EFI)
Matt Fleming825fcfc2015-10-10 17:22:16 +01004061M: Matt Fleming <matt@codeblueprint.co.uk>
Matt Fleming1f7df952012-10-03 10:04:02 +01004062L: linux-efi@vger.kernel.org
Matt Fleming78bef242012-10-08 11:33:05 +01004063T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
Matt Fleming1f7df952012-10-03 10:04:02 +01004064S: Maintained
Joe Perchesfb2efb52014-08-08 14:25:01 -07004065F: Documentation/efi-stub.txt
Matt Fleming1f7df952012-10-03 10:04:02 +01004066F: arch/ia64/kernel/efi.c
4067F: arch/x86/boot/compressed/eboot.[ch]
4068F: arch/x86/include/asm/efi.h
4069F: arch/x86/platform/efi/*
Tom Gundersena9499fa2013-02-08 15:37:06 +00004070F: drivers/firmware/efi/*
Matt Fleming1f7df952012-10-03 10:04:02 +01004071F: include/linux/efi*.h
4072
Matt Flemingd68772b2013-02-08 16:27:24 +00004073EFI VARIABLE FILESYSTEM
4074M: Matthew Garrett <matthew.garrett@nebula.com>
4075M: Jeremy Kerr <jk@ozlabs.org>
Matt Fleming825fcfc2015-10-10 17:22:16 +01004076M: Matt Fleming <matt@codeblueprint.co.uk>
Matt Flemingd68772b2013-02-08 16:27:24 +00004077T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4078L: linux-efi@vger.kernel.org
4079S: Maintained
4080F: fs/efivarfs/
4081
Peter Jones85a00d92010-09-22 13:05:04 -07004082EFIFB FRAMEBUFFER DRIVER
4083L: linux-fbdev@vger.kernel.org
4084M: Peter Jones <pjones@redhat.com>
4085S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004086F: drivers/video/fbdev/efifb.c
Peter Jones85a00d92010-09-22 13:05:04 -07004087
Josh Triplett0bee8d22006-07-30 03:03:58 -07004088EFS FILESYSTEM
4089W: http://aeschi.ch.eu.org/efs/
4090S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004091F: fs/efs/
Josh Triplett0bee8d22006-07-30 03:03:58 -07004092
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004093EHCA (IBM GX bus InfiniBand adapter) DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004094M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4095M: Christoph Raisch <raisch@de.ibm.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07004096L: linux-rdma@vger.kernel.org
Heiko J Schickfab97222006-09-22 15:22:22 -07004097S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004098F: drivers/infiniband/hw/ehca/
Heiko J Schickfab97222006-09-22 15:22:22 -07004099
Breno Leitaoaa8a9e22010-09-01 13:10:53 -07004100EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
Thadeu Lima de Souza Cascardo34b19012011-10-13 09:56:19 +00004101M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Breno Leitaoaa8a9e22010-09-01 13:10:53 -07004102L: netdev@vger.kernel.org
4103S: Maintained
Jeff Kirsher9aa32832011-05-13 14:29:12 -07004104F: drivers/net/ethernet/ibm/ehea/
Breno Leitaoaa8a9e22010-09-01 13:10:53 -07004105
Mauro Carvalho Chehabf0319ef2012-11-02 11:38:23 -02004106EM28XX VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004107M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabf0319ef2012-11-02 11:38:23 -02004108L: linux-media@vger.kernel.org
4109W: http://linuxtv.org
4110T: git git://linuxtv.org/media_tree.git
4111S: Maintained
4112F: drivers/media/usb/em28xx/
4113
David Woodhouse3e3a7d62008-05-01 04:34:46 -07004114EMBEDDED LINUX
Joe Perches8b58be82009-07-29 15:04:30 -07004115M: Paul Gortmaker <paul.gortmaker@windriver.com>
4116M: Matt Mackall <mpm@selenic.com>
4117M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse3e3a7d62008-05-01 04:34:46 -07004118L: linux-embedded@vger.kernel.org
4119S: Maintained
4120
James Smart32505872015-05-15 13:10:58 -04004121EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4122M: James Smart <james.smart@avagotech.com>
4123M: Dick Kennedy <dick.kennedy@avagotech.com>
Jim Cromiece00f852006-11-30 04:49:44 +01004124L: linux-scsi@vger.kernel.org
James Smart32505872015-05-15 13:10:58 -04004125W: http://www.avagotech.com
Jim Cromiece00f852006-11-30 04:49:44 +01004126S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004127F: drivers/scsi/lpfc/
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04004128
Michał Mirosław5f5bac82009-05-22 20:33:59 +02004129ENE CB710 FLASH CARD READER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004130M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Michał Mirosław5f5bac82009-05-22 20:33:59 +02004131S: Maintained
4132F: drivers/misc/cb710/
4133F: drivers/mmc/host/cb710-mmc.*
4134F: include/linux/cb710.h
4135
Maxim Levitsky931e39a2010-07-31 11:59:26 -03004136ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4137M: Maxim Levitsky <maximlevitsky@gmail.com>
4138S: Maintained
Joe Perches2a837442011-03-22 16:34:32 -07004139F: drivers/media/rc/ene_ir.*
Maxim Levitsky931e39a2010-07-31 11:59:26 -03004140
Gavin Shanec207dc2013-06-28 21:12:14 +08004141ENHANCED ERROR HANDLING (EEH)
4142M: Gavin Shan <shangw@linux.vnet.ibm.com>
4143L: linuxppc-dev@lists.ozlabs.org
4144S: Supported
4145F: Documentation/powerpc/eeh-pci-error-recovery.txt
4146F: arch/powerpc/kernel/eeh*.c
4147
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004148EPSON S1D13XXX FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004149M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004150S: Maintained
Kristoffer Ericson084bad92009-07-29 15:04:32 -07004151T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
Jingoo Han8a61f012014-07-01 15:36:01 +09004152F: drivers/video/fbdev/s1d13xxxfb.c
Joe Perches679655d2009-04-07 20:44:32 -07004153F: include/video/s1d13xxxfb.h
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004154
Mark Einon38df6492014-09-30 22:29:46 +01004155ET131X NETWORK DRIVER
4156M: Mark Einon <mark.einon@gmail.com>
4157S: Odd Fixes
4158F: drivers/net/ethernet/agere/
4159
Linus Torvalds1da177e2005-04-16 15:20:36 -07004160ETHERNET BRIDGE
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08004161M: Stephen Hemminger <stephen@networkplumber.org>
David Brownellf318a632007-04-23 14:41:06 -07004162L: bridge@lists.linux-foundation.org
David S. Miller4c325312010-03-04 00:42:30 -08004163L: netdev@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +00004164W: http://www.linuxfoundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07004165S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004166F: include/linux/netfilter_bridge/
4167F: net/bridge/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168
Florian Fainelli22f08ad2014-02-18 09:47:49 -08004169ETHERNET PHY LIBRARY
4170M: Florian Fainelli <f.fainelli@gmail.com>
4171L: netdev@vger.kernel.org
4172S: Maintained
4173F: include/linux/phy.h
4174F: include/linux/phy_fixed.h
4175F: drivers/net/phy/
4176F: Documentation/networking/phy.txt
4177F: drivers/of/of_mdio.c
4178F: drivers/of/of_net.c
4179
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180EXT2 FILE SYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -07004181M: Jan Kara <jack@suse.com>
Erik Mouw72be2cc2006-12-06 20:40:49 -08004182L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004184F: Documentation/filesystems/ext2.txt
4185F: fs/ext2/
4186F: include/linux/ext2*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004187
Erik Mouw72be2cc2006-12-06 20:40:49 -08004188EXT4 FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004189M: "Theodore Ts'o" <tytso@mit.edu>
Andreas Dilger3c373a52010-07-19 14:55:38 +02004190M: Andreas Dilger <adilger.kernel@dilger.ca>
Erik Mouw72be2cc2006-12-06 20:40:49 -08004191L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04004192W: http://ext4.wiki.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08004193Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004195F: Documentation/filesystems/ext4.txt
4196F: fs/ext4/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004197
Mimi Zoharc5532b02011-08-17 18:52:24 -04004198Extended Verification Module (EVM)
Mimi Zohar74dd7442014-02-27 08:44:45 -05004199M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4200L: linux-ima-devel@lists.sourceforge.net
4201L: linux-security-module@vger.kernel.org
Mimi Zoharc5532b02011-08-17 18:52:24 -04004202S: Supported
4203F: security/integrity/evm/
4204
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004205EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4206M: MyungJoo Ham <myungjoo.ham@samsung.com>
4207M: Chanwoo Choi <cw00.choi@samsung.com>
4208L: linux-kernel@vger.kernel.org
Chanwoo Choi81df63a2013-09-28 15:04:37 +09004209T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004210S: Maintained
4211F: drivers/extcon/
Chanwoo Choicd2c3e72015-11-06 16:30:55 -08004212F: include/linux/extcon/
4213F: include/linux/extcon.h
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004214F: Documentation/extcon/
Chanwoo Choicd2c3e72015-11-06 16:30:55 -08004215F: Documentation/devicetree/bindings/extcon/
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004216
Jingoo Hane2a75c42014-04-10 20:24:03 +09004217EXYNOS DP DRIVER
Jingoo Hanb7701752015-05-14 15:17:07 -07004218M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Hane2a75c42014-04-10 20:24:03 +09004219L: dri-devel@lists.freedesktop.org
4220S: Maintained
4221F: drivers/gpu/drm/exynos/exynos_dp*
4222
Donghwa Lee33ad3912012-03-06 11:44:58 +09004223EXYNOS MIPI DISPLAY DRIVERS
4224M: Inki Dae <inki.dae@samsung.com>
4225M: Donghwa Lee <dh09.lee@samsung.com>
4226M: Kyungmin Park <kyungmin.park@samsung.com>
4227L: linux-fbdev@vger.kernel.org
4228S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004229F: drivers/video/fbdev/exynos/exynos_mipi*
Donghwa Lee33ad3912012-03-06 11:44:58 +09004230F: include/video/exynos_mipi*
4231
Jean Delvaree53004e2006-01-09 23:26:14 +01004232F71805F HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07004233M: Jean Delvare <jdelvare@suse.com>
Jean Delvaree53004e2006-01-09 23:26:14 +01004234L: lm-sensors@lm-sensors.org
4235S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004236F: Documentation/hwmon/f71805f
4237F: drivers/hwmon/f71805f.c
Jean Delvaree53004e2006-01-09 23:26:14 +01004238
Michael Büscheea977e2012-04-02 12:14:32 -03004239FC0011 TUNER DRIVER
4240M: Michael Buesch <m@bues.ch>
4241L: linux-media@vger.kernel.org
4242S: Maintained
Mauro Carvalho Chehabccae7af2012-06-14 16:35:59 -03004243F: drivers/media/tuners/fc0011.h
4244F: drivers/media/tuners/fc0011.c
Michael Büscheea977e2012-04-02 12:14:32 -03004245
Antti Palosaari91952bc2012-10-01 12:28:46 -03004246FC2580 MEDIA DRIVER
4247M: Antti Palosaari <crope@iki.fi>
4248L: linux-media@vger.kernel.org
4249W: http://linuxtv.org/
4250W: http://palosaari.fi/linux/
4251Q: http://patchwork.linuxtv.org/project/linux-media/list/
4252T: git git://linuxtv.org/anttip/media_tree.git
4253S: Maintained
4254F: drivers/media/tuners/fc2580*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004255
Eric Paris88b2dbd2010-08-18 12:25:50 -04004256FANOTIFY
4257M: Eric Paris <eparis@redhat.com>
4258S: Maintained
4259F: fs/notify/fanotify/
4260F: include/linux/fanotify.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004261F: include/uapi/linux/fanotify.h
Eric Paris88b2dbd2010-08-18 12:25:50 -04004262
Linus Torvalds1da177e2005-04-16 15:20:36 -07004263FARSYNC SYNCHRONOUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004264M: Kevin Curtis <kevin.curtis@farsite.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004265W: http://www.farsite.co.uk/
4266S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004267F: drivers/net/wan/farsync.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268
Akinobu Mitac5408b82007-04-23 14:41:20 -07004269FAULT INJECTION SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07004270M: Akinobu Mita <akinobu.mita@gmail.com>
Akinobu Mitac5408b82007-04-23 14:41:20 -07004271S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004272F: Documentation/fault-injection/
4273F: lib/fault-inject.c
Akinobu Mitac5408b82007-04-23 14:41:20 -07004274
Noralf Trønnes053e5142015-01-23 19:29:07 +01004275FBTFT Framebuffer drivers
4276M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4277M: Noralf Trønnes <noralf@tronnes.org>
4278S: Maintained
4279F: drivers/staging/fbtft/
4280
Robert Lovecae727d2010-02-16 12:16:00 -08004281FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
Robert Love3bd746c2014-05-28 14:19:01 -07004282M: Vasu Dev <vasu.dev@intel.com>
Neil Hormanf4aaea62013-05-03 19:38:10 +00004283L: fcoe-devel@open-fcoe.org
Robert Lovecae727d2010-02-16 12:16:00 -08004284W: www.Open-FCoE.org
4285S: Supported
4286F: drivers/scsi/libfc/
4287F: drivers/scsi/fcoe/
4288F: include/scsi/fc/
4289F: include/scsi/libfc.h
4290F: include/scsi/libfcoe.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004291F: include/uapi/scsi/fc/
Robert Lovecae727d2010-02-16 12:16:00 -08004292
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004293FILE LOCKING (flock() and fcntl()/lockf())
Jeff Layton8c836fa2014-04-30 13:28:17 -04004294M: Jeff Layton <jlayton@poochiereds.net>
Joe Perches9c3646d2015-06-25 15:02:00 -07004295M: "J. Bruce Fields" <bfields@fieldses.org>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004296L: linux-fsdevel@vger.kernel.org
4297S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004298F: include/linux/fcntl.h
4299F: include/linux/fs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004300F: include/uapi/linux/fcntl.h
4301F: include/uapi/linux/fs.h
Joe Perches679655d2009-04-07 20:44:32 -07004302F: fs/fcntl.c
4303F: fs/locks.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004304
4305FILESYSTEMS (VFS and infrastructure)
Joe Perches8b58be82009-07-29 15:04:30 -07004306M: Alexander Viro <viro@zeniv.linux.org.uk>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004307L: linux-fsdevel@vger.kernel.org
4308S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004309F: fs/*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004310
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004311FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
Jean Delvare05576a12009-10-09 20:35:19 +02004312M: Riku Voipio <riku.voipio@iki.fi>
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004313L: lm-sensors@lm-sensors.org
4314S: Maintained
Joe Perchesd5ca6912009-04-09 02:42:01 -07004315F: drivers/hwmon/f75375s.c
4316F: include/linux/f75375s.h
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004317
Clemens Ladischa331b0c2011-05-25 09:48:48 +02004318FIREWIRE AUDIO DRIVERS
4319M: Clemens Ladisch <clemens@ladisch.de>
4320L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4321T: git git://git.alsa-project.org/alsa-kernel.git
4322S: Maintained
4323F: sound/firewire/
4324
Stefan Richtereb86ec52012-11-03 09:25:20 +01004325FIREWIRE MEDIA DRIVERS (firedtv)
4326M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4327L: linux-media@vger.kernel.org
4328L: linux1394-devel@lists.sourceforge.net
4329T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4330S: Maintained
4331F: drivers/media/firewire/
4332
Chris Boota511ce32012-04-14 17:50:35 -07004333FIREWIRE SBP-2 TARGET
4334M: Chris Boot <bootc@bootc.net>
4335L: linux-scsi@vger.kernel.org
4336L: target-devel@vger.kernel.org
4337L: linux1394-devel@lists.sourceforge.net
4338T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4339S: Maintained
4340F: drivers/target/sbp/
4341
Joe Perches7d2c86b2009-04-07 20:59:01 -07004342FIREWIRE SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004343M: Stefan Richter <stefanr@s5r6.in-berlin.de>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004344L: linux1394-devel@lists.sourceforge.net
Stefan Richter958a29c2009-12-26 01:36:12 +01004345W: http://ieee1394.wiki.kernel.org/
Stefan Richter2ca526b2011-12-20 21:23:28 +01004346T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004347S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004348F: drivers/firewire/
Stefan Richter8f06ce32012-12-17 16:00:07 -08004349F: include/linux/firewire.h
4350F: include/uapi/linux/firewire*.h
Stefan Richter9f6d3c42010-07-22 11:58:05 +02004351F: tools/firewire/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004352
4353FIRMWARE LOADER (request_firmware)
Ming Lei39e68082012-08-20 19:04:17 +08004354M: Ming Lei <ming.lei@canonical.com>
4355L: linux-kernel@vger.kernel.org
4356S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004357F: Documentation/firmware_class/
4358F: drivers/base/firmware*.c
4359F: include/linux/firmware.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004360
Philip J Kelleherf730e3d2013-06-18 14:43:58 -05004361FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
Philip J Kelleher9bb3c442013-02-27 09:24:59 -06004362M: Joshua Morris <josh.h.morris@us.ibm.com>
4363M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4364S: Maintained
4365F: drivers/block/rsxx/
4366
Jiri Kosina8206f662012-05-18 13:52:29 +02004367FLOPPY DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02004368M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina8206f662012-05-18 13:52:29 +02004369T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4370S: Odd fixes
4371F: drivers/block/floppy.c
4372
Alessandro Rubini9c9f32e2013-06-12 09:13:25 +02004373FMC SUBSYSTEM
4374M: Alessandro Rubini <rubini@gnudd.com>
4375W: http://www.ohwr.org/projects/fmc-bus
4376S: Supported
4377F: drivers/fmc/
4378F: include/linux/fmc*.h
4379F: include/linux/ipmi-fru.h
4380K: fmc_d.*register
4381
Alan Tull3c0ed7d2015-10-07 20:49:23 +01004382FPGA MANAGER FRAMEWORK
4383M: Alan Tull <atull@opensource.altera.com>
4384S: Maintained
4385F: drivers/fpga/
4386F: include/linux/fpga/fpga-mgr.h
4387W: http://www.rocketboards.org
4388
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004389FPU EMULATOR
Joe Perches8b58be82009-07-29 15:04:30 -07004390M: Bill Metzenthen <billm@melbpc.org.au>
Joe Perchese7699802009-04-07 21:12:18 -07004391W: http://floatingpoint.sourceforge.net/emulator/index.html
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004392S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004393F: arch/x86/math-emu/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004394
4395FRAME RELAY DLCI/FRAD (Sangoma drivers too)
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004396L: netdev@vger.kernel.org
Joe Perchesc173bfa2011-07-28 10:54:23 +00004397S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004398F: drivers/net/wan/dlci.c
4399F: drivers/net/wan/sdla.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004400
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401FRAMEBUFFER LAYER
Jean-Christophe PLAGNIOL-VILLARD5489e942013-05-30 22:23:44 +02004402M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4403M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01004404L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405W: http://linux-fbdev.sourceforge.net/
Paul Mundtb22fe372010-11-17 13:08:58 +09004406Q: http://patchwork.kernel.org/project/linux-fbdev/list/
Jean-Christophe PLAGNIOL-VILLARD5489e942013-05-30 22:23:44 +02004407T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
Paul Mundt56be1412011-03-23 08:29:07 +09004408S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004409F: Documentation/fb/
Paul Mundtb22fe372010-11-17 13:08:58 +09004410F: drivers/video/
4411F: include/video/
Joe Perches679655d2009-04-07 20:44:32 -07004412F: include/linux/fb.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004413F: include/uapi/video/
4414F: include/uapi/linux/fb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07004415
Timur Tabia57c1882012-10-16 17:33:42 -05004416FREESCALE DIU FRAMEBUFFER DRIVER
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004417M: Timur Tabi <timur@tabi.org>
Timur Tabia57c1882012-10-16 17:33:42 -05004418L: linux-fbdev@vger.kernel.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004419S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004420F: drivers/video/fbdev/fsl-diu-fb.*
Timur Tabia57c1882012-10-16 17:33:42 -05004421
Zhang Wei173acc72008-03-01 07:42:48 -07004422FREESCALE DMA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004423M: Li Yang <leoli@freescale.com>
4424M: Zhang Wei <zw@zh-kernel.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004425L: linuxppc-dev@lists.ozlabs.org
Zhang Wei173acc72008-03-01 07:42:48 -07004426S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004427F: drivers/dma/fsldma.*
Zhang Wei173acc72008-03-01 07:42:48 -07004428
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004429FREESCALE I2C CPM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004430M: Jochen Friedrich <jochen@scram.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004431L: linuxppc-dev@lists.ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01004432L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004433S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004434F: drivers/i2c/busses/i2c-cpm.c
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004435
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004436FREESCALE IMX / MXC FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004437M: Sascha Hauer <kernel@pengutronix.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01004438L: linux-fbdev@vger.kernel.org
Joe Perchesefc03ec2009-09-21 17:04:27 -07004439L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004440S: Maintained
Cesar Eduardo Barrosbad985a2013-01-04 15:35:28 -08004441F: include/linux/platform_data/video-imxfb.h
Jingoo Han8a61f012014-07-01 15:36:01 +09004442F: drivers/video/fbdev/imxfb.c
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004443
Han Xu4d8e2ce2015-01-16 03:29:17 +08004444FREESCALE QUAD SPI DRIVER
4445M: Han Xu <han.xu@freescale.com>
4446L: linux-mtd@lists.infradead.org
4447S: Maintained
4448F: drivers/mtd/spi-nor/fsl-quadspi.c
4449
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004450FREESCALE SOC FS_ENET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004451M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4452M: Vitaly Bordug <vbordug@ru.mvista.com>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004453L: linuxppc-dev@lists.ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004454L: netdev@vger.kernel.org
4455S: Maintained
Jeff Kirsherec21e2e2011-06-11 02:29:36 -07004456F: drivers/net/ethernet/freescale/fs_enet/
Joe Perches679655d2009-04-07 20:44:32 -07004457F: include/linux/fs_enet_pd.h
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004458
Timur Tabid9e9d822008-04-24 08:45:26 +10004459FREESCALE QUICC ENGINE LIBRARY
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004460L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004461S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004462F: arch/powerpc/sysdev/qe_lib/
4463F: arch/powerpc/include/asm/*qe.h
Timur Tabid9e9d822008-04-24 08:45:26 +10004464
Joe Perchesb55ef9292009-10-26 16:49:46 -07004465FREESCALE USB PERIPHERAL DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07004466M: Li Yang <leoli@freescale.com>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004467L: linux-usb@vger.kernel.org
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004468L: linuxppc-dev@lists.ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07004469S: Maintained
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07004470F: drivers/usb/gadget/udc/fsl*
Li Yanga7205b32007-04-23 10:38:18 -07004471
Li Yangbeaf53b2007-05-25 13:54:02 +08004472FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004473M: Li Yang <leoli@freescale.com>
Li Yangbeaf53b2007-05-25 13:54:02 +08004474L: netdev@vger.kernel.org
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004475L: linuxppc-dev@lists.ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08004476S: Maintained
Jeff Kirsherec21e2e2011-06-11 02:29:36 -07004477F: drivers/net/ethernet/freescale/ucc_geth*
Li Yangbeaf53b2007-05-25 13:54:02 +08004478
Claudiu Manoilabb1ed72015-10-23 11:42:01 +03004479FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4480M: Claudiu Manoil <claudiu.manoil@freescale.com>
4481L: netdev@vger.kernel.org
4482S: Maintained
4483F: drivers/net/ethernet/freescale/gianfar*
4484X: drivers/net/ethernet/freescale/gianfar_ptp.c
4485F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4486
Timur Tabid9e9d822008-04-24 08:45:26 +10004487FREESCALE QUICC ENGINE UCC UART DRIVER
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004488M: Timur Tabi <timur@tabi.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004489L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004490S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08004491F: drivers/tty/serial/ucc_uart.c
Timur Tabid9e9d822008-04-24 08:45:26 +10004492
4493FREESCALE SOC SOUND DRIVERS
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004494M: Timur Tabi <timur@tabi.org>
Mark Browndc859502014-08-07 10:47:24 +01004495M: Nicolin Chen <nicoleotsuka@gmail.com>
Xiubo Lib4b98292014-12-12 16:54:14 -08004496M: Xiubo Li <Xiubo.Lee@gmail.com>
Joe Perches93711662009-06-16 15:34:07 -07004497L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004498L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004499S: Maintained
Joe Perches69aefce2009-04-09 10:39:22 -07004500F: sound/soc/fsl/fsl*
Mark Browndc859502014-08-07 10:47:24 +01004501F: sound/soc/fsl/imx*
Joe Perches69aefce2009-04-09 10:39:22 -07004502F: sound/soc/fsl/mpc8610_hpcd.c
Timur Tabid9e9d822008-04-24 08:45:26 +10004503
J. German Rivera31c88962015-03-05 19:29:09 -06004504FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
Joe Perches9c3646d2015-06-25 15:02:00 -07004505M: "J. German Rivera" <German.Rivera@freescale.com>
J. German Rivera31c88962015-03-05 19:29:09 -06004506L: linux-kernel@vger.kernel.org
4507S: Maintained
4508F: drivers/staging/fsl-mc/
4509
Linus Torvalds1da177e2005-04-16 15:20:36 -07004510FREEVXFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004511M: Christoph Hellwig <hch@infradead.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4513S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004514F: fs/freevxfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515
Pavel Machek71038f52009-01-15 13:51:02 -08004516FREEZER
Rafael J. Wysocki49db1902013-10-09 01:47:53 +02004517M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +01004518M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +02004519L: linux-pm@vger.kernel.org
Pavel Machek71038f52009-01-15 13:51:02 -08004520S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004521F: Documentation/power/freezing-of-tasks.txt
4522F: include/linux/freezer.h
4523F: kernel/freezer.c
Pavel Machek71038f52009-01-15 13:51:02 -08004524
Konrad Rzeszutek Wilk839a1f72012-04-16 17:06:35 -04004525FRONTSWAP API
4526M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4527L: linux-kernel@vger.kernel.org
4528S: Maintained
4529F: mm/frontswap.c
4530F: include/linux/frontswap.h
4531
David Howellsa5432f52009-04-20 15:46:45 +01004532FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
Joe Perches8b58be82009-07-29 15:04:30 -07004533M: David Howells <dhowells@redhat.com>
David Howellsa5432f52009-04-20 15:46:45 +01004534L: linux-cachefs@redhat.com
4535S: Supported
4536F: Documentation/filesystems/caching/
4537F: fs/fscache/
4538F: include/linux/fscache*.h
4539
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004540F2FS FILE SYSTEM
Jaegeuk Kim9b29d482014-05-30 08:20:08 +09004541M: Jaegeuk Kim <jaegeuk@kernel.org>
Jaegeuk Kimf6238a72014-05-31 01:00:49 +09004542M: Changman Lee <cm224.lee@samsung.com>
Chao Yu7b2a2462015-08-12 17:47:08 +08004543R: Chao Yu <chao2.yu@samsung.com>
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004544L: linux-f2fs-devel@lists.sourceforge.net
4545W: http://en.wikipedia.org/wiki/F2FS
4546T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4547S: Maintained
4548F: Documentation/filesystems/f2fs.txt
Jaegeuk Kim3bac3802014-01-09 21:00:06 +09004549F: Documentation/ABI/testing/sysfs-fs-f2fs
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004550F: fs/f2fs/
4551F: include/linux/f2fs_fs.h
Chao Yu62d43ee2015-07-06 20:29:46 +08004552F: include/trace/events/f2fs.h
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004553
David Howells5ab7ffe2007-04-10 15:10:45 +01004554FUJITSU FR-V (FRV) PORT
Joe Perches8b58be82009-07-29 15:04:30 -07004555M: David Howells <dhowells@redhat.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004557F: arch/frv/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004558
Jonathan Woithe20b93732008-06-11 10:14:56 +09304559FUJITSU LAPTOP EXTRAS
Jonathan Woithe409a3e92012-03-27 13:01:01 +10304560M: Jonathan Woithe <jwoithe@just42.net>
Matthew Garrettd0944852010-02-11 10:40:13 -05004561L: platform-driver-x86@vger.kernel.org
Jonathan Woithe20b93732008-06-11 10:14:56 +09304562S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004563F: drivers/platform/x86/fujitsu-laptop.c
Jonathan Woithe20b93732008-06-11 10:14:56 +09304564
Heungjun Kim4da621b2011-11-11 08:05:33 -03004565FUJITSU M-5MO LS CAMERA ISP DRIVER
4566M: Kyungmin Park <kyungmin.park@samsung.com>
4567M: Heungjun Kim <riverful.kim@samsung.com>
4568L: linux-media@vger.kernel.org
4569S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03004570F: drivers/media/i2c/m5mols/
Heungjun Kim4da621b2011-11-11 08:05:33 -03004571F: include/media/m5mols.h
4572
Robert Gerlach2d24c492012-01-18 14:26:22 +01004573FUJITSU TABLET EXTRAS
4574M: Robert Gerlach <khnz@gmx.de>
4575L: platform-driver-x86@vger.kernel.org
4576S: Maintained
4577F: drivers/platform/x86/fujitsu-tablet.c
4578
Miklos Szeredi04578f12005-09-09 13:10:22 -07004579FUSE: FILESYSTEM IN USERSPACE
Joe Perches8b58be82009-07-29 15:04:30 -07004580M: Miklos Szeredi <miklos@szeredi.hu>
Miklos Szeredi04578f12005-09-09 13:10:22 -07004581L: fuse-devel@lists.sourceforge.net
4582W: http://fuse.sourceforge.net/
Miklos Szeredi0a30f612015-07-01 17:10:36 +02004583T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
Miklos Szeredi04578f12005-09-09 13:10:22 -07004584S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004585F: fs/fuse/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004586F: include/uapi/linux/fuse.h
Miklos Szeredi0a30f612015-07-01 17:10:36 +02004587F: Documentation/filesystems/fuse.txt
Miklos Szeredi04578f12005-09-09 13:10:22 -07004588
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
Joe Perches8b58be82009-07-29 15:04:30 -07004590M: Rik Faith <faith@cs.unc.edu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004592S: Odd Fixes (e.g., new signatures)
Joe Perches679655d2009-04-07 20:44:32 -07004593F: drivers/scsi/fdomain.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594
Peter Oberparleiterd8e21622013-10-16 13:46:49 -07004595GCOV BASED KERNEL PROFILING
4596M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4597S: Maintained
4598F: kernel/gcov/
4599F: Documentation/gcov.txt
4600
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601GDT SCSI DISK ARRAY CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004602M: Achim Leubner <achim_leubner@adaptec.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603L: linux-scsi@vger.kernel.org
4604W: http://www.icp-vortex.com/
4605S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004606F: drivers/scsi/gdt*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607
Jan Kiszka158daf12015-02-17 13:47:49 -08004608GDB KERNEL DEBUGGING HELPER SCRIPTS
4609M: Jan Kiszka <jan.kiszka@siemens.com>
4610S: Supported
4611F: scripts/gdb/
4612
Hans Verkuil3169a1c2012-11-23 07:11:58 -03004613GEMTEK FM RADIO RECEIVER DRIVER
4614M: Hans Verkuil <hverkuil@xs4all.nl>
4615L: linux-media@vger.kernel.org
4616T: git git://linuxtv.org/media_tree.git
4617W: http://linuxtv.org
4618S: Maintained
4619F: drivers/media/radio/radio-gemtek*
4620
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004621GENERIC GPIO I2C DRIVER
Andrew Morton880b0e22010-10-07 12:59:28 -07004622M: Haavard Skinnemoen <hskinnemoen@gmail.com>
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004623S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004624F: drivers/i2c/busses/i2c-gpio.c
4625F: include/linux/i2c-gpio.h
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004626
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01004627GENERIC GPIO I2C MULTIPLEXER DRIVER
4628M: Peter Korsgaard <peter.korsgaard@barco.com>
4629L: linux-i2c@vger.kernel.org
4630S: Supported
Jean Delvaree7065e22012-04-28 15:32:06 +02004631F: drivers/i2c/muxes/i2c-mux-gpio.c
4632F: include/linux/i2c-mux-gpio.h
4633F: Documentation/i2c/muxes/i2c-mux-gpio
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01004634
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01004635GENERIC HDLC (WAN) DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07004636M: Krzysztof Halasa <khc@pm.waw.pl>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4638S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004639F: drivers/net/wan/c101.c
4640F: drivers/net/wan/hd6457*
4641F: drivers/net/wan/hdlc*
4642F: drivers/net/wan/n2.c
4643F: drivers/net/wan/pc300too.c
4644F: drivers/net/wan/pci200syn.c
4645F: drivers/net/wan/wanxl*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004646
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004647GENERIC INCLUDE/ASM HEADER FILES
Joe Perches8b58be82009-07-29 15:04:30 -07004648M: Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004649L: linux-arch@vger.kernel.org
4650T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4651S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07004652F: include/asm-generic/
4653F: include/uapi/asm-generic/
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004654
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +05304655GENERIC PHY FRAMEWORK
4656M: Kishon Vijay Abraham I <kishon@ti.com>
4657L: linux-kernel@vger.kernel.org
4658T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4659S: Supported
4660F: drivers/phy/
4661F: include/linux/phy/
4662
Kevin Hilmaneea97ae2015-03-12 10:33:46 -07004663GENERIC PM DOMAINS
4664M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4665M: Kevin Hilman <khilman@kernel.org>
4666M: Ulf Hansson <ulf.hansson@linaro.org>
4667L: linux-pm@vger.kernel.org
4668S: Supported
4669F: drivers/base/power/domain*.c
4670F: include/linux/pm_domain.h
4671
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004672GENERIC UIO DRIVER FOR PCI DEVICES
Joe Perchesbda25622009-10-26 16:49:39 -07004673M: "Michael S. Tsirkin" <mst@redhat.com>
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004674L: kvm@vger.kernel.org
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004675S: Supported
4676F: drivers/uio/uio_pci_generic.c
4677
Joe Perchesf8f1ec72014-06-04 16:05:31 -07004678GET_MAINTAINER SCRIPT
4679M: Joe Perches <joe@perches.com>
4680S: Maintained
4681F: scripts/get_maintainer.pl
4682
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004683GFS2 FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004684M: Steven Whitehouse <swhiteho@redhat.com>
Bob Peterson28666d62015-02-13 11:23:11 -06004685M: Bob Peterson <rpeterso@redhat.com>
David Teiglanda4644182006-06-22 15:29:57 -04004686L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004687W: http://sources.redhat.com/cluster/
Bob Peterson28666d62015-02-13 11:23:11 -06004688T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004689S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004690F: Documentation/filesystems/gfs2*.txt
4691F: fs/gfs2/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004692F: include/uapi/linux/gfs2_ondisk.h
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004693
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004694GIGASET ISDN DRIVERS
Tilman Schmidt6b096fd2015-05-02 19:23:22 +02004695M: Paul Bolle <pebolle@tiscali.nl>
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004696L: gigaset307x-common@lists.sourceforge.net
4697W: http://gigaset307x.sourceforge.net/
Tilman Schmidt6b096fd2015-05-02 19:23:22 +02004698S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07004699F: Documentation/isdn/README.gigaset
4700F: drivers/isdn/gigaset/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004701F: include/uapi/linux/gigaset_dev.h
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004702
Joe Perches7eea35f2014-07-30 05:09:23 -03004703GO7007 MPEG CODEC
4704M: Hans Verkuil <hans.verkuil@cisco.com>
4705L: linux-media@vger.kernel.org
4706S: Maintained
4707F: drivers/media/usb/go7007/
4708
Bastien Noceraca96ea82014-10-31 09:26:16 -07004709GOODIX TOUCHSCREEN
4710M: Bastien Nocera <hadess@hadess.net>
4711L: linux-input@vger.kernel.org
4712S: Maintained
4713F: drivers/input/touchscreen/goodix.c
4714
Grant Likelya0dc00b2011-02-12 01:48:14 -07004715GPIO SUBSYSTEM
Linus Walleije4651a92012-08-06 09:52:52 +02004716M: Linus Walleij <linus.walleij@linaro.org>
Linus Walleijf2fa75c2013-12-10 09:43:09 +01004717M: Alexandre Courbot <gnurou@gmail.com>
Alexandre Courbotd15b7172013-05-26 11:50:54 +09004718L: linux-gpio@vger.kernel.org
Linus Walleijf2fa75c2013-12-10 09:43:09 +01004719T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4720S: Maintained
4721F: Documentation/gpio/
Grant Likelya0dc00b2011-02-12 01:48:14 -07004722F: drivers/gpio/
Alexandre Courbotbdc6e952014-08-04 13:06:58 +09004723F: include/linux/gpio/
4724F: include/linux/gpio.h
Yang Bai9b692342012-10-04 17:12:35 -07004725F: include/asm-generic/gpio.h
Grant Likelya0dc00b2011-02-12 01:48:14 -07004726
Harry Wei71a6d0a2011-05-11 15:13:33 -07004727GRE DEMULTIPLEXER DRIVER
4728M: Dmitry Kozlov <xeb@mail.ru>
4729L: netdev@vger.kernel.org
4730S: Maintained
Joe Perches11c26772013-09-11 14:23:48 -07004731F: net/ipv4/gre_demux.c
4732F: net/ipv4/gre_offload.c
Harry Wei71a6d0a2011-05-11 15:13:33 -07004733F: include/net/gre.h
4734
Kristoffer Glembod4c41132010-02-15 03:33:44 +00004735GRETH 10/100/1G Ethernet MAC device driver
4736M: Kristoffer Glembo <kristoffer@gaisler.com>
4737L: netdev@vger.kernel.org
4738S: Maintained
Joe Perchesa31a96a2012-01-10 15:08:58 -08004739F: drivers/net/ethernet/aeroflex/
Kristoffer Glembod4c41132010-02-15 03:33:44 +00004740
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004741GSPCA FINEPIX SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004742M: Frank Zago <frank@zago.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004743L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004744T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004745S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004746F: drivers/media/usb/gspca/finepix.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004747
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004748GSPCA GL860 SUBDRIVER
4749M: Olivier Lorin <o.lorin@laposte.net>
4750L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004751T: git git://linuxtv.org/media_tree.git
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004752S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004753F: drivers/media/usb/gspca/gl860/
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004754
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004755GSPCA M5602 SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004756M: Erik Andren <erik.andren@gmail.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004757L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004758T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004759S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004760F: drivers/media/usb/gspca/m5602/
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004761
4762GSPCA PAC207 SONIXB SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004763M: Hans de Goede <hdegoede@redhat.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004764L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004765T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004766S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004767F: drivers/media/usb/gspca/pac207.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004768
Brian Johnson261982f2009-07-19 15:58:56 -03004769GSPCA SN9C20X SUBDRIVER
Joe Perchesd95c5b02009-08-16 20:03:51 -03004770M: Brian Johnson <brijohn@gmail.com>
Brian Johnson261982f2009-07-19 15:58:56 -03004771L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004772T: git git://linuxtv.org/media_tree.git
Brian Johnson261982f2009-07-19 15:58:56 -03004773S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004774F: drivers/media/usb/gspca/sn9c20x.c
Brian Johnson261982f2009-07-19 15:58:56 -03004775
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004776GSPCA T613 SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004777M: Leandro Costantino <lcostantino@gmail.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004778L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004779T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004780S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004781F: drivers/media/usb/gspca/t613.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004782
4783GSPCA USB WEBCAM DRIVER
Jean-Francois Moinefc3f9062012-05-24 07:29:41 -03004784M: Hans de Goede <hdegoede@redhat.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004785L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004786T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004787S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004788F: drivers/media/usb/gspca/
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004789
Davidlohr Bueso584ec972013-12-18 17:08:55 -08004790GUID PARTITION TABLE (GPT)
Andrew Morton4f973c62015-06-25 15:02:05 -07004791M: Davidlohr Bueso <dave@stgolabs.net>
Davidlohr Bueso584ec972013-12-18 17:08:55 -08004792L: linux-efi@vger.kernel.org
4793S: Maintained
4794F: block/partitions/efi.*
4795
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004796STK1160 USB VIDEO CAPTURE DRIVER
Ezequiel Garcia3259aa52015-03-10 11:43:20 -03004797M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004798L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004799T: git git://linuxtv.org/media_tree.git
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004800S: Maintained
4801F: drivers/media/usb/stk1160/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004802
Yoshinori Sato4e456b82015-03-11 01:41:38 +09004803H8/300 ARCHITECTURE
4804M: Yoshinori Sato <ysato@users.sourceforge.jp>
Geert Uytterhoevenb992c762015-07-17 16:23:55 -07004805L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
Yoshinori Sato4e456b82015-03-11 01:41:38 +09004806W: http://uclinux-h8.sourceforge.jp
4807T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4808S: Maintained
4809F: arch/h8300/
4810F: drivers/clocksource/h8300_*.c
4811F: drivers/clk/h8300/
4812F: drivers/irqchip/irq-renesas-h8*.c
4813
Harry Wei71a6d0a2011-05-11 15:13:33 -07004814HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4815M: Frank Seidel <frank@f-seidel.de>
4816L: platform-driver-x86@vger.kernel.org
4817W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4818S: Maintained
4819F: drivers/platform/x86/hdaps.c
4820
Hans Verkuil48fc9e22013-04-11 03:36:49 -03004821HDPVR USB VIDEO ENCODER DRIVER
4822M: Hans Verkuil <hverkuil@xs4all.nl>
4823L: linux-media@vger.kernel.org
4824T: git git://linuxtv.org/media_tree.git
4825W: http://linuxtv.org
4826S: Odd Fixes
Joe Perches14430812013-09-11 14:23:50 -07004827F: drivers/media/usb/hdpvr/
Hans Verkuil48fc9e22013-04-11 03:36:49 -03004828
Harry Wei71a6d0a2011-05-11 15:13:33 -07004829HWPOISON MEMORY FAILURE HANDLING
Andi Kleenf9625c42014-06-04 16:05:32 -07004830M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Harry Wei71a6d0a2011-05-11 15:13:33 -07004831L: linux-mm@kvack.org
Harry Wei71a6d0a2011-05-11 15:13:33 -07004832S: Maintained
4833F: mm/memory-failure.c
4834F: mm/hwpoison-inject.c
4835
4836HYPERVISOR VIRTUAL CONSOLE DRIVER
4837L: linuxppc-dev@lists.ozlabs.org
4838S: Odd Fixes
4839F: drivers/tty/hvc/
4840
Antti Palosaarie5ab1472014-09-10 04:20:15 -03004841HACKRF MEDIA DRIVER
4842M: Antti Palosaari <crope@iki.fi>
4843L: linux-media@vger.kernel.org
4844W: http://linuxtv.org/
4845W: http://palosaari.fi/linux/
4846Q: http://patchwork.linuxtv.org/project/linux-media/list/
4847T: git git://linuxtv.org/anttip/media_tree.git
4848S: Maintained
4849F: drivers/media/usb/hackrf/
4850
Michael Buesch844dd052006-06-26 00:24:59 -07004851HARDWARE MONITORING
Jiri Slabyd8130622015-07-17 16:23:20 -07004852M: Jean Delvare <jdelvare@suse.com>
Guenter Roeckca462082012-06-01 23:28:23 -07004853M: Guenter Roeck <linux@roeck-us.net>
Robert Love860e1d62005-08-31 23:57:59 -04004854L: lm-sensors@lm-sensors.org
4855W: http://www.lm-sensors.org/
Jean Delvarea94ef4e2015-04-27 16:37:39 +02004856T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
Guenter Roeck885374e2010-09-24 08:43:44 -07004857T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
Jean Delvare9e012c12010-09-17 17:24:11 +02004858S: Maintained
Jean Delvare047f4ec2009-12-09 20:35:46 +01004859F: Documentation/hwmon/
Joe Perches679655d2009-04-07 20:44:32 -07004860F: drivers/hwmon/
Jean Delvare047f4ec2009-12-09 20:35:46 +01004861F: include/linux/hwmon*.h
Robert Love860e1d62005-08-31 23:57:59 -04004862
4863HARDWARE RANDOM NUMBER GENERATOR CORE
Joe Perchesc0d07872009-09-23 15:57:17 -07004864M: Matt Mackall <mpm@selenic.com>
4865M: Herbert Xu <herbert@gondor.apana.org.au>
Michael S. Tsirkin3eda71672015-01-16 09:16:00 +02004866L: linux-crypto@vger.kernel.org
Joe Perchesc0d07872009-09-23 15:57:17 -07004867S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07004868F: Documentation/hw_random.txt
4869F: drivers/char/hw_random/
4870F: include/linux/hw_random.h
Robert Love860e1d62005-08-31 23:57:59 -04004871
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03004872HARDWARE SPINLOCK CORE
4873M: Ohad Ben-Cohen <ohad@wizery.com>
4874S: Maintained
4875F: Documentation/hwspinlock.txt
4876F: drivers/hwspinlock/hwspinlock_*
4877F: include/linux/hwspinlock.h
4878
Linus Torvalds1da177e2005-04-16 15:20:36 -07004879HARMONY SOUND DRIVER
Kyle McMartinac6aecb2007-12-03 22:04:34 +00004880L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004882F: sound/parisc/harmony.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883
Antti Palosaari91952bc2012-10-01 12:28:46 -03004884HD29L2 MEDIA DRIVER
4885M: Antti Palosaari <crope@iki.fi>
4886L: linux-media@vger.kernel.org
4887W: http://linuxtv.org/
4888W: http://palosaari.fi/linux/
4889Q: http://patchwork.linuxtv.org/project/linux-media/list/
4890T: git git://linuxtv.org/anttip/media_tree.git
4891S: Maintained
4892F: drivers/media/dvb-frontends/hd29l2*
4893
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004894HEWLETT-PACKARD SMART2 RAID DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004895L: iss_storagedev@hp.com
Michael Opdenackeraf9f1b32014-10-13 15:51:28 -07004896S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004897F: Documentation/blockdev/cpqarray.txt
4898F: drivers/block/cpqarray.*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004899
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004900HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
Don Brace693373d2014-10-15 22:32:41 +00004901M: Don Brace <don.brace@pmcs.com>
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004902L: iss_storagedev@hp.com
Don Brace693373d2014-10-15 22:32:41 +00004903L: storagedev@pmcs.com
4904L: linux-scsi@vger.kernel.org
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004905S: Supported
4906F: Documentation/scsi/hpsa.txt
4907F: drivers/scsi/hpsa*.[ch]
4908F: include/linux/cciss*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004909F: include/uapi/linux/cciss*.h
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004910
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004911HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
Don Brace693373d2014-10-15 22:32:41 +00004912M: Don Brace <don.brace@pmcs.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004913L: iss_storagedev@hp.com
Don Brace693373d2014-10-15 22:32:41 +00004914L: storagedev@pmcs.com
4915L: linux-scsi@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004916S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004917F: Documentation/blockdev/cciss.txt
4918F: drivers/block/cciss*
4919F: include/linux/cciss_ioctl.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004920F: include/uapi/linux/cciss_ioctl.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004921
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922HFS FILESYSTEM
Geert Uytterhoeven6cf515e2011-04-24 10:32:49 +02004923L: linux-fsdevel@vger.kernel.org
4924S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004925F: Documentation/filesystems/hfs.txt
4926F: fs/hfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927
Geert Uytterhoevenef575f42014-01-23 15:54:21 -08004928HFSPLUS FILESYSTEM
4929L: linux-fsdevel@vger.kernel.org
4930S: Orphan
4931F: Documentation/filesystems/hfsplus.txt
4932F: fs/hfsplus/
4933
Linus Torvalds1da177e2005-04-16 15:20:36 -07004934HGA FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004935M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004936L: linux-nvidia@lists.surfsouth.com
4937W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4938S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004939F: drivers/video/fbdev/hgafb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07004940
Randy Dunlap4480f15b2008-10-12 16:11:58 -07004941HIBERNATION (aka Software Suspend, aka swsusp)
Rafael J. Wysocki49db1902013-10-09 01:47:53 +02004942M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +01004943M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +02004944L: linux-pm@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004945S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004946F: arch/x86/power/
4947F: drivers/base/power/
4948F: kernel/power/
4949F: include/linux/suspend.h
4950F: include/linux/freezer.h
4951F: include/linux/pm.h
Joe Perches679655d2009-04-07 20:44:32 -07004952F: arch/*/include/asm/suspend*.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07004953
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01004954HID CORE LAYER
Jiri Kosinae5f64502015-08-09 09:11:34 +02004955M: Jiri Kosina <jikos@kernel.org>
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04004956L: linux-input@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -07004957T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01004958S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004959F: drivers/hid/
4960F: include/linux/hid*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004961F: include/uapi/linux/hid*
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01004962
Srinivas Pandruvada30ee72f2015-05-15 11:35:38 -07004963HID SENSOR HUB DRIVERS
Jiri Kosinae5f64502015-08-09 09:11:34 +02004964M: Jiri Kosina <jikos@kernel.org>
Srinivas Pandruvada30ee72f2015-05-15 11:35:38 -07004965M: Jonathan Cameron <jic23@kernel.org>
4966M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4967L: linux-input@vger.kernel.org
4968L: linux-iio@vger.kernel.org
4969S: Maintained
4970F: Documentation/hid/hid-sensor*
4971F: drivers/hid/hid-sensor-*
4972F: drivers/iio/*/hid-*
4973F: include/linux/hid-sensor-*
4974
Ingo Molnar38bed542007-02-22 09:09:34 +01004975HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
Joe Perches8b58be82009-07-29 15:04:30 -07004976M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01004977L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01004978T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Ingo Molnar38bed542007-02-22 09:09:34 +01004979S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004980F: Documentation/timers/
Thomas Gleixner5cee9642014-06-22 12:06:40 +02004981F: kernel/time/hrtimer.c
Thomas Gleixner88606e82010-12-14 21:37:13 +01004982F: kernel/time/clockevents.c
4983F: kernel/time/tick*.*
4984F: kernel/time/timer_*.c
Joe Perches05ed8492011-07-25 17:13:14 -07004985F: include/linux/clockchips.h
Joe Perches679655d2009-04-07 20:44:32 -07004986F: include/linux/hrtimer.h
Ingo Molnar38bed542007-02-22 09:09:34 +01004987
Linus Torvalds1da177e2005-04-16 15:20:36 -07004988HIGH-SPEED SCC DRIVER FOR AX.25
Linus Torvalds1da177e2005-04-16 15:20:36 -07004989L: linux-hams@vger.kernel.org
Uwe Kleine-König8b64f2a2012-05-29 15:07:11 -07004990S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004991F: drivers/net/hamradio/dmascc.c
4992F: drivers/net/hamradio/scc.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07004993
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08004994HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004995M: HighPoint Linux Team <linux@highpoint-tech.com>
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08004996W: http://www.highpoint-tech.com
4997S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004998F: Documentation/scsi/hptiop.txt
4999F: drivers/scsi/hptiop.c
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08005000
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001HIPPI
Joe Perches8b58be82009-07-29 15:04:30 -07005002M: Jes Sorensen <jes@trained-monkey.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003L: linux-hippi@sunsite.dk
5004S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005005F: include/linux/hippidevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005006F: include/uapi/linux/if_hippi.h
Joe Perches679655d2009-04-07 20:44:32 -07005007F: net/802/hippi.c
Jeff Kirsherff5a3b52011-08-01 22:48:13 -07005008F: drivers/net/hippi/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005009
Jouni Malinenff1d2762005-05-12 22:54:16 -04005010HOST AP DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005011M: Jouni Malinen <j@w1.fi>
Jouni Malinen85d32e72007-03-24 17:15:30 -07005012L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07005013L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04005014W: http://hostap.epitest.fi/
5015S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005016F: drivers/net/wireless/hostap/
Jouni Malinenff1d2762005-05-12 22:54:16 -04005017
Carlos Corbachodd8cd772008-02-05 02:17:15 +00005018HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
Matthew Garrettd0944852010-02-11 10:40:13 -05005019L: platform-driver-x86@vger.kernel.org
Carlos Corbacho95c70212011-05-02 09:57:08 +01005020S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005021F: drivers/platform/x86/tc1100-wmi.c
Carlos Corbachodd8cd772008-02-05 02:17:15 +00005022
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005023HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
Joe Perches8b58be82009-07-29 15:04:30 -07005024M: Jaroslav Kysela <perex@perex.cz>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005025S: Maintained
Jeff Kirsher7e25d722011-07-24 13:19:50 -07005026F: drivers/net/ethernet/hp/hp100.*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005027
Joe Perches7d2c86b2009-04-07 20:59:01 -07005028HPET: High Precision Event Timers driver
Joe Perches8b58be82009-07-29 15:04:30 -07005029M: Clemens Ladisch <clemens@ladisch.de>
Bob Piccob9b03322005-11-07 00:59:19 -08005030S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005031F: Documentation/timers/hpet.txt
5032F: drivers/char/hpet.c
5033F: include/linux/hpet.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005034F: include/uapi/linux/hpet.h
Bob Piccob9b03322005-11-07 00:59:19 -08005035
Jiri Kosinae07b5d72010-03-18 10:59:57 +01005036HPET: x86
Joe Perches9e06f632014-04-03 14:48:53 -07005037S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005038F: arch/x86/kernel/hpet.c
5039F: arch/x86/include/asm/hpet.h
Bob Piccob9b03322005-11-07 00:59:19 -08005040
Linus Torvalds1da177e2005-04-16 15:20:36 -07005041HPFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005042M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005043W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5044S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005045F: fs/hpfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005046
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005047HSI SUBSYSTEM
Sebastian Reichel56459ea2014-03-28 19:57:59 +01005048M: Sebastian Reichel <sre@kernel.org>
5049T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005050S: Maintained
5051F: Documentation/ABI/testing/sysfs-bus-hsi
Sebastian Reichel56459ea2014-03-28 19:57:59 +01005052F: Documentation/hsi.txt
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005053F: drivers/hsi/
5054F: include/linux/hsi/
5055F: include/uapi/linux/hsi/
5056
Joe Perches7d2c86b2009-04-07 20:59:01 -07005057HSO 3G MODEM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005058M: Jan Dumon <j.dumon@option.com>
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00005059W: http://www.pharscape.org
5060S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005061F: drivers/net/usb/hso.c
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00005062
Arvid Brodin19990e22013-11-29 23:36:00 +01005063HSR NETWORK PROTOCOL
5064M: Arvid Brodin <arvid.brodin@alten.se>
5065L: netdev@vger.kernel.org
5066S: Maintained
5067F: net/hsr/
5068
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005069HTCPEN TOUCHSCREEN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005070M: Pau Oliva Fora <pof@eslack.org>
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005071L: linux-input@vger.kernel.org
5072S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005073F: drivers/input/touchscreen/htcpen.c
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005074
Linus Torvalds1da177e2005-04-16 15:20:36 -07005075HUGETLB FILESYSTEM
Nadia Yvette Chambers6d49e352012-12-06 10:39:54 +01005076M: Nadia Yvette Chambers <nyc@holomorphy.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005077S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005078F: fs/hugetlbfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005079
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005080Hyper-V CORE AND DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07005081M: "K. Y. Srinivasan" <kys@microsoft.com>
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005082M: Haiyang Zhang <haiyangz@microsoft.com>
5083L: devel@linuxdriverproject.org
5084S: Maintained
Haiyang Zhanga4162742013-05-09 14:34:55 -07005085F: arch/x86/include/asm/mshyperv.h
5086F: arch/x86/include/uapi/asm/hyperv.h
5087F: arch/x86/kernel/cpu/mshyperv.c
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005088F: drivers/hid/hid-hyperv.c
Haiyang Zhanga4162742013-05-09 14:34:55 -07005089F: drivers/hv/
Haiyang Zhangf92ca802013-11-21 14:32:10 -08005090F: drivers/input/serio/hyperv-keyboard.c
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005091F: drivers/net/hyperv/
Haiyang Zhanga4162742013-05-09 14:34:55 -07005092F: drivers/scsi/storvsc_drv.c
Jingoo Han8a61f012014-07-01 15:36:01 +09005093F: drivers/video/fbdev/hyperv_fb.c
Haiyang Zhanga4162742013-05-09 14:34:55 -07005094F: include/linux/hyperv.h
5095F: tools/hv/
Dexuan Cui54bf7252015-08-05 00:52:45 -07005096F: Documentation/ABI/stable/sysfs-bus-vmbus
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005097
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005098I2C OVER PARALLEL PORT
Jiri Slabyd8130622015-07-17 16:23:20 -07005099M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005100L: linux-i2c@vger.kernel.org
5101S: Maintained
5102F: Documentation/i2c/busses/i2c-parport
5103F: Documentation/i2c/busses/i2c-parport-light
5104F: drivers/i2c/busses/i2c-parport.c
5105F: drivers/i2c/busses/i2c-parport-light.c
5106
5107I2C/SMBUS CONTROLLER DRIVERS FOR PC
Jiri Slabyd8130622015-07-17 16:23:20 -07005108M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005109L: linux-i2c@vger.kernel.org
5110S: Maintained
5111F: Documentation/i2c/busses/i2c-ali1535
5112F: Documentation/i2c/busses/i2c-ali1563
5113F: Documentation/i2c/busses/i2c-ali15x3
5114F: Documentation/i2c/busses/i2c-amd756
5115F: Documentation/i2c/busses/i2c-amd8111
5116F: Documentation/i2c/busses/i2c-i801
5117F: Documentation/i2c/busses/i2c-nforce2
5118F: Documentation/i2c/busses/i2c-piix4
5119F: Documentation/i2c/busses/i2c-sis5595
5120F: Documentation/i2c/busses/i2c-sis630
5121F: Documentation/i2c/busses/i2c-sis96x
5122F: Documentation/i2c/busses/i2c-via
5123F: Documentation/i2c/busses/i2c-viapro
5124F: drivers/i2c/busses/i2c-ali1535.c
5125F: drivers/i2c/busses/i2c-ali1563.c
5126F: drivers/i2c/busses/i2c-ali15x3.c
5127F: drivers/i2c/busses/i2c-amd756.c
5128F: drivers/i2c/busses/i2c-amd756-s4882.c
5129F: drivers/i2c/busses/i2c-amd8111.c
5130F: drivers/i2c/busses/i2c-i801.c
5131F: drivers/i2c/busses/i2c-isch.c
5132F: drivers/i2c/busses/i2c-nforce2.c
5133F: drivers/i2c/busses/i2c-nforce2-s4985.c
5134F: drivers/i2c/busses/i2c-piix4.c
5135F: drivers/i2c/busses/i2c-sis5595.c
5136F: drivers/i2c/busses/i2c-sis630.c
5137F: drivers/i2c/busses/i2c-sis96x.c
5138F: drivers/i2c/busses/i2c-via.c
5139F: drivers/i2c/busses/i2c-viapro.c
5140
Neil Hormancb7f07a2013-02-10 11:59:03 -05005141I2C/SMBUS ISMT DRIVER
5142M: Seth Heasley <seth.heasley@intel.com>
5143M: Neil Horman <nhorman@tuxdriver.com>
5144L: linux-i2c@vger.kernel.org
5145F: drivers/i2c/busses/i2c-ismt.c
5146F: Documentation/i2c/busses/i2c-ismt
5147
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005148I2C/SMBUS STUB DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005149M: Jean Delvare <jdelvare@suse.com>
Jean Delvare846557d2008-10-30 15:55:47 +01005150L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005151S: Maintained
Cesar Eduardo Barros8547a5b2012-12-16 21:11:54 +01005152F: drivers/i2c/i2c-stub.c
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005153
Jean Delvare5b543962005-08-15 19:51:02 +02005154I2C SUBSYSTEM
Wolfram Sang14d77c42013-02-08 20:54:40 +01005155M: Wolfram Sang <wsa@the-dreams.de>
Jean Delvare846557d2008-10-30 15:55:47 +01005156L: linux-i2c@vger.kernel.org
Wolfram Sang9d4ea272014-04-02 20:25:59 +02005157W: https://i2c.wiki.kernel.org/
5158Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
Wolfram Sang14d77c42013-02-08 20:54:40 +01005159T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005160S: Maintained
Wolfram Sang40ed1b42014-12-08 10:53:13 +01005161F: Documentation/devicetree/bindings/i2c/
Joe Perches679655d2009-04-07 20:44:32 -07005162F: Documentation/i2c/
5163F: drivers/i2c/
5164F: include/linux/i2c.h
Jean Delvare03b70d62009-11-26 09:22:32 +01005165F: include/linux/i2c-*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005166F: include/uapi/linux/i2c.h
5167F: include/uapi/linux/i2c-*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07005168
Wolfram Sang4560d672014-08-19 10:08:35 -05005169I2C ACPI SUPPORT
5170M: Mika Westerberg <mika.westerberg@linux.intel.com>
5171L: linux-i2c@vger.kernel.org
5172L: linux-acpi@vger.kernel.org
5173S: Maintained
Wolfram Sang4560d672014-08-19 10:08:35 -05005174
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005175I2C-TAOS-EVM DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005176M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005177L: linux-i2c@vger.kernel.org
5178S: Maintained
5179F: Documentation/i2c/busses/i2c-taos-evm
5180F: drivers/i2c/busses/i2c-taos-evm.c
5181
Till Harbaume8c76ee2007-05-01 23:26:35 +02005182I2C-TINY-USB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005183M: Till Harbaum <till@harbaum.org>
Jean Delvare846557d2008-10-30 15:55:47 +01005184L: linux-i2c@vger.kernel.org
Joe Perches932d1872009-04-07 21:10:58 -07005185W: http://www.harbaum.org/till/i2c_tiny_usb
Till Harbaume8c76ee2007-05-01 23:26:35 +02005186S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005187F: drivers/i2c/busses/i2c-tiny-usb.c
Till Harbaume8c76ee2007-05-01 23:26:35 +02005188
Linus Torvalds1da177e2005-04-16 15:20:36 -07005189i386 BOOT CODE
Joe Perches8b58be82009-07-29 15:04:30 -07005190M: "H. Peter Anvin" <hpa@zytor.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005191S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005192F: arch/x86/boot/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005193
5194i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Joe Perches8b58be82009-07-29 15:04:30 -07005195M: "H. Peter Anvin" <hpa@zytor.com>
Joe Perches54e58812009-04-07 21:08:10 -07005196T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005197S: Maintained
5198
Linus Torvalds1da177e2005-04-16 15:20:36 -07005199IA64 (Itanium) PLATFORM
Joe Perches8b58be82009-07-29 15:04:30 -07005200M: Tony Luck <tony.luck@intel.com>
5201M: Fenghua Yu <fenghua.yu@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202L: linux-ia64@vger.kernel.org
Tony Luck6b1c70b2011-10-11 15:40:38 -07005203T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005204S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005205F: arch/ia64/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005206
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005207IBM Power VMX Cryptographic instructions
5208M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
Paulo Flabiano Smorigo5cd01fe2015-08-10 16:14:17 -03005209M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005210L: linux-crypto@vger.kernel.org
5211S: Supported
5212F: drivers/crypto/vmx/Makefile
5213F: drivers/crypto/vmx/Kconfig
5214F: drivers/crypto/vmx/vmx.c
5215F: drivers/crypto/vmx/aes*
5216F: drivers/crypto/vmx/ghash*
5217F: drivers/crypto/vmx/ppc-xlate.pl
5218
Kent Yoder956c2032012-09-07 04:17:01 +08005219IBM Power in-Nest Crypto Acceleration
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005220M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
Paulo Flabiano Smorigo5cd01fe2015-08-10 16:14:17 -03005221M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Kent Yoder956c2032012-09-07 04:17:01 +08005222L: linux-crypto@vger.kernel.org
5223S: Supported
Dan Streetman28bceea2015-06-18 12:28:32 -04005224F: drivers/crypto/nx/Makefile
5225F: drivers/crypto/nx/Kconfig
5226F: drivers/crypto/nx/nx-aes*
5227F: drivers/crypto/nx/nx-sha*
5228F: drivers/crypto/nx/nx.*
5229F: drivers/crypto/nx/nx_csbcpb.h
5230F: drivers/crypto/nx/nx_debugfs.h
Kent Yoder956c2032012-09-07 04:17:01 +08005231
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005232IBM Power 842 compression accelerator
Dan Streetman41656aa2015-07-29 19:50:46 -04005233M: Dan Streetman <ddstreet@ieee.org>
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005234S: Supported
Dan Streetman28bceea2015-06-18 12:28:32 -04005235F: drivers/crypto/nx/Makefile
5236F: drivers/crypto/nx/Kconfig
Dan Streetman7011a122015-05-07 13:49:17 -04005237F: drivers/crypto/nx/nx-842*
Dan Streetman2da572c2015-05-07 13:49:14 -04005238F: include/linux/sw842.h
Dan Streetman2062c5b2015-05-07 13:49:15 -04005239F: crypto/842.c
Dan Streetman2da572c2015-05-07 13:49:14 -04005240F: lib/842/
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005241
Linus Torvalds1da177e2005-04-16 15:20:36 -07005242IBM Power Linux RAID adapter
Joe Perches8b58be82009-07-29 15:04:30 -07005243M: Brian King <brking@us.ibm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005244S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005245F: drivers/scsi/ipr.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005246
Santiago Leon9d348af2010-09-03 18:29:53 +00005247IBM Power Virtual Ethernet Device Driver
Thomas Falconeddd63a2015-01-09 14:29:40 -06005248M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Santiago Leon9d348af2010-09-03 18:29:53 +00005249L: netdev@vger.kernel.org
5250S: Supported
Jeff Kirsher9aa32832011-05-13 14:29:12 -07005251F: drivers/net/ethernet/ibm/ibmveth.*
Santiago Leon9d348af2010-09-03 18:29:53 +00005252
Nathan Fontenote6babec2014-04-09 13:32:06 -05005253IBM Power Virtual SCSI Device Drivers
Tyrel Datwylerbcbde522015-01-12 16:31:34 -08005254M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Robert Jennings4b7652c2012-07-31 12:34:36 -05005255L: linux-scsi@vger.kernel.org
5256S: Supported
Nathan Fontenote6babec2014-04-09 13:32:06 -05005257F: drivers/scsi/ibmvscsi/ibmvscsi*
5258F: drivers/scsi/ibmvscsi/viosrp.h
5259
5260IBM Power Virtual FC Device Drivers
Tyrel Datwyler44b4dad2015-01-12 16:31:35 -08005261M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Nathan Fontenote6babec2014-04-09 13:32:06 -05005262L: linux-scsi@vger.kernel.org
5263S: Supported
5264F: drivers/scsi/ibmvscsi/ibmvfc*
Robert Jennings4b7652c2012-07-31 12:34:36 -05005265
Linus Torvalds1da177e2005-04-16 15:20:36 -07005266IBM ServeRAID RAID DRIVER
Michael Opdenackerf9213e72014-08-08 14:23:50 -07005267S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005268F: drivers/scsi/ips.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005269
Peter Tyser6ed9f9c2012-04-18 09:48:24 -05005270ICH LPC AND GPIO DRIVER
5271M: Peter Tyser <ptyser@xes-inc.com>
5272S: Maintained
5273F: drivers/mfd/lpc_ich.c
5274F: drivers/gpio/gpio-ich.c
5275
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01005276IDE SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005277M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005278L: linux-ide@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08005279Q: http://patchwork.ozlabs.org/project/linux-ide/list/
Joe Perches08deed12012-03-23 15:01:57 -07005280T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005281S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005282F: Documentation/ide/
5283F: drivers/ide/
5284F: include/linux/ide.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285
Ike Panhc6cb8c132011-08-25 22:28:45 +08005286IDEAPAD LAPTOP EXTRAS DRIVER
5287M: Ike Panhc <ike.pan@canonical.com>
5288L: platform-driver-x86@vger.kernel.org
5289W: http://launchpad.net/ideapad-laptop
5290S: Maintained
5291F: drivers/platform/x86/ideapad-laptop.c
5292
Andrey Moiseev1ea4c162013-08-25 22:51:15 -07005293IDEAPAD LAPTOP SLIDEBAR DRIVER
5294M: Andrey Moiseev <o2g.org.ru@gmail.com>
5295L: linux-input@vger.kernel.org
5296W: https://github.com/o2genum/ideapad-slidebar
5297S: Maintained
5298F: drivers/input/misc/ideapad_slidebar.c
5299
Bartlomiej Zolnierkiewicz0f861e82009-03-31 20:15:31 +02005300IDE/ATAPI DRIVERS
Borislav Petkov487ba8e2012-10-29 18:40:10 +01005301M: Borislav Petkov <bp@alien8.de>
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01005302L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01005303S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005304F: Documentation/cdrom/ide-cd
5305F: drivers/ide/ide-cd*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005306
Andy Henroid27471fd2008-10-09 11:45:22 -07005307IDLE-I7300
Joe Perches8b58be82009-07-29 15:04:30 -07005308M: Andy Henroid <andrew.d.henroid@intel.com>
WANG Congbf1c1382011-10-08 20:57:50 +02005309L: linux-pm@vger.kernel.org
Andy Henroid27471fd2008-10-09 11:45:22 -07005310S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005311F: drivers/idle/i7300_idle.c
Andy Henroid27471fd2008-10-09 11:45:22 -07005312
Sergey Lapin02cf2282009-06-08 12:18:50 +00005313IEEE 802.15.4 SUBSYSTEM
Alexander Aringb6e195f2014-07-03 23:13:19 +02005314M: Alexander Aring <alex.aring@gmail.com>
Varka Bhadramebef9c12014-08-08 17:32:45 +05305315L: linux-wpan@vger.kernel.org
5316W: https://github.com/linux-wpan
5317T: git git://github.com/linux-wpan/linux-wpan-next.git
Sergey Lapin02cf2282009-06-08 12:18:50 +00005318S: Maintained
5319F: net/ieee802154/
Dmitry Eremin-Solenikov68653352012-07-13 20:15:34 +00005320F: net/mac802154/
Cesar Eduardo Barros251741b2013-01-04 15:35:30 -08005321F: drivers/net/ieee802154/
Alexander Aring580947d2014-10-25 09:41:05 +02005322F: include/linux/nl802154.h
5323F: include/linux/ieee802154.h
5324F: include/net/nl802154.h
5325F: include/net/mac802154.h
5326F: include/net/af_ieee802154.h
5327F: include/net/cfg802154.h
5328F: include/net/ieee802154_netdev.h
Varka Bhadramebef9c12014-08-08 17:32:45 +05305329F: Documentation/networking/ieee802154.txt
Sergey Lapin02cf2282009-06-08 12:18:50 +00005330
Sean Youngb1c97192014-10-23 17:58:22 -03005331IGORPLUG-USB IR RECEIVER
5332M: Sean Young <sean@mess.org>
5333L: linux-media@vger.kernel.org
5334S: Maintained
5335F: drivers/media/rc/igorplugusb.c
5336
Sean Young40ad4a32012-11-19 10:32:53 -03005337IGUANAWORKS USB IR TRANSCEIVER
5338M: Sean Young <sean@mess.org>
5339L: linux-media@vger.kernel.org
5340S: Maintained
5341F: drivers/media/rc/iguanair.c
5342
Ameya Palande9545f862012-01-10 09:00:58 -08005343IIO SUBSYSTEM AND DRIVERS
Sachin Kamat030a13d2013-09-11 11:00:00 +01005344M: Jonathan Cameron <jic23@kernel.org>
Lars-Peter Clausenf0d61162014-08-18 09:29:00 +01005345R: Hartmut Knaack <knaack.h@gmx.de>
5346R: Lars-Peter Clausen <lars@metafoo.de>
5347R: Peter Meerwald <pmeerw@pmeerw.net>
Ameya Palande9545f862012-01-10 09:00:58 -08005348L: linux-iio@vger.kernel.org
5349S: Maintained
Lars-Peter Clausen03e7c252012-04-26 13:46:42 +02005350F: drivers/iio/
Ameya Palande9545f862012-01-10 09:00:58 -08005351F: drivers/staging/iio/
Daniel Baluta8fe671f2014-11-13 15:19:47 -08005352F: include/linux/iio/
Roberta Dobrescu817020c2015-02-26 10:49:25 +02005353F: tools/iio/
Ameya Palande9545f862012-01-10 09:00:58 -08005354
Stanislaw Gruszka65519262011-01-08 15:19:40 +01005355IKANOS/ADI EAGLE ADSL USB DRIVER
5356M: Matthieu Castet <castet.matthieu@free.fr>
5357M: Stanislaw Gruszka <stf_xl@wp.pl>
5358S: Maintained
5359F: drivers/usb/atm/ueagle-atm.c
5360
Guenter Roecke89ab512013-03-08 08:13:09 -08005361INA209 HARDWARE MONITOR DRIVER
5362M: Guenter Roeck <linux@roeck-us.net>
5363L: lm-sensors@lm-sensors.org
5364S: Maintained
5365F: Documentation/hwmon/ina209
5366F: Documentation/devicetree/bindings/i2c/ina209.txt
5367F: drivers/hwmon/ina209.c
5368
5369INA2XX HARDWARE MONITOR DRIVER
5370M: Guenter Roeck <linux@roeck-us.net>
5371L: lm-sensors@lm-sensors.org
5372S: Maintained
5373F: Documentation/hwmon/ina2xx
5374F: drivers/hwmon/ina2xx.c
5375F: include/linux/platform_data/ina2xx.h
5376
Samuel Iglesias Gonsalvez14dc1242012-11-16 16:19:59 +01005377INDUSTRY PACK SUBSYSTEM (IPACK)
5378M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5379M: Jens Taprogge <jens.taprogge@taprogge.org>
5380M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5381L: industrypack-devel@lists.sourceforge.net
5382W: http://industrypack.sourceforge.net
5383S: Maintained
5384F: drivers/ipack/
5385
Zubair Lutfullah Kakakhel8adc53f2015-03-18 16:16:37 +00005386INGENIC JZ4780 DMA Driver
5387M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5388S: Maintained
5389F: drivers/dma/dma-jz4780.c
5390
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005391INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
Mimi Zohar74dd7442014-02-27 08:44:45 -05005392M: Mimi Zohar <zohar@linux.vnet.ibm.com>
Dmitry Kasatkinbfd33c42015-01-15 14:18:18 +02005393M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Mimi Zohar74dd7442014-02-27 08:44:45 -05005394L: linux-ima-devel@lists.sourceforge.net
5395L: linux-ima-user@lists.sourceforge.net
5396L: linux-security-module@vger.kernel.org
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005397S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005398F: security/integrity/ima/
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005399
James Hogan9a4ea5a2014-11-17 09:17:49 -03005400IMGTEC IR DECODER DRIVER
5401M: James Hogan <james.hogan@imgtec.com>
5402S: Maintained
5403F: drivers/media/rc/img-ir/
5404
Linus Torvalds1da177e2005-04-16 15:20:36 -07005405IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005406L: linux-fbdev@vger.kernel.org
Paul Mundt843393d2007-11-19 13:11:04 +09005407S: Orphan
Jingoo Han8a61f012014-07-01 15:36:01 +09005408F: drivers/video/fbdev/imsttfb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005409
5410INFINIBAND SUBSYSTEM
Doug Ledfordb6b2bbe2015-05-05 12:57:09 -04005411M: Doug Ledford <dledford@redhat.com>
Joe Perches8b58be82009-07-29 15:04:30 -07005412M: Sean Hefty <sean.hefty@intel.com>
5413M: Hal Rosenstock <hal.rosenstock@gmail.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07005414L: linux-rdma@vger.kernel.org
Roland Dreier605841f2010-09-27 17:51:24 -07005415W: http://www.openfabrics.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08005416Q: http://patchwork.kernel.org/project/linux-rdma/list/
Doug Ledford2936ae02015-05-11 21:03:36 -04005417T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005418S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005419F: Documentation/infiniband/
5420F: drivers/infiniband/
Doug Ledford2dfcad32015-08-27 14:18:57 -04005421F: drivers/staging/rdma/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005422F: include/uapi/linux/if_infiniband.h
Yann Droneaud954138d2015-05-04 14:31:03 +02005423F: include/uapi/rdma/
5424F: include/rdma/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005425
Robert Lovec9f04f52005-07-15 12:21:07 -04005426INOTIFY
Joe Perches8b58be82009-07-29 15:04:30 -07005427M: John McCutchan <john@johnmccutchan.com>
5428M: Robert Love <rlove@rlove.org>
5429M: Eric Paris <eparis@parisplace.org>
Robert Lovec9f04f52005-07-15 12:21:07 -04005430S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005431F: Documentation/filesystems/inotify.txt
5432F: fs/notify/inotify/
5433F: include/linux/inotify.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005434F: include/uapi/linux/inotify.h
Robert Lovec9f04f52005-07-15 12:21:07 -04005435
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005436INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07005437M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005438L: linux-input@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08005439Q: http://patchwork.kernel.org/project/linux-input/list/
Joe Perches54e58812009-04-07 21:08:10 -07005440T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005441S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005442F: drivers/input/
Dmitry Torokhovf4eea7e2012-05-10 22:31:59 -07005443F: include/linux/input.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005444F: include/uapi/linux/input.h
Dmitry Torokhovf4eea7e2012-05-10 22:31:59 -07005445F: include/linux/input/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005446
Henrik Rydberg3267a872010-06-24 19:10:40 -07005447INPUT MULTITOUCH (MT) PROTOCOL
Henrik Rydberg75dd1122015-01-08 14:32:21 -08005448M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydberg3267a872010-06-24 19:10:40 -07005449L: linux-input@vger.kernel.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -08005450S: Odd fixes
Henrik Rydberg3267a872010-06-24 19:10:40 -07005451F: Documentation/input/multi-touch-protocol.txt
Henrik Rydberg7f9c2452010-12-07 09:18:28 +01005452F: drivers/input/input-mt.c
Henrik Rydberg3267a872010-06-24 19:10:40 -07005453K: \b(ABS|SYN)_MT_
5454
Jie Yang97fa99a2015-02-02 16:55:27 +08005455INTEL ASoC BDW/HSW DRIVERS
5456M: Jie Yang <yang.jie@linux.intel.com>
Jim Davise5747e42015-06-25 15:01:58 -07005457L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Jie Yang97fa99a2015-02-02 16:55:27 +08005458S: Supported
Joe Perchese8e12252015-06-30 14:59:39 -07005459F: sound/soc/intel/common/sst-dsp*
5460F: sound/soc/intel/common/sst-firmware.c
5461F: sound/soc/intel/boards/broadwell.c
5462F: sound/soc/intel/haswell/
Jie Yang97fa99a2015-02-02 16:55:27 +08005463
Dave Jiang4ac13e12011-07-29 17:16:55 -07005464INTEL C600 SERIES SAS CONTROLLER DRIVER
5465M: Intel SCU Linux support <intel-linux-scu@intel.com>
Lukasz Doraufdc58132014-04-07 15:39:58 -07005466M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Dave Jiang4ac13e12011-07-29 17:16:55 -07005467L: linux-scsi@vger.kernel.org
Dave Jiang71068912012-09-25 15:24:56 -07005468T: git git://git.code.sf.net/p/intel-sas/isci
5469S: Supported
Dave Jiang4ac13e12011-07-29 17:16:55 -07005470F: drivers/scsi/isci/
Dave Jiang4ac13e12011-07-29 17:16:55 -07005471
Len Brown26717172010-03-08 14:07:30 -05005472INTEL IDLE DRIVER
5473M: Len Brown <lenb@kernel.org>
WANG Congbf1c1382011-10-08 20:57:50 +02005474L: linux-pm@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07005475T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
Len Brown26717172010-03-08 14:07:30 -05005476S: Supported
5477F: drivers/idle/intel_idle.c
5478
Kristen Carlson Accardi7c1ac182014-12-15 15:58:24 -08005479INTEL PSTATE DRIVER
5480M: Kristen Carlson Accardi <kristen@linux.intel.com>
5481L: linux-pm@vger.kernel.org
5482S: Supported
5483F: drivers/cpufreq/intel_pstate.c
5484
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08005485INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Maik Broemme55a23c42010-03-10 15:21:44 -08005486M: Maik Broemme <mbroemme@plusserver.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005487L: linux-fbdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01005488S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005489F: Documentation/fb/intelfb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +09005490F: drivers/video/fbdev/intelfb/
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08005491
Linus Torvalds1da177e2005-04-16 15:20:36 -07005492INTEL 810/815 FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005493M: Antonino Daplas <adaplas@gmail.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005494L: linux-fbdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01005495S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09005496F: drivers/video/fbdev/i810/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005497
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305498INTEL MENLOW THERMAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005499M: Sujith Thomas <sujith.thomas@intel.com>
Matthew Garrettd0944852010-02-11 10:40:13 -05005500L: platform-driver-x86@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +02005501W: https://01.org/linux-acpi
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305502S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005503F: drivers/platform/x86/intel_menlow.c
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305504
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07005505INTEL I/OAT DMA DRIVER
Dave Jiang18ebd562013-10-22 15:29:20 -07005506M: Dave Jiang <dave.jiang@intel.com>
Dan Williams08223d82014-08-19 06:07:56 -07005507R: Dan Williams <dan.j.williams@intel.com>
Dave Jiang18ebd562013-10-22 15:29:20 -07005508L: dmaengine@vger.kernel.org
5509Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5510S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005511F: drivers/dma/ioat*
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07005512
David Woodhouse6c8909b2008-10-18 16:12:17 +01005513INTEL IOMMU (VT-d)
Joe Perches8b58be82009-07-29 15:04:30 -07005514M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse6c8909b2008-10-18 16:12:17 +01005515L: iommu@lists.linux-foundation.org
Joe Perches54e58812009-04-07 21:08:10 -07005516T: git git://git.infradead.org/iommu-2.6.git
David Woodhouse6c8909b2008-10-18 16:12:17 +01005517S: Supported
Roland Dreier3fb39612011-10-10 17:07:15 -07005518F: drivers/iommu/intel-iommu.c
Joe Perches679655d2009-04-07 20:44:32 -07005519F: include/linux/intel-iommu.h
David Woodhouse6c8909b2008-10-18 16:12:17 +01005520
Dan Williamsb3e5f262007-08-07 10:26:35 -07005521INTEL IOP-ADMA DMA DRIVER
Dan Williams08223d82014-08-19 06:07:56 -07005522R: Dan Williams <dan.j.williams@intel.com>
Dan Williams1dd83722012-08-15 19:20:02 -07005523S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07005524F: drivers/dma/iop-adma.c
Dan Williamsb3e5f262007-08-07 10:26:35 -07005525
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005526INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +02005527M: Krzysztof Halasa <khalasa@piap.pl>
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005528S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005529F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5530F: arch/arm/mach-ixp4xx/include/mach/npe.h
5531F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5532F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
Jeff Kirsherb47da972011-07-14 22:13:23 -07005533F: drivers/net/ethernet/xscale/ixp4xx_eth.c
Joe Perches679655d2009-04-07 20:44:32 -07005534F: drivers/net/wan/ixp4xx_hss.c
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005535
Michael Buesch844dd052006-06-26 00:24:59 -07005536INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07005537M: Deepak Saxena <dsaxena@plexity.net>
Michael Buesch844dd052006-06-26 00:24:59 -07005538S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005539F: drivers/char/hw_random/ixp4xx-rng.c
Michael Buesch844dd052006-06-26 00:24:59 -07005540
Jeff Kirsher2f302322015-03-25 17:01:03 -07005541INTEL ETHERNET DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07005542M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Jeff Kirsher2f302322015-03-25 17:01:03 -07005543R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5544R: Shannon Nelson <shannon.nelson@intel.com>
5545R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5546R: Don Skidmore <donald.c.skidmore@intel.com>
5547R: Matthew Vick <matthew.vick@intel.com>
5548R: John Ronciak <john.ronciak@intel.com>
5549R: Mitch Williams <mitch.a.williams@intel.com>
5550L: intel-wired-lan@lists.osuosl.org
Jesse Brandeburgf6fde112012-10-09 02:52:14 +00005551W: http://www.intel.com/support/feedback.htm
Auke Kokd94e6fe2008-03-03 14:37:47 -08005552W: http://e1000.sourceforge.net/
Jeff Kirsher2f302322015-03-25 17:01:03 -07005553Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5554T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5555T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005556S: Supported
Jeff Kirsher0d164402010-10-05 01:15:17 +00005557F: Documentation/networking/e100.txt
5558F: Documentation/networking/e1000.txt
5559F: Documentation/networking/e1000e.txt
5560F: Documentation/networking/igb.txt
5561F: Documentation/networking/igbvf.txt
5562F: Documentation/networking/ixgb.txt
5563F: Documentation/networking/ixgbe.txt
5564F: Documentation/networking/ixgbevf.txt
Jesse Brandeburg1bff6522013-09-11 08:40:23 +00005565F: Documentation/networking/i40e.txt
Greg Rose105bf2f2013-12-21 06:13:16 +00005566F: Documentation/networking/i40evf.txt
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07005567F: drivers/net/ethernet/intel/
Joe Perchesbc90d292014-02-25 13:35:53 -08005568F: drivers/net/ethernet/intel/*/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005569
Linus Walleij0963d59b2013-10-19 15:39:17 +02005570INTEL-MID GPIO DRIVER
5571M: David Cohen <david.a.cohen@linux.intel.com>
5572L: linux-gpio@vger.kernel.org
5573S: Maintained
5574F: drivers/gpio/gpio-intel-mid.c
5575
Stanislav Yakovlevca907a92012-03-24 03:41:01 -04005576INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5577M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Johannes Berg724c6b32007-04-23 12:18:20 -07005578L: linux-wireless@vger.kernel.org
Stanislav Yakovlevca907a92012-03-24 03:41:01 -04005579S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005580F: Documentation/networking/README.ipw2100
Joe Perches679655d2009-04-07 20:44:32 -07005581F: Documentation/networking/README.ipw2200
Stanislav Yakovlevca907a92012-03-24 03:41:01 -04005582F: drivers/net/wireless/ipw2x00/
James Ketrenos826d2ab2005-11-07 18:56:59 -06005583
Alexander Shishkin5760b0a2015-09-22 15:47:20 +03005584INTEL(R) TRACE HUB
5585M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5586S: Supported
5587F: Documentation/trace/intel_th.txt
5588F: drivers/hwtracing/intel_th/
5589
Shane Wang4bd96a72010-03-10 14:36:10 +08005590INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
Gang Weie9b7d7c2012-09-17 14:08:59 -07005591M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5592M: Gang Wei <gang.wei@intel.com>
Shane Wang4bd96a72010-03-10 14:36:10 +08005593M: Shane Wang <shane.wang@intel.com>
5594L: tboot-devel@lists.sourceforge.net
5595W: http://tboot.sourceforge.net
Gang Weie9b7d7c2012-09-17 14:08:59 -07005596T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
Shane Wang4bd96a72010-03-10 14:36:10 +08005597S: Supported
5598F: Documentation/intel_txt.txt
5599F: include/linux/tboot.h
5600F: arch/x86/kernel/tboot.c
5601
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005602INTEL WIRELESS WIMAX CONNECTION 2400
Joe Perches8b58be82009-07-29 15:04:30 -07005603M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005604M: linux-wimax@intel.com
Joe Perches49e7d9d2015-04-15 16:17:31 -07005605L: wimax@linuxwimax.org (subscribers-only)
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005606S: Supported
5607W: http://linuxwimax.org
Joe Perches679655d2009-04-07 20:44:32 -07005608F: Documentation/wimax/README.i2400m
5609F: drivers/net/wimax/i2400m/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005610F: include/uapi/linux/wimax/i2400m.h
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005611
Stanislaw Gruszka1c0ce892011-03-25 17:59:39 +01005612INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5613M: Stanislaw Gruszka <sgruszka@redhat.com>
Wey-Yi Guyefa31442011-02-22 16:43:05 -08005614L: linux-wireless@vger.kernel.org
Stanislaw Gruszka1c0ce892011-03-25 17:59:39 +01005615S: Supported
Wey-Yi Guyefa31442011-02-22 16:43:05 -08005616F: drivers/net/wireless/iwlegacy/
5617
Zhu Yib481de92007-09-25 17:54:57 -07005618INTEL WIRELESS WIFI LINK (iwlwifi)
Wey-Yi Guy15fae502012-04-16 12:03:35 -07005619M: Johannes Berg <johannes.berg@intel.com>
Johannes Berg6161b022013-07-23 14:03:39 +02005620M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Johannes Berg7b9aebf2015-09-08 17:03:20 +02005621M: Intel Linux Wireless <linuxwifi@intel.com>
Zhu Yib481de92007-09-25 17:54:57 -07005622L: linux-wireless@vger.kernel.org
Zhu Yib481de92007-09-25 17:54:57 -07005623W: http://intellinuxwireless.org
Wey-Yi Guyb62ff712011-09-22 15:14:49 -07005624T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
Zhu Yib481de92007-09-25 17:54:57 -07005625S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005626F: drivers/net/wireless/iwlwifi/
Zhu Yib481de92007-09-25 17:54:57 -07005627
Tomas Winklerde8fe022012-05-09 16:39:02 +03005628INTEL MANAGEMENT ENGINE (mei)
5629M: Tomas Winkler <tomas.winkler@intel.com>
5630L: linux-kernel@vger.kernel.org
5631S: Supported
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005632F: include/uapi/linux/mei.h
Tomas Winkler5069288b2015-06-13 22:11:33 +03005633F: include/linux/mei_cl_bus.h
Tomas Winklerde8fe022012-05-09 16:39:02 +03005634F: drivers/misc/mei/*
Cesar Eduardo Barrose07950a12013-01-04 15:35:36 -08005635F: Documentation/misc-devices/mei/*
Tomas Winklerde8fe022012-05-09 16:39:02 +03005636
Sudeep Dutt50ceb982015-10-13 11:21:19 -07005637INTEL MIC DRIVERS (mic)
5638M: Sudeep Dutt <sudeep.dutt@intel.com>
5639M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5640S: Supported
5641W: https://github.com/sudeepdutt/mic
5642W: http://software.intel.com/en-us/mic-developer
5643F: include/linux/mic_bus.h
5644F: include/linux/scif.h
5645F: include/uapi/linux/mic_common.h
5646F: include/uapi/linux/mic_ioctl.h
5647F include/uapi/linux/scif_ioctl.h
5648F: drivers/misc/mic/
5649F: drivers/dma/mic_x100_dma.c
5650F: drivers/dma/mic_x100_dma.h
5651F Documentation/mic/
5652
qipeng.zha0a8b8352015-06-27 00:32:15 +08005653INTEL PMC IPC DRIVER
5654M: Zha Qipeng<qipeng.zha@intel.com>
5655L: platform-driver-x86@vger.kernel.org
5656S: Maintained
5657F: drivers/platform/x86/intel_pmc_ipc.c
5658F: arch/x86/include/asm/intel_pmc_ipc.h
5659
Ralf Baechlecb109a02007-08-30 23:56:30 -07005660IOC3 ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005661M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005662L: linux-mips@linux-mips.org
5663S: Maintained
Jeff Kirsher8862bf12011-05-20 07:50:27 -07005664F: drivers/net/ethernet/sgi/ioc3-eth.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005665
Ralf Baechlecb109a02007-08-30 23:56:30 -07005666IOC3 SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005667M: Pat Gefre <pfg@sgi.com>
Ralf Baechled39e0722010-10-19 18:32:41 +01005668L: linux-serial@vger.kernel.org
Ralf Baechlecb109a02007-08-30 23:56:30 -07005669S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08005670F: drivers/tty/serial/ioc3_serial.c
Ralf Baechlecb109a02007-08-30 23:56:30 -07005671
Stephen Warren0b6e8562013-09-13 13:10:27 -06005672IOMMU DRIVERS
5673M: Joerg Roedel <joro@8bytes.org>
5674L: iommu@lists.linux-foundation.org
5675T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5676S: Maintained
5677F: drivers/iommu/
5678
Randy Dunlap4480f15b2008-10-12 16:11:58 -07005679IP MASQUERADING
Joe Perches8b58be82009-07-29 15:04:30 -07005680M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005681S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005682F: net/ipv4/netfilter/ipt_MASQUERADE.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005683
Francois Romieu1202d6f2007-09-17 17:13:55 -07005684IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005685M: Francois Romieu <romieu@fr.zoreil.com>
5686M: Sorbica Shieh <sorbica@icplus.com.tw>
Francois Romieu1202d6f2007-09-17 17:13:55 -07005687L: netdev@vger.kernel.org
5688S: Maintained
Jeff Kirsher7443713a2011-06-16 15:02:54 -07005689F: drivers/net/ethernet/icplus/ipg.*
Francois Romieu1202d6f2007-09-17 17:13:55 -07005690
Randy Dunlap4480f15b2008-10-12 16:11:58 -07005691IPATH DRIVER
Mike Marciniszyn8473c602012-05-10 09:25:20 -04005692M: Mike Marciniszyn <infinipath@intel.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07005693L: linux-rdma@vger.kernel.org
Mike Marciniszyn52a09a02011-07-13 09:19:10 -07005694S: Maintained
Dennis Dalessandro6f9b3892015-07-30 09:25:42 -04005695F: drivers/staging/rdma/ipath/
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08005696
Corey Minyard4409ebe2006-04-20 02:43:12 -07005697IPMI SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005698M: Corey Minyard <minyard@acm.org>
Randy Dunlapb0c90652009-11-11 14:26:13 -08005699L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
Corey Minyard4409ebe2006-04-20 02:43:12 -07005700W: http://openipmi.sourceforge.net/
5701S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005702F: Documentation/IPMI.txt
5703F: drivers/char/ipmi/
5704F: include/linux/ipmi*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005705F: include/uapi/linux/ipmi*
Corey Minyard4409ebe2006-04-20 02:43:12 -07005706
Kenneth Westfield2d800892015-03-03 16:21:50 -08005707QCOM AUDIO (ASoC) DRIVERS
5708M: Patrick Lai <plai@codeaurora.org>
5709M: Banajit Goswami <bgoswami@codeaurora.org>
5710L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5711S: Supported
5712F: sound/soc/qcom/
5713
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005714IPS SCSI RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005715M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005716L: linux-scsi@vger.kernel.org
5717W: http://www.adaptec.com/
5718S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005719F: drivers/scsi/ips*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005720
5721IPVS
Joe Perches8b58be82009-07-29 15:04:30 -07005722M: Wensong Zhang <wensong@linux-vs.org>
5723M: Simon Horman <horms@verge.net.au>
5724M: Julian Anastasov <ja@ssi.bg>
Ralf Baechle979b6c12005-06-13 14:30:40 -07005725L: netdev@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005726L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005727S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005728F: Documentation/networking/ipvs-sysctl.txt
Hannes Ederb61d4a712009-09-21 17:04:12 -07005729F: include/net/ip_vs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005730F: include/uapi/linux/ip_vs.h
Joe Perches679655d2009-04-07 20:44:32 -07005731F: net/netfilter/ipvs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005732
Randy Dunlape7839f22008-10-12 16:11:45 -07005733IPWIRELESS DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02005734M: Jiri Kosina <jikos@kernel.org>
Jiri Slabyd8130622015-07-17 16:23:20 -07005735M: David Sterba <dsterba@suse.com>
Jiri Kosina92094aa2011-11-13 21:41:00 +01005736S: Odd Fixes
Greg Kroah-Hartman282361a2011-02-22 16:23:22 -08005737F: drivers/tty/ipwireless/
David Sterba099dc4f2008-02-07 10:57:12 +01005738
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005739IPX NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07005740M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005741L: netdev@vger.kernel.org
5742S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005743F: include/net/ipx.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005744F: include/uapi/linux/ipx.h
Joe Perches679655d2009-04-07 20:44:32 -07005745F: net/ipx/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005746
Linus Torvalds1da177e2005-04-16 15:20:36 -07005747IRDA SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005748M: Samuel Ortiz <samuel@sortiz.org>
Olaf Heringa2ac9532005-07-12 13:58:35 -07005749L: irda-users@lists.sourceforge.net (subscribers-only)
Wolfram Sangced649e2011-01-31 22:21:46 +01005750L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005751W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07005752S: Maintained
Samuel Ortize0057972009-06-05 16:12:00 +02005753T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
Joe Perches679655d2009-04-07 20:44:32 -07005754F: Documentation/networking/irda.txt
5755F: drivers/net/irda/
5756F: include/net/irda/
5757F: net/irda/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005758
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005759IRQ SUBSYSTEM
5760M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01005761L: linux-kernel@vger.kernel.org
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005762S: Maintained
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01005763T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005764F: kernel/irq/
Jason Cooper2ed9fd22014-05-13 18:47:01 +00005765
5766IRQCHIP DRIVERS
5767M: Thomas Gleixner <tglx@linutronix.de>
5768M: Jason Cooper <jason@lakedaemon.net>
Thomas Gleixner54d9ffc2015-07-30 12:38:06 +02005769M: Marc Zyngier <marc.zyngier@arm.com>
Jason Cooper2ed9fd22014-05-13 18:47:01 +00005770L: linux-kernel@vger.kernel.org
5771S: Maintained
5772T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5773T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
Geert Uytterhoeven5b5a9062014-08-28 09:56:47 +02005774F: Documentation/devicetree/bindings/interrupt-controller/
Thomas Petazzoniedd96902012-10-28 10:05:40 +01005775F: drivers/irqchip/
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005776
Grant Likely7ab3a832012-02-14 14:06:47 -07005777IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005778M: Jiang Liu <jiang.liu@linux.intel.com>
5779M: Marc Zyngier <marc.zyngier@arm.com>
Grant Likely7ab3a832012-02-14 14:06:47 -07005780S: Maintained
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005781T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
Grant Likely7ab3a832012-02-14 14:06:47 -07005782F: Documentation/IRQ-domain.txt
5783F: include/linux/irqdomain.h
5784F: kernel/irq/irqdomain.c
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005785F: kernel/irq/msi.c
Grant Likely7ab3a832012-02-14 14:06:47 -07005786
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005787ISAPNP
Joe Perches8b58be82009-07-29 15:04:30 -07005788M: Jaroslav Kysela <perex@perex.cz>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005789S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005790F: Documentation/isapnp.txt
5791F: drivers/pnp/isapnp/
5792F: include/linux/isapnp.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005793
Hans Verkuild39b8422012-11-23 07:07:02 -03005794ISA RADIO MODULE
5795M: Hans Verkuil <hverkuil@xs4all.nl>
5796L: linux-media@vger.kernel.org
5797T: git git://linuxtv.org/media_tree.git
5798W: http://linuxtv.org
5799S: Maintained
5800F: drivers/media/radio/radio-isa*
5801
Harry Wei71a6d0a2011-05-11 15:13:33 -07005802iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5803M: Peter Jones <pjones@redhat.com>
5804M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5805S: Maintained
5806F: drivers/firmware/iscsi_ibft*
5807
Mike Christie14816b1e2007-11-28 16:22:06 -08005808ISCSI
Joe Perches8b58be82009-07-29 15:04:30 -07005809M: Mike Christie <michaelc@cs.wisc.edu>
Mike Christie14816b1e2007-11-28 16:22:06 -08005810L: open-iscsi@googlegroups.com
5811W: www.open-iscsi.org
Joe Perches54e58812009-04-07 21:08:10 -07005812T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
Mike Christie14816b1e2007-11-28 16:22:06 -08005813S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005814F: drivers/scsi/*iscsi*
5815F: include/scsi/*iscsi*
Mike Christie14816b1e2007-11-28 16:22:06 -08005816
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005817ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5818M: Or Gerlitz <ogerlitz@mellanox.com>
Or Gerlitzb261aea2014-10-01 14:02:17 +03005819M: Sagi Grimberg <sagig@mellanox.com>
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005820M: Roi Dayan <roid@mellanox.com>
5821L: linux-rdma@vger.kernel.org
5822S: Supported
5823W: http://www.openfabrics.org
5824W: www.open-iscsi.org
5825Q: http://patchwork.kernel.org/project/linux-rdma/list/
Joe Perches14430812013-09-11 14:23:50 -07005826F: drivers/infiniband/ulp/iser/
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005827
Sagi Grimberg2b70e5f2015-01-07 12:54:44 +02005828ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5829M: Sagi Grimberg <sagig@mellanox.com>
5830T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5831L: linux-rdma@vger.kernel.org
5832L: target-devel@vger.kernel.org
5833S: Supported
5834W: http://www.linux-iscsi.org
5835F: drivers/infiniband/ulp/isert
5836
Linus Torvalds1da177e2005-04-16 15:20:36 -07005837ISDN SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005838M: Karsten Keil <isdn@linux-pingi.de>
Paul Bolled5d52272008-04-15 00:40:48 -07005839L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
David S. Miller3da0ae62010-03-25 20:32:39 -07005840L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005841W: http://www.isdn4linux.de
Joe Perches54e58812009-04-07 21:08:10 -07005842T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005843S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005844F: Documentation/isdn/
5845F: drivers/isdn/
5846F: include/linux/isdn.h
5847F: include/linux/isdn/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005848F: include/uapi/linux/isdn.h
5849F: include/uapi/linux/isdn/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005850
5851ISDN SUBSYSTEM (Eicon active card driver)
Joe Perches8b58be82009-07-29 15:04:30 -07005852M: Armin Schindler <mac@melware.de>
Paul Bolled5d52272008-04-15 00:40:48 -07005853L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005854W: http://www.melware.de
5855S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005856F: drivers/isdn/hardware/eicon/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005857
Jean Delvared6248702010-03-05 22:17:20 +01005858IT87 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005859M: Jean Delvare <jdelvare@suse.com>
Jean Delvared6248702010-03-05 22:17:20 +01005860L: lm-sensors@lm-sensors.org
5861S: Maintained
5862F: Documentation/hwmon/it87
5863F: drivers/hwmon/it87.c
5864
Malcolm Priestley68620bd2012-11-04 19:16:31 +01005865IT913X MEDIA DRIVER
Antti Palosaarid7104bf2013-03-09 22:58:13 -03005866M: Antti Palosaari <crope@iki.fi>
5867L: linux-media@vger.kernel.org
5868W: http://linuxtv.org/
5869W: http://palosaari.fi/linux/
5870Q: http://patchwork.linuxtv.org/project/linux-media/list/
5871T: git git://linuxtv.org/anttip/media_tree.git
5872S: Maintained
Antti Palosaari249c6972014-09-01 19:44:59 -03005873F: drivers/media/tuners/it913x*
Antti Palosaarid7104bf2013-03-09 22:58:13 -03005874
Hans Verkuil91821ff2007-12-02 09:35:33 -03005875IVTV VIDEO4LINUX DRIVER
Andy Walls6afdeaf2010-05-23 18:53:35 -03005876M: Andy Walls <awalls@md.metrocast.net>
Joe Perches7b212ed2014-12-10 15:51:24 -08005877L: ivtv-devel@ivtvdriver.org (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03005878L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02005879T: git git://linuxtv.org/media_tree.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03005880W: http://www.ivtvdriver.org
5881S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005882F: Documentation/video4linux/*.ivtv
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03005883F: drivers/media/pci/ivtv/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005884F: include/uapi/linux/ivtv*
Hans Verkuil91821ff2007-12-02 09:35:33 -03005885
Malcolm Priestley68620bd2012-11-04 19:16:31 +01005886IX2505V MEDIA DRIVER
5887M: Malcolm Priestley <tvboxspy@gmail.com>
5888L: linux-media@vger.kernel.org
5889W: http://linuxtv.org/
5890Q: http://patchwork.linuxtv.org/project/linux-media/list/
5891S: Maintained
5892F: drivers/media/dvb-frontends/ix2505v*
5893
Guenter Roeck4453d732010-08-09 17:21:08 -07005894JC42.4 TEMPERATURE SENSOR DRIVER
5895M: Guenter Roeck <linux@roeck-us.net>
5896L: lm-sensors@lm-sensors.org
5897S: Maintained
5898F: drivers/hwmon/jc42.c
5899F: Documentation/hwmon/jc42
5900
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005901JFS FILESYSTEM
Dave Kleikamp3256f802011-03-04 10:13:47 -06005902M: Dave Kleikamp <shaggy@kernel.org>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005903L: jfs-discussion@lists.sourceforge.net
5904W: http://jfs.sourceforge.net/
Joe Perches54e58812009-04-07 21:08:10 -07005905T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Dave Kleikamp8f8f0132009-07-13 11:02:24 -05005906S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005907F: Documentation/filesystems/jfs.txt
5908F: fs/jfs/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07005909
Guo-Fu Tseng95252232008-09-16 01:00:11 +08005910JME NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005911M: Guo-Fu Tseng <cooldavid@cooldavid.org>
Guo-Fu Tseng95252232008-09-16 01:00:11 +08005912L: netdev@vger.kernel.org
5913S: Maintained
Jeff Kirsher63d24a02011-06-15 10:17:58 -07005914F: drivers/net/ethernet/jme.*
Guo-Fu Tseng95252232008-09-16 01:00:11 +08005915
Linus Torvalds1da177e2005-04-16 15:20:36 -07005916JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
Joe Perches8b58be82009-07-29 15:04:30 -07005917M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse6d85d062007-10-27 10:39:48 -04005918L: linux-mtd@lists.infradead.org
5919W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07005920S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005921F: fs/jffs2/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005922F: include/uapi/linux/jffs2.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07005923
Theodore Ts'od183e112011-05-26 09:53:09 -04005924JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5925M: "Theodore Ts'o" <tytso@mit.edu>
Jan Karac290ea02015-06-18 16:52:29 +02005926M: Jan Kara <jack@suse.com>
Theodore Ts'od183e112011-05-26 09:53:09 -04005927L: linux-ext4@vger.kernel.org
5928S: Maintained
5929F: fs/jbd2/
5930F: include/linux/jbd2.h
Theodore Tsoae0718f2006-05-20 15:00:13 -07005931
Mikhail Ulyanov207dab52015-07-22 08:23:05 -03005932JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5933M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5934L: linux-media@vger.kernel.org
5935S: Maintained
5936F: drivers/media/platform/rcar_jpu.c
5937
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03005938JSM Neo PCI based serial card
Thadeu Lima de Souza Cascardo9d141cb2013-05-22 15:15:24 -03005939M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03005940L: linux-serial@vger.kernel.org
5941S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08005942F: drivers/tty/serial/jsm/
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03005943
Clemens Ladischaf399172011-01-10 16:32:54 +01005944K10TEMP HARDWARE MONITORING DRIVER
5945M: Clemens Ladisch <clemens@ladisch.de>
5946L: lm-sensors@lm-sensors.org
5947S: Maintained
5948F: Documentation/hwmon/k10temp
5949F: drivers/hwmon/k10temp.c
5950
Rudolf Marek4660cb32006-10-08 22:01:26 +02005951K8TEMP HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005952M: Rudolf Marek <r.marek@assembler.cz>
Rudolf Marek4660cb32006-10-08 22:01:26 +02005953L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005954S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005955F: Documentation/hwmon/k8temp
5956F: drivers/hwmon/k8temp.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005957
5958KCONFIG
Michal Marek5eb1f992013-10-30 12:02:27 +01005959M: "Yann E. MORIN" <yann.morin.1998@free.fr>
Sam Ravnborg347d12d2007-10-18 13:23:33 +02005960L: linux-kbuild@vger.kernel.org
Joe Perchescea83212014-03-03 15:38:38 -08005961T: git git://gitorious.org/linux-kconfig/linux-kconfig
Michal Marek5eb1f992013-10-30 12:02:27 +01005962S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005963F: Documentation/kbuild/kconfig-language.txt
5964F: scripts/kconfig/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005965
Vivek Goyalea6c2082006-05-20 14:59:55 -07005966KDUMP
Joe Perches8b58be82009-07-29 15:04:30 -07005967M: Vivek Goyal <vgoyal@redhat.com>
5968M: Haren Myneni <hbabu@us.ibm.com>
Simon Horman34633992007-05-08 00:31:40 -07005969L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07005970W: http://lse.sourceforge.net/kdump/
5971S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07005972F: Documentation/kdump/
Vivek Goyalea6c2082006-05-20 14:59:55 -07005973
Hans Verkuilf41bf022012-11-23 07:04:36 -03005974KEENE FM RADIO TRANSMITTER DRIVER
5975M: Hans Verkuil <hverkuil@xs4all.nl>
5976L: linux-media@vger.kernel.org
5977T: git git://linuxtv.org/media_tree.git
5978W: http://linuxtv.org
5979S: Maintained
5980F: drivers/media/radio/radio-keene*
5981
Linus Torvalds1da177e2005-04-16 15:20:36 -07005982KERNEL AUTOMOUNTER v4 (AUTOFS4)
Joe Perches8b58be82009-07-29 15:04:30 -07005983M: Ian Kent <raven@themaw.net>
Ian Kentf694fc92012-02-27 08:03:38 +08005984L: autofs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005985S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005986F: fs/autofs4/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005987
Michal Marek70fb7ba2010-01-29 14:22:43 +01005988KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
Jiri Slabyd8130622015-07-17 16:23:20 -07005989M: Michal Marek <mmarek@suse.com>
Joe Perches08deed12012-03-23 15:01:57 -07005990T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5991T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
Sam Ravnborg347d12d2007-10-18 13:23:33 +02005992L: linux-kbuild@vger.kernel.org
Michal Marek5ce45962009-12-14 17:57:43 -08005993S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005994F: Documentation/kbuild/
5995F: Makefile
5996F: scripts/Makefile.*
Michal Marek70fb7ba2010-01-29 14:22:43 +01005997F: scripts/basic/
5998F: scripts/mk*
5999F: scripts/package/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006000
6001KERNEL JANITORS
maximilian attemsc3000e02007-07-06 11:17:32 -07006002L: kernel-janitors@vger.kernel.org
Justin P. Mattock10466f52010-08-26 15:30:03 -07006003W: http://kernelnewbies.org/KernelJanitors
Joe Perchesee709b02009-10-26 16:49:43 -07006004S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07006005
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04006006KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Joe Perches8b58be82009-07-29 15:04:30 -07006007M: "J. Bruce Fields" <bfields@fieldses.org>
J. Bruce Fields883985f2015-08-24 16:44:40 -04006008M: Jeff Layton <jlayton@poochiereds.net>
Neil Brown16141c02007-12-11 16:16:12 -08006009L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006010W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08006011S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006012F: fs/nfsd/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006013F: include/uapi/linux/nfsd/
Joe Perches679655d2009-04-07 20:44:32 -07006014F: fs/lockd/
6015F: fs/nfs_common/
6016F: net/sunrpc/
6017F: include/linux/lockd/
6018F: include/linux/sunrpc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006019F: include/uapi/linux/sunrpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006020
Shuah Khan13b122b2014-10-13 15:51:21 -07006021KERNEL SELFTEST FRAMEWORK
6022M: Shuah Khan <shuahkh@osg.samsung.com>
6023L: linux-api@vger.kernel.org
6024T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6025S: Maintained
6026F: tools/testing/selftests
6027
Avi Kivity426d62e2006-12-13 00:34:03 -08006028KERNEL VIRTUAL MACHINE (KVM)
Gleb Natapov0a00a772013-11-27 16:35:22 +02006029M: Gleb Natapov <gleb@kernel.org>
Paolo Bonzinic93a64f2013-05-15 19:02:24 +02006030M: Paolo Bonzini <pbonzini@redhat.com>
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03006031L: kvm@vger.kernel.org
Ramkumar Ramachandrae3e58472013-10-31 16:16:34 +05306032W: http://www.linux-kvm.org
Ramkumar Ramachandraa94b40a2013-10-31 16:29:23 +05306033T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
Avi Kivity426d62e2006-12-13 00:34:03 -08006034S: Supported
Paolo Bonzinic93a64f2013-05-15 19:02:24 +02006035F: Documentation/*/kvm*.txt
6036F: Documentation/virtual/kvm/
Joe Perches679655d2009-04-07 20:44:32 -07006037F: arch/*/kvm/
Christian Borntraeger1662e862015-03-12 14:59:26 +01006038F: arch/x86/kernel/kvm.c
6039F: arch/x86/kernel/kvmclock.c
Joe Perches679655d2009-04-07 20:44:32 -07006040F: arch/*/include/asm/kvm*
6041F: include/linux/kvm*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006042F: include/uapi/linux/kvm*
Joe Perches679655d2009-04-07 20:44:32 -07006043F: virt/kvm/
Avi Kivity426d62e2006-12-13 00:34:03 -08006044
Joerg Roedelad8003d2008-09-10 20:01:07 +02006045KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
Joerg Roedel7de609c2012-10-29 19:08:21 +01006046M: Joerg Roedel <joro@8bytes.org>
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006047L: kvm@vger.kernel.org
Dirk Müller038161d2015-10-01 13:46:01 +02006048W: http://www.linux-kvm.org/
Joerg Roedel7de609c2012-10-29 19:08:21 +01006049S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006050F: arch/x86/include/asm/svm.h
Joe Perches679655d2009-04-07 20:44:32 -07006051F: arch/x86/kvm/svm.c
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006052
Hollis Blanchard513014b2008-04-16 23:28:08 -05006053KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
Jiri Slabyd8130622015-07-17 16:23:20 -07006054M: Alexander Graf <agraf@suse.com>
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03006055L: kvm-ppc@vger.kernel.org
Dirk Müller038161d2015-10-01 13:46:01 +02006056W: http://www.linux-kvm.org/
Michael Ellerman6a7f9722012-10-15 19:01:05 +00006057T: git git://github.com/agraf/linux-2.6.git
Hollis Blanchard513014b2008-04-16 23:28:08 -05006058S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006059F: arch/powerpc/include/asm/kvm*
6060F: arch/powerpc/kvm/
Hollis Blanchard513014b2008-04-16 23:28:08 -05006061
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006062KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
Joe Perches8b58be82009-07-29 15:04:30 -07006063M: Christian Borntraeger <borntraeger@de.ibm.com>
Christian Borntraeger4ae57b62012-06-05 13:05:02 +02006064M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006065L: linux-s390@vger.kernel.org
6066W: http://www.ibm.com/developerworks/linux/linux390/
6067S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006068F: Documentation/s390/kvm.txt
6069F: arch/s390/include/asm/kvm*
Joe Perches80811492009-04-08 20:20:27 -07006070F: arch/s390/kvm/
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006071
Christoffer Dalla7494742013-01-20 18:42:26 -05006072KERNEL VIRTUAL MACHINE (KVM) FOR ARM
Christoffer Dall0f4ca792013-06-21 13:54:36 -07006073M: Christoffer Dall <christoffer.dall@linaro.org>
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006074M: Marc Zyngier <marc.zyngier@arm.com>
6075L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Christoffer Dalla7494742013-01-20 18:42:26 -05006076L: kvmarm@lists.cs.columbia.edu
6077W: http://systems.cs.columbia.edu/projects/kvm-arm
Christoffer Dall0f4ca792013-06-21 13:54:36 -07006078S: Supported
Christoffer Dalla7494742013-01-20 18:42:26 -05006079F: arch/arm/include/uapi/asm/kvm*
6080F: arch/arm/include/asm/kvm*
6081F: arch/arm/kvm/
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006082F: virt/kvm/arm/
6083F: include/kvm/arm_*
Christoffer Dalla7494742013-01-20 18:42:26 -05006084
Marc Zyngier6394a3e2013-04-02 17:49:40 +01006085KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006086M: Christoffer Dall <christoffer.dall@linaro.org>
Marc Zyngier6394a3e2013-04-02 17:49:40 +01006087M: Marc Zyngier <marc.zyngier@arm.com>
6088L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6089L: kvmarm@lists.cs.columbia.edu
6090S: Maintained
6091F: arch/arm64/include/uapi/asm/kvm*
6092F: arch/arm64/include/asm/kvm*
6093F: arch/arm64/kvm/
6094
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006095KEXEC
Joe Perches8b58be82009-07-29 15:04:30 -07006096M: Eric Biederman <ebiederm@xmission.com>
Simon Horman2f327da2010-09-09 16:37:33 -07006097W: http://kernel.org/pub/linux/utils/kernel/kexec/
Simon Horman34633992007-05-08 00:31:40 -07006098L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006099S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006100F: include/linux/kexec.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006101F: include/uapi/linux/kexec.h
Joe Perches679655d2009-04-07 20:44:32 -07006102F: kernel/kexec.c
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006103
David Howellse9714612010-03-29 23:42:09 +01006104KEYS/KEYRINGS:
6105M: David Howells <dhowells@redhat.com>
David Howellsaa62eff2015-08-11 13:29:48 +01006106L: keyrings@vger.kernel.org
David Howellse9714612010-03-29 23:42:09 +01006107S: Maintained
Randy Dunlapd410fa42011-05-19 15:59:38 -07006108F: Documentation/security/keys.txt
David Howellse9714612010-03-29 23:42:09 +01006109F: include/linux/key.h
6110F: include/linux/key-type.h
6111F: include/keys/
6112F: security/keys/
6113
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006114KEYS-TRUSTED
Mimi Zohar74dd7442014-02-27 08:44:45 -05006115M: David Safford <safford@us.ibm.com>
6116M: Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006117L: linux-security-module@vger.kernel.org
David Howellsaa62eff2015-08-11 13:29:48 +01006118L: keyrings@vger.kernel.org
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006119S: Supported
Randy Dunlapd410fa42011-05-19 15:59:38 -07006120F: Documentation/security/keys-trusted-encrypted.txt
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006121F: include/keys/trusted-type.h
6122F: security/keys/trusted.c
6123F: security/keys/trusted.h
6124
6125KEYS-ENCRYPTED
Mimi Zohar74dd7442014-02-27 08:44:45 -05006126M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6127M: David Safford <safford@us.ibm.com>
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006128L: linux-security-module@vger.kernel.org
David Howellsaa62eff2015-08-11 13:29:48 +01006129L: keyrings@vger.kernel.org
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006130S: Supported
Randy Dunlapd410fa42011-05-19 15:59:38 -07006131F: Documentation/security/keys-trusted-encrypted.txt
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006132F: include/keys/encrypted-type.h
Joe Perches19c90aa2012-01-10 15:09:00 -08006133F: security/keys/encrypted-keys/
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006134
Jason Wessel5b778da2010-05-20 21:04:28 -05006135KGDB / KDB /debug_core
Joe Perches8b58be82009-07-29 15:04:30 -07006136M: Jason Wessel <jason.wessel@windriver.com>
Jason Wessel4063eb52010-05-20 21:04:19 -05006137W: http://kgdb.wiki.kernel.org/
Jason Wessele3e2aaf2008-03-20 13:43:45 -05006138L: kgdb-bugreport@lists.sourceforge.net
6139S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006140F: Documentation/DocBook/kgdb.tmpl
6141F: drivers/misc/kgdbts.c
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08006142F: drivers/tty/serial/kgdboc.c
Jason Wessel5b778da2010-05-20 21:04:28 -05006143F: include/linux/kdb.h
Joe Perches679655d2009-04-07 20:44:32 -07006144F: include/linux/kgdb.h
Jason Wessel4063eb52010-05-20 21:04:19 -05006145F: kernel/debug/
Jason Wessele3e2aaf2008-03-20 13:43:45 -05006146
Pekka Enberg456db8c2008-04-28 22:47:29 +03006147KMEMCHECK
Joe Perches8b58be82009-07-29 15:04:30 -07006148M: Vegard Nossum <vegardno@ifi.uio.no>
Pekka Enberg2ed1c522011-01-15 13:30:04 +02006149M: Pekka Enberg <penberg@kernel.org>
Pekka Enberg456db8c2008-04-28 22:47:29 +03006150S: Maintained
Joe Perches410d7a92009-11-17 14:06:15 -08006151F: Documentation/kmemcheck.txt
6152F: arch/x86/include/asm/kmemcheck.h
6153F: arch/x86/mm/kmemcheck/
6154F: include/linux/kmemcheck.h
6155F: mm/kmemcheck.c
Pekka Enberg456db8c2008-04-28 22:47:29 +03006156
Catalin Marinasc3bb4d22009-06-12 09:35:22 +01006157KMEMLEAK
Joe Perches8b58be82009-07-29 15:04:30 -07006158M: Catalin Marinas <catalin.marinas@arm.com>
Catalin Marinasc3bb4d22009-06-12 09:35:22 +01006159S: Maintained
6160F: Documentation/kmemleak.txt
6161F: include/linux/kmemleak.h
6162F: mm/kmemleak.c
6163F: mm/kmemleak-test.c
6164
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006165KPROBES
Joe Perches8b58be82009-07-29 15:04:30 -07006166M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6167M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6168M: "David S. Miller" <davem@davemloft.net>
Masami Hiramatsu97c29e72010-06-29 15:05:32 -07006169M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006170S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006171F: Documentation/kprobes.txt
6172F: include/linux/kprobes.h
6173F: kernel/kprobes.c
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006174
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006175KS0108 LCD CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006176M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07006177W: http://miguelojeda.es/auxdisplay.htm
6178W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006179S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006180F: Documentation/auxdisplay/ks0108
6181F: drivers/auxdisplay/ks0108.c
6182F: include/linux/ks0108.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006183
David Ahern1b69c6d2015-09-29 20:07:11 -07006184L3MDEV
6185M: David Ahern <dsa@cumulusnetworks.com>
6186L: netdev@vger.kernel.org
6187S: Maintained
6188F: net/l3mdev
6189F: include/net/l3mdev.h
6190
Linus Torvalds1da177e2005-04-16 15:20:36 -07006191LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07006192L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07006193S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07006194F: Documentation/networking/lapb-module.txt
6195F: include/*/lapb.h
6196F: net/lapb/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006197
6198LASI 53c700 driver for PARISC
Joe Perches8b58be82009-07-29 15:04:30 -07006199M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006200L: linux-scsi@vger.kernel.org
6201S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006202F: Documentation/scsi/53c700.txt
6203F: drivers/scsi/53c700*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006204
Richard Purdie263de9b2006-05-15 09:44:16 -07006205LED SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07006206M: Richard Purdie <rpurdie@rpsys.net>
Andrew Morton48b945a2015-05-05 16:23:30 -07006207M: Jacek Anaszewski <j.anaszewski@samsung.com>
Bryan Wuaa69cb82012-05-31 19:51:37 +08006208L: linux-leds@vger.kernel.org
Jacek Anaszewskib8926ba2015-08-20 08:59:35 +02006209T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
Richard Purdie263de9b2006-05-15 09:44:16 -07006210S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006211F: drivers/leds/
6212F: include/linux/leds.h
Richard Purdie263de9b2006-05-15 09:44:16 -07006213
Jean Delvareb0461a42011-06-15 15:08:46 -07006214LEGACY EEPROM DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006215M: Jean Delvare <jdelvare@suse.com>
Jean Delvareb0461a42011-06-15 15:08:46 -07006216S: Maintained
6217F: Documentation/misc-devices/eeprom
6218F: drivers/misc/eeprom/eeprom.c
6219
Linus Torvalds1da177e2005-04-16 15:20:36 -07006220LEGO USB Tower driver
Joe Perches8b58be82009-07-29 15:04:30 -07006221M: Juergen Stuber <starblue@users.sourceforge.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006222L: legousb-devel@lists.sourceforge.net
6223W: http://legousb.sourceforge.net/
6224S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006225F: drivers/usb/misc/legousbtower.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006226
Michael Krufky055616a2012-10-02 00:56:06 -03006227LG2160 MEDIA DRIVER
6228M: Michael Krufky <mkrufky@linuxtv.org>
6229L: linux-media@vger.kernel.org
6230W: http://linuxtv.org/
6231W: http://github.com/mkrufky
6232Q: http://patchwork.linuxtv.org/project/linux-media/list/
6233T: git git://linuxtv.org/mkrufky/tuners.git
6234S: Maintained
6235F: drivers/media/dvb-frontends/lg2160.*
6236
Michael Krufky6f0e7722012-10-02 00:56:00 -03006237LGDT3305 MEDIA DRIVER
6238M: Michael Krufky <mkrufky@linuxtv.org>
6239L: linux-media@vger.kernel.org
6240W: http://linuxtv.org/
6241W: http://github.com/mkrufky
6242Q: http://patchwork.linuxtv.org/project/linux-media/list/
6243T: git git://linuxtv.org/mkrufky/tuners.git
6244S: Maintained
6245F: drivers/media/dvb-frontends/lgdt3305.*
6246
Rusty Russell568a17f2007-10-25 14:12:24 +10006247LGUEST
Joe Perches8b58be82009-07-29 15:04:30 -07006248M: Rusty Russell <rusty@rustcorp.com.au>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006249L: lguest@lists.ozlabs.org
Rusty Russell568a17f2007-10-25 14:12:24 +10006250W: http://lguest.ozlabs.org/
Rusty Russell72e91862010-08-27 08:39:51 -06006251S: Odd Fixes
Joe Perches070f4202012-02-03 15:37:13 -08006252F: arch/x86/include/asm/lguest*.h
Joe Perches679655d2009-04-07 20:44:32 -07006253F: arch/x86/lguest/
6254F: drivers/lguest/
6255F: include/linux/lguest*.h
Joe Perches070f4202012-02-03 15:37:13 -08006256F: tools/lguest/
Rusty Russell568a17f2007-10-25 14:12:24 +10006257
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006258LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6259M: Tejun Heo <tj@kernel.org>
6260L: linux-ide@vger.kernel.org
6261T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6262S: Maintained
6263F: drivers/ata/
6264F: include/linux/ata.h
6265F: include/linux/libata.h
6266
6267LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
Viresh Kumarda899472015-07-17 16:23:50 -07006268M: Viresh Kumar <vireshk@kernel.org>
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006269L: linux-ide@vger.kernel.org
6270T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6271S: Maintained
6272F: include/linux/pata_arasan_cf_data.h
6273F: drivers/ata/pata_arasan_cf.c
6274
Bartlomiej Zolnierkiewiczc7fa0562014-12-02 17:29:08 +01006275LIBATA PATA DRIVERS
6276M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6277M: Tejun Heo <tj@kernel.org>
6278L: linux-ide@vger.kernel.org
6279T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6280S: Maintained
6281F: drivers/ata/pata_*.c
6282F: drivers/ata/ata_generic.c
6283
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006284LIBATA SATA AHCI PLATFORM devices support
6285M: Hans de Goede <hdegoede@redhat.com>
6286M: Tejun Heo <tj@kernel.org>
6287L: linux-ide@vger.kernel.org
6288T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6289S: Maintained
6290F: drivers/ata/ahci_platform.c
6291F: drivers/ata/libahci_platform.c
6292F: include/linux/ahci_platform.h
6293
6294LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6295M: Mikael Pettersson <mikpelinux@gmail.com>
6296L: linux-ide@vger.kernel.org
6297T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6298S: Maintained
6299F: drivers/ata/sata_promise.*
6300
Sasha Levin1acd4372013-06-13 18:41:24 -04006301LIBLOCKDEP
6302M: Sasha Levin <sasha.levin@oracle.com>
6303S: Maintained
6304F: tools/lib/lockdep/
6305
Dan Williamsbc301962015-06-25 04:48:19 -04006306LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6307M: Dan Williams <dan.j.williams@intel.com>
6308L: linux-nvdimm@lists.01.org
6309Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6310S: Supported
6311F: drivers/nvdimm/*
6312F: include/linux/nd.h
6313F: include/linux/libnvdimm.h
6314F: include/uapi/linux/ndctl.h
6315
6316LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6317M: Ross Zwisler <ross.zwisler@linux.intel.com>
6318L: linux-nvdimm@lists.01.org
6319Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6320S: Supported
6321F: drivers/nvdimm/blk.c
6322F: drivers/nvdimm/region_devs.c
6323F: drivers/acpi/nfit*
6324
6325LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6326M: Vishal Verma <vishal.l.verma@intel.com>
6327L: linux-nvdimm@lists.01.org
6328Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6329S: Supported
6330F: drivers/nvdimm/btt*
6331
6332LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6333M: Ross Zwisler <ross.zwisler@linux.intel.com>
6334L: linux-nvdimm@lists.01.org
6335Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6336S: Supported
6337F: drivers/nvdimm/pmem.c
Ross Zwislerb864bc12015-07-10 11:06:10 -06006338F: include/linux/pmem.h
Ross Zwisler40603522015-08-18 13:55:36 -06006339F: arch/*/include/asm/pmem.h
Dan Williamsbc301962015-06-25 04:48:19 -04006340
Matias Bjørlingcd9e9802015-10-28 19:54:55 +01006341LIGHTNVM PLATFORM SUPPORT
6342M: Matias Bjorling <mb@lightnvm.io>
6343W: http://github/OpenChannelSSD
6344S: Maintained
6345F: drivers/lightnvm/
6346F: include/linux/lightnvm.h
6347F: include/uapi/linux/lightnvm.h
6348
Linus Torvalds1da177e2005-04-16 15:20:36 -07006349LINUX FOR IBM pSERIES (RS/6000)
Joe Perches8b58be82009-07-29 15:04:30 -07006350M: Paul Mackerras <paulus@au.ibm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006351W: http://www.ibm.com/linux/ltc/projects/ppc
6352S: Supported
Joe Perches11c34c72009-12-04 07:16:59 +00006353F: arch/powerpc/boot/rs6000.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006354
Paul Mackerras852bb9f2008-07-04 21:04:42 +10006355LINUX FOR POWERPC (32-BIT AND 64-BIT)
Joe Perches8b58be82009-07-29 15:04:30 -07006356M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6357M: Paul Mackerras <paulus@samba.org>
Benjamin Herrenschmidtea668932014-07-28 13:54:37 +10006358M: Michael Ellerman <mpe@ellerman.id.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006359W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006360L: linuxppc-dev@lists.ozlabs.org
Joe Perches8a6e2532010-03-05 13:43:11 -08006361Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
Michael Ellerman99580842015-07-07 19:16:23 +10006362T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006363S: Supported
Joe Perches11c34c72009-12-04 07:16:59 +00006364F: Documentation/powerpc/
6365F: arch/powerpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006366
6367LINUX FOR POWER MACINTOSH
Joe Perches8b58be82009-07-29 15:04:30 -07006368M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006369W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006370L: linuxppc-dev@lists.ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006371S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006372F: arch/powerpc/platforms/powermac/
6373F: drivers/macintosh/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006374
Grant Likely77a76362008-07-12 12:11:43 -06006375LINUX FOR POWERPC EMBEDDED MPC5XXX
Anatolij Gustschina1495072011-07-20 19:04:25 +00006376M: Anatolij Gustschin <agust@denx.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006377L: linuxppc-dev@lists.ozlabs.org
Anatolij Gustschincba5b1c2014-10-02 16:16:59 -07006378T: git git://git.denx.de/linux-denx-agust.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006379S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006380F: arch/powerpc/platforms/512x/
6381F: arch/powerpc/platforms/52xx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006382
6383LINUX FOR POWERPC EMBEDDED PPC4XX
Joe Perches49e7d9d2015-04-15 16:17:31 -07006384M: Alistair Popple <alistair@popple.id.au>
Joe Perches8b58be82009-07-29 15:04:30 -07006385M: Matt Porter <mporter@kernel.crashing.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006386W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006387L: linuxppc-dev@lists.ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006388S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006389F: arch/powerpc/platforms/40x/
6390F: arch/powerpc/platforms/44x/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006391
Grant Likely260c02a2007-10-02 12:15:34 +10006392LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006393L: linuxppc-dev@lists.ozlabs.org
Grant Likelycdeb8992013-07-22 01:38:32 +01006394S: Orphan
Joe Perches11c34c72009-12-04 07:16:59 +00006395F: arch/powerpc/*/*virtex*
6396F: arch/powerpc/*/*/*virtex*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006397
Tom Rinie93adf12005-07-26 12:49:53 -07006398LINUX FOR POWERPC EMBEDDED PPC8XX
Joe Perches8b58be82009-07-29 15:04:30 -07006399M: Vitaly Bordug <vitb@kernel.crashing.org>
Tom Rinie93adf12005-07-26 12:49:53 -07006400W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006401L: linuxppc-dev@lists.ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07006402S: Maintained
Joe Perchesa2b1f7c2010-08-09 17:20:47 -07006403F: arch/powerpc/platforms/8xx/
Tom Rinie93adf12005-07-26 12:49:53 -07006404
Linus Torvalds1da177e2005-04-16 15:20:36 -07006405LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Scott Wooda1e0fb42014-05-05 20:46:43 -05006406M: Scott Wood <scottwood@freescale.com>
Joe Perches8b58be82009-07-29 15:04:30 -07006407M: Kumar Gala <galak@kernel.crashing.org>
Jim Cromiece00f852006-11-30 04:49:44 +01006408W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006409L: linuxppc-dev@lists.ozlabs.org
Scott Wooda1e0fb42014-05-05 20:46:43 -05006410T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
Jim Cromiece00f852006-11-30 04:49:44 +01006411S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006412F: arch/powerpc/platforms/83xx/
Baruch Siach4c8f5812011-06-20 08:00:22 +03006413F: arch/powerpc/platforms/85xx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006414
Olof Johanssonab06ff32006-09-06 14:44:54 -05006415LINUX FOR POWERPC PA SEMI PWRFICIENT
Joe Perches8b58be82009-07-29 15:04:30 -07006416M: Olof Johansson <olof@lixom.net>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006417L: linuxppc-dev@lists.ozlabs.org
Olof Johansson92e19702010-05-22 05:17:38 +00006418S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006419F: arch/powerpc/platforms/pasemi/
6420F: drivers/*/*pasemi*
6421F: drivers/*/*/*pasemi*
Olof Johanssonab06ff32006-09-06 14:44:54 -05006422
Linus Torvalds1da177e2005-04-16 15:20:36 -07006423LINUX SECURITY MODULE (LSM) FRAMEWORK
Joe Perches8b58be82009-07-29 15:04:30 -07006424M: Chris Wright <chrisw@sous-sol.org>
Chris Wright1a4520b2006-03-11 03:27:20 -08006425L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006426S: Supported
6427
Harry Weia23ce6d2011-02-11 16:52:20 +01006428LIS3LV02D ACCELEROMETER DRIVER
6429M: Eric Piel <eric.piel@tremplin-utc.net>
6430S: Maintained
Jean Delvareff606672011-03-21 17:59:36 +01006431F: Documentation/misc-devices/lis3lv02d
6432F: drivers/misc/lis3lv02d/
Éric Pielbd356652011-10-31 17:10:41 -07006433F: drivers/platform/x86/hp_accel.c
Harry Weia23ce6d2011-02-11 16:52:20 +01006434
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006435LIVE PATCHING
6436M: Josh Poimboeuf <jpoimboe@redhat.com>
6437M: Seth Jennings <sjenning@redhat.com>
Jiri Kosinae5f64502015-08-09 09:11:34 +02006438M: Jiri Kosina <jikos@kernel.org>
Jiri Slabyd8130622015-07-17 16:23:20 -07006439M: Vojtech Pavlik <vojtech@suse.com>
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006440S: Maintained
6441F: kernel/livepatch/
6442F: include/linux/livepatch.h
6443F: arch/x86/include/asm/livepatch.h
6444F: arch/x86/kernel/livepatch.c
6445F: Documentation/ABI/testing/sysfs-kernel-livepatch
Seth Jennings13d1cf72014-12-16 11:58:20 -06006446F: samples/livepatch/
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006447L: live-patching@vger.kernel.org
Jiri Kosina74d50da2014-12-22 13:40:20 +01006448T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006449
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07006450LLC (802.2)
Joe Perches8b58be82009-07-29 15:04:30 -07006451M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07006452S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006453F: include/linux/llc.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006454F: include/uapi/linux/llc.h
Joe Perches679655d2009-04-07 20:44:32 -07006455F: include/net/llc*
6456F: net/llc/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07006457
Adrien Demarez4e233cb2009-12-09 20:35:50 +01006458LM73 HARDWARE MONITOR DRIVER
6459M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6460L: lm-sensors@lm-sensors.org
6461S: Maintained
6462F: drivers/hwmon/lm73.c
6463
Jean Delvare156e2d12011-07-25 21:46:11 +02006464LM78 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006465M: Jean Delvare <jdelvare@suse.com>
Jean Delvare156e2d12011-07-25 21:46:11 +02006466L: lm-sensors@lm-sensors.org
6467S: Maintained
6468F: Documentation/hwmon/lm78
6469F: drivers/hwmon/lm78.c
6470
Linus Torvalds1da177e2005-04-16 15:20:36 -07006471LM83 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006472M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +02006473L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006474S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006475F: Documentation/hwmon/lm83
6476F: drivers/hwmon/lm83.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006477
6478LM90 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006479M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +02006480L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006481S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006482F: Documentation/hwmon/lm90
Wei Niaae7bce2013-11-15 10:40:39 +01006483F: Documentation/devicetree/bindings/hwmon/lm90.txt
Joe Perches679655d2009-04-07 20:44:32 -07006484F: drivers/hwmon/lm90.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006485
Guenter Roeck917cc4e2013-05-19 20:44:27 -07006486LM95234 HARDWARE MONITOR DRIVER
6487M: Guenter Roeck <linux@roeck-us.net>
6488L: lm-sensors@lm-sensors.org
6489S: Maintained
6490F: Documentation/hwmon/lm95234
6491F: drivers/hwmon/lm95234.c
6492
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006493LME2510 MEDIA DRIVER
6494M: Malcolm Priestley <tvboxspy@gmail.com>
6495L: linux-media@vger.kernel.org
6496W: http://linuxtv.org/
6497Q: http://patchwork.linuxtv.org/project/linux-media/list/
6498S: Maintained
6499F: drivers/media/usb/dvb-usb-v2/lmedm04*
6500
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006501LOCKDEP AND LOCKSTAT
Joe Perches8b58be82009-07-29 15:04:30 -07006502M: Peter Zijlstra <peterz@infradead.org>
6503M: Ingo Molnar <mingo@redhat.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01006504L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01006505T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006506S: Maintained
Davidlohr Bueso214e0ae2014-07-30 13:41:55 -07006507F: Documentation/locking/lockdep*.txt
6508F: Documentation/locking/lockstat.txt
Joe Perches679655d2009-04-07 20:44:32 -07006509F: include/linux/lockdep.h
Joe Perches7486d6d2013-11-14 14:59:45 -08006510F: kernel/locking/
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006511
Anton Altaparmakovdde33342007-05-21 09:37:42 +01006512LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Joe Perches8b58be82009-07-29 15:04:30 -07006513M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
Anton Altaparmakovdde33342007-05-21 09:37:42 +01006514L: linux-ntfs-dev@lists.sourceforge.net
6515W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006516S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006517F: Documentation/ldm.txt
Joe Perches20d16fe2012-02-03 15:37:11 -08006518F: block/partitions/ldm.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006519
Joern Engelef6ada32009-11-20 22:17:12 +01006520LogFS
6521M: Joern Engel <joern@logfs.org>
Prasad Joshi756ccb32011-09-13 23:04:11 +05306522M: Prasad Joshi <prasadjoshi.linux@gmail.com>
Joern Engelef6ada32009-11-20 22:17:12 +01006523L: logfs@logfs.org
6524W: logfs.org
6525S: Maintained
6526F: fs/logfs/
6527
Roland Stiggeb62d7942013-04-02 19:37:11 +02006528LPC32XX MACHINE SUPPORT
6529M: Roland Stigge <stigge@antcom.de>
6530L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6531S: Maintained
6532F: arch/arm/mach-lpc32xx/
6533
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006534LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
Reddy, Sreekanth3a980502014-06-13 20:48:04 +05306535M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6536M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6537M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6538M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6539L: MPT-FusionLinux.pdl@avagotech.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006540L: linux-scsi@vger.kernel.org
6541W: http://www.lsilogic.com/support
6542S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006543F: drivers/message/fusion/
sreekanth.reddy@lsi.com500c1522012-10-09 11:04:22 +05306544F: drivers/scsi/mpt2sas/
6545F: drivers/scsi/mpt3sas/
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006546
Linus Torvalds1da177e2005-04-16 15:20:36 -07006547LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
Joe Perches8b58be82009-07-29 15:04:30 -07006548M: Matthew Wilcox <matthew@wil.cx>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006549L: linux-scsi@vger.kernel.org
6550S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006551F: drivers/scsi/sym53c8xx_2/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006552
Guenter Roecke5f5c992010-06-25 11:59:54 -07006553LTC4261 HARDWARE MONITOR DRIVER
6554M: Guenter Roeck <linux@roeck-us.net>
6555L: lm-sensors@lm-sensors.org
6556S: Maintained
6557F: Documentation/hwmon/ltc4261
6558F: drivers/hwmon/ltc4261.c
6559
Mike Frysinger81365c32008-10-29 14:01:12 -07006560LTP (Linux Test Project)
Joe Perches28b8e8d2010-03-23 13:35:20 -07006561M: Mike Frysinger <vapier@gentoo.org>
Wanlong Gao7d1ae8a2012-03-23 15:01:58 -07006562M: Cyril Hrubis <chrubis@suse.cz>
Cyril Hrubis05261092015-09-17 16:01:57 -07006563M: Wanlong Gao <wanlong.gao@gmail.com>
Cyril Hrubisf2eb7f62014-05-09 15:36:58 -07006564M: Jan Stancek <jstancek@redhat.com>
6565M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6566M: Alexey Kodanev <alexey.kodanev@oracle.com>
Cyril Hrubis05261092015-09-17 16:01:57 -07006567L: ltp@lists.linux.it (subscribers-only)
Cyril Hrubisf2eb7f62014-05-09 15:36:58 -07006568W: http://linux-test-project.github.io/
Wanlong Gao7d1ae8a2012-03-23 15:01:58 -07006569T: git git://github.com/linux-test-project/ltp.git
Mike Frysinger81365c32008-10-29 14:01:12 -07006570S: Maintained
6571
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006572M32R ARCHITECTURE
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006573W: http://www.linux-m32r.org/
Michael Opdenackerb4174862014-10-13 15:51:26 -07006574S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07006575F: arch/m32r/
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006576
Linus Torvalds1da177e2005-04-16 15:20:36 -07006577M68K ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07006578M: Geert Uytterhoeven <geert@linux-m68k.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006579L: linux-m68k@lists.linux-m68k.org
6580W: http://www.linux-m68k.org/
Joe Perches54e58812009-04-07 21:08:10 -07006581T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006582S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006583F: arch/m68k/
Joe Perches9db35182009-04-08 08:39:56 -07006584F: drivers/zorro/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006585
6586M68K ON APPLE MACINTOSH
Joe Perches8b58be82009-07-29 15:04:30 -07006587M: Joshua Thompson <funaho@jurai.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006588W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01006589L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006590S: Maintained
Joe Perches9db35182009-04-08 08:39:56 -07006591F: arch/m68k/mac/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006592
6593M68K ON HP9000/300
Joe Perches8b58be82009-07-29 15:04:30 -07006594M: Philip Blundell <philb@gnu.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006595W: http://www.tazenda.demon.co.uk/phil/linux-hp
6596S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006597F: arch/m68k/hp300/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006598
Antti Palosaari74425542013-11-06 14:03:32 -03006599M88DS3103 MEDIA DRIVER
6600M: Antti Palosaari <crope@iki.fi>
6601L: linux-media@vger.kernel.org
6602W: http://linuxtv.org/
6603W: http://palosaari.fi/linux/
6604Q: http://patchwork.linuxtv.org/project/linux-media/list/
6605T: git git://linuxtv.org/anttip/media_tree.git
6606S: Maintained
6607F: drivers/media/dvb-frontends/m88ds3103*
6608
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006609M88RS2000 MEDIA DRIVER
6610M: Malcolm Priestley <tvboxspy@gmail.com>
6611L: linux-media@vger.kernel.org
6612W: http://linuxtv.org/
6613Q: http://patchwork.linuxtv.org/project/linux-media/list/
6614S: Maintained
6615F: drivers/media/dvb-frontends/m88rs2000*
6616
Alexey Klimov07a092f2012-11-12 02:57:32 -03006617MA901 MASTERKIT USB FM RADIO DRIVER
Joe Perchesb75f0052014-03-03 15:38:37 -08006618M: Alexey Klimov <klimov.linux@gmail.com>
6619L: linux-media@vger.kernel.org
6620T: git git://linuxtv.org/media_tree.git
6621S: Maintained
6622F: drivers/media/radio/radio-ma901.c
Alexey Klimov07a092f2012-11-12 02:57:32 -03006623
Jiri Benc64a327a2007-05-05 11:47:08 -07006624MAC80211
Joe Perches8b58be82009-07-29 15:04:30 -07006625M: Johannes Berg <johannes@sipsolutions.net>
Jiri Benc64a327a2007-05-05 11:47:08 -07006626L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02006627W: http://wireless.kernel.org/
Johannes Bergce466572012-06-05 15:42:55 +02006628T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6629T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Jiri Benc64a327a2007-05-05 11:47:08 -07006630S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006631F: Documentation/networking/mac80211-injection.txt
6632F: include/net/mac80211.h
6633F: net/mac80211/
Jiri Benc64a327a2007-05-05 11:47:08 -07006634
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006635MACVLAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006636M: Patrick McHardy <kaber@trash.net>
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006637L: netdev@vger.kernel.org
6638S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006639F: drivers/net/macvlan.c
6640F: include/linux/if_macvlan.h
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006641
Jassi Brar2b6d83e2014-06-12 22:31:19 +05306642MAILBOX API
6643M: Jassi Brar <jassisinghbrar@gmail.com>
6644L: linux-kernel@vger.kernel.org
6645S: Maintained
6646F: drivers/mailbox/
6647F: include/linux/mailbox_client.h
6648F: include/linux/mailbox_controller.h
6649
Michael Kerriskfaf16682005-07-31 22:34:47 -07006650MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Joe Perches8b58be82009-07-29 15:04:30 -07006651M: Michael Kerrisk <mtk.manpages@gmail.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +02006652W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07006653L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07006654S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07006655
Russell King8427def2014-02-28 22:40:53 +00006656MARVELL ARMADA DRM SUPPORT
6657M: Russell King <rmk+kernel@arm.linux.org.uk>
6658S: Maintained
6659F: drivers/gpu/drm/armada/
6660
Guenter Roeck3ad50cc2014-10-29 10:44:56 -07006661MARVELL 88E6352 DSA support
6662M: Guenter Roeck <linux@roeck-us.net>
6663S: Maintained
6664F: drivers/net/dsa/mv88e6352.c
6665
Thomas Petazzonic4d007b2015-10-09 17:39:02 +02006666MARVELL CRYPTO DRIVER
6667M: Boris Brezillon <boris.brezillon@free-electrons.com>
6668M: Arnaud Ebalard <arno@natisbad.org>
6669F: drivers/crypto/marvell/
6670S: Maintained
6671L: linux-crypto@vger.kernel.org
6672
stephen hemminger44c14c12012-04-02 12:59:47 +00006673MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6674M: Mirko Lindner <mlindner@marvell.com>
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08006675M: Stephen Hemminger <stephen@networkplumber.org>
stephen hemminger44c14c12012-04-02 12:59:47 +00006676L: netdev@vger.kernel.org
6677S: Maintained
6678F: drivers/net/ethernet/marvell/sk*
6679
Stefano Brivio74cda162007-11-19 20:27:46 +01006680MARVELL LIBERTAS WIRELESS DRIVER
Stefano Brivio74cda162007-11-19 20:27:46 +01006681L: libertas-dev@lists.infradead.org
Dan Williams8ac3e992013-03-26 14:40:51 -05006682S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07006683F: drivers/net/wireless/libertas/
Stefano Brivio74cda162007-11-19 20:27:46 +01006684
Dale Farnsworthb60d6972006-01-16 16:45:45 -07006685MARVELL MV643XX ETHERNET DRIVER
Sebastian Hesselbarth4e3faf82013-10-04 12:56:39 +02006686M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Ralf Baechle979b6c12005-06-13 14:30:40 -07006687L: netdev@vger.kernel.org
Lennert Buytenhekf5ca8502010-02-22 22:34:54 +00006688S: Maintained
Jeff Kirsher527a6262011-05-20 20:18:55 -07006689F: drivers/net/ethernet/marvell/mv643xx_eth.*
Joe Perches679655d2009-04-07 20:44:32 -07006690F: include/linux/mv643xx.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006691
Thomas Petazzoni370b8ed2012-09-04 15:06:42 +02006692MARVELL MVNETA ETHERNET DRIVER
6693M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6694L: netdev@vger.kernel.org
6695S: Maintained
6696F: drivers/net/ethernet/marvell/mvneta.*
6697
Bing Zhaofcad5842011-07-13 13:11:58 -07006698MARVELL MWIFIEX WIRELESS DRIVER
Bing Zhaob9d31702014-07-30 13:57:16 -07006699M: Amitkumar Karwar <akarwar@marvell.com>
Avinash Patil550795f2015-06-24 16:52:21 +05306700M: Nishant Sarmukadam <nishants@marvell.com>
Bing Zhaofcad5842011-07-13 13:11:58 -07006701L: linux-wireless@vger.kernel.org
6702S: Maintained
6703F: drivers/net/wireless/mwifiex/
6704
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006705MARVELL MWL8K WIRELESS DRIVER
Lennert Buytenheka040d532010-02-23 09:34:38 +01006706M: Lennert Buytenhek <buytenh@wantstofly.org>
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006707L: linux-wireless@vger.kernel.org
Lennert Buytenhek16345912010-07-29 01:47:04 +02006708S: Odd Fixes
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006709F: drivers/net/wireless/mwl8k.c
6710
Pierre Ossman2a695672009-03-16 19:52:26 +01006711MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
Nicolas Pitre2f82af02009-09-14 03:25:28 -04006712M: Nicolas Pitre <nico@fluxnic.net>
Nicolas Pitre18e28422010-05-03 16:43:47 -04006713S: Odd Fixes
Joe Perches1fa7e542010-10-26 14:23:02 -07006714F: drivers/mmc/host/mvsdio.*
Pierre Ossman2a695672009-03-16 19:52:26 +01006715
Linus Torvalds1da177e2005-04-16 15:20:36 -07006716MATROX FRAMEBUFFER DRIVER
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01006717L: linux-fbdev@vger.kernel.org
Petr Vandrovec52653192010-09-30 15:15:34 -07006718S: Orphan
Jingoo Han8a61f012014-07-01 15:36:01 +09006719F: drivers/video/fbdev/matrox/matroxfb_*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006720F: include/uapi/linux/matroxfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006721
Guenter Roeckca462082012-06-01 23:28:23 -07006722MAX16065 HARDWARE MONITOR DRIVER
6723M: Guenter Roeck <linux@roeck-us.net>
6724L: lm-sensors@lm-sensors.org
6725S: Maintained
6726F: Documentation/hwmon/max16065
6727F: drivers/hwmon/max16065.c
6728
Guenter Roeck1f61cab2015-06-08 11:15:23 -07006729MAX20751 HARDWARE MONITOR DRIVER
6730M: Guenter Roeck <linux@roeck-us.net>
6731L: lm-sensors@lm-sensors.org
6732S: Maintained
6733F: Documentation/hwmon/max20751
6734F: drivers/hwmon/max20751.c
6735
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006736MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
Hans J. Koch6a534c92011-04-14 15:22:16 -07006737M: "Hans J. Koch" <hjk@hansjkoch.de>
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006738L: lm-sensors@lm-sensors.org
6739S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006740F: Documentation/hwmon/max6650
6741F: drivers/hwmon/max6650.c
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006742
Guenter Roecke89ab512013-03-08 08:13:09 -08006743MAX6697 HARDWARE MONITOR DRIVER
6744M: Guenter Roeck <linux@roeck-us.net>
6745L: lm-sensors@lm-sensors.org
6746S: Maintained
6747F: Documentation/hwmon/max6697
6748F: Documentation/devicetree/bindings/i2c/max6697.txt
6749F: drivers/hwmon/max6697.c
6750F: include/linux/platform_data/max6697.h
6751
Krzysztof Kozlowskif8f847b2015-01-20 11:00:56 +01006752MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6753M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6754L: linux-pm@vger.kernel.org
6755S: Supported
6756F: drivers/power/max14577_charger.c
6757F: drivers/power/max77693_charger.c
6758
Javier Martinez Canillas38114052015-07-17 10:17:58 +02006759MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6760M: Javier Martinez Canillas <javier@osg.samsung.com>
6761L: linux-kernel@vger.kernel.org
6762S: Supported
6763F: drivers/*/*max77802.c
6764F: Documentation/devicetree/bindings/*/*max77802.txt
6765F: include/dt-bindings/*/*max77802.h
6766
Krzysztof Kozlowskibefeb592015-02-16 16:00:23 -08006767MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6768M: Chanwoo Choi <cw00.choi@samsung.com>
6769M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6770L: linux-kernel@vger.kernel.org
6771S: Supported
6772F: drivers/*/max14577.c
6773F: drivers/*/max77686.c
6774F: drivers/*/max77693.c
6775F: drivers/extcon/extcon-max14577.c
6776F: drivers/extcon/extcon-max77693.c
6777F: drivers/rtc/rtc-max77686.c
6778F: drivers/clk/clk-max77686.c
6779F: Documentation/devicetree/bindings/mfd/max14577.txt
Javier Martinez Canillas377452f2015-07-17 10:17:57 +02006780F: Documentation/devicetree/bindings/*/max77686.txt
Krzysztof Kozlowskibefeb592015-02-16 16:00:23 -08006781F: Documentation/devicetree/bindings/mfd/max77693.txt
6782F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6783F: include/linux/mfd/max14577*.h
6784F: include/linux/mfd/max77686*.h
6785F: include/linux/mfd/max77693*.h
6786
Hans Verkuil9be3c9a2012-11-23 07:12:43 -03006787MAXIRADIO FM RADIO RECEIVER DRIVER
6788M: Hans Verkuil <hverkuil@xs4all.nl>
6789L: linux-media@vger.kernel.org
6790T: git git://linuxtv.org/media_tree.git
6791W: http://linuxtv.org
6792S: Maintained
6793F: drivers/media/radio/radio-maxiradio*
6794
Peter Rosinc05dc2c2015-09-23 16:26:23 +02006795MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6796M: Peter Rosin <peda@axentia.se>
6797L: linux-iio@vger.kernel.org
6798S: Maintained
6799F: drivers/iio/potentiometer/mcp4531.c
6800
Laurent Pinchart6f32a8c2015-03-04 09:12:20 -03006801MEDIA DRIVERS FOR RENESAS - VSP1
6802M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6803L: linux-media@vger.kernel.org
6804L: linux-sh@vger.kernel.org
6805T: git git://linuxtv.org/media_tree.git
6806S: Supported
6807F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6808F: drivers/media/platform/vsp1/
6809
Kozlov Sergeydacf9ce2015-07-28 11:33:01 -03006810MEDIA DRIVERS FOR ASCOT2E
6811M: Sergey Kozlov <serjk@netup.ru>
6812L: linux-media@vger.kernel.org
6813W: http://linuxtv.org
6814W: http://netup.tv/
6815T: git git://linuxtv.org/media_tree.git
6816S: Supported
6817F: drivers/media/dvb-frontends/ascot2e*
6818
Kozlov Sergeya6dc60ff2015-07-28 11:33:03 -03006819MEDIA DRIVERS FOR CXD2841ER
6820M: Sergey Kozlov <serjk@netup.ru>
6821L: linux-media@vger.kernel.org
6822W: http://linuxtv.org/
6823W: http://netup.tv/
6824T: git git://linuxtv.org/media_tree.git
6825S: Supported
6826F: drivers/media/dvb-frontends/cxd2841er*
6827
Kozlov Sergeya5d32b32015-07-28 11:33:00 -03006828MEDIA DRIVERS FOR HORUS3A
6829M: Sergey Kozlov <serjk@netup.ru>
6830L: linux-media@vger.kernel.org
6831W: http://linuxtv.org/
6832W: http://netup.tv/
6833T: git git://linuxtv.org/media_tree.git
6834S: Supported
6835F: drivers/media/dvb-frontends/horus3a*
6836
Kozlov Sergeye0252732015-07-28 11:33:02 -03006837MEDIA DRIVERS FOR LNBH25
6838M: Sergey Kozlov <serjk@netup.ru>
6839L: linux-media@vger.kernel.org
6840W: http://linuxtv.org/
6841W: http://netup.tv/
6842T: git git://linuxtv.org/media_tree.git
6843S: Supported
6844F: drivers/media/dvb-frontends/lnbh25*
6845
Kozlov Sergey52b1eaf2015-07-28 11:33:04 -03006846MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6847M: Sergey Kozlov <serjk@netup.ru>
6848L: linux-media@vger.kernel.org
6849W: http://linuxtv.org/
6850W: http://netup.tv/
6851T: git git://linuxtv.org/media_tree.git
6852S: Supported
6853F: drivers/media/pci/netup_unidvb/*
6854
Joe Perches127c49a2009-04-08 08:34:04 -07006855MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02006856M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Joe Perches127c49a2009-04-08 08:34:04 -07006857P: LinuxTV.org Project
6858L: linux-media@vger.kernel.org
6859W: http://linuxtv.org
Joe Perches8a6e2532010-03-05 13:43:11 -08006860Q: http://patchwork.kernel.org/project/linux-media/list/
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02006861T: git git://linuxtv.org/media_tree.git
Joe Perches127c49a2009-04-08 08:34:04 -07006862S: Maintained
6863F: Documentation/dvb/
6864F: Documentation/video4linux/
Mauro Carvalho Chehabffe06192011-11-24 19:22:10 -02006865F: Documentation/DocBook/media/
Joe Perches127c49a2009-04-08 08:34:04 -07006866F: drivers/media/
Mauro Carvalho Chehabffe06192011-11-24 19:22:10 -02006867F: drivers/staging/media/
Joe Perches127c49a2009-04-08 08:34:04 -07006868F: include/media/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02006869F: include/uapi/linux/dvb/
6870F: include/uapi/linux/videodev2.h
6871F: include/uapi/linux/media.h
6872F: include/uapi/linux/v4l2-*
6873F: include/uapi/linux/meye.h
6874F: include/uapi/linux/ivtv*
6875F: include/uapi/linux/uvcvideo.h
Steven Rostedt70ea91f2006-07-30 03:03:53 -07006876
Jakub Kicinskic869f772015-05-26 11:16:00 +02006877MEDIATEK MT7601U WIRELESS LAN DRIVER
6878M: Jakub Kicinski <kubakici@wp.pl>
6879L: linux-wireless@vger.kernel.org
6880S: Maintained
6881F: drivers/net/wireless/mediatek/mt7601u/
6882
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +05306883MEGARAID SCSI/SAS DRIVERS
6884M: Kashyap Desai <kashyap.desai@avagotech.com>
6885M: Sumit Saxena <sumit.saxena@avagotech.com>
6886M: Uday Lingala <uday.lingala@avagotech.com>
6887L: megaraidlinux.pdl@avagotech.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02006888L: linux-scsi@vger.kernel.org
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +05306889W: http://www.lsi.com
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07006890S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006891F: Documentation/scsi/megaraid.txt
6892F: drivers/scsi/megaraid.*
6893F: drivers/scsi/megaraid/
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07006894
Amir Vadai2c46c9d2012-12-02 03:49:21 +00006895MELLANOX ETHERNET DRIVER (mlx4_en)
6896M: Amir Vadai <amirv@mellanox.com>
Joe Perchesb75f0052014-03-03 15:38:37 -08006897L: netdev@vger.kernel.org
Amir Vadai2c46c9d2012-12-02 03:49:21 +00006898S: Supported
6899W: http://www.mellanox.com
6900Q: http://patchwork.ozlabs.org/project/netdev/list/
6901F: drivers/net/ethernet/mellanox/mlx4/en_*
6902
Jiri Pirko93c1edb2015-07-29 23:33:46 +02006903MELLANOX ETHERNET SWITCH DRIVERS
6904M: Jiri Pirko <jiri@mellanox.com>
6905M: Ido Schimmel <idosch@mellanox.com>
6906L: netdev@vger.kernel.org
6907S: Supported
6908W: http://www.mellanox.com
6909Q: http://patchwork.ozlabs.org/project/netdev/list/
6910F: drivers/net/ethernet/mellanox/mlxsw/
6911
Mathieu Desnoyers5b25b132015-09-11 13:07:39 -07006912MEMBARRIER SUPPORT
6913M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6914M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6915L: linux-kernel@vger.kernel.org
6916S: Supported
6917F: kernel/membarrier.c
6918F: include/uapi/linux/membarrier.h
6919
Steven Rostedt70ea91f2006-07-30 03:03:53 -07006920MEMORY MANAGEMENT
6921L: linux-mm@kvack.org
Steven Rostedt70ea91f2006-07-30 03:03:53 -07006922W: http://www.linux-mm.org
6923S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006924F: include/linux/mm.h
Cody P Schafer551450b2013-02-21 16:43:13 -08006925F: include/linux/gfp.h
6926F: include/linux/mmzone.h
6927F: include/linux/memory_hotplug.h
6928F: include/linux/vmalloc.h
Joe Perches679655d2009-04-07 20:44:32 -07006929F: mm/
Steven Rostedt70ea91f2006-07-30 03:03:53 -07006930
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04006931MEMORY TECHNOLOGY DEVICES (MTD)
Joe Perches8b58be82009-07-29 15:04:30 -07006932M: David Woodhouse <dwmw2@infradead.org>
Brian Norris242c3252013-12-04 15:28:45 -08006933M: Brian Norris <computersforpeace@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006934L: linux-mtd@lists.infradead.org
Joe Perches8a6e2532010-03-05 13:43:11 -08006935W: http://www.linux-mtd.infradead.org/
6936Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
Brian Norris242c3252013-12-04 15:28:45 -08006937T: git git://git.infradead.org/linux-mtd.git
Brian Norrisab95eac2014-09-15 21:56:17 -07006938T: git git://git.infradead.org/l2-mtd.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006939S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006940F: drivers/mtd/
6941F: include/linux/mtd/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006942F: include/uapi/mtd/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006943
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02006944MEN A21 WATCHDOG DRIVER
Johannes Thumshirn30c74692015-05-07 10:21:24 +02006945M: Johannes Thumshirn <morbidrsa@gmail.com>
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02006946L: linux-watchdog@vger.kernel.org
Johannes Thumshirn30c74692015-05-07 10:21:24 +02006947S: Maintained
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02006948F: drivers/watchdog/mena21_wdt.c
6949
Johannes Thumshirn3764e822014-02-26 17:29:05 +01006950MEN CHAMELEON BUS (mcb)
Johannes Thumshirn30c74692015-05-07 10:21:24 +02006951M: Johannes Thumshirn <morbidrsa@gmail.com>
6952S: Maintained
Johannes Thumshirn3764e822014-02-26 17:29:05 +01006953F: drivers/mcb/
6954F: include/linux/mcb.h
Johannes Thumshirnb9f2f452015-07-17 12:23:01 +02006955F: Documentation/men-chameleon-bus.txt
Johannes Thumshirn3764e822014-02-26 17:29:05 +01006956
Andreas Werner48b490d2014-09-15 09:36:30 +02006957MEN F21BMC (Board Management Controller)
6958M: Andreas Werner <andreas.werner@men.de>
6959S: Supported
6960F: drivers/mfd/menf21bmc.c
6961F: drivers/watchdog/menf21bmc_wdt.c
6962F: drivers/leds/leds-menf21bmc.c
6963F: drivers/hwmon/menf21bmc_hwmon.c
6964F: Documentation/hwmon/menf21bmc
6965
James Hogan12285942012-10-10 12:59:49 +01006966METAG ARCHITECTURE
6967M: James Hogan <james.hogan@imgtec.com>
James Hogand668d9e2013-07-22 09:51:38 +01006968L: linux-metag@vger.kernel.org
James Hogan12285942012-10-10 12:59:49 +01006969S: Supported
6970F: arch/metag/
6971F: Documentation/metag/
6972F: Documentation/devicetree/bindings/metag/
Rob Herring2d799dd2015-11-05 13:40:40 -06006973F: Documentation/devicetree/bindings/interrupt-controller/img,*
James Hogana2c5d4e2012-10-09 10:54:39 +01006974F: drivers/clocksource/metag_generic.c
James Hogan5698c502012-10-09 10:54:47 +01006975F: drivers/irqchip/irq-metag.c
6976F: drivers/irqchip/irq-metag-ext.c
James Hoganae85ac72012-09-21 17:38:15 +01006977F: drivers/tty/metag_da.c
James Hogan12285942012-10-10 12:59:49 +01006978
Michal Simekc6375b02009-03-27 14:25:52 +01006979MICROBLAZE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07006980M: Michal Simek <monstr@monstr.eu>
Michal Simekc6375b02009-03-27 14:25:52 +01006981W: http://www.monstr.eu/fdt/
6982T: git git://git.monstr.eu/linux-2.6-microblaze.git
6983S: Supported
Michal Simek0a8c7912009-04-14 11:38:57 +02006984F: arch/microblaze/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006985
Chen Yu2508a452015-08-18 23:30:25 +08006986MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6987M: Chen Yu <yu.c.chen@intel.com>
6988L: platform-driver-x86@vger.kernel.org
6989S: Supported
6990F: drivers/platform/x86/surfacepro3_button.c
6991
Linus Torvalds1da177e2005-04-16 15:20:36 -07006992MICROTEK X6 SCANNER
Oliver Neukum61eee9a2012-08-01 14:32:55 +02006993M: Oliver Neukum <oliver@neukum.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006994S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006995F: drivers/usb/image/microtek.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006996
6997MIPS
Joe Perches8b58be82009-07-29 15:04:30 -07006998M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006999L: linux-mips@linux-mips.org
Ralf Baechle60970502011-06-09 10:32:22 +01007000W: http://www.linux-mips.org/
Ralf Baechleb05e9882011-11-14 12:58:16 +00007001T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
Ralf Baechle60970502011-06-09 10:32:22 +01007002Q: http://patchwork.linux-mips.org/project/linux-mips/list/
Ralf Baechle7425b342006-03-10 13:47:21 +00007003S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007004F: Documentation/mips/
7005F: arch/mips/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007006
Hans Verkuil08b76202012-11-23 07:15:42 -03007007MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7008M: Hans Verkuil <hverkuil@xs4all.nl>
7009L: linux-media@vger.kernel.org
7010T: git git://linuxtv.org/media_tree.git
7011W: http://linuxtv.org
7012S: Odd Fixes
7013F: drivers/media/radio/radio-miropcm20*
7014
Eli Cohene126ba92013-07-07 17:25:49 +03007015Mellanox MLX5 core VPI driver
7016M: Eli Cohen <eli@mellanox.com>
7017L: netdev@vger.kernel.org
7018L: linux-rdma@vger.kernel.org
7019W: http://www.mellanox.com
7020Q: http://patchwork.ozlabs.org/project/netdev/list/
7021Q: http://patchwork.kernel.org/project/linux-rdma/list/
Joe Perchescea83212014-03-03 15:38:38 -08007022T: git git://openfabrics.org/~eli/connect-ib.git
Eli Cohene126ba92013-07-07 17:25:49 +03007023S: Supported
7024F: drivers/net/ethernet/mellanox/mlx5/core/
7025F: include/linux/mlx5/
7026
7027Mellanox MLX5 IB driver
Joe Perchesb75f0052014-03-03 15:38:37 -08007028M: Eli Cohen <eli@mellanox.com>
7029L: linux-rdma@vger.kernel.org
7030W: http://www.mellanox.com
7031Q: http://patchwork.kernel.org/project/linux-rdma/list/
Joe Perchescea83212014-03-03 15:38:38 -08007032T: git git://openfabrics.org/~eli/connect-ib.git
Joe Perchesb75f0052014-03-03 15:38:37 -08007033S: Supported
7034F: include/linux/mlx5/
7035F: drivers/infiniband/hw/mlx5/
Eli Cohene126ba92013-07-07 17:25:49 +03007036
Crt Mori764589b2015-08-17 19:34:33 +02007037MELEXIS MLX90614 DRIVER
7038M: Crt Mori <cmo@melexis.com>
7039L: linux-iio@vger.kernel.org
7040W: http://www.melexis.com
7041S: Supported
7042F: drivers/iio/temperature/mlx90614.c
7043
Antti Palosaari0ce277e2014-11-12 00:35:42 -03007044MN88472 MEDIA DRIVER
7045M: Antti Palosaari <crope@iki.fi>
7046L: linux-media@vger.kernel.org
7047W: http://linuxtv.org/
7048W: http://palosaari.fi/linux/
7049Q: http://patchwork.linuxtv.org/project/linux-media/list/
7050T: git git://linuxtv.org/anttip/media_tree.git
7051S: Maintained
7052F: drivers/staging/media/mn88472/
7053F: drivers/media/dvb-frontends/mn88472.h
7054
Antti Palosaari4f4d2382014-11-12 00:53:57 -03007055MN88473 MEDIA DRIVER
7056M: Antti Palosaari <crope@iki.fi>
7057L: linux-media@vger.kernel.org
7058W: http://linuxtv.org/
7059W: http://palosaari.fi/linux/
7060Q: http://patchwork.linuxtv.org/project/linux-media/list/
7061T: git git://linuxtv.org/anttip/media_tree.git
7062S: Maintained
7063F: drivers/staging/media/mn88473/
7064F: drivers/media/dvb-frontends/mn88473.h
7065
Linus Torvalds1da177e2005-04-16 15:20:36 -07007066MODULE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007067M: Rusty Russell <rusty@rustcorp.com.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007068S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007069F: include/linux/module.h
7070F: kernel/module.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007071
7072MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07007073W: http://popies.net/meye/
Stelian Popb7788e12011-01-12 16:59:53 -08007074S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07007075F: Documentation/video4linux/meye.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007076F: drivers/media/pci/meye/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02007077F: include/uapi/linux/meye.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007078
Jiri Slabyb9705b62008-04-30 00:53:48 -07007079MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Joe Perches8b58be82009-07-29 15:04:30 -07007080M: Jiri Slaby <jirislaby@gmail.com>
Jiri Slabyd7354102006-12-08 02:38:35 -08007081S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007082F: Documentation/serial/moxa-smartio
Joe Perchesc8974012011-04-14 15:22:05 -07007083F: drivers/tty/mxser.*
Jiri Slabyd7354102006-12-08 02:38:35 -08007084
Alexey Klimov889b2f82012-11-16 17:43:59 -03007085MR800 AVERMEDIA USB FM RADIO DRIVER
7086M: Alexey Klimov <klimov.linux@gmail.com>
7087L: linux-media@vger.kernel.org
7088T: git git://linuxtv.org/media_tree.git
7089S: Maintained
7090F: drivers/media/radio/radio-mr800.c
7091
Alan Ottd7155692014-08-16 17:09:03 -04007092MRF24J40 IEEE 802.15.4 RADIO DRIVER
7093M: Alan Ott <alan@signal11.us>
7094L: linux-wpan@vger.kernel.org
7095S: Maintained
7096F: drivers/net/ieee802154/mrf24j40.c
Alexander Aring2e6fd642015-09-21 11:24:26 +02007097F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
Alan Ottd7155692014-08-16 17:09:03 -04007098
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007099MSI LAPTOP SUPPORT
Lee, Chun-Yi182ae552012-12-14 16:14:24 +08007100M: "Lee, Chun-Yi" <jlee@suse.com>
Matthew Garrettd0944852010-02-11 10:40:13 -05007101L: platform-driver-x86@vger.kernel.org
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007102S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007103F: drivers/platform/x86/msi-laptop.c
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007104
Anisse Astier0f1006b2009-12-17 11:28:49 +01007105MSI WMI SUPPORT
Matthew Garrettd0944852010-02-11 10:40:13 -05007106L: platform-driver-x86@vger.kernel.org
Anisse Astier5ee70412015-06-14 22:32:23 +02007107S: Orphan
Anisse Astier0f1006b2009-12-17 11:28:49 +01007108F: drivers/platform/x86/msi-wmi.c
7109
Antti Palosaari19a628a2014-02-02 23:51:30 -03007110MSI001 MEDIA DRIVER
7111M: Antti Palosaari <crope@iki.fi>
7112L: linux-media@vger.kernel.org
7113W: http://linuxtv.org/
7114W: http://palosaari.fi/linux/
7115Q: http://patchwork.linuxtv.org/project/linux-media/list/
7116T: git git://linuxtv.org/anttip/media_tree.git
7117S: Maintained
Antti Palosaari0185e192014-07-12 08:58:32 -03007118F: drivers/media/tuners/msi001*
Antti Palosaari19a628a2014-02-02 23:51:30 -03007119
Antti Palosaari75705892014-07-13 21:35:47 -03007120MSI2500 MEDIA DRIVER
Antti Palosaari2c572132014-02-02 23:55:12 -03007121M: Antti Palosaari <crope@iki.fi>
7122L: linux-media@vger.kernel.org
7123W: http://linuxtv.org/
7124W: http://palosaari.fi/linux/
7125Q: http://patchwork.linuxtv.org/project/linux-media/list/
7126T: git git://linuxtv.org/anttip/media_tree.git
7127S: Maintained
Antti Palosaari75705892014-07-13 21:35:47 -03007128F: drivers/media/usb/msi2500/
Antti Palosaari2c572132014-02-02 23:55:12 -03007129
Robert Jarzmik159eeea2015-06-25 19:14:18 +02007130MSYSTEMS DISKONCHIP G3 MTD DRIVER
7131M: Robert Jarzmik <robert.jarzmik@free.fr>
7132L: linux-mtd@lists.infradead.org
7133S: Maintained
7134F: drivers/mtd/devices/docg3*
7135
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007136MT9M032 APTINA SENSOR DRIVER
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007137M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7138L: linux-media@vger.kernel.org
7139T: git git://linuxtv.org/media_tree.git
7140S: Maintained
7141F: drivers/media/i2c/mt9m032.c
7142F: include/media/mt9m032.h
7143
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007144MT9P031 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007145M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7146L: linux-media@vger.kernel.org
7147T: git git://linuxtv.org/media_tree.git
7148S: Maintained
7149F: drivers/media/i2c/mt9p031.c
7150F: include/media/mt9p031.h
7151
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007152MT9T001 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007153M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7154L: linux-media@vger.kernel.org
7155T: git git://linuxtv.org/media_tree.git
7156S: Maintained
7157F: drivers/media/i2c/mt9t001.c
7158F: include/media/mt9t001.h
7159
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007160MT9V032 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007161M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7162L: linux-media@vger.kernel.org
7163T: git git://linuxtv.org/media_tree.git
7164S: Maintained
Laurent Pinchartf2272e12014-01-01 14:40:35 -03007165F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007166F: drivers/media/i2c/mt9v032.c
7167F: include/media/mt9v032.h
7168
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007169MULTIFUNCTION DEVICES (MFD)
Samuel Ortizf7d32102013-05-17 00:53:42 +02007170M: Lee Jones <lee.jones@linaro.org>
Lee Jones7caa7992014-07-22 13:24:38 +01007171T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007172S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007173F: drivers/mfd/
Mark Brown55b59402013-06-28 15:14:11 +01007174F: include/linux/mfd/
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007175
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02007176MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Ulf Hanssone18eaf82014-02-19 00:01:05 +01007177M: Ulf Hansson <ulf.hansson@linaro.org>
Andrew Mortonb2503a92009-08-18 14:11:12 -07007178L: linux-mmc@vger.kernel.org
Ulf Hansson708dce32014-05-14 14:32:53 +02007179T: git git://git.linaro.org/people/ulf.hansson/mmc.git
Chris Ball245feaa2010-09-10 12:05:24 -04007180S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007181F: drivers/mmc/
7182F: include/linux/mmc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007183F: include/uapi/linux/mmc/
Russell Kingbaca2da2006-06-04 17:36:31 +01007184
David Brownell15a05802007-08-08 09:12:54 -07007185MULTIMEDIA CARD (MMC) ETC. OVER SPI
Grant Likely22b174f2011-06-06 00:40:48 -06007186S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07007187F: drivers/mmc/host/mmc_spi.c
7188F: include/linux/spi/mmc_spi.h
David Brownell15a05802007-08-08 09:12:54 -07007189
Linus Torvalds1da177e2005-04-16 15:20:36 -07007190MULTISOUND SOUND DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007191M: Andrew Veliath <andrewtv@usa.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007192S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007193F: Documentation/sound/oss/MultiSound
7194F: sound/oss/msnd*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007195
Jiri Slabyd7354102006-12-08 02:38:35 -08007196MULTITECH MULTIPORT CARD (ISICOM)
Jiri Slabyd86b3002010-08-31 17:08:52 +02007197S: Orphan
Joe Perchesc8974012011-04-14 15:22:05 -07007198F: drivers/tty/isicom.c
Joe Perches679655d2009-04-07 20:44:32 -07007199F: include/linux/isicom.h
Jiri Slabyd7354102006-12-08 02:38:35 -08007200
Felipe Balbi550a7372008-07-24 12:27:36 +03007201MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Felipe Balbif2994702010-09-09 09:04:25 +03007202M: Felipe Balbi <balbi@ti.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +02007203L: linux-usb@vger.kernel.org
Felipe Balbi43b416e2011-05-13 15:21:47 +03007204T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02007205S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007206F: drivers/usb/musb/
Felipe Balbi550a7372008-07-24 12:27:36 +03007207
Michael Krufkyea0af5f2012-10-02 00:55:41 -03007208MXL5007T MEDIA DRIVER
7209M: Michael Krufky <mkrufky@linuxtv.org>
7210L: linux-media@vger.kernel.org
7211W: http://linuxtv.org/
7212W: http://github.com/mkrufky
7213Q: http://patchwork.linuxtv.org/project/linux-media/list/
7214T: git git://linuxtv.org/mkrufky/tuners.git
7215S: Maintained
7216F: drivers/media/tuners/mxl5007t.*
7217
Brice Goglin2d3cf582008-05-17 12:45:36 +02007218MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
Hyong-Youb Kim205057a2013-08-12 02:20:02 -07007219M: Hyong-Youb Kim <hykim@myri.com>
Brice Goglin2d3cf582008-05-17 12:45:36 +02007220L: netdev@vger.kernel.org
Hyong-Youb Kim205057a2013-08-12 02:20:02 -07007221W: https://www.myricom.com/support/downloads/myri10ge.html
Brice Goglin2d3cf582008-05-17 12:45:36 +02007222S: Supported
Jeff Kirsher93f78482011-05-13 02:24:46 -07007223F: drivers/net/ethernet/myricom/myri10ge/
Brice Goglin2d3cf582008-05-17 12:45:36 +02007224
Linus Torvalds1da177e2005-04-16 15:20:36 -07007225NATSEMI ETHERNET DRIVER (DP8381x)
David S. Miller09d208e2012-04-10 21:10:43 -04007226S: Orphan
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -07007227F: drivers/net/ethernet/natsemi/natsemi.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007228
Daniel Mack23dc05a2011-05-18 11:28:38 +02007229NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7230M: Daniel Mack <zonque@gmail.com>
7231S: Maintained
Jim Davise5747e42015-06-25 15:01:58 -07007232L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Daniel Mack23dc05a2011-05-18 11:28:38 +02007233W: http://www.native-instruments.com
7234F: sound/usb/caiaq/
7235
Linus Torvalds1da177e2005-04-16 15:20:36 -07007236NCP FILESYSTEM
Petr Vandrovec52653192010-09-30 15:15:34 -07007237M: Petr Vandrovec <petr@vandrovec.name>
7238S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07007239F: fs/ncpfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007240
Finn Thaina79b0322014-05-05 15:35:30 +10007241NCR 5380 SCSI DRIVERS
7242M: Finn Thain <fthain@telegraphics.com.au>
7243M: Michael Schmitz <schmitzmic@gmail.com>
7244L: linux-scsi@vger.kernel.org
7245S: Maintained
7246F: Documentation/scsi/g_NCR5380.txt
7247F: drivers/scsi/NCR5380.*
7248F: drivers/scsi/arm/cumana_1.c
7249F: drivers/scsi/arm/oak.c
7250F: drivers/scsi/atari_NCR5380.c
7251F: drivers/scsi/atari_scsi.*
7252F: drivers/scsi/dmx3191d.c
7253F: drivers/scsi/dtc.*
7254F: drivers/scsi/g_NCR5380.*
7255F: drivers/scsi/g_NCR5380_mmio.c
7256F: drivers/scsi/mac_scsi.*
7257F: drivers/scsi/pas16.*
Finn Thaina79b0322014-05-05 15:35:30 +10007258F: drivers/scsi/sun3_scsi.*
7259F: drivers/scsi/sun3_scsi_vme.c
7260F: drivers/scsi/t128.*
7261
Linus Torvalds1da177e2005-04-16 15:20:36 -07007262NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
Joe Perches8b58be82009-07-29 15:04:30 -07007263M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007264L: linux-scsi@vger.kernel.org
7265S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007266F: drivers/scsi/NCR_D700.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007267
Guenter Roeck4aa3eb42013-04-03 14:12:11 -07007268NCT6775 HARDWARE MONITOR DRIVER
7269M: Guenter Roeck <linux@roeck-us.net>
7270L: lm-sensors@lm-sensors.org
7271S: Maintained
7272F: Documentation/hwmon/nct6775
7273F: drivers/hwmon/nct6775.c
7274
Glenn Streiff3c2d7742008-02-04 20:20:45 -08007275NETEFFECT IWARP RNIC DRIVER (IW_NES)
Joe Perches8b58be82009-07-29 15:04:30 -07007276M: Faisal Latif <faisal.latif@intel.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07007277L: linux-rdma@vger.kernel.org
Chien Tunge3d33cb2010-11-02 16:29:54 +00007278W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
Glenn Streiff3c2d7742008-02-04 20:20:45 -08007279S: Supported
7280F: drivers/infiniband/hw/nes/
7281
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007282NETEM NETWORK EMULATOR
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08007283M: Stephen Hemminger <stephen@networkplumber.org>
David Brownellf318a632007-04-23 14:41:06 -07007284L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007285S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007286F: net/sched/sch_netem.c
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007287
Jon Masonb2f5a052010-07-15 08:47:27 +00007288NETERION 10GbE DRIVERS (s2io/vxge)
Jon Masone3806882011-03-07 07:02:01 +00007289M: Jon Mason <jdmason@kudzu.us>
Jiri Slaby4a584482007-08-30 23:56:39 -07007290L: netdev@vger.kernel.org
Jiri Slaby4a584482007-08-30 23:56:39 -07007291S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007292F: Documentation/networking/s2io.txt
Jon Masonb2f5a052010-07-15 08:47:27 +00007293F: Documentation/networking/vxge.txt
Jeff Kirsher86387e12011-05-13 02:51:01 -07007294F: drivers/net/ethernet/neterion/
Jiri Slaby4a584482007-08-30 23:56:39 -07007295
Pablo Neira Ayusodb9cf3a2014-06-16 13:01:52 +02007296NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
Pablo Neira Ayuso0e05e192011-11-01 09:44:56 +01007297M: Pablo Neira Ayuso <pablo@netfilter.org>
Joe Perches8b58be82009-07-29 15:04:30 -07007298M: Patrick McHardy <kaber@trash.net>
Pablo Neira Ayuso42010ed2013-05-06 12:22:57 +02007299M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Patrick McHardy1a03b812007-09-18 13:19:26 -07007300L: netfilter-devel@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07007301L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07007302W: http://www.netfilter.org/
7303W: http://www.iptables.org/
Pablo Neira Ayuso42010ed2013-05-06 12:22:57 +02007304Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7305T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7306T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007307S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007308F: include/linux/netfilter*
7309F: include/linux/netfilter/
7310F: include/net/netfilter/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007311F: include/uapi/linux/netfilter*
7312F: include/uapi/linux/netfilter/
Joe Perches679655d2009-04-07 20:44:32 -07007313F: net/*/netfilter.c
7314F: net/*/netfilter/
7315F: net/netfilter/
Pablo Neira Ayuso91c269a2015-07-06 20:55:35 +02007316F: net/bridge/br_netfilter*.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007317
Paul Moore4cc67732006-09-25 15:57:13 -07007318NETLABEL
Paul Moore87a08742011-08-01 11:10:26 +00007319M: Paul Moore <paul@paul-moore.com>
Paul Moore4cc67732006-09-25 15:57:13 -07007320W: http://netlabel.sf.net
7321L: netdev@vger.kernel.org
Paul Moore87a08742011-08-01 11:10:26 +00007322S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07007323F: Documentation/netlabel/
Joe Perches679655d2009-04-07 20:44:32 -07007324F: include/net/netlabel.h
7325F: net/netlabel/
Paul Moore4cc67732006-09-25 15:57:13 -07007326
Linus Torvalds1da177e2005-04-16 15:20:36 -07007327NETROM NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07007328M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007329L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02007330W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007331S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007332F: include/net/netrom.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007333F: include/uapi/linux/netrom.h
Joe Perches679655d2009-04-07 20:44:32 -07007334F: net/netrom/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007335
Pavel Machek5ddb88c2006-09-29 02:01:29 -07007336NETWORK BLOCK DEVICE (NBD)
Markus Pargmann4ca58292015-01-28 19:35:38 +01007337M: Markus Pargmann <mpa@pengutronix.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007338S: Maintained
Wouter Verhelst5e4b2692013-02-27 17:05:27 -08007339L: nbd-general@lists.sourceforge.net
Markus Pargmann4ca58292015-01-28 19:35:38 +01007340T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
Joe Perches679655d2009-04-07 20:44:32 -07007341F: Documentation/blockdev/nbd.txt
7342F: drivers/block/nbd.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007343F: include/uapi/linux/nbd.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007344
Neil Horman6e436502009-10-05 03:56:55 +00007345NETWORK DROP MONITOR
7346M: Neil Horman <nhorman@tuxdriver.com>
7347L: netdev@vger.kernel.org
7348S: Maintained
7349W: https://fedorahosted.org/dropwatch/
7350F: net/core/drop_monitor.c
7351
Linus Torvalds1da177e2005-04-16 15:20:36 -07007352NETWORKING [GENERAL]
Joe Perches8b58be82009-07-29 15:04:30 -07007353M: "David S. Miller" <davem@davemloft.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07007354L: netdev@vger.kernel.org
Joe Perchesb1e8fd52009-04-16 09:38:46 +00007355W: http://www.linuxfoundation.org/en/Net
Joe Perches11e98022012-11-24 11:18:25 +00007356Q: http://patchwork.ozlabs.org/project/netdev/list/
Nicolas de Pesloüan814fd602011-08-23 23:31:42 +00007357T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7358T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007359S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007360F: net/
7361F: include/net/
Joe Perches018d21e2009-08-07 06:43:01 +00007362F: include/linux/in.h
7363F: include/linux/net.h
7364F: include/linux/netdevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007365F: include/uapi/linux/in.h
7366F: include/uapi/linux/net.h
7367F: include/uapi/linux/netdevice.h
Nicolas Dichtel0c7aecd2015-01-15 15:11:15 +01007368F: include/uapi/linux/net_namespace.h
Tobias Klauser7e814a62014-03-11 12:06:24 +01007369F: tools/net/
Daniel Borkmannf4e53f92014-03-13 10:18:53 +01007370F: tools/testing/selftests/net/
Sasha Levin335a67d2014-03-27 02:01:34 -04007371F: lib/random32.c
Daniel Borkmanna101ccd2014-06-10 12:31:10 +02007372F: lib/test_bpf.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007373
7374NETWORKING [IPv4/IPv6]
Joe Perches8b58be82009-07-29 15:04:30 -07007375M: "David S. Miller" <davem@davemloft.net>
7376M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Joe Perches8b58be82009-07-29 15:04:30 -07007377M: James Morris <jmorris@namei.org>
7378M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7379M: Patrick McHardy <kaber@trash.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07007380L: netdev@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07007381T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007382S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007383F: net/ipv4/
7384F: net/ipv6/
7385F: include/net/ip*
Eric Dumazet0a148422011-04-20 09:27:32 +00007386F: arch/x86/net/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007387
David S. Miller73b76562012-10-16 14:08:40 -04007388NETWORKING [IPSEC]
7389M: Steffen Klassert <steffen.klassert@secunet.com>
7390M: Herbert Xu <herbert@gondor.apana.org.au>
7391M: "David S. Miller" <davem@davemloft.net>
7392L: netdev@vger.kernel.org
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007393T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7394T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
David S. Miller73b76562012-10-16 14:08:40 -04007395S: Maintained
Fan Du5826bdd2014-01-18 09:55:28 +08007396F: net/core/flow.c
David S. Miller73b76562012-10-16 14:08:40 -04007397F: net/xfrm/
7398F: net/key/
7399F: net/ipv4/xfrm*
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007400F: net/ipv4/esp4.c
7401F: net/ipv4/ah4.c
7402F: net/ipv4/ipcomp.c
7403F: net/ipv4/ip_vti.c
David S. Miller73b76562012-10-16 14:08:40 -04007404F: net/ipv6/xfrm*
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007405F: net/ipv6/esp6.c
7406F: net/ipv6/ah6.c
7407F: net/ipv6/ipcomp6.c
7408F: net/ipv6/ip6_vti.c
David S. Miller73b76562012-10-16 14:08:40 -04007409F: include/uapi/linux/xfrm.h
7410F: include/net/xfrm.h
7411
James Morris10e2ff12007-08-25 14:41:28 -07007412NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
Paul Moore87a08742011-08-01 11:10:26 +00007413M: Paul Moore <paul@paul-moore.com>
James Morris10e2ff12007-08-25 14:41:28 -07007414L: netdev@vger.kernel.org
7415S: Maintained
7416
John W. Linville29f8f632006-01-18 14:52:48 -08007417NETWORKING [WIRELESS]
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08007418L: linux-wireless@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08007419Q: http://patchwork.kernel.org/project/linux-wireless/list/
John W. Linville29f8f632006-01-18 14:52:48 -08007420
Joe Perches788873a2009-04-16 09:38:45 +00007421NETWORKING DRIVERS
7422L: netdev@vger.kernel.org
7423W: http://www.linuxfoundation.org/en/Net
Joe Perches11e98022012-11-24 11:18:25 +00007424Q: http://patchwork.ozlabs.org/project/netdev/list/
Joe Perches08deed12012-03-23 15:01:57 -07007425T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7426T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
Joe Perches788873a2009-04-16 09:38:45 +00007427S: Odd Fixes
7428F: drivers/net/
Joe Perches018d21e2009-08-07 06:43:01 +00007429F: include/linux/if_*
Jean Delvare0b63bf12012-10-18 22:11:38 +02007430F: include/linux/netdevice.h
Jean Delvare0b63bf12012-10-18 22:11:38 +02007431F: include/linux/etherdevice.h
7432F: include/linux/fcdevice.h
7433F: include/linux/fddidevice.h
7434F: include/linux/hippidevice.h
7435F: include/linux/inetdevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007436F: include/uapi/linux/if_*
7437F: include/uapi/linux/netdevice.h
Joe Perches788873a2009-04-16 09:38:45 +00007438
John W. Linville0e324cf2014-12-17 12:07:05 -05007439NETWORKING DRIVERS (WIRELESS)
7440M: Kalle Valo <kvalo@codeaurora.org>
7441L: linux-wireless@vger.kernel.org
7442Q: http://patchwork.kernel.org/project/linux-wireless/list/
7443T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7444S: Maintained
7445F: drivers/net/wireless/
7446
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007447NETXEN (1/10) GbE SUPPORT
Manish Chopra86223152013-03-28 23:54:08 +00007448M: Manish Chopra <manish.chopra@qlogic.com>
Amit Kumar Salecha83c07dd2011-08-18 04:12:32 -07007449M: Sony Chacko <sony.chacko@qlogic.com>
7450M: Rajesh Borundia <rajesh.borundia@qlogic.com>
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007451L: netdev@vger.kernel.org
Amit Kumar Salecha9c2b5bd2009-11-13 16:37:37 +00007452W: http://www.qlogic.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007453S: Supported
Jeff Kirsheraa43c212011-04-08 19:06:30 -07007454F: drivers/net/ethernet/qlogic/netxen/
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007455
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007456NFC SUBSYSTEM
7457M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7458M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7459M: Samuel Ortiz <sameo@linux.intel.com>
7460L: linux-wireless@vger.kernel.org
Dan Carpenter1eb3b212014-08-11 13:14:25 +03007461L: linux-nfc@lists.01.org (subscribers-only)
Samuel Ortiz0293ba22013-06-24 14:39:35 +02007462S: Supported
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007463F: net/nfc/
Ilan Elias55eb94f2011-09-18 11:19:34 +03007464F: include/net/nfc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007465F: include/uapi/linux/nfc.h
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007466F: drivers/nfc/
Marcel Holtmann08eaa1e2012-10-24 11:45:38 -07007467F: include/linux/platform_data/pn544.h
Mark A. Greer7ebb88e2014-03-10 11:56:25 -07007468F: Documentation/devicetree/bindings/net/nfc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007469
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04007470NFS, SUNRPC, AND LOCKD CLIENTS
Trond Myklebustcd7b9962013-12-04 12:29:49 -05007471M: Trond Myklebust <trond.myklebust@primarydata.com>
Trond Myklebust0e3b1372015-02-03 17:13:58 -05007472M: Anna Schumaker <anna.schumaker@netapp.com>
Trond Myklebust78f58152007-12-12 20:16:06 -05007473L: linux-nfs@vger.kernel.org
7474W: http://client.linux-nfs.org
Trond Myklebustcd7b9962013-12-04 12:29:49 -05007475T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007476S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007477F: fs/lockd/
7478F: fs/nfs/
7479F: fs/nfs_common/
7480F: net/sunrpc/
7481F: include/linux/lockd/
7482F: include/linux/nfs*
7483F: include/linux/sunrpc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007484F: include/uapi/linux/nfs*
7485F: include/uapi/linux/sunrpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007486
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007487NILFS2 FILESYSTEM
Ryusuke Konishie2126932014-04-03 14:50:25 -07007488M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Ryusuke Konishi6aff43f2010-01-02 21:41:53 +09007489L: linux-nilfs@vger.kernel.org
Ryusuke Konishif9472262014-04-03 14:50:32 -07007490W: http://nilfs.sourceforge.net/
Ryusuke Konishie2126932014-04-03 14:50:25 -07007491T: git git://github.com/konis/nilfs2.git
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007492S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007493F: Documentation/filesystems/nilfs2.txt
7494F: fs/nilfs2/
7495F: include/linux/nilfs2_fs.h
Ryusuke Konishic35c7ac2015-11-06 16:32:11 -08007496F: include/trace/events/nilfs2.h
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007497
Linus Torvalds1da177e2005-04-16 15:20:36 -07007498NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007499M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007500W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7501S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007502F: Documentation/scsi/NinjaSCSI.txt
7503F: drivers/scsi/pcmcia/nsp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007504
7505NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007506M: GOTO Masanori <gotom@debian.or.jp>
7507M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007508W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7509S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007510F: Documentation/scsi/NinjaSCSI.txt
7511F: drivers/scsi/nsp32*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007512
Ley Foon Tan383b8fb2014-11-06 15:20:14 +08007513NIOS2 ARCHITECTURE
7514M: Ley Foon Tan <lftan@altera.com>
7515L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
Ley Foon Tan0094dc42015-09-08 01:50:05 +08007516T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
Ley Foon Tan383b8fb2014-11-06 15:20:14 +08007517S: Maintained
7518F: arch/nios2/
7519
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007520NOKIA N900 POWER SUPPLY DRIVERS
7521M: Pali Rohár <pali.rohar@gmail.com>
7522S: Maintained
7523F: include/linux/power/bq2415x_charger.h
Andrew F. Davis081bab22015-09-22 14:35:06 -05007524F: include/linux/power/bq27xxx_battery.h
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007525F: include/linux/power/isp1704_charger.h
7526F: drivers/power/bq2415x_charger.c
Andrew F. Davis081bab22015-09-22 14:35:06 -05007527F: drivers/power/bq27xxx_battery.c
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007528F: drivers/power/isp1704_charger.c
7529F: drivers/power/rx51_battery.c
7530
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007531NTB DRIVER CORE
Jon Mason9ef6bf62014-06-19 10:44:24 -07007532M: Jon Mason <jdmason@kudzu.us>
7533M: Dave Jiang <dave.jiang@intel.com>
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007534M: Allen Hubbe <Allen.Hubbe@emc.com>
Jon Mason5e9fd732015-07-04 14:48:33 -04007535L: linux-ntb@googlegroups.com
Jon Masonfce8a7b2012-11-16 19:27:12 -07007536S: Supported
Jon Mason29844112013-07-30 16:29:48 -07007537W: https://github.com/jonmason/ntb/wiki
7538T: git git://github.com/jonmason/ntb.git
Jon Masonfce8a7b2012-11-16 19:27:12 -07007539F: drivers/ntb/
Jon Mason548c2372012-11-16 19:27:13 -07007540F: drivers/net/ntb_netdev.c
Jon Masonfce8a7b2012-11-16 19:27:12 -07007541F: include/linux/ntb.h
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007542F: include/linux/ntb_transport.h
Jon Masonfce8a7b2012-11-16 19:27:12 -07007543
Allen Hubbee26a5842015-04-09 10:33:20 -04007544NTB INTEL DRIVER
7545M: Jon Mason <jdmason@kudzu.us>
7546M: Dave Jiang <dave.jiang@intel.com>
Jon Mason5e9fd732015-07-04 14:48:33 -04007547L: linux-ntb@googlegroups.com
Allen Hubbee26a5842015-04-09 10:33:20 -04007548S: Supported
7549W: https://github.com/jonmason/ntb/wiki
7550T: git git://github.com/jonmason/ntb.git
7551F: drivers/ntb/hw/intel/
Joe Perches679655d2009-04-07 20:44:32 -07007552
7553NTFS FILESYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07007554M: Anton Altaparmakov <anton@tuxera.com>
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08007555L: linux-ntfs-dev@lists.sourceforge.net
Joe Perches8b58be82009-07-29 15:04:30 -07007556W: http://www.tuxera.com/
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01007557T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
Jim Cromiece00f852006-11-30 04:49:44 +01007558S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007559F: Documentation/filesystems/ntfs.txt
7560F: fs/ntfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007561
Tony Lindgrenf5525782009-05-28 13:23:53 -07007562NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Joe Perches0e24bdd2009-10-26 16:49:40 -07007563M: Antonino Daplas <adaplas@gmail.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007564L: linux-fbdev@vger.kernel.org
7565S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007566F: drivers/video/fbdev/riva/
7567F: drivers/video/fbdev/nvidia/
Tony Lindgrenf5525782009-05-28 13:23:53 -07007568
Matthew Wilcox79461682012-11-10 08:54:53 -05007569NVM EXPRESS DRIVER
Jay Freyenseeb3975e92015-10-28 16:37:51 +09007570M: Keith Busch <keith.busch@intel.com>
7571M: Jens Axboe <axboe@fb.com>
Matthew Wilcox79461682012-11-10 08:54:53 -05007572L: linux-nvme@lists.infradead.org
Jay Freyenseeb3975e92015-10-28 16:37:51 +09007573T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7574W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
Matthew Wilcox79461682012-11-10 08:54:53 -05007575S: Supported
Jay Sternberg57dacad2015-10-09 18:17:06 +02007576F: drivers/nvme/host/
Matthew Wilcox79461682012-11-10 08:54:53 -05007577F: include/linux/nvme.h
7578
Srinivas Kandagatlaaee4b9b2015-07-27 12:17:24 +01007579NVMEM FRAMEWORK
7580M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7581M: Maxime Ripard <maxime.ripard@free-electrons.com>
7582S: Maintained
7583F: drivers/nvmem/
7584F: Documentation/devicetree/bindings/nvmem/
7585F: include/linux/nvmem-consumer.h
7586F: include/linux/nvmem-provider.h
7587
Clément Perrochauddece4582015-03-09 11:12:04 +01007588NXP-NCI NFC DRIVER
7589M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7590R: Charles Gorand <charles.gorand@effinnov.com>
7591L: linux-nfc@lists.01.org (moderated for non-subscribers)
7592S: Supported
7593F: drivers/nfc/nxp-nci
7594
Russell Kingf50d7142014-03-03 12:18:14 +00007595NXP TDA998X DRM DRIVER
7596M: Russell King <rmk+kernel@arm.linux.org.uk>
7597S: Supported
7598F: drivers/gpu/drm/i2c/tda998x_drv.c
7599F: include/drm/i2c/tda998x.h
7600
Peter Rosinfbace432014-11-08 14:40:17 +01007601NXP TFA9879 DRIVER
7602M: Peter Rosin <peda@axentia.se>
7603L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7604S: Maintained
7605F: sound/soc/codecs/tfa9879*
7606
Tony Lindgrenf5525782009-05-28 13:23:53 -07007607OMAP SUPPORT
7608M: Tony Lindgren <tony@atomide.com>
7609L: linux-omap@vger.kernel.org
7610W: http://www.muru.com/linux/omap/
7611W: http://linux.omap.com/
Joe Perches8a6e2532010-03-05 13:43:11 -08007612Q: http://patchwork.kernel.org/project/linux-omap/list/
Jarkko Nikula30bd0122011-11-04 13:18:02 +02007613T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
Tony Lindgrenf5525782009-05-28 13:23:53 -07007614S: Maintained
Felipe Contreras4e04d5a2009-09-21 17:04:25 -07007615F: arch/arm/*omap*/
Felipe Balbi026da812015-01-19 16:13:53 -06007616F: arch/arm/configs/omap1_defconfig
7617F: arch/arm/configs/omap2plus_defconfig
Jean Delvare046d0a32012-01-12 20:32:05 +01007618F: drivers/i2c/busses/i2c-omap.c
Felipe Balbidc68cd12014-11-06 08:37:19 -06007619F: drivers/irqchip/irq-omap-intc.c
7620F: drivers/mfd/*omap*.c
7621F: drivers/mfd/menelaus.c
7622F: drivers/mfd/palmas.c
7623F: drivers/mfd/tps65217.c
7624F: drivers/mfd/tps65218.c
7625F: drivers/mfd/tps65910.c
7626F: drivers/mfd/twl-core.[ch]
7627F: drivers/mfd/twl4030*.c
7628F: drivers/mfd/twl6030*.c
7629F: drivers/mfd/twl6040*.c
7630F: drivers/regulator/palmas-regulator*.c
7631F: drivers/regulator/pbias-regulator.c
7632F: drivers/regulator/tps65217-regulator.c
7633F: drivers/regulator/tps65218-regulator.c
7634F: drivers/regulator/tps65910-regulator.c
7635F: drivers/regulator/twl-regulator.c
Jean Delvare046d0a32012-01-12 20:32:05 +01007636F: include/linux/i2c-omap.h
Tony Lindgrenf5525782009-05-28 13:23:53 -07007637
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007638OMAP DEVICE TREE SUPPORT
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007639M: Benoît Cousson <bcousson@baylibre.com>
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007640M: Tony Lindgren <tony@atomide.com>
7641L: linux-omap@vger.kernel.org
Grant Likelyd0fb18c2013-07-19 20:10:12 -07007642L: devicetree@vger.kernel.org
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007643S: Maintained
7644F: arch/arm/boot/dts/*omap*
7645F: arch/arm/boot/dts/*am3*
Nishanth Menon05eb20f2014-10-21 09:24:22 -05007646F: arch/arm/boot/dts/*am4*
7647F: arch/arm/boot/dts/*am5*
7648F: arch/arm/boot/dts/*dra7*
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007649
Tony Lindgrenf5525782009-05-28 13:23:53 -07007650OMAP CLOCK FRAMEWORK SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007651M: Paul Walmsley <paul@pwsan.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007652L: linux-omap@vger.kernel.org
7653S: Maintained
7654F: arch/arm/*omap*/*clock*
7655
7656OMAP POWER MANAGEMENT SUPPORT
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08007657M: Kevin Hilman <khilman@deeprootsystems.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007658L: linux-omap@vger.kernel.org
7659S: Maintained
7660F: arch/arm/*omap*/*pm*
Kevin Hilmanc46938d2012-07-11 14:02:40 -07007661F: drivers/cpufreq/omap-cpufreq.c
Tony Lindgrenf5525782009-05-28 13:23:53 -07007662
Joe Perchesd21db562013-09-11 14:23:35 -07007663OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
Paul Walmsley692ab1f2011-03-09 18:44:28 -07007664M: Rajendra Nayak <rnayak@ti.com>
7665M: Paul Walmsley <paul@pwsan.com>
7666L: linux-omap@vger.kernel.org
7667S: Maintained
Joe Perchesd21db562013-09-11 14:23:35 -07007668F: arch/arm/mach-omap2/prm*
Paul Walmsley692ab1f2011-03-09 18:44:28 -07007669
Tony Lindgrenf5525782009-05-28 13:23:53 -07007670OMAP AUDIO SUPPORT
Jarkko Nikula6c284902012-04-03 09:45:43 +03007671M: Peter Ujfalusi <peter.ujfalusi@ti.com>
Jarkko Nikula7ec41ee2011-08-11 15:44:57 +03007672M: Jarkko Nikula <jarkko.nikula@bitmer.com>
Jim Davise5747e42015-06-25 15:01:58 -07007673L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Tony Lindgrenf5525782009-05-28 13:23:53 -07007674L: linux-omap@vger.kernel.org
7675S: Maintained
7676F: sound/soc/omap/
7677
Tony Lindgren18640192014-11-20 09:13:42 -08007678OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7679M: Roger Quadros <rogerq@ti.com>
7680M: Tony Lindgren <tony@atomide.com>
7681L: linux-omap@vger.kernel.org
7682S: Maintained
7683F: drivers/memory/omap-gpmc.c
7684F: arch/arm/mach-omap2/*gpmc*
7685
Tony Lindgrenf5525782009-05-28 13:23:53 -07007686OMAP FRAMEBUFFER SUPPORT
Tomi Valkeinen830e6382011-02-23 16:34:17 +02007687M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01007688L: linux-fbdev@vger.kernel.org
Tony Lindgrenf5525782009-05-28 13:23:53 -07007689L: linux-omap@vger.kernel.org
7690S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007691F: drivers/video/fbdev/omap/
Tony Lindgrenf5525782009-05-28 13:23:53 -07007692
Tomi Valkeinen676eec02010-01-07 13:18:04 +02007693OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
Tomi Valkeinen830e6382011-02-23 16:34:17 +02007694M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007695L: linux-omap@vger.kernel.org
Tomi Valkeinen676eec02010-01-07 13:18:04 +02007696L: linux-fbdev@vger.kernel.org
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007697S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007698F: drivers/video/fbdev/omap2/
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007699F: Documentation/arm/OMAP/DSS
7700
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03007701OMAP HARDWARE SPINLOCK SUPPORT
7702M: Ohad Ben-Cohen <ohad@wizery.com>
7703L: linux-omap@vger.kernel.org
7704S: Maintained
7705F: drivers/hwspinlock/omap_hwspinlock.c
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03007706
Tony Lindgrenf5525782009-05-28 13:23:53 -07007707OMAP MMC SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007708M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007709L: linux-omap@vger.kernel.org
7710S: Maintained
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007711F: drivers/mmc/host/omap.c
7712
7713OMAP HS MMC SUPPORT
Venkatraman S0a4585c2012-08-17 23:59:53 +05307714L: linux-mmc@vger.kernel.org
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007715L: linux-omap@vger.kernel.org
Balaji T Kdfa5d192014-09-17 22:50:11 +05307716S: Orphan
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007717F: drivers/mmc/host/omap_hsmmc.c
Tony Lindgrenf5525782009-05-28 13:23:53 -07007718
7719OMAP RANDOM NUMBER GENERATOR SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007720M: Deepak Saxena <dsaxena@plexity.net>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007721S: Maintained
7722F: drivers/char/hw_random/omap-rng.c
7723
Paul Walmsleyf400c822010-12-06 19:08:54 -07007724OMAP HWMOD SUPPORT
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007725M: Benoît Cousson <bcousson@baylibre.com>
Paul Walmsleyf400c822010-12-06 19:08:54 -07007726M: Paul Walmsley <paul@pwsan.com>
7727L: linux-omap@vger.kernel.org
7728S: Maintained
Zhang Yanfei8fc8b122013-01-11 14:32:03 -08007729F: arch/arm/mach-omap2/omap_hwmod.*
Paul Walmsleyf400c822010-12-06 19:08:54 -07007730
Paul Walmsley8633fb32015-01-19 23:49:50 -07007731OMAP HWMOD DATA
7732M: Paul Walmsley <paul@pwsan.com>
7733L: linux-omap@vger.kernel.org
7734S: Maintained
7735F: arch/arm/mach-omap2/omap_hwmod*data*
7736
Paul Walmsleyf400c822010-12-06 19:08:54 -07007737OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007738M: Benoît Cousson <bcousson@baylibre.com>
Paul Walmsleyf400c822010-12-06 19:08:54 -07007739L: linux-omap@vger.kernel.org
7740S: Maintained
7741F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7742
Laurent Pinchart0db83ce2014-06-06 12:08:59 -03007743OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03007744M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7745L: linux-media@vger.kernel.org
7746S: Maintained
Sakari Ailus7eec52d2015-03-19 01:50:22 +02007747F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007748F: drivers/media/platform/omap3isp/
Laurent Pinchart0db83ce2014-06-06 12:08:59 -03007749F: drivers/staging/media/omap4iss/
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03007750
Tony Lindgrenf5525782009-05-28 13:23:53 -07007751OMAP USB SUPPORT
Felipe Balbif2994702010-09-09 09:04:25 +03007752M: Felipe Balbi <balbi@ti.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007753L: linux-usb@vger.kernel.org
7754L: linux-omap@vger.kernel.org
Felipe Balbi43b416e2011-05-13 15:21:47 +03007755T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Tony Lindgrenf5525782009-05-28 13:23:53 -07007756S: Maintained
Joe Perchesa16fbd62010-08-09 17:20:48 -07007757F: drivers/usb/*/*omap*
7758F: arch/arm/*omap*/usb*
Tony Lindgrenf5525782009-05-28 13:23:53 -07007759
Kevin Hilman6d994712012-07-16 10:05:07 -07007760OMAP GPIO DRIVER
Javier Martinez Canillasa1415a82014-04-06 16:58:17 +02007761M: Javier Martinez Canillas <javier@dowhile0.org>
Santosh Shilimkar97215802014-10-13 14:16:28 -04007762M: Santosh Shilimkar <ssantosh@kernel.org>
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08007763M: Kevin Hilman <khilman@deeprootsystems.com>
Kevin Hilman6d994712012-07-16 10:05:07 -07007764L: linux-omap@vger.kernel.org
7765S: Maintained
7766F: drivers/gpio/gpio-omap.c
7767
Mark Jacksonc351e292013-10-04 09:15:01 +01007768OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7769M: Mark Jackson <mpfj@newflow.co.uk>
7770L: linux-omap@vger.kernel.org
7771S: Maintained
7772F: arch/arm/boot/dts/am335x-nano.dts
7773
Bob Copeland0ad122d2008-07-25 19:45:18 -07007774OMFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07007775M: Bob Copeland <me@bobcopeland.com>
Bob Copeland0ad122d2008-07-25 19:45:18 -07007776L: linux-karma-devel@lists.sourceforge.net
7777S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007778F: Documentation/filesystems/omfs.txt
7779F: fs/omfs/
Bob Copeland0ad122d2008-07-25 19:45:18 -07007780
Harald Weltec1986ee2005-11-13 16:06:29 -08007781OMNIKEY CARDMAN 4000 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007782M: Harald Welte <laforge@gnumonks.org>
Harald Weltec1986ee2005-11-13 16:06:29 -08007783S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007784F: drivers/char/pcmcia/cm4000_cs.c
7785F: include/linux/cm4000_cs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007786F: include/uapi/linux/cm4000_cs.h
Harald Weltec1986ee2005-11-13 16:06:29 -08007787
Harald Welte77c44ab2005-11-13 16:06:26 -08007788OMNIKEY CARDMAN 4040 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007789M: Harald Welte <laforge@gnumonks.org>
Harald Welte77c44ab2005-11-13 16:06:26 -08007790S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007791F: drivers/char/pcmcia/cm4040_cs.*
Harald Welte77c44ab2005-11-13 16:06:26 -08007792
Jonathan Corbet77d51402007-03-22 19:44:17 -03007793OMNIVISION OV7670 SENSOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007794M: Jonathan Corbet <corbet@lwn.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03007795L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02007796T: git git://linuxtv.org/media_tree.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03007797S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007798F: drivers/media/i2c/ov7670.c
Jonathan Corbet77d51402007-03-22 19:44:17 -03007799
Thomas Gleixner431bca72007-05-02 09:31:35 +02007800ONENAND FLASH DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007801M: Kyungmin Park <kyungmin.park@samsung.com>
Thomas Gleixner431bca72007-05-02 09:31:35 +02007802L: linux-mtd@lists.infradead.org
7803S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007804F: drivers/mtd/onenand/
7805F: include/linux/mtd/onenand*.h
Thomas Gleixner431bca72007-05-02 09:31:35 +02007806
Linus Torvalds1da177e2005-04-16 15:20:36 -07007807ONSTREAM SCSI TAPE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007808M: Willem Riede <osst@riede.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007809L: osst-users@lists.sourceforge.net
7810L: linux-scsi@vger.kernel.org
7811S: Maintained
Jean Delvaref7269cf2013-07-03 15:05:08 -07007812F: Documentation/scsi/osst.txt
7813F: drivers/scsi/osst.*
7814F: drivers/scsi/osst_*.h
7815F: drivers/scsi/st.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007816
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007817OPENCORES I2C BUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007818M: Peter Korsgaard <jacmet@sunsite.dk>
Jean Delvare846557d2008-10-30 15:55:47 +01007819L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007820S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007821F: Documentation/i2c/busses/i2c-ocores
7822F: drivers/i2c/busses/i2c-ocores.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007823
Grant Likely860c44c2009-10-26 16:49:49 -07007824OPEN FIRMWARE AND FLATTENED DEVICE TREE
Rob Herring5d3ad8a2013-12-03 10:20:16 -06007825M: Rob Herring <robh+dt@kernel.org>
Grant Likelyc8fb70a2015-08-23 13:34:08 -07007826M: Frank Rowand <frowand.list@gmail.com>
7827M: Grant Likely <grant.likely@linaro.org>
Grant Likelyd0fb18c2013-07-19 20:10:12 -07007828L: devicetree@vger.kernel.org
Rob Herringa7fefe92014-12-26 14:05:54 -06007829W: http://www.devicetree.org/
7830T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
Grant Likely860c44c2009-10-26 16:49:49 -07007831S: Maintained
Grant Likelyf8828202013-07-19 18:57:39 -07007832F: drivers/of/
Grant Likely860c44c2009-10-26 16:49:49 -07007833F: include/linux/of*.h
Grant Likelyf8828202013-07-19 18:57:39 -07007834F: scripts/dtc/
Grant Likely860c44c2009-10-26 16:49:49 -07007835
Grant Likelyf8828202013-07-19 18:57:39 -07007836OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
Rob Herring5d3ad8a2013-12-03 10:20:16 -06007837M: Rob Herring <robh+dt@kernel.org>
Grant Likelyf8828202013-07-19 18:57:39 -07007838M: Pawel Moll <pawel.moll@arm.com>
7839M: Mark Rutland <mark.rutland@arm.com>
Ian Campbellde809632013-08-30 09:50:42 +01007840M: Ian Campbell <ijc+devicetree@hellion.org.uk>
Kumar Galabdbff6b2013-08-08 10:51:15 -05007841M: Kumar Gala <galak@codeaurora.org>
Grant Likelyf8828202013-07-19 18:57:39 -07007842L: devicetree@vger.kernel.org
7843S: Maintained
7844F: Documentation/devicetree/
7845F: arch/*/boot/dts/
7846F: include/dt-bindings/
7847
Pantelis Antoniou2bb65f52015-03-17 22:30:57 +02007848OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7849M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7850L: devicetree@vger.kernel.org
7851S: Maintained
7852F: Documentation/devicetree/dynamic-resolution-notes.txt
7853F: Documentation/devicetree/overlay-notes.txt
7854F: drivers/of/overlay.c
7855F: drivers/of/resolver.c
7856
Jonas Bonn19f9d392011-06-04 22:00:38 +03007857OPENRISC ARCHITECTURE
7858M: Jonas Bonn <jonas@southpole.se>
7859W: http://openrisc.net
Paul Bolleeab7c1c2011-10-14 21:00:37 +02007860L: linux@lists.openrisc.net (moderated for non-subscribers)
Jonas Bonn19f9d392011-06-04 22:00:38 +03007861S: Maintained
7862T: git git://openrisc.net/~jonas/linux
Joe Perches14430812013-09-11 14:23:50 -07007863F: arch/openrisc/
Jonas Bonn19f9d392011-06-04 22:00:38 +03007864
Jesse Grossccb13522011-10-25 19:26:31 -07007865OPENVSWITCH
Jesse Gross4f337ed2014-05-16 15:57:59 -07007866M: Pravin Shelar <pshelar@nicira.com>
Pravin B Shelarb422da72015-01-02 11:18:21 -08007867L: netdev@vger.kernel.org
Jesse Grossccb13522011-10-25 19:26:31 -07007868L: dev@openvswitch.org
7869W: http://openvswitch.org
Jesse Grossccb13522011-10-25 19:26:31 -07007870S: Maintained
7871F: net/openvswitch/
Pravin B Shelarb422da72015-01-02 11:18:21 -08007872F: include/uapi/linux/openvswitch.h
Jesse Grossccb13522011-10-25 19:26:31 -07007873
Clemens Ladischaf399172011-01-10 16:32:54 +01007874OPL4 DRIVER
7875M: Clemens Ladisch <clemens@ladisch.de>
7876L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7877T: git git://git.alsa-project.org/alsa-kernel.git
7878S: Maintained
7879F: sound/drivers/opl4/
7880
Linus Torvalds1da177e2005-04-16 15:20:36 -07007881OPROFILE
Robert Richter4cf7e712012-10-29 18:53:25 +01007882M: Robert Richter <rric@kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007883L: oprofile-list@lists.sf.net
7884S: Maintained
Robert Richter81c4a8a2010-04-22 19:14:49 +02007885F: arch/*/include/asm/oprofile*.h
Joe Perches679655d2009-04-07 20:44:32 -07007886F: arch/*/oprofile/
7887F: drivers/oprofile/
7888F: include/linux/oprofile.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007889
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007890ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
Joe Perches8b58be82009-07-29 15:04:30 -07007891M: Mark Fasheh <mfasheh@suse.com>
Joel Beckerd6351db2011-01-07 18:10:32 -08007892M: Joel Becker <jlbec@evilplan.org>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007893L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fasheh01945fa2015-02-27 15:51:40 -08007894W: http://ocfs2.wiki.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007895S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007896F: Documentation/filesystems/ocfs2.txt
7897F: Documentation/filesystems/dlmfs.txt
7898F: fs/ocfs2/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007899
Linus Torvalds1da177e2005-04-16 15:20:36 -07007900ORINOCO DRIVER
Johannes Berg724c6b32007-04-23 12:18:20 -07007901L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02007902W: http://wireless.kernel.org/en/users/Drivers/orinoco
Pavel Roskinecffdde2005-05-05 16:16:01 -07007903W: http://www.nongnu.org/orinoco/
David Kilroy3a59bab2010-08-21 12:13:45 +01007904S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07007905F: drivers/net/wireless/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007906
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03007907OSD LIBRARY and FILESYSTEM
Boaz Harroshfadc0752014-10-19 19:19:57 +03007908M: Boaz Harrosh <ooo@electrozaur.com>
Benny Halevyf1f66302014-02-10 11:57:29 +02007909M: Benny Halevy <bhalevy@primarydata.com>
Boaz Harrosh68274792009-01-25 17:24:14 +02007910L: osd-dev@open-osd.org
7911W: http://open-osd.org
Joe Perches54e58812009-04-07 21:08:10 -07007912T: git git://git.open-osd.org/open-osd.git
Boaz Harrosh68274792009-01-25 17:24:14 +02007913S: Maintained
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03007914F: drivers/scsi/osd/
Joe Perches6b6f0b62009-08-18 14:11:06 -07007915F: include/scsi/osd_*
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03007916F: fs/exofs/
Boaz Harrosh68274792009-01-25 17:24:14 +02007917
Miklos Szeredief94b182014-11-20 16:39:59 +01007918OVERLAY FILESYSTEM
Neil Brown7c37fbd2014-10-24 00:14:39 +02007919M: Miklos Szeredi <miklos@szeredi.hu>
Miklos Szeredi1d113732014-11-20 16:40:01 +01007920L: linux-unionfs@vger.kernel.org
7921T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
Neil Brown7c37fbd2014-10-24 00:14:39 +02007922S: Supported
Miklos Szeredi1d113732014-11-20 16:40:01 +01007923F: fs/overlayfs/
Neil Brown7c37fbd2014-10-24 00:14:39 +02007924F: Documentation/filesystems/overlayfs.txt
7925
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007926P54 WIRELESS DRIVER
Christian Lamparter084cb0f2010-07-12 19:01:41 +02007927M: Christian Lamparter <chunkeey@googlemail.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007928L: linux-wireless@vger.kernel.org
Christian Lamparter084cb0f2010-07-12 19:01:41 +02007929W: http://wireless.kernel.org/en/users/Drivers/p54
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007930S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007931F: drivers/net/wireless/p54/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007932
Olof Johanssonf5cd7872007-01-31 21:43:54 -06007933PA SEMI ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007934M: Olof Johansson <olof@lixom.net>
Olof Johanssonf5cd7872007-01-31 21:43:54 -06007935L: netdev@vger.kernel.org
7936S: Maintained
Jeff Kirsherded19ad2011-05-15 20:56:37 -07007937F: drivers/net/ethernet/pasemi/*
Olof Johanssonf5cd7872007-01-31 21:43:54 -06007938
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01007939PA SEMI SMBUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007940M: Olof Johansson <olof@lixom.net>
Jean Delvare846557d2008-10-30 15:55:47 +01007941L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01007942S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007943F: drivers/i2c/busses/i2c-pasemi.c
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01007944
Steffen Klassert48fc2672010-08-13 10:10:46 -04007945PADATA PARALLEL EXECUTION MECHANISM
7946M: Steffen Klassert <steffen.klassert@secunet.com>
Steffen Klassert48fc2672010-08-13 10:10:46 -04007947L: linux-crypto@vger.kernel.org
7948S: Maintained
7949F: kernel/padata.c
7950F: include/linux/padata.h
7951F: Documentation/padata.txt
7952
Harald Welte709ee532008-09-23 17:46:57 +02007953PANASONIC LAPTOP ACPI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007954M: Harald Welte <laforge@gnumonks.org>
Matthew Garrettd0944852010-02-11 10:40:13 -05007955L: platform-driver-x86@vger.kernel.org
Harald Welte709ee532008-09-23 17:46:57 +02007956S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007957F: drivers/platform/x86/panasonic-laptop.c
Harald Welte709ee532008-09-23 17:46:57 +02007958
Akira Takeuchi368dd5a2010-10-27 17:28:55 +01007959PANASONIC MN10300/AM33/AM34 PORT
Joe Perches8b58be82009-07-29 15:04:30 -07007960M: David Howells <dhowells@redhat.com>
7961M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
David Howells4fa97182008-10-13 10:42:44 +01007962L: linux-am33-list@redhat.com (moderated for non-subscribers)
7963W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7964S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007965F: Documentation/mn10300/
7966F: arch/mn10300/
David Howells4fa97182008-10-13 10:42:44 +01007967
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05307968PARALLEL PORT SUBSYSTEM
7969M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7970M: Sudip Mukherjee <sudip@vectorindia.org>
Randy Dunlap3dd1a322007-05-16 22:11:12 -07007971L: linux-parport@lists.infradead.org (subscribers-only)
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05307972S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007973F: drivers/parport/
7974F: include/linux/parport*.h
7975F: drivers/char/ppdev.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007976F: include/uapi/linux/ppdev.h
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05307977F: Documentation/parport*.txt
Linus Torvalds1da177e2005-04-16 15:20:36 -07007978
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007979PARAVIRT_OPS INTERFACE
Jeremy Fitzhardinged6331802011-11-18 15:56:06 -08007980M: Jeremy Fitzhardinge <jeremy@goop.org>
Joe Perches8b58be82009-07-29 15:04:30 -07007981M: Chris Wright <chrisw@sous-sol.org>
7982M: Alok Kataria <akataria@vmware.com>
7983M: Rusty Russell <rusty@rustcorp.com.au>
Michael Wittenc996d8b2010-11-15 19:55:34 +00007984L: virtualization@lists.linux-foundation.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007985S: Supported
Luis R. Rodrigueza2e19992015-02-13 17:13:40 +10307986F: Documentation/virtual/paravirt_ops.txt
Joe Perches679655d2009-04-07 20:44:32 -07007987F: arch/*/kernel/paravirt*
7988F: arch/*/include/asm/paravirt.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07007989
Linus Torvalds1da177e2005-04-16 15:20:36 -07007990PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
Joe Perches8b58be82009-07-29 15:04:30 -07007991M: Tim Waugh <tim@cyberelk.net>
Randy Dunlap3dd1a322007-05-16 22:11:12 -07007992L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007993S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007994F: Documentation/blockdev/paride.txt
7995F: drivers/block/paride/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007996
7997PARISC ARCHITECTURE
James Bottomleyb8828772009-08-04 23:59:55 +00007998M: "James E.J. Bottomley" <jejb@parisc-linux.org>
Kyle McMartinb38a03b2012-02-24 10:36:16 -05007999M: Helge Deller <deller@gmx.de>
Kyle McMartinac6aecb2007-12-03 22:04:34 +00008000L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008001W: http://www.parisc-linux.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08008002Q: http://patchwork.kernel.org/project/linux-parisc/list/
Joe Perches08deed12012-03-23 15:01:57 -07008003T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
Helge Dellerfbb46caa2013-05-16 21:00:16 +00008004T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008005S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008006F: arch/parisc/
Helge Deller2b6bac92013-05-30 13:48:07 +00008007F: Documentation/parisc/
Joe Perches679655d2009-04-07 20:44:32 -07008008F: drivers/parisc/
Helge Deller2b6bac92013-05-30 13:48:07 +00008009F: drivers/char/agp/parisc-agp.c
8010F: drivers/input/serio/gscps2.c
8011F: drivers/parport/parport_gsc.*
8012F: drivers/tty/serial/8250/8250_gsc.c
Jingoo Han8a61f012014-07-01 15:36:01 +09008013F: drivers/video/fbdev/sti*
Helge Deller2b6bac92013-05-30 13:48:07 +00008014F: drivers/video/console/sti*
8015F: drivers/video/logo/logo_parisc*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008016
Jim Cromie1662d322006-10-06 00:43:59 -07008017PC87360 HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008018M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07008019L: lm-sensors@lm-sensors.org
8020S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008021F: Documentation/hwmon/pc87360
8022F: drivers/hwmon/pc87360.c
Jim Cromie1662d322006-10-06 00:43:59 -07008023
8024PC8736x GPIO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008025M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07008026S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008027F: drivers/char/pc8736x_gpio.c
Jim Cromie1662d322006-10-06 00:43:59 -07008028
Jean Delvare1ad107f2010-08-14 21:09:00 +02008029PC87427 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07008030M: Jean Delvare <jdelvare@suse.com>
Jean Delvare1ad107f2010-08-14 21:09:00 +02008031L: lm-sensors@lm-sensors.org
8032S: Maintained
8033F: Documentation/hwmon/pc87427
8034F: drivers/hwmon/pc87427.c
8035
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008036PCA9532 LED DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008037M: Riku Voipio <riku.voipio@iki.fi>
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008038S: Maintained
Joe Perchesd5ca6912009-04-09 02:42:01 -07008039F: drivers/leds/leds-pca9532.c
8040F: include/linux/leds-pca9532.h
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008041
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008042PCA9541 I2C BUS MASTER SELECTOR DRIVER
Guenter Roeckca462082012-06-01 23:28:23 -07008043M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008044L: linux-i2c@vger.kernel.org
8045S: Maintained
Wolfram Sangb4f0b742012-04-25 22:29:43 +02008046F: drivers/i2c/muxes/i2c-mux-pca9541.c
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008047
Khalid Aziz3971dae2012-04-12 12:49:13 -07008048PCDP - PRIMARY CONSOLE AND DEBUG PORT
Khalid Aziz055e72f2012-10-04 17:12:40 -07008049M: Khalid Aziz <khalid@gonehiking.org>
Khalid Aziz3971dae2012-04-12 12:49:13 -07008050S: Maintained
8051F: drivers/firmware/pcdp.*
8052
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008053PCI ERROR RECOVERY
Joe Perches63059022012-06-07 14:21:10 -07008054M: Linas Vepstas <linasvepstas@gmail.com>
Jesse Barnesc1f69db2008-05-19 15:28:16 -07008055L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008056S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008057F: Documentation/PCI/pci-error-recovery.txt
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008058
Linus Torvalds1da177e2005-04-16 15:20:36 -07008059PCI SUBSYSTEM
Jesse Barnes5ac3a6d2012-03-20 11:55:20 -07008060M: Bjorn Helgaas <bhelgaas@google.com>
Jesse Barnes29054742008-05-03 08:35:49 -07008061L: linux-pci@vger.kernel.org
Bjorn Helgaas99662dd2012-05-07 08:36:08 -06008062Q: http://patchwork.ozlabs.org/project/linux-pci/list/
Bjorn Helgaasc0233ed2012-05-24 14:18:14 -06008063T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008064S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008065F: Documentation/PCI/
8066F: drivers/pci/
8067F: include/linux/pci*
Bjorn Helgaas6b49ee42013-10-09 14:39:08 -06008068F: arch/x86/pci/
Bjorn Helgaascad01f92014-04-05 15:07:00 -06008069F: arch/x86/kernel/quirks.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008070
Ley Foon Taneaa61112015-10-23 18:27:12 +08008071PCI DRIVER FOR ALTERA PCIE IP
8072M: Ley Foon Tan <lftan@altera.com>
8073L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8074L: linux-pci@vger.kernel.org
8075S: Supported
8076F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8077F: drivers/pci/host/pcie-altera.c
8078
Rob Herringb7e78172015-01-28 10:16:18 -06008079PCI DRIVER FOR ARM VERSATILE PLATFORM
8080M: Rob Herring <robh@kernel.org>
8081L: linux-pci@vger.kernel.org
8082L: linux-arm-kernel@lists.infradead.org
8083S: Maintained
8084F: Documentation/devicetree/bindings/pci/versatile.txt
8085F: drivers/pci/host/pci-versatile.c
8086
Tanmay Inamdar5f6b6cc2014-10-01 13:01:35 -06008087PCI DRIVER FOR APPLIEDMICRO XGENE
8088M: Tanmay Inamdar <tinamdar@apm.com>
8089L: linux-pci@vger.kernel.org
8090L: linux-arm-kernel@lists.infradead.org
8091S: Maintained
8092F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8093F: drivers/pci/host/pci-xgene.c
8094
Minghuan Lian62d0ff832014-11-05 16:45:11 +08008095PCI DRIVER FOR FREESCALE LAYERSCAPE
8096M: Minghuan Lian <minghuan.Lian@freescale.com>
8097M: Mingkai Hu <mingkai.hu@freescale.com>
8098M: Roy Zang <tie-fei.zang@freescale.com>
8099L: linuxppc-dev@lists.ozlabs.org
8100L: linux-pci@vger.kernel.org
8101L: linux-arm-kernel@lists.infradead.org
8102S: Maintained
8103F: drivers/pci/host/*layerscape*
8104
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008105PCI DRIVER FOR IMX6
Lucas Stachf175aa22015-01-19 11:17:31 +01008106M: Richard Zhu <Richard.Zhu@freescale.com>
Lucas Stach1ba55f52014-07-31 20:16:04 +02008107M: Lucas Stach <l.stach@pengutronix.de>
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008108L: linux-pci@vger.kernel.org
8109L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8110S: Maintained
8111F: drivers/pci/host/*imx6*
8112
Murali Karicheri0c4ffcf2014-09-02 17:26:19 -06008113PCI DRIVER FOR TI KEYSTONE
8114M: Murali Karicheri <m-karicheri2@ti.com>
8115L: linux-pci@vger.kernel.org
8116L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8117S: Maintained
8118F: drivers/pci/host/*keystone*
8119
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008120PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8121M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8122M: Jason Cooper <jason@lakedaemon.net>
8123L: linux-pci@vger.kernel.org
8124L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8125S: Maintained
8126F: drivers/pci/host/*mvebu*
8127
Thierry Reding0447cfd2013-08-09 16:49:32 +02008128PCI DRIVER FOR NVIDIA TEGRA
8129M: Thierry Reding <thierry.reding@gmail.com>
8130L: linux-tegra@vger.kernel.org
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008131L: linux-pci@vger.kernel.org
Thierry Reding0447cfd2013-08-09 16:49:32 +02008132S: Supported
8133F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8134F: drivers/pci/host/pci-tegra.c
8135
Kishon Vijay Abraham I47ff3de2014-07-22 15:23:45 -06008136PCI DRIVER FOR TI DRA7XX
8137M: Kishon Vijay Abraham I <kishon@ti.com>
8138L: linux-omap@vger.kernel.org
8139L: linux-pci@vger.kernel.org
8140S: Supported
8141F: Documentation/devicetree/bindings/pci/ti-pci.txt
8142F: drivers/pci/host/pci-dra7xx.c
8143
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008144PCI DRIVER FOR RENESAS R-CAR
8145M: Simon Horman <horms@verge.net.au>
8146L: linux-pci@vger.kernel.org
8147L: linux-sh@vger.kernel.org
8148S: Maintained
8149F: drivers/pci/host/*rcar*
8150
Jingoo Han4af82252013-09-12 20:29:24 +09008151PCI DRIVER FOR SAMSUNG EXYNOS
Jingoo Hanb7701752015-05-14 15:17:07 -07008152M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han4af82252013-09-12 20:29:24 +09008153L: linux-pci@vger.kernel.org
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8155L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
Jingoo Han4af82252013-09-12 20:29:24 +09008156S: Maintained
8157F: drivers/pci/host/pci-exynos.c
8158
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008159PCI DRIVER FOR SYNOPSIS DESIGNWARE
Jingoo Hanb7701752015-05-14 15:17:07 -07008160M: Jingoo Han <jingoohan1@gmail.com>
Pratyush Anand110baab2015-04-30 09:46:07 +05308161M: Pratyush Anand <pratyush.anand@gmail.com>
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008162L: linux-pci@vger.kernel.org
8163S: Maintained
8164F: drivers/pci/host/*designware*
8165
Will Deaconcf288552014-05-01 12:04:28 +01008166PCI DRIVER FOR GENERIC OF HOSTS
8167M: Will Deacon <will.deacon@arm.com>
8168L: linux-pci@vger.kernel.org
8169L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8170S: Maintained
8171F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8172F: drivers/pci/host/pci-host-generic.c
8173
Pratyush Anand51b66a62014-02-11 11:39:26 +05308174PCIE DRIVER FOR ST SPEAR13XX
Pratyush Anand110baab2015-04-30 09:46:07 +05308175M: Pratyush Anand <pratyush.anand@gmail.com>
Pratyush Anand51b66a62014-02-11 11:39:26 +05308176L: linux-pci@vger.kernel.org
Pratyush Anand110baab2015-04-30 09:46:07 +05308177S: Maintained
Pratyush Anand51b66a62014-02-11 11:39:26 +05308178F: drivers/pci/host/*spear*
8179
Ley Foon Tanaf1169b2015-10-23 18:27:13 +08008180PCI MSI DRIVER FOR ALTERA MSI IP
8181M: Ley Foon Tan <lftan@altera.com>
8182L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8183L: linux-pci@vger.kernel.org
8184S: Supported
8185F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8186F: drivers/pci/host/pcie-altera-msi.c
8187
Duc Dangdcd19de2015-06-05 15:56:34 -05008188PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8189M: Duc Dang <dhdang@apm.com>
8190L: linux-pci@vger.kernel.org
8191L: linux-arm-kernel@lists.infradead.org
8192S: Maintained
8193F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8194F: drivers/pci/host/pci-xgene-msi.c
8195
Zhou Wang500a1d92015-10-29 20:02:51 -05008196PCIE DRIVER FOR HISILICON
8197M: Zhou Wang <wangzhou1@hisilicon.com>
8198L: linux-pci@vger.kernel.org
8199S: Maintained
8200F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8201F: drivers/pci/host/pcie-hisi.c
8202
Linus Torvalds1da177e2005-04-16 15:20:36 -07008203PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07008204P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07008205L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08008206W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Joe Perches54e58812009-04-07 21:08:10 -07008207T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07008208S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008209F: Documentation/pcmcia/
8210F: drivers/pcmcia/
8211F: include/pcmcia/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008212
8213PCNET32 NETWORK DRIVER
Don Fry227fb922010-12-21 19:58:15 -08008214M: Don Fry <pcnet32@frontier.com>
Ralf Baechle979b6c12005-06-13 14:30:40 -07008215L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008216S: Maintained
Jeff Kirsherb955f6c2011-03-30 07:46:36 -07008217F: drivers/net/ethernet/amd/pcnet32.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008218
Steffen Klassert48fc2672010-08-13 10:10:46 -04008219PCRYPT PARALLEL CRYPTO ENGINE
8220M: Steffen Klassert <steffen.klassert@secunet.com>
8221L: linux-crypto@vger.kernel.org
8222S: Maintained
8223F: crypto/pcrypt.c
8224F: include/crypto/pcrypt.h
8225
Tejun Heoe72df0b2010-12-10 17:02:49 +01008226PER-CPU MEMORY ALLOCATOR
8227M: Tejun Heo <tj@kernel.org>
8228M: Christoph Lameter <cl@linux-foundation.org>
Tejun Heoe72df0b2010-12-10 17:02:49 +01008229T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8230S: Maintained
8231F: include/linux/percpu*.h
8232F: mm/percpu*.c
8233F: arch/*/include/asm/percpu.h
8234
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008235PER-TASK DELAY ACCOUNTING
Balbir Singh185e5952011-06-15 15:08:30 -07008236M: Balbir Singh <bsingharora@gmail.com>
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008237S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008238F: include/linux/delayacct.h
8239F: kernel/delayacct.c
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008240
Ingo Molnar57c0c152009-09-21 12:20:38 +02008241PERFORMANCE EVENTS SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07008242M: Peter Zijlstra <a.p.zijlstra@chello.nl>
Ingo Molnardd9b2382012-03-19 21:03:46 +01008243M: Ingo Molnar <mingo@redhat.com>
Arnaldo Carvalho de Melof80c5392014-03-27 17:36:14 -03008244M: Arnaldo Carvalho de Melo <acme@kernel.org>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008245L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01008246T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
Paul Mackerras6c0b3242009-04-09 09:27:37 +10008247S: Supported
Geunsik Limd53e8362011-08-18 16:44:57 +09008248F: kernel/events/*
Vincent Legolla0032362009-10-13 14:48:14 +02008249F: include/linux/perf_event.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008250F: include/uapi/linux/perf_event.h
Robert Richter141c4292010-03-17 12:49:11 +01008251F: arch/*/kernel/perf_event*.c
8252F: arch/*/kernel/*/perf_event*.c
8253F: arch/*/kernel/*/*/perf_event*.c
Vincent Legolla0032362009-10-13 14:48:14 +02008254F: arch/*/include/asm/perf_event.h
Vincent Legolla0032362009-10-13 14:48:14 +02008255F: arch/*/kernel/perf_callchain.c
8256F: tools/perf/
Paul Mackerras6c0b3242009-04-09 09:27:37 +10008257
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008258PERSONALITY HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -07008259M: Christoph Hellwig <hch@infradead.org>
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008260L: linux-abi-devel@lists.sourceforge.net
8261S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008262F: include/linux/personality.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008263F: include/uapi/linux/personality.h
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008264
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008265PHONET PROTOCOL
Rémi Denis-Courmont2a06b402012-04-12 03:39:18 +00008266M: Remi Denis-Courmont <courmisch@gmail.com>
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008267S: Supported
8268F: Documentation/networking/phonet.txt
8269F: include/linux/phonet.h
8270F: include/net/phonet/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008271F: include/uapi/linux/phonet.h
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008272F: net/phonet/
8273
Linus Torvalds1da177e2005-04-16 15:20:36 -07008274PHRAM MTD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008275M: Joern Engel <joern@lazybastard.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008276L: linux-mtd@lists.infradead.org
8277S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008278F: drivers/mtd/devices/phram.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008279
Bruno Prémontefdbb102012-07-30 21:39:03 +02008280PICOLCD HID DRIVER
8281M: Bruno Prémont <bonbons@linux-vserver.org>
8282L: linux-input@vger.kernel.org
8283S: Maintained
8284F: drivers/hid/hid-picolcd*
8285
Jamie Ilesa53bfa02011-12-12 20:28:42 +00008286PICOXCELL SUPPORT
8287M: Jamie Iles <jamie@jamieiles.com>
8288L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8289T: git git://github.com/jamieiles/linux-2.6-ji.git
8290S: Supported
Joe Perchesb8733982014-08-08 14:25:12 -07008291F: arch/arm/boot/dts/picoxcell*
Joe Perches14430812013-09-11 14:23:50 -07008292F: arch/arm/mach-picoxcell/
Joe Perchesb8733982014-08-08 14:25:12 -07008293F: drivers/crypto/picoxcell*
Jamie Ilesa53bfa02011-12-12 20:28:42 +00008294
Linus Walleij2744e8a2011-05-02 20:50:54 +02008295PIN CONTROL SUBSYSTEM
8296M: Linus Walleij <linus.walleij@linaro.org>
David Cohenc11f0422014-10-16 19:06:59 -07008297L: linux-gpio@vger.kernel.org
Linus Walleijdbe752a2015-01-19 11:27:19 +01008298T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
Linus Walleij2744e8a2011-05-02 20:50:54 +02008299S: Maintained
Stephen Warren07f29ba2011-12-08 15:16:19 -07008300F: drivers/pinctrl/
Uwe Kleine-König8e406fe2012-07-30 18:38:34 +02008301F: include/linux/pinctrl/
Linus Walleij2744e8a2011-05-02 20:50:54 +02008302
Jean-Christophe PLAGNIOL-VILLARD2201bbb2012-10-27 19:53:12 +02008303PIN CONTROLLER - ATMEL AT91
8304M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8305L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8306S: Maintained
Alexandre Bellonic654b6b2014-10-17 11:49:40 +02008307F: drivers/pinctrl/pinctrl-at91.*
Jean-Christophe PLAGNIOL-VILLARD2201bbb2012-10-27 19:53:12 +02008308
Ludovic Desroches33d36902015-09-16 17:36:59 +02008309PIN CONTROLLER - ATMEL AT91 PIO4
8310M: Ludovic Desroches <ludovic.desroches@atmel.com>
8311L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8312L: linux-gpio@vger.kernel.org
8313S: Supported
8314F: drivers/pinctrl/pinctrl-at91-pio4.*
8315
Mika Westerbergcbd1b652014-10-24 15:16:53 +03008316PIN CONTROLLER - INTEL
8317M: Mika Westerberg <mika.westerberg@linux.intel.com>
8318M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8319S: Maintained
8320F: drivers/pinctrl/intel/
Viresh Kumardeda8282012-03-28 22:27:07 +05308321
Laurent Pinchart9963b532014-07-02 16:33:31 +02008322PIN CONTROLLER - RENESAS
8323M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8324L: linux-sh@vger.kernel.org
8325S: Maintained
8326F: drivers/pinctrl/sh-pfc/
8327
Doug Andersonb75e60d2013-06-16 15:17:46 -07008328PIN CONTROLLER - SAMSUNG
Tomasz Figafea685e2014-08-26 16:30:53 +02008329M: Tomasz Figa <tomasz.figa@gmail.com>
Doug Andersonb75e60d2013-06-16 15:17:46 -07008330L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8331L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8332S: Maintained
Sachin Kamat9b5b33f2014-07-11 14:29:50 +05308333F: drivers/pinctrl/samsung/
Doug Andersonb75e60d2013-06-16 15:17:46 -07008334
Viresh Kumardeda8282012-03-28 22:27:07 +05308335PIN CONTROLLER - ST SPEAR
Viresh Kumarda899472015-07-17 16:23:50 -07008336M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumardeda8282012-03-28 22:27:07 +05308337L: spear-devel@list.st.com
8338L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8339W: http://www.st.com/spear
8340S: Maintained
Uwe Kleine-König8e406fe2012-07-30 18:38:34 +02008341F: drivers/pinctrl/spear/
Viresh Kumardeda8282012-03-28 22:27:07 +05308342
Peter Osterlund249a6772005-09-27 21:45:30 -07008343PKTCDVD DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02008344M: Jiri Kosina <jikos@kernel.org>
Peter Osterlund249a6772005-09-27 21:45:30 -07008345S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008346F: drivers/block/pktcdvd.c
8347F: include/linux/pktcdvd.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008348F: include/uapi/linux/pktcdvd.h
Peter Osterlund249a6772005-09-27 21:45:30 -07008349
GuanXuetaob31d8272011-01-16 00:35:49 +08008350PKUNITY SOC DRIVERS
8351M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8352W: http://mprc.pku.edu.cn/~guanxuetao/linux
8353S: Maintained
Guan Xuetaoceebf4d2014-05-27 07:53:10 +08008354T: git git://github.com/gxt/linux.git
GuanXuetaob31d8272011-01-16 00:35:49 +08008355F: drivers/input/serio/i8042-unicore32io.h
GuanXuetaod10e4a62011-02-26 21:29:29 +08008356F: drivers/i2c/busses/i2c-puv3.c
Jingoo Han8a61f012014-07-01 15:36:01 +09008357F: drivers/video/fbdev/fb-puv3.c
Guan Xuetao2809e802011-05-26 16:43:27 +08008358F: drivers/rtc/rtc-puv3.c
GuanXuetaob31d8272011-01-16 00:35:49 +08008359
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07008360PMBUS HARDWARE MONITORING DRIVERS
Guenter Roeckca462082012-06-01 23:28:23 -07008361M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07008362L: lm-sensors@lm-sensors.org
8363W: http://www.lm-sensors.org/
8364W: http://www.roeck-us.net/linux/drivers/
8365T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8366S: Maintained
8367F: Documentation/hwmon/pmbus
8368F: drivers/hwmon/pmbus/
8369F: include/linux/i2c/pmbus.h
8370
Anil Ravindranath89a36812009-08-25 17:35:18 -07008371PMC SIERRA MaxRAID DRIVER
Anil Ravindranath89a36812009-08-25 17:35:18 -07008372L: linux-scsi@vger.kernel.org
8373W: http://www.pmc-sierra.com/
Joe Perches3cdea4d712015-09-09 15:36:14 -07008374S: Orphan
Anil Ravindranath89a36812009-08-25 17:35:18 -07008375F: drivers/scsi/pmcraid.*
8376
jack wangdbf9bfe2009-10-14 16:19:21 +08008377PMC SIERRA PM8001 DRIVER
Jack Wangd32477e2015-07-29 12:02:50 +02008378M: Jack Wang <jinpu.wang@profitbricks.com>
jack wangdbf9bfe2009-10-14 16:19:21 +08008379M: lindar_liu@usish.com
Suresh Thiagarajanf5a7b522014-07-30 17:37:43 +05308380L: pmchba@pmcs.com
jack wangdbf9bfe2009-10-14 16:19:21 +08008381L: linux-scsi@vger.kernel.org
8382S: Supported
8383F: drivers/scsi/pm8001/
8384
Linus Torvalds1da177e2005-04-16 15:20:36 -07008385POSIX CLOCKS and TIMERS
Joe Perches8b58be82009-07-29 15:04:30 -07008386M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008387L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01008388T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Thomas Gleixner5cee9642014-06-22 12:06:40 +02008389S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008390F: fs/timerfd.c
8391F: include/linux/timer*
Thomas Gleixner5cee9642014-06-22 12:06:40 +02008392F: kernel/time/*timer*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008393
Anton Vorontsov3be86142007-07-15 04:43:36 +04008394POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
Sebastian Reichelad8464a2014-07-16 20:14:30 +02008395M: Sebastian Reichel <sre@kernel.org>
Dmitry Eremin-Solenikov57318932014-01-21 03:33:09 +04008396M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008397M: David Woodhouse <dwmw2@infradead.org>
Sebastian Reichelad8464a2014-07-16 20:14:30 +02008398L: linux-pm@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -07008399T: git git://git.infradead.org/battery-2.6.git
Anton Vorontsov3be86142007-07-15 04:43:36 +04008400S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008401F: include/linux/power_supply.h
Anton Vorontsov8cd725a2012-05-05 03:37:15 -07008402F: drivers/power/
Sebastian Reichel26305022015-07-24 23:11:28 +02008403X: drivers/power/avs/
Anton Vorontsov3be86142007-07-15 04:43:36 +04008404
Mark Rutland514f1612015-07-31 15:46:20 +01008405POWER STATE COORDINATION INTERFACE (PSCI)
8406M: Mark Rutland <mark.rutland@arm.com>
8407M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8408L: linux-arm-kernel@lists.infradead.org
8409S: Maintained
8410F: drivers/firmware/psci.c
8411F: include/linux/psci.h
8412F: include/uapi/linux/psci.h
8413
Linus Torvalds1da177e2005-04-16 15:20:36 -07008414PNP SUPPORT
Joe Perches9c3646d2015-06-25 15:02:00 -07008415M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008416S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008417F: drivers/pnp/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008418
Vitaly Wool999445d2007-01-04 13:07:03 +01008419PNXxxxx I2C DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008420M: Vitaly Wool <vitalywool@gmail.com>
Jean Delvare846557d2008-10-30 15:55:47 +01008421L: linux-i2c@vger.kernel.org
Vitaly Wool999445d2007-01-04 13:07:03 +01008422S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008423F: drivers/i2c/busses/i2c-pnx.c
Vitaly Wool999445d2007-01-04 13:07:03 +01008424
Linus Torvalds1da177e2005-04-16 15:20:36 -07008425PPP PROTOCOL DRIVERS AND COMPRESSORS
Joe Perches8b58be82009-07-29 15:04:30 -07008426M: Paul Mackerras <paulus@samba.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008427L: linux-ppp@vger.kernel.org
8428S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008429F: drivers/net/ppp/ppp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008430
8431PPP OVER ATM (RFC 2364)
Joe Perches8b58be82009-07-29 15:04:30 -07008432M: Mitchell Blank Jr <mitch@sfgoth.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008433S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008434F: net/atm/pppoatm.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008435F: include/uapi/linux/atmppp.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008436
8437PPP OVER ETHERNET
Joe Perches8b58be82009-07-29 15:04:30 -07008438M: Michal Ostrowski <mostrows@earthlink.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008439S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008440F: drivers/net/ppp/pppoe.c
8441F: drivers/net/ppp/pppox.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008442
James Chapmana6d23702007-06-27 15:53:17 -07008443PPP OVER L2TP
Joe Perches8b58be82009-07-29 15:04:30 -07008444M: James Chapman <jchapman@katalix.com>
James Chapmana6d23702007-06-27 15:53:17 -07008445S: Maintained
Joe Perches90ca28d2010-08-09 17:20:40 -07008446F: net/l2tp/l2tp_ppp.c
Joe Perches679655d2009-04-07 20:44:32 -07008447F: include/linux/if_pppol2tp.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008448F: include/uapi/linux/if_pppol2tp.h
James Chapmana6d23702007-06-27 15:53:17 -07008449
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008450PPS SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07008451M: Rodolfo Giometti <giometti@enneenne.com>
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008452W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8453L: linuxpps@ml.enneenne.com (subscribers-only)
8454S: Maintained
Joe Perchescabaaf42009-07-29 15:04:24 -07008455F: Documentation/pps/
8456F: drivers/pps/
8457F: include/linux/pps*.h
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008458
Harry Wei71a6d0a2011-05-11 15:13:33 -07008459PPTP DRIVER
8460M: Dmitry Kozlov <xeb@mail.ru>
8461L: netdev@vger.kernel.org
8462S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008463F: drivers/net/ppp/pptp.c
Harry Wei71a6d0a2011-05-11 15:13:33 -07008464W: http://sourceforge.net/projects/accel-pptp
8465
Linus Torvalds1da177e2005-04-16 15:20:36 -07008466PREEMPTIBLE KERNEL
Joe Perches8b58be82009-07-29 15:04:30 -07008467M: Robert Love <rml@tech9.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008468L: kpreempt-tech@lists.sourceforge.net
8469W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8470S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008471F: Documentation/preempt-locking.txt
8472F: include/linux/preempt.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008473
8474PRISM54 WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008475M: "Luis R. Rodriguez" <mcgrof@gmail.com>
Johannes Berg724c6b32007-04-23 12:18:20 -07008476L: linux-wireless@vger.kernel.org
John W. Linville9ef80802010-08-27 09:44:12 -04008477W: http://wireless.kernel.org/en/users/Drivers/p54
John W. Linville1d89cae2010-07-22 14:25:40 -04008478S: Obsolete
Joe Perches679655d2009-04-07 20:44:32 -07008479F: drivers/net/wireless/prism54/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008480
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008481PS3 NETWORK SUPPORT
Geoff Levandb809b9c2010-04-15 09:11:34 +00008482M: Geoff Levand <geoff@infradead.org>
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008483L: netdev@vger.kernel.org
Michael Ellermana14ab6b2015-05-01 13:20:25 +10008484L: linuxppc-dev@lists.ozlabs.org
Geoff Levandb809b9c2010-04-15 09:11:34 +00008485S: Maintained
Jeff Kirsher8df158a2011-07-30 00:36:02 -07008486F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008487
Geoff Levandf58a9d12006-11-23 00:46:51 +01008488PS3 PLATFORM SUPPORT
Geoff Levandb809b9c2010-04-15 09:11:34 +00008489M: Geoff Levand <geoff@infradead.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10008490L: linuxppc-dev@lists.ozlabs.org
Geoff Levandb809b9c2010-04-15 09:11:34 +00008491S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008492F: arch/powerpc/boot/ps3*
8493F: arch/powerpc/include/asm/lv1call.h
8494F: arch/powerpc/include/asm/ps3*.h
8495F: arch/powerpc/platforms/ps3/
8496F: drivers/*/ps3*
8497F: drivers/ps3/
Geoff Levandfec629b2009-04-16 09:05:40 +00008498F: drivers/rtc/rtc-ps3.c
Joe Perches679655d2009-04-07 20:44:32 -07008499F: drivers/usb/host/*ps3.c
Geoff Levandfec629b2009-04-16 09:05:40 +00008500F: sound/ppc/snd_ps3*
Geoff Levandf58a9d12006-11-23 00:46:51 +01008501
Jim Pariscffb4add2009-01-06 11:32:10 +00008502PS3VRAM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008503M: Jim Paris <jim@jtan.com>
Geoff Levand3715a5d2015-06-10 18:00:18 +00008504M: Geoff Levand <geoff@infradead.org>
Michael Ellermana14ab6b2015-05-01 13:20:25 +10008505L: linuxppc-dev@lists.ozlabs.org
Jim Pariscffb4add2009-01-06 11:32:10 +00008506S: Maintained
Joe Perches8a3977c2010-08-09 17:20:49 -07008507F: drivers/block/ps3vram.c
Jim Pariscffb4add2009-01-06 11:32:10 +00008508
Anton Vorontsov8defe592012-08-03 18:07:20 -07008509PSTORE FILESYSTEM
Anton Vorontsov9d5e2a02013-06-09 09:41:23 -07008510M: Anton Vorontsov <anton@enomsg.org>
Anton Vorontsov8defe592012-08-03 18:07:20 -07008511M: Colin Cross <ccross@android.com>
8512M: Kees Cook <keescook@chromium.org>
8513M: Tony Luck <tony.luck@intel.com>
8514S: Maintained
8515T: git git://git.infradead.org/users/cbou/linux-pstore.git
8516F: fs/pstore/
8517F: include/linux/pstore*
Matt Fleming04851772013-02-08 15:48:51 +00008518F: drivers/firmware/efi/efi-pstore.c
Anton Vorontsov8defe592012-08-03 18:07:20 -07008519F: drivers/acpi/apei/erst.c
8520
Richard Cochran7fbc4152012-03-10 01:55:53 +00008521PTP HARDWARE CLOCK SUPPORT
8522M: Richard Cochran <richardcochran@gmail.com>
Jiri Bence7333e32013-03-26 04:01:12 +00008523L: netdev@vger.kernel.org
Richard Cochran7fbc4152012-03-10 01:55:53 +00008524S: Maintained
8525W: http://linuxptp.sourceforge.net/
8526F: Documentation/ABI/testing/sysfs-ptp
8527F: Documentation/ptp/*
Joe Perches0ecb3cd2012-10-04 17:12:37 -07008528F: drivers/net/ethernet/freescale/gianfar_ptp.c
Richard Cochran7fbc4152012-03-10 01:55:53 +00008529F: drivers/net/phy/dp83640*
8530F: drivers/ptp/*
8531F: include/linux/ptp_cl*
8532
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008533PTRACE SUPPORT
Richard Weinbergere846ee52014-08-08 14:23:46 -07008534M: Roland McGrath <roland@hack.frob.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008535M: Oleg Nesterov <oleg@redhat.com>
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008536S: Maintained
8537F: include/asm-generic/syscall.h
8538F: include/linux/ptrace.h
8539F: include/linux/regset.h
8540F: include/linux/tracehook.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008541F: include/uapi/linux/ptrace.h
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008542F: kernel/ptrace.c
8543
Michael Krufky83202042006-07-03 00:24:18 -07008544PVRUSB2 VIDEO4LINUX DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008545M: Mike Isely <isely@pobox.com>
Mike Isely16e94952007-01-03 18:08:06 -03008546L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03008547L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07008548W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02008549T: git git://linuxtv.org/media_tree.git
Michael Krufky83202042006-07-03 00:24:18 -07008550S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008551F: Documentation/video4linux/README.pvrusb2
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03008552F: drivers/media/usb/pvrusb2/
Michael Krufky83202042006-07-03 00:24:18 -07008553
Hans de Goede39532e62012-11-04 17:05:59 -03008554PWC WEBCAM DRIVER
8555M: Hans de Goede <hdegoede@redhat.com>
8556L: linux-media@vger.kernel.org
8557T: git git://linuxtv.org/media_tree.git
8558S: Maintained
8559F: drivers/media/usb/pwc/*
8560
Kamil Debski93c090b2014-08-20 11:29:23 +02008561PWM FAN DRIVER
8562M: Kamil Debski <k.debski@samsung.com>
8563L: lm-sensors@lm-sensors.org
8564S: Supported
8565F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8566F: Documentation/hwmon/pwm-fan
8567F: drivers/hwmon/pwm-fan.c
8568
Thierry Reding200efed2012-03-27 13:16:18 +02008569PWM SUBSYSTEM
Thierry Redingaa3495f2013-05-06 12:50:36 +02008570M: Thierry Reding <thierry.reding@gmail.com>
8571L: linux-pwm@vger.kernel.org
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008572S: Maintained
Thierry Reding006e8542013-11-01 11:15:05 +01008573T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
Thierry Reding200efed2012-03-27 13:16:18 +02008574F: Documentation/pwm.txt
8575F: Documentation/devicetree/bindings/pwm/
8576F: include/linux/pwm.h
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008577F: drivers/pwm/
Thierry Redinga140b982012-09-24 17:17:30 -07008578F: drivers/video/backlight/pwm_bl.c
8579F: include/linux/pwm_backlight.h
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008580
Eric Miao30ec2612008-06-12 15:21:41 -07008581PXA2xx/PXA3xx SUPPORT
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008582M: Daniel Mack <daniel@zonque.org>
Haojian Zhuanga323f662012-03-14 18:33:07 +08008583M: Haojian Zhuang <haojian.zhuang@gmail.com>
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008584M: Robert Jarzmik <robert.jarzmik@free.fr>
Joe Perchesefc03ec2009-09-21 17:04:27 -07008585L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008586T: git git://github.com/hzhuang1/linux.git
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008587T: git git://github.com/rjarzmik/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008588S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008589F: arch/arm/mach-pxa/
Robert Jarzmik820439f2015-05-25 23:29:19 +02008590F: drivers/dma/pxa*
Joe Perches679655d2009-04-07 20:44:32 -07008591F: drivers/pcmcia/pxa2xx*
Joe Perches9df92e62012-01-10 15:09:06 -08008592F: drivers/spi/spi-pxa2xx*
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07008593F: drivers/usb/gadget/udc/pxa2*
Joe Perches679655d2009-04-07 20:44:32 -07008594F: include/sound/pxa2xx-lib.h
Mark Brownbec4c992009-05-06 10:36:34 +01008595F: sound/arm/pxa*
Joe Perches14430812013-09-11 14:23:50 -07008596F: sound/soc/pxa/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008597
Ezequiel Garciaec64d3b2013-12-04 15:28:46 -08008598PXA3xx NAND FLASH DRIVER
8599M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8600L: linux-mtd@lists.infradead.org
8601S: Maintained
Joe Perches9a67f092014-08-08 14:25:10 -07008602F: drivers/mtd/nand/pxa3xx_nand.c
Ezequiel Garciaec64d3b2013-12-04 15:28:46 -08008603
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008604MMP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07008605M: Eric Miao <eric.y.miao@gmail.com>
Haojian Zhuanga323f662012-03-14 18:33:07 +08008606M: Haojian Zhuang <haojian.zhuang@gmail.com>
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008607L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008608T: git git://github.com/hzhuang1/linux.git
8609T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008610S: Maintained
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008611F: arch/arm/mach-mmp/
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008612
Pierre Ossman272f1332007-05-14 21:25:26 +02008613PXA MMCI DRIVER
8614S: Orphan
8615
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08008616PXA RTC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008617M: Robert Jarzmik <robert.jarzmik@free.fr>
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08008618L: rtc-linux@googlegroups.com
8619S: Maintained
8620
Tadeusz Strukcea40012014-06-05 13:44:39 -07008621QAT DRIVER
Joe Perches49e7d9d2015-04-15 16:17:31 -07008622M: Tadeusz Struk <tadeusz.struk@intel.com>
8623L: qat-linux@intel.com
8624S: Supported
8625F: drivers/crypto/qat/
Tadeusz Strukcea40012014-06-05 13:44:39 -07008626
Mike Marciniszyn52a09a02011-07-13 09:19:10 -07008627QIB DRIVER
Mike Marciniszyn8473c602012-05-10 09:25:20 -04008628M: Mike Marciniszyn <infinipath@intel.com>
Mike Marciniszyn52a09a02011-07-13 09:19:10 -07008629L: linux-rdma@vger.kernel.org
8630S: Supported
8631F: drivers/infiniband/hw/qib/
8632
Jes Sorensen5e9772b2010-06-30 15:37:38 +02008633QLOGIC QLA1280 SCSI DRIVER
8634M: Michael Reed <mdr@sgi.com>
8635L: linux-scsi@vger.kernel.org
8636S: Maintained
8637F: drivers/scsi/qla1280.[ch]
8638
Linus Torvalds1da177e2005-04-16 15:20:36 -07008639QLOGIC QLA2XXX FC-SCSI DRIVER
Saurav Kashyap2c804eb2013-10-30 03:38:28 -04008640M: qla2xxx-upstream@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07008641L: linux-scsi@vger.kernel.org
8642S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008643F: Documentation/scsi/LICENSE.qla2xxx
8644F: drivers/scsi/qla2xxx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008645
Ravi Anand883c98f2010-04-28 11:45:49 +05308646QLOGIC QLA4XXX iSCSI DRIVER
Nilesh Javali1018b8b2015-01-07 00:49:23 -05008647M: QLogic-Storage-Upstream@qlogic.com
Ravi Anand883c98f2010-04-28 11:45:49 +05308648L: linux-scsi@vger.kernel.org
8649S: Supported
Vikas Chaudharybacfb812013-07-11 02:09:43 -04008650F: Documentation/scsi/LICENSE.qla4xxx
Ravi Anand883c98f2010-04-28 11:45:49 +05308651F: drivers/scsi/qla4xxx/
8652
Ron Mercer5a4faa872006-07-25 00:40:21 -07008653QLOGIC QLA3XXX NETWORK DRIVER
Jitendra Kalsaria0a955c32011-12-16 11:41:37 +00008654M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008655M: Ron Mercer <ron.mercer@qlogic.com>
Ron Mercer5a4faa872006-07-25 00:40:21 -07008656M: linux-driver@qlogic.com
8657L: netdev@vger.kernel.org
8658S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008659F: Documentation/networking/LICENSE.qla3xxx
Jeff Kirsheraa43c212011-04-08 19:06:30 -07008660F: drivers/net/ethernet/qlogic/qla3xxx.*
Ron Mercer5a4faa872006-07-25 00:40:21 -07008661
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008662QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
Shahed Shaikh9f35a3c2014-08-27 12:43:21 -04008663M: Dept-GELinuxNICDev@qlogic.com
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008664L: netdev@vger.kernel.org
8665S: Supported
Jeff Kirsheraa43c212011-04-08 19:06:30 -07008666F: drivers/net/ethernet/qlogic/qlcnic/
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008667
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008668QLOGIC QLGE 10Gb ETHERNET DRIVER
Harish Patilc9b1a5b2014-09-18 17:27:25 -04008669M: Harish Patil <harish.patil@qlogic.com>
8670M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8671M: Dept-GELinuxNICDev@qlogic.com
Joe Perches4cbfbe22009-07-29 15:04:21 -07008672M: linux-driver@qlogic.com
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008673L: netdev@vger.kernel.org
8674S: Supported
Jeff Kirsheraa43c212011-04-08 19:06:30 -07008675F: drivers/net/ethernet/qlogic/qlge/
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008676
Yuval Mintzfe56b9e2015-10-26 11:02:25 +02008677QLOGIC QL4xxx ETHERNET DRIVER
8678M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8679M: Ariel Elior <Ariel.Elior@qlogic.com>
8680M: everest-linux-l2@qlogic.com
8681L: netdev@vger.kernel.org
8682S: Supported
8683F: drivers/net/ethernet/qlogic/qed/
8684F: include/linux/qed/
8685F: drivers/net/ethernet/qlogic/qede/
8686
Linus Torvalds1da177e2005-04-16 15:20:36 -07008687QNX4 FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07008688M: Anders Larsen <al@alarsen.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008689W: http://www.alarsen.net/linux/qnx4fs/
8690S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07008691F: fs/qnx4/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008692F: include/uapi/linux/qnx4_fs.h
8693F: include/uapi/linux/qnxtypes.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008694
Antti Palosaari91952bc2012-10-01 12:28:46 -03008695QT1010 MEDIA DRIVER
8696M: Antti Palosaari <crope@iki.fi>
8697L: linux-media@vger.kernel.org
8698W: http://linuxtv.org/
8699W: http://palosaari.fi/linux/
8700Q: http://patchwork.linuxtv.org/project/linux-media/list/
8701T: git git://linuxtv.org/anttip/media_tree.git
8702S: Maintained
8703F: drivers/media/tuners/qt1010*
8704
Sujith Manoharan966fb5e2013-11-06 10:43:27 +05308705QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8706M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8707L: linux-wireless@vger.kernel.org
8708L: ath9k-devel@lists.ath9k.org
8709W: http://wireless.kernel.org/en/users/Drivers/ath9k
8710S: Supported
8711F: drivers/net/wireless/ath/ath9k/
8712
Kalle Valo2ea0ffc2013-07-22 12:22:19 +03008713QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8714M: Kalle Valo <kvalo@qca.qualcomm.com>
8715L: ath10k@lists.infradead.org
8716W: http://wireless.kernel.org/en/users/Drivers/ath10k
8717T: git git://github.com/kvalo/ath.git
8718S: Supported
8719F: drivers/net/wireless/ath/ath10k/
8720
Richard Kuo4f4567c2011-10-31 18:56:38 -05008721QUALCOMM HEXAGON ARCHITECTURE
8722M: Richard Kuo <rkuo@codeaurora.org>
8723L: linux-hexagon@vger.kernel.org
8724S: Supported
8725F: arch/hexagon/
8726
Eugene Krasnikov8e84c252013-10-08 21:25:58 +01008727QUALCOMM WCN36XX WIRELESS DRIVER
8728M: Eugene Krasnikov <k.eugene.e@gmail.com>
8729L: wcn36xx@lists.infradead.org
8730W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8731T: git git://github.com/KrasnikovEugene/wcn36xx.git
8732S: Supported
8733F: drivers/net/wireless/ath/wcn36xx/
8734
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008735RADOS BLOCK DEVICE (RBD)
Sage Weil0f5417c2015-02-19 10:10:40 -08008736M: Ilya Dryomov <idryomov@gmail.com>
8737M: Sage Weil <sage@redhat.com>
Alex Elder527a88b2013-12-26 08:37:43 -06008738M: Alex Elder <elder@kernel.org>
Sage Weil398ecff52015-07-09 11:46:14 -04008739L: ceph-devel@vger.kernel.org
Sage Weil09d90322012-07-30 16:27:48 -07008740W: http://ceph.com/
8741T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04008742T: git git://github.com/ceph/ceph-client.git
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008743S: Supported
Sage Weil398ecff52015-07-09 11:46:14 -04008744F: Documentation/ABI/testing/sysfs-bus-rbd
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008745F: drivers/block/rbd.c
8746F: drivers/block/rbd_types.h
8747
Linus Torvalds1da177e2005-04-16 15:20:36 -07008748RADEON FRAMEBUFFER DISPLAY DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008749M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01008750L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008751S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09008752F: drivers/video/fbdev/aty/radeon*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008753F: include/uapi/linux/radeonfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008754
Hans de Goedec6c9b342012-11-04 17:03:58 -03008755RADIOSHARK RADIO DRIVER
8756M: Hans de Goede <hdegoede@redhat.com>
8757L: linux-media@vger.kernel.org
8758T: git git://linuxtv.org/media_tree.git
8759S: Maintained
8760F: drivers/media/radio/radio-shark.c
8761
8762RADIOSHARK2 RADIO DRIVER
8763M: Hans de Goede <hdegoede@redhat.com>
8764L: linux-media@vger.kernel.org
8765T: git git://linuxtv.org/media_tree.git
8766S: Maintained
8767F: drivers/media/radio/radio-shark2.c
8768F: drivers/media/radio/radio-tea5777.c
8769
Linus Torvalds1da177e2005-04-16 15:20:36 -07008770RAGE128 FRAMEBUFFER DISPLAY DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008771M: Paul Mackerras <paulus@samba.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01008772L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008773S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09008774F: drivers/video/fbdev/aty/aty128fb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008775
Randy Dunlape7839f22008-10-12 16:11:45 -07008776RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07008777P: rt2x00 project
Stanislaw Gruszkab1824272014-09-28 14:03:06 +02008778M: Stanislaw Gruszka <sgruszka@redhat.com>
Helmut Schaaf198f982011-01-30 13:21:41 +01008779M: Helmut Schaa <helmut.schaa@googlemail.com>
Ivo van Doorn95ea3622007-09-25 17:57:13 -07008780L: linux-wireless@vger.kernel.org
Ivo van Doorn95ea3622007-09-25 17:57:13 -07008781S: Maintained
8782F: drivers/net/wireless/rt2x00/
8783
Nick Piggin9db55792008-02-08 04:19:49 -08008784RAMDISK RAM BLOCK DEVICE DRIVER
Ross Zwislerea7618e2015-03-17 12:56:30 -06008785M: Jens Axboe <axboe@kernel.dk>
Nick Piggin9db55792008-02-08 04:19:49 -08008786S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008787F: Documentation/blockdev/ramdisk.txt
8788F: drivers/block/brd.c
Nick Piggin9db55792008-02-08 04:19:49 -08008789
Matt Mackall9e95ce22005-04-16 15:25:56 -07008790RANDOM NUMBER DRIVER
Christoph Hellwig0624bca2014-04-25 01:12:01 -07008791M: "Theodore Ts'o" <tytso@mit.edu>
Matt Mackall9e95ce22005-04-16 15:25:56 -07008792S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008793F: drivers/char/random.c
Matt Mackall9e95ce22005-04-16 15:25:56 -07008794
Matt Porter394b7012005-11-07 01:00:15 -08008795RAPIDIO SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07008796M: Matt Porter <mporter@kernel.crashing.org>
Alexandre Bounineb8bc1dd2011-03-04 17:36:28 -08008797M: Alexandre Bounine <alexandre.bounine@idt.com>
Matt Porter394b7012005-11-07 01:00:15 -08008798S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008799F: drivers/rapidio/
Matt Porter394b7012005-11-07 01:00:15 -08008800
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07008801RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07008802L: linux-wireless@vger.kernel.org
John W. Linvillef52a5492010-07-22 14:36:52 -04008803S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07008804F: drivers/net/wireless/ray*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07008805
8806RCUTORTURE MODULE
Josh Triplette0198b22014-07-30 16:08:42 -07008807M: Josh Triplett <josh@joshtriplett.org>
Joe Perches8b58be82009-07-29 15:04:30 -07008808M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008809L: linux-kernel@vger.kernel.org
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08008810S: Supported
Joe Perches08deed12012-03-23 15:01:57 -07008811T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Joe Perches679655d2009-04-07 20:44:32 -07008812F: Documentation/RCU/torture.txt
Joe Perches34e2d562014-07-03 15:08:00 -07008813F: kernel/rcu/rcutorture.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07008814
Paul E. McKenneyc87b9c62013-09-28 14:12:21 -07008815RCUTORTURE TEST FRAMEWORK
8816M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -07008817M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -07008818R: Steven Rostedt <rostedt@goodmis.org>
8819R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Lai Jiangshan96a39bc2015-07-01 15:26:27 +08008820R: Lai Jiangshan <jiangshanlai@gmail.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008821L: linux-kernel@vger.kernel.org
Paul E. McKenneyc87b9c62013-09-28 14:12:21 -07008822S: Supported
8823T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8824F: tools/testing/selftests/rcutorture
8825
Florian Fainellic1f766b2008-02-06 22:39:44 +01008826RDC R-321X SoC
Joe Perches8b58be82009-07-29 15:04:30 -07008827M: Florian Fainelli <florian@openwrt.org>
Florian Fainellic1f766b2008-02-06 22:39:44 +01008828S: Maintained
8829
Florian Fainellidb17f392007-12-19 11:30:30 +01008830RDC R6040 FAST ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008831M: Florian Fainelli <florian@openwrt.org>
Florian Fainellidb17f392007-12-19 11:30:30 +01008832L: netdev@vger.kernel.org
8833S: Maintained
Jeff Kirsher58565a32011-07-23 23:26:01 -07008834F: drivers/net/ethernet/rdc/r6040.c
Florian Fainellidb17f392007-12-19 11:30:30 +01008835
Andy Grovera09ed662009-02-24 15:30:41 +00008836RDS - RELIABLE DATAGRAM SOCKETS
Venkat Venkatsubra8a85ac42014-01-30 13:28:47 -08008837M: Chien Yen <chien.yen@oracle.com>
Kyle McMartinfbb5a552009-04-09 14:09:47 +00008838L: rds-devel@oss.oracle.com (moderated for non-subscribers)
Andy Grovera09ed662009-02-24 15:30:41 +00008839S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008840F: net/rds/
Andy Grovera09ed662009-02-24 15:30:41 +00008841
Josh Triplett595182b2006-10-04 02:17:21 -07008842READ-COPY UPDATE (RCU)
Joe Perches8b58be82009-07-29 15:04:30 -07008843M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -07008844M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -07008845R: Steven Rostedt <rostedt@goodmis.org>
8846R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Lai Jiangshan96a39bc2015-07-01 15:26:27 +08008847R: Lai Jiangshan <jiangshanlai@gmail.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008848L: linux-kernel@vger.kernel.org
Paul E. McKenney9fab97872012-05-07 09:36:34 -07008849W: http://www.rdrop.com/users/paulmck/RCU/
Josh Triplett595182b2006-10-04 02:17:21 -07008850S: Supported
Joe Perches08deed12012-03-23 15:01:57 -07008851T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08008852F: Documentation/RCU/
Paul E. McKenney9fab97872012-05-07 09:36:34 -07008853X: Documentation/RCU/torture.txt
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08008854F: include/linux/rcu*
Paul E. McKenney4102ada2013-10-08 20:23:47 -07008855X: include/linux/srcu.h
8856F: kernel/rcu/
Joe Perches34e2d562014-07-03 15:08:00 -07008857X: kernel/torture.c
Josh Triplett595182b2006-10-04 02:17:21 -07008858
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08008859REAL TIME CLOCK (RTC) SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07008860M: Alessandro Zummo <a.zummo@towertech.it>
Alexandre Belloni7c6f84f2015-04-16 12:45:43 -07008861M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alessandro Zummo76465492006-12-10 02:19:06 -08008862L: rtc-linux@googlegroups.com
Joe Perches8a6e2532010-03-05 13:43:11 -08008863Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
Alexandre Belloni4733f392015-05-26 11:13:04 +02008864T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08008865S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008866F: Documentation/rtc.txt
8867F: drivers/rtc/
8868F: include/linux/rtc.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008869F: include/uapi/linux/rtc.h
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08008870
Mark Brown0e400c52014-07-31 12:38:31 +01008871REALTEK AUDIO CODECS
8872M: Bard Liao <bardliao@realtek.com>
8873M: Oder Chiou <oder_chiou@realtek.com>
8874S: Maintained
8875F: sound/soc/codecs/rt*
8876F: include/sound/rt*.h
8877
Linus Torvalds1da177e2005-04-16 15:20:36 -07008878REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07008879L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008880S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008881F: fs/reiserfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008882
Mark Brownb83a3132011-05-11 19:59:58 +02008883REGISTER MAP ABSTRACTION
Mark Brownb02e48f2013-04-12 11:39:57 +01008884M: Mark Brown <broonie@kernel.org>
Mark Browndd060bc2014-08-16 12:30:58 +01008885L: linux-kernel@vger.kernel.org
Mark Brownb83a3132011-05-11 19:59:58 +02008886T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8887S: Supported
8888F: drivers/base/regmap/
8889F: include/linux/regmap.h
8890
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02008891REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8892M: Ohad Ben-Cohen <ohad@wizery.com>
Ohad Ben-Cohen6bb697b2012-06-19 10:22:35 +03008893T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02008894S: Maintained
8895F: drivers/remoteproc/
8896F: Documentation/remoteproc.txt
Joe Perches6fc26482012-04-05 14:25:13 -07008897F: include/linux/remoteproc.h
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02008898
Ohad Ben-Cohend8115db2013-04-16 20:34:49 +03008899REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8900M: Ohad Ben-Cohen <ohad@wizery.com>
8901T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8902S: Maintained
8903F: drivers/rpmsg/
8904F: Documentation/rpmsg.txt
8905F: include/linux/rpmsg.h
8906
Philipp Zabel1b0fe6b2014-05-27 15:58:09 +02008907RESET CONTROLLER FRAMEWORK
8908M: Philipp Zabel <p.zabel@pengutronix.de>
8909S: Maintained
8910F: drivers/reset/
8911F: Documentation/devicetree/bindings/reset/
Philipp Zabelb2f6dd72015-02-13 12:14:40 +01008912F: include/dt-bindings/reset/
Philipp Zabel1b0fe6b2014-05-27 15:58:09 +02008913F: include/linux/reset.h
8914F: include/linux/reset-controller.h
8915
Ivo van Doorne08976452008-04-12 19:23:55 +02008916RFKILL
Joe Perches8b58be82009-07-29 15:04:30 -07008917M: Johannes Berg <johannes@sipsolutions.net>
Johannes Berg19d337d2009-06-02 13:01:37 +02008918L: linux-wireless@vger.kernel.org
Johannes Bergce466572012-06-05 15:42:55 +02008919W: http://wireless.kernel.org/
8920T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8921T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Ivo van Doorne08976452008-04-12 19:23:55 +02008922S: Maintained
Joe Perches505c9242009-11-12 14:55:00 -08008923F: Documentation/rfkill.txt
Joe Perches80811492009-04-08 20:20:27 -07008924F: net/rfkill/
Ivo van Doorne08976452008-04-12 19:23:55 +02008925
Thomas Graf933685c2015-01-13 01:01:24 +01008926RHASHTABLE
8927M: Thomas Graf <tgraf@suug.ch>
8928L: netdev@vger.kernel.org
8929S: Maintained
8930F: lib/rhashtable.c
8931F: include/linux/rhashtable.h
8932
Maxim Levitsky67e054e2010-02-22 20:39:42 +02008933RICOH SMARTMEDIA/XD DRIVER
8934M: Maxim Levitsky <maximlevitsky@gmail.com>
8935S: Maintained
Joe Perches21c26f52010-08-09 17:20:40 -07008936F: drivers/mtd/nand/r852.c
8937F: drivers/mtd/nand/r852.h
Maxim Levitsky67e054e2010-02-22 20:39:42 +02008938
Maxim Levitsky92634122011-03-25 01:56:59 -07008939RICOH R5C592 MEMORYSTICK DRIVER
8940M: Maxim Levitsky <maximlevitsky@gmail.com>
8941S: Maintained
8942F: drivers/memstick/host/r592.*
8943
Stefan Achatz27f1d2f2013-09-05 06:36:01 +02008944ROCCAT DRIVERS
8945M: Stefan Achatz <erazor_de@users.sourceforge.net>
8946W: http://sourceforge.net/projects/roccat/
8947S: Maintained
8948F: drivers/hid/hid-roccat*
8949F: include/linux/hid-roccat*
8950F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8951
Jiri Pirko4b8ac962014-11-28 14:34:26 +01008952ROCKER DRIVER
8953M: Jiri Pirko <jiri@resnulli.us>
8954M: Scott Feldman <sfeldma@gmail.com>
8955L: netdev@vger.kernel.org
8956S: Supported
8957F: drivers/net/ethernet/rocker/
8958
Linus Torvalds1da177e2005-04-16 15:20:36 -07008959ROCKETPORT DRIVER
8960P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07008961W: http://www.comtrol.com
8962S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008963F: Documentation/serial/rocket.txt
Joe Perchesc8974012011-04-14 15:22:05 -07008964F: drivers/tty/rocket*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008965
Kevin Cernekee7645c2f2014-10-21 15:23:06 -07008966ROCKETPORT EXPRESS/INFINITY DRIVER
8967M: Kevin Cernekee <cernekee@gmail.com>
8968L: linux-serial@vger.kernel.org
8969S: Odd Fixes
8970F: drivers/tty/serial/rp2.*
8971
Linus Torvalds1da177e2005-04-16 15:20:36 -07008972ROSE NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07008973M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008974L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02008975W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008976S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008977F: include/net/rose.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008978F: include/uapi/linux/rose.h
Joe Perches679655d2009-04-07 20:44:32 -07008979F: net/rose/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008980
Antti Palosaari91952bc2012-10-01 12:28:46 -03008981RTL2830 MEDIA DRIVER
8982M: Antti Palosaari <crope@iki.fi>
8983L: linux-media@vger.kernel.org
8984W: http://linuxtv.org/
8985W: http://palosaari.fi/linux/
8986Q: http://patchwork.linuxtv.org/project/linux-media/list/
8987T: git git://linuxtv.org/anttip/media_tree.git
8988S: Maintained
8989F: drivers/media/dvb-frontends/rtl2830*
8990
Antti Palosaari27a0aac2013-04-09 20:30:43 -03008991RTL2832 MEDIA DRIVER
8992M: Antti Palosaari <crope@iki.fi>
8993L: linux-media@vger.kernel.org
8994W: http://linuxtv.org/
8995W: http://palosaari.fi/linux/
8996Q: http://patchwork.linuxtv.org/project/linux-media/list/
8997T: git git://linuxtv.org/anttip/media_tree.git
8998S: Maintained
8999F: drivers/media/dvb-frontends/rtl2832*
9000
Antti Palosaariba6e6f62014-02-03 00:00:32 -03009001RTL2832_SDR MEDIA DRIVER
9002M: Antti Palosaari <crope@iki.fi>
9003L: linux-media@vger.kernel.org
9004W: http://linuxtv.org/
9005W: http://palosaari.fi/linux/
9006Q: http://patchwork.linuxtv.org/project/linux-media/list/
9007T: git git://linuxtv.org/anttip/media_tree.git
9008S: Maintained
Antti Palosaarib4bb1c22014-07-14 21:19:29 -03009009F: drivers/media/dvb-frontends/rtl2832_sdr*
Antti Palosaariba6e6f62014-02-03 00:00:32 -03009010
Larry Finger59840482008-11-12 17:13:09 -06009011RTL8180 WIRELESS DRIVER
Michael Wu605bebe2007-05-14 01:41:02 -04009012L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009013W: http://wireless.kernel.org/
Joe Perches54e58812009-04-07 21:08:10 -07009014T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
John W. Linville7be6ff62014-12-04 16:52:41 -05009015S: Orphan
John W. Linville3cfeb0c2010-12-20 15:16:53 -05009016F: drivers/net/wireless/rtl818x/rtl8180/
Michael Wu605bebe2007-05-14 01:41:02 -04009017
Larry Finger59840482008-11-12 17:13:09 -06009018RTL8187 WIRELESS DRIVER
Herton Ronaldo Krzesinski9f0939b2011-02-24 15:18:07 -03009019M: Herton Ronaldo Krzesinski <herton@canonical.com>
Joe Perches8b58be82009-07-29 15:04:30 -07009020M: Hin-Tak Leung <htl10@users.sourceforge.net>
9021M: Larry Finger <Larry.Finger@lwfinger.net>
Joe Perches7d2c86b2009-04-07 20:59:01 -07009022L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009023W: http://wireless.kernel.org/
Joe Perches54e58812009-04-07 21:08:10 -07009024T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
Joe Perches7d2c86b2009-04-07 20:59:01 -07009025S: Maintained
John W. Linville3cfeb0c2010-12-20 15:16:53 -05009026F: drivers/net/wireless/rtl818x/rtl8187/
Larry Finger59840482008-11-12 17:13:09 -06009027
Larry Finger3cf0c8a2010-12-16 09:13:21 -06009028RTL8192CE WIRELESS DRIVER
9029M: Larry Finger <Larry.Finger@lwfinger.net>
9030M: Chaoming Li <chaoming_li@realsil.com.cn>
9031L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009032W: http://wireless.kernel.org/
Larry Finger3cf0c8a2010-12-16 09:13:21 -06009033T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9034S: Maintained
9035F: drivers/net/wireless/rtlwifi/
Larry Fingerf0b3e4b2010-12-17 16:04:11 -06009036F: drivers/net/wireless/rtlwifi/rtl8192ce/
Martin Schwidefsky83014252006-09-20 15:58:58 +02009037
Jes Sorensen26f1fad2015-10-14 20:44:51 -04009038RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9039M: Jes Sorensen <Jes.Sorensen@redhat.com>
9040L: linux-wireless@vger.kernel.org
9041T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9042S: Maintained
9043F: drivers/net/wireless/realtek/rtl8xxxu/
9044
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009045S3 SAVAGE FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009046M: Antonino Daplas <adaplas@gmail.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01009047L: linux-fbdev@vger.kernel.org
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009048S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009049F: drivers/video/fbdev/savage/
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009050
Linus Torvalds1da177e2005-04-16 15:20:36 -07009051S390
Joe Perches8b58be82009-07-29 15:04:30 -07009052M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9053M: Heiko Carstens <heiko.carstens@de.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009054L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009055W: http://www.ibm.com/developerworks/linux/linux390/
9056S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009057F: arch/s390/
Joe Perchesa968cd32009-12-07 12:52:10 +01009058F: drivers/s390/
Jonathan Nieder3bfe6852010-05-26 23:27:13 +02009059F: Documentation/s390/
9060F: Documentation/DocBook/s390*
Heiko Carstens5238da42006-02-11 17:56:01 -08009061
Sebastian Ott322986c2014-02-17 15:16:30 +01009062S390 COMMON I/O LAYER
9063M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9064M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9065L: linux-s390@vger.kernel.org
9066W: http://www.ibm.com/developerworks/linux/linux390/
9067S: Supported
9068F: drivers/s390/cio/
9069
9070S390 DASD DRIVER
9071M: Stefan Weinhuber <wein@de.ibm.com>
9072M: Stefan Haberland <stefan.haberland@de.ibm.com>
9073L: linux-s390@vger.kernel.org
9074W: http://www.ibm.com/developerworks/linux/linux390/
9075S: Supported
9076F: drivers/s390/block/dasd*
9077F: block/partitions/ibm.c
9078
Heiko Carstens5238da42006-02-11 17:56:01 -08009079S390 NETWORK DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07009080M: Ursula Braun <ursula.braun@de.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009081L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009082W: http://www.ibm.com/developerworks/linux/linux390/
9083S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009084F: drivers/s390/net/
Heiko Carstens5238da42006-02-11 17:56:01 -08009085
Sebastian Ott322986c2014-02-17 15:16:30 +01009086S390 PCI SUBSYSTEM
9087M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9088M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9089L: linux-s390@vger.kernel.org
9090W: http://www.ibm.com/developerworks/linux/linux390/
9091S: Supported
9092F: arch/s390/pci/
9093F: drivers/pci/hotplug/s390_pci_hpc.c
9094
Felix Beckfeed9b62009-03-26 15:24:23 +01009095S390 ZCRYPT DRIVER
Ingo Tuchscherer5c8d0982013-01-14 10:07:05 +01009096M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
Felix Beckfeed9b62009-03-26 15:24:23 +01009097L: linux-s390@vger.kernel.org
Joe Perchesa968cd32009-12-07 12:52:10 +01009098W: http://www.ibm.com/developerworks/linux/linux390/
Felix Beckfeed9b62009-03-26 15:24:23 +01009099S: Supported
Joe Perchesd5ca6912009-04-09 02:42:01 -07009100F: drivers/s390/crypto/
Felix Beckfeed9b62009-03-26 15:24:23 +01009101
Heiko Carstens5238da42006-02-11 17:56:01 -08009102S390 ZFCP DRIVER
Christof Schmittd38e19d2011-01-10 11:12:40 +01009103M: Steffen Maier <maier@linux.vnet.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009104L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009105W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009106S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009107F: drivers/s390/scsi/zfcp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009108
Ursula Braundd96df22007-09-19 13:09:02 +02009109S390 IUCV NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07009110M: Ursula Braun <ursula.braun@de.ibm.com>
Ursula Braundd96df22007-09-19 13:09:02 +02009111L: linux-s390@vger.kernel.org
9112W: http://www.ibm.com/developerworks/linux/linux390/
9113S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009114F: drivers/s390/net/*iucv*
9115F: include/net/iucv/
9116F: net/iucv/
Ursula Braundd96df22007-09-19 13:09:02 +02009117
Gerald Schaefer8128f23c2015-08-27 15:33:03 +02009118S390 IOMMU (PCI)
9119M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9120L: linux-s390@vger.kernel.org
9121W: http://www.ibm.com/developerworks/linux/linux390/
9122S: Supported
9123F: drivers/iommu/s390-iommu.c
9124
Ben Dooks4dde7f72008-06-30 22:40:38 +01009125S3C24XX SD/MMC Driver
Joe Perches8b58be82009-07-29 15:04:30 -07009126M: Ben Dooks <ben-linux@fluff.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07009127L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Ben Dooks4dde7f72008-06-30 22:40:38 +01009128S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009129F: drivers/mmc/host/s3cmci.*
Ben Dooks4dde7f72008-06-30 22:40:38 +01009130
Hans Verkuil1f15a222012-11-23 07:45:29 -03009131SAA6588 RDS RECEIVER DRIVER
9132M: Hans Verkuil <hverkuil@xs4all.nl>
9133L: linux-media@vger.kernel.org
9134T: git git://linuxtv.org/media_tree.git
9135W: http://linuxtv.org
9136S: Odd Fixes
9137F: drivers/media/i2c/saa6588*
9138
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009139SAA7134 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02009140M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009141L: linux-media@vger.kernel.org
9142W: http://linuxtv.org
9143T: git git://linuxtv.org/media_tree.git
9144S: Odd fixes
Cesar Eduardo Barrose42bf502013-03-02 21:53:47 -03009145F: Documentation/video4linux/*.saa7134
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009146F: drivers/media/pci/saa7134/
9147
Linus Torvalds1da177e2005-04-16 15:20:36 -07009148SAA7146 VIDEO4LINUX-2 DRIVER
Hans Verkuil566b8152012-11-23 09:58:12 -03009149M: Hans Verkuil <hverkuil@xs4all.nl>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03009150L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02009151T: git git://linuxtv.org/media_tree.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07009152S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03009153F: drivers/media/common/saa7146/
9154F: drivers/media/pci/saa7146/
9155F: include/media/saa7146*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009156
Corentin Chary92304a42011-12-05 12:38:35 -05009157SAMSUNG LAPTOP DRIVER
Corentin Chary5909c652012-12-17 16:00:05 -08009158M: Corentin Chary <corentin.chary@gmail.com>
Corentin Chary92304a42011-12-05 12:38:35 -05009159L: platform-driver-x86@vger.kernel.org
9160S: Maintained
9161F: drivers/platform/x86/samsung-laptop.c
9162
Mark Brown4a109cc2010-09-24 10:50:46 +01009163SAMSUNG AUDIO (ASoC) DRIVERS
Sangbeom Kim250b6852011-08-23 19:36:59 +09009164M: Sangbeom Kim <sbkim73@samsung.com>
Mark Brown4a109cc2010-09-24 10:50:46 +01009165L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9166S: Supported
Joe Perches14430812013-09-11 14:23:50 -07009167F: sound/soc/samsung/
Mark Brown4a109cc2010-09-24 10:50:46 +01009168
Jingoo Han0d89a282011-12-19 11:09:35 +09009169SAMSUNG FRAMEBUFFER DRIVER
Jingoo Hanb7701752015-05-14 15:17:07 -07009170M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han0d89a282011-12-19 11:09:35 +09009171L: linux-fbdev@vger.kernel.org
9172S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009173F: drivers/video/fbdev/s3c-fb.c
Jingoo Han0d89a282011-12-19 11:09:35 +09009174
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009175SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009176M: Sangbeom Kim <sbkim73@samsung.com>
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009177M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009178L: linux-kernel@vger.kernel.org
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009179L: linux-samsung-soc@vger.kernel.org
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009180S: Supported
9181F: drivers/mfd/sec*.c
9182F: drivers/regulator/s2m*.c
9183F: drivers/regulator/s5m*.c
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009184F: drivers/clk/clk-s2mps11.c
9185F: drivers/rtc/rtc-s5m.c
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009186F: include/linux/mfd/samsung/
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009187F: Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9188F: Documentation/devicetree/bindings/mfd/s2mp*.txt
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009189
Sylwester Nawrocki038f5c42013-05-28 18:26:20 -03009190SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9191M: Kyungmin Park <kyungmin.park@samsung.com>
9192M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9193L: linux-media@vger.kernel.org
9194Q: https://patchwork.linuxtv.org/project/linux-media/list/
9195S: Supported
9196F: drivers/media/platform/exynos4-is/
Sylwester Nawrocki038f5c42013-05-28 18:26:20 -03009197
Sylwester Nawrocki6fd86ab2012-11-15 18:05:15 -03009198SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9199M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9200L: linux-media@vger.kernel.org
9201L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9202S: Maintained
9203F: drivers/media/platform/s3c-camif/
9204F: include/media/s3c_camif.h
9205
Andrzej Hajdab84ef242013-01-31 07:03:05 -03009206SAMSUNG S5C73M3 CAMERA DRIVER
9207M: Kyungmin Park <kyungmin.park@samsung.com>
9208M: Andrzej Hajda <a.hajda@samsung.com>
9209L: linux-media@vger.kernel.org
9210S: Supported
9211F: drivers/media/i2c/s5c73m3/*
9212
Andrzej Hajda7d4599372013-12-05 08:38:39 -03009213SAMSUNG S5K5BAF CAMERA DRIVER
9214M: Kyungmin Park <kyungmin.park@samsung.com>
9215M: Andrzej Hajda <a.hajda@samsung.com>
9216L: linux-media@vger.kernel.org
9217S: Supported
9218F: drivers/media/i2c/s5k5baf.c
9219
Robert Baldygac04c6742015-08-20 17:26:02 +02009220SAMSUNG S3FWRN5 NFC DRIVER
9221M: Robert Baldyga <r.baldyga@samsung.com>
9222L: linux-nfc@lists.01.org (moderated for non-subscribers)
9223S: Supported
9224F: drivers/nfc/s3fwrn5
9225
Tomasz Figa310e39c2013-11-09 03:17:34 +01009226SAMSUNG SOC CLOCK DRIVERS
Tomasz Figafea685e2014-08-26 16:30:53 +02009227M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9228M: Tomasz Figa <tomasz.figa@gmail.com>
Tomasz Figa310e39c2013-11-09 03:17:34 +01009229S: Supported
9230L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9231F: drivers/clk/samsung/
9232
Byungho An66890ed2014-03-25 12:11:07 -07009233SAMSUNG SXGBE DRIVERS
9234M: Byungho An <bh74.an@samsung.com>
9235M: Girish K S <ks.giri@samsung.com>
Byungho An66890ed2014-03-25 12:11:07 -07009236M: Vipul Pandya <vipul.pandya@samsung.com>
9237S: Supported
9238L: netdev@vger.kernel.org
9239F: drivers/net/ethernet/samsung/sxgbe/
9240
Lukasz Majewski93c537a2015-02-24 16:31:28 +01009241SAMSUNG THERMAL DRIVER
9242M: Lukasz Majewski <l.majewski@samsung.com>
9243L: linux-pm@vger.kernel.org
9244L: linux-samsung-soc@vger.kernel.org
9245S: Supported
9246T: https://github.com/lmajewski/linux-samsung-thermal.git
9247F: drivers/thermal/samsung/
9248
Kamil Debskie296cd32014-08-21 11:33:37 +02009249SAMSUNG USB2 PHY DRIVER
9250M: Kamil Debski <k.debski@samsung.com>
9251L: linux-kernel@vger.kernel.org
9252S: Supported
9253F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9254F: Documentation/phy/samsung-usb2.txt
9255F: drivers/phy/phy-exynos4210-usb2.c
9256F: drivers/phy/phy-exynos4x12-usb2.c
9257F: drivers/phy/phy-exynos5250-usb2.c
9258F: drivers/phy/phy-s5pv210-usb2.c
9259F: drivers/phy/phy-samsung-usb2.c
9260F: drivers/phy/phy-samsung-usb2.h
9261
Alan Coxca749e22011-03-18 13:56:14 +00009262SERIAL DRIVERS
Greg Kroah-Hartman5e30bbb2013-01-23 15:45:23 -08009263M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Alan Coxca749e22011-03-18 13:56:14 +00009264L: linux-serial@vger.kernel.org
Greg Kroah-Hartman5e30bbb2013-01-23 15:45:23 -08009265S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07009266F: drivers/tty/serial/
Alan Coxca749e22011-03-18 13:56:14 +00009267
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309268SYNOPSYS DESIGNWARE DMAC DRIVER
Viresh Kumarda899472015-07-17 16:23:50 -07009269M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumar337ae472013-07-19 09:13:58 +05309270M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309271S: Maintained
Andy Shevchenko1fb200d2015-01-19 18:23:06 +02009272F: include/linux/dma/dw.h
Andy Shevchenko3d598f42014-08-19 20:29:12 +03009273F: include/linux/platform_data/dma-dw.h
Andy Shevchenko61a76492013-06-05 15:26:44 +03009274F: drivers/dma/dw/
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309275
Lars Persson058999c2015-07-28 12:01:50 +02009276SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9277M: Lars Persson <lars.persson@axis.com>
9278L: netdev@vger.kernel.org
9279S: Supported
9280F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9281F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9282
Wolfram Sangfc531d92015-10-15 15:50:15 +02009283SYNOPSYS DESIGNWARE I2C DRIVER
9284M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9285M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9286M: Mika Westerberg <mika.westerberg@linux.intel.com>
9287L: linux-i2c@vger.kernel.org
9288S: Maintained
9289F: drivers/i2c/busses/i2c-designware-*
9290F: include/linux/platform_data/i2c-designware.h
9291
Seungwon Jeonf9e37132013-01-17 21:33:23 +09009292SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9293M: Seungwon Jeon <tgih.jun@samsung.com>
9294M: Jaehoon Chung <jh80.chung@samsung.com>
9295L: linux-mmc@vger.kernel.org
9296S: Maintained
9297F: include/linux/mmc/dw_mmc.h
9298F: drivers/mmc/host/dw_mmc*
9299
Alexander Shishkina961e692015-09-22 15:47:11 +03009300SYSTEM TRACE MODULE CLASS
9301M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9302S: Maintained
9303F: Documentation/trace/stm.txt
9304F: drivers/hwtracing/stm/
9305F: include/linux/stm.h
9306F: include/uapi/linux/stm.h
9307
Andreas Noever1db121d2014-07-10 18:58:04 +02009308THUNDERBOLT DRIVER
9309M: Andreas Noever <andreas.noever@gmail.com>
9310S: Maintained
9311F: drivers/thunderbolt/
9312
John Stultz9222d242013-07-16 16:45:31 +02009313TIMEKEEPING, CLOCKSOURCE CORE, NTP
John Stultz50363732012-12-13 13:08:47 -05009314M: John Stultz <john.stultz@linaro.org>
Thomas Gleixner88606e82010-12-14 21:37:13 +01009315M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009316L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01009317T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Thomas Gleixner88606e82010-12-14 21:37:13 +01009318S: Supported
9319F: include/linux/clocksource.h
9320F: include/linux/time.h
9321F: include/linux/timex.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009322F: include/uapi/linux/time.h
9323F: include/uapi/linux/timex.h
Thomas Gleixner88606e82010-12-14 21:37:13 +01009324F: kernel/time/clocksource.c
9325F: kernel/time/time*.c
9326F: kernel/time/ntp.c
John Stultz7fe5f1c2015-03-11 17:40:15 -07009327F: tools/testing/selftests/timers/
Thomas Gleixner88606e82010-12-14 21:37:13 +01009328
Linus Torvalds1da177e2005-04-16 15:20:36 -07009329SC1200 WDT DRIVER
Jean Delvareb3006452013-11-12 15:08:56 -08009330M: Zwane Mwaikambo <zwanem@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009331S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009332F: drivers/watchdog/sc1200wdt.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009333
9334SCHEDULER
Ingo Molnardd9b2382012-03-19 21:03:46 +01009335M: Ingo Molnar <mingo@redhat.com>
Joe Perches8b58be82009-07-29 15:04:30 -07009336M: Peter Zijlstra <peterz@infradead.org>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009337L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01009338T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
Linus Torvalds1da177e2005-04-16 15:20:36 -07009339S: Maintained
Namhyung Kim95c0d712012-07-03 23:37:31 +09009340F: kernel/sched/
Joe Perches679655d2009-04-07 20:44:32 -07009341F: include/linux/sched.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009342F: include/uapi/linux/sched.h
Peter Zijlstrac2eb5052013-10-02 11:49:47 +02009343F: include/linux/wait.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009344
Chen Liqin6bcf6732009-06-13 15:24:33 +08009345SCORE ARCHITECTURE
Lennox Wued386652013-09-26 01:41:22 +08009346M: Chen Liqin <liqin.linux@gmail.com>
Joe Perchesa2681a72009-10-26 16:49:43 -07009347M: Lennox Wu <lennox.wu@gmail.com>
Lennox Wued386652013-09-26 01:41:22 +08009348W: http://www.sunplus.com
Chen Liqin6bcf6732009-06-13 15:24:33 +08009349S: Supported
Joe Perchesa2681a72009-10-26 16:49:43 -07009350F: arch/score/
Chen Liqin6bcf6732009-06-13 15:24:33 +08009351
Linus Torvalds1da177e2005-04-16 15:20:36 -07009352SCSI CDROM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009353M: Jens Axboe <axboe@kernel.dk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009354L: linux-scsi@vger.kernel.org
9355W: http://www.kernel.dk
9356S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009357F: drivers/scsi/sr*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009358
Roland Dreierfb50a832010-10-07 09:54:53 -07009359SCSI RDMA PROTOCOL (SRP) INITIATOR
Bart Van Assche3453bddb2015-02-06 15:27:56 +01009360M: Bart Van Assche <bart.vanassche@sandisk.com>
Roland Dreierfb50a832010-10-07 09:54:53 -07009361L: linux-rdma@vger.kernel.org
9362S: Supported
9363W: http://www.openfabrics.org
9364Q: http://patchwork.kernel.org/project/linux-rdma/list/
9365T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9366F: drivers/infiniband/ulp/srp/
9367F: include/scsi/srp.h
9368
Linus Torvalds1da177e2005-04-16 15:20:36 -07009369SCSI SG DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009370M: Doug Gilbert <dgilbert@interlog.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009371L: linux-scsi@vger.kernel.org
Douglas Gilbert59ab3c92013-10-31 09:10:46 -04009372W: http://sg.danny.cz/sg
Linus Torvalds1da177e2005-04-16 15:20:36 -07009373S: Maintained
Douglas Gilbert59ab3c92013-10-31 09:10:46 -04009374F: Documentation/scsi/scsi-generic.txt
Joe Perches679655d2009-04-07 20:44:32 -07009375F: drivers/scsi/sg.c
9376F: include/scsi/sg.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009377
9378SCSI SUBSYSTEM
James Bottomley0351b8f2015-04-01 09:09:36 +00009379M: "James E.J. Bottomley" <JBottomley@odin.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009380L: linux-scsi@vger.kernel.org
James Bottomley0351b8f2015-04-01 09:09:36 +00009381T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07009382S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009383F: drivers/scsi/
9384F: include/scsi/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009385
9386SCSI TAPE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009387M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009388L: linux-scsi@vger.kernel.org
9389S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009390F: Documentation/scsi/st.txt
Jean Delvaref7269cf2013-07-03 15:05:08 -07009391F: drivers/scsi/st.*
9392F: drivers/scsi/st_*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009393
9394SCTP PROTOCOL
Vlad Yasevich8b6efb72012-04-26 10:27:18 +00009395M: Vlad Yasevich <vyasevich@gmail.com>
Neil Horman02c38d02012-10-24 09:26:51 +00009396M: Neil Horman <nhorman@tuxdriver.com>
Vlad Yasevich1a418792008-04-12 18:55:42 -07009397L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07009398W: http://lksctp.sourceforge.net
Vlad Yasevich8b6efb72012-04-26 10:27:18 +00009399S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009400F: Documentation/networking/sctp.txt
9401F: include/linux/sctp.h
Daniel Borkmann4d58c022013-07-23 14:51:48 +02009402F: include/uapi/linux/sctp.h
Joe Perches679655d2009-04-07 20:44:32 -07009403F: include/net/sctp/
9404F: net/sctp/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009405
9406SCx200 CPU SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07009407M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009408S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07009409F: Documentation/i2c/busses/scx200_acb
Joe Perches390889b2011-03-22 16:34:34 -07009410F: arch/x86/platform/scx200/
Joe Perches679655d2009-04-07 20:44:32 -07009411F: drivers/watchdog/scx200_wdt.c
9412F: drivers/i2c/busses/scx200*
9413F: drivers/mtd/maps/scx200_docflash.c
9414F: include/linux/scx200.h
Jim Cromie1662d322006-10-06 00:43:59 -07009415
9416SCx200 GPIO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009417M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009418S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009419F: drivers/char/scx200_gpio.c
9420F: include/linux/scx200_gpio.h
Jim Cromie1662d322006-10-06 00:43:59 -07009421
9422SCx200 HRT CLOCKSOURCE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009423M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009424S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009425F: drivers/clocksource/scx200_hrt.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009426
Sascha Sommer6a369132008-07-15 14:21:29 +02009427SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009428M: Sascha Sommer <saschasommer@freenet.de>
Sascha Sommer6a369132008-07-15 14:21:29 +02009429L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9430S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009431F: drivers/mmc/host/sdricoh_cs.c
Sascha Sommer6a369132008-07-15 14:21:29 +02009432
Randy Dunlape7839f22008-10-12 16:11:45 -07009433SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Joe Perches7a241d62009-10-26 16:49:42 -07009434L: linux-mmc@vger.kernel.org
Ulf Hanssona1cb1d12015-03-13 13:39:03 +01009435S: Orphan
Joe Perches7a241d62009-10-26 16:49:42 -07009436F: drivers/mmc/host/sdhci.*
Joe Perchesd4a45782012-01-10 15:08:54 -08009437F: drivers/mmc/host/sdhci-pltfm.[ch]
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009438
Kees Cookc04f9d62014-07-18 11:28:33 -07009439SECURE COMPUTING
9440M: Kees Cook <keescook@chromium.org>
Kees Cooka0cfd752014-08-12 15:41:17 -07009441R: Andy Lutomirski <luto@amacapital.net>
9442R: Will Drewry <wad@chromium.org>
Kees Cookc04f9d62014-07-18 11:28:33 -07009443T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9444S: Supported
9445F: kernel/seccomp.c
9446F: include/uapi/linux/seccomp.h
9447F: include/linux/seccomp.h
Kees Cookc99ee512015-06-16 10:54:14 -07009448F: tools/testing/selftests/seccomp/*
Kees Cookc04f9d62014-07-18 11:28:33 -07009449K: \bsecure_computing
9450K: \bTIF_SECCOMP\b
9451
Ben Dooks0d1bb412009-06-14 13:52:37 +01009452SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009453M: Ben Dooks <ben-linux@fluff.org>
Ulf Hanssondc524882015-03-20 10:15:29 +01009454M: Jaehoon Chung <jh80.chung@samsung.com>
Joe Perches7a241d62009-10-26 16:49:42 -07009455L: linux-mmc@vger.kernel.org
Ben Dooks0d1bb412009-06-14 13:52:37 +01009456S: Maintained
Ulf Hanssondc524882015-03-20 10:15:29 +01009457F: drivers/mmc/host/sdhci-s3c*
Ben Dooks0d1bb412009-06-14 13:52:37 +01009458
Viresh KUMARc63b3cb2010-05-26 14:42:10 -07009459SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
Viresh Kumarda899472015-07-17 16:23:50 -07009460M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumarfbfa0742012-03-15 15:17:09 -07009461L: spear-devel@list.st.com
Viresh KUMARc63b3cb2010-05-26 14:42:10 -07009462L: linux-mmc@vger.kernel.org
9463S: Maintained
9464F: drivers/mmc/host/sdhci-spear.c
9465
James Morris8711cca2008-12-04 03:19:45 +11009466SECURITY SUBSYSTEM
James Morris9b45c0d2012-02-22 12:45:07 +11009467M: James Morris <james.l.morris@oracle.com>
Joe Perches9c3646d2015-06-25 15:02:00 -07009468M: "Serge E. Hallyn" <serge@hallyn.com>
James Morris8711cca2008-12-04 03:19:45 +11009469L: linux-security-module@vger.kernel.org (suggested Cc:)
James Morris89879a72012-01-18 10:40:44 +11009470T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
James Morris9ccf0102012-04-09 15:48:07 +10009471W: http://kernsec.org/
James Morris8711cca2008-12-04 03:19:45 +11009472S: Supported
Joe Perches7d2c86b2009-04-07 20:59:01 -07009473F: security/
James Morris8711cca2008-12-04 03:19:45 +11009474
Linus Torvalds1da177e2005-04-16 15:20:36 -07009475SECURITY CONTACT
Joe Perches8b58be82009-07-29 15:04:30 -07009476M: Security Officers <security@kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009477S: Supported
9478
9479SELINUX SECURITY MODULE
Paul Moore5a5f2ac2013-09-18 13:14:04 -04009480M: Paul Moore <paul@paul-moore.com>
Paul Mooree0238b42014-02-06 07:51:54 -05009481M: Stephen Smalley <sds@tycho.nsa.gov>
9482M: Eric Paris <eparis@parisplace.org>
9483L: selinux@tycho.nsa.gov (moderated for non-subscribers)
Stephen Smalleyf0589252008-09-11 09:20:26 -04009484W: http://selinuxproject.org
Paul Moore5a5f2ac2013-09-18 13:14:04 -04009485T: git git://git.infradead.org/users/pcmoore/selinux
Linus Torvalds1da177e2005-04-16 15:20:36 -07009486S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009487F: include/linux/selinux*
9488F: security/selinux/
Eric Paris6bde95c2011-04-01 17:09:41 -04009489F: scripts/selinux/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009490
John Johansenc1c124e2010-07-29 14:48:09 -07009491APPARMOR SECURITY MODULE
9492M: John Johansen <john.johansen@canonical.com>
9493L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9494W: apparmor.wiki.kernel.org
9495T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9496S: Supported
9497F: security/apparmor/
9498
Kees Cook730daa12015-07-23 18:02:48 -07009499YAMA SECURITY MODULE
9500M: Kees Cook <keescook@chromium.org>
9501T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9502S: Supported
9503F: security/yama/
9504
Jiri Slabycef2cf02007-05-08 00:31:45 -07009505SENSABLE PHANTOM
Joe Perches8b58be82009-07-29 15:04:30 -07009506M: Jiri Slaby <jirislaby@gmail.com>
Jiri Slabycef2cf02007-05-08 00:31:45 -07009507S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009508F: drivers/misc/phantom.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009509F: include/uapi/linux/phantom.h
Jiri Slabycef2cf02007-05-08 00:31:45 -07009510
Jayamohan Kallickal6733b392009-09-05 07:36:35 +05309511SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
Minh Tran4627de92015-05-14 23:16:17 -07009512M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
Ketan Mukadam9d27e212015-07-04 04:12:23 +05309513M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9514M: John Soni Jose <sony.john@avagotech.com>
Joe Perches3387f652009-11-11 14:26:11 -08009515L: linux-scsi@vger.kernel.org
Minh Tran4627de92015-05-14 23:16:17 -07009516W: http://www.avagotech.com
Joe Perches3387f652009-11-11 14:26:11 -08009517S: Supported
9518F: drivers/scsi/be2iscsi/
Jayamohan Kallickal6733b392009-09-05 07:36:35 +05309519
Sathya Perla6938f852015-05-12 02:13:50 -04009520Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9521M: Sathya Perla <sathya.perla@avagotech.com>
9522M: Ajit Khaparde <ajit.khaparde@avagotech.com>
9523M: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9524M: Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
Joe Perches7d2c86b2009-04-07 20:59:01 -07009525L: netdev@vger.kernel.org
Ajit Khapardefea3af62011-02-04 13:03:35 -08009526W: http://www.emulex.com
Joe Perches7d2c86b2009-04-07 20:59:01 -07009527S: Supported
Jeff Kirsher9aebddd2011-05-13 00:37:27 -07009528F: drivers/net/ethernet/emulex/benet/
Sathya Perla6b7c5b92009-03-11 23:32:03 -07009529
Selvin Xavierd2928a82015-03-15 00:09:41 +05309530EMULEX ONECONNECT ROCE DRIVER
Laurent Navet2b8e7332015-06-30 14:59:33 -07009531M: Selvin Xavier <selvin.xavier@avagotech.com>
9532M: Devesh Sharma <devesh.sharma@avagotech.com>
9533M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
Selvin Xavierd2928a82015-03-15 00:09:41 +05309534L: linux-rdma@vger.kernel.org
9535W: http://www.emulex.com
9536S: Supported
9537F: drivers/infiniband/hw/ocrdma/
9538
Ben Hutchings8ceee662008-04-27 12:55:59 +01009539SFC NETWORK DRIVER
Joe Perchesc06f51e2009-08-26 08:47:47 +00009540M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
Shradha Shah8533ccf2014-01-23 13:19:55 +00009541M: Shradha Shah <sshah@solarflare.com>
Joe Perchesc06f51e2009-08-26 08:47:47 +00009542L: netdev@vger.kernel.org
Ben Hutchings8ceee662008-04-27 12:55:59 +01009543S: Supported
Jeff Kirsher874aeea2011-05-13 00:17:42 -07009544F: drivers/net/ethernet/sfc/
Ben Hutchings8ceee662008-04-27 12:55:59 +01009545
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009546SGI GRU DRIVER
Bjorn Helgaascc883af2013-01-29 15:48:37 -07009547M: Dimitri Sivanich <sivanich@sgi.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009548S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009549F: drivers/misc/sgi-gru/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009550
9551SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009552M: Pat Gefre <pfg@sgi.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009553L: linux-ia64@vger.kernel.org
9554S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009555F: Documentation/ia64/serial.txt
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08009556F: drivers/tty/serial/ioc?_serial.c
Joe Perches679655d2009-04-07 20:44:32 -07009557F: include/linux/ioc?.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009558
Jack Steiner75312612008-08-15 00:40:42 -07009559SGI XP/XPC/XPNET DRIVER
Robin Holte1803832013-08-16 18:01:42 -05009560M: Cliff Whickman <cpw@sgi.com>
9561M: Robin Holt <robinmholt@gmail.com>
Jack Steiner75312612008-08-15 00:40:42 -07009562S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009563F: drivers/misc/sgi-xp/
Jack Steiner75312612008-08-15 00:40:42 -07009564
Antti Palosaari46eacf32014-04-15 06:21:03 -03009565SI2157 MEDIA DRIVER
9566M: Antti Palosaari <crope@iki.fi>
9567L: linux-media@vger.kernel.org
9568W: http://linuxtv.org/
9569W: http://palosaari.fi/linux/
9570Q: http://patchwork.linuxtv.org/project/linux-media/list/
9571T: git git://linuxtv.org/anttip/media_tree.git
9572S: Maintained
9573F: drivers/media/tuners/si2157*
9574
Antti Palosaari75e2d5b2014-04-15 06:17:53 -03009575SI2168 MEDIA DRIVER
9576M: Antti Palosaari <crope@iki.fi>
9577L: linux-media@vger.kernel.org
9578W: http://linuxtv.org/
9579W: http://palosaari.fi/linux/
9580Q: http://patchwork.linuxtv.org/project/linux-media/list/
9581T: git git://linuxtv.org/anttip/media_tree.git
9582S: Maintained
9583F: drivers/media/dvb-frontends/si2168*
9584
Hans Verkuil49cc6292012-11-30 07:13:29 -03009585SI470X FM RADIO RECEIVER I2C DRIVER
9586M: Hans Verkuil <hverkuil@xs4all.nl>
9587L: linux-media@vger.kernel.org
9588T: git git://linuxtv.org/media_tree.git
9589W: http://linuxtv.org
9590S: Odd Fixes
9591F: drivers/media/radio/si470x/radio-si470x-i2c.c
9592
9593SI470X FM RADIO RECEIVER USB DRIVER
9594M: Hans Verkuil <hverkuil@xs4all.nl>
9595L: linux-media@vger.kernel.org
9596T: git git://linuxtv.org/media_tree.git
9597W: http://linuxtv.org
9598S: Maintained
9599F: drivers/media/radio/si470x/radio-si470x-common.c
9600F: drivers/media/radio/si470x/radio-si470x.h
9601F: drivers/media/radio/si470x/radio-si470x-usb.c
9602
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009603SI4713 FM RADIO TRANSMITTER I2C DRIVER
9604M: Eduardo Valentin <edubezval@gmail.com>
9605L: linux-media@vger.kernel.org
9606T: git git://linuxtv.org/media_tree.git
9607W: http://linuxtv.org
9608S: Odd Fixes
Dinesh Ram99995de2013-10-15 12:24:43 -03009609F: drivers/media/radio/si4713/si4713.?
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009610
9611SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9612M: Eduardo Valentin <edubezval@gmail.com>
9613L: linux-media@vger.kernel.org
9614T: git git://linuxtv.org/media_tree.git
9615W: http://linuxtv.org
9616S: Odd Fixes
Dinesh Ram99995de2013-10-15 12:24:43 -03009617F: drivers/media/radio/si4713/radio-platform-si4713.c
9618
9619SI4713 FM RADIO TRANSMITTER USB DRIVER
9620M: Hans Verkuil <hverkuil@xs4all.nl>
9621L: linux-media@vger.kernel.org
9622T: git git://linuxtv.org/media_tree.git
9623W: http://linuxtv.org
9624S: Maintained
9625F: drivers/media/radio/si4713/radio-usb-si4713.c
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009626
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009627SIANO DVB DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02009628M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009629L: linux-media@vger.kernel.org
9630W: http://linuxtv.org
9631T: git git://linuxtv.org/media_tree.git
9632S: Odd fixes
9633F: drivers/media/common/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009634F: drivers/media/usb/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009635F: drivers/media/usb/siano/
Joe Perches14430812013-09-11 14:23:50 -07009636F: drivers/media/mmc/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009637
Hans de Goede6f15b602014-11-14 13:26:46 +01009638SIMPLEFB FB DRIVER
9639M: Hans de Goede <hdegoede@redhat.com>
9640L: linux-fbdev@vger.kernel.org
9641S: Maintained
Rob Herring2d799dd2015-11-05 13:40:40 -06009642F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
Hans de Goede6f15b602014-11-14 13:26:46 +01009643F: drivers/video/fbdev/simplefb.c
9644F: include/linux/platform_data/simplefb.h
9645
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009646SH_VEU V4L2 MEM2MEM DRIVER
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009647L: linux-media@vger.kernel.org
Guennadi Liakhovetskibb60fcb2013-11-24 17:44:08 -03009648S: Orphan
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009649F: drivers/media/platform/sh_veu.c
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009650
9651SH_VOU V4L2 OUTPUT DRIVER
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009652L: linux-media@vger.kernel.org
Guennadi Liakhovetskibb60fcb2013-11-24 17:44:08 -03009653S: Orphan
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009654F: drivers/media/platform/sh_vou.c
9655F: include/media/sh_vou.h
9656
Len Brown6349d992009-08-14 15:07:14 -04009657SIMPLE FIRMWARE INTERFACE (SFI)
Joe Perches2bf822d2009-10-26 16:49:44 -07009658M: Len Brown <lenb@kernel.org>
Len Brown6349d992009-08-14 15:07:14 -04009659L: sfi-devel@simplefirmware.org
9660W: http://simplefirmware.org/
9661T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009662S: Supported
Joe Perches943fc812011-03-22 16:34:36 -07009663F: arch/x86/platform/sfi/
Len Brown6349d992009-08-14 15:07:14 -04009664F: drivers/sfi/
9665F: include/linux/sfi*.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009666
Linus Torvalds1da177e2005-04-16 15:20:36 -07009667SIMTEC EB110ATX (Chalice CATS)
9668P: Ben Dooks
Ben Dooksb16957c2011-02-01 15:52:38 -08009669P: Vincent Sanders <vince@simtec.co.uk>
9670M: Simtec Linux Team <linux@simtec.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009671W: http://www.simtec.co.uk/products/EB110ATX/
9672S: Supported
9673
9674SIMTEC EB2410ITX (BAST)
9675P: Ben Dooks
Ben Dooksb16957c2011-02-01 15:52:38 -08009676P: Vincent Sanders <vince@simtec.co.uk>
9677M: Simtec Linux Team <linux@simtec.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009678W: http://www.simtec.co.uk/products/EB2410ITX/
9679S: Supported
Joe Perches15dba382013-09-11 14:23:36 -07009680F: arch/arm/mach-s3c24xx/mach-bast.c
9681F: arch/arm/mach-s3c24xx/bast-ide.c
9682F: arch/arm/mach-s3c24xx/bast-irq.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009683
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009684TI DAVINCI MACHINE SUPPORT
Kevin Hilman3ba789c2011-02-08 13:23:09 -08009685M: Sekhar Nori <nsekhar@ti.com>
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08009686M: Kevin Hilman <khilman@deeprootsystems.com>
Sekhar Noric9f46a82012-01-27 21:12:20 +05309687T: git git://gitorious.org/linux-davinci/linux-davinci.git
Joe Perches8a6e2532010-03-05 13:43:11 -08009688Q: http://patchwork.kernel.org/project/linux-davinci/list/
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009689S: Supported
Joe Perches14430812013-09-11 14:23:50 -07009690F: arch/arm/mach-davinci/
Jean Delvare046d0a32012-01-12 20:32:05 +01009691F: drivers/i2c/busses/i2c-davinci.c
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009692
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009693TI DAVINCI SERIES MEDIA DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009694M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009695L: linux-media@vger.kernel.org
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009696W: http://linuxtv.org/
9697Q: http://patchwork.linuxtv.org/project/linux-media/list/
9698T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
Lad, Prabhakar9ce5eca2013-04-15 01:32:44 -03009699S: Maintained
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009700F: drivers/media/platform/davinci/
9701F: include/media/davinci/
9702
Benoit Parrot417d2e52014-12-09 16:43:44 -03009703TI AM437X VPFE DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009704M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Benoit Parrot417d2e52014-12-09 16:43:44 -03009705L: linux-media@vger.kernel.org
9706W: http://linuxtv.org/
9707Q: http://patchwork.linuxtv.org/project/linux-media/list/
9708T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9709S: Maintained
9710F: drivers/media/platform/am437x/
9711
Benoit Parrotc4c02832015-03-20 18:03:52 -03009712OV2659 OMNIVISION SENSOR DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009713M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Benoit Parrotc4c02832015-03-20 18:03:52 -03009714L: linux-media@vger.kernel.org
9715W: http://linuxtv.org/
9716Q: http://patchwork.linuxtv.org/project/linux-media/list/
9717T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9718S: Maintained
9719F: drivers/media/i2c/ov2659.c
9720F: include/media/ov2659.h
9721
Sudip Mukherjee3a6779f2015-08-07 18:31:15 +05309722SILICON MOTION SM712 FRAME BUFFER DRIVER
9723M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9724M: Teddy Wang <teddy.wang@siliconmotion.com>
9725M: Sudip Mukherjee <sudip@vectorindia.org>
9726L: linux-fbdev@vger.kernel.org
9727S: Maintained
9728F: drivers/video/fbdev/sm712*
9729F: Documentation/fb/sm712fb.txt
9730
Francois Romieu92aab3c2005-07-30 13:11:18 +02009731SIS 190 ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009732M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu92aab3c2005-07-30 13:11:18 +02009733L: netdev@vger.kernel.org
9734S: Maintained
Jeff Kirsher8c7de402011-06-13 08:43:49 -07009735F: drivers/net/ethernet/sis/sis190.c
Francois Romieu92aab3c2005-07-30 13:11:18 +02009736
Linus Torvalds1da177e2005-04-16 15:20:36 -07009737SIS 900/7016 FAST ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009738M: Daniele Venzano <venza@brownhat.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009739W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07009740L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07009741S: Maintained
Jeff Kirsher8c7de402011-06-13 08:43:49 -07009742F: drivers/net/ethernet/sis/sis900.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009743
9744SIS FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009745M: Thomas Winischhofer <thomas@winischhofer.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009746W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03009747S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009748F: Documentation/fb/sisfb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +09009749F: drivers/video/fbdev/sis/
Joe Perches679655d2009-04-07 20:44:32 -07009750F: include/video/sisfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009751
9752SIS USB2VGA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009753M: Thomas Winischhofer <thomas@winischhofer.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009754W: http://www.winischhofer.at/linuxsisusbvga.shtml
9755S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009756F: drivers/usb/misc/sisusbvga/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009757
Christoph Lameter415ad262007-07-26 10:40:56 -07009758SLAB ALLOCATOR
Christoph Lameter16e943b2014-06-23 13:22:03 -07009759M: Christoph Lameter <cl@linux.com>
Pekka Enberg2ed1c522011-01-15 13:30:04 +02009760M: Pekka Enberg <penberg@kernel.org>
Christoph Lameter16e943b2014-06-23 13:22:03 -07009761M: David Rientjes <rientjes@google.com>
9762M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
9763M: Andrew Morton <akpm@linux-foundation.org>
Christoph Lameter415ad262007-07-26 10:40:56 -07009764L: linux-mm@kvack.org
9765S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009766F: include/linux/sl?b*.h
Christoph Lameter16e943b2014-06-23 13:22:03 -07009767F: mm/sl?b*
Christoph Lameter415ad262007-07-26 10:40:56 -07009768
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009769SLEEPABLE READ-COPY UPDATE (SRCU)
Lai Jiangshan96a39bc2015-07-01 15:26:27 +08009770M: Lai Jiangshan <jiangshanlai@gmail.com>
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009771M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -07009772M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -07009773R: Steven Rostedt <rostedt@goodmis.org>
9774R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009775L: linux-kernel@vger.kernel.org
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009776W: http://www.rdrop.com/users/paulmck/RCU/
9777S: Supported
9778T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Paul E. McKenney4102ada2013-10-08 20:23:47 -07009779F: include/linux/srcu.h
9780F: kernel/rcu/srcu.c
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009781
Casey Schaufler66372842012-05-23 18:34:52 -07009782SMACK SECURITY MODULE
9783M: Casey Schaufler <casey@schaufler-ca.com>
9784L: linux-security-module@vger.kernel.org
9785W: http://schaufler-ca.com
9786T: git git://git.gitorious.org/smack-next/kernel.git
9787S: Maintained
9788F: Documentation/security/Smack.txt
9789F: security/smack/
9790
Kevin Hilman20651e02014-09-24 16:30:00 -07009791DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
Kevin Hilman68ace3e2013-08-06 16:57:14 -07009792M: Kevin Hilman <khilman@kernel.org>
9793M: Nishanth Menon <nm@ti.com>
9794S: Maintained
Kevin Hilman20651e02014-09-24 16:30:00 -07009795F: drivers/power/avs/
Kevin Hilman68ace3e2013-08-06 16:57:14 -07009796F: include/linux/power/smartreflex.h
9797L: linux-pm@vger.kernel.org
9798
Linus Torvalds1da177e2005-04-16 15:20:36 -07009799SMC91x ETHERNET DRIVER
Nicolas Pitre2f82af02009-09-14 03:25:28 -04009800M: Nicolas Pitre <nico@fluxnic.net>
Nicolas Pitre18e28422010-05-03 16:43:47 -04009801S: Odd Fixes
Jeff Kirsherae150432011-05-12 20:21:07 -07009802F: drivers/net/ethernet/smsc/smc91x.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009803
Sakari Ailuse8e31622012-11-12 18:14:39 -03009804SMIA AND SMIA++ IMAGE SENSOR DRIVER
9805M: Sakari Ailus <sakari.ailus@iki.fi>
9806L: linux-media@vger.kernel.org
9807S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07009808F: drivers/media/i2c/smiapp/
Sakari Ailuse8e31622012-11-12 18:14:39 -03009809F: include/media/smiapp.h
9810F: drivers/media/i2c/smiapp-pll.c
9811F: drivers/media/i2c/smiapp-pll.h
Sakari Ailusfd2bfdc2014-11-16 12:08:44 -03009812F: include/uapi/linux/smiapp.h
Sakari Ailusa2cec3c2014-11-06 18:16:13 -03009813F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
Sakari Ailuse8e31622012-11-12 18:14:39 -03009814
Guenter Roeck920fa1f2010-08-09 17:21:06 -07009815SMM665 HARDWARE MONITOR DRIVER
9816M: Guenter Roeck <linux@roeck-us.net>
9817L: lm-sensors@lm-sensors.org
9818S: Maintained
9819F: Documentation/hwmon/smm665
9820F: drivers/hwmon/smm665.c
9821
Steve Glendinning9df73052010-08-14 21:08:54 +02009822SMSC EMC2103 HARDWARE MONITOR DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009823M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning9df73052010-08-14 21:08:54 +02009824L: lm-sensors@lm-sensors.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009825S: Maintained
Steve Glendinning9df73052010-08-14 21:08:54 +02009826F: Documentation/hwmon/emc2103
9827F: drivers/hwmon/emc2103.c
9828
Hans de Goedea98d5062011-03-21 17:59:36 +01009829SMSC SCH5627 HARDWARE MONITOR DRIVER
9830M: Hans de Goede <hdegoede@redhat.com>
9831L: lm-sensors@lm-sensors.org
9832S: Supported
9833F: Documentation/hwmon/sch5627
9834F: drivers/hwmon/sch5627.c
9835
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04009836SMSC47B397 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07009837M: Jean Delvare <jdelvare@suse.com>
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04009838L: lm-sensors@lm-sensors.org
9839S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009840F: Documentation/hwmon/smsc47b397
9841F: drivers/hwmon/smsc47b397.c
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04009842
Steve Glendinningfd9abb32008-11-05 00:35:37 +00009843SMSC911x ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009844M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinningfd9abb32008-11-05 00:35:37 +00009845L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009846S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009847F: include/linux/smsc911x.h
Jeff Kirsherae150432011-05-12 20:21:07 -07009848F: drivers/net/ethernet/smsc/smsc911x.*
Steve Glendinningfd9abb32008-11-05 00:35:37 +00009849
Steve Glendinning2cb37722008-12-11 20:54:30 -08009850SMSC9420 PCI ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009851M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning2cb37722008-12-11 20:54:30 -08009852L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009853S: Maintained
Jeff Kirsherae150432011-05-12 20:21:07 -07009854F: drivers/net/ethernet/smsc/smsc9420.*
Steve Glendinning2cb37722008-12-11 20:54:30 -08009855
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01009856SMSC UFX6000 and UFX7000 USB to VGA DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009857M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01009858L: linux-fbdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +01009859S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009860F: drivers/video/fbdev/smscufx.c
Steve Glendinning3c8a63e2011-08-18 15:20:07 +01009861
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03009862SOC-CAMERA V4L2 SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07009863M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03009864L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02009865T: git git://linuxtv.org/media_tree.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02009866S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03009867F: include/media/soc*
9868F: drivers/media/i2c/soc_camera/
9869F: drivers/media/platform/soc_camera/
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -03009870
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009871SOEKRIS NET48XX LED SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07009872M: Chris Boot <bootc@bootc.net>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009873S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009874F: drivers/leds/leds-net48xx.c
Randy Dunlape2d1d6c2008-10-12 16:11:31 -07009875
Joe Perchese3994db2014-07-30 00:38:42 -03009876SOFTLOGIC 6x10 MPEG CODEC
Andrey Utkin9661975d2014-11-17 13:59:23 -03009877M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9878M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9879M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Ismael Luceno1f141f62015-01-20 11:43:50 -03009880M: Ismael Luceno <ismael@iodev.co.uk>
Joe Perchese3994db2014-07-30 00:38:42 -03009881L: linux-media@vger.kernel.org
9882S: Supported
9883F: drivers/media/pci/solo6x10/
9884
Linus Torvalds1da177e2005-04-16 15:20:36 -07009885SOFTWARE RAID (Multiple Disks) SUPPORT
Jiri Slabyd8130622015-07-17 16:23:20 -07009886M: Neil Brown <neilb@suse.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009887L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08009888S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009889F: drivers/md/
9890F: include/linux/raid/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009891F: include/uapi/linux/raid/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009892
Linus Torvalds1da177e2005-04-16 15:20:36 -07009893SONIC NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009894M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Ralf Baechle979b6c12005-06-13 14:30:40 -07009895L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07009896S: Maintained
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -07009897F: drivers/net/ethernet/natsemi/sonic.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009898
Michael Buesch61e115a2007-09-18 15:12:50 -04009899SONICS SILICON BACKPLANE DRIVER (SSB)
Michael Büscheb032b92011-07-04 20:50:05 +02009900M: Michael Buesch <m@bues.ch>
Michael Buesch61e115a2007-09-18 15:12:50 -04009901L: netdev@vger.kernel.org
9902S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009903F: drivers/ssb/
9904F: include/linux/ssb/
Michael Buesch61e115a2007-09-18 15:12:50 -04009905
Linus Torvalds1da177e2005-04-16 15:20:36 -07009906SONY VAIO CONTROL DEVICE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009907M: Mattia Dongili <malattia@linux.it>
Matthew Garrettd0944852010-02-11 10:40:13 -05009908L: platform-driver-x86@vger.kernel.org
Mattia Dongili5b181672007-03-12 21:43:57 +01009909W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07009910S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009911F: Documentation/laptops/sony-laptop.txt
9912F: drivers/char/sonypi.c
9913F: drivers/platform/x86/sony-laptop.c
9914F: include/linux/sony-laptop.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009915
Alex Dubovbaf85322008-02-09 10:20:54 -08009916SONY MEMORYSTICK CARD SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07009917M: Alex Dubov <oakad@yahoo.com>
Alex Dubovbaf85322008-02-09 10:20:54 -08009918W: http://tifmxx.berlios.de/
9919S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009920F: drivers/memstick/host/tifm_ms.c
Alex Dubovbaf85322008-02-09 10:20:54 -08009921
Maxim Levitsky0ab30492013-09-11 14:26:02 -07009922SONY MEMORYSTICK STANDARD SUPPORT
9923M: Maxim Levitsky <maximlevitsky@gmail.com>
9924S: Maintained
9925F: drivers/memstick/core/ms_block.*
9926
Linus Torvalds1da177e2005-04-16 15:20:36 -07009927SOUND
Joe Perches8b58be82009-07-29 15:04:30 -07009928M: Jaroslav Kysela <perex@perex.cz>
Jiri Slabyd8130622015-07-17 16:23:20 -07009929M: Takashi Iwai <tiwai@suse.com>
Joe Perches93711662009-06-16 15:34:07 -07009930L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Joe Perches3126a172009-04-15 23:38:45 -07009931W: http://www.alsa-project.org/
Takashi Iwaidde7ad82011-10-25 10:00:22 +02009932T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
Joe Perches3126a172009-04-15 23:38:45 -07009933T: git git://git.alsa-project.org/alsa-kernel.git
Takashi Iwaiff4a8f32014-05-13 14:55:51 +02009934Q: http://patchwork.kernel.org/project/alsa-devel/list/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009935S: Maintained
Joe Perches3126a172009-04-15 23:38:45 -07009936F: Documentation/sound/
9937F: include/sound/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009938F: include/uapi/sound/
Joe Perches679655d2009-04-07 20:44:32 -07009939F: sound/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009940
Mark Brown33bbe142013-08-09 18:10:50 +01009941SOUND - COMPRESSED AUDIO
9942M: Vinod Koul <vinod.koul@intel.com>
9943L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9944T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9945S: Supported
Vinod Koulf672f312013-08-12 11:15:27 +05309946F: Documentation/sound/alsa/compress_offload.txt
Mark Brown33bbe142013-08-09 18:10:50 +01009947F: include/sound/compress_driver.h
Vinod Koulf672f312013-08-12 11:15:27 +05309948F: include/uapi/sound/compress_*
Mark Brown33bbe142013-08-09 18:10:50 +01009949F: sound/core/compress_offload.c
9950F: sound/soc/soc-compress.c
9951
Mark Brownbd903bd2008-11-19 19:16:05 +00009952SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwood6b9cf5c2013-01-15 15:13:27 +00009953M: Liam Girdwood <lgirdwood@gmail.com>
Mark Brownb02e48f2013-04-12 11:39:57 +01009954M: Mark Brown <broonie@kernel.org>
Mark Brown86f14df2011-11-02 21:36:32 +00009955T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
Joe Perches93711662009-06-16 15:34:07 -07009956L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +01009957W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02009958S: Supported
Mark Brown2820f612013-08-11 19:35:11 +01009959F: Documentation/sound/alsa/soc/
Joe Perches679655d2009-04-07 20:44:32 -07009960F: sound/soc/
Mark Browne6e55122009-05-05 11:10:24 +01009961F: include/sound/soc*
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02009962
Mark Brownd7f87612013-10-19 14:33:54 +01009963SOUND - DMAENGINE HELPERS
9964M: Lars-Peter Clausen <lars@metafoo.de>
9965S: Supported
9966F: include/sound/dmaengine_pcm.h
9967F: sound/core/pcm_dmaengine.c
9968F: sound/soc/soc-generic-dmaengine-pcm.c
9969
Olli Salonen990a6a92014-08-22 13:50:42 -03009970SP2 MEDIA DRIVER
9971M: Olli Salonen <olli.salonen@iki.fi>
9972L: linux-media@vger.kernel.org
9973W: http://linuxtv.org/
9974Q: http://patchwork.linuxtv.org/project/linux-media/list/
9975S: Maintained
9976F: drivers/media/dvb-frontends/sp2*
9977
Sam Ravnborg473321f2009-01-04 15:47:49 -08009978SPARC + UltraSPARC (sparc/sparc64)
Joe Perches8b58be82009-07-29 15:04:30 -07009979M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009980L: sparclinux@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08009981Q: http://patchwork.ozlabs.org/project/sparclinux/list/
Joe Perches08deed12012-03-23 15:01:57 -07009982T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9983T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07009984S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009985F: arch/sparc/
David S. Miller7765b8b2010-07-20 23:37:12 -07009986F: drivers/sbus/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009987
David S. Miller6404fcc2010-03-16 01:00:17 -07009988SPARC SERIAL DRIVERS
9989M: "David S. Miller" <davem@davemloft.net>
9990L: sparclinux@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07009991T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9992T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
David S. Miller6404fcc2010-03-16 01:00:17 -07009993S: Maintained
Paul Gortmaker68163832012-02-09 18:48:19 -05009994F: include/linux/sunserialcore.h
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08009995F: drivers/tty/serial/suncore.c
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08009996F: drivers/tty/serial/sunhv.c
9997F: drivers/tty/serial/sunsab.c
9998F: drivers/tty/serial/sunsab.h
9999F: drivers/tty/serial/sunsu.c
10000F: drivers/tty/serial/sunzilog.c
10001F: drivers/tty/serial/sunzilog.h
David S. Miller6404fcc2010-03-16 01:00:17 -070010002
Christopher Li389325b2012-04-05 14:25:14 -070010003SPARSE CHECKER
10004M: "Christopher Li" <sparse@chrisli.org>
10005L: linux-sparse@vger.kernel.org
10006W: https://sparse.wiki.kernel.org/
10007T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10008T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10009S: Maintained
10010F: include/linux/compiler.h
10011
viresh kumarfc0c1952010-04-01 12:31:21 +010010012SPEAR PLATFORM SUPPORT
Viresh Kumarda899472015-07-17 16:23:50 -070010013M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumar9cc23682014-04-18 15:07:16 -070010014M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
Viresh Kumarfbfa0742012-03-15 15:17:09 -070010015L: spear-devel@list.st.com
10016L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
viresh kumarfc0c1952010-04-01 12:31:21 +010010017W: http://www.st.com/spear
10018S: Maintained
Joe Perches281e1922013-09-11 14:23:37 -070010019F: arch/arm/mach-spear/
viresh kumarfc0c1952010-04-01 12:31:21 +010010020
10021SPEAR CLOCK FRAMEWORK SUPPORT
Viresh Kumarda899472015-07-17 16:23:50 -070010022M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumarfbfa0742012-03-15 15:17:09 -070010023L: spear-devel@list.st.com
10024L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
viresh kumarfc0c1952010-04-01 12:31:21 +010010025W: http://www.st.com/spear
10026S: Maintained
Viresh Kumar5df33a62012-04-10 09:02:35 +053010027F: drivers/clk/spear/
viresh kumarfc0c1952010-04-01 12:31:21 +010010028
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010029SPI SUBSYSTEM
Mark Brownb02e48f2013-04-12 11:39:57 +010010030M: Mark Brown <broonie@kernel.org>
Mark Browndfbe4032013-05-17 13:12:52 +010010031L: linux-spi@vger.kernel.org
Mark Browne7e4e132013-04-18 18:18:47 +010010032T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
Joe Perches8a6e2532010-03-05 13:43:11 -080010033Q: http://patchwork.kernel.org/project/spi-devel-general/list/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010034S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010035F: Documentation/spi/
10036F: drivers/spi/
10037F: include/linux/spi/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010038F: include/uapi/linux/spi/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010039
Jim Lewis2752e402006-09-29 02:01:19 -070010040SPIDERNET NETWORK DRIVER for CELL
Joe Perches8b58be82009-07-29 15:04:30 -070010041M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Jim Lewis2752e402006-09-29 02:01:19 -070010042L: netdev@vger.kernel.org
10043S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010044F: Documentation/networking/spider_net.txt
Jeff Kirsher8df158a2011-07-30 00:36:02 -070010045F: drivers/net/ethernet/toshiba/spider_net*
Jim Lewis2752e402006-09-29 02:01:19 -070010046
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010047SPU FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010048M: Jeremy Kerr <jk@ozlabs.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +100010049L: linuxppc-dev@lists.ozlabs.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010050W: http://www.ibm.com/developerworks/power/cell/
10051S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010052F: Documentation/filesystems/spufs.txt
10053F: arch/powerpc/platforms/cell/spufs/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010054
Phillip Lougherfc555842009-01-05 08:46:29 +000010055SQUASHFS FILE SYSTEM
Phillip Lougherd7f2ff62011-05-26 10:39:56 +010010056M: Phillip Lougher <phillip@squashfs.org.uk>
Phillip Lougherfc555842009-01-05 08:46:29 +000010057L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10058W: http://squashfs.org.uk
10059S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010060F: Documentation/filesystems/squashfs.txt
10061F: fs/squashfs/
Phillip Lougherfc555842009-01-05 08:46:29 +000010062
Linus Torvalds1da177e2005-04-16 15:20:36 -070010063SRM (Alpha) environment access
Joe Perches8b58be82009-07-29 15:04:30 -070010064M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010065S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010066F: arch/alpha/kernel/srm_env.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070010067
Linus Torvalds26e9a392008-10-17 09:50:12 -070010068STABLE BRANCH
Greg KH879a5a02012-01-31 20:02:00 -080010069M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Joe Perchesbc7a2f32011-12-09 13:54:34 -080010070L: stable@vger.kernel.org
Greg KH879a5a02012-01-31 20:02:00 -080010071S: Supported
Greg Kroah-Hartman7b175c42013-06-18 12:58:12 -070010072F: Documentation/stable_kernel_rules.txt
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010073
Linus Torvalds26e9a392008-10-17 09:50:12 -070010074STAGING SUBSYSTEM
Greg KH879a5a02012-01-31 20:02:00 -080010075M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman630081f2011-10-03 16:02:41 -070010076T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
Greg Kroah-Hartman1c6ccf62009-06-05 11:23:47 -070010077L: devel@driverdev.osuosl.org
Greg KH879a5a02012-01-31 20:02:00 -080010078S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010079F: drivers/staging/
Linus Torvalds26e9a392008-10-17 09:50:12 -070010080
Joe Perchesebd3d012011-07-05 09:42:02 -070010081STAGING - COMEDI
10082M: Ian Abbott <abbotti@mev.co.uk>
Lidza Louina81b884c2013-07-24 11:29:33 -040010083M: H Hartley Sweeten <hsweeten@visionengravers.com>
Joe Perchesebd3d012011-07-05 09:42:02 -070010084S: Odd Fixes
10085F: drivers/staging/comedi/
10086
Joe Perchesa0138162011-07-05 15:21:34 -070010087STAGING - FLARION FT1000 DRIVERS
10088M: Marek Belisko <marek.belisko@gmail.com>
10089S: Odd Fixes
10090F: drivers/staging/ft1000/
10091
Joe Perches6c1bb422011-07-05 09:42:07 -070010092STAGING - INDUSTRIAL IO
Sachin Kamat030a13d2013-09-11 11:00:00 +010010093M: Jonathan Cameron <jic23@kernel.org>
Joe Perchesa0138162011-07-05 15:21:34 -070010094L: linux-iio@vger.kernel.org
Joe Perches6c1bb422011-07-05 09:42:07 -070010095S: Odd Fixes
10096F: drivers/staging/iio/
10097
Joe Perchesa0138162011-07-05 15:21:34 -070010098STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10099M: Jarod Wilson <jarod@wilsonet.com>
10100W: http://www.lirc.org/
10101S: Odd Fixes
Joe Perchesb2b01862012-01-10 15:09:01 -080010102F: drivers/staging/media/lirc/
Joe Perchesa0138162011-07-05 15:21:34 -070010103
Oleg Drokinf5e5de12014-08-15 12:48:14 -040010104STAGING - LUSTRE PARALLEL FILESYSTEM
10105M: Oleg Drokin <oleg.drokin@intel.com>
10106M: Andreas Dilger <andreas.dilger@intel.com>
Andreas Dilgerd98229f2015-08-24 11:11:49 -040010107L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10108W: http://wiki.lustre.org/
Oleg Drokinf5e5de12014-08-15 12:48:14 -040010109S: Maintained
10110F: drivers/staging/lustre
10111
Marc Dietrich7c6b6c72011-09-27 19:00:46 +020010112STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10113M: Marc Dietrich <marvin24@gmx.de>
10114L: ac100@lists.launchpad.net (moderated for non-subscribers)
Stephen Warren5d96bf42013-02-27 17:02:54 -080010115L: linux-tegra@vger.kernel.org
Marc Dietrich7c6b6c72011-09-27 19:00:46 +020010116S: Maintained
10117F: drivers/staging/nvec/
10118
Joe Perchesa0138162011-07-05 15:21:34 -070010119STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
Jens Frederich3140b452013-08-04 20:57:43 +020010120M: Jens Frederich <jfrederich@gmail.com>
10121M: Daniel Drake <dsd@laptop.org>
Joe Perchesa0138162011-07-05 15:21:34 -070010122M: Jon Nettleton <jon.nettleton@gmail.com>
10123W: http://wiki.laptop.org/go/DCON
Jens Frederich3140b452013-08-04 20:57:43 +020010124S: Maintained
Joe Perchesa0138162011-07-05 15:21:34 -070010125F: drivers/staging/olpc_dcon/
10126
10127STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
Joe Perches29e70172011-07-05 09:42:08 -070010128M: Willy Tarreau <willy@meta-x.org>
10129S: Odd Fixes
10130F: drivers/staging/panel/
10131
Joe Perchesa0138162011-07-05 15:21:34 -070010132STAGING - REALTEK RTL8712U DRIVERS
10133M: Larry Finger <Larry.Finger@lwfinger.net>
10134M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10135S: Odd Fixes
10136F: drivers/staging/rtl8712/
10137
Jes Sorensen7591ba82014-04-26 18:54:48 +020010138STAGING - REALTEK RTL8723U WIRELESS DRIVER
10139M: Larry Finger <Larry.Finger@lwfinger.net>
10140M: Jes Sorensen <Jes.Sorensen@redhat.com>
10141L: linux-wireless@vger.kernel.org
10142S: Maintained
10143F: drivers/staging/rtl8723au/
10144
Sudip Mukherjee980ac4d2015-03-03 16:21:07 +053010145STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10146M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10147M: Teddy Wang <teddy.wang@siliconmotion.com>
10148M: Sudip Mukherjee <sudip@vectorindia.org>
10149L: linux-fbdev@vger.kernel.org
10150S: Maintained
10151F: drivers/staging/sm750fb/
10152
Joe Perches510fa4082014-02-10 16:37:56 -080010153STAGING - SLICOSS
10154M: Lior Dotan <liodot@gmail.com>
10155M: Christopher Harrer <charrer@alacritech.com>
10156S: Odd Fixes
10157F: drivers/staging/slicoss/
10158
Joe Perchesa0138162011-07-05 15:21:34 -070010159STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10160M: William Hubbs <w.d.hubbs@gmail.com>
10161M: Chris Brannon <chris@the-brannons.com>
William Hubbsd33bce32013-05-12 13:49:54 -050010162M: Kirk Reiser <kirk@reisers.ca>
Joe Perchesa0138162011-07-05 15:21:34 -070010163M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibaulte6a152e2014-07-17 23:34:58 +020010164L: speakup@linux-speakup.org
Joe Perchesa0138162011-07-05 15:21:34 -070010165W: http://www.linux-speakup.org/
10166S: Odd Fixes
10167F: drivers/staging/speakup/
10168
Joe Perchesb3e871c2011-07-05 09:42:10 -070010169STAGING - VIA VT665X DRIVERS
10170M: Forest Bond <forest@alittletooquiet.net>
10171S: Odd Fixes
10172F: drivers/staging/vt665?/
10173
Johnny Kima30baec2015-05-11 14:30:57 +090010174STAGING - WILC1000 WIFI DRIVER
10175M: Johnny Kim <johnny.kim@atmel.com>
Tony Cho0c9dbce2015-10-28 17:43:27 +090010176M: Austin Shin <austin.shin@atmel.com>
Johnny Kima30baec2015-05-11 14:30:57 +090010177M: Chris Park <chris.park@atmel.com>
Tony Cho06b54862015-09-08 17:08:01 +090010178M: Tony Cho <tony.cho@atmel.com>
10179M: Glen Lee <glen.lee@atmel.com>
10180M: Leo Kim <leo.kim@atmel.com>
Johnny Kima30baec2015-05-11 14:30:57 +090010181L: linux-wireless@vger.kernel.org
10182S: Supported
10183F: drivers/staging/wilc1000/
10184
Joe Perches709bcb02011-07-05 09:42:13 -070010185STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
Aaro Koskinen3e39e662011-12-09 20:22:04 +020010186M: Arnaud Patard <arnaud.patard@rtp-net.org>
Joe Perches709bcb02011-07-05 09:42:13 -070010187S: Odd Fixes
10188F: drivers/staging/xgifb/
10189
Mike Marciniszyn77241052015-07-30 15:17:43 -040010190HFI1 DRIVER
10191M: Mike Marciniszyn <infinipath@intel.com>
10192L: linux-rdma@vger.kernel.org
10193S: Supported
10194F: drivers/staging/rdma/hfi1
10195
Linus Torvalds1da177e2005-04-16 15:20:36 -070010196STARFIRE/DURALAN NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010197M: Ion Badulescu <ionut@badula.org>
Joe Perchesb4f90182009-06-30 11:41:32 -070010198S: Odd Fixes
Jeff Kirsher9bba23b2011-07-24 02:13:24 -070010199F: drivers/net/ethernet/adaptec/starfire*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010200
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010201SUN3/3X
Joe Perches8b58be82009-07-29 15:04:30 -070010202M: Sam Creasey <sammy@sammy.net>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010203W: http://sammy.net/sun3/
10204S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010205F: arch/m68k/kernel/*sun3*
10206F: arch/m68k/sun3*/
10207F: arch/m68k/include/asm/sun3*
Jeff Kirshere689cf42011-05-12 23:04:46 -070010208F: drivers/net/ethernet/i825xx/sun3*
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010209
Hans de Goedeaf6a5af2014-12-18 09:24:50 -080010210SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10211M: Hans de Goede <hdegoede@redhat.com>
10212L: linux-input@vger.kernel.org
10213S: Maintained
10214F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10215F: drivers/input/keyboard/sun4i-lradc-keys.c
10216
Denis Kirjanov2bc9ff02013-08-17 09:08:49 +040010217SUNDANCE NETWORK DRIVER
10218M: Denis Kirjanov <kda@linux-powerpc.org>
10219L: netdev@vger.kernel.org
10220S: Maintained
10221F: drivers/net/ethernet/dlink/sundance.c
10222
Paul Mundt2cbb12a2007-11-19 13:08:37 +090010223SUPERH
Paul Mundt2cbb12a2007-11-19 13:08:37 +090010224L: linux-sh@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -080010225Q: http://patchwork.kernel.org/project/linux-sh/list/
Geert Uytterhoevendcaa57d2014-04-03 14:48:47 -070010226S: Orphan
Paul Mundt066069e2009-04-14 06:32:08 +090010227F: Documentation/sh/
Joe Perches679655d2009-04-07 20:44:32 -070010228F: arch/sh/
Paul Mundt066069e2009-04-14 06:32:08 +090010229F: drivers/sh/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010230
Randy Dunlap4480f15b2008-10-12 16:11:58 -070010231SUSPEND TO RAM
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +010010232M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Joe Perches8b58be82009-07-29 15:04:30 -070010233M: Len Brown <len.brown@intel.com>
10234M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +020010235L: linux-pm@vger.kernel.org
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010236S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010237F: Documentation/power/
10238F: arch/x86/kernel/acpi/
10239F: drivers/base/power/
10240F: kernel/power/
10241F: include/linux/suspend.h
10242F: include/linux/freezer.h
10243F: include/linux/pm.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010244
10245SVGA HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -070010246M: Martin Mares <mj@ucw.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010247L: linux-video@atrey.karlin.mff.cuni.cz
10248S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010249F: Documentation/svga.txt
10250F: arch/x86/boot/video*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010251
Konrad Rzeszutek Wilk6e28b762012-10-08 16:28:05 -070010252SWIOTLB SUBSYSTEM
10253M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10254L: linux-kernel@vger.kernel.org
10255S: Supported
10256F: lib/swiotlb.c
10257F: arch/*/kernel/pci-swiotlb.c
10258F: include/linux/swiotlb.h
10259
Jiri Pirko007f7902014-11-28 14:34:17 +010010260SWITCHDEV
10261M: Jiri Pirko <jiri@resnulli.us>
10262L: netdev@vger.kernel.org
10263S: Supported
10264F: net/switchdev/
10265F: include/net/switchdev.h
10266
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010267SYNOPSYS ARC ARCHITECTURE
10268M: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta9acdc912015-10-26 10:52:57 +053010269L: linux-snps-arc@lists.infraded.org
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010270S: Supported
10271F: arch/arc/
Vineet Gupta9b288292014-11-18 17:36:11 +053010272F: Documentation/devicetree/bindings/arc/*
Rob Herring2d799dd2015-11-05 13:40:40 -060010273F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
Joe Perchesc6a0fe42013-09-11 14:23:45 -070010274F: drivers/tty/serial/arc_uart.c
Baruch Siachb7182d12015-08-11 12:08:32 +030010275T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010276
Alexey Brodkin556cc1c2014-01-27 14:51:34 +010010277SYNOPSYS ARC SDP platform support
10278M: Alexey Brodkin <abrodkin@synopsys.com>
10279S: Supported
10280F: arch/arc/plat-axs10x
10281F: arch/arc/boot/dts/ax*
10282F: Documentation/devicetree/bindings/arc/axs10*
10283
Lee Jones6c284c92015-05-12 14:13:58 +010010284SYSTEM CONFIGURATION (SYSCON)
10285M: Lee Jones <lee.jones@linaro.org>
10286M: Arnd Bergmann <arnd@arndb.de>
10287T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10288S: Supported
10289F: drivers/mfd/syscon.c
10290
Linus Torvalds1da177e2005-04-16 15:20:36 -070010291SYSV FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010292M: Christoph Hellwig <hch@infradead.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010293S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010294F: Documentation/filesystems/sysv-fs.txt
10295F: fs/sysv/
10296F: include/linux/sysv_fs.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010297
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010298TARGET SUBSYSTEM
Joe Perches9c3646d2015-06-25 15:02:00 -070010299M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010300L: linux-scsi@vger.kernel.org
Nicholas Bellingerb9f5edc2011-07-27 20:21:15 +000010301L: target-devel@vger.kernel.org
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010302W: http://www.linux-iscsi.org
Joe Perchescf015e92014-02-25 15:01:47 -080010303W: http://groups.google.com/group/linux-iscsi-target-dev
Nicholas Bellinger452cf322013-05-11 16:27:56 -070010304T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010305S: Supported
10306F: drivers/target/
10307F: include/target/
10308F: Documentation/target/
10309
Alan Cox4e688522008-04-30 00:52:11 -070010310TASKSTATS STATISTICS INTERFACE
Balbir Singh185e5952011-06-15 15:08:30 -070010311M: Balbir Singh <bsingharora@gmail.com>
Alan Cox4e688522008-04-30 00:52:11 -070010312S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010313F: Documentation/accounting/taskstats*
10314F: include/linux/taskstats*
10315F: kernel/taskstats.c
Alan Cox4e688522008-04-30 00:52:11 -070010316
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010317TC CLASSIFIER
jamalf935f3f2012-05-24 02:45:02 +000010318M: Jamal Hadi Salim <jhs@mojatatu.com>
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010319L: netdev@vger.kernel.org
10320S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010321F: include/net/pkt_cls.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010322F: include/uapi/linux/pkt_cls.h
Joe Perches679655d2009-04-07 20:44:32 -070010323F: net/sched/
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010324
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010325TCP LOW PRIORITY MODULE
Joe Perches8b58be82009-07-29 15:04:30 -070010326M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10327M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010328W: http://tcp-lp-mod.sourceforge.net/
10329S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010330F: net/ipv4/tcp_lp.c
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010331
Antti Palosaari91952bc2012-10-01 12:28:46 -030010332TDA10071 MEDIA DRIVER
10333M: Antti Palosaari <crope@iki.fi>
10334L: linux-media@vger.kernel.org
10335W: http://linuxtv.org/
10336W: http://palosaari.fi/linux/
10337Q: http://patchwork.linuxtv.org/project/linux-media/list/
10338T: git git://linuxtv.org/anttip/media_tree.git
10339S: Maintained
10340F: drivers/media/dvb-frontends/tda10071*
10341
10342TDA18212 MEDIA DRIVER
10343M: Antti Palosaari <crope@iki.fi>
10344L: linux-media@vger.kernel.org
10345W: http://linuxtv.org/
10346W: http://palosaari.fi/linux/
10347Q: http://patchwork.linuxtv.org/project/linux-media/list/
10348T: git git://linuxtv.org/anttip/media_tree.git
10349S: Maintained
10350F: drivers/media/tuners/tda18212*
10351
10352TDA18218 MEDIA DRIVER
10353M: Antti Palosaari <crope@iki.fi>
10354L: linux-media@vger.kernel.org
10355W: http://linuxtv.org/
10356W: http://palosaari.fi/linux/
10357Q: http://patchwork.linuxtv.org/project/linux-media/list/
10358T: git git://linuxtv.org/anttip/media_tree.git
10359S: Maintained
10360F: drivers/media/tuners/tda18218*
10361
Michael Krufky3b2f6ab2012-10-02 00:55:32 -030010362TDA18271 MEDIA DRIVER
10363M: Michael Krufky <mkrufky@linuxtv.org>
10364L: linux-media@vger.kernel.org
10365W: http://linuxtv.org/
10366W: http://github.com/mkrufky
10367Q: http://patchwork.linuxtv.org/project/linux-media/list/
10368T: git git://linuxtv.org/mkrufky/tuners.git
10369S: Maintained
10370F: drivers/media/tuners/tda18271*
10371
Michael Krufkye48307a2012-10-02 00:56:33 -030010372TDA827x MEDIA DRIVER
10373M: Michael Krufky <mkrufky@linuxtv.org>
10374L: linux-media@vger.kernel.org
10375W: http://linuxtv.org/
10376W: http://github.com/mkrufky
10377Q: http://patchwork.linuxtv.org/project/linux-media/list/
10378T: git git://linuxtv.org/mkrufky/tuners.git
10379S: Maintained
10380F: drivers/media/tuners/tda8290.*
10381
Michael Krufky66cf9212012-10-02 00:56:28 -030010382TDA8290 MEDIA DRIVER
10383M: Michael Krufky <mkrufky@linuxtv.org>
10384L: linux-media@vger.kernel.org
10385W: http://linuxtv.org/
10386W: http://github.com/mkrufky
10387Q: http://patchwork.linuxtv.org/project/linux-media/list/
10388T: git git://linuxtv.org/mkrufky/tuners.git
10389S: Maintained
10390F: drivers/media/tuners/tda8290.*
10391
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010392TDA9840 MEDIA DRIVER
10393M: Hans Verkuil <hverkuil@xs4all.nl>
10394L: linux-media@vger.kernel.org
10395T: git git://linuxtv.org/media_tree.git
10396W: http://linuxtv.org
10397S: Maintained
10398F: drivers/media/i2c/tda9840*
10399
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010400TEA5761 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020010401M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010402L: linux-media@vger.kernel.org
10403W: http://linuxtv.org
10404T: git git://linuxtv.org/media_tree.git
10405S: Odd fixes
10406F: drivers/media/tuners/tea5761.*
10407
10408TEA5767 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020010409M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010410L: linux-media@vger.kernel.org
10411W: http://linuxtv.org
10412T: git git://linuxtv.org/media_tree.git
10413S: Maintained
10414F: drivers/media/tuners/tea5767.*
10415
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010416TEA6415C MEDIA DRIVER
10417M: Hans Verkuil <hverkuil@xs4all.nl>
10418L: linux-media@vger.kernel.org
10419T: git git://linuxtv.org/media_tree.git
10420W: http://linuxtv.org
10421S: Maintained
10422F: drivers/media/i2c/tea6415c*
10423
10424TEA6420 MEDIA DRIVER
10425M: Hans Verkuil <hverkuil@xs4all.nl>
10426L: linux-media@vger.kernel.org
10427T: git git://linuxtv.org/media_tree.git
10428W: http://linuxtv.org
10429S: Maintained
10430F: drivers/media/i2c/tea6420*
10431
Jiri Pirko3d249d42011-11-11 22:16:48 +000010432TEAM DRIVER
Jiri Pirkodca9ab92013-02-15 23:55:05 +000010433M: Jiri Pirko <jiri@resnulli.us>
Jiri Pirko3d249d42011-11-11 22:16:48 +000010434L: netdev@vger.kernel.org
10435S: Supported
10436F: drivers/net/team/
10437F: include/linux/if_team.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010438F: include/uapi/linux/if_team.h
Jiri Pirko3d249d42011-11-11 22:16:48 +000010439
Vivien Didelot7d029122013-01-04 16:18:14 -050010440TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
Joe Perches9c3646d2015-06-25 15:02:00 -070010441M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
Vivien Didelot7d029122013-01-04 16:18:14 -050010442S: Maintained
10443F: arch/x86/platform/ts5500/
10444
Sean Young40ad4a32012-11-19 10:32:53 -030010445TECHNOTREND USB IR RECEIVER
10446M: Sean Young <sean@mess.org>
10447L: linux-media@vger.kernel.org
10448S: Maintained
10449F: drivers/media/rc/ttusbir.c
10450
Stephen Warrenadabdb02013-09-13 13:00:57 -060010451TEGRA ARCHITECTURE SUPPORT
Stephen Warren243d58e2012-03-05 17:58:36 -070010452M: Stephen Warren <swarren@wwwdotorg.org>
Stephen Warrenadabdb02013-09-13 13:00:57 -060010453M: Thierry Reding <thierry.reding@gmail.com>
Stephen Warren554077c2014-10-03 09:50:32 -060010454M: Alexandre Courbot <gnurou@gmail.com>
Erik Gilling84b94142010-06-09 15:35:53 -070010455L: linux-tegra@vger.kernel.org
Olof Johanssonfd117cd2012-03-18 10:44:11 -070010456Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
Andreas Färberb779b882014-07-28 12:06:26 -060010457T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
Erik Gilling84b94142010-06-09 15:35:53 -070010458S: Supported
Stephen Warrenbbbe96e2013-04-29 16:17:23 -070010459N: [^a-z]tegra
Erik Gilling84b94142010-06-09 15:35:53 -070010460
Stephen Warrenadabdb02013-09-13 13:00:57 -060010461TEGRA CLOCK DRIVER
10462M: Peter De Schrijver <pdeschrijver@nvidia.com>
10463M: Prashant Gaikwad <pgaikwad@nvidia.com>
10464S: Supported
10465F: drivers/clk/tegra/
10466
10467TEGRA DMA DRIVER
10468M: Laxman Dewangan <ldewangan@nvidia.com>
10469S: Supported
10470F: drivers/dma/tegra20-apb-dma.c
10471
Stephen Warrenadabdb02013-09-13 13:00:57 -060010472TEGRA I2C DRIVER
10473M: Laxman Dewangan <ldewangan@nvidia.com>
10474S: Supported
10475F: drivers/i2c/busses/i2c-tegra.c
10476
10477TEGRA IOMMU DRIVERS
10478M: Hiroshi Doyu <hdoyu@nvidia.com>
10479S: Supported
10480F: drivers/iommu/tegra*
10481
10482TEGRA KBC DRIVER
10483M: Rakesh Iyer <riyer@nvidia.com>
10484M: Laxman Dewangan <ldewangan@nvidia.com>
10485S: Supported
10486F: drivers/input/keyboard/tegra-kbc.c
10487
Stephen Warrenadabdb02013-09-13 13:00:57 -060010488TEGRA PWM DRIVER
10489M: Thierry Reding <thierry.reding@gmail.com>
10490S: Supported
10491F: drivers/pwm/pwm-tegra.c
10492
10493TEGRA SERIAL DRIVER
10494M: Laxman Dewangan <ldewangan@nvidia.com>
10495S: Supported
10496F: drivers/tty/serial/serial-tegra.c
10497
10498TEGRA SPI DRIVER
10499M: Laxman Dewangan <ldewangan@nvidia.com>
10500S: Supported
10501F: drivers/spi/spi-tegra*
10502
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010503TEHUTI ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010504M: Andy Gospodarek <andy@greyhouse.net>
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010505L: netdev@vger.kernel.org
10506S: Supported
Jeff Kirsheref7f5422011-05-15 21:46:41 -070010507F: drivers/net/ethernet/tehuti/*
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010508
Alan Cox4e688522008-04-30 00:52:11 -070010509Telecom Clock Driver for MCPL0010
Joe Perches8b58be82009-07-29 15:04:30 -070010510M: Mark Gross <mark.gross@intel.com>
Alan Cox4e688522008-04-30 00:52:11 -070010511S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010512F: drivers/char/tlclk.c
Alan Cox4e688522008-04-30 00:52:11 -070010513
Randy Dunlap4480f15b2008-10-12 16:11:58 -070010514TENSILICA XTENSA PORT (xtensa)
Joe Perches8b58be82009-07-29 15:04:30 -070010515M: Chris Zankel <chris@zankel.net>
Chris Zankelf959ed22012-10-03 15:02:19 -070010516M: Max Filippov <jcmvbkbc@gmail.com>
10517L: linux-xtensa@linux-xtensa.org
Alan Cox4e688522008-04-30 00:52:11 -070010518S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010519F: arch/xtensa/
Max Filippov3dc99852014-04-03 14:48:48 -070010520F: drivers/irqchip/irq-xtensa-*
Alan Cox4e688522008-04-30 00:52:11 -070010521
Hans Verkuil5313ba62013-12-13 09:00:38 -030010522THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10523M: Hans Verkuil <hverkuil@xs4all.nl>
10524L: linux-media@vger.kernel.org
10525T: git git://linuxtv.org/media_tree.git
10526W: http://linuxtv.org
10527S: Maintained
10528F: drivers/media/radio/radio-raremono.c
10529
Zhang Ruid3fb6952012-11-15 08:58:27 +080010530THERMAL
Joe Perchesb75f0052014-03-03 15:38:37 -080010531M: Zhang Rui <rui.zhang@intel.com>
Lee Jonesf14d1c22014-05-30 11:03:28 +010010532M: Eduardo Valentin <edubezval@gmail.com>
Joe Perchesb75f0052014-03-03 15:38:37 -080010533L: linux-pm@vger.kernel.org
10534T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10535T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10536Q: https://patchwork.kernel.org/project/linux-pm/list/
10537S: Supported
10538F: drivers/thermal/
10539F: include/linux/thermal.h
Florian Fainelliaf6c9f12014-11-19 18:11:00 -080010540F: include/uapi/linux/thermal.h
Joe Perchesb75f0052014-03-03 15:38:37 -080010541F: include/linux/cpu_cooling.h
10542F: Documentation/devicetree/bindings/thermal/
Zhang Ruid3fb6952012-11-15 08:58:27 +080010543
Viresh Kumar64e05d82015-08-27 07:32:11 +053010544THERMAL/CPU_COOLING
10545M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10546M: Viresh Kumar <viresh.kumar@linaro.org>
10547M: Javi Merino <javi.merino@arm.com>
10548L: linux-pm@vger.kernel.org
10549S: Supported
10550F: Documentation/thermal/cpu-cooling-api.txt
10551F: drivers/thermal/cpu_cooling.c
10552F: include/linux/cpu_cooling.h
10553
Vivien Didelot30ba2fb2013-01-22 12:01:21 -050010554THINGM BLINK(1) USB RGB LED DRIVER
10555M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10556S: Maintained
10557F: drivers/hid/hid-thingm.c
10558
Alan Cox4e688522008-04-30 00:52:11 -070010559THINKPAD ACPI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010560M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
Alan Cox4e688522008-04-30 00:52:11 -070010561L: ibm-acpi-devel@lists.sourceforge.net
Matthew Garrettd0944852010-02-11 10:40:13 -050010562L: platform-driver-x86@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -070010563W: http://ibm-acpi.sourceforge.net
10564W: http://thinkwiki.org/wiki/Ibm-acpi
Joe Perches54e58812009-04-07 21:08:10 -070010565T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
Alan Cox4e688522008-04-30 00:52:11 -070010566S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010567F: drivers/platform/x86/thinkpad_acpi.c
Alan Cox4e688522008-04-30 00:52:11 -070010568
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010569TI BANDGAP AND THERMAL DRIVER
Lee Jonesf14d1c22014-05-30 11:03:28 +010010570M: Eduardo Valentin <edubezval@gmail.com>
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010571L: linux-pm@vger.kernel.org
Nishanth Menon531ff132015-01-03 13:13:30 -060010572L: linux-omap@vger.kernel.org
Eduardo Valentin5a723e82015-01-05 17:48:13 -040010573S: Maintained
Eduardo Valentin794b2e22013-05-15 15:46:01 +000010574F: drivers/thermal/ti-soc-thermal/
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010575
Max Filippov0c7665c2015-01-12 10:20:46 +030010576TI CDCE706 CLOCK DRIVER
10577M: Max Filippov <jcmvbkbc@gmail.com>
10578S: Maintained
10579F: drivers/clk/clk-cdce706.c
10580
Tero Kristo49b6a5e2014-07-02 17:03:50 +030010581TI CLOCK DRIVER
10582M: Tero Kristo <t-kristo@ti.com>
10583L: linux-omap@vger.kernel.org
10584S: Maintained
10585F: drivers/clk/ti/
10586F: include/linux/clk/ti.h
10587
Alex Dubov4020f2d2006-10-04 02:15:37 -070010588TI FLASH MEDIA INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010589M: Alex Dubov <oakad@yahoo.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020010590S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010591F: drivers/misc/tifm*
10592F: drivers/mmc/host/tifm_sd.c
10593F: include/linux/tifm.h
Alex Dubov4020f2d2006-10-04 02:15:37 -070010594
Santosh Shilimkare0c52402014-07-10 11:30:08 -040010595TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
Santosh Shilimkar97215802014-10-13 14:16:28 -040010596M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkare0c52402014-07-10 11:30:08 -040010597L: linux-kernel@vger.kernel.org
10598L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10599S: Maintained
10600F: drivers/soc/ti/*
10601T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10602
10603
M R Swami Reddy152ad442012-04-02 20:02:31 +053010604TI LM49xxx FAMILY ASoC CODEC DRIVERS
10605M: M R Swami Reddy <mr.swami.reddy@ti.com>
M R Swami Reddyd392dea2012-06-07 18:37:54 +053010606M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
M R Swami Reddy152ad442012-04-02 20:02:31 +053010607L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10608S: Maintained
10609F: sound/soc/codecs/lm49453*
M R Swami Reddyd392dea2012-06-07 18:37:54 +053010610F: sound/soc/codecs/isabelle*
M R Swami Reddy152ad442012-04-02 20:02:31 +053010611
Kim, Milo0edd8072012-12-17 16:01:17 -080010612TI LP855x BACKLIGHT DRIVER
10613M: Milo Kim <milo.kim@ti.com>
10614S: Maintained
10615F: Documentation/backlight/lp855x-driver.txt
10616F: drivers/video/backlight/lp855x_bl.c
10617F: include/linux/platform_data/lp855x.h
10618
Kim, Milofaf13f62012-12-10 05:27:03 +000010619TI LP8727 CHARGER DRIVER
10620M: Milo Kim <milo.kim@ti.com>
10621S: Maintained
10622F: drivers/power/lp8727_charger.c
10623F: include/linux/platform_data/lp8727.h
10624
Kim, Milo22f12292012-12-10 05:27:55 +000010625TI LP8788 MFD DRIVER
10626M: Milo Kim <milo.kim@ti.com>
10627S: Maintained
10628F: drivers/iio/adc/lp8788_adc.c
10629F: drivers/leds/leds-lp8788.c
10630F: drivers/mfd/lp8788*.c
10631F: drivers/power/lp8788-charger.c
10632F: drivers/regulator/lp8788-*.c
10633F: include/linux/mfd/lp8788*.h
10634
Karicheri, Muralidharan84640e22015-01-15 19:12:50 -050010635TI NETCP ETHERNET DRIVER
10636M: Wingman Kwok <w-kwok2@ti.com>
10637M: Murali Karicheri <m-karicheri2@ti.com>
10638L: netdev@vger.kernel.org
10639S: Maintained
10640F: drivers/net/ethernet/ti/netcp*
10641
Kevin Cernekee217e0ca2015-05-03 17:00:19 -070010642TI TAS571X FAMILY ASoC CODEC DRIVER
10643M: Kevin Cernekee <cernekee@chromium.org>
10644L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10645S: Odd Fixes
10646F: sound/soc/codecs/tas571x*
10647
Peter Ujfalusidd5e8e62009-06-25 13:26:09 +030010648TI TWL4030 SERIES SOC CODEC DRIVER
Peter Ujfalusi3be79d12011-05-02 14:16:29 +030010649M: Peter Ujfalusi <peter.ujfalusi@ti.com>
Peter Ujfalusidd5e8e62009-06-25 13:26:09 +030010650L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10651S: Maintained
10652F: sound/soc/codecs/twl4030*
10653
Luciano Coelho90921012011-11-20 21:40:41 +020010654TI WILINK WIRELESS DRIVERS
Luciano Coelho90921012011-11-20 21:40:41 +020010655L: linux-wireless@vger.kernel.org
10656W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10657W: http://wireless.kernel.org/en/users/Drivers/wl1251
10658T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
Luciano Coelho22d072f2013-12-09 22:28:32 +020010659S: Orphan
Luciano Coelho90921012011-11-20 21:40:41 +020010660F: drivers/net/wireless/ti/
10661F: include/linux/wl12xx.h
10662
Per Lidene86eaa32006-01-12 16:45:18 +010010663TIPC NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -070010664M: Jon Maloy <jon.maloy@ericsson.com>
Jon Paul Maloy115403d2015-03-09 14:44:13 -040010665M: Ying Xue <ying.xue@windriver.com>
Allan Stephens633d2bd2011-03-13 15:44:07 -050010666L: netdev@vger.kernel.org (core kernel code)
10667L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
Per Lidene86eaa32006-01-12 16:45:18 +010010668W: http://tipc.sourceforge.net/
Per Lidene86eaa32006-01-12 16:45:18 +010010669S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010670F: include/uapi/linux/tipc*.h
Joe Perches679655d2009-04-07 20:44:32 -070010671F: net/tipc/
Per Lidene86eaa32006-01-12 16:45:18 +010010672
Chris Metcalf867e3592010-05-28 23:09:12 -040010673TILE ARCHITECTURE
Chris Metcalfc47b15c2014-11-13 09:41:58 -050010674M: Chris Metcalf <cmetcalf@ezchip.com>
Chris Metcalf740e1432015-02-13 13:16:49 -050010675W: http://www.ezchip.com/scm/
Chris Metcalf867e3592010-05-28 23:09:12 -040010676S: Supported
10677F: arch/tile/
Chris Metcalf6b940602013-08-07 10:45:01 -040010678F: drivers/char/tile-srom.c
Chris Metcalf5c770752011-03-01 13:01:49 -050010679F: drivers/edac/tile_edac.c
Chris Metcalf6b940602013-08-07 10:45:01 -040010680F: drivers/net/ethernet/tile/
10681F: drivers/rtc/rtc-tile.c
10682F: drivers/tty/hvc/hvc_tile.c
Chris Metcalfb5c6c1a2013-08-12 14:11:44 -040010683F: drivers/tty/serial/tilegx.c
Chris Metcalf6b940602013-08-07 10:45:01 -040010684F: drivers/usb/host/*-tilegx.c
10685F: include/linux/usb/tilegx.h
Chris Metcalf867e3592010-05-28 23:09:12 -040010686
Linus Torvalds1da177e2005-04-16 15:20:36 -070010687TLAN NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010688M: Samuel Chessman <chessman@tux.org>
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +080010689L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010690W: http://sourceforge.net/projects/tlan/
10691S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010692F: Documentation/networking/tlan.txt
Jeff Kirsherb544dba2011-06-14 12:56:50 -070010693F: drivers/net/ethernet/ti/tlan.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010694
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010695TOMOYO SECURITY MODULE
Joe Perches8b58be82009-07-29 15:04:30 -070010696M: Kentaro Takeda <takedakn@nttdata.co.jp>
10697M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tetsuo Handad03a5d82010-12-19 12:54:22 +090010698L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10699L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010700L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10701L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10702W: http://tomoyo.sourceforge.jp/
Tetsuo Handa843d1832011-09-14 17:03:19 +090010703T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010704S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010705F: security/tomoyo/
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010706
Herton Ronaldo Krzesinski9caeb532009-09-14 21:11:21 -030010707TOPSTAR LAPTOP EXTRAS DRIVER
Herton Ronaldo Krzesinski9f0939b2011-02-24 15:18:07 -030010708M: Herton Ronaldo Krzesinski <herton@canonical.com>
Matthew Garrettd0944852010-02-11 10:40:13 -050010709L: platform-driver-x86@vger.kernel.org
Herton Ronaldo Krzesinski9caeb532009-09-14 21:11:21 -030010710S: Maintained
10711F: drivers/platform/x86/topstar-laptop.c
10712
Linus Torvalds1da177e2005-04-16 15:20:36 -070010713TOSHIBA ACPI EXTRAS DRIVER
Azael Avalos0a63ca12015-03-06 18:14:42 -070010714M: Azael Avalos <coproscefalo@gmail.com>
Matthew Garrettd0944852010-02-11 10:40:13 -050010715L: platform-driver-x86@vger.kernel.org
Azael Avalos0a63ca12015-03-06 18:14:42 -070010716S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010717F: drivers/platform/x86/toshiba_acpi.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070010718
Azael Avalos0a63ca12015-03-06 18:14:42 -070010719TOSHIBA BLUETOOTH DRIVER
10720M: Azael Avalos <coproscefalo@gmail.com>
10721L: platform-driver-x86@vger.kernel.org
10722S: Maintained
10723F: drivers/platform/x86/toshiba_bluetooth.c
10724
10725TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10726M: Azael Avalos <coproscefalo@gmail.com>
10727L: platform-driver-x86@vger.kernel.org
10728S: Maintained
10729F: drivers/platform/x86/toshiba_haps.c
10730
Azael Avalos14991fc2015-09-28 20:32:28 -060010731TOSHIBA WMI HOTKEYS DRIVER
10732M: Azael Avalos <coproscefalo@gmail.com>
10733L: platform-driver-x86@vger.kernel.org
10734S: Maintained
10735F: drivers/platform/x86/toshiba-wmi.c
10736
Linus Torvalds1da177e2005-04-16 15:20:36 -070010737TOSHIBA SMM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010738M: Jonathan Buzzard <jonathan@buzzard.org.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010739W: http://www.buzzard.org.uk/toshiba/
10740S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010741F: drivers/char/toshiba.c
10742F: include/linux/toshiba.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010743F: include/uapi/linux/toshiba.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010744
Mats Randgaardd32d9862015-07-09 05:45:47 -030010745TOSHIBA TC358743 DRIVER
10746M: Mats Randgaard <matrandg@cisco.com>
10747L: linux-media@vger.kernel.org
10748S: Maintained
10749F: drivers/media/i2c/tc358743*
10750F: include/media/tc358743.h
10751
Pierre Ossmand719f902009-03-24 21:06:09 +010010752TMIO MMC DRIVER
Ben Hutchingsc4b13fb2015-04-27 00:01:53 +010010753M: Ian Molton <ian@mnementh.co.uk>
Guennadi Liakhovetskid1057c42011-07-17 22:04:07 +020010754L: linux-mmc@vger.kernel.org
Pierre Ossmand719f902009-03-24 21:06:09 +010010755S: Maintained
Guennadi Liakhovetskid1057c42011-07-17 22:04:07 +020010756F: drivers/mmc/host/tmio_mmc*
10757F: drivers/mmc/host/sh_mobile_sdhi.c
10758F: include/linux/mmc/tmio.h
10759F: include/linux/mmc/sh_mobile_sdhi.h
Pierre Ossmand719f902009-03-24 21:06:09 +010010760
Guenter Roeck917cc4e2013-05-19 20:44:27 -070010761TMP401 HARDWARE MONITOR DRIVER
10762M: Guenter Roeck <linux@roeck-us.net>
10763L: lm-sensors@lm-sensors.org
10764S: Maintained
10765F: Documentation/hwmon/tmp401
10766F: drivers/hwmon/tmp401.c
10767
Hugh Dickins98f32602009-05-21 20:33:58 +010010768TMPFS (SHMEM FILESYSTEM)
Hugh Dickinsbfcc6e22010-05-14 19:40:35 -070010769M: Hugh Dickins <hughd@google.com>
Hugh Dickins98f32602009-05-21 20:33:58 +010010770L: linux-mm@kvack.org
10771S: Maintained
10772F: include/linux/shmem_fs.h
10773F: mm/shmem.c
10774
Mauro Carvalho Chehab45f95b52012-11-02 11:41:01 -020010775TM6000 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020010776M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab45f95b52012-11-02 11:41:01 -020010777L: linux-media@vger.kernel.org
10778W: http://linuxtv.org
10779T: git git://linuxtv.org/media_tree.git
10780S: Odd fixes
10781F: drivers/media/usb/tm6000/
10782
Hans Verkuilc65fde12014-08-10 05:16:39 -030010783TW68 VIDEO4LINUX DRIVER
10784M: Hans Verkuil <hverkuil@xs4all.nl>
10785L: linux-media@vger.kernel.org
10786T: git git://linuxtv.org/media_tree.git
10787W: http://linuxtv.org
10788S: Odd Fixes
10789F: drivers/media/pci/tw68/
10790
Alan Cox4e688522008-04-30 00:52:11 -070010791TPM DEVICE DRIVER
Peter Huewe901486b2013-10-22 19:28:30 +020010792M: Peter Huewe <peterhuewe@gmx.de>
Rajiv Andradecbb2d5e2012-04-24 11:19:58 -030010793M: Marcel Selhorst <tpmdd@selhorst.net>
Jarkko Sakkinen89adb832015-10-16 12:14:28 +030010794M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Peter Huewece93b4b2015-03-15 01:05:31 +010010795R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Peter Huewe383dec12013-10-30 20:54:45 +010010796W: http://tpmdd.sourceforge.net
Rajiv Andrade63a10df2008-10-15 22:04:36 -070010797L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Peter Huewef78c81b2015-01-17 15:17:51 +010010798Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10799T: https://github.com/PeterHuewe/linux-tpmdd
Alan Cox4e688522008-04-30 00:52:11 -070010800S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010801F: drivers/char/tpm/
Alan Cox4e688522008-04-30 00:52:11 -070010802
Ashley Lai1a0f1b22014-12-04 21:01:51 -060010803TPM IBM_VTPM DEVICE DRIVER
10804M: Ashley Lai <ashleydlai@gmail.com>
10805W: http://tpmdd.sourceforge.net
10806L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10807S: Maintained
10808F: drivers/char/tpm/tpm_ibmvtpm*
10809
Joe Perchesd6f005a2009-10-26 16:49:40 -070010810TRACING
10811M: Steven Rostedt <rostedt@goodmis.org>
Joe Perchesd6f005a2009-10-26 16:49:40 -070010812M: Ingo Molnar <mingo@redhat.com>
Peter Zijlstra75fc2d32011-12-05 17:27:08 +010010813T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
Joe Perchesd6f005a2009-10-26 16:49:40 -070010814S: Maintained
10815F: Documentation/trace/ftrace.txt
10816F: arch/*/*/*/ftrace.h
10817F: arch/*/kernel/ftrace.c
10818F: include/*/ftrace.h
10819F: include/linux/trace*.h
10820F: include/trace/
10821F: kernel/trace/
Masami Hiramatsu6e68e6c2014-09-22 23:42:50 +000010822F: tools/testing/selftests/ftrace/
Joe Perchesd6f005a2009-10-26 16:49:40 -070010823
Linus Torvalds1da177e2005-04-16 15:20:36 -070010824TRIVIAL PATCHES
Joe Perches8b58be82009-07-29 15:04:30 -070010825M: Jiri Kosina <trivial@kernel.org>
Joe Perches54e58812009-04-07 21:08:10 -070010826T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070010827S: Maintained
Joe Perches86ef9252011-03-31 00:19:19 +020010828K: ^Subject:.*(?i)trivial
Linus Torvalds1da177e2005-04-16 15:20:36 -070010829
Alan Cox4e688522008-04-30 00:52:11 -070010830TTY LAYER
Greg KH879a5a02012-01-31 20:02:00 -080010831M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jiri Slabyd8130622015-07-17 16:23:20 -070010832M: Jiri Slaby <jslaby@suse.com>
Greg KH879a5a02012-01-31 20:02:00 -080010833S: Supported
Joe Perches08deed12012-03-23 15:01:57 -070010834T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
Baruch Siach84e1eb82015-06-04 10:56:58 +030010835F: Documentation/serial/
Lucas Kannebley Tavares8dd5d2f2012-01-09 17:39:24 -020010836F: drivers/tty/
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080010837F: drivers/tty/serial/serial_core.c
Alan Coxe3288772009-07-07 16:39:54 +010010838F: include/linux/serial_core.h
10839F: include/linux/serial.h
10840F: include/linux/tty.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010841F: include/uapi/linux/serial_core.h
10842F: include/uapi/linux/serial.h
10843F: include/uapi/linux/tty.h
Alan Cox4e688522008-04-30 00:52:11 -070010844
Antti Palosaari91952bc2012-10-01 12:28:46 -030010845TUA9001 MEDIA DRIVER
10846M: Antti Palosaari <crope@iki.fi>
10847L: linux-media@vger.kernel.org
10848W: http://linuxtv.org/
10849W: http://palosaari.fi/linux/
10850Q: http://patchwork.linuxtv.org/project/linux-media/list/
10851T: git git://linuxtv.org/anttip/media_tree.git
10852S: Maintained
10853F: drivers/media/tuners/tua9001*
10854
Grant Grundler740db6d2008-02-17 11:53:49 -070010855TULIP NETWORK DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -070010856M: Grant Grundler <grundler@parisc-linux.org>
Grant Grundler740db6d2008-02-17 11:53:49 -070010857L: netdev@vger.kernel.org
10858S: Maintained
Joe Perches0f04e2a2012-01-10 15:08:56 -080010859F: drivers/net/ethernet/dec/tulip/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010860
10861TUN/TAP driver
Jiri Slabyba57b6f2012-11-30 07:05:40 +000010862M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010863W: http://vtun.sourceforge.net/tun
10864S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010865F: Documentation/networking/tuntap.txt
10866F: arch/um/os-Linux/drivers/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010867
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080010868TURBOCHANNEL SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010869M: "Maciej W. Rozycki" <macro@linux-mips.org>
Ralf Baechlec4063392014-04-03 13:29:06 +020010870M: Ralf Baechle <ralf@linux-mips.org>
10871L: linux-mips@linux-mips.org
10872Q: http://patchwork.linux-mips.org/project/linux-mips/list/
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080010873S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010874F: drivers/tc/
10875F: include/linux/tc.h
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080010876
Linus Torvalds1da177e2005-04-16 15:20:36 -070010877U14-34F SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010878M: Dario Ballabio <ballabio_dario@emc.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010879L: linux-scsi@vger.kernel.org
10880S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010881F: drivers/scsi/u14-34f.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070010882
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010883UBI FILE SYSTEM (UBIFS)
Artem Bityutskiy949cb622009-10-20 10:21:45 +030010884M: Artem Bityutskiy <dedekind1@gmail.com>
Artem Bityutskiycc8f9b92011-07-22 10:55:50 +030010885M: Adrian Hunter <adrian.hunter@intel.com>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010886L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +030010887T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010888W: http://www.linux-mtd.infradead.org/doc/ubifs.html
10889S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010890F: Documentation/filesystems/ubifs.txt
10891F: fs/ubifs/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010892
Greg Ungerere1632fa2015-06-19 10:40:03 +100010893UCLINUX (M68KNOMMU AND COLDFIRE)
Joe Perches8b58be82009-07-29 15:04:30 -070010894M: Greg Ungerer <gerg@uclinux.org>
Alan Coxcc2020e2008-05-19 14:21:51 +010010895W: http://www.uclinux.org/
Greg Ungerere1632fa2015-06-19 10:40:03 +100010896L: linux-m68k@lists.linux-m68k.org
Alan Coxcc2020e2008-05-19 14:21:51 +010010897L: uclinux-dev@uclinux.org (subscribers-only)
Greg Ungerere1632fa2015-06-19 10:40:03 +100010898T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
Alan Coxcc2020e2008-05-19 14:21:51 +010010899S: Maintained
Greg Ungerere1632fa2015-06-19 10:40:03 +100010900F: arch/m68k/coldfire/
10901F: arch/m68k/68*/
Joe Perches61bc02b2011-04-14 15:22:04 -070010902F: arch/m68k/*/*_no.*
10903F: arch/m68k/include/asm/*_no.*
Alan Coxcc2020e2008-05-19 14:21:51 +010010904
Linus Torvalds1da177e2005-04-16 15:20:36 -070010905UDF FILESYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -070010906M: Jan Kara <jack@suse.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010907S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010908F: Documentation/filesystems/udf.txt
10909F: fs/udf/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010910
Alan Coxcc2020e2008-05-19 14:21:51 +010010911UFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010912M: Evgeniy Dushistov <dushistov@mail.ru>
Alan Coxcc2020e2008-05-19 14:21:51 +010010913S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010914F: Documentation/filesystems/ufs.txt
10915F: fs/ufs/
Alan Coxcc2020e2008-05-19 14:21:51 +010010916
David Herrmann0a09d3a2012-06-10 15:16:28 +020010917UHID USERSPACE HID IO DRIVER:
10918M: David Herrmann <dh.herrmann@googlemail.com>
10919L: linux-input@vger.kernel.org
10920S: Maintained
10921F: drivers/hid/uhid.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010922F: include/uapi/linux/uhid.h
David Herrmann0a09d3a2012-06-10 15:16:28 +020010923
David Vrabel18332a82008-09-17 16:34:44 +010010924ULTRA-WIDEBAND (UWB) SUBSYSTEM:
David Vrabel18332a82008-09-17 16:34:44 +010010925L: linux-usb@vger.kernel.org
David Vrabel10c6c9c2010-10-25 14:05:36 +010010926S: Orphan
David Vrabel355ffe62009-12-22 13:13:28 +000010927F: drivers/uwb/
Joe Perches679655d2009-04-07 20:44:32 -070010928F: include/linux/uwb.h
10929F: include/linux/uwb/
David Vrabel18332a82008-09-17 16:34:44 +010010930
GuanXuetaob31d8272011-01-16 00:35:49 +080010931UNICORE32 ARCHITECTURE:
10932M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10933W: http://mprc.pku.edu.cn/~guanxuetao/linux
10934S: Maintained
Guan Xuetaoceebf4d2014-05-27 07:53:10 +080010935T: git git://github.com/gxt/linux.git
GuanXuetaob31d8272011-01-16 00:35:49 +080010936F: arch/unicore32/
10937
Tony Finchd8379ab2009-11-27 15:50:30 +000010938UNIFDEF
10939M: Tony Finch <dot@dotat.at>
10940W: http://dotat.at/prog/unifdef
10941S: Maintained
10942F: scripts/unifdef.c
10943
Linus Torvalds1da177e2005-04-16 15:20:36 -070010944UNIFORM CDROM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010945M: Jens Axboe <axboe@kernel.dk>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010946W: http://www.kernel.dk
10947S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010948F: Documentation/cdrom/
10949F: drivers/cdrom/cdrom.c
10950F: include/linux/cdrom.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010951F: include/uapi/linux/cdrom.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010952
Benjamin Romer56df0122014-03-07 13:02:21 -060010953UNISYS S-PAR DRIVERS
Joe Perches49e7d9d2015-04-15 16:17:31 -070010954M: Benjamin Romer <benjamin.romer@unisys.com>
10955M: David Kershner <david.kershner@unisys.com>
10956L: sparmaintainer@unisys.com (Unisys internal)
10957S: Supported
10958F: drivers/staging/unisys/
Benjamin Romer56df0122014-03-07 13:02:21 -060010959
Vinayak Holikatti9941fa62012-04-20 14:11:50 +053010960UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10961M: Vinayak Holikatti <vinholikatti@gmail.com>
Vinayak Holikatti9941fa62012-04-20 14:11:50 +053010962L: linux-scsi@vger.kernel.org
10963S: Supported
10964F: Documentation/scsi/ufs.txt
10965F: drivers/scsi/ufs/
10966
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010967UNSORTED BLOCK IMAGES (UBI)
Artem Bityutskiy949cb622009-10-20 10:21:45 +030010968M: Artem Bityutskiy <dedekind1@gmail.com>
Richard Weinberger346be9b2015-01-28 12:28:24 +010010969M: Richard Weinberger <richard@nod.at>
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010970W: http://www.linux-mtd.infradead.org/
10971L: linux-mtd@lists.infradead.org
Artem Bityutskiyb6b44e02014-01-02 16:43:51 +020010972T: git git://git.infradead.org/ubifs-2.6.git
Richard Weinberger346be9b2015-01-28 12:28:24 +010010973S: Supported
Joe Perches80811492009-04-08 20:20:27 -070010974F: drivers/mtd/ubi/
Joe Perches679655d2009-04-07 20:44:32 -070010975F: include/linux/mtd/ubi.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010976F: include/uapi/mtd/ubi-user.h
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070010977
Linus Torvalds1da177e2005-04-16 15:20:36 -070010978USB ACM DRIVER
Oliver Neukum61eee9a2012-08-01 14:32:55 +020010979M: Oliver Neukum <oliver@neukum.org>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -070010980L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070010981S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010982F: Documentation/usb/acm.txt
10983F: drivers/usb/class/cdc-acm.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010984
Pontus Fuchsb7d572e2012-10-23 20:33:57 +020010985USB AR5523 WIRELESS DRIVER
10986M: Pontus Fuchs <pontus.fuchs@gmail.com>
10987L: linux-wireless@vger.kernel.org
10988S: Maintained
10989F: drivers/net/wireless/ath/ar5523/
10990
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020010991USB ATTACHED SCSI
Hans de Goedef50a4962013-10-28 10:48:04 +000010992M: Hans de Goede <hdegoede@redhat.com>
Gerd Hoffmann8eae0fb2013-01-25 14:52:09 +010010993M: Gerd Hoffmann <kraxel@redhat.com>
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020010994L: linux-usb@vger.kernel.org
10995L: linux-scsi@vger.kernel.org
Gerd Hoffmann8eae0fb2013-01-25 14:52:09 +010010996S: Maintained
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020010997F: drivers/usb/storage/uas.c
10998
Linus Torvalds1da177e2005-04-16 15:20:36 -070010999USB CDC ETHERNET DRIVER
Oliver Neukum61eee9a2012-08-01 14:32:55 +020011000M: Oliver Neukum <oliver@neukum.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011001L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011002S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011003F: drivers/net/usb/cdc_*.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011004F: include/uapi/linux/usb/cdc.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011005
Keith Packard66e3e592015-03-19 20:36:49 -070011006USB CHAOSKEY DRIVER
11007M: Keith Packard <keithp@keithp.com>
11008L: linux-usb@vger.kernel.org
11009S: Maintained
11010F: drivers/usb/misc/chaoskey.c
11011
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011012USB CYPRESS C67X00 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011013M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011014L: linux-usb@vger.kernel.org
11015S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011016F: drivers/usb/c67x00/
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011017
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011018USB DAVICOM DM9601 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011019M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard043600a2007-06-27 21:18:18 +020011020L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011021W: http://www.linux-usb.org/usbnet
11022S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011023F: drivers/net/usb/dm9601.c
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011024
Alan Coxcc2020e2008-05-19 14:21:51 +010011025USB DIAMOND RIO500 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011026M: Cesar Miquel <miquel@df.uba.ar>
Alan Coxcc2020e2008-05-19 14:21:51 +010011027L: rio500-users@lists.sourceforge.net
11028W: http://rio500.sourceforge.net
11029S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011030F: drivers/usb/misc/rio500*
Alan Coxcc2020e2008-05-19 14:21:51 +010011031
Linus Torvalds1da177e2005-04-16 15:20:36 -070011032USB EHCI DRIVER
Alan Stern578333a2011-06-15 16:32:46 -040011033M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011034L: linux-usb@vger.kernel.org
Alan Stern578333a2011-06-15 16:32:46 -040011035S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011036F: Documentation/usb/ehci.txt
11037F: drivers/usb/host/ehci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011038
David Brownell69ae9e32006-11-14 02:03:31 -080011039USB GADGET/PERIPHERAL SUBSYSTEM
Felipe Balbid6d0f662011-06-08 19:16:28 +030011040M: Felipe Balbi <balbi@ti.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011041L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -080011042W: http://www.linux-usb.org/gadget
Felipe Balbid6d0f662011-06-08 19:16:28 +030011043T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11044S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011045F: drivers/usb/gadget/
11046F: include/linux/usb/gadget*
David Brownell69ae9e32006-11-14 02:03:31 -080011047
Jiri Kosina2dea64b2007-07-11 12:12:11 +020011048USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosinae5f64502015-08-09 09:11:34 +020011049M: Jiri Kosina <jikos@kernel.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011050L: linux-usb@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -070011051T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011052S: Maintained
Joe Perchesc2f01972011-06-01 10:59:13 -070011053F: Documentation/hid/hiddev.txt
Joe Perches679655d2009-04-07 20:44:32 -070011054F: drivers/hid/usbhid/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011055
Olav Kongas959eea22005-11-03 17:38:14 +020011056USB ISP116X DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011057M: Olav Kongas <ok@artecdesign.ee>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011058L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +020011059S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011060F: drivers/usb/host/isp116x*
11061F: include/linux/usb/isp116x.h
Olav Kongas959eea22005-11-03 17:38:14 +020011062
Linus Torvalds1da177e2005-04-16 15:20:36 -070011063USB MASS STORAGE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011064M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011065L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -080011066L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -070011067S: Maintained
11068W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
Joe Perches679655d2009-04-07 20:44:32 -070011069F: drivers/usb/storage/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011070
Clemens Ladischaf399172011-01-10 16:32:54 +010011071USB MIDI DRIVER
11072M: Clemens Ladisch <clemens@ladisch.de>
11073L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11074T: git git://git.alsa-project.org/alsa-kernel.git
11075S: Maintained
11076F: sound/usb/midi.*
11077
Joe Perches444ce9d2013-08-01 21:03:32 -070011078USB NETWORKING DRIVERS
11079L: linux-usb@vger.kernel.org
11080S: Odd Fixes
11081F: drivers/net/usb/
11082
Linus Torvalds1da177e2005-04-16 15:20:36 -070011083USB OHCI DRIVER
Alan Stern578333a2011-06-15 16:32:46 -040011084M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011085L: linux-usb@vger.kernel.org
Alan Stern578333a2011-06-15 16:32:46 -040011086S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011087F: Documentation/usb/ohci.txt
11088F: drivers/usb/host/ohci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011089
Peter Chen963ffa32015-02-15 12:22:59 +080011090USB OTG FSM (Finite State Machine)
11091M: Peter Chen <Peter.Chen@freescale.com>
Peter Chen83738562015-03-23 19:57:36 +080011092T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
Peter Chen963ffa32015-02-15 12:22:59 +080011093L: linux-usb@vger.kernel.org
11094S: Maintained
11095F: drivers/usb/common/usb-otg-fsm.c
11096
Valentina Manea563da3a2014-08-20 07:31:02 +030011097USB OVER IP DRIVER
11098M: Valentina Manea <valentina.manea.m@gmail.com>
11099M: Shuah Khan <shuah.kh@samsung.com>
11100L: linux-usb@vger.kernel.org
11101S: Maintained
11102F: drivers/usb/usbip/
11103F: tools/usb/usbip/
11104
Linus Torvalds1da177e2005-04-16 15:20:36 -070011105USB PEGASUS DRIVER
Petko Manolova16b9452013-04-29 16:17:25 -070011106M: Petko Manolov <petkan@nucleusys.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011107L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +020011108L: netdev@vger.kernel.org
Petko Manolov052e3122013-11-15 11:51:54 +020011109T: git git://github.com/petkan/pegasus.git
11110W: https://github.com/petkan/pegasus
Linus Torvalds1da177e2005-04-16 15:20:36 -070011111S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011112F: drivers/net/usb/pegasus.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011113
Felipe Balbid3ad5582012-05-21 16:24:49 +030011114USB PHY LAYER
11115M: Felipe Balbi <balbi@ti.com>
11116L: linux-usb@vger.kernel.org
11117T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11118S: Maintained
11119F: drivers/usb/phy/
Felipe Balbid3ad5582012-05-21 16:24:49 +030011120
Pete Zaitcev73e4fb32007-06-21 15:18:35 -070011121USB PRINTER DRIVER (usblp)
Joe Perches8b58be82009-07-29 15:04:30 -070011122M: Pete Zaitcev <zaitcev@redhat.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011123L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -070011124S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011125F: drivers/usb/class/usblp.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011126
11127USB RTL8150 DRIVER
Petko Manolova16b9452013-04-29 16:17:25 -070011128M: Petko Manolov <petkan@nucleusys.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011129L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +020011130L: netdev@vger.kernel.org
Petko Manolov052e3122013-11-15 11:51:54 +020011131T: git git://github.com/petkan/rtl8150.git
11132W: https://github.com/petkan/rtl8150
Linus Torvalds1da177e2005-04-16 15:20:36 -070011133S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011134F: drivers/net/usb/rtl8150.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011135
Greg KHf896b792013-10-30 11:07:31 -070011136USB SERIAL SUBSYSTEM
Johan Hovold66085692014-06-23 12:33:15 +020011137M: Johan Hovold <johan@kernel.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011138L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -070011139S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011140F: Documentation/usb/usb-serial.txt
Greg KHf896b792013-10-30 11:07:31 -070011141F: drivers/usb/serial/
Joe Perches679655d2009-04-07 20:44:32 -070011142F: include/linux/usb/serial.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011143
Steve Glendinningb3f0db12012-08-15 21:53:38 +000011144USB SMSC75XX ETHERNET DRIVER
11145M: Steve Glendinning <steve.glendinning@shawell.net>
11146L: netdev@vger.kernel.org
11147S: Maintained
11148F: drivers/net/usb/smsc75xx.*
11149
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011150USB SMSC95XX ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010011151M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011152L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010011153S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011154F: drivers/net/usb/smsc95xx.*
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011155
Linus Torvalds1da177e2005-04-16 15:20:36 -070011156USB SUBSYSTEM
Greg KH879a5a02012-01-31 20:02:00 -080011157M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011158L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011159W: http://www.linux-usb.org
Joe Perches08deed12012-03-23 15:01:57 -070011160T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011161S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011162F: Documentation/usb/
Joe Perches679655d2009-04-07 20:44:32 -070011163F: drivers/usb/
11164F: include/linux/usb.h
11165F: include/linux/usb/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011166
11167USB UHCI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011168M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011169L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011170S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011171F: drivers/usb/host/uhci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011172
David Brownell69ae9e32006-11-14 02:03:31 -080011173USB "USBNET" DRIVER FRAMEWORK
Jiri Slabyd8130622015-07-17 16:23:20 -070011174M: Oliver Neukum <oneukum@suse.com>
Peter Korsgaard043600a2007-06-27 21:18:18 +020011175L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -080011176W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -070011177S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011178F: drivers/net/usb/usbnet.c
11179F: include/linux/usb/usbnet.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011180
Laurent Pinchartc0efd232008-06-30 15:04:50 -030011181USB VIDEO CLASS
Joe Perchesc53ac072010-08-09 17:20:51 -070011182M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Laurent Pinchart616bd4e2012-04-02 06:11:09 -030011183L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -030011184L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -020011185T: git git://linuxtv.org/media_tree.git
Laurent Pinchart57c6d2e2010-04-30 10:48:51 -030011186W: http://www.ideasonboard.org/uvc/
Laurent Pinchartc0efd232008-06-30 15:04:50 -030011187S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -030011188F: drivers/media/usb/uvc/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -020011189F: include/uapi/linux/uvcvideo.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011190
Hans Verkuilb60b9c42012-11-23 07:54:42 -030011191USB VISION DRIVER
11192M: Hans Verkuil <hverkuil@xs4all.nl>
11193L: linux-media@vger.kernel.org
11194T: git git://linuxtv.org/media_tree.git
11195W: http://linuxtv.org
11196S: Odd Fixes
11197F: drivers/media/usb/usbvision/
11198
Laurent Pinchart8282da42012-10-04 02:32:42 +020011199USB WEBCAM GADGET
11200M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11201L: linux-usb@vger.kernel.org
11202S: Maintained
Andrzej Pietrasiewicz3a83c162014-09-09 02:02:09 +030011203F: drivers/usb/gadget/function/*uvc*
Joe Perchesfaf2e1d2014-08-08 14:26:18 -070011204F: drivers/usb/gadget/legacy/webcam.c
Laurent Pinchart8282da42012-10-04 02:32:42 +020011205
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011206USB WIRELESS RNDIS DRIVER (rndis_wlan)
Jussi Kivilinnae6146c52013-03-07 22:33:38 +020011207M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011208L: linux-wireless@vger.kernel.org
11209S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011210F: drivers/net/wireless/rndis_wlan.c
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011211
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011212USB XHCI DRIVER
Sarah Sharp03d85052014-03-20 16:20:56 -070011213M: Mathias Nyman <mathias.nyman@intel.com>
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011214L: linux-usb@vger.kernel.org
11215S: Supported
Sarah Sharp36d03442009-12-01 10:37:07 -080011216F: drivers/usb/host/xhci*
11217F: drivers/usb/host/pci-quirks*
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011218
Linus Torvalds1da177e2005-04-16 15:20:36 -070011219USB ZD1201 DRIVER
John W. Linville4086b9c2010-07-22 14:41:08 -040011220L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011221W: http://linux-lc100020.sourceforge.net
John W. Linville4086b9c2010-07-22 14:41:08 -040011222S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -070011223F: drivers/net/wireless/zd1201.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011224
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011225USB ZR364XX DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011226M: Antoine Jacquet <royale@zerezo.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011227L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -030011228L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -020011229T: git git://linuxtv.org/media_tree.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011230W: http://royale.zerezo.com/zr364xx/
11231S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011232F: Documentation/video4linux/zr364xx.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030011233F: drivers/media/usb/zr364xx/
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011234
Heikki Krogerus289fcff2015-05-13 15:26:42 +030011235ULPI BUS
11236M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11237L: linux-usb@vger.kernel.org
11238S: Maintained
11239F: drivers/usb/common/ulpi.c
11240F: include/linux/ulpi/
11241
Randy Dunlape7839f22008-10-12 16:11:45 -070011242USER-MODE LINUX (UML)
Joe Perches8b58be82009-07-29 15:04:30 -070011243M: Jeff Dike <jdike@addtoit.com>
Richard Weinbergerb15194b2011-03-26 20:48:57 +010011244M: Richard Weinberger <richard@nod.at>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011245L: user-mode-linux-devel@lists.sourceforge.net
11246L: user-mode-linux-user@lists.sourceforge.net
11247W: http://user-mode-linux.sourceforge.net
11248S: Maintained
Rob Landley61516582011-05-06 09:27:36 -070011249F: Documentation/virtual/uml/
Joe Perches679655d2009-04-07 20:44:32 -070011250F: arch/um/
Richard Weinbergerb0709892012-08-02 01:00:47 +020011251F: arch/x86/um/
Joe Perches679655d2009-04-07 20:44:32 -070011252F: fs/hostfs/
11253F: fs/hppfs/
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011254
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011255USERSPACE I/O (UIO)
Hans J. Koch6a534c92011-04-14 15:22:16 -070011256M: "Hans J. Koch" <hjk@hansjkoch.de>
Greg KH879a5a02012-01-31 20:02:00 -080011257M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011258S: Maintained
Mandeep Sandhu3d3fecb2015-01-10 19:15:45 -080011259T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
Joe Perches679655d2009-04-07 20:44:32 -070011260F: Documentation/DocBook/uio-howto.tmpl
11261F: drivers/uio/
11262F: include/linux/uio*.h
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011263
Karel Zak256cccb2012-06-01 10:13:09 +020011264UTIL-LINUX PACKAGE
Joe Perches8b58be82009-07-29 15:04:30 -070011265M: Karel Zak <kzak@redhat.com>
Karel Zak256cccb2012-06-01 10:13:09 +020011266L: util-linux@vger.kernel.org
11267W: http://en.wikipedia.org/wiki/Util-linux
11268T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
Karel Zakf899b0a2008-05-23 13:04:21 -070011269S: Maintained
11270
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011271UVESAFB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011272M: Michal Januszewski <spock@gentoo.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +010011273L: linux-fbdev@vger.kernel.org
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011274W: http://dev.gentoo.org/~spock/projects/uvesafb/
11275S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011276F: Documentation/fb/uvesafb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +090011277F: drivers/video/fbdev/uvesafb.*
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011278
Stefan Agner456930d2015-09-02 18:06:33 -070011279VF610 NAND DRIVER
11280M: Stefan Agner <stefan@agner.ch>
11281L: linux-mtd@lists.infradead.org
11282S: Supported
11283F: drivers/mtd/nand/vf610_nfc.c
11284
Randy Dunlap4480f15b2008-10-12 16:11:58 -070011285VFAT/FAT/MSDOS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070011286M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011287S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011288F: Documentation/filesystems/vfat.txt
11289F: fs/fat/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011290
Alex Williamsoncba33452012-07-31 08:16:22 -060011291VFIO DRIVER
11292M: Alex Williamson <alex.williamson@redhat.com>
11293L: kvm@vger.kernel.org
11294S: Maintained
11295F: Documentation/vfio.txt
11296F: drivers/vfio/
11297F: include/linux/vfio.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011298F: include/uapi/linux/vfio.h
Alex Williamsoncba33452012-07-31 08:16:22 -060011299
Alex Williamsona714ea52015-06-18 11:59:22 -060011300VFIO PLATFORM DRIVER
11301M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11302L: kvm@vger.kernel.org
11303S: Maintained
11304F: drivers/vfio/platform/
11305
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011306VIDEOBUF2 FRAMEWORK
11307M: Pawel Osciak <pawel@osciak.com>
11308M: Marek Szyprowski <m.szyprowski@samsung.com>
Marek Szyprowskie76e4702011-06-02 04:52:07 -030011309M: Kyungmin Park <kyungmin.park@samsung.com>
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011310L: linux-media@vger.kernel.org
11311S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030011312F: drivers/media/v4l2-core/videobuf2-*
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011313F: include/media/videobuf2-*
11314
Stephen Chandler Paul5523662e2015-10-24 13:10:29 -070011315VIRTUAL SERIO DEVICE DRIVER
11316M: Stephen Chandler Paul <thatslyude@gmail.com>
11317S: Maintained
11318F: drivers/input/serio/userio.c
11319F: include/uapi/linux/userio.h
11320
Amit Shah9a824462010-03-23 18:23:09 +053011321VIRTIO CONSOLE DRIVER
11322M: Amit Shah <amit.shah@redhat.com>
11323L: virtualization@lists.linux-foundation.org
11324S: Maintained
11325F: drivers/char/virtio_console.c
11326F: include/linux/virtio_console.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011327F: include/uapi/linux/virtio_console.h
Amit Shah9a824462010-03-23 18:23:09 +053011328
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011329VIRTIO CORE, NET AND BLOCK DRIVERS
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011330M: "Michael S. Tsirkin" <mst@redhat.com>
11331L: virtualization@lists.linux-foundation.org
11332S: Maintained
11333F: drivers/virtio/
Michael S. Tsirkinc893c8d2013-07-08 11:31:13 +093011334F: tools/virtio/
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011335F: drivers/net/virtio_net.c
11336F: drivers/block/virtio_blk.c
11337F: include/linux/virtio_*.h
Amos Kong916cdab2013-04-02 16:42:02 +103011338F: include/uapi/linux/virtio_*.h
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011339
Cornelia Huckf2dbda32015-07-01 17:15:37 +020011340VIRTIO DRIVERS FOR S390
11341M: Christian Borntraeger <borntraeger@de.ibm.com>
11342M: Cornelia Huck <cornelia.huck@de.ibm.com>
11343L: linux-s390@vger.kernel.org
11344L: virtualization@lists.linux-foundation.org
11345L: kvm@vger.kernel.org
11346S: Supported
Cornelia Huck1b568d92015-07-07 11:41:01 +020011347F: drivers/s390/virtio/
Cornelia Huckf2dbda32015-07-01 17:15:37 +020011348
Gerd Hoffmann4ad6ee92015-06-02 10:49:03 +020011349VIRTIO GPU DRIVER
11350M: David Airlie <airlied@linux.ie>
11351M: Gerd Hoffmann <kraxel@redhat.com>
11352L: dri-devel@lists.freedesktop.org
11353L: virtualization@lists.linux-foundation.org
11354S: Maintained
11355F: drivers/gpu/drm/virtio/
11356F: include/uapi/linux/virtio_gpu.h
11357
Michael S. Tsirkin3a4d5c92010-01-14 06:17:27 +000011358VIRTIO HOST (VHOST)
11359M: "Michael S. Tsirkin" <mst@redhat.com>
11360L: kvm@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +000011361L: virtualization@lists.linux-foundation.org
Michael S. Tsirkin3a4d5c92010-01-14 06:17:27 +000011362L: netdev@vger.kernel.org
11363S: Maintained
11364F: drivers/vhost/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011365F: include/uapi/linux/vhost.h
Michael S. Tsirkin3a4d5c92010-01-14 06:17:27 +000011366
Gerd Hoffmann271c8652015-03-27 12:46:12 +103011367VIRTIO INPUT DRIVER
11368M: Gerd Hoffmann <kraxel@redhat.com>
11369S: Maintained
11370F: drivers/virtio/virtio_input.c
11371F: include/uapi/linux/virtio_input.h
11372
Linus Torvalds1da177e2005-04-16 15:20:36 -070011373VIA RHINE NETWORK DRIVER
Roger Luethi210347e2015-05-26 19:12:54 +020011374S: Orphan
Jeff Kirsherf2148a42011-05-20 20:43:09 -070011375F: drivers/net/ethernet/via/via-rhine.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011376
Harald Weltef0bf7f62009-06-17 20:22:39 +020011377VIA SD/MMC CARD CONTROLLER DRIVER
Bruce Chang558bbb22011-01-13 15:45:37 -080011378M: Bruce Chang <brucechang@via.com.tw>
Joe Perches8b58be82009-07-29 15:04:30 -070011379M: Harald Welte <HaraldWelte@viatech.com>
Harald Weltef0bf7f62009-06-17 20:22:39 +020011380S: Maintained
11381F: drivers/mmc/host/via-sdmmc.c
11382
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011383VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
Florian Tobias Schandinatc7babeb2010-05-20 14:06:57 +000011384M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +010011385L: linux-fbdev@vger.kernel.org
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011386S: Maintained
Florian Tobias Schandinatc7babeb2010-05-20 14:06:57 +000011387F: include/linux/via-core.h
11388F: include/linux/via-gpio.h
11389F: include/linux/via_i2c.h
Jingoo Han8a61f012014-07-01 15:36:01 +090011390F: drivers/video/fbdev/via/
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011391
Francois Romieu01f20732007-01-26 00:57:17 -080011392VIA VELOCITY NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011393M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu01f20732007-01-26 00:57:17 -080011394L: netdev@vger.kernel.org
11395S: Maintained
Jeff Kirsherf2148a42011-05-20 20:43:09 -070011396F: drivers/net/ethernet/via/via-velocity.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011397
Alex Williamsonf73f8172015-09-18 22:29:39 +080011398VIRT LIB
11399M: Alex Williamson <alex.williamson@redhat.com>
11400M: Paolo Bonzini <pbonzini@redhat.com>
11401L: kvm@vger.kernel.org
11402S: Supported
11403F: virt/lib/
11404
Hans Verkuil77911fd2014-12-10 04:22:37 -030011405VIVID VIRTUAL VIDEO DRIVER
Hans Verkuil0b7bc1f2012-11-23 08:21:50 -030011406M: Hans Verkuil <hverkuil@xs4all.nl>
11407L: linux-media@vger.kernel.org
11408T: git git://linuxtv.org/media_tree.git
11409W: http://linuxtv.org
11410S: Maintained
Hans Verkuil77911fd2014-12-10 04:22:37 -030011411F: drivers/media/platform/vivid/*
Hans Verkuil0b7bc1f2012-11-23 08:21:50 -030011412
Patrick McHardybe7f8272007-10-23 20:26:36 -070011413VLAN (802.1Q)
Joe Perches8b58be82009-07-29 15:04:30 -070011414M: Patrick McHardy <kaber@trash.net>
Patrick McHardybe7f8272007-10-23 20:26:36 -070011415L: netdev@vger.kernel.org
11416S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011417F: drivers/net/macvlan.c
11418F: include/linux/if_*vlan.h
11419F: net/8021q/
Patrick McHardybe7f8272007-10-23 20:26:36 -070011420
Florian Fainelli55e331c2009-06-16 15:33:53 -070011421VLYNQ BUS
Joe Perches8b58be82009-07-29 15:04:30 -070011422M: Florian Fainelli <florian@openwrt.org>
Lennert Buytenhek8578d7a2011-01-12 16:59:51 -080011423L: openwrt-devel@lists.openwrt.org (subscribers-only)
Florian Fainelli55e331c2009-06-16 15:33:53 -070011424S: Maintained
11425F: drivers/vlynq/vlynq.c
11426F: include/linux/vlynq.h
11427
Martyn Welch390beae2012-05-03 17:52:36 +010011428VME SUBSYSTEM
Martyn Welch74c600e2015-09-17 20:38:47 +010011429M: Martyn Welch <martyn@welchs.me.uk>
Manohar Vanga1bd289d2012-06-14 15:57:01 +020011430M: Manohar Vanga <manohar.vanga@gmail.com>
Martyn Welch390beae2012-05-03 17:52:36 +010011431M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11432L: devel@driverdev.osuosl.org
11433S: Maintained
11434T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11435F: Documentation/vme_api.txt
11436F: drivers/staging/vme/
11437F: drivers/vme/
11438F: include/linux/vme*
11439
Alok Kataria4488e092013-09-04 14:23:41 +053011440VMWARE HYPERVISOR INTERFACE
11441M: Alok Kataria <akataria@vmware.com>
11442L: virtualization@lists.linux-foundation.org
11443S: Supported
11444F: arch/x86/kernel/cpu/vmware.c
11445
Dmitry Torokhov73b35d02014-06-20 10:14:58 -070011446VMWARE BALLOON DRIVER
11447M: Xavier Deguillard <xdeguillard@vmware.com>
11448M: Philip Moltmann <moltmann@vmware.com>
11449M: "VMware, Inc." <pv-drivers@vmware.com>
11450L: linux-kernel@vger.kernel.org
11451S: Maintained
11452F: drivers/misc/vmw_balloon.c
11453
Thomas Hellstrom8b8be512015-04-14 10:06:38 -070011454VMWARE VMMOUSE SUBDRIVER
11455M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11456M: "VMware, Inc." <pv-drivers@vmware.com>
11457L: linux-input@vger.kernel.org
11458S: Maintained
11459F: drivers/input/mouse/vmmouse.c
11460F: drivers/input/mouse/vmmouse.h
11461
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -070011462VMWARE VMXNET3 ETHERNET DRIVER
Shrikrishna Khare04e1b732015-08-24 14:24:11 -070011463M: Shrikrishna Khare <skhare@vmware.com>
Joe Perches65c8bb52009-11-11 14:26:12 -080011464M: "VMware, Inc." <pv-drivers@vmware.com>
11465L: netdev@vger.kernel.org
11466S: Maintained
11467F: drivers/net/vmxnet3/
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -070011468
Alok Kataria851b1642009-10-13 14:51:05 -070011469VMware PVSCSI driver
Alok Katariaf2d7e402011-11-10 20:04:03 -080011470M: Arvind Kumar <arvindkumar@vmware.com>
Alok Kataria851b1642009-10-13 14:51:05 -070011471M: VMware PV-Drivers <pv-drivers@vmware.com>
11472L: linux-scsi@vger.kernel.org
11473S: Maintained
11474F: drivers/scsi/vmw_pvscsi.c
11475F: drivers/scsi/vmw_pvscsi.h
11476
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011477VOLTAGE AND CURRENT REGULATOR FRAMEWORK
Axel Lin88dd75a2013-03-25 16:49:51 +080011478M: Liam Girdwood <lgirdwood@gmail.com>
Mark Brownb02e48f2013-04-12 11:39:57 +010011479M: Mark Brown <broonie@kernel.org>
Mark Brown5cdeb2c2014-08-16 12:31:11 +010011480L: linux-kernel@vger.kernel.org
Liam Girdwood1dd68f02009-02-02 21:43:31 +000011481W: http://www.slimlogic.co.uk/?p=48
Sachin Kamat6febb5a2013-07-04 12:08:50 +053011482T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011483S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011484F: drivers/regulator/
11485F: include/linux/regulator/
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011486
David Ahern081958e2015-08-25 10:26:22 -070011487VRF
11488M: David Ahern <dsa@cumulusnetworks.com>
11489M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11490L: netdev@vger.kernel.org
11491S: Maintained
11492F: drivers/net/vrf.c
David Ahern562d8972015-09-15 10:50:14 -060011493F: Documentation/networking/vrf.txt
David Ahern081958e2015-08-25 10:26:22 -070011494
Juerg Haefligerab413192006-09-24 20:54:04 +020011495VT1211 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011496M: Juerg Haefliger <juergh@gmail.com>
Juerg Haefligerab413192006-09-24 20:54:04 +020011497L: lm-sensors@lm-sensors.org
11498S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011499F: Documentation/hwmon/vt1211
11500F: drivers/hwmon/vt1211.c
Juerg Haefligerab413192006-09-24 20:54:04 +020011501
Roger Lucas1de9e372005-11-26 20:20:05 +010011502VT8231 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011503M: Roger Lucas <vt8231@hiddenengine.co.uk>
Roger Lucas1de9e372005-11-26 20:20:05 +010011504L: lm-sensors@lm-sensors.org
11505S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011506F: drivers/hwmon/vt8231.c
Roger Lucas1de9e372005-11-26 20:20:05 +010011507
Tony Olech88095e72011-05-14 16:48:13 -040011508VUB300 USB to SDIO/SD/MMC bridge chip
11509M: Tony Olech <tony.olech@elandigitalsystems.com>
11510L: linux-mmc@vger.kernel.org
11511L: linux-usb@vger.kernel.org
11512S: Supported
11513F: drivers/mmc/host/vub300.c
11514
Linus Torvalds1da177e2005-04-16 15:20:36 -070011515W1 DALLAS'S 1-WIRE BUS
Evgeniy Polyakova8018762011-08-25 15:59:06 -070011516M: Evgeniy Polyakov <zbr@ioremap.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011517S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011518F: Documentation/w1/
11519F: drivers/w1/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011520
Charles Spirakis13927072006-07-05 18:05:15 +020011521W83791D HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011522M: Marc Hulsman <m.hulsman@tudelft.nl>
Charles Spirakis13927072006-07-05 18:05:15 +020011523L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -040011524S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011525F: Documentation/hwmon/w83791d
11526F: drivers/hwmon/w83791d.c
Charles Spirakis13927072006-07-05 18:05:15 +020011527
Rudolf Marek61db0112006-12-12 18:18:30 +010011528W83793 HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011529M: Rudolf Marek <r.marek@assembler.cz>
Rudolf Marek61db0112006-12-12 18:18:30 +010011530L: lm-sensors@lm-sensors.org
11531S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011532F: Documentation/hwmon/w83793
11533F: drivers/hwmon/w83793.c
Rudolf Marek61db0112006-12-12 18:18:30 +010011534
Jean Delvaree3760b42010-10-28 20:31:49 +020011535W83795 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -070011536M: Jean Delvare <jdelvare@suse.com>
Jean Delvaree3760b42010-10-28 20:31:49 +020011537L: lm-sensors@lm-sensors.org
11538S: Maintained
11539F: drivers/hwmon/w83795.c
11540
Linus Torvalds1da177e2005-04-16 15:20:36 -070011541W83L51xD SD/MMC CARD INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011542M: Pierre Ossman <pierre@ossman.eu>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011543S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011544F: drivers/mmc/host/wbsd.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011545
Hans de Goedeb4e05922014-07-20 13:35:44 -070011546WACOM PROTOCOL 4 SERIAL TABLETS
11547M: Julian Squires <julian@cipht.net>
11548M: Hans de Goede <hdegoede@redhat.com>
11549L: linux-input@vger.kernel.org
11550S: Maintained
11551F: drivers/input/tablet/wacom_serial4.c
11552
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011553WATCHDOG DEVICE DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -070011554M: Wim Van Sebroeck <wim@iguana.be>
Wim Van Sebroeck230a5ce2010-07-29 18:02:51 +000011555L: linux-watchdog@vger.kernel.org
11556W: http://www.linux-watchdog.org/
Wim Van Sebroeckf599aaf2012-02-28 17:11:05 +010011557T: git git://www.linux-watchdog.org/linux-watchdog.git
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011558S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011559F: Documentation/watchdog/
11560F: drivers/watchdog/
11561F: include/linux/watchdog.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011562F: include/uapi/linux/watchdog.h
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011563
Linus Torvalds1da177e2005-04-16 15:20:36 -070011564WD7000 SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011565M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011566L: linux-scsi@vger.kernel.org
11567S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011568F: drivers/scsi/wd7000.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011569
David Herrmannb22e00f2011-09-06 13:50:40 +020011570WIIMOTE HID DRIVER
11571M: David Herrmann <dh.herrmann@googlemail.com>
11572L: linux-input@vger.kernel.org
11573S: Maintained
11574F: drivers/hid/hid-wiimote*
11575
David Härdemane258b802009-09-21 17:04:53 -070011576WINBOND CIR DRIVER
Joe Perches364e9e12009-10-26 16:49:45 -070011577M: David Härdeman <david@hardeman.nu>
David Härdemane258b802009-09-21 17:04:53 -070011578S: Maintained
Joe Perches116ab802011-03-22 16:34:38 -070011579F: drivers/media/rc/winbond-cir.c
David Härdemane258b802009-09-21 17:04:53 -070011580
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011581WIMAX STACK
Joe Perches8b58be82009-07-29 15:04:30 -070011582M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011583M: linux-wimax@intel.com
Joe Perches49e7d9d2015-04-15 16:17:31 -070011584L: wimax@linuxwimax.org (subscribers-only)
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011585S: Supported
11586W: http://linuxwimax.org
Joe Perches315987d2010-08-09 17:20:50 -070011587F: Documentation/wimax/README.wimax
Joe Perches315987d2010-08-09 17:20:50 -070011588F: include/linux/wimax/debug.h
11589F: include/net/wimax.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011590F: include/uapi/linux/wimax.h
Joe Perches315987d2010-08-09 17:20:50 -070011591F: net/wimax/
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011592
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011593WISTRON LAPTOP BUTTON DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011594M: Miloslav Trmac <mitr@volny.cz>
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011595S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011596F: drivers/input/misc/wistron_btns.c
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011597
Linus Torvalds1da177e2005-04-16 15:20:36 -070011598WL3501 WIRELESS PCMCIA CARD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011599M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Johannes Berg724c6b32007-04-23 12:18:20 -070011600L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -030011601W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -070011602S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011603F: drivers/net/wireless/wl3501*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011604
Mark Brown055bcbc2010-08-13 14:18:12 +010011605WOLFSON MICROELECTRONICS DRIVERS
Mark Brownfef95162012-04-04 12:06:24 +010011606L: patches@opensource.wolfsonmicro.com
Richard Fitzgeraldf0e03db2015-09-22 15:30:33 +010011607T: git https://github.com/CirrusLogic/linux-drivers.git
11608W: https://github.com/CirrusLogic/linux-drivers/wiki
Mark Brownb75ea162009-07-02 16:43:08 +010011609S: Supported
Joe Perches3768f0b2009-12-14 18:00:54 -080011610F: Documentation/hwmon/wm83??
Charles Keepaxf4949932015-10-27 16:01:59 +000011611F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11612F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11613F: Documentation/devicetree/bindings/mfd/arizona.txt
Mark Brownaf1c5382011-10-14 21:09:43 +010011614F: arch/arm/mach-s3c64xx/mach-crag6410*
Mark Brownf05259a2012-05-17 10:04:57 +010011615F: drivers/clk/clk-wm83*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011616F: drivers/extcon/extcon-arizona.c
Mark Brownb75ea162009-07-02 16:43:08 +010011617F: drivers/leds/leds-wm83*.c
Mark Brown25b273b2012-06-05 18:13:53 +010011618F: drivers/gpio/gpio-*wm*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011619F: drivers/gpio/gpio-arizona.c
Mark Brownd22b0862012-01-21 13:29:27 -050011620F: drivers/hwmon/wm83??-hwmon.c
Mark Brown59ec6da2011-08-19 17:53:12 +090011621F: drivers/input/misc/wm831x-on.c
11622F: drivers/input/touchscreen/wm831x-ts.c
11623F: drivers/input/touchscreen/wm97*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011624F: drivers/mfd/arizona*
11625F: drivers/mfd/wm*.c
Mark Brownb75ea162009-07-02 16:43:08 +010011626F: drivers/power/wm83*.c
11627F: drivers/rtc/rtc-wm83*.c
11628F: drivers/regulator/wm8*.c
Mark Brown3860e6c2009-09-09 14:46:43 +010011629F: drivers/video/backlight/wm83*_bl.c
Mark Brownb75ea162009-07-02 16:43:08 +010011630F: drivers/watchdog/wm83*_wdt.c
Mark Brown9c30959882012-06-23 11:25:43 +010011631F: include/linux/mfd/arizona/
Mark Brown3860e6c2009-09-09 14:46:43 +010011632F: include/linux/mfd/wm831x/
Mark Brownb75ea162009-07-02 16:43:08 +010011633F: include/linux/mfd/wm8350/
Joe Perches3768f0b2009-12-14 18:00:54 -080011634F: include/linux/mfd/wm8400*
Mark Brown59ec6da2011-08-19 17:53:12 +090011635F: include/linux/wm97xx.h
Mark Brown055bcbc2010-08-13 14:18:12 +010011636F: include/sound/wm????.h
Mark Brown9c30959882012-06-23 11:25:43 +010011637F: sound/soc/codecs/arizona.?
Mark Brown055bcbc2010-08-13 14:18:12 +010011638F: sound/soc/codecs/wm*
Mark Brownb75ea162009-07-02 16:43:08 +010011639
Tejun Heo3e6cd7a2010-12-10 17:20:23 +010011640WORKQUEUE
11641M: Tejun Heo <tj@kernel.org>
Lai Jiangshanbadb7f52015-07-01 15:38:04 +080011642R: Lai Jiangshan <jiangshanlai@gmail.com>
Tejun Heo3e6cd7a2010-12-10 17:20:23 +010011643T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11644S: Maintained
11645F: include/linux/workqueue.h
11646F: kernel/workqueue.c
11647F: Documentation/workqueue.txt
11648
Linus Torvalds1da177e2005-04-16 15:20:36 -070011649X.25 NETWORK LAYER
Arnd Bergmann8bf28052009-12-14 01:53:41 +000011650M: Andrew Hendry <andrew.hendry@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011651L: linux-x25@vger.kernel.org
Arnd Bergmann8bf28052009-12-14 01:53:41 +000011652S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -070011653F: Documentation/networking/x25*
11654F: include/net/x25*
11655F: net/x25/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011656
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070011657X86 ARCHITECTURE (32-BIT AND 64-BIT)
Joe Perches8b58be82009-07-29 15:04:30 -070011658M: Thomas Gleixner <tglx@linutronix.de>
11659M: Ingo Molnar <mingo@redhat.com>
11660M: "H. Peter Anvin" <hpa@zytor.com>
H. Peter Anvinbcde5632009-02-02 21:42:40 -080011661M: x86@kernel.org
Ingo Molnar981c3a42014-01-21 10:59:20 +010011662L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +010011663T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070011664S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011665F: Documentation/x86/
11666F: arch/x86/
Randy Dunlape2d1d6c2008-10-12 16:11:31 -070011667
Matthew Garrettd0944852010-02-11 10:40:13 -050011668X86 PLATFORM DRIVERS
Darren Harte181ba12014-08-27 23:36:06 -070011669M: Darren Hart <dvhart@infradead.org>
Matthew Garrettd0944852010-02-11 10:40:13 -050011670L: platform-driver-x86@vger.kernel.org
Darren Harte181ba12014-08-27 23:36:06 -070011671T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
Matthew Garrettd0944852010-02-11 10:40:13 -050011672S: Maintained
Joe Perches14430812013-09-11 14:23:50 -070011673F: drivers/platform/x86/
Darren Hart3a4bcee2015-10-06 23:17:04 +010011674F: drivers/platform/olpc/
Matthew Garrettd0944852010-02-11 10:40:13 -050011675
Ingo Molnarc1f5c542011-06-18 22:51:13 +020011676X86 MCE INFRASTRUCTURE
11677M: Tony Luck <tony.luck@intel.com>
Borislav Petkov487ba8e2012-10-29 18:40:10 +010011678M: Borislav Petkov <bp@alien8.de>
Ingo Molnarc1f5c542011-06-18 22:51:13 +020011679L: linux-edac@vger.kernel.org
11680S: Maintained
11681F: arch/x86/kernel/cpu/mcheck/*
11682
Borislav Petkov79ebdc92015-10-20 11:54:49 +020011683X86 MICROCODE UPDATE SUPPORT
11684M: Borislav Petkov <bp@alien8.de>
11685S: Maintained
11686F: arch/x86/kernel/cpu/microcode/*
11687
Andy Lutomirskif0905c52014-12-12 16:25:47 -080011688X86 VDSO
11689M: Andy Lutomirski <luto@amacapital.net>
11690L: linux-kernel@vger.kernel.org
11691T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11692S: Maintained
Ingo Molnard603c8e2015-06-03 18:05:44 +020011693F: arch/x86/entry/vdso/
Andy Lutomirskif0905c52014-12-12 16:25:47 -080011694
Mauro Carvalho Chehabd6fad502012-11-02 12:05:07 -020011695XC2028/3028 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020011696M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabd6fad502012-11-02 12:05:07 -020011697L: linux-media@vger.kernel.org
11698W: http://linuxtv.org
11699T: git git://linuxtv.org/media_tree.git
11700S: Maintained
11701F: drivers/media/tuners/tuner-xc2028.*
11702
Ian Campbellc4468082011-04-27 15:26:46 -070011703XEN HYPERVISOR INTERFACE
Ian Campbellc4468082011-04-27 15:26:46 -070011704M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk3eeef8f2013-08-05 14:01:49 -040011705M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11706M: David Vrabel <david.vrabel@citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011707L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
David Vrabelea70ba32014-01-17 11:51:51 +000011708T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
Ian Campbellc4468082011-04-27 15:26:46 -070011709S: Supported
11710F: arch/x86/xen/
11711F: drivers/*/xen-*front.c
11712F: drivers/xen/
11713F: arch/x86/include/asm/xen/
11714F: include/xen/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011715F: include/uapi/xen/
Ian Campbellc4468082011-04-27 15:26:46 -070011716
Stefano Stabellini77bfb472012-09-14 13:35:15 +000011717XEN HYPERVISOR ARM
11718M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011719L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Stefano Stabellini77bfb472012-09-14 13:35:15 +000011720S: Supported
11721F: arch/arm/xen/
11722F: arch/arm/include/asm/xen/
11723
Stefano Stabellinib475e832013-06-04 16:13:23 +000011724XEN HYPERVISOR ARM64
11725M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011726L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Stefano Stabellinib475e832013-06-04 16:13:23 +000011727S: Supported
11728F: arch/arm64/xen/
11729F: arch/arm64/include/asm/xen/
11730
Ian Campbell9b57e1a2011-04-03 23:12:23 +000011731XEN NETWORK BACKEND DRIVER
11732M: Ian Campbell <ian.campbell@citrix.com>
Wei Liu83860402013-09-26 12:41:53 +010011733M: Wei Liu <wei.liu2@citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011734L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Ian Campbell9b57e1a2011-04-03 23:12:23 +000011735L: netdev@vger.kernel.org
11736S: Supported
11737F: drivers/net/xen-netback/*
11738
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040011739XEN PCI SUBSYSTEM
11740M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011741L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +020011742S: Supported
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040011743F: arch/x86/pci/*xen*
11744F: drivers/pci/*xen*
11745
Konrad Rzeszutek Wilka2c5ae62014-06-27 10:10:45 -040011746XEN BLOCK SUBSYSTEM
11747M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Roger Pau Monnebcadb692015-01-23 17:14:29 +010011748M: Roger Pau Monné <roger.pau@citrix.com>
Konrad Rzeszutek Wilka2c5ae62014-06-27 10:10:45 -040011749L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11750S: Supported
11751F: drivers/block/xen-blkback/*
11752F: drivers/block/xen*
11753
Juergen Gross15d03602014-08-28 06:44:13 +020011754XEN PVSCSI DRIVERS
11755M: Juergen Gross <jgross@suse.com>
11756L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
11757L: linux-scsi@vger.kernel.org
11758S: Supported
11759F: drivers/scsi/xen-scsifront.c
11760F: drivers/xen/xen-scsiback.c
11761F: include/xen/interface/io/vscsiif.h
11762
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040011763XEN SWIOTLB SUBSYSTEM
11764M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011765L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040011766S: Supported
11767F: arch/x86/xen/*swiotlb*
11768F: drivers/xen/*swiotlb*
11769
Linus Torvalds1da177e2005-04-16 15:20:36 -070011770XFS FILESYSTEM
11771P: Silicon Graphics Inc
Namjae Jeon809625c2013-12-08 23:33:50 +090011772M: Dave Chinner <david@fromorbit.com>
Ben Myers18caa672012-04-12 17:05:05 +000011773M: xfs@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +100011774L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -070011775W: http://oss.sgi.com/projects/xfs
Joe Perches54e58812009-04-07 21:08:10 -070011776T: git git://oss.sgi.com/xfs/xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011777S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011778F: Documentation/filesystems/xfs.txt
11779F: fs/xfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011780
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000011781XILINX AXI ETHERNET DRIVER
Michal Simek59a54f32012-04-12 01:11:12 +000011782M: Anirudha Sarangi <anirudh@xilinx.com>
11783M: John Linn <John.Linn@xilinx.com>
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000011784S: Maintained
11785F: drivers/net/ethernet/xilinx/xilinx_axienet*
11786
Peter Korsgaard238b8722006-12-06 20:35:17 -080011787XILINX UARTLITE SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011788M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard238b8722006-12-06 20:35:17 -080011789L: linux-serial@vger.kernel.org
11790S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080011791F: drivers/tty/serial/uartlite.c
Peter Korsgaard238b8722006-12-06 20:35:17 -080011792
Laurent Pinchartdf330512013-05-15 11:36:19 -030011793XILINX VIDEO IP CORES
11794M: Hyun Kwon <hyun.kwon@xilinx.com>
11795M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11796L: linux-media@vger.kernel.org
11797T: git git://linuxtv.org/media_tree.git
11798S: Supported
11799F: Documentation/devicetree/bindings/media/xilinx/
11800F: drivers/media/platform/xilinx/
Laurent Pincharta5562f62013-05-15 11:36:56 -030011801F: include/uapi/linux/xilinx-v4l2-controls.h
Laurent Pinchartdf330512013-05-15 11:36:19 -030011802
Eli Billauer74316942014-09-09 09:38:01 +030011803XILLYBUS DRIVER
11804M: Eli Billauer <eli.billauer@gmail.com>
11805L: linux-kernel@vger.kernel.org
11806S: Supported
11807F: drivers/char/xillybus/
11808
Max Filippovf620e4b2014-03-12 21:55:26 +040011809XTENSA XTFPGA PLATFORM SUPPORT
11810M: Max Filippov <jcmvbkbc@gmail.com>
11811L: linux-xtensa@linux-xtensa.org
11812S: Maintained
11813F: drivers/spi/spi-xtensa-xtfpga.c
Max Filippov57b70682014-12-26 20:19:38 +030011814F: sound/soc/xtensa/xtfpga-i2s.c
Max Filippovf620e4b2014-03-12 21:55:26 +040011815
Linus Torvalds1da177e2005-04-16 15:20:36 -070011816YAM DRIVER FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -070011817M: Jean-Paul Roubelat <jpr@f6fbb.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011818L: linux-hams@vger.kernel.org
11819S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011820F: drivers/net/hamradio/yam*
11821F: include/linux/yam.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011822
Henkaf64a5e2005-10-12 15:02:56 +020011823YEALINK PHONE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011824M: Henk Vergonet <Henk.Vergonet@gmail.com>
Henkaf64a5e2005-10-12 15:02:56 +020011825L: usbb2k-api-dev@nongnu.org
11826S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011827F: Documentation/input/yealink.txt
11828F: drivers/input/misc/yealink.*
Henkaf64a5e2005-10-12 15:02:56 +020011829
Linus Torvalds1da177e2005-04-16 15:20:36 -070011830Z8530 DRIVER FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -070011831M: Joerg Reuter <jreuter@yaina.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011832W: http://yaina.de/jreuter/
11833W: http://www.qsl.net/dl1bke/
11834L: linux-hams@vger.kernel.org
11835S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011836F: Documentation/networking/z8530drv.txt
11837F: drivers/net/hamradio/*scc.c
11838F: drivers/net/hamradio/z8530.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011839
Seth Jennings0cf31ec2013-07-08 16:00:05 -070011840ZBUD COMPRESSED PAGE ALLOCATOR
Seth Jennings0e3b7e52014-05-06 12:50:02 -070011841M: Seth Jennings <sjennings@variantweb.net>
Seth Jennings0cf31ec2013-07-08 16:00:05 -070011842L: linux-mm@kvack.org
11843S: Maintained
11844F: mm/zbud.c
11845F: include/linux/zbud.h
11846
Daniel Drake7c0c3af2006-07-16 13:55:17 +010011847ZD1211RW WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011848M: Daniel Drake <dsd@gentoo.org>
11849M: Ulrich Kunitz <kune@deine-taler.de>
Daniel Drake7c0c3af2006-07-16 13:55:17 +010011850W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -070011851L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +010011852L: zd1211-devs@lists.sourceforge.net (subscribers-only)
11853S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011854F: drivers/net/wireless/zd1211rw/
Daniel Drake7c0c3af2006-07-16 13:55:17 +010011855
Dan Streetman20263022015-06-30 14:59:57 -070011856ZPOOL COMPRESSED PAGE STORAGE API
11857M: Dan Streetman <ddstreet@ieee.org>
11858L: linux-mm@kvack.org
11859S: Maintained
11860F: mm/zpool.c
11861F: include/linux/zpool.h
11862
Linus Torvalds1da177e2005-04-16 15:20:36 -070011863ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -070011864L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -030011865L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011866W: http://mjpeg.sourceforge.net/driver-zoran/
Joe Perchescea83212014-03-03 15:38:38 -080011867T: hg http://linuxtv.org/hg/v4l-dvb
Trent Piephof63145e2009-01-24 20:52:41 -030011868S: Odd Fixes
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030011869F: drivers/media/pci/zoran/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011870
Minchan Kim6920f2c2014-01-30 15:45:56 -080011871ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11872M: Minchan Kim <minchan@kernel.org>
11873M: Nitin Gupta <ngupta@vflare.org>
Minchan Kim74f30372015-05-05 16:23:28 -070011874R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Minchan Kim6920f2c2014-01-30 15:45:56 -080011875L: linux-kernel@vger.kernel.org
11876S: Maintained
11877F: drivers/block/zram/
11878F: Documentation/blockdev/zram.txt
11879
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070011880ZS DECSTATION Z85C30 SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011881M: "Maciej W. Rozycki" <macro@linux-mips.org>
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070011882S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080011883F: drivers/tty/serial/zs.*
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070011884
Minchan Kimeae70d02014-01-30 15:45:57 -080011885ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11886M: Minchan Kim <minchan@kernel.org>
11887M: Nitin Gupta <ngupta@vflare.org>
Sergey Senozhatsky41192a22015-10-22 13:32:13 -070011888R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Minchan Kimeae70d02014-01-30 15:45:57 -080011889L: linux-mm@kvack.org
11890S: Maintained
11891F: mm/zsmalloc.c
11892F: include/linux/zsmalloc.h
Minchan Kimd02be502015-04-15 16:15:46 -070011893F: Documentation/vm/zsmalloc.txt
Minchan Kimeae70d02014-01-30 15:45:57 -080011894
Seth Jennings0cf31ec2013-07-08 16:00:05 -070011895ZSWAP COMPRESSED SWAP CACHING
Seth Jennings0e3b7e52014-05-06 12:50:02 -070011896M: Seth Jennings <sjennings@variantweb.net>
Seth Jennings0cf31ec2013-07-08 16:00:05 -070011897L: linux-mm@kvack.org
11898S: Maintained
11899F: mm/zswap.c
11900
Linus Torvalds1da177e2005-04-16 15:20:36 -070011901THE REST
Joe Perches8b58be82009-07-29 15:04:30 -070011902M: Linus Torvalds <torvalds@linux-foundation.org>
Joe Perches34d03cc2009-06-16 15:34:06 -070011903L: linux-kernel@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -080011904Q: http://patchwork.kernel.org/project/LKML/list/
Tracey Dentd16adea2011-08-11 02:59:00 -040011905T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011906S: Buried alive in reporters
Joe Perches34d03cc2009-06-16 15:34:06 -070011907F: *
11908F: */