[media] media: fix semicolon.cocci warnings
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blob8e7e8d7855ee7c92d5815983b211ff68a00b5a36
3         List of maintainers and how to submit kernel changes
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
12 2.      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.)
20 3.      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.
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
53         PLEASE remember that submissions must be made under the terms
54         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
57         Documentation/process/submitting-patches.rst.
59 6.      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.
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
67 8.      Happy hacking.
69 Descriptions of section entries:
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         B: URI for where to file bugs. A web-page with detailed bug
78            filing info, a direct bug tracker link, or a mailto: URI.
79         C: URI for chat protocol, server and channel where developers
80            usually hang out, for example irc://server/channel.
81         Q: Patchwork web based patch tracking system site
82         T: SCM tree type and location.
83            Type is one of: git, hg, quilt, stgit, topgit
84         B: Bug tracking system location.
85         S: Status, one of the following:
86            Supported:   Someone is actually paid to look after this.
87            Maintained:  Someone actually looks after it.
88            Odd Fixes:   It has a maintainer but they don't have time to do
89                         much other than throw the odd patch in. See below..
90            Orphan:      No current maintainer [but maybe you could take the
91                         role as you write your new code].
92            Obsolete:    Old code. Something tagged obsolete generally means
93                         it has been replaced by a better system and you
94                         should be using that.
95         F: Files and directories with wildcard patterns.
96            A trailing slash includes all files and subdirectory files.
97            F:   drivers/net/    all files in and below drivers/net
98            F:   drivers/net/*   all files in drivers/net, but not below
99            F:   */net/*         all files in "any top level directory"/net
100            One pattern per line.  Multiple F: lines acceptable.
101         N: Files and directories with regex patterns.
102            N:   [^a-z]tegra     all files whose path contains the word tegra
103            One pattern per line.  Multiple N: lines acceptable.
104            scripts/get_maintainer.pl has different behavior for files that
105            match F: pattern and matches of N: patterns.  By default,
106            get_maintainer will not look at git log history when an F: pattern
107            match occurs.  When an N: match occurs, git log history is used
108            to also notify the people that have git commit signatures.
109         X: Files and directories that are NOT maintained, same rules as F:
110            Files exclusions are tested before file matches.
111            Can be useful for excluding a specific subdirectory, for instance:
112            F:   net/
113            X:   net/ipv6/
114            matches all files in and below net excluding net/ipv6/
115         K: Keyword perl extended regex pattern to match content in a
116            patch or file.  For instance:
117            K: of_get_profile
118               matches patches or files that contain "of_get_profile"
119            K: \b(printk|pr_(info|err))\b
120               matches patches or files that contain one or more of the words
121               printk, pr_info or pr_err
122            One regex pattern per line.  Multiple K: lines acceptable.
124 Note: For the hard of thinking, this list is meant to remain in alphabetical
125 order. If you could add yourselves to it in alphabetical order that would be
126 so much easier [Ed]
128 Maintainers List (try to look for most precise areas first)
130                 -----------------------------------
132 3C59X NETWORK DRIVER
133 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136 F:      Documentation/networking/vortex.txt
137 F:      drivers/net/ethernet/3com/3c59x.c
139 3CR990 NETWORK DRIVER
140 M:      David Dillow <dave@thedillows.org>
141 L:      netdev@vger.kernel.org
142 S:      Maintained
143 F:      drivers/net/ethernet/3com/typhoon*
145 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
146 M:      Adam Radford <aradford@gmail.com>
147 L:      linux-scsi@vger.kernel.org
148 W:      http://www.lsi.com
149 S:      Supported
150 F:      drivers/scsi/3w-*
152 53C700 AND 53C700-66 SCSI DRIVER
153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
154 L:      linux-scsi@vger.kernel.org
155 S:      Maintained
156 F:      drivers/scsi/53c700*
158 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
159 M:      Alexander Aring <aar@pengutronix.de>
160 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
161 L:      linux-bluetooth@vger.kernel.org
162 L:      linux-wpan@vger.kernel.org
163 S:      Maintained
164 F:      net/6lowpan/
165 F:      include/net/6lowpan.h
166 F:      Documentation/networking/6lowpan.txt
168 6PACK NETWORK DRIVER FOR AX.25
169 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
170 L:      linux-hams@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/hamradio/6pack.c
174 8169 10/100/1000 GIGABIT ETHERNET DRIVER
175 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
176 L:      netdev@vger.kernel.org
177 S:      Maintained
178 F:      drivers/net/ethernet/realtek/r8169.c
180 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
181 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
182 L:      linux-serial@vger.kernel.org
183 S:      Maintained
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
185 F:      drivers/tty/serial/8250*
186 F:      include/linux/serial_8250.h
188 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
189 L:      netdev@vger.kernel.org
190 S:      Orphan / Obsolete
191 F:      drivers/net/ethernet/8390/
193 9P FILE SYSTEM
194 M:      Eric Van Hensbergen <ericvh@gmail.com>
195 M:      Ron Minnich <rminnich@sandia.gov>
196 M:      Latchesar Ionkov <lucho@ionkov.net>
197 L:      v9fs-developer@lists.sourceforge.net
198 W:      http://swik.net/v9fs
199 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
201 S:      Maintained
202 F:      Documentation/filesystems/9p.txt
203 F:      fs/9p/
204 F:      net/9p/
205 F:      include/net/9p/
206 F:      include/uapi/linux/virtio_9p.h
207 F:      include/trace/events/9p.h
210 A8293 MEDIA DRIVER
211 M:      Antti Palosaari <crope@iki.fi>
212 L:      linux-media@vger.kernel.org
213 W:      https://linuxtv.org
214 W:      http://palosaari.fi/linux/
215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
216 T:      git git://linuxtv.org/anttip/media_tree.git
217 S:      Maintained
218 F:      drivers/media/dvb-frontends/a8293*
220 AACRAID SCSI RAID DRIVER
221 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
222 L:      linux-scsi@vger.kernel.org
223 W:      http://www.adaptec.com/
224 S:      Supported
225 F:      Documentation/scsi/aacraid.txt
226 F:      drivers/scsi/aacraid/
228 ABI/API
229 L:      linux-api@vger.kernel.org
230 F:      include/linux/syscalls.h
231 F:      kernel/sys_ni.c
233 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
234 M:      Hans de Goede <hdegoede@redhat.com>
235 L:      linux-hwmon@vger.kernel.org
236 S:      Maintained
237 F:      drivers/hwmon/abituguru.c
239 ABIT UGURU 3 HARDWARE MONITOR DRIVER
240 M:      Alistair John Strachan <alistair@devzero.co.uk>
241 L:      linux-hwmon@vger.kernel.org
242 S:      Maintained
243 F:      drivers/hwmon/abituguru3.c
245 ACCES 104-DIO-48E GPIO DRIVER
246 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
247 L:      linux-gpio@vger.kernel.org
248 S:      Maintained
249 F:      drivers/gpio/gpio-104-dio-48e.c
251 ACCES 104-IDI-48 GPIO DRIVER
252 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
253 L:      linux-gpio@vger.kernel.org
254 S:      Maintained
255 F:      drivers/gpio/gpio-104-idi-48.c
257 ACCES 104-IDIO-16 GPIO DRIVER
258 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L:      linux-gpio@vger.kernel.org
260 S:      Maintained
261 F:      drivers/gpio/gpio-104-idio-16.c
263 ACCES 104-QUAD-8 IIO DRIVER
264 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
265 L:      linux-iio@vger.kernel.org
266 S:      Maintained
267 F:      drivers/iio/counter/104-quad-8.c
269 ACENIC DRIVER
270 M:      Jes Sorensen <jes@trained-monkey.org>
271 L:      linux-acenic@sunsite.dk
272 S:      Maintained
273 F:      drivers/net/ethernet/alteon/acenic*
275 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
276 M:      Peter Feuerer <peter@piie.net>
277 L:      platform-driver-x86@vger.kernel.org
278 W:      http://piie.net/?section=acerhdf
279 S:      Maintained
280 F:      drivers/platform/x86/acerhdf.c
282 ACER WMI LAPTOP EXTRAS
283 M:      "Lee, Chun-Yi" <jlee@suse.com>
284 L:      platform-driver-x86@vger.kernel.org
285 S:      Maintained
286 F:      drivers/platform/x86/acer-wmi.c
288 ACPI
289 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
290 M:      Len Brown <lenb@kernel.org>
291 L:      linux-acpi@vger.kernel.org
292 W:      https://01.org/linux-acpi
293 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
295 B:      https://bugzilla.kernel.org
296 S:      Supported
297 F:      drivers/acpi/
298 F:      drivers/pnp/pnpacpi/
299 F:      include/linux/acpi.h
300 F:      include/acpi/
301 F:      Documentation/acpi/
302 F:      Documentation/ABI/testing/sysfs-bus-acpi
303 F:      Documentation/ABI/testing/configfs-acpi
304 F:      drivers/pci/*acpi*
305 F:      drivers/pci/*/*acpi*
306 F:      drivers/pci/*/*/*acpi*
307 F:      tools/power/acpi/
309 ACPI COMPONENT ARCHITECTURE (ACPICA)
310 M:      Robert Moore <robert.moore@intel.com>
311 M:      Lv Zheng <lv.zheng@intel.com>
312 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 L:      devel@acpica.org
315 W:      https://acpica.org/
316 W:      https://github.com/acpica/acpica/
317 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
319 B:      https://bugzilla.kernel.org
320 B:      https://bugs.acpica.org
321 S:      Supported
322 F:      drivers/acpi/acpica/
323 F:      include/acpi/
324 F:      tools/power/acpi/
326 ACPI FAN DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 B:      https://bugzilla.kernel.org
331 S:      Supported
332 F:      drivers/acpi/fan.c
334 ACPI FOR ARM64 (ACPI/arm64)
335 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
336 M:      Hanjun Guo <hanjun.guo@linaro.org>
337 M:      Sudeep Holla <sudeep.holla@arm.com>
338 L:      linux-acpi@vger.kernel.org
339 S:      Maintained
340 F:      drivers/acpi/arm64
342 ACPI THERMAL DRIVER
343 M:      Zhang Rui <rui.zhang@intel.com>
344 L:      linux-acpi@vger.kernel.org
345 W:      https://01.org/linux-acpi
346 B:      https://bugzilla.kernel.org
347 S:      Supported
348 F:      drivers/acpi/*thermal*
350 ACPI VIDEO DRIVER
351 M:      Zhang Rui <rui.zhang@intel.com>
352 L:      linux-acpi@vger.kernel.org
353 W:      https://01.org/linux-acpi
354 B:      https://bugzilla.kernel.org
355 S:      Supported
356 F:      drivers/acpi/acpi_video.c
358 ACPI WMI DRIVER
359 L:      platform-driver-x86@vger.kernel.org
360 S:      Orphan
361 F:      drivers/platform/x86/wmi.c
363 AD1889 ALSA SOUND DRIVER
364 M:      Thibaut Varene <T-Bone@parisc-linux.org>
365 W:      http://wiki.parisc-linux.org/AD1889
366 L:      linux-parisc@vger.kernel.org
367 S:      Maintained
368 F:      sound/pci/ad1889.*
370 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
371 M:      Michael Hennerich <michael.hennerich@analog.com>
372 W:      http://wiki.analog.com/AD5254
373 W:      http://ez.analog.com/community/linux-device-drivers
374 S:      Supported
375 F:      drivers/misc/ad525x_dpot.c
377 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
378 M:      Michael Hennerich <michael.hennerich@analog.com>
379 W:      http://wiki.analog.com/AD5398
380 W:      http://ez.analog.com/community/linux-device-drivers
381 S:      Supported
382 F:      drivers/regulator/ad5398.c
384 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      http://wiki.analog.com/AD7142
387 W:      http://ez.analog.com/community/linux-device-drivers
388 S:      Supported
389 F:      drivers/input/misc/ad714x.c
391 AD7877 TOUCHSCREEN DRIVER
392 M:      Michael Hennerich <michael.hennerich@analog.com>
393 W:      http://wiki.analog.com/AD7877
394 W:      http://ez.analog.com/community/linux-device-drivers
395 S:      Supported
396 F:      drivers/input/touchscreen/ad7877.c
398 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
399 M:      Michael Hennerich <michael.hennerich@analog.com>
400 W:      http://wiki.analog.com/AD7879
401 W:      http://ez.analog.com/community/linux-device-drivers
402 S:      Supported
403 F:      drivers/input/touchscreen/ad7879.c
405 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
406 M:      Jiri Kosina <jikos@kernel.org>
407 S:      Maintained
409 ADF7242 IEEE 802.15.4 RADIO DRIVER
410 M:      Michael Hennerich <michael.hennerich@analog.com>
411 W:      https://wiki.analog.com/ADF7242
412 W:      http://ez.analog.com/community/linux-device-drivers
413 L:      linux-wpan@vger.kernel.org
414 S:      Supported
415 F:      drivers/net/ieee802154/adf7242.c
416 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
418 ADM1025 HARDWARE MONITOR DRIVER
419 M:      Jean Delvare <jdelvare@suse.com>
420 L:      linux-hwmon@vger.kernel.org
421 S:      Maintained
422 F:      Documentation/hwmon/adm1025
423 F:      drivers/hwmon/adm1025.c
425 ADM1029 HARDWARE MONITOR DRIVER
426 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
427 L:      linux-hwmon@vger.kernel.org
428 S:      Maintained
429 F:      drivers/hwmon/adm1029.c
431 ADM8211 WIRELESS DRIVER
432 L:      linux-wireless@vger.kernel.org
433 W:      http://wireless.kernel.org/
434 S:      Orphan
435 F:      drivers/net/wireless/admtek/adm8211.*
437 ADP1653 FLASH CONTROLLER DRIVER
438 M:      Sakari Ailus <sakari.ailus@iki.fi>
439 L:      linux-media@vger.kernel.org
440 S:      Maintained
441 F:      drivers/media/i2c/adp1653.c
442 F:      include/media/i2c/adp1653.h
444 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
445 M:      Michael Hennerich <michael.hennerich@analog.com>
446 W:      http://wiki.analog.com/ADP5520
447 W:      http://ez.analog.com/community/linux-device-drivers
448 S:      Supported
449 F:      drivers/mfd/adp5520.c
450 F:      drivers/video/backlight/adp5520_bl.c
451 F:      drivers/leds/leds-adp5520.c
452 F:      drivers/gpio/gpio-adp5520.c
453 F:      drivers/input/keyboard/adp5520-keys.c
455 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
456 M:      Michael Hennerich <michael.hennerich@analog.com>
457 W:      http://wiki.analog.com/ADP5588
458 W:      http://ez.analog.com/community/linux-device-drivers
459 S:      Supported
460 F:      drivers/input/keyboard/adp5588-keys.c
461 F:      drivers/gpio/gpio-adp5588.c
463 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
464 M:      Michael Hennerich <michael.hennerich@analog.com>
465 W:      http://wiki.analog.com/ADP8860
466 W:      http://ez.analog.com/community/linux-device-drivers
467 S:      Supported
468 F:      drivers/video/backlight/adp8860_bl.c
470 ADS1015 HARDWARE MONITOR DRIVER
471 M:      Dirk Eibach <eibach@gdsys.de>
472 L:      linux-hwmon@vger.kernel.org
473 S:      Maintained
474 F:      Documentation/hwmon/ads1015
475 F:      drivers/hwmon/ads1015.c
476 F:      include/linux/i2c/ads1015.h
478 ADT746X FAN DRIVER
479 M:      Colin Leroy <colin@colino.net>
480 S:      Maintained
481 F:      drivers/macintosh/therm_adt746x.c
483 ADT7475 HARDWARE MONITOR DRIVER
484 M:      Jean Delvare <jdelvare@suse.com>
485 L:      linux-hwmon@vger.kernel.org
486 S:      Maintained
487 F:      Documentation/hwmon/adt7475
488 F:      drivers/hwmon/adt7475.c
490 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
491 M:      Michael Hennerich <michael.hennerich@analog.com>
492 W:      http://wiki.analog.com/ADXL345
493 W:      http://ez.analog.com/community/linux-device-drivers
494 S:      Supported
495 F:      drivers/input/misc/adxl34x.c
497 ADVANSYS SCSI DRIVER
498 M:      Matthew Wilcox <matthew@wil.cx>
499 M:      Hannes Reinecke <hare@suse.com>
500 L:      linux-scsi@vger.kernel.org
501 S:      Maintained
502 F:      Documentation/scsi/advansys.txt
503 F:      drivers/scsi/advansys.c
505 AEDSP16 DRIVER
506 M:      Riccardo Facchetti <fizban@tin.it>
507 S:      Maintained
508 F:      sound/oss/aedsp16.c
510 AF9013 MEDIA DRIVER
511 M:      Antti Palosaari <crope@iki.fi>
512 L:      linux-media@vger.kernel.org
513 W:      https://linuxtv.org
514 W:      http://palosaari.fi/linux/
515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
516 T:      git git://linuxtv.org/anttip/media_tree.git
517 S:      Maintained
518 F:      drivers/media/dvb-frontends/af9013*
520 AF9033 MEDIA DRIVER
521 M:      Antti Palosaari <crope@iki.fi>
522 L:      linux-media@vger.kernel.org
523 W:      https://linuxtv.org
524 W:      http://palosaari.fi/linux/
525 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
526 T:      git git://linuxtv.org/anttip/media_tree.git
527 S:      Maintained
528 F:      drivers/media/dvb-frontends/af9033*
530 AFFS FILE SYSTEM
531 L:      linux-fsdevel@vger.kernel.org
532 S:      Orphan
533 F:      Documentation/filesystems/affs.txt
534 F:      fs/affs/
536 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
537 M:      David Howells <dhowells@redhat.com>
538 L:      linux-afs@lists.infradead.org
539 S:      Supported
540 F:      fs/afs/
541 F:      include/net/af_rxrpc.h
542 F:      net/rxrpc/af_rxrpc.c
543 W:      https://www.infradead.org/~dhowells/kafs/
545 AGPGART DRIVER
546 M:      David Airlie <airlied@linux.ie>
547 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
548 S:      Maintained
549 F:      drivers/char/agp/
550 F:      include/linux/agp*
551 F:      include/uapi/linux/agp*
553 AHA152X SCSI DRIVER
554 M:      "Juergen E. Fischer" <fischer@norbit.de>
555 L:      linux-scsi@vger.kernel.org
556 S:      Maintained
557 F:      drivers/scsi/aha152x*
558 F:      drivers/scsi/pcmcia/aha152x*
560 AIC7XXX / AIC79XX SCSI DRIVER
561 M:      Hannes Reinecke <hare@suse.com>
562 L:      linux-scsi@vger.kernel.org
563 S:      Maintained
564 F:      drivers/scsi/aic7xxx/
566 AIMSLAB FM RADIO RECEIVER DRIVER
567 M:      Hans Verkuil <hverkuil@xs4all.nl>
568 L:      linux-media@vger.kernel.org
569 T:      git git://linuxtv.org/media_tree.git
570 W:      https://linuxtv.org
571 S:      Maintained
572 F:      drivers/media/radio/radio-aimslab*
575 M:      Benjamin LaHaise <bcrl@kvack.org>
576 L:      linux-aio@kvack.org
577 S:      Supported
578 F:      fs/aio.c
579 F:      include/linux/*aio*.h
581 AIRSPY MEDIA DRIVER
582 M:      Antti Palosaari <crope@iki.fi>
583 L:      linux-media@vger.kernel.org
584 W:      https://linuxtv.org
585 W:      http://palosaari.fi/linux/
586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
587 T:      git git://linuxtv.org/anttip/media_tree.git
588 S:      Maintained
589 F:      drivers/media/usb/airspy/
591 ALACRITECH GIGABIT ETHERNET DRIVER
592 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
593 S:      Maintained
594 F:      drivers/net/ethernet/alacritech/*
596 ALCATEL SPEEDTOUCH USB DRIVER
597 M:      Duncan Sands <duncan.sands@free.fr>
598 L:      linux-usb@vger.kernel.org
599 W:      http://www.linux-usb.org/SpeedTouch/
600 S:      Maintained
601 F:      drivers/usb/atm/speedtch.c
602 F:      drivers/usb/atm/usbatm.c
604 ALCHEMY AU1XX0 MMC DRIVER
605 M:      Manuel Lauss <manuel.lauss@gmail.com>
606 S:      Maintained
607 F:      drivers/mmc/host/au1xmmc.c
609 ALI1563 I2C DRIVER
610 M:      Rudolf Marek <r.marek@assembler.cz>
611 L:      linux-i2c@vger.kernel.org
612 S:      Maintained
613 F:      Documentation/i2c/busses/i2c-ali1563
614 F:      drivers/i2c/busses/i2c-ali1563.c
616 ALLWINNER SECURITY SYSTEM
617 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
618 L:      linux-crypto@vger.kernel.org
619 S:      Maintained
620 F:      drivers/crypto/sunxi-ss/
622 ALPHA PORT
623 M:      Richard Henderson <rth@twiddle.net>
624 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
625 M:      Matt Turner <mattst88@gmail.com>
626 S:      Odd Fixes
627 L:      linux-alpha@vger.kernel.org
628 F:      arch/alpha/
630 ALPS PS/2 TOUCHPAD DRIVER
631 R:      Pali Rohár <pali.rohar@gmail.com>
632 F:      drivers/input/mouse/alps.*
634 ALTERA MAILBOX DRIVER
635 M:      Ley Foon Tan <lftan@altera.com>
636 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
637 S:      Maintained
638 F:      drivers/mailbox/mailbox-altera.c
640 ALTERA PIO DRIVER
641 M:      Tien Hock Loh <thloh@altera.com>
642 L:      linux-gpio@vger.kernel.org
643 S:      Maintained
644 F:      drivers/gpio/gpio-altera.c
646 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
647 M:      Thor Thayer <tthayer@opensource.altera.com>
648 S:      Maintained
649 F:      drivers/gpio/gpio-altera-a10sr.c
650 F:      drivers/mfd/altera-a10sr.c
651 F:      include/linux/mfd/altera-a10sr.h
653 ALTERA TRIPLE SPEED ETHERNET DRIVER
654 M:      Vince Bridgers <vbridger@opensource.altera.com>
655 L:      netdev@vger.kernel.org
656 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
657 S:      Maintained
658 F:      drivers/net/ethernet/altera/
660 ALTERA UART/JTAG UART SERIAL DRIVERS
661 M:      Tobias Klauser <tklauser@distanz.ch>
662 L:      linux-serial@vger.kernel.org
663 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664 S:      Maintained
665 F:      drivers/tty/serial/altera_uart.c
666 F:      drivers/tty/serial/altera_jtaguart.c
667 F:      include/linux/altera_uart.h
668 F:      include/linux/altera_jtaguart.h
670 AMAZON ETHERNET DRIVERS
671 M:      Netanel Belgazal <netanel@annapurnalabs.com>
672 R:      Saeed Bishara <saeed@annapurnalabs.com>
673 R:      Zorik Machulsky <zorik@annapurnalabs.com>
674 L:      netdev@vger.kernel.org
675 S:      Supported
676 F:      Documentation/networking/ena.txt
677 F:      drivers/net/ethernet/amazon/
679 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
680 M:      Tom Lendacky <thomas.lendacky@amd.com>
681 M:      Gary Hook <gary.hook@amd.com>
682 L:      linux-crypto@vger.kernel.org
683 S:      Supported
684 F:      drivers/crypto/ccp/
685 F:      include/linux/ccp.h
687 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
688 M:      Huang Rui <ray.huang@amd.com>
689 L:      linux-hwmon@vger.kernel.org
690 S:      Supported
691 F:      Documentation/hwmon/fam15h_power
692 F:      drivers/hwmon/fam15h_power.c
694 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
695 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
696 S:      Orphan
697 F:      drivers/usb/gadget/udc/amd5536udc.*
699 AMD GEODE PROCESSOR/CHIPSET SUPPORT
700 P:      Andres Salomon <dilinger@queued.net>
701 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
702 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
703 S:      Supported
704 F:      drivers/char/hw_random/geode-rng.c
705 F:      drivers/crypto/geode*
706 F:      drivers/video/fbdev/geode/
707 F:      arch/x86/include/asm/geode.h
709 AMD IOMMU (AMD-VI)
710 M:      Joerg Roedel <joro@8bytes.org>
711 L:      iommu@lists.linux-foundation.org
712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
713 S:      Maintained
714 F:      drivers/iommu/amd_iommu*.[ch]
715 F:      include/linux/amd-iommu.h
717 AMD KFD
718 M:      Oded Gabbay <oded.gabbay@gmail.com>
719 L:      dri-devel@lists.freedesktop.org
720 T:      git git://people.freedesktop.org/~gabbayo/linux.git
721 S:      Supported
722 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
723 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
724 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
725 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
726 F:      drivers/gpu/drm/amd/amdkfd/
727 F:      drivers/gpu/drm/amd/include/cik_structs.h
728 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
729 F:      drivers/gpu/drm/amd/include/vi_structs.h
730 F:      drivers/gpu/drm/radeon/radeon_kfd.c
731 F:      drivers/gpu/drm/radeon/radeon_kfd.h
732 F:      include/uapi/linux/kfd_ioctl.h
734 AMD SEATTLE DEVICE TREE SUPPORT
735 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
736 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
737 M:      Tom Lendacky <thomas.lendacky@amd.com>
738 S:      Supported
739 F:      arch/arm64/boot/dts/amd/
741 AMD XGBE DRIVER
742 M:      Tom Lendacky <thomas.lendacky@amd.com>
743 L:      netdev@vger.kernel.org
744 S:      Supported
745 F:      drivers/net/ethernet/amd/xgbe/
746 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
748 AMS (Apple Motion Sensor) DRIVER
749 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
750 S:      Supported
751 F:      drivers/macintosh/ams/
753 ANALOG DEVICES INC AD9389B DRIVER
754 M:      Hans Verkuil <hans.verkuil@cisco.com>
755 L:      linux-media@vger.kernel.org
756 S:      Maintained
757 F:      drivers/media/i2c/ad9389b*
759 ANALOG DEVICES INC ADV7180 DRIVER
760 M:      Lars-Peter Clausen <lars@metafoo.de>
761 L:      linux-media@vger.kernel.org
762 W:      http://ez.analog.com/community/linux-device-drivers
763 S:      Supported
764 F:      drivers/media/i2c/adv7180.c
766 ANALOG DEVICES INC ADV7511 DRIVER
767 M:      Hans Verkuil <hans.verkuil@cisco.com>
768 L:      linux-media@vger.kernel.org
769 S:      Maintained
770 F:      drivers/media/i2c/adv7511*
772 ANALOG DEVICES INC ADV7604 DRIVER
773 M:      Hans Verkuil <hans.verkuil@cisco.com>
774 L:      linux-media@vger.kernel.org
775 S:      Maintained
776 F:      drivers/media/i2c/adv7604*
778 ANALOG DEVICES INC ADV7842 DRIVER
779 M:      Hans Verkuil <hans.verkuil@cisco.com>
780 L:      linux-media@vger.kernel.org
781 S:      Maintained
782 F:      drivers/media/i2c/adv7842*
784 ANALOG DEVICES INC ASOC CODEC DRIVERS
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
787 W:      http://wiki.analog.com/
788 W:      http://ez.analog.com/community/linux-device-drivers
789 S:      Supported
790 F:      sound/soc/codecs/adau*
791 F:      sound/soc/codecs/adav*
792 F:      sound/soc/codecs/ad1*
793 F:      sound/soc/codecs/ad7*
794 F:      sound/soc/codecs/ssm*
795 F:      sound/soc/codecs/sigmadsp.*
797 ANALOG DEVICES INC ASOC DRIVERS
798 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
799 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
800 W:      http://blackfin.uclinux.org/
801 S:      Supported
802 F:      sound/soc/blackfin/*
804 ANALOG DEVICES INC IIO DRIVERS
805 M:      Lars-Peter Clausen <lars@metafoo.de>
806 M:      Michael Hennerich <Michael.Hennerich@analog.com>
807 W:      http://wiki.analog.com/
808 W:      http://ez.analog.com/community/linux-device-drivers
809 S:      Supported
810 F:      drivers/iio/*/ad*
811 X:      drivers/iio/*/adjd*
812 F:      drivers/staging/iio/*/ad*
813 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
815 ANALOG DEVICES INC DMA DRIVERS
816 M:      Lars-Peter Clausen <lars@metafoo.de>
817 W:      http://ez.analog.com/community/linux-device-drivers
818 S:      Supported
819 F:      drivers/dma/dma-axi-dmac.c
821 ANDROID CONFIG FRAGMENTS
822 M:      Rob Herring <robh@kernel.org>
823 S:      Supported
824 F:      kernel/configs/android*
826 ANDROID DRIVERS
827 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
828 M:      Arve Hjønnevåg <arve@android.com>
829 M:      Riley Andrews <riandrews@android.com>
830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
831 L:      devel@driverdev.osuosl.org
832 S:      Supported
833 F:      drivers/android/
834 F:      drivers/staging/android/
836 ANDROID ION DRIVER
837 M:      Laura Abbott <labbott@redhat.com>
838 M:      Sumit Semwal <sumit.semwal@linaro.org>
839 L:      devel@driverdev.osuosl.org
840 S:      Supported
841 F:      Documentation/devicetree/bindings/staging/ion/
842 F:      drivers/staging/android/ion
843 F:      drivers/staging/android/uapi/ion.h
844 F:      drivers/staging/android/uapi/ion_test.h
846 AOA (Apple Onboard Audio) ALSA DRIVER
847 M:      Johannes Berg <johannes@sipsolutions.net>
848 L:      linuxppc-dev@lists.ozlabs.org
849 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
850 S:      Maintained
851 F:      sound/aoa/
853 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
854 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
855 L:      linux-iio@vger.kernel.org
856 S:      Maintained
857 F:      drivers/iio/adc/stx104.c
859 APM DRIVER
860 M:      Jiri Kosina <jikos@kernel.org>
861 S:      Odd fixes
862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
863 F:      arch/x86/kernel/apm_32.c
864 F:      include/linux/apm_bios.h
865 F:      include/uapi/linux/apm_bios.h
866 F:      drivers/char/apm-emulation.c
868 APPLE BCM5974 MULTITOUCH DRIVER
869 M:      Henrik Rydberg <rydberg@bitmath.org>
870 L:      linux-input@vger.kernel.org
871 S:      Odd fixes
872 F:      drivers/input/mouse/bcm5974.c
874 APPLE SMC DRIVER
875 M:      Henrik Rydberg <rydberg@bitmath.org>
876 L:      linux-hwmon@vger.kernel.org
877 S:      Odd fixes
878 F:      drivers/hwmon/applesmc.c
880 APPLETALK NETWORK LAYER
881 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
882 S:      Maintained
883 F:      drivers/net/appletalk/
884 F:      net/appletalk/
886 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
887 M:      Duc Dang <dhdang@apm.com>
888 S:      Supported
889 F:      arch/arm64/boot/dts/apm/
891 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
892 M:      Iyappan Subramanian <isubramanian@apm.com>
893 M:      Keyur Chudgar <kchudgar@apm.com>
894 S:      Supported
895 F:      drivers/net/ethernet/apm/xgene/
896 F:      drivers/net/phy/mdio-xgene.c
897 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
898 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
900 APPLIED MICRO (APM) X-GENE SOC PMU
901 M:      Tai Nguyen <ttnguyen@apm.com>
902 S:      Supported
903 F:      drivers/perf/xgene_pmu.c
904 F:      Documentation/perf/xgene-pmu.txt
905 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
907 APTINA CAMERA SENSOR PLL
908 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
909 L:      linux-media@vger.kernel.org
910 S:      Maintained
911 F:      drivers/media/i2c/aptina-pll.*
913 ARC FRAMEBUFFER DRIVER
914 M:      Jaya Kumar <jayalk@intworks.biz>
915 S:      Maintained
916 F:      drivers/video/fbdev/arcfb.c
917 F:      drivers/video/fbdev/core/fb_defio.c
919 ARCNET NETWORK LAYER
920 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
921 L:      netdev@vger.kernel.org
922 S:      Maintained
923 F:      drivers/net/arcnet/
924 F:      include/uapi/linux/if_arcnet.h
926 ARC PGU DRM DRIVER
927 M:      Alexey Brodkin <abrodkin@synopsys.com>
928 S:      Supported
929 F:      drivers/gpu/drm/arc/
930 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
932 ARM ARCHITECTED TIMER DRIVER
933 M:      Mark Rutland <mark.rutland@arm.com>
934 M:      Marc Zyngier <marc.zyngier@arm.com>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      arch/arm/include/asm/arch_timer.h
938 F:      arch/arm64/include/asm/arch_timer.h
939 F:      drivers/clocksource/arm_arch_timer.c
941 ARM HDLCD DRM DRIVER
942 M:      Liviu Dudau <liviu.dudau@arm.com>
943 S:      Supported
944 F:      drivers/gpu/drm/arm/hdlcd_*
945 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
947 ARM MALI-DP DRM DRIVER
948 M:      Liviu Dudau <liviu.dudau@arm.com>
949 M:      Brian Starkey <brian.starkey@arm.com>
950 M:      Mali DP Maintainers <malidp@foss.arm.com>
951 S:      Supported
952 F:      drivers/gpu/drm/arm/
953 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
955 ARM MFM AND FLOPPY DRIVERS
956 M:      Ian Molton <spyro@f2s.com>
957 S:      Maintained
958 F:      arch/arm/lib/floppydma.S
959 F:      arch/arm/include/asm/floppy.h
961 ARM PMU PROFILING AND DEBUGGING
962 M:      Will Deacon <will.deacon@arm.com>
963 M:      Mark Rutland <mark.rutland@arm.com>
964 S:      Maintained
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 F:      arch/arm*/kernel/perf_*
967 F:      arch/arm/oprofile/common.c
968 F:      arch/arm*/kernel/hw_breakpoint.c
969 F:      arch/arm*/include/asm/hw_breakpoint.h
970 F:      arch/arm*/include/asm/perf_event.h
971 F:      drivers/perf/*
972 F:      include/linux/perf/arm_pmu.h
973 F:      Documentation/devicetree/bindings/arm/pmu.txt
975 ARM PORT
976 M:      Russell King <linux@armlinux.org.uk>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 W:      http://www.armlinux.org.uk/
979 S:      Maintained
980 F:      arch/arm/
982 ARM SUB-ARCHITECTURES
983 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
984 S:      Maintained
985 F:      arch/arm/mach-*/
986 F:      arch/arm/plat-*/
987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
989 ARM PRIMECELL AACI PL041 DRIVER
990 M:      Russell King <linux@armlinux.org.uk>
991 S:      Maintained
992 F:      sound/arm/aaci.*
994 ARM PRIMECELL CLCD PL110 DRIVER
995 M:      Russell King <linux@armlinux.org.uk>
996 S:      Maintained
997 F:      drivers/video/fbdev/amba-clcd.*
999 ARM PRIMECELL KMI PL050 DRIVER
1000 M:      Russell King <linux@armlinux.org.uk>
1001 S:      Maintained
1002 F:      drivers/input/serio/ambakmi.*
1003 F:      include/linux/amba/kmi.h
1005 ARM PRIMECELL MMCI PL180/1 DRIVER
1006 M:      Russell King <linux@armlinux.org.uk>
1007 S:      Maintained
1008 F:      drivers/mmc/host/mmci.*
1009 F:      include/linux/amba/mmci.h
1011 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1012 M:      Russell King <linux@armlinux.org.uk>
1013 S:      Maintained
1014 F:      drivers/tty/serial/amba-pl01*.c
1015 F:      include/linux/amba/serial.h
1017 ARM PRIMECELL BUS SUPPORT
1018 M:      Russell King <linux@armlinux.org.uk>
1019 S:      Maintained
1020 F:      drivers/amba/
1021 F:      include/linux/amba/bus.h
1023 ARM/ADS SPHERE MACHINE SUPPORT
1024 M:      Lennert Buytenhek <kernel@wantstofly.org>
1025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026 S:      Maintained
1028 ARM/AFEB9260 MACHINE SUPPORT
1029 M:      Sergey Lapin <slapin@ossfans.org>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1033 ARM/AJECO 1ARM MACHINE SUPPORT
1034 M:      Lennert Buytenhek <kernel@wantstofly.org>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 S:      Maintained
1038 ARM/Allwinner sunXi SoC support
1039 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1040 M:      Chen-Yu Tsai <wens@csie.org>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1043 N:      sun[x456789]i
1044 F:      arch/arm/boot/dts/ntc-gr8*
1045 F:      arch/arm64/boot/dts/allwinner/
1047 ARM/Allwinner SoC Clock Support
1048 M:      Emilio López <emilio@elopez.com.ar>
1049 S:      Maintained
1050 F:      drivers/clk/sunxi/
1052 ARM/Amlogic Meson SoC support
1053 M:      Carlo Caione <carlo@caione.org>
1054 M:      Kevin Hilman <khilman@baylibre.com>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 L:      linux-amlogic@lists.infradead.org
1057 W:      http://linux-meson.com/
1058 S:      Maintained
1059 F:      arch/arm/mach-meson/
1060 F:      arch/arm/boot/dts/meson*
1061 F:      arch/arm64/boot/dts/amlogic/
1062 F:      drivers/pinctrl/meson/
1063 F:      drivers/mmc/host/meson*
1064 N:      meson
1066 ARM/Annapurna Labs ALPINE ARCHITECTURE
1067 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1068 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/mach-alpine/
1072 F:      arch/arm/boot/dts/alpine*
1073 F:      arch/arm64/boot/dts/al/
1074 F:      drivers/*/*alpine*
1076 ARM/ARTPEC MACHINE SUPPORT
1077 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1078 M:      Lars Persson <lars.persson@axis.com>
1079 M:      Niklas Cassel <niklas.cassel@axis.com>
1080 S:      Maintained
1081 L:      linux-arm-kernel@axis.com
1082 F:      arch/arm/mach-artpec
1083 F:      arch/arm/boot/dts/artpec6*
1084 F:      drivers/clk/axis
1086 ARM/ASPEED MACHINE SUPPORT
1087 M:      Joel Stanley <joel@jms.id.au>
1088 S:      Maintained
1089 F:      arch/arm/mach-aspeed/
1090 F:      arch/arm/boot/dts/aspeed-*
1091 F:      drivers/*/*aspeed*
1093 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1094 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1095 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1096 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 W:      http://www.linux4sam.org
1099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1100 S:      Supported
1101 F:      arch/arm/mach-at91/
1102 F:      include/soc/at91/
1103 F:      arch/arm/boot/dts/at91*.dts
1104 F:      arch/arm/boot/dts/at91*.dtsi
1105 F:      arch/arm/boot/dts/sama*.dts
1106 F:      arch/arm/boot/dts/sama*.dtsi
1107 F:      arch/arm/include/debug/at91.S
1109 ARM/ATMEL AT91 Clock Support
1110 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1111 S:      Maintained
1112 F:      drivers/clk/at91
1114 ARM/CALXEDA HIGHBANK ARCHITECTURE
1115 M:      Rob Herring <robh@kernel.org>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-highbank/
1119 F:      arch/arm/boot/dts/highbank.dts
1120 F:      arch/arm/boot/dts/ecx-*.dts*
1122 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1123 M:      Krzysztof Halasa <khalasa@piap.pl>
1124 S:      Maintained
1125 F:      arch/arm/mach-cns3xxx/
1127 ARM/CAVIUM THUNDER NETWORK DRIVER
1128 M:      Sunil Goutham <sgoutham@cavium.com>
1129 M:      Robert Richter <rric@kernel.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Supported
1132 F:      drivers/net/ethernet/cavium/thunder/
1134 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1135 M:      Alexander Shiyan <shc_work@mail.ru>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Odd Fixes
1138 N:      clps711x
1140 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1141 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1142 M:      Ryan Mallon <rmallon@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-ep93xx/
1146 F:      arch/arm/mach-ep93xx/include/mach/
1148 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1149 M:      Lennert Buytenhek <kernel@wantstofly.org>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Maintained
1153 ARM/CLKDEV SUPPORT
1154 M:      Russell King <linux@armlinux.org.uk>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Maintained
1157 F:      arch/arm/include/asm/clkdev.h
1158 F:      drivers/clk/clkdev.c
1160 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1161 M:      Mike Rapoport <mike@compulab.co.il>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1165 ARM/CONTEC MICRO9 MACHINE SUPPORT
1166 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1167 S:      Maintained
1168 F:      arch/arm/mach-ep93xx/micro9.c
1170 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1171 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      drivers/hwtracing/coresight/*
1175 F:      Documentation/trace/coresight.txt
1176 F:      Documentation/devicetree/bindings/arm/coresight.txt
1177 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1178 F:      tools/perf/arch/arm/util/pmu.c
1179 F:      tools/perf/arch/arm/util/auxtrace.c
1180 F:      tools/perf/arch/arm/util/cs-etm.c
1181 F:      tools/perf/arch/arm/util/cs-etm.h
1182 F:      tools/perf/util/cs-etm.h
1184 ARM/CORGI MACHINE SUPPORT
1185 M:      Richard Purdie <rpurdie@rpsys.net>
1186 S:      Maintained
1188 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1189 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 T:      git git://github.com/ulli-kroll/linux.git
1192 S:      Maintained
1193 F:      arch/arm/mach-gemini/
1194 F:      drivers/rtc/rtc-gemini.c
1196 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1197 M:      Barry Song <baohua@kernel.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1200 S:      Maintained
1201 F:      arch/arm/boot/dts/prima2*
1202 F:      arch/arm/mach-prima2/
1203 F:      drivers/clk/sirf/
1204 F:      drivers/clocksource/timer-prima2.c
1205 F:      drivers/clocksource/timer-atlas7.c
1206 N:      [^a-z]sirf
1208 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1209 M:      Baruch Siach <baruch@tkos.co.il>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 S:      Maintained
1212 F:      arch/arm/boot/dts/cx92755*
1213 N:      digicolor
1215 ARM/EBSA110 MACHINE SUPPORT
1216 M:      Russell King <linux@armlinux.org.uk>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 W:      http://www.armlinux.org.uk/
1219 S:      Maintained
1220 F:      arch/arm/mach-ebsa110/
1221 F:      drivers/net/ethernet/amd/am79c961a.*
1223 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1224 M:      Uwe Kleine-König <kernel@pengutronix.de>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      efm32
1229 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1230 M:      Daniel Ribeiro <drwyrm@gmail.com>
1231 M:      Stefan Schmidt <stefan@openezx.org>
1232 M:      Harald Welte <laforge@openezx.org>
1233 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1234 W:      http://www.openezx.org/
1235 S:      Maintained
1236 T:      topgit git://git.openezx.org/openezx.git
1237 F:      arch/arm/mach-pxa/ezx.c
1239 ARM/FARADAY FA526 PORT
1240 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 S:      Maintained
1243 T:      git git://git.berlios.de/gemini-board
1244 F:      arch/arm/mm/*-fa*
1246 ARM/FOOTBRIDGE ARCHITECTURE
1247 M:      Russell King <linux@armlinux.org.uk>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 W:      http://www.armlinux.org.uk/
1250 S:      Maintained
1251 F:      arch/arm/include/asm/hardware/dec21285.h
1252 F:      arch/arm/mach-footbridge/
1254 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1255 M:      Shawn Guo <shawnguo@kernel.org>
1256 M:      Sascha Hauer <kernel@pengutronix.de>
1257 R:      Fabio Estevam <fabio.estevam@nxp.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1261 F:      arch/arm/mach-imx/
1262 F:      arch/arm/mach-mxs/
1263 F:      arch/arm/boot/dts/imx*
1264 F:      arch/arm/configs/imx*_defconfig
1265 F:      drivers/clk/imx/
1266 F:      include/soc/imx/
1268 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1269 M:      Shawn Guo <shawnguo@kernel.org>
1270 M:      Sascha Hauer <kernel@pengutronix.de>
1271 R:      Stefan Agner <stefan@agner.ch>
1272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 S:      Maintained
1274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1275 F:      arch/arm/mach-imx/*vf610*
1276 F:      arch/arm/boot/dts/vf*
1278 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1279 M:      Lennert Buytenhek <kernel@wantstofly.org>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 S:      Maintained
1283 ARM/GUMSTIX MACHINE SUPPORT
1284 M:      Steve Sakoman <sakoman@gmail.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 S:      Maintained
1288 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1289 M:      Philipp Zabel <philipp.zabel@gmail.com>
1290 M:      Paul Parsons <lost.distance@yahoo.com>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 S:      Maintained
1293 F:      arch/arm/mach-pxa/hx4700.c
1294 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1295 F:      sound/soc/pxa/hx4700.c
1297 ARM/HISILICON SOC SUPPORT
1298 M:      Wei Xu <xuwei5@hisilicon.com>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 W:      http://www.hisilicon.com
1301 S:      Supported
1302 T:      git git://github.com/hisilicon/linux-hisi.git
1303 F:      arch/arm/mach-hisi/
1304 F:      arch/arm/boot/dts/hi3*
1305 F:      arch/arm/boot/dts/hip*
1306 F:      arch/arm/boot/dts/hisi*
1307 F:      arch/arm64/boot/dts/hisilicon/
1309 ARM/HP JORNADA 7XX MACHINE SUPPORT
1310 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1311 W:      www.jlime.com
1312 S:      Maintained
1313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1314 F:      arch/arm/mach-sa1100/jornada720.c
1315 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1317 ARM/IGEP MACHINE SUPPORT
1318 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1319 M:      Javier Martinez Canillas <javier@dowhile0.org>
1320 L:      linux-omap@vger.kernel.org
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 S:      Maintained
1323 F:      arch/arm/boot/dts/omap3-igep*
1325 ARM/INCOME PXA270 SUPPORT
1326 M:      Marek Vasut <marek.vasut@gmail.com>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 S:      Maintained
1329 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1331 ARM/INTEL IOP32X ARM ARCHITECTURE
1332 M:      Lennert Buytenhek <kernel@wantstofly.org>
1333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S:      Maintained
1336 ARM/INTEL IOP33X ARM ARCHITECTURE
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 S:      Orphan
1340 ARM/INTEL IOP13XX ARM ARCHITECTURE
1341 M:      Lennert Buytenhek <kernel@wantstofly.org>
1342 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1343 S:      Maintained
1345 ARM/INTEL IQ81342EX MACHINE SUPPORT
1346 M:      Lennert Buytenhek <kernel@wantstofly.org>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 S:      Maintained
1350 ARM/INTEL IXDP2850 MACHINE SUPPORT
1351 M:      Lennert Buytenhek <kernel@wantstofly.org>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1355 ARM/INTEL IXP4XX ARM ARCHITECTURE
1356 M:      Imre Kaloz <kaloz@openwrt.org>
1357 M:      Krzysztof Halasa <khalasa@piap.pl>
1358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 S:      Maintained
1360 F:      arch/arm/mach-ixp4xx/
1362 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1363 M:      Jonathan Cameron <jic23@cam.ac.uk>
1364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1365 S:      Maintained
1366 F:      arch/arm/mach-pxa/stargate2.c
1367 F:      drivers/pcmcia/pxa2xx_stargate2.c
1369 ARM/INTEL XSC3 (MANZANO) ARM CORE
1370 M:      Lennert Buytenhek <kernel@wantstofly.org>
1371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S:      Maintained
1374 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1375 M:      Lennert Buytenhek <kernel@wantstofly.org>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 S:      Maintained
1379 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1380 M:      Santosh Shilimkar <ssantosh@kernel.org>
1381 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1382 S:      Maintained
1383 F:      arch/arm/mach-keystone/
1384 F:      arch/arm/boot/dts/keystone-*
1385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1387 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1388 M:      Santosh Shilimkar <ssantosh@kernel.org>
1389 L:      linux-kernel@vger.kernel.org
1390 S:      Maintained
1391 F:      drivers/clk/keystone/
1393 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1394 M:      Santosh Shilimkar <ssantosh@kernel.org>
1395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1396 L:      linux-kernel@vger.kernel.org
1397 S:      Maintained
1398 F:      drivers/clocksource/timer-keystone.c
1400 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1401 M:      Santosh Shilimkar <ssantosh@kernel.org>
1402 L:      linux-kernel@vger.kernel.org
1403 S:      Maintained
1404 F:      drivers/power/reset/keystone-reset.c
1406 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1407 M:      Santosh Shilimkar <ssantosh@kernel.org>
1408 L:      linux-kernel@vger.kernel.org
1409 S:      Maintained
1410 F:      drivers/memory/*emif*
1412 ARM/LG1K ARCHITECTURE
1413 M:      Chanho Min <chanho.min@lge.com>
1414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415 S:      Maintained
1416 F:      arch/arm64/boot/dts/lg/
1418 ARM/LOGICPD PXA270 MACHINE SUPPORT
1419 M:      Lennert Buytenhek <kernel@wantstofly.org>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1423 ARM/LPC18XX ARCHITECTURE
1424 M:      Joachim Eastwood <manabian@gmail.com>
1425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S:      Maintained
1427 F:      arch/arm/boot/dts/lpc43*
1428 F:      drivers/clk/nxp/clk-lpc18xx*
1429 F:      drivers/clocksource/time-lpc32xx.c
1430 F:      drivers/i2c/busses/i2c-lpc2k.c
1431 F:      drivers/memory/pl172.c
1432 F:      drivers/mtd/spi-nor/nxp-spifi.c
1433 F:      drivers/rtc/rtc-lpc24xx.c
1434 N:      lpc18xx
1436 ARM/LPC32XX SOC SUPPORT
1437 M:      Vladimir Zapolskiy <vz@mleia.com>
1438 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1440 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1441 S:      Maintained
1442 F:      arch/arm/boot/dts/lpc32*
1443 F:      arch/arm/mach-lpc32xx/
1444 F:      drivers/i2c/busses/i2c-pnx.c
1445 F:      drivers/net/ethernet/nxp/lpc_eth.c
1446 F:      drivers/usb/host/ohci-nxp.c
1447 F:      drivers/watchdog/pnx4008_wdt.c
1448 N:      lpc32xx
1450 ARM/MAGICIAN MACHINE SUPPORT
1451 M:      Philipp Zabel <philipp.zabel@gmail.com>
1452 S:      Maintained
1454 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1455 M:      Jason Cooper <jason@lakedaemon.net>
1456 M:      Andrew Lunn <andrew@lunn.ch>
1457 M:      Gregory Clement <gregory.clement@free-electrons.com>
1458 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 S:      Maintained
1461 F:      arch/arm/mach-mvebu/
1462 F:      drivers/rtc/rtc-armada38x.c
1463 F:      arch/arm/boot/dts/armada*
1464 F:      arch/arm/boot/dts/kirkwood*
1465 F:      arch/arm64/boot/dts/marvell/armada*
1466 F:      drivers/cpufreq/mvebu-cpufreq.c
1467 F:      arch/arm/configs/mvebu_*_defconfig
1469 ARM/Marvell Berlin SoC support
1470 M:      Jisheng Zhang <jszhang@marvell.com>
1471 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 S:      Maintained
1474 F:      arch/arm/mach-berlin/
1475 F:      arch/arm/boot/dts/berlin*
1476 F:      arch/arm64/boot/dts/marvell/berlin*
1479 ARM/Marvell Dove/MV78xx0/Orion SOC support
1480 M:      Jason Cooper <jason@lakedaemon.net>
1481 M:      Andrew Lunn <andrew@lunn.ch>
1482 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1483 M:      Gregory Clement <gregory.clement@free-electrons.com>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 S:      Maintained
1486 F:      arch/arm/mach-dove/
1487 F:      arch/arm/mach-mv78xx0/
1488 F:      arch/arm/mach-orion5x/
1489 F:      arch/arm/plat-orion/
1490 F:      arch/arm/boot/dts/dove*
1491 F:      arch/arm/boot/dts/orion5x*
1494 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1495 M:      Alexander Clouter <alex@digriz.org.uk>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 W:      http://www.digriz.org.uk/ts78xx/kernel
1498 S:      Maintained
1499 F:      arch/arm/mach-orion5x/ts78xx-*
1501 ARM/OXNAS platform support
1502 M:      Neil Armstrong <narmstrong@baylibre.com>
1503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1505 S:      Maintained
1506 F:      arch/arm/mach-oxnas/
1507 F:      arch/arm/boot/dts/ox8*.dtsi
1508 F:      arch/arm/boot/dts/wd-mbwe.dts
1509 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1510 N:      oxnas
1512 ARM/Mediatek RTC DRIVER
1513 M:      Eddie Huang <eddie.huang@mediatek.com>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1516 S:      Maintained
1517 F:      drivers/rtc/rtc-mt6397.c
1519 ARM/Mediatek SoC support
1520 M:      Matthias Brugger <matthias.bgg@gmail.com>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1523 S:      Maintained
1524 F:      arch/arm/boot/dts/mt6*
1525 F:      arch/arm/boot/dts/mt8*
1526 F:      arch/arm/mach-mediatek/
1527 N:      mtk
1528 K:      mediatek
1530 ARM/Mediatek USB3 PHY DRIVER
1531 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1534 S:      Maintained
1535 F:      drivers/phy/phy-mt65xx-usb3.c
1537 ARM/MICREL KS8695 ARCHITECTURE
1538 M:      Greg Ungerer <gerg@uclinux.org>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 F:      arch/arm/mach-ks8695/
1541 S:      Odd Fixes
1543 ARM/MIOA701 MACHINE SUPPORT
1544 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 F:      arch/arm/mach-pxa/mioa701.c
1547 S:      Maintained
1549 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1550 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1551 S:      Maintained
1553 ARM/NOMADIK ARCHITECTURE
1554 M:      Alessandro Rubini <rubini@unipv.it>
1555 M:      Linus Walleij <linus.walleij@linaro.org>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Maintained
1558 F:      arch/arm/mach-nomadik/
1559 F:      drivers/pinctrl/nomadik/
1560 F:      drivers/i2c/busses/i2c-nomadik.c
1561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1563 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1564 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1565 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1566 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1567 S:      Supported
1569 ARM/TOSA MACHINE SUPPORT
1570 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1571 M:      Dirk Opfer <dirk@opfer-online.de>
1572 S:      Maintained
1574 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1575 M:      Marek Vasut <marek.vasut@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org
1577 W:      http://hackndev.com
1578 S:      Maintained
1579 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1580 F:      arch/arm/mach-pxa/palmtx.c
1581 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1582 F:      arch/arm/mach-pxa/palmt5.c
1583 F:      arch/arm/mach-pxa/include/mach/palmld.h
1584 F:      arch/arm/mach-pxa/palmld.c
1585 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1586 F:      arch/arm/mach-pxa/palmte2.c
1587 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1588 F:      arch/arm/mach-pxa/palmtc.c
1590 ARM/PALM TREO SUPPORT
1591 M:      Tomas Cech <sleep_walker@suse.com>
1592 L:      linux-arm-kernel@lists.infradead.org
1593 W:      http://hackndev.com
1594 S:      Maintained
1595 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1596 F:      arch/arm/mach-pxa/palmtreo.c
1598 ARM/PALMZ72 SUPPORT
1599 M:      Sergey Lapin <slapin@ossfans.org>
1600 L:      linux-arm-kernel@lists.infradead.org
1601 W:      http://hackndev.com
1602 S:      Maintained
1603 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1604 F:      arch/arm/mach-pxa/palmz72.c
1606 ARM/PLEB SUPPORT
1607 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1608 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1609 S:      Maintained
1611 ARM/PT DIGITAL BOARD PORT
1612 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1614 W:      http://www.armlinux.org.uk/
1615 S:      Maintained
1617 ARM/QUALCOMM SUPPORT
1618 M:      Andy Gross <andy.gross@linaro.org>
1619 M:      David Brown <david.brown@linaro.org>
1620 L:      linux-arm-msm@vger.kernel.org
1621 L:      linux-soc@vger.kernel.org
1622 S:      Maintained
1623 F:      Documentation/devicetree/bindings/soc/qcom/
1624 F:      arch/arm/boot/dts/qcom-*.dts
1625 F:      arch/arm/boot/dts/qcom-*.dtsi
1626 F:      arch/arm/mach-qcom/
1627 F:      arch/arm64/boot/dts/qcom/*
1628 F:      drivers/i2c/busses/i2c-qup.c
1629 F:      drivers/clk/qcom/
1630 F:      drivers/pinctrl/qcom/
1631 F:      drivers/soc/qcom/
1632 F:      drivers/spi/spi-qup.c
1633 F:      drivers/tty/serial/msm_serial.h
1634 F:      drivers/tty/serial/msm_serial.c
1635 F:      drivers/*/pm8???-*
1636 F:      drivers/mfd/ssbi.c
1637 F:      drivers/firmware/qcom_scm.c
1638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1640 ARM/RADISYS ENP2611 MACHINE SUPPORT
1641 M:      Lennert Buytenhek <kernel@wantstofly.org>
1642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 S:      Maintained
1645 ARM/RENESAS ARM64 ARCHITECTURE
1646 M:      Simon Horman <horms@verge.net.au>
1647 M:      Magnus Damm <magnus.damm@gmail.com>
1648 L:      linux-renesas-soc@vger.kernel.org
1649 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1651 S:      Supported
1652 F:      arch/arm64/boot/dts/renesas/
1653 F:      drivers/soc/renesas/
1654 F:      include/linux/soc/renesas/
1656 ARM/RISCPC ARCHITECTURE
1657 M:      Russell King <linux@armlinux.org.uk>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 W:      http://www.armlinux.org.uk/
1660 S:      Maintained
1661 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1662 F:      arch/arm/include/asm/hardware/ioc.h
1663 F:      arch/arm/include/asm/hardware/iomd.h
1664 F:      arch/arm/include/asm/hardware/memc.h
1665 F:      arch/arm/mach-rpc/
1666 F:      drivers/net/ethernet/8390/etherh.c
1667 F:      drivers/net/ethernet/i825xx/ether1*
1668 F:      drivers/net/ethernet/seeq/ether3*
1669 F:      drivers/scsi/arm/
1671 ARM/Rockchip SoC support
1672 M:      Heiko Stuebner <heiko@sntech.de>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 L:      linux-rockchip@lists.infradead.org
1675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1676 S:      Maintained
1677 F:      arch/arm/boot/dts/rk3*
1678 F:      arch/arm/mach-rockchip/
1679 F:      drivers/clk/rockchip/
1680 F:      drivers/i2c/busses/i2c-rk3x.c
1681 F:      drivers/*/*rockchip*
1682 F:      drivers/*/*/*rockchip*
1683 F:      sound/soc/rockchip/
1684 N:      rockchip
1686 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1687 M:      Kukjin Kim <kgene@kernel.org>
1688 M:      Krzysztof Kozlowski <krzk@kernel.org>
1689 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1692 S:      Maintained
1693 F:      arch/arm/boot/dts/s3c*
1694 F:      arch/arm/boot/dts/s5p*
1695 F:      arch/arm/boot/dts/samsung*
1696 F:      arch/arm/boot/dts/exynos*
1697 F:      arch/arm64/boot/dts/exynos/
1698 F:      arch/arm/plat-samsung/
1699 F:      arch/arm/mach-s3c24*/
1700 F:      arch/arm/mach-s3c64xx/
1701 F:      arch/arm/mach-s5p*/
1702 F:      arch/arm/mach-exynos*/
1703 F:      drivers/*/*s3c24*
1704 F:      drivers/*/*/*s3c24*
1705 F:      drivers/*/*s3c64xx*
1706 F:      drivers/*/*s5pv210*
1707 F:      drivers/memory/samsung/*
1708 F:      drivers/soc/samsung/*
1709 F:      Documentation/arm/Samsung/
1710 F:      Documentation/devicetree/bindings/arm/samsung/
1711 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1712 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1713 N:      exynos
1715 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1716 M:      Kyungmin Park <kyungmin.park@samsung.com>
1717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 S:      Maintained
1719 F:      arch/arm/mach-s5pv210/
1721 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1722 M:      Kyungmin Park <kyungmin.park@samsung.com>
1723 M:      Kamil Debski <kamil@wypas.org>
1724 M:      Andrzej Hajda <a.hajda@samsung.com>
1725 L:      linux-arm-kernel@lists.infradead.org
1726 L:      linux-media@vger.kernel.org
1727 S:      Maintained
1728 F:      drivers/media/platform/s5p-g2d/
1730 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1731 M:      Kyungmin Park <kyungmin.park@samsung.com>
1732 M:      Kamil Debski <kamil@wypas.org>
1733 M:      Jeongtae Park <jtp.park@samsung.com>
1734 M:      Andrzej Hajda <a.hajda@samsung.com>
1735 L:      linux-arm-kernel@lists.infradead.org
1736 L:      linux-media@vger.kernel.org
1737 S:      Maintained
1738 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1739 F:      drivers/media/platform/s5p-mfc/
1741 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1742 M:      Kyungmin Park <kyungmin.park@samsung.com>
1743 L:      linux-arm-kernel@lists.infradead.org
1744 L:      linux-media@vger.kernel.org
1745 S:      Maintained
1746 F:      drivers/staging/media/platform/s5p-cec/
1748 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1749 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1750 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1751 L:      linux-arm-kernel@lists.infradead.org
1752 L:      linux-media@vger.kernel.org
1753 S:      Maintained
1754 F:      drivers/media/platform/s5p-jpeg/
1756 ARM/SHMOBILE ARM ARCHITECTURE
1757 M:      Simon Horman <horms@verge.net.au>
1758 M:      Magnus Damm <magnus.damm@gmail.com>
1759 L:      linux-renesas-soc@vger.kernel.org
1760 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1762 S:      Supported
1763 F:      arch/arm/boot/dts/emev2*
1764 F:      arch/arm/boot/dts/r7s*
1765 F:      arch/arm/boot/dts/r8a*
1766 F:      arch/arm/boot/dts/sh*
1767 F:      arch/arm/configs/shmobile_defconfig
1768 F:      arch/arm/include/debug/renesas-scif.S
1769 F:      arch/arm/mach-shmobile/
1770 F:      drivers/soc/renesas/
1771 F:      include/linux/soc/renesas/
1773 ARM/SOCFPGA ARCHITECTURE
1774 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1775 S:      Maintained
1776 F:      arch/arm/mach-socfpga/
1777 F:      arch/arm/boot/dts/socfpga*
1778 F:      arch/arm/configs/socfpga_defconfig
1779 F:      arch/arm64/boot/dts/altera/
1780 W:      http://www.rocketboards.org
1781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1783 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1784 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1785 S:      Maintained
1786 F:      drivers/clk/socfpga/
1788 ARM/SOCFPGA EDAC SUPPORT
1789 M:      Thor Thayer <tthayer@opensource.altera.com>
1790 S:      Maintained
1791 F:      drivers/edac/altera_edac.
1793 ARM/STI ARCHITECTURE
1794 M:      Patrice Chotard <patrice.chotard@st.com>
1795 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1796 L:      kernel@stlinux.com
1797 W:      http://www.stlinux.com
1798 S:      Maintained
1799 F:      arch/arm/mach-sti/
1800 F:      arch/arm/boot/dts/sti*
1801 F:      drivers/char/hw_random/st-rng.c
1802 F:      drivers/clocksource/arm_global_timer.c
1803 F:      drivers/clocksource/clksrc_st_lpc.c
1804 F:      drivers/cpufreq/sti-cpufreq.c
1805 F:      drivers/dma/st_fdma*
1806 F:      drivers/i2c/busses/i2c-st.c
1807 F:      drivers/media/rc/st_rc.c
1808 F:      drivers/media/platform/sti/c8sectpfe/
1809 F:      drivers/mmc/host/sdhci-st.c
1810 F:      drivers/phy/phy-miphy28lp.c
1811 F:      drivers/phy/phy-stih407-usb.c
1812 F:      drivers/pinctrl/pinctrl-st.c
1813 F:      drivers/remoteproc/st_remoteproc.c
1814 F:      drivers/remoteproc/st_slim_rproc.c
1815 F:      drivers/reset/sti/
1816 F:      drivers/rtc/rtc-st-lpc.c
1817 F:      drivers/tty/serial/st-asc.c
1818 F:      drivers/usb/dwc3/dwc3-st.c
1819 F:      drivers/usb/host/ehci-st.c
1820 F:      drivers/usb/host/ohci-st.c
1821 F:      drivers/watchdog/st_lpc_wdt.c
1822 F:      drivers/ata/ahci_st.c
1823 F:      include/linux/remoteproc/st_slim_rproc.h
1825 ARM/STM32 ARCHITECTURE
1826 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1827 M:      Alexandre Torgue <alexandre.torgue@st.com>
1828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 S:      Maintained
1830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1831 N:      stm32
1832 F:      drivers/clocksource/armv7m_systick.c
1834 ARM/TANGO ARCHITECTURE
1835 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1836 L:      linux-arm-kernel@lists.infradead.org
1837 S:      Maintained
1838 N:      tango
1840 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1841 M:      Lennert Buytenhek <kernel@wantstofly.org>
1842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1843 S:      Maintained
1845 ARM/TETON BGA MACHINE SUPPORT
1846 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1848 S:      Maintained
1850 ARM/THECUS N2100 MACHINE SUPPORT
1851 M:      Lennert Buytenhek <kernel@wantstofly.org>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 S:      Maintained
1855 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1856 M:      Wan ZongShun <mcuos.com@gmail.com>
1857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1858 W:      http://www.mcuos.com
1859 S:      Maintained
1860 F:      arch/arm/mach-w90x900/
1861 F:      drivers/input/keyboard/w90p910_keypad.c
1862 F:      drivers/input/touchscreen/w90p910_ts.c
1863 F:      drivers/watchdog/nuc900_wdt.c
1864 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1865 F:      drivers/mtd/nand/nuc900_nand.c
1866 F:      drivers/rtc/rtc-nuc900.c
1867 F:      drivers/spi/spi-nuc900.c
1868 F:      drivers/usb/host/ehci-w90x900.c
1869 F:      drivers/video/fbdev/nuc900fb.c
1871 ARM/U300 MACHINE SUPPORT
1872 M:      Linus Walleij <linus.walleij@linaro.org>
1873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1874 S:      Supported
1875 F:      arch/arm/mach-u300/
1876 F:      drivers/clocksource/timer-u300.c
1877 F:      drivers/i2c/busses/i2c-stu300.c
1878 F:      drivers/rtc/rtc-coh901331.c
1879 F:      drivers/watchdog/coh901327_wdt.c
1880 F:      drivers/dma/coh901318*
1881 F:      drivers/mfd/ab3100*
1882 F:      drivers/rtc/rtc-ab3100.c
1883 F:      drivers/rtc/rtc-coh901331.c
1884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1886 ARM/UNIPHIER ARCHITECTURE
1887 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1890 S:      Maintained
1891 F:      arch/arm/boot/dts/uniphier*
1892 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1893 F:      arch/arm/mach-uniphier/
1894 F:      arch/arm/mm/cache-uniphier.c
1895 F:      arch/arm64/boot/dts/socionext/
1896 F:      drivers/bus/uniphier-system-bus.c
1897 F:      drivers/clk/uniphier/
1898 F:      drivers/i2c/busses/i2c-uniphier*
1899 F:      drivers/pinctrl/uniphier/
1900 F:      drivers/reset/reset-uniphier.c
1901 F:      drivers/tty/serial/8250/8250_uniphier.c
1902 N:      uniphier
1904 ARM/Ux500 ARM ARCHITECTURE
1905 M:      Linus Walleij <linus.walleij@linaro.org>
1906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1907 S:      Maintained
1908 F:      arch/arm/mach-ux500/
1909 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1910 F:      drivers/dma/ste_dma40*
1911 F:      drivers/hwspinlock/u8500_hsem.c
1912 F:      drivers/mfd/abx500*
1913 F:      drivers/mfd/ab8500*
1914 F:      drivers/mfd/dbx500*
1915 F:      drivers/mfd/db8500*
1916 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1917 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1918 F:      drivers/rtc/rtc-ab8500.c
1919 F:      drivers/rtc/rtc-pl031.c
1920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1922 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1923 M:      Ulf Hansson <ulf.hansson@linaro.org>
1924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 T:      git git://git.linaro.org/people/ulfh/clk.git
1926 S:      Maintained
1927 F:      drivers/clk/ux500/
1929 ARM/VERSATILE EXPRESS PLATFORM
1930 M:      Liviu Dudau <liviu.dudau@arm.com>
1931 M:      Sudeep Holla <sudeep.holla@arm.com>
1932 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1934 S:      Maintained
1935 F:      arch/arm/boot/dts/vexpress*
1936 F:      arch/arm64/boot/dts/arm/
1937 F:      arch/arm/mach-vexpress/
1938 F:      */*/vexpress*
1939 F:      */*/*/vexpress*
1940 F:      drivers/clk/versatile/clk-vexpress-osc.c
1941 F:      drivers/clocksource/versatile.c
1942 N:      mps2
1944 ARM/VFP SUPPORT
1945 M:      Russell King <linux@armlinux.org.uk>
1946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 W:      http://www.armlinux.org.uk/
1948 S:      Maintained
1949 F:      arch/arm/vfp/
1951 ARM/VOIPAC PXA270 SUPPORT
1952 M:      Marek Vasut <marek.vasut@gmail.com>
1953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 S:      Maintained
1955 F:      arch/arm/mach-pxa/vpac270.c
1956 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1958 ARM/VT8500 ARM ARCHITECTURE
1959 M:      Tony Prisk <linux@prisktech.co.nz>
1960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 S:      Maintained
1962 F:      arch/arm/mach-vt8500/
1963 F:      drivers/clocksource/vt8500_timer.c
1964 F:      drivers/i2c/busses/i2c-wmt.c
1965 F:      drivers/mmc/host/wmt-sdmmc.c
1966 F:      drivers/pwm/pwm-vt8500.c
1967 F:      drivers/rtc/rtc-vt8500.c
1968 F:      drivers/tty/serial/vt8500_serial.c
1969 F:      drivers/usb/host/ehci-platform.c
1970 F:      drivers/usb/host/uhci-platform.c
1971 F:      drivers/video/fbdev/vt8500lcdfb.*
1972 F:      drivers/video/fbdev/wm8505fb*
1973 F:      drivers/video/fbdev/wmt_ge_rops.*
1975 ARM/ZIPIT Z2 SUPPORT
1976 M:      Marek Vasut <marek.vasut@gmail.com>
1977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978 S:      Maintained
1979 F:      arch/arm/mach-pxa/z2.c
1980 F:      arch/arm/mach-pxa/include/mach/z2.h
1982 ARM/ZTE ARCHITECTURE
1983 M:      Jun Nie <jun.nie@linaro.org>
1984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1985 S:      Maintained
1986 F:      arch/arm/mach-zx/
1987 F:      drivers/clk/zte/
1988 F:      Documentation/devicetree/bindings/arm/zte.txt
1989 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1991 ARM/ZYNQ ARCHITECTURE
1992 M:      Michal Simek <michal.simek@xilinx.com>
1993 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1995 W:      http://wiki.xilinx.com
1996 T:      git https://github.com/Xilinx/linux-xlnx.git
1997 S:      Supported
1998 F:      arch/arm/mach-zynq/
1999 F:      drivers/cpuidle/cpuidle-zynq.c
2000 F:      drivers/block/xsysace.c
2001 N:      zynq
2002 N:      xilinx
2003 F:      drivers/clocksource/cadence_ttc_timer.c
2004 F:      drivers/i2c/busses/i2c-cadence.c
2005 F:      drivers/mmc/host/sdhci-of-arasan.c
2006 F:      drivers/edac/synopsys_edac.c
2008 ARM SMMU DRIVERS
2009 M:      Will Deacon <will.deacon@arm.com>
2010 R:      Robin Murphy <robin.murphy@arm.com>
2011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2012 S:      Maintained
2013 F:      drivers/iommu/arm-smmu.c
2014 F:      drivers/iommu/arm-smmu-v3.c
2015 F:      drivers/iommu/io-pgtable-arm.c
2016 F:      drivers/iommu/io-pgtable-arm-v7s.c
2018 ARM64 PORT (AARCH64 ARCHITECTURE)
2019 M:      Catalin Marinas <catalin.marinas@arm.com>
2020 M:      Will Deacon <will.deacon@arm.com>
2021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2023 S:      Maintained
2024 F:      arch/arm64/
2025 F:      Documentation/arm64/
2027 AS3645A LED FLASH CONTROLLER DRIVER
2028 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2029 L:      linux-media@vger.kernel.org
2030 T:      git git://linuxtv.org/media_tree.git
2031 S:      Maintained
2032 F:      drivers/media/i2c/as3645a.c
2033 F:      include/media/i2c/as3645a.h
2035 ASAHI KASEI AK8974 DRIVER
2036 M:      Linus Walleij <linus.walleij@linaro.org>
2037 L:      linux-iio@vger.kernel.org
2038 W:      http://www.akm.com/
2039 S:      Supported
2040 F:      drivers/iio/magnetometer/ak8974.c
2042 ASC7621 HARDWARE MONITOR DRIVER
2043 M:      George Joseph <george.joseph@fairview5.com>
2044 L:      linux-hwmon@vger.kernel.org
2045 S:      Maintained
2046 F:      Documentation/hwmon/asc7621
2047 F:      drivers/hwmon/asc7621.c
2049 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2050 M:      Corentin Chary <corentin.chary@gmail.com>
2051 L:      acpi4asus-user@lists.sourceforge.net
2052 L:      platform-driver-x86@vger.kernel.org
2053 W:      http://acpi4asus.sf.net
2054 S:      Maintained
2055 F:      drivers/platform/x86/asus*.c
2056 F:      drivers/platform/x86/eeepc*.c
2058 ASUS WIRELESS RADIO CONTROL DRIVER
2059 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2060 L:      platform-driver-x86@vger.kernel.org
2061 S:      Maintained
2062 F:      drivers/platform/x86/asus-wireless.c
2064 ASYMMETRIC KEYS
2065 M:      David Howells <dhowells@redhat.com>
2066 L:      keyrings@vger.kernel.org
2067 S:      Maintained
2068 F:      Documentation/crypto/asymmetric-keys.txt
2069 F:      include/linux/verification.h
2070 F:      include/crypto/public_key.h
2071 F:      include/crypto/pkcs7.h
2072 F:      crypto/asymmetric_keys/
2074 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2075 R:      Dan Williams <dan.j.williams@intel.com>
2076 W:      http://sourceforge.net/projects/xscaleiop
2077 S:      Odd fixes
2078 F:      Documentation/crypto/async-tx-api.txt
2079 F:      crypto/async_tx/
2080 F:      drivers/dma/
2081 F:      include/linux/dmaengine.h
2082 F:      include/linux/async_tx.h
2084 AT24 EEPROM DRIVER
2085 M:      Wolfram Sang <wsa@the-dreams.de>
2086 L:      linux-i2c@vger.kernel.org
2087 S:      Maintained
2088 F:      drivers/misc/eeprom/at24.c
2089 F:      include/linux/platform_data/at24.h
2091 ATA OVER ETHERNET (AOE) DRIVER
2092 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2093 W:      http://www.openaoe.org/
2094 S:      Supported
2095 F:      Documentation/aoe/
2096 F:      drivers/block/aoe/
2098 ATHEROS 71XX/9XXX GPIO DRIVER
2099 M:      Alban Bedel <albeu@free.fr>
2100 W:      https://github.com/AlbanBedel/linux
2101 T:      git git://github.com/AlbanBedel/linux
2102 S:      Maintained
2103 F:      drivers/gpio/gpio-ath79.c
2104 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2106 ATHEROS ATH GENERIC UTILITIES
2107 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2108 L:      linux-wireless@vger.kernel.org
2109 S:      Supported
2110 F:      drivers/net/wireless/ath/*
2112 ATHEROS ATH5K WIRELESS DRIVER
2113 M:      Jiri Slaby <jirislaby@gmail.com>
2114 M:      Nick Kossifidis <mickflemm@gmail.com>
2115 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2116 L:      linux-wireless@vger.kernel.org
2117 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2118 S:      Maintained
2119 F:      drivers/net/wireless/ath/ath5k/
2121 ATHEROS ATH6KL WIRELESS DRIVER
2122 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2123 L:      linux-wireless@vger.kernel.org
2124 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2126 S:      Supported
2127 F:      drivers/net/wireless/ath/ath6kl/
2129 WILOCITY WIL6210 WIRELESS DRIVER
2130 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2131 L:      linux-wireless@vger.kernel.org
2132 L:      wil6210@qca.qualcomm.com
2133 S:      Supported
2134 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2135 F:      drivers/net/wireless/ath/wil6210/
2136 F:      include/uapi/linux/wil6210_uapi.h
2138 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2139 M:      Christian Lamparter <chunkeey@googlemail.com>
2140 L:      linux-wireless@vger.kernel.org
2141 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2142 S:      Maintained
2143 F:      drivers/net/wireless/ath/carl9170/
2145 ATK0110 HWMON DRIVER
2146 M:      Luca Tettamanti <kronos.it@gmail.com>
2147 L:      linux-hwmon@vger.kernel.org
2148 S:      Maintained
2149 F:      drivers/hwmon/asus_atk0110.c
2151 ATI_REMOTE2 DRIVER
2152 M:      Ville Syrjala <syrjala@sci.fi>
2153 S:      Maintained
2154 F:      drivers/input/misc/ati_remote2.c
2156 ATLX ETHERNET DRIVERS
2157 M:      Jay Cliburn <jcliburn@gmail.com>
2158 M:      Chris Snook <chris.snook@gmail.com>
2159 L:      netdev@vger.kernel.org
2160 W:      http://sourceforge.net/projects/atl1
2161 W:      http://atl1.sourceforge.net
2162 S:      Maintained
2163 F:      drivers/net/ethernet/atheros/
2166 M:      Chas Williams <3chas3@gmail.com>
2167 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2168 L:      netdev@vger.kernel.org
2169 W:      http://linux-atm.sourceforge.net
2170 S:      Maintained
2171 F:      drivers/atm/
2172 F:      include/linux/atm*
2173 F:      include/uapi/linux/atm*
2175 ATMEL AT91 / AT32 MCI DRIVER
2176 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2177 S:      Maintained
2178 F:      drivers/mmc/host/atmel-mci.c
2180 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2181 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2182 S:      Supported
2183 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2185 ATMEL SAMA5D2 ADC DRIVER
2186 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2187 L:      linux-iio@vger.kernel.org
2188 S:      Supported
2189 F:      drivers/iio/adc/at91-sama5d2_adc.c
2191 ATMEL Audio ALSA driver
2192 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2193 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2194 S:      Supported
2195 F:      sound/soc/atmel
2197 ATMEL DMA DRIVER
2198 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2200 S:      Supported
2201 F:      drivers/dma/at_hdmac.c
2202 F:      drivers/dma/at_hdmac_regs.h
2203 F:      include/linux/platform_data/dma-atmel.h
2205 ATMEL XDMA DRIVER
2206 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2207 L:      linux-arm-kernel@lists.infradead.org
2208 L:      dmaengine@vger.kernel.org
2209 S:      Supported
2210 F:      drivers/dma/at_xdmac.c
2212 ATMEL I2C DRIVER
2213 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2214 L:      linux-i2c@vger.kernel.org
2215 S:      Supported
2216 F:      drivers/i2c/busses/i2c-at91.c
2218 ATMEL ISI DRIVER
2219 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2220 L:      linux-media@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/media/platform/soc_camera/atmel-isi.c
2223 F:      include/media/atmel-isi.h
2225 ATMEL LCDFB DRIVER
2226 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2227 L:      linux-fbdev@vger.kernel.org
2228 S:      Maintained
2229 F:      drivers/video/fbdev/atmel_lcdfb.c
2230 F:      include/video/atmel_lcdc.h
2232 ATMEL MACB ETHERNET DRIVER
2233 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2234 S:      Supported
2235 F:      drivers/net/ethernet/cadence/
2237 ATMEL NAND DRIVER
2238 M:      Wenyou Yang <wenyou.yang@atmel.com>
2239 M:      Josh Wu <rainyfeeling@outlook.com>
2240 L:      linux-mtd@lists.infradead.org
2241 S:      Supported
2242 F:      drivers/mtd/nand/atmel_nand*
2244 ATMEL SDMMC DRIVER
2245 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2246 L:      linux-mmc@vger.kernel.org
2247 S:      Supported
2248 F:      drivers/mmc/host/sdhci-of-at91.c
2250 ATMEL SPI DRIVER
2251 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2252 S:      Supported
2253 F:      drivers/spi/spi-atmel.*
2255 ATMEL SSC DRIVER
2256 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2258 S:      Supported
2259 F:      drivers/misc/atmel-ssc.c
2260 F:      include/linux/atmel-ssc.h
2262 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2263 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2265 S:      Supported
2266 F:      drivers/misc/atmel_tclib.c
2267 F:      drivers/clocksource/tcb_clksrc.c
2269 ATMEL USBA UDC DRIVER
2270 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2272 S:      Supported
2273 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2275 ATMEL WIRELESS DRIVER
2276 M:      Simon Kelley <simon@thekelleys.org.uk>
2277 L:      linux-wireless@vger.kernel.org
2278 W:      http://www.thekelleys.org.uk/atmel
2279 W:      http://atmelwlandriver.sourceforge.net/
2280 S:      Maintained
2281 F:      drivers/net/wireless/atmel/atmel*
2283 ATMEL MAXTOUCH DRIVER
2284 M:      Nick Dyer <nick@shmanahar.org>
2285 T:      git git://github.com/ndyer/linux.git
2286 S:      Maintained
2287 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2288 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2289 F:      include/linux/platform_data/atmel_mxt_ts.h
2291 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2292 M:      Bradley Grove <linuxdrivers@attotech.com>
2293 L:      linux-scsi@vger.kernel.org
2294 W:      http://www.attotech.com
2295 S:      Supported
2296 F:      drivers/scsi/esas2r
2298 ATUSB IEEE 802.15.4 RADIO DRIVER
2299 M:      Stefan Schmidt <stefan@osg.samsung.com>
2300 L:      linux-wpan@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/net/ieee802154/atusb.c
2303 F:      drivers/net/ieee802154/atusb.h
2304 F:      drivers/net/ieee802154/at86rf230.h
2306 AUDIT SUBSYSTEM
2307 M:      Paul Moore <paul@paul-moore.com>
2308 M:      Eric Paris <eparis@redhat.com>
2309 L:      linux-audit@redhat.com (moderated for non-subscribers)
2310 W:      http://people.redhat.com/sgrubb/audit/
2311 T:      git git://git.infradead.org/users/pcmoore/audit
2312 S:      Maintained
2313 F:      include/linux/audit.h
2314 F:      include/uapi/linux/audit.h
2315 F:      kernel/audit*
2317 AUXILIARY DISPLAY DRIVERS
2318 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2319 W:      http://miguelojeda.es/auxdisplay.htm
2320 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2321 S:      Maintained
2322 F:      drivers/auxdisplay/
2323 F:      include/linux/cfag12864b.h
2325 AVR32 ARCHITECTURE
2326 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2327 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2328 W:      http://www.atmel.com/products/AVR32/
2329 W:      http://mirror.egtvedt.no/avr32linux.org/
2330 W:      http://avrfreaks.net/
2331 S:      Maintained
2332 F:      arch/avr32/
2334 AVR32/AT32AP MACHINE SUPPORT
2335 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2336 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2337 S:      Maintained
2338 F:      arch/avr32/mach-at32ap/
2340 AX.25 NETWORK LAYER
2341 M:      Ralf Baechle <ralf@linux-mips.org>
2342 L:      linux-hams@vger.kernel.org
2343 W:      http://www.linux-ax25.org/
2344 S:      Maintained
2345 F:      include/uapi/linux/ax25.h
2346 F:      include/net/ax25.h
2347 F:      net/ax25/
2349 AXENTIA ASOC DRIVERS
2350 M:      Peter Rosin <peda@axentia.se>
2351 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2352 S:      Maintained
2353 F:      Documentation/devicetree/bindings/sound/axentia,*
2354 F:      sound/soc/atmel/tse850-pcm5142.c
2356 AZ6007 DVB DRIVER
2357 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2358 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2359 L:      linux-media@vger.kernel.org
2360 W:      https://linuxtv.org
2361 T:      git git://linuxtv.org/media_tree.git
2362 S:      Maintained
2363 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2365 AZTECH FM RADIO RECEIVER DRIVER
2366 M:      Hans Verkuil <hverkuil@xs4all.nl>
2367 L:      linux-media@vger.kernel.org
2368 T:      git git://linuxtv.org/media_tree.git
2369 W:      https://linuxtv.org
2370 S:      Maintained
2371 F:      drivers/media/radio/radio-aztech*
2373 B43 WIRELESS DRIVER
2374 L:      linux-wireless@vger.kernel.org
2375 L:      b43-dev@lists.infradead.org
2376 W:      http://wireless.kernel.org/en/users/Drivers/b43
2377 S:      Odd Fixes
2378 F:      drivers/net/wireless/broadcom/b43/
2380 B43LEGACY WIRELESS DRIVER
2381 M:      Larry Finger <Larry.Finger@lwfinger.net>
2382 L:      linux-wireless@vger.kernel.org
2383 L:      b43-dev@lists.infradead.org
2384 W:      http://wireless.kernel.org/en/users/Drivers/b43
2385 S:      Maintained
2386 F:      drivers/net/wireless/broadcom/b43legacy/
2388 BACKLIGHT CLASS/SUBSYSTEM
2389 M:      Jingoo Han <jingoohan1@gmail.com>
2390 M:      Lee Jones <lee.jones@linaro.org>
2391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2392 S:      Maintained
2393 F:      drivers/video/backlight/
2394 F:      include/linux/backlight.h
2396 BATMAN ADVANCED
2397 M:      Marek Lindner <mareklindner@neomailbox.ch>
2398 M:      Simon Wunderlich <sw@simonwunderlich.de>
2399 M:      Antonio Quartulli <a@unstable.cc>
2400 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2401 W:      https://www.open-mesh.org/
2402 Q:      https://patchwork.open-mesh.org/project/batman/list/
2403 S:      Maintained
2404 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2405 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2406 F:      Documentation/networking/batman-adv.txt
2407 F:      include/uapi/linux/batman_adv.h
2408 F:      net/batman-adv/
2410 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2411 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2412 L:      linux-hams@vger.kernel.org
2413 W:      http://www.baycom.org/~tom/ham/ham.html
2414 S:      Maintained
2415 F:      drivers/net/hamradio/baycom*
2417 BCACHE (BLOCK LAYER CACHE)
2418 M:      Kent Overstreet <kent.overstreet@gmail.com>
2419 L:      linux-bcache@vger.kernel.org
2420 W:      http://bcache.evilpiepirate.org
2421 S:      Orphan
2422 F:      drivers/md/bcache/
2424 BDISP ST MEDIA DRIVER
2425 M:      Fabien Dessenne <fabien.dessenne@st.com>
2426 L:      linux-media@vger.kernel.org
2427 T:      git git://linuxtv.org/media_tree.git
2428 W:      https://linuxtv.org
2429 S:      Supported
2430 F:      drivers/media/platform/sti/bdisp
2432 DELTA ST MEDIA DRIVER
2433 M:      Hugues Fruchet <hugues.fruchet@st.com>
2434 L:      linux-media@vger.kernel.org
2435 T:      git git://linuxtv.org/media_tree.git
2436 W:      https://linuxtv.org
2437 S:      Supported
2438 F:      drivers/media/platform/sti/delta
2440 BEFS FILE SYSTEM
2441 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2442 M:      Salah Triki <salah.triki@gmail.com>
2443 S:      Maintained
2444 T:      git git://github.com/luisbg/linux-befs.git
2445 F:      Documentation/filesystems/befs.txt
2446 F:      fs/befs/
2448 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2449 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2450 L:      netdev@vger.kernel.org
2451 S:      Maintained
2452 F:      drivers/net/ethernet/ec_bhf.c
2454 BFS FILE SYSTEM
2455 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2456 S:      Maintained
2457 F:      Documentation/filesystems/bfs.txt
2458 F:      fs/bfs/
2459 F:      include/uapi/linux/bfs_fs.h
2461 BLACKFIN ARCHITECTURE
2462 M:      Steven Miao <realmz6@gmail.com>
2463 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2464 T:      git git://git.code.sf.net/p/adi-linux/code
2465 W:      http://blackfin.uclinux.org
2466 S:      Supported
2467 F:      arch/blackfin/
2469 BLACKFIN EMAC DRIVER
2470 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2471 W:      http://blackfin.uclinux.org
2472 S:      Supported
2473 F:      drivers/net/ethernet/adi/
2475 BLACKFIN RTC DRIVER
2476 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2477 W:      http://blackfin.uclinux.org
2478 S:      Supported
2479 F:      drivers/rtc/rtc-bfin.c
2481 BLACKFIN SDH DRIVER
2482 M:      Sonic Zhang <sonic.zhang@analog.com>
2483 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2484 W:      http://blackfin.uclinux.org
2485 S:      Supported
2486 F:      drivers/mmc/host/bfin_sdh.c
2488 BLACKFIN SERIAL DRIVER
2489 M:      Sonic Zhang <sonic.zhang@analog.com>
2490 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2491 W:      http://blackfin.uclinux.org
2492 S:      Supported
2493 F:      drivers/tty/serial/bfin_uart.c
2495 BLACKFIN WATCHDOG DRIVER
2496 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2497 W:      http://blackfin.uclinux.org
2498 S:      Supported
2499 F:      drivers/watchdog/bfin_wdt.c
2501 BLACKFIN I2C TWI DRIVER
2502 M:      Sonic Zhang <sonic.zhang@analog.com>
2503 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2504 W:      http://blackfin.uclinux.org/
2505 S:      Supported
2506 F:      drivers/i2c/busses/i2c-bfin-twi.c
2508 BLACKFIN MEDIA DRIVER
2509 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2510 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2511 W:      http://blackfin.uclinux.org/
2512 S:      Supported
2513 F:      drivers/media/platform/blackfin/
2514 F:      drivers/media/i2c/adv7183*
2515 F:      drivers/media/i2c/vs6624*
2517 BLINKM RGB LED DRIVER
2518 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2519 S:      Maintained
2520 F:      drivers/leds/leds-blinkm.c
2522 BLOCK LAYER
2523 M:      Jens Axboe <axboe@kernel.dk>
2524 L:      linux-block@vger.kernel.org
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2526 S:      Maintained
2527 F:      block/
2528 F:      kernel/trace/blktrace.c
2529 F:      lib/sbitmap.c
2531 BLOCK2MTD DRIVER
2532 M:      Joern Engel <joern@lazybastard.org>
2533 L:      linux-mtd@lists.infradead.org
2534 S:      Maintained
2535 F:      drivers/mtd/devices/block2mtd.c
2537 BLUETOOTH DRIVERS
2538 M:      Marcel Holtmann <marcel@holtmann.org>
2539 M:      Gustavo Padovan <gustavo@padovan.org>
2540 M:      Johan Hedberg <johan.hedberg@gmail.com>
2541 L:      linux-bluetooth@vger.kernel.org
2542 W:      http://www.bluez.org/
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2545 S:      Maintained
2546 F:      drivers/bluetooth/
2548 BLUETOOTH SUBSYSTEM
2549 M:      Marcel Holtmann <marcel@holtmann.org>
2550 M:      Gustavo Padovan <gustavo@padovan.org>
2551 M:      Johan Hedberg <johan.hedberg@gmail.com>
2552 L:      linux-bluetooth@vger.kernel.org
2553 W:      http://www.bluez.org/
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2556 S:      Maintained
2557 F:      net/bluetooth/
2558 F:      include/net/bluetooth/
2560 BONDING DRIVER
2561 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2562 M:      Veaceslav Falico <vfalico@gmail.com>
2563 M:      Andy Gospodarek <andy@greyhouse.net>
2564 L:      netdev@vger.kernel.org
2565 W:      http://sourceforge.net/projects/bonding/
2566 S:      Supported
2567 F:      drivers/net/bonding/
2568 F:      include/uapi/linux/if_bonding.h
2570 BPF (Safe dynamic programs and tools)
2571 M:      Alexei Starovoitov <ast@kernel.org>
2572 L:      netdev@vger.kernel.org
2573 L:      linux-kernel@vger.kernel.org
2574 S:      Supported
2575 F:      kernel/bpf/
2576 F:      tools/testing/selftests/bpf/
2577 F:      lib/test_bpf.c
2579 BROADCOM B44 10/100 ETHERNET DRIVER
2580 M:      Michael Chan <michael.chan@broadcom.com>
2581 L:      netdev@vger.kernel.org
2582 S:      Supported
2583 F:      drivers/net/ethernet/broadcom/b44.*
2585 BROADCOM B53 ETHERNET SWITCH DRIVER
2586 M:      Florian Fainelli <f.fainelli@gmail.com>
2587 L:      netdev@vger.kernel.org
2588 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2589 S:      Supported
2590 F:      drivers/net/dsa/b53/*
2591 F:      include/linux/platform_data/b53.h
2593 BROADCOM GENET ETHERNET DRIVER
2594 M:      Florian Fainelli <f.fainelli@gmail.com>
2595 L:      netdev@vger.kernel.org
2596 S:      Supported
2597 F:      drivers/net/ethernet/broadcom/genet/
2599 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2600 M:      Rasesh Mody <rasesh.mody@cavium.com>
2601 M:      Harish Patil <harish.patil@cavium.com>
2602 M:      Dept-GELinuxNICDev@cavium.com
2603 L:      netdev@vger.kernel.org
2604 S:      Supported
2605 F:      drivers/net/ethernet/broadcom/bnx2.*
2606 F:      drivers/net/ethernet/broadcom/bnx2_*
2608 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2609 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2610 M:      Ariel Elior <ariel.elior@cavium.com>
2611 M:      everest-linux-l2@cavium.com
2612 L:      netdev@vger.kernel.org
2613 S:      Supported
2614 F:      drivers/net/ethernet/broadcom/bnx2x/
2616 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2617 M:      Florian Fainelli <f.fainelli@gmail.com>
2618 M:      Ray Jui <rjui@broadcom.com>
2619 M:      Scott Branden <sbranden@broadcom.com>
2620 M:      bcm-kernel-feedback-list@broadcom.com
2621 T:      git git://github.com/broadcom/mach-bcm
2622 S:      Maintained
2623 N:      bcm281*
2624 N:      bcm113*
2625 N:      bcm216*
2626 N:      kona
2627 F:      arch/arm/mach-bcm/
2629 BROADCOM BCM2835 ARM ARCHITECTURE
2630 M:      Stephen Warren <swarren@wwwdotorg.org>
2631 M:      Lee Jones <lee@kernel.org>
2632 M:      Eric Anholt <eric@anholt.net>
2633 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2636 S:      Maintained
2637 N:      bcm2835
2638 F:      drivers/staging/vc04_services
2640 BROADCOM BCM47XX MIPS ARCHITECTURE
2641 M:      Hauke Mehrtens <hauke@hauke-m.de>
2642 M:      Rafał Miłecki <zajec5@gmail.com>
2643 L:      linux-mips@linux-mips.org
2644 S:      Maintained
2645 F:      Documentation/devicetree/bindings/mips/brcm/
2646 F:      arch/mips/bcm47xx/*
2647 F:      arch/mips/include/asm/mach-bcm47xx/*
2649 BROADCOM BCM5301X ARM ARCHITECTURE
2650 M:      Hauke Mehrtens <hauke@hauke-m.de>
2651 M:      Rafał Miłecki <zajec5@gmail.com>
2652 M:      bcm-kernel-feedback-list@broadcom.com
2653 L:      linux-arm-kernel@lists.infradead.org
2654 S:      Maintained
2655 F:      arch/arm/mach-bcm/bcm_5301x.c
2656 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2657 F:      arch/arm/boot/dts/bcm470*
2659 BROADCOM BCM53573 ARM ARCHITECTURE
2660 M:      Rafał Miłecki <rafal@milecki.pl>
2661 L:      linux-arm-kernel@lists.infradead.org
2662 S:      Maintained
2663 F:      arch/arm/boot/dts/bcm53573*
2664 F:      arch/arm/boot/dts/bcm47189*
2666 BROADCOM BCM63XX ARM ARCHITECTURE
2667 M:      Florian Fainelli <f.fainelli@gmail.com>
2668 M:      bcm-kernel-feedback-list@broadcom.com
2669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2670 T:      git git://github.com/broadcom/stblinux.git
2671 S:      Maintained
2672 N:      bcm63xx
2674 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2675 M:      Kevin Cernekee <cernekee@gmail.com>
2676 L:      linux-usb@vger.kernel.org
2677 S:      Maintained
2678 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2680 BROADCOM BCM7XXX ARM ARCHITECTURE
2681 M:      Brian Norris <computersforpeace@gmail.com>
2682 M:      Gregory Fong <gregory.0xf0@gmail.com>
2683 M:      Florian Fainelli <f.fainelli@gmail.com>
2684 M:      bcm-kernel-feedback-list@broadcom.com
2685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2686 T:      git git://github.com/broadcom/stblinux.git
2687 S:      Maintained
2688 F:      arch/arm/mach-bcm/*brcmstb*
2689 F:      arch/arm/boot/dts/bcm7*.dts*
2690 F:      drivers/bus/brcmstb_gisb.c
2691 N:      brcmstb
2693 BROADCOM BMIPS MIPS ARCHITECTURE
2694 M:      Kevin Cernekee <cernekee@gmail.com>
2695 M:      Florian Fainelli <f.fainelli@gmail.com>
2696 L:      linux-mips@linux-mips.org
2697 T:      git git://github.com/broadcom/stblinux.git
2698 S:      Maintained
2699 F:      arch/mips/bmips/*
2700 F:      arch/mips/include/asm/mach-bmips/*
2701 F:      arch/mips/kernel/*bmips*
2702 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2703 F:      drivers/irqchip/irq-bcm63*
2704 F:      drivers/irqchip/irq-bcm7*
2705 F:      drivers/irqchip/irq-brcmstb*
2706 F:      include/linux/bcm963xx_nvram.h
2707 F:      include/linux/bcm963xx_tag.h
2709 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2710 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2711 M:      Prashant Sreedharan <prashant@broadcom.com>
2712 M:      Michael Chan <mchan@broadcom.com>
2713 L:      netdev@vger.kernel.org
2714 S:      Supported
2715 F:      drivers/net/ethernet/broadcom/tg3.*
2717 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2718 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2719 M:      Franky Lin <franky.lin@broadcom.com>
2720 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2721 L:      linux-wireless@vger.kernel.org
2722 L:      brcm80211-dev-list.pdl@broadcom.com
2723 S:      Supported
2724 F:      drivers/net/wireless/broadcom/brcm80211/
2726 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2727 M:      QLogic-Storage-Upstream@qlogic.com
2728 L:      linux-scsi@vger.kernel.org
2729 S:      Supported
2730 F:      drivers/scsi/bnx2fc/
2732 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2733 M:      QLogic-Storage-Upstream@qlogic.com
2734 L:      linux-scsi@vger.kernel.org
2735 S:      Supported
2736 F:      drivers/scsi/bnx2i/
2738 BROADCOM IPROC ARM ARCHITECTURE
2739 M:      Ray Jui <rjui@broadcom.com>
2740 M:      Scott Branden <sbranden@broadcom.com>
2741 M:      Jon Mason <jonmason@broadcom.com>
2742 M:      bcm-kernel-feedback-list@broadcom.com
2743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2744 T:      git git://github.com/broadcom/cygnus-linux.git
2745 S:      Maintained
2746 N:      iproc
2747 N:      cygnus
2748 N:      bcm[-_]nsp
2749 N:      bcm9113*
2750 N:      bcm9583*
2751 N:      bcm9585*
2752 N:      bcm9586*
2753 N:      bcm988312
2754 N:      bcm113*
2755 N:      bcm583*
2756 N:      bcm585*
2757 N:      bcm586*
2758 N:      bcm88312
2759 F:      arch/arm64/boot/dts/broadcom/ns2*
2760 F:      drivers/clk/bcm/clk-ns*
2761 F:      drivers/pinctrl/bcm/pinctrl-ns*
2763 BROADCOM BRCMSTB GPIO DRIVER
2764 M:      Gregory Fong <gregory.0xf0@gmail.com>
2765 L:      bcm-kernel-feedback-list@broadcom.com
2766 S:      Supported
2767 F:      drivers/gpio/gpio-brcmstb.c
2768 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2770 BROADCOM KONA GPIO DRIVER
2771 M:      Ray Jui <rjui@broadcom.com>
2772 L:      bcm-kernel-feedback-list@broadcom.com
2773 S:      Supported
2774 F:      drivers/gpio/gpio-bcm-kona.c
2775 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2777 BROADCOM NVRAM DRIVER
2778 M:      Rafał Miłecki <zajec5@gmail.com>
2779 L:      linux-mips@linux-mips.org
2780 S:      Maintained
2781 F:      drivers/firmware/broadcom/*
2783 BROADCOM STB NAND FLASH DRIVER
2784 M:      Brian Norris <computersforpeace@gmail.com>
2785 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2786 L:      linux-mtd@lists.infradead.org
2787 L:      bcm-kernel-feedback-list@broadcom.com
2788 S:      Maintained
2789 F:      drivers/mtd/nand/brcmnand/
2791 BROADCOM STB AVS CPUFREQ DRIVER
2792 M:      Markus Mayer <mmayer@broadcom.com>
2793 M:      bcm-kernel-feedback-list@broadcom.com
2794 L:      linux-pm@vger.kernel.org
2795 S:      Maintained
2796 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2797 F:      drivers/cpufreq/brcmstb*
2799 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2800 M:      Rafał Miłecki <zajec5@gmail.com>
2801 L:      linux-wireless@vger.kernel.org
2802 S:      Maintained
2803 F:      drivers/bcma/
2804 F:      include/linux/bcma/
2806 BROADCOM SYSTEMPORT ETHERNET DRIVER
2807 M:      Florian Fainelli <f.fainelli@gmail.com>
2808 L:      netdev@vger.kernel.org
2809 S:      Supported
2810 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2812 BROADCOM VULCAN ARM64 SOC
2813 M:      Jayachandran C. <c.jayachandran@gmail.com>
2814 M:      bcm-kernel-feedback-list@broadcom.com
2815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2816 S:      Maintained
2817 F:      arch/arm64/boot/dts/broadcom/vulcan*
2819 BROCADE BFA FC SCSI DRIVER
2820 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2821 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2822 L:      linux-scsi@vger.kernel.org
2823 S:      Supported
2824 F:      drivers/scsi/bfa/
2826 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2827 M:      Rasesh Mody <rasesh.mody@cavium.com>
2828 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2829 M:      Dept-GELinuxNICDev@cavium.com
2830 L:      netdev@vger.kernel.org
2831 S:      Supported
2832 F:      drivers/net/ethernet/brocade/bna/
2834 BSG (block layer generic sg v4 driver)
2835 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2836 L:      linux-scsi@vger.kernel.org
2837 S:      Supported
2838 F:      block/bsg.c
2839 F:      include/linux/bsg.h
2840 F:      include/uapi/linux/bsg.h
2842 BT87X AUDIO DRIVER
2843 M:      Clemens Ladisch <clemens@ladisch.de>
2844 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2845 T:      git git://git.alsa-project.org/alsa-kernel.git
2846 S:      Maintained
2847 F:      Documentation/sound/alsa/Bt87x.txt
2848 F:      sound/pci/bt87x.c
2850 BT8XXGPIO DRIVER
2851 M:      Michael Buesch <m@bues.ch>
2852 W:      http://bu3sch.de/btgpio.php
2853 S:      Maintained
2854 F:      drivers/gpio/gpio-bt8xx.c
2856 BTRFS FILE SYSTEM
2857 M:      Chris Mason <clm@fb.com>
2858 M:      Josef Bacik <jbacik@fb.com>
2859 M:      David Sterba <dsterba@suse.com>
2860 L:      linux-btrfs@vger.kernel.org
2861 W:      http://btrfs.wiki.kernel.org/
2862 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2864 S:      Maintained
2865 F:      Documentation/filesystems/btrfs.txt
2866 F:      fs/btrfs/
2868 BTTV VIDEO4LINUX DRIVER
2869 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2870 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2871 L:      linux-media@vger.kernel.org
2872 W:      https://linuxtv.org
2873 T:      git git://linuxtv.org/media_tree.git
2874 S:      Odd fixes
2875 F:      Documentation/media/v4l-drivers/bttv*
2876 F:      drivers/media/pci/bt8xx/bttv*
2878 BUSLOGIC SCSI DRIVER
2879 M:      Khalid Aziz <khalid@gonehiking.org>
2880 L:      linux-scsi@vger.kernel.org
2881 S:      Maintained
2882 F:      drivers/scsi/BusLogic.*
2883 F:      drivers/scsi/FlashPoint.*
2885 C-MEDIA CMI8788 DRIVER
2886 M:      Clemens Ladisch <clemens@ladisch.de>
2887 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2888 T:      git git://git.alsa-project.org/alsa-kernel.git
2889 S:      Maintained
2890 F:      sound/pci/oxygen/
2892 C6X ARCHITECTURE
2893 M:      Mark Salter <msalter@redhat.com>
2894 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2895 L:      linux-c6x-dev@linux-c6x.org
2896 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2897 S:      Maintained
2898 F:      arch/c6x/
2900 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2901 M:      David Howells <dhowells@redhat.com>
2902 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2903 S:      Supported
2904 F:      Documentation/filesystems/caching/cachefiles.txt
2905 F:      fs/cachefiles/
2907 CADET FM/AM RADIO RECEIVER DRIVER
2908 M:      Hans Verkuil <hverkuil@xs4all.nl>
2909 L:      linux-media@vger.kernel.org
2910 T:      git git://linuxtv.org/media_tree.git
2911 W:      https://linuxtv.org
2912 S:      Maintained
2913 F:      drivers/media/radio/radio-cadet*
2915 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2916 M:      Jonathan Corbet <corbet@lwn.net>
2917 L:      linux-media@vger.kernel.org
2918 T:      git git://linuxtv.org/media_tree.git
2919 S:      Maintained
2920 F:      Documentation/media/v4l-drivers/cafe_ccic*
2921 F:      drivers/media/platform/marvell-ccic/
2923 CAIF NETWORK LAYER
2924 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2925 L:      netdev@vger.kernel.org
2926 S:      Supported
2927 F:      Documentation/networking/caif/
2928 F:      drivers/net/caif/
2929 F:      include/uapi/linux/caif/
2930 F:      include/net/caif/
2931 F:      net/caif/
2933 CALGARY x86-64 IOMMU
2934 M:      Muli Ben-Yehuda <mulix@mulix.org>
2935 M:      Jon Mason <jdmason@kudzu.us>
2936 L:      iommu@lists.linux-foundation.org
2937 S:      Maintained
2938 F:      arch/x86/kernel/pci-calgary_64.c
2939 F:      arch/x86/kernel/tce_64.c
2940 F:      arch/x86/include/asm/calgary.h
2941 F:      arch/x86/include/asm/tce.h
2943 CAN NETWORK LAYER
2944 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2945 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2946 L:      linux-can@vger.kernel.org
2947 W:      https://github.com/linux-can
2948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2950 S:      Maintained
2951 F:      Documentation/networking/can.txt
2952 F:      net/can/
2953 F:      include/linux/can/core.h
2954 F:      include/uapi/linux/can.h
2955 F:      include/uapi/linux/can/bcm.h
2956 F:      include/uapi/linux/can/raw.h
2957 F:      include/uapi/linux/can/gw.h
2959 CAN NETWORK DRIVERS
2960 M:      Wolfgang Grandegger <wg@grandegger.com>
2961 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2962 L:      linux-can@vger.kernel.org
2963 W:      https://github.com/linux-can
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2966 S:      Maintained
2967 F:      Documentation/devicetree/bindings/net/can/
2968 F:      drivers/net/can/
2969 F:      include/linux/can/dev.h
2970 F:      include/linux/can/platform/
2971 F:      include/uapi/linux/can/error.h
2972 F:      include/uapi/linux/can/netlink.h
2974 CAPABILITIES
2975 M:      Serge Hallyn <serge@hallyn.com>
2976 L:      linux-security-module@vger.kernel.org
2977 S:      Supported
2978 F:      include/linux/capability.h
2979 F:      include/uapi/linux/capability.h
2980 F:      security/commoncap.c
2981 F:      kernel/capability.c
2983 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2984 M:      Kevin Tsai <ktsai@capellamicro.com>
2985 S:      Maintained
2986 F:      drivers/iio/light/cm*
2987 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
2989 CAVIUM I2C DRIVER
2990 M:      Jan Glauber <jglauber@cavium.com>
2991 M:      David Daney <david.daney@cavium.com>
2992 W:      http://www.cavium.com
2993 S:      Supported
2994 F:      drivers/i2c/busses/i2c-octeon*
2995 F:      drivers/i2c/busses/i2c-thunderx*
2997 CAVIUM LIQUIDIO NETWORK DRIVER
2998 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2999 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
3000 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
3001 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3002 L:     netdev@vger.kernel.org
3003 W:     http://www.cavium.com
3004 S:     Supported
3005 F:     drivers/net/ethernet/cavium/liquidio/
3007 CC2520 IEEE-802.15.4 RADIO DRIVER
3008 M:      Varka Bhadram <varkabhadram@gmail.com>
3009 L:      linux-wpan@vger.kernel.org
3010 S:      Maintained
3011 F:      drivers/net/ieee802154/cc2520.c
3012 F:      include/linux/spi/cc2520.h
3013 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3015 CEC DRIVER
3016 M:      Hans Verkuil <hans.verkuil@cisco.com>
3017 L:      linux-media@vger.kernel.org
3018 T:      git git://linuxtv.org/media_tree.git
3019 W:      http://linuxtv.org
3020 S:      Supported
3021 F:      Documentation/media/kapi/cec-core.rst
3022 F:      Documentation/media/uapi/cec
3023 F:      drivers/media/cec/
3024 F:      drivers/media/cec-edid.c
3025 F:      drivers/media/rc/keymaps/rc-cec.c
3026 F:      include/media/cec.h
3027 F:      include/media/cec-edid.h
3028 F:      include/uapi/linux/cec.h
3029 F:      include/uapi/linux/cec-funcs.h
3031 CELL BROADBAND ENGINE ARCHITECTURE
3032 M:      Arnd Bergmann <arnd@arndb.de>
3033 L:      linuxppc-dev@lists.ozlabs.org
3034 W:      http://www.ibm.com/developerworks/power/cell/
3035 S:      Supported
3036 F:      arch/powerpc/include/asm/cell*.h
3037 F:      arch/powerpc/include/asm/spu*.h
3038 F:      arch/powerpc/include/uapi/asm/spu*.h
3039 F:      arch/powerpc/oprofile/*cell*
3040 F:      arch/powerpc/platforms/cell/
3042 CEPH COMMON CODE (LIBCEPH)
3043 M:      Ilya Dryomov <idryomov@gmail.com>
3044 M:      "Yan, Zheng" <zyan@redhat.com>
3045 M:      Sage Weil <sage@redhat.com>
3046 L:      ceph-devel@vger.kernel.org
3047 W:      http://ceph.com/
3048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3049 T:      git git://github.com/ceph/ceph-client.git
3050 S:      Supported
3051 F:      net/ceph/
3052 F:      include/linux/ceph/
3053 F:      include/linux/crush/
3055 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3056 M:      "Yan, Zheng" <zyan@redhat.com>
3057 M:      Sage Weil <sage@redhat.com>
3058 M:      Ilya Dryomov <idryomov@gmail.com>
3059 L:      ceph-devel@vger.kernel.org
3060 W:      http://ceph.com/
3061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3062 T:      git git://github.com/ceph/ceph-client.git
3063 S:      Supported
3064 F:      Documentation/filesystems/ceph.txt
3065 F:      fs/ceph/
3067 CERTIFICATE HANDLING:
3068 M:      David Howells <dhowells@redhat.com>
3069 M:      David Woodhouse <dwmw2@infradead.org>
3070 L:      keyrings@vger.kernel.org
3071 S:      Maintained
3072 F:      Documentation/module-signing.txt
3073 F:      certs/
3074 F:      scripts/sign-file.c
3075 F:      scripts/extract-cert.c
3077 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3078 L:      linux-usb@vger.kernel.org
3079 S:      Orphan
3080 F:      Documentation/usb/WUSB-Design-overview.txt
3081 F:      Documentation/usb/wusb-cbaf
3082 F:      drivers/usb/host/hwa-hc.c
3083 F:      drivers/usb/host/whci/
3084 F:      drivers/usb/wusbcore/
3085 F:      include/linux/usb/wusb*
3087 HT16K33 LED CONTROLLER DRIVER
3088 M:      Robin van der Gracht <robin@protonic.nl>
3089 S:      Maintained
3090 F:      drivers/auxdisplay/ht16k33.c
3091 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3093 CFAG12864B LCD DRIVER
3094 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3095 W:      http://miguelojeda.es/auxdisplay.htm
3096 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3097 S:      Maintained
3098 F:      drivers/auxdisplay/cfag12864b.c
3099 F:      include/linux/cfag12864b.h
3101 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3102 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3103 W:      http://miguelojeda.es/auxdisplay.htm
3104 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3105 S:      Maintained
3106 F:      drivers/auxdisplay/cfag12864bfb.c
3107 F:      include/linux/cfag12864b.h
3109 CFG80211 and NL80211
3110 M:      Johannes Berg <johannes@sipsolutions.net>
3111 L:      linux-wireless@vger.kernel.org
3112 W:      http://wireless.kernel.org/
3113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3115 S:      Maintained
3116 F:      include/uapi/linux/nl80211.h
3117 F:      include/net/cfg80211.h
3118 F:      net/wireless/*
3119 X:      net/wireless/wext*
3121 CHAR and MISC DRIVERS
3122 M:      Arnd Bergmann <arnd@arndb.de>
3123 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3125 S:      Supported
3126 F:      drivers/char/*
3127 F:      drivers/misc/*
3128 F:      include/linux/miscdevice.h
3130 CHECKPATCH
3131 M:      Andy Whitcroft <apw@canonical.com>
3132 M:      Joe Perches <joe@perches.com>
3133 S:      Maintained
3134 F:      scripts/checkpatch.pl
3136 CHINESE DOCUMENTATION
3137 M:      Harry Wei <harryxiyou@gmail.com>
3138 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3139 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3140 S:      Maintained
3141 F:      Documentation/translations/zh_CN/
3143 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3144 M:      Peter Chen <Peter.Chen@nxp.com>
3145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3146 L:      linux-usb@vger.kernel.org
3147 S:      Maintained
3148 F:      drivers/usb/chipidea/
3150 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3151 M:      Hans de Goede <hdegoede@redhat.com>
3152 L:      linux-input@vger.kernel.org
3153 S:      Maintained
3154 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3155 F:      drivers/input/touchscreen/chipone_icn8318.c
3157 CHROME HARDWARE PLATFORM SUPPORT
3158 M:      Olof Johansson <olof@lixom.net>
3159 S:      Maintained
3160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3161 F:      drivers/platform/chrome/
3163 CISCO VIC ETHERNET NIC DRIVER
3164 M:      Christian Benvenuti <benve@cisco.com>
3165 M:      Sujith Sankar <ssujith@cisco.com>
3166 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3167 M:      Neel Patel <neepatel@cisco.com>
3168 S:      Supported
3169 F:      drivers/net/ethernet/cisco/enic/
3171 CISCO VIC LOW LATENCY NIC DRIVER
3172 M:      Christian Benvenuti <benve@cisco.com>
3173 M:      Dave Goodell <dgoodell@cisco.com>
3174 S:      Supported
3175 F:      drivers/infiniband/hw/usnic/
3177 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3178 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3179 L:      netdev@vger.kernel.org
3180 S:      Maintained
3181 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3183 CIRRUS LOGIC AUDIO CODEC DRIVERS
3184 M:      Brian Austin <brian.austin@cirrus.com>
3185 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3186 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3187 S:      Maintained
3188 F:      sound/soc/codecs/cs*
3190 CLEANCACHE API
3191 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3192 L:      linux-kernel@vger.kernel.org
3193 S:      Maintained
3194 F:      mm/cleancache.c
3195 F:      include/linux/cleancache.h
3197 CLK API
3198 M:      Russell King <linux@armlinux.org.uk>
3199 L:      linux-clk@vger.kernel.org
3200 S:      Maintained
3201 F:      include/linux/clk.h
3203 CLOCKSOURCE, CLOCKEVENT DRIVERS
3204 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3205 M:      Thomas Gleixner <tglx@linutronix.de>
3206 L:      linux-kernel@vger.kernel.org
3207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3208 S:      Supported
3209 F:      drivers/clocksource
3211 CISCO FCOE HBA DRIVER
3212 M:      Satish Kharat <satishkh@cisco.com>
3213 M:      Sesidhar Baddela <sebaddel@cisco.com>
3214 M:      Karan Tilak Kumar <kartilak@cisco.com>
3215 L:      linux-scsi@vger.kernel.org
3216 S:      Supported
3217 F:      drivers/scsi/fnic/
3219 CISCO SCSI HBA DRIVER
3220 M:      Karan Tilak Kumar <kartilak@cisco.com>
3221 M:      Sesidhar Baddela <sebaddel@cisco.com>
3222 L:      linux-scsi@vger.kernel.org
3223 S:      Supported
3224 F:      drivers/scsi/snic/
3226 CMPC ACPI DRIVER
3227 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3228 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3229 L:      platform-driver-x86@vger.kernel.org
3230 S:      Supported
3231 F:      drivers/platform/x86/classmate-laptop.c
3233 COBALT MEDIA DRIVER
3234 M:      Hans Verkuil <hans.verkuil@cisco.com>
3235 L:      linux-media@vger.kernel.org
3236 T:      git git://linuxtv.org/media_tree.git
3237 W:      https://linuxtv.org
3238 S:      Supported
3239 F:      drivers/media/pci/cobalt/
3241 COCCINELLE/Semantic Patches (SmPL)
3242 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3243 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3244 M:      Nicolas Palix <nicolas.palix@imag.fr>
3245 M:      Michal Marek <mmarek@suse.com>
3246 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3248 W:      http://coccinelle.lip6.fr/
3249 S:      Supported
3250 F:      Documentation/dev-tools/coccinelle.rst
3251 F:      scripts/coccinelle/
3252 F:      scripts/coccicheck
3254 CODA FILE SYSTEM
3255 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3256 M:      coda@cs.cmu.edu
3257 L:      codalist@coda.cs.cmu.edu
3258 W:      http://www.coda.cs.cmu.edu/
3259 S:      Maintained
3260 F:      Documentation/filesystems/coda.txt
3261 F:      fs/coda/
3262 F:      include/linux/coda*.h
3263 F:      include/uapi/linux/coda*.h
3265 CODA V4L2 MEM2MEM DRIVER
3266 M:      Philipp Zabel <p.zabel@pengutronix.de>
3267 L:      linux-media@vger.kernel.org
3268 S:      Maintained
3269 F:      Documentation/devicetree/bindings/media/coda.txt
3270 F:      drivers/media/platform/coda/
3272 COMMON CLK FRAMEWORK
3273 M:      Michael Turquette <mturquette@baylibre.com>
3274 M:      Stephen Boyd <sboyd@codeaurora.org>
3275 L:      linux-clk@vger.kernel.org
3276 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3278 S:      Maintained
3279 F:      Documentation/devicetree/bindings/clock/
3280 F:      drivers/clk/
3281 X:      drivers/clk/clkdev.c
3282 F:      include/linux/clk-pr*
3283 F:      include/linux/clk/
3285 COMMON INTERNET FILE SYSTEM (CIFS)
3286 M:      Steve French <sfrench@samba.org>
3287 L:      linux-cifs@vger.kernel.org
3288 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3289 W:      http://linux-cifs.samba.org/
3290 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3291 S:      Supported
3292 F:      Documentation/filesystems/cifs/
3293 F:      fs/cifs/
3295 COMPACTPCI HOTPLUG CORE
3296 M:      Scott Murray <scott@spiteful.org>
3297 L:      linux-pci@vger.kernel.org
3298 S:      Maintained
3299 F:      drivers/pci/hotplug/cpci_hotplug*
3301 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3302 M:      Scott Murray <scott@spiteful.org>
3303 L:      linux-pci@vger.kernel.org
3304 S:      Maintained
3305 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3307 COMPACTPCI HOTPLUG GENERIC DRIVER
3308 M:      Scott Murray <scott@spiteful.org>
3309 L:      linux-pci@vger.kernel.org
3310 S:      Maintained
3311 F:      drivers/pci/hotplug/cpcihp_generic.c
3313 COMPAL LAPTOP SUPPORT
3314 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3315 L:      platform-driver-x86@vger.kernel.org
3316 S:      Maintained
3317 F:      drivers/platform/x86/compal-laptop.c
3319 CONEXANT ACCESSRUNNER USB DRIVER
3320 L:      accessrunner-general@lists.sourceforge.net
3321 W:      http://accessrunner.sourceforge.net/
3322 S:      Orphan
3323 F:      drivers/usb/atm/cxacru.c
3325 CONFIGFS
3326 M:      Joel Becker <jlbec@evilplan.org>
3327 M:      Christoph Hellwig <hch@lst.de>
3328 T:      git git://git.infradead.org/users/hch/configfs.git
3329 S:      Supported
3330 F:      fs/configfs/
3331 F:      include/linux/configfs.h
3333 CONNECTOR
3334 M:      Evgeniy Polyakov <zbr@ioremap.net>
3335 L:      netdev@vger.kernel.org
3336 S:      Maintained
3337 F:      drivers/connector/
3339 CONTROL GROUP (CGROUP)
3340 M:      Tejun Heo <tj@kernel.org>
3341 M:      Li Zefan <lizefan@huawei.com>
3342 M:      Johannes Weiner <hannes@cmpxchg.org>
3343 L:      cgroups@vger.kernel.org
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3345 S:      Maintained
3346 F:      Documentation/cgroup*
3347 F:      include/linux/cgroup*
3348 F:      kernel/cgroup*
3350 CONTROL GROUP - CPUSET
3351 M:      Li Zefan <lizefan@huawei.com>
3352 L:      cgroups@vger.kernel.org
3353 W:      http://www.bullopensource.org/cpuset/
3354 W:      http://oss.sgi.com/projects/cpusets/
3355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3356 S:      Maintained
3357 F:      Documentation/cgroup-v1/cpusets.txt
3358 F:      include/linux/cpuset.h
3359 F:      kernel/cpuset.c
3361 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3362 M:      Johannes Weiner <hannes@cmpxchg.org>
3363 M:      Michal Hocko <mhocko@kernel.org>
3364 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3365 L:      cgroups@vger.kernel.org
3366 L:      linux-mm@kvack.org
3367 S:      Maintained
3368 F:      mm/memcontrol.c
3369 F:      mm/swap_cgroup.c
3371 CORETEMP HARDWARE MONITORING DRIVER
3372 M:      Fenghua Yu <fenghua.yu@intel.com>
3373 L:      linux-hwmon@vger.kernel.org
3374 S:      Maintained
3375 F:      Documentation/hwmon/coretemp
3376 F:      drivers/hwmon/coretemp.c
3378 COSA/SRP SYNC SERIAL DRIVER
3379 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3380 W:      http://www.fi.muni.cz/~kas/cosa/
3381 S:      Maintained
3382 F:      drivers/net/wan/cosa*
3384 CPMAC ETHERNET DRIVER
3385 M:      Florian Fainelli <f.fainelli@gmail.com>
3386 L:      netdev@vger.kernel.org
3387 S:      Maintained
3388 F:      drivers/net/ethernet/ti/cpmac.c
3390 CPU FREQUENCY DRIVERS
3391 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3392 M:      Viresh Kumar <viresh.kumar@linaro.org>
3393 L:      linux-pm@vger.kernel.org
3394 S:      Maintained
3395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3396 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3397 B:      https://bugzilla.kernel.org
3398 F:      Documentation/cpu-freq/
3399 F:      drivers/cpufreq/
3400 F:      include/linux/cpufreq.h
3402 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3403 M:      Viresh Kumar <viresh.kumar@linaro.org>
3404 M:      Sudeep Holla <sudeep.holla@arm.com>
3405 L:      linux-pm@vger.kernel.org
3406 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3407 S:      Maintained
3408 F:      drivers/cpufreq/arm_big_little.h
3409 F:      drivers/cpufreq/arm_big_little.c
3410 F:      drivers/cpufreq/arm_big_little_dt.c
3412 CPUIDLE DRIVER - ARM BIG LITTLE
3413 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3414 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3415 L:      linux-pm@vger.kernel.org
3416 L:      linux-arm-kernel@lists.infradead.org
3417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3418 S:      Maintained
3419 F:      drivers/cpuidle/cpuidle-big_little.c
3421 CPUIDLE DRIVER - ARM EXYNOS
3422 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3423 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3424 M:      Kukjin Kim <kgene@kernel.org>
3425 L:      linux-pm@vger.kernel.org
3426 L:      linux-samsung-soc@vger.kernel.org
3427 S:      Supported
3428 F:      drivers/cpuidle/cpuidle-exynos.c
3429 F:      arch/arm/mach-exynos/pm.c
3431 CPUIDLE DRIVERS
3432 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3433 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3434 L:      linux-pm@vger.kernel.org
3435 S:      Maintained
3436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3437 B:      https://bugzilla.kernel.org
3438 F:      drivers/cpuidle/*
3439 F:      include/linux/cpuidle.h
3441 CPUID/MSR DRIVER
3442 M:      "H. Peter Anvin" <hpa@zytor.com>
3443 S:      Maintained
3444 F:      arch/x86/kernel/cpuid.c
3445 F:      arch/x86/kernel/msr.c
3447 CPU POWER MONITORING SUBSYSTEM
3448 M:      Thomas Renninger <trenn@suse.com>
3449 L:      linux-pm@vger.kernel.org
3450 S:      Maintained
3451 F:      tools/power/cpupower/
3453 CRAMFS FILESYSTEM
3454 W:      http://sourceforge.net/projects/cramfs/
3455 S:      Orphan / Obsolete
3456 F:      Documentation/filesystems/cramfs.txt
3457 F:      fs/cramfs/
3459 CRIS PORT
3460 M:      Mikael Starvik <starvik@axis.com>
3461 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3462 L:      linux-cris-kernel@axis.com
3463 W:      http://developer.axis.com
3464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3465 S:      Maintained
3466 F:      arch/cris/
3467 F:      drivers/tty/serial/crisv10.*
3469 CRYPTO API
3470 M:      Herbert Xu <herbert@gondor.apana.org.au>
3471 M:      "David S. Miller" <davem@davemloft.net>
3472 L:      linux-crypto@vger.kernel.org
3473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3475 S:      Maintained
3476 F:      Documentation/crypto/
3477 F:      Documentation/devicetree/bindings/crypto/
3478 F:      Documentation/DocBook/crypto-API.tmpl
3479 F:      arch/*/crypto/
3480 F:      crypto/
3481 F:      drivers/crypto/
3482 F:      include/crypto/
3483 F:      include/linux/crypto*
3485 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3486 M:      Neil Horman <nhorman@tuxdriver.com>
3487 L:      linux-crypto@vger.kernel.org
3488 S:      Maintained
3489 F:      crypto/ansi_cprng.c
3490 F:      crypto/rng.c
3492 CS3308 MEDIA DRIVER
3493 M:      Hans Verkuil <hverkuil@xs4all.nl>
3494 L:      linux-media@vger.kernel.org
3495 T:      git git://linuxtv.org/media_tree.git
3496 W:      http://linuxtv.org
3497 S:      Odd Fixes
3498 F:      drivers/media/i2c/cs3308.c
3499 F:      drivers/media/i2c/cs3308.h
3501 CS5535 Audio ALSA driver
3502 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3503 S:      Maintained
3504 F:      sound/pci/cs5535audio/
3506 CW1200 WLAN driver
3507 M:      Solomon Peachy <pizza@shaftnet.org>
3508 S:      Maintained
3509 F:      drivers/net/wireless/st/cw1200/
3511 CX18 VIDEO4LINUX DRIVER
3512 M:      Andy Walls <awalls@md.metrocast.net>
3513 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3514 L:      linux-media@vger.kernel.org
3515 T:      git git://linuxtv.org/media_tree.git
3516 W:      https://linuxtv.org
3517 W:      http://www.ivtvdriver.org/index.php/Cx18
3518 S:      Maintained
3519 F:      Documentation/media/v4l-drivers/cx18*
3520 F:      drivers/media/pci/cx18/
3521 F:      include/uapi/linux/ivtv*
3523 CX2341X MPEG ENCODER HELPER MODULE
3524 M:      Hans Verkuil <hverkuil@xs4all.nl>
3525 L:      linux-media@vger.kernel.org
3526 T:      git git://linuxtv.org/media_tree.git
3527 W:      https://linuxtv.org
3528 S:      Maintained
3529 F:      drivers/media/common/cx2341x*
3530 F:      include/media/cx2341x*
3532 CX24120 MEDIA DRIVER
3533 M:      Jemma Denson <jdenson@gmail.com>
3534 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3535 L:      linux-media@vger.kernel.org
3536 W:      https://linuxtv.org
3537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3538 S:      Maintained
3539 F:      drivers/media/dvb-frontends/cx24120*
3541 CX88 VIDEO4LINUX DRIVER
3542 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3543 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3544 L:      linux-media@vger.kernel.org
3545 W:      https://linuxtv.org
3546 T:      git git://linuxtv.org/media_tree.git
3547 S:      Odd fixes
3548 F:      Documentation/media/v4l-drivers/cx88*
3549 F:      drivers/media/pci/cx88/
3551 CXD2820R MEDIA DRIVER
3552 M:      Antti Palosaari <crope@iki.fi>
3553 L:      linux-media@vger.kernel.org
3554 W:      https://linuxtv.org
3555 W:      http://palosaari.fi/linux/
3556 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3557 T:      git git://linuxtv.org/anttip/media_tree.git
3558 S:      Maintained
3559 F:      drivers/media/dvb-frontends/cxd2820r*
3561 CXGB3 ETHERNET DRIVER (CXGB3)
3562 M:      Santosh Raspatur <santosh@chelsio.com>
3563 L:      netdev@vger.kernel.org
3564 W:      http://www.chelsio.com
3565 S:      Supported
3566 F:      drivers/net/ethernet/chelsio/cxgb3/
3568 CXGB3 ISCSI DRIVER (CXGB3I)
3569 M:      Karen Xie <kxie@chelsio.com>
3570 L:      linux-scsi@vger.kernel.org
3571 W:      http://www.chelsio.com
3572 S:      Supported
3573 F:      drivers/scsi/cxgbi/cxgb3i
3575 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3576 M:      Steve Wise <swise@chelsio.com>
3577 L:      linux-rdma@vger.kernel.org
3578 W:      http://www.openfabrics.org
3579 S:      Supported
3580 F:      drivers/infiniband/hw/cxgb3/
3581 F:      include/uapi/rdma/cxgb3-abi.h
3583 CXGB4 ETHERNET DRIVER (CXGB4)
3584 M:      Hariprasad S <hariprasad@chelsio.com>
3585 L:      netdev@vger.kernel.org
3586 W:      http://www.chelsio.com
3587 S:      Supported
3588 F:      drivers/net/ethernet/chelsio/cxgb4/
3590 CXGB4 ISCSI DRIVER (CXGB4I)
3591 M:      Karen Xie <kxie@chelsio.com>
3592 L:      linux-scsi@vger.kernel.org
3593 W:      http://www.chelsio.com
3594 S:      Supported
3595 F:      drivers/scsi/cxgbi/cxgb4i
3597 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3598 M:      Steve Wise <swise@chelsio.com>
3599 L:      linux-rdma@vger.kernel.org
3600 W:      http://www.openfabrics.org
3601 S:      Supported
3602 F:      drivers/infiniband/hw/cxgb4/
3603 F:      include/uapi/rdma/cxgb4-abi.h
3605 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3606 M:      Casey Leedom <leedom@chelsio.com>
3607 L:      netdev@vger.kernel.org
3608 W:      http://www.chelsio.com
3609 S:      Supported
3610 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3612 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3613 M:      Ian Munsie <imunsie@au1.ibm.com>
3614 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3615 L:      linuxppc-dev@lists.ozlabs.org
3616 S:      Supported
3617 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3618 F:      drivers/misc/cxl/
3619 F:      include/misc/cxl*
3620 F:      include/uapi/misc/cxl.h
3621 F:      Documentation/powerpc/cxl.txt
3622 F:      Documentation/ABI/testing/sysfs-class-cxl
3624 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3625 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3626 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3627 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3628 L:      linux-scsi@vger.kernel.org
3629 S:      Supported
3630 F:      drivers/scsi/cxlflash/
3631 F:      include/uapi/scsi/cxlflash_ioctls.h
3632 F:      Documentation/powerpc/cxlflash.txt
3634 STMMAC ETHERNET DRIVER
3635 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3636 M:      Alexandre Torgue <alexandre.torgue@st.com>
3637 L:      netdev@vger.kernel.org
3638 W:      http://www.stlinux.com
3639 S:      Supported
3640 F:      drivers/net/ethernet/stmicro/stmmac/
3642 CYBERPRO FB DRIVER
3643 M:      Russell King <linux@armlinux.org.uk>
3644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3645 W:      http://www.armlinux.org.uk/
3646 S:      Maintained
3647 F:      drivers/video/fbdev/cyber2000fb.*
3649 CYCLADES ASYNC MUX DRIVER
3650 W:      http://www.cyclades.com/
3651 S:      Orphan
3652 F:      drivers/tty/cyclades.c
3653 F:      include/linux/cyclades.h
3654 F:      include/uapi/linux/cyclades.h
3656 CYCLADES PC300 DRIVER
3657 W:      http://www.cyclades.com/
3658 S:      Orphan
3659 F:      drivers/net/wan/pc300*
3661 CYPRESS_FIRMWARE MEDIA DRIVER
3662 M:      Antti Palosaari <crope@iki.fi>
3663 L:      linux-media@vger.kernel.org
3664 W:      https://linuxtv.org
3665 W:      http://palosaari.fi/linux/
3666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3667 T:      git git://linuxtv.org/anttip/media_tree.git
3668 S:      Maintained
3669 F:      drivers/media/common/cypress_firmware*
3671 CYTTSP TOUCHSCREEN DRIVER
3672 M:      Ferruh Yigit <fery@cypress.com>
3673 L:      linux-input@vger.kernel.org
3674 S:      Supported
3675 F:      drivers/input/touchscreen/cyttsp*
3676 F:      include/linux/input/cyttsp.h
3678 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3679 M:      Joshua Kinard <kumba@gentoo.org>
3680 S:      Maintained
3681 F:      drivers/rtc/rtc-ds1685.c
3682 F:      include/linux/rtc/ds1685.h
3684 DAMA SLAVE for AX.25
3685 M:      Joerg Reuter <jreuter@yaina.de>
3686 W:      http://yaina.de/jreuter/
3687 W:      http://www.qsl.net/dl1bke/
3688 L:      linux-hams@vger.kernel.org
3689 S:      Maintained
3690 F:      net/ax25/af_ax25.c
3691 F:      net/ax25/ax25_dev.c
3692 F:      net/ax25/ax25_ds_*
3693 F:      net/ax25/ax25_in.c
3694 F:      net/ax25/ax25_out.c
3695 F:      net/ax25/ax25_timer.c
3696 F:      net/ax25/sysctl_net_ax25.c
3698 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3699 L:      netdev@vger.kernel.org
3700 S:      Orphan
3701 F:      Documentation/networking/dmfe.txt
3702 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3704 DC390/AM53C974 SCSI driver
3705 M:      Hannes Reinecke <hare@suse.com>
3706 L:      linux-scsi@vger.kernel.org
3707 S:      Maintained
3708 F:      drivers/scsi/am53c974.c
3710 DC395x SCSI driver
3711 M:      Oliver Neukum <oliver@neukum.org>
3712 M:      Ali Akcaagac <aliakc@web.de>
3713 M:      Jamie Lenehan <lenehan@twibble.org>
3714 L:      dc395x@twibble.org
3715 W:      http://twibble.org/dist/dc395x/
3716 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3717 S:      Maintained
3718 F:      Documentation/scsi/dc395x.txt
3719 F:      drivers/scsi/dc395x.*
3721 DCCP PROTOCOL
3722 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3723 L:      dccp@vger.kernel.org
3724 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3725 S:      Maintained
3726 F:      include/linux/dccp.h
3727 F:      include/uapi/linux/dccp.h
3728 F:      include/linux/tfrc.h
3729 F:      net/dccp/
3731 DECnet NETWORK LAYER
3732 W:      http://linux-decnet.sourceforge.net
3733 L:      linux-decnet-user@lists.sourceforge.net
3734 S:      Orphan
3735 F:      Documentation/networking/decnet.txt
3736 F:      net/decnet/
3738 DECSTATION PLATFORM SUPPORT
3739 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3740 L:      linux-mips@linux-mips.org
3741 W:      http://www.linux-mips.org/wiki/DECstation
3742 S:      Maintained
3743 F:      arch/mips/dec/
3744 F:      arch/mips/include/asm/dec/
3745 F:      arch/mips/include/asm/mach-dec/
3747 DEFXX FDDI NETWORK DRIVER
3748 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3749 S:      Maintained
3750 F:      drivers/net/fddi/defxx.*
3752 DELL LAPTOP DRIVER
3753 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3754 M:      Pali Rohár <pali.rohar@gmail.com>
3755 L:      platform-driver-x86@vger.kernel.org
3756 S:      Maintained
3757 F:      drivers/platform/x86/dell-laptop.c
3759 DELL LAPTOP RBTN DRIVER
3760 M:      Pali Rohár <pali.rohar@gmail.com>
3761 S:      Maintained
3762 F:      drivers/platform/x86/dell-rbtn.*
3764 DELL LAPTOP FREEFALL DRIVER
3765 M:      Pali Rohár <pali.rohar@gmail.com>
3766 S:      Maintained
3767 F:      drivers/platform/x86/dell-smo8800.c
3769 DELL LAPTOP SMM DRIVER
3770 M:      Pali Rohár <pali.rohar@gmail.com>
3771 S:      Maintained
3772 F:      drivers/hwmon/dell-smm-hwmon.c
3773 F:      include/uapi/linux/i8k.h
3775 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3776 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3777 S:      Maintained
3778 F:      Documentation/dcdbas.txt
3779 F:      drivers/firmware/dcdbas.*
3781 DELL WMI EXTRAS DRIVER
3782 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3783 M:      Pali Rohár <pali.rohar@gmail.com>
3784 S:      Maintained
3785 F:      drivers/platform/x86/dell-wmi.c
3787 DESIGNWARE USB2 DRD IP DRIVER
3788 M:      John Youn <johnyoun@synopsys.com>
3789 L:      linux-usb@vger.kernel.org
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3791 S:      Maintained
3792 F:      drivers/usb/dwc2/
3794 DESIGNWARE USB3 DRD IP DRIVER
3795 M:      Felipe Balbi <balbi@kernel.org>
3796 L:      linux-usb@vger.kernel.org
3797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3798 S:      Maintained
3799 F:      drivers/usb/dwc3/
3801 DEVICE COREDUMP (DEV_COREDUMP)
3802 M:      Johannes Berg <johannes@sipsolutions.net>
3803 L:      linux-kernel@vger.kernel.org
3804 S:      Maintained
3805 F:      drivers/base/devcoredump.c
3806 F:      include/linux/devcoredump.h
3808 DEVICE FREQUENCY (DEVFREQ)
3809 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3810 M:      Kyungmin Park <kyungmin.park@samsung.com>
3811 L:      linux-pm@vger.kernel.org
3812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3813 S:      Maintained
3814 F:      drivers/devfreq/
3815 F:      include/linux/devfreq.h
3816 F:      Documentation/devicetree/bindings/devfreq/
3818 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3819 M:      Chanwoo Choi <cw00.choi@samsung.com>
3820 L:      linux-pm@vger.kernel.org
3821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3822 S:      Supported
3823 F:      drivers/devfreq/event/
3824 F:      drivers/devfreq/devfreq-event.c
3825 F:      include/linux/devfreq-event.h
3826 F:      Documentation/devicetree/bindings/devfreq/event/
3828 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3829 M:      Chanwoo Choi <cw00.choi@samsung.com>
3830 L:      linux-pm@vger.kernel.org
3831 L:      linux-samsung-soc@vger.kernel.org
3832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3833 S:      Maintained
3834 F:      drivers/devfreq/exynos-bus.c
3835 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3837 DEVICE NUMBER REGISTRY
3838 M:      Torben Mathiasen <device@lanana.org>
3839 W:      http://lanana.org/docs/device-list/index.html
3840 S:      Maintained
3842 DEVICE-MAPPER  (LVM)
3843 M:      Alasdair Kergon <agk@redhat.com>
3844 M:      Mike Snitzer <snitzer@redhat.com>
3845 M:      dm-devel@redhat.com
3846 L:      dm-devel@redhat.com
3847 W:      http://sources.redhat.com/dm
3848 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3850 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3851 S:      Maintained
3852 F:      Documentation/device-mapper/
3853 F:      drivers/md/dm*
3854 F:      drivers/md/persistent-data/
3855 F:      include/linux/device-mapper.h
3856 F:      include/linux/dm-*.h
3857 F:      include/uapi/linux/dm-*.h
3859 DEVLINK
3860 M:      Jiri Pirko <jiri@mellanox.com>
3861 L:      netdev@vger.kernel.org
3862 S:      Supported
3863 F:      net/core/devlink.c
3864 F:      include/net/devlink.h
3865 F:      include/uapi/linux/devlink.h
3867 DIALOG SEMICONDUCTOR DRIVERS
3868 M:      Support Opensource <support.opensource@diasemi.com>
3869 W:      http://www.dialog-semiconductor.com/products
3870 S:      Supported
3871 F:      Documentation/hwmon/da90??
3872 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3873 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3874 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3875 F:      drivers/gpio/gpio-da90??.c
3876 F:      drivers/hwmon/da90??-hwmon.c
3877 F:      drivers/iio/adc/da91??-*.c
3878 F:      drivers/input/misc/da90??_onkey.c
3879 F:      drivers/input/touchscreen/da9052_tsi.c
3880 F:      drivers/leds/leds-da90??.c
3881 F:      drivers/mfd/da903x.c
3882 F:      drivers/mfd/da90??-*.c
3883 F:      drivers/mfd/da91??-*.c
3884 F:      drivers/power/supply/da9052-battery.c
3885 F:      drivers/power/supply/da91??-*.c
3886 F:      drivers/regulator/da903x.c
3887 F:      drivers/regulator/da9???-regulator.[ch]
3888 F:      drivers/rtc/rtc-da90??.c
3889 F:      drivers/video/backlight/da90??_bl.c
3890 F:      drivers/watchdog/da90??_wdt.c
3891 F:      include/linux/mfd/da903x.h
3892 F:      include/linux/mfd/da9052/
3893 F:      include/linux/mfd/da9055/
3894 F:      include/linux/mfd/da9062/
3895 F:      include/linux/mfd/da9063/
3896 F:      include/linux/mfd/da9150/
3897 F:      include/linux/regulator/da9211.h
3898 F:      include/sound/da[79]*.h
3899 F:      sound/soc/codecs/da[79]*.[ch]
3901 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3902 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3903 L:      linux-gpio@vger.kernel.org
3904 S:      Maintained
3905 F:      drivers/gpio/gpio-gpio-mm.c
3907 DIGI NEO AND CLASSIC PCI PRODUCTS
3908 M:      Lidza Louina <lidza.louina@gmail.com>
3909 M:      Mark Hounschell <markh@compro.net>
3910 L:      driverdev-devel@linuxdriverproject.org
3911 S:      Maintained
3912 F:      drivers/staging/dgnc/
3914 DIOLAN U2C-12 I2C DRIVER
3915 M:      Guenter Roeck <linux@roeck-us.net>
3916 L:      linux-i2c@vger.kernel.org
3917 S:      Maintained
3918 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3920 DIRECT ACCESS (DAX)
3921 M:      Matthew Wilcox <willy@linux.intel.com>
3922 L:      linux-fsdevel@vger.kernel.org
3923 S:      Supported
3924 F:      fs/dax.c
3926 DIRECTORY NOTIFICATION (DNOTIFY)
3927 M:      Eric Paris <eparis@parisplace.org>
3928 S:      Maintained
3929 F:      Documentation/filesystems/dnotify.txt
3930 F:      fs/notify/dnotify/
3931 F:      include/linux/dnotify.h
3933 DISK GEOMETRY AND PARTITION HANDLING
3934 M:      Andries Brouwer <aeb@cwi.nl>
3935 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3936 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3937 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3938 S:      Maintained
3940 DISKQUOTA
3941 M:      Jan Kara <jack@suse.com>
3942 S:      Maintained
3943 F:      Documentation/filesystems/quota.txt
3944 F:      fs/quota/
3945 F:      include/linux/quota*.h
3946 F:      include/uapi/linux/quota*.h
3948 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3949 M:      Bernie Thompson <bernie@plugable.com>
3950 L:      linux-fbdev@vger.kernel.org
3951 S:      Maintained
3952 W:      http://plugable.com/category/projects/udlfb/
3953 F:      drivers/video/fbdev/udlfb.c
3954 F:      include/video/udlfb.h
3955 F:      Documentation/fb/udlfb.txt
3957 DISTRIBUTED LOCK MANAGER (DLM)
3958 M:      Christine Caulfield <ccaulfie@redhat.com>
3959 M:      David Teigland <teigland@redhat.com>
3960 L:      cluster-devel@redhat.com
3961 W:      http://sources.redhat.com/cluster/
3962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3963 S:      Supported
3964 F:      fs/dlm/
3966 DMA BUFFER SHARING FRAMEWORK
3967 M:      Sumit Semwal <sumit.semwal@linaro.org>
3968 S:      Maintained
3969 L:      linux-media@vger.kernel.org
3970 L:      dri-devel@lists.freedesktop.org
3971 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3972 F:      drivers/dma-buf/
3973 F:      include/linux/dma-buf*
3974 F:      include/linux/reservation.h
3975 F:      include/linux/*fence.h
3976 F:      Documentation/dma-buf-sharing.txt
3977 T:      git git://anongit.freedesktop.org/drm/drm-misc
3979 SYNC FILE FRAMEWORK
3980 M:      Sumit Semwal <sumit.semwal@linaro.org>
3981 R:      Gustavo Padovan <gustavo@padovan.org>
3982 S:      Maintained
3983 L:      linux-media@vger.kernel.org
3984 L:      dri-devel@lists.freedesktop.org
3985 F:      drivers/dma-buf/sync_*
3986 F:      drivers/dma-buf/sw_sync.c
3987 F:      include/linux/sync_file.h
3988 F:      include/uapi/linux/sync_file.h
3989 F:      Documentation/sync_file.txt
3990 T:      git git://anongit.freedesktop.org/drm/drm-misc
3992 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3993 M:      Vinod Koul <vinod.koul@intel.com>
3994 L:      dmaengine@vger.kernel.org
3995 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3996 S:      Maintained
3997 F:      drivers/dma/
3998 F:      include/linux/dmaengine.h
3999 F:      Documentation/devicetree/bindings/dma/
4000 F:      Documentation/dmaengine/
4001 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4003 DME1737 HARDWARE MONITOR DRIVER
4004 M:      Juerg Haefliger <juergh@gmail.com>
4005 L:      linux-hwmon@vger.kernel.org
4006 S:      Maintained
4007 F:      Documentation/hwmon/dme1737
4008 F:      drivers/hwmon/dme1737.c
4010 DMI/SMBIOS SUPPORT
4011 M:      Jean Delvare <jdelvare@suse.com>
4012 S:      Maintained
4013 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4014 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4015 F:      drivers/firmware/dmi-id.c
4016 F:      drivers/firmware/dmi_scan.c
4017 F:      include/linux/dmi.h
4019 DOCUMENTATION
4020 M:      Jonathan Corbet <corbet@lwn.net>
4021 L:      linux-doc@vger.kernel.org
4022 S:      Maintained
4023 F:      Documentation/
4024 F:      scripts/docproc.c
4025 F:      scripts/kernel-doc*
4026 X:      Documentation/ABI/
4027 X:      Documentation/devicetree/
4028 X:      Documentation/acpi
4029 X:      Documentation/power
4030 X:      Documentation/spi
4031 X:      Documentation/media
4032 T:      git git://git.lwn.net/linux.git docs-next
4034 DOUBLETALK DRIVER
4035 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4036 L:      blinux-list@redhat.com
4037 S:      Maintained
4038 F:      drivers/char/dtlk.c
4039 F:      include/linux/dtlk.h
4041 DPT_I2O SCSI RAID DRIVER
4042 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4043 L:      linux-scsi@vger.kernel.org
4044 W:      http://www.adaptec.com/
4045 S:      Maintained
4046 F:      drivers/scsi/dpt*
4047 F:      drivers/scsi/dpt/
4049 DRBD DRIVER
4050 M:      Philipp Reisner <philipp.reisner@linbit.com>
4051 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4052 L:      drbd-dev@lists.linbit.com
4053 W:      http://www.drbd.org
4054 T:      git git://git.linbit.com/linux-drbd.git
4055 T:      git git://git.linbit.com/drbd-8.4.git
4056 S:      Supported
4057 F:      drivers/block/drbd/
4058 F:      lib/lru_cache.c
4059 F:      Documentation/blockdev/drbd/
4061 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4062 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4064 S:      Supported
4065 F:      Documentation/kobject.txt
4066 F:      drivers/base/
4067 F:      fs/debugfs/
4068 F:      fs/kernfs/
4069 F:      fs/sysfs/
4070 F:      include/linux/debugfs.h
4071 F:      include/linux/kobj*
4072 F:      lib/kobj*
4074 DRM DRIVERS
4075 M:      David Airlie <airlied@linux.ie>
4076 L:      dri-devel@lists.freedesktop.org
4077 T:      git git://people.freedesktop.org/~airlied/linux
4078 B:      https://bugs.freedesktop.org/
4079 C:      irc://chat.freenode.net/dri-devel
4080 S:      Maintained
4081 F:      drivers/gpu/drm/
4082 F:      drivers/gpu/vga/
4083 F:      Documentation/devicetree/bindings/display/
4084 F:      Documentation/devicetree/bindings/gpu/
4085 F:      Documentation/devicetree/bindings/video/
4086 F:      Documentation/gpu/
4087 F:      include/drm/
4088 F:      include/uapi/drm/
4090 DRM DRIVERS AND MISC GPU PATCHES
4091 M:      Daniel Vetter <daniel.vetter@intel.com>
4092 M:      Jani Nikula <jani.nikula@linux.intel.com>
4093 M:      Sean Paul <seanpaul@chromium.org>
4094 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4095 S:      Maintained
4096 T:      git git://anongit.freedesktop.org/drm/drm-misc
4097 F:      Documentation/gpu/
4098 F:      drivers/gpu/vga/
4099 F:      drivers/gpu/drm/*
4100 F:      include/drm/drm*
4101 F:      include/uapi/drm/drm*
4103 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4104 M:      Dave Airlie <airlied@redhat.com>
4105 S:      Odd Fixes
4106 F:      drivers/gpu/drm/ast/
4108 DRM DRIVERS FOR BRIDGE CHIPS
4109 M:      Archit Taneja <architt@codeaurora.org>
4110 S:      Maintained
4111 T:      git git://anongit.freedesktop.org/drm/drm-misc
4112 F:      drivers/gpu/drm/bridge/
4114 DRM DRIVER FOR BOCHS VIRTUAL GPU
4115 M:      Gerd Hoffmann <kraxel@redhat.com>
4116 S:      Odd Fixes
4117 F:      drivers/gpu/drm/bochs/
4119 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4120 M:      Dave Airlie <airlied@redhat.com>
4121 S:      Odd Fixes
4122 F:      drivers/gpu/drm/cirrus/
4124 RADEON and AMDGPU DRM DRIVERS
4125 M:      Alex Deucher <alexander.deucher@amd.com>
4126 M:      Christian König <christian.koenig@amd.com>
4127 L:      dri-devel@lists.freedesktop.org
4128 T:      git git://people.freedesktop.org/~agd5f/linux
4129 S:      Supported
4130 F:      drivers/gpu/drm/radeon/
4131 F:      include/uapi/drm/radeon_drm.h
4132 F:      drivers/gpu/drm/amd/
4133 F:      include/uapi/drm/amdgpu_drm.h
4135 DRM PANEL DRIVERS
4136 M:      Thierry Reding <thierry.reding@gmail.com>
4137 L:      dri-devel@lists.freedesktop.org
4138 T:      git git://anongit.freedesktop.org/tegra/linux.git
4139 S:      Maintained
4140 F:      drivers/gpu/drm/drm_panel.c
4141 F:      drivers/gpu/drm/panel/
4142 F:      include/drm/drm_panel.h
4143 F:      Documentation/devicetree/bindings/display/panel/
4145 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4146 M:      Daniel Vetter <daniel.vetter@intel.com>
4147 M:      Jani Nikula <jani.nikula@linux.intel.com>
4148 L:      intel-gfx@lists.freedesktop.org
4149 W:      https://01.org/linuxgraphics/
4150 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4151 C:      irc://chat.freenode.net/intel-gfx
4152 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4153 T:      git git://anongit.freedesktop.org/drm-intel
4154 S:      Supported
4155 F:      drivers/gpu/drm/i915/
4156 F:      include/drm/i915*
4157 F:      include/uapi/drm/i915_drm.h
4158 F:      Documentation/gpu/i915.rst
4160 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4161 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
4162 M:      Zhi Wang <zhi.a.wang@intel.com>
4163 L:      igvt-g-dev@lists.01.org
4164 L:      intel-gfx@lists.freedesktop.org
4165 W:      https://01.org/igvt-g
4166 T:      git https://github.com/01org/gvt-linux.git
4167 S:      Supported
4168 F:      drivers/gpu/drm/i915/gvt/
4170 DRM DRIVERS FOR ATMEL HLCDC
4171 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4172 L:      dri-devel@lists.freedesktop.org
4173 S:      Supported
4174 F:      drivers/gpu/drm/atmel-hlcdc/
4175 F:      Documentation/devicetree/bindings/drm/atmel/
4177 DRM DRIVERS FOR ALLWINNER A10
4178 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4179 L:      dri-devel@lists.freedesktop.org
4180 S:      Supported
4181 F:      drivers/gpu/drm/sun4i/
4182 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4184 DRM DRIVERS FOR AMLOGIC SOCS
4185 M:      Neil Armstrong <narmstrong@baylibre.com>
4186 L:      dri-devel@lists.freedesktop.org
4187 L:      linux-amlogic@lists.infradead.org
4188 W:      http://linux-meson.com/
4189 S:      Supported
4190 F:      drivers/gpu/drm/meson/
4191 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4193 DRM DRIVERS FOR EXYNOS
4194 M:      Inki Dae <inki.dae@samsung.com>
4195 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4196 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4197 M:      Kyungmin Park <kyungmin.park@samsung.com>
4198 L:      dri-devel@lists.freedesktop.org
4199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4200 S:      Supported
4201 F:      drivers/gpu/drm/exynos/
4202 F:      include/uapi/drm/exynos_drm.h
4203 F:      Documentation/devicetree/bindings/display/exynos/
4205 DRM DRIVERS FOR FREESCALE DCU
4206 M:      Stefan Agner <stefan@agner.ch>
4207 M:      Alison Wang <alison.wang@freescale.com>
4208 L:      dri-devel@lists.freedesktop.org
4209 S:      Supported
4210 F:      drivers/gpu/drm/fsl-dcu/
4211 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4212 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4213 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4215 DRM DRIVERS FOR FREESCALE IMX
4216 M:      Philipp Zabel <p.zabel@pengutronix.de>
4217 L:      dri-devel@lists.freedesktop.org
4218 S:      Maintained
4219 F:      drivers/gpu/drm/imx/
4220 F:      drivers/gpu/ipu-v3/
4221 F:      Documentation/devicetree/bindings/display/imx/
4223 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4224 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4225 L:      dri-devel@lists.freedesktop.org
4226 T:      git git://github.com/patjak/drm-gma500
4227 S:      Maintained
4228 F:      drivers/gpu/drm/gma500/
4230 DRM DRIVERS FOR HISILICON
4231 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4232 M:      Rongrong Zou <zourongrong@gmail.com>
4233 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4234 R:      Chen Feng <puck.chen@hisilicon.com>
4235 L:      dri-devel@lists.freedesktop.org
4236 T:      git git://github.com/xin3liang/linux.git
4237 S:      Maintained
4238 F:      drivers/gpu/drm/hisilicon/
4239 F:      Documentation/devicetree/bindings/display/hisilicon/
4241 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4242 S:      Orphan / Obsolete
4243 F:      drivers/gpu/drm/i810/
4244 F:      include/uapi/drm/i810_drm.h
4246 DRM DRIVERS FOR MEDIATEK
4247 M:      CK Hu <ck.hu@mediatek.com>
4248 M:      Philipp Zabel <p.zabel@pengutronix.de>
4249 L:      dri-devel@lists.freedesktop.org
4250 S:      Supported
4251 F:      drivers/gpu/drm/mediatek/
4252 F:      Documentation/devicetree/bindings/display/mediatek/
4254 DRM DRIVER FOR MSM ADRENO GPU
4255 M:      Rob Clark <robdclark@gmail.com>
4256 L:      linux-arm-msm@vger.kernel.org
4257 L:      dri-devel@lists.freedesktop.org
4258 L:      freedreno@lists.freedesktop.org
4259 T:      git git://people.freedesktop.org/~robclark/linux
4260 S:      Maintained
4261 F:      drivers/gpu/drm/msm/
4262 F:      include/uapi/drm/msm_drm.h
4263 F:      Documentation/devicetree/bindings/display/msm/
4265 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4266 M:      Ben Skeggs <bskeggs@redhat.com>
4267 L:      dri-devel@lists.freedesktop.org
4268 L:      nouveau@lists.freedesktop.org
4269 T:      git git://github.com/skeggsb/linux
4270 S:      Supported
4271 F:      drivers/gpu/drm/nouveau/
4272 F:      include/uapi/drm/nouveau_drm.h
4274 DRM DRIVERS FOR NVIDIA TEGRA
4275 M:      Thierry Reding <thierry.reding@gmail.com>
4276 L:      dri-devel@lists.freedesktop.org
4277 L:      linux-tegra@vger.kernel.org
4278 T:      git git://anongit.freedesktop.org/tegra/linux.git
4279 S:      Supported
4280 F:      drivers/gpu/drm/tegra/
4281 F:      drivers/gpu/host1x/
4282 F:      include/linux/host1x.h
4283 F:      include/uapi/drm/tegra_drm.h
4284 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4286 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4287 S:      Orphan / Obsolete
4288 F:      drivers/gpu/drm/mga/
4289 F:      include/uapi/drm/mga_drm.h
4291 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4292 M:      Dave Airlie <airlied@redhat.com>
4293 S:      Odd Fixes
4294 F:      drivers/gpu/drm/mgag200/
4296 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4297 S:      Orphan / Obsolete
4298 F:      drivers/gpu/drm/r128/
4299 F:      include/uapi/drm/r128_drm.h
4301 DRM DRIVERS FOR RENESAS
4302 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4303 L:      dri-devel@lists.freedesktop.org
4304 L:      linux-renesas-soc@vger.kernel.org
4305 T:      git git://linuxtv.org/pinchartl/fbdev
4306 S:      Supported
4307 F:      drivers/gpu/drm/rcar-du/
4308 F:      drivers/gpu/drm/shmobile/
4309 F:      include/linux/platform_data/shmob_drm.h
4310 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4312 DRM DRIVER FOR QXL VIRTUAL GPU
4313 M:      Dave Airlie <airlied@redhat.com>
4314 S:      Odd Fixes
4315 F:      drivers/gpu/drm/qxl/
4316 F:      include/uapi/drm/qxl_drm.h
4318 DRM DRIVERS FOR ROCKCHIP
4319 M:      Mark Yao <mark.yao@rock-chips.com>
4320 L:      dri-devel@lists.freedesktop.org
4321 S:      Maintained
4322 F:      drivers/gpu/drm/rockchip/
4323 F:      Documentation/devicetree/bindings/display/rockchip/
4325 DRM DRIVER FOR SAVAGE VIDEO CARDS
4326 S:      Orphan / Obsolete
4327 F:      drivers/gpu/drm/savage/
4328 F:      include/uapi/drm/savage_drm.h
4330 DRM DRIVER FOR SIS VIDEO CARDS
4331 S:      Orphan / Obsolete
4332 F:      drivers/gpu/drm/sis/
4333 F:      include/uapi/drm/sis_drm.h
4335 DRM DRIVERS FOR STI
4336 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4337 M:      Vincent Abriou <vincent.abriou@st.com>
4338 L:      dri-devel@lists.freedesktop.org
4339 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4340 S:      Maintained
4341 F:      drivers/gpu/drm/sti
4342 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4344 DRM DRIVER FOR TDFX VIDEO CARDS
4345 S:      Orphan / Obsolete
4346 F:      drivers/gpu/drm/tdfx/
4348 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4349 M:      Dave Airlie <airlied@redhat.com>
4350 S:      Odd Fixes
4351 F:      drivers/gpu/drm/udl/
4353 DRM DRIVERS FOR VIVANTE GPU IP
4354 M:      Lucas Stach <l.stach@pengutronix.de>
4355 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4356 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4357 L:      etnaviv@lists.freedesktop.org
4358 L:      dri-devel@lists.freedesktop.org
4359 S:      Maintained
4360 F:      drivers/gpu/drm/etnaviv/
4361 F:      include/uapi/drm/etnaviv_drm.h
4362 F:      Documentation/devicetree/bindings/display/etnaviv/
4364 DRM DRIVER FOR VMWARE VIRTUAL GPU
4365 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4366 M:      Sinclair Yeh <syeh@vmware.com>
4367 M:      Thomas Hellstrom <thellstrom@vmware.com>
4368 L:      dri-devel@lists.freedesktop.org
4369 T:      git git://people.freedesktop.org/~syeh/repos_linux
4370 T:      git git://people.freedesktop.org/~thomash/linux
4371 S:      Supported
4372 F:      drivers/gpu/drm/vmwgfx/
4373 F:      include/uapi/drm/vmwgfx_drm.h
4375 DRM DRIVERS FOR VC4
4376 M:      Eric Anholt <eric@anholt.net>
4377 T:      git git://github.com/anholt/linux
4378 S:      Supported
4379 F:      drivers/gpu/drm/vc4/
4380 F:      include/uapi/drm/vc4_drm.h
4381 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4383 DRM DRIVERS FOR TI OMAP
4384 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4385 L:      dri-devel@lists.freedesktop.org
4386 S:      Maintained
4387 F:      drivers/gpu/drm/omapdrm/
4388 F:      Documentation/devicetree/bindings/display/ti/
4390 DRM DRIVERS FOR TI LCDC
4391 M:      Jyri Sarha <jsarha@ti.com>
4392 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4393 L:      dri-devel@lists.freedesktop.org
4394 S:      Maintained
4395 F:      drivers/gpu/drm/tilcdc/
4396 F:      Documentation/devicetree/bindings/display/tilcdc/
4398 DRM DRIVERS FOR ZTE ZX
4399 M:      Shawn Guo <shawnguo@kernel.org>
4400 L:      dri-devel@lists.freedesktop.org
4401 S:      Maintained
4402 F:      drivers/gpu/drm/zte/
4403 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4405 DSBR100 USB FM RADIO DRIVER
4406 M:      Alexey Klimov <klimov.linux@gmail.com>
4407 L:      linux-media@vger.kernel.org
4408 T:      git git://linuxtv.org/media_tree.git
4409 S:      Maintained
4410 F:      drivers/media/radio/dsbr100.c
4412 DSCC4 DRIVER
4413 M:      Francois Romieu <romieu@fr.zoreil.com>
4414 L:      netdev@vger.kernel.org
4415 S:      Maintained
4416 F:      drivers/net/wan/dscc4.c
4418 DT3155 MEDIA DRIVER
4419 M:      Hans Verkuil <hverkuil@xs4all.nl>
4420 L:      linux-media@vger.kernel.org
4421 T:      git git://linuxtv.org/media_tree.git
4422 W:      https://linuxtv.org
4423 S:      Odd Fixes
4424 F:      drivers/media/pci/dt3155/
4426 DVB_USB_AF9015 MEDIA DRIVER
4427 M:      Antti Palosaari <crope@iki.fi>
4428 L:      linux-media@vger.kernel.org
4429 W:      https://linuxtv.org
4430 W:      http://palosaari.fi/linux/
4431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4432 T:      git git://linuxtv.org/anttip/media_tree.git
4433 S:      Maintained
4434 F:      drivers/media/usb/dvb-usb-v2/af9015*
4436 DVB_USB_AF9035 MEDIA DRIVER
4437 M:      Antti Palosaari <crope@iki.fi>
4438 L:      linux-media@vger.kernel.org
4439 W:      https://linuxtv.org
4440 W:      http://palosaari.fi/linux/
4441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4442 T:      git git://linuxtv.org/anttip/media_tree.git
4443 S:      Maintained
4444 F:      drivers/media/usb/dvb-usb-v2/af9035*
4446 DVB_USB_ANYSEE MEDIA DRIVER
4447 M:      Antti Palosaari <crope@iki.fi>
4448 L:      linux-media@vger.kernel.org
4449 W:      https://linuxtv.org
4450 W:      http://palosaari.fi/linux/
4451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4452 T:      git git://linuxtv.org/anttip/media_tree.git
4453 S:      Maintained
4454 F:      drivers/media/usb/dvb-usb-v2/anysee*
4456 DVB_USB_AU6610 MEDIA DRIVER
4457 M:      Antti Palosaari <crope@iki.fi>
4458 L:      linux-media@vger.kernel.org
4459 W:      https://linuxtv.org
4460 W:      http://palosaari.fi/linux/
4461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4462 T:      git git://linuxtv.org/anttip/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/usb/dvb-usb-v2/au6610*
4466 DVB_USB_CE6230 MEDIA DRIVER
4467 M:      Antti Palosaari <crope@iki.fi>
4468 L:      linux-media@vger.kernel.org
4469 W:      https://linuxtv.org
4470 W:      http://palosaari.fi/linux/
4471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4472 T:      git git://linuxtv.org/anttip/media_tree.git
4473 S:      Maintained
4474 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4476 DVB_USB_CXUSB MEDIA DRIVER
4477 M:      Michael Krufky <mkrufky@linuxtv.org>
4478 L:      linux-media@vger.kernel.org
4479 W:      https://linuxtv.org
4480 W:      http://github.com/mkrufky
4481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4482 T:      git git://linuxtv.org/media_tree.git
4483 S:      Maintained
4484 F:      drivers/media/usb/dvb-usb/cxusb*
4486 DVB_USB_EC168 MEDIA DRIVER
4487 M:      Antti Palosaari <crope@iki.fi>
4488 L:      linux-media@vger.kernel.org
4489 W:      https://linuxtv.org
4490 W:      http://palosaari.fi/linux/
4491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4492 T:      git git://linuxtv.org/anttip/media_tree.git
4493 S:      Maintained
4494 F:      drivers/media/usb/dvb-usb-v2/ec168*
4496 DVB_USB_GL861 MEDIA DRIVER
4497 M:      Antti Palosaari <crope@iki.fi>
4498 L:      linux-media@vger.kernel.org
4499 W:      https://linuxtv.org
4500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4501 T:      git git://linuxtv.org/anttip/media_tree.git
4502 S:      Maintained
4503 F:      drivers/media/usb/dvb-usb-v2/gl861*
4505 DVB_USB_MXL111SF MEDIA DRIVER
4506 M:      Michael Krufky <mkrufky@linuxtv.org>
4507 L:      linux-media@vger.kernel.org
4508 W:      https://linuxtv.org
4509 W:      http://github.com/mkrufky
4510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4511 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4512 S:      Maintained
4513 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4515 DVB_USB_RTL28XXU MEDIA DRIVER
4516 M:      Antti Palosaari <crope@iki.fi>
4517 L:      linux-media@vger.kernel.org
4518 W:      https://linuxtv.org
4519 W:      http://palosaari.fi/linux/
4520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4521 T:      git git://linuxtv.org/anttip/media_tree.git
4522 S:      Maintained
4523 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4525 DVB_USB_V2 MEDIA DRIVER
4526 M:      Antti Palosaari <crope@iki.fi>
4527 L:      linux-media@vger.kernel.org
4528 W:      https://linuxtv.org
4529 W:      http://palosaari.fi/linux/
4530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4531 T:      git git://linuxtv.org/anttip/media_tree.git
4532 S:      Maintained
4533 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4534 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4536 DYNAMIC DEBUG
4537 M:      Jason Baron <jbaron@akamai.com>
4538 S:      Maintained
4539 F:      lib/dynamic_debug.c
4540 F:      include/linux/dynamic_debug.h
4542 DZ DECSTATION DZ11 SERIAL DRIVER
4543 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4544 S:      Maintained
4545 F:      drivers/tty/serial/dz.*
4547 E3X0 POWER BUTTON DRIVER
4548 M:      Moritz Fischer <moritz.fischer@ettus.com>
4549 L:      usrp-users@lists.ettus.com
4550 W:      http://www.ettus.com
4551 S:      Supported
4552 F:      drivers/input/misc/e3x0-button.c
4553 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4555 E4000 MEDIA DRIVER
4556 M:      Antti Palosaari <crope@iki.fi>
4557 L:      linux-media@vger.kernel.org
4558 W:      https://linuxtv.org
4559 W:      http://palosaari.fi/linux/
4560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4561 T:      git git://linuxtv.org/anttip/media_tree.git
4562 S:      Maintained
4563 F:      drivers/media/tuners/e4000*
4565 EATA ISA/EISA/PCI SCSI DRIVER
4566 M:      Dario Ballabio <ballabio_dario@emc.com>
4567 L:      linux-scsi@vger.kernel.org
4568 S:      Maintained
4569 F:      drivers/scsi/eata.c
4571 EC100 MEDIA DRIVER
4572 M:      Antti Palosaari <crope@iki.fi>
4573 L:      linux-media@vger.kernel.org
4574 W:      https://linuxtv.org
4575 W:      http://palosaari.fi/linux/
4576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4577 T:      git git://linuxtv.org/anttip/media_tree.git
4578 S:      Maintained
4579 F:      drivers/media/dvb-frontends/ec100*
4581 ECRYPT FILE SYSTEM
4582 M:      Tyler Hicks <tyhicks@canonical.com>
4583 L:      ecryptfs@vger.kernel.org
4584 W:      http://ecryptfs.org
4585 W:      https://launchpad.net/ecryptfs
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4587 S:      Supported
4588 F:      Documentation/filesystems/ecryptfs.txt
4589 F:      fs/ecryptfs/
4591 EDAC-CORE
4592 M:      Borislav Petkov <bp@alien8.de>
4593 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4594 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4595 L:      linux-edac@vger.kernel.org
4596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4598 S:      Supported
4599 F:      Documentation/admin-guide/ras.rst
4600 F:      Documentation/driver-api/edac.rst
4601 F:      drivers/edac/
4602 F:      include/linux/edac.h
4604 EDAC-AMD64
4605 M:      Borislav Petkov <bp@alien8.de>
4606 L:      linux-edac@vger.kernel.org
4607 S:      Maintained
4608 F:      drivers/edac/amd64_edac*
4610 EDAC-CALXEDA
4611 M:      Robert Richter <rric@kernel.org>
4612 L:      linux-edac@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/edac/highbank*
4616 EDAC-CAVIUM
4617 M:      Ralf Baechle <ralf@linux-mips.org>
4618 M:      David Daney <david.daney@cavium.com>
4619 L:      linux-edac@vger.kernel.org
4620 L:      linux-mips@linux-mips.org
4621 S:      Supported
4622 F:      drivers/edac/octeon_edac*
4624 EDAC-E752X
4625 M:      Mark Gross <mark.gross@intel.com>
4626 L:      linux-edac@vger.kernel.org
4627 S:      Maintained
4628 F:      drivers/edac/e752x_edac.c
4630 EDAC-E7XXX
4631 L:      linux-edac@vger.kernel.org
4632 S:      Maintained
4633 F:      drivers/edac/e7xxx_edac.c
4635 EDAC-FSL_DDR
4636 M:      York Sun <york.sun@nxp.com>
4637 L:      linux-edac@vger.kernel.org
4638 S:      Maintained
4639 F:      drivers/edac/fsl_ddr_edac.*
4641 EDAC-GHES
4642 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4643 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4644 L:      linux-edac@vger.kernel.org
4645 S:      Maintained
4646 F:      drivers/edac/ghes_edac.c
4648 EDAC-I82443BXGX
4649 M:      Tim Small <tim@buttersideup.com>
4650 L:      linux-edac@vger.kernel.org
4651 S:      Maintained
4652 F:      drivers/edac/i82443bxgx_edac.c
4654 EDAC-I3000
4655 L:      linux-edac@vger.kernel.org
4656 S:      Orphan
4657 F:      drivers/edac/i3000_edac.c
4659 EDAC-I5000
4660 L:      linux-edac@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/edac/i5000_edac.c
4664 EDAC-I5400
4665 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4666 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4667 L:      linux-edac@vger.kernel.org
4668 S:      Maintained
4669 F:      drivers/edac/i5400_edac.c
4671 EDAC-I7300
4672 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4673 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4674 L:      linux-edac@vger.kernel.org
4675 S:      Maintained
4676 F:      drivers/edac/i7300_edac.c
4678 EDAC-I7CORE
4679 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4680 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4681 L:      linux-edac@vger.kernel.org
4682 S:      Maintained
4683 F:      drivers/edac/i7core_edac.c
4685 EDAC-I82975X
4686 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4687 M:      "Arvind R." <arvino55@gmail.com>
4688 L:      linux-edac@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/edac/i82975x_edac.c
4692 EDAC-IE31200
4693 M:      Jason Baron <jbaron@akamai.com>
4694 L:      linux-edac@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/edac/ie31200_edac.c
4698 EDAC-MPC85XX
4699 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4700 L:      linux-edac@vger.kernel.org
4701 S:      Maintained
4702 F:      drivers/edac/mpc85xx_edac.[ch]
4704 EDAC-PASEMI
4705 M:      Egor Martovetsky <egor@pasemi.com>
4706 L:      linux-edac@vger.kernel.org
4707 S:      Maintained
4708 F:      drivers/edac/pasemi_edac.c
4710 EDAC-R82600
4711 M:      Tim Small <tim@buttersideup.com>
4712 L:      linux-edac@vger.kernel.org
4713 S:      Maintained
4714 F:      drivers/edac/r82600_edac.c
4716 EDAC-SBRIDGE
4717 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4718 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4719 L:      linux-edac@vger.kernel.org
4720 S:      Maintained
4721 F:      drivers/edac/sb_edac.c
4723 EDAC-SKYLAKE
4724 M:      Tony Luck <tony.luck@intel.com>
4725 L:      linux-edac@vger.kernel.org
4726 S:      Maintained
4727 F:      drivers/edac/skx_edac.c
4729 EDAC-XGENE
4730 APPLIED MICRO (APM) X-GENE SOC EDAC
4731 M:     Loc Ho <lho@apm.com>
4732 S:     Supported
4733 F:     drivers/edac/xgene_edac.c
4734 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4736 EDIROL UA-101/UA-1000 DRIVER
4737 M:      Clemens Ladisch <clemens@ladisch.de>
4738 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4739 T:      git git://git.alsa-project.org/alsa-kernel.git
4740 S:      Maintained
4741 F:      sound/usb/misc/ua101.c
4743 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4744 M:      Matt Fleming <matt@codeblueprint.co.uk>
4745 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4746 L:      linux-efi@vger.kernel.org
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4748 S:      Maintained
4749 F:      Documentation/efi-stub.txt
4750 F:      arch/*/kernel/efi.c
4751 F:      arch/x86/boot/compressed/eboot.[ch]
4752 F:      arch/*/include/asm/efi.h
4753 F:      arch/x86/platform/efi/
4754 F:      drivers/firmware/efi/
4755 F:      include/linux/efi*.h
4756 F:      arch/arm/boot/compressed/efi-header.S
4757 F:      arch/arm64/kernel/efi-entry.S
4759 EFI VARIABLE FILESYSTEM
4760 M:      Matthew Garrett <matthew.garrett@nebula.com>
4761 M:      Jeremy Kerr <jk@ozlabs.org>
4762 M:      Matt Fleming <matt@codeblueprint.co.uk>
4763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4764 L:      linux-efi@vger.kernel.org
4765 S:      Maintained
4766 F:      fs/efivarfs/
4768 EFIFB FRAMEBUFFER DRIVER
4769 L:      linux-fbdev@vger.kernel.org
4770 M:      Peter Jones <pjones@redhat.com>
4771 S:      Maintained
4772 F:      drivers/video/fbdev/efifb.c
4774 EFI TEST DRIVER
4775 L:      linux-efi@vger.kernel.org
4776 M:      Ivan Hu <ivan.hu@canonical.com>
4777 M:      Matt Fleming <matt@codeblueprint.co.uk>
4778 S:      Maintained
4779 F:      drivers/firmware/efi/test/
4781 EFS FILESYSTEM
4782 W:      http://aeschi.ch.eu.org/efs/
4783 S:      Orphan
4784 F:      fs/efs/
4786 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4787 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4788 L:      netdev@vger.kernel.org
4789 S:      Maintained
4790 F:      drivers/net/ethernet/ibm/ehea/
4792 EM28XX VIDEO4LINUX DRIVER
4793 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4794 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4795 L:      linux-media@vger.kernel.org
4796 W:      https://linuxtv.org
4797 T:      git git://linuxtv.org/media_tree.git
4798 S:      Maintained
4799 F:      drivers/media/usb/em28xx/
4800 F:      Documentation/media/v4l-drivers/em28xx*
4802 EMBEDDED LINUX
4803 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4804 M:      Matt Mackall <mpm@selenic.com>
4805 M:      David Woodhouse <dwmw2@infradead.org>
4806 L:      linux-embedded@vger.kernel.org
4807 S:      Maintained
4809 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4810 M:      James Smart <james.smart@broadcom.com>
4811 M:      Dick Kennedy <dick.kennedy@broadcom.com>
4812 L:      linux-scsi@vger.kernel.org
4813 W:      http://www.broadcom.com
4814 S:      Supported
4815 F:      drivers/scsi/lpfc/
4817 ENE CB710 FLASH CARD READER DRIVER
4818 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4819 S:      Maintained
4820 F:      drivers/misc/cb710/
4821 F:      drivers/mmc/host/cb710-mmc.*
4822 F:      include/linux/cb710.h
4824 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4825 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4826 S:      Maintained
4827 F:      drivers/media/rc/ene_ir.*
4829 EPSON S1D13XXX FRAMEBUFFER DRIVER
4830 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4831 S:      Maintained
4832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4833 F:      drivers/video/fbdev/s1d13xxxfb.c
4834 F:      include/video/s1d13xxxfb.h
4836 ET131X NETWORK DRIVER
4837 M:      Mark Einon <mark.einon@gmail.com>
4838 S:      Odd Fixes
4839 F:      drivers/net/ethernet/agere/
4841 ETHERNET BRIDGE
4842 M:      Stephen Hemminger <stephen@networkplumber.org>
4843 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4844 L:      netdev@vger.kernel.org
4845 W:      http://www.linuxfoundation.org/en/Net:Bridge
4846 S:      Maintained
4847 F:      include/linux/netfilter_bridge/
4848 F:      net/bridge/
4850 ETHERNET PHY LIBRARY
4851 M:      Florian Fainelli <f.fainelli@gmail.com>
4852 L:      netdev@vger.kernel.org
4853 S:      Maintained
4854 F:      include/linux/phy.h
4855 F:      include/linux/phy_fixed.h
4856 F:      drivers/net/phy/
4857 F:      Documentation/networking/phy.txt
4858 F:      drivers/of/of_mdio.c
4859 F:      drivers/of/of_net.c
4861 EXT2 FILE SYSTEM
4862 M:      Jan Kara <jack@suse.com>
4863 L:      linux-ext4@vger.kernel.org
4864 S:      Maintained
4865 F:      Documentation/filesystems/ext2.txt
4866 F:      fs/ext2/
4867 F:      include/linux/ext2*
4869 EXT4 FILE SYSTEM
4870 M:      "Theodore Ts'o" <tytso@mit.edu>
4871 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4872 L:      linux-ext4@vger.kernel.org
4873 W:      http://ext4.wiki.kernel.org
4874 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4876 S:      Maintained
4877 F:      Documentation/filesystems/ext4.txt
4878 F:      fs/ext4/
4880 Extended Verification Module (EVM)
4881 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4882 L:      linux-ima-devel@lists.sourceforge.net
4883 L:      linux-security-module@vger.kernel.org
4884 S:      Supported
4885 F:      security/integrity/evm/
4887 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4888 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4889 M:      Chanwoo Choi <cw00.choi@samsung.com>
4890 L:      linux-kernel@vger.kernel.org
4891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4892 S:      Maintained
4893 F:      drivers/extcon/
4894 F:      include/linux/extcon/
4895 F:      include/linux/extcon.h
4896 F:      Documentation/extcon/
4897 F:      Documentation/devicetree/bindings/extcon/
4899 EXYNOS DP DRIVER
4900 M:      Jingoo Han <jingoohan1@gmail.com>
4901 L:      dri-devel@lists.freedesktop.org
4902 S:      Maintained
4903 F:      drivers/gpu/drm/exynos/exynos_dp*
4905 EXYNOS SYSMMU (IOMMU) driver
4906 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4907 L:      iommu@lists.linux-foundation.org
4908 S:      Maintained
4909 F:      drivers/iommu/exynos-iommu.c
4911 EZchip NPS platform support
4912 M:      Noam Camus <noamc@ezchip.com>
4913 S:      Supported
4914 F:      arch/arc/plat-eznps
4915 F:      arch/arc/boot/dts/eznps.dts
4917 F71805F HARDWARE MONITORING DRIVER
4918 M:      Jean Delvare <jdelvare@suse.com>
4919 L:      linux-hwmon@vger.kernel.org
4920 S:      Maintained
4921 F:      Documentation/hwmon/f71805f
4922 F:      drivers/hwmon/f71805f.c
4924 FC0011 TUNER DRIVER
4925 M:      Michael Buesch <m@bues.ch>
4926 L:      linux-media@vger.kernel.org
4927 S:      Maintained
4928 F:      drivers/media/tuners/fc0011.h
4929 F:      drivers/media/tuners/fc0011.c
4931 FC2580 MEDIA DRIVER
4932 M:      Antti Palosaari <crope@iki.fi>
4933 L:      linux-media@vger.kernel.org
4934 W:      https://linuxtv.org
4935 W:      http://palosaari.fi/linux/
4936 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4937 T:      git git://linuxtv.org/anttip/media_tree.git
4938 S:      Maintained
4939 F:      drivers/media/tuners/fc2580*
4941 FANOTIFY
4942 M:      Eric Paris <eparis@redhat.com>
4943 S:      Maintained
4944 F:      fs/notify/fanotify/
4945 F:      include/linux/fanotify.h
4946 F:      include/uapi/linux/fanotify.h
4948 FARSYNC SYNCHRONOUS DRIVER
4949 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4950 W:      http://www.farsite.co.uk/
4951 S:      Supported
4952 F:      drivers/net/wan/farsync.*
4954 FAULT INJECTION SUPPORT
4955 M:      Akinobu Mita <akinobu.mita@gmail.com>
4956 S:      Supported
4957 F:      Documentation/fault-injection/
4958 F:      lib/fault-inject.c
4960 FBTFT Framebuffer drivers
4961 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4962 M:      Noralf Trønnes <noralf@tronnes.org>
4963 S:      Maintained
4964 F:      drivers/staging/fbtft/
4966 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4967 M:      Johannes Thumshirn <jth@kernel.org>
4968 L:      fcoe-devel@open-fcoe.org
4969 W:      www.Open-FCoE.org
4970 S:      Supported
4971 F:      drivers/scsi/libfc/
4972 F:      drivers/scsi/fcoe/
4973 F:      include/scsi/fc/
4974 F:      include/scsi/libfc.h
4975 F:      include/scsi/libfcoe.h
4976 F:      include/uapi/scsi/fc/
4978 FILE LOCKING (flock() and fcntl()/lockf())
4979 M:      Jeff Layton <jlayton@poochiereds.net>
4980 M:      "J. Bruce Fields" <bfields@fieldses.org>
4981 L:      linux-fsdevel@vger.kernel.org
4982 S:      Maintained
4983 F:      include/linux/fcntl.h
4984 F:      include/linux/fs.h
4985 F:      include/uapi/linux/fcntl.h
4986 F:      include/uapi/linux/fs.h
4987 F:      fs/fcntl.c
4988 F:      fs/locks.c
4990 FILESYSTEMS (VFS and infrastructure)
4991 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4992 L:      linux-fsdevel@vger.kernel.org
4993 S:      Maintained
4994 F:      fs/*
4996 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4997 M:      Riku Voipio <riku.voipio@iki.fi>
4998 L:      linux-hwmon@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/hwmon/f75375s.c
5001 F:      include/linux/f75375s.h
5003 FIREWIRE AUDIO DRIVERS
5004 M:      Clemens Ladisch <clemens@ladisch.de>
5005 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5006 T:      git git://git.alsa-project.org/alsa-kernel.git
5007 S:      Maintained
5008 F:      sound/firewire/
5010 FIREWIRE MEDIA DRIVERS (firedtv)
5011 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5012 L:      linux-media@vger.kernel.org
5013 L:      linux1394-devel@lists.sourceforge.net
5014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5015 S:      Maintained
5016 F:      drivers/media/firewire/
5018 FIREWIRE SBP-2 TARGET
5019 M:      Chris Boot <bootc@bootc.net>
5020 L:      linux-scsi@vger.kernel.org
5021 L:      target-devel@vger.kernel.org
5022 L:      linux1394-devel@lists.sourceforge.net
5023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5024 S:      Maintained
5025 F:      drivers/target/sbp/
5027 FIREWIRE SUBSYSTEM
5028 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5029 L:      linux1394-devel@lists.sourceforge.net
5030 W:      http://ieee1394.wiki.kernel.org/
5031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5032 S:      Maintained
5033 F:      drivers/firewire/
5034 F:      include/linux/firewire.h
5035 F:      include/uapi/linux/firewire*.h
5036 F:      tools/firewire/
5038 FIRMWARE LOADER (request_firmware)
5039 M:      Ming Lei <ming.lei@canonical.com>
5040 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5041 L:      linux-kernel@vger.kernel.org
5042 S:      Maintained
5043 F:      Documentation/firmware_class/
5044 F:      drivers/base/firmware*.c
5045 F:      include/linux/firmware.h
5047 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5048 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5049 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5050 S:      Maintained
5051 F:      drivers/block/rsxx/
5053 FLOPPY DRIVER
5054 M:      Jiri Kosina <jikos@kernel.org>
5055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5056 S:      Odd fixes
5057 F:      drivers/block/floppy.c
5059 FMC SUBSYSTEM
5060 M:      Alessandro Rubini <rubini@gnudd.com>
5061 W:      http://www.ohwr.org/projects/fmc-bus
5062 S:      Supported
5063 F:      drivers/fmc/
5064 F:      include/linux/fmc*.h
5065 F:      include/linux/ipmi-fru.h
5066 K:      fmc_d.*register
5068 FPGA MANAGER FRAMEWORK
5069 M:      Alan Tull <atull@opensource.altera.com>
5070 R:      Moritz Fischer <moritz.fischer@ettus.com>
5071 L:      linux-fpga@vger.kernel.org
5072 S:      Maintained
5073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5074 F:      drivers/fpga/
5075 F:      include/linux/fpga/fpga-mgr.h
5076 W:      http://www.rocketboards.org
5078 FPU EMULATOR
5079 M:      Bill Metzenthen <billm@melbpc.org.au>
5080 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5081 S:      Maintained
5082 F:      arch/x86/math-emu/
5084 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5085 L:      netdev@vger.kernel.org
5086 S:      Orphan
5087 F:      drivers/net/wan/dlci.c
5088 F:      drivers/net/wan/sdla.c
5090 FRAMEBUFFER LAYER
5091 L:      linux-fbdev@vger.kernel.org
5092 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5093 S:      Orphan
5094 F:      Documentation/fb/
5095 F:      drivers/video/
5096 F:      include/video/
5097 F:      include/linux/fb.h
5098 F:      include/uapi/video/
5099 F:      include/uapi/linux/fb.h
5101 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5102 M:      Horia Geantă <horia.geanta@nxp.com>
5103 M:      Dan Douglass <dan.douglass@nxp.com>
5104 L:      linux-crypto@vger.kernel.org
5105 S:      Maintained
5106 F:      drivers/crypto/caam/
5107 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5109 FREESCALE DIU FRAMEBUFFER DRIVER
5110 M:      Timur Tabi <timur@tabi.org>
5111 L:      linux-fbdev@vger.kernel.org
5112 S:      Maintained
5113 F:      drivers/video/fbdev/fsl-diu-fb.*
5115 FREESCALE DMA DRIVER
5116 M:      Li Yang <leoli@freescale.com>
5117 M:      Zhang Wei <zw@zh-kernel.org>
5118 L:      linuxppc-dev@lists.ozlabs.org
5119 S:      Maintained
5120 F:      drivers/dma/fsldma.*
5122 FREESCALE GPMI NAND DRIVER
5123 M:      Han Xu <han.xu@nxp.com>
5124 L:      linux-mtd@lists.infradead.org
5125 S:      Maintained
5126 F:      drivers/mtd/nand/gpmi-nand/*
5128 FREESCALE I2C CPM DRIVER
5129 M:      Jochen Friedrich <jochen@scram.de>
5130 L:      linuxppc-dev@lists.ozlabs.org
5131 L:      linux-i2c@vger.kernel.org
5132 S:      Maintained
5133 F:      drivers/i2c/busses/i2c-cpm.c
5135 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5136 M:      Sascha Hauer <kernel@pengutronix.de>
5137 L:      linux-fbdev@vger.kernel.org
5138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5139 S:      Maintained
5140 F:      include/linux/platform_data/video-imxfb.h
5141 F:      drivers/video/fbdev/imxfb.c
5143 FREESCALE QUAD SPI DRIVER
5144 M:      Han Xu <han.xu@nxp.com>
5145 L:      linux-mtd@lists.infradead.org
5146 S:      Maintained
5147 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5149 FREESCALE SOC FS_ENET DRIVER
5150 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5151 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5152 L:      linuxppc-dev@lists.ozlabs.org
5153 L:      netdev@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/net/ethernet/freescale/fs_enet/
5156 F:      include/linux/fs_enet_pd.h
5158 FREESCALE IMX / MXC FEC DRIVER
5159 M:      Fugang Duan <fugang.duan@nxp.com>
5160 L:      netdev@vger.kernel.org
5161 S:      Maintained
5162 F:      drivers/net/ethernet/freescale/fec_main.c
5163 F:      drivers/net/ethernet/freescale/fec_ptp.c
5164 F:      drivers/net/ethernet/freescale/fec.h
5165 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5167 FREESCALE QORIQ DPAA FMAN DRIVER
5168 M:      Madalin Bucur <madalin.bucur@nxp.com>
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      drivers/net/ethernet/freescale/fman
5172 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5174 FREESCALE QORIQ DPAA ETHERNET DRIVER
5175 M:      Madalin Bucur <madalin.bucur@nxp.com>
5176 L:      netdev@vger.kernel.org
5177 S:      Maintained
5178 F:      drivers/net/ethernet/freescale/dpaa
5180 FREESCALE SOC DRIVERS
5181 M:      Scott Wood <oss@buserror.net>
5182 L:      linuxppc-dev@lists.ozlabs.org
5183 L:      linux-arm-kernel@lists.infradead.org
5184 S:      Maintained
5185 F:      drivers/soc/fsl/
5186 F:      include/linux/fsl/
5188 FREESCALE QUICC ENGINE LIBRARY
5189 M:      Qiang Zhao <qiang.zhao@nxp.com>
5190 L:      linuxppc-dev@lists.ozlabs.org
5191 S:      Maintained
5192 F:      drivers/soc/fsl/qe/
5193 F:      include/soc/fsl/*qe*.h
5194 F:      include/soc/fsl/*ucc*.h
5196 FREESCALE USB PERIPHERAL DRIVERS
5197 M:      Li Yang <leoli@freescale.com>
5198 L:      linux-usb@vger.kernel.org
5199 L:      linuxppc-dev@lists.ozlabs.org
5200 S:      Maintained
5201 F:      drivers/usb/gadget/udc/fsl*
5203 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5204 M:      Li Yang <leoli@freescale.com>
5205 L:      netdev@vger.kernel.org
5206 L:      linuxppc-dev@lists.ozlabs.org
5207 S:      Maintained
5208 F:      drivers/net/ethernet/freescale/ucc_geth*
5210 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5211 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5212 L:      netdev@vger.kernel.org
5213 S:      Maintained
5214 F:      drivers/net/ethernet/freescale/gianfar*
5215 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5216 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5218 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5219 M:      Zhao Qiang <qiang.zhao@nxp.com>
5220 L:      netdev@vger.kernel.org
5221 L:      linuxppc-dev@lists.ozlabs.org
5222 S:      Maintained
5223 F:      drivers/net/wan/fsl_ucc_hdlc*
5225 FREESCALE QUICC ENGINE UCC UART DRIVER
5226 M:      Timur Tabi <timur@tabi.org>
5227 L:      linuxppc-dev@lists.ozlabs.org
5228 S:      Maintained
5229 F:      drivers/tty/serial/ucc_uart.c
5231 FREESCALE SOC SOUND DRIVERS
5232 M:      Timur Tabi <timur@tabi.org>
5233 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5234 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5235 R:      Fabio Estevam <fabio.estevam@nxp.com>
5236 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5237 L:      linuxppc-dev@lists.ozlabs.org
5238 S:      Maintained
5239 F:      sound/soc/fsl/fsl*
5240 F:      sound/soc/fsl/imx*
5241 F:      sound/soc/fsl/mpc8610_hpcd.c
5243 FREEVXFS FILESYSTEM
5244 M:      Christoph Hellwig <hch@infradead.org>
5245 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5246 S:      Maintained
5247 F:      fs/freevxfs/
5249 FREEZER
5250 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5251 M:      Pavel Machek <pavel@ucw.cz>
5252 L:      linux-pm@vger.kernel.org
5253 S:      Supported
5254 F:      Documentation/power/freezing-of-tasks.txt
5255 F:      include/linux/freezer.h
5256 F:      kernel/freezer.c
5258 FRONTSWAP API
5259 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5260 L:      linux-kernel@vger.kernel.org
5261 S:      Maintained
5262 F:      mm/frontswap.c
5263 F:      include/linux/frontswap.h
5265 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5266 M:      David Howells <dhowells@redhat.com>
5267 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5268 S:      Supported
5269 F:      Documentation/filesystems/caching/
5270 F:      fs/fscache/
5271 F:      include/linux/fscache*.h
5273 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5274 M:      Theodore Y. Ts'o <tytso@mit.edu>
5275 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5276 L:      linux-fsdevel@vger.kernel.org
5277 S:      Supported
5278 F:      fs/crypto/
5279 F:      include/linux/fscrypto.h
5281 F2FS FILE SYSTEM
5282 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5283 M:      Chao Yu <yuchao0@huawei.com>
5284 L:      linux-f2fs-devel@lists.sourceforge.net
5285 W:      https://f2fs.wiki.kernel.org/
5286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5287 S:      Maintained
5288 F:      Documentation/filesystems/f2fs.txt
5289 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5290 F:      fs/f2fs/
5291 F:      include/linux/f2fs_fs.h
5292 F:      include/trace/events/f2fs.h
5294 FUJITSU FR-V (FRV) PORT
5295 S:      Orphan
5296 F:      arch/frv/
5298 FUJITSU LAPTOP EXTRAS
5299 M:      Jonathan Woithe <jwoithe@just42.net>
5300 L:      platform-driver-x86@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/platform/x86/fujitsu-laptop.c
5304 FUJITSU M-5MO LS CAMERA ISP DRIVER
5305 M:      Kyungmin Park <kyungmin.park@samsung.com>
5306 M:      Heungjun Kim <riverful.kim@samsung.com>
5307 L:      linux-media@vger.kernel.org
5308 S:      Maintained
5309 F:      drivers/media/i2c/m5mols/
5310 F:      include/media/i2c/m5mols.h
5312 FUJITSU TABLET EXTRAS
5313 M:      Robert Gerlach <khnz@gmx.de>
5314 L:      platform-driver-x86@vger.kernel.org
5315 S:      Maintained
5316 F:      drivers/platform/x86/fujitsu-tablet.c
5318 FUSE: FILESYSTEM IN USERSPACE
5319 M:      Miklos Szeredi <miklos@szeredi.hu>
5320 L:      linux-fsdevel@vger.kernel.org
5321 W:      http://fuse.sourceforge.net/
5322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5323 S:      Maintained
5324 F:      fs/fuse/
5325 F:      include/uapi/linux/fuse.h
5326 F:      Documentation/filesystems/fuse.txt
5328 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5329 M:      Rik Faith <faith@cs.unc.edu>
5330 L:      linux-scsi@vger.kernel.org
5331 S:      Odd Fixes (e.g., new signatures)
5332 F:      drivers/scsi/fdomain.*
5334 GCC PLUGINS
5335 M:      Kees Cook <keescook@chromium.org>
5336 R:      Emese Revfy <re.emese@gmail.com>
5337 L:      kernel-hardening@lists.openwall.com
5338 S:      Maintained
5339 F:      scripts/gcc-plugins/
5340 F:      scripts/gcc-plugin.sh
5341 F:      scripts/Makefile.gcc-plugins
5342 F:      Documentation/gcc-plugins.txt
5344 GCOV BASED KERNEL PROFILING
5345 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5346 S:      Maintained
5347 F:      kernel/gcov/
5348 F:      Documentation/dev-tools/gcov.rst
5350 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5351 M:      Achim Leubner <achim_leubner@adaptec.com>
5352 L:      linux-scsi@vger.kernel.org
5353 W:      http://www.icp-vortex.com/
5354 S:      Supported
5355 F:      drivers/scsi/gdt*
5357 GDB KERNEL DEBUGGING HELPER SCRIPTS
5358 M:      Jan Kiszka <jan.kiszka@siemens.com>
5359 M:      Kieran Bingham <kieran@bingham.xyz>
5360 S:      Supported
5361 F:      scripts/gdb/
5363 GEMTEK FM RADIO RECEIVER DRIVER
5364 M:      Hans Verkuil <hverkuil@xs4all.nl>
5365 L:      linux-media@vger.kernel.org
5366 T:      git git://linuxtv.org/media_tree.git
5367 W:      https://linuxtv.org
5368 S:      Maintained
5369 F:      drivers/media/radio/radio-gemtek*
5371 GENERIC GPIO I2C DRIVER
5372 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5373 S:      Supported
5374 F:      drivers/i2c/busses/i2c-gpio.c
5375 F:      include/linux/i2c-gpio.h
5377 GENERIC GPIO I2C MULTIPLEXER DRIVER
5378 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5379 L:      linux-i2c@vger.kernel.org
5380 S:      Supported
5381 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5382 F:      include/linux/i2c-mux-gpio.h
5383 F:      Documentation/i2c/muxes/i2c-mux-gpio
5385 GENERIC HDLC (WAN) DRIVERS
5386 M:      Krzysztof Halasa <khc@pm.waw.pl>
5387 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5388 S:      Maintained
5389 F:      drivers/net/wan/c101.c
5390 F:      drivers/net/wan/hd6457*
5391 F:      drivers/net/wan/hdlc*
5392 F:      drivers/net/wan/n2.c
5393 F:      drivers/net/wan/pc300too.c
5394 F:      drivers/net/wan/pci200syn.c
5395 F:      drivers/net/wan/wanxl*
5397 GENERIC INCLUDE/ASM HEADER FILES
5398 M:      Arnd Bergmann <arnd@arndb.de>
5399 L:      linux-arch@vger.kernel.org
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5401 S:      Maintained
5402 F:      include/asm-generic/
5403 F:      include/uapi/asm-generic/
5405 GENERIC PHY FRAMEWORK
5406 M:      Kishon Vijay Abraham I <kishon@ti.com>
5407 L:      linux-kernel@vger.kernel.org
5408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5409 S:      Supported
5410 F:      drivers/phy/
5411 F:      include/linux/phy/
5413 GENERIC PM DOMAINS
5414 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5415 M:      Kevin Hilman <khilman@kernel.org>
5416 M:      Ulf Hansson <ulf.hansson@linaro.org>
5417 L:      linux-pm@vger.kernel.org
5418 S:      Supported
5419 F:      drivers/base/power/domain*.c
5420 F:      include/linux/pm_domain.h
5422 GENERIC UIO DRIVER FOR PCI DEVICES
5423 M:      "Michael S. Tsirkin" <mst@redhat.com>
5424 L:      kvm@vger.kernel.org
5425 S:      Supported
5426 F:      drivers/uio/uio_pci_generic.c
5428 GET_MAINTAINER SCRIPT
5429 M:      Joe Perches <joe@perches.com>
5430 S:      Maintained
5431 F:      scripts/get_maintainer.pl
5433 GENWQE (IBM Generic Workqueue Card)
5434 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5435 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5436 S:      Supported
5437 F:      drivers/misc/genwqe/
5439 GFS2 FILE SYSTEM
5440 M:      Steven Whitehouse <swhiteho@redhat.com>
5441 M:      Bob Peterson <rpeterso@redhat.com>
5442 L:      cluster-devel@redhat.com
5443 W:      http://sources.redhat.com/cluster/
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5445 S:      Supported
5446 F:      Documentation/filesystems/gfs2*.txt
5447 F:      fs/gfs2/
5448 F:      include/uapi/linux/gfs2_ondisk.h
5450 GIGASET ISDN DRIVERS
5451 M:      Paul Bolle <pebolle@tiscali.nl>
5452 L:      gigaset307x-common@lists.sourceforge.net
5453 W:      http://gigaset307x.sourceforge.net/
5454 S:      Odd Fixes
5455 F:      Documentation/isdn/README.gigaset
5456 F:      drivers/isdn/gigaset/
5457 F:      include/uapi/linux/gigaset_dev.h
5459 GO7007 MPEG CODEC
5460 M:      Hans Verkuil <hans.verkuil@cisco.com>
5461 L:      linux-media@vger.kernel.org
5462 S:      Maintained
5463 F:      drivers/media/usb/go7007/
5465 GOODIX TOUCHSCREEN
5466 M:      Bastien Nocera <hadess@hadess.net>
5467 L:      linux-input@vger.kernel.org
5468 S:      Maintained
5469 F:      drivers/input/touchscreen/goodix.c
5471 GPIO MOCKUP DRIVER
5472 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5473 L:      linux-gpio@vger.kernel.org
5474 S:      Maintained
5475 F:      drivers/gpio/gpio-mockup.c
5476 F:      tools/testing/selftests/gpio/
5478 GPIO SUBSYSTEM
5479 M:      Linus Walleij <linus.walleij@linaro.org>
5480 M:      Alexandre Courbot <gnurou@gmail.com>
5481 L:      linux-gpio@vger.kernel.org
5482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5483 S:      Maintained
5484 F:      Documentation/devicetree/bindings/gpio/
5485 F:      Documentation/gpio/
5486 F:      Documentation/ABI/testing/gpio-cdev
5487 F:      Documentation/ABI/obsolete/sysfs-gpio
5488 F:      drivers/gpio/
5489 F:      include/linux/gpio/
5490 F:      include/linux/gpio.h
5491 F:      include/asm-generic/gpio.h
5492 F:      include/uapi/linux/gpio.h
5493 F:      tools/gpio/
5495 GRE DEMULTIPLEXER DRIVER
5496 M:      Dmitry Kozlov <xeb@mail.ru>
5497 L:      netdev@vger.kernel.org
5498 S:      Maintained
5499 F:      net/ipv4/gre_demux.c
5500 F:      net/ipv4/gre_offload.c
5501 F:      include/net/gre.h
5503 GRETH 10/100/1G Ethernet MAC device driver
5504 M:      Andreas Larsson <andreas@gaisler.com>
5505 L:      netdev@vger.kernel.org
5506 S:      Maintained
5507 F:      drivers/net/ethernet/aeroflex/
5509 GREYBUS SUBSYSTEM
5510 M:      Johan Hovold <johan@kernel.org>
5511 M:      Alex Elder <elder@kernel.org>
5512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5513 S:      Maintained
5514 F:      drivers/staging/greybus/
5516 GREYBUS AUDIO PROTOCOLS DRIVERS
5517 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5518 M:      Mark Greer <mgreer@animalcreek.com>
5519 S:      Maintained
5520 F:      drivers/staging/greybus/audio_apbridgea.c
5521 F:      drivers/staging/greybus/audio_apbridgea.h
5522 F:      drivers/staging/greybus/audio_codec.c
5523 F:      drivers/staging/greybus/audio_codec.h
5524 F:      drivers/staging/greybus/audio_gb.c
5525 F:      drivers/staging/greybus/audio_manager.c
5526 F:      drivers/staging/greybus/audio_manager.h
5527 F:      drivers/staging/greybus/audio_manager_module.c
5528 F:      drivers/staging/greybus/audio_manager_private.h
5529 F:      drivers/staging/greybus/audio_manager_sysfs.c
5530 F:      drivers/staging/greybus/audio_module.c
5531 F:      drivers/staging/greybus/audio_topology.c
5533 GREYBUS PROTOCOLS DRIVERS
5534 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5535 S:      Maintained
5536 F:      drivers/staging/greybus/sdio.c
5537 F:      drivers/staging/greybus/light.c
5538 F:      drivers/staging/greybus/gpio.c
5539 F:      drivers/staging/greybus/power_supply.c
5540 F:      drivers/staging/greybus/spi.c
5541 F:      drivers/staging/greybus/spilib.c
5543 GREYBUS PROTOCOLS DRIVERS
5544 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5545 S:      Maintained
5546 F:      drivers/staging/greybus/loopback.c
5547 F:      drivers/staging/greybus/timesync.c
5548 F:      drivers/staging/greybus/timesync_platform.c
5550 GREYBUS PROTOCOLS DRIVERS
5551 M:      Viresh Kumar <vireshk@kernel.org>
5552 S:      Maintained
5553 F:      drivers/staging/greybus/authentication.c
5554 F:      drivers/staging/greybus/bootrom.c
5555 F:      drivers/staging/greybus/firmware.h
5556 F:      drivers/staging/greybus/fw-core.c
5557 F:      drivers/staging/greybus/fw-download.c
5558 F:      drivers/staging/greybus/fw-managament.c
5559 F:      drivers/staging/greybus/greybus_authentication.h
5560 F:      drivers/staging/greybus/greybus_firmware.h
5561 F:      drivers/staging/greybus/hid.c
5562 F:      drivers/staging/greybus/i2c.c
5563 F:      drivers/staging/greybus/spi.c
5564 F:      drivers/staging/greybus/spilib.c
5565 F:      drivers/staging/greybus/spilib.h
5567 GREYBUS PROTOCOLS DRIVERS
5568 M:      David Lin <dtwlin@gmail.com>
5569 S:      Maintained
5570 F:      drivers/staging/greybus/uart.c
5571 F:      drivers/staging/greybus/log.c
5573 GREYBUS PLATFORM DRIVERS
5574 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5575 S:      Maintained
5576 F:      drivers/staging/greybus/arche-platform.c
5577 F:      drivers/staging/greybus/arche-apb-ctrl.c
5578 F:      drivers/staging/greybus/arche_platform.h
5580 GS1662 VIDEO SERIALIZER
5581 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5582 L:      linux-media@vger.kernel.org
5583 T:      git git://linuxtv.org/media_tree.git
5584 S:      Maintained
5585 F:      drivers/media/spi/gs1662.c
5587 GSPCA FINEPIX SUBDRIVER
5588 M:      Frank Zago <frank@zago.net>
5589 L:      linux-media@vger.kernel.org
5590 T:      git git://linuxtv.org/media_tree.git
5591 S:      Maintained
5592 F:      drivers/media/usb/gspca/finepix.c
5594 GSPCA GL860 SUBDRIVER
5595 M:      Olivier Lorin <o.lorin@laposte.net>
5596 L:      linux-media@vger.kernel.org
5597 T:      git git://linuxtv.org/media_tree.git
5598 S:      Maintained
5599 F:      drivers/media/usb/gspca/gl860/
5601 GSPCA M5602 SUBDRIVER
5602 M:      Erik Andren <erik.andren@gmail.com>
5603 L:      linux-media@vger.kernel.org
5604 T:      git git://linuxtv.org/media_tree.git
5605 S:      Maintained
5606 F:      drivers/media/usb/gspca/m5602/
5608 GSPCA PAC207 SONIXB SUBDRIVER
5609 M:      Hans Verkuil <hverkuil@xs4all.nl>
5610 L:      linux-media@vger.kernel.org
5611 T:      git git://linuxtv.org/media_tree.git
5612 S:      Odd Fixes
5613 F:      drivers/media/usb/gspca/pac207.c
5615 GSPCA SN9C20X SUBDRIVER
5616 M:      Brian Johnson <brijohn@gmail.com>
5617 L:      linux-media@vger.kernel.org
5618 T:      git git://linuxtv.org/media_tree.git
5619 S:      Maintained
5620 F:      drivers/media/usb/gspca/sn9c20x.c
5622 GSPCA T613 SUBDRIVER
5623 M:      Leandro Costantino <lcostantino@gmail.com>
5624 L:      linux-media@vger.kernel.org
5625 T:      git git://linuxtv.org/media_tree.git
5626 S:      Maintained
5627 F:      drivers/media/usb/gspca/t613.c
5629 GSPCA USB WEBCAM DRIVER
5630 M:      Hans Verkuil <hverkuil@xs4all.nl>
5631 L:      linux-media@vger.kernel.org
5632 T:      git git://linuxtv.org/media_tree.git
5633 S:      Odd Fixes
5634 F:      drivers/media/usb/gspca/
5636 GUID PARTITION TABLE (GPT)
5637 M:      Davidlohr Bueso <dave@stgolabs.net>
5638 L:      linux-efi@vger.kernel.org
5639 S:      Maintained
5640 F:      block/partitions/efi.*
5642 STK1160 USB VIDEO CAPTURE DRIVER
5643 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5644 L:      linux-media@vger.kernel.org
5645 T:      git git://linuxtv.org/media_tree.git
5646 S:      Maintained
5647 F:      drivers/media/usb/stk1160/
5649 H8/300 ARCHITECTURE
5650 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5651 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5652 W:      http://uclinux-h8.sourceforge.jp
5653 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5654 S:      Maintained
5655 F:      arch/h8300/
5656 F:      drivers/clocksource/h8300_*.c
5657 F:      drivers/clk/h8300/
5658 F:      drivers/irqchip/irq-renesas-h8*.c
5660 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5661 M:      Frank Seidel <frank@f-seidel.de>
5662 L:      platform-driver-x86@vger.kernel.org
5663 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5664 S:      Maintained
5665 F:      drivers/platform/x86/hdaps.c
5667 HDPVR USB VIDEO ENCODER DRIVER
5668 M:      Hans Verkuil <hverkuil@xs4all.nl>
5669 L:      linux-media@vger.kernel.org
5670 T:      git git://linuxtv.org/media_tree.git
5671 W:      https://linuxtv.org
5672 S:      Odd Fixes
5673 F:      drivers/media/usb/hdpvr/
5675 HWPOISON MEMORY FAILURE HANDLING
5676 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5677 L:      linux-mm@kvack.org
5678 S:      Maintained
5679 F:      mm/memory-failure.c
5680 F:      mm/hwpoison-inject.c
5682 HYPERVISOR VIRTUAL CONSOLE DRIVER
5683 L:      linuxppc-dev@lists.ozlabs.org
5684 S:      Odd Fixes
5685 F:      drivers/tty/hvc/
5687 HACKRF MEDIA DRIVER
5688 M:      Antti Palosaari <crope@iki.fi>
5689 L:      linux-media@vger.kernel.org
5690 W:      https://linuxtv.org
5691 W:      http://palosaari.fi/linux/
5692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5693 T:      git git://linuxtv.org/anttip/media_tree.git
5694 S:      Maintained
5695 F:      drivers/media/usb/hackrf/
5697 HARDWARE MONITORING
5698 M:      Jean Delvare <jdelvare@suse.com>
5699 M:      Guenter Roeck <linux@roeck-us.net>
5700 L:      linux-hwmon@vger.kernel.org
5701 W:      http://hwmon.wiki.kernel.org/
5702 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5704 S:      Maintained
5705 F:      Documentation/hwmon/
5706 F:      drivers/hwmon/
5707 F:      include/linux/hwmon*.h
5709 HARDWARE RANDOM NUMBER GENERATOR CORE
5710 M:      Matt Mackall <mpm@selenic.com>
5711 M:      Herbert Xu <herbert@gondor.apana.org.au>
5712 L:      linux-crypto@vger.kernel.org
5713 S:      Odd fixes
5714 F:      Documentation/devicetree/bindings/rng/
5715 F:      Documentation/hw_random.txt
5716 F:      drivers/char/hw_random/
5717 F:      include/linux/hw_random.h
5719 HARDWARE SPINLOCK CORE
5720 M:      Ohad Ben-Cohen <ohad@wizery.com>
5721 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5722 L:      linux-remoteproc@vger.kernel.org
5723 S:      Maintained
5724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5725 F:      Documentation/devicetree/bindings/hwlock/
5726 F:      Documentation/hwspinlock.txt
5727 F:      drivers/hwspinlock/
5728 F:      include/linux/hwspinlock.h
5730 HARMONY SOUND DRIVER
5731 L:      linux-parisc@vger.kernel.org
5732 S:      Maintained
5733 F:      sound/parisc/harmony.*
5735 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5736 M:      Jimmy Vance <jimmy.vance@hpe.com>
5737 S:      Supported
5738 F:      Documentation/watchdog/hpwdt.txt
5739 F:      drivers/watchdog/hpwdt.c
5741 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5742 M:      Don Brace <don.brace@microsemi.com>
5743 L:      esc.storagedev@microsemi.com
5744 L:      linux-scsi@vger.kernel.org
5745 S:      Supported
5746 F:      Documentation/scsi/hpsa.txt
5747 F:      drivers/scsi/hpsa*.[ch]
5748 F:      include/linux/cciss*.h
5749 F:      include/uapi/linux/cciss*.h
5751 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5752 M:      Don Brace <don.brace@microsemi.com>
5753 L:      esc.storagedev@microsemi.com
5754 L:      linux-scsi@vger.kernel.org
5755 S:      Supported
5756 F:      Documentation/blockdev/cciss.txt
5757 F:      drivers/block/cciss*
5758 F:      include/linux/cciss_ioctl.h
5759 F:      include/uapi/linux/cciss_ioctl.h
5761 HFI1 DRIVER
5762 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5763 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5764 L:      linux-rdma@vger.kernel.org
5765 S:      Supported
5766 F:      drivers/infiniband/hw/hfi1
5768 HFS FILESYSTEM
5769 L:      linux-fsdevel@vger.kernel.org
5770 S:      Orphan
5771 F:      Documentation/filesystems/hfs.txt
5772 F:      fs/hfs/
5774 HFSPLUS FILESYSTEM
5775 L:      linux-fsdevel@vger.kernel.org
5776 S:      Orphan
5777 F:      Documentation/filesystems/hfsplus.txt
5778 F:      fs/hfsplus/
5780 HGA FRAMEBUFFER DRIVER
5781 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5782 L:      linux-nvidia@lists.surfsouth.com
5783 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5784 S:      Maintained
5785 F:      drivers/video/fbdev/hgafb.c
5787 HIBERNATION (aka Software Suspend, aka swsusp)
5788 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5789 M:      Pavel Machek <pavel@ucw.cz>
5790 L:      linux-pm@vger.kernel.org
5791 B:      https://bugzilla.kernel.org
5792 S:      Supported
5793 F:      arch/x86/power/
5794 F:      drivers/base/power/
5795 F:      kernel/power/
5796 F:      include/linux/suspend.h
5797 F:      include/linux/freezer.h
5798 F:      include/linux/pm.h
5799 F:      arch/*/include/asm/suspend*.h
5801 HID CORE LAYER
5802 M:      Jiri Kosina <jikos@kernel.org>
5803 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5804 L:      linux-input@vger.kernel.org
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5806 S:      Maintained
5807 F:      drivers/hid/
5808 F:      include/linux/hid*
5809 F:      include/uapi/linux/hid*
5811 HID SENSOR HUB DRIVERS
5812 M:      Jiri Kosina <jikos@kernel.org>
5813 M:      Jonathan Cameron <jic23@kernel.org>
5814 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5815 L:      linux-input@vger.kernel.org
5816 L:      linux-iio@vger.kernel.org
5817 S:      Maintained
5818 F:      Documentation/hid/hid-sensor*
5819 F:      drivers/hid/hid-sensor-*
5820 F:      drivers/iio/*/hid-*
5821 F:      include/linux/hid-sensor-*
5823 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5824 M:      Thomas Gleixner <tglx@linutronix.de>
5825 L:      linux-kernel@vger.kernel.org
5826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5827 S:      Maintained
5828 F:      Documentation/timers/
5829 F:      kernel/time/hrtimer.c
5830 F:      kernel/time/clockevents.c
5831 F:      kernel/time/tick*.*
5832 F:      kernel/time/timer_*.c
5833 F:      include/linux/clockchips.h
5834 F:      include/linux/hrtimer.h
5836 HIGH-SPEED SCC DRIVER FOR AX.25
5837 L:      linux-hams@vger.kernel.org
5838 S:      Orphan
5839 F:      drivers/net/hamradio/dmascc.c
5840 F:      drivers/net/hamradio/scc.c
5842 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5843 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5844 W:      http://www.highpoint-tech.com
5845 S:      Supported
5846 F:      Documentation/scsi/hptiop.txt
5847 F:      drivers/scsi/hptiop.c
5849 HIPPI
5850 M:      Jes Sorensen <jes@trained-monkey.org>
5851 L:      linux-hippi@sunsite.dk
5852 S:      Maintained
5853 F:      include/linux/hippidevice.h
5854 F:      include/uapi/linux/if_hippi.h
5855 F:      net/802/hippi.c
5856 F:      drivers/net/hippi/
5858 HISILICON NETWORK SUBSYSTEM DRIVER
5859 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5860 M:      Salil Mehta <salil.mehta@huawei.com>
5861 L:      netdev@vger.kernel.org
5862 W:      http://www.hisilicon.com
5863 S:      Maintained
5864 F:      drivers/net/ethernet/hisilicon/
5865 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5867 HISILICON ROCE DRIVER
5868 M:      Lijun Ou <oulijun@huawei.com>
5869 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5870 L:      linux-rdma@vger.kernel.org
5871 S:      Maintained
5872 F:      drivers/infiniband/hw/hns/
5873 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5875 HISILICON SAS Controller
5876 M:      John Garry <john.garry@huawei.com>
5877 W:      http://www.hisilicon.com
5878 S:      Supported
5879 F:      drivers/scsi/hisi_sas/
5880 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5882 HOST AP DRIVER
5883 M:      Jouni Malinen <j@w1.fi>
5884 L:      linux-wireless@vger.kernel.org
5885 W:      http://w1.fi/hostap-driver.html
5886 S:      Obsolete
5887 F:      drivers/net/wireless/intersil/hostap/
5889 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5890 L:      platform-driver-x86@vger.kernel.org
5891 S:      Orphan
5892 F:      drivers/platform/x86/tc1100-wmi.c
5894 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5895 M:      Jaroslav Kysela <perex@perex.cz>
5896 S:      Maintained
5897 F:      drivers/net/ethernet/hp/hp100.*
5899 HPET:   High Precision Event Timers driver
5900 M:      Clemens Ladisch <clemens@ladisch.de>
5901 S:      Maintained
5902 F:      Documentation/timers/hpet.txt
5903 F:      drivers/char/hpet.c
5904 F:      include/linux/hpet.h
5905 F:      include/uapi/linux/hpet.h
5907 HPET:   x86
5908 S:      Orphan
5909 F:      arch/x86/kernel/hpet.c
5910 F:      arch/x86/include/asm/hpet.h
5912 HPFS FILESYSTEM
5913 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5914 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5915 S:      Maintained
5916 F:      fs/hpfs/
5918 HSI SUBSYSTEM
5919 M:      Sebastian Reichel <sre@kernel.org>
5920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5921 S:      Maintained
5922 F:      Documentation/ABI/testing/sysfs-bus-hsi
5923 F:      Documentation/device-drivers/serial-interfaces.rst
5924 F:      drivers/hsi/
5925 F:      include/linux/hsi/
5926 F:      include/uapi/linux/hsi/
5928 HSO 3G MODEM DRIVER
5929 M:      Jan Dumon <j.dumon@option.com>
5930 W:      http://www.pharscape.org
5931 S:      Maintained
5932 F:      drivers/net/usb/hso.c
5934 HSR NETWORK PROTOCOL
5935 M:      Arvid Brodin <arvid.brodin@alten.se>
5936 L:      netdev@vger.kernel.org
5937 S:      Maintained
5938 F:      net/hsr/
5940 HTCPEN TOUCHSCREEN DRIVER
5941 M:      Pau Oliva Fora <pof@eslack.org>
5942 L:      linux-input@vger.kernel.org
5943 S:      Maintained
5944 F:      drivers/input/touchscreen/htcpen.c
5946 HUGETLB FILESYSTEM
5947 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5948 S:      Maintained
5949 F:      fs/hugetlbfs/
5951 HVA ST MEDIA DRIVER
5952 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5953 L:      linux-media@vger.kernel.org
5954 T:      git git://linuxtv.org/media_tree.git
5955 W:      https://linuxtv.org
5956 S:      Supported
5957 F:      drivers/media/platform/sti/hva
5959 Hyper-V CORE AND DRIVERS
5960 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5961 M:      Haiyang Zhang <haiyangz@microsoft.com>
5962 L:      devel@linuxdriverproject.org
5963 S:      Maintained
5964 F:      arch/x86/include/asm/mshyperv.h
5965 F:      arch/x86/include/uapi/asm/hyperv.h
5966 F:      arch/x86/kernel/cpu/mshyperv.c
5967 F:      drivers/hid/hid-hyperv.c
5968 F:      drivers/hv/
5969 F:      drivers/input/serio/hyperv-keyboard.c
5970 F:      drivers/pci/host/pci-hyperv.c
5971 F:      drivers/net/hyperv/
5972 F:      drivers/scsi/storvsc_drv.c
5973 F:      drivers/uio/uio_hv_generic.c
5974 F:      drivers/video/fbdev/hyperv_fb.c
5975 F:      include/linux/hyperv.h
5976 F:      tools/hv/
5977 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5979 I2C MUXES
5980 M:      Peter Rosin <peda@axentia.se>
5981 L:      linux-i2c@vger.kernel.org
5982 S:      Maintained
5983 F:      Documentation/i2c/i2c-topology
5984 F:      Documentation/i2c/muxes/
5985 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5986 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5987 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5988 F:      drivers/i2c/i2c-mux.c
5989 F:      drivers/i2c/muxes/
5990 F:      include/linux/i2c-mux.h
5992 I2C OVER PARALLEL PORT
5993 M:      Jean Delvare <jdelvare@suse.com>
5994 L:      linux-i2c@vger.kernel.org
5995 S:      Maintained
5996 F:      Documentation/i2c/busses/i2c-parport
5997 F:      Documentation/i2c/busses/i2c-parport-light
5998 F:      drivers/i2c/busses/i2c-parport.c
5999 F:      drivers/i2c/busses/i2c-parport-light.c
6001 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6002 M:      Jean Delvare <jdelvare@suse.com>
6003 L:      linux-i2c@vger.kernel.org
6004 S:      Maintained
6005 F:      Documentation/i2c/busses/i2c-ali1535
6006 F:      Documentation/i2c/busses/i2c-ali1563
6007 F:      Documentation/i2c/busses/i2c-ali15x3
6008 F:      Documentation/i2c/busses/i2c-amd756
6009 F:      Documentation/i2c/busses/i2c-amd8111
6010 F:      Documentation/i2c/busses/i2c-i801
6011 F:      Documentation/i2c/busses/i2c-nforce2
6012 F:      Documentation/i2c/busses/i2c-piix4
6013 F:      Documentation/i2c/busses/i2c-sis5595
6014 F:      Documentation/i2c/busses/i2c-sis630
6015 F:      Documentation/i2c/busses/i2c-sis96x
6016 F:      Documentation/i2c/busses/i2c-via
6017 F:      Documentation/i2c/busses/i2c-viapro
6018 F:      drivers/i2c/busses/i2c-ali1535.c
6019 F:      drivers/i2c/busses/i2c-ali1563.c
6020 F:      drivers/i2c/busses/i2c-ali15x3.c
6021 F:      drivers/i2c/busses/i2c-amd756.c
6022 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6023 F:      drivers/i2c/busses/i2c-amd8111.c
6024 F:      drivers/i2c/busses/i2c-i801.c
6025 F:      drivers/i2c/busses/i2c-isch.c
6026 F:      drivers/i2c/busses/i2c-nforce2.c
6027 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6028 F:      drivers/i2c/busses/i2c-piix4.c
6029 F:      drivers/i2c/busses/i2c-sis5595.c
6030 F:      drivers/i2c/busses/i2c-sis630.c
6031 F:      drivers/i2c/busses/i2c-sis96x.c
6032 F:      drivers/i2c/busses/i2c-via.c
6033 F:      drivers/i2c/busses/i2c-viapro.c
6035 I2C/SMBUS ISMT DRIVER
6036 M:      Seth Heasley <seth.heasley@intel.com>
6037 M:      Neil Horman <nhorman@tuxdriver.com>
6038 L:      linux-i2c@vger.kernel.org
6039 F:      drivers/i2c/busses/i2c-ismt.c
6040 F:      Documentation/i2c/busses/i2c-ismt
6042 I2C/SMBUS STUB DRIVER
6043 M:      Jean Delvare <jdelvare@suse.com>
6044 L:      linux-i2c@vger.kernel.org
6045 S:      Maintained
6046 F:      drivers/i2c/i2c-stub.c
6048 I2C SUBSYSTEM
6049 M:      Wolfram Sang <wsa@the-dreams.de>
6050 L:      linux-i2c@vger.kernel.org
6051 W:      https://i2c.wiki.kernel.org/
6052 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6054 S:      Maintained
6055 F:      Documentation/devicetree/bindings/i2c/
6056 F:      Documentation/i2c/
6057 F:      drivers/i2c/
6058 F:      drivers/i2c/*/
6059 F:      include/linux/i2c.h
6060 F:      include/linux/i2c-*.h
6061 F:      include/uapi/linux/i2c.h
6062 F:      include/uapi/linux/i2c-*.h
6064 I2C ACPI SUPPORT
6065 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6066 L:      linux-i2c@vger.kernel.org
6067 L:      linux-acpi@vger.kernel.org
6068 S:      Maintained
6070 I2C-TAOS-EVM DRIVER
6071 M:      Jean Delvare <jdelvare@suse.com>
6072 L:      linux-i2c@vger.kernel.org
6073 S:      Maintained
6074 F:      Documentation/i2c/busses/i2c-taos-evm
6075 F:      drivers/i2c/busses/i2c-taos-evm.c
6077 I2C-TINY-USB DRIVER
6078 M:      Till Harbaum <till@harbaum.org>
6079 L:      linux-i2c@vger.kernel.org
6080 W:      http://www.harbaum.org/till/i2c_tiny_usb
6081 S:      Maintained
6082 F:      drivers/i2c/busses/i2c-tiny-usb.c
6084 i386 BOOT CODE
6085 M:      "H. Peter Anvin" <hpa@zytor.com>
6086 S:      Maintained
6087 F:      arch/x86/boot/
6089 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6090 M:      "H. Peter Anvin" <hpa@zytor.com>
6091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6092 S:      Maintained
6094 IA64 (Itanium) PLATFORM
6095 M:      Tony Luck <tony.luck@intel.com>
6096 M:      Fenghua Yu <fenghua.yu@intel.com>
6097 L:      linux-ia64@vger.kernel.org
6098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6099 S:      Maintained
6100 F:      arch/ia64/
6102 IBM Power VMX Cryptographic instructions
6103 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6104 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6105 L:      linux-crypto@vger.kernel.org
6106 S:      Supported
6107 F:      drivers/crypto/vmx/Makefile
6108 F:      drivers/crypto/vmx/Kconfig
6109 F:      drivers/crypto/vmx/vmx.c
6110 F:      drivers/crypto/vmx/aes*
6111 F:      drivers/crypto/vmx/ghash*
6112 F:      drivers/crypto/vmx/ppc-xlate.pl
6114 IBM Power in-Nest Crypto Acceleration
6115 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6116 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6117 L:      linux-crypto@vger.kernel.org
6118 S:      Supported
6119 F:      drivers/crypto/nx/Makefile
6120 F:      drivers/crypto/nx/Kconfig
6121 F:      drivers/crypto/nx/nx-aes*
6122 F:      drivers/crypto/nx/nx-sha*
6123 F:      drivers/crypto/nx/nx.*
6124 F:      drivers/crypto/nx/nx_csbcpb.h
6125 F:      drivers/crypto/nx/nx_debugfs.h
6127 IBM Power 842 compression accelerator
6128 M:      Dan Streetman <ddstreet@ieee.org>
6129 S:      Supported
6130 F:      drivers/crypto/nx/Makefile
6131 F:      drivers/crypto/nx/Kconfig
6132 F:      drivers/crypto/nx/nx-842*
6133 F:      include/linux/sw842.h
6134 F:      crypto/842.c
6135 F:      lib/842/
6137 IBM Power Linux RAID adapter
6138 M:      Brian King <brking@us.ibm.com>
6139 S:      Supported
6140 F:      drivers/scsi/ipr.*
6142 IBM Power Virtual Ethernet Device Driver
6143 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6144 L:      netdev@vger.kernel.org
6145 S:      Supported
6146 F:      drivers/net/ethernet/ibm/ibmveth.*
6148 IBM Power SRIOV Virtual NIC Device Driver
6149 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6150 M:      John Allen <jallen@linux.vnet.ibm.com>
6151 L:      netdev@vger.kernel.org
6152 S:      Supported
6153 F:      drivers/net/ethernet/ibm/ibmvnic.*
6155 IBM Power Virtual SCSI Device Drivers
6156 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6157 L:      linux-scsi@vger.kernel.org
6158 S:      Supported
6159 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6160 F:      include/scsi/viosrp.h
6162 IBM Power Virtual SCSI Device Target Driver
6163 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6164 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6165 L:      linux-scsi@vger.kernel.org
6166 L:      target-devel@vger.kernel.org
6167 S:      Supported
6168 F:      drivers/scsi/ibmvscsi_tgt/
6170 IBM Power Virtual FC Device Drivers
6171 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6172 L:      linux-scsi@vger.kernel.org
6173 S:      Supported
6174 F:      drivers/scsi/ibmvscsi/ibmvfc*
6176 IBM ServeRAID RAID DRIVER
6177 S:      Orphan
6178 F:      drivers/scsi/ips.*
6180 ICH LPC AND GPIO DRIVER
6181 M:      Peter Tyser <ptyser@xes-inc.com>
6182 S:      Maintained
6183 F:      drivers/mfd/lpc_ich.c
6184 F:      drivers/gpio/gpio-ich.c
6186 IDE SUBSYSTEM
6187 M:      "David S. Miller" <davem@davemloft.net>
6188 L:      linux-ide@vger.kernel.org
6189 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6191 S:      Maintained
6192 F:      Documentation/ide/
6193 F:      drivers/ide/
6194 F:      include/linux/ide.h
6196 IDEAPAD LAPTOP EXTRAS DRIVER
6197 M:      Ike Panhc <ike.pan@canonical.com>
6198 L:      platform-driver-x86@vger.kernel.org
6199 W:      http://launchpad.net/ideapad-laptop
6200 S:      Maintained
6201 F:      drivers/platform/x86/ideapad-laptop.c
6203 IDEAPAD LAPTOP SLIDEBAR DRIVER
6204 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6205 L:      linux-input@vger.kernel.org
6206 W:      https://github.com/o2genum/ideapad-slidebar
6207 S:      Maintained
6208 F:      drivers/input/misc/ideapad_slidebar.c
6210 IDE/ATAPI DRIVERS
6211 M:      Borislav Petkov <bp@alien8.de>
6212 L:      linux-ide@vger.kernel.org
6213 S:      Maintained
6214 F:      Documentation/cdrom/ide-cd
6215 F:      drivers/ide/ide-cd*
6217 IEEE 802.15.4 SUBSYSTEM
6218 M:      Alexander Aring <aar@pengutronix.de>
6219 M:      Stefan Schmidt <stefan@osg.samsung.com>
6220 L:      linux-wpan@vger.kernel.org
6221 W:      http://wpan.cakelab.org/
6222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6224 S:      Maintained
6225 F:      net/ieee802154/
6226 F:      net/mac802154/
6227 F:      drivers/net/ieee802154/
6228 F:      include/linux/nl802154.h
6229 F:      include/linux/ieee802154.h
6230 F:      include/net/nl802154.h
6231 F:      include/net/mac802154.h
6232 F:      include/net/af_ieee802154.h
6233 F:      include/net/cfg802154.h
6234 F:      include/net/ieee802154_netdev.h
6235 F:      Documentation/networking/ieee802154.txt
6237 IGORPLUG-USB IR RECEIVER
6238 M:      Sean Young <sean@mess.org>
6239 L:      linux-media@vger.kernel.org
6240 S:      Maintained
6241 F:      drivers/media/rc/igorplugusb.c
6243 IGUANAWORKS USB IR TRANSCEIVER
6244 M:      Sean Young <sean@mess.org>
6245 L:      linux-media@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/media/rc/iguanair.c
6249 IIO DIGITAL POTENTIOMETER DAC
6250 M:      Peter Rosin <peda@axentia.se>
6251 L:      linux-iio@vger.kernel.org
6252 S:      Maintained
6253 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6254 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6255 F:      drivers/iio/dac/dpot-dac.c
6257 IIO ENVELOPE DETECTOR
6258 M:      Peter Rosin <peda@axentia.se>
6259 L:      linux-iio@vger.kernel.org
6260 S:      Maintained
6261 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6262 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6263 F:      drivers/iio/adc/envelope-detector.c
6265 IIO SUBSYSTEM AND DRIVERS
6266 M:      Jonathan Cameron <jic23@kernel.org>
6267 R:      Hartmut Knaack <knaack.h@gmx.de>
6268 R:      Lars-Peter Clausen <lars@metafoo.de>
6269 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6270 L:      linux-iio@vger.kernel.org
6271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6272 S:      Maintained
6273 F:      Documentation/devicetree/bindings/iio/
6274 F:      drivers/iio/
6275 F:      drivers/staging/iio/
6276 F:      include/linux/iio/
6277 F:      tools/iio/
6279 IKANOS/ADI EAGLE ADSL USB DRIVER
6280 M:      Matthieu Castet <castet.matthieu@free.fr>
6281 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6282 S:      Maintained
6283 F:      drivers/usb/atm/ueagle-atm.c
6285 IMGTEC ASCII LCD DRIVER
6286 M:      Paul Burton <paul.burton@imgtec.com>
6287 S:      Maintained
6288 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6289 F:      drivers/auxdisplay/img-ascii-lcd.c
6291 INA209 HARDWARE MONITOR DRIVER
6292 M:      Guenter Roeck <linux@roeck-us.net>
6293 L:      linux-hwmon@vger.kernel.org
6294 S:      Maintained
6295 F:      Documentation/hwmon/ina209
6296 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6297 F:      drivers/hwmon/ina209.c
6299 INA2XX HARDWARE MONITOR DRIVER
6300 M:      Guenter Roeck <linux@roeck-us.net>
6301 L:      linux-hwmon@vger.kernel.org
6302 S:      Maintained
6303 F:      Documentation/hwmon/ina2xx
6304 F:      drivers/hwmon/ina2xx.c
6305 F:      include/linux/platform_data/ina2xx.h
6307 INDUSTRY PACK SUBSYSTEM (IPACK)
6308 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6309 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6310 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6311 L:      industrypack-devel@lists.sourceforge.net
6312 W:      http://industrypack.sourceforge.net
6313 S:      Maintained
6314 F:      drivers/ipack/
6316 INGENIC JZ4780 DMA Driver
6317 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6318 S:      Maintained
6319 F:      drivers/dma/dma-jz4780.c
6321 INGENIC JZ4780 NAND DRIVER
6322 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6323 L:      linux-mtd@lists.infradead.org
6324 S:      Maintained
6325 F:      drivers/mtd/nand/jz4780_*
6327 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6328 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6329 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6330 L:      linux-ima-devel@lists.sourceforge.net
6331 L:      linux-ima-user@lists.sourceforge.net
6332 L:      linux-security-module@vger.kernel.org
6333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6334 S:      Supported
6335 F:      security/integrity/ima/
6337 IMGTEC IR DECODER DRIVER
6338 M:      James Hogan <james.hogan@imgtec.com>
6339 S:      Maintained
6340 F:      drivers/media/rc/img-ir/
6342 IMS TWINTURBO FRAMEBUFFER DRIVER
6343 L:      linux-fbdev@vger.kernel.org
6344 S:      Orphan
6345 F:      drivers/video/fbdev/imsttfb.c
6347 INFINIBAND SUBSYSTEM
6348 M:      Doug Ledford <dledford@redhat.com>
6349 M:      Sean Hefty <sean.hefty@intel.com>
6350 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6351 L:      linux-rdma@vger.kernel.org
6352 W:      http://www.openfabrics.org/
6353 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6355 S:      Supported
6356 F:      Documentation/infiniband/
6357 F:      drivers/infiniband/
6358 F:      include/uapi/linux/if_infiniband.h
6359 F:      include/uapi/rdma/
6360 F:      include/rdma/
6362 INOTIFY
6363 M:      John McCutchan <john@johnmccutchan.com>
6364 M:      Robert Love <rlove@rlove.org>
6365 M:      Eric Paris <eparis@parisplace.org>
6366 S:      Maintained
6367 F:      Documentation/filesystems/inotify.txt
6368 F:      fs/notify/inotify/
6369 F:      include/linux/inotify.h
6370 F:      include/uapi/linux/inotify.h
6372 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6373 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6374 L:      linux-input@vger.kernel.org
6375 Q:      http://patchwork.kernel.org/project/linux-input/list/
6376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6377 S:      Maintained
6378 F:      drivers/input/
6379 F:      include/linux/input.h
6380 F:      include/uapi/linux/input.h
6381 F:      include/linux/input/
6382 F:      Documentation/devicetree/bindings/input/
6384 INPUT MULTITOUCH (MT) PROTOCOL
6385 M:      Henrik Rydberg <rydberg@bitmath.org>
6386 L:      linux-input@vger.kernel.org
6387 S:      Odd fixes
6388 F:      Documentation/input/multi-touch-protocol.txt
6389 F:      drivers/input/input-mt.c
6390 K:      \b(ABS|SYN)_MT_
6392 INTEL ASoC BDW/HSW DRIVERS
6393 M:      Jie Yang <yang.jie@linux.intel.com>
6394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6395 S:      Supported
6396 F:      sound/soc/intel/common/sst-dsp*
6397 F:      sound/soc/intel/common/sst-firmware.c
6398 F:      sound/soc/intel/boards/broadwell.c
6399 F:      sound/soc/intel/haswell/
6401 INTEL C600 SERIES SAS CONTROLLER DRIVER
6402 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6403 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6404 L:      linux-scsi@vger.kernel.org
6405 T:      git git://git.code.sf.net/p/intel-sas/isci
6406 S:      Supported
6407 F:      drivers/scsi/isci/
6409 INTEL HID EVENT DRIVER
6410 M:      Alex Hung <alex.hung@canonical.com>
6411 L:      platform-driver-x86@vger.kernel.org
6412 S:      Maintained
6413 F:      drivers/platform/x86/intel-hid.c
6415 INTEL VIRTUAL BUTTON DRIVER
6416 M:      AceLan Kao <acelan.kao@canonical.com>
6417 L:      platform-driver-x86@vger.kernel.org
6418 S:      Maintained
6419 F:      drivers/platform/x86/intel-vbtn.c
6421 INTEL IDLE DRIVER
6422 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
6423 M:      Len Brown <lenb@kernel.org>
6424 L:      linux-pm@vger.kernel.org
6425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6426 B:      https://bugzilla.kernel.org
6427 S:      Supported
6428 F:      drivers/idle/intel_idle.c
6430 INTEL INTEGRATED SENSOR HUB DRIVER
6431 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6432 M:      Jiri Kosina <jikos@kernel.org>
6433 L:      linux-input@vger.kernel.org
6434 S:      Maintained
6435 F:      drivers/hid/intel-ish-hid/
6437 INTEL PSTATE DRIVER
6438 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6439 M:      Len Brown <lenb@kernel.org>
6440 L:      linux-pm@vger.kernel.org
6441 S:      Supported
6442 F:      drivers/cpufreq/intel_pstate.c
6444 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6445 M:      Maik Broemme <mbroemme@libmpq.org>
6446 L:      linux-fbdev@vger.kernel.org
6447 S:      Maintained
6448 F:      Documentation/fb/intelfb.txt
6449 F:      drivers/video/fbdev/intelfb/
6451 INTEL 810/815 FRAMEBUFFER DRIVER
6452 M:      Antonino Daplas <adaplas@gmail.com>
6453 L:      linux-fbdev@vger.kernel.org
6454 S:      Maintained
6455 F:      drivers/video/fbdev/i810/
6457 INTEL MENLOW THERMAL DRIVER
6458 M:      Sujith Thomas <sujith.thomas@intel.com>
6459 L:      platform-driver-x86@vger.kernel.org
6460 W:      https://01.org/linux-acpi
6461 S:      Supported
6462 F:      drivers/platform/x86/intel_menlow.c
6464 INTEL I/OAT DMA DRIVER
6465 M:      Dave Jiang <dave.jiang@intel.com>
6466 R:      Dan Williams <dan.j.williams@intel.com>
6467 L:      dmaengine@vger.kernel.org
6468 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6469 S:      Supported
6470 F:      drivers/dma/ioat*
6472 INTEL IOMMU (VT-d)
6473 M:      David Woodhouse <dwmw2@infradead.org>
6474 L:      iommu@lists.linux-foundation.org
6475 T:      git git://git.infradead.org/iommu-2.6.git
6476 S:      Supported
6477 F:      drivers/iommu/intel-iommu.c
6478 F:      include/linux/intel-iommu.h
6480 INTEL IOP-ADMA DMA DRIVER
6481 R:      Dan Williams <dan.j.williams@intel.com>
6482 S:      Odd fixes
6483 F:      drivers/dma/iop-adma.c
6485 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6486 M:      Krzysztof Halasa <khalasa@piap.pl>
6487 S:      Maintained
6488 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6489 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6490 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6491 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6492 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6493 F:      drivers/net/wan/ixp4xx_hss.c
6495 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6496 M:      Deepak Saxena <dsaxena@plexity.net>
6497 S:      Maintained
6498 F:      drivers/char/hw_random/ixp4xx-rng.c
6500 INTEL ETHERNET DRIVERS
6501 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6502 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6503 W:      http://www.intel.com/support/feedback.htm
6504 W:      http://e1000.sourceforge.net/
6505 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6508 S:      Supported
6509 F:      Documentation/networking/e100.txt
6510 F:      Documentation/networking/e1000.txt
6511 F:      Documentation/networking/e1000e.txt
6512 F:      Documentation/networking/igb.txt
6513 F:      Documentation/networking/igbvf.txt
6514 F:      Documentation/networking/ixgb.txt
6515 F:      Documentation/networking/ixgbe.txt
6516 F:      Documentation/networking/ixgbevf.txt
6517 F:      Documentation/networking/i40e.txt
6518 F:      Documentation/networking/i40evf.txt
6519 F:      drivers/net/ethernet/intel/
6520 F:      drivers/net/ethernet/intel/*/
6522 INTEL RDMA RNIC DRIVER
6523 M:     Faisal Latif <faisal.latif@intel.com>
6524 M:     Shiraz Saleem <shiraz.saleem@intel.com>
6525 L:     linux-rdma@vger.kernel.org
6526 S:     Supported
6527 F:     drivers/infiniband/hw/i40iw/
6529 INTEL MERRIFIELD GPIO DRIVER
6530 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6531 L:      linux-gpio@vger.kernel.org
6532 S:      Maintained
6533 F:      drivers/gpio/gpio-merrifield.c
6535 INTEL-MID GPIO DRIVER
6536 M:      David Cohen <david.a.cohen@linux.intel.com>
6537 L:      linux-gpio@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/gpio/gpio-intel-mid.c
6541 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6542 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6543 L:      linux-wireless@vger.kernel.org
6544 S:      Maintained
6545 F:      Documentation/networking/README.ipw2100
6546 F:      Documentation/networking/README.ipw2200
6547 F:      drivers/net/wireless/intel/ipw2x00/
6549 INTEL(R) TRACE HUB
6550 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6551 S:      Supported
6552 F:      Documentation/trace/intel_th.txt
6553 F:      drivers/hwtracing/intel_th/
6555 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6556 M:      Ning Sun <ning.sun@intel.com>
6557 L:      tboot-devel@lists.sourceforge.net
6558 W:      http://tboot.sourceforge.net
6559 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6560 S:      Supported
6561 F:      Documentation/intel_txt.txt
6562 F:      include/linux/tboot.h
6563 F:      arch/x86/kernel/tboot.c
6565 INTEL WIRELESS WIMAX CONNECTION 2400
6566 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6567 M:      linux-wimax@intel.com
6568 L:      wimax@linuxwimax.org (subscribers-only)
6569 S:      Supported
6570 W:      http://linuxwimax.org
6571 F:      Documentation/wimax/README.i2400m
6572 F:      drivers/net/wimax/i2400m/
6573 F:      include/uapi/linux/wimax/i2400m.h
6575 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6576 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6577 L:      linux-wireless@vger.kernel.org
6578 S:      Supported
6579 F:      drivers/net/wireless/intel/iwlegacy/
6581 INTEL WIRELESS WIFI LINK (iwlwifi)
6582 M:      Johannes Berg <johannes.berg@intel.com>
6583 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6584 M:      Luca Coelho <luciano.coelho@intel.com>
6585 M:      Intel Linux Wireless <linuxwifi@intel.com>
6586 L:      linux-wireless@vger.kernel.org
6587 W:      http://intellinuxwireless.org
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6589 S:      Supported
6590 F:      drivers/net/wireless/intel/iwlwifi/
6592 INTEL MANAGEMENT ENGINE (mei)
6593 M:      Tomas Winkler <tomas.winkler@intel.com>
6594 L:      linux-kernel@vger.kernel.org
6595 S:      Supported
6596 F:      include/uapi/linux/mei.h
6597 F:      include/linux/mei_cl_bus.h
6598 F:      drivers/misc/mei/*
6599 F:      drivers/watchdog/mei_wdt.c
6600 F:      Documentation/misc-devices/mei/*
6601 F:      samples/mei/*
6603 INTEL MIC DRIVERS (mic)
6604 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6605 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6606 S:      Supported
6607 W:      https://github.com/sudeepdutt/mic
6608 W:      http://software.intel.com/en-us/mic-developer
6609 F:      include/linux/mic_bus.h
6610 F:      include/linux/scif.h
6611 F:      include/uapi/linux/mic_common.h
6612 F:      include/uapi/linux/mic_ioctl.h
6613 F:      include/uapi/linux/scif_ioctl.h
6614 F:      drivers/misc/mic/
6615 F:      drivers/dma/mic_x100_dma.c
6616 F:      drivers/dma/mic_x100_dma.h
6617 F:      Documentation/mic/
6619 INTEL PMC/P-Unit IPC DRIVER
6620 M:      Zha Qipeng<qipeng.zha@intel.com>
6621 L:      platform-driver-x86@vger.kernel.org
6622 S:      Maintained
6623 F:      drivers/platform/x86/intel_pmc_ipc.c
6624 F:      drivers/platform/x86/intel_punit_ipc.c
6625 F:      arch/x86/include/asm/intel_pmc_ipc.h
6626 F:      arch/x86/include/asm/intel_punit_ipc.h
6628 INTEL TELEMETRY DRIVER
6629 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6630 L:      platform-driver-x86@vger.kernel.org
6631 S:      Maintained
6632 F:      arch/x86/include/asm/intel_telemetry.h
6633 F:      drivers/platform/x86/intel_telemetry*
6635 INTEL PMC CORE DRIVER
6636 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6637 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6638 L:      platform-driver-x86@vger.kernel.org
6639 S:      Maintained
6640 F:      arch/x86/include/asm/pmc_core.h
6641 F:      drivers/platform/x86/intel_pmc_core*
6643 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6644 M:      Linus Walleij <linus.walleij@linaro.org>
6645 L:      linux-iio@vger.kernel.org
6646 S:      Maintained
6647 F:      drivers/iio/gyro/mpu3050*
6648 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6650 IOC3 ETHERNET DRIVER
6651 M:      Ralf Baechle <ralf@linux-mips.org>
6652 L:      linux-mips@linux-mips.org
6653 S:      Maintained
6654 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6656 IOC3 SERIAL DRIVER
6657 M:      Pat Gefre <pfg@sgi.com>
6658 L:      linux-serial@vger.kernel.org
6659 S:      Maintained
6660 F:      drivers/tty/serial/ioc3_serial.c
6662 IOMMU DRIVERS
6663 M:      Joerg Roedel <joro@8bytes.org>
6664 L:      iommu@lists.linux-foundation.org
6665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6666 S:      Maintained
6667 F:      Documentation/devicetree/bindings/iommu/
6668 F:      drivers/iommu/
6670 IP MASQUERADING
6671 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6672 S:      Maintained
6673 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6675 IPMI SUBSYSTEM
6676 M:      Corey Minyard <minyard@acm.org>
6677 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6678 W:      http://openipmi.sourceforge.net/
6679 S:      Supported
6680 F:      Documentation/IPMI.txt
6681 F:      drivers/char/ipmi/
6682 F:      include/linux/ipmi*
6683 F:      include/uapi/linux/ipmi*
6685 QCOM AUDIO (ASoC) DRIVERS
6686 M:      Patrick Lai <plai@codeaurora.org>
6687 M:      Banajit Goswami <bgoswami@codeaurora.org>
6688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6689 S:      Supported
6690 F:      sound/soc/qcom/
6692 IPS SCSI RAID DRIVER
6693 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6694 L:      linux-scsi@vger.kernel.org
6695 W:      http://www.adaptec.com/
6696 S:      Maintained
6697 F:      drivers/scsi/ips*
6699 IPVS
6700 M:      Wensong Zhang <wensong@linux-vs.org>
6701 M:      Simon Horman <horms@verge.net.au>
6702 M:      Julian Anastasov <ja@ssi.bg>
6703 L:      netdev@vger.kernel.org
6704 L:      lvs-devel@vger.kernel.org
6705 S:      Maintained
6706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6708 F:      Documentation/networking/ipvs-sysctl.txt
6709 F:      include/net/ip_vs.h
6710 F:      include/uapi/linux/ip_vs.h
6711 F:      net/netfilter/ipvs/
6713 IPWIRELESS DRIVER
6714 M:      Jiri Kosina <jikos@kernel.org>
6715 M:      David Sterba <dsterba@suse.com>
6716 S:      Odd Fixes
6717 F:      drivers/tty/ipwireless/
6719 IPX NETWORK LAYER
6720 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6721 L:      netdev@vger.kernel.org
6722 S:      Maintained
6723 F:      include/net/ipx.h
6724 F:      include/uapi/linux/ipx.h
6725 F:      net/ipx/
6727 IRDA SUBSYSTEM
6728 M:      Samuel Ortiz <samuel@sortiz.org>
6729 L:      irda-users@lists.sourceforge.net (subscribers-only)
6730 L:      netdev@vger.kernel.org
6731 W:      http://irda.sourceforge.net/
6732 S:      Maintained
6733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6734 F:      Documentation/networking/irda.txt
6735 F:      drivers/net/irda/
6736 F:      include/net/irda/
6737 F:      net/irda/
6739 IRQ SUBSYSTEM
6740 M:      Thomas Gleixner <tglx@linutronix.de>
6741 L:      linux-kernel@vger.kernel.org
6742 S:      Maintained
6743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6744 F:      kernel/irq/
6746 IRQCHIP DRIVERS
6747 M:      Thomas Gleixner <tglx@linutronix.de>
6748 M:      Jason Cooper <jason@lakedaemon.net>
6749 M:      Marc Zyngier <marc.zyngier@arm.com>
6750 L:      linux-kernel@vger.kernel.org
6751 S:      Maintained
6752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6753 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6754 F:      Documentation/devicetree/bindings/interrupt-controller/
6755 F:      drivers/irqchip/
6757 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6758 M:      Marc Zyngier <marc.zyngier@arm.com>
6759 S:      Maintained
6760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6761 F:      Documentation/IRQ-domain.txt
6762 F:      include/linux/irqdomain.h
6763 F:      kernel/irq/irqdomain.c
6764 F:      kernel/irq/msi.c
6767 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6768 S:      Maintained
6769 F:      Documentation/isa.txt
6770 F:      drivers/base/isa.c
6771 F:      include/linux/isa.h
6773 ISAPNP
6774 M:      Jaroslav Kysela <perex@perex.cz>
6775 S:      Maintained
6776 F:      Documentation/isapnp.txt
6777 F:      drivers/pnp/isapnp/
6778 F:      include/linux/isapnp.h
6780 ISA RADIO MODULE
6781 M:      Hans Verkuil <hverkuil@xs4all.nl>
6782 L:      linux-media@vger.kernel.org
6783 T:      git git://linuxtv.org/media_tree.git
6784 W:      https://linuxtv.org
6785 S:      Maintained
6786 F:      drivers/media/radio/radio-isa*
6788 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6789 M:      Peter Jones <pjones@redhat.com>
6790 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6791 S:      Maintained
6792 F:      drivers/firmware/iscsi_ibft*
6794 ISCSI
6795 M:      Lee Duncan <lduncan@suse.com>
6796 M:      Chris Leech <cleech@redhat.com>
6797 L:      open-iscsi@googlegroups.com
6798 W:      www.open-iscsi.com
6799 S:      Maintained
6800 F:      drivers/scsi/*iscsi*
6801 F:      include/scsi/*iscsi*
6803 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6804 M:      Or Gerlitz <ogerlitz@mellanox.com>
6805 M:      Sagi Grimberg <sagi@grimberg.me>
6806 M:      Roi Dayan <roid@mellanox.com>
6807 L:      linux-rdma@vger.kernel.org
6808 S:      Supported
6809 W:      http://www.openfabrics.org
6810 W:      www.open-iscsi.org
6811 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6812 F:      drivers/infiniband/ulp/iser/
6814 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6815 M:      Sagi Grimberg <sagi@grimberg.me>
6816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6817 L:      linux-rdma@vger.kernel.org
6818 L:      target-devel@vger.kernel.org
6819 S:      Supported
6820 W:      http://www.linux-iscsi.org
6821 F:      drivers/infiniband/ulp/isert
6823 ISDN SUBSYSTEM
6824 M:      Karsten Keil <isdn@linux-pingi.de>
6825 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6826 L:      netdev@vger.kernel.org
6827 W:      http://www.isdn4linux.de
6828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6829 S:      Maintained
6830 F:      Documentation/isdn/
6831 F:      drivers/isdn/
6832 F:      include/linux/isdn.h
6833 F:      include/linux/isdn/
6834 F:      include/uapi/linux/isdn.h
6835 F:      include/uapi/linux/isdn/
6837 ISDN SUBSYSTEM (Eicon active card driver)
6838 M:      Armin Schindler <mac@melware.de>
6839 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6840 W:      http://www.melware.de
6841 S:      Maintained
6842 F:      drivers/isdn/hardware/eicon/
6844 IT87 HARDWARE MONITORING DRIVER
6845 M:      Jean Delvare <jdelvare@suse.com>
6846 L:      linux-hwmon@vger.kernel.org
6847 S:      Maintained
6848 F:      Documentation/hwmon/it87
6849 F:      drivers/hwmon/it87.c
6851 IT913X MEDIA DRIVER
6852 M:      Antti Palosaari <crope@iki.fi>
6853 L:      linux-media@vger.kernel.org
6854 W:      https://linuxtv.org
6855 W:      http://palosaari.fi/linux/
6856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6857 T:      git git://linuxtv.org/anttip/media_tree.git
6858 S:      Maintained
6859 F:      drivers/media/tuners/it913x*
6861 IVTV VIDEO4LINUX DRIVER
6862 M:      Andy Walls <awalls@md.metrocast.net>
6863 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6864 L:      linux-media@vger.kernel.org
6865 T:      git git://linuxtv.org/media_tree.git
6866 W:      http://www.ivtvdriver.org
6867 S:      Maintained
6868 F:      Documentation/media/v4l-drivers/ivtv*
6869 F:      drivers/media/pci/ivtv/
6870 F:      include/uapi/linux/ivtv*
6872 IX2505V MEDIA DRIVER
6873 M:      Malcolm Priestley <tvboxspy@gmail.com>
6874 L:      linux-media@vger.kernel.org
6875 W:      https://linuxtv.org
6876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6877 S:      Maintained
6878 F:      drivers/media/dvb-frontends/ix2505v*
6880 JC42.4 TEMPERATURE SENSOR DRIVER
6881 M:      Guenter Roeck <linux@roeck-us.net>
6882 L:      linux-hwmon@vger.kernel.org
6883 S:      Maintained
6884 F:      drivers/hwmon/jc42.c
6885 F:      Documentation/hwmon/jc42
6887 JFS FILESYSTEM
6888 M:      Dave Kleikamp <shaggy@kernel.org>
6889 L:      jfs-discussion@lists.sourceforge.net
6890 W:      http://jfs.sourceforge.net/
6891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6892 S:      Maintained
6893 F:      Documentation/filesystems/jfs.txt
6894 F:      fs/jfs/
6896 JME NETWORK DRIVER
6897 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6898 L:      netdev@vger.kernel.org
6899 S:      Maintained
6900 F:      drivers/net/ethernet/jme.*
6902 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6903 M:      David Woodhouse <dwmw2@infradead.org>
6904 L:      linux-mtd@lists.infradead.org
6905 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6906 S:      Maintained
6907 F:      fs/jffs2/
6908 F:      include/uapi/linux/jffs2.h
6910 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6911 M:      "Theodore Ts'o" <tytso@mit.edu>
6912 M:      Jan Kara <jack@suse.com>
6913 L:      linux-ext4@vger.kernel.org
6914 S:      Maintained
6915 F:      fs/jbd2/
6916 F:      include/linux/jbd2.h
6918 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6919 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6920 L:      linux-media@vger.kernel.org
6921 S:      Maintained
6922 F:      drivers/media/platform/rcar_jpu.c
6924 JSM Neo PCI based serial card
6925 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6926 L:      linux-serial@vger.kernel.org
6927 S:      Maintained
6928 F:      drivers/tty/serial/jsm/
6930 K10TEMP HARDWARE MONITORING DRIVER
6931 M:      Clemens Ladisch <clemens@ladisch.de>
6932 L:      linux-hwmon@vger.kernel.org
6933 S:      Maintained
6934 F:      Documentation/hwmon/k10temp
6935 F:      drivers/hwmon/k10temp.c
6937 K8TEMP HARDWARE MONITORING DRIVER
6938 M:      Rudolf Marek <r.marek@assembler.cz>
6939 L:      linux-hwmon@vger.kernel.org
6940 S:      Maintained
6941 F:      Documentation/hwmon/k8temp
6942 F:      drivers/hwmon/k8temp.c
6944 KASAN
6945 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6946 R:      Alexander Potapenko <glider@google.com>
6947 R:      Dmitry Vyukov <dvyukov@google.com>
6948 L:      kasan-dev@googlegroups.com
6949 S:      Maintained
6950 F:      arch/*/include/asm/kasan.h
6951 F:      arch/*/mm/kasan_init*
6952 F:      Documentation/dev-tools/kasan.rst
6953 F:      include/linux/kasan*.h
6954 F:      lib/test_kasan.c
6955 F:      mm/kasan/
6956 F:      scripts/Makefile.kasan
6958 KCONFIG
6959 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6960 L:      linux-kbuild@vger.kernel.org
6961 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6962 S:      Maintained
6963 F:      Documentation/kbuild/kconfig-language.txt
6964 F:      scripts/kconfig/
6966 KDUMP
6967 M:      Dave Young <dyoung@redhat.com>
6968 M:      Baoquan He <bhe@redhat.com>
6969 R:      Vivek Goyal <vgoyal@redhat.com>
6970 L:      kexec@lists.infradead.org
6971 W:      http://lse.sourceforge.net/kdump/
6972 S:      Maintained
6973 F:      Documentation/kdump/
6975 KEENE FM RADIO TRANSMITTER DRIVER
6976 M:      Hans Verkuil <hverkuil@xs4all.nl>
6977 L:      linux-media@vger.kernel.org
6978 T:      git git://linuxtv.org/media_tree.git
6979 W:      https://linuxtv.org
6980 S:      Maintained
6981 F:      drivers/media/radio/radio-keene*
6983 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6984 M:      Ian Kent <raven@themaw.net>
6985 L:      autofs@vger.kernel.org
6986 S:      Maintained
6987 F:      fs/autofs4/
6989 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6990 M:      Michal Marek <mmarek@suse.com>
6991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6993 L:      linux-kbuild@vger.kernel.org
6994 S:      Maintained
6995 F:      Documentation/kbuild/
6996 F:      Makefile
6997 F:      scripts/Makefile.*
6998 F:      scripts/basic/
6999 F:      scripts/mk*
7000 F:      scripts/package/
7002 KERNEL JANITORS
7003 L:      kernel-janitors@vger.kernel.org
7004 W:      http://kernelnewbies.org/KernelJanitors
7005 S:      Odd Fixes
7007 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7008 M:      "J. Bruce Fields" <bfields@fieldses.org>
7009 M:      Jeff Layton <jlayton@poochiereds.net>
7010 L:      linux-nfs@vger.kernel.org
7011 W:      http://nfs.sourceforge.net/
7012 T:      git git://linux-nfs.org/~bfields/linux.git
7013 S:      Supported
7014 F:      fs/nfsd/
7015 F:      include/uapi/linux/nfsd/
7016 F:      fs/lockd/
7017 F:      fs/nfs_common/
7018 F:      net/sunrpc/
7019 F:      include/linux/lockd/
7020 F:      include/linux/sunrpc/
7021 F:      include/uapi/linux/sunrpc/
7023 KERNEL SELFTEST FRAMEWORK
7024 M:      Shuah Khan <shuahkh@osg.samsung.com>
7025 M:      Shuah Khan <shuah@kernel.org>
7026 L:      linux-kselftest@vger.kernel.org
7027 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7028 S:      Maintained
7029 F:      tools/testing/selftests
7031 KERNEL VIRTUAL MACHINE (KVM)
7032 M:      Paolo Bonzini <pbonzini@redhat.com>
7033 M:      Radim Krčmář <rkrcmar@redhat.com>
7034 L:      kvm@vger.kernel.org
7035 W:      http://www.linux-kvm.org
7036 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7037 S:      Supported
7038 F:      Documentation/*/kvm*.txt
7039 F:      Documentation/virtual/kvm/
7040 F:      arch/*/kvm/
7041 F:      arch/x86/kernel/kvm.c
7042 F:      arch/x86/kernel/kvmclock.c
7043 F:      arch/*/include/asm/kvm*
7044 F:      include/linux/kvm*
7045 F:      include/uapi/linux/kvm*
7046 F:      virt/kvm/
7047 F:      tools/kvm/
7049 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7050 M:      Joerg Roedel <joro@8bytes.org>
7051 L:      kvm@vger.kernel.org
7052 W:      http://www.linux-kvm.org/
7053 S:      Maintained
7054 F:      arch/x86/include/asm/svm.h
7055 F:      arch/x86/kvm/svm.c
7057 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7058 M:      Alexander Graf <agraf@suse.com>
7059 L:      kvm-ppc@vger.kernel.org
7060 W:      http://www.linux-kvm.org/
7061 T:      git git://github.com/agraf/linux-2.6.git
7062 S:      Supported
7063 F:      arch/powerpc/include/asm/kvm*
7064 F:      arch/powerpc/kvm/
7066 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7067 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7068 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
7069 L:      linux-s390@vger.kernel.org
7070 W:      http://www.ibm.com/developerworks/linux/linux390/
7071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7072 S:      Supported
7073 F:      Documentation/s390/kvm.txt
7074 F:      arch/s390/include/asm/kvm*
7075 F:      arch/s390/kvm/
7077 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7078 M:      Christoffer Dall <christoffer.dall@linaro.org>
7079 M:      Marc Zyngier <marc.zyngier@arm.com>
7080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7081 L:      kvmarm@lists.cs.columbia.edu
7082 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7084 S:      Supported
7085 F:      arch/arm/include/uapi/asm/kvm*
7086 F:      arch/arm/include/asm/kvm*
7087 F:      arch/arm/kvm/
7088 F:      virt/kvm/arm/
7089 F:      include/kvm/arm_*
7091 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7092 M:      Christoffer Dall <christoffer.dall@linaro.org>
7093 M:      Marc Zyngier <marc.zyngier@arm.com>
7094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7095 L:      kvmarm@lists.cs.columbia.edu
7096 S:      Maintained
7097 F:      arch/arm64/include/uapi/asm/kvm*
7098 F:      arch/arm64/include/asm/kvm*
7099 F:      arch/arm64/kvm/
7101 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7102 M:      James Hogan <james.hogan@imgtec.com>
7103 L:      linux-mips@linux-mips.org
7104 S:      Supported
7105 F:      arch/mips/include/uapi/asm/kvm*
7106 F:      arch/mips/include/asm/kvm*
7107 F:      arch/mips/kvm/
7109 KEXEC
7110 M:      Eric Biederman <ebiederm@xmission.com>
7111 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7112 L:      kexec@lists.infradead.org
7113 S:      Maintained
7114 F:      include/linux/kexec.h
7115 F:      include/uapi/linux/kexec.h
7116 F:      kernel/kexec*
7118 KEYS/KEYRINGS:
7119 M:      David Howells <dhowells@redhat.com>
7120 L:      keyrings@vger.kernel.org
7121 S:      Maintained
7122 F:      Documentation/security/keys.txt
7123 F:      include/linux/key.h
7124 F:      include/linux/key-type.h
7125 F:      include/linux/keyctl.h
7126 F:      include/uapi/linux/keyctl.h
7127 F:      include/keys/
7128 F:      security/keys/
7130 KEYS-TRUSTED
7131 M:      David Safford <safford@us.ibm.com>
7132 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7133 L:      linux-security-module@vger.kernel.org
7134 L:      keyrings@vger.kernel.org
7135 S:      Supported
7136 F:      Documentation/security/keys-trusted-encrypted.txt
7137 F:      include/keys/trusted-type.h
7138 F:      security/keys/trusted.c
7139 F:      security/keys/trusted.h
7141 KEYS-ENCRYPTED
7142 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7143 M:      David Safford <safford@us.ibm.com>
7144 L:      linux-security-module@vger.kernel.org
7145 L:      keyrings@vger.kernel.org
7146 S:      Supported
7147 F:      Documentation/security/keys-trusted-encrypted.txt
7148 F:      include/keys/encrypted-type.h
7149 F:      security/keys/encrypted-keys/
7151 KGDB / KDB /debug_core
7152 M:      Jason Wessel <jason.wessel@windriver.com>
7153 W:      http://kgdb.wiki.kernel.org/
7154 L:      kgdb-bugreport@lists.sourceforge.net
7155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7156 S:      Maintained
7157 F:      Documentation/DocBook/kgdb.tmpl
7158 F:      drivers/misc/kgdbts.c
7159 F:      drivers/tty/serial/kgdboc.c
7160 F:      include/linux/kdb.h
7161 F:      include/linux/kgdb.h
7162 F:      kernel/debug/
7164 KMEMCHECK
7165 M:      Vegard Nossum <vegardno@ifi.uio.no>
7166 M:      Pekka Enberg <penberg@kernel.org>
7167 S:      Maintained
7168 F:      Documentation/dev-tools/kmemcheck.rst
7169 F:      arch/x86/include/asm/kmemcheck.h
7170 F:      arch/x86/mm/kmemcheck/
7171 F:      include/linux/kmemcheck.h
7172 F:      mm/kmemcheck.c
7174 KMEMLEAK
7175 M:      Catalin Marinas <catalin.marinas@arm.com>
7176 S:      Maintained
7177 F:      Documentation/dev-tools/kmemleak.rst
7178 F:      include/linux/kmemleak.h
7179 F:      mm/kmemleak.c
7180 F:      mm/kmemleak-test.c
7182 KPROBES
7183 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7184 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7185 M:      "David S. Miller" <davem@davemloft.net>
7186 M:      Masami Hiramatsu <mhiramat@kernel.org>
7187 S:      Maintained
7188 F:      Documentation/kprobes.txt
7189 F:      include/linux/kprobes.h
7190 F:      kernel/kprobes.c
7192 KS0108 LCD CONTROLLER DRIVER
7193 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7194 W:      http://miguelojeda.es/auxdisplay.htm
7195 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7196 S:      Maintained
7197 F:      Documentation/auxdisplay/ks0108
7198 F:      drivers/auxdisplay/ks0108.c
7199 F:      include/linux/ks0108.h
7201 L3MDEV
7202 M:      David Ahern <dsa@cumulusnetworks.com>
7203 L:      netdev@vger.kernel.org
7204 S:      Maintained
7205 F:      net/l3mdev
7206 F:      include/net/l3mdev.h
7208 LANTIQ MIPS ARCHITECTURE
7209 M:      John Crispin <john@phrozen.org>
7210 L:      linux-mips@linux-mips.org
7211 S:      Maintained
7212 F:      arch/mips/lantiq
7214 LAPB module
7215 L:      linux-x25@vger.kernel.org
7216 S:      Orphan
7217 F:      Documentation/networking/lapb-module.txt
7218 F:      include/*/lapb.h
7219 F:      net/lapb/
7221 LASI 53c700 driver for PARISC
7222 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7223 L:      linux-scsi@vger.kernel.org
7224 S:      Maintained
7225 F:      Documentation/scsi/53c700.txt
7226 F:      drivers/scsi/53c700*
7228 LED SUBSYSTEM
7229 M:      Richard Purdie <rpurdie@rpsys.net>
7230 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7231 M:      Pavel Machek <pavel@ucw.cz>
7232 L:      linux-leds@vger.kernel.org
7233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7234 S:      Maintained
7235 F:      Documentation/devicetree/bindings/leds/
7236 F:      drivers/leds/
7237 F:      include/linux/leds.h
7239 LEGACY EEPROM DRIVER
7240 M:      Jean Delvare <jdelvare@suse.com>
7241 S:      Maintained
7242 F:      Documentation/misc-devices/eeprom
7243 F:      drivers/misc/eeprom/eeprom.c
7245 LEGO USB Tower driver
7246 M:      Juergen Stuber <starblue@users.sourceforge.net>
7247 L:      legousb-devel@lists.sourceforge.net
7248 W:      http://legousb.sourceforge.net/
7249 S:      Maintained
7250 F:      drivers/usb/misc/legousbtower.c
7252 LG2160 MEDIA DRIVER
7253 M:      Michael Krufky <mkrufky@linuxtv.org>
7254 L:      linux-media@vger.kernel.org
7255 W:      https://linuxtv.org
7256 W:      http://github.com/mkrufky
7257 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7258 T:      git git://linuxtv.org/mkrufky/tuners.git
7259 S:      Maintained
7260 F:      drivers/media/dvb-frontends/lg2160.*
7262 LGDT3305 MEDIA DRIVER
7263 M:      Michael Krufky <mkrufky@linuxtv.org>
7264 L:      linux-media@vger.kernel.org
7265 W:      https://linuxtv.org
7266 W:      http://github.com/mkrufky
7267 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7268 T:      git git://linuxtv.org/mkrufky/tuners.git
7269 S:      Maintained
7270 F:      drivers/media/dvb-frontends/lgdt3305.*
7272 LGUEST
7273 M:      Rusty Russell <rusty@rustcorp.com.au>
7274 L:      lguest@lists.ozlabs.org
7275 W:      http://lguest.ozlabs.org/
7276 S:      Odd Fixes
7277 F:      arch/x86/include/asm/lguest*.h
7278 F:      arch/x86/lguest/
7279 F:      drivers/lguest/
7280 F:      include/linux/lguest*.h
7281 F:      tools/lguest/
7283 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7284 M:      Tejun Heo <tj@kernel.org>
7285 L:      linux-ide@vger.kernel.org
7286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7287 S:      Maintained
7288 F:      drivers/ata/
7289 F:      include/linux/ata.h
7290 F:      include/linux/libata.h
7291 F:      Documentation/devicetree/bindings/ata/
7293 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7294 M:      Viresh Kumar <vireshk@kernel.org>
7295 L:      linux-ide@vger.kernel.org
7296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7297 S:      Maintained
7298 F:      include/linux/pata_arasan_cf_data.h
7299 F:      drivers/ata/pata_arasan_cf.c
7301 LIBATA PATA DRIVERS
7302 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7303 M:      Tejun Heo <tj@kernel.org>
7304 L:      linux-ide@vger.kernel.org
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7306 S:      Maintained
7307 F:      drivers/ata/pata_*.c
7308 F:      drivers/ata/ata_generic.c
7310 LIBATA SATA AHCI PLATFORM devices support
7311 M:      Hans de Goede <hdegoede@redhat.com>
7312 M:      Tejun Heo <tj@kernel.org>
7313 L:      linux-ide@vger.kernel.org
7314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7315 S:      Maintained
7316 F:      drivers/ata/ahci_platform.c
7317 F:      drivers/ata/libahci_platform.c
7318 F:      include/linux/ahci_platform.h
7320 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7321 M:      Mikael Pettersson <mikpelinux@gmail.com>
7322 L:      linux-ide@vger.kernel.org
7323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7324 S:      Maintained
7325 F:      drivers/ata/sata_promise.*
7327 LIBLOCKDEP
7328 M:      Sasha Levin <sasha.levin@oracle.com>
7329 S:      Maintained
7330 F:      tools/lib/lockdep/
7332 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7333 M:      Dan Williams <dan.j.williams@intel.com>
7334 L:      linux-nvdimm@lists.01.org
7335 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7337 S:      Supported
7338 F:      drivers/nvdimm/*
7339 F:      include/linux/nd.h
7340 F:      include/linux/libnvdimm.h
7341 F:      include/uapi/linux/ndctl.h
7343 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7344 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7345 L:      linux-nvdimm@lists.01.org
7346 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7347 S:      Supported
7348 F:      drivers/nvdimm/blk.c
7349 F:      drivers/nvdimm/region_devs.c
7350 F:      drivers/acpi/nfit*
7352 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7353 M:      Vishal Verma <vishal.l.verma@intel.com>
7354 L:      linux-nvdimm@lists.01.org
7355 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7356 S:      Supported
7357 F:      drivers/nvdimm/btt*
7359 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7360 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7361 L:      linux-nvdimm@lists.01.org
7362 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7363 S:      Supported
7364 F:      drivers/nvdimm/pmem.c
7365 F:      include/linux/pmem.h
7366 F:      arch/*/include/asm/pmem.h
7368 LIGHTNVM PLATFORM SUPPORT
7369 M:      Matias Bjorling <mb@lightnvm.io>
7370 W:      http://github/OpenChannelSSD
7371 L:      linux-block@vger.kernel.org
7372 S:      Maintained
7373 F:      drivers/lightnvm/
7374 F:      include/linux/lightnvm.h
7375 F:      include/uapi/linux/lightnvm.h
7377 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7378 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7379 M:      Paul Mackerras <paulus@samba.org>
7380 M:      Michael Ellerman <mpe@ellerman.id.au>
7381 W:      https://github.com/linuxppc/linux/wiki
7382 L:      linuxppc-dev@lists.ozlabs.org
7383 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7385 S:      Supported
7386 F:      Documentation/powerpc/
7387 F:      arch/powerpc/
7388 F:      drivers/char/tpm/tpm_ibmvtpm*
7389 F:      drivers/crypto/nx/
7390 F:      drivers/crypto/vmx/
7391 F:      drivers/net/ethernet/ibm/ibmveth.*
7392 F:      drivers/net/ethernet/ibm/ibmvnic.*
7393 F:      drivers/pci/hotplug/pnv_php.c
7394 F:      drivers/pci/hotplug/rpa*
7395 F:      drivers/scsi/ibmvscsi/
7396 F:      tools/testing/selftests/powerpc
7397 N:      opal
7398 N:      /pmac
7399 N:      powermac
7400 N:      powernv
7401 N:      [^a-z0-9]ps3
7402 N:      pseries
7404 LINUX FOR POWER MACINTOSH
7405 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7406 W:      http://www.penguinppc.org/
7407 L:      linuxppc-dev@lists.ozlabs.org
7408 S:      Maintained
7409 F:      arch/powerpc/platforms/powermac/
7410 F:      drivers/macintosh/
7412 LINUX FOR POWERPC EMBEDDED MPC5XXX
7413 M:      Anatolij Gustschin <agust@denx.de>
7414 L:      linuxppc-dev@lists.ozlabs.org
7415 T:      git git://git.denx.de/linux-denx-agust.git
7416 S:      Maintained
7417 F:      arch/powerpc/platforms/512x/
7418 F:      arch/powerpc/platforms/52xx/
7420 LINUX FOR POWERPC EMBEDDED PPC4XX
7421 M:      Alistair Popple <alistair@popple.id.au>
7422 M:      Matt Porter <mporter@kernel.crashing.org>
7423 W:      http://www.penguinppc.org/
7424 L:      linuxppc-dev@lists.ozlabs.org
7425 S:      Maintained
7426 F:      arch/powerpc/platforms/40x/
7427 F:      arch/powerpc/platforms/44x/
7429 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7430 L:      linuxppc-dev@lists.ozlabs.org
7431 S:      Orphan
7432 F:      arch/powerpc/*/*virtex*
7433 F:      arch/powerpc/*/*/*virtex*
7435 LINUX FOR POWERPC EMBEDDED PPC8XX
7436 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7437 W:      http://www.penguinppc.org/
7438 L:      linuxppc-dev@lists.ozlabs.org
7439 S:      Maintained
7440 F:      arch/powerpc/platforms/8xx/
7442 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7443 M:      Scott Wood <oss@buserror.net>
7444 M:      Kumar Gala <galak@kernel.crashing.org>
7445 W:      http://www.penguinppc.org/
7446 L:      linuxppc-dev@lists.ozlabs.org
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7448 S:      Maintained
7449 F:      arch/powerpc/platforms/83xx/
7450 F:      arch/powerpc/platforms/85xx/
7452 LINUX FOR POWERPC PA SEMI PWRFICIENT
7453 L:      linuxppc-dev@lists.ozlabs.org
7454 S:      Orphan
7455 F:      arch/powerpc/platforms/pasemi/
7456 F:      drivers/*/*pasemi*
7457 F:      drivers/*/*/*pasemi*
7459 LINUX SECURITY MODULE (LSM) FRAMEWORK
7460 M:      Chris Wright <chrisw@sous-sol.org>
7461 L:      linux-security-module@vger.kernel.org
7462 S:      Supported
7464 LIS3LV02D ACCELEROMETER DRIVER
7465 M:      Eric Piel <eric.piel@tremplin-utc.net>
7466 S:      Maintained
7467 F:      Documentation/misc-devices/lis3lv02d
7468 F:      drivers/misc/lis3lv02d/
7469 F:      drivers/platform/x86/hp_accel.c
7471 LIVE PATCHING
7472 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7473 M:      Jessica Yu <jeyu@redhat.com>
7474 M:      Jiri Kosina <jikos@kernel.org>
7475 M:      Miroslav Benes <mbenes@suse.cz>
7476 R:      Petr Mladek <pmladek@suse.com>
7477 S:      Maintained
7478 F:      kernel/livepatch/
7479 F:      include/linux/livepatch.h
7480 F:      arch/x86/include/asm/livepatch.h
7481 F:      arch/x86/kernel/livepatch.c
7482 F:      Documentation/livepatch/
7483 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7484 F:      samples/livepatch/
7485 L:      live-patching@vger.kernel.org
7486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7488 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7489 M:      Kees Cook <keescook@chromium.org>
7490 S:      Maintained
7491 F:      drivers/misc/lkdtm*
7493 LLC (802.2)
7494 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7495 S:      Maintained
7496 F:      include/linux/llc.h
7497 F:      include/uapi/linux/llc.h
7498 F:      include/net/llc*
7499 F:      net/llc/
7501 LM73 HARDWARE MONITOR DRIVER
7502 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7503 L:      linux-hwmon@vger.kernel.org
7504 S:      Maintained
7505 F:      drivers/hwmon/lm73.c
7507 LM78 HARDWARE MONITOR DRIVER
7508 M:      Jean Delvare <jdelvare@suse.com>
7509 L:      linux-hwmon@vger.kernel.org
7510 S:      Maintained
7511 F:      Documentation/hwmon/lm78
7512 F:      drivers/hwmon/lm78.c
7514 LM83 HARDWARE MONITOR DRIVER
7515 M:      Jean Delvare <jdelvare@suse.com>
7516 L:      linux-hwmon@vger.kernel.org
7517 S:      Maintained
7518 F:      Documentation/hwmon/lm83
7519 F:      drivers/hwmon/lm83.c
7521 LM90 HARDWARE MONITOR DRIVER
7522 M:      Jean Delvare <jdelvare@suse.com>
7523 L:      linux-hwmon@vger.kernel.org
7524 S:      Maintained
7525 F:      Documentation/hwmon/lm90
7526 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7527 F:      drivers/hwmon/lm90.c
7529 LM95234 HARDWARE MONITOR DRIVER
7530 M:      Guenter Roeck <linux@roeck-us.net>
7531 L:      linux-hwmon@vger.kernel.org
7532 S:      Maintained
7533 F:      Documentation/hwmon/lm95234
7534 F:      drivers/hwmon/lm95234.c
7536 LME2510 MEDIA DRIVER
7537 M:      Malcolm Priestley <tvboxspy@gmail.com>
7538 L:      linux-media@vger.kernel.org
7539 W:      https://linuxtv.org
7540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7541 S:      Maintained
7542 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7544 LOCKING PRIMITIVES
7545 M:      Peter Zijlstra <peterz@infradead.org>
7546 M:      Ingo Molnar <mingo@redhat.com>
7547 L:      linux-kernel@vger.kernel.org
7548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7549 S:      Maintained
7550 F:      Documentation/locking/
7551 F:      include/linux/lockdep.h
7552 F:      include/linux/spinlock*.h
7553 F:      arch/*/include/asm/spinlock*.h
7554 F:      include/linux/rwlock*.h
7555 F:      include/linux/mutex*.h
7556 F:      arch/*/include/asm/mutex*.h
7557 F:      include/linux/rwsem*.h
7558 F:      arch/*/include/asm/rwsem.h
7559 F:      include/linux/seqlock.h
7560 F:      lib/locking*.[ch]
7561 F:      kernel/locking/
7563 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7564 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7565 L:      linux-ntfs-dev@lists.sourceforge.net
7566 W:      http://www.linux-ntfs.org/content/view/19/37/
7567 S:      Maintained
7568 F:      Documentation/ldm.txt
7569 F:      block/partitions/ldm.*
7571 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7572 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7573 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7574 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7575 L:      MPT-FusionLinux.pdl@broadcom.com
7576 L:      linux-scsi@vger.kernel.org
7577 W:      http://www.avagotech.com/support/
7578 S:      Supported
7579 F:      drivers/message/fusion/
7580 F:      drivers/scsi/mpt2sas/
7581 F:      drivers/scsi/mpt3sas/
7583 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7584 M:      Matthew Wilcox <matthew@wil.cx>
7585 L:      linux-scsi@vger.kernel.org
7586 S:      Maintained
7587 F:      drivers/scsi/sym53c8xx_2/
7589 LTC4261 HARDWARE MONITOR DRIVER
7590 M:      Guenter Roeck <linux@roeck-us.net>
7591 L:      linux-hwmon@vger.kernel.org
7592 S:      Maintained
7593 F:      Documentation/hwmon/ltc4261
7594 F:      drivers/hwmon/ltc4261.c
7596 LTP (Linux Test Project)
7597 M:      Mike Frysinger <vapier@gentoo.org>
7598 M:      Cyril Hrubis <chrubis@suse.cz>
7599 M:      Wanlong Gao <wanlong.gao@gmail.com>
7600 M:      Jan Stancek <jstancek@redhat.com>
7601 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7602 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7603 L:      ltp@lists.linux.it (subscribers-only)
7604 W:      http://linux-test-project.github.io/
7605 T:      git git://github.com/linux-test-project/ltp.git
7606 S:      Maintained
7608 M32R ARCHITECTURE
7609 W:      http://www.linux-m32r.org/
7610 S:      Orphan
7611 F:      arch/m32r/
7613 M68K ARCHITECTURE
7614 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7615 L:      linux-m68k@lists.linux-m68k.org
7616 W:      http://www.linux-m68k.org/
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7618 S:      Maintained
7619 F:      arch/m68k/
7620 F:      drivers/zorro/
7622 M68K ON APPLE MACINTOSH
7623 M:      Joshua Thompson <funaho@jurai.org>
7624 W:      http://www.mac.linux-m68k.org/
7625 L:      linux-m68k@lists.linux-m68k.org
7626 S:      Maintained
7627 F:      arch/m68k/mac/
7629 M68K ON HP9000/300
7630 M:      Philip Blundell <philb@gnu.org>
7631 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7632 S:      Maintained
7633 F:      arch/m68k/hp300/
7635 M88DS3103 MEDIA DRIVER
7636 M:      Antti Palosaari <crope@iki.fi>
7637 L:      linux-media@vger.kernel.org
7638 W:      https://linuxtv.org
7639 W:      http://palosaari.fi/linux/
7640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7641 T:      git git://linuxtv.org/anttip/media_tree.git
7642 S:      Maintained
7643 F:      drivers/media/dvb-frontends/m88ds3103*
7645 M88RS2000 MEDIA DRIVER
7646 M:      Malcolm Priestley <tvboxspy@gmail.com>
7647 L:      linux-media@vger.kernel.org
7648 W:      https://linuxtv.org
7649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7650 S:      Maintained
7651 F:      drivers/media/dvb-frontends/m88rs2000*
7653 MA901 MASTERKIT USB FM RADIO DRIVER
7654 M:      Alexey Klimov <klimov.linux@gmail.com>
7655 L:      linux-media@vger.kernel.org
7656 T:      git git://linuxtv.org/media_tree.git
7657 S:      Maintained
7658 F:      drivers/media/radio/radio-ma901.c
7660 MAC80211
7661 M:      Johannes Berg <johannes@sipsolutions.net>
7662 L:      linux-wireless@vger.kernel.org
7663 W:      http://wireless.kernel.org/
7664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7666 S:      Maintained
7667 F:      Documentation/networking/mac80211-injection.txt
7668 F:      include/net/mac80211.h
7669 F:      net/mac80211/
7670 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7672 MACVLAN DRIVER
7673 M:      Patrick McHardy <kaber@trash.net>
7674 L:      netdev@vger.kernel.org
7675 S:      Maintained
7676 F:      drivers/net/macvlan.c
7677 F:      include/linux/if_macvlan.h
7679 MAILBOX API
7680 M:      Jassi Brar <jassisinghbrar@gmail.com>
7681 L:      linux-kernel@vger.kernel.org
7682 S:      Maintained
7683 F:      drivers/mailbox/
7684 F:      include/linux/mailbox_client.h
7685 F:      include/linux/mailbox_controller.h
7687 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7688 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7689 W:      http://www.kernel.org/doc/man-pages
7690 L:      linux-man@vger.kernel.org
7691 S:      Maintained
7693 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7694 M:      Andrew Lunn <andrew@lunn.ch>
7695 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7696 L:      netdev@vger.kernel.org
7697 S:      Maintained
7698 F:      drivers/net/dsa/mv88e6xxx/
7699 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7701 MARVELL ARMADA DRM SUPPORT
7702 M:      Russell King <rmk+kernel@armlinux.org.uk>
7703 S:      Maintained
7704 F:      drivers/gpu/drm/armada/
7705 F:      include/uapi/drm/armada_drm.h
7706 F:      Documentation/devicetree/bindings/display/armada/
7708 MARVELL CRYPTO DRIVER
7709 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7710 M:      Arnaud Ebalard <arno@natisbad.org>
7711 F:      drivers/crypto/marvell/
7712 S:      Maintained
7713 L:      linux-crypto@vger.kernel.org
7715 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7716 M:      Mirko Lindner <mlindner@marvell.com>
7717 M:      Stephen Hemminger <stephen@networkplumber.org>
7718 L:      netdev@vger.kernel.org
7719 S:      Maintained
7720 F:      drivers/net/ethernet/marvell/sk*
7722 MARVELL LIBERTAS WIRELESS DRIVER
7723 L:      libertas-dev@lists.infradead.org
7724 S:      Orphan
7725 F:      drivers/net/wireless/marvell/libertas/
7727 MARVELL MV643XX ETHERNET DRIVER
7728 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7729 L:      netdev@vger.kernel.org
7730 S:      Maintained
7731 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7732 F:      include/linux/mv643xx.h
7734 MARVELL MVNETA ETHERNET DRIVER
7735 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7736 L:      netdev@vger.kernel.org
7737 S:      Maintained
7738 F:      drivers/net/ethernet/marvell/mvneta.*
7740 MARVELL MWIFIEX WIRELESS DRIVER
7741 M:      Amitkumar Karwar <akarwar@marvell.com>
7742 M:      Nishant Sarmukadam <nishants@marvell.com>
7743 L:      linux-wireless@vger.kernel.org
7744 S:      Maintained
7745 F:      drivers/net/wireless/marvell/mwifiex/
7747 MARVELL MWL8K WIRELESS DRIVER
7748 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7749 L:      linux-wireless@vger.kernel.org
7750 S:      Odd Fixes
7751 F:      drivers/net/wireless/marvell/mwl8k.c
7753 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7754 M:      Nicolas Pitre <nico@fluxnic.net>
7755 S:      Odd Fixes
7756 F:      drivers/mmc/host/mvsdio.*
7758 MATROX FRAMEBUFFER DRIVER
7759 L:      linux-fbdev@vger.kernel.org
7760 S:      Orphan
7761 F:      drivers/video/fbdev/matrox/matroxfb_*
7762 F:      include/uapi/linux/matroxfb.h
7764 MAX16065 HARDWARE MONITOR DRIVER
7765 M:      Guenter Roeck <linux@roeck-us.net>
7766 L:      linux-hwmon@vger.kernel.org
7767 S:      Maintained
7768 F:      Documentation/hwmon/max16065
7769 F:      drivers/hwmon/max16065.c
7771 MAX20751 HARDWARE MONITOR DRIVER
7772 M:      Guenter Roeck <linux@roeck-us.net>
7773 L:      linux-hwmon@vger.kernel.org
7774 S:      Maintained
7775 F:      Documentation/hwmon/max20751
7776 F:      drivers/hwmon/max20751.c
7778 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7779 L:      linux-hwmon@vger.kernel.org
7780 S:      Orphan
7781 F:      Documentation/hwmon/max6650
7782 F:      drivers/hwmon/max6650.c
7784 MAX6697 HARDWARE MONITOR DRIVER
7785 M:      Guenter Roeck <linux@roeck-us.net>
7786 L:      linux-hwmon@vger.kernel.org
7787 S:      Maintained
7788 F:      Documentation/hwmon/max6697
7789 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7790 F:      drivers/hwmon/max6697.c
7791 F:      include/linux/platform_data/max6697.h
7793 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7794 M:      Peter Rosin <peda@axentia.se>
7795 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7796 S:      Maintained
7797 F:      Documentation/devicetree/bindings/sound/max9860.txt
7798 F:      sound/soc/codecs/max9860.*
7800 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7801 M:      Krzysztof Kozlowski <krzk@kernel.org>
7802 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7803 L:      linux-pm@vger.kernel.org
7804 S:      Supported
7805 F:      drivers/power/supply/max14577_charger.c
7806 F:      drivers/power/supply/max77693_charger.c
7808 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7809 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7810 L:      linux-kernel@vger.kernel.org
7811 S:      Supported
7812 F:      drivers/*/*max77802*.c
7813 F:      Documentation/devicetree/bindings/*/*max77802.txt
7814 F:      include/dt-bindings/*/*max77802.h
7816 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7817 M:      Chanwoo Choi <cw00.choi@samsung.com>
7818 M:      Krzysztof Kozlowski <krzk@kernel.org>
7819 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7820 L:      linux-kernel@vger.kernel.org
7821 S:      Supported
7822 F:      drivers/*/max14577*.c
7823 F:      drivers/*/max77686*.c
7824 F:      drivers/*/max77693*.c
7825 F:      drivers/extcon/extcon-max14577.c
7826 F:      drivers/extcon/extcon-max77693.c
7827 F:      drivers/rtc/rtc-max77686.c
7828 F:      drivers/clk/clk-max77686.c
7829 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7830 F:      Documentation/devicetree/bindings/*/max77686.txt
7831 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7832 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7833 F:      include/linux/mfd/max14577*.h
7834 F:      include/linux/mfd/max77686*.h
7835 F:      include/linux/mfd/max77693*.h
7837 MAXIRADIO FM RADIO RECEIVER DRIVER
7838 M:      Hans Verkuil <hverkuil@xs4all.nl>
7839 L:      linux-media@vger.kernel.org
7840 T:      git git://linuxtv.org/media_tree.git
7841 W:      https://linuxtv.org
7842 S:      Maintained
7843 F:      drivers/media/radio/radio-maxiradio*
7845 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7846 M:      Peter Rosin <peda@axentia.se>
7847 L:      linux-iio@vger.kernel.org
7848 S:      Maintained
7849 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7850 F:      drivers/iio/potentiometer/mcp4531.c
7852 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7853 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7854 L:      linux-iio@vger.kernel.org
7855 S:      Maintained
7856 F:      drivers/iio/dac/cio-dac.c
7858 MEDIA DRIVERS FOR RENESAS - FCP
7859 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7860 L:      linux-media@vger.kernel.org
7861 L:      linux-renesas-soc@vger.kernel.org
7862 T:      git git://linuxtv.org/media_tree.git
7863 S:      Supported
7864 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7865 F:      drivers/media/platform/rcar-fcp.c
7866 F:      include/media/rcar-fcp.h
7868 MEDIA DRIVERS FOR RENESAS - FDP1
7869 M:      Kieran Bingham <kieran@bingham.xyz>
7870 L:      linux-media@vger.kernel.org
7871 L:      linux-renesas-soc@vger.kernel.org
7872 T:      git git://linuxtv.org/media_tree.git
7873 S:      Supported
7874 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
7875 F:      drivers/media/platform/rcar_fdp1.c
7877 MEDIA DRIVERS FOR RENESAS - VIN
7878 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7879 L:      linux-media@vger.kernel.org
7880 L:      linux-renesas-soc@vger.kernel.org
7881 T:      git git://linuxtv.org/media_tree.git
7882 S:      Supported
7883 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7884 F:      drivers/media/platform/rcar-vin/
7886 MEDIA DRIVERS FOR RENESAS - VSP1
7887 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7888 L:      linux-media@vger.kernel.org
7889 L:      linux-renesas-soc@vger.kernel.org
7890 T:      git git://linuxtv.org/media_tree.git
7891 S:      Supported
7892 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7893 F:      drivers/media/platform/vsp1/
7895 MEDIA DRIVERS FOR HELENE
7896 M:      Abylay Ospan <aospan@netup.ru>
7897 L:      linux-media@vger.kernel.org
7898 W:      https://linuxtv.org
7899 W:      http://netup.tv/
7900 T:      git git://linuxtv.org/media_tree.git
7901 S:      Supported
7902 F:      drivers/media/dvb-frontends/helene*
7904 MEDIA DRIVERS FOR ASCOT2E
7905 M:      Sergey Kozlov <serjk@netup.ru>
7906 M:      Abylay Ospan <aospan@netup.ru>
7907 L:      linux-media@vger.kernel.org
7908 W:      https://linuxtv.org
7909 W:      http://netup.tv/
7910 T:      git git://linuxtv.org/media_tree.git
7911 S:      Supported
7912 F:      drivers/media/dvb-frontends/ascot2e*
7914 MEDIA DRIVERS FOR CXD2841ER
7915 M:      Sergey Kozlov <serjk@netup.ru>
7916 M:      Abylay Ospan <aospan@netup.ru>
7917 L:      linux-media@vger.kernel.org
7918 W:      https://linuxtv.org
7919 W:      http://netup.tv/
7920 T:      git git://linuxtv.org/media_tree.git
7921 S:      Supported
7922 F:      drivers/media/dvb-frontends/cxd2841er*
7924 MEDIA DRIVERS FOR HORUS3A
7925 M:      Sergey Kozlov <serjk@netup.ru>
7926 M:      Abylay Ospan <aospan@netup.ru>
7927 L:      linux-media@vger.kernel.org
7928 W:      https://linuxtv.org
7929 W:      http://netup.tv/
7930 T:      git git://linuxtv.org/media_tree.git
7931 S:      Supported
7932 F:      drivers/media/dvb-frontends/horus3a*
7934 MEDIA DRIVERS FOR LNBH25
7935 M:      Sergey Kozlov <serjk@netup.ru>
7936 M:      Abylay Ospan <aospan@netup.ru>
7937 L:      linux-media@vger.kernel.org
7938 W:      https://linuxtv.org
7939 W:      http://netup.tv/
7940 T:      git git://linuxtv.org/media_tree.git
7941 S:      Supported
7942 F:      drivers/media/dvb-frontends/lnbh25*
7944 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7945 M:      Sergey Kozlov <serjk@netup.ru>
7946 M:      Abylay Ospan <aospan@netup.ru>
7947 L:      linux-media@vger.kernel.org
7948 W:      https://linuxtv.org
7949 W:      http://netup.tv/
7950 T:      git git://linuxtv.org/media_tree.git
7951 S:      Supported
7952 F:      drivers/media/pci/netup_unidvb/*
7954 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7955 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7956 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7957 P:      LinuxTV.org Project
7958 L:      linux-media@vger.kernel.org
7959 W:      https://linuxtv.org
7960 Q:      http://patchwork.kernel.org/project/linux-media/list/
7961 T:      git git://linuxtv.org/media_tree.git
7962 S:      Maintained
7963 F:      Documentation/media/
7964 F:      drivers/media/
7965 F:      drivers/staging/media/
7966 F:      include/linux/platform_data/media/
7967 F:      include/media/
7968 F:      include/uapi/linux/dvb/
7969 F:      include/uapi/linux/videodev2.h
7970 F:      include/uapi/linux/media.h
7971 F:      include/uapi/linux/v4l2-*
7972 F:      include/uapi/linux/meye.h
7973 F:      include/uapi/linux/ivtv*
7974 F:      include/uapi/linux/uvcvideo.h
7976 MEDIATEK ETHERNET DRIVER
7977 M:      Felix Fietkau <nbd@openwrt.org>
7978 M:      John Crispin <blogic@openwrt.org>
7979 L:      netdev@vger.kernel.org
7980 S:      Maintained
7981 F:      drivers/net/ethernet/mediatek/
7983 MEDIATEK MEDIA DRIVER
7984 M:      Tiffany Lin <tiffany.lin@mediatek.com>
7985 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
7986 S:      Supported
7987 F:      drivers/media/platform/mtk-vcodec/
7988 F:      drivers/media/platform/mtk-vpu/
7989 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
7990 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
7992 MEDIATEK MDP DRIVER
7993 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
7994 M:      Houlong Wei <houlong.wei@mediatek.com>
7995 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
7996 S:      Supported
7997 F:      drivers/media/platform/mtk-mdp/
7998 F:      drivers/media/platform/mtk-vpu/
7999 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8001 MEDIATEK MT7601U WIRELESS LAN DRIVER
8002 M:      Jakub Kicinski <kubakici@wp.pl>
8003 L:      linux-wireless@vger.kernel.org
8004 S:      Maintained
8005 F:      drivers/net/wireless/mediatek/mt7601u/
8007 MEGARAID SCSI/SAS DRIVERS
8008 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8009 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8010 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8011 L:      megaraidlinux.pdl@broadcom.com
8012 L:      linux-scsi@vger.kernel.org
8013 W:      http://www.avagotech.com/support/
8014 S:      Maintained
8015 F:      Documentation/scsi/megaraid.txt
8016 F:      drivers/scsi/megaraid.*
8017 F:      drivers/scsi/megaraid/
8019 MELFAS MIP4 TOUCHSCREEN DRIVER
8020 M:      Sangwon Jee <jeesw@melfas.com>
8021 W:      http://www.melfas.com
8022 S:      Supported
8023 F:      drivers/input/touchscreen/melfas_mip4.c
8024 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8026 MELLANOX ETHERNET DRIVER (mlx4_en)
8027 M:      Tariq Toukan <tariqt@mellanox.com>
8028 L:      netdev@vger.kernel.org
8029 S:      Supported
8030 W:      http://www.mellanox.com
8031 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8032 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8034 MELLANOX ETHERNET DRIVER (mlx5e)
8035 M:      Saeed Mahameed <saeedm@mellanox.com>
8036 L:      netdev@vger.kernel.org
8037 S:      Supported
8038 W:      http://www.mellanox.com
8039 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8040 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8042 MELLANOX ETHERNET SWITCH DRIVERS
8043 M:      Jiri Pirko <jiri@mellanox.com>
8044 M:      Ido Schimmel <idosch@mellanox.com>
8045 L:      netdev@vger.kernel.org
8046 S:      Supported
8047 W:      http://www.mellanox.com
8048 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8049 F:      drivers/net/ethernet/mellanox/mlxsw/
8051 MELLANOX MLXCPLD I2C AND MUX DRIVER
8052 M:      Vadim Pasternak <vadimp@mellanox.com>
8053 M:      Michael Shych <michaelsh@mellanox.com>
8054 L:      linux-i2c@vger.kernel.org
8055 S:      Supported
8056 F:      drivers/i2c/busses/i2c-mlxcpld.c
8057 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8058 F:      Documentation/i2c/busses/i2c-mlxcpld
8060 MELLANOX MLXCPLD LED DRIVER
8061 M:      Vadim Pasternak <vadimp@mellanox.com>
8062 L:      linux-leds@vger.kernel.org
8063 S:      Supported
8064 F:      drivers/leds/leds-mlxcpld.c
8065 F:      Documentation/leds/leds-mlxcpld.txt
8067 MELLANOX PLATFORM DRIVER
8068 M:      Vadim Pasternak <vadimp@mellanox.com>
8069 L:      platform-driver-x86@vger.kernel.org
8070 S:      Supported
8071 F:      drivers/platform/x86/mlx-platform.c
8073 MELLANOX MLX CPLD HOTPLUG DRIVER
8074 M:      Vadim Pasternak <vadimp@mellanox.com>
8075 L:      platform-driver-x86@vger.kernel.org
8076 S:      Supported
8077 F:      drivers/platform/x86/mlxcpld-hotplug.c
8078 F:      include/linux/platform_data/mlxcpld-hotplug.h
8080 SOFT-ROCE DRIVER (rxe)
8081 M:      Moni Shoua <monis@mellanox.com>
8082 L:      linux-rdma@vger.kernel.org
8083 S:      Supported
8084 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8085 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8086 F:      drivers/infiniband/sw/rxe/
8087 F:      include/uapi/rdma/rdma_user_rxe.h
8089 MEMBARRIER SUPPORT
8090 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8091 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8092 L:      linux-kernel@vger.kernel.org
8093 S:      Supported
8094 F:      kernel/membarrier.c
8095 F:      include/uapi/linux/membarrier.h
8097 MEMORY MANAGEMENT
8098 L:      linux-mm@kvack.org
8099 W:      http://www.linux-mm.org
8100 S:      Maintained
8101 F:      include/linux/mm.h
8102 F:      include/linux/gfp.h
8103 F:      include/linux/mmzone.h
8104 F:      include/linux/memory_hotplug.h
8105 F:      include/linux/vmalloc.h
8106 F:      mm/
8108 MEMORY TECHNOLOGY DEVICES (MTD)
8109 M:      David Woodhouse <dwmw2@infradead.org>
8110 M:      Brian Norris <computersforpeace@gmail.com>
8111 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8112 M:      Marek Vasut <marek.vasut@gmail.com>
8113 M:      Richard Weinberger <richard@nod.at>
8114 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
8115 L:      linux-mtd@lists.infradead.org
8116 W:      http://www.linux-mtd.infradead.org/
8117 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8118 T:      git git://git.infradead.org/linux-mtd.git
8119 T:      git git://git.infradead.org/l2-mtd.git
8120 S:      Maintained
8121 F:      Documentation/devicetree/bindings/mtd/
8122 F:      drivers/mtd/
8123 F:      include/linux/mtd/
8124 F:      include/uapi/mtd/
8126 MEN A21 WATCHDOG DRIVER
8127 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8128 L:      linux-watchdog@vger.kernel.org
8129 S:      Maintained
8130 F:      drivers/watchdog/mena21_wdt.c
8132 MEN CHAMELEON BUS (mcb)
8133 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8134 S:      Maintained
8135 F:      drivers/mcb/
8136 F:      include/linux/mcb.h
8137 F:      Documentation/men-chameleon-bus.txt
8139 MEN F21BMC (Board Management Controller)
8140 M:      Andreas Werner <andreas.werner@men.de>
8141 S:      Supported
8142 F:      drivers/mfd/menf21bmc.c
8143 F:      drivers/watchdog/menf21bmc_wdt.c
8144 F:      drivers/leds/leds-menf21bmc.c
8145 F:      drivers/hwmon/menf21bmc_hwmon.c
8146 F:      Documentation/hwmon/menf21bmc
8148 METAG ARCHITECTURE
8149 M:      James Hogan <james.hogan@imgtec.com>
8150 L:      linux-metag@vger.kernel.org
8151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8152 S:      Odd Fixes
8153 F:      arch/metag/
8154 F:      Documentation/metag/
8155 F:      Documentation/devicetree/bindings/metag/
8156 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8157 F:      drivers/clocksource/metag_generic.c
8158 F:      drivers/irqchip/irq-metag.c
8159 F:      drivers/irqchip/irq-metag-ext.c
8160 F:      drivers/tty/metag_da.c
8162 MICROBLAZE ARCHITECTURE
8163 M:      Michal Simek <monstr@monstr.eu>
8164 W:      http://www.monstr.eu/fdt/
8165 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8166 S:      Supported
8167 F:      arch/microblaze/
8169 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8170 M:      Richard Genoud <richard.genoud@gmail.com>
8171 S:      Maintained
8172 F:      drivers/tty/serial/atmel_serial.c
8173 F:      include/linux/atmel_serial.h
8175 MICROCHIP / ATMEL ISC DRIVER
8176 M:      Songjun Wu <songjun.wu@microchip.com>
8177 L:      linux-media@vger.kernel.org
8178 S:      Supported
8179 F:      drivers/media/platform/atmel/atmel-isc.c
8180 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8181 F:      devicetree/bindings/media/atmel-isc.txt
8183 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8184 M:      Chen Yu <yu.c.chen@intel.com>
8185 L:      platform-driver-x86@vger.kernel.org
8186 S:      Supported
8187 F:      drivers/platform/x86/surfacepro3_button.c
8189 MICROTEK X6 SCANNER
8190 M:      Oliver Neukum <oliver@neukum.org>
8191 S:      Maintained
8192 F:      drivers/usb/image/microtek.*
8194 MIPS
8195 M:      Ralf Baechle <ralf@linux-mips.org>
8196 L:      linux-mips@linux-mips.org
8197 W:      http://www.linux-mips.org/
8198 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8199 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8200 S:      Supported
8201 F:      Documentation/devicetree/bindings/mips/
8202 F:      Documentation/mips/
8203 F:      arch/mips/
8205 MIPS/LOONGSON1 ARCHITECTURE
8206 M:      Keguang Zhang <keguang.zhang@gmail.com>
8207 L:      linux-mips@linux-mips.org
8208 S:      Maintained
8209 F:      arch/mips/loongson32/
8210 F:      arch/mips/include/asm/mach-loongson32/
8211 F:      drivers/*/*loongson1*
8212 F:      drivers/*/*/*loongson1*
8214 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8215 M:      Hans Verkuil <hverkuil@xs4all.nl>
8216 L:      linux-media@vger.kernel.org
8217 T:      git git://linuxtv.org/media_tree.git
8218 W:      https://linuxtv.org
8219 S:      Odd Fixes
8220 F:      drivers/media/radio/radio-miropcm20*
8222 MELLANOX MLX4 core VPI driver
8223 M:      Yishai Hadas <yishaih@mellanox.com>
8224 L:      netdev@vger.kernel.org
8225 L:      linux-rdma@vger.kernel.org
8226 W:      http://www.mellanox.com
8227 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8228 S:      Supported
8229 F:      drivers/net/ethernet/mellanox/mlx4/
8230 F:      include/linux/mlx4/
8231 F:      include/uapi/rdma/mlx4-abi.h
8233 MELLANOX MLX4 IB driver
8234 M:      Yishai Hadas <yishaih@mellanox.com>
8235 L:      linux-rdma@vger.kernel.org
8236 W:      http://www.mellanox.com
8237 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8238 S:      Supported
8239 F:      drivers/infiniband/hw/mlx4/
8240 F:      include/linux/mlx4/
8242 MELLANOX MLX5 core VPI driver
8243 M:      Saeed Mahameed <saeedm@mellanox.com>
8244 M:      Matan Barak <matanb@mellanox.com>
8245 M:      Leon Romanovsky <leonro@mellanox.com>
8246 L:      netdev@vger.kernel.org
8247 L:      linux-rdma@vger.kernel.org
8248 W:      http://www.mellanox.com
8249 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8250 S:      Supported
8251 F:      drivers/net/ethernet/mellanox/mlx5/core/
8252 F:      include/linux/mlx5/
8253 F:      include/uapi/rdma/mlx5-abi.h
8255 MELLANOX MLX5 IB driver
8256 M:      Matan Barak <matanb@mellanox.com>
8257 M:      Leon Romanovsky <leonro@mellanox.com>
8258 L:      linux-rdma@vger.kernel.org
8259 W:      http://www.mellanox.com
8260 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8261 S:      Supported
8262 F:      drivers/infiniband/hw/mlx5/
8263 F:      include/linux/mlx5/
8265 MELEXIS MLX90614 DRIVER
8266 M:      Crt Mori <cmo@melexis.com>
8267 L:      linux-iio@vger.kernel.org
8268 W:      http://www.melexis.com
8269 S:      Supported
8270 F:      drivers/iio/temperature/mlx90614.c
8272 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8273 M:      Don Brace <don.brace@microsemi.com>
8274 L:      esc.storagedev@microsemi.com
8275 L:      linux-scsi@vger.kernel.org
8276 S:      Supported
8277 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8278 F:      drivers/scsi/smartpqi/Kconfig
8279 F:      drivers/scsi/smartpqi/Makefile
8280 F:      include/linux/cciss*.h
8281 F:      include/uapi/linux/cciss*.h
8282 F:      Documentation/scsi/smartpqi.txt
8284 MN88472 MEDIA DRIVER
8285 M:      Antti Palosaari <crope@iki.fi>
8286 L:      linux-media@vger.kernel.org
8287 W:      https://linuxtv.org
8288 W:      http://palosaari.fi/linux/
8289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8290 S:      Maintained
8291 F:      drivers/media/dvb-frontends/mn88472*
8293 MN88473 MEDIA DRIVER
8294 M:      Antti Palosaari <crope@iki.fi>
8295 L:      linux-media@vger.kernel.org
8296 W:      https://linuxtv.org
8297 W:      http://palosaari.fi/linux/
8298 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8299 S:      Maintained
8300 F:      drivers/media/dvb-frontends/mn88473*
8302 MODULE SUPPORT
8303 M:      Jessica Yu <jeyu@redhat.com>
8304 M:      Rusty Russell <rusty@rustcorp.com.au>
8305 S:      Maintained
8306 F:      include/linux/module.h
8307 F:      kernel/module.c
8309 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8310 W:      http://popies.net/meye/
8311 S:      Orphan
8312 F:      Documentation/media/v4l-drivers/meye*
8313 F:      drivers/media/pci/meye/
8314 F:      include/uapi/linux/meye.h
8316 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8317 M:      Jiri Slaby <jirislaby@gmail.com>
8318 S:      Maintained
8319 F:      Documentation/serial/moxa-smartio
8320 F:      drivers/tty/mxser.*
8322 MR800 AVERMEDIA USB FM RADIO DRIVER
8323 M:      Alexey Klimov <klimov.linux@gmail.com>
8324 L:      linux-media@vger.kernel.org
8325 T:      git git://linuxtv.org/media_tree.git
8326 S:      Maintained
8327 F:      drivers/media/radio/radio-mr800.c
8329 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8330 M:      Alan Ott <alan@signal11.us>
8331 L:      linux-wpan@vger.kernel.org
8332 S:      Maintained
8333 F:      drivers/net/ieee802154/mrf24j40.c
8334 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8336 MSI LAPTOP SUPPORT
8337 M:      "Lee, Chun-Yi" <jlee@suse.com>
8338 L:      platform-driver-x86@vger.kernel.org
8339 S:      Maintained
8340 F:      drivers/platform/x86/msi-laptop.c
8342 MSI WMI SUPPORT
8343 L:      platform-driver-x86@vger.kernel.org
8344 S:      Orphan
8345 F:      drivers/platform/x86/msi-wmi.c
8347 MSI001 MEDIA DRIVER
8348 M:      Antti Palosaari <crope@iki.fi>
8349 L:      linux-media@vger.kernel.org
8350 W:      https://linuxtv.org
8351 W:      http://palosaari.fi/linux/
8352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8353 T:      git git://linuxtv.org/anttip/media_tree.git
8354 S:      Maintained
8355 F:      drivers/media/tuners/msi001*
8357 MSI2500 MEDIA DRIVER
8358 M:      Antti Palosaari <crope@iki.fi>
8359 L:      linux-media@vger.kernel.org
8360 W:      https://linuxtv.org
8361 W:      http://palosaari.fi/linux/
8362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8363 T:      git git://linuxtv.org/anttip/media_tree.git
8364 S:      Maintained
8365 F:      drivers/media/usb/msi2500/
8367 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8368 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8369 L:      linux-mtd@lists.infradead.org
8370 S:      Maintained
8371 F:      drivers/mtd/devices/docg3*
8373 MT9M032 APTINA SENSOR DRIVER
8374 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8375 L:      linux-media@vger.kernel.org
8376 T:      git git://linuxtv.org/media_tree.git
8377 S:      Maintained
8378 F:      drivers/media/i2c/mt9m032.c
8379 F:      include/media/i2c/mt9m032.h
8381 MT9P031 APTINA CAMERA SENSOR
8382 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8383 L:      linux-media@vger.kernel.org
8384 T:      git git://linuxtv.org/media_tree.git
8385 S:      Maintained
8386 F:      drivers/media/i2c/mt9p031.c
8387 F:      include/media/i2c/mt9p031.h
8389 MT9T001 APTINA CAMERA SENSOR
8390 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8391 L:      linux-media@vger.kernel.org
8392 T:      git git://linuxtv.org/media_tree.git
8393 S:      Maintained
8394 F:      drivers/media/i2c/mt9t001.c
8395 F:      include/media/i2c/mt9t001.h
8397 MT9V032 APTINA CAMERA SENSOR
8398 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8399 L:      linux-media@vger.kernel.org
8400 T:      git git://linuxtv.org/media_tree.git
8401 S:      Maintained
8402 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8403 F:      drivers/media/i2c/mt9v032.c
8404 F:      include/media/i2c/mt9v032.h
8406 MULTIFUNCTION DEVICES (MFD)
8407 M:      Lee Jones <lee.jones@linaro.org>
8408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8409 S:      Supported
8410 F:      Documentation/devicetree/bindings/mfd/
8411 F:      drivers/mfd/
8412 F:      include/linux/mfd/
8414 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8415 M:      Ulf Hansson <ulf.hansson@linaro.org>
8416 L:      linux-mmc@vger.kernel.org
8417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8418 S:      Maintained
8419 F:      Documentation/devicetree/bindings/mmc/
8420 F:      drivers/mmc/
8421 F:      include/linux/mmc/
8422 F:      include/uapi/linux/mmc/
8424 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8425 S:      Orphan
8426 F:      drivers/mmc/host/mmc_spi.c
8427 F:      include/linux/spi/mmc_spi.h
8429 MULTISOUND SOUND DRIVER
8430 M:      Andrew Veliath <andrewtv@usa.net>
8431 S:      Maintained
8432 F:      Documentation/sound/oss/MultiSound
8433 F:      sound/oss/msnd*
8435 MULTITECH MULTIPORT CARD (ISICOM)
8436 S:      Orphan
8437 F:      drivers/tty/isicom.c
8438 F:      include/linux/isicom.h
8440 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8441 M:      Bin Liu <b-liu@ti.com>
8442 L:      linux-usb@vger.kernel.org
8443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8444 S:      Maintained
8445 F:      drivers/usb/musb/
8447 MXL5007T MEDIA DRIVER
8448 M:      Michael Krufky <mkrufky@linuxtv.org>
8449 L:      linux-media@vger.kernel.org
8450 W:      https://linuxtv.org
8451 W:      http://github.com/mkrufky
8452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8453 T:      git git://linuxtv.org/mkrufky/tuners.git
8454 S:      Maintained
8455 F:      drivers/media/tuners/mxl5007t.*
8457 MXSFB DRM DRIVER
8458 M:      Marek Vasut <marex@denx.de>
8459 S:      Supported
8460 F:      drivers/gpu/drm/mxsfb/
8461 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8463 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8464 M:      Hyong-Youb Kim <hykim@myri.com>
8465 L:      netdev@vger.kernel.org
8466 W:      https://www.myricom.com/support/downloads/myri10ge.html
8467 S:      Supported
8468 F:      drivers/net/ethernet/myricom/myri10ge/
8470 NAND FLASH SUBSYSTEM
8471 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8472 R:      Richard Weinberger <richard@nod.at>
8473 L:      linux-mtd@lists.infradead.org
8474 W:      http://www.linux-mtd.infradead.org/
8475 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8476 T:      git git://github.com/linux-nand/linux.git
8477 S:      Maintained
8478 F:      drivers/mtd/nand/
8479 F:      include/linux/mtd/nand*.h
8481 NATSEMI ETHERNET DRIVER (DP8381x)
8482 S:      Orphan
8483 F:      drivers/net/ethernet/natsemi/natsemi.c
8485 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8486 M:      Daniel Mack <zonque@gmail.com>
8487 S:      Maintained
8488 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8489 W:      http://www.native-instruments.com
8490 F:      sound/usb/caiaq/
8492 NCP FILESYSTEM
8493 M:      Petr Vandrovec <petr@vandrovec.name>
8494 S:      Odd Fixes
8495 F:      fs/ncpfs/
8497 NCR 5380 SCSI DRIVERS
8498 M:      Finn Thain <fthain@telegraphics.com.au>
8499 M:      Michael Schmitz <schmitzmic@gmail.com>
8500 L:      linux-scsi@vger.kernel.org
8501 S:      Maintained
8502 F:      Documentation/scsi/g_NCR5380.txt
8503 F:      drivers/scsi/NCR5380.*
8504 F:      drivers/scsi/arm/cumana_1.c
8505 F:      drivers/scsi/arm/oak.c
8506 F:      drivers/scsi/atari_scsi.*
8507 F:      drivers/scsi/dmx3191d.c
8508 F:      drivers/scsi/g_NCR5380.*
8509 F:      drivers/scsi/mac_scsi.*
8510 F:      drivers/scsi/sun3_scsi.*
8511 F:      drivers/scsi/sun3_scsi_vme.c
8513 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8514 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8515 L:      linux-scsi@vger.kernel.org
8516 S:      Maintained
8517 F:      drivers/scsi/NCR_D700.*
8519 NCT6775 HARDWARE MONITOR DRIVER
8520 M:      Guenter Roeck <linux@roeck-us.net>
8521 L:      linux-hwmon@vger.kernel.org
8522 S:      Maintained
8523 F:      Documentation/hwmon/nct6775
8524 F:      drivers/hwmon/nct6775.c
8526 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8527 M:      Faisal Latif <faisal.latif@intel.com>
8528 L:      linux-rdma@vger.kernel.org
8529 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8530 S:      Supported
8531 F:      drivers/infiniband/hw/nes/
8532 F:      include/uapi/rdma/nes-abi.h
8534 NETEM NETWORK EMULATOR
8535 M:      Stephen Hemminger <stephen@networkplumber.org>
8536 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8537 S:      Maintained
8538 F:      net/sched/sch_netem.c
8540 NETERION 10GbE DRIVERS (s2io/vxge)
8541 M:      Jon Mason <jdmason@kudzu.us>
8542 L:      netdev@vger.kernel.org
8543 S:      Supported
8544 F:      Documentation/networking/s2io.txt
8545 F:      Documentation/networking/vxge.txt
8546 F:      drivers/net/ethernet/neterion/
8548 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8549 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8550 M:      Patrick McHardy <kaber@trash.net>
8551 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8552 L:      netfilter-devel@vger.kernel.org
8553 L:      coreteam@netfilter.org
8554 W:      http://www.netfilter.org/
8555 W:      http://www.iptables.org/
8556 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8559 S:      Supported
8560 F:      include/linux/netfilter*
8561 F:      include/linux/netfilter/
8562 F:      include/net/netfilter/
8563 F:      include/uapi/linux/netfilter*
8564 F:      include/uapi/linux/netfilter/
8565 F:      net/*/netfilter.c
8566 F:      net/*/netfilter/
8567 F:      net/netfilter/
8568 F:      net/bridge/br_netfilter*.c
8570 NETLABEL
8571 M:      Paul Moore <paul@paul-moore.com>
8572 W:      http://netlabel.sf.net
8573 L:      netdev@vger.kernel.org
8574 S:      Maintained
8575 F:      Documentation/netlabel/
8576 F:      include/net/netlabel.h
8577 F:      net/netlabel/
8579 NETROM NETWORK LAYER
8580 M:      Ralf Baechle <ralf@linux-mips.org>
8581 L:      linux-hams@vger.kernel.org
8582 W:      http://www.linux-ax25.org/
8583 S:      Maintained
8584 F:      include/net/netrom.h
8585 F:      include/uapi/linux/netrom.h
8586 F:      net/netrom/
8588 NETRONOME ETHERNET DRIVERS
8589 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8590 L:      oss-drivers@netronome.com
8591 S:      Maintained
8592 F:      drivers/net/ethernet/netronome/
8594 NETWORK BLOCK DEVICE (NBD)
8595 M:      Markus Pargmann <mpa@pengutronix.de>
8596 S:      Maintained
8597 L:      nbd-general@lists.sourceforge.net
8598 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8599 F:      Documentation/blockdev/nbd.txt
8600 F:      drivers/block/nbd.c
8601 F:      include/uapi/linux/nbd.h
8603 NETWORK DROP MONITOR
8604 M:      Neil Horman <nhorman@tuxdriver.com>
8605 L:      netdev@vger.kernel.org
8606 S:      Maintained
8607 W:      https://fedorahosted.org/dropwatch/
8608 F:      net/core/drop_monitor.c
8610 NETWORKING [DSA]
8611 M:      Andrew Lunn <andrew@lunn.ch>
8612 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8613 M:      Florian Fainelli <f.fainelli@gmail.com>
8614 S:      Maintained
8615 F:      net/dsa/
8616 F:      include/net/dsa.h
8617 F:      drivers/net/dsa/
8619 NETWORKING [GENERAL]
8620 M:      "David S. Miller" <davem@davemloft.net>
8621 L:      netdev@vger.kernel.org
8622 W:      http://www.linuxfoundation.org/en/Net
8623 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8626 S:      Maintained
8627 F:      net/
8628 F:      include/net/
8629 F:      include/linux/in.h
8630 F:      include/linux/net.h
8631 F:      include/linux/netdevice.h
8632 F:      include/uapi/linux/in.h
8633 F:      include/uapi/linux/net.h
8634 F:      include/uapi/linux/netdevice.h
8635 F:      include/uapi/linux/net_namespace.h
8636 F:      tools/net/
8637 F:      tools/testing/selftests/net/
8638 F:      lib/random32.c
8640 NETWORKING [IPv4/IPv6]
8641 M:      "David S. Miller" <davem@davemloft.net>
8642 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8643 M:      James Morris <jmorris@namei.org>
8644 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8645 M:      Patrick McHardy <kaber@trash.net>
8646 L:      netdev@vger.kernel.org
8647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8648 S:      Maintained
8649 F:      net/ipv4/
8650 F:      net/ipv6/
8651 F:      include/net/ip*
8652 F:      arch/x86/net/*
8654 NETWORKING [IPSEC]
8655 M:      Steffen Klassert <steffen.klassert@secunet.com>
8656 M:      Herbert Xu <herbert@gondor.apana.org.au>
8657 M:      "David S. Miller" <davem@davemloft.net>
8658 L:      netdev@vger.kernel.org
8659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8661 S:      Maintained
8662 F:      net/core/flow.c
8663 F:      net/xfrm/
8664 F:      net/key/
8665 F:      net/ipv4/xfrm*
8666 F:      net/ipv4/esp4.c
8667 F:      net/ipv4/ah4.c
8668 F:      net/ipv4/ipcomp.c
8669 F:      net/ipv4/ip_vti.c
8670 F:      net/ipv6/xfrm*
8671 F:      net/ipv6/esp6.c
8672 F:      net/ipv6/ah6.c
8673 F:      net/ipv6/ipcomp6.c
8674 F:      net/ipv6/ip6_vti.c
8675 F:      include/uapi/linux/xfrm.h
8676 F:      include/net/xfrm.h
8678 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8679 M:      Paul Moore <paul@paul-moore.com>
8680 L:      netdev@vger.kernel.org
8681 S:      Maintained
8683 NETWORKING [WIRELESS]
8684 L:      linux-wireless@vger.kernel.org
8685 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8687 NETWORKING DRIVERS
8688 L:      netdev@vger.kernel.org
8689 W:      http://www.linuxfoundation.org/en/Net
8690 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8693 S:      Odd Fixes
8694 F:      Documentation/devicetree/bindings/net/
8695 F:      drivers/net/
8696 F:      include/linux/if_*
8697 F:      include/linux/netdevice.h
8698 F:      include/linux/etherdevice.h
8699 F:      include/linux/fcdevice.h
8700 F:      include/linux/fddidevice.h
8701 F:      include/linux/hippidevice.h
8702 F:      include/linux/inetdevice.h
8703 F:      include/uapi/linux/if_*
8704 F:      include/uapi/linux/netdevice.h
8706 NETWORKING DRIVERS (WIRELESS)
8707 M:      Kalle Valo <kvalo@codeaurora.org>
8708 L:      linux-wireless@vger.kernel.org
8709 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8712 S:      Maintained
8713 F:      Documentation/devicetree/bindings/net/wireless/
8714 F:      drivers/net/wireless/
8716 NETXEN (1/10) GbE SUPPORT
8717 M:      Manish Chopra <manish.chopra@cavium.com>
8718 M:      Rahul Verma <rahul.verma@cavium.com>
8719 M:      Dept-GELinuxNICDev@cavium.com
8720 L:      netdev@vger.kernel.org
8721 S:      Supported
8722 F:      drivers/net/ethernet/qlogic/netxen/
8724 NFC SUBSYSTEM
8725 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8726 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8727 M:      Samuel Ortiz <sameo@linux.intel.com>
8728 L:      linux-wireless@vger.kernel.org
8729 L:      linux-nfc@lists.01.org (subscribers-only)
8730 S:      Supported
8731 F:      net/nfc/
8732 F:      include/net/nfc/
8733 F:      include/uapi/linux/nfc.h
8734 F:      drivers/nfc/
8735 F:      include/linux/platform_data/nfcmrvl.h
8736 F:      include/linux/platform_data/nxp-nci.h
8737 F:      include/linux/platform_data/pn544.h
8738 F:      include/linux/platform_data/st21nfca.h
8739 F:      include/linux/platform_data/st-nci.h
8740 F:      Documentation/devicetree/bindings/net/nfc/
8742 NFS, SUNRPC, AND LOCKD CLIENTS
8743 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8744 M:      Anna Schumaker <anna.schumaker@netapp.com>
8745 L:      linux-nfs@vger.kernel.org
8746 W:      http://client.linux-nfs.org
8747 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8748 S:      Maintained
8749 F:      fs/lockd/
8750 F:      fs/nfs/
8751 F:      fs/nfs_common/
8752 F:      net/sunrpc/
8753 F:      include/linux/lockd/
8754 F:      include/linux/nfs*
8755 F:      include/linux/sunrpc/
8756 F:      include/uapi/linux/nfs*
8757 F:      include/uapi/linux/sunrpc/
8759 NILFS2 FILESYSTEM
8760 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8761 L:      linux-nilfs@vger.kernel.org
8762 W:      http://nilfs.sourceforge.net/
8763 W:      http://nilfs.osdn.jp/
8764 T:      git git://github.com/konis/nilfs2.git
8765 S:      Supported
8766 F:      Documentation/filesystems/nilfs2.txt
8767 F:      fs/nilfs2/
8768 F:      include/trace/events/nilfs2.h
8769 F:      include/uapi/linux/nilfs2_api.h
8770 F:      include/uapi/linux/nilfs2_ondisk.h
8772 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8773 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8774 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8775 S:      Maintained
8776 F:      Documentation/scsi/NinjaSCSI.txt
8777 F:      drivers/scsi/pcmcia/nsp_*
8779 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8780 M:      GOTO Masanori <gotom@debian.or.jp>
8781 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8782 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8783 S:      Maintained
8784 F:      Documentation/scsi/NinjaSCSI.txt
8785 F:      drivers/scsi/nsp32*
8787 NIOS2 ARCHITECTURE
8788 M:      Ley Foon Tan <lftan@altera.com>
8789 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8791 S:      Maintained
8792 F:      arch/nios2/
8794 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8795 M:      Pavel Machek <pavel@ucw.cz>
8796 M:      Sakari Ailus <sakari.ailus@iki.fi>
8797 L:      linux-media@vger.kernel.org
8798 S:      Maintained
8799 F:      drivers/media/i2c/et8ek8
8800 F:      drivers/media/i2c/ad5820.c
8802 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8803 M:      Pavel Machek <pavel@ucw.cz>
8804 M:      Sakari Ailus <sakari.ailus@iki.fi>
8805 L:      linux-media@vger.kernel.org
8806 S:      Maintained
8807 F:      drivers/media/i2c/et8ek8
8808 F:      drivers/media/i2c/ad5820.c
8810 NOKIA N900 POWER SUPPLY DRIVERS
8811 R:      Pali Rohár <pali.rohar@gmail.com>
8812 F:      include/linux/power/bq2415x_charger.h
8813 F:      include/linux/power/bq27xxx_battery.h
8814 F:      include/linux/power/isp1704_charger.h
8815 F:      drivers/power/supply/bq2415x_charger.c
8816 F:      drivers/power/supply/bq27xxx_battery.c
8817 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8818 F:      drivers/power/supply/isp1704_charger.c
8819 F:      drivers/power/supply/rx51_battery.c
8821 NTB DRIVER CORE
8822 M:      Jon Mason <jdmason@kudzu.us>
8823 M:      Dave Jiang <dave.jiang@intel.com>
8824 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8825 L:      linux-ntb@googlegroups.com
8826 S:      Supported
8827 W:      https://github.com/jonmason/ntb/wiki
8828 T:      git git://github.com/jonmason/ntb.git
8829 F:      drivers/ntb/
8830 F:      drivers/net/ntb_netdev.c
8831 F:      include/linux/ntb.h
8832 F:      include/linux/ntb_transport.h
8833 F:      tools/testing/selftests/ntb/
8835 NTB INTEL DRIVER
8836 M:      Jon Mason <jdmason@kudzu.us>
8837 M:      Dave Jiang <dave.jiang@intel.com>
8838 L:      linux-ntb@googlegroups.com
8839 S:      Supported
8840 W:      https://github.com/jonmason/ntb/wiki
8841 T:      git git://github.com/jonmason/ntb.git
8842 F:      drivers/ntb/hw/intel/
8844 NTB AMD DRIVER
8845 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
8846 L:      linux-ntb@googlegroups.com
8847 S:      Supported
8848 F:      drivers/ntb/hw/amd/
8850 NTFS FILESYSTEM
8851 M:      Anton Altaparmakov <anton@tuxera.com>
8852 L:      linux-ntfs-dev@lists.sourceforge.net
8853 W:      http://www.tuxera.com/
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8855 S:      Supported
8856 F:      Documentation/filesystems/ntfs.txt
8857 F:      fs/ntfs/
8859 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8860 M:      Antonino Daplas <adaplas@gmail.com>
8861 L:      linux-fbdev@vger.kernel.org
8862 S:      Maintained
8863 F:      drivers/video/fbdev/riva/
8864 F:      drivers/video/fbdev/nvidia/
8866 NVM EXPRESS DRIVER
8867 M:      Keith Busch <keith.busch@intel.com>
8868 M:      Jens Axboe <axboe@fb.com>
8869 L:      linux-nvme@lists.infradead.org
8870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8871 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8872 S:      Supported
8873 F:      drivers/nvme/host/
8874 F:      include/linux/nvme.h
8876 NVM EXPRESS TARGET DRIVER
8877 M:      Christoph Hellwig <hch@lst.de>
8878 M:      Sagi Grimberg <sagi@grimberg.me>
8879 L:      linux-nvme@lists.infradead.org
8880 S:      Supported
8881 F:      drivers/nvme/target/
8883 NVM EXPRESS FC TRANSPORT DRIVERS
8884 M:      James Smart <james.smart@broadcom.com>
8885 L:      linux-nvme@lists.infradead.org
8886 S:      Supported
8887 F:      include/linux/nvme-fc.h
8888 F:      include/linux/nvme-fc-driver.h
8889 F:      drivers/nvme/host/fc.c
8890 F:      drivers/nvme/target/fc.c
8891 F:      drivers/nvme/target/fcloop.c
8893 NVMEM FRAMEWORK
8894 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8895 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8896 S:      Maintained
8897 F:      drivers/nvmem/
8898 F:      Documentation/devicetree/bindings/nvmem/
8899 F:      include/linux/nvmem-consumer.h
8900 F:      include/linux/nvmem-provider.h
8902 NXP-NCI NFC DRIVER
8903 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8904 R:      Charles Gorand <charles.gorand@effinnov.com>
8905 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8906 S:      Supported
8907 F:      drivers/nfc/nxp-nci
8909 NXP TDA998X DRM DRIVER
8910 M:      Russell King <rmk+kernel@armlinux.org.uk>
8911 S:      Supported
8912 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8913 F:      include/drm/i2c/tda998x.h
8915 NXP TFA9879 DRIVER
8916 M:      Peter Rosin <peda@axentia.se>
8917 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8918 S:      Maintained
8919 F:      sound/soc/codecs/tfa9879*
8921 OBJTOOL
8922 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8923 S:      Supported
8924 F:      tools/objtool/
8926 OMAP SUPPORT
8927 M:      Tony Lindgren <tony@atomide.com>
8928 L:      linux-omap@vger.kernel.org
8929 W:      http://www.muru.com/linux/omap/
8930 W:      http://linux.omap.com/
8931 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8933 S:      Maintained
8934 F:      arch/arm/*omap*/
8935 F:      arch/arm/configs/omap1_defconfig
8936 F:      arch/arm/configs/omap2plus_defconfig
8937 F:      drivers/i2c/busses/i2c-omap.c
8938 F:      drivers/irqchip/irq-omap-intc.c
8939 F:      drivers/mfd/*omap*.c
8940 F:      drivers/mfd/menelaus.c
8941 F:      drivers/mfd/palmas.c
8942 F:      drivers/mfd/tps65217.c
8943 F:      drivers/mfd/tps65218.c
8944 F:      drivers/mfd/tps65910.c
8945 F:      drivers/mfd/twl-core.[ch]
8946 F:      drivers/mfd/twl4030*.c
8947 F:      drivers/mfd/twl6030*.c
8948 F:      drivers/mfd/twl6040*.c
8949 F:      drivers/regulator/palmas-regulator*.c
8950 F:      drivers/regulator/pbias-regulator.c
8951 F:      drivers/regulator/tps65217-regulator.c
8952 F:      drivers/regulator/tps65218-regulator.c
8953 F:      drivers/regulator/tps65910-regulator.c
8954 F:      drivers/regulator/twl-regulator.c
8955 F:      drivers/regulator/twl6030-regulator.c
8956 F:      include/linux/i2c-omap.h
8958 OMAP DEVICE TREE SUPPORT
8959 M:      Benoît Cousson <bcousson@baylibre.com>
8960 M:      Tony Lindgren <tony@atomide.com>
8961 L:      linux-omap@vger.kernel.org
8962 L:      devicetree@vger.kernel.org
8963 S:      Maintained
8964 F:      arch/arm/boot/dts/*omap*
8965 F:      arch/arm/boot/dts/*am3*
8966 F:      arch/arm/boot/dts/*am4*
8967 F:      arch/arm/boot/dts/*am5*
8968 F:      arch/arm/boot/dts/*dra7*
8970 OMAP CLOCK FRAMEWORK SUPPORT
8971 M:      Paul Walmsley <paul@pwsan.com>
8972 L:      linux-omap@vger.kernel.org
8973 S:      Maintained
8974 F:      arch/arm/*omap*/*clock*
8976 OMAP POWER MANAGEMENT SUPPORT
8977 M:      Kevin Hilman <khilman@kernel.org>
8978 L:      linux-omap@vger.kernel.org
8979 S:      Maintained
8980 F:      arch/arm/*omap*/*pm*
8981 F:      drivers/cpufreq/omap-cpufreq.c
8983 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8984 M:      Rajendra Nayak <rnayak@codeaurora.org>
8985 M:      Paul Walmsley <paul@pwsan.com>
8986 L:      linux-omap@vger.kernel.org
8987 S:      Maintained
8988 F:      arch/arm/mach-omap2/prm*
8990 OMAP AUDIO SUPPORT
8991 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8992 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8993 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8994 L:      linux-omap@vger.kernel.org
8995 S:      Maintained
8996 F:      sound/soc/omap/
8998 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8999 M:      Roger Quadros <rogerq@ti.com>
9000 M:      Tony Lindgren <tony@atomide.com>
9001 L:      linux-omap@vger.kernel.org
9002 S:      Maintained
9003 F:      drivers/memory/omap-gpmc.c
9004 F:      arch/arm/mach-omap2/*gpmc*
9006 OMAP FRAMEBUFFER SUPPORT
9007 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9008 L:      linux-fbdev@vger.kernel.org
9009 L:      linux-omap@vger.kernel.org
9010 S:      Maintained
9011 F:      drivers/video/fbdev/omap/
9013 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9014 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9015 L:      linux-omap@vger.kernel.org
9016 L:      linux-fbdev@vger.kernel.org
9017 S:      Maintained
9018 F:      drivers/video/fbdev/omap2/
9019 F:      Documentation/arm/OMAP/DSS
9021 OMAP HARDWARE SPINLOCK SUPPORT
9022 M:      Ohad Ben-Cohen <ohad@wizery.com>
9023 L:      linux-omap@vger.kernel.org
9024 S:      Maintained
9025 F:      drivers/hwspinlock/omap_hwspinlock.c
9027 OMAP MMC SUPPORT
9028 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9029 L:      linux-omap@vger.kernel.org
9030 S:      Maintained
9031 F:      drivers/mmc/host/omap.c
9033 OMAP HS MMC SUPPORT
9034 L:      linux-mmc@vger.kernel.org
9035 L:      linux-omap@vger.kernel.org
9036 S:      Orphan
9037 F:      drivers/mmc/host/omap_hsmmc.c
9039 OMAP RANDOM NUMBER GENERATOR SUPPORT
9040 M:      Deepak Saxena <dsaxena@plexity.net>
9041 S:      Maintained
9042 F:      drivers/char/hw_random/omap-rng.c
9044 OMAP HWMOD SUPPORT
9045 M:      Benoît Cousson <bcousson@baylibre.com>
9046 M:      Paul Walmsley <paul@pwsan.com>
9047 L:      linux-omap@vger.kernel.org
9048 S:      Maintained
9049 F:      arch/arm/mach-omap2/omap_hwmod.*
9051 OMAP HWMOD DATA
9052 M:      Paul Walmsley <paul@pwsan.com>
9053 L:      linux-omap@vger.kernel.org
9054 S:      Maintained
9055 F:      arch/arm/mach-omap2/omap_hwmod*data*
9057 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9058 M:      Benoît Cousson <bcousson@baylibre.com>
9059 L:      linux-omap@vger.kernel.org
9060 S:      Maintained
9061 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9063 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9064 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9065 L:      linux-media@vger.kernel.org
9066 S:      Maintained
9067 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9068 F:      drivers/media/platform/omap3isp/
9069 F:      drivers/staging/media/omap4iss/
9071 OMAP USB SUPPORT
9072 L:      linux-usb@vger.kernel.org
9073 L:      linux-omap@vger.kernel.org
9074 S:      Orphan
9075 F:      drivers/usb/*/*omap*
9076 F:      arch/arm/*omap*/usb*
9078 OMAP GPIO DRIVER
9079 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9080 M:      Santosh Shilimkar <ssantosh@kernel.org>
9081 M:      Kevin Hilman <khilman@kernel.org>
9082 L:      linux-omap@vger.kernel.org
9083 S:      Maintained
9084 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9085 F:      drivers/gpio/gpio-omap.c
9087 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9088 M:      Mark Jackson <mpfj@newflow.co.uk>
9089 L:      linux-omap@vger.kernel.org
9090 S:      Maintained
9091 F:      arch/arm/boot/dts/am335x-nano.dts
9093 OMFS FILESYSTEM
9094 M:      Bob Copeland <me@bobcopeland.com>
9095 L:      linux-karma-devel@lists.sourceforge.net
9096 S:      Maintained
9097 F:      Documentation/filesystems/omfs.txt
9098 F:      fs/omfs/
9100 OMNIKEY CARDMAN 4000 DRIVER
9101 M:      Harald Welte <laforge@gnumonks.org>
9102 S:      Maintained
9103 F:      drivers/char/pcmcia/cm4000_cs.c
9104 F:      include/linux/cm4000_cs.h
9105 F:      include/uapi/linux/cm4000_cs.h
9107 OMNIKEY CARDMAN 4040 DRIVER
9108 M:      Harald Welte <laforge@gnumonks.org>
9109 S:      Maintained
9110 F:      drivers/char/pcmcia/cm4040_cs.*
9112 OMNIVISION OV7670 SENSOR DRIVER
9113 M:      Jonathan Corbet <corbet@lwn.net>
9114 L:      linux-media@vger.kernel.org
9115 T:      git git://linuxtv.org/media_tree.git
9116 S:      Maintained
9117 F:      drivers/media/i2c/ov7670.c
9119 ONENAND FLASH DRIVER
9120 M:      Kyungmin Park <kyungmin.park@samsung.com>
9121 L:      linux-mtd@lists.infradead.org
9122 S:      Maintained
9123 F:      drivers/mtd/onenand/
9124 F:      include/linux/mtd/onenand*.h
9126 ONSTREAM SCSI TAPE DRIVER
9127 M:      Willem Riede <osst@riede.org>
9128 L:      osst-users@lists.sourceforge.net
9129 L:      linux-scsi@vger.kernel.org
9130 S:      Maintained
9131 F:      Documentation/scsi/osst.txt
9132 F:      drivers/scsi/osst.*
9133 F:      drivers/scsi/osst_*.h
9134 F:      drivers/scsi/st.h
9136 OPENCORES I2C BUS DRIVER
9137 M:      Peter Korsgaard <jacmet@sunsite.dk>
9138 L:      linux-i2c@vger.kernel.org
9139 S:      Maintained
9140 F:      Documentation/i2c/busses/i2c-ocores
9141 F:      drivers/i2c/busses/i2c-ocores.c
9143 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9144 M:      Rob Herring <robh+dt@kernel.org>
9145 M:      Frank Rowand <frowand.list@gmail.com>
9146 L:      devicetree@vger.kernel.org
9147 W:      http://www.devicetree.org/
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9149 S:      Maintained
9150 F:      drivers/of/
9151 F:      include/linux/of*.h
9152 F:      scripts/dtc/
9154 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9155 M:      Rob Herring <robh+dt@kernel.org>
9156 M:      Mark Rutland <mark.rutland@arm.com>
9157 L:      devicetree@vger.kernel.org
9158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9159 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9160 S:      Maintained
9161 F:      Documentation/devicetree/
9162 F:      arch/*/boot/dts/
9163 F:      include/dt-bindings/
9165 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9166 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9167 L:      devicetree@vger.kernel.org
9168 S:      Maintained
9169 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9170 F:      Documentation/devicetree/overlay-notes.txt
9171 F:      drivers/of/overlay.c
9172 F:      drivers/of/resolver.c
9174 OPENRISC ARCHITECTURE
9175 M:      Jonas Bonn <jonas@southpole.se>
9176 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9177 M:      Stafford Horne <shorne@gmail.com>
9178 L:      openrisc@lists.librecores.org
9179 W:      http://openrisc.io
9180 S:      Maintained
9181 F:      arch/openrisc/
9183 OPENVSWITCH
9184 M:      Pravin Shelar <pshelar@nicira.com>
9185 L:      netdev@vger.kernel.org
9186 L:      dev@openvswitch.org
9187 W:      http://openvswitch.org
9188 S:      Maintained
9189 F:      net/openvswitch/
9190 F:      include/uapi/linux/openvswitch.h
9192 OPERATING PERFORMANCE POINTS (OPP)
9193 M:      Viresh Kumar <vireshk@kernel.org>
9194 M:      Nishanth Menon <nm@ti.com>
9195 M:      Stephen Boyd <sboyd@codeaurora.org>
9196 L:      linux-pm@vger.kernel.org
9197 S:      Maintained
9198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9199 F:      drivers/base/power/opp/
9200 F:      include/linux/pm_opp.h
9201 F:      Documentation/power/opp.txt
9202 F:      Documentation/devicetree/bindings/opp/
9204 OPL4 DRIVER
9205 M:      Clemens Ladisch <clemens@ladisch.de>
9206 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9207 T:      git git://git.alsa-project.org/alsa-kernel.git
9208 S:      Maintained
9209 F:      sound/drivers/opl4/
9211 OPROFILE
9212 M:      Robert Richter <rric@kernel.org>
9213 L:      oprofile-list@lists.sf.net
9214 S:      Maintained
9215 F:      arch/*/include/asm/oprofile*.h
9216 F:      arch/*/oprofile/
9217 F:      drivers/oprofile/
9218 F:      include/linux/oprofile.h
9220 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9221 M:      Mark Fasheh <mfasheh@versity.com>
9222 M:      Joel Becker <jlbec@evilplan.org>
9223 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9224 W:      http://ocfs2.wiki.kernel.org
9225 S:      Supported
9226 F:      Documentation/filesystems/ocfs2.txt
9227 F:      Documentation/filesystems/dlmfs.txt
9228 F:      fs/ocfs2/
9230 ORINOCO DRIVER
9231 L:      linux-wireless@vger.kernel.org
9232 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9233 W:      http://www.nongnu.org/orinoco/
9234 S:      Orphan
9235 F:      drivers/net/wireless/intersil/orinoco/
9237 OSD LIBRARY and FILESYSTEM
9238 M:      Boaz Harrosh <ooo@electrozaur.com>
9239 M:      Benny Halevy <bhalevy@primarydata.com>
9240 L:      osd-dev@open-osd.org
9241 W:      http://open-osd.org
9242 T:      git git://git.open-osd.org/open-osd.git
9243 S:      Maintained
9244 F:      drivers/scsi/osd/
9245 F:      include/scsi/osd_*
9246 F:      fs/exofs/
9248 OVERLAY FILESYSTEM
9249 M:      Miklos Szeredi <miklos@szeredi.hu>
9250 L:      linux-unionfs@vger.kernel.org
9251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9252 S:      Supported
9253 F:      fs/overlayfs/
9254 F:      Documentation/filesystems/overlayfs.txt
9256 ORANGEFS FILESYSTEM
9257 M:      Mike Marshall <hubcap@omnibond.com>
9258 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9260 S:      Supported
9261 F:      fs/orangefs/
9262 F:      Documentation/filesystems/orangefs.txt
9264 P54 WIRELESS DRIVER
9265 M:      Christian Lamparter <chunkeey@googlemail.com>
9266 L:      linux-wireless@vger.kernel.org
9267 W:      http://wireless.kernel.org/en/users/Drivers/p54
9268 S:      Maintained
9269 F:      drivers/net/wireless/intersil/p54/
9271 PA SEMI ETHERNET DRIVER
9272 L:      netdev@vger.kernel.org
9273 S:      Orphan
9274 F:      drivers/net/ethernet/pasemi/*
9276 PA SEMI SMBUS DRIVER
9277 L:      linux-i2c@vger.kernel.org
9278 S:      Orphan
9279 F:      drivers/i2c/busses/i2c-pasemi.c
9281 PADATA PARALLEL EXECUTION MECHANISM
9282 M:      Steffen Klassert <steffen.klassert@secunet.com>
9283 L:      linux-crypto@vger.kernel.org
9284 S:      Maintained
9285 F:      kernel/padata.c
9286 F:      include/linux/padata.h
9287 F:      Documentation/padata.txt
9289 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9290 M:      Harald Welte <laforge@gnumonks.org>
9291 L:      platform-driver-x86@vger.kernel.org
9292 S:      Maintained
9293 F:      drivers/platform/x86/panasonic-laptop.c
9295 PANASONIC MN10300/AM33/AM34 PORT
9296 M:      David Howells <dhowells@redhat.com>
9297 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9298 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9299 S:      Maintained
9300 F:      Documentation/mn10300/
9301 F:      arch/mn10300/
9303 PARALLEL LCD/KEYPAD PANEL DRIVER
9304 M:      Willy Tarreau <willy@haproxy.com>
9305 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9306 S:      Odd Fixes
9307 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9308 F:      drivers/misc/panel.c
9310 PARALLEL PORT SUBSYSTEM
9311 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9312 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
9313 L:      linux-parport@lists.infradead.org (subscribers-only)
9314 S:      Maintained
9315 F:      drivers/parport/
9316 F:      include/linux/parport*.h
9317 F:      drivers/char/ppdev.c
9318 F:      include/uapi/linux/ppdev.h
9319 F:      Documentation/parport*.txt
9321 PARAVIRT_OPS INTERFACE
9322 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9323 M:      Chris Wright <chrisw@sous-sol.org>
9324 M:      Alok Kataria <akataria@vmware.com>
9325 M:      Rusty Russell <rusty@rustcorp.com.au>
9326 L:      virtualization@lists.linux-foundation.org
9327 S:      Supported
9328 F:      Documentation/virtual/paravirt_ops.txt
9329 F:      arch/*/kernel/paravirt*
9330 F:      arch/*/include/asm/paravirt.h
9331 F:      include/linux/hypervisor.h
9333 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9334 M:      Tim Waugh <tim@cyberelk.net>
9335 L:      linux-parport@lists.infradead.org (subscribers-only)
9336 S:      Maintained
9337 F:      Documentation/blockdev/paride.txt
9338 F:      drivers/block/paride/
9340 PARISC ARCHITECTURE
9341 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9342 M:      Helge Deller <deller@gmx.de>
9343 L:      linux-parisc@vger.kernel.org
9344 W:      http://www.parisc-linux.org/
9345 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9348 S:      Maintained
9349 F:      arch/parisc/
9350 F:      Documentation/parisc/
9351 F:      drivers/parisc/
9352 F:      drivers/char/agp/parisc-agp.c
9353 F:      drivers/input/serio/gscps2.c
9354 F:      drivers/parport/parport_gsc.*
9355 F:      drivers/tty/serial/8250/8250_gsc.c
9356 F:      drivers/video/fbdev/sti*
9357 F:      drivers/video/console/sti*
9358 F:      drivers/video/logo/logo_parisc*
9360 PC87360 HARDWARE MONITORING DRIVER
9361 M:      Jim Cromie <jim.cromie@gmail.com>
9362 L:      linux-hwmon@vger.kernel.org
9363 S:      Maintained
9364 F:      Documentation/hwmon/pc87360
9365 F:      drivers/hwmon/pc87360.c
9367 PC8736x GPIO DRIVER
9368 M:      Jim Cromie <jim.cromie@gmail.com>
9369 S:      Maintained
9370 F:      drivers/char/pc8736x_gpio.c
9372 PC87427 HARDWARE MONITORING DRIVER
9373 M:      Jean Delvare <jdelvare@suse.com>
9374 L:      linux-hwmon@vger.kernel.org
9375 S:      Maintained
9376 F:      Documentation/hwmon/pc87427
9377 F:      drivers/hwmon/pc87427.c
9379 PCA9532 LED DRIVER
9380 M:      Riku Voipio <riku.voipio@iki.fi>
9381 S:      Maintained
9382 F:      drivers/leds/leds-pca9532.c
9383 F:      include/linux/leds-pca9532.h
9385 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9386 M:      Guenter Roeck <linux@roeck-us.net>
9387 L:      linux-i2c@vger.kernel.org
9388 S:      Maintained
9389 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9391 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9392 M:      Khalid Aziz <khalid@gonehiking.org>
9393 S:      Maintained
9394 F:      drivers/firmware/pcdp.*
9396 PCI ERROR RECOVERY
9397 M:      Linas Vepstas <linasvepstas@gmail.com>
9398 L:      linux-pci@vger.kernel.org
9399 S:      Supported
9400 F:      Documentation/PCI/pci-error-recovery.txt
9402 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9403 M:      Russell Currey <ruscur@russell.cc>
9404 L:      linuxppc-dev@lists.ozlabs.org
9405 S:      Supported
9406 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9407 F:      arch/powerpc/kernel/eeh*.c
9408 F:      arch/powerpc/platforms/*/eeh*.c
9409 F:      arch/powerpc/include/*/eeh*.h
9411 PCI SUBSYSTEM
9412 M:      Bjorn Helgaas <bhelgaas@google.com>
9413 L:      linux-pci@vger.kernel.org
9414 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9416 S:      Supported
9417 F:      Documentation/devicetree/bindings/pci/
9418 F:      Documentation/PCI/
9419 F:      drivers/pci/
9420 F:      include/linux/pci*
9421 F:      arch/x86/pci/
9422 F:      arch/x86/kernel/quirks.c
9424 PCI DRIVER FOR ALTERA PCIE IP
9425 M:      Ley Foon Tan <lftan@altera.com>
9426 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9427 L:      linux-pci@vger.kernel.org
9428 S:      Supported
9429 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9430 F:      drivers/pci/host/pcie-altera.c
9432 PCI DRIVER FOR ARM VERSATILE PLATFORM
9433 M:      Rob Herring <robh@kernel.org>
9434 L:      linux-pci@vger.kernel.org
9435 L:      linux-arm-kernel@lists.infradead.org
9436 S:      Maintained
9437 F:      Documentation/devicetree/bindings/pci/versatile.txt
9438 F:      drivers/pci/host/pci-versatile.c
9440 PCI DRIVER FOR ARMADA 8K
9441 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9442 L:      linux-pci@vger.kernel.org
9443 L:      linux-arm-kernel@lists.infradead.org
9444 S:      Maintained
9445 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9446 F:      drivers/pci/host/pcie-armada8k.c
9448 PCI DRIVER FOR APPLIEDMICRO XGENE
9449 M:      Tanmay Inamdar <tinamdar@apm.com>
9450 L:      linux-pci@vger.kernel.org
9451 L:      linux-arm-kernel@lists.infradead.org
9452 S:      Maintained
9453 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9454 F:      drivers/pci/host/pci-xgene.c
9456 PCI DRIVER FOR FREESCALE LAYERSCAPE
9457 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9458 M:      Mingkai Hu <mingkai.hu@freescale.com>
9459 M:      Roy Zang <tie-fei.zang@freescale.com>
9460 L:      linuxppc-dev@lists.ozlabs.org
9461 L:      linux-pci@vger.kernel.org
9462 L:      linux-arm-kernel@lists.infradead.org
9463 S:      Maintained
9464 F:      drivers/pci/host/*layerscape*
9466 PCI DRIVER FOR IMX6
9467 M:      Richard Zhu <hongxing.zhu@nxp.com>
9468 M:      Lucas Stach <l.stach@pengutronix.de>
9469 L:      linux-pci@vger.kernel.org
9470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9471 S:      Maintained
9472 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9473 F:      drivers/pci/host/*imx6*
9475 PCI DRIVER FOR TI KEYSTONE
9476 M:      Murali Karicheri <m-karicheri2@ti.com>
9477 L:      linux-pci@vger.kernel.org
9478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9479 S:      Maintained
9480 F:      drivers/pci/host/*keystone*
9482 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9483 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9484 M:      Jason Cooper <jason@lakedaemon.net>
9485 L:      linux-pci@vger.kernel.org
9486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9487 S:      Maintained
9488 F:      drivers/pci/host/*mvebu*
9490 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9491 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9492 L:      linux-pci@vger.kernel.org
9493 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9494 S:      Maintained
9495 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9496 F:      drivers/pci/host/pci-aardvark.c
9498 PCI DRIVER FOR NVIDIA TEGRA
9499 M:      Thierry Reding <thierry.reding@gmail.com>
9500 L:      linux-tegra@vger.kernel.org
9501 L:      linux-pci@vger.kernel.org
9502 S:      Supported
9503 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9504 F:      drivers/pci/host/pci-tegra.c
9506 PCI DRIVER FOR TI DRA7XX
9507 M:      Kishon Vijay Abraham I <kishon@ti.com>
9508 L:      linux-omap@vger.kernel.org
9509 L:      linux-pci@vger.kernel.org
9510 S:      Supported
9511 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9512 F:      drivers/pci/host/pci-dra7xx.c
9514 PCI DRIVER FOR RENESAS R-CAR
9515 M:      Simon Horman <horms@verge.net.au>
9516 L:      linux-pci@vger.kernel.org
9517 L:      linux-renesas-soc@vger.kernel.org
9518 S:      Maintained
9519 F:      drivers/pci/host/*rcar*
9521 PCI DRIVER FOR SAMSUNG EXYNOS
9522 M:      Jingoo Han <jingoohan1@gmail.com>
9523 L:      linux-pci@vger.kernel.org
9524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9525 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9526 S:      Maintained
9527 F:      drivers/pci/host/pci-exynos.c
9529 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9530 M:      Jingoo Han <jingoohan1@gmail.com>
9531 M:      Joao Pinto <Joao.Pinto@synopsys.com>
9532 L:      linux-pci@vger.kernel.org
9533 S:      Maintained
9534 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9535 F:      drivers/pci/host/*designware*
9537 PCI DRIVER FOR GENERIC OF HOSTS
9538 M:      Will Deacon <will.deacon@arm.com>
9539 L:      linux-pci@vger.kernel.org
9540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9541 S:      Maintained
9542 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9543 F:      drivers/pci/host/pci-host-common.c
9544 F:      drivers/pci/host/pci-host-generic.c
9546 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9547 M:      Keith Busch <keith.busch@intel.com>
9548 L:      linux-pci@vger.kernel.org
9549 S:      Supported
9550 F:      drivers/pci/host/vmd.c
9552 PCIE DRIVER FOR ST SPEAR13XX
9553 M:      Pratyush Anand <pratyush.anand@gmail.com>
9554 L:      linux-pci@vger.kernel.org
9555 S:      Maintained
9556 F:      drivers/pci/host/*spear*
9558 PCI MSI DRIVER FOR ALTERA MSI IP
9559 M:      Ley Foon Tan <lftan@altera.com>
9560 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9561 L:      linux-pci@vger.kernel.org
9562 S:      Supported
9563 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9564 F:      drivers/pci/host/pcie-altera-msi.c
9566 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9567 M:      Duc Dang <dhdang@apm.com>
9568 L:      linux-pci@vger.kernel.org
9569 L:      linux-arm-kernel@lists.infradead.org
9570 S:      Maintained
9571 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9572 F:      drivers/pci/host/pci-xgene-msi.c
9574 PCIE DRIVER FOR AXIS ARTPEC
9575 M:      Niklas Cassel <niklas.cassel@axis.com>
9576 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9577 L:      linux-arm-kernel@axis.com
9578 L:      linux-pci@vger.kernel.org
9579 S:      Maintained
9580 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9581 F:      drivers/pci/host/*artpec*
9583 PCIE DRIVER FOR HISILICON
9584 M:      Zhou Wang <wangzhou1@hisilicon.com>
9585 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9586 L:      linux-pci@vger.kernel.org
9587 S:      Maintained
9588 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9589 F:      drivers/pci/host/pcie-hisi.c
9591 PCIE DRIVER FOR ROCKCHIP
9592 M:      Shawn Lin <shawn.lin@rock-chips.com>
9593 M:      Wenrui Li <wenrui.li@rock-chips.com>
9594 L:      linux-pci@vger.kernel.org
9595 L:      linux-rockchip@lists.infradead.org
9596 S:      Maintained
9597 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9598 F:      drivers/pci/host/pcie-rockchip.c
9600 PCIE DRIVER FOR QUALCOMM MSM
9601 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9602 L:     linux-pci@vger.kernel.org
9603 L:     linux-arm-msm@vger.kernel.org
9604 S:     Maintained
9605 F:     drivers/pci/host/*qcom*
9607 PCIE DRIVER FOR CAVIUM THUNDERX
9608 M:      David Daney <david.daney@cavium.com>
9609 L:      linux-pci@vger.kernel.org
9610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9611 S:      Supported
9612 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9613 F:      drivers/pci/host/pci-thunder-*
9615 PCMCIA SUBSYSTEM
9616 P:      Linux PCMCIA Team
9617 L:      linux-pcmcia@lists.infradead.org
9618 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9620 S:      Maintained
9621 F:      Documentation/pcmcia/
9622 F:      tools/pcmcia/
9623 F:      drivers/pcmcia/
9624 F:      include/pcmcia/
9626 PCNET32 NETWORK DRIVER
9627 M:      Don Fry <pcnet32@frontier.com>
9628 L:      netdev@vger.kernel.org
9629 S:      Maintained
9630 F:      drivers/net/ethernet/amd/pcnet32.c
9632 PCRYPT PARALLEL CRYPTO ENGINE
9633 M:      Steffen Klassert <steffen.klassert@secunet.com>
9634 L:      linux-crypto@vger.kernel.org
9635 S:      Maintained
9636 F:      crypto/pcrypt.c
9637 F:      include/crypto/pcrypt.h
9639 PER-CPU MEMORY ALLOCATOR
9640 M:      Tejun Heo <tj@kernel.org>
9641 M:      Christoph Lameter <cl@linux.com>
9642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9643 S:      Maintained
9644 F:      include/linux/percpu*.h
9645 F:      mm/percpu*.c
9646 F:      arch/*/include/asm/percpu.h
9648 PER-TASK DELAY ACCOUNTING
9649 M:      Balbir Singh <bsingharora@gmail.com>
9650 S:      Maintained
9651 F:      include/linux/delayacct.h
9652 F:      kernel/delayacct.c
9654 PERFORMANCE EVENTS SUBSYSTEM
9655 M:      Peter Zijlstra <peterz@infradead.org>
9656 M:      Ingo Molnar <mingo@redhat.com>
9657 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9658 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9659 L:      linux-kernel@vger.kernel.org
9660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9661 S:      Supported
9662 F:      kernel/events/*
9663 F:      include/linux/perf_event.h
9664 F:      include/uapi/linux/perf_event.h
9665 F:      arch/*/kernel/perf_event*.c
9666 F:      arch/*/kernel/*/perf_event*.c
9667 F:      arch/*/kernel/*/*/perf_event*.c
9668 F:      arch/*/include/asm/perf_event.h
9669 F:      arch/*/kernel/perf_callchain.c
9670 F:      arch/*/events/*
9671 F:      tools/perf/
9673 PERSONALITY HANDLING
9674 M:      Christoph Hellwig <hch@infradead.org>
9675 L:      linux-abi-devel@lists.sourceforge.net
9676 S:      Maintained
9677 F:      include/linux/personality.h
9678 F:      include/uapi/linux/personality.h
9680 PHONET PROTOCOL
9681 M:      Remi Denis-Courmont <courmisch@gmail.com>
9682 S:      Supported
9683 F:      Documentation/networking/phonet.txt
9684 F:      include/linux/phonet.h
9685 F:      include/net/phonet/
9686 F:      include/uapi/linux/phonet.h
9687 F:      net/phonet/
9689 PHRAM MTD DRIVER
9690 M:      Joern Engel <joern@lazybastard.org>
9691 L:      linux-mtd@lists.infradead.org
9692 S:      Maintained
9693 F:      drivers/mtd/devices/phram.c
9695 PICOLCD HID DRIVER
9696 M:      Bruno Prémont <bonbons@linux-vserver.org>
9697 L:      linux-input@vger.kernel.org
9698 S:      Maintained
9699 F:      drivers/hid/hid-picolcd*
9701 PICOXCELL SUPPORT
9702 M:      Jamie Iles <jamie@jamieiles.com>
9703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9704 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9705 S:      Supported
9706 F:      arch/arm/boot/dts/picoxcell*
9707 F:      arch/arm/mach-picoxcell/
9708 F:      drivers/crypto/picoxcell*
9710 PIN CONTROL SUBSYSTEM
9711 M:      Linus Walleij <linus.walleij@linaro.org>
9712 L:      linux-gpio@vger.kernel.org
9713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9714 S:      Maintained
9715 F:      Documentation/devicetree/bindings/pinctrl/
9716 F:      Documentation/pinctrl.txt
9717 F:      drivers/pinctrl/
9718 F:      include/linux/pinctrl/
9720 PIN CONTROLLER - ATMEL AT91
9721 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9723 S:      Maintained
9724 F:      drivers/pinctrl/pinctrl-at91.*
9726 PIN CONTROLLER - ATMEL AT91 PIO4
9727 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9729 L:      linux-gpio@vger.kernel.org
9730 S:      Supported
9731 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9733 PIN CONTROLLER - INTEL
9734 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9735 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9736 S:      Maintained
9737 F:      drivers/pinctrl/intel/
9739 PIN CONTROLLER - RENESAS
9740 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9741 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9742 L:      linux-renesas-soc@vger.kernel.org
9743 S:      Maintained
9744 F:      drivers/pinctrl/sh-pfc/
9746 PIN CONTROLLER - SAMSUNG
9747 M:      Tomasz Figa <tomasz.figa@gmail.com>
9748 M:      Krzysztof Kozlowski <krzk@kernel.org>
9749 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9751 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9752 S:      Maintained
9753 F:      drivers/pinctrl/samsung/
9754 F:      include/dt-bindings/pinctrl/samsung.h
9755 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9757 PIN CONTROLLER - SINGLE
9758 M:      Tony Lindgren <tony@atomide.com>
9759 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9761 L:      linux-omap@vger.kernel.org
9762 S:      Maintained
9763 F:      drivers/pinctrl/pinctrl-single.c
9765 PIN CONTROLLER - ST SPEAR
9766 M:      Viresh Kumar <vireshk@kernel.org>
9767 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9768 W:      http://www.st.com/spear
9769 S:      Maintained
9770 F:      drivers/pinctrl/spear/
9772 PISTACHIO SOC SUPPORT
9773 M:      James Hartley <james.hartley@imgtec.com>
9774 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9775 L:      linux-mips@linux-mips.org
9776 S:      Maintained
9777 F:      arch/mips/pistachio/
9778 F:      arch/mips/include/asm/mach-pistachio/
9779 F:      arch/mips/boot/dts/pistachio/
9780 F:      arch/mips/configs/pistachio*_defconfig
9782 PKTCDVD DRIVER
9783 S:      Orphan
9784 M:      linux-block@vger.kernel.org
9785 F:      drivers/block/pktcdvd.c
9786 F:      include/linux/pktcdvd.h
9787 F:      include/uapi/linux/pktcdvd.h
9789 PKUNITY SOC DRIVERS
9790 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9791 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9792 S:      Maintained
9793 T:      git git://github.com/gxt/linux.git
9794 F:      drivers/input/serio/i8042-unicore32io.h
9795 F:      drivers/i2c/busses/i2c-puv3.c
9796 F:      drivers/video/fbdev/fb-puv3.c
9797 F:      drivers/rtc/rtc-puv3.c
9799 PMBUS HARDWARE MONITORING DRIVERS
9800 M:      Guenter Roeck <linux@roeck-us.net>
9801 L:      linux-hwmon@vger.kernel.org
9802 W:      http://hwmon.wiki.kernel.org/
9803 W:      http://www.roeck-us.net/linux/drivers/
9804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9805 S:      Maintained
9806 F:      Documentation/hwmon/pmbus
9807 F:      drivers/hwmon/pmbus/
9808 F:      include/linux/i2c/pmbus.h
9810 PMC SIERRA MaxRAID DRIVER
9811 L:      linux-scsi@vger.kernel.org
9812 W:      http://www.pmc-sierra.com/
9813 S:      Orphan
9814 F:      drivers/scsi/pmcraid.*
9816 PMC SIERRA PM8001 DRIVER
9817 M:      Jack Wang <jinpu.wang@profitbricks.com>
9818 M:      lindar_liu@usish.com
9819 L:      pmchba@pmcs.com
9820 L:      linux-scsi@vger.kernel.org
9821 S:      Supported
9822 F:      drivers/scsi/pm8001/
9824 POSIX CLOCKS and TIMERS
9825 M:      Thomas Gleixner <tglx@linutronix.de>
9826 L:      linux-kernel@vger.kernel.org
9827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9828 S:      Maintained
9829 F:      fs/timerfd.c
9830 F:      include/linux/timer*
9831 F:      kernel/time/*timer*
9833 POWER MANAGEMENT CORE
9834 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9835 L:      linux-pm@vger.kernel.org
9836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9837 B:      https://bugzilla.kernel.org
9838 S:      Supported
9839 F:      drivers/base/power/
9840 F:      include/linux/pm.h
9841 F:      include/linux/pm_*
9842 F:      include/linux/powercap.h
9843 F:      drivers/powercap/
9845 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9846 M:      Sebastian Reichel <sre@kernel.org>
9847 L:      linux-pm@vger.kernel.org
9848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9849 S:      Maintained
9850 F:      Documentation/devicetree/bindings/power/supply/
9851 F:      include/linux/power_supply.h
9852 F:      drivers/power/supply/
9854 POWER STATE COORDINATION INTERFACE (PSCI)
9855 M:      Mark Rutland <mark.rutland@arm.com>
9856 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9857 L:      linux-arm-kernel@lists.infradead.org
9858 S:      Maintained
9859 F:      drivers/firmware/psci.c
9860 F:      include/linux/psci.h
9861 F:      include/uapi/linux/psci.h
9863 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9864 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9865 L:      linuxppc-dev@lists.ozlabs.org
9866 S:      Maintained
9867 F:      drivers/char/powernv-op-panel.c
9869 PNP SUPPORT
9870 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9871 S:      Maintained
9872 F:      drivers/pnp/
9874 PPP PROTOCOL DRIVERS AND COMPRESSORS
9875 M:      Paul Mackerras <paulus@samba.org>
9876 L:      linux-ppp@vger.kernel.org
9877 S:      Maintained
9878 F:      drivers/net/ppp/ppp_*
9880 PPP OVER ATM (RFC 2364)
9881 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9882 S:      Maintained
9883 F:      net/atm/pppoatm.c
9884 F:      include/uapi/linux/atmppp.h
9886 PPP OVER ETHERNET
9887 M:      Michal Ostrowski <mostrows@earthlink.net>
9888 S:      Maintained
9889 F:      drivers/net/ppp/pppoe.c
9890 F:      drivers/net/ppp/pppox.c
9892 PPP OVER L2TP
9893 M:      James Chapman <jchapman@katalix.com>
9894 S:      Maintained
9895 F:      net/l2tp/l2tp_ppp.c
9896 F:      include/linux/if_pppol2tp.h
9897 F:      include/uapi/linux/if_pppol2tp.h
9899 PPS SUPPORT
9900 M:      Rodolfo Giometti <giometti@enneenne.com>
9901 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9902 L:      linuxpps@ml.enneenne.com (subscribers-only)
9903 S:      Maintained
9904 F:      Documentation/pps/
9905 F:      drivers/pps/
9906 F:      include/linux/pps*.h
9908 PPTP DRIVER
9909 M:      Dmitry Kozlov <xeb@mail.ru>
9910 L:      netdev@vger.kernel.org
9911 S:      Maintained
9912 F:      drivers/net/ppp/pptp.c
9913 W:      http://sourceforge.net/projects/accel-pptp
9915 PREEMPTIBLE KERNEL
9916 M:      Robert Love <rml@tech9.net>
9917 L:      kpreempt-tech@lists.sourceforge.net
9918 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9919 S:      Supported
9920 F:      Documentation/preempt-locking.txt
9921 F:      include/linux/preempt.h
9923 PRISM54 WIRELESS DRIVER
9924 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9925 L:      linux-wireless@vger.kernel.org
9926 W:      http://wireless.kernel.org/en/users/Drivers/p54
9927 S:      Obsolete
9928 F:      drivers/net/wireless/intersil/prism54/
9930 PS3 NETWORK SUPPORT
9931 M:      Geoff Levand <geoff@infradead.org>
9932 L:      netdev@vger.kernel.org
9933 L:      linuxppc-dev@lists.ozlabs.org
9934 S:      Maintained
9935 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9937 PS3 PLATFORM SUPPORT
9938 M:      Geoff Levand <geoff@infradead.org>
9939 L:      linuxppc-dev@lists.ozlabs.org
9940 S:      Maintained
9941 F:      arch/powerpc/boot/ps3*
9942 F:      arch/powerpc/include/asm/lv1call.h
9943 F:      arch/powerpc/include/asm/ps3*.h
9944 F:      arch/powerpc/platforms/ps3/
9945 F:      drivers/*/ps3*
9946 F:      drivers/ps3/
9947 F:      drivers/rtc/rtc-ps3.c
9948 F:      drivers/usb/host/*ps3.c
9949 F:      sound/ppc/snd_ps3*
9951 PS3VRAM DRIVER
9952 M:      Jim Paris <jim@jtan.com>
9953 M:      Geoff Levand <geoff@infradead.org>
9954 L:      linuxppc-dev@lists.ozlabs.org
9955 S:      Maintained
9956 F:      drivers/block/ps3vram.c
9958 PSTORE FILESYSTEM
9959 M:      Anton Vorontsov <anton@enomsg.org>
9960 M:      Colin Cross <ccross@android.com>
9961 M:      Kees Cook <keescook@chromium.org>
9962 M:      Tony Luck <tony.luck@intel.com>
9963 S:      Maintained
9964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9965 F:      fs/pstore/
9966 F:      include/linux/pstore*
9967 F:      drivers/firmware/efi/efi-pstore.c
9968 F:      drivers/acpi/apei/erst.c
9970 PTP HARDWARE CLOCK SUPPORT
9971 M:      Richard Cochran <richardcochran@gmail.com>
9972 L:      netdev@vger.kernel.org
9973 S:      Maintained
9974 W:      http://linuxptp.sourceforge.net/
9975 F:      Documentation/ABI/testing/sysfs-ptp
9976 F:      Documentation/ptp/*
9977 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9978 F:      drivers/net/phy/dp83640*
9979 F:      drivers/ptp/*
9980 F:      include/linux/ptp_cl*
9982 PTRACE SUPPORT
9983 M:      Roland McGrath <roland@hack.frob.com>
9984 M:      Oleg Nesterov <oleg@redhat.com>
9985 S:      Maintained
9986 F:      include/asm-generic/syscall.h
9987 F:      include/linux/ptrace.h
9988 F:      include/linux/regset.h
9989 F:      include/linux/tracehook.h
9990 F:      include/uapi/linux/ptrace.h
9991 F:      kernel/ptrace.c
9993 PULSE8-CEC DRIVER
9994 M:      Hans Verkuil <hverkuil@xs4all.nl>
9995 L:      linux-media@vger.kernel.org
9996 T:      git git://linuxtv.org/media_tree.git
9997 S:      Maintained
9998 F:      drivers/media/usb/pulse8-cec/*
10000 PVRUSB2 VIDEO4LINUX DRIVER
10001 M:      Mike Isely <isely@pobox.com>
10002 L:      pvrusb2@isely.net       (subscribers-only)
10003 L:      linux-media@vger.kernel.org
10004 W:      http://www.isely.net/pvrusb2/
10005 T:      git git://linuxtv.org/media_tree.git
10006 S:      Maintained
10007 F:      Documentation/media/v4l-drivers/pvrusb2*
10008 F:      drivers/media/usb/pvrusb2/
10010 PWC WEBCAM DRIVER
10011 M:      Hans Verkuil <hverkuil@xs4all.nl>
10012 L:      linux-media@vger.kernel.org
10013 T:      git git://linuxtv.org/media_tree.git
10014 S:      Odd Fixes
10015 F:      drivers/media/usb/pwc/*
10017 PWM FAN DRIVER
10018 M:      Kamil Debski <kamil@wypas.org>
10019 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10020 L:      linux-hwmon@vger.kernel.org
10021 S:      Supported
10022 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10023 F:      Documentation/hwmon/pwm-fan
10024 F:      drivers/hwmon/pwm-fan.c
10026 PWM SUBSYSTEM
10027 M:      Thierry Reding <thierry.reding@gmail.com>
10028 L:      linux-pwm@vger.kernel.org
10029 S:      Maintained
10030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10031 F:      Documentation/pwm.txt
10032 F:      Documentation/devicetree/bindings/pwm/
10033 F:      include/linux/pwm.h
10034 F:      drivers/pwm/
10035 F:      drivers/video/backlight/pwm_bl.c
10036 F:      include/linux/pwm_backlight.h
10038 PXA2xx/PXA3xx SUPPORT
10039 M:      Daniel Mack <daniel@zonque.org>
10040 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10041 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10043 T:      git git://github.com/hzhuang1/linux.git
10044 T:      git git://github.com/rjarzmik/linux.git
10045 S:      Maintained
10046 F:      arch/arm/boot/dts/pxa*
10047 F:      arch/arm/mach-pxa/
10048 F:      drivers/dma/pxa*
10049 F:      drivers/pcmcia/pxa2xx*
10050 F:      drivers/pinctrl/pxa/
10051 F:      drivers/spi/spi-pxa2xx*
10052 F:      drivers/usb/gadget/udc/pxa2*
10053 F:      include/sound/pxa2xx-lib.h
10054 F:      sound/arm/pxa*
10055 F:      sound/soc/pxa/
10057 PXA GPIO DRIVER
10058 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10059 L:      linux-gpio@vger.kernel.org
10060 S:      Maintained
10061 F:      drivers/gpio/gpio-pxa.c
10063 PXA3xx NAND FLASH DRIVER
10064 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
10065 L:      linux-mtd@lists.infradead.org
10066 S:      Maintained
10067 F:      drivers/mtd/nand/pxa3xx_nand.c
10069 MMP SUPPORT
10070 M:      Eric Miao <eric.y.miao@gmail.com>
10071 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
10072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10073 T:      git git://github.com/hzhuang1/linux.git
10074 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10075 S:      Maintained
10076 F:      arch/arm/boot/dts/mmp*
10077 F:      arch/arm/mach-mmp/
10079 PXA MMCI DRIVER
10080 S:      Orphan
10082 PXA RTC DRIVER
10083 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10084 L:      rtc-linux@googlegroups.com
10085 S:      Maintained
10087 QAT DRIVER
10088 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
10089 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
10090 L:      qat-linux@intel.com
10091 S:      Supported
10092 F:      drivers/crypto/qat/
10094 QIB DRIVER
10095 M:      Mike Marciniszyn <infinipath@intel.com>
10096 L:      linux-rdma@vger.kernel.org
10097 S:      Supported
10098 F:      drivers/infiniband/hw/qib/
10100 QLOGIC QLA1280 SCSI DRIVER
10101 M:      Michael Reed <mdr@sgi.com>
10102 L:      linux-scsi@vger.kernel.org
10103 S:      Maintained
10104 F:      drivers/scsi/qla1280.[ch]
10106 QLOGIC QLA2XXX FC-SCSI DRIVER
10107 M:      qla2xxx-upstream@qlogic.com
10108 L:      linux-scsi@vger.kernel.org
10109 S:      Supported
10110 F:      Documentation/scsi/LICENSE.qla2xxx
10111 F:      drivers/scsi/qla2xxx/
10113 QLOGIC QLA4XXX iSCSI DRIVER
10114 M:      QLogic-Storage-Upstream@qlogic.com
10115 L:      linux-scsi@vger.kernel.org
10116 S:      Supported
10117 F:      Documentation/scsi/LICENSE.qla4xxx
10118 F:      drivers/scsi/qla4xxx/
10120 QLOGIC QLA3XXX NETWORK DRIVER
10121 M:      Dept-GELinuxNICDev@cavium.com
10122 L:      netdev@vger.kernel.org
10123 S:      Supported
10124 F:      Documentation/networking/LICENSE.qla3xxx
10125 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10127 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10128 M:      Harish Patil <harish.patil@cavium.com>
10129 M:      Manish Chopra <manish.chopra@cavium.com>
10130 M:      Dept-GELinuxNICDev@cavium.com
10131 L:      netdev@vger.kernel.org
10132 S:      Supported
10133 F:      drivers/net/ethernet/qlogic/qlcnic/
10135 QLOGIC QLGE 10Gb ETHERNET DRIVER
10136 M:      Harish Patil <harish.patil@cavium.com>
10137 M:      Manish Chopra <manish.chopra@cavium.com>
10138 M:      Dept-GELinuxNICDev@cavium.com
10139 L:      netdev@vger.kernel.org
10140 S:      Supported
10141 F:      drivers/net/ethernet/qlogic/qlge/
10143 QLOGIC QL4xxx ETHERNET DRIVER
10144 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
10145 M:      Ariel Elior <Ariel.Elior@cavium.com>
10146 M:      everest-linux-l2@cavium.com
10147 L:      netdev@vger.kernel.org
10148 S:      Supported
10149 F:      drivers/net/ethernet/qlogic/qed/
10150 F:      include/linux/qed/
10151 F:      drivers/net/ethernet/qlogic/qede/
10153 QLOGIC QL41xxx ISCSI DRIVER
10154 M:      QLogic-Storage-Upstream@cavium.com
10155 L:      linux-scsi@vger.kernel.org
10156 S:      Supported
10157 F:      drivers/scsi/qedi/
10159 QNX4 FILESYSTEM
10160 M:      Anders Larsen <al@alarsen.net>
10161 W:      http://www.alarsen.net/linux/qnx4fs/
10162 S:      Maintained
10163 F:      fs/qnx4/
10164 F:      include/uapi/linux/qnx4_fs.h
10165 F:      include/uapi/linux/qnxtypes.h
10167 QORIQ DPAA2 FSL-MC BUS DRIVER
10168 M:      Stuart Yoder <stuart.yoder@nxp.com>
10169 L:      linux-kernel@vger.kernel.org
10170 S:      Maintained
10171 F:      drivers/staging/fsl-mc/
10173 QT1010 MEDIA DRIVER
10174 M:      Antti Palosaari <crope@iki.fi>
10175 L:      linux-media@vger.kernel.org
10176 W:      https://linuxtv.org
10177 W:      http://palosaari.fi/linux/
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/anttip/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/tuners/qt1010*
10183 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10184 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
10185 L:      linux-wireless@vger.kernel.org
10186 L:      ath9k-devel@lists.ath9k.org
10187 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10188 S:      Supported
10189 F:      drivers/net/wireless/ath/ath9k/
10191 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10192 M:      Kalle Valo <kvalo@qca.qualcomm.com>
10193 L:      ath10k@lists.infradead.org
10194 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10196 S:      Supported
10197 F:      drivers/net/wireless/ath/ath10k/
10199 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10200 M:      Timur Tabi <timur@codeaurora.org>
10201 L:      netdev@vger.kernel.org
10202 S:      Supported
10203 F:      drivers/net/ethernet/qualcomm/emac/
10205 QUALCOMM HEXAGON ARCHITECTURE
10206 M:      Richard Kuo <rkuo@codeaurora.org>
10207 L:      linux-hexagon@vger.kernel.org
10208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10209 S:      Supported
10210 F:      arch/hexagon/
10212 QUALCOMM WCN36XX WIRELESS DRIVER
10213 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10214 L:      wcn36xx@lists.infradead.org
10215 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10216 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10217 S:      Supported
10218 F:      drivers/net/wireless/ath/wcn36xx/
10220 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10221 M:      Gabriel Somlo <somlo@cmu.edu>
10222 M:      "Michael S. Tsirkin" <mst@redhat.com>
10223 L:      qemu-devel@nongnu.org
10224 S:      Maintained
10225 F:      drivers/firmware/qemu_fw_cfg.c
10227 RADOS BLOCK DEVICE (RBD)
10228 M:      Ilya Dryomov <idryomov@gmail.com>
10229 M:      Sage Weil <sage@redhat.com>
10230 M:      Alex Elder <elder@kernel.org>
10231 L:      ceph-devel@vger.kernel.org
10232 W:      http://ceph.com/
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10234 T:      git git://github.com/ceph/ceph-client.git
10235 S:      Supported
10236 F:      Documentation/ABI/testing/sysfs-bus-rbd
10237 F:      drivers/block/rbd.c
10238 F:      drivers/block/rbd_types.h
10240 RADEON FRAMEBUFFER DISPLAY DRIVER
10241 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10242 L:      linux-fbdev@vger.kernel.org
10243 S:      Maintained
10244 F:      drivers/video/fbdev/aty/radeon*
10245 F:      include/uapi/linux/radeonfb.h
10247 RADIOSHARK RADIO DRIVER
10248 M:      Hans Verkuil <hverkuil@xs4all.nl>
10249 L:      linux-media@vger.kernel.org
10250 T:      git git://linuxtv.org/media_tree.git
10251 S:      Maintained
10252 F:      drivers/media/radio/radio-shark.c
10254 RADIOSHARK2 RADIO DRIVER
10255 M:      Hans Verkuil <hverkuil@xs4all.nl>
10256 L:      linux-media@vger.kernel.org
10257 T:      git git://linuxtv.org/media_tree.git
10258 S:      Maintained
10259 F:      drivers/media/radio/radio-shark2.c
10260 F:      drivers/media/radio/radio-tea5777.c
10262 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10263 M:      Paul Mackerras <paulus@samba.org>
10264 L:      linux-fbdev@vger.kernel.org
10265 S:      Maintained
10266 F:      drivers/video/fbdev/aty/aty128fb.c
10268 RALINK MIPS ARCHITECTURE
10269 M:      John Crispin <john@phrozen.org>
10270 L:      linux-mips@linux-mips.org
10271 S:      Maintained
10272 F:      arch/mips/ralink
10274 RALINK RT2X00 WIRELESS LAN DRIVER
10275 P:      rt2x00 project
10276 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10277 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10278 L:      linux-wireless@vger.kernel.org
10279 S:      Maintained
10280 F:      drivers/net/wireless/ralink/rt2x00/
10282 RAMDISK RAM BLOCK DEVICE DRIVER
10283 M:      Jens Axboe <axboe@kernel.dk>
10284 S:      Maintained
10285 F:      Documentation/blockdev/ramdisk.txt
10286 F:      drivers/block/brd.c
10288 RANDOM NUMBER DRIVER
10289 M:      "Theodore Ts'o" <tytso@mit.edu>
10290 S:      Maintained
10291 F:      drivers/char/random.c
10293 RAPIDIO SUBSYSTEM
10294 M:      Matt Porter <mporter@kernel.crashing.org>
10295 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10296 S:      Maintained
10297 F:      drivers/rapidio/
10299 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10300 L:      linux-wireless@vger.kernel.org
10301 S:      Orphan
10302 F:      drivers/net/wireless/ray*
10304 RCUTORTURE MODULE
10305 M:      Josh Triplett <josh@joshtriplett.org>
10306 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10307 L:      linux-kernel@vger.kernel.org
10308 S:      Supported
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10310 F:      Documentation/RCU/torture.txt
10311 F:      kernel/rcu/rcutorture.c
10313 RCUTORTURE TEST FRAMEWORK
10314 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10315 M:      Josh Triplett <josh@joshtriplett.org>
10316 R:      Steven Rostedt <rostedt@goodmis.org>
10317 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10318 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10319 L:      linux-kernel@vger.kernel.org
10320 S:      Supported
10321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10322 F:      tools/testing/selftests/rcutorture
10324 RDC R-321X SoC
10325 M:      Florian Fainelli <florian@openwrt.org>
10326 S:      Maintained
10328 RDC R6040 FAST ETHERNET DRIVER
10329 M:      Florian Fainelli <f.fainelli@gmail.com>
10330 L:      netdev@vger.kernel.org
10331 S:      Maintained
10332 F:      drivers/net/ethernet/rdc/r6040.c
10334 RDS - RELIABLE DATAGRAM SOCKETS
10335 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10336 L:      netdev@vger.kernel.org
10337 L:      linux-rdma@vger.kernel.org
10338 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10339 W:      https://oss.oracle.com/projects/rds/
10340 S:      Supported
10341 F:      net/rds/
10342 F:      Documentation/networking/rds.txt
10344 RDMAVT - RDMA verbs software
10345 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10346 L:      linux-rdma@vger.kernel.org
10347 S:      Supported
10348 F:      drivers/infiniband/sw/rdmavt
10350 RDT - RESOURCE ALLOCATION
10351 M:      Fenghua Yu <fenghua.yu@intel.com>
10352 L:      linux-kernel@vger.kernel.org
10353 S:      Supported
10354 F:      arch/x86/kernel/cpu/intel_rdt*
10355 F:      arch/x86/include/asm/intel_rdt*
10356 F:      Documentation/x86/intel_rdt*
10358 READ-COPY UPDATE (RCU)
10359 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10360 M:      Josh Triplett <josh@joshtriplett.org>
10361 R:      Steven Rostedt <rostedt@goodmis.org>
10362 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10363 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10364 L:      linux-kernel@vger.kernel.org
10365 W:      http://www.rdrop.com/users/paulmck/RCU/
10366 S:      Supported
10367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10368 F:      Documentation/RCU/
10369 X:      Documentation/RCU/torture.txt
10370 F:      include/linux/rcu*
10371 X:      include/linux/srcu.h
10372 F:      kernel/rcu/
10373 X:      kernel/torture.c
10375 REAL TIME CLOCK (RTC) SUBSYSTEM
10376 M:      Alessandro Zummo <a.zummo@towertech.it>
10377 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10378 L:      rtc-linux@googlegroups.com
10379 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10381 S:      Maintained
10382 F:      Documentation/devicetree/bindings/rtc/
10383 F:      Documentation/rtc.txt
10384 F:      drivers/rtc/
10385 F:      include/linux/rtc.h
10386 F:      include/uapi/linux/rtc.h
10387 F:      include/linux/rtc/
10388 F:      include/linux/platform_data/rtc-*
10389 F:      tools/testing/selftests/timers/rtctest.c
10391 REALTEK AUDIO CODECS
10392 M:      Bard Liao <bardliao@realtek.com>
10393 M:      Oder Chiou <oder_chiou@realtek.com>
10394 S:      Maintained
10395 F:      sound/soc/codecs/rt*
10396 F:      include/sound/rt*.h
10398 REISERFS FILE SYSTEM
10399 L:      reiserfs-devel@vger.kernel.org
10400 S:      Supported
10401 F:      fs/reiserfs/
10403 REGISTER MAP ABSTRACTION
10404 M:      Mark Brown <broonie@kernel.org>
10405 L:      linux-kernel@vger.kernel.org
10406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10407 S:      Supported
10408 F:      Documentation/devicetree/bindings/regmap/
10409 F:      drivers/base/regmap/
10410 F:      include/linux/regmap.h
10412 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10413 M:      Ohad Ben-Cohen <ohad@wizery.com>
10414 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10415 L:      linux-remoteproc@vger.kernel.org
10416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10417 S:      Maintained
10418 F:      Documentation/devicetree/bindings/remoteproc/
10419 F:      Documentation/remoteproc.txt
10420 F:      drivers/remoteproc/
10421 F:      include/linux/remoteproc.h
10423 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10424 M:      Ohad Ben-Cohen <ohad@wizery.com>
10425 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10426 L:      linux-remoteproc@vger.kernel.org
10427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10428 S:      Maintained
10429 F:      drivers/rpmsg/
10430 F:      Documentation/rpmsg.txt
10431 F:      include/linux/rpmsg.h
10433 RENESAS CLOCK DRIVERS
10434 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10435 L:      linux-renesas-soc@vger.kernel.org
10436 S:      Supported
10437 F:      drivers/clk/renesas/
10439 RENESAS ETHERNET DRIVERS
10440 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10441 L:      netdev@vger.kernel.org
10442 L:      linux-renesas-soc@vger.kernel.org
10443 F:      drivers/net/ethernet/renesas/
10444 F:      include/linux/sh_eth.h
10446 RENESAS USB2 PHY DRIVER
10447 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10448 L:      linux-renesas-soc@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/phy/phy-rcar-gen3-usb2.c
10452 RESET CONTROLLER FRAMEWORK
10453 M:      Philipp Zabel <p.zabel@pengutronix.de>
10454 T:      git git://git.pengutronix.de/git/pza/linux
10455 S:      Maintained
10456 F:      drivers/reset/
10457 F:      Documentation/devicetree/bindings/reset/
10458 F:      include/dt-bindings/reset/
10459 F:      include/linux/reset.h
10460 F:      include/linux/reset-controller.h
10462 RFKILL
10463 M:      Johannes Berg <johannes@sipsolutions.net>
10464 L:      linux-wireless@vger.kernel.org
10465 W:      http://wireless.kernel.org/
10466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10468 S:      Maintained
10469 F:      Documentation/rfkill.txt
10470 F:      net/rfkill/
10472 RHASHTABLE
10473 M:      Thomas Graf <tgraf@suug.ch>
10474 M:      Herbert Xu <herbert@gondor.apana.org.au>
10475 L:      netdev@vger.kernel.org
10476 S:      Maintained
10477 F:      lib/rhashtable.c
10478 F:      include/linux/rhashtable.h
10480 RICOH SMARTMEDIA/XD DRIVER
10481 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10482 S:      Maintained
10483 F:      drivers/mtd/nand/r852.c
10484 F:      drivers/mtd/nand/r852.h
10486 RICOH R5C592 MEMORYSTICK DRIVER
10487 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10488 S:      Maintained
10489 F:      drivers/memstick/host/r592.*
10491 ROCCAT DRIVERS
10492 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10493 W:      http://sourceforge.net/projects/roccat/
10494 S:      Maintained
10495 F:      drivers/hid/hid-roccat*
10496 F:      include/linux/hid-roccat*
10497 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10499 ROCKER DRIVER
10500 M:      Jiri Pirko <jiri@resnulli.us>
10501 L:      netdev@vger.kernel.org
10502 S:      Supported
10503 F:      drivers/net/ethernet/rocker/
10505 ROCKETPORT DRIVER
10506 P:      Comtrol Corp.
10507 W:      http://www.comtrol.com
10508 S:      Maintained
10509 F:      Documentation/serial/rocket.txt
10510 F:      drivers/tty/rocket*
10512 ROCKETPORT EXPRESS/INFINITY DRIVER
10513 M:      Kevin Cernekee <cernekee@gmail.com>
10514 L:      linux-serial@vger.kernel.org
10515 S:      Odd Fixes
10516 F:      drivers/tty/serial/rp2.*
10518 ROSE NETWORK LAYER
10519 M:      Ralf Baechle <ralf@linux-mips.org>
10520 L:      linux-hams@vger.kernel.org
10521 W:      http://www.linux-ax25.org/
10522 S:      Maintained
10523 F:      include/net/rose.h
10524 F:      include/uapi/linux/rose.h
10525 F:      net/rose/
10527 RTL2830 MEDIA DRIVER
10528 M:      Antti Palosaari <crope@iki.fi>
10529 L:      linux-media@vger.kernel.org
10530 W:      https://linuxtv.org
10531 W:      http://palosaari.fi/linux/
10532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10533 T:      git git://linuxtv.org/anttip/media_tree.git
10534 S:      Maintained
10535 F:      drivers/media/dvb-frontends/rtl2830*
10537 RTL2832 MEDIA DRIVER
10538 M:      Antti Palosaari <crope@iki.fi>
10539 L:      linux-media@vger.kernel.org
10540 W:      https://linuxtv.org
10541 W:      http://palosaari.fi/linux/
10542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10543 T:      git git://linuxtv.org/anttip/media_tree.git
10544 S:      Maintained
10545 F:      drivers/media/dvb-frontends/rtl2832*
10547 RTL2832_SDR MEDIA DRIVER
10548 M:      Antti Palosaari <crope@iki.fi>
10549 L:      linux-media@vger.kernel.org
10550 W:      https://linuxtv.org
10551 W:      http://palosaari.fi/linux/
10552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10553 T:      git git://linuxtv.org/anttip/media_tree.git
10554 S:      Maintained
10555 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10557 RTL8180 WIRELESS DRIVER
10558 L:      linux-wireless@vger.kernel.org
10559 W:      http://wireless.kernel.org/
10560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10561 S:      Orphan
10562 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10564 RTL8187 WIRELESS DRIVER
10565 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10566 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10567 M:      Larry Finger <Larry.Finger@lwfinger.net>
10568 L:      linux-wireless@vger.kernel.org
10569 W:      http://wireless.kernel.org/
10570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10571 S:      Maintained
10572 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10574 RTL8192CE WIRELESS DRIVER
10575 M:      Larry Finger <Larry.Finger@lwfinger.net>
10576 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10577 L:      linux-wireless@vger.kernel.org
10578 W:      http://wireless.kernel.org/
10579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10580 S:      Maintained
10581 F:      drivers/net/wireless/realtek/rtlwifi/
10582 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10584 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10585 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10586 L:      linux-wireless@vger.kernel.org
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10588 S:      Maintained
10589 F:      drivers/net/wireless/realtek/rtl8xxxu/
10591 S3 SAVAGE FRAMEBUFFER DRIVER
10592 M:      Antonino Daplas <adaplas@gmail.com>
10593 L:      linux-fbdev@vger.kernel.org
10594 S:      Maintained
10595 F:      drivers/video/fbdev/savage/
10597 S390
10598 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10599 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10600 L:      linux-s390@vger.kernel.org
10601 W:      http://www.ibm.com/developerworks/linux/linux390/
10602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10603 S:      Supported
10604 F:      arch/s390/
10605 F:      drivers/s390/
10606 F:      Documentation/s390/
10607 F:      Documentation/DocBook/s390*
10609 S390 COMMON I/O LAYER
10610 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10611 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10612 L:      linux-s390@vger.kernel.org
10613 W:      http://www.ibm.com/developerworks/linux/linux390/
10614 S:      Supported
10615 F:      drivers/s390/cio/
10617 S390 DASD DRIVER
10618 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10619 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10620 L:      linux-s390@vger.kernel.org
10621 W:      http://www.ibm.com/developerworks/linux/linux390/
10622 S:      Supported
10623 F:      drivers/s390/block/dasd*
10624 F:      block/partitions/ibm.c
10626 S390 NETWORK DRIVERS
10627 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10628 L:      linux-s390@vger.kernel.org
10629 W:      http://www.ibm.com/developerworks/linux/linux390/
10630 S:      Supported
10631 F:      drivers/s390/net/
10633 S390 PCI SUBSYSTEM
10634 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10635 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10636 L:      linux-s390@vger.kernel.org
10637 W:      http://www.ibm.com/developerworks/linux/linux390/
10638 S:      Supported
10639 F:      arch/s390/pci/
10640 F:      drivers/pci/hotplug/s390_pci_hpc.c
10642 S390 ZCRYPT DRIVER
10643 M:      Harald Freudenberger <freude@de.ibm.com>
10644 L:      linux-s390@vger.kernel.org
10645 W:      http://www.ibm.com/developerworks/linux/linux390/
10646 S:      Supported
10647 F:      drivers/s390/crypto/
10649 S390 ZFCP DRIVER
10650 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10651 L:      linux-s390@vger.kernel.org
10652 W:      http://www.ibm.com/developerworks/linux/linux390/
10653 S:      Supported
10654 F:      drivers/s390/scsi/zfcp_*
10656 S390 IUCV NETWORK LAYER
10657 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10658 L:      linux-s390@vger.kernel.org
10659 W:      http://www.ibm.com/developerworks/linux/linux390/
10660 S:      Supported
10661 F:      drivers/s390/net/*iucv*
10662 F:      include/net/iucv/
10663 F:      net/iucv/
10665 S390 IOMMU (PCI)
10666 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10667 L:      linux-s390@vger.kernel.org
10668 W:      http://www.ibm.com/developerworks/linux/linux390/
10669 S:      Supported
10670 F:      drivers/iommu/s390-iommu.c
10672 S3C24XX SD/MMC Driver
10673 M:      Ben Dooks <ben-linux@fluff.org>
10674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10675 S:      Supported
10676 F:      drivers/mmc/host/s3cmci.*
10678 SAA6588 RDS RECEIVER DRIVER
10679 M:      Hans Verkuil <hverkuil@xs4all.nl>
10680 L:      linux-media@vger.kernel.org
10681 T:      git git://linuxtv.org/media_tree.git
10682 W:      https://linuxtv.org
10683 S:      Odd Fixes
10684 F:      drivers/media/i2c/saa6588*
10686 SAA7134 VIDEO4LINUX DRIVER
10687 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10688 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10689 L:      linux-media@vger.kernel.org
10690 W:      https://linuxtv.org
10691 T:      git git://linuxtv.org/media_tree.git
10692 S:      Odd fixes
10693 F:      Documentation/media/v4l-drivers/saa7134*
10694 F:      drivers/media/pci/saa7134/
10696 SAA7146 VIDEO4LINUX-2 DRIVER
10697 M:      Hans Verkuil <hverkuil@xs4all.nl>
10698 L:      linux-media@vger.kernel.org
10699 T:      git git://linuxtv.org/media_tree.git
10700 S:      Maintained
10701 F:      drivers/media/common/saa7146/
10702 F:      drivers/media/pci/saa7146/
10703 F:      include/media/saa7146*
10705 SAMSUNG LAPTOP DRIVER
10706 M:      Corentin Chary <corentin.chary@gmail.com>
10707 L:      platform-driver-x86@vger.kernel.org
10708 S:      Maintained
10709 F:      drivers/platform/x86/samsung-laptop.c
10711 SAMSUNG AUDIO (ASoC) DRIVERS
10712 M:      Krzysztof Kozlowski <krzk@kernel.org>
10713 M:      Sangbeom Kim <sbkim73@samsung.com>
10714 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10715 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10716 S:      Supported
10717 F:      sound/soc/samsung/
10719 SAMSUNG FRAMEBUFFER DRIVER
10720 M:      Jingoo Han <jingoohan1@gmail.com>
10721 L:      linux-fbdev@vger.kernel.org
10722 S:      Maintained
10723 F:      drivers/video/fbdev/s3c-fb.c
10725 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10726 M:      Sangbeom Kim <sbkim73@samsung.com>
10727 M:      Krzysztof Kozlowski <krzk@kernel.org>
10728 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10729 L:      linux-kernel@vger.kernel.org
10730 L:      linux-samsung-soc@vger.kernel.org
10731 S:      Supported
10732 F:      drivers/mfd/sec*.c
10733 F:      drivers/regulator/s2m*.c
10734 F:      drivers/regulator/s5m*.c
10735 F:      drivers/clk/clk-s2mps11.c
10736 F:      drivers/rtc/rtc-s5m.c
10737 F:      include/linux/mfd/samsung/
10738 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10739 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10740 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10741 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10743 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10744 M:      Kyungmin Park <kyungmin.park@samsung.com>
10745 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10746 L:      linux-media@vger.kernel.org
10747 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10748 S:      Supported
10749 F:      drivers/media/platform/exynos4-is/
10751 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10752 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10753 L:      linux-media@vger.kernel.org
10754 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10755 S:      Maintained
10756 F:      drivers/media/platform/s3c-camif/
10757 F:      include/media/drv-intf/s3c_camif.h
10759 SAMSUNG S5C73M3 CAMERA DRIVER
10760 M:      Kyungmin Park <kyungmin.park@samsung.com>
10761 M:      Andrzej Hajda <a.hajda@samsung.com>
10762 L:      linux-media@vger.kernel.org
10763 S:      Supported
10764 F:      drivers/media/i2c/s5c73m3/*
10766 SAMSUNG S5K5BAF CAMERA DRIVER
10767 M:      Kyungmin Park <kyungmin.park@samsung.com>
10768 M:      Andrzej Hajda <a.hajda@samsung.com>
10769 L:      linux-media@vger.kernel.org
10770 S:      Supported
10771 F:      drivers/media/i2c/s5k5baf.c
10773 SAMSUNG S3FWRN5 NFC DRIVER
10774 M:      Robert Baldyga <r.baldyga@samsung.com>
10775 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10776 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10777 S:      Supported
10778 F:      drivers/nfc/s3fwrn5
10780 SAMSUNG SOC CLOCK DRIVERS
10781 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10782 M:      Tomasz Figa <tomasz.figa@gmail.com>
10783 M:      Chanwoo Choi <cw00.choi@samsung.com>
10784 S:      Supported
10785 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10786 F:      drivers/clk/samsung/
10787 F:      include/dt-bindings/clock/exynos*.h
10788 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10790 SAMSUNG SPI DRIVERS
10791 M:      Kukjin Kim <kgene@kernel.org>
10792 M:      Krzysztof Kozlowski <krzk@kernel.org>
10793 M:      Andi Shyti <andi.shyti@samsung.com>
10794 L:      linux-spi@vger.kernel.org
10795 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10796 S:      Maintained
10797 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10798 F:      drivers/spi/spi-s3c*
10799 F:      include/linux/platform_data/spi-s3c64xx.h
10801 SAMSUNG SXGBE DRIVERS
10802 M:      Byungho An <bh74.an@samsung.com>
10803 M:      Girish K S <ks.giri@samsung.com>
10804 M:      Vipul Pandya <vipul.pandya@samsung.com>
10805 S:      Supported
10806 L:      netdev@vger.kernel.org
10807 F:      drivers/net/ethernet/samsung/sxgbe/
10809 SAMSUNG THERMAL DRIVER
10810 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10811 L:      linux-pm@vger.kernel.org
10812 L:      linux-samsung-soc@vger.kernel.org
10813 S:      Supported
10814 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10815 F:      drivers/thermal/samsung/
10817 SAMSUNG USB2 PHY DRIVER
10818 M:      Kamil Debski <kamil@wypas.org>
10819 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10820 L:      linux-kernel@vger.kernel.org
10821 S:      Supported
10822 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10823 F:      Documentation/phy/samsung-usb2.txt
10824 F:      drivers/phy/phy-exynos4210-usb2.c
10825 F:      drivers/phy/phy-exynos4x12-usb2.c
10826 F:      drivers/phy/phy-exynos5250-usb2.c
10827 F:      drivers/phy/phy-s5pv210-usb2.c
10828 F:      drivers/phy/phy-samsung-usb2.c
10829 F:      drivers/phy/phy-samsung-usb2.h
10831 SERIAL DRIVERS
10832 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10833 L:      linux-serial@vger.kernel.org
10834 S:      Maintained
10835 F:      Documentation/devicetree/bindings/serial/
10836 F:      drivers/tty/serial/
10838 SERIAL IR RECEIVER
10839 M:      Sean Young <sean@mess.org>
10840 L:      linux-media@vger.kernel.org
10841 S:      Maintained
10842 F:      drivers/media/rc/serial_ir.c
10844 STI CEC DRIVER
10845 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10846 L:      kernel@stlinux.com
10847 S:      Maintained
10848 F:      drivers/staging/media/st-cec/
10849 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10851 SYNOPSYS DESIGNWARE DMAC DRIVER
10852 M:      Viresh Kumar <vireshk@kernel.org>
10853 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10854 S:      Maintained
10855 F:      include/linux/dma/dw.h
10856 F:      include/linux/platform_data/dma-dw.h
10857 F:      drivers/dma/dw/
10859 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10860 M: Lars Persson <lars.persson@axis.com>
10861 L: netdev@vger.kernel.org
10862 S: Supported
10863 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10864 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10866 SYNOPSYS DESIGNWARE I2C DRIVER
10867 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10868 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10869 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10870 L:      linux-i2c@vger.kernel.org
10871 S:      Maintained
10872 F:      drivers/i2c/busses/i2c-designware-*
10873 F:      include/linux/platform_data/i2c-designware.h
10875 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10876 M:      Jaehoon Chung <jh80.chung@samsung.com>
10877 L:      linux-mmc@vger.kernel.org
10878 S:      Maintained
10879 F:      include/linux/mmc/dw_mmc.h
10880 F:      drivers/mmc/host/dw_mmc*
10882 SYSTEM TRACE MODULE CLASS
10883 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10884 S:      Maintained
10885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10886 F:      Documentation/trace/stm.txt
10887 F:      drivers/hwtracing/stm/
10888 F:      include/linux/stm.h
10889 F:      include/uapi/linux/stm.h
10891 THUNDERBOLT DRIVER
10892 M:      Andreas Noever <andreas.noever@gmail.com>
10893 S:      Maintained
10894 F:      drivers/thunderbolt/
10896 TI BQ27XXX POWER SUPPLY DRIVER
10897 R:      Andrew F. Davis <afd@ti.com>
10898 F:      include/linux/power/bq27xxx_battery.h
10899 F:      drivers/power/supply/bq27xxx_battery.c
10900 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10902 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10903 M:      John Stultz <john.stultz@linaro.org>
10904 M:      Thomas Gleixner <tglx@linutronix.de>
10905 L:      linux-kernel@vger.kernel.org
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10907 S:      Supported
10908 F:      include/linux/clocksource.h
10909 F:      include/linux/time.h
10910 F:      include/linux/timex.h
10911 F:      include/uapi/linux/time.h
10912 F:      include/uapi/linux/timex.h
10913 F:      kernel/time/clocksource.c
10914 F:      kernel/time/time*.c
10915 F:      kernel/time/alarmtimer.c
10916 F:      kernel/time/ntp.c
10917 F:      tools/testing/selftests/timers/
10919 SC1200 WDT DRIVER
10920 M:      Zwane Mwaikambo <zwanem@gmail.com>
10921 S:      Maintained
10922 F:      drivers/watchdog/sc1200wdt.c
10924 SCHEDULER
10925 M:      Ingo Molnar <mingo@redhat.com>
10926 M:      Peter Zijlstra <peterz@infradead.org>
10927 L:      linux-kernel@vger.kernel.org
10928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10929 S:      Maintained
10930 F:      kernel/sched/
10931 F:      include/linux/sched.h
10932 F:      include/uapi/linux/sched.h
10933 F:      include/linux/wait.h
10935 SCORE ARCHITECTURE
10936 M:      Chen Liqin <liqin.linux@gmail.com>
10937 M:      Lennox Wu <lennox.wu@gmail.com>
10938 W:      http://www.sunplus.com
10939 S:      Supported
10940 F:      arch/score/
10942 SCR24X CHIP CARD INTERFACE DRIVER
10943 M:      Lubomir Rintel <lkundrak@v3.sk>
10944 S:      Supported
10945 F:      drivers/char/pcmcia/scr24x_cs.c
10947 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10948 M:      Sudeep Holla <sudeep.holla@arm.com>
10949 L:      linux-arm-kernel@lists.infradead.org
10950 S:      Maintained
10951 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10952 F:      drivers/clk/clk-scpi.c
10953 F:      drivers/cpufreq/scpi-cpufreq.c
10954 F:      drivers/firmware/arm_scpi.c
10955 F:      include/linux/scpi_protocol.h
10957 SCSI CDROM DRIVER
10958 M:      Jens Axboe <axboe@kernel.dk>
10959 L:      linux-scsi@vger.kernel.org
10960 W:      http://www.kernel.dk
10961 S:      Maintained
10962 F:      drivers/scsi/sr*
10964 SCSI RDMA PROTOCOL (SRP) INITIATOR
10965 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10966 L:      linux-rdma@vger.kernel.org
10967 S:      Supported
10968 W:      http://www.openfabrics.org
10969 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10971 F:      drivers/infiniband/ulp/srp/
10972 F:      include/scsi/srp.h
10974 SCSI SG DRIVER
10975 M:      Doug Gilbert <dgilbert@interlog.com>
10976 L:      linux-scsi@vger.kernel.org
10977 W:      http://sg.danny.cz/sg
10978 S:      Maintained
10979 F:      Documentation/scsi/scsi-generic.txt
10980 F:      drivers/scsi/sg.c
10981 F:      include/scsi/sg.h
10983 SCSI SUBSYSTEM
10984 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10986 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10988 L:      linux-scsi@vger.kernel.org
10989 S:      Maintained
10990 F:      Documentation/devicetree/bindings/scsi/
10991 F:      drivers/scsi/
10992 F:      include/scsi/
10994 SCSI TAPE DRIVER
10995 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10996 L:      linux-scsi@vger.kernel.org
10997 S:      Maintained
10998 F:      Documentation/scsi/st.txt
10999 F:      drivers/scsi/st.*
11000 F:      drivers/scsi/st_*.h
11002 SCTP PROTOCOL
11003 M:      Vlad Yasevich <vyasevich@gmail.com>
11004 M:      Neil Horman <nhorman@tuxdriver.com>
11005 L:      linux-sctp@vger.kernel.org
11006 W:      http://lksctp.sourceforge.net
11007 S:      Maintained
11008 F:      Documentation/networking/sctp.txt
11009 F:      include/linux/sctp.h
11010 F:      include/uapi/linux/sctp.h
11011 F:      include/net/sctp/
11012 F:      net/sctp/
11014 SCx200 CPU SUPPORT
11015 M:      Jim Cromie <jim.cromie@gmail.com>
11016 S:      Odd Fixes
11017 F:      Documentation/i2c/busses/scx200_acb
11018 F:      arch/x86/platform/scx200/
11019 F:      drivers/watchdog/scx200_wdt.c
11020 F:      drivers/i2c/busses/scx200*
11021 F:      drivers/mtd/maps/scx200_docflash.c
11022 F:      include/linux/scx200.h
11024 SCx200 GPIO DRIVER
11025 M:      Jim Cromie <jim.cromie@gmail.com>
11026 S:      Maintained
11027 F:      drivers/char/scx200_gpio.c
11028 F:      include/linux/scx200_gpio.h
11030 SCx200 HRT CLOCKSOURCE DRIVER
11031 M:      Jim Cromie <jim.cromie@gmail.com>
11032 S:      Maintained
11033 F:      drivers/clocksource/scx200_hrt.c
11035 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11036 M:      Sascha Sommer <saschasommer@freenet.de>
11037 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
11038 S:      Maintained
11039 F:      drivers/mmc/host/sdricoh_cs.c
11041 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11042 M:      Adrian Hunter <adrian.hunter@intel.com>
11043 L:      linux-mmc@vger.kernel.org
11044 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11045 S:      Maintained
11046 F:      drivers/mmc/host/sdhci*
11047 F:      include/linux/mmc/sdhci*
11049 SECURE COMPUTING
11050 M:      Kees Cook <keescook@chromium.org>
11051 R:      Andy Lutomirski <luto@amacapital.net>
11052 R:      Will Drewry <wad@chromium.org>
11053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11054 S:      Supported
11055 F:      kernel/seccomp.c
11056 F:      include/uapi/linux/seccomp.h
11057 F:      include/linux/seccomp.h
11058 F:      tools/testing/selftests/seccomp/*
11059 K:      \bsecure_computing
11060 K:      \bTIF_SECCOMP\b
11062 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11063 M:      Al Cooper <alcooperx@gmail.com>
11064 L:      linux-mmc@vger.kernel.org
11065 L:      bcm-kernel-feedback-list@broadcom.com
11066 S:      Maintained
11067 F:      drivers/mmc/host/sdhci-brcmstb*
11069 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11070 M:      Ben Dooks <ben-linux@fluff.org>
11071 M:      Jaehoon Chung <jh80.chung@samsung.com>
11072 L:      linux-mmc@vger.kernel.org
11073 S:      Maintained
11074 F:      drivers/mmc/host/sdhci-s3c*
11076 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11077 M:      Viresh Kumar <vireshk@kernel.org>
11078 L:      linux-mmc@vger.kernel.org
11079 S:      Maintained
11080 F:      drivers/mmc/host/sdhci-spear.c
11082 SECURITY SUBSYSTEM
11083 M:      James Morris <james.l.morris@oracle.com>
11084 M:      "Serge E. Hallyn" <serge@hallyn.com>
11085 L:      linux-security-module@vger.kernel.org (suggested Cc:)
11086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11087 W:      http://kernsec.org/
11088 S:      Supported
11089 F:      security/
11091 SECURITY CONTACT
11092 M:      Security Officers <security@kernel.org>
11093 S:      Supported
11095 SELINUX SECURITY MODULE
11096 M:      Paul Moore <paul@paul-moore.com>
11097 M:      Stephen Smalley <sds@tycho.nsa.gov>
11098 M:      Eric Paris <eparis@parisplace.org>
11099 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
11100 W:      http://selinuxproject.org
11101 T:      git git://git.infradead.org/users/pcmoore/selinux
11102 S:      Supported
11103 F:      include/linux/selinux*
11104 F:      security/selinux/
11105 F:      scripts/selinux/
11107 APPARMOR SECURITY MODULE
11108 M:      John Johansen <john.johansen@canonical.com>
11109 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
11110 W:      apparmor.wiki.kernel.org
11111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11112 S:      Supported
11113 F:      security/apparmor/
11115 LOADPIN SECURITY MODULE
11116 M:      Kees Cook <keescook@chromium.org>
11117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11118 S:      Supported
11119 F:      security/loadpin/
11121 YAMA SECURITY MODULE
11122 M:      Kees Cook <keescook@chromium.org>
11123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11124 S:      Supported
11125 F:      security/yama/
11127 SENSABLE PHANTOM
11128 M:      Jiri Slaby <jirislaby@gmail.com>
11129 S:      Maintained
11130 F:      drivers/misc/phantom.c
11131 F:      include/uapi/linux/phantom.h
11133 Emulex 10Gbps iSCSI - OneConnect DRIVER
11134 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
11135 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
11136 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
11137 L:      linux-scsi@vger.kernel.org
11138 W:      http://www.broadcom.com
11139 S:      Supported
11140 F:      drivers/scsi/be2iscsi/
11142 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11143 M:      Sathya Perla <sathya.perla@broadcom.com>
11144 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
11145 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
11146 M:      Somnath Kotur <somnath.kotur@broadcom.com>
11147 L:      netdev@vger.kernel.org
11148 W:      http://www.emulex.com
11149 S:      Supported
11150 F:      drivers/net/ethernet/emulex/benet/
11152 EMULEX ONECONNECT ROCE DRIVER
11153 M:      Selvin Xavier <selvin.xavier@avagotech.com>
11154 M:      Devesh Sharma <devesh.sharma@avagotech.com>
11155 L:      linux-rdma@vger.kernel.org
11156 W:      http://www.emulex.com
11157 S:      Supported
11158 F:      drivers/infiniband/hw/ocrdma/
11159 F:      include/uapi/rdma/ocrdma-abi.h
11161 SFC NETWORK DRIVER
11162 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
11163 M:      Edward Cree <ecree@solarflare.com>
11164 M:      Bert Kenward <bkenward@solarflare.com>
11165 L:      netdev@vger.kernel.org
11166 S:      Supported
11167 F:      drivers/net/ethernet/sfc/
11169 SGI GRU DRIVER
11170 M:      Dimitri Sivanich <sivanich@sgi.com>
11171 S:      Maintained
11172 F:      drivers/misc/sgi-gru/
11174 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11175 M:      Pat Gefre <pfg@sgi.com>
11176 L:      linux-ia64@vger.kernel.org
11177 S:      Supported
11178 F:      Documentation/ia64/serial.txt
11179 F:      drivers/tty/serial/ioc?_serial.c
11180 F:      include/linux/ioc?.h
11182 SGI XP/XPC/XPNET DRIVER
11183 M:      Cliff Whickman <cpw@sgi.com>
11184 M:      Robin Holt <robinmholt@gmail.com>
11185 S:      Maintained
11186 F:      drivers/misc/sgi-xp/
11188 SI2157 MEDIA DRIVER
11189 M:      Antti Palosaari <crope@iki.fi>
11190 L:      linux-media@vger.kernel.org
11191 W:      https://linuxtv.org
11192 W:      http://palosaari.fi/linux/
11193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11194 T:      git git://linuxtv.org/anttip/media_tree.git
11195 S:      Maintained
11196 F:      drivers/media/tuners/si2157*
11198 SI2168 MEDIA DRIVER
11199 M:      Antti Palosaari <crope@iki.fi>
11200 L:      linux-media@vger.kernel.org
11201 W:      https://linuxtv.org
11202 W:      http://palosaari.fi/linux/
11203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11204 T:      git git://linuxtv.org/anttip/media_tree.git
11205 S:      Maintained
11206 F:      drivers/media/dvb-frontends/si2168*
11208 SI470X FM RADIO RECEIVER I2C DRIVER
11209 M:      Hans Verkuil <hverkuil@xs4all.nl>
11210 L:      linux-media@vger.kernel.org
11211 T:      git git://linuxtv.org/media_tree.git
11212 W:      https://linuxtv.org
11213 S:      Odd Fixes
11214 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11216 SI470X FM RADIO RECEIVER USB DRIVER
11217 M:      Hans Verkuil <hverkuil@xs4all.nl>
11218 L:      linux-media@vger.kernel.org
11219 T:      git git://linuxtv.org/media_tree.git
11220 W:      https://linuxtv.org
11221 S:      Maintained
11222 F:      drivers/media/radio/si470x/radio-si470x-common.c
11223 F:      drivers/media/radio/si470x/radio-si470x.h
11224 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11226 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11227 M:      Eduardo Valentin <edubezval@gmail.com>
11228 L:      linux-media@vger.kernel.org
11229 T:      git git://linuxtv.org/media_tree.git
11230 W:      https://linuxtv.org
11231 S:      Odd Fixes
11232 F:      drivers/media/radio/si4713/si4713.?
11234 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11235 M:      Eduardo Valentin <edubezval@gmail.com>
11236 L:      linux-media@vger.kernel.org
11237 T:      git git://linuxtv.org/media_tree.git
11238 W:      https://linuxtv.org
11239 S:      Odd Fixes
11240 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11242 SI4713 FM RADIO TRANSMITTER USB DRIVER
11243 M:      Hans Verkuil <hverkuil@xs4all.nl>
11244 L:      linux-media@vger.kernel.org
11245 T:      git git://linuxtv.org/media_tree.git
11246 W:      https://linuxtv.org
11247 S:      Maintained
11248 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11250 SIANO DVB DRIVER
11251 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11252 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11253 L:      linux-media@vger.kernel.org
11254 W:      https://linuxtv.org
11255 T:      git git://linuxtv.org/media_tree.git
11256 S:      Odd fixes
11257 F:      drivers/media/common/siano/
11258 F:      drivers/media/usb/siano/
11259 F:      drivers/media/usb/siano/
11260 F:      drivers/media/mmc/siano/
11262 SIMPLEFB FB DRIVER
11263 M:      Hans de Goede <hdegoede@redhat.com>
11264 L:      linux-fbdev@vger.kernel.org
11265 S:      Maintained
11266 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11267 F:      drivers/video/fbdev/simplefb.c
11268 F:      include/linux/platform_data/simplefb.h
11270 SH_VEU V4L2 MEM2MEM DRIVER
11271 L:      linux-media@vger.kernel.org
11272 S:      Orphan
11273 F:      drivers/media/platform/sh_veu.c
11275 SH_VOU V4L2 OUTPUT DRIVER
11276 L:      linux-media@vger.kernel.org
11277 S:      Orphan
11278 F:      drivers/media/platform/sh_vou.c
11279 F:      include/media/drv-intf/sh_vou.h
11281 SIMPLE FIRMWARE INTERFACE (SFI)
11282 M:      Len Brown <lenb@kernel.org>
11283 L:      sfi-devel@simplefirmware.org
11284 W:      http://simplefirmware.org/
11285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11286 S:      Supported
11287 F:      arch/x86/platform/sfi/
11288 F:      drivers/sfi/
11289 F:      include/linux/sfi*.h
11291 SIMTEC EB110ATX (Chalice CATS)
11292 P:      Ben Dooks
11293 P:      Vincent Sanders <vince@simtec.co.uk>
11294 M:      Simtec Linux Team <linux@simtec.co.uk>
11295 W:      http://www.simtec.co.uk/products/EB110ATX/
11296 S:      Supported
11298 SIMTEC EB2410ITX (BAST)
11299 P:      Ben Dooks
11300 P:      Vincent Sanders <vince@simtec.co.uk>
11301 M:      Simtec Linux Team <linux@simtec.co.uk>
11302 W:      http://www.simtec.co.uk/products/EB2410ITX/
11303 S:      Supported
11304 F:      arch/arm/mach-s3c24xx/mach-bast.c
11305 F:      arch/arm/mach-s3c24xx/bast-ide.c
11306 F:      arch/arm/mach-s3c24xx/bast-irq.c
11308 TI DAVINCI MACHINE SUPPORT
11309 M:      Sekhar Nori <nsekhar@ti.com>
11310 M:      Kevin Hilman <khilman@kernel.org>
11311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11313 S:      Supported
11314 F:      arch/arm/mach-davinci/
11315 F:      drivers/i2c/busses/i2c-davinci.c
11317 TI DAVINCI SERIES MEDIA DRIVER
11318 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11319 L:      linux-media@vger.kernel.org
11320 W:      https://linuxtv.org
11321 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11322 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11323 S:      Maintained
11324 F:      drivers/media/platform/davinci/
11325 F:      include/media/davinci/
11327 TI AM437X VPFE DRIVER
11328 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11329 L:      linux-media@vger.kernel.org
11330 W:      https://linuxtv.org
11331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11332 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11333 S:      Maintained
11334 F:      drivers/media/platform/am437x/
11336 OV2659 OMNIVISION SENSOR DRIVER
11337 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11338 L:      linux-media@vger.kernel.org
11339 W:      https://linuxtv.org
11340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11341 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11342 S:      Maintained
11343 F:      drivers/media/i2c/ov2659.c
11344 F:      include/media/i2c/ov2659.h
11346 SILICON MOTION SM712 FRAME BUFFER DRIVER
11347 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11348 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11349 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11350 L:      linux-fbdev@vger.kernel.org
11351 S:      Maintained
11352 F:      drivers/video/fbdev/sm712*
11353 F:      Documentation/fb/sm712fb.txt
11355 SIS 190 ETHERNET DRIVER
11356 M:      Francois Romieu <romieu@fr.zoreil.com>
11357 L:      netdev@vger.kernel.org
11358 S:      Maintained
11359 F:      drivers/net/ethernet/sis/sis190.c
11361 SIS 900/7016 FAST ETHERNET DRIVER
11362 M:      Daniele Venzano <venza@brownhat.org>
11363 W:      http://www.brownhat.org/sis900.html
11364 L:      netdev@vger.kernel.org
11365 S:      Maintained
11366 F:      drivers/net/ethernet/sis/sis900.*
11368 SIS FRAMEBUFFER DRIVER
11369 M:      Thomas Winischhofer <thomas@winischhofer.net>
11370 W:      http://www.winischhofer.net/linuxsisvga.shtml
11371 S:      Maintained
11372 F:      Documentation/fb/sisfb.txt
11373 F:      drivers/video/fbdev/sis/
11374 F:      include/video/sisfb.h
11376 SIS USB2VGA DRIVER
11377 M:      Thomas Winischhofer <thomas@winischhofer.net>
11378 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11379 S:      Maintained
11380 F:      drivers/usb/misc/sisusbvga/
11382 SLAB ALLOCATOR
11383 M:      Christoph Lameter <cl@linux.com>
11384 M:      Pekka Enberg <penberg@kernel.org>
11385 M:      David Rientjes <rientjes@google.com>
11386 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11387 M:      Andrew Morton <akpm@linux-foundation.org>
11388 L:      linux-mm@kvack.org
11389 S:      Maintained
11390 F:      include/linux/sl?b*.h
11391 F:      mm/sl?b*
11393 SLEEPABLE READ-COPY UPDATE (SRCU)
11394 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11395 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11396 M:      Josh Triplett <josh@joshtriplett.org>
11397 R:      Steven Rostedt <rostedt@goodmis.org>
11398 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11399 L:      linux-kernel@vger.kernel.org
11400 W:      http://www.rdrop.com/users/paulmck/RCU/
11401 S:      Supported
11402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11403 F:      include/linux/srcu.h
11404 F:      kernel/rcu/srcu.c
11406 SMACK SECURITY MODULE
11407 M:      Casey Schaufler <casey@schaufler-ca.com>
11408 L:      linux-security-module@vger.kernel.org
11409 W:      http://schaufler-ca.com
11410 T:      git git://github.com/cschaufler/smack-next
11411 S:      Maintained
11412 F:      Documentation/security/Smack.txt
11413 F:      security/smack/
11415 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11416 M:      Kevin Hilman <khilman@kernel.org>
11417 M:      Nishanth Menon <nm@ti.com>
11418 S:      Maintained
11419 F:      drivers/power/avs/
11420 F:      include/linux/power/smartreflex.h
11421 L:      linux-pm@vger.kernel.org
11423 SMC91x ETHERNET DRIVER
11424 M:      Nicolas Pitre <nico@fluxnic.net>
11425 S:      Odd Fixes
11426 F:      drivers/net/ethernet/smsc/smc91x.*
11428 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11429 M:      Sakari Ailus <sakari.ailus@iki.fi>
11430 L:      linux-media@vger.kernel.org
11431 S:      Maintained
11432 F:      drivers/media/i2c/smiapp/
11433 F:      include/media/i2c/smiapp.h
11434 F:      drivers/media/i2c/smiapp-pll.c
11435 F:      drivers/media/i2c/smiapp-pll.h
11436 F:      include/uapi/linux/smiapp.h
11437 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11439 SMM665 HARDWARE MONITOR DRIVER
11440 M:      Guenter Roeck <linux@roeck-us.net>
11441 L:      linux-hwmon@vger.kernel.org
11442 S:      Maintained
11443 F:      Documentation/hwmon/smm665
11444 F:      drivers/hwmon/smm665.c
11446 SMSC EMC2103 HARDWARE MONITOR DRIVER
11447 M:      Steve Glendinning <steve.glendinning@shawell.net>
11448 L:      linux-hwmon@vger.kernel.org
11449 S:      Maintained
11450 F:      Documentation/hwmon/emc2103
11451 F:      drivers/hwmon/emc2103.c
11453 SMSC SCH5627 HARDWARE MONITOR DRIVER
11454 M:      Hans de Goede <hdegoede@redhat.com>
11455 L:      linux-hwmon@vger.kernel.org
11456 S:      Supported
11457 F:      Documentation/hwmon/sch5627
11458 F:      drivers/hwmon/sch5627.c
11460 SMSC47B397 HARDWARE MONITOR DRIVER
11461 M:      Jean Delvare <jdelvare@suse.com>
11462 L:      linux-hwmon@vger.kernel.org
11463 S:      Maintained
11464 F:      Documentation/hwmon/smsc47b397
11465 F:      drivers/hwmon/smsc47b397.c
11467 SMSC911x ETHERNET DRIVER
11468 M:      Steve Glendinning <steve.glendinning@shawell.net>
11469 L:      netdev@vger.kernel.org
11470 S:      Maintained
11471 F:      include/linux/smsc911x.h
11472 F:      drivers/net/ethernet/smsc/smsc911x.*
11474 SMSC9420 PCI ETHERNET DRIVER
11475 M:      Steve Glendinning <steve.glendinning@shawell.net>
11476 L:      netdev@vger.kernel.org
11477 S:      Maintained
11478 F:      drivers/net/ethernet/smsc/smsc9420.*
11480 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11481 M:      Steve Glendinning <steve.glendinning@shawell.net>
11482 L:      linux-fbdev@vger.kernel.org
11483 S:      Maintained
11484 F:      drivers/video/fbdev/smscufx.c
11486 SOC-CAMERA V4L2 SUBSYSTEM
11487 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11488 L:      linux-media@vger.kernel.org
11489 T:      git git://linuxtv.org/media_tree.git
11490 S:      Maintained
11491 F:      include/media/soc*
11492 F:      drivers/media/i2c/soc_camera/
11493 F:      drivers/media/platform/soc_camera/
11495 SOEKRIS NET48XX LED SUPPORT
11496 M:      Chris Boot <bootc@bootc.net>
11497 S:      Maintained
11498 F:      drivers/leds/leds-net48xx.c
11500 SOFTLOGIC 6x10 MPEG CODEC
11501 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11502 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11503 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11504 M:      Ismael Luceno <ismael@iodev.co.uk>
11505 L:      linux-media@vger.kernel.org
11506 S:      Supported
11507 F:      drivers/media/pci/solo6x10/
11509 SOFTWARE RAID (Multiple Disks) SUPPORT
11510 M:      Shaohua Li <shli@kernel.org>
11511 L:      linux-raid@vger.kernel.org
11512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11513 S:      Supported
11514 F:      drivers/md/
11515 F:      include/linux/raid/
11516 F:      include/uapi/linux/raid/
11518 SONIC NETWORK DRIVER
11519 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11520 L:      netdev@vger.kernel.org
11521 S:      Maintained
11522 F:      drivers/net/ethernet/natsemi/sonic.*
11524 SONICS SILICON BACKPLANE DRIVER (SSB)
11525 M:      Michael Buesch <m@bues.ch>
11526 L:      linux-wireless@vger.kernel.org
11527 S:      Maintained
11528 F:      drivers/ssb/
11529 F:      include/linux/ssb/
11531 SONY VAIO CONTROL DEVICE DRIVER
11532 M:      Mattia Dongili <malattia@linux.it>
11533 L:      platform-driver-x86@vger.kernel.org
11534 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11535 S:      Maintained
11536 F:      Documentation/laptops/sony-laptop.txt
11537 F:      drivers/char/sonypi.c
11538 F:      drivers/platform/x86/sony-laptop.c
11539 F:      include/linux/sony-laptop.h
11541 SONY MEMORYSTICK CARD SUPPORT
11542 M:      Alex Dubov <oakad@yahoo.com>
11543 W:      http://tifmxx.berlios.de/
11544 S:      Maintained
11545 F:      drivers/memstick/host/tifm_ms.c
11547 SONY MEMORYSTICK STANDARD SUPPORT
11548 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11549 S:      Maintained
11550 F:      drivers/memstick/core/ms_block.*
11552 SOUND
11553 M:      Jaroslav Kysela <perex@perex.cz>
11554 M:      Takashi Iwai <tiwai@suse.com>
11555 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11556 W:      http://www.alsa-project.org/
11557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11558 T:      git git://git.alsa-project.org/alsa-kernel.git
11559 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11560 S:      Maintained
11561 F:      Documentation/sound/
11562 F:      include/sound/
11563 F:      include/uapi/sound/
11564 F:      sound/
11566 SOUND - COMPRESSED AUDIO
11567 M:      Vinod Koul <vinod.koul@intel.com>
11568 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11570 S:      Supported
11571 F:      Documentation/sound/alsa/compress_offload.txt
11572 F:      include/sound/compress_driver.h
11573 F:      include/uapi/sound/compress_*
11574 F:      sound/core/compress_offload.c
11575 F:      sound/soc/soc-compress.c
11577 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11578 M:      Liam Girdwood <lgirdwood@gmail.com>
11579 M:      Mark Brown <broonie@kernel.org>
11580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11581 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11582 W:      http://alsa-project.org/main/index.php/ASoC
11583 S:      Supported
11584 F:      Documentation/devicetree/bindings/sound/
11585 F:      Documentation/sound/alsa/soc/
11586 F:      sound/soc/
11587 F:      include/sound/soc*
11589 SOUND - DMAENGINE HELPERS
11590 M:      Lars-Peter Clausen <lars@metafoo.de>
11591 S:      Supported
11592 F:      include/sound/dmaengine_pcm.h
11593 F:      sound/core/pcm_dmaengine.c
11594 F:      sound/soc/soc-generic-dmaengine-pcm.c
11596 SP2 MEDIA DRIVER
11597 M:      Olli Salonen <olli.salonen@iki.fi>
11598 L:      linux-media@vger.kernel.org
11599 W:      https://linuxtv.org
11600 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11601 S:      Maintained
11602 F:      drivers/media/dvb-frontends/sp2*
11604 SPARC + UltraSPARC (sparc/sparc64)
11605 M:      "David S. Miller" <davem@davemloft.net>
11606 L:      sparclinux@vger.kernel.org
11607 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11610 S:      Maintained
11611 F:      arch/sparc/
11612 F:      drivers/sbus/
11614 SPARC SERIAL DRIVERS
11615 M:      "David S. Miller" <davem@davemloft.net>
11616 L:      sparclinux@vger.kernel.org
11617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11619 S:      Maintained
11620 F:      include/linux/sunserialcore.h
11621 F:      drivers/tty/serial/suncore.c
11622 F:      drivers/tty/serial/sunhv.c
11623 F:      drivers/tty/serial/sunsab.c
11624 F:      drivers/tty/serial/sunsab.h
11625 F:      drivers/tty/serial/sunsu.c
11626 F:      drivers/tty/serial/sunzilog.c
11627 F:      drivers/tty/serial/sunzilog.h
11629 SPARSE CHECKER
11630 M:      "Christopher Li" <sparse@chrisli.org>
11631 L:      linux-sparse@vger.kernel.org
11632 W:      https://sparse.wiki.kernel.org/
11633 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11634 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11635 S:      Maintained
11636 F:      include/linux/compiler.h
11638 SPEAR PLATFORM SUPPORT
11639 M:      Viresh Kumar <vireshk@kernel.org>
11640 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11642 W:      http://www.st.com/spear
11643 S:      Maintained
11644 F:      arch/arm/boot/dts/spear*
11645 F:      arch/arm/mach-spear/
11647 SPEAR CLOCK FRAMEWORK SUPPORT
11648 M:      Viresh Kumar <vireshk@kernel.org>
11649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11650 W:      http://www.st.com/spear
11651 S:      Maintained
11652 F:      drivers/clk/spear/
11654 SPI NOR SUBSYSTEM
11655 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11656 M:      Marek Vasut <marek.vasut@gmail.com>
11657 L:      linux-mtd@lists.infradead.org
11658 W:      http://www.linux-mtd.infradead.org/
11659 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11660 T:      git git://github.com/spi-nor/linux.git
11661 S:      Maintained
11662 F:      drivers/mtd/spi-nor/
11663 F:      include/linux/mtd/spi-nor.h
11665 SPI SUBSYSTEM
11666 M:      Mark Brown <broonie@kernel.org>
11667 L:      linux-spi@vger.kernel.org
11668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11669 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11670 S:      Maintained
11671 F:      Documentation/devicetree/bindings/spi/
11672 F:      Documentation/spi/
11673 F:      drivers/spi/
11674 F:      include/linux/spi/
11675 F:      include/uapi/linux/spi/
11676 F:      tools/spi/
11678 SPIDERNET NETWORK DRIVER for CELL
11679 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11680 L:      netdev@vger.kernel.org
11681 S:      Supported
11682 F:      Documentation/networking/spider_net.txt
11683 F:      drivers/net/ethernet/toshiba/spider_net*
11685 SPU FILE SYSTEM
11686 M:      Jeremy Kerr <jk@ozlabs.org>
11687 L:      linuxppc-dev@lists.ozlabs.org
11688 W:      http://www.ibm.com/developerworks/power/cell/
11689 S:      Supported
11690 F:      Documentation/filesystems/spufs.txt
11691 F:      arch/powerpc/platforms/cell/spufs/
11693 SQUASHFS FILE SYSTEM
11694 M:      Phillip Lougher <phillip@squashfs.org.uk>
11695 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11696 W:      http://squashfs.org.uk
11697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11698 S:      Maintained
11699 F:      Documentation/filesystems/squashfs.txt
11700 F:      fs/squashfs/
11702 SRM (Alpha) environment access
11703 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11704 S:      Maintained
11705 F:      arch/alpha/kernel/srm_env.c
11707 STABLE BRANCH
11708 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11709 L:      stable@vger.kernel.org
11710 S:      Supported
11711 F:      Documentation/process/stable-kernel-rules.rst
11713 STAGING SUBSYSTEM
11714 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11716 L:      devel@driverdev.osuosl.org
11717 S:      Supported
11718 F:      drivers/staging/
11720 STAGING - COMEDI
11721 M:      Ian Abbott <abbotti@mev.co.uk>
11722 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11723 S:      Odd Fixes
11724 F:      drivers/staging/comedi/
11726 STAGING - FLARION FT1000 DRIVERS
11727 M:      Marek Belisko <marek.belisko@gmail.com>
11728 S:      Odd Fixes
11729 F:      drivers/staging/ft1000/
11731 STAGING - INDUSTRIAL IO
11732 M:      Jonathan Cameron <jic23@kernel.org>
11733 L:      linux-iio@vger.kernel.org
11734 S:      Odd Fixes
11735 F:      Documentation/devicetree/bindings/staging/iio/
11736 F:      drivers/staging/iio/
11738 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11739 M:      Jarod Wilson <jarod@wilsonet.com>
11740 W:      http://www.lirc.org/
11741 S:      Odd Fixes
11742 F:      drivers/staging/media/lirc/
11744 STAGING - LUSTRE PARALLEL FILESYSTEM
11745 M:      Oleg Drokin <oleg.drokin@intel.com>
11746 M:      Andreas Dilger <andreas.dilger@intel.com>
11747 M:      James Simmons <jsimmons@infradead.org>
11748 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11749 W:      http://wiki.lustre.org/
11750 S:      Maintained
11751 F:      drivers/staging/lustre
11753 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11754 M:      Marc Dietrich <marvin24@gmx.de>
11755 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11756 L:      linux-tegra@vger.kernel.org
11757 S:      Maintained
11758 F:      drivers/staging/nvec/
11760 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11761 M:      Jens Frederich <jfrederich@gmail.com>
11762 M:      Daniel Drake <dsd@laptop.org>
11763 M:      Jon Nettleton <jon.nettleton@gmail.com>
11764 W:      http://wiki.laptop.org/go/DCON
11765 S:      Maintained
11766 F:      drivers/staging/olpc_dcon/
11768 STAGING - REALTEK RTL8712U DRIVERS
11769 M:      Larry Finger <Larry.Finger@lwfinger.net>
11770 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11771 S:      Odd Fixes
11772 F:      drivers/staging/rtl8712/
11774 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11775 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11776 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11777 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11778 L:      linux-fbdev@vger.kernel.org
11779 S:      Maintained
11780 F:      drivers/staging/sm750fb/
11782 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11783 M:      William Hubbs <w.d.hubbs@gmail.com>
11784 M:      Chris Brannon <chris@the-brannons.com>
11785 M:      Kirk Reiser <kirk@reisers.ca>
11786 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11787 L:      speakup@linux-speakup.org
11788 W:      http://www.linux-speakup.org/
11789 S:      Odd Fixes
11790 F:      drivers/staging/speakup/
11792 STAGING - VIA VT665X DRIVERS
11793 M:      Forest Bond <forest@alittletooquiet.net>
11794 S:      Odd Fixes
11795 F:      drivers/staging/vt665?/
11797 STAGING - WILC1000 WIFI DRIVER
11798 M:      Aditya Shankar <aditya.shankar@microchip.com>
11799 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11800 L:      linux-wireless@vger.kernel.org
11801 S:      Supported
11802 F:      drivers/staging/wilc1000/
11804 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11805 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11806 S:      Odd Fixes
11807 F:      drivers/staging/xgifb/
11809 STARFIRE/DURALAN NETWORK DRIVER
11810 M:      Ion Badulescu <ionut@badula.org>
11811 S:      Odd Fixes
11812 F:      drivers/net/ethernet/adaptec/starfire*
11814 SUN3/3X
11815 M:      Sam Creasey <sammy@sammy.net>
11816 W:      http://sammy.net/sun3/
11817 S:      Maintained
11818 F:      arch/m68k/kernel/*sun3*
11819 F:      arch/m68k/sun3*/
11820 F:      arch/m68k/include/asm/sun3*
11821 F:      drivers/net/ethernet/i825xx/sun3*
11823 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11824 M:      Hans de Goede <hdegoede@redhat.com>
11825 L:      linux-input@vger.kernel.org
11826 S:      Maintained
11827 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11828 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11830 SUNDANCE NETWORK DRIVER
11831 M:      Denis Kirjanov <kda@linux-powerpc.org>
11832 L:      netdev@vger.kernel.org
11833 S:      Maintained
11834 F:      drivers/net/ethernet/dlink/sundance.c
11836 SUPERH
11837 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11838 M:      Rich Felker <dalias@libc.org>
11839 L:      linux-sh@vger.kernel.org
11840 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11841 S:      Maintained
11842 F:      Documentation/sh/
11843 F:      arch/sh/
11844 F:      drivers/sh/
11846 SUSPEND TO RAM
11847 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11848 M:      Len Brown <len.brown@intel.com>
11849 M:      Pavel Machek <pavel@ucw.cz>
11850 L:      linux-pm@vger.kernel.org
11851 B:      https://bugzilla.kernel.org
11852 S:      Supported
11853 F:      Documentation/power/
11854 F:      arch/x86/kernel/acpi/
11855 F:      drivers/base/power/
11856 F:      kernel/power/
11857 F:      include/linux/suspend.h
11858 F:      include/linux/freezer.h
11859 F:      include/linux/pm.h
11861 SVGA HANDLING
11862 M:      Martin Mares <mj@ucw.cz>
11863 L:      linux-video@atrey.karlin.mff.cuni.cz
11864 S:      Maintained
11865 F:      Documentation/svga.txt
11866 F:      arch/x86/boot/video*
11868 SWIOTLB SUBSYSTEM
11869 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11870 L:      linux-kernel@vger.kernel.org
11871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11872 S:      Supported
11873 F:      lib/swiotlb.c
11874 F:      arch/*/kernel/pci-swiotlb.c
11875 F:      include/linux/swiotlb.h
11877 SWITCHDEV
11878 M:      Jiri Pirko <jiri@resnulli.us>
11879 L:      netdev@vger.kernel.org
11880 S:      Supported
11881 F:      net/switchdev/
11882 F:      include/net/switchdev.h
11884 SYNOPSYS ARC ARCHITECTURE
11885 M:      Vineet Gupta <vgupta@synopsys.com>
11886 L:      linux-snps-arc@lists.infradead.org
11887 S:      Supported
11888 F:      arch/arc/
11889 F:      Documentation/devicetree/bindings/arc/*
11890 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11891 F:      drivers/clocksource/arc_timer.c
11892 F:      drivers/tty/serial/arc_uart.c
11893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11895 SYNOPSYS ARC SDP platform support
11896 M:      Alexey Brodkin <abrodkin@synopsys.com>
11897 S:      Supported
11898 F:      arch/arc/plat-axs10x
11899 F:      arch/arc/boot/dts/ax*
11900 F:      Documentation/devicetree/bindings/arc/axs10*
11902 SYSTEM CONFIGURATION (SYSCON)
11903 M:      Lee Jones <lee.jones@linaro.org>
11904 M:      Arnd Bergmann <arnd@arndb.de>
11905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11906 S:      Supported
11907 F:      drivers/mfd/syscon.c
11909 SYSTEM RESET/SHUTDOWN DRIVERS
11910 M:      Sebastian Reichel <sre@kernel.org>
11911 L:      linux-pm@vger.kernel.org
11912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11913 S:      Maintained
11914 F:      Documentation/devicetree/bindings/power/reset/
11915 F:      drivers/power/reset/
11917 SYSV FILESYSTEM
11918 M:      Christoph Hellwig <hch@infradead.org>
11919 S:      Maintained
11920 F:      Documentation/filesystems/sysv-fs.txt
11921 F:      fs/sysv/
11922 F:      include/linux/sysv_fs.h
11924 TARGET SUBSYSTEM
11925 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11926 L:      linux-scsi@vger.kernel.org
11927 L:      target-devel@vger.kernel.org
11928 W:      http://www.linux-iscsi.org
11929 W:      http://groups.google.com/group/linux-iscsi-target-dev
11930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11931 S:      Supported
11932 F:      drivers/target/
11933 F:      include/target/
11934 F:      Documentation/target/
11936 TASKSTATS STATISTICS INTERFACE
11937 M:      Balbir Singh <bsingharora@gmail.com>
11938 S:      Maintained
11939 F:      Documentation/accounting/taskstats*
11940 F:      include/linux/taskstats*
11941 F:      kernel/taskstats.c
11943 TC CLASSIFIER
11944 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11945 L:      netdev@vger.kernel.org
11946 S:      Maintained
11947 F:      include/net/pkt_cls.h
11948 F:      include/uapi/linux/pkt_cls.h
11949 F:      net/sched/
11951 TCP LOW PRIORITY MODULE
11952 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11953 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11954 W:      http://tcp-lp-mod.sourceforge.net/
11955 S:      Maintained
11956 F:      net/ipv4/tcp_lp.c
11958 TDA10071 MEDIA DRIVER
11959 M:      Antti Palosaari <crope@iki.fi>
11960 L:      linux-media@vger.kernel.org
11961 W:      https://linuxtv.org
11962 W:      http://palosaari.fi/linux/
11963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11964 T:      git git://linuxtv.org/anttip/media_tree.git
11965 S:      Maintained
11966 F:      drivers/media/dvb-frontends/tda10071*
11968 TDA18212 MEDIA DRIVER
11969 M:      Antti Palosaari <crope@iki.fi>
11970 L:      linux-media@vger.kernel.org
11971 W:      https://linuxtv.org
11972 W:      http://palosaari.fi/linux/
11973 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11974 T:      git git://linuxtv.org/anttip/media_tree.git
11975 S:      Maintained
11976 F:      drivers/media/tuners/tda18212*
11978 TDA18218 MEDIA DRIVER
11979 M:      Antti Palosaari <crope@iki.fi>
11980 L:      linux-media@vger.kernel.org
11981 W:      https://linuxtv.org
11982 W:      http://palosaari.fi/linux/
11983 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11984 T:      git git://linuxtv.org/anttip/media_tree.git
11985 S:      Maintained
11986 F:      drivers/media/tuners/tda18218*
11988 TDA18271 MEDIA DRIVER
11989 M:      Michael Krufky <mkrufky@linuxtv.org>
11990 L:      linux-media@vger.kernel.org
11991 W:      https://linuxtv.org
11992 W:      http://github.com/mkrufky
11993 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11994 T:      git git://linuxtv.org/mkrufky/tuners.git
11995 S:      Maintained
11996 F:      drivers/media/tuners/tda18271*
11998 TDA827x MEDIA DRIVER
11999 M:      Michael Krufky <mkrufky@linuxtv.org>
12000 L:      linux-media@vger.kernel.org
12001 W:      https://linuxtv.org
12002 W:      http://github.com/mkrufky
12003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12004 T:      git git://linuxtv.org/mkrufky/tuners.git
12005 S:      Maintained
12006 F:      drivers/media/tuners/tda8290.*
12008 TDA8290 MEDIA DRIVER
12009 M:      Michael Krufky <mkrufky@linuxtv.org>
12010 L:      linux-media@vger.kernel.org
12011 W:      https://linuxtv.org
12012 W:      http://github.com/mkrufky
12013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12014 T:      git git://linuxtv.org/mkrufky/tuners.git
12015 S:      Maintained
12016 F:      drivers/media/tuners/tda8290.*
12018 TDA9840 MEDIA DRIVER
12019 M:      Hans Verkuil <hverkuil@xs4all.nl>
12020 L:      linux-media@vger.kernel.org
12021 T:      git git://linuxtv.org/media_tree.git
12022 W:      https://linuxtv.org
12023 S:      Maintained
12024 F:      drivers/media/i2c/tda9840*
12026 TEA5761 TUNER DRIVER
12027 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12028 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12029 L:      linux-media@vger.kernel.org
12030 W:      https://linuxtv.org
12031 T:      git git://linuxtv.org/media_tree.git
12032 S:      Odd fixes
12033 F:      drivers/media/tuners/tea5761.*
12035 TEA5767 TUNER DRIVER
12036 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12037 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12038 L:      linux-media@vger.kernel.org
12039 W:      https://linuxtv.org
12040 T:      git git://linuxtv.org/media_tree.git
12041 S:      Maintained
12042 F:      drivers/media/tuners/tea5767.*
12044 TEA6415C MEDIA DRIVER
12045 M:      Hans Verkuil <hverkuil@xs4all.nl>
12046 L:      linux-media@vger.kernel.org
12047 T:      git git://linuxtv.org/media_tree.git
12048 W:      https://linuxtv.org
12049 S:      Maintained
12050 F:      drivers/media/i2c/tea6415c*
12052 TEA6420 MEDIA DRIVER
12053 M:      Hans Verkuil <hverkuil@xs4all.nl>
12054 L:      linux-media@vger.kernel.org
12055 T:      git git://linuxtv.org/media_tree.git
12056 W:      https://linuxtv.org
12057 S:      Maintained
12058 F:      drivers/media/i2c/tea6420*
12060 TEAM DRIVER
12061 M:      Jiri Pirko <jiri@resnulli.us>
12062 L:      netdev@vger.kernel.org
12063 S:      Supported
12064 F:      drivers/net/team/
12065 F:      include/linux/if_team.h
12066 F:      include/uapi/linux/if_team.h
12068 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12069 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
12070 S:      Maintained
12071 F:      arch/x86/platform/ts5500/
12073 TECHNOTREND USB IR RECEIVER
12074 M:      Sean Young <sean@mess.org>
12075 L:      linux-media@vger.kernel.org
12076 S:      Maintained
12077 F:      drivers/media/rc/ttusbir.c
12079 TEGRA ARCHITECTURE SUPPORT
12080 M:      Stephen Warren <swarren@wwwdotorg.org>
12081 M:      Thierry Reding <thierry.reding@gmail.com>
12082 M:      Alexandre Courbot <gnurou@gmail.com>
12083 L:      linux-tegra@vger.kernel.org
12084 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12086 S:      Supported
12087 N:      [^a-z]tegra
12089 TEGRA CLOCK DRIVER
12090 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
12091 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
12092 S:      Supported
12093 F:      drivers/clk/tegra/
12095 TEGRA DMA DRIVERS
12096 M:      Laxman Dewangan <ldewangan@nvidia.com>
12097 M:      Jon Hunter <jonathanh@nvidia.com>
12098 S:      Supported
12099 F:      drivers/dma/tegra*
12101 TEGRA I2C DRIVER
12102 M:      Laxman Dewangan <ldewangan@nvidia.com>
12103 S:      Supported
12104 F:      drivers/i2c/busses/i2c-tegra.c
12106 TEGRA IOMMU DRIVERS
12107 M:      Hiroshi Doyu <hdoyu@nvidia.com>
12108 S:      Supported
12109 F:      drivers/iommu/tegra*
12111 TEGRA KBC DRIVER
12112 M:      Rakesh Iyer <riyer@nvidia.com>
12113 M:      Laxman Dewangan <ldewangan@nvidia.com>
12114 S:      Supported
12115 F:      drivers/input/keyboard/tegra-kbc.c
12117 TEGRA PWM DRIVER
12118 M:      Thierry Reding <thierry.reding@gmail.com>
12119 S:      Supported
12120 F:      drivers/pwm/pwm-tegra.c
12122 TEGRA SERIAL DRIVER
12123 M:      Laxman Dewangan <ldewangan@nvidia.com>
12124 S:      Supported
12125 F:      drivers/tty/serial/serial-tegra.c
12127 TEGRA SPI DRIVER
12128 M:      Laxman Dewangan <ldewangan@nvidia.com>
12129 S:      Supported
12130 F:      drivers/spi/spi-tegra*
12132 TEHUTI ETHERNET DRIVER
12133 M:      Andy Gospodarek <andy@greyhouse.net>
12134 L:      netdev@vger.kernel.org
12135 S:      Supported
12136 F:      drivers/net/ethernet/tehuti/*
12138 Telecom Clock Driver for MCPL0010
12139 M:      Mark Gross <mark.gross@intel.com>
12140 S:      Supported
12141 F:      drivers/char/tlclk.c
12143 TENSILICA XTENSA PORT (xtensa)
12144 M:      Chris Zankel <chris@zankel.net>
12145 M:      Max Filippov <jcmvbkbc@gmail.com>
12146 L:      linux-xtensa@linux-xtensa.org
12147 T:      git git://github.com/czankel/xtensa-linux.git
12148 S:      Maintained
12149 F:      arch/xtensa/
12150 F:      drivers/irqchip/irq-xtensa-*
12152 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12153 M:      Nishanth Menon <nm@ti.com>
12154 M:      Tero Kristo <t-kristo@ti.com>
12155 M:      Santosh Shilimkar <ssantosh@kernel.org>
12156 L:      linux-arm-kernel@lists.infradead.org
12157 S:      Maintained
12158 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12159 F:      drivers/firmware/ti_sci*
12160 F:      include/linux/soc/ti/ti_sci_protocol.h
12162 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12163 M:      Hans Verkuil <hverkuil@xs4all.nl>
12164 L:      linux-media@vger.kernel.org
12165 T:      git git://linuxtv.org/media_tree.git
12166 W:      https://linuxtv.org
12167 S:      Maintained
12168 F:      drivers/media/radio/radio-raremono.c
12170 THERMAL
12171 M:      Zhang Rui <rui.zhang@intel.com>
12172 M:      Eduardo Valentin <edubezval@gmail.com>
12173 L:      linux-pm@vger.kernel.org
12174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12176 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12177 S:      Supported
12178 F:      drivers/thermal/
12179 F:      include/linux/thermal.h
12180 F:      include/uapi/linux/thermal.h
12181 F:      include/linux/cpu_cooling.h
12182 F:      Documentation/devicetree/bindings/thermal/
12184 THERMAL/CPU_COOLING
12185 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
12186 M:      Viresh Kumar <viresh.kumar@linaro.org>
12187 M:      Javi Merino <javi.merino@kernel.org>
12188 L:      linux-pm@vger.kernel.org
12189 S:      Supported
12190 F:      Documentation/thermal/cpu-cooling-api.txt
12191 F:      drivers/thermal/cpu_cooling.c
12192 F:      include/linux/cpu_cooling.h
12194 THINKPAD ACPI EXTRAS DRIVER
12195 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
12196 L:      ibm-acpi-devel@lists.sourceforge.net
12197 L:      platform-driver-x86@vger.kernel.org
12198 W:      http://ibm-acpi.sourceforge.net
12199 W:      http://thinkwiki.org/wiki/Ibm-acpi
12200 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12201 S:      Maintained
12202 F:      drivers/platform/x86/thinkpad_acpi.c
12204 TI BANDGAP AND THERMAL DRIVER
12205 M:      Eduardo Valentin <edubezval@gmail.com>
12206 M:      Keerthy <j-keerthy@ti.com>
12207 L:      linux-pm@vger.kernel.org
12208 L:      linux-omap@vger.kernel.org
12209 S:      Maintained
12210 F:      drivers/thermal/ti-soc-thermal/
12212 TI VPE/CAL DRIVERS
12213 M:      Benoit Parrot <bparrot@ti.com>
12214 L:      linux-media@vger.kernel.org
12215 W:      http://linuxtv.org/
12216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12217 S:      Maintained
12218 F:      drivers/media/platform/ti-vpe/
12220 TI CDCE706 CLOCK DRIVER
12221 M:      Max Filippov <jcmvbkbc@gmail.com>
12222 S:      Maintained
12223 F:      drivers/clk/clk-cdce706.c
12225 TI CLOCK DRIVER
12226 M:      Tero Kristo <t-kristo@ti.com>
12227 L:      linux-omap@vger.kernel.org
12228 S:      Maintained
12229 F:      drivers/clk/ti/
12230 F:      include/linux/clk/ti.h
12232 TI ETHERNET SWITCH DRIVER (CPSW)
12233 M:      Mugunthan V N <mugunthanvnm@ti.com>
12234 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12235 L:      linux-omap@vger.kernel.org
12236 L:      netdev@vger.kernel.org
12237 S:      Maintained
12238 F:      drivers/net/ethernet/ti/cpsw*
12239 F:      drivers/net/ethernet/ti/davinci*
12241 TI FLASH MEDIA INTERFACE DRIVER
12242 M:      Alex Dubov <oakad@yahoo.com>
12243 S:      Maintained
12244 F:      drivers/misc/tifm*
12245 F:      drivers/mmc/host/tifm_sd.c
12246 F:      include/linux/tifm.h
12248 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12249 M:      Santosh Shilimkar <ssantosh@kernel.org>
12250 L:      linux-kernel@vger.kernel.org
12251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12252 S:      Maintained
12253 F:      drivers/soc/ti/*
12254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12257 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12258 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12259 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12260 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12261 S:      Maintained
12262 F:      sound/soc/codecs/lm49453*
12263 F:      sound/soc/codecs/isabelle*
12265 TI LP855x BACKLIGHT DRIVER
12266 M:      Milo Kim <milo.kim@ti.com>
12267 S:      Maintained
12268 F:      Documentation/backlight/lp855x-driver.txt
12269 F:      drivers/video/backlight/lp855x_bl.c
12270 F:      include/linux/platform_data/lp855x.h
12272 TI LP8727 CHARGER DRIVER
12273 M:      Milo Kim <milo.kim@ti.com>
12274 S:      Maintained
12275 F:      drivers/power/supply/lp8727_charger.c
12276 F:      include/linux/platform_data/lp8727.h
12278 TI LP8788 MFD DRIVER
12279 M:      Milo Kim <milo.kim@ti.com>
12280 S:      Maintained
12281 F:      drivers/iio/adc/lp8788_adc.c
12282 F:      drivers/leds/leds-lp8788.c
12283 F:      drivers/mfd/lp8788*.c
12284 F:      drivers/power/supply/lp8788-charger.c
12285 F:      drivers/regulator/lp8788-*.c
12286 F:      include/linux/mfd/lp8788*.h
12288 TI NETCP ETHERNET DRIVER
12289 M:      Wingman Kwok <w-kwok2@ti.com>
12290 M:      Murali Karicheri <m-karicheri2@ti.com>
12291 L:      netdev@vger.kernel.org
12292 S:      Maintained
12293 F:      drivers/net/ethernet/ti/netcp*
12295 TI TAS571X FAMILY ASoC CODEC DRIVER
12296 M:      Kevin Cernekee <cernekee@chromium.org>
12297 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12298 S:      Odd Fixes
12299 F:      sound/soc/codecs/tas571x*
12301 TI TWL4030 SERIES SOC CODEC DRIVER
12302 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12303 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12304 S:      Maintained
12305 F:      sound/soc/codecs/twl4030*
12307 TI WILINK WIRELESS DRIVERS
12308 L:      linux-wireless@vger.kernel.org
12309 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12310 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12312 S:      Orphan
12313 F:      drivers/net/wireless/ti/
12314 F:      include/linux/wl12xx.h
12316 TIPC NETWORK LAYER
12317 M:      Jon Maloy <jon.maloy@ericsson.com>
12318 M:      Ying Xue <ying.xue@windriver.com>
12319 L:      netdev@vger.kernel.org (core kernel code)
12320 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12321 W:      http://tipc.sourceforge.net/
12322 S:      Maintained
12323 F:      include/uapi/linux/tipc*.h
12324 F:      net/tipc/
12326 TILE ARCHITECTURE
12327 M:      Chris Metcalf <cmetcalf@mellanox.com>
12328 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12330 S:      Supported
12331 F:      arch/tile/
12332 F:      drivers/char/tile-srom.c
12333 F:      drivers/edac/tile_edac.c
12334 F:      drivers/net/ethernet/tile/
12335 F:      drivers/rtc/rtc-tile.c
12336 F:      drivers/tty/hvc/hvc_tile.c
12337 F:      drivers/tty/serial/tilegx.c
12338 F:      drivers/usb/host/*-tilegx.c
12339 F:      include/linux/usb/tilegx.h
12341 TLAN NETWORK DRIVER
12342 M:      Samuel Chessman <chessman@tux.org>
12343 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12344 W:      http://sourceforge.net/projects/tlan/
12345 S:      Maintained
12346 F:      Documentation/networking/tlan.txt
12347 F:      drivers/net/ethernet/ti/tlan.*
12349 TOMOYO SECURITY MODULE
12350 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12351 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12352 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12353 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12354 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12355 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12356 W:      http://tomoyo.sourceforge.jp/
12357 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12358 S:      Maintained
12359 F:      security/tomoyo/
12361 TOPSTAR LAPTOP EXTRAS DRIVER
12362 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12363 L:      platform-driver-x86@vger.kernel.org
12364 S:      Maintained
12365 F:      drivers/platform/x86/topstar-laptop.c
12367 TOSHIBA ACPI EXTRAS DRIVER
12368 M:      Azael Avalos <coproscefalo@gmail.com>
12369 L:      platform-driver-x86@vger.kernel.org
12370 S:      Maintained
12371 F:      drivers/platform/x86/toshiba_acpi.c
12373 TOSHIBA BLUETOOTH DRIVER
12374 M:      Azael Avalos <coproscefalo@gmail.com>
12375 L:      platform-driver-x86@vger.kernel.org
12376 S:      Maintained
12377 F:      drivers/platform/x86/toshiba_bluetooth.c
12379 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12380 M:      Azael Avalos <coproscefalo@gmail.com>
12381 L:      platform-driver-x86@vger.kernel.org
12382 S:      Maintained
12383 F:      drivers/platform/x86/toshiba_haps.c
12385 TOSHIBA WMI HOTKEYS DRIVER
12386 M:      Azael Avalos <coproscefalo@gmail.com>
12387 L:      platform-driver-x86@vger.kernel.org
12388 S:      Maintained
12389 F:      drivers/platform/x86/toshiba-wmi.c
12391 TOSHIBA SMM DRIVER
12392 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12393 W:      http://www.buzzard.org.uk/toshiba/
12394 S:      Maintained
12395 F:      drivers/char/toshiba.c
12396 F:      include/linux/toshiba.h
12397 F:      include/uapi/linux/toshiba.h
12399 TOSHIBA TC358743 DRIVER
12400 M:      Mats Randgaard <matrandg@cisco.com>
12401 L:      linux-media@vger.kernel.org
12402 S:      Maintained
12403 F:      drivers/media/i2c/tc358743*
12404 F:      include/media/i2c/tc358743.h
12406 TMIO/SDHI MMC DRIVER
12407 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12408 L:      linux-mmc@vger.kernel.org
12409 S:      Supported
12410 F:      drivers/mmc/host/tmio_mmc*
12411 F:      drivers/mmc/host/sh_mobile_sdhi.c
12412 F:      include/linux/mfd/tmio.h
12414 TMP401 HARDWARE MONITOR DRIVER
12415 M:      Guenter Roeck <linux@roeck-us.net>
12416 L:      linux-hwmon@vger.kernel.org
12417 S:      Maintained
12418 F:      Documentation/hwmon/tmp401
12419 F:      drivers/hwmon/tmp401.c
12421 TMPFS (SHMEM FILESYSTEM)
12422 M:      Hugh Dickins <hughd@google.com>
12423 L:      linux-mm@kvack.org
12424 S:      Maintained
12425 F:      include/linux/shmem_fs.h
12426 F:      mm/shmem.c
12428 TM6000 VIDEO4LINUX DRIVER
12429 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12430 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12431 L:      linux-media@vger.kernel.org
12432 W:      https://linuxtv.org
12433 T:      git git://linuxtv.org/media_tree.git
12434 S:      Odd fixes
12435 F:      drivers/media/usb/tm6000/
12436 F:      Documentation/media/v4l-drivers/tm6000*
12438 TW5864 VIDEO4LINUX DRIVER
12439 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12440 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12441 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12442 L:      linux-media@vger.kernel.org
12443 S:      Supported
12444 F:      drivers/media/pci/tw5864/
12446 TW68 VIDEO4LINUX DRIVER
12447 M:      Hans Verkuil <hverkuil@xs4all.nl>
12448 L:      linux-media@vger.kernel.org
12449 T:      git git://linuxtv.org/media_tree.git
12450 W:      https://linuxtv.org
12451 S:      Odd Fixes
12452 F:      drivers/media/pci/tw68/
12454 TW686X VIDEO4LINUX DRIVER
12455 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12456 L:      linux-media@vger.kernel.org
12457 T:      git git://linuxtv.org/media_tree.git
12458 W:      http://linuxtv.org
12459 S:      Maintained
12460 F:      drivers/media/pci/tw686x/
12462 TPM DEVICE DRIVER
12463 M:      Peter Huewe <peterhuewe@gmx.de>
12464 M:      Marcel Selhorst <tpmdd@selhorst.net>
12465 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12466 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12467 W:      http://tpmdd.sourceforge.net
12468 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12469 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12470 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12471 S:      Maintained
12472 F:      drivers/char/tpm/
12474 TPM IBM_VTPM DEVICE DRIVER
12475 M:      Ashley Lai <ashleydlai@gmail.com>
12476 W:      http://tpmdd.sourceforge.net
12477 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12478 S:      Maintained
12479 F:      drivers/char/tpm/tpm_ibmvtpm*
12481 TRACING
12482 M:      Steven Rostedt <rostedt@goodmis.org>
12483 M:      Ingo Molnar <mingo@redhat.com>
12484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12485 S:      Maintained
12486 F:      Documentation/trace/ftrace.txt
12487 F:      arch/*/*/*/ftrace.h
12488 F:      arch/*/kernel/ftrace.c
12489 F:      include/*/ftrace.h
12490 F:      include/linux/trace*.h
12491 F:      include/trace/
12492 F:      kernel/trace/
12493 F:      tools/testing/selftests/ftrace/
12495 TRACING MMIO ACCESSES (MMIOTRACE)
12496 M:      Steven Rostedt <rostedt@goodmis.org>
12497 M:      Ingo Molnar <mingo@kernel.org>
12498 R:      Karol Herbst <karolherbst@gmail.com>
12499 R:      Pekka Paalanen <ppaalanen@gmail.com>
12500 S:      Maintained
12501 L:      linux-kernel@vger.kernel.org
12502 L:      nouveau@lists.freedesktop.org
12503 F:      kernel/trace/trace_mmiotrace.c
12504 F:      include/linux/mmiotrace.h
12505 F:      arch/x86/mm/kmmio.c
12506 F:      arch/x86/mm/mmio-mod.c
12507 F:      arch/x86/mm/testmmiotrace.c
12509 TRIVIAL PATCHES
12510 M:      Jiri Kosina <trivial@kernel.org>
12511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12512 S:      Maintained
12513 K:      ^Subject:.*(?i)trivial
12515 TTY LAYER
12516 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12517 M:      Jiri Slaby <jslaby@suse.com>
12518 S:      Supported
12519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12520 F:      Documentation/serial/
12521 F:      drivers/tty/
12522 F:      drivers/tty/serial/serial_core.c
12523 F:      include/linux/serial_core.h
12524 F:      include/linux/serial.h
12525 F:      include/linux/tty.h
12526 F:      include/uapi/linux/serial_core.h
12527 F:      include/uapi/linux/serial.h
12528 F:      include/uapi/linux/tty.h
12530 TUA9001 MEDIA DRIVER
12531 M:      Antti Palosaari <crope@iki.fi>
12532 L:      linux-media@vger.kernel.org
12533 W:      https://linuxtv.org
12534 W:      http://palosaari.fi/linux/
12535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12536 T:      git git://linuxtv.org/anttip/media_tree.git
12537 S:      Maintained
12538 F:      drivers/media/tuners/tua9001*
12540 TULIP NETWORK DRIVERS
12541 L:      netdev@vger.kernel.org
12542 L:      linux-parisc@vger.kernel.org
12543 S:      Orphan
12544 F:      drivers/net/ethernet/dec/tulip/
12546 TUN/TAP driver
12547 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12548 W:      http://vtun.sourceforge.net/tun
12549 S:      Maintained
12550 F:      Documentation/networking/tuntap.txt
12551 F:      arch/um/os-Linux/drivers/
12553 TURBOCHANNEL SUBSYSTEM
12554 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12555 M:      Ralf Baechle <ralf@linux-mips.org>
12556 L:      linux-mips@linux-mips.org
12557 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12558 S:      Maintained
12559 F:      drivers/tc/
12560 F:      include/linux/tc.h
12562 UBI FILE SYSTEM (UBIFS)
12563 M:      Richard Weinberger <richard@nod.at>
12564 M:      Artem Bityutskiy <dedekind1@gmail.com>
12565 M:      Adrian Hunter <adrian.hunter@intel.com>
12566 L:      linux-mtd@lists.infradead.org
12567 T:      git git://git.infradead.org/ubifs-2.6.git
12568 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12569 S:      Supported
12570 F:      Documentation/filesystems/ubifs.txt
12571 F:      fs/ubifs/
12573 UCLINUX (M68KNOMMU AND COLDFIRE)
12574 M:      Greg Ungerer <gerg@linux-m68k.org>
12575 W:      http://www.linux-m68k.org/
12576 W:      http://www.uclinux.org/
12577 L:      linux-m68k@lists.linux-m68k.org
12578 L:      uclinux-dev@uclinux.org  (subscribers-only)
12579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12580 S:      Maintained
12581 F:      arch/m68k/coldfire/
12582 F:      arch/m68k/68*/
12583 F:      arch/m68k/*/*_no.*
12584 F:      arch/m68k/include/asm/*_no.*
12586 UDF FILESYSTEM
12587 M:      Jan Kara <jack@suse.com>
12588 S:      Maintained
12589 F:      Documentation/filesystems/udf.txt
12590 F:      fs/udf/
12592 UDRAW TABLET
12593 M:      Bastien Nocera <hadess@hadess.net>
12594 L:      linux-input@vger.kernel.org
12595 S:      Maintained
12596 F:      drivers/hid/hid-udraw.c
12598 UFS FILESYSTEM
12599 M:      Evgeniy Dushistov <dushistov@mail.ru>
12600 S:      Maintained
12601 F:      Documentation/filesystems/ufs.txt
12602 F:      fs/ufs/
12604 UHID USERSPACE HID IO DRIVER:
12605 M:      David Herrmann <dh.herrmann@googlemail.com>
12606 L:      linux-input@vger.kernel.org
12607 S:      Maintained
12608 F:      drivers/hid/uhid.c
12609 F:      include/uapi/linux/uhid.h
12611 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12612 L:      linux-usb@vger.kernel.org
12613 S:      Orphan
12614 F:      drivers/uwb/
12615 F:      include/linux/uwb.h
12616 F:      include/linux/uwb/
12618 UNICORE32 ARCHITECTURE:
12619 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12620 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12621 S:      Maintained
12622 T:      git git://github.com/gxt/linux.git
12623 F:      arch/unicore32/
12625 UNIFDEF
12626 M:      Tony Finch <dot@dotat.at>
12627 W:      http://dotat.at/prog/unifdef
12628 S:      Maintained
12629 F:      scripts/unifdef.c
12631 UNIFORM CDROM DRIVER
12632 M:      Jens Axboe <axboe@kernel.dk>
12633 W:      http://www.kernel.dk
12634 S:      Maintained
12635 F:      Documentation/cdrom/
12636 F:      drivers/cdrom/cdrom.c
12637 F:      include/linux/cdrom.h
12638 F:      include/uapi/linux/cdrom.h
12640 UNISYS S-PAR DRIVERS
12641 M:      David Kershner <david.kershner@unisys.com>
12642 L:      sparmaintainer@unisys.com (Unisys internal)
12643 S:      Supported
12644 F:      drivers/staging/unisys/
12646 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12647 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12648 L:      linux-scsi@vger.kernel.org
12649 S:      Supported
12650 F:      Documentation/scsi/ufs.txt
12651 F:      drivers/scsi/ufs/
12653 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12654 M:      Manjunath M Bettegowda <manjumb@synopsys.com>
12655 M:      Prabu Thangamuthu <prabut@synopsys.com>
12656 L:      linux-scsi@vger.kernel.org
12657 S:      Supported
12658 F:      drivers/scsi/ufs/*dwc*
12660 UNSORTED BLOCK IMAGES (UBI)
12661 M:      Artem Bityutskiy <dedekind1@gmail.com>
12662 M:      Richard Weinberger <richard@nod.at>
12663 W:      http://www.linux-mtd.infradead.org/
12664 L:      linux-mtd@lists.infradead.org
12665 T:      git git://git.infradead.org/ubifs-2.6.git
12666 S:      Supported
12667 F:      drivers/mtd/ubi/
12668 F:      include/linux/mtd/ubi.h
12669 F:      include/uapi/mtd/ubi-user.h
12671 USB ACM DRIVER
12672 M:      Oliver Neukum <oneukum@suse.com>
12673 L:      linux-usb@vger.kernel.org
12674 S:      Maintained
12675 F:      Documentation/usb/acm.txt
12676 F:      drivers/usb/class/cdc-acm.*
12678 USB AR5523 WIRELESS DRIVER
12679 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12680 L:      linux-wireless@vger.kernel.org
12681 S:      Maintained
12682 F:      drivers/net/wireless/ath/ar5523/
12684 USB ATTACHED SCSI
12685 M:      Oliver Neukum <oneukum@suse.com>
12686 L:      linux-usb@vger.kernel.org
12687 L:      linux-scsi@vger.kernel.org
12688 S:      Maintained
12689 F:      drivers/usb/storage/uas.c
12691 USB CDC ETHERNET DRIVER
12692 M:      Oliver Neukum <oliver@neukum.org>
12693 L:      linux-usb@vger.kernel.org
12694 S:      Maintained
12695 F:      drivers/net/usb/cdc_*.c
12696 F:      include/uapi/linux/usb/cdc.h
12698 USB CHAOSKEY DRIVER
12699 M:      Keith Packard <keithp@keithp.com>
12700 L:      linux-usb@vger.kernel.org
12701 S:      Maintained
12702 F:      drivers/usb/misc/chaoskey.c
12704 USB CYPRESS C67X00 DRIVER
12705 M:      Peter Korsgaard <jacmet@sunsite.dk>
12706 L:      linux-usb@vger.kernel.org
12707 S:      Maintained
12708 F:      drivers/usb/c67x00/
12710 USB DAVICOM DM9601 DRIVER
12711 M:      Peter Korsgaard <jacmet@sunsite.dk>
12712 L:      netdev@vger.kernel.org
12713 W:      http://www.linux-usb.org/usbnet
12714 S:      Maintained
12715 F:      drivers/net/usb/dm9601.c
12717 USB DIAMOND RIO500 DRIVER
12718 M:      Cesar Miquel <miquel@df.uba.ar>
12719 L:      rio500-users@lists.sourceforge.net
12720 W:      http://rio500.sourceforge.net
12721 S:      Maintained
12722 F:      drivers/usb/misc/rio500*
12724 USB EHCI DRIVER
12725 M:      Alan Stern <stern@rowland.harvard.edu>
12726 L:      linux-usb@vger.kernel.org
12727 S:      Maintained
12728 F:      Documentation/usb/ehci.txt
12729 F:      drivers/usb/host/ehci*
12731 USB GADGET/PERIPHERAL SUBSYSTEM
12732 M:      Felipe Balbi <balbi@kernel.org>
12733 L:      linux-usb@vger.kernel.org
12734 W:      http://www.linux-usb.org/gadget
12735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12736 S:      Maintained
12737 F:      drivers/usb/gadget/
12738 F:      include/linux/usb/gadget*
12740 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12741 M:      Jiri Kosina <jikos@kernel.org>
12742 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12743 L:      linux-usb@vger.kernel.org
12744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12745 S:      Maintained
12746 F:      Documentation/hid/hiddev.txt
12747 F:      drivers/hid/usbhid/
12749 USB ISP116X DRIVER
12750 M:      Olav Kongas <ok@artecdesign.ee>
12751 L:      linux-usb@vger.kernel.org
12752 S:      Maintained
12753 F:      drivers/usb/host/isp116x*
12754 F:      include/linux/usb/isp116x.h
12756 USB LAN78XX ETHERNET DRIVER
12757 M:      Woojung Huh <woojung.huh@microchip.com>
12758 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12759 L:      netdev@vger.kernel.org
12760 S:      Maintained
12761 F:      drivers/net/usb/lan78xx.*
12763 USB MASS STORAGE DRIVER
12764 M:      Alan Stern <stern@rowland.harvard.edu>
12765 L:      linux-usb@vger.kernel.org
12766 L:      usb-storage@lists.one-eyed-alien.net
12767 S:      Maintained
12768 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12769 F:      drivers/usb/storage/
12771 USB MIDI DRIVER
12772 M:      Clemens Ladisch <clemens@ladisch.de>
12773 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12774 T:      git git://git.alsa-project.org/alsa-kernel.git
12775 S:      Maintained
12776 F:      sound/usb/midi.*
12778 USB NETWORKING DRIVERS
12779 L:      linux-usb@vger.kernel.org
12780 S:      Odd Fixes
12781 F:      drivers/net/usb/
12783 USB OHCI DRIVER
12784 M:      Alan Stern <stern@rowland.harvard.edu>
12785 L:      linux-usb@vger.kernel.org
12786 S:      Maintained
12787 F:      Documentation/usb/ohci.txt
12788 F:      drivers/usb/host/ohci*
12790 USB OTG FSM (Finite State Machine)
12791 M:      Peter Chen <Peter.Chen@nxp.com>
12792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12793 L:      linux-usb@vger.kernel.org
12794 S:      Maintained
12795 F:      drivers/usb/common/usb-otg-fsm.c
12797 USB OVER IP DRIVER
12798 M:      Valentina Manea <valentina.manea.m@gmail.com>
12799 M:      Shuah Khan <shuahkh@osg.samsung.com>
12800 M:      Shuah Khan <shuah@kernel.org>
12801 L:      linux-usb@vger.kernel.org
12802 S:      Maintained
12803 F:      Documentation/usb/usbip_protocol.txt
12804 F:      drivers/usb/usbip/
12805 F:      tools/usb/usbip/
12807 USB PEGASUS DRIVER
12808 M:      Petko Manolov <petkan@nucleusys.com>
12809 L:      linux-usb@vger.kernel.org
12810 L:      netdev@vger.kernel.org
12811 T:      git git://github.com/petkan/pegasus.git
12812 W:      https://github.com/petkan/pegasus
12813 S:      Maintained
12814 F:      drivers/net/usb/pegasus.*
12816 USB PHY LAYER
12817 M:      Felipe Balbi <balbi@kernel.org>
12818 L:      linux-usb@vger.kernel.org
12819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12820 S:      Maintained
12821 F:      drivers/usb/phy/
12823 USB PRINTER DRIVER (usblp)
12824 M:      Pete Zaitcev <zaitcev@redhat.com>
12825 L:      linux-usb@vger.kernel.org
12826 S:      Supported
12827 F:      drivers/usb/class/usblp.c
12829 USB QMI WWAN NETWORK DRIVER
12830 M:      Bjørn Mork <bjorn@mork.no>
12831 L:      netdev@vger.kernel.org
12832 S:      Maintained
12833 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12834 F:      drivers/net/usb/qmi_wwan.c
12836 USB RTL8150 DRIVER
12837 M:      Petko Manolov <petkan@nucleusys.com>
12838 L:      linux-usb@vger.kernel.org
12839 L:      netdev@vger.kernel.org
12840 T:      git git://github.com/petkan/rtl8150.git
12841 W:      https://github.com/petkan/rtl8150
12842 S:      Maintained
12843 F:      drivers/net/usb/rtl8150.c
12845 USB SERIAL SUBSYSTEM
12846 M:      Johan Hovold <johan@kernel.org>
12847 L:      linux-usb@vger.kernel.org
12848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12849 S:      Maintained
12850 F:      Documentation/usb/usb-serial.txt
12851 F:      drivers/usb/serial/
12852 F:      include/linux/usb/serial.h
12854 USB SMSC75XX ETHERNET DRIVER
12855 M:      Steve Glendinning <steve.glendinning@shawell.net>
12856 L:      netdev@vger.kernel.org
12857 S:      Maintained
12858 F:      drivers/net/usb/smsc75xx.*
12860 USB SMSC95XX ETHERNET DRIVER
12861 M:      Steve Glendinning <steve.glendinning@shawell.net>
12862 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12863 L:      netdev@vger.kernel.org
12864 S:      Maintained
12865 F:      drivers/net/usb/smsc95xx.*
12867 USB SUBSYSTEM
12868 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12869 L:      linux-usb@vger.kernel.org
12870 W:      http://www.linux-usb.org
12871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12872 S:      Supported
12873 F:      Documentation/devicetree/bindings/usb/
12874 F:      Documentation/usb/
12875 F:      drivers/usb/
12876 F:      include/linux/usb.h
12877 F:      include/linux/usb/
12879 USB UHCI DRIVER
12880 M:      Alan Stern <stern@rowland.harvard.edu>
12881 L:      linux-usb@vger.kernel.org
12882 S:      Maintained
12883 F:      drivers/usb/host/uhci*
12885 USB "USBNET" DRIVER FRAMEWORK
12886 M:      Oliver Neukum <oneukum@suse.com>
12887 L:      netdev@vger.kernel.org
12888 W:      http://www.linux-usb.org/usbnet
12889 S:      Maintained
12890 F:      drivers/net/usb/usbnet.c
12891 F:      include/linux/usb/usbnet.h
12893 USB VIDEO CLASS
12894 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12895 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12896 L:      linux-media@vger.kernel.org
12897 T:      git git://linuxtv.org/media_tree.git
12898 W:      http://www.ideasonboard.org/uvc/
12899 S:      Maintained
12900 F:      drivers/media/usb/uvc/
12901 F:      include/uapi/linux/uvcvideo.h
12903 USB VISION DRIVER
12904 M:      Hans Verkuil <hverkuil@xs4all.nl>
12905 L:      linux-media@vger.kernel.org
12906 T:      git git://linuxtv.org/media_tree.git
12907 W:      https://linuxtv.org
12908 S:      Odd Fixes
12909 F:      drivers/media/usb/usbvision/
12911 USB WEBCAM GADGET
12912 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12913 L:      linux-usb@vger.kernel.org
12914 S:      Maintained
12915 F:      drivers/usb/gadget/function/*uvc*
12916 F:      drivers/usb/gadget/legacy/webcam.c
12918 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12919 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12920 L:      linux-wireless@vger.kernel.org
12921 S:      Maintained
12922 F:      drivers/net/wireless/rndis_wlan.c
12924 USB XHCI DRIVER
12925 M:      Mathias Nyman <mathias.nyman@intel.com>
12926 L:      linux-usb@vger.kernel.org
12927 S:      Supported
12928 F:      drivers/usb/host/xhci*
12929 F:      drivers/usb/host/pci-quirks*
12931 USB ZD1201 DRIVER
12932 L:      linux-wireless@vger.kernel.org
12933 W:      http://linux-lc100020.sourceforge.net
12934 S:      Orphan
12935 F:      drivers/net/wireless/zydas/zd1201.*
12937 USB ZR364XX DRIVER
12938 M:      Antoine Jacquet <royale@zerezo.com>
12939 L:      linux-usb@vger.kernel.org
12940 L:      linux-media@vger.kernel.org
12941 T:      git git://linuxtv.org/media_tree.git
12942 W:      http://royale.zerezo.com/zr364xx/
12943 S:      Maintained
12944 F:      Documentation/media/v4l-drivers/zr364xx*
12945 F:      drivers/media/usb/zr364xx/
12947 ULPI BUS
12948 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12949 L:      linux-usb@vger.kernel.org
12950 S:      Maintained
12951 F:      drivers/usb/common/ulpi.c
12952 F:      include/linux/ulpi/
12954 USER-MODE LINUX (UML)
12955 M:      Jeff Dike <jdike@addtoit.com>
12956 M:      Richard Weinberger <richard@nod.at>
12957 L:      user-mode-linux-devel@lists.sourceforge.net
12958 L:      user-mode-linux-user@lists.sourceforge.net
12959 W:      http://user-mode-linux.sourceforge.net
12960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12961 S:      Maintained
12962 F:      Documentation/virtual/uml/
12963 F:      arch/um/
12964 F:      arch/x86/um/
12965 F:      fs/hostfs/
12966 F:      fs/hppfs/
12968 USERSPACE I/O (UIO)
12969 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12970 S:      Maintained
12971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12972 F:      Documentation/DocBook/uio-howto.tmpl
12973 F:      drivers/uio/
12974 F:      include/linux/uio*.h
12976 UTIL-LINUX PACKAGE
12977 M:      Karel Zak <kzak@redhat.com>
12978 L:      util-linux@vger.kernel.org
12979 W:      http://en.wikipedia.org/wiki/Util-linux
12980 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12981 S:      Maintained
12983 UVESAFB DRIVER
12984 M:      Michal Januszewski <spock@gentoo.org>
12985 L:      linux-fbdev@vger.kernel.org
12986 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12987 S:      Maintained
12988 F:      Documentation/fb/uvesafb.txt
12989 F:      drivers/video/fbdev/uvesafb.*
12991 VF610 NAND DRIVER
12992 M:      Stefan Agner <stefan@agner.ch>
12993 L:      linux-mtd@lists.infradead.org
12994 S:      Supported
12995 F:      drivers/mtd/nand/vf610_nfc.c
12997 VFAT/FAT/MSDOS FILESYSTEM
12998 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12999 S:      Maintained
13000 F:      Documentation/filesystems/vfat.txt
13001 F:      fs/fat/
13003 VFIO DRIVER
13004 M:      Alex Williamson <alex.williamson@redhat.com>
13005 L:      kvm@vger.kernel.org
13006 T:      git git://github.com/awilliam/linux-vfio.git
13007 S:      Maintained
13008 F:      Documentation/vfio.txt
13009 F:      drivers/vfio/
13010 F:      include/linux/vfio.h
13011 F:      include/uapi/linux/vfio.h
13013 VFIO MEDIATED DEVICE DRIVERS
13014 M:      Kirti Wankhede <kwankhede@nvidia.com>
13015 L:      kvm@vger.kernel.org
13016 S:      Maintained
13017 F:      Documentation/vfio-mediated-device.txt
13018 F:      drivers/vfio/mdev/
13019 F:      include/linux/mdev.h
13020 F:      samples/vfio-mdev/
13022 VFIO PLATFORM DRIVER
13023 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
13024 L:      kvm@vger.kernel.org
13025 S:      Maintained
13026 F:      drivers/vfio/platform/
13028 VIDEOBUF2 FRAMEWORK
13029 M:      Pawel Osciak <pawel@osciak.com>
13030 M:      Marek Szyprowski <m.szyprowski@samsung.com>
13031 M:      Kyungmin Park <kyungmin.park@samsung.com>
13032 L:      linux-media@vger.kernel.org
13033 S:      Maintained
13034 F:      drivers/media/v4l2-core/videobuf2-*
13035 F:      include/media/videobuf2-*
13037 VIRTIO AND VHOST VSOCK DRIVER
13038 M:      Stefan Hajnoczi <stefanha@redhat.com>
13039 L:      kvm@vger.kernel.org
13040 L:      virtualization@lists.linux-foundation.org
13041 L:      netdev@vger.kernel.org
13042 S:      Maintained
13043 F:      include/linux/virtio_vsock.h
13044 F:      include/uapi/linux/virtio_vsock.h
13045 F:      net/vmw_vsock/virtio_transport_common.c
13046 F:      net/vmw_vsock/virtio_transport.c
13047 F:      drivers/vhost/vsock.c
13048 F:      drivers/vhost/vsock.h
13050 VIRTUAL SERIO DEVICE DRIVER
13051 M:      Stephen Chandler Paul <thatslyude@gmail.com>
13052 S:      Maintained
13053 F:      drivers/input/serio/userio.c
13054 F:      include/uapi/linux/userio.h
13056 VIRTIO CONSOLE DRIVER
13057 M:      Amit Shah <amit.shah@redhat.com>
13058 L:      virtualization@lists.linux-foundation.org
13059 S:      Maintained
13060 F:      drivers/char/virtio_console.c
13061 F:      include/linux/virtio_console.h
13062 F:      include/uapi/linux/virtio_console.h
13064 VIRTIO CORE, NET AND BLOCK DRIVERS
13065 M:      "Michael S. Tsirkin" <mst@redhat.com>
13066 M:      Jason Wang <jasowang@redhat.com>
13067 L:      virtualization@lists.linux-foundation.org
13068 S:      Maintained
13069 F:      Documentation/devicetree/bindings/virtio/
13070 F:      drivers/virtio/
13071 F:      tools/virtio/
13072 F:      drivers/net/virtio_net.c
13073 F:      drivers/block/virtio_blk.c
13074 F:      include/linux/virtio_*.h
13075 F:      include/uapi/linux/virtio_*.h
13076 F:      drivers/crypto/virtio/
13078 VIRTIO DRIVERS FOR S390
13079 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13080 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
13081 L:      linux-s390@vger.kernel.org
13082 L:      virtualization@lists.linux-foundation.org
13083 L:      kvm@vger.kernel.org
13084 S:      Supported
13085 F:      drivers/s390/virtio/
13087 VIRTIO GPU DRIVER
13088 M:      David Airlie <airlied@linux.ie>
13089 M:      Gerd Hoffmann <kraxel@redhat.com>
13090 L:      dri-devel@lists.freedesktop.org
13091 L:      virtualization@lists.linux-foundation.org
13092 S:      Maintained
13093 F:      drivers/gpu/drm/virtio/
13094 F:      include/uapi/linux/virtio_gpu.h
13096 VIRTIO HOST (VHOST)
13097 M:      "Michael S. Tsirkin" <mst@redhat.com>
13098 M:      Jason Wang <jasowang@redhat.com>
13099 L:      kvm@vger.kernel.org
13100 L:      virtualization@lists.linux-foundation.org
13101 L:      netdev@vger.kernel.org
13102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13103 S:      Maintained
13104 F:      drivers/vhost/
13105 F:      include/uapi/linux/vhost.h
13107 VIRTIO INPUT DRIVER
13108 M:      Gerd Hoffmann <kraxel@redhat.com>
13109 S:      Maintained
13110 F:      drivers/virtio/virtio_input.c
13111 F:      include/uapi/linux/virtio_input.h
13113 VIRTIO CRYPTO DRIVER
13114 M:  Gonglei <arei.gonglei@huawei.com>
13115 L:  virtualization@lists.linux-foundation.org
13116 L:  linux-crypto@vger.kernel.org
13117 S:  Maintained
13118 F:  drivers/crypto/virtio/
13119 F:  include/uapi/linux/virtio_crypto.h
13121 VIA RHINE NETWORK DRIVER
13122 S:      Orphan
13123 F:      drivers/net/ethernet/via/via-rhine.c
13125 VIA SD/MMC CARD CONTROLLER DRIVER
13126 M:      Bruce Chang <brucechang@via.com.tw>
13127 M:      Harald Welte <HaraldWelte@viatech.com>
13128 S:      Maintained
13129 F:      drivers/mmc/host/via-sdmmc.c
13131 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13132 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
13133 L:      linux-fbdev@vger.kernel.org
13134 S:      Maintained
13135 F:      include/linux/via-core.h
13136 F:      include/linux/via-gpio.h
13137 F:      include/linux/via_i2c.h
13138 F:      drivers/video/fbdev/via/
13140 VIA VELOCITY NETWORK DRIVER
13141 M:      Francois Romieu <romieu@fr.zoreil.com>
13142 L:      netdev@vger.kernel.org
13143 S:      Maintained
13144 F:      drivers/net/ethernet/via/via-velocity.*
13146 VIRT LIB
13147 M:      Alex Williamson <alex.williamson@redhat.com>
13148 M:      Paolo Bonzini <pbonzini@redhat.com>
13149 L:      kvm@vger.kernel.org
13150 S:      Supported
13151 F:      virt/lib/
13153 VIVID VIRTUAL VIDEO DRIVER
13154 M:      Hans Verkuil <hverkuil@xs4all.nl>
13155 L:      linux-media@vger.kernel.org
13156 T:      git git://linuxtv.org/media_tree.git
13157 W:      https://linuxtv.org
13158 S:      Maintained
13159 F:      drivers/media/platform/vivid/*
13161 VLAN (802.1Q)
13162 M:      Patrick McHardy <kaber@trash.net>
13163 L:      netdev@vger.kernel.org
13164 S:      Maintained
13165 F:      drivers/net/macvlan.c
13166 F:      include/linux/if_*vlan.h
13167 F:      net/8021q/
13169 VLYNQ BUS
13170 M:      Florian Fainelli <f.fainelli@gmail.com>
13171 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
13172 S:      Maintained
13173 F:      drivers/vlynq/vlynq.c
13174 F:      include/linux/vlynq.h
13176 VME SUBSYSTEM
13177 M:      Martyn Welch <martyn@welchs.me.uk>
13178 M:      Manohar Vanga <manohar.vanga@gmail.com>
13179 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13180 L:      devel@driverdev.osuosl.org
13181 S:      Maintained
13182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13183 F:      Documentation/driver-api/vme.rst
13184 F:      drivers/staging/vme/
13185 F:      drivers/vme/
13186 F:      include/linux/vme*
13188 VMWARE HYPERVISOR INTERFACE
13189 M:      Alok Kataria <akataria@vmware.com>
13190 L:      virtualization@lists.linux-foundation.org
13191 S:      Supported
13192 F:      arch/x86/kernel/cpu/vmware.c
13194 VMWARE BALLOON DRIVER
13195 M:      Xavier Deguillard <xdeguillard@vmware.com>
13196 M:      Philip Moltmann <moltmann@vmware.com>
13197 M:      "VMware, Inc." <pv-drivers@vmware.com>
13198 L:      linux-kernel@vger.kernel.org
13199 S:      Maintained
13200 F:      drivers/misc/vmw_balloon.c
13202 VMWARE VMMOUSE SUBDRIVER
13203 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
13204 M:      "VMware, Inc." <pv-drivers@vmware.com>
13205 L:      linux-input@vger.kernel.org
13206 S:      Maintained
13207 F:      drivers/input/mouse/vmmouse.c
13208 F:      drivers/input/mouse/vmmouse.h
13210 VMWARE VMXNET3 ETHERNET DRIVER
13211 M:      Shrikrishna Khare <skhare@vmware.com>
13212 M:      "VMware, Inc." <pv-drivers@vmware.com>
13213 L:      netdev@vger.kernel.org
13214 S:      Maintained
13215 F:      drivers/net/vmxnet3/
13217 VMware PVSCSI driver
13218 M:      Jim Gill <jgill@vmware.com>
13219 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13220 L:      linux-scsi@vger.kernel.org
13221 S:      Maintained
13222 F:      drivers/scsi/vmw_pvscsi.c
13223 F:      drivers/scsi/vmw_pvscsi.h
13225 VMWARE PVRDMA DRIVER
13226 M:      Adit Ranadive <aditr@vmware.com>
13227 M:      VMware PV-Drivers <pv-drivers@vmware.com>
13228 L:      linux-rdma@vger.kernel.org
13229 S:      Maintained
13230 F:      drivers/infiniband/hw/vmw_pvrdma/
13232 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13233 M:      Liam Girdwood <lgirdwood@gmail.com>
13234 M:      Mark Brown <broonie@kernel.org>
13235 L:      linux-kernel@vger.kernel.org
13236 W:      http://www.slimlogic.co.uk/?p=48
13237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13238 S:      Supported
13239 F:      Documentation/devicetree/bindings/regulator/
13240 F:      drivers/regulator/
13241 F:      include/dt-bindings/regulator/
13242 F:      include/linux/regulator/
13245 M:      David Ahern <dsa@cumulusnetworks.com>
13246 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
13247 L:      netdev@vger.kernel.org
13248 S:      Maintained
13249 F:      drivers/net/vrf.c
13250 F:      Documentation/networking/vrf.txt
13252 VT1211 HARDWARE MONITOR DRIVER
13253 M:      Juerg Haefliger <juergh@gmail.com>
13254 L:      linux-hwmon@vger.kernel.org
13255 S:      Maintained
13256 F:      Documentation/hwmon/vt1211
13257 F:      drivers/hwmon/vt1211.c
13259 VT8231 HARDWARE MONITOR DRIVER
13260 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13261 L:      linux-hwmon@vger.kernel.org
13262 S:      Maintained
13263 F:      drivers/hwmon/vt8231.c
13265 VUB300 USB to SDIO/SD/MMC bridge chip
13266 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13267 L:      linux-mmc@vger.kernel.org
13268 L:      linux-usb@vger.kernel.org
13269 S:      Supported
13270 F:      drivers/mmc/host/vub300.c
13272 W1 DALLAS'S 1-WIRE BUS
13273 M:      Evgeniy Polyakov <zbr@ioremap.net>
13274 S:      Maintained
13275 F:      Documentation/w1/
13276 F:      drivers/w1/
13278 W83791D HARDWARE MONITORING DRIVER
13279 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13280 L:      linux-hwmon@vger.kernel.org
13281 S:      Maintained
13282 F:      Documentation/hwmon/w83791d
13283 F:      drivers/hwmon/w83791d.c
13285 W83793 HARDWARE MONITORING DRIVER
13286 M:      Rudolf Marek <r.marek@assembler.cz>
13287 L:      linux-hwmon@vger.kernel.org
13288 S:      Maintained
13289 F:      Documentation/hwmon/w83793
13290 F:      drivers/hwmon/w83793.c
13292 W83795 HARDWARE MONITORING DRIVER
13293 M:      Jean Delvare <jdelvare@suse.com>
13294 L:      linux-hwmon@vger.kernel.org
13295 S:      Maintained
13296 F:      drivers/hwmon/w83795.c
13298 W83L51xD SD/MMC CARD INTERFACE DRIVER
13299 M:      Pierre Ossman <pierre@ossman.eu>
13300 S:      Maintained
13301 F:      drivers/mmc/host/wbsd.*
13303 WACOM PROTOCOL 4 SERIAL TABLETS
13304 M:      Julian Squires <julian@cipht.net>
13305 M:      Hans de Goede <hdegoede@redhat.com>
13306 L:      linux-input@vger.kernel.org
13307 S:      Maintained
13308 F:      drivers/input/tablet/wacom_serial4.c
13310 WATCHDOG DEVICE DRIVERS
13311 M:      Wim Van Sebroeck <wim@iguana.be>
13312 R:      Guenter Roeck <linux@roeck-us.net>
13313 L:      linux-watchdog@vger.kernel.org
13314 W:      http://www.linux-watchdog.org/
13315 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13316 S:      Maintained
13317 F:      Documentation/devicetree/bindings/watchdog/
13318 F:      Documentation/watchdog/
13319 F:      drivers/watchdog/
13320 F:      include/linux/watchdog.h
13321 F:      include/uapi/linux/watchdog.h
13323 WIIMOTE HID DRIVER
13324 M:      David Herrmann <dh.herrmann@googlemail.com>
13325 L:      linux-input@vger.kernel.org
13326 S:      Maintained
13327 F:      drivers/hid/hid-wiimote*
13329 WINBOND CIR DRIVER
13330 M:      David Härdeman <david@hardeman.nu>
13331 S:      Maintained
13332 F:      drivers/media/rc/winbond-cir.c
13334 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13335 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13336 L:      linux-watchdog@vger.kernel.org
13337 S:      Maintained
13338 F:      drivers/watchdog/ebc-c384_wdt.c
13340 WINSYSTEMS WS16C48 GPIO DRIVER
13341 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13342 L:      linux-gpio@vger.kernel.org
13343 S:      Maintained
13344 F:      drivers/gpio/gpio-ws16c48.c
13346 WIMAX STACK
13347 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13348 M:      linux-wimax@intel.com
13349 L:      wimax@linuxwimax.org (subscribers-only)
13350 S:      Supported
13351 W:      http://linuxwimax.org
13352 F:      Documentation/wimax/README.wimax
13353 F:      include/linux/wimax/debug.h
13354 F:      include/net/wimax.h
13355 F:      include/uapi/linux/wimax.h
13356 F:      net/wimax/
13358 WISTRON LAPTOP BUTTON DRIVER
13359 M:      Miloslav Trmac <mitr@volny.cz>
13360 S:      Maintained
13361 F:      drivers/input/misc/wistron_btns.c
13363 WL3501 WIRELESS PCMCIA CARD DRIVER
13364 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13365 L:      linux-wireless@vger.kernel.org
13366 W:      http://oops.ghostprotocols.net:81/blog
13367 S:      Maintained
13368 F:      drivers/net/wireless/wl3501*
13370 WOLFSON MICROELECTRONICS DRIVERS
13371 L:      patches@opensource.wolfsonmicro.com
13372 T:      git https://github.com/CirrusLogic/linux-drivers.git
13373 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13374 S:      Supported
13375 F:      Documentation/hwmon/wm83??
13376 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13377 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13378 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13379 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13380 F:      drivers/clk/clk-wm83*.c
13381 F:      drivers/extcon/extcon-arizona.c
13382 F:      drivers/leds/leds-wm83*.c
13383 F:      drivers/gpio/gpio-*wm*.c
13384 F:      drivers/gpio/gpio-arizona.c
13385 F:      drivers/hwmon/wm83??-hwmon.c
13386 F:      drivers/input/misc/wm831x-on.c
13387 F:      drivers/input/touchscreen/wm831x-ts.c
13388 F:      drivers/input/touchscreen/wm97*.c
13389 F:      drivers/mfd/arizona*
13390 F:      drivers/mfd/wm*.c
13391 F:      drivers/mfd/cs47l24*
13392 F:      drivers/power/supply/wm83*.c
13393 F:      drivers/rtc/rtc-wm83*.c
13394 F:      drivers/regulator/wm8*.c
13395 F:      drivers/video/backlight/wm83*_bl.c
13396 F:      drivers/watchdog/wm83*_wdt.c
13397 F:      include/linux/mfd/arizona/
13398 F:      include/linux/mfd/wm831x/
13399 F:      include/linux/mfd/wm8350/
13400 F:      include/linux/mfd/wm8400*
13401 F:      include/linux/wm97xx.h
13402 F:      include/sound/wm????.h
13403 F:      sound/soc/codecs/arizona.?
13404 F:      sound/soc/codecs/wm*
13405 F:      sound/soc/codecs/cs47l24*
13407 WORKQUEUE
13408 M:      Tejun Heo <tj@kernel.org>
13409 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13411 S:      Maintained
13412 F:      include/linux/workqueue.h
13413 F:      kernel/workqueue.c
13414 F:      Documentation/core-api/workqueue.rst
13416 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13417 M:      Chen-Yu Tsai <wens@csie.org>
13418 L:      linux-kernel@vger.kernel.org
13419 S:      Maintained
13420 N:      axp[128]
13422 X.25 NETWORK LAYER
13423 M:      Andrew Hendry <andrew.hendry@gmail.com>
13424 L:      linux-x25@vger.kernel.org
13425 S:      Odd Fixes
13426 F:      Documentation/networking/x25*
13427 F:      include/net/x25*
13428 F:      net/x25/
13430 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13431 M:      Thomas Gleixner <tglx@linutronix.de>
13432 M:      Ingo Molnar <mingo@redhat.com>
13433 M:      "H. Peter Anvin" <hpa@zytor.com>
13434 M:      x86@kernel.org
13435 L:      linux-kernel@vger.kernel.org
13436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13437 S:      Maintained
13438 F:      Documentation/x86/
13439 F:      arch/x86/
13441 X86 PLATFORM DRIVERS
13442 M:      Darren Hart <dvhart@infradead.org>
13443 L:      platform-driver-x86@vger.kernel.org
13444 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13445 S:      Maintained
13446 F:      drivers/platform/x86/
13447 F:      drivers/platform/olpc/
13449 X86 MCE INFRASTRUCTURE
13450 M:      Tony Luck <tony.luck@intel.com>
13451 M:      Borislav Petkov <bp@alien8.de>
13452 L:      linux-edac@vger.kernel.org
13453 S:      Maintained
13454 F:      arch/x86/kernel/cpu/mcheck/*
13456 X86 MICROCODE UPDATE SUPPORT
13457 M:      Borislav Petkov <bp@alien8.de>
13458 S:      Maintained
13459 F:      arch/x86/kernel/cpu/microcode/*
13461 X86 VDSO
13462 M:      Andy Lutomirski <luto@amacapital.net>
13463 L:      linux-kernel@vger.kernel.org
13464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13465 S:      Maintained
13466 F:      arch/x86/entry/vdso/
13468 XC2028/3028 TUNER DRIVER
13469 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13470 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13471 L:      linux-media@vger.kernel.org
13472 W:      https://linuxtv.org
13473 T:      git git://linuxtv.org/media_tree.git
13474 S:      Maintained
13475 F:      drivers/media/tuners/tuner-xc2028.*
13477 XEN HYPERVISOR INTERFACE
13478 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13479 M:      Juergen Gross <jgross@suse.com>
13480 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13482 S:      Supported
13483 F:      arch/x86/xen/
13484 F:      drivers/*/xen-*front.c
13485 F:      drivers/xen/
13486 F:      arch/x86/include/asm/xen/
13487 F:      include/xen/
13488 F:      include/uapi/xen/
13490 XEN HYPERVISOR ARM
13491 M:      Stefano Stabellini <sstabellini@kernel.org>
13492 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13493 S:      Maintained
13494 F:      arch/arm/xen/
13495 F:      arch/arm/include/asm/xen/
13497 XEN HYPERVISOR ARM64
13498 M:      Stefano Stabellini <sstabellini@kernel.org>
13499 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13500 S:      Maintained
13501 F:      arch/arm64/xen/
13502 F:      arch/arm64/include/asm/xen/
13504 XEN NETWORK BACKEND DRIVER
13505 M:      Wei Liu <wei.liu2@citrix.com>
13506 M:      Paul Durrant <paul.durrant@citrix.com>
13507 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13508 L:      netdev@vger.kernel.org
13509 S:      Supported
13510 F:      drivers/net/xen-netback/*
13512 XEN PCI SUBSYSTEM
13513 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13514 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13515 S:      Supported
13516 F:      arch/x86/pci/*xen*
13517 F:      drivers/pci/*xen*
13519 XEN BLOCK SUBSYSTEM
13520 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13521 M:      Roger Pau Monné <roger.pau@citrix.com>
13522 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13523 S:      Supported
13524 F:      drivers/block/xen-blkback/*
13525 F:      drivers/block/xen*
13527 XEN PVSCSI DRIVERS
13528 M:      Juergen Gross <jgross@suse.com>
13529 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13530 L:      linux-scsi@vger.kernel.org
13531 S:      Supported
13532 F:      drivers/scsi/xen-scsifront.c
13533 F:      drivers/xen/xen-scsiback.c
13534 F:      include/xen/interface/io/vscsiif.h
13536 XEN SWIOTLB SUBSYSTEM
13537 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13538 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13539 S:      Supported
13540 F:      arch/x86/xen/*swiotlb*
13541 F:      drivers/xen/*swiotlb*
13543 XFS FILESYSTEM
13544 M:      Dave Chinner <david@fromorbit.com>
13545 M:      linux-xfs@vger.kernel.org
13546 L:      linux-xfs@vger.kernel.org
13547 W:      http://xfs.org/
13548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13549 S:      Supported
13550 F:      Documentation/filesystems/xfs.txt
13551 F:      fs/xfs/
13553 XILINX AXI ETHERNET DRIVER
13554 M:      Anirudha Sarangi <anirudh@xilinx.com>
13555 M:      John Linn <John.Linn@xilinx.com>
13556 S:      Maintained
13557 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13559 XILINX UARTLITE SERIAL DRIVER
13560 M:      Peter Korsgaard <jacmet@sunsite.dk>
13561 L:      linux-serial@vger.kernel.org
13562 S:      Maintained
13563 F:      drivers/tty/serial/uartlite.c
13565 XILINX VIDEO IP CORES
13566 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13567 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13568 L:      linux-media@vger.kernel.org
13569 T:      git git://linuxtv.org/media_tree.git
13570 S:      Supported
13571 F:      Documentation/devicetree/bindings/media/xilinx/
13572 F:      drivers/media/platform/xilinx/
13573 F:      include/uapi/linux/xilinx-v4l2-controls.h
13575 XILLYBUS DRIVER
13576 M:      Eli Billauer <eli.billauer@gmail.com>
13577 L:      linux-kernel@vger.kernel.org
13578 S:      Supported
13579 F:      drivers/char/xillybus/
13581 XTENSA XTFPGA PLATFORM SUPPORT
13582 M:      Max Filippov <jcmvbkbc@gmail.com>
13583 L:      linux-xtensa@linux-xtensa.org
13584 S:      Maintained
13585 F:      drivers/spi/spi-xtensa-xtfpga.c
13586 F:      sound/soc/xtensa/xtfpga-i2s.c
13588 YAM DRIVER FOR AX.25
13589 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13590 L:      linux-hams@vger.kernel.org
13591 S:      Maintained
13592 F:      drivers/net/hamradio/yam*
13593 F:      include/linux/yam.h
13595 YEALINK PHONE DRIVER
13596 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13597 L:      usbb2k-api-dev@nongnu.org
13598 S:      Maintained
13599 F:      Documentation/input/yealink.txt
13600 F:      drivers/input/misc/yealink.*
13602 Z8530 DRIVER FOR AX.25
13603 M:      Joerg Reuter <jreuter@yaina.de>
13604 W:      http://yaina.de/jreuter/
13605 W:      http://www.qsl.net/dl1bke/
13606 L:      linux-hams@vger.kernel.org
13607 S:      Maintained
13608 F:      Documentation/networking/z8530drv.txt
13609 F:      drivers/net/hamradio/*scc.c
13610 F:      drivers/net/hamradio/z8530.h
13612 ZBUD COMPRESSED PAGE ALLOCATOR
13613 M:      Seth Jennings <sjenning@redhat.com>
13614 L:      linux-mm@kvack.org
13615 S:      Maintained
13616 F:      mm/zbud.c
13617 F:      include/linux/zbud.h
13619 ZD1211RW WIRELESS DRIVER
13620 M:      Daniel Drake <dsd@gentoo.org>
13621 M:      Ulrich Kunitz <kune@deine-taler.de>
13622 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13623 L:      linux-wireless@vger.kernel.org
13624 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13625 S:      Maintained
13626 F:      drivers/net/wireless/zydas/zd1211rw/
13628 ZD1301_DEMOD MEDIA DRIVER
13629 M:      Antti Palosaari <crope@iki.fi>
13630 L:      linux-media@vger.kernel.org
13631 W:      https://linuxtv.org/
13632 W:      http://palosaari.fi/linux/
13633 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13634 S:      Maintained
13635 F:      drivers/media/dvb-frontends/zd1301_demod*
13637 ZD1301 MEDIA DRIVER
13638 M:      Antti Palosaari <crope@iki.fi>
13639 L:      linux-media@vger.kernel.org
13640 W:      https://linuxtv.org/
13641 W:      http://palosaari.fi/linux/
13642 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13643 S:      Maintained
13644 F:      drivers/media/usb/dvb-usb-v2/zd1301*
13646 ZPOOL COMPRESSED PAGE STORAGE API
13647 M:      Dan Streetman <ddstreet@ieee.org>
13648 L:      linux-mm@kvack.org
13649 S:      Maintained
13650 F:      mm/zpool.c
13651 F:      include/linux/zpool.h
13653 ZR36067 VIDEO FOR LINUX DRIVER
13654 L:      mjpeg-users@lists.sourceforge.net
13655 L:      linux-media@vger.kernel.org
13656 W:      http://mjpeg.sourceforge.net/driver-zoran/
13657 T:      hg https://linuxtv.org/hg/v4l-dvb
13658 S:      Odd Fixes
13659 F:      drivers/media/pci/zoran/
13661 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13662 M:      Minchan Kim <minchan@kernel.org>
13663 M:      Nitin Gupta <ngupta@vflare.org>
13664 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13665 L:      linux-kernel@vger.kernel.org
13666 S:      Maintained
13667 F:      drivers/block/zram/
13668 F:      Documentation/blockdev/zram.txt
13670 ZS DECSTATION Z85C30 SERIAL DRIVER
13671 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13672 S:      Maintained
13673 F:      drivers/tty/serial/zs.*
13675 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13676 M:      Minchan Kim <minchan@kernel.org>
13677 M:      Nitin Gupta <ngupta@vflare.org>
13678 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13679 L:      linux-mm@kvack.org
13680 S:      Maintained
13681 F:      mm/zsmalloc.c
13682 F:      include/linux/zsmalloc.h
13683 F:      Documentation/vm/zsmalloc.txt
13685 ZSWAP COMPRESSED SWAP CACHING
13686 M:      Seth Jennings <sjenning@redhat.com>
13687 L:      linux-mm@kvack.org
13688 S:      Maintained
13689 F:      mm/zswap.c
13691 THE REST
13692 M:      Linus Torvalds <torvalds@linux-foundation.org>
13693 L:      linux-kernel@vger.kernel.org
13694 Q:      http://patchwork.kernel.org/project/LKML/list/
13695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13696 S:      Buried alive in reporters
13697 F:      *
13698 F:      */