blob: 28eb61bbecf4761babc6e6c99b2d76179268b5af [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 Whitcroft0a920b5b2007-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 Whitcroft0a920b5b2007-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
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -0200209W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -0300210W: 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 Dunlape2d1d6c02008-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 Dunlape2d1d6c02008-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
Josh Triplettea8f8fc2014-06-06 14:38:27 -0700226F: include/linux/syscalls.h
Josh Triplettea8f8fc2014-06-06 14:38:27 -0700227F: kernel/sys_ni.c
228
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700229ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
Hans de Goede93d0cc52011-03-21 17:59:36 +0100230M: Hans de Goede <hdegoede@redhat.com>
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200231L: lm-sensors@lm-sensors.org
232S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700233F: drivers/hwmon/abituguru.c
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200234
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700235ABIT UGURU 3 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700236M: Alistair John Strachan <alistair@devzero.co.uk>
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700237L: lm-sensors@lm-sensors.org
238S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700239F: drivers/hwmon/abituguru3.c
Alistair John Strachan249e3c82008-08-15 00:40:37 -0700240
William Breathitt Gray6ddcf9b2015-11-23 12:54:50 -0500241ACCES 104-IDI-48 GPIO DRIVER
242M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
243L: linux-gpio@vger.kernel.org
244S: Maintained
245F: drivers/gpio/gpio-104-idi-48.c
246
William Breathitt Graye2558982015-10-28 17:24:16 -0400247ACCES 104-IDIO-16 GPIO DRIVER
248M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
249L: linux-gpio@vger.kernel.org
250S: Maintained
251F: drivers/gpio/gpio-104-idio-16.c
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ACENIC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700254M: Jes Sorensen <jes@trained-monkey.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255L: linux-acenic@sunsite.dk
256S: Maintained
Jeff Kirsher531c4f82011-08-13 00:37:14 -0700257F: drivers/net/ethernet/alteon/acenic*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258
Peter Feuerere86435e2009-06-21 18:53:03 +0200259ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700260M: Peter Feuerer <peter@piie.net>
Matthew Garrettd09448532010-02-11 10:40:13 -0500261L: platform-driver-x86@vger.kernel.org
Joe Perches4fc26e32009-07-29 15:04:22 -0700262W: http://piie.net/?section=acerhdf
263S: Maintained
264F: drivers/platform/x86/acerhdf.c
Peter Feuerere86435e2009-06-21 18:53:03 +0200265
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000266ACER WMI LAPTOP EXTRAS
Lee, Chun-Yi182ae552012-12-14 16:14:24 +0800267M: "Lee, Chun-Yi" <jlee@suse.com>
Matthew Garrettd09448532010-02-11 10:40:13 -0500268L: platform-driver-x86@vger.kernel.org
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000269S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700270F: drivers/platform/x86/acer-wmi.c
Carlos Corbacho745a5d22008-02-05 02:17:10 +0000271
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272ACPI
Joe Perches9c3646d2015-06-25 15:02:00 -0700273M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +0100274M: Len Brown <lenb@kernel.org>
Len Brown6968e502005-12-30 00:32:49 -0500275L: linux-acpi@vger.kernel.org
Rafael J. Wysocki360818b2013-10-09 01:48:26 +0200276W: https://01.org/linux-acpi
277Q: https://patchwork.kernel.org/project/linux-acpi/list/
278T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Len Brown8b59a452007-01-08 19:03:28 -0500279S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700280F: drivers/acpi/
281F: drivers/pnp/pnpacpi/
282F: include/linux/acpi.h
Felipe Contreras43368e72009-09-21 17:04:24 -0700283F: include/acpi/
Yaowei Bai3a75ef02015-01-17 15:31:07 +0800284F: Documentation/acpi/
Lv Zheng89ca78a2013-06-20 08:02:44 +0800285F: Documentation/ABI/testing/sysfs-bus-acpi
Bjorn Helgaas15fd8302013-06-26 13:38:37 -0600286F: drivers/pci/*acpi*
287F: drivers/pci/*/*acpi*
288F: drivers/pci/*/*/*acpi*
Yaowei Bai3a75ef02015-01-17 15:31:07 +0800289F: tools/power/acpi/
Len Brown8b59a452007-01-08 19:03:28 -0500290
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200291ACPI COMPONENT ARCHITECTURE (ACPICA)
292M: Robert Moore <robert.moore@intel.com>
293M: Lv Zheng <lv.zheng@intel.com>
Joe Perches9c3646d2015-06-25 15:02:00 -0700294M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200295L: linux-acpi@vger.kernel.org
296L: devel@acpica.org
297W: https://acpica.org/
298W: https://github.com/acpica/acpica/
299Q: https://patchwork.kernel.org/project/linux-acpi/list/
300T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
301S: Supported
302F: drivers/acpi/acpica/
303F: include/acpi/
Lv Zheng2754c442014-01-15 12:04:24 +0800304F: tools/power/acpi/
Rafael J. Wysocki37749292013-10-09 01:48:35 +0200305
Len Brown8b59a452007-01-08 19:03:28 -0500306ACPI FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700307M: Zhang Rui <rui.zhang@intel.com>
Len Brown8b59a452007-01-08 19:03:28 -0500308L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200309W: https://01.org/linux-acpi
Len Brown8b59a452007-01-08 19:03:28 -0500310S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700311F: drivers/acpi/fan.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
Len Brown8b59a452007-01-08 19:03:28 -0500313ACPI THERMAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700314M: Zhang Rui <rui.zhang@intel.com>
Len Brown8b59a452007-01-08 19:03:28 -0500315L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200316W: https://01.org/linux-acpi
Len Brown8b59a452007-01-08 19:03:28 -0500317S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700318F: drivers/acpi/*thermal*
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700319
Len Brown359acec2007-02-10 01:59:24 -0500320ACPI VIDEO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700321M: Zhang Rui <rui.zhang@intel.com>
Len Brown359acec2007-02-10 01:59:24 -0500322L: linux-acpi@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +0200323W: https://01.org/linux-acpi
Len Brown359acec2007-02-10 01:59:24 -0500324S: Supported
Dan Carpenter86f98a32015-12-01 11:58:40 +0300325F: drivers/acpi/acpi_video.c
Len Brown359acec2007-02-10 01:59:24 -0500326
Carlos Corbachobff431e2008-02-05 02:17:04 +0000327ACPI WMI DRIVER
Matthew Garrettd09448532010-02-11 10:40:13 -0500328L: platform-driver-x86@vger.kernel.org
Carlos Corbacho5b927252011-05-02 09:57:13 +0100329S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -0700330F: drivers/platform/x86/wmi.c
Carlos Corbachobff431e2008-02-05 02:17:04 +0000331
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100332AD1889 ALSA SOUND DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700333M: Thibaut Varene <T-Bone@parisc-linux.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +0200334W: http://wiki.parisc-linux.org/AD1889
335L: linux-parisc@vger.kernel.org
336S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700337F: sound/pci/ad1889.*
Thibaut VARENE2f39d512008-02-20 21:05:56 +0100338
Michael Hennerich527a1a82010-10-28 11:31:28 +0000339AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
340M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700341W: http://wiki.analog.com/AD5254
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800342W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000343S: Supported
344F: drivers/misc/ad525x_dpot.c
345
346AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
347M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700348W: http://wiki.analog.com/AD5398
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800349W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000350S: Supported
351F: drivers/regulator/ad5398.c
352
353AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
354M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700355W: http://wiki.analog.com/AD7142
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800356W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000357S: Supported
358F: drivers/input/misc/ad714x.c
359
360AD7877 TOUCHSCREEN DRIVER
361M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700362W: http://wiki.analog.com/AD7877
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800363W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000364S: Supported
365F: drivers/input/touchscreen/ad7877.c
366
367AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
368M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700369W: http://wiki.analog.com/AD7879
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800370W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000371S: Supported
372F: drivers/input/touchscreen/ad7879.c
373
Jiri Kosina1330b0d2011-10-31 17:11:41 -0700374ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
Jiri Kosinae5f64502015-08-09 09:11:34 +0200375M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina1330b0d2011-10-31 17:11:41 -0700376S: Maintained
377
Michael Hennerich7302b9d2015-12-11 11:17:15 +0100378ADF7242 IEEE 802.15.4 RADIO DRIVER
379M: Michael Hennerich <michael.hennerich@analog.com>
380W: https://wiki.analog.com/ADF7242
381W: http://ez.analog.com/community/linux-device-drivers
382L: linux-wpan@vger.kernel.org
383S: Supported
384F: drivers/net/ieee802154/adf7242.c
385F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387ADM1025 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700388M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200389L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700391F: Documentation/hwmon/adm1025
392F: drivers/hwmon/adm1025.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
Corentin Labbecae2caa2007-02-14 21:15:04 +0100394ADM1029 HARDWARE MONITOR DRIVER
LABBE Corentinfce8ffa2014-05-08 16:07:45 +0200395M: Corentin Labbe <clabbe.montjoie@gmail.com>
Corentin Labbecae2caa2007-02-14 21:15:04 +0100396L: lm-sensors@lm-sensors.org
397S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700398F: drivers/hwmon/adm1029.c
Corentin Labbecae2caa2007-02-14 21:15:04 +0100399
Michael Wucc0b88c2007-08-31 01:15:25 -0400400ADM8211 WIRELESS DRIVER
Michael Wucc0b88c2007-08-31 01:15:25 -0400401L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +0200402W: http://wireless.kernel.org/
John W. Linvillee71bcbd2010-07-12 16:03:07 -0400403S: Orphan
Kalle Valod4a17302015-11-17 19:49:19 +0200404F: drivers/net/wireless/admtek/adm8211.*
Michael Wucc0b88c2007-08-31 01:15:25 -0400405
Sakari Ailuse8e31622012-11-12 18:14:39 -0300406ADP1653 FLASH CONTROLLER DRIVER
407M: Sakari Ailus <sakari.ailus@iki.fi>
408L: linux-media@vger.kernel.org
409S: Maintained
410F: drivers/media/i2c/adp1653.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -0200411F: include/media/i2c/adp1653.h
Sakari Ailuse8e31622012-11-12 18:14:39 -0300412
Michael Hennerich527a1a82010-10-28 11:31:28 +0000413ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
414M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700415W: http://wiki.analog.com/ADP5520
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800416W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000417S: Supported
418F: drivers/mfd/adp5520.c
419F: drivers/video/backlight/adp5520_bl.c
Joe Perches45b4e0d2011-03-22 16:34:27 -0700420F: drivers/leds/leds-adp5520.c
Joe Perches77278d52012-01-10 15:08:44 -0800421F: drivers/gpio/gpio-adp5520.c
Michael Hennerich527a1a82010-10-28 11:31:28 +0000422F: drivers/input/keyboard/adp5520-keys.c
423
424ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
425M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700426W: http://wiki.analog.com/ADP5588
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800427W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000428S: Supported
429F: drivers/input/keyboard/adp5588-keys.c
Joe Perches77278d52012-01-10 15:08:44 -0800430F: drivers/gpio/gpio-adp5588.c
Michael Hennerich527a1a82010-10-28 11:31:28 +0000431
432ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
433M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700434W: http://wiki.analog.com/ADP8860
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800435W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000436S: Supported
437F: drivers/video/backlight/adp8860_bl.c
438
Dirk Eibach8c22a8f2011-03-21 17:59:36 +0100439ADS1015 HARDWARE MONITOR DRIVER
440M: Dirk Eibach <eibach@gdsys.de>
441L: lm-sensors@lm-sensors.org
442S: Maintained
443F: Documentation/hwmon/ads1015
444F: drivers/hwmon/ads1015.c
445F: include/linux/i2c/ads1015.h
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447ADT746X FAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700448M: Colin Leroy <colin@colino.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700450F: drivers/macintosh/therm_adt746x.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451
Jean Delvareb058b852009-12-09 20:36:08 +0100452ADT7475 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700453M: Jean Delvare <jdelvare@suse.com>
Jean Delvareb058b852009-12-09 20:36:08 +0100454L: lm-sensors@lm-sensors.org
455S: Maintained
456F: Documentation/hwmon/adt7475
457F: drivers/hwmon/adt7475.c
458
Michael Hennerich527a1a82010-10-28 11:31:28 +0000459ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
460M: Michael Hennerich <michael.hennerich@analog.com>
Joe Perchesa3f531a2011-03-22 16:34:28 -0700461W: http://wiki.analog.com/ADXL345
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800462W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000463S: Supported
464F: drivers/input/misc/adxl34x.c
465
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400466ADVANSYS SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700467M: Matthew Wilcox <matthew@wil.cx>
Jiri Slabyd8130622015-07-17 16:23:20 -0700468M: Hannes Reinecke <hare@suse.com>
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400469L: linux-scsi@vger.kernel.org
470S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700471F: Documentation/scsi/advansys.txt
472F: drivers/scsi/advansys.c
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400473
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474AEDSP16 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700475M: Riccardo Facchetti <fizban@tin.it>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700477F: sound/oss/aedsp16.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478
Antti Palosaari91952bc2012-10-01 12:28:46 -0300479AF9013 MEDIA DRIVER
480M: Antti Palosaari <crope@iki.fi>
481L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -0200482W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -0300483W: http://palosaari.fi/linux/
484Q: http://patchwork.linuxtv.org/project/linux-media/list/
485T: git git://linuxtv.org/anttip/media_tree.git
486S: Maintained
487F: drivers/media/dvb-frontends/af9013*
488
489AF9033 MEDIA DRIVER
490M: Antti Palosaari <crope@iki.fi>
491L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -0200492W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -0300493W: http://palosaari.fi/linux/
494Q: http://patchwork.linuxtv.org/project/linux-media/list/
495T: git git://linuxtv.org/anttip/media_tree.git
496S: Maintained
497F: drivers/media/dvb-frontends/af9033*
498
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499AFFS FILE SYSTEM
Geert Uytterhoeven6cf515e2011-04-24 10:32:49 +0200500L: linux-fsdevel@vger.kernel.org
501S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -0700502F: Documentation/filesystems/affs.txt
503F: fs/affs/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700505AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
Joe Perches8b58be82009-07-29 15:04:30 -0700506M: David Howells <dhowells@redhat.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700507L: linux-afs@lists.infradead.org
508S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700509F: fs/afs/
510F: include/net/af_rxrpc.h
511F: net/rxrpc/af_rxrpc.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513AGPGART DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700514M: David Airlie <airlied@linux.ie>
Dave Airlie878eaf62014-02-27 14:51:55 +1000515T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700517F: drivers/char/agp/
518F: include/linux/agp*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -0800519F: include/uapi/linux/agp*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
521AHA152X SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700522M: "Juergen E. Fischer" <fischer@norbit.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523L: linux-scsi@vger.kernel.org
524S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700525F: drivers/scsi/aha152x*
526F: drivers/scsi/pcmcia/aha152x*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527
Hannes Reinecke64624d4f2007-10-19 10:32:29 +0200528AIC7XXX / AIC79XX SCSI DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -0700529M: Hannes Reinecke <hare@suse.com>
Hannes Reinecke64624d4f2007-10-19 10:32:29 +0200530L: linux-scsi@vger.kernel.org
531S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700532F: drivers/scsi/aic7xxx/
Hannes Reinecke64624d4f2007-10-19 10:32:29 +0200533
Hans Verkuil450500a2012-11-23 07:11:33 -0300534AIMSLAB FM RADIO RECEIVER DRIVER
535M: Hans Verkuil <hverkuil@xs4all.nl>
536L: linux-media@vger.kernel.org
537T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -0200538W: https://linuxtv.org
Hans Verkuil450500a2012-11-23 07:11:33 -0300539S: Maintained
540F: drivers/media/radio/radio-aimslab*
541
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700542AIO
Joe Perches8b58be82009-07-29 15:04:30 -0700543M: Benjamin LaHaise <bcrl@kvack.org>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700544L: linux-aio@kvack.org
545S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700546F: fs/aio.c
547F: include/linux/*aio*.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -0700548
Antti Palosaari469d4ec2014-07-17 21:57:14 -0300549AIRSPY MEDIA DRIVER
550M: Antti Palosaari <crope@iki.fi>
551L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -0200552W: https://linuxtv.org
Antti Palosaari469d4ec2014-07-17 21:57:14 -0300553W: http://palosaari.fi/linux/
554Q: http://patchwork.linuxtv.org/project/linux-media/list/
555T: git git://linuxtv.org/anttip/media_tree.git
556S: Maintained
557F: drivers/media/usb/airspy/
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559ALCATEL SPEEDTOUCH USB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700560M: Duncan Sands <duncan.sands@free.fr>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -0700561L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562W: http://www.linux-usb.org/SpeedTouch/
563S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700564F: drivers/usb/atm/speedtch.c
565F: drivers/usb/atm/usbatm.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566
Pierre Ossman272f1332007-05-14 21:25:26 +0200567ALCHEMY AU1XX0 MMC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700568M: Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss08fcb722008-06-09 08:40:35 +0200569S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700570F: drivers/mmc/host/au1xmmc.c
Pierre Ossman272f1332007-05-14 21:25:26 +0200571
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000572ALI1563 I2C DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700573M: Rudolf Marek <r.marek@assembler.cz>
Jean Delvare846557d2008-10-30 15:55:47 +0100574L: linux-i2c@vger.kernel.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000575S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700576F: Documentation/i2c/busses/i2c-ali1563
577F: drivers/i2c/busses/i2c-ali1563.c
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000578
LABBE Corentinbc368792015-07-17 16:39:42 +0200579ALLWINNER SECURITY SYSTEM
580M: Corentin Labbe <clabbe.montjoie@gmail.com>
581L: linux-crypto@vger.kernel.org
582S: Maintained
583F: drivers/crypto/sunxi-ss/
584
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585ALPHA PORT
Joe Perches8b58be82009-07-29 15:04:30 -0700586M: Richard Henderson <rth@twiddle.net>
Joe Perches8b58be82009-07-29 15:04:30 -0700587M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Matt Turnerabd4d602010-01-14 13:15:20 -0500588M: Matt Turner <mattst88@gmail.com>
Joe Perchesc89f4f92012-03-23 15:01:57 -0700589S: Odd Fixes
Cheng Renquana9406692009-03-31 15:23:35 -0700590L: linux-alpha@vger.kernel.org
Joe Perches679655d2009-04-07 20:44:32 -0700591F: arch/alpha/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592
Ley Foon Tanf62092f2015-02-04 16:32:18 +0800593ALTERA MAILBOX DRIVER
594M: Ley Foon Tan <lftan@altera.com>
595L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596S: Maintained
597F: drivers/mailbox/mailbox-altera.c
598
Tien Hock Lohc5abbba2015-02-24 01:53:03 -0800599ALTERA PIO DRIVER
600M: Tien Hock Loh <thloh@altera.com>
601L: linux-gpio@vger.kernel.org
602S: Maintained
603F: drivers/gpio/gpio-altera.c
604
Vince Bridgers16b8b922014-03-17 17:52:40 -0500605ALTERA TRIPLE SPEED ETHERNET DRIVER
Vince Bridgersc53fed02014-10-09 10:08:42 -0500606M: Vince Bridgers <vbridger@opensource.altera.com>
Vince Bridgers16b8b922014-03-17 17:52:40 -0500607L: netdev@vger.kernel.org
608L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609S: Maintained
610F: drivers/net/ethernet/altera/
611
Tobias Klauseradf92512011-02-09 10:58:29 +0100612ALTERA UART/JTAG UART SERIAL DRIVERS
613M: Tobias Klauser <tklauser@distanz.ch>
614L: linux-serial@vger.kernel.org
Tobias Klauser61bd0942014-02-25 15:01:49 -0800615L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
Tobias Klauseradf92512011-02-09 10:58:29 +0100616S: Maintained
617F: drivers/tty/serial/altera_uart.c
618F: drivers/tty/serial/altera_jtaguart.c
619F: include/linux/altera_uart.h
620F: include/linux/altera_jtaguart.h
621
Tom Lendackyf4875e12013-11-12 11:46:57 -0600622AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
623M: Tom Lendacky <thomas.lendacky@amd.com>
624L: linux-crypto@vger.kernel.org
625S: Supported
626F: drivers/crypto/ccp/
627F: include/linux/ccp.h
628
Andreas Herrmann512d1022011-05-25 20:43:31 +0200629AMD FAM15H PROCESSOR POWER MONITORING DRIVER
Huang Rui96818b52015-12-10 11:56:11 +0800630M: Huang Rui <ray.huang@amd.com>
Andreas Herrmann512d1022011-05-25 20:43:31 +0200631L: lm-sensors@lm-sensors.org
Huang Rui96818b52015-12-10 11:56:11 +0800632S: Supported
Andreas Herrmann512d1022011-05-25 20:43:31 +0200633F: Documentation/hwmon/fam15h_power
634F: drivers/hwmon/fam15h_power.c
635
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700636AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
Jordan Crouse67d76712008-05-12 14:02:22 -0700637L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Greg Kroah-Hartmanb4731972015-09-25 20:45:27 -0700638S: Orphan
Joe Perchesfaf2e1d2014-08-08 14:26:18 -0700639F: drivers/usb/gadget/udc/amd5536udc.*
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700640
Jordan Crousef90b8112006-01-06 00:12:14 -0800641AMD GEODE PROCESSOR/CHIPSET SUPPORT
Andres Salomon69006092010-12-21 17:24:23 -0800642P: Andres Salomon <dilinger@queued.net>
Jordan Crouse67d76712008-05-12 14:02:22 -0700643L: linux-geode@lists.infradead.org (moderated for non-subscribers)
Jordan Crousef90b8112006-01-06 00:12:14 -0800644W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
645S: Supported
Joe Perches679655d2009-04-07 20:44:32 -0700646F: drivers/char/hw_random/geode-rng.c
647F: drivers/crypto/geode*
Jingoo Han8a61f012014-07-01 15:36:01 +0900648F: drivers/video/fbdev/geode/
Joe Perches679655d2009-04-07 20:44:32 -0700649F: arch/x86/include/asm/geode.h
Jordan Crousef90b8112006-01-06 00:12:14 -0800650
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200651AMD IOMMU (AMD-VI)
Joerg Roedele4110562012-10-23 16:16:23 +0200652M: Joerg Roedel <joro@8bytes.org>
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200653L: iommu@lists.linux-foundation.org
Joerg Roedel525b2332012-03-15 11:56:44 +0100654T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
Joerg Roedele4110562012-10-23 16:16:23 +0200655S: Maintained
Joe Perchesb2c16392011-12-08 20:21:40 -0800656F: drivers/iommu/amd_iommu*.[ch]
657F: include/linux/amd-iommu.h
Joerg Roedel919ee7d2008-06-26 21:28:09 +0200658
Oded Gabbay16423d62014-07-15 13:08:36 +0300659AMD KFD
Oded Gabbay1241e0b2015-05-10 12:37:28 +0300660M: Oded Gabbay <oded.gabbay@gmail.com>
Joe Perches49e7d9d2015-04-15 16:17:31 -0700661L: dri-devel@lists.freedesktop.org
662T: git git://people.freedesktop.org/~gabbayo/linux.git
663S: Supported
Oded Gabbay130e0372015-06-12 21:35:14 +0300664F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
665F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
Oded Gabbay32c22e92015-06-12 21:38:22 +0300666F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
Ben Gozff758a12014-10-07 14:43:07 +0300667F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
Joe Perches49e7d9d2015-04-15 16:17:31 -0700668F: drivers/gpu/drm/amd/amdkfd/
Oded Gabbay04df25d2015-01-05 18:15:45 +0200669F: drivers/gpu/drm/amd/include/cik_structs.h
670F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
Ben Gozff758a12014-10-07 14:43:07 +0300671F: drivers/gpu/drm/amd/include/vi_structs.h
Joe Perches49e7d9d2015-04-15 16:17:31 -0700672F: drivers/gpu/drm/radeon/radeon_kfd.c
673F: drivers/gpu/drm/radeon/radeon_kfd.h
674F: include/uapi/linux/kfd_ioctl.h
Oded Gabbay16423d62014-07-15 13:08:36 +0300675
Lendacky, Thomas45198c72014-06-05 09:15:24 -0500676AMD XGBE DRIVER
677M: Tom Lendacky <thomas.lendacky@amd.com>
678L: netdev@vger.kernel.org
679S: Supported
680F: drivers/net/ethernet/amd/xgbe/
Lendacky, Thomas45198c72014-06-05 09:15:24 -0500681
Stelian Pop284f42b2006-12-12 18:18:31 +0100682AMS (Apple Motion Sensor) DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700683M: Michael Hanselmann <linux-kernel@hansmi.ch>
Stelian Pop284f42b2006-12-12 18:18:31 +0100684S: Supported
Jean Delvarebd5f47e2010-10-28 20:31:50 +0200685F: drivers/macintosh/ams/
Stelian Pop284f42b2006-12-12 18:18:31 +0100686
Hans Verkuil531fca12012-11-23 06:53:24 -0300687ANALOG DEVICES INC AD9389B DRIVER
688M: Hans Verkuil <hans.verkuil@cisco.com>
689L: linux-media@vger.kernel.org
690S: Maintained
691F: drivers/media/i2c/ad9389b*
692
Lars-Peter Clausen614b4382015-01-23 12:52:34 -0300693ANALOG DEVICES INC ADV7180 DRIVER
694M: Lars-Peter Clausen <lars@metafoo.de>
695L: linux-media@vger.kernel.org
696W: http://ez.analog.com/community/linux-device-drivers
697S: Supported
698F: drivers/media/i2c/adv7180.c
699
Hans Verkuilc40ddfa2013-08-12 10:02:48 -0300700ANALOG DEVICES INC ADV7511 DRIVER
701M: Hans Verkuil <hans.verkuil@cisco.com>
702L: linux-media@vger.kernel.org
703S: Maintained
704F: drivers/media/i2c/adv7511*
705
Hans Verkuil531fca12012-11-23 06:53:24 -0300706ANALOG DEVICES INC ADV7604 DRIVER
707M: Hans Verkuil <hans.verkuil@cisco.com>
708L: linux-media@vger.kernel.org
709S: Maintained
710F: drivers/media/i2c/adv7604*
711
Hans Verkuilc40ddfa2013-08-12 10:02:48 -0300712ANALOG DEVICES INC ADV7842 DRIVER
713M: Hans Verkuil <hans.verkuil@cisco.com>
714L: linux-media@vger.kernel.org
715S: Maintained
716F: drivers/media/i2c/adv7842*
717
Michael Hennerich527a1a82010-10-28 11:31:28 +0000718ANALOG DEVICES INC ASOC CODEC DRIVERS
Lars-Peter Clausen535bd162011-10-17 20:33:05 +0200719M: Lars-Peter Clausen <lars@metafoo.de>
Michael Hennerich527a1a82010-10-28 11:31:28 +0000720L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Joe Perchesa3f531a2011-03-22 16:34:28 -0700721W: http://wiki.analog.com/
Sonic Zhanga4edbc12014-01-29 14:05:55 -0800722W: http://ez.analog.com/community/linux-device-drivers
Michael Hennerich527a1a82010-10-28 11:31:28 +0000723S: Supported
Mark Brown39c9d192011-06-17 11:22:27 +0100724F: sound/soc/codecs/adau*
Lars-Peter Clausencc526882011-06-27 17:04:01 +0200725F: sound/soc/codecs/adav*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000726F: sound/soc/codecs/ad1*
Mark Brownae48f5e2013-08-07 18:01:08 +0100727F: sound/soc/codecs/ad7*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000728F: sound/soc/codecs/ssm*
Lars-Peter Clausen40216ce2011-11-28 09:44:17 +0100729F: sound/soc/codecs/sigmadsp.*
Michael Hennerich527a1a82010-10-28 11:31:28 +0000730
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400731ANALOG DEVICES INC ASOC DRIVERS
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -0700732L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400733L: alsa-devel@alsa-project.org (moderated for non-subscribers)
734W: http://blackfin.uclinux.org/
735S: Supported
736F: sound/soc/blackfin/*
Rob Herring7d1f9012014-12-26 13:47:30 -0600737
Lars-Peter Clausen4ce72ab2014-08-18 09:08:00 +0100738ANALOG DEVICES INC IIO DRIVERS
739M: Lars-Peter Clausen <lars@metafoo.de>
740M: Michael Hennerich <Michael.Hennerich@analog.com>
741W: http://wiki.analog.com/
742W: http://ez.analog.com/community/linux-device-drivers
743S: Supported
744F: drivers/iio/*/ad*
745X: drivers/iio/*/adjd*
746F: drivers/staging/iio/*/ad*
747F: staging/iio/trigger/iio-trig-bfin-timer.c
Mike Frysinger4bdef3b2010-08-11 23:52:23 -0400748
Lars-Peter Clausen0e3b67b2015-08-20 17:39:13 +0200749ANALOG DEVICES INC DMA DRIVERS
750M: Lars-Peter Clausen <lars@metafoo.de>
751W: http://ez.analog.com/community/linux-device-drivers
752S: Supported
753F: drivers/dma/dma-axi-dmac.c
754
Greg KH41c9e952015-01-18 16:33:24 +0900755ANDROID DRIVERS
756M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Baruch Siach27682402015-03-18 21:29:10 +0200757M: Arve Hjønnevåg <arve@android.com>
Greg KH41c9e952015-01-18 16:33:24 +0900758M: Riley Andrews <riandrews@android.com>
Lee Campbell0e4a5662015-05-24 14:47:38 -0700759T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
Greg KH41c9e952015-01-18 16:33:24 +0900760L: devel@driverdev.osuosl.org
761S: Supported
762F: drivers/android/
763F: drivers/staging/android/
764
Johannes Berg42269062006-07-25 16:15:50 +0200765AOA (Apple Onboard Audio) ALSA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700766M: Johannes Berg <johannes@sipsolutions.net>
Stephen Rothwella4724ed2010-08-20 19:52:45 +1000767L: linuxppc-dev@lists.ozlabs.org
Joe Perches93711662009-06-16 15:34:07 -0700768L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Johannes Berg42269062006-07-25 16:15:50 +0200769S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700770F: sound/aoa/
Johannes Berg42269062006-07-25 16:15:50 +0200771
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772APM DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +0200773M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina81024fc2011-05-04 13:41:31 +0200774S: Odd fixes
Fengguang Wu9f273c22016-01-20 15:03:25 -0800775T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
Joe Perches679655d2009-04-07 20:44:32 -0700776F: arch/x86/kernel/apm_32.c
777F: include/linux/apm_bios.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -0800778F: include/uapi/linux/apm_bios.h
Jiri Kosina81024fc2011-05-04 13:41:31 +0200779F: drivers/char/apm-emulation.c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700781APPLE BCM5974 MULTITOUCH DRIVER
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800782M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700783L: linux-input@vger.kernel.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800784S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -0700785F: drivers/input/mouse/bcm5974.c
Henrik Rydbergbd7aa4b2008-09-02 14:35:43 -0700786
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700787APPLE SMC DRIVER
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800788M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydbergd618540f2010-04-14 16:14:11 +0200789L: lm-sensors@lm-sensors.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -0800790S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -0700791F: drivers/hwmon/applesmc.c
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793APPLETALK NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -0700794M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700796F: drivers/net/appletalk/
797F: net/appletalk/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
Duc Dang21c75322015-08-12 17:01:12 -0700799APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
800M: Duc Dang <dhdang@apm.com>
801S: Supported
802F: arch/arm64/boot/dts/apm/
803
Iyappan Subramanian24299502014-08-07 15:14:25 -0700804APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
805M: Iyappan Subramanian <isubramanian@apm.com>
806M: Keyur Chudgar <kchudgar@apm.com>
Iyappan Subramanian24299502014-08-07 15:14:25 -0700807S: Supported
808F: drivers/net/ethernet/apm/xgene/
809F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
810
Laurent Pinchart62a37dc2013-08-09 08:46:11 -0300811APTINA CAMERA SENSOR PLL
812M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
813L: linux-media@vger.kernel.org
814S: Maintained
815F: drivers/media/i2c/aptina-pll.*
816
Jaya Kumar1154ea72005-06-21 17:17:04 -0700817ARC FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -0700818M: Jaya Kumar <jayalk@intworks.biz>
Jaya Kumar1154ea72005-06-21 17:17:04 -0700819S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +0900820F: drivers/video/fbdev/arcfb.c
821F: drivers/video/fbdev/core/fb_defio.c
Jaya Kumar1154ea72005-06-21 17:17:04 -0700822
Michael Grzeschikc38f6ac2015-09-17 15:26:16 +0200823ARCNET NETWORK LAYER
824M: Michael Grzeschik <m.grzeschik@pengutronix.de>
825L: netdev@vger.kernel.org
826S: Maintained
827F: drivers/net/arcnet/
828F: include/uapi/linux/if_arcnet.h
829
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830ARM MFM AND FLOPPY DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -0700831M: Ian Molton <spyro@f2s.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700833F: arch/arm/lib/floppydma.S
834F: arch/arm/include/asm/floppy.h
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835
Will Deacon6f965212011-07-01 14:38:53 +0100836ARM PMU PROFILING AND DEBUGGING
837M: Will Deacon <will.deacon@arm.com>
Mark Rutland70e238d2015-10-02 10:55:08 +0100838R: Mark Rutland <mark.rutland@arm.com>
Will Deacon6f965212011-07-01 14:38:53 +0100839S: Maintained
Mark Rutlanddd06a842015-10-02 10:55:07 +0100840F: arch/arm*/kernel/perf_*
Will Deacon6f965212011-07-01 14:38:53 +0100841F: arch/arm/oprofile/common.c
Mark Rutlanddd06a842015-10-02 10:55:07 +0100842F: arch/arm*/kernel/hw_breakpoint.c
843F: arch/arm*/include/asm/hw_breakpoint.h
844F: arch/arm*/include/asm/perf_event.h
Mark Rutlandfa8ad782015-07-06 12:23:53 +0100845F: drivers/perf/arm_pmu.c
846F: include/linux/perf/arm_pmu.h
Will Deacon6f965212011-07-01 14:38:53 +0100847
Russell Kingd4275352009-04-16 14:05:27 +0100848ARM PORT
Joe Perches8b58be82009-07-29 15:04:30 -0700849M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700850L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +0100851W: http://www.arm.linux.org.uk/
852S: Maintained
853F: arch/arm/
854
Stephen Boydd323c2432012-10-24 11:00:29 -0700855ARM SUB-ARCHITECTURES
856L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Zhang Yanfei56ca9d92013-01-11 14:32:04 -0800857S: Maintained
Stephen Boydd323c2432012-10-24 11:00:29 -0700858F: arch/arm/mach-*/
859F: arch/arm/plat-*/
860T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
861
Russell Kingcefbf4e2009-11-22 17:40:28 +0000862ARM PRIMECELL AACI PL041 DRIVER
863M: Russell King <linux@arm.linux.org.uk>
864S: Maintained
865F: sound/arm/aaci.*
866
867ARM PRIMECELL CLCD PL110 DRIVER
868M: Russell King <linux@arm.linux.org.uk>
869S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +0900870F: drivers/video/fbdev/amba-clcd.*
Russell Kingcefbf4e2009-11-22 17:40:28 +0000871
872ARM PRIMECELL KMI PL050 DRIVER
873M: Russell King <linux@arm.linux.org.uk>
874S: Maintained
875F: drivers/input/serio/ambakmi.*
876F: include/linux/amba/kmi.h
877
Russell King2761f5c2007-05-24 06:56:08 +0200878ARM PRIMECELL MMCI PL180/1 DRIVER
Russell King08a5c9a2013-02-11 15:28:51 +0000879M: Russell King <linux@arm.linux.org.uk>
880S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -0700881F: drivers/mmc/host/mmci.*
Russell King2f748aa2013-02-11 15:28:05 +0000882F: include/linux/amba/mmci.h
Russell King2761f5c2007-05-24 06:56:08 +0200883
Russell King1b4304e2013-02-11 15:26:27 +0000884ARM PRIMECELL UART PL010 AND PL011 DRIVERS
885M: Russell King <linux@arm.linux.org.uk>
886S: Maintained
887F: drivers/tty/serial/amba-pl01*.c
888F: include/linux/amba/serial.h
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800889
Russell Kingcefbf4e2009-11-22 17:40:28 +0000890ARM PRIMECELL BUS SUPPORT
891M: Russell King <linux@arm.linux.org.uk>
892S: Maintained
893F: drivers/amba/
894F: include/linux/amba/bus.h
895
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800896ARM/ADS SPHERE MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700897M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700898L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800899S: Maintained
900
Sergey Lapin9c784f92008-08-03 02:29:48 +0100901ARM/AFEB9260 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700902M: Sergey Lapin <slapin@ossfans.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700903L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sergey Lapin9c784f92008-08-03 02:29:48 +0100904S: Maintained
905
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800906ARM/AJECO 1ARM MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700907M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700908L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800909S: Maintained
910
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100911ARM/Allwinner sunXi SoC support
Maxime Ripard1b106692012-11-15 21:51:26 +0100912M: Maxime Ripard <maxime.ripard@free-electrons.com>
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100913M: Chen-Yu Tsai <wens@csie.org>
Maxime Ripard1b106692012-11-15 21:51:26 +0100914L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915S: Maintained
Maxime Ripard5c6dcd72015-10-07 18:39:40 +0100916N: sun[x456789]i
Maxime Ripard60b0f382013-12-30 16:03:33 +0100917
918ARM/Allwinner SoC Clock Support
919M: Emilio López <emilio@elopez.com.ar>
920S: Maintained
921F: drivers/clk/sunxi/
Maxime Ripard1b106692012-11-15 21:51:26 +0100922
Carlo Caione7c1e3872014-09-12 20:18:31 +0200923ARM/Amlogic MesonX SoC support
924M: Carlo Caione <carlo@caione.org>
925L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926S: Maintained
Beniamino Galvani12ddbad2014-11-18 17:22:34 -0300927F: drivers/media/rc/meson-ir.c
Carlo Caione7c1e3872014-09-12 20:18:31 +0200928N: meson[x68]
929
Tsahee Zidenbergeff506f2015-03-12 13:53:25 +0200930ARM/Annapurna Labs ALPINE ARCHITECTURE
931M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
932S: Maintained
933F: arch/arm/mach-alpine/
934
Alexandre Belloni8dca5ce2015-09-02 18:24:21 +0200935ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800936M: Nicolas Ferre <nicolas.ferre@atmel.com>
Nicolas Ferred68b35f2015-04-29 11:57:18 +0200937M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800938M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700939L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800940W: http://www.linux4sam.org
Fengguang Wu9f273c22016-01-20 15:03:25 -0800941T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
Nicolas Ferrec1fc8672011-01-20 14:44:27 -0800942S: Supported
943F: arch/arm/mach-at91/
Alexandre Bellonif0a0a582014-11-07 21:58:21 +0100944F: include/soc/at91/
Mark Brown70e389c2013-10-16 12:04:07 +0100945F: arch/arm/boot/dts/at91*.dts
946F: arch/arm/boot/dts/at91*.dtsi
947F: arch/arm/boot/dts/sama*.dts
948F: arch/arm/boot/dts/sama*.dtsi
Alexandre Belloni5f58c972015-01-12 19:42:14 +0100949F: arch/arm/include/debug/at91.S
Andrew Victord4a89c72006-12-04 13:56:21 +0100950
Boris BREZILLON6e05dd42014-05-27 13:39:28 +0200951ARM/ATMEL AT91 Clock Support
952M: Boris Brezillon <boris.brezillon@free-electrons.com>
953S: Maintained
954F: drivers/clk/at91
955
Rob Herring986cf2e2011-06-22 11:28:53 -0500956ARM/CALXEDA HIGHBANK ARCHITECTURE
Rob Herring5d3ad8a2013-12-03 10:20:16 -0600957M: Rob Herring <robh@kernel.org>
Rob Herring986cf2e2011-06-22 11:28:53 -0500958L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959S: Maintained
960F: arch/arm/mach-highbank/
Rob Herringe68d7c12015-12-10 17:38:23 -0600961F: arch/arm/boot/dts/highbank.dts
962F: arch/arm/boot/dts/ecx-*.dts*
Rob Herring986cf2e2011-06-22 11:28:53 -0500963
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300964ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +0200965M: Krzysztof Halasa <khalasa@piap.pl>
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300966S: Maintained
967F: arch/arm/mach-cns3xxx/
Anton Vorontsovd94f9442010-03-25 17:12:41 +0300968
Sunil Goutham4863dea2015-05-26 19:20:15 -0700969ARM/CAVIUM THUNDER NETWORK DRIVER
970M: Sunil Goutham <sgoutham@cavium.com>
971M: Robert Richter <rric@kernel.org>
972L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973S: Supported
Aleksey Makarov322e5cc2015-08-30 12:29:09 +0300974F: drivers/net/ethernet/cavium/thunder/
Sunil Goutham4863dea2015-05-26 19:20:15 -0700975
Alexander Shiyan386ab512012-11-17 17:57:24 +0400976ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
977M: Alexander Shiyan <shc_work@mail.ru>
978L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979S: Odd Fixes
Alexander Shiyanb8ba3872014-02-15 12:05:33 +0400980N: clps711x
Alexander Shiyan386ab512012-11-17 17:57:24 +0400981
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800982ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
Russell Kingddd559b2009-09-12 12:02:26 +0100983M: Hartley Sweeten <hsweeten@visionengravers.com>
Ryan Mallon1c5454e2011-06-15 14:45:36 +1000984M: Ryan Mallon <rmallon@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700985L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800986S: Maintained
Hartley Sweetend19d3662009-07-10 23:02:59 +0100987F: arch/arm/mach-ep93xx/
988F: arch/arm/mach-ep93xx/include/mach/
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800989
990ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700991M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700992L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800993S: Maintained
994
Russell Kingd4275352009-04-16 14:05:27 +0100995ARM/CLKDEV SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -0700996M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -0700997L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches37417042012-03-23 15:01:58 -0700998S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +0100999F: arch/arm/include/asm/clkdev.h
Joe Perches4fa26512011-03-22 16:34:31 -07001000F: drivers/clk/clkdev.c
Russell Kingd4275352009-04-16 14:05:27 +01001001
Mike Rapoportd48134e2008-08-20 09:03:26 +01001002ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001003M: Mike Rapoport <mike@compulab.co.il>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kinga9da4f72008-07-12 21:42:04 +01001005S: Maintained
1006
Hubert Feurstein94150092009-10-07 08:36:07 +01001007ARM/CONTEC MICRO9 MACHINE SUPPORT
1008M: Hubert Feurstein <hubert.feurstein@contec.at>
1009S: Maintained
1010F: arch/arm/mach-ep93xx/micro9.c
1011
Pratik Patela06ae862014-11-03 11:07:35 -07001012ARM/CORESIGHT FRAMEWORK AND DRIVERS
1013M: Mathieu Poirier <mathieu.poirier@linaro.org>
1014L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015S: Maintained
Mathieu Poirier01081f52015-03-30 14:13:41 -06001016F: drivers/hwtracing/coresight/*
Pratik Patela06ae862014-11-03 11:07:35 -07001017F: Documentation/trace/coresight.txt
1018F: Documentation/devicetree/bindings/arm/coresight.txt
Mathieu Poirier7a25ec82014-11-10 14:06:42 -07001019F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
Pratik Patela06ae862014-11-03 11:07:35 -07001020
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021ARM/CORGI MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001022M: Richard Purdie <rpurdie@rpsys.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023S: Maintained
1024
Paulius Zaleckas881a95f2009-03-26 10:06:27 +02001025ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001026M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001027L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Hans Ulli Krollb60e23b2015-05-07 19:29:03 +02001028T: git git://github.com/ulli-kroll/linux.git
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001029S: Maintained
Paulius Zaleckasf49afbb2009-05-28 16:41:36 +03001030F: arch/arm/mach-gemini/
Hans Ulli Kroll98a9bb52015-05-20 17:49:31 +02001031F: drivers/rtc/rtc-gemini.c
Paulius Zaleckas881a95f2009-03-26 10:06:27 +02001032
Barry Songa990cbd2011-07-12 21:44:10 +08001033ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
Barry Song5abf58b2013-09-29 22:45:10 +08001034M: Barry Song <baohua@kernel.org>
Barry Songa990cbd2011-07-12 21:44:10 +08001035L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Barry Song85529d12013-06-17 09:44:26 +08001036T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
Barry Songa990cbd2011-07-12 21:44:10 +08001037S: Maintained
Rob Herringe68d7c12015-12-10 17:38:23 -06001038F: arch/arm/boot/dts/prima2*
Barry Songa990cbd2011-07-12 21:44:10 +08001039F: arch/arm/mach-prima2/
Joe Perches4a9c44f2014-08-08 14:25:03 -07001040F: drivers/clk/sirf/
Barry Song05f30e82013-09-29 22:45:09 +08001041F: drivers/clocksource/timer-prima2.c
Barry Song5833ac92015-01-12 00:04:43 +08001042F: drivers/clocksource/timer-atlas7.c
Barry Songf8505ef2014-01-03 11:24:13 +08001043N: [^a-z]sirf
Barry Songa990cbd2011-07-12 21:44:10 +08001044
Baruch Siachc9d862c2015-04-28 13:59:43 +03001045ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1046M: Baruch Siach <baruch@tkos.co.il>
1047L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048S: Maintained
Baruch Siachcde137a2015-07-06 14:41:46 +03001049F: arch/arm/boot/dts/cx92755*
Baruch Siachc9d862c2015-04-28 13:59:43 +03001050N: digicolor
1051
Russell Kingd4275352009-04-16 14:05:27 +01001052ARM/EBSA110 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001053M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001054L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001055W: http://www.arm.linux.org.uk/
1056S: Maintained
1057F: arch/arm/mach-ebsa110/
Jeff Kirsherb955f6c2011-03-30 07:46:36 -07001058F: drivers/net/ethernet/amd/am79c961a.*
Russell Kingd4275352009-04-16 14:05:27 +01001059
Uwe Kleine-König4721f3c2013-12-20 21:21:59 +01001060ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1061M: Uwe Kleine-König <kernel@pengutronix.de>
1062L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063S: Maintained
1064N: efm32
1065
Russell Kinga9da4f72008-07-12 21:42:04 +01001066ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
Joe Perches8b58be82009-07-29 15:04:30 -07001067M: Daniel Ribeiro <drwyrm@gmail.com>
1068M: Stefan Schmidt <stefan@openezx.org>
1069M: Harald Welte <laforge@openezx.org>
Paul Bolled66f18862011-04-06 22:34:00 +02001070L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
Russell Kinga9da4f72008-07-12 21:42:04 +01001071W: http://www.openezx.org/
1072S: Maintained
Stefan Schmidtcafc2262009-06-14 01:08:36 +02001073T: topgit git://git.openezx.org/openezx.git
1074F: arch/arm/mach-pxa/ezx.c
Russell Kinga9da4f72008-07-12 21:42:04 +01001075
Paulius Zaleckas6a915af2009-03-25 13:10:20 +02001076ARM/FARADAY FA526 PORT
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001077M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001078L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Hans Ulli Kroll162500b2010-05-13 06:43:59 +01001079S: Maintained
Joe Perches1fa7e542010-10-26 14:23:02 -07001080T: git git://git.berlios.de/gemini-board
Paulius Zaleckasf49afbb2009-05-28 16:41:36 +03001081F: arch/arm/mm/*-fa*
Paulius Zaleckas6a915af2009-03-25 13:10:20 +02001082
Russell Kingd4275352009-04-16 14:05:27 +01001083ARM/FOOTBRIDGE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001084M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001085L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001086W: http://www.arm.linux.org.uk/
1087S: Maintained
1088F: arch/arm/include/asm/hardware/dec21285.h
1089F: arch/arm/mach-footbridge/
1090
Sascha Hauer86183a52008-07-24 23:50:35 +02001091ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
Shawn Guo7609ea22015-06-03 19:34:10 +08001092M: Shawn Guo <shawnguo@kernel.org>
Joe Perches8b58be82009-07-29 15:04:30 -07001093M: Sascha Hauer <kernel@pengutronix.de>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001094L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sascha Hauer86183a52008-07-24 23:50:35 +02001095S: Maintained
Shawn Guof1c12832014-03-11 22:57:53 +08001096T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
Shawn Guo2a82f952013-12-10 22:19:21 +08001097F: arch/arm/mach-imx/
Shawn Guoce515a62014-07-02 15:37:10 +08001098F: arch/arm/mach-mxs/
Shawn Guo2a82f952013-12-10 22:19:21 +08001099F: arch/arm/boot/dts/imx*
1100F: arch/arm/configs/imx*_defconfig
Shawn Guocf209682015-04-26 21:58:12 +08001101F: drivers/clk/imx/
1102F: include/soc/imx/
Shawn Guo8bcb97652011-10-07 22:24:18 +08001103
Stefan Agner142109d2015-03-02 00:09:02 +01001104ARM/FREESCALE VYBRID ARM ARCHITECTURE
Shawn Guo7609ea22015-06-03 19:34:10 +08001105M: Shawn Guo <shawnguo@kernel.org>
Stefan Agner142109d2015-03-02 00:09:02 +01001106M: Sascha Hauer <kernel@pengutronix.de>
1107R: Stefan Agner <stefan@agner.ch>
1108L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109S: Maintained
1110T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1111F: arch/arm/mach-imx/*vf610*
1112F: arch/arm/boot/dts/vf*
1113
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001114ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001115M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001116L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001117S: Maintained
1118
Jaya Kumar90b8fc32008-03-15 05:11:07 +01001119ARM/GUMSTIX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001120M: Steve Sakoman <sakoman@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001121L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Jaya Kumar90b8fc32008-03-15 05:11:07 +01001122S: Maintained
1123
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001124ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001125M: Philipp Zabel <philipp.zabel@gmail.com>
Philipp Zabel12a93f32012-02-26 12:40:19 +01001126M: Paul Parsons <lost.distance@yahoo.com>
1127L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001128S: Maintained
1129F: arch/arm/mach-pxa/hx4700.c
1130F: arch/arm/mach-pxa/include/mach/hx4700.h
Philipp Zabel12a93f32012-02-26 12:40:19 +01001131F: sound/soc/pxa/hx4700.c
Philipp Zabelef47d5f2009-05-28 07:07:47 +02001132
Wei Xu4dfad062014-07-07 10:41:53 +08001133ARM/HISILICON SOC SUPPORT
1134M: Wei Xu <xuwei5@hisilicon.com>
1135L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136W: http://www.hisilicon.com
1137S: Supported
1138T: git git://github.com/hisilicon/linux-hisi.git
1139F: arch/arm/mach-hisi/
Rob Herringe68d7c12015-12-10 17:38:23 -06001140F: arch/arm/boot/dts/hi3*
1141F: arch/arm/boot/dts/hip*
1142F: arch/arm/boot/dts/hisi*
1143F: arch/arm64/boot/dts/hisilicon/
Wei Xu4dfad062014-07-07 10:41:53 +08001144
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +01001145ARM/HP JORNADA 7XX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001146M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +02001147W: www.jlime.com
1148S: Maintained
Kristoffer Ericson084bad92009-07-29 15:04:32 -07001149T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1150F: arch/arm/mach-sa1100/jornada720.c
1151F: arch/arm/mach-sa1100/include/mach/jornada720.h
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +01001152
Javier Martinez Canillas5e767ab2012-10-08 10:47:34 +02001153ARM/IGEP MACHINE SUPPORT
1154M: Enric Balletbo i Serra <eballetbo@gmail.com>
1155M: Javier Martinez Canillas <javier@dowhile0.org>
1156L: linux-omap@vger.kernel.org
1157L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158S: Maintained
Javier Martinez Canillas06ff74f2013-10-18 17:37:53 +02001159F: arch/arm/boot/dts/omap3-igep*
Javier Martinez Canillas5e767ab2012-10-08 10:47:34 +02001160
Marek Vasut403d2972010-05-22 00:29:39 +02001161ARM/INCOME PXA270 SUPPORT
1162M: Marek Vasut <marek.vasut@gmail.com>
1163L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164S: Maintained
Joe Perchesec154082010-10-26 14:22:59 -07001165F: arch/arm/mach-pxa/colibri-pxa270-income.c
Marek Vasut403d2972010-05-22 00:29:39 +02001166
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001167ARM/INTEL IOP32X ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001168M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001169L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001170S: Maintained
Dan Williamse2bdb172007-01-02 18:32:37 +01001171
1172ARM/INTEL IOP33X ARM ARCHITECTURE
Joe Perchesefc03ec2009-09-21 17:04:27 -07001173L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williams08223d82014-08-19 06:07:56 -07001174S: Orphan
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001175
1176ARM/INTEL IOP13XX ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001177M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001178L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001179S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001180
1181ARM/INTEL IQ81342EX MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001182M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001183L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001184S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001185
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001186ARM/INTEL IXDP2850 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001187M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001188L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001189S: Maintained
1190
Krzysztof Hałasadfdd8cc2009-09-21 18:31:24 +02001191ARM/INTEL IXP4XX ARM ARCHITECTURE
1192M: Imre Kaloz <kaloz@openwrt.org>
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +02001193M: Krzysztof Halasa <khalasa@piap.pl>
Russell Kingbaea7b92009-09-24 21:22:33 +01001194L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Krzysztof Hałasadfdd8cc2009-09-21 18:31:24 +02001195S: Maintained
1196F: arch/arm/mach-ixp4xx/
1197
Joe Perches838553c2010-10-26 14:22:59 -07001198ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
Jonathan Cameron7f49a7f2009-10-15 16:39:30 +01001199M: Jonathan Cameron <jic23@cam.ac.uk>
1200L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201S: Maintained
1202F: arch/arm/mach-pxa/stargate2.c
1203F: drivers/pcmcia/pxa2xx_stargate2.c
1204
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001205ARM/INTEL XSC3 (MANZANO) ARM CORE
Joe Perches8b58be82009-07-29 15:04:30 -07001206M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001207L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Dan Williamsf00f5102009-08-18 15:21:50 -07001208S: Maintained
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001209
1210ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001211M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001212L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001213S: Maintained
1214
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001215ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
Santosh Shilimkar97215802014-10-13 14:16:28 -04001216M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001217L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218S: Maintained
1219F: arch/arm/mach-keystone/
Rob Herringe68d7c12015-12-10 17:38:23 -06001220F: arch/arm/boot/dts/k2*
Santosh Shilimkar317929c2013-11-23 17:31:27 -05001221T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
Santosh Shilimkar1154f852013-08-05 14:11:14 -04001222
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001223ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
Santosh Shilimkar97215802014-10-13 14:16:28 -04001224M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001225L: linux-kernel@vger.kernel.org
1226S: Maintained
1227F: drivers/clk/keystone/
1228
1229ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
Santosh Shilimkar97215802014-10-13 14:16:28 -04001230M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001231L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232L: linux-kernel@vger.kernel.org
1233S: Maintained
1234F: drivers/clocksource/timer-keystone.c
1235
1236ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
Santosh Shilimkar97215802014-10-13 14:16:28 -04001237M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001238L: linux-kernel@vger.kernel.org
1239S: Maintained
1240F: drivers/power/reset/keystone-reset.c
1241
1242ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
Santosh Shilimkar97215802014-10-13 14:16:28 -04001243M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkarbc6aa562014-06-22 16:06:22 -04001244L: linux-kernel@vger.kernel.org
1245S: Maintained
1246F: drivers/memory/*emif*
1247
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001248ARM/LOGICPD PXA270 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001249M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001250L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001251S: Maintained
1252
Joachim Eastwood31438752015-05-19 20:59:21 +02001253ARM/LPC18XX ARCHITECTURE
1254M: Joachim Eastwood <manabian@gmail.com>
1255L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256S: Maintained
Joachim Eastwood19c1c322015-10-11 22:40:42 +02001257F: arch/arm/boot/dts/lpc43*
1258F: drivers/clk/nxp/clk-lpc18xx*
1259F: drivers/clocksource/time-lpc32xx.c
1260F: drivers/i2c/busses/i2c-lpc2k.c
1261F: drivers/memory/pl172.c
1262F: drivers/mtd/spi-nor/nxp-spifi.c
1263F: drivers/rtc/rtc-lpc24xx.c
Joachim Eastwood31438752015-05-19 20:59:21 +02001264N: lpc18xx
1265
Philipp Zabel3b8861712008-07-09 21:27:15 +01001266ARM/MAGICIAN MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001267M: Philipp Zabel <philipp.zabel@gmail.com>
Philipp Zabel3b8861712008-07-09 21:27:15 +01001268S: Maintained
1269
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001270ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001271M: Jason Cooper <jason@lakedaemon.net>
1272M: Andrew Lunn <andrew@lunn.ch>
1273M: Gregory Clement <gregory.clement@free-electrons.com>
Jason Cooperdcb71502013-10-14 18:32:21 +00001274M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001275L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276S: Maintained
1277F: arch/arm/mach-mvebu/
Joe Perches59ec9672015-03-25 15:55:17 -07001278F: drivers/rtc/rtc-armada38x.c
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001279F: arch/arm/boot/dts/armada*
1280F: arch/arm/boot/dts/kirkwood*
1281
Thomas Petazzoni75f41272012-06-01 18:50:52 +02001282
Sebastian Hesselbarth40f49782013-10-08 12:52:30 +02001283ARM/Marvell Berlin SoC support
1284M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1285L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286S: Maintained
1287F: arch/arm/mach-berlin/
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001288F: arch/arm/boot/dts/berlin*
Rob Herringe68d7c12015-12-10 17:38:23 -06001289F: arch/arm64/boot/dts/marvell/berlin*
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001290
Sebastian Hesselbarth40f49782013-10-08 12:52:30 +02001291
Andrew Lunn4cfab57e2014-07-16 22:32:51 +02001292ARM/Marvell Dove/MV78xx0/Orion SOC support
Nicolas Pitre4f1312b2012-04-30 13:44:48 -04001293M: Jason Cooper <jason@lakedaemon.net>
1294M: Andrew Lunn <andrew@lunn.ch>
Jason Cooperdcb71502013-10-14 18:32:21 +00001295M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Gregory CLEMENTbfda4032015-03-13 14:41:45 +01001296M: Gregory Clement <gregory.clement@free-electrons.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Nicolas Pitre4f1312b2012-04-30 13:44:48 -04001298S: Maintained
1299F: arch/arm/mach-dove/
Nicolas Pitre54a246f2009-08-11 23:28:51 -04001300F: arch/arm/mach-mv78xx0/
1301F: arch/arm/mach-orion5x/
1302F: arch/arm/plat-orion/
Gregory CLEMENT31c17ac2015-05-15 14:25:43 +02001303F: arch/arm/boot/dts/dove*
1304F: arch/arm/boot/dts/orion5x*
1305
Nicolas Pitre54a246f2009-08-11 23:28:51 -04001306
Alexander Clouterd69ac132011-04-14 15:22:02 -07001307ARM/Orion SoC/Technologic Systems TS-78xx platform support
1308M: Alexander Clouter <alex@digriz.org.uk>
1309L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310W: http://www.digriz.org.uk/ts78xx/kernel
1311S: Maintained
1312F: arch/arm/mach-orion5x/ts78xx-*
1313
Eddie Huang607b8fc2015-05-06 15:23:42 +08001314ARM/Mediatek RTC DRIVER
1315M: Eddie Huang <eddie.huang@mediatek.com>
1316L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1318S: Maintained
1319F: drivers/rtc/rtc-mt6397.c
1320
Matthias Bruggere54951c2014-09-26 11:45:55 +02001321ARM/Mediatek SoC support
1322M: Matthias Brugger <matthias.bgg@gmail.com>
1323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Matthias Brugger17b199d2015-04-16 12:49:21 -07001324L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
Matthias Bruggere54951c2014-09-26 11:45:55 +02001325S: Maintained
1326F: arch/arm/boot/dts/mt6*
1327F: arch/arm/boot/dts/mt8*
1328F: arch/arm/mach-mediatek/
1329N: mtk
1330K: mediatek
1331
Chunfeng Yun0f8669e2015-10-12 10:41:57 +08001332ARM/Mediatek USB3 PHY DRIVER
1333M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1334L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1336S: Maintained
1337F: drivers/phy/phy-mt65xx-usb3.c
1338
Arnd Bergmannadcb0792012-09-07 12:21:56 +00001339ARM/MICREL KS8695 ARCHITECTURE
1340M: Greg Ungerer <gerg@uclinux.org>
1341L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches14430812013-09-11 14:23:50 -07001342F: arch/arm/mach-ks8695/
Arnd Bergmannadcb0792012-09-07 12:21:56 +00001343S: Odd Fixes
1344
Robert Jarzmikd78ff0a2009-06-16 07:51:05 +02001345ARM/MIOA701 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001346M: Robert Jarzmik <robert.jarzmik@free.fr>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001347L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Robert Jarzmikd78ff0a2009-06-16 07:51:05 +02001348F: arch/arm/mach-pxa/mioa701.c
1349S: Maintained
1350
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +01001351ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001352M: Michael Petchkovsky <mkpetch@internode.on.net>
Kristoffer Ericson9624dfe2008-10-09 16:50:46 +01001353S: Maintained
1354
Alessandro Rubinie0ee9852009-12-02 14:01:03 +01001355ARM/NOMADIK ARCHITECTURE
Joe Perches28b8e8d2010-03-23 13:35:20 -07001356M: Alessandro Rubini <rubini@unipv.it>
Linus Walleije4651a92012-08-06 09:52:52 +02001357M: Linus Walleij <linus.walleij@linaro.org>
Joe Perches28b8e8d2010-03-23 13:35:20 -07001358L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359S: Maintained
1360F: arch/arm/mach-nomadik/
Joe Perchesecc265f2014-08-08 14:26:20 -07001361F: drivers/pinctrl/nomadik/
Linus Walleij87572882010-12-22 09:18:29 +01001362F: drivers/i2c/busses/i2c-nomadik.c
Linus Walleije4651a92012-08-06 09:52:52 +02001363T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
Alessandro Rubinie0ee9852009-12-02 14:01:03 +01001364
Andy Green9d762952009-05-19 06:41:42 -03001365ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001366M: Nelson Castillo <arhuaco@freaks-unidos.net>
Andy Green9d762952009-05-19 06:41:42 -03001367L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1368W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1369S: Supported
1370
Dirk Opfer8459c152005-11-06 14:27:52 +00001371ARM/TOSA MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001372M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1373M: Dirk Opfer <dirk@opfer-online.de>
Dirk Opfer8459c152005-11-06 14:27:52 +00001374S: Maintained
1375
Marek Vasut5d783a22009-07-16 13:26:48 +02001376ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
Joe Perches933d35f2009-10-01 15:43:59 -07001377M: Marek Vasut <marek.vasut@gmail.com>
Marek Vasut75280782009-08-22 00:49:53 +02001378L: linux-arm-kernel@lists.infradead.org
Marek Vašutb5e4ad52008-07-07 17:25:46 +01001379W: http://hackndev.com
1380S: Maintained
Joe Perches933d35f2009-10-01 15:43:59 -07001381F: arch/arm/mach-pxa/include/mach/palmtx.h
1382F: arch/arm/mach-pxa/palmtx.c
1383F: arch/arm/mach-pxa/include/mach/palmt5.h
1384F: arch/arm/mach-pxa/palmt5.c
1385F: arch/arm/mach-pxa/include/mach/palmld.h
1386F: arch/arm/mach-pxa/palmld.c
1387F: arch/arm/mach-pxa/include/mach/palmte2.h
1388F: arch/arm/mach-pxa/palmte2.c
1389F: arch/arm/mach-pxa/include/mach/palmtc.h
1390F: arch/arm/mach-pxa/palmtc.c
Marek Vašutb5e4ad52008-07-07 17:25:46 +01001391
Joe Perchesb57fe922009-12-14 18:00:52 -08001392ARM/PALM TREO SUPPORT
Jiri Slabyd8130622015-07-17 16:23:20 -07001393M: Tomas Cech <sleep_walker@suse.com>
Marek Vasut75280782009-08-22 00:49:53 +02001394L: linux-arm-kernel@lists.infradead.org
Tomas 'Sleep_Walker' Cech90af5812009-05-22 16:05:58 +02001395W: http://hackndev.com
1396S: Maintained
Joe Perchesb57fe922009-12-14 18:00:52 -08001397F: arch/arm/mach-pxa/include/mach/palmtreo.h
1398F: arch/arm/mach-pxa/palmtreo.c
Tomas 'Sleep_Walker' Cech90af5812009-05-22 16:05:58 +02001399
Sergey Lapinc49e1e62008-08-29 15:47:52 +01001400ARM/PALMZ72 SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001401M: Sergey Lapin <slapin@ossfans.org>
Marek Vasut75280782009-08-22 00:49:53 +02001402L: linux-arm-kernel@lists.infradead.org
Joe Perches7d2c86b2009-04-07 20:59:01 -07001403W: http://hackndev.com
1404S: Maintained
Joe Perches933d35f2009-10-01 15:43:59 -07001405F: arch/arm/mach-pxa/include/mach/palmz72.h
1406F: arch/arm/mach-pxa/palmz72.c
Sergey Lapinc49e1e62008-08-29 15:47:52 +01001407
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408ARM/PLEB SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001409M: Peter Chubb <pleb@gelato.unsw.edu.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1411S: Maintained
1412
1413ARM/PT DIGITAL BOARD PORT
Joe Perches8b58be82009-07-29 15:04:30 -07001414M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001415L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416W: http://www.arm.linux.org.uk/
1417S: Maintained
1418
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001419ARM/QUALCOMM SUPPORT
Andy Grossbbeaa592015-12-10 21:07:03 -06001420M: Andy Gross <andy.gross@linaro.org>
1421M: David Brown <david.brown@linaro.org>
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001422L: linux-arm-msm@vger.kernel.org
Andy Grossf5d3af92015-01-21 22:39:24 -06001423L: linux-soc@vger.kernel.org
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001424S: Maintained
Bjorn Andersson0c4cbf92015-11-23 21:55:03 -08001425F: arch/arm/boot/dts/qcom-*.dts
1426F: arch/arm/boot/dts/qcom-*.dtsi
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001427F: arch/arm/mach-qcom/
Rob Herringe68d7c12015-12-10 17:38:23 -06001428F: arch/arm64/boot/dts/qcom/*
Andy Grossf5d3af92015-01-21 22:39:24 -06001429F: drivers/soc/qcom/
Stephen Boydc0c89fa2015-03-13 11:09:34 -07001430F: drivers/tty/serial/msm_serial.h
1431F: drivers/tty/serial/msm_serial.c
1432F: drivers/*/pm8???-*
1433F: drivers/mfd/ssbi.c
Kumar Gala916f743d2015-02-26 15:49:09 -06001434F: drivers/firmware/qcom_scm.c
Andy Grossbbeaa592015-12-10 21:07:03 -06001435T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
Kumar Gala8fc1b0f2014-01-21 17:14:10 -06001436
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001437ARM/RADISYS ENP2611 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001438M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001439L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001440S: Maintained
1441
Simon Hormanb138e112015-10-02 15:42:21 +09001442ARM/RENESAS ARM64 ARCHITECTURE
1443M: Simon Horman <horms@verge.net.au>
1444M: Magnus Damm <magnus.damm@gmail.com>
Simon Horman1926e542016-02-15 10:49:47 +09001445L: linux-renesas-soc@vger.kernel.org
1446Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
Simon Hormanb138e112015-10-02 15:42:21 +09001447T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1448S: Supported
1449F: arch/arm64/boot/dts/renesas/
1450
Russell Kingd4275352009-04-16 14:05:27 +01001451ARM/RISCPC ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001452M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001453L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001454W: http://www.arm.linux.org.uk/
1455S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +01001456F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1457F: arch/arm/include/asm/hardware/ioc.h
1458F: arch/arm/include/asm/hardware/iomd.h
1459F: arch/arm/include/asm/hardware/memc.h
1460F: arch/arm/mach-rpc/
Jeff Kirsher1a6422f2011-11-04 12:58:41 +00001461F: drivers/net/ethernet/8390/etherh.c
Jeff Kirsher9e13fbf2011-07-15 03:18:21 -07001462F: drivers/net/ethernet/i825xx/ether1*
1463F: drivers/net/ethernet/seeq/ether3*
Russell Kingd4275352009-04-16 14:05:27 +01001464F: drivers/scsi/arm/
1465
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001466ARM/Rockchip SoC support
1467M: Heiko Stuebner <heiko@sntech.de>
1468L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Heiko Stuebner00250b5292014-08-20 12:31:03 +02001469L: linux-rockchip@lists.infradead.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08001470T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001471S: Maintained
Heiko Stübner541555e92014-08-27 00:05:50 +02001472F: arch/arm/boot/dts/rk3*
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001473F: arch/arm/mach-rockchip/
Heiko Stübner541555e92014-08-27 00:05:50 +02001474F: drivers/clk/rockchip/
1475F: drivers/i2c/busses/i2c-rk3x.c
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001476F: drivers/*/*rockchip*
Heiko Stübner541555e92014-08-27 00:05:50 +02001477F: drivers/*/*/*rockchip*
1478F: sound/soc/rockchip/
Heiko Stuebnerb4331b42015-03-14 19:32:06 +01001479N: rockchip
Heiko Stuebner08ddbb02013-10-14 23:19:58 +02001480
Kukjin Kim5bfb9372014-11-14 16:54:57 +09001481ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1482M: Kukjin Kim <kgene@kernel.org>
Krzysztof Kozlowskie8f98452015-05-14 21:15:20 +09001483M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001484L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Mark Brown7a549d72011-12-02 13:52:12 +09001485L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
Ben Dooksb21477f2009-06-13 10:46:34 +01001486S: Maintained
Mark Brown6f0589c2013-10-08 07:18:21 +09001487F: arch/arm/boot/dts/s3c*
Rob Herringe68d7c12015-12-10 17:38:23 -06001488F: arch/arm/boot/dts/s5p*
1489F: arch/arm/boot/dts/samsung*
Mark Brown6f0589c2013-10-08 07:18:21 +09001490F: arch/arm/boot/dts/exynos*
Krzysztof Kozlowskid97236e2015-06-06 19:02:19 +09001491F: arch/arm64/boot/dts/exynos/
Kukjin Kim482ce512010-06-29 15:05:26 -07001492F: arch/arm/plat-samsung/
Heiko Stuebner769bbb62011-12-02 13:51:56 +09001493F: arch/arm/mach-s3c24*/
1494F: arch/arm/mach-s3c64xx/
Kukjin Kim5bfb9372014-11-14 16:54:57 +09001495F: arch/arm/mach-s5p*/
1496F: arch/arm/mach-exynos*/
Ben Dookseb2ffca2011-02-01 15:52:36 -08001497F: drivers/*/*s3c2410*
1498F: drivers/*/*/*s3c2410*
Mark Brown40c76662011-12-02 13:54:25 +09001499F: drivers/spi/spi-s3c*
1500F: sound/soc/samsung/*
Krzysztof Kozlowskid6b9aea2015-10-24 05:07:19 +09001501F: Documentation/arm/Samsung/
1502F: Documentation/devicetree/bindings/arm/samsung/
1503F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1504F: Documentation/devicetree/bindings/power/pd-samsung.txt
Doug Anderson33d43cd2013-06-18 07:02:23 +09001505N: exynos
Kukjin Kimf556cb072010-09-30 15:15:35 -07001506
Kyungmin Park10ffa962011-03-04 17:36:26 -08001507ARM/SAMSUNG MOBILE MACHINE SUPPORT
1508M: Kyungmin Park <kyungmin.park@samsung.com>
1509L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1510S: Maintained
Christian Kujau004bbd32014-10-13 15:51:17 -07001511F: arch/arm/mach-s5pv210/
Kyungmin Park10ffa962011-03-04 17:36:26 -08001512
Kamil Debski3ce4ccb2012-11-28 06:14:22 -03001513ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1514M: Kyungmin Park <kyungmin.park@samsung.com>
1515M: Kamil Debski <k.debski@samsung.com>
1516L: linux-arm-kernel@lists.infradead.org
1517L: linux-media@vger.kernel.org
1518S: Maintained
1519F: drivers/media/platform/s5p-g2d/
1520
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001521ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1522M: Kyungmin Park <kyungmin.park@samsung.com>
1523M: Kamil Debski <k.debski@samsung.com>
Joe Perches63059022012-06-07 14:21:10 -07001524M: Jeongtae Park <jtp.park@samsung.com>
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001525L: linux-arm-kernel@lists.infradead.org
1526L: linux-media@vger.kernel.org
1527S: Maintained
Cesar Eduardo Barros934455d2013-01-04 15:35:17 -08001528F: arch/arm/plat-samsung/s5p-dev-mfc.c
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03001529F: drivers/media/platform/s5p-mfc/
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001530
1531ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1532M: Kyungmin Park <kyungmin.park@samsung.com>
1533M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1534L: linux-arm-kernel@lists.infradead.org
1535L: linux-media@vger.kernel.org
1536S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03001537F: drivers/media/platform/s5p-tv/
Marek Szyprowskie6a476f2011-08-10 06:32:29 -03001538
Andrzej Pietrasiewicz7d9f9bf2015-09-18 11:20:59 -03001539ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1540M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1541M: Jacek Anaszewski <j.anaszewski@samsung.com>
1542L: linux-arm-kernel@lists.infradead.org
1543L: linux-media@vger.kernel.org
1544S: Maintained
1545F: drivers/media/platform/s5p-jpeg/
1546
Paul Mundtd48d38e82010-02-08 12:50:24 +09001547ARM/SHMOBILE ARM ARCHITECTURE
Simon Horman5e212592012-11-27 11:41:49 +09001548M: Simon Horman <horms@verge.net.au>
Paul Mundtd48d38e82010-02-08 12:50:24 +09001549M: Magnus Damm <magnus.damm@gmail.com>
Simon Horman4a121092016-01-18 10:04:33 +09001550L: linux-renesas-soc@vger.kernel.org
Simon Horman4a121092016-01-18 10:04:33 +09001551Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
Simon Horman5e212592012-11-27 11:41:49 +09001552T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
Paul Mundtd48d38e82010-02-08 12:50:24 +09001553S: Supported
Simon Horman0b514fd2014-05-15 08:48:21 +09001554F: arch/arm/boot/dts/emev2*
1555F: arch/arm/boot/dts/r7s*
1556F: arch/arm/boot/dts/r8a*
1557F: arch/arm/boot/dts/sh*
Simon Horman0b514fd2014-05-15 08:48:21 +09001558F: arch/arm/configs/shmobile_defconfig
Geert Uytterhoeven7a2071c2014-11-14 16:49:47 +01001559F: arch/arm/include/debug/renesas-scif.S
Paul Mundtd48d38e82010-02-08 12:50:24 +09001560F: arch/arm/mach-shmobile/
1561F: drivers/sh/
1562
Dinh Nguyen66314222012-07-18 16:07:18 -06001563ARM/SOCFPGA ARCHITECTURE
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001564M: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen66314222012-07-18 16:07:18 -06001565S: Maintained
1566F: arch/arm/mach-socfpga/
Dinh Nguyenefadb752015-04-20 14:13:12 -05001567F: arch/arm/boot/dts/socfpga*
1568F: arch/arm/configs/socfpga_defconfig
Rob Herringe68d7c12015-12-10 17:38:23 -06001569F: arch/arm64/boot/dts/altera/
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001570W: http://www.rocketboards.org
Dinh Nguyenefadb752015-04-20 14:13:12 -05001571T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
Dinh Nguyen66314222012-07-18 16:07:18 -06001572
1573ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
Dinh Nguyenba2b7d02014-08-06 16:31:27 -05001574M: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen66314222012-07-18 16:07:18 -06001575S: Maintained
1576F: drivers/clk/socfpga/
1577
Thor Thayer71bcada2014-09-03 10:27:54 -05001578ARM/SOCFPGA EDAC SUPPORT
1579M: Thor Thayer <tthayer@opensource.altera.com>
1580S: Maintained
1581F: drivers/edac/altera_edac.
1582
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001583ARM/STI ARCHITECTURE
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001584M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1585M: Maxime Coquelin <maxime.coquelin@st.com>
1586M: Patrice Chotard <patrice.chotard@st.com>
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001587L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588L: kernel@stlinux.com
1589W: http://www.stlinux.com
1590S: Maintained
1591F: arch/arm/mach-sti/
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001592F: arch/arm/boot/dts/sti*
Lee Jonesb8e31bf2015-09-17 14:45:57 +01001593F: drivers/char/hw_random/st-rng.c
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001594F: drivers/clocksource/arm_global_timer.c
Lee Jones82805d12015-05-12 13:58:17 +01001595F: drivers/clocksource/clksrc_st_lpc.c
Srinivas Kandagatlaa92177e2014-03-03 11:28:59 +00001596F: drivers/i2c/busses/i2c-st.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001597F: drivers/media/rc/st_rc.c
Peter Griffin95d66b12015-07-30 14:09:01 -03001598F: drivers/media/platform/sti/c8sectpfe/
Peter Griffinf53b2bf2014-06-04 17:30:24 +01001599F: drivers/mmc/host/sdhci-st.c
Peter Griffine95cf392015-04-01 07:42:41 +01001600F: drivers/phy/phy-miphy28lp.c
1601F: drivers/phy/phy-miphy365x.c
Peter Griffin6da969a2014-09-11 18:02:46 +01001602F: drivers/phy/phy-stih407-usb.c
Peter Griffin26389c72014-09-08 11:33:02 +01001603F: drivers/phy/phy-stih41x-usb.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001604F: drivers/pinctrl/pinctrl-st.c
1605F: drivers/reset/sti/
Lee Jonesdb4112e2015-04-09 15:47:34 +01001606F: drivers/rtc/rtc-st-lpc.c
Greg Kroah-Hartman346e2e42014-09-25 13:11:52 +02001607F: drivers/tty/serial/st-asc.c
Peter Griffineb11ada2014-09-05 16:36:32 +01001608F: drivers/usb/dwc3/dwc3-st.c
Peter Griffin62f6f082014-09-08 13:04:48 +01001609F: drivers/usb/host/ehci-st.c
1610F: drivers/usb/host/ohci-st.c
Lee Jonesdb4112e2015-04-09 15:47:34 +01001611F: drivers/watchdog/st_lpc_wdt.c
Peter Griffindaac6f82014-11-19 08:44:54 +00001612F: drivers/ata/ahci_st.c
Srinivas Kandagatla65ebcc12013-06-25 12:15:10 +01001613
Maxime Coquelinee6e7872015-05-09 09:53:58 +02001614ARM/STM32 ARCHITECTURE
1615M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1616L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1617S: Maintained
1618T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1619N: stm32
1620F: drivers/clocksource/armv7m_systick.c
1621
Marc Gonzalezd6de5b02015-12-15 10:41:13 +01001622ARM/TANGO ARCHITECTURE
1623M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1624L: linux-arm-kernel@lists.infradead.org
1625S: Maintained
1626F: arch/arm/mach-tango/
1627F: arch/arm/boot/dts/tango*
1628
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001629ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001630M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001631L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001632S: Maintained
1633
Mark F. Brown1bbd70892010-09-12 23:51:34 -04001634ARM/TETON BGA MACHINE SUPPORT
Joe Perches706e69d2011-03-22 16:34:26 -07001635M: "Mark F. Brown" <mark.brown314@gmail.com>
Mark F. Brown1bbd70892010-09-12 23:51:34 -04001636L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1637S: Maintained
1638
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001639ARM/THECUS N2100 MACHINE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001640M: Lennert Buytenhek <kernel@wantstofly.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001641L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001642S: Maintained
1643
wanzongshun98ad6e32009-02-13 06:04:32 +01001644ARM/NUVOTON W90X900 ARM ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07001645M: Wan ZongShun <mcuos.com@gmail.com>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001646L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Joe Perches7d2c86b2009-04-07 20:59:01 -07001647W: http://www.mcuos.com
1648S: Maintained
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001649F: arch/arm/mach-w90x900/
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001650F: drivers/input/keyboard/w90p910_keypad.c
1651F: drivers/input/touchscreen/w90p910_ts.c
1652F: drivers/watchdog/nuc900_wdt.c
Jeff Kirsher679ec0ef2011-07-17 00:20:45 -07001653F: drivers/net/ethernet/nuvoton/w90p910_ether.c
Joe Perches53516842010-08-09 17:20:37 -07001654F: drivers/mtd/nand/nuc900_nand.c
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001655F: drivers/rtc/rtc-nuc900.c
Joe Perches9df92e62012-01-10 15:09:06 -08001656F: drivers/spi/spi-nuc900.c
Wan ZongShun4e89e8f2010-05-25 23:43:04 -07001657F: drivers/usb/host/ehci-w90x900.c
Jingoo Han8a61f012014-07-01 15:36:01 +09001658F: drivers/video/fbdev/nuc900fb.c
wanzongshun98ad6e32009-02-13 06:04:32 +01001659
Linus Walleij54274d72010-04-04 10:58:03 +01001660ARM/U300 MACHINE SUPPORT
Linus Walleije4651a92012-08-06 09:52:52 +02001661M: Linus Walleij <linus.walleij@linaro.org>
Linus Walleij54274d72010-04-04 10:58:03 +01001662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663S: Supported
1664F: arch/arm/mach-u300/
Linus Walleij9affbd22014-01-21 15:04:14 +01001665F: drivers/clocksource/timer-u300.c
Linus Walleij54274d72010-04-04 10:58:03 +01001666F: drivers/i2c/busses/i2c-stu300.c
1667F: drivers/rtc/rtc-coh901331.c
1668F: drivers/watchdog/coh901327_wdt.c
1669F: drivers/dma/coh901318*
Linus Walleij87572882010-12-22 09:18:29 +01001670F: drivers/mfd/ab3100*
1671F: drivers/rtc/rtc-ab3100.c
1672F: drivers/rtc/rtc-coh901331.c
1673T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
Linus Walleij54274d72010-04-04 10:58:03 +01001674
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001675ARM/UNIPHIER ARCHITECTURE
1676M: Masahiro Yamada <yamada.masahiro@socionext.com>
1677L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1678S: Maintained
Masahiro Yamadaa3ff83d2015-07-25 16:23:24 +09001679F: arch/arm/boot/dts/uniphier*
Masahiro Yamadae7ecbc02015-10-02 13:42:19 +09001680F: arch/arm/include/asm/hardware/cache-uniphier.h
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001681F: arch/arm/mach-uniphier/
Masahiro Yamadae7ecbc02015-10-02 13:42:19 +09001682F: arch/arm/mm/cache-uniphier.c
Masahiro Yamadae1a0ebc2015-11-28 02:22:31 +09001683F: arch/arm64/boot/dts/socionext/
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +09001684F: drivers/bus/uniphier-system-bus.c
Masahiro Yamadadd6fd4a2015-10-23 19:51:59 +09001685F: drivers/i2c/busses/i2c-uniphier*
Masahiro Yamadaa3ff83d2015-07-25 16:23:24 +09001686F: drivers/pinctrl/uniphier/
1687F: drivers/tty/serial/8250/8250_uniphier.c
Masahiro Yamada3d00d042015-05-08 13:07:14 +09001688N: uniphier
1689
Linus Walleij87572882010-12-22 09:18:29 +01001690ARM/Ux500 ARM ARCHITECTURE
Linus Walleije4651a92012-08-06 09:52:52 +02001691M: Linus Walleij <linus.walleij@linaro.org>
Srinidhi Kasagar870725d2009-12-01 13:41:24 +01001692L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1693S: Maintained
1694F: arch/arm/mach-ux500/
Linus Walleije4651a92012-08-06 09:52:52 +02001695F: drivers/clocksource/clksrc-dbx500-prcmu.c
Linus Walleij87572882010-12-22 09:18:29 +01001696F: drivers/dma/ste_dma40*
Linus Walleije4651a92012-08-06 09:52:52 +02001697F: drivers/hwspinlock/u8500_hsem.c
Linus Walleij87572882010-12-22 09:18:29 +01001698F: drivers/mfd/abx500*
1699F: drivers/mfd/ab8500*
Linus Walleije4651a92012-08-06 09:52:52 +02001700F: drivers/mfd/dbx500*
1701F: drivers/mfd/db8500*
Joe Perchesecc265f2014-08-08 14:26:20 -07001702F: drivers/pinctrl/nomadik/pinctrl-ab*
1703F: drivers/pinctrl/nomadik/pinctrl-nomadik*
Linus Walleij87572882010-12-22 09:18:29 +01001704F: drivers/rtc/rtc-ab8500.c
Linus Walleije4651a92012-08-06 09:52:52 +02001705F: drivers/rtc/rtc-pl031.c
Linus Walleij87572882010-12-22 09:18:29 +01001706T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
Srinidhi Kasagar870725d2009-12-01 13:41:24 +01001707
Ulf Hanssone93fde22013-11-12 11:41:12 +01001708ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1709M: Ulf Hansson <ulf.hansson@linaro.org>
1710L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711T: git git://git.linaro.org/people/ulfh/clk.git
1712S: Maintained
1713F: drivers/clk/ux500/
1714F: include/linux/platform_data/clk-ux500.h
1715
Pawel Moll740d93b2014-11-26 12:13:05 +00001716ARM/VERSATILE EXPRESS PLATFORM
1717M: Liviu Dudau <liviu.dudau@arm.com>
1718M: Sudeep Holla <sudeep.holla@arm.com>
1719M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1720L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721S: Maintained
1722F: arch/arm/boot/dts/vexpress*
Rob Herringe68d7c12015-12-10 17:38:23 -06001723F: arch/arm64/boot/dts/arm/
Pawel Moll740d93b2014-11-26 12:13:05 +00001724F: arch/arm/mach-vexpress/
1725F: */*/vexpress*
Pawel Moll7e8f4032014-12-01 14:16:33 +00001726F: */*/*/vexpress*
Pawel Moll740d93b2014-11-26 12:13:05 +00001727F: drivers/clk/versatile/clk-vexpress-osc.c
1728F: drivers/clocksource/versatile.c
1729
Russell Kingd4275352009-04-16 14:05:27 +01001730ARM/VFP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07001731M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07001732L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Russell Kingd4275352009-04-16 14:05:27 +01001733W: http://www.arm.linux.org.uk/
1734S: Maintained
1735F: arch/arm/vfp/
1736
Marek Vasute66b6d82010-03-26 06:51:32 +01001737ARM/VOIPAC PXA270 SUPPORT
1738M: Marek Vasut <marek.vasut@gmail.com>
1739L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740S: Maintained
1741F: arch/arm/mach-pxa/vpac270.c
Joe Perchese0cca112010-08-09 17:20:38 -07001742F: arch/arm/mach-pxa/include/mach/vpac270.h
Marek Vasute66b6d82010-03-26 06:51:32 +01001743
Tony Prisk04529fe2012-07-24 04:19:37 +12001744ARM/VT8500 ARM ARCHITECTURE
1745M: Tony Prisk <linux@prisktech.co.nz>
1746L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1747S: Maintained
1748F: arch/arm/mach-vt8500/
Tony Prisk41fd91b2013-02-08 18:18:03 +13001749F: drivers/clocksource/vt8500_timer.c
Tony Prisk560746e2013-06-15 09:52:16 +12001750F: drivers/i2c/busses/i2c-wmt.c
Tony Prisk41fd91b2013-02-08 18:18:03 +13001751F: drivers/mmc/host/wmt-sdmmc.c
1752F: drivers/pwm/pwm-vt8500.c
1753F: drivers/rtc/rtc-vt8500.c
1754F: drivers/tty/serial/vt8500_serial.c
Joe Perches4f311022013-09-11 14:23:46 -07001755F: drivers/usb/host/ehci-platform.c
Tony Prisk41fd91b2013-02-08 18:18:03 +13001756F: drivers/usb/host/uhci-platform.c
Jingoo Han8a61f012014-07-01 15:36:01 +09001757F: drivers/video/fbdev/vt8500lcdfb.*
1758F: drivers/video/fbdev/wm8505fb*
1759F: drivers/video/fbdev/wmt_ge_rops.*
Tony Prisk04529fe2012-07-24 04:19:37 +12001760
Marek Vasute66b6d82010-03-26 06:51:32 +01001761ARM/ZIPIT Z2 SUPPORT
1762M: Marek Vasut <marek.vasut@gmail.com>
1763L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764S: Maintained
1765F: arch/arm/mach-pxa/z2.c
Joe Perches6ab2a852010-08-09 17:20:38 -07001766F: arch/arm/mach-pxa/include/mach/z2.h
Marek Vasute66b6d82010-03-26 06:51:32 +01001767
Jun Nie5ecc4b52015-04-28 17:18:06 +08001768ARM/ZTE ARCHITECTURE
1769M: Jun Nie <jun.nie@linaro.org>
1770L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1771S: Maintained
1772F: arch/arm/mach-zx/
1773F: drivers/clk/zte/
1774F: Documentation/devicetree/bindings/arm/zte.txt
1775F: Documentation/devicetree/bindings/clock/zx296702-clk.txt
1776
Michal Simek51f29d42013-01-21 17:41:46 +01001777ARM/ZYNQ ARCHITECTURE
1778M: Michal Simek <michal.simek@xilinx.com>
Soren Brinkmannf0fd9ad2014-10-23 09:29:22 -07001779R: Sören Brinkmann <soren.brinkmann@xilinx.com>
Michal Simek51f29d42013-01-21 17:41:46 +01001780L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1781W: http://wiki.xilinx.com
Soren Brinkmannd6448b72015-06-26 09:04:32 -07001782T: git https://github.com/Xilinx/linux-xlnx.git
Michal Simek51f29d42013-01-21 17:41:46 +01001783S: Supported
1784F: arch/arm/mach-zynq/
Michal Simekbd2a3372013-06-04 07:17:39 +00001785F: drivers/cpuidle/cpuidle-zynq.c
Michal Simekfb9d4952014-10-13 15:51:15 -07001786F: drivers/block/xsysace.c
Michal Simekc2fd4e32014-01-02 12:58:50 -08001787N: zynq
1788N: xilinx
1789F: drivers/clocksource/cadence_ttc_timer.c
Soren Brinkmanndf8eb562014-04-04 14:27:55 -07001790F: drivers/i2c/busses/i2c-cadence.c
Soren Brinkmanne3ec3a32013-12-02 10:02:36 -08001791F: drivers/mmc/host/sdhci-of-arasan.c
Punnaiah Choudary Kalluriae9b56e32015-01-06 23:13:47 +05301792F: drivers/edac/synopsys_edac.c
Michal Simek51f29d42013-01-21 17:41:46 +01001793
Will Deacon48ec83b2015-05-27 17:25:59 +01001794ARM SMMU DRIVERS
Will Deaconb8f98792013-06-24 18:31:26 +01001795M: Will Deacon <will.deacon@arm.com>
1796L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797S: Maintained
1798F: drivers/iommu/arm-smmu.c
Will Deacon48ec83b2015-05-27 17:25:59 +01001799F: drivers/iommu/arm-smmu-v3.c
Will Deacone1d3c0f2014-11-14 17:18:23 +00001800F: drivers/iommu/io-pgtable-arm.c
Will Deaconb8f98792013-06-24 18:31:26 +01001801
Catalin Marinas38074222012-03-05 11:49:34 +00001802ARM64 PORT (AARCH64 ARCHITECTURE)
1803M: Catalin Marinas <catalin.marinas@arm.com>
Catalin Marinasd19766e2012-12-11 13:58:05 +00001804M: Will Deacon <will.deacon@arm.com>
Catalin Marinas38074222012-03-05 11:49:34 +00001805L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Fengguang Wu9f273c22016-01-20 15:03:25 -08001806T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
Catalin Marinas38074222012-03-05 11:49:34 +00001807S: Maintained
1808F: arch/arm64/
Catalin Marinasd19766e2012-12-11 13:58:05 +00001809F: Documentation/arm64/
Catalin Marinas38074222012-03-05 11:49:34 +00001810
Laurent Pinchart9d7005f92012-12-10 20:38:24 -03001811AS3645A LED FLASH CONTROLLER DRIVER
1812M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1813L: linux-media@vger.kernel.org
1814T: git git://linuxtv.org/media_tree.git
1815S: Maintained
1816F: drivers/media/i2c/as3645a.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02001817F: include/media/i2c/as3645a.h
Laurent Pinchart9d7005f92012-12-10 20:38:24 -03001818
George Josephd58de032010-03-05 22:17:25 +01001819ASC7621 HARDWARE MONITOR DRIVER
1820M: George Joseph <george.joseph@fairview5.com>
1821L: lm-sensors@lm-sensors.org
1822S: Maintained
1823F: Documentation/hwmon/asc7621
1824F: drivers/hwmon/asc7621.c
1825
Corentin Charyb229ece2011-02-26 10:20:40 +01001826ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
Corentin Chary5909c652012-12-17 16:00:05 -08001827M: Corentin Chary <corentin.chary@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828L: acpi4asus-user@lists.sourceforge.net
Matthew Garrettd09448532010-02-11 10:40:13 -05001829L: platform-driver-x86@vger.kernel.org
Corentin Chary76593d62009-06-16 19:28:47 +00001830W: http://acpi4asus.sf.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Maintained
Corentin Charyb229ece2011-02-26 10:20:40 +01001832F: drivers/platform/x86/asus*.c
1833F: drivers/platform/x86/eeepc*.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834
João Paulo Rechi Vitaf6a6bba2016-01-05 11:16:53 -05001835ASUS WIRELESS RADIO CONTROL DRIVER
1836M: João Paulo Rechi Vita <jprvita@gmail.com>
1837L: platform-driver-x86@vger.kernel.org
1838S: Maintained
1839F: drivers/platform/x86/asus-wireless.c
1840
Andrew Morton953a6472008-11-06 12:53:28 -08001841ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
Dan Williams08223d82014-08-19 06:07:56 -07001842R: Dan Williams <dan.j.williams@intel.com>
Dan Williamsb3e5f262007-08-07 10:26:35 -07001843W: http://sourceforge.net/projects/xscaleiop
Dan Williams08223d82014-08-19 06:07:56 -07001844S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07001845F: Documentation/crypto/async-tx-api.txt
1846F: crypto/async_tx/
1847F: drivers/dma/
1848F: include/linux/dmaengine.h
1849F: include/linux/async_tx.h
Dan Williamsb3e5f262007-08-07 10:26:35 -07001850
Wolfram Sanga1867d32009-09-18 22:45:51 +02001851AT24 EEPROM DRIVER
Wolfram Sang14d77c42013-02-08 20:54:40 +01001852M: Wolfram Sang <wsa@the-dreams.de>
Wolfram Sanga1867d32009-09-18 22:45:51 +02001853L: linux-i2c@vger.kernel.org
1854S: Maintained
1855F: drivers/misc/eeprom/at24.c
Vivien Didelot25f73ed2013-09-27 15:06:28 -04001856F: include/linux/platform_data/at24.h
Wolfram Sanga1867d32009-09-18 22:45:51 +02001857
Randy Dunlape7839f22008-10-12 16:11:45 -07001858ATA OVER ETHERNET (AOE) DRIVER
Ed Cashinfb903812015-03-25 15:55:06 -07001859M: "Ed L. Cashin" <ed.cashin@acm.org>
1860W: http://www.openaoe.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07001862F: Documentation/aoe/
1863F: drivers/block/aoe/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
Alban Bedelaad7a212015-10-30 11:36:29 +01001865ATHEROS 71XX/9XXX GPIO DRIVER
1866M: Alban Bedel <albeu@free.fr>
1867W: https://github.com/AlbanBedel/linux
1868T: git git://github.com/AlbanBedel/linux
1869S: Maintained
1870F: drivers/gpio/gpio-ath79.c
1871F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1872
Joe Perches9a10a872010-12-01 09:37:55 -08001873ATHEROS ATH GENERIC UTILITIES
Luis R. Rodriguezf726ee62013-12-14 20:11:39 +01001874M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
Joe Perches9a10a872010-12-01 09:37:55 -08001875L: linux-wireless@vger.kernel.org
1876S: Supported
1877F: drivers/net/wireless/ath/*
1878
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001879ATHEROS ATH5K WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001880M: Jiri Slaby <jirislaby@gmail.com>
1881M: Nick Kossifidis <mickflemm@gmail.com>
Luis R. Rodriguezf726ee62013-12-14 20:11:39 +01001882M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001883L: linux-wireless@vger.kernel.org
Joe Perches72c706b2009-09-07 11:34:30 -07001884W: http://wireless.kernel.org/en/users/Drivers/ath5k
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001885S: Maintained
Joe Perchesfa451752009-06-18 16:49:22 -07001886F: drivers/net/wireless/ath/ath5k/
Jiri Slabyfa1c1142007-08-12 17:33:16 +02001887
Kalle Valo12e62d62011-09-13 10:21:25 +03001888ATHEROS ATH6KL WIRELESS DRIVER
1889M: Kalle Valo <kvalo@qca.qualcomm.com>
1890L: linux-wireless@vger.kernel.org
1891W: http://wireless.kernel.org/en/users/Drivers/ath6kl
Fengguang Wu9f273c22016-01-20 15:03:25 -08001892T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo12e62d62011-09-13 10:21:25 +03001893S: Supported
1894F: drivers/net/wireless/ath/ath6kl/
1895
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -08001896WILOCITY WIL6210 WIRELESS DRIVER
Vladimir Kondratiev23ba8a62015-11-08 14:03:17 +02001897M: Maya Erez <qca_merez@qca.qualcomm.com>
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -08001898L: linux-wireless@vger.kernel.org
1899L: wil6210@qca.qualcomm.com
1900S: Supported
1901W: http://wireless.kernel.org/en/users/Drivers/wil6210
1902F: drivers/net/wireless/ath/wil6210/
Vladimir Kondratievdba4b742014-10-01 15:05:25 +03001903F: include/uapi/linux/wil6210_uapi.h
Vladimir Kondratiev2be7d222012-12-20 13:13:19 -08001904
Christian Lamparter1d7e1e62010-09-06 01:10:25 +02001905CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1906M: Christian Lamparter <chunkeey@googlemail.com>
1907L: linux-wireless@vger.kernel.org
1908W: http://wireless.kernel.org/en/users/Drivers/carl9170
1909S: Maintained
1910F: drivers/net/wireless/ath/carl9170/
1911
Luca Tettamanti2c2a6172009-09-15 17:18:10 +02001912ATK0110 HWMON DRIVER
1913M: Luca Tettamanti <kronos.it@gmail.com>
1914L: lm-sensors@lm-sensors.org
1915S: Maintained
1916F: drivers/hwmon/asus_atk0110.c
1917
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001918ATI_REMOTE2 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001919M: Ville Syrjala <syrjala@sci.fi>
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001920S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07001921F: drivers/input/misc/ati_remote2.c
Ville Syrjala6f69a6d2008-04-21 22:21:10 +00001922
Chris Snook7ae115b2008-09-09 03:26:57 -04001923ATLX ETHERNET DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07001924M: Jay Cliburn <jcliburn@gmail.com>
Chris Snookcb2f33e2009-08-06 12:19:31 +00001925M: Chris Snook <chris.snook@gmail.com>
Chris Snooke443e382010-09-16 22:00:28 -07001926L: netdev@vger.kernel.org
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -06001927W: http://sourceforge.net/projects/atl1
1928W: http://atl1.sourceforge.net
1929S: Maintained
Jeff Kirsher2b133ad62011-05-20 06:55:16 -07001930F: drivers/net/ethernet/atheros/
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -06001931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932ATM
chas williams - CONTRACTOR366c1bd2015-03-11 16:18:01 -04001933M: Chas Williams <3chas3@gmail.com>
Joe Perches476604d2009-10-26 16:49:41 -07001934L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
Jiri Slaby44ae98b2008-11-30 23:27:11 -08001935L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936W: http://linux-atm.sourceforge.net
1937S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07001938F: drivers/atm/
1939F: include/linux/atm*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08001940F: include/uapi/linux/atm*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941
Nicolas Ferre04ac2f42009-06-16 13:05:50 +02001942ATMEL AT91 / AT32 MCI DRIVER
Nicolas Ferre24e15112012-02-17 15:40:18 +01001943M: Ludovic Desroches <ludovic.desroches@atmel.com>
Nicolas Ferre04ac2f42009-06-16 13:05:50 +02001944S: Maintained
1945F: drivers/mmc/host/atmel-mci.c
Nicolas Ferre04ac2f42009-06-16 13:05:50 +02001946
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001947ATMEL AT91 / AT32 SERIAL DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001948M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001949S: Supported
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08001950F: drivers/tty/serial/atmel_serial.c
Haavard Skinnemoena1cfac42008-02-08 04:21:00 -08001951
Bo Shendfae90e2014-09-28 09:57:19 +08001952ATMEL Audio ALSA driver
Nicolas Ferre3a820022015-03-31 15:34:51 +02001953M: Nicolas Ferre <nicolas.ferre@atmel.com>
Bo Shendfae90e2014-09-28 09:57:19 +08001954L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1955S: Supported
1956F: sound/soc/atmel
1957
Nicolas Ferreb414dc12012-03-26 15:50:36 +02001958ATMEL DMA DRIVER
1959M: Nicolas Ferre <nicolas.ferre@atmel.com>
1960L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961S: Supported
1962F: drivers/dma/at_hdmac.c
1963F: drivers/dma/at_hdmac_regs.h
Cesar Eduardo Barros6f0d65a2013-01-04 15:35:20 -08001964F: include/linux/platform_data/dma-atmel.h
Nicolas Ferreb414dc12012-03-26 15:50:36 +02001965
Ludovic Desroches6bd0f432014-10-22 17:22:20 +02001966ATMEL XDMA DRIVER
1967M: Ludovic Desroches <ludovic.desroches@atmel.com>
1968L: linux-arm-kernel@lists.infradead.org
1969L: dmaengine@vger.kernel.org
1970S: Supported
1971F: drivers/dma/at_xdmac.c
1972
Ludovic Desroches888f2802013-03-15 05:32:57 +00001973ATMEL I2C DRIVER
1974M: Ludovic Desroches <ludovic.desroches@atmel.com>
1975L: linux-i2c@vger.kernel.org
1976S: Supported
1977F: drivers/i2c/busses/i2c-at91.c
1978
Josh Wu15515542012-03-23 17:56:29 +08001979ATMEL ISI DRIVER
Nicolas Ferre50cb2ef2015-11-17 11:14:28 +01001980M: Ludovic Desroches <ludovic.desroches@atmel.com>
Josh Wu15515542012-03-23 17:56:29 +08001981L: linux-media@vger.kernel.org
1982S: Supported
Cesar Eduardo Barrosf2294c2d2013-01-04 15:35:21 -08001983F: drivers/media/platform/soc_camera/atmel-isi.c
Josh Wu15515542012-03-23 17:56:29 +08001984F: include/media/atmel-isi.h
1985
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001986ATMEL LCDFB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07001987M: Nicolas Ferre <nicolas.ferre@atmel.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01001988L: linux-fbdev@vger.kernel.org
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001989S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09001990F: drivers/video/fbdev/atmel_lcdfb.c
Joe Perches679655d2009-04-07 20:44:32 -07001991F: include/video/atmel_lcdc.h
Nicolas Ferre8f4c79c2008-01-14 00:55:13 -08001992
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001993ATMEL MACB ETHERNET DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07001994M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001995S: Supported
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07001996F: drivers/net/ethernet/cadence/
Haavard Skinnemoen89e57852006-11-09 14:51:17 +01001997
Josh Wu5cbac982014-10-13 15:51:24 -07001998ATMEL NAND DRIVER
Nicolas Ferre50cb2ef2015-11-17 11:14:28 +01001999M: Wenyou Yang <wenyou.yang@atmel.com>
2000M: Josh Wu <rainyfeeling@outlook.com>
Josh Wu5cbac982014-10-13 15:51:24 -07002001L: linux-mtd@lists.infradead.org
2002S: Supported
2003F: drivers/mtd/nand/atmel_nand*
2004
ludovic.desroches@atmel.com05c441e2015-07-29 16:22:48 +02002005ATMEL SDMMC DRIVER
2006M: Ludovic Desroches <ludovic.desroches@atmel.com>
2007L: linux-mmc@vger.kernel.org
2008S: Supported
2009F: drivers/mmc/host/sdhci-of-at91.c
2010
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08002011ATMEL SPI DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07002012M: Nicolas Ferre <nicolas.ferre@atmel.com>
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08002013S: Supported
Joe Perches9df92e62012-01-10 15:09:06 -08002014F: drivers/spi/spi-atmel.*
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -08002015
Bo Shen0ef09012014-09-28 09:57:18 +08002016ATMEL SSC DRIVER
Nicolas Ferre03515f32015-03-19 10:49:42 +01002017M: Nicolas Ferre <nicolas.ferre@atmel.com>
Bo Shen0ef09012014-09-28 09:57:18 +08002018L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2019S: Supported
2020F: drivers/misc/atmel-ssc.c
2021F: include/linux/atmel-ssc.h
2022
Nicolas Ferree9cb1c52012-03-26 15:59:32 +02002023ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2024M: Nicolas Ferre <nicolas.ferre@atmel.com>
2025L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2026S: Supported
2027F: drivers/misc/atmel_tclib.c
2028F: drivers/clocksource/tcb_clksrc.c
2029
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07002030ATMEL USBA UDC DRIVER
Nicolas Ferrea02875a2010-06-29 15:05:33 -07002031M: Nicolas Ferre <nicolas.ferre@atmel.com>
2032L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07002033S: Supported
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07002034F: drivers/usb/gadget/udc/atmel_usba_udc.*
Haavard Skinnemoen914a3f32007-10-10 02:29:43 -07002035
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036ATMEL WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002037M: Simon Kelley <simon@thekelleys.org.uk>
Johannes Berg724c6b32007-04-23 12:18:20 -07002038L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039W: http://www.thekelleys.org.uk/atmel
2040W: http://atmelwlandriver.sourceforge.net/
2041S: Maintained
Kalle Valo30fe0f92015-11-17 19:49:20 +02002042F: drivers/net/wireless/atmel/atmel*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043
Nick Dyera14c0f82015-08-04 16:22:54 -07002044ATMEL MAXTOUCH DRIVER
2045M: Nick Dyer <nick.dyer@itdev.co.uk>
2046T: git git://github.com/atmel-maxtouch/linux.git
2047S: Supported
2048F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2049F: drivers/input/touchscreen/atmel_mxt_ts.c
2050F: include/linux/platform_data/atmel_mxt_ts.h
2051
Bradley Grove26780d92013-08-23 10:35:45 -04002052ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
Joe Perchesb75f0052014-03-03 15:38:37 -08002053M: Bradley Grove <linuxdrivers@attotech.com>
2054L: linux-scsi@vger.kernel.org
2055W: http://www.attotech.com
2056S: Supported
2057F: drivers/scsi/esas2r
Bradley Grove26780d92013-08-23 10:35:45 -04002058
Stefan Schmidtbc6e17b2015-05-29 10:51:28 +02002059ATUSB IEEE 802.15.4 RADIO DRIVER
2060M: Stefan Schmidt <stefan@osg.samsung.com>
2061L: linux-wpan@vger.kernel.org
2062S: Maintained
2063F: drivers/net/ieee802154/atusb.c
2064F: drivers/net/ieee802154/atusb.h
2065F: drivers/net/ieee802154/at86rf230.h
2066
Chris Wrighta92b7b82005-07-07 18:12:23 -07002067AUDIT SUBSYSTEM
Paul Moore915f3892014-10-20 11:59:43 -04002068M: Paul Moore <paul@paul-moore.com>
Joe Perches8b58be82009-07-29 15:04:30 -07002069M: Eric Paris <eparis@redhat.com>
Paul Moore915f3892014-10-20 11:59:43 -04002070L: linux-audit@redhat.com (moderated for non-subscribers)
David Woodhousead3f9a22005-07-13 15:28:29 +01002071W: http://people.redhat.com/sgrubb/audit/
Paul Moore915f3892014-10-20 11:59:43 -04002072T: git git://git.infradead.org/users/pcmoore/audit
Chris Wrighta92b7b82005-07-07 18:12:23 -07002073S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002074F: include/linux/audit.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002075F: include/uapi/linux/audit.h
Joe Perches679655d2009-04-07 20:44:32 -07002076F: kernel/audit*
Chris Wrighta92b7b82005-07-07 18:12:23 -07002077
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002078AUXILIARY DISPLAY DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002079M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002080W: http://miguelojeda.es/auxdisplay.htm
2081W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002082S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002083F: drivers/auxdisplay/
2084F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002085
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002086AVR32 ARCHITECTURE
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002087M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2088M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002089W: http://www.atmel.com/products/AVR32/
Matthias Brugger249d9d92013-02-04 14:28:47 -08002090W: http://mirror.egtvedt.no/avr32linux.org/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002091W: http://avrfreaks.net/
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002092S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002093F: arch/avr32/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002094
2095AVR32/AT32AP MACHINE SUPPORT
Hans-Christian Egtvedte336f612011-06-28 08:43:29 +02002096M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2097M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2098S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002099F: arch/avr32/mach-at32ap/
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07002100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101AX.25 NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07002102M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002104W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002106F: include/uapi/linux/ax25.h
Joe Perches679655d2009-04-07 20:44:32 -07002107F: include/net/ax25.h
2108F: net/ax25/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
Mauro Carvalho Chehabd5269392012-11-02 12:00:30 -02002110AZ6007 DVB DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02002111M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabd5269392012-11-02 12:00:30 -02002112L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002113W: https://linuxtv.org
Mauro Carvalho Chehabd5269392012-11-02 12:00:30 -02002114T: git git://linuxtv.org/media_tree.git
2115S: Maintained
2116F: drivers/media/usb/dvb-usb-v2/az6007.c
2117
Hans Verkuil67773762012-11-23 07:09:23 -03002118AZTECH FM RADIO RECEIVER DRIVER
2119M: Hans Verkuil <hverkuil@xs4all.nl>
2120L: linux-media@vger.kernel.org
2121T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002122W: https://linuxtv.org
Hans Verkuil67773762012-11-23 07:09:23 -03002123S: Maintained
2124F: drivers/media/radio/radio-aztech*
2125
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002126B43 WIRELESS DRIVER
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002127L: linux-wireless@vger.kernel.org
Rafał Miłeckied072f92012-01-29 11:59:42 +01002128L: b43-dev@lists.infradead.org
Johannes Berg491b26b2012-06-05 14:21:14 +02002129W: http://wireless.kernel.org/en/users/Drivers/b43
Joe Perches8a72ed6f2015-04-15 16:17:39 -07002130S: Odd Fixes
Kalle Valo58619b12015-11-17 19:49:23 +02002131F: drivers/net/wireless/broadcom/b43/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002132
2133B43LEGACY WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002134M: Larry Finger <Larry.Finger@lwfinger.net>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002135L: linux-wireless@vger.kernel.org
Rafał Miłeckied072f92012-01-29 11:59:42 +01002136L: b43-dev@lists.infradead.org
Johannes Berg491b26b2012-06-05 14:21:14 +02002137W: http://wireless.kernel.org/en/users/Drivers/b43
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002138S: Maintained
Kalle Valo423e3ce2015-11-17 19:49:26 +02002139F: drivers/net/wireless/broadcom/b43legacy/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002140
Richard Purdie300abeb2007-02-07 22:21:07 +00002141BACKLIGHT CLASS/SUBSYSTEM
Jingoo Hanb7701752015-05-14 15:17:07 -07002142M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han70d14fcf32014-04-03 14:48:46 -07002143M: Lee Jones <lee.jones@linaro.org>
Fengguang Wu9f273c22016-01-20 15:03:25 -08002144T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
Richard Purdie300abeb2007-02-07 22:21:07 +00002145S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002146F: drivers/video/backlight/
2147F: include/linux/backlight.h
Richard Purdie300abeb2007-02-07 22:21:07 +00002148
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00002149BATMAN ADVANCED
Antonio Quartulli207df492013-09-21 13:46:56 +02002150M: Marek Lindner <mareklindner@neomailbox.ch>
Simon Wunderlichc679ff82013-10-10 23:59:10 +02002151M: Simon Wunderlich <sw@simonwunderlich.de>
Antonio Quartullica8e9402015-11-07 19:20:34 +01002152M: Antonio Quartulli <a@unstable.cc>
Sven Eckelmannc6c8fea2010-12-13 11:19:28 +00002153L: b.a.t.m.a.n@lists.open-mesh.org
2154W: http://www.open-mesh.org/
2155S: Maintained
2156F: net/batman-adv/
2157
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002158BAYCOM/HDLCDRV DRIVERS FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -07002159M: Thomas Sailer <t.sailer@alumni.ethz.ch>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002160L: linux-hams@vger.kernel.org
2161W: http://www.baycom.org/~tom/ham/ham.html
2162S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002163F: drivers/net/hamradio/baycom*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002164
Kent Overstreetcafe5632013-03-23 16:11:31 -07002165BCACHE (BLOCK LAYER CACHE)
Joe Perchesd1aa1ab2015-06-30 14:59:54 -07002166M: Kent Overstreet <kent.overstreet@gmail.com>
Kent Overstreetcafe5632013-03-23 16:11:31 -07002167L: linux-bcache@vger.kernel.org
2168W: http://bcache.evilpiepirate.org
Joe Perchesd1aa1ab2015-06-30 14:59:54 -07002169S: Maintained
Kent Overstreetcafe5632013-03-23 16:11:31 -07002170F: drivers/md/bcache/
2171
Hans Verkuil04bd8442015-06-08 09:26:20 -03002172BDISP ST MEDIA DRIVER
2173M: Fabien Dessenne <fabien.dessenne@st.com>
2174L: linux-media@vger.kernel.org
2175T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002176W: https://linuxtv.org
Hans Verkuil04bd8442015-06-08 09:26:20 -03002177S: Supported
2178F: drivers/media/platform/sti/bdisp
2179
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002180BEFS FILE SYSTEM
Joe Perches55817d32010-08-09 17:20:52 -07002181S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07002182F: Documentation/filesystems/befs.txt
2183F: fs/befs/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002184
Dariusz Marcinkiewicz564ee362014-08-15 17:50:47 +02002185BECKHOFF CX5020 ETHERCAT MASTER DRIVER
Joe Perches49e7d9d2015-04-15 16:17:31 -07002186M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2187L: netdev@vger.kernel.org
2188S: Maintained
2189F: drivers/net/ethernet/ec_bhf.c
Dariusz Marcinkiewicz564ee362014-08-15 17:50:47 +02002190
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002191BFS FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002192M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002193S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002194F: Documentation/filesystems/bfs.txt
2195F: fs/bfs/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002196F: include/uapi/linux/bfs_fs.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002197
Bryan Wu1394f032007-05-06 14:50:22 -07002198BLACKFIN ARCHITECTURE
Sonic Zhanga4edbc12014-01-29 14:05:55 -08002199M: Steven Miao <realmz6@gmail.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002200L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Michael Opdenacker14431762014-03-10 15:49:49 -07002201T: git git://git.code.sf.net/p/adi-linux/code
Bryan Wue3b2d3f2007-06-11 15:31:30 +08002202W: http://blackfin.uclinux.org
2203S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002204F: arch/blackfin/
Bryan Wu1394f032007-05-06 14:50:22 -07002205
Bryan Wue190d6b2007-07-17 14:43:44 +08002206BLACKFIN EMAC DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002207L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wue190d6b2007-07-17 14:43:44 +08002208W: http://blackfin.uclinux.org
2209S: Supported
Jeff Kirsher7b35f0332011-06-18 00:01:26 -07002210F: drivers/net/ethernet/adi/
Bryan Wue190d6b2007-07-17 14:43:44 +08002211
Mike Frysinger566da5b2007-06-11 15:31:30 +08002212BLACKFIN RTC DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002213L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger566da5b2007-06-11 15:31:30 +08002214W: http://blackfin.uclinux.org
2215S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002216F: drivers/rtc/rtc-bfin.c
Mike Frysinger566da5b2007-06-11 15:31:30 +08002217
Mike Frysinger936ed492010-03-10 15:20:38 -08002218BLACKFIN SDH DRIVER
Sonic Zhang109ec8c2012-08-08 12:16:08 +08002219M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002220L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Mike Frysinger936ed492010-03-10 15:20:38 -08002221W: http://blackfin.uclinux.org
2222S: Supported
2223F: drivers/mmc/host/bfin_sdh.c
2224
Bryan Wu1394f032007-05-06 14:50:22 -07002225BLACKFIN SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002226M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002227L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wue3b2d3f2007-06-11 15:31:30 +08002228W: http://blackfin.uclinux.org
2229S: Supported
Joe Perches84602412012-01-10 15:09:04 -08002230F: drivers/tty/serial/bfin_uart.c
Bryan Wu1394f032007-05-06 14:50:22 -07002231
Bryan Wu1e6d3202007-07-15 02:50:02 +08002232BLACKFIN WATCHDOG DRIVER
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002233L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wu1e6d3202007-07-15 02:50:02 +08002234W: http://blackfin.uclinux.org
2235S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002236F: drivers/watchdog/bfin_wdt.c
Bryan Wu1e6d3202007-07-15 02:50:02 +08002237
Bryan Wud24ecfc2007-05-01 23:26:32 +02002238BLACKFIN I2C TWI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002239M: Sonic Zhang <sonic.zhang@analog.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002240L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Bryan Wud24ecfc2007-05-01 23:26:32 +02002241W: http://blackfin.uclinux.org/
2242S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002243F: drivers/i2c/busses/i2c-bfin-twi.c
Bryan Wud24ecfc2007-05-01 23:26:32 +02002244
Scott Jiang1e204372013-01-18 17:09:47 -03002245BLACKFIN MEDIA DRIVER
2246M: Scott Jiang <scott.jiang.linux@gmail.com>
Richard Weinbergerb3fe92b2014-06-06 14:38:29 -07002247L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
Scott Jiang1e204372013-01-18 17:09:47 -03002248W: http://blackfin.uclinux.org/
2249S: Supported
2250F: drivers/media/platform/blackfin/
2251F: drivers/media/i2c/adv7183*
2252F: drivers/media/i2c/vs6624*
2253
Jan-Simon Möllerb54cf352012-07-20 16:49:06 +08002254BLINKM RGB LED DRIVER
2255M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2256S: Maintained
2257F: drivers/leds/leds-blinkm.c
2258
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259BLOCK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07002260M: Jens Axboe <axboe@kernel.dk>
Jens Axboe82c426e2015-11-05 13:29:25 -07002261L: linux-block@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07002262T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002264F: block/
Steven Rostedtae11f7e2015-06-09 17:30:11 -04002265F: kernel/trace/blktrace.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266
Joern Engel2b54aae2008-02-06 01:38:02 -08002267BLOCK2MTD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002268M: Joern Engel <joern@lazybastard.org>
Joern Engel2b54aae2008-02-06 01:38:02 -08002269L: linux-mtd@lists.infradead.org
2270S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002271F: drivers/mtd/devices/block2mtd.c
Joern Engel2b54aae2008-02-06 01:38:02 -08002272
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002273BLUETOOTH DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002274M: Marcel Holtmann <marcel@holtmann.org>
Gustavo Padovan960d4d12012-03-15 15:17:10 -07002275M: Gustavo Padovan <gustavo@padovan.org>
Johan Hedbergeb491ec2012-03-15 15:17:11 -07002276M: Johan Hedberg <johan.hedberg@gmail.com>
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002277L: linux-bluetooth@vger.kernel.org
2278W: http://www.bluez.org/
Marcel Holtmann22e7a422012-03-27 18:21:00 +02002279T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2280T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002281S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002282F: drivers/bluetooth/
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002283
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284BLUETOOTH SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002285M: Marcel Holtmann <marcel@holtmann.org>
Gustavo Padovan960d4d12012-03-15 15:17:10 -07002286M: Gustavo Padovan <gustavo@padovan.org>
Johan Hedbergeb491ec2012-03-15 15:17:11 -07002287M: Johan Hedberg <johan.hedberg@gmail.com>
Pavel Machek781c2842008-03-20 15:41:02 -07002288L: linux-bluetooth@vger.kernel.org
Marcel Holtmann63fbd242008-08-18 13:23:53 +02002289W: http://www.bluez.org/
Marcel Holtmann22e7a422012-03-27 18:21:00 +02002290T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2291T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002293F: net/bluetooth/
2294F: include/net/bluetooth/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296BONDING DRIVER
Jay Vosburgh79b30752014-03-27 10:33:44 -07002297M: Jay Vosburgh <j.vosburgh@gmail.com>
Veaceslav Falico898602a2014-03-27 18:43:50 +01002298M: Veaceslav Falico <vfalico@gmail.com>
Andy Gospodarek31639b92015-02-25 17:00:16 -05002299M: Andy Gospodarek <gospo@cumulusnetworks.com>
Simon Hormana6c36ee2010-11-21 09:58:04 -08002300L: netdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01002301W: http://sourceforge.net/projects/bonding/
2302S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002303F: drivers/net/bonding/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002304F: include/uapi/linux/if_bonding.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305
Alexei Starovoitovb5f4df32014-07-22 23:01:59 -07002306BPF (Safe dynamic programs and tools)
2307M: Alexei Starovoitov <ast@kernel.org>
2308L: netdev@vger.kernel.org
2309L: linux-kernel@vger.kernel.org
2310S: Supported
2311F: kernel/bpf/
2312
Gary Zambrano39105892006-06-22 17:26:20 -07002313BROADCOM B44 10/100 ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002314M: Gary Zambrano <zambrano@broadcom.com>
Gary Zambrano39105892006-06-22 17:26:20 -07002315L: netdev@vger.kernel.org
2316S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002317F: drivers/net/ethernet/broadcom/b44.*
Gary Zambrano39105892006-06-22 17:26:20 -07002318
Florian Fainelli32ec90d2014-02-13 16:08:51 -08002319BROADCOM GENET ETHERNET DRIVER
2320M: Florian Fainelli <f.fainelli@gmail.com>
2321L: netdev@vger.kernel.org
2322S: Supported
2323F: drivers/net/ethernet/broadcom/genet/
2324
Michael Chan948c51e2006-06-04 02:51:39 -07002325BROADCOM BNX2 GIGABIT ETHERNET DRIVER
Jitendra Kalsariaf1d1bae2014-06-23 15:10:35 -04002326M: Sony Chacko <sony.chacko@qlogic.com>
2327M: Dept-HSGLinuxNICDev@qlogic.com
Michael Chan948c51e2006-06-04 02:51:39 -07002328L: netdev@vger.kernel.org
2329S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002330F: drivers/net/ethernet/broadcom/bnx2.*
2331F: drivers/net/ethernet/broadcom/bnx2_*
Michael Chan948c51e2006-06-04 02:51:39 -07002332
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002333BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
Ariel Elior08f6dd82014-05-27 13:11:36 +03002334M: Ariel Elior <ariel.elior@qlogic.com>
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002335L: netdev@vger.kernel.org
2336S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002337F: drivers/net/ethernet/broadcom/bnx2x/
Eliezer Tamir4d9d2cb2008-02-28 11:59:10 -08002338
Matt Porter90f4c592014-05-06 12:09:45 -04002339BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
Florian Fainellif18cf052014-09-19 11:17:12 -07002340M: Florian Fainelli <f.fainelli@gmail.com>
Florian Fainellid3cc2e82015-04-10 11:49:44 -07002341M: Ray Jui <rjui@broadcom.com>
2342M: Scott Branden <sbranden@broadcom.com>
Christian Daudt497a0452013-09-24 15:27:47 -07002343L: bcm-kernel-feedback-list@broadcom.com
Matt Porter90f4c592014-05-06 12:09:45 -04002344T: git git://github.com/broadcom/mach-bcm
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002345S: Maintained
2346F: arch/arm/mach-bcm/
2347F: arch/arm/boot/dts/bcm113*
Matt Porter90f4c592014-05-06 12:09:45 -04002348F: arch/arm/boot/dts/bcm216*
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002349F: arch/arm/boot/dts/bcm281*
Rob Herringe68d7c12015-12-10 17:38:23 -06002350F: arch/arm64/boot/dts/broadcom/
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002351F: arch/arm/configs/bcm_defconfig
Joe Perchese4ef47f2014-08-08 14:25:08 -07002352F: drivers/mmc/host/sdhci-bcm-kona.c
Christian Daudtaf4b8e32013-09-11 14:23:49 -07002353F: drivers/clocksource/bcm_kona_timer.c
2354
Scott Branden9209bec4f2014-10-16 21:57:16 -06002355BROADCOM BCM2835 ARM ARCHITECTURE
Stephen Warrenf680f252012-09-15 00:18:54 -06002356M: Stephen Warren <swarren@wwwdotorg.org>
Stephen Warren8bcdd922014-11-04 20:27:17 -07002357M: Lee Jones <lee@kernel.org>
Eric Anholt10b9e882015-07-22 12:55:36 -07002358M: Eric Anholt <eric@anholt.net>
Stephen Warrenf680f252012-09-15 00:18:54 -06002359L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
Eric Anholt82481122015-07-22 12:55:37 -07002360L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Stephen Warren8bcdd922014-11-04 20:27:17 -07002361T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
Stephen Warrenf680f252012-09-15 00:18:54 -06002362S: Maintained
Scott Branden9209bec4f2014-10-16 21:57:16 -06002363N: bcm2835
Stephen Warrenf680f252012-09-15 00:18:54 -06002364
Rafał Miłecki5564f092015-05-29 07:39:26 +02002365BROADCOM BCM47XX MIPS ARCHITECTURE
2366M: Hauke Mehrtens <hauke@hauke-m.de>
2367M: Rafał Miłecki <zajec5@gmail.com>
2368L: linux-mips@linux-mips.org
2369S: Maintained
2370F: arch/mips/bcm47xx/*
2371F: arch/mips/include/asm/mach-bcm47xx/*
2372
Scott Branden9209bec4f2014-10-16 21:57:16 -06002373BROADCOM BCM5301X ARM ARCHITECTURE
Hauke Mehrtens5b293eb2014-02-04 00:01:43 +01002374M: Hauke Mehrtens <hauke@hauke-m.de>
2375L: linux-arm-kernel@lists.infradead.org
2376S: Maintained
2377F: arch/arm/mach-bcm/bcm_5301x.c
2378F: arch/arm/boot/dts/bcm5301x.dtsi
2379F: arch/arm/boot/dts/bcm470*
2380
Florian Fainellie076e962014-03-04 18:14:58 -08002381BROADCOM BCM63XX ARM ARCHITECTURE
2382M: Florian Fainelli <f.fainelli@gmail.com>
2383L: linux-arm-kernel@lists.infradead.org
Florian Fainellieb6725d2015-01-29 15:21:56 -08002384T: git git://github.com/broadcom/arm-bcm63xx.git
Florian Fainellie076e962014-03-04 18:14:58 -08002385S: Maintained
2386F: arch/arm/mach-bcm/bcm63xx.c
2387F: arch/arm/include/debug/bcm63xx.S
2388
Kevin Cernekee7110e2272014-10-20 21:28:07 -07002389BROADCOM BCM63XX/BCM33XX UDC DRIVER
2390M: Kevin Cernekee <cernekee@gmail.com>
2391L: linux-usb@vger.kernel.org
2392S: Maintained
2393F: drivers/usb/gadget/udc/bcm63xx_udc.*
2394
Brian Norris2df94fd2014-07-14 18:06:03 -07002395BROADCOM BCM7XXX ARM ARCHITECTURE
Brian Norris2df94fd2014-07-14 18:06:03 -07002396M: Brian Norris <computersforpeace@gmail.com>
Florian Fainelli3b4b6fe2014-11-14 12:53:43 -08002397M: Gregory Fong <gregory.0xf0@gmail.com>
2398M: Florian Fainelli <f.fainelli@gmail.com>
Brian Norris2df94fd2014-07-14 18:06:03 -07002399L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Florian Fainelli1e65a342015-11-18 15:19:57 -08002400L: bcm-kernel-feedback-list@broadcom.com
Florian Fainellieb6725d2015-01-29 15:21:56 -08002401T: git git://github.com/broadcom/stblinux.git
Brian Norris2df94fd2014-07-14 18:06:03 -07002402S: Maintained
2403F: arch/arm/mach-bcm/*brcmstb*
2404F: arch/arm/boot/dts/bcm7*.dts*
Florian Fainellie36661e2014-11-14 12:53:44 -08002405F: drivers/bus/brcmstb_gisb.c
Brian Norris5009a282015-03-18 18:09:05 -07002406N: brcmstb
Brian Norris2df94fd2014-07-14 18:06:03 -07002407
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002408BROADCOM BMIPS MIPS ARCHITECTURE
2409M: Kevin Cernekee <cernekee@gmail.com>
2410M: Florian Fainelli <f.fainelli@gmail.com>
2411L: linux-mips@linux-mips.org
Florian Fainellieb6725d2015-01-29 15:21:56 -08002412T: git git://github.com/broadcom/stblinux.git
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002413S: Maintained
2414F: arch/mips/bmips/*
2415F: arch/mips/include/asm/mach-bmips/*
2416F: arch/mips/kernel/*bmips*
Joe Perches338808d2015-06-30 14:59:42 -07002417F: arch/mips/boot/dts/brcm/bcm*.dts*
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002418F: drivers/irqchip/irq-bcm7*
2419F: drivers/irqchip/irq-brcmstb*
Simon Arlott3271e612015-12-13 22:45:30 +00002420F: include/linux/bcm963xx_nvram.h
Simon Arlott8fce60b2015-12-13 22:46:59 +00002421F: include/linux/bcm963xx_tag.h
Kevin Cernekee70371ce2014-11-15 16:17:45 -08002422
Michael Chan948c51e2006-06-04 02:51:39 -07002423BROADCOM TG3 GIGABIT ETHERNET DRIVER
Prashant Sreedharan23629472014-06-27 16:21:50 -07002424M: Prashant Sreedharan <prashant@broadcom.com>
Joe Perches8b58be82009-07-29 15:04:30 -07002425M: Michael Chan <mchan@broadcom.com>
Michael Chan948c51e2006-06-04 02:51:39 -07002426L: netdev@vger.kernel.org
2427S: Supported
Jeff Kirsheradfc5212011-04-07 06:03:04 -07002428F: drivers/net/ethernet/broadcom/tg3.*
Michael Chan948c51e2006-06-04 02:51:39 -07002429
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002430BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2431M: Brett Rudley <brudley@broadcom.com>
Henry Ptasinski818c07b2010-12-08 13:09:49 -08002432M: Arend van Spriel <arend@broadcom.com>
Roland Vossen85d63682011-06-01 13:44:56 +02002433M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Arend van Spriel006a8f12012-11-28 21:44:04 +01002434M: Hante Meuleman <meuleman@broadcom.com>
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002435L: linux-wireless@vger.kernel.org
Arend van Spriel56151712012-06-14 14:16:27 +02002436L: brcm80211-dev-list@broadcom.com
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002437S: Supported
Kalle Valo05491d22015-11-17 19:52:05 +02002438F: drivers/net/wireless/broadcom/brcm80211/
Henry Ptasinskia9533e72010-09-08 21:04:42 -07002439
Bhanu Prakash Gollapudi9958d6f2011-05-27 11:48:10 -07002440BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
Vikas Chaudhary3b7f0402014-07-03 08:18:29 -04002441M: QLogic-Storage-Upstream@qlogic.com
Bhanu Prakash Gollapudi9958d6f2011-05-27 11:48:10 -07002442L: linux-scsi@vger.kernel.org
2443S: Supported
2444F: drivers/scsi/bnx2fc/
2445
Eddie Wai6a6b5ad02013-07-11 17:15:56 -07002446BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
Vikas Chaudhary3b7f0402014-07-03 08:18:29 -04002447M: QLogic-Storage-Upstream@qlogic.com
Eddie Wai6a6b5ad02013-07-11 17:15:56 -07002448L: linux-scsi@vger.kernel.org
2449S: Supported
2450F: drivers/scsi/bnx2i/
2451
Jon Mason63f37dd2015-08-26 18:35:30 -04002452BROADCOM IPROC ARM ARCHITECTURE
Scott Branden36c02372014-09-12 16:50:56 -07002453M: Ray Jui <rjui@broadcom.com>
2454M: Scott Branden <sbranden@broadcom.com>
Jon Mason63f37dd2015-08-26 18:35:30 -04002455M: Jon Mason <jonmason@broadcom.com>
Scott Branden36c02372014-09-12 16:50:56 -07002456L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2457L: bcm-kernel-feedback-list@broadcom.com
Florian Fainellieb6725d2015-01-29 15:21:56 -08002458T: git git://github.com/broadcom/cygnus-linux.git
Scott Branden36c02372014-09-12 16:50:56 -07002459S: Maintained
2460N: iproc
2461N: cygnus
Jon Mason63f37dd2015-08-26 18:35:30 -04002462N: nsp
Scott Branden36c02372014-09-12 16:50:56 -07002463N: bcm9113*
2464N: bcm9583*
Jon Mason63f37dd2015-08-26 18:35:30 -04002465N: bcm9585*
2466N: bcm9586*
2467N: bcm988312
Scott Branden36c02372014-09-12 16:50:56 -07002468N: bcm113*
Jon Mason63f37dd2015-08-26 18:35:30 -04002469N: bcm583*
2470N: bcm585*
2471N: bcm586*
2472N: bcm88312
Scott Branden36c02372014-09-12 16:50:56 -07002473
Gregory Fong3b0213d2015-05-28 19:14:05 -07002474BROADCOM BRCMSTB GPIO DRIVER
2475M: Gregory Fong <gregory.0xf0@gmail.com>
Florian Fainelli9c2abe22015-11-18 15:22:13 -08002476L: bcm-kernel-feedback-list@broadcom.com
Gregory Fong3b0213d2015-05-28 19:14:05 -07002477S: Supported
2478F: drivers/gpio/gpio-brcmstb.c
2479F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2480
Markus Mayer7b7f5882014-02-12 15:42:27 -08002481BROADCOM KONA GPIO DRIVER
Markus Mayer5e163902014-07-29 11:10:07 -07002482M: Ray Jui <rjui@broadcom.com>
Markus Mayer7b7f5882014-02-12 15:42:27 -08002483L: bcm-kernel-feedback-list@broadcom.com
2484S: Supported
2485F: drivers/gpio/gpio-bcm-kona.c
Joe Perches1db12cd2015-06-30 14:59:45 -07002486F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
Markus Mayer7b7f5882014-02-12 15:42:27 -08002487
Rafał Miłeckif6e734a2015-06-10 23:05:08 +02002488BROADCOM NVRAM DRIVER
2489M: Rafał Miłecki <zajec5@gmail.com>
2490L: linux-mips@linux-mips.org
2491S: Maintained
2492F: drivers/firmware/broadcom/*
2493
Brian Norris02787da2015-05-12 17:16:50 -07002494BROADCOM STB NAND FLASH DRIVER
2495M: Brian Norris <computersforpeace@gmail.com>
Kamal Dasu1ddaa022015-11-17 13:50:08 -05002496M: Kamal Dasu <kdasu.kdev@gmail.com>
Brian Norris02787da2015-05-12 17:16:50 -07002497L: linux-mtd@lists.infradead.org
Florian Fainelli12857342015-11-16 15:34:15 -08002498L: bcm-kernel-feedback-list@broadcom.com
Brian Norris02787da2015-05-12 17:16:50 -07002499S: Maintained
2500F: drivers/mtd/nand/brcmnand/
2501
Rafał Miłeckic9678d82012-01-13 22:55:05 +01002502BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2503M: Rafał Miłecki <zajec5@gmail.com>
2504L: linux-wireless@vger.kernel.org
2505S: Maintained
2506F: drivers/bcma/
2507F: include/linux/bcma/
2508
Florian Fainellib8302202014-04-24 18:09:00 -07002509BROADCOM SYSTEMPORT ETHERNET DRIVER
2510M: Florian Fainelli <f.fainelli@gmail.com>
2511L: netdev@vger.kernel.org
2512S: Supported
2513F: drivers/net/ethernet/broadcom/bcmsysport.*
2514
Jing Huang7725ccf2009-09-23 17:46:15 -07002515BROCADE BFA FC SCSI DRIVER
Anil Gurumurthyaa803372014-02-26 06:08:42 -05002516M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2517M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
Joe Perches455518e2009-11-11 14:26:10 -08002518L: linux-scsi@vger.kernel.org
2519S: Supported
2520F: drivers/scsi/bfa/
Jing Huang7725ccf2009-09-23 17:46:15 -07002521
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002522BROCADE BNA 10 GIGABIT ETHERNET DRIVER
Rasesh Mody439e9572014-10-01 17:20:41 -04002523M: Rasesh Mody <rasesh.mody@qlogic.com>
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002524L: netdev@vger.kernel.org
2525S: Supported
Jeff Kirsherf844a0e2011-05-13 01:00:03 -07002526F: drivers/net/ethernet/brocade/bna/
Rasesh Mody8b230ed2010-08-23 20:24:12 -07002527
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002528BSG (block layer generic sg v4 driver)
Joe Perches8b58be82009-07-29 15:04:30 -07002529M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002530L: linux-scsi@vger.kernel.org
2531S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002532F: block/bsg.c
2533F: include/linux/bsg.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002534F: include/uapi/linux/bsg.h
Jens Axboe5cdf7f72007-07-17 08:58:06 +02002535
Clemens Ladischaf399172011-01-10 16:32:54 +01002536BT87X AUDIO DRIVER
2537M: Clemens Ladisch <clemens@ladisch.de>
2538L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2539T: git git://git.alsa-project.org/alsa-kernel.git
2540S: Maintained
2541F: Documentation/sound/alsa/Bt87x.txt
2542F: sound/pci/bt87x.c
2543
Michael Bueschff1d5c22008-07-25 01:46:10 -07002544BT8XXGPIO DRIVER
Michael Büscheb032b92011-07-04 20:50:05 +02002545M: Michael Buesch <m@bues.ch>
Michael Bueschff1d5c22008-07-25 01:46:10 -07002546W: http://bu3sch.de/btgpio.php
2547S: Maintained
Joe Perches72dbb702012-01-10 15:08:46 -08002548F: drivers/gpio/gpio-bt8xx.c
Michael Bueschff1d5c22008-07-25 01:46:10 -07002549
Joe Percheseb1eb042009-01-21 10:49:16 -05002550BTRFS FILE SYSTEM
Chris Masonc0778e22013-12-03 20:16:03 -05002551M: Chris Mason <clm@fb.com>
2552M: Josef Bacik <jbacik@fb.com>
Jiri Slabyd8130622015-07-17 16:23:20 -07002553M: David Sterba <dsterba@suse.com>
Joe Percheseb1eb042009-01-21 10:49:16 -05002554L: linux-btrfs@vger.kernel.org
2555W: http://btrfs.wiki.kernel.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08002556Q: http://patchwork.kernel.org/project/linux-btrfs/list/
Liu Bo9c106402012-06-14 02:23:25 -06002557T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
Joe Percheseb1eb042009-01-21 10:49:16 -05002558S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002559F: Documentation/filesystems/btrfs.txt
2560F: fs/btrfs/
Joe Percheseb1eb042009-01-21 10:49:16 -05002561
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02002563M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002564L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002565W: https://linuxtv.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02002566T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehabf96236e2012-11-02 11:14:18 -02002567S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07002568F: Documentation/video4linux/bttv/
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03002569F: drivers/media/pci/bt8xx/bttv*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570
Khalid Aziz1f349232013-06-25 09:57:27 -06002571BUSLOGIC SCSI DRIVER
2572M: Khalid Aziz <khalid@gonehiking.org>
2573L: linux-scsi@vger.kernel.org
2574S: Maintained
2575F: drivers/scsi/BusLogic.*
2576F: drivers/scsi/FlashPoint.*
2577
Clemens Ladischaf399172011-01-10 16:32:54 +01002578C-MEDIA CMI8788 DRIVER
2579M: Clemens Ladisch <clemens@ladisch.de>
2580L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2581T: git git://git.alsa-project.org/alsa-kernel.git
2582S: Maintained
2583F: sound/pci/oxygen/
2584
Mark Salter21413552011-10-04 11:21:42 -04002585C6X ARCHITECTURE
2586M: Mark Salter <msalter@redhat.com>
2587M: Aurelien Jacquiot <a-jacquiot@ti.com>
2588L: linux-c6x-dev@linux-c6x.org
2589W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2590S: Maintained
2591F: arch/c6x/
2592
David Howellsa5432f5a2009-04-20 15:46:45 +01002593CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
Joe Perches8b58be82009-07-29 15:04:30 -07002594M: David Howells <dhowells@redhat.com>
Geert Uytterhoevene62d6e22015-11-12 11:46:33 +00002595L: linux-cachefs@redhat.com (moderated for non-subscribers)
David Howellsa5432f5a2009-04-20 15:46:45 +01002596S: Supported
2597F: Documentation/filesystems/caching/cachefiles.txt
2598F: fs/cachefiles/
2599
Hans Verkuilc815ca32012-11-23 07:05:54 -03002600CADET FM/AM RADIO RECEIVER DRIVER
2601M: Hans Verkuil <hverkuil@xs4all.nl>
2602L: linux-media@vger.kernel.org
2603T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002604W: https://linuxtv.org
Hans Verkuilc815ca32012-11-23 07:05:54 -03002605S: Maintained
2606F: drivers/media/radio/radio-cadet*
2607
Jonathan Corbet77d51402007-03-22 19:44:17 -03002608CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002609M: Jonathan Corbet <corbet@lwn.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03002610L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02002611T: git git://linuxtv.org/media_tree.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03002612S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002613F: Documentation/video4linux/cafe_ccic
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03002614F: drivers/media/platform/marvell-ccic/
Jonathan Corbet77d51402007-03-22 19:44:17 -03002615
Joe Perches201b6ba2010-09-07 20:33:24 +00002616CAIF NETWORK LAYER
sjur.brandeland@stericsson.com5c574f52013-04-22 23:57:00 +00002617M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
Joe Perches201b6ba2010-09-07 20:33:24 +00002618L: netdev@vger.kernel.org
2619S: Supported
2620F: Documentation/networking/caif/
2621F: drivers/net/caif/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002622F: include/uapi/linux/caif/
Joe Perches201b6ba2010-09-07 20:33:24 +00002623F: include/net/caif/
2624F: net/caif/
2625
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002626CALGARY x86-64 IOMMU
Joe Perches8b58be82009-07-29 15:04:30 -07002627M: Muli Ben-Yehuda <muli@il.ibm.com>
2628M: "Jon D. Mason" <jdmason@kudzu.us>
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002629L: discuss@x86-64.org
2630S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002631F: arch/x86/kernel/pci-calgary_64.c
2632F: arch/x86/kernel/tce_64.c
2633F: arch/x86/include/asm/calgary.h
2634F: arch/x86/include/asm/tce.h
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +02002635
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002636CAN NETWORK LAYER
Oliver Hartkopp8d15d3862010-03-06 08:31:50 +00002637M: Oliver Hartkopp <socketcan@hartkopp.net>
Marc Kleine-Buddef7214cf2015-03-06 09:00:38 +01002638M: Marc Kleine-Budde <mkl@pengutronix.de>
Marc Kleine-Budde1caa60b2011-10-17 09:31:59 +00002639L: linux-can@vger.kernel.org
Marc Kleine-Budde84b0d712015-03-06 08:58:33 +01002640W: https://github.com/linux-can
Marc Kleine-Budde870482a2015-01-15 16:56:26 +01002641T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2642T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002643S: Maintained
John Whitmoref35f6c82013-12-06 12:49:08 +00002644F: Documentation/networking/can.txt
Oliver Hartkopp8d15d3862010-03-06 08:31:50 +00002645F: net/can/
Oliver Hartkopp8d15d3862010-03-06 08:31:50 +00002646F: include/linux/can/core.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002647F: include/uapi/linux/can.h
2648F: include/uapi/linux/can/bcm.h
2649F: include/uapi/linux/can/raw.h
2650F: include/uapi/linux/can/gw.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002651
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002652CAN NETWORK DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07002653M: Wolfgang Grandegger <wg@grandegger.com>
Oliver Hartkoppec782132012-01-03 08:40:28 +00002654M: Marc Kleine-Budde <mkl@pengutronix.de>
Marc Kleine-Budde1caa60b2011-10-17 09:31:59 +00002655L: linux-can@vger.kernel.org
Marc Kleine-Budde84b0d712015-03-06 08:58:33 +01002656W: https://github.com/linux-can
Marc Kleine-Budde870482a2015-01-15 16:56:26 +01002657T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2658T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002659S: Maintained
Oliver Hartkopp8d15d3862010-03-06 08:31:50 +00002660F: drivers/net/can/
2661F: include/linux/can/dev.h
Oliver Hartkopp8d15d3862010-03-06 08:31:50 +00002662F: include/linux/can/platform/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002663F: include/uapi/linux/can/error.h
2664F: include/uapi/linux/can/netlink.h
Wolfgang Grandegger4261a202009-05-15 23:39:28 +00002665
James Morris95d16c72012-03-16 12:05:48 +11002666CAPABILITIES
2667M: Serge Hallyn <serge.hallyn@canonical.com>
2668L: linux-security-module@vger.kernel.org
Joe Perches63059022012-06-07 14:21:10 -07002669S: Supported
James Morris95d16c72012-03-16 12:05:48 +11002670F: include/linux/capability.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002671F: include/uapi/linux/capability.h
Joe Perches63059022012-06-07 14:21:10 -07002672F: security/commoncap.c
James Morris38a94112012-04-09 11:03:36 +10002673F: kernel/capability.c
James Morris95d16c72012-03-16 12:05:48 +11002674
Kevin Tsaib84894c2015-01-15 17:41:04 -08002675CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2676M: Kevin Tsai <ktsai@capellamicro.com>
2677S: Maintained
2678F: drivers/iio/light/cm*
2679F: Documentation/devicetree/bindings/i2c/trivial-devices.txt
2680
Raghu Vatsavayif21fb3e2015-06-09 18:15:23 -07002681CAVIUM LIQUIDIO NETWORK DRIVER
2682M: Derek Chickles <derek.chickles@caviumnetworks.com>
2683M: Satanand Burla <satananda.burla@caviumnetworks.com>
2684M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
2685M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2686L: netdev@vger.kernel.org
2687W: http://www.cavium.com
2688S: Supported
Raghu Vatsavayif21fb3e2015-06-09 18:15:23 -07002689F: drivers/net/ethernet/cavium/liquidio/
2690
Varka Bhadramef0bbac2014-10-29 16:15:22 +05302691CC2520 IEEE-802.15.4 RADIO DRIVER
2692M: Varka Bhadram <varkabhadram@gmail.com>
2693L: linux-wpan@vger.kernel.org
2694S: Maintained
2695F: drivers/net/ieee802154/cc2520.c
2696F: include/linux/spi/cc2520.h
2697F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2698
Arnd Bergmannb8154542008-05-16 11:10:59 +02002699CELL BROADBAND ENGINE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07002700M: Arnd Bergmann <arnd@arndb.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10002701L: linuxppc-dev@lists.ozlabs.org
Arnd Bergmannb8154542008-05-16 11:10:59 +02002702W: http://www.ibm.com/developerworks/power/cell/
2703S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002704F: arch/powerpc/include/asm/cell*.h
Joe Perches679655d2009-04-07 20:44:32 -07002705F: arch/powerpc/include/asm/spu*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002706F: arch/powerpc/include/uapi/asm/spu*.h
Joe Perches679655d2009-04-07 20:44:32 -07002707F: arch/powerpc/oprofile/*cell*
2708F: arch/powerpc/platforms/cell/
Arnd Bergmannb8154542008-05-16 11:10:59 +02002709
Sage Weil398ecff52015-07-09 11:46:14 -04002710CEPH COMMON CODE (LIBCEPH)
2711M: Ilya Dryomov <idryomov@gmail.com>
Joe Perchese43cdb52015-06-25 15:02:03 -07002712M: "Yan, Zheng" <zyan@redhat.com>
Sage Weil0f5417c2015-02-19 10:10:40 -08002713M: Sage Weil <sage@redhat.com>
Sage Weil82593f82010-03-29 09:53:23 -07002714L: ceph-devel@vger.kernel.org
Sage Weil09d90322012-07-30 16:27:48 -07002715W: http://ceph.com/
Sage Weilfb99f882009-12-03 15:04:08 -08002716T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04002717T: git git://github.com/ceph/ceph-client.git
Sage Weil9030aaf2009-10-06 11:31:15 -07002718S: Supported
Joe Perches14430812013-09-11 14:23:50 -07002719F: net/ceph/
2720F: include/linux/ceph/
2721F: include/linux/crush/
Sage Weil9030aaf2009-10-06 11:31:15 -07002722
Sage Weil398ecff52015-07-09 11:46:14 -04002723CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2724M: "Yan, Zheng" <zyan@redhat.com>
2725M: Sage Weil <sage@redhat.com>
2726M: Ilya Dryomov <idryomov@gmail.com>
2727L: ceph-devel@vger.kernel.org
2728W: http://ceph.com/
2729T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04002730T: git git://github.com/ceph/ceph-client.git
Sage Weil398ecff52015-07-09 11:46:14 -04002731S: Supported
2732F: Documentation/filesystems/ceph.txt
2733F: fs/ceph/
2734
David Howellscfc411e2015-08-14 15:20:41 +01002735CERTIFICATE HANDLING:
2736M: David Howells <dhowells@redhat.com>
2737M: David Woodhouse <dwmw2@infradead.org>
David Howellsd8d80382016-01-14 15:50:20 +00002738L: keyrings@vger.kernel.org
David Howellscfc411e2015-08-14 15:20:41 +01002739S: Maintained
2740F: Documentation/module-signing.txt
2741F: certs/
David Howellsd8d80382016-01-14 15:50:20 +00002742F: scripts/sign-file.c
David Howellscfc411e2015-08-14 15:20:41 +01002743F: scripts/extract-cert.c
2744
David Vrabel18332a82008-09-17 16:34:44 +01002745CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
David Vrabel18332a82008-09-17 16:34:44 +01002746L: linux-usb@vger.kernel.org
David Vrabel10c6c9c2010-10-25 14:05:36 +01002747S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07002748F: Documentation/usb/WUSB-Design-overview.txt
2749F: Documentation/usb/wusb-cbaf
David Vrabel355ffe62009-12-22 13:13:28 +00002750F: drivers/usb/host/hwa-hc.c
2751F: drivers/usb/host/whci/
Joe Perches679655d2009-04-07 20:44:32 -07002752F: drivers/usb/wusbcore/
2753F: include/linux/usb/wusb*
David Vrabel18332a82008-09-17 16:34:44 +01002754
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002755CFAG12864B LCD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002756M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002757W: http://miguelojeda.es/auxdisplay.htm
2758W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002759S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002760F: drivers/auxdisplay/cfag12864b.c
2761F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002762
2763CFAG12864BFB LCD FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002764M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07002765W: http://miguelojeda.es/auxdisplay.htm
2766W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002767S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002768F: drivers/auxdisplay/cfag12864bfb.c
2769F: include/linux/cfag12864b.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002770
Johannes Berg704232c2007-04-23 12:20:05 -07002771CFG80211 and NL80211
Joe Perches8b58be82009-07-29 15:04:30 -07002772M: Johannes Berg <johannes@sipsolutions.net>
Johannes Berg704232c2007-04-23 12:20:05 -07002773L: linux-wireless@vger.kernel.org
Johannes Bergce466572012-06-05 15:42:55 +02002774W: http://wireless.kernel.org/
2775T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2776T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Johannes Berg704232c2007-04-23 12:20:05 -07002777S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002778F: include/uapi/linux/nl80211.h
Joe Perches679655d2009-04-07 20:44:32 -07002779F: include/net/cfg80211.h
2780F: net/wireless/*
2781X: net/wireless/wext*
Johannes Berg704232c2007-04-23 12:20:05 -07002782
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002783CHAR and MISC DRIVERS
2784M: Arnd Bergmann <arnd@arndb.de>
Greg KH879a5a02012-01-31 20:02:00 -08002785M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002786T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
Greg KH879a5a02012-01-31 20:02:00 -08002787S: Supported
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002788F: drivers/char/*
2789F: drivers/misc/*
Robert P. J. Day471322a2014-05-16 04:41:09 -04002790F: include/linux/miscdevice.h
Greg Kroah-Hartman46e64262011-10-30 07:34:04 -07002791
Andy Whitcroft0a920b5b2007-06-01 00:46:48 -07002792CHECKPATCH
Joe Perches8b58be82009-07-29 15:04:30 -07002793M: Andy Whitcroft <apw@canonical.com>
Joe Perches10d83f02013-02-21 16:44:15 -08002794M: Joe Perches <joe@perches.com>
2795S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002796F: scripts/checkpatch.pl
Andy Whitcroft0a920b5b2007-06-01 00:46:48 -07002797
Harry Weif8407f262011-02-25 14:44:15 -08002798CHINESE DOCUMENTATION
2799M: Harry Wei <harryxiyou@gmail.com>
Joe Perches97401532012-12-17 16:00:00 -08002800L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
Harry Weif8407f262011-02-25 14:44:15 -08002801L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2802S: Maintained
2803F: Documentation/zh_CN/
2804
Alexander Shishkin2721ea22012-05-11 17:25:59 +03002805CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
Peter Chen60d77b3d2015-12-25 15:54:32 +08002806M: Peter Chen <Peter.Chen@nxp.com>
Peter Chen83738562015-03-23 19:57:36 +08002807T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
Alexander Shishkin2721ea22012-05-11 17:25:59 +03002808L: linux-usb@vger.kernel.org
2809S: Maintained
2810F: drivers/usb/chipidea/
2811
Hans de Goedea93ad652015-03-21 20:40:45 -07002812CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2813M: Hans de Goede <hdegoede@redhat.com>
2814L: linux-input@vger.kernel.org
2815S: Maintained
2816F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2817F: drivers/input/touchscreen/chipone_icn8318.c
2818
Olof Johanssonab043102013-11-07 14:25:45 -08002819CHROME HARDWARE PLATFORM SUPPORT
2820M: Olof Johansson <olof@lixom.net>
2821S: Maintained
Fengguang Wu9f273c22016-01-20 15:03:25 -08002822T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
Olof Johanssonab043102013-11-07 14:25:45 -08002823F: drivers/platform/chrome/
2824
Vasanthy Kolluri641cb852010-03-18 16:20:04 +00002825CISCO VIC ETHERNET NIC DRIVER
Vasanthy Kolluri2360d2e2011-02-04 16:17:26 +00002826M: Christian Benvenuti <benve@cisco.com>
govindarajulu.v001e1c12013-09-04 11:17:18 +05302827M: Sujith Sankar <ssujith@cisco.com>
Govindarajulu Varadarajanc327e8f2014-05-20 03:14:32 +05302828M: Govindarajulu Varadarajan <_govind@gmx.com>
Neel Patel5c6652f2012-02-03 08:25:25 +00002829M: Neel Patel <neepatel@cisco.com>
Joel Becker7063fbf2005-12-15 14:29:43 -08002830S: Supported
Jeff Kirshera6a55802011-05-13 22:20:35 -07002831F: drivers/net/ethernet/cisco/enic/
Joel Becker7063fbf2005-12-15 14:29:43 -08002832
Upinder Malhie3cf00d2013-09-10 03:38:16 +00002833CISCO VIC LOW LATENCY NIC DRIVER
Dave Goodell \(dgoodell\)35ef4a92015-10-15 20:01:29 -07002834M: Christian Benvenuti <benve@cisco.com>
2835M: Dave Goodell <dgoodell@cisco.com>
Joe Perchesb75f0052014-03-03 15:38:37 -08002836S: Supported
Dave Goodell \(dgoodell\)35ef4a92015-10-15 20:01:29 -07002837F: drivers/infiniband/hw/usnic/
Upinder Malhie3cf00d2013-09-10 03:38:16 +00002838
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002839CIRRUS LOGIC EP93XX ETHERNET DRIVER
H Hartley Sweeten55879122011-06-09 15:00:21 -07002840M: Hartley Sweeten <hsweeten@visionengravers.com>
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002841L: netdev@vger.kernel.org
2842S: Maintained
Jeff Kirsher57d0b7a2011-07-16 23:50:52 -07002843F: drivers/net/ethernet/cirrus/ep93xx_eth.c
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002844
Mark Brown3d4cfdc2014-02-04 20:28:12 +00002845CIRRUS LOGIC AUDIO CODEC DRIVERS
2846M: Brian Austin <brian.austin@cirrus.com>
2847M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2848L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2849S: Maintained
2850F: sound/soc/codecs/cs*
2851
Konrad Rzeszutek Wilk94574d92012-03-19 11:47:18 -04002852CLEANCACHE API
2853M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2854L: linux-kernel@vger.kernel.org
2855S: Maintained
2856F: mm/cleancache.c
2857F: include/linux/cleancache.h
2858
Russell Kingd4275352009-04-16 14:05:27 +01002859CLK API
Joe Perches8b58be82009-07-29 15:04:30 -07002860M: Russell King <linux@arm.linux.org.uk>
Paul Walmsleyaa571b12015-03-25 18:32:59 +00002861L: linux-clk@vger.kernel.org
Joe Perches37417042012-03-23 15:01:58 -07002862S: Maintained
Russell Kingd4275352009-04-16 14:05:27 +01002863F: include/linux/clk.h
2864
John Stultz9222d242013-07-16 16:45:31 +02002865CLOCKSOURCE, CLOCKEVENT DRIVERS
2866M: Daniel Lezcano <daniel.lezcano@linaro.org>
2867M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01002868L: linux-kernel@vger.kernel.org
John Stultz9222d242013-07-16 16:45:31 +02002869T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2870S: Supported
2871F: drivers/clocksource
2872
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002873CISCO FCOE HBA DRIVER
Hiral Patel8fc89a72012-12-10 01:21:29 -08002874M: Hiral Patel <hiralpat@cisco.com>
2875M: Suma Ramars <sramars@cisco.com>
Abhijeet Joglekard7e01dc2011-06-13 21:21:17 -07002876M: Brian Uchino <buchino@cisco.com>
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002877L: linux-scsi@vger.kernel.org
2878S: Supported
Joe Perches2a999212009-06-16 15:34:09 -07002879F: drivers/scsi/fnic/
Abhijeet Joglekar5df6d732009-04-17 18:33:26 -07002880
Narsimhulu Musinic8806b62015-05-29 01:04:01 -07002881CISCO SCSI HBA DRIVER
2882M: Narsimhulu Musini <nmusini@cisco.com>
2883M: Sesidhar Baddela <sebaddel@cisco.com>
2884L: linux-scsi@vger.kernel.org
2885S: Supported
2886F: drivers/scsi/snic/
2887
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -08002888CMPC ACPI DRIVER
2889M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2890M: Daniel Oliveira Nascimento <don@syst.com.br>
Matthew Garrettd09448532010-02-11 10:40:13 -05002891L: platform-driver-x86@vger.kernel.org
Thadeu Lima de Souza Cascardo529aa8c2009-12-21 16:20:01 -08002892S: Supported
2893F: drivers/platform/x86/classmate-laptop.c
2894
Hans Verkuil85756a02015-05-12 08:52:21 -03002895COBALT MEDIA DRIVER
2896M: Hans Verkuil <hans.verkuil@cisco.com>
2897L: linux-media@vger.kernel.org
2898T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02002899W: https://linuxtv.org
Hans Verkuil85756a02015-05-12 08:52:21 -03002900S: Supported
2901F: drivers/media/pci/cobalt/
2902
Nicolas Palix74425ee2010-06-06 17:15:01 +02002903COCCINELLE/Semantic Patches (SmPL)
Nicolas Palix26de9c22012-09-20 22:52:42 +02002904M: Julia Lawall <Julia.Lawall@lip6.fr>
Nicolas Palix74425ee2010-06-06 17:15:01 +02002905M: Gilles Muller <Gilles.Muller@lip6.fr>
Nicolas Palix26de9c22012-09-20 22:52:42 +02002906M: Nicolas Palix <nicolas.palix@imag.fr>
Jiri Slabyd8130622015-07-17 16:23:20 -07002907M: Michal Marek <mmarek@suse.com>
Nicolas Palix26de9c22012-09-20 22:52:42 +02002908L: cocci@systeme.lip6.fr (moderated for non-subscribers)
Nicolas Palixc00b5112013-06-06 23:39:53 +02002909T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
Nicolas Palix74425ee2010-06-06 17:15:01 +02002910W: http://coccinelle.lip6.fr/
2911S: Supported
Nicolas Palix4b92b2a2013-06-20 13:10:55 +02002912F: Documentation/coccinelle.txt
Nicolas Palix74425ee2010-06-06 17:15:01 +02002913F: scripts/coccinelle/
2914F: scripts/coccicheck
2915
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916CODA FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07002917M: Jan Harkes <jaharkes@cs.cmu.edu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918M: coda@cs.cmu.edu
2919L: codalist@coda.cs.cmu.edu
2920W: http://www.coda.cs.cmu.edu/
2921S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002922F: Documentation/filesystems/coda.txt
2923F: fs/coda/
2924F: include/linux/coda*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08002925F: include/uapi/linux/coda*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926
Philipp Zabel0b142612014-11-04 07:26:35 -03002927CODA V4L2 MEM2MEM DRIVER
2928M: Philipp Zabel <p.zabel@pengutronix.de>
2929L: linux-media@vger.kernel.org
2930S: Maintained
2931F: Documentation/devicetree/bindings/media/coda.txt
2932F: drivers/media/platform/coda/
2933
Mike Turquette7704add2012-05-02 18:37:45 -07002934COMMON CLK FRAMEWORK
Michael Turquettea85fa002015-06-17 13:41:04 -07002935M: Michael Turquette <mturquette@baylibre.com>
Michael Turquettef9561652014-11-12 16:43:47 -08002936M: Stephen Boyd <sboyd@codeaurora.org>
Paul Walmsleyaa571b12015-03-25 18:32:59 +00002937L: linux-clk@vger.kernel.org
Michael Turquettebaeb0d92014-11-13 17:18:20 -08002938T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
Mike Turquette7704add2012-05-02 18:37:45 -07002939S: Maintained
Stephen Warren60bea3b2013-06-05 09:50:30 -06002940F: drivers/clk/
2941X: drivers/clk/clkdev.c
Mike Turquette7704add2012-05-02 18:37:45 -07002942F: include/linux/clk-pr*
Stephen Warren60bea3b2013-06-05 09:50:30 -06002943F: include/linux/clk/
Mike Turquette7704add2012-05-02 18:37:45 -07002944
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002945COMMON INTERNET FILE SYSTEM (CIFS)
Joe Perches8b58be82009-07-29 15:04:30 -07002946M: Steve French <sfrench@samba.org>
Jeff Layton51223df2010-06-06 08:05:58 -04002947L: linux-cifs@vger.kernel.org
KOSAKI Motohirod1f28952009-12-14 18:00:52 -08002948L: samba-technical@lists.samba.org (moderated for non-subscribers)
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002949W: http://linux-cifs.samba.org/
Kevin Cernekeebb1d5dd2014-11-10 13:09:24 -08002950T: git git://git.samba.org/sfrench/cifs-2.6.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002951S: Supported
Joe Perchesec421a72014-08-08 14:24:59 -07002952F: Documentation/filesystems/cifs/
Joe Perches679655d2009-04-07 20:44:32 -07002953F: fs/cifs/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002954
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955COMPACTPCI HOTPLUG CORE
Joe Perches8b58be82009-07-29 15:04:30 -07002956M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002957L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002958S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002959F: drivers/pci/hotplug/cpci_hotplug*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960
2961COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002962M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002963L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002964S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002965F: drivers/pci/hotplug/cpcihp_zt5550.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966
2967COMPACTPCI HOTPLUG GENERIC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07002968M: Scott Murray <scott@spiteful.org>
Jesse Barnes64dab202008-06-10 14:20:03 -07002969L: linux-pci@vger.kernel.org
Joe Perches82c4dfc2009-07-29 15:04:27 -07002970S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002971F: drivers/pci/hotplug/cpcihp_generic.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002973COMPAL LAPTOP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07002974M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Matthew Garrettd09448532010-02-11 10:40:13 -05002975L: platform-driver-x86@vger.kernel.org
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002976S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07002977F: drivers/platform/x86/compal-laptop.c
Cezary Jackiewicz54115522008-06-09 16:22:22 -07002978
Simon Arlott949be0f2007-03-06 02:47:46 -08002979CONEXANT ACCESSRUNNER USB DRIVER
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02002980L: accessrunner-general@lists.sourceforge.net
2981W: http://accessrunner.sourceforge.net/
Simon Arlott44243ef2015-11-15 17:12:08 +00002982S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07002983F: drivers/usb/atm/cxacru.c
Simon Arlott949be0f2007-03-06 02:47:46 -08002984
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002985CONFIGFS
Joel Beckerd6351db2011-01-07 18:10:32 -08002986M: Joel Becker <jlbec@evilplan.org>
Christoph Hellwig1609bac2016-01-04 12:33:13 +01002987M: Christoph Hellwig <hch@lst.de>
2988T: git git://git.infradead.org/users/hch/configfs.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002989S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07002990F: fs/configfs/
2991F: include/linux/configfs.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07002992
Evgeniy Polyakovacb9c1b2009-07-21 12:43:51 -07002993CONNECTOR
Joe Perches8b58be82009-07-29 15:04:30 -07002994M: Evgeniy Polyakov <zbr@ioremap.net>
Evgeniy Polyakovacb9c1b2009-07-21 12:43:51 -07002995L: netdev@vger.kernel.org
2996S: Maintained
2997F: drivers/connector/
2998
Tejun Heoa3e33542014-05-13 15:49:58 -04002999CONTROL GROUP (CGROUP)
Paul Menage860ca0e2011-11-18 14:22:09 -08003000M: Tejun Heo <tj@kernel.org>
Li Zefanad50c152012-03-29 08:53:30 -07003001M: Li Zefan <lizefan@huawei.com>
Tejun Heo4d205672015-06-12 17:15:23 -05003002M: Johannes Weiner <hannes@cmpxchg.org>
KAMEZAWA Hiroyuki12340312011-11-15 14:35:59 -08003003L: cgroups@vger.kernel.org
Paul Menage860ca0e2011-11-18 14:22:09 -08003004T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
Paul Menagefb3a0fb2008-03-04 14:28:28 -08003005S: Maintained
Tejun Heoa3e33542014-05-13 15:49:58 -04003006F: Documentation/cgroups/
Joe Perches679655d2009-04-07 20:44:32 -07003007F: include/linux/cgroup*
3008F: kernel/cgroup*
Tejun Heoa3e33542014-05-13 15:49:58 -04003009
3010CONTROL GROUP - CPUSET
3011M: Li Zefan <lizefan@huawei.com>
3012L: cgroups@vger.kernel.org
3013W: http://www.bullopensource.org/cpuset/
3014W: http://oss.sgi.com/projects/cpusets/
3015T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3016S: Maintained
3017F: Documentation/cgroups/cpusets.txt
3018F: include/linux/cpuset.h
3019F: kernel/cpuset.c
3020
3021CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3022M: Johannes Weiner <hannes@cmpxchg.org>
Michal Hockofbd7dc72015-07-17 16:23:26 -07003023M: Michal Hocko <mhocko@kernel.org>
Johannes Weinered0f1e22015-12-11 13:40:35 -08003024M: Vladimir Davydov <vdavydov@virtuozzo.com>
Tejun Heoa3e33542014-05-13 15:49:58 -04003025L: cgroups@vger.kernel.org
3026L: linux-mm@kvack.org
3027S: Maintained
3028F: mm/memcontrol.c
Johannes Weiner5d1ea48b2014-12-10 15:44:55 -08003029F: mm/swap_cgroup.c
Paul Menagefb3a0fb2008-03-04 14:28:28 -08003030
Rudolf Marekbebe4672007-05-08 17:22:02 +02003031CORETEMP HARDWARE MONITORING DRIVER
Fenghua Yu96859122010-08-25 15:42:14 +02003032M: Fenghua Yu <fenghua.yu@intel.com>
Rudolf Marekbebe4672007-05-08 17:22:02 +02003033L: lm-sensors@lm-sensors.org
3034S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003035F: Documentation/hwmon/coretemp
3036F: drivers/hwmon/coretemp.c
Rudolf Marekbebe4672007-05-08 17:22:02 +02003037
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038COSA/SRP SYNC SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003039M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040W: http://www.fi.muni.cz/~kas/cosa/
3041S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003042F: drivers/net/wan/cosa*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043
Florian Fainelli4371ee32009-06-01 02:43:17 -07003044CPMAC ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003045M: Florian Fainelli <florian@openwrt.org>
Florian Fainelli4371ee32009-06-01 02:43:17 -07003046L: netdev@vger.kernel.org
3047S: Maintained
Jeff Kirsherb544dba2011-06-14 12:56:50 -07003048F: drivers/net/ethernet/ti/cpmac.c
Florian Fainelli4371ee32009-06-01 02:43:17 -07003049
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050CPU FREQUENCY DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07003051M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
viresh kumar45c009a2013-04-26 12:53:16 +00003052M: Viresh Kumar <viresh.kumar@linaro.org>
Rafael J. Wysockia6c072c2012-05-11 21:35:45 +02003053L: linux-pm@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054S: Maintained
Viresh Kumar27209d92013-05-29 12:23:14 +05303055T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3056T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
Joe Perches679655d2009-04-07 20:44:32 -07003057F: drivers/cpufreq/
3058F: include/linux/cpufreq.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059
Viresh Kumar8a67f0e2013-04-01 12:57:49 +00003060CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3061M: Viresh Kumar <viresh.kumar@linaro.org>
Sudeep Holla171d0ba2014-02-11 11:42:32 +00003062M: Sudeep Holla <sudeep.holla@arm.com>
Viresh Kumar8a67f0e2013-04-01 12:57:49 +00003063L: linux-pm@vger.kernel.org
3064W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3065S: Maintained
3066F: drivers/cpufreq/arm_big_little.h
3067F: drivers/cpufreq/arm_big_little.c
3068F: drivers/cpufreq/arm_big_little_dt.c
3069
Lorenzo Pieralisi14d2c342013-06-12 17:40:01 +02003070CPUIDLE DRIVER - ARM BIG LITTLE
Joe Perchesb75f0052014-03-03 15:38:37 -08003071M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3072M: Daniel Lezcano <daniel.lezcano@linaro.org>
3073L: linux-pm@vger.kernel.org
3074L: linux-arm-kernel@lists.infradead.org
Joe Perchescea83212014-03-03 15:38:38 -08003075T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
Joe Perchesb75f0052014-03-03 15:38:37 -08003076S: Maintained
3077F: drivers/cpuidle/cpuidle-big_little.c
Lorenzo Pieralisi14d2c342013-06-12 17:40:01 +02003078
Bartlomiej Zolnierkiewicz0c570c12014-12-02 16:41:35 +01003079CPUIDLE DRIVER - ARM EXYNOS
3080M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3081M: Daniel Lezcano <daniel.lezcano@linaro.org>
3082M: Kukjin Kim <kgene@kernel.org>
3083L: linux-pm@vger.kernel.org
3084L: linux-samsung-soc@vger.kernel.org
3085S: Supported
3086F: drivers/cpuidle/cpuidle-exynos.c
3087F: arch/arm/mach-exynos/pm.c
3088
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003089CPUIDLE DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07003090M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003091M: Daniel Lezcano <daniel.lezcano@linaro.org>
3092L: linux-pm@vger.kernel.org
3093S: Maintained
Joe Perchescea83212014-03-03 15:38:38 -08003094T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
Daniel Lezcanoa8e39c32013-04-26 11:05:44 +00003095F: drivers/cpuidle/*
3096F: include/linux/cpuidle.h
3097
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098CPUID/MSR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003099M: "H. Peter Anvin" <hpa@zytor.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003101F: arch/x86/kernel/cpuid.c
3102F: arch/x86/kernel/msr.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003104CPU POWER MONITORING SUBSYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -07003105M: Thomas Renninger <trenn@suse.com>
Thomas Renninger103f1792014-07-22 16:06:01 +02003106L: linux-pm@vger.kernel.org
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003107S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07003108F: tools/power/cpupower/
Dominik Brodowski7fe2f632011-03-30 16:30:11 +02003109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01003111W: http://sourceforge.net/projects/cramfs/
Michael Opdenacker54886a72013-11-12 15:08:35 -08003112S: Orphan / Obsolete
Joe Perches679655d2009-04-07 20:44:32 -07003113F: Documentation/filesystems/cramfs.txt
3114F: fs/cramfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115
3116CRIS PORT
Joe Perches8b58be82009-07-29 15:04:30 -07003117M: Mikael Starvik <starvik@axis.com>
3118M: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson9937ac02009-06-24 09:33:19 +02003119L: linux-cris-kernel@axis.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120W: http://developer.axis.com
Fengguang Wu9f273c22016-01-20 15:03:25 -08003121T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003123F: arch/cris/
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08003124F: drivers/tty/serial/crisv10.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125
3126CRYPTO API
Joe Perches8b58be82009-07-29 15:04:30 -07003127M: Herbert Xu <herbert@gondor.apana.org.au>
3128M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129L: linux-crypto@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08003130T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
Joe Perches54e58812009-04-07 21:08:10 -07003131T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003133F: Documentation/crypto/
Stephan Mueller2ca87a12015-03-06 21:36:21 +01003134F: Documentation/DocBook/crypto-API.tmpl
Joe Perches679655d2009-04-07 20:44:32 -07003135F: arch/*/crypto/
3136F: crypto/
3137F: drivers/crypto/
3138F: include/crypto/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139
Neil Horman5b07bd52009-02-05 16:03:04 +11003140CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
Joe Perches8b58be82009-07-29 15:04:30 -07003141M: Neil Horman <nhorman@tuxdriver.com>
Neil Horman5b07bd52009-02-05 16:03:04 +11003142L: linux-crypto@vger.kernel.org
3143S: Maintained
Joe Perches51a22282010-08-09 17:20:45 -07003144F: crypto/ansi_cprng.c
3145F: crypto/rng.c
Neil Horman5b07bd52009-02-05 16:03:04 +11003146
Hans Verkuilfc279cc2015-11-30 18:05:54 -02003147CS3308 MEDIA DRIVER
3148M: Hans Verkuil <hverkuil@xs4all.nl>
3149L: linux-media@vger.kernel.org
3150T: git git://linuxtv.org/media_tree.git
3151W: http://linuxtv.org
3152S: Odd Fixes
3153F: drivers/media/i2c/cs3308.c
3154F: drivers/media/i2c/cs3308.h
3155
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003156CS5535 Audio ALSA driver
Joe Perches8b58be82009-07-29 15:04:30 -07003157M: Jaya Kumar <jayakumar.alsa@gmail.com>
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003158S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003159F: sound/pci/cs5535audio/
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01003160
Solomon Peachya910e4a2013-05-24 20:04:38 -04003161CW1200 WLAN driver
Joe Perchesb75f0052014-03-03 15:38:37 -08003162M: Solomon Peachy <pizza@shaftnet.org>
3163S: Maintained
Kalle Valo560424e2015-11-17 20:09:02 +02003164F: drivers/net/wireless/st/cw1200/
Solomon Peachya910e4a2013-05-24 20:04:38 -04003165
Hans Verkuil6d8425b12008-05-05 18:25:22 -03003166CX18 VIDEO4LINUX DRIVER
Andy Walls6afdeaf2010-05-23 18:53:35 -03003167M: Andy Walls <awalls@md.metrocast.net>
Joe Perches7b212ed2014-12-10 15:51:24 -08003168L: ivtv-devel@ivtvdriver.org (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03003169L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02003170T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003171W: https://linuxtv.org
Joe Perches30e10992009-07-29 15:04:21 -07003172W: http://www.ivtvdriver.org/index.php/Cx18
Hans Verkuil6d8425b12008-05-05 18:25:22 -03003173S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003174F: Documentation/video4linux/cx18.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03003175F: drivers/media/pci/cx18/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02003176F: include/uapi/linux/ivtv*
Hans Verkuil6d8425b12008-05-05 18:25:22 -03003177
Hans Verkuil3f101d92012-11-23 07:00:02 -03003178CX2341X MPEG ENCODER HELPER MODULE
3179M: Hans Verkuil <hverkuil@xs4all.nl>
3180L: linux-media@vger.kernel.org
3181T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003182W: https://linuxtv.org
Hans Verkuil3f101d92012-11-23 07:00:02 -03003183S: Maintained
Cesar Eduardo Barrosc368360b2013-03-02 21:53:42 -03003184F: drivers/media/common/cx2341x*
Hans Verkuil3f101d92012-11-23 07:00:02 -03003185F: include/media/cx2341x*
3186
Patrick Boettcherb8fe6e22015-04-28 02:53:13 -03003187CX24120 MEDIA DRIVER
3188M: Jemma Denson <jdenson@gmail.com>
3189M: Patrick Boettcher <patrick.boettcher@posteo.de>
3190L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003191W: https://linuxtv.org
Patrick Boettcherb8fe6e22015-04-28 02:53:13 -03003192Q: http://patchwork.linuxtv.org/project/linux-media/list/
3193S: Maintained
3194F: drivers/media/dvb-frontends/cx24120*
3195
Mauro Carvalho Chehab20357572012-11-02 11:33:44 -02003196CX88 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02003197M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab20357572012-11-02 11:33:44 -02003198L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003199W: https://linuxtv.org
Mauro Carvalho Chehab20357572012-11-02 11:33:44 -02003200T: git git://linuxtv.org/media_tree.git
3201S: Odd fixes
3202F: Documentation/video4linux/cx88/
3203F: drivers/media/pci/cx88/
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003204
Antti Palosaari91952bc2012-10-01 12:28:46 -03003205CXD2820R MEDIA DRIVER
3206M: Antti Palosaari <crope@iki.fi>
3207L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003208W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003209W: http://palosaari.fi/linux/
3210Q: http://patchwork.linuxtv.org/project/linux-media/list/
3211T: git git://linuxtv.org/anttip/media_tree.git
3212S: Maintained
3213F: drivers/media/dvb-frontends/cxd2820r*
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003214
Steve Wisee5ec3782008-05-20 14:06:33 -07003215CXGB3 ETHERNET DRIVER (CXGB3)
Divy Le Raycdc99232013-11-11 15:01:39 -08003216M: Santosh Raspatur <santosh@chelsio.com>
Steve Wisee5ec3782008-05-20 14:06:33 -07003217L: netdev@vger.kernel.org
3218W: http://www.chelsio.com
3219S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003220F: drivers/net/ethernet/chelsio/cxgb3/
Steve Wisee5ec3782008-05-20 14:06:33 -07003221
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003222CXGB3 ISCSI DRIVER (CXGB3I)
Joe Perches49e7d9d2015-04-15 16:17:31 -07003223M: Karen Xie <kxie@chelsio.com>
3224L: linux-scsi@vger.kernel.org
3225W: http://www.chelsio.com
3226S: Supported
3227F: drivers/scsi/cxgbi/cxgb3i
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003228
Steve Wisee5ec3782008-05-20 14:06:33 -07003229CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
Joe Perches8b58be82009-07-29 15:04:30 -07003230M: Steve Wise <swise@chelsio.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07003231L: linux-rdma@vger.kernel.org
Steve Wisee5ec3782008-05-20 14:06:33 -07003232W: http://www.openfabrics.org
3233S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003234F: drivers/infiniband/hw/cxgb3/
Steve Wisee5ec3782008-05-20 14:06:33 -07003235
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003236CXGB4 ETHERNET DRIVER (CXGB4)
Dimitris Michailidis56f16c72014-06-13 14:11:14 -07003237M: Hariprasad S <hariprasad@chelsio.com>
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003238L: netdev@vger.kernel.org
3239W: http://www.chelsio.com
3240S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003241F: drivers/net/ethernet/chelsio/cxgb4/
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003242
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003243CXGB4 ISCSI DRIVER (CXGB4I)
Joe Perches49e7d9d2015-04-15 16:17:31 -07003244M: Karen Xie <kxie@chelsio.com>
3245L: linux-scsi@vger.kernel.org
3246W: http://www.chelsio.com
3247S: Supported
3248F: drivers/scsi/cxgbi/cxgb4i
Anish Bhattd8ae3c32014-11-04 15:19:22 -08003249
Roland Dreierbe4c9ba2010-05-05 14:45:40 -07003250CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3251M: Steve Wise <swise@chelsio.com>
3252L: linux-rdma@vger.kernel.org
3253W: http://www.openfabrics.org
3254S: Supported
3255F: drivers/infiniband/hw/cxgb4/
3256
Casey Leedom5c20a5c2010-07-19 17:55:33 -07003257CXGB4VF ETHERNET DRIVER (CXGB4VF)
3258M: Casey Leedom <leedom@chelsio.com>
3259L: netdev@vger.kernel.org
3260W: http://www.chelsio.com
3261S: Supported
Jeff Kirsherf7917c02011-04-07 06:57:17 -07003262F: drivers/net/ethernet/chelsio/cxgb4vf/
Casey Leedom5c20a5c2010-07-19 17:55:33 -07003263
Ian Munsiea9282d02014-10-08 19:55:05 +11003264CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3265M: Ian Munsie <imunsie@au1.ibm.com>
3266M: Michael Neuling <mikey@neuling.org>
3267L: linuxppc-dev@lists.ozlabs.org
3268S: Supported
3269F: drivers/misc/cxl/
Michael Neulingec249dd2015-05-27 16:07:16 +10003270F: include/misc/cxl*
Ian Munsiea9282d02014-10-08 19:55:05 +11003271F: include/uapi/misc/cxl.h
3272F: Documentation/powerpc/cxl.txt
3273F: Documentation/powerpc/cxl.txt
3274F: Documentation/ABI/testing/sysfs-class-cxl
3275
Matthew R. Ochs11f43ae2015-10-21 15:15:22 -05003276CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3277M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3278M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3279L: linux-scsi@vger.kernel.org
3280S: Supported
3281F: drivers/scsi/cxlflash/
3282F: include/uapi/scsi/cxlflash_ioctls.h
3283F: Documentation/powerpc/cxlflash.txt
3284
Giuseppe Cavallarob52b97a2010-11-18 09:32:02 -08003285STMMAC ETHERNET DRIVER
3286M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
3287L: netdev@vger.kernel.org
3288W: http://www.stlinux.com
3289S: Supported
Jeff Kirsher7ac66532011-05-16 00:05:19 -07003290F: drivers/net/ethernet/stmicro/stmmac/
Giuseppe Cavallarob52b97a2010-11-18 09:32:02 -08003291
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292CYBERPRO FB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003293M: Russell King <linux@arm.linux.org.uk>
Joe Perchesefc03ec2009-09-21 17:04:27 -07003294L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295W: http://www.arm.linux.org.uk/
3296S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09003297F: drivers/video/fbdev/cyber2000fb.*
Knut Petersen9fa68ea2005-09-09 13:04:56 -07003298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08003301S: Orphan
Joe Perchesc8974012011-04-14 15:22:05 -07003302F: drivers/tty/cyclades.c
Joe Perches679655d2009-04-07 20:44:32 -07003303F: include/linux/cyclades.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003304F: include/uapi/linux/cyclades.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003305
3306CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003307W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08003308S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003309F: drivers/net/wan/pc300*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310
Antti Palosaari402f6ae2013-04-09 21:30:41 -03003311CYPRESS_FIRMWARE MEDIA DRIVER
3312M: Antti Palosaari <crope@iki.fi>
3313L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003314W: https://linuxtv.org
Antti Palosaari402f6ae2013-04-09 21:30:41 -03003315W: http://palosaari.fi/linux/
3316Q: http://patchwork.linuxtv.org/project/linux-media/list/
3317T: git git://linuxtv.org/anttip/media_tree.git
3318S: Maintained
3319F: drivers/media/common/cypress_firmware*
3320
Javier Martinez Canillase3ae35252012-03-04 09:26:14 -08003321CYTTSP TOUCHSCREEN DRIVER
Javier Martinez Canillasbe9a6f42013-08-29 08:43:58 -07003322M: Ferruh Yigit <fery@cypress.com>
Joe Perches63059022012-06-07 14:21:10 -07003323L: linux-input@vger.kernel.org
Javier Martinez Canillasbe9a6f42013-08-29 08:43:58 -07003324S: Supported
Joe Perches63059022012-06-07 14:21:10 -07003325F: drivers/input/touchscreen/cyttsp*
3326F: include/linux/input/cyttsp.h
Javier Martinez Canillase3ae35252012-03-04 09:26:14 -08003327
Joshua Kinardaaaf5fb2015-02-16 16:00:26 -08003328DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3329M: Joshua Kinard <kumba@gentoo.org>
3330S: Maintained
3331F: drivers/rtc/rtc-ds1685.c
3332F: include/linux/rtc/ds1685.h
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334DAMA SLAVE for AX.25
Joe Perches8b58be82009-07-29 15:04:30 -07003335M: Joerg Reuter <jreuter@yaina.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003336W: http://yaina.de/jreuter/
3337W: http://www.qsl.net/dl1bke/
3338L: linux-hams@vger.kernel.org
3339S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003340F: net/ax25/af_ax25.c
3341F: net/ax25/ax25_dev.c
3342F: net/ax25/ax25_ds_*
3343F: net/ax25/ax25_in.c
3344F: net/ax25/ax25_out.c
3345F: net/ax25/ax25_timer.c
3346F: net/ax25/sysctl_net_ax25.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003348DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003349L: netdev@vger.kernel.org
Joe Perches5ff77422011-05-24 17:13:22 -07003350S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003351F: Documentation/networking/dmfe.txt
Joe Perches0f04e2a2012-01-10 15:08:56 -08003352F: drivers/net/ethernet/dec/tulip/dmfe.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003353
3354DC390/AM53C974 SCSI driver
Jiri Slabyd8130622015-07-17 16:23:20 -07003355M: Hannes Reinecke <hare@suse.com>
Hannes Reinecke71bd8492014-11-24 15:37:30 +01003356L: linux-scsi@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003357S: Maintained
Hannes Reinecke71bd8492014-11-24 15:37:30 +01003358F: drivers/scsi/am53c974.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003359
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360DC395x SCSI driver
Oliver Neukum61eee9a2012-08-01 14:32:55 +02003361M: Oliver Neukum <oliver@neukum.org>
Joe Perches8b58be82009-07-29 15:04:30 -07003362M: Ali Akcaagac <aliakc@web.de>
3363M: Jamie Lenehan <lenehan@twibble.org>
Randy Dunlapf5df58812006-07-14 00:24:29 -07003364L: dc395x@twibble.org
Joe Perchescf015e92014-02-25 15:01:47 -08003365W: http://twibble.org/dist/dc395x/
3366W: http://lists.twibble.org/mailman/listinfo/dc395x/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003368F: Documentation/scsi/dc395x.txt
3369F: drivers/scsi/dc395x.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003371DCCP PROTOCOL
Arnaldo Carvalho de Meloa89d030e2011-02-26 16:28:54 +00003372M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003373L: dccp@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +00003374W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003375S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003376F: include/linux/dccp.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003377F: include/uapi/linux/dccp.h
Joe Perches679655d2009-04-07 20:44:32 -07003378F: include/linux/tfrc.h
3379F: net/dccp/
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07003380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381DECnet NETWORK LAYER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382W: http://linux-decnet.sourceforge.net
3383L: linux-decnet-user@lists.sourceforge.net
Chrissie Caulfieldf5464442010-02-18 01:33:13 +00003384S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07003385F: Documentation/networking/decnet.txt
3386F: net/decnet/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387
Maciej W. Rozyckiebff05b2014-04-06 23:04:00 +01003388DECSTATION PLATFORM SUPPORT
3389M: "Maciej W. Rozycki" <macro@linux-mips.org>
3390L: linux-mips@linux-mips.org
3391W: http://www.linux-mips.org/wiki/DECstation
3392S: Maintained
3393F: arch/mips/dec/
3394F: arch/mips/include/asm/dec/
3395F: arch/mips/include/asm/mach-dec/
3396
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397DEFXX FDDI NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003398M: "Maciej W. Rozycki" <macro@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399S: Maintained
Jeff Kirsher33f810b2011-07-31 00:06:29 -07003400F: drivers/net/fddi/defxx.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003402DELL LAPTOP DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003403M: Matthew Garrett <mjg59@srcf.ucam.org>
Pali Rohárcdbff612015-03-29 15:38:50 +02003404M: Pali Rohár <pali.rohar@gmail.com>
Matthew Garrettd09448532010-02-11 10:40:13 -05003405L: platform-driver-x86@vger.kernel.org
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003406S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003407F: drivers/platform/x86/dell-laptop.c
Matthew Garrettad8f07c2009-01-07 18:08:56 -08003408
Pali Rohár817a5cd2015-06-06 10:23:28 +02003409DELL LAPTOP RBTN DRIVER
3410M: Pali Rohár <pali.rohar@gmail.com>
3411S: Maintained
3412F: drivers/platform/x86/dell-rbtn.*
3413
Pali Rohárcdbff612015-03-29 15:38:50 +02003414DELL LAPTOP FREEFALL DRIVER
3415M: Pali Rohár <pali.rohar@gmail.com>
3416S: Maintained
3417F: drivers/platform/x86/dell-smo8800.c
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419DELL LAPTOP SMM DRIVER
Pali Rohára5afba12015-05-14 13:16:36 +02003420M: Pali Rohár <pali.rohar@gmail.com>
Guenter Roeckef3522f2014-12-21 20:54:37 +01003421S: Maintained
Pali Rohára5afba12015-05-14 13:16:36 +02003422F: drivers/hwmon/dell-smm-hwmon.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003423F: include/uapi/linux/i8k.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424
Doug Warzecha90563ec42005-09-06 15:17:15 -07003425DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
Joe Perches8b58be82009-07-29 15:04:30 -07003426M: Doug Warzecha <Douglas_Warzecha@dell.com>
Doug Warzecha90563ec42005-09-06 15:17:15 -07003427S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003428F: Documentation/dcdbas.txt
3429F: drivers/firmware/dcdbas.*
Doug Warzecha90563ec42005-09-06 15:17:15 -07003430
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003431DELL WMI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003432M: Matthew Garrett <mjg59@srcf.ucam.org>
Pali Rohárcdbff612015-03-29 15:38:50 +02003433M: Pali Rohár <pali.rohar@gmail.com>
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003434S: Maintained
Joe Perches36b3a962010-08-09 17:20:46 -07003435F: drivers/platform/x86/dell-wmi.c
Matthew Garrett0b3f6102009-01-09 20:17:11 +00003436
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003437DESIGNWARE USB2 DRD IP DRIVER
Paul Zimmerman16272ae2015-01-15 20:14:10 +00003438M: John Youn <johnyoun@synopsys.com>
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003439L: linux-usb@vger.kernel.org
Paul Zimmerman18f340f2014-09-19 14:49:36 -07003440T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003441S: Maintained
Paul Zimmerman197ba5f42014-01-13 13:50:09 -08003442F: drivers/usb/dwc2/
Paul Zimmerman5efc75e2013-03-11 17:48:03 -07003443
Felipe Balbi94ab23d2011-08-19 18:10:59 +03003444DESIGNWARE USB3 DRD IP DRIVER
Felipe Balbia55f6282016-02-03 20:23:01 +02003445M: Felipe Balbi <balbi@kernel.org>
Felipe Balbi94ab23d2011-08-19 18:10:59 +03003446L: linux-usb@vger.kernel.org
3447L: linux-omap@vger.kernel.org
3448T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3449S: Maintained
3450F: drivers/usb/dwc3/
3451
Johannes Berg833c9542014-09-12 09:01:56 +02003452DEVICE COREDUMP (DEV_COREDUMP)
3453M: Johannes Berg <johannes@sipsolutions.net>
3454L: linux-kernel@vger.kernel.org
3455S: Maintained
3456F: drivers/base/devcoredump.c
3457F: include/linux/devcoredump.h
3458
Kyungmin Park89d07762012-01-10 15:09:09 -08003459DEVICE FREQUENCY (DEVFREQ)
3460M: MyungJoo Ham <myungjoo.ham@samsung.com>
3461M: Kyungmin Park <kyungmin.park@samsung.com>
MyungJoo Ham88476d32013-03-14 17:28:24 +09003462L: linux-pm@vger.kernel.org
Chanwoo Choi6a3cd722015-11-05 13:30:17 +09003463T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
Kyungmin Park89d07762012-01-10 15:09:09 -08003464S: Maintained
3465F: drivers/devfreq/
Chanwoo Choi6a3cd722015-11-05 13:30:17 +09003466F: include/linux/devfreq.h
3467F: Documentation/devicetree/bindings/devfreq/
Kyungmin Park89d07762012-01-10 15:09:09 -08003468
Chanwoo Choi7dbded02015-11-05 13:30:18 +09003469DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3470M: Chanwoo Choi <cw00.choi@samsung.com>
3471L: linux-pm@vger.kernel.org
3472T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3473S: Supported
3474F: drivers/devfreq/event/
3475F: drivers/devfreq/devfreq-event.c
3476F: include/linux/devfreq-event.h
3477F: Documentation/devicetree/bindings/devfreq/event/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003478
3479DEVICE NUMBER REGISTRY
Joe Perches8a6e2532010-03-05 13:43:11 -08003480M: Torben Mathiasen <device@lanana.org>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003481W: http://lanana.org/docs/device-list/index.html
Joe Perches679655d2009-04-07 20:44:32 -07003482S: Maintained
3483
3484DEVICE-MAPPER (LVM)
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003485M: Alasdair Kergon <agk@redhat.com>
Alasdair G Kergon8504eed2013-07-10 23:41:19 +01003486M: Mike Snitzer <snitzer@redhat.com>
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003487M: dm-devel@redhat.com
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003488L: dm-devel@redhat.com
3489W: http://sources.redhat.com/dm
3490Q: http://patchwork.kernel.org/project/dm-devel/list/
Mike Snitzer41d35d22013-11-04 19:42:38 -05003491T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003492T: quilt http://people.redhat.com/agk/patches/linux/editing/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003493S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003494F: Documentation/device-mapper/
3495F: drivers/md/dm*
Alasdair G Kergon854ecaa2012-03-28 18:41:23 +01003496F: drivers/md/persistent-data/
Joe Perches679655d2009-04-07 20:44:32 -07003497F: include/linux/device-mapper.h
3498F: include/linux/dm-*.h
Alasdair G Kergon8504eed2013-07-10 23:41:19 +01003499F: include/uapi/linux/dm-*.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003500
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003501DIALOG SEMICONDUCTOR DRIVERS
3502M: Support Opensource <support.opensource@diasemi.com>
3503W: http://www.dialog-semiconductor.com/products
3504S: Supported
3505F: Documentation/hwmon/da90??
Adam Thomson7c933772015-09-29 16:44:12 +01003506F: Documentation/devicetree/bindings/sound/da[79]*.txt
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003507F: drivers/gpio/gpio-da90??.c
3508F: drivers/hwmon/da90??-hwmon.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003509F: drivers/iio/adc/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003510F: drivers/input/misc/da90??_onkey.c
3511F: drivers/input/touchscreen/da9052_tsi.c
3512F: drivers/leds/leds-da90??.c
3513F: drivers/mfd/da903x.c
3514F: drivers/mfd/da90??-*.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003515F: drivers/mfd/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003516F: drivers/power/da9052-battery.c
Adam Thomson7be72c22015-02-18 14:08:37 +00003517F: drivers/power/da91??-*.c
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003518F: drivers/regulator/da903x.c
3519F: drivers/regulator/da9???-regulator.[ch]
3520F: drivers/rtc/rtc-da90??.c
3521F: drivers/video/backlight/da90??_bl.c
3522F: drivers/watchdog/da90??_wdt.c
3523F: include/linux/mfd/da903x.h
3524F: include/linux/mfd/da9052/
3525F: include/linux/mfd/da9055/
3526F: include/linux/mfd/da9063/
Adam Thomson7be72c22015-02-18 14:08:37 +00003527F: include/linux/mfd/da9150/
Opensource [Steve Twiss]c0d995a2014-04-03 14:48:51 -07003528F: include/sound/da[79]*.h
3529F: sound/soc/codecs/da[79]*.[ch]
3530
Lidza Louina599aa692013-09-23 16:13:15 -04003531DIGI NEO AND CLASSIC PCI PRODUCTS
3532M: Lidza Louina <lidza.louina@gmail.com>
Mark Hounschell542f3d52014-04-25 14:32:15 -04003533M: Mark Hounschell <markh@compro.net>
Lidza Louina599aa692013-09-23 16:13:15 -04003534L: driverdev-devel@linuxdriverproject.org
3535S: Maintained
3536F: drivers/staging/dgnc/
3537
3538DIGI EPCA PCI PRODUCTS
3539M: Lidza Louina <lidza.louina@gmail.com>
Daeseok Youn6d825f72014-07-12 01:25:42 +09003540M: Daeseok Youn <daeseok.youn@gmail.com>
Lidza Louina599aa692013-09-23 16:13:15 -04003541L: driverdev-devel@linuxdriverproject.org
3542S: Maintained
3543F: drivers/staging/dgap/
3544
Guenter Roeck335d7c52011-01-26 11:45:49 -08003545DIOLAN U2C-12 I2C DRIVER
Guenter Roeckca462082012-06-01 23:28:23 -07003546M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck335d7c52011-01-26 11:45:49 -08003547L: linux-i2c@vger.kernel.org
3548S: Maintained
3549F: drivers/i2c/busses/i2c-diolan-u2c.c
3550
Matthew Wilcoxd475c632015-02-16 15:58:56 -08003551DIRECT ACCESS (DAX)
3552M: Matthew Wilcox <willy@linux.intel.com>
3553L: linux-fsdevel@vger.kernel.org
3554S: Supported
3555F: fs/dax.c
3556
Randy Dunlape7839f22008-10-12 16:11:45 -07003557DIRECTORY NOTIFICATION (DNOTIFY)
Joe Perches8b58be82009-07-29 15:04:30 -07003558M: Eric Paris <eparis@parisplace.org>
Eric Paris3c5119c2009-05-21 17:01:33 -04003559S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003560F: Documentation/filesystems/dnotify.txt
3561F: fs/notify/dnotify/
3562F: include/linux/dnotify.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563
3564DISK GEOMETRY AND PARTITION HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -07003565M: Andries Brouwer <aeb@cwi.nl>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3567W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3568W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3569S: Maintained
3570
Randy Dunlap4480f15b2008-10-12 16:11:58 -07003571DISKQUOTA
Jiri Slabyd8130622015-07-17 16:23:20 -07003572M: Jan Kara <jack@suse.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003574F: Documentation/filesystems/quota.txt
3575F: fs/quota/
3576F: include/linux/quota*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003577F: include/uapi/linux/quota*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578
Bernie Thompson702686a2012-03-01 13:52:13 -08003579DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3580M: Bernie Thompson <bernie@plugable.com>
3581L: linux-fbdev@vger.kernel.org
3582S: Maintained
3583W: http://plugable.com/category/projects/udlfb/
Jingoo Han8a61f012014-07-01 15:36:01 +09003584F: drivers/video/fbdev/udlfb.c
Bernie Thompson702686a2012-03-01 13:52:13 -08003585F: include/video/udlfb.h
3586F: Documentation/fb/udlfb.txt
3587
Randy Dunlape7839f22008-10-12 16:11:45 -07003588DISTRIBUTED LOCK MANAGER (DLM)
Joe Perches8b58be82009-07-29 15:04:30 -07003589M: Christine Caulfield <ccaulfie@redhat.com>
3590M: David Teigland <teigland@redhat.com>
David Teiglanda4644182006-06-22 15:29:57 -04003591L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003592W: http://sources.redhat.com/cluster/
Fengguang Wu9f273c22016-01-20 15:03:25 -08003593T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003594S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003595F: fs/dlm/
Steven Whitehouse5be7b502006-04-28 11:27:32 -04003596
Sumit Semwal53b6b3e2012-01-20 15:04:25 +05303597DMA BUFFER SHARING FRAMEWORK
3598M: Sumit Semwal <sumit.semwal@linaro.org>
3599S: Maintained
3600L: linux-media@vger.kernel.org
3601L: dri-devel@lists.freedesktop.org
Randy Dunlap8ada6d22014-10-13 15:51:19 -07003602L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
Maarten Lankhorst35fac7e2014-07-01 12:57:08 +02003603F: drivers/dma-buf/
Joe Perchese46d12c2014-08-08 14:26:16 -07003604F: include/linux/dma-buf*
3605F: include/linux/reservation.h
3606F: include/linux/*fence.h
Sumit Semwal53b6b3e2012-01-20 15:04:25 +05303607F: Documentation/dma-buf-sharing.txt
3608T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3609
Dan Williamsb3e5f262007-08-07 10:26:35 -07003610DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Dan Williams4abed0a2011-02-14 00:42:08 -08003611M: Vinod Koul <vinod.koul@intel.com>
Vinod Koul17b59562013-10-22 12:58:56 +05303612L: dmaengine@vger.kernel.org
3613Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
Dan Williams08223d82014-08-19 06:07:56 -07003614S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003615F: drivers/dma/
Vinod Koul0ce3c062014-12-22 20:57:13 +05303616F: include/linux/dmaengine.h
Vinod Koul979a281e2014-11-06 11:21:17 +05303617F: Documentation/dmaengine/
3618T: git git://git.infradead.org/users/vkoul/slave-dma.git
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07003619
Juerg Haefligerb8250372007-06-09 10:11:16 -04003620DME1737 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003621M: Juerg Haefliger <juergh@gmail.com>
Juerg Haefligerb8250372007-06-09 10:11:16 -04003622L: lm-sensors@lm-sensors.org
3623S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003624F: Documentation/hwmon/dme1737
3625F: drivers/hwmon/dme1737.c
Juerg Haefligerb8250372007-06-09 10:11:16 -04003626
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003627DMI/SMBIOS SUPPORT
Jiri Slabyd8130622015-07-17 16:23:20 -07003628M: Jean Delvare <jdelvare@suse.com>
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003629S: Maintained
Jean Delvared4aeef932015-06-25 09:06:56 +02003630T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
Ivan Khoronzhukd7f96f972015-06-25 09:06:56 +02003631F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
Jean Delvare1f31e1b2015-03-25 15:55:31 -07003632F: drivers/firmware/dmi-id.c
3633F: drivers/firmware/dmi_scan.c
3634F: include/linux/dmi.h
3635
Joe Perches7d2c86b2009-04-07 20:59:01 -07003636DOCUMENTATION
Jonathan Corbetad3118b2014-10-17 08:59:26 -04003637M: Jonathan Corbet <corbet@lwn.net>
Jean Delvare795fb7e2008-09-20 12:33:08 +02003638L: linux-doc@vger.kernel.org
3639S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003640F: Documentation/
Jonathan Corbet42f41ec2015-09-11 13:23:36 -06003641F: scripts/docproc.c
3642F: scripts/kernel-doc*
Randy Dunlap97be0782014-06-27 18:28:56 -07003643X: Documentation/ABI/
3644X: Documentation/devicetree/
Jonathan Corbet933a46b2015-03-26 10:25:17 -06003645X: Documentation/acpi
3646X: Documentation/power
3647X: Documentation/spi
Jonathan Corbet6c121172015-07-24 15:08:14 +02003648X: Documentation/DocBook/media
Jonathan Corbetc51edfb2015-09-24 16:05:28 -06003649T: git git://git.lwn.net/linux.git docs-next
Randy Dunlapabbaeff2008-07-04 09:59:57 -07003650
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651DOUBLETALK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003652M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653L: blinux-list@redhat.com
3654S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003655F: drivers/char/dtlk.c
3656F: include/linux/dtlk.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07003657
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003658DPT_I2O SCSI RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003659M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003660L: linux-scsi@vger.kernel.org
3661W: http://www.adaptec.com/
3662S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003663F: drivers/scsi/dpt*
3664F: drivers/scsi/dpt/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07003665
Philipp Reisnerb411b362009-09-25 16:07:19 -07003666DRBD DRIVER
Roland Kammererbc2c0492015-07-07 16:37:10 +02003667M: Philipp Reisner <philipp.reisner@linbit.com>
3668M: Lars Ellenberg <lars.ellenberg@linbit.com>
3669L: drbd-dev@lists.linbit.com
Joe Perches28b8e8d2010-03-23 13:35:20 -07003670W: http://www.drbd.org
Roland Kammererbc2c0492015-07-07 16:37:10 +02003671T: git git://git.linbit.com/linux-drbd.git
3672T: git git://git.linbit.com/drbd-8.4.git
Joe Perches28b8e8d2010-03-23 13:35:20 -07003673S: Supported
3674F: drivers/block/drbd/
3675F: lib/lru_cache.c
3676F: Documentation/blockdev/drbd/
Philipp Reisnerb411b362009-09-25 16:07:19 -07003677
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003678DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
Greg KH879a5a02012-01-31 20:02:00 -08003679M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Joe Perches08deed12012-03-23 15:01:57 -07003680T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07003682F: Documentation/kobject.txt
Joe Perches7cfc51b2009-04-08 10:04:18 -07003683F: drivers/base/
Greg Kroah-Hartman87544652010-09-21 06:39:23 -07003684F: fs/debugfs/
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003685F: fs/kernfs/
3686F: fs/sysfs/
Greg Kroah-Hartman87544652010-09-21 06:39:23 -07003687F: include/linux/debugfs.h
Wolfram Sangdc7dfcd2015-04-23 17:20:54 +02003688F: include/linux/kobj*
Joe Perches679655d2009-04-07 20:44:32 -07003689F: lib/kobj*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690
3691DRM DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07003692M: David Airlie <airlied@linux.ie>
Valdis.Kletnieks@vt.edu4c6a3992010-04-22 14:29:10 -04003693L: dri-devel@lists.freedesktop.org
Alex Deucherb0447882014-02-18 10:03:44 -05003694T: git git://people.freedesktop.org/~airlied/linux
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003696F: drivers/gpu/drm/
Daniel Vetter433e3b32014-05-26 23:44:42 +02003697F: drivers/gpu/vga/
Joe Perches850e9412010-08-09 17:20:45 -07003698F: include/drm/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003699F: include/uapi/drm/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700
Alex Deucher566f5932014-02-18 10:03:43 -05003701RADEON DRM DRIVERS
3702M: Alex Deucher <alexander.deucher@amd.com>
3703M: Christian König <christian.koenig@amd.com>
3704L: dri-devel@lists.freedesktop.org
3705T: git git://people.freedesktop.org/~agd5f/linux
3706S: Supported
3707F: drivers/gpu/drm/radeon/
Alex Deucher566f5932014-02-18 10:03:43 -05003708F: include/uapi/drm/radeon*
3709
Thierry Reding03e255b2014-04-04 08:59:18 +02003710DRM PANEL DRIVERS
3711M: Thierry Reding <thierry.reding@gmail.com>
3712L: dri-devel@lists.freedesktop.org
3713T: git git://anongit.freedesktop.org/tegra/linux.git
3714S: Maintained
3715F: drivers/gpu/drm/drm_panel.c
3716F: drivers/gpu/drm/panel/
3717F: include/drm/drm_panel.h
Rob Herring2d799dd2015-11-05 13:40:40 -06003718F: Documentation/devicetree/bindings/display/panel/
Thierry Reding03e255b2014-04-04 08:59:18 +02003719
Chris Wilson8daf7472010-09-28 14:07:26 +01003720INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
Daniel Vettercbce7102014-08-28 12:17:42 +02003721M: Daniel Vetter <daniel.vetter@intel.com>
Daniel Vetter47f95642014-01-07 09:24:31 +01003722M: Jani Nikula <jani.nikula@linux.intel.com>
Daniel Vetter362132d2013-03-13 22:28:46 +01003723L: intel-gfx@lists.freedesktop.org
Chris Wilson8daf7472010-09-28 14:07:26 +01003724L: dri-devel@lists.freedesktop.org
Jani Nikula7564fde2015-10-13 11:16:48 +03003725W: https://01.org/linuxgraphics/
Daniel Vetter47f95642014-01-07 09:24:31 +01003726Q: http://patchwork.freedesktop.org/project/intel-gfx/
Daniel Vetter89258a92014-02-04 19:57:38 +01003727T: git git://anongit.freedesktop.org/drm-intel
Chris Wilson8daf7472010-09-28 14:07:26 +01003728S: Supported
Joe Perches14430812013-09-11 14:23:50 -07003729F: drivers/gpu/drm/i915/
Chris Wilson8daf7472010-09-28 14:07:26 +01003730F: include/drm/i915*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003731F: include/uapi/drm/i915*
Chris Wilson8daf7472010-09-28 14:07:26 +01003732
Boris BREZILLON99763bb2015-10-13 11:55:42 +02003733DRM DRIVERS FOR ATMEL HLCDC
3734M: Boris Brezillon <boris.brezillon@free-electrons.com>
3735L: dri-devel@lists.freedesktop.org
3736S: Supported
3737F: drivers/gpu/drm/atmel-hlcdc/
3738F: Documentation/devicetree/bindings/drm/atmel/
3739
Kyungmin Park398a6d42011-11-02 11:33:16 +09003740DRM DRIVERS FOR EXYNOS
3741M: Inki Dae <inki.dae@samsung.com>
Inki Daef1501302012-01-17 14:08:55 +09003742M: Joonyoung Shim <jy0922.shim@samsung.com>
3743M: Seung-Woo Kim <sw0312.kim@samsung.com>
3744M: Kyungmin Park <kyungmin.park@samsung.com>
Kyungmin Park398a6d42011-11-02 11:33:16 +09003745L: dri-devel@lists.freedesktop.org
Inki Dae25a58032012-10-30 16:08:05 +09003746T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
Kyungmin Park398a6d42011-11-02 11:33:16 +09003747S: Supported
Joe Perches14430812013-09-11 14:23:50 -07003748F: drivers/gpu/drm/exynos/
Kyungmin Park398a6d42011-11-02 11:33:16 +09003749F: include/drm/exynos*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08003750F: include/uapi/drm/exynos*
Kyungmin Park398a6d42011-11-02 11:33:16 +09003751
Jianwei Wangb55a1b92015-08-19 22:26:33 -04003752DRM DRIVERS FOR FREESCALE DCU
3753M: Jianwei Wang <jianwei.wang.chn@gmail.com>
3754M: Alison Wang <alison.wang@freescale.com>
3755L: dri-devel@lists.freedesktop.org
3756S: Supported
3757F: drivers/gpu/drm/fsl-dcu/
Rob Herring2d799dd2015-11-05 13:40:40 -06003758F: Documentation/devicetree/bindings/display/fsl,dcu.txt
3759F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
Jianwei Wangb55a1b92015-08-19 22:26:33 -04003760
Philipp Zabel0a3d7752014-11-24 16:33:35 +01003761DRM DRIVERS FOR FREESCALE IMX
3762M: Philipp Zabel <p.zabel@pengutronix.de>
3763L: dri-devel@lists.freedesktop.org
3764S: Maintained
3765F: drivers/gpu/drm/imx/
Philipp Zabelef739aa2015-06-19 16:22:38 +02003766F: drivers/gpu/ipu-v3/
Rob Herring2d799dd2015-11-05 13:40:40 -06003767F: Documentation/devicetree/bindings/display/imx/
Philipp Zabel0a3d7752014-11-24 16:33:35 +01003768
Patrik Jakobssonba2199a2015-10-12 23:14:44 +02003769DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3770M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3771L: dri-devel@lists.freedesktop.org
3772T: git git://github.com/patjak/drm-gma500
3773S: Maintained
3774F: drivers/gpu/drm/gma500
3775F: include/drm/gma500*
3776
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003777DRM DRIVERS FOR NVIDIA TEGRA
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003778M: Thierry Reding <thierry.reding@gmail.com>
3779M: Terje Bergström <tbergstrom@nvidia.com>
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003780L: dri-devel@lists.freedesktop.org
3781L: linux-tegra@vger.kernel.org
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003782T: git git://anongit.freedesktop.org/tegra/linux.git
Stephen Warrenadabdb02013-09-13 13:00:57 -06003783S: Supported
Thierry Redingdee82682013-10-09 10:32:49 +02003784F: drivers/gpu/drm/tegra/
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003785F: drivers/gpu/host1x/
Thierry Redinge1e90642013-09-24 13:59:01 +02003786F: include/linux/host1x.h
Thierry Redinga5ad7a62013-05-19 14:19:21 +02003787F: include/uapi/drm/tegra_drm.h
Rob Herring2d799dd2015-11-05 13:40:40 -06003788F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
Thierry Redingbd3b49f2012-11-28 20:45:28 +01003789
Laurent Pincharta284e9d2014-08-19 23:04:31 +02003790DRM DRIVERS FOR RENESAS
3791M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3792L: dri-devel@lists.freedesktop.org
Simon Horman4a121092016-01-18 10:04:33 +09003793L: linux-renesas-soc@vger.kernel.org
Laurent Pincharta284e9d2014-08-19 23:04:31 +02003794T: git git://people.freedesktop.org/~airlied/linux
3795S: Supported
3796F: drivers/gpu/drm/rcar-du/
3797F: drivers/gpu/drm/shmobile/
Laurent Pincharta284e9d2014-08-19 23:04:31 +02003798F: include/linux/platform_data/shmob_drm.h
3799
Heiko Stuebner625e0342015-04-20 00:59:50 +02003800DRM DRIVERS FOR ROCKCHIP
3801M: Mark Yao <mark.yao@rock-chips.com>
3802L: dri-devel@lists.freedesktop.org
3803S: Maintained
3804F: drivers/gpu/drm/rockchip/
Rob Herring2d799dd2015-11-05 13:40:40 -06003805F: Documentation/devicetree/bindings/display/rockchip*
Heiko Stuebner625e0342015-04-20 00:59:50 +02003806
Benjamin Gaignard7f11c472015-08-14 15:35:24 -07003807DRM DRIVERS FOR STI
3808M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
3809M: Vincent Abriou <vincent.abriou@st.com>
3810L: dri-devel@lists.freedesktop.org
3811T: git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3812S: Maintained
3813F: drivers/gpu/drm/sti
Rob Herring2d799dd2015-11-05 13:40:40 -06003814F: Documentation/devicetree/bindings/display/st,stih4xx.txt
Benjamin Gaignard7f11c472015-08-14 15:35:24 -07003815
Lucas Stach8bb0bce2015-12-03 17:12:07 +01003816DRM DRIVERS FOR VIVANTE GPU IP
3817M: Lucas Stach <l.stach@pengutronix.de>
3818R: Russell King <linux+etnaviv@arm.linux.org.uk>
3819R: Christian Gmeiner <christian.gmeiner@gmail.com>
3820L: dri-devel@lists.freedesktop.org
3821S: Maintained
3822F: drivers/gpu/drm/etnaviv
3823F: Documentation/devicetree/bindings/display/etnaviv
3824
Alexey Klimov598df1a2012-11-28 17:16:32 -03003825DSBR100 USB FM RADIO DRIVER
3826M: Alexey Klimov <klimov.linux@gmail.com>
3827L: linux-media@vger.kernel.org
3828T: git git://linuxtv.org/media_tree.git
3829S: Maintained
3830F: drivers/media/radio/dsbr100.c
3831
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832DSCC4 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003833M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu01f20732007-01-26 00:57:17 -08003834L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003836F: drivers/net/wan/dscc4.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837
Hans Verkuilcc11b142015-04-25 12:36:18 -03003838DT3155 MEDIA DRIVER
3839M: Hans Verkuil <hverkuil@xs4all.nl>
3840L: linux-media@vger.kernel.org
3841T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003842W: https://linuxtv.org
Hans Verkuilcc11b142015-04-25 12:36:18 -03003843S: Odd Fixes
3844F: drivers/media/pci/dt3155/
3845
Antti Palosaari91952bc2012-10-01 12:28:46 -03003846DVB_USB_AF9015 MEDIA DRIVER
3847M: Antti Palosaari <crope@iki.fi>
3848L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003849W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003850W: http://palosaari.fi/linux/
3851Q: http://patchwork.linuxtv.org/project/linux-media/list/
3852T: git git://linuxtv.org/anttip/media_tree.git
3853S: Maintained
3854F: drivers/media/usb/dvb-usb-v2/af9015*
3855
3856DVB_USB_AF9035 MEDIA DRIVER
3857M: Antti Palosaari <crope@iki.fi>
3858L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003859W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003860W: http://palosaari.fi/linux/
3861Q: http://patchwork.linuxtv.org/project/linux-media/list/
3862T: git git://linuxtv.org/anttip/media_tree.git
3863S: Maintained
3864F: drivers/media/usb/dvb-usb-v2/af9035*
3865
3866DVB_USB_ANYSEE MEDIA DRIVER
3867M: Antti Palosaari <crope@iki.fi>
3868L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003869W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003870W: 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/usb/dvb-usb-v2/anysee*
3875
3876DVB_USB_AU6610 MEDIA DRIVER
3877M: Antti Palosaari <crope@iki.fi>
3878L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003879W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003880W: http://palosaari.fi/linux/
3881Q: http://patchwork.linuxtv.org/project/linux-media/list/
3882T: git git://linuxtv.org/anttip/media_tree.git
3883S: Maintained
3884F: drivers/media/usb/dvb-usb-v2/au6610*
3885
3886DVB_USB_CE6230 MEDIA DRIVER
3887M: Antti Palosaari <crope@iki.fi>
3888L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003889W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003890W: http://palosaari.fi/linux/
3891Q: http://patchwork.linuxtv.org/project/linux-media/list/
3892T: git git://linuxtv.org/anttip/media_tree.git
3893S: Maintained
3894F: drivers/media/usb/dvb-usb-v2/ce6230*
3895
Michael Krufkyd099dea2012-10-02 00:56:20 -03003896DVB_USB_CXUSB MEDIA DRIVER
3897M: Michael Krufky <mkrufky@linuxtv.org>
3898L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003899W: https://linuxtv.org
Michael Krufkyd099dea2012-10-02 00:56:20 -03003900W: http://github.com/mkrufky
3901Q: http://patchwork.linuxtv.org/project/linux-media/list/
3902T: git git://linuxtv.org/media_tree.git
3903S: Maintained
Cesar Eduardo Barros9819da62013-01-04 15:35:25 -08003904F: drivers/media/usb/dvb-usb/cxusb*
Michael Krufkyd099dea2012-10-02 00:56:20 -03003905
Antti Palosaari91952bc2012-10-01 12:28:46 -03003906DVB_USB_EC168 MEDIA DRIVER
3907M: Antti Palosaari <crope@iki.fi>
3908L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003909W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003910W: http://palosaari.fi/linux/
3911Q: http://patchwork.linuxtv.org/project/linux-media/list/
3912T: git git://linuxtv.org/anttip/media_tree.git
3913S: Maintained
3914F: drivers/media/usb/dvb-usb-v2/ec168*
3915
Antti Palosaari55609832013-04-09 20:30:42 -03003916DVB_USB_GL861 MEDIA DRIVER
3917M: Antti Palosaari <crope@iki.fi>
3918L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003919W: https://linuxtv.org
Antti Palosaari55609832013-04-09 20:30:42 -03003920Q: http://patchwork.linuxtv.org/project/linux-media/list/
3921T: git git://linuxtv.org/anttip/media_tree.git
3922S: Maintained
3923F: drivers/media/usb/dvb-usb-v2/gl861*
3924
Michael Krufky8856f5f2012-10-02 00:55:50 -03003925DVB_USB_MXL111SF MEDIA DRIVER
3926M: Michael Krufky <mkrufky@linuxtv.org>
3927L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003928W: https://linuxtv.org
Michael Krufky8856f5f2012-10-02 00:55:50 -03003929W: http://github.com/mkrufky
3930Q: http://patchwork.linuxtv.org/project/linux-media/list/
3931T: git git://linuxtv.org/mkrufky/mxl111sf.git
3932S: Maintained
3933F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3934
Antti Palosaari91952bc2012-10-01 12:28:46 -03003935DVB_USB_RTL28XXU MEDIA DRIVER
3936M: Antti Palosaari <crope@iki.fi>
3937L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003938W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003939W: http://palosaari.fi/linux/
3940Q: http://patchwork.linuxtv.org/project/linux-media/list/
3941T: git git://linuxtv.org/anttip/media_tree.git
3942S: Maintained
3943F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3944
3945DVB_USB_V2 MEDIA DRIVER
3946M: Antti Palosaari <crope@iki.fi>
3947L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003948W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003949W: http://palosaari.fi/linux/
3950Q: http://patchwork.linuxtv.org/project/linux-media/list/
3951T: git git://linuxtv.org/anttip/media_tree.git
3952S: Maintained
3953F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3954F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3955
Jason Baronac0ac382011-08-11 14:36:43 -04003956DYNAMIC DEBUG
Joe Perches5c4a97d12013-07-31 13:53:32 -07003957M: Jason Baron <jbaron@akamai.com>
Jason Baronac0ac382011-08-11 14:36:43 -04003958S: Maintained
3959F: lib/dynamic_debug.c
3960F: include/linux/dynamic_debug.h
3961
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003962DZ DECSTATION DZ11 SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003963M: "Maciej W. Rozycki" <macro@linux-mips.org>
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003964S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08003965F: drivers/tty/serial/dz.*
Maciej W. Rozycki789c7042008-02-07 00:15:13 -08003966
Moritz Fischerf17effb2015-01-10 14:10:59 -08003967E3X0 POWER BUTTON DRIVER
3968M: Moritz Fischer <moritz.fischer@ettus.com>
3969L: usrp-users@lists.ettus.com
3970W: http://www.ettus.com
3971S: Supported
3972F: drivers/input/misc/e3x0-button.c
3973F: Documentation/devicetree/bindings/input/e3x0-button.txt
3974
Antti Palosaari91952bc2012-10-01 12:28:46 -03003975E4000 MEDIA DRIVER
3976M: Antti Palosaari <crope@iki.fi>
3977L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003978W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003979W: http://palosaari.fi/linux/
3980Q: http://patchwork.linuxtv.org/project/linux-media/list/
3981T: git git://linuxtv.org/anttip/media_tree.git
3982S: Maintained
3983F: drivers/media/tuners/e4000*
3984
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985EATA ISA/EISA/PCI SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07003986M: Dario Ballabio <ballabio_dario@emc.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987L: linux-scsi@vger.kernel.org
3988S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07003989F: drivers/scsi/eata.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003990
Antti Palosaari91952bc2012-10-01 12:28:46 -03003991EC100 MEDIA DRIVER
3992M: Antti Palosaari <crope@iki.fi>
3993L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02003994W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03003995W: http://palosaari.fi/linux/
3996Q: http://patchwork.linuxtv.org/project/linux-media/list/
3997T: git git://linuxtv.org/anttip/media_tree.git
3998S: Maintained
3999F: drivers/media/dvb-frontends/ec100*
4000
Michael Halcrow237fead2006-10-04 02:16:22 -07004001ECRYPT FILE SYSTEM
Tyler Hicks0de9adf2011-11-05 09:04:47 -04004002M: Tyler Hicks <tyhicks@canonical.com>
Tyler Hicksa058bfb2011-05-27 11:47:59 -05004003L: ecryptfs@vger.kernel.org
Dustin Kirkland24a923e2013-05-31 10:41:43 -05004004W: http://ecryptfs.org
Michael Halcrow6dc75162008-12-15 13:54:17 -08004005W: https://launchpad.net/ecryptfs
Fengguang Wu9f273c22016-01-20 15:03:25 -08004006T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
Michael Halcrow237fead2006-10-04 02:16:22 -07004007S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004008F: Documentation/filesystems/ecryptfs.txt
4009F: fs/ecryptfs/
Michael Halcrow237fead2006-10-04 02:16:22 -07004010
Alan Coxda9bb1d2006-01-18 17:44:13 -08004011EDAC-CORE
Joe Perches8b58be82009-07-29 15:04:30 -07004012M: Doug Thompson <dougthompson@xmission.com>
Borislav Petkovaa15aa02014-03-03 15:38:17 -08004013M: Borislav Petkov <bp@alien8.de>
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004014M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004015L: linux-edac@vger.kernel.org
Fengguang Wu07cd6bf2015-12-18 15:51:36 +08004016T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4017T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
Doug Thompson8c2a6a42006-06-30 01:56:09 -07004018S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004019F: Documentation/edac.txt
Chris Metcalf91445c72012-03-31 09:46:03 -04004020F: drivers/edac/
Joe Perches679655d2009-04-07 20:44:32 -07004021F: include/linux/edac.h
Dave Peterson0e438e32006-03-26 01:38:55 -08004022
Borislav Petkovc476c232009-05-20 20:31:58 +02004023EDAC-AMD64
Joe Perches8b58be82009-07-29 15:04:30 -07004024M: Doug Thompson <dougthompson@xmission.com>
Borislav Petkov487ba8e2012-10-29 18:40:10 +01004025M: Borislav Petkov <bp@alien8.de>
Chris Metcalf91445c72012-03-31 09:46:03 -04004026L: linux-edac@vger.kernel.org
Borislav Petkov487ba8e2012-10-29 18:40:10 +01004027S: Maintained
Borislav Petkovc476c232009-05-20 20:31:58 +02004028F: drivers/edac/amd64_edac*
4029
Robert Richter836dae52013-10-18 09:24:52 +02004030EDAC-CALXEDA
4031M: Doug Thompson <dougthompson@xmission.com>
4032M: Robert Richter <rric@kernel.org>
4033L: linux-edac@vger.kernel.org
Robert Richter836dae52013-10-18 09:24:52 +02004034S: Maintained
4035F: drivers/edac/highbank*
4036
Ralf Baechlef65aad42012-10-17 00:39:09 +02004037EDAC-CAVIUM
4038M: Ralf Baechle <ralf@linux-mips.org>
4039M: David Daney <david.daney@cavium.com>
4040L: linux-edac@vger.kernel.org
4041L: linux-mips@linux-mips.org
Ralf Baechlef65aad42012-10-17 00:39:09 +02004042S: Supported
4043F: drivers/edac/octeon_edac*
4044
Dave Peterson0e438e32006-03-26 01:38:55 -08004045EDAC-E752X
Joe Perches8b58be82009-07-29 15:04:30 -07004046M: Mark Gross <mark.gross@intel.com>
4047M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004048L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08004049S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004050F: drivers/edac/e752x_edac.c
Dave Peterson0e438e32006-03-26 01:38:55 -08004051
4052EDAC-E7XXX
Joe Perches8b58be82009-07-29 15:04:30 -07004053M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004054L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08004055S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004056F: drivers/edac/e7xxx_edac.c
Dave Peterson0e438e32006-03-26 01:38:55 -08004057
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03004058EDAC-GHES
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004059M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03004060L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03004061S: Maintained
Joe Perches2caa67a2013-09-11 14:23:40 -07004062F: drivers/edac/ghes_edac.c
Mauro Carvalho Chehab77c5f5d2013-02-15 06:11:57 -03004063
Douglas Thompson6bc78402007-07-19 01:50:12 -07004064EDAC-I82443BXGX
Joe Perches8b58be82009-07-29 15:04:30 -07004065M: Tim Small <tim@buttersideup.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004066L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07004067S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004068F: drivers/edac/i82443bxgx_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07004069
4070EDAC-I3000
Joe Perches8b58be82009-07-29 15:04:30 -07004071M: Jason Uhlenkott <juhlenko@akamai.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004072L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07004073S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004074F: drivers/edac/i3000_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07004075
4076EDAC-I5000
Joe Perches8b58be82009-07-29 15:04:30 -07004077M: Doug Thompson <dougthompson@xmission.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004078L: linux-edac@vger.kernel.org
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004079S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004080F: drivers/edac/i5000_edac.c
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004081
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08004082EDAC-I5400
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004083M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004084L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08004085S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004086F: drivers/edac/i5400_edac.c
Mauro Carvalho Chehab44c12cb2009-01-15 13:50:49 -08004087
Mauro Carvalho Chehab3c9c92b2010-09-22 09:36:54 -03004088EDAC-I7300
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004089M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab3c9c92b2010-09-22 09:36:54 -03004090L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab3c9c92b2010-09-22 09:36:54 -03004091S: Maintained
4092F: drivers/edac/i7300_edac.c
4093
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004094EDAC-I7CORE
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004095M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004096L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004097S: Maintained
Joe Perches70aff0c2010-07-12 17:45:49 -03004098F: drivers/edac/i7core_edac.c
Mauro Carvalho Chehab67c89312010-06-30 01:45:28 -03004099
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004100EDAC-I82975X
Joe Perches8b58be82009-07-29 15:04:30 -07004101M: Ranganathan Desikan <ravi@jetztechnologies.com>
Arvind R255278852011-01-21 23:13:37 +05304102M: "Arvind R." <arvino55@gmail.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004103L: linux-edac@vger.kernel.org
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004104S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004105F: drivers/edac/i82975x_edac.c
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004106
Jason Baron791b4702014-07-09 21:13:11 +00004107EDAC-IE31200
4108M: Jason Baron <jbaron@akamai.com>
4109L: linux-edac@vger.kernel.org
Jason Baron791b4702014-07-09 21:13:11 +00004110S: Maintained
4111F: drivers/edac/ie31200_edac.c
4112
Johannes Thumshirnccdfb972013-11-17 19:25:12 +01004113EDAC-MPC85XX
Johannes Thumshirn30c74692015-05-07 10:21:24 +02004114M: Johannes Thumshirn <morbidrsa@gmail.com>
Johannes Thumshirnccdfb972013-11-17 19:25:12 +01004115L: linux-edac@vger.kernel.org
Johannes Thumshirnccdfb972013-11-17 19:25:12 +01004116S: Maintained
4117F: drivers/edac/mpc85xx_edac.[ch]
4118
Douglas Thompsonba9a5912007-07-19 01:50:32 -07004119EDAC-PASEMI
Joe Perches8b58be82009-07-29 15:04:30 -07004120M: Egor Martovetsky <egor@pasemi.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004121L: linux-edac@vger.kernel.org
Douglas Thompson6bc78402007-07-19 01:50:12 -07004122S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004123F: drivers/edac/pasemi_edac.c
Douglas Thompson6bc78402007-07-19 01:50:12 -07004124
Dave Peterson0e438e32006-03-26 01:38:55 -08004125EDAC-R82600
Joe Perches8b58be82009-07-29 15:04:30 -07004126M: Tim Small <tim@buttersideup.com>
Chris Metcalf91445c72012-03-31 09:46:03 -04004127L: linux-edac@vger.kernel.org
Dave Peterson0e438e32006-03-26 01:38:55 -08004128S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004129F: drivers/edac/r82600_edac.c
Alan Coxda9bb1d2006-01-18 17:44:13 -08004130
Mauro Carvalho Chehab4d096ca2011-11-01 10:03:24 -02004131EDAC-SBRIDGE
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004132M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab4d096ca2011-11-01 10:03:24 -02004133L: linux-edac@vger.kernel.org
Mauro Carvalho Chehab4d096ca2011-11-01 10:03:24 -02004134S: Maintained
4135F: drivers/edac/sb_edac.c
4136
Loc Ho995e1de2015-05-22 17:32:57 -06004137EDAC-XGENE
4138APPLIED MICRO (APM) X-GENE SOC EDAC
4139M: Loc Ho <lho@apm.com>
4140S: Supported
4141F: drivers/edac/xgene_edac.c
4142F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4143
Clemens Ladischaf399172011-01-10 16:32:54 +01004144EDIROL UA-101/UA-1000 DRIVER
4145M: Clemens Ladisch <clemens@ladisch.de>
4146L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4147T: git git://git.alsa-project.org/alsa-kernel.git
4148S: Maintained
4149F: sound/usb/misc/ua101.c
4150
Matt Fleming1f7df952012-10-03 10:04:02 +01004151EXTENSIBLE FIRMWARE INTERFACE (EFI)
Matt Fleming825fcfc2015-10-10 17:22:16 +01004152M: Matt Fleming <matt@codeblueprint.co.uk>
Matt Fleming1f7df952012-10-03 10:04:02 +01004153L: linux-efi@vger.kernel.org
Matt Fleming78bef242012-10-08 11:33:05 +01004154T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
Matt Fleming1f7df952012-10-03 10:04:02 +01004155S: Maintained
Joe Perchesfb2efb52014-08-08 14:25:01 -07004156F: Documentation/efi-stub.txt
Matt Fleming1f7df952012-10-03 10:04:02 +01004157F: arch/ia64/kernel/efi.c
4158F: arch/x86/boot/compressed/eboot.[ch]
4159F: arch/x86/include/asm/efi.h
4160F: arch/x86/platform/efi/*
Tom Gundersena9499fa2013-02-08 15:37:06 +00004161F: drivers/firmware/efi/*
Matt Fleming1f7df952012-10-03 10:04:02 +01004162F: include/linux/efi*.h
4163
Matt Flemingd68772b2013-02-08 16:27:24 +00004164EFI VARIABLE FILESYSTEM
4165M: Matthew Garrett <matthew.garrett@nebula.com>
4166M: Jeremy Kerr <jk@ozlabs.org>
Matt Fleming825fcfc2015-10-10 17:22:16 +01004167M: Matt Fleming <matt@codeblueprint.co.uk>
Matt Flemingd68772b2013-02-08 16:27:24 +00004168T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4169L: linux-efi@vger.kernel.org
4170S: Maintained
4171F: fs/efivarfs/
4172
Peter Jones85a00d9b2010-09-22 13:05:04 -07004173EFIFB FRAMEBUFFER DRIVER
4174L: linux-fbdev@vger.kernel.org
4175M: Peter Jones <pjones@redhat.com>
4176S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004177F: drivers/video/fbdev/efifb.c
Peter Jones85a00d9b2010-09-22 13:05:04 -07004178
Josh Triplett0bee8d22006-07-30 03:03:58 -07004179EFS FILESYSTEM
4180W: http://aeschi.ch.eu.org/efs/
4181S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004182F: fs/efs/
Josh Triplett0bee8d22006-07-30 03:03:58 -07004183
Breno Leitaoaa8a9e252010-09-01 13:10:53 -07004184EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
Thadeu Lima de Souza Cascardo34b19012011-10-13 09:56:19 +00004185M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Breno Leitaoaa8a9e252010-09-01 13:10:53 -07004186L: netdev@vger.kernel.org
4187S: Maintained
Jeff Kirsher9aa32832011-05-13 14:29:12 -07004188F: drivers/net/ethernet/ibm/ehea/
Breno Leitaoaa8a9e252010-09-01 13:10:53 -07004189
Mauro Carvalho Chehabf0319ef2012-11-02 11:38:23 -02004190EM28XX VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02004191M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabf0319ef2012-11-02 11:38:23 -02004192L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004193W: https://linuxtv.org
Mauro Carvalho Chehabf0319ef2012-11-02 11:38:23 -02004194T: git git://linuxtv.org/media_tree.git
4195S: Maintained
4196F: drivers/media/usb/em28xx/
4197
David Woodhouse3e3a7d62008-05-01 04:34:46 -07004198EMBEDDED LINUX
Joe Perches8b58be82009-07-29 15:04:30 -07004199M: Paul Gortmaker <paul.gortmaker@windriver.com>
4200M: Matt Mackall <mpm@selenic.com>
4201M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse3e3a7d62008-05-01 04:34:46 -07004202L: linux-embedded@vger.kernel.org
4203S: Maintained
4204
James Smart32505872015-05-15 13:10:58 -04004205EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4206M: James Smart <james.smart@avagotech.com>
4207M: Dick Kennedy <dick.kennedy@avagotech.com>
Jim Cromiece00f852006-11-30 04:49:44 +01004208L: linux-scsi@vger.kernel.org
James Smart32505872015-05-15 13:10:58 -04004209W: http://www.avagotech.com
Jim Cromiece00f852006-11-30 04:49:44 +01004210S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004211F: drivers/scsi/lpfc/
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04004212
Michał Mirosław5f5bac82009-05-22 20:33:59 +02004213ENE CB710 FLASH CARD READER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004214M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Michał Mirosław5f5bac82009-05-22 20:33:59 +02004215S: Maintained
4216F: drivers/misc/cb710/
4217F: drivers/mmc/host/cb710-mmc.*
4218F: include/linux/cb710.h
4219
Maxim Levitsky931e39a2010-07-31 11:59:26 -03004220ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4221M: Maxim Levitsky <maximlevitsky@gmail.com>
4222S: Maintained
Joe Perches2a837442011-03-22 16:34:32 -07004223F: drivers/media/rc/ene_ir.*
Maxim Levitsky931e39a2010-07-31 11:59:26 -03004224
Gavin Shanec207dc2013-06-28 21:12:14 +08004225ENHANCED ERROR HANDLING (EEH)
4226M: Gavin Shan <shangw@linux.vnet.ibm.com>
4227L: linuxppc-dev@lists.ozlabs.org
4228S: Supported
4229F: Documentation/powerpc/eeh-pci-error-recovery.txt
4230F: arch/powerpc/kernel/eeh*.c
4231
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004232EPSON S1D13XXX FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004233M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004234S: Maintained
Kristoffer Ericson084bad92009-07-29 15:04:32 -07004235T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
Jingoo Han8a61f012014-07-01 15:36:01 +09004236F: drivers/video/fbdev/s1d13xxxfb.c
Joe Perches679655d2009-04-07 20:44:32 -07004237F: include/video/s1d13xxxfb.h
Kristoffer Ericsond5ca9002008-10-15 22:03:54 -07004238
Mark Einon38df6492014-09-30 22:29:46 +01004239ET131X NETWORK DRIVER
4240M: Mark Einon <mark.einon@gmail.com>
4241S: Odd Fixes
4242F: drivers/net/ethernet/agere/
4243
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244ETHERNET BRIDGE
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08004245M: Stephen Hemminger <stephen@networkplumber.org>
David Brownellf318a632007-04-23 14:41:06 -07004246L: bridge@lists.linux-foundation.org
David S. Miller4c325312010-03-04 00:42:30 -08004247L: netdev@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +00004248W: http://www.linuxfoundation.org/en/Net:Bridge
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004250F: include/linux/netfilter_bridge/
4251F: net/bridge/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252
Florian Fainelli22f08ad2014-02-18 09:47:49 -08004253ETHERNET PHY LIBRARY
4254M: Florian Fainelli <f.fainelli@gmail.com>
4255L: netdev@vger.kernel.org
4256S: Maintained
4257F: include/linux/phy.h
4258F: include/linux/phy_fixed.h
4259F: drivers/net/phy/
4260F: Documentation/networking/phy.txt
4261F: drivers/of/of_mdio.c
4262F: drivers/of/of_net.c
4263
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264EXT2 FILE SYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -07004265M: Jan Kara <jack@suse.com>
Erik Mouw72be2cc2006-12-06 20:40:49 -08004266L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004268F: Documentation/filesystems/ext2.txt
4269F: fs/ext2/
4270F: include/linux/ext2*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271
Erik Mouw72be2cc2006-12-06 20:40:49 -08004272EXT4 FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004273M: "Theodore Ts'o" <tytso@mit.edu>
Andreas Dilger3c373a52010-07-19 14:55:38 +02004274M: Andreas Dilger <adilger.kernel@dilger.ca>
Erik Mouw72be2cc2006-12-06 20:40:49 -08004275L: linux-ext4@vger.kernel.org
Theodore Ts'o08a225f2008-10-06 20:58:09 -04004276W: http://ext4.wiki.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08004277Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
Fengguang Wu9f273c22016-01-20 15:03:25 -08004278T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004279S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004280F: Documentation/filesystems/ext4.txt
4281F: fs/ext4/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282
Mimi Zoharc5532b02011-08-17 18:52:24 -04004283Extended Verification Module (EVM)
Mimi Zohar74dd7442014-02-27 08:44:45 -05004284M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4285L: linux-ima-devel@lists.sourceforge.net
4286L: linux-security-module@vger.kernel.org
Mimi Zoharc5532b02011-08-17 18:52:24 -04004287S: Supported
4288F: security/integrity/evm/
4289
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004290EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4291M: MyungJoo Ham <myungjoo.ham@samsung.com>
4292M: Chanwoo Choi <cw00.choi@samsung.com>
4293L: linux-kernel@vger.kernel.org
Chanwoo Choi81df63a2013-09-28 15:04:37 +09004294T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004295S: Maintained
4296F: drivers/extcon/
Chanwoo Choicd2c3e72015-11-06 16:30:55 -08004297F: include/linux/extcon/
4298F: include/linux/extcon.h
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004299F: Documentation/extcon/
Chanwoo Choicd2c3e72015-11-06 16:30:55 -08004300F: Documentation/devicetree/bindings/extcon/
MyungJoo Hamdf6b3cf2012-06-25 16:33:36 +09004301
Jingoo Hane2a75c42014-04-10 20:24:03 +09004302EXYNOS DP DRIVER
Jingoo Hanb7701752015-05-14 15:17:07 -07004303M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Hane2a75c42014-04-10 20:24:03 +09004304L: dri-devel@lists.freedesktop.org
4305S: Maintained
4306F: drivers/gpu/drm/exynos/exynos_dp*
4307
Donghwa Lee33ad3912012-03-06 11:44:58 +09004308EXYNOS MIPI DISPLAY DRIVERS
4309M: Inki Dae <inki.dae@samsung.com>
4310M: Donghwa Lee <dh09.lee@samsung.com>
4311M: Kyungmin Park <kyungmin.park@samsung.com>
4312L: linux-fbdev@vger.kernel.org
4313S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004314F: drivers/video/fbdev/exynos/exynos_mipi*
Donghwa Lee33ad3912012-03-06 11:44:58 +09004315F: include/video/exynos_mipi*
4316
Jean Delvaree53004e2006-01-09 23:26:14 +01004317F71805F HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07004318M: Jean Delvare <jdelvare@suse.com>
Jean Delvaree53004e2006-01-09 23:26:14 +01004319L: lm-sensors@lm-sensors.org
4320S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004321F: Documentation/hwmon/f71805f
4322F: drivers/hwmon/f71805f.c
Jean Delvaree53004e2006-01-09 23:26:14 +01004323
Michael Büscheea977e2012-04-02 12:14:32 -03004324FC0011 TUNER DRIVER
4325M: Michael Buesch <m@bues.ch>
4326L: linux-media@vger.kernel.org
4327S: Maintained
Mauro Carvalho Chehabccae7af2012-06-14 16:35:59 -03004328F: drivers/media/tuners/fc0011.h
4329F: drivers/media/tuners/fc0011.c
Michael Büscheea977e2012-04-02 12:14:32 -03004330
Antti Palosaari91952bc2012-10-01 12:28:46 -03004331FC2580 MEDIA DRIVER
4332M: Antti Palosaari <crope@iki.fi>
4333L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004334W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03004335W: http://palosaari.fi/linux/
4336Q: http://patchwork.linuxtv.org/project/linux-media/list/
4337T: git git://linuxtv.org/anttip/media_tree.git
4338S: Maintained
4339F: drivers/media/tuners/fc2580*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340
Eric Paris88b2dbd2010-08-18 12:25:50 -04004341FANOTIFY
4342M: Eric Paris <eparis@redhat.com>
4343S: Maintained
4344F: fs/notify/fanotify/
4345F: include/linux/fanotify.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004346F: include/uapi/linux/fanotify.h
Eric Paris88b2dbd2010-08-18 12:25:50 -04004347
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348FARSYNC SYNCHRONOUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004349M: Kevin Curtis <kevin.curtis@farsite.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004350W: http://www.farsite.co.uk/
4351S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004352F: drivers/net/wan/farsync.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004353
Akinobu Mitac5408b82007-04-23 14:41:20 -07004354FAULT INJECTION SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07004355M: Akinobu Mita <akinobu.mita@gmail.com>
Akinobu Mitac5408b82007-04-23 14:41:20 -07004356S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004357F: Documentation/fault-injection/
4358F: lib/fault-inject.c
Akinobu Mitac5408b82007-04-23 14:41:20 -07004359
Noralf Trønnes053e5142015-01-23 19:29:07 +01004360FBTFT Framebuffer drivers
4361M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4362M: Noralf Trønnes <noralf@tronnes.org>
4363S: Maintained
4364F: drivers/staging/fbtft/
4365
Robert Lovecae727d2010-02-16 12:16:00 -08004366FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
Robert Love3bd746c2014-05-28 14:19:01 -07004367M: Vasu Dev <vasu.dev@intel.com>
Neil Hormanf4aaea62013-05-03 19:38:10 +00004368L: fcoe-devel@open-fcoe.org
Robert Lovecae727d2010-02-16 12:16:00 -08004369W: www.Open-FCoE.org
4370S: Supported
4371F: drivers/scsi/libfc/
4372F: drivers/scsi/fcoe/
4373F: include/scsi/fc/
4374F: include/scsi/libfc.h
4375F: include/scsi/libfcoe.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004376F: include/uapi/scsi/fc/
Robert Lovecae727d2010-02-16 12:16:00 -08004377
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004378FILE LOCKING (flock() and fcntl()/lockf())
Jeff Layton8c836fa2014-04-30 13:28:17 -04004379M: Jeff Layton <jlayton@poochiereds.net>
Joe Perches9c3646d2015-06-25 15:02:00 -07004380M: "J. Bruce Fields" <bfields@fieldses.org>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004381L: linux-fsdevel@vger.kernel.org
4382S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004383F: include/linux/fcntl.h
4384F: include/linux/fs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004385F: include/uapi/linux/fcntl.h
4386F: include/uapi/linux/fs.h
Joe Perches679655d2009-04-07 20:44:32 -07004387F: fs/fcntl.c
4388F: fs/locks.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004389
4390FILESYSTEMS (VFS and infrastructure)
Joe Perches8b58be82009-07-29 15:04:30 -07004391M: Alexander Viro <viro@zeniv.linux.org.uk>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004392L: linux-fsdevel@vger.kernel.org
4393S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004394F: fs/*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004395
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004396FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
Jean Delvare05576a12009-10-09 20:35:19 +02004397M: Riku Voipio <riku.voipio@iki.fi>
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004398L: lm-sensors@lm-sensors.org
4399S: Maintained
Joe Perchesd5ca6912009-04-09 02:42:01 -07004400F: drivers/hwmon/f75375s.c
4401F: include/linux/f75375s.h
Riku Voipiob26e0ed2009-03-03 21:37:17 +02004402
Clemens Ladischa331b0c2011-05-25 09:48:48 +02004403FIREWIRE AUDIO DRIVERS
4404M: Clemens Ladisch <clemens@ladisch.de>
4405L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4406T: git git://git.alsa-project.org/alsa-kernel.git
4407S: Maintained
4408F: sound/firewire/
4409
Stefan Richtereb86ec52012-11-03 09:25:20 +01004410FIREWIRE MEDIA DRIVERS (firedtv)
4411M: Stefan Richter <stefanr@s5r6.in-berlin.de>
4412L: linux-media@vger.kernel.org
4413L: linux1394-devel@lists.sourceforge.net
4414T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4415S: Maintained
4416F: drivers/media/firewire/
4417
Chris Boota511ce32012-04-14 17:50:35 -07004418FIREWIRE SBP-2 TARGET
4419M: Chris Boot <bootc@bootc.net>
4420L: linux-scsi@vger.kernel.org
4421L: target-devel@vger.kernel.org
4422L: linux1394-devel@lists.sourceforge.net
4423T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4424S: Maintained
4425F: drivers/target/sbp/
4426
Joe Perches7d2c86b2009-04-07 20:59:01 -07004427FIREWIRE SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004428M: Stefan Richter <stefanr@s5r6.in-berlin.de>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004429L: linux1394-devel@lists.sourceforge.net
Stefan Richter958a29c2009-12-26 01:36:12 +01004430W: http://ieee1394.wiki.kernel.org/
Stefan Richter2ca526b2011-12-20 21:23:28 +01004431T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004432S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004433F: drivers/firewire/
Stefan Richter8f06ce32012-12-17 16:00:07 -08004434F: include/linux/firewire.h
4435F: include/uapi/linux/firewire*.h
Stefan Richter9f6d3c42010-07-22 11:58:05 +02004436F: tools/firewire/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004437
4438FIRMWARE LOADER (request_firmware)
Ming Lei39e68082012-08-20 19:04:17 +08004439M: Ming Lei <ming.lei@canonical.com>
4440L: linux-kernel@vger.kernel.org
4441S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004442F: Documentation/firmware_class/
4443F: drivers/base/firmware*.c
4444F: include/linux/firmware.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004445
Philip J Kelleherf730e3d2013-06-18 14:43:58 -05004446FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
Philip J Kelleher9bb3c442013-02-27 09:24:59 -06004447M: Joshua Morris <josh.h.morris@us.ibm.com>
4448M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4449S: Maintained
4450F: drivers/block/rsxx/
4451
Jiri Kosina8206f662012-05-18 13:52:29 +02004452FLOPPY DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02004453M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina8206f662012-05-18 13:52:29 +02004454T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4455S: Odd fixes
4456F: drivers/block/floppy.c
4457
Alessandro Rubini9c9f32e2013-06-12 09:13:25 +02004458FMC SUBSYSTEM
4459M: Alessandro Rubini <rubini@gnudd.com>
4460W: http://www.ohwr.org/projects/fmc-bus
4461S: Supported
4462F: drivers/fmc/
4463F: include/linux/fmc*.h
4464F: include/linux/ipmi-fru.h
4465K: fmc_d.*register
4466
Alan Tull3c0ed7d562015-10-07 20:49:23 +01004467FPGA MANAGER FRAMEWORK
4468M: Alan Tull <atull@opensource.altera.com>
Moritz Fischerdd7d6642015-11-20 15:56:51 -08004469R: Moritz Fischer <moritz.fischer@ettus.com>
Alan Tull3c0ed7d562015-10-07 20:49:23 +01004470S: Maintained
4471F: drivers/fpga/
4472F: include/linux/fpga/fpga-mgr.h
4473W: http://www.rocketboards.org
4474
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004475FPU EMULATOR
Joe Perches8b58be82009-07-29 15:04:30 -07004476M: Bill Metzenthen <billm@melbpc.org.au>
Joe Perchese7699802009-04-07 21:12:18 -07004477W: http://floatingpoint.sourceforge.net/emulator/index.html
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004478S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004479F: arch/x86/math-emu/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004480
4481FRAME RELAY DLCI/FRAD (Sangoma drivers too)
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004482L: netdev@vger.kernel.org
Joe Perchesc173bfa2011-07-28 10:54:23 +00004483S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004484F: drivers/net/wan/dlci.c
4485F: drivers/net/wan/sdla.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004486
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487FRAMEBUFFER LAYER
Jean-Christophe PLAGNIOL-VILLARD5489e942013-05-30 22:23:44 +02004488M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4489M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01004490L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004491W: http://linux-fbdev.sourceforge.net/
Paul Mundtb22fe372010-11-17 13:08:58 +09004492Q: http://patchwork.kernel.org/project/linux-fbdev/list/
Jean-Christophe PLAGNIOL-VILLARD5489e942013-05-30 22:23:44 +02004493T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
Paul Mundt56be1412011-03-23 08:29:07 +09004494S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004495F: Documentation/fb/
Paul Mundtb22fe372010-11-17 13:08:58 +09004496F: drivers/video/
4497F: include/video/
Joe Perches679655d2009-04-07 20:44:32 -07004498F: include/linux/fb.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004499F: include/uapi/video/
4500F: include/uapi/linux/fb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501
Timur Tabia57c1882012-10-16 17:33:42 -05004502FREESCALE DIU FRAMEBUFFER DRIVER
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004503M: Timur Tabi <timur@tabi.org>
Timur Tabia57c1882012-10-16 17:33:42 -05004504L: linux-fbdev@vger.kernel.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004505S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09004506F: drivers/video/fbdev/fsl-diu-fb.*
Timur Tabia57c1882012-10-16 17:33:42 -05004507
Zhang Wei173acc72008-03-01 07:42:48 -07004508FREESCALE DMA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004509M: Li Yang <leoli@freescale.com>
4510M: Zhang Wei <zw@zh-kernel.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004511L: linuxppc-dev@lists.ozlabs.org
Zhang Wei173acc72008-03-01 07:42:48 -07004512S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004513F: drivers/dma/fsldma.*
Zhang Wei173acc72008-03-01 07:42:48 -07004514
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004515FREESCALE I2C CPM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004516M: Jochen Friedrich <jochen@scram.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004517L: linuxppc-dev@lists.ozlabs.org
Jean Delvare846557d2008-10-30 15:55:47 +01004518L: linux-i2c@vger.kernel.org
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004519S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004520F: drivers/i2c/busses/i2c-cpm.c
Jochen Friedrich0d2b4052008-07-14 22:38:28 +02004521
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004522FREESCALE IMX / MXC FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004523M: Sascha Hauer <kernel@pengutronix.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01004524L: linux-fbdev@vger.kernel.org
Joe Perchesefc03ec2009-09-21 17:04:27 -07004525L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004526S: Maintained
Cesar Eduardo Barrosbad985a2013-01-04 15:35:28 -08004527F: include/linux/platform_data/video-imxfb.h
Jingoo Han8a61f012014-07-01 15:36:01 +09004528F: drivers/video/fbdev/imxfb.c
Sascha Hauer60e8c5a2008-12-16 11:44:06 +01004529
Han Xu4d8e2ce2015-01-16 03:29:17 +08004530FREESCALE QUAD SPI DRIVER
4531M: Han Xu <han.xu@freescale.com>
4532L: linux-mtd@lists.infradead.org
4533S: Maintained
4534F: drivers/mtd/spi-nor/fsl-quadspi.c
4535
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004536FREESCALE SOC FS_ENET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004537M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4538M: Vitaly Bordug <vbordug@ru.mvista.com>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004539L: linuxppc-dev@lists.ozlabs.org
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004540L: netdev@vger.kernel.org
4541S: Maintained
Jeff Kirsherec21e2e2011-06-11 02:29:36 -07004542F: drivers/net/ethernet/freescale/fs_enet/
Joe Perches679655d2009-04-07 20:44:32 -07004543F: include/linux/fs_enet_pd.h
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03004544
Timur Tabid9e9d822008-04-24 08:45:26 +10004545FREESCALE QUICC ENGINE LIBRARY
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004546L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004547S: Orphan
Zhao Qiang7aa1aa6e2015-11-30 10:48:57 +08004548F: drivers/soc/fsl/qe/
4549F: include/soc/fsl/*qe*.h
4550F: include/soc/fsl/*ucc*.h
Timur Tabid9e9d822008-04-24 08:45:26 +10004551
Joe Perchesb55ef9292009-10-26 16:49:46 -07004552FREESCALE USB PERIPHERAL DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07004553M: Li Yang <leoli@freescale.com>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -07004554L: linux-usb@vger.kernel.org
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004555L: linuxppc-dev@lists.ozlabs.org
Li Yanga7205b32007-04-23 10:38:18 -07004556S: Maintained
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07004557F: drivers/usb/gadget/udc/fsl*
Li Yanga7205b32007-04-23 10:38:18 -07004558
Li Yangbeaf53b2007-05-25 13:54:02 +08004559FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004560M: Li Yang <leoli@freescale.com>
Li Yangbeaf53b2007-05-25 13:54:02 +08004561L: netdev@vger.kernel.org
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004562L: linuxppc-dev@lists.ozlabs.org
Li Yangbeaf53b2007-05-25 13:54:02 +08004563S: Maintained
Jeff Kirsherec21e2e2011-06-11 02:29:36 -07004564F: drivers/net/ethernet/freescale/ucc_geth*
Li Yangbeaf53b2007-05-25 13:54:02 +08004565
Claudiu Manoilabb1ed72015-10-23 11:42:01 +03004566FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4567M: Claudiu Manoil <claudiu.manoil@freescale.com>
4568L: netdev@vger.kernel.org
4569S: Maintained
4570F: drivers/net/ethernet/freescale/gianfar*
4571X: drivers/net/ethernet/freescale/gianfar_ptp.c
4572F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4573
Timur Tabid9e9d822008-04-24 08:45:26 +10004574FREESCALE QUICC ENGINE UCC UART DRIVER
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004575M: Timur Tabi <timur@tabi.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004576L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004577S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08004578F: drivers/tty/serial/ucc_uart.c
Timur Tabid9e9d822008-04-24 08:45:26 +10004579
4580FREESCALE SOC SOUND DRIVERS
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004581M: Timur Tabi <timur@tabi.org>
Mark Browndc859502014-08-07 10:47:24 +01004582M: Nicolin Chen <nicoleotsuka@gmail.com>
Xiubo Lib4b98292014-12-12 16:54:14 -08004583M: Xiubo Li <Xiubo.Lee@gmail.com>
Joe Perches93711662009-06-16 15:34:07 -07004584L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Stephen Rothwella4724ed2010-08-20 19:52:45 +10004585L: linuxppc-dev@lists.ozlabs.org
Timur Tabic4ef9bc2013-01-15 14:19:45 -06004586S: Maintained
Joe Perches69aefce2009-04-09 10:39:22 -07004587F: sound/soc/fsl/fsl*
Mark Browndc859502014-08-07 10:47:24 +01004588F: sound/soc/fsl/imx*
Joe Perches69aefce2009-04-09 10:39:22 -07004589F: sound/soc/fsl/mpc8610_hpcd.c
Timur Tabid9e9d822008-04-24 08:45:26 +10004590
J. German Rivera31c88962015-03-05 19:29:09 -06004591FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
Joe Perches9c3646d2015-06-25 15:02:00 -07004592M: "J. German Rivera" <German.Rivera@freescale.com>
J. German Rivera31c88962015-03-05 19:29:09 -06004593L: linux-kernel@vger.kernel.org
4594S: Maintained
4595F: drivers/staging/fsl-mc/
4596
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597FREEVXFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004598M: Christoph Hellwig <hch@infradead.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4600S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004601F: fs/freevxfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602
Pavel Machek71038f52009-01-15 13:51:02 -08004603FREEZER
Rafael J. Wysocki49db1902013-10-09 01:47:53 +02004604M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +01004605M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +02004606L: linux-pm@vger.kernel.org
Pavel Machek71038f52009-01-15 13:51:02 -08004607S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004608F: Documentation/power/freezing-of-tasks.txt
4609F: include/linux/freezer.h
4610F: kernel/freezer.c
Pavel Machek71038f52009-01-15 13:51:02 -08004611
Konrad Rzeszutek Wilk839a1f72012-04-16 17:06:35 -04004612FRONTSWAP API
4613M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4614L: linux-kernel@vger.kernel.org
4615S: Maintained
4616F: mm/frontswap.c
4617F: include/linux/frontswap.h
4618
David Howellsa5432f5a2009-04-20 15:46:45 +01004619FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
Joe Perches8b58be82009-07-29 15:04:30 -07004620M: David Howells <dhowells@redhat.com>
Geert Uytterhoevene62d6e22015-11-12 11:46:33 +00004621L: linux-cachefs@redhat.com (moderated for non-subscribers)
David Howellsa5432f5a2009-04-20 15:46:45 +01004622S: Supported
4623F: Documentation/filesystems/caching/
4624F: fs/fscache/
4625F: include/linux/fscache*.h
4626
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004627F2FS FILE SYSTEM
Jaegeuk Kim9b29d482014-05-30 08:20:08 +09004628M: Jaegeuk Kim <jaegeuk@kernel.org>
Jaegeuk Kimf6238a72014-05-31 01:00:49 +09004629M: Changman Lee <cm224.lee@samsung.com>
Chao Yu7b2a2462015-08-12 17:47:08 +08004630R: Chao Yu <chao2.yu@samsung.com>
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004631L: linux-f2fs-devel@lists.sourceforge.net
4632W: http://en.wikipedia.org/wiki/F2FS
4633T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4634S: Maintained
4635F: Documentation/filesystems/f2fs.txt
Jaegeuk Kim3bac3802014-01-09 21:00:06 +09004636F: Documentation/ABI/testing/sysfs-fs-f2fs
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004637F: fs/f2fs/
4638F: include/linux/f2fs_fs.h
Chao Yu62d43ee2015-07-06 20:29:46 +08004639F: include/trace/events/f2fs.h
Jaegeuk Kimf58ad8f2012-12-21 12:12:27 +09004640
David Howells5ab7ffe2007-04-10 15:10:45 +01004641FUJITSU FR-V (FRV) PORT
David Howells0cf03052016-01-20 10:29:00 +00004642S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004643F: arch/frv/
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644
Jonathan Woithe20b93732008-06-11 10:14:56 +09304645FUJITSU LAPTOP EXTRAS
Jonathan Woithe409a3e92012-03-27 13:01:01 +10304646M: Jonathan Woithe <jwoithe@just42.net>
Matthew Garrettd09448532010-02-11 10:40:13 -05004647L: platform-driver-x86@vger.kernel.org
Jonathan Woithe20b93732008-06-11 10:14:56 +09304648S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004649F: drivers/platform/x86/fujitsu-laptop.c
Jonathan Woithe20b93732008-06-11 10:14:56 +09304650
Heungjun Kim4da621b62011-11-11 08:05:33 -03004651FUJITSU M-5MO LS CAMERA ISP DRIVER
4652M: Kyungmin Park <kyungmin.park@samsung.com>
4653M: Heungjun Kim <riverful.kim@samsung.com>
4654L: linux-media@vger.kernel.org
4655S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03004656F: drivers/media/i2c/m5mols/
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02004657F: include/media/i2c/m5mols.h
Heungjun Kim4da621b62011-11-11 08:05:33 -03004658
Robert Gerlach2d24c492012-01-18 14:26:22 +01004659FUJITSU TABLET EXTRAS
4660M: Robert Gerlach <khnz@gmx.de>
4661L: platform-driver-x86@vger.kernel.org
4662S: Maintained
4663F: drivers/platform/x86/fujitsu-tablet.c
4664
Miklos Szeredi04578f12005-09-09 13:10:22 -07004665FUSE: FILESYSTEM IN USERSPACE
Joe Perches8b58be82009-07-29 15:04:30 -07004666M: Miklos Szeredi <miklos@szeredi.hu>
Miklos Szeredi04578f12005-09-09 13:10:22 -07004667L: fuse-devel@lists.sourceforge.net
4668W: http://fuse.sourceforge.net/
Miklos Szeredi0a30f612015-07-01 17:10:36 +02004669T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
Miklos Szeredi04578f12005-09-09 13:10:22 -07004670S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004671F: fs/fuse/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004672F: include/uapi/linux/fuse.h
Miklos Szeredi0a30f612015-07-01 17:10:36 +02004673F: Documentation/filesystems/fuse.txt
Miklos Szeredi04578f12005-09-09 13:10:22 -07004674
Linus Torvalds1da177e2005-04-16 15:20:36 -07004675FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
Joe Perches8b58be82009-07-29 15:04:30 -07004676M: Rik Faith <faith@cs.unc.edu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677L: linux-scsi@vger.kernel.org
Jean Delvarebaaea1d2008-09-20 12:34:33 +02004678S: Odd Fixes (e.g., new signatures)
Joe Perches679655d2009-04-07 20:44:32 -07004679F: drivers/scsi/fdomain.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680
Peter Oberparleiterd8e21622013-10-16 13:46:49 -07004681GCOV BASED KERNEL PROFILING
4682M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4683S: Maintained
4684F: kernel/gcov/
4685F: Documentation/gcov.txt
4686
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687GDT SCSI DISK ARRAY CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004688M: Achim Leubner <achim_leubner@adaptec.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689L: linux-scsi@vger.kernel.org
4690W: http://www.icp-vortex.com/
4691S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004692F: drivers/scsi/gdt*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693
Jan Kiszka158daf12015-02-17 13:47:49 -08004694GDB KERNEL DEBUGGING HELPER SCRIPTS
4695M: Jan Kiszka <jan.kiszka@siemens.com>
4696S: Supported
4697F: scripts/gdb/
4698
Hans Verkuil3169a1c2012-11-23 07:11:58 -03004699GEMTEK FM RADIO RECEIVER DRIVER
4700M: Hans Verkuil <hverkuil@xs4all.nl>
4701L: linux-media@vger.kernel.org
4702T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004703W: https://linuxtv.org
Hans Verkuil3169a1c2012-11-23 07:11:58 -03004704S: Maintained
4705F: drivers/media/radio/radio-gemtek*
4706
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004707GENERIC GPIO I2C DRIVER
Andrew Morton880b0e22010-10-07 12:59:28 -07004708M: Haavard Skinnemoen <hskinnemoen@gmail.com>
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004709S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004710F: drivers/i2c/busses/i2c-gpio.c
4711F: include/linux/i2c-gpio.h
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02004712
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01004713GENERIC GPIO I2C MULTIPLEXER DRIVER
4714M: Peter Korsgaard <peter.korsgaard@barco.com>
4715L: linux-i2c@vger.kernel.org
4716S: Supported
Jean Delvaree7065e22012-04-28 15:32:06 +02004717F: drivers/i2c/muxes/i2c-mux-gpio.c
4718F: include/linux/i2c-mux-gpio.h
4719F: Documentation/i2c/muxes/i2c-mux-gpio
Peter Korsgaard92ed1a72011-01-10 22:11:23 +01004720
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01004721GENERIC HDLC (WAN) DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07004722M: Krzysztof Halasa <khc@pm.waw.pl>
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4724S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004725F: drivers/net/wan/c101.c
4726F: drivers/net/wan/hd6457*
4727F: drivers/net/wan/hdlc*
4728F: drivers/net/wan/n2.c
4729F: drivers/net/wan/pc300too.c
4730F: drivers/net/wan/pci200syn.c
4731F: drivers/net/wan/wanxl*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004733GENERIC INCLUDE/ASM HEADER FILES
Joe Perches8b58be82009-07-29 15:04:30 -07004734M: Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004735L: linux-arch@vger.kernel.org
4736T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4737S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07004738F: include/asm-generic/
4739F: include/uapi/asm-generic/
Arnd Bergmann1527aab2009-06-14 22:46:16 +02004740
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +05304741GENERIC PHY FRAMEWORK
4742M: Kishon Vijay Abraham I <kishon@ti.com>
4743L: linux-kernel@vger.kernel.org
4744T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4745S: Supported
4746F: drivers/phy/
4747F: include/linux/phy/
4748
Kevin Hilmaneea97ae2015-03-12 10:33:46 -07004749GENERIC PM DOMAINS
4750M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4751M: Kevin Hilman <khilman@kernel.org>
4752M: Ulf Hansson <ulf.hansson@linaro.org>
4753L: linux-pm@vger.kernel.org
4754S: Supported
4755F: drivers/base/power/domain*.c
4756F: include/linux/pm_domain.h
4757
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004758GENERIC UIO DRIVER FOR PCI DEVICES
Joe Perchesbda25622009-10-26 16:49:39 -07004759M: "Michael S. Tsirkin" <mst@redhat.com>
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004760L: kvm@vger.kernel.org
Michael S. Tsirkinccb86a62009-07-20 10:29:34 +03004761S: Supported
4762F: drivers/uio/uio_pci_generic.c
4763
Joe Perchesf8f1ec72014-06-04 16:05:31 -07004764GET_MAINTAINER SCRIPT
4765M: Joe Perches <joe@perches.com>
4766S: Maintained
4767F: scripts/get_maintainer.pl
4768
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004769GFS2 FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07004770M: Steven Whitehouse <swhiteho@redhat.com>
Bob Peterson28666d62015-02-13 11:23:11 -06004771M: Bob Peterson <rpeterso@redhat.com>
David Teiglanda4644182006-06-22 15:29:57 -04004772L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004773W: http://sources.redhat.com/cluster/
Bob Peterson28666d62015-02-13 11:23:11 -06004774T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004775S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07004776F: Documentation/filesystems/gfs2*.txt
4777F: fs/gfs2/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004778F: include/uapi/linux/gfs2_ondisk.h
Steven Whitehouse5be7b502006-04-28 11:27:32 -04004779
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004780GIGASET ISDN DRIVERS
Tilman Schmidt6b096fd2015-05-02 19:23:22 +02004781M: Paul Bolle <pebolle@tiscali.nl>
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004782L: gigaset307x-common@lists.sourceforge.net
4783W: http://gigaset307x.sourceforge.net/
Tilman Schmidt6b096fd2015-05-02 19:23:22 +02004784S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07004785F: Documentation/isdn/README.gigaset
4786F: drivers/isdn/gigaset/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004787F: include/uapi/linux/gigaset_dev.h
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08004788
Joe Perches7eea35f2014-07-30 05:09:23 -03004789GO7007 MPEG CODEC
4790M: Hans Verkuil <hans.verkuil@cisco.com>
4791L: linux-media@vger.kernel.org
4792S: Maintained
4793F: drivers/media/usb/go7007/
4794
Bastien Noceraca96ea82014-10-31 09:26:16 -07004795GOODIX TOUCHSCREEN
4796M: Bastien Nocera <hadess@hadess.net>
4797L: linux-input@vger.kernel.org
4798S: Maintained
4799F: drivers/input/touchscreen/goodix.c
4800
Grant Likelya0dc00b2011-02-12 01:48:14 -07004801GPIO SUBSYSTEM
Linus Walleije4651a92012-08-06 09:52:52 +02004802M: Linus Walleij <linus.walleij@linaro.org>
Linus Walleijf2fa75c2013-12-10 09:43:09 +01004803M: Alexandre Courbot <gnurou@gmail.com>
Alexandre Courbotd15b7172013-05-26 11:50:54 +09004804L: linux-gpio@vger.kernel.org
Linus Walleijf2fa75c2013-12-10 09:43:09 +01004805T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4806S: Maintained
4807F: Documentation/gpio/
Grant Likelya0dc00b2011-02-12 01:48:14 -07004808F: drivers/gpio/
Alexandre Courbotbdc6e952014-08-04 13:06:58 +09004809F: include/linux/gpio/
4810F: include/linux/gpio.h
Yang Bai9b692342012-10-04 17:12:35 -07004811F: include/asm-generic/gpio.h
Grant Likelya0dc00b2011-02-12 01:48:14 -07004812
Harry Wei71a6d0a2011-05-11 15:13:33 -07004813GRE DEMULTIPLEXER DRIVER
4814M: Dmitry Kozlov <xeb@mail.ru>
4815L: netdev@vger.kernel.org
4816S: Maintained
Joe Perches11c26772013-09-11 14:23:48 -07004817F: net/ipv4/gre_demux.c
4818F: net/ipv4/gre_offload.c
Harry Wei71a6d0a2011-05-11 15:13:33 -07004819F: include/net/gre.h
4820
Kristoffer Glembod4c41132010-02-15 03:33:44 +00004821GRETH 10/100/1G Ethernet MAC device driver
4822M: Kristoffer Glembo <kristoffer@gaisler.com>
4823L: netdev@vger.kernel.org
4824S: Maintained
Joe Perchesa31a96a2012-01-10 15:08:58 -08004825F: drivers/net/ethernet/aeroflex/
Kristoffer Glembod4c41132010-02-15 03:33:44 +00004826
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004827GSPCA FINEPIX SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004828M: Frank Zago <frank@zago.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004829L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004830T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004831S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004832F: drivers/media/usb/gspca/finepix.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004833
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004834GSPCA GL860 SUBDRIVER
4835M: Olivier Lorin <o.lorin@laposte.net>
4836L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004837T: git git://linuxtv.org/media_tree.git
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004838S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004839F: drivers/media/usb/gspca/gl860/
Olivier Lorin4b3fa3c2009-10-03 19:09:10 -03004840
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004841GSPCA M5602 SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004842M: Erik Andren <erik.andren@gmail.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004843L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004844T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004845S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004846F: drivers/media/usb/gspca/m5602/
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004847
4848GSPCA PAC207 SONIXB SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004849M: Hans de Goede <hdegoede@redhat.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004850L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004851T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004852S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004853F: drivers/media/usb/gspca/pac207.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004854
Brian Johnson261982f2009-07-19 15:58:56 -03004855GSPCA SN9C20X SUBDRIVER
Joe Perchesd95c5b02009-08-16 20:03:51 -03004856M: Brian Johnson <brijohn@gmail.com>
Brian Johnson261982f2009-07-19 15:58:56 -03004857L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004858T: git git://linuxtv.org/media_tree.git
Brian Johnson261982f2009-07-19 15:58:56 -03004859S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004860F: drivers/media/usb/gspca/sn9c20x.c
Brian Johnson261982f2009-07-19 15:58:56 -03004861
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004862GSPCA T613 SUBDRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07004863M: Leandro Costantino <lcostantino@gmail.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004864L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004865T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004866S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004867F: drivers/media/usb/gspca/t613.c
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004868
4869GSPCA USB WEBCAM DRIVER
Jean-Francois Moinefc3f9062012-05-24 07:29:41 -03004870M: Hans de Goede <hdegoede@redhat.com>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03004871L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004872T: git git://linuxtv.org/media_tree.git
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004873S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03004874F: drivers/media/usb/gspca/
Jean-Francois Moinee8deeae22008-10-22 10:57:37 -03004875
Davidlohr Bueso584ec972013-12-18 17:08:55 -08004876GUID PARTITION TABLE (GPT)
Andrew Morton4f973c62015-06-25 15:02:05 -07004877M: Davidlohr Bueso <dave@stgolabs.net>
Davidlohr Bueso584ec972013-12-18 17:08:55 -08004878L: linux-efi@vger.kernel.org
4879S: Maintained
4880F: block/partitions/efi.*
4881
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004882STK1160 USB VIDEO CAPTURE DRIVER
Ezequiel Garcia3259aa52015-03-10 11:43:20 -03004883M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004884L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02004885T: git git://linuxtv.org/media_tree.git
Ezequiel Garciaaa3c5982012-10-01 12:41:16 -03004886S: Maintained
4887F: drivers/media/usb/stk1160/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004888
Yoshinori Sato4e456b82015-03-11 01:41:38 +09004889H8/300 ARCHITECTURE
4890M: Yoshinori Sato <ysato@users.sourceforge.jp>
Geert Uytterhoevenb992c762015-07-17 16:23:55 -07004891L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
Yoshinori Sato4e456b82015-03-11 01:41:38 +09004892W: http://uclinux-h8.sourceforge.jp
4893T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4894S: Maintained
4895F: arch/h8300/
4896F: drivers/clocksource/h8300_*.c
4897F: drivers/clk/h8300/
4898F: drivers/irqchip/irq-renesas-h8*.c
4899
Harry Wei71a6d0a2011-05-11 15:13:33 -07004900HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4901M: Frank Seidel <frank@f-seidel.de>
4902L: platform-driver-x86@vger.kernel.org
4903W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4904S: Maintained
4905F: drivers/platform/x86/hdaps.c
4906
Hans Verkuil48fc9e22013-04-11 03:36:49 -03004907HDPVR USB VIDEO ENCODER DRIVER
4908M: Hans Verkuil <hverkuil@xs4all.nl>
4909L: linux-media@vger.kernel.org
4910T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004911W: https://linuxtv.org
Hans Verkuil48fc9e22013-04-11 03:36:49 -03004912S: Odd Fixes
Joe Perches14430812013-09-11 14:23:50 -07004913F: drivers/media/usb/hdpvr/
Hans Verkuil48fc9e22013-04-11 03:36:49 -03004914
Harry Wei71a6d0a2011-05-11 15:13:33 -07004915HWPOISON MEMORY FAILURE HANDLING
Andi Kleenf9625c42014-06-04 16:05:32 -07004916M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Harry Wei71a6d0a2011-05-11 15:13:33 -07004917L: linux-mm@kvack.org
Harry Wei71a6d0a2011-05-11 15:13:33 -07004918S: Maintained
4919F: mm/memory-failure.c
4920F: mm/hwpoison-inject.c
4921
4922HYPERVISOR VIRTUAL CONSOLE DRIVER
4923L: linuxppc-dev@lists.ozlabs.org
4924S: Odd Fixes
4925F: drivers/tty/hvc/
4926
Antti Palosaarie5ab1472014-09-10 04:20:15 -03004927HACKRF MEDIA DRIVER
4928M: Antti Palosaari <crope@iki.fi>
4929L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004930W: https://linuxtv.org
Antti Palosaarie5ab1472014-09-10 04:20:15 -03004931W: http://palosaari.fi/linux/
4932Q: http://patchwork.linuxtv.org/project/linux-media/list/
4933T: git git://linuxtv.org/anttip/media_tree.git
4934S: Maintained
4935F: drivers/media/usb/hackrf/
4936
Michael Buesch844dd052006-06-26 00:24:59 -07004937HARDWARE MONITORING
Jiri Slabyd8130622015-07-17 16:23:20 -07004938M: Jean Delvare <jdelvare@suse.com>
Guenter Roeckca462082012-06-01 23:28:23 -07004939M: Guenter Roeck <linux@roeck-us.net>
Robert Love860e1d62005-08-31 23:57:59 -04004940L: lm-sensors@lm-sensors.org
4941W: http://www.lm-sensors.org/
Jean Delvarea94ef4e2015-04-27 16:37:39 +02004942T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
Guenter Roeck885374e2010-09-24 08:43:44 -07004943T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
Jean Delvare9e012c12010-09-17 17:24:11 +02004944S: Maintained
Jean Delvare047f4ec2009-12-09 20:35:46 +01004945F: Documentation/hwmon/
Joe Perches679655d2009-04-07 20:44:32 -07004946F: drivers/hwmon/
Jean Delvare047f4ec2009-12-09 20:35:46 +01004947F: include/linux/hwmon*.h
Robert Love860e1d62005-08-31 23:57:59 -04004948
4949HARDWARE RANDOM NUMBER GENERATOR CORE
Joe Perchesc0d07872009-09-23 15:57:17 -07004950M: Matt Mackall <mpm@selenic.com>
4951M: Herbert Xu <herbert@gondor.apana.org.au>
Michael S. Tsirkin3eda71672015-01-16 09:16:00 +02004952L: linux-crypto@vger.kernel.org
Joe Perchesc0d07872009-09-23 15:57:17 -07004953S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07004954F: Documentation/hw_random.txt
4955F: drivers/char/hw_random/
4956F: include/linux/hw_random.h
Robert Love860e1d62005-08-31 23:57:59 -04004957
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03004958HARDWARE SPINLOCK CORE
4959M: Ohad Ben-Cohen <ohad@wizery.com>
4960S: Maintained
Fengguang Wu9f273c22016-01-20 15:03:25 -08004961T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03004962F: Documentation/hwspinlock.txt
4963F: drivers/hwspinlock/hwspinlock_*
4964F: include/linux/hwspinlock.h
4965
Linus Torvalds1da177e2005-04-16 15:20:36 -07004966HARMONY SOUND DRIVER
Kyle McMartinac6aecb2007-12-03 22:04:34 +00004967L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07004969F: sound/parisc/harmony.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07004970
Antti Palosaari91952bc2012-10-01 12:28:46 -03004971HD29L2 MEDIA DRIVER
4972M: Antti Palosaari <crope@iki.fi>
4973L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02004974W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03004975W: http://palosaari.fi/linux/
4976Q: http://patchwork.linuxtv.org/project/linux-media/list/
4977T: git git://linuxtv.org/anttip/media_tree.git
4978S: Maintained
4979F: drivers/media/dvb-frontends/hd29l2*
4980
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004981HEWLETT-PACKARD SMART2 RAID DRIVER
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004982L: iss_storagedev@hp.com
Michael Opdenackeraf9f1b32014-10-13 15:51:28 -07004983S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07004984F: Documentation/blockdev/cpqarray.txt
4985F: drivers/block/cpqarray.*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004986
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004987HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
Don Brace693373d2014-10-15 22:32:41 +00004988M: Don Brace <don.brace@pmcs.com>
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004989L: iss_storagedev@hp.com
Don Brace693373d2014-10-15 22:32:41 +00004990L: storagedev@pmcs.com
4991L: linux-scsi@vger.kernel.org
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004992S: Supported
4993F: Documentation/scsi/hpsa.txt
4994F: drivers/scsi/hpsa*.[ch]
4995F: include/linux/cciss*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08004996F: include/uapi/linux/cciss*.h
Stephen M. Cameron9257aa42010-05-27 15:14:44 -05004997
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07004998HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
Don Brace693373d2014-10-15 22:32:41 +00004999M: Don Brace <don.brace@pmcs.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005000L: iss_storagedev@hp.com
Don Brace693373d2014-10-15 22:32:41 +00005001L: storagedev@pmcs.com
5002L: linux-scsi@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005003S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005004F: Documentation/blockdev/cciss.txt
5005F: drivers/block/cciss*
5006F: include/linux/cciss_ioctl.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005007F: include/uapi/linux/cciss_ioctl.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005008
Linus Torvalds1da177e2005-04-16 15:20:36 -07005009HFS FILESYSTEM
Geert Uytterhoeven6cf515e2011-04-24 10:32:49 +02005010L: linux-fsdevel@vger.kernel.org
5011S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005012F: Documentation/filesystems/hfs.txt
5013F: fs/hfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005014
Geert Uytterhoevenef575f42014-01-23 15:54:21 -08005015HFSPLUS FILESYSTEM
5016L: linux-fsdevel@vger.kernel.org
5017S: Orphan
5018F: Documentation/filesystems/hfsplus.txt
5019F: fs/hfsplus/
5020
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021HGA FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005022M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005023L: linux-nvidia@lists.surfsouth.com
5024W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5025S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09005026F: drivers/video/fbdev/hgafb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005027
Randy Dunlap4480f15b2008-10-12 16:11:58 -07005028HIBERNATION (aka Software Suspend, aka swsusp)
Rafael J. Wysocki49db1902013-10-09 01:47:53 +02005029M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +01005030M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +02005031L: linux-pm@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005032S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005033F: arch/x86/power/
5034F: drivers/base/power/
5035F: kernel/power/
5036F: include/linux/suspend.h
5037F: include/linux/freezer.h
5038F: include/linux/pm.h
Joe Perches679655d2009-04-07 20:44:32 -07005039F: arch/*/include/asm/suspend*.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005040
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01005041HID CORE LAYER
Jiri Kosinae5f64502015-08-09 09:11:34 +02005042M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina406df152015-11-20 10:16:06 +01005043R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Dmitry Torokhoveb76c5c2007-11-02 09:07:33 -04005044L: linux-input@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -07005045T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01005046S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005047F: drivers/hid/
5048F: include/linux/hid*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005049F: include/uapi/linux/hid*
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01005050
Srinivas Pandruvada30ee72f2015-05-15 11:35:38 -07005051HID SENSOR HUB DRIVERS
Jiri Kosinae5f64502015-08-09 09:11:34 +02005052M: Jiri Kosina <jikos@kernel.org>
Srinivas Pandruvada30ee72f2015-05-15 11:35:38 -07005053M: Jonathan Cameron <jic23@kernel.org>
5054M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5055L: linux-input@vger.kernel.org
5056L: linux-iio@vger.kernel.org
5057S: Maintained
5058F: Documentation/hid/hid-sensor*
5059F: drivers/hid/hid-sensor-*
5060F: drivers/iio/*/hid-*
5061F: include/linux/hid-sensor-*
5062
Ingo Molnar38bed542007-02-22 09:09:34 +01005063HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
Joe Perches8b58be82009-07-29 15:04:30 -07005064M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01005065L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01005066T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Ingo Molnar38bed542007-02-22 09:09:34 +01005067S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005068F: Documentation/timers/
Thomas Gleixner5cee9642014-06-22 12:06:40 +02005069F: kernel/time/hrtimer.c
Thomas Gleixner88606e82010-12-14 21:37:13 +01005070F: kernel/time/clockevents.c
5071F: kernel/time/tick*.*
5072F: kernel/time/timer_*.c
Joe Perches05ed8492011-07-25 17:13:14 -07005073F: include/linux/clockchips.h
Joe Perches679655d2009-04-07 20:44:32 -07005074F: include/linux/hrtimer.h
Ingo Molnar38bed542007-02-22 09:09:34 +01005075
Linus Torvalds1da177e2005-04-16 15:20:36 -07005076HIGH-SPEED SCC DRIVER FOR AX.25
Linus Torvalds1da177e2005-04-16 15:20:36 -07005077L: linux-hams@vger.kernel.org
Uwe Kleine-König8b64f2a2012-05-29 15:07:11 -07005078S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005079F: drivers/net/hamradio/dmascc.c
5080F: drivers/net/hamradio/scc.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08005082HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005083M: HighPoint Linux Team <linux@highpoint-tech.com>
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08005084W: http://www.highpoint-tech.com
5085S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005086F: Documentation/scsi/hptiop.txt
5087F: drivers/scsi/hptiop.c
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08005088
Linus Torvalds1da177e2005-04-16 15:20:36 -07005089HIPPI
Joe Perches8b58be82009-07-29 15:04:30 -07005090M: Jes Sorensen <jes@trained-monkey.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005091L: linux-hippi@sunsite.dk
5092S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005093F: include/linux/hippidevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005094F: include/uapi/linux/if_hippi.h
Joe Perches679655d2009-04-07 20:44:32 -07005095F: net/802/hippi.c
Jeff Kirsherff5a3b52011-08-01 22:48:13 -07005096F: drivers/net/hippi/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005097
John Garry16c6c252015-11-18 00:50:59 +08005098HISILICON SAS Controller
5099M: John Garry <john.garry@huawei.com>
5100W: http://www.hisilicon.com
5101S: Supported
5102F: drivers/scsi/hisi_sas/
5103F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5104
Jouni Malinenff1d2762005-05-12 22:54:16 -04005105HOST AP DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005106M: Jouni Malinen <j@w1.fi>
Jouni Malinen85d32e72007-03-24 17:15:30 -07005107L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07005108L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04005109W: http://hostap.epitest.fi/
5110S: Maintained
Kalle Valoeb4f98d2015-11-18 09:42:58 +02005111F: drivers/net/wireless/intersil/hostap/
Jouni Malinenff1d2762005-05-12 22:54:16 -04005112
Carlos Corbachodd8cd772008-02-05 02:17:15 +00005113HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
Matthew Garrettd09448532010-02-11 10:40:13 -05005114L: platform-driver-x86@vger.kernel.org
Carlos Corbacho95c70212011-05-02 09:57:08 +01005115S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005116F: drivers/platform/x86/tc1100-wmi.c
Carlos Corbachodd8cd772008-02-05 02:17:15 +00005117
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005118HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
Joe Perches8b58be82009-07-29 15:04:30 -07005119M: Jaroslav Kysela <perex@perex.cz>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005120S: Maintained
Jeff Kirsher7e25d722011-07-24 13:19:50 -07005121F: drivers/net/ethernet/hp/hp100.*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005122
Joe Perches7d2c86b2009-04-07 20:59:01 -07005123HPET: High Precision Event Timers driver
Joe Perches8b58be82009-07-29 15:04:30 -07005124M: Clemens Ladisch <clemens@ladisch.de>
Bob Piccob9b03322005-11-07 00:59:19 -08005125S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005126F: Documentation/timers/hpet.txt
5127F: drivers/char/hpet.c
5128F: include/linux/hpet.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005129F: include/uapi/linux/hpet.h
Bob Piccob9b03322005-11-07 00:59:19 -08005130
Jiri Kosinae07b5d72010-03-18 10:59:57 +01005131HPET: x86
Joe Perches9e06f632014-04-03 14:48:53 -07005132S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005133F: arch/x86/kernel/hpet.c
5134F: arch/x86/include/asm/hpet.h
Bob Piccob9b03322005-11-07 00:59:19 -08005135
Linus Torvalds1da177e2005-04-16 15:20:36 -07005136HPFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005137M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005138W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5139S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005140F: fs/hpfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005141
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005142HSI SUBSYSTEM
Sebastian Reichel56459ea2014-03-28 19:57:59 +01005143M: Sebastian Reichel <sre@kernel.org>
5144T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005145S: Maintained
5146F: Documentation/ABI/testing/sysfs-bus-hsi
Sebastian Reichel56459ea2014-03-28 19:57:59 +01005147F: Documentation/hsi.txt
Sebastian Reichel3441cde2013-11-27 10:17:22 +01005148F: drivers/hsi/
5149F: include/linux/hsi/
5150F: include/uapi/linux/hsi/
5151
Joe Perches7d2c86b2009-04-07 20:59:01 -07005152HSO 3G MODEM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005153M: Jan Dumon <j.dumon@option.com>
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00005154W: http://www.pharscape.org
5155S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005156F: drivers/net/usb/hso.c
Denis Joseph Barrow11cd29b2009-01-02 13:50:36 +00005157
Arvid Brodin19990e22013-11-29 23:36:00 +01005158HSR NETWORK PROTOCOL
5159M: Arvid Brodin <arvid.brodin@alten.se>
5160L: netdev@vger.kernel.org
5161S: Maintained
5162F: net/hsr/
5163
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005164HTCPEN TOUCHSCREEN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005165M: Pau Oliva Fora <pof@eslack.org>
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005166L: linux-input@vger.kernel.org
5167S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005168F: drivers/input/touchscreen/htcpen.c
Pau Oliva Fora5a18c342008-06-02 00:38:35 -04005169
Linus Torvalds1da177e2005-04-16 15:20:36 -07005170HUGETLB FILESYSTEM
Nadia Yvette Chambers6d49e352012-12-06 10:39:54 +01005171M: Nadia Yvette Chambers <nyc@holomorphy.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005172S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005173F: fs/hugetlbfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005174
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005175Hyper-V CORE AND DRIVERS
Joe Perches9c3646d2015-06-25 15:02:00 -07005176M: "K. Y. Srinivasan" <kys@microsoft.com>
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005177M: Haiyang Zhang <haiyangz@microsoft.com>
5178L: devel@linuxdriverproject.org
5179S: Maintained
Haiyang Zhanga4162742013-05-09 14:34:55 -07005180F: arch/x86/include/asm/mshyperv.h
5181F: arch/x86/include/uapi/asm/hyperv.h
5182F: arch/x86/kernel/cpu/mshyperv.c
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005183F: drivers/hid/hid-hyperv.c
Haiyang Zhanga4162742013-05-09 14:34:55 -07005184F: drivers/hv/
Haiyang Zhangf92ca802013-11-21 14:32:10 -08005185F: drivers/input/serio/hyperv-keyboard.c
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005186F: drivers/net/hyperv/
Haiyang Zhanga4162742013-05-09 14:34:55 -07005187F: drivers/scsi/storvsc_drv.c
Jingoo Han8a61f012014-07-01 15:36:01 +09005188F: drivers/video/fbdev/hyperv_fb.c
Haiyang Zhanga4162742013-05-09 14:34:55 -07005189F: include/linux/hyperv.h
5190F: tools/hv/
Dexuan Cui54bf7252015-08-05 00:52:45 -07005191F: Documentation/ABI/stable/sysfs-bus-vmbus
K. Y. Srinivasan05183182011-12-01 14:31:30 -08005192
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005193I2C OVER PARALLEL PORT
Jiri Slabyd8130622015-07-17 16:23:20 -07005194M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005195L: linux-i2c@vger.kernel.org
5196S: Maintained
5197F: Documentation/i2c/busses/i2c-parport
5198F: Documentation/i2c/busses/i2c-parport-light
5199F: drivers/i2c/busses/i2c-parport.c
5200F: drivers/i2c/busses/i2c-parport-light.c
5201
5202I2C/SMBUS CONTROLLER DRIVERS FOR PC
Jiri Slabyd8130622015-07-17 16:23:20 -07005203M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005204L: linux-i2c@vger.kernel.org
5205S: Maintained
5206F: Documentation/i2c/busses/i2c-ali1535
5207F: Documentation/i2c/busses/i2c-ali1563
5208F: Documentation/i2c/busses/i2c-ali15x3
5209F: Documentation/i2c/busses/i2c-amd756
5210F: Documentation/i2c/busses/i2c-amd8111
5211F: Documentation/i2c/busses/i2c-i801
5212F: Documentation/i2c/busses/i2c-nforce2
5213F: Documentation/i2c/busses/i2c-piix4
5214F: Documentation/i2c/busses/i2c-sis5595
5215F: Documentation/i2c/busses/i2c-sis630
5216F: Documentation/i2c/busses/i2c-sis96x
5217F: Documentation/i2c/busses/i2c-via
5218F: Documentation/i2c/busses/i2c-viapro
5219F: drivers/i2c/busses/i2c-ali1535.c
5220F: drivers/i2c/busses/i2c-ali1563.c
5221F: drivers/i2c/busses/i2c-ali15x3.c
5222F: drivers/i2c/busses/i2c-amd756.c
5223F: drivers/i2c/busses/i2c-amd756-s4882.c
5224F: drivers/i2c/busses/i2c-amd8111.c
5225F: drivers/i2c/busses/i2c-i801.c
5226F: drivers/i2c/busses/i2c-isch.c
5227F: drivers/i2c/busses/i2c-nforce2.c
5228F: drivers/i2c/busses/i2c-nforce2-s4985.c
5229F: drivers/i2c/busses/i2c-piix4.c
5230F: drivers/i2c/busses/i2c-sis5595.c
5231F: drivers/i2c/busses/i2c-sis630.c
5232F: drivers/i2c/busses/i2c-sis96x.c
5233F: drivers/i2c/busses/i2c-via.c
5234F: drivers/i2c/busses/i2c-viapro.c
5235
Neil Hormancb7f07a2013-02-10 11:59:03 -05005236I2C/SMBUS ISMT DRIVER
5237M: Seth Heasley <seth.heasley@intel.com>
5238M: Neil Horman <nhorman@tuxdriver.com>
5239L: linux-i2c@vger.kernel.org
5240F: drivers/i2c/busses/i2c-ismt.c
5241F: Documentation/i2c/busses/i2c-ismt
5242
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005243I2C/SMBUS STUB DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005244M: Jean Delvare <jdelvare@suse.com>
Jean Delvare846557d2008-10-30 15:55:47 +01005245L: linux-i2c@vger.kernel.org
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005246S: Maintained
Cesar Eduardo Barros8547a5b2012-12-16 21:11:54 +01005247F: drivers/i2c/i2c-stub.c
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04005248
Jean Delvare5b543962005-08-15 19:51:02 +02005249I2C SUBSYSTEM
Wolfram Sang14d77c42013-02-08 20:54:40 +01005250M: Wolfram Sang <wsa@the-dreams.de>
Jean Delvare846557d2008-10-30 15:55:47 +01005251L: linux-i2c@vger.kernel.org
Wolfram Sang9d4ea272014-04-02 20:25:59 +02005252W: https://i2c.wiki.kernel.org/
5253Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
Wolfram Sang14d77c42013-02-08 20:54:40 +01005254T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005255S: Maintained
Wolfram Sang40ed1b42014-12-08 10:53:13 +01005256F: Documentation/devicetree/bindings/i2c/
Joe Perches679655d2009-04-07 20:44:32 -07005257F: Documentation/i2c/
5258F: drivers/i2c/
Wolfram Sang630bc462015-10-29 08:25:48 +01005259F: drivers/i2c/*/
Joe Perches679655d2009-04-07 20:44:32 -07005260F: include/linux/i2c.h
Jean Delvare03b70d62009-11-26 09:22:32 +01005261F: include/linux/i2c-*.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005262F: include/uapi/linux/i2c.h
5263F: include/uapi/linux/i2c-*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07005264
Wolfram Sang4560d672014-08-19 10:08:35 -05005265I2C ACPI SUPPORT
5266M: Mika Westerberg <mika.westerberg@linux.intel.com>
5267L: linux-i2c@vger.kernel.org
5268L: linux-acpi@vger.kernel.org
5269S: Maintained
Wolfram Sang4560d672014-08-19 10:08:35 -05005270
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005271I2C-TAOS-EVM DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005272M: Jean Delvare <jdelvare@suse.com>
Jean Delvared85c8a6a2012-11-13 22:27:19 +01005273L: linux-i2c@vger.kernel.org
5274S: Maintained
5275F: Documentation/i2c/busses/i2c-taos-evm
5276F: drivers/i2c/busses/i2c-taos-evm.c
5277
Till Harbaume8c76ee2007-05-01 23:26:35 +02005278I2C-TINY-USB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005279M: Till Harbaum <till@harbaum.org>
Jean Delvare846557d2008-10-30 15:55:47 +01005280L: linux-i2c@vger.kernel.org
Joe Perches932d1872009-04-07 21:10:58 -07005281W: http://www.harbaum.org/till/i2c_tiny_usb
Till Harbaume8c76ee2007-05-01 23:26:35 +02005282S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005283F: drivers/i2c/busses/i2c-tiny-usb.c
Till Harbaume8c76ee2007-05-01 23:26:35 +02005284
Linus Torvalds1da177e2005-04-16 15:20:36 -07005285i386 BOOT CODE
Joe Perches8b58be82009-07-29 15:04:30 -07005286M: "H. Peter Anvin" <hpa@zytor.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005287S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005288F: arch/x86/boot/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005289
5290i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Joe Perches8b58be82009-07-29 15:04:30 -07005291M: "H. Peter Anvin" <hpa@zytor.com>
Joe Perches54e58812009-04-07 21:08:10 -07005292T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005293S: Maintained
5294
Linus Torvalds1da177e2005-04-16 15:20:36 -07005295IA64 (Itanium) PLATFORM
Joe Perches8b58be82009-07-29 15:04:30 -07005296M: Tony Luck <tony.luck@intel.com>
5297M: Fenghua Yu <fenghua.yu@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005298L: linux-ia64@vger.kernel.org
Tony Luck6b1c70b2011-10-11 15:40:38 -07005299T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005300S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005301F: arch/ia64/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005302
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005303IBM Power VMX Cryptographic instructions
5304M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
Paulo Flabiano Smorigo5cd01fe2015-08-10 16:14:17 -03005305M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005306L: linux-crypto@vger.kernel.org
5307S: Supported
5308F: drivers/crypto/vmx/Makefile
5309F: drivers/crypto/vmx/Kconfig
5310F: drivers/crypto/vmx/vmx.c
5311F: drivers/crypto/vmx/aes*
5312F: drivers/crypto/vmx/ghash*
5313F: drivers/crypto/vmx/ppc-xlate.pl
5314
Kent Yoder956c2032012-09-07 04:17:01 +08005315IBM Power in-Nest Crypto Acceleration
Leonidas Da Silva Barbosa4cd38752015-08-08 18:29:27 -03005316M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
Paulo Flabiano Smorigo5cd01fe2015-08-10 16:14:17 -03005317M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Kent Yoder956c2032012-09-07 04:17:01 +08005318L: linux-crypto@vger.kernel.org
5319S: Supported
Dan Streetman28bceea2015-06-18 12:28:32 -04005320F: drivers/crypto/nx/Makefile
5321F: drivers/crypto/nx/Kconfig
5322F: drivers/crypto/nx/nx-aes*
5323F: drivers/crypto/nx/nx-sha*
5324F: drivers/crypto/nx/nx.*
5325F: drivers/crypto/nx/nx_csbcpb.h
5326F: drivers/crypto/nx/nx_debugfs.h
Kent Yoder956c2032012-09-07 04:17:01 +08005327
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005328IBM Power 842 compression accelerator
Dan Streetman41656aa2015-07-29 19:50:46 -04005329M: Dan Streetman <ddstreet@ieee.org>
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005330S: Supported
Dan Streetman28bceea2015-06-18 12:28:32 -04005331F: drivers/crypto/nx/Makefile
5332F: drivers/crypto/nx/Kconfig
Dan Streetman7011a122015-05-07 13:49:17 -04005333F: drivers/crypto/nx/nx-842*
Dan Streetman2da572c2015-05-07 13:49:14 -04005334F: include/linux/sw842.h
Dan Streetman2062c5b2015-05-07 13:49:15 -04005335F: crypto/842.c
Dan Streetman2da572c2015-05-07 13:49:14 -04005336F: lib/842/
Seth Jennings0e16aaf2012-07-19 09:42:40 -05005337
Linus Torvalds1da177e2005-04-16 15:20:36 -07005338IBM Power Linux RAID adapter
Joe Perches8b58be82009-07-29 15:04:30 -07005339M: Brian King <brking@us.ibm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005340S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005341F: drivers/scsi/ipr.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005342
Santiago Leon9d348af2010-09-03 18:29:53 +00005343IBM Power Virtual Ethernet Device Driver
Thomas Falconeddd63a2015-01-09 14:29:40 -06005344M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Santiago Leon9d348af2010-09-03 18:29:53 +00005345L: netdev@vger.kernel.org
5346S: Supported
Jeff Kirsher9aa32832011-05-13 14:29:12 -07005347F: drivers/net/ethernet/ibm/ibmveth.*
Santiago Leon9d348af2010-09-03 18:29:53 +00005348
Thomas Falcon032c5e82015-12-21 11:26:06 -06005349IBM Power SRIOV Virtual NIC Device Driver
5350M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5351M: John Allen <jallen@linux.vnet.ibm.com>
5352L: netdev@vger.kernel.org
5353S: Supported
5354F: drivers/net/ethernet/ibm/ibmvnic.*
5355
Nathan Fontenote6babec2014-04-09 13:32:06 -05005356IBM Power Virtual SCSI Device Drivers
Tyrel Datwylerbcbde522015-01-12 16:31:34 -08005357M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Robert Jennings4b7652c2012-07-31 12:34:36 -05005358L: linux-scsi@vger.kernel.org
5359S: Supported
Nathan Fontenote6babec2014-04-09 13:32:06 -05005360F: drivers/scsi/ibmvscsi/ibmvscsi*
5361F: drivers/scsi/ibmvscsi/viosrp.h
5362
5363IBM Power Virtual FC Device Drivers
Tyrel Datwyler44b4dad2015-01-12 16:31:35 -08005364M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Nathan Fontenote6babec2014-04-09 13:32:06 -05005365L: linux-scsi@vger.kernel.org
5366S: Supported
5367F: drivers/scsi/ibmvscsi/ibmvfc*
Robert Jennings4b7652c2012-07-31 12:34:36 -05005368
Linus Torvalds1da177e2005-04-16 15:20:36 -07005369IBM ServeRAID RAID DRIVER
Michael Opdenackerf9213e72014-08-08 14:23:50 -07005370S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07005371F: drivers/scsi/ips.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005372
Peter Tyser6ed9f9c2012-04-18 09:48:24 -05005373ICH LPC AND GPIO DRIVER
5374M: Peter Tyser <ptyser@xes-inc.com>
5375S: Maintained
5376F: drivers/mfd/lpc_ich.c
5377F: drivers/gpio/gpio-ich.c
5378
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01005379IDE SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005380M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005381L: linux-ide@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08005382Q: http://patchwork.ozlabs.org/project/linux-ide/list/
Joe Perches08deed12012-03-23 15:01:57 -07005383T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005384S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005385F: Documentation/ide/
5386F: drivers/ide/
5387F: include/linux/ide.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07005388
Ike Panhc6cb8c132011-08-25 22:28:45 +08005389IDEAPAD LAPTOP EXTRAS DRIVER
5390M: Ike Panhc <ike.pan@canonical.com>
5391L: platform-driver-x86@vger.kernel.org
5392W: http://launchpad.net/ideapad-laptop
5393S: Maintained
5394F: drivers/platform/x86/ideapad-laptop.c
5395
Andrey Moiseev1ea4c162013-08-25 22:51:15 -07005396IDEAPAD LAPTOP SLIDEBAR DRIVER
5397M: Andrey Moiseev <o2g.org.ru@gmail.com>
5398L: linux-input@vger.kernel.org
5399W: https://github.com/o2genum/ideapad-slidebar
5400S: Maintained
5401F: drivers/input/misc/ideapad_slidebar.c
5402
Bartlomiej Zolnierkiewicz0f861e82009-03-31 20:15:31 +02005403IDE/ATAPI DRIVERS
Borislav Petkov487ba8e2012-10-29 18:40:10 +01005404M: Borislav Petkov <bp@alien8.de>
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01005405L: linux-ide@vger.kernel.org
Borislav Petkovc404c192007-12-24 15:23:44 +01005406S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005407F: Documentation/cdrom/ide-cd
5408F: drivers/ide/ide-cd*
Linus Torvalds1da177e2005-04-16 15:20:36 -07005409
Andy Henroid27471fd2008-10-09 11:45:22 -07005410IDLE-I7300
Joe Perches8b58be82009-07-29 15:04:30 -07005411M: Andy Henroid <andrew.d.henroid@intel.com>
WANG Congbf1c1382011-10-08 20:57:50 +02005412L: linux-pm@vger.kernel.org
Andy Henroid27471fd2008-10-09 11:45:22 -07005413S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005414F: drivers/idle/i7300_idle.c
Andy Henroid27471fd2008-10-09 11:45:22 -07005415
Sergey Lapin02cf2282009-06-08 12:18:50 +00005416IEEE 802.15.4 SUBSYSTEM
Alexander Aringb6e195f2014-07-03 23:13:19 +02005417M: Alexander Aring <alex.aring@gmail.com>
Varka Bhadramebef9c12014-08-08 17:32:45 +05305418L: linux-wpan@vger.kernel.org
5419W: https://github.com/linux-wpan
5420T: git git://github.com/linux-wpan/linux-wpan-next.git
Sergey Lapin02cf2282009-06-08 12:18:50 +00005421S: Maintained
5422F: net/ieee802154/
Dmitry Eremin-Solenikov68653352012-07-13 20:15:34 +00005423F: net/mac802154/
Cesar Eduardo Barros251741b2013-01-04 15:35:30 -08005424F: drivers/net/ieee802154/
Alexander Aring580947d2014-10-25 09:41:05 +02005425F: include/linux/nl802154.h
5426F: include/linux/ieee802154.h
5427F: include/net/nl802154.h
5428F: include/net/mac802154.h
5429F: include/net/af_ieee802154.h
5430F: include/net/cfg802154.h
5431F: include/net/ieee802154_netdev.h
Varka Bhadramebef9c12014-08-08 17:32:45 +05305432F: Documentation/networking/ieee802154.txt
Sergey Lapin02cf2282009-06-08 12:18:50 +00005433
Sean Youngb1c97192014-10-23 17:58:22 -03005434IGORPLUG-USB IR RECEIVER
5435M: Sean Young <sean@mess.org>
5436L: linux-media@vger.kernel.org
5437S: Maintained
5438F: drivers/media/rc/igorplugusb.c
5439
Sean Young40ad4a32012-11-19 10:32:53 -03005440IGUANAWORKS USB IR TRANSCEIVER
5441M: Sean Young <sean@mess.org>
5442L: linux-media@vger.kernel.org
5443S: Maintained
5444F: drivers/media/rc/iguanair.c
5445
Ameya Palande9545f862012-01-10 09:00:58 -08005446IIO SUBSYSTEM AND DRIVERS
Sachin Kamat030a13d2013-09-11 11:00:00 +01005447M: Jonathan Cameron <jic23@kernel.org>
Lars-Peter Clausenf0d61162014-08-18 09:29:00 +01005448R: Hartmut Knaack <knaack.h@gmx.de>
5449R: Lars-Peter Clausen <lars@metafoo.de>
5450R: Peter Meerwald <pmeerw@pmeerw.net>
Ameya Palande9545f862012-01-10 09:00:58 -08005451L: linux-iio@vger.kernel.org
5452S: Maintained
Lars-Peter Clausen03e7c252012-04-26 13:46:42 +02005453F: drivers/iio/
Ameya Palande9545f862012-01-10 09:00:58 -08005454F: drivers/staging/iio/
Daniel Baluta8fe671f2014-11-13 15:19:47 -08005455F: include/linux/iio/
Roberta Dobrescu817020c2015-02-26 10:49:25 +02005456F: tools/iio/
Ameya Palande9545f862012-01-10 09:00:58 -08005457
Stanislaw Gruszka65519262011-01-08 15:19:40 +01005458IKANOS/ADI EAGLE ADSL USB DRIVER
5459M: Matthieu Castet <castet.matthieu@free.fr>
5460M: Stanislaw Gruszka <stf_xl@wp.pl>
5461S: Maintained
5462F: drivers/usb/atm/ueagle-atm.c
5463
Guenter Roecke89ab512013-03-08 08:13:09 -08005464INA209 HARDWARE MONITOR DRIVER
5465M: Guenter Roeck <linux@roeck-us.net>
5466L: lm-sensors@lm-sensors.org
5467S: Maintained
5468F: Documentation/hwmon/ina209
5469F: Documentation/devicetree/bindings/i2c/ina209.txt
5470F: drivers/hwmon/ina209.c
5471
5472INA2XX HARDWARE MONITOR DRIVER
5473M: Guenter Roeck <linux@roeck-us.net>
5474L: lm-sensors@lm-sensors.org
5475S: Maintained
5476F: Documentation/hwmon/ina2xx
5477F: drivers/hwmon/ina2xx.c
5478F: include/linux/platform_data/ina2xx.h
5479
Samuel Iglesias Gonsalvez14dc1242012-11-16 16:19:59 +01005480INDUSTRY PACK SUBSYSTEM (IPACK)
5481M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5482M: Jens Taprogge <jens.taprogge@taprogge.org>
5483M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5484L: industrypack-devel@lists.sourceforge.net
5485W: http://industrypack.sourceforge.net
5486S: Maintained
5487F: drivers/ipack/
5488
Zubair Lutfullah Kakakhel8adc53f2015-03-18 16:16:37 +00005489INGENIC JZ4780 DMA Driver
5490M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5491S: Maintained
5492F: drivers/dma/dma-jz4780.c
5493
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005494INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
Mimi Zohar74dd7442014-02-27 08:44:45 -05005495M: Mimi Zohar <zohar@linux.vnet.ibm.com>
Dmitry Kasatkinbfd33c42015-01-15 14:18:18 +02005496M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Mimi Zohar74dd7442014-02-27 08:44:45 -05005497L: linux-ima-devel@lists.sourceforge.net
5498L: linux-ima-user@lists.sourceforge.net
5499L: linux-security-module@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08005500T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005501S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005502F: security/integrity/ima/
Mimi Zoharaa7168f2009-02-04 09:07:03 -05005503
James Hogan9a4ea5a2014-11-17 09:17:49 -03005504IMGTEC IR DECODER DRIVER
5505M: James Hogan <james.hogan@imgtec.com>
5506S: Maintained
5507F: drivers/media/rc/img-ir/
5508
Linus Torvalds1da177e2005-04-16 15:20:36 -07005509IMS TWINTURBO FRAMEBUFFER DRIVER
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005510L: linux-fbdev@vger.kernel.org
Paul Mundt843393d2007-11-19 13:11:04 +09005511S: Orphan
Jingoo Han8a61f012014-07-01 15:36:01 +09005512F: drivers/video/fbdev/imsttfb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07005513
5514INFINIBAND SUBSYSTEM
Doug Ledfordb6b2bbe2015-05-05 12:57:09 -04005515M: Doug Ledford <dledford@redhat.com>
Joe Perches8b58be82009-07-29 15:04:30 -07005516M: Sean Hefty <sean.hefty@intel.com>
5517M: Hal Rosenstock <hal.rosenstock@gmail.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07005518L: linux-rdma@vger.kernel.org
Roland Dreier605841f2010-09-27 17:51:24 -07005519W: http://www.openfabrics.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08005520Q: http://patchwork.kernel.org/project/linux-rdma/list/
Doug Ledford2936ae02015-05-11 21:03:36 -04005521T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005522S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005523F: Documentation/infiniband/
5524F: drivers/infiniband/
Doug Ledford2dfcad32015-08-27 14:18:57 -04005525F: drivers/staging/rdma/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005526F: include/uapi/linux/if_infiniband.h
Yann Droneaud954138d2015-05-04 14:31:03 +02005527F: include/uapi/rdma/
5528F: include/rdma/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005529
Robert Lovec9f04f52005-07-15 12:21:07 -04005530INOTIFY
Joe Perches8b58be82009-07-29 15:04:30 -07005531M: John McCutchan <john@johnmccutchan.com>
5532M: Robert Love <rlove@rlove.org>
5533M: Eric Paris <eparis@parisplace.org>
Robert Lovec9f04f52005-07-15 12:21:07 -04005534S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005535F: Documentation/filesystems/inotify.txt
5536F: fs/notify/inotify/
5537F: include/linux/inotify.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005538F: include/uapi/linux/inotify.h
Robert Lovec9f04f52005-07-15 12:21:07 -04005539
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005540INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07005541M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005542L: linux-input@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08005543Q: http://patchwork.kernel.org/project/linux-input/list/
Joe Perches54e58812009-04-07 21:08:10 -07005544T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005545S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005546F: drivers/input/
Dmitry Torokhovf4eea7e2012-05-10 22:31:59 -07005547F: include/linux/input.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005548F: include/uapi/linux/input.h
Dmitry Torokhovf4eea7e2012-05-10 22:31:59 -07005549F: include/linux/input/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005550
Henrik Rydberg3267a872010-06-24 19:10:40 -07005551INPUT MULTITOUCH (MT) PROTOCOL
Henrik Rydberg75dd1122015-01-08 14:32:21 -08005552M: Henrik Rydberg <rydberg@bitmath.org>
Henrik Rydberg3267a872010-06-24 19:10:40 -07005553L: linux-input@vger.kernel.org
Henrik Rydberg75dd1122015-01-08 14:32:21 -08005554S: Odd fixes
Henrik Rydberg3267a872010-06-24 19:10:40 -07005555F: Documentation/input/multi-touch-protocol.txt
Henrik Rydberg7f9c2452010-12-07 09:18:28 +01005556F: drivers/input/input-mt.c
Henrik Rydberg3267a872010-06-24 19:10:40 -07005557K: \b(ABS|SYN)_MT_
5558
Jie Yang97fa99a2015-02-02 16:55:27 +08005559INTEL ASoC BDW/HSW DRIVERS
5560M: Jie Yang <yang.jie@linux.intel.com>
Jim Davise5747e42015-06-25 15:01:58 -07005561L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Jie Yang97fa99a2015-02-02 16:55:27 +08005562S: Supported
Joe Perchese8e12252015-06-30 14:59:39 -07005563F: sound/soc/intel/common/sst-dsp*
5564F: sound/soc/intel/common/sst-firmware.c
5565F: sound/soc/intel/boards/broadwell.c
5566F: sound/soc/intel/haswell/
Jie Yang97fa99a2015-02-02 16:55:27 +08005567
Dave Jiang4ac13e12011-07-29 17:16:55 -07005568INTEL C600 SERIES SAS CONTROLLER DRIVER
5569M: Intel SCU Linux support <intel-linux-scu@intel.com>
Lukasz Doraufdc58132014-04-07 15:39:58 -07005570M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Dave Jiang4ac13e12011-07-29 17:16:55 -07005571L: linux-scsi@vger.kernel.org
Dave Jiang71068912012-09-25 15:24:56 -07005572T: git git://git.code.sf.net/p/intel-sas/isci
5573S: Supported
Dave Jiang4ac13e12011-07-29 17:16:55 -07005574F: drivers/scsi/isci/
Dave Jiang4ac13e12011-07-29 17:16:55 -07005575
Alex Hungecc83e52015-12-18 23:31:10 +08005576INTEL HID EVENT DRIVER
5577M: Alex Hung <alex.hung@canonical.com>
5578L: platform-driver-x86@vger.kernel.org
5579S: Maintained
5580F: drivers/platform/x86/intel-hid.c
5581
Len Brown26717172010-03-08 14:07:30 -05005582INTEL IDLE DRIVER
5583M: Len Brown <lenb@kernel.org>
WANG Congbf1c1382011-10-08 20:57:50 +02005584L: linux-pm@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07005585T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
Len Brown26717172010-03-08 14:07:30 -05005586S: Supported
5587F: drivers/idle/intel_idle.c
5588
Kristen Carlson Accardi7c1ac182014-12-15 15:58:24 -08005589INTEL PSTATE DRIVER
Srinivas Pandruvada58ac1f62015-11-02 09:45:46 -08005590M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5591M: Len Brown <lenb@kernel.org>
Kristen Carlson Accardi7c1ac182014-12-15 15:58:24 -08005592L: linux-pm@vger.kernel.org
5593S: Supported
5594F: drivers/cpufreq/intel_pstate.c
5595
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08005596INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Maik Broemme55a23c42010-03-10 15:21:44 -08005597M: Maik Broemme <mbroemme@plusserver.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005598L: linux-fbdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01005599S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005600F: Documentation/fb/intelfb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +09005601F: drivers/video/fbdev/intelfb/
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08005602
Linus Torvalds1da177e2005-04-16 15:20:36 -07005603INTEL 810/815 FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005604M: Antonino Daplas <adaplas@gmail.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01005605L: linux-fbdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01005606S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09005607F: drivers/video/fbdev/i810/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005608
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305609INTEL MENLOW THERMAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005610M: Sujith Thomas <sujith.thomas@intel.com>
Matthew Garrettd09448532010-02-11 10:40:13 -05005611L: platform-driver-x86@vger.kernel.org
Rafael J. Wysocki5ca92bd2013-10-10 23:03:44 +02005612W: https://01.org/linux-acpi
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305613S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005614F: drivers/platform/x86/intel_menlow.c
Thomas, Sujithf4a9bc42008-11-05 16:15:31 +05305615
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07005616INTEL I/OAT DMA DRIVER
Dave Jiang18ebd562013-10-22 15:29:20 -07005617M: Dave Jiang <dave.jiang@intel.com>
Dan Williams08223d82014-08-19 06:07:56 -07005618R: Dan Williams <dan.j.williams@intel.com>
Dave Jiang18ebd562013-10-22 15:29:20 -07005619L: dmaengine@vger.kernel.org
5620Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5621S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005622F: drivers/dma/ioat*
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07005623
David Woodhouse6c8909b2008-10-18 16:12:17 +01005624INTEL IOMMU (VT-d)
Joe Perches8b58be82009-07-29 15:04:30 -07005625M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse6c8909b2008-10-18 16:12:17 +01005626L: iommu@lists.linux-foundation.org
Joe Perches54e58812009-04-07 21:08:10 -07005627T: git git://git.infradead.org/iommu-2.6.git
David Woodhouse6c8909b2008-10-18 16:12:17 +01005628S: Supported
Roland Dreier3fb39612011-10-10 17:07:15 -07005629F: drivers/iommu/intel-iommu.c
Joe Perches679655d2009-04-07 20:44:32 -07005630F: include/linux/intel-iommu.h
David Woodhouse6c8909b2008-10-18 16:12:17 +01005631
Dan Williamsb3e5f262007-08-07 10:26:35 -07005632INTEL IOP-ADMA DMA DRIVER
Dan Williams08223d82014-08-19 06:07:56 -07005633R: Dan Williams <dan.j.williams@intel.com>
Dan Williams1dd83722012-08-15 19:20:02 -07005634S: Odd fixes
Joe Perches679655d2009-04-07 20:44:32 -07005635F: drivers/dma/iop-adma.c
Dan Williamsb3e5f262007-08-07 10:26:35 -07005636
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005637INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
Krzysztof Hałasa5529c2c2014-09-30 10:32:58 +02005638M: Krzysztof Halasa <khalasa@piap.pl>
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005639S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005640F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5641F: arch/arm/mach-ixp4xx/include/mach/npe.h
5642F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5643F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
Jeff Kirsherb47da972011-07-14 22:13:23 -07005644F: drivers/net/ethernet/xscale/ixp4xx_eth.c
Joe Perches679655d2009-04-07 20:44:32 -07005645F: drivers/net/wan/ixp4xx_hss.c
Krzysztof Hałasa9251ce92008-12-21 23:52:36 +01005646
Michael Buesch844dd052006-06-26 00:24:59 -07005647INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07005648M: Deepak Saxena <dsaxena@plexity.net>
Michael Buesch844dd052006-06-26 00:24:59 -07005649S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005650F: drivers/char/hw_random/ixp4xx-rng.c
Michael Buesch844dd052006-06-26 00:24:59 -07005651
Jeff Kirsher2f302322015-03-25 17:01:03 -07005652INTEL ETHERNET DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07005653M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Jeff Kirsher2f302322015-03-25 17:01:03 -07005654R: Jesse Brandeburg <jesse.brandeburg@intel.com>
5655R: Shannon Nelson <shannon.nelson@intel.com>
5656R: Carolyn Wyborny <carolyn.wyborny@intel.com>
5657R: Don Skidmore <donald.c.skidmore@intel.com>
Jeff Kirsher6e80a182015-11-10 11:09:06 -08005658R: Bruce Allan <bruce.w.allan@intel.com>
Jeff Kirsher2f302322015-03-25 17:01:03 -07005659R: John Ronciak <john.ronciak@intel.com>
5660R: Mitch Williams <mitch.a.williams@intel.com>
5661L: intel-wired-lan@lists.osuosl.org
Jesse Brandeburgf6fde112012-10-09 02:52:14 +00005662W: http://www.intel.com/support/feedback.htm
Auke Kokd94e6fe2008-03-03 14:37:47 -08005663W: http://e1000.sourceforge.net/
Jeff Kirsher2f302322015-03-25 17:01:03 -07005664Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5665T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5666T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005667S: Supported
Jeff Kirsher0d164402010-10-05 01:15:17 +00005668F: Documentation/networking/e100.txt
5669F: Documentation/networking/e1000.txt
5670F: Documentation/networking/e1000e.txt
5671F: Documentation/networking/igb.txt
5672F: Documentation/networking/igbvf.txt
5673F: Documentation/networking/ixgb.txt
5674F: Documentation/networking/ixgbe.txt
5675F: Documentation/networking/ixgbevf.txt
Jesse Brandeburg1bff6522013-09-11 08:40:23 +00005676F: Documentation/networking/i40e.txt
Greg Rose105bf2f2013-12-21 06:13:16 +00005677F: Documentation/networking/i40evf.txt
Jeff Kirsherdee1ad42011-04-07 07:42:33 -07005678F: drivers/net/ethernet/intel/
Joe Perchesbc90d292014-02-25 13:35:53 -08005679F: drivers/net/ethernet/intel/*/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005680
Linus Walleij0963d59b2013-10-19 15:39:17 +02005681INTEL-MID GPIO DRIVER
5682M: David Cohen <david.a.cohen@linux.intel.com>
5683L: linux-gpio@vger.kernel.org
5684S: Maintained
5685F: drivers/gpio/gpio-intel-mid.c
5686
Stanislav Yakovlevca907a92012-03-24 03:41:01 -04005687INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5688M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Johannes Berg724c6b32007-04-23 12:18:20 -07005689L: linux-wireless@vger.kernel.org
Stanislav Yakovlevca907a92012-03-24 03:41:01 -04005690S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005691F: Documentation/networking/README.ipw2100
Joe Perches679655d2009-04-07 20:44:32 -07005692F: Documentation/networking/README.ipw2200
Kalle Valo367a10922015-11-17 20:24:59 +02005693F: drivers/net/wireless/intel/ipw2x00/
James Ketrenos826d2ab2005-11-07 18:56:59 -06005694
Alexander Shishkin5760b0a2015-09-22 15:47:20 +03005695INTEL(R) TRACE HUB
5696M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
5697S: Supported
5698F: Documentation/trace/intel_th.txt
5699F: drivers/hwtracing/intel_th/
5700
Shane Wang4bd96a72010-03-10 14:36:10 +08005701INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
Wei, Gang74b18e12015-12-02 07:07:20 +00005702M: Ning Sun <ning.sun@intel.com>
Shane Wang4bd96a72010-03-10 14:36:10 +08005703L: tboot-devel@lists.sourceforge.net
5704W: http://tboot.sourceforge.net
Gang Weie9b7d7c2012-09-17 14:08:59 -07005705T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
Shane Wang4bd96a72010-03-10 14:36:10 +08005706S: Supported
5707F: Documentation/intel_txt.txt
5708F: include/linux/tboot.h
5709F: arch/x86/kernel/tboot.c
5710
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005711INTEL WIRELESS WIMAX CONNECTION 2400
Joe Perches8b58be82009-07-29 15:04:30 -07005712M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005713M: linux-wimax@intel.com
Joe Perches49e7d9d2015-04-15 16:17:31 -07005714L: wimax@linuxwimax.org (subscribers-only)
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005715S: Supported
5716W: http://linuxwimax.org
Joe Perches679655d2009-04-07 20:44:32 -07005717F: Documentation/wimax/README.i2400m
5718F: drivers/net/wimax/i2400m/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005719F: include/uapi/linux/wimax/i2400m.h
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -08005720
Stanislaw Gruszka1c0ce892011-03-25 17:59:39 +01005721INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5722M: Stanislaw Gruszka <sgruszka@redhat.com>
Wey-Yi Guyefa31442011-02-22 16:43:05 -08005723L: linux-wireless@vger.kernel.org
Stanislaw Gruszka1c0ce892011-03-25 17:59:39 +01005724S: Supported
Kalle Valo7ac9a362015-11-17 20:37:11 +02005725F: drivers/net/wireless/intel/iwlegacy/
Wey-Yi Guyefa31442011-02-22 16:43:05 -08005726
Zhu Yib481de92007-09-25 17:54:57 -07005727INTEL WIRELESS WIFI LINK (iwlwifi)
Wey-Yi Guy15fae502012-04-16 12:03:35 -07005728M: Johannes Berg <johannes.berg@intel.com>
Johannes Berg6161b022013-07-23 14:03:39 +02005729M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Johannes Berg7b9aebf2015-09-08 17:03:20 +02005730M: Intel Linux Wireless <linuxwifi@intel.com>
Zhu Yib481de92007-09-25 17:54:57 -07005731L: linux-wireless@vger.kernel.org
Zhu Yib481de92007-09-25 17:54:57 -07005732W: http://intellinuxwireless.org
Wey-Yi Guyb62ff712011-09-22 15:14:49 -07005733T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
Zhu Yib481de92007-09-25 17:54:57 -07005734S: Supported
Kalle Valoe705c122015-11-17 20:57:38 +02005735F: drivers/net/wireless/intel/iwlwifi/
Zhu Yib481de92007-09-25 17:54:57 -07005736
Tomas Winklerde8fe022012-05-09 16:39:02 +03005737INTEL MANAGEMENT ENGINE (mei)
5738M: Tomas Winkler <tomas.winkler@intel.com>
5739L: linux-kernel@vger.kernel.org
5740S: Supported
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005741F: include/uapi/linux/mei.h
Tomas Winkler5069288b2015-06-13 22:11:33 +03005742F: include/linux/mei_cl_bus.h
Tomas Winklerde8fe022012-05-09 16:39:02 +03005743F: drivers/misc/mei/*
Cesar Eduardo Barrose07950a12013-01-04 15:35:36 -08005744F: Documentation/misc-devices/mei/*
Tomas Winklerde8fe022012-05-09 16:39:02 +03005745
Sudeep Dutt50ceb982015-10-13 11:21:19 -07005746INTEL MIC DRIVERS (mic)
5747M: Sudeep Dutt <sudeep.dutt@intel.com>
5748M: Ashutosh Dixit <ashutosh.dixit@intel.com>
5749S: Supported
5750W: https://github.com/sudeepdutt/mic
5751W: http://software.intel.com/en-us/mic-developer
5752F: include/linux/mic_bus.h
5753F: include/linux/scif.h
5754F: include/uapi/linux/mic_common.h
5755F: include/uapi/linux/mic_ioctl.h
Fengguang Wu9f273c22016-01-20 15:03:25 -08005756F: include/uapi/linux/scif_ioctl.h
Sudeep Dutt50ceb982015-10-13 11:21:19 -07005757F: drivers/misc/mic/
5758F: drivers/dma/mic_x100_dma.c
5759F: drivers/dma/mic_x100_dma.h
Fengguang Wu9f273c22016-01-20 15:03:25 -08005760F: Documentation/mic/
Sudeep Dutt50ceb982015-10-13 11:21:19 -07005761
Qipeng Zhafdca4f12015-12-11 22:45:00 +08005762INTEL PMC/P-Unit IPC DRIVER
qipeng.zha0a8b8352015-06-27 00:32:15 +08005763M: Zha Qipeng<qipeng.zha@intel.com>
5764L: platform-driver-x86@vger.kernel.org
5765S: Maintained
5766F: drivers/platform/x86/intel_pmc_ipc.c
Qipeng Zhafdca4f12015-12-11 22:45:00 +08005767F: drivers/platform/x86/intel_punit_ipc.c
qipeng.zha0a8b8352015-06-27 00:32:15 +08005768F: arch/x86/include/asm/intel_pmc_ipc.h
Qipeng Zhafdca4f12015-12-11 22:45:00 +08005769F: arch/x86/include/asm/intel_punit_ipc.h
qipeng.zha0a8b8352015-06-27 00:32:15 +08005770
Souvik Kumar Chakravarty378f9562016-01-12 16:00:33 +05305771INTEL TELEMETRY DRIVER
5772M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5773L: platform-driver-x86@vger.kernel.org
5774S: Maintained
Souvik Kumar Chakravarty378f9562016-01-12 16:00:33 +05305775F: arch/x86/include/asm/intel_telemetry.h
Souvik Kumar Chakravartyf1fc3cd2016-01-21 09:30:50 +05305776F: drivers/platform/x86/intel_telemetry*
Ralf Baechlecb109a02007-08-30 23:56:30 -07005777
Joe Perches8b58be82009-07-29 15:04:30 -07005778IOC3 ETHERNET DRIVER
Ralf Baechled39e0722010-10-19 18:32:41 +01005779M: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechlecb109a02007-08-30 23:56:30 -07005780L: linux-mips@linux-mips.org
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08005781S: Maintained
Ralf Baechlecb109a02007-08-30 23:56:30 -07005782F: drivers/net/ethernet/sgi/ioc3-eth.c
Stephen Warren0b6e8562013-09-13 13:10:27 -06005783
5784IOC3 SERIAL DRIVER
5785M: Pat Gefre <pfg@sgi.com>
5786L: linux-serial@vger.kernel.org
5787S: Maintained
5788F: drivers/tty/serial/ioc3_serial.c
5789
Randy Dunlap4480f15b2008-10-12 16:11:58 -07005790IOMMU DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -07005791M: Joerg Roedel <joro@8bytes.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005792L: iommu@lists.linux-foundation.org
Joe Perches679655d2009-04-07 20:44:32 -07005793T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005794S: Maintained
Francois Romieu1202d6f2007-09-17 17:13:55 -07005795F: drivers/iommu/
Joe Perches8b58be82009-07-29 15:04:30 -07005796
5797IP MASQUERADING
Francois Romieu1202d6f2007-09-17 17:13:55 -07005798M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5799S: Maintained
Jeff Kirsher7443713a2011-06-16 15:02:54 -07005800F: net/ipv4/netfilter/ipt_MASQUERADE.c
Francois Romieu1202d6f2007-09-17 17:13:55 -07005801
Corey Minyard4409ebe2006-04-20 02:43:12 -07005802IPMI SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005803M: Corey Minyard <minyard@acm.org>
Randy Dunlapb0c90652009-11-11 14:26:13 -08005804L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
Corey Minyard4409ebe2006-04-20 02:43:12 -07005805W: http://openipmi.sourceforge.net/
5806S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07005807F: Documentation/IPMI.txt
5808F: drivers/char/ipmi/
5809F: include/linux/ipmi*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005810F: include/uapi/linux/ipmi*
Corey Minyard4409ebe2006-04-20 02:43:12 -07005811
Kenneth Westfield2d800892015-03-03 16:21:50 -08005812QCOM AUDIO (ASoC) DRIVERS
5813M: Patrick Lai <plai@codeaurora.org>
5814M: Banajit Goswami <bgoswami@codeaurora.org>
5815L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5816S: Supported
5817F: sound/soc/qcom/
5818
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005819IPS SCSI RAID DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07005820M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005821L: linux-scsi@vger.kernel.org
5822W: http://www.adaptec.com/
5823S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005824F: drivers/scsi/ips*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005825
5826IPVS
Joe Perches8b58be82009-07-29 15:04:30 -07005827M: Wensong Zhang <wensong@linux-vs.org>
5828M: Simon Horman <horms@verge.net.au>
5829M: Julian Anastasov <ja@ssi.bg>
Ralf Baechle979b6c12005-06-13 14:30:40 -07005830L: netdev@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005831L: lvs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005832S: Maintained
Fengguang Wu9f273c22016-01-20 15:03:25 -08005833T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5834T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
Joe Perches679655d2009-04-07 20:44:32 -07005835F: Documentation/networking/ipvs-sysctl.txt
Hannes Ederb61d4a712009-09-21 17:04:12 -07005836F: include/net/ip_vs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005837F: include/uapi/linux/ip_vs.h
Joe Perches679655d2009-04-07 20:44:32 -07005838F: net/netfilter/ipvs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005839
Randy Dunlape7839f22008-10-12 16:11:45 -07005840IPWIRELESS DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02005841M: Jiri Kosina <jikos@kernel.org>
Jiri Slabyd8130622015-07-17 16:23:20 -07005842M: David Sterba <dsterba@suse.com>
Jiri Kosina92094aa2011-11-13 21:41:00 +01005843S: Odd Fixes
Greg Kroah-Hartman282361a2011-02-22 16:23:22 -08005844F: drivers/tty/ipwireless/
David Sterba099dc4f2008-02-07 10:57:12 +01005845
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005846IPX NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07005847M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005848L: netdev@vger.kernel.org
5849S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005850F: include/net/ipx.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005851F: include/uapi/linux/ipx.h
Joe Perches679655d2009-04-07 20:44:32 -07005852F: net/ipx/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005853
Linus Torvalds1da177e2005-04-16 15:20:36 -07005854IRDA SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005855M: Samuel Ortiz <samuel@sortiz.org>
Olaf Heringa2ac9532005-07-12 13:58:35 -07005856L: irda-users@lists.sourceforge.net (subscribers-only)
Wolfram Sangced649e2011-01-31 22:21:46 +01005857L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005858W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07005859S: Maintained
Samuel Ortize0057972009-06-05 16:12:00 +02005860T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
Joe Perches679655d2009-04-07 20:44:32 -07005861F: Documentation/networking/irda.txt
5862F: drivers/net/irda/
5863F: include/net/irda/
5864F: net/irda/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005865
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005866IRQ SUBSYSTEM
5867M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01005868L: linux-kernel@vger.kernel.org
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005869S: Maintained
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01005870T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005871F: kernel/irq/
Jason Cooper2ed9fd22014-05-13 18:47:01 +00005872
5873IRQCHIP DRIVERS
5874M: Thomas Gleixner <tglx@linutronix.de>
5875M: Jason Cooper <jason@lakedaemon.net>
Thomas Gleixner54d9ffc2015-07-30 12:38:06 +02005876M: Marc Zyngier <marc.zyngier@arm.com>
Jason Cooper2ed9fd22014-05-13 18:47:01 +00005877L: linux-kernel@vger.kernel.org
5878S: Maintained
5879T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5880T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
Geert Uytterhoeven5b5a9062014-08-28 09:56:47 +02005881F: Documentation/devicetree/bindings/interrupt-controller/
Thomas Petazzoniedd96902012-10-28 10:05:40 +01005882F: drivers/irqchip/
Thomas Gleixnera800c7c2010-09-21 11:33:54 +02005883
Grant Likely7ab3a832012-02-14 14:06:47 -07005884IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005885M: Jiang Liu <jiang.liu@linux.intel.com>
5886M: Marc Zyngier <marc.zyngier@arm.com>
Grant Likely7ab3a832012-02-14 14:06:47 -07005887S: Maintained
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005888T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
Grant Likely7ab3a832012-02-14 14:06:47 -07005889F: Documentation/IRQ-domain.txt
5890F: include/linux/irqdomain.h
5891F: kernel/irq/irqdomain.c
Thomas Gleixnerb09dec22015-07-30 12:40:55 +02005892F: kernel/irq/msi.c
Grant Likely7ab3a832012-02-14 14:06:47 -07005893
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005894ISAPNP
Joe Perches8b58be82009-07-29 15:04:30 -07005895M: Jaroslav Kysela <perex@perex.cz>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005896S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005897F: Documentation/isapnp.txt
5898F: drivers/pnp/isapnp/
5899F: include/linux/isapnp.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07005900
Hans Verkuild39b84202012-11-23 07:07:02 -03005901ISA RADIO MODULE
5902M: Hans Verkuil <hverkuil@xs4all.nl>
5903L: linux-media@vger.kernel.org
5904T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02005905W: https://linuxtv.org
Hans Verkuild39b84202012-11-23 07:07:02 -03005906S: Maintained
5907F: drivers/media/radio/radio-isa*
5908
Harry Wei71a6d0a2011-05-11 15:13:33 -07005909iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5910M: Peter Jones <pjones@redhat.com>
5911M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5912S: Maintained
5913F: drivers/firmware/iscsi_ibft*
5914
Mike Christie14816b1e2007-11-28 16:22:06 -08005915ISCSI
Joe Perches8b58be82009-07-29 15:04:30 -07005916M: Mike Christie <michaelc@cs.wisc.edu>
Mike Christie14816b1e2007-11-28 16:22:06 -08005917L: open-iscsi@googlegroups.com
5918W: www.open-iscsi.org
Joe Perches54e58812009-04-07 21:08:10 -07005919T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
Mike Christie14816b1e2007-11-28 16:22:06 -08005920S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005921F: drivers/scsi/*iscsi*
5922F: include/scsi/*iscsi*
Mike Christie14816b1e2007-11-28 16:22:06 -08005923
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005924ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5925M: Or Gerlitz <ogerlitz@mellanox.com>
Or Gerlitzb261aea2014-10-01 14:02:17 +03005926M: Sagi Grimberg <sagig@mellanox.com>
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005927M: Roi Dayan <roid@mellanox.com>
5928L: linux-rdma@vger.kernel.org
5929S: Supported
5930W: http://www.openfabrics.org
5931W: www.open-iscsi.org
5932Q: http://patchwork.kernel.org/project/linux-rdma/list/
Joe Perches14430812013-09-11 14:23:50 -07005933F: drivers/infiniband/ulp/iser/
Or Gerlitz1e65eb42013-05-08 12:21:19 +00005934
Sagi Grimberg2b70e5f2015-01-07 12:54:44 +02005935ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5936M: Sagi Grimberg <sagig@mellanox.com>
5937T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5938L: linux-rdma@vger.kernel.org
5939L: target-devel@vger.kernel.org
5940S: Supported
5941W: http://www.linux-iscsi.org
5942F: drivers/infiniband/ulp/isert
5943
Linus Torvalds1da177e2005-04-16 15:20:36 -07005944ISDN SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07005945M: Karsten Keil <isdn@linux-pingi.de>
Paul Bolled5d52272008-04-15 00:40:48 -07005946L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
David S. Miller3da0ae62010-03-25 20:32:39 -07005947L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07005948W: http://www.isdn4linux.de
Joe Perches54e58812009-04-07 21:08:10 -07005949T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07005950S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005951F: Documentation/isdn/
5952F: drivers/isdn/
5953F: include/linux/isdn.h
5954F: include/linux/isdn/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005955F: include/uapi/linux/isdn.h
5956F: include/uapi/linux/isdn/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005957
5958ISDN SUBSYSTEM (Eicon active card driver)
Joe Perches8b58be82009-07-29 15:04:30 -07005959M: Armin Schindler <mac@melware.de>
Paul Bolled5d52272008-04-15 00:40:48 -07005960L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005961W: http://www.melware.de
5962S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005963F: drivers/isdn/hardware/eicon/
Linus Torvalds1da177e2005-04-16 15:20:36 -07005964
Jean Delvared6248702010-03-05 22:17:20 +01005965IT87 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07005966M: Jean Delvare <jdelvare@suse.com>
Jean Delvared6248702010-03-05 22:17:20 +01005967L: lm-sensors@lm-sensors.org
5968S: Maintained
5969F: Documentation/hwmon/it87
5970F: drivers/hwmon/it87.c
5971
Malcolm Priestley68620bd2012-11-04 19:16:31 +01005972IT913X MEDIA DRIVER
Antti Palosaarid7104bf2013-03-09 22:58:13 -03005973M: Antti Palosaari <crope@iki.fi>
5974L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02005975W: https://linuxtv.org
Antti Palosaarid7104bf2013-03-09 22:58:13 -03005976W: http://palosaari.fi/linux/
5977Q: http://patchwork.linuxtv.org/project/linux-media/list/
5978T: git git://linuxtv.org/anttip/media_tree.git
5979S: Maintained
Antti Palosaari249c6972014-09-01 19:44:59 -03005980F: drivers/media/tuners/it913x*
Antti Palosaarid7104bf2013-03-09 22:58:13 -03005981
Hans Verkuil91821ff2007-12-02 09:35:33 -03005982IVTV VIDEO4LINUX DRIVER
Andy Walls6afdeaf2010-05-23 18:53:35 -03005983M: Andy Walls <awalls@md.metrocast.net>
Joe Perches7b212ed2014-12-10 15:51:24 -08005984L: ivtv-devel@ivtvdriver.org (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03005985L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02005986T: git git://linuxtv.org/media_tree.git
Hans Verkuil91821ff2007-12-02 09:35:33 -03005987W: http://www.ivtvdriver.org
5988S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07005989F: Documentation/video4linux/*.ivtv
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03005990F: drivers/media/pci/ivtv/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08005991F: include/uapi/linux/ivtv*
Hans Verkuil91821ff2007-12-02 09:35:33 -03005992
Malcolm Priestley68620bd2012-11-04 19:16:31 +01005993IX2505V MEDIA DRIVER
5994M: Malcolm Priestley <tvboxspy@gmail.com>
5995L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02005996W: https://linuxtv.org
Malcolm Priestley68620bd2012-11-04 19:16:31 +01005997Q: http://patchwork.linuxtv.org/project/linux-media/list/
5998S: Maintained
5999F: drivers/media/dvb-frontends/ix2505v*
6000
Guenter Roeck4453d732010-08-09 17:21:08 -07006001JC42.4 TEMPERATURE SENSOR DRIVER
6002M: Guenter Roeck <linux@roeck-us.net>
6003L: lm-sensors@lm-sensors.org
6004S: Maintained
6005F: drivers/hwmon/jc42.c
6006F: Documentation/hwmon/jc42
6007
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006008JFS FILESYSTEM
Dave Kleikamp3256f802011-03-04 10:13:47 -06006009M: Dave Kleikamp <shaggy@kernel.org>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006010L: jfs-discussion@lists.sourceforge.net
6011W: http://jfs.sourceforge.net/
Joe Perches54e58812009-04-07 21:08:10 -07006012T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Dave Kleikamp8f8f0132009-07-13 11:02:24 -05006013S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006014F: Documentation/filesystems/jfs.txt
6015F: fs/jfs/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006016
Guo-Fu Tseng95252232008-09-16 01:00:11 +08006017JME NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006018M: Guo-Fu Tseng <cooldavid@cooldavid.org>
Guo-Fu Tseng95252232008-09-16 01:00:11 +08006019L: netdev@vger.kernel.org
6020S: Maintained
Jeff Kirsher63d24a02011-06-15 10:17:58 -07006021F: drivers/net/ethernet/jme.*
Guo-Fu Tseng95252232008-09-16 01:00:11 +08006022
Linus Torvalds1da177e2005-04-16 15:20:36 -07006023JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
Joe Perches8b58be82009-07-29 15:04:30 -07006024M: David Woodhouse <dwmw2@infradead.org>
David Woodhouse6d85d062007-10-27 10:39:48 -04006025L: linux-mtd@lists.infradead.org
6026W: http://www.linux-mtd.infradead.org/doc/jffs2.html
Linus Torvalds1da177e2005-04-16 15:20:36 -07006027S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006028F: fs/jffs2/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006029F: include/uapi/linux/jffs2.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006030
Theodore Ts'od183e112011-05-26 09:53:09 -04006031JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6032M: "Theodore Ts'o" <tytso@mit.edu>
Jan Karac290ea02015-06-18 16:52:29 +02006033M: Jan Kara <jack@suse.com>
Theodore Ts'od183e112011-05-26 09:53:09 -04006034L: linux-ext4@vger.kernel.org
6035S: Maintained
6036F: fs/jbd2/
6037F: include/linux/jbd2.h
Theodore Tsoae0718f2006-05-20 15:00:13 -07006038
Mikhail Ulyanov207dab52015-07-22 08:23:05 -03006039JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6040M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6041L: linux-media@vger.kernel.org
6042S: Maintained
6043F: drivers/media/platform/rcar_jpu.c
6044
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03006045JSM Neo PCI based serial card
Thadeu Lima de Souza Cascardo9d141cb2013-05-22 15:15:24 -03006046M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03006047L: linux-serial@vger.kernel.org
6048S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08006049F: drivers/tty/serial/jsm/
Breno Leitaofd8b6cb2010-10-06 13:04:48 -03006050
Clemens Ladischaf399172011-01-10 16:32:54 +01006051K10TEMP HARDWARE MONITORING DRIVER
6052M: Clemens Ladisch <clemens@ladisch.de>
6053L: lm-sensors@lm-sensors.org
6054S: Maintained
6055F: Documentation/hwmon/k10temp
6056F: drivers/hwmon/k10temp.c
6057
Rudolf Marek4660cb32006-10-08 22:01:26 +02006058K8TEMP HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006059M: Rudolf Marek <r.marek@assembler.cz>
Rudolf Marek4660cb32006-10-08 22:01:26 +02006060L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006061S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006062F: Documentation/hwmon/k8temp
6063F: drivers/hwmon/k8temp.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006064
6065KCONFIG
Michal Marek5eb1f992013-10-30 12:02:27 +01006066M: "Yann E. MORIN" <yann.morin.1998@free.fr>
Sam Ravnborg347d12d2007-10-18 13:23:33 +02006067L: linux-kbuild@vger.kernel.org
Joe Perchescea83212014-03-03 15:38:38 -08006068T: git git://gitorious.org/linux-kconfig/linux-kconfig
Michal Marek5eb1f992013-10-30 12:02:27 +01006069S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006070F: Documentation/kbuild/kconfig-language.txt
6071F: scripts/kconfig/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006072
Vivek Goyalea6c2082006-05-20 14:59:55 -07006073KDUMP
Joe Perches8b58be82009-07-29 15:04:30 -07006074M: Vivek Goyal <vgoyal@redhat.com>
6075M: Haren Myneni <hbabu@us.ibm.com>
Simon Horman34633992007-05-08 00:31:40 -07006076L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07006077W: http://lse.sourceforge.net/kdump/
6078S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07006079F: Documentation/kdump/
Vivek Goyalea6c2082006-05-20 14:59:55 -07006080
Hans Verkuilf41bf022012-11-23 07:04:36 -03006081KEENE FM RADIO TRANSMITTER DRIVER
6082M: Hans Verkuil <hverkuil@xs4all.nl>
6083L: linux-media@vger.kernel.org
6084T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006085W: https://linuxtv.org
Hans Verkuilf41bf022012-11-23 07:04:36 -03006086S: Maintained
6087F: drivers/media/radio/radio-keene*
6088
Linus Torvalds1da177e2005-04-16 15:20:36 -07006089KERNEL AUTOMOUNTER v4 (AUTOFS4)
Joe Perches8b58be82009-07-29 15:04:30 -07006090M: Ian Kent <raven@themaw.net>
Ian Kentf694fc92012-02-27 08:03:38 +08006091L: autofs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006092S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006093F: fs/autofs4/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006094
Michal Marek70fb7ba2010-01-29 14:22:43 +01006095KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
Jiri Slabyd8130622015-07-17 16:23:20 -07006096M: Michal Marek <mmarek@suse.com>
Joe Perches08deed12012-03-23 15:01:57 -07006097T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6098T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
Sam Ravnborg347d12d2007-10-18 13:23:33 +02006099L: linux-kbuild@vger.kernel.org
Michal Marek5ce45962009-12-14 17:57:43 -08006100S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006101F: Documentation/kbuild/
6102F: Makefile
6103F: scripts/Makefile.*
Michal Marek70fb7ba2010-01-29 14:22:43 +01006104F: scripts/basic/
6105F: scripts/mk*
6106F: scripts/package/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006107
6108KERNEL JANITORS
maximilian attemsc3000e02007-07-06 11:17:32 -07006109L: kernel-janitors@vger.kernel.org
Justin P. Mattock10466f52010-08-26 15:30:03 -07006110W: http://kernelnewbies.org/KernelJanitors
Joe Perchesee709b02009-10-26 16:49:43 -07006111S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07006112
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04006113KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
Joe Perches8b58be82009-07-29 15:04:30 -07006114M: "J. Bruce Fields" <bfields@fieldses.org>
J. Bruce Fields883985f62015-08-24 16:44:40 -04006115M: Jeff Layton <jlayton@poochiereds.net>
Neil Brown16141c02007-12-11 16:16:12 -08006116L: linux-nfs@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006117W: http://nfs.sourceforge.net/
Fengguang Wu9f273c22016-01-20 15:03:25 -08006118T: git git://linux-nfs.org/~bfields/linux.git
NeilBrown98fac23f2007-01-26 00:56:57 -08006119S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006120F: fs/nfsd/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006121F: include/uapi/linux/nfsd/
Joe Perches679655d2009-04-07 20:44:32 -07006122F: fs/lockd/
6123F: fs/nfs_common/
6124F: net/sunrpc/
6125F: include/linux/lockd/
6126F: include/linux/sunrpc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006127F: include/uapi/linux/sunrpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006128
Shuah Khan13b122b2014-10-13 15:51:21 -07006129KERNEL SELFTEST FRAMEWORK
6130M: Shuah Khan <shuahkh@osg.samsung.com>
6131L: linux-api@vger.kernel.org
6132T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6133S: Maintained
6134F: tools/testing/selftests
6135
Avi Kivity426d62e2006-12-13 00:34:03 -08006136KERNEL VIRTUAL MACHINE (KVM)
Gleb Natapov0a00a772013-11-27 16:35:22 +02006137M: Gleb Natapov <gleb@kernel.org>
Paolo Bonzinic93a64f2013-05-15 19:02:24 +02006138M: Paolo Bonzini <pbonzini@redhat.com>
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03006139L: kvm@vger.kernel.org
Ramkumar Ramachandrae3e58472013-10-31 16:16:34 +05306140W: http://www.linux-kvm.org
Ramkumar Ramachandraa94b40a2013-10-31 16:29:23 +05306141T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
Avi Kivity426d62e2006-12-13 00:34:03 -08006142S: Supported
Paolo Bonzinic93a64f2013-05-15 19:02:24 +02006143F: Documentation/*/kvm*.txt
6144F: Documentation/virtual/kvm/
Joe Perches679655d2009-04-07 20:44:32 -07006145F: arch/*/kvm/
Christian Borntraeger1662e862015-03-12 14:59:26 +01006146F: arch/x86/kernel/kvm.c
6147F: arch/x86/kernel/kvmclock.c
Joe Perches679655d2009-04-07 20:44:32 -07006148F: arch/*/include/asm/kvm*
6149F: include/linux/kvm*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006150F: include/uapi/linux/kvm*
Joe Perches679655d2009-04-07 20:44:32 -07006151F: virt/kvm/
Avi Kivity426d62e2006-12-13 00:34:03 -08006152
Joerg Roedelad8003d2008-09-10 20:01:07 +02006153KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
Joerg Roedel7de609c82012-10-29 19:08:21 +01006154M: Joerg Roedel <joro@8bytes.org>
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006155L: kvm@vger.kernel.org
Dirk Müller038161d2015-10-01 13:46:01 +02006156W: http://www.linux-kvm.org/
Joerg Roedel7de609c82012-10-29 19:08:21 +01006157S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006158F: arch/x86/include/asm/svm.h
Joe Perches679655d2009-04-07 20:44:32 -07006159F: arch/x86/kvm/svm.c
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006160
Hollis Blanchard513014b2008-04-16 23:28:08 -05006161KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
Jiri Slabyd8130622015-07-17 16:23:20 -07006162M: Alexander Graf <agraf@suse.com>
Avi Kivity1fc9d2b2008-05-18 13:50:23 +03006163L: kvm-ppc@vger.kernel.org
Dirk Müller038161d2015-10-01 13:46:01 +02006164W: http://www.linux-kvm.org/
Michael Ellerman6a7f9722012-10-15 19:01:05 +00006165T: git git://github.com/agraf/linux-2.6.git
Hollis Blanchard513014b2008-04-16 23:28:08 -05006166S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006167F: arch/powerpc/include/asm/kvm*
6168F: arch/powerpc/kvm/
Hollis Blanchard513014b2008-04-16 23:28:08 -05006169
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006170KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
Joe Perches8b58be82009-07-29 15:04:30 -07006171M: Christian Borntraeger <borntraeger@de.ibm.com>
Christian Borntraeger4ae57b62012-06-05 13:05:02 +02006172M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006173L: linux-s390@vger.kernel.org
6174W: http://www.ibm.com/developerworks/linux/linux390/
Fengguang Wu9f273c22016-01-20 15:03:25 -08006175T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006176S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006177F: Documentation/s390/kvm.txt
6178F: arch/s390/include/asm/kvm*
Joe Perches80811492009-04-08 20:20:27 -07006179F: arch/s390/kvm/
Christian Borntraeger85f8fff2008-03-25 18:47:41 +01006180
Christoffer Dalla7494742013-01-20 18:42:26 -05006181KERNEL VIRTUAL MACHINE (KVM) FOR ARM
Christoffer Dall0f4ca792013-06-21 13:54:36 -07006182M: Christoffer Dall <christoffer.dall@linaro.org>
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006183M: Marc Zyngier <marc.zyngier@arm.com>
6184L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Christoffer Dalla7494742013-01-20 18:42:26 -05006185L: kvmarm@lists.cs.columbia.edu
6186W: http://systems.cs.columbia.edu/projects/kvm-arm
Fengguang Wu1b1ebe82015-12-18 15:51:44 +08006187T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
Christoffer Dall0f4ca792013-06-21 13:54:36 -07006188S: Supported
Christoffer Dalla7494742013-01-20 18:42:26 -05006189F: arch/arm/include/uapi/asm/kvm*
6190F: arch/arm/include/asm/kvm*
6191F: arch/arm/kvm/
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006192F: virt/kvm/arm/
6193F: include/kvm/arm_*
Christoffer Dalla7494742013-01-20 18:42:26 -05006194
Marc Zyngier6394a3e2013-04-02 17:49:40 +01006195KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
Marc Zyngier5c8818b2014-04-26 03:43:01 -07006196M: Christoffer Dall <christoffer.dall@linaro.org>
Marc Zyngier6394a3e2013-04-02 17:49:40 +01006197M: Marc Zyngier <marc.zyngier@arm.com>
6198L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6199L: kvmarm@lists.cs.columbia.edu
6200S: Maintained
6201F: arch/arm64/include/uapi/asm/kvm*
6202F: arch/arm64/include/asm/kvm*
6203F: arch/arm64/kvm/
6204
James Hoganbfd3d532015-12-16 23:49:41 +00006205KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6206M: James Hogan <james.hogan@imgtec.com>
6207L: linux-mips@linux-mips.org
6208S: Supported
6209F: arch/mips/include/uapi/asm/kvm*
6210F: arch/mips/include/asm/kvm*
6211F: arch/mips/kvm/
6212
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006213KEXEC
Joe Perches8b58be82009-07-29 15:04:30 -07006214M: Eric Biederman <ebiederm@xmission.com>
Simon Horman2f327da2010-09-09 16:37:33 -07006215W: http://kernel.org/pub/linux/utils/kernel/kexec/
Simon Horman34633992007-05-08 00:31:40 -07006216L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006217S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006218F: include/linux/kexec.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006219F: include/uapi/linux/kexec.h
Joe Perches679655d2009-04-07 20:44:32 -07006220F: kernel/kexec.c
Eric W. Biedermandc009d92005-06-25 14:57:52 -07006221
David Howellse9714612010-03-29 23:42:09 +01006222KEYS/KEYRINGS:
6223M: David Howells <dhowells@redhat.com>
David Howellsaa62eff2015-08-11 13:29:48 +01006224L: keyrings@vger.kernel.org
David Howellse9714612010-03-29 23:42:09 +01006225S: Maintained
Randy Dunlapd410fa4e2011-05-19 15:59:38 -07006226F: Documentation/security/keys.txt
David Howellse9714612010-03-29 23:42:09 +01006227F: include/linux/key.h
6228F: include/linux/key-type.h
6229F: include/keys/
6230F: security/keys/
6231
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006232KEYS-TRUSTED
Mimi Zohar74dd7442014-02-27 08:44:45 -05006233M: David Safford <safford@us.ibm.com>
6234M: Mimi Zohar <zohar@linux.vnet.ibm.com>
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006235L: linux-security-module@vger.kernel.org
David Howellsaa62eff2015-08-11 13:29:48 +01006236L: keyrings@vger.kernel.org
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006237S: Supported
Randy Dunlapd410fa4e2011-05-19 15:59:38 -07006238F: Documentation/security/keys-trusted-encrypted.txt
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006239F: include/keys/trusted-type.h
6240F: security/keys/trusted.c
6241F: security/keys/trusted.h
6242
6243KEYS-ENCRYPTED
Mimi Zohar74dd7442014-02-27 08:44:45 -05006244M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6245M: David Safford <safford@us.ibm.com>
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006246L: linux-security-module@vger.kernel.org
David Howellsaa62eff2015-08-11 13:29:48 +01006247L: keyrings@vger.kernel.org
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006248S: Supported
Randy Dunlapd410fa4e2011-05-19 15:59:38 -07006249F: Documentation/security/keys-trusted-encrypted.txt
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006250F: include/keys/encrypted-type.h
Joe Perches19c90aa2012-01-10 15:09:00 -08006251F: security/keys/encrypted-keys/
Mimi Zohar7f3c68b2011-01-18 09:07:13 -05006252
Jason Wessel5b778da2010-05-20 21:04:28 -05006253KGDB / KDB /debug_core
Joe Perches8b58be82009-07-29 15:04:30 -07006254M: Jason Wessel <jason.wessel@windriver.com>
Jason Wessel4063eb52010-05-20 21:04:19 -05006255W: http://kgdb.wiki.kernel.org/
Jason Wessele3e2aaf2008-03-20 13:43:45 -05006256L: kgdb-bugreport@lists.sourceforge.net
Fengguang Wu9f273c22016-01-20 15:03:25 -08006257T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
Jason Wessele3e2aaf2008-03-20 13:43:45 -05006258S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006259F: Documentation/DocBook/kgdb.tmpl
6260F: drivers/misc/kgdbts.c
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08006261F: drivers/tty/serial/kgdboc.c
Jason Wessel5b778da2010-05-20 21:04:28 -05006262F: include/linux/kdb.h
Joe Perches679655d2009-04-07 20:44:32 -07006263F: include/linux/kgdb.h
Jason Wessel4063eb52010-05-20 21:04:19 -05006264F: kernel/debug/
Jason Wessele3e2aaf2008-03-20 13:43:45 -05006265
Pekka Enberg456db8c2008-04-28 22:47:29 +03006266KMEMCHECK
Joe Perches8b58be82009-07-29 15:04:30 -07006267M: Vegard Nossum <vegardno@ifi.uio.no>
Pekka Enberg2ed1c522011-01-15 13:30:04 +02006268M: Pekka Enberg <penberg@kernel.org>
Pekka Enberg456db8c2008-04-28 22:47:29 +03006269S: Maintained
Joe Perches410d7a92009-11-17 14:06:15 -08006270F: Documentation/kmemcheck.txt
6271F: arch/x86/include/asm/kmemcheck.h
6272F: arch/x86/mm/kmemcheck/
6273F: include/linux/kmemcheck.h
6274F: mm/kmemcheck.c
Pekka Enberg456db8c2008-04-28 22:47:29 +03006275
Catalin Marinasc3bb4d22009-06-12 09:35:22 +01006276KMEMLEAK
Joe Perches8b58be82009-07-29 15:04:30 -07006277M: Catalin Marinas <catalin.marinas@arm.com>
Catalin Marinasc3bb4d22009-06-12 09:35:22 +01006278S: Maintained
6279F: Documentation/kmemleak.txt
6280F: include/linux/kmemleak.h
6281F: mm/kmemleak.c
6282F: mm/kmemleak-test.c
6283
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006284KPROBES
Joe Perches8b58be82009-07-29 15:04:30 -07006285M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6286M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6287M: "David S. Miller" <davem@davemloft.net>
Masami Hiramatsu97c29e72010-06-29 15:05:32 -07006288M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006289S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006290F: Documentation/kprobes.txt
6291F: include/linux/kprobes.h
6292F: kernel/kprobes.c
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07006293
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006294KS0108 LCD CONTROLLER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006295M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
Miguel Ojeda450c6222008-07-04 09:59:33 -07006296W: http://miguelojeda.es/auxdisplay.htm
6297W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006298S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006299F: Documentation/auxdisplay/ks0108
6300F: drivers/auxdisplay/ks0108.c
6301F: include/linux/ks0108.h
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08006302
David Ahern1b69c6d2015-09-29 20:07:11 -07006303L3MDEV
6304M: David Ahern <dsa@cumulusnetworks.com>
6305L: netdev@vger.kernel.org
6306S: Maintained
6307F: net/l3mdev
6308F: include/net/l3mdev.h
6309
John Crispin9ca44352016-01-04 20:28:12 +01006310LANTIQ MIPS ARCHITECTURE
6311M: John Crispin <blogic@openwrt.org>
6312L: linux-mips@linux-mips.org
6313S: Maintained
6314F: arch/mips/lantiq
6315
Linus Torvalds1da177e2005-04-16 15:20:36 -07006316LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07006317L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07006318S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07006319F: Documentation/networking/lapb-module.txt
6320F: include/*/lapb.h
6321F: net/lapb/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006322
6323LASI 53c700 driver for PARISC
Joe Perches8b58be82009-07-29 15:04:30 -07006324M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006325L: linux-scsi@vger.kernel.org
6326S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006327F: Documentation/scsi/53c700.txt
6328F: drivers/scsi/53c700*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006329
Richard Purdie263de9b2006-05-15 09:44:16 -07006330LED SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07006331M: Richard Purdie <rpurdie@rpsys.net>
Andrew Morton48b945a2015-05-05 16:23:30 -07006332M: Jacek Anaszewski <j.anaszewski@samsung.com>
Bryan Wuaa69cb82012-05-31 19:51:37 +08006333L: linux-leds@vger.kernel.org
Jacek Anaszewskib8926ba2015-08-20 08:59:35 +02006334T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
Richard Purdie263de9b2006-05-15 09:44:16 -07006335S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006336F: drivers/leds/
6337F: include/linux/leds.h
Richard Purdie263de9b2006-05-15 09:44:16 -07006338
Jean Delvareb0461a42011-06-15 15:08:46 -07006339LEGACY EEPROM DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006340M: Jean Delvare <jdelvare@suse.com>
Jean Delvareb0461a42011-06-15 15:08:46 -07006341S: Maintained
6342F: Documentation/misc-devices/eeprom
6343F: drivers/misc/eeprom/eeprom.c
6344
Linus Torvalds1da177e2005-04-16 15:20:36 -07006345LEGO USB Tower driver
Joe Perches8b58be82009-07-29 15:04:30 -07006346M: Juergen Stuber <starblue@users.sourceforge.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006347L: legousb-devel@lists.sourceforge.net
6348W: http://legousb.sourceforge.net/
6349S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006350F: drivers/usb/misc/legousbtower.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006351
Michael Krufky055616a2012-10-02 00:56:06 -03006352LG2160 MEDIA DRIVER
6353M: Michael Krufky <mkrufky@linuxtv.org>
6354L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006355W: https://linuxtv.org
Michael Krufky055616a2012-10-02 00:56:06 -03006356W: http://github.com/mkrufky
6357Q: http://patchwork.linuxtv.org/project/linux-media/list/
6358T: git git://linuxtv.org/mkrufky/tuners.git
6359S: Maintained
6360F: drivers/media/dvb-frontends/lg2160.*
6361
Michael Krufky6f0e7722012-10-02 00:56:00 -03006362LGDT3305 MEDIA DRIVER
6363M: Michael Krufky <mkrufky@linuxtv.org>
6364L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006365W: https://linuxtv.org
Michael Krufky6f0e7722012-10-02 00:56:00 -03006366W: http://github.com/mkrufky
6367Q: http://patchwork.linuxtv.org/project/linux-media/list/
6368T: git git://linuxtv.org/mkrufky/tuners.git
6369S: Maintained
6370F: drivers/media/dvb-frontends/lgdt3305.*
6371
Rusty Russell568a17f2007-10-25 14:12:24 +10006372LGUEST
Joe Perches8b58be82009-07-29 15:04:30 -07006373M: Rusty Russell <rusty@rustcorp.com.au>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006374L: lguest@lists.ozlabs.org
Rusty Russell568a17f2007-10-25 14:12:24 +10006375W: http://lguest.ozlabs.org/
Rusty Russell72e91862010-08-27 08:39:51 -06006376S: Odd Fixes
Joe Perches070f4202012-02-03 15:37:13 -08006377F: arch/x86/include/asm/lguest*.h
Joe Perches679655d2009-04-07 20:44:32 -07006378F: arch/x86/lguest/
6379F: drivers/lguest/
6380F: include/linux/lguest*.h
Joe Perches070f4202012-02-03 15:37:13 -08006381F: tools/lguest/
Rusty Russell568a17f2007-10-25 14:12:24 +10006382
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006383LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6384M: Tejun Heo <tj@kernel.org>
6385L: linux-ide@vger.kernel.org
6386T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6387S: Maintained
6388F: drivers/ata/
6389F: include/linux/ata.h
6390F: include/linux/libata.h
6391
6392LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
Viresh Kumarda899472015-07-17 16:23:50 -07006393M: Viresh Kumar <vireshk@kernel.org>
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006394L: linux-ide@vger.kernel.org
6395T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6396S: Maintained
6397F: include/linux/pata_arasan_cf_data.h
6398F: drivers/ata/pata_arasan_cf.c
6399
Bartlomiej Zolnierkiewiczc7fa0562014-12-02 17:29:08 +01006400LIBATA PATA DRIVERS
6401M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6402M: Tejun Heo <tj@kernel.org>
6403L: linux-ide@vger.kernel.org
6404T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6405S: Maintained
6406F: drivers/ata/pata_*.c
6407F: drivers/ata/ata_generic.c
6408
Tejun Heo32ac7cb2015-01-06 18:36:44 -05006409LIBATA SATA AHCI PLATFORM devices support
6410M: Hans de Goede <hdegoede@redhat.com>
6411M: Tejun Heo <tj@kernel.org>
6412L: linux-ide@vger.kernel.org
6413T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6414S: Maintained
6415F: drivers/ata/ahci_platform.c
6416F: drivers/ata/libahci_platform.c
6417F: include/linux/ahci_platform.h
6418
6419LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6420M: Mikael Pettersson <mikpelinux@gmail.com>
6421L: linux-ide@vger.kernel.org
6422T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6423S: Maintained
6424F: drivers/ata/sata_promise.*
6425
Sasha Levin1acd4372013-06-13 18:41:24 -04006426LIBLOCKDEP
6427M: Sasha Levin <sasha.levin@oracle.com>
6428S: Maintained
6429F: tools/lib/lockdep/
6430
Dan Williamsbc301962015-06-25 04:48:19 -04006431LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6432M: Dan Williams <dan.j.williams@intel.com>
6433L: linux-nvdimm@lists.01.org
6434Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
Fengguang Wu9f273c22016-01-20 15:03:25 -08006435T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
Dan Williamsbc301962015-06-25 04:48:19 -04006436S: Supported
6437F: drivers/nvdimm/*
6438F: include/linux/nd.h
6439F: include/linux/libnvdimm.h
6440F: include/uapi/linux/ndctl.h
6441
6442LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6443M: Ross Zwisler <ross.zwisler@linux.intel.com>
6444L: linux-nvdimm@lists.01.org
6445Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6446S: Supported
6447F: drivers/nvdimm/blk.c
6448F: drivers/nvdimm/region_devs.c
6449F: drivers/acpi/nfit*
6450
6451LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6452M: Vishal Verma <vishal.l.verma@intel.com>
6453L: linux-nvdimm@lists.01.org
6454Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6455S: Supported
6456F: drivers/nvdimm/btt*
6457
6458LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6459M: Ross Zwisler <ross.zwisler@linux.intel.com>
6460L: linux-nvdimm@lists.01.org
6461Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6462S: Supported
6463F: drivers/nvdimm/pmem.c
Ross Zwislerb864bc12015-07-10 11:06:10 -06006464F: include/linux/pmem.h
Ross Zwisler40603522015-08-18 13:55:36 -06006465F: arch/*/include/asm/pmem.h
Dan Williamsbc301962015-06-25 04:48:19 -04006466
Matias Bjørlingcd9e9802015-10-28 19:54:55 +01006467LIGHTNVM PLATFORM SUPPORT
6468M: Matias Bjorling <mb@lightnvm.io>
6469W: http://github/OpenChannelSSD
Matias Bjørling4ead1a22015-11-16 15:34:35 +01006470L: linux-block@vger.kernel.org
Matias Bjørlingcd9e9802015-10-28 19:54:55 +01006471S: Maintained
6472F: drivers/lightnvm/
6473F: include/linux/lightnvm.h
6474F: include/uapi/linux/lightnvm.h
6475
Linus Torvalds1da177e2005-04-16 15:20:36 -07006476LINUX FOR IBM pSERIES (RS/6000)
Joe Perches8b58be82009-07-29 15:04:30 -07006477M: Paul Mackerras <paulus@au.ibm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006478W: http://www.ibm.com/linux/ltc/projects/ppc
6479S: Supported
Joe Perches11c34c72009-12-04 07:16:59 +00006480F: arch/powerpc/boot/rs6000.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006481
Paul Mackerras852bb9f2008-07-04 21:04:42 +10006482LINUX FOR POWERPC (32-BIT AND 64-BIT)
Joe Perches8b58be82009-07-29 15:04:30 -07006483M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6484M: Paul Mackerras <paulus@samba.org>
Benjamin Herrenschmidtea668932014-07-28 13:54:37 +10006485M: Michael Ellerman <mpe@ellerman.id.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006486W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006487L: linuxppc-dev@lists.ozlabs.org
Joe Perches8a6e2532010-03-05 13:43:11 -08006488Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
Michael Ellerman99580842015-07-07 19:16:23 +10006489T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006490S: Supported
Joe Perches11c34c72009-12-04 07:16:59 +00006491F: Documentation/powerpc/
6492F: arch/powerpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006493
6494LINUX FOR POWER MACINTOSH
Joe Perches8b58be82009-07-29 15:04:30 -07006495M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006496W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006497L: linuxppc-dev@lists.ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006498S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006499F: arch/powerpc/platforms/powermac/
6500F: drivers/macintosh/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006501
Grant Likely77a76362008-07-12 12:11:43 -06006502LINUX FOR POWERPC EMBEDDED MPC5XXX
Anatolij Gustschina1495072011-07-20 19:04:25 +00006503M: Anatolij Gustschin <agust@denx.de>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006504L: linuxppc-dev@lists.ozlabs.org
Anatolij Gustschincba5b1c2014-10-02 16:16:59 -07006505T: git git://git.denx.de/linux-denx-agust.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006506S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006507F: arch/powerpc/platforms/512x/
6508F: arch/powerpc/platforms/52xx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006509
6510LINUX FOR POWERPC EMBEDDED PPC4XX
Joe Perches49e7d9d2015-04-15 16:17:31 -07006511M: Alistair Popple <alistair@popple.id.au>
Joe Perches8b58be82009-07-29 15:04:30 -07006512M: Matt Porter <mporter@kernel.crashing.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006513W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006514L: linuxppc-dev@lists.ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006515S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006516F: arch/powerpc/platforms/40x/
6517F: arch/powerpc/platforms/44x/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006518
Grant Likely260c02a2007-10-02 12:15:34 +10006519LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006520L: linuxppc-dev@lists.ozlabs.org
Grant Likelycdeb8992013-07-22 01:38:32 +01006521S: Orphan
Joe Perches11c34c72009-12-04 07:16:59 +00006522F: arch/powerpc/*/*virtex*
6523F: arch/powerpc/*/*/*virtex*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006524
Tom Rinie93adf12005-07-26 12:49:53 -07006525LINUX FOR POWERPC EMBEDDED PPC8XX
Joe Perches8b58be82009-07-29 15:04:30 -07006526M: Vitaly Bordug <vitb@kernel.crashing.org>
Tom Rinie93adf12005-07-26 12:49:53 -07006527W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006528L: linuxppc-dev@lists.ozlabs.org
Tom Rinie93adf12005-07-26 12:49:53 -07006529S: Maintained
Joe Perchesa2b1f7c2010-08-09 17:20:47 -07006530F: arch/powerpc/platforms/8xx/
Tom Rinie93adf12005-07-26 12:49:53 -07006531
Linus Torvalds1da177e2005-04-16 15:20:36 -07006532LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Scott Wood44451d42015-12-31 12:57:26 -06006533M: Scott Wood <oss@buserror.net>
Joe Perches8b58be82009-07-29 15:04:30 -07006534M: Kumar Gala <galak@kernel.crashing.org>
Jim Cromiece00f852006-11-30 04:49:44 +01006535W: http://www.penguinppc.org/
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006536L: linuxppc-dev@lists.ozlabs.org
Scott Wooda1e0fb42014-05-05 20:46:43 -05006537T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
Jim Cromiece00f852006-11-30 04:49:44 +01006538S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006539F: arch/powerpc/platforms/83xx/
Baruch Siach4c8f5812011-06-20 08:00:22 +03006540F: arch/powerpc/platforms/85xx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006541
Olof Johanssonab06ff32006-09-06 14:44:54 -05006542LINUX FOR POWERPC PA SEMI PWRFICIENT
Joe Perches8b58be82009-07-29 15:04:30 -07006543M: Olof Johansson <olof@lixom.net>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10006544L: linuxppc-dev@lists.ozlabs.org
Olof Johansson92e19702010-05-22 05:17:38 +00006545S: Maintained
Joe Perches11c34c72009-12-04 07:16:59 +00006546F: arch/powerpc/platforms/pasemi/
6547F: drivers/*/*pasemi*
6548F: drivers/*/*/*pasemi*
Olof Johanssonab06ff32006-09-06 14:44:54 -05006549
Linus Torvalds1da177e2005-04-16 15:20:36 -07006550LINUX SECURITY MODULE (LSM) FRAMEWORK
Joe Perches8b58be82009-07-29 15:04:30 -07006551M: Chris Wright <chrisw@sous-sol.org>
Chris Wright1a4520b2006-03-11 03:27:20 -08006552L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006553S: Supported
6554
Harry Weia23ce6d2011-02-11 16:52:20 +01006555LIS3LV02D ACCELEROMETER DRIVER
6556M: Eric Piel <eric.piel@tremplin-utc.net>
6557S: Maintained
Jean Delvareff606672011-03-21 17:59:36 +01006558F: Documentation/misc-devices/lis3lv02d
6559F: drivers/misc/lis3lv02d/
Éric Pielbd356652011-10-31 17:10:41 -07006560F: drivers/platform/x86/hp_accel.c
Harry Weia23ce6d2011-02-11 16:52:20 +01006561
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006562LIVE PATCHING
6563M: Josh Poimboeuf <jpoimboe@redhat.com>
6564M: Seth Jennings <sjenning@redhat.com>
Jiri Kosinae5f64502015-08-09 09:11:34 +02006565M: Jiri Kosina <jikos@kernel.org>
Jiri Slabyd8130622015-07-17 16:23:20 -07006566M: Vojtech Pavlik <vojtech@suse.com>
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006567S: Maintained
6568F: kernel/livepatch/
6569F: include/linux/livepatch.h
6570F: arch/x86/include/asm/livepatch.h
6571F: arch/x86/kernel/livepatch.c
6572F: Documentation/ABI/testing/sysfs-kernel-livepatch
Seth Jennings13d1cf72014-12-16 11:58:20 -06006573F: samples/livepatch/
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006574L: live-patching@vger.kernel.org
Jiri Kosina74d50da2014-12-22 13:40:20 +01006575T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
Seth Jenningsb700e7f2014-12-16 11:58:19 -06006576
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006577LLC (802.2)
Joe Perches8b58be82009-07-29 15:04:30 -07006578M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006579S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006580F: include/linux/llc.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006581F: include/uapi/linux/llc.h
Joe Perches679655d2009-04-07 20:44:32 -07006582F: include/net/llc*
6583F: net/llc/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07006584
Adrien Demarez4e233cb2009-12-09 20:35:50 +01006585LM73 HARDWARE MONITOR DRIVER
6586M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
6587L: lm-sensors@lm-sensors.org
6588S: Maintained
6589F: drivers/hwmon/lm73.c
6590
Jean Delvare156e2d12011-07-25 21:46:11 +02006591LM78 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006592M: Jean Delvare <jdelvare@suse.com>
Jean Delvare156e2d12011-07-25 21:46:11 +02006593L: lm-sensors@lm-sensors.org
6594S: Maintained
6595F: Documentation/hwmon/lm78
6596F: drivers/hwmon/lm78.c
6597
Linus Torvalds1da177e2005-04-16 15:20:36 -07006598LM83 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006599M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +02006600L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006601S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006602F: Documentation/hwmon/lm83
6603F: drivers/hwmon/lm83.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006604
6605LM90 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07006606M: Jean Delvare <jdelvare@suse.com>
Jean Delvarecc0b07e2005-05-22 09:39:11 +02006607L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006608S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006609F: Documentation/hwmon/lm90
Wei Niaae7bce2013-11-15 10:40:39 +01006610F: Documentation/devicetree/bindings/hwmon/lm90.txt
Joe Perches679655d2009-04-07 20:44:32 -07006611F: drivers/hwmon/lm90.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07006612
Guenter Roeck917cc4e2013-05-19 20:44:27 -07006613LM95234 HARDWARE MONITOR DRIVER
6614M: Guenter Roeck <linux@roeck-us.net>
6615L: lm-sensors@lm-sensors.org
6616S: Maintained
6617F: Documentation/hwmon/lm95234
6618F: drivers/hwmon/lm95234.c
6619
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006620LME2510 MEDIA DRIVER
6621M: Malcolm Priestley <tvboxspy@gmail.com>
6622L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006623W: https://linuxtv.org
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006624Q: http://patchwork.linuxtv.org/project/linux-media/list/
6625S: Maintained
6626F: drivers/media/usb/dvb-usb-v2/lmedm04*
6627
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006628LOCKDEP AND LOCKSTAT
Joe Perches8b58be82009-07-29 15:04:30 -07006629M: Peter Zijlstra <peterz@infradead.org>
6630M: Ingo Molnar <mingo@redhat.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01006631L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01006632T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006633S: Maintained
Davidlohr Bueso214e0ae2014-07-30 13:41:55 -07006634F: Documentation/locking/lockdep*.txt
6635F: Documentation/locking/lockstat.txt
Joe Perches679655d2009-04-07 20:44:32 -07006636F: include/linux/lockdep.h
Joe Perches7486d6da2013-11-14 14:59:45 -08006637F: kernel/locking/
Peter Zijlstra512e67f2007-10-11 22:11:11 +02006638
Anton Altaparmakovdde33342007-05-21 09:37:42 +01006639LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Joe Perches8b58be82009-07-29 15:04:30 -07006640M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
Anton Altaparmakovdde33342007-05-21 09:37:42 +01006641L: linux-ntfs-dev@lists.sourceforge.net
6642W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006643S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006644F: Documentation/ldm.txt
Joe Perches20d16fe2012-02-03 15:37:11 -08006645F: block/partitions/ldm.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07006646
Joern Engelef6ada32009-11-20 22:17:12 +01006647LogFS
6648M: Joern Engel <joern@logfs.org>
Prasad Joshi756ccb32011-09-13 23:04:11 +05306649M: Prasad Joshi <prasadjoshi.linux@gmail.com>
Joern Engelef6ada32009-11-20 22:17:12 +01006650L: logfs@logfs.org
6651W: logfs.org
6652S: Maintained
6653F: fs/logfs/
6654
Roland Stiggeb62d7942013-04-02 19:37:11 +02006655LPC32XX MACHINE SUPPORT
6656M: Roland Stigge <stigge@antcom.de>
6657L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6658S: Maintained
6659F: arch/arm/mach-lpc32xx/
6660
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006661LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
Reddy, Sreekanth3a980502014-06-13 20:48:04 +05306662M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6663M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6664M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6665M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6666L: MPT-FusionLinux.pdl@avagotech.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006667L: linux-scsi@vger.kernel.org
6668W: http://www.lsilogic.com/support
6669S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07006670F: drivers/message/fusion/
sreekanth.reddy@lsi.com500c1522012-10-09 11:04:22 +05306671F: drivers/scsi/mpt2sas/
6672F: drivers/scsi/mpt3sas/
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07006673
Linus Torvalds1da177e2005-04-16 15:20:36 -07006674LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
Joe Perches8b58be82009-07-29 15:04:30 -07006675M: Matthew Wilcox <matthew@wil.cx>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006676L: linux-scsi@vger.kernel.org
6677S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006678F: drivers/scsi/sym53c8xx_2/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006679
Guenter Roecke5f5c992010-06-25 11:59:54 -07006680LTC4261 HARDWARE MONITOR DRIVER
6681M: Guenter Roeck <linux@roeck-us.net>
6682L: lm-sensors@lm-sensors.org
6683S: Maintained
6684F: Documentation/hwmon/ltc4261
6685F: drivers/hwmon/ltc4261.c
6686
Mike Frysinger81365c32008-10-29 14:01:12 -07006687LTP (Linux Test Project)
Joe Perches28b8e8d2010-03-23 13:35:20 -07006688M: Mike Frysinger <vapier@gentoo.org>
Wanlong Gao7d1ae8a2012-03-23 15:01:58 -07006689M: Cyril Hrubis <chrubis@suse.cz>
Cyril Hrubis05261092015-09-17 16:01:57 -07006690M: Wanlong Gao <wanlong.gao@gmail.com>
Cyril Hrubisf2eb7f62014-05-09 15:36:58 -07006691M: Jan Stancek <jstancek@redhat.com>
6692M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6693M: Alexey Kodanev <alexey.kodanev@oracle.com>
Cyril Hrubis05261092015-09-17 16:01:57 -07006694L: ltp@lists.linux.it (subscribers-only)
Cyril Hrubisf2eb7f62014-05-09 15:36:58 -07006695W: http://linux-test-project.github.io/
Wanlong Gao7d1ae8a2012-03-23 15:01:58 -07006696T: git git://github.com/linux-test-project/ltp.git
Mike Frysinger81365c32008-10-29 14:01:12 -07006697S: Maintained
6698
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006699M32R ARCHITECTURE
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006700W: http://www.linux-m32r.org/
Michael Opdenackerb4174862014-10-13 15:51:26 -07006701S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07006702F: arch/m32r/
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07006703
Linus Torvalds1da177e2005-04-16 15:20:36 -07006704M68K ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07006705M: Geert Uytterhoeven <geert@linux-m68k.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006706L: linux-m68k@lists.linux-m68k.org
6707W: http://www.linux-m68k.org/
Joe Perches54e58812009-04-07 21:08:10 -07006708T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07006709S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006710F: arch/m68k/
Joe Perches9db35182009-04-08 08:39:56 -07006711F: drivers/zorro/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006712
6713M68K ON APPLE MACINTOSH
Joe Perches8b58be82009-07-29 15:04:30 -07006714M: Joshua Thompson <funaho@jurai.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006715W: http://www.mac.linux-m68k.org/
Finn Thain9bb9f222007-11-18 11:10:05 +01006716L: linux-m68k@lists.linux-m68k.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07006717S: Maintained
Joe Perches9db35182009-04-08 08:39:56 -07006718F: arch/m68k/mac/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006719
6720M68K ON HP9000/300
Joe Perches8b58be82009-07-29 15:04:30 -07006721M: Philip Blundell <philb@gnu.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006722W: http://www.tazenda.demon.co.uk/phil/linux-hp
6723S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006724F: arch/m68k/hp300/
Linus Torvalds1da177e2005-04-16 15:20:36 -07006725
Antti Palosaari74425542013-11-06 14:03:32 -03006726M88DS3103 MEDIA DRIVER
6727M: Antti Palosaari <crope@iki.fi>
6728L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006729W: https://linuxtv.org
Antti Palosaari74425542013-11-06 14:03:32 -03006730W: http://palosaari.fi/linux/
6731Q: http://patchwork.linuxtv.org/project/linux-media/list/
6732T: git git://linuxtv.org/anttip/media_tree.git
6733S: Maintained
6734F: drivers/media/dvb-frontends/m88ds3103*
6735
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006736M88RS2000 MEDIA DRIVER
6737M: Malcolm Priestley <tvboxspy@gmail.com>
6738L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006739W: https://linuxtv.org
Malcolm Priestley68620bd2012-11-04 19:16:31 +01006740Q: http://patchwork.linuxtv.org/project/linux-media/list/
6741S: Maintained
6742F: drivers/media/dvb-frontends/m88rs2000*
6743
Alexey Klimov07a092f2012-11-12 02:57:32 -03006744MA901 MASTERKIT USB FM RADIO DRIVER
Joe Perchesb75f0052014-03-03 15:38:37 -08006745M: Alexey Klimov <klimov.linux@gmail.com>
6746L: linux-media@vger.kernel.org
6747T: git git://linuxtv.org/media_tree.git
6748S: Maintained
6749F: drivers/media/radio/radio-ma901.c
Alexey Klimov07a092f2012-11-12 02:57:32 -03006750
Jiri Benc64a327a2007-05-05 11:47:08 -07006751MAC80211
Joe Perches8b58be82009-07-29 15:04:30 -07006752M: Johannes Berg <johannes@sipsolutions.net>
Jiri Benc64a327a2007-05-05 11:47:08 -07006753L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02006754W: http://wireless.kernel.org/
Johannes Bergce466572012-06-05 15:42:55 +02006755T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6756T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Jiri Benc64a327a2007-05-05 11:47:08 -07006757S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006758F: Documentation/networking/mac80211-injection.txt
6759F: include/net/mac80211.h
6760F: net/mac80211/
Jiri Benc64a327a2007-05-05 11:47:08 -07006761
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006762MACVLAN DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07006763M: Patrick McHardy <kaber@trash.net>
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006764L: netdev@vger.kernel.org
6765S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006766F: drivers/net/macvlan.c
6767F: include/linux/if_macvlan.h
Patrick McHardyb863ceb2007-07-14 18:55:06 -07006768
Jassi Brar2b6d83e2014-06-12 22:31:19 +05306769MAILBOX API
6770M: Jassi Brar <jassisinghbrar@gmail.com>
6771L: linux-kernel@vger.kernel.org
6772S: Maintained
6773F: drivers/mailbox/
6774F: include/linux/mailbox_client.h
6775F: include/linux/mailbox_controller.h
6776
Michael Kerriskfaf16682005-07-31 22:34:47 -07006777MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Joe Perches8b58be82009-07-29 15:04:30 -07006778M: Michael Kerrisk <mtk.manpages@gmail.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +02006779W: http://www.kernel.org/doc/man-pages
Michael Kerriskbd7ebec2008-10-03 15:23:44 -07006780L: linux-man@vger.kernel.org
Michael Kerrisk1b53dc72009-03-12 14:31:32 -07006781S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07006782
Russell King8427def2014-02-28 22:40:53 +00006783MARVELL ARMADA DRM SUPPORT
6784M: Russell King <rmk+kernel@arm.linux.org.uk>
6785S: Maintained
6786F: drivers/gpu/drm/armada/
6787
Guenter Roeck3ad50cc2014-10-29 10:44:56 -07006788MARVELL 88E6352 DSA support
6789M: Guenter Roeck <linux@roeck-us.net>
6790S: Maintained
6791F: drivers/net/dsa/mv88e6352.c
6792
Thomas Petazzonic4d007b2015-10-09 17:39:02 +02006793MARVELL CRYPTO DRIVER
6794M: Boris Brezillon <boris.brezillon@free-electrons.com>
6795M: Arnaud Ebalard <arno@natisbad.org>
6796F: drivers/crypto/marvell/
6797S: Maintained
6798L: linux-crypto@vger.kernel.org
6799
stephen hemminger44c14c12012-04-02 12:59:47 +00006800MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6801M: Mirko Lindner <mlindner@marvell.com>
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08006802M: Stephen Hemminger <stephen@networkplumber.org>
stephen hemminger44c14c12012-04-02 12:59:47 +00006803L: netdev@vger.kernel.org
6804S: Maintained
6805F: drivers/net/ethernet/marvell/sk*
6806
Stefano Brivio74cda162007-11-19 20:27:46 +01006807MARVELL LIBERTAS WIRELESS DRIVER
Stefano Brivio74cda162007-11-19 20:27:46 +01006808L: libertas-dev@lists.infradead.org
Dan Williams8ac3e992013-03-26 14:40:51 -05006809S: Orphan
Kalle Valof988d642015-11-17 21:07:19 +02006810F: drivers/net/wireless/marvell/libertas/
Stefano Brivio74cda162007-11-19 20:27:46 +01006811
Dale Farnsworthb60d6972006-01-16 16:45:45 -07006812MARVELL MV643XX ETHERNET DRIVER
Sebastian Hesselbarth4e3faf82013-10-04 12:56:39 +02006813M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Ralf Baechle979b6c12005-06-13 14:30:40 -07006814L: netdev@vger.kernel.org
Lennert Buytenhekf5ca8502010-02-22 22:34:54 +00006815S: Maintained
Jeff Kirsher527a6262011-05-20 20:18:55 -07006816F: drivers/net/ethernet/marvell/mv643xx_eth.*
Joe Perches679655d2009-04-07 20:44:32 -07006817F: include/linux/mv643xx.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006818
Thomas Petazzoni370b8ed2012-09-04 15:06:42 +02006819MARVELL MVNETA ETHERNET DRIVER
6820M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6821L: netdev@vger.kernel.org
6822S: Maintained
6823F: drivers/net/ethernet/marvell/mvneta.*
6824
Bing Zhaofcad5842011-07-13 13:11:58 -07006825MARVELL MWIFIEX WIRELESS DRIVER
Bing Zhaob9d31702014-07-30 13:57:16 -07006826M: Amitkumar Karwar <akarwar@marvell.com>
Avinash Patil550795f2015-06-24 16:52:21 +05306827M: Nishant Sarmukadam <nishants@marvell.com>
Bing Zhaofcad5842011-07-13 13:11:58 -07006828L: linux-wireless@vger.kernel.org
6829S: Maintained
Kalle Valo277b0242015-11-17 21:14:51 +02006830F: drivers/net/wireless/marvell/mwifiex/
Bing Zhaofcad5842011-07-13 13:11:58 -07006831
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006832MARVELL MWL8K WIRELESS DRIVER
Lennert Buytenheka040d532010-02-23 09:34:38 +01006833M: Lennert Buytenhek <buytenh@wantstofly.org>
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006834L: linux-wireless@vger.kernel.org
Lennert Buytenhek16345912010-07-29 01:47:04 +02006835S: Odd Fixes
Kalle Valode60f1d2015-11-17 21:18:12 +02006836F: drivers/net/wireless/marvell/mwl8k.c
Lennert Buytenheka2c3f652009-08-18 05:13:48 +02006837
Pierre Ossman2a695672009-03-16 19:52:26 +01006838MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
Nicolas Pitre2f82af02009-09-14 03:25:28 -04006839M: Nicolas Pitre <nico@fluxnic.net>
Nicolas Pitre18e28422010-05-03 16:43:47 -04006840S: Odd Fixes
Joe Perches1fa7e542010-10-26 14:23:02 -07006841F: drivers/mmc/host/mvsdio.*
Pierre Ossman2a695672009-03-16 19:52:26 +01006842
Linus Torvalds1da177e2005-04-16 15:20:36 -07006843MATROX FRAMEBUFFER DRIVER
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01006844L: linux-fbdev@vger.kernel.org
Petr Vandrovec52653192010-09-30 15:15:34 -07006845S: Orphan
Jingoo Han8a61f012014-07-01 15:36:01 +09006846F: drivers/video/fbdev/matrox/matroxfb_*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08006847F: include/uapi/linux/matroxfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07006848
Guenter Roeckca462082012-06-01 23:28:23 -07006849MAX16065 HARDWARE MONITOR DRIVER
6850M: Guenter Roeck <linux@roeck-us.net>
6851L: lm-sensors@lm-sensors.org
6852S: Maintained
6853F: Documentation/hwmon/max16065
6854F: drivers/hwmon/max16065.c
6855
Guenter Roeck1f61cab2015-06-08 11:15:23 -07006856MAX20751 HARDWARE MONITOR DRIVER
6857M: Guenter Roeck <linux@roeck-us.net>
6858L: lm-sensors@lm-sensors.org
6859S: Maintained
6860F: Documentation/hwmon/max20751
6861F: drivers/hwmon/max20751.c
6862
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006863MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
Hans J. Koch6a534c92011-04-14 15:22:16 -07006864M: "Hans J. Koch" <hjk@hansjkoch.de>
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006865L: lm-sensors@lm-sensors.org
6866S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07006867F: Documentation/hwmon/max6650
6868F: drivers/hwmon/max6650.c
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02006869
Guenter Roecke89ab512013-03-08 08:13:09 -08006870MAX6697 HARDWARE MONITOR DRIVER
6871M: Guenter Roeck <linux@roeck-us.net>
6872L: lm-sensors@lm-sensors.org
6873S: Maintained
6874F: Documentation/hwmon/max6697
6875F: Documentation/devicetree/bindings/i2c/max6697.txt
6876F: drivers/hwmon/max6697.c
6877F: include/linux/platform_data/max6697.h
6878
Krzysztof Kozlowskif8f847b52015-01-20 11:00:56 +01006879MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6880M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6881L: linux-pm@vger.kernel.org
6882S: Supported
6883F: drivers/power/max14577_charger.c
6884F: drivers/power/max77693_charger.c
6885
Javier Martinez Canillas38114052015-07-17 10:17:58 +02006886MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6887M: Javier Martinez Canillas <javier@osg.samsung.com>
6888L: linux-kernel@vger.kernel.org
6889S: Supported
6890F: drivers/*/*max77802.c
6891F: Documentation/devicetree/bindings/*/*max77802.txt
6892F: include/dt-bindings/*/*max77802.h
6893
Krzysztof Kozlowskibefeb592015-02-16 16:00:23 -08006894MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6895M: Chanwoo Choi <cw00.choi@samsung.com>
6896M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6897L: linux-kernel@vger.kernel.org
6898S: Supported
6899F: drivers/*/max14577.c
6900F: drivers/*/max77686.c
6901F: drivers/*/max77693.c
6902F: drivers/extcon/extcon-max14577.c
6903F: drivers/extcon/extcon-max77693.c
6904F: drivers/rtc/rtc-max77686.c
6905F: drivers/clk/clk-max77686.c
6906F: Documentation/devicetree/bindings/mfd/max14577.txt
Javier Martinez Canillas377452f2015-07-17 10:17:57 +02006907F: Documentation/devicetree/bindings/*/max77686.txt
Krzysztof Kozlowskibefeb592015-02-16 16:00:23 -08006908F: Documentation/devicetree/bindings/mfd/max77693.txt
6909F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
6910F: include/linux/mfd/max14577*.h
6911F: include/linux/mfd/max77686*.h
6912F: include/linux/mfd/max77693*.h
6913
Hans Verkuil9be3c9a2012-11-23 07:12:43 -03006914MAXIRADIO FM RADIO RECEIVER DRIVER
6915M: Hans Verkuil <hverkuil@xs4all.nl>
6916L: linux-media@vger.kernel.org
6917T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006918W: https://linuxtv.org
Hans Verkuil9be3c9a2012-11-23 07:12:43 -03006919S: Maintained
6920F: drivers/media/radio/radio-maxiradio*
6921
Peter Rosinc05dc2c2015-09-23 16:26:23 +02006922MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6923M: Peter Rosin <peda@axentia.se>
6924L: linux-iio@vger.kernel.org
6925S: Maintained
6926F: drivers/iio/potentiometer/mcp4531.c
6927
Laurent Pinchart6f32a8c2015-03-04 09:12:20 -03006928MEDIA DRIVERS FOR RENESAS - VSP1
6929M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6930L: linux-media@vger.kernel.org
Simon Horman4a121092016-01-18 10:04:33 +09006931L: linux-renesas-soc@vger.kernel.org
Laurent Pinchart6f32a8c2015-03-04 09:12:20 -03006932T: git git://linuxtv.org/media_tree.git
6933S: Supported
6934F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
6935F: drivers/media/platform/vsp1/
6936
Kozlov Sergeydacf9ce2015-07-28 11:33:01 -03006937MEDIA DRIVERS FOR ASCOT2E
6938M: Sergey Kozlov <serjk@netup.ru>
6939L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006940W: https://linuxtv.org
Kozlov Sergeydacf9ce2015-07-28 11:33:01 -03006941W: http://netup.tv/
6942T: git git://linuxtv.org/media_tree.git
6943S: Supported
6944F: drivers/media/dvb-frontends/ascot2e*
6945
Kozlov Sergeya6dc60ff2015-07-28 11:33:03 -03006946MEDIA DRIVERS FOR CXD2841ER
6947M: Sergey Kozlov <serjk@netup.ru>
6948L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006949W: https://linuxtv.org
Kozlov Sergeya6dc60ff2015-07-28 11:33:03 -03006950W: http://netup.tv/
6951T: git git://linuxtv.org/media_tree.git
6952S: Supported
6953F: drivers/media/dvb-frontends/cxd2841er*
6954
Kozlov Sergeya5d32b32015-07-28 11:33:00 -03006955MEDIA DRIVERS FOR HORUS3A
6956M: Sergey Kozlov <serjk@netup.ru>
6957L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006958W: https://linuxtv.org
Kozlov Sergeya5d32b32015-07-28 11:33:00 -03006959W: http://netup.tv/
6960T: git git://linuxtv.org/media_tree.git
6961S: Supported
6962F: drivers/media/dvb-frontends/horus3a*
6963
Kozlov Sergeye0252732015-07-28 11:33:02 -03006964MEDIA DRIVERS FOR LNBH25
6965M: Sergey Kozlov <serjk@netup.ru>
6966L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006967W: https://linuxtv.org
Kozlov Sergeye0252732015-07-28 11:33:02 -03006968W: http://netup.tv/
6969T: git git://linuxtv.org/media_tree.git
6970S: Supported
6971F: drivers/media/dvb-frontends/lnbh25*
6972
Kozlov Sergey52b1eaf2015-07-28 11:33:04 -03006973MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6974M: Sergey Kozlov <serjk@netup.ru>
6975L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006976W: https://linuxtv.org
Kozlov Sergey52b1eaf2015-07-28 11:33:04 -03006977W: http://netup.tv/
6978T: git git://linuxtv.org/media_tree.git
6979S: Supported
6980F: drivers/media/pci/netup_unidvb/*
6981
Joe Perches127c49a2009-04-08 08:34:04 -07006982MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02006983M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Joe Perches127c49a2009-04-08 08:34:04 -07006984P: LinuxTV.org Project
6985L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02006986W: https://linuxtv.org
Joe Perches8a6e2532010-03-05 13:43:11 -08006987Q: http://patchwork.kernel.org/project/linux-media/list/
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02006988T: git git://linuxtv.org/media_tree.git
Joe Perches127c49a2009-04-08 08:34:04 -07006989S: Maintained
6990F: Documentation/dvb/
6991F: Documentation/video4linux/
Mauro Carvalho Chehabffe06192011-11-24 19:22:10 -02006992F: Documentation/DocBook/media/
Joe Perches127c49a2009-04-08 08:34:04 -07006993F: drivers/media/
Mauro Carvalho Chehabffe06192011-11-24 19:22:10 -02006994F: drivers/staging/media/
Mauro Carvalho Chehabeb4b0ec2015-11-16 08:35:53 -02006995F: include/linux/platform_data/media/
Joe Perches127c49a2009-04-08 08:34:04 -07006996F: include/media/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02006997F: include/uapi/linux/dvb/
6998F: include/uapi/linux/videodev2.h
6999F: include/uapi/linux/media.h
7000F: include/uapi/linux/v4l2-*
7001F: include/uapi/linux/meye.h
7002F: include/uapi/linux/ivtv*
7003F: include/uapi/linux/uvcvideo.h
Steven Rostedt70ea91f2006-07-30 03:03:53 -07007004
Jakub Kicinskic869f772015-05-26 11:16:00 +02007005MEDIATEK MT7601U WIRELESS LAN DRIVER
7006M: Jakub Kicinski <kubakici@wp.pl>
7007L: linux-wireless@vger.kernel.org
7008S: Maintained
7009F: drivers/net/wireless/mediatek/mt7601u/
7010
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +05307011MEGARAID SCSI/SAS DRIVERS
7012M: Kashyap Desai <kashyap.desai@avagotech.com>
7013M: Sumit Saxena <sumit.saxena@avagotech.com>
7014M: Uday Lingala <uday.lingala@avagotech.com>
7015L: megaraidlinux.pdl@avagotech.com
Jean Delvarebaaea1d2008-09-20 12:34:33 +02007016L: linux-scsi@vger.kernel.org
Sumit.Saxena@avagotech.come3990652014-11-17 15:24:03 +05307017W: http://www.lsi.com
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07007018S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007019F: Documentation/scsi/megaraid.txt
7020F: drivers/scsi/megaraid.*
7021F: drivers/scsi/megaraid/
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07007022
Amir Vadai2c46c9d2012-12-02 03:49:21 +00007023MELLANOX ETHERNET DRIVER (mlx4_en)
Or Gerlitze7523a492015-11-17 18:25:07 +02007024M: Eugenia Emantayev <eugenia@mellanox.com>
Joe Perchesb75f0052014-03-03 15:38:37 -08007025L: netdev@vger.kernel.org
Amir Vadai2c46c9d2012-12-02 03:49:21 +00007026S: Supported
7027W: http://www.mellanox.com
7028Q: http://patchwork.ozlabs.org/project/netdev/list/
7029F: drivers/net/ethernet/mellanox/mlx4/en_*
7030
Or Gerlitze7523a492015-11-17 18:25:07 +02007031MELLANOX ETHERNET DRIVER (mlx5e)
7032M: Saeed Mahameed <saeedm@mellanox.com>
7033L: netdev@vger.kernel.org
7034S: Supported
7035W: http://www.mellanox.com
7036Q: http://patchwork.ozlabs.org/project/netdev/list/
7037F: drivers/net/ethernet/mellanox/mlx5/core/en_*
7038
Jiri Pirko93c1edb2015-07-29 23:33:46 +02007039MELLANOX ETHERNET SWITCH DRIVERS
7040M: Jiri Pirko <jiri@mellanox.com>
7041M: Ido Schimmel <idosch@mellanox.com>
7042L: netdev@vger.kernel.org
7043S: Supported
7044W: http://www.mellanox.com
7045Q: http://patchwork.ozlabs.org/project/netdev/list/
7046F: drivers/net/ethernet/mellanox/mlxsw/
7047
Mathieu Desnoyers5b25b132015-09-11 13:07:39 -07007048MEMBARRIER SUPPORT
7049M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7050M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7051L: linux-kernel@vger.kernel.org
7052S: Supported
7053F: kernel/membarrier.c
7054F: include/uapi/linux/membarrier.h
7055
Steven Rostedt70ea91f2006-07-30 03:03:53 -07007056MEMORY MANAGEMENT
7057L: linux-mm@kvack.org
Steven Rostedt70ea91f2006-07-30 03:03:53 -07007058W: http://www.linux-mm.org
7059S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007060F: include/linux/mm.h
Cody P Schafer551450b2013-02-21 16:43:13 -08007061F: include/linux/gfp.h
7062F: include/linux/mmzone.h
7063F: include/linux/memory_hotplug.h
7064F: include/linux/vmalloc.h
Joe Perches679655d2009-04-07 20:44:32 -07007065F: mm/
Steven Rostedt70ea91f2006-07-30 03:03:53 -07007066
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04007067MEMORY TECHNOLOGY DEVICES (MTD)
Joe Perches8b58be82009-07-29 15:04:30 -07007068M: David Woodhouse <dwmw2@infradead.org>
Brian Norris242c3252013-12-04 15:28:45 -08007069M: Brian Norris <computersforpeace@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007070L: linux-mtd@lists.infradead.org
Joe Perches8a6e2532010-03-05 13:43:11 -08007071W: http://www.linux-mtd.infradead.org/
7072Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
Brian Norris242c3252013-12-04 15:28:45 -08007073T: git git://git.infradead.org/linux-mtd.git
Brian Norrisab95eac2014-09-15 21:56:17 -07007074T: git git://git.infradead.org/l2-mtd.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007075S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007076F: drivers/mtd/
7077F: include/linux/mtd/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007078F: include/uapi/mtd/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007079
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02007080MEN A21 WATCHDOG DRIVER
Johannes Thumshirn30c74692015-05-07 10:21:24 +02007081M: Johannes Thumshirn <morbidrsa@gmail.com>
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02007082L: linux-watchdog@vger.kernel.org
Johannes Thumshirn30c74692015-05-07 10:21:24 +02007083S: Maintained
Johannes Thumshirn26c57ef2013-06-18 17:19:45 +02007084F: drivers/watchdog/mena21_wdt.c
7085
Johannes Thumshirn3764e822014-02-26 17:29:05 +01007086MEN CHAMELEON BUS (mcb)
Johannes Thumshirn30c74692015-05-07 10:21:24 +02007087M: Johannes Thumshirn <morbidrsa@gmail.com>
7088S: Maintained
Johannes Thumshirn3764e822014-02-26 17:29:05 +01007089F: drivers/mcb/
7090F: include/linux/mcb.h
Johannes Thumshirnb9f2f452015-07-17 12:23:01 +02007091F: Documentation/men-chameleon-bus.txt
Johannes Thumshirn3764e822014-02-26 17:29:05 +01007092
Andreas Werner48b490d2014-09-15 09:36:30 +02007093MEN F21BMC (Board Management Controller)
7094M: Andreas Werner <andreas.werner@men.de>
7095S: Supported
7096F: drivers/mfd/menf21bmc.c
7097F: drivers/watchdog/menf21bmc_wdt.c
7098F: drivers/leds/leds-menf21bmc.c
7099F: drivers/hwmon/menf21bmc_hwmon.c
7100F: Documentation/hwmon/menf21bmc
7101
James Hogan12285942012-10-10 12:59:49 +01007102METAG ARCHITECTURE
7103M: James Hogan <james.hogan@imgtec.com>
James Hogand668d9e2013-07-22 09:51:38 +01007104L: linux-metag@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08007105T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
James Hoganf23d0e22015-11-09 18:40:59 +00007106S: Odd Fixes
James Hogan12285942012-10-10 12:59:49 +01007107F: arch/metag/
7108F: Documentation/metag/
7109F: Documentation/devicetree/bindings/metag/
Rob Herring2d799dd2015-11-05 13:40:40 -06007110F: Documentation/devicetree/bindings/interrupt-controller/img,*
James Hogana2c5d4e2012-10-09 10:54:39 +01007111F: drivers/clocksource/metag_generic.c
James Hogan5698c502012-10-09 10:54:47 +01007112F: drivers/irqchip/irq-metag.c
7113F: drivers/irqchip/irq-metag-ext.c
James Hoganae85ac72012-09-21 17:38:15 +01007114F: drivers/tty/metag_da.c
James Hogan12285942012-10-10 12:59:49 +01007115
Michal Simekc6375b02009-03-27 14:25:52 +01007116MICROBLAZE ARCHITECTURE
Joe Perches8b58be82009-07-29 15:04:30 -07007117M: Michal Simek <monstr@monstr.eu>
Michal Simekc6375b02009-03-27 14:25:52 +01007118W: http://www.monstr.eu/fdt/
7119T: git git://git.monstr.eu/linux-2.6-microblaze.git
7120S: Supported
Michal Simek0a8c7912009-04-14 11:38:57 +02007121F: arch/microblaze/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007122
Chen Yu2508a452015-08-18 23:30:25 +08007123MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7124M: Chen Yu <yu.c.chen@intel.com>
7125L: platform-driver-x86@vger.kernel.org
7126S: Supported
7127F: drivers/platform/x86/surfacepro3_button.c
7128
Linus Torvalds1da177e2005-04-16 15:20:36 -07007129MICROTEK X6 SCANNER
Oliver Neukum61eee9a2012-08-01 14:32:55 +02007130M: Oliver Neukum <oliver@neukum.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007131S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007132F: drivers/usb/image/microtek.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007133
7134MIPS
Joe Perches8b58be82009-07-29 15:04:30 -07007135M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007136L: linux-mips@linux-mips.org
Ralf Baechle60970502011-06-09 10:32:22 +01007137W: http://www.linux-mips.org/
Ralf Baechleb05e9882011-11-14 12:58:16 +00007138T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
Ralf Baechle60970502011-06-09 10:32:22 +01007139Q: http://patchwork.linux-mips.org/project/linux-mips/list/
Ralf Baechle7425b342006-03-10 13:47:21 +00007140S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007141F: Documentation/mips/
7142F: arch/mips/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007143
Hans Verkuil08b76202012-11-23 07:15:42 -03007144MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7145M: Hans Verkuil <hverkuil@xs4all.nl>
7146L: linux-media@vger.kernel.org
7147T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007148W: https://linuxtv.org
Hans Verkuil08b76202012-11-23 07:15:42 -03007149S: Odd Fixes
7150F: drivers/media/radio/radio-miropcm20*
7151
Or Gerlitzc09befc2015-12-23 18:30:58 +02007152MELLANOX MLX4 core VPI driver
7153M: Yishai Hadas <yishaih@mellanox.com>
Eli Cohene126ba92013-07-07 17:25:49 +03007154L: netdev@vger.kernel.org
7155L: linux-rdma@vger.kernel.org
7156W: http://www.mellanox.com
7157Q: http://patchwork.ozlabs.org/project/netdev/list/
Or Gerlitzc09befc2015-12-23 18:30:58 +02007158S: Supported
7159F: drivers/net/ethernet/mellanox/mlx4/
7160F: include/linux/mlx4/
7161
7162MELLANOX MLX4 IB driver
7163M: Yishai Hadas <yishaih@mellanox.com>
7164L: linux-rdma@vger.kernel.org
7165W: http://www.mellanox.com
Eli Cohene126ba92013-07-07 17:25:49 +03007166Q: http://patchwork.kernel.org/project/linux-rdma/list/
Or Gerlitzc09befc2015-12-23 18:30:58 +02007167S: Supported
7168F: drivers/infiniband/hw/mlx4/
7169F: include/linux/mlx4/
7170
Or Gerlitz595a4d82015-12-23 18:30:57 +02007171MELLANOX MLX5 core VPI driver
7172M: Matan Barak <matanb@mellanox.com>
7173M: Leon Romanovsky <leonro@mellanox.com>
Eli Cohene126ba92013-07-07 17:25:49 +03007174L: netdev@vger.kernel.org
7175L: linux-rdma@vger.kernel.org
7176W: http://www.mellanox.com
7177Q: http://patchwork.ozlabs.org/project/netdev/list/
Eli Cohene126ba92013-07-07 17:25:49 +03007178S: Supported
7179F: drivers/net/ethernet/mellanox/mlx5/core/
7180F: include/linux/mlx5/
7181
Or Gerlitz595a4d82015-12-23 18:30:57 +02007182MELLANOX MLX5 IB driver
7183M: Matan Barak <matanb@mellanox.com>
7184M: Leon Romanovsky <leonro@mellanox.com>
Joe Perchesb75f0052014-03-03 15:38:37 -08007185L: linux-rdma@vger.kernel.org
7186W: http://www.mellanox.com
7187Q: http://patchwork.kernel.org/project/linux-rdma/list/
Joe Perchesb75f0052014-03-03 15:38:37 -08007188S: Supported
Joe Perchesb75f0052014-03-03 15:38:37 -08007189F: drivers/infiniband/hw/mlx5/
Or Gerlitz595a4d82015-12-23 18:30:57 +02007190F: include/linux/mlx5/
Eli Cohene126ba92013-07-07 17:25:49 +03007191
Crt Mori764589b2015-08-17 19:34:33 +02007192MELEXIS MLX90614 DRIVER
7193M: Crt Mori <cmo@melexis.com>
7194L: linux-iio@vger.kernel.org
7195W: http://www.melexis.com
7196S: Supported
7197F: drivers/iio/temperature/mlx90614.c
7198
Antti Palosaari0ce277e2014-11-12 00:35:42 -03007199MN88472 MEDIA DRIVER
7200M: Antti Palosaari <crope@iki.fi>
7201L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007202W: https://linuxtv.org
Antti Palosaari0ce277e2014-11-12 00:35:42 -03007203W: http://palosaari.fi/linux/
7204Q: http://patchwork.linuxtv.org/project/linux-media/list/
7205T: git git://linuxtv.org/anttip/media_tree.git
7206S: Maintained
7207F: drivers/staging/media/mn88472/
7208F: drivers/media/dvb-frontends/mn88472.h
7209
Antti Palosaari4f4d2382014-11-12 00:53:57 -03007210MN88473 MEDIA DRIVER
7211M: Antti Palosaari <crope@iki.fi>
7212L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007213W: https://linuxtv.org
Antti Palosaari4f4d2382014-11-12 00:53:57 -03007214W: http://palosaari.fi/linux/
7215Q: http://patchwork.linuxtv.org/project/linux-media/list/
7216T: git git://linuxtv.org/anttip/media_tree.git
7217S: Maintained
7218F: drivers/staging/media/mn88473/
7219F: drivers/media/dvb-frontends/mn88473.h
7220
Linus Torvalds1da177e2005-04-16 15:20:36 -07007221MODULE SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007222M: Rusty Russell <rusty@rustcorp.com.au>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007223S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007224F: include/linux/module.h
7225F: kernel/module.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007226
7227MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07007228W: http://popies.net/meye/
Stelian Popb7788e12011-01-12 16:59:53 -08007229S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07007230F: Documentation/video4linux/meye.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007231F: drivers/media/pci/meye/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -02007232F: include/uapi/linux/meye.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007233
Jiri Slabyb9705b602008-04-30 00:53:48 -07007234MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
Joe Perches8b58be82009-07-29 15:04:30 -07007235M: Jiri Slaby <jirislaby@gmail.com>
Jiri Slabyd7354102006-12-08 02:38:35 -08007236S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007237F: Documentation/serial/moxa-smartio
Joe Perchesc8974012011-04-14 15:22:05 -07007238F: drivers/tty/mxser.*
Jiri Slabyd7354102006-12-08 02:38:35 -08007239
Alexey Klimov889b2f82012-11-16 17:43:59 -03007240MR800 AVERMEDIA USB FM RADIO DRIVER
7241M: Alexey Klimov <klimov.linux@gmail.com>
7242L: linux-media@vger.kernel.org
7243T: git git://linuxtv.org/media_tree.git
7244S: Maintained
7245F: drivers/media/radio/radio-mr800.c
7246
Alan Ottd7155692014-08-16 17:09:03 -04007247MRF24J40 IEEE 802.15.4 RADIO DRIVER
7248M: Alan Ott <alan@signal11.us>
7249L: linux-wpan@vger.kernel.org
7250S: Maintained
7251F: drivers/net/ieee802154/mrf24j40.c
Alexander Aring2e6fd642015-09-21 11:24:26 +02007252F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
Alan Ottd7155692014-08-16 17:09:03 -04007253
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007254MSI LAPTOP SUPPORT
Lee, Chun-Yi182ae552012-12-14 16:14:24 +08007255M: "Lee, Chun-Yi" <jlee@suse.com>
Matthew Garrettd09448532010-02-11 10:40:13 -05007256L: platform-driver-x86@vger.kernel.org
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007257S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007258F: drivers/platform/x86/msi-laptop.c
Lennart Poettering8c4c7312006-10-06 01:27:02 -04007259
Anisse Astier0f1006b2009-12-17 11:28:49 +01007260MSI WMI SUPPORT
Matthew Garrettd09448532010-02-11 10:40:13 -05007261L: platform-driver-x86@vger.kernel.org
Anisse Astier5ee70412015-06-14 22:32:23 +02007262S: Orphan
Anisse Astier0f1006b2009-12-17 11:28:49 +01007263F: drivers/platform/x86/msi-wmi.c
7264
Antti Palosaari19a628a02014-02-02 23:51:30 -03007265MSI001 MEDIA DRIVER
7266M: Antti Palosaari <crope@iki.fi>
7267L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007268W: https://linuxtv.org
Antti Palosaari19a628a02014-02-02 23:51:30 -03007269W: http://palosaari.fi/linux/
7270Q: http://patchwork.linuxtv.org/project/linux-media/list/
7271T: git git://linuxtv.org/anttip/media_tree.git
7272S: Maintained
Antti Palosaari0185e192014-07-12 08:58:32 -03007273F: drivers/media/tuners/msi001*
Antti Palosaari19a628a02014-02-02 23:51:30 -03007274
Antti Palosaari75705892014-07-13 21:35:47 -03007275MSI2500 MEDIA DRIVER
Antti Palosaari2c572132014-02-02 23:55:12 -03007276M: Antti Palosaari <crope@iki.fi>
7277L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007278W: https://linuxtv.org
Antti Palosaari2c572132014-02-02 23:55:12 -03007279W: http://palosaari.fi/linux/
7280Q: http://patchwork.linuxtv.org/project/linux-media/list/
7281T: git git://linuxtv.org/anttip/media_tree.git
7282S: Maintained
Antti Palosaari75705892014-07-13 21:35:47 -03007283F: drivers/media/usb/msi2500/
Antti Palosaari2c572132014-02-02 23:55:12 -03007284
Robert Jarzmik159eeea2015-06-25 19:14:18 +02007285MSYSTEMS DISKONCHIP G3 MTD DRIVER
7286M: Robert Jarzmik <robert.jarzmik@free.fr>
7287L: linux-mtd@lists.infradead.org
7288S: Maintained
7289F: drivers/mtd/devices/docg3*
7290
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007291MT9M032 APTINA SENSOR DRIVER
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007292M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7293L: linux-media@vger.kernel.org
7294T: git git://linuxtv.org/media_tree.git
7295S: Maintained
7296F: drivers/media/i2c/mt9m032.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02007297F: include/media/i2c/mt9m032.h
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007298
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007299MT9P031 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007300M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7301L: linux-media@vger.kernel.org
7302T: git git://linuxtv.org/media_tree.git
7303S: Maintained
7304F: drivers/media/i2c/mt9p031.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02007305F: include/media/i2c/mt9p031.h
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007306
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007307MT9T001 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007308M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7309L: linux-media@vger.kernel.org
7310T: git git://linuxtv.org/media_tree.git
7311S: Maintained
7312F: drivers/media/i2c/mt9t001.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02007313F: include/media/i2c/mt9t001.h
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007314
Laurent Pinchart62a37dc2013-08-09 08:46:11 -03007315MT9V032 APTINA CAMERA SENSOR
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007316M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7317L: linux-media@vger.kernel.org
7318T: git git://linuxtv.org/media_tree.git
7319S: Maintained
Laurent Pinchartf2272e12014-01-01 14:40:35 -03007320F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007321F: drivers/media/i2c/mt9v032.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02007322F: include/media/i2c/mt9v032.h
Laurent Pinchart0e837fb2012-12-10 20:38:23 -03007323
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007324MULTIFUNCTION DEVICES (MFD)
Samuel Ortizf7d32102013-05-17 00:53:42 +02007325M: Lee Jones <lee.jones@linaro.org>
Lee Jones7caa7992014-07-22 13:24:38 +01007326T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007327S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007328F: drivers/mfd/
Mark Brown55b59402013-06-28 15:14:11 +01007329F: include/linux/mfd/
Samuel Ortiz4e0d13c2008-07-04 09:59:53 -07007330
Pierre Ossman5c4e6f12007-05-21 20:23:20 +02007331MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
Ulf Hanssone18eaf82014-02-19 00:01:05 +01007332M: Ulf Hansson <ulf.hansson@linaro.org>
Andrew Mortonb2503a92009-08-18 14:11:12 -07007333L: linux-mmc@vger.kernel.org
Ulf Hansson708dce32014-05-14 14:32:53 +02007334T: git git://git.linaro.org/people/ulf.hansson/mmc.git
Chris Ball245feaa2010-09-10 12:05:24 -04007335S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007336F: drivers/mmc/
7337F: include/linux/mmc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007338F: include/uapi/linux/mmc/
Russell Kingbaca2da2006-06-04 17:36:31 +01007339
David Brownell15a05802007-08-08 09:12:54 -07007340MULTIMEDIA CARD (MMC) ETC. OVER SPI
Grant Likely22b174f2011-06-06 00:40:48 -06007341S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07007342F: drivers/mmc/host/mmc_spi.c
7343F: include/linux/spi/mmc_spi.h
David Brownell15a05802007-08-08 09:12:54 -07007344
Linus Torvalds1da177e2005-04-16 15:20:36 -07007345MULTISOUND SOUND DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007346M: Andrew Veliath <andrewtv@usa.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007347S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007348F: Documentation/sound/oss/MultiSound
7349F: sound/oss/msnd*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007350
Jiri Slabyd7354102006-12-08 02:38:35 -08007351MULTITECH MULTIPORT CARD (ISICOM)
Jiri Slabyd86b3002010-08-31 17:08:52 +02007352S: Orphan
Joe Perchesc8974012011-04-14 15:22:05 -07007353F: drivers/tty/isicom.c
Joe Perches679655d2009-04-07 20:44:32 -07007354F: include/linux/isicom.h
Jiri Slabyd7354102006-12-08 02:38:35 -08007355
Felipe Balbi550a7372008-07-24 12:27:36 +03007356MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
Felipe Balbia55f6282016-02-03 20:23:01 +02007357M: Felipe Balbi <balbi@kernel.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +02007358L: linux-usb@vger.kernel.org
Felipe Balbi43b416e2011-05-13 15:21:47 +03007359T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Jean Delvare795fb7e2008-09-20 12:33:08 +02007360S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007361F: drivers/usb/musb/
Felipe Balbi550a7372008-07-24 12:27:36 +03007362
Michael Krufkyea0af5f2012-10-02 00:55:41 -03007363MXL5007T MEDIA DRIVER
7364M: Michael Krufky <mkrufky@linuxtv.org>
7365L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02007366W: https://linuxtv.org
Michael Krufkyea0af5f2012-10-02 00:55:41 -03007367W: http://github.com/mkrufky
7368Q: http://patchwork.linuxtv.org/project/linux-media/list/
7369T: git git://linuxtv.org/mkrufky/tuners.git
7370S: Maintained
7371F: drivers/media/tuners/mxl5007t.*
7372
Brice Goglin2d3cf582008-05-17 12:45:36 +02007373MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
Hyong-Youb Kim205057a2013-08-12 02:20:02 -07007374M: Hyong-Youb Kim <hykim@myri.com>
Brice Goglin2d3cf582008-05-17 12:45:36 +02007375L: netdev@vger.kernel.org
Hyong-Youb Kim205057a2013-08-12 02:20:02 -07007376W: https://www.myricom.com/support/downloads/myri10ge.html
Brice Goglin2d3cf582008-05-17 12:45:36 +02007377S: Supported
Jeff Kirsher93f78482011-05-13 02:24:46 -07007378F: drivers/net/ethernet/myricom/myri10ge/
Brice Goglin2d3cf582008-05-17 12:45:36 +02007379
Linus Torvalds1da177e2005-04-16 15:20:36 -07007380NATSEMI ETHERNET DRIVER (DP8381x)
David S. Miller09d208e2012-04-10 21:10:43 -04007381S: Orphan
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -07007382F: drivers/net/ethernet/natsemi/natsemi.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007383
Daniel Mack23dc05a2011-05-18 11:28:38 +02007384NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7385M: Daniel Mack <zonque@gmail.com>
7386S: Maintained
Jim Davise5747e42015-06-25 15:01:58 -07007387L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Daniel Mack23dc05a2011-05-18 11:28:38 +02007388W: http://www.native-instruments.com
7389F: sound/usb/caiaq/
7390
Linus Torvalds1da177e2005-04-16 15:20:36 -07007391NCP FILESYSTEM
Petr Vandrovec52653192010-09-30 15:15:34 -07007392M: Petr Vandrovec <petr@vandrovec.name>
7393S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07007394F: fs/ncpfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007395
Finn Thaina79b0322014-05-05 15:35:30 +10007396NCR 5380 SCSI DRIVERS
7397M: Finn Thain <fthain@telegraphics.com.au>
7398M: Michael Schmitz <schmitzmic@gmail.com>
7399L: linux-scsi@vger.kernel.org
7400S: Maintained
7401F: Documentation/scsi/g_NCR5380.txt
7402F: drivers/scsi/NCR5380.*
7403F: drivers/scsi/arm/cumana_1.c
7404F: drivers/scsi/arm/oak.c
7405F: drivers/scsi/atari_NCR5380.c
7406F: drivers/scsi/atari_scsi.*
7407F: drivers/scsi/dmx3191d.c
7408F: drivers/scsi/dtc.*
7409F: drivers/scsi/g_NCR5380.*
7410F: drivers/scsi/g_NCR5380_mmio.c
7411F: drivers/scsi/mac_scsi.*
7412F: drivers/scsi/pas16.*
Finn Thaina79b0322014-05-05 15:35:30 +10007413F: drivers/scsi/sun3_scsi.*
7414F: drivers/scsi/sun3_scsi_vme.c
7415F: drivers/scsi/t128.*
7416
Linus Torvalds1da177e2005-04-16 15:20:36 -07007417NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
Joe Perches8b58be82009-07-29 15:04:30 -07007418M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007419L: linux-scsi@vger.kernel.org
7420S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007421F: drivers/scsi/NCR_D700.*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007422
Guenter Roeck4aa3eb42013-04-03 14:12:11 -07007423NCT6775 HARDWARE MONITOR DRIVER
7424M: Guenter Roeck <linux@roeck-us.net>
7425L: lm-sensors@lm-sensors.org
7426S: Maintained
7427F: Documentation/hwmon/nct6775
7428F: drivers/hwmon/nct6775.c
7429
Glenn Streiff3c2d7742008-02-04 20:20:45 -08007430NETEFFECT IWARP RNIC DRIVER (IW_NES)
Joe Perches8b58be82009-07-29 15:04:30 -07007431M: Faisal Latif <faisal.latif@intel.com>
Roland Dreiere6cc0fd2009-09-07 21:54:38 -07007432L: linux-rdma@vger.kernel.org
Chien Tunge3d33cb2010-11-02 16:29:54 +00007433W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
Glenn Streiff3c2d7742008-02-04 20:20:45 -08007434S: Supported
7435F: drivers/infiniband/hw/nes/
7436
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007437NETEM NETWORK EMULATOR
Stephen Hemmingeradbbf692013-01-16 09:55:57 -08007438M: Stephen Hemminger <stephen@networkplumber.org>
David Brownellf318a632007-04-23 14:41:06 -07007439L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007440S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007441F: net/sched/sch_netem.c
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07007442
Jon Masonb2f5a052010-07-15 08:47:27 +00007443NETERION 10GbE DRIVERS (s2io/vxge)
Jon Masone3806882011-03-07 07:02:01 +00007444M: Jon Mason <jdmason@kudzu.us>
Jiri Slaby4a584482007-08-30 23:56:39 -07007445L: netdev@vger.kernel.org
Jiri Slaby4a584482007-08-30 23:56:39 -07007446S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007447F: Documentation/networking/s2io.txt
Jon Masonb2f5a052010-07-15 08:47:27 +00007448F: Documentation/networking/vxge.txt
Jeff Kirsher86387e12011-05-13 02:51:01 -07007449F: drivers/net/ethernet/neterion/
Jiri Slaby4a584482007-08-30 23:56:39 -07007450
Pablo Neira Ayusodb9cf3a2014-06-16 13:01:52 +02007451NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
Pablo Neira Ayuso0e05e192011-11-01 09:44:56 +01007452M: Pablo Neira Ayuso <pablo@netfilter.org>
Joe Perches8b58be82009-07-29 15:04:30 -07007453M: Patrick McHardy <kaber@trash.net>
Pablo Neira Ayuso42010ed2013-05-06 12:22:57 +02007454M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Patrick McHardy1a03b812007-09-18 13:19:26 -07007455L: netfilter-devel@vger.kernel.org
Patrick McHardy82b98542006-10-12 14:08:55 -07007456L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07007457W: http://www.netfilter.org/
7458W: http://www.iptables.org/
Pablo Neira Ayuso42010ed2013-05-06 12:22:57 +02007459Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
7460T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7461T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007462S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007463F: include/linux/netfilter*
7464F: include/linux/netfilter/
7465F: include/net/netfilter/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007466F: include/uapi/linux/netfilter*
7467F: include/uapi/linux/netfilter/
Joe Perches679655d2009-04-07 20:44:32 -07007468F: net/*/netfilter.c
7469F: net/*/netfilter/
7470F: net/netfilter/
Pablo Neira Ayuso91c269a2015-07-06 20:55:35 +02007471F: net/bridge/br_netfilter*.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007472
Paul Moore4cc67732006-09-25 15:57:13 -07007473NETLABEL
Paul Moore87a08742011-08-01 11:10:26 +00007474M: Paul Moore <paul@paul-moore.com>
Paul Moore4cc67732006-09-25 15:57:13 -07007475W: http://netlabel.sf.net
7476L: netdev@vger.kernel.org
Paul Moore87a08742011-08-01 11:10:26 +00007477S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07007478F: Documentation/netlabel/
Joe Perches679655d2009-04-07 20:44:32 -07007479F: include/net/netlabel.h
7480F: net/netlabel/
Paul Moore4cc67732006-09-25 15:57:13 -07007481
Linus Torvalds1da177e2005-04-16 15:20:36 -07007482NETROM NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07007483M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007484L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02007485W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007486S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007487F: include/net/netrom.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007488F: include/uapi/linux/netrom.h
Joe Perches679655d2009-04-07 20:44:32 -07007489F: net/netrom/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007490
Jakub Kicinski4c352362015-12-01 14:55:22 +00007491NETRONOME ETHERNET DRIVERS
7492M: Jakub Kicinski <jakub.kicinski@netronome.com>
7493M: Rolf Neugebauer <rolf.neugebauer@netronome.com>
7494L: oss-drivers@netronome.com
7495S: Maintained
7496F: drivers/net/ethernet/netronome/
7497
Pavel Machek5ddb88c2006-09-29 02:01:29 -07007498NETWORK BLOCK DEVICE (NBD)
Markus Pargmann4ca58292015-01-28 19:35:38 +01007499M: Markus Pargmann <mpa@pengutronix.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007500S: Maintained
Wouter Verhelst5e4b2692013-02-27 17:05:27 -08007501L: nbd-general@lists.sourceforge.net
Markus Pargmann4ca58292015-01-28 19:35:38 +01007502T: git git://git.pengutronix.de/git/mpa/linux-nbd.git
Joe Perches679655d2009-04-07 20:44:32 -07007503F: Documentation/blockdev/nbd.txt
7504F: drivers/block/nbd.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007505F: include/uapi/linux/nbd.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007506
Neil Horman6e436502009-10-05 03:56:55 +00007507NETWORK DROP MONITOR
7508M: Neil Horman <nhorman@tuxdriver.com>
7509L: netdev@vger.kernel.org
7510S: Maintained
7511W: https://fedorahosted.org/dropwatch/
7512F: net/core/drop_monitor.c
7513
Linus Torvalds1da177e2005-04-16 15:20:36 -07007514NETWORKING [GENERAL]
Joe Perches8b58be82009-07-29 15:04:30 -07007515M: "David S. Miller" <davem@davemloft.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07007516L: netdev@vger.kernel.org
Joe Perchesb1e8fd52009-04-16 09:38:46 +00007517W: http://www.linuxfoundation.org/en/Net
Joe Perches11e98022012-11-24 11:18:25 +00007518Q: http://patchwork.ozlabs.org/project/netdev/list/
Nicolas de Pesloüan814fd602011-08-23 23:31:42 +00007519T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7520T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007521S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007522F: net/
7523F: include/net/
Joe Perches018d21e2009-08-07 06:43:01 +00007524F: include/linux/in.h
7525F: include/linux/net.h
7526F: include/linux/netdevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007527F: include/uapi/linux/in.h
7528F: include/uapi/linux/net.h
7529F: include/uapi/linux/netdevice.h
Nicolas Dichtel0c7aecd2015-01-15 15:11:15 +01007530F: include/uapi/linux/net_namespace.h
Tobias Klauser7e814a62014-03-11 12:06:24 +01007531F: tools/net/
Daniel Borkmannf4e53f92014-03-13 10:18:53 +01007532F: tools/testing/selftests/net/
Sasha Levin335a67d2014-03-27 02:01:34 -04007533F: lib/random32.c
Daniel Borkmanna101ccd2014-06-10 12:31:10 +02007534F: lib/test_bpf.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07007535
7536NETWORKING [IPv4/IPv6]
Joe Perches8b58be82009-07-29 15:04:30 -07007537M: "David S. Miller" <davem@davemloft.net>
7538M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Joe Perches8b58be82009-07-29 15:04:30 -07007539M: James Morris <jmorris@namei.org>
7540M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7541M: Patrick McHardy <kaber@trash.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07007542L: netdev@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -07007543T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007544S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007545F: net/ipv4/
7546F: net/ipv6/
7547F: include/net/ip*
Eric Dumazet0a148422011-04-20 09:27:32 +00007548F: arch/x86/net/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007549
David S. Miller73b76562012-10-16 14:08:40 -04007550NETWORKING [IPSEC]
7551M: Steffen Klassert <steffen.klassert@secunet.com>
7552M: Herbert Xu <herbert@gondor.apana.org.au>
7553M: "David S. Miller" <davem@davemloft.net>
7554L: netdev@vger.kernel.org
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007555T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7556T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
David S. Miller73b76562012-10-16 14:08:40 -04007557S: Maintained
Fan Du5826bdd2014-01-18 09:55:28 +08007558F: net/core/flow.c
David S. Miller73b76562012-10-16 14:08:40 -04007559F: net/xfrm/
7560F: net/key/
7561F: net/ipv4/xfrm*
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007562F: net/ipv4/esp4.c
7563F: net/ipv4/ah4.c
7564F: net/ipv4/ipcomp.c
7565F: net/ipv4/ip_vti.c
David S. Miller73b76562012-10-16 14:08:40 -04007566F: net/ipv6/xfrm*
Steffen Klassertd1fc5022013-12-13 12:56:05 +01007567F: net/ipv6/esp6.c
7568F: net/ipv6/ah6.c
7569F: net/ipv6/ipcomp6.c
7570F: net/ipv6/ip6_vti.c
David S. Miller73b76562012-10-16 14:08:40 -04007571F: include/uapi/linux/xfrm.h
7572F: include/net/xfrm.h
7573
James Morris10e2ff12007-08-25 14:41:28 -07007574NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
Paul Moore87a08742011-08-01 11:10:26 +00007575M: Paul Moore <paul@paul-moore.com>
James Morris10e2ff12007-08-25 14:41:28 -07007576L: netdev@vger.kernel.org
7577S: Maintained
7578
John W. Linville29f8f632006-01-18 14:52:48 -08007579NETWORKING [WIRELESS]
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08007580L: linux-wireless@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -08007581Q: http://patchwork.kernel.org/project/linux-wireless/list/
John W. Linville29f8f632006-01-18 14:52:48 -08007582
Joe Perches788873a2009-04-16 09:38:45 +00007583NETWORKING DRIVERS
7584L: netdev@vger.kernel.org
7585W: http://www.linuxfoundation.org/en/Net
Joe Perches11e98022012-11-24 11:18:25 +00007586Q: http://patchwork.ozlabs.org/project/netdev/list/
Joe Perches08deed12012-03-23 15:01:57 -07007587T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7588T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
Joe Perches788873a2009-04-16 09:38:45 +00007589S: Odd Fixes
7590F: drivers/net/
Joe Perches018d21e2009-08-07 06:43:01 +00007591F: include/linux/if_*
Jean Delvare0b63bf12012-10-18 22:11:38 +02007592F: include/linux/netdevice.h
Jean Delvare0b63bf12012-10-18 22:11:38 +02007593F: include/linux/etherdevice.h
7594F: include/linux/fcdevice.h
7595F: include/linux/fddidevice.h
7596F: include/linux/hippidevice.h
7597F: include/linux/inetdevice.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007598F: include/uapi/linux/if_*
7599F: include/uapi/linux/netdevice.h
Joe Perches788873a2009-04-16 09:38:45 +00007600
John W. Linville0e324cf2014-12-17 12:07:05 -05007601NETWORKING DRIVERS (WIRELESS)
7602M: Kalle Valo <kvalo@codeaurora.org>
7603L: linux-wireless@vger.kernel.org
7604Q: http://patchwork.kernel.org/project/linux-wireless/list/
Fengguang Wu9f273c22016-01-20 15:03:25 -08007605T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7606T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
John W. Linville0e324cf2014-12-17 12:07:05 -05007607S: Maintained
7608F: drivers/net/wireless/
7609
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007610NETXEN (1/10) GbE SUPPORT
Manish Chopra86223152013-03-28 23:54:08 +00007611M: Manish Chopra <manish.chopra@qlogic.com>
Amit Kumar Salecha83c07dd2011-08-18 04:12:32 -07007612M: Sony Chacko <sony.chacko@qlogic.com>
7613M: Rajesh Borundia <rajesh.borundia@qlogic.com>
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007614L: netdev@vger.kernel.org
Amit Kumar Salecha9c2b5bd2009-11-13 16:37:37 +00007615W: http://www.qlogic.com
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007616S: Supported
Jeff Kirsheraa43c2152011-04-08 19:06:30 -07007617F: drivers/net/ethernet/qlogic/netxen/
Amit S. Kale3d396eb2006-10-21 15:33:03 -04007618
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007619NFC SUBSYSTEM
7620M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7621M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7622M: Samuel Ortiz <sameo@linux.intel.com>
7623L: linux-wireless@vger.kernel.org
Dan Carpenter1eb3b212014-08-11 13:14:25 +03007624L: linux-nfc@lists.01.org (subscribers-only)
Samuel Ortiz0293ba22013-06-24 14:39:35 +02007625S: Supported
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007626F: net/nfc/
Ilan Elias55eb94f2011-09-18 11:19:34 +03007627F: include/net/nfc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007628F: include/uapi/linux/nfc.h
Aloisio Almeida Jr6423d302011-08-19 16:09:49 -03007629F: drivers/nfc/
Christophe Ricard397d6492015-12-23 23:45:21 +01007630F: include/linux/platform_data/microread.h
7631F: include/linux/platform_data/nfcmrvl.h
7632F: include/linux/platform_data/nxp-nci.h
Marcel Holtmann08eaa1e2012-10-24 11:45:38 -07007633F: include/linux/platform_data/pn544.h
Christophe Ricard397d6492015-12-23 23:45:21 +01007634F: include/linux/platform_data/st21nfca.h
7635F: include/linux/platform_data/st-nci.h
Mark A. Greer7ebb88e2014-03-10 11:56:25 -07007636F: Documentation/devicetree/bindings/net/nfc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007637
J. Bruce Fieldse8b43552008-07-23 08:49:50 -04007638NFS, SUNRPC, AND LOCKD CLIENTS
Trond Myklebustcd7b9962013-12-04 12:29:49 -05007639M: Trond Myklebust <trond.myklebust@primarydata.com>
Trond Myklebust0e3b1372015-02-03 17:13:58 -05007640M: Anna Schumaker <anna.schumaker@netapp.com>
Trond Myklebust78f58152007-12-12 20:16:06 -05007641L: linux-nfs@vger.kernel.org
7642W: http://client.linux-nfs.org
Trond Myklebustcd7b9962013-12-04 12:29:49 -05007643T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007644S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007645F: fs/lockd/
7646F: fs/nfs/
7647F: fs/nfs_common/
7648F: net/sunrpc/
7649F: include/linux/lockd/
7650F: include/linux/nfs*
7651F: include/linux/sunrpc/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007652F: include/uapi/linux/nfs*
7653F: include/uapi/linux/sunrpc/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007654
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007655NILFS2 FILESYSTEM
Ryusuke Konishie2126932014-04-03 14:50:25 -07007656M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Ryusuke Konishi6aff43f2010-01-02 21:41:53 +09007657L: linux-nilfs@vger.kernel.org
Ryusuke Konishif9472262014-04-03 14:50:32 -07007658W: http://nilfs.sourceforge.net/
Ryusuke Konishie2126932014-04-03 14:50:25 -07007659T: git git://github.com/konis/nilfs2.git
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007660S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007661F: Documentation/filesystems/nilfs2.txt
7662F: fs/nilfs2/
7663F: include/linux/nilfs2_fs.h
Ryusuke Konishic35c7ac2015-11-06 16:32:11 -08007664F: include/trace/events/nilfs2.h
Ryusuke Konishi85ef9ce2009-04-06 19:01:46 -07007665
Linus Torvalds1da177e2005-04-16 15:20:36 -07007666NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007667M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007668W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7669S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007670F: Documentation/scsi/NinjaSCSI.txt
7671F: drivers/scsi/pcmcia/nsp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007672
7673NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007674M: GOTO Masanori <gotom@debian.or.jp>
7675M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007676W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7677S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007678F: Documentation/scsi/NinjaSCSI.txt
7679F: drivers/scsi/nsp32*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007680
Ley Foon Tan383b8fb2014-11-06 15:20:14 +08007681NIOS2 ARCHITECTURE
7682M: Ley Foon Tan <lftan@altera.com>
7683L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
Ley Foon Tan0094dc42015-09-08 01:50:05 +08007684T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
Ley Foon Tan383b8fb2014-11-06 15:20:14 +08007685S: Maintained
7686F: arch/nios2/
7687
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007688NOKIA N900 POWER SUPPLY DRIVERS
7689M: Pali Rohár <pali.rohar@gmail.com>
7690S: Maintained
7691F: include/linux/power/bq2415x_charger.h
Andrew F. Davis081bab22015-09-22 14:35:06 -05007692F: include/linux/power/bq27xxx_battery.h
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007693F: include/linux/power/isp1704_charger.h
7694F: drivers/power/bq2415x_charger.c
Andrew F. Davis081bab22015-09-22 14:35:06 -05007695F: drivers/power/bq27xxx_battery.c
Pali Rohár2a6afdd2015-03-29 15:35:54 +02007696F: drivers/power/isp1704_charger.c
7697F: drivers/power/rx51_battery.c
7698
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007699NTB DRIVER CORE
Jon Mason9ef6bf62014-06-19 10:44:24 -07007700M: Jon Mason <jdmason@kudzu.us>
7701M: Dave Jiang <dave.jiang@intel.com>
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007702M: Allen Hubbe <Allen.Hubbe@emc.com>
Jon Mason5e9fd732015-07-04 14:48:33 -04007703L: linux-ntb@googlegroups.com
Jon Masonfce8a7b2012-11-16 19:27:12 -07007704S: Supported
Jon Mason29844112013-07-30 16:29:48 -07007705W: https://github.com/jonmason/ntb/wiki
7706T: git git://github.com/jonmason/ntb.git
Jon Masonfce8a7b2012-11-16 19:27:12 -07007707F: drivers/ntb/
Jon Mason548c2372012-11-16 19:27:13 -07007708F: drivers/net/ntb_netdev.c
Jon Masonfce8a7b2012-11-16 19:27:12 -07007709F: include/linux/ntb.h
Allen Hubbea1bd3ba2015-04-09 10:33:20 -04007710F: include/linux/ntb_transport.h
Jon Masonfce8a7b2012-11-16 19:27:12 -07007711
Allen Hubbee26a5842015-04-09 10:33:20 -04007712NTB INTEL DRIVER
7713M: Jon Mason <jdmason@kudzu.us>
7714M: Dave Jiang <dave.jiang@intel.com>
Jon Mason5e9fd732015-07-04 14:48:33 -04007715L: linux-ntb@googlegroups.com
Allen Hubbee26a5842015-04-09 10:33:20 -04007716S: Supported
7717W: https://github.com/jonmason/ntb/wiki
7718T: git git://github.com/jonmason/ntb.git
7719F: drivers/ntb/hw/intel/
Joe Perches679655d2009-04-07 20:44:32 -07007720
Xiangliang Yua1b36952016-01-21 19:47:05 +08007721NTB AMD DRIVER
7722M: Xiangliang Yu <Xiangliang.Yu@amd.com>
7723L: linux-ntb@googlegroups.com
7724S: Supported
7725F: drivers/ntb/hw/amd/
7726
Linus Torvalds1da177e2005-04-16 15:20:36 -07007727NTFS FILESYSTEM
7728M: Anton Altaparmakov <anton@tuxera.com>
7729L: linux-ntfs-dev@lists.sourceforge.net
Adrian Bunk169ccbd2008-09-02 14:35:37 -07007730W: http://www.tuxera.com/
Josh Boyer1adc1232005-11-23 15:44:15 -08007731T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07007732S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07007733F: Documentation/filesystems/ntfs.txt
7734F: fs/ntfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007735
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08007736NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007737M: Antonino Daplas <adaplas@gmail.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01007738L: linux-fbdev@vger.kernel.org
Jim Cromiece00f852006-11-30 04:49:44 +01007739S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007740F: drivers/video/fbdev/riva/
7741F: drivers/video/fbdev/nvidia/
Linus Torvalds1da177e2005-04-16 15:20:36 -07007742
Matthew Wilcox79461682012-11-10 08:54:53 -05007743NVM EXPRESS DRIVER
Jay Freyenseeb3975e92015-10-28 16:37:51 +09007744M: Keith Busch <keith.busch@intel.com>
7745M: Jens Axboe <axboe@fb.com>
Matthew Wilcox79461682012-11-10 08:54:53 -05007746L: linux-nvme@lists.infradead.org
Jay Freyenseeb3975e92015-10-28 16:37:51 +09007747T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7748W: https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
Matthew Wilcox79461682012-11-10 08:54:53 -05007749S: Supported
Jay Sternberg57dacad2015-10-09 18:17:06 +02007750F: drivers/nvme/host/
Matthew Wilcox79461682012-11-10 08:54:53 -05007751F: include/linux/nvme.h
7752
Srinivas Kandagatlaaee4b9b2015-07-27 12:17:24 +01007753NVMEM FRAMEWORK
7754M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7755M: Maxime Ripard <maxime.ripard@free-electrons.com>
7756S: Maintained
7757F: drivers/nvmem/
7758F: Documentation/devicetree/bindings/nvmem/
7759F: include/linux/nvmem-consumer.h
7760F: include/linux/nvmem-provider.h
7761
Clément Perrochauddece4582015-03-09 11:12:04 +01007762NXP-NCI NFC DRIVER
7763M: Clément Perrochaud <clement.perrochaud@effinnov.com>
7764R: Charles Gorand <charles.gorand@effinnov.com>
7765L: linux-nfc@lists.01.org (moderated for non-subscribers)
7766S: Supported
7767F: drivers/nfc/nxp-nci
7768
Russell Kingf50d7142014-03-03 12:18:14 +00007769NXP TDA998X DRM DRIVER
7770M: Russell King <rmk+kernel@arm.linux.org.uk>
7771S: Supported
7772F: drivers/gpu/drm/i2c/tda998x_drv.c
7773F: include/drm/i2c/tda998x.h
7774
Peter Rosinfbace432014-11-08 14:40:17 +01007775NXP TFA9879 DRIVER
7776M: Peter Rosin <peda@axentia.se>
7777L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7778S: Maintained
7779F: sound/soc/codecs/tfa9879*
7780
Tony Lindgrenf5525782009-05-28 13:23:53 -07007781OMAP SUPPORT
Joe Perches0e24bdd2009-10-26 16:49:40 -07007782M: Tony Lindgren <tony@atomide.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007783L: linux-omap@vger.kernel.org
7784W: http://www.muru.com/linux/omap/
7785W: http://linux.omap.com/
Joe Perches8a6e2532010-03-05 13:43:11 -08007786Q: http://patchwork.kernel.org/project/linux-omap/list/
Jarkko Nikula30bd0122011-11-04 13:18:02 +02007787T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
Tony Lindgrenf5525782009-05-28 13:23:53 -07007788S: Maintained
Felipe Contreras4e04d5a32009-09-21 17:04:25 -07007789F: arch/arm/*omap*/
Felipe Balbi026da812015-01-19 16:13:53 -06007790F: arch/arm/configs/omap1_defconfig
7791F: arch/arm/configs/omap2plus_defconfig
Jean Delvare046d0a32012-01-12 20:32:05 +01007792F: drivers/i2c/busses/i2c-omap.c
Felipe Balbidc68cd12014-11-06 08:37:19 -06007793F: drivers/irqchip/irq-omap-intc.c
7794F: drivers/mfd/*omap*.c
7795F: drivers/mfd/menelaus.c
7796F: drivers/mfd/palmas.c
7797F: drivers/mfd/tps65217.c
7798F: drivers/mfd/tps65218.c
7799F: drivers/mfd/tps65910.c
7800F: drivers/mfd/twl-core.[ch]
7801F: drivers/mfd/twl4030*.c
7802F: drivers/mfd/twl6030*.c
7803F: drivers/mfd/twl6040*.c
7804F: drivers/regulator/palmas-regulator*.c
7805F: drivers/regulator/pbias-regulator.c
7806F: drivers/regulator/tps65217-regulator.c
7807F: drivers/regulator/tps65218-regulator.c
7808F: drivers/regulator/tps65910-regulator.c
7809F: drivers/regulator/twl-regulator.c
Jean Delvare046d0a32012-01-12 20:32:05 +01007810F: include/linux/i2c-omap.h
Tony Lindgrenf5525782009-05-28 13:23:53 -07007811
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007812OMAP DEVICE TREE SUPPORT
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007813M: Benoît Cousson <bcousson@baylibre.com>
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007814M: Tony Lindgren <tony@atomide.com>
7815L: linux-omap@vger.kernel.org
Grant Likelyd0fb18c2013-07-19 20:10:12 -07007816L: devicetree@vger.kernel.org
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007817S: Maintained
7818F: arch/arm/boot/dts/*omap*
7819F: arch/arm/boot/dts/*am3*
Nishanth Menon05eb20f2014-10-21 09:24:22 -05007820F: arch/arm/boot/dts/*am4*
7821F: arch/arm/boot/dts/*am5*
7822F: arch/arm/boot/dts/*dra7*
Tony Lindgren50f29fb2012-12-16 11:29:59 -08007823
Tony Lindgrenf5525782009-05-28 13:23:53 -07007824OMAP CLOCK FRAMEWORK SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007825M: Paul Walmsley <paul@pwsan.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007826L: linux-omap@vger.kernel.org
7827S: Maintained
7828F: arch/arm/*omap*/*clock*
7829
7830OMAP POWER MANAGEMENT SUPPORT
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08007831M: Kevin Hilman <khilman@deeprootsystems.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007832L: linux-omap@vger.kernel.org
7833S: Maintained
7834F: arch/arm/*omap*/*pm*
Kevin Hilmanc46938d2012-07-11 14:02:40 -07007835F: drivers/cpufreq/omap-cpufreq.c
Tony Lindgrenf5525782009-05-28 13:23:53 -07007836
Joe Perchesd21db562013-09-11 14:23:35 -07007837OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
Paul Walmsley692ab1f2011-03-09 18:44:28 -07007838M: Rajendra Nayak <rnayak@ti.com>
7839M: Paul Walmsley <paul@pwsan.com>
7840L: linux-omap@vger.kernel.org
7841S: Maintained
Joe Perchesd21db562013-09-11 14:23:35 -07007842F: arch/arm/mach-omap2/prm*
Paul Walmsley692ab1f2011-03-09 18:44:28 -07007843
Tony Lindgrenf5525782009-05-28 13:23:53 -07007844OMAP AUDIO SUPPORT
Jarkko Nikula6c284902012-04-03 09:45:43 +03007845M: Peter Ujfalusi <peter.ujfalusi@ti.com>
Jarkko Nikula7ec41ee2011-08-11 15:44:57 +03007846M: Jarkko Nikula <jarkko.nikula@bitmer.com>
Jim Davise5747e42015-06-25 15:01:58 -07007847L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Tony Lindgrenf5525782009-05-28 13:23:53 -07007848L: linux-omap@vger.kernel.org
7849S: Maintained
7850F: sound/soc/omap/
7851
Tony Lindgren18640192014-11-20 09:13:42 -08007852OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7853M: Roger Quadros <rogerq@ti.com>
7854M: Tony Lindgren <tony@atomide.com>
7855L: linux-omap@vger.kernel.org
7856S: Maintained
7857F: drivers/memory/omap-gpmc.c
7858F: arch/arm/mach-omap2/*gpmc*
7859
Tony Lindgrenf5525782009-05-28 13:23:53 -07007860OMAP FRAMEBUFFER SUPPORT
Tomi Valkeinen830e6382011-02-23 16:34:17 +02007861M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01007862L: linux-fbdev@vger.kernel.org
Tony Lindgrenf5525782009-05-28 13:23:53 -07007863L: linux-omap@vger.kernel.org
7864S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007865F: drivers/video/fbdev/omap/
Tony Lindgrenf5525782009-05-28 13:23:53 -07007866
Tomi Valkeinen676eec02010-01-07 13:18:04 +02007867OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
Tomi Valkeinen830e6382011-02-23 16:34:17 +02007868M: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007869L: linux-omap@vger.kernel.org
Tomi Valkeinen676eec02010-01-07 13:18:04 +02007870L: linux-fbdev@vger.kernel.org
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007871S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09007872F: drivers/video/fbdev/omap2/
Tomi Valkeinen178ff4c2009-09-22 13:30:24 +03007873F: Documentation/arm/OMAP/DSS
7874
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03007875OMAP HARDWARE SPINLOCK SUPPORT
7876M: Ohad Ben-Cohen <ohad@wizery.com>
7877L: linux-omap@vger.kernel.org
7878S: Maintained
7879F: drivers/hwspinlock/omap_hwspinlock.c
Ohad Ben-Cohen8b37fcf2011-09-12 10:43:01 +03007880
Tony Lindgrenf5525782009-05-28 13:23:53 -07007881OMAP MMC SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007882M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007883L: linux-omap@vger.kernel.org
7884S: Maintained
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007885F: drivers/mmc/host/omap.c
7886
7887OMAP HS MMC SUPPORT
Venkatraman S0a4585c2012-08-17 23:59:53 +05307888L: linux-mmc@vger.kernel.org
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007889L: linux-omap@vger.kernel.org
Balaji T Kdfa5d192014-09-17 22:50:11 +05307890S: Orphan
Madhusudhan Chikkature653f41b2009-09-22 16:45:06 -07007891F: drivers/mmc/host/omap_hsmmc.c
Tony Lindgrenf5525782009-05-28 13:23:53 -07007892
7893OMAP RANDOM NUMBER GENERATOR SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07007894M: Deepak Saxena <dsaxena@plexity.net>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007895S: Maintained
7896F: drivers/char/hw_random/omap-rng.c
7897
Paul Walmsleyf400c822010-12-06 19:08:54 -07007898OMAP HWMOD SUPPORT
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007899M: Benoît Cousson <bcousson@baylibre.com>
Paul Walmsleyf400c822010-12-06 19:08:54 -07007900M: Paul Walmsley <paul@pwsan.com>
7901L: linux-omap@vger.kernel.org
7902S: Maintained
Zhang Yanfei8fc8b122013-01-11 14:32:03 -08007903F: arch/arm/mach-omap2/omap_hwmod.*
Paul Walmsleyf400c822010-12-06 19:08:54 -07007904
Paul Walmsley8633fb32015-01-19 23:49:50 -07007905OMAP HWMOD DATA
7906M: Paul Walmsley <paul@pwsan.com>
7907L: linux-omap@vger.kernel.org
7908S: Maintained
7909F: arch/arm/mach-omap2/omap_hwmod*data*
7910
Paul Walmsleyf400c822010-12-06 19:08:54 -07007911OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
Benoit Coussoncdb55ab2013-08-09 23:19:15 +02007912M: Benoît Cousson <bcousson@baylibre.com>
Paul Walmsleyf400c822010-12-06 19:08:54 -07007913L: linux-omap@vger.kernel.org
7914S: Maintained
7915F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7916
Laurent Pinchart0db83ce2014-06-06 12:08:59 -03007917OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03007918M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7919L: linux-media@vger.kernel.org
7920S: Maintained
Sakari Ailus7eec52d2015-03-19 01:50:22 +02007921F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007922F: drivers/media/platform/omap3isp/
Laurent Pinchart0db83ce2014-06-06 12:08:59 -03007923F: drivers/staging/media/omap4iss/
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03007924
Tony Lindgrenf5525782009-05-28 13:23:53 -07007925OMAP USB SUPPORT
Felipe Balbia55f6282016-02-03 20:23:01 +02007926M: Felipe Balbi <balbi@kernel.org>
Tony Lindgrenf5525782009-05-28 13:23:53 -07007927L: linux-usb@vger.kernel.org
7928L: linux-omap@vger.kernel.org
Felipe Balbi43b416e2011-05-13 15:21:47 +03007929T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
Tony Lindgrenf5525782009-05-28 13:23:53 -07007930S: Maintained
Joe Perchesa16fbd62010-08-09 17:20:48 -07007931F: drivers/usb/*/*omap*
7932F: arch/arm/*omap*/usb*
Tony Lindgrenf5525782009-05-28 13:23:53 -07007933
Kevin Hilman6d994712012-07-16 10:05:07 -07007934OMAP GPIO DRIVER
Javier Martinez Canillasfe643522015-11-13 10:35:29 -03007935M: Grygorii Strashko <grygorii.strashko@ti.com>
Santosh Shilimkar97215802014-10-13 14:16:28 -04007936M: Santosh Shilimkar <ssantosh@kernel.org>
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08007937M: Kevin Hilman <khilman@deeprootsystems.com>
Kevin Hilman6d994712012-07-16 10:05:07 -07007938L: linux-omap@vger.kernel.org
7939S: Maintained
Javier Martinez Canillasfe643522015-11-13 10:35:29 -03007940F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
Kevin Hilman6d994712012-07-16 10:05:07 -07007941F: drivers/gpio/gpio-omap.c
7942
Mark Jacksonc351e292013-10-04 09:15:01 +01007943OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7944M: Mark Jackson <mpfj@newflow.co.uk>
7945L: linux-omap@vger.kernel.org
7946S: Maintained
7947F: arch/arm/boot/dts/am335x-nano.dts
7948
Bob Copeland0ad122d2008-07-25 19:45:18 -07007949OMFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07007950M: Bob Copeland <me@bobcopeland.com>
Bob Copeland0ad122d2008-07-25 19:45:18 -07007951L: linux-karma-devel@lists.sourceforge.net
7952S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007953F: Documentation/filesystems/omfs.txt
7954F: fs/omfs/
Bob Copeland0ad122d2008-07-25 19:45:18 -07007955
Harald Weltec1986ee2005-11-13 16:06:29 -08007956OMNIKEY CARDMAN 4000 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007957M: Harald Welte <laforge@gnumonks.org>
Harald Weltec1986ee2005-11-13 16:06:29 -08007958S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007959F: drivers/char/pcmcia/cm4000_cs.c
7960F: include/linux/cm4000_cs.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08007961F: include/uapi/linux/cm4000_cs.h
Harald Weltec1986ee2005-11-13 16:06:29 -08007962
Harald Welte77c44ab2005-11-13 16:06:26 -08007963OMNIKEY CARDMAN 4040 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007964M: Harald Welte <laforge@gnumonks.org>
Harald Welte77c44ab2005-11-13 16:06:26 -08007965S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007966F: drivers/char/pcmcia/cm4040_cs.*
Harald Welte77c44ab2005-11-13 16:06:26 -08007967
Jonathan Corbet77d51402007-03-22 19:44:17 -03007968OMNIVISION OV7670 SENSOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007969M: Jonathan Corbet <corbet@lwn.net>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03007970L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02007971T: git git://linuxtv.org/media_tree.git
Jonathan Corbet77d51402007-03-22 19:44:17 -03007972S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03007973F: drivers/media/i2c/ov7670.c
Jonathan Corbet77d51402007-03-22 19:44:17 -03007974
Thomas Gleixner431bca72007-05-02 09:31:35 +02007975ONENAND FLASH DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007976M: Kyungmin Park <kyungmin.park@samsung.com>
Thomas Gleixner431bca72007-05-02 09:31:35 +02007977L: linux-mtd@lists.infradead.org
7978S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007979F: drivers/mtd/onenand/
7980F: include/linux/mtd/onenand*.h
Thomas Gleixner431bca72007-05-02 09:31:35 +02007981
Linus Torvalds1da177e2005-04-16 15:20:36 -07007982ONSTREAM SCSI TAPE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007983M: Willem Riede <osst@riede.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007984L: osst-users@lists.sourceforge.net
7985L: linux-scsi@vger.kernel.org
7986S: Maintained
Jean Delvaref7269cf2013-07-03 15:05:08 -07007987F: Documentation/scsi/osst.txt
7988F: drivers/scsi/osst.*
7989F: drivers/scsi/osst_*.h
7990F: drivers/scsi/st.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07007991
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07007992OPENCORES I2C BUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07007993M: Peter Korsgaard <jacmet@sunsite.dk>
Jean Delvare846557d2008-10-30 15:55:47 +01007994L: linux-i2c@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07007995S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07007996F: Documentation/i2c/busses/i2c-ocores
7997F: drivers/i2c/busses/i2c-ocores.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07007998
Grant Likely860c44c2009-10-26 16:49:49 -07007999OPEN FIRMWARE AND FLATTENED DEVICE TREE
Rob Herring5d3ad8a2013-12-03 10:20:16 -06008000M: Rob Herring <robh+dt@kernel.org>
Grant Likelyc8fb70a2015-08-23 13:34:08 -07008001M: Frank Rowand <frowand.list@gmail.com>
8002M: Grant Likely <grant.likely@linaro.org>
Grant Likelyd0fb18c2013-07-19 20:10:12 -07008003L: devicetree@vger.kernel.org
Rob Herringa7fefe92014-12-26 14:05:54 -06008004W: http://www.devicetree.org/
8005T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
Grant Likely860c44c2009-10-26 16:49:49 -07008006S: Maintained
Grant Likelyf8828202013-07-19 18:57:39 -07008007F: drivers/of/
Grant Likely860c44c2009-10-26 16:49:49 -07008008F: include/linux/of*.h
Grant Likelyf8828202013-07-19 18:57:39 -07008009F: scripts/dtc/
Grant Likely860c44c2009-10-26 16:49:49 -07008010
Grant Likelyf8828202013-07-19 18:57:39 -07008011OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
Rob Herring5d3ad8a2013-12-03 10:20:16 -06008012M: Rob Herring <robh+dt@kernel.org>
Grant Likelyf8828202013-07-19 18:57:39 -07008013M: Pawel Moll <pawel.moll@arm.com>
8014M: Mark Rutland <mark.rutland@arm.com>
Ian Campbellde809632013-08-30 09:50:42 +01008015M: Ian Campbell <ijc+devicetree@hellion.org.uk>
Kumar Galabdbff6b2013-08-08 10:51:15 -05008016M: Kumar Gala <galak@codeaurora.org>
Grant Likelyf8828202013-07-19 18:57:39 -07008017L: devicetree@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08008018T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
Grant Likelyf8828202013-07-19 18:57:39 -07008019S: Maintained
8020F: Documentation/devicetree/
8021F: arch/*/boot/dts/
8022F: include/dt-bindings/
8023
Pantelis Antoniou2bb65f52015-03-17 22:30:57 +02008024OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8025M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8026L: devicetree@vger.kernel.org
8027S: Maintained
8028F: Documentation/devicetree/dynamic-resolution-notes.txt
8029F: Documentation/devicetree/overlay-notes.txt
8030F: drivers/of/overlay.c
8031F: drivers/of/resolver.c
8032
Jonas Bonn19f9d392011-06-04 22:00:38 +03008033OPENRISC ARCHITECTURE
8034M: Jonas Bonn <jonas@southpole.se>
8035W: http://openrisc.net
Paul Bolleeab7c1c2011-10-14 21:00:37 +02008036L: linux@lists.openrisc.net (moderated for non-subscribers)
Jonas Bonn19f9d392011-06-04 22:00:38 +03008037S: Maintained
8038T: git git://openrisc.net/~jonas/linux
Joe Perches14430812013-09-11 14:23:50 -07008039F: arch/openrisc/
Jonas Bonn19f9d392011-06-04 22:00:38 +03008040
Jesse Grossccb13522011-10-25 19:26:31 -07008041OPENVSWITCH
Jesse Gross4f337ed2014-05-16 15:57:59 -07008042M: Pravin Shelar <pshelar@nicira.com>
Pravin B Shelarb422da72015-01-02 11:18:21 -08008043L: netdev@vger.kernel.org
Jesse Grossccb13522011-10-25 19:26:31 -07008044L: dev@openvswitch.org
8045W: http://openvswitch.org
Jesse Grossccb13522011-10-25 19:26:31 -07008046S: Maintained
8047F: net/openvswitch/
Pravin B Shelarb422da72015-01-02 11:18:21 -08008048F: include/uapi/linux/openvswitch.h
Jesse Grossccb13522011-10-25 19:26:31 -07008049
Viresh Kumar875fa6f2015-11-20 15:57:27 -08008050OPERATING PERFORMANCE POINTS (OPP)
8051M: Viresh Kumar <vireshk@kernel.org>
8052M: Nishanth Menon <nm@ti.com>
8053M: Stephen Boyd <sboyd@codeaurora.org>
8054L: linux-pm@vger.kernel.org
8055S: Maintained
8056T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8057F: drivers/base/power/opp/
8058F: include/linux/pm_opp.h
8059F: Documentation/power/opp.txt
8060F: Documentation/devicetree/bindings/opp/
8061
Clemens Ladischaf399172011-01-10 16:32:54 +01008062OPL4 DRIVER
8063M: Clemens Ladisch <clemens@ladisch.de>
8064L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8065T: git git://git.alsa-project.org/alsa-kernel.git
8066S: Maintained
8067F: sound/drivers/opl4/
8068
Linus Torvalds1da177e2005-04-16 15:20:36 -07008069OPROFILE
Robert Richter4cf7e712012-10-29 18:53:25 +01008070M: Robert Richter <rric@kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008071L: oprofile-list@lists.sf.net
8072S: Maintained
Robert Richter81c4a8a2010-04-22 19:14:49 +02008073F: arch/*/include/asm/oprofile*.h
Joe Perches679655d2009-04-07 20:44:32 -07008074F: arch/*/oprofile/
8075F: drivers/oprofile/
8076F: include/linux/oprofile.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008077
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008078ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
Joe Perches8b58be82009-07-29 15:04:30 -07008079M: Mark Fasheh <mfasheh@suse.com>
Joel Beckerd6351db2011-01-07 18:10:32 -08008080M: Joel Becker <jlbec@evilplan.org>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008081L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
Mark Fasheh01945fa2015-02-27 15:51:40 -08008082W: http://ocfs2.wiki.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008083S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008084F: Documentation/filesystems/ocfs2.txt
8085F: Documentation/filesystems/dlmfs.txt
8086F: fs/ocfs2/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008087
Linus Torvalds1da177e2005-04-16 15:20:36 -07008088ORINOCO DRIVER
Johannes Berg724c6b32007-04-23 12:18:20 -07008089L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02008090W: http://wireless.kernel.org/en/users/Drivers/orinoco
Pavel Roskinecffdde2005-05-05 16:16:01 -07008091W: http://www.nongnu.org/orinoco/
David Kilroy3a59bab2010-08-21 12:13:45 +01008092S: Orphan
Kalle Valo2be45b62015-11-18 09:57:18 +02008093F: drivers/net/wireless/intersil/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008094
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03008095OSD LIBRARY and FILESYSTEM
Boaz Harroshfadc0752014-10-19 19:19:57 +03008096M: Boaz Harrosh <ooo@electrozaur.com>
Benny Halevyf1f66302014-02-10 11:57:29 +02008097M: Benny Halevy <bhalevy@primarydata.com>
Boaz Harrosh68274792009-01-25 17:24:14 +02008098L: osd-dev@open-osd.org
8099W: http://open-osd.org
Joe Perches54e58812009-04-07 21:08:10 -07008100T: git git://git.open-osd.org/open-osd.git
Boaz Harrosh68274792009-01-25 17:24:14 +02008101S: Maintained
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03008102F: drivers/scsi/osd/
Joe Perches6b6f0b62009-08-18 14:11:06 -07008103F: include/scsi/osd_*
Boaz Harrosh42c55aa2009-06-17 16:54:34 +03008104F: fs/exofs/
Boaz Harrosh68274792009-01-25 17:24:14 +02008105
Miklos Szeredief94b182014-11-20 16:39:59 +01008106OVERLAY FILESYSTEM
Neil Brown7c37fbd2014-10-24 00:14:39 +02008107M: Miklos Szeredi <miklos@szeredi.hu>
Miklos Szeredi1d113732014-11-20 16:40:01 +01008108L: linux-unionfs@vger.kernel.org
8109T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
Neil Brown7c37fbd2014-10-24 00:14:39 +02008110S: Supported
Miklos Szeredi1d113732014-11-20 16:40:01 +01008111F: fs/overlayfs/
Neil Brown7c37fbd2014-10-24 00:14:39 +02008112F: Documentation/filesystems/overlayfs.txt
8113
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008114P54 WIRELESS DRIVER
Christian Lamparter084cb0f2010-07-12 19:01:41 +02008115M: Christian Lamparter <chunkeey@googlemail.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008116L: linux-wireless@vger.kernel.org
Christian Lamparter084cb0f2010-07-12 19:01:41 +02008117W: http://wireless.kernel.org/en/users/Drivers/p54
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008118S: Maintained
Kalle Valod3466832015-11-18 09:49:59 +02008119F: drivers/net/wireless/intersil/p54/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008120
Olof Johanssonf5cd7872007-01-31 21:43:54 -06008121PA SEMI ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008122M: Olof Johansson <olof@lixom.net>
Olof Johanssonf5cd7872007-01-31 21:43:54 -06008123L: netdev@vger.kernel.org
8124S: Maintained
Jeff Kirsherded19ad2011-05-15 20:56:37 -07008125F: drivers/net/ethernet/pasemi/*
Olof Johanssonf5cd7872007-01-31 21:43:54 -06008126
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01008127PA SEMI SMBUS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008128M: Olof Johansson <olof@lixom.net>
Jean Delvare846557d2008-10-30 15:55:47 +01008129L: linux-i2c@vger.kernel.org
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01008130S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008131F: drivers/i2c/busses/i2c-pasemi.c
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01008132
Steffen Klassert48fc2672010-08-13 10:10:46 -04008133PADATA PARALLEL EXECUTION MECHANISM
8134M: Steffen Klassert <steffen.klassert@secunet.com>
Steffen Klassert48fc2672010-08-13 10:10:46 -04008135L: linux-crypto@vger.kernel.org
8136S: Maintained
8137F: kernel/padata.c
8138F: include/linux/padata.h
8139F: Documentation/padata.txt
8140
Harald Welte709ee532008-09-23 17:46:57 +02008141PANASONIC LAPTOP ACPI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008142M: Harald Welte <laforge@gnumonks.org>
Matthew Garrettd09448532010-02-11 10:40:13 -05008143L: platform-driver-x86@vger.kernel.org
Harald Welte709ee532008-09-23 17:46:57 +02008144S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008145F: drivers/platform/x86/panasonic-laptop.c
Harald Welte709ee532008-09-23 17:46:57 +02008146
Akira Takeuchi368dd5a2010-10-27 17:28:55 +01008147PANASONIC MN10300/AM33/AM34 PORT
Joe Perches8b58be82009-07-29 15:04:30 -07008148M: David Howells <dhowells@redhat.com>
8149M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
David Howells4fa97182008-10-13 10:42:44 +01008150L: linux-am33-list@redhat.com (moderated for non-subscribers)
8151W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8152S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008153F: Documentation/mn10300/
8154F: arch/mn10300/
David Howells4fa97182008-10-13 10:42:44 +01008155
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05308156PARALLEL PORT SUBSYSTEM
8157M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8158M: Sudip Mukherjee <sudip@vectorindia.org>
Randy Dunlap3dd1a322007-05-16 22:11:12 -07008159L: linux-parport@lists.infradead.org (subscribers-only)
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05308160S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008161F: drivers/parport/
8162F: include/linux/parport*.h
8163F: drivers/char/ppdev.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008164F: include/uapi/linux/ppdev.h
Sudip Mukherjee64dfff02015-05-20 20:57:02 +05308165F: Documentation/parport*.txt
Linus Torvalds1da177e2005-04-16 15:20:36 -07008166
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008167PARAVIRT_OPS INTERFACE
Jeremy Fitzhardinged6331802011-11-18 15:56:06 -08008168M: Jeremy Fitzhardinge <jeremy@goop.org>
Joe Perches8b58be82009-07-29 15:04:30 -07008169M: Chris Wright <chrisw@sous-sol.org>
8170M: Alok Kataria <akataria@vmware.com>
8171M: Rusty Russell <rusty@rustcorp.com.au>
Michael Wittenc996d8b2010-11-15 19:55:34 +00008172L: virtualization@lists.linux-foundation.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008173S: Supported
Luis R. Rodrigueza2e19992015-02-13 17:13:40 +10308174F: Documentation/virtual/paravirt_ops.txt
Joe Perches679655d2009-04-07 20:44:32 -07008175F: arch/*/kernel/paravirt*
8176F: arch/*/include/asm/paravirt.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07008177
Linus Torvalds1da177e2005-04-16 15:20:36 -07008178PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
Joe Perches8b58be82009-07-29 15:04:30 -07008179M: Tim Waugh <tim@cyberelk.net>
Randy Dunlap3dd1a322007-05-16 22:11:12 -07008180L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008181S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008182F: Documentation/blockdev/paride.txt
8183F: drivers/block/paride/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008184
8185PARISC ARCHITECTURE
James Bottomleyb8828772009-08-04 23:59:55 +00008186M: "James E.J. Bottomley" <jejb@parisc-linux.org>
Kyle McMartinb38a03b2012-02-24 10:36:16 -05008187M: Helge Deller <deller@gmx.de>
Kyle McMartinac6aecb2007-12-03 22:04:34 +00008188L: linux-parisc@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008189W: http://www.parisc-linux.org/
Joe Perches8a6e2532010-03-05 13:43:11 -08008190Q: http://patchwork.kernel.org/project/linux-parisc/list/
Joe Perches08deed12012-03-23 15:01:57 -07008191T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
Helge Dellerfbb46caa2013-05-16 21:00:16 +00008192T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008193S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008194F: arch/parisc/
Helge Deller2b6bac92013-05-30 13:48:07 +00008195F: Documentation/parisc/
Joe Perches679655d2009-04-07 20:44:32 -07008196F: drivers/parisc/
Helge Deller2b6bac92013-05-30 13:48:07 +00008197F: drivers/char/agp/parisc-agp.c
8198F: drivers/input/serio/gscps2.c
8199F: drivers/parport/parport_gsc.*
8200F: drivers/tty/serial/8250/8250_gsc.c
Jingoo Han8a61f012014-07-01 15:36:01 +09008201F: drivers/video/fbdev/sti*
Helge Deller2b6bac92013-05-30 13:48:07 +00008202F: drivers/video/console/sti*
8203F: drivers/video/logo/logo_parisc*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008204
Jim Cromie1662d322006-10-06 00:43:59 -07008205PC87360 HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008206M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07008207L: lm-sensors@lm-sensors.org
8208S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008209F: Documentation/hwmon/pc87360
8210F: drivers/hwmon/pc87360.c
Jim Cromie1662d322006-10-06 00:43:59 -07008211
8212PC8736x GPIO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008213M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07008214S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008215F: drivers/char/pc8736x_gpio.c
Jim Cromie1662d322006-10-06 00:43:59 -07008216
Jean Delvare1ad107f2010-08-14 21:09:00 +02008217PC87427 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -07008218M: Jean Delvare <jdelvare@suse.com>
Jean Delvare1ad107f2010-08-14 21:09:00 +02008219L: lm-sensors@lm-sensors.org
8220S: Maintained
8221F: Documentation/hwmon/pc87427
8222F: drivers/hwmon/pc87427.c
8223
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008224PCA9532 LED DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008225M: Riku Voipio <riku.voipio@iki.fi>
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008226S: Maintained
Joe Perchesd5ca6912009-04-09 02:42:01 -07008227F: drivers/leds/leds-pca9532.c
8228F: include/linux/leds-pca9532.h
Riku Voipiob26e0ed2009-03-03 21:37:17 +02008229
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008230PCA9541 I2C BUS MASTER SELECTOR DRIVER
Guenter Roeckca462082012-06-01 23:28:23 -07008231M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008232L: linux-i2c@vger.kernel.org
8233S: Maintained
Wolfram Sangb4f0b742012-04-25 22:29:43 +02008234F: drivers/i2c/muxes/i2c-mux-pca9541.c
Guenter Roeck5ce914a2010-10-24 18:16:59 +02008235
Khalid Aziz3971dae2012-04-12 12:49:13 -07008236PCDP - PRIMARY CONSOLE AND DEBUG PORT
Khalid Aziz055e72f2012-10-04 17:12:40 -07008237M: Khalid Aziz <khalid@gonehiking.org>
Khalid Aziz3971dae2012-04-12 12:49:13 -07008238S: Maintained
8239F: drivers/firmware/pcdp.*
8240
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008241PCI ERROR RECOVERY
Joe Perches63059022012-06-07 14:21:10 -07008242M: Linas Vepstas <linasvepstas@gmail.com>
Jesse Barnesc1f69db2008-05-19 15:28:16 -07008243L: linux-pci@vger.kernel.org
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008244S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008245F: Documentation/PCI/pci-error-recovery.txt
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06008246
Linus Torvalds1da177e2005-04-16 15:20:36 -07008247PCI SUBSYSTEM
Jesse Barnes5ac3a6d2012-03-20 11:55:20 -07008248M: Bjorn Helgaas <bhelgaas@google.com>
Jesse Barnes29054742008-05-03 08:35:49 -07008249L: linux-pci@vger.kernel.org
Bjorn Helgaas99662dd2012-05-07 08:36:08 -06008250Q: http://patchwork.ozlabs.org/project/linux-pci/list/
Bjorn Helgaasc0233ed2012-05-24 14:18:14 -06008251T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008252S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008253F: Documentation/PCI/
8254F: drivers/pci/
8255F: include/linux/pci*
Bjorn Helgaas6b49ee42013-10-09 14:39:08 -06008256F: arch/x86/pci/
Bjorn Helgaascad01f92014-04-05 15:07:00 -06008257F: arch/x86/kernel/quirks.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008258
Ley Foon Taneaa61112015-10-23 18:27:12 +08008259PCI DRIVER FOR ALTERA PCIE IP
8260M: Ley Foon Tan <lftan@altera.com>
8261L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8262L: linux-pci@vger.kernel.org
8263S: Supported
8264F: Documentation/devicetree/bindings/pci/altera-pcie.txt
8265F: drivers/pci/host/pcie-altera.c
8266
Rob Herringb7e78172015-01-28 10:16:18 -06008267PCI DRIVER FOR ARM VERSATILE PLATFORM
8268M: Rob Herring <robh@kernel.org>
8269L: linux-pci@vger.kernel.org
8270L: linux-arm-kernel@lists.infradead.org
8271S: Maintained
8272F: Documentation/devicetree/bindings/pci/versatile.txt
8273F: drivers/pci/host/pci-versatile.c
8274
Tanmay Inamdar5f6b6cc2014-10-01 13:01:35 -06008275PCI DRIVER FOR APPLIEDMICRO XGENE
8276M: Tanmay Inamdar <tinamdar@apm.com>
8277L: linux-pci@vger.kernel.org
8278L: linux-arm-kernel@lists.infradead.org
8279S: Maintained
8280F: Documentation/devicetree/bindings/pci/xgene-pci.txt
8281F: drivers/pci/host/pci-xgene.c
8282
Minghuan Lian62d0ff832014-11-05 16:45:11 +08008283PCI DRIVER FOR FREESCALE LAYERSCAPE
8284M: Minghuan Lian <minghuan.Lian@freescale.com>
8285M: Mingkai Hu <mingkai.hu@freescale.com>
8286M: Roy Zang <tie-fei.zang@freescale.com>
8287L: linuxppc-dev@lists.ozlabs.org
8288L: linux-pci@vger.kernel.org
8289L: linux-arm-kernel@lists.infradead.org
8290S: Maintained
8291F: drivers/pci/host/*layerscape*
8292
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008293PCI DRIVER FOR IMX6
Lucas Stachf175aa22015-01-19 11:17:31 +01008294M: Richard Zhu <Richard.Zhu@freescale.com>
Lucas Stach1ba55f52014-07-31 20:16:04 +02008295M: Lucas Stach <l.stach@pengutronix.de>
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008296L: linux-pci@vger.kernel.org
8297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8298S: Maintained
8299F: drivers/pci/host/*imx6*
8300
Murali Karicheri0c4ffcf2014-09-02 17:26:19 -06008301PCI DRIVER FOR TI KEYSTONE
8302M: Murali Karicheri <m-karicheri2@ti.com>
8303L: linux-pci@vger.kernel.org
8304L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8305S: Maintained
8306F: drivers/pci/host/*keystone*
8307
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008308PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8309M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8310M: Jason Cooper <jason@lakedaemon.net>
8311L: linux-pci@vger.kernel.org
8312L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8313S: Maintained
8314F: drivers/pci/host/*mvebu*
8315
Thierry Reding0447cfd2013-08-09 16:49:32 +02008316PCI DRIVER FOR NVIDIA TEGRA
8317M: Thierry Reding <thierry.reding@gmail.com>
8318L: linux-tegra@vger.kernel.org
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008319L: linux-pci@vger.kernel.org
Thierry Reding0447cfd2013-08-09 16:49:32 +02008320S: Supported
8321F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8322F: drivers/pci/host/pci-tegra.c
8323
Kishon Vijay Abraham I47ff3de2014-07-22 15:23:45 -06008324PCI DRIVER FOR TI DRA7XX
8325M: Kishon Vijay Abraham I <kishon@ti.com>
8326L: linux-omap@vger.kernel.org
8327L: linux-pci@vger.kernel.org
8328S: Supported
8329F: Documentation/devicetree/bindings/pci/ti-pci.txt
8330F: drivers/pci/host/pci-dra7xx.c
8331
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008332PCI DRIVER FOR RENESAS R-CAR
8333M: Simon Horman <horms@verge.net.au>
8334L: linux-pci@vger.kernel.org
Simon Horman4a121092016-01-18 10:04:33 +09008335L: linux-renesas-soc@vger.kernel.org
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008336S: Maintained
8337F: drivers/pci/host/*rcar*
8338
Jingoo Han4af82252013-09-12 20:29:24 +09008339PCI DRIVER FOR SAMSUNG EXYNOS
Jingoo Hanb7701752015-05-14 15:17:07 -07008340M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han4af82252013-09-12 20:29:24 +09008341L: linux-pci@vger.kernel.org
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008342L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8343L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
Jingoo Han4af82252013-09-12 20:29:24 +09008344S: Maintained
8345F: drivers/pci/host/pci-exynos.c
8346
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008347PCI DRIVER FOR SYNOPSIS DESIGNWARE
Jingoo Hanb7701752015-05-14 15:17:07 -07008348M: Jingoo Han <jingoohan1@gmail.com>
Pratyush Anand110baab2015-04-30 09:46:07 +05308349M: Pratyush Anand <pratyush.anand@gmail.com>
Bjorn Helgaasf0b75692013-12-11 10:40:59 -07008350L: linux-pci@vger.kernel.org
8351S: Maintained
8352F: drivers/pci/host/*designware*
8353
Will Deaconcf288552014-05-01 12:04:28 +01008354PCI DRIVER FOR GENERIC OF HOSTS
8355M: Will Deacon <will.deacon@arm.com>
8356L: linux-pci@vger.kernel.org
8357L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8358S: Maintained
8359F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
8360F: drivers/pci/host/pci-host-generic.c
8361
Keith Busch185a3832016-01-12 13:18:10 -07008362PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8363M: Keith Busch <keith.busch@intel.com>
8364L: linux-pci@vger.kernel.org
8365S: Supported
8366F: arch/x86/pci/vmd.c
8367
Pratyush Anand51b66a62014-02-11 11:39:26 +05308368PCIE DRIVER FOR ST SPEAR13XX
Pratyush Anand110baab2015-04-30 09:46:07 +05308369M: Pratyush Anand <pratyush.anand@gmail.com>
Pratyush Anand51b66a62014-02-11 11:39:26 +05308370L: linux-pci@vger.kernel.org
Pratyush Anand110baab2015-04-30 09:46:07 +05308371S: Maintained
Pratyush Anand51b66a62014-02-11 11:39:26 +05308372F: drivers/pci/host/*spear*
8373
Ley Foon Tanaf1169b2015-10-23 18:27:13 +08008374PCI MSI DRIVER FOR ALTERA MSI IP
8375M: Ley Foon Tan <lftan@altera.com>
8376L: rfi@lists.rocketboards.org (moderated for non-subscribers)
8377L: linux-pci@vger.kernel.org
8378S: Supported
8379F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8380F: drivers/pci/host/pcie-altera-msi.c
8381
Duc Dangdcd19de2015-06-05 15:56:34 -05008382PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8383M: Duc Dang <dhdang@apm.com>
8384L: linux-pci@vger.kernel.org
8385L: linux-arm-kernel@lists.infradead.org
8386S: Maintained
8387F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8388F: drivers/pci/host/pci-xgene-msi.c
8389
Zhou Wang500a1d92015-10-29 20:02:51 -05008390PCIE DRIVER FOR HISILICON
8391M: Zhou Wang <wangzhou1@hisilicon.com>
Gabriele Paoloni5930fe42015-11-27 01:17:05 +08008392M: Gabriele Paoloni <gabriele.paoloni@huawei.com>
Zhou Wang500a1d92015-10-29 20:02:51 -05008393L: linux-pci@vger.kernel.org
8394S: Maintained
8395F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8396F: drivers/pci/host/pcie-hisi.c
8397
Stanimir Varbanov82a82382015-12-18 14:38:57 +02008398PCIE DRIVER FOR QUALCOMM MSM
8399M: Stanimir Varbanov <svarbanov@mm-sol.com>
8400L: linux-pci@vger.kernel.org
8401L: linux-arm-msm@vger.kernel.org
8402S: Maintained
8403F: drivers/pci/host/*qcom*
8404
Linus Torvalds1da177e2005-04-16 15:20:36 -07008405PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07008406P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07008407L: linux-pcmcia@lists.infradead.org
Joe Perches6650e0a2007-12-10 15:49:32 -08008408W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Fengguang Wu9f273c22016-01-20 15:03:25 -08008409T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07008410S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008411F: Documentation/pcmcia/
8412F: drivers/pcmcia/
8413F: include/pcmcia/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008414
8415PCNET32 NETWORK DRIVER
Don Fry227fb922010-12-21 19:58:15 -08008416M: Don Fry <pcnet32@frontier.com>
Ralf Baechle979b6c12005-06-13 14:30:40 -07008417L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008418S: Maintained
Jeff Kirsherb955f6c2011-03-30 07:46:36 -07008419F: drivers/net/ethernet/amd/pcnet32.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008420
Steffen Klassert48fc2672010-08-13 10:10:46 -04008421PCRYPT PARALLEL CRYPTO ENGINE
8422M: Steffen Klassert <steffen.klassert@secunet.com>
8423L: linux-crypto@vger.kernel.org
8424S: Maintained
8425F: crypto/pcrypt.c
8426F: include/crypto/pcrypt.h
8427
Tejun Heoe72df0b2010-12-10 17:02:49 +01008428PER-CPU MEMORY ALLOCATOR
8429M: Tejun Heo <tj@kernel.org>
8430M: Christoph Lameter <cl@linux-foundation.org>
Tejun Heoe72df0b2010-12-10 17:02:49 +01008431T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8432S: Maintained
8433F: include/linux/percpu*.h
8434F: mm/percpu*.c
8435F: arch/*/include/asm/percpu.h
8436
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008437PER-TASK DELAY ACCOUNTING
Balbir Singh185e5952011-06-15 15:08:30 -07008438M: Balbir Singh <bsingharora@gmail.com>
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008439S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008440F: include/linux/delayacct.h
8441F: kernel/delayacct.c
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07008442
Ingo Molnar57c0c152009-09-21 12:20:38 +02008443PERFORMANCE EVENTS SUBSYSTEM
Peter Zijlstradaecbd2672015-11-16 11:07:44 +01008444M: Peter Zijlstra <peterz@infradead.org>
Ingo Molnardd9b2382012-03-19 21:03:46 +01008445M: Ingo Molnar <mingo@redhat.com>
Arnaldo Carvalho de Melof80c5392014-03-27 17:36:14 -03008446M: Arnaldo Carvalho de Melo <acme@kernel.org>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008447L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01008448T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
Paul Mackerras6c0b3242009-04-09 09:27:37 +10008449S: Supported
Geunsik Limd53e8362011-08-18 16:44:57 +09008450F: kernel/events/*
Vincent Legolla0032362009-10-13 14:48:14 +02008451F: include/linux/perf_event.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008452F: include/uapi/linux/perf_event.h
Robert Richter141c4292010-03-17 12:49:11 +01008453F: arch/*/kernel/perf_event*.c
8454F: arch/*/kernel/*/perf_event*.c
8455F: arch/*/kernel/*/*/perf_event*.c
Vincent Legolla0032362009-10-13 14:48:14 +02008456F: arch/*/include/asm/perf_event.h
Vincent Legolla0032362009-10-13 14:48:14 +02008457F: arch/*/kernel/perf_callchain.c
8458F: tools/perf/
Paul Mackerras6c0b3242009-04-09 09:27:37 +10008459
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008460PERSONALITY HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -07008461M: Christoph Hellwig <hch@infradead.org>
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008462L: linux-abi-devel@lists.sourceforge.net
8463S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008464F: include/linux/personality.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008465F: include/uapi/linux/personality.h
Jim Cromiedd49d0f2006-03-24 18:08:17 +01008466
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008467PHONET PROTOCOL
Rémi Denis-Courmont2a06b402012-04-12 03:39:18 +00008468M: Remi Denis-Courmont <courmisch@gmail.com>
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008469S: Supported
8470F: Documentation/networking/phonet.txt
8471F: include/linux/phonet.h
8472F: include/net/phonet/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008473F: include/uapi/linux/phonet.h
Rémi Denis-Courmont838e7a02010-10-08 04:02:00 +00008474F: net/phonet/
8475
Linus Torvalds1da177e2005-04-16 15:20:36 -07008476PHRAM MTD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008477M: Joern Engel <joern@lazybastard.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008478L: linux-mtd@lists.infradead.org
8479S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008480F: drivers/mtd/devices/phram.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008481
Bruno Prémontefdbb102012-07-30 21:39:03 +02008482PICOLCD HID DRIVER
8483M: Bruno Prémont <bonbons@linux-vserver.org>
8484L: linux-input@vger.kernel.org
8485S: Maintained
8486F: drivers/hid/hid-picolcd*
8487
Jamie Ilesa53bfa02011-12-12 20:28:42 +00008488PICOXCELL SUPPORT
8489M: Jamie Iles <jamie@jamieiles.com>
8490L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8491T: git git://github.com/jamieiles/linux-2.6-ji.git
8492S: Supported
Joe Perchesb8733982014-08-08 14:25:12 -07008493F: arch/arm/boot/dts/picoxcell*
Joe Perches14430812013-09-11 14:23:50 -07008494F: arch/arm/mach-picoxcell/
Joe Perchesb8733982014-08-08 14:25:12 -07008495F: drivers/crypto/picoxcell*
Jamie Ilesa53bfa02011-12-12 20:28:42 +00008496
Linus Walleij2744e8a2011-05-02 20:50:54 +02008497PIN CONTROL SUBSYSTEM
8498M: Linus Walleij <linus.walleij@linaro.org>
David Cohenc11f0422014-10-16 19:06:59 -07008499L: linux-gpio@vger.kernel.org
Linus Walleijdbe752a2015-01-19 11:27:19 +01008500T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
Linus Walleij2744e8a2011-05-02 20:50:54 +02008501S: Maintained
Stephen Warren07f29ba2011-12-08 15:16:19 -07008502F: drivers/pinctrl/
Uwe Kleine-König8e406fe2012-07-30 18:38:34 +02008503F: include/linux/pinctrl/
Linus Walleij2744e8a2011-05-02 20:50:54 +02008504
Jean-Christophe PLAGNIOL-VILLARD2201bbb2012-10-27 19:53:12 +02008505PIN CONTROLLER - ATMEL AT91
8506M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8507L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8508S: Maintained
Alexandre Bellonic654b6bf2014-10-17 11:49:40 +02008509F: drivers/pinctrl/pinctrl-at91.*
Jean-Christophe PLAGNIOL-VILLARD2201bbb2012-10-27 19:53:12 +02008510
Ludovic Desroches33d36902015-09-16 17:36:59 +02008511PIN CONTROLLER - ATMEL AT91 PIO4
8512M: Ludovic Desroches <ludovic.desroches@atmel.com>
8513L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8514L: linux-gpio@vger.kernel.org
8515S: Supported
8516F: drivers/pinctrl/pinctrl-at91-pio4.*
8517
Mika Westerbergcbd1b652014-10-24 15:16:53 +03008518PIN CONTROLLER - INTEL
8519M: Mika Westerberg <mika.westerberg@linux.intel.com>
8520M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
8521S: Maintained
8522F: drivers/pinctrl/intel/
Viresh Kumardeda8282012-03-28 22:27:07 +05308523
Laurent Pinchart9963b532014-07-02 16:33:31 +02008524PIN CONTROLLER - RENESAS
8525M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Geert Uytterhoeven1a4ca6d2015-12-16 08:47:11 +01008526M: Geert Uytterhoeven <geert+renesas@glider.be>
Simon Horman4a121092016-01-18 10:04:33 +09008527L: linux-renesas-soc@vger.kernel.org
Laurent Pinchart9963b532014-07-02 16:33:31 +02008528S: Maintained
8529F: drivers/pinctrl/sh-pfc/
8530
Doug Andersonb75e60d2013-06-16 15:17:46 -07008531PIN CONTROLLER - SAMSUNG
Tomasz Figafea685e2014-08-26 16:30:53 +02008532M: Tomasz Figa <tomasz.figa@gmail.com>
Doug Andersonb75e60d2013-06-16 15:17:46 -07008533L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8534L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8535S: Maintained
Sachin Kamat9b5b33f2014-07-11 14:29:50 +05308536F: drivers/pinctrl/samsung/
Doug Andersonb75e60d2013-06-16 15:17:46 -07008537
Tony Lindgren13cbd902015-12-10 14:27:32 -08008538PIN CONTROLLER - SINGLE
8539M: Tony Lindgren <tony@atomide.com>
8540M: Haojian Zhuang <haojian.zhuang@linaro.org>
8541L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8542L: linux-omap@vger.kernel.org
8543S: Maintained
8544F: drivers/pinctrl/pinctrl-single.c
8545
Viresh Kumardeda8282012-03-28 22:27:07 +05308546PIN CONTROLLER - ST SPEAR
Viresh Kumarda899472015-07-17 16:23:50 -07008547M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumardeda8282012-03-28 22:27:07 +05308548L: spear-devel@list.st.com
8549L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8550W: http://www.st.com/spear
8551S: Maintained
Uwe Kleine-König8e406fe2012-07-30 18:38:34 +02008552F: drivers/pinctrl/spear/
Viresh Kumardeda8282012-03-28 22:27:07 +05308553
Peter Osterlund249a6772005-09-27 21:45:30 -07008554PKTCDVD DRIVER
Jiri Kosinae5f64502015-08-09 09:11:34 +02008555M: Jiri Kosina <jikos@kernel.org>
Peter Osterlund249a6772005-09-27 21:45:30 -07008556S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008557F: drivers/block/pktcdvd.c
8558F: include/linux/pktcdvd.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008559F: include/uapi/linux/pktcdvd.h
Peter Osterlund249a6772005-09-27 21:45:30 -07008560
GuanXuetaob31d8272011-01-16 00:35:49 +08008561PKUNITY SOC DRIVERS
8562M: Guan Xuetao <gxt@mprc.pku.edu.cn>
8563W: http://mprc.pku.edu.cn/~guanxuetao/linux
8564S: Maintained
Guan Xuetaoceebf4d2014-05-27 07:53:10 +08008565T: git git://github.com/gxt/linux.git
GuanXuetaob31d8272011-01-16 00:35:49 +08008566F: drivers/input/serio/i8042-unicore32io.h
GuanXuetaod10e4a62011-02-26 21:29:29 +08008567F: drivers/i2c/busses/i2c-puv3.c
Jingoo Han8a61f012014-07-01 15:36:01 +09008568F: drivers/video/fbdev/fb-puv3.c
Guan Xuetao2809e802011-05-26 16:43:27 +08008569F: drivers/rtc/rtc-puv3.c
GuanXuetaob31d8272011-01-16 00:35:49 +08008570
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07008571PMBUS HARDWARE MONITORING DRIVERS
Guenter Roeckca462082012-06-01 23:28:23 -07008572M: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck9d2ecfb2011-07-12 07:15:19 -07008573L: lm-sensors@lm-sensors.org
8574W: http://www.lm-sensors.org/
8575W: http://www.roeck-us.net/linux/drivers/
8576T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8577S: Maintained
8578F: Documentation/hwmon/pmbus
8579F: drivers/hwmon/pmbus/
8580F: include/linux/i2c/pmbus.h
8581
Anil Ravindranath89a36812009-08-25 17:35:18 -07008582PMC SIERRA MaxRAID DRIVER
Anil Ravindranath89a36812009-08-25 17:35:18 -07008583L: linux-scsi@vger.kernel.org
8584W: http://www.pmc-sierra.com/
Joe Perches3cdea4d712015-09-09 15:36:14 -07008585S: Orphan
Anil Ravindranath89a36812009-08-25 17:35:18 -07008586F: drivers/scsi/pmcraid.*
8587
jack wangdbf9bfe2009-10-14 16:19:21 +08008588PMC SIERRA PM8001 DRIVER
Jack Wangd32477e2015-07-29 12:02:50 +02008589M: Jack Wang <jinpu.wang@profitbricks.com>
jack wangdbf9bfe2009-10-14 16:19:21 +08008590M: lindar_liu@usish.com
Suresh Thiagarajanf5a7b522014-07-30 17:37:43 +05308591L: pmchba@pmcs.com
jack wangdbf9bfe2009-10-14 16:19:21 +08008592L: linux-scsi@vger.kernel.org
8593S: Supported
8594F: drivers/scsi/pm8001/
8595
Linus Torvalds1da177e2005-04-16 15:20:36 -07008596POSIX CLOCKS and TIMERS
Joe Perches8b58be82009-07-29 15:04:30 -07008597M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01008598L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01008599T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Thomas Gleixner5cee9642014-06-22 12:06:40 +02008600S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008601F: fs/timerfd.c
8602F: include/linux/timer*
Thomas Gleixner5cee9642014-06-22 12:06:40 +02008603F: kernel/time/*timer*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008604
Rafael J. Wysocki7b06a6d2015-12-05 01:54:47 +01008605POWER MANAGEMENT CORE
8606M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
8607L: linux-pm@vger.kernel.org
8608T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8609S: Supported
8610F: drivers/base/power/
8611F: include/linux/pm.h
8612F: include/linux/pm_*
8613F: include/linux/powercap.h
8614F: drivers/powercap/
8615
Anton Vorontsov3be86142007-07-15 04:43:36 +04008616POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
Sebastian Reichelad8464a2014-07-16 20:14:30 +02008617M: Sebastian Reichel <sre@kernel.org>
Dmitry Eremin-Solenikov57318932014-01-21 03:33:09 +04008618M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008619M: David Woodhouse <dwmw2@infradead.org>
Sebastian Reichelad8464a2014-07-16 20:14:30 +02008620L: linux-pm@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -07008621T: git git://git.infradead.org/battery-2.6.git
Anton Vorontsov3be86142007-07-15 04:43:36 +04008622S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008623F: include/linux/power_supply.h
Anton Vorontsov8cd725a2012-05-05 03:37:15 -07008624F: drivers/power/
Sebastian Reichel26305022015-07-24 23:11:28 +02008625X: drivers/power/avs/
Anton Vorontsov3be86142007-07-15 04:43:36 +04008626
Mark Rutland514f1612015-07-31 15:46:20 +01008627POWER STATE COORDINATION INTERFACE (PSCI)
8628M: Mark Rutland <mark.rutland@arm.com>
8629M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8630L: linux-arm-kernel@lists.infradead.org
8631S: Maintained
8632F: drivers/firmware/psci.c
8633F: include/linux/psci.h
8634F: include/uapi/linux/psci.h
8635
Linus Torvalds1da177e2005-04-16 15:20:36 -07008636PNP SUPPORT
Joe Perches9c3646d2015-06-25 15:02:00 -07008637M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008638S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008639F: drivers/pnp/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008640
8641PPP PROTOCOL DRIVERS AND COMPRESSORS
Joe Perches8b58be82009-07-29 15:04:30 -07008642M: Paul Mackerras <paulus@samba.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008643L: linux-ppp@vger.kernel.org
8644S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008645F: drivers/net/ppp/ppp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07008646
8647PPP OVER ATM (RFC 2364)
Joe Perches8b58be82009-07-29 15:04:30 -07008648M: Mitchell Blank Jr <mitch@sfgoth.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008649S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008650F: net/atm/pppoatm.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008651F: include/uapi/linux/atmppp.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008652
8653PPP OVER ETHERNET
Joe Perches8b58be82009-07-29 15:04:30 -07008654M: Michal Ostrowski <mostrows@earthlink.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008655S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008656F: drivers/net/ppp/pppoe.c
8657F: drivers/net/ppp/pppox.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07008658
James Chapmana6d23702007-06-27 15:53:17 -07008659PPP OVER L2TP
Joe Perches8b58be82009-07-29 15:04:30 -07008660M: James Chapman <jchapman@katalix.com>
James Chapmana6d23702007-06-27 15:53:17 -07008661S: Maintained
Joe Perches90ca28d2010-08-09 17:20:40 -07008662F: net/l2tp/l2tp_ppp.c
Joe Perches679655d2009-04-07 20:44:32 -07008663F: include/linux/if_pppol2tp.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008664F: include/uapi/linux/if_pppol2tp.h
James Chapmana6d23702007-06-27 15:53:17 -07008665
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008666PPS SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07008667M: Rodolfo Giometti <giometti@enneenne.com>
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008668W: http://wiki.enneenne.com/index.php/LinuxPPS_support
8669L: linuxpps@ml.enneenne.com (subscribers-only)
8670S: Maintained
Joe Perchescabaaf42009-07-29 15:04:24 -07008671F: Documentation/pps/
8672F: drivers/pps/
8673F: include/linux/pps*.h
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008674
Harry Wei71a6d0a2011-05-11 15:13:33 -07008675PPTP DRIVER
8676M: Dmitry Kozlov <xeb@mail.ru>
8677L: netdev@vger.kernel.org
8678S: Maintained
Jeff Kirsher224cf5a2011-07-31 02:38:19 -07008679F: drivers/net/ppp/pptp.c
Harry Wei71a6d0a2011-05-11 15:13:33 -07008680W: http://sourceforge.net/projects/accel-pptp
8681
Linus Torvalds1da177e2005-04-16 15:20:36 -07008682PREEMPTIBLE KERNEL
Joe Perches8b58be82009-07-29 15:04:30 -07008683M: Robert Love <rml@tech9.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008684L: kpreempt-tech@lists.sourceforge.net
8685W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8686S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008687F: Documentation/preempt-locking.txt
8688F: include/linux/preempt.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008689
8690PRISM54 WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008691M: "Luis R. Rodriguez" <mcgrof@gmail.com>
Johannes Berg724c6b32007-04-23 12:18:20 -07008692L: linux-wireless@vger.kernel.org
John W. Linville9ef80802010-08-27 09:44:12 -04008693W: http://wireless.kernel.org/en/users/Drivers/p54
John W. Linville1d89cae2010-07-22 14:25:40 -04008694S: Obsolete
Kalle Valoc12edfe2015-11-18 09:56:45 +02008695F: drivers/net/wireless/intersil/prism54/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008696
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008697PS3 NETWORK SUPPORT
Geoff Levandb809b9c2010-04-15 09:11:34 +00008698M: Geoff Levand <geoff@infradead.org>
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008699L: netdev@vger.kernel.org
Michael Ellermana14ab6b2015-05-01 13:20:25 +10008700L: linuxppc-dev@lists.ozlabs.org
Geoff Levandb809b9c2010-04-15 09:11:34 +00008701S: Maintained
Jeff Kirsher8df158a2011-07-30 00:36:02 -07008702F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
Masakazu Mokuno02c18892007-07-05 20:11:16 +09008703
Geoff Levandf58a9d12006-11-23 00:46:51 +01008704PS3 PLATFORM SUPPORT
Geoff Levandb809b9c2010-04-15 09:11:34 +00008705M: Geoff Levand <geoff@infradead.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +10008706L: linuxppc-dev@lists.ozlabs.org
Geoff Levandb809b9c2010-04-15 09:11:34 +00008707S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008708F: arch/powerpc/boot/ps3*
8709F: arch/powerpc/include/asm/lv1call.h
8710F: arch/powerpc/include/asm/ps3*.h
8711F: arch/powerpc/platforms/ps3/
8712F: drivers/*/ps3*
8713F: drivers/ps3/
Geoff Levandfec629b2009-04-16 09:05:40 +00008714F: drivers/rtc/rtc-ps3.c
Joe Perches679655d2009-04-07 20:44:32 -07008715F: drivers/usb/host/*ps3.c
Geoff Levandfec629b2009-04-16 09:05:40 +00008716F: sound/ppc/snd_ps3*
Geoff Levandf58a9d12006-11-23 00:46:51 +01008717
Jim Pariscffb4add2009-01-06 11:32:10 +00008718PS3VRAM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008719M: Jim Paris <jim@jtan.com>
Geoff Levand3715a5d012015-06-10 18:00:18 +00008720M: Geoff Levand <geoff@infradead.org>
Michael Ellermana14ab6b2015-05-01 13:20:25 +10008721L: linuxppc-dev@lists.ozlabs.org
Jim Pariscffb4add2009-01-06 11:32:10 +00008722S: Maintained
Joe Perches8a3977cb2010-08-09 17:20:49 -07008723F: drivers/block/ps3vram.c
Jim Pariscffb4add2009-01-06 11:32:10 +00008724
Anton Vorontsov8defe592012-08-03 18:07:20 -07008725PSTORE FILESYSTEM
Anton Vorontsov9d5e2a02013-06-09 09:41:23 -07008726M: Anton Vorontsov <anton@enomsg.org>
Anton Vorontsov8defe592012-08-03 18:07:20 -07008727M: Colin Cross <ccross@android.com>
8728M: Kees Cook <keescook@chromium.org>
8729M: Tony Luck <tony.luck@intel.com>
8730S: Maintained
Fengguang Wu9f273c22016-01-20 15:03:25 -08008731T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
Anton Vorontsov8defe592012-08-03 18:07:20 -07008732F: fs/pstore/
8733F: include/linux/pstore*
Matt Fleming04851772013-02-08 15:48:51 +00008734F: drivers/firmware/efi/efi-pstore.c
Anton Vorontsov8defe592012-08-03 18:07:20 -07008735F: drivers/acpi/apei/erst.c
8736
Richard Cochran7fbc4152012-03-10 01:55:53 +00008737PTP HARDWARE CLOCK SUPPORT
8738M: Richard Cochran <richardcochran@gmail.com>
Jiri Bence7333e32013-03-26 04:01:12 +00008739L: netdev@vger.kernel.org
Richard Cochran7fbc4152012-03-10 01:55:53 +00008740S: Maintained
8741W: http://linuxptp.sourceforge.net/
8742F: Documentation/ABI/testing/sysfs-ptp
8743F: Documentation/ptp/*
Joe Perches0ecb3cd2012-10-04 17:12:37 -07008744F: drivers/net/ethernet/freescale/gianfar_ptp.c
Richard Cochran7fbc4152012-03-10 01:55:53 +00008745F: drivers/net/phy/dp83640*
8746F: drivers/ptp/*
8747F: include/linux/ptp_cl*
8748
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008749PTRACE SUPPORT
Richard Weinbergere846ee52014-08-08 14:23:46 -07008750M: Roland McGrath <roland@hack.frob.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008751M: Oleg Nesterov <oleg@redhat.com>
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008752S: Maintained
8753F: include/asm-generic/syscall.h
8754F: include/linux/ptrace.h
8755F: include/linux/regset.h
8756F: include/linux/tracehook.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008757F: include/uapi/linux/ptrace.h
Christoph Hellwigcf94a4d2009-04-30 15:08:12 -07008758F: kernel/ptrace.c
8759
Michael Krufky83202042006-07-03 00:24:18 -07008760PVRUSB2 VIDEO4LINUX DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008761M: Mike Isely <isely@pobox.com>
Mike Isely16e94952007-01-03 18:08:06 -03008762L: pvrusb2@isely.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03008763L: linux-media@vger.kernel.org
Michael Krufky83202042006-07-03 00:24:18 -07008764W: http://www.isely.net/pvrusb2/
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02008765T: git git://linuxtv.org/media_tree.git
Michael Krufky83202042006-07-03 00:24:18 -07008766S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07008767F: Documentation/video4linux/README.pvrusb2
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -03008768F: drivers/media/usb/pvrusb2/
Michael Krufky83202042006-07-03 00:24:18 -07008769
Hans de Goede39532e62012-11-04 17:05:59 -03008770PWC WEBCAM DRIVER
8771M: Hans de Goede <hdegoede@redhat.com>
8772L: linux-media@vger.kernel.org
8773T: git git://linuxtv.org/media_tree.git
8774S: Maintained
8775F: drivers/media/usb/pwc/*
8776
Kamil Debski93c090b2014-08-20 11:29:23 +02008777PWM FAN DRIVER
8778M: Kamil Debski <k.debski@samsung.com>
8779L: lm-sensors@lm-sensors.org
8780S: Supported
8781F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8782F: Documentation/hwmon/pwm-fan
8783F: drivers/hwmon/pwm-fan.c
8784
Thierry Reding200efed2012-03-27 13:16:18 +02008785PWM SUBSYSTEM
Thierry Redingaa3495f2013-05-06 12:50:36 +02008786M: Thierry Reding <thierry.reding@gmail.com>
8787L: linux-pwm@vger.kernel.org
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008788S: Maintained
Thierry Reding006e8542013-11-01 11:15:05 +01008789T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
Thierry Reding200efed2012-03-27 13:16:18 +02008790F: Documentation/pwm.txt
8791F: Documentation/devicetree/bindings/pwm/
8792F: include/linux/pwm.h
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008793F: drivers/pwm/
Thierry Redinga140b982012-09-24 17:17:30 -07008794F: drivers/video/backlight/pwm_bl.c
8795F: include/linux/pwm_backlight.h
Sascha Hauer0c2498f2011-01-28 09:40:40 +01008796
Eric Miao30ec2612008-06-12 15:21:41 -07008797PXA2xx/PXA3xx SUPPORT
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008798M: Daniel Mack <daniel@zonque.org>
Haojian Zhuanga323f662012-03-14 18:33:07 +08008799M: Haojian Zhuang <haojian.zhuang@gmail.com>
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008800M: Robert Jarzmik <robert.jarzmik@free.fr>
Joe Perchesefc03ec2009-09-21 17:04:27 -07008801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008802T: git git://github.com/hzhuang1/linux.git
Robert Jarzmik8da5e302014-09-24 23:08:00 +02008803T: git git://github.com/rjarzmik/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07008804S: Maintained
Rob Herringe68d7c12015-12-10 17:38:23 -06008805F: arch/arm/boot/dts/pxa*
Joe Perches679655d2009-04-07 20:44:32 -07008806F: arch/arm/mach-pxa/
Robert Jarzmik820439f2015-05-25 23:29:19 +02008807F: drivers/dma/pxa*
Joe Perches679655d2009-04-07 20:44:32 -07008808F: drivers/pcmcia/pxa2xx*
Robert Jarzmik1403ead2015-11-21 19:04:48 +01008809F: drivers/pinctrl/pxa/
Joe Perches9df92e62012-01-10 15:09:06 -08008810F: drivers/spi/spi-pxa2xx*
Joe Perchesfaf2e1d2014-08-08 14:26:18 -07008811F: drivers/usb/gadget/udc/pxa2*
Joe Perches679655d2009-04-07 20:44:32 -07008812F: include/sound/pxa2xx-lib.h
Mark Brownbec4c992009-05-06 10:36:34 +01008813F: sound/arm/pxa*
Joe Perches14430812013-09-11 14:23:50 -07008814F: sound/soc/pxa/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008815
Robert Jarzmikf3154a42015-12-18 22:41:34 +01008816PXA GPIO DRIVER
8817M: Robert Jarzmik <robert.jarzmik@free.fr>
8818L: linux-gpio@vger.kernel.org
8819S: Maintained
8820F: drivers/gpio/gpio-pxa.c
8821
Ezequiel Garciaec64d3b2013-12-04 15:28:46 -08008822PXA3xx NAND FLASH DRIVER
8823M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8824L: linux-mtd@lists.infradead.org
8825S: Maintained
Joe Perches9a67f092014-08-08 14:25:10 -07008826F: drivers/mtd/nand/pxa3xx_nand.c
Ezequiel Garciaec64d3b2013-12-04 15:28:46 -08008827
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008828MMP SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07008829M: Eric Miao <eric.y.miao@gmail.com>
Haojian Zhuanga323f662012-03-14 18:33:07 +08008830M: Haojian Zhuang <haojian.zhuang@gmail.com>
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008831L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008832T: git git://github.com/hzhuang1/linux.git
8833T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008834S: Maintained
Rob Herringe68d7c12015-12-10 17:38:23 -06008835F: arch/arm/boot/dts/mmp*
Haojian Zhuang3f640c62011-12-09 09:58:41 +08008836F: arch/arm/mach-mmp/
Eric Miaoe8e6cb32010-01-05 15:28:26 +08008837
Pierre Ossman272f1332007-05-14 21:25:26 +02008838PXA MMCI DRIVER
8839S: Orphan
8840
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08008841PXA RTC DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008842M: Robert Jarzmik <robert.jarzmik@free.fr>
Robert Jarzmik57f63bc2009-02-11 13:04:19 -08008843L: rtc-linux@googlegroups.com
8844S: Maintained
8845
Tadeusz Strukcea40012014-06-05 13:44:39 -07008846QAT DRIVER
Joe Perches49e7d9d2015-04-15 16:17:31 -07008847M: Tadeusz Struk <tadeusz.struk@intel.com>
8848L: qat-linux@intel.com
8849S: Supported
8850F: drivers/crypto/qat/
Tadeusz Strukcea40012014-06-05 13:44:39 -07008851
Mike Marciniszyn52a09a02011-07-13 09:19:10 -07008852QIB DRIVER
Mike Marciniszyn8473c602012-05-10 09:25:20 -04008853M: Mike Marciniszyn <infinipath@intel.com>
Mike Marciniszyn52a09a02011-07-13 09:19:10 -07008854L: linux-rdma@vger.kernel.org
8855S: Supported
8856F: drivers/infiniband/hw/qib/
8857
Jes Sorensen5e9772b2010-06-30 15:37:38 +02008858QLOGIC QLA1280 SCSI DRIVER
8859M: Michael Reed <mdr@sgi.com>
8860L: linux-scsi@vger.kernel.org
8861S: Maintained
8862F: drivers/scsi/qla1280.[ch]
8863
Linus Torvalds1da177e2005-04-16 15:20:36 -07008864QLOGIC QLA2XXX FC-SCSI DRIVER
Saurav Kashyap2c804eb02013-10-30 03:38:28 -04008865M: qla2xxx-upstream@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07008866L: linux-scsi@vger.kernel.org
8867S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008868F: Documentation/scsi/LICENSE.qla2xxx
8869F: drivers/scsi/qla2xxx/
Linus Torvalds1da177e2005-04-16 15:20:36 -07008870
Ravi Anand883c98f2010-04-28 11:45:49 +05308871QLOGIC QLA4XXX iSCSI DRIVER
Nilesh Javali1018b8b2015-01-07 00:49:23 -05008872M: QLogic-Storage-Upstream@qlogic.com
Ravi Anand883c98f2010-04-28 11:45:49 +05308873L: linux-scsi@vger.kernel.org
8874S: Supported
Vikas Chaudharybacfb812013-07-11 02:09:43 -04008875F: Documentation/scsi/LICENSE.qla4xxx
Ravi Anand883c98f2010-04-28 11:45:49 +05308876F: drivers/scsi/qla4xxx/
8877
Ron Mercer5a4faa872006-07-25 00:40:21 -07008878QLOGIC QLA3XXX NETWORK DRIVER
Jitendra Kalsaria0a955c32011-12-16 11:41:37 +00008879M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Joe Perches8b58be82009-07-29 15:04:30 -07008880M: Ron Mercer <ron.mercer@qlogic.com>
Ron Mercer5a4faa872006-07-25 00:40:21 -07008881M: linux-driver@qlogic.com
8882L: netdev@vger.kernel.org
8883S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07008884F: Documentation/networking/LICENSE.qla3xxx
Jeff Kirsheraa43c2152011-04-08 19:06:30 -07008885F: drivers/net/ethernet/qlogic/qla3xxx.*
Ron Mercer5a4faa872006-07-25 00:40:21 -07008886
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008887QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
Shahed Shaikh9f35a3c2014-08-27 12:43:21 -04008888M: Dept-GELinuxNICDev@qlogic.com
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008889L: netdev@vger.kernel.org
8890S: Supported
Jeff Kirsheraa43c2152011-04-08 19:06:30 -07008891F: drivers/net/ethernet/qlogic/qlcnic/
Amit Kumar Salecha0ec00f02010-01-13 00:37:26 +00008892
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008893QLOGIC QLGE 10Gb ETHERNET DRIVER
Harish Patilc9b1a5b2014-09-18 17:27:25 -04008894M: Harish Patil <harish.patil@qlogic.com>
8895M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8896M: Dept-GELinuxNICDev@qlogic.com
Joe Perches4cbfbe22009-07-29 15:04:21 -07008897M: linux-driver@qlogic.com
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008898L: netdev@vger.kernel.org
8899S: Supported
Jeff Kirsheraa43c2152011-04-08 19:06:30 -07008900F: drivers/net/ethernet/qlogic/qlge/
Ron Mercerc4e84bd2008-09-18 11:56:28 -04008901
Yuval Mintzfe56b9e2015-10-26 11:02:25 +02008902QLOGIC QL4xxx ETHERNET DRIVER
8903M: Yuval Mintz <Yuval.Mintz@qlogic.com>
8904M: Ariel Elior <Ariel.Elior@qlogic.com>
8905M: everest-linux-l2@qlogic.com
8906L: netdev@vger.kernel.org
8907S: Supported
8908F: drivers/net/ethernet/qlogic/qed/
8909F: include/linux/qed/
8910F: drivers/net/ethernet/qlogic/qede/
8911
Linus Torvalds1da177e2005-04-16 15:20:36 -07008912QNX4 FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07008913M: Anders Larsen <al@alarsen.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008914W: http://www.alarsen.net/linux/qnx4fs/
8915S: Maintained
Joe Perches80811492009-04-08 20:20:27 -07008916F: fs/qnx4/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008917F: include/uapi/linux/qnx4_fs.h
8918F: include/uapi/linux/qnxtypes.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008919
Antti Palosaari91952bc2012-10-01 12:28:46 -03008920QT1010 MEDIA DRIVER
8921M: Antti Palosaari <crope@iki.fi>
8922L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02008923W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03008924W: http://palosaari.fi/linux/
8925Q: http://patchwork.linuxtv.org/project/linux-media/list/
8926T: git git://linuxtv.org/anttip/media_tree.git
8927S: Maintained
8928F: drivers/media/tuners/qt1010*
8929
Sujith Manoharan966fb5e2013-11-06 10:43:27 +05308930QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8931M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8932L: linux-wireless@vger.kernel.org
8933L: ath9k-devel@lists.ath9k.org
8934W: http://wireless.kernel.org/en/users/Drivers/ath9k
8935S: Supported
8936F: drivers/net/wireless/ath/ath9k/
8937
Kalle Valo2ea0ffc2013-07-22 12:22:19 +03008938QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8939M: Kalle Valo <kvalo@qca.qualcomm.com>
8940L: ath10k@lists.infradead.org
8941W: http://wireless.kernel.org/en/users/Drivers/ath10k
Fengguang Wu9f273c22016-01-20 15:03:25 -08008942T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo2ea0ffc2013-07-22 12:22:19 +03008943S: Supported
8944F: drivers/net/wireless/ath/ath10k/
8945
Richard Kuo4f4567c2011-10-31 18:56:38 -05008946QUALCOMM HEXAGON ARCHITECTURE
8947M: Richard Kuo <rkuo@codeaurora.org>
8948L: linux-hexagon@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -08008949T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
Richard Kuo4f4567c2011-10-31 18:56:38 -05008950S: Supported
8951F: arch/hexagon/
8952
Eugene Krasnikov8e84c252013-10-08 21:25:58 +01008953QUALCOMM WCN36XX WIRELESS DRIVER
8954M: Eugene Krasnikov <k.eugene.e@gmail.com>
8955L: wcn36xx@lists.infradead.org
8956W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
8957T: git git://github.com/KrasnikovEugene/wcn36xx.git
8958S: Supported
8959F: drivers/net/wireless/ath/wcn36xx/
8960
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008961RADOS BLOCK DEVICE (RBD)
Sage Weil0f5417c2015-02-19 10:10:40 -08008962M: Ilya Dryomov <idryomov@gmail.com>
8963M: Sage Weil <sage@redhat.com>
Alex Elder527a88b2013-12-26 08:37:43 -06008964M: Alex Elder <elder@kernel.org>
Sage Weil398ecff52015-07-09 11:46:14 -04008965L: ceph-devel@vger.kernel.org
Sage Weil09d90322012-07-30 16:27:48 -07008966W: http://ceph.com/
8967T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
Sage Weil6e67b7a2015-07-09 11:47:37 -04008968T: git git://github.com/ceph/ceph-client.git
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008969S: Supported
Sage Weil398ecff52015-07-09 11:46:14 -04008970F: Documentation/ABI/testing/sysfs-bus-rbd
Yehuda Sadeh602adf42010-08-12 16:11:25 -07008971F: drivers/block/rbd.c
8972F: drivers/block/rbd_types.h
8973
Linus Torvalds1da177e2005-04-16 15:20:36 -07008974RADEON FRAMEBUFFER DISPLAY DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008975M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01008976L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008977S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09008978F: drivers/video/fbdev/aty/radeon*
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08008979F: include/uapi/linux/radeonfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07008980
Hans de Goedec6c9b342012-11-04 17:03:58 -03008981RADIOSHARK RADIO DRIVER
8982M: Hans de Goede <hdegoede@redhat.com>
8983L: linux-media@vger.kernel.org
8984T: git git://linuxtv.org/media_tree.git
8985S: Maintained
8986F: drivers/media/radio/radio-shark.c
8987
8988RADIOSHARK2 RADIO DRIVER
8989M: Hans de Goede <hdegoede@redhat.com>
8990L: linux-media@vger.kernel.org
8991T: git git://linuxtv.org/media_tree.git
8992S: Maintained
8993F: drivers/media/radio/radio-shark2.c
8994F: drivers/media/radio/radio-tea5777.c
8995
Linus Torvalds1da177e2005-04-16 15:20:36 -07008996RAGE128 FRAMEBUFFER DISPLAY DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07008997M: Paul Mackerras <paulus@samba.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01008998L: linux-fbdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07008999S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009000F: drivers/video/fbdev/aty/aty128fb.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009001
John Crispina0fd81a2016-01-04 20:28:13 +01009002RALINK MIPS ARCHITECTURE
9003M: John Crispin <blogic@openwrt.org>
9004L: linux-mips@linux-mips.org
9005S: Maintained
9006F: arch/mips/ralink
9007
Randy Dunlape7839f22008-10-12 16:11:45 -07009008RALINK RT2X00 WIRELESS LAN DRIVER
Ivo van Doorn95ea3622007-09-25 17:57:13 -07009009P: rt2x00 project
Stanislaw Gruszkab1824272014-09-28 14:03:06 +02009010M: Stanislaw Gruszka <sgruszka@redhat.com>
Helmut Schaaf198f982011-01-30 13:21:41 +01009011M: Helmut Schaa <helmut.schaa@googlemail.com>
Ivo van Doorn95ea3622007-09-25 17:57:13 -07009012L: linux-wireless@vger.kernel.org
Ivo van Doorn95ea3622007-09-25 17:57:13 -07009013S: Maintained
Kalle Valo33aca942015-11-18 10:18:44 +02009014F: drivers/net/wireless/ralink/rt2x00/
Ivo van Doorn95ea3622007-09-25 17:57:13 -07009015
Nick Piggin9db55792008-02-08 04:19:49 -08009016RAMDISK RAM BLOCK DEVICE DRIVER
Ross Zwislerea7618e2015-03-17 12:56:30 -06009017M: Jens Axboe <axboe@kernel.dk>
Nick Piggin9db55792008-02-08 04:19:49 -08009018S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009019F: Documentation/blockdev/ramdisk.txt
9020F: drivers/block/brd.c
Nick Piggin9db55792008-02-08 04:19:49 -08009021
Matt Mackall9e95ce22005-04-16 15:25:56 -07009022RANDOM NUMBER DRIVER
Christoph Hellwig0624bca2014-04-25 01:12:01 -07009023M: "Theodore Ts'o" <tytso@mit.edu>
Matt Mackall9e95ce22005-04-16 15:25:56 -07009024S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009025F: drivers/char/random.c
Matt Mackall9e95ce22005-04-16 15:25:56 -07009026
Matt Porter394b7012005-11-07 01:00:15 -08009027RAPIDIO SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07009028M: Matt Porter <mporter@kernel.crashing.org>
Alexandre Bounineb8bc1dd2011-03-04 17:36:28 -08009029M: Alexandre Bounine <alexandre.bounine@idt.com>
Matt Porter394b7012005-11-07 01:00:15 -08009030S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009031F: drivers/rapidio/
Matt Porter394b7012005-11-07 01:00:15 -08009032
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009033RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009034L: linux-wireless@vger.kernel.org
John W. Linvillef52a5492010-07-22 14:36:52 -04009035S: Orphan
Joe Perches679655d2009-04-07 20:44:32 -07009036F: drivers/net/wireless/ray*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009037
9038RCUTORTURE MODULE
Josh Triplette0198b292014-07-30 16:08:42 -07009039M: Josh Triplett <josh@joshtriplett.org>
Joe Perches8b58be82009-07-29 15:04:30 -07009040M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009041L: linux-kernel@vger.kernel.org
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08009042S: Supported
Joe Perches08deed12012-03-23 15:01:57 -07009043T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Joe Perches679655d2009-04-07 20:44:32 -07009044F: Documentation/RCU/torture.txt
Joe Perches34e2d562014-07-03 15:08:00 -07009045F: kernel/rcu/rcutorture.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009046
Paul E. McKenneyc87b9c62013-09-28 14:12:21 -07009047RCUTORTURE TEST FRAMEWORK
9048M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -07009049M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -07009050R: Steven Rostedt <rostedt@goodmis.org>
9051R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Lai Jiangshan96a39bc2015-07-01 15:26:27 +08009052R: Lai Jiangshan <jiangshanlai@gmail.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009053L: linux-kernel@vger.kernel.org
Paul E. McKenneyc87b9c62013-09-28 14:12:21 -07009054S: Supported
9055T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9056F: tools/testing/selftests/rcutorture
9057
Florian Fainellic1f766b2008-02-06 22:39:44 +01009058RDC R-321X SoC
Joe Perches8b58be82009-07-29 15:04:30 -07009059M: Florian Fainelli <florian@openwrt.org>
Florian Fainellic1f766b2008-02-06 22:39:44 +01009060S: Maintained
9061
Florian Fainellidb17f3952007-12-19 11:30:30 +01009062RDC R6040 FAST ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009063M: Florian Fainelli <florian@openwrt.org>
Florian Fainellidb17f3952007-12-19 11:30:30 +01009064L: netdev@vger.kernel.org
9065S: Maintained
Jeff Kirsher58565a32011-07-23 23:26:01 -07009066F: drivers/net/ethernet/rdc/r6040.c
Florian Fainellidb17f3952007-12-19 11:30:30 +01009067
Andy Grovera09ed662009-02-24 15:30:41 +00009068RDS - RELIABLE DATAGRAM SOCKETS
Venkat Venkatsubra8a85ac42014-01-30 13:28:47 -08009069M: Chien Yen <chien.yen@oracle.com>
Kyle McMartinfbb5a552009-04-09 14:09:47 +00009070L: rds-devel@oss.oracle.com (moderated for non-subscribers)
Andy Grovera09ed662009-02-24 15:30:41 +00009071S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009072F: net/rds/
Andy Grovera09ed662009-02-24 15:30:41 +00009073
Josh Triplett595182b2006-10-04 02:17:21 -07009074READ-COPY UPDATE (RCU)
Joe Perches8b58be82009-07-29 15:04:30 -07009075M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -07009076M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -07009077R: Steven Rostedt <rostedt@goodmis.org>
9078R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Lai Jiangshan96a39bc2015-07-01 15:26:27 +08009079R: Lai Jiangshan <jiangshanlai@gmail.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009080L: linux-kernel@vger.kernel.org
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009081W: http://www.rdrop.com/users/paulmck/RCU/
Josh Triplett595182b2006-10-04 02:17:21 -07009082S: Supported
Joe Perches08deed12012-03-23 15:01:57 -07009083T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08009084F: Documentation/RCU/
Paul E. McKenney9fab97872012-05-07 09:36:34 -07009085X: Documentation/RCU/torture.txt
Paul E. McKenneyf9094d82010-01-04 16:04:00 -08009086F: include/linux/rcu*
Paul E. McKenney4102ada2013-10-08 20:23:47 -07009087X: include/linux/srcu.h
9088F: kernel/rcu/
Joe Perches34e2d562014-07-03 15:08:00 -07009089X: kernel/torture.c
Josh Triplett595182b2006-10-04 02:17:21 -07009090
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08009091REAL TIME CLOCK (RTC) SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -07009092M: Alessandro Zummo <a.zummo@towertech.it>
Alexandre Belloni7c6f84f2015-04-16 12:45:43 -07009093M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alessandro Zummo764654932006-12-10 02:19:06 -08009094L: rtc-linux@googlegroups.com
Joe Perches8a6e2532010-03-05 13:43:11 -08009095Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
Alexandre Belloni4733f392015-05-26 11:13:04 +02009096T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08009097S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009098F: Documentation/rtc.txt
9099F: drivers/rtc/
9100F: include/linux/rtc.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009101F: include/uapi/linux/rtc.h
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08009102
Mark Brown0e400c52014-07-31 12:38:31 +01009103REALTEK AUDIO CODECS
9104M: Bard Liao <bardliao@realtek.com>
9105M: Oder Chiou <oder_chiou@realtek.com>
9106S: Maintained
9107F: sound/soc/codecs/rt*
9108F: include/sound/rt*.h
9109
Linus Torvalds1da177e2005-04-16 15:20:36 -07009110REISERFS FILE SYSTEM
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07009111L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07009112S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009113F: fs/reiserfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009114
Mark Brownb83a3132011-05-11 19:59:58 +02009115REGISTER MAP ABSTRACTION
Mark Brownb02e48f2013-04-12 11:39:57 +01009116M: Mark Brown <broonie@kernel.org>
Mark Browndd060bc2014-08-16 12:30:58 +01009117L: linux-kernel@vger.kernel.org
Mark Brownb83a3132011-05-11 19:59:58 +02009118T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9119S: Supported
9120F: drivers/base/regmap/
9121F: include/linux/regmap.h
9122
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02009123REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9124M: Ohad Ben-Cohen <ohad@wizery.com>
Ohad Ben-Cohen6bb697b2012-06-19 10:22:35 +03009125T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02009126S: Maintained
9127F: drivers/remoteproc/
9128F: Documentation/remoteproc.txt
Joe Perches6fc26482012-04-05 14:25:13 -07009129F: include/linux/remoteproc.h
Ohad Ben-Cohen400e64d2011-10-20 16:52:46 +02009130
Ohad Ben-Cohend8115db2013-04-16 20:34:49 +03009131REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9132M: Ohad Ben-Cohen <ohad@wizery.com>
9133T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9134S: Maintained
9135F: drivers/rpmsg/
9136F: Documentation/rpmsg.txt
9137F: include/linux/rpmsg.h
9138
Sergei Shtylyov8e6569a2015-12-05 04:50:48 +03009139RENESAS ETHERNET DRIVERS
9140R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9141L: netdev@vger.kernel.org
Simon Horman4a121092016-01-18 10:04:33 +09009142L: linux-renesas-soc@vger.kernel.org
Sergei Shtylyov8e6569a2015-12-05 04:50:48 +03009143F: drivers/net/ethernet/renesas/
9144F: include/linux/sh_eth.h
9145
Yoshihiro Shimoda3e46c392015-11-30 10:44:33 +09009146RENESAS USB2 PHY DRIVER
9147M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Simon Horman4a121092016-01-18 10:04:33 +09009148L: linux-renesas-soc@vger.kernel.org
Yoshihiro Shimoda3e46c392015-11-30 10:44:33 +09009149S: Maintained
9150F: drivers/phy/phy-rcar-gen3-usb2.c
9151
Philipp Zabel1b0fe6b2014-05-27 15:58:09 +02009152RESET CONTROLLER FRAMEWORK
9153M: Philipp Zabel <p.zabel@pengutronix.de>
Fengguang Wu9f273c22016-01-20 15:03:25 -08009154T: git git://git.pengutronix.de/git/pza/linux
Philipp Zabel1b0fe6b2014-05-27 15:58:09 +02009155S: Maintained
9156F: drivers/reset/
9157F: Documentation/devicetree/bindings/reset/
Philipp Zabelb2f6dd72015-02-13 12:14:40 +01009158F: include/dt-bindings/reset/
Philipp Zabel1b0fe6b2014-05-27 15:58:09 +02009159F: include/linux/reset.h
9160F: include/linux/reset-controller.h
9161
Ivo van Doorne08976452008-04-12 19:23:55 +02009162RFKILL
Joe Perches8b58be82009-07-29 15:04:30 -07009163M: Johannes Berg <johannes@sipsolutions.net>
Johannes Berg19d337df2009-06-02 13:01:37 +02009164L: linux-wireless@vger.kernel.org
Johannes Bergce466572012-06-05 15:42:55 +02009165W: http://wireless.kernel.org/
9166T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9167T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Ivo van Doorne08976452008-04-12 19:23:55 +02009168S: Maintained
Joe Perches505c9242009-11-12 14:55:00 -08009169F: Documentation/rfkill.txt
Joe Perches80811492009-04-08 20:20:27 -07009170F: net/rfkill/
Ivo van Doorne08976452008-04-12 19:23:55 +02009171
Thomas Graf933685c2015-01-13 01:01:24 +01009172RHASHTABLE
9173M: Thomas Graf <tgraf@suug.ch>
9174L: netdev@vger.kernel.org
9175S: Maintained
9176F: lib/rhashtable.c
9177F: include/linux/rhashtable.h
9178
Maxim Levitsky67e054e2010-02-22 20:39:42 +02009179RICOH SMARTMEDIA/XD DRIVER
9180M: Maxim Levitsky <maximlevitsky@gmail.com>
9181S: Maintained
Joe Perches21c26f52010-08-09 17:20:40 -07009182F: drivers/mtd/nand/r852.c
9183F: drivers/mtd/nand/r852.h
Maxim Levitsky67e054e2010-02-22 20:39:42 +02009184
Maxim Levitsky92634122011-03-25 01:56:59 -07009185RICOH R5C592 MEMORYSTICK DRIVER
9186M: Maxim Levitsky <maximlevitsky@gmail.com>
9187S: Maintained
9188F: drivers/memstick/host/r592.*
9189
Stefan Achatz27f1d2f2013-09-05 06:36:01 +02009190ROCCAT DRIVERS
9191M: Stefan Achatz <erazor_de@users.sourceforge.net>
9192W: http://sourceforge.net/projects/roccat/
9193S: Maintained
9194F: drivers/hid/hid-roccat*
9195F: include/linux/hid-roccat*
9196F: Documentation/ABI/*/sysfs-driver-hid-roccat*
9197
Jiri Pirko4b8ac962014-11-28 14:34:26 +01009198ROCKER DRIVER
9199M: Jiri Pirko <jiri@resnulli.us>
9200M: Scott Feldman <sfeldma@gmail.com>
9201L: netdev@vger.kernel.org
9202S: Supported
9203F: drivers/net/ethernet/rocker/
9204
Linus Torvalds1da177e2005-04-16 15:20:36 -07009205ROCKETPORT DRIVER
9206P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009207W: http://www.comtrol.com
9208S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009209F: Documentation/serial/rocket.txt
Joe Perchesc8974012011-04-14 15:22:05 -07009210F: drivers/tty/rocket*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009211
Kevin Cernekee7645c2f2014-10-21 15:23:06 -07009212ROCKETPORT EXPRESS/INFINITY DRIVER
9213M: Kevin Cernekee <cernekee@gmail.com>
9214L: linux-serial@vger.kernel.org
9215S: Odd Fixes
9216F: drivers/tty/serial/rp2.*
9217
Linus Torvalds1da177e2005-04-16 15:20:36 -07009218ROSE NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -07009219M: Ralf Baechle <ralf@linux-mips.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009220L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02009221W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009222S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009223F: include/net/rose.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009224F: include/uapi/linux/rose.h
Joe Perches679655d2009-04-07 20:44:32 -07009225F: net/rose/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009226
Antti Palosaari91952bc2012-10-01 12:28:46 -03009227RTL2830 MEDIA DRIVER
9228M: Antti Palosaari <crope@iki.fi>
9229L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009230W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -03009231W: http://palosaari.fi/linux/
9232Q: http://patchwork.linuxtv.org/project/linux-media/list/
9233T: git git://linuxtv.org/anttip/media_tree.git
9234S: Maintained
9235F: drivers/media/dvb-frontends/rtl2830*
9236
Antti Palosaari27a0aac2013-04-09 20:30:43 -03009237RTL2832 MEDIA DRIVER
9238M: Antti Palosaari <crope@iki.fi>
9239L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009240W: https://linuxtv.org
Antti Palosaari27a0aac2013-04-09 20:30:43 -03009241W: http://palosaari.fi/linux/
9242Q: http://patchwork.linuxtv.org/project/linux-media/list/
9243T: git git://linuxtv.org/anttip/media_tree.git
9244S: Maintained
9245F: drivers/media/dvb-frontends/rtl2832*
9246
Antti Palosaariba6e6f62014-02-03 00:00:32 -03009247RTL2832_SDR MEDIA DRIVER
9248M: Antti Palosaari <crope@iki.fi>
9249L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009250W: https://linuxtv.org
Antti Palosaariba6e6f62014-02-03 00:00:32 -03009251W: http://palosaari.fi/linux/
9252Q: http://patchwork.linuxtv.org/project/linux-media/list/
9253T: git git://linuxtv.org/anttip/media_tree.git
9254S: Maintained
Antti Palosaarib4bb1c22014-07-14 21:19:29 -03009255F: drivers/media/dvb-frontends/rtl2832_sdr*
Antti Palosaariba6e6f62014-02-03 00:00:32 -03009256
Larry Finger59840482008-11-12 17:13:09 -06009257RTL8180 WIRELESS DRIVER
Michael Wu605bebe2007-05-14 01:41:02 -04009258L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009259W: http://wireless.kernel.org/
Joe Perches54e58812009-04-07 21:08:10 -07009260T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
John W. Linville7be6ff62014-12-04 16:52:41 -05009261S: Orphan
Kalle Valo62141722015-11-18 10:09:24 +02009262F: drivers/net/wireless/realtek/rtl818x/rtl8180/
Michael Wu605bebe2007-05-14 01:41:02 -04009263
Larry Finger59840482008-11-12 17:13:09 -06009264RTL8187 WIRELESS DRIVER
Herton Ronaldo Krzesinski9f0939b2011-02-24 15:18:07 -03009265M: Herton Ronaldo Krzesinski <herton@canonical.com>
Joe Perches8b58be82009-07-29 15:04:30 -07009266M: Hin-Tak Leung <htl10@users.sourceforge.net>
9267M: Larry Finger <Larry.Finger@lwfinger.net>
Joe Perches7d2c86b2009-04-07 20:59:01 -07009268L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009269W: http://wireless.kernel.org/
Joe Perches54e58812009-04-07 21:08:10 -07009270T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
Joe Perches7d2c86b2009-04-07 20:59:01 -07009271S: Maintained
Kalle Valo62141722015-11-18 10:09:24 +02009272F: drivers/net/wireless/realtek/rtl818x/rtl8187/
Larry Finger59840482008-11-12 17:13:09 -06009273
Larry Finger3cf0c8a2010-12-16 09:13:21 -06009274RTL8192CE WIRELESS DRIVER
9275M: Larry Finger <Larry.Finger@lwfinger.net>
9276M: Chaoming Li <chaoming_li@realsil.com.cn>
9277L: linux-wireless@vger.kernel.org
Johannes Berg491b26b2012-06-05 14:21:14 +02009278W: http://wireless.kernel.org/
Larry Finger3cf0c8a2010-12-16 09:13:21 -06009279T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9280S: Maintained
Kalle Valo62141722015-11-18 10:09:24 +02009281F: drivers/net/wireless/realtek/rtlwifi/
9282F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Martin Schwidefsky83014252006-09-20 15:58:58 +02009283
Jes Sorensen26f1fad2015-10-14 20:44:51 -04009284RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9285M: Jes Sorensen <Jes.Sorensen@redhat.com>
9286L: linux-wireless@vger.kernel.org
9287T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9288S: Maintained
9289F: drivers/net/wireless/realtek/rtl8xxxu/
9290
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009291S3 SAVAGE FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009292M: Antonino Daplas <adaplas@gmail.com>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +01009293L: linux-fbdev@vger.kernel.org
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009294S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009295F: drivers/video/fbdev/savage/
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08009296
Linus Torvalds1da177e2005-04-16 15:20:36 -07009297S390
Joe Perches8b58be82009-07-29 15:04:30 -07009298M: Martin Schwidefsky <schwidefsky@de.ibm.com>
9299M: Heiko Carstens <heiko.carstens@de.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009300L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009301W: http://www.ibm.com/developerworks/linux/linux390/
Fengguang Wu9f273c22016-01-20 15:03:25 -08009302T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
Heiko Carstens5238da42006-02-11 17:56:01 -08009303S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009304F: arch/s390/
Joe Perchesa968cd32009-12-07 12:52:10 +01009305F: drivers/s390/
Jonathan Nieder3bfe6852010-05-26 23:27:13 +02009306F: Documentation/s390/
9307F: Documentation/DocBook/s390*
Heiko Carstens5238da42006-02-11 17:56:01 -08009308
Sebastian Ott322986c2014-02-17 15:16:30 +01009309S390 COMMON I/O LAYER
9310M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9311M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9312L: linux-s390@vger.kernel.org
9313W: http://www.ibm.com/developerworks/linux/linux390/
9314S: Supported
9315F: drivers/s390/cio/
9316
9317S390 DASD DRIVER
9318M: Stefan Weinhuber <wein@de.ibm.com>
9319M: Stefan Haberland <stefan.haberland@de.ibm.com>
9320L: linux-s390@vger.kernel.org
9321W: http://www.ibm.com/developerworks/linux/linux390/
9322S: Supported
9323F: drivers/s390/block/dasd*
9324F: block/partitions/ibm.c
9325
Heiko Carstens5238da42006-02-11 17:56:01 -08009326S390 NETWORK DRIVERS
Ursula Braunf0c59af2015-12-11 12:27:52 +01009327M: Ursula Braun <ubraun@linux.vnet.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009328L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009329W: http://www.ibm.com/developerworks/linux/linux390/
9330S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009331F: drivers/s390/net/
Heiko Carstens5238da42006-02-11 17:56:01 -08009332
Sebastian Ott322986c2014-02-17 15:16:30 +01009333S390 PCI SUBSYSTEM
9334M: Sebastian Ott <sebott@linux.vnet.ibm.com>
9335M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9336L: linux-s390@vger.kernel.org
9337W: http://www.ibm.com/developerworks/linux/linux390/
9338S: Supported
9339F: arch/s390/pci/
9340F: drivers/pci/hotplug/s390_pci_hpc.c
9341
Felix Beckfeed9b62009-03-26 15:24:23 +01009342S390 ZCRYPT DRIVER
Ingo Tuchscherer5c8d0982013-01-14 10:07:05 +01009343M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
Felix Beckfeed9b62009-03-26 15:24:23 +01009344L: linux-s390@vger.kernel.org
Joe Perchesa968cd32009-12-07 12:52:10 +01009345W: http://www.ibm.com/developerworks/linux/linux390/
Felix Beckfeed9b62009-03-26 15:24:23 +01009346S: Supported
Joe Perchesd5ca6912009-04-09 02:42:01 -07009347F: drivers/s390/crypto/
Felix Beckfeed9b62009-03-26 15:24:23 +01009348
Heiko Carstens5238da42006-02-11 17:56:01 -08009349S390 ZFCP DRIVER
Christof Schmittd38e19d2011-01-10 11:12:40 +01009350M: Steffen Maier <maier@linux.vnet.ibm.com>
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01009351L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08009352W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009353S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009354F: drivers/s390/scsi/zfcp_*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009355
Ursula Braundd96df22007-09-19 13:09:02 +02009356S390 IUCV NETWORK LAYER
Ursula Braunf0c59af2015-12-11 12:27:52 +01009357M: Ursula Braun <ubraun@linux.vnet.ibm.com>
Ursula Braundd96df22007-09-19 13:09:02 +02009358L: linux-s390@vger.kernel.org
9359W: http://www.ibm.com/developerworks/linux/linux390/
9360S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009361F: drivers/s390/net/*iucv*
9362F: include/net/iucv/
9363F: net/iucv/
Ursula Braundd96df22007-09-19 13:09:02 +02009364
Gerald Schaefer8128f23c2015-08-27 15:33:03 +02009365S390 IOMMU (PCI)
9366M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
9367L: linux-s390@vger.kernel.org
9368W: http://www.ibm.com/developerworks/linux/linux390/
9369S: Supported
9370F: drivers/iommu/s390-iommu.c
9371
Ben Dooks4dde7f72008-06-30 22:40:38 +01009372S3C24XX SD/MMC Driver
Joe Perches8b58be82009-07-29 15:04:30 -07009373M: Ben Dooks <ben-linux@fluff.org>
Joe Perchesefc03ec2009-09-21 17:04:27 -07009374L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Ben Dooks4dde7f72008-06-30 22:40:38 +01009375S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009376F: drivers/mmc/host/s3cmci.*
Ben Dooks4dde7f72008-06-30 22:40:38 +01009377
Hans Verkuil1f15a222012-11-23 07:45:29 -03009378SAA6588 RDS RECEIVER DRIVER
9379M: Hans Verkuil <hverkuil@xs4all.nl>
9380L: linux-media@vger.kernel.org
9381T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009382W: https://linuxtv.org
Hans Verkuil1f15a222012-11-23 07:45:29 -03009383S: Odd Fixes
9384F: drivers/media/i2c/saa6588*
9385
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009386SAA7134 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02009387M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009388L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009389W: https://linuxtv.org
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009390T: git git://linuxtv.org/media_tree.git
9391S: Odd fixes
Cesar Eduardo Barrose42bf502013-03-02 21:53:47 -03009392F: Documentation/video4linux/*.saa7134
Mauro Carvalho Chehab98ed12e2012-11-02 11:34:14 -02009393F: drivers/media/pci/saa7134/
9394
Linus Torvalds1da177e2005-04-16 15:20:36 -07009395SAA7146 VIDEO4LINUX-2 DRIVER
Hans Verkuil566b8152012-11-23 09:58:12 -03009396M: Hans Verkuil <hverkuil@xs4all.nl>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -03009397L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -02009398T: git git://linuxtv.org/media_tree.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07009399S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -03009400F: drivers/media/common/saa7146/
9401F: drivers/media/pci/saa7146/
9402F: include/media/saa7146*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009403
Corentin Chary92304a42011-12-05 12:38:35 -05009404SAMSUNG LAPTOP DRIVER
Corentin Chary5909c652012-12-17 16:00:05 -08009405M: Corentin Chary <corentin.chary@gmail.com>
Corentin Chary92304a42011-12-05 12:38:35 -05009406L: platform-driver-x86@vger.kernel.org
9407S: Maintained
9408F: drivers/platform/x86/samsung-laptop.c
9409
Mark Brown4a109cc2010-09-24 10:50:46 +01009410SAMSUNG AUDIO (ASoC) DRIVERS
Sangbeom Kim250b6852011-08-23 19:36:59 +09009411M: Sangbeom Kim <sbkim73@samsung.com>
Mark Brown4a109cc2010-09-24 10:50:46 +01009412L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9413S: Supported
Joe Perches14430812013-09-11 14:23:50 -07009414F: sound/soc/samsung/
Mark Brown4a109cc2010-09-24 10:50:46 +01009415
Jingoo Han0d89a282011-12-19 11:09:35 +09009416SAMSUNG FRAMEBUFFER DRIVER
Jingoo Hanb7701752015-05-14 15:17:07 -07009417M: Jingoo Han <jingoohan1@gmail.com>
Jingoo Han0d89a282011-12-19 11:09:35 +09009418L: linux-fbdev@vger.kernel.org
9419S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +09009420F: drivers/video/fbdev/s3c-fb.c
Jingoo Han0d89a282011-12-19 11:09:35 +09009421
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009422SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009423M: Sangbeom Kim <sbkim73@samsung.com>
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009424M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009425L: linux-kernel@vger.kernel.org
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009426L: linux-samsung-soc@vger.kernel.org
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009427S: Supported
9428F: drivers/mfd/sec*.c
9429F: drivers/regulator/s2m*.c
9430F: drivers/regulator/s5m*.c
Krzysztof Kozlowskib40f0632015-05-06 14:19:36 +09009431F: drivers/clk/clk-s2mps11.c
9432F: drivers/rtc/rtc-s5m.c
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009433F: include/linux/mfd/samsung/
Krzysztof Kozlowskia13c7c52015-12-04 10:10:03 +09009434F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9435F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
Krzysztof Kozlowski27383ca2015-12-04 10:10:04 +09009436F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
Krzysztof Kozlowskia13c7c52015-12-04 10:10:03 +09009437F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
Sangbeom Kimf69d3a12012-07-11 21:08:22 +09009438
Sylwester Nawrocki038f5c42013-05-28 18:26:20 -03009439SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9440M: Kyungmin Park <kyungmin.park@samsung.com>
9441M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9442L: linux-media@vger.kernel.org
9443Q: https://patchwork.linuxtv.org/project/linux-media/list/
9444S: Supported
9445F: drivers/media/platform/exynos4-is/
Sylwester Nawrocki038f5c42013-05-28 18:26:20 -03009446
Sylwester Nawrocki6fd86ab2012-11-15 18:05:15 -03009447SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9448M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9449L: linux-media@vger.kernel.org
9450L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9451S: Maintained
9452F: drivers/media/platform/s3c-camif/
Mauro Carvalho Chehabd647f0b2015-11-13 19:40:07 -02009453F: include/media/drv-intf/s3c_camif.h
Sylwester Nawrocki6fd86ab2012-11-15 18:05:15 -03009454
Andrzej Hajdab84ef242013-01-31 07:03:05 -03009455SAMSUNG S5C73M3 CAMERA DRIVER
9456M: Kyungmin Park <kyungmin.park@samsung.com>
9457M: Andrzej Hajda <a.hajda@samsung.com>
9458L: linux-media@vger.kernel.org
9459S: Supported
9460F: drivers/media/i2c/s5c73m3/*
9461
Andrzej Hajda7d4599372013-12-05 08:38:39 -03009462SAMSUNG S5K5BAF CAMERA DRIVER
9463M: Kyungmin Park <kyungmin.park@samsung.com>
9464M: Andrzej Hajda <a.hajda@samsung.com>
9465L: linux-media@vger.kernel.org
9466S: Supported
9467F: drivers/media/i2c/s5k5baf.c
9468
Robert Baldygac04c6742015-08-20 17:26:02 +02009469SAMSUNG S3FWRN5 NFC DRIVER
9470M: Robert Baldyga <r.baldyga@samsung.com>
9471L: linux-nfc@lists.01.org (moderated for non-subscribers)
9472S: Supported
9473F: drivers/nfc/s3fwrn5
9474
Tomasz Figa310e39c2013-11-09 03:17:34 +01009475SAMSUNG SOC CLOCK DRIVERS
Tomasz Figafea685e2014-08-26 16:30:53 +02009476M: Sylwester Nawrocki <s.nawrocki@samsung.com>
9477M: Tomasz Figa <tomasz.figa@gmail.com>
Tomasz Figa310e39c2013-11-09 03:17:34 +01009478S: Supported
9479L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9480F: drivers/clk/samsung/
9481
Byungho An66890ed2014-03-25 12:11:07 -07009482SAMSUNG SXGBE DRIVERS
9483M: Byungho An <bh74.an@samsung.com>
9484M: Girish K S <ks.giri@samsung.com>
Byungho An66890ed2014-03-25 12:11:07 -07009485M: Vipul Pandya <vipul.pandya@samsung.com>
9486S: Supported
9487L: netdev@vger.kernel.org
9488F: drivers/net/ethernet/samsung/sxgbe/
9489
Lukasz Majewski93c537a2015-02-24 16:31:28 +01009490SAMSUNG THERMAL DRIVER
9491M: Lukasz Majewski <l.majewski@samsung.com>
9492L: linux-pm@vger.kernel.org
9493L: linux-samsung-soc@vger.kernel.org
9494S: Supported
Fengguang Wu9f273c22016-01-20 15:03:25 -08009495T: git https://github.com/lmajewski/linux-samsung-thermal.git
Lukasz Majewski93c537a2015-02-24 16:31:28 +01009496F: drivers/thermal/samsung/
9497
Kamil Debskie296cd32014-08-21 11:33:37 +02009498SAMSUNG USB2 PHY DRIVER
9499M: Kamil Debski <k.debski@samsung.com>
9500L: linux-kernel@vger.kernel.org
9501S: Supported
9502F: Documentation/devicetree/bindings/phy/samsung-phy.txt
9503F: Documentation/phy/samsung-usb2.txt
9504F: drivers/phy/phy-exynos4210-usb2.c
9505F: drivers/phy/phy-exynos4x12-usb2.c
9506F: drivers/phy/phy-exynos5250-usb2.c
9507F: drivers/phy/phy-s5pv210-usb2.c
9508F: drivers/phy/phy-samsung-usb2.c
9509F: drivers/phy/phy-samsung-usb2.h
9510
Alan Coxca749e22011-03-18 13:56:14 +00009511SERIAL DRIVERS
Greg Kroah-Hartman5e30bbb2013-01-23 15:45:23 -08009512M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Alan Coxca749e22011-03-18 13:56:14 +00009513L: linux-serial@vger.kernel.org
Greg Kroah-Hartman5e30bbb2013-01-23 15:45:23 -08009514S: Maintained
Joe Perches14430812013-09-11 14:23:50 -07009515F: drivers/tty/serial/
Alan Coxca749e22011-03-18 13:56:14 +00009516
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309517SYNOPSYS DESIGNWARE DMAC DRIVER
Viresh Kumarda899472015-07-17 16:23:50 -07009518M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumar337ae472013-07-19 09:13:58 +05309519M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309520S: Maintained
Andy Shevchenko1fb200d2015-01-19 18:23:06 +02009521F: include/linux/dma/dw.h
Andy Shevchenko3d598f42014-08-19 20:29:12 +03009522F: include/linux/platform_data/dma-dw.h
Andy Shevchenko61a76492013-06-05 15:26:44 +03009523F: drivers/dma/dw/
Viresh Kumaraecb7b62011-05-24 14:04:09 +05309524
Lars Persson058999c2015-07-28 12:01:50 +02009525SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9526M: Lars Persson <lars.persson@axis.com>
9527L: netdev@vger.kernel.org
9528S: Supported
9529F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9530F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9531
Wolfram Sangfc531d92015-10-15 15:50:15 +02009532SYNOPSYS DESIGNWARE I2C DRIVER
9533M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9534M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
9535M: Mika Westerberg <mika.westerberg@linux.intel.com>
9536L: linux-i2c@vger.kernel.org
9537S: Maintained
9538F: drivers/i2c/busses/i2c-designware-*
9539F: include/linux/platform_data/i2c-designware.h
9540
Seungwon Jeonf9e37132013-01-17 21:33:23 +09009541SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
Seungwon Jeonf9e37132013-01-17 21:33:23 +09009542M: Jaehoon Chung <jh80.chung@samsung.com>
9543L: linux-mmc@vger.kernel.org
9544S: Maintained
9545F: include/linux/mmc/dw_mmc.h
9546F: drivers/mmc/host/dw_mmc*
9547
Alexander Shishkina961e692015-09-22 15:47:11 +03009548SYSTEM TRACE MODULE CLASS
9549M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
9550S: Maintained
9551F: Documentation/trace/stm.txt
9552F: drivers/hwtracing/stm/
9553F: include/linux/stm.h
9554F: include/uapi/linux/stm.h
9555
Andreas Noever1db121d2014-07-10 18:58:04 +02009556THUNDERBOLT DRIVER
9557M: Andreas Noever <andreas.noever@gmail.com>
9558S: Maintained
9559F: drivers/thunderbolt/
9560
John Stultz34db37c2015-11-13 13:07:31 -08009561TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
John Stultz50363732012-12-13 13:08:47 -05009562M: John Stultz <john.stultz@linaro.org>
Thomas Gleixner88606e82010-12-14 21:37:13 +01009563M: Thomas Gleixner <tglx@linutronix.de>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009564L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01009565T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Thomas Gleixner88606e82010-12-14 21:37:13 +01009566S: Supported
9567F: include/linux/clocksource.h
9568F: include/linux/time.h
9569F: include/linux/timex.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009570F: include/uapi/linux/time.h
9571F: include/uapi/linux/timex.h
Thomas Gleixner88606e82010-12-14 21:37:13 +01009572F: kernel/time/clocksource.c
9573F: kernel/time/time*.c
John Stultz34db37c2015-11-13 13:07:31 -08009574F: kernel/time/alarmtimer.c
Thomas Gleixner88606e82010-12-14 21:37:13 +01009575F: kernel/time/ntp.c
John Stultz7fe5f1c2015-03-11 17:40:15 -07009576F: tools/testing/selftests/timers/
Thomas Gleixner88606e82010-12-14 21:37:13 +01009577
Linus Torvalds1da177e2005-04-16 15:20:36 -07009578SC1200 WDT DRIVER
Jean Delvareb3006452013-11-12 15:08:56 -08009579M: Zwane Mwaikambo <zwanem@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009580S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009581F: drivers/watchdog/sc1200wdt.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009582
9583SCHEDULER
Ingo Molnardd9b2382012-03-19 21:03:46 +01009584M: Ingo Molnar <mingo@redhat.com>
Joe Perches8b58be82009-07-29 15:04:30 -07009585M: Peter Zijlstra <peterz@infradead.org>
Ingo Molnar981c3a42014-01-21 10:59:20 +01009586L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +01009587T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
Linus Torvalds1da177e2005-04-16 15:20:36 -07009588S: Maintained
Namhyung Kim95c0d712012-07-03 23:37:31 +09009589F: kernel/sched/
Joe Perches679655d2009-04-07 20:44:32 -07009590F: include/linux/sched.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009591F: include/uapi/linux/sched.h
Peter Zijlstrac2eb5052013-10-02 11:49:47 +02009592F: include/linux/wait.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009593
Chen Liqin6bcf6732009-06-13 15:24:33 +08009594SCORE ARCHITECTURE
Lennox Wued386652013-09-26 01:41:22 +08009595M: Chen Liqin <liqin.linux@gmail.com>
Joe Perchesa2681a72009-10-26 16:49:43 -07009596M: Lennox Wu <lennox.wu@gmail.com>
Lennox Wued386652013-09-26 01:41:22 +08009597W: http://www.sunplus.com
Chen Liqin6bcf6732009-06-13 15:24:33 +08009598S: Supported
Joe Perchesa2681a72009-10-26 16:49:43 -07009599F: arch/score/
Chen Liqin6bcf6732009-06-13 15:24:33 +08009600
Sudeep Holla80f390e2015-05-14 11:26:11 +01009601SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9602M: Sudeep Holla <sudeep.holla@arm.com>
9603L: linux-arm-kernel@lists.infradead.org
9604S: Maintained
9605F: Documentation/devicetree/bindings/arm/arm,scpi.txt
Sudeep Hollacd52c2a2015-03-30 10:59:52 +01009606F: drivers/clk/clk-scpi.c
Sudeep Holla8def3102015-03-30 10:59:52 +01009607F: drivers/cpufreq/scpi-cpufreq.c
Sudeep Holla8cb7cf52015-03-30 10:59:52 +01009608F: drivers/firmware/arm_scpi.c
9609F: include/linux/scpi_protocol.h
Sudeep Holla80f390e2015-05-14 11:26:11 +01009610
Linus Torvalds1da177e2005-04-16 15:20:36 -07009611SCSI CDROM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009612M: Jens Axboe <axboe@kernel.dk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009613L: linux-scsi@vger.kernel.org
9614W: http://www.kernel.dk
9615S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009616F: drivers/scsi/sr*
Linus Torvalds1da177e2005-04-16 15:20:36 -07009617
Roland Dreierfb50a832010-10-07 09:54:53 -07009618SCSI RDMA PROTOCOL (SRP) INITIATOR
Bart Van Assche3453bddb2015-02-06 15:27:56 +01009619M: Bart Van Assche <bart.vanassche@sandisk.com>
Roland Dreierfb50a832010-10-07 09:54:53 -07009620L: linux-rdma@vger.kernel.org
9621S: Supported
9622W: http://www.openfabrics.org
9623Q: http://patchwork.kernel.org/project/linux-rdma/list/
9624T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9625F: drivers/infiniband/ulp/srp/
9626F: include/scsi/srp.h
9627
Linus Torvalds1da177e2005-04-16 15:20:36 -07009628SCSI SG DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009629M: Doug Gilbert <dgilbert@interlog.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009630L: linux-scsi@vger.kernel.org
Douglas Gilbert59ab3c92013-10-31 09:10:46 -04009631W: http://sg.danny.cz/sg
Linus Torvalds1da177e2005-04-16 15:20:36 -07009632S: Maintained
Douglas Gilbert59ab3c92013-10-31 09:10:46 -04009633F: Documentation/scsi/scsi-generic.txt
Joe Perches679655d2009-04-07 20:44:32 -07009634F: drivers/scsi/sg.c
9635F: include/scsi/sg.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009636
9637SCSI SUBSYSTEM
James Bottomley0351b8f2015-04-01 09:09:36 +00009638M: "James E.J. Bottomley" <JBottomley@odin.com>
James Bottomley0351b8f2015-04-01 09:09:36 +00009639T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
Martin K. Petersenf4ab4212015-11-13 16:46:49 -05009640M: "Martin K. Petersen" <martin.petersen@oracle.com>
9641T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9642L: linux-scsi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07009643S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009644F: drivers/scsi/
9645F: include/scsi/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009646
9647SCSI TAPE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009648M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009649L: linux-scsi@vger.kernel.org
9650S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009651F: Documentation/scsi/st.txt
Jean Delvaref7269cf2013-07-03 15:05:08 -07009652F: drivers/scsi/st.*
9653F: drivers/scsi/st_*.h
Linus Torvalds1da177e2005-04-16 15:20:36 -07009654
9655SCTP PROTOCOL
Vlad Yasevich8b6efb72012-04-26 10:27:18 +00009656M: Vlad Yasevich <vyasevich@gmail.com>
Neil Horman02c38d02012-10-24 09:26:51 +00009657M: Neil Horman <nhorman@tuxdriver.com>
Vlad Yasevich1a418792008-04-12 18:55:42 -07009658L: linux-sctp@vger.kernel.org
Sridhar Samudrala5f858132007-03-23 11:39:51 -07009659W: http://lksctp.sourceforge.net
Vlad Yasevich8b6efb72012-04-26 10:27:18 +00009660S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009661F: Documentation/networking/sctp.txt
9662F: include/linux/sctp.h
Daniel Borkmann4d58c022013-07-23 14:51:48 +02009663F: include/uapi/linux/sctp.h
Joe Perches679655d2009-04-07 20:44:32 -07009664F: include/net/sctp/
9665F: net/sctp/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009666
9667SCx200 CPU SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -07009668M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009669S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -07009670F: Documentation/i2c/busses/scx200_acb
Joe Perches390889b2011-03-22 16:34:34 -07009671F: arch/x86/platform/scx200/
Joe Perches679655d2009-04-07 20:44:32 -07009672F: drivers/watchdog/scx200_wdt.c
9673F: drivers/i2c/busses/scx200*
9674F: drivers/mtd/maps/scx200_docflash.c
9675F: include/linux/scx200.h
Jim Cromie1662d322006-10-06 00:43:59 -07009676
9677SCx200 GPIO DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009678M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009679S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009680F: drivers/char/scx200_gpio.c
9681F: include/linux/scx200_gpio.h
Jim Cromie1662d322006-10-06 00:43:59 -07009682
9683SCx200 HRT CLOCKSOURCE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009684M: Jim Cromie <jim.cromie@gmail.com>
Jim Cromie1662d322006-10-06 00:43:59 -07009685S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009686F: drivers/clocksource/scx200_hrt.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009687
Sascha Sommer6a369132008-07-15 14:21:29 +02009688SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009689M: Sascha Sommer <saschasommer@freenet.de>
Sascha Sommer6a369132008-07-15 14:21:29 +02009690L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9691S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009692F: drivers/mmc/host/sdricoh_cs.c
Sascha Sommer6a369132008-07-15 14:21:29 +02009693
Randy Dunlape7839f22008-10-12 16:11:45 -07009694SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
Joe Perches7a241d62009-10-26 16:49:42 -07009695L: linux-mmc@vger.kernel.org
Ulf Hanssona1cb1d12015-03-13 13:39:03 +01009696S: Orphan
Joe Perches7a241d62009-10-26 16:49:42 -07009697F: drivers/mmc/host/sdhci.*
Joe Perchesd4a45782012-01-10 15:08:54 -08009698F: drivers/mmc/host/sdhci-pltfm.[ch]
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009699
Kees Cookc04f9d62014-07-18 11:28:33 -07009700SECURE COMPUTING
9701M: Kees Cook <keescook@chromium.org>
Kees Cooka0cfd752014-08-12 15:41:17 -07009702R: Andy Lutomirski <luto@amacapital.net>
9703R: Will Drewry <wad@chromium.org>
Kees Cookc04f9d62014-07-18 11:28:33 -07009704T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9705S: Supported
9706F: kernel/seccomp.c
9707F: include/uapi/linux/seccomp.h
9708F: include/linux/seccomp.h
Kees Cookc99ee512015-06-16 10:54:14 -07009709F: tools/testing/selftests/seccomp/*
Kees Cookc04f9d62014-07-18 11:28:33 -07009710K: \bsecure_computing
9711K: \bTIF_SECCOMP\b
9712
Ben Dooks0d1bb412009-06-14 13:52:37 +01009713SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009714M: Ben Dooks <ben-linux@fluff.org>
Ulf Hanssondc524882015-03-20 10:15:29 +01009715M: Jaehoon Chung <jh80.chung@samsung.com>
Joe Perches7a241d62009-10-26 16:49:42 -07009716L: linux-mmc@vger.kernel.org
Ben Dooks0d1bb412009-06-14 13:52:37 +01009717S: Maintained
Ulf Hanssondc524882015-03-20 10:15:29 +01009718F: drivers/mmc/host/sdhci-s3c*
Ben Dooks0d1bb412009-06-14 13:52:37 +01009719
Viresh KUMARc63b3cb2010-05-26 14:42:10 -07009720SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
Viresh Kumarda899472015-07-17 16:23:50 -07009721M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumarfbfa0742012-03-15 15:17:09 -07009722L: spear-devel@list.st.com
Viresh KUMARc63b3cb2010-05-26 14:42:10 -07009723L: linux-mmc@vger.kernel.org
9724S: Maintained
9725F: drivers/mmc/host/sdhci-spear.c
9726
James Morris8711cca2008-12-04 03:19:45 +11009727SECURITY SUBSYSTEM
James Morris9b45c0d2012-02-22 12:45:07 +11009728M: James Morris <james.l.morris@oracle.com>
Joe Perches9c3646d2015-06-25 15:02:00 -07009729M: "Serge E. Hallyn" <serge@hallyn.com>
James Morris8711cca2008-12-04 03:19:45 +11009730L: linux-security-module@vger.kernel.org (suggested Cc:)
James Morris89879a72012-01-18 10:40:44 +11009731T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
James Morris9ccf0102012-04-09 15:48:07 +10009732W: http://kernsec.org/
James Morris8711cca2008-12-04 03:19:45 +11009733S: Supported
Joe Perches7d2c86b2009-04-07 20:59:01 -07009734F: security/
James Morris8711cca2008-12-04 03:19:45 +11009735
Linus Torvalds1da177e2005-04-16 15:20:36 -07009736SECURITY CONTACT
Joe Perches8b58be82009-07-29 15:04:30 -07009737M: Security Officers <security@kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009738S: Supported
9739
9740SELINUX SECURITY MODULE
Paul Moore5a5f2ac2013-09-18 13:14:04 -04009741M: Paul Moore <paul@paul-moore.com>
Paul Mooree0238b42014-02-06 07:51:54 -05009742M: Stephen Smalley <sds@tycho.nsa.gov>
9743M: Eric Paris <eparis@parisplace.org>
9744L: selinux@tycho.nsa.gov (moderated for non-subscribers)
Stephen Smalleyf0589252008-09-11 09:20:26 -04009745W: http://selinuxproject.org
Paul Moore5a5f2ac2013-09-18 13:14:04 -04009746T: git git://git.infradead.org/users/pcmoore/selinux
Linus Torvalds1da177e2005-04-16 15:20:36 -07009747S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009748F: include/linux/selinux*
9749F: security/selinux/
Eric Paris6bde95c2011-04-01 17:09:41 -04009750F: scripts/selinux/
Linus Torvalds1da177e2005-04-16 15:20:36 -07009751
John Johansenc1c124e2010-07-29 14:48:09 -07009752APPARMOR SECURITY MODULE
9753M: John Johansen <john.johansen@canonical.com>
9754L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9755W: apparmor.wiki.kernel.org
9756T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9757S: Supported
9758F: security/apparmor/
9759
Kees Cook730daa12015-07-23 18:02:48 -07009760YAMA SECURITY MODULE
9761M: Kees Cook <keescook@chromium.org>
9762T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9763S: Supported
9764F: security/yama/
9765
Jiri Slabycef2cf02007-05-08 00:31:45 -07009766SENSABLE PHANTOM
Joe Perches8b58be82009-07-29 15:04:30 -07009767M: Jiri Slaby <jirislaby@gmail.com>
Jiri Slabycef2cf02007-05-08 00:31:45 -07009768S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009769F: drivers/misc/phantom.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -08009770F: include/uapi/linux/phantom.h
Jiri Slabycef2cf02007-05-08 00:31:45 -07009771
Jayamohan Kallickal6733b392009-09-05 07:36:35 +05309772SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
Minh Tran4627de92015-05-14 23:16:17 -07009773M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
Ketan Mukadam9d27e212015-07-04 04:12:23 +05309774M: Ketan Mukadam <ketan.mukadam@avagotech.com>
9775M: John Soni Jose <sony.john@avagotech.com>
Joe Perches3387f652009-11-11 14:26:11 -08009776L: linux-scsi@vger.kernel.org
Minh Tran4627de92015-05-14 23:16:17 -07009777W: http://www.avagotech.com
Joe Perches3387f652009-11-11 14:26:11 -08009778S: Supported
9779F: drivers/scsi/be2iscsi/
Jayamohan Kallickal6733b392009-09-05 07:36:35 +05309780
Sathya Perla6938f852015-05-12 02:13:50 -04009781Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
Sathya Perlaaa7b4532016-02-02 08:10:10 -05009782M: Sathya Perla <sathya.perla@broadcom.com>
9783M: Ajit Khaparde <ajit.khaparde@broadcom.com>
9784M: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9785M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9786M: Somnath Kotur <somnath.kotur@broadcom.com>
Joe Perches7d2c86b2009-04-07 20:59:01 -07009787L: netdev@vger.kernel.org
Ajit Khapardefea3af62011-02-04 13:03:35 -08009788W: http://www.emulex.com
Joe Perches7d2c86b2009-04-07 20:59:01 -07009789S: Supported
Jeff Kirsher9aebddd2011-05-13 00:37:27 -07009790F: drivers/net/ethernet/emulex/benet/
Sathya Perla6b7c5b92009-03-11 23:32:03 -07009791
Selvin Xavierd2928a82015-03-15 00:09:41 +05309792EMULEX ONECONNECT ROCE DRIVER
Laurent Navet2b8e7332015-06-30 14:59:33 -07009793M: Selvin Xavier <selvin.xavier@avagotech.com>
9794M: Devesh Sharma <devesh.sharma@avagotech.com>
9795M: Mitesh Ahuja <mitesh.ahuja@avagotech.com>
Selvin Xavierd2928a82015-03-15 00:09:41 +05309796L: linux-rdma@vger.kernel.org
9797W: http://www.emulex.com
9798S: Supported
9799F: drivers/infiniband/hw/ocrdma/
9800
Ben Hutchings8ceee662008-04-27 12:55:59 +01009801SFC NETWORK DRIVER
Joe Perchesc06f51e2009-08-26 08:47:47 +00009802M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
Shradha Shah8533ccf2014-01-23 13:19:55 +00009803M: Shradha Shah <sshah@solarflare.com>
Joe Perchesc06f51e2009-08-26 08:47:47 +00009804L: netdev@vger.kernel.org
Ben Hutchings8ceee662008-04-27 12:55:59 +01009805S: Supported
Jeff Kirsher874aeea2011-05-13 00:17:42 -07009806F: drivers/net/ethernet/sfc/
Ben Hutchings8ceee662008-04-27 12:55:59 +01009807
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009808SGI GRU DRIVER
Bjorn Helgaascc883af2013-01-29 15:48:37 -07009809M: Dimitri Sivanich <sivanich@sgi.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009810S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009811F: drivers/misc/sgi-gru/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009812
9813SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009814M: Pat Gefre <pfg@sgi.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009815L: linux-ia64@vger.kernel.org
9816S: Supported
Joe Perches679655d2009-04-07 20:44:32 -07009817F: Documentation/ia64/serial.txt
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -08009818F: drivers/tty/serial/ioc?_serial.c
Joe Perches679655d2009-04-07 20:44:32 -07009819F: include/linux/ioc?.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009820
Jack Steiner75312612008-08-15 00:40:42 -07009821SGI XP/XPC/XPNET DRIVER
Robin Holte1803832013-08-16 18:01:42 -05009822M: Cliff Whickman <cpw@sgi.com>
9823M: Robin Holt <robinmholt@gmail.com>
Jack Steiner75312612008-08-15 00:40:42 -07009824S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -07009825F: drivers/misc/sgi-xp/
Jack Steiner75312612008-08-15 00:40:42 -07009826
Antti Palosaari46eacf32014-04-15 06:21:03 -03009827SI2157 MEDIA DRIVER
9828M: Antti Palosaari <crope@iki.fi>
9829L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009830W: https://linuxtv.org
Antti Palosaari46eacf32014-04-15 06:21:03 -03009831W: http://palosaari.fi/linux/
9832Q: http://patchwork.linuxtv.org/project/linux-media/list/
9833T: git git://linuxtv.org/anttip/media_tree.git
9834S: Maintained
9835F: drivers/media/tuners/si2157*
9836
Antti Palosaari75e2d5b2014-04-15 06:17:53 -03009837SI2168 MEDIA DRIVER
9838M: Antti Palosaari <crope@iki.fi>
9839L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009840W: https://linuxtv.org
Antti Palosaari75e2d5b2014-04-15 06:17:53 -03009841W: http://palosaari.fi/linux/
9842Q: http://patchwork.linuxtv.org/project/linux-media/list/
9843T: git git://linuxtv.org/anttip/media_tree.git
9844S: Maintained
9845F: drivers/media/dvb-frontends/si2168*
9846
Hans Verkuil49cc6292012-11-30 07:13:29 -03009847SI470X FM RADIO RECEIVER I2C DRIVER
9848M: Hans Verkuil <hverkuil@xs4all.nl>
9849L: linux-media@vger.kernel.org
9850T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009851W: https://linuxtv.org
Hans Verkuil49cc6292012-11-30 07:13:29 -03009852S: Odd Fixes
9853F: drivers/media/radio/si470x/radio-si470x-i2c.c
9854
9855SI470X FM RADIO RECEIVER USB DRIVER
9856M: Hans Verkuil <hverkuil@xs4all.nl>
9857L: linux-media@vger.kernel.org
9858T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009859W: https://linuxtv.org
Hans Verkuil49cc6292012-11-30 07:13:29 -03009860S: Maintained
9861F: drivers/media/radio/si470x/radio-si470x-common.c
9862F: drivers/media/radio/si470x/radio-si470x.h
9863F: drivers/media/radio/si470x/radio-si470x-usb.c
9864
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009865SI4713 FM RADIO TRANSMITTER I2C DRIVER
9866M: Eduardo Valentin <edubezval@gmail.com>
9867L: linux-media@vger.kernel.org
9868T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009869W: https://linuxtv.org
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009870S: Odd Fixes
Dinesh Ram99995de2013-10-15 12:24:43 -03009871F: drivers/media/radio/si4713/si4713.?
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009872
9873SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9874M: Eduardo Valentin <edubezval@gmail.com>
9875L: linux-media@vger.kernel.org
9876T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009877W: https://linuxtv.org
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009878S: Odd Fixes
Dinesh Ram99995de2013-10-15 12:24:43 -03009879F: drivers/media/radio/si4713/radio-platform-si4713.c
9880
9881SI4713 FM RADIO TRANSMITTER USB DRIVER
9882M: Hans Verkuil <hverkuil@xs4all.nl>
9883L: linux-media@vger.kernel.org
9884T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009885W: https://linuxtv.org
Dinesh Ram99995de2013-10-15 12:24:43 -03009886S: Maintained
9887F: drivers/media/radio/si4713/radio-usb-si4713.c
Eduardo Valentinc937ca02013-02-27 10:37:39 -03009888
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009889SIANO DVB DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -02009890M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009891L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009892W: https://linuxtv.org
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009893T: git git://linuxtv.org/media_tree.git
9894S: Odd fixes
9895F: drivers/media/common/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009896F: drivers/media/usb/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009897F: drivers/media/usb/siano/
Joe Perches14430812013-09-11 14:23:50 -07009898F: drivers/media/mmc/siano/
Mauro Carvalho Chehabbeb91d42013-03-19 12:42:45 -03009899
Hans de Goede6f15b602014-11-14 13:26:46 +01009900SIMPLEFB FB DRIVER
9901M: Hans de Goede <hdegoede@redhat.com>
9902L: linux-fbdev@vger.kernel.org
9903S: Maintained
Rob Herring2d799dd2015-11-05 13:40:40 -06009904F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
Hans de Goede6f15b602014-11-14 13:26:46 +01009905F: drivers/video/fbdev/simplefb.c
9906F: include/linux/platform_data/simplefb.h
9907
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009908SH_VEU V4L2 MEM2MEM DRIVER
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009909L: linux-media@vger.kernel.org
Guennadi Liakhovetskibb60fcb2013-11-24 17:44:08 -03009910S: Orphan
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009911F: drivers/media/platform/sh_veu.c
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009912
9913SH_VOU V4L2 OUTPUT DRIVER
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009914L: linux-media@vger.kernel.org
Guennadi Liakhovetskibb60fcb2013-11-24 17:44:08 -03009915S: Orphan
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009916F: drivers/media/platform/sh_vou.c
Mauro Carvalho Chehabd647f0b2015-11-13 19:40:07 -02009917F: include/media/drv-intf/sh_vou.h
Guennadi Liakhovetskib618b692012-11-29 06:57:30 -03009918
Len Brown6349d992009-08-14 15:07:14 -04009919SIMPLE FIRMWARE INTERFACE (SFI)
Joe Perches2bf822d2009-10-26 16:49:44 -07009920M: Len Brown <lenb@kernel.org>
Len Brown6349d992009-08-14 15:07:14 -04009921L: sfi-devel@simplefirmware.org
9922W: http://simplefirmware.org/
9923T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009924S: Supported
Joe Perches943fc812011-03-22 16:34:36 -07009925F: arch/x86/platform/sfi/
Len Brown6349d992009-08-14 15:07:14 -04009926F: drivers/sfi/
9927F: include/linux/sfi*.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -07009928
Linus Torvalds1da177e2005-04-16 15:20:36 -07009929SIMTEC EB110ATX (Chalice CATS)
9930P: Ben Dooks
Ben Dooksb16957c2011-02-01 15:52:38 -08009931P: Vincent Sanders <vince@simtec.co.uk>
9932M: Simtec Linux Team <linux@simtec.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009933W: http://www.simtec.co.uk/products/EB110ATX/
9934S: Supported
9935
9936SIMTEC EB2410ITX (BAST)
9937P: Ben Dooks
Ben Dooksb16957c2011-02-01 15:52:38 -08009938P: Vincent Sanders <vince@simtec.co.uk>
9939M: Simtec Linux Team <linux@simtec.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009940W: http://www.simtec.co.uk/products/EB2410ITX/
9941S: Supported
Joe Perches15dba382013-09-11 14:23:36 -07009942F: arch/arm/mach-s3c24xx/mach-bast.c
9943F: arch/arm/mach-s3c24xx/bast-ide.c
9944F: arch/arm/mach-s3c24xx/bast-irq.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07009945
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009946TI DAVINCI MACHINE SUPPORT
Kevin Hilman3ba789c2011-02-08 13:23:09 -08009947M: Sekhar Nori <nsekhar@ti.com>
Kevin Hilmanc69d72a2012-11-28 15:46:45 -08009948M: Kevin Hilman <khilman@deeprootsystems.com>
Sekhar Noric9f46a82012-01-27 21:12:20 +05309949T: git git://gitorious.org/linux-davinci/linux-davinci.git
Joe Perches8a6e2532010-03-05 13:43:11 -08009950Q: http://patchwork.kernel.org/project/linux-davinci/list/
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009951S: Supported
Joe Perches14430812013-09-11 14:23:50 -07009952F: arch/arm/mach-davinci/
Jean Delvare046d0a32012-01-12 20:32:05 +01009953F: drivers/i2c/busses/i2c-davinci.c
Kevin Hilman4c5adde2009-06-19 12:02:33 -07009954
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009955TI DAVINCI SERIES MEDIA DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009956M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009957L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009958W: https://linuxtv.org
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009959Q: http://patchwork.linuxtv.org/project/linux-media/list/
9960T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
Lad, Prabhakar9ce5eca2013-04-15 01:32:44 -03009961S: Maintained
Lad, Prabhakar8d4b3f02012-11-19 05:48:21 -03009962F: drivers/media/platform/davinci/
9963F: include/media/davinci/
9964
Benoit Parrot417d2e52014-12-09 16:43:44 -03009965TI AM437X VPFE DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009966M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Benoit Parrot417d2e52014-12-09 16:43:44 -03009967L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009968W: https://linuxtv.org
Benoit Parrot417d2e52014-12-09 16:43:44 -03009969Q: http://patchwork.linuxtv.org/project/linux-media/list/
9970T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9971S: Maintained
9972F: drivers/media/platform/am437x/
9973
Benoit Parrotc4c02832015-03-20 18:03:52 -03009974OV2659 OMNIVISION SENSOR DRIVER
Joe Perchese43cdb52015-06-25 15:02:03 -07009975M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Benoit Parrotc4c02832015-03-20 18:03:52 -03009976L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -02009977W: https://linuxtv.org
Benoit Parrotc4c02832015-03-20 18:03:52 -03009978Q: http://patchwork.linuxtv.org/project/linux-media/list/
9979T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9980S: Maintained
9981F: drivers/media/i2c/ov2659.c
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -02009982F: include/media/i2c/ov2659.h
Benoit Parrotc4c02832015-03-20 18:03:52 -03009983
Sudip Mukherjee3a6779f2015-08-07 18:31:15 +05309984SILICON MOTION SM712 FRAME BUFFER DRIVER
9985M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9986M: Teddy Wang <teddy.wang@siliconmotion.com>
9987M: Sudip Mukherjee <sudip@vectorindia.org>
9988L: linux-fbdev@vger.kernel.org
9989S: Maintained
9990F: drivers/video/fbdev/sm712*
9991F: Documentation/fb/sm712fb.txt
9992
Francois Romieu92aab3c2005-07-30 13:11:18 +02009993SIS 190 ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -07009994M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu92aab3c2005-07-30 13:11:18 +02009995L: netdev@vger.kernel.org
9996S: Maintained
Jeff Kirsher8c7de402011-06-13 08:43:49 -07009997F: drivers/net/ethernet/sis/sis190.c
Francois Romieu92aab3c2005-07-30 13:11:18 +02009998
Linus Torvalds1da177e2005-04-16 15:20:36 -07009999SIS 900/7016 FAST ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010000M: Daniele Venzano <venza@brownhat.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010001W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -070010002L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070010003S: Maintained
Jeff Kirsher8c7de402011-06-13 08:43:49 -070010004F: drivers/net/ethernet/sis/sis900.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010005
10006SIS FRAMEBUFFER DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010007M: Thomas Winischhofer <thomas@winischhofer.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010008W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -030010009S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010010F: Documentation/fb/sisfb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +090010011F: drivers/video/fbdev/sis/
Joe Perches679655d2009-04-07 20:44:32 -070010012F: include/video/sisfb.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010013
10014SIS USB2VGA DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010015M: Thomas Winischhofer <thomas@winischhofer.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010016W: http://www.winischhofer.at/linuxsisusbvga.shtml
10017S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010018F: drivers/usb/misc/sisusbvga/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010019
Christoph Lameter415ad262007-07-26 10:40:56 -070010020SLAB ALLOCATOR
Christoph Lameter16e943b2014-06-23 13:22:03 -070010021M: Christoph Lameter <cl@linux.com>
Pekka Enberg2ed1c522011-01-15 13:30:04 +020010022M: Pekka Enberg <penberg@kernel.org>
Christoph Lameter16e943b2014-06-23 13:22:03 -070010023M: David Rientjes <rientjes@google.com>
10024M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
10025M: Andrew Morton <akpm@linux-foundation.org>
Christoph Lameter415ad262007-07-26 10:40:56 -070010026L: linux-mm@kvack.org
10027S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010028F: include/linux/sl?b*.h
Christoph Lameter16e943b2014-06-23 13:22:03 -070010029F: mm/sl?b*
Christoph Lameter415ad262007-07-26 10:40:56 -070010030
Paul E. McKenney9fab97872012-05-07 09:36:34 -070010031SLEEPABLE READ-COPY UPDATE (SRCU)
Lai Jiangshan96a39bc2015-07-01 15:26:27 +080010032M: Lai Jiangshan <jiangshanlai@gmail.com>
Paul E. McKenney9fab97872012-05-07 09:36:34 -070010033M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Paul E. McKenneyab0afd62014-06-03 08:17:06 -070010034M: Josh Triplett <josh@joshtriplett.org>
Paul E. McKenney4632a192014-05-30 15:37:24 -070010035R: Steven Rostedt <rostedt@goodmis.org>
10036R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Ingo Molnar981c3a42014-01-21 10:59:20 +010010037L: linux-kernel@vger.kernel.org
Paul E. McKenney9fab97872012-05-07 09:36:34 -070010038W: http://www.rdrop.com/users/paulmck/RCU/
10039S: Supported
10040T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
Paul E. McKenney4102ada2013-10-08 20:23:47 -070010041F: include/linux/srcu.h
10042F: kernel/rcu/srcu.c
Paul E. McKenney9fab97872012-05-07 09:36:34 -070010043
Casey Schaufler66372842012-05-23 18:34:52 -070010044SMACK SECURITY MODULE
10045M: Casey Schaufler <casey@schaufler-ca.com>
10046L: linux-security-module@vger.kernel.org
10047W: http://schaufler-ca.com
10048T: git git://git.gitorious.org/smack-next/kernel.git
10049S: Maintained
10050F: Documentation/security/Smack.txt
10051F: security/smack/
10052
Kevin Hilman20651e02014-09-24 16:30:00 -070010053DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
Kevin Hilman68ace3e2013-08-06 16:57:14 -070010054M: Kevin Hilman <khilman@kernel.org>
10055M: Nishanth Menon <nm@ti.com>
10056S: Maintained
Kevin Hilman20651e02014-09-24 16:30:00 -070010057F: drivers/power/avs/
Kevin Hilman68ace3e2013-08-06 16:57:14 -070010058F: include/linux/power/smartreflex.h
10059L: linux-pm@vger.kernel.org
10060
Linus Torvalds1da177e2005-04-16 15:20:36 -070010061SMC91x ETHERNET DRIVER
Nicolas Pitre2f82af02009-09-14 03:25:28 -040010062M: Nicolas Pitre <nico@fluxnic.net>
Nicolas Pitre18e28422010-05-03 16:43:47 -040010063S: Odd Fixes
Jeff Kirsherae150432011-05-12 20:21:07 -070010064F: drivers/net/ethernet/smsc/smc91x.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010065
Sakari Ailuse8e31622012-11-12 18:14:39 -030010066SMIA AND SMIA++ IMAGE SENSOR DRIVER
10067M: Sakari Ailus <sakari.ailus@iki.fi>
10068L: linux-media@vger.kernel.org
10069S: Maintained
Joe Perches14430812013-09-11 14:23:50 -070010070F: drivers/media/i2c/smiapp/
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -020010071F: include/media/i2c/smiapp.h
Sakari Ailuse8e31622012-11-12 18:14:39 -030010072F: drivers/media/i2c/smiapp-pll.c
10073F: drivers/media/i2c/smiapp-pll.h
Sakari Ailusfd2bfdc2014-11-16 12:08:44 -030010074F: include/uapi/linux/smiapp.h
Sakari Ailusa2cec3c2014-11-06 18:16:13 -030010075F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
Sakari Ailuse8e31622012-11-12 18:14:39 -030010076
Guenter Roeck920fa1f2010-08-09 17:21:06 -070010077SMM665 HARDWARE MONITOR DRIVER
10078M: Guenter Roeck <linux@roeck-us.net>
10079L: lm-sensors@lm-sensors.org
10080S: Maintained
10081F: Documentation/hwmon/smm665
10082F: drivers/hwmon/smm665.c
10083
Steve Glendinning9df73052010-08-14 21:08:54 +020010084SMSC EMC2103 HARDWARE MONITOR DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010085M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning9df73052010-08-14 21:08:54 +020010086L: lm-sensors@lm-sensors.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010087S: Maintained
Steve Glendinning9df73052010-08-14 21:08:54 +020010088F: Documentation/hwmon/emc2103
10089F: drivers/hwmon/emc2103.c
10090
Hans de Goedea98d5062011-03-21 17:59:36 +010010091SMSC SCH5627 HARDWARE MONITOR DRIVER
10092M: Hans de Goede <hdegoede@redhat.com>
10093L: lm-sensors@lm-sensors.org
10094S: Supported
10095F: Documentation/hwmon/sch5627
10096F: drivers/hwmon/sch5627.c
10097
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -040010098SMSC47B397 HARDWARE MONITOR DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -070010099M: Jean Delvare <jdelvare@suse.com>
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -040010100L: lm-sensors@lm-sensors.org
10101S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010102F: Documentation/hwmon/smsc47b397
10103F: drivers/hwmon/smsc47b397.c
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -040010104
Steve Glendinningfd9abb32008-11-05 00:35:37 +000010105SMSC911x ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010106M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinningfd9abb32008-11-05 00:35:37 +000010107L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010108S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010109F: include/linux/smsc911x.h
Jeff Kirsherae150432011-05-12 20:21:07 -070010110F: drivers/net/ethernet/smsc/smsc911x.*
Steve Glendinningfd9abb32008-11-05 00:35:37 +000010111
Steve Glendinning2cb37722008-12-11 20:54:30 -080010112SMSC9420 PCI ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010113M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning2cb37722008-12-11 20:54:30 -080010114L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010115S: Maintained
Jeff Kirsherae150432011-05-12 20:21:07 -070010116F: drivers/net/ethernet/smsc/smsc9420.*
Steve Glendinning2cb37722008-12-11 20:54:30 -080010117
Steve Glendinning3c8a63e2011-08-18 15:20:07 +010010118SMSC UFX6000 and UFX7000 USB to VGA DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010119M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning3c8a63e2011-08-18 15:20:07 +010010120L: linux-fbdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010010121S: Maintained
Jingoo Han8a61f012014-07-01 15:36:01 +090010122F: drivers/video/fbdev/smscufx.c
Steve Glendinning3c8a63e2011-08-18 15:20:07 +010010123
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -030010124SOC-CAMERA V4L2 SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010125M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -030010126L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -020010127T: git git://linuxtv.org/media_tree.git
Jean Delvare795fb7e2008-09-20 12:33:08 +020010128S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030010129F: include/media/soc*
10130F: drivers/media/i2c/soc_camera/
10131F: drivers/media/platform/soc_camera/
Guennadi Liakhovetski668acf32008-07-19 07:54:43 -030010132
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010133SOEKRIS NET48XX LED SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -070010134M: Chris Boot <bootc@bootc.net>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010135S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010136F: drivers/leds/leds-net48xx.c
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010137
Joe Perchese3994db2014-07-30 00:38:42 -030010138SOFTLOGIC 6x10 MPEG CODEC
Andrey Utkin9661975d2014-11-17 13:59:23 -030010139M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10140M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10141M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Ismael Luceno1f141f62015-01-20 11:43:50 -030010142M: Ismael Luceno <ismael@iodev.co.uk>
Joe Perchese3994db2014-07-30 00:38:42 -030010143L: linux-media@vger.kernel.org
10144S: Supported
10145F: drivers/media/pci/solo6x10/
10146
Linus Torvalds1da177e2005-04-16 15:20:36 -070010147SOFTWARE RAID (Multiple Disks) SUPPORT
Shaohua Lic2f662e2016-01-20 14:00:45 -080010148M: Shaohua Li <shli@kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010149L: linux-raid@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -080010150T: git git://neil.brown.name/md
NeilBrown524418b2007-01-26 00:57:01 -080010151S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010152F: drivers/md/
10153F: include/linux/raid/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010154F: include/uapi/linux/raid/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010155
Linus Torvalds1da177e2005-04-16 15:20:36 -070010156SONIC NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010157M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Ralf Baechle979b6c12005-06-13 14:30:40 -070010158L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070010159S: Maintained
Jeff Kirsherd9fb9f32011-05-18 05:14:22 -070010160F: drivers/net/ethernet/natsemi/sonic.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010161
Michael Buesch61e115a2007-09-18 15:12:50 -040010162SONICS SILICON BACKPLANE DRIVER (SSB)
Michael Büscheb032b92011-07-04 20:50:05 +020010163M: Michael Buesch <m@bues.ch>
Michael Büsche7828b22016-01-18 17:53:03 +010010164L: linux-wireless@vger.kernel.org
Michael Buesch61e115a2007-09-18 15:12:50 -040010165S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010166F: drivers/ssb/
10167F: include/linux/ssb/
Michael Buesch61e115a2007-09-18 15:12:50 -040010168
Linus Torvalds1da177e2005-04-16 15:20:36 -070010169SONY VAIO CONTROL DEVICE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010170M: Mattia Dongili <malattia@linux.it>
Matthew Garrettd09448532010-02-11 10:40:13 -050010171L: platform-driver-x86@vger.kernel.org
Mattia Dongili5b181672007-03-12 21:43:57 +010010172W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -070010173S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010174F: Documentation/laptops/sony-laptop.txt
10175F: drivers/char/sonypi.c
10176F: drivers/platform/x86/sony-laptop.c
10177F: include/linux/sony-laptop.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010178
Alex Dubovbaf85322008-02-09 10:20:54 -080010179SONY MEMORYSTICK CARD SUPPORT
Joe Perches8b58be82009-07-29 15:04:30 -070010180M: Alex Dubov <oakad@yahoo.com>
Alex Dubovbaf85322008-02-09 10:20:54 -080010181W: http://tifmxx.berlios.de/
10182S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010183F: drivers/memstick/host/tifm_ms.c
Alex Dubovbaf85322008-02-09 10:20:54 -080010184
Maxim Levitsky0ab30492013-09-11 14:26:02 -070010185SONY MEMORYSTICK STANDARD SUPPORT
10186M: Maxim Levitsky <maximlevitsky@gmail.com>
10187S: Maintained
10188F: drivers/memstick/core/ms_block.*
10189
Linus Torvalds1da177e2005-04-16 15:20:36 -070010190SOUND
Joe Perches8b58be82009-07-29 15:04:30 -070010191M: Jaroslav Kysela <perex@perex.cz>
Jiri Slabyd8130622015-07-17 16:23:20 -070010192M: Takashi Iwai <tiwai@suse.com>
Joe Perches93711662009-06-16 15:34:07 -070010193L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Joe Perches3126a172009-04-15 23:38:45 -070010194W: http://www.alsa-project.org/
Takashi Iwaidde7ad82011-10-25 10:00:22 +020010195T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
Joe Perches3126a172009-04-15 23:38:45 -070010196T: git git://git.alsa-project.org/alsa-kernel.git
Takashi Iwaiff4a8f32014-05-13 14:55:51 +020010197Q: http://patchwork.kernel.org/project/alsa-devel/list/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010198S: Maintained
Joe Perches3126a172009-04-15 23:38:45 -070010199F: Documentation/sound/
10200F: include/sound/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010201F: include/uapi/sound/
Joe Perches679655d2009-04-07 20:44:32 -070010202F: sound/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010203
Mark Brown33bbe142013-08-09 18:10:50 +010010204SOUND - COMPRESSED AUDIO
10205M: Vinod Koul <vinod.koul@intel.com>
10206L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10207T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10208S: Supported
Vinod Koulf672f312013-08-12 11:15:27 +053010209F: Documentation/sound/alsa/compress_offload.txt
Mark Brown33bbe142013-08-09 18:10:50 +010010210F: include/sound/compress_driver.h
Vinod Koulf672f312013-08-12 11:15:27 +053010211F: include/uapi/sound/compress_*
Mark Brown33bbe142013-08-09 18:10:50 +010010212F: sound/core/compress_offload.c
10213F: sound/soc/soc-compress.c
10214
Mark Brownbd903bd2008-11-19 19:16:05 +000010215SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
Liam Girdwood6b9cf5c2013-01-15 15:13:27 +000010216M: Liam Girdwood <lgirdwood@gmail.com>
Mark Brownb02e48f2013-04-12 11:39:57 +010010217M: Mark Brown <broonie@kernel.org>
Mark Brown86f14df2011-11-02 21:36:32 +000010218T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
Joe Perches93711662009-06-16 15:34:07 -070010219L: alsa-devel@alsa-project.org (moderated for non-subscribers)
Liam Girdwoodb0b8daf2008-09-18 14:36:37 +010010220W: http://alsa-project.org/main/index.php/ASoC
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +020010221S: Supported
Mark Brown2820f612013-08-11 19:35:11 +010010222F: Documentation/sound/alsa/soc/
Joe Perches679655d2009-04-07 20:44:32 -070010223F: sound/soc/
Mark Browne6e55122009-05-05 11:10:24 +010010224F: include/sound/soc*
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +020010225
Mark Brownd7f87612013-10-19 14:33:54 +010010226SOUND - DMAENGINE HELPERS
10227M: Lars-Peter Clausen <lars@metafoo.de>
10228S: Supported
10229F: include/sound/dmaengine_pcm.h
10230F: sound/core/pcm_dmaengine.c
10231F: sound/soc/soc-generic-dmaengine-pcm.c
10232
Olli Salonen990a6a92014-08-22 13:50:42 -030010233SP2 MEDIA DRIVER
10234M: Olli Salonen <olli.salonen@iki.fi>
10235L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010236W: https://linuxtv.org
Olli Salonen990a6a92014-08-22 13:50:42 -030010237Q: http://patchwork.linuxtv.org/project/linux-media/list/
10238S: Maintained
10239F: drivers/media/dvb-frontends/sp2*
10240
Sam Ravnborg473321f2009-01-04 15:47:49 -080010241SPARC + UltraSPARC (sparc/sparc64)
Joe Perches8b58be82009-07-29 15:04:30 -070010242M: "David S. Miller" <davem@davemloft.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010243L: sparclinux@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -080010244Q: http://patchwork.ozlabs.org/project/sparclinux/list/
Joe Perches08deed12012-03-23 15:01:57 -070010245T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10246T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070010247S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010248F: arch/sparc/
David S. Miller7765b8b2010-07-20 23:37:12 -070010249F: drivers/sbus/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010250
David S. Miller6404fcc2010-03-16 01:00:17 -070010251SPARC SERIAL DRIVERS
10252M: "David S. Miller" <davem@davemloft.net>
10253L: sparclinux@vger.kernel.org
Joe Perches08deed12012-03-23 15:01:57 -070010254T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10255T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
David S. Miller6404fcc2010-03-16 01:00:17 -070010256S: Maintained
Paul Gortmaker68163832012-02-09 18:48:19 -050010257F: include/linux/sunserialcore.h
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080010258F: drivers/tty/serial/suncore.c
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080010259F: drivers/tty/serial/sunhv.c
10260F: drivers/tty/serial/sunsab.c
10261F: drivers/tty/serial/sunsab.h
10262F: drivers/tty/serial/sunsu.c
10263F: drivers/tty/serial/sunzilog.c
10264F: drivers/tty/serial/sunzilog.h
David S. Miller6404fcc2010-03-16 01:00:17 -070010265
Christopher Li389325b2012-04-05 14:25:14 -070010266SPARSE CHECKER
10267M: "Christopher Li" <sparse@chrisli.org>
10268L: linux-sparse@vger.kernel.org
10269W: https://sparse.wiki.kernel.org/
10270T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10271T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10272S: Maintained
10273F: include/linux/compiler.h
10274
viresh kumarfc0c1952010-04-01 12:31:21 +010010275SPEAR PLATFORM SUPPORT
Viresh Kumarda899472015-07-17 16:23:50 -070010276M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumar9cc23682014-04-18 15:07:16 -070010277M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
Viresh Kumarfbfa0742012-03-15 15:17:09 -070010278L: spear-devel@list.st.com
10279L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
viresh kumarfc0c1952010-04-01 12:31:21 +010010280W: http://www.st.com/spear
10281S: Maintained
Rob Herringe68d7c12015-12-10 17:38:23 -060010282F: arch/arm/boot/dts/spear*
Joe Perches281e1922013-09-11 14:23:37 -070010283F: arch/arm/mach-spear/
viresh kumarfc0c1952010-04-01 12:31:21 +010010284
10285SPEAR CLOCK FRAMEWORK SUPPORT
Viresh Kumarda899472015-07-17 16:23:50 -070010286M: Viresh Kumar <vireshk@kernel.org>
Viresh Kumarfbfa0742012-03-15 15:17:09 -070010287L: spear-devel@list.st.com
10288L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
viresh kumarfc0c1952010-04-01 12:31:21 +010010289W: http://www.st.com/spear
10290S: Maintained
Viresh Kumar5df33a62012-04-10 09:02:35 +053010291F: drivers/clk/spear/
viresh kumarfc0c1952010-04-01 12:31:21 +010010292
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010293SPI SUBSYSTEM
Mark Brownb02e48f2013-04-12 11:39:57 +010010294M: Mark Brown <broonie@kernel.org>
Mark Browndfbe4032013-05-17 13:12:52 +010010295L: linux-spi@vger.kernel.org
Mark Browne7e4e132013-04-18 18:18:47 +010010296T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
Joe Perches8a6e2532010-03-05 13:43:11 -080010297Q: http://patchwork.kernel.org/project/spi-devel-general/list/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010298S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010299F: Documentation/spi/
10300F: drivers/spi/
10301F: include/linux/spi/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010302F: include/uapi/linux/spi/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010303
Jim Lewis2752e4012006-09-29 02:01:19 -070010304SPIDERNET NETWORK DRIVER for CELL
Joe Perches8b58be82009-07-29 15:04:30 -070010305M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
Jim Lewis2752e4012006-09-29 02:01:19 -070010306L: netdev@vger.kernel.org
10307S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010308F: Documentation/networking/spider_net.txt
Jeff Kirsher8df158a2011-07-30 00:36:02 -070010309F: drivers/net/ethernet/toshiba/spider_net*
Jim Lewis2752e4012006-09-29 02:01:19 -070010310
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010311SPU FILE SYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010312M: Jeremy Kerr <jk@ozlabs.org>
Stephen Rothwella4724ed2010-08-20 19:52:45 +100010313L: linuxppc-dev@lists.ozlabs.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010314W: http://www.ibm.com/developerworks/power/cell/
10315S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010316F: Documentation/filesystems/spufs.txt
10317F: arch/powerpc/platforms/cell/spufs/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010318
Phillip Lougherfc555842009-01-05 08:46:29 +000010319SQUASHFS FILE SYSTEM
Phillip Lougherd7f2ff62011-05-26 10:39:56 +010010320M: Phillip Lougher <phillip@squashfs.org.uk>
Phillip Lougherfc555842009-01-05 08:46:29 +000010321L: squashfs-devel@lists.sourceforge.net (subscribers-only)
10322W: http://squashfs.org.uk
Fengguang Wu9f273c22016-01-20 15:03:25 -080010323T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
Phillip Lougherfc555842009-01-05 08:46:29 +000010324S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010325F: Documentation/filesystems/squashfs.txt
10326F: fs/squashfs/
Phillip Lougherfc555842009-01-05 08:46:29 +000010327
Linus Torvalds1da177e2005-04-16 15:20:36 -070010328SRM (Alpha) environment access
Joe Perches8b58be82009-07-29 15:04:30 -070010329M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010330S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010331F: arch/alpha/kernel/srm_env.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070010332
Linus Torvalds26e9a392008-10-17 09:50:12 -070010333STABLE BRANCH
Greg KH879a5a02012-01-31 20:02:00 -080010334M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Joe Perchesbc7a2f32011-12-09 13:54:34 -080010335L: stable@vger.kernel.org
Greg KH879a5a02012-01-31 20:02:00 -080010336S: Supported
Greg Kroah-Hartman7b175c42013-06-18 12:58:12 -070010337F: Documentation/stable_kernel_rules.txt
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010338
Linus Torvalds26e9a392008-10-17 09:50:12 -070010339STAGING SUBSYSTEM
Greg KH879a5a02012-01-31 20:02:00 -080010340M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman630081f2011-10-03 16:02:41 -070010341T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
Greg Kroah-Hartman1c6ccf62009-06-05 11:23:47 -070010342L: devel@driverdev.osuosl.org
Greg KH879a5a02012-01-31 20:02:00 -080010343S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010344F: drivers/staging/
Linus Torvalds26e9a392008-10-17 09:50:12 -070010345
Joe Perchesebd3d012011-07-05 09:42:02 -070010346STAGING - COMEDI
10347M: Ian Abbott <abbotti@mev.co.uk>
Lidza Louina81b884c2013-07-24 11:29:33 -040010348M: H Hartley Sweeten <hsweeten@visionengravers.com>
Joe Perchesebd3d012011-07-05 09:42:02 -070010349S: Odd Fixes
10350F: drivers/staging/comedi/
10351
Joe Perchesa0138162011-07-05 15:21:34 -070010352STAGING - FLARION FT1000 DRIVERS
10353M: Marek Belisko <marek.belisko@gmail.com>
10354S: Odd Fixes
10355F: drivers/staging/ft1000/
10356
Joe Perches6c1bb422011-07-05 09:42:07 -070010357STAGING - INDUSTRIAL IO
Sachin Kamat030a13d2013-09-11 11:00:00 +010010358M: Jonathan Cameron <jic23@kernel.org>
Joe Perchesa0138162011-07-05 15:21:34 -070010359L: linux-iio@vger.kernel.org
Joe Perches6c1bb422011-07-05 09:42:07 -070010360S: Odd Fixes
10361F: drivers/staging/iio/
10362
Joe Perchesa0138162011-07-05 15:21:34 -070010363STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10364M: Jarod Wilson <jarod@wilsonet.com>
10365W: http://www.lirc.org/
10366S: Odd Fixes
Joe Perchesb2b01862012-01-10 15:09:01 -080010367F: drivers/staging/media/lirc/
Joe Perchesa0138162011-07-05 15:21:34 -070010368
Oleg Drokinf5e5de12014-08-15 12:48:14 -040010369STAGING - LUSTRE PARALLEL FILESYSTEM
10370M: Oleg Drokin <oleg.drokin@intel.com>
10371M: Andreas Dilger <andreas.dilger@intel.com>
Andreas Dilgerd98229f2015-08-24 11:11:49 -040010372L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
10373W: http://wiki.lustre.org/
Oleg Drokinf5e5de12014-08-15 12:48:14 -040010374S: Maintained
10375F: drivers/staging/lustre
10376
Marc Dietrich7c6b6c72011-09-27 19:00:46 +020010377STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10378M: Marc Dietrich <marvin24@gmx.de>
10379L: ac100@lists.launchpad.net (moderated for non-subscribers)
Stephen Warren5d96bf42013-02-27 17:02:54 -080010380L: linux-tegra@vger.kernel.org
Marc Dietrich7c6b6c72011-09-27 19:00:46 +020010381S: Maintained
10382F: drivers/staging/nvec/
10383
Joe Perchesa0138162011-07-05 15:21:34 -070010384STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
Jens Frederich3140b452013-08-04 20:57:43 +020010385M: Jens Frederich <jfrederich@gmail.com>
10386M: Daniel Drake <dsd@laptop.org>
Joe Perchesa0138162011-07-05 15:21:34 -070010387M: Jon Nettleton <jon.nettleton@gmail.com>
10388W: http://wiki.laptop.org/go/DCON
Jens Frederich3140b452013-08-04 20:57:43 +020010389S: Maintained
Joe Perchesa0138162011-07-05 15:21:34 -070010390F: drivers/staging/olpc_dcon/
10391
10392STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
Joe Perches29e70172011-07-05 09:42:08 -070010393M: Willy Tarreau <willy@meta-x.org>
10394S: Odd Fixes
10395F: drivers/staging/panel/
10396
Joe Perchesa0138162011-07-05 15:21:34 -070010397STAGING - REALTEK RTL8712U DRIVERS
10398M: Larry Finger <Larry.Finger@lwfinger.net>
10399M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10400S: Odd Fixes
10401F: drivers/staging/rtl8712/
10402
Jes Sorensen7591ba82014-04-26 18:54:48 +020010403STAGING - REALTEK RTL8723U WIRELESS DRIVER
10404M: Larry Finger <Larry.Finger@lwfinger.net>
10405M: Jes Sorensen <Jes.Sorensen@redhat.com>
10406L: linux-wireless@vger.kernel.org
10407S: Maintained
10408F: drivers/staging/rtl8723au/
10409
Sudip Mukherjee980ac4d2015-03-03 16:21:07 +053010410STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10411M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10412M: Teddy Wang <teddy.wang@siliconmotion.com>
10413M: Sudip Mukherjee <sudip@vectorindia.org>
10414L: linux-fbdev@vger.kernel.org
10415S: Maintained
10416F: drivers/staging/sm750fb/
10417
Joe Perches510fa4082014-02-10 16:37:56 -080010418STAGING - SLICOSS
10419M: Lior Dotan <liodot@gmail.com>
10420M: Christopher Harrer <charrer@alacritech.com>
10421S: Odd Fixes
10422F: drivers/staging/slicoss/
10423
Joe Perchesa0138162011-07-05 15:21:34 -070010424STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10425M: William Hubbs <w.d.hubbs@gmail.com>
10426M: Chris Brannon <chris@the-brannons.com>
William Hubbsd33bce32013-05-12 13:49:54 -050010427M: Kirk Reiser <kirk@reisers.ca>
Joe Perchesa0138162011-07-05 15:21:34 -070010428M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Samuel Thibaulte6a152e2014-07-17 23:34:58 +020010429L: speakup@linux-speakup.org
Joe Perchesa0138162011-07-05 15:21:34 -070010430W: http://www.linux-speakup.org/
10431S: Odd Fixes
10432F: drivers/staging/speakup/
10433
Joe Perchesb3e871c2011-07-05 09:42:10 -070010434STAGING - VIA VT665X DRIVERS
10435M: Forest Bond <forest@alittletooquiet.net>
10436S: Odd Fixes
10437F: drivers/staging/vt665?/
10438
Johnny Kima30baec2015-05-11 14:30:57 +090010439STAGING - WILC1000 WIFI DRIVER
10440M: Johnny Kim <johnny.kim@atmel.com>
Tony Cho0c9dbce2015-10-28 17:43:27 +090010441M: Austin Shin <austin.shin@atmel.com>
Johnny Kima30baec2015-05-11 14:30:57 +090010442M: Chris Park <chris.park@atmel.com>
Tony Cho06b54862015-09-08 17:08:01 +090010443M: Tony Cho <tony.cho@atmel.com>
10444M: Glen Lee <glen.lee@atmel.com>
10445M: Leo Kim <leo.kim@atmel.com>
Johnny Kima30baec2015-05-11 14:30:57 +090010446L: linux-wireless@vger.kernel.org
10447S: Supported
10448F: drivers/staging/wilc1000/
10449
Joe Perches709bcb02011-07-05 09:42:13 -070010450STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
Aaro Koskinen3e39e662011-12-09 20:22:04 +020010451M: Arnaud Patard <arnaud.patard@rtp-net.org>
Joe Perches709bcb02011-07-05 09:42:13 -070010452S: Odd Fixes
10453F: drivers/staging/xgifb/
10454
Mike Marciniszyn77241052015-07-30 15:17:43 -040010455HFI1 DRIVER
10456M: Mike Marciniszyn <infinipath@intel.com>
10457L: linux-rdma@vger.kernel.org
10458S: Supported
10459F: drivers/staging/rdma/hfi1
10460
Linus Torvalds1da177e2005-04-16 15:20:36 -070010461STARFIRE/DURALAN NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010462M: Ion Badulescu <ionut@badula.org>
Joe Perchesb4f90182009-06-30 11:41:32 -070010463S: Odd Fixes
Jeff Kirsher9bba23b2011-07-24 02:13:24 -070010464F: drivers/net/ethernet/adaptec/starfire*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010465
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010466SUN3/3X
Joe Perches8b58be82009-07-29 15:04:30 -070010467M: Sam Creasey <sammy@sammy.net>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010468W: http://sammy.net/sun3/
10469S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010470F: arch/m68k/kernel/*sun3*
10471F: arch/m68k/sun3*/
10472F: arch/m68k/include/asm/sun3*
Jeff Kirshere689cf42011-05-12 23:04:46 -070010473F: drivers/net/ethernet/i825xx/sun3*
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010474
Hans de Goedeaf6a5af2014-12-18 09:24:50 -080010475SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10476M: Hans de Goede <hdegoede@redhat.com>
10477L: linux-input@vger.kernel.org
10478S: Maintained
10479F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10480F: drivers/input/keyboard/sun4i-lradc-keys.c
10481
Denis Kirjanov2bc9ff02013-08-17 09:08:49 +040010482SUNDANCE NETWORK DRIVER
10483M: Denis Kirjanov <kda@linux-powerpc.org>
10484L: netdev@vger.kernel.org
10485S: Maintained
10486F: drivers/net/ethernet/dlink/sundance.c
10487
Paul Mundt2cbb12a2007-11-19 13:08:37 +090010488SUPERH
Rich Felker114bf372016-01-22 15:11:05 -080010489M: Yoshinori Sato <ysato@users.sourceforge.jp>
10490M: Rich Felker <dalias@libc.org>
Paul Mundt2cbb12a2007-11-19 13:08:37 +090010491L: linux-sh@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -080010492Q: http://patchwork.kernel.org/project/linux-sh/list/
Rich Felker114bf372016-01-22 15:11:05 -080010493S: Maintained
Paul Mundt066069e2009-04-14 06:32:08 +090010494F: Documentation/sh/
Joe Perches679655d2009-04-07 20:44:32 -070010495F: arch/sh/
Paul Mundt066069e2009-04-14 06:32:08 +090010496F: drivers/sh/
Linus Torvalds1da177e2005-04-16 15:20:36 -070010497
Randy Dunlap4480f15b2008-10-12 16:11:58 -070010498SUSPEND TO RAM
Rafael J. Wysocki7fb06082014-03-20 03:34:47 +010010499M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Joe Perches8b58be82009-07-29 15:04:30 -070010500M: Len Brown <len.brown@intel.com>
10501M: Pavel Machek <pavel@ucw.cz>
WANG Congbf1c1382011-10-08 20:57:50 +020010502L: linux-pm@vger.kernel.org
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070010503S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010504F: Documentation/power/
10505F: arch/x86/kernel/acpi/
10506F: drivers/base/power/
10507F: kernel/power/
10508F: include/linux/suspend.h
10509F: include/linux/freezer.h
10510F: include/linux/pm.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010511
10512SVGA HANDLING
Joe Perches8b58be82009-07-29 15:04:30 -070010513M: Martin Mares <mj@ucw.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010514L: linux-video@atrey.karlin.mff.cuni.cz
10515S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010516F: Documentation/svga.txt
10517F: arch/x86/boot/video*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010518
Konrad Rzeszutek Wilk6e28b762012-10-08 16:28:05 -070010519SWIOTLB SUBSYSTEM
10520M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10521L: linux-kernel@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -080010522T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
Konrad Rzeszutek Wilk6e28b762012-10-08 16:28:05 -070010523S: Supported
10524F: lib/swiotlb.c
10525F: arch/*/kernel/pci-swiotlb.c
10526F: include/linux/swiotlb.h
10527
Jiri Pirko007f7902014-11-28 14:34:17 +010010528SWITCHDEV
10529M: Jiri Pirko <jiri@resnulli.us>
10530L: netdev@vger.kernel.org
10531S: Supported
10532F: net/switchdev/
10533F: include/net/switchdev.h
10534
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010535SYNOPSYS ARC ARCHITECTURE
10536M: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta30b9dbe2015-11-14 12:58:53 +053010537L: linux-snps-arc@lists.infradead.org
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010538S: Supported
10539F: arch/arc/
Vineet Gupta9b288292014-11-18 17:36:11 +053010540F: Documentation/devicetree/bindings/arc/*
Rob Herring2d799dd2015-11-05 13:40:40 -060010541F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
Joe Perchesc6a0fe42013-09-11 14:23:45 -070010542F: drivers/tty/serial/arc_uart.c
Baruch Siachb7182d12015-08-11 12:08:32 +030010543T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
Vineet Guptadb8e35d2013-01-18 15:12:25 +053010544
Alexey Brodkin556cc1c2014-01-27 14:51:34 +010010545SYNOPSYS ARC SDP platform support
10546M: Alexey Brodkin <abrodkin@synopsys.com>
10547S: Supported
10548F: arch/arc/plat-axs10x
10549F: arch/arc/boot/dts/ax*
10550F: Documentation/devicetree/bindings/arc/axs10*
10551
Lee Jones6c284c92015-05-12 14:13:58 +010010552SYSTEM CONFIGURATION (SYSCON)
10553M: Lee Jones <lee.jones@linaro.org>
10554M: Arnd Bergmann <arnd@arndb.de>
10555T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10556S: Supported
10557F: drivers/mfd/syscon.c
10558
Linus Torvalds1da177e2005-04-16 15:20:36 -070010559SYSV FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070010560M: Christoph Hellwig <hch@infradead.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010561S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010562F: Documentation/filesystems/sysv-fs.txt
10563F: fs/sysv/
10564F: include/linux/sysv_fs.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070010565
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010566TARGET SUBSYSTEM
Joe Perches9c3646d2015-06-25 15:02:00 -070010567M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010568L: linux-scsi@vger.kernel.org
Nicholas Bellingerb9f5edc2011-07-27 20:21:15 +000010569L: target-devel@vger.kernel.org
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010570W: http://www.linux-iscsi.org
Joe Perchescf015e92014-02-25 15:01:47 -080010571W: http://groups.google.com/group/linux-iscsi-target-dev
Nicholas Bellinger452cf322013-05-11 16:27:56 -070010572T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
Nicholas Bellinger86cfa7f2011-05-23 14:10:32 -070010573S: Supported
10574F: drivers/target/
10575F: include/target/
10576F: Documentation/target/
10577
Alan Cox4e688522008-04-30 00:52:11 -070010578TASKSTATS STATISTICS INTERFACE
Balbir Singh185e5952011-06-15 15:08:30 -070010579M: Balbir Singh <bsingharora@gmail.com>
Alan Cox4e688522008-04-30 00:52:11 -070010580S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010581F: Documentation/accounting/taskstats*
10582F: include/linux/taskstats*
10583F: kernel/taskstats.c
Alan Cox4e688522008-04-30 00:52:11 -070010584
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010585TC CLASSIFIER
jamalf935f3f2012-05-24 02:45:02 +000010586M: Jamal Hadi Salim <jhs@mojatatu.com>
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010587L: netdev@vger.kernel.org
10588S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010589F: include/net/pkt_cls.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010590F: include/uapi/linux/pkt_cls.h
Joe Perches679655d2009-04-07 20:44:32 -070010591F: net/sched/
Stephen Hemminger781b456a2006-07-10 20:25:29 -070010592
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010593TCP LOW PRIORITY MODULE
Joe Perches8b58be82009-07-29 15:04:30 -070010594M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10595M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010596W: http://tcp-lp-mod.sourceforge.net/
10597S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010598F: net/ipv4/tcp_lp.c
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -070010599
Antti Palosaari91952bc2012-10-01 12:28:46 -030010600TDA10071 MEDIA DRIVER
10601M: Antti Palosaari <crope@iki.fi>
10602L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010603W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -030010604W: http://palosaari.fi/linux/
10605Q: http://patchwork.linuxtv.org/project/linux-media/list/
10606T: git git://linuxtv.org/anttip/media_tree.git
10607S: Maintained
10608F: drivers/media/dvb-frontends/tda10071*
10609
10610TDA18212 MEDIA DRIVER
10611M: Antti Palosaari <crope@iki.fi>
10612L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010613W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -030010614W: http://palosaari.fi/linux/
10615Q: http://patchwork.linuxtv.org/project/linux-media/list/
10616T: git git://linuxtv.org/anttip/media_tree.git
10617S: Maintained
10618F: drivers/media/tuners/tda18212*
10619
10620TDA18218 MEDIA DRIVER
10621M: Antti Palosaari <crope@iki.fi>
10622L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010623W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -030010624W: http://palosaari.fi/linux/
10625Q: http://patchwork.linuxtv.org/project/linux-media/list/
10626T: git git://linuxtv.org/anttip/media_tree.git
10627S: Maintained
10628F: drivers/media/tuners/tda18218*
10629
Michael Krufky3b2f6ab2012-10-02 00:55:32 -030010630TDA18271 MEDIA DRIVER
10631M: Michael Krufky <mkrufky@linuxtv.org>
10632L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010633W: https://linuxtv.org
Michael Krufky3b2f6ab2012-10-02 00:55:32 -030010634W: http://github.com/mkrufky
10635Q: http://patchwork.linuxtv.org/project/linux-media/list/
10636T: git git://linuxtv.org/mkrufky/tuners.git
10637S: Maintained
10638F: drivers/media/tuners/tda18271*
10639
Michael Krufkye48307a2012-10-02 00:56:33 -030010640TDA827x MEDIA DRIVER
10641M: Michael Krufky <mkrufky@linuxtv.org>
10642L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010643W: https://linuxtv.org
Michael Krufkye48307a2012-10-02 00:56:33 -030010644W: http://github.com/mkrufky
10645Q: http://patchwork.linuxtv.org/project/linux-media/list/
10646T: git git://linuxtv.org/mkrufky/tuners.git
10647S: Maintained
10648F: drivers/media/tuners/tda8290.*
10649
Michael Krufky66cf9212012-10-02 00:56:28 -030010650TDA8290 MEDIA DRIVER
10651M: Michael Krufky <mkrufky@linuxtv.org>
10652L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010653W: https://linuxtv.org
Michael Krufky66cf9212012-10-02 00:56:28 -030010654W: http://github.com/mkrufky
10655Q: http://patchwork.linuxtv.org/project/linux-media/list/
10656T: git git://linuxtv.org/mkrufky/tuners.git
10657S: Maintained
10658F: drivers/media/tuners/tda8290.*
10659
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010660TDA9840 MEDIA DRIVER
10661M: Hans Verkuil <hverkuil@xs4all.nl>
10662L: linux-media@vger.kernel.org
10663T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010664W: https://linuxtv.org
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010665S: Maintained
10666F: drivers/media/i2c/tda9840*
10667
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010668TEA5761 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020010669M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010670L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010671W: https://linuxtv.org
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010672T: git git://linuxtv.org/media_tree.git
10673S: Odd fixes
10674F: drivers/media/tuners/tea5761.*
10675
10676TEA5767 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020010677M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010678L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010679W: https://linuxtv.org
Mauro Carvalho Chehab2cb654f2012-11-02 12:09:00 -020010680T: git git://linuxtv.org/media_tree.git
10681S: Maintained
10682F: drivers/media/tuners/tea5767.*
10683
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010684TEA6415C MEDIA DRIVER
10685M: Hans Verkuil <hverkuil@xs4all.nl>
10686L: linux-media@vger.kernel.org
10687T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010688W: https://linuxtv.org
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010689S: Maintained
10690F: drivers/media/i2c/tea6415c*
10691
10692TEA6420 MEDIA DRIVER
10693M: Hans Verkuil <hverkuil@xs4all.nl>
10694L: linux-media@vger.kernel.org
10695T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010696W: https://linuxtv.org
Hans Verkuil4b9fba32012-11-23 10:02:05 -030010697S: Maintained
10698F: drivers/media/i2c/tea6420*
10699
Jiri Pirko3d249d42011-11-11 22:16:48 +000010700TEAM DRIVER
Jiri Pirkodca9ab92013-02-15 23:55:05 +000010701M: Jiri Pirko <jiri@resnulli.us>
Jiri Pirko3d249d42011-11-11 22:16:48 +000010702L: netdev@vger.kernel.org
10703S: Supported
10704F: drivers/net/team/
10705F: include/linux/if_team.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010706F: include/uapi/linux/if_team.h
Jiri Pirko3d249d42011-11-11 22:16:48 +000010707
Vivien Didelot7d029122013-01-04 16:18:14 -050010708TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
Joe Perches9c3646d2015-06-25 15:02:00 -070010709M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
Vivien Didelot7d029122013-01-04 16:18:14 -050010710S: Maintained
10711F: arch/x86/platform/ts5500/
10712
Sean Young40ad4a32012-11-19 10:32:53 -030010713TECHNOTREND USB IR RECEIVER
10714M: Sean Young <sean@mess.org>
10715L: linux-media@vger.kernel.org
10716S: Maintained
10717F: drivers/media/rc/ttusbir.c
10718
Stephen Warrenadabdb02013-09-13 13:00:57 -060010719TEGRA ARCHITECTURE SUPPORT
Stephen Warren243d58e2012-03-05 17:58:36 -070010720M: Stephen Warren <swarren@wwwdotorg.org>
Stephen Warrenadabdb02013-09-13 13:00:57 -060010721M: Thierry Reding <thierry.reding@gmail.com>
Stephen Warren554077c2014-10-03 09:50:32 -060010722M: Alexandre Courbot <gnurou@gmail.com>
Erik Gilling84b94142010-06-09 15:35:53 -070010723L: linux-tegra@vger.kernel.org
Olof Johanssonfd117cd2012-03-18 10:44:11 -070010724Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
Andreas Färberb779b882014-07-28 12:06:26 -060010725T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
Erik Gilling84b94142010-06-09 15:35:53 -070010726S: Supported
Stephen Warrenbbbe96e2013-04-29 16:17:23 -070010727N: [^a-z]tegra
Erik Gilling84b94142010-06-09 15:35:53 -070010728
Stephen Warrenadabdb02013-09-13 13:00:57 -060010729TEGRA CLOCK DRIVER
10730M: Peter De Schrijver <pdeschrijver@nvidia.com>
10731M: Prashant Gaikwad <pgaikwad@nvidia.com>
10732S: Supported
10733F: drivers/clk/tegra/
10734
10735TEGRA DMA DRIVER
10736M: Laxman Dewangan <ldewangan@nvidia.com>
10737S: Supported
10738F: drivers/dma/tegra20-apb-dma.c
10739
Stephen Warrenadabdb02013-09-13 13:00:57 -060010740TEGRA I2C DRIVER
10741M: Laxman Dewangan <ldewangan@nvidia.com>
10742S: Supported
10743F: drivers/i2c/busses/i2c-tegra.c
10744
10745TEGRA IOMMU DRIVERS
10746M: Hiroshi Doyu <hdoyu@nvidia.com>
10747S: Supported
10748F: drivers/iommu/tegra*
10749
10750TEGRA KBC DRIVER
10751M: Rakesh Iyer <riyer@nvidia.com>
10752M: Laxman Dewangan <ldewangan@nvidia.com>
10753S: Supported
10754F: drivers/input/keyboard/tegra-kbc.c
10755
Stephen Warrenadabdb02013-09-13 13:00:57 -060010756TEGRA PWM DRIVER
10757M: Thierry Reding <thierry.reding@gmail.com>
10758S: Supported
10759F: drivers/pwm/pwm-tegra.c
10760
10761TEGRA SERIAL DRIVER
10762M: Laxman Dewangan <ldewangan@nvidia.com>
10763S: Supported
10764F: drivers/tty/serial/serial-tegra.c
10765
10766TEGRA SPI DRIVER
10767M: Laxman Dewangan <ldewangan@nvidia.com>
10768S: Supported
10769F: drivers/spi/spi-tegra*
10770
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010771TEHUTI ETHERNET DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010772M: Andy Gospodarek <andy@greyhouse.net>
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010773L: netdev@vger.kernel.org
10774S: Supported
Jeff Kirsheref7f5422011-05-15 21:46:41 -070010775F: drivers/net/ethernet/tehuti/*
Andy Gospodarek1a348cc2007-09-17 18:50:36 -070010776
Alan Cox4e688522008-04-30 00:52:11 -070010777Telecom Clock Driver for MCPL0010
Joe Perches8b58be82009-07-29 15:04:30 -070010778M: Mark Gross <mark.gross@intel.com>
Alan Cox4e688522008-04-30 00:52:11 -070010779S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070010780F: drivers/char/tlclk.c
Alan Cox4e688522008-04-30 00:52:11 -070010781
Randy Dunlap4480f15b2008-10-12 16:11:58 -070010782TENSILICA XTENSA PORT (xtensa)
Joe Perches8b58be82009-07-29 15:04:30 -070010783M: Chris Zankel <chris@zankel.net>
Chris Zankelf959ed22012-10-03 15:02:19 -070010784M: Max Filippov <jcmvbkbc@gmail.com>
10785L: linux-xtensa@linux-xtensa.org
Fengguang Wu9f273c22016-01-20 15:03:25 -080010786T: git git://github.com/czankel/xtensa-linux.git
Alan Cox4e688522008-04-30 00:52:11 -070010787S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010788F: arch/xtensa/
Max Filippov3dc99852014-04-03 14:48:48 -070010789F: drivers/irqchip/irq-xtensa-*
Alan Cox4e688522008-04-30 00:52:11 -070010790
Hans Verkuil5313ba62013-12-13 09:00:38 -030010791THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10792M: Hans Verkuil <hverkuil@xs4all.nl>
10793L: linux-media@vger.kernel.org
10794T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020010795W: https://linuxtv.org
Hans Verkuil5313ba62013-12-13 09:00:38 -030010796S: Maintained
10797F: drivers/media/radio/radio-raremono.c
10798
Zhang Ruid3fb6952012-11-15 08:58:27 +080010799THERMAL
Joe Perchesb75f0052014-03-03 15:38:37 -080010800M: Zhang Rui <rui.zhang@intel.com>
Lee Jonesf14d1c22014-05-30 11:03:28 +010010801M: Eduardo Valentin <edubezval@gmail.com>
Joe Perchesb75f0052014-03-03 15:38:37 -080010802L: linux-pm@vger.kernel.org
10803T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10804T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10805Q: https://patchwork.kernel.org/project/linux-pm/list/
10806S: Supported
10807F: drivers/thermal/
10808F: include/linux/thermal.h
Florian Fainelliaf6c9f12014-11-19 18:11:00 -080010809F: include/uapi/linux/thermal.h
Joe Perchesb75f0052014-03-03 15:38:37 -080010810F: include/linux/cpu_cooling.h
10811F: Documentation/devicetree/bindings/thermal/
Zhang Ruid3fb6952012-11-15 08:58:27 +080010812
Viresh Kumar64e05d82015-08-27 07:32:11 +053010813THERMAL/CPU_COOLING
10814M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
10815M: Viresh Kumar <viresh.kumar@linaro.org>
10816M: Javi Merino <javi.merino@arm.com>
10817L: linux-pm@vger.kernel.org
10818S: Supported
10819F: Documentation/thermal/cpu-cooling-api.txt
10820F: drivers/thermal/cpu_cooling.c
10821F: include/linux/cpu_cooling.h
10822
Vivien Didelot30ba2fb2013-01-22 12:01:21 -050010823THINGM BLINK(1) USB RGB LED DRIVER
10824M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10825S: Maintained
10826F: drivers/hid/hid-thingm.c
10827
Alan Cox4e688522008-04-30 00:52:11 -070010828THINKPAD ACPI EXTRAS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010829M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
Alan Cox4e688522008-04-30 00:52:11 -070010830L: ibm-acpi-devel@lists.sourceforge.net
Matthew Garrettd09448532010-02-11 10:40:13 -050010831L: platform-driver-x86@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -070010832W: http://ibm-acpi.sourceforge.net
10833W: http://thinkwiki.org/wiki/Ibm-acpi
Joe Perches54e58812009-04-07 21:08:10 -070010834T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
Alan Cox4e688522008-04-30 00:52:11 -070010835S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010836F: drivers/platform/x86/thinkpad_acpi.c
Alan Cox4e688522008-04-30 00:52:11 -070010837
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010838TI BANDGAP AND THERMAL DRIVER
Lee Jonesf14d1c22014-05-30 11:03:28 +010010839M: Eduardo Valentin <edubezval@gmail.com>
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010840L: linux-pm@vger.kernel.org
Nishanth Menon531ff132015-01-03 13:13:30 -060010841L: linux-omap@vger.kernel.org
Eduardo Valentin5a723e82015-01-05 17:48:13 -040010842S: Maintained
Eduardo Valentin794b2e22013-05-15 15:46:01 +000010843F: drivers/thermal/ti-soc-thermal/
Eduardo Valentin1b46f2a2013-03-15 09:00:34 -040010844
Max Filippov0c7665c2015-01-12 10:20:46 +030010845TI CDCE706 CLOCK DRIVER
10846M: Max Filippov <jcmvbkbc@gmail.com>
10847S: Maintained
10848F: drivers/clk/clk-cdce706.c
10849
Tero Kristo49b6a5e2014-07-02 17:03:50 +030010850TI CLOCK DRIVER
10851M: Tero Kristo <t-kristo@ti.com>
10852L: linux-omap@vger.kernel.org
10853S: Maintained
10854F: drivers/clk/ti/
10855F: include/linux/clk/ti.h
10856
Alex Dubov4020f2d2006-10-04 02:15:37 -070010857TI FLASH MEDIA INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010858M: Alex Dubov <oakad@yahoo.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020010859S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010860F: drivers/misc/tifm*
10861F: drivers/mmc/host/tifm_sd.c
10862F: include/linux/tifm.h
Alex Dubov4020f2d2006-10-04 02:15:37 -070010863
Santosh Shilimkare0c52402014-07-10 11:30:08 -040010864TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
Santosh Shilimkar97215802014-10-13 14:16:28 -040010865M: Santosh Shilimkar <ssantosh@kernel.org>
Santosh Shilimkare0c52402014-07-10 11:30:08 -040010866L: linux-kernel@vger.kernel.org
10867L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10868S: Maintained
10869F: drivers/soc/ti/*
10870T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10871
10872
M R Swami Reddy152ad442012-04-02 20:02:31 +053010873TI LM49xxx FAMILY ASoC CODEC DRIVERS
10874M: M R Swami Reddy <mr.swami.reddy@ti.com>
M R Swami Reddyd392dea2012-06-07 18:37:54 +053010875M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
M R Swami Reddy152ad442012-04-02 20:02:31 +053010876L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10877S: Maintained
10878F: sound/soc/codecs/lm49453*
M R Swami Reddyd392dea2012-06-07 18:37:54 +053010879F: sound/soc/codecs/isabelle*
M R Swami Reddy152ad442012-04-02 20:02:31 +053010880
Kim, Milo0edd8072012-12-17 16:01:17 -080010881TI LP855x BACKLIGHT DRIVER
10882M: Milo Kim <milo.kim@ti.com>
10883S: Maintained
10884F: Documentation/backlight/lp855x-driver.txt
10885F: drivers/video/backlight/lp855x_bl.c
10886F: include/linux/platform_data/lp855x.h
10887
Kim, Milofaf13f6d2012-12-10 05:27:03 +000010888TI LP8727 CHARGER DRIVER
10889M: Milo Kim <milo.kim@ti.com>
10890S: Maintained
10891F: drivers/power/lp8727_charger.c
10892F: include/linux/platform_data/lp8727.h
10893
Kim, Milo22f12292012-12-10 05:27:55 +000010894TI LP8788 MFD DRIVER
10895M: Milo Kim <milo.kim@ti.com>
10896S: Maintained
10897F: drivers/iio/adc/lp8788_adc.c
10898F: drivers/leds/leds-lp8788.c
10899F: drivers/mfd/lp8788*.c
10900F: drivers/power/lp8788-charger.c
10901F: drivers/regulator/lp8788-*.c
10902F: include/linux/mfd/lp8788*.h
10903
Karicheri, Muralidharan84640e22015-01-15 19:12:50 -050010904TI NETCP ETHERNET DRIVER
10905M: Wingman Kwok <w-kwok2@ti.com>
10906M: Murali Karicheri <m-karicheri2@ti.com>
10907L: netdev@vger.kernel.org
10908S: Maintained
10909F: drivers/net/ethernet/ti/netcp*
10910
Kevin Cernekee217e0ca2015-05-03 17:00:19 -070010911TI TAS571X FAMILY ASoC CODEC DRIVER
10912M: Kevin Cernekee <cernekee@chromium.org>
10913L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10914S: Odd Fixes
10915F: sound/soc/codecs/tas571x*
10916
Peter Ujfalusidd5e8e62009-06-25 13:26:09 +030010917TI TWL4030 SERIES SOC CODEC DRIVER
Peter Ujfalusi3be79d12011-05-02 14:16:29 +030010918M: Peter Ujfalusi <peter.ujfalusi@ti.com>
Peter Ujfalusidd5e8e62009-06-25 13:26:09 +030010919L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10920S: Maintained
10921F: sound/soc/codecs/twl4030*
10922
Luciano Coelho90921012011-11-20 21:40:41 +020010923TI WILINK WIRELESS DRIVERS
Luciano Coelho90921012011-11-20 21:40:41 +020010924L: linux-wireless@vger.kernel.org
10925W: http://wireless.kernel.org/en/users/Drivers/wl12xx
10926W: http://wireless.kernel.org/en/users/Drivers/wl1251
10927T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
Luciano Coelho22d072f2013-12-09 22:28:32 +020010928S: Orphan
Luciano Coelho90921012011-11-20 21:40:41 +020010929F: drivers/net/wireless/ti/
10930F: include/linux/wl12xx.h
10931
Per Lidene86eaa32006-01-12 16:45:18 +010010932TIPC NETWORK LAYER
Joe Perches8b58be82009-07-29 15:04:30 -070010933M: Jon Maloy <jon.maloy@ericsson.com>
Jon Paul Maloy115403d2015-03-09 14:44:13 -040010934M: Ying Xue <ying.xue@windriver.com>
Allan Stephens633d2bd2011-03-13 15:44:07 -050010935L: netdev@vger.kernel.org (core kernel code)
10936L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
Per Lidene86eaa32006-01-12 16:45:18 +010010937W: http://tipc.sourceforge.net/
Per Lidene86eaa32006-01-12 16:45:18 +010010938S: Maintained
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080010939F: include/uapi/linux/tipc*.h
Joe Perches679655d2009-04-07 20:44:32 -070010940F: net/tipc/
Per Lidene86eaa32006-01-12 16:45:18 +010010941
Chris Metcalf867e3592010-05-28 23:09:12 -040010942TILE ARCHITECTURE
Chris Metcalfc47b15c2014-11-13 09:41:58 -050010943M: Chris Metcalf <cmetcalf@ezchip.com>
Chris Metcalf740e1432015-02-13 13:16:49 -050010944W: http://www.ezchip.com/scm/
Fengguang Wu7fa129c2015-12-18 10:15:37 -050010945T: git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
Chris Metcalf867e3592010-05-28 23:09:12 -040010946S: Supported
10947F: arch/tile/
Chris Metcalf6b940602013-08-07 10:45:01 -040010948F: drivers/char/tile-srom.c
Chris Metcalf5c770752011-03-01 13:01:49 -050010949F: drivers/edac/tile_edac.c
Chris Metcalf6b940602013-08-07 10:45:01 -040010950F: drivers/net/ethernet/tile/
10951F: drivers/rtc/rtc-tile.c
10952F: drivers/tty/hvc/hvc_tile.c
Chris Metcalfb5c6c1a2013-08-12 14:11:44 -040010953F: drivers/tty/serial/tilegx.c
Chris Metcalf6b940602013-08-07 10:45:01 -040010954F: drivers/usb/host/*-tilegx.c
10955F: include/linux/usb/tilegx.h
Chris Metcalf867e3592010-05-28 23:09:12 -040010956
Linus Torvalds1da177e2005-04-16 15:20:36 -070010957TLAN NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070010958M: Samuel Chessman <chessman@tux.org>
Gabriel Craciunescu88c07dd2007-11-22 19:43:36 +080010959L: tlan-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010960W: http://sourceforge.net/projects/tlan/
10961S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010962F: Documentation/networking/tlan.txt
Jeff Kirsherb544dba2011-06-14 12:56:50 -070010963F: drivers/net/ethernet/ti/tlan.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070010964
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010965TOMOYO SECURITY MODULE
Joe Perches8b58be82009-07-29 15:04:30 -070010966M: Kentaro Takeda <takedakn@nttdata.co.jp>
10967M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Tetsuo Handad03a5d82010-12-19 12:54:22 +090010968L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10969L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010970L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10971L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10972W: http://tomoyo.sourceforge.jp/
Tetsuo Handa843d1832011-09-14 17:03:19 +090010973T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010974S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010975F: security/tomoyo/
Kentaro Takedad74db3b2009-02-05 17:18:18 +090010976
Herton Ronaldo Krzesinski9caeb532009-09-14 21:11:21 -030010977TOPSTAR LAPTOP EXTRAS DRIVER
Herton Ronaldo Krzesinski9f0939b2011-02-24 15:18:07 -030010978M: Herton Ronaldo Krzesinski <herton@canonical.com>
Matthew Garrettd09448532010-02-11 10:40:13 -050010979L: platform-driver-x86@vger.kernel.org
Herton Ronaldo Krzesinski9caeb532009-09-14 21:11:21 -030010980S: Maintained
10981F: drivers/platform/x86/topstar-laptop.c
10982
Linus Torvalds1da177e2005-04-16 15:20:36 -070010983TOSHIBA ACPI EXTRAS DRIVER
Azael Avalos0a63ca12015-03-06 18:14:42 -070010984M: Azael Avalos <coproscefalo@gmail.com>
Matthew Garrettd09448532010-02-11 10:40:13 -050010985L: platform-driver-x86@vger.kernel.org
Azael Avalos0a63ca12015-03-06 18:14:42 -070010986S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070010987F: drivers/platform/x86/toshiba_acpi.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070010988
Azael Avalos0a63ca12015-03-06 18:14:42 -070010989TOSHIBA BLUETOOTH DRIVER
10990M: Azael Avalos <coproscefalo@gmail.com>
10991L: platform-driver-x86@vger.kernel.org
10992S: Maintained
10993F: drivers/platform/x86/toshiba_bluetooth.c
10994
10995TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10996M: Azael Avalos <coproscefalo@gmail.com>
10997L: platform-driver-x86@vger.kernel.org
10998S: Maintained
10999F: drivers/platform/x86/toshiba_haps.c
11000
Azael Avalos14991fc2015-09-28 20:32:28 -060011001TOSHIBA WMI HOTKEYS DRIVER
11002M: Azael Avalos <coproscefalo@gmail.com>
11003L: platform-driver-x86@vger.kernel.org
11004S: Maintained
11005F: drivers/platform/x86/toshiba-wmi.c
11006
Linus Torvalds1da177e2005-04-16 15:20:36 -070011007TOSHIBA SMM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011008M: Jonathan Buzzard <jonathan@buzzard.org.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011009W: http://www.buzzard.org.uk/toshiba/
11010S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011011F: drivers/char/toshiba.c
11012F: include/linux/toshiba.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011013F: include/uapi/linux/toshiba.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011014
Mats Randgaardd32d9862015-07-09 05:45:47 -030011015TOSHIBA TC358743 DRIVER
11016M: Mats Randgaard <matrandg@cisco.com>
11017L: linux-media@vger.kernel.org
11018S: Maintained
11019F: drivers/media/i2c/tc358743*
Mauro Carvalho Chehabb5dcee222015-11-10 12:01:44 -020011020F: include/media/i2c/tc358743.h
Mats Randgaardd32d9862015-07-09 05:45:47 -030011021
Pierre Ossmand719f902009-03-24 21:06:09 +010011022TMIO MMC DRIVER
Ben Hutchingsc4b13fb2015-04-27 00:01:53 +010011023M: Ian Molton <ian@mnementh.co.uk>
Guennadi Liakhovetskid1057c42011-07-17 22:04:07 +020011024L: linux-mmc@vger.kernel.org
Pierre Ossmand719f902009-03-24 21:06:09 +010011025S: Maintained
Guennadi Liakhovetskid1057c42011-07-17 22:04:07 +020011026F: drivers/mmc/host/tmio_mmc*
11027F: drivers/mmc/host/sh_mobile_sdhi.c
11028F: include/linux/mmc/tmio.h
11029F: include/linux/mmc/sh_mobile_sdhi.h
Pierre Ossmand719f902009-03-24 21:06:09 +010011030
Guenter Roeck917cc4e2013-05-19 20:44:27 -070011031TMP401 HARDWARE MONITOR DRIVER
11032M: Guenter Roeck <linux@roeck-us.net>
11033L: lm-sensors@lm-sensors.org
11034S: Maintained
11035F: Documentation/hwmon/tmp401
11036F: drivers/hwmon/tmp401.c
11037
Hugh Dickins98f32602009-05-21 20:33:58 +010011038TMPFS (SHMEM FILESYSTEM)
Hugh Dickinsbfcc6e22010-05-14 19:40:35 -070011039M: Hugh Dickins <hughd@google.com>
Hugh Dickins98f32602009-05-21 20:33:58 +010011040L: linux-mm@kvack.org
11041S: Maintained
11042F: include/linux/shmem_fs.h
11043F: mm/shmem.c
11044
Mauro Carvalho Chehab45f95b52012-11-02 11:41:01 -020011045TM6000 VIDEO4LINUX DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020011046M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab45f95b52012-11-02 11:41:01 -020011047L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011048W: https://linuxtv.org
Mauro Carvalho Chehab45f95b52012-11-02 11:41:01 -020011049T: git git://linuxtv.org/media_tree.git
11050S: Odd fixes
11051F: drivers/media/usb/tm6000/
11052
Hans Verkuilc65fde12014-08-10 05:16:39 -030011053TW68 VIDEO4LINUX DRIVER
11054M: Hans Verkuil <hverkuil@xs4all.nl>
11055L: linux-media@vger.kernel.org
11056T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011057W: https://linuxtv.org
Hans Verkuilc65fde12014-08-10 05:16:39 -030011058S: Odd Fixes
11059F: drivers/media/pci/tw68/
11060
Alan Cox4e688522008-04-30 00:52:11 -070011061TPM DEVICE DRIVER
Peter Huewe901486b2013-10-22 19:28:30 +020011062M: Peter Huewe <peterhuewe@gmx.de>
Rajiv Andradecbb2d5e2012-04-24 11:19:58 -030011063M: Marcel Selhorst <tpmdd@selhorst.net>
Jarkko Sakkinen89adb832015-10-16 12:14:28 +030011064M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Peter Huewece93b4b2015-03-15 01:05:31 +010011065R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Peter Huewe383dec12013-10-30 20:54:45 +010011066W: http://tpmdd.sourceforge.net
Rajiv Andrade63a10df2008-10-15 22:04:36 -070011067L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
Peter Huewef78c81b2015-01-17 15:17:51 +010011068Q: git git://github.com/PeterHuewe/linux-tpmdd.git
Fengguang Wu9f273c22016-01-20 15:03:25 -080011069T: git https://github.com/PeterHuewe/linux-tpmdd
Alan Cox4e688522008-04-30 00:52:11 -070011070S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011071F: drivers/char/tpm/
Alan Cox4e688522008-04-30 00:52:11 -070011072
Ashley Lai1a0f1b22014-12-04 21:01:51 -060011073TPM IBM_VTPM DEVICE DRIVER
11074M: Ashley Lai <ashleydlai@gmail.com>
11075W: http://tpmdd.sourceforge.net
11076L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11077S: Maintained
11078F: drivers/char/tpm/tpm_ibmvtpm*
11079
Joe Perchesd6f005a2009-10-26 16:49:40 -070011080TRACING
11081M: Steven Rostedt <rostedt@goodmis.org>
Joe Perchesd6f005a2009-10-26 16:49:40 -070011082M: Ingo Molnar <mingo@redhat.com>
Peter Zijlstra75fc2d32011-12-05 17:27:08 +010011083T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
Joe Perchesd6f005a2009-10-26 16:49:40 -070011084S: Maintained
11085F: Documentation/trace/ftrace.txt
11086F: arch/*/*/*/ftrace.h
11087F: arch/*/kernel/ftrace.c
11088F: include/*/ftrace.h
11089F: include/linux/trace*.h
11090F: include/trace/
11091F: kernel/trace/
Masami Hiramatsu6e68e6c2014-09-22 23:42:50 +000011092F: tools/testing/selftests/ftrace/
Joe Perchesd6f005a2009-10-26 16:49:40 -070011093
Linus Torvalds1da177e2005-04-16 15:20:36 -070011094TRIVIAL PATCHES
Joe Perches8b58be82009-07-29 15:04:30 -070011095M: Jiri Kosina <trivial@kernel.org>
Joe Perches54e58812009-04-07 21:08:10 -070011096T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011097S: Maintained
Joe Perches86ef9252011-03-31 00:19:19 +020011098K: ^Subject:.*(?i)trivial
Linus Torvalds1da177e2005-04-16 15:20:36 -070011099
Alan Cox4e688522008-04-30 00:52:11 -070011100TTY LAYER
Greg KH879a5a02012-01-31 20:02:00 -080011101M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jiri Slabyd8130622015-07-17 16:23:20 -070011102M: Jiri Slaby <jslaby@suse.com>
Greg KH879a5a02012-01-31 20:02:00 -080011103S: Supported
Joe Perches08deed12012-03-23 15:01:57 -070011104T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
Baruch Siach84e1eb82015-06-04 10:56:58 +030011105F: Documentation/serial/
Lucas Kannebley Tavares8dd5d2f2012-01-09 17:39:24 -020011106F: drivers/tty/
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080011107F: drivers/tty/serial/serial_core.c
Alan Coxe3288772009-07-07 16:39:54 +010011108F: include/linux/serial_core.h
11109F: include/linux/serial.h
11110F: include/linux/tty.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011111F: include/uapi/linux/serial_core.h
11112F: include/uapi/linux/serial.h
11113F: include/uapi/linux/tty.h
Alan Cox4e688522008-04-30 00:52:11 -070011114
Antti Palosaari91952bc2012-10-01 12:28:46 -030011115TUA9001 MEDIA DRIVER
11116M: Antti Palosaari <crope@iki.fi>
11117L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011118W: https://linuxtv.org
Antti Palosaari91952bc2012-10-01 12:28:46 -030011119W: http://palosaari.fi/linux/
11120Q: http://patchwork.linuxtv.org/project/linux-media/list/
11121T: git git://linuxtv.org/anttip/media_tree.git
11122S: Maintained
11123F: drivers/media/tuners/tua9001*
11124
Grant Grundler740db6d2008-02-17 11:53:49 -070011125TULIP NETWORK DRIVERS
Grant Grundler740db6d2008-02-17 11:53:49 -070011126L: netdev@vger.kernel.org
Grant Grundlercf869eb2015-11-19 17:56:12 -080011127L: linux-parisc@vger.kernel.org
11128S: Orphan
Joe Perches0f04e2a2012-01-10 15:08:56 -080011129F: drivers/net/ethernet/dec/tulip/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011130
11131TUN/TAP driver
Jiri Slabyba57b6f2012-11-30 07:05:40 +000011132M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011133W: http://vtun.sourceforge.net/tun
11134S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011135F: Documentation/networking/tuntap.txt
11136F: arch/um/os-Linux/drivers/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011137
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080011138TURBOCHANNEL SUBSYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070011139M: "Maciej W. Rozycki" <macro@linux-mips.org>
Ralf Baechlec4063392014-04-03 13:29:06 +020011140M: Ralf Baechle <ralf@linux-mips.org>
11141L: linux-mips@linux-mips.org
11142Q: http://patchwork.linux-mips.org/project/linux-mips/list/
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080011143S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011144F: drivers/tc/
11145F: include/linux/tc.h
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -080011146
Linus Torvalds1da177e2005-04-16 15:20:36 -070011147U14-34F SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011148M: Dario Ballabio <ballabio_dario@emc.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011149L: linux-scsi@vger.kernel.org
11150S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011151F: drivers/scsi/u14-34f.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011152
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011153UBI FILE SYSTEM (UBIFS)
Artem Bityutskiy949cb622009-10-20 10:21:45 +030011154M: Artem Bityutskiy <dedekind1@gmail.com>
Artem Bityutskiycc8f9b92011-07-22 10:55:50 +030011155M: Adrian Hunter <adrian.hunter@intel.com>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011156L: linux-mtd@lists.infradead.org
Artem Bityutskiye2966cb2008-10-25 18:54:04 +030011157T: git git://git.infradead.org/ubifs-2.6.git
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011158W: http://www.linux-mtd.infradead.org/doc/ubifs.html
11159S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011160F: Documentation/filesystems/ubifs.txt
11161F: fs/ubifs/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011162
Greg Ungerere1632fa2015-06-19 10:40:03 +100011163UCLINUX (M68KNOMMU AND COLDFIRE)
Joe Perches8b58be82009-07-29 15:04:30 -070011164M: Greg Ungerer <gerg@uclinux.org>
Alan Coxcc2020e2008-05-19 14:21:51 +010011165W: http://www.uclinux.org/
Greg Ungerere1632fa2015-06-19 10:40:03 +100011166L: linux-m68k@lists.linux-m68k.org
Alan Coxcc2020e2008-05-19 14:21:51 +010011167L: uclinux-dev@uclinux.org (subscribers-only)
Greg Ungerere1632fa2015-06-19 10:40:03 +100011168T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
Alan Coxcc2020e2008-05-19 14:21:51 +010011169S: Maintained
Greg Ungerere1632fa2015-06-19 10:40:03 +100011170F: arch/m68k/coldfire/
11171F: arch/m68k/68*/
Joe Perches61bc02b2011-04-14 15:22:04 -070011172F: arch/m68k/*/*_no.*
11173F: arch/m68k/include/asm/*_no.*
Alan Coxcc2020e2008-05-19 14:21:51 +010011174
Linus Torvalds1da177e2005-04-16 15:20:36 -070011175UDF FILESYSTEM
Jiri Slabyd8130622015-07-17 16:23:20 -070011176M: Jan Kara <jack@suse.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011177S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011178F: Documentation/filesystems/udf.txt
11179F: fs/udf/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011180
Alan Coxcc2020e2008-05-19 14:21:51 +010011181UFS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070011182M: Evgeniy Dushistov <dushistov@mail.ru>
Alan Coxcc2020e2008-05-19 14:21:51 +010011183S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011184F: Documentation/filesystems/ufs.txt
11185F: fs/ufs/
Alan Coxcc2020e2008-05-19 14:21:51 +010011186
David Herrmann0a09d3a2012-06-10 15:16:28 +020011187UHID USERSPACE HID IO DRIVER:
11188M: David Herrmann <dh.herrmann@googlemail.com>
11189L: linux-input@vger.kernel.org
11190S: Maintained
11191F: drivers/hid/uhid.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011192F: include/uapi/linux/uhid.h
David Herrmann0a09d3a2012-06-10 15:16:28 +020011193
David Vrabel18332a82008-09-17 16:34:44 +010011194ULTRA-WIDEBAND (UWB) SUBSYSTEM:
David Vrabel18332a82008-09-17 16:34:44 +010011195L: linux-usb@vger.kernel.org
David Vrabel10c6c9c2010-10-25 14:05:36 +010011196S: Orphan
David Vrabel355ffe62009-12-22 13:13:28 +000011197F: drivers/uwb/
Joe Perches679655d2009-04-07 20:44:32 -070011198F: include/linux/uwb.h
11199F: include/linux/uwb/
David Vrabel18332a82008-09-17 16:34:44 +010011200
GuanXuetaob31d8272011-01-16 00:35:49 +080011201UNICORE32 ARCHITECTURE:
11202M: Guan Xuetao <gxt@mprc.pku.edu.cn>
11203W: http://mprc.pku.edu.cn/~guanxuetao/linux
11204S: Maintained
Guan Xuetaoceebf4d2014-05-27 07:53:10 +080011205T: git git://github.com/gxt/linux.git
GuanXuetaob31d8272011-01-16 00:35:49 +080011206F: arch/unicore32/
11207
Tony Finchd8379ab2009-11-27 15:50:30 +000011208UNIFDEF
11209M: Tony Finch <dot@dotat.at>
11210W: http://dotat.at/prog/unifdef
11211S: Maintained
11212F: scripts/unifdef.c
11213
Linus Torvalds1da177e2005-04-16 15:20:36 -070011214UNIFORM CDROM DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011215M: Jens Axboe <axboe@kernel.dk>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011216W: http://www.kernel.dk
11217S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011218F: Documentation/cdrom/
11219F: drivers/cdrom/cdrom.c
11220F: include/linux/cdrom.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011221F: include/uapi/linux/cdrom.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011222
Benjamin Romer56df0122014-03-07 13:02:21 -060011223UNISYS S-PAR DRIVERS
Joe Perches49e7d9d2015-04-15 16:17:31 -070011224M: Benjamin Romer <benjamin.romer@unisys.com>
11225M: David Kershner <david.kershner@unisys.com>
11226L: sparmaintainer@unisys.com (Unisys internal)
11227S: Supported
11228F: drivers/staging/unisys/
Benjamin Romer56df0122014-03-07 13:02:21 -060011229
Vinayak Holikatti9941fa6e2012-04-20 14:11:50 +053011230UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11231M: Vinayak Holikatti <vinholikatti@gmail.com>
Vinayak Holikatti9941fa6e2012-04-20 14:11:50 +053011232L: linux-scsi@vger.kernel.org
11233S: Supported
11234F: Documentation/scsi/ufs.txt
11235F: drivers/scsi/ufs/
11236
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011237UNSORTED BLOCK IMAGES (UBI)
Artem Bityutskiy949cb622009-10-20 10:21:45 +030011238M: Artem Bityutskiy <dedekind1@gmail.com>
Richard Weinberger346be9b2015-01-28 12:28:24 +010011239M: Richard Weinberger <richard@nod.at>
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011240W: http://www.linux-mtd.infradead.org/
11241L: linux-mtd@lists.infradead.org
Artem Bityutskiyb6b44e02014-01-02 16:43:51 +020011242T: git git://git.infradead.org/ubifs-2.6.git
Richard Weinberger346be9b2015-01-28 12:28:24 +010011243S: Supported
Joe Perches80811492009-04-08 20:20:27 -070011244F: drivers/mtd/ubi/
Joe Perches679655d2009-04-07 20:44:32 -070011245F: include/linux/mtd/ubi.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011246F: include/uapi/mtd/ubi-user.h
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011247
Linus Torvalds1da177e2005-04-16 15:20:36 -070011248USB ACM DRIVER
Oliver Neukum61eee9a2012-08-01 14:32:55 +020011249M: Oliver Neukum <oliver@neukum.org>
Greg Kroah-Hartman63725942007-11-21 15:16:59 -070011250L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011251S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011252F: Documentation/usb/acm.txt
11253F: drivers/usb/class/cdc-acm.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011254
Pontus Fuchsb7d572e2012-10-23 20:33:57 +020011255USB AR5523 WIRELESS DRIVER
11256M: Pontus Fuchs <pontus.fuchs@gmail.com>
11257L: linux-wireless@vger.kernel.org
11258S: Maintained
11259F: drivers/net/wireless/ath/ar5523/
11260
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020011261USB ATTACHED SCSI
Hans de Goedef50a4962013-10-28 10:48:04 +000011262M: Hans de Goede <hdegoede@redhat.com>
Gerd Hoffmann8eae0fb2013-01-25 14:52:09 +010011263M: Gerd Hoffmann <kraxel@redhat.com>
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020011264L: linux-usb@vger.kernel.org
11265L: linux-scsi@vger.kernel.org
Gerd Hoffmann8eae0fb2013-01-25 14:52:09 +010011266S: Maintained
Matthew Wilcox115bb1f2010-10-07 13:05:23 +020011267F: drivers/usb/storage/uas.c
11268
Linus Torvalds1da177e2005-04-16 15:20:36 -070011269USB CDC ETHERNET DRIVER
Oliver Neukum61eee9a2012-08-01 14:32:55 +020011270M: Oliver Neukum <oliver@neukum.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011271L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011272S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011273F: drivers/net/usb/cdc_*.c
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011274F: include/uapi/linux/usb/cdc.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011275
Keith Packard66e3e592015-03-19 20:36:49 -070011276USB CHAOSKEY DRIVER
11277M: Keith Packard <keithp@keithp.com>
11278L: linux-usb@vger.kernel.org
11279S: Maintained
11280F: drivers/usb/misc/chaoskey.c
11281
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011282USB CYPRESS C67X00 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011283M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011284L: linux-usb@vger.kernel.org
11285S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011286F: drivers/usb/c67x00/
Peter Korsgaardb02b3712008-04-27 08:59:44 +020011287
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011288USB DAVICOM DM9601 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011289M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard043600a2007-06-27 21:18:18 +020011290L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011291W: http://www.linux-usb.org/usbnet
11292S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011293F: drivers/net/usb/dm9601.c
Peter Korsgaardd0374f42007-02-16 17:03:54 +010011294
Alan Coxcc2020e2008-05-19 14:21:51 +010011295USB DIAMOND RIO500 DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011296M: Cesar Miquel <miquel@df.uba.ar>
Alan Coxcc2020e2008-05-19 14:21:51 +010011297L: rio500-users@lists.sourceforge.net
11298W: http://rio500.sourceforge.net
11299S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011300F: drivers/usb/misc/rio500*
Alan Coxcc2020e2008-05-19 14:21:51 +010011301
Linus Torvalds1da177e2005-04-16 15:20:36 -070011302USB EHCI DRIVER
Alan Stern578333a2011-06-15 16:32:46 -040011303M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011304L: linux-usb@vger.kernel.org
Alan Stern578333a2011-06-15 16:32:46 -040011305S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011306F: Documentation/usb/ehci.txt
11307F: drivers/usb/host/ehci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011308
David Brownell69ae9e32006-11-14 02:03:31 -080011309USB GADGET/PERIPHERAL SUBSYSTEM
Felipe Balbia55f6282016-02-03 20:23:01 +020011310M: Felipe Balbi <balbi@kernel.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011311L: linux-usb@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -080011312W: http://www.linux-usb.org/gadget
Felipe Balbid6d0f662011-06-08 19:16:28 +030011313T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11314S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011315F: drivers/usb/gadget/
11316F: include/linux/usb/gadget*
David Brownell69ae9e32006-11-14 02:03:31 -080011317
Jiri Kosina2dea64b2007-07-11 12:12:11 +020011318USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosinae5f64502015-08-09 09:11:34 +020011319M: Jiri Kosina <jikos@kernel.org>
Jiri Kosina406df152015-11-20 10:16:06 +010011320R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011321L: linux-usb@vger.kernel.org
Joe Perches54e58812009-04-07 21:08:10 -070011322T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011323S: Maintained
Joe Perchesc2f01972011-06-01 10:59:13 -070011324F: Documentation/hid/hiddev.txt
Joe Perches679655d2009-04-07 20:44:32 -070011325F: drivers/hid/usbhid/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011326
Olav Kongas959eea22005-11-03 17:38:14 +020011327USB ISP116X DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011328M: Olav Kongas <ok@artecdesign.ee>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011329L: linux-usb@vger.kernel.org
Olav Kongas959eea22005-11-03 17:38:14 +020011330S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011331F: drivers/usb/host/isp116x*
11332F: include/linux/usb/isp116x.h
Olav Kongas959eea22005-11-03 17:38:14 +020011333
Linus Torvalds1da177e2005-04-16 15:20:36 -070011334USB MASS STORAGE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011335M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011336L: linux-usb@vger.kernel.org
Matthew Dharm8836aeb2005-12-04 22:03:47 -080011337L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -070011338S: Maintained
11339W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
Joe Perches679655d2009-04-07 20:44:32 -070011340F: drivers/usb/storage/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011341
Clemens Ladischaf399172011-01-10 16:32:54 +010011342USB MIDI DRIVER
11343M: Clemens Ladisch <clemens@ladisch.de>
11344L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11345T: git git://git.alsa-project.org/alsa-kernel.git
11346S: Maintained
11347F: sound/usb/midi.*
11348
Joe Perches444ce9d2013-08-01 21:03:32 -070011349USB NETWORKING DRIVERS
11350L: linux-usb@vger.kernel.org
11351S: Odd Fixes
11352F: drivers/net/usb/
11353
Linus Torvalds1da177e2005-04-16 15:20:36 -070011354USB OHCI DRIVER
Alan Stern578333a2011-06-15 16:32:46 -040011355M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011356L: linux-usb@vger.kernel.org
Alan Stern578333a2011-06-15 16:32:46 -040011357S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011358F: Documentation/usb/ohci.txt
11359F: drivers/usb/host/ohci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011360
Peter Chen963ffa32015-02-15 12:22:59 +080011361USB OTG FSM (Finite State Machine)
Peter Chen60d77b3d2015-12-25 15:54:32 +080011362M: Peter Chen <Peter.Chen@nxp.com>
Peter Chen83738562015-03-23 19:57:36 +080011363T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
Peter Chen963ffa32015-02-15 12:22:59 +080011364L: linux-usb@vger.kernel.org
11365S: Maintained
11366F: drivers/usb/common/usb-otg-fsm.c
11367
Valentina Manea563da3a2014-08-20 07:31:02 +030011368USB OVER IP DRIVER
11369M: Valentina Manea <valentina.manea.m@gmail.com>
11370M: Shuah Khan <shuah.kh@samsung.com>
11371L: linux-usb@vger.kernel.org
11372S: Maintained
11373F: drivers/usb/usbip/
11374F: tools/usb/usbip/
11375
Linus Torvalds1da177e2005-04-16 15:20:36 -070011376USB PEGASUS DRIVER
Petko Manolova16b9452013-04-29 16:17:25 -070011377M: Petko Manolov <petkan@nucleusys.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011378L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +020011379L: netdev@vger.kernel.org
Petko Manolov052e3122013-11-15 11:51:54 +020011380T: git git://github.com/petkan/pegasus.git
11381W: https://github.com/petkan/pegasus
Linus Torvalds1da177e2005-04-16 15:20:36 -070011382S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011383F: drivers/net/usb/pegasus.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011384
Felipe Balbid3ad5582012-05-21 16:24:49 +030011385USB PHY LAYER
Felipe Balbia55f6282016-02-03 20:23:01 +020011386M: Felipe Balbi <balbi@kernel.org>
Felipe Balbid3ad5582012-05-21 16:24:49 +030011387L: linux-usb@vger.kernel.org
11388T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11389S: Maintained
11390F: drivers/usb/phy/
Felipe Balbid3ad5582012-05-21 16:24:49 +030011391
Pete Zaitcev73e4fb32007-06-21 15:18:35 -070011392USB PRINTER DRIVER (usblp)
Joe Perches8b58be82009-07-29 15:04:30 -070011393M: Pete Zaitcev <zaitcev@redhat.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011394L: linux-usb@vger.kernel.org
Pete Zaitcev73e4fb32007-06-21 15:18:35 -070011395S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011396F: drivers/usb/class/usblp.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011397
Bjørn Mork4521b472015-12-03 19:24:23 +010011398USB QMI WWAN NETWORK DRIVER
11399M: Bjørn Mork <bjorn@mork.no>
11400L: netdev@vger.kernel.org
11401S: Maintained
11402F: Documentation/ABI/testing/sysfs-class-net-qmi
11403F: drivers/net/usb/qmi_wwan.c
11404
Linus Torvalds1da177e2005-04-16 15:20:36 -070011405USB RTL8150 DRIVER
Petko Manolova16b9452013-04-29 16:17:25 -070011406M: Petko Manolov <petkan@nucleusys.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011407L: linux-usb@vger.kernel.org
Peter Korsgaard043600a2007-06-27 21:18:18 +020011408L: netdev@vger.kernel.org
Petko Manolov052e3122013-11-15 11:51:54 +020011409T: git git://github.com/petkan/rtl8150.git
11410W: https://github.com/petkan/rtl8150
Linus Torvalds1da177e2005-04-16 15:20:36 -070011411S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011412F: drivers/net/usb/rtl8150.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011413
Greg KHf896b792013-10-30 11:07:31 -070011414USB SERIAL SUBSYSTEM
Johan Hovold66085692014-06-23 12:33:15 +020011415M: Johan Hovold <johan@kernel.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011416L: linux-usb@vger.kernel.org
Alan Cox4e688522008-04-30 00:52:11 -070011417S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011418F: Documentation/usb/usb-serial.txt
Greg KHf896b792013-10-30 11:07:31 -070011419F: drivers/usb/serial/
Joe Perches679655d2009-04-07 20:44:32 -070011420F: include/linux/usb/serial.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011421
Steve Glendinningb3f0db12012-08-15 21:53:38 +000011422USB SMSC75XX ETHERNET DRIVER
11423M: Steve Glendinning <steve.glendinning@shawell.net>
11424L: netdev@vger.kernel.org
11425S: Maintained
11426F: drivers/net/usb/smsc75xx.*
11427
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011428USB SMSC95XX ETHERNET DRIVER
Steve Glendinning90b24cf2012-04-16 12:13:29 +010011429M: Steve Glendinning <steve.glendinning@shawell.net>
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011430L: netdev@vger.kernel.org
Steve Glendinning90b24cf2012-04-16 12:13:29 +010011431S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011432F: drivers/net/usb/smsc95xx.*
Steve Glendinning2f7ca802008-10-02 05:27:57 +000011433
Linus Torvalds1da177e2005-04-16 15:20:36 -070011434USB SUBSYSTEM
Greg KH879a5a02012-01-31 20:02:00 -080011435M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011436L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011437W: http://www.linux-usb.org
Joe Perches08deed12012-03-23 15:01:57 -070011438T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011439S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011440F: Documentation/usb/
Joe Perches679655d2009-04-07 20:44:32 -070011441F: drivers/usb/
11442F: include/linux/usb.h
11443F: include/linux/usb/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011444
11445USB UHCI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011446M: Alan Stern <stern@rowland.harvard.edu>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011447L: linux-usb@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011448S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011449F: drivers/usb/host/uhci*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011450
David Brownell69ae9e32006-11-14 02:03:31 -080011451USB "USBNET" DRIVER FRAMEWORK
Jiri Slabyd8130622015-07-17 16:23:20 -070011452M: Oliver Neukum <oneukum@suse.com>
Peter Korsgaard043600a2007-06-27 21:18:18 +020011453L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -080011454W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -070011455S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011456F: drivers/net/usb/usbnet.c
11457F: include/linux/usb/usbnet.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011458
Laurent Pinchartc0efd232008-06-30 15:04:50 -030011459USB VIDEO CLASS
Joe Perchesc53ac072010-08-09 17:20:51 -070011460M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Laurent Pinchart616bd4e2012-04-02 06:11:09 -030011461L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -030011462L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -020011463T: git git://linuxtv.org/media_tree.git
Laurent Pinchart57c6d2e2010-04-30 10:48:51 -030011464W: http://www.ideasonboard.org/uvc/
Laurent Pinchartc0efd232008-06-30 15:04:50 -030011465S: Maintained
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -030011466F: drivers/media/usb/uvc/
Mauro Carvalho Chehab6c0f0352012-11-02 11:56:03 -020011467F: include/uapi/linux/uvcvideo.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070011468
Hans Verkuilb60b9c42012-11-23 07:54:42 -030011469USB VISION DRIVER
11470M: Hans Verkuil <hverkuil@xs4all.nl>
11471L: linux-media@vger.kernel.org
11472T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011473W: https://linuxtv.org
Hans Verkuilb60b9c42012-11-23 07:54:42 -030011474S: Odd Fixes
11475F: drivers/media/usb/usbvision/
11476
Laurent Pinchart8282da42012-10-04 02:32:42 +020011477USB WEBCAM GADGET
11478M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11479L: linux-usb@vger.kernel.org
11480S: Maintained
Andrzej Pietrasiewicz3a83c162014-09-09 02:02:09 +030011481F: drivers/usb/gadget/function/*uvc*
Joe Perchesfaf2e1d2014-08-08 14:26:18 -070011482F: drivers/usb/gadget/legacy/webcam.c
Laurent Pinchart8282da42012-10-04 02:32:42 +020011483
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011484USB WIRELESS RNDIS DRIVER (rndis_wlan)
Jussi Kivilinnae6146c52013-03-07 22:33:38 +020011485M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011486L: linux-wireless@vger.kernel.org
11487S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011488F: drivers/net/wireless/rndis_wlan.c
Jussi Kivilinnabf164cc2008-01-26 00:51:51 +020011489
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011490USB XHCI DRIVER
Sarah Sharp03d85052014-03-20 16:20:56 -070011491M: Mathias Nyman <mathias.nyman@intel.com>
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011492L: linux-usb@vger.kernel.org
11493S: Supported
Sarah Sharp36d03442009-12-01 10:37:07 -080011494F: drivers/usb/host/xhci*
11495F: drivers/usb/host/pci-quirks*
Sarah Sharpeb6bab12009-04-29 19:07:13 -070011496
Linus Torvalds1da177e2005-04-16 15:20:36 -070011497USB ZD1201 DRIVER
John W. Linville4086b9c2010-07-22 14:41:08 -040011498L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070011499W: http://linux-lc100020.sourceforge.net
John W. Linville4086b9c2010-07-22 14:41:08 -040011500S: Orphan
Kalle Valoed0ad062015-11-18 07:39:37 +020011501F: drivers/net/wireless/zydas/zd1201.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011502
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011503USB ZR364XX DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011504M: Antoine Jacquet <royale@zerezo.com>
Jean Delvare795fb7e2008-09-20 12:33:08 +020011505L: linux-usb@vger.kernel.org
Mauro Carvalho Chehab661263b2009-01-02 11:27:44 -030011506L: linux-media@vger.kernel.org
Mauro Carvalho Chehab275ffde2012-10-25 17:01:28 -020011507T: git git://linuxtv.org/media_tree.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011508W: http://royale.zerezo.com/zr364xx/
11509S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011510F: Documentation/video4linux/zr364xx.txt
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030011511F: drivers/media/usb/zr364xx/
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011512
Heikki Krogerus289fcff2015-05-13 15:26:42 +030011513ULPI BUS
11514M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
11515L: linux-usb@vger.kernel.org
11516S: Maintained
11517F: drivers/usb/common/ulpi.c
11518F: include/linux/ulpi/
11519
Randy Dunlape7839f22008-10-12 16:11:45 -070011520USER-MODE LINUX (UML)
Joe Perches8b58be82009-07-29 15:04:30 -070011521M: Jeff Dike <jdike@addtoit.com>
Richard Weinbergerb15194b2011-03-26 20:48:57 +010011522M: Richard Weinberger <richard@nod.at>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011523L: user-mode-linux-devel@lists.sourceforge.net
11524L: user-mode-linux-user@lists.sourceforge.net
11525W: http://user-mode-linux.sourceforge.net
Fengguang Wu9f273c22016-01-20 15:03:25 -080011526T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070011527S: Maintained
Rob Landley61516582011-05-06 09:27:36 -070011528F: Documentation/virtual/uml/
Joe Perches679655d2009-04-07 20:44:32 -070011529F: arch/um/
Richard Weinbergerb0709892012-08-02 01:00:47 +020011530F: arch/x86/um/
Joe Perches679655d2009-04-07 20:44:32 -070011531F: fs/hostfs/
11532F: fs/hppfs/
Antoine Jacquetb7eee612007-04-27 12:30:59 -030011533
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011534USERSPACE I/O (UIO)
Hans J. Koch6a534c92011-04-14 15:22:16 -070011535M: "Hans J. Koch" <hjk@hansjkoch.de>
Greg KH879a5a02012-01-31 20:02:00 -080011536M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011537S: Maintained
Mandeep Sandhu3d3fecb2015-01-10 19:15:45 -080011538T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
Joe Perches679655d2009-04-07 20:44:32 -070011539F: Documentation/DocBook/uio-howto.tmpl
11540F: drivers/uio/
11541F: include/linux/uio*.h
Hans-Jürgen Koche5f114e2007-12-05 15:08:07 +010011542
Karel Zak256cccb2012-06-01 10:13:09 +020011543UTIL-LINUX PACKAGE
Joe Perches8b58be82009-07-29 15:04:30 -070011544M: Karel Zak <kzak@redhat.com>
Karel Zak256cccb2012-06-01 10:13:09 +020011545L: util-linux@vger.kernel.org
11546W: http://en.wikipedia.org/wiki/Util-linux
11547T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
Karel Zakf899b0a2008-05-23 13:04:21 -070011548S: Maintained
11549
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011550UVESAFB DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011551M: Michal Januszewski <spock@gentoo.org>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +010011552L: linux-fbdev@vger.kernel.org
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011553W: http://dev.gentoo.org/~spock/projects/uvesafb/
11554S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011555F: Documentation/fb/uvesafb.txt
Jingoo Han8a61f012014-07-01 15:36:01 +090011556F: drivers/video/fbdev/uvesafb.*
Michal Januszewskic1fd1c02008-10-15 22:03:48 -070011557
Stefan Agner456930d2015-09-02 18:06:33 -070011558VF610 NAND DRIVER
11559M: Stefan Agner <stefan@agner.ch>
11560L: linux-mtd@lists.infradead.org
11561S: Supported
11562F: drivers/mtd/nand/vf610_nfc.c
11563
Randy Dunlap4480f15b2008-10-12 16:11:58 -070011564VFAT/FAT/MSDOS FILESYSTEM
Joe Perches8b58be82009-07-29 15:04:30 -070011565M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011566S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011567F: Documentation/filesystems/vfat.txt
11568F: fs/fat/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011569
Alex Williamsoncba33452012-07-31 08:16:22 -060011570VFIO DRIVER
11571M: Alex Williamson <alex.williamson@redhat.com>
11572L: kvm@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -080011573T: git git://github.com/awilliam/linux-vfio.git
Alex Williamsoncba33452012-07-31 08:16:22 -060011574S: Maintained
11575F: Documentation/vfio.txt
11576F: drivers/vfio/
11577F: include/linux/vfio.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011578F: include/uapi/linux/vfio.h
Alex Williamsoncba33452012-07-31 08:16:22 -060011579
Alex Williamsona714ea52015-06-18 11:59:22 -060011580VFIO PLATFORM DRIVER
11581M: Baptiste Reynal <b.reynal@virtualopensystems.com>
11582L: kvm@vger.kernel.org
11583S: Maintained
11584F: drivers/vfio/platform/
11585
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011586VIDEOBUF2 FRAMEWORK
11587M: Pawel Osciak <pawel@osciak.com>
11588M: Marek Szyprowski <m.szyprowski@samsung.com>
Marek Szyprowskie76e4702011-06-02 04:52:07 -030011589M: Kyungmin Park <kyungmin.park@samsung.com>
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011590L: linux-media@vger.kernel.org
11591S: Maintained
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030011592F: drivers/media/v4l2-core/videobuf2-*
Pawel Osciak9e6f3432011-06-15 15:08:32 -070011593F: include/media/videobuf2-*
11594
Stephen Chandler Paul5523662e2015-10-24 13:10:29 -070011595VIRTUAL SERIO DEVICE DRIVER
11596M: Stephen Chandler Paul <thatslyude@gmail.com>
11597S: Maintained
11598F: drivers/input/serio/userio.c
11599F: include/uapi/linux/userio.h
11600
Amit Shah9a824462010-03-23 18:23:09 +053011601VIRTIO CONSOLE DRIVER
11602M: Amit Shah <amit.shah@redhat.com>
11603L: virtualization@lists.linux-foundation.org
11604S: Maintained
11605F: drivers/char/virtio_console.c
11606F: include/linux/virtio_console.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011607F: include/uapi/linux/virtio_console.h
Amit Shah9a824462010-03-23 18:23:09 +053011608
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011609VIRTIO CORE, NET AND BLOCK DRIVERS
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011610M: "Michael S. Tsirkin" <mst@redhat.com>
11611L: virtualization@lists.linux-foundation.org
11612S: Maintained
11613F: drivers/virtio/
Michael S. Tsirkinc893c8d2013-07-08 11:31:13 +093011614F: tools/virtio/
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011615F: drivers/net/virtio_net.c
11616F: drivers/block/virtio_blk.c
11617F: include/linux/virtio_*.h
Amos Kong916cdab2013-04-02 16:42:02 +103011618F: include/uapi/linux/virtio_*.h
Michael S. Tsirkin2426ec82011-01-31 16:46:20 +103011619
Cornelia Huckf2dbda32015-07-01 17:15:37 +020011620VIRTIO DRIVERS FOR S390
11621M: Christian Borntraeger <borntraeger@de.ibm.com>
11622M: Cornelia Huck <cornelia.huck@de.ibm.com>
11623L: linux-s390@vger.kernel.org
11624L: virtualization@lists.linux-foundation.org
11625L: kvm@vger.kernel.org
11626S: Supported
Cornelia Huck1b568d92015-07-07 11:41:01 +020011627F: drivers/s390/virtio/
Cornelia Huckf2dbda32015-07-01 17:15:37 +020011628
Gerd Hoffmann4ad6ee92015-06-02 10:49:03 +020011629VIRTIO GPU DRIVER
11630M: David Airlie <airlied@linux.ie>
11631M: Gerd Hoffmann <kraxel@redhat.com>
11632L: dri-devel@lists.freedesktop.org
11633L: virtualization@lists.linux-foundation.org
11634S: Maintained
11635F: drivers/gpu/drm/virtio/
11636F: include/uapi/linux/virtio_gpu.h
11637
Michael S. Tsirkin3a4d5c942010-01-14 06:17:27 +000011638VIRTIO HOST (VHOST)
11639M: "Michael S. Tsirkin" <mst@redhat.com>
11640L: kvm@vger.kernel.org
Michael Wittenc996d8b2010-11-15 19:55:34 +000011641L: virtualization@lists.linux-foundation.org
Michael S. Tsirkin3a4d5c942010-01-14 06:17:27 +000011642L: netdev@vger.kernel.org
Fengguang Wu9f273c22016-01-20 15:03:25 -080011643T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
Michael S. Tsirkin3a4d5c942010-01-14 06:17:27 +000011644S: Maintained
11645F: drivers/vhost/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011646F: include/uapi/linux/vhost.h
Michael S. Tsirkin3a4d5c942010-01-14 06:17:27 +000011647
Gerd Hoffmann271c8652015-03-27 12:46:12 +103011648VIRTIO INPUT DRIVER
11649M: Gerd Hoffmann <kraxel@redhat.com>
11650S: Maintained
11651F: drivers/virtio/virtio_input.c
11652F: include/uapi/linux/virtio_input.h
11653
Linus Torvalds1da177e2005-04-16 15:20:36 -070011654VIA RHINE NETWORK DRIVER
Roger Luethi210347e2015-05-26 19:12:54 +020011655S: Orphan
Jeff Kirsherf2148a42011-05-20 20:43:09 -070011656F: drivers/net/ethernet/via/via-rhine.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011657
Harald Weltef0bf7f62009-06-17 20:22:39 +020011658VIA SD/MMC CARD CONTROLLER DRIVER
Bruce Chang558bbb22011-01-13 15:45:37 -080011659M: Bruce Chang <brucechang@via.com.tw>
Joe Perches8b58be82009-07-29 15:04:30 -070011660M: Harald Welte <HaraldWelte@viatech.com>
Harald Weltef0bf7f62009-06-17 20:22:39 +020011661S: Maintained
11662F: drivers/mmc/host/via-sdmmc.c
11663
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011664VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
Florian Tobias Schandinatc7babeb2010-05-20 14:06:57 +000011665M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Geert Uytterhoevenc69f6772009-11-20 20:48:31 +010011666L: linux-fbdev@vger.kernel.org
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011667S: Maintained
Florian Tobias Schandinatc7babeb2010-05-20 14:06:57 +000011668F: include/linux/via-core.h
11669F: include/linux/via-gpio.h
11670F: include/linux/via_i2c.h
Jingoo Han8a61f012014-07-01 15:36:01 +090011671F: drivers/video/fbdev/via/
Joseph Chan69e4a7c2008-10-15 22:03:31 -070011672
Francois Romieu01f20732007-01-26 00:57:17 -080011673VIA VELOCITY NETWORK DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011674M: Francois Romieu <romieu@fr.zoreil.com>
Francois Romieu01f20732007-01-26 00:57:17 -080011675L: netdev@vger.kernel.org
11676S: Maintained
Jeff Kirsherf2148a42011-05-20 20:43:09 -070011677F: drivers/net/ethernet/via/via-velocity.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011678
Alex Williamsonf73f8172015-09-18 22:29:39 +080011679VIRT LIB
11680M: Alex Williamson <alex.williamson@redhat.com>
11681M: Paolo Bonzini <pbonzini@redhat.com>
11682L: kvm@vger.kernel.org
11683S: Supported
11684F: virt/lib/
11685
Hans Verkuil77911fd2014-12-10 04:22:37 -030011686VIVID VIRTUAL VIDEO DRIVER
Hans Verkuil0b7bc1f2012-11-23 08:21:50 -030011687M: Hans Verkuil <hverkuil@xs4all.nl>
11688L: linux-media@vger.kernel.org
11689T: git git://linuxtv.org/media_tree.git
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011690W: https://linuxtv.org
Hans Verkuil0b7bc1f2012-11-23 08:21:50 -030011691S: Maintained
Hans Verkuil77911fd2014-12-10 04:22:37 -030011692F: drivers/media/platform/vivid/*
Hans Verkuil0b7bc1f2012-11-23 08:21:50 -030011693
Patrick McHardybe7f8272007-10-23 20:26:36 -070011694VLAN (802.1Q)
Joe Perches8b58be82009-07-29 15:04:30 -070011695M: Patrick McHardy <kaber@trash.net>
Patrick McHardybe7f8272007-10-23 20:26:36 -070011696L: netdev@vger.kernel.org
11697S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011698F: drivers/net/macvlan.c
11699F: include/linux/if_*vlan.h
11700F: net/8021q/
Patrick McHardybe7f8272007-10-23 20:26:36 -070011701
Florian Fainelli55e331c2009-06-16 15:33:53 -070011702VLYNQ BUS
Joe Perches8b58be82009-07-29 15:04:30 -070011703M: Florian Fainelli <florian@openwrt.org>
Lennert Buytenhek8578d7a2011-01-12 16:59:51 -080011704L: openwrt-devel@lists.openwrt.org (subscribers-only)
Florian Fainelli55e331c2009-06-16 15:33:53 -070011705S: Maintained
11706F: drivers/vlynq/vlynq.c
11707F: include/linux/vlynq.h
11708
Martyn Welch390beae2012-05-03 17:52:36 +010011709VME SUBSYSTEM
Martyn Welch74c600e2015-09-17 20:38:47 +010011710M: Martyn Welch <martyn@welchs.me.uk>
Manohar Vanga1bd289d2012-06-14 15:57:01 +020011711M: Manohar Vanga <manohar.vanga@gmail.com>
Martyn Welch390beae2012-05-03 17:52:36 +010011712M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11713L: devel@driverdev.osuosl.org
11714S: Maintained
11715T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11716F: Documentation/vme_api.txt
11717F: drivers/staging/vme/
11718F: drivers/vme/
11719F: include/linux/vme*
11720
Alok Kataria4488e092013-09-04 14:23:41 +053011721VMWARE HYPERVISOR INTERFACE
11722M: Alok Kataria <akataria@vmware.com>
11723L: virtualization@lists.linux-foundation.org
11724S: Supported
11725F: arch/x86/kernel/cpu/vmware.c
11726
Dmitry Torokhov73b35d02014-06-20 10:14:58 -070011727VMWARE BALLOON DRIVER
11728M: Xavier Deguillard <xdeguillard@vmware.com>
11729M: Philip Moltmann <moltmann@vmware.com>
11730M: "VMware, Inc." <pv-drivers@vmware.com>
11731L: linux-kernel@vger.kernel.org
11732S: Maintained
11733F: drivers/misc/vmw_balloon.c
11734
Thomas Hellstrom8b8be512015-04-14 10:06:38 -070011735VMWARE VMMOUSE SUBDRIVER
11736M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11737M: "VMware, Inc." <pv-drivers@vmware.com>
11738L: linux-input@vger.kernel.org
11739S: Maintained
11740F: drivers/input/mouse/vmmouse.c
11741F: drivers/input/mouse/vmmouse.h
11742
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -070011743VMWARE VMXNET3 ETHERNET DRIVER
Shrikrishna Khare04e1b732015-08-24 14:24:11 -070011744M: Shrikrishna Khare <skhare@vmware.com>
Joe Perches65c8bb52009-11-11 14:26:12 -080011745M: "VMware, Inc." <pv-drivers@vmware.com>
11746L: netdev@vger.kernel.org
11747S: Maintained
11748F: drivers/net/vmxnet3/
Shreyas Bhatewarad1a890fa2009-10-13 00:15:51 -070011749
Alok Kataria851b1642009-10-13 14:51:05 -070011750VMware PVSCSI driver
Alok Katariaf2d7e402011-11-10 20:04:03 -080011751M: Arvind Kumar <arvindkumar@vmware.com>
Alok Kataria851b1642009-10-13 14:51:05 -070011752M: VMware PV-Drivers <pv-drivers@vmware.com>
11753L: linux-scsi@vger.kernel.org
11754S: Maintained
11755F: drivers/scsi/vmw_pvscsi.c
11756F: drivers/scsi/vmw_pvscsi.h
11757
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011758VOLTAGE AND CURRENT REGULATOR FRAMEWORK
Axel Lin88dd75a2013-03-25 16:49:51 +080011759M: Liam Girdwood <lgirdwood@gmail.com>
Mark Brownb02e48f2013-04-12 11:39:57 +010011760M: Mark Brown <broonie@kernel.org>
Mark Brown5cdeb2c2014-08-16 12:31:11 +010011761L: linux-kernel@vger.kernel.org
Liam Girdwood1dd68f02009-02-02 21:43:31 +000011762W: http://www.slimlogic.co.uk/?p=48
Sachin Kamat6febb5a2013-07-04 12:08:50 +053011763T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011764S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070011765F: drivers/regulator/
11766F: include/linux/regulator/
Liam Girdwoode53e86c2008-07-10 15:48:00 +010011767
David Ahern081958e2015-08-25 10:26:22 -070011768VRF
11769M: David Ahern <dsa@cumulusnetworks.com>
11770M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
11771L: netdev@vger.kernel.org
11772S: Maintained
11773F: drivers/net/vrf.c
David Ahern562d8972015-09-15 10:50:14 -060011774F: Documentation/networking/vrf.txt
David Ahern081958e2015-08-25 10:26:22 -070011775
Juerg Haefligerab413192006-09-24 20:54:04 +020011776VT1211 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011777M: Juerg Haefliger <juergh@gmail.com>
Juerg Haefligerab413192006-09-24 20:54:04 +020011778L: lm-sensors@lm-sensors.org
11779S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011780F: Documentation/hwmon/vt1211
11781F: drivers/hwmon/vt1211.c
Juerg Haefligerab413192006-09-24 20:54:04 +020011782
Roger Lucas1de9e372005-11-26 20:20:05 +010011783VT8231 HARDWARE MONITOR DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011784M: Roger Lucas <vt8231@hiddenengine.co.uk>
Roger Lucas1de9e372005-11-26 20:20:05 +010011785L: lm-sensors@lm-sensors.org
11786S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011787F: drivers/hwmon/vt8231.c
Roger Lucas1de9e372005-11-26 20:20:05 +010011788
Tony Olech88095e72011-05-14 16:48:13 -040011789VUB300 USB to SDIO/SD/MMC bridge chip
11790M: Tony Olech <tony.olech@elandigitalsystems.com>
11791L: linux-mmc@vger.kernel.org
11792L: linux-usb@vger.kernel.org
11793S: Supported
11794F: drivers/mmc/host/vub300.c
11795
Linus Torvalds1da177e2005-04-16 15:20:36 -070011796W1 DALLAS'S 1-WIRE BUS
Evgeniy Polyakova8018762011-08-25 15:59:06 -070011797M: Evgeniy Polyakov <zbr@ioremap.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011798S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011799F: Documentation/w1/
11800F: drivers/w1/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011801
Charles Spirakis13927072006-07-05 18:05:15 +020011802W83791D HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011803M: Marc Hulsman <m.hulsman@tudelft.nl>
Charles Spirakis13927072006-07-05 18:05:15 +020011804L: lm-sensors@lm-sensors.org
Marc Hulsman25845c22008-06-08 10:59:41 -040011805S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011806F: Documentation/hwmon/w83791d
11807F: drivers/hwmon/w83791d.c
Charles Spirakis13927072006-07-05 18:05:15 +020011808
Rudolf Marek61db0112006-12-12 18:18:30 +010011809W83793 HARDWARE MONITORING DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011810M: Rudolf Marek <r.marek@assembler.cz>
Rudolf Marek61db0112006-12-12 18:18:30 +010011811L: lm-sensors@lm-sensors.org
11812S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011813F: Documentation/hwmon/w83793
11814F: drivers/hwmon/w83793.c
Rudolf Marek61db0112006-12-12 18:18:30 +010011815
Jean Delvaree3760b42010-10-28 20:31:49 +020011816W83795 HARDWARE MONITORING DRIVER
Jiri Slabyd8130622015-07-17 16:23:20 -070011817M: Jean Delvare <jdelvare@suse.com>
Jean Delvaree3760b42010-10-28 20:31:49 +020011818L: lm-sensors@lm-sensors.org
11819S: Maintained
11820F: drivers/hwmon/w83795.c
11821
Linus Torvalds1da177e2005-04-16 15:20:36 -070011822W83L51xD SD/MMC CARD INTERFACE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011823M: Pierre Ossman <pierre@ossman.eu>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011824S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011825F: drivers/mmc/host/wbsd.*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011826
Hans de Goedeb4e05922014-07-20 13:35:44 -070011827WACOM PROTOCOL 4 SERIAL TABLETS
11828M: Julian Squires <julian@cipht.net>
11829M: Hans de Goede <hdegoede@redhat.com>
11830L: linux-input@vger.kernel.org
11831S: Maintained
11832F: drivers/input/tablet/wacom_serial4.c
11833
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011834WATCHDOG DEVICE DRIVERS
Joe Perches8b58be82009-07-29 15:04:30 -070011835M: Wim Van Sebroeck <wim@iguana.be>
Guenter Roeck1f32f832015-12-05 22:18:25 -080011836R: Guenter Roeck <linux@roeck-us.net>
Wim Van Sebroeck230a5ce2010-07-29 18:02:51 +000011837L: linux-watchdog@vger.kernel.org
11838W: http://www.linux-watchdog.org/
Wim Van Sebroeckf599aaf2012-02-28 17:11:05 +010011839T: git git://www.linux-watchdog.org/linux-watchdog.git
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011840S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011841F: Documentation/watchdog/
11842F: drivers/watchdog/
11843F: include/linux/watchdog.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011844F: include/uapi/linux/watchdog.h
Wim Van Sebroeck35277612006-01-15 21:21:14 +010011845
Linus Torvalds1da177e2005-04-16 15:20:36 -070011846WD7000 SCSI DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011847M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011848L: linux-scsi@vger.kernel.org
11849S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011850F: drivers/scsi/wd7000.c
Linus Torvalds1da177e2005-04-16 15:20:36 -070011851
David Herrmannb22e00f2011-09-06 13:50:40 +020011852WIIMOTE HID DRIVER
11853M: David Herrmann <dh.herrmann@googlemail.com>
11854L: linux-input@vger.kernel.org
11855S: Maintained
11856F: drivers/hid/hid-wiimote*
11857
David Härdemane258b802009-09-21 17:04:53 -070011858WINBOND CIR DRIVER
Joe Perches364e9e12009-10-26 16:49:45 -070011859M: David Härdeman <david@hardeman.nu>
David Härdemane258b802009-09-21 17:04:53 -070011860S: Maintained
Joe Perches116ab802011-03-22 16:34:38 -070011861F: drivers/media/rc/winbond-cir.c
David Härdemane258b802009-09-21 17:04:53 -070011862
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011863WIMAX STACK
Joe Perches8b58be82009-07-29 15:04:30 -070011864M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011865M: linux-wimax@intel.com
Joe Perches49e7d9d2015-04-15 16:17:31 -070011866L: wimax@linuxwimax.org (subscribers-only)
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011867S: Supported
11868W: http://linuxwimax.org
Joe Perches315987d2010-08-09 17:20:50 -070011869F: Documentation/wimax/README.wimax
Joe Perches315987d2010-08-09 17:20:50 -070011870F: include/linux/wimax/debug.h
11871F: include/net/wimax.h
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011872F: include/uapi/linux/wimax.h
Joe Perches315987d2010-08-09 17:20:50 -070011873F: net/wimax/
Inaky Perez-Gonzalez8a70da82008-12-20 16:58:00 -080011874
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011875WISTRON LAPTOP BUTTON DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011876M: Miloslav Trmac <mitr@volny.cz>
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011877S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011878F: drivers/input/misc/wistron_btns.c
Dmitry Torokhov5fc146802005-11-20 00:50:06 -050011879
Linus Torvalds1da177e2005-04-16 15:20:36 -070011880WL3501 WIRELESS PCMCIA CARD DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070011881M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Johannes Berg724c6b32007-04-23 12:18:20 -070011882L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -030011883W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -070011884S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011885F: drivers/net/wireless/wl3501*
Linus Torvalds1da177e2005-04-16 15:20:36 -070011886
Mark Brown055bcbc2010-08-13 14:18:12 +010011887WOLFSON MICROELECTRONICS DRIVERS
Mark Brownfef95162012-04-04 12:06:24 +010011888L: patches@opensource.wolfsonmicro.com
Richard Fitzgeraldf0e03db2015-09-22 15:30:33 +010011889T: git https://github.com/CirrusLogic/linux-drivers.git
11890W: https://github.com/CirrusLogic/linux-drivers/wiki
Mark Brownb75ea162009-07-02 16:43:08 +010011891S: Supported
Joe Perches3768f0b2009-12-14 18:00:54 -080011892F: Documentation/hwmon/wm83??
Charles Keepaxf4949932015-10-27 16:01:59 +000011893F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11894F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11895F: Documentation/devicetree/bindings/mfd/arizona.txt
Mark Brownaf1c5382011-10-14 21:09:43 +010011896F: arch/arm/mach-s3c64xx/mach-crag6410*
Mark Brownf05259a2012-05-17 10:04:57 +010011897F: drivers/clk/clk-wm83*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011898F: drivers/extcon/extcon-arizona.c
Mark Brownb75ea162009-07-02 16:43:08 +010011899F: drivers/leds/leds-wm83*.c
Mark Brown25b273b2012-06-05 18:13:53 +010011900F: drivers/gpio/gpio-*wm*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011901F: drivers/gpio/gpio-arizona.c
Mark Brownd22b0862012-01-21 13:29:27 -050011902F: drivers/hwmon/wm83??-hwmon.c
Mark Brown59ec6da2011-08-19 17:53:12 +090011903F: drivers/input/misc/wm831x-on.c
11904F: drivers/input/touchscreen/wm831x-ts.c
11905F: drivers/input/touchscreen/wm97*.c
Mark Brown9c30959882012-06-23 11:25:43 +010011906F: drivers/mfd/arizona*
11907F: drivers/mfd/wm*.c
Richard Fitzgerald12ebc132015-11-03 15:08:36 +000011908F: drivers/mfd/cs47l24*
Mark Brownb75ea162009-07-02 16:43:08 +010011909F: drivers/power/wm83*.c
11910F: drivers/rtc/rtc-wm83*.c
11911F: drivers/regulator/wm8*.c
Mark Brown3860e6c2009-09-09 14:46:43 +010011912F: drivers/video/backlight/wm83*_bl.c
Mark Brownb75ea162009-07-02 16:43:08 +010011913F: drivers/watchdog/wm83*_wdt.c
Mark Brown9c30959882012-06-23 11:25:43 +010011914F: include/linux/mfd/arizona/
Mark Brown3860e6c2009-09-09 14:46:43 +010011915F: include/linux/mfd/wm831x/
Mark Brownb75ea162009-07-02 16:43:08 +010011916F: include/linux/mfd/wm8350/
Joe Perches3768f0b2009-12-14 18:00:54 -080011917F: include/linux/mfd/wm8400*
Mark Brown59ec6da2011-08-19 17:53:12 +090011918F: include/linux/wm97xx.h
Mark Brown055bcbc2010-08-13 14:18:12 +010011919F: include/sound/wm????.h
Mark Brown9c30959882012-06-23 11:25:43 +010011920F: sound/soc/codecs/arizona.?
Mark Brown055bcbc2010-08-13 14:18:12 +010011921F: sound/soc/codecs/wm*
Richard Fitzgerald12ebc132015-11-03 15:08:36 +000011922F: sound/soc/codecs/cs47l24*
Mark Brownb75ea162009-07-02 16:43:08 +010011923
Tejun Heo3e6cd7a2010-12-10 17:20:23 +010011924WORKQUEUE
11925M: Tejun Heo <tj@kernel.org>
Lai Jiangshanbadb7f52015-07-01 15:38:04 +080011926R: Lai Jiangshan <jiangshanlai@gmail.com>
Tejun Heo3e6cd7a2010-12-10 17:20:23 +010011927T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11928S: Maintained
11929F: include/linux/workqueue.h
11930F: kernel/workqueue.c
11931F: Documentation/workqueue.txt
11932
Linus Torvalds1da177e2005-04-16 15:20:36 -070011933X.25 NETWORK LAYER
Arnd Bergmann8bf28052009-12-14 01:53:41 +000011934M: Andrew Hendry <andrew.hendry@gmail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011935L: linux-x25@vger.kernel.org
Arnd Bergmann8bf28052009-12-14 01:53:41 +000011936S: Odd Fixes
Joe Perches679655d2009-04-07 20:44:32 -070011937F: Documentation/networking/x25*
11938F: include/net/x25*
11939F: net/x25/
Linus Torvalds1da177e2005-04-16 15:20:36 -070011940
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011941X86 ARCHITECTURE (32-BIT AND 64-BIT)
Joe Perches8b58be82009-07-29 15:04:30 -070011942M: Thomas Gleixner <tglx@linutronix.de>
11943M: Ingo Molnar <mingo@redhat.com>
11944M: "H. Peter Anvin" <hpa@zytor.com>
H. Peter Anvinbcde5632009-02-02 21:42:40 -080011945M: x86@kernel.org
Ingo Molnar981c3a42014-01-21 10:59:20 +010011946L: linux-kernel@vger.kernel.org
Peter Zijlstra75fc2d32011-12-05 17:27:08 +010011947T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011948S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070011949F: Documentation/x86/
11950F: arch/x86/
Randy Dunlape2d1d6c02008-10-12 16:11:31 -070011951
Matthew Garrettd09448532010-02-11 10:40:13 -050011952X86 PLATFORM DRIVERS
Darren Harte181ba12014-08-27 23:36:06 -070011953M: Darren Hart <dvhart@infradead.org>
Matthew Garrettd09448532010-02-11 10:40:13 -050011954L: platform-driver-x86@vger.kernel.org
Darren Harte181ba12014-08-27 23:36:06 -070011955T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
Matthew Garrettd09448532010-02-11 10:40:13 -050011956S: Maintained
Joe Perches14430812013-09-11 14:23:50 -070011957F: drivers/platform/x86/
Darren Hart3a4bcee2015-10-06 23:17:04 +010011958F: drivers/platform/olpc/
Matthew Garrettd09448532010-02-11 10:40:13 -050011959
Ingo Molnarc1f5c542011-06-18 22:51:13 +020011960X86 MCE INFRASTRUCTURE
11961M: Tony Luck <tony.luck@intel.com>
Borislav Petkov487ba8e2012-10-29 18:40:10 +010011962M: Borislav Petkov <bp@alien8.de>
Ingo Molnarc1f5c542011-06-18 22:51:13 +020011963L: linux-edac@vger.kernel.org
11964S: Maintained
11965F: arch/x86/kernel/cpu/mcheck/*
11966
Borislav Petkov79ebdc92015-10-20 11:54:49 +020011967X86 MICROCODE UPDATE SUPPORT
11968M: Borislav Petkov <bp@alien8.de>
11969S: Maintained
11970F: arch/x86/kernel/cpu/microcode/*
11971
Andy Lutomirskif0905c52014-12-12 16:25:47 -080011972X86 VDSO
11973M: Andy Lutomirski <luto@amacapital.net>
11974L: linux-kernel@vger.kernel.org
11975T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11976S: Maintained
Ingo Molnard603c8e2015-06-03 18:05:44 +020011977F: arch/x86/entry/vdso/
Andy Lutomirskif0905c52014-12-12 16:25:47 -080011978
Mauro Carvalho Chehabd6fad502012-11-02 12:05:07 -020011979XC2028/3028 TUNER DRIVER
Mauro Carvalho Chehab009a5412014-11-21 15:48:27 -020011980M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehabd6fad502012-11-02 12:05:07 -020011981L: linux-media@vger.kernel.org
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020011982W: https://linuxtv.org
Mauro Carvalho Chehabd6fad502012-11-02 12:05:07 -020011983T: git git://linuxtv.org/media_tree.git
11984S: Maintained
11985F: drivers/media/tuners/tuner-xc2028.*
11986
Ian Campbellc4468082011-04-27 15:26:46 -070011987XEN HYPERVISOR INTERFACE
Ian Campbellc4468082011-04-27 15:26:46 -070011988M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk3eeef8f2013-08-05 14:01:49 -040011989M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
11990M: David Vrabel <david.vrabel@citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040011991L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
David Vrabelea70ba32014-01-17 11:51:51 +000011992T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
Ian Campbellc4468082011-04-27 15:26:46 -070011993S: Supported
11994F: arch/x86/xen/
11995F: drivers/*/xen-*front.c
11996F: drivers/xen/
11997F: arch/x86/include/asm/xen/
11998F: include/xen/
Cesar Eduardo Barrosc117ab82013-01-04 15:35:22 -080011999F: include/uapi/xen/
Ian Campbellc4468082011-04-27 15:26:46 -070012000
Stefano Stabellini77bfb472012-09-14 13:35:15 +000012001XEN HYPERVISOR ARM
12002M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040012003L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Stefano Stabellini77bfb472012-09-14 13:35:15 +000012004S: Supported
12005F: arch/arm/xen/
12006F: arch/arm/include/asm/xen/
12007
Stefano Stabellinib475e832013-06-04 16:13:23 +000012008XEN HYPERVISOR ARM64
12009M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040012010L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Stefano Stabellinib475e832013-06-04 16:13:23 +000012011S: Supported
12012F: arch/arm64/xen/
12013F: arch/arm64/include/asm/xen/
12014
Ian Campbell9b57e1a2011-04-03 23:12:23 +000012015XEN NETWORK BACKEND DRIVER
12016M: Ian Campbell <ian.campbell@citrix.com>
Wei Liu83860402013-09-26 12:41:53 +010012017M: Wei Liu <wei.liu2@citrix.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040012018L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Ian Campbell9b57e1a2011-04-03 23:12:23 +000012019L: netdev@vger.kernel.org
12020S: Supported
12021F: drivers/net/xen-netback/*
12022
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040012023XEN PCI SUBSYSTEM
12024M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040012025L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +020012026S: Supported
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040012027F: arch/x86/pci/*xen*
12028F: drivers/pci/*xen*
12029
Konrad Rzeszutek Wilka2c5ae62014-06-27 10:10:45 -040012030XEN BLOCK SUBSYSTEM
12031M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Roger Pau Monnebcadb692015-01-23 17:14:29 +010012032M: Roger Pau Monné <roger.pau@citrix.com>
Konrad Rzeszutek Wilka2c5ae62014-06-27 10:10:45 -040012033L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12034S: Supported
12035F: drivers/block/xen-blkback/*
12036F: drivers/block/xen*
12037
Juergen Gross15d03602014-08-28 06:44:13 +020012038XEN PVSCSI DRIVERS
12039M: Juergen Gross <jgross@suse.com>
12040L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
12041L: linux-scsi@vger.kernel.org
12042S: Supported
12043F: drivers/scsi/xen-scsifront.c
12044F: drivers/xen/xen-scsiback.c
12045F: include/xen/interface/io/vscsiif.h
12046
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040012047XEN SWIOTLB SUBSYSTEM
12048M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk11dbb522013-08-05 13:59:36 -040012049L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
Konrad Rzeszutek Wilkc5f8e292010-10-04 13:32:26 -040012050S: Supported
12051F: arch/x86/xen/*swiotlb*
12052F: drivers/xen/*swiotlb*
12053
Linus Torvalds1da177e2005-04-16 15:20:36 -070012054XFS FILESYSTEM
12055P: Silicon Graphics Inc
Namjae Jeon809625c2013-12-08 23:33:50 +090012056M: Dave Chinner <david@fromorbit.com>
Ben Myers18caa672012-04-12 17:05:05 +000012057M: xfs@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +100012058L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -070012059W: http://oss.sgi.com/projects/xfs
Fengguang Wu9f273c22016-01-20 15:03:25 -080012060T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070012061S: Supported
Joe Perches679655d2009-04-07 20:44:32 -070012062F: Documentation/filesystems/xfs.txt
12063F: fs/xfs/
Linus Torvalds1da177e2005-04-16 15:20:36 -070012064
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000012065XILINX AXI ETHERNET DRIVER
Michal Simek59a54f32012-04-12 01:11:12 +000012066M: Anirudha Sarangi <anirudh@xilinx.com>
12067M: John Linn <John.Linn@xilinx.com>
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000012068S: Maintained
12069F: drivers/net/ethernet/xilinx/xilinx_axienet*
12070
Peter Korsgaard238b8722006-12-06 20:35:17 -080012071XILINX UARTLITE SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070012072M: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard238b8722006-12-06 20:35:17 -080012073L: linux-serial@vger.kernel.org
12074S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080012075F: drivers/tty/serial/uartlite.c
Peter Korsgaard238b8722006-12-06 20:35:17 -080012076
Laurent Pinchartdf330512013-05-15 11:36:19 -030012077XILINX VIDEO IP CORES
12078M: Hyun Kwon <hyun.kwon@xilinx.com>
12079M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12080L: linux-media@vger.kernel.org
12081T: git git://linuxtv.org/media_tree.git
12082S: Supported
12083F: Documentation/devicetree/bindings/media/xilinx/
12084F: drivers/media/platform/xilinx/
Laurent Pincharta5562f62013-05-15 11:36:56 -030012085F: include/uapi/linux/xilinx-v4l2-controls.h
Laurent Pinchartdf330512013-05-15 11:36:19 -030012086
Eli Billauer74316942014-09-09 09:38:01 +030012087XILLYBUS DRIVER
12088M: Eli Billauer <eli.billauer@gmail.com>
12089L: linux-kernel@vger.kernel.org
12090S: Supported
12091F: drivers/char/xillybus/
12092
Max Filippovf620e4b2014-03-12 21:55:26 +040012093XTENSA XTFPGA PLATFORM SUPPORT
12094M: Max Filippov <jcmvbkbc@gmail.com>
12095L: linux-xtensa@linux-xtensa.org
12096S: Maintained
12097F: drivers/spi/spi-xtensa-xtfpga.c
Max Filippov57b70682014-12-26 20:19:38 +030012098F: sound/soc/xtensa/xtfpga-i2s.c
Max Filippovf620e4b2014-03-12 21:55:26 +040012099
Linus Torvalds1da177e2005-04-16 15:20:36 -070012100YAM DRIVER FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -070012101M: Jean-Paul Roubelat <jpr@f6fbb.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012102L: linux-hams@vger.kernel.org
12103S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070012104F: drivers/net/hamradio/yam*
12105F: include/linux/yam.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070012106
Henkaf64a5e2005-10-12 15:02:56 +020012107YEALINK PHONE DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070012108M: Henk Vergonet <Henk.Vergonet@gmail.com>
Henkaf64a5e2005-10-12 15:02:56 +020012109L: usbb2k-api-dev@nongnu.org
12110S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070012111F: Documentation/input/yealink.txt
12112F: drivers/input/misc/yealink.*
Henkaf64a5e2005-10-12 15:02:56 +020012113
Linus Torvalds1da177e2005-04-16 15:20:36 -070012114Z8530 DRIVER FOR AX.25
Joe Perches8b58be82009-07-29 15:04:30 -070012115M: Joerg Reuter <jreuter@yaina.de>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012116W: http://yaina.de/jreuter/
12117W: http://www.qsl.net/dl1bke/
12118L: linux-hams@vger.kernel.org
12119S: Maintained
Joe Perches679655d2009-04-07 20:44:32 -070012120F: Documentation/networking/z8530drv.txt
12121F: drivers/net/hamradio/*scc.c
12122F: drivers/net/hamradio/z8530.h
Linus Torvalds1da177e2005-04-16 15:20:36 -070012123
Seth Jennings0cf31ec2013-07-08 16:00:05 -070012124ZBUD COMPRESSED PAGE ALLOCATOR
Seth Jennings0bb181c2016-02-02 16:57:23 -080012125M: Seth Jennings <sjenning@redhat.com>
Seth Jennings0cf31ec2013-07-08 16:00:05 -070012126L: linux-mm@kvack.org
12127S: Maintained
12128F: mm/zbud.c
12129F: include/linux/zbud.h
12130
Daniel Drake7c0c3af2006-07-16 13:55:17 +010012131ZD1211RW WIRELESS DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070012132M: Daniel Drake <dsd@gentoo.org>
12133M: Ulrich Kunitz <kune@deine-taler.de>
Daniel Drake7c0c3af2006-07-16 13:55:17 +010012134W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -070012135L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +010012136L: zd1211-devs@lists.sourceforge.net (subscribers-only)
12137S: Maintained
Kalle Valo69483002015-11-18 09:27:32 +020012138F: drivers/net/wireless/zydas/zd1211rw/
Daniel Drake7c0c3af2006-07-16 13:55:17 +010012139
Dan Streetman20263022015-06-30 14:59:57 -070012140ZPOOL COMPRESSED PAGE STORAGE API
12141M: Dan Streetman <ddstreet@ieee.org>
12142L: linux-mm@kvack.org
12143S: Maintained
12144F: mm/zpool.c
12145F: include/linux/zpool.h
12146
Linus Torvalds1da177e2005-04-16 15:20:36 -070012147ZR36067 VIDEO FOR LINUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -070012148L: mjpeg-users@lists.sourceforge.net
Trent Piephof63145e2009-01-24 20:52:41 -030012149L: linux-media@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070012150W: http://mjpeg.sourceforge.net/driver-zoran/
Mauro Carvalho Chehaba825eae2015-12-04 10:31:23 -020012151T: hg https://linuxtv.org/hg/v4l-dvb
Trent Piephof63145e2009-01-24 20:52:41 -030012152S: Odd Fixes
Mauro Carvalho Chehab90d72ac2012-09-15 17:59:42 -030012153F: drivers/media/pci/zoran/
Linus Torvalds1da177e2005-04-16 15:20:36 -070012154
Minchan Kim6920f2c2014-01-30 15:45:56 -080012155ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12156M: Minchan Kim <minchan@kernel.org>
12157M: Nitin Gupta <ngupta@vflare.org>
Minchan Kim74f30372015-05-05 16:23:28 -070012158R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Minchan Kim6920f2c2014-01-30 15:45:56 -080012159L: linux-kernel@vger.kernel.org
12160S: Maintained
12161F: drivers/block/zram/
12162F: Documentation/blockdev/zram.txt
12163
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070012164ZS DECSTATION Z85C30 SERIAL DRIVER
Joe Perches8b58be82009-07-29 15:04:30 -070012165M: "Maciej W. Rozycki" <macro@linux-mips.org>
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070012166S: Maintained
Greg Kroah-Hartmandf621252011-01-13 14:47:04 -080012167F: drivers/tty/serial/zs.*
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -070012168
Minchan Kimeae70d02014-01-30 15:45:57 -080012169ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12170M: Minchan Kim <minchan@kernel.org>
12171M: Nitin Gupta <ngupta@vflare.org>
Sergey Senozhatsky41192a22015-10-22 13:32:13 -070012172R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Minchan Kimeae70d02014-01-30 15:45:57 -080012173L: linux-mm@kvack.org
12174S: Maintained
12175F: mm/zsmalloc.c
12176F: include/linux/zsmalloc.h
Minchan Kimd02be502015-04-15 16:15:46 -070012177F: Documentation/vm/zsmalloc.txt
Minchan Kimeae70d02014-01-30 15:45:57 -080012178
Seth Jennings0cf31ec2013-07-08 16:00:05 -070012179ZSWAP COMPRESSED SWAP CACHING
Seth Jennings0bb181c2016-02-02 16:57:23 -080012180M: Seth Jennings <sjenning@redhat.com>
Seth Jennings0cf31ec2013-07-08 16:00:05 -070012181L: linux-mm@kvack.org
12182S: Maintained
12183F: mm/zswap.c
12184
Linus Torvalds1da177e2005-04-16 15:20:36 -070012185THE REST
Joe Perches8b58be82009-07-29 15:04:30 -070012186M: Linus Torvalds <torvalds@linux-foundation.org>
Joe Perches34d03cc2009-06-16 15:34:06 -070012187L: linux-kernel@vger.kernel.org
Joe Perches8a6e2532010-03-05 13:43:11 -080012188Q: http://patchwork.kernel.org/project/LKML/list/
Tracey Dentd16adea2011-08-11 02:59:00 -040012189T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Linus Torvalds1da177e2005-04-16 15:20:36 -070012190S: Buried alive in reporters
Joe Perches34d03cc2009-06-16 15:34:06 -070012191F: *
12192F: */