staging: slicoss: avoid CamelCases in slichw.h
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blob2de970d2f33221e2cbe842e21d9d430c68a720ae
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/CodingStyle 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/SubmittingPatches 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/SubmittingPatches.
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         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
123 Maintainers List (try to look for most precise areas first)
125                 -----------------------------------
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      https://linuxtv.org
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
228 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
229 M:      Hans de Goede <hdegoede@redhat.com>
230 L:      linux-hwmon@vger.kernel.org
231 S:      Maintained
232 F:      drivers/hwmon/abituguru.c
234 ABIT UGURU 3 HARDWARE MONITOR DRIVER
235 M:      Alistair John Strachan <alistair@devzero.co.uk>
236 L:      linux-hwmon@vger.kernel.org
237 S:      Maintained
238 F:      drivers/hwmon/abituguru3.c
240 ACCES 104-DIO-48E GPIO DRIVER
241 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
242 L:      linux-gpio@vger.kernel.org
243 S:      Maintained
244 F:      drivers/gpio/gpio-104-dio-48e.c
246 ACCES 104-IDI-48 GPIO DRIVER
247 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
248 L:      linux-gpio@vger.kernel.org
249 S:      Maintained
250 F:      drivers/gpio/gpio-104-idi-48.c
252 ACCES 104-IDIO-16 GPIO DRIVER
253 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-idio-16.c
258 ACCES 104-QUAD-8 IIO DRIVER
259 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
260 L:      linux-iio@vger.kernel.org
261 S:      Maintained
262 F:      drivers/iio/counter/104-quad-8.c
264 ACENIC DRIVER
265 M:      Jes Sorensen <jes@trained-monkey.org>
266 L:      linux-acenic@sunsite.dk
267 S:      Maintained
268 F:      drivers/net/ethernet/alteon/acenic*
270 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
271 M:      Peter Feuerer <peter@piie.net>
272 L:      platform-driver-x86@vger.kernel.org
273 W:      http://piie.net/?section=acerhdf
274 S:      Maintained
275 F:      drivers/platform/x86/acerhdf.c
277 ACER WMI LAPTOP EXTRAS
278 M:      "Lee, Chun-Yi" <jlee@suse.com>
279 L:      platform-driver-x86@vger.kernel.org
280 S:      Maintained
281 F:      drivers/platform/x86/acer-wmi.c
283 ACPI
284 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
285 M:      Len Brown <lenb@kernel.org>
286 L:      linux-acpi@vger.kernel.org
287 W:      https://01.org/linux-acpi
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/
292 F:      drivers/pnp/pnpacpi/
293 F:      include/linux/acpi.h
294 F:      include/acpi/
295 F:      Documentation/acpi/
296 F:      Documentation/ABI/testing/sysfs-bus-acpi
297 F:      Documentation/ABI/testing/configfs-acpi
298 F:      drivers/pci/*acpi*
299 F:      drivers/pci/*/*acpi*
300 F:      drivers/pci/*/*/*acpi*
301 F:      tools/power/acpi/
303 ACPI COMPONENT ARCHITECTURE (ACPICA)
304 M:      Robert Moore <robert.moore@intel.com>
305 M:      Lv Zheng <lv.zheng@intel.com>
306 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
307 L:      linux-acpi@vger.kernel.org
308 L:      devel@acpica.org
309 W:      https://acpica.org/
310 W:      https://github.com/acpica/acpica/
311 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
313 S:      Supported
314 F:      drivers/acpi/acpica/
315 F:      include/acpi/
316 F:      tools/power/acpi/
318 ACPI FAN DRIVER
319 M:      Zhang Rui <rui.zhang@intel.com>
320 L:      linux-acpi@vger.kernel.org
321 W:      https://01.org/linux-acpi
322 S:      Supported
323 F:      drivers/acpi/fan.c
325 ACPI FOR ARM64 (ACPI/arm64)
326 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
327 M:      Hanjun Guo <hanjun.guo@linaro.org>
328 M:      Sudeep Holla <sudeep.holla@arm.com>
329 L:      linux-acpi@vger.kernel.org
330 S:      Maintained
331 F:      drivers/acpi/arm64
333 ACPI THERMAL DRIVER
334 M:      Zhang Rui <rui.zhang@intel.com>
335 L:      linux-acpi@vger.kernel.org
336 W:      https://01.org/linux-acpi
337 S:      Supported
338 F:      drivers/acpi/*thermal*
340 ACPI VIDEO DRIVER
341 M:      Zhang Rui <rui.zhang@intel.com>
342 L:      linux-acpi@vger.kernel.org
343 W:      https://01.org/linux-acpi
344 S:      Supported
345 F:      drivers/acpi/acpi_video.c
347 ACPI WMI DRIVER
348 L:      platform-driver-x86@vger.kernel.org
349 S:      Orphan
350 F:      drivers/platform/x86/wmi.c
352 AD1889 ALSA SOUND DRIVER
353 M:      Thibaut Varene <T-Bone@parisc-linux.org>
354 W:      http://wiki.parisc-linux.org/AD1889
355 L:      linux-parisc@vger.kernel.org
356 S:      Maintained
357 F:      sound/pci/ad1889.*
359 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD5254
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/misc/ad525x_dpot.c
366 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD5398
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/regulator/ad5398.c
373 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7142
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/misc/ad714x.c
380 AD7877 TOUCHSCREEN DRIVER
381 M:      Michael Hennerich <michael.hennerich@analog.com>
382 W:      http://wiki.analog.com/AD7877
383 W:      http://ez.analog.com/community/linux-device-drivers
384 S:      Supported
385 F:      drivers/input/touchscreen/ad7877.c
387 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
388 M:      Michael Hennerich <michael.hennerich@analog.com>
389 W:      http://wiki.analog.com/AD7879
390 W:      http://ez.analog.com/community/linux-device-drivers
391 S:      Supported
392 F:      drivers/input/touchscreen/ad7879.c
394 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
395 M:      Jiri Kosina <jikos@kernel.org>
396 S:      Maintained
398 ADF7242 IEEE 802.15.4 RADIO DRIVER
399 M:      Michael Hennerich <michael.hennerich@analog.com>
400 W:      https://wiki.analog.com/ADF7242
401 W:      http://ez.analog.com/community/linux-device-drivers
402 L:      linux-wpan@vger.kernel.org
403 S:      Supported
404 F:      drivers/net/ieee802154/adf7242.c
405 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
407 ADM1025 HARDWARE MONITOR DRIVER
408 M:      Jean Delvare <jdelvare@suse.com>
409 L:      linux-hwmon@vger.kernel.org
410 S:      Maintained
411 F:      Documentation/hwmon/adm1025
412 F:      drivers/hwmon/adm1025.c
414 ADM1029 HARDWARE MONITOR DRIVER
415 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
416 L:      linux-hwmon@vger.kernel.org
417 S:      Maintained
418 F:      drivers/hwmon/adm1029.c
420 ADM8211 WIRELESS DRIVER
421 L:      linux-wireless@vger.kernel.org
422 W:      http://wireless.kernel.org/
423 S:      Orphan
424 F:      drivers/net/wireless/admtek/adm8211.*
426 ADP1653 FLASH CONTROLLER DRIVER
427 M:      Sakari Ailus <sakari.ailus@iki.fi>
428 L:      linux-media@vger.kernel.org
429 S:      Maintained
430 F:      drivers/media/i2c/adp1653.c
431 F:      include/media/i2c/adp1653.h
433 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
434 M:      Michael Hennerich <michael.hennerich@analog.com>
435 W:      http://wiki.analog.com/ADP5520
436 W:      http://ez.analog.com/community/linux-device-drivers
437 S:      Supported
438 F:      drivers/mfd/adp5520.c
439 F:      drivers/video/backlight/adp5520_bl.c
440 F:      drivers/leds/leds-adp5520.c
441 F:      drivers/gpio/gpio-adp5520.c
442 F:      drivers/input/keyboard/adp5520-keys.c
444 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
445 M:      Michael Hennerich <michael.hennerich@analog.com>
446 W:      http://wiki.analog.com/ADP5588
447 W:      http://ez.analog.com/community/linux-device-drivers
448 S:      Supported
449 F:      drivers/input/keyboard/adp5588-keys.c
450 F:      drivers/gpio/gpio-adp5588.c
452 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
453 M:      Michael Hennerich <michael.hennerich@analog.com>
454 W:      http://wiki.analog.com/ADP8860
455 W:      http://ez.analog.com/community/linux-device-drivers
456 S:      Supported
457 F:      drivers/video/backlight/adp8860_bl.c
459 ADS1015 HARDWARE MONITOR DRIVER
460 M:      Dirk Eibach <eibach@gdsys.de>
461 L:      linux-hwmon@vger.kernel.org
462 S:      Maintained
463 F:      Documentation/hwmon/ads1015
464 F:      drivers/hwmon/ads1015.c
465 F:      include/linux/i2c/ads1015.h
467 ADT746X FAN DRIVER
468 M:      Colin Leroy <colin@colino.net>
469 S:      Maintained
470 F:      drivers/macintosh/therm_adt746x.c
472 ADT7475 HARDWARE MONITOR DRIVER
473 M:      Jean Delvare <jdelvare@suse.com>
474 L:      linux-hwmon@vger.kernel.org
475 S:      Maintained
476 F:      Documentation/hwmon/adt7475
477 F:      drivers/hwmon/adt7475.c
479 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
480 M:      Michael Hennerich <michael.hennerich@analog.com>
481 W:      http://wiki.analog.com/ADXL345
482 W:      http://ez.analog.com/community/linux-device-drivers
483 S:      Supported
484 F:      drivers/input/misc/adxl34x.c
486 ADVANSYS SCSI DRIVER
487 M:      Matthew Wilcox <matthew@wil.cx>
488 M:      Hannes Reinecke <hare@suse.com>
489 L:      linux-scsi@vger.kernel.org
490 S:      Maintained
491 F:      Documentation/scsi/advansys.txt
492 F:      drivers/scsi/advansys.c
494 AEDSP16 DRIVER
495 M:      Riccardo Facchetti <fizban@tin.it>
496 S:      Maintained
497 F:      sound/oss/aedsp16.c
499 AF9013 MEDIA DRIVER
500 M:      Antti Palosaari <crope@iki.fi>
501 L:      linux-media@vger.kernel.org
502 W:      https://linuxtv.org
503 W:      http://palosaari.fi/linux/
504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
505 T:      git git://linuxtv.org/anttip/media_tree.git
506 S:      Maintained
507 F:      drivers/media/dvb-frontends/af9013*
509 AF9033 MEDIA DRIVER
510 M:      Antti Palosaari <crope@iki.fi>
511 L:      linux-media@vger.kernel.org
512 W:      https://linuxtv.org
513 W:      http://palosaari.fi/linux/
514 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
515 T:      git git://linuxtv.org/anttip/media_tree.git
516 S:      Maintained
517 F:      drivers/media/dvb-frontends/af9033*
519 AFFS FILE SYSTEM
520 L:      linux-fsdevel@vger.kernel.org
521 S:      Orphan
522 F:      Documentation/filesystems/affs.txt
523 F:      fs/affs/
525 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
526 M:      David Howells <dhowells@redhat.com>
527 L:      linux-afs@lists.infradead.org
528 S:      Supported
529 F:      fs/afs/
530 F:      include/net/af_rxrpc.h
531 F:      net/rxrpc/af_rxrpc.c
533 AGPGART DRIVER
534 M:      David Airlie <airlied@linux.ie>
535 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
536 S:      Maintained
537 F:      drivers/char/agp/
538 F:      include/linux/agp*
539 F:      include/uapi/linux/agp*
541 AHA152X SCSI DRIVER
542 M:      "Juergen E. Fischer" <fischer@norbit.de>
543 L:      linux-scsi@vger.kernel.org
544 S:      Maintained
545 F:      drivers/scsi/aha152x*
546 F:      drivers/scsi/pcmcia/aha152x*
548 AIC7XXX / AIC79XX SCSI DRIVER
549 M:      Hannes Reinecke <hare@suse.com>
550 L:      linux-scsi@vger.kernel.org
551 S:      Maintained
552 F:      drivers/scsi/aic7xxx/
554 AIMSLAB FM RADIO RECEIVER DRIVER
555 M:      Hans Verkuil <hverkuil@xs4all.nl>
556 L:      linux-media@vger.kernel.org
557 T:      git git://linuxtv.org/media_tree.git
558 W:      https://linuxtv.org
559 S:      Maintained
560 F:      drivers/media/radio/radio-aimslab*
563 M:      Benjamin LaHaise <bcrl@kvack.org>
564 L:      linux-aio@kvack.org
565 S:      Supported
566 F:      fs/aio.c
567 F:      include/linux/*aio*.h
569 AIRSPY MEDIA DRIVER
570 M:      Antti Palosaari <crope@iki.fi>
571 L:      linux-media@vger.kernel.org
572 W:      https://linuxtv.org
573 W:      http://palosaari.fi/linux/
574 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
575 T:      git git://linuxtv.org/anttip/media_tree.git
576 S:      Maintained
577 F:      drivers/media/usb/airspy/
579 ALCATEL SPEEDTOUCH USB DRIVER
580 M:      Duncan Sands <duncan.sands@free.fr>
581 L:      linux-usb@vger.kernel.org
582 W:      http://www.linux-usb.org/SpeedTouch/
583 S:      Maintained
584 F:      drivers/usb/atm/speedtch.c
585 F:      drivers/usb/atm/usbatm.c
587 ALCHEMY AU1XX0 MMC DRIVER
588 M:      Manuel Lauss <manuel.lauss@gmail.com>
589 S:      Maintained
590 F:      drivers/mmc/host/au1xmmc.c
592 ALI1563 I2C DRIVER
593 M:      Rudolf Marek <r.marek@assembler.cz>
594 L:      linux-i2c@vger.kernel.org
595 S:      Maintained
596 F:      Documentation/i2c/busses/i2c-ali1563
597 F:      drivers/i2c/busses/i2c-ali1563.c
599 ALLWINNER SECURITY SYSTEM
600 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
601 L:      linux-crypto@vger.kernel.org
602 S:      Maintained
603 F:      drivers/crypto/sunxi-ss/
605 ALPHA PORT
606 M:      Richard Henderson <rth@twiddle.net>
607 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
608 M:      Matt Turner <mattst88@gmail.com>
609 S:      Odd Fixes
610 L:      linux-alpha@vger.kernel.org
611 F:      arch/alpha/
613 ALPS PS/2 TOUCHPAD DRIVER
614 R:      Pali Rohár <pali.rohar@gmail.com>
615 F:      drivers/input/mouse/alps.*
617 ALTERA MAILBOX DRIVER
618 M:      Ley Foon Tan <lftan@altera.com>
619 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
620 S:      Maintained
621 F:      drivers/mailbox/mailbox-altera.c
623 ALTERA PIO DRIVER
624 M:      Tien Hock Loh <thloh@altera.com>
625 L:      linux-gpio@vger.kernel.org
626 S:      Maintained
627 F:      drivers/gpio/gpio-altera.c
629 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
630 M:      Thor Thayer <tthayer@opensource.altera.com>
631 S:      Maintained
632 F:      drivers/gpio/gpio-altera-a10sr.c
633 F:      drivers/mfd/altera-a10sr.c
634 F:      include/linux/mfd/altera-a10sr.h
636 ALTERA TRIPLE SPEED ETHERNET DRIVER
637 M:      Vince Bridgers <vbridger@opensource.altera.com>
638 L:      netdev@vger.kernel.org
639 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
640 S:      Maintained
641 F:      drivers/net/ethernet/altera/
643 ALTERA UART/JTAG UART SERIAL DRIVERS
644 M:      Tobias Klauser <tklauser@distanz.ch>
645 L:      linux-serial@vger.kernel.org
646 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
647 S:      Maintained
648 F:      drivers/tty/serial/altera_uart.c
649 F:      drivers/tty/serial/altera_jtaguart.c
650 F:      include/linux/altera_uart.h
651 F:      include/linux/altera_jtaguart.h
653 AMAZON ETHERNET DRIVERS
654 M:      Netanel Belgazal <netanel@annapurnalabs.com>
655 R:      Saeed Bishara <saeed@annapurnalabs.com>
656 R:      Zorik Machulsky <zorik@annapurnalabs.com>
657 L:      netdev@vger.kernel.org
658 S:      Supported
659 F:      Documentation/networking/ena.txt
660 F:      drivers/net/ethernet/amazon/
662 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 M:      Gary Hook <gary.hook@amd.com>
665 L:      linux-crypto@vger.kernel.org
666 S:      Supported
667 F:      drivers/crypto/ccp/
668 F:      include/linux/ccp.h
670 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
671 M:      Huang Rui <ray.huang@amd.com>
672 L:      linux-hwmon@vger.kernel.org
673 S:      Supported
674 F:      Documentation/hwmon/fam15h_power
675 F:      drivers/hwmon/fam15h_power.c
677 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
678 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
679 S:      Orphan
680 F:      drivers/usb/gadget/udc/amd5536udc.*
682 AMD GEODE PROCESSOR/CHIPSET SUPPORT
683 P:      Andres Salomon <dilinger@queued.net>
684 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
685 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
686 S:      Supported
687 F:      drivers/char/hw_random/geode-rng.c
688 F:      drivers/crypto/geode*
689 F:      drivers/video/fbdev/geode/
690 F:      arch/x86/include/asm/geode.h
692 AMD IOMMU (AMD-VI)
693 M:      Joerg Roedel <joro@8bytes.org>
694 L:      iommu@lists.linux-foundation.org
695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
696 S:      Maintained
697 F:      drivers/iommu/amd_iommu*.[ch]
698 F:      include/linux/amd-iommu.h
700 AMD KFD
701 M:      Oded Gabbay <oded.gabbay@gmail.com>
702 L:      dri-devel@lists.freedesktop.org
703 T:      git git://people.freedesktop.org/~gabbayo/linux.git
704 S:      Supported
705 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
706 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
707 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
708 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
709 F:      drivers/gpu/drm/amd/amdkfd/
710 F:      drivers/gpu/drm/amd/include/cik_structs.h
711 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
712 F:      drivers/gpu/drm/amd/include/vi_structs.h
713 F:      drivers/gpu/drm/radeon/radeon_kfd.c
714 F:      drivers/gpu/drm/radeon/radeon_kfd.h
715 F:      include/uapi/linux/kfd_ioctl.h
717 AMD SEATTLE DEVICE TREE SUPPORT
718 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
719 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
720 M:      Tom Lendacky <thomas.lendacky@amd.com>
721 S:      Supported
722 F:      arch/arm64/boot/dts/amd/
724 AMD XGBE DRIVER
725 M:      Tom Lendacky <thomas.lendacky@amd.com>
726 L:      netdev@vger.kernel.org
727 S:      Supported
728 F:      drivers/net/ethernet/amd/xgbe/
729 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
731 AMS (Apple Motion Sensor) DRIVER
732 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
733 S:      Supported
734 F:      drivers/macintosh/ams/
736 ANALOG DEVICES INC AD9389B DRIVER
737 M:      Hans Verkuil <hans.verkuil@cisco.com>
738 L:      linux-media@vger.kernel.org
739 S:      Maintained
740 F:      drivers/media/i2c/ad9389b*
742 ANALOG DEVICES INC ADV7180 DRIVER
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 L:      linux-media@vger.kernel.org
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/media/i2c/adv7180.c
749 ANALOG DEVICES INC ADV7511 DRIVER
750 M:      Hans Verkuil <hans.verkuil@cisco.com>
751 L:      linux-media@vger.kernel.org
752 S:      Maintained
753 F:      drivers/media/i2c/adv7511*
755 ANALOG DEVICES INC ADV7604 DRIVER
756 M:      Hans Verkuil <hans.verkuil@cisco.com>
757 L:      linux-media@vger.kernel.org
758 S:      Maintained
759 F:      drivers/media/i2c/adv7604*
761 ANALOG DEVICES INC ADV7842 DRIVER
762 M:      Hans Verkuil <hans.verkuil@cisco.com>
763 L:      linux-media@vger.kernel.org
764 S:      Maintained
765 F:      drivers/media/i2c/adv7842*
767 ANALOG DEVICES INC ASOC CODEC DRIVERS
768 M:      Lars-Peter Clausen <lars@metafoo.de>
769 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
770 W:      http://wiki.analog.com/
771 W:      http://ez.analog.com/community/linux-device-drivers
772 S:      Supported
773 F:      sound/soc/codecs/adau*
774 F:      sound/soc/codecs/adav*
775 F:      sound/soc/codecs/ad1*
776 F:      sound/soc/codecs/ad7*
777 F:      sound/soc/codecs/ssm*
778 F:      sound/soc/codecs/sigmadsp.*
780 ANALOG DEVICES INC ASOC DRIVERS
781 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
782 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
783 W:      http://blackfin.uclinux.org/
784 S:      Supported
785 F:      sound/soc/blackfin/*
787 ANALOG DEVICES INC IIO DRIVERS
788 M:      Lars-Peter Clausen <lars@metafoo.de>
789 M:      Michael Hennerich <Michael.Hennerich@analog.com>
790 W:      http://wiki.analog.com/
791 W:      http://ez.analog.com/community/linux-device-drivers
792 S:      Supported
793 F:      drivers/iio/*/ad*
794 X:      drivers/iio/*/adjd*
795 F:      drivers/staging/iio/*/ad*
796 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
798 ANALOG DEVICES INC DMA DRIVERS
799 M:      Lars-Peter Clausen <lars@metafoo.de>
800 W:      http://ez.analog.com/community/linux-device-drivers
801 S:      Supported
802 F:      drivers/dma/dma-axi-dmac.c
804 ANDROID CONFIG FRAGMENTS
805 M:      Rob Herring <robh@kernel.org>
806 S:      Supported
807 F:      kernel/configs/android*
809 ANDROID DRIVERS
810 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
811 M:      Arve Hjønnevåg <arve@android.com>
812 M:      Riley Andrews <riandrews@android.com>
813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
814 L:      devel@driverdev.osuosl.org
815 S:      Supported
816 F:      drivers/android/
817 F:      drivers/staging/android/
819 ANDROID ION DRIVER
820 M:      Laura Abbott <labbott@redhat.com>
821 M:      Sumit Semwal <sumit.semwal@linaro.org>
822 L:      devel@driverdev.osuosl.org
823 S:      Supported
824 F:      Documentation/devicetree/bindings/staging/ion/
825 F:      drivers/staging/android/ion
826 F:      drivers/staging/android/uapi/ion.h
827 F:      drivers/staging/android/uapi/ion_test.h
829 AOA (Apple Onboard Audio) ALSA DRIVER
830 M:      Johannes Berg <johannes@sipsolutions.net>
831 L:      linuxppc-dev@lists.ozlabs.org
832 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
833 S:      Maintained
834 F:      sound/aoa/
836 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
837 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
838 L:      linux-iio@vger.kernel.org
839 S:      Maintained
840 F:      drivers/iio/adc/stx104.c
842 APM DRIVER
843 M:      Jiri Kosina <jikos@kernel.org>
844 S:      Odd fixes
845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
846 F:      arch/x86/kernel/apm_32.c
847 F:      include/linux/apm_bios.h
848 F:      include/uapi/linux/apm_bios.h
849 F:      drivers/char/apm-emulation.c
851 APPLE BCM5974 MULTITOUCH DRIVER
852 M:      Henrik Rydberg <rydberg@bitmath.org>
853 L:      linux-input@vger.kernel.org
854 S:      Odd fixes
855 F:      drivers/input/mouse/bcm5974.c
857 APPLE SMC DRIVER
858 M:      Henrik Rydberg <rydberg@bitmath.org>
859 L:      linux-hwmon@vger.kernel.org
860 S:      Odd fixes
861 F:      drivers/hwmon/applesmc.c
863 APPLETALK NETWORK LAYER
864 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
865 S:      Maintained
866 F:      drivers/net/appletalk/
867 F:      net/appletalk/
869 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
870 M:      Duc Dang <dhdang@apm.com>
871 S:      Supported
872 F:      arch/arm64/boot/dts/apm/
874 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
875 M:      Iyappan Subramanian <isubramanian@apm.com>
876 M:      Keyur Chudgar <kchudgar@apm.com>
877 S:      Supported
878 F:      drivers/net/ethernet/apm/xgene/
879 F:      drivers/net/phy/mdio-xgene.c
880 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
881 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
883 APPLIED MICRO (APM) X-GENE SOC PMU
884 M:      Tai Nguyen <ttnguyen@apm.com>
885 S:      Supported
886 F:      drivers/perf/xgene_pmu.c
887 F:      Documentation/perf/xgene-pmu.txt
888 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
890 APTINA CAMERA SENSOR PLL
891 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
892 L:      linux-media@vger.kernel.org
893 S:      Maintained
894 F:      drivers/media/i2c/aptina-pll.*
896 ARC FRAMEBUFFER DRIVER
897 M:      Jaya Kumar <jayalk@intworks.biz>
898 S:      Maintained
899 F:      drivers/video/fbdev/arcfb.c
900 F:      drivers/video/fbdev/core/fb_defio.c
902 ARCNET NETWORK LAYER
903 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
904 L:      netdev@vger.kernel.org
905 S:      Maintained
906 F:      drivers/net/arcnet/
907 F:      include/uapi/linux/if_arcnet.h
909 ARC PGU DRM DRIVER
910 M:      Alexey Brodkin <abrodkin@synopsys.com>
911 S:      Supported
912 F:      drivers/gpu/drm/arc/
913 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
915 ARM ARCHITECTED TIMER DRIVER
916 M:      Mark Rutland <mark.rutland@arm.com>
917 M:      Marc Zyngier <marc.zyngier@arm.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920 F:      arch/arm/include/asm/arch_timer.h
921 F:      arch/arm64/include/asm/arch_timer.h
922 F:      drivers/clocksource/arm_arch_timer.c
924 ARM HDLCD DRM DRIVER
925 M:      Liviu Dudau <liviu.dudau@arm.com>
926 S:      Supported
927 F:      drivers/gpu/drm/arm/hdlcd_*
928 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
930 ARM MALI-DP DRM DRIVER
931 M:      Liviu Dudau <liviu.dudau@arm.com>
932 M:      Brian Starkey <brian.starkey@arm.com>
933 M:      Mali DP Maintainers <malidp@foss.arm.com>
934 S:      Supported
935 F:      drivers/gpu/drm/arm/
936 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
938 ARM MFM AND FLOPPY DRIVERS
939 M:      Ian Molton <spyro@f2s.com>
940 S:      Maintained
941 F:      arch/arm/lib/floppydma.S
942 F:      arch/arm/include/asm/floppy.h
944 ARM PMU PROFILING AND DEBUGGING
945 M:      Will Deacon <will.deacon@arm.com>
946 M:      Mark Rutland <mark.rutland@arm.com>
947 S:      Maintained
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 F:      arch/arm*/kernel/perf_*
950 F:      arch/arm/oprofile/common.c
951 F:      arch/arm*/kernel/hw_breakpoint.c
952 F:      arch/arm*/include/asm/hw_breakpoint.h
953 F:      arch/arm*/include/asm/perf_event.h
954 F:      drivers/perf/*
955 F:      include/linux/perf/arm_pmu.h
956 F:      Documentation/devicetree/bindings/arm/pmu.txt
958 ARM PORT
959 M:      Russell King <linux@armlinux.org.uk>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 W:      http://www.armlinux.org.uk/
962 S:      Maintained
963 F:      arch/arm/
965 ARM SUB-ARCHITECTURES
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 S:      Maintained
968 F:      arch/arm/mach-*/
969 F:      arch/arm/plat-*/
970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
972 ARM PRIMECELL AACI PL041 DRIVER
973 M:      Russell King <linux@armlinux.org.uk>
974 S:      Maintained
975 F:      sound/arm/aaci.*
977 ARM PRIMECELL CLCD PL110 DRIVER
978 M:      Russell King <linux@armlinux.org.uk>
979 S:      Maintained
980 F:      drivers/video/fbdev/amba-clcd.*
982 ARM PRIMECELL KMI PL050 DRIVER
983 M:      Russell King <linux@armlinux.org.uk>
984 S:      Maintained
985 F:      drivers/input/serio/ambakmi.*
986 F:      include/linux/amba/kmi.h
988 ARM PRIMECELL MMCI PL180/1 DRIVER
989 M:      Russell King <linux@armlinux.org.uk>
990 S:      Maintained
991 F:      drivers/mmc/host/mmci.*
992 F:      include/linux/amba/mmci.h
994 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
995 M:      Russell King <linux@armlinux.org.uk>
996 S:      Maintained
997 F:      drivers/tty/serial/amba-pl01*.c
998 F:      include/linux/amba/serial.h
1000 ARM PRIMECELL BUS SUPPORT
1001 M:      Russell King <linux@armlinux.org.uk>
1002 S:      Maintained
1003 F:      drivers/amba/
1004 F:      include/linux/amba/bus.h
1006 ARM/ADS SPHERE MACHINE SUPPORT
1007 M:      Lennert Buytenhek <kernel@wantstofly.org>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1011 ARM/AFEB9260 MACHINE SUPPORT
1012 M:      Sergey Lapin <slapin@ossfans.org>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 S:      Maintained
1016 ARM/AJECO 1ARM MACHINE SUPPORT
1017 M:      Lennert Buytenhek <kernel@wantstofly.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 S:      Maintained
1021 ARM/Allwinner sunXi SoC support
1022 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1023 M:      Chen-Yu Tsai <wens@csie.org>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 N:      sun[x456789]i
1027 F:      arch/arm/boot/dts/ntc-gr8*
1029 ARM/Allwinner SoC Clock Support
1030 M:      Emilio López <emilio@elopez.com.ar>
1031 S:      Maintained
1032 F:      drivers/clk/sunxi/
1034 ARM/Amlogic Meson SoC support
1035 M:      Carlo Caione <carlo@caione.org>
1036 M:      Kevin Hilman <khilman@baylibre.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 L:      linux-amlogic@lists.infradead.org
1039 W:      http://linux-meson.com/
1040 S:      Maintained
1041 F:      arch/arm/mach-meson/
1042 F:      arch/arm/boot/dts/meson*
1043 F:      arch/arm64/boot/dts/amlogic/
1044 F:      drivers/pinctrl/meson/
1045 N:      meson
1047 ARM/Annapurna Labs ALPINE ARCHITECTURE
1048 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1049 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Maintained
1052 F:      arch/arm/mach-alpine/
1053 F:      arch/arm/boot/dts/alpine*
1054 F:      arch/arm64/boot/dts/al/
1055 F:      drivers/*/*alpine*
1057 ARM/ARTPEC MACHINE SUPPORT
1058 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1059 M:      Lars Persson <lars.persson@axis.com>
1060 M:      Niklas Cassel <niklas.cassel@axis.com>
1061 S:      Maintained
1062 L:      linux-arm-kernel@axis.com
1063 F:      arch/arm/mach-artpec
1064 F:      arch/arm/boot/dts/artpec6*
1065 F:      drivers/clk/axis
1067 ARM/ASPEED MACHINE SUPPORT
1068 M:      Joel Stanley <joel@jms.id.au>
1069 S:      Maintained
1070 F:      arch/arm/mach-aspeed/
1071 F:      arch/arm/boot/dts/aspeed-*
1072 F:      drivers/*/*aspeed*
1074 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1075 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1076 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1077 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 W:      http://www.linux4sam.org
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1081 S:      Supported
1082 F:      arch/arm/mach-at91/
1083 F:      include/soc/at91/
1084 F:      arch/arm/boot/dts/at91*.dts
1085 F:      arch/arm/boot/dts/at91*.dtsi
1086 F:      arch/arm/boot/dts/sama*.dts
1087 F:      arch/arm/boot/dts/sama*.dtsi
1088 F:      arch/arm/include/debug/at91.S
1090 ARM/ATMEL AT91 Clock Support
1091 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1092 S:      Maintained
1093 F:      drivers/clk/at91
1095 ARM/CALXEDA HIGHBANK ARCHITECTURE
1096 M:      Rob Herring <robh@kernel.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 F:      arch/arm/mach-highbank/
1100 F:      arch/arm/boot/dts/highbank.dts
1101 F:      arch/arm/boot/dts/ecx-*.dts*
1103 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1104 M:      Krzysztof Halasa <khalasa@piap.pl>
1105 S:      Maintained
1106 F:      arch/arm/mach-cns3xxx/
1108 ARM/CAVIUM THUNDER NETWORK DRIVER
1109 M:      Sunil Goutham <sgoutham@cavium.com>
1110 M:      Robert Richter <rric@kernel.org>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Supported
1113 F:      drivers/net/ethernet/cavium/thunder/
1115 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1116 M:      Alexander Shiyan <shc_work@mail.ru>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Odd Fixes
1119 N:      clps711x
1121 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1122 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1123 M:      Ryan Mallon <rmallon@gmail.com>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126 F:      arch/arm/mach-ep93xx/
1127 F:      arch/arm/mach-ep93xx/include/mach/
1129 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1130 M:      Lennert Buytenhek <kernel@wantstofly.org>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1134 ARM/CLKDEV SUPPORT
1135 M:      Russell King <linux@armlinux.org.uk>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 F:      arch/arm/include/asm/clkdev.h
1139 F:      drivers/clk/clkdev.c
1141 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1142 M:      Mike Rapoport <mike@compulab.co.il>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1146 ARM/CONTEC MICRO9 MACHINE SUPPORT
1147 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1148 S:      Maintained
1149 F:      arch/arm/mach-ep93xx/micro9.c
1151 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1152 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1155 F:      drivers/hwtracing/coresight/*
1156 F:      Documentation/trace/coresight.txt
1157 F:      Documentation/devicetree/bindings/arm/coresight.txt
1158 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1159 F:      tools/perf/arch/arm/util/pmu.c
1160 F:      tools/perf/arch/arm/util/auxtrace.c
1161 F:      tools/perf/arch/arm/util/cs-etm.c
1162 F:      tools/perf/arch/arm/util/cs-etm.h
1163 F:      tools/perf/util/cs-etm.h
1165 ARM/CORGI MACHINE SUPPORT
1166 M:      Richard Purdie <rpurdie@rpsys.net>
1167 S:      Maintained
1169 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1170 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 T:      git git://github.com/ulli-kroll/linux.git
1173 S:      Maintained
1174 F:      arch/arm/mach-gemini/
1175 F:      drivers/rtc/rtc-gemini.c
1177 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1178 M:      Barry Song <baohua@kernel.org>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1181 S:      Maintained
1182 F:      arch/arm/boot/dts/prima2*
1183 F:      arch/arm/mach-prima2/
1184 F:      drivers/clk/sirf/
1185 F:      drivers/clocksource/timer-prima2.c
1186 F:      drivers/clocksource/timer-atlas7.c
1187 N:      [^a-z]sirf
1189 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1190 M:      Baruch Siach <baruch@tkos.co.il>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193 F:      arch/arm/boot/dts/cx92755*
1194 N:      digicolor
1196 ARM/EBSA110 MACHINE SUPPORT
1197 M:      Russell King <linux@armlinux.org.uk>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 W:      http://www.armlinux.org.uk/
1200 S:      Maintained
1201 F:      arch/arm/mach-ebsa110/
1202 F:      drivers/net/ethernet/amd/am79c961a.*
1204 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1205 M:      Uwe Kleine-König <kernel@pengutronix.de>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208 N:      efm32
1210 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1211 M:      Daniel Ribeiro <drwyrm@gmail.com>
1212 M:      Stefan Schmidt <stefan@openezx.org>
1213 M:      Harald Welte <laforge@openezx.org>
1214 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1215 W:      http://www.openezx.org/
1216 S:      Maintained
1217 T:      topgit git://git.openezx.org/openezx.git
1218 F:      arch/arm/mach-pxa/ezx.c
1220 ARM/FARADAY FA526 PORT
1221 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 S:      Maintained
1224 T:      git git://git.berlios.de/gemini-board
1225 F:      arch/arm/mm/*-fa*
1227 ARM/FOOTBRIDGE ARCHITECTURE
1228 M:      Russell King <linux@armlinux.org.uk>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 W:      http://www.armlinux.org.uk/
1231 S:      Maintained
1232 F:      arch/arm/include/asm/hardware/dec21285.h
1233 F:      arch/arm/mach-footbridge/
1235 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1236 M:      Shawn Guo <shawnguo@kernel.org>
1237 M:      Sascha Hauer <kernel@pengutronix.de>
1238 R:      Fabio Estevam <fabio.estevam@nxp.com>
1239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1240 S:      Maintained
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1242 F:      arch/arm/mach-imx/
1243 F:      arch/arm/mach-mxs/
1244 F:      arch/arm/boot/dts/imx*
1245 F:      arch/arm/configs/imx*_defconfig
1246 F:      drivers/clk/imx/
1247 F:      include/soc/imx/
1249 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1250 M:      Shawn Guo <shawnguo@kernel.org>
1251 M:      Sascha Hauer <kernel@pengutronix.de>
1252 R:      Stefan Agner <stefan@agner.ch>
1253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 S:      Maintained
1255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1256 F:      arch/arm/mach-imx/*vf610*
1257 F:      arch/arm/boot/dts/vf*
1259 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1260 M:      Lennert Buytenhek <kernel@wantstofly.org>
1261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1262 S:      Maintained
1264 ARM/GUMSTIX MACHINE SUPPORT
1265 M:      Steve Sakoman <sakoman@gmail.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1269 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1270 M:      Philipp Zabel <philipp.zabel@gmail.com>
1271 M:      Paul Parsons <lost.distance@yahoo.com>
1272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273 S:      Maintained
1274 F:      arch/arm/mach-pxa/hx4700.c
1275 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1276 F:      sound/soc/pxa/hx4700.c
1278 ARM/HISILICON SOC SUPPORT
1279 M:      Wei Xu <xuwei5@hisilicon.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.hisilicon.com
1282 S:      Supported
1283 T:      git git://github.com/hisilicon/linux-hisi.git
1284 F:      arch/arm/mach-hisi/
1285 F:      arch/arm/boot/dts/hi3*
1286 F:      arch/arm/boot/dts/hip*
1287 F:      arch/arm/boot/dts/hisi*
1288 F:      arch/arm64/boot/dts/hisilicon/
1290 ARM/HP JORNADA 7XX MACHINE SUPPORT
1291 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1292 W:      www.jlime.com
1293 S:      Maintained
1294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1295 F:      arch/arm/mach-sa1100/jornada720.c
1296 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1298 ARM/IGEP MACHINE SUPPORT
1299 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1300 M:      Javier Martinez Canillas <javier@dowhile0.org>
1301 L:      linux-omap@vger.kernel.org
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304 F:      arch/arm/boot/dts/omap3-igep*
1306 ARM/INCOME PXA270 SUPPORT
1307 M:      Marek Vasut <marek.vasut@gmail.com>
1308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 S:      Maintained
1310 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1312 ARM/INTEL IOP32X ARM ARCHITECTURE
1313 M:      Lennert Buytenhek <kernel@wantstofly.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1317 ARM/INTEL IOP33X ARM ARCHITECTURE
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Orphan
1321 ARM/INTEL IOP13XX ARM ARCHITECTURE
1322 M:      Lennert Buytenhek <kernel@wantstofly.org>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 S:      Maintained
1326 ARM/INTEL IQ81342EX MACHINE SUPPORT
1327 M:      Lennert Buytenhek <kernel@wantstofly.org>
1328 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 S:      Maintained
1331 ARM/INTEL IXDP2850 MACHINE SUPPORT
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 IXP4XX ARM ARCHITECTURE
1337 M:      Imre Kaloz <kaloz@openwrt.org>
1338 M:      Krzysztof Halasa <khalasa@piap.pl>
1339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1340 S:      Maintained
1341 F:      arch/arm/mach-ixp4xx/
1343 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1344 M:      Jonathan Cameron <jic23@cam.ac.uk>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S:      Maintained
1347 F:      arch/arm/mach-pxa/stargate2.c
1348 F:      drivers/pcmcia/pxa2xx_stargate2.c
1350 ARM/INTEL XSC3 (MANZANO) ARM CORE
1351 M:      Lennert Buytenhek <kernel@wantstofly.org>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1355 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1356 M:      Lennert Buytenhek <kernel@wantstofly.org>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 S:      Maintained
1360 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1361 M:      Santosh Shilimkar <ssantosh@kernel.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-keystone/
1365 F:      arch/arm/boot/dts/keystone-*
1366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1368 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1369 M:      Santosh Shilimkar <ssantosh@kernel.org>
1370 L:      linux-kernel@vger.kernel.org
1371 S:      Maintained
1372 F:      drivers/clk/keystone/
1374 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1375 M:      Santosh Shilimkar <ssantosh@kernel.org>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 L:      linux-kernel@vger.kernel.org
1378 S:      Maintained
1379 F:      drivers/clocksource/timer-keystone.c
1381 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1382 M:      Santosh Shilimkar <ssantosh@kernel.org>
1383 L:      linux-kernel@vger.kernel.org
1384 S:      Maintained
1385 F:      drivers/power/reset/keystone-reset.c
1387 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1388 M:      Santosh Shilimkar <ssantosh@kernel.org>
1389 L:      linux-kernel@vger.kernel.org
1390 S:      Maintained
1391 F:      drivers/memory/*emif*
1393 ARM/LG1K ARCHITECTURE
1394 M:      Chanho Min <chanho.min@lge.com>
1395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1396 S:      Maintained
1397 F:      arch/arm64/boot/dts/lg/
1399 ARM/LOGICPD PXA270 MACHINE SUPPORT
1400 M:      Lennert Buytenhek <kernel@wantstofly.org>
1401 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402 S:      Maintained
1404 ARM/LPC18XX ARCHITECTURE
1405 M:      Joachim Eastwood <manabian@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S:      Maintained
1408 F:      arch/arm/boot/dts/lpc43*
1409 F:      drivers/clk/nxp/clk-lpc18xx*
1410 F:      drivers/clocksource/time-lpc32xx.c
1411 F:      drivers/i2c/busses/i2c-lpc2k.c
1412 F:      drivers/memory/pl172.c
1413 F:      drivers/mtd/spi-nor/nxp-spifi.c
1414 F:      drivers/rtc/rtc-lpc24xx.c
1415 N:      lpc18xx
1417 ARM/LPC32XX SOC SUPPORT
1418 M:      Vladimir Zapolskiy <vz@mleia.com>
1419 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1422 S:      Maintained
1423 F:      arch/arm/boot/dts/lpc32*
1424 F:      arch/arm/mach-lpc32xx/
1425 F:      drivers/i2c/busses/i2c-pnx.c
1426 F:      drivers/net/ethernet/nxp/lpc_eth.c
1427 F:      drivers/usb/host/ohci-nxp.c
1428 F:      drivers/watchdog/pnx4008_wdt.c
1429 N:      lpc32xx
1431 ARM/MAGICIAN MACHINE SUPPORT
1432 M:      Philipp Zabel <philipp.zabel@gmail.com>
1433 S:      Maintained
1435 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1436 M:      Jason Cooper <jason@lakedaemon.net>
1437 M:      Andrew Lunn <andrew@lunn.ch>
1438 M:      Gregory Clement <gregory.clement@free-electrons.com>
1439 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 S:      Maintained
1442 F:      arch/arm/mach-mvebu/
1443 F:      drivers/rtc/rtc-armada38x.c
1444 F:      arch/arm/boot/dts/armada*
1445 F:      arch/arm/boot/dts/kirkwood*
1446 F:      arch/arm64/boot/dts/marvell/armada*
1447 F:      drivers/cpufreq/mvebu-cpufreq.c
1448 F:      arch/arm/configs/mvebu_*_defconfig
1450 ARM/Marvell Berlin SoC support
1451 M:      Jisheng Zhang <jszhang@marvell.com>
1452 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455 F:      arch/arm/mach-berlin/
1456 F:      arch/arm/boot/dts/berlin*
1457 F:      arch/arm64/boot/dts/marvell/berlin*
1460 ARM/Marvell Dove/MV78xx0/Orion SOC support
1461 M:      Jason Cooper <jason@lakedaemon.net>
1462 M:      Andrew Lunn <andrew@lunn.ch>
1463 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1464 M:      Gregory Clement <gregory.clement@free-electrons.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467 F:      arch/arm/mach-dove/
1468 F:      arch/arm/mach-mv78xx0/
1469 F:      arch/arm/mach-orion5x/
1470 F:      arch/arm/plat-orion/
1471 F:      arch/arm/boot/dts/dove*
1472 F:      arch/arm/boot/dts/orion5x*
1475 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1476 M:      Alexander Clouter <alex@digriz.org.uk>
1477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 W:      http://www.digriz.org.uk/ts78xx/kernel
1479 S:      Maintained
1480 F:      arch/arm/mach-orion5x/ts78xx-*
1482 ARM/OXNAS platform support
1483 M:      Neil Armstrong <narmstrong@baylibre.com>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1486 S:      Maintained
1487 F:      arch/arm/mach-oxnas/
1488 F:      arch/arm/boot/dts/oxnas*
1489 F:      arch/arm/boot/dts/wd-mbwe.dts
1490 N:      oxnas
1492 ARM/Mediatek RTC DRIVER
1493 M:      Eddie Huang <eddie.huang@mediatek.com>
1494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1495 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1496 S:      Maintained
1497 F:      drivers/rtc/rtc-mt6397.c
1499 ARM/Mediatek SoC support
1500 M:      Matthias Brugger <matthias.bgg@gmail.com>
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1503 S:      Maintained
1504 F:      arch/arm/boot/dts/mt6*
1505 F:      arch/arm/boot/dts/mt8*
1506 F:      arch/arm/mach-mediatek/
1507 N:      mtk
1508 K:      mediatek
1510 ARM/Mediatek USB3 PHY DRIVER
1511 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1514 S:      Maintained
1515 F:      drivers/phy/phy-mt65xx-usb3.c
1517 ARM/MICREL KS8695 ARCHITECTURE
1518 M:      Greg Ungerer <gerg@uclinux.org>
1519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 F:      arch/arm/mach-ks8695/
1521 S:      Odd Fixes
1523 ARM/MIOA701 MACHINE SUPPORT
1524 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1525 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1526 F:      arch/arm/mach-pxa/mioa701.c
1527 S:      Maintained
1529 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1530 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1531 S:      Maintained
1533 ARM/NOMADIK ARCHITECTURE
1534 M:      Alessandro Rubini <rubini@unipv.it>
1535 M:      Linus Walleij <linus.walleij@linaro.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Maintained
1538 F:      arch/arm/mach-nomadik/
1539 F:      drivers/pinctrl/nomadik/
1540 F:      drivers/i2c/busses/i2c-nomadik.c
1541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1543 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1544 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1545 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1546 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1547 S:      Supported
1549 ARM/TOSA MACHINE SUPPORT
1550 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1551 M:      Dirk Opfer <dirk@opfer-online.de>
1552 S:      Maintained
1554 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1555 M:      Marek Vasut <marek.vasut@gmail.com>
1556 L:      linux-arm-kernel@lists.infradead.org
1557 W:      http://hackndev.com
1558 S:      Maintained
1559 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1560 F:      arch/arm/mach-pxa/palmtx.c
1561 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1562 F:      arch/arm/mach-pxa/palmt5.c
1563 F:      arch/arm/mach-pxa/include/mach/palmld.h
1564 F:      arch/arm/mach-pxa/palmld.c
1565 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1566 F:      arch/arm/mach-pxa/palmte2.c
1567 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1568 F:      arch/arm/mach-pxa/palmtc.c
1570 ARM/PALM TREO SUPPORT
1571 M:      Tomas Cech <sleep_walker@suse.com>
1572 L:      linux-arm-kernel@lists.infradead.org
1573 W:      http://hackndev.com
1574 S:      Maintained
1575 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1576 F:      arch/arm/mach-pxa/palmtreo.c
1578 ARM/PALMZ72 SUPPORT
1579 M:      Sergey Lapin <slapin@ossfans.org>
1580 L:      linux-arm-kernel@lists.infradead.org
1581 W:      http://hackndev.com
1582 S:      Maintained
1583 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1584 F:      arch/arm/mach-pxa/palmz72.c
1586 ARM/PLEB SUPPORT
1587 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1588 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1589 S:      Maintained
1591 ARM/PT DIGITAL BOARD PORT
1592 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 W:      http://www.armlinux.org.uk/
1595 S:      Maintained
1597 ARM/QUALCOMM SUPPORT
1598 M:      Andy Gross <andy.gross@linaro.org>
1599 M:      David Brown <david.brown@linaro.org>
1600 L:      linux-arm-msm@vger.kernel.org
1601 L:      linux-soc@vger.kernel.org
1602 S:      Maintained
1603 F:      Documentation/devicetree/bindings/soc/qcom/
1604 F:      arch/arm/boot/dts/qcom-*.dts
1605 F:      arch/arm/boot/dts/qcom-*.dtsi
1606 F:      arch/arm/mach-qcom/
1607 F:      arch/arm64/boot/dts/qcom/*
1608 F:      drivers/i2c/busses/i2c-qup.c
1609 F:      drivers/clk/qcom/
1610 F:      drivers/soc/qcom/
1611 F:      drivers/spi/spi-qup.c
1612 F:      drivers/tty/serial/msm_serial.h
1613 F:      drivers/tty/serial/msm_serial.c
1614 F:      drivers/*/pm8???-*
1615 F:      drivers/mfd/ssbi.c
1616 F:      drivers/firmware/qcom_scm.c
1617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1619 ARM/RADISYS ENP2611 MACHINE SUPPORT
1620 M:      Lennert Buytenhek <kernel@wantstofly.org>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1624 ARM/RENESAS ARM64 ARCHITECTURE
1625 M:      Simon Horman <horms@verge.net.au>
1626 M:      Magnus Damm <magnus.damm@gmail.com>
1627 L:      linux-renesas-soc@vger.kernel.org
1628 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1630 S:      Supported
1631 F:      arch/arm64/boot/dts/renesas/
1632 F:      drivers/soc/renesas/
1633 F:      include/linux/soc/renesas/
1635 ARM/RISCPC ARCHITECTURE
1636 M:      Russell King <linux@armlinux.org.uk>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 W:      http://www.armlinux.org.uk/
1639 S:      Maintained
1640 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1641 F:      arch/arm/include/asm/hardware/ioc.h
1642 F:      arch/arm/include/asm/hardware/iomd.h
1643 F:      arch/arm/include/asm/hardware/memc.h
1644 F:      arch/arm/mach-rpc/
1645 F:      drivers/net/ethernet/8390/etherh.c
1646 F:      drivers/net/ethernet/i825xx/ether1*
1647 F:      drivers/net/ethernet/seeq/ether3*
1648 F:      drivers/scsi/arm/
1650 ARM/Rockchip SoC support
1651 M:      Heiko Stuebner <heiko@sntech.de>
1652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 L:      linux-rockchip@lists.infradead.org
1654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1655 S:      Maintained
1656 F:      arch/arm/boot/dts/rk3*
1657 F:      arch/arm/mach-rockchip/
1658 F:      drivers/clk/rockchip/
1659 F:      drivers/i2c/busses/i2c-rk3x.c
1660 F:      drivers/*/*rockchip*
1661 F:      drivers/*/*/*rockchip*
1662 F:      sound/soc/rockchip/
1663 N:      rockchip
1665 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1666 M:      Kukjin Kim <kgene@kernel.org>
1667 M:      Krzysztof Kozlowski <krzk@kernel.org>
1668 R:      Javier Martinez Canillas <javier@osg.samsung.com>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1671 S:      Maintained
1672 F:      arch/arm/boot/dts/s3c*
1673 F:      arch/arm/boot/dts/s5p*
1674 F:      arch/arm/boot/dts/samsung*
1675 F:      arch/arm/boot/dts/exynos*
1676 F:      arch/arm64/boot/dts/exynos/
1677 F:      arch/arm/plat-samsung/
1678 F:      arch/arm/mach-s3c24*/
1679 F:      arch/arm/mach-s3c64xx/
1680 F:      arch/arm/mach-s5p*/
1681 F:      arch/arm/mach-exynos*/
1682 F:      drivers/*/*s3c24*
1683 F:      drivers/*/*/*s3c24*
1684 F:      drivers/*/*s3c64xx*
1685 F:      drivers/*/*s5pv210*
1686 F:      drivers/memory/samsung/*
1687 F:      drivers/soc/samsung/*
1688 F:      Documentation/arm/Samsung/
1689 F:      Documentation/devicetree/bindings/arm/samsung/
1690 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1691 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1692 N:      exynos
1694 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1695 M:      Kyungmin Park <kyungmin.park@samsung.com>
1696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1697 S:      Maintained
1698 F:      arch/arm/mach-s5pv210/
1700 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1701 M:      Kyungmin Park <kyungmin.park@samsung.com>
1702 M:      Kamil Debski <kamil@wypas.org>
1703 M:      Andrzej Hajda <a.hajda@samsung.com>
1704 L:      linux-arm-kernel@lists.infradead.org
1705 L:      linux-media@vger.kernel.org
1706 S:      Maintained
1707 F:      drivers/media/platform/s5p-g2d/
1709 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1710 M:      Kyungmin Park <kyungmin.park@samsung.com>
1711 M:      Kamil Debski <kamil@wypas.org>
1712 M:      Jeongtae Park <jtp.park@samsung.com>
1713 M:      Andrzej Hajda <a.hajda@samsung.com>
1714 L:      linux-arm-kernel@lists.infradead.org
1715 L:      linux-media@vger.kernel.org
1716 S:      Maintained
1717 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1718 F:      drivers/media/platform/s5p-mfc/
1720 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1721 M:      Kyungmin Park <kyungmin.park@samsung.com>
1722 L:      linux-arm-kernel@lists.infradead.org
1723 L:      linux-media@vger.kernel.org
1724 S:      Maintained
1725 F:      drivers/staging/media/platform/s5p-cec/
1727 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1728 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1729 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1730 L:      linux-arm-kernel@lists.infradead.org
1731 L:      linux-media@vger.kernel.org
1732 S:      Maintained
1733 F:      drivers/media/platform/s5p-jpeg/
1735 ARM/SHMOBILE ARM ARCHITECTURE
1736 M:      Simon Horman <horms@verge.net.au>
1737 M:      Magnus Damm <magnus.damm@gmail.com>
1738 L:      linux-renesas-soc@vger.kernel.org
1739 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1741 S:      Supported
1742 F:      arch/arm/boot/dts/emev2*
1743 F:      arch/arm/boot/dts/r7s*
1744 F:      arch/arm/boot/dts/r8a*
1745 F:      arch/arm/boot/dts/sh*
1746 F:      arch/arm/configs/shmobile_defconfig
1747 F:      arch/arm/include/debug/renesas-scif.S
1748 F:      arch/arm/mach-shmobile/
1749 F:      drivers/soc/renesas/
1750 F:      include/linux/soc/renesas/
1752 ARM/SOCFPGA ARCHITECTURE
1753 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1754 S:      Maintained
1755 F:      arch/arm/mach-socfpga/
1756 F:      arch/arm/boot/dts/socfpga*
1757 F:      arch/arm/configs/socfpga_defconfig
1758 F:      arch/arm64/boot/dts/altera/
1759 W:      http://www.rocketboards.org
1760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1762 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1763 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1764 S:      Maintained
1765 F:      drivers/clk/socfpga/
1767 ARM/SOCFPGA EDAC SUPPORT
1768 M:      Thor Thayer <tthayer@opensource.altera.com>
1769 S:      Maintained
1770 F:      drivers/edac/altera_edac.
1772 ARM/STI ARCHITECTURE
1773 M:      Patrice Chotard <patrice.chotard@st.com>
1774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1775 L:      kernel@stlinux.com
1776 W:      http://www.stlinux.com
1777 S:      Maintained
1778 F:      arch/arm/mach-sti/
1779 F:      arch/arm/boot/dts/sti*
1780 F:      drivers/char/hw_random/st-rng.c
1781 F:      drivers/clocksource/arm_global_timer.c
1782 F:      drivers/clocksource/clksrc_st_lpc.c
1783 F:      drivers/cpufreq/sti-cpufreq.c
1784 F:      drivers/i2c/busses/i2c-st.c
1785 F:      drivers/media/rc/st_rc.c
1786 F:      drivers/media/platform/sti/c8sectpfe/
1787 F:      drivers/mmc/host/sdhci-st.c
1788 F:      drivers/phy/phy-miphy28lp.c
1789 F:      drivers/phy/phy-miphy365x.c
1790 F:      drivers/phy/phy-stih407-usb.c
1791 F:      drivers/phy/phy-stih41x-usb.c
1792 F:      drivers/pinctrl/pinctrl-st.c
1793 F:      drivers/remoteproc/st_remoteproc.c
1794 F:      drivers/reset/sti/
1795 F:      drivers/rtc/rtc-st-lpc.c
1796 F:      drivers/tty/serial/st-asc.c
1797 F:      drivers/usb/dwc3/dwc3-st.c
1798 F:      drivers/usb/host/ehci-st.c
1799 F:      drivers/usb/host/ohci-st.c
1800 F:      drivers/watchdog/st_lpc_wdt.c
1801 F:      drivers/ata/ahci_st.c
1803 ARM/STM32 ARCHITECTURE
1804 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1805 M:      Alexandre Torgue <alexandre.torgue@st.com>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S:      Maintained
1808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1809 N:      stm32
1810 F:      drivers/clocksource/armv7m_systick.c
1812 ARM/TANGO ARCHITECTURE
1813 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1814 L:      linux-arm-kernel@lists.infradead.org
1815 S:      Maintained
1816 N:      tango
1818 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1819 M:      Lennert Buytenhek <kernel@wantstofly.org>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 S:      Maintained
1823 ARM/TETON BGA MACHINE SUPPORT
1824 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1826 S:      Maintained
1828 ARM/THECUS N2100 MACHINE SUPPORT
1829 M:      Lennert Buytenhek <kernel@wantstofly.org>
1830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1831 S:      Maintained
1833 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1834 M:      Wan ZongShun <mcuos.com@gmail.com>
1835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 W:      http://www.mcuos.com
1837 S:      Maintained
1838 F:      arch/arm/mach-w90x900/
1839 F:      drivers/input/keyboard/w90p910_keypad.c
1840 F:      drivers/input/touchscreen/w90p910_ts.c
1841 F:      drivers/watchdog/nuc900_wdt.c
1842 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1843 F:      drivers/mtd/nand/nuc900_nand.c
1844 F:      drivers/rtc/rtc-nuc900.c
1845 F:      drivers/spi/spi-nuc900.c
1846 F:      drivers/usb/host/ehci-w90x900.c
1847 F:      drivers/video/fbdev/nuc900fb.c
1849 ARM/U300 MACHINE SUPPORT
1850 M:      Linus Walleij <linus.walleij@linaro.org>
1851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1852 S:      Supported
1853 F:      arch/arm/mach-u300/
1854 F:      drivers/clocksource/timer-u300.c
1855 F:      drivers/i2c/busses/i2c-stu300.c
1856 F:      drivers/rtc/rtc-coh901331.c
1857 F:      drivers/watchdog/coh901327_wdt.c
1858 F:      drivers/dma/coh901318*
1859 F:      drivers/mfd/ab3100*
1860 F:      drivers/rtc/rtc-ab3100.c
1861 F:      drivers/rtc/rtc-coh901331.c
1862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1864 ARM/UNIPHIER ARCHITECTURE
1865 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1868 S:      Maintained
1869 F:      arch/arm/boot/dts/uniphier*
1870 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1871 F:      arch/arm/mach-uniphier/
1872 F:      arch/arm/mm/cache-uniphier.c
1873 F:      arch/arm64/boot/dts/socionext/
1874 F:      drivers/bus/uniphier-system-bus.c
1875 F:      drivers/clk/uniphier/
1876 F:      drivers/i2c/busses/i2c-uniphier*
1877 F:      drivers/pinctrl/uniphier/
1878 F:      drivers/reset/reset-uniphier.c
1879 F:      drivers/tty/serial/8250/8250_uniphier.c
1880 N:      uniphier
1882 ARM/Ux500 ARM ARCHITECTURE
1883 M:      Linus Walleij <linus.walleij@linaro.org>
1884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1885 S:      Maintained
1886 F:      arch/arm/mach-ux500/
1887 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1888 F:      drivers/dma/ste_dma40*
1889 F:      drivers/hwspinlock/u8500_hsem.c
1890 F:      drivers/mfd/abx500*
1891 F:      drivers/mfd/ab8500*
1892 F:      drivers/mfd/dbx500*
1893 F:      drivers/mfd/db8500*
1894 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1895 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1896 F:      drivers/rtc/rtc-ab8500.c
1897 F:      drivers/rtc/rtc-pl031.c
1898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1900 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1901 M:      Ulf Hansson <ulf.hansson@linaro.org>
1902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1903 T:      git git://git.linaro.org/people/ulfh/clk.git
1904 S:      Maintained
1905 F:      drivers/clk/ux500/
1907 ARM/VERSATILE EXPRESS PLATFORM
1908 M:      Liviu Dudau <liviu.dudau@arm.com>
1909 M:      Sudeep Holla <sudeep.holla@arm.com>
1910 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1912 S:      Maintained
1913 F:      arch/arm/boot/dts/vexpress*
1914 F:      arch/arm64/boot/dts/arm/
1915 F:      arch/arm/mach-vexpress/
1916 F:      */*/vexpress*
1917 F:      */*/*/vexpress*
1918 F:      drivers/clk/versatile/clk-vexpress-osc.c
1919 F:      drivers/clocksource/versatile.c
1920 N:      mps2
1922 ARM/VFP SUPPORT
1923 M:      Russell King <linux@armlinux.org.uk>
1924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 W:      http://www.armlinux.org.uk/
1926 S:      Maintained
1927 F:      arch/arm/vfp/
1929 ARM/VOIPAC PXA270 SUPPORT
1930 M:      Marek Vasut <marek.vasut@gmail.com>
1931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S:      Maintained
1933 F:      arch/arm/mach-pxa/vpac270.c
1934 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1936 ARM/VT8500 ARM ARCHITECTURE
1937 M:      Tony Prisk <linux@prisktech.co.nz>
1938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1939 S:      Maintained
1940 F:      arch/arm/mach-vt8500/
1941 F:      drivers/clocksource/vt8500_timer.c
1942 F:      drivers/i2c/busses/i2c-wmt.c
1943 F:      drivers/mmc/host/wmt-sdmmc.c
1944 F:      drivers/pwm/pwm-vt8500.c
1945 F:      drivers/rtc/rtc-vt8500.c
1946 F:      drivers/tty/serial/vt8500_serial.c
1947 F:      drivers/usb/host/ehci-platform.c
1948 F:      drivers/usb/host/uhci-platform.c
1949 F:      drivers/video/fbdev/vt8500lcdfb.*
1950 F:      drivers/video/fbdev/wm8505fb*
1951 F:      drivers/video/fbdev/wmt_ge_rops.*
1953 ARM/ZIPIT Z2 SUPPORT
1954 M:      Marek Vasut <marek.vasut@gmail.com>
1955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1956 S:      Maintained
1957 F:      arch/arm/mach-pxa/z2.c
1958 F:      arch/arm/mach-pxa/include/mach/z2.h
1960 ARM/ZTE ARCHITECTURE
1961 M:      Jun Nie <jun.nie@linaro.org>
1962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 S:      Maintained
1964 F:      arch/arm/mach-zx/
1965 F:      drivers/clk/zte/
1966 F:      Documentation/devicetree/bindings/arm/zte.txt
1967 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1969 ARM/ZYNQ ARCHITECTURE
1970 M:      Michal Simek <michal.simek@xilinx.com>
1971 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 W:      http://wiki.xilinx.com
1974 T:      git https://github.com/Xilinx/linux-xlnx.git
1975 S:      Supported
1976 F:      arch/arm/mach-zynq/
1977 F:      drivers/cpuidle/cpuidle-zynq.c
1978 F:      drivers/block/xsysace.c
1979 N:      zynq
1980 N:      xilinx
1981 F:      drivers/clocksource/cadence_ttc_timer.c
1982 F:      drivers/i2c/busses/i2c-cadence.c
1983 F:      drivers/mmc/host/sdhci-of-arasan.c
1984 F:      drivers/edac/synopsys_edac.c
1986 ARM SMMU DRIVERS
1987 M:      Will Deacon <will.deacon@arm.com>
1988 R:      Robin Murphy <robin.murphy@arm.com>
1989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1990 S:      Maintained
1991 F:      drivers/iommu/arm-smmu.c
1992 F:      drivers/iommu/arm-smmu-v3.c
1993 F:      drivers/iommu/io-pgtable-arm.c
1994 F:      drivers/iommu/io-pgtable-arm-v7s.c
1996 ARM64 PORT (AARCH64 ARCHITECTURE)
1997 M:      Catalin Marinas <catalin.marinas@arm.com>
1998 M:      Will Deacon <will.deacon@arm.com>
1999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2001 S:      Maintained
2002 F:      arch/arm64/
2003 F:      Documentation/arm64/
2005 AS3645A LED FLASH CONTROLLER DRIVER
2006 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2007 L:      linux-media@vger.kernel.org
2008 T:      git git://linuxtv.org/media_tree.git
2009 S:      Maintained
2010 F:      drivers/media/i2c/as3645a.c
2011 F:      include/media/i2c/as3645a.h
2013 ASAHI KASEI AK8974 DRIVER
2014 M:      Linus Walleij <linus.walleij@linaro.org>
2015 L:      linux-iio@vger.kernel.org
2016 W:      http://www.akm.com/
2017 S:      Supported
2018 F:      drivers/iio/magnetometer/ak8974.c
2020 ASC7621 HARDWARE MONITOR DRIVER
2021 M:      George Joseph <george.joseph@fairview5.com>
2022 L:      linux-hwmon@vger.kernel.org
2023 S:      Maintained
2024 F:      Documentation/hwmon/asc7621
2025 F:      drivers/hwmon/asc7621.c
2027 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2028 M:      Corentin Chary <corentin.chary@gmail.com>
2029 L:      acpi4asus-user@lists.sourceforge.net
2030 L:      platform-driver-x86@vger.kernel.org
2031 W:      http://acpi4asus.sf.net
2032 S:      Maintained
2033 F:      drivers/platform/x86/asus*.c
2034 F:      drivers/platform/x86/eeepc*.c
2036 ASUS WIRELESS RADIO CONTROL DRIVER
2037 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2038 L:      platform-driver-x86@vger.kernel.org
2039 S:      Maintained
2040 F:      drivers/platform/x86/asus-wireless.c
2042 ASYMMETRIC KEYS
2043 M:      David Howells <dhowells@redhat.com>
2044 L:      keyrings@vger.kernel.org
2045 S:      Maintained
2046 F:      Documentation/crypto/asymmetric-keys.txt
2047 F:      include/linux/verification.h
2048 F:      include/crypto/public_key.h
2049 F:      include/crypto/pkcs7.h
2050 F:      crypto/asymmetric_keys/
2052 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2053 R:      Dan Williams <dan.j.williams@intel.com>
2054 W:      http://sourceforge.net/projects/xscaleiop
2055 S:      Odd fixes
2056 F:      Documentation/crypto/async-tx-api.txt
2057 F:      crypto/async_tx/
2058 F:      drivers/dma/
2059 F:      include/linux/dmaengine.h
2060 F:      include/linux/async_tx.h
2062 AT24 EEPROM DRIVER
2063 M:      Wolfram Sang <wsa@the-dreams.de>
2064 L:      linux-i2c@vger.kernel.org
2065 S:      Maintained
2066 F:      drivers/misc/eeprom/at24.c
2067 F:      include/linux/platform_data/at24.h
2069 ATA OVER ETHERNET (AOE) DRIVER
2070 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2071 W:      http://www.openaoe.org/
2072 S:      Supported
2073 F:      Documentation/aoe/
2074 F:      drivers/block/aoe/
2076 ATHEROS 71XX/9XXX GPIO DRIVER
2077 M:      Alban Bedel <albeu@free.fr>
2078 W:      https://github.com/AlbanBedel/linux
2079 T:      git git://github.com/AlbanBedel/linux
2080 S:      Maintained
2081 F:      drivers/gpio/gpio-ath79.c
2082 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2084 ATHEROS ATH GENERIC UTILITIES
2085 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2086 L:      linux-wireless@vger.kernel.org
2087 S:      Supported
2088 F:      drivers/net/wireless/ath/*
2090 ATHEROS ATH5K WIRELESS DRIVER
2091 M:      Jiri Slaby <jirislaby@gmail.com>
2092 M:      Nick Kossifidis <mickflemm@gmail.com>
2093 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2094 L:      linux-wireless@vger.kernel.org
2095 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2096 S:      Maintained
2097 F:      drivers/net/wireless/ath/ath5k/
2099 ATHEROS ATH6KL WIRELESS DRIVER
2100 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2101 L:      linux-wireless@vger.kernel.org
2102 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2104 S:      Supported
2105 F:      drivers/net/wireless/ath/ath6kl/
2107 WILOCITY WIL6210 WIRELESS DRIVER
2108 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2109 L:      linux-wireless@vger.kernel.org
2110 L:      wil6210@qca.qualcomm.com
2111 S:      Supported
2112 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2113 F:      drivers/net/wireless/ath/wil6210/
2114 F:      include/uapi/linux/wil6210_uapi.h
2116 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2117 M:      Christian Lamparter <chunkeey@googlemail.com>
2118 L:      linux-wireless@vger.kernel.org
2119 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2120 S:      Maintained
2121 F:      drivers/net/wireless/ath/carl9170/
2123 ATK0110 HWMON DRIVER
2124 M:      Luca Tettamanti <kronos.it@gmail.com>
2125 L:      linux-hwmon@vger.kernel.org
2126 S:      Maintained
2127 F:      drivers/hwmon/asus_atk0110.c
2129 ATI_REMOTE2 DRIVER
2130 M:      Ville Syrjala <syrjala@sci.fi>
2131 S:      Maintained
2132 F:      drivers/input/misc/ati_remote2.c
2134 ATLX ETHERNET DRIVERS
2135 M:      Jay Cliburn <jcliburn@gmail.com>
2136 M:      Chris Snook <chris.snook@gmail.com>
2137 L:      netdev@vger.kernel.org
2138 W:      http://sourceforge.net/projects/atl1
2139 W:      http://atl1.sourceforge.net
2140 S:      Maintained
2141 F:      drivers/net/ethernet/atheros/
2144 M:      Chas Williams <3chas3@gmail.com>
2145 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2146 L:      netdev@vger.kernel.org
2147 W:      http://linux-atm.sourceforge.net
2148 S:      Maintained
2149 F:      drivers/atm/
2150 F:      include/linux/atm*
2151 F:      include/uapi/linux/atm*
2153 ATMEL AT91 / AT32 MCI DRIVER
2154 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2155 S:      Maintained
2156 F:      drivers/mmc/host/atmel-mci.c
2158 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2159 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2160 S:      Supported
2161 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2163 ATMEL SAMA5D2 ADC DRIVER
2164 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2165 L:      linux-iio@vger.kernel.org
2166 S:      Supported
2167 F:      drivers/iio/adc/at91-sama5d2_adc.c
2169 ATMEL Audio ALSA driver
2170 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2171 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2172 S:      Supported
2173 F:      sound/soc/atmel
2175 ATMEL DMA DRIVER
2176 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2178 S:      Supported
2179 F:      drivers/dma/at_hdmac.c
2180 F:      drivers/dma/at_hdmac_regs.h
2181 F:      include/linux/platform_data/dma-atmel.h
2183 ATMEL XDMA DRIVER
2184 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2185 L:      linux-arm-kernel@lists.infradead.org
2186 L:      dmaengine@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/dma/at_xdmac.c
2190 ATMEL I2C DRIVER
2191 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2192 L:      linux-i2c@vger.kernel.org
2193 S:      Supported
2194 F:      drivers/i2c/busses/i2c-at91.c
2196 ATMEL ISI DRIVER
2197 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2198 L:      linux-media@vger.kernel.org
2199 S:      Supported
2200 F:      drivers/media/platform/soc_camera/atmel-isi.c
2201 F:      include/media/atmel-isi.h
2203 ATMEL LCDFB DRIVER
2204 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2205 L:      linux-fbdev@vger.kernel.org
2206 S:      Maintained
2207 F:      drivers/video/fbdev/atmel_lcdfb.c
2208 F:      include/video/atmel_lcdc.h
2210 ATMEL MACB ETHERNET DRIVER
2211 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2212 S:      Supported
2213 F:      drivers/net/ethernet/cadence/
2215 ATMEL NAND DRIVER
2216 M:      Wenyou Yang <wenyou.yang@atmel.com>
2217 M:      Josh Wu <rainyfeeling@outlook.com>
2218 L:      linux-mtd@lists.infradead.org
2219 S:      Supported
2220 F:      drivers/mtd/nand/atmel_nand*
2222 ATMEL SDMMC DRIVER
2223 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2224 L:      linux-mmc@vger.kernel.org
2225 S:      Supported
2226 F:      drivers/mmc/host/sdhci-of-at91.c
2228 ATMEL SPI DRIVER
2229 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2230 S:      Supported
2231 F:      drivers/spi/spi-atmel.*
2233 ATMEL SSC DRIVER
2234 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2236 S:      Supported
2237 F:      drivers/misc/atmel-ssc.c
2238 F:      include/linux/atmel-ssc.h
2240 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2241 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2242 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2243 S:      Supported
2244 F:      drivers/misc/atmel_tclib.c
2245 F:      drivers/clocksource/tcb_clksrc.c
2247 ATMEL USBA UDC DRIVER
2248 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2250 S:      Supported
2251 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2253 ATMEL WIRELESS DRIVER
2254 M:      Simon Kelley <simon@thekelleys.org.uk>
2255 L:      linux-wireless@vger.kernel.org
2256 W:      http://www.thekelleys.org.uk/atmel
2257 W:      http://atmelwlandriver.sourceforge.net/
2258 S:      Maintained
2259 F:      drivers/net/wireless/atmel/atmel*
2261 ATMEL MAXTOUCH DRIVER
2262 M:      Nick Dyer <nick@shmanahar.org>
2263 T:      git git://github.com/ndyer/linux.git
2264 S:      Maintained
2265 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2266 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2267 F:      include/linux/platform_data/atmel_mxt_ts.h
2269 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2270 M:      Bradley Grove <linuxdrivers@attotech.com>
2271 L:      linux-scsi@vger.kernel.org
2272 W:      http://www.attotech.com
2273 S:      Supported
2274 F:      drivers/scsi/esas2r
2276 ATUSB IEEE 802.15.4 RADIO DRIVER
2277 M:      Stefan Schmidt <stefan@osg.samsung.com>
2278 L:      linux-wpan@vger.kernel.org
2279 S:      Maintained
2280 F:      drivers/net/ieee802154/atusb.c
2281 F:      drivers/net/ieee802154/atusb.h
2282 F:      drivers/net/ieee802154/at86rf230.h
2284 AUDIT SUBSYSTEM
2285 M:      Paul Moore <paul@paul-moore.com>
2286 M:      Eric Paris <eparis@redhat.com>
2287 L:      linux-audit@redhat.com (moderated for non-subscribers)
2288 W:      http://people.redhat.com/sgrubb/audit/
2289 T:      git git://git.infradead.org/users/pcmoore/audit
2290 S:      Maintained
2291 F:      include/linux/audit.h
2292 F:      include/uapi/linux/audit.h
2293 F:      kernel/audit*
2295 AUXILIARY DISPLAY DRIVERS
2296 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2297 W:      http://miguelojeda.es/auxdisplay.htm
2298 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2299 S:      Maintained
2300 F:      drivers/auxdisplay/
2301 F:      include/linux/cfag12864b.h
2303 AVR32 ARCHITECTURE
2304 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2305 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2306 W:      http://www.atmel.com/products/AVR32/
2307 W:      http://mirror.egtvedt.no/avr32linux.org/
2308 W:      http://avrfreaks.net/
2309 S:      Maintained
2310 F:      arch/avr32/
2312 AVR32/AT32AP MACHINE SUPPORT
2313 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2314 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2315 S:      Maintained
2316 F:      arch/avr32/mach-at32ap/
2318 AX.25 NETWORK LAYER
2319 M:      Ralf Baechle <ralf@linux-mips.org>
2320 L:      linux-hams@vger.kernel.org
2321 W:      http://www.linux-ax25.org/
2322 S:      Maintained
2323 F:      include/uapi/linux/ax25.h
2324 F:      include/net/ax25.h
2325 F:      net/ax25/
2327 AZ6007 DVB DRIVER
2328 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2329 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2330 L:      linux-media@vger.kernel.org
2331 W:      https://linuxtv.org
2332 T:      git git://linuxtv.org/media_tree.git
2333 S:      Maintained
2334 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2336 AZTECH FM RADIO RECEIVER DRIVER
2337 M:      Hans Verkuil <hverkuil@xs4all.nl>
2338 L:      linux-media@vger.kernel.org
2339 T:      git git://linuxtv.org/media_tree.git
2340 W:      https://linuxtv.org
2341 S:      Maintained
2342 F:      drivers/media/radio/radio-aztech*
2344 B43 WIRELESS DRIVER
2345 L:      linux-wireless@vger.kernel.org
2346 L:      b43-dev@lists.infradead.org
2347 W:      http://wireless.kernel.org/en/users/Drivers/b43
2348 S:      Odd Fixes
2349 F:      drivers/net/wireless/broadcom/b43/
2351 B43LEGACY WIRELESS DRIVER
2352 M:      Larry Finger <Larry.Finger@lwfinger.net>
2353 L:      linux-wireless@vger.kernel.org
2354 L:      b43-dev@lists.infradead.org
2355 W:      http://wireless.kernel.org/en/users/Drivers/b43
2356 S:      Maintained
2357 F:      drivers/net/wireless/broadcom/b43legacy/
2359 BACKLIGHT CLASS/SUBSYSTEM
2360 M:      Jingoo Han <jingoohan1@gmail.com>
2361 M:      Lee Jones <lee.jones@linaro.org>
2362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2363 S:      Maintained
2364 F:      drivers/video/backlight/
2365 F:      include/linux/backlight.h
2367 BATMAN ADVANCED
2368 M:      Marek Lindner <mareklindner@neomailbox.ch>
2369 M:      Simon Wunderlich <sw@simonwunderlich.de>
2370 M:      Antonio Quartulli <a@unstable.cc>
2371 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2372 W:      https://www.open-mesh.org/
2373 Q:      https://patchwork.open-mesh.org/project/batman/list/
2374 S:      Maintained
2375 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2376 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2377 F:      Documentation/networking/batman-adv.txt
2378 F:      include/uapi/linux/batman_adv.h
2379 F:      net/batman-adv/
2381 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2382 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2383 L:      linux-hams@vger.kernel.org
2384 W:      http://www.baycom.org/~tom/ham/ham.html
2385 S:      Maintained
2386 F:      drivers/net/hamradio/baycom*
2388 BCACHE (BLOCK LAYER CACHE)
2389 M:      Kent Overstreet <kent.overstreet@gmail.com>
2390 L:      linux-bcache@vger.kernel.org
2391 W:      http://bcache.evilpiepirate.org
2392 S:      Orphan
2393 F:      drivers/md/bcache/
2395 BDISP ST MEDIA DRIVER
2396 M:      Fabien Dessenne <fabien.dessenne@st.com>
2397 L:      linux-media@vger.kernel.org
2398 T:      git git://linuxtv.org/media_tree.git
2399 W:      https://linuxtv.org
2400 S:      Supported
2401 F:      drivers/media/platform/sti/bdisp
2403 BEFS FILE SYSTEM
2404 M:      Luis de Bethencourt <luisbg@osg.samsung.com>
2405 M:      Salah Triki <salah.triki@gmail.com>
2406 S:      Maintained
2407 T:      git git://github.com/luisbg/linux-befs.git
2408 F:      Documentation/filesystems/befs.txt
2409 F:      fs/befs/
2411 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2412 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2413 L:      netdev@vger.kernel.org
2414 S:      Maintained
2415 F:      drivers/net/ethernet/ec_bhf.c
2417 BFS FILE SYSTEM
2418 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2419 S:      Maintained
2420 F:      Documentation/filesystems/bfs.txt
2421 F:      fs/bfs/
2422 F:      include/uapi/linux/bfs_fs.h
2424 BLACKFIN ARCHITECTURE
2425 M:      Steven Miao <realmz6@gmail.com>
2426 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2427 T:      git git://git.code.sf.net/p/adi-linux/code
2428 W:      http://blackfin.uclinux.org
2429 S:      Supported
2430 F:      arch/blackfin/
2432 BLACKFIN EMAC DRIVER
2433 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2434 W:      http://blackfin.uclinux.org
2435 S:      Supported
2436 F:      drivers/net/ethernet/adi/
2438 BLACKFIN RTC DRIVER
2439 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2440 W:      http://blackfin.uclinux.org
2441 S:      Supported
2442 F:      drivers/rtc/rtc-bfin.c
2444 BLACKFIN SDH DRIVER
2445 M:      Sonic Zhang <sonic.zhang@analog.com>
2446 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2447 W:      http://blackfin.uclinux.org
2448 S:      Supported
2449 F:      drivers/mmc/host/bfin_sdh.c
2451 BLACKFIN SERIAL DRIVER
2452 M:      Sonic Zhang <sonic.zhang@analog.com>
2453 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2454 W:      http://blackfin.uclinux.org
2455 S:      Supported
2456 F:      drivers/tty/serial/bfin_uart.c
2458 BLACKFIN WATCHDOG DRIVER
2459 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2460 W:      http://blackfin.uclinux.org
2461 S:      Supported
2462 F:      drivers/watchdog/bfin_wdt.c
2464 BLACKFIN I2C TWI DRIVER
2465 M:      Sonic Zhang <sonic.zhang@analog.com>
2466 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2467 W:      http://blackfin.uclinux.org/
2468 S:      Supported
2469 F:      drivers/i2c/busses/i2c-bfin-twi.c
2471 BLACKFIN MEDIA DRIVER
2472 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2473 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2474 W:      http://blackfin.uclinux.org/
2475 S:      Supported
2476 F:      drivers/media/platform/blackfin/
2477 F:      drivers/media/i2c/adv7183*
2478 F:      drivers/media/i2c/vs6624*
2480 BLINKM RGB LED DRIVER
2481 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2482 S:      Maintained
2483 F:      drivers/leds/leds-blinkm.c
2485 BLOCK LAYER
2486 M:      Jens Axboe <axboe@kernel.dk>
2487 L:      linux-block@vger.kernel.org
2488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2489 S:      Maintained
2490 F:      block/
2491 F:      kernel/trace/blktrace.c
2492 F:      lib/sbitmap.c
2494 BLOCK2MTD DRIVER
2495 M:      Joern Engel <joern@lazybastard.org>
2496 L:      linux-mtd@lists.infradead.org
2497 S:      Maintained
2498 F:      drivers/mtd/devices/block2mtd.c
2500 BLUETOOTH DRIVERS
2501 M:      Marcel Holtmann <marcel@holtmann.org>
2502 M:      Gustavo Padovan <gustavo@padovan.org>
2503 M:      Johan Hedberg <johan.hedberg@gmail.com>
2504 L:      linux-bluetooth@vger.kernel.org
2505 W:      http://www.bluez.org/
2506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2508 S:      Maintained
2509 F:      drivers/bluetooth/
2511 BLUETOOTH SUBSYSTEM
2512 M:      Marcel Holtmann <marcel@holtmann.org>
2513 M:      Gustavo Padovan <gustavo@padovan.org>
2514 M:      Johan Hedberg <johan.hedberg@gmail.com>
2515 L:      linux-bluetooth@vger.kernel.org
2516 W:      http://www.bluez.org/
2517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2519 S:      Maintained
2520 F:      net/bluetooth/
2521 F:      include/net/bluetooth/
2523 BONDING DRIVER
2524 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2525 M:      Veaceslav Falico <vfalico@gmail.com>
2526 M:      Andy Gospodarek <andy@greyhouse.net>
2527 L:      netdev@vger.kernel.org
2528 W:      http://sourceforge.net/projects/bonding/
2529 S:      Supported
2530 F:      drivers/net/bonding/
2531 F:      include/uapi/linux/if_bonding.h
2533 BPF (Safe dynamic programs and tools)
2534 M:      Alexei Starovoitov <ast@kernel.org>
2535 L:      netdev@vger.kernel.org
2536 L:      linux-kernel@vger.kernel.org
2537 S:      Supported
2538 F:      kernel/bpf/
2540 BROADCOM B44 10/100 ETHERNET DRIVER
2541 M:      Michael Chan <michael.chan@broadcom.com>
2542 L:      netdev@vger.kernel.org
2543 S:      Supported
2544 F:      drivers/net/ethernet/broadcom/b44.*
2546 BROADCOM B53 ETHERNET SWITCH DRIVER
2547 M:      Florian Fainelli <f.fainelli@gmail.com>
2548 L:      netdev@vger.kernel.org
2549 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2550 S:      Supported
2551 F:      drivers/net/dsa/b53/*
2552 F:      include/linux/platform_data/b53.h
2554 BROADCOM GENET ETHERNET DRIVER
2555 M:      Florian Fainelli <f.fainelli@gmail.com>
2556 L:      netdev@vger.kernel.org
2557 S:      Supported
2558 F:      drivers/net/ethernet/broadcom/genet/
2560 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2561 M:      Rasesh Mody <rasesh.mody@cavium.com>
2562 M:      Harish Patil <harish.patil@cavium.com>
2563 M:      Dept-GELinuxNICDev@cavium.com
2564 L:      netdev@vger.kernel.org
2565 S:      Supported
2566 F:      drivers/net/ethernet/broadcom/bnx2.*
2567 F:      drivers/net/ethernet/broadcom/bnx2_*
2569 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2570 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
2571 M:      Ariel Elior <ariel.elior@cavium.com>
2572 M:      everest-linux-l2@cavium.com
2573 L:      netdev@vger.kernel.org
2574 S:      Supported
2575 F:      drivers/net/ethernet/broadcom/bnx2x/
2577 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2578 M:      Florian Fainelli <f.fainelli@gmail.com>
2579 M:      Ray Jui <rjui@broadcom.com>
2580 M:      Scott Branden <sbranden@broadcom.com>
2581 M:      bcm-kernel-feedback-list@broadcom.com
2582 T:      git git://github.com/broadcom/mach-bcm
2583 S:      Maintained
2584 N:      bcm281*
2585 N:      bcm113*
2586 N:      bcm216*
2587 N:      kona
2588 F:      arch/arm/mach-bcm/
2590 BROADCOM BCM2835 ARM ARCHITECTURE
2591 M:      Stephen Warren <swarren@wwwdotorg.org>
2592 M:      Lee Jones <lee@kernel.org>
2593 M:      Eric Anholt <eric@anholt.net>
2594 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2597 S:      Maintained
2598 N:      bcm2835
2599 F:      drivers/staging/vc04_services
2601 BROADCOM BCM47XX MIPS ARCHITECTURE
2602 M:      Hauke Mehrtens <hauke@hauke-m.de>
2603 M:      Rafał Miłecki <zajec5@gmail.com>
2604 L:      linux-mips@linux-mips.org
2605 S:      Maintained
2606 F:      Documentation/devicetree/bindings/mips/brcm/
2607 F:      arch/mips/bcm47xx/*
2608 F:      arch/mips/include/asm/mach-bcm47xx/*
2610 BROADCOM BCM5301X ARM ARCHITECTURE
2611 M:      Hauke Mehrtens <hauke@hauke-m.de>
2612 M:      Rafał Miłecki <zajec5@gmail.com>
2613 M:      bcm-kernel-feedback-list@broadcom.com
2614 L:      linux-arm-kernel@lists.infradead.org
2615 S:      Maintained
2616 F:      arch/arm/mach-bcm/bcm_5301x.c
2617 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2618 F:      arch/arm/boot/dts/bcm470*
2620 BROADCOM BCM53573 ARM ARCHITECTURE
2621 M:      Rafał Miłecki <rafal@milecki.pl>
2622 L:      linux-arm-kernel@lists.infradead.org
2623 S:      Maintained
2624 F:      arch/arm/boot/dts/bcm53573*
2625 F:      arch/arm/boot/dts/bcm47189*
2627 BROADCOM BCM63XX ARM ARCHITECTURE
2628 M:      Florian Fainelli <f.fainelli@gmail.com>
2629 M:      bcm-kernel-feedback-list@broadcom.com
2630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2631 T:      git git://github.com/broadcom/stblinux.git
2632 S:      Maintained
2633 N:      bcm63xx
2635 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2636 M:      Kevin Cernekee <cernekee@gmail.com>
2637 L:      linux-usb@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2641 BROADCOM BCM7XXX ARM ARCHITECTURE
2642 M:      Brian Norris <computersforpeace@gmail.com>
2643 M:      Gregory Fong <gregory.0xf0@gmail.com>
2644 M:      Florian Fainelli <f.fainelli@gmail.com>
2645 M:      bcm-kernel-feedback-list@broadcom.com
2646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2647 T:      git git://github.com/broadcom/stblinux.git
2648 S:      Maintained
2649 F:      arch/arm/mach-bcm/*brcmstb*
2650 F:      arch/arm/boot/dts/bcm7*.dts*
2651 F:      drivers/bus/brcmstb_gisb.c
2652 N:      brcmstb
2654 BROADCOM BMIPS MIPS ARCHITECTURE
2655 M:      Kevin Cernekee <cernekee@gmail.com>
2656 M:      Florian Fainelli <f.fainelli@gmail.com>
2657 L:      linux-mips@linux-mips.org
2658 T:      git git://github.com/broadcom/stblinux.git
2659 S:      Maintained
2660 F:      arch/mips/bmips/*
2661 F:      arch/mips/include/asm/mach-bmips/*
2662 F:      arch/mips/kernel/*bmips*
2663 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2664 F:      drivers/irqchip/irq-bcm63*
2665 F:      drivers/irqchip/irq-bcm7*
2666 F:      drivers/irqchip/irq-brcmstb*
2667 F:      include/linux/bcm963xx_nvram.h
2668 F:      include/linux/bcm963xx_tag.h
2670 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2671 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2672 M:      Prashant Sreedharan <prashant@broadcom.com>
2673 M:      Michael Chan <mchan@broadcom.com>
2674 L:      netdev@vger.kernel.org
2675 S:      Supported
2676 F:      drivers/net/ethernet/broadcom/tg3.*
2678 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2679 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2680 M:      Franky Lin <franky.lin@broadcom.com>
2681 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2682 L:      linux-wireless@vger.kernel.org
2683 L:      brcm80211-dev-list.pdl@broadcom.com
2684 S:      Supported
2685 F:      drivers/net/wireless/broadcom/brcm80211/
2687 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2688 M:      QLogic-Storage-Upstream@qlogic.com
2689 L:      linux-scsi@vger.kernel.org
2690 S:      Supported
2691 F:      drivers/scsi/bnx2fc/
2693 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2694 M:      QLogic-Storage-Upstream@qlogic.com
2695 L:      linux-scsi@vger.kernel.org
2696 S:      Supported
2697 F:      drivers/scsi/bnx2i/
2699 BROADCOM IPROC ARM ARCHITECTURE
2700 M:      Ray Jui <rjui@broadcom.com>
2701 M:      Scott Branden <sbranden@broadcom.com>
2702 M:      Jon Mason <jonmason@broadcom.com>
2703 M:      bcm-kernel-feedback-list@broadcom.com
2704 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2705 T:      git git://github.com/broadcom/cygnus-linux.git
2706 S:      Maintained
2707 N:      iproc
2708 N:      cygnus
2709 N:      bcm[-_]nsp
2710 N:      bcm9113*
2711 N:      bcm9583*
2712 N:      bcm9585*
2713 N:      bcm9586*
2714 N:      bcm988312
2715 N:      bcm113*
2716 N:      bcm583*
2717 N:      bcm585*
2718 N:      bcm586*
2719 N:      bcm88312
2720 F:      arch/arm64/boot/dts/broadcom/ns2*
2721 F:      drivers/clk/bcm/clk-ns*
2722 F:      drivers/pinctrl/bcm/pinctrl-ns*
2724 BROADCOM BRCMSTB GPIO DRIVER
2725 M:      Gregory Fong <gregory.0xf0@gmail.com>
2726 L:      bcm-kernel-feedback-list@broadcom.com
2727 S:      Supported
2728 F:      drivers/gpio/gpio-brcmstb.c
2729 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2731 BROADCOM KONA GPIO DRIVER
2732 M:      Ray Jui <rjui@broadcom.com>
2733 L:      bcm-kernel-feedback-list@broadcom.com
2734 S:      Supported
2735 F:      drivers/gpio/gpio-bcm-kona.c
2736 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2738 BROADCOM NVRAM DRIVER
2739 M:      Rafał Miłecki <zajec5@gmail.com>
2740 L:      linux-mips@linux-mips.org
2741 S:      Maintained
2742 F:      drivers/firmware/broadcom/*
2744 BROADCOM STB NAND FLASH DRIVER
2745 M:      Brian Norris <computersforpeace@gmail.com>
2746 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2747 L:      linux-mtd@lists.infradead.org
2748 L:      bcm-kernel-feedback-list@broadcom.com
2749 S:      Maintained
2750 F:      drivers/mtd/nand/brcmnand/
2752 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2753 M:      Rafał Miłecki <zajec5@gmail.com>
2754 L:      linux-wireless@vger.kernel.org
2755 S:      Maintained
2756 F:      drivers/bcma/
2757 F:      include/linux/bcma/
2759 BROADCOM SYSTEMPORT ETHERNET DRIVER
2760 M:      Florian Fainelli <f.fainelli@gmail.com>
2761 L:      netdev@vger.kernel.org
2762 S:      Supported
2763 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2765 BROADCOM VULCAN ARM64 SOC
2766 M:      Jayachandran C. <jchandra@broadcom.com>
2767 M:      bcm-kernel-feedback-list@broadcom.com
2768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2769 S:      Maintained
2770 F:      arch/arm64/boot/dts/broadcom/vulcan*
2772 BROCADE BFA FC SCSI DRIVER
2773 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2774 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2775 L:      linux-scsi@vger.kernel.org
2776 S:      Supported
2777 F:      drivers/scsi/bfa/
2779 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2780 M:      Rasesh Mody <rasesh.mody@cavium.com>
2781 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2782 M:      Dept-GELinuxNICDev@cavium.com
2783 L:      netdev@vger.kernel.org
2784 S:      Supported
2785 F:      drivers/net/ethernet/brocade/bna/
2787 BSG (block layer generic sg v4 driver)
2788 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2789 L:      linux-scsi@vger.kernel.org
2790 S:      Supported
2791 F:      block/bsg.c
2792 F:      include/linux/bsg.h
2793 F:      include/uapi/linux/bsg.h
2795 BT87X AUDIO DRIVER
2796 M:      Clemens Ladisch <clemens@ladisch.de>
2797 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2798 T:      git git://git.alsa-project.org/alsa-kernel.git
2799 S:      Maintained
2800 F:      Documentation/sound/alsa/Bt87x.txt
2801 F:      sound/pci/bt87x.c
2803 BT8XXGPIO DRIVER
2804 M:      Michael Buesch <m@bues.ch>
2805 W:      http://bu3sch.de/btgpio.php
2806 S:      Maintained
2807 F:      drivers/gpio/gpio-bt8xx.c
2809 BTRFS FILE SYSTEM
2810 M:      Chris Mason <clm@fb.com>
2811 M:      Josef Bacik <jbacik@fb.com>
2812 M:      David Sterba <dsterba@suse.com>
2813 L:      linux-btrfs@vger.kernel.org
2814 W:      http://btrfs.wiki.kernel.org/
2815 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2817 S:      Maintained
2818 F:      Documentation/filesystems/btrfs.txt
2819 F:      fs/btrfs/
2821 BTTV VIDEO4LINUX DRIVER
2822 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2823 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2824 L:      linux-media@vger.kernel.org
2825 W:      https://linuxtv.org
2826 T:      git git://linuxtv.org/media_tree.git
2827 S:      Odd fixes
2828 F:      Documentation/media/v4l-drivers/bttv*
2829 F:      drivers/media/pci/bt8xx/bttv*
2831 BUSLOGIC SCSI DRIVER
2832 M:      Khalid Aziz <khalid@gonehiking.org>
2833 L:      linux-scsi@vger.kernel.org
2834 S:      Maintained
2835 F:      drivers/scsi/BusLogic.*
2836 F:      drivers/scsi/FlashPoint.*
2838 C-MEDIA CMI8788 DRIVER
2839 M:      Clemens Ladisch <clemens@ladisch.de>
2840 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2841 T:      git git://git.alsa-project.org/alsa-kernel.git
2842 S:      Maintained
2843 F:      sound/pci/oxygen/
2845 C6X ARCHITECTURE
2846 M:      Mark Salter <msalter@redhat.com>
2847 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2848 L:      linux-c6x-dev@linux-c6x.org
2849 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2850 S:      Maintained
2851 F:      arch/c6x/
2853 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2854 M:      David Howells <dhowells@redhat.com>
2855 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2856 S:      Supported
2857 F:      Documentation/filesystems/caching/cachefiles.txt
2858 F:      fs/cachefiles/
2860 CADET FM/AM RADIO RECEIVER DRIVER
2861 M:      Hans Verkuil <hverkuil@xs4all.nl>
2862 L:      linux-media@vger.kernel.org
2863 T:      git git://linuxtv.org/media_tree.git
2864 W:      https://linuxtv.org
2865 S:      Maintained
2866 F:      drivers/media/radio/radio-cadet*
2868 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2869 M:      Jonathan Corbet <corbet@lwn.net>
2870 L:      linux-media@vger.kernel.org
2871 T:      git git://linuxtv.org/media_tree.git
2872 S:      Maintained
2873 F:      Documentation/media/v4l-drivers/cafe_ccic*
2874 F:      drivers/media/platform/marvell-ccic/
2876 CAIF NETWORK LAYER
2877 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2878 L:      netdev@vger.kernel.org
2879 S:      Supported
2880 F:      Documentation/networking/caif/
2881 F:      drivers/net/caif/
2882 F:      include/uapi/linux/caif/
2883 F:      include/net/caif/
2884 F:      net/caif/
2886 CALGARY x86-64 IOMMU
2887 M:      Muli Ben-Yehuda <mulix@mulix.org>
2888 M:      Jon Mason <jdmason@kudzu.us>
2889 L:      iommu@lists.linux-foundation.org
2890 S:      Maintained
2891 F:      arch/x86/kernel/pci-calgary_64.c
2892 F:      arch/x86/kernel/tce_64.c
2893 F:      arch/x86/include/asm/calgary.h
2894 F:      arch/x86/include/asm/tce.h
2896 CAN NETWORK LAYER
2897 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2898 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2899 L:      linux-can@vger.kernel.org
2900 W:      https://github.com/linux-can
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2903 S:      Maintained
2904 F:      Documentation/networking/can.txt
2905 F:      net/can/
2906 F:      include/linux/can/core.h
2907 F:      include/uapi/linux/can.h
2908 F:      include/uapi/linux/can/bcm.h
2909 F:      include/uapi/linux/can/raw.h
2910 F:      include/uapi/linux/can/gw.h
2912 CAN NETWORK DRIVERS
2913 M:      Wolfgang Grandegger <wg@grandegger.com>
2914 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2915 L:      linux-can@vger.kernel.org
2916 W:      https://github.com/linux-can
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2919 S:      Maintained
2920 F:      Documentation/devicetree/bindings/net/can/
2921 F:      drivers/net/can/
2922 F:      include/linux/can/dev.h
2923 F:      include/linux/can/platform/
2924 F:      include/uapi/linux/can/error.h
2925 F:      include/uapi/linux/can/netlink.h
2927 CAPABILITIES
2928 M:      Serge Hallyn <serge@hallyn.com>
2929 L:      linux-security-module@vger.kernel.org
2930 S:      Supported
2931 F:      include/linux/capability.h
2932 F:      include/uapi/linux/capability.h
2933 F:      security/commoncap.c
2934 F:      kernel/capability.c
2936 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2937 M:      Kevin Tsai <ktsai@capellamicro.com>
2938 S:      Maintained
2939 F:      drivers/iio/light/cm*
2940 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2942 CAVIUM I2C DRIVER
2943 M:      Jan Glauber <jglauber@cavium.com>
2944 M:      David Daney <david.daney@cavium.com>
2945 W:      http://www.cavium.com
2946 S:      Supported
2947 F:      drivers/i2c/busses/i2c-octeon*
2948 F:      drivers/i2c/busses/i2c-thunderx*
2950 CAVIUM LIQUIDIO NETWORK DRIVER
2951 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2952 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2953 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2954 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2955 L:     netdev@vger.kernel.org
2956 W:     http://www.cavium.com
2957 S:     Supported
2958 F:     drivers/net/ethernet/cavium/liquidio/
2960 CC2520 IEEE-802.15.4 RADIO DRIVER
2961 M:      Varka Bhadram <varkabhadram@gmail.com>
2962 L:      linux-wpan@vger.kernel.org
2963 S:      Maintained
2964 F:      drivers/net/ieee802154/cc2520.c
2965 F:      include/linux/spi/cc2520.h
2966 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2968 CEC DRIVER
2969 M:      Hans Verkuil <hans.verkuil@cisco.com>
2970 L:      linux-media@vger.kernel.org
2971 T:      git git://linuxtv.org/media_tree.git
2972 W:      http://linuxtv.org
2973 S:      Supported
2974 F:      Documentation/cec.txt
2975 F:      Documentation/media/uapi/cec
2976 F:      drivers/staging/media/cec/
2977 F:      drivers/media/cec-edid.c
2978 F:      drivers/media/rc/keymaps/rc-cec.c
2979 F:      include/media/cec.h
2980 F:      include/media/cec-edid.h
2981 F:      include/linux/cec.h
2982 F:      include/linux/cec-funcs.h
2984 CELL BROADBAND ENGINE ARCHITECTURE
2985 M:      Arnd Bergmann <arnd@arndb.de>
2986 L:      linuxppc-dev@lists.ozlabs.org
2987 W:      http://www.ibm.com/developerworks/power/cell/
2988 S:      Supported
2989 F:      arch/powerpc/include/asm/cell*.h
2990 F:      arch/powerpc/include/asm/spu*.h
2991 F:      arch/powerpc/include/uapi/asm/spu*.h
2992 F:      arch/powerpc/oprofile/*cell*
2993 F:      arch/powerpc/platforms/cell/
2995 CEPH COMMON CODE (LIBCEPH)
2996 M:      Ilya Dryomov <idryomov@gmail.com>
2997 M:      "Yan, Zheng" <zyan@redhat.com>
2998 M:      Sage Weil <sage@redhat.com>
2999 L:      ceph-devel@vger.kernel.org
3000 W:      http://ceph.com/
3001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3002 T:      git git://github.com/ceph/ceph-client.git
3003 S:      Supported
3004 F:      net/ceph/
3005 F:      include/linux/ceph/
3006 F:      include/linux/crush/
3008 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3009 M:      "Yan, Zheng" <zyan@redhat.com>
3010 M:      Sage Weil <sage@redhat.com>
3011 M:      Ilya Dryomov <idryomov@gmail.com>
3012 L:      ceph-devel@vger.kernel.org
3013 W:      http://ceph.com/
3014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3015 T:      git git://github.com/ceph/ceph-client.git
3016 S:      Supported
3017 F:      Documentation/filesystems/ceph.txt
3018 F:      fs/ceph/
3020 CERTIFICATE HANDLING:
3021 M:      David Howells <dhowells@redhat.com>
3022 M:      David Woodhouse <dwmw2@infradead.org>
3023 L:      keyrings@vger.kernel.org
3024 S:      Maintained
3025 F:      Documentation/module-signing.txt
3026 F:      certs/
3027 F:      scripts/sign-file.c
3028 F:      scripts/extract-cert.c
3030 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3031 L:      linux-usb@vger.kernel.org
3032 S:      Orphan
3033 F:      Documentation/usb/WUSB-Design-overview.txt
3034 F:      Documentation/usb/wusb-cbaf
3035 F:      drivers/usb/host/hwa-hc.c
3036 F:      drivers/usb/host/whci/
3037 F:      drivers/usb/wusbcore/
3038 F:      include/linux/usb/wusb*
3040 CFAG12864B LCD DRIVER
3041 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3042 W:      http://miguelojeda.es/auxdisplay.htm
3043 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3044 S:      Maintained
3045 F:      drivers/auxdisplay/cfag12864b.c
3046 F:      include/linux/cfag12864b.h
3048 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3049 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3050 W:      http://miguelojeda.es/auxdisplay.htm
3051 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3052 S:      Maintained
3053 F:      drivers/auxdisplay/cfag12864bfb.c
3054 F:      include/linux/cfag12864b.h
3056 CFG80211 and NL80211
3057 M:      Johannes Berg <johannes@sipsolutions.net>
3058 L:      linux-wireless@vger.kernel.org
3059 W:      http://wireless.kernel.org/
3060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3062 S:      Maintained
3063 F:      include/uapi/linux/nl80211.h
3064 F:      include/net/cfg80211.h
3065 F:      net/wireless/*
3066 X:      net/wireless/wext*
3068 CHAR and MISC DRIVERS
3069 M:      Arnd Bergmann <arnd@arndb.de>
3070 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3072 S:      Supported
3073 F:      drivers/char/*
3074 F:      drivers/misc/*
3075 F:      include/linux/miscdevice.h
3077 CHECKPATCH
3078 M:      Andy Whitcroft <apw@canonical.com>
3079 M:      Joe Perches <joe@perches.com>
3080 S:      Maintained
3081 F:      scripts/checkpatch.pl
3083 CHINESE DOCUMENTATION
3084 M:      Harry Wei <harryxiyou@gmail.com>
3085 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3086 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3087 S:      Maintained
3088 F:      Documentation/zh_CN/
3090 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3091 M:      Peter Chen <Peter.Chen@nxp.com>
3092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3093 L:      linux-usb@vger.kernel.org
3094 S:      Maintained
3095 F:      drivers/usb/chipidea/
3097 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3098 M:      Hans de Goede <hdegoede@redhat.com>
3099 L:      linux-input@vger.kernel.org
3100 S:      Maintained
3101 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3102 F:      drivers/input/touchscreen/chipone_icn8318.c
3104 CHROME HARDWARE PLATFORM SUPPORT
3105 M:      Olof Johansson <olof@lixom.net>
3106 S:      Maintained
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3108 F:      drivers/platform/chrome/
3110 CISCO VIC ETHERNET NIC DRIVER
3111 M:      Christian Benvenuti <benve@cisco.com>
3112 M:      Sujith Sankar <ssujith@cisco.com>
3113 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3114 M:      Neel Patel <neepatel@cisco.com>
3115 S:      Supported
3116 F:      drivers/net/ethernet/cisco/enic/
3118 CISCO VIC LOW LATENCY NIC DRIVER
3119 M:      Christian Benvenuti <benve@cisco.com>
3120 M:      Dave Goodell <dgoodell@cisco.com>
3121 S:      Supported
3122 F:      drivers/infiniband/hw/usnic/
3124 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3125 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3126 L:      netdev@vger.kernel.org
3127 S:      Maintained
3128 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3130 CIRRUS LOGIC AUDIO CODEC DRIVERS
3131 M:      Brian Austin <brian.austin@cirrus.com>
3132 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3133 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3134 S:      Maintained
3135 F:      sound/soc/codecs/cs*
3137 CLEANCACHE API
3138 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3139 L:      linux-kernel@vger.kernel.org
3140 S:      Maintained
3141 F:      mm/cleancache.c
3142 F:      include/linux/cleancache.h
3144 CLK API
3145 M:      Russell King <linux@armlinux.org.uk>
3146 L:      linux-clk@vger.kernel.org
3147 S:      Maintained
3148 F:      include/linux/clk.h
3150 CLOCKSOURCE, CLOCKEVENT DRIVERS
3151 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3152 M:      Thomas Gleixner <tglx@linutronix.de>
3153 L:      linux-kernel@vger.kernel.org
3154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3155 S:      Supported
3156 F:      drivers/clocksource
3158 CISCO FCOE HBA DRIVER
3159 M:      Hiral Patel <hiralpat@cisco.com>
3160 M:      Suma Ramars <sramars@cisco.com>
3161 M:      Brian Uchino <buchino@cisco.com>
3162 L:      linux-scsi@vger.kernel.org
3163 S:      Supported
3164 F:      drivers/scsi/fnic/
3166 CISCO SCSI HBA DRIVER
3167 M:      Narsimhulu Musini <nmusini@cisco.com>
3168 M:      Sesidhar Baddela <sebaddel@cisco.com>
3169 L:      linux-scsi@vger.kernel.org
3170 S:      Supported
3171 F:      drivers/scsi/snic/
3173 CMPC ACPI DRIVER
3174 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3175 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3176 L:      platform-driver-x86@vger.kernel.org
3177 S:      Supported
3178 F:      drivers/platform/x86/classmate-laptop.c
3180 COBALT MEDIA DRIVER
3181 M:      Hans Verkuil <hans.verkuil@cisco.com>
3182 L:      linux-media@vger.kernel.org
3183 T:      git git://linuxtv.org/media_tree.git
3184 W:      https://linuxtv.org
3185 S:      Supported
3186 F:      drivers/media/pci/cobalt/
3188 COCCINELLE/Semantic Patches (SmPL)
3189 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3190 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3191 M:      Nicolas Palix <nicolas.palix@imag.fr>
3192 M:      Michal Marek <mmarek@suse.com>
3193 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3195 W:      http://coccinelle.lip6.fr/
3196 S:      Supported
3197 F:      Documentation/dev-tools/coccinelle.rst
3198 F:      scripts/coccinelle/
3199 F:      scripts/coccicheck
3201 CODA FILE SYSTEM
3202 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3203 M:      coda@cs.cmu.edu
3204 L:      codalist@coda.cs.cmu.edu
3205 W:      http://www.coda.cs.cmu.edu/
3206 S:      Maintained
3207 F:      Documentation/filesystems/coda.txt
3208 F:      fs/coda/
3209 F:      include/linux/coda*.h
3210 F:      include/uapi/linux/coda*.h
3212 CODA V4L2 MEM2MEM DRIVER
3213 M:      Philipp Zabel <p.zabel@pengutronix.de>
3214 L:      linux-media@vger.kernel.org
3215 S:      Maintained
3216 F:      Documentation/devicetree/bindings/media/coda.txt
3217 F:      drivers/media/platform/coda/
3219 COMMON CLK FRAMEWORK
3220 M:      Michael Turquette <mturquette@baylibre.com>
3221 M:      Stephen Boyd <sboyd@codeaurora.org>
3222 L:      linux-clk@vger.kernel.org
3223 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3225 S:      Maintained
3226 F:      Documentation/devicetree/bindings/clock/
3227 F:      drivers/clk/
3228 X:      drivers/clk/clkdev.c
3229 F:      include/linux/clk-pr*
3230 F:      include/linux/clk/
3232 COMMON INTERNET FILE SYSTEM (CIFS)
3233 M:      Steve French <sfrench@samba.org>
3234 L:      linux-cifs@vger.kernel.org
3235 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3236 W:      http://linux-cifs.samba.org/
3237 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3238 S:      Supported
3239 F:      Documentation/filesystems/cifs/
3240 F:      fs/cifs/
3242 COMPACTPCI HOTPLUG CORE
3243 M:      Scott Murray <scott@spiteful.org>
3244 L:      linux-pci@vger.kernel.org
3245 S:      Maintained
3246 F:      drivers/pci/hotplug/cpci_hotplug*
3248 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3249 M:      Scott Murray <scott@spiteful.org>
3250 L:      linux-pci@vger.kernel.org
3251 S:      Maintained
3252 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3254 COMPACTPCI HOTPLUG GENERIC DRIVER
3255 M:      Scott Murray <scott@spiteful.org>
3256 L:      linux-pci@vger.kernel.org
3257 S:      Maintained
3258 F:      drivers/pci/hotplug/cpcihp_generic.c
3260 COMPAL LAPTOP SUPPORT
3261 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3262 L:      platform-driver-x86@vger.kernel.org
3263 S:      Maintained
3264 F:      drivers/platform/x86/compal-laptop.c
3266 CONEXANT ACCESSRUNNER USB DRIVER
3267 L:      accessrunner-general@lists.sourceforge.net
3268 W:      http://accessrunner.sourceforge.net/
3269 S:      Orphan
3270 F:      drivers/usb/atm/cxacru.c
3272 CONFIGFS
3273 M:      Joel Becker <jlbec@evilplan.org>
3274 M:      Christoph Hellwig <hch@lst.de>
3275 T:      git git://git.infradead.org/users/hch/configfs.git
3276 S:      Supported
3277 F:      fs/configfs/
3278 F:      include/linux/configfs.h
3280 CONNECTOR
3281 M:      Evgeniy Polyakov <zbr@ioremap.net>
3282 L:      netdev@vger.kernel.org
3283 S:      Maintained
3284 F:      drivers/connector/
3286 CONTROL GROUP (CGROUP)
3287 M:      Tejun Heo <tj@kernel.org>
3288 M:      Li Zefan <lizefan@huawei.com>
3289 M:      Johannes Weiner <hannes@cmpxchg.org>
3290 L:      cgroups@vger.kernel.org
3291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3292 S:      Maintained
3293 F:      Documentation/cgroup*
3294 F:      include/linux/cgroup*
3295 F:      kernel/cgroup*
3297 CONTROL GROUP - CPUSET
3298 M:      Li Zefan <lizefan@huawei.com>
3299 L:      cgroups@vger.kernel.org
3300 W:      http://www.bullopensource.org/cpuset/
3301 W:      http://oss.sgi.com/projects/cpusets/
3302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3303 S:      Maintained
3304 F:      Documentation/cgroup-v1/cpusets.txt
3305 F:      include/linux/cpuset.h
3306 F:      kernel/cpuset.c
3308 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3309 M:      Johannes Weiner <hannes@cmpxchg.org>
3310 M:      Michal Hocko <mhocko@kernel.org>
3311 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3312 L:      cgroups@vger.kernel.org
3313 L:      linux-mm@kvack.org
3314 S:      Maintained
3315 F:      mm/memcontrol.c
3316 F:      mm/swap_cgroup.c
3318 CORETEMP HARDWARE MONITORING DRIVER
3319 M:      Fenghua Yu <fenghua.yu@intel.com>
3320 L:      linux-hwmon@vger.kernel.org
3321 S:      Maintained
3322 F:      Documentation/hwmon/coretemp
3323 F:      drivers/hwmon/coretemp.c
3325 COSA/SRP SYNC SERIAL DRIVER
3326 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3327 W:      http://www.fi.muni.cz/~kas/cosa/
3328 S:      Maintained
3329 F:      drivers/net/wan/cosa*
3331 CPMAC ETHERNET DRIVER
3332 M:      Florian Fainelli <f.fainelli@gmail.com>
3333 L:      netdev@vger.kernel.org
3334 S:      Maintained
3335 F:      drivers/net/ethernet/ti/cpmac.c
3337 CPU FREQUENCY DRIVERS
3338 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3339 M:      Viresh Kumar <viresh.kumar@linaro.org>
3340 L:      linux-pm@vger.kernel.org
3341 S:      Maintained
3342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3343 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3344 F:      Documentation/cpu-freq/
3345 F:      drivers/cpufreq/
3346 F:      include/linux/cpufreq.h
3348 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3349 M:      Viresh Kumar <viresh.kumar@linaro.org>
3350 M:      Sudeep Holla <sudeep.holla@arm.com>
3351 L:      linux-pm@vger.kernel.org
3352 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3353 S:      Maintained
3354 F:      drivers/cpufreq/arm_big_little.h
3355 F:      drivers/cpufreq/arm_big_little.c
3356 F:      drivers/cpufreq/arm_big_little_dt.c
3358 CPUIDLE DRIVER - ARM BIG LITTLE
3359 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3360 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3361 L:      linux-pm@vger.kernel.org
3362 L:      linux-arm-kernel@lists.infradead.org
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3364 S:      Maintained
3365 F:      drivers/cpuidle/cpuidle-big_little.c
3367 CPUIDLE DRIVER - ARM EXYNOS
3368 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3369 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3370 M:      Kukjin Kim <kgene@kernel.org>
3371 L:      linux-pm@vger.kernel.org
3372 L:      linux-samsung-soc@vger.kernel.org
3373 S:      Supported
3374 F:      drivers/cpuidle/cpuidle-exynos.c
3375 F:      arch/arm/mach-exynos/pm.c
3377 CPUIDLE DRIVERS
3378 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3379 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3380 L:      linux-pm@vger.kernel.org
3381 S:      Maintained
3382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3383 F:      drivers/cpuidle/*
3384 F:      include/linux/cpuidle.h
3386 CPUID/MSR DRIVER
3387 M:      "H. Peter Anvin" <hpa@zytor.com>
3388 S:      Maintained
3389 F:      arch/x86/kernel/cpuid.c
3390 F:      arch/x86/kernel/msr.c
3392 CPU POWER MONITORING SUBSYSTEM
3393 M:      Thomas Renninger <trenn@suse.com>
3394 L:      linux-pm@vger.kernel.org
3395 S:      Maintained
3396 F:      tools/power/cpupower/
3398 CRAMFS FILESYSTEM
3399 W:      http://sourceforge.net/projects/cramfs/
3400 S:      Orphan / Obsolete
3401 F:      Documentation/filesystems/cramfs.txt
3402 F:      fs/cramfs/
3404 CRIS PORT
3405 M:      Mikael Starvik <starvik@axis.com>
3406 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3407 L:      linux-cris-kernel@axis.com
3408 W:      http://developer.axis.com
3409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3410 S:      Maintained
3411 F:      arch/cris/
3412 F:      drivers/tty/serial/crisv10.*
3414 CRYPTO API
3415 M:      Herbert Xu <herbert@gondor.apana.org.au>
3416 M:      "David S. Miller" <davem@davemloft.net>
3417 L:      linux-crypto@vger.kernel.org
3418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3420 S:      Maintained
3421 F:      Documentation/crypto/
3422 F:      Documentation/devicetree/bindings/crypto/
3423 F:      Documentation/DocBook/crypto-API.tmpl
3424 F:      arch/*/crypto/
3425 F:      crypto/
3426 F:      drivers/crypto/
3427 F:      include/crypto/
3429 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3430 M:      Neil Horman <nhorman@tuxdriver.com>
3431 L:      linux-crypto@vger.kernel.org
3432 S:      Maintained
3433 F:      crypto/ansi_cprng.c
3434 F:      crypto/rng.c
3436 CS3308 MEDIA DRIVER
3437 M:      Hans Verkuil <hverkuil@xs4all.nl>
3438 L:      linux-media@vger.kernel.org
3439 T:      git git://linuxtv.org/media_tree.git
3440 W:      http://linuxtv.org
3441 S:      Odd Fixes
3442 F:      drivers/media/i2c/cs3308.c
3443 F:      drivers/media/i2c/cs3308.h
3445 CS5535 Audio ALSA driver
3446 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3447 S:      Maintained
3448 F:      sound/pci/cs5535audio/
3450 CW1200 WLAN driver
3451 M:      Solomon Peachy <pizza@shaftnet.org>
3452 S:      Maintained
3453 F:      drivers/net/wireless/st/cw1200/
3455 CX18 VIDEO4LINUX DRIVER
3456 M:      Andy Walls <awalls@md.metrocast.net>
3457 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3458 L:      linux-media@vger.kernel.org
3459 T:      git git://linuxtv.org/media_tree.git
3460 W:      https://linuxtv.org
3461 W:      http://www.ivtvdriver.org/index.php/Cx18
3462 S:      Maintained
3463 F:      Documentation/media/v4l-drivers/cx18*
3464 F:      drivers/media/pci/cx18/
3465 F:      include/uapi/linux/ivtv*
3467 CX2341X MPEG ENCODER HELPER MODULE
3468 M:      Hans Verkuil <hverkuil@xs4all.nl>
3469 L:      linux-media@vger.kernel.org
3470 T:      git git://linuxtv.org/media_tree.git
3471 W:      https://linuxtv.org
3472 S:      Maintained
3473 F:      drivers/media/common/cx2341x*
3474 F:      include/media/cx2341x*
3476 CX24120 MEDIA DRIVER
3477 M:      Jemma Denson <jdenson@gmail.com>
3478 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3479 L:      linux-media@vger.kernel.org
3480 W:      https://linuxtv.org
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 S:      Maintained
3483 F:      drivers/media/dvb-frontends/cx24120*
3485 CX88 VIDEO4LINUX DRIVER
3486 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3487 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3488 L:      linux-media@vger.kernel.org
3489 W:      https://linuxtv.org
3490 T:      git git://linuxtv.org/media_tree.git
3491 S:      Odd fixes
3492 F:      Documentation/media/v4l-drivers/cx88*
3493 F:      drivers/media/pci/cx88/
3495 CXD2820R MEDIA DRIVER
3496 M:      Antti Palosaari <crope@iki.fi>
3497 L:      linux-media@vger.kernel.org
3498 W:      https://linuxtv.org
3499 W:      http://palosaari.fi/linux/
3500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3501 T:      git git://linuxtv.org/anttip/media_tree.git
3502 S:      Maintained
3503 F:      drivers/media/dvb-frontends/cxd2820r*
3505 CXGB3 ETHERNET DRIVER (CXGB3)
3506 M:      Santosh Raspatur <santosh@chelsio.com>
3507 L:      netdev@vger.kernel.org
3508 W:      http://www.chelsio.com
3509 S:      Supported
3510 F:      drivers/net/ethernet/chelsio/cxgb3/
3512 CXGB3 ISCSI DRIVER (CXGB3I)
3513 M:      Karen Xie <kxie@chelsio.com>
3514 L:      linux-scsi@vger.kernel.org
3515 W:      http://www.chelsio.com
3516 S:      Supported
3517 F:      drivers/scsi/cxgbi/cxgb3i
3519 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3520 M:      Steve Wise <swise@chelsio.com>
3521 L:      linux-rdma@vger.kernel.org
3522 W:      http://www.openfabrics.org
3523 S:      Supported
3524 F:      drivers/infiniband/hw/cxgb3/
3525 F:      include/uapi/rdma/cxgb3-abi.h
3527 CXGB4 ETHERNET DRIVER (CXGB4)
3528 M:      Hariprasad S <hariprasad@chelsio.com>
3529 L:      netdev@vger.kernel.org
3530 W:      http://www.chelsio.com
3531 S:      Supported
3532 F:      drivers/net/ethernet/chelsio/cxgb4/
3534 CXGB4 ISCSI DRIVER (CXGB4I)
3535 M:      Karen Xie <kxie@chelsio.com>
3536 L:      linux-scsi@vger.kernel.org
3537 W:      http://www.chelsio.com
3538 S:      Supported
3539 F:      drivers/scsi/cxgbi/cxgb4i
3541 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3542 M:      Steve Wise <swise@chelsio.com>
3543 L:      linux-rdma@vger.kernel.org
3544 W:      http://www.openfabrics.org
3545 S:      Supported
3546 F:      drivers/infiniband/hw/cxgb4/
3547 F:      include/uapi/rdma/cxgb4-abi.h
3549 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3550 M:      Casey Leedom <leedom@chelsio.com>
3551 L:      netdev@vger.kernel.org
3552 W:      http://www.chelsio.com
3553 S:      Supported
3554 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3556 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3557 M:      Ian Munsie <imunsie@au1.ibm.com>
3558 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3559 L:      linuxppc-dev@lists.ozlabs.org
3560 S:      Supported
3561 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3562 F:      drivers/misc/cxl/
3563 F:      include/misc/cxl*
3564 F:      include/uapi/misc/cxl.h
3565 F:      Documentation/powerpc/cxl.txt
3566 F:      Documentation/ABI/testing/sysfs-class-cxl
3568 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3569 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3570 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3571 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3572 L:      linux-scsi@vger.kernel.org
3573 S:      Supported
3574 F:      drivers/scsi/cxlflash/
3575 F:      include/uapi/scsi/cxlflash_ioctls.h
3576 F:      Documentation/powerpc/cxlflash.txt
3578 STMMAC ETHERNET DRIVER
3579 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3580 M:      Alexandre Torgue <alexandre.torgue@st.com>
3581 L:      netdev@vger.kernel.org
3582 W:      http://www.stlinux.com
3583 S:      Supported
3584 F:      drivers/net/ethernet/stmicro/stmmac/
3586 CYBERPRO FB DRIVER
3587 M:      Russell King <linux@armlinux.org.uk>
3588 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3589 W:      http://www.armlinux.org.uk/
3590 S:      Maintained
3591 F:      drivers/video/fbdev/cyber2000fb.*
3593 CYCLADES ASYNC MUX DRIVER
3594 W:      http://www.cyclades.com/
3595 S:      Orphan
3596 F:      drivers/tty/cyclades.c
3597 F:      include/linux/cyclades.h
3598 F:      include/uapi/linux/cyclades.h
3600 CYCLADES PC300 DRIVER
3601 W:      http://www.cyclades.com/
3602 S:      Orphan
3603 F:      drivers/net/wan/pc300*
3605 CYPRESS_FIRMWARE MEDIA DRIVER
3606 M:      Antti Palosaari <crope@iki.fi>
3607 L:      linux-media@vger.kernel.org
3608 W:      https://linuxtv.org
3609 W:      http://palosaari.fi/linux/
3610 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3611 T:      git git://linuxtv.org/anttip/media_tree.git
3612 S:      Maintained
3613 F:      drivers/media/common/cypress_firmware*
3615 CYTTSP TOUCHSCREEN DRIVER
3616 M:      Ferruh Yigit <fery@cypress.com>
3617 L:      linux-input@vger.kernel.org
3618 S:      Supported
3619 F:      drivers/input/touchscreen/cyttsp*
3620 F:      include/linux/input/cyttsp.h
3622 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3623 M:      Joshua Kinard <kumba@gentoo.org>
3624 S:      Maintained
3625 F:      drivers/rtc/rtc-ds1685.c
3626 F:      include/linux/rtc/ds1685.h
3628 DAMA SLAVE for AX.25
3629 M:      Joerg Reuter <jreuter@yaina.de>
3630 W:      http://yaina.de/jreuter/
3631 W:      http://www.qsl.net/dl1bke/
3632 L:      linux-hams@vger.kernel.org
3633 S:      Maintained
3634 F:      net/ax25/af_ax25.c
3635 F:      net/ax25/ax25_dev.c
3636 F:      net/ax25/ax25_ds_*
3637 F:      net/ax25/ax25_in.c
3638 F:      net/ax25/ax25_out.c
3639 F:      net/ax25/ax25_timer.c
3640 F:      net/ax25/sysctl_net_ax25.c
3642 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3643 L:      netdev@vger.kernel.org
3644 S:      Orphan
3645 F:      Documentation/networking/dmfe.txt
3646 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3648 DC390/AM53C974 SCSI driver
3649 M:      Hannes Reinecke <hare@suse.com>
3650 L:      linux-scsi@vger.kernel.org
3651 S:      Maintained
3652 F:      drivers/scsi/am53c974.c
3654 DC395x SCSI driver
3655 M:      Oliver Neukum <oliver@neukum.org>
3656 M:      Ali Akcaagac <aliakc@web.de>
3657 M:      Jamie Lenehan <lenehan@twibble.org>
3658 L:      dc395x@twibble.org
3659 W:      http://twibble.org/dist/dc395x/
3660 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3661 S:      Maintained
3662 F:      Documentation/scsi/dc395x.txt
3663 F:      drivers/scsi/dc395x.*
3665 DCCP PROTOCOL
3666 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3667 L:      dccp@vger.kernel.org
3668 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3669 S:      Maintained
3670 F:      include/linux/dccp.h
3671 F:      include/uapi/linux/dccp.h
3672 F:      include/linux/tfrc.h
3673 F:      net/dccp/
3675 DECnet NETWORK LAYER
3676 W:      http://linux-decnet.sourceforge.net
3677 L:      linux-decnet-user@lists.sourceforge.net
3678 S:      Orphan
3679 F:      Documentation/networking/decnet.txt
3680 F:      net/decnet/
3682 DECSTATION PLATFORM SUPPORT
3683 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3684 L:      linux-mips@linux-mips.org
3685 W:      http://www.linux-mips.org/wiki/DECstation
3686 S:      Maintained
3687 F:      arch/mips/dec/
3688 F:      arch/mips/include/asm/dec/
3689 F:      arch/mips/include/asm/mach-dec/
3691 DEFXX FDDI NETWORK DRIVER
3692 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3693 S:      Maintained
3694 F:      drivers/net/fddi/defxx.*
3696 DELL LAPTOP DRIVER
3697 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3698 M:      Pali Rohár <pali.rohar@gmail.com>
3699 L:      platform-driver-x86@vger.kernel.org
3700 S:      Maintained
3701 F:      drivers/platform/x86/dell-laptop.c
3703 DELL LAPTOP RBTN DRIVER
3704 M:      Pali Rohár <pali.rohar@gmail.com>
3705 S:      Maintained
3706 F:      drivers/platform/x86/dell-rbtn.*
3708 DELL LAPTOP FREEFALL DRIVER
3709 M:      Pali Rohár <pali.rohar@gmail.com>
3710 S:      Maintained
3711 F:      drivers/platform/x86/dell-smo8800.c
3713 DELL LAPTOP SMM DRIVER
3714 M:      Pali Rohár <pali.rohar@gmail.com>
3715 S:      Maintained
3716 F:      drivers/hwmon/dell-smm-hwmon.c
3717 F:      include/uapi/linux/i8k.h
3719 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3720 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3721 S:      Maintained
3722 F:      Documentation/dcdbas.txt
3723 F:      drivers/firmware/dcdbas.*
3725 DELL WMI EXTRAS DRIVER
3726 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3727 M:      Pali Rohár <pali.rohar@gmail.com>
3728 S:      Maintained
3729 F:      drivers/platform/x86/dell-wmi.c
3731 DESIGNWARE USB2 DRD IP DRIVER
3732 M:      John Youn <johnyoun@synopsys.com>
3733 L:      linux-usb@vger.kernel.org
3734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3735 S:      Maintained
3736 F:      drivers/usb/dwc2/
3738 DESIGNWARE USB3 DRD IP DRIVER
3739 M:      Felipe Balbi <balbi@kernel.org>
3740 L:      linux-usb@vger.kernel.org
3741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3742 S:      Maintained
3743 F:      drivers/usb/dwc3/
3745 DEVICE COREDUMP (DEV_COREDUMP)
3746 M:      Johannes Berg <johannes@sipsolutions.net>
3747 L:      linux-kernel@vger.kernel.org
3748 S:      Maintained
3749 F:      drivers/base/devcoredump.c
3750 F:      include/linux/devcoredump.h
3752 DEVICE FREQUENCY (DEVFREQ)
3753 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3754 M:      Kyungmin Park <kyungmin.park@samsung.com>
3755 L:      linux-pm@vger.kernel.org
3756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3757 S:      Maintained
3758 F:      drivers/devfreq/
3759 F:      include/linux/devfreq.h
3760 F:      Documentation/devicetree/bindings/devfreq/
3762 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3763 M:      Chanwoo Choi <cw00.choi@samsung.com>
3764 L:      linux-pm@vger.kernel.org
3765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3766 S:      Supported
3767 F:      drivers/devfreq/event/
3768 F:      drivers/devfreq/devfreq-event.c
3769 F:      include/linux/devfreq-event.h
3770 F:      Documentation/devicetree/bindings/devfreq/event/
3772 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3773 M:      Chanwoo Choi <cw00.choi@samsung.com>
3774 L:      linux-pm@vger.kernel.org
3775 L:      linux-samsung-soc@vger.kernel.org
3776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3777 S:      Maintained
3778 F:      drivers/devfreq/exynos-bus.c
3779 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3781 DEVICE NUMBER REGISTRY
3782 M:      Torben Mathiasen <device@lanana.org>
3783 W:      http://lanana.org/docs/device-list/index.html
3784 S:      Maintained
3786 DEVICE-MAPPER  (LVM)
3787 M:      Alasdair Kergon <agk@redhat.com>
3788 M:      Mike Snitzer <snitzer@redhat.com>
3789 M:      dm-devel@redhat.com
3790 L:      dm-devel@redhat.com
3791 W:      http://sources.redhat.com/dm
3792 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3794 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3795 S:      Maintained
3796 F:      Documentation/device-mapper/
3797 F:      drivers/md/dm*
3798 F:      drivers/md/persistent-data/
3799 F:      include/linux/device-mapper.h
3800 F:      include/linux/dm-*.h
3801 F:      include/uapi/linux/dm-*.h
3803 DEVLINK
3804 M:      Jiri Pirko <jiri@mellanox.com>
3805 L:      netdev@vger.kernel.org
3806 S:      Supported
3807 F:      net/core/devlink.c
3808 F:      include/net/devlink.h
3809 F:      include/uapi/linux/devlink.h
3811 DIALOG SEMICONDUCTOR DRIVERS
3812 M:      Support Opensource <support.opensource@diasemi.com>
3813 W:      http://www.dialog-semiconductor.com/products
3814 S:      Supported
3815 F:      Documentation/hwmon/da90??
3816 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3817 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3818 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3819 F:      drivers/gpio/gpio-da90??.c
3820 F:      drivers/hwmon/da90??-hwmon.c
3821 F:      drivers/iio/adc/da91??-*.c
3822 F:      drivers/input/misc/da90??_onkey.c
3823 F:      drivers/input/touchscreen/da9052_tsi.c
3824 F:      drivers/leds/leds-da90??.c
3825 F:      drivers/mfd/da903x.c
3826 F:      drivers/mfd/da90??-*.c
3827 F:      drivers/mfd/da91??-*.c
3828 F:      drivers/power/supply/da9052-battery.c
3829 F:      drivers/power/supply/da91??-*.c
3830 F:      drivers/regulator/da903x.c
3831 F:      drivers/regulator/da9???-regulator.[ch]
3832 F:      drivers/rtc/rtc-da90??.c
3833 F:      drivers/video/backlight/da90??_bl.c
3834 F:      drivers/watchdog/da90??_wdt.c
3835 F:      include/linux/mfd/da903x.h
3836 F:      include/linux/mfd/da9052/
3837 F:      include/linux/mfd/da9055/
3838 F:      include/linux/mfd/da9062/
3839 F:      include/linux/mfd/da9063/
3840 F:      include/linux/mfd/da9150/
3841 F:      include/linux/regulator/da9211.h
3842 F:      include/sound/da[79]*.h
3843 F:      sound/soc/codecs/da[79]*.[ch]
3845 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3846 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
3847 L:      linux-gpio@vger.kernel.org
3848 S:      Maintained
3849 F:      drivers/gpio/gpio-gpio-mm.c
3851 DIGI NEO AND CLASSIC PCI PRODUCTS
3852 M:      Lidza Louina <lidza.louina@gmail.com>
3853 M:      Mark Hounschell <markh@compro.net>
3854 L:      driverdev-devel@linuxdriverproject.org
3855 S:      Maintained
3856 F:      drivers/staging/dgnc/
3858 DIOLAN U2C-12 I2C DRIVER
3859 M:      Guenter Roeck <linux@roeck-us.net>
3860 L:      linux-i2c@vger.kernel.org
3861 S:      Maintained
3862 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3864 DIRECT ACCESS (DAX)
3865 M:      Matthew Wilcox <willy@linux.intel.com>
3866 L:      linux-fsdevel@vger.kernel.org
3867 S:      Supported
3868 F:      fs/dax.c
3870 DIRECTORY NOTIFICATION (DNOTIFY)
3871 M:      Eric Paris <eparis@parisplace.org>
3872 S:      Maintained
3873 F:      Documentation/filesystems/dnotify.txt
3874 F:      fs/notify/dnotify/
3875 F:      include/linux/dnotify.h
3877 DISK GEOMETRY AND PARTITION HANDLING
3878 M:      Andries Brouwer <aeb@cwi.nl>
3879 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3880 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3881 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3882 S:      Maintained
3884 DISKQUOTA
3885 M:      Jan Kara <jack@suse.com>
3886 S:      Maintained
3887 F:      Documentation/filesystems/quota.txt
3888 F:      fs/quota/
3889 F:      include/linux/quota*.h
3890 F:      include/uapi/linux/quota*.h
3892 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3893 M:      Bernie Thompson <bernie@plugable.com>
3894 L:      linux-fbdev@vger.kernel.org
3895 S:      Maintained
3896 W:      http://plugable.com/category/projects/udlfb/
3897 F:      drivers/video/fbdev/udlfb.c
3898 F:      include/video/udlfb.h
3899 F:      Documentation/fb/udlfb.txt
3901 DISTRIBUTED LOCK MANAGER (DLM)
3902 M:      Christine Caulfield <ccaulfie@redhat.com>
3903 M:      David Teigland <teigland@redhat.com>
3904 L:      cluster-devel@redhat.com
3905 W:      http://sources.redhat.com/cluster/
3906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3907 S:      Supported
3908 F:      fs/dlm/
3910 DMA BUFFER SHARING FRAMEWORK
3911 M:      Sumit Semwal <sumit.semwal@linaro.org>
3912 S:      Maintained
3913 L:      linux-media@vger.kernel.org
3914 L:      dri-devel@lists.freedesktop.org
3915 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3916 F:      drivers/dma-buf/
3917 F:      include/linux/dma-buf*
3918 F:      include/linux/reservation.h
3919 F:      include/linux/*fence.h
3920 F:      Documentation/dma-buf-sharing.txt
3921 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3923 SYNC FILE FRAMEWORK
3924 M:      Sumit Semwal <sumit.semwal@linaro.org>
3925 R:      Gustavo Padovan <gustavo@padovan.org>
3926 S:      Maintained
3927 L:      linux-media@vger.kernel.org
3928 L:      dri-devel@lists.freedesktop.org
3929 F:      drivers/dma-buf/sync_file.c
3930 F:      include/linux/sync_file.h
3931 F:      Documentation/sync_file.txt
3932 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3934 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3935 M:      Vinod Koul <vinod.koul@intel.com>
3936 L:      dmaengine@vger.kernel.org
3937 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3938 S:      Maintained
3939 F:      drivers/dma/
3940 F:      include/linux/dmaengine.h
3941 F:      Documentation/devicetree/bindings/dma/
3942 F:      Documentation/dmaengine/
3943 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3945 DME1737 HARDWARE MONITOR DRIVER
3946 M:      Juerg Haefliger <juergh@gmail.com>
3947 L:      linux-hwmon@vger.kernel.org
3948 S:      Maintained
3949 F:      Documentation/hwmon/dme1737
3950 F:      drivers/hwmon/dme1737.c
3952 DMI/SMBIOS SUPPORT
3953 M:      Jean Delvare <jdelvare@suse.com>
3954 S:      Maintained
3955 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3956 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3957 F:      drivers/firmware/dmi-id.c
3958 F:      drivers/firmware/dmi_scan.c
3959 F:      include/linux/dmi.h
3961 DOCUMENTATION
3962 M:      Jonathan Corbet <corbet@lwn.net>
3963 L:      linux-doc@vger.kernel.org
3964 S:      Maintained
3965 F:      Documentation/
3966 F:      scripts/docproc.c
3967 F:      scripts/kernel-doc*
3968 X:      Documentation/ABI/
3969 X:      Documentation/devicetree/
3970 X:      Documentation/acpi
3971 X:      Documentation/power
3972 X:      Documentation/spi
3973 X:      Documentation/media
3974 T:      git git://git.lwn.net/linux.git docs-next
3976 DOUBLETALK DRIVER
3977 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3978 L:      blinux-list@redhat.com
3979 S:      Maintained
3980 F:      drivers/char/dtlk.c
3981 F:      include/linux/dtlk.h
3983 DPT_I2O SCSI RAID DRIVER
3984 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3985 L:      linux-scsi@vger.kernel.org
3986 W:      http://www.adaptec.com/
3987 S:      Maintained
3988 F:      drivers/scsi/dpt*
3989 F:      drivers/scsi/dpt/
3991 DRBD DRIVER
3992 M:      Philipp Reisner <philipp.reisner@linbit.com>
3993 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3994 L:      drbd-dev@lists.linbit.com
3995 W:      http://www.drbd.org
3996 T:      git git://git.linbit.com/linux-drbd.git
3997 T:      git git://git.linbit.com/drbd-8.4.git
3998 S:      Supported
3999 F:      drivers/block/drbd/
4000 F:      lib/lru_cache.c
4001 F:      Documentation/blockdev/drbd/
4003 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
4004 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4006 S:      Supported
4007 F:      Documentation/kobject.txt
4008 F:      drivers/base/
4009 F:      fs/debugfs/
4010 F:      fs/kernfs/
4011 F:      fs/sysfs/
4012 F:      include/linux/debugfs.h
4013 F:      include/linux/kobj*
4014 F:      lib/kobj*
4016 DRM DRIVERS
4017 M:      David Airlie <airlied@linux.ie>
4018 L:      dri-devel@lists.freedesktop.org
4019 T:      git git://people.freedesktop.org/~airlied/linux
4020 S:      Maintained
4021 F:      drivers/gpu/drm/
4022 F:      drivers/gpu/vga/
4023 F:      Documentation/devicetree/bindings/display/
4024 F:      Documentation/devicetree/bindings/gpu/
4025 F:      Documentation/devicetree/bindings/video/
4026 F:      Documentation/gpu/
4027 F:      include/drm/
4028 F:      include/uapi/drm/
4030 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4031 M:      Dave Airlie <airlied@redhat.com>
4032 S:      Odd Fixes
4033 F:      drivers/gpu/drm/ast/
4035 DRM DRIVER FOR BOCHS VIRTUAL GPU
4036 M:      Gerd Hoffmann <kraxel@redhat.com>
4037 S:      Odd Fixes
4038 F:      drivers/gpu/drm/bochs/
4040 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4041 M:      Dave Airlie <airlied@redhat.com>
4042 S:      Odd Fixes
4043 F:      drivers/gpu/drm/cirrus/
4045 RADEON and AMDGPU DRM DRIVERS
4046 M:      Alex Deucher <alexander.deucher@amd.com>
4047 M:      Christian König <christian.koenig@amd.com>
4048 L:      dri-devel@lists.freedesktop.org
4049 T:      git git://people.freedesktop.org/~agd5f/linux
4050 S:      Supported
4051 F:      drivers/gpu/drm/radeon/
4052 F:      include/uapi/drm/radeon_drm.h
4053 F:      drivers/gpu/drm/amd/
4054 F:      include/uapi/drm/amdgpu_drm.h
4056 DRM PANEL DRIVERS
4057 M:      Thierry Reding <thierry.reding@gmail.com>
4058 L:      dri-devel@lists.freedesktop.org
4059 T:      git git://anongit.freedesktop.org/tegra/linux.git
4060 S:      Maintained
4061 F:      drivers/gpu/drm/drm_panel.c
4062 F:      drivers/gpu/drm/panel/
4063 F:      include/drm/drm_panel.h
4064 F:      Documentation/devicetree/bindings/display/panel/
4066 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4067 M:      Daniel Vetter <daniel.vetter@intel.com>
4068 M:      Jani Nikula <jani.nikula@linux.intel.com>
4069 L:      intel-gfx@lists.freedesktop.org
4070 L:      dri-devel@lists.freedesktop.org
4071 W:      https://01.org/linuxgraphics/
4072 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4073 T:      git git://anongit.freedesktop.org/drm-intel
4074 S:      Supported
4075 F:      drivers/gpu/drm/i915/
4076 F:      include/drm/i915*
4077 F:      include/uapi/drm/i915_drm.h
4078 F:      Documentation/gpu/i915.rst
4080 DRM DRIVERS FOR ATMEL HLCDC
4081 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4082 L:      dri-devel@lists.freedesktop.org
4083 S:      Supported
4084 F:      drivers/gpu/drm/atmel-hlcdc/
4085 F:      Documentation/devicetree/bindings/drm/atmel/
4087 DRM DRIVERS FOR ALLWINNER A10
4088 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4089 L:      dri-devel@lists.freedesktop.org
4090 S:      Supported
4091 F:      drivers/gpu/drm/sun4i/
4092 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4094 DRM DRIVERS FOR EXYNOS
4095 M:      Inki Dae <inki.dae@samsung.com>
4096 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4097 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4098 M:      Kyungmin Park <kyungmin.park@samsung.com>
4099 L:      dri-devel@lists.freedesktop.org
4100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4101 S:      Supported
4102 F:      drivers/gpu/drm/exynos/
4103 F:      include/uapi/drm/exynos_drm.h
4104 F:      Documentation/devicetree/bindings/display/exynos/
4106 DRM DRIVERS FOR FREESCALE DCU
4107 M:      Stefan Agner <stefan@agner.ch>
4108 M:      Alison Wang <alison.wang@freescale.com>
4109 L:      dri-devel@lists.freedesktop.org
4110 S:      Supported
4111 F:      drivers/gpu/drm/fsl-dcu/
4112 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4113 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4114 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4116 DRM DRIVERS FOR FREESCALE IMX
4117 M:      Philipp Zabel <p.zabel@pengutronix.de>
4118 L:      dri-devel@lists.freedesktop.org
4119 S:      Maintained
4120 F:      drivers/gpu/drm/imx/
4121 F:      drivers/gpu/ipu-v3/
4122 F:      Documentation/devicetree/bindings/display/imx/
4124 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4125 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4126 L:      dri-devel@lists.freedesktop.org
4127 T:      git git://github.com/patjak/drm-gma500
4128 S:      Maintained
4129 F:      drivers/gpu/drm/gma500/
4131 DRM DRIVERS FOR HISILICON
4132 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4133 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4134 R:      Chen Feng <puck.chen@hisilicon.com>
4135 L:      dri-devel@lists.freedesktop.org
4136 T:      git git://github.com/xin3liang/linux.git
4137 S:      Maintained
4138 F:      drivers/gpu/drm/hisilicon/
4139 F:      Documentation/devicetree/bindings/display/hisilicon/
4141 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4142 S:      Orphan / Obsolete
4143 F:      drivers/gpu/drm/i810/
4144 F:      include/uapi/drm/i810_drm.h
4146 DRM DRIVERS FOR MEDIATEK
4147 M:      CK Hu <ck.hu@mediatek.com>
4148 M:      Philipp Zabel <p.zabel@pengutronix.de>
4149 L:      dri-devel@lists.freedesktop.org
4150 S:      Supported
4151 F:      drivers/gpu/drm/mediatek/
4152 F:      Documentation/devicetree/bindings/display/mediatek/
4154 DRM DRIVER FOR MSM ADRENO GPU
4155 M:      Rob Clark <robdclark@gmail.com>
4156 L:      linux-arm-msm@vger.kernel.org
4157 L:      dri-devel@lists.freedesktop.org
4158 L:      freedreno@lists.freedesktop.org
4159 T:      git git://people.freedesktop.org/~robclark/linux
4160 S:      Maintained
4161 F:      drivers/gpu/drm/msm/
4162 F:      include/uapi/drm/msm_drm.h
4163 F:      Documentation/devicetree/bindings/display/msm/
4165 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4166 M:      Ben Skeggs <bskeggs@redhat.com>
4167 L:      dri-devel@lists.freedesktop.org
4168 L:      nouveau@lists.freedesktop.org
4169 T:      git git://github.com/skeggsb/linux
4170 S:      Supported
4171 F:      drivers/gpu/drm/nouveau/
4172 F:      include/uapi/drm/nouveau_drm.h
4174 DRM DRIVERS FOR NVIDIA TEGRA
4175 M:      Thierry Reding <thierry.reding@gmail.com>
4176 L:      dri-devel@lists.freedesktop.org
4177 L:      linux-tegra@vger.kernel.org
4178 T:      git git://anongit.freedesktop.org/tegra/linux.git
4179 S:      Supported
4180 F:      drivers/gpu/drm/tegra/
4181 F:      drivers/gpu/host1x/
4182 F:      include/linux/host1x.h
4183 F:      include/uapi/drm/tegra_drm.h
4184 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4186 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4187 S:      Orphan / Obsolete
4188 F:      drivers/gpu/drm/mga/
4189 F:      include/uapi/drm/mga_drm.h
4191 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4192 M:      Dave Airlie <airlied@redhat.com>
4193 S:      Odd Fixes
4194 F:      drivers/gpu/drm/mgag200/
4196 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4197 S:      Orphan / Obsolete
4198 F:      drivers/gpu/drm/r128/
4199 F:      include/uapi/drm/r128_drm.h
4201 DRM DRIVERS FOR RENESAS
4202 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4203 L:      dri-devel@lists.freedesktop.org
4204 L:      linux-renesas-soc@vger.kernel.org
4205 T:      git git://linuxtv.org/pinchartl/fbdev
4206 S:      Supported
4207 F:      drivers/gpu/drm/rcar-du/
4208 F:      drivers/gpu/drm/shmobile/
4209 F:      include/linux/platform_data/shmob_drm.h
4210 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4212 DRM DRIVER FOR QXL VIRTUAL GPU
4213 M:      Dave Airlie <airlied@redhat.com>
4214 S:      Odd Fixes
4215 F:      drivers/gpu/drm/qxl/
4216 F:      include/uapi/drm/qxl_drm.h
4218 DRM DRIVERS FOR ROCKCHIP
4219 M:      Mark Yao <mark.yao@rock-chips.com>
4220 L:      dri-devel@lists.freedesktop.org
4221 S:      Maintained
4222 F:      drivers/gpu/drm/rockchip/
4223 F:      Documentation/devicetree/bindings/display/rockchip/
4225 DRM DRIVER FOR SAVAGE VIDEO CARDS
4226 S:      Orphan / Obsolete
4227 F:      drivers/gpu/drm/savage/
4228 F:      include/uapi/drm/savage_drm.h
4230 DRM DRIVER FOR SIS VIDEO CARDS
4231 S:      Orphan / Obsolete
4232 F:      drivers/gpu/drm/sis/
4233 F:      include/uapi/drm/sis_drm.h
4235 DRM DRIVERS FOR STI
4236 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4237 M:      Vincent Abriou <vincent.abriou@st.com>
4238 L:      dri-devel@lists.freedesktop.org
4239 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4240 S:      Maintained
4241 F:      drivers/gpu/drm/sti
4242 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4244 DRM DRIVER FOR TDFX VIDEO CARDS
4245 S:      Orphan / Obsolete
4246 F:      drivers/gpu/drm/tdfx/
4248 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4249 M:      Dave Airlie <airlied@redhat.com>
4250 S:      Odd Fixes
4251 F:      drivers/gpu/drm/udl/
4253 DRM DRIVERS FOR VIVANTE GPU IP
4254 M:      Lucas Stach <l.stach@pengutronix.de>
4255 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4256 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4257 L:      dri-devel@lists.freedesktop.org
4258 S:      Maintained
4259 F:      drivers/gpu/drm/etnaviv/
4260 F:      include/uapi/drm/etnaviv_drm.h
4261 F:      Documentation/devicetree/bindings/display/etnaviv/
4263 DRM DRIVER FOR VMWARE VIRTUAL GPU
4264 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4265 M:      Sinclair Yeh <syeh@vmware.com>
4266 M:      Thomas Hellstrom <thellstrom@vmware.com>
4267 L:      dri-devel@lists.freedesktop.org
4268 T:      git git://people.freedesktop.org/~syeh/repos_linux
4269 T:      git git://people.freedesktop.org/~thomash/linux
4270 S:      Supported
4271 F:      drivers/gpu/drm/vmwgfx/
4272 F:      include/uapi/drm/vmwgfx_drm.h
4274 DRM DRIVERS FOR VC4
4275 M:      Eric Anholt <eric@anholt.net>
4276 T:      git git://github.com/anholt/linux
4277 S:      Supported
4278 F:      drivers/gpu/drm/vc4/
4279 F:      include/uapi/drm/vc4_drm.h
4280 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4282 DRM DRIVERS FOR TI OMAP
4283 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4284 L:      dri-devel@lists.freedesktop.org
4285 S:      Maintained
4286 F:      drivers/gpu/drm/omapdrm/
4287 F:      Documentation/devicetree/bindings/display/ti/
4289 DRM DRIVERS FOR TI LCDC
4290 M:      Jyri Sarha <jsarha@ti.com>
4291 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4292 L:      dri-devel@lists.freedesktop.org
4293 S:      Maintained
4294 F:      drivers/gpu/drm/tilcdc/
4295 F:      Documentation/devicetree/bindings/display/tilcdc/
4297 DSBR100 USB FM RADIO DRIVER
4298 M:      Alexey Klimov <klimov.linux@gmail.com>
4299 L:      linux-media@vger.kernel.org
4300 T:      git git://linuxtv.org/media_tree.git
4301 S:      Maintained
4302 F:      drivers/media/radio/dsbr100.c
4304 DSCC4 DRIVER
4305 M:      Francois Romieu <romieu@fr.zoreil.com>
4306 L:      netdev@vger.kernel.org
4307 S:      Maintained
4308 F:      drivers/net/wan/dscc4.c
4310 DT3155 MEDIA DRIVER
4311 M:      Hans Verkuil <hverkuil@xs4all.nl>
4312 L:      linux-media@vger.kernel.org
4313 T:      git git://linuxtv.org/media_tree.git
4314 W:      https://linuxtv.org
4315 S:      Odd Fixes
4316 F:      drivers/media/pci/dt3155/
4318 DVB_USB_AF9015 MEDIA DRIVER
4319 M:      Antti Palosaari <crope@iki.fi>
4320 L:      linux-media@vger.kernel.org
4321 W:      https://linuxtv.org
4322 W:      http://palosaari.fi/linux/
4323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4324 T:      git git://linuxtv.org/anttip/media_tree.git
4325 S:      Maintained
4326 F:      drivers/media/usb/dvb-usb-v2/af9015*
4328 DVB_USB_AF9035 MEDIA DRIVER
4329 M:      Antti Palosaari <crope@iki.fi>
4330 L:      linux-media@vger.kernel.org
4331 W:      https://linuxtv.org
4332 W:      http://palosaari.fi/linux/
4333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4334 T:      git git://linuxtv.org/anttip/media_tree.git
4335 S:      Maintained
4336 F:      drivers/media/usb/dvb-usb-v2/af9035*
4338 DVB_USB_ANYSEE MEDIA DRIVER
4339 M:      Antti Palosaari <crope@iki.fi>
4340 L:      linux-media@vger.kernel.org
4341 W:      https://linuxtv.org
4342 W:      http://palosaari.fi/linux/
4343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4344 T:      git git://linuxtv.org/anttip/media_tree.git
4345 S:      Maintained
4346 F:      drivers/media/usb/dvb-usb-v2/anysee*
4348 DVB_USB_AU6610 MEDIA DRIVER
4349 M:      Antti Palosaari <crope@iki.fi>
4350 L:      linux-media@vger.kernel.org
4351 W:      https://linuxtv.org
4352 W:      http://palosaari.fi/linux/
4353 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4354 T:      git git://linuxtv.org/anttip/media_tree.git
4355 S:      Maintained
4356 F:      drivers/media/usb/dvb-usb-v2/au6610*
4358 DVB_USB_CE6230 MEDIA DRIVER
4359 M:      Antti Palosaari <crope@iki.fi>
4360 L:      linux-media@vger.kernel.org
4361 W:      https://linuxtv.org
4362 W:      http://palosaari.fi/linux/
4363 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4364 T:      git git://linuxtv.org/anttip/media_tree.git
4365 S:      Maintained
4366 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4368 DVB_USB_CXUSB MEDIA DRIVER
4369 M:      Michael Krufky <mkrufky@linuxtv.org>
4370 L:      linux-media@vger.kernel.org
4371 W:      https://linuxtv.org
4372 W:      http://github.com/mkrufky
4373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4374 T:      git git://linuxtv.org/media_tree.git
4375 S:      Maintained
4376 F:      drivers/media/usb/dvb-usb/cxusb*
4378 DVB_USB_EC168 MEDIA DRIVER
4379 M:      Antti Palosaari <crope@iki.fi>
4380 L:      linux-media@vger.kernel.org
4381 W:      https://linuxtv.org
4382 W:      http://palosaari.fi/linux/
4383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4384 T:      git git://linuxtv.org/anttip/media_tree.git
4385 S:      Maintained
4386 F:      drivers/media/usb/dvb-usb-v2/ec168*
4388 DVB_USB_GL861 MEDIA DRIVER
4389 M:      Antti Palosaari <crope@iki.fi>
4390 L:      linux-media@vger.kernel.org
4391 W:      https://linuxtv.org
4392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4393 T:      git git://linuxtv.org/anttip/media_tree.git
4394 S:      Maintained
4395 F:      drivers/media/usb/dvb-usb-v2/gl861*
4397 DVB_USB_MXL111SF MEDIA DRIVER
4398 M:      Michael Krufky <mkrufky@linuxtv.org>
4399 L:      linux-media@vger.kernel.org
4400 W:      https://linuxtv.org
4401 W:      http://github.com/mkrufky
4402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4403 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4404 S:      Maintained
4405 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4407 DVB_USB_RTL28XXU MEDIA DRIVER
4408 M:      Antti Palosaari <crope@iki.fi>
4409 L:      linux-media@vger.kernel.org
4410 W:      https://linuxtv.org
4411 W:      http://palosaari.fi/linux/
4412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4413 T:      git git://linuxtv.org/anttip/media_tree.git
4414 S:      Maintained
4415 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4417 DVB_USB_V2 MEDIA DRIVER
4418 M:      Antti Palosaari <crope@iki.fi>
4419 L:      linux-media@vger.kernel.org
4420 W:      https://linuxtv.org
4421 W:      http://palosaari.fi/linux/
4422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4423 T:      git git://linuxtv.org/anttip/media_tree.git
4424 S:      Maintained
4425 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4426 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4428 DYNAMIC DEBUG
4429 M:      Jason Baron <jbaron@akamai.com>
4430 S:      Maintained
4431 F:      lib/dynamic_debug.c
4432 F:      include/linux/dynamic_debug.h
4434 DZ DECSTATION DZ11 SERIAL DRIVER
4435 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4436 S:      Maintained
4437 F:      drivers/tty/serial/dz.*
4439 E3X0 POWER BUTTON DRIVER
4440 M:      Moritz Fischer <moritz.fischer@ettus.com>
4441 L:      usrp-users@lists.ettus.com
4442 W:      http://www.ettus.com
4443 S:      Supported
4444 F:      drivers/input/misc/e3x0-button.c
4445 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4447 E4000 MEDIA DRIVER
4448 M:      Antti Palosaari <crope@iki.fi>
4449 L:      linux-media@vger.kernel.org
4450 W:      https://linuxtv.org
4451 W:      http://palosaari.fi/linux/
4452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4453 T:      git git://linuxtv.org/anttip/media_tree.git
4454 S:      Maintained
4455 F:      drivers/media/tuners/e4000*
4457 EATA ISA/EISA/PCI SCSI DRIVER
4458 M:      Dario Ballabio <ballabio_dario@emc.com>
4459 L:      linux-scsi@vger.kernel.org
4460 S:      Maintained
4461 F:      drivers/scsi/eata.c
4463 EC100 MEDIA DRIVER
4464 M:      Antti Palosaari <crope@iki.fi>
4465 L:      linux-media@vger.kernel.org
4466 W:      https://linuxtv.org
4467 W:      http://palosaari.fi/linux/
4468 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4469 T:      git git://linuxtv.org/anttip/media_tree.git
4470 S:      Maintained
4471 F:      drivers/media/dvb-frontends/ec100*
4473 ECRYPT FILE SYSTEM
4474 M:      Tyler Hicks <tyhicks@canonical.com>
4475 L:      ecryptfs@vger.kernel.org
4476 W:      http://ecryptfs.org
4477 W:      https://launchpad.net/ecryptfs
4478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4479 S:      Supported
4480 F:      Documentation/filesystems/ecryptfs.txt
4481 F:      fs/ecryptfs/
4483 EDAC-CORE
4484 M:      Borislav Petkov <bp@alien8.de>
4485 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4486 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4487 L:      linux-edac@vger.kernel.org
4488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4490 S:      Supported
4491 F:      Documentation/edac.txt
4492 F:      drivers/edac/
4493 F:      include/linux/edac.h
4495 EDAC-AMD64
4496 M:      Borislav Petkov <bp@alien8.de>
4497 L:      linux-edac@vger.kernel.org
4498 S:      Maintained
4499 F:      drivers/edac/amd64_edac*
4501 EDAC-CALXEDA
4502 M:      Robert Richter <rric@kernel.org>
4503 L:      linux-edac@vger.kernel.org
4504 S:      Maintained
4505 F:      drivers/edac/highbank*
4507 EDAC-CAVIUM
4508 M:      Ralf Baechle <ralf@linux-mips.org>
4509 M:      David Daney <david.daney@cavium.com>
4510 L:      linux-edac@vger.kernel.org
4511 L:      linux-mips@linux-mips.org
4512 S:      Supported
4513 F:      drivers/edac/octeon_edac*
4515 EDAC-E752X
4516 M:      Mark Gross <mark.gross@intel.com>
4517 L:      linux-edac@vger.kernel.org
4518 S:      Maintained
4519 F:      drivers/edac/e752x_edac.c
4521 EDAC-E7XXX
4522 L:      linux-edac@vger.kernel.org
4523 S:      Maintained
4524 F:      drivers/edac/e7xxx_edac.c
4526 EDAC-FSL_DDR
4527 M:      York Sun <york.sun@nxp.com>
4528 L:      linux-edac@vger.kernel.org
4529 S:      Maintained
4530 F:      drivers/edac/fsl_ddr_edac.*
4532 EDAC-GHES
4533 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4534 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4535 L:      linux-edac@vger.kernel.org
4536 S:      Maintained
4537 F:      drivers/edac/ghes_edac.c
4539 EDAC-I82443BXGX
4540 M:      Tim Small <tim@buttersideup.com>
4541 L:      linux-edac@vger.kernel.org
4542 S:      Maintained
4543 F:      drivers/edac/i82443bxgx_edac.c
4545 EDAC-I3000
4546 L:      linux-edac@vger.kernel.org
4547 S:      Orphan
4548 F:      drivers/edac/i3000_edac.c
4550 EDAC-I5000
4551 L:      linux-edac@vger.kernel.org
4552 S:      Maintained
4553 F:      drivers/edac/i5000_edac.c
4555 EDAC-I5400
4556 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4557 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4558 L:      linux-edac@vger.kernel.org
4559 S:      Maintained
4560 F:      drivers/edac/i5400_edac.c
4562 EDAC-I7300
4563 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4564 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4565 L:      linux-edac@vger.kernel.org
4566 S:      Maintained
4567 F:      drivers/edac/i7300_edac.c
4569 EDAC-I7CORE
4570 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4571 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4572 L:      linux-edac@vger.kernel.org
4573 S:      Maintained
4574 F:      drivers/edac/i7core_edac.c
4576 EDAC-I82975X
4577 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4578 M:      "Arvind R." <arvino55@gmail.com>
4579 L:      linux-edac@vger.kernel.org
4580 S:      Maintained
4581 F:      drivers/edac/i82975x_edac.c
4583 EDAC-IE31200
4584 M:      Jason Baron <jbaron@akamai.com>
4585 L:      linux-edac@vger.kernel.org
4586 S:      Maintained
4587 F:      drivers/edac/ie31200_edac.c
4589 EDAC-MPC85XX
4590 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4591 L:      linux-edac@vger.kernel.org
4592 S:      Maintained
4593 F:      drivers/edac/mpc85xx_edac.[ch]
4595 EDAC-PASEMI
4596 M:      Egor Martovetsky <egor@pasemi.com>
4597 L:      linux-edac@vger.kernel.org
4598 S:      Maintained
4599 F:      drivers/edac/pasemi_edac.c
4601 EDAC-R82600
4602 M:      Tim Small <tim@buttersideup.com>
4603 L:      linux-edac@vger.kernel.org
4604 S:      Maintained
4605 F:      drivers/edac/r82600_edac.c
4607 EDAC-SBRIDGE
4608 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4609 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4610 L:      linux-edac@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/edac/sb_edac.c
4614 EDAC-SKYLAKE
4615 M:      Tony Luck <tony.luck@intel.com>
4616 L:      linux-edac@vger.kernel.org
4617 S:      Maintained
4618 F:      drivers/edac/skx_edac.c
4620 EDAC-XGENE
4621 APPLIED MICRO (APM) X-GENE SOC EDAC
4622 M:     Loc Ho <lho@apm.com>
4623 S:     Supported
4624 F:     drivers/edac/xgene_edac.c
4625 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4627 EDIROL UA-101/UA-1000 DRIVER
4628 M:      Clemens Ladisch <clemens@ladisch.de>
4629 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4630 T:      git git://git.alsa-project.org/alsa-kernel.git
4631 S:      Maintained
4632 F:      sound/usb/misc/ua101.c
4634 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4635 M:      Matt Fleming <matt@codeblueprint.co.uk>
4636 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
4637 L:      linux-efi@vger.kernel.org
4638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4639 S:      Maintained
4640 F:      Documentation/efi-stub.txt
4641 F:      arch/ia64/kernel/efi.c
4642 F:      arch/x86/boot/compressed/eboot.[ch]
4643 F:      arch/x86/include/asm/efi.h
4644 F:      arch/x86/platform/efi/
4645 F:      drivers/firmware/efi/
4646 F:      include/linux/efi*.h
4648 EFI VARIABLE FILESYSTEM
4649 M:      Matthew Garrett <matthew.garrett@nebula.com>
4650 M:      Jeremy Kerr <jk@ozlabs.org>
4651 M:      Matt Fleming <matt@codeblueprint.co.uk>
4652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4653 L:      linux-efi@vger.kernel.org
4654 S:      Maintained
4655 F:      fs/efivarfs/
4657 EFIFB FRAMEBUFFER DRIVER
4658 L:      linux-fbdev@vger.kernel.org
4659 M:      Peter Jones <pjones@redhat.com>
4660 S:      Maintained
4661 F:      drivers/video/fbdev/efifb.c
4663 EFI TEST DRIVER
4664 L:      linux-efi@vger.kernel.org
4665 M:      Ivan Hu <ivan.hu@canonical.com>
4666 M:      Matt Fleming <matt@codeblueprint.co.uk>
4667 S:      Maintained
4668 F:      drivers/firmware/efi/test/
4670 EFS FILESYSTEM
4671 W:      http://aeschi.ch.eu.org/efs/
4672 S:      Orphan
4673 F:      fs/efs/
4675 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4676 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4677 L:      netdev@vger.kernel.org
4678 S:      Maintained
4679 F:      drivers/net/ethernet/ibm/ehea/
4681 EM28XX VIDEO4LINUX DRIVER
4682 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4683 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4684 L:      linux-media@vger.kernel.org
4685 W:      https://linuxtv.org
4686 T:      git git://linuxtv.org/media_tree.git
4687 S:      Maintained
4688 F:      drivers/media/usb/em28xx/
4689 F:      Documentation/media/v4l-drivers/em28xx*
4691 EMBEDDED LINUX
4692 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4693 M:      Matt Mackall <mpm@selenic.com>
4694 M:      David Woodhouse <dwmw2@infradead.org>
4695 L:      linux-embedded@vger.kernel.org
4696 S:      Maintained
4698 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4699 M:      James Smart <james.smart@avagotech.com>
4700 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4701 L:      linux-scsi@vger.kernel.org
4702 W:      http://www.avagotech.com
4703 S:      Supported
4704 F:      drivers/scsi/lpfc/
4706 ENE CB710 FLASH CARD READER DRIVER
4707 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4708 S:      Maintained
4709 F:      drivers/misc/cb710/
4710 F:      drivers/mmc/host/cb710-mmc.*
4711 F:      include/linux/cb710.h
4713 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4714 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4715 S:      Maintained
4716 F:      drivers/media/rc/ene_ir.*
4718 EPSON S1D13XXX FRAMEBUFFER DRIVER
4719 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4720 S:      Maintained
4721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4722 F:      drivers/video/fbdev/s1d13xxxfb.c
4723 F:      include/video/s1d13xxxfb.h
4725 ET131X NETWORK DRIVER
4726 M:      Mark Einon <mark.einon@gmail.com>
4727 S:      Odd Fixes
4728 F:      drivers/net/ethernet/agere/
4730 ETHERNET BRIDGE
4731 M:      Stephen Hemminger <stephen@networkplumber.org>
4732 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4733 L:      netdev@vger.kernel.org
4734 W:      http://www.linuxfoundation.org/en/Net:Bridge
4735 S:      Maintained
4736 F:      include/linux/netfilter_bridge/
4737 F:      net/bridge/
4739 ETHERNET PHY LIBRARY
4740 M:      Florian Fainelli <f.fainelli@gmail.com>
4741 L:      netdev@vger.kernel.org
4742 S:      Maintained
4743 F:      include/linux/phy.h
4744 F:      include/linux/phy_fixed.h
4745 F:      drivers/net/phy/
4746 F:      Documentation/networking/phy.txt
4747 F:      drivers/of/of_mdio.c
4748 F:      drivers/of/of_net.c
4750 EXT2 FILE SYSTEM
4751 M:      Jan Kara <jack@suse.com>
4752 L:      linux-ext4@vger.kernel.org
4753 S:      Maintained
4754 F:      Documentation/filesystems/ext2.txt
4755 F:      fs/ext2/
4756 F:      include/linux/ext2*
4758 EXT4 FILE SYSTEM
4759 M:      "Theodore Ts'o" <tytso@mit.edu>
4760 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4761 L:      linux-ext4@vger.kernel.org
4762 W:      http://ext4.wiki.kernel.org
4763 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4765 S:      Maintained
4766 F:      Documentation/filesystems/ext4.txt
4767 F:      fs/ext4/
4769 Extended Verification Module (EVM)
4770 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4771 L:      linux-ima-devel@lists.sourceforge.net
4772 L:      linux-security-module@vger.kernel.org
4773 S:      Supported
4774 F:      security/integrity/evm/
4776 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4777 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4778 M:      Chanwoo Choi <cw00.choi@samsung.com>
4779 L:      linux-kernel@vger.kernel.org
4780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4781 S:      Maintained
4782 F:      drivers/extcon/
4783 F:      include/linux/extcon/
4784 F:      include/linux/extcon.h
4785 F:      Documentation/extcon/
4786 F:      Documentation/devicetree/bindings/extcon/
4788 EXYNOS DP DRIVER
4789 M:      Jingoo Han <jingoohan1@gmail.com>
4790 L:      dri-devel@lists.freedesktop.org
4791 S:      Maintained
4792 F:      drivers/gpu/drm/exynos/exynos_dp*
4794 EXYNOS SYSMMU (IOMMU) driver
4795 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4796 L:      iommu@lists.linux-foundation.org
4797 S:      Maintained
4798 F:      drivers/iommu/exynos-iommu.c
4800 EZchip NPS platform support
4801 M:      Noam Camus <noamc@ezchip.com>
4802 S:      Supported
4803 F:      arch/arc/plat-eznps
4804 F:      arch/arc/boot/dts/eznps.dts
4806 F71805F HARDWARE MONITORING DRIVER
4807 M:      Jean Delvare <jdelvare@suse.com>
4808 L:      linux-hwmon@vger.kernel.org
4809 S:      Maintained
4810 F:      Documentation/hwmon/f71805f
4811 F:      drivers/hwmon/f71805f.c
4813 FC0011 TUNER DRIVER
4814 M:      Michael Buesch <m@bues.ch>
4815 L:      linux-media@vger.kernel.org
4816 S:      Maintained
4817 F:      drivers/media/tuners/fc0011.h
4818 F:      drivers/media/tuners/fc0011.c
4820 FC2580 MEDIA DRIVER
4821 M:      Antti Palosaari <crope@iki.fi>
4822 L:      linux-media@vger.kernel.org
4823 W:      https://linuxtv.org
4824 W:      http://palosaari.fi/linux/
4825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4826 T:      git git://linuxtv.org/anttip/media_tree.git
4827 S:      Maintained
4828 F:      drivers/media/tuners/fc2580*
4830 FANOTIFY
4831 M:      Eric Paris <eparis@redhat.com>
4832 S:      Maintained
4833 F:      fs/notify/fanotify/
4834 F:      include/linux/fanotify.h
4835 F:      include/uapi/linux/fanotify.h
4837 FARSYNC SYNCHRONOUS DRIVER
4838 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4839 W:      http://www.farsite.co.uk/
4840 S:      Supported
4841 F:      drivers/net/wan/farsync.*
4843 FAULT INJECTION SUPPORT
4844 M:      Akinobu Mita <akinobu.mita@gmail.com>
4845 S:      Supported
4846 F:      Documentation/fault-injection/
4847 F:      lib/fault-inject.c
4849 FBTFT Framebuffer drivers
4850 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4851 M:      Noralf Trønnes <noralf@tronnes.org>
4852 S:      Maintained
4853 F:      drivers/staging/fbtft/
4855 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4856 M:      Johannes Thumshirn <jth@kernel.org>
4857 L:      fcoe-devel@open-fcoe.org
4858 W:      www.Open-FCoE.org
4859 S:      Supported
4860 F:      drivers/scsi/libfc/
4861 F:      drivers/scsi/fcoe/
4862 F:      include/scsi/fc/
4863 F:      include/scsi/libfc.h
4864 F:      include/scsi/libfcoe.h
4865 F:      include/uapi/scsi/fc/
4867 FILE LOCKING (flock() and fcntl()/lockf())
4868 M:      Jeff Layton <jlayton@poochiereds.net>
4869 M:      "J. Bruce Fields" <bfields@fieldses.org>
4870 L:      linux-fsdevel@vger.kernel.org
4871 S:      Maintained
4872 F:      include/linux/fcntl.h
4873 F:      include/linux/fs.h
4874 F:      include/uapi/linux/fcntl.h
4875 F:      include/uapi/linux/fs.h
4876 F:      fs/fcntl.c
4877 F:      fs/locks.c
4879 FILESYSTEMS (VFS and infrastructure)
4880 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4881 L:      linux-fsdevel@vger.kernel.org
4882 S:      Maintained
4883 F:      fs/*
4885 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4886 M:      Riku Voipio <riku.voipio@iki.fi>
4887 L:      linux-hwmon@vger.kernel.org
4888 S:      Maintained
4889 F:      drivers/hwmon/f75375s.c
4890 F:      include/linux/f75375s.h
4892 FIREWIRE AUDIO DRIVERS
4893 M:      Clemens Ladisch <clemens@ladisch.de>
4894 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4895 T:      git git://git.alsa-project.org/alsa-kernel.git
4896 S:      Maintained
4897 F:      sound/firewire/
4899 FIREWIRE MEDIA DRIVERS (firedtv)
4900 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4901 L:      linux-media@vger.kernel.org
4902 L:      linux1394-devel@lists.sourceforge.net
4903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4904 S:      Maintained
4905 F:      drivers/media/firewire/
4907 FIREWIRE SBP-2 TARGET
4908 M:      Chris Boot <bootc@bootc.net>
4909 L:      linux-scsi@vger.kernel.org
4910 L:      target-devel@vger.kernel.org
4911 L:      linux1394-devel@lists.sourceforge.net
4912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4913 S:      Maintained
4914 F:      drivers/target/sbp/
4916 FIREWIRE SUBSYSTEM
4917 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4918 L:      linux1394-devel@lists.sourceforge.net
4919 W:      http://ieee1394.wiki.kernel.org/
4920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4921 S:      Maintained
4922 F:      drivers/firewire/
4923 F:      include/linux/firewire.h
4924 F:      include/uapi/linux/firewire*.h
4925 F:      tools/firewire/
4927 FIRMWARE LOADER (request_firmware)
4928 M:      Ming Lei <ming.lei@canonical.com>
4929 M:      Luis R. Rodriguez <mcgrof@kernel.org>
4930 L:      linux-kernel@vger.kernel.org
4931 S:      Maintained
4932 F:      Documentation/firmware_class/
4933 F:      drivers/base/firmware*.c
4934 F:      include/linux/firmware.h
4936 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4937 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4938 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4939 S:      Maintained
4940 F:      drivers/block/rsxx/
4942 FLOPPY DRIVER
4943 M:      Jiri Kosina <jikos@kernel.org>
4944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4945 S:      Odd fixes
4946 F:      drivers/block/floppy.c
4948 FMC SUBSYSTEM
4949 M:      Alessandro Rubini <rubini@gnudd.com>
4950 W:      http://www.ohwr.org/projects/fmc-bus
4951 S:      Supported
4952 F:      drivers/fmc/
4953 F:      include/linux/fmc*.h
4954 F:      include/linux/ipmi-fru.h
4955 K:      fmc_d.*register
4957 FPGA MANAGER FRAMEWORK
4958 M:      Alan Tull <atull@opensource.altera.com>
4959 R:      Moritz Fischer <moritz.fischer@ettus.com>
4960 S:      Maintained
4961 F:      drivers/fpga/
4962 F:      include/linux/fpga/fpga-mgr.h
4963 W:      http://www.rocketboards.org
4965 FPU EMULATOR
4966 M:      Bill Metzenthen <billm@melbpc.org.au>
4967 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4968 S:      Maintained
4969 F:      arch/x86/math-emu/
4971 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4972 L:      netdev@vger.kernel.org
4973 S:      Orphan
4974 F:      drivers/net/wan/dlci.c
4975 F:      drivers/net/wan/sdla.c
4977 FRAMEBUFFER LAYER
4978 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4979 L:      linux-fbdev@vger.kernel.org
4980 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4981 S:      Maintained
4982 F:      Documentation/fb/
4983 F:      drivers/video/
4984 F:      include/video/
4985 F:      include/linux/fb.h
4986 F:      include/uapi/video/
4987 F:      include/uapi/linux/fb.h
4989 FREESCALE DIU FRAMEBUFFER DRIVER
4990 M:      Timur Tabi <timur@tabi.org>
4991 L:      linux-fbdev@vger.kernel.org
4992 S:      Maintained
4993 F:      drivers/video/fbdev/fsl-diu-fb.*
4995 FREESCALE DMA DRIVER
4996 M:      Li Yang <leoli@freescale.com>
4997 M:      Zhang Wei <zw@zh-kernel.org>
4998 L:      linuxppc-dev@lists.ozlabs.org
4999 S:      Maintained
5000 F:      drivers/dma/fsldma.*
5002 FREESCALE GPMI NAND DRIVER
5003 M:      Han Xu <han.xu@nxp.com>
5004 L:      linux-mtd@lists.infradead.org
5005 S:      Maintained
5006 F:      drivers/mtd/nand/gpmi-nand/*
5008 FREESCALE I2C CPM DRIVER
5009 M:      Jochen Friedrich <jochen@scram.de>
5010 L:      linuxppc-dev@lists.ozlabs.org
5011 L:      linux-i2c@vger.kernel.org
5012 S:      Maintained
5013 F:      drivers/i2c/busses/i2c-cpm.c
5015 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5016 M:      Sascha Hauer <kernel@pengutronix.de>
5017 L:      linux-fbdev@vger.kernel.org
5018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5019 S:      Maintained
5020 F:      include/linux/platform_data/video-imxfb.h
5021 F:      drivers/video/fbdev/imxfb.c
5023 FREESCALE QUAD SPI DRIVER
5024 M:      Han Xu <han.xu@nxp.com>
5025 L:      linux-mtd@lists.infradead.org
5026 S:      Maintained
5027 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5029 FREESCALE SOC FS_ENET DRIVER
5030 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5031 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5032 L:      linuxppc-dev@lists.ozlabs.org
5033 L:      netdev@vger.kernel.org
5034 S:      Maintained
5035 F:      drivers/net/ethernet/freescale/fs_enet/
5036 F:      include/linux/fs_enet_pd.h
5038 FREESCALE IMX / MXC FEC DRIVER
5039 M:      Fugang Duan <fugang.duan@nxp.com>
5040 L:      netdev@vger.kernel.org
5041 S:      Maintained
5042 F:      drivers/net/ethernet/freescale/fec_main.c
5043 F:      drivers/net/ethernet/freescale/fec_ptp.c
5044 F:      drivers/net/ethernet/freescale/fec.h
5045 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5047 FREESCALE QORIQ DPAA FMAN DRIVER
5048 M:      Madalin Bucur <madalin.bucur@nxp.com>
5049 L:      netdev@vger.kernel.org
5050 S:      Maintained
5051 F:      drivers/net/ethernet/freescale/fman
5052 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5054 FREESCALE QUICC ENGINE LIBRARY
5055 L:      linuxppc-dev@lists.ozlabs.org
5056 S:      Orphan
5057 F:      drivers/soc/fsl/qe/
5058 F:      include/soc/fsl/*qe*.h
5059 F:      include/soc/fsl/*ucc*.h
5061 FREESCALE USB PERIPHERAL DRIVERS
5062 M:      Li Yang <leoli@freescale.com>
5063 L:      linux-usb@vger.kernel.org
5064 L:      linuxppc-dev@lists.ozlabs.org
5065 S:      Maintained
5066 F:      drivers/usb/gadget/udc/fsl*
5068 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5069 M:      Li Yang <leoli@freescale.com>
5070 L:      netdev@vger.kernel.org
5071 L:      linuxppc-dev@lists.ozlabs.org
5072 S:      Maintained
5073 F:      drivers/net/ethernet/freescale/ucc_geth*
5075 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5076 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5077 L:      netdev@vger.kernel.org
5078 S:      Maintained
5079 F:      drivers/net/ethernet/freescale/gianfar*
5080 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5081 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5083 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5084 M:      Zhao Qiang <qiang.zhao@nxp.com>
5085 L:      netdev@vger.kernel.org
5086 L:      linuxppc-dev@lists.ozlabs.org
5087 S:      Maintained
5088 F:      drivers/net/wan/fsl_ucc_hdlc*
5090 FREESCALE QUICC ENGINE UCC UART DRIVER
5091 M:      Timur Tabi <timur@tabi.org>
5092 L:      linuxppc-dev@lists.ozlabs.org
5093 S:      Maintained
5094 F:      drivers/tty/serial/ucc_uart.c
5096 FREESCALE SOC SOUND DRIVERS
5097 M:      Timur Tabi <timur@tabi.org>
5098 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5099 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5100 R:      Fabio Estevam <fabio.estevam@nxp.com>
5101 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5102 L:      linuxppc-dev@lists.ozlabs.org
5103 S:      Maintained
5104 F:      sound/soc/fsl/fsl*
5105 F:      sound/soc/fsl/imx*
5106 F:      sound/soc/fsl/mpc8610_hpcd.c
5108 FREEVXFS FILESYSTEM
5109 M:      Christoph Hellwig <hch@infradead.org>
5110 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5111 S:      Maintained
5112 F:      fs/freevxfs/
5114 FREEZER
5115 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5116 M:      Pavel Machek <pavel@ucw.cz>
5117 L:      linux-pm@vger.kernel.org
5118 S:      Supported
5119 F:      Documentation/power/freezing-of-tasks.txt
5120 F:      include/linux/freezer.h
5121 F:      kernel/freezer.c
5123 FRONTSWAP API
5124 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5125 L:      linux-kernel@vger.kernel.org
5126 S:      Maintained
5127 F:      mm/frontswap.c
5128 F:      include/linux/frontswap.h
5130 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5131 M:      David Howells <dhowells@redhat.com>
5132 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5133 S:      Supported
5134 F:      Documentation/filesystems/caching/
5135 F:      fs/fscache/
5136 F:      include/linux/fscache*.h
5138 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5139 M:      Theodore Y. Ts'o <tytso@mit.edu>
5140 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5141 S:      Supported
5142 F:      fs/crypto/
5143 F:      include/linux/fscrypto.h
5145 F2FS FILE SYSTEM
5146 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5147 M:      Chao Yu <yuchao0@huawei.com>
5148 L:      linux-f2fs-devel@lists.sourceforge.net
5149 W:      https://f2fs.wiki.kernel.org/
5150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5151 S:      Maintained
5152 F:      Documentation/filesystems/f2fs.txt
5153 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5154 F:      fs/f2fs/
5155 F:      include/linux/f2fs_fs.h
5156 F:      include/trace/events/f2fs.h
5158 FUJITSU FR-V (FRV) PORT
5159 S:      Orphan
5160 F:      arch/frv/
5162 FUJITSU LAPTOP EXTRAS
5163 M:      Jonathan Woithe <jwoithe@just42.net>
5164 L:      platform-driver-x86@vger.kernel.org
5165 S:      Maintained
5166 F:      drivers/platform/x86/fujitsu-laptop.c
5168 FUJITSU M-5MO LS CAMERA ISP DRIVER
5169 M:      Kyungmin Park <kyungmin.park@samsung.com>
5170 M:      Heungjun Kim <riverful.kim@samsung.com>
5171 L:      linux-media@vger.kernel.org
5172 S:      Maintained
5173 F:      drivers/media/i2c/m5mols/
5174 F:      include/media/i2c/m5mols.h
5176 FUJITSU TABLET EXTRAS
5177 M:      Robert Gerlach <khnz@gmx.de>
5178 L:      platform-driver-x86@vger.kernel.org
5179 S:      Maintained
5180 F:      drivers/platform/x86/fujitsu-tablet.c
5182 FUSE: FILESYSTEM IN USERSPACE
5183 M:      Miklos Szeredi <miklos@szeredi.hu>
5184 L:      linux-fsdevel@vger.kernel.org
5185 W:      http://fuse.sourceforge.net/
5186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5187 S:      Maintained
5188 F:      fs/fuse/
5189 F:      include/uapi/linux/fuse.h
5190 F:      Documentation/filesystems/fuse.txt
5192 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5193 M:      Rik Faith <faith@cs.unc.edu>
5194 L:      linux-scsi@vger.kernel.org
5195 S:      Odd Fixes (e.g., new signatures)
5196 F:      drivers/scsi/fdomain.*
5198 GCC PLUGINS
5199 M:      Kees Cook <keescook@chromium.org>
5200 R:      Emese Revfy <re.emese@gmail.com>
5201 L:      kernel-hardening@lists.openwall.com
5202 S:      Maintained
5203 F:      scripts/gcc-plugins/
5204 F:      scripts/gcc-plugin.sh
5205 F:      Documentation/gcc-plugins.txt
5207 GCOV BASED KERNEL PROFILING
5208 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5209 S:      Maintained
5210 F:      kernel/gcov/
5211 F:      Documentation/dev-tools/gcov.rst
5213 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5214 M:      Achim Leubner <achim_leubner@adaptec.com>
5215 L:      linux-scsi@vger.kernel.org
5216 W:      http://www.icp-vortex.com/
5217 S:      Supported
5218 F:      drivers/scsi/gdt*
5220 GDB KERNEL DEBUGGING HELPER SCRIPTS
5221 M:      Jan Kiszka <jan.kiszka@siemens.com>
5222 M:      Kieran Bingham <kieran@bingham.xyz>
5223 S:      Supported
5224 F:      scripts/gdb/
5226 GEMTEK FM RADIO RECEIVER DRIVER
5227 M:      Hans Verkuil <hverkuil@xs4all.nl>
5228 L:      linux-media@vger.kernel.org
5229 T:      git git://linuxtv.org/media_tree.git
5230 W:      https://linuxtv.org
5231 S:      Maintained
5232 F:      drivers/media/radio/radio-gemtek*
5234 GENERIC GPIO I2C DRIVER
5235 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5236 S:      Supported
5237 F:      drivers/i2c/busses/i2c-gpio.c
5238 F:      include/linux/i2c-gpio.h
5240 GENERIC GPIO I2C MULTIPLEXER DRIVER
5241 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5242 L:      linux-i2c@vger.kernel.org
5243 S:      Supported
5244 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5245 F:      include/linux/i2c-mux-gpio.h
5246 F:      Documentation/i2c/muxes/i2c-mux-gpio
5248 GENERIC HDLC (WAN) DRIVERS
5249 M:      Krzysztof Halasa <khc@pm.waw.pl>
5250 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5251 S:      Maintained
5252 F:      drivers/net/wan/c101.c
5253 F:      drivers/net/wan/hd6457*
5254 F:      drivers/net/wan/hdlc*
5255 F:      drivers/net/wan/n2.c
5256 F:      drivers/net/wan/pc300too.c
5257 F:      drivers/net/wan/pci200syn.c
5258 F:      drivers/net/wan/wanxl*
5260 GENERIC INCLUDE/ASM HEADER FILES
5261 M:      Arnd Bergmann <arnd@arndb.de>
5262 L:      linux-arch@vger.kernel.org
5263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5264 S:      Maintained
5265 F:      include/asm-generic/
5266 F:      include/uapi/asm-generic/
5268 GENERIC PHY FRAMEWORK
5269 M:      Kishon Vijay Abraham I <kishon@ti.com>
5270 L:      linux-kernel@vger.kernel.org
5271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5272 S:      Supported
5273 F:      drivers/phy/
5274 F:      include/linux/phy/
5276 GENERIC PM DOMAINS
5277 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5278 M:      Kevin Hilman <khilman@kernel.org>
5279 M:      Ulf Hansson <ulf.hansson@linaro.org>
5280 L:      linux-pm@vger.kernel.org
5281 S:      Supported
5282 F:      drivers/base/power/domain*.c
5283 F:      include/linux/pm_domain.h
5285 GENERIC UIO DRIVER FOR PCI DEVICES
5286 M:      "Michael S. Tsirkin" <mst@redhat.com>
5287 L:      kvm@vger.kernel.org
5288 S:      Supported
5289 F:      drivers/uio/uio_pci_generic.c
5291 GET_MAINTAINER SCRIPT
5292 M:      Joe Perches <joe@perches.com>
5293 S:      Maintained
5294 F:      scripts/get_maintainer.pl
5296 GENWQE (IBM Generic Workqueue Card)
5297 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5298 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
5299 S:      Supported
5300 F:      drivers/misc/genwqe/
5302 GFS2 FILE SYSTEM
5303 M:      Steven Whitehouse <swhiteho@redhat.com>
5304 M:      Bob Peterson <rpeterso@redhat.com>
5305 L:      cluster-devel@redhat.com
5306 W:      http://sources.redhat.com/cluster/
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5308 S:      Supported
5309 F:      Documentation/filesystems/gfs2*.txt
5310 F:      fs/gfs2/
5311 F:      include/uapi/linux/gfs2_ondisk.h
5313 GIGASET ISDN DRIVERS
5314 M:      Paul Bolle <pebolle@tiscali.nl>
5315 L:      gigaset307x-common@lists.sourceforge.net
5316 W:      http://gigaset307x.sourceforge.net/
5317 S:      Odd Fixes
5318 F:      Documentation/isdn/README.gigaset
5319 F:      drivers/isdn/gigaset/
5320 F:      include/uapi/linux/gigaset_dev.h
5322 GO7007 MPEG CODEC
5323 M:      Hans Verkuil <hans.verkuil@cisco.com>
5324 L:      linux-media@vger.kernel.org
5325 S:      Maintained
5326 F:      drivers/media/usb/go7007/
5328 GOODIX TOUCHSCREEN
5329 M:      Bastien Nocera <hadess@hadess.net>
5330 L:      linux-input@vger.kernel.org
5331 S:      Maintained
5332 F:      drivers/input/touchscreen/goodix.c
5334 GPIO MOCKUP DRIVER
5335 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5336 L:      linux-gpio@vger.kernel.org
5337 S:      Maintained
5338 F:      drivers/gpio/gpio-mockup.c
5339 F:      tools/testing/selftests/gpio/
5341 GPIO SUBSYSTEM
5342 M:      Linus Walleij <linus.walleij@linaro.org>
5343 M:      Alexandre Courbot <gnurou@gmail.com>
5344 L:      linux-gpio@vger.kernel.org
5345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5346 S:      Maintained
5347 F:      Documentation/devicetree/bindings/gpio/
5348 F:      Documentation/gpio/
5349 F:      Documentation/ABI/testing/gpio-cdev
5350 F:      Documentation/ABI/obsolete/sysfs-gpio
5351 F:      drivers/gpio/
5352 F:      include/linux/gpio/
5353 F:      include/linux/gpio.h
5354 F:      include/asm-generic/gpio.h
5355 F:      include/uapi/linux/gpio.h
5356 F:      tools/gpio/
5358 GRE DEMULTIPLEXER DRIVER
5359 M:      Dmitry Kozlov <xeb@mail.ru>
5360 L:      netdev@vger.kernel.org
5361 S:      Maintained
5362 F:      net/ipv4/gre_demux.c
5363 F:      net/ipv4/gre_offload.c
5364 F:      include/net/gre.h
5366 GRETH 10/100/1G Ethernet MAC device driver
5367 M:      Andreas Larsson <andreas@gaisler.com>
5368 L:      netdev@vger.kernel.org
5369 S:      Maintained
5370 F:      drivers/net/ethernet/aeroflex/
5372 GREYBUS SUBSYSTEM
5373 M:      Johan Hovold <johan@kernel.org>
5374 M:      Alex Elder <elder@kernel.org>
5375 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5376 S:      Maintained
5377 F:      drivers/staging/greybus/
5379 GREYBUS AUDIO PROTOCOLS DRIVERS
5380 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5381 M:      Mark Greer <mgreer@animalcreek.com>
5382 S:      Maintained
5383 F:      drivers/staging/greybus/audio_apbridgea.c
5384 F:      drivers/staging/greybus/audio_apbridgea.h
5385 F:      drivers/staging/greybus/audio_codec.c
5386 F:      drivers/staging/greybus/audio_codec.h
5387 F:      drivers/staging/greybus/audio_gb.c
5388 F:      drivers/staging/greybus/audio_manager.c
5389 F:      drivers/staging/greybus/audio_manager.h
5390 F:      drivers/staging/greybus/audio_manager_module.c
5391 F:      drivers/staging/greybus/audio_manager_private.h
5392 F:      drivers/staging/greybus/audio_manager_sysfs.c
5393 F:      drivers/staging/greybus/audio_module.c
5394 F:      drivers/staging/greybus/audio_topology.c
5396 GREYBUS PROTOCOLS DRIVERS
5397 M:      Rui Miguel Silva <rmfrfs@gmail.com>
5398 S:      Maintained
5399 F:      drivers/staging/greybus/sdio.c
5400 F:      drivers/staging/greybus/light.c
5401 F:      drivers/staging/greybus/gpio.c
5402 F:      drivers/staging/greybus/power_supply.c
5403 F:      drivers/staging/greybus/spi.c
5404 F:      drivers/staging/greybus/spilib.c
5406 GREYBUS PROTOCOLS DRIVERS
5407 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
5408 S:      Maintained
5409 F:      drivers/staging/greybus/loopback.c
5410 F:      drivers/staging/greybus/timesync.c
5411 F:      drivers/staging/greybus/timesync_platform.c
5413 GREYBUS PROTOCOLS DRIVERS
5414 M:      Viresh Kumar <vireshk@kernel.org>
5415 S:      Maintained
5416 F:      drivers/staging/greybus/authentication.c
5417 F:      drivers/staging/greybus/bootrom.c
5418 F:      drivers/staging/greybus/firmware.h
5419 F:      drivers/staging/greybus/fw-core.c
5420 F:      drivers/staging/greybus/fw-download.c
5421 F:      drivers/staging/greybus/fw-managament.c
5422 F:      drivers/staging/greybus/greybus_authentication.h
5423 F:      drivers/staging/greybus/greybus_firmware.h
5424 F:      drivers/staging/greybus/hid.c
5425 F:      drivers/staging/greybus/i2c.c
5426 F:      drivers/staging/greybus/spi.c
5427 F:      drivers/staging/greybus/spilib.c
5428 F:      drivers/staging/greybus/spilib.h
5430 GREYBUS PROTOCOLS DRIVERS
5431 M:      David Lin <dtwlin@gmail.com>
5432 S:      Maintained
5433 F:      drivers/staging/greybus/uart.c
5434 F:      drivers/staging/greybus/log.c
5436 GREYBUS PLATFORM DRIVERS
5437 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5438 S:      Maintained
5439 F:      drivers/staging/greybus/arche-platform.c
5440 F:      drivers/staging/greybus/arche-apb-ctrl.c
5441 F:      drivers/staging/greybus/arche_platform.h
5443 GS1662 VIDEO SERIALIZER
5444 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5445 L:      linux-media@vger.kernel.org
5446 T:      git git://linuxtv.org/media_tree.git
5447 S:      Maintained
5448 F:      drivers/media/spi/gs1662.c
5450 GSPCA FINEPIX SUBDRIVER
5451 M:      Frank Zago <frank@zago.net>
5452 L:      linux-media@vger.kernel.org
5453 T:      git git://linuxtv.org/media_tree.git
5454 S:      Maintained
5455 F:      drivers/media/usb/gspca/finepix.c
5457 GSPCA GL860 SUBDRIVER
5458 M:      Olivier Lorin <o.lorin@laposte.net>
5459 L:      linux-media@vger.kernel.org
5460 T:      git git://linuxtv.org/media_tree.git
5461 S:      Maintained
5462 F:      drivers/media/usb/gspca/gl860/
5464 GSPCA M5602 SUBDRIVER
5465 M:      Erik Andren <erik.andren@gmail.com>
5466 L:      linux-media@vger.kernel.org
5467 T:      git git://linuxtv.org/media_tree.git
5468 S:      Maintained
5469 F:      drivers/media/usb/gspca/m5602/
5471 GSPCA PAC207 SONIXB SUBDRIVER
5472 M:      Hans Verkuil <hverkuil@xs4all.nl>
5473 L:      linux-media@vger.kernel.org
5474 T:      git git://linuxtv.org/media_tree.git
5475 S:      Odd Fixes
5476 F:      drivers/media/usb/gspca/pac207.c
5478 GSPCA SN9C20X SUBDRIVER
5479 M:      Brian Johnson <brijohn@gmail.com>
5480 L:      linux-media@vger.kernel.org
5481 T:      git git://linuxtv.org/media_tree.git
5482 S:      Maintained
5483 F:      drivers/media/usb/gspca/sn9c20x.c
5485 GSPCA T613 SUBDRIVER
5486 M:      Leandro Costantino <lcostantino@gmail.com>
5487 L:      linux-media@vger.kernel.org
5488 T:      git git://linuxtv.org/media_tree.git
5489 S:      Maintained
5490 F:      drivers/media/usb/gspca/t613.c
5492 GSPCA USB WEBCAM DRIVER
5493 M:      Hans Verkuil <hverkuil@xs4all.nl>
5494 L:      linux-media@vger.kernel.org
5495 T:      git git://linuxtv.org/media_tree.git
5496 S:      Odd Fixes
5497 F:      drivers/media/usb/gspca/
5499 GUID PARTITION TABLE (GPT)
5500 M:      Davidlohr Bueso <dave@stgolabs.net>
5501 L:      linux-efi@vger.kernel.org
5502 S:      Maintained
5503 F:      block/partitions/efi.*
5505 STK1160 USB VIDEO CAPTURE DRIVER
5506 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5507 L:      linux-media@vger.kernel.org
5508 T:      git git://linuxtv.org/media_tree.git
5509 S:      Maintained
5510 F:      drivers/media/usb/stk1160/
5512 H8/300 ARCHITECTURE
5513 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5514 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5515 W:      http://uclinux-h8.sourceforge.jp
5516 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5517 S:      Maintained
5518 F:      arch/h8300/
5519 F:      drivers/clocksource/h8300_*.c
5520 F:      drivers/clk/h8300/
5521 F:      drivers/irqchip/irq-renesas-h8*.c
5523 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5524 M:      Frank Seidel <frank@f-seidel.de>
5525 L:      platform-driver-x86@vger.kernel.org
5526 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5527 S:      Maintained
5528 F:      drivers/platform/x86/hdaps.c
5530 HDPVR USB VIDEO ENCODER DRIVER
5531 M:      Hans Verkuil <hverkuil@xs4all.nl>
5532 L:      linux-media@vger.kernel.org
5533 T:      git git://linuxtv.org/media_tree.git
5534 W:      https://linuxtv.org
5535 S:      Odd Fixes
5536 F:      drivers/media/usb/hdpvr/
5538 HWPOISON MEMORY FAILURE HANDLING
5539 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5540 L:      linux-mm@kvack.org
5541 S:      Maintained
5542 F:      mm/memory-failure.c
5543 F:      mm/hwpoison-inject.c
5545 HYPERVISOR VIRTUAL CONSOLE DRIVER
5546 L:      linuxppc-dev@lists.ozlabs.org
5547 S:      Odd Fixes
5548 F:      drivers/tty/hvc/
5550 HACKRF MEDIA DRIVER
5551 M:      Antti Palosaari <crope@iki.fi>
5552 L:      linux-media@vger.kernel.org
5553 W:      https://linuxtv.org
5554 W:      http://palosaari.fi/linux/
5555 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5556 T:      git git://linuxtv.org/anttip/media_tree.git
5557 S:      Maintained
5558 F:      drivers/media/usb/hackrf/
5560 HARDWARE MONITORING
5561 M:      Jean Delvare <jdelvare@suse.com>
5562 M:      Guenter Roeck <linux@roeck-us.net>
5563 L:      linux-hwmon@vger.kernel.org
5564 W:      http://hwmon.wiki.kernel.org/
5565 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5567 S:      Maintained
5568 F:      Documentation/hwmon/
5569 F:      drivers/hwmon/
5570 F:      include/linux/hwmon*.h
5572 HARDWARE RANDOM NUMBER GENERATOR CORE
5573 M:      Matt Mackall <mpm@selenic.com>
5574 M:      Herbert Xu <herbert@gondor.apana.org.au>
5575 L:      linux-crypto@vger.kernel.org
5576 S:      Odd fixes
5577 F:      Documentation/devicetree/bindings/rng/
5578 F:      Documentation/hw_random.txt
5579 F:      drivers/char/hw_random/
5580 F:      include/linux/hw_random.h
5582 HARDWARE SPINLOCK CORE
5583 M:      Ohad Ben-Cohen <ohad@wizery.com>
5584 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5585 L:      linux-remoteproc@vger.kernel.org
5586 S:      Maintained
5587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5588 F:      Documentation/devicetree/bindings/hwlock/
5589 F:      Documentation/hwspinlock.txt
5590 F:      drivers/hwspinlock/
5591 F:      include/linux/hwspinlock.h
5593 HARMONY SOUND DRIVER
5594 L:      linux-parisc@vger.kernel.org
5595 S:      Maintained
5596 F:      sound/parisc/harmony.*
5598 HD29L2 MEDIA DRIVER
5599 M:      Antti Palosaari <crope@iki.fi>
5600 L:      linux-media@vger.kernel.org
5601 W:      https://linuxtv.org
5602 W:      http://palosaari.fi/linux/
5603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5604 T:      git git://linuxtv.org/anttip/media_tree.git
5605 S:      Maintained
5606 F:      drivers/media/dvb-frontends/hd29l2*
5608 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5609 M:      Brian Boylston <brian.boylston@hpe.com>
5610 S:      Supported
5611 F:      Documentation/watchdog/hpwdt.txt
5612 F:      drivers/watchdog/hpwdt.c
5614 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5615 M:      Don Brace <don.brace@microsemi.com>
5616 L:      iss_storagedev@hp.com
5617 L:      esc.storagedev@microsemi.com
5618 L:      linux-scsi@vger.kernel.org
5619 S:      Supported
5620 F:      Documentation/scsi/hpsa.txt
5621 F:      drivers/scsi/hpsa*.[ch]
5622 F:      include/linux/cciss*.h
5623 F:      include/uapi/linux/cciss*.h
5625 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5626 M:      Don Brace <don.brace@microsemi.com>
5627 L:      iss_storagedev@hp.com
5628 L:      esc.storagedev@microsemi.com
5629 L:      linux-scsi@vger.kernel.org
5630 S:      Supported
5631 F:      Documentation/blockdev/cciss.txt
5632 F:      drivers/block/cciss*
5633 F:      include/linux/cciss_ioctl.h
5634 F:      include/uapi/linux/cciss_ioctl.h
5636 HFI1 DRIVER
5637 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5638 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5639 L:      linux-rdma@vger.kernel.org
5640 S:      Supported
5641 F:      drivers/infiniband/hw/hfi1
5643 HFS FILESYSTEM
5644 L:      linux-fsdevel@vger.kernel.org
5645 S:      Orphan
5646 F:      Documentation/filesystems/hfs.txt
5647 F:      fs/hfs/
5649 HFSPLUS FILESYSTEM
5650 L:      linux-fsdevel@vger.kernel.org
5651 S:      Orphan
5652 F:      Documentation/filesystems/hfsplus.txt
5653 F:      fs/hfsplus/
5655 HGA FRAMEBUFFER DRIVER
5656 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5657 L:      linux-nvidia@lists.surfsouth.com
5658 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5659 S:      Maintained
5660 F:      drivers/video/fbdev/hgafb.c
5662 HIBERNATION (aka Software Suspend, aka swsusp)
5663 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5664 M:      Pavel Machek <pavel@ucw.cz>
5665 L:      linux-pm@vger.kernel.org
5666 S:      Supported
5667 F:      arch/x86/power/
5668 F:      drivers/base/power/
5669 F:      kernel/power/
5670 F:      include/linux/suspend.h
5671 F:      include/linux/freezer.h
5672 F:      include/linux/pm.h
5673 F:      arch/*/include/asm/suspend*.h
5675 HID CORE LAYER
5676 M:      Jiri Kosina <jikos@kernel.org>
5677 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5678 L:      linux-input@vger.kernel.org
5679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5680 S:      Maintained
5681 F:      drivers/hid/
5682 F:      include/linux/hid*
5683 F:      include/uapi/linux/hid*
5685 HID SENSOR HUB DRIVERS
5686 M:      Jiri Kosina <jikos@kernel.org>
5687 M:      Jonathan Cameron <jic23@kernel.org>
5688 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5689 L:      linux-input@vger.kernel.org
5690 L:      linux-iio@vger.kernel.org
5691 S:      Maintained
5692 F:      Documentation/hid/hid-sensor*
5693 F:      drivers/hid/hid-sensor-*
5694 F:      drivers/iio/*/hid-*
5695 F:      include/linux/hid-sensor-*
5697 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5698 M:      Thomas Gleixner <tglx@linutronix.de>
5699 L:      linux-kernel@vger.kernel.org
5700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5701 S:      Maintained
5702 F:      Documentation/timers/
5703 F:      kernel/time/hrtimer.c
5704 F:      kernel/time/clockevents.c
5705 F:      kernel/time/tick*.*
5706 F:      kernel/time/timer_*.c
5707 F:      include/linux/clockchips.h
5708 F:      include/linux/hrtimer.h
5710 HIGH-SPEED SCC DRIVER FOR AX.25
5711 L:      linux-hams@vger.kernel.org
5712 S:      Orphan
5713 F:      drivers/net/hamradio/dmascc.c
5714 F:      drivers/net/hamradio/scc.c
5716 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5717 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5718 W:      http://www.highpoint-tech.com
5719 S:      Supported
5720 F:      Documentation/scsi/hptiop.txt
5721 F:      drivers/scsi/hptiop.c
5723 HIPPI
5724 M:      Jes Sorensen <jes@trained-monkey.org>
5725 L:      linux-hippi@sunsite.dk
5726 S:      Maintained
5727 F:      include/linux/hippidevice.h
5728 F:      include/uapi/linux/if_hippi.h
5729 F:      net/802/hippi.c
5730 F:      drivers/net/hippi/
5732 HISILICON NETWORK SUBSYSTEM DRIVER
5733 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5734 M:      Salil Mehta <salil.mehta@huawei.com>
5735 L:      netdev@vger.kernel.org
5736 W:      http://www.hisilicon.com
5737 S:      Maintained
5738 F:      drivers/net/ethernet/hisilicon/
5739 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5741 HISILICON ROCE DRIVER
5742 M:      Lijun Ou <oulijun@huawei.com>
5743 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
5744 L:      linux-rdma@vger.kernel.org
5745 S:      Maintained
5746 F:      drivers/infiniband/hw/hns/
5747 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
5749 HISILICON SAS Controller
5750 M:      John Garry <john.garry@huawei.com>
5751 W:      http://www.hisilicon.com
5752 S:      Supported
5753 F:      drivers/scsi/hisi_sas/
5754 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5756 HOST AP DRIVER
5757 M:      Jouni Malinen <j@w1.fi>
5758 L:      linux-wireless@vger.kernel.org
5759 W:      http://w1.fi/hostap-driver.html
5760 S:      Obsolete
5761 F:      drivers/net/wireless/intersil/hostap/
5763 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5764 L:      platform-driver-x86@vger.kernel.org
5765 S:      Orphan
5766 F:      drivers/platform/x86/tc1100-wmi.c
5768 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5769 M:      Jaroslav Kysela <perex@perex.cz>
5770 S:      Maintained
5771 F:      drivers/net/ethernet/hp/hp100.*
5773 HPET:   High Precision Event Timers driver
5774 M:      Clemens Ladisch <clemens@ladisch.de>
5775 S:      Maintained
5776 F:      Documentation/timers/hpet.txt
5777 F:      drivers/char/hpet.c
5778 F:      include/linux/hpet.h
5779 F:      include/uapi/linux/hpet.h
5781 HPET:   x86
5782 S:      Orphan
5783 F:      arch/x86/kernel/hpet.c
5784 F:      arch/x86/include/asm/hpet.h
5786 HPFS FILESYSTEM
5787 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5788 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5789 S:      Maintained
5790 F:      fs/hpfs/
5792 HSI SUBSYSTEM
5793 M:      Sebastian Reichel <sre@kernel.org>
5794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5795 S:      Maintained
5796 F:      Documentation/ABI/testing/sysfs-bus-hsi
5797 F:      Documentation/device-drivers/serial-interfaces.rst
5798 F:      drivers/hsi/
5799 F:      include/linux/hsi/
5800 F:      include/uapi/linux/hsi/
5802 HSO 3G MODEM DRIVER
5803 M:      Jan Dumon <j.dumon@option.com>
5804 W:      http://www.pharscape.org
5805 S:      Maintained
5806 F:      drivers/net/usb/hso.c
5808 HSR NETWORK PROTOCOL
5809 M:      Arvid Brodin <arvid.brodin@alten.se>
5810 L:      netdev@vger.kernel.org
5811 S:      Maintained
5812 F:      net/hsr/
5814 HTCPEN TOUCHSCREEN DRIVER
5815 M:      Pau Oliva Fora <pof@eslack.org>
5816 L:      linux-input@vger.kernel.org
5817 S:      Maintained
5818 F:      drivers/input/touchscreen/htcpen.c
5820 HUGETLB FILESYSTEM
5821 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5822 S:      Maintained
5823 F:      fs/hugetlbfs/
5825 HVA ST MEDIA DRIVER
5826 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
5827 L:      linux-media@vger.kernel.org
5828 T:      git git://linuxtv.org/media_tree.git
5829 W:      https://linuxtv.org
5830 S:      Supported
5831 F:      drivers/media/platform/sti/hva
5833 Hyper-V CORE AND DRIVERS
5834 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5835 M:      Haiyang Zhang <haiyangz@microsoft.com>
5836 L:      devel@linuxdriverproject.org
5837 S:      Maintained
5838 F:      arch/x86/include/asm/mshyperv.h
5839 F:      arch/x86/include/uapi/asm/hyperv.h
5840 F:      arch/x86/kernel/cpu/mshyperv.c
5841 F:      drivers/hid/hid-hyperv.c
5842 F:      drivers/hv/
5843 F:      drivers/input/serio/hyperv-keyboard.c
5844 F:      drivers/pci/host/pci-hyperv.c
5845 F:      drivers/net/hyperv/
5846 F:      drivers/scsi/storvsc_drv.c
5847 F:      drivers/video/fbdev/hyperv_fb.c
5848 F:      include/linux/hyperv.h
5849 F:      tools/hv/
5850 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5852 I2C MUXES
5853 M:      Peter Rosin <peda@axentia.se>
5854 L:      linux-i2c@vger.kernel.org
5855 S:      Maintained
5856 F:      Documentation/i2c/i2c-topology
5857 F:      Documentation/i2c/muxes/
5858 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5859 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
5860 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
5861 F:      drivers/i2c/i2c-mux.c
5862 F:      drivers/i2c/muxes/
5863 F:      include/linux/i2c-mux.h
5865 I2C OVER PARALLEL PORT
5866 M:      Jean Delvare <jdelvare@suse.com>
5867 L:      linux-i2c@vger.kernel.org
5868 S:      Maintained
5869 F:      Documentation/i2c/busses/i2c-parport
5870 F:      Documentation/i2c/busses/i2c-parport-light
5871 F:      drivers/i2c/busses/i2c-parport.c
5872 F:      drivers/i2c/busses/i2c-parport-light.c
5874 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5875 M:      Jean Delvare <jdelvare@suse.com>
5876 L:      linux-i2c@vger.kernel.org
5877 S:      Maintained
5878 F:      Documentation/i2c/busses/i2c-ali1535
5879 F:      Documentation/i2c/busses/i2c-ali1563
5880 F:      Documentation/i2c/busses/i2c-ali15x3
5881 F:      Documentation/i2c/busses/i2c-amd756
5882 F:      Documentation/i2c/busses/i2c-amd8111
5883 F:      Documentation/i2c/busses/i2c-i801
5884 F:      Documentation/i2c/busses/i2c-nforce2
5885 F:      Documentation/i2c/busses/i2c-piix4
5886 F:      Documentation/i2c/busses/i2c-sis5595
5887 F:      Documentation/i2c/busses/i2c-sis630
5888 F:      Documentation/i2c/busses/i2c-sis96x
5889 F:      Documentation/i2c/busses/i2c-via
5890 F:      Documentation/i2c/busses/i2c-viapro
5891 F:      drivers/i2c/busses/i2c-ali1535.c
5892 F:      drivers/i2c/busses/i2c-ali1563.c
5893 F:      drivers/i2c/busses/i2c-ali15x3.c
5894 F:      drivers/i2c/busses/i2c-amd756.c
5895 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5896 F:      drivers/i2c/busses/i2c-amd8111.c
5897 F:      drivers/i2c/busses/i2c-i801.c
5898 F:      drivers/i2c/busses/i2c-isch.c
5899 F:      drivers/i2c/busses/i2c-nforce2.c
5900 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5901 F:      drivers/i2c/busses/i2c-piix4.c
5902 F:      drivers/i2c/busses/i2c-sis5595.c
5903 F:      drivers/i2c/busses/i2c-sis630.c
5904 F:      drivers/i2c/busses/i2c-sis96x.c
5905 F:      drivers/i2c/busses/i2c-via.c
5906 F:      drivers/i2c/busses/i2c-viapro.c
5908 I2C/SMBUS ISMT DRIVER
5909 M:      Seth Heasley <seth.heasley@intel.com>
5910 M:      Neil Horman <nhorman@tuxdriver.com>
5911 L:      linux-i2c@vger.kernel.org
5912 F:      drivers/i2c/busses/i2c-ismt.c
5913 F:      Documentation/i2c/busses/i2c-ismt
5915 I2C/SMBUS STUB DRIVER
5916 M:      Jean Delvare <jdelvare@suse.com>
5917 L:      linux-i2c@vger.kernel.org
5918 S:      Maintained
5919 F:      drivers/i2c/i2c-stub.c
5921 I2C SUBSYSTEM
5922 M:      Wolfram Sang <wsa@the-dreams.de>
5923 L:      linux-i2c@vger.kernel.org
5924 W:      https://i2c.wiki.kernel.org/
5925 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5927 S:      Maintained
5928 F:      Documentation/devicetree/bindings/i2c/
5929 F:      Documentation/i2c/
5930 F:      drivers/i2c/
5931 F:      drivers/i2c/*/
5932 F:      include/linux/i2c.h
5933 F:      include/linux/i2c-*.h
5934 F:      include/uapi/linux/i2c.h
5935 F:      include/uapi/linux/i2c-*.h
5937 I2C ACPI SUPPORT
5938 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5939 L:      linux-i2c@vger.kernel.org
5940 L:      linux-acpi@vger.kernel.org
5941 S:      Maintained
5943 I2C-TAOS-EVM DRIVER
5944 M:      Jean Delvare <jdelvare@suse.com>
5945 L:      linux-i2c@vger.kernel.org
5946 S:      Maintained
5947 F:      Documentation/i2c/busses/i2c-taos-evm
5948 F:      drivers/i2c/busses/i2c-taos-evm.c
5950 I2C-TINY-USB DRIVER
5951 M:      Till Harbaum <till@harbaum.org>
5952 L:      linux-i2c@vger.kernel.org
5953 W:      http://www.harbaum.org/till/i2c_tiny_usb
5954 S:      Maintained
5955 F:      drivers/i2c/busses/i2c-tiny-usb.c
5957 i386 BOOT CODE
5958 M:      "H. Peter Anvin" <hpa@zytor.com>
5959 S:      Maintained
5960 F:      arch/x86/boot/
5962 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5963 M:      "H. Peter Anvin" <hpa@zytor.com>
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5965 S:      Maintained
5967 IA64 (Itanium) PLATFORM
5968 M:      Tony Luck <tony.luck@intel.com>
5969 M:      Fenghua Yu <fenghua.yu@intel.com>
5970 L:      linux-ia64@vger.kernel.org
5971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5972 S:      Maintained
5973 F:      arch/ia64/
5975 IBM Power VMX Cryptographic instructions
5976 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5977 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5978 L:      linux-crypto@vger.kernel.org
5979 S:      Supported
5980 F:      drivers/crypto/vmx/Makefile
5981 F:      drivers/crypto/vmx/Kconfig
5982 F:      drivers/crypto/vmx/vmx.c
5983 F:      drivers/crypto/vmx/aes*
5984 F:      drivers/crypto/vmx/ghash*
5985 F:      drivers/crypto/vmx/ppc-xlate.pl
5987 IBM Power in-Nest Crypto Acceleration
5988 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5989 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5990 L:      linux-crypto@vger.kernel.org
5991 S:      Supported
5992 F:      drivers/crypto/nx/Makefile
5993 F:      drivers/crypto/nx/Kconfig
5994 F:      drivers/crypto/nx/nx-aes*
5995 F:      drivers/crypto/nx/nx-sha*
5996 F:      drivers/crypto/nx/nx.*
5997 F:      drivers/crypto/nx/nx_csbcpb.h
5998 F:      drivers/crypto/nx/nx_debugfs.h
6000 IBM Power 842 compression accelerator
6001 M:      Dan Streetman <ddstreet@ieee.org>
6002 S:      Supported
6003 F:      drivers/crypto/nx/Makefile
6004 F:      drivers/crypto/nx/Kconfig
6005 F:      drivers/crypto/nx/nx-842*
6006 F:      include/linux/sw842.h
6007 F:      crypto/842.c
6008 F:      lib/842/
6010 IBM Power Linux RAID adapter
6011 M:      Brian King <brking@us.ibm.com>
6012 S:      Supported
6013 F:      drivers/scsi/ipr.*
6015 IBM Power Virtual Ethernet Device Driver
6016 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6017 L:      netdev@vger.kernel.org
6018 S:      Supported
6019 F:      drivers/net/ethernet/ibm/ibmveth.*
6021 IBM Power SRIOV Virtual NIC Device Driver
6022 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6023 M:      John Allen <jallen@linux.vnet.ibm.com>
6024 L:      netdev@vger.kernel.org
6025 S:      Supported
6026 F:      drivers/net/ethernet/ibm/ibmvnic.*
6028 IBM Power Virtual SCSI Device Drivers
6029 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6030 L:      linux-scsi@vger.kernel.org
6031 S:      Supported
6032 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6033 F:      include/scsi/viosrp.h
6035 IBM Power Virtual SCSI Device Target Driver
6036 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6037 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6038 L:      linux-scsi@vger.kernel.org
6039 L:      target-devel@vger.kernel.org
6040 S:      Supported
6041 F:      drivers/scsi/ibmvscsi_tgt/
6043 IBM Power Virtual FC Device Drivers
6044 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6045 L:      linux-scsi@vger.kernel.org
6046 S:      Supported
6047 F:      drivers/scsi/ibmvscsi/ibmvfc*
6049 IBM ServeRAID RAID DRIVER
6050 S:      Orphan
6051 F:      drivers/scsi/ips.*
6053 ICH LPC AND GPIO DRIVER
6054 M:      Peter Tyser <ptyser@xes-inc.com>
6055 S:      Maintained
6056 F:      drivers/mfd/lpc_ich.c
6057 F:      drivers/gpio/gpio-ich.c
6059 IDE SUBSYSTEM
6060 M:      "David S. Miller" <davem@davemloft.net>
6061 L:      linux-ide@vger.kernel.org
6062 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6064 S:      Maintained
6065 F:      Documentation/ide/
6066 F:      drivers/ide/
6067 F:      include/linux/ide.h
6069 IDEAPAD LAPTOP EXTRAS DRIVER
6070 M:      Ike Panhc <ike.pan@canonical.com>
6071 L:      platform-driver-x86@vger.kernel.org
6072 W:      http://launchpad.net/ideapad-laptop
6073 S:      Maintained
6074 F:      drivers/platform/x86/ideapad-laptop.c
6076 IDEAPAD LAPTOP SLIDEBAR DRIVER
6077 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6078 L:      linux-input@vger.kernel.org
6079 W:      https://github.com/o2genum/ideapad-slidebar
6080 S:      Maintained
6081 F:      drivers/input/misc/ideapad_slidebar.c
6083 IDE/ATAPI DRIVERS
6084 M:      Borislav Petkov <bp@alien8.de>
6085 L:      linux-ide@vger.kernel.org
6086 S:      Maintained
6087 F:      Documentation/cdrom/ide-cd
6088 F:      drivers/ide/ide-cd*
6090 IDLE-I7300
6091 M:      Andy Henroid <andrew.d.henroid@intel.com>
6092 L:      linux-pm@vger.kernel.org
6093 S:      Supported
6094 F:      drivers/idle/i7300_idle.c
6096 IEEE 802.15.4 SUBSYSTEM
6097 M:      Alexander Aring <aar@pengutronix.de>
6098 L:      linux-wpan@vger.kernel.org
6099 W:      http://wpan.cakelab.org/
6100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6102 S:      Maintained
6103 F:      net/ieee802154/
6104 F:      net/mac802154/
6105 F:      drivers/net/ieee802154/
6106 F:      include/linux/nl802154.h
6107 F:      include/linux/ieee802154.h
6108 F:      include/net/nl802154.h
6109 F:      include/net/mac802154.h
6110 F:      include/net/af_ieee802154.h
6111 F:      include/net/cfg802154.h
6112 F:      include/net/ieee802154_netdev.h
6113 F:      Documentation/networking/ieee802154.txt
6115 IGORPLUG-USB IR RECEIVER
6116 M:      Sean Young <sean@mess.org>
6117 L:      linux-media@vger.kernel.org
6118 S:      Maintained
6119 F:      drivers/media/rc/igorplugusb.c
6121 IGUANAWORKS USB IR TRANSCEIVER
6122 M:      Sean Young <sean@mess.org>
6123 L:      linux-media@vger.kernel.org
6124 S:      Maintained
6125 F:      drivers/media/rc/iguanair.c
6127 IIO DIGITAL POTENTIOMETER DAC
6128 M:      Peter Rosin <peda@axentia.se>
6129 L:      linux-iio@vger.kernel.org
6130 S:      Maintained
6131 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6132 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6133 F:      drivers/iio/dac/dpot-dac.c
6135 IIO ENVELOPE DETECTOR
6136 M:      Peter Rosin <peda@axentia.se>
6137 L:      linux-iio@vger.kernel.org
6138 S:      Maintained
6139 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6140 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6141 F:      drivers/iio/adc/envelope-detector.c
6143 IIO SUBSYSTEM AND DRIVERS
6144 M:      Jonathan Cameron <jic23@kernel.org>
6145 R:      Hartmut Knaack <knaack.h@gmx.de>
6146 R:      Lars-Peter Clausen <lars@metafoo.de>
6147 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6148 L:      linux-iio@vger.kernel.org
6149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6150 S:      Maintained
6151 F:      Documentation/devicetree/bindings/iio/
6152 F:      drivers/iio/
6153 F:      drivers/staging/iio/
6154 F:      include/linux/iio/
6155 F:      tools/iio/
6157 IKANOS/ADI EAGLE ADSL USB DRIVER
6158 M:      Matthieu Castet <castet.matthieu@free.fr>
6159 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6160 S:      Maintained
6161 F:      drivers/usb/atm/ueagle-atm.c
6163 IMGTEC ASCII LCD DRIVER
6164 M:      Paul Burton <paul.burton@imgtec.com>
6165 S:      Maintained
6166 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6167 F:      drivers/auxdisplay/img-ascii-lcd.c
6169 INA209 HARDWARE MONITOR DRIVER
6170 M:      Guenter Roeck <linux@roeck-us.net>
6171 L:      linux-hwmon@vger.kernel.org
6172 S:      Maintained
6173 F:      Documentation/hwmon/ina209
6174 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6175 F:      drivers/hwmon/ina209.c
6177 INA2XX HARDWARE MONITOR DRIVER
6178 M:      Guenter Roeck <linux@roeck-us.net>
6179 L:      linux-hwmon@vger.kernel.org
6180 S:      Maintained
6181 F:      Documentation/hwmon/ina2xx
6182 F:      drivers/hwmon/ina2xx.c
6183 F:      include/linux/platform_data/ina2xx.h
6185 INDUSTRY PACK SUBSYSTEM (IPACK)
6186 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6187 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6188 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6189 L:      industrypack-devel@lists.sourceforge.net
6190 W:      http://industrypack.sourceforge.net
6191 S:      Maintained
6192 F:      drivers/ipack/
6194 INGENIC JZ4780 DMA Driver
6195 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6196 S:      Maintained
6197 F:      drivers/dma/dma-jz4780.c
6199 INGENIC JZ4780 NAND DRIVER
6200 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6201 L:      linux-mtd@lists.infradead.org
6202 S:      Maintained
6203 F:      drivers/mtd/nand/jz4780_*
6205 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6206 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6207 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6208 L:      linux-ima-devel@lists.sourceforge.net
6209 L:      linux-ima-user@lists.sourceforge.net
6210 L:      linux-security-module@vger.kernel.org
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6212 S:      Supported
6213 F:      security/integrity/ima/
6215 IMGTEC IR DECODER DRIVER
6216 M:      James Hogan <james.hogan@imgtec.com>
6217 S:      Maintained
6218 F:      drivers/media/rc/img-ir/
6220 IMS TWINTURBO FRAMEBUFFER DRIVER
6221 L:      linux-fbdev@vger.kernel.org
6222 S:      Orphan
6223 F:      drivers/video/fbdev/imsttfb.c
6225 INFINIBAND SUBSYSTEM
6226 M:      Doug Ledford <dledford@redhat.com>
6227 M:      Sean Hefty <sean.hefty@intel.com>
6228 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
6229 L:      linux-rdma@vger.kernel.org
6230 W:      http://www.openfabrics.org/
6231 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6233 S:      Supported
6234 F:      Documentation/infiniband/
6235 F:      drivers/infiniband/
6236 F:      include/uapi/linux/if_infiniband.h
6237 F:      include/uapi/rdma/
6238 F:      include/rdma/
6240 INOTIFY
6241 M:      John McCutchan <john@johnmccutchan.com>
6242 M:      Robert Love <rlove@rlove.org>
6243 M:      Eric Paris <eparis@parisplace.org>
6244 S:      Maintained
6245 F:      Documentation/filesystems/inotify.txt
6246 F:      fs/notify/inotify/
6247 F:      include/linux/inotify.h
6248 F:      include/uapi/linux/inotify.h
6250 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6251 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6252 L:      linux-input@vger.kernel.org
6253 Q:      http://patchwork.kernel.org/project/linux-input/list/
6254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6255 S:      Maintained
6256 F:      drivers/input/
6257 F:      include/linux/input.h
6258 F:      include/uapi/linux/input.h
6259 F:      include/linux/input/
6260 F:      Documentation/devicetree/bindings/input/
6262 INPUT MULTITOUCH (MT) PROTOCOL
6263 M:      Henrik Rydberg <rydberg@bitmath.org>
6264 L:      linux-input@vger.kernel.org
6265 S:      Odd fixes
6266 F:      Documentation/input/multi-touch-protocol.txt
6267 F:      drivers/input/input-mt.c
6268 K:      \b(ABS|SYN)_MT_
6270 INTEL ASoC BDW/HSW DRIVERS
6271 M:      Jie Yang <yang.jie@linux.intel.com>
6272 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6273 S:      Supported
6274 F:      sound/soc/intel/common/sst-dsp*
6275 F:      sound/soc/intel/common/sst-firmware.c
6276 F:      sound/soc/intel/boards/broadwell.c
6277 F:      sound/soc/intel/haswell/
6279 INTEL C600 SERIES SAS CONTROLLER DRIVER
6280 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6281 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6282 L:      linux-scsi@vger.kernel.org
6283 T:      git git://git.code.sf.net/p/intel-sas/isci
6284 S:      Supported
6285 F:      drivers/scsi/isci/
6287 INTEL HID EVENT DRIVER
6288 M:      Alex Hung <alex.hung@canonical.com>
6289 L:      platform-driver-x86@vger.kernel.org
6290 S:      Maintained
6291 F:      drivers/platform/x86/intel-hid.c
6293 INTEL VIRTUAL BUTTON DRIVER
6294 M:      AceLan Kao <acelan.kao@canonical.com>
6295 L:      platform-driver-x86@vger.kernel.org
6296 S:      Maintained
6297 F:      drivers/platform/x86/intel-vbtn.c
6299 INTEL IDLE DRIVER
6300 M:      Len Brown <lenb@kernel.org>
6301 L:      linux-pm@vger.kernel.org
6302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6303 S:      Supported
6304 F:      drivers/idle/intel_idle.c
6306 INTEL INTEGRATED SENSOR HUB DRIVER
6307 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6308 M:      Jiri Kosina <jikos@kernel.org>
6309 L:      linux-input@vger.kernel.org
6310 S:      Maintained
6311 F:      drivers/hid/intel-ish-hid/
6313 INTEL PSTATE DRIVER
6314 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6315 M:      Len Brown <lenb@kernel.org>
6316 L:      linux-pm@vger.kernel.org
6317 S:      Supported
6318 F:      drivers/cpufreq/intel_pstate.c
6320 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6321 M:      Maik Broemme <mbroemme@libmpq.org>
6322 L:      linux-fbdev@vger.kernel.org
6323 S:      Maintained
6324 F:      Documentation/fb/intelfb.txt
6325 F:      drivers/video/fbdev/intelfb/
6327 INTEL 810/815 FRAMEBUFFER DRIVER
6328 M:      Antonino Daplas <adaplas@gmail.com>
6329 L:      linux-fbdev@vger.kernel.org
6330 S:      Maintained
6331 F:      drivers/video/fbdev/i810/
6333 INTEL MENLOW THERMAL DRIVER
6334 M:      Sujith Thomas <sujith.thomas@intel.com>
6335 L:      platform-driver-x86@vger.kernel.org
6336 W:      https://01.org/linux-acpi
6337 S:      Supported
6338 F:      drivers/platform/x86/intel_menlow.c
6340 INTEL I/OAT DMA DRIVER
6341 M:      Dave Jiang <dave.jiang@intel.com>
6342 R:      Dan Williams <dan.j.williams@intel.com>
6343 L:      dmaengine@vger.kernel.org
6344 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6345 S:      Supported
6346 F:      drivers/dma/ioat*
6348 INTEL IOMMU (VT-d)
6349 M:      David Woodhouse <dwmw2@infradead.org>
6350 L:      iommu@lists.linux-foundation.org
6351 T:      git git://git.infradead.org/iommu-2.6.git
6352 S:      Supported
6353 F:      drivers/iommu/intel-iommu.c
6354 F:      include/linux/intel-iommu.h
6356 INTEL IOP-ADMA DMA DRIVER
6357 R:      Dan Williams <dan.j.williams@intel.com>
6358 S:      Odd fixes
6359 F:      drivers/dma/iop-adma.c
6361 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6362 M:      Krzysztof Halasa <khalasa@piap.pl>
6363 S:      Maintained
6364 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6365 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6366 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6367 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6368 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6369 F:      drivers/net/wan/ixp4xx_hss.c
6371 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6372 M:      Deepak Saxena <dsaxena@plexity.net>
6373 S:      Maintained
6374 F:      drivers/char/hw_random/ixp4xx-rng.c
6376 INTEL ETHERNET DRIVERS
6377 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6378 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6379 W:      http://www.intel.com/support/feedback.htm
6380 W:      http://e1000.sourceforge.net/
6381 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6384 S:      Supported
6385 F:      Documentation/networking/e100.txt
6386 F:      Documentation/networking/e1000.txt
6387 F:      Documentation/networking/e1000e.txt
6388 F:      Documentation/networking/igb.txt
6389 F:      Documentation/networking/igbvf.txt
6390 F:      Documentation/networking/ixgb.txt
6391 F:      Documentation/networking/ixgbe.txt
6392 F:      Documentation/networking/ixgbevf.txt
6393 F:      Documentation/networking/i40e.txt
6394 F:      Documentation/networking/i40evf.txt
6395 F:      drivers/net/ethernet/intel/
6396 F:      drivers/net/ethernet/intel/*/
6398 INTEL RDMA RNIC DRIVER
6399 M:     Faisal Latif <faisal.latif@intel.com>
6400 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6401 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6402 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6403 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6404 L:     linux-rdma@vger.kernel.org
6405 S:     Supported
6406 F:     drivers/infiniband/hw/i40iw/
6408 INTEL MERRIFIELD GPIO DRIVER
6409 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6410 L:      linux-gpio@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/gpio/gpio-merrifield.c
6414 INTEL-MID GPIO DRIVER
6415 M:      David Cohen <david.a.cohen@linux.intel.com>
6416 L:      linux-gpio@vger.kernel.org
6417 S:      Maintained
6418 F:      drivers/gpio/gpio-intel-mid.c
6420 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6421 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6422 L:      linux-wireless@vger.kernel.org
6423 S:      Maintained
6424 F:      Documentation/networking/README.ipw2100
6425 F:      Documentation/networking/README.ipw2200
6426 F:      drivers/net/wireless/intel/ipw2x00/
6428 INTEL(R) TRACE HUB
6429 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6430 S:      Supported
6431 F:      Documentation/trace/intel_th.txt
6432 F:      drivers/hwtracing/intel_th/
6434 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6435 M:      Ning Sun <ning.sun@intel.com>
6436 L:      tboot-devel@lists.sourceforge.net
6437 W:      http://tboot.sourceforge.net
6438 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6439 S:      Supported
6440 F:      Documentation/intel_txt.txt
6441 F:      include/linux/tboot.h
6442 F:      arch/x86/kernel/tboot.c
6444 INTEL WIRELESS WIMAX CONNECTION 2400
6445 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6446 M:      linux-wimax@intel.com
6447 L:      wimax@linuxwimax.org (subscribers-only)
6448 S:      Supported
6449 W:      http://linuxwimax.org
6450 F:      Documentation/wimax/README.i2400m
6451 F:      drivers/net/wimax/i2400m/
6452 F:      include/uapi/linux/wimax/i2400m.h
6454 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6455 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6456 L:      linux-wireless@vger.kernel.org
6457 S:      Supported
6458 F:      drivers/net/wireless/intel/iwlegacy/
6460 INTEL WIRELESS WIFI LINK (iwlwifi)
6461 M:      Johannes Berg <johannes.berg@intel.com>
6462 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6463 M:      Luca Coelho <luciano.coelho@intel.com>
6464 M:      Intel Linux Wireless <linuxwifi@intel.com>
6465 L:      linux-wireless@vger.kernel.org
6466 W:      http://intellinuxwireless.org
6467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6468 S:      Supported
6469 F:      drivers/net/wireless/intel/iwlwifi/
6471 INTEL MANAGEMENT ENGINE (mei)
6472 M:      Tomas Winkler <tomas.winkler@intel.com>
6473 L:      linux-kernel@vger.kernel.org
6474 S:      Supported
6475 F:      include/uapi/linux/mei.h
6476 F:      include/linux/mei_cl_bus.h
6477 F:      drivers/misc/mei/*
6478 F:      drivers/watchdog/mei_wdt.c
6479 F:      Documentation/misc-devices/mei/*
6480 F:      samples/mei/*
6482 INTEL MIC DRIVERS (mic)
6483 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6484 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6485 S:      Supported
6486 W:      https://github.com/sudeepdutt/mic
6487 W:      http://software.intel.com/en-us/mic-developer
6488 F:      include/linux/mic_bus.h
6489 F:      include/linux/scif.h
6490 F:      include/uapi/linux/mic_common.h
6491 F:      include/uapi/linux/mic_ioctl.h
6492 F:      include/uapi/linux/scif_ioctl.h
6493 F:      drivers/misc/mic/
6494 F:      drivers/dma/mic_x100_dma.c
6495 F:      drivers/dma/mic_x100_dma.h
6496 F:      Documentation/mic/
6498 INTEL PMC/P-Unit IPC DRIVER
6499 M:      Zha Qipeng<qipeng.zha@intel.com>
6500 L:      platform-driver-x86@vger.kernel.org
6501 S:      Maintained
6502 F:      drivers/platform/x86/intel_pmc_ipc.c
6503 F:      drivers/platform/x86/intel_punit_ipc.c
6504 F:      arch/x86/include/asm/intel_pmc_ipc.h
6505 F:      arch/x86/include/asm/intel_punit_ipc.h
6507 INTEL TELEMETRY DRIVER
6508 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6509 L:      platform-driver-x86@vger.kernel.org
6510 S:      Maintained
6511 F:      arch/x86/include/asm/intel_telemetry.h
6512 F:      drivers/platform/x86/intel_telemetry*
6514 INTEL PMC CORE DRIVER
6515 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6516 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6517 L:      platform-driver-x86@vger.kernel.org
6518 S:      Maintained
6519 F:      arch/x86/include/asm/pmc_core.h
6520 F:      drivers/platform/x86/intel_pmc_core*
6522 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6523 M:      Linus Walleij <linus.walleij@linaro.org>
6524 L:      linux-iio@vger.kernel.org
6525 S:      Maintained
6526 F:      drivers/iio/gyro/mpu3050*
6527 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6529 IOC3 ETHERNET DRIVER
6530 M:      Ralf Baechle <ralf@linux-mips.org>
6531 L:      linux-mips@linux-mips.org
6532 S:      Maintained
6533 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6535 IOC3 SERIAL DRIVER
6536 M:      Pat Gefre <pfg@sgi.com>
6537 L:      linux-serial@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/tty/serial/ioc3_serial.c
6541 IOMMU DRIVERS
6542 M:      Joerg Roedel <joro@8bytes.org>
6543 L:      iommu@lists.linux-foundation.org
6544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6545 S:      Maintained
6546 F:      Documentation/devicetree/bindings/iommu/
6547 F:      drivers/iommu/
6549 IP MASQUERADING
6550 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6551 S:      Maintained
6552 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6554 IPMI SUBSYSTEM
6555 M:      Corey Minyard <minyard@acm.org>
6556 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6557 W:      http://openipmi.sourceforge.net/
6558 S:      Supported
6559 F:      Documentation/IPMI.txt
6560 F:      drivers/char/ipmi/
6561 F:      include/linux/ipmi*
6562 F:      include/uapi/linux/ipmi*
6564 QCOM AUDIO (ASoC) DRIVERS
6565 M:      Patrick Lai <plai@codeaurora.org>
6566 M:      Banajit Goswami <bgoswami@codeaurora.org>
6567 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6568 S:      Supported
6569 F:      sound/soc/qcom/
6571 IPS SCSI RAID DRIVER
6572 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6573 L:      linux-scsi@vger.kernel.org
6574 W:      http://www.adaptec.com/
6575 S:      Maintained
6576 F:      drivers/scsi/ips*
6578 IPVS
6579 M:      Wensong Zhang <wensong@linux-vs.org>
6580 M:      Simon Horman <horms@verge.net.au>
6581 M:      Julian Anastasov <ja@ssi.bg>
6582 L:      netdev@vger.kernel.org
6583 L:      lvs-devel@vger.kernel.org
6584 S:      Maintained
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6587 F:      Documentation/networking/ipvs-sysctl.txt
6588 F:      include/net/ip_vs.h
6589 F:      include/uapi/linux/ip_vs.h
6590 F:      net/netfilter/ipvs/
6592 IPWIRELESS DRIVER
6593 M:      Jiri Kosina <jikos@kernel.org>
6594 M:      David Sterba <dsterba@suse.com>
6595 S:      Odd Fixes
6596 F:      drivers/tty/ipwireless/
6598 IPX NETWORK LAYER
6599 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6600 L:      netdev@vger.kernel.org
6601 S:      Maintained
6602 F:      include/net/ipx.h
6603 F:      include/uapi/linux/ipx.h
6604 F:      net/ipx/
6606 IRDA SUBSYSTEM
6607 M:      Samuel Ortiz <samuel@sortiz.org>
6608 L:      irda-users@lists.sourceforge.net (subscribers-only)
6609 L:      netdev@vger.kernel.org
6610 W:      http://irda.sourceforge.net/
6611 S:      Maintained
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6613 F:      Documentation/networking/irda.txt
6614 F:      drivers/net/irda/
6615 F:      include/net/irda/
6616 F:      net/irda/
6618 IRQ SUBSYSTEM
6619 M:      Thomas Gleixner <tglx@linutronix.de>
6620 L:      linux-kernel@vger.kernel.org
6621 S:      Maintained
6622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6623 F:      kernel/irq/
6625 IRQCHIP DRIVERS
6626 M:      Thomas Gleixner <tglx@linutronix.de>
6627 M:      Jason Cooper <jason@lakedaemon.net>
6628 M:      Marc Zyngier <marc.zyngier@arm.com>
6629 L:      linux-kernel@vger.kernel.org
6630 S:      Maintained
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6632 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6633 F:      Documentation/devicetree/bindings/interrupt-controller/
6634 F:      drivers/irqchip/
6636 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6637 M:      Marc Zyngier <marc.zyngier@arm.com>
6638 S:      Maintained
6639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6640 F:      Documentation/IRQ-domain.txt
6641 F:      include/linux/irqdomain.h
6642 F:      kernel/irq/irqdomain.c
6643 F:      kernel/irq/msi.c
6646 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6647 S:      Maintained
6648 F:      Documentation/isa.txt
6649 F:      drivers/base/isa.c
6650 F:      include/linux/isa.h
6652 ISAPNP
6653 M:      Jaroslav Kysela <perex@perex.cz>
6654 S:      Maintained
6655 F:      Documentation/isapnp.txt
6656 F:      drivers/pnp/isapnp/
6657 F:      include/linux/isapnp.h
6659 ISA RADIO MODULE
6660 M:      Hans Verkuil <hverkuil@xs4all.nl>
6661 L:      linux-media@vger.kernel.org
6662 T:      git git://linuxtv.org/media_tree.git
6663 W:      https://linuxtv.org
6664 S:      Maintained
6665 F:      drivers/media/radio/radio-isa*
6667 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6668 M:      Peter Jones <pjones@redhat.com>
6669 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6670 S:      Maintained
6671 F:      drivers/firmware/iscsi_ibft*
6673 ISCSI
6674 M:      Lee Duncan <lduncan@suse.com>
6675 M:      Chris Leech <cleech@redhat.com>
6676 L:      open-iscsi@googlegroups.com
6677 W:      www.open-iscsi.com
6678 S:      Maintained
6679 F:      drivers/scsi/*iscsi*
6680 F:      include/scsi/*iscsi*
6682 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6683 M:      Or Gerlitz <ogerlitz@mellanox.com>
6684 M:      Sagi Grimberg <sagi@grimberg.me>
6685 M:      Roi Dayan <roid@mellanox.com>
6686 L:      linux-rdma@vger.kernel.org
6687 S:      Supported
6688 W:      http://www.openfabrics.org
6689 W:      www.open-iscsi.org
6690 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6691 F:      drivers/infiniband/ulp/iser/
6693 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6694 M:      Sagi Grimberg <sagi@grimberg.me>
6695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6696 L:      linux-rdma@vger.kernel.org
6697 L:      target-devel@vger.kernel.org
6698 S:      Supported
6699 W:      http://www.linux-iscsi.org
6700 F:      drivers/infiniband/ulp/isert
6702 ISDN SUBSYSTEM
6703 M:      Karsten Keil <isdn@linux-pingi.de>
6704 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6705 L:      netdev@vger.kernel.org
6706 W:      http://www.isdn4linux.de
6707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6708 S:      Maintained
6709 F:      Documentation/isdn/
6710 F:      drivers/isdn/
6711 F:      include/linux/isdn.h
6712 F:      include/linux/isdn/
6713 F:      include/uapi/linux/isdn.h
6714 F:      include/uapi/linux/isdn/
6716 ISDN SUBSYSTEM (Eicon active card driver)
6717 M:      Armin Schindler <mac@melware.de>
6718 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6719 W:      http://www.melware.de
6720 S:      Maintained
6721 F:      drivers/isdn/hardware/eicon/
6723 IT87 HARDWARE MONITORING DRIVER
6724 M:      Jean Delvare <jdelvare@suse.com>
6725 L:      linux-hwmon@vger.kernel.org
6726 S:      Maintained
6727 F:      Documentation/hwmon/it87
6728 F:      drivers/hwmon/it87.c
6730 IT913X MEDIA DRIVER
6731 M:      Antti Palosaari <crope@iki.fi>
6732 L:      linux-media@vger.kernel.org
6733 W:      https://linuxtv.org
6734 W:      http://palosaari.fi/linux/
6735 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6736 T:      git git://linuxtv.org/anttip/media_tree.git
6737 S:      Maintained
6738 F:      drivers/media/tuners/it913x*
6740 IVTV VIDEO4LINUX DRIVER
6741 M:      Andy Walls <awalls@md.metrocast.net>
6742 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6743 L:      linux-media@vger.kernel.org
6744 T:      git git://linuxtv.org/media_tree.git
6745 W:      http://www.ivtvdriver.org
6746 S:      Maintained
6747 F:      Documentation/media/v4l-drivers/ivtv*
6748 F:      drivers/media/pci/ivtv/
6749 F:      include/uapi/linux/ivtv*
6751 IX2505V MEDIA DRIVER
6752 M:      Malcolm Priestley <tvboxspy@gmail.com>
6753 L:      linux-media@vger.kernel.org
6754 W:      https://linuxtv.org
6755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6756 S:      Maintained
6757 F:      drivers/media/dvb-frontends/ix2505v*
6759 JC42.4 TEMPERATURE SENSOR DRIVER
6760 M:      Guenter Roeck <linux@roeck-us.net>
6761 L:      linux-hwmon@vger.kernel.org
6762 S:      Maintained
6763 F:      drivers/hwmon/jc42.c
6764 F:      Documentation/hwmon/jc42
6766 JFS FILESYSTEM
6767 M:      Dave Kleikamp <shaggy@kernel.org>
6768 L:      jfs-discussion@lists.sourceforge.net
6769 W:      http://jfs.sourceforge.net/
6770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6771 S:      Maintained
6772 F:      Documentation/filesystems/jfs.txt
6773 F:      fs/jfs/
6775 JME NETWORK DRIVER
6776 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6777 L:      netdev@vger.kernel.org
6778 S:      Maintained
6779 F:      drivers/net/ethernet/jme.*
6781 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6782 M:      David Woodhouse <dwmw2@infradead.org>
6783 L:      linux-mtd@lists.infradead.org
6784 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6785 S:      Maintained
6786 F:      fs/jffs2/
6787 F:      include/uapi/linux/jffs2.h
6789 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6790 M:      "Theodore Ts'o" <tytso@mit.edu>
6791 M:      Jan Kara <jack@suse.com>
6792 L:      linux-ext4@vger.kernel.org
6793 S:      Maintained
6794 F:      fs/jbd2/
6795 F:      include/linux/jbd2.h
6797 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6798 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6799 L:      linux-media@vger.kernel.org
6800 S:      Maintained
6801 F:      drivers/media/platform/rcar_jpu.c
6803 JSM Neo PCI based serial card
6804 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6805 L:      linux-serial@vger.kernel.org
6806 S:      Maintained
6807 F:      drivers/tty/serial/jsm/
6809 K10TEMP HARDWARE MONITORING DRIVER
6810 M:      Clemens Ladisch <clemens@ladisch.de>
6811 L:      linux-hwmon@vger.kernel.org
6812 S:      Maintained
6813 F:      Documentation/hwmon/k10temp
6814 F:      drivers/hwmon/k10temp.c
6816 K8TEMP HARDWARE MONITORING DRIVER
6817 M:      Rudolf Marek <r.marek@assembler.cz>
6818 L:      linux-hwmon@vger.kernel.org
6819 S:      Maintained
6820 F:      Documentation/hwmon/k8temp
6821 F:      drivers/hwmon/k8temp.c
6823 KASAN
6824 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6825 R:      Alexander Potapenko <glider@google.com>
6826 R:      Dmitry Vyukov <dvyukov@google.com>
6827 L:      kasan-dev@googlegroups.com
6828 S:      Maintained
6829 F:      arch/*/include/asm/kasan.h
6830 F:      arch/*/mm/kasan_init*
6831 F:      Documentation/dev-tools/kasan.rst
6832 F:      include/linux/kasan*.h
6833 F:      lib/test_kasan.c
6834 F:      mm/kasan/
6835 F:      scripts/Makefile.kasan
6837 KCONFIG
6838 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6839 L:      linux-kbuild@vger.kernel.org
6840 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6841 S:      Maintained
6842 F:      Documentation/kbuild/kconfig-language.txt
6843 F:      scripts/kconfig/
6845 KDUMP
6846 M:      Dave Young <dyoung@redhat.com>
6847 M:      Baoquan He <bhe@redhat.com>
6848 R:      Vivek Goyal <vgoyal@redhat.com>
6849 L:      kexec@lists.infradead.org
6850 W:      http://lse.sourceforge.net/kdump/
6851 S:      Maintained
6852 F:      Documentation/kdump/
6854 KEENE FM RADIO TRANSMITTER DRIVER
6855 M:      Hans Verkuil <hverkuil@xs4all.nl>
6856 L:      linux-media@vger.kernel.org
6857 T:      git git://linuxtv.org/media_tree.git
6858 W:      https://linuxtv.org
6859 S:      Maintained
6860 F:      drivers/media/radio/radio-keene*
6862 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6863 M:      Ian Kent <raven@themaw.net>
6864 L:      autofs@vger.kernel.org
6865 S:      Maintained
6866 F:      fs/autofs4/
6868 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6869 M:      Michal Marek <mmarek@suse.com>
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6872 L:      linux-kbuild@vger.kernel.org
6873 S:      Maintained
6874 F:      Documentation/kbuild/
6875 F:      Makefile
6876 F:      scripts/Makefile.*
6877 F:      scripts/basic/
6878 F:      scripts/mk*
6879 F:      scripts/package/
6881 KERNEL JANITORS
6882 L:      kernel-janitors@vger.kernel.org
6883 W:      http://kernelnewbies.org/KernelJanitors
6884 S:      Odd Fixes
6886 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6887 M:      "J. Bruce Fields" <bfields@fieldses.org>
6888 M:      Jeff Layton <jlayton@poochiereds.net>
6889 L:      linux-nfs@vger.kernel.org
6890 W:      http://nfs.sourceforge.net/
6891 T:      git git://linux-nfs.org/~bfields/linux.git
6892 S:      Supported
6893 F:      fs/nfsd/
6894 F:      include/uapi/linux/nfsd/
6895 F:      fs/lockd/
6896 F:      fs/nfs_common/
6897 F:      net/sunrpc/
6898 F:      include/linux/lockd/
6899 F:      include/linux/sunrpc/
6900 F:      include/uapi/linux/sunrpc/
6902 KERNEL SELFTEST FRAMEWORK
6903 M:      Shuah Khan <shuahkh@osg.samsung.com>
6904 M:      Shuah Khan <shuah@kernel.org>
6905 L:      linux-kselftest@vger.kernel.org
6906 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6907 S:      Maintained
6908 F:      tools/testing/selftests
6910 KERNEL VIRTUAL MACHINE (KVM)
6911 M:      Paolo Bonzini <pbonzini@redhat.com>
6912 M:      Radim Krčmář <rkrcmar@redhat.com>
6913 L:      kvm@vger.kernel.org
6914 W:      http://www.linux-kvm.org
6915 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6916 S:      Supported
6917 F:      Documentation/*/kvm*.txt
6918 F:      Documentation/virtual/kvm/
6919 F:      arch/*/kvm/
6920 F:      arch/x86/kernel/kvm.c
6921 F:      arch/x86/kernel/kvmclock.c
6922 F:      arch/*/include/asm/kvm*
6923 F:      include/linux/kvm*
6924 F:      include/uapi/linux/kvm*
6925 F:      virt/kvm/
6926 F:      tools/kvm/
6928 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6929 M:      Joerg Roedel <joro@8bytes.org>
6930 L:      kvm@vger.kernel.org
6931 W:      http://www.linux-kvm.org/
6932 S:      Maintained
6933 F:      arch/x86/include/asm/svm.h
6934 F:      arch/x86/kvm/svm.c
6936 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6937 M:      Alexander Graf <agraf@suse.com>
6938 L:      kvm-ppc@vger.kernel.org
6939 W:      http://www.linux-kvm.org/
6940 T:      git git://github.com/agraf/linux-2.6.git
6941 S:      Supported
6942 F:      arch/powerpc/include/asm/kvm*
6943 F:      arch/powerpc/kvm/
6945 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6946 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6947 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6948 L:      linux-s390@vger.kernel.org
6949 W:      http://www.ibm.com/developerworks/linux/linux390/
6950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6951 S:      Supported
6952 F:      Documentation/s390/kvm.txt
6953 F:      arch/s390/include/asm/kvm*
6954 F:      arch/s390/kvm/
6956 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6957 M:      Christoffer Dall <christoffer.dall@linaro.org>
6958 M:      Marc Zyngier <marc.zyngier@arm.com>
6959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6960 L:      kvmarm@lists.cs.columbia.edu
6961 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6963 S:      Supported
6964 F:      arch/arm/include/uapi/asm/kvm*
6965 F:      arch/arm/include/asm/kvm*
6966 F:      arch/arm/kvm/
6967 F:      virt/kvm/arm/
6968 F:      include/kvm/arm_*
6970 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6971 M:      Christoffer Dall <christoffer.dall@linaro.org>
6972 M:      Marc Zyngier <marc.zyngier@arm.com>
6973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6974 L:      kvmarm@lists.cs.columbia.edu
6975 S:      Maintained
6976 F:      arch/arm64/include/uapi/asm/kvm*
6977 F:      arch/arm64/include/asm/kvm*
6978 F:      arch/arm64/kvm/
6980 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6981 M:      James Hogan <james.hogan@imgtec.com>
6982 L:      linux-mips@linux-mips.org
6983 S:      Supported
6984 F:      arch/mips/include/uapi/asm/kvm*
6985 F:      arch/mips/include/asm/kvm*
6986 F:      arch/mips/kvm/
6988 KEXEC
6989 M:      Eric Biederman <ebiederm@xmission.com>
6990 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6991 L:      kexec@lists.infradead.org
6992 S:      Maintained
6993 F:      include/linux/kexec.h
6994 F:      include/uapi/linux/kexec.h
6995 F:      kernel/kexec*
6997 KEYS/KEYRINGS:
6998 M:      David Howells <dhowells@redhat.com>
6999 L:      keyrings@vger.kernel.org
7000 S:      Maintained
7001 F:      Documentation/security/keys.txt
7002 F:      include/linux/key.h
7003 F:      include/linux/key-type.h
7004 F:      include/linux/keyctl.h
7005 F:      include/uapi/linux/keyctl.h
7006 F:      include/keys/
7007 F:      security/keys/
7009 KEYS-TRUSTED
7010 M:      David Safford <safford@us.ibm.com>
7011 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7012 L:      linux-security-module@vger.kernel.org
7013 L:      keyrings@vger.kernel.org
7014 S:      Supported
7015 F:      Documentation/security/keys-trusted-encrypted.txt
7016 F:      include/keys/trusted-type.h
7017 F:      security/keys/trusted.c
7018 F:      security/keys/trusted.h
7020 KEYS-ENCRYPTED
7021 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7022 M:      David Safford <safford@us.ibm.com>
7023 L:      linux-security-module@vger.kernel.org
7024 L:      keyrings@vger.kernel.org
7025 S:      Supported
7026 F:      Documentation/security/keys-trusted-encrypted.txt
7027 F:      include/keys/encrypted-type.h
7028 F:      security/keys/encrypted-keys/
7030 KGDB / KDB /debug_core
7031 M:      Jason Wessel <jason.wessel@windriver.com>
7032 W:      http://kgdb.wiki.kernel.org/
7033 L:      kgdb-bugreport@lists.sourceforge.net
7034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7035 S:      Maintained
7036 F:      Documentation/DocBook/kgdb.tmpl
7037 F:      drivers/misc/kgdbts.c
7038 F:      drivers/tty/serial/kgdboc.c
7039 F:      include/linux/kdb.h
7040 F:      include/linux/kgdb.h
7041 F:      kernel/debug/
7043 KMEMCHECK
7044 M:      Vegard Nossum <vegardno@ifi.uio.no>
7045 M:      Pekka Enberg <penberg@kernel.org>
7046 S:      Maintained
7047 F:      Documentation/dev-tools/kmemcheck.rst
7048 F:      arch/x86/include/asm/kmemcheck.h
7049 F:      arch/x86/mm/kmemcheck/
7050 F:      include/linux/kmemcheck.h
7051 F:      mm/kmemcheck.c
7053 KMEMLEAK
7054 M:      Catalin Marinas <catalin.marinas@arm.com>
7055 S:      Maintained
7056 F:      Documentation/dev-tools/kmemleak.rst
7057 F:      include/linux/kmemleak.h
7058 F:      mm/kmemleak.c
7059 F:      mm/kmemleak-test.c
7061 KPROBES
7062 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7063 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7064 M:      "David S. Miller" <davem@davemloft.net>
7065 M:      Masami Hiramatsu <mhiramat@kernel.org>
7066 S:      Maintained
7067 F:      Documentation/kprobes.txt
7068 F:      include/linux/kprobes.h
7069 F:      kernel/kprobes.c
7071 KS0108 LCD CONTROLLER DRIVER
7072 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7073 W:      http://miguelojeda.es/auxdisplay.htm
7074 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7075 S:      Maintained
7076 F:      Documentation/auxdisplay/ks0108
7077 F:      drivers/auxdisplay/ks0108.c
7078 F:      include/linux/ks0108.h
7080 L3MDEV
7081 M:      David Ahern <dsa@cumulusnetworks.com>
7082 L:      netdev@vger.kernel.org
7083 S:      Maintained
7084 F:      net/l3mdev
7085 F:      include/net/l3mdev.h
7087 LANTIQ MIPS ARCHITECTURE
7088 M:      John Crispin <john@phrozen.org>
7089 L:      linux-mips@linux-mips.org
7090 S:      Maintained
7091 F:      arch/mips/lantiq
7093 LAPB module
7094 L:      linux-x25@vger.kernel.org
7095 S:      Orphan
7096 F:      Documentation/networking/lapb-module.txt
7097 F:      include/*/lapb.h
7098 F:      net/lapb/
7100 LASI 53c700 driver for PARISC
7101 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7102 L:      linux-scsi@vger.kernel.org
7103 S:      Maintained
7104 F:      Documentation/scsi/53c700.txt
7105 F:      drivers/scsi/53c700*
7107 LED SUBSYSTEM
7108 M:      Richard Purdie <rpurdie@rpsys.net>
7109 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
7110 L:      linux-leds@vger.kernel.org
7111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7112 S:      Maintained
7113 F:      Documentation/devicetree/bindings/leds/
7114 F:      drivers/leds/
7115 F:      include/linux/leds.h
7117 LEGACY EEPROM DRIVER
7118 M:      Jean Delvare <jdelvare@suse.com>
7119 S:      Maintained
7120 F:      Documentation/misc-devices/eeprom
7121 F:      drivers/misc/eeprom/eeprom.c
7123 LEGO USB Tower driver
7124 M:      Juergen Stuber <starblue@users.sourceforge.net>
7125 L:      legousb-devel@lists.sourceforge.net
7126 W:      http://legousb.sourceforge.net/
7127 S:      Maintained
7128 F:      drivers/usb/misc/legousbtower.c
7130 LG2160 MEDIA DRIVER
7131 M:      Michael Krufky <mkrufky@linuxtv.org>
7132 L:      linux-media@vger.kernel.org
7133 W:      https://linuxtv.org
7134 W:      http://github.com/mkrufky
7135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7136 T:      git git://linuxtv.org/mkrufky/tuners.git
7137 S:      Maintained
7138 F:      drivers/media/dvb-frontends/lg2160.*
7140 LGDT3305 MEDIA DRIVER
7141 M:      Michael Krufky <mkrufky@linuxtv.org>
7142 L:      linux-media@vger.kernel.org
7143 W:      https://linuxtv.org
7144 W:      http://github.com/mkrufky
7145 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7146 T:      git git://linuxtv.org/mkrufky/tuners.git
7147 S:      Maintained
7148 F:      drivers/media/dvb-frontends/lgdt3305.*
7150 LGUEST
7151 M:      Rusty Russell <rusty@rustcorp.com.au>
7152 L:      lguest@lists.ozlabs.org
7153 W:      http://lguest.ozlabs.org/
7154 S:      Odd Fixes
7155 F:      arch/x86/include/asm/lguest*.h
7156 F:      arch/x86/lguest/
7157 F:      drivers/lguest/
7158 F:      include/linux/lguest*.h
7159 F:      tools/lguest/
7161 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7162 M:      Tejun Heo <tj@kernel.org>
7163 L:      linux-ide@vger.kernel.org
7164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7165 S:      Maintained
7166 F:      drivers/ata/
7167 F:      include/linux/ata.h
7168 F:      include/linux/libata.h
7169 F:      Documentation/devicetree/bindings/ata/
7171 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7172 M:      Viresh Kumar <vireshk@kernel.org>
7173 L:      linux-ide@vger.kernel.org
7174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7175 S:      Maintained
7176 F:      include/linux/pata_arasan_cf_data.h
7177 F:      drivers/ata/pata_arasan_cf.c
7179 LIBATA PATA DRIVERS
7180 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7181 M:      Tejun Heo <tj@kernel.org>
7182 L:      linux-ide@vger.kernel.org
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7184 S:      Maintained
7185 F:      drivers/ata/pata_*.c
7186 F:      drivers/ata/ata_generic.c
7188 LIBATA SATA AHCI PLATFORM devices support
7189 M:      Hans de Goede <hdegoede@redhat.com>
7190 M:      Tejun Heo <tj@kernel.org>
7191 L:      linux-ide@vger.kernel.org
7192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7193 S:      Maintained
7194 F:      drivers/ata/ahci_platform.c
7195 F:      drivers/ata/libahci_platform.c
7196 F:      include/linux/ahci_platform.h
7198 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7199 M:      Mikael Pettersson <mikpelinux@gmail.com>
7200 L:      linux-ide@vger.kernel.org
7201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7202 S:      Maintained
7203 F:      drivers/ata/sata_promise.*
7205 LIBLOCKDEP
7206 M:      Sasha Levin <sasha.levin@oracle.com>
7207 S:      Maintained
7208 F:      tools/lib/lockdep/
7210 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7211 M:      Dan Williams <dan.j.williams@intel.com>
7212 L:      linux-nvdimm@lists.01.org
7213 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7215 S:      Supported
7216 F:      drivers/nvdimm/*
7217 F:      include/linux/nd.h
7218 F:      include/linux/libnvdimm.h
7219 F:      include/uapi/linux/ndctl.h
7221 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7222 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7223 L:      linux-nvdimm@lists.01.org
7224 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7225 S:      Supported
7226 F:      drivers/nvdimm/blk.c
7227 F:      drivers/nvdimm/region_devs.c
7228 F:      drivers/acpi/nfit*
7230 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7231 M:      Vishal Verma <vishal.l.verma@intel.com>
7232 L:      linux-nvdimm@lists.01.org
7233 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7234 S:      Supported
7235 F:      drivers/nvdimm/btt*
7237 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7238 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7239 L:      linux-nvdimm@lists.01.org
7240 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7241 S:      Supported
7242 F:      drivers/nvdimm/pmem.c
7243 F:      include/linux/pmem.h
7244 F:      arch/*/include/asm/pmem.h
7246 LIGHTNVM PLATFORM SUPPORT
7247 M:      Matias Bjorling <mb@lightnvm.io>
7248 W:      http://github/OpenChannelSSD
7249 L:      linux-block@vger.kernel.org
7250 S:      Maintained
7251 F:      drivers/lightnvm/
7252 F:      include/linux/lightnvm.h
7253 F:      include/uapi/linux/lightnvm.h
7255 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7256 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7257 M:      Paul Mackerras <paulus@samba.org>
7258 M:      Michael Ellerman <mpe@ellerman.id.au>
7259 W:      https://github.com/linuxppc/linux/wiki
7260 L:      linuxppc-dev@lists.ozlabs.org
7261 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7263 S:      Supported
7264 F:      Documentation/powerpc/
7265 F:      arch/powerpc/
7266 F:      drivers/char/tpm/tpm_ibmvtpm*
7267 F:      drivers/crypto/nx/
7268 F:      drivers/crypto/vmx/
7269 F:      drivers/net/ethernet/ibm/ibmveth.*
7270 F:      drivers/net/ethernet/ibm/ibmvnic.*
7271 F:      drivers/pci/hotplug/pnv_php.c
7272 F:      drivers/pci/hotplug/rpa*
7273 F:      drivers/scsi/ibmvscsi/
7274 F:      tools/testing/selftests/powerpc
7275 N:      opal
7276 N:      /pmac
7277 N:      powermac
7278 N:      powernv
7279 N:      [^a-z0-9]ps3
7280 N:      pseries
7282 LINUX FOR POWER MACINTOSH
7283 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7284 W:      http://www.penguinppc.org/
7285 L:      linuxppc-dev@lists.ozlabs.org
7286 S:      Maintained
7287 F:      arch/powerpc/platforms/powermac/
7288 F:      drivers/macintosh/
7290 LINUX FOR POWERPC EMBEDDED MPC5XXX
7291 M:      Anatolij Gustschin <agust@denx.de>
7292 L:      linuxppc-dev@lists.ozlabs.org
7293 T:      git git://git.denx.de/linux-denx-agust.git
7294 S:      Maintained
7295 F:      arch/powerpc/platforms/512x/
7296 F:      arch/powerpc/platforms/52xx/
7298 LINUX FOR POWERPC EMBEDDED PPC4XX
7299 M:      Alistair Popple <alistair@popple.id.au>
7300 M:      Matt Porter <mporter@kernel.crashing.org>
7301 W:      http://www.penguinppc.org/
7302 L:      linuxppc-dev@lists.ozlabs.org
7303 S:      Maintained
7304 F:      arch/powerpc/platforms/40x/
7305 F:      arch/powerpc/platforms/44x/
7307 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7308 L:      linuxppc-dev@lists.ozlabs.org
7309 S:      Orphan
7310 F:      arch/powerpc/*/*virtex*
7311 F:      arch/powerpc/*/*/*virtex*
7313 LINUX FOR POWERPC EMBEDDED PPC8XX
7314 M:      Vitaly Bordug <vitb@kernel.crashing.org>
7315 W:      http://www.penguinppc.org/
7316 L:      linuxppc-dev@lists.ozlabs.org
7317 S:      Maintained
7318 F:      arch/powerpc/platforms/8xx/
7320 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7321 M:      Scott Wood <oss@buserror.net>
7322 M:      Kumar Gala <galak@kernel.crashing.org>
7323 W:      http://www.penguinppc.org/
7324 L:      linuxppc-dev@lists.ozlabs.org
7325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7326 S:      Maintained
7327 F:      arch/powerpc/platforms/83xx/
7328 F:      arch/powerpc/platforms/85xx/
7330 LINUX FOR POWERPC PA SEMI PWRFICIENT
7331 L:      linuxppc-dev@lists.ozlabs.org
7332 S:      Orphan
7333 F:      arch/powerpc/platforms/pasemi/
7334 F:      drivers/*/*pasemi*
7335 F:      drivers/*/*/*pasemi*
7337 LINUX SECURITY MODULE (LSM) FRAMEWORK
7338 M:      Chris Wright <chrisw@sous-sol.org>
7339 L:      linux-security-module@vger.kernel.org
7340 S:      Supported
7342 LIS3LV02D ACCELEROMETER DRIVER
7343 M:      Eric Piel <eric.piel@tremplin-utc.net>
7344 S:      Maintained
7345 F:      Documentation/misc-devices/lis3lv02d
7346 F:      drivers/misc/lis3lv02d/
7347 F:      drivers/platform/x86/hp_accel.c
7349 LIVE PATCHING
7350 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7351 M:      Jessica Yu <jeyu@redhat.com>
7352 M:      Jiri Kosina <jikos@kernel.org>
7353 M:      Miroslav Benes <mbenes@suse.cz>
7354 R:      Petr Mladek <pmladek@suse.com>
7355 S:      Maintained
7356 F:      kernel/livepatch/
7357 F:      include/linux/livepatch.h
7358 F:      arch/x86/include/asm/livepatch.h
7359 F:      arch/x86/kernel/livepatch.c
7360 F:      Documentation/livepatch/
7361 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7362 F:      samples/livepatch/
7363 L:      live-patching@vger.kernel.org
7364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7366 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7367 M:      Kees Cook <keescook@chromium.org>
7368 S:      Maintained
7369 F:      drivers/misc/lkdtm*
7371 LLC (802.2)
7372 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7373 S:      Maintained
7374 F:      include/linux/llc.h
7375 F:      include/uapi/linux/llc.h
7376 F:      include/net/llc*
7377 F:      net/llc/
7379 LM73 HARDWARE MONITOR DRIVER
7380 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7381 L:      linux-hwmon@vger.kernel.org
7382 S:      Maintained
7383 F:      drivers/hwmon/lm73.c
7385 LM78 HARDWARE MONITOR DRIVER
7386 M:      Jean Delvare <jdelvare@suse.com>
7387 L:      linux-hwmon@vger.kernel.org
7388 S:      Maintained
7389 F:      Documentation/hwmon/lm78
7390 F:      drivers/hwmon/lm78.c
7392 LM83 HARDWARE MONITOR DRIVER
7393 M:      Jean Delvare <jdelvare@suse.com>
7394 L:      linux-hwmon@vger.kernel.org
7395 S:      Maintained
7396 F:      Documentation/hwmon/lm83
7397 F:      drivers/hwmon/lm83.c
7399 LM90 HARDWARE MONITOR DRIVER
7400 M:      Jean Delvare <jdelvare@suse.com>
7401 L:      linux-hwmon@vger.kernel.org
7402 S:      Maintained
7403 F:      Documentation/hwmon/lm90
7404 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7405 F:      drivers/hwmon/lm90.c
7407 LM95234 HARDWARE MONITOR DRIVER
7408 M:      Guenter Roeck <linux@roeck-us.net>
7409 L:      linux-hwmon@vger.kernel.org
7410 S:      Maintained
7411 F:      Documentation/hwmon/lm95234
7412 F:      drivers/hwmon/lm95234.c
7414 LME2510 MEDIA DRIVER
7415 M:      Malcolm Priestley <tvboxspy@gmail.com>
7416 L:      linux-media@vger.kernel.org
7417 W:      https://linuxtv.org
7418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7419 S:      Maintained
7420 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7422 LOCKING PRIMITIVES
7423 M:      Peter Zijlstra <peterz@infradead.org>
7424 M:      Ingo Molnar <mingo@redhat.com>
7425 L:      linux-kernel@vger.kernel.org
7426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7427 S:      Maintained
7428 F:      Documentation/locking/
7429 F:      include/linux/lockdep.h
7430 F:      include/linux/spinlock*.h
7431 F:      arch/*/include/asm/spinlock*.h
7432 F:      include/linux/rwlock*.h
7433 F:      include/linux/mutex*.h
7434 F:      arch/*/include/asm/mutex*.h
7435 F:      include/linux/rwsem*.h
7436 F:      arch/*/include/asm/rwsem.h
7437 F:      include/linux/seqlock.h
7438 F:      lib/locking*.[ch]
7439 F:      kernel/locking/
7441 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7442 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7443 L:      linux-ntfs-dev@lists.sourceforge.net
7444 W:      http://www.linux-ntfs.org/content/view/19/37/
7445 S:      Maintained
7446 F:      Documentation/ldm.txt
7447 F:      block/partitions/ldm.*
7449 LogFS
7450 M:      Joern Engel <joern@logfs.org>
7451 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7452 L:      logfs@logfs.org
7453 W:      logfs.org
7454 S:      Maintained
7455 F:      fs/logfs/
7457 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7458 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7459 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7460 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7461 L:      MPT-FusionLinux.pdl@broadcom.com
7462 L:      linux-scsi@vger.kernel.org
7463 W:      http://www.avagotech.com/support/
7464 S:      Supported
7465 F:      drivers/message/fusion/
7466 F:      drivers/scsi/mpt2sas/
7467 F:      drivers/scsi/mpt3sas/
7469 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7470 M:      Matthew Wilcox <matthew@wil.cx>
7471 L:      linux-scsi@vger.kernel.org
7472 S:      Maintained
7473 F:      drivers/scsi/sym53c8xx_2/
7475 LTC4261 HARDWARE MONITOR DRIVER
7476 M:      Guenter Roeck <linux@roeck-us.net>
7477 L:      linux-hwmon@vger.kernel.org
7478 S:      Maintained
7479 F:      Documentation/hwmon/ltc4261
7480 F:      drivers/hwmon/ltc4261.c
7482 LTP (Linux Test Project)
7483 M:      Mike Frysinger <vapier@gentoo.org>
7484 M:      Cyril Hrubis <chrubis@suse.cz>
7485 M:      Wanlong Gao <wanlong.gao@gmail.com>
7486 M:      Jan Stancek <jstancek@redhat.com>
7487 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7488 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7489 L:      ltp@lists.linux.it (subscribers-only)
7490 W:      http://linux-test-project.github.io/
7491 T:      git git://github.com/linux-test-project/ltp.git
7492 S:      Maintained
7494 M32R ARCHITECTURE
7495 W:      http://www.linux-m32r.org/
7496 S:      Orphan
7497 F:      arch/m32r/
7499 M68K ARCHITECTURE
7500 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7501 L:      linux-m68k@lists.linux-m68k.org
7502 W:      http://www.linux-m68k.org/
7503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7504 S:      Maintained
7505 F:      arch/m68k/
7506 F:      drivers/zorro/
7508 M68K ON APPLE MACINTOSH
7509 M:      Joshua Thompson <funaho@jurai.org>
7510 W:      http://www.mac.linux-m68k.org/
7511 L:      linux-m68k@lists.linux-m68k.org
7512 S:      Maintained
7513 F:      arch/m68k/mac/
7515 M68K ON HP9000/300
7516 M:      Philip Blundell <philb@gnu.org>
7517 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7518 S:      Maintained
7519 F:      arch/m68k/hp300/
7521 M88DS3103 MEDIA DRIVER
7522 M:      Antti Palosaari <crope@iki.fi>
7523 L:      linux-media@vger.kernel.org
7524 W:      https://linuxtv.org
7525 W:      http://palosaari.fi/linux/
7526 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7527 T:      git git://linuxtv.org/anttip/media_tree.git
7528 S:      Maintained
7529 F:      drivers/media/dvb-frontends/m88ds3103*
7531 M88RS2000 MEDIA DRIVER
7532 M:      Malcolm Priestley <tvboxspy@gmail.com>
7533 L:      linux-media@vger.kernel.org
7534 W:      https://linuxtv.org
7535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7536 S:      Maintained
7537 F:      drivers/media/dvb-frontends/m88rs2000*
7539 MA901 MASTERKIT USB FM RADIO DRIVER
7540 M:      Alexey Klimov <klimov.linux@gmail.com>
7541 L:      linux-media@vger.kernel.org
7542 T:      git git://linuxtv.org/media_tree.git
7543 S:      Maintained
7544 F:      drivers/media/radio/radio-ma901.c
7546 MAC80211
7547 M:      Johannes Berg <johannes@sipsolutions.net>
7548 L:      linux-wireless@vger.kernel.org
7549 W:      http://wireless.kernel.org/
7550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7552 S:      Maintained
7553 F:      Documentation/networking/mac80211-injection.txt
7554 F:      include/net/mac80211.h
7555 F:      net/mac80211/
7556 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7558 MACVLAN DRIVER
7559 M:      Patrick McHardy <kaber@trash.net>
7560 L:      netdev@vger.kernel.org
7561 S:      Maintained
7562 F:      drivers/net/macvlan.c
7563 F:      include/linux/if_macvlan.h
7565 MAILBOX API
7566 M:      Jassi Brar <jassisinghbrar@gmail.com>
7567 L:      linux-kernel@vger.kernel.org
7568 S:      Maintained
7569 F:      drivers/mailbox/
7570 F:      include/linux/mailbox_client.h
7571 F:      include/linux/mailbox_controller.h
7573 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7574 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7575 W:      http://www.kernel.org/doc/man-pages
7576 L:      linux-man@vger.kernel.org
7577 S:      Maintained
7579 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7580 M:      Andrew Lunn <andrew@lunn.ch>
7581 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7582 S:      Maintained
7583 F:      drivers/net/dsa/mv88e6xxx/
7585 MARVELL ARMADA DRM SUPPORT
7586 M:      Russell King <rmk+kernel@armlinux.org.uk>
7587 S:      Maintained
7588 F:      drivers/gpu/drm/armada/
7589 F:      include/uapi/drm/armada_drm.h
7590 F:      Documentation/devicetree/bindings/display/armada/
7592 MARVELL CRYPTO DRIVER
7593 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7594 M:      Arnaud Ebalard <arno@natisbad.org>
7595 F:      drivers/crypto/marvell/
7596 S:      Maintained
7597 L:      linux-crypto@vger.kernel.org
7599 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7600 M:      Mirko Lindner <mlindner@marvell.com>
7601 M:      Stephen Hemminger <stephen@networkplumber.org>
7602 L:      netdev@vger.kernel.org
7603 S:      Maintained
7604 F:      drivers/net/ethernet/marvell/sk*
7606 MARVELL LIBERTAS WIRELESS DRIVER
7607 L:      libertas-dev@lists.infradead.org
7608 S:      Orphan
7609 F:      drivers/net/wireless/marvell/libertas/
7611 MARVELL MV643XX ETHERNET DRIVER
7612 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7613 L:      netdev@vger.kernel.org
7614 S:      Maintained
7615 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7616 F:      include/linux/mv643xx.h
7618 MARVELL MVNETA ETHERNET DRIVER
7619 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7620 L:      netdev@vger.kernel.org
7621 S:      Maintained
7622 F:      drivers/net/ethernet/marvell/mvneta.*
7624 MARVELL MWIFIEX WIRELESS DRIVER
7625 M:      Amitkumar Karwar <akarwar@marvell.com>
7626 M:      Nishant Sarmukadam <nishants@marvell.com>
7627 L:      linux-wireless@vger.kernel.org
7628 S:      Maintained
7629 F:      drivers/net/wireless/marvell/mwifiex/
7631 MARVELL MWL8K WIRELESS DRIVER
7632 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7633 L:      linux-wireless@vger.kernel.org
7634 S:      Odd Fixes
7635 F:      drivers/net/wireless/marvell/mwl8k.c
7637 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7638 M:      Nicolas Pitre <nico@fluxnic.net>
7639 S:      Odd Fixes
7640 F:      drivers/mmc/host/mvsdio.*
7642 MATROX FRAMEBUFFER DRIVER
7643 L:      linux-fbdev@vger.kernel.org
7644 S:      Orphan
7645 F:      drivers/video/fbdev/matrox/matroxfb_*
7646 F:      include/uapi/linux/matroxfb.h
7648 MAX16065 HARDWARE MONITOR DRIVER
7649 M:      Guenter Roeck <linux@roeck-us.net>
7650 L:      linux-hwmon@vger.kernel.org
7651 S:      Maintained
7652 F:      Documentation/hwmon/max16065
7653 F:      drivers/hwmon/max16065.c
7655 MAX20751 HARDWARE MONITOR DRIVER
7656 M:      Guenter Roeck <linux@roeck-us.net>
7657 L:      linux-hwmon@vger.kernel.org
7658 S:      Maintained
7659 F:      Documentation/hwmon/max20751
7660 F:      drivers/hwmon/max20751.c
7662 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7663 L:      linux-hwmon@vger.kernel.org
7664 S:      Orphan
7665 F:      Documentation/hwmon/max6650
7666 F:      drivers/hwmon/max6650.c
7668 MAX6697 HARDWARE MONITOR DRIVER
7669 M:      Guenter Roeck <linux@roeck-us.net>
7670 L:      linux-hwmon@vger.kernel.org
7671 S:      Maintained
7672 F:      Documentation/hwmon/max6697
7673 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7674 F:      drivers/hwmon/max6697.c
7675 F:      include/linux/platform_data/max6697.h
7677 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7678 M:      Peter Rosin <peda@axentia.se>
7679 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7680 S:      Maintained
7681 F:      Documentation/devicetree/bindings/sound/max9860.txt
7682 F:      sound/soc/codecs/max9860.*
7684 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7685 M:      Krzysztof Kozlowski <krzk@kernel.org>
7686 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7687 L:      linux-pm@vger.kernel.org
7688 S:      Supported
7689 F:      drivers/power/supply/max14577_charger.c
7690 F:      drivers/power/supply/max77693_charger.c
7692 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7693 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7694 L:      linux-kernel@vger.kernel.org
7695 S:      Supported
7696 F:      drivers/*/*max77802*.c
7697 F:      Documentation/devicetree/bindings/*/*max77802.txt
7698 F:      include/dt-bindings/*/*max77802.h
7700 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7701 M:      Chanwoo Choi <cw00.choi@samsung.com>
7702 M:      Krzysztof Kozlowski <krzk@kernel.org>
7703 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7704 L:      linux-kernel@vger.kernel.org
7705 S:      Supported
7706 F:      drivers/*/max14577*.c
7707 F:      drivers/*/max77686*.c
7708 F:      drivers/*/max77693*.c
7709 F:      drivers/extcon/extcon-max14577.c
7710 F:      drivers/extcon/extcon-max77693.c
7711 F:      drivers/rtc/rtc-max77686.c
7712 F:      drivers/clk/clk-max77686.c
7713 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7714 F:      Documentation/devicetree/bindings/*/max77686.txt
7715 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7716 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7717 F:      include/linux/mfd/max14577*.h
7718 F:      include/linux/mfd/max77686*.h
7719 F:      include/linux/mfd/max77693*.h
7721 MAXIRADIO FM RADIO RECEIVER DRIVER
7722 M:      Hans Verkuil <hverkuil@xs4all.nl>
7723 L:      linux-media@vger.kernel.org
7724 T:      git git://linuxtv.org/media_tree.git
7725 W:      https://linuxtv.org
7726 S:      Maintained
7727 F:      drivers/media/radio/radio-maxiradio*
7729 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7730 M:      Peter Rosin <peda@axentia.se>
7731 L:      linux-iio@vger.kernel.org
7732 S:      Maintained
7733 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
7734 F:      drivers/iio/potentiometer/mcp4531.c
7736 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
7737 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7738 L:      linux-iio@vger.kernel.org
7739 S:      Maintained
7740 F:      drivers/iio/dac/cio-dac.c
7742 MEDIA DRIVERS FOR RENESAS - FCP
7743 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7744 L:      linux-media@vger.kernel.org
7745 L:      linux-renesas-soc@vger.kernel.org
7746 T:      git git://linuxtv.org/media_tree.git
7747 S:      Supported
7748 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
7749 F:      drivers/media/platform/rcar-fcp.c
7750 F:      include/media/rcar-fcp.h
7752 MEDIA DRIVERS FOR RENESAS - VIN
7753 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
7754 L:      linux-media@vger.kernel.org
7755 L:      linux-renesas-soc@vger.kernel.org
7756 T:      git git://linuxtv.org/media_tree.git
7757 S:      Supported
7758 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
7759 F:      drivers/media/platform/rcar-vin/
7761 MEDIA DRIVERS FOR RENESAS - VSP1
7762 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7763 L:      linux-media@vger.kernel.org
7764 L:      linux-renesas-soc@vger.kernel.org
7765 T:      git git://linuxtv.org/media_tree.git
7766 S:      Supported
7767 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7768 F:      drivers/media/platform/vsp1/
7770 MEDIA DRIVERS FOR HELENE
7771 M:      Abylay Ospan <aospan@netup.ru>
7772 L:      linux-media@vger.kernel.org
7773 W:      https://linuxtv.org
7774 W:      http://netup.tv/
7775 T:      git git://linuxtv.org/media_tree.git
7776 S:      Supported
7777 F:      drivers/media/dvb-frontends/helene*
7779 MEDIA DRIVERS FOR ASCOT2E
7780 M:      Sergey Kozlov <serjk@netup.ru>
7781 M:      Abylay Ospan <aospan@netup.ru>
7782 L:      linux-media@vger.kernel.org
7783 W:      https://linuxtv.org
7784 W:      http://netup.tv/
7785 T:      git git://linuxtv.org/media_tree.git
7786 S:      Supported
7787 F:      drivers/media/dvb-frontends/ascot2e*
7789 MEDIA DRIVERS FOR CXD2841ER
7790 M:      Sergey Kozlov <serjk@netup.ru>
7791 M:      Abylay Ospan <aospan@netup.ru>
7792 L:      linux-media@vger.kernel.org
7793 W:      https://linuxtv.org
7794 W:      http://netup.tv/
7795 T:      git git://linuxtv.org/media_tree.git
7796 S:      Supported
7797 F:      drivers/media/dvb-frontends/cxd2841er*
7799 MEDIA DRIVERS FOR HORUS3A
7800 M:      Sergey Kozlov <serjk@netup.ru>
7801 M:      Abylay Ospan <aospan@netup.ru>
7802 L:      linux-media@vger.kernel.org
7803 W:      https://linuxtv.org
7804 W:      http://netup.tv/
7805 T:      git git://linuxtv.org/media_tree.git
7806 S:      Supported
7807 F:      drivers/media/dvb-frontends/horus3a*
7809 MEDIA DRIVERS FOR LNBH25
7810 M:      Sergey Kozlov <serjk@netup.ru>
7811 M:      Abylay Ospan <aospan@netup.ru>
7812 L:      linux-media@vger.kernel.org
7813 W:      https://linuxtv.org
7814 W:      http://netup.tv/
7815 T:      git git://linuxtv.org/media_tree.git
7816 S:      Supported
7817 F:      drivers/media/dvb-frontends/lnbh25*
7819 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7820 M:      Sergey Kozlov <serjk@netup.ru>
7821 M:      Abylay Ospan <aospan@netup.ru>
7822 L:      linux-media@vger.kernel.org
7823 W:      https://linuxtv.org
7824 W:      http://netup.tv/
7825 T:      git git://linuxtv.org/media_tree.git
7826 S:      Supported
7827 F:      drivers/media/pci/netup_unidvb/*
7829 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7830 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7831 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7832 P:      LinuxTV.org Project
7833 L:      linux-media@vger.kernel.org
7834 W:      https://linuxtv.org
7835 Q:      http://patchwork.kernel.org/project/linux-media/list/
7836 T:      git git://linuxtv.org/media_tree.git
7837 S:      Maintained
7838 F:      Documentation/media/
7839 F:      drivers/media/
7840 F:      drivers/staging/media/
7841 F:      include/linux/platform_data/media/
7842 F:      include/media/
7843 F:      include/uapi/linux/dvb/
7844 F:      include/uapi/linux/videodev2.h
7845 F:      include/uapi/linux/media.h
7846 F:      include/uapi/linux/v4l2-*
7847 F:      include/uapi/linux/meye.h
7848 F:      include/uapi/linux/ivtv*
7849 F:      include/uapi/linux/uvcvideo.h
7851 MEDIATEK ETHERNET DRIVER
7852 M:      Felix Fietkau <nbd@openwrt.org>
7853 M:      John Crispin <blogic@openwrt.org>
7854 L:      netdev@vger.kernel.org
7855 S:      Maintained
7856 F:      drivers/net/ethernet/mediatek/
7858 MEDIATEK MT7601U WIRELESS LAN DRIVER
7859 M:      Jakub Kicinski <kubakici@wp.pl>
7860 L:      linux-wireless@vger.kernel.org
7861 S:      Maintained
7862 F:      drivers/net/wireless/mediatek/mt7601u/
7864 MEGARAID SCSI/SAS DRIVERS
7865 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7866 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7867 M:      Uday Lingala <uday.lingala@avagotech.com>
7868 L:      megaraidlinux.pdl@avagotech.com
7869 L:      linux-scsi@vger.kernel.org
7870 W:      http://www.lsi.com
7871 S:      Maintained
7872 F:      Documentation/scsi/megaraid.txt
7873 F:      drivers/scsi/megaraid.*
7874 F:      drivers/scsi/megaraid/
7876 MELFAS MIP4 TOUCHSCREEN DRIVER
7877 M:      Sangwon Jee <jeesw@melfas.com>
7878 W:      http://www.melfas.com
7879 S:      Supported
7880 F:      drivers/input/touchscreen/melfas_mip4.c
7881 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
7883 MELLANOX ETHERNET DRIVER (mlx4_en)
7884 M:      Tariq Toukan <tariqt@mellanox.com>
7885 L:      netdev@vger.kernel.org
7886 S:      Supported
7887 W:      http://www.mellanox.com
7888 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7889 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7891 MELLANOX ETHERNET DRIVER (mlx5e)
7892 M:      Saeed Mahameed <saeedm@mellanox.com>
7893 L:      netdev@vger.kernel.org
7894 S:      Supported
7895 W:      http://www.mellanox.com
7896 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7897 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7899 MELLANOX ETHERNET SWITCH DRIVERS
7900 M:      Jiri Pirko <jiri@mellanox.com>
7901 M:      Ido Schimmel <idosch@mellanox.com>
7902 L:      netdev@vger.kernel.org
7903 S:      Supported
7904 W:      http://www.mellanox.com
7905 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7906 F:      drivers/net/ethernet/mellanox/mlxsw/
7908 MELLANOX MLXCPLD LED DRIVER
7909 M:      Vadim Pasternak <vadimp@mellanox.com>
7910 L:      linux-leds@vger.kernel.org
7911 S:      Supported
7912 F:      drivers/leds/leds-mlxcpld.c
7913 F:      Documentation/leds/leds-mlxcpld.txt
7915 MELLANOX PLATFORM DRIVER
7916 M:      Vadim Pasternak <vadimp@mellanox.com>
7917 L:      platform-driver-x86@vger.kernel.org
7918 S:      Supported
7919 F:      arch/x86/platform/mellanox/mlx-platform.c
7921 SOFT-ROCE DRIVER (rxe)
7922 M:      Moni Shoua <monis@mellanox.com>
7923 L:      linux-rdma@vger.kernel.org
7924 S:      Supported
7925 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
7926 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7927 F:      drivers/infiniband/sw/rxe/
7928 F:      include/uapi/rdma/rdma_user_rxe.h
7930 MEMBARRIER SUPPORT
7931 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7932 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7933 L:      linux-kernel@vger.kernel.org
7934 S:      Supported
7935 F:      kernel/membarrier.c
7936 F:      include/uapi/linux/membarrier.h
7938 MEMORY MANAGEMENT
7939 L:      linux-mm@kvack.org
7940 W:      http://www.linux-mm.org
7941 S:      Maintained
7942 F:      include/linux/mm.h
7943 F:      include/linux/gfp.h
7944 F:      include/linux/mmzone.h
7945 F:      include/linux/memory_hotplug.h
7946 F:      include/linux/vmalloc.h
7947 F:      mm/
7949 MEMORY TECHNOLOGY DEVICES (MTD)
7950 M:      David Woodhouse <dwmw2@infradead.org>
7951 M:      Brian Norris <computersforpeace@gmail.com>
7952 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7953 M:      Marek Vasut <marek.vasut@gmail.com>
7954 M:      Richard Weinberger <richard@nod.at>
7955 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
7956 L:      linux-mtd@lists.infradead.org
7957 W:      http://www.linux-mtd.infradead.org/
7958 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7959 T:      git git://git.infradead.org/linux-mtd.git
7960 T:      git git://git.infradead.org/l2-mtd.git
7961 S:      Maintained
7962 F:      Documentation/devicetree/bindings/mtd/
7963 F:      drivers/mtd/
7964 F:      include/linux/mtd/
7965 F:      include/uapi/mtd/
7967 MEN A21 WATCHDOG DRIVER
7968 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7969 L:      linux-watchdog@vger.kernel.org
7970 S:      Maintained
7971 F:      drivers/watchdog/mena21_wdt.c
7973 MEN CHAMELEON BUS (mcb)
7974 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7975 S:      Maintained
7976 F:      drivers/mcb/
7977 F:      include/linux/mcb.h
7978 F:      Documentation/men-chameleon-bus.txt
7980 MEN F21BMC (Board Management Controller)
7981 M:      Andreas Werner <andreas.werner@men.de>
7982 S:      Supported
7983 F:      drivers/mfd/menf21bmc.c
7984 F:      drivers/watchdog/menf21bmc_wdt.c
7985 F:      drivers/leds/leds-menf21bmc.c
7986 F:      drivers/hwmon/menf21bmc_hwmon.c
7987 F:      Documentation/hwmon/menf21bmc
7989 METAG ARCHITECTURE
7990 M:      James Hogan <james.hogan@imgtec.com>
7991 L:      linux-metag@vger.kernel.org
7992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7993 S:      Odd Fixes
7994 F:      arch/metag/
7995 F:      Documentation/metag/
7996 F:      Documentation/devicetree/bindings/metag/
7997 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7998 F:      drivers/clocksource/metag_generic.c
7999 F:      drivers/irqchip/irq-metag.c
8000 F:      drivers/irqchip/irq-metag-ext.c
8001 F:      drivers/tty/metag_da.c
8003 MICROBLAZE ARCHITECTURE
8004 M:      Michal Simek <monstr@monstr.eu>
8005 W:      http://www.monstr.eu/fdt/
8006 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8007 S:      Supported
8008 F:      arch/microblaze/
8010 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8011 M:      Richard Genoud <richard.genoud@gmail.com>
8012 S:      Maintained
8013 F:      drivers/tty/serial/atmel_serial.c
8014 F:      include/linux/atmel_serial.h
8016 MICROCHIP / ATMEL ISC DRIVER
8017 M:      Songjun Wu <songjun.wu@microchip.com>
8018 L:      linux-media@vger.kernel.org
8019 S:      Supported
8020 F:      drivers/media/platform/atmel/atmel-isc.c
8021 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8022 F:      devicetree/bindings/media/atmel-isc.txt
8024 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8025 M:      Chen Yu <yu.c.chen@intel.com>
8026 L:      platform-driver-x86@vger.kernel.org
8027 S:      Supported
8028 F:      drivers/platform/x86/surfacepro3_button.c
8030 MICROTEK X6 SCANNER
8031 M:      Oliver Neukum <oliver@neukum.org>
8032 S:      Maintained
8033 F:      drivers/usb/image/microtek.*
8035 MIPS
8036 M:      Ralf Baechle <ralf@linux-mips.org>
8037 L:      linux-mips@linux-mips.org
8038 W:      http://www.linux-mips.org/
8039 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8040 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8041 S:      Supported
8042 F:      Documentation/devicetree/bindings/mips/
8043 F:      Documentation/mips/
8044 F:      arch/mips/
8046 MIPS/LOONGSON1 ARCHITECTURE
8047 M:      Keguang Zhang <keguang.zhang@gmail.com>
8048 L:      linux-mips@linux-mips.org
8049 S:      Maintained
8050 F:      arch/mips/loongson32/
8051 F:      arch/mips/include/asm/mach-loongson32/
8052 F:      drivers/*/*loongson1*
8053 F:      drivers/*/*/*loongson1*
8055 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8056 M:      Hans Verkuil <hverkuil@xs4all.nl>
8057 L:      linux-media@vger.kernel.org
8058 T:      git git://linuxtv.org/media_tree.git
8059 W:      https://linuxtv.org
8060 S:      Odd Fixes
8061 F:      drivers/media/radio/radio-miropcm20*
8063 MELLANOX MLX4 core VPI driver
8064 M:      Yishai Hadas <yishaih@mellanox.com>
8065 L:      netdev@vger.kernel.org
8066 L:      linux-rdma@vger.kernel.org
8067 W:      http://www.mellanox.com
8068 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8069 S:      Supported
8070 F:      drivers/net/ethernet/mellanox/mlx4/
8071 F:      include/linux/mlx4/
8072 F:      include/uapi/rdma/mlx4-abi.h
8074 MELLANOX MLX4 IB driver
8075 M:      Yishai Hadas <yishaih@mellanox.com>
8076 L:      linux-rdma@vger.kernel.org
8077 W:      http://www.mellanox.com
8078 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8079 S:      Supported
8080 F:      drivers/infiniband/hw/mlx4/
8081 F:      include/linux/mlx4/
8083 MELLANOX MLX5 core VPI driver
8084 M:      Matan Barak <matanb@mellanox.com>
8085 M:      Leon Romanovsky <leonro@mellanox.com>
8086 L:      netdev@vger.kernel.org
8087 L:      linux-rdma@vger.kernel.org
8088 W:      http://www.mellanox.com
8089 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8090 S:      Supported
8091 F:      drivers/net/ethernet/mellanox/mlx5/core/
8092 F:      include/linux/mlx5/
8093 F:      include/uapi/rdma/mlx5-abi.h
8095 MELLANOX MLX5 IB driver
8096 M:      Matan Barak <matanb@mellanox.com>
8097 M:      Leon Romanovsky <leonro@mellanox.com>
8098 L:      linux-rdma@vger.kernel.org
8099 W:      http://www.mellanox.com
8100 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8101 S:      Supported
8102 F:      drivers/infiniband/hw/mlx5/
8103 F:      include/linux/mlx5/
8105 MELEXIS MLX90614 DRIVER
8106 M:      Crt Mori <cmo@melexis.com>
8107 L:      linux-iio@vger.kernel.org
8108 W:      http://www.melexis.com
8109 S:      Supported
8110 F:      drivers/iio/temperature/mlx90614.c
8112 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8113 M:      Don Brace <don.brace@microsemi.com>
8114 L:      esc.storagedev@microsemi.com
8115 L:      linux-scsi@vger.kernel.org
8116 S:      Supported
8117 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8118 F:      drivers/scsi/smartpqi/Kconfig
8119 F:      drivers/scsi/smartpqi/Makefile
8120 F:      include/linux/cciss*.h
8121 F:      include/uapi/linux/cciss*.h
8122 F:      Documentation/scsi/smartpqi.txt
8124 MN88472 MEDIA DRIVER
8125 M:      Antti Palosaari <crope@iki.fi>
8126 L:      linux-media@vger.kernel.org
8127 W:      https://linuxtv.org
8128 W:      http://palosaari.fi/linux/
8129 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8130 S:      Maintained
8131 F:      drivers/media/dvb-frontends/mn88472*
8133 MN88473 MEDIA DRIVER
8134 M:      Antti Palosaari <crope@iki.fi>
8135 L:      linux-media@vger.kernel.org
8136 W:      https://linuxtv.org
8137 W:      http://palosaari.fi/linux/
8138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8139 S:      Maintained
8140 F:      drivers/media/dvb-frontends/mn88473*
8142 MODULE SUPPORT
8143 M:      Jessica Yu <jeyu@redhat.com>
8144 M:      Rusty Russell <rusty@rustcorp.com.au>
8145 S:      Maintained
8146 F:      include/linux/module.h
8147 F:      kernel/module.c
8149 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8150 W:      http://popies.net/meye/
8151 S:      Orphan
8152 F:      Documentation/media/v4l-drivers/meye*
8153 F:      drivers/media/pci/meye/
8154 F:      include/uapi/linux/meye.h
8156 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8157 M:      Jiri Slaby <jirislaby@gmail.com>
8158 S:      Maintained
8159 F:      Documentation/serial/moxa-smartio
8160 F:      drivers/tty/mxser.*
8162 MR800 AVERMEDIA USB FM RADIO DRIVER
8163 M:      Alexey Klimov <klimov.linux@gmail.com>
8164 L:      linux-media@vger.kernel.org
8165 T:      git git://linuxtv.org/media_tree.git
8166 S:      Maintained
8167 F:      drivers/media/radio/radio-mr800.c
8169 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8170 M:      Alan Ott <alan@signal11.us>
8171 L:      linux-wpan@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/net/ieee802154/mrf24j40.c
8174 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8176 MSI LAPTOP SUPPORT
8177 M:      "Lee, Chun-Yi" <jlee@suse.com>
8178 L:      platform-driver-x86@vger.kernel.org
8179 S:      Maintained
8180 F:      drivers/platform/x86/msi-laptop.c
8182 MSI WMI SUPPORT
8183 L:      platform-driver-x86@vger.kernel.org
8184 S:      Orphan
8185 F:      drivers/platform/x86/msi-wmi.c
8187 MSI001 MEDIA DRIVER
8188 M:      Antti Palosaari <crope@iki.fi>
8189 L:      linux-media@vger.kernel.org
8190 W:      https://linuxtv.org
8191 W:      http://palosaari.fi/linux/
8192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8193 T:      git git://linuxtv.org/anttip/media_tree.git
8194 S:      Maintained
8195 F:      drivers/media/tuners/msi001*
8197 MSI2500 MEDIA DRIVER
8198 M:      Antti Palosaari <crope@iki.fi>
8199 L:      linux-media@vger.kernel.org
8200 W:      https://linuxtv.org
8201 W:      http://palosaari.fi/linux/
8202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8203 T:      git git://linuxtv.org/anttip/media_tree.git
8204 S:      Maintained
8205 F:      drivers/media/usb/msi2500/
8207 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8208 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8209 L:      linux-mtd@lists.infradead.org
8210 S:      Maintained
8211 F:      drivers/mtd/devices/docg3*
8213 MT9M032 APTINA SENSOR DRIVER
8214 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8215 L:      linux-media@vger.kernel.org
8216 T:      git git://linuxtv.org/media_tree.git
8217 S:      Maintained
8218 F:      drivers/media/i2c/mt9m032.c
8219 F:      include/media/i2c/mt9m032.h
8221 MT9P031 APTINA CAMERA SENSOR
8222 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8223 L:      linux-media@vger.kernel.org
8224 T:      git git://linuxtv.org/media_tree.git
8225 S:      Maintained
8226 F:      drivers/media/i2c/mt9p031.c
8227 F:      include/media/i2c/mt9p031.h
8229 MT9T001 APTINA CAMERA SENSOR
8230 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8231 L:      linux-media@vger.kernel.org
8232 T:      git git://linuxtv.org/media_tree.git
8233 S:      Maintained
8234 F:      drivers/media/i2c/mt9t001.c
8235 F:      include/media/i2c/mt9t001.h
8237 MT9V032 APTINA CAMERA SENSOR
8238 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8239 L:      linux-media@vger.kernel.org
8240 T:      git git://linuxtv.org/media_tree.git
8241 S:      Maintained
8242 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8243 F:      drivers/media/i2c/mt9v032.c
8244 F:      include/media/i2c/mt9v032.h
8246 MULTIFUNCTION DEVICES (MFD)
8247 M:      Lee Jones <lee.jones@linaro.org>
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8249 S:      Supported
8250 F:      Documentation/devicetree/bindings/mfd/
8251 F:      drivers/mfd/
8252 F:      include/linux/mfd/
8254 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8255 M:      Ulf Hansson <ulf.hansson@linaro.org>
8256 L:      linux-mmc@vger.kernel.org
8257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8258 S:      Maintained
8259 F:      Documentation/devicetree/bindings/mmc/
8260 F:      drivers/mmc/
8261 F:      include/linux/mmc/
8262 F:      include/uapi/linux/mmc/
8264 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8265 S:      Orphan
8266 F:      drivers/mmc/host/mmc_spi.c
8267 F:      include/linux/spi/mmc_spi.h
8269 MULTISOUND SOUND DRIVER
8270 M:      Andrew Veliath <andrewtv@usa.net>
8271 S:      Maintained
8272 F:      Documentation/sound/oss/MultiSound
8273 F:      sound/oss/msnd*
8275 MULTITECH MULTIPORT CARD (ISICOM)
8276 S:      Orphan
8277 F:      drivers/tty/isicom.c
8278 F:      include/linux/isicom.h
8280 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8281 M:      Bin Liu <b-liu@ti.com>
8282 L:      linux-usb@vger.kernel.org
8283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8284 S:      Maintained
8285 F:      drivers/usb/musb/
8287 MXL5007T MEDIA DRIVER
8288 M:      Michael Krufky <mkrufky@linuxtv.org>
8289 L:      linux-media@vger.kernel.org
8290 W:      https://linuxtv.org
8291 W:      http://github.com/mkrufky
8292 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8293 T:      git git://linuxtv.org/mkrufky/tuners.git
8294 S:      Maintained
8295 F:      drivers/media/tuners/mxl5007t.*
8297 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8298 M:      Hyong-Youb Kim <hykim@myri.com>
8299 L:      netdev@vger.kernel.org
8300 W:      https://www.myricom.com/support/downloads/myri10ge.html
8301 S:      Supported
8302 F:      drivers/net/ethernet/myricom/myri10ge/
8304 NAND FLASH SUBSYSTEM
8305 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8306 R:      Richard Weinberger <richard@nod.at>
8307 L:      linux-mtd@lists.infradead.org
8308 W:      http://www.linux-mtd.infradead.org/
8309 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8310 T:      git git://github.com/linux-nand/linux.git
8311 S:      Maintained
8312 F:      drivers/mtd/nand/
8313 F:      include/linux/mtd/nand*.h
8315 NATSEMI ETHERNET DRIVER (DP8381x)
8316 S:      Orphan
8317 F:      drivers/net/ethernet/natsemi/natsemi.c
8319 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8320 M:      Daniel Mack <zonque@gmail.com>
8321 S:      Maintained
8322 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8323 W:      http://www.native-instruments.com
8324 F:      sound/usb/caiaq/
8326 NCP FILESYSTEM
8327 M:      Petr Vandrovec <petr@vandrovec.name>
8328 S:      Odd Fixes
8329 F:      fs/ncpfs/
8331 NCR 5380 SCSI DRIVERS
8332 M:      Finn Thain <fthain@telegraphics.com.au>
8333 M:      Michael Schmitz <schmitzmic@gmail.com>
8334 L:      linux-scsi@vger.kernel.org
8335 S:      Maintained
8336 F:      Documentation/scsi/g_NCR5380.txt
8337 F:      drivers/scsi/NCR5380.*
8338 F:      drivers/scsi/arm/cumana_1.c
8339 F:      drivers/scsi/arm/oak.c
8340 F:      drivers/scsi/atari_scsi.*
8341 F:      drivers/scsi/dmx3191d.c
8342 F:      drivers/scsi/g_NCR5380.*
8343 F:      drivers/scsi/g_NCR5380_mmio.c
8344 F:      drivers/scsi/mac_scsi.*
8345 F:      drivers/scsi/sun3_scsi.*
8346 F:      drivers/scsi/sun3_scsi_vme.c
8348 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8349 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8350 L:      linux-scsi@vger.kernel.org
8351 S:      Maintained
8352 F:      drivers/scsi/NCR_D700.*
8354 NCT6775 HARDWARE MONITOR DRIVER
8355 M:      Guenter Roeck <linux@roeck-us.net>
8356 L:      linux-hwmon@vger.kernel.org
8357 S:      Maintained
8358 F:      Documentation/hwmon/nct6775
8359 F:      drivers/hwmon/nct6775.c
8361 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8362 M:      Faisal Latif <faisal.latif@intel.com>
8363 L:      linux-rdma@vger.kernel.org
8364 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8365 S:      Supported
8366 F:      drivers/infiniband/hw/nes/
8367 F:      include/uapi/rdma/nes-abi.h
8369 NETEM NETWORK EMULATOR
8370 M:      Stephen Hemminger <stephen@networkplumber.org>
8371 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
8372 S:      Maintained
8373 F:      net/sched/sch_netem.c
8375 NETERION 10GbE DRIVERS (s2io/vxge)
8376 M:      Jon Mason <jdmason@kudzu.us>
8377 L:      netdev@vger.kernel.org
8378 S:      Supported
8379 F:      Documentation/networking/s2io.txt
8380 F:      Documentation/networking/vxge.txt
8381 F:      drivers/net/ethernet/neterion/
8383 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
8384 M:      Pablo Neira Ayuso <pablo@netfilter.org>
8385 M:      Patrick McHardy <kaber@trash.net>
8386 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
8387 L:      netfilter-devel@vger.kernel.org
8388 L:      coreteam@netfilter.org
8389 W:      http://www.netfilter.org/
8390 W:      http://www.iptables.org/
8391 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8394 S:      Supported
8395 F:      include/linux/netfilter*
8396 F:      include/linux/netfilter/
8397 F:      include/net/netfilter/
8398 F:      include/uapi/linux/netfilter*
8399 F:      include/uapi/linux/netfilter/
8400 F:      net/*/netfilter.c
8401 F:      net/*/netfilter/
8402 F:      net/netfilter/
8403 F:      net/bridge/br_netfilter*.c
8405 NETLABEL
8406 M:      Paul Moore <paul@paul-moore.com>
8407 W:      http://netlabel.sf.net
8408 L:      netdev@vger.kernel.org
8409 S:      Maintained
8410 F:      Documentation/netlabel/
8411 F:      include/net/netlabel.h
8412 F:      net/netlabel/
8414 NETROM NETWORK LAYER
8415 M:      Ralf Baechle <ralf@linux-mips.org>
8416 L:      linux-hams@vger.kernel.org
8417 W:      http://www.linux-ax25.org/
8418 S:      Maintained
8419 F:      include/net/netrom.h
8420 F:      include/uapi/linux/netrom.h
8421 F:      net/netrom/
8423 NETRONOME ETHERNET DRIVERS
8424 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
8425 L:      oss-drivers@netronome.com
8426 S:      Maintained
8427 F:      drivers/net/ethernet/netronome/
8429 NETWORK BLOCK DEVICE (NBD)
8430 M:      Markus Pargmann <mpa@pengutronix.de>
8431 S:      Maintained
8432 L:      nbd-general@lists.sourceforge.net
8433 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
8434 F:      Documentation/blockdev/nbd.txt
8435 F:      drivers/block/nbd.c
8436 F:      include/uapi/linux/nbd.h
8438 NETWORK DROP MONITOR
8439 M:      Neil Horman <nhorman@tuxdriver.com>
8440 L:      netdev@vger.kernel.org
8441 S:      Maintained
8442 W:      https://fedorahosted.org/dropwatch/
8443 F:      net/core/drop_monitor.c
8445 NETWORKING [DSA]
8446 M:      Andrew Lunn <andrew@lunn.ch>
8447 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8448 M:      Florian Fainelli <f.fainelli@gmail.com>
8449 S:      Maintained
8450 F:      net/dsa/
8451 F:      include/net/dsa.h
8452 F:      drivers/net/dsa/
8454 NETWORKING [GENERAL]
8455 M:      "David S. Miller" <davem@davemloft.net>
8456 L:      netdev@vger.kernel.org
8457 W:      http://www.linuxfoundation.org/en/Net
8458 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8461 S:      Maintained
8462 F:      net/
8463 F:      include/net/
8464 F:      include/linux/in.h
8465 F:      include/linux/net.h
8466 F:      include/linux/netdevice.h
8467 F:      include/uapi/linux/in.h
8468 F:      include/uapi/linux/net.h
8469 F:      include/uapi/linux/netdevice.h
8470 F:      include/uapi/linux/net_namespace.h
8471 F:      tools/net/
8472 F:      tools/testing/selftests/net/
8473 F:      lib/random32.c
8474 F:      lib/test_bpf.c
8476 NETWORKING [IPv4/IPv6]
8477 M:      "David S. Miller" <davem@davemloft.net>
8478 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
8479 M:      James Morris <jmorris@namei.org>
8480 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
8481 M:      Patrick McHardy <kaber@trash.net>
8482 L:      netdev@vger.kernel.org
8483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8484 S:      Maintained
8485 F:      net/ipv4/
8486 F:      net/ipv6/
8487 F:      include/net/ip*
8488 F:      arch/x86/net/*
8490 NETWORKING [IPSEC]
8491 M:      Steffen Klassert <steffen.klassert@secunet.com>
8492 M:      Herbert Xu <herbert@gondor.apana.org.au>
8493 M:      "David S. Miller" <davem@davemloft.net>
8494 L:      netdev@vger.kernel.org
8495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8497 S:      Maintained
8498 F:      net/core/flow.c
8499 F:      net/xfrm/
8500 F:      net/key/
8501 F:      net/ipv4/xfrm*
8502 F:      net/ipv4/esp4.c
8503 F:      net/ipv4/ah4.c
8504 F:      net/ipv4/ipcomp.c
8505 F:      net/ipv4/ip_vti.c
8506 F:      net/ipv6/xfrm*
8507 F:      net/ipv6/esp6.c
8508 F:      net/ipv6/ah6.c
8509 F:      net/ipv6/ipcomp6.c
8510 F:      net/ipv6/ip6_vti.c
8511 F:      include/uapi/linux/xfrm.h
8512 F:      include/net/xfrm.h
8514 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8515 M:      Paul Moore <paul@paul-moore.com>
8516 L:      netdev@vger.kernel.org
8517 S:      Maintained
8519 NETWORKING [WIRELESS]
8520 L:      linux-wireless@vger.kernel.org
8521 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8523 NETWORKING DRIVERS
8524 L:      netdev@vger.kernel.org
8525 W:      http://www.linuxfoundation.org/en/Net
8526 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8529 S:      Odd Fixes
8530 F:      Documentation/devicetree/bindings/net/
8531 F:      drivers/net/
8532 F:      include/linux/if_*
8533 F:      include/linux/netdevice.h
8534 F:      include/linux/etherdevice.h
8535 F:      include/linux/fcdevice.h
8536 F:      include/linux/fddidevice.h
8537 F:      include/linux/hippidevice.h
8538 F:      include/linux/inetdevice.h
8539 F:      include/uapi/linux/if_*
8540 F:      include/uapi/linux/netdevice.h
8542 NETWORKING DRIVERS (WIRELESS)
8543 M:      Kalle Valo <kvalo@codeaurora.org>
8544 L:      linux-wireless@vger.kernel.org
8545 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8548 S:      Maintained
8549 F:      Documentation/devicetree/bindings/net/wireless/
8550 F:      drivers/net/wireless/
8552 NETXEN (1/10) GbE SUPPORT
8553 M:      Manish Chopra <manish.chopra@cavium.com>
8554 M:      Rahul Verma <rahul.verma@cavium.com>
8555 M:      Dept-GELinuxNICDev@cavium.com
8556 L:      netdev@vger.kernel.org
8557 S:      Supported
8558 F:      drivers/net/ethernet/qlogic/netxen/
8560 NFC SUBSYSTEM
8561 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8562 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8563 M:      Samuel Ortiz <sameo@linux.intel.com>
8564 L:      linux-wireless@vger.kernel.org
8565 L:      linux-nfc@lists.01.org (subscribers-only)
8566 S:      Supported
8567 F:      net/nfc/
8568 F:      include/net/nfc/
8569 F:      include/uapi/linux/nfc.h
8570 F:      drivers/nfc/
8571 F:      include/linux/platform_data/nfcmrvl.h
8572 F:      include/linux/platform_data/nxp-nci.h
8573 F:      include/linux/platform_data/pn544.h
8574 F:      include/linux/platform_data/st21nfca.h
8575 F:      include/linux/platform_data/st-nci.h
8576 F:      Documentation/devicetree/bindings/net/nfc/
8578 NFS, SUNRPC, AND LOCKD CLIENTS
8579 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8580 M:      Anna Schumaker <anna.schumaker@netapp.com>
8581 L:      linux-nfs@vger.kernel.org
8582 W:      http://client.linux-nfs.org
8583 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8584 S:      Maintained
8585 F:      fs/lockd/
8586 F:      fs/nfs/
8587 F:      fs/nfs_common/
8588 F:      net/sunrpc/
8589 F:      include/linux/lockd/
8590 F:      include/linux/nfs*
8591 F:      include/linux/sunrpc/
8592 F:      include/uapi/linux/nfs*
8593 F:      include/uapi/linux/sunrpc/
8595 NILFS2 FILESYSTEM
8596 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8597 L:      linux-nilfs@vger.kernel.org
8598 W:      http://nilfs.sourceforge.net/
8599 W:      http://nilfs.osdn.jp/
8600 T:      git git://github.com/konis/nilfs2.git
8601 S:      Supported
8602 F:      Documentation/filesystems/nilfs2.txt
8603 F:      fs/nilfs2/
8604 F:      include/trace/events/nilfs2.h
8605 F:      include/uapi/linux/nilfs2_api.h
8606 F:      include/uapi/linux/nilfs2_ondisk.h
8608 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8609 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8610 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8611 S:      Maintained
8612 F:      Documentation/scsi/NinjaSCSI.txt
8613 F:      drivers/scsi/pcmcia/nsp_*
8615 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8616 M:      GOTO Masanori <gotom@debian.or.jp>
8617 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8618 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8619 S:      Maintained
8620 F:      Documentation/scsi/NinjaSCSI.txt
8621 F:      drivers/scsi/nsp32*
8623 NIOS2 ARCHITECTURE
8624 M:      Ley Foon Tan <lftan@altera.com>
8625 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8627 S:      Maintained
8628 F:      arch/nios2/
8630 NOKIA N900 POWER SUPPLY DRIVERS
8631 R:      Pali Rohár <pali.rohar@gmail.com>
8632 F:      include/linux/power/bq2415x_charger.h
8633 F:      include/linux/power/bq27xxx_battery.h
8634 F:      include/linux/power/isp1704_charger.h
8635 F:      drivers/power/supply/bq2415x_charger.c
8636 F:      drivers/power/supply/bq27xxx_battery.c
8637 F:      drivers/power/supply/bq27xxx_battery_i2c.c
8638 F:      drivers/power/supply/isp1704_charger.c
8639 F:      drivers/power/supply/rx51_battery.c
8641 NTB DRIVER CORE
8642 M:      Jon Mason <jdmason@kudzu.us>
8643 M:      Dave Jiang <dave.jiang@intel.com>
8644 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8645 L:      linux-ntb@googlegroups.com
8646 S:      Supported
8647 W:      https://github.com/jonmason/ntb/wiki
8648 T:      git git://github.com/jonmason/ntb.git
8649 F:      drivers/ntb/
8650 F:      drivers/net/ntb_netdev.c
8651 F:      include/linux/ntb.h
8652 F:      include/linux/ntb_transport.h
8653 F:      tools/testing/selftests/ntb/
8655 NTB INTEL DRIVER
8656 M:      Jon Mason <jdmason@kudzu.us>
8657 M:      Dave Jiang <dave.jiang@intel.com>
8658 L:      linux-ntb@googlegroups.com
8659 S:      Supported
8660 W:      https://github.com/jonmason/ntb/wiki
8661 T:      git git://github.com/jonmason/ntb.git
8662 F:      drivers/ntb/hw/intel/
8664 NTB AMD DRIVER
8665 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8666 L:      linux-ntb@googlegroups.com
8667 S:      Supported
8668 F:      drivers/ntb/hw/amd/
8670 NTFS FILESYSTEM
8671 M:      Anton Altaparmakov <anton@tuxera.com>
8672 L:      linux-ntfs-dev@lists.sourceforge.net
8673 W:      http://www.tuxera.com/
8674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8675 S:      Supported
8676 F:      Documentation/filesystems/ntfs.txt
8677 F:      fs/ntfs/
8679 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8680 M:      Antonino Daplas <adaplas@gmail.com>
8681 L:      linux-fbdev@vger.kernel.org
8682 S:      Maintained
8683 F:      drivers/video/fbdev/riva/
8684 F:      drivers/video/fbdev/nvidia/
8686 NVM EXPRESS DRIVER
8687 M:      Keith Busch <keith.busch@intel.com>
8688 M:      Jens Axboe <axboe@fb.com>
8689 L:      linux-nvme@lists.infradead.org
8690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8691 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8692 S:      Supported
8693 F:      drivers/nvme/host/
8694 F:      include/linux/nvme.h
8696 NVM EXPRESS TARGET DRIVER
8697 M:      Christoph Hellwig <hch@lst.de>
8698 M:      Sagi Grimberg <sagi@grimberg.me>
8699 L:      linux-nvme@lists.infradead.org
8700 S:      Supported
8701 F:      drivers/nvme/target/
8703 NVMEM FRAMEWORK
8704 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8705 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8706 S:      Maintained
8707 F:      drivers/nvmem/
8708 F:      Documentation/devicetree/bindings/nvmem/
8709 F:      include/linux/nvmem-consumer.h
8710 F:      include/linux/nvmem-provider.h
8712 NXP-NCI NFC DRIVER
8713 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8714 R:      Charles Gorand <charles.gorand@effinnov.com>
8715 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8716 S:      Supported
8717 F:      drivers/nfc/nxp-nci
8719 NXP TDA998X DRM DRIVER
8720 M:      Russell King <rmk+kernel@armlinux.org.uk>
8721 S:      Supported
8722 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8723 F:      include/drm/i2c/tda998x.h
8725 NXP TFA9879 DRIVER
8726 M:      Peter Rosin <peda@axentia.se>
8727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8728 S:      Maintained
8729 F:      sound/soc/codecs/tfa9879*
8731 OBJTOOL
8732 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8733 S:      Supported
8734 F:      tools/objtool/
8736 OMAP SUPPORT
8737 M:      Tony Lindgren <tony@atomide.com>
8738 L:      linux-omap@vger.kernel.org
8739 W:      http://www.muru.com/linux/omap/
8740 W:      http://linux.omap.com/
8741 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8743 S:      Maintained
8744 F:      arch/arm/*omap*/
8745 F:      arch/arm/configs/omap1_defconfig
8746 F:      arch/arm/configs/omap2plus_defconfig
8747 F:      drivers/i2c/busses/i2c-omap.c
8748 F:      drivers/irqchip/irq-omap-intc.c
8749 F:      drivers/mfd/*omap*.c
8750 F:      drivers/mfd/menelaus.c
8751 F:      drivers/mfd/palmas.c
8752 F:      drivers/mfd/tps65217.c
8753 F:      drivers/mfd/tps65218.c
8754 F:      drivers/mfd/tps65910.c
8755 F:      drivers/mfd/twl-core.[ch]
8756 F:      drivers/mfd/twl4030*.c
8757 F:      drivers/mfd/twl6030*.c
8758 F:      drivers/mfd/twl6040*.c
8759 F:      drivers/regulator/palmas-regulator*.c
8760 F:      drivers/regulator/pbias-regulator.c
8761 F:      drivers/regulator/tps65217-regulator.c
8762 F:      drivers/regulator/tps65218-regulator.c
8763 F:      drivers/regulator/tps65910-regulator.c
8764 F:      drivers/regulator/twl-regulator.c
8765 F:      include/linux/i2c-omap.h
8767 OMAP DEVICE TREE SUPPORT
8768 M:      Benoît Cousson <bcousson@baylibre.com>
8769 M:      Tony Lindgren <tony@atomide.com>
8770 L:      linux-omap@vger.kernel.org
8771 L:      devicetree@vger.kernel.org
8772 S:      Maintained
8773 F:      arch/arm/boot/dts/*omap*
8774 F:      arch/arm/boot/dts/*am3*
8775 F:      arch/arm/boot/dts/*am4*
8776 F:      arch/arm/boot/dts/*am5*
8777 F:      arch/arm/boot/dts/*dra7*
8779 OMAP CLOCK FRAMEWORK SUPPORT
8780 M:      Paul Walmsley <paul@pwsan.com>
8781 L:      linux-omap@vger.kernel.org
8782 S:      Maintained
8783 F:      arch/arm/*omap*/*clock*
8785 OMAP POWER MANAGEMENT SUPPORT
8786 M:      Kevin Hilman <khilman@kernel.org>
8787 L:      linux-omap@vger.kernel.org
8788 S:      Maintained
8789 F:      arch/arm/*omap*/*pm*
8790 F:      drivers/cpufreq/omap-cpufreq.c
8792 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8793 M:      Rajendra Nayak <rnayak@codeaurora.org>
8794 M:      Paul Walmsley <paul@pwsan.com>
8795 L:      linux-omap@vger.kernel.org
8796 S:      Maintained
8797 F:      arch/arm/mach-omap2/prm*
8799 OMAP AUDIO SUPPORT
8800 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8801 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8802 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8803 L:      linux-omap@vger.kernel.org
8804 S:      Maintained
8805 F:      sound/soc/omap/
8807 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8808 M:      Roger Quadros <rogerq@ti.com>
8809 M:      Tony Lindgren <tony@atomide.com>
8810 L:      linux-omap@vger.kernel.org
8811 S:      Maintained
8812 F:      drivers/memory/omap-gpmc.c
8813 F:      arch/arm/mach-omap2/*gpmc*
8815 OMAP FRAMEBUFFER SUPPORT
8816 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8817 L:      linux-fbdev@vger.kernel.org
8818 L:      linux-omap@vger.kernel.org
8819 S:      Maintained
8820 F:      drivers/video/fbdev/omap/
8822 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8823 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8824 L:      linux-omap@vger.kernel.org
8825 L:      linux-fbdev@vger.kernel.org
8826 S:      Maintained
8827 F:      drivers/video/fbdev/omap2/
8828 F:      Documentation/arm/OMAP/DSS
8830 OMAP HARDWARE SPINLOCK SUPPORT
8831 M:      Ohad Ben-Cohen <ohad@wizery.com>
8832 L:      linux-omap@vger.kernel.org
8833 S:      Maintained
8834 F:      drivers/hwspinlock/omap_hwspinlock.c
8836 OMAP MMC SUPPORT
8837 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8838 L:      linux-omap@vger.kernel.org
8839 S:      Maintained
8840 F:      drivers/mmc/host/omap.c
8842 OMAP HS MMC SUPPORT
8843 L:      linux-mmc@vger.kernel.org
8844 L:      linux-omap@vger.kernel.org
8845 S:      Orphan
8846 F:      drivers/mmc/host/omap_hsmmc.c
8848 OMAP RANDOM NUMBER GENERATOR SUPPORT
8849 M:      Deepak Saxena <dsaxena@plexity.net>
8850 S:      Maintained
8851 F:      drivers/char/hw_random/omap-rng.c
8853 OMAP HWMOD SUPPORT
8854 M:      Benoît Cousson <bcousson@baylibre.com>
8855 M:      Paul Walmsley <paul@pwsan.com>
8856 L:      linux-omap@vger.kernel.org
8857 S:      Maintained
8858 F:      arch/arm/mach-omap2/omap_hwmod.*
8860 OMAP HWMOD DATA
8861 M:      Paul Walmsley <paul@pwsan.com>
8862 L:      linux-omap@vger.kernel.org
8863 S:      Maintained
8864 F:      arch/arm/mach-omap2/omap_hwmod*data*
8866 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8867 M:      Benoît Cousson <bcousson@baylibre.com>
8868 L:      linux-omap@vger.kernel.org
8869 S:      Maintained
8870 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8872 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8873 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8874 L:      linux-media@vger.kernel.org
8875 S:      Maintained
8876 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8877 F:      drivers/media/platform/omap3isp/
8878 F:      drivers/staging/media/omap4iss/
8880 OMAP USB SUPPORT
8881 L:      linux-usb@vger.kernel.org
8882 L:      linux-omap@vger.kernel.org
8883 S:      Orphan
8884 F:      drivers/usb/*/*omap*
8885 F:      arch/arm/*omap*/usb*
8887 OMAP GPIO DRIVER
8888 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8889 M:      Santosh Shilimkar <ssantosh@kernel.org>
8890 M:      Kevin Hilman <khilman@kernel.org>
8891 L:      linux-omap@vger.kernel.org
8892 S:      Maintained
8893 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8894 F:      drivers/gpio/gpio-omap.c
8896 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8897 M:      Mark Jackson <mpfj@newflow.co.uk>
8898 L:      linux-omap@vger.kernel.org
8899 S:      Maintained
8900 F:      arch/arm/boot/dts/am335x-nano.dts
8902 OMFS FILESYSTEM
8903 M:      Bob Copeland <me@bobcopeland.com>
8904 L:      linux-karma-devel@lists.sourceforge.net
8905 S:      Maintained
8906 F:      Documentation/filesystems/omfs.txt
8907 F:      fs/omfs/
8909 OMNIKEY CARDMAN 4000 DRIVER
8910 M:      Harald Welte <laforge@gnumonks.org>
8911 S:      Maintained
8912 F:      drivers/char/pcmcia/cm4000_cs.c
8913 F:      include/linux/cm4000_cs.h
8914 F:      include/uapi/linux/cm4000_cs.h
8916 OMNIKEY CARDMAN 4040 DRIVER
8917 M:      Harald Welte <laforge@gnumonks.org>
8918 S:      Maintained
8919 F:      drivers/char/pcmcia/cm4040_cs.*
8921 OMNIVISION OV7670 SENSOR DRIVER
8922 M:      Jonathan Corbet <corbet@lwn.net>
8923 L:      linux-media@vger.kernel.org
8924 T:      git git://linuxtv.org/media_tree.git
8925 S:      Maintained
8926 F:      drivers/media/i2c/ov7670.c
8928 ONENAND FLASH DRIVER
8929 M:      Kyungmin Park <kyungmin.park@samsung.com>
8930 L:      linux-mtd@lists.infradead.org
8931 S:      Maintained
8932 F:      drivers/mtd/onenand/
8933 F:      include/linux/mtd/onenand*.h
8935 ONSTREAM SCSI TAPE DRIVER
8936 M:      Willem Riede <osst@riede.org>
8937 L:      osst-users@lists.sourceforge.net
8938 L:      linux-scsi@vger.kernel.org
8939 S:      Maintained
8940 F:      Documentation/scsi/osst.txt
8941 F:      drivers/scsi/osst.*
8942 F:      drivers/scsi/osst_*.h
8943 F:      drivers/scsi/st.h
8945 OPENCORES I2C BUS DRIVER
8946 M:      Peter Korsgaard <jacmet@sunsite.dk>
8947 L:      linux-i2c@vger.kernel.org
8948 S:      Maintained
8949 F:      Documentation/i2c/busses/i2c-ocores
8950 F:      drivers/i2c/busses/i2c-ocores.c
8952 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8953 M:      Rob Herring <robh+dt@kernel.org>
8954 M:      Frank Rowand <frowand.list@gmail.com>
8955 L:      devicetree@vger.kernel.org
8956 W:      http://www.devicetree.org/
8957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8958 S:      Maintained
8959 F:      drivers/of/
8960 F:      include/linux/of*.h
8961 F:      scripts/dtc/
8963 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8964 M:      Rob Herring <robh+dt@kernel.org>
8965 M:      Mark Rutland <mark.rutland@arm.com>
8966 L:      devicetree@vger.kernel.org
8967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8968 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8969 S:      Maintained
8970 F:      Documentation/devicetree/
8971 F:      arch/*/boot/dts/
8972 F:      include/dt-bindings/
8974 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8975 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8976 L:      devicetree@vger.kernel.org
8977 S:      Maintained
8978 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8979 F:      Documentation/devicetree/overlay-notes.txt
8980 F:      drivers/of/overlay.c
8981 F:      drivers/of/resolver.c
8983 OPENRISC ARCHITECTURE
8984 M:      Jonas Bonn <jonas@southpole.se>
8985 W:      http://openrisc.net
8986 S:      Maintained
8987 T:      git git://openrisc.net/~jonas/linux
8988 F:      arch/openrisc/
8990 OPENVSWITCH
8991 M:      Pravin Shelar <pshelar@nicira.com>
8992 L:      netdev@vger.kernel.org
8993 L:      dev@openvswitch.org
8994 W:      http://openvswitch.org
8995 S:      Maintained
8996 F:      net/openvswitch/
8997 F:      include/uapi/linux/openvswitch.h
8999 OPERATING PERFORMANCE POINTS (OPP)
9000 M:      Viresh Kumar <vireshk@kernel.org>
9001 M:      Nishanth Menon <nm@ti.com>
9002 M:      Stephen Boyd <sboyd@codeaurora.org>
9003 L:      linux-pm@vger.kernel.org
9004 S:      Maintained
9005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9006 F:      drivers/base/power/opp/
9007 F:      include/linux/pm_opp.h
9008 F:      Documentation/power/opp.txt
9009 F:      Documentation/devicetree/bindings/opp/
9011 OPL4 DRIVER
9012 M:      Clemens Ladisch <clemens@ladisch.de>
9013 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9014 T:      git git://git.alsa-project.org/alsa-kernel.git
9015 S:      Maintained
9016 F:      sound/drivers/opl4/
9018 OPROFILE
9019 M:      Robert Richter <rric@kernel.org>
9020 L:      oprofile-list@lists.sf.net
9021 S:      Maintained
9022 F:      arch/*/include/asm/oprofile*.h
9023 F:      arch/*/oprofile/
9024 F:      drivers/oprofile/
9025 F:      include/linux/oprofile.h
9027 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9028 M:      Mark Fasheh <mfasheh@versity.com>
9029 M:      Joel Becker <jlbec@evilplan.org>
9030 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
9031 W:      http://ocfs2.wiki.kernel.org
9032 S:      Supported
9033 F:      Documentation/filesystems/ocfs2.txt
9034 F:      Documentation/filesystems/dlmfs.txt
9035 F:      fs/ocfs2/
9037 ORINOCO DRIVER
9038 L:      linux-wireless@vger.kernel.org
9039 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9040 W:      http://www.nongnu.org/orinoco/
9041 S:      Orphan
9042 F:      drivers/net/wireless/intersil/orinoco/
9044 OSD LIBRARY and FILESYSTEM
9045 M:      Boaz Harrosh <ooo@electrozaur.com>
9046 M:      Benny Halevy <bhalevy@primarydata.com>
9047 L:      osd-dev@open-osd.org
9048 W:      http://open-osd.org
9049 T:      git git://git.open-osd.org/open-osd.git
9050 S:      Maintained
9051 F:      drivers/scsi/osd/
9052 F:      include/scsi/osd_*
9053 F:      fs/exofs/
9055 OVERLAY FILESYSTEM
9056 M:      Miklos Szeredi <miklos@szeredi.hu>
9057 L:      linux-unionfs@vger.kernel.org
9058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9059 S:      Supported
9060 F:      fs/overlayfs/
9061 F:      Documentation/filesystems/overlayfs.txt
9063 ORANGEFS FILESYSTEM
9064 M:      Mike Marshall <hubcap@omnibond.com>
9065 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
9066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9067 S:      Supported
9068 F:      fs/orangefs/
9069 F:      Documentation/filesystems/orangefs.txt
9071 P54 WIRELESS DRIVER
9072 M:      Christian Lamparter <chunkeey@googlemail.com>
9073 L:      linux-wireless@vger.kernel.org
9074 W:      http://wireless.kernel.org/en/users/Drivers/p54
9075 S:      Maintained
9076 F:      drivers/net/wireless/intersil/p54/
9078 PA SEMI ETHERNET DRIVER
9079 L:      netdev@vger.kernel.org
9080 S:      Orphan
9081 F:      drivers/net/ethernet/pasemi/*
9083 PA SEMI SMBUS DRIVER
9084 L:      linux-i2c@vger.kernel.org
9085 S:      Orphan
9086 F:      drivers/i2c/busses/i2c-pasemi.c
9088 PADATA PARALLEL EXECUTION MECHANISM
9089 M:      Steffen Klassert <steffen.klassert@secunet.com>
9090 L:      linux-crypto@vger.kernel.org
9091 S:      Maintained
9092 F:      kernel/padata.c
9093 F:      include/linux/padata.h
9094 F:      Documentation/padata.txt
9096 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9097 M:      Harald Welte <laforge@gnumonks.org>
9098 L:      platform-driver-x86@vger.kernel.org
9099 S:      Maintained
9100 F:      drivers/platform/x86/panasonic-laptop.c
9102 PANASONIC MN10300/AM33/AM34 PORT
9103 M:      David Howells <dhowells@redhat.com>
9104 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
9105 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9106 S:      Maintained
9107 F:      Documentation/mn10300/
9108 F:      arch/mn10300/
9110 PARALLEL LCD/KEYPAD PANEL DRIVER
9111 M:      Willy Tarreau <willy@haproxy.com>
9112 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
9113 S:      Odd Fixes
9114 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9115 F:      drivers/misc/panel.c
9117 PARALLEL PORT SUBSYSTEM
9118 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9119 M:      Sudip Mukherjee <sudip@vectorindia.org>
9120 L:      linux-parport@lists.infradead.org (subscribers-only)
9121 S:      Maintained
9122 F:      drivers/parport/
9123 F:      include/linux/parport*.h
9124 F:      drivers/char/ppdev.c
9125 F:      include/uapi/linux/ppdev.h
9126 F:      Documentation/parport*.txt
9128 PARAVIRT_OPS INTERFACE
9129 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9130 M:      Chris Wright <chrisw@sous-sol.org>
9131 M:      Alok Kataria <akataria@vmware.com>
9132 M:      Rusty Russell <rusty@rustcorp.com.au>
9133 L:      virtualization@lists.linux-foundation.org
9134 S:      Supported
9135 F:      Documentation/virtual/paravirt_ops.txt
9136 F:      arch/*/kernel/paravirt*
9137 F:      arch/*/include/asm/paravirt.h
9138 F:      include/linux/hypervisor.h
9140 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9141 M:      Tim Waugh <tim@cyberelk.net>
9142 L:      linux-parport@lists.infradead.org (subscribers-only)
9143 S:      Maintained
9144 F:      Documentation/blockdev/paride.txt
9145 F:      drivers/block/paride/
9147 PARISC ARCHITECTURE
9148 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
9149 M:      Helge Deller <deller@gmx.de>
9150 L:      linux-parisc@vger.kernel.org
9151 W:      http://www.parisc-linux.org/
9152 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9155 S:      Maintained
9156 F:      arch/parisc/
9157 F:      Documentation/parisc/
9158 F:      drivers/parisc/
9159 F:      drivers/char/agp/parisc-agp.c
9160 F:      drivers/input/serio/gscps2.c
9161 F:      drivers/parport/parport_gsc.*
9162 F:      drivers/tty/serial/8250/8250_gsc.c
9163 F:      drivers/video/fbdev/sti*
9164 F:      drivers/video/console/sti*
9165 F:      drivers/video/logo/logo_parisc*
9167 PC87360 HARDWARE MONITORING DRIVER
9168 M:      Jim Cromie <jim.cromie@gmail.com>
9169 L:      linux-hwmon@vger.kernel.org
9170 S:      Maintained
9171 F:      Documentation/hwmon/pc87360
9172 F:      drivers/hwmon/pc87360.c
9174 PC8736x GPIO DRIVER
9175 M:      Jim Cromie <jim.cromie@gmail.com>
9176 S:      Maintained
9177 F:      drivers/char/pc8736x_gpio.c
9179 PC87427 HARDWARE MONITORING DRIVER
9180 M:      Jean Delvare <jdelvare@suse.com>
9181 L:      linux-hwmon@vger.kernel.org
9182 S:      Maintained
9183 F:      Documentation/hwmon/pc87427
9184 F:      drivers/hwmon/pc87427.c
9186 PCA9532 LED DRIVER
9187 M:      Riku Voipio <riku.voipio@iki.fi>
9188 S:      Maintained
9189 F:      drivers/leds/leds-pca9532.c
9190 F:      include/linux/leds-pca9532.h
9192 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9193 M:      Guenter Roeck <linux@roeck-us.net>
9194 L:      linux-i2c@vger.kernel.org
9195 S:      Maintained
9196 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9198 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9199 M:      Khalid Aziz <khalid@gonehiking.org>
9200 S:      Maintained
9201 F:      drivers/firmware/pcdp.*
9203 PCI ERROR RECOVERY
9204 M:      Linas Vepstas <linasvepstas@gmail.com>
9205 L:      linux-pci@vger.kernel.org
9206 S:      Supported
9207 F:      Documentation/PCI/pci-error-recovery.txt
9209 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9210 M:      Russell Currey <ruscur@russell.cc>
9211 L:      linuxppc-dev@lists.ozlabs.org
9212 S:      Supported
9213 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9214 F:      arch/powerpc/kernel/eeh*.c
9215 F:      arch/powerpc/platforms/*/eeh*.c
9216 F:      arch/powerpc/include/*/eeh*.h
9218 PCI SUBSYSTEM
9219 M:      Bjorn Helgaas <bhelgaas@google.com>
9220 L:      linux-pci@vger.kernel.org
9221 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9223 S:      Supported
9224 F:      Documentation/devicetree/bindings/pci/
9225 F:      Documentation/PCI/
9226 F:      drivers/pci/
9227 F:      include/linux/pci*
9228 F:      arch/x86/pci/
9229 F:      arch/x86/kernel/quirks.c
9231 PCI DRIVER FOR ALTERA PCIE IP
9232 M:      Ley Foon Tan <lftan@altera.com>
9233 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9234 L:      linux-pci@vger.kernel.org
9235 S:      Supported
9236 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9237 F:      drivers/pci/host/pcie-altera.c
9239 PCI DRIVER FOR ARM VERSATILE PLATFORM
9240 M:      Rob Herring <robh@kernel.org>
9241 L:      linux-pci@vger.kernel.org
9242 L:      linux-arm-kernel@lists.infradead.org
9243 S:      Maintained
9244 F:      Documentation/devicetree/bindings/pci/versatile.txt
9245 F:      drivers/pci/host/pci-versatile.c
9247 PCI DRIVER FOR ARMADA 8K
9248 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9249 L:      linux-pci@vger.kernel.org
9250 L:      linux-arm-kernel@lists.infradead.org
9251 S:      Maintained
9252 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9253 F:      drivers/pci/host/pcie-armada8k.c
9255 PCI DRIVER FOR APPLIEDMICRO XGENE
9256 M:      Tanmay Inamdar <tinamdar@apm.com>
9257 L:      linux-pci@vger.kernel.org
9258 L:      linux-arm-kernel@lists.infradead.org
9259 S:      Maintained
9260 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9261 F:      drivers/pci/host/pci-xgene.c
9263 PCI DRIVER FOR FREESCALE LAYERSCAPE
9264 M:      Minghuan Lian <minghuan.Lian@freescale.com>
9265 M:      Mingkai Hu <mingkai.hu@freescale.com>
9266 M:      Roy Zang <tie-fei.zang@freescale.com>
9267 L:      linuxppc-dev@lists.ozlabs.org
9268 L:      linux-pci@vger.kernel.org
9269 L:      linux-arm-kernel@lists.infradead.org
9270 S:      Maintained
9271 F:      drivers/pci/host/*layerscape*
9273 PCI DRIVER FOR IMX6
9274 M:      Richard Zhu <Richard.Zhu@freescale.com>
9275 M:      Lucas Stach <l.stach@pengutronix.de>
9276 L:      linux-pci@vger.kernel.org
9277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9278 S:      Maintained
9279 F:      drivers/pci/host/*imx6*
9281 PCI DRIVER FOR TI KEYSTONE
9282 M:      Murali Karicheri <m-karicheri2@ti.com>
9283 L:      linux-pci@vger.kernel.org
9284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9285 S:      Maintained
9286 F:      drivers/pci/host/*keystone*
9288 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9289 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9290 M:      Jason Cooper <jason@lakedaemon.net>
9291 L:      linux-pci@vger.kernel.org
9292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9293 S:      Maintained
9294 F:      drivers/pci/host/*mvebu*
9296 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9297 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9298 L:      linux-pci@vger.kernel.org
9299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9300 S:      Maintained
9301 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9302 F:      drivers/pci/host/pci-aardvark.c
9304 PCI DRIVER FOR NVIDIA TEGRA
9305 M:      Thierry Reding <thierry.reding@gmail.com>
9306 L:      linux-tegra@vger.kernel.org
9307 L:      linux-pci@vger.kernel.org
9308 S:      Supported
9309 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9310 F:      drivers/pci/host/pci-tegra.c
9312 PCI DRIVER FOR TI DRA7XX
9313 M:      Kishon Vijay Abraham I <kishon@ti.com>
9314 L:      linux-omap@vger.kernel.org
9315 L:      linux-pci@vger.kernel.org
9316 S:      Supported
9317 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9318 F:      drivers/pci/host/pci-dra7xx.c
9320 PCI DRIVER FOR RENESAS R-CAR
9321 M:      Simon Horman <horms@verge.net.au>
9322 L:      linux-pci@vger.kernel.org
9323 L:      linux-renesas-soc@vger.kernel.org
9324 S:      Maintained
9325 F:      drivers/pci/host/*rcar*
9327 PCI DRIVER FOR SAMSUNG EXYNOS
9328 M:      Jingoo Han <jingoohan1@gmail.com>
9329 L:      linux-pci@vger.kernel.org
9330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9331 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9332 S:      Maintained
9333 F:      drivers/pci/host/pci-exynos.c
9335 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9336 M:      Jingoo Han <jingoohan1@gmail.com>
9337 M:      Pratyush Anand <pratyush.anand@gmail.com>
9338 L:      linux-pci@vger.kernel.org
9339 S:      Maintained
9340 F:      drivers/pci/host/*designware*
9342 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
9343 M:      Jose Abreu <Jose.Abreu@synopsys.com>
9344 L:      linux-pci@vger.kernel.org
9345 S:      Maintained
9346 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9347 F:      drivers/pci/host/pcie-designware-plat.c
9349 PCI DRIVER FOR GENERIC OF HOSTS
9350 M:      Will Deacon <will.deacon@arm.com>
9351 L:      linux-pci@vger.kernel.org
9352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9353 S:      Maintained
9354 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9355 F:      drivers/pci/host/pci-host-common.c
9356 F:      drivers/pci/host/pci-host-generic.c
9358 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9359 M:      Keith Busch <keith.busch@intel.com>
9360 L:      linux-pci@vger.kernel.org
9361 S:      Supported
9362 F:      drivers/pci/host/vmd.c
9364 PCIE DRIVER FOR ST SPEAR13XX
9365 M:      Pratyush Anand <pratyush.anand@gmail.com>
9366 L:      linux-pci@vger.kernel.org
9367 S:      Maintained
9368 F:      drivers/pci/host/*spear*
9370 PCI MSI DRIVER FOR ALTERA MSI IP
9371 M:      Ley Foon Tan <lftan@altera.com>
9372 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
9373 L:      linux-pci@vger.kernel.org
9374 S:      Supported
9375 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9376 F:      drivers/pci/host/pcie-altera-msi.c
9378 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9379 M:      Duc Dang <dhdang@apm.com>
9380 L:      linux-pci@vger.kernel.org
9381 L:      linux-arm-kernel@lists.infradead.org
9382 S:      Maintained
9383 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9384 F:      drivers/pci/host/pci-xgene-msi.c
9386 PCIE DRIVER FOR AXIS ARTPEC
9387 M:      Niklas Cassel <niklas.cassel@axis.com>
9388 M:      Jesper Nilsson <jesper.nilsson@axis.com>
9389 L:      linux-arm-kernel@axis.com
9390 L:      linux-pci@vger.kernel.org
9391 S:      Maintained
9392 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9393 F:      drivers/pci/host/*artpec*
9395 PCIE DRIVER FOR HISILICON
9396 M:      Zhou Wang <wangzhou1@hisilicon.com>
9397 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
9398 L:      linux-pci@vger.kernel.org
9399 S:      Maintained
9400 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9401 F:      drivers/pci/host/pcie-hisi.c
9403 PCIE DRIVER FOR ROCKCHIP
9404 M:      Shawn Lin <shawn.lin@rock-chips.com>
9405 M:      Wenrui Li <wenrui.li@rock-chips.com>
9406 L:      linux-pci@vger.kernel.org
9407 L:      linux-rockchip@lists.infradead.org
9408 S:      Maintained
9409 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9410 F:      drivers/pci/host/pcie-rockchip.c
9412 PCIE DRIVER FOR QUALCOMM MSM
9413 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
9414 L:     linux-pci@vger.kernel.org
9415 L:     linux-arm-msm@vger.kernel.org
9416 S:     Maintained
9417 F:     drivers/pci/host/*qcom*
9419 PCIE DRIVER FOR CAVIUM THUNDERX
9420 M:      David Daney <david.daney@cavium.com>
9421 L:      linux-pci@vger.kernel.org
9422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9423 S:      Supported
9424 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9425 F:      drivers/pci/host/pci-thunder-*
9427 PCMCIA SUBSYSTEM
9428 P:      Linux PCMCIA Team
9429 L:      linux-pcmcia@lists.infradead.org
9430 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9432 S:      Maintained
9433 F:      Documentation/pcmcia/
9434 F:      tools/pcmcia/
9435 F:      drivers/pcmcia/
9436 F:      include/pcmcia/
9438 PCNET32 NETWORK DRIVER
9439 M:      Don Fry <pcnet32@frontier.com>
9440 L:      netdev@vger.kernel.org
9441 S:      Maintained
9442 F:      drivers/net/ethernet/amd/pcnet32.c
9444 PCRYPT PARALLEL CRYPTO ENGINE
9445 M:      Steffen Klassert <steffen.klassert@secunet.com>
9446 L:      linux-crypto@vger.kernel.org
9447 S:      Maintained
9448 F:      crypto/pcrypt.c
9449 F:      include/crypto/pcrypt.h
9451 PER-CPU MEMORY ALLOCATOR
9452 M:      Tejun Heo <tj@kernel.org>
9453 M:      Christoph Lameter <cl@linux.com>
9454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9455 S:      Maintained
9456 F:      include/linux/percpu*.h
9457 F:      mm/percpu*.c
9458 F:      arch/*/include/asm/percpu.h
9460 PER-TASK DELAY ACCOUNTING
9461 M:      Balbir Singh <bsingharora@gmail.com>
9462 S:      Maintained
9463 F:      include/linux/delayacct.h
9464 F:      kernel/delayacct.c
9466 PERFORMANCE EVENTS SUBSYSTEM
9467 M:      Peter Zijlstra <peterz@infradead.org>
9468 M:      Ingo Molnar <mingo@redhat.com>
9469 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
9470 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9471 L:      linux-kernel@vger.kernel.org
9472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9473 S:      Supported
9474 F:      kernel/events/*
9475 F:      include/linux/perf_event.h
9476 F:      include/uapi/linux/perf_event.h
9477 F:      arch/*/kernel/perf_event*.c
9478 F:      arch/*/kernel/*/perf_event*.c
9479 F:      arch/*/kernel/*/*/perf_event*.c
9480 F:      arch/*/include/asm/perf_event.h
9481 F:      arch/*/kernel/perf_callchain.c
9482 F:      arch/*/events/*
9483 F:      tools/perf/
9485 PERSONALITY HANDLING
9486 M:      Christoph Hellwig <hch@infradead.org>
9487 L:      linux-abi-devel@lists.sourceforge.net
9488 S:      Maintained
9489 F:      include/linux/personality.h
9490 F:      include/uapi/linux/personality.h
9492 PHONET PROTOCOL
9493 M:      Remi Denis-Courmont <courmisch@gmail.com>
9494 S:      Supported
9495 F:      Documentation/networking/phonet.txt
9496 F:      include/linux/phonet.h
9497 F:      include/net/phonet/
9498 F:      include/uapi/linux/phonet.h
9499 F:      net/phonet/
9501 PHRAM MTD DRIVER
9502 M:      Joern Engel <joern@lazybastard.org>
9503 L:      linux-mtd@lists.infradead.org
9504 S:      Maintained
9505 F:      drivers/mtd/devices/phram.c
9507 PICOLCD HID DRIVER
9508 M:      Bruno Prémont <bonbons@linux-vserver.org>
9509 L:      linux-input@vger.kernel.org
9510 S:      Maintained
9511 F:      drivers/hid/hid-picolcd*
9513 PICOXCELL SUPPORT
9514 M:      Jamie Iles <jamie@jamieiles.com>
9515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9516 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9517 S:      Supported
9518 F:      arch/arm/boot/dts/picoxcell*
9519 F:      arch/arm/mach-picoxcell/
9520 F:      drivers/crypto/picoxcell*
9522 PIN CONTROL SUBSYSTEM
9523 M:      Linus Walleij <linus.walleij@linaro.org>
9524 L:      linux-gpio@vger.kernel.org
9525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9526 S:      Maintained
9527 F:      Documentation/devicetree/bindings/pinctrl/
9528 F:      Documentation/pinctrl.txt
9529 F:      drivers/pinctrl/
9530 F:      include/linux/pinctrl/
9532 PIN CONTROLLER - ATMEL AT91
9533 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9535 S:      Maintained
9536 F:      drivers/pinctrl/pinctrl-at91.*
9538 PIN CONTROLLER - ATMEL AT91 PIO4
9539 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9541 L:      linux-gpio@vger.kernel.org
9542 S:      Supported
9543 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9545 PIN CONTROLLER - INTEL
9546 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9547 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9548 S:      Maintained
9549 F:      drivers/pinctrl/intel/
9551 PIN CONTROLLER - RENESAS
9552 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9553 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9554 L:      linux-renesas-soc@vger.kernel.org
9555 S:      Maintained
9556 F:      drivers/pinctrl/sh-pfc/
9558 PIN CONTROLLER - SAMSUNG
9559 M:      Tomasz Figa <tomasz.figa@gmail.com>
9560 M:      Krzysztof Kozlowski <krzk@kernel.org>
9561 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9563 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9564 S:      Maintained
9565 F:      drivers/pinctrl/samsung/
9566 F:      include/dt-bindings/pinctrl/samsung.h
9567 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9569 PIN CONTROLLER - SINGLE
9570 M:      Tony Lindgren <tony@atomide.com>
9571 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9573 L:      linux-omap@vger.kernel.org
9574 S:      Maintained
9575 F:      drivers/pinctrl/pinctrl-single.c
9577 PIN CONTROLLER - ST SPEAR
9578 M:      Viresh Kumar <vireshk@kernel.org>
9579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9580 W:      http://www.st.com/spear
9581 S:      Maintained
9582 F:      drivers/pinctrl/spear/
9584 PISTACHIO SOC SUPPORT
9585 M:      James Hartley <james.hartley@imgtec.com>
9586 M:      Ionela Voinescu <ionela.voinescu@imgtec.com>
9587 L:      linux-mips@linux-mips.org
9588 S:      Maintained
9589 F:      arch/mips/pistachio/
9590 F:      arch/mips/include/asm/mach-pistachio/
9591 F:      arch/mips/boot/dts/pistachio/
9592 F:      arch/mips/configs/pistachio*_defconfig
9594 PKTCDVD DRIVER
9595 M:      Jiri Kosina <jikos@kernel.org>
9596 S:      Maintained
9597 F:      drivers/block/pktcdvd.c
9598 F:      include/linux/pktcdvd.h
9599 F:      include/uapi/linux/pktcdvd.h
9601 PKUNITY SOC DRIVERS
9602 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9603 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9604 S:      Maintained
9605 T:      git git://github.com/gxt/linux.git
9606 F:      drivers/input/serio/i8042-unicore32io.h
9607 F:      drivers/i2c/busses/i2c-puv3.c
9608 F:      drivers/video/fbdev/fb-puv3.c
9609 F:      drivers/rtc/rtc-puv3.c
9611 PMBUS HARDWARE MONITORING DRIVERS
9612 M:      Guenter Roeck <linux@roeck-us.net>
9613 L:      linux-hwmon@vger.kernel.org
9614 W:      http://hwmon.wiki.kernel.org/
9615 W:      http://www.roeck-us.net/linux/drivers/
9616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9617 S:      Maintained
9618 F:      Documentation/hwmon/pmbus
9619 F:      drivers/hwmon/pmbus/
9620 F:      include/linux/i2c/pmbus.h
9622 PMC SIERRA MaxRAID DRIVER
9623 L:      linux-scsi@vger.kernel.org
9624 W:      http://www.pmc-sierra.com/
9625 S:      Orphan
9626 F:      drivers/scsi/pmcraid.*
9628 PMC SIERRA PM8001 DRIVER
9629 M:      Jack Wang <jinpu.wang@profitbricks.com>
9630 M:      lindar_liu@usish.com
9631 L:      pmchba@pmcs.com
9632 L:      linux-scsi@vger.kernel.org
9633 S:      Supported
9634 F:      drivers/scsi/pm8001/
9636 POSIX CLOCKS and TIMERS
9637 M:      Thomas Gleixner <tglx@linutronix.de>
9638 L:      linux-kernel@vger.kernel.org
9639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9640 S:      Maintained
9641 F:      fs/timerfd.c
9642 F:      include/linux/timer*
9643 F:      kernel/time/*timer*
9645 POWER MANAGEMENT CORE
9646 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9647 L:      linux-pm@vger.kernel.org
9648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9649 S:      Supported
9650 F:      drivers/base/power/
9651 F:      include/linux/pm.h
9652 F:      include/linux/pm_*
9653 F:      include/linux/powercap.h
9654 F:      drivers/powercap/
9656 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9657 M:      Sebastian Reichel <sre@kernel.org>
9658 L:      linux-pm@vger.kernel.org
9659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
9660 S:      Maintained
9661 F:      Documentation/devicetree/bindings/power/supply/
9662 F:      include/linux/power_supply.h
9663 F:      drivers/power/supply/
9665 POWER STATE COORDINATION INTERFACE (PSCI)
9666 M:      Mark Rutland <mark.rutland@arm.com>
9667 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9668 L:      linux-arm-kernel@lists.infradead.org
9669 S:      Maintained
9670 F:      drivers/firmware/psci.c
9671 F:      include/linux/psci.h
9672 F:      include/uapi/linux/psci.h
9674 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
9675 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
9676 L:      linuxppc-dev@lists.ozlabs.org
9677 S:      Maintained
9678 F:      drivers/char/powernv-op-panel.c
9680 PNP SUPPORT
9681 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9682 S:      Maintained
9683 F:      drivers/pnp/
9685 PPP PROTOCOL DRIVERS AND COMPRESSORS
9686 M:      Paul Mackerras <paulus@samba.org>
9687 L:      linux-ppp@vger.kernel.org
9688 S:      Maintained
9689 F:      drivers/net/ppp/ppp_*
9691 PPP OVER ATM (RFC 2364)
9692 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9693 S:      Maintained
9694 F:      net/atm/pppoatm.c
9695 F:      include/uapi/linux/atmppp.h
9697 PPP OVER ETHERNET
9698 M:      Michal Ostrowski <mostrows@earthlink.net>
9699 S:      Maintained
9700 F:      drivers/net/ppp/pppoe.c
9701 F:      drivers/net/ppp/pppox.c
9703 PPP OVER L2TP
9704 M:      James Chapman <jchapman@katalix.com>
9705 S:      Maintained
9706 F:      net/l2tp/l2tp_ppp.c
9707 F:      include/linux/if_pppol2tp.h
9708 F:      include/uapi/linux/if_pppol2tp.h
9710 PPS SUPPORT
9711 M:      Rodolfo Giometti <giometti@enneenne.com>
9712 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9713 L:      linuxpps@ml.enneenne.com (subscribers-only)
9714 S:      Maintained
9715 F:      Documentation/pps/
9716 F:      drivers/pps/
9717 F:      include/linux/pps*.h
9719 PPTP DRIVER
9720 M:      Dmitry Kozlov <xeb@mail.ru>
9721 L:      netdev@vger.kernel.org
9722 S:      Maintained
9723 F:      drivers/net/ppp/pptp.c
9724 W:      http://sourceforge.net/projects/accel-pptp
9726 PREEMPTIBLE KERNEL
9727 M:      Robert Love <rml@tech9.net>
9728 L:      kpreempt-tech@lists.sourceforge.net
9729 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9730 S:      Supported
9731 F:      Documentation/preempt-locking.txt
9732 F:      include/linux/preempt.h
9734 PRISM54 WIRELESS DRIVER
9735 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9736 L:      linux-wireless@vger.kernel.org
9737 W:      http://wireless.kernel.org/en/users/Drivers/p54
9738 S:      Obsolete
9739 F:      drivers/net/wireless/intersil/prism54/
9741 PS3 NETWORK SUPPORT
9742 M:      Geoff Levand <geoff@infradead.org>
9743 L:      netdev@vger.kernel.org
9744 L:      linuxppc-dev@lists.ozlabs.org
9745 S:      Maintained
9746 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9748 PS3 PLATFORM SUPPORT
9749 M:      Geoff Levand <geoff@infradead.org>
9750 L:      linuxppc-dev@lists.ozlabs.org
9751 S:      Maintained
9752 F:      arch/powerpc/boot/ps3*
9753 F:      arch/powerpc/include/asm/lv1call.h
9754 F:      arch/powerpc/include/asm/ps3*.h
9755 F:      arch/powerpc/platforms/ps3/
9756 F:      drivers/*/ps3*
9757 F:      drivers/ps3/
9758 F:      drivers/rtc/rtc-ps3.c
9759 F:      drivers/usb/host/*ps3.c
9760 F:      sound/ppc/snd_ps3*
9762 PS3VRAM DRIVER
9763 M:      Jim Paris <jim@jtan.com>
9764 M:      Geoff Levand <geoff@infradead.org>
9765 L:      linuxppc-dev@lists.ozlabs.org
9766 S:      Maintained
9767 F:      drivers/block/ps3vram.c
9769 PSTORE FILESYSTEM
9770 M:      Anton Vorontsov <anton@enomsg.org>
9771 M:      Colin Cross <ccross@android.com>
9772 M:      Kees Cook <keescook@chromium.org>
9773 M:      Tony Luck <tony.luck@intel.com>
9774 S:      Maintained
9775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9776 F:      fs/pstore/
9777 F:      include/linux/pstore*
9778 F:      drivers/firmware/efi/efi-pstore.c
9779 F:      drivers/acpi/apei/erst.c
9781 PTP HARDWARE CLOCK SUPPORT
9782 M:      Richard Cochran <richardcochran@gmail.com>
9783 L:      netdev@vger.kernel.org
9784 S:      Maintained
9785 W:      http://linuxptp.sourceforge.net/
9786 F:      Documentation/ABI/testing/sysfs-ptp
9787 F:      Documentation/ptp/*
9788 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9789 F:      drivers/net/phy/dp83640*
9790 F:      drivers/ptp/*
9791 F:      include/linux/ptp_cl*
9793 PTRACE SUPPORT
9794 M:      Roland McGrath <roland@hack.frob.com>
9795 M:      Oleg Nesterov <oleg@redhat.com>
9796 S:      Maintained
9797 F:      include/asm-generic/syscall.h
9798 F:      include/linux/ptrace.h
9799 F:      include/linux/regset.h
9800 F:      include/linux/tracehook.h
9801 F:      include/uapi/linux/ptrace.h
9802 F:      kernel/ptrace.c
9804 PULSE8-CEC DRIVER
9805 M:      Hans Verkuil <hverkuil@xs4all.nl>
9806 L:      linux-media@vger.kernel.org
9807 T:      git git://linuxtv.org/media_tree.git
9808 S:      Maintained
9809 F:      drivers/staging/media/pulse8-cec
9811 PVRUSB2 VIDEO4LINUX DRIVER
9812 M:      Mike Isely <isely@pobox.com>
9813 L:      pvrusb2@isely.net       (subscribers-only)
9814 L:      linux-media@vger.kernel.org
9815 W:      http://www.isely.net/pvrusb2/
9816 T:      git git://linuxtv.org/media_tree.git
9817 S:      Maintained
9818 F:      Documentation/media/v4l-drivers/pvrusb2*
9819 F:      drivers/media/usb/pvrusb2/
9821 PWC WEBCAM DRIVER
9822 M:      Hans Verkuil <hverkuil@xs4all.nl>
9823 L:      linux-media@vger.kernel.org
9824 T:      git git://linuxtv.org/media_tree.git
9825 S:      Odd Fixes
9826 F:      drivers/media/usb/pwc/*
9828 PWM FAN DRIVER
9829 M:      Kamil Debski <kamil@wypas.org>
9830 M:      Lukasz Majewski <l.majewski@samsung.com>
9831 L:      linux-hwmon@vger.kernel.org
9832 S:      Supported
9833 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9834 F:      Documentation/hwmon/pwm-fan
9835 F:      drivers/hwmon/pwm-fan.c
9837 PWM SUBSYSTEM
9838 M:      Thierry Reding <thierry.reding@gmail.com>
9839 L:      linux-pwm@vger.kernel.org
9840 S:      Maintained
9841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9842 F:      Documentation/pwm.txt
9843 F:      Documentation/devicetree/bindings/pwm/
9844 F:      include/linux/pwm.h
9845 F:      drivers/pwm/
9846 F:      drivers/video/backlight/pwm_bl.c
9847 F:      include/linux/pwm_backlight.h
9849 PXA2xx/PXA3xx SUPPORT
9850 M:      Daniel Mack <daniel@zonque.org>
9851 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9852 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9853 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9854 T:      git git://github.com/hzhuang1/linux.git
9855 T:      git git://github.com/rjarzmik/linux.git
9856 S:      Maintained
9857 F:      arch/arm/boot/dts/pxa*
9858 F:      arch/arm/mach-pxa/
9859 F:      drivers/dma/pxa*
9860 F:      drivers/pcmcia/pxa2xx*
9861 F:      drivers/pinctrl/pxa/
9862 F:      drivers/spi/spi-pxa2xx*
9863 F:      drivers/usb/gadget/udc/pxa2*
9864 F:      include/sound/pxa2xx-lib.h
9865 F:      sound/arm/pxa*
9866 F:      sound/soc/pxa/
9868 PXA GPIO DRIVER
9869 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9870 L:      linux-gpio@vger.kernel.org
9871 S:      Maintained
9872 F:      drivers/gpio/gpio-pxa.c
9874 PXA3xx NAND FLASH DRIVER
9875 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9876 L:      linux-mtd@lists.infradead.org
9877 S:      Maintained
9878 F:      drivers/mtd/nand/pxa3xx_nand.c
9880 MMP SUPPORT
9881 M:      Eric Miao <eric.y.miao@gmail.com>
9882 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9884 T:      git git://github.com/hzhuang1/linux.git
9885 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9886 S:      Maintained
9887 F:      arch/arm/boot/dts/mmp*
9888 F:      arch/arm/mach-mmp/
9890 PXA MMCI DRIVER
9891 S:      Orphan
9893 PXA RTC DRIVER
9894 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9895 L:      rtc-linux@googlegroups.com
9896 S:      Maintained
9898 QAT DRIVER
9899 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
9900 M:      Salvatore Benedetto <salvatore.benedetto@intel.com>
9901 L:      qat-linux@intel.com
9902 S:      Supported
9903 F:      drivers/crypto/qat/
9905 QIB DRIVER
9906 M:      Mike Marciniszyn <infinipath@intel.com>
9907 L:      linux-rdma@vger.kernel.org
9908 S:      Supported
9909 F:      drivers/infiniband/hw/qib/
9911 QLOGIC QLA1280 SCSI DRIVER
9912 M:      Michael Reed <mdr@sgi.com>
9913 L:      linux-scsi@vger.kernel.org
9914 S:      Maintained
9915 F:      drivers/scsi/qla1280.[ch]
9917 QLOGIC QLA2XXX FC-SCSI DRIVER
9918 M:      qla2xxx-upstream@qlogic.com
9919 L:      linux-scsi@vger.kernel.org
9920 S:      Supported
9921 F:      Documentation/scsi/LICENSE.qla2xxx
9922 F:      drivers/scsi/qla2xxx/
9924 QLOGIC QLA4XXX iSCSI DRIVER
9925 M:      QLogic-Storage-Upstream@qlogic.com
9926 L:      linux-scsi@vger.kernel.org
9927 S:      Supported
9928 F:      Documentation/scsi/LICENSE.qla4xxx
9929 F:      drivers/scsi/qla4xxx/
9931 QLOGIC QLA3XXX NETWORK DRIVER
9932 M:      Dept-GELinuxNICDev@cavium.com
9933 L:      netdev@vger.kernel.org
9934 S:      Supported
9935 F:      Documentation/networking/LICENSE.qla3xxx
9936 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9938 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9939 M:      Harish Patil <harish.patil@cavium.com>
9940 M:      Manish Chopra <manish.chopra@cavium.com>
9941 M:      Dept-GELinuxNICDev@cavium.com
9942 L:      netdev@vger.kernel.org
9943 S:      Supported
9944 F:      drivers/net/ethernet/qlogic/qlcnic/
9946 QLOGIC QLGE 10Gb ETHERNET DRIVER
9947 M:      Harish Patil <harish.patil@cavium.com>
9948 M:      Manish Chopra <manish.chopra@cavium.com>
9949 M:      Dept-GELinuxNICDev@cavium.com
9950 L:      netdev@vger.kernel.org
9951 S:      Supported
9952 F:      drivers/net/ethernet/qlogic/qlge/
9954 QLOGIC QL4xxx ETHERNET DRIVER
9955 M:      Yuval Mintz <Yuval.Mintz@cavium.com>
9956 M:      Ariel Elior <Ariel.Elior@cavium.com>
9957 M:      everest-linux-l2@cavium.com
9958 L:      netdev@vger.kernel.org
9959 S:      Supported
9960 F:      drivers/net/ethernet/qlogic/qed/
9961 F:      include/linux/qed/
9962 F:      drivers/net/ethernet/qlogic/qede/
9964 QNX4 FILESYSTEM
9965 M:      Anders Larsen <al@alarsen.net>
9966 W:      http://www.alarsen.net/linux/qnx4fs/
9967 S:      Maintained
9968 F:      fs/qnx4/
9969 F:      include/uapi/linux/qnx4_fs.h
9970 F:      include/uapi/linux/qnxtypes.h
9972 QORIQ DPAA2 FSL-MC BUS DRIVER
9973 M:      Stuart Yoder <stuart.yoder@nxp.com>
9974 L:      linux-kernel@vger.kernel.org
9975 S:      Maintained
9976 F:      drivers/staging/fsl-mc/
9978 QT1010 MEDIA DRIVER
9979 M:      Antti Palosaari <crope@iki.fi>
9980 L:      linux-media@vger.kernel.org
9981 W:      https://linuxtv.org
9982 W:      http://palosaari.fi/linux/
9983 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9984 T:      git git://linuxtv.org/anttip/media_tree.git
9985 S:      Maintained
9986 F:      drivers/media/tuners/qt1010*
9988 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9989 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9990 L:      linux-wireless@vger.kernel.org
9991 L:      ath9k-devel@lists.ath9k.org
9992 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9993 S:      Supported
9994 F:      drivers/net/wireless/ath/ath9k/
9996 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9997 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9998 L:      ath10k@lists.infradead.org
9999 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10001 S:      Supported
10002 F:      drivers/net/wireless/ath/ath10k/
10004 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10005 M:      Timur Tabi <timur@codeaurora.org>
10006 L:      netdev@vger.kernel.org
10007 S:      Supported
10008 F:      drivers/net/ethernet/qualcomm/emac/
10010 QUALCOMM HEXAGON ARCHITECTURE
10011 M:      Richard Kuo <rkuo@codeaurora.org>
10012 L:      linux-hexagon@vger.kernel.org
10013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10014 S:      Supported
10015 F:      arch/hexagon/
10017 QUALCOMM WCN36XX WIRELESS DRIVER
10018 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
10019 L:      wcn36xx@lists.infradead.org
10020 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10021 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10022 S:      Supported
10023 F:      drivers/net/wireless/ath/wcn36xx/
10025 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10026 M:      Gabriel Somlo <somlo@cmu.edu>
10027 M:      "Michael S. Tsirkin" <mst@redhat.com>
10028 L:      qemu-devel@nongnu.org
10029 S:      Maintained
10030 F:      drivers/firmware/qemu_fw_cfg.c
10032 RADOS BLOCK DEVICE (RBD)
10033 M:      Ilya Dryomov <idryomov@gmail.com>
10034 M:      Sage Weil <sage@redhat.com>
10035 M:      Alex Elder <elder@kernel.org>
10036 L:      ceph-devel@vger.kernel.org
10037 W:      http://ceph.com/
10038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10039 T:      git git://github.com/ceph/ceph-client.git
10040 S:      Supported
10041 F:      Documentation/ABI/testing/sysfs-bus-rbd
10042 F:      drivers/block/rbd.c
10043 F:      drivers/block/rbd_types.h
10045 RADEON FRAMEBUFFER DISPLAY DRIVER
10046 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
10047 L:      linux-fbdev@vger.kernel.org
10048 S:      Maintained
10049 F:      drivers/video/fbdev/aty/radeon*
10050 F:      include/uapi/linux/radeonfb.h
10052 RADIOSHARK RADIO DRIVER
10053 M:      Hans Verkuil <hverkuil@xs4all.nl>
10054 L:      linux-media@vger.kernel.org
10055 T:      git git://linuxtv.org/media_tree.git
10056 S:      Maintained
10057 F:      drivers/media/radio/radio-shark.c
10059 RADIOSHARK2 RADIO DRIVER
10060 M:      Hans Verkuil <hverkuil@xs4all.nl>
10061 L:      linux-media@vger.kernel.org
10062 T:      git git://linuxtv.org/media_tree.git
10063 S:      Maintained
10064 F:      drivers/media/radio/radio-shark2.c
10065 F:      drivers/media/radio/radio-tea5777.c
10067 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10068 M:      Paul Mackerras <paulus@samba.org>
10069 L:      linux-fbdev@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/video/fbdev/aty/aty128fb.c
10073 RALINK MIPS ARCHITECTURE
10074 M:      John Crispin <john@phrozen.org>
10075 L:      linux-mips@linux-mips.org
10076 S:      Maintained
10077 F:      arch/mips/ralink
10079 RALINK RT2X00 WIRELESS LAN DRIVER
10080 P:      rt2x00 project
10081 M:      Stanislaw Gruszka <sgruszka@redhat.com>
10082 M:      Helmut Schaa <helmut.schaa@googlemail.com>
10083 L:      linux-wireless@vger.kernel.org
10084 S:      Maintained
10085 F:      drivers/net/wireless/ralink/rt2x00/
10087 RAMDISK RAM BLOCK DEVICE DRIVER
10088 M:      Jens Axboe <axboe@kernel.dk>
10089 S:      Maintained
10090 F:      Documentation/blockdev/ramdisk.txt
10091 F:      drivers/block/brd.c
10093 RANDOM NUMBER DRIVER
10094 M:      "Theodore Ts'o" <tytso@mit.edu>
10095 S:      Maintained
10096 F:      drivers/char/random.c
10098 RAPIDIO SUBSYSTEM
10099 M:      Matt Porter <mporter@kernel.crashing.org>
10100 M:      Alexandre Bounine <alexandre.bounine@idt.com>
10101 S:      Maintained
10102 F:      drivers/rapidio/
10104 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10105 L:      linux-wireless@vger.kernel.org
10106 S:      Orphan
10107 F:      drivers/net/wireless/ray*
10109 RCUTORTURE MODULE
10110 M:      Josh Triplett <josh@joshtriplett.org>
10111 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10112 L:      linux-kernel@vger.kernel.org
10113 S:      Supported
10114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10115 F:      Documentation/RCU/torture.txt
10116 F:      kernel/rcu/rcutorture.c
10118 RCUTORTURE TEST FRAMEWORK
10119 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10120 M:      Josh Triplett <josh@joshtriplett.org>
10121 R:      Steven Rostedt <rostedt@goodmis.org>
10122 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10123 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10124 L:      linux-kernel@vger.kernel.org
10125 S:      Supported
10126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10127 F:      tools/testing/selftests/rcutorture
10129 RDC R-321X SoC
10130 M:      Florian Fainelli <florian@openwrt.org>
10131 S:      Maintained
10133 RDC R6040 FAST ETHERNET DRIVER
10134 M:      Florian Fainelli <f.fainelli@gmail.com>
10135 L:      netdev@vger.kernel.org
10136 S:      Maintained
10137 F:      drivers/net/ethernet/rdc/r6040.c
10139 RDS - RELIABLE DATAGRAM SOCKETS
10140 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
10141 L:      netdev@vger.kernel.org
10142 L:      linux-rdma@vger.kernel.org
10143 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
10144 W:      https://oss.oracle.com/projects/rds/
10145 S:      Supported
10146 F:      net/rds/
10147 F:      Documentation/networking/rds.txt
10149 RDMAVT - RDMA verbs software
10150 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10151 L:      linux-rdma@vger.kernel.org
10152 S:      Supported
10153 F:      drivers/infiniband/sw/rdmavt
10155 READ-COPY UPDATE (RCU)
10156 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10157 M:      Josh Triplett <josh@joshtriplett.org>
10158 R:      Steven Rostedt <rostedt@goodmis.org>
10159 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10160 R:      Lai Jiangshan <jiangshanlai@gmail.com>
10161 L:      linux-kernel@vger.kernel.org
10162 W:      http://www.rdrop.com/users/paulmck/RCU/
10163 S:      Supported
10164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10165 F:      Documentation/RCU/
10166 X:      Documentation/RCU/torture.txt
10167 F:      include/linux/rcu*
10168 X:      include/linux/srcu.h
10169 F:      kernel/rcu/
10170 X:      kernel/torture.c
10172 REAL TIME CLOCK (RTC) SUBSYSTEM
10173 M:      Alessandro Zummo <a.zummo@towertech.it>
10174 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
10175 L:      rtc-linux@googlegroups.com
10176 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10178 S:      Maintained
10179 F:      Documentation/devicetree/bindings/rtc/
10180 F:      Documentation/rtc.txt
10181 F:      drivers/rtc/
10182 F:      include/linux/rtc.h
10183 F:      include/uapi/linux/rtc.h
10184 F:      include/linux/rtc/
10185 F:      include/linux/platform_data/rtc-*
10186 F:      tools/testing/selftests/timers/rtctest.c
10188 REALTEK AUDIO CODECS
10189 M:      Bard Liao <bardliao@realtek.com>
10190 M:      Oder Chiou <oder_chiou@realtek.com>
10191 S:      Maintained
10192 F:      sound/soc/codecs/rt*
10193 F:      include/sound/rt*.h
10195 REISERFS FILE SYSTEM
10196 L:      reiserfs-devel@vger.kernel.org
10197 S:      Supported
10198 F:      fs/reiserfs/
10200 REGISTER MAP ABSTRACTION
10201 M:      Mark Brown <broonie@kernel.org>
10202 L:      linux-kernel@vger.kernel.org
10203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10204 S:      Supported
10205 F:      Documentation/devicetree/bindings/regmap/
10206 F:      drivers/base/regmap/
10207 F:      include/linux/regmap.h
10209 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10210 M:      Ohad Ben-Cohen <ohad@wizery.com>
10211 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10212 L:      linux-remoteproc@vger.kernel.org
10213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10214 S:      Maintained
10215 F:      Documentation/devicetree/bindings/remoteproc/
10216 F:      Documentation/remoteproc.txt
10217 F:      drivers/remoteproc/
10218 F:      include/linux/remoteproc.h
10220 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10221 M:      Ohad Ben-Cohen <ohad@wizery.com>
10222 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10223 L:      linux-remoteproc@vger.kernel.org
10224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10225 S:      Maintained
10226 F:      drivers/rpmsg/
10227 F:      Documentation/rpmsg.txt
10228 F:      include/linux/rpmsg.h
10230 RENESAS CLOCK DRIVERS
10231 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10232 L:      linux-renesas-soc@vger.kernel.org
10233 S:      Supported
10234 F:      drivers/clk/renesas/
10236 RENESAS ETHERNET DRIVERS
10237 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
10238 L:      netdev@vger.kernel.org
10239 L:      linux-renesas-soc@vger.kernel.org
10240 F:      drivers/net/ethernet/renesas/
10241 F:      include/linux/sh_eth.h
10243 RENESAS USB2 PHY DRIVER
10244 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
10245 L:      linux-renesas-soc@vger.kernel.org
10246 S:      Maintained
10247 F:      drivers/phy/phy-rcar-gen3-usb2.c
10249 RESET CONTROLLER FRAMEWORK
10250 M:      Philipp Zabel <p.zabel@pengutronix.de>
10251 T:      git git://git.pengutronix.de/git/pza/linux
10252 S:      Maintained
10253 F:      drivers/reset/
10254 F:      Documentation/devicetree/bindings/reset/
10255 F:      include/dt-bindings/reset/
10256 F:      include/linux/reset.h
10257 F:      include/linux/reset-controller.h
10259 RFKILL
10260 M:      Johannes Berg <johannes@sipsolutions.net>
10261 L:      linux-wireless@vger.kernel.org
10262 W:      http://wireless.kernel.org/
10263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10265 S:      Maintained
10266 F:      Documentation/rfkill.txt
10267 F:      net/rfkill/
10269 RHASHTABLE
10270 M:      Thomas Graf <tgraf@suug.ch>
10271 M:      Herbert Xu <herbert@gondor.apana.org.au>
10272 L:      netdev@vger.kernel.org
10273 S:      Maintained
10274 F:      lib/rhashtable.c
10275 F:      include/linux/rhashtable.h
10277 RICOH SMARTMEDIA/XD DRIVER
10278 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10279 S:      Maintained
10280 F:      drivers/mtd/nand/r852.c
10281 F:      drivers/mtd/nand/r852.h
10283 RICOH R5C592 MEMORYSTICK DRIVER
10284 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10285 S:      Maintained
10286 F:      drivers/memstick/host/r592.*
10288 ROCCAT DRIVERS
10289 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
10290 W:      http://sourceforge.net/projects/roccat/
10291 S:      Maintained
10292 F:      drivers/hid/hid-roccat*
10293 F:      include/linux/hid-roccat*
10294 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10296 ROCKER DRIVER
10297 M:      Jiri Pirko <jiri@resnulli.us>
10298 L:      netdev@vger.kernel.org
10299 S:      Supported
10300 F:      drivers/net/ethernet/rocker/
10302 ROCKETPORT DRIVER
10303 P:      Comtrol Corp.
10304 W:      http://www.comtrol.com
10305 S:      Maintained
10306 F:      Documentation/serial/rocket.txt
10307 F:      drivers/tty/rocket*
10309 ROCKETPORT EXPRESS/INFINITY DRIVER
10310 M:      Kevin Cernekee <cernekee@gmail.com>
10311 L:      linux-serial@vger.kernel.org
10312 S:      Odd Fixes
10313 F:      drivers/tty/serial/rp2.*
10315 ROSE NETWORK LAYER
10316 M:      Ralf Baechle <ralf@linux-mips.org>
10317 L:      linux-hams@vger.kernel.org
10318 W:      http://www.linux-ax25.org/
10319 S:      Maintained
10320 F:      include/net/rose.h
10321 F:      include/uapi/linux/rose.h
10322 F:      net/rose/
10324 RTL2830 MEDIA DRIVER
10325 M:      Antti Palosaari <crope@iki.fi>
10326 L:      linux-media@vger.kernel.org
10327 W:      https://linuxtv.org
10328 W:      http://palosaari.fi/linux/
10329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10330 T:      git git://linuxtv.org/anttip/media_tree.git
10331 S:      Maintained
10332 F:      drivers/media/dvb-frontends/rtl2830*
10334 RTL2832 MEDIA DRIVER
10335 M:      Antti Palosaari <crope@iki.fi>
10336 L:      linux-media@vger.kernel.org
10337 W:      https://linuxtv.org
10338 W:      http://palosaari.fi/linux/
10339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10340 T:      git git://linuxtv.org/anttip/media_tree.git
10341 S:      Maintained
10342 F:      drivers/media/dvb-frontends/rtl2832*
10344 RTL2832_SDR MEDIA DRIVER
10345 M:      Antti Palosaari <crope@iki.fi>
10346 L:      linux-media@vger.kernel.org
10347 W:      https://linuxtv.org
10348 W:      http://palosaari.fi/linux/
10349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10350 T:      git git://linuxtv.org/anttip/media_tree.git
10351 S:      Maintained
10352 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10354 RTL8180 WIRELESS DRIVER
10355 L:      linux-wireless@vger.kernel.org
10356 W:      http://wireless.kernel.org/
10357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10358 S:      Orphan
10359 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10361 RTL8187 WIRELESS DRIVER
10362 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10363 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
10364 M:      Larry Finger <Larry.Finger@lwfinger.net>
10365 L:      linux-wireless@vger.kernel.org
10366 W:      http://wireless.kernel.org/
10367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10368 S:      Maintained
10369 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10371 RTL8192CE WIRELESS DRIVER
10372 M:      Larry Finger <Larry.Finger@lwfinger.net>
10373 M:      Chaoming Li <chaoming_li@realsil.com.cn>
10374 L:      linux-wireless@vger.kernel.org
10375 W:      http://wireless.kernel.org/
10376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10377 S:      Maintained
10378 F:      drivers/net/wireless/realtek/rtlwifi/
10379 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10381 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10382 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10383 L:      linux-wireless@vger.kernel.org
10384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10385 S:      Maintained
10386 F:      drivers/net/wireless/realtek/rtl8xxxu/
10388 S3 SAVAGE FRAMEBUFFER DRIVER
10389 M:      Antonino Daplas <adaplas@gmail.com>
10390 L:      linux-fbdev@vger.kernel.org
10391 S:      Maintained
10392 F:      drivers/video/fbdev/savage/
10394 S390
10395 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
10396 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
10397 L:      linux-s390@vger.kernel.org
10398 W:      http://www.ibm.com/developerworks/linux/linux390/
10399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10400 S:      Supported
10401 F:      arch/s390/
10402 F:      drivers/s390/
10403 F:      Documentation/s390/
10404 F:      Documentation/DocBook/s390*
10406 S390 COMMON I/O LAYER
10407 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10408 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
10409 L:      linux-s390@vger.kernel.org
10410 W:      http://www.ibm.com/developerworks/linux/linux390/
10411 S:      Supported
10412 F:      drivers/s390/cio/
10414 S390 DASD DRIVER
10415 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
10416 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
10417 L:      linux-s390@vger.kernel.org
10418 W:      http://www.ibm.com/developerworks/linux/linux390/
10419 S:      Supported
10420 F:      drivers/s390/block/dasd*
10421 F:      block/partitions/ibm.c
10423 S390 NETWORK DRIVERS
10424 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10425 L:      linux-s390@vger.kernel.org
10426 W:      http://www.ibm.com/developerworks/linux/linux390/
10427 S:      Supported
10428 F:      drivers/s390/net/
10430 S390 PCI SUBSYSTEM
10431 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
10432 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10433 L:      linux-s390@vger.kernel.org
10434 W:      http://www.ibm.com/developerworks/linux/linux390/
10435 S:      Supported
10436 F:      arch/s390/pci/
10437 F:      drivers/pci/hotplug/s390_pci_hpc.c
10439 S390 ZCRYPT DRIVER
10440 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
10441 L:      linux-s390@vger.kernel.org
10442 W:      http://www.ibm.com/developerworks/linux/linux390/
10443 S:      Supported
10444 F:      drivers/s390/crypto/
10446 S390 ZFCP DRIVER
10447 M:      Steffen Maier <maier@linux.vnet.ibm.com>
10448 L:      linux-s390@vger.kernel.org
10449 W:      http://www.ibm.com/developerworks/linux/linux390/
10450 S:      Supported
10451 F:      drivers/s390/scsi/zfcp_*
10453 S390 IUCV NETWORK LAYER
10454 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
10455 L:      linux-s390@vger.kernel.org
10456 W:      http://www.ibm.com/developerworks/linux/linux390/
10457 S:      Supported
10458 F:      drivers/s390/net/*iucv*
10459 F:      include/net/iucv/
10460 F:      net/iucv/
10462 S390 IOMMU (PCI)
10463 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
10464 L:      linux-s390@vger.kernel.org
10465 W:      http://www.ibm.com/developerworks/linux/linux390/
10466 S:      Supported
10467 F:      drivers/iommu/s390-iommu.c
10469 S3C24XX SD/MMC Driver
10470 M:      Ben Dooks <ben-linux@fluff.org>
10471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10472 S:      Supported
10473 F:      drivers/mmc/host/s3cmci.*
10475 SAA6588 RDS RECEIVER DRIVER
10476 M:      Hans Verkuil <hverkuil@xs4all.nl>
10477 L:      linux-media@vger.kernel.org
10478 T:      git git://linuxtv.org/media_tree.git
10479 W:      https://linuxtv.org
10480 S:      Odd Fixes
10481 F:      drivers/media/i2c/saa6588*
10483 SAA7134 VIDEO4LINUX DRIVER
10484 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10485 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10486 L:      linux-media@vger.kernel.org
10487 W:      https://linuxtv.org
10488 T:      git git://linuxtv.org/media_tree.git
10489 S:      Odd fixes
10490 F:      Documentation/media/v4l-drivers/saa7134*
10491 F:      drivers/media/pci/saa7134/
10493 SAA7146 VIDEO4LINUX-2 DRIVER
10494 M:      Hans Verkuil <hverkuil@xs4all.nl>
10495 L:      linux-media@vger.kernel.org
10496 T:      git git://linuxtv.org/media_tree.git
10497 S:      Maintained
10498 F:      drivers/media/common/saa7146/
10499 F:      drivers/media/pci/saa7146/
10500 F:      include/media/saa7146*
10502 SAMSUNG LAPTOP DRIVER
10503 M:      Corentin Chary <corentin.chary@gmail.com>
10504 L:      platform-driver-x86@vger.kernel.org
10505 S:      Maintained
10506 F:      drivers/platform/x86/samsung-laptop.c
10508 SAMSUNG AUDIO (ASoC) DRIVERS
10509 M:      Krzysztof Kozlowski <krzk@kernel.org>
10510 M:      Sangbeom Kim <sbkim73@samsung.com>
10511 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10513 S:      Supported
10514 F:      sound/soc/samsung/
10516 SAMSUNG FRAMEBUFFER DRIVER
10517 M:      Jingoo Han <jingoohan1@gmail.com>
10518 L:      linux-fbdev@vger.kernel.org
10519 S:      Maintained
10520 F:      drivers/video/fbdev/s3c-fb.c
10522 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
10523 M:      Sangbeom Kim <sbkim73@samsung.com>
10524 M:      Krzysztof Kozlowski <krzk@kernel.org>
10525 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10526 L:      linux-kernel@vger.kernel.org
10527 L:      linux-samsung-soc@vger.kernel.org
10528 S:      Supported
10529 F:      drivers/mfd/sec*.c
10530 F:      drivers/regulator/s2m*.c
10531 F:      drivers/regulator/s5m*.c
10532 F:      drivers/clk/clk-s2mps11.c
10533 F:      drivers/rtc/rtc-s5m.c
10534 F:      include/linux/mfd/samsung/
10535 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
10536 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
10537 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
10538 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
10540 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
10541 M:      Kyungmin Park <kyungmin.park@samsung.com>
10542 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10543 L:      linux-media@vger.kernel.org
10544 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
10545 S:      Supported
10546 F:      drivers/media/platform/exynos4-is/
10548 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
10549 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
10550 L:      linux-media@vger.kernel.org
10551 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10552 S:      Maintained
10553 F:      drivers/media/platform/s3c-camif/
10554 F:      include/media/drv-intf/s3c_camif.h
10556 SAMSUNG S5C73M3 CAMERA DRIVER
10557 M:      Kyungmin Park <kyungmin.park@samsung.com>
10558 M:      Andrzej Hajda <a.hajda@samsung.com>
10559 L:      linux-media@vger.kernel.org
10560 S:      Supported
10561 F:      drivers/media/i2c/s5c73m3/*
10563 SAMSUNG S5K5BAF CAMERA DRIVER
10564 M:      Kyungmin Park <kyungmin.park@samsung.com>
10565 M:      Andrzej Hajda <a.hajda@samsung.com>
10566 L:      linux-media@vger.kernel.org
10567 S:      Supported
10568 F:      drivers/media/i2c/s5k5baf.c
10570 SAMSUNG S3FWRN5 NFC DRIVER
10571 M:      Robert Baldyga <r.baldyga@samsung.com>
10572 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
10573 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10574 S:      Supported
10575 F:      drivers/nfc/s3fwrn5
10577 SAMSUNG SOC CLOCK DRIVERS
10578 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10579 M:      Tomasz Figa <tomasz.figa@gmail.com>
10580 M:      Chanwoo Choi <cw00.choi@samsung.com>
10581 S:      Supported
10582 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10583 F:      drivers/clk/samsung/
10584 F:      include/dt-bindings/clock/exynos*.h
10585 F:      Documentation/devicetree/bindings/clock/exynos*.txt
10587 SAMSUNG SPI DRIVERS
10588 M:      Kukjin Kim <kgene@kernel.org>
10589 M:      Krzysztof Kozlowski <krzk@kernel.org>
10590 M:      Andi Shyti <andi.shyti@samsung.com>
10591 L:      linux-spi@vger.kernel.org
10592 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10593 S:      Maintained
10594 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
10595 F:      drivers/spi/spi-s3c*
10596 F:      include/linux/platform_data/spi-s3c64xx.h
10598 SAMSUNG SXGBE DRIVERS
10599 M:      Byungho An <bh74.an@samsung.com>
10600 M:      Girish K S <ks.giri@samsung.com>
10601 M:      Vipul Pandya <vipul.pandya@samsung.com>
10602 S:      Supported
10603 L:      netdev@vger.kernel.org
10604 F:      drivers/net/ethernet/samsung/sxgbe/
10606 SAMSUNG THERMAL DRIVER
10607 M:      Lukasz Majewski <l.majewski@samsung.com>
10608 L:      linux-pm@vger.kernel.org
10609 L:      linux-samsung-soc@vger.kernel.org
10610 S:      Supported
10611 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10612 F:      drivers/thermal/samsung/
10614 SAMSUNG USB2 PHY DRIVER
10615 M:      Kamil Debski <kamil@wypas.org>
10616 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10617 L:      linux-kernel@vger.kernel.org
10618 S:      Supported
10619 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10620 F:      Documentation/phy/samsung-usb2.txt
10621 F:      drivers/phy/phy-exynos4210-usb2.c
10622 F:      drivers/phy/phy-exynos4x12-usb2.c
10623 F:      drivers/phy/phy-exynos5250-usb2.c
10624 F:      drivers/phy/phy-s5pv210-usb2.c
10625 F:      drivers/phy/phy-samsung-usb2.c
10626 F:      drivers/phy/phy-samsung-usb2.h
10628 SERIAL DRIVERS
10629 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10630 L:      linux-serial@vger.kernel.org
10631 S:      Maintained
10632 F:      Documentation/devicetree/bindings/serial/
10633 F:      drivers/tty/serial/
10635 STI CEC DRIVER
10636 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
10637 L:      kernel@stlinux.com
10638 S:      Maintained
10639 F:      drivers/staging/media/st-cec/
10640 F:      Documentation/devicetree/bindings/media/stih-cec.txt
10642 SYNOPSYS DESIGNWARE DMAC DRIVER
10643 M:      Viresh Kumar <vireshk@kernel.org>
10644 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10645 S:      Maintained
10646 F:      include/linux/dma/dw.h
10647 F:      include/linux/platform_data/dma-dw.h
10648 F:      drivers/dma/dw/
10650 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10651 M: Lars Persson <lars.persson@axis.com>
10652 L: netdev@vger.kernel.org
10653 S: Supported
10654 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10655 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10657 SYNOPSYS DESIGNWARE I2C DRIVER
10658 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10659 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10660 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10661 L:      linux-i2c@vger.kernel.org
10662 S:      Maintained
10663 F:      drivers/i2c/busses/i2c-designware-*
10664 F:      include/linux/platform_data/i2c-designware.h
10666 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10667 M:      Jaehoon Chung <jh80.chung@samsung.com>
10668 L:      linux-mmc@vger.kernel.org
10669 S:      Maintained
10670 F:      include/linux/mmc/dw_mmc.h
10671 F:      drivers/mmc/host/dw_mmc*
10673 SYSTEM TRACE MODULE CLASS
10674 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10675 S:      Maintained
10676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10677 F:      Documentation/trace/stm.txt
10678 F:      drivers/hwtracing/stm/
10679 F:      include/linux/stm.h
10680 F:      include/uapi/linux/stm.h
10682 THUNDERBOLT DRIVER
10683 M:      Andreas Noever <andreas.noever@gmail.com>
10684 S:      Maintained
10685 F:      drivers/thunderbolt/
10687 TI BQ27XXX POWER SUPPLY DRIVER
10688 R:      Andrew F. Davis <afd@ti.com>
10689 F:      include/linux/power/bq27xxx_battery.h
10690 F:      drivers/power/supply/bq27xxx_battery.c
10691 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10693 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10694 M:      John Stultz <john.stultz@linaro.org>
10695 M:      Thomas Gleixner <tglx@linutronix.de>
10696 L:      linux-kernel@vger.kernel.org
10697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10698 S:      Supported
10699 F:      include/linux/clocksource.h
10700 F:      include/linux/time.h
10701 F:      include/linux/timex.h
10702 F:      include/uapi/linux/time.h
10703 F:      include/uapi/linux/timex.h
10704 F:      kernel/time/clocksource.c
10705 F:      kernel/time/time*.c
10706 F:      kernel/time/alarmtimer.c
10707 F:      kernel/time/ntp.c
10708 F:      tools/testing/selftests/timers/
10710 SC1200 WDT DRIVER
10711 M:      Zwane Mwaikambo <zwanem@gmail.com>
10712 S:      Maintained
10713 F:      drivers/watchdog/sc1200wdt.c
10715 SCHEDULER
10716 M:      Ingo Molnar <mingo@redhat.com>
10717 M:      Peter Zijlstra <peterz@infradead.org>
10718 L:      linux-kernel@vger.kernel.org
10719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10720 S:      Maintained
10721 F:      kernel/sched/
10722 F:      include/linux/sched.h
10723 F:      include/uapi/linux/sched.h
10724 F:      include/linux/wait.h
10726 SCORE ARCHITECTURE
10727 M:      Chen Liqin <liqin.linux@gmail.com>
10728 M:      Lennox Wu <lennox.wu@gmail.com>
10729 W:      http://www.sunplus.com
10730 S:      Supported
10731 F:      arch/score/
10733 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10734 M:      Sudeep Holla <sudeep.holla@arm.com>
10735 L:      linux-arm-kernel@lists.infradead.org
10736 S:      Maintained
10737 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10738 F:      drivers/clk/clk-scpi.c
10739 F:      drivers/cpufreq/scpi-cpufreq.c
10740 F:      drivers/firmware/arm_scpi.c
10741 F:      include/linux/scpi_protocol.h
10743 SCSI CDROM DRIVER
10744 M:      Jens Axboe <axboe@kernel.dk>
10745 L:      linux-scsi@vger.kernel.org
10746 W:      http://www.kernel.dk
10747 S:      Maintained
10748 F:      drivers/scsi/sr*
10750 SCSI RDMA PROTOCOL (SRP) INITIATOR
10751 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10752 L:      linux-rdma@vger.kernel.org
10753 S:      Supported
10754 W:      http://www.openfabrics.org
10755 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10757 F:      drivers/infiniband/ulp/srp/
10758 F:      include/scsi/srp.h
10760 SCSI SG DRIVER
10761 M:      Doug Gilbert <dgilbert@interlog.com>
10762 L:      linux-scsi@vger.kernel.org
10763 W:      http://sg.danny.cz/sg
10764 S:      Maintained
10765 F:      Documentation/scsi/scsi-generic.txt
10766 F:      drivers/scsi/sg.c
10767 F:      include/scsi/sg.h
10769 SCSI SUBSYSTEM
10770 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10772 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10774 L:      linux-scsi@vger.kernel.org
10775 S:      Maintained
10776 F:      Documentation/devicetree/bindings/scsi/
10777 F:      drivers/scsi/
10778 F:      include/scsi/
10780 SCSI TAPE DRIVER
10781 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10782 L:      linux-scsi@vger.kernel.org
10783 S:      Maintained
10784 F:      Documentation/scsi/st.txt
10785 F:      drivers/scsi/st.*
10786 F:      drivers/scsi/st_*.h
10788 SCTP PROTOCOL
10789 M:      Vlad Yasevich <vyasevich@gmail.com>
10790 M:      Neil Horman <nhorman@tuxdriver.com>
10791 L:      linux-sctp@vger.kernel.org
10792 W:      http://lksctp.sourceforge.net
10793 S:      Maintained
10794 F:      Documentation/networking/sctp.txt
10795 F:      include/linux/sctp.h
10796 F:      include/uapi/linux/sctp.h
10797 F:      include/net/sctp/
10798 F:      net/sctp/
10800 SCx200 CPU SUPPORT
10801 M:      Jim Cromie <jim.cromie@gmail.com>
10802 S:      Odd Fixes
10803 F:      Documentation/i2c/busses/scx200_acb
10804 F:      arch/x86/platform/scx200/
10805 F:      drivers/watchdog/scx200_wdt.c
10806 F:      drivers/i2c/busses/scx200*
10807 F:      drivers/mtd/maps/scx200_docflash.c
10808 F:      include/linux/scx200.h
10810 SCx200 GPIO DRIVER
10811 M:      Jim Cromie <jim.cromie@gmail.com>
10812 S:      Maintained
10813 F:      drivers/char/scx200_gpio.c
10814 F:      include/linux/scx200_gpio.h
10816 SCx200 HRT CLOCKSOURCE DRIVER
10817 M:      Jim Cromie <jim.cromie@gmail.com>
10818 S:      Maintained
10819 F:      drivers/clocksource/scx200_hrt.c
10821 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10822 M:      Sascha Sommer <saschasommer@freenet.de>
10823 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10824 S:      Maintained
10825 F:      drivers/mmc/host/sdricoh_cs.c
10827 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10828 M:      Adrian Hunter <adrian.hunter@intel.com>
10829 L:      linux-mmc@vger.kernel.org
10830 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10831 S:      Maintained
10832 F:      drivers/mmc/host/sdhci*
10833 F:      include/linux/mmc/sdhci*
10835 SECURE COMPUTING
10836 M:      Kees Cook <keescook@chromium.org>
10837 R:      Andy Lutomirski <luto@amacapital.net>
10838 R:      Will Drewry <wad@chromium.org>
10839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10840 S:      Supported
10841 F:      kernel/seccomp.c
10842 F:      include/uapi/linux/seccomp.h
10843 F:      include/linux/seccomp.h
10844 F:      tools/testing/selftests/seccomp/*
10845 K:      \bsecure_computing
10846 K:      \bTIF_SECCOMP\b
10848 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
10849 M:      Al Cooper <alcooperx@gmail.com>
10850 L:      linux-mmc@vger.kernel.org
10851 L:      bcm-kernel-feedback-list@broadcom.com
10852 S:      Maintained
10853 F:      drivers/mmc/host/sdhci-brcmstb*
10855 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10856 M:      Ben Dooks <ben-linux@fluff.org>
10857 M:      Jaehoon Chung <jh80.chung@samsung.com>
10858 L:      linux-mmc@vger.kernel.org
10859 S:      Maintained
10860 F:      drivers/mmc/host/sdhci-s3c*
10862 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10863 M:      Viresh Kumar <vireshk@kernel.org>
10864 L:      linux-mmc@vger.kernel.org
10865 S:      Maintained
10866 F:      drivers/mmc/host/sdhci-spear.c
10868 SECURITY SUBSYSTEM
10869 M:      James Morris <james.l.morris@oracle.com>
10870 M:      "Serge E. Hallyn" <serge@hallyn.com>
10871 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10873 W:      http://kernsec.org/
10874 S:      Supported
10875 F:      security/
10877 SECURITY CONTACT
10878 M:      Security Officers <security@kernel.org>
10879 S:      Supported
10881 SELINUX SECURITY MODULE
10882 M:      Paul Moore <paul@paul-moore.com>
10883 M:      Stephen Smalley <sds@tycho.nsa.gov>
10884 M:      Eric Paris <eparis@parisplace.org>
10885 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10886 W:      http://selinuxproject.org
10887 T:      git git://git.infradead.org/users/pcmoore/selinux
10888 S:      Supported
10889 F:      include/linux/selinux*
10890 F:      security/selinux/
10891 F:      scripts/selinux/
10893 APPARMOR SECURITY MODULE
10894 M:      John Johansen <john.johansen@canonical.com>
10895 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10896 W:      apparmor.wiki.kernel.org
10897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10898 S:      Supported
10899 F:      security/apparmor/
10901 LOADPIN SECURITY MODULE
10902 M:      Kees Cook <keescook@chromium.org>
10903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10904 S:      Supported
10905 F:      security/loadpin/
10907 YAMA SECURITY MODULE
10908 M:      Kees Cook <keescook@chromium.org>
10909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10910 S:      Supported
10911 F:      security/yama/
10913 SENSABLE PHANTOM
10914 M:      Jiri Slaby <jirislaby@gmail.com>
10915 S:      Maintained
10916 F:      drivers/misc/phantom.c
10917 F:      include/uapi/linux/phantom.h
10919 Emulex 10Gbps iSCSI - OneConnect DRIVER
10920 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
10921 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
10922 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
10923 L:      linux-scsi@vger.kernel.org
10924 W:      http://www.broadcom.com
10925 S:      Supported
10926 F:      drivers/scsi/be2iscsi/
10928 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10929 M:      Sathya Perla <sathya.perla@broadcom.com>
10930 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10931 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10932 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10933 L:      netdev@vger.kernel.org
10934 W:      http://www.emulex.com
10935 S:      Supported
10936 F:      drivers/net/ethernet/emulex/benet/
10938 EMULEX ONECONNECT ROCE DRIVER
10939 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10940 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10941 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10942 L:      linux-rdma@vger.kernel.org
10943 W:      http://www.emulex.com
10944 S:      Supported
10945 F:      drivers/infiniband/hw/ocrdma/
10946 F:      include/uapi/rdma/ocrdma-abi.h
10948 SFC NETWORK DRIVER
10949 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10950 M:      Edward Cree <ecree@solarflare.com>
10951 M:      Bert Kenward <bkenward@solarflare.com>
10952 L:      netdev@vger.kernel.org
10953 S:      Supported
10954 F:      drivers/net/ethernet/sfc/
10956 SGI GRU DRIVER
10957 M:      Dimitri Sivanich <sivanich@sgi.com>
10958 S:      Maintained
10959 F:      drivers/misc/sgi-gru/
10961 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10962 M:      Pat Gefre <pfg@sgi.com>
10963 L:      linux-ia64@vger.kernel.org
10964 S:      Supported
10965 F:      Documentation/ia64/serial.txt
10966 F:      drivers/tty/serial/ioc?_serial.c
10967 F:      include/linux/ioc?.h
10969 SGI XP/XPC/XPNET DRIVER
10970 M:      Cliff Whickman <cpw@sgi.com>
10971 M:      Robin Holt <robinmholt@gmail.com>
10972 S:      Maintained
10973 F:      drivers/misc/sgi-xp/
10975 SI2157 MEDIA DRIVER
10976 M:      Antti Palosaari <crope@iki.fi>
10977 L:      linux-media@vger.kernel.org
10978 W:      https://linuxtv.org
10979 W:      http://palosaari.fi/linux/
10980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10981 T:      git git://linuxtv.org/anttip/media_tree.git
10982 S:      Maintained
10983 F:      drivers/media/tuners/si2157*
10985 SI2168 MEDIA DRIVER
10986 M:      Antti Palosaari <crope@iki.fi>
10987 L:      linux-media@vger.kernel.org
10988 W:      https://linuxtv.org
10989 W:      http://palosaari.fi/linux/
10990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10991 T:      git git://linuxtv.org/anttip/media_tree.git
10992 S:      Maintained
10993 F:      drivers/media/dvb-frontends/si2168*
10995 SI470X FM RADIO RECEIVER I2C DRIVER
10996 M:      Hans Verkuil <hverkuil@xs4all.nl>
10997 L:      linux-media@vger.kernel.org
10998 T:      git git://linuxtv.org/media_tree.git
10999 W:      https://linuxtv.org
11000 S:      Odd Fixes
11001 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11003 SI470X FM RADIO RECEIVER USB DRIVER
11004 M:      Hans Verkuil <hverkuil@xs4all.nl>
11005 L:      linux-media@vger.kernel.org
11006 T:      git git://linuxtv.org/media_tree.git
11007 W:      https://linuxtv.org
11008 S:      Maintained
11009 F:      drivers/media/radio/si470x/radio-si470x-common.c
11010 F:      drivers/media/radio/si470x/radio-si470x.h
11011 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11013 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11014 M:      Eduardo Valentin <edubezval@gmail.com>
11015 L:      linux-media@vger.kernel.org
11016 T:      git git://linuxtv.org/media_tree.git
11017 W:      https://linuxtv.org
11018 S:      Odd Fixes
11019 F:      drivers/media/radio/si4713/si4713.?
11021 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11022 M:      Eduardo Valentin <edubezval@gmail.com>
11023 L:      linux-media@vger.kernel.org
11024 T:      git git://linuxtv.org/media_tree.git
11025 W:      https://linuxtv.org
11026 S:      Odd Fixes
11027 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11029 SI4713 FM RADIO TRANSMITTER USB DRIVER
11030 M:      Hans Verkuil <hverkuil@xs4all.nl>
11031 L:      linux-media@vger.kernel.org
11032 T:      git git://linuxtv.org/media_tree.git
11033 W:      https://linuxtv.org
11034 S:      Maintained
11035 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11037 SIANO DVB DRIVER
11038 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11039 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11040 L:      linux-media@vger.kernel.org
11041 W:      https://linuxtv.org
11042 T:      git git://linuxtv.org/media_tree.git
11043 S:      Odd fixes
11044 F:      drivers/media/common/siano/
11045 F:      drivers/media/usb/siano/
11046 F:      drivers/media/usb/siano/
11047 F:      drivers/media/mmc/siano/
11049 SIMPLEFB FB DRIVER
11050 M:      Hans de Goede <hdegoede@redhat.com>
11051 L:      linux-fbdev@vger.kernel.org
11052 S:      Maintained
11053 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11054 F:      drivers/video/fbdev/simplefb.c
11055 F:      include/linux/platform_data/simplefb.h
11057 SH_VEU V4L2 MEM2MEM DRIVER
11058 L:      linux-media@vger.kernel.org
11059 S:      Orphan
11060 F:      drivers/media/platform/sh_veu.c
11062 SH_VOU V4L2 OUTPUT DRIVER
11063 L:      linux-media@vger.kernel.org
11064 S:      Orphan
11065 F:      drivers/media/platform/sh_vou.c
11066 F:      include/media/drv-intf/sh_vou.h
11068 SIMPLE FIRMWARE INTERFACE (SFI)
11069 M:      Len Brown <lenb@kernel.org>
11070 L:      sfi-devel@simplefirmware.org
11071 W:      http://simplefirmware.org/
11072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11073 S:      Supported
11074 F:      arch/x86/platform/sfi/
11075 F:      drivers/sfi/
11076 F:      include/linux/sfi*.h
11078 SIMTEC EB110ATX (Chalice CATS)
11079 P:      Ben Dooks
11080 P:      Vincent Sanders <vince@simtec.co.uk>
11081 M:      Simtec Linux Team <linux@simtec.co.uk>
11082 W:      http://www.simtec.co.uk/products/EB110ATX/
11083 S:      Supported
11085 SIMTEC EB2410ITX (BAST)
11086 P:      Ben Dooks
11087 P:      Vincent Sanders <vince@simtec.co.uk>
11088 M:      Simtec Linux Team <linux@simtec.co.uk>
11089 W:      http://www.simtec.co.uk/products/EB2410ITX/
11090 S:      Supported
11091 F:      arch/arm/mach-s3c24xx/mach-bast.c
11092 F:      arch/arm/mach-s3c24xx/bast-ide.c
11093 F:      arch/arm/mach-s3c24xx/bast-irq.c
11095 TI DAVINCI MACHINE SUPPORT
11096 M:      Sekhar Nori <nsekhar@ti.com>
11097 M:      Kevin Hilman <khilman@kernel.org>
11098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11100 S:      Supported
11101 F:      arch/arm/mach-davinci/
11102 F:      drivers/i2c/busses/i2c-davinci.c
11104 TI DAVINCI SERIES MEDIA DRIVER
11105 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11106 L:      linux-media@vger.kernel.org
11107 W:      https://linuxtv.org
11108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11109 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11110 S:      Maintained
11111 F:      drivers/media/platform/davinci/
11112 F:      include/media/davinci/
11114 TI AM437X VPFE DRIVER
11115 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11116 L:      linux-media@vger.kernel.org
11117 W:      https://linuxtv.org
11118 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11119 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11120 S:      Maintained
11121 F:      drivers/media/platform/am437x/
11123 OV2659 OMNIVISION SENSOR DRIVER
11124 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11125 L:      linux-media@vger.kernel.org
11126 W:      https://linuxtv.org
11127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11128 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11129 S:      Maintained
11130 F:      drivers/media/i2c/ov2659.c
11131 F:      include/media/i2c/ov2659.h
11133 SILICON MOTION SM712 FRAME BUFFER DRIVER
11134 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11135 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11136 M:      Sudip Mukherjee <sudip@vectorindia.org>
11137 L:      linux-fbdev@vger.kernel.org
11138 S:      Maintained
11139 F:      drivers/video/fbdev/sm712*
11140 F:      Documentation/fb/sm712fb.txt
11142 SIS 190 ETHERNET DRIVER
11143 M:      Francois Romieu <romieu@fr.zoreil.com>
11144 L:      netdev@vger.kernel.org
11145 S:      Maintained
11146 F:      drivers/net/ethernet/sis/sis190.c
11148 SIS 900/7016 FAST ETHERNET DRIVER
11149 M:      Daniele Venzano <venza@brownhat.org>
11150 W:      http://www.brownhat.org/sis900.html
11151 L:      netdev@vger.kernel.org
11152 S:      Maintained
11153 F:      drivers/net/ethernet/sis/sis900.*
11155 SIS FRAMEBUFFER DRIVER
11156 M:      Thomas Winischhofer <thomas@winischhofer.net>
11157 W:      http://www.winischhofer.net/linuxsisvga.shtml
11158 S:      Maintained
11159 F:      Documentation/fb/sisfb.txt
11160 F:      drivers/video/fbdev/sis/
11161 F:      include/video/sisfb.h
11163 SIS USB2VGA DRIVER
11164 M:      Thomas Winischhofer <thomas@winischhofer.net>
11165 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11166 S:      Maintained
11167 F:      drivers/usb/misc/sisusbvga/
11169 SLAB ALLOCATOR
11170 M:      Christoph Lameter <cl@linux.com>
11171 M:      Pekka Enberg <penberg@kernel.org>
11172 M:      David Rientjes <rientjes@google.com>
11173 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
11174 M:      Andrew Morton <akpm@linux-foundation.org>
11175 L:      linux-mm@kvack.org
11176 S:      Maintained
11177 F:      include/linux/sl?b*.h
11178 F:      mm/sl?b*
11180 SLEEPABLE READ-COPY UPDATE (SRCU)
11181 M:      Lai Jiangshan <jiangshanlai@gmail.com>
11182 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11183 M:      Josh Triplett <josh@joshtriplett.org>
11184 R:      Steven Rostedt <rostedt@goodmis.org>
11185 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11186 L:      linux-kernel@vger.kernel.org
11187 W:      http://www.rdrop.com/users/paulmck/RCU/
11188 S:      Supported
11189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11190 F:      include/linux/srcu.h
11191 F:      kernel/rcu/srcu.c
11193 SMACK SECURITY MODULE
11194 M:      Casey Schaufler <casey@schaufler-ca.com>
11195 L:      linux-security-module@vger.kernel.org
11196 W:      http://schaufler-ca.com
11197 T:      git git://github.com/cschaufler/smack-next
11198 S:      Maintained
11199 F:      Documentation/security/Smack.txt
11200 F:      security/smack/
11202 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11203 M:      Kevin Hilman <khilman@kernel.org>
11204 M:      Nishanth Menon <nm@ti.com>
11205 S:      Maintained
11206 F:      drivers/power/avs/
11207 F:      include/linux/power/smartreflex.h
11208 L:      linux-pm@vger.kernel.org
11210 SMC91x ETHERNET DRIVER
11211 M:      Nicolas Pitre <nico@fluxnic.net>
11212 S:      Odd Fixes
11213 F:      drivers/net/ethernet/smsc/smc91x.*
11215 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11216 M:      Sakari Ailus <sakari.ailus@iki.fi>
11217 L:      linux-media@vger.kernel.org
11218 S:      Maintained
11219 F:      drivers/media/i2c/smiapp/
11220 F:      include/media/i2c/smiapp.h
11221 F:      drivers/media/i2c/smiapp-pll.c
11222 F:      drivers/media/i2c/smiapp-pll.h
11223 F:      include/uapi/linux/smiapp.h
11224 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11226 SMM665 HARDWARE MONITOR DRIVER
11227 M:      Guenter Roeck <linux@roeck-us.net>
11228 L:      linux-hwmon@vger.kernel.org
11229 S:      Maintained
11230 F:      Documentation/hwmon/smm665
11231 F:      drivers/hwmon/smm665.c
11233 SMSC EMC2103 HARDWARE MONITOR DRIVER
11234 M:      Steve Glendinning <steve.glendinning@shawell.net>
11235 L:      linux-hwmon@vger.kernel.org
11236 S:      Maintained
11237 F:      Documentation/hwmon/emc2103
11238 F:      drivers/hwmon/emc2103.c
11240 SMSC SCH5627 HARDWARE MONITOR DRIVER
11241 M:      Hans de Goede <hdegoede@redhat.com>
11242 L:      linux-hwmon@vger.kernel.org
11243 S:      Supported
11244 F:      Documentation/hwmon/sch5627
11245 F:      drivers/hwmon/sch5627.c
11247 SMSC47B397 HARDWARE MONITOR DRIVER
11248 M:      Jean Delvare <jdelvare@suse.com>
11249 L:      linux-hwmon@vger.kernel.org
11250 S:      Maintained
11251 F:      Documentation/hwmon/smsc47b397
11252 F:      drivers/hwmon/smsc47b397.c
11254 SMSC911x ETHERNET DRIVER
11255 M:      Steve Glendinning <steve.glendinning@shawell.net>
11256 L:      netdev@vger.kernel.org
11257 S:      Maintained
11258 F:      include/linux/smsc911x.h
11259 F:      drivers/net/ethernet/smsc/smsc911x.*
11261 SMSC9420 PCI ETHERNET DRIVER
11262 M:      Steve Glendinning <steve.glendinning@shawell.net>
11263 L:      netdev@vger.kernel.org
11264 S:      Maintained
11265 F:      drivers/net/ethernet/smsc/smsc9420.*
11267 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11268 M:      Steve Glendinning <steve.glendinning@shawell.net>
11269 L:      linux-fbdev@vger.kernel.org
11270 S:      Maintained
11271 F:      drivers/video/fbdev/smscufx.c
11273 SOC-CAMERA V4L2 SUBSYSTEM
11274 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
11275 L:      linux-media@vger.kernel.org
11276 T:      git git://linuxtv.org/media_tree.git
11277 S:      Maintained
11278 F:      include/media/soc*
11279 F:      drivers/media/i2c/soc_camera/
11280 F:      drivers/media/platform/soc_camera/
11282 SOEKRIS NET48XX LED SUPPORT
11283 M:      Chris Boot <bootc@bootc.net>
11284 S:      Maintained
11285 F:      drivers/leds/leds-net48xx.c
11287 SOFTLOGIC 6x10 MPEG CODEC
11288 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
11289 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
11290 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
11291 M:      Ismael Luceno <ismael@iodev.co.uk>
11292 L:      linux-media@vger.kernel.org
11293 S:      Supported
11294 F:      drivers/media/pci/solo6x10/
11296 SOFTWARE RAID (Multiple Disks) SUPPORT
11297 M:      Shaohua Li <shli@kernel.org>
11298 L:      linux-raid@vger.kernel.org
11299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11300 S:      Supported
11301 F:      drivers/md/
11302 F:      include/linux/raid/
11303 F:      include/uapi/linux/raid/
11305 SONIC NETWORK DRIVER
11306 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11307 L:      netdev@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/net/ethernet/natsemi/sonic.*
11311 SONICS SILICON BACKPLANE DRIVER (SSB)
11312 M:      Michael Buesch <m@bues.ch>
11313 L:      linux-wireless@vger.kernel.org
11314 S:      Maintained
11315 F:      drivers/ssb/
11316 F:      include/linux/ssb/
11318 SONY VAIO CONTROL DEVICE DRIVER
11319 M:      Mattia Dongili <malattia@linux.it>
11320 L:      platform-driver-x86@vger.kernel.org
11321 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11322 S:      Maintained
11323 F:      Documentation/laptops/sony-laptop.txt
11324 F:      drivers/char/sonypi.c
11325 F:      drivers/platform/x86/sony-laptop.c
11326 F:      include/linux/sony-laptop.h
11328 SONY MEMORYSTICK CARD SUPPORT
11329 M:      Alex Dubov <oakad@yahoo.com>
11330 W:      http://tifmxx.berlios.de/
11331 S:      Maintained
11332 F:      drivers/memstick/host/tifm_ms.c
11334 SONY MEMORYSTICK STANDARD SUPPORT
11335 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11336 S:      Maintained
11337 F:      drivers/memstick/core/ms_block.*
11339 SOUND
11340 M:      Jaroslav Kysela <perex@perex.cz>
11341 M:      Takashi Iwai <tiwai@suse.com>
11342 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11343 W:      http://www.alsa-project.org/
11344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11345 T:      git git://git.alsa-project.org/alsa-kernel.git
11346 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11347 S:      Maintained
11348 F:      Documentation/sound/
11349 F:      include/sound/
11350 F:      include/uapi/sound/
11351 F:      sound/
11353 SOUND - COMPRESSED AUDIO
11354 M:      Vinod Koul <vinod.koul@intel.com>
11355 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11357 S:      Supported
11358 F:      Documentation/sound/alsa/compress_offload.txt
11359 F:      include/sound/compress_driver.h
11360 F:      include/uapi/sound/compress_*
11361 F:      sound/core/compress_offload.c
11362 F:      sound/soc/soc-compress.c
11364 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11365 M:      Liam Girdwood <lgirdwood@gmail.com>
11366 M:      Mark Brown <broonie@kernel.org>
11367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11368 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11369 W:      http://alsa-project.org/main/index.php/ASoC
11370 S:      Supported
11371 F:      Documentation/devicetree/bindings/sound/
11372 F:      Documentation/sound/alsa/soc/
11373 F:      sound/soc/
11374 F:      include/sound/soc*
11376 SOUND - DMAENGINE HELPERS
11377 M:      Lars-Peter Clausen <lars@metafoo.de>
11378 S:      Supported
11379 F:      include/sound/dmaengine_pcm.h
11380 F:      sound/core/pcm_dmaengine.c
11381 F:      sound/soc/soc-generic-dmaengine-pcm.c
11383 SP2 MEDIA DRIVER
11384 M:      Olli Salonen <olli.salonen@iki.fi>
11385 L:      linux-media@vger.kernel.org
11386 W:      https://linuxtv.org
11387 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11388 S:      Maintained
11389 F:      drivers/media/dvb-frontends/sp2*
11391 SPARC + UltraSPARC (sparc/sparc64)
11392 M:      "David S. Miller" <davem@davemloft.net>
11393 L:      sparclinux@vger.kernel.org
11394 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11397 S:      Maintained
11398 F:      arch/sparc/
11399 F:      drivers/sbus/
11401 SPARC SERIAL DRIVERS
11402 M:      "David S. Miller" <davem@davemloft.net>
11403 L:      sparclinux@vger.kernel.org
11404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11406 S:      Maintained
11407 F:      include/linux/sunserialcore.h
11408 F:      drivers/tty/serial/suncore.c
11409 F:      drivers/tty/serial/sunhv.c
11410 F:      drivers/tty/serial/sunsab.c
11411 F:      drivers/tty/serial/sunsab.h
11412 F:      drivers/tty/serial/sunsu.c
11413 F:      drivers/tty/serial/sunzilog.c
11414 F:      drivers/tty/serial/sunzilog.h
11416 SPARSE CHECKER
11417 M:      "Christopher Li" <sparse@chrisli.org>
11418 L:      linux-sparse@vger.kernel.org
11419 W:      https://sparse.wiki.kernel.org/
11420 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11421 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11422 S:      Maintained
11423 F:      include/linux/compiler.h
11425 SPEAR PLATFORM SUPPORT
11426 M:      Viresh Kumar <vireshk@kernel.org>
11427 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
11428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11429 W:      http://www.st.com/spear
11430 S:      Maintained
11431 F:      arch/arm/boot/dts/spear*
11432 F:      arch/arm/mach-spear/
11434 SPEAR CLOCK FRAMEWORK SUPPORT
11435 M:      Viresh Kumar <vireshk@kernel.org>
11436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11437 W:      http://www.st.com/spear
11438 S:      Maintained
11439 F:      drivers/clk/spear/
11441 SPI NOR SUBSYSTEM
11442 M:      Cyrille Pitchen <cyrille.pitchen@atmel.com>
11443 M:      Marek Vasut <marek.vasut@gmail.com>
11444 L:      linux-mtd@lists.infradead.org
11445 W:      http://www.linux-mtd.infradead.org/
11446 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11447 T:      git git://github.com/spi-nor/linux.git
11448 S:      Maintained
11449 F:      drivers/mtd/spi-nor/
11450 F:      include/linux/mtd/spi-nor.h
11452 SPI SUBSYSTEM
11453 M:      Mark Brown <broonie@kernel.org>
11454 L:      linux-spi@vger.kernel.org
11455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11456 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11457 S:      Maintained
11458 F:      Documentation/devicetree/bindings/spi/
11459 F:      Documentation/spi/
11460 F:      drivers/spi/
11461 F:      include/linux/spi/
11462 F:      include/uapi/linux/spi/
11463 F:      tools/spi/
11465 SPIDERNET NETWORK DRIVER for CELL
11466 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
11467 L:      netdev@vger.kernel.org
11468 S:      Supported
11469 F:      Documentation/networking/spider_net.txt
11470 F:      drivers/net/ethernet/toshiba/spider_net*
11472 SPU FILE SYSTEM
11473 M:      Jeremy Kerr <jk@ozlabs.org>
11474 L:      linuxppc-dev@lists.ozlabs.org
11475 W:      http://www.ibm.com/developerworks/power/cell/
11476 S:      Supported
11477 F:      Documentation/filesystems/spufs.txt
11478 F:      arch/powerpc/platforms/cell/spufs/
11480 SQUASHFS FILE SYSTEM
11481 M:      Phillip Lougher <phillip@squashfs.org.uk>
11482 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
11483 W:      http://squashfs.org.uk
11484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
11485 S:      Maintained
11486 F:      Documentation/filesystems/squashfs.txt
11487 F:      fs/squashfs/
11489 SRM (Alpha) environment access
11490 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
11491 S:      Maintained
11492 F:      arch/alpha/kernel/srm_env.c
11494 STABLE BRANCH
11495 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11496 L:      stable@vger.kernel.org
11497 S:      Supported
11498 F:      Documentation/stable_kernel_rules.txt
11500 STAGING SUBSYSTEM
11501 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
11503 L:      devel@driverdev.osuosl.org
11504 S:      Supported
11505 F:      drivers/staging/
11507 STAGING - COMEDI
11508 M:      Ian Abbott <abbotti@mev.co.uk>
11509 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
11510 S:      Odd Fixes
11511 F:      drivers/staging/comedi/
11513 STAGING - FLARION FT1000 DRIVERS
11514 M:      Marek Belisko <marek.belisko@gmail.com>
11515 S:      Odd Fixes
11516 F:      drivers/staging/ft1000/
11518 STAGING - INDUSTRIAL IO
11519 M:      Jonathan Cameron <jic23@kernel.org>
11520 L:      linux-iio@vger.kernel.org
11521 S:      Odd Fixes
11522 F:      Documentation/devicetree/bindings/staging/iio/
11523 F:      drivers/staging/iio/
11525 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
11526 M:      Jarod Wilson <jarod@wilsonet.com>
11527 W:      http://www.lirc.org/
11528 S:      Odd Fixes
11529 F:      drivers/staging/media/lirc/
11531 STAGING - LUSTRE PARALLEL FILESYSTEM
11532 M:      Oleg Drokin <oleg.drokin@intel.com>
11533 M:      Andreas Dilger <andreas.dilger@intel.com>
11534 M:      James Simmons <jsimmons@infradead.org>
11535 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
11536 W:      http://wiki.lustre.org/
11537 S:      Maintained
11538 F:      drivers/staging/lustre
11540 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
11541 M:      Marc Dietrich <marvin24@gmx.de>
11542 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
11543 L:      linux-tegra@vger.kernel.org
11544 S:      Maintained
11545 F:      drivers/staging/nvec/
11547 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
11548 M:      Jens Frederich <jfrederich@gmail.com>
11549 M:      Daniel Drake <dsd@laptop.org>
11550 M:      Jon Nettleton <jon.nettleton@gmail.com>
11551 W:      http://wiki.laptop.org/go/DCON
11552 S:      Maintained
11553 F:      drivers/staging/olpc_dcon/
11555 STAGING - REALTEK RTL8712U DRIVERS
11556 M:      Larry Finger <Larry.Finger@lwfinger.net>
11557 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
11558 S:      Odd Fixes
11559 F:      drivers/staging/rtl8712/
11561 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
11562 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11563 M:      Teddy Wang <teddy.wang@siliconmotion.com>
11564 M:      Sudip Mukherjee <sudip@vectorindia.org>
11565 L:      linux-fbdev@vger.kernel.org
11566 S:      Maintained
11567 F:      drivers/staging/sm750fb/
11569 STAGING - SLICOSS
11570 M:      Lior Dotan <liodot@gmail.com>
11571 M:      Christopher Harrer <charrer@alacritech.com>
11572 S:      Odd Fixes
11573 F:      drivers/staging/slicoss/
11575 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
11576 M:      William Hubbs <w.d.hubbs@gmail.com>
11577 M:      Chris Brannon <chris@the-brannons.com>
11578 M:      Kirk Reiser <kirk@reisers.ca>
11579 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
11580 L:      speakup@linux-speakup.org
11581 W:      http://www.linux-speakup.org/
11582 S:      Odd Fixes
11583 F:      drivers/staging/speakup/
11585 STAGING - VIA VT665X DRIVERS
11586 M:      Forest Bond <forest@alittletooquiet.net>
11587 S:      Odd Fixes
11588 F:      drivers/staging/vt665?/
11590 STAGING - WILC1000 WIFI DRIVER
11591 M:      Aditya Shankar <aditya.shankar@microchip.com>
11592 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
11593 L:      linux-wireless@vger.kernel.org
11594 S:      Supported
11595 F:      drivers/staging/wilc1000/
11597 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
11598 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
11599 S:      Odd Fixes
11600 F:      drivers/staging/xgifb/
11602 STARFIRE/DURALAN NETWORK DRIVER
11603 M:      Ion Badulescu <ionut@badula.org>
11604 S:      Odd Fixes
11605 F:      drivers/net/ethernet/adaptec/starfire*
11607 SUN3/3X
11608 M:      Sam Creasey <sammy@sammy.net>
11609 W:      http://sammy.net/sun3/
11610 S:      Maintained
11611 F:      arch/m68k/kernel/*sun3*
11612 F:      arch/m68k/sun3*/
11613 F:      arch/m68k/include/asm/sun3*
11614 F:      drivers/net/ethernet/i825xx/sun3*
11616 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
11617 M:      Hans de Goede <hdegoede@redhat.com>
11618 L:      linux-input@vger.kernel.org
11619 S:      Maintained
11620 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
11621 F:      drivers/input/keyboard/sun4i-lradc-keys.c
11623 SUNDANCE NETWORK DRIVER
11624 M:      Denis Kirjanov <kda@linux-powerpc.org>
11625 L:      netdev@vger.kernel.org
11626 S:      Maintained
11627 F:      drivers/net/ethernet/dlink/sundance.c
11629 SUPERH
11630 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11631 M:      Rich Felker <dalias@libc.org>
11632 L:      linux-sh@vger.kernel.org
11633 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11634 S:      Maintained
11635 F:      Documentation/sh/
11636 F:      arch/sh/
11637 F:      drivers/sh/
11639 SUSPEND TO RAM
11640 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11641 M:      Len Brown <len.brown@intel.com>
11642 M:      Pavel Machek <pavel@ucw.cz>
11643 L:      linux-pm@vger.kernel.org
11644 S:      Supported
11645 F:      Documentation/power/
11646 F:      arch/x86/kernel/acpi/
11647 F:      drivers/base/power/
11648 F:      kernel/power/
11649 F:      include/linux/suspend.h
11650 F:      include/linux/freezer.h
11651 F:      include/linux/pm.h
11653 SVGA HANDLING
11654 M:      Martin Mares <mj@ucw.cz>
11655 L:      linux-video@atrey.karlin.mff.cuni.cz
11656 S:      Maintained
11657 F:      Documentation/svga.txt
11658 F:      arch/x86/boot/video*
11660 SWIOTLB SUBSYSTEM
11661 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11662 L:      linux-kernel@vger.kernel.org
11663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11664 S:      Supported
11665 F:      lib/swiotlb.c
11666 F:      arch/*/kernel/pci-swiotlb.c
11667 F:      include/linux/swiotlb.h
11669 SWITCHDEV
11670 M:      Jiri Pirko <jiri@resnulli.us>
11671 L:      netdev@vger.kernel.org
11672 S:      Supported
11673 F:      net/switchdev/
11674 F:      include/net/switchdev.h
11676 SYNOPSYS ARC ARCHITECTURE
11677 M:      Vineet Gupta <vgupta@synopsys.com>
11678 L:      linux-snps-arc@lists.infradead.org
11679 S:      Supported
11680 F:      arch/arc/
11681 F:      Documentation/devicetree/bindings/arc/*
11682 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11683 F:      drivers/tty/serial/arc_uart.c
11684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11686 SYNOPSYS ARC SDP platform support
11687 M:      Alexey Brodkin <abrodkin@synopsys.com>
11688 S:      Supported
11689 F:      arch/arc/plat-axs10x
11690 F:      arch/arc/boot/dts/ax*
11691 F:      Documentation/devicetree/bindings/arc/axs10*
11693 SYSTEM CONFIGURATION (SYSCON)
11694 M:      Lee Jones <lee.jones@linaro.org>
11695 M:      Arnd Bergmann <arnd@arndb.de>
11696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11697 S:      Supported
11698 F:      drivers/mfd/syscon.c
11700 SYSTEM RESET/SHUTDOWN DRIVERS
11701 M:      Sebastian Reichel <sre@kernel.org>
11702 L:      linux-pm@vger.kernel.org
11703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11704 S:      Maintained
11705 F:      Documentation/devicetree/bindings/power/reset/
11706 F:      drivers/power/reset/
11708 SYSV FILESYSTEM
11709 M:      Christoph Hellwig <hch@infradead.org>
11710 S:      Maintained
11711 F:      Documentation/filesystems/sysv-fs.txt
11712 F:      fs/sysv/
11713 F:      include/linux/sysv_fs.h
11715 TARGET SUBSYSTEM
11716 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11717 L:      linux-scsi@vger.kernel.org
11718 L:      target-devel@vger.kernel.org
11719 W:      http://www.linux-iscsi.org
11720 W:      http://groups.google.com/group/linux-iscsi-target-dev
11721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11722 S:      Supported
11723 F:      drivers/target/
11724 F:      include/target/
11725 F:      Documentation/target/
11727 TASKSTATS STATISTICS INTERFACE
11728 M:      Balbir Singh <bsingharora@gmail.com>
11729 S:      Maintained
11730 F:      Documentation/accounting/taskstats*
11731 F:      include/linux/taskstats*
11732 F:      kernel/taskstats.c
11734 TC CLASSIFIER
11735 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11736 L:      netdev@vger.kernel.org
11737 S:      Maintained
11738 F:      include/net/pkt_cls.h
11739 F:      include/uapi/linux/pkt_cls.h
11740 F:      net/sched/
11742 TCP LOW PRIORITY MODULE
11743 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11744 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11745 W:      http://tcp-lp-mod.sourceforge.net/
11746 S:      Maintained
11747 F:      net/ipv4/tcp_lp.c
11749 TDA10071 MEDIA DRIVER
11750 M:      Antti Palosaari <crope@iki.fi>
11751 L:      linux-media@vger.kernel.org
11752 W:      https://linuxtv.org
11753 W:      http://palosaari.fi/linux/
11754 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11755 T:      git git://linuxtv.org/anttip/media_tree.git
11756 S:      Maintained
11757 F:      drivers/media/dvb-frontends/tda10071*
11759 TDA18212 MEDIA DRIVER
11760 M:      Antti Palosaari <crope@iki.fi>
11761 L:      linux-media@vger.kernel.org
11762 W:      https://linuxtv.org
11763 W:      http://palosaari.fi/linux/
11764 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11765 T:      git git://linuxtv.org/anttip/media_tree.git
11766 S:      Maintained
11767 F:      drivers/media/tuners/tda18212*
11769 TDA18218 MEDIA DRIVER
11770 M:      Antti Palosaari <crope@iki.fi>
11771 L:      linux-media@vger.kernel.org
11772 W:      https://linuxtv.org
11773 W:      http://palosaari.fi/linux/
11774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11775 T:      git git://linuxtv.org/anttip/media_tree.git
11776 S:      Maintained
11777 F:      drivers/media/tuners/tda18218*
11779 TDA18271 MEDIA DRIVER
11780 M:      Michael Krufky <mkrufky@linuxtv.org>
11781 L:      linux-media@vger.kernel.org
11782 W:      https://linuxtv.org
11783 W:      http://github.com/mkrufky
11784 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11785 T:      git git://linuxtv.org/mkrufky/tuners.git
11786 S:      Maintained
11787 F:      drivers/media/tuners/tda18271*
11789 TDA827x MEDIA DRIVER
11790 M:      Michael Krufky <mkrufky@linuxtv.org>
11791 L:      linux-media@vger.kernel.org
11792 W:      https://linuxtv.org
11793 W:      http://github.com/mkrufky
11794 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11795 T:      git git://linuxtv.org/mkrufky/tuners.git
11796 S:      Maintained
11797 F:      drivers/media/tuners/tda8290.*
11799 TDA8290 MEDIA DRIVER
11800 M:      Michael Krufky <mkrufky@linuxtv.org>
11801 L:      linux-media@vger.kernel.org
11802 W:      https://linuxtv.org
11803 W:      http://github.com/mkrufky
11804 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11805 T:      git git://linuxtv.org/mkrufky/tuners.git
11806 S:      Maintained
11807 F:      drivers/media/tuners/tda8290.*
11809 TDA9840 MEDIA DRIVER
11810 M:      Hans Verkuil <hverkuil@xs4all.nl>
11811 L:      linux-media@vger.kernel.org
11812 T:      git git://linuxtv.org/media_tree.git
11813 W:      https://linuxtv.org
11814 S:      Maintained
11815 F:      drivers/media/i2c/tda9840*
11817 TEA5761 TUNER DRIVER
11818 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11819 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11820 L:      linux-media@vger.kernel.org
11821 W:      https://linuxtv.org
11822 T:      git git://linuxtv.org/media_tree.git
11823 S:      Odd fixes
11824 F:      drivers/media/tuners/tea5761.*
11826 TEA5767 TUNER DRIVER
11827 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11828 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11829 L:      linux-media@vger.kernel.org
11830 W:      https://linuxtv.org
11831 T:      git git://linuxtv.org/media_tree.git
11832 S:      Maintained
11833 F:      drivers/media/tuners/tea5767.*
11835 TEA6415C MEDIA DRIVER
11836 M:      Hans Verkuil <hverkuil@xs4all.nl>
11837 L:      linux-media@vger.kernel.org
11838 T:      git git://linuxtv.org/media_tree.git
11839 W:      https://linuxtv.org
11840 S:      Maintained
11841 F:      drivers/media/i2c/tea6415c*
11843 TEA6420 MEDIA DRIVER
11844 M:      Hans Verkuil <hverkuil@xs4all.nl>
11845 L:      linux-media@vger.kernel.org
11846 T:      git git://linuxtv.org/media_tree.git
11847 W:      https://linuxtv.org
11848 S:      Maintained
11849 F:      drivers/media/i2c/tea6420*
11851 TEAM DRIVER
11852 M:      Jiri Pirko <jiri@resnulli.us>
11853 L:      netdev@vger.kernel.org
11854 S:      Supported
11855 F:      drivers/net/team/
11856 F:      include/linux/if_team.h
11857 F:      include/uapi/linux/if_team.h
11859 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11860 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11861 S:      Maintained
11862 F:      arch/x86/platform/ts5500/
11864 TECHNOTREND USB IR RECEIVER
11865 M:      Sean Young <sean@mess.org>
11866 L:      linux-media@vger.kernel.org
11867 S:      Maintained
11868 F:      drivers/media/rc/ttusbir.c
11870 TEGRA ARCHITECTURE SUPPORT
11871 M:      Stephen Warren <swarren@wwwdotorg.org>
11872 M:      Thierry Reding <thierry.reding@gmail.com>
11873 M:      Alexandre Courbot <gnurou@gmail.com>
11874 L:      linux-tegra@vger.kernel.org
11875 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11877 S:      Supported
11878 N:      [^a-z]tegra
11880 TEGRA CLOCK DRIVER
11881 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11882 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11883 S:      Supported
11884 F:      drivers/clk/tegra/
11886 TEGRA DMA DRIVERS
11887 M:      Laxman Dewangan <ldewangan@nvidia.com>
11888 M:      Jon Hunter <jonathanh@nvidia.com>
11889 S:      Supported
11890 F:      drivers/dma/tegra*
11892 TEGRA I2C DRIVER
11893 M:      Laxman Dewangan <ldewangan@nvidia.com>
11894 S:      Supported
11895 F:      drivers/i2c/busses/i2c-tegra.c
11897 TEGRA IOMMU DRIVERS
11898 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11899 S:      Supported
11900 F:      drivers/iommu/tegra*
11902 TEGRA KBC DRIVER
11903 M:      Rakesh Iyer <riyer@nvidia.com>
11904 M:      Laxman Dewangan <ldewangan@nvidia.com>
11905 S:      Supported
11906 F:      drivers/input/keyboard/tegra-kbc.c
11908 TEGRA PWM DRIVER
11909 M:      Thierry Reding <thierry.reding@gmail.com>
11910 S:      Supported
11911 F:      drivers/pwm/pwm-tegra.c
11913 TEGRA SERIAL DRIVER
11914 M:      Laxman Dewangan <ldewangan@nvidia.com>
11915 S:      Supported
11916 F:      drivers/tty/serial/serial-tegra.c
11918 TEGRA SPI DRIVER
11919 M:      Laxman Dewangan <ldewangan@nvidia.com>
11920 S:      Supported
11921 F:      drivers/spi/spi-tegra*
11923 TEHUTI ETHERNET DRIVER
11924 M:      Andy Gospodarek <andy@greyhouse.net>
11925 L:      netdev@vger.kernel.org
11926 S:      Supported
11927 F:      drivers/net/ethernet/tehuti/*
11929 Telecom Clock Driver for MCPL0010
11930 M:      Mark Gross <mark.gross@intel.com>
11931 S:      Supported
11932 F:      drivers/char/tlclk.c
11934 TENSILICA XTENSA PORT (xtensa)
11935 M:      Chris Zankel <chris@zankel.net>
11936 M:      Max Filippov <jcmvbkbc@gmail.com>
11937 L:      linux-xtensa@linux-xtensa.org
11938 T:      git git://github.com/czankel/xtensa-linux.git
11939 S:      Maintained
11940 F:      arch/xtensa/
11941 F:      drivers/irqchip/irq-xtensa-*
11943 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11944 M:      Hans Verkuil <hverkuil@xs4all.nl>
11945 L:      linux-media@vger.kernel.org
11946 T:      git git://linuxtv.org/media_tree.git
11947 W:      https://linuxtv.org
11948 S:      Maintained
11949 F:      drivers/media/radio/radio-raremono.c
11951 THERMAL
11952 M:      Zhang Rui <rui.zhang@intel.com>
11953 M:      Eduardo Valentin <edubezval@gmail.com>
11954 L:      linux-pm@vger.kernel.org
11955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11957 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11958 S:      Supported
11959 F:      drivers/thermal/
11960 F:      include/linux/thermal.h
11961 F:      include/uapi/linux/thermal.h
11962 F:      include/linux/cpu_cooling.h
11963 F:      Documentation/devicetree/bindings/thermal/
11965 THERMAL/CPU_COOLING
11966 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11967 M:      Viresh Kumar <viresh.kumar@linaro.org>
11968 M:      Javi Merino <javi.merino@kernel.org>
11969 L:      linux-pm@vger.kernel.org
11970 S:      Supported
11971 F:      Documentation/thermal/cpu-cooling-api.txt
11972 F:      drivers/thermal/cpu_cooling.c
11973 F:      include/linux/cpu_cooling.h
11975 THINKPAD ACPI EXTRAS DRIVER
11976 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11977 L:      ibm-acpi-devel@lists.sourceforge.net
11978 L:      platform-driver-x86@vger.kernel.org
11979 W:      http://ibm-acpi.sourceforge.net
11980 W:      http://thinkwiki.org/wiki/Ibm-acpi
11981 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11982 S:      Maintained
11983 F:      drivers/platform/x86/thinkpad_acpi.c
11985 TI BANDGAP AND THERMAL DRIVER
11986 M:      Eduardo Valentin <edubezval@gmail.com>
11987 M:      Keerthy <j-keerthy@ti.com>
11988 L:      linux-pm@vger.kernel.org
11989 L:      linux-omap@vger.kernel.org
11990 S:      Maintained
11991 F:      drivers/thermal/ti-soc-thermal/
11993 TI VPE/CAL DRIVERS
11994 M:      Benoit Parrot <bparrot@ti.com>
11995 L:      linux-media@vger.kernel.org
11996 W:      http://linuxtv.org/
11997 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11998 S:      Maintained
11999 F:      drivers/media/platform/ti-vpe/
12001 TI CDCE706 CLOCK DRIVER
12002 M:      Max Filippov <jcmvbkbc@gmail.com>
12003 S:      Maintained
12004 F:      drivers/clk/clk-cdce706.c
12006 TI CLOCK DRIVER
12007 M:      Tero Kristo <t-kristo@ti.com>
12008 L:      linux-omap@vger.kernel.org
12009 S:      Maintained
12010 F:      drivers/clk/ti/
12011 F:      include/linux/clk/ti.h
12013 TI ETHERNET SWITCH DRIVER (CPSW)
12014 M:      Mugunthan V N <mugunthanvnm@ti.com>
12015 R:      Grygorii Strashko <grygorii.strashko@ti.com>
12016 L:      linux-omap@vger.kernel.org
12017 L:      netdev@vger.kernel.org
12018 S:      Maintained
12019 F:      drivers/net/ethernet/ti/cpsw*
12020 F:      drivers/net/ethernet/ti/davinci*
12022 TI FLASH MEDIA INTERFACE DRIVER
12023 M:      Alex Dubov <oakad@yahoo.com>
12024 S:      Maintained
12025 F:      drivers/misc/tifm*
12026 F:      drivers/mmc/host/tifm_sd.c
12027 F:      include/linux/tifm.h
12029 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12030 M:      Santosh Shilimkar <ssantosh@kernel.org>
12031 L:      linux-kernel@vger.kernel.org
12032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12033 S:      Maintained
12034 F:      drivers/soc/ti/*
12035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12038 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12039 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
12040 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
12041 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12042 S:      Maintained
12043 F:      sound/soc/codecs/lm49453*
12044 F:      sound/soc/codecs/isabelle*
12046 TI LP855x BACKLIGHT DRIVER
12047 M:      Milo Kim <milo.kim@ti.com>
12048 S:      Maintained
12049 F:      Documentation/backlight/lp855x-driver.txt
12050 F:      drivers/video/backlight/lp855x_bl.c
12051 F:      include/linux/platform_data/lp855x.h
12053 TI LP8727 CHARGER DRIVER
12054 M:      Milo Kim <milo.kim@ti.com>
12055 S:      Maintained
12056 F:      drivers/power/supply/lp8727_charger.c
12057 F:      include/linux/platform_data/lp8727.h
12059 TI LP8788 MFD DRIVER
12060 M:      Milo Kim <milo.kim@ti.com>
12061 S:      Maintained
12062 F:      drivers/iio/adc/lp8788_adc.c
12063 F:      drivers/leds/leds-lp8788.c
12064 F:      drivers/mfd/lp8788*.c
12065 F:      drivers/power/supply/lp8788-charger.c
12066 F:      drivers/regulator/lp8788-*.c
12067 F:      include/linux/mfd/lp8788*.h
12069 TI NETCP ETHERNET DRIVER
12070 M:      Wingman Kwok <w-kwok2@ti.com>
12071 M:      Murali Karicheri <m-karicheri2@ti.com>
12072 L:      netdev@vger.kernel.org
12073 S:      Maintained
12074 F:      drivers/net/ethernet/ti/netcp*
12076 TI TAS571X FAMILY ASoC CODEC DRIVER
12077 M:      Kevin Cernekee <cernekee@chromium.org>
12078 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12079 S:      Odd Fixes
12080 F:      sound/soc/codecs/tas571x*
12082 TI TWL4030 SERIES SOC CODEC DRIVER
12083 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12084 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12085 S:      Maintained
12086 F:      sound/soc/codecs/twl4030*
12088 TI WILINK WIRELESS DRIVERS
12089 L:      linux-wireless@vger.kernel.org
12090 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12091 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12093 S:      Orphan
12094 F:      drivers/net/wireless/ti/
12095 F:      include/linux/wl12xx.h
12097 TIPC NETWORK LAYER
12098 M:      Jon Maloy <jon.maloy@ericsson.com>
12099 M:      Ying Xue <ying.xue@windriver.com>
12100 L:      netdev@vger.kernel.org (core kernel code)
12101 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
12102 W:      http://tipc.sourceforge.net/
12103 S:      Maintained
12104 F:      include/uapi/linux/tipc*.h
12105 F:      net/tipc/
12107 TILE ARCHITECTURE
12108 M:      Chris Metcalf <cmetcalf@mellanox.com>
12109 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12111 S:      Supported
12112 F:      arch/tile/
12113 F:      drivers/char/tile-srom.c
12114 F:      drivers/edac/tile_edac.c
12115 F:      drivers/net/ethernet/tile/
12116 F:      drivers/rtc/rtc-tile.c
12117 F:      drivers/tty/hvc/hvc_tile.c
12118 F:      drivers/tty/serial/tilegx.c
12119 F:      drivers/usb/host/*-tilegx.c
12120 F:      include/linux/usb/tilegx.h
12122 TLAN NETWORK DRIVER
12123 M:      Samuel Chessman <chessman@tux.org>
12124 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
12125 W:      http://sourceforge.net/projects/tlan/
12126 S:      Maintained
12127 F:      Documentation/networking/tlan.txt
12128 F:      drivers/net/ethernet/ti/tlan.*
12130 TOMOYO SECURITY MODULE
12131 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
12132 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
12133 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
12134 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
12135 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
12136 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
12137 W:      http://tomoyo.sourceforge.jp/
12138 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12139 S:      Maintained
12140 F:      security/tomoyo/
12142 TOPSTAR LAPTOP EXTRAS DRIVER
12143 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12144 L:      platform-driver-x86@vger.kernel.org
12145 S:      Maintained
12146 F:      drivers/platform/x86/topstar-laptop.c
12148 TOSHIBA ACPI EXTRAS DRIVER
12149 M:      Azael Avalos <coproscefalo@gmail.com>
12150 L:      platform-driver-x86@vger.kernel.org
12151 S:      Maintained
12152 F:      drivers/platform/x86/toshiba_acpi.c
12154 TOSHIBA BLUETOOTH DRIVER
12155 M:      Azael Avalos <coproscefalo@gmail.com>
12156 L:      platform-driver-x86@vger.kernel.org
12157 S:      Maintained
12158 F:      drivers/platform/x86/toshiba_bluetooth.c
12160 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12161 M:      Azael Avalos <coproscefalo@gmail.com>
12162 L:      platform-driver-x86@vger.kernel.org
12163 S:      Maintained
12164 F:      drivers/platform/x86/toshiba_haps.c
12166 TOSHIBA WMI HOTKEYS DRIVER
12167 M:      Azael Avalos <coproscefalo@gmail.com>
12168 L:      platform-driver-x86@vger.kernel.org
12169 S:      Maintained
12170 F:      drivers/platform/x86/toshiba-wmi.c
12172 TOSHIBA SMM DRIVER
12173 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
12174 W:      http://www.buzzard.org.uk/toshiba/
12175 S:      Maintained
12176 F:      drivers/char/toshiba.c
12177 F:      include/linux/toshiba.h
12178 F:      include/uapi/linux/toshiba.h
12180 TOSHIBA TC358743 DRIVER
12181 M:      Mats Randgaard <matrandg@cisco.com>
12182 L:      linux-media@vger.kernel.org
12183 S:      Maintained
12184 F:      drivers/media/i2c/tc358743*
12185 F:      include/media/i2c/tc358743.h
12187 TMIO/SDHI MMC DRIVER
12188 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12189 L:      linux-mmc@vger.kernel.org
12190 S:      Supported
12191 F:      drivers/mmc/host/tmio_mmc*
12192 F:      drivers/mmc/host/sh_mobile_sdhi.c
12193 F:      include/linux/mfd/tmio.h
12195 TMP401 HARDWARE MONITOR DRIVER
12196 M:      Guenter Roeck <linux@roeck-us.net>
12197 L:      linux-hwmon@vger.kernel.org
12198 S:      Maintained
12199 F:      Documentation/hwmon/tmp401
12200 F:      drivers/hwmon/tmp401.c
12202 TMPFS (SHMEM FILESYSTEM)
12203 M:      Hugh Dickins <hughd@google.com>
12204 L:      linux-mm@kvack.org
12205 S:      Maintained
12206 F:      include/linux/shmem_fs.h
12207 F:      mm/shmem.c
12209 TM6000 VIDEO4LINUX DRIVER
12210 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12211 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12212 L:      linux-media@vger.kernel.org
12213 W:      https://linuxtv.org
12214 T:      git git://linuxtv.org/media_tree.git
12215 S:      Odd fixes
12216 F:      drivers/media/usb/tm6000/
12217 F:      Documentation/media/v4l-drivers/tm6000*
12219 TW5864 VIDEO4LINUX DRIVER
12220 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12221 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12222 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12223 L:      linux-media@vger.kernel.org
12224 S:      Supported
12225 F:      drivers/media/pci/tw5864/
12227 TW68 VIDEO4LINUX DRIVER
12228 M:      Hans Verkuil <hverkuil@xs4all.nl>
12229 L:      linux-media@vger.kernel.org
12230 T:      git git://linuxtv.org/media_tree.git
12231 W:      https://linuxtv.org
12232 S:      Odd Fixes
12233 F:      drivers/media/pci/tw68/
12235 TW686X VIDEO4LINUX DRIVER
12236 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12237 L:      linux-media@vger.kernel.org
12238 T:      git git://linuxtv.org/media_tree.git
12239 W:      http://linuxtv.org
12240 S:      Maintained
12241 F:      drivers/media/pci/tw686x/
12243 TPM DEVICE DRIVER
12244 M:      Peter Huewe <peterhuewe@gmx.de>
12245 M:      Marcel Selhorst <tpmdd@selhorst.net>
12246 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
12247 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
12248 W:      http://tpmdd.sourceforge.net
12249 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12250 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12251 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12252 S:      Maintained
12253 F:      drivers/char/tpm/
12255 TPM IBM_VTPM DEVICE DRIVER
12256 M:      Ashley Lai <ashleydlai@gmail.com>
12257 W:      http://tpmdd.sourceforge.net
12258 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
12259 S:      Maintained
12260 F:      drivers/char/tpm/tpm_ibmvtpm*
12262 TRACING
12263 M:      Steven Rostedt <rostedt@goodmis.org>
12264 M:      Ingo Molnar <mingo@redhat.com>
12265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12266 S:      Maintained
12267 F:      Documentation/trace/ftrace.txt
12268 F:      arch/*/*/*/ftrace.h
12269 F:      arch/*/kernel/ftrace.c
12270 F:      include/*/ftrace.h
12271 F:      include/linux/trace*.h
12272 F:      include/trace/
12273 F:      kernel/trace/
12274 F:      tools/testing/selftests/ftrace/
12276 TRACING MMIO ACCESSES (MMIOTRACE)
12277 M:      Steven Rostedt <rostedt@goodmis.org>
12278 M:      Ingo Molnar <mingo@kernel.org>
12279 R:      Karol Herbst <karolherbst@gmail.com>
12280 R:      Pekka Paalanen <ppaalanen@gmail.com>
12281 S:      Maintained
12282 L:      linux-kernel@vger.kernel.org
12283 L:      nouveau@lists.freedesktop.org
12284 F:      kernel/trace/trace_mmiotrace.c
12285 F:      include/linux/mmiotrace.h
12286 F:      arch/x86/mm/kmmio.c
12287 F:      arch/x86/mm/mmio-mod.c
12288 F:      arch/x86/mm/testmmiotrace.c
12290 TRIVIAL PATCHES
12291 M:      Jiri Kosina <trivial@kernel.org>
12292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12293 S:      Maintained
12294 K:      ^Subject:.*(?i)trivial
12296 TTY LAYER
12297 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12298 M:      Jiri Slaby <jslaby@suse.com>
12299 S:      Supported
12300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12301 F:      Documentation/serial/
12302 F:      drivers/tty/
12303 F:      drivers/tty/serial/serial_core.c
12304 F:      include/linux/serial_core.h
12305 F:      include/linux/serial.h
12306 F:      include/linux/tty.h
12307 F:      include/uapi/linux/serial_core.h
12308 F:      include/uapi/linux/serial.h
12309 F:      include/uapi/linux/tty.h
12311 TUA9001 MEDIA DRIVER
12312 M:      Antti Palosaari <crope@iki.fi>
12313 L:      linux-media@vger.kernel.org
12314 W:      https://linuxtv.org
12315 W:      http://palosaari.fi/linux/
12316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12317 T:      git git://linuxtv.org/anttip/media_tree.git
12318 S:      Maintained
12319 F:      drivers/media/tuners/tua9001*
12321 TULIP NETWORK DRIVERS
12322 L:      netdev@vger.kernel.org
12323 L:      linux-parisc@vger.kernel.org
12324 S:      Orphan
12325 F:      drivers/net/ethernet/dec/tulip/
12327 TUN/TAP driver
12328 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
12329 W:      http://vtun.sourceforge.net/tun
12330 S:      Maintained
12331 F:      Documentation/networking/tuntap.txt
12332 F:      arch/um/os-Linux/drivers/
12334 TURBOCHANNEL SUBSYSTEM
12335 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12336 M:      Ralf Baechle <ralf@linux-mips.org>
12337 L:      linux-mips@linux-mips.org
12338 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12339 S:      Maintained
12340 F:      drivers/tc/
12341 F:      include/linux/tc.h
12343 UBI FILE SYSTEM (UBIFS)
12344 M:      Richard Weinberger <richard@nod.at>
12345 M:      Artem Bityutskiy <dedekind1@gmail.com>
12346 M:      Adrian Hunter <adrian.hunter@intel.com>
12347 L:      linux-mtd@lists.infradead.org
12348 T:      git git://git.infradead.org/ubifs-2.6.git
12349 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12350 S:      Supported
12351 F:      Documentation/filesystems/ubifs.txt
12352 F:      fs/ubifs/
12354 UCLINUX (M68KNOMMU AND COLDFIRE)
12355 M:      Greg Ungerer <gerg@linux-m68k.org>
12356 W:      http://www.linux-m68k.org/
12357 W:      http://www.uclinux.org/
12358 L:      linux-m68k@lists.linux-m68k.org
12359 L:      uclinux-dev@uclinux.org  (subscribers-only)
12360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12361 S:      Maintained
12362 F:      arch/m68k/coldfire/
12363 F:      arch/m68k/68*/
12364 F:      arch/m68k/*/*_no.*
12365 F:      arch/m68k/include/asm/*_no.*
12367 UDF FILESYSTEM
12368 M:      Jan Kara <jack@suse.com>
12369 S:      Maintained
12370 F:      Documentation/filesystems/udf.txt
12371 F:      fs/udf/
12373 UFS FILESYSTEM
12374 M:      Evgeniy Dushistov <dushistov@mail.ru>
12375 S:      Maintained
12376 F:      Documentation/filesystems/ufs.txt
12377 F:      fs/ufs/
12379 UHID USERSPACE HID IO DRIVER:
12380 M:      David Herrmann <dh.herrmann@googlemail.com>
12381 L:      linux-input@vger.kernel.org
12382 S:      Maintained
12383 F:      drivers/hid/uhid.c
12384 F:      include/uapi/linux/uhid.h
12386 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12387 L:      linux-usb@vger.kernel.org
12388 S:      Orphan
12389 F:      drivers/uwb/
12390 F:      include/linux/uwb.h
12391 F:      include/linux/uwb/
12393 UNICORE32 ARCHITECTURE:
12394 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
12395 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12396 S:      Maintained
12397 T:      git git://github.com/gxt/linux.git
12398 F:      arch/unicore32/
12400 UNIFDEF
12401 M:      Tony Finch <dot@dotat.at>
12402 W:      http://dotat.at/prog/unifdef
12403 S:      Maintained
12404 F:      scripts/unifdef.c
12406 UNIFORM CDROM DRIVER
12407 M:      Jens Axboe <axboe@kernel.dk>
12408 W:      http://www.kernel.dk
12409 S:      Maintained
12410 F:      Documentation/cdrom/
12411 F:      drivers/cdrom/cdrom.c
12412 F:      include/linux/cdrom.h
12413 F:      include/uapi/linux/cdrom.h
12415 UNISYS S-PAR DRIVERS
12416 M:      David Kershner <david.kershner@unisys.com>
12417 L:      sparmaintainer@unisys.com (Unisys internal)
12418 S:      Supported
12419 F:      drivers/staging/unisys/
12421 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12422 M:      Vinayak Holikatti <vinholikatti@gmail.com>
12423 L:      linux-scsi@vger.kernel.org
12424 S:      Supported
12425 F:      Documentation/scsi/ufs.txt
12426 F:      drivers/scsi/ufs/
12428 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12429 M:      Joao Pinto <Joao.Pinto@synopsys.com>
12430 L:      linux-scsi@vger.kernel.org
12431 S:      Supported
12432 F:      drivers/scsi/ufs/*dwc*
12434 UNSORTED BLOCK IMAGES (UBI)
12435 M:      Artem Bityutskiy <dedekind1@gmail.com>
12436 M:      Richard Weinberger <richard@nod.at>
12437 W:      http://www.linux-mtd.infradead.org/
12438 L:      linux-mtd@lists.infradead.org
12439 T:      git git://git.infradead.org/ubifs-2.6.git
12440 S:      Supported
12441 F:      drivers/mtd/ubi/
12442 F:      include/linux/mtd/ubi.h
12443 F:      include/uapi/mtd/ubi-user.h
12445 USB ACM DRIVER
12446 M:      Oliver Neukum <oneukum@suse.com>
12447 L:      linux-usb@vger.kernel.org
12448 S:      Maintained
12449 F:      Documentation/usb/acm.txt
12450 F:      drivers/usb/class/cdc-acm.*
12452 USB AR5523 WIRELESS DRIVER
12453 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
12454 L:      linux-wireless@vger.kernel.org
12455 S:      Maintained
12456 F:      drivers/net/wireless/ath/ar5523/
12458 USB ATTACHED SCSI
12459 M:      Oliver Neukum <oneukum@suse.com>
12460 L:      linux-usb@vger.kernel.org
12461 L:      linux-scsi@vger.kernel.org
12462 S:      Maintained
12463 F:      drivers/usb/storage/uas.c
12465 USB CDC ETHERNET DRIVER
12466 M:      Oliver Neukum <oliver@neukum.org>
12467 L:      linux-usb@vger.kernel.org
12468 S:      Maintained
12469 F:      drivers/net/usb/cdc_*.c
12470 F:      include/uapi/linux/usb/cdc.h
12472 USB CHAOSKEY DRIVER
12473 M:      Keith Packard <keithp@keithp.com>
12474 L:      linux-usb@vger.kernel.org
12475 S:      Maintained
12476 F:      drivers/usb/misc/chaoskey.c
12478 USB CYPRESS C67X00 DRIVER
12479 M:      Peter Korsgaard <jacmet@sunsite.dk>
12480 L:      linux-usb@vger.kernel.org
12481 S:      Maintained
12482 F:      drivers/usb/c67x00/
12484 USB DAVICOM DM9601 DRIVER
12485 M:      Peter Korsgaard <jacmet@sunsite.dk>
12486 L:      netdev@vger.kernel.org
12487 W:      http://www.linux-usb.org/usbnet
12488 S:      Maintained
12489 F:      drivers/net/usb/dm9601.c
12491 USB DIAMOND RIO500 DRIVER
12492 M:      Cesar Miquel <miquel@df.uba.ar>
12493 L:      rio500-users@lists.sourceforge.net
12494 W:      http://rio500.sourceforge.net
12495 S:      Maintained
12496 F:      drivers/usb/misc/rio500*
12498 USB EHCI DRIVER
12499 M:      Alan Stern <stern@rowland.harvard.edu>
12500 L:      linux-usb@vger.kernel.org
12501 S:      Maintained
12502 F:      Documentation/usb/ehci.txt
12503 F:      drivers/usb/host/ehci*
12505 USB GADGET/PERIPHERAL SUBSYSTEM
12506 M:      Felipe Balbi <balbi@kernel.org>
12507 L:      linux-usb@vger.kernel.org
12508 W:      http://www.linux-usb.org/gadget
12509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12510 S:      Maintained
12511 F:      drivers/usb/gadget/
12512 F:      include/linux/usb/gadget*
12514 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
12515 M:      Jiri Kosina <jikos@kernel.org>
12516 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
12517 L:      linux-usb@vger.kernel.org
12518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
12519 S:      Maintained
12520 F:      Documentation/hid/hiddev.txt
12521 F:      drivers/hid/usbhid/
12523 USB ISP116X DRIVER
12524 M:      Olav Kongas <ok@artecdesign.ee>
12525 L:      linux-usb@vger.kernel.org
12526 S:      Maintained
12527 F:      drivers/usb/host/isp116x*
12528 F:      include/linux/usb/isp116x.h
12530 USB LAN78XX ETHERNET DRIVER
12531 M:      Woojung Huh <woojung.huh@microchip.com>
12532 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12533 L:      netdev@vger.kernel.org
12534 S:      Maintained
12535 F:      drivers/net/usb/lan78xx.*
12537 USB MASS STORAGE DRIVER
12538 M:      Alan Stern <stern@rowland.harvard.edu>
12539 L:      linux-usb@vger.kernel.org
12540 L:      usb-storage@lists.one-eyed-alien.net
12541 S:      Maintained
12542 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
12543 F:      drivers/usb/storage/
12545 USB MIDI DRIVER
12546 M:      Clemens Ladisch <clemens@ladisch.de>
12547 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12548 T:      git git://git.alsa-project.org/alsa-kernel.git
12549 S:      Maintained
12550 F:      sound/usb/midi.*
12552 USB NETWORKING DRIVERS
12553 L:      linux-usb@vger.kernel.org
12554 S:      Odd Fixes
12555 F:      drivers/net/usb/
12557 USB OHCI DRIVER
12558 M:      Alan Stern <stern@rowland.harvard.edu>
12559 L:      linux-usb@vger.kernel.org
12560 S:      Maintained
12561 F:      Documentation/usb/ohci.txt
12562 F:      drivers/usb/host/ohci*
12564 USB OTG FSM (Finite State Machine)
12565 M:      Peter Chen <Peter.Chen@nxp.com>
12566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
12567 L:      linux-usb@vger.kernel.org
12568 S:      Maintained
12569 F:      drivers/usb/common/usb-otg-fsm.c
12571 USB OVER IP DRIVER
12572 M:      Valentina Manea <valentina.manea.m@gmail.com>
12573 M:      Shuah Khan <shuahkh@osg.samsung.com>
12574 M:      Shuah Khan <shuah@kernel.org>
12575 L:      linux-usb@vger.kernel.org
12576 S:      Maintained
12577 F:      Documentation/usb/usbip_protocol.txt
12578 F:      drivers/usb/usbip/
12579 F:      tools/usb/usbip/
12581 USB PEGASUS DRIVER
12582 M:      Petko Manolov <petkan@nucleusys.com>
12583 L:      linux-usb@vger.kernel.org
12584 L:      netdev@vger.kernel.org
12585 T:      git git://github.com/petkan/pegasus.git
12586 W:      https://github.com/petkan/pegasus
12587 S:      Maintained
12588 F:      drivers/net/usb/pegasus.*
12590 USB PHY LAYER
12591 M:      Felipe Balbi <balbi@kernel.org>
12592 L:      linux-usb@vger.kernel.org
12593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
12594 S:      Maintained
12595 F:      drivers/usb/phy/
12597 USB PRINTER DRIVER (usblp)
12598 M:      Pete Zaitcev <zaitcev@redhat.com>
12599 L:      linux-usb@vger.kernel.org
12600 S:      Supported
12601 F:      drivers/usb/class/usblp.c
12603 USB QMI WWAN NETWORK DRIVER
12604 M:      Bjørn Mork <bjorn@mork.no>
12605 L:      netdev@vger.kernel.org
12606 S:      Maintained
12607 F:      Documentation/ABI/testing/sysfs-class-net-qmi
12608 F:      drivers/net/usb/qmi_wwan.c
12610 USB RTL8150 DRIVER
12611 M:      Petko Manolov <petkan@nucleusys.com>
12612 L:      linux-usb@vger.kernel.org
12613 L:      netdev@vger.kernel.org
12614 T:      git git://github.com/petkan/rtl8150.git
12615 W:      https://github.com/petkan/rtl8150
12616 S:      Maintained
12617 F:      drivers/net/usb/rtl8150.c
12619 USB SERIAL SUBSYSTEM
12620 M:      Johan Hovold <johan@kernel.org>
12621 L:      linux-usb@vger.kernel.org
12622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
12623 S:      Maintained
12624 F:      Documentation/usb/usb-serial.txt
12625 F:      drivers/usb/serial/
12626 F:      include/linux/usb/serial.h
12628 USB SMSC75XX ETHERNET DRIVER
12629 M:      Steve Glendinning <steve.glendinning@shawell.net>
12630 L:      netdev@vger.kernel.org
12631 S:      Maintained
12632 F:      drivers/net/usb/smsc75xx.*
12634 USB SMSC95XX ETHERNET DRIVER
12635 M:      Steve Glendinning <steve.glendinning@shawell.net>
12636 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12637 L:      netdev@vger.kernel.org
12638 S:      Maintained
12639 F:      drivers/net/usb/smsc95xx.*
12641 USB SUBSYSTEM
12642 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12643 L:      linux-usb@vger.kernel.org
12644 W:      http://www.linux-usb.org
12645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12646 S:      Supported
12647 F:      Documentation/devicetree/bindings/usb/
12648 F:      Documentation/usb/
12649 F:      drivers/usb/
12650 F:      include/linux/usb.h
12651 F:      include/linux/usb/
12653 USB UHCI DRIVER
12654 M:      Alan Stern <stern@rowland.harvard.edu>
12655 L:      linux-usb@vger.kernel.org
12656 S:      Maintained
12657 F:      drivers/usb/host/uhci*
12659 USB "USBNET" DRIVER FRAMEWORK
12660 M:      Oliver Neukum <oneukum@suse.com>
12661 L:      netdev@vger.kernel.org
12662 W:      http://www.linux-usb.org/usbnet
12663 S:      Maintained
12664 F:      drivers/net/usb/usbnet.c
12665 F:      include/linux/usb/usbnet.h
12667 USB VIDEO CLASS
12668 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12669 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12670 L:      linux-media@vger.kernel.org
12671 T:      git git://linuxtv.org/media_tree.git
12672 W:      http://www.ideasonboard.org/uvc/
12673 S:      Maintained
12674 F:      drivers/media/usb/uvc/
12675 F:      include/uapi/linux/uvcvideo.h
12677 USB VISION DRIVER
12678 M:      Hans Verkuil <hverkuil@xs4all.nl>
12679 L:      linux-media@vger.kernel.org
12680 T:      git git://linuxtv.org/media_tree.git
12681 W:      https://linuxtv.org
12682 S:      Odd Fixes
12683 F:      drivers/media/usb/usbvision/
12685 USB WEBCAM GADGET
12686 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12687 L:      linux-usb@vger.kernel.org
12688 S:      Maintained
12689 F:      drivers/usb/gadget/function/*uvc*
12690 F:      drivers/usb/gadget/legacy/webcam.c
12692 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12693 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12694 L:      linux-wireless@vger.kernel.org
12695 S:      Maintained
12696 F:      drivers/net/wireless/rndis_wlan.c
12698 USB XHCI DRIVER
12699 M:      Mathias Nyman <mathias.nyman@intel.com>
12700 L:      linux-usb@vger.kernel.org
12701 S:      Supported
12702 F:      drivers/usb/host/xhci*
12703 F:      drivers/usb/host/pci-quirks*
12705 USB ZD1201 DRIVER
12706 L:      linux-wireless@vger.kernel.org
12707 W:      http://linux-lc100020.sourceforge.net
12708 S:      Orphan
12709 F:      drivers/net/wireless/zydas/zd1201.*
12711 USB ZR364XX DRIVER
12712 M:      Antoine Jacquet <royale@zerezo.com>
12713 L:      linux-usb@vger.kernel.org
12714 L:      linux-media@vger.kernel.org
12715 T:      git git://linuxtv.org/media_tree.git
12716 W:      http://royale.zerezo.com/zr364xx/
12717 S:      Maintained
12718 F:      Documentation/media/v4l-drivers/zr364xx*
12719 F:      drivers/media/usb/zr364xx/
12721 ULPI BUS
12722 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12723 L:      linux-usb@vger.kernel.org
12724 S:      Maintained
12725 F:      drivers/usb/common/ulpi.c
12726 F:      include/linux/ulpi/
12728 USER-MODE LINUX (UML)
12729 M:      Jeff Dike <jdike@addtoit.com>
12730 M:      Richard Weinberger <richard@nod.at>
12731 L:      user-mode-linux-devel@lists.sourceforge.net
12732 L:      user-mode-linux-user@lists.sourceforge.net
12733 W:      http://user-mode-linux.sourceforge.net
12734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12735 S:      Maintained
12736 F:      Documentation/virtual/uml/
12737 F:      arch/um/
12738 F:      arch/x86/um/
12739 F:      fs/hostfs/
12740 F:      fs/hppfs/
12742 USERSPACE I/O (UIO)
12743 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12744 S:      Maintained
12745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12746 F:      Documentation/DocBook/uio-howto.tmpl
12747 F:      drivers/uio/
12748 F:      include/linux/uio*.h
12750 UTIL-LINUX PACKAGE
12751 M:      Karel Zak <kzak@redhat.com>
12752 L:      util-linux@vger.kernel.org
12753 W:      http://en.wikipedia.org/wiki/Util-linux
12754 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12755 S:      Maintained
12757 UVESAFB DRIVER
12758 M:      Michal Januszewski <spock@gentoo.org>
12759 L:      linux-fbdev@vger.kernel.org
12760 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12761 S:      Maintained
12762 F:      Documentation/fb/uvesafb.txt
12763 F:      drivers/video/fbdev/uvesafb.*
12765 VF610 NAND DRIVER
12766 M:      Stefan Agner <stefan@agner.ch>
12767 L:      linux-mtd@lists.infradead.org
12768 S:      Supported
12769 F:      drivers/mtd/nand/vf610_nfc.c
12771 VFAT/FAT/MSDOS FILESYSTEM
12772 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12773 S:      Maintained
12774 F:      Documentation/filesystems/vfat.txt
12775 F:      fs/fat/
12777 VFIO DRIVER
12778 M:      Alex Williamson <alex.williamson@redhat.com>
12779 L:      kvm@vger.kernel.org
12780 T:      git git://github.com/awilliam/linux-vfio.git
12781 S:      Maintained
12782 F:      Documentation/vfio.txt
12783 F:      drivers/vfio/
12784 F:      include/linux/vfio.h
12785 F:      include/uapi/linux/vfio.h
12787 VFIO PLATFORM DRIVER
12788 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12789 L:      kvm@vger.kernel.org
12790 S:      Maintained
12791 F:      drivers/vfio/platform/
12793 VIDEOBUF2 FRAMEWORK
12794 M:      Pawel Osciak <pawel@osciak.com>
12795 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12796 M:      Kyungmin Park <kyungmin.park@samsung.com>
12797 L:      linux-media@vger.kernel.org
12798 S:      Maintained
12799 F:      drivers/media/v4l2-core/videobuf2-*
12800 F:      include/media/videobuf2-*
12802 VIRTIO AND VHOST VSOCK DRIVER
12803 M:      Stefan Hajnoczi <stefanha@redhat.com>
12804 L:      kvm@vger.kernel.org
12805 L:      virtualization@lists.linux-foundation.org
12806 L:      netdev@vger.kernel.org
12807 S:      Maintained
12808 F:      include/linux/virtio_vsock.h
12809 F:      include/uapi/linux/virtio_vsock.h
12810 F:      net/vmw_vsock/virtio_transport_common.c
12811 F:      net/vmw_vsock/virtio_transport.c
12812 F:      drivers/vhost/vsock.c
12813 F:      drivers/vhost/vsock.h
12815 VIRTUAL SERIO DEVICE DRIVER
12816 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12817 S:      Maintained
12818 F:      drivers/input/serio/userio.c
12819 F:      include/uapi/linux/userio.h
12821 VIRTIO CONSOLE DRIVER
12822 M:      Amit Shah <amit.shah@redhat.com>
12823 L:      virtualization@lists.linux-foundation.org
12824 S:      Maintained
12825 F:      drivers/char/virtio_console.c
12826 F:      include/linux/virtio_console.h
12827 F:      include/uapi/linux/virtio_console.h
12829 VIRTIO CORE, NET AND BLOCK DRIVERS
12830 M:      "Michael S. Tsirkin" <mst@redhat.com>
12831 M:      Jason Wang <jasowang@redhat.com>
12832 L:      virtualization@lists.linux-foundation.org
12833 S:      Maintained
12834 F:      Documentation/devicetree/bindings/virtio/
12835 F:      drivers/virtio/
12836 F:      tools/virtio/
12837 F:      drivers/net/virtio_net.c
12838 F:      drivers/block/virtio_blk.c
12839 F:      include/linux/virtio_*.h
12840 F:      include/uapi/linux/virtio_*.h
12842 VIRTIO DRIVERS FOR S390
12843 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12844 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12845 L:      linux-s390@vger.kernel.org
12846 L:      virtualization@lists.linux-foundation.org
12847 L:      kvm@vger.kernel.org
12848 S:      Supported
12849 F:      drivers/s390/virtio/
12851 VIRTIO GPU DRIVER
12852 M:      David Airlie <airlied@linux.ie>
12853 M:      Gerd Hoffmann <kraxel@redhat.com>
12854 L:      dri-devel@lists.freedesktop.org
12855 L:      virtualization@lists.linux-foundation.org
12856 S:      Maintained
12857 F:      drivers/gpu/drm/virtio/
12858 F:      include/uapi/linux/virtio_gpu.h
12860 VIRTIO HOST (VHOST)
12861 M:      "Michael S. Tsirkin" <mst@redhat.com>
12862 M:      Jason Wang <jasowang@redhat.com>
12863 L:      kvm@vger.kernel.org
12864 L:      virtualization@lists.linux-foundation.org
12865 L:      netdev@vger.kernel.org
12866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12867 S:      Maintained
12868 F:      drivers/vhost/
12869 F:      include/uapi/linux/vhost.h
12871 VIRTIO INPUT DRIVER
12872 M:      Gerd Hoffmann <kraxel@redhat.com>
12873 S:      Maintained
12874 F:      drivers/virtio/virtio_input.c
12875 F:      include/uapi/linux/virtio_input.h
12877 VIA RHINE NETWORK DRIVER
12878 S:      Orphan
12879 F:      drivers/net/ethernet/via/via-rhine.c
12881 VIA SD/MMC CARD CONTROLLER DRIVER
12882 M:      Bruce Chang <brucechang@via.com.tw>
12883 M:      Harald Welte <HaraldWelte@viatech.com>
12884 S:      Maintained
12885 F:      drivers/mmc/host/via-sdmmc.c
12887 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12888 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12889 L:      linux-fbdev@vger.kernel.org
12890 S:      Maintained
12891 F:      include/linux/via-core.h
12892 F:      include/linux/via-gpio.h
12893 F:      include/linux/via_i2c.h
12894 F:      drivers/video/fbdev/via/
12896 VIA VELOCITY NETWORK DRIVER
12897 M:      Francois Romieu <romieu@fr.zoreil.com>
12898 L:      netdev@vger.kernel.org
12899 S:      Maintained
12900 F:      drivers/net/ethernet/via/via-velocity.*
12902 VIRT LIB
12903 M:      Alex Williamson <alex.williamson@redhat.com>
12904 M:      Paolo Bonzini <pbonzini@redhat.com>
12905 L:      kvm@vger.kernel.org
12906 S:      Supported
12907 F:      virt/lib/
12909 VIVID VIRTUAL VIDEO DRIVER
12910 M:      Hans Verkuil <hverkuil@xs4all.nl>
12911 L:      linux-media@vger.kernel.org
12912 T:      git git://linuxtv.org/media_tree.git
12913 W:      https://linuxtv.org
12914 S:      Maintained
12915 F:      drivers/media/platform/vivid/*
12917 VLAN (802.1Q)
12918 M:      Patrick McHardy <kaber@trash.net>
12919 L:      netdev@vger.kernel.org
12920 S:      Maintained
12921 F:      drivers/net/macvlan.c
12922 F:      include/linux/if_*vlan.h
12923 F:      net/8021q/
12925 VLYNQ BUS
12926 M:      Florian Fainelli <f.fainelli@gmail.com>
12927 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12928 S:      Maintained
12929 F:      drivers/vlynq/vlynq.c
12930 F:      include/linux/vlynq.h
12932 VME SUBSYSTEM
12933 M:      Martyn Welch <martyn@welchs.me.uk>
12934 M:      Manohar Vanga <manohar.vanga@gmail.com>
12935 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12936 L:      devel@driverdev.osuosl.org
12937 S:      Maintained
12938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12939 F:      Documentation/vme_api.txt
12940 F:      drivers/staging/vme/
12941 F:      drivers/vme/
12942 F:      include/linux/vme*
12944 VMWARE HYPERVISOR INTERFACE
12945 M:      Alok Kataria <akataria@vmware.com>
12946 L:      virtualization@lists.linux-foundation.org
12947 S:      Supported
12948 F:      arch/x86/kernel/cpu/vmware.c
12950 VMWARE BALLOON DRIVER
12951 M:      Xavier Deguillard <xdeguillard@vmware.com>
12952 M:      Philip Moltmann <moltmann@vmware.com>
12953 M:      "VMware, Inc." <pv-drivers@vmware.com>
12954 L:      linux-kernel@vger.kernel.org
12955 S:      Maintained
12956 F:      drivers/misc/vmw_balloon.c
12958 VMWARE VMMOUSE SUBDRIVER
12959 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12960 M:      "VMware, Inc." <pv-drivers@vmware.com>
12961 L:      linux-input@vger.kernel.org
12962 S:      Maintained
12963 F:      drivers/input/mouse/vmmouse.c
12964 F:      drivers/input/mouse/vmmouse.h
12966 VMWARE VMXNET3 ETHERNET DRIVER
12967 M:      Shrikrishna Khare <skhare@vmware.com>
12968 M:      "VMware, Inc." <pv-drivers@vmware.com>
12969 L:      netdev@vger.kernel.org
12970 S:      Maintained
12971 F:      drivers/net/vmxnet3/
12973 VMware PVSCSI driver
12974 M:      Jim Gill <jgill@vmware.com>
12975 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12976 L:      linux-scsi@vger.kernel.org
12977 S:      Maintained
12978 F:      drivers/scsi/vmw_pvscsi.c
12979 F:      drivers/scsi/vmw_pvscsi.h
12981 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12982 M:      Liam Girdwood <lgirdwood@gmail.com>
12983 M:      Mark Brown <broonie@kernel.org>
12984 L:      linux-kernel@vger.kernel.org
12985 W:      http://www.slimlogic.co.uk/?p=48
12986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12987 S:      Supported
12988 F:      Documentation/devicetree/bindings/regulator/
12989 F:      drivers/regulator/
12990 F:      include/dt-bindings/regulator/
12991 F:      include/linux/regulator/
12994 M:      David Ahern <dsa@cumulusnetworks.com>
12995 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12996 L:      netdev@vger.kernel.org
12997 S:      Maintained
12998 F:      drivers/net/vrf.c
12999 F:      Documentation/networking/vrf.txt
13001 VT1211 HARDWARE MONITOR DRIVER
13002 M:      Juerg Haefliger <juergh@gmail.com>
13003 L:      linux-hwmon@vger.kernel.org
13004 S:      Maintained
13005 F:      Documentation/hwmon/vt1211
13006 F:      drivers/hwmon/vt1211.c
13008 VT8231 HARDWARE MONITOR DRIVER
13009 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
13010 L:      linux-hwmon@vger.kernel.org
13011 S:      Maintained
13012 F:      drivers/hwmon/vt8231.c
13014 VUB300 USB to SDIO/SD/MMC bridge chip
13015 M:      Tony Olech <tony.olech@elandigitalsystems.com>
13016 L:      linux-mmc@vger.kernel.org
13017 L:      linux-usb@vger.kernel.org
13018 S:      Supported
13019 F:      drivers/mmc/host/vub300.c
13021 W1 DALLAS'S 1-WIRE BUS
13022 M:      Evgeniy Polyakov <zbr@ioremap.net>
13023 S:      Maintained
13024 F:      Documentation/w1/
13025 F:      drivers/w1/
13027 W83791D HARDWARE MONITORING DRIVER
13028 M:      Marc Hulsman <m.hulsman@tudelft.nl>
13029 L:      linux-hwmon@vger.kernel.org
13030 S:      Maintained
13031 F:      Documentation/hwmon/w83791d
13032 F:      drivers/hwmon/w83791d.c
13034 W83793 HARDWARE MONITORING DRIVER
13035 M:      Rudolf Marek <r.marek@assembler.cz>
13036 L:      linux-hwmon@vger.kernel.org
13037 S:      Maintained
13038 F:      Documentation/hwmon/w83793
13039 F:      drivers/hwmon/w83793.c
13041 W83795 HARDWARE MONITORING DRIVER
13042 M:      Jean Delvare <jdelvare@suse.com>
13043 L:      linux-hwmon@vger.kernel.org
13044 S:      Maintained
13045 F:      drivers/hwmon/w83795.c
13047 W83L51xD SD/MMC CARD INTERFACE DRIVER
13048 M:      Pierre Ossman <pierre@ossman.eu>
13049 S:      Maintained
13050 F:      drivers/mmc/host/wbsd.*
13052 WACOM PROTOCOL 4 SERIAL TABLETS
13053 M:      Julian Squires <julian@cipht.net>
13054 M:      Hans de Goede <hdegoede@redhat.com>
13055 L:      linux-input@vger.kernel.org
13056 S:      Maintained
13057 F:      drivers/input/tablet/wacom_serial4.c
13059 WATCHDOG DEVICE DRIVERS
13060 M:      Wim Van Sebroeck <wim@iguana.be>
13061 R:      Guenter Roeck <linux@roeck-us.net>
13062 L:      linux-watchdog@vger.kernel.org
13063 W:      http://www.linux-watchdog.org/
13064 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13065 S:      Maintained
13066 F:      Documentation/devicetree/bindings/watchdog/
13067 F:      Documentation/watchdog/
13068 F:      drivers/watchdog/
13069 F:      include/linux/watchdog.h
13070 F:      include/uapi/linux/watchdog.h
13072 WIIMOTE HID DRIVER
13073 M:      David Herrmann <dh.herrmann@googlemail.com>
13074 L:      linux-input@vger.kernel.org
13075 S:      Maintained
13076 F:      drivers/hid/hid-wiimote*
13078 WINBOND CIR DRIVER
13079 M:      David Härdeman <david@hardeman.nu>
13080 S:      Maintained
13081 F:      drivers/media/rc/winbond-cir.c
13083 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13084 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13085 L:      linux-watchdog@vger.kernel.org
13086 S:      Maintained
13087 F:      drivers/watchdog/ebc-c384_wdt.c
13089 WINSYSTEMS WS16C48 GPIO DRIVER
13090 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
13091 L:      linux-gpio@vger.kernel.org
13092 S:      Maintained
13093 F:      drivers/gpio/gpio-ws16c48.c
13095 WIMAX STACK
13096 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
13097 M:      linux-wimax@intel.com
13098 L:      wimax@linuxwimax.org (subscribers-only)
13099 S:      Supported
13100 W:      http://linuxwimax.org
13101 F:      Documentation/wimax/README.wimax
13102 F:      include/linux/wimax/debug.h
13103 F:      include/net/wimax.h
13104 F:      include/uapi/linux/wimax.h
13105 F:      net/wimax/
13107 WISTRON LAPTOP BUTTON DRIVER
13108 M:      Miloslav Trmac <mitr@volny.cz>
13109 S:      Maintained
13110 F:      drivers/input/misc/wistron_btns.c
13112 WL3501 WIRELESS PCMCIA CARD DRIVER
13113 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
13114 L:      linux-wireless@vger.kernel.org
13115 W:      http://oops.ghostprotocols.net:81/blog
13116 S:      Maintained
13117 F:      drivers/net/wireless/wl3501*
13119 WOLFSON MICROELECTRONICS DRIVERS
13120 L:      patches@opensource.wolfsonmicro.com
13121 T:      git https://github.com/CirrusLogic/linux-drivers.git
13122 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13123 S:      Supported
13124 F:      Documentation/hwmon/wm83??
13125 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13126 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13127 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13128 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13129 F:      drivers/clk/clk-wm83*.c
13130 F:      drivers/extcon/extcon-arizona.c
13131 F:      drivers/leds/leds-wm83*.c
13132 F:      drivers/gpio/gpio-*wm*.c
13133 F:      drivers/gpio/gpio-arizona.c
13134 F:      drivers/hwmon/wm83??-hwmon.c
13135 F:      drivers/input/misc/wm831x-on.c
13136 F:      drivers/input/touchscreen/wm831x-ts.c
13137 F:      drivers/input/touchscreen/wm97*.c
13138 F:      drivers/mfd/arizona*
13139 F:      drivers/mfd/wm*.c
13140 F:      drivers/mfd/cs47l24*
13141 F:      drivers/power/supply/wm83*.c
13142 F:      drivers/rtc/rtc-wm83*.c
13143 F:      drivers/regulator/wm8*.c
13144 F:      drivers/video/backlight/wm83*_bl.c
13145 F:      drivers/watchdog/wm83*_wdt.c
13146 F:      include/linux/mfd/arizona/
13147 F:      include/linux/mfd/wm831x/
13148 F:      include/linux/mfd/wm8350/
13149 F:      include/linux/mfd/wm8400*
13150 F:      include/linux/wm97xx.h
13151 F:      include/sound/wm????.h
13152 F:      sound/soc/codecs/arizona.?
13153 F:      sound/soc/codecs/wm*
13154 F:      sound/soc/codecs/cs47l24*
13156 WORKQUEUE
13157 M:      Tejun Heo <tj@kernel.org>
13158 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13160 S:      Maintained
13161 F:      include/linux/workqueue.h
13162 F:      kernel/workqueue.c
13163 F:      Documentation/workqueue.txt
13165 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13166 M:      Chen-Yu Tsai <wens@csie.org>
13167 L:      linux-kernel@vger.kernel.org
13168 S:      Maintained
13169 N:      axp[128]
13171 X.25 NETWORK LAYER
13172 M:      Andrew Hendry <andrew.hendry@gmail.com>
13173 L:      linux-x25@vger.kernel.org
13174 S:      Odd Fixes
13175 F:      Documentation/networking/x25*
13176 F:      include/net/x25*
13177 F:      net/x25/
13179 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13180 M:      Thomas Gleixner <tglx@linutronix.de>
13181 M:      Ingo Molnar <mingo@redhat.com>
13182 M:      "H. Peter Anvin" <hpa@zytor.com>
13183 M:      x86@kernel.org
13184 L:      linux-kernel@vger.kernel.org
13185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13186 S:      Maintained
13187 F:      Documentation/x86/
13188 F:      arch/x86/
13190 X86 PLATFORM DRIVERS
13191 M:      Darren Hart <dvhart@infradead.org>
13192 L:      platform-driver-x86@vger.kernel.org
13193 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13194 S:      Maintained
13195 F:      drivers/platform/x86/
13196 F:      drivers/platform/olpc/
13198 X86 MCE INFRASTRUCTURE
13199 M:      Tony Luck <tony.luck@intel.com>
13200 M:      Borislav Petkov <bp@alien8.de>
13201 L:      linux-edac@vger.kernel.org
13202 S:      Maintained
13203 F:      arch/x86/kernel/cpu/mcheck/*
13205 X86 MICROCODE UPDATE SUPPORT
13206 M:      Borislav Petkov <bp@alien8.de>
13207 S:      Maintained
13208 F:      arch/x86/kernel/cpu/microcode/*
13210 X86 VDSO
13211 M:      Andy Lutomirski <luto@amacapital.net>
13212 L:      linux-kernel@vger.kernel.org
13213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13214 S:      Maintained
13215 F:      arch/x86/entry/vdso/
13217 XC2028/3028 TUNER DRIVER
13218 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13219 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13220 L:      linux-media@vger.kernel.org
13221 W:      https://linuxtv.org
13222 T:      git git://linuxtv.org/media_tree.git
13223 S:      Maintained
13224 F:      drivers/media/tuners/tuner-xc2028.*
13226 XEN HYPERVISOR INTERFACE
13227 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
13228 M:      David Vrabel <david.vrabel@citrix.com>
13229 M:      Juergen Gross <jgross@suse.com>
13230 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13232 S:      Supported
13233 F:      arch/x86/xen/
13234 F:      drivers/*/xen-*front.c
13235 F:      drivers/xen/
13236 F:      arch/x86/include/asm/xen/
13237 F:      include/xen/
13238 F:      include/uapi/xen/
13240 XEN HYPERVISOR ARM
13241 M:      Stefano Stabellini <sstabellini@kernel.org>
13242 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13243 S:      Maintained
13244 F:      arch/arm/xen/
13245 F:      arch/arm/include/asm/xen/
13247 XEN HYPERVISOR ARM64
13248 M:      Stefano Stabellini <sstabellini@kernel.org>
13249 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13250 S:      Maintained
13251 F:      arch/arm64/xen/
13252 F:      arch/arm64/include/asm/xen/
13254 XEN NETWORK BACKEND DRIVER
13255 M:      Wei Liu <wei.liu2@citrix.com>
13256 M:      Paul Durrant <paul.durrant@citrix.com>
13257 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13258 L:      netdev@vger.kernel.org
13259 S:      Supported
13260 F:      drivers/net/xen-netback/*
13262 XEN PCI SUBSYSTEM
13263 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13264 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13265 S:      Supported
13266 F:      arch/x86/pci/*xen*
13267 F:      drivers/pci/*xen*
13269 XEN BLOCK SUBSYSTEM
13270 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13271 M:      Roger Pau Monné <roger.pau@citrix.com>
13272 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13273 S:      Supported
13274 F:      drivers/block/xen-blkback/*
13275 F:      drivers/block/xen*
13277 XEN PVSCSI DRIVERS
13278 M:      Juergen Gross <jgross@suse.com>
13279 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13280 L:      linux-scsi@vger.kernel.org
13281 S:      Supported
13282 F:      drivers/scsi/xen-scsifront.c
13283 F:      drivers/xen/xen-scsiback.c
13284 F:      include/xen/interface/io/vscsiif.h
13286 XEN SWIOTLB SUBSYSTEM
13287 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13288 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
13289 S:      Supported
13290 F:      arch/x86/xen/*swiotlb*
13291 F:      drivers/xen/*swiotlb*
13293 XFS FILESYSTEM
13294 M:      Dave Chinner <david@fromorbit.com>
13295 M:      linux-xfs@vger.kernel.org
13296 L:      linux-xfs@vger.kernel.org
13297 W:      http://xfs.org/
13298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
13299 S:      Supported
13300 F:      Documentation/filesystems/xfs.txt
13301 F:      fs/xfs/
13303 XILINX AXI ETHERNET DRIVER
13304 M:      Anirudha Sarangi <anirudh@xilinx.com>
13305 M:      John Linn <John.Linn@xilinx.com>
13306 S:      Maintained
13307 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13309 XILINX UARTLITE SERIAL DRIVER
13310 M:      Peter Korsgaard <jacmet@sunsite.dk>
13311 L:      linux-serial@vger.kernel.org
13312 S:      Maintained
13313 F:      drivers/tty/serial/uartlite.c
13315 XILINX VIDEO IP CORES
13316 M:      Hyun Kwon <hyun.kwon@xilinx.com>
13317 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13318 L:      linux-media@vger.kernel.org
13319 T:      git git://linuxtv.org/media_tree.git
13320 S:      Supported
13321 F:      Documentation/devicetree/bindings/media/xilinx/
13322 F:      drivers/media/platform/xilinx/
13323 F:      include/uapi/linux/xilinx-v4l2-controls.h
13325 XILLYBUS DRIVER
13326 M:      Eli Billauer <eli.billauer@gmail.com>
13327 L:      linux-kernel@vger.kernel.org
13328 S:      Supported
13329 F:      drivers/char/xillybus/
13331 XTENSA XTFPGA PLATFORM SUPPORT
13332 M:      Max Filippov <jcmvbkbc@gmail.com>
13333 L:      linux-xtensa@linux-xtensa.org
13334 S:      Maintained
13335 F:      drivers/spi/spi-xtensa-xtfpga.c
13336 F:      sound/soc/xtensa/xtfpga-i2s.c
13338 YAM DRIVER FOR AX.25
13339 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
13340 L:      linux-hams@vger.kernel.org
13341 S:      Maintained
13342 F:      drivers/net/hamradio/yam*
13343 F:      include/linux/yam.h
13345 YEALINK PHONE DRIVER
13346 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
13347 L:      usbb2k-api-dev@nongnu.org
13348 S:      Maintained
13349 F:      Documentation/input/yealink.txt
13350 F:      drivers/input/misc/yealink.*
13352 Z8530 DRIVER FOR AX.25
13353 M:      Joerg Reuter <jreuter@yaina.de>
13354 W:      http://yaina.de/jreuter/
13355 W:      http://www.qsl.net/dl1bke/
13356 L:      linux-hams@vger.kernel.org
13357 S:      Maintained
13358 F:      Documentation/networking/z8530drv.txt
13359 F:      drivers/net/hamradio/*scc.c
13360 F:      drivers/net/hamradio/z8530.h
13362 ZBUD COMPRESSED PAGE ALLOCATOR
13363 M:      Seth Jennings <sjenning@redhat.com>
13364 L:      linux-mm@kvack.org
13365 S:      Maintained
13366 F:      mm/zbud.c
13367 F:      include/linux/zbud.h
13369 ZD1211RW WIRELESS DRIVER
13370 M:      Daniel Drake <dsd@gentoo.org>
13371 M:      Ulrich Kunitz <kune@deine-taler.de>
13372 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13373 L:      linux-wireless@vger.kernel.org
13374 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
13375 S:      Maintained
13376 F:      drivers/net/wireless/zydas/zd1211rw/
13378 ZPOOL COMPRESSED PAGE STORAGE API
13379 M:      Dan Streetman <ddstreet@ieee.org>
13380 L:      linux-mm@kvack.org
13381 S:      Maintained
13382 F:      mm/zpool.c
13383 F:      include/linux/zpool.h
13385 ZR36067 VIDEO FOR LINUX DRIVER
13386 L:      mjpeg-users@lists.sourceforge.net
13387 L:      linux-media@vger.kernel.org
13388 W:      http://mjpeg.sourceforge.net/driver-zoran/
13389 T:      hg https://linuxtv.org/hg/v4l-dvb
13390 S:      Odd Fixes
13391 F:      drivers/media/pci/zoran/
13393 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13394 M:      Minchan Kim <minchan@kernel.org>
13395 M:      Nitin Gupta <ngupta@vflare.org>
13396 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13397 L:      linux-kernel@vger.kernel.org
13398 S:      Maintained
13399 F:      drivers/block/zram/
13400 F:      Documentation/blockdev/zram.txt
13402 ZS DECSTATION Z85C30 SERIAL DRIVER
13403 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13404 S:      Maintained
13405 F:      drivers/tty/serial/zs.*
13407 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
13408 M:      Minchan Kim <minchan@kernel.org>
13409 M:      Nitin Gupta <ngupta@vflare.org>
13410 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
13411 L:      linux-mm@kvack.org
13412 S:      Maintained
13413 F:      mm/zsmalloc.c
13414 F:      include/linux/zsmalloc.h
13415 F:      Documentation/vm/zsmalloc.txt
13417 ZSWAP COMPRESSED SWAP CACHING
13418 M:      Seth Jennings <sjenning@redhat.com>
13419 L:      linux-mm@kvack.org
13420 S:      Maintained
13421 F:      mm/zswap.c
13423 THE REST
13424 M:      Linus Torvalds <torvalds@linux-foundation.org>
13425 L:      linux-kernel@vger.kernel.org
13426 Q:      http://patchwork.kernel.org/project/LKML/list/
13427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
13428 S:      Buried alive in reporters
13429 F:      *
13430 F:      */