Merge branch 'xgene-fix-mod-crash-and-1g-hotplug'
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
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.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
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.)
19
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.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
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.
35
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.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the 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.
58
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.
62
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.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
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.
118
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]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
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
133
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*
139
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-*
146
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*
152
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
162
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
168
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
174
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
182
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/
187
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
203
204
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*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.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/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      include/linux/syscalls.h
226 F:      kernel/sys_ni.c
227
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
233
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
239
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
245
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
251
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
257
258 ACENIC DRIVER
259 M:      Jes Sorensen <jes@trained-monkey.org>
260 L:      linux-acenic@sunsite.dk
261 S:      Maintained
262 F:      drivers/net/ethernet/alteon/acenic*
263
264 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
265 M:      Peter Feuerer <peter@piie.net>
266 L:      platform-driver-x86@vger.kernel.org
267 W:      http://piie.net/?section=acerhdf
268 S:      Maintained
269 F:      drivers/platform/x86/acerhdf.c
270
271 ACER WMI LAPTOP EXTRAS
272 M:      "Lee, Chun-Yi" <jlee@suse.com>
273 L:      platform-driver-x86@vger.kernel.org
274 S:      Maintained
275 F:      drivers/platform/x86/acer-wmi.c
276
277 ACPI
278 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
279 M:      Len Brown <lenb@kernel.org>
280 L:      linux-acpi@vger.kernel.org
281 W:      https://01.org/linux-acpi
282 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
284 S:      Supported
285 F:      drivers/acpi/
286 F:      drivers/pnp/pnpacpi/
287 F:      include/linux/acpi.h
288 F:      include/acpi/
289 F:      Documentation/acpi/
290 F:      Documentation/ABI/testing/sysfs-bus-acpi
291 F:      drivers/pci/*acpi*
292 F:      drivers/pci/*/*acpi*
293 F:      drivers/pci/*/*/*acpi*
294 F:      tools/power/acpi/
295
296 ACPI COMPONENT ARCHITECTURE (ACPICA)
297 M:      Robert Moore <robert.moore@intel.com>
298 M:      Lv Zheng <lv.zheng@intel.com>
299 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
300 L:      linux-acpi@vger.kernel.org
301 L:      devel@acpica.org
302 W:      https://acpica.org/
303 W:      https://github.com/acpica/acpica/
304 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
306 S:      Supported
307 F:      drivers/acpi/acpica/
308 F:      include/acpi/
309 F:      tools/power/acpi/
310
311 ACPI FAN DRIVER
312 M:      Zhang Rui <rui.zhang@intel.com>
313 L:      linux-acpi@vger.kernel.org
314 W:      https://01.org/linux-acpi
315 S:      Supported
316 F:      drivers/acpi/fan.c
317
318 ACPI THERMAL 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/*thermal*
324
325 ACPI VIDEO DRIVER
326 M:      Zhang Rui <rui.zhang@intel.com>
327 L:      linux-acpi@vger.kernel.org
328 W:      https://01.org/linux-acpi
329 S:      Supported
330 F:      drivers/acpi/acpi_video.c
331
332 ACPI WMI DRIVER
333 L:      platform-driver-x86@vger.kernel.org
334 S:      Orphan
335 F:      drivers/platform/x86/wmi.c
336
337 AD1889 ALSA SOUND DRIVER
338 M:      Thibaut Varene <T-Bone@parisc-linux.org>
339 W:      http://wiki.parisc-linux.org/AD1889
340 L:      linux-parisc@vger.kernel.org
341 S:      Maintained
342 F:      sound/pci/ad1889.*
343
344 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
345 M:      Michael Hennerich <michael.hennerich@analog.com>
346 W:      http://wiki.analog.com/AD5254
347 W:      http://ez.analog.com/community/linux-device-drivers
348 S:      Supported
349 F:      drivers/misc/ad525x_dpot.c
350
351 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
352 M:      Michael Hennerich <michael.hennerich@analog.com>
353 W:      http://wiki.analog.com/AD5398
354 W:      http://ez.analog.com/community/linux-device-drivers
355 S:      Supported
356 F:      drivers/regulator/ad5398.c
357
358 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
359 M:      Michael Hennerich <michael.hennerich@analog.com>
360 W:      http://wiki.analog.com/AD7142
361 W:      http://ez.analog.com/community/linux-device-drivers
362 S:      Supported
363 F:      drivers/input/misc/ad714x.c
364
365 AD7877 TOUCHSCREEN DRIVER
366 M:      Michael Hennerich <michael.hennerich@analog.com>
367 W:      http://wiki.analog.com/AD7877
368 W:      http://ez.analog.com/community/linux-device-drivers
369 S:      Supported
370 F:      drivers/input/touchscreen/ad7877.c
371
372 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
373 M:      Michael Hennerich <michael.hennerich@analog.com>
374 W:      http://wiki.analog.com/AD7879
375 W:      http://ez.analog.com/community/linux-device-drivers
376 S:      Supported
377 F:      drivers/input/touchscreen/ad7879.c
378
379 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
380 M:      Jiri Kosina <jikos@kernel.org>
381 S:      Maintained
382
383 ADF7242 IEEE 802.15.4 RADIO DRIVER
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      https://wiki.analog.com/ADF7242
386 W:      http://ez.analog.com/community/linux-device-drivers
387 L:      linux-wpan@vger.kernel.org
388 S:      Supported
389 F:      drivers/net/ieee802154/adf7242.c
390 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
391
392 ADM1025 HARDWARE MONITOR DRIVER
393 M:      Jean Delvare <jdelvare@suse.com>
394 L:      linux-hwmon@vger.kernel.org
395 S:      Maintained
396 F:      Documentation/hwmon/adm1025
397 F:      drivers/hwmon/adm1025.c
398
399 ADM1029 HARDWARE MONITOR DRIVER
400 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
401 L:      linux-hwmon@vger.kernel.org
402 S:      Maintained
403 F:      drivers/hwmon/adm1029.c
404
405 ADM8211 WIRELESS DRIVER
406 L:      linux-wireless@vger.kernel.org
407 W:      http://wireless.kernel.org/
408 S:      Orphan
409 F:      drivers/net/wireless/admtek/adm8211.*
410
411 ADP1653 FLASH CONTROLLER DRIVER
412 M:      Sakari Ailus <sakari.ailus@iki.fi>
413 L:      linux-media@vger.kernel.org
414 S:      Maintained
415 F:      drivers/media/i2c/adp1653.c
416 F:      include/media/i2c/adp1653.h
417
418 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
419 M:      Michael Hennerich <michael.hennerich@analog.com>
420 W:      http://wiki.analog.com/ADP5520
421 W:      http://ez.analog.com/community/linux-device-drivers
422 S:      Supported
423 F:      drivers/mfd/adp5520.c
424 F:      drivers/video/backlight/adp5520_bl.c
425 F:      drivers/leds/leds-adp5520.c
426 F:      drivers/gpio/gpio-adp5520.c
427 F:      drivers/input/keyboard/adp5520-keys.c
428
429 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
430 M:      Michael Hennerich <michael.hennerich@analog.com>
431 W:      http://wiki.analog.com/ADP5588
432 W:      http://ez.analog.com/community/linux-device-drivers
433 S:      Supported
434 F:      drivers/input/keyboard/adp5588-keys.c
435 F:      drivers/gpio/gpio-adp5588.c
436
437 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
438 M:      Michael Hennerich <michael.hennerich@analog.com>
439 W:      http://wiki.analog.com/ADP8860
440 W:      http://ez.analog.com/community/linux-device-drivers
441 S:      Supported
442 F:      drivers/video/backlight/adp8860_bl.c
443
444 ADS1015 HARDWARE MONITOR DRIVER
445 M:      Dirk Eibach <eibach@gdsys.de>
446 L:      linux-hwmon@vger.kernel.org
447 S:      Maintained
448 F:      Documentation/hwmon/ads1015
449 F:      drivers/hwmon/ads1015.c
450 F:      include/linux/i2c/ads1015.h
451
452 ADT746X FAN DRIVER
453 M:      Colin Leroy <colin@colino.net>
454 S:      Maintained
455 F:      drivers/macintosh/therm_adt746x.c
456
457 ADT7475 HARDWARE MONITOR DRIVER
458 M:      Jean Delvare <jdelvare@suse.com>
459 L:      linux-hwmon@vger.kernel.org
460 S:      Maintained
461 F:      Documentation/hwmon/adt7475
462 F:      drivers/hwmon/adt7475.c
463
464 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
465 M:      Michael Hennerich <michael.hennerich@analog.com>
466 W:      http://wiki.analog.com/ADXL345
467 W:      http://ez.analog.com/community/linux-device-drivers
468 S:      Supported
469 F:      drivers/input/misc/adxl34x.c
470
471 ADVANSYS SCSI DRIVER
472 M:      Matthew Wilcox <matthew@wil.cx>
473 M:      Hannes Reinecke <hare@suse.com>
474 L:      linux-scsi@vger.kernel.org
475 S:      Maintained
476 F:      Documentation/scsi/advansys.txt
477 F:      drivers/scsi/advansys.c
478
479 AEDSP16 DRIVER
480 M:      Riccardo Facchetti <fizban@tin.it>
481 S:      Maintained
482 F:      sound/oss/aedsp16.c
483
484 AF9013 MEDIA DRIVER
485 M:      Antti Palosaari <crope@iki.fi>
486 L:      linux-media@vger.kernel.org
487 W:      https://linuxtv.org
488 W:      http://palosaari.fi/linux/
489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
490 T:      git git://linuxtv.org/anttip/media_tree.git
491 S:      Maintained
492 F:      drivers/media/dvb-frontends/af9013*
493
494 AF9033 MEDIA DRIVER
495 M:      Antti Palosaari <crope@iki.fi>
496 L:      linux-media@vger.kernel.org
497 W:      https://linuxtv.org
498 W:      http://palosaari.fi/linux/
499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
500 T:      git git://linuxtv.org/anttip/media_tree.git
501 S:      Maintained
502 F:      drivers/media/dvb-frontends/af9033*
503
504 AFFS FILE SYSTEM
505 L:      linux-fsdevel@vger.kernel.org
506 S:      Orphan
507 F:      Documentation/filesystems/affs.txt
508 F:      fs/affs/
509
510 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
511 M:      David Howells <dhowells@redhat.com>
512 L:      linux-afs@lists.infradead.org
513 S:      Supported
514 F:      fs/afs/
515 F:      include/net/af_rxrpc.h
516 F:      net/rxrpc/af_rxrpc.c
517
518 AGPGART DRIVER
519 M:      David Airlie <airlied@linux.ie>
520 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
521 S:      Maintained
522 F:      drivers/char/agp/
523 F:      include/linux/agp*
524 F:      include/uapi/linux/agp*
525
526 AHA152X SCSI DRIVER
527 M:      "Juergen E. Fischer" <fischer@norbit.de>
528 L:      linux-scsi@vger.kernel.org
529 S:      Maintained
530 F:      drivers/scsi/aha152x*
531 F:      drivers/scsi/pcmcia/aha152x*
532
533 AIC7XXX / AIC79XX SCSI DRIVER
534 M:      Hannes Reinecke <hare@suse.com>
535 L:      linux-scsi@vger.kernel.org
536 S:      Maintained
537 F:      drivers/scsi/aic7xxx/
538
539 AIMSLAB FM RADIO RECEIVER DRIVER
540 M:      Hans Verkuil <hverkuil@xs4all.nl>
541 L:      linux-media@vger.kernel.org
542 T:      git git://linuxtv.org/media_tree.git
543 W:      https://linuxtv.org
544 S:      Maintained
545 F:      drivers/media/radio/radio-aimslab*
546
547 AIO
548 M:      Benjamin LaHaise <bcrl@kvack.org>
549 L:      linux-aio@kvack.org
550 S:      Supported
551 F:      fs/aio.c
552 F:      include/linux/*aio*.h
553
554 AIRSPY MEDIA DRIVER
555 M:      Antti Palosaari <crope@iki.fi>
556 L:      linux-media@vger.kernel.org
557 W:      https://linuxtv.org
558 W:      http://palosaari.fi/linux/
559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
560 T:      git git://linuxtv.org/anttip/media_tree.git
561 S:      Maintained
562 F:      drivers/media/usb/airspy/
563
564 ALCATEL SPEEDTOUCH USB DRIVER
565 M:      Duncan Sands <duncan.sands@free.fr>
566 L:      linux-usb@vger.kernel.org
567 W:      http://www.linux-usb.org/SpeedTouch/
568 S:      Maintained
569 F:      drivers/usb/atm/speedtch.c
570 F:      drivers/usb/atm/usbatm.c
571
572 ALCHEMY AU1XX0 MMC DRIVER
573 M:      Manuel Lauss <manuel.lauss@gmail.com>
574 S:      Maintained
575 F:      drivers/mmc/host/au1xmmc.c
576
577 ALI1563 I2C DRIVER
578 M:      Rudolf Marek <r.marek@assembler.cz>
579 L:      linux-i2c@vger.kernel.org
580 S:      Maintained
581 F:      Documentation/i2c/busses/i2c-ali1563
582 F:      drivers/i2c/busses/i2c-ali1563.c
583
584 ALLWINNER SECURITY SYSTEM
585 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
586 L:      linux-crypto@vger.kernel.org
587 S:      Maintained
588 F:      drivers/crypto/sunxi-ss/
589
590 ALPHA PORT
591 M:      Richard Henderson <rth@twiddle.net>
592 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
593 M:      Matt Turner <mattst88@gmail.com>
594 S:      Odd Fixes
595 L:      linux-alpha@vger.kernel.org
596 F:      arch/alpha/
597
598 ALPS PS/2 TOUCHPAD DRIVER
599 R:      Pali Rohár <pali.rohar@gmail.com>
600 F:      drivers/input/mouse/alps.*
601
602 ALTERA MAILBOX DRIVER
603 M:      Ley Foon Tan <lftan@altera.com>
604 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
605 S:      Maintained
606 F:      drivers/mailbox/mailbox-altera.c
607
608 ALTERA PIO DRIVER
609 M:      Tien Hock Loh <thloh@altera.com>
610 L:      linux-gpio@vger.kernel.org
611 S:      Maintained
612 F:      drivers/gpio/gpio-altera.c
613
614 ALTERA TRIPLE SPEED ETHERNET DRIVER
615 M:      Vince Bridgers <vbridger@opensource.altera.com>
616 L:      netdev@vger.kernel.org
617 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
618 S:      Maintained
619 F:      drivers/net/ethernet/altera/
620
621 ALTERA UART/JTAG UART SERIAL DRIVERS
622 M:      Tobias Klauser <tklauser@distanz.ch>
623 L:      linux-serial@vger.kernel.org
624 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
625 S:      Maintained
626 F:      drivers/tty/serial/altera_uart.c
627 F:      drivers/tty/serial/altera_jtaguart.c
628 F:      include/linux/altera_uart.h
629 F:      include/linux/altera_jtaguart.h
630
631 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
632 M:      Tom Lendacky <thomas.lendacky@amd.com>
633 M:      Gary Hook <gary.hook@amd.com>
634 L:      linux-crypto@vger.kernel.org
635 S:      Supported
636 F:      drivers/crypto/ccp/
637 F:      include/linux/ccp.h
638
639 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
640 M:      Huang Rui <ray.huang@amd.com>
641 L:      linux-hwmon@vger.kernel.org
642 S:      Supported
643 F:      Documentation/hwmon/fam15h_power
644 F:      drivers/hwmon/fam15h_power.c
645
646 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
647 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
648 S:      Orphan
649 F:      drivers/usb/gadget/udc/amd5536udc.*
650
651 AMD GEODE PROCESSOR/CHIPSET SUPPORT
652 P:      Andres Salomon <dilinger@queued.net>
653 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
654 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
655 S:      Supported
656 F:      drivers/char/hw_random/geode-rng.c
657 F:      drivers/crypto/geode*
658 F:      drivers/video/fbdev/geode/
659 F:      arch/x86/include/asm/geode.h
660
661 AMD IOMMU (AMD-VI)
662 M:      Joerg Roedel <joro@8bytes.org>
663 L:      iommu@lists.linux-foundation.org
664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
665 S:      Maintained
666 F:      drivers/iommu/amd_iommu*.[ch]
667 F:      include/linux/amd-iommu.h
668
669 AMD KFD
670 M:      Oded Gabbay <oded.gabbay@gmail.com>
671 L:      dri-devel@lists.freedesktop.org
672 T:      git git://people.freedesktop.org/~gabbayo/linux.git
673 S:      Supported
674 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
675 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
676 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
677 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
678 F:      drivers/gpu/drm/amd/amdkfd/
679 F:      drivers/gpu/drm/amd/include/cik_structs.h
680 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
681 F:      drivers/gpu/drm/amd/include/vi_structs.h
682 F:      drivers/gpu/drm/radeon/radeon_kfd.c
683 F:      drivers/gpu/drm/radeon/radeon_kfd.h
684 F:      include/uapi/linux/kfd_ioctl.h
685
686 AMD SEATTLE DEVICE TREE SUPPORT
687 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
688 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
689 M:      Tom Lendacky <thomas.lendacky@amd.com>
690 S:      Supported
691 F:      arch/arm64/boot/dts/amd/
692
693 AMD XGBE DRIVER
694 M:      Tom Lendacky <thomas.lendacky@amd.com>
695 L:      netdev@vger.kernel.org
696 S:      Supported
697 F:      drivers/net/ethernet/amd/xgbe/
698 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
699
700 AMS (Apple Motion Sensor) DRIVER
701 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
702 S:      Supported
703 F:      drivers/macintosh/ams/
704
705 ANALOG DEVICES INC AD9389B DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/ad9389b*
710
711 ANALOG DEVICES INC ADV7180 DRIVER
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      linux-media@vger.kernel.org
714 W:      http://ez.analog.com/community/linux-device-drivers
715 S:      Supported
716 F:      drivers/media/i2c/adv7180.c
717
718 ANALOG DEVICES INC ADV7511 DRIVER
719 M:      Hans Verkuil <hans.verkuil@cisco.com>
720 L:      linux-media@vger.kernel.org
721 S:      Maintained
722 F:      drivers/media/i2c/adv7511*
723
724 ANALOG DEVICES INC ADV7604 DRIVER
725 M:      Hans Verkuil <hans.verkuil@cisco.com>
726 L:      linux-media@vger.kernel.org
727 S:      Maintained
728 F:      drivers/media/i2c/adv7604*
729
730 ANALOG DEVICES INC ADV7842 DRIVER
731 M:      Hans Verkuil <hans.verkuil@cisco.com>
732 L:      linux-media@vger.kernel.org
733 S:      Maintained
734 F:      drivers/media/i2c/adv7842*
735
736 ANALOG DEVICES INC ASOC CODEC DRIVERS
737 M:      Lars-Peter Clausen <lars@metafoo.de>
738 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
739 W:      http://wiki.analog.com/
740 W:      http://ez.analog.com/community/linux-device-drivers
741 S:      Supported
742 F:      sound/soc/codecs/adau*
743 F:      sound/soc/codecs/adav*
744 F:      sound/soc/codecs/ad1*
745 F:      sound/soc/codecs/ad7*
746 F:      sound/soc/codecs/ssm*
747 F:      sound/soc/codecs/sigmadsp.*
748
749 ANALOG DEVICES INC ASOC DRIVERS
750 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
752 W:      http://blackfin.uclinux.org/
753 S:      Supported
754 F:      sound/soc/blackfin/*
755
756 ANALOG DEVICES INC IIO DRIVERS
757 M:      Lars-Peter Clausen <lars@metafoo.de>
758 M:      Michael Hennerich <Michael.Hennerich@analog.com>
759 W:      http://wiki.analog.com/
760 W:      http://ez.analog.com/community/linux-device-drivers
761 S:      Supported
762 F:      drivers/iio/*/ad*
763 X:      drivers/iio/*/adjd*
764 F:      drivers/staging/iio/*/ad*
765 F:      staging/iio/trigger/iio-trig-bfin-timer.c
766
767 ANALOG DEVICES INC DMA DRIVERS
768 M:      Lars-Peter Clausen <lars@metafoo.de>
769 W:      http://ez.analog.com/community/linux-device-drivers
770 S:      Supported
771 F:      drivers/dma/dma-axi-dmac.c
772
773 ANDROID DRIVERS
774 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
775 M:      Arve Hjønnevåg <arve@android.com>
776 M:      Riley Andrews <riandrews@android.com>
777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
778 L:      devel@driverdev.osuosl.org
779 S:      Supported
780 F:      drivers/android/
781 F:      drivers/staging/android/
782
783 ANDROID ION DRIVER
784 M:      Laura Abbott <labbott@redhat.com>
785 M:      Sumit Semwal <sumit.semwal@linaro.org>
786 L:      devel@driverdev.osuosl.org
787 S:      Supported
788 F:      drivers/staging/android/ion
789 F:      drivers/staging/android/uapi/ion.h
790 F:      drivers/staging/android/uapi/ion_test.h
791
792 AOA (Apple Onboard Audio) ALSA DRIVER
793 M:      Johannes Berg <johannes@sipsolutions.net>
794 L:      linuxppc-dev@lists.ozlabs.org
795 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
796 S:      Maintained
797 F:      sound/aoa/
798
799 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
800 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
801 L:      linux-iio@vger.kernel.org
802 S:      Maintained
803 F:      drivers/iio/dac/stx104.c
804
805 APM DRIVER
806 M:      Jiri Kosina <jikos@kernel.org>
807 S:      Odd fixes
808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
809 F:      arch/x86/kernel/apm_32.c
810 F:      include/linux/apm_bios.h
811 F:      include/uapi/linux/apm_bios.h
812 F:      drivers/char/apm-emulation.c
813
814 APPLE BCM5974 MULTITOUCH DRIVER
815 M:      Henrik Rydberg <rydberg@bitmath.org>
816 L:      linux-input@vger.kernel.org
817 S:      Odd fixes
818 F:      drivers/input/mouse/bcm5974.c
819
820 APPLE SMC DRIVER
821 M:      Henrik Rydberg <rydberg@bitmath.org>
822 L:      linux-hwmon@vger.kernel.org
823 S:      Odd fixes
824 F:      drivers/hwmon/applesmc.c
825
826 APPLETALK NETWORK LAYER
827 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
828 S:      Maintained
829 F:      drivers/net/appletalk/
830 F:      net/appletalk/
831
832 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
833 M:      Duc Dang <dhdang@apm.com>
834 S:      Supported
835 F:      arch/arm64/boot/dts/apm/
836
837 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
838 M:      Iyappan Subramanian <isubramanian@apm.com>
839 M:      Keyur Chudgar <kchudgar@apm.com>
840 S:      Supported
841 F:      drivers/net/ethernet/apm/xgene/
842 F:      drivers/net/phy/mdio-xgene.c
843 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
844 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
845
846 APTINA CAMERA SENSOR PLL
847 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
848 L:      linux-media@vger.kernel.org
849 S:      Maintained
850 F:      drivers/media/i2c/aptina-pll.*
851
852 ARC FRAMEBUFFER DRIVER
853 M:      Jaya Kumar <jayalk@intworks.biz>
854 S:      Maintained
855 F:      drivers/video/fbdev/arcfb.c
856 F:      drivers/video/fbdev/core/fb_defio.c
857
858 ARCNET NETWORK LAYER
859 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
860 L:      netdev@vger.kernel.org
861 S:      Maintained
862 F:      drivers/net/arcnet/
863 F:      include/uapi/linux/if_arcnet.h
864
865 ARC PGU DRM DRIVER
866 M:      Alexey Brodkin <abrodkin@synopsys.com>
867 S:      Supported
868 F:      drivers/gpu/drm/arc/
869 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
870
871 ARM HDLCD DRM DRIVER
872 M:      Liviu Dudau <liviu.dudau@arm.com>
873 S:      Supported
874 F:      drivers/gpu/drm/arm/
875 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
876
877 ARM MFM AND FLOPPY DRIVERS
878 M:      Ian Molton <spyro@f2s.com>
879 S:      Maintained
880 F:      arch/arm/lib/floppydma.S
881 F:      arch/arm/include/asm/floppy.h
882
883 ARM PMU PROFILING AND DEBUGGING
884 M:      Will Deacon <will.deacon@arm.com>
885 R:      Mark Rutland <mark.rutland@arm.com>
886 S:      Maintained
887 F:      arch/arm*/kernel/perf_*
888 F:      arch/arm/oprofile/common.c
889 F:      arch/arm*/kernel/hw_breakpoint.c
890 F:      arch/arm*/include/asm/hw_breakpoint.h
891 F:      arch/arm*/include/asm/perf_event.h
892 F:      drivers/perf/arm_pmu.c
893 F:      include/linux/perf/arm_pmu.h
894
895 ARM PORT
896 M:      Russell King <linux@armlinux.org.uk>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 W:      http://www.armlinux.org.uk/
899 S:      Maintained
900 F:      arch/arm/
901
902 ARM SUB-ARCHITECTURES
903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
904 S:      Maintained
905 F:      arch/arm/mach-*/
906 F:      arch/arm/plat-*/
907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
908
909 ARM PRIMECELL AACI PL041 DRIVER
910 M:      Russell King <linux@armlinux.org.uk>
911 S:      Maintained
912 F:      sound/arm/aaci.*
913
914 ARM PRIMECELL CLCD PL110 DRIVER
915 M:      Russell King <linux@armlinux.org.uk>
916 S:      Maintained
917 F:      drivers/video/fbdev/amba-clcd.*
918
919 ARM PRIMECELL KMI PL050 DRIVER
920 M:      Russell King <linux@armlinux.org.uk>
921 S:      Maintained
922 F:      drivers/input/serio/ambakmi.*
923 F:      include/linux/amba/kmi.h
924
925 ARM PRIMECELL MMCI PL180/1 DRIVER
926 M:      Russell King <linux@armlinux.org.uk>
927 S:      Maintained
928 F:      drivers/mmc/host/mmci.*
929 F:      include/linux/amba/mmci.h
930
931 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
932 M:      Russell King <linux@armlinux.org.uk>
933 S:      Maintained
934 F:      drivers/tty/serial/amba-pl01*.c
935 F:      include/linux/amba/serial.h
936
937 ARM PRIMECELL BUS SUPPORT
938 M:      Russell King <linux@armlinux.org.uk>
939 S:      Maintained
940 F:      drivers/amba/
941 F:      include/linux/amba/bus.h
942
943 ARM/ADS SPHERE MACHINE SUPPORT
944 M:      Lennert Buytenhek <kernel@wantstofly.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947
948 ARM/AFEB9260 MACHINE SUPPORT
949 M:      Sergey Lapin <slapin@ossfans.org>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952
953 ARM/AJECO 1ARM MACHINE SUPPORT
954 M:      Lennert Buytenhek <kernel@wantstofly.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Maintained
957
958 ARM/Allwinner sunXi SoC support
959 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
960 M:      Chen-Yu Tsai <wens@csie.org>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 N:      sun[x456789]i
964
965 ARM/Allwinner SoC Clock Support
966 M:      Emilio López <emilio@elopez.com.ar>
967 S:      Maintained
968 F:      drivers/clk/sunxi/
969
970 ARM/Amlogic Meson SoC support
971 M:      Carlo Caione <carlo@caione.org>
972 M:      Kevin Hilman <khilman@baylibre.com>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 L:      linux-amlogic@lists.infradead.org
975 W:      http://linux-meson.com/
976 S:      Maintained
977 F:      arch/arm/mach-meson/
978 F:      arch/arm/boot/dts/meson*
979 F:      arch/arm64/boot/dts/amlogic/
980 F:      drivers/pinctrl/meson/
981 N:      meson
982
983 ARM/Annapurna Labs ALPINE ARCHITECTURE
984 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
985 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
986 S:      Maintained
987 F:      arch/arm/mach-alpine/
988 F:      arch/arm/boot/dts/alpine*
989 F:      arch/arm64/boot/dts/al/
990 F:      drivers/*/*alpine*
991
992 ARM/ARTPEC MACHINE SUPPORT
993 M:      Jesper Nilsson <jesper.nilsson@axis.com>
994 M:      Lars Persson <lars.persson@axis.com>
995 M:      Niklas Cassel <niklas.cassel@axis.com>
996 S:      Maintained
997 L:      linux-arm-kernel@axis.com
998 F:      arch/arm/mach-artpec
999 F:      arch/arm/boot/dts/artpec6*
1000 F:      drivers/clk/axis
1001
1002 ARM/ASPEED MACHINE SUPPORT
1003 M:      Joel Stanley <joel@jms.id.au>
1004 S:      Maintained
1005 F:      arch/arm/mach-aspeed/
1006 F:      arch/arm/boot/dts/aspeed-*
1007 F:      drivers/*/*aspeed*
1008
1009 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1010 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1011 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1012 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 W:      http://www.linux4sam.org
1015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1016 S:      Supported
1017 F:      arch/arm/mach-at91/
1018 F:      include/soc/at91/
1019 F:      arch/arm/boot/dts/at91*.dts
1020 F:      arch/arm/boot/dts/at91*.dtsi
1021 F:      arch/arm/boot/dts/sama*.dts
1022 F:      arch/arm/boot/dts/sama*.dtsi
1023 F:      arch/arm/include/debug/at91.S
1024
1025 ARM/ATMEL AT91 Clock Support
1026 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1027 S:      Maintained
1028 F:      drivers/clk/at91
1029
1030 ARM/CALXEDA HIGHBANK ARCHITECTURE
1031 M:      Rob Herring <robh@kernel.org>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034 F:      arch/arm/mach-highbank/
1035 F:      arch/arm/boot/dts/highbank.dts
1036 F:      arch/arm/boot/dts/ecx-*.dts*
1037
1038 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1039 M:      Krzysztof Halasa <khalasa@piap.pl>
1040 S:      Maintained
1041 F:      arch/arm/mach-cns3xxx/
1042
1043 ARM/CAVIUM THUNDER NETWORK DRIVER
1044 M:      Sunil Goutham <sgoutham@cavium.com>
1045 M:      Robert Richter <rric@kernel.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Supported
1048 F:      drivers/net/ethernet/cavium/thunder/
1049
1050 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1051 M:      Alexander Shiyan <shc_work@mail.ru>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Odd Fixes
1054 N:      clps711x
1055
1056 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1057 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1058 M:      Ryan Mallon <rmallon@gmail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/mach-ep93xx/
1062 F:      arch/arm/mach-ep93xx/include/mach/
1063
1064 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1065 M:      Lennert Buytenhek <kernel@wantstofly.org>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1068
1069 ARM/CLKDEV SUPPORT
1070 M:      Russell King <linux@armlinux.org.uk>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      arch/arm/include/asm/clkdev.h
1074 F:      drivers/clk/clkdev.c
1075
1076 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1077 M:      Mike Rapoport <mike@compulab.co.il>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080
1081 ARM/CONTEC MICRO9 MACHINE SUPPORT
1082 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1083 S:      Maintained
1084 F:      arch/arm/mach-ep93xx/micro9.c
1085
1086 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1087 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S:      Maintained
1090 F:      drivers/hwtracing/coresight/*
1091 F:      Documentation/trace/coresight.txt
1092 F:      Documentation/devicetree/bindings/arm/coresight.txt
1093 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1094
1095 ARM/CORGI MACHINE SUPPORT
1096 M:      Richard Purdie <rpurdie@rpsys.net>
1097 S:      Maintained
1098
1099 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1100 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 T:      git git://github.com/ulli-kroll/linux.git
1103 S:      Maintained
1104 F:      arch/arm/mach-gemini/
1105 F:      drivers/rtc/rtc-gemini.c
1106
1107 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1108 M:      Barry Song <baohua@kernel.org>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1111 S:      Maintained
1112 F:      arch/arm/boot/dts/prima2*
1113 F:      arch/arm/mach-prima2/
1114 F:      drivers/clk/sirf/
1115 F:      drivers/clocksource/timer-prima2.c
1116 F:      drivers/clocksource/timer-atlas7.c
1117 N:      [^a-z]sirf
1118
1119 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1120 M:      Baruch Siach <baruch@tkos.co.il>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 F:      arch/arm/boot/dts/cx92755*
1124 N:      digicolor
1125
1126 ARM/EBSA110 MACHINE SUPPORT
1127 M:      Russell King <linux@armlinux.org.uk>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 W:      http://www.armlinux.org.uk/
1130 S:      Maintained
1131 F:      arch/arm/mach-ebsa110/
1132 F:      drivers/net/ethernet/amd/am79c961a.*
1133
1134 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1135 M:      Uwe Kleine-König <kernel@pengutronix.de>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138 N:      efm32
1139
1140 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1141 M:      Daniel Ribeiro <drwyrm@gmail.com>
1142 M:      Stefan Schmidt <stefan@openezx.org>
1143 M:      Harald Welte <laforge@openezx.org>
1144 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1145 W:      http://www.openezx.org/
1146 S:      Maintained
1147 T:      topgit git://git.openezx.org/openezx.git
1148 F:      arch/arm/mach-pxa/ezx.c
1149
1150 ARM/FARADAY FA526 PORT
1151 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 T:      git git://git.berlios.de/gemini-board
1155 F:      arch/arm/mm/*-fa*
1156
1157 ARM/FOOTBRIDGE ARCHITECTURE
1158 M:      Russell King <linux@armlinux.org.uk>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 W:      http://www.armlinux.org.uk/
1161 S:      Maintained
1162 F:      arch/arm/include/asm/hardware/dec21285.h
1163 F:      arch/arm/mach-footbridge/
1164
1165 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1166 M:      Shawn Guo <shawnguo@kernel.org>
1167 M:      Sascha Hauer <kernel@pengutronix.de>
1168 R:      Fabio Estevam <fabio.estevam@nxp.com>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1172 F:      arch/arm/mach-imx/
1173 F:      arch/arm/mach-mxs/
1174 F:      arch/arm/boot/dts/imx*
1175 F:      arch/arm/configs/imx*_defconfig
1176 F:      drivers/clk/imx/
1177 F:      include/soc/imx/
1178
1179 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1180 M:      Shawn Guo <shawnguo@kernel.org>
1181 M:      Sascha Hauer <kernel@pengutronix.de>
1182 R:      Stefan Agner <stefan@agner.ch>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1186 F:      arch/arm/mach-imx/*vf610*
1187 F:      arch/arm/boot/dts/vf*
1188
1189 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/GUMSTIX MACHINE SUPPORT
1195 M:      Steve Sakoman <sakoman@gmail.com>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1200 M:      Philipp Zabel <philipp.zabel@gmail.com>
1201 M:      Paul Parsons <lost.distance@yahoo.com>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204 F:      arch/arm/mach-pxa/hx4700.c
1205 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1206 F:      sound/soc/pxa/hx4700.c
1207
1208 ARM/HISILICON SOC SUPPORT
1209 M:      Wei Xu <xuwei5@hisilicon.com>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 W:      http://www.hisilicon.com
1212 S:      Supported
1213 T:      git git://github.com/hisilicon/linux-hisi.git
1214 F:      arch/arm/mach-hisi/
1215 F:      arch/arm/boot/dts/hi3*
1216 F:      arch/arm/boot/dts/hip*
1217 F:      arch/arm/boot/dts/hisi*
1218 F:      arch/arm64/boot/dts/hisilicon/
1219
1220 ARM/HP JORNADA 7XX MACHINE SUPPORT
1221 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1222 W:      www.jlime.com
1223 S:      Maintained
1224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1225 F:      arch/arm/mach-sa1100/jornada720.c
1226 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1227
1228 ARM/IGEP MACHINE SUPPORT
1229 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1230 M:      Javier Martinez Canillas <javier@dowhile0.org>
1231 L:      linux-omap@vger.kernel.org
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 F:      arch/arm/boot/dts/omap3-igep*
1235
1236 ARM/INCOME PXA270 SUPPORT
1237 M:      Marek Vasut <marek.vasut@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1241
1242 ARM/INTEL IOP32X ARM ARCHITECTURE
1243 M:      Lennert Buytenhek <kernel@wantstofly.org>
1244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S:      Maintained
1246
1247 ARM/INTEL IOP33X ARM ARCHITECTURE
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Orphan
1250
1251 ARM/INTEL IOP13XX ARM ARCHITECTURE
1252 M:      Lennert Buytenhek <kernel@wantstofly.org>
1253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 S:      Maintained
1255
1256 ARM/INTEL IQ81342EX MACHINE SUPPORT
1257 M:      Lennert Buytenhek <kernel@wantstofly.org>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Maintained
1260
1261 ARM/INTEL IXDP2850 MACHINE SUPPORT
1262 M:      Lennert Buytenhek <kernel@wantstofly.org>
1263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 S:      Maintained
1265
1266 ARM/INTEL IXP4XX ARM ARCHITECTURE
1267 M:      Imre Kaloz <kaloz@openwrt.org>
1268 M:      Krzysztof Halasa <khalasa@piap.pl>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 S:      Maintained
1271 F:      arch/arm/mach-ixp4xx/
1272
1273 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1274 M:      Jonathan Cameron <jic23@cam.ac.uk>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/mach-pxa/stargate2.c
1278 F:      drivers/pcmcia/pxa2xx_stargate2.c
1279
1280 ARM/INTEL XSC3 (MANZANO) ARM CORE
1281 M:      Lennert Buytenhek <kernel@wantstofly.org>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S:      Maintained
1284
1285 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1286 M:      Lennert Buytenhek <kernel@wantstofly.org>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 S:      Maintained
1289
1290 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1291 M:      Santosh Shilimkar <ssantosh@kernel.org>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/mach-keystone/
1295 F:      arch/arm/boot/dts/keystone-*
1296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1297
1298 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1299 M:      Santosh Shilimkar <ssantosh@kernel.org>
1300 L:      linux-kernel@vger.kernel.org
1301 S:      Maintained
1302 F:      drivers/clk/keystone/
1303
1304 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1305 M:      Santosh Shilimkar <ssantosh@kernel.org>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 L:      linux-kernel@vger.kernel.org
1308 S:      Maintained
1309 F:      drivers/clocksource/timer-keystone.c
1310
1311 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1312 M:      Santosh Shilimkar <ssantosh@kernel.org>
1313 L:      linux-kernel@vger.kernel.org
1314 S:      Maintained
1315 F:      drivers/power/reset/keystone-reset.c
1316
1317 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1318 M:      Santosh Shilimkar <ssantosh@kernel.org>
1319 L:      linux-kernel@vger.kernel.org
1320 S:      Maintained
1321 F:      drivers/memory/*emif*
1322
1323 ARM/LG1K ARCHITECTURE
1324 M:      Chanho Min <chanho.min@lge.com>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 S:      Maintained
1327 F:      arch/arm64/boot/dts/lg/
1328
1329 ARM/LOGICPD PXA270 MACHINE SUPPORT
1330 M:      Lennert Buytenhek <kernel@wantstofly.org>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333
1334 ARM/LPC18XX ARCHITECTURE
1335 M:      Joachim Eastwood <manabian@gmail.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 S:      Maintained
1338 F:      arch/arm/boot/dts/lpc43*
1339 F:      drivers/clk/nxp/clk-lpc18xx*
1340 F:      drivers/clocksource/time-lpc32xx.c
1341 F:      drivers/i2c/busses/i2c-lpc2k.c
1342 F:      drivers/memory/pl172.c
1343 F:      drivers/mtd/spi-nor/nxp-spifi.c
1344 F:      drivers/rtc/rtc-lpc24xx.c
1345 N:      lpc18xx
1346
1347 ARM/LPC32XX SOC SUPPORT
1348 M:      Vladimir Zapolskiy <vz@mleia.com>
1349 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1352 S:      Maintained
1353 F:      arch/arm/boot/dts/lpc32*
1354 F:      arch/arm/mach-lpc32xx/
1355 F:      drivers/i2c/busses/i2c-pnx.c
1356 F:      drivers/net/ethernet/nxp/lpc_eth.c
1357 F:      drivers/usb/host/ohci-nxp.c
1358 F:      drivers/watchdog/pnx4008_wdt.c
1359 N:      lpc32xx
1360
1361 ARM/MAGICIAN MACHINE SUPPORT
1362 M:      Philipp Zabel <philipp.zabel@gmail.com>
1363 S:      Maintained
1364
1365 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1366 M:      Jason Cooper <jason@lakedaemon.net>
1367 M:      Andrew Lunn <andrew@lunn.ch>
1368 M:      Gregory Clement <gregory.clement@free-electrons.com>
1369 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 S:      Maintained
1372 F:      arch/arm/mach-mvebu/
1373 F:      drivers/rtc/rtc-armada38x.c
1374 F:      arch/arm/boot/dts/armada*
1375 F:      arch/arm/boot/dts/kirkwood*
1376 F:      arch/arm64/boot/dts/marvell/armada*
1377 F:      drivers/cpufreq/mvebu-cpufreq.c
1378 F:      arch/arm/configs/mvebu_*_defconfig
1379
1380 ARM/Marvell Berlin SoC support
1381 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 S:      Maintained
1384 F:      arch/arm/mach-berlin/
1385 F:      arch/arm/boot/dts/berlin*
1386 F:      arch/arm64/boot/dts/marvell/berlin*
1387
1388
1389 ARM/Marvell Dove/MV78xx0/Orion SOC support
1390 M:      Jason Cooper <jason@lakedaemon.net>
1391 M:      Andrew Lunn <andrew@lunn.ch>
1392 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1393 M:      Gregory Clement <gregory.clement@free-electrons.com>
1394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 S:      Maintained
1396 F:      arch/arm/mach-dove/
1397 F:      arch/arm/mach-mv78xx0/
1398 F:      arch/arm/mach-orion5x/
1399 F:      arch/arm/plat-orion/
1400 F:      arch/arm/boot/dts/dove*
1401 F:      arch/arm/boot/dts/orion5x*
1402
1403
1404 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1405 M:      Alexander Clouter <alex@digriz.org.uk>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 W:      http://www.digriz.org.uk/ts78xx/kernel
1408 S:      Maintained
1409 F:      arch/arm/mach-orion5x/ts78xx-*
1410
1411 ARM/OXNAS platform support
1412 M:      Neil Armstrong <narmstrong@baylibre.com>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S:      Maintained
1415 F:      arch/arm/mach-oxnas/
1416 F:      arch/arm/boot/dts/oxnas*
1417 F:      arch/arm/boot/dts/wd-mbwe.dts
1418 N:      oxnas
1419
1420 ARM/Mediatek RTC DRIVER
1421 M:      Eddie Huang <eddie.huang@mediatek.com>
1422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1423 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      drivers/rtc/rtc-mt6397.c
1426
1427 ARM/Mediatek SoC support
1428 M:      Matthias Brugger <matthias.bgg@gmail.com>
1429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1431 S:      Maintained
1432 F:      arch/arm/boot/dts/mt6*
1433 F:      arch/arm/boot/dts/mt8*
1434 F:      arch/arm/mach-mediatek/
1435 N:      mtk
1436 K:      mediatek
1437
1438 ARM/Mediatek USB3 PHY DRIVER
1439 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443 F:      drivers/phy/phy-mt65xx-usb3.c
1444
1445 ARM/MICREL KS8695 ARCHITECTURE
1446 M:      Greg Ungerer <gerg@uclinux.org>
1447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1448 F:      arch/arm/mach-ks8695/
1449 S:      Odd Fixes
1450
1451 ARM/MIOA701 MACHINE SUPPORT
1452 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 F:      arch/arm/mach-pxa/mioa701.c
1455 S:      Maintained
1456
1457 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1458 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1459 S:      Maintained
1460
1461 ARM/NOMADIK ARCHITECTURE
1462 M:      Alessandro Rubini <rubini@unipv.it>
1463 M:      Linus Walleij <linus.walleij@linaro.org>
1464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1465 S:      Maintained
1466 F:      arch/arm/mach-nomadik/
1467 F:      drivers/pinctrl/nomadik/
1468 F:      drivers/i2c/busses/i2c-nomadik.c
1469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1470
1471 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1472 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1473 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1474 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1475 S:      Supported
1476
1477 ARM/TOSA MACHINE SUPPORT
1478 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1479 M:      Dirk Opfer <dirk@opfer-online.de>
1480 S:      Maintained
1481
1482 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1483 M:      Marek Vasut <marek.vasut@gmail.com>
1484 L:      linux-arm-kernel@lists.infradead.org
1485 W:      http://hackndev.com
1486 S:      Maintained
1487 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1488 F:      arch/arm/mach-pxa/palmtx.c
1489 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1490 F:      arch/arm/mach-pxa/palmt5.c
1491 F:      arch/arm/mach-pxa/include/mach/palmld.h
1492 F:      arch/arm/mach-pxa/palmld.c
1493 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1494 F:      arch/arm/mach-pxa/palmte2.c
1495 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1496 F:      arch/arm/mach-pxa/palmtc.c
1497
1498 ARM/PALM TREO SUPPORT
1499 M:      Tomas Cech <sleep_walker@suse.com>
1500 L:      linux-arm-kernel@lists.infradead.org
1501 W:      http://hackndev.com
1502 S:      Maintained
1503 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1504 F:      arch/arm/mach-pxa/palmtreo.c
1505
1506 ARM/PALMZ72 SUPPORT
1507 M:      Sergey Lapin <slapin@ossfans.org>
1508 L:      linux-arm-kernel@lists.infradead.org
1509 W:      http://hackndev.com
1510 S:      Maintained
1511 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1512 F:      arch/arm/mach-pxa/palmz72.c
1513
1514 ARM/PLEB SUPPORT
1515 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1516 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1517 S:      Maintained
1518
1519 ARM/PT DIGITAL BOARD PORT
1520 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 W:      http://www.armlinux.org.uk/
1523 S:      Maintained
1524
1525 ARM/QUALCOMM SUPPORT
1526 M:      Andy Gross <andy.gross@linaro.org>
1527 M:      David Brown <david.brown@linaro.org>
1528 L:      linux-arm-msm@vger.kernel.org
1529 L:      linux-soc@vger.kernel.org
1530 S:      Maintained
1531 F:      arch/arm/boot/dts/qcom-*.dts
1532 F:      arch/arm/boot/dts/qcom-*.dtsi
1533 F:      arch/arm/mach-qcom/
1534 F:      arch/arm64/boot/dts/qcom/*
1535 F:      drivers/i2c/busses/i2c-qup.c
1536 F:      drivers/clk/qcom/
1537 F:      drivers/soc/qcom/
1538 F:      drivers/spi/spi-qup.c
1539 F:      drivers/tty/serial/msm_serial.h
1540 F:      drivers/tty/serial/msm_serial.c
1541 F:      drivers/*/pm8???-*
1542 F:      drivers/mfd/ssbi.c
1543 F:      drivers/firmware/qcom_scm.c
1544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1545
1546 ARM/RADISYS ENP2611 MACHINE SUPPORT
1547 M:      Lennert Buytenhek <kernel@wantstofly.org>
1548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 S:      Maintained
1550
1551 ARM/RENESAS ARM64 ARCHITECTURE
1552 M:      Simon Horman <horms@verge.net.au>
1553 M:      Magnus Damm <magnus.damm@gmail.com>
1554 L:      linux-renesas-soc@vger.kernel.org
1555 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1557 S:      Supported
1558 F:      arch/arm64/boot/dts/renesas/
1559 F:      drivers/soc/renesas/
1560 F:      include/linux/soc/renesas/
1561
1562 ARM/RISCPC ARCHITECTURE
1563 M:      Russell King <linux@armlinux.org.uk>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 W:      http://www.armlinux.org.uk/
1566 S:      Maintained
1567 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1568 F:      arch/arm/include/asm/hardware/ioc.h
1569 F:      arch/arm/include/asm/hardware/iomd.h
1570 F:      arch/arm/include/asm/hardware/memc.h
1571 F:      arch/arm/mach-rpc/
1572 F:      drivers/net/ethernet/8390/etherh.c
1573 F:      drivers/net/ethernet/i825xx/ether1*
1574 F:      drivers/net/ethernet/seeq/ether3*
1575 F:      drivers/scsi/arm/
1576
1577 ARM/Rockchip SoC support
1578 M:      Heiko Stuebner <heiko@sntech.de>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 L:      linux-rockchip@lists.infradead.org
1581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1582 S:      Maintained
1583 F:      arch/arm/boot/dts/rk3*
1584 F:      arch/arm/mach-rockchip/
1585 F:      drivers/clk/rockchip/
1586 F:      drivers/i2c/busses/i2c-rk3x.c
1587 F:      drivers/*/*rockchip*
1588 F:      drivers/*/*/*rockchip*
1589 F:      sound/soc/rockchip/
1590 N:      rockchip
1591
1592 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1593 M:      Kukjin Kim <kgene@kernel.org>
1594 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1597 S:      Maintained
1598 F:      arch/arm/boot/dts/s3c*
1599 F:      arch/arm/boot/dts/s5p*
1600 F:      arch/arm/boot/dts/samsung*
1601 F:      arch/arm/boot/dts/exynos*
1602 F:      arch/arm64/boot/dts/exynos/
1603 F:      arch/arm/plat-samsung/
1604 F:      arch/arm/mach-s3c24*/
1605 F:      arch/arm/mach-s3c64xx/
1606 F:      arch/arm/mach-s5p*/
1607 F:      arch/arm/mach-exynos*/
1608 F:      drivers/*/*s3c2410*
1609 F:      drivers/*/*/*s3c2410*
1610 F:      drivers/memory/samsung/*
1611 F:      drivers/soc/samsung/*
1612 F:      drivers/spi/spi-s3c*
1613 F:      sound/soc/samsung/*
1614 F:      Documentation/arm/Samsung/
1615 F:      Documentation/devicetree/bindings/arm/samsung/
1616 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1617 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1618 N:      exynos
1619
1620 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1621 M:      Kyungmin Park <kyungmin.park@samsung.com>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 S:      Maintained
1624 F:      arch/arm/mach-s5pv210/
1625
1626 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1627 M:      Kyungmin Park <kyungmin.park@samsung.com>
1628 M:      Kamil Debski <k.debski@samsung.com>
1629 L:      linux-arm-kernel@lists.infradead.org
1630 L:      linux-media@vger.kernel.org
1631 S:      Maintained
1632 F:      drivers/media/platform/s5p-g2d/
1633
1634 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1635 M:      Kyungmin Park <kyungmin.park@samsung.com>
1636 M:      Kamil Debski <k.debski@samsung.com>
1637 M:      Jeongtae Park <jtp.park@samsung.com>
1638 L:      linux-arm-kernel@lists.infradead.org
1639 L:      linux-media@vger.kernel.org
1640 S:      Maintained
1641 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1642 F:      drivers/media/platform/s5p-mfc/
1643
1644 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1645 M:      Kyungmin Park <kyungmin.park@samsung.com>
1646 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1647 L:      linux-arm-kernel@lists.infradead.org
1648 L:      linux-media@vger.kernel.org
1649 S:      Maintained
1650 F:      drivers/media/platform/s5p-tv/
1651
1652 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1653 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1654 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1655 L:      linux-arm-kernel@lists.infradead.org
1656 L:      linux-media@vger.kernel.org
1657 S:      Maintained
1658 F:      drivers/media/platform/s5p-jpeg/
1659
1660 ARM/SHMOBILE ARM ARCHITECTURE
1661 M:      Simon Horman <horms@verge.net.au>
1662 M:      Magnus Damm <magnus.damm@gmail.com>
1663 L:      linux-renesas-soc@vger.kernel.org
1664 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1666 S:      Supported
1667 F:      arch/arm/boot/dts/emev2*
1668 F:      arch/arm/boot/dts/r7s*
1669 F:      arch/arm/boot/dts/r8a*
1670 F:      arch/arm/boot/dts/sh*
1671 F:      arch/arm/configs/shmobile_defconfig
1672 F:      arch/arm/include/debug/renesas-scif.S
1673 F:      arch/arm/mach-shmobile/
1674 F:      drivers/sh/
1675 F:      drivers/soc/renesas/
1676 F:      include/linux/soc/renesas/
1677
1678 ARM/SOCFPGA ARCHITECTURE
1679 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1680 S:      Maintained
1681 F:      arch/arm/mach-socfpga/
1682 F:      arch/arm/boot/dts/socfpga*
1683 F:      arch/arm/configs/socfpga_defconfig
1684 F:      arch/arm64/boot/dts/altera/
1685 W:      http://www.rocketboards.org
1686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1687
1688 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1689 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1690 S:      Maintained
1691 F:      drivers/clk/socfpga/
1692
1693 ARM/SOCFPGA EDAC SUPPORT
1694 M:      Thor Thayer <tthayer@opensource.altera.com>
1695 S:      Maintained
1696 F:      drivers/edac/altera_edac.
1697
1698 ARM/STI ARCHITECTURE
1699 M:      Patrice Chotard <patrice.chotard@st.com>
1700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 L:      kernel@stlinux.com
1702 W:      http://www.stlinux.com
1703 S:      Maintained
1704 F:      arch/arm/mach-sti/
1705 F:      arch/arm/boot/dts/sti*
1706 F:      drivers/char/hw_random/st-rng.c
1707 F:      drivers/clocksource/arm_global_timer.c
1708 F:      drivers/clocksource/clksrc_st_lpc.c
1709 F:      drivers/cpufreq/sti-cpufreq.c
1710 F:      drivers/i2c/busses/i2c-st.c
1711 F:      drivers/media/rc/st_rc.c
1712 F:      drivers/media/platform/sti/c8sectpfe/
1713 F:      drivers/mmc/host/sdhci-st.c
1714 F:      drivers/phy/phy-miphy28lp.c
1715 F:      drivers/phy/phy-miphy365x.c
1716 F:      drivers/phy/phy-stih407-usb.c
1717 F:      drivers/phy/phy-stih41x-usb.c
1718 F:      drivers/pinctrl/pinctrl-st.c
1719 F:      drivers/remoteproc/st_remoteproc.c
1720 F:      drivers/reset/sti/
1721 F:      drivers/rtc/rtc-st-lpc.c
1722 F:      drivers/tty/serial/st-asc.c
1723 F:      drivers/usb/dwc3/dwc3-st.c
1724 F:      drivers/usb/host/ehci-st.c
1725 F:      drivers/usb/host/ohci-st.c
1726 F:      drivers/watchdog/st_lpc_wdt.c
1727 F:      drivers/ata/ahci_st.c
1728
1729 ARM/STM32 ARCHITECTURE
1730 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1731 M:      Alexandre Torgue <alexandre.torgue@st.com>
1732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1733 S:      Maintained
1734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1735 N:      stm32
1736 F:      drivers/clocksource/armv7m_systick.c
1737
1738 ARM/TANGO ARCHITECTURE
1739 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1740 L:      linux-arm-kernel@lists.infradead.org
1741 S:      Maintained
1742 F:      arch/arm/mach-tango/
1743 F:      arch/arm/boot/dts/tango*
1744
1745 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1746 M:      Lennert Buytenhek <kernel@wantstofly.org>
1747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 S:      Maintained
1749
1750 ARM/TETON BGA MACHINE SUPPORT
1751 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 S:      Maintained
1754
1755 ARM/THECUS N2100 MACHINE SUPPORT
1756 M:      Lennert Buytenhek <kernel@wantstofly.org>
1757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 S:      Maintained
1759
1760 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1761 M:      Wan ZongShun <mcuos.com@gmail.com>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 W:      http://www.mcuos.com
1764 S:      Maintained
1765 F:      arch/arm/mach-w90x900/
1766 F:      drivers/input/keyboard/w90p910_keypad.c
1767 F:      drivers/input/touchscreen/w90p910_ts.c
1768 F:      drivers/watchdog/nuc900_wdt.c
1769 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1770 F:      drivers/mtd/nand/nuc900_nand.c
1771 F:      drivers/rtc/rtc-nuc900.c
1772 F:      drivers/spi/spi-nuc900.c
1773 F:      drivers/usb/host/ehci-w90x900.c
1774 F:      drivers/video/fbdev/nuc900fb.c
1775
1776 ARM/U300 MACHINE SUPPORT
1777 M:      Linus Walleij <linus.walleij@linaro.org>
1778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1779 S:      Supported
1780 F:      arch/arm/mach-u300/
1781 F:      drivers/clocksource/timer-u300.c
1782 F:      drivers/i2c/busses/i2c-stu300.c
1783 F:      drivers/rtc/rtc-coh901331.c
1784 F:      drivers/watchdog/coh901327_wdt.c
1785 F:      drivers/dma/coh901318*
1786 F:      drivers/mfd/ab3100*
1787 F:      drivers/rtc/rtc-ab3100.c
1788 F:      drivers/rtc/rtc-coh901331.c
1789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1790
1791 ARM/UNIPHIER ARCHITECTURE
1792 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 S:      Maintained
1795 F:      arch/arm/boot/dts/uniphier*
1796 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1797 F:      arch/arm/mach-uniphier/
1798 F:      arch/arm/mm/cache-uniphier.c
1799 F:      arch/arm64/boot/dts/socionext/
1800 F:      drivers/bus/uniphier-system-bus.c
1801 F:      drivers/i2c/busses/i2c-uniphier*
1802 F:      drivers/pinctrl/uniphier/
1803 F:      drivers/tty/serial/8250/8250_uniphier.c
1804 N:      uniphier
1805
1806 ARM/Ux500 ARM ARCHITECTURE
1807 M:      Linus Walleij <linus.walleij@linaro.org>
1808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809 S:      Maintained
1810 F:      arch/arm/mach-ux500/
1811 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1812 F:      drivers/dma/ste_dma40*
1813 F:      drivers/hwspinlock/u8500_hsem.c
1814 F:      drivers/mfd/abx500*
1815 F:      drivers/mfd/ab8500*
1816 F:      drivers/mfd/dbx500*
1817 F:      drivers/mfd/db8500*
1818 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1819 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1820 F:      drivers/rtc/rtc-ab8500.c
1821 F:      drivers/rtc/rtc-pl031.c
1822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1823
1824 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1825 M:      Ulf Hansson <ulf.hansson@linaro.org>
1826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1827 T:      git git://git.linaro.org/people/ulfh/clk.git
1828 S:      Maintained
1829 F:      drivers/clk/ux500/
1830 F:      include/linux/platform_data/clk-ux500.h
1831
1832 ARM/VERSATILE EXPRESS PLATFORM
1833 M:      Liviu Dudau <liviu.dudau@arm.com>
1834 M:      Sudeep Holla <sudeep.holla@arm.com>
1835 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837 S:      Maintained
1838 F:      arch/arm/boot/dts/vexpress*
1839 F:      arch/arm64/boot/dts/arm/
1840 F:      arch/arm/mach-vexpress/
1841 F:      */*/vexpress*
1842 F:      */*/*/vexpress*
1843 F:      drivers/clk/versatile/clk-vexpress-osc.c
1844 F:      drivers/clocksource/versatile.c
1845 N:      mps2
1846
1847 ARM/VFP SUPPORT
1848 M:      Russell King <linux@armlinux.org.uk>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 W:      http://www.armlinux.org.uk/
1851 S:      Maintained
1852 F:      arch/arm/vfp/
1853
1854 ARM/VOIPAC PXA270 SUPPORT
1855 M:      Marek Vasut <marek.vasut@gmail.com>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 S:      Maintained
1858 F:      arch/arm/mach-pxa/vpac270.c
1859 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1860
1861 ARM/VT8500 ARM ARCHITECTURE
1862 M:      Tony Prisk <linux@prisktech.co.nz>
1863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 S:      Maintained
1865 F:      arch/arm/mach-vt8500/
1866 F:      drivers/clocksource/vt8500_timer.c
1867 F:      drivers/i2c/busses/i2c-wmt.c
1868 F:      drivers/mmc/host/wmt-sdmmc.c
1869 F:      drivers/pwm/pwm-vt8500.c
1870 F:      drivers/rtc/rtc-vt8500.c
1871 F:      drivers/tty/serial/vt8500_serial.c
1872 F:      drivers/usb/host/ehci-platform.c
1873 F:      drivers/usb/host/uhci-platform.c
1874 F:      drivers/video/fbdev/vt8500lcdfb.*
1875 F:      drivers/video/fbdev/wm8505fb*
1876 F:      drivers/video/fbdev/wmt_ge_rops.*
1877
1878 ARM/ZIPIT Z2 SUPPORT
1879 M:      Marek Vasut <marek.vasut@gmail.com>
1880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 S:      Maintained
1882 F:      arch/arm/mach-pxa/z2.c
1883 F:      arch/arm/mach-pxa/include/mach/z2.h
1884
1885 ARM/ZTE ARCHITECTURE
1886 M:      Jun Nie <jun.nie@linaro.org>
1887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1888 S:      Maintained
1889 F:      arch/arm/mach-zx/
1890 F:      drivers/clk/zte/
1891 F:      Documentation/devicetree/bindings/arm/zte.txt
1892 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1893
1894 ARM/ZYNQ ARCHITECTURE
1895 M:      Michal Simek <michal.simek@xilinx.com>
1896 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1898 W:      http://wiki.xilinx.com
1899 T:      git https://github.com/Xilinx/linux-xlnx.git
1900 S:      Supported
1901 F:      arch/arm/mach-zynq/
1902 F:      drivers/cpuidle/cpuidle-zynq.c
1903 F:      drivers/block/xsysace.c
1904 N:      zynq
1905 N:      xilinx
1906 F:      drivers/clocksource/cadence_ttc_timer.c
1907 F:      drivers/i2c/busses/i2c-cadence.c
1908 F:      drivers/mmc/host/sdhci-of-arasan.c
1909 F:      drivers/edac/synopsys_edac.c
1910
1911 ARM SMMU DRIVERS
1912 M:      Will Deacon <will.deacon@arm.com>
1913 R:      Robin Murphy <robin.murphy@arm.com>
1914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S:      Maintained
1916 F:      drivers/iommu/arm-smmu.c
1917 F:      drivers/iommu/arm-smmu-v3.c
1918 F:      drivers/iommu/io-pgtable-arm.c
1919 F:      drivers/iommu/io-pgtable-arm-v7s.c
1920
1921 ARM64 PORT (AARCH64 ARCHITECTURE)
1922 M:      Catalin Marinas <catalin.marinas@arm.com>
1923 M:      Will Deacon <will.deacon@arm.com>
1924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1926 S:      Maintained
1927 F:      arch/arm64/
1928 F:      Documentation/arm64/
1929
1930 AS3645A LED FLASH CONTROLLER DRIVER
1931 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1932 L:      linux-media@vger.kernel.org
1933 T:      git git://linuxtv.org/media_tree.git
1934 S:      Maintained
1935 F:      drivers/media/i2c/as3645a.c
1936 F:      include/media/i2c/as3645a.h
1937
1938 ASC7621 HARDWARE MONITOR DRIVER
1939 M:      George Joseph <george.joseph@fairview5.com>
1940 L:      linux-hwmon@vger.kernel.org
1941 S:      Maintained
1942 F:      Documentation/hwmon/asc7621
1943 F:      drivers/hwmon/asc7621.c
1944
1945 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1946 M:      Corentin Chary <corentin.chary@gmail.com>
1947 L:      acpi4asus-user@lists.sourceforge.net
1948 L:      platform-driver-x86@vger.kernel.org
1949 W:      http://acpi4asus.sf.net
1950 S:      Maintained
1951 F:      drivers/platform/x86/asus*.c
1952 F:      drivers/platform/x86/eeepc*.c
1953
1954 ASUS WIRELESS RADIO CONTROL DRIVER
1955 M:      João Paulo Rechi Vita <jprvita@gmail.com>
1956 L:      platform-driver-x86@vger.kernel.org
1957 S:      Maintained
1958 F:      drivers/platform/x86/asus-wireless.c
1959
1960 ASYMMETRIC KEYS
1961 M:      David Howells <dhowells@redhat.com>
1962 L:      keyrings@vger.kernel.org
1963 S:      Maintained
1964 F:      Documentation/crypto/asymmetric-keys.txt
1965 F:      include/linux/verification.h
1966 F:      include/crypto/public_key.h
1967 F:      include/crypto/pkcs7.h
1968 F:      crypto/asymmetric_keys/
1969
1970 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1971 R:      Dan Williams <dan.j.williams@intel.com>
1972 W:      http://sourceforge.net/projects/xscaleiop
1973 S:      Odd fixes
1974 F:      Documentation/crypto/async-tx-api.txt
1975 F:      crypto/async_tx/
1976 F:      drivers/dma/
1977 F:      include/linux/dmaengine.h
1978 F:      include/linux/async_tx.h
1979
1980 AT24 EEPROM DRIVER
1981 M:      Wolfram Sang <wsa@the-dreams.de>
1982 L:      linux-i2c@vger.kernel.org
1983 S:      Maintained
1984 F:      drivers/misc/eeprom/at24.c
1985 F:      include/linux/platform_data/at24.h
1986
1987 ATA OVER ETHERNET (AOE) DRIVER
1988 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1989 W:      http://www.openaoe.org/
1990 S:      Supported
1991 F:      Documentation/aoe/
1992 F:      drivers/block/aoe/
1993
1994 ATHEROS 71XX/9XXX GPIO DRIVER
1995 M:      Alban Bedel <albeu@free.fr>
1996 W:      https://github.com/AlbanBedel/linux
1997 T:      git git://github.com/AlbanBedel/linux
1998 S:      Maintained
1999 F:      drivers/gpio/gpio-ath79.c
2000 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2001
2002 ATHEROS ATH GENERIC UTILITIES
2003 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2004 L:      linux-wireless@vger.kernel.org
2005 S:      Supported
2006 F:      drivers/net/wireless/ath/*
2007
2008 ATHEROS ATH5K WIRELESS DRIVER
2009 M:      Jiri Slaby <jirislaby@gmail.com>
2010 M:      Nick Kossifidis <mickflemm@gmail.com>
2011 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2012 L:      linux-wireless@vger.kernel.org
2013 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2014 S:      Maintained
2015 F:      drivers/net/wireless/ath/ath5k/
2016
2017 ATHEROS ATH6KL WIRELESS DRIVER
2018 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2019 L:      linux-wireless@vger.kernel.org
2020 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2022 S:      Supported
2023 F:      drivers/net/wireless/ath/ath6kl/
2024
2025 WILOCITY WIL6210 WIRELESS DRIVER
2026 M:      Maya Erez <qca_merez@qca.qualcomm.com>
2027 L:      linux-wireless@vger.kernel.org
2028 L:      wil6210@qca.qualcomm.com
2029 S:      Supported
2030 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2031 F:      drivers/net/wireless/ath/wil6210/
2032 F:      include/uapi/linux/wil6210_uapi.h
2033
2034 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2035 M:      Christian Lamparter <chunkeey@googlemail.com>
2036 L:      linux-wireless@vger.kernel.org
2037 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2038 S:      Maintained
2039 F:      drivers/net/wireless/ath/carl9170/
2040
2041 ATK0110 HWMON DRIVER
2042 M:      Luca Tettamanti <kronos.it@gmail.com>
2043 L:      linux-hwmon@vger.kernel.org
2044 S:      Maintained
2045 F:      drivers/hwmon/asus_atk0110.c
2046
2047 ATI_REMOTE2 DRIVER
2048 M:      Ville Syrjala <syrjala@sci.fi>
2049 S:      Maintained
2050 F:      drivers/input/misc/ati_remote2.c
2051
2052 ATLX ETHERNET DRIVERS
2053 M:      Jay Cliburn <jcliburn@gmail.com>
2054 M:      Chris Snook <chris.snook@gmail.com>
2055 L:      netdev@vger.kernel.org
2056 W:      http://sourceforge.net/projects/atl1
2057 W:      http://atl1.sourceforge.net
2058 S:      Maintained
2059 F:      drivers/net/ethernet/atheros/
2060
2061 ATM
2062 M:      Chas Williams <3chas3@gmail.com>
2063 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2064 L:      netdev@vger.kernel.org
2065 W:      http://linux-atm.sourceforge.net
2066 S:      Maintained
2067 F:      drivers/atm/
2068 F:      include/linux/atm*
2069 F:      include/uapi/linux/atm*
2070
2071 ATMEL AT91 / AT32 MCI DRIVER
2072 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2073 S:      Maintained
2074 F:      drivers/mmc/host/atmel-mci.c
2075
2076 ATMEL AT91 / AT32 SERIAL DRIVER
2077 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2078 S:      Supported
2079 F:      drivers/tty/serial/atmel_serial.c
2080
2081 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2082 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2083 S:      Supported
2084 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2085
2086 ATMEL SAMA5D2 ADC DRIVER
2087 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2088 L:      linux-iio@vger.kernel.org
2089 S:      Supported
2090 F:      drivers/iio/adc/at91-sama5d2_adc.c
2091
2092 ATMEL Audio ALSA driver
2093 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2094 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2095 S:      Supported
2096 F:      sound/soc/atmel
2097
2098 ATMEL DMA DRIVER
2099 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2101 S:      Supported
2102 F:      drivers/dma/at_hdmac.c
2103 F:      drivers/dma/at_hdmac_regs.h
2104 F:      include/linux/platform_data/dma-atmel.h
2105
2106 ATMEL XDMA DRIVER
2107 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2108 L:      linux-arm-kernel@lists.infradead.org
2109 L:      dmaengine@vger.kernel.org
2110 S:      Supported
2111 F:      drivers/dma/at_xdmac.c
2112
2113 ATMEL I2C DRIVER
2114 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2115 L:      linux-i2c@vger.kernel.org
2116 S:      Supported
2117 F:      drivers/i2c/busses/i2c-at91.c
2118
2119 ATMEL ISI DRIVER
2120 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2121 L:      linux-media@vger.kernel.org
2122 S:      Supported
2123 F:      drivers/media/platform/soc_camera/atmel-isi.c
2124 F:      include/media/atmel-isi.h
2125
2126 ATMEL LCDFB DRIVER
2127 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2128 L:      linux-fbdev@vger.kernel.org
2129 S:      Maintained
2130 F:      drivers/video/fbdev/atmel_lcdfb.c
2131 F:      include/video/atmel_lcdc.h
2132
2133 ATMEL MACB ETHERNET DRIVER
2134 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2135 S:      Supported
2136 F:      drivers/net/ethernet/cadence/
2137
2138 ATMEL NAND DRIVER
2139 M:      Wenyou Yang <wenyou.yang@atmel.com>
2140 M:      Josh Wu <rainyfeeling@outlook.com>
2141 L:      linux-mtd@lists.infradead.org
2142 S:      Supported
2143 F:      drivers/mtd/nand/atmel_nand*
2144
2145 ATMEL SDMMC DRIVER
2146 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2147 L:      linux-mmc@vger.kernel.org
2148 S:      Supported
2149 F:      drivers/mmc/host/sdhci-of-at91.c
2150
2151 ATMEL SPI DRIVER
2152 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2153 S:      Supported
2154 F:      drivers/spi/spi-atmel.*
2155
2156 ATMEL SSC DRIVER
2157 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2159 S:      Supported
2160 F:      drivers/misc/atmel-ssc.c
2161 F:      include/linux/atmel-ssc.h
2162
2163 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2164 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2166 S:      Supported
2167 F:      drivers/misc/atmel_tclib.c
2168 F:      drivers/clocksource/tcb_clksrc.c
2169
2170 ATMEL USBA UDC DRIVER
2171 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2173 S:      Supported
2174 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2175
2176 ATMEL WIRELESS DRIVER
2177 M:      Simon Kelley <simon@thekelleys.org.uk>
2178 L:      linux-wireless@vger.kernel.org
2179 W:      http://www.thekelleys.org.uk/atmel
2180 W:      http://atmelwlandriver.sourceforge.net/
2181 S:      Maintained
2182 F:      drivers/net/wireless/atmel/atmel*
2183
2184 ATMEL MAXTOUCH DRIVER
2185 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2186 T:      git git://github.com/atmel-maxtouch/linux.git
2187 S:      Supported
2188 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2189 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2190 F:      include/linux/platform_data/atmel_mxt_ts.h
2191
2192 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2193 M:      Bradley Grove <linuxdrivers@attotech.com>
2194 L:      linux-scsi@vger.kernel.org
2195 W:      http://www.attotech.com
2196 S:      Supported
2197 F:      drivers/scsi/esas2r
2198
2199 ATUSB IEEE 802.15.4 RADIO DRIVER
2200 M:      Stefan Schmidt <stefan@osg.samsung.com>
2201 L:      linux-wpan@vger.kernel.org
2202 S:      Maintained
2203 F:      drivers/net/ieee802154/atusb.c
2204 F:      drivers/net/ieee802154/atusb.h
2205 F:      drivers/net/ieee802154/at86rf230.h
2206
2207 AUDIT SUBSYSTEM
2208 M:      Paul Moore <paul@paul-moore.com>
2209 M:      Eric Paris <eparis@redhat.com>
2210 L:      linux-audit@redhat.com (moderated for non-subscribers)
2211 W:      http://people.redhat.com/sgrubb/audit/
2212 T:      git git://git.infradead.org/users/pcmoore/audit
2213 S:      Maintained
2214 F:      include/linux/audit.h
2215 F:      include/uapi/linux/audit.h
2216 F:      kernel/audit*
2217
2218 AUXILIARY DISPLAY DRIVERS
2219 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2220 W:      http://miguelojeda.es/auxdisplay.htm
2221 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2222 S:      Maintained
2223 F:      drivers/auxdisplay/
2224 F:      include/linux/cfag12864b.h
2225
2226 AVR32 ARCHITECTURE
2227 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2228 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2229 W:      http://www.atmel.com/products/AVR32/
2230 W:      http://mirror.egtvedt.no/avr32linux.org/
2231 W:      http://avrfreaks.net/
2232 S:      Maintained
2233 F:      arch/avr32/
2234
2235 AVR32/AT32AP MACHINE SUPPORT
2236 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2237 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2238 S:      Maintained
2239 F:      arch/avr32/mach-at32ap/
2240
2241 AX.25 NETWORK LAYER
2242 M:      Ralf Baechle <ralf@linux-mips.org>
2243 L:      linux-hams@vger.kernel.org
2244 W:      http://www.linux-ax25.org/
2245 S:      Maintained
2246 F:      include/uapi/linux/ax25.h
2247 F:      include/net/ax25.h
2248 F:      net/ax25/
2249
2250 AZ6007 DVB DRIVER
2251 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2252 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2253 L:      linux-media@vger.kernel.org
2254 W:      https://linuxtv.org
2255 T:      git git://linuxtv.org/media_tree.git
2256 S:      Maintained
2257 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2258
2259 AZTECH FM RADIO RECEIVER DRIVER
2260 M:      Hans Verkuil <hverkuil@xs4all.nl>
2261 L:      linux-media@vger.kernel.org
2262 T:      git git://linuxtv.org/media_tree.git
2263 W:      https://linuxtv.org
2264 S:      Maintained
2265 F:      drivers/media/radio/radio-aztech*
2266
2267 B43 WIRELESS DRIVER
2268 L:      linux-wireless@vger.kernel.org
2269 L:      b43-dev@lists.infradead.org
2270 W:      http://wireless.kernel.org/en/users/Drivers/b43
2271 S:      Odd Fixes
2272 F:      drivers/net/wireless/broadcom/b43/
2273
2274 B43LEGACY WIRELESS DRIVER
2275 M:      Larry Finger <Larry.Finger@lwfinger.net>
2276 L:      linux-wireless@vger.kernel.org
2277 L:      b43-dev@lists.infradead.org
2278 W:      http://wireless.kernel.org/en/users/Drivers/b43
2279 S:      Maintained
2280 F:      drivers/net/wireless/broadcom/b43legacy/
2281
2282 BACKLIGHT CLASS/SUBSYSTEM
2283 M:      Jingoo Han <jingoohan1@gmail.com>
2284 M:      Lee Jones <lee.jones@linaro.org>
2285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2286 S:      Maintained
2287 F:      drivers/video/backlight/
2288 F:      include/linux/backlight.h
2289
2290 BATMAN ADVANCED
2291 M:      Marek Lindner <mareklindner@neomailbox.ch>
2292 M:      Simon Wunderlich <sw@simonwunderlich.de>
2293 M:      Antonio Quartulli <a@unstable.cc>
2294 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2295 W:      https://www.open-mesh.org/
2296 Q:      https://patchwork.open-mesh.org/project/batman/list/
2297 S:      Maintained
2298 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2299 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2300 F:      Documentation/networking/batman-adv.txt
2301 F:      include/uapi/linux/batman_adv.h
2302 F:      net/batman-adv/
2303
2304 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2305 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2306 L:      linux-hams@vger.kernel.org
2307 W:      http://www.baycom.org/~tom/ham/ham.html
2308 S:      Maintained
2309 F:      drivers/net/hamradio/baycom*
2310
2311 BCACHE (BLOCK LAYER CACHE)
2312 M:      Kent Overstreet <kent.overstreet@gmail.com>
2313 L:      linux-bcache@vger.kernel.org
2314 W:      http://bcache.evilpiepirate.org
2315 S:      Orphan
2316 F:      drivers/md/bcache/
2317
2318 BDISP ST MEDIA DRIVER
2319 M:      Fabien Dessenne <fabien.dessenne@st.com>
2320 L:      linux-media@vger.kernel.org
2321 T:      git git://linuxtv.org/media_tree.git
2322 W:      https://linuxtv.org
2323 S:      Supported
2324 F:      drivers/media/platform/sti/bdisp
2325
2326 BEFS FILE SYSTEM
2327 S:      Orphan
2328 F:      Documentation/filesystems/befs.txt
2329 F:      fs/befs/
2330
2331 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2332 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2333 L:      netdev@vger.kernel.org
2334 S:      Maintained
2335 F:      drivers/net/ethernet/ec_bhf.c
2336
2337 BFS FILE SYSTEM
2338 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2339 S:      Maintained
2340 F:      Documentation/filesystems/bfs.txt
2341 F:      fs/bfs/
2342 F:      include/uapi/linux/bfs_fs.h
2343
2344 BLACKFIN ARCHITECTURE
2345 M:      Steven Miao <realmz6@gmail.com>
2346 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2347 T:      git git://git.code.sf.net/p/adi-linux/code
2348 W:      http://blackfin.uclinux.org
2349 S:      Supported
2350 F:      arch/blackfin/
2351
2352 BLACKFIN EMAC DRIVER
2353 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2354 W:      http://blackfin.uclinux.org
2355 S:      Supported
2356 F:      drivers/net/ethernet/adi/
2357
2358 BLACKFIN RTC DRIVER
2359 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2360 W:      http://blackfin.uclinux.org
2361 S:      Supported
2362 F:      drivers/rtc/rtc-bfin.c
2363
2364 BLACKFIN SDH DRIVER
2365 M:      Sonic Zhang <sonic.zhang@analog.com>
2366 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2367 W:      http://blackfin.uclinux.org
2368 S:      Supported
2369 F:      drivers/mmc/host/bfin_sdh.c
2370
2371 BLACKFIN SERIAL DRIVER
2372 M:      Sonic Zhang <sonic.zhang@analog.com>
2373 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2374 W:      http://blackfin.uclinux.org
2375 S:      Supported
2376 F:      drivers/tty/serial/bfin_uart.c
2377
2378 BLACKFIN WATCHDOG DRIVER
2379 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2380 W:      http://blackfin.uclinux.org
2381 S:      Supported
2382 F:      drivers/watchdog/bfin_wdt.c
2383
2384 BLACKFIN I2C TWI DRIVER
2385 M:      Sonic Zhang <sonic.zhang@analog.com>
2386 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2387 W:      http://blackfin.uclinux.org/
2388 S:      Supported
2389 F:      drivers/i2c/busses/i2c-bfin-twi.c
2390
2391 BLACKFIN MEDIA DRIVER
2392 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2393 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2394 W:      http://blackfin.uclinux.org/
2395 S:      Supported
2396 F:      drivers/media/platform/blackfin/
2397 F:      drivers/media/i2c/adv7183*
2398 F:      drivers/media/i2c/vs6624*
2399
2400 BLINKM RGB LED DRIVER
2401 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2402 S:      Maintained
2403 F:      drivers/leds/leds-blinkm.c
2404
2405 BLOCK LAYER
2406 M:      Jens Axboe <axboe@kernel.dk>
2407 L:      linux-block@vger.kernel.org
2408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2409 S:      Maintained
2410 F:      block/
2411 F:      kernel/trace/blktrace.c
2412
2413 BLOCK2MTD DRIVER
2414 M:      Joern Engel <joern@lazybastard.org>
2415 L:      linux-mtd@lists.infradead.org
2416 S:      Maintained
2417 F:      drivers/mtd/devices/block2mtd.c
2418
2419 BLUETOOTH DRIVERS
2420 M:      Marcel Holtmann <marcel@holtmann.org>
2421 M:      Gustavo Padovan <gustavo@padovan.org>
2422 M:      Johan Hedberg <johan.hedberg@gmail.com>
2423 L:      linux-bluetooth@vger.kernel.org
2424 W:      http://www.bluez.org/
2425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2427 S:      Maintained
2428 F:      drivers/bluetooth/
2429
2430 BLUETOOTH SUBSYSTEM
2431 M:      Marcel Holtmann <marcel@holtmann.org>
2432 M:      Gustavo Padovan <gustavo@padovan.org>
2433 M:      Johan Hedberg <johan.hedberg@gmail.com>
2434 L:      linux-bluetooth@vger.kernel.org
2435 W:      http://www.bluez.org/
2436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2438 S:      Maintained
2439 F:      net/bluetooth/
2440 F:      include/net/bluetooth/
2441
2442 BONDING DRIVER
2443 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2444 M:      Veaceslav Falico <vfalico@gmail.com>
2445 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2446 L:      netdev@vger.kernel.org
2447 W:      http://sourceforge.net/projects/bonding/
2448 S:      Supported
2449 F:      drivers/net/bonding/
2450 F:      include/uapi/linux/if_bonding.h
2451
2452 BPF (Safe dynamic programs and tools)
2453 M:      Alexei Starovoitov <ast@kernel.org>
2454 L:      netdev@vger.kernel.org
2455 L:      linux-kernel@vger.kernel.org
2456 S:      Supported
2457 F:      kernel/bpf/
2458
2459 BROADCOM B44 10/100 ETHERNET DRIVER
2460 M:      Gary Zambrano <zambrano@broadcom.com>
2461 L:      netdev@vger.kernel.org
2462 S:      Supported
2463 F:      drivers/net/ethernet/broadcom/b44.*
2464
2465 BROADCOM B53 ETHERNET SWITCH DRIVER
2466 M:      Florian Fainelli <f.fainelli@gmail.com>
2467 L:      netdev@vger.kernel.org
2468 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2469 S:      Supported
2470 F:      drivers/net/dsa/b53/*
2471 F:      include/linux/platform_data/b53.h
2472
2473 BROADCOM GENET ETHERNET DRIVER
2474 M:      Florian Fainelli <f.fainelli@gmail.com>
2475 L:      netdev@vger.kernel.org
2476 S:      Supported
2477 F:      drivers/net/ethernet/broadcom/genet/
2478
2479 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2480 M:      Sony Chacko <sony.chacko@qlogic.com>
2481 M:      Dept-HSGLinuxNICDev@qlogic.com
2482 L:      netdev@vger.kernel.org
2483 S:      Supported
2484 F:      drivers/net/ethernet/broadcom/bnx2.*
2485 F:      drivers/net/ethernet/broadcom/bnx2_*
2486
2487 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2488 M:      Ariel Elior <ariel.elior@qlogic.com>
2489 L:      netdev@vger.kernel.org
2490 S:      Supported
2491 F:      drivers/net/ethernet/broadcom/bnx2x/
2492
2493 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2494 M:      Florian Fainelli <f.fainelli@gmail.com>
2495 M:      Ray Jui <rjui@broadcom.com>
2496 M:      Scott Branden <sbranden@broadcom.com>
2497 L:      bcm-kernel-feedback-list@broadcom.com
2498 T:      git git://github.com/broadcom/mach-bcm
2499 S:      Maintained
2500 F:      arch/arm/mach-bcm/
2501 F:      arch/arm/boot/dts/bcm113*
2502 F:      arch/arm/boot/dts/bcm216*
2503 F:      arch/arm/boot/dts/bcm281*
2504 F:      arch/arm64/boot/dts/broadcom/
2505 F:      arch/arm/configs/bcm_defconfig
2506 F:      drivers/mmc/host/sdhci-bcm-kona.c
2507 F:      drivers/clocksource/bcm_kona_timer.c
2508
2509 BROADCOM BCM2835 ARM ARCHITECTURE
2510 M:      Stephen Warren <swarren@wwwdotorg.org>
2511 M:      Lee Jones <lee@kernel.org>
2512 M:      Eric Anholt <eric@anholt.net>
2513 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2516 S:      Maintained
2517 N:      bcm2835
2518
2519 BROADCOM BCM47XX MIPS ARCHITECTURE
2520 M:      Hauke Mehrtens <hauke@hauke-m.de>
2521 M:      Rafał Miłecki <zajec5@gmail.com>
2522 L:      linux-mips@linux-mips.org
2523 S:      Maintained
2524 F:      Documentation/devicetree/bindings/mips/brcm/
2525 F:      arch/mips/bcm47xx/*
2526 F:      arch/mips/include/asm/mach-bcm47xx/*
2527
2528 BROADCOM BCM5301X ARM ARCHITECTURE
2529 M:      Hauke Mehrtens <hauke@hauke-m.de>
2530 L:      linux-arm-kernel@lists.infradead.org
2531 S:      Maintained
2532 F:      arch/arm/mach-bcm/bcm_5301x.c
2533 F:      arch/arm/boot/dts/bcm5301x.dtsi
2534 F:      arch/arm/boot/dts/bcm470*
2535
2536 BROADCOM BCM63XX ARM ARCHITECTURE
2537 M:      Florian Fainelli <f.fainelli@gmail.com>
2538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2539 L:      bcm-kernel-feedback-list@broadcom.com
2540 T:      git git://github.com/broadcom/stblinux.git
2541 S:      Maintained
2542 F:      arch/arm/mach-bcm/bcm63xx.c
2543 F:      arch/arm/include/debug/bcm63xx.S
2544
2545 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2546 M:      Kevin Cernekee <cernekee@gmail.com>
2547 L:      linux-usb@vger.kernel.org
2548 S:      Maintained
2549 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2550
2551 BROADCOM BCM7XXX ARM ARCHITECTURE
2552 M:      Brian Norris <computersforpeace@gmail.com>
2553 M:      Gregory Fong <gregory.0xf0@gmail.com>
2554 M:      Florian Fainelli <f.fainelli@gmail.com>
2555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2556 L:      bcm-kernel-feedback-list@broadcom.com
2557 T:      git git://github.com/broadcom/stblinux.git
2558 S:      Maintained
2559 F:      arch/arm/mach-bcm/*brcmstb*
2560 F:      arch/arm/boot/dts/bcm7*.dts*
2561 F:      drivers/bus/brcmstb_gisb.c
2562 N:      brcmstb
2563
2564 BROADCOM BMIPS MIPS ARCHITECTURE
2565 M:      Kevin Cernekee <cernekee@gmail.com>
2566 M:      Florian Fainelli <f.fainelli@gmail.com>
2567 L:      linux-mips@linux-mips.org
2568 T:      git git://github.com/broadcom/stblinux.git
2569 S:      Maintained
2570 F:      arch/mips/bmips/*
2571 F:      arch/mips/include/asm/mach-bmips/*
2572 F:      arch/mips/kernel/*bmips*
2573 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2574 F:      drivers/irqchip/irq-bcm63*
2575 F:      drivers/irqchip/irq-bcm7*
2576 F:      drivers/irqchip/irq-brcmstb*
2577 F:      include/linux/bcm963xx_nvram.h
2578 F:      include/linux/bcm963xx_tag.h
2579
2580 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2581 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2582 M:      Prashant Sreedharan <prashant@broadcom.com>
2583 M:      Michael Chan <mchan@broadcom.com>
2584 L:      netdev@vger.kernel.org
2585 S:      Supported
2586 F:      drivers/net/ethernet/broadcom/tg3.*
2587
2588 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2589 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2590 M:      Franky Lin <franky.lin@broadcom.com>
2591 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2592 L:      linux-wireless@vger.kernel.org
2593 L:      brcm80211-dev-list.pdl@broadcom.com
2594 S:      Supported
2595 F:      drivers/net/wireless/broadcom/brcm80211/
2596
2597 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2598 M:      QLogic-Storage-Upstream@qlogic.com
2599 L:      linux-scsi@vger.kernel.org
2600 S:      Supported
2601 F:      drivers/scsi/bnx2fc/
2602
2603 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2604 M:      QLogic-Storage-Upstream@qlogic.com
2605 L:      linux-scsi@vger.kernel.org
2606 S:      Supported
2607 F:      drivers/scsi/bnx2i/
2608
2609 BROADCOM IPROC ARM ARCHITECTURE
2610 M:      Ray Jui <rjui@broadcom.com>
2611 M:      Scott Branden <sbranden@broadcom.com>
2612 M:      Jon Mason <jonmason@broadcom.com>
2613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2614 L:      bcm-kernel-feedback-list@broadcom.com
2615 T:      git git://github.com/broadcom/cygnus-linux.git
2616 S:      Maintained
2617 N:      iproc
2618 N:      cygnus
2619 N:      nsp
2620 N:      bcm9113*
2621 N:      bcm9583*
2622 N:      bcm9585*
2623 N:      bcm9586*
2624 N:      bcm988312
2625 N:      bcm113*
2626 N:      bcm583*
2627 N:      bcm585*
2628 N:      bcm586*
2629 N:      bcm88312
2630
2631 BROADCOM BRCMSTB GPIO DRIVER
2632 M:      Gregory Fong <gregory.0xf0@gmail.com>
2633 L:      bcm-kernel-feedback-list@broadcom.com
2634 S:      Supported
2635 F:      drivers/gpio/gpio-brcmstb.c
2636 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2637
2638 BROADCOM KONA GPIO DRIVER
2639 M:      Ray Jui <rjui@broadcom.com>
2640 L:      bcm-kernel-feedback-list@broadcom.com
2641 S:      Supported
2642 F:      drivers/gpio/gpio-bcm-kona.c
2643 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2644
2645 BROADCOM NVRAM DRIVER
2646 M:      Rafał Miłecki <zajec5@gmail.com>
2647 L:      linux-mips@linux-mips.org
2648 S:      Maintained
2649 F:      drivers/firmware/broadcom/*
2650
2651 BROADCOM STB NAND FLASH DRIVER
2652 M:      Brian Norris <computersforpeace@gmail.com>
2653 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2654 L:      linux-mtd@lists.infradead.org
2655 L:      bcm-kernel-feedback-list@broadcom.com
2656 S:      Maintained
2657 F:      drivers/mtd/nand/brcmnand/
2658
2659 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2660 M:      Rafał Miłecki <zajec5@gmail.com>
2661 L:      linux-wireless@vger.kernel.org
2662 S:      Maintained
2663 F:      drivers/bcma/
2664 F:      include/linux/bcma/
2665
2666 BROADCOM SYSTEMPORT ETHERNET DRIVER
2667 M:      Florian Fainelli <f.fainelli@gmail.com>
2668 L:      netdev@vger.kernel.org
2669 S:      Supported
2670 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2671
2672 BROADCOM VULCAN ARM64 SOC
2673 M:      Jayachandran C. <jchandra@broadcom.com>
2674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2675 L:      bcm-kernel-feedback-list@broadcom.com
2676 S:      Maintained
2677 F:      arch/arm64/boot/dts/broadcom/vulcan*
2678
2679 BROCADE BFA FC SCSI DRIVER
2680 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2681 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2682 L:      linux-scsi@vger.kernel.org
2683 S:      Supported
2684 F:      drivers/scsi/bfa/
2685
2686 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2687 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2688 L:      netdev@vger.kernel.org
2689 S:      Supported
2690 F:      drivers/net/ethernet/brocade/bna/
2691
2692 BSG (block layer generic sg v4 driver)
2693 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2694 L:      linux-scsi@vger.kernel.org
2695 S:      Supported
2696 F:      block/bsg.c
2697 F:      include/linux/bsg.h
2698 F:      include/uapi/linux/bsg.h
2699
2700 BT87X AUDIO DRIVER
2701 M:      Clemens Ladisch <clemens@ladisch.de>
2702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2703 T:      git git://git.alsa-project.org/alsa-kernel.git
2704 S:      Maintained
2705 F:      Documentation/sound/alsa/Bt87x.txt
2706 F:      sound/pci/bt87x.c
2707
2708 BT8XXGPIO DRIVER
2709 M:      Michael Buesch <m@bues.ch>
2710 W:      http://bu3sch.de/btgpio.php
2711 S:      Maintained
2712 F:      drivers/gpio/gpio-bt8xx.c
2713
2714 BTRFS FILE SYSTEM
2715 M:      Chris Mason <clm@fb.com>
2716 M:      Josef Bacik <jbacik@fb.com>
2717 M:      David Sterba <dsterba@suse.com>
2718 L:      linux-btrfs@vger.kernel.org
2719 W:      http://btrfs.wiki.kernel.org/
2720 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2722 S:      Maintained
2723 F:      Documentation/filesystems/btrfs.txt
2724 F:      fs/btrfs/
2725
2726 BTTV VIDEO4LINUX DRIVER
2727 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2728 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2729 L:      linux-media@vger.kernel.org
2730 W:      https://linuxtv.org
2731 T:      git git://linuxtv.org/media_tree.git
2732 S:      Odd fixes
2733 F:      Documentation/video4linux/bttv/
2734 F:      drivers/media/pci/bt8xx/bttv*
2735
2736 BUSLOGIC SCSI DRIVER
2737 M:      Khalid Aziz <khalid@gonehiking.org>
2738 L:      linux-scsi@vger.kernel.org
2739 S:      Maintained
2740 F:      drivers/scsi/BusLogic.*
2741 F:      drivers/scsi/FlashPoint.*
2742
2743 C-MEDIA CMI8788 DRIVER
2744 M:      Clemens Ladisch <clemens@ladisch.de>
2745 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2746 T:      git git://git.alsa-project.org/alsa-kernel.git
2747 S:      Maintained
2748 F:      sound/pci/oxygen/
2749
2750 C6X ARCHITECTURE
2751 M:      Mark Salter <msalter@redhat.com>
2752 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2753 L:      linux-c6x-dev@linux-c6x.org
2754 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2755 S:      Maintained
2756 F:      arch/c6x/
2757
2758 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2759 M:      David Howells <dhowells@redhat.com>
2760 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2761 S:      Supported
2762 F:      Documentation/filesystems/caching/cachefiles.txt
2763 F:      fs/cachefiles/
2764
2765 CADET FM/AM RADIO RECEIVER DRIVER
2766 M:      Hans Verkuil <hverkuil@xs4all.nl>
2767 L:      linux-media@vger.kernel.org
2768 T:      git git://linuxtv.org/media_tree.git
2769 W:      https://linuxtv.org
2770 S:      Maintained
2771 F:      drivers/media/radio/radio-cadet*
2772
2773 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2774 M:      Jonathan Corbet <corbet@lwn.net>
2775 L:      linux-media@vger.kernel.org
2776 T:      git git://linuxtv.org/media_tree.git
2777 S:      Maintained
2778 F:      Documentation/video4linux/cafe_ccic
2779 F:      drivers/media/platform/marvell-ccic/
2780
2781 CAIF NETWORK LAYER
2782 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2783 L:      netdev@vger.kernel.org
2784 S:      Supported
2785 F:      Documentation/networking/caif/
2786 F:      drivers/net/caif/
2787 F:      include/uapi/linux/caif/
2788 F:      include/net/caif/
2789 F:      net/caif/
2790
2791 CALGARY x86-64 IOMMU
2792 M:      Muli Ben-Yehuda <mulix@mulix.org>
2793 M:      Jon Mason <jdmason@kudzu.us>
2794 L:      iommu@lists.linux-foundation.org
2795 S:      Maintained
2796 F:      arch/x86/kernel/pci-calgary_64.c
2797 F:      arch/x86/kernel/tce_64.c
2798 F:      arch/x86/include/asm/calgary.h
2799 F:      arch/x86/include/asm/tce.h
2800
2801 CAN NETWORK LAYER
2802 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2803 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2804 L:      linux-can@vger.kernel.org
2805 W:      https://github.com/linux-can
2806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2808 S:      Maintained
2809 F:      Documentation/networking/can.txt
2810 F:      net/can/
2811 F:      include/linux/can/core.h
2812 F:      include/uapi/linux/can.h
2813 F:      include/uapi/linux/can/bcm.h
2814 F:      include/uapi/linux/can/raw.h
2815 F:      include/uapi/linux/can/gw.h
2816
2817 CAN NETWORK DRIVERS
2818 M:      Wolfgang Grandegger <wg@grandegger.com>
2819 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2820 L:      linux-can@vger.kernel.org
2821 W:      https://github.com/linux-can
2822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2824 S:      Maintained
2825 F:      Documentation/devicetree/bindings/net/can/
2826 F:      drivers/net/can/
2827 F:      include/linux/can/dev.h
2828 F:      include/linux/can/platform/
2829 F:      include/uapi/linux/can/error.h
2830 F:      include/uapi/linux/can/netlink.h
2831
2832 CAPABILITIES
2833 M:      Serge Hallyn <serge.hallyn@canonical.com>
2834 L:      linux-security-module@vger.kernel.org
2835 S:      Supported
2836 F:      include/linux/capability.h
2837 F:      include/uapi/linux/capability.h
2838 F:      security/commoncap.c
2839 F:      kernel/capability.c
2840
2841 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2842 M:      Kevin Tsai <ktsai@capellamicro.com>
2843 S:      Maintained
2844 F:      drivers/iio/light/cm*
2845 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2846
2847 CAVIUM LIQUIDIO NETWORK DRIVER
2848 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2849 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2850 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2851 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2852 L:     netdev@vger.kernel.org
2853 W:     http://www.cavium.com
2854 S:     Supported
2855 F:     drivers/net/ethernet/cavium/liquidio/
2856
2857 CC2520 IEEE-802.15.4 RADIO DRIVER
2858 M:      Varka Bhadram <varkabhadram@gmail.com>
2859 L:      linux-wpan@vger.kernel.org
2860 S:      Maintained
2861 F:      drivers/net/ieee802154/cc2520.c
2862 F:      include/linux/spi/cc2520.h
2863 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2864
2865 CELL BROADBAND ENGINE ARCHITECTURE
2866 M:      Arnd Bergmann <arnd@arndb.de>
2867 L:      linuxppc-dev@lists.ozlabs.org
2868 W:      http://www.ibm.com/developerworks/power/cell/
2869 S:      Supported
2870 F:      arch/powerpc/include/asm/cell*.h
2871 F:      arch/powerpc/include/asm/spu*.h
2872 F:      arch/powerpc/include/uapi/asm/spu*.h
2873 F:      arch/powerpc/oprofile/*cell*
2874 F:      arch/powerpc/platforms/cell/
2875
2876 CEPH COMMON CODE (LIBCEPH)
2877 M:      Ilya Dryomov <idryomov@gmail.com>
2878 M:      "Yan, Zheng" <zyan@redhat.com>
2879 M:      Sage Weil <sage@redhat.com>
2880 L:      ceph-devel@vger.kernel.org
2881 W:      http://ceph.com/
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2883 T:      git git://github.com/ceph/ceph-client.git
2884 S:      Supported
2885 F:      net/ceph/
2886 F:      include/linux/ceph/
2887 F:      include/linux/crush/
2888
2889 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2890 M:      "Yan, Zheng" <zyan@redhat.com>
2891 M:      Sage Weil <sage@redhat.com>
2892 M:      Ilya Dryomov <idryomov@gmail.com>
2893 L:      ceph-devel@vger.kernel.org
2894 W:      http://ceph.com/
2895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2896 T:      git git://github.com/ceph/ceph-client.git
2897 S:      Supported
2898 F:      Documentation/filesystems/ceph.txt
2899 F:      fs/ceph/
2900
2901 CERTIFICATE HANDLING:
2902 M:      David Howells <dhowells@redhat.com>
2903 M:      David Woodhouse <dwmw2@infradead.org>
2904 L:      keyrings@vger.kernel.org
2905 S:      Maintained
2906 F:      Documentation/module-signing.txt
2907 F:      certs/
2908 F:      scripts/sign-file.c
2909 F:      scripts/extract-cert.c
2910
2911 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2912 L:      linux-usb@vger.kernel.org
2913 S:      Orphan
2914 F:      Documentation/usb/WUSB-Design-overview.txt
2915 F:      Documentation/usb/wusb-cbaf
2916 F:      drivers/usb/host/hwa-hc.c
2917 F:      drivers/usb/host/whci/
2918 F:      drivers/usb/wusbcore/
2919 F:      include/linux/usb/wusb*
2920
2921 CFAG12864B LCD DRIVER
2922 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2923 W:      http://miguelojeda.es/auxdisplay.htm
2924 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2925 S:      Maintained
2926 F:      drivers/auxdisplay/cfag12864b.c
2927 F:      include/linux/cfag12864b.h
2928
2929 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2930 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2931 W:      http://miguelojeda.es/auxdisplay.htm
2932 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2933 S:      Maintained
2934 F:      drivers/auxdisplay/cfag12864bfb.c
2935 F:      include/linux/cfag12864b.h
2936
2937 CFG80211 and NL80211
2938 M:      Johannes Berg <johannes@sipsolutions.net>
2939 L:      linux-wireless@vger.kernel.org
2940 W:      http://wireless.kernel.org/
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2943 S:      Maintained
2944 F:      include/uapi/linux/nl80211.h
2945 F:      include/net/cfg80211.h
2946 F:      net/wireless/*
2947 X:      net/wireless/wext*
2948
2949 CHAR and MISC DRIVERS
2950 M:      Arnd Bergmann <arnd@arndb.de>
2951 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2953 S:      Supported
2954 F:      drivers/char/*
2955 F:      drivers/misc/*
2956 F:      include/linux/miscdevice.h
2957
2958 CHECKPATCH
2959 M:      Andy Whitcroft <apw@canonical.com>
2960 M:      Joe Perches <joe@perches.com>
2961 S:      Maintained
2962 F:      scripts/checkpatch.pl
2963
2964 CHINESE DOCUMENTATION
2965 M:      Harry Wei <harryxiyou@gmail.com>
2966 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2967 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2968 S:      Maintained
2969 F:      Documentation/zh_CN/
2970
2971 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2972 M:      Peter Chen <Peter.Chen@nxp.com>
2973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2974 L:      linux-usb@vger.kernel.org
2975 S:      Maintained
2976 F:      drivers/usb/chipidea/
2977
2978 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2979 M:      Hans de Goede <hdegoede@redhat.com>
2980 L:      linux-input@vger.kernel.org
2981 S:      Maintained
2982 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2983 F:      drivers/input/touchscreen/chipone_icn8318.c
2984
2985 CHROME HARDWARE PLATFORM SUPPORT
2986 M:      Olof Johansson <olof@lixom.net>
2987 S:      Maintained
2988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2989 F:      drivers/platform/chrome/
2990
2991 CISCO VIC ETHERNET NIC DRIVER
2992 M:      Christian Benvenuti <benve@cisco.com>
2993 M:      Sujith Sankar <ssujith@cisco.com>
2994 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2995 M:      Neel Patel <neepatel@cisco.com>
2996 S:      Supported
2997 F:      drivers/net/ethernet/cisco/enic/
2998
2999 CISCO VIC LOW LATENCY NIC DRIVER
3000 M:      Christian Benvenuti <benve@cisco.com>
3001 M:      Dave Goodell <dgoodell@cisco.com>
3002 S:      Supported
3003 F:      drivers/infiniband/hw/usnic/
3004
3005 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3006 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3007 L:      netdev@vger.kernel.org
3008 S:      Maintained
3009 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3010
3011 CIRRUS LOGIC AUDIO CODEC DRIVERS
3012 M:      Brian Austin <brian.austin@cirrus.com>
3013 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3014 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3015 S:      Maintained
3016 F:      sound/soc/codecs/cs*
3017
3018 CLEANCACHE API
3019 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3020 L:      linux-kernel@vger.kernel.org
3021 S:      Maintained
3022 F:      mm/cleancache.c
3023 F:      include/linux/cleancache.h
3024
3025 CLK API
3026 M:      Russell King <linux@armlinux.org.uk>
3027 L:      linux-clk@vger.kernel.org
3028 S:      Maintained
3029 F:      include/linux/clk.h
3030
3031 CLOCKSOURCE, CLOCKEVENT DRIVERS
3032 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3033 M:      Thomas Gleixner <tglx@linutronix.de>
3034 L:      linux-kernel@vger.kernel.org
3035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3036 S:      Supported
3037 F:      drivers/clocksource
3038
3039 CISCO FCOE HBA DRIVER
3040 M:      Hiral Patel <hiralpat@cisco.com>
3041 M:      Suma Ramars <sramars@cisco.com>
3042 M:      Brian Uchino <buchino@cisco.com>
3043 L:      linux-scsi@vger.kernel.org
3044 S:      Supported
3045 F:      drivers/scsi/fnic/
3046
3047 CISCO SCSI HBA DRIVER
3048 M:      Narsimhulu Musini <nmusini@cisco.com>
3049 M:      Sesidhar Baddela <sebaddel@cisco.com>
3050 L:      linux-scsi@vger.kernel.org
3051 S:      Supported
3052 F:      drivers/scsi/snic/
3053
3054 CMPC ACPI DRIVER
3055 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3056 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3057 L:      platform-driver-x86@vger.kernel.org
3058 S:      Supported
3059 F:      drivers/platform/x86/classmate-laptop.c
3060
3061 COBALT MEDIA DRIVER
3062 M:      Hans Verkuil <hans.verkuil@cisco.com>
3063 L:      linux-media@vger.kernel.org
3064 T:      git git://linuxtv.org/media_tree.git
3065 W:      https://linuxtv.org
3066 S:      Supported
3067 F:      drivers/media/pci/cobalt/
3068
3069 COCCINELLE/Semantic Patches (SmPL)
3070 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3071 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3072 M:      Nicolas Palix <nicolas.palix@imag.fr>
3073 M:      Michal Marek <mmarek@suse.com>
3074 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3076 W:      http://coccinelle.lip6.fr/
3077 S:      Supported
3078 F:      Documentation/coccinelle.txt
3079 F:      scripts/coccinelle/
3080 F:      scripts/coccicheck
3081
3082 CODA FILE SYSTEM
3083 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3084 M:      coda@cs.cmu.edu
3085 L:      codalist@coda.cs.cmu.edu
3086 W:      http://www.coda.cs.cmu.edu/
3087 S:      Maintained
3088 F:      Documentation/filesystems/coda.txt
3089 F:      fs/coda/
3090 F:      include/linux/coda*.h
3091 F:      include/uapi/linux/coda*.h
3092
3093 CODA V4L2 MEM2MEM DRIVER
3094 M:      Philipp Zabel <p.zabel@pengutronix.de>
3095 L:      linux-media@vger.kernel.org
3096 S:      Maintained
3097 F:      Documentation/devicetree/bindings/media/coda.txt
3098 F:      drivers/media/platform/coda/
3099
3100 COMMON CLK FRAMEWORK
3101 M:      Michael Turquette <mturquette@baylibre.com>
3102 M:      Stephen Boyd <sboyd@codeaurora.org>
3103 L:      linux-clk@vger.kernel.org
3104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3105 S:      Maintained
3106 F:      Documentation/devicetree/bindings/clock/
3107 F:      drivers/clk/
3108 X:      drivers/clk/clkdev.c
3109 F:      include/linux/clk-pr*
3110 F:      include/linux/clk/
3111
3112 COMMON INTERNET FILE SYSTEM (CIFS)
3113 M:      Steve French <sfrench@samba.org>
3114 L:      linux-cifs@vger.kernel.org
3115 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3116 W:      http://linux-cifs.samba.org/
3117 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3118 S:      Supported
3119 F:      Documentation/filesystems/cifs/
3120 F:      fs/cifs/
3121
3122 COMPACTPCI HOTPLUG CORE
3123 M:      Scott Murray <scott@spiteful.org>
3124 L:      linux-pci@vger.kernel.org
3125 S:      Maintained
3126 F:      drivers/pci/hotplug/cpci_hotplug*
3127
3128 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3129 M:      Scott Murray <scott@spiteful.org>
3130 L:      linux-pci@vger.kernel.org
3131 S:      Maintained
3132 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3133
3134 COMPACTPCI HOTPLUG GENERIC DRIVER
3135 M:      Scott Murray <scott@spiteful.org>
3136 L:      linux-pci@vger.kernel.org
3137 S:      Maintained
3138 F:      drivers/pci/hotplug/cpcihp_generic.c
3139
3140 COMPAL LAPTOP SUPPORT
3141 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3142 L:      platform-driver-x86@vger.kernel.org
3143 S:      Maintained
3144 F:      drivers/platform/x86/compal-laptop.c
3145
3146 CONEXANT ACCESSRUNNER USB DRIVER
3147 L:      accessrunner-general@lists.sourceforge.net
3148 W:      http://accessrunner.sourceforge.net/
3149 S:      Orphan
3150 F:      drivers/usb/atm/cxacru.c
3151
3152 CONFIGFS
3153 M:      Joel Becker <jlbec@evilplan.org>
3154 M:      Christoph Hellwig <hch@lst.de>
3155 T:      git git://git.infradead.org/users/hch/configfs.git
3156 S:      Supported
3157 F:      fs/configfs/
3158 F:      include/linux/configfs.h
3159
3160 CONNECTOR
3161 M:      Evgeniy Polyakov <zbr@ioremap.net>
3162 L:      netdev@vger.kernel.org
3163 S:      Maintained
3164 F:      drivers/connector/
3165
3166 CONTROL GROUP (CGROUP)
3167 M:      Tejun Heo <tj@kernel.org>
3168 M:      Li Zefan <lizefan@huawei.com>
3169 M:      Johannes Weiner <hannes@cmpxchg.org>
3170 L:      cgroups@vger.kernel.org
3171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3172 S:      Maintained
3173 F:      Documentation/cgroups/
3174 F:      include/linux/cgroup*
3175 F:      kernel/cgroup*
3176
3177 CONTROL GROUP - CPUSET
3178 M:      Li Zefan <lizefan@huawei.com>
3179 L:      cgroups@vger.kernel.org
3180 W:      http://www.bullopensource.org/cpuset/
3181 W:      http://oss.sgi.com/projects/cpusets/
3182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3183 S:      Maintained
3184 F:      Documentation/cgroups/cpusets.txt
3185 F:      include/linux/cpuset.h
3186 F:      kernel/cpuset.c
3187
3188 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3189 M:      Johannes Weiner <hannes@cmpxchg.org>
3190 M:      Michal Hocko <mhocko@kernel.org>
3191 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3192 L:      cgroups@vger.kernel.org
3193 L:      linux-mm@kvack.org
3194 S:      Maintained
3195 F:      mm/memcontrol.c
3196 F:      mm/swap_cgroup.c
3197
3198 CORETEMP HARDWARE MONITORING DRIVER
3199 M:      Fenghua Yu <fenghua.yu@intel.com>
3200 L:      linux-hwmon@vger.kernel.org
3201 S:      Maintained
3202 F:      Documentation/hwmon/coretemp
3203 F:      drivers/hwmon/coretemp.c
3204
3205 COSA/SRP SYNC SERIAL DRIVER
3206 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3207 W:      http://www.fi.muni.cz/~kas/cosa/
3208 S:      Maintained
3209 F:      drivers/net/wan/cosa*
3210
3211 CPMAC ETHERNET DRIVER
3212 M:      Florian Fainelli <florian@openwrt.org>
3213 L:      netdev@vger.kernel.org
3214 S:      Maintained
3215 F:      drivers/net/ethernet/ti/cpmac.c
3216
3217 CPU FREQUENCY DRIVERS
3218 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3219 M:      Viresh Kumar <viresh.kumar@linaro.org>
3220 L:      linux-pm@vger.kernel.org
3221 S:      Maintained
3222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3223 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3224 F:      drivers/cpufreq/
3225 F:      include/linux/cpufreq.h
3226
3227 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3228 M:      Viresh Kumar <viresh.kumar@linaro.org>
3229 M:      Sudeep Holla <sudeep.holla@arm.com>
3230 L:      linux-pm@vger.kernel.org
3231 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3232 S:      Maintained
3233 F:      drivers/cpufreq/arm_big_little.h
3234 F:      drivers/cpufreq/arm_big_little.c
3235 F:      drivers/cpufreq/arm_big_little_dt.c
3236
3237 CPUIDLE DRIVER - ARM BIG LITTLE
3238 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3239 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3240 L:      linux-pm@vger.kernel.org
3241 L:      linux-arm-kernel@lists.infradead.org
3242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3243 S:      Maintained
3244 F:      drivers/cpuidle/cpuidle-big_little.c
3245
3246 CPUIDLE DRIVER - ARM EXYNOS
3247 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3248 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3249 M:      Kukjin Kim <kgene@kernel.org>
3250 L:      linux-pm@vger.kernel.org
3251 L:      linux-samsung-soc@vger.kernel.org
3252 S:      Supported
3253 F:      drivers/cpuidle/cpuidle-exynos.c
3254 F:      arch/arm/mach-exynos/pm.c
3255
3256 CPUIDLE DRIVERS
3257 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3258 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3259 L:      linux-pm@vger.kernel.org
3260 S:      Maintained
3261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3262 F:      drivers/cpuidle/*
3263 F:      include/linux/cpuidle.h
3264
3265 CPUID/MSR DRIVER
3266 M:      "H. Peter Anvin" <hpa@zytor.com>
3267 S:      Maintained
3268 F:      arch/x86/kernel/cpuid.c
3269 F:      arch/x86/kernel/msr.c
3270
3271 CPU POWER MONITORING SUBSYSTEM
3272 M:      Thomas Renninger <trenn@suse.com>
3273 L:      linux-pm@vger.kernel.org
3274 S:      Maintained
3275 F:      tools/power/cpupower/
3276
3277 CRAMFS FILESYSTEM
3278 W:      http://sourceforge.net/projects/cramfs/
3279 S:      Orphan / Obsolete
3280 F:      Documentation/filesystems/cramfs.txt
3281 F:      fs/cramfs/
3282
3283 CRIS PORT
3284 M:      Mikael Starvik <starvik@axis.com>
3285 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3286 L:      linux-cris-kernel@axis.com
3287 W:      http://developer.axis.com
3288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3289 S:      Maintained
3290 F:      arch/cris/
3291 F:      drivers/tty/serial/crisv10.*
3292
3293 CRYPTO API
3294 M:      Herbert Xu <herbert@gondor.apana.org.au>
3295 M:      "David S. Miller" <davem@davemloft.net>
3296 L:      linux-crypto@vger.kernel.org
3297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3299 S:      Maintained
3300 F:      Documentation/crypto/
3301 F:      Documentation/DocBook/crypto-API.tmpl
3302 F:      arch/*/crypto/
3303 F:      crypto/
3304 F:      drivers/crypto/
3305 F:      include/crypto/
3306
3307 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3308 M:      Neil Horman <nhorman@tuxdriver.com>
3309 L:      linux-crypto@vger.kernel.org
3310 S:      Maintained
3311 F:      crypto/ansi_cprng.c
3312 F:      crypto/rng.c
3313
3314 CS3308 MEDIA DRIVER
3315 M:      Hans Verkuil <hverkuil@xs4all.nl>
3316 L:      linux-media@vger.kernel.org
3317 T:      git git://linuxtv.org/media_tree.git
3318 W:      http://linuxtv.org
3319 S:      Odd Fixes
3320 F:      drivers/media/i2c/cs3308.c
3321 F:      drivers/media/i2c/cs3308.h
3322
3323 CS5535 Audio ALSA driver
3324 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3325 S:      Maintained
3326 F:      sound/pci/cs5535audio/
3327
3328 CW1200 WLAN driver
3329 M:      Solomon Peachy <pizza@shaftnet.org>
3330 S:      Maintained
3331 F:      drivers/net/wireless/st/cw1200/
3332
3333 CX18 VIDEO4LINUX DRIVER
3334 M:      Andy Walls <awalls@md.metrocast.net>
3335 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3336 L:      linux-media@vger.kernel.org
3337 T:      git git://linuxtv.org/media_tree.git
3338 W:      https://linuxtv.org
3339 W:      http://www.ivtvdriver.org/index.php/Cx18
3340 S:      Maintained
3341 F:      Documentation/video4linux/cx18.txt
3342 F:      drivers/media/pci/cx18/
3343 F:      include/uapi/linux/ivtv*
3344
3345 CX2341X MPEG ENCODER HELPER MODULE
3346 M:      Hans Verkuil <hverkuil@xs4all.nl>
3347 L:      linux-media@vger.kernel.org
3348 T:      git git://linuxtv.org/media_tree.git
3349 W:      https://linuxtv.org
3350 S:      Maintained
3351 F:      drivers/media/common/cx2341x*
3352 F:      include/media/cx2341x*
3353
3354 CX24120 MEDIA DRIVER
3355 M:      Jemma Denson <jdenson@gmail.com>
3356 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3357 L:      linux-media@vger.kernel.org
3358 W:      https://linuxtv.org
3359 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3360 S:      Maintained
3361 F:      drivers/media/dvb-frontends/cx24120*
3362
3363 CX88 VIDEO4LINUX DRIVER
3364 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3365 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3366 L:      linux-media@vger.kernel.org
3367 W:      https://linuxtv.org
3368 T:      git git://linuxtv.org/media_tree.git
3369 S:      Odd fixes
3370 F:      Documentation/video4linux/cx88/
3371 F:      drivers/media/pci/cx88/
3372
3373 CXD2820R MEDIA DRIVER
3374 M:      Antti Palosaari <crope@iki.fi>
3375 L:      linux-media@vger.kernel.org
3376 W:      https://linuxtv.org
3377 W:      http://palosaari.fi/linux/
3378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3379 T:      git git://linuxtv.org/anttip/media_tree.git
3380 S:      Maintained
3381 F:      drivers/media/dvb-frontends/cxd2820r*
3382
3383 CXGB3 ETHERNET DRIVER (CXGB3)
3384 M:      Santosh Raspatur <santosh@chelsio.com>
3385 L:      netdev@vger.kernel.org
3386 W:      http://www.chelsio.com
3387 S:      Supported
3388 F:      drivers/net/ethernet/chelsio/cxgb3/
3389
3390 CXGB3 ISCSI DRIVER (CXGB3I)
3391 M:      Karen Xie <kxie@chelsio.com>
3392 L:      linux-scsi@vger.kernel.org
3393 W:      http://www.chelsio.com
3394 S:      Supported
3395 F:      drivers/scsi/cxgbi/cxgb3i
3396
3397 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3398 M:      Steve Wise <swise@chelsio.com>
3399 L:      linux-rdma@vger.kernel.org
3400 W:      http://www.openfabrics.org
3401 S:      Supported
3402 F:      drivers/infiniband/hw/cxgb3/
3403
3404 CXGB4 ETHERNET DRIVER (CXGB4)
3405 M:      Hariprasad S <hariprasad@chelsio.com>
3406 L:      netdev@vger.kernel.org
3407 W:      http://www.chelsio.com
3408 S:      Supported
3409 F:      drivers/net/ethernet/chelsio/cxgb4/
3410
3411 CXGB4 ISCSI DRIVER (CXGB4I)
3412 M:      Karen Xie <kxie@chelsio.com>
3413 L:      linux-scsi@vger.kernel.org
3414 W:      http://www.chelsio.com
3415 S:      Supported
3416 F:      drivers/scsi/cxgbi/cxgb4i
3417
3418 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3419 M:      Steve Wise <swise@chelsio.com>
3420 L:      linux-rdma@vger.kernel.org
3421 W:      http://www.openfabrics.org
3422 S:      Supported
3423 F:      drivers/infiniband/hw/cxgb4/
3424
3425 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3426 M:      Casey Leedom <leedom@chelsio.com>
3427 L:      netdev@vger.kernel.org
3428 W:      http://www.chelsio.com
3429 S:      Supported
3430 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3431
3432 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3433 M:      Ian Munsie <imunsie@au1.ibm.com>
3434 M:      Michael Neuling <mikey@neuling.org>
3435 L:      linuxppc-dev@lists.ozlabs.org
3436 S:      Supported
3437 F:      drivers/misc/cxl/
3438 F:      include/misc/cxl*
3439 F:      include/uapi/misc/cxl.h
3440 F:      Documentation/powerpc/cxl.txt
3441 F:      Documentation/powerpc/cxl.txt
3442 F:      Documentation/ABI/testing/sysfs-class-cxl
3443
3444 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3445 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3446 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3447 L:      linux-scsi@vger.kernel.org
3448 S:      Supported
3449 F:      drivers/scsi/cxlflash/
3450 F:      include/uapi/scsi/cxlflash_ioctls.h
3451 F:      Documentation/powerpc/cxlflash.txt
3452
3453 STMMAC ETHERNET DRIVER
3454 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3455 M:      Alexandre Torgue <alexandre.torgue@st.com>
3456 L:      netdev@vger.kernel.org
3457 W:      http://www.stlinux.com
3458 S:      Supported
3459 F:      drivers/net/ethernet/stmicro/stmmac/
3460
3461 CYBERPRO FB DRIVER
3462 M:      Russell King <linux@armlinux.org.uk>
3463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3464 W:      http://www.armlinux.org.uk/
3465 S:      Maintained
3466 F:      drivers/video/fbdev/cyber2000fb.*
3467
3468 CYCLADES ASYNC MUX DRIVER
3469 W:      http://www.cyclades.com/
3470 S:      Orphan
3471 F:      drivers/tty/cyclades.c
3472 F:      include/linux/cyclades.h
3473 F:      include/uapi/linux/cyclades.h
3474
3475 CYCLADES PC300 DRIVER
3476 W:      http://www.cyclades.com/
3477 S:      Orphan
3478 F:      drivers/net/wan/pc300*
3479
3480 CYPRESS_FIRMWARE MEDIA DRIVER
3481 M:      Antti Palosaari <crope@iki.fi>
3482 L:      linux-media@vger.kernel.org
3483 W:      https://linuxtv.org
3484 W:      http://palosaari.fi/linux/
3485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3486 T:      git git://linuxtv.org/anttip/media_tree.git
3487 S:      Maintained
3488 F:      drivers/media/common/cypress_firmware*
3489
3490 CYTTSP TOUCHSCREEN DRIVER
3491 M:      Ferruh Yigit <fery@cypress.com>
3492 L:      linux-input@vger.kernel.org
3493 S:      Supported
3494 F:      drivers/input/touchscreen/cyttsp*
3495 F:      include/linux/input/cyttsp.h
3496
3497 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3498 M:      Joshua Kinard <kumba@gentoo.org>
3499 S:      Maintained
3500 F:      drivers/rtc/rtc-ds1685.c
3501 F:      include/linux/rtc/ds1685.h
3502
3503 DAMA SLAVE for AX.25
3504 M:      Joerg Reuter <jreuter@yaina.de>
3505 W:      http://yaina.de/jreuter/
3506 W:      http://www.qsl.net/dl1bke/
3507 L:      linux-hams@vger.kernel.org
3508 S:      Maintained
3509 F:      net/ax25/af_ax25.c
3510 F:      net/ax25/ax25_dev.c
3511 F:      net/ax25/ax25_ds_*
3512 F:      net/ax25/ax25_in.c
3513 F:      net/ax25/ax25_out.c
3514 F:      net/ax25/ax25_timer.c
3515 F:      net/ax25/sysctl_net_ax25.c
3516
3517 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3518 L:      netdev@vger.kernel.org
3519 S:      Orphan
3520 F:      Documentation/networking/dmfe.txt
3521 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3522
3523 DC390/AM53C974 SCSI driver
3524 M:      Hannes Reinecke <hare@suse.com>
3525 L:      linux-scsi@vger.kernel.org
3526 S:      Maintained
3527 F:      drivers/scsi/am53c974.c
3528
3529 DC395x SCSI driver
3530 M:      Oliver Neukum <oliver@neukum.org>
3531 M:      Ali Akcaagac <aliakc@web.de>
3532 M:      Jamie Lenehan <lenehan@twibble.org>
3533 L:      dc395x@twibble.org
3534 W:      http://twibble.org/dist/dc395x/
3535 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3536 S:      Maintained
3537 F:      Documentation/scsi/dc395x.txt
3538 F:      drivers/scsi/dc395x.*
3539
3540 DCCP PROTOCOL
3541 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3542 L:      dccp@vger.kernel.org
3543 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3544 S:      Maintained
3545 F:      include/linux/dccp.h
3546 F:      include/uapi/linux/dccp.h
3547 F:      include/linux/tfrc.h
3548 F:      net/dccp/
3549
3550 DECnet NETWORK LAYER
3551 W:      http://linux-decnet.sourceforge.net
3552 L:      linux-decnet-user@lists.sourceforge.net
3553 S:      Orphan
3554 F:      Documentation/networking/decnet.txt
3555 F:      net/decnet/
3556
3557 DECSTATION PLATFORM SUPPORT
3558 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3559 L:      linux-mips@linux-mips.org
3560 W:      http://www.linux-mips.org/wiki/DECstation
3561 S:      Maintained
3562 F:      arch/mips/dec/
3563 F:      arch/mips/include/asm/dec/
3564 F:      arch/mips/include/asm/mach-dec/
3565
3566 DEFXX FDDI NETWORK DRIVER
3567 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3568 S:      Maintained
3569 F:      drivers/net/fddi/defxx.*
3570
3571 DELL LAPTOP DRIVER
3572 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3573 M:      Pali Rohár <pali.rohar@gmail.com>
3574 L:      platform-driver-x86@vger.kernel.org
3575 S:      Maintained
3576 F:      drivers/platform/x86/dell-laptop.c
3577
3578 DELL LAPTOP RBTN DRIVER
3579 M:      Pali Rohár <pali.rohar@gmail.com>
3580 S:      Maintained
3581 F:      drivers/platform/x86/dell-rbtn.*
3582
3583 DELL LAPTOP FREEFALL DRIVER
3584 M:      Pali Rohár <pali.rohar@gmail.com>
3585 S:      Maintained
3586 F:      drivers/platform/x86/dell-smo8800.c
3587
3588 DELL LAPTOP SMM DRIVER
3589 M:      Pali Rohár <pali.rohar@gmail.com>
3590 S:      Maintained
3591 F:      drivers/hwmon/dell-smm-hwmon.c
3592 F:      include/uapi/linux/i8k.h
3593
3594 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3595 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3596 S:      Maintained
3597 F:      Documentation/dcdbas.txt
3598 F:      drivers/firmware/dcdbas.*
3599
3600 DELL WMI EXTRAS DRIVER
3601 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3602 M:      Pali Rohár <pali.rohar@gmail.com>
3603 S:      Maintained
3604 F:      drivers/platform/x86/dell-wmi.c
3605
3606 DESIGNWARE USB2 DRD IP DRIVER
3607 M:      John Youn <johnyoun@synopsys.com>
3608 L:      linux-usb@vger.kernel.org
3609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3610 S:      Maintained
3611 F:      drivers/usb/dwc2/
3612
3613 DESIGNWARE USB3 DRD IP DRIVER
3614 M:      Felipe Balbi <balbi@kernel.org>
3615 L:      linux-usb@vger.kernel.org
3616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3617 S:      Maintained
3618 F:      drivers/usb/dwc3/
3619
3620 DEVICE COREDUMP (DEV_COREDUMP)
3621 M:      Johannes Berg <johannes@sipsolutions.net>
3622 L:      linux-kernel@vger.kernel.org
3623 S:      Maintained
3624 F:      drivers/base/devcoredump.c
3625 F:      include/linux/devcoredump.h
3626
3627 DEVICE FREQUENCY (DEVFREQ)
3628 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3629 M:      Kyungmin Park <kyungmin.park@samsung.com>
3630 L:      linux-pm@vger.kernel.org
3631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3632 S:      Maintained
3633 F:      drivers/devfreq/
3634 F:      include/linux/devfreq.h
3635 F:      Documentation/devicetree/bindings/devfreq/
3636
3637 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3638 M:      Chanwoo Choi <cw00.choi@samsung.com>
3639 L:      linux-pm@vger.kernel.org
3640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3641 S:      Supported
3642 F:      drivers/devfreq/event/
3643 F:      drivers/devfreq/devfreq-event.c
3644 F:      include/linux/devfreq-event.h
3645 F:      Documentation/devicetree/bindings/devfreq/event/
3646
3647 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3648 M:      Chanwoo Choi <cw00.choi@samsung.com>
3649 L:      linux-pm@vger.kernel.org
3650 L:      linux-samsung-soc@vger.kernel.org
3651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3652 S:      Maintained
3653 F:      drivers/devfreq/exynos-bus.c
3654 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3655
3656 DEVICE NUMBER REGISTRY
3657 M:      Torben Mathiasen <device@lanana.org>
3658 W:      http://lanana.org/docs/device-list/index.html
3659 S:      Maintained
3660
3661 DEVICE-MAPPER  (LVM)
3662 M:      Alasdair Kergon <agk@redhat.com>
3663 M:      Mike Snitzer <snitzer@redhat.com>
3664 M:      dm-devel@redhat.com
3665 L:      dm-devel@redhat.com
3666 W:      http://sources.redhat.com/dm
3667 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3669 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3670 S:      Maintained
3671 F:      Documentation/device-mapper/
3672 F:      drivers/md/dm*
3673 F:      drivers/md/persistent-data/
3674 F:      include/linux/device-mapper.h
3675 F:      include/linux/dm-*.h
3676 F:      include/uapi/linux/dm-*.h
3677
3678 DEVLINK
3679 M:      Jiri Pirko <jiri@mellanox.com>
3680 L:      netdev@vger.kernel.org
3681 S:      Supported
3682 F:      net/core/devlink.c
3683 F:      include/net/devlink.h
3684 F:      include/uapi/linux/devlink.h
3685
3686 DIALOG SEMICONDUCTOR DRIVERS
3687 M:      Support Opensource <support.opensource@diasemi.com>
3688 W:      http://www.dialog-semiconductor.com/products
3689 S:      Supported
3690 F:      Documentation/hwmon/da90??
3691 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3692 F:      drivers/gpio/gpio-da90??.c
3693 F:      drivers/hwmon/da90??-hwmon.c
3694 F:      drivers/iio/adc/da91??-*.c
3695 F:      drivers/input/misc/da90??_onkey.c
3696 F:      drivers/input/touchscreen/da9052_tsi.c
3697 F:      drivers/leds/leds-da90??.c
3698 F:      drivers/mfd/da903x.c
3699 F:      drivers/mfd/da90??-*.c
3700 F:      drivers/mfd/da91??-*.c
3701 F:      drivers/power/da9052-battery.c
3702 F:      drivers/power/da91??-*.c
3703 F:      drivers/regulator/da903x.c
3704 F:      drivers/regulator/da9???-regulator.[ch]
3705 F:      drivers/rtc/rtc-da90??.c
3706 F:      drivers/video/backlight/da90??_bl.c
3707 F:      drivers/watchdog/da90??_wdt.c
3708 F:      include/linux/mfd/da903x.h
3709 F:      include/linux/mfd/da9052/
3710 F:      include/linux/mfd/da9055/
3711 F:      include/linux/mfd/da9063/
3712 F:      include/linux/mfd/da9150/
3713 F:      include/sound/da[79]*.h
3714 F:      sound/soc/codecs/da[79]*.[ch]
3715
3716 DIGI NEO AND CLASSIC PCI PRODUCTS
3717 M:      Lidza Louina <lidza.louina@gmail.com>
3718 M:      Mark Hounschell <markh@compro.net>
3719 L:      driverdev-devel@linuxdriverproject.org
3720 S:      Maintained
3721 F:      drivers/staging/dgnc/
3722
3723 DIOLAN U2C-12 I2C DRIVER
3724 M:      Guenter Roeck <linux@roeck-us.net>
3725 L:      linux-i2c@vger.kernel.org
3726 S:      Maintained
3727 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3728
3729 DIRECT ACCESS (DAX)
3730 M:      Matthew Wilcox <willy@linux.intel.com>
3731 L:      linux-fsdevel@vger.kernel.org
3732 S:      Supported
3733 F:      fs/dax.c
3734
3735 DIRECTORY NOTIFICATION (DNOTIFY)
3736 M:      Eric Paris <eparis@parisplace.org>
3737 S:      Maintained
3738 F:      Documentation/filesystems/dnotify.txt
3739 F:      fs/notify/dnotify/
3740 F:      include/linux/dnotify.h
3741
3742 DISK GEOMETRY AND PARTITION HANDLING
3743 M:      Andries Brouwer <aeb@cwi.nl>
3744 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3745 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3746 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3747 S:      Maintained
3748
3749 DISKQUOTA
3750 M:      Jan Kara <jack@suse.com>
3751 S:      Maintained
3752 F:      Documentation/filesystems/quota.txt
3753 F:      fs/quota/
3754 F:      include/linux/quota*.h
3755 F:      include/uapi/linux/quota*.h
3756
3757 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3758 M:      Bernie Thompson <bernie@plugable.com>
3759 L:      linux-fbdev@vger.kernel.org
3760 S:      Maintained
3761 W:      http://plugable.com/category/projects/udlfb/
3762 F:      drivers/video/fbdev/udlfb.c
3763 F:      include/video/udlfb.h
3764 F:      Documentation/fb/udlfb.txt
3765
3766 DISTRIBUTED LOCK MANAGER (DLM)
3767 M:      Christine Caulfield <ccaulfie@redhat.com>
3768 M:      David Teigland <teigland@redhat.com>
3769 L:      cluster-devel@redhat.com
3770 W:      http://sources.redhat.com/cluster/
3771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3772 S:      Supported
3773 F:      fs/dlm/
3774
3775 DMA BUFFER SHARING FRAMEWORK
3776 M:      Sumit Semwal <sumit.semwal@linaro.org>
3777 S:      Maintained
3778 L:      linux-media@vger.kernel.org
3779 L:      dri-devel@lists.freedesktop.org
3780 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3781 F:      drivers/dma-buf/
3782 F:      include/linux/dma-buf*
3783 F:      include/linux/reservation.h
3784 F:      include/linux/*fence.h
3785 F:      Documentation/dma-buf-sharing.txt
3786 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3787
3788 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3789 M:      Vinod Koul <vinod.koul@intel.com>
3790 L:      dmaengine@vger.kernel.org
3791 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3792 S:      Maintained
3793 F:      drivers/dma/
3794 F:      include/linux/dmaengine.h
3795 F:      Documentation/devicetree/bindings/dma/
3796 F:      Documentation/dmaengine/
3797 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3798
3799 DME1737 HARDWARE MONITOR DRIVER
3800 M:      Juerg Haefliger <juergh@gmail.com>
3801 L:      linux-hwmon@vger.kernel.org
3802 S:      Maintained
3803 F:      Documentation/hwmon/dme1737
3804 F:      drivers/hwmon/dme1737.c
3805
3806 DMI/SMBIOS SUPPORT
3807 M:      Jean Delvare <jdelvare@suse.com>
3808 S:      Maintained
3809 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3810 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3811 F:      drivers/firmware/dmi-id.c
3812 F:      drivers/firmware/dmi_scan.c
3813 F:      include/linux/dmi.h
3814
3815 DOCUMENTATION
3816 M:      Jonathan Corbet <corbet@lwn.net>
3817 L:      linux-doc@vger.kernel.org
3818 S:      Maintained
3819 F:      Documentation/
3820 F:      scripts/docproc.c
3821 F:      scripts/kernel-doc*
3822 X:      Documentation/ABI/
3823 X:      Documentation/devicetree/
3824 X:      Documentation/acpi
3825 X:      Documentation/power
3826 X:      Documentation/spi
3827 X:      Documentation/DocBook/media
3828 T:      git git://git.lwn.net/linux.git docs-next
3829
3830 DOUBLETALK DRIVER
3831 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3832 L:      blinux-list@redhat.com
3833 S:      Maintained
3834 F:      drivers/char/dtlk.c
3835 F:      include/linux/dtlk.h
3836
3837 DPT_I2O SCSI RAID DRIVER
3838 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3839 L:      linux-scsi@vger.kernel.org
3840 W:      http://www.adaptec.com/
3841 S:      Maintained
3842 F:      drivers/scsi/dpt*
3843 F:      drivers/scsi/dpt/
3844
3845 DRBD DRIVER
3846 M:      Philipp Reisner <philipp.reisner@linbit.com>
3847 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3848 L:      drbd-dev@lists.linbit.com
3849 W:      http://www.drbd.org
3850 T:      git git://git.linbit.com/linux-drbd.git
3851 T:      git git://git.linbit.com/drbd-8.4.git
3852 S:      Supported
3853 F:      drivers/block/drbd/
3854 F:      lib/lru_cache.c
3855 F:      Documentation/blockdev/drbd/
3856
3857 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3858 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3860 S:      Supported
3861 F:      Documentation/kobject.txt
3862 F:      drivers/base/
3863 F:      fs/debugfs/
3864 F:      fs/kernfs/
3865 F:      fs/sysfs/
3866 F:      include/linux/debugfs.h
3867 F:      include/linux/kobj*
3868 F:      lib/kobj*
3869
3870 DRM DRIVERS
3871 M:      David Airlie <airlied@linux.ie>
3872 L:      dri-devel@lists.freedesktop.org
3873 T:      git git://people.freedesktop.org/~airlied/linux
3874 S:      Maintained
3875 F:      drivers/gpu/drm/
3876 F:      drivers/gpu/vga/
3877 F:      Documentation/DocBook/gpu.*
3878 F:      include/drm/
3879 F:      include/uapi/drm/
3880
3881 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
3882 M:      Dave Airlie <airlied@redhat.com>
3883 S:      Odd Fixes
3884 F:      drivers/gpu/drm/ast/
3885
3886 DRM DRIVER FOR BOCHS VIRTUAL GPU
3887 M:      Gerd Hoffmann <kraxel@redhat.com>
3888 S:      Odd Fixes
3889 F:      drivers/gpu/drm/bochs/
3890
3891 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
3892 M:      Dave Airlie <airlied@redhat.com>
3893 S:      Odd Fixes
3894 F:      drivers/gpu/drm/cirrus/
3895
3896 RADEON and AMDGPU DRM DRIVERS
3897 M:      Alex Deucher <alexander.deucher@amd.com>
3898 M:      Christian König <christian.koenig@amd.com>
3899 L:      dri-devel@lists.freedesktop.org
3900 T:      git git://people.freedesktop.org/~agd5f/linux
3901 S:      Supported
3902 F:      drivers/gpu/drm/radeon/
3903 F:      include/uapi/drm/radeon_drm.h
3904 F:      drivers/gpu/drm/amd/
3905 F:      include/uapi/drm/amdgpu_drm.h
3906
3907 DRM PANEL DRIVERS
3908 M:      Thierry Reding <thierry.reding@gmail.com>
3909 L:      dri-devel@lists.freedesktop.org
3910 T:      git git://anongit.freedesktop.org/tegra/linux.git
3911 S:      Maintained
3912 F:      drivers/gpu/drm/drm_panel.c
3913 F:      drivers/gpu/drm/panel/
3914 F:      include/drm/drm_panel.h
3915 F:      Documentation/devicetree/bindings/display/panel/
3916
3917 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3918 M:      Daniel Vetter <daniel.vetter@intel.com>
3919 M:      Jani Nikula <jani.nikula@linux.intel.com>
3920 L:      intel-gfx@lists.freedesktop.org
3921 L:      dri-devel@lists.freedesktop.org
3922 W:      https://01.org/linuxgraphics/
3923 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3924 T:      git git://anongit.freedesktop.org/drm-intel
3925 S:      Supported
3926 F:      drivers/gpu/drm/i915/
3927 F:      include/drm/i915*
3928 F:      include/uapi/drm/i915_drm.h
3929
3930 DRM DRIVERS FOR ATMEL HLCDC
3931 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3932 L:      dri-devel@lists.freedesktop.org
3933 S:      Supported
3934 F:      drivers/gpu/drm/atmel-hlcdc/
3935 F:      Documentation/devicetree/bindings/drm/atmel/
3936
3937 DRM DRIVERS FOR ALLWINNER A10
3938 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
3939 L:      dri-devel@lists.freedesktop.org
3940 S:      Supported
3941 F:      drivers/gpu/drm/sun4i/
3942 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
3943
3944 DRM DRIVERS FOR EXYNOS
3945 M:      Inki Dae <inki.dae@samsung.com>
3946 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3947 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3948 M:      Kyungmin Park <kyungmin.park@samsung.com>
3949 L:      dri-devel@lists.freedesktop.org
3950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3951 S:      Supported
3952 F:      drivers/gpu/drm/exynos/
3953 F:      include/uapi/drm/exynos_drm.h
3954 F:      Documentation/devicetree/bindings/display/exynos/
3955
3956 DRM DRIVERS FOR FREESCALE DCU
3957 M:      Stefan Agner <stefan@agner.ch>
3958 M:      Alison Wang <alison.wang@freescale.com>
3959 L:      dri-devel@lists.freedesktop.org
3960 S:      Supported
3961 F:      drivers/gpu/drm/fsl-dcu/
3962 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3963 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
3964 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3965
3966 DRM DRIVERS FOR FREESCALE IMX
3967 M:      Philipp Zabel <p.zabel@pengutronix.de>
3968 L:      dri-devel@lists.freedesktop.org
3969 S:      Maintained
3970 F:      drivers/gpu/drm/imx/
3971 F:      drivers/gpu/ipu-v3/
3972 F:      Documentation/devicetree/bindings/display/imx/
3973
3974 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3975 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3976 L:      dri-devel@lists.freedesktop.org
3977 T:      git git://github.com/patjak/drm-gma500
3978 S:      Maintained
3979 F:      drivers/gpu/drm/gma500/
3980
3981 DRM DRIVERS FOR HISILICON
3982 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
3983 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
3984 R:      Chen Feng <puck.chen@hisilicon.com>
3985 L:      dri-devel@lists.freedesktop.org
3986 T:      git git://github.com/xin3liang/linux.git
3987 S:      Maintained
3988 F:      drivers/gpu/drm/hisilicon/
3989 F:      Documentation/devicetree/bindings/display/hisilicon/
3990
3991 DRM DRIVER FOR INTEL I810 VIDEO CARDS
3992 S:      Orphan / Obsolete
3993 F:      drivers/gpu/drm/i810/
3994 F:      include/uapi/drm/i810_drm.h
3995
3996 DRM DRIVER FOR MSM ADRENO GPU
3997 M:      Rob Clark <robdclark@gmail.com>
3998 L:      linux-arm-msm@vger.kernel.org
3999 L:      dri-devel@lists.freedesktop.org
4000 L:      freedreno@lists.freedesktop.org
4001 T:      git git://people.freedesktop.org/~robclark/linux
4002 S:      Maintained
4003 F:      drivers/gpu/drm/msm/
4004 F:      include/uapi/drm/msm_drm.h
4005 F:      Documentation/devicetree/bindings/display/msm/
4006
4007 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4008 M:      Ben Skeggs <bskeggs@redhat.com>
4009 L:      dri-devel@lists.freedesktop.org
4010 L:      nouveau@lists.freedesktop.org
4011 T:      git git://github.com/skeggsb/linux
4012 S:      Supported
4013 F:      drivers/gpu/drm/nouveau/
4014 F:      include/uapi/drm/nouveau_drm.h
4015
4016 DRM DRIVERS FOR NVIDIA TEGRA
4017 M:      Thierry Reding <thierry.reding@gmail.com>
4018 L:      dri-devel@lists.freedesktop.org
4019 L:      linux-tegra@vger.kernel.org
4020 T:      git git://anongit.freedesktop.org/tegra/linux.git
4021 S:      Supported
4022 F:      drivers/gpu/drm/tegra/
4023 F:      drivers/gpu/host1x/
4024 F:      include/linux/host1x.h
4025 F:      include/uapi/drm/tegra_drm.h
4026 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4027
4028 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4029 S:      Orphan / Obsolete
4030 F:      drivers/gpu/drm/mga/
4031 F:      include/uapi/drm/mga_drm.h
4032
4033 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4034 M:      Dave Airlie <airlied@redhat.com>
4035 S:      Odd Fixes
4036 F:      drivers/gpu/drm/mgag200/
4037
4038 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4039 S:      Orphan / Obsolete
4040 F:      drivers/gpu/drm/r128/
4041 F:      include/uapi/drm/r128_drm.h
4042
4043 DRM DRIVERS FOR RENESAS
4044 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4045 L:      dri-devel@lists.freedesktop.org
4046 L:      linux-renesas-soc@vger.kernel.org
4047 T:      git git://linuxtv.org/pinchartl/fbdev
4048 S:      Supported
4049 F:      drivers/gpu/drm/rcar-du/
4050 F:      drivers/gpu/drm/shmobile/
4051 F:      include/linux/platform_data/shmob_drm.h
4052 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4053
4054 DRM DRIVER FOR QXL VIRTUAL GPU
4055 M:      Dave Airlie <airlied@redhat.com>
4056 S:      Odd Fixes
4057 F:      drivers/gpu/drm/qxl/
4058 F:      include/uapi/drm/qxl_drm.h
4059
4060 DRM DRIVERS FOR ROCKCHIP
4061 M:      Mark Yao <mark.yao@rock-chips.com>
4062 L:      dri-devel@lists.freedesktop.org
4063 S:      Maintained
4064 F:      drivers/gpu/drm/rockchip/
4065 F:      Documentation/devicetree/bindings/display/rockchip/
4066
4067 DRM DRIVER FOR SAVAGE VIDEO CARDS
4068 S:      Orphan / Obsolete
4069 F:      drivers/gpu/drm/savage/
4070 F:      include/uapi/drm/savage_drm.h
4071
4072 DRM DRIVER FOR SIS VIDEO CARDS
4073 S:      Orphan / Obsolete
4074 F:      drivers/gpu/drm/sis/
4075 F:      include/uapi/drm/sis_drm.h
4076
4077 DRM DRIVERS FOR STI
4078 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4079 M:      Vincent Abriou <vincent.abriou@st.com>
4080 L:      dri-devel@lists.freedesktop.org
4081 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4082 S:      Maintained
4083 F:      drivers/gpu/drm/sti
4084 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4085
4086 DRM DRIVER FOR TDFX VIDEO CARDS
4087 S:      Orphan / Obsolete
4088 F:      drivers/gpu/drm/tdfx/
4089
4090 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4091 M:      Dave Airlie <airlied@redhat.com>
4092 S:      Odd Fixes
4093 F:      drivers/gpu/drm/udl/
4094
4095 DRM DRIVERS FOR VIVANTE GPU IP
4096 M:      Lucas Stach <l.stach@pengutronix.de>
4097 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4098 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4099 L:      dri-devel@lists.freedesktop.org
4100 S:      Maintained
4101 F:      drivers/gpu/drm/etnaviv/
4102 F:      include/uapi/drm/etnaviv_drm.h
4103 F:      Documentation/devicetree/bindings/display/etnaviv/
4104
4105 DRM DRIVER FOR VMWARE VIRTUAL GPU
4106 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4107 M:      Sinclair Yeh <syeh@vmware.com>
4108 M:      Thomas Hellstrom <thellstrom@vmware.com>
4109 L:      dri-devel@lists.freedesktop.org
4110 T:      git git://people.freedesktop.org/~syeh/repos_linux
4111 T:      git git://people.freedesktop.org/~thomash/linux
4112 S:      Supported
4113 F:      drivers/gpu/drm/vmwgfx/
4114 F:      include/uapi/drm/vmwgfx_drm.h
4115
4116 DRM DRIVERS FOR VC4
4117 M:      Eric Anholt <eric@anholt.net>
4118 T:      git git://github.com/anholt/linux
4119 S:      Supported
4120 F:      drivers/gpu/drm/vc4/
4121 F:      include/uapi/drm/vc4_drm.h
4122 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4123
4124 DSBR100 USB FM RADIO DRIVER
4125 M:      Alexey Klimov <klimov.linux@gmail.com>
4126 L:      linux-media@vger.kernel.org
4127 T:      git git://linuxtv.org/media_tree.git
4128 S:      Maintained
4129 F:      drivers/media/radio/dsbr100.c
4130
4131 DSCC4 DRIVER
4132 M:      Francois Romieu <romieu@fr.zoreil.com>
4133 L:      netdev@vger.kernel.org
4134 S:      Maintained
4135 F:      drivers/net/wan/dscc4.c
4136
4137 DT3155 MEDIA DRIVER
4138 M:      Hans Verkuil <hverkuil@xs4all.nl>
4139 L:      linux-media@vger.kernel.org
4140 T:      git git://linuxtv.org/media_tree.git
4141 W:      https://linuxtv.org
4142 S:      Odd Fixes
4143 F:      drivers/media/pci/dt3155/
4144
4145 DVB_USB_AF9015 MEDIA DRIVER
4146 M:      Antti Palosaari <crope@iki.fi>
4147 L:      linux-media@vger.kernel.org
4148 W:      https://linuxtv.org
4149 W:      http://palosaari.fi/linux/
4150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4151 T:      git git://linuxtv.org/anttip/media_tree.git
4152 S:      Maintained
4153 F:      drivers/media/usb/dvb-usb-v2/af9015*
4154
4155 DVB_USB_AF9035 MEDIA DRIVER
4156 M:      Antti Palosaari <crope@iki.fi>
4157 L:      linux-media@vger.kernel.org
4158 W:      https://linuxtv.org
4159 W:      http://palosaari.fi/linux/
4160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4161 T:      git git://linuxtv.org/anttip/media_tree.git
4162 S:      Maintained
4163 F:      drivers/media/usb/dvb-usb-v2/af9035*
4164
4165 DVB_USB_ANYSEE MEDIA DRIVER
4166 M:      Antti Palosaari <crope@iki.fi>
4167 L:      linux-media@vger.kernel.org
4168 W:      https://linuxtv.org
4169 W:      http://palosaari.fi/linux/
4170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4171 T:      git git://linuxtv.org/anttip/media_tree.git
4172 S:      Maintained
4173 F:      drivers/media/usb/dvb-usb-v2/anysee*
4174
4175 DVB_USB_AU6610 MEDIA DRIVER
4176 M:      Antti Palosaari <crope@iki.fi>
4177 L:      linux-media@vger.kernel.org
4178 W:      https://linuxtv.org
4179 W:      http://palosaari.fi/linux/
4180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4181 T:      git git://linuxtv.org/anttip/media_tree.git
4182 S:      Maintained
4183 F:      drivers/media/usb/dvb-usb-v2/au6610*
4184
4185 DVB_USB_CE6230 MEDIA DRIVER
4186 M:      Antti Palosaari <crope@iki.fi>
4187 L:      linux-media@vger.kernel.org
4188 W:      https://linuxtv.org
4189 W:      http://palosaari.fi/linux/
4190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4191 T:      git git://linuxtv.org/anttip/media_tree.git
4192 S:      Maintained
4193 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4194
4195 DVB_USB_CXUSB MEDIA DRIVER
4196 M:      Michael Krufky <mkrufky@linuxtv.org>
4197 L:      linux-media@vger.kernel.org
4198 W:      https://linuxtv.org
4199 W:      http://github.com/mkrufky
4200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4201 T:      git git://linuxtv.org/media_tree.git
4202 S:      Maintained
4203 F:      drivers/media/usb/dvb-usb/cxusb*
4204
4205 DVB_USB_EC168 MEDIA DRIVER
4206 M:      Antti Palosaari <crope@iki.fi>
4207 L:      linux-media@vger.kernel.org
4208 W:      https://linuxtv.org
4209 W:      http://palosaari.fi/linux/
4210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4211 T:      git git://linuxtv.org/anttip/media_tree.git
4212 S:      Maintained
4213 F:      drivers/media/usb/dvb-usb-v2/ec168*
4214
4215 DVB_USB_GL861 MEDIA DRIVER
4216 M:      Antti Palosaari <crope@iki.fi>
4217 L:      linux-media@vger.kernel.org
4218 W:      https://linuxtv.org
4219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4220 T:      git git://linuxtv.org/anttip/media_tree.git
4221 S:      Maintained
4222 F:      drivers/media/usb/dvb-usb-v2/gl861*
4223
4224 DVB_USB_MXL111SF MEDIA DRIVER
4225 M:      Michael Krufky <mkrufky@linuxtv.org>
4226 L:      linux-media@vger.kernel.org
4227 W:      https://linuxtv.org
4228 W:      http://github.com/mkrufky
4229 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4230 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4231 S:      Maintained
4232 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4233
4234 DVB_USB_RTL28XXU MEDIA DRIVER
4235 M:      Antti Palosaari <crope@iki.fi>
4236 L:      linux-media@vger.kernel.org
4237 W:      https://linuxtv.org
4238 W:      http://palosaari.fi/linux/
4239 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4240 T:      git git://linuxtv.org/anttip/media_tree.git
4241 S:      Maintained
4242 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4243
4244 DVB_USB_V2 MEDIA DRIVER
4245 M:      Antti Palosaari <crope@iki.fi>
4246 L:      linux-media@vger.kernel.org
4247 W:      https://linuxtv.org
4248 W:      http://palosaari.fi/linux/
4249 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4250 T:      git git://linuxtv.org/anttip/media_tree.git
4251 S:      Maintained
4252 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4253 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4254
4255 DYNAMIC DEBUG
4256 M:      Jason Baron <jbaron@akamai.com>
4257 S:      Maintained
4258 F:      lib/dynamic_debug.c
4259 F:      include/linux/dynamic_debug.h
4260
4261 DZ DECSTATION DZ11 SERIAL DRIVER
4262 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4263 S:      Maintained
4264 F:      drivers/tty/serial/dz.*
4265
4266 E3X0 POWER BUTTON DRIVER
4267 M:      Moritz Fischer <moritz.fischer@ettus.com>
4268 L:      usrp-users@lists.ettus.com
4269 W:      http://www.ettus.com
4270 S:      Supported
4271 F:      drivers/input/misc/e3x0-button.c
4272 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4273
4274 E4000 MEDIA DRIVER
4275 M:      Antti Palosaari <crope@iki.fi>
4276 L:      linux-media@vger.kernel.org
4277 W:      https://linuxtv.org
4278 W:      http://palosaari.fi/linux/
4279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4280 T:      git git://linuxtv.org/anttip/media_tree.git
4281 S:      Maintained
4282 F:      drivers/media/tuners/e4000*
4283
4284 EATA ISA/EISA/PCI SCSI DRIVER
4285 M:      Dario Ballabio <ballabio_dario@emc.com>
4286 L:      linux-scsi@vger.kernel.org
4287 S:      Maintained
4288 F:      drivers/scsi/eata.c
4289
4290 EC100 MEDIA DRIVER
4291 M:      Antti Palosaari <crope@iki.fi>
4292 L:      linux-media@vger.kernel.org
4293 W:      https://linuxtv.org
4294 W:      http://palosaari.fi/linux/
4295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4296 T:      git git://linuxtv.org/anttip/media_tree.git
4297 S:      Maintained
4298 F:      drivers/media/dvb-frontends/ec100*
4299
4300 ECRYPT FILE SYSTEM
4301 M:      Tyler Hicks <tyhicks@canonical.com>
4302 L:      ecryptfs@vger.kernel.org
4303 W:      http://ecryptfs.org
4304 W:      https://launchpad.net/ecryptfs
4305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4306 S:      Supported
4307 F:      Documentation/filesystems/ecryptfs.txt
4308 F:      fs/ecryptfs/
4309
4310 EDAC-CORE
4311 M:      Doug Thompson <dougthompson@xmission.com>
4312 M:      Borislav Petkov <bp@alien8.de>
4313 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4314 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4315 L:      linux-edac@vger.kernel.org
4316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4318 S:      Supported
4319 F:      Documentation/edac.txt
4320 F:      drivers/edac/
4321 F:      include/linux/edac.h
4322
4323 EDAC-AMD64
4324 M:      Doug Thompson <dougthompson@xmission.com>
4325 M:      Borislav Petkov <bp@alien8.de>
4326 L:      linux-edac@vger.kernel.org
4327 S:      Maintained
4328 F:      drivers/edac/amd64_edac*
4329
4330 EDAC-CALXEDA
4331 M:      Doug Thompson <dougthompson@xmission.com>
4332 M:      Robert Richter <rric@kernel.org>
4333 L:      linux-edac@vger.kernel.org
4334 S:      Maintained
4335 F:      drivers/edac/highbank*
4336
4337 EDAC-CAVIUM
4338 M:      Ralf Baechle <ralf@linux-mips.org>
4339 M:      David Daney <david.daney@cavium.com>
4340 L:      linux-edac@vger.kernel.org
4341 L:      linux-mips@linux-mips.org
4342 S:      Supported
4343 F:      drivers/edac/octeon_edac*
4344
4345 EDAC-E752X
4346 M:      Mark Gross <mark.gross@intel.com>
4347 M:      Doug Thompson <dougthompson@xmission.com>
4348 L:      linux-edac@vger.kernel.org
4349 S:      Maintained
4350 F:      drivers/edac/e752x_edac.c
4351
4352 EDAC-E7XXX
4353 M:      Doug Thompson <dougthompson@xmission.com>
4354 L:      linux-edac@vger.kernel.org
4355 S:      Maintained
4356 F:      drivers/edac/e7xxx_edac.c
4357
4358 EDAC-GHES
4359 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4360 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4361 L:      linux-edac@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/edac/ghes_edac.c
4364
4365 EDAC-I82443BXGX
4366 M:      Tim Small <tim@buttersideup.com>
4367 L:      linux-edac@vger.kernel.org
4368 S:      Maintained
4369 F:      drivers/edac/i82443bxgx_edac.c
4370
4371 EDAC-I3000
4372 M:      Jason Uhlenkott <juhlenko@akamai.com>
4373 L:      linux-edac@vger.kernel.org
4374 S:      Maintained
4375 F:      drivers/edac/i3000_edac.c
4376
4377 EDAC-I5000
4378 M:      Doug Thompson <dougthompson@xmission.com>
4379 L:      linux-edac@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/edac/i5000_edac.c
4382
4383 EDAC-I5400
4384 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4385 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4386 L:      linux-edac@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/edac/i5400_edac.c
4389
4390 EDAC-I7300
4391 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4392 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4393 L:      linux-edac@vger.kernel.org
4394 S:      Maintained
4395 F:      drivers/edac/i7300_edac.c
4396
4397 EDAC-I7CORE
4398 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4399 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4400 L:      linux-edac@vger.kernel.org
4401 S:      Maintained
4402 F:      drivers/edac/i7core_edac.c
4403
4404 EDAC-I82975X
4405 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4406 M:      "Arvind R." <arvino55@gmail.com>
4407 L:      linux-edac@vger.kernel.org
4408 S:      Maintained
4409 F:      drivers/edac/i82975x_edac.c
4410
4411 EDAC-IE31200
4412 M:      Jason Baron <jbaron@akamai.com>
4413 L:      linux-edac@vger.kernel.org
4414 S:      Maintained
4415 F:      drivers/edac/ie31200_edac.c
4416
4417 EDAC-MPC85XX
4418 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4419 L:      linux-edac@vger.kernel.org
4420 S:      Maintained
4421 F:      drivers/edac/mpc85xx_edac.[ch]
4422
4423 EDAC-PASEMI
4424 M:      Egor Martovetsky <egor@pasemi.com>
4425 L:      linux-edac@vger.kernel.org
4426 S:      Maintained
4427 F:      drivers/edac/pasemi_edac.c
4428
4429 EDAC-R82600
4430 M:      Tim Small <tim@buttersideup.com>
4431 L:      linux-edac@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/edac/r82600_edac.c
4434
4435 EDAC-SBRIDGE
4436 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4437 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4438 L:      linux-edac@vger.kernel.org
4439 S:      Maintained
4440 F:      drivers/edac/sb_edac.c
4441
4442 EDAC-XGENE
4443 APPLIED MICRO (APM) X-GENE SOC EDAC
4444 M:     Loc Ho <lho@apm.com>
4445 S:     Supported
4446 F:     drivers/edac/xgene_edac.c
4447 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4448
4449 EDIROL UA-101/UA-1000 DRIVER
4450 M:      Clemens Ladisch <clemens@ladisch.de>
4451 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4452 T:      git git://git.alsa-project.org/alsa-kernel.git
4453 S:      Maintained
4454 F:      sound/usb/misc/ua101.c
4455
4456 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4457 M:      Matt Fleming <matt@codeblueprint.co.uk>
4458 L:      linux-efi@vger.kernel.org
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4460 S:      Maintained
4461 F:      Documentation/efi-stub.txt
4462 F:      arch/ia64/kernel/efi.c
4463 F:      arch/x86/boot/compressed/eboot.[ch]
4464 F:      arch/x86/include/asm/efi.h
4465 F:      arch/x86/platform/efi/
4466 F:      drivers/firmware/efi/
4467 F:      include/linux/efi*.h
4468
4469 EFI VARIABLE FILESYSTEM
4470 M:      Matthew Garrett <matthew.garrett@nebula.com>
4471 M:      Jeremy Kerr <jk@ozlabs.org>
4472 M:      Matt Fleming <matt@codeblueprint.co.uk>
4473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4474 L:      linux-efi@vger.kernel.org
4475 S:      Maintained
4476 F:      fs/efivarfs/
4477
4478 EFIFB FRAMEBUFFER DRIVER
4479 L:      linux-fbdev@vger.kernel.org
4480 M:      Peter Jones <pjones@redhat.com>
4481 S:      Maintained
4482 F:      drivers/video/fbdev/efifb.c
4483
4484 EFS FILESYSTEM
4485 W:      http://aeschi.ch.eu.org/efs/
4486 S:      Orphan
4487 F:      fs/efs/
4488
4489 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4490 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
4491 L:      netdev@vger.kernel.org
4492 S:      Maintained
4493 F:      drivers/net/ethernet/ibm/ehea/
4494
4495 EM28XX VIDEO4LINUX DRIVER
4496 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4497 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4498 L:      linux-media@vger.kernel.org
4499 W:      https://linuxtv.org
4500 T:      git git://linuxtv.org/media_tree.git
4501 S:      Maintained
4502 F:      drivers/media/usb/em28xx/
4503
4504 EMBEDDED LINUX
4505 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4506 M:      Matt Mackall <mpm@selenic.com>
4507 M:      David Woodhouse <dwmw2@infradead.org>
4508 L:      linux-embedded@vger.kernel.org
4509 S:      Maintained
4510
4511 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4512 M:      James Smart <james.smart@avagotech.com>
4513 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4514 L:      linux-scsi@vger.kernel.org
4515 W:      http://www.avagotech.com
4516 S:      Supported
4517 F:      drivers/scsi/lpfc/
4518
4519 ENE CB710 FLASH CARD READER DRIVER
4520 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
4521 S:      Maintained
4522 F:      drivers/misc/cb710/
4523 F:      drivers/mmc/host/cb710-mmc.*
4524 F:      include/linux/cb710.h
4525
4526 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4527 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4528 S:      Maintained
4529 F:      drivers/media/rc/ene_ir.*
4530
4531 EPSON S1D13XXX FRAMEBUFFER DRIVER
4532 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4533 S:      Maintained
4534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4535 F:      drivers/video/fbdev/s1d13xxxfb.c
4536 F:      include/video/s1d13xxxfb.h
4537
4538 ET131X NETWORK DRIVER
4539 M:      Mark Einon <mark.einon@gmail.com>
4540 S:      Odd Fixes
4541 F:      drivers/net/ethernet/agere/
4542
4543 ETHERNET BRIDGE
4544 M:      Stephen Hemminger <stephen@networkplumber.org>
4545 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
4546 L:      netdev@vger.kernel.org
4547 W:      http://www.linuxfoundation.org/en/Net:Bridge
4548 S:      Maintained
4549 F:      include/linux/netfilter_bridge/
4550 F:      net/bridge/
4551
4552 ETHERNET PHY LIBRARY
4553 M:      Florian Fainelli <f.fainelli@gmail.com>
4554 L:      netdev@vger.kernel.org
4555 S:      Maintained
4556 F:      include/linux/phy.h
4557 F:      include/linux/phy_fixed.h
4558 F:      drivers/net/phy/
4559 F:      Documentation/networking/phy.txt
4560 F:      drivers/of/of_mdio.c
4561 F:      drivers/of/of_net.c
4562
4563 EXT2 FILE SYSTEM
4564 M:      Jan Kara <jack@suse.com>
4565 L:      linux-ext4@vger.kernel.org
4566 S:      Maintained
4567 F:      Documentation/filesystems/ext2.txt
4568 F:      fs/ext2/
4569 F:      include/linux/ext2*
4570
4571 EXT4 FILE SYSTEM
4572 M:      "Theodore Ts'o" <tytso@mit.edu>
4573 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4574 L:      linux-ext4@vger.kernel.org
4575 W:      http://ext4.wiki.kernel.org
4576 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4578 S:      Maintained
4579 F:      Documentation/filesystems/ext4.txt
4580 F:      fs/ext4/
4581
4582 Extended Verification Module (EVM)
4583 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4584 L:      linux-ima-devel@lists.sourceforge.net
4585 L:      linux-security-module@vger.kernel.org
4586 S:      Supported
4587 F:      security/integrity/evm/
4588
4589 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4590 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4591 M:      Chanwoo Choi <cw00.choi@samsung.com>
4592 L:      linux-kernel@vger.kernel.org
4593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4594 S:      Maintained
4595 F:      drivers/extcon/
4596 F:      include/linux/extcon/
4597 F:      include/linux/extcon.h
4598 F:      Documentation/extcon/
4599 F:      Documentation/devicetree/bindings/extcon/
4600
4601 EXYNOS DP DRIVER
4602 M:      Jingoo Han <jingoohan1@gmail.com>
4603 L:      dri-devel@lists.freedesktop.org
4604 S:      Maintained
4605 F:      drivers/gpu/drm/exynos/exynos_dp*
4606
4607 EXYNOS SYSMMU (IOMMU) driver
4608 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4609 L:      iommu@lists.linux-foundation.org
4610 S:      Maintained
4611 F:      drivers/iommu/exynos-iommu.c
4612
4613 EXYNOS MIPI DISPLAY DRIVERS
4614 M:      Inki Dae <inki.dae@samsung.com>
4615 M:      Donghwa Lee <dh09.lee@samsung.com>
4616 M:      Kyungmin Park <kyungmin.park@samsung.com>
4617 L:      linux-fbdev@vger.kernel.org
4618 S:      Maintained
4619 F:      drivers/video/fbdev/exynos/exynos_mipi*
4620 F:      include/video/exynos_mipi*
4621
4622 EZchip NPS platform support
4623 M:      Noam Camus <noamc@ezchip.com>
4624 S:      Supported
4625 F:      arch/arc/plat-eznps
4626 F:      arch/arc/boot/dts/eznps.dts
4627
4628 F71805F HARDWARE MONITORING DRIVER
4629 M:      Jean Delvare <jdelvare@suse.com>
4630 L:      linux-hwmon@vger.kernel.org
4631 S:      Maintained
4632 F:      Documentation/hwmon/f71805f
4633 F:      drivers/hwmon/f71805f.c
4634
4635 FC0011 TUNER DRIVER
4636 M:      Michael Buesch <m@bues.ch>
4637 L:      linux-media@vger.kernel.org
4638 S:      Maintained
4639 F:      drivers/media/tuners/fc0011.h
4640 F:      drivers/media/tuners/fc0011.c
4641
4642 FC2580 MEDIA DRIVER
4643 M:      Antti Palosaari <crope@iki.fi>
4644 L:      linux-media@vger.kernel.org
4645 W:      https://linuxtv.org
4646 W:      http://palosaari.fi/linux/
4647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4648 T:      git git://linuxtv.org/anttip/media_tree.git
4649 S:      Maintained
4650 F:      drivers/media/tuners/fc2580*
4651
4652 FANOTIFY
4653 M:      Eric Paris <eparis@redhat.com>
4654 S:      Maintained
4655 F:      fs/notify/fanotify/
4656 F:      include/linux/fanotify.h
4657 F:      include/uapi/linux/fanotify.h
4658
4659 FARSYNC SYNCHRONOUS DRIVER
4660 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4661 W:      http://www.farsite.co.uk/
4662 S:      Supported
4663 F:      drivers/net/wan/farsync.*
4664
4665 FAULT INJECTION SUPPORT
4666 M:      Akinobu Mita <akinobu.mita@gmail.com>
4667 S:      Supported
4668 F:      Documentation/fault-injection/
4669 F:      lib/fault-inject.c
4670
4671 FBTFT Framebuffer drivers
4672 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4673 M:      Noralf Trønnes <noralf@tronnes.org>
4674 S:      Maintained
4675 F:      drivers/staging/fbtft/
4676
4677 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4678 M:      Vasu Dev <vasu.dev@intel.com>
4679 L:      fcoe-devel@open-fcoe.org
4680 W:      www.Open-FCoE.org
4681 S:      Supported
4682 F:      drivers/scsi/libfc/
4683 F:      drivers/scsi/fcoe/
4684 F:      include/scsi/fc/
4685 F:      include/scsi/libfc.h
4686 F:      include/scsi/libfcoe.h
4687 F:      include/uapi/scsi/fc/
4688
4689 FILE LOCKING (flock() and fcntl()/lockf())
4690 M:      Jeff Layton <jlayton@poochiereds.net>
4691 M:      "J. Bruce Fields" <bfields@fieldses.org>
4692 L:      linux-fsdevel@vger.kernel.org
4693 S:      Maintained
4694 F:      include/linux/fcntl.h
4695 F:      include/linux/fs.h
4696 F:      include/uapi/linux/fcntl.h
4697 F:      include/uapi/linux/fs.h
4698 F:      fs/fcntl.c
4699 F:      fs/locks.c
4700
4701 FILESYSTEMS (VFS and infrastructure)
4702 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4703 L:      linux-fsdevel@vger.kernel.org
4704 S:      Maintained
4705 F:      fs/*
4706
4707 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4708 M:      Riku Voipio <riku.voipio@iki.fi>
4709 L:      linux-hwmon@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/hwmon/f75375s.c
4712 F:      include/linux/f75375s.h
4713
4714 FIREWIRE AUDIO DRIVERS
4715 M:      Clemens Ladisch <clemens@ladisch.de>
4716 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4717 T:      git git://git.alsa-project.org/alsa-kernel.git
4718 S:      Maintained
4719 F:      sound/firewire/
4720
4721 FIREWIRE MEDIA DRIVERS (firedtv)
4722 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4723 L:      linux-media@vger.kernel.org
4724 L:      linux1394-devel@lists.sourceforge.net
4725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4726 S:      Maintained
4727 F:      drivers/media/firewire/
4728
4729 FIREWIRE SBP-2 TARGET
4730 M:      Chris Boot <bootc@bootc.net>
4731 L:      linux-scsi@vger.kernel.org
4732 L:      target-devel@vger.kernel.org
4733 L:      linux1394-devel@lists.sourceforge.net
4734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4735 S:      Maintained
4736 F:      drivers/target/sbp/
4737
4738 FIREWIRE SUBSYSTEM
4739 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4740 L:      linux1394-devel@lists.sourceforge.net
4741 W:      http://ieee1394.wiki.kernel.org/
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4743 S:      Maintained
4744 F:      drivers/firewire/
4745 F:      include/linux/firewire.h
4746 F:      include/uapi/linux/firewire*.h
4747 F:      tools/firewire/
4748
4749 FIRMWARE LOADER (request_firmware)
4750 M:      Ming Lei <ming.lei@canonical.com>
4751 L:      linux-kernel@vger.kernel.org
4752 S:      Maintained
4753 F:      Documentation/firmware_class/
4754 F:      drivers/base/firmware*.c
4755 F:      include/linux/firmware.h
4756
4757 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4758 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4759 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4760 S:      Maintained
4761 F:      drivers/block/rsxx/
4762
4763 FLOPPY DRIVER
4764 M:      Jiri Kosina <jikos@kernel.org>
4765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4766 S:      Odd fixes
4767 F:      drivers/block/floppy.c
4768
4769 FMC SUBSYSTEM
4770 M:      Alessandro Rubini <rubini@gnudd.com>
4771 W:      http://www.ohwr.org/projects/fmc-bus
4772 S:      Supported
4773 F:      drivers/fmc/
4774 F:      include/linux/fmc*.h
4775 F:      include/linux/ipmi-fru.h
4776 K:      fmc_d.*register
4777
4778 FPGA MANAGER FRAMEWORK
4779 M:      Alan Tull <atull@opensource.altera.com>
4780 R:      Moritz Fischer <moritz.fischer@ettus.com>
4781 S:      Maintained
4782 F:      drivers/fpga/
4783 F:      include/linux/fpga/fpga-mgr.h
4784 W:      http://www.rocketboards.org
4785
4786 FPU EMULATOR
4787 M:      Bill Metzenthen <billm@melbpc.org.au>
4788 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4789 S:      Maintained
4790 F:      arch/x86/math-emu/
4791
4792 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4793 L:      netdev@vger.kernel.org
4794 S:      Orphan
4795 F:      drivers/net/wan/dlci.c
4796 F:      drivers/net/wan/sdla.c
4797
4798 FRAMEBUFFER LAYER
4799 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4800 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4801 L:      linux-fbdev@vger.kernel.org
4802 W:      http://linux-fbdev.sourceforge.net/
4803 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4805 S:      Maintained
4806 F:      Documentation/fb/
4807 F:      drivers/video/
4808 F:      include/video/
4809 F:      include/linux/fb.h
4810 F:      include/uapi/video/
4811 F:      include/uapi/linux/fb.h
4812
4813 FREESCALE DIU FRAMEBUFFER DRIVER
4814 M:      Timur Tabi <timur@tabi.org>
4815 L:      linux-fbdev@vger.kernel.org
4816 S:      Maintained
4817 F:      drivers/video/fbdev/fsl-diu-fb.*
4818
4819 FREESCALE DMA DRIVER
4820 M:      Li Yang <leoli@freescale.com>
4821 M:      Zhang Wei <zw@zh-kernel.org>
4822 L:      linuxppc-dev@lists.ozlabs.org
4823 S:      Maintained
4824 F:      drivers/dma/fsldma.*
4825
4826 FREESCALE GPMI NAND DRIVER
4827 M:      Han Xu <han.xu@nxp.com>
4828 L:      linux-mtd@lists.infradead.org
4829 S:      Maintained
4830 F:      drivers/mtd/nand/gpmi-nand/*
4831
4832 FREESCALE I2C CPM DRIVER
4833 M:      Jochen Friedrich <jochen@scram.de>
4834 L:      linuxppc-dev@lists.ozlabs.org
4835 L:      linux-i2c@vger.kernel.org
4836 S:      Maintained
4837 F:      drivers/i2c/busses/i2c-cpm.c
4838
4839 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4840 M:      Sascha Hauer <kernel@pengutronix.de>
4841 L:      linux-fbdev@vger.kernel.org
4842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4843 S:      Maintained
4844 F:      include/linux/platform_data/video-imxfb.h
4845 F:      drivers/video/fbdev/imxfb.c
4846
4847 FREESCALE QUAD SPI DRIVER
4848 M:      Han Xu <han.xu@nxp.com>
4849 L:      linux-mtd@lists.infradead.org
4850 S:      Maintained
4851 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4852
4853 FREESCALE SOC FS_ENET DRIVER
4854 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4855 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4856 L:      linuxppc-dev@lists.ozlabs.org
4857 L:      netdev@vger.kernel.org
4858 S:      Maintained
4859 F:      drivers/net/ethernet/freescale/fs_enet/
4860 F:      include/linux/fs_enet_pd.h
4861
4862 FREESCALE IMX / MXC FEC DRIVER
4863 M:      Fugang Duan <fugang.duan@nxp.com>
4864 L:      netdev@vger.kernel.org
4865 S:      Maintained
4866 F:      drivers/net/ethernet/freescale/fec_main.c
4867 F:      drivers/net/ethernet/freescale/fec_ptp.c
4868 F:      drivers/net/ethernet/freescale/fec.h
4869 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4870
4871 FREESCALE QUICC ENGINE LIBRARY
4872 L:      linuxppc-dev@lists.ozlabs.org
4873 S:      Orphan
4874 F:      drivers/soc/fsl/qe/
4875 F:      include/soc/fsl/*qe*.h
4876 F:      include/soc/fsl/*ucc*.h
4877
4878 FREESCALE USB PERIPHERAL DRIVERS
4879 M:      Li Yang <leoli@freescale.com>
4880 L:      linux-usb@vger.kernel.org
4881 L:      linuxppc-dev@lists.ozlabs.org
4882 S:      Maintained
4883 F:      drivers/usb/gadget/udc/fsl*
4884
4885 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4886 M:      Li Yang <leoli@freescale.com>
4887 L:      netdev@vger.kernel.org
4888 L:      linuxppc-dev@lists.ozlabs.org
4889 S:      Maintained
4890 F:      drivers/net/ethernet/freescale/ucc_geth*
4891
4892 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4893 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4894 L:      netdev@vger.kernel.org
4895 S:      Maintained
4896 F:      drivers/net/ethernet/freescale/gianfar*
4897 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4898 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4899
4900 FREESCALE QUICC ENGINE UCC HDLC DRIVER
4901 M:      Zhao Qiang <qiang.zhao@nxp.com>
4902 L:      netdev@vger.kernel.org
4903 L:      linuxppc-dev@lists.ozlabs.org
4904 S:      Maintained
4905 F:      drivers/net/wan/fsl_ucc_hdlc*
4906
4907 FREESCALE QUICC ENGINE UCC UART DRIVER
4908 M:      Timur Tabi <timur@tabi.org>
4909 L:      linuxppc-dev@lists.ozlabs.org
4910 S:      Maintained
4911 F:      drivers/tty/serial/ucc_uart.c
4912
4913 FREESCALE SOC SOUND DRIVERS
4914 M:      Timur Tabi <timur@tabi.org>
4915 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4916 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4917 R:      Fabio Estevam <fabio.estevam@nxp.com>
4918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4919 L:      linuxppc-dev@lists.ozlabs.org
4920 S:      Maintained
4921 F:      sound/soc/fsl/fsl*
4922 F:      sound/soc/fsl/imx*
4923 F:      sound/soc/fsl/mpc8610_hpcd.c
4924
4925 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4926 M:      "J. German Rivera" <German.Rivera@freescale.com>
4927 M:      Stuart Yoder <stuart.yoder@nxp.com>
4928 L:      linux-kernel@vger.kernel.org
4929 S:      Maintained
4930 F:      drivers/staging/fsl-mc/
4931
4932 FREEVXFS FILESYSTEM
4933 M:      Christoph Hellwig <hch@infradead.org>
4934 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4935 S:      Maintained
4936 F:      fs/freevxfs/
4937
4938 FREEZER
4939 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4940 M:      Pavel Machek <pavel@ucw.cz>
4941 L:      linux-pm@vger.kernel.org
4942 S:      Supported
4943 F:      Documentation/power/freezing-of-tasks.txt
4944 F:      include/linux/freezer.h
4945 F:      kernel/freezer.c
4946
4947 FRONTSWAP API
4948 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4949 L:      linux-kernel@vger.kernel.org
4950 S:      Maintained
4951 F:      mm/frontswap.c
4952 F:      include/linux/frontswap.h
4953
4954 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4955 M:      David Howells <dhowells@redhat.com>
4956 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4957 S:      Supported
4958 F:      Documentation/filesystems/caching/
4959 F:      fs/fscache/
4960 F:      include/linux/fscache*.h
4961
4962 F2FS FILE SYSTEM
4963 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4964 M:      Changman Lee <cm224.lee@samsung.com>
4965 R:      Chao Yu <yuchao0@huawei.com>
4966 L:      linux-f2fs-devel@lists.sourceforge.net
4967 W:      http://en.wikipedia.org/wiki/F2FS
4968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4969 S:      Maintained
4970 F:      Documentation/filesystems/f2fs.txt
4971 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4972 F:      fs/f2fs/
4973 F:      include/linux/f2fs_fs.h
4974 F:      include/trace/events/f2fs.h
4975
4976 FUJITSU FR-V (FRV) PORT
4977 S:      Orphan
4978 F:      arch/frv/
4979
4980 FUJITSU LAPTOP EXTRAS
4981 M:      Jonathan Woithe <jwoithe@just42.net>
4982 L:      platform-driver-x86@vger.kernel.org
4983 S:      Maintained
4984 F:      drivers/platform/x86/fujitsu-laptop.c
4985
4986 FUJITSU M-5MO LS CAMERA ISP DRIVER
4987 M:      Kyungmin Park <kyungmin.park@samsung.com>
4988 M:      Heungjun Kim <riverful.kim@samsung.com>
4989 L:      linux-media@vger.kernel.org
4990 S:      Maintained
4991 F:      drivers/media/i2c/m5mols/
4992 F:      include/media/i2c/m5mols.h
4993
4994 FUJITSU TABLET EXTRAS
4995 M:      Robert Gerlach <khnz@gmx.de>
4996 L:      platform-driver-x86@vger.kernel.org
4997 S:      Maintained
4998 F:      drivers/platform/x86/fujitsu-tablet.c
4999
5000 FUSE: FILESYSTEM IN USERSPACE
5001 M:      Miklos Szeredi <miklos@szeredi.hu>
5002 L:      linux-fsdevel@vger.kernel.org
5003 W:      http://fuse.sourceforge.net/
5004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5005 S:      Maintained
5006 F:      fs/fuse/
5007 F:      include/uapi/linux/fuse.h
5008 F:      Documentation/filesystems/fuse.txt
5009
5010 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5011 M:      Rik Faith <faith@cs.unc.edu>
5012 L:      linux-scsi@vger.kernel.org
5013 S:      Odd Fixes (e.g., new signatures)
5014 F:      drivers/scsi/fdomain.*
5015
5016 GCOV BASED KERNEL PROFILING
5017 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5018 S:      Maintained
5019 F:      kernel/gcov/
5020 F:      Documentation/gcov.txt
5021
5022 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5023 M:      Achim Leubner <achim_leubner@adaptec.com>
5024 L:      linux-scsi@vger.kernel.org
5025 W:      http://www.icp-vortex.com/
5026 S:      Supported
5027 F:      drivers/scsi/gdt*
5028
5029 GDB KERNEL DEBUGGING HELPER SCRIPTS
5030 M:      Jan Kiszka <jan.kiszka@siemens.com>
5031 M:      Kieran Bingham <kieran@bingham.xyz>
5032 S:      Supported
5033 F:      scripts/gdb/
5034
5035 GEMTEK FM RADIO RECEIVER DRIVER
5036 M:      Hans Verkuil <hverkuil@xs4all.nl>
5037 L:      linux-media@vger.kernel.org
5038 T:      git git://linuxtv.org/media_tree.git
5039 W:      https://linuxtv.org
5040 S:      Maintained
5041 F:      drivers/media/radio/radio-gemtek*
5042
5043 GENERIC GPIO I2C DRIVER
5044 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5045 S:      Supported
5046 F:      drivers/i2c/busses/i2c-gpio.c
5047 F:      include/linux/i2c-gpio.h
5048
5049 GENERIC GPIO I2C MULTIPLEXER DRIVER
5050 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5051 L:      linux-i2c@vger.kernel.org
5052 S:      Supported
5053 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5054 F:      include/linux/i2c-mux-gpio.h
5055 F:      Documentation/i2c/muxes/i2c-mux-gpio
5056
5057 GENERIC HDLC (WAN) DRIVERS
5058 M:      Krzysztof Halasa <khc@pm.waw.pl>
5059 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5060 S:      Maintained
5061 F:      drivers/net/wan/c101.c
5062 F:      drivers/net/wan/hd6457*
5063 F:      drivers/net/wan/hdlc*
5064 F:      drivers/net/wan/n2.c
5065 F:      drivers/net/wan/pc300too.c
5066 F:      drivers/net/wan/pci200syn.c
5067 F:      drivers/net/wan/wanxl*
5068
5069 GENERIC INCLUDE/ASM HEADER FILES
5070 M:      Arnd Bergmann <arnd@arndb.de>
5071 L:      linux-arch@vger.kernel.org
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5073 S:      Maintained
5074 F:      include/asm-generic/
5075 F:      include/uapi/asm-generic/
5076
5077 GENERIC PHY FRAMEWORK
5078 M:      Kishon Vijay Abraham I <kishon@ti.com>
5079 L:      linux-kernel@vger.kernel.org
5080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5081 S:      Supported
5082 F:      drivers/phy/
5083 F:      include/linux/phy/
5084
5085 GENERIC PM DOMAINS
5086 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5087 M:      Kevin Hilman <khilman@kernel.org>
5088 M:      Ulf Hansson <ulf.hansson@linaro.org>
5089 L:      linux-pm@vger.kernel.org
5090 S:      Supported
5091 F:      drivers/base/power/domain*.c
5092 F:      include/linux/pm_domain.h
5093
5094 GENERIC UIO DRIVER FOR PCI DEVICES
5095 M:      "Michael S. Tsirkin" <mst@redhat.com>
5096 L:      kvm@vger.kernel.org
5097 S:      Supported
5098 F:      drivers/uio/uio_pci_generic.c
5099
5100 GET_MAINTAINER SCRIPT
5101 M:      Joe Perches <joe@perches.com>
5102 S:      Maintained
5103 F:      scripts/get_maintainer.pl
5104
5105 GFS2 FILE SYSTEM
5106 M:      Steven Whitehouse <swhiteho@redhat.com>
5107 M:      Bob Peterson <rpeterso@redhat.com>
5108 L:      cluster-devel@redhat.com
5109 W:      http://sources.redhat.com/cluster/
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5111 S:      Supported
5112 F:      Documentation/filesystems/gfs2*.txt
5113 F:      fs/gfs2/
5114 F:      include/uapi/linux/gfs2_ondisk.h
5115
5116 GIGASET ISDN DRIVERS
5117 M:      Paul Bolle <pebolle@tiscali.nl>
5118 L:      gigaset307x-common@lists.sourceforge.net
5119 W:      http://gigaset307x.sourceforge.net/
5120 S:      Odd Fixes
5121 F:      Documentation/isdn/README.gigaset
5122 F:      drivers/isdn/gigaset/
5123 F:      include/uapi/linux/gigaset_dev.h
5124
5125 GO7007 MPEG CODEC
5126 M:      Hans Verkuil <hans.verkuil@cisco.com>
5127 L:      linux-media@vger.kernel.org
5128 S:      Maintained
5129 F:      drivers/media/usb/go7007/
5130
5131 GOODIX TOUCHSCREEN
5132 M:      Bastien Nocera <hadess@hadess.net>
5133 L:      linux-input@vger.kernel.org
5134 S:      Maintained
5135 F:      drivers/input/touchscreen/goodix.c
5136
5137 GPIO SUBSYSTEM
5138 M:      Linus Walleij <linus.walleij@linaro.org>
5139 M:      Alexandre Courbot <gnurou@gmail.com>
5140 L:      linux-gpio@vger.kernel.org
5141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5142 S:      Maintained
5143 F:      Documentation/devicetree/bindings/gpio/
5144 F:      Documentation/gpio/
5145 F:      Documentation/ABI/testing/gpio-cdev
5146 F:      Documentation/ABI/obsolete/sysfs-gpio
5147 F:      drivers/gpio/
5148 F:      include/linux/gpio/
5149 F:      include/linux/gpio.h
5150 F:      include/asm-generic/gpio.h
5151 F:      include/uapi/linux/gpio.h
5152 F:      tools/gpio/
5153
5154 GRE DEMULTIPLEXER DRIVER
5155 M:      Dmitry Kozlov <xeb@mail.ru>
5156 L:      netdev@vger.kernel.org
5157 S:      Maintained
5158 F:      net/ipv4/gre_demux.c
5159 F:      net/ipv4/gre_offload.c
5160 F:      include/net/gre.h
5161
5162 GRETH 10/100/1G Ethernet MAC device driver
5163 M:      Andreas Larsson <andreas@gaisler.com>
5164 L:      netdev@vger.kernel.org
5165 S:      Maintained
5166 F:      drivers/net/ethernet/aeroflex/
5167
5168 GSPCA FINEPIX SUBDRIVER
5169 M:      Frank Zago <frank@zago.net>
5170 L:      linux-media@vger.kernel.org
5171 T:      git git://linuxtv.org/media_tree.git
5172 S:      Maintained
5173 F:      drivers/media/usb/gspca/finepix.c
5174
5175 GSPCA GL860 SUBDRIVER
5176 M:      Olivier Lorin <o.lorin@laposte.net>
5177 L:      linux-media@vger.kernel.org
5178 T:      git git://linuxtv.org/media_tree.git
5179 S:      Maintained
5180 F:      drivers/media/usb/gspca/gl860/
5181
5182 GSPCA M5602 SUBDRIVER
5183 M:      Erik Andren <erik.andren@gmail.com>
5184 L:      linux-media@vger.kernel.org
5185 T:      git git://linuxtv.org/media_tree.git
5186 S:      Maintained
5187 F:      drivers/media/usb/gspca/m5602/
5188
5189 GSPCA PAC207 SONIXB SUBDRIVER
5190 M:      Hans de Goede <hdegoede@redhat.com>
5191 L:      linux-media@vger.kernel.org
5192 T:      git git://linuxtv.org/media_tree.git
5193 S:      Maintained
5194 F:      drivers/media/usb/gspca/pac207.c
5195
5196 GSPCA SN9C20X SUBDRIVER
5197 M:      Brian Johnson <brijohn@gmail.com>
5198 L:      linux-media@vger.kernel.org
5199 T:      git git://linuxtv.org/media_tree.git
5200 S:      Maintained
5201 F:      drivers/media/usb/gspca/sn9c20x.c
5202
5203 GSPCA T613 SUBDRIVER
5204 M:      Leandro Costantino <lcostantino@gmail.com>
5205 L:      linux-media@vger.kernel.org
5206 T:      git git://linuxtv.org/media_tree.git
5207 S:      Maintained
5208 F:      drivers/media/usb/gspca/t613.c
5209
5210 GSPCA USB WEBCAM DRIVER
5211 M:      Hans de Goede <hdegoede@redhat.com>
5212 L:      linux-media@vger.kernel.org
5213 T:      git git://linuxtv.org/media_tree.git
5214 S:      Maintained
5215 F:      drivers/media/usb/gspca/
5216
5217 GUID PARTITION TABLE (GPT)
5218 M:      Davidlohr Bueso <dave@stgolabs.net>
5219 L:      linux-efi@vger.kernel.org
5220 S:      Maintained
5221 F:      block/partitions/efi.*
5222
5223 STK1160 USB VIDEO CAPTURE DRIVER
5224 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
5225 L:      linux-media@vger.kernel.org
5226 T:      git git://linuxtv.org/media_tree.git
5227 S:      Maintained
5228 F:      drivers/media/usb/stk1160/
5229
5230 H8/300 ARCHITECTURE
5231 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5232 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
5233 W:      http://uclinux-h8.sourceforge.jp
5234 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5235 S:      Maintained
5236 F:      arch/h8300/
5237 F:      drivers/clocksource/h8300_*.c
5238 F:      drivers/clk/h8300/
5239 F:      drivers/irqchip/irq-renesas-h8*.c
5240
5241 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5242 M:      Frank Seidel <frank@f-seidel.de>
5243 L:      platform-driver-x86@vger.kernel.org
5244 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5245 S:      Maintained
5246 F:      drivers/platform/x86/hdaps.c
5247
5248 HDPVR USB VIDEO ENCODER DRIVER
5249 M:      Hans Verkuil <hverkuil@xs4all.nl>
5250 L:      linux-media@vger.kernel.org
5251 T:      git git://linuxtv.org/media_tree.git
5252 W:      https://linuxtv.org
5253 S:      Odd Fixes
5254 F:      drivers/media/usb/hdpvr/
5255
5256 HWPOISON MEMORY FAILURE HANDLING
5257 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5258 L:      linux-mm@kvack.org
5259 S:      Maintained
5260 F:      mm/memory-failure.c
5261 F:      mm/hwpoison-inject.c
5262
5263 HYPERVISOR VIRTUAL CONSOLE DRIVER
5264 L:      linuxppc-dev@lists.ozlabs.org
5265 S:      Odd Fixes
5266 F:      drivers/tty/hvc/
5267
5268 HACKRF MEDIA DRIVER
5269 M:      Antti Palosaari <crope@iki.fi>
5270 L:      linux-media@vger.kernel.org
5271 W:      https://linuxtv.org
5272 W:      http://palosaari.fi/linux/
5273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5274 T:      git git://linuxtv.org/anttip/media_tree.git
5275 S:      Maintained
5276 F:      drivers/media/usb/hackrf/
5277
5278 HARDWARE MONITORING
5279 M:      Jean Delvare <jdelvare@suse.com>
5280 M:      Guenter Roeck <linux@roeck-us.net>
5281 L:      linux-hwmon@vger.kernel.org
5282 W:      http://hwmon.wiki.kernel.org/
5283 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5285 S:      Maintained
5286 F:      Documentation/hwmon/
5287 F:      drivers/hwmon/
5288 F:      include/linux/hwmon*.h
5289
5290 HARDWARE RANDOM NUMBER GENERATOR CORE
5291 M:      Matt Mackall <mpm@selenic.com>
5292 M:      Herbert Xu <herbert@gondor.apana.org.au>
5293 L:      linux-crypto@vger.kernel.org
5294 S:      Odd fixes
5295 F:      Documentation/hw_random.txt
5296 F:      drivers/char/hw_random/
5297 F:      include/linux/hw_random.h
5298
5299 HARDWARE SPINLOCK CORE
5300 M:      Ohad Ben-Cohen <ohad@wizery.com>
5301 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5302 L:      linux-remoteproc@vger.kernel.org
5303 S:      Maintained
5304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5305 F:      Documentation/hwspinlock.txt
5306 F:      drivers/hwspinlock/hwspinlock_*
5307 F:      include/linux/hwspinlock.h
5308
5309 HARMONY SOUND DRIVER
5310 L:      linux-parisc@vger.kernel.org
5311 S:      Maintained
5312 F:      sound/parisc/harmony.*
5313
5314 HD29L2 MEDIA DRIVER
5315 M:      Antti Palosaari <crope@iki.fi>
5316 L:      linux-media@vger.kernel.org
5317 W:      https://linuxtv.org
5318 W:      http://palosaari.fi/linux/
5319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5320 T:      git git://linuxtv.org/anttip/media_tree.git
5321 S:      Maintained
5322 F:      drivers/media/dvb-frontends/hd29l2*
5323
5324 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5325 M:      Don Brace <don.brace@microsemi.com>
5326 L:      iss_storagedev@hp.com
5327 L:      esc.storagedev@microsemi.com
5328 L:      linux-scsi@vger.kernel.org
5329 S:      Supported
5330 F:      Documentation/scsi/hpsa.txt
5331 F:      drivers/scsi/hpsa*.[ch]
5332 F:      include/linux/cciss*.h
5333 F:      include/uapi/linux/cciss*.h
5334
5335 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5336 M:      Don Brace <don.brace@microsemi.com>
5337 L:      iss_storagedev@hp.com
5338 L:      esc.storagedev@microsemi.com
5339 L:      linux-scsi@vger.kernel.org
5340 S:      Supported
5341 F:      Documentation/blockdev/cciss.txt
5342 F:      drivers/block/cciss*
5343 F:      include/linux/cciss_ioctl.h
5344 F:      include/uapi/linux/cciss_ioctl.h
5345
5346 HFI1 DRIVER
5347 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
5348 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
5349 L:      linux-rdma@vger.kernel.org
5350 S:      Supported
5351 F:      drivers/infiniband/hw/hfi1
5352
5353 HFS FILESYSTEM
5354 L:      linux-fsdevel@vger.kernel.org
5355 S:      Orphan
5356 F:      Documentation/filesystems/hfs.txt
5357 F:      fs/hfs/
5358
5359 HFSPLUS FILESYSTEM
5360 L:      linux-fsdevel@vger.kernel.org
5361 S:      Orphan
5362 F:      Documentation/filesystems/hfsplus.txt
5363 F:      fs/hfsplus/
5364
5365 HGA FRAMEBUFFER DRIVER
5366 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5367 L:      linux-nvidia@lists.surfsouth.com
5368 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5369 S:      Maintained
5370 F:      drivers/video/fbdev/hgafb.c
5371
5372 HIBERNATION (aka Software Suspend, aka swsusp)
5373 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5374 M:      Pavel Machek <pavel@ucw.cz>
5375 L:      linux-pm@vger.kernel.org
5376 S:      Supported
5377 F:      arch/x86/power/
5378 F:      drivers/base/power/
5379 F:      kernel/power/
5380 F:      include/linux/suspend.h
5381 F:      include/linux/freezer.h
5382 F:      include/linux/pm.h
5383 F:      arch/*/include/asm/suspend*.h
5384
5385 HID CORE LAYER
5386 M:      Jiri Kosina <jikos@kernel.org>
5387 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5388 L:      linux-input@vger.kernel.org
5389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5390 S:      Maintained
5391 F:      drivers/hid/
5392 F:      include/linux/hid*
5393 F:      include/uapi/linux/hid*
5394
5395 HID SENSOR HUB DRIVERS
5396 M:      Jiri Kosina <jikos@kernel.org>
5397 M:      Jonathan Cameron <jic23@kernel.org>
5398 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5399 L:      linux-input@vger.kernel.org
5400 L:      linux-iio@vger.kernel.org
5401 S:      Maintained
5402 F:      Documentation/hid/hid-sensor*
5403 F:      drivers/hid/hid-sensor-*
5404 F:      drivers/iio/*/hid-*
5405 F:      include/linux/hid-sensor-*
5406
5407 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5408 M:      Thomas Gleixner <tglx@linutronix.de>
5409 L:      linux-kernel@vger.kernel.org
5410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5411 S:      Maintained
5412 F:      Documentation/timers/
5413 F:      kernel/time/hrtimer.c
5414 F:      kernel/time/clockevents.c
5415 F:      kernel/time/tick*.*
5416 F:      kernel/time/timer_*.c
5417 F:      include/linux/clockchips.h
5418 F:      include/linux/hrtimer.h
5419
5420 HIGH-SPEED SCC DRIVER FOR AX.25
5421 L:      linux-hams@vger.kernel.org
5422 S:      Orphan
5423 F:      drivers/net/hamradio/dmascc.c
5424 F:      drivers/net/hamradio/scc.c
5425
5426 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5427 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5428 W:      http://www.highpoint-tech.com
5429 S:      Supported
5430 F:      Documentation/scsi/hptiop.txt
5431 F:      drivers/scsi/hptiop.c
5432
5433 HIPPI
5434 M:      Jes Sorensen <jes@trained-monkey.org>
5435 L:      linux-hippi@sunsite.dk
5436 S:      Maintained
5437 F:      include/linux/hippidevice.h
5438 F:      include/uapi/linux/if_hippi.h
5439 F:      net/802/hippi.c
5440 F:      drivers/net/hippi/
5441
5442 HISILICON NETWORK SUBSYSTEM DRIVER
5443 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
5444 M:      Salil Mehta <salil.mehta@huawei.com>
5445 L:      netdev@vger.kernel.org
5446 W:      http://www.hisilicon.com
5447 S:      Maintained
5448 F:      drivers/net/ethernet/hisilicon/
5449 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
5450
5451 HISILICON SAS Controller
5452 M:      John Garry <john.garry@huawei.com>
5453 W:      http://www.hisilicon.com
5454 S:      Supported
5455 F:      drivers/scsi/hisi_sas/
5456 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5457
5458 HOST AP DRIVER
5459 M:      Jouni Malinen <j@w1.fi>
5460 L:      hostap@shmoo.com (subscribers-only)
5461 L:      linux-wireless@vger.kernel.org
5462 W:      http://hostap.epitest.fi/
5463 S:      Maintained
5464 F:      drivers/net/wireless/intersil/hostap/
5465
5466 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5467 L:      platform-driver-x86@vger.kernel.org
5468 S:      Orphan
5469 F:      drivers/platform/x86/tc1100-wmi.c
5470
5471 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5472 M:      Jaroslav Kysela <perex@perex.cz>
5473 S:      Maintained
5474 F:      drivers/net/ethernet/hp/hp100.*
5475
5476 HPET:   High Precision Event Timers driver
5477 M:      Clemens Ladisch <clemens@ladisch.de>
5478 S:      Maintained
5479 F:      Documentation/timers/hpet.txt
5480 F:      drivers/char/hpet.c
5481 F:      include/linux/hpet.h
5482 F:      include/uapi/linux/hpet.h
5483
5484 HPET:   x86
5485 S:      Orphan
5486 F:      arch/x86/kernel/hpet.c
5487 F:      arch/x86/include/asm/hpet.h
5488
5489 HPFS FILESYSTEM
5490 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5491 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5492 S:      Maintained
5493 F:      fs/hpfs/
5494
5495 HSI SUBSYSTEM
5496 M:      Sebastian Reichel <sre@kernel.org>
5497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5498 S:      Maintained
5499 F:      Documentation/ABI/testing/sysfs-bus-hsi
5500 F:      Documentation/hsi.txt
5501 F:      drivers/hsi/
5502 F:      include/linux/hsi/
5503 F:      include/uapi/linux/hsi/
5504
5505 HSO 3G MODEM DRIVER
5506 M:      Jan Dumon <j.dumon@option.com>
5507 W:      http://www.pharscape.org
5508 S:      Maintained
5509 F:      drivers/net/usb/hso.c
5510
5511 HSR NETWORK PROTOCOL
5512 M:      Arvid Brodin <arvid.brodin@alten.se>
5513 L:      netdev@vger.kernel.org
5514 S:      Maintained
5515 F:      net/hsr/
5516
5517 HTCPEN TOUCHSCREEN DRIVER
5518 M:      Pau Oliva Fora <pof@eslack.org>
5519 L:      linux-input@vger.kernel.org
5520 S:      Maintained
5521 F:      drivers/input/touchscreen/htcpen.c
5522
5523 HUGETLB FILESYSTEM
5524 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5525 S:      Maintained
5526 F:      fs/hugetlbfs/
5527
5528 Hyper-V CORE AND DRIVERS
5529 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5530 M:      Haiyang Zhang <haiyangz@microsoft.com>
5531 L:      devel@linuxdriverproject.org
5532 S:      Maintained
5533 F:      arch/x86/include/asm/mshyperv.h
5534 F:      arch/x86/include/uapi/asm/hyperv.h
5535 F:      arch/x86/kernel/cpu/mshyperv.c
5536 F:      drivers/hid/hid-hyperv.c
5537 F:      drivers/hv/
5538 F:      drivers/input/serio/hyperv-keyboard.c
5539 F:      drivers/pci/host/pci-hyperv.c
5540 F:      drivers/net/hyperv/
5541 F:      drivers/scsi/storvsc_drv.c
5542 F:      drivers/video/fbdev/hyperv_fb.c
5543 F:      include/linux/hyperv.h
5544 F:      tools/hv/
5545 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5546
5547 I2C MUXES
5548 M:      Peter Rosin <peda@axentia.se>
5549 L:      linux-i2c@vger.kernel.org
5550 S:      Maintained
5551 F:      Documentation/i2c/i2c-topology
5552 F:      Documentation/i2c/muxes/
5553 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5554 F:      drivers/i2c/i2c-mux.c
5555 F:      drivers/i2c/muxes/
5556 F:      include/linux/i2c-mux.h
5557
5558 I2C OVER PARALLEL PORT
5559 M:      Jean Delvare <jdelvare@suse.com>
5560 L:      linux-i2c@vger.kernel.org
5561 S:      Maintained
5562 F:      Documentation/i2c/busses/i2c-parport
5563 F:      Documentation/i2c/busses/i2c-parport-light
5564 F:      drivers/i2c/busses/i2c-parport.c
5565 F:      drivers/i2c/busses/i2c-parport-light.c
5566
5567 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5568 M:      Jean Delvare <jdelvare@suse.com>
5569 L:      linux-i2c@vger.kernel.org
5570 S:      Maintained
5571 F:      Documentation/i2c/busses/i2c-ali1535
5572 F:      Documentation/i2c/busses/i2c-ali1563
5573 F:      Documentation/i2c/busses/i2c-ali15x3
5574 F:      Documentation/i2c/busses/i2c-amd756
5575 F:      Documentation/i2c/busses/i2c-amd8111
5576 F:      Documentation/i2c/busses/i2c-i801
5577 F:      Documentation/i2c/busses/i2c-nforce2
5578 F:      Documentation/i2c/busses/i2c-piix4
5579 F:      Documentation/i2c/busses/i2c-sis5595
5580 F:      Documentation/i2c/busses/i2c-sis630
5581 F:      Documentation/i2c/busses/i2c-sis96x
5582 F:      Documentation/i2c/busses/i2c-via
5583 F:      Documentation/i2c/busses/i2c-viapro
5584 F:      drivers/i2c/busses/i2c-ali1535.c
5585 F:      drivers/i2c/busses/i2c-ali1563.c
5586 F:      drivers/i2c/busses/i2c-ali15x3.c
5587 F:      drivers/i2c/busses/i2c-amd756.c
5588 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5589 F:      drivers/i2c/busses/i2c-amd8111.c
5590 F:      drivers/i2c/busses/i2c-i801.c
5591 F:      drivers/i2c/busses/i2c-isch.c
5592 F:      drivers/i2c/busses/i2c-nforce2.c
5593 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5594 F:      drivers/i2c/busses/i2c-piix4.c
5595 F:      drivers/i2c/busses/i2c-sis5595.c
5596 F:      drivers/i2c/busses/i2c-sis630.c
5597 F:      drivers/i2c/busses/i2c-sis96x.c
5598 F:      drivers/i2c/busses/i2c-via.c
5599 F:      drivers/i2c/busses/i2c-viapro.c
5600
5601 I2C/SMBUS ISMT DRIVER
5602 M:      Seth Heasley <seth.heasley@intel.com>
5603 M:      Neil Horman <nhorman@tuxdriver.com>
5604 L:      linux-i2c@vger.kernel.org
5605 F:      drivers/i2c/busses/i2c-ismt.c
5606 F:      Documentation/i2c/busses/i2c-ismt
5607
5608 I2C/SMBUS STUB DRIVER
5609 M:      Jean Delvare <jdelvare@suse.com>
5610 L:      linux-i2c@vger.kernel.org
5611 S:      Maintained
5612 F:      drivers/i2c/i2c-stub.c
5613
5614 I2C SUBSYSTEM
5615 M:      Wolfram Sang <wsa@the-dreams.de>
5616 L:      linux-i2c@vger.kernel.org
5617 W:      https://i2c.wiki.kernel.org/
5618 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5620 S:      Maintained
5621 F:      Documentation/devicetree/bindings/i2c/
5622 F:      Documentation/i2c/
5623 F:      drivers/i2c/
5624 F:      drivers/i2c/*/
5625 F:      include/linux/i2c.h
5626 F:      include/linux/i2c-*.h
5627 F:      include/uapi/linux/i2c.h
5628 F:      include/uapi/linux/i2c-*.h
5629
5630 I2C ACPI SUPPORT
5631 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5632 L:      linux-i2c@vger.kernel.org
5633 L:      linux-acpi@vger.kernel.org
5634 S:      Maintained
5635
5636 I2C-TAOS-EVM DRIVER
5637 M:      Jean Delvare <jdelvare@suse.com>
5638 L:      linux-i2c@vger.kernel.org
5639 S:      Maintained
5640 F:      Documentation/i2c/busses/i2c-taos-evm
5641 F:      drivers/i2c/busses/i2c-taos-evm.c
5642
5643 I2C-TINY-USB DRIVER
5644 M:      Till Harbaum <till@harbaum.org>
5645 L:      linux-i2c@vger.kernel.org
5646 W:      http://www.harbaum.org/till/i2c_tiny_usb
5647 S:      Maintained
5648 F:      drivers/i2c/busses/i2c-tiny-usb.c
5649
5650 i386 BOOT CODE
5651 M:      "H. Peter Anvin" <hpa@zytor.com>
5652 S:      Maintained
5653 F:      arch/x86/boot/
5654
5655 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5656 M:      "H. Peter Anvin" <hpa@zytor.com>
5657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5658 S:      Maintained
5659
5660 IA64 (Itanium) PLATFORM
5661 M:      Tony Luck <tony.luck@intel.com>
5662 M:      Fenghua Yu <fenghua.yu@intel.com>
5663 L:      linux-ia64@vger.kernel.org
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5665 S:      Maintained
5666 F:      arch/ia64/
5667
5668 IBM Power VMX Cryptographic instructions
5669 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5670 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5671 L:      linux-crypto@vger.kernel.org
5672 S:      Supported
5673 F:      drivers/crypto/vmx/Makefile
5674 F:      drivers/crypto/vmx/Kconfig
5675 F:      drivers/crypto/vmx/vmx.c
5676 F:      drivers/crypto/vmx/aes*
5677 F:      drivers/crypto/vmx/ghash*
5678 F:      drivers/crypto/vmx/ppc-xlate.pl
5679
5680 IBM Power in-Nest Crypto Acceleration
5681 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5682 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5683 L:      linux-crypto@vger.kernel.org
5684 S:      Supported
5685 F:      drivers/crypto/nx/Makefile
5686 F:      drivers/crypto/nx/Kconfig
5687 F:      drivers/crypto/nx/nx-aes*
5688 F:      drivers/crypto/nx/nx-sha*
5689 F:      drivers/crypto/nx/nx.*
5690 F:      drivers/crypto/nx/nx_csbcpb.h
5691 F:      drivers/crypto/nx/nx_debugfs.h
5692
5693 IBM Power 842 compression accelerator
5694 M:      Dan Streetman <ddstreet@ieee.org>
5695 S:      Supported
5696 F:      drivers/crypto/nx/Makefile
5697 F:      drivers/crypto/nx/Kconfig
5698 F:      drivers/crypto/nx/nx-842*
5699 F:      include/linux/sw842.h
5700 F:      crypto/842.c
5701 F:      lib/842/
5702
5703 IBM Power Linux RAID adapter
5704 M:      Brian King <brking@us.ibm.com>
5705 S:      Supported
5706 F:      drivers/scsi/ipr.*
5707
5708 IBM Power Virtual Ethernet Device Driver
5709 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5710 L:      netdev@vger.kernel.org
5711 S:      Supported
5712 F:      drivers/net/ethernet/ibm/ibmveth.*
5713
5714 IBM Power SRIOV Virtual NIC Device Driver
5715 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5716 M:      John Allen <jallen@linux.vnet.ibm.com>
5717 L:      netdev@vger.kernel.org
5718 S:      Supported
5719 F:      drivers/net/ethernet/ibm/ibmvnic.*
5720
5721 IBM Power Virtual SCSI Device Drivers
5722 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5723 L:      linux-scsi@vger.kernel.org
5724 S:      Supported
5725 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5726 F:      drivers/scsi/ibmvscsi/viosrp.h
5727
5728 IBM Power Virtual FC Device Drivers
5729 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5730 L:      linux-scsi@vger.kernel.org
5731 S:      Supported
5732 F:      drivers/scsi/ibmvscsi/ibmvfc*
5733
5734 IBM ServeRAID RAID DRIVER
5735 S:      Orphan
5736 F:      drivers/scsi/ips.*
5737
5738 ICH LPC AND GPIO DRIVER
5739 M:      Peter Tyser <ptyser@xes-inc.com>
5740 S:      Maintained
5741 F:      drivers/mfd/lpc_ich.c
5742 F:      drivers/gpio/gpio-ich.c
5743
5744 IDE SUBSYSTEM
5745 M:      "David S. Miller" <davem@davemloft.net>
5746 L:      linux-ide@vger.kernel.org
5747 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5749 S:      Maintained
5750 F:      Documentation/ide/
5751 F:      drivers/ide/
5752 F:      include/linux/ide.h
5753
5754 IDEAPAD LAPTOP EXTRAS DRIVER
5755 M:      Ike Panhc <ike.pan@canonical.com>
5756 L:      platform-driver-x86@vger.kernel.org
5757 W:      http://launchpad.net/ideapad-laptop
5758 S:      Maintained
5759 F:      drivers/platform/x86/ideapad-laptop.c
5760
5761 IDEAPAD LAPTOP SLIDEBAR DRIVER
5762 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5763 L:      linux-input@vger.kernel.org
5764 W:      https://github.com/o2genum/ideapad-slidebar
5765 S:      Maintained
5766 F:      drivers/input/misc/ideapad_slidebar.c
5767
5768 IDE/ATAPI DRIVERS
5769 M:      Borislav Petkov <bp@alien8.de>
5770 L:      linux-ide@vger.kernel.org
5771 S:      Maintained
5772 F:      Documentation/cdrom/ide-cd
5773 F:      drivers/ide/ide-cd*
5774
5775 IDLE-I7300
5776 M:      Andy Henroid <andrew.d.henroid@intel.com>
5777 L:      linux-pm@vger.kernel.org
5778 S:      Supported
5779 F:      drivers/idle/i7300_idle.c
5780
5781 IEEE 802.15.4 SUBSYSTEM
5782 M:      Alexander Aring <aar@pengutronix.de>
5783 L:      linux-wpan@vger.kernel.org
5784 W:      http://wpan.cakelab.org/
5785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5787 S:      Maintained
5788 F:      net/ieee802154/
5789 F:      net/mac802154/
5790 F:      drivers/net/ieee802154/
5791 F:      include/linux/nl802154.h
5792 F:      include/linux/ieee802154.h
5793 F:      include/net/nl802154.h
5794 F:      include/net/mac802154.h
5795 F:      include/net/af_ieee802154.h
5796 F:      include/net/cfg802154.h
5797 F:      include/net/ieee802154_netdev.h
5798 F:      Documentation/networking/ieee802154.txt
5799
5800 IGORPLUG-USB IR RECEIVER
5801 M:      Sean Young <sean@mess.org>
5802 L:      linux-media@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/media/rc/igorplugusb.c
5805
5806 IGUANAWORKS USB IR TRANSCEIVER
5807 M:      Sean Young <sean@mess.org>
5808 L:      linux-media@vger.kernel.org
5809 S:      Maintained
5810 F:      drivers/media/rc/iguanair.c
5811
5812 IIO SUBSYSTEM AND DRIVERS
5813 M:      Jonathan Cameron <jic23@kernel.org>
5814 R:      Hartmut Knaack <knaack.h@gmx.de>
5815 R:      Lars-Peter Clausen <lars@metafoo.de>
5816 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
5817 L:      linux-iio@vger.kernel.org
5818 S:      Maintained
5819 F:      drivers/iio/
5820 F:      drivers/staging/iio/
5821 F:      include/linux/iio/
5822 F:      tools/iio/
5823
5824 IKANOS/ADI EAGLE ADSL USB DRIVER
5825 M:      Matthieu Castet <castet.matthieu@free.fr>
5826 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5827 S:      Maintained
5828 F:      drivers/usb/atm/ueagle-atm.c
5829
5830 INA209 HARDWARE MONITOR DRIVER
5831 M:      Guenter Roeck <linux@roeck-us.net>
5832 L:      linux-hwmon@vger.kernel.org
5833 S:      Maintained
5834 F:      Documentation/hwmon/ina209
5835 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5836 F:      drivers/hwmon/ina209.c
5837
5838 INA2XX HARDWARE MONITOR DRIVER
5839 M:      Guenter Roeck <linux@roeck-us.net>
5840 L:      linux-hwmon@vger.kernel.org
5841 S:      Maintained
5842 F:      Documentation/hwmon/ina2xx
5843 F:      drivers/hwmon/ina2xx.c
5844 F:      include/linux/platform_data/ina2xx.h
5845
5846 INDUSTRY PACK SUBSYSTEM (IPACK)
5847 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5848 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5849 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5850 L:      industrypack-devel@lists.sourceforge.net
5851 W:      http://industrypack.sourceforge.net
5852 S:      Maintained
5853 F:      drivers/ipack/
5854
5855 INGENIC JZ4780 DMA Driver
5856 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5857 S:      Maintained
5858 F:      drivers/dma/dma-jz4780.c
5859
5860 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5861 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5862 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5863 L:      linux-ima-devel@lists.sourceforge.net
5864 L:      linux-ima-user@lists.sourceforge.net
5865 L:      linux-security-module@vger.kernel.org
5866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5867 S:      Supported
5868 F:      security/integrity/ima/
5869
5870 IMGTEC IR DECODER DRIVER
5871 M:      James Hogan <james.hogan@imgtec.com>
5872 S:      Maintained
5873 F:      drivers/media/rc/img-ir/
5874
5875 IMS TWINTURBO FRAMEBUFFER DRIVER
5876 L:      linux-fbdev@vger.kernel.org
5877 S:      Orphan
5878 F:      drivers/video/fbdev/imsttfb.c
5879
5880 INFINIBAND SUBSYSTEM
5881 M:      Doug Ledford <dledford@redhat.com>
5882 M:      Sean Hefty <sean.hefty@intel.com>
5883 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5884 L:      linux-rdma@vger.kernel.org
5885 W:      http://www.openfabrics.org/
5886 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5888 S:      Supported
5889 F:      Documentation/infiniband/
5890 F:      drivers/infiniband/
5891 F:      include/uapi/linux/if_infiniband.h
5892 F:      include/uapi/rdma/
5893 F:      include/rdma/
5894
5895 INOTIFY
5896 M:      John McCutchan <john@johnmccutchan.com>
5897 M:      Robert Love <rlove@rlove.org>
5898 M:      Eric Paris <eparis@parisplace.org>
5899 S:      Maintained
5900 F:      Documentation/filesystems/inotify.txt
5901 F:      fs/notify/inotify/
5902 F:      include/linux/inotify.h
5903 F:      include/uapi/linux/inotify.h
5904
5905 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5906 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5907 L:      linux-input@vger.kernel.org
5908 Q:      http://patchwork.kernel.org/project/linux-input/list/
5909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5910 S:      Maintained
5911 F:      drivers/input/
5912 F:      include/linux/input.h
5913 F:      include/uapi/linux/input.h
5914 F:      include/linux/input/
5915 F:      Documentation/devicetree/bindings/input/
5916
5917 INPUT MULTITOUCH (MT) PROTOCOL
5918 M:      Henrik Rydberg <rydberg@bitmath.org>
5919 L:      linux-input@vger.kernel.org
5920 S:      Odd fixes
5921 F:      Documentation/input/multi-touch-protocol.txt
5922 F:      drivers/input/input-mt.c
5923 K:      \b(ABS|SYN)_MT_
5924
5925 INTEL ASoC BDW/HSW DRIVERS
5926 M:      Jie Yang <yang.jie@linux.intel.com>
5927 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5928 S:      Supported
5929 F:      sound/soc/intel/common/sst-dsp*
5930 F:      sound/soc/intel/common/sst-firmware.c
5931 F:      sound/soc/intel/boards/broadwell.c
5932 F:      sound/soc/intel/haswell/
5933
5934 INTEL C600 SERIES SAS CONTROLLER DRIVER
5935 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5936 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5937 L:      linux-scsi@vger.kernel.org
5938 T:      git git://git.code.sf.net/p/intel-sas/isci
5939 S:      Supported
5940 F:      drivers/scsi/isci/
5941
5942 INTEL HID EVENT DRIVER
5943 M:      Alex Hung <alex.hung@canonical.com>
5944 L:      platform-driver-x86@vger.kernel.org
5945 S:      Maintained
5946 F:      drivers/platform/x86/intel-hid.c
5947
5948 INTEL IDLE DRIVER
5949 M:      Len Brown <lenb@kernel.org>
5950 L:      linux-pm@vger.kernel.org
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5952 S:      Supported
5953 F:      drivers/idle/intel_idle.c
5954
5955 INTEL PSTATE DRIVER
5956 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5957 M:      Len Brown <lenb@kernel.org>
5958 L:      linux-pm@vger.kernel.org
5959 S:      Supported
5960 F:      drivers/cpufreq/intel_pstate.c
5961
5962 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5963 M:      Maik Broemme <mbroemme@plusserver.de>
5964 L:      linux-fbdev@vger.kernel.org
5965 S:      Maintained
5966 F:      Documentation/fb/intelfb.txt
5967 F:      drivers/video/fbdev/intelfb/
5968
5969 INTEL 810/815 FRAMEBUFFER DRIVER
5970 M:      Antonino Daplas <adaplas@gmail.com>
5971 L:      linux-fbdev@vger.kernel.org
5972 S:      Maintained
5973 F:      drivers/video/fbdev/i810/
5974
5975 INTEL MENLOW THERMAL DRIVER
5976 M:      Sujith Thomas <sujith.thomas@intel.com>
5977 L:      platform-driver-x86@vger.kernel.org
5978 W:      https://01.org/linux-acpi
5979 S:      Supported
5980 F:      drivers/platform/x86/intel_menlow.c
5981
5982 INTEL I/OAT DMA DRIVER
5983 M:      Dave Jiang <dave.jiang@intel.com>
5984 R:      Dan Williams <dan.j.williams@intel.com>
5985 L:      dmaengine@vger.kernel.org
5986 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5987 S:      Supported
5988 F:      drivers/dma/ioat*
5989
5990 INTEL IOMMU (VT-d)
5991 M:      David Woodhouse <dwmw2@infradead.org>
5992 L:      iommu@lists.linux-foundation.org
5993 T:      git git://git.infradead.org/iommu-2.6.git
5994 S:      Supported
5995 F:      drivers/iommu/intel-iommu.c
5996 F:      include/linux/intel-iommu.h
5997
5998 INTEL IOP-ADMA DMA DRIVER
5999 R:      Dan Williams <dan.j.williams@intel.com>
6000 S:      Odd fixes
6001 F:      drivers/dma/iop-adma.c
6002
6003 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6004 M:      Krzysztof Halasa <khalasa@piap.pl>
6005 S:      Maintained
6006 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6007 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6008 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6009 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6010 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6011 F:      drivers/net/wan/ixp4xx_hss.c
6012
6013 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6014 M:      Deepak Saxena <dsaxena@plexity.net>
6015 S:      Maintained
6016 F:      drivers/char/hw_random/ixp4xx-rng.c
6017
6018 INTEL ETHERNET DRIVERS
6019 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6020 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6021 W:      http://www.intel.com/support/feedback.htm
6022 W:      http://e1000.sourceforge.net/
6023 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6026 S:      Supported
6027 F:      Documentation/networking/e100.txt
6028 F:      Documentation/networking/e1000.txt
6029 F:      Documentation/networking/e1000e.txt
6030 F:      Documentation/networking/igb.txt
6031 F:      Documentation/networking/igbvf.txt
6032 F:      Documentation/networking/ixgb.txt
6033 F:      Documentation/networking/ixgbe.txt
6034 F:      Documentation/networking/ixgbevf.txt
6035 F:      Documentation/networking/i40e.txt
6036 F:      Documentation/networking/i40evf.txt
6037 F:      drivers/net/ethernet/intel/
6038 F:      drivers/net/ethernet/intel/*/
6039
6040 INTEL RDMA RNIC DRIVER
6041 M:     Faisal Latif <faisal.latif@intel.com>
6042 R:     Chien Tin Tung <chien.tin.tung@intel.com>
6043 R:     Mustafa Ismail <mustafa.ismail@intel.com>
6044 R:     Shiraz Saleem <shiraz.saleem@intel.com>
6045 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
6046 L:     linux-rdma@vger.kernel.org
6047 S:     Supported
6048 F:     drivers/infiniband/hw/i40iw/
6049
6050 INTEL-MID GPIO DRIVER
6051 M:      David Cohen <david.a.cohen@linux.intel.com>
6052 L:      linux-gpio@vger.kernel.org
6053 S:      Maintained
6054 F:      drivers/gpio/gpio-intel-mid.c
6055
6056 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6057 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
6058 L:      linux-wireless@vger.kernel.org
6059 S:      Maintained
6060 F:      Documentation/networking/README.ipw2100
6061 F:      Documentation/networking/README.ipw2200
6062 F:      drivers/net/wireless/intel/ipw2x00/
6063
6064 INTEL(R) TRACE HUB
6065 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6066 S:      Supported
6067 F:      Documentation/trace/intel_th.txt
6068 F:      drivers/hwtracing/intel_th/
6069
6070 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6071 M:      Ning Sun <ning.sun@intel.com>
6072 L:      tboot-devel@lists.sourceforge.net
6073 W:      http://tboot.sourceforge.net
6074 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6075 S:      Supported
6076 F:      Documentation/intel_txt.txt
6077 F:      include/linux/tboot.h
6078 F:      arch/x86/kernel/tboot.c
6079
6080 INTEL WIRELESS WIMAX CONNECTION 2400
6081 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6082 M:      linux-wimax@intel.com
6083 L:      wimax@linuxwimax.org (subscribers-only)
6084 S:      Supported
6085 W:      http://linuxwimax.org
6086 F:      Documentation/wimax/README.i2400m
6087 F:      drivers/net/wimax/i2400m/
6088 F:      include/uapi/linux/wimax/i2400m.h
6089
6090 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6091 M:      Stanislaw Gruszka <sgruszka@redhat.com>
6092 L:      linux-wireless@vger.kernel.org
6093 S:      Supported
6094 F:      drivers/net/wireless/intel/iwlegacy/
6095
6096 INTEL WIRELESS WIFI LINK (iwlwifi)
6097 M:      Johannes Berg <johannes.berg@intel.com>
6098 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
6099 M:      Luca Coelho <luciano.coelho@intel.com>
6100 M:      Intel Linux Wireless <linuxwifi@intel.com>
6101 L:      linux-wireless@vger.kernel.org
6102 W:      http://intellinuxwireless.org
6103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6104 S:      Supported
6105 F:      drivers/net/wireless/intel/iwlwifi/
6106
6107 INTEL MANAGEMENT ENGINE (mei)
6108 M:      Tomas Winkler <tomas.winkler@intel.com>
6109 L:      linux-kernel@vger.kernel.org
6110 S:      Supported
6111 F:      include/uapi/linux/mei.h
6112 F:      include/linux/mei_cl_bus.h
6113 F:      drivers/misc/mei/*
6114 F:      drivers/watchdog/mei_wdt.c
6115 F:      Documentation/misc-devices/mei/*
6116
6117 INTEL MIC DRIVERS (mic)
6118 M:      Sudeep Dutt <sudeep.dutt@intel.com>
6119 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
6120 S:      Supported
6121 W:      https://github.com/sudeepdutt/mic
6122 W:      http://software.intel.com/en-us/mic-developer
6123 F:      include/linux/mic_bus.h
6124 F:      include/linux/scif.h
6125 F:      include/uapi/linux/mic_common.h
6126 F:      include/uapi/linux/mic_ioctl.h
6127 F:      include/uapi/linux/scif_ioctl.h
6128 F:      drivers/misc/mic/
6129 F:      drivers/dma/mic_x100_dma.c
6130 F:      drivers/dma/mic_x100_dma.h
6131 F:      Documentation/mic/
6132
6133 INTEL PMC/P-Unit IPC DRIVER
6134 M:      Zha Qipeng<qipeng.zha@intel.com>
6135 L:      platform-driver-x86@vger.kernel.org
6136 S:      Maintained
6137 F:      drivers/platform/x86/intel_pmc_ipc.c
6138 F:      drivers/platform/x86/intel_punit_ipc.c
6139 F:      arch/x86/include/asm/intel_pmc_ipc.h
6140 F:      arch/x86/include/asm/intel_punit_ipc.h
6141
6142 INTEL TELEMETRY DRIVER
6143 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
6144 L:      platform-driver-x86@vger.kernel.org
6145 S:      Maintained
6146 F:      arch/x86/include/asm/intel_telemetry.h
6147 F:      drivers/platform/x86/intel_telemetry*
6148
6149 INTEL PMC CORE DRIVER
6150 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
6151 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
6152 L:      platform-driver-x86@vger.kernel.org
6153 S:      Maintained
6154 F:      arch/x86/include/asm/pmc_core.h
6155 F:      drivers/platform/x86/intel_pmc_core*
6156
6157 IOC3 ETHERNET DRIVER
6158 M:      Ralf Baechle <ralf@linux-mips.org>
6159 L:      linux-mips@linux-mips.org
6160 S:      Maintained
6161 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6162
6163 IOC3 SERIAL DRIVER
6164 M:      Pat Gefre <pfg@sgi.com>
6165 L:      linux-serial@vger.kernel.org
6166 S:      Maintained
6167 F:      drivers/tty/serial/ioc3_serial.c
6168
6169 IOMMU DRIVERS
6170 M:      Joerg Roedel <joro@8bytes.org>
6171 L:      iommu@lists.linux-foundation.org
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6173 S:      Maintained
6174 F:      drivers/iommu/
6175
6176 IP MASQUERADING
6177 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
6178 S:      Maintained
6179 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6180
6181 IPMI SUBSYSTEM
6182 M:      Corey Minyard <minyard@acm.org>
6183 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
6184 W:      http://openipmi.sourceforge.net/
6185 S:      Supported
6186 F:      Documentation/IPMI.txt
6187 F:      drivers/char/ipmi/
6188 F:      include/linux/ipmi*
6189 F:      include/uapi/linux/ipmi*
6190
6191 QCOM AUDIO (ASoC) DRIVERS
6192 M:      Patrick Lai <plai@codeaurora.org>
6193 M:      Banajit Goswami <bgoswami@codeaurora.org>
6194 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6195 S:      Supported
6196 F:      sound/soc/qcom/
6197
6198 IPS SCSI RAID DRIVER
6199 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
6200 L:      linux-scsi@vger.kernel.org
6201 W:      http://www.adaptec.com/
6202 S:      Maintained
6203 F:      drivers/scsi/ips*
6204
6205 IPVS
6206 M:      Wensong Zhang <wensong@linux-vs.org>
6207 M:      Simon Horman <horms@verge.net.au>
6208 M:      Julian Anastasov <ja@ssi.bg>
6209 L:      netdev@vger.kernel.org
6210 L:      lvs-devel@vger.kernel.org
6211 S:      Maintained
6212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6214 F:      Documentation/networking/ipvs-sysctl.txt
6215 F:      include/net/ip_vs.h
6216 F:      include/uapi/linux/ip_vs.h
6217 F:      net/netfilter/ipvs/
6218
6219 IPWIRELESS DRIVER
6220 M:      Jiri Kosina <jikos@kernel.org>
6221 M:      David Sterba <dsterba@suse.com>
6222 S:      Odd Fixes
6223 F:      drivers/tty/ipwireless/
6224
6225 IPX NETWORK LAYER
6226 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6227 L:      netdev@vger.kernel.org
6228 S:      Maintained
6229 F:      include/net/ipx.h
6230 F:      include/uapi/linux/ipx.h
6231 F:      net/ipx/
6232
6233 IRDA SUBSYSTEM
6234 M:      Samuel Ortiz <samuel@sortiz.org>
6235 L:      irda-users@lists.sourceforge.net (subscribers-only)
6236 L:      netdev@vger.kernel.org
6237 W:      http://irda.sourceforge.net/
6238 S:      Maintained
6239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6240 F:      Documentation/networking/irda.txt
6241 F:      drivers/net/irda/
6242 F:      include/net/irda/
6243 F:      net/irda/
6244
6245 IRQ SUBSYSTEM
6246 M:      Thomas Gleixner <tglx@linutronix.de>
6247 L:      linux-kernel@vger.kernel.org
6248 S:      Maintained
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6250 F:      kernel/irq/
6251
6252 IRQCHIP DRIVERS
6253 M:      Thomas Gleixner <tglx@linutronix.de>
6254 M:      Jason Cooper <jason@lakedaemon.net>
6255 M:      Marc Zyngier <marc.zyngier@arm.com>
6256 L:      linux-kernel@vger.kernel.org
6257 S:      Maintained
6258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6259 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6260 F:      Documentation/devicetree/bindings/interrupt-controller/
6261 F:      drivers/irqchip/
6262
6263 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6264 M:      Jiang Liu <jiang.liu@linux.intel.com>
6265 M:      Marc Zyngier <marc.zyngier@arm.com>
6266 S:      Maintained
6267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6268 F:      Documentation/IRQ-domain.txt
6269 F:      include/linux/irqdomain.h
6270 F:      kernel/irq/irqdomain.c
6271 F:      kernel/irq/msi.c
6272
6273 ISA
6274 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
6275 S:      Maintained
6276 F:      Documentation/isa.txt
6277 F:      drivers/base/isa.c
6278 F:      include/linux/isa.h
6279
6280 ISAPNP
6281 M:      Jaroslav Kysela <perex@perex.cz>
6282 S:      Maintained
6283 F:      Documentation/isapnp.txt
6284 F:      drivers/pnp/isapnp/
6285 F:      include/linux/isapnp.h
6286
6287 ISA RADIO MODULE
6288 M:      Hans Verkuil <hverkuil@xs4all.nl>
6289 L:      linux-media@vger.kernel.org
6290 T:      git git://linuxtv.org/media_tree.git
6291 W:      https://linuxtv.org
6292 S:      Maintained
6293 F:      drivers/media/radio/radio-isa*
6294
6295 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6296 M:      Peter Jones <pjones@redhat.com>
6297 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6298 S:      Maintained
6299 F:      drivers/firmware/iscsi_ibft*
6300
6301 ISCSI
6302 M:      Mike Christie <michaelc@cs.wisc.edu>
6303 L:      open-iscsi@googlegroups.com
6304 W:      www.open-iscsi.org
6305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6306 S:      Maintained
6307 F:      drivers/scsi/*iscsi*
6308 F:      include/scsi/*iscsi*
6309
6310 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6311 M:      Or Gerlitz <ogerlitz@mellanox.com>
6312 M:      Sagi Grimberg <sagi@grimberg.me>
6313 M:      Roi Dayan <roid@mellanox.com>
6314 L:      linux-rdma@vger.kernel.org
6315 S:      Supported
6316 W:      http://www.openfabrics.org
6317 W:      www.open-iscsi.org
6318 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6319 F:      drivers/infiniband/ulp/iser/
6320
6321 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6322 M:      Sagi Grimberg <sagi@grimberg.me>
6323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6324 L:      linux-rdma@vger.kernel.org
6325 L:      target-devel@vger.kernel.org
6326 S:      Supported
6327 W:      http://www.linux-iscsi.org
6328 F:      drivers/infiniband/ulp/isert
6329
6330 ISDN SUBSYSTEM
6331 M:      Karsten Keil <isdn@linux-pingi.de>
6332 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6333 L:      netdev@vger.kernel.org
6334 W:      http://www.isdn4linux.de
6335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6336 S:      Maintained
6337 F:      Documentation/isdn/
6338 F:      drivers/isdn/
6339 F:      include/linux/isdn.h
6340 F:      include/linux/isdn/
6341 F:      include/uapi/linux/isdn.h
6342 F:      include/uapi/linux/isdn/
6343
6344 ISDN SUBSYSTEM (Eicon active card driver)
6345 M:      Armin Schindler <mac@melware.de>
6346 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6347 W:      http://www.melware.de
6348 S:      Maintained
6349 F:      drivers/isdn/hardware/eicon/
6350
6351 IT87 HARDWARE MONITORING DRIVER
6352 M:      Jean Delvare <jdelvare@suse.com>
6353 L:      linux-hwmon@vger.kernel.org
6354 S:      Maintained
6355 F:      Documentation/hwmon/it87
6356 F:      drivers/hwmon/it87.c
6357
6358 IT913X MEDIA DRIVER
6359 M:      Antti Palosaari <crope@iki.fi>
6360 L:      linux-media@vger.kernel.org
6361 W:      https://linuxtv.org
6362 W:      http://palosaari.fi/linux/
6363 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6364 T:      git git://linuxtv.org/anttip/media_tree.git
6365 S:      Maintained
6366 F:      drivers/media/tuners/it913x*
6367
6368 IVTV VIDEO4LINUX DRIVER
6369 M:      Andy Walls <awalls@md.metrocast.net>
6370 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6371 L:      linux-media@vger.kernel.org
6372 T:      git git://linuxtv.org/media_tree.git
6373 W:      http://www.ivtvdriver.org
6374 S:      Maintained
6375 F:      Documentation/video4linux/*.ivtv
6376 F:      drivers/media/pci/ivtv/
6377 F:      include/uapi/linux/ivtv*
6378
6379 IX2505V MEDIA DRIVER
6380 M:      Malcolm Priestley <tvboxspy@gmail.com>
6381 L:      linux-media@vger.kernel.org
6382 W:      https://linuxtv.org
6383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6384 S:      Maintained
6385 F:      drivers/media/dvb-frontends/ix2505v*
6386
6387 JC42.4 TEMPERATURE SENSOR DRIVER
6388 M:      Guenter Roeck <linux@roeck-us.net>
6389 L:      linux-hwmon@vger.kernel.org
6390 S:      Maintained
6391 F:      drivers/hwmon/jc42.c
6392 F:      Documentation/hwmon/jc42
6393
6394 JFS FILESYSTEM
6395 M:      Dave Kleikamp <shaggy@kernel.org>
6396 L:      jfs-discussion@lists.sourceforge.net
6397 W:      http://jfs.sourceforge.net/
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6399 S:      Maintained
6400 F:      Documentation/filesystems/jfs.txt
6401 F:      fs/jfs/
6402
6403 JME NETWORK DRIVER
6404 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6405 L:      netdev@vger.kernel.org
6406 S:      Maintained
6407 F:      drivers/net/ethernet/jme.*
6408
6409 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6410 M:      David Woodhouse <dwmw2@infradead.org>
6411 L:      linux-mtd@lists.infradead.org
6412 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6413 S:      Maintained
6414 F:      fs/jffs2/
6415 F:      include/uapi/linux/jffs2.h
6416
6417 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6418 M:      "Theodore Ts'o" <tytso@mit.edu>
6419 M:      Jan Kara <jack@suse.com>
6420 L:      linux-ext4@vger.kernel.org
6421 S:      Maintained
6422 F:      fs/jbd2/
6423 F:      include/linux/jbd2.h
6424
6425 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6426 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6427 L:      linux-media@vger.kernel.org
6428 S:      Maintained
6429 F:      drivers/media/platform/rcar_jpu.c
6430
6431 JSM Neo PCI based serial card
6432 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6433 L:      linux-serial@vger.kernel.org
6434 S:      Maintained
6435 F:      drivers/tty/serial/jsm/
6436
6437 K10TEMP HARDWARE MONITORING DRIVER
6438 M:      Clemens Ladisch <clemens@ladisch.de>
6439 L:      linux-hwmon@vger.kernel.org
6440 S:      Maintained
6441 F:      Documentation/hwmon/k10temp
6442 F:      drivers/hwmon/k10temp.c
6443
6444 K8TEMP HARDWARE MONITORING DRIVER
6445 M:      Rudolf Marek <r.marek@assembler.cz>
6446 L:      linux-hwmon@vger.kernel.org
6447 S:      Maintained
6448 F:      Documentation/hwmon/k8temp
6449 F:      drivers/hwmon/k8temp.c
6450
6451 KASAN
6452 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6453 R:      Alexander Potapenko <glider@google.com>
6454 R:      Dmitry Vyukov <dvyukov@google.com>
6455 L:      kasan-dev@googlegroups.com
6456 S:      Maintained
6457 F:      arch/*/include/asm/kasan.h
6458 F:      arch/*/mm/kasan_init*
6459 F:      Documentation/kasan.txt
6460 F:      include/linux/kasan*.h
6461 F:      lib/test_kasan.c
6462 F:      mm/kasan/
6463 F:      scripts/Makefile.kasan
6464
6465 KCONFIG
6466 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6467 L:      linux-kbuild@vger.kernel.org
6468 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6469 S:      Maintained
6470 F:      Documentation/kbuild/kconfig-language.txt
6471 F:      scripts/kconfig/
6472
6473 KDUMP
6474 M:      Dave Young <dyoung@redhat.com>
6475 M:      Baoquan He <bhe@redhat.com>
6476 R:      Vivek Goyal <vgoyal@redhat.com>
6477 L:      kexec@lists.infradead.org
6478 W:      http://lse.sourceforge.net/kdump/
6479 S:      Maintained
6480 F:      Documentation/kdump/
6481
6482 KEENE FM RADIO TRANSMITTER DRIVER
6483 M:      Hans Verkuil <hverkuil@xs4all.nl>
6484 L:      linux-media@vger.kernel.org
6485 T:      git git://linuxtv.org/media_tree.git
6486 W:      https://linuxtv.org
6487 S:      Maintained
6488 F:      drivers/media/radio/radio-keene*
6489
6490 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6491 M:      Ian Kent <raven@themaw.net>
6492 L:      autofs@vger.kernel.org
6493 S:      Maintained
6494 F:      fs/autofs4/
6495
6496 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6497 M:      Michal Marek <mmarek@suse.com>
6498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6500 L:      linux-kbuild@vger.kernel.org
6501 S:      Maintained
6502 F:      Documentation/kbuild/
6503 F:      Makefile
6504 F:      scripts/Makefile.*
6505 F:      scripts/basic/
6506 F:      scripts/mk*
6507 F:      scripts/package/
6508
6509 KERNEL JANITORS
6510 L:      kernel-janitors@vger.kernel.org
6511 W:      http://kernelnewbies.org/KernelJanitors
6512 S:      Odd Fixes
6513
6514 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6515 M:      "J. Bruce Fields" <bfields@fieldses.org>
6516 M:      Jeff Layton <jlayton@poochiereds.net>
6517 L:      linux-nfs@vger.kernel.org
6518 W:      http://nfs.sourceforge.net/
6519 T:      git git://linux-nfs.org/~bfields/linux.git
6520 S:      Supported
6521 F:      fs/nfsd/
6522 F:      include/uapi/linux/nfsd/
6523 F:      fs/lockd/
6524 F:      fs/nfs_common/
6525 F:      net/sunrpc/
6526 F:      include/linux/lockd/
6527 F:      include/linux/sunrpc/
6528 F:      include/uapi/linux/sunrpc/
6529
6530 KERNEL SELFTEST FRAMEWORK
6531 M:      Shuah Khan <shuahkh@osg.samsung.com>
6532 M:      Shuah Khan <shuah@kernel.org>
6533 L:      linux-kselftest@vger.kernel.org
6534 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6535 S:      Maintained
6536 F:      tools/testing/selftests
6537
6538 KERNEL VIRTUAL MACHINE (KVM)
6539 M:      Paolo Bonzini <pbonzini@redhat.com>
6540 M:      Radim Krčmář <rkrcmar@redhat.com>
6541 L:      kvm@vger.kernel.org
6542 W:      http://www.linux-kvm.org
6543 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6544 S:      Supported
6545 F:      Documentation/*/kvm*.txt
6546 F:      Documentation/virtual/kvm/
6547 F:      arch/*/kvm/
6548 F:      arch/x86/kernel/kvm.c
6549 F:      arch/x86/kernel/kvmclock.c
6550 F:      arch/*/include/asm/kvm*
6551 F:      include/linux/kvm*
6552 F:      include/uapi/linux/kvm*
6553 F:      virt/kvm/
6554 F:      tools/kvm/
6555
6556 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6557 M:      Joerg Roedel <joro@8bytes.org>
6558 L:      kvm@vger.kernel.org
6559 W:      http://www.linux-kvm.org/
6560 S:      Maintained
6561 F:      arch/x86/include/asm/svm.h
6562 F:      arch/x86/kvm/svm.c
6563
6564 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6565 M:      Alexander Graf <agraf@suse.com>
6566 L:      kvm-ppc@vger.kernel.org
6567 W:      http://www.linux-kvm.org/
6568 T:      git git://github.com/agraf/linux-2.6.git
6569 S:      Supported
6570 F:      arch/powerpc/include/asm/kvm*
6571 F:      arch/powerpc/kvm/
6572
6573 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6574 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6575 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6576 L:      linux-s390@vger.kernel.org
6577 W:      http://www.ibm.com/developerworks/linux/linux390/
6578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6579 S:      Supported
6580 F:      Documentation/s390/kvm.txt
6581 F:      arch/s390/include/asm/kvm*
6582 F:      arch/s390/kvm/
6583
6584 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6585 M:      Christoffer Dall <christoffer.dall@linaro.org>
6586 M:      Marc Zyngier <marc.zyngier@arm.com>
6587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6588 L:      kvmarm@lists.cs.columbia.edu
6589 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6591 S:      Supported
6592 F:      arch/arm/include/uapi/asm/kvm*
6593 F:      arch/arm/include/asm/kvm*
6594 F:      arch/arm/kvm/
6595 F:      virt/kvm/arm/
6596 F:      include/kvm/arm_*
6597
6598 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6599 M:      Christoffer Dall <christoffer.dall@linaro.org>
6600 M:      Marc Zyngier <marc.zyngier@arm.com>
6601 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6602 L:      kvmarm@lists.cs.columbia.edu
6603 S:      Maintained
6604 F:      arch/arm64/include/uapi/asm/kvm*
6605 F:      arch/arm64/include/asm/kvm*
6606 F:      arch/arm64/kvm/
6607
6608 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6609 M:      James Hogan <james.hogan@imgtec.com>
6610 L:      linux-mips@linux-mips.org
6611 S:      Supported
6612 F:      arch/mips/include/uapi/asm/kvm*
6613 F:      arch/mips/include/asm/kvm*
6614 F:      arch/mips/kvm/
6615
6616 KEXEC
6617 M:      Eric Biederman <ebiederm@xmission.com>
6618 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6619 L:      kexec@lists.infradead.org
6620 S:      Maintained
6621 F:      include/linux/kexec.h
6622 F:      include/uapi/linux/kexec.h
6623 F:      kernel/kexec*
6624
6625 KEYS/KEYRINGS:
6626 M:      David Howells <dhowells@redhat.com>
6627 L:      keyrings@vger.kernel.org
6628 S:      Maintained
6629 F:      Documentation/security/keys.txt
6630 F:      include/linux/key.h
6631 F:      include/linux/key-type.h
6632 F:      include/linux/keyctl.h
6633 F:      include/uapi/linux/keyctl.h
6634 F:      include/keys/
6635 F:      security/keys/
6636
6637 KEYS-TRUSTED
6638 M:      David Safford <safford@us.ibm.com>
6639 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6640 L:      linux-security-module@vger.kernel.org
6641 L:      keyrings@vger.kernel.org
6642 S:      Supported
6643 F:      Documentation/security/keys-trusted-encrypted.txt
6644 F:      include/keys/trusted-type.h
6645 F:      security/keys/trusted.c
6646 F:      security/keys/trusted.h
6647
6648 KEYS-ENCRYPTED
6649 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6650 M:      David Safford <safford@us.ibm.com>
6651 L:      linux-security-module@vger.kernel.org
6652 L:      keyrings@vger.kernel.org
6653 S:      Supported
6654 F:      Documentation/security/keys-trusted-encrypted.txt
6655 F:      include/keys/encrypted-type.h
6656 F:      security/keys/encrypted-keys/
6657
6658 KGDB / KDB /debug_core
6659 M:      Jason Wessel <jason.wessel@windriver.com>
6660 W:      http://kgdb.wiki.kernel.org/
6661 L:      kgdb-bugreport@lists.sourceforge.net
6662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6663 S:      Maintained
6664 F:      Documentation/DocBook/kgdb.tmpl
6665 F:      drivers/misc/kgdbts.c
6666 F:      drivers/tty/serial/kgdboc.c
6667 F:      include/linux/kdb.h
6668 F:      include/linux/kgdb.h
6669 F:      kernel/debug/
6670
6671 KMEMCHECK
6672 M:      Vegard Nossum <vegardno@ifi.uio.no>
6673 M:      Pekka Enberg <penberg@kernel.org>
6674 S:      Maintained
6675 F:      Documentation/kmemcheck.txt
6676 F:      arch/x86/include/asm/kmemcheck.h
6677 F:      arch/x86/mm/kmemcheck/
6678 F:      include/linux/kmemcheck.h
6679 F:      mm/kmemcheck.c
6680
6681 KMEMLEAK
6682 M:      Catalin Marinas <catalin.marinas@arm.com>
6683 S:      Maintained
6684 F:      Documentation/kmemleak.txt
6685 F:      include/linux/kmemleak.h
6686 F:      mm/kmemleak.c
6687 F:      mm/kmemleak-test.c
6688
6689 KPROBES
6690 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
6691 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6692 M:      "David S. Miller" <davem@davemloft.net>
6693 M:      Masami Hiramatsu <mhiramat@kernel.org>
6694 S:      Maintained
6695 F:      Documentation/kprobes.txt
6696 F:      include/linux/kprobes.h
6697 F:      kernel/kprobes.c
6698
6699 KS0108 LCD CONTROLLER DRIVER
6700 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6701 W:      http://miguelojeda.es/auxdisplay.htm
6702 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6703 S:      Maintained
6704 F:      Documentation/auxdisplay/ks0108
6705 F:      drivers/auxdisplay/ks0108.c
6706 F:      include/linux/ks0108.h
6707
6708 L3MDEV
6709 M:      David Ahern <dsa@cumulusnetworks.com>
6710 L:      netdev@vger.kernel.org
6711 S:      Maintained
6712 F:      net/l3mdev
6713 F:      include/net/l3mdev.h
6714
6715 LANTIQ MIPS ARCHITECTURE
6716 M:      John Crispin <john@phrozen.org>
6717 L:      linux-mips@linux-mips.org
6718 S:      Maintained
6719 F:      arch/mips/lantiq
6720
6721 LAPB module
6722 L:      linux-x25@vger.kernel.org
6723 S:      Orphan
6724 F:      Documentation/networking/lapb-module.txt
6725 F:      include/*/lapb.h
6726 F:      net/lapb/
6727
6728 LASI 53c700 driver for PARISC
6729 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6730 L:      linux-scsi@vger.kernel.org
6731 S:      Maintained
6732 F:      Documentation/scsi/53c700.txt
6733 F:      drivers/scsi/53c700*
6734
6735 LED SUBSYSTEM
6736 M:      Richard Purdie <rpurdie@rpsys.net>
6737 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6738 L:      linux-leds@vger.kernel.org
6739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6740 S:      Maintained
6741 F:      drivers/leds/
6742 F:      include/linux/leds.h
6743
6744 LEGACY EEPROM DRIVER
6745 M:      Jean Delvare <jdelvare@suse.com>
6746 S:      Maintained
6747 F:      Documentation/misc-devices/eeprom
6748 F:      drivers/misc/eeprom/eeprom.c
6749
6750 LEGO USB Tower driver
6751 M:      Juergen Stuber <starblue@users.sourceforge.net>
6752 L:      legousb-devel@lists.sourceforge.net
6753 W:      http://legousb.sourceforge.net/
6754 S:      Maintained
6755 F:      drivers/usb/misc/legousbtower.c
6756
6757 LG2160 MEDIA DRIVER
6758 M:      Michael Krufky <mkrufky@linuxtv.org>
6759 L:      linux-media@vger.kernel.org
6760 W:      https://linuxtv.org
6761 W:      http://github.com/mkrufky
6762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6763 T:      git git://linuxtv.org/mkrufky/tuners.git
6764 S:      Maintained
6765 F:      drivers/media/dvb-frontends/lg2160.*
6766
6767 LGDT3305 MEDIA DRIVER
6768 M:      Michael Krufky <mkrufky@linuxtv.org>
6769 L:      linux-media@vger.kernel.org
6770 W:      https://linuxtv.org
6771 W:      http://github.com/mkrufky
6772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6773 T:      git git://linuxtv.org/mkrufky/tuners.git
6774 S:      Maintained
6775 F:      drivers/media/dvb-frontends/lgdt3305.*
6776
6777 LGUEST
6778 M:      Rusty Russell <rusty@rustcorp.com.au>
6779 L:      lguest@lists.ozlabs.org
6780 W:      http://lguest.ozlabs.org/
6781 S:      Odd Fixes
6782 F:      arch/x86/include/asm/lguest*.h
6783 F:      arch/x86/lguest/
6784 F:      drivers/lguest/
6785 F:      include/linux/lguest*.h
6786 F:      tools/lguest/
6787
6788 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6789 M:      Tejun Heo <tj@kernel.org>
6790 L:      linux-ide@vger.kernel.org
6791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6792 S:      Maintained
6793 F:      drivers/ata/
6794 F:      include/linux/ata.h
6795 F:      include/linux/libata.h
6796
6797 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6798 M:      Viresh Kumar <vireshk@kernel.org>
6799 L:      linux-ide@vger.kernel.org
6800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6801 S:      Maintained
6802 F:      include/linux/pata_arasan_cf_data.h
6803 F:      drivers/ata/pata_arasan_cf.c
6804
6805 LIBATA PATA DRIVERS
6806 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6807 M:      Tejun Heo <tj@kernel.org>
6808 L:      linux-ide@vger.kernel.org
6809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6810 S:      Maintained
6811 F:      drivers/ata/pata_*.c
6812 F:      drivers/ata/ata_generic.c
6813
6814 LIBATA SATA AHCI PLATFORM devices support
6815 M:      Hans de Goede <hdegoede@redhat.com>
6816 M:      Tejun Heo <tj@kernel.org>
6817 L:      linux-ide@vger.kernel.org
6818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6819 S:      Maintained
6820 F:      drivers/ata/ahci_platform.c
6821 F:      drivers/ata/libahci_platform.c
6822 F:      include/linux/ahci_platform.h
6823
6824 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6825 M:      Mikael Pettersson <mikpelinux@gmail.com>
6826 L:      linux-ide@vger.kernel.org
6827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6828 S:      Maintained
6829 F:      drivers/ata/sata_promise.*
6830
6831 LIBLOCKDEP
6832 M:      Sasha Levin <sasha.levin@oracle.com>
6833 S:      Maintained
6834 F:      tools/lib/lockdep/
6835
6836 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6837 M:      Dan Williams <dan.j.williams@intel.com>
6838 L:      linux-nvdimm@lists.01.org
6839 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6841 S:      Supported
6842 F:      drivers/nvdimm/*
6843 F:      include/linux/nd.h
6844 F:      include/linux/libnvdimm.h
6845 F:      include/uapi/linux/ndctl.h
6846
6847 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6848 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6849 L:      linux-nvdimm@lists.01.org
6850 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6851 S:      Supported
6852 F:      drivers/nvdimm/blk.c
6853 F:      drivers/nvdimm/region_devs.c
6854 F:      drivers/acpi/nfit*
6855
6856 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6857 M:      Vishal Verma <vishal.l.verma@intel.com>
6858 L:      linux-nvdimm@lists.01.org
6859 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6860 S:      Supported
6861 F:      drivers/nvdimm/btt*
6862
6863 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6864 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6865 L:      linux-nvdimm@lists.01.org
6866 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6867 S:      Supported
6868 F:      drivers/nvdimm/pmem.c
6869 F:      include/linux/pmem.h
6870 F:      arch/*/include/asm/pmem.h
6871
6872 LIGHTNVM PLATFORM SUPPORT
6873 M:      Matias Bjorling <mb@lightnvm.io>
6874 W:      http://github/OpenChannelSSD
6875 L:      linux-block@vger.kernel.org
6876 S:      Maintained
6877 F:      drivers/lightnvm/
6878 F:      include/linux/lightnvm.h
6879 F:      include/uapi/linux/lightnvm.h
6880
6881 LINUX FOR IBM pSERIES (RS/6000)
6882 M:      Paul Mackerras <paulus@au.ibm.com>
6883 W:      http://www.ibm.com/linux/ltc/projects/ppc
6884 S:      Supported
6885 F:      arch/powerpc/boot/rs6000.h
6886
6887 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6888 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6889 M:      Paul Mackerras <paulus@samba.org>
6890 M:      Michael Ellerman <mpe@ellerman.id.au>
6891 W:      http://www.penguinppc.org/
6892 L:      linuxppc-dev@lists.ozlabs.org
6893 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6895 S:      Supported
6896 F:      Documentation/powerpc/
6897 F:      arch/powerpc/
6898 F:      drivers/char/tpm/tpm_ibmvtpm*
6899 F:      drivers/crypto/nx/
6900 F:      drivers/crypto/vmx/
6901 F:      drivers/net/ethernet/ibm/ibmveth.*
6902 F:      drivers/net/ethernet/ibm/ibmvnic.*
6903 F:      drivers/pci/hotplug/rpa*
6904 F:      drivers/scsi/ibmvscsi/
6905 N:      opal
6906 N:      /pmac
6907 N:      powermac
6908 N:      powernv
6909 N:      [^a-z0-9]ps3
6910 N:      pseries
6911
6912 LINUX FOR POWER MACINTOSH
6913 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6914 W:      http://www.penguinppc.org/
6915 L:      linuxppc-dev@lists.ozlabs.org
6916 S:      Maintained
6917 F:      arch/powerpc/platforms/powermac/
6918 F:      drivers/macintosh/
6919
6920 LINUX FOR POWERPC EMBEDDED MPC5XXX
6921 M:      Anatolij Gustschin <agust@denx.de>
6922 L:      linuxppc-dev@lists.ozlabs.org
6923 T:      git git://git.denx.de/linux-denx-agust.git
6924 S:      Maintained
6925 F:      arch/powerpc/platforms/512x/
6926 F:      arch/powerpc/platforms/52xx/
6927
6928 LINUX FOR POWERPC EMBEDDED PPC4XX
6929 M:      Alistair Popple <alistair@popple.id.au>
6930 M:      Matt Porter <mporter@kernel.crashing.org>
6931 W:      http://www.penguinppc.org/
6932 L:      linuxppc-dev@lists.ozlabs.org
6933 S:      Maintained
6934 F:      arch/powerpc/platforms/40x/
6935 F:      arch/powerpc/platforms/44x/
6936
6937 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6938 L:      linuxppc-dev@lists.ozlabs.org
6939 S:      Orphan
6940 F:      arch/powerpc/*/*virtex*
6941 F:      arch/powerpc/*/*/*virtex*
6942
6943 LINUX FOR POWERPC EMBEDDED PPC8XX
6944 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6945 W:      http://www.penguinppc.org/
6946 L:      linuxppc-dev@lists.ozlabs.org
6947 S:      Maintained
6948 F:      arch/powerpc/platforms/8xx/
6949
6950 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6951 M:      Scott Wood <oss@buserror.net>
6952 M:      Kumar Gala <galak@kernel.crashing.org>
6953 W:      http://www.penguinppc.org/
6954 L:      linuxppc-dev@lists.ozlabs.org
6955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6956 S:      Maintained
6957 F:      arch/powerpc/platforms/83xx/
6958 F:      arch/powerpc/platforms/85xx/
6959
6960 LINUX FOR POWERPC PA SEMI PWRFICIENT
6961 M:      Olof Johansson <olof@lixom.net>
6962 L:      linuxppc-dev@lists.ozlabs.org
6963 S:      Maintained
6964 F:      arch/powerpc/platforms/pasemi/
6965 F:      drivers/*/*pasemi*
6966 F:      drivers/*/*/*pasemi*
6967
6968 LINUX SECURITY MODULE (LSM) FRAMEWORK
6969 M:      Chris Wright <chrisw@sous-sol.org>
6970 L:      linux-security-module@vger.kernel.org
6971 S:      Supported
6972
6973 LIS3LV02D ACCELEROMETER DRIVER
6974 M:      Eric Piel <eric.piel@tremplin-utc.net>
6975 S:      Maintained
6976 F:      Documentation/misc-devices/lis3lv02d
6977 F:      drivers/misc/lis3lv02d/
6978 F:      drivers/platform/x86/hp_accel.c
6979
6980 LIVE PATCHING
6981 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6982 M:      Jessica Yu <jeyu@redhat.com>
6983 M:      Jiri Kosina <jikos@kernel.org>
6984 M:      Miroslav Benes <mbenes@suse.cz>
6985 R:      Petr Mladek <pmladek@suse.com>
6986 S:      Maintained
6987 F:      kernel/livepatch/
6988 F:      include/linux/livepatch.h
6989 F:      arch/x86/include/asm/livepatch.h
6990 F:      arch/x86/kernel/livepatch.c
6991 F:      Documentation/livepatch/
6992 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6993 F:      samples/livepatch/
6994 L:      live-patching@vger.kernel.org
6995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6996
6997 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6998 M:      Kees Cook <keescook@chromium.org>
6999 S:      Maintained
7000 F:      drivers/misc/lkdtm.c
7001
7002 LLC (802.2)
7003 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7004 S:      Maintained
7005 F:      include/linux/llc.h
7006 F:      include/uapi/linux/llc.h
7007 F:      include/net/llc*
7008 F:      net/llc/
7009
7010 LM73 HARDWARE MONITOR DRIVER
7011 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
7012 L:      linux-hwmon@vger.kernel.org
7013 S:      Maintained
7014 F:      drivers/hwmon/lm73.c
7015
7016 LM78 HARDWARE MONITOR DRIVER
7017 M:      Jean Delvare <jdelvare@suse.com>
7018 L:      linux-hwmon@vger.kernel.org
7019 S:      Maintained
7020 F:      Documentation/hwmon/lm78
7021 F:      drivers/hwmon/lm78.c
7022
7023 LM83 HARDWARE MONITOR DRIVER
7024 M:      Jean Delvare <jdelvare@suse.com>
7025 L:      linux-hwmon@vger.kernel.org
7026 S:      Maintained
7027 F:      Documentation/hwmon/lm83
7028 F:      drivers/hwmon/lm83.c
7029
7030 LM90 HARDWARE MONITOR DRIVER
7031 M:      Jean Delvare <jdelvare@suse.com>
7032 L:      linux-hwmon@vger.kernel.org
7033 S:      Maintained
7034 F:      Documentation/hwmon/lm90
7035 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7036 F:      drivers/hwmon/lm90.c
7037
7038 LM95234 HARDWARE MONITOR DRIVER
7039 M:      Guenter Roeck <linux@roeck-us.net>
7040 L:      linux-hwmon@vger.kernel.org
7041 S:      Maintained
7042 F:      Documentation/hwmon/lm95234
7043 F:      drivers/hwmon/lm95234.c
7044
7045 LME2510 MEDIA DRIVER
7046 M:      Malcolm Priestley <tvboxspy@gmail.com>
7047 L:      linux-media@vger.kernel.org
7048 W:      https://linuxtv.org
7049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7050 S:      Maintained
7051 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7052
7053 LOCKDEP AND LOCKSTAT
7054 M:      Peter Zijlstra <peterz@infradead.org>
7055 M:      Ingo Molnar <mingo@redhat.com>
7056 L:      linux-kernel@vger.kernel.org
7057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
7058 S:      Maintained
7059 F:      Documentation/locking/lockdep*.txt
7060 F:      Documentation/locking/lockstat.txt
7061 F:      include/linux/lockdep.h
7062 F:      kernel/locking/
7063
7064 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7065 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
7066 L:      linux-ntfs-dev@lists.sourceforge.net
7067 W:      http://www.linux-ntfs.org/content/view/19/37/
7068 S:      Maintained
7069 F:      Documentation/ldm.txt
7070 F:      block/partitions/ldm.*
7071
7072 LogFS
7073 M:      Joern Engel <joern@logfs.org>
7074 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
7075 L:      logfs@logfs.org
7076 W:      logfs.org
7077 S:      Maintained
7078 F:      fs/logfs/
7079
7080 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7081 M:      Sathya Prakash <sathya.prakash@broadcom.com>
7082 M:      Chaitra P B <chaitra.basappa@broadcom.com>
7083 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
7084 L:      MPT-FusionLinux.pdl@broadcom.com
7085 L:      linux-scsi@vger.kernel.org
7086 W:      http://www.avagotech.com/support/
7087 S:      Supported
7088 F:      drivers/message/fusion/
7089 F:      drivers/scsi/mpt2sas/
7090 F:      drivers/scsi/mpt3sas/
7091
7092 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7093 M:      Matthew Wilcox <matthew@wil.cx>
7094 L:      linux-scsi@vger.kernel.org
7095 S:      Maintained
7096 F:      drivers/scsi/sym53c8xx_2/
7097
7098 LTC4261 HARDWARE MONITOR DRIVER
7099 M:      Guenter Roeck <linux@roeck-us.net>
7100 L:      linux-hwmon@vger.kernel.org
7101 S:      Maintained
7102 F:      Documentation/hwmon/ltc4261
7103 F:      drivers/hwmon/ltc4261.c
7104
7105 LTP (Linux Test Project)
7106 M:      Mike Frysinger <vapier@gentoo.org>
7107 M:      Cyril Hrubis <chrubis@suse.cz>
7108 M:      Wanlong Gao <wanlong.gao@gmail.com>
7109 M:      Jan Stancek <jstancek@redhat.com>
7110 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
7111 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
7112 L:      ltp@lists.linux.it (subscribers-only)
7113 W:      http://linux-test-project.github.io/
7114 T:      git git://github.com/linux-test-project/ltp.git
7115 S:      Maintained
7116
7117 M32R ARCHITECTURE
7118 W:      http://www.linux-m32r.org/
7119 S:      Orphan
7120 F:      arch/m32r/
7121
7122 M68K ARCHITECTURE
7123 M:      Geert Uytterhoeven <geert@linux-m68k.org>
7124 L:      linux-m68k@lists.linux-m68k.org
7125 W:      http://www.linux-m68k.org/
7126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7127 S:      Maintained
7128 F:      arch/m68k/
7129 F:      drivers/zorro/
7130
7131 M68K ON APPLE MACINTOSH
7132 M:      Joshua Thompson <funaho@jurai.org>
7133 W:      http://www.mac.linux-m68k.org/
7134 L:      linux-m68k@lists.linux-m68k.org
7135 S:      Maintained
7136 F:      arch/m68k/mac/
7137
7138 M68K ON HP9000/300
7139 M:      Philip Blundell <philb@gnu.org>
7140 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7141 S:      Maintained
7142 F:      arch/m68k/hp300/
7143
7144 M88DS3103 MEDIA DRIVER
7145 M:      Antti Palosaari <crope@iki.fi>
7146 L:      linux-media@vger.kernel.org
7147 W:      https://linuxtv.org
7148 W:      http://palosaari.fi/linux/
7149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7150 T:      git git://linuxtv.org/anttip/media_tree.git
7151 S:      Maintained
7152 F:      drivers/media/dvb-frontends/m88ds3103*
7153
7154 M88RS2000 MEDIA DRIVER
7155 M:      Malcolm Priestley <tvboxspy@gmail.com>
7156 L:      linux-media@vger.kernel.org
7157 W:      https://linuxtv.org
7158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7159 S:      Maintained
7160 F:      drivers/media/dvb-frontends/m88rs2000*
7161
7162 MA901 MASTERKIT USB FM RADIO DRIVER
7163 M:      Alexey Klimov <klimov.linux@gmail.com>
7164 L:      linux-media@vger.kernel.org
7165 T:      git git://linuxtv.org/media_tree.git
7166 S:      Maintained
7167 F:      drivers/media/radio/radio-ma901.c
7168
7169 MAC80211
7170 M:      Johannes Berg <johannes@sipsolutions.net>
7171 L:      linux-wireless@vger.kernel.org
7172 W:      http://wireless.kernel.org/
7173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7175 S:      Maintained
7176 F:      Documentation/networking/mac80211-injection.txt
7177 F:      include/net/mac80211.h
7178 F:      net/mac80211/
7179 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7180
7181 MACVLAN DRIVER
7182 M:      Patrick McHardy <kaber@trash.net>
7183 L:      netdev@vger.kernel.org
7184 S:      Maintained
7185 F:      drivers/net/macvlan.c
7186 F:      include/linux/if_macvlan.h
7187
7188 MAILBOX API
7189 M:      Jassi Brar <jassisinghbrar@gmail.com>
7190 L:      linux-kernel@vger.kernel.org
7191 S:      Maintained
7192 F:      drivers/mailbox/
7193 F:      include/linux/mailbox_client.h
7194 F:      include/linux/mailbox_controller.h
7195
7196 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7197 M:      Michael Kerrisk <mtk.manpages@gmail.com>
7198 W:      http://www.kernel.org/doc/man-pages
7199 L:      linux-man@vger.kernel.org
7200 S:      Maintained
7201
7202 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7203 M:      Andrew Lunn <andrew@lunn.ch>
7204 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7205 S:      Maintained
7206 F:      drivers/net/dsa/mv88e6xxx/
7207
7208 MARVELL ARMADA DRM SUPPORT
7209 M:      Russell King <rmk+kernel@armlinux.org.uk>
7210 S:      Maintained
7211 F:      drivers/gpu/drm/armada/
7212 F:      include/uapi/drm/armada_drm.h
7213 F:      Documentation/devicetree/bindings/display/armada/
7214
7215 MARVELL CRYPTO DRIVER
7216 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7217 M:      Arnaud Ebalard <arno@natisbad.org>
7218 F:      drivers/crypto/marvell/
7219 S:      Maintained
7220 L:      linux-crypto@vger.kernel.org
7221
7222 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7223 M:      Mirko Lindner <mlindner@marvell.com>
7224 M:      Stephen Hemminger <stephen@networkplumber.org>
7225 L:      netdev@vger.kernel.org
7226 S:      Maintained
7227 F:      drivers/net/ethernet/marvell/sk*
7228
7229 MARVELL LIBERTAS WIRELESS DRIVER
7230 L:      libertas-dev@lists.infradead.org
7231 S:      Orphan
7232 F:      drivers/net/wireless/marvell/libertas/
7233
7234 MARVELL MV643XX ETHERNET DRIVER
7235 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
7236 L:      netdev@vger.kernel.org
7237 S:      Maintained
7238 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7239 F:      include/linux/mv643xx.h
7240
7241 MARVELL MVNETA ETHERNET DRIVER
7242 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7243 L:      netdev@vger.kernel.org
7244 S:      Maintained
7245 F:      drivers/net/ethernet/marvell/mvneta.*
7246
7247 MARVELL MWIFIEX WIRELESS DRIVER
7248 M:      Amitkumar Karwar <akarwar@marvell.com>
7249 M:      Nishant Sarmukadam <nishants@marvell.com>
7250 L:      linux-wireless@vger.kernel.org
7251 S:      Maintained
7252 F:      drivers/net/wireless/marvell/mwifiex/
7253
7254 MARVELL MWL8K WIRELESS DRIVER
7255 M:      Lennert Buytenhek <buytenh@wantstofly.org>
7256 L:      linux-wireless@vger.kernel.org
7257 S:      Odd Fixes
7258 F:      drivers/net/wireless/marvell/mwl8k.c
7259
7260 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7261 M:      Nicolas Pitre <nico@fluxnic.net>
7262 S:      Odd Fixes
7263 F:      drivers/mmc/host/mvsdio.*
7264
7265 MATROX FRAMEBUFFER DRIVER
7266 L:      linux-fbdev@vger.kernel.org
7267 S:      Orphan
7268 F:      drivers/video/fbdev/matrox/matroxfb_*
7269 F:      include/uapi/linux/matroxfb.h
7270
7271 MAX16065 HARDWARE MONITOR DRIVER
7272 M:      Guenter Roeck <linux@roeck-us.net>
7273 L:      linux-hwmon@vger.kernel.org
7274 S:      Maintained
7275 F:      Documentation/hwmon/max16065
7276 F:      drivers/hwmon/max16065.c
7277
7278 MAX20751 HARDWARE MONITOR DRIVER
7279 M:      Guenter Roeck <linux@roeck-us.net>
7280 L:      linux-hwmon@vger.kernel.org
7281 S:      Maintained
7282 F:      Documentation/hwmon/max20751
7283 F:      drivers/hwmon/max20751.c
7284
7285 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7286 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7287 L:      linux-hwmon@vger.kernel.org
7288 S:      Maintained
7289 F:      Documentation/hwmon/max6650
7290 F:      drivers/hwmon/max6650.c
7291
7292 MAX6697 HARDWARE MONITOR DRIVER
7293 M:      Guenter Roeck <linux@roeck-us.net>
7294 L:      linux-hwmon@vger.kernel.org
7295 S:      Maintained
7296 F:      Documentation/hwmon/max6697
7297 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7298 F:      drivers/hwmon/max6697.c
7299 F:      include/linux/platform_data/max6697.h
7300
7301 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7302 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7303 L:      linux-pm@vger.kernel.org
7304 S:      Supported
7305 F:      drivers/power/max14577_charger.c
7306 F:      drivers/power/max77693_charger.c
7307
7308 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7309 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7310 L:      linux-kernel@vger.kernel.org
7311 S:      Supported
7312 F:      drivers/*/*max77802*.c
7313 F:      Documentation/devicetree/bindings/*/*max77802.txt
7314 F:      include/dt-bindings/*/*max77802.h
7315
7316 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7317 M:      Chanwoo Choi <cw00.choi@samsung.com>
7318 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7319 L:      linux-kernel@vger.kernel.org
7320 S:      Supported
7321 F:      drivers/*/max14577*.c
7322 F:      drivers/*/max77686*.c
7323 F:      drivers/*/max77693*.c
7324 F:      drivers/extcon/extcon-max14577.c
7325 F:      drivers/extcon/extcon-max77693.c
7326 F:      drivers/rtc/rtc-max77686.c
7327 F:      drivers/clk/clk-max77686.c
7328 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7329 F:      Documentation/devicetree/bindings/*/max77686.txt
7330 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7331 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7332 F:      include/linux/mfd/max14577*.h
7333 F:      include/linux/mfd/max77686*.h
7334 F:      include/linux/mfd/max77693*.h
7335
7336 MAXIRADIO FM RADIO RECEIVER DRIVER
7337 M:      Hans Verkuil <hverkuil@xs4all.nl>
7338 L:      linux-media@vger.kernel.org
7339 T:      git git://linuxtv.org/media_tree.git
7340 W:      https://linuxtv.org
7341 S:      Maintained
7342 F:      drivers/media/radio/radio-maxiradio*
7343
7344 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7345 M:      Peter Rosin <peda@axentia.se>
7346 L:      linux-iio@vger.kernel.org
7347 S:      Maintained
7348 F:      drivers/iio/potentiometer/mcp4531.c
7349
7350 MEDIA DRIVERS FOR RENESAS - VSP1
7351 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7352 L:      linux-media@vger.kernel.org
7353 L:      linux-renesas-soc@vger.kernel.org
7354 T:      git git://linuxtv.org/media_tree.git
7355 S:      Supported
7356 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7357 F:      drivers/media/platform/vsp1/
7358
7359 MEDIA DRIVERS FOR ASCOT2E
7360 M:      Sergey Kozlov <serjk@netup.ru>
7361 L:      linux-media@vger.kernel.org
7362 W:      https://linuxtv.org
7363 W:      http://netup.tv/
7364 T:      git git://linuxtv.org/media_tree.git
7365 S:      Supported
7366 F:      drivers/media/dvb-frontends/ascot2e*
7367
7368 MEDIA DRIVERS FOR CXD2841ER
7369 M:      Sergey Kozlov <serjk@netup.ru>
7370 L:      linux-media@vger.kernel.org
7371 W:      https://linuxtv.org
7372 W:      http://netup.tv/
7373 T:      git git://linuxtv.org/media_tree.git
7374 S:      Supported
7375 F:      drivers/media/dvb-frontends/cxd2841er*
7376
7377 MEDIA DRIVERS FOR HORUS3A
7378 M:      Sergey Kozlov <serjk@netup.ru>
7379 L:      linux-media@vger.kernel.org
7380 W:      https://linuxtv.org
7381 W:      http://netup.tv/
7382 T:      git git://linuxtv.org/media_tree.git
7383 S:      Supported
7384 F:      drivers/media/dvb-frontends/horus3a*
7385
7386 MEDIA DRIVERS FOR LNBH25
7387 M:      Sergey Kozlov <serjk@netup.ru>
7388 L:      linux-media@vger.kernel.org
7389 W:      https://linuxtv.org
7390 W:      http://netup.tv/
7391 T:      git git://linuxtv.org/media_tree.git
7392 S:      Supported
7393 F:      drivers/media/dvb-frontends/lnbh25*
7394
7395 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7396 M:      Sergey Kozlov <serjk@netup.ru>
7397 L:      linux-media@vger.kernel.org
7398 W:      https://linuxtv.org
7399 W:      http://netup.tv/
7400 T:      git git://linuxtv.org/media_tree.git
7401 S:      Supported
7402 F:      drivers/media/pci/netup_unidvb/*
7403
7404 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7405 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
7406 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
7407 P:      LinuxTV.org Project
7408 L:      linux-media@vger.kernel.org
7409 W:      https://linuxtv.org
7410 Q:      http://patchwork.kernel.org/project/linux-media/list/
7411 T:      git git://linuxtv.org/media_tree.git
7412 S:      Maintained
7413 F:      Documentation/dvb/
7414 F:      Documentation/video4linux/
7415 F:      Documentation/DocBook/media/
7416 F:      drivers/media/
7417 F:      drivers/staging/media/
7418 F:      include/linux/platform_data/media/
7419 F:      include/media/
7420 F:      include/uapi/linux/dvb/
7421 F:      include/uapi/linux/videodev2.h
7422 F:      include/uapi/linux/media.h
7423 F:      include/uapi/linux/v4l2-*
7424 F:      include/uapi/linux/meye.h
7425 F:      include/uapi/linux/ivtv*
7426 F:      include/uapi/linux/uvcvideo.h
7427
7428 MEDIATEK ETHERNET DRIVER
7429 M:      Felix Fietkau <nbd@openwrt.org>
7430 M:      John Crispin <blogic@openwrt.org>
7431 L:      netdev@vger.kernel.org
7432 S:      Maintained
7433 F:      drivers/net/ethernet/mediatek/
7434
7435 MEDIATEK MT7601U WIRELESS LAN DRIVER
7436 M:      Jakub Kicinski <kubakici@wp.pl>
7437 L:      linux-wireless@vger.kernel.org
7438 S:      Maintained
7439 F:      drivers/net/wireless/mediatek/mt7601u/
7440
7441 MEGARAID SCSI/SAS DRIVERS
7442 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7443 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7444 M:      Uday Lingala <uday.lingala@avagotech.com>
7445 L:      megaraidlinux.pdl@avagotech.com
7446 L:      linux-scsi@vger.kernel.org
7447 W:      http://www.lsi.com
7448 S:      Maintained
7449 F:      Documentation/scsi/megaraid.txt
7450 F:      drivers/scsi/megaraid.*
7451 F:      drivers/scsi/megaraid/
7452
7453 MELLANOX ETHERNET DRIVER (mlx4_en)
7454 M:      Tariq Toukan <tariqt@mellanox.com>
7455 L:      netdev@vger.kernel.org
7456 S:      Supported
7457 W:      http://www.mellanox.com
7458 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7459 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7460
7461 MELLANOX ETHERNET DRIVER (mlx5e)
7462 M:      Saeed Mahameed <saeedm@mellanox.com>
7463 L:      netdev@vger.kernel.org
7464 S:      Supported
7465 W:      http://www.mellanox.com
7466 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7467 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7468
7469 MELLANOX ETHERNET SWITCH DRIVERS
7470 M:      Jiri Pirko <jiri@mellanox.com>
7471 M:      Ido Schimmel <idosch@mellanox.com>
7472 L:      netdev@vger.kernel.org
7473 S:      Supported
7474 W:      http://www.mellanox.com
7475 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7476 F:      drivers/net/ethernet/mellanox/mlxsw/
7477
7478 MEMBARRIER SUPPORT
7479 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7480 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7481 L:      linux-kernel@vger.kernel.org
7482 S:      Supported
7483 F:      kernel/membarrier.c
7484 F:      include/uapi/linux/membarrier.h
7485
7486 MEMORY MANAGEMENT
7487 L:      linux-mm@kvack.org
7488 W:      http://www.linux-mm.org
7489 S:      Maintained
7490 F:      include/linux/mm.h
7491 F:      include/linux/gfp.h
7492 F:      include/linux/mmzone.h
7493 F:      include/linux/memory_hotplug.h
7494 F:      include/linux/vmalloc.h
7495 F:      mm/
7496
7497 MEMORY TECHNOLOGY DEVICES (MTD)
7498 M:      David Woodhouse <dwmw2@infradead.org>
7499 M:      Brian Norris <computersforpeace@gmail.com>
7500 L:      linux-mtd@lists.infradead.org
7501 W:      http://www.linux-mtd.infradead.org/
7502 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7503 T:      git git://git.infradead.org/linux-mtd.git
7504 T:      git git://git.infradead.org/l2-mtd.git
7505 S:      Maintained
7506 F:      Documentation/devicetree/bindings/mtd/
7507 F:      drivers/mtd/
7508 F:      include/linux/mtd/
7509 F:      include/uapi/mtd/
7510
7511 MEN A21 WATCHDOG DRIVER
7512 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7513 L:      linux-watchdog@vger.kernel.org
7514 S:      Maintained
7515 F:      drivers/watchdog/mena21_wdt.c
7516
7517 MEN CHAMELEON BUS (mcb)
7518 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7519 S:      Maintained
7520 F:      drivers/mcb/
7521 F:      include/linux/mcb.h
7522 F:      Documentation/men-chameleon-bus.txt
7523
7524 MEN F21BMC (Board Management Controller)
7525 M:      Andreas Werner <andreas.werner@men.de>
7526 S:      Supported
7527 F:      drivers/mfd/menf21bmc.c
7528 F:      drivers/watchdog/menf21bmc_wdt.c
7529 F:      drivers/leds/leds-menf21bmc.c
7530 F:      drivers/hwmon/menf21bmc_hwmon.c
7531 F:      Documentation/hwmon/menf21bmc
7532
7533 METAG ARCHITECTURE
7534 M:      James Hogan <james.hogan@imgtec.com>
7535 L:      linux-metag@vger.kernel.org
7536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7537 S:      Odd Fixes
7538 F:      arch/metag/
7539 F:      Documentation/metag/
7540 F:      Documentation/devicetree/bindings/metag/
7541 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7542 F:      drivers/clocksource/metag_generic.c
7543 F:      drivers/irqchip/irq-metag.c
7544 F:      drivers/irqchip/irq-metag-ext.c
7545 F:      drivers/tty/metag_da.c
7546
7547 MICROBLAZE ARCHITECTURE
7548 M:      Michal Simek <monstr@monstr.eu>
7549 W:      http://www.monstr.eu/fdt/
7550 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7551 S:      Supported
7552 F:      arch/microblaze/
7553
7554 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7555 M:      Chen Yu <yu.c.chen@intel.com>
7556 L:      platform-driver-x86@vger.kernel.org
7557 S:      Supported
7558 F:      drivers/platform/x86/surfacepro3_button.c
7559
7560 MICROTEK X6 SCANNER
7561 M:      Oliver Neukum <oliver@neukum.org>
7562 S:      Maintained
7563 F:      drivers/usb/image/microtek.*
7564
7565 MIPS
7566 M:      Ralf Baechle <ralf@linux-mips.org>
7567 L:      linux-mips@linux-mips.org
7568 W:      http://www.linux-mips.org/
7569 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7570 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7571 S:      Supported
7572 F:      Documentation/devicetree/bindings/mips/
7573 F:      Documentation/mips/
7574 F:      arch/mips/
7575
7576 MIPS/LOONGSON1 ARCHITECTURE
7577 M:      Keguang Zhang <keguang.zhang@gmail.com>
7578 L:      linux-mips@linux-mips.org
7579 S:      Maintained
7580 F:      arch/mips/loongson32/
7581 F:      arch/mips/include/asm/mach-loongson32/
7582 F:      drivers/*/*loongson1*
7583 F:      drivers/*/*/*loongson1*
7584
7585 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7586 M:      Hans Verkuil <hverkuil@xs4all.nl>
7587 L:      linux-media@vger.kernel.org
7588 T:      git git://linuxtv.org/media_tree.git
7589 W:      https://linuxtv.org
7590 S:      Odd Fixes
7591 F:      drivers/media/radio/radio-miropcm20*
7592
7593 MELLANOX MLX4 core VPI driver
7594 M:      Yishai Hadas <yishaih@mellanox.com>
7595 L:      netdev@vger.kernel.org
7596 L:      linux-rdma@vger.kernel.org
7597 W:      http://www.mellanox.com
7598 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7599 S:      Supported
7600 F:      drivers/net/ethernet/mellanox/mlx4/
7601 F:      include/linux/mlx4/
7602
7603 MELLANOX MLX4 IB driver
7604 M:      Yishai Hadas <yishaih@mellanox.com>
7605 L:      linux-rdma@vger.kernel.org
7606 W:      http://www.mellanox.com
7607 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7608 S:      Supported
7609 F:      drivers/infiniband/hw/mlx4/
7610 F:      include/linux/mlx4/
7611
7612 MELLANOX MLX5 core VPI driver
7613 M:      Matan Barak <matanb@mellanox.com>
7614 M:      Leon Romanovsky <leonro@mellanox.com>
7615 L:      netdev@vger.kernel.org
7616 L:      linux-rdma@vger.kernel.org
7617 W:      http://www.mellanox.com
7618 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7619 S:      Supported
7620 F:      drivers/net/ethernet/mellanox/mlx5/core/
7621 F:      include/linux/mlx5/
7622
7623 MELLANOX MLX5 IB driver
7624 M:      Matan Barak <matanb@mellanox.com>
7625 M:      Leon Romanovsky <leonro@mellanox.com>
7626 L:      linux-rdma@vger.kernel.org
7627 W:      http://www.mellanox.com
7628 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7629 S:      Supported
7630 F:      drivers/infiniband/hw/mlx5/
7631 F:      include/linux/mlx5/
7632
7633 MELEXIS MLX90614 DRIVER
7634 M:      Crt Mori <cmo@melexis.com>
7635 L:      linux-iio@vger.kernel.org
7636 W:      http://www.melexis.com
7637 S:      Supported
7638 F:      drivers/iio/temperature/mlx90614.c
7639
7640 MN88472 MEDIA DRIVER
7641 M:      Antti Palosaari <crope@iki.fi>
7642 L:      linux-media@vger.kernel.org
7643 W:      https://linuxtv.org
7644 W:      http://palosaari.fi/linux/
7645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7646 T:      git git://linuxtv.org/anttip/media_tree.git
7647 S:      Maintained
7648 F:      drivers/staging/media/mn88472/
7649 F:      drivers/media/dvb-frontends/mn88472.h
7650
7651 MN88473 MEDIA DRIVER
7652 M:      Antti Palosaari <crope@iki.fi>
7653 L:      linux-media@vger.kernel.org
7654 W:      https://linuxtv.org
7655 W:      http://palosaari.fi/linux/
7656 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7657 S:      Maintained
7658 F:      drivers/media/dvb-frontends/mn88473*
7659
7660 MODULE SUPPORT
7661 M:      Rusty Russell <rusty@rustcorp.com.au>
7662 S:      Maintained
7663 F:      include/linux/module.h
7664 F:      kernel/module.c
7665
7666 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7667 W:      http://popies.net/meye/
7668 S:      Orphan
7669 F:      Documentation/video4linux/meye.txt
7670 F:      drivers/media/pci/meye/
7671 F:      include/uapi/linux/meye.h
7672
7673 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7674 M:      Jiri Slaby <jirislaby@gmail.com>
7675 S:      Maintained
7676 F:      Documentation/serial/moxa-smartio
7677 F:      drivers/tty/mxser.*
7678
7679 MR800 AVERMEDIA USB FM RADIO DRIVER
7680 M:      Alexey Klimov <klimov.linux@gmail.com>
7681 L:      linux-media@vger.kernel.org
7682 T:      git git://linuxtv.org/media_tree.git
7683 S:      Maintained
7684 F:      drivers/media/radio/radio-mr800.c
7685
7686 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7687 M:      Alan Ott <alan@signal11.us>
7688 L:      linux-wpan@vger.kernel.org
7689 S:      Maintained
7690 F:      drivers/net/ieee802154/mrf24j40.c
7691 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7692
7693 MSI LAPTOP SUPPORT
7694 M:      "Lee, Chun-Yi" <jlee@suse.com>
7695 L:      platform-driver-x86@vger.kernel.org
7696 S:      Maintained
7697 F:      drivers/platform/x86/msi-laptop.c
7698
7699 MSI WMI SUPPORT
7700 L:      platform-driver-x86@vger.kernel.org
7701 S:      Orphan
7702 F:      drivers/platform/x86/msi-wmi.c
7703
7704 MSI001 MEDIA DRIVER
7705 M:      Antti Palosaari <crope@iki.fi>
7706 L:      linux-media@vger.kernel.org
7707 W:      https://linuxtv.org
7708 W:      http://palosaari.fi/linux/
7709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7710 T:      git git://linuxtv.org/anttip/media_tree.git
7711 S:      Maintained
7712 F:      drivers/media/tuners/msi001*
7713
7714 MSI2500 MEDIA DRIVER
7715 M:      Antti Palosaari <crope@iki.fi>
7716 L:      linux-media@vger.kernel.org
7717 W:      https://linuxtv.org
7718 W:      http://palosaari.fi/linux/
7719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7720 T:      git git://linuxtv.org/anttip/media_tree.git
7721 S:      Maintained
7722 F:      drivers/media/usb/msi2500/
7723
7724 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7725 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7726 L:      linux-mtd@lists.infradead.org
7727 S:      Maintained
7728 F:      drivers/mtd/devices/docg3*
7729
7730 MT9M032 APTINA SENSOR DRIVER
7731 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7732 L:      linux-media@vger.kernel.org
7733 T:      git git://linuxtv.org/media_tree.git
7734 S:      Maintained
7735 F:      drivers/media/i2c/mt9m032.c
7736 F:      include/media/i2c/mt9m032.h
7737
7738 MT9P031 APTINA CAMERA SENSOR
7739 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7740 L:      linux-media@vger.kernel.org
7741 T:      git git://linuxtv.org/media_tree.git
7742 S:      Maintained
7743 F:      drivers/media/i2c/mt9p031.c
7744 F:      include/media/i2c/mt9p031.h
7745
7746 MT9T001 APTINA CAMERA SENSOR
7747 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7748 L:      linux-media@vger.kernel.org
7749 T:      git git://linuxtv.org/media_tree.git
7750 S:      Maintained
7751 F:      drivers/media/i2c/mt9t001.c
7752 F:      include/media/i2c/mt9t001.h
7753
7754 MT9V032 APTINA CAMERA SENSOR
7755 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7756 L:      linux-media@vger.kernel.org
7757 T:      git git://linuxtv.org/media_tree.git
7758 S:      Maintained
7759 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7760 F:      drivers/media/i2c/mt9v032.c
7761 F:      include/media/i2c/mt9v032.h
7762
7763 MULTIFUNCTION DEVICES (MFD)
7764 M:      Lee Jones <lee.jones@linaro.org>
7765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7766 S:      Supported
7767 F:      drivers/mfd/
7768 F:      include/linux/mfd/
7769
7770 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7771 M:      Ulf Hansson <ulf.hansson@linaro.org>
7772 L:      linux-mmc@vger.kernel.org
7773 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7774 S:      Maintained
7775 F:      drivers/mmc/
7776 F:      include/linux/mmc/
7777 F:      include/uapi/linux/mmc/
7778
7779 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7780 S:      Orphan
7781 F:      drivers/mmc/host/mmc_spi.c
7782 F:      include/linux/spi/mmc_spi.h
7783
7784 MULTISOUND SOUND DRIVER
7785 M:      Andrew Veliath <andrewtv@usa.net>
7786 S:      Maintained
7787 F:      Documentation/sound/oss/MultiSound
7788 F:      sound/oss/msnd*
7789
7790 MULTITECH MULTIPORT CARD (ISICOM)
7791 S:      Orphan
7792 F:      drivers/tty/isicom.c
7793 F:      include/linux/isicom.h
7794
7795 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7796 M:      Bin Liu <b-liu@ti.com>
7797 L:      linux-usb@vger.kernel.org
7798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7799 S:      Maintained
7800 F:      drivers/usb/musb/
7801
7802 MXL5007T MEDIA DRIVER
7803 M:      Michael Krufky <mkrufky@linuxtv.org>
7804 L:      linux-media@vger.kernel.org
7805 W:      https://linuxtv.org
7806 W:      http://github.com/mkrufky
7807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7808 T:      git git://linuxtv.org/mkrufky/tuners.git
7809 S:      Maintained
7810 F:      drivers/media/tuners/mxl5007t.*
7811
7812 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7813 M:      Hyong-Youb Kim <hykim@myri.com>
7814 L:      netdev@vger.kernel.org
7815 W:      https://www.myricom.com/support/downloads/myri10ge.html
7816 S:      Supported
7817 F:      drivers/net/ethernet/myricom/myri10ge/
7818
7819 NAND FLASH SUBSYSTEM
7820 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7821 R:      Richard Weinberger <richard@nod.at>
7822 L:      linux-mtd@lists.infradead.org
7823 W:      http://www.linux-mtd.infradead.org/
7824 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7825 T:      git git://github.com/linux-nand/linux.git
7826 S:      Maintained
7827 F:      drivers/mtd/nand/
7828 F:      include/linux/mtd/nand*.h
7829
7830 NATSEMI ETHERNET DRIVER (DP8381x)
7831 S:      Orphan
7832 F:      drivers/net/ethernet/natsemi/natsemi.c
7833
7834 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7835 M:      Daniel Mack <zonque@gmail.com>
7836 S:      Maintained
7837 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7838 W:      http://www.native-instruments.com
7839 F:      sound/usb/caiaq/
7840
7841 NCP FILESYSTEM
7842 M:      Petr Vandrovec <petr@vandrovec.name>
7843 S:      Odd Fixes
7844 F:      fs/ncpfs/
7845
7846 NCR 5380 SCSI DRIVERS
7847 M:      Finn Thain <fthain@telegraphics.com.au>
7848 M:      Michael Schmitz <schmitzmic@gmail.com>
7849 L:      linux-scsi@vger.kernel.org
7850 S:      Maintained
7851 F:      Documentation/scsi/g_NCR5380.txt
7852 F:      Documentation/scsi/dtc3x80.txt
7853 F:      drivers/scsi/NCR5380.*
7854 F:      drivers/scsi/arm/cumana_1.c
7855 F:      drivers/scsi/arm/oak.c
7856 F:      drivers/scsi/atari_scsi.*
7857 F:      drivers/scsi/dmx3191d.c
7858 F:      drivers/scsi/dtc.*
7859 F:      drivers/scsi/g_NCR5380.*
7860 F:      drivers/scsi/g_NCR5380_mmio.c
7861 F:      drivers/scsi/mac_scsi.*
7862 F:      drivers/scsi/pas16.*
7863 F:      drivers/scsi/sun3_scsi.*
7864 F:      drivers/scsi/sun3_scsi_vme.c
7865 F:      drivers/scsi/t128.*
7866
7867 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7868 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7869 L:      linux-scsi@vger.kernel.org
7870 S:      Maintained
7871 F:      drivers/scsi/NCR_D700.*
7872
7873 NCT6775 HARDWARE MONITOR DRIVER
7874 M:      Guenter Roeck <linux@roeck-us.net>
7875 L:      linux-hwmon@vger.kernel.org
7876 S:      Maintained
7877 F:      Documentation/hwmon/nct6775
7878 F:      drivers/hwmon/nct6775.c
7879
7880 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7881 M:      Faisal Latif <faisal.latif@intel.com>
7882 L:      linux-rdma@vger.kernel.org
7883 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7884 S:      Supported
7885 F:      drivers/infiniband/hw/nes/
7886
7887 NETEM NETWORK EMULATOR
7888 M:      Stephen Hemminger <stephen@networkplumber.org>
7889 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
7890 S:      Maintained
7891 F:      net/sched/sch_netem.c
7892
7893 NETERION 10GbE DRIVERS (s2io/vxge)
7894 M:      Jon Mason <jdmason@kudzu.us>
7895 L:      netdev@vger.kernel.org
7896 S:      Supported
7897 F:      Documentation/networking/s2io.txt
7898 F:      Documentation/networking/vxge.txt
7899 F:      drivers/net/ethernet/neterion/
7900
7901 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7902 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7903 M:      Patrick McHardy <kaber@trash.net>
7904 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7905 L:      netfilter-devel@vger.kernel.org
7906 L:      coreteam@netfilter.org
7907 W:      http://www.netfilter.org/
7908 W:      http://www.iptables.org/
7909 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7912 S:      Supported
7913 F:      include/linux/netfilter*
7914 F:      include/linux/netfilter/
7915 F:      include/net/netfilter/
7916 F:      include/uapi/linux/netfilter*
7917 F:      include/uapi/linux/netfilter/
7918 F:      net/*/netfilter.c
7919 F:      net/*/netfilter/
7920 F:      net/netfilter/
7921 F:      net/bridge/br_netfilter*.c
7922
7923 NETLABEL
7924 M:      Paul Moore <paul@paul-moore.com>
7925 W:      http://netlabel.sf.net
7926 L:      netdev@vger.kernel.org
7927 S:      Maintained
7928 F:      Documentation/netlabel/
7929 F:      include/net/netlabel.h
7930 F:      net/netlabel/
7931
7932 NETROM NETWORK LAYER
7933 M:      Ralf Baechle <ralf@linux-mips.org>
7934 L:      linux-hams@vger.kernel.org
7935 W:      http://www.linux-ax25.org/
7936 S:      Maintained
7937 F:      include/net/netrom.h
7938 F:      include/uapi/linux/netrom.h
7939 F:      net/netrom/
7940
7941 NETRONOME ETHERNET DRIVERS
7942 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7943 L:      oss-drivers@netronome.com
7944 S:      Maintained
7945 F:      drivers/net/ethernet/netronome/
7946
7947 NETWORK BLOCK DEVICE (NBD)
7948 M:      Markus Pargmann <mpa@pengutronix.de>
7949 S:      Maintained
7950 L:      nbd-general@lists.sourceforge.net
7951 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7952 F:      Documentation/blockdev/nbd.txt
7953 F:      drivers/block/nbd.c
7954 F:      include/uapi/linux/nbd.h
7955
7956 NETWORK DROP MONITOR
7957 M:      Neil Horman <nhorman@tuxdriver.com>
7958 L:      netdev@vger.kernel.org
7959 S:      Maintained
7960 W:      https://fedorahosted.org/dropwatch/
7961 F:      net/core/drop_monitor.c
7962
7963 NETWORKING [GENERAL]
7964 M:      "David S. Miller" <davem@davemloft.net>
7965 L:      netdev@vger.kernel.org
7966 W:      http://www.linuxfoundation.org/en/Net
7967 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7970 S:      Maintained
7971 F:      net/
7972 F:      include/net/
7973 F:      include/linux/in.h
7974 F:      include/linux/net.h
7975 F:      include/linux/netdevice.h
7976 F:      include/uapi/linux/in.h
7977 F:      include/uapi/linux/net.h
7978 F:      include/uapi/linux/netdevice.h
7979 F:      include/uapi/linux/net_namespace.h
7980 F:      tools/net/
7981 F:      tools/testing/selftests/net/
7982 F:      lib/random32.c
7983 F:      lib/test_bpf.c
7984
7985 NETWORKING [IPv4/IPv6]
7986 M:      "David S. Miller" <davem@davemloft.net>
7987 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7988 M:      James Morris <jmorris@namei.org>
7989 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7990 M:      Patrick McHardy <kaber@trash.net>
7991 L:      netdev@vger.kernel.org
7992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7993 S:      Maintained
7994 F:      net/ipv4/
7995 F:      net/ipv6/
7996 F:      include/net/ip*
7997 F:      arch/x86/net/*
7998
7999 NETWORKING [IPSEC]
8000 M:      Steffen Klassert <steffen.klassert@secunet.com>
8001 M:      Herbert Xu <herbert@gondor.apana.org.au>
8002 M:      "David S. Miller" <davem@davemloft.net>
8003 L:      netdev@vger.kernel.org
8004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8006 S:      Maintained
8007 F:      net/core/flow.c
8008 F:      net/xfrm/
8009 F:      net/key/
8010 F:      net/ipv4/xfrm*
8011 F:      net/ipv4/esp4.c
8012 F:      net/ipv4/ah4.c
8013 F:      net/ipv4/ipcomp.c
8014 F:      net/ipv4/ip_vti.c
8015 F:      net/ipv6/xfrm*
8016 F:      net/ipv6/esp6.c
8017 F:      net/ipv6/ah6.c
8018 F:      net/ipv6/ipcomp6.c
8019 F:      net/ipv6/ip6_vti.c
8020 F:      include/uapi/linux/xfrm.h
8021 F:      include/net/xfrm.h
8022
8023 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8024 M:      Paul Moore <paul@paul-moore.com>
8025 L:      netdev@vger.kernel.org
8026 S:      Maintained
8027
8028 NETWORKING [WIRELESS]
8029 L:      linux-wireless@vger.kernel.org
8030 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8031
8032 NETWORKING DRIVERS
8033 L:      netdev@vger.kernel.org
8034 W:      http://www.linuxfoundation.org/en/Net
8035 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8038 S:      Odd Fixes
8039 F:      Documentation/devicetree/bindings/net/
8040 F:      drivers/net/
8041 F:      include/linux/if_*
8042 F:      include/linux/netdevice.h
8043 F:      include/linux/etherdevice.h
8044 F:      include/linux/fcdevice.h
8045 F:      include/linux/fddidevice.h
8046 F:      include/linux/hippidevice.h
8047 F:      include/linux/inetdevice.h
8048 F:      include/uapi/linux/if_*
8049 F:      include/uapi/linux/netdevice.h
8050
8051 NETWORKING DRIVERS (WIRELESS)
8052 M:      Kalle Valo <kvalo@codeaurora.org>
8053 L:      linux-wireless@vger.kernel.org
8054 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8057 S:      Maintained
8058 F:      Documentation/devicetree/bindings/net/wireless/
8059 F:      drivers/net/wireless/
8060
8061 NETXEN (1/10) GbE SUPPORT
8062 M:      Manish Chopra <manish.chopra@qlogic.com>
8063 M:      Sony Chacko <sony.chacko@qlogic.com>
8064 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
8065 L:      netdev@vger.kernel.org
8066 W:      http://www.qlogic.com
8067 S:      Supported
8068 F:      drivers/net/ethernet/qlogic/netxen/
8069
8070 NFC SUBSYSTEM
8071 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
8072 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
8073 M:      Samuel Ortiz <sameo@linux.intel.com>
8074 L:      linux-wireless@vger.kernel.org
8075 L:      linux-nfc@lists.01.org (subscribers-only)
8076 S:      Supported
8077 F:      net/nfc/
8078 F:      include/net/nfc/
8079 F:      include/uapi/linux/nfc.h
8080 F:      drivers/nfc/
8081 F:      include/linux/platform_data/nfcmrvl.h
8082 F:      include/linux/platform_data/nxp-nci.h
8083 F:      include/linux/platform_data/pn544.h
8084 F:      include/linux/platform_data/st21nfca.h
8085 F:      include/linux/platform_data/st-nci.h
8086 F:      Documentation/devicetree/bindings/net/nfc/
8087
8088 NFS, SUNRPC, AND LOCKD CLIENTS
8089 M:      Trond Myklebust <trond.myklebust@primarydata.com>
8090 M:      Anna Schumaker <anna.schumaker@netapp.com>
8091 L:      linux-nfs@vger.kernel.org
8092 W:      http://client.linux-nfs.org
8093 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8094 S:      Maintained
8095 F:      fs/lockd/
8096 F:      fs/nfs/
8097 F:      fs/nfs_common/
8098 F:      net/sunrpc/
8099 F:      include/linux/lockd/
8100 F:      include/linux/nfs*
8101 F:      include/linux/sunrpc/
8102 F:      include/uapi/linux/nfs*
8103 F:      include/uapi/linux/sunrpc/
8104
8105 NILFS2 FILESYSTEM
8106 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
8107 L:      linux-nilfs@vger.kernel.org
8108 W:      http://nilfs.sourceforge.net/
8109 W:      http://nilfs.osdn.jp/
8110 T:      git git://github.com/konis/nilfs2.git
8111 S:      Supported
8112 F:      Documentation/filesystems/nilfs2.txt
8113 F:      fs/nilfs2/
8114 F:      include/linux/nilfs2_fs.h
8115 F:      include/trace/events/nilfs2.h
8116
8117 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8118 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8119 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8120 S:      Maintained
8121 F:      Documentation/scsi/NinjaSCSI.txt
8122 F:      drivers/scsi/pcmcia/nsp_*
8123
8124 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8125 M:      GOTO Masanori <gotom@debian.or.jp>
8126 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
8127 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8128 S:      Maintained
8129 F:      Documentation/scsi/NinjaSCSI.txt
8130 F:      drivers/scsi/nsp32*
8131
8132 NIOS2 ARCHITECTURE
8133 M:      Ley Foon Tan <lftan@altera.com>
8134 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8136 S:      Maintained
8137 F:      arch/nios2/
8138
8139 NOKIA N900 POWER SUPPLY DRIVERS
8140 R:      Pali Rohár <pali.rohar@gmail.com>
8141 F:      include/linux/power/bq2415x_charger.h
8142 F:      include/linux/power/bq27xxx_battery.h
8143 F:      include/linux/power/isp1704_charger.h
8144 F:      drivers/power/bq2415x_charger.c
8145 F:      drivers/power/bq27xxx_battery.c
8146 F:      drivers/power/bq27xxx_battery_i2c.c
8147 F:      drivers/power/isp1704_charger.c
8148 F:      drivers/power/rx51_battery.c
8149
8150 NTB DRIVER CORE
8151 M:      Jon Mason <jdmason@kudzu.us>
8152 M:      Dave Jiang <dave.jiang@intel.com>
8153 M:      Allen Hubbe <Allen.Hubbe@emc.com>
8154 L:      linux-ntb@googlegroups.com
8155 S:      Supported
8156 W:      https://github.com/jonmason/ntb/wiki
8157 T:      git git://github.com/jonmason/ntb.git
8158 F:      drivers/ntb/
8159 F:      drivers/net/ntb_netdev.c
8160 F:      include/linux/ntb.h
8161 F:      include/linux/ntb_transport.h
8162
8163 NTB INTEL DRIVER
8164 M:      Jon Mason <jdmason@kudzu.us>
8165 M:      Dave Jiang <dave.jiang@intel.com>
8166 L:      linux-ntb@googlegroups.com
8167 S:      Supported
8168 W:      https://github.com/jonmason/ntb/wiki
8169 T:      git git://github.com/jonmason/ntb.git
8170 F:      drivers/ntb/hw/intel/
8171
8172 NTB AMD DRIVER
8173 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
8174 L:      linux-ntb@googlegroups.com
8175 S:      Supported
8176 F:      drivers/ntb/hw/amd/
8177
8178 NTFS FILESYSTEM
8179 M:      Anton Altaparmakov <anton@tuxera.com>
8180 L:      linux-ntfs-dev@lists.sourceforge.net
8181 W:      http://www.tuxera.com/
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
8183 S:      Supported
8184 F:      Documentation/filesystems/ntfs.txt
8185 F:      fs/ntfs/
8186
8187 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8188 M:      Antonino Daplas <adaplas@gmail.com>
8189 L:      linux-fbdev@vger.kernel.org
8190 S:      Maintained
8191 F:      drivers/video/fbdev/riva/
8192 F:      drivers/video/fbdev/nvidia/
8193
8194 NVM EXPRESS DRIVER
8195 M:      Keith Busch <keith.busch@intel.com>
8196 M:      Jens Axboe <axboe@fb.com>
8197 L:      linux-nvme@lists.infradead.org
8198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8199 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
8200 S:      Supported
8201 F:      drivers/nvme/host/
8202 F:      include/linux/nvme.h
8203
8204 NVMEM FRAMEWORK
8205 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8206 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
8207 S:      Maintained
8208 F:      drivers/nvmem/
8209 F:      Documentation/devicetree/bindings/nvmem/
8210 F:      include/linux/nvmem-consumer.h
8211 F:      include/linux/nvmem-provider.h
8212
8213 NXP-NCI NFC DRIVER
8214 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
8215 R:      Charles Gorand <charles.gorand@effinnov.com>
8216 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8217 S:      Supported
8218 F:      drivers/nfc/nxp-nci
8219
8220 NXP TDA998X DRM DRIVER
8221 M:      Russell King <rmk+kernel@armlinux.org.uk>
8222 S:      Supported
8223 F:      drivers/gpu/drm/i2c/tda998x_drv.c
8224 F:      include/drm/i2c/tda998x.h
8225
8226 NXP TFA9879 DRIVER
8227 M:      Peter Rosin <peda@axentia.se>
8228 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8229 S:      Maintained
8230 F:      sound/soc/codecs/tfa9879*
8231
8232 OBJTOOL
8233 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8234 S:      Supported
8235 F:      tools/objtool/
8236
8237 OMAP SUPPORT
8238 M:      Tony Lindgren <tony@atomide.com>
8239 L:      linux-omap@vger.kernel.org
8240 W:      http://www.muru.com/linux/omap/
8241 W:      http://linux.omap.com/
8242 Q:      http://patchwork.kernel.org/project/linux-omap/list/
8243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
8244 S:      Maintained
8245 F:      arch/arm/*omap*/
8246 F:      arch/arm/configs/omap1_defconfig
8247 F:      arch/arm/configs/omap2plus_defconfig
8248 F:      drivers/i2c/busses/i2c-omap.c
8249 F:      drivers/irqchip/irq-omap-intc.c
8250 F:      drivers/mfd/*omap*.c
8251 F:      drivers/mfd/menelaus.c
8252 F:      drivers/mfd/palmas.c
8253 F:      drivers/mfd/tps65217.c
8254 F:      drivers/mfd/tps65218.c
8255 F:      drivers/mfd/tps65910.c
8256 F:      drivers/mfd/twl-core.[ch]
8257 F:      drivers/mfd/twl4030*.c
8258 F:      drivers/mfd/twl6030*.c
8259 F:      drivers/mfd/twl6040*.c
8260 F:      drivers/regulator/palmas-regulator*.c
8261 F:      drivers/regulator/pbias-regulator.c
8262 F:      drivers/regulator/tps65217-regulator.c
8263 F:      drivers/regulator/tps65218-regulator.c
8264 F:      drivers/regulator/tps65910-regulator.c
8265 F:      drivers/regulator/twl-regulator.c
8266 F:      include/linux/i2c-omap.h
8267
8268 OMAP DEVICE TREE SUPPORT
8269 M:      Benoît Cousson <bcousson@baylibre.com>
8270 M:      Tony Lindgren <tony@atomide.com>
8271 L:      linux-omap@vger.kernel.org
8272 L:      devicetree@vger.kernel.org
8273 S:      Maintained
8274 F:      arch/arm/boot/dts/*omap*
8275 F:      arch/arm/boot/dts/*am3*
8276 F:      arch/arm/boot/dts/*am4*
8277 F:      arch/arm/boot/dts/*am5*
8278 F:      arch/arm/boot/dts/*dra7*
8279
8280 OMAP CLOCK FRAMEWORK SUPPORT
8281 M:      Paul Walmsley <paul@pwsan.com>
8282 L:      linux-omap@vger.kernel.org
8283 S:      Maintained
8284 F:      arch/arm/*omap*/*clock*
8285
8286 OMAP POWER MANAGEMENT SUPPORT
8287 M:      Kevin Hilman <khilman@kernel.org>
8288 L:      linux-omap@vger.kernel.org
8289 S:      Maintained
8290 F:      arch/arm/*omap*/*pm*
8291 F:      drivers/cpufreq/omap-cpufreq.c
8292
8293 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
8294 M:      Rajendra Nayak <rnayak@codeaurora.org>
8295 M:      Paul Walmsley <paul@pwsan.com>
8296 L:      linux-omap@vger.kernel.org
8297 S:      Maintained
8298 F:      arch/arm/mach-omap2/prm*
8299
8300 OMAP AUDIO SUPPORT
8301 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8302 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
8303 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8304 L:      linux-omap@vger.kernel.org
8305 S:      Maintained
8306 F:      sound/soc/omap/
8307
8308 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
8309 M:      Roger Quadros <rogerq@ti.com>
8310 M:      Tony Lindgren <tony@atomide.com>
8311 L:      linux-omap@vger.kernel.org
8312 S:      Maintained
8313 F:      drivers/memory/omap-gpmc.c
8314 F:      arch/arm/mach-omap2/*gpmc*
8315
8316 OMAP FRAMEBUFFER SUPPORT
8317 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8318 L:      linux-fbdev@vger.kernel.org
8319 L:      linux-omap@vger.kernel.org
8320 S:      Maintained
8321 F:      drivers/video/fbdev/omap/
8322
8323 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8324 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8325 L:      linux-omap@vger.kernel.org
8326 L:      linux-fbdev@vger.kernel.org
8327 S:      Maintained
8328 F:      drivers/video/fbdev/omap2/
8329 F:      Documentation/arm/OMAP/DSS
8330
8331 OMAP HARDWARE SPINLOCK SUPPORT
8332 M:      Ohad Ben-Cohen <ohad@wizery.com>
8333 L:      linux-omap@vger.kernel.org
8334 S:      Maintained
8335 F:      drivers/hwspinlock/omap_hwspinlock.c
8336
8337 OMAP MMC SUPPORT
8338 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8339 L:      linux-omap@vger.kernel.org
8340 S:      Maintained
8341 F:      drivers/mmc/host/omap.c
8342
8343 OMAP HS MMC SUPPORT
8344 L:      linux-mmc@vger.kernel.org
8345 L:      linux-omap@vger.kernel.org
8346 S:      Orphan
8347 F:      drivers/mmc/host/omap_hsmmc.c
8348
8349 OMAP RANDOM NUMBER GENERATOR SUPPORT
8350 M:      Deepak Saxena <dsaxena@plexity.net>
8351 S:      Maintained
8352 F:      drivers/char/hw_random/omap-rng.c
8353
8354 OMAP HWMOD SUPPORT
8355 M:      Benoît Cousson <bcousson@baylibre.com>
8356 M:      Paul Walmsley <paul@pwsan.com>
8357 L:      linux-omap@vger.kernel.org
8358 S:      Maintained
8359 F:      arch/arm/mach-omap2/omap_hwmod.*
8360
8361 OMAP HWMOD DATA
8362 M:      Paul Walmsley <paul@pwsan.com>
8363 L:      linux-omap@vger.kernel.org
8364 S:      Maintained
8365 F:      arch/arm/mach-omap2/omap_hwmod*data*
8366
8367 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8368 M:      Benoît Cousson <bcousson@baylibre.com>
8369 L:      linux-omap@vger.kernel.org
8370 S:      Maintained
8371 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8372
8373 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8374 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8375 L:      linux-media@vger.kernel.org
8376 S:      Maintained
8377 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8378 F:      drivers/media/platform/omap3isp/
8379 F:      drivers/staging/media/omap4iss/
8380
8381 OMAP USB SUPPORT
8382 L:      linux-usb@vger.kernel.org
8383 L:      linux-omap@vger.kernel.org
8384 S:      Orphan
8385 F:      drivers/usb/*/*omap*
8386 F:      arch/arm/*omap*/usb*
8387
8388 OMAP GPIO DRIVER
8389 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8390 M:      Santosh Shilimkar <ssantosh@kernel.org>
8391 M:      Kevin Hilman <khilman@kernel.org>
8392 L:      linux-omap@vger.kernel.org
8393 S:      Maintained
8394 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8395 F:      drivers/gpio/gpio-omap.c
8396
8397 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8398 M:      Mark Jackson <mpfj@newflow.co.uk>
8399 L:      linux-omap@vger.kernel.org
8400 S:      Maintained
8401 F:      arch/arm/boot/dts/am335x-nano.dts
8402
8403 OMFS FILESYSTEM
8404 M:      Bob Copeland <me@bobcopeland.com>
8405 L:      linux-karma-devel@lists.sourceforge.net
8406 S:      Maintained
8407 F:      Documentation/filesystems/omfs.txt
8408 F:      fs/omfs/
8409
8410 OMNIKEY CARDMAN 4000 DRIVER
8411 M:      Harald Welte <laforge@gnumonks.org>
8412 S:      Maintained
8413 F:      drivers/char/pcmcia/cm4000_cs.c
8414 F:      include/linux/cm4000_cs.h
8415 F:      include/uapi/linux/cm4000_cs.h
8416
8417 OMNIKEY CARDMAN 4040 DRIVER
8418 M:      Harald Welte <laforge@gnumonks.org>
8419 S:      Maintained
8420 F:      drivers/char/pcmcia/cm4040_cs.*
8421
8422 OMNIVISION OV7670 SENSOR DRIVER
8423 M:      Jonathan Corbet <corbet@lwn.net>
8424 L:      linux-media@vger.kernel.org
8425 T:      git git://linuxtv.org/media_tree.git
8426 S:      Maintained
8427 F:      drivers/media/i2c/ov7670.c
8428
8429 ONENAND FLASH DRIVER
8430 M:      Kyungmin Park <kyungmin.park@samsung.com>
8431 L:      linux-mtd@lists.infradead.org
8432 S:      Maintained
8433 F:      drivers/mtd/onenand/
8434 F:      include/linux/mtd/onenand*.h
8435
8436 ONSTREAM SCSI TAPE DRIVER
8437 M:      Willem Riede <osst@riede.org>
8438 L:      osst-users@lists.sourceforge.net
8439 L:      linux-scsi@vger.kernel.org
8440 S:      Maintained
8441 F:      Documentation/scsi/osst.txt
8442 F:      drivers/scsi/osst.*
8443 F:      drivers/scsi/osst_*.h
8444 F:      drivers/scsi/st.h
8445
8446 OPENCORES I2C BUS DRIVER
8447 M:      Peter Korsgaard <jacmet@sunsite.dk>
8448 L:      linux-i2c@vger.kernel.org
8449 S:      Maintained
8450 F:      Documentation/i2c/busses/i2c-ocores
8451 F:      drivers/i2c/busses/i2c-ocores.c
8452
8453 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8454 M:      Rob Herring <robh+dt@kernel.org>
8455 M:      Frank Rowand <frowand.list@gmail.com>
8456 L:      devicetree@vger.kernel.org
8457 W:      http://www.devicetree.org/
8458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8459 S:      Maintained
8460 F:      drivers/of/
8461 F:      include/linux/of*.h
8462 F:      scripts/dtc/
8463
8464 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8465 M:      Rob Herring <robh+dt@kernel.org>
8466 M:      Mark Rutland <mark.rutland@arm.com>
8467 L:      devicetree@vger.kernel.org
8468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8469 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
8470 S:      Maintained
8471 F:      Documentation/devicetree/
8472 F:      arch/*/boot/dts/
8473 F:      include/dt-bindings/
8474
8475 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8476 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8477 L:      devicetree@vger.kernel.org
8478 S:      Maintained
8479 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8480 F:      Documentation/devicetree/overlay-notes.txt
8481 F:      drivers/of/overlay.c
8482 F:      drivers/of/resolver.c
8483
8484 OPENRISC ARCHITECTURE
8485 M:      Jonas Bonn <jonas@southpole.se>
8486 W:      http://openrisc.net
8487 S:      Maintained
8488 T:      git git://openrisc.net/~jonas/linux
8489 F:      arch/openrisc/
8490
8491 OPENVSWITCH
8492 M:      Pravin Shelar <pshelar@nicira.com>
8493 L:      netdev@vger.kernel.org
8494 L:      dev@openvswitch.org
8495 W:      http://openvswitch.org
8496 S:      Maintained
8497 F:      net/openvswitch/
8498 F:      include/uapi/linux/openvswitch.h
8499
8500 OPERATING PERFORMANCE POINTS (OPP)
8501 M:      Viresh Kumar <vireshk@kernel.org>
8502 M:      Nishanth Menon <nm@ti.com>
8503 M:      Stephen Boyd <sboyd@codeaurora.org>
8504 L:      linux-pm@vger.kernel.org
8505 S:      Maintained
8506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8507 F:      drivers/base/power/opp/
8508 F:      include/linux/pm_opp.h
8509 F:      Documentation/power/opp.txt
8510 F:      Documentation/devicetree/bindings/opp/
8511
8512 OPL4 DRIVER
8513 M:      Clemens Ladisch <clemens@ladisch.de>
8514 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8515 T:      git git://git.alsa-project.org/alsa-kernel.git
8516 S:      Maintained
8517 F:      sound/drivers/opl4/
8518
8519 OPROFILE
8520 M:      Robert Richter <rric@kernel.org>
8521 L:      oprofile-list@lists.sf.net
8522 S:      Maintained
8523 F:      arch/*/include/asm/oprofile*.h
8524 F:      arch/*/oprofile/
8525 F:      drivers/oprofile/
8526 F:      include/linux/oprofile.h
8527
8528 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8529 M:      Mark Fasheh <mfasheh@suse.com>
8530 M:      Joel Becker <jlbec@evilplan.org>
8531 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8532 W:      http://ocfs2.wiki.kernel.org
8533 S:      Supported
8534 F:      Documentation/filesystems/ocfs2.txt
8535 F:      Documentation/filesystems/dlmfs.txt
8536 F:      fs/ocfs2/
8537
8538 ORINOCO DRIVER
8539 L:      linux-wireless@vger.kernel.org
8540 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8541 W:      http://www.nongnu.org/orinoco/
8542 S:      Orphan
8543 F:      drivers/net/wireless/intersil/orinoco/
8544
8545 OSD LIBRARY and FILESYSTEM
8546 M:      Boaz Harrosh <ooo@electrozaur.com>
8547 M:      Benny Halevy <bhalevy@primarydata.com>
8548 L:      osd-dev@open-osd.org
8549 W:      http://open-osd.org
8550 T:      git git://git.open-osd.org/open-osd.git
8551 S:      Maintained
8552 F:      drivers/scsi/osd/
8553 F:      include/scsi/osd_*
8554 F:      fs/exofs/
8555
8556 OVERLAY FILESYSTEM
8557 M:      Miklos Szeredi <miklos@szeredi.hu>
8558 L:      linux-unionfs@vger.kernel.org
8559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8560 S:      Supported
8561 F:      fs/overlayfs/
8562 F:      Documentation/filesystems/overlayfs.txt
8563
8564 ORANGEFS FILESYSTEM
8565 M:      Mike Marshall <hubcap@omnibond.com>
8566 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8568 S:      Supported
8569 F:      fs/orangefs/
8570 F:      Documentation/filesystems/orangefs.txt
8571
8572 P54 WIRELESS DRIVER
8573 M:      Christian Lamparter <chunkeey@googlemail.com>
8574 L:      linux-wireless@vger.kernel.org
8575 W:      http://wireless.kernel.org/en/users/Drivers/p54
8576 S:      Maintained
8577 F:      drivers/net/wireless/intersil/p54/
8578
8579 PA SEMI ETHERNET DRIVER
8580 M:      Olof Johansson <olof@lixom.net>
8581 L:      netdev@vger.kernel.org
8582 S:      Maintained
8583 F:      drivers/net/ethernet/pasemi/*
8584
8585 PA SEMI SMBUS DRIVER
8586 M:      Olof Johansson <olof@lixom.net>
8587 L:      linux-i2c@vger.kernel.org
8588 S:      Maintained
8589 F:      drivers/i2c/busses/i2c-pasemi.c
8590
8591 PADATA PARALLEL EXECUTION MECHANISM
8592 M:      Steffen Klassert <steffen.klassert@secunet.com>
8593 L:      linux-crypto@vger.kernel.org
8594 S:      Maintained
8595 F:      kernel/padata.c
8596 F:      include/linux/padata.h
8597 F:      Documentation/padata.txt
8598
8599 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8600 M:      Harald Welte <laforge@gnumonks.org>
8601 L:      platform-driver-x86@vger.kernel.org
8602 S:      Maintained
8603 F:      drivers/platform/x86/panasonic-laptop.c
8604
8605 PANASONIC MN10300/AM33/AM34 PORT
8606 M:      David Howells <dhowells@redhat.com>
8607 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8608 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8609 S:      Maintained
8610 F:      Documentation/mn10300/
8611 F:      arch/mn10300/
8612
8613 PARALLEL LCD/KEYPAD PANEL DRIVER
8614 M:      Willy Tarreau <willy@haproxy.com>
8615 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8616 S:      Odd Fixes
8617 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8618 F:      drivers/misc/panel.c
8619
8620 PARALLEL PORT SUBSYSTEM
8621 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8622 M:      Sudip Mukherjee <sudip@vectorindia.org>
8623 L:      linux-parport@lists.infradead.org (subscribers-only)
8624 S:      Maintained
8625 F:      drivers/parport/
8626 F:      include/linux/parport*.h
8627 F:      drivers/char/ppdev.c
8628 F:      include/uapi/linux/ppdev.h
8629 F:      Documentation/parport*.txt
8630
8631 PARAVIRT_OPS INTERFACE
8632 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8633 M:      Chris Wright <chrisw@sous-sol.org>
8634 M:      Alok Kataria <akataria@vmware.com>
8635 M:      Rusty Russell <rusty@rustcorp.com.au>
8636 L:      virtualization@lists.linux-foundation.org
8637 S:      Supported
8638 F:      Documentation/virtual/paravirt_ops.txt
8639 F:      arch/*/kernel/paravirt*
8640 F:      arch/*/include/asm/paravirt.h
8641
8642 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8643 M:      Tim Waugh <tim@cyberelk.net>
8644 L:      linux-parport@lists.infradead.org (subscribers-only)
8645 S:      Maintained
8646 F:      Documentation/blockdev/paride.txt
8647 F:      drivers/block/paride/
8648
8649 PARISC ARCHITECTURE
8650 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8651 M:      Helge Deller <deller@gmx.de>
8652 L:      linux-parisc@vger.kernel.org
8653 W:      http://www.parisc-linux.org/
8654 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8657 S:      Maintained
8658 F:      arch/parisc/
8659 F:      Documentation/parisc/
8660 F:      drivers/parisc/
8661 F:      drivers/char/agp/parisc-agp.c
8662 F:      drivers/input/serio/gscps2.c
8663 F:      drivers/parport/parport_gsc.*
8664 F:      drivers/tty/serial/8250/8250_gsc.c
8665 F:      drivers/video/fbdev/sti*
8666 F:      drivers/video/console/sti*
8667 F:      drivers/video/logo/logo_parisc*
8668
8669 PC87360 HARDWARE MONITORING DRIVER
8670 M:      Jim Cromie <jim.cromie@gmail.com>
8671 L:      linux-hwmon@vger.kernel.org
8672 S:      Maintained
8673 F:      Documentation/hwmon/pc87360
8674 F:      drivers/hwmon/pc87360.c
8675
8676 PC8736x GPIO DRIVER
8677 M:      Jim Cromie <jim.cromie@gmail.com>
8678 S:      Maintained
8679 F:      drivers/char/pc8736x_gpio.c
8680
8681 PC87427 HARDWARE MONITORING DRIVER
8682 M:      Jean Delvare <jdelvare@suse.com>
8683 L:      linux-hwmon@vger.kernel.org
8684 S:      Maintained
8685 F:      Documentation/hwmon/pc87427
8686 F:      drivers/hwmon/pc87427.c
8687
8688 PCA9532 LED DRIVER
8689 M:      Riku Voipio <riku.voipio@iki.fi>
8690 S:      Maintained
8691 F:      drivers/leds/leds-pca9532.c
8692 F:      include/linux/leds-pca9532.h
8693
8694 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8695 M:      Guenter Roeck <linux@roeck-us.net>
8696 L:      linux-i2c@vger.kernel.org
8697 S:      Maintained
8698 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8699
8700 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8701 M:      Khalid Aziz <khalid@gonehiking.org>
8702 S:      Maintained
8703 F:      drivers/firmware/pcdp.*
8704
8705 PCI ERROR RECOVERY
8706 M:      Linas Vepstas <linasvepstas@gmail.com>
8707 L:      linux-pci@vger.kernel.org
8708 S:      Supported
8709 F:      Documentation/PCI/pci-error-recovery.txt
8710
8711 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8712 M:      Russell Currey <ruscur@russell.cc>
8713 L:      linuxppc-dev@lists.ozlabs.org
8714 S:      Supported
8715 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8716 F:      arch/powerpc/kernel/eeh*.c
8717 F:      arch/powerpc/platforms/*/eeh*.c
8718 F:      arch/powerpc/include/*/eeh*.h
8719
8720 PCI SUBSYSTEM
8721 M:      Bjorn Helgaas <bhelgaas@google.com>
8722 L:      linux-pci@vger.kernel.org
8723 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8725 S:      Supported
8726 F:      Documentation/PCI/
8727 F:      drivers/pci/
8728 F:      include/linux/pci*
8729 F:      arch/x86/pci/
8730 F:      arch/x86/kernel/quirks.c
8731
8732 PCI DRIVER FOR ALTERA PCIE IP
8733 M:      Ley Foon Tan <lftan@altera.com>
8734 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8735 L:      linux-pci@vger.kernel.org
8736 S:      Supported
8737 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8738 F:      drivers/pci/host/pcie-altera.c
8739
8740 PCI DRIVER FOR ARM VERSATILE PLATFORM
8741 M:      Rob Herring <robh@kernel.org>
8742 L:      linux-pci@vger.kernel.org
8743 L:      linux-arm-kernel@lists.infradead.org
8744 S:      Maintained
8745 F:      Documentation/devicetree/bindings/pci/versatile.txt
8746 F:      drivers/pci/host/pci-versatile.c
8747
8748 PCI DRIVER FOR APPLIEDMICRO XGENE
8749 M:      Tanmay Inamdar <tinamdar@apm.com>
8750 L:      linux-pci@vger.kernel.org
8751 L:      linux-arm-kernel@lists.infradead.org
8752 S:      Maintained
8753 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8754 F:      drivers/pci/host/pci-xgene.c
8755
8756 PCI DRIVER FOR FREESCALE LAYERSCAPE
8757 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8758 M:      Mingkai Hu <mingkai.hu@freescale.com>
8759 M:      Roy Zang <tie-fei.zang@freescale.com>
8760 L:      linuxppc-dev@lists.ozlabs.org
8761 L:      linux-pci@vger.kernel.org
8762 L:      linux-arm-kernel@lists.infradead.org
8763 S:      Maintained
8764 F:      drivers/pci/host/*layerscape*
8765
8766 PCI DRIVER FOR IMX6
8767 M:      Richard Zhu <Richard.Zhu@freescale.com>
8768 M:      Lucas Stach <l.stach@pengutronix.de>
8769 L:      linux-pci@vger.kernel.org
8770 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8771 S:      Maintained
8772 F:      drivers/pci/host/*imx6*
8773
8774 PCI DRIVER FOR TI KEYSTONE
8775 M:      Murali Karicheri <m-karicheri2@ti.com>
8776 L:      linux-pci@vger.kernel.org
8777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8778 S:      Maintained
8779 F:      drivers/pci/host/*keystone*
8780
8781 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8782 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8783 M:      Jason Cooper <jason@lakedaemon.net>
8784 L:      linux-pci@vger.kernel.org
8785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8786 S:      Maintained
8787 F:      drivers/pci/host/*mvebu*
8788
8789 PCI DRIVER FOR NVIDIA TEGRA
8790 M:      Thierry Reding <thierry.reding@gmail.com>
8791 L:      linux-tegra@vger.kernel.org
8792 L:      linux-pci@vger.kernel.org
8793 S:      Supported
8794 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8795 F:      drivers/pci/host/pci-tegra.c
8796
8797 PCI DRIVER FOR TI DRA7XX
8798 M:      Kishon Vijay Abraham I <kishon@ti.com>
8799 L:      linux-omap@vger.kernel.org
8800 L:      linux-pci@vger.kernel.org
8801 S:      Supported
8802 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8803 F:      drivers/pci/host/pci-dra7xx.c
8804
8805 PCI DRIVER FOR RENESAS R-CAR
8806 M:      Simon Horman <horms@verge.net.au>
8807 L:      linux-pci@vger.kernel.org
8808 L:      linux-renesas-soc@vger.kernel.org
8809 S:      Maintained
8810 F:      drivers/pci/host/*rcar*
8811
8812 PCI DRIVER FOR SAMSUNG EXYNOS
8813 M:      Jingoo Han <jingoohan1@gmail.com>
8814 L:      linux-pci@vger.kernel.org
8815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8816 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8817 S:      Maintained
8818 F:      drivers/pci/host/pci-exynos.c
8819
8820 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8821 M:      Jingoo Han <jingoohan1@gmail.com>
8822 M:      Pratyush Anand <pratyush.anand@gmail.com>
8823 L:      linux-pci@vger.kernel.org
8824 S:      Maintained
8825 F:      drivers/pci/host/*designware*
8826
8827 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8828 M:      Joao Pinto <jpinto@synopsys.com>
8829 L:      linux-pci@vger.kernel.org
8830 S:      Maintained
8831 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8832 F:      drivers/pci/host/pcie-designware-plat.c
8833
8834 PCI DRIVER FOR GENERIC OF HOSTS
8835 M:      Will Deacon <will.deacon@arm.com>
8836 L:      linux-pci@vger.kernel.org
8837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8838 S:      Maintained
8839 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8840 F:      drivers/pci/host/pci-host-common.c
8841 F:      drivers/pci/host/pci-host-generic.c
8842
8843 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8844 M:      Keith Busch <keith.busch@intel.com>
8845 L:      linux-pci@vger.kernel.org
8846 S:      Supported
8847 F:      arch/x86/pci/vmd.c
8848
8849 PCIE DRIVER FOR ST SPEAR13XX
8850 M:      Pratyush Anand <pratyush.anand@gmail.com>
8851 L:      linux-pci@vger.kernel.org
8852 S:      Maintained
8853 F:      drivers/pci/host/*spear*
8854
8855 PCI MSI DRIVER FOR ALTERA MSI IP
8856 M:      Ley Foon Tan <lftan@altera.com>
8857 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8858 L:      linux-pci@vger.kernel.org
8859 S:      Supported
8860 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8861 F:      drivers/pci/host/pcie-altera-msi.c
8862
8863 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8864 M:      Duc Dang <dhdang@apm.com>
8865 L:      linux-pci@vger.kernel.org
8866 L:      linux-arm-kernel@lists.infradead.org
8867 S:      Maintained
8868 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8869 F:      drivers/pci/host/pci-xgene-msi.c
8870
8871 PCIE DRIVER FOR HISILICON
8872 M:      Zhou Wang <wangzhou1@hisilicon.com>
8873 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8874 L:      linux-pci@vger.kernel.org
8875 S:      Maintained
8876 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8877 F:      drivers/pci/host/pcie-hisi.c
8878
8879 PCIE DRIVER FOR QUALCOMM MSM
8880 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8881 L:     linux-pci@vger.kernel.org
8882 L:     linux-arm-msm@vger.kernel.org
8883 S:     Maintained
8884 F:     drivers/pci/host/*qcom*
8885
8886 PCIE DRIVER FOR CAVIUM THUNDERX
8887 M:      David Daney <david.daney@cavium.com>
8888 L:      linux-pci@vger.kernel.org
8889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8890 S:      Supported
8891 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8892 F:      drivers/pci/host/pci-thunder-*
8893
8894 PCMCIA SUBSYSTEM
8895 P:      Linux PCMCIA Team
8896 L:      linux-pcmcia@lists.infradead.org
8897 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8899 S:      Maintained
8900 F:      Documentation/pcmcia/
8901 F:      drivers/pcmcia/
8902 F:      include/pcmcia/
8903
8904 PCNET32 NETWORK DRIVER
8905 M:      Don Fry <pcnet32@frontier.com>
8906 L:      netdev@vger.kernel.org
8907 S:      Maintained
8908 F:      drivers/net/ethernet/amd/pcnet32.c
8909
8910 PCRYPT PARALLEL CRYPTO ENGINE
8911 M:      Steffen Klassert <steffen.klassert@secunet.com>
8912 L:      linux-crypto@vger.kernel.org
8913 S:      Maintained
8914 F:      crypto/pcrypt.c
8915 F:      include/crypto/pcrypt.h
8916
8917 PER-CPU MEMORY ALLOCATOR
8918 M:      Tejun Heo <tj@kernel.org>
8919 M:      Christoph Lameter <cl@linux.com>
8920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8921 S:      Maintained
8922 F:      include/linux/percpu*.h
8923 F:      mm/percpu*.c
8924 F:      arch/*/include/asm/percpu.h
8925
8926 PER-TASK DELAY ACCOUNTING
8927 M:      Balbir Singh <bsingharora@gmail.com>
8928 S:      Maintained
8929 F:      include/linux/delayacct.h
8930 F:      kernel/delayacct.c
8931
8932 PERFORMANCE EVENTS SUBSYSTEM
8933 M:      Peter Zijlstra <peterz@infradead.org>
8934 M:      Ingo Molnar <mingo@redhat.com>
8935 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8936 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8937 L:      linux-kernel@vger.kernel.org
8938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8939 S:      Supported
8940 F:      kernel/events/*
8941 F:      include/linux/perf_event.h
8942 F:      include/uapi/linux/perf_event.h
8943 F:      arch/*/kernel/perf_event*.c
8944 F:      arch/*/kernel/*/perf_event*.c
8945 F:      arch/*/kernel/*/*/perf_event*.c
8946 F:      arch/*/include/asm/perf_event.h
8947 F:      arch/*/kernel/perf_callchain.c
8948 F:      arch/*/events/*
8949 F:      tools/perf/
8950
8951 PERSONALITY HANDLING
8952 M:      Christoph Hellwig <hch@infradead.org>
8953 L:      linux-abi-devel@lists.sourceforge.net
8954 S:      Maintained
8955 F:      include/linux/personality.h
8956 F:      include/uapi/linux/personality.h
8957
8958 PHONET PROTOCOL
8959 M:      Remi Denis-Courmont <courmisch@gmail.com>
8960 S:      Supported
8961 F:      Documentation/networking/phonet.txt
8962 F:      include/linux/phonet.h
8963 F:      include/net/phonet/
8964 F:      include/uapi/linux/phonet.h
8965 F:      net/phonet/
8966
8967 PHRAM MTD DRIVER
8968 M:      Joern Engel <joern@lazybastard.org>
8969 L:      linux-mtd@lists.infradead.org
8970 S:      Maintained
8971 F:      drivers/mtd/devices/phram.c
8972
8973 PICOLCD HID DRIVER
8974 M:      Bruno Prémont <bonbons@linux-vserver.org>
8975 L:      linux-input@vger.kernel.org
8976 S:      Maintained
8977 F:      drivers/hid/hid-picolcd*
8978
8979 PICOXCELL SUPPORT
8980 M:      Jamie Iles <jamie@jamieiles.com>
8981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8982 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8983 S:      Supported
8984 F:      arch/arm/boot/dts/picoxcell*
8985 F:      arch/arm/mach-picoxcell/
8986 F:      drivers/crypto/picoxcell*
8987
8988 PIN CONTROL SUBSYSTEM
8989 M:      Linus Walleij <linus.walleij@linaro.org>
8990 L:      linux-gpio@vger.kernel.org
8991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8992 S:      Maintained
8993 F:      Documentation/devicetree/bindings/pinctrl/
8994 F:      Documentation/pinctrl.txt
8995 F:      drivers/pinctrl/
8996 F:      include/linux/pinctrl/
8997
8998 PIN CONTROLLER - ATMEL AT91
8999 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
9000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9001 S:      Maintained
9002 F:      drivers/pinctrl/pinctrl-at91.*
9003
9004 PIN CONTROLLER - ATMEL AT91 PIO4
9005 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
9006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9007 L:      linux-gpio@vger.kernel.org
9008 S:      Supported
9009 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9010
9011 PIN CONTROLLER - INTEL
9012 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9013 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
9014 S:      Maintained
9015 F:      drivers/pinctrl/intel/
9016
9017 PIN CONTROLLER - RENESAS
9018 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9019 M:      Geert Uytterhoeven <geert+renesas@glider.be>
9020 L:      linux-renesas-soc@vger.kernel.org
9021 S:      Maintained
9022 F:      drivers/pinctrl/sh-pfc/
9023
9024 PIN CONTROLLER - SAMSUNG
9025 M:      Tomasz Figa <tomasz.figa@gmail.com>
9026 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9027 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9029 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9030 S:      Maintained
9031 F:      drivers/pinctrl/samsung/
9032
9033 PIN CONTROLLER - SINGLE
9034 M:      Tony Lindgren <tony@atomide.com>
9035 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
9036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9037 L:      linux-omap@vger.kernel.org
9038 S:      Maintained
9039 F:      drivers/pinctrl/pinctrl-single.c
9040
9041 PIN CONTROLLER - ST SPEAR
9042 M:      Viresh Kumar <vireshk@kernel.org>
9043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9044 W:      http://www.st.com/spear
9045 S:      Maintained
9046 F:      drivers/pinctrl/spear/
9047
9048 PKTCDVD DRIVER
9049 M:      Jiri Kosina <jikos@kernel.org>
9050 S:      Maintained
9051 F:      drivers/block/pktcdvd.c
9052 F:      include/linux/pktcdvd.h
9053 F:      include/uapi/linux/pktcdvd.h
9054
9055 PKUNITY SOC DRIVERS
9056 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9057 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9058 S:      Maintained
9059 T:      git git://github.com/gxt/linux.git
9060 F:      drivers/input/serio/i8042-unicore32io.h
9061 F:      drivers/i2c/busses/i2c-puv3.c
9062 F:      drivers/video/fbdev/fb-puv3.c
9063 F:      drivers/rtc/rtc-puv3.c
9064
9065 PMBUS HARDWARE MONITORING DRIVERS
9066 M:      Guenter Roeck <linux@roeck-us.net>
9067 L:      linux-hwmon@vger.kernel.org
9068 W:      http://hwmon.wiki.kernel.org/
9069 W:      http://www.roeck-us.net/linux/drivers/
9070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9071 S:      Maintained
9072 F:      Documentation/hwmon/pmbus
9073 F:      drivers/hwmon/pmbus/
9074 F:      include/linux/i2c/pmbus.h
9075
9076 PMC SIERRA MaxRAID DRIVER
9077 L:      linux-scsi@vger.kernel.org
9078 W:      http://www.pmc-sierra.com/
9079 S:      Orphan
9080 F:      drivers/scsi/pmcraid.*
9081
9082 PMC SIERRA PM8001 DRIVER
9083 M:      Jack Wang <jinpu.wang@profitbricks.com>
9084 M:      lindar_liu@usish.com
9085 L:      pmchba@pmcs.com
9086 L:      linux-scsi@vger.kernel.org
9087 S:      Supported
9088 F:      drivers/scsi/pm8001/
9089
9090 POSIX CLOCKS and TIMERS
9091 M:      Thomas Gleixner <tglx@linutronix.de>
9092 L:      linux-kernel@vger.kernel.org
9093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9094 S:      Maintained
9095 F:      fs/timerfd.c
9096 F:      include/linux/timer*
9097 F:      kernel/time/*timer*
9098
9099 POWER MANAGEMENT CORE
9100 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9101 L:      linux-pm@vger.kernel.org
9102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
9103 S:      Supported
9104 F:      drivers/base/power/
9105 F:      include/linux/pm.h
9106 F:      include/linux/pm_*
9107 F:      include/linux/powercap.h
9108 F:      drivers/powercap/
9109
9110 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
9111 M:      Sebastian Reichel <sre@kernel.org>
9112 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
9113 M:      David Woodhouse <dwmw2@infradead.org>
9114 L:      linux-pm@vger.kernel.org
9115 T:      git git://git.infradead.org/battery-2.6.git
9116 S:      Maintained
9117 F:      include/linux/power_supply.h
9118 F:      drivers/power/
9119 X:      drivers/power/avs/
9120
9121 POWER STATE COORDINATION INTERFACE (PSCI)
9122 M:      Mark Rutland <mark.rutland@arm.com>
9123 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
9124 L:      linux-arm-kernel@lists.infradead.org
9125 S:      Maintained
9126 F:      drivers/firmware/psci.c
9127 F:      include/linux/psci.h
9128 F:      include/uapi/linux/psci.h
9129
9130 PNP SUPPORT
9131 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
9132 S:      Maintained
9133 F:      drivers/pnp/
9134
9135 PPP PROTOCOL DRIVERS AND COMPRESSORS
9136 M:      Paul Mackerras <paulus@samba.org>
9137 L:      linux-ppp@vger.kernel.org
9138 S:      Maintained
9139 F:      drivers/net/ppp/ppp_*
9140
9141 PPP OVER ATM (RFC 2364)
9142 M:      Mitchell Blank Jr <mitch@sfgoth.com>
9143 S:      Maintained
9144 F:      net/atm/pppoatm.c
9145 F:      include/uapi/linux/atmppp.h
9146
9147 PPP OVER ETHERNET
9148 M:      Michal Ostrowski <mostrows@earthlink.net>
9149 S:      Maintained
9150 F:      drivers/net/ppp/pppoe.c
9151 F:      drivers/net/ppp/pppox.c
9152
9153 PPP OVER L2TP
9154 M:      James Chapman <jchapman@katalix.com>
9155 S:      Maintained
9156 F:      net/l2tp/l2tp_ppp.c
9157 F:      include/linux/if_pppol2tp.h
9158 F:      include/uapi/linux/if_pppol2tp.h
9159
9160 PPS SUPPORT
9161 M:      Rodolfo Giometti <giometti@enneenne.com>
9162 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
9163 L:      linuxpps@ml.enneenne.com (subscribers-only)
9164 S:      Maintained
9165 F:      Documentation/pps/
9166 F:      drivers/pps/
9167 F:      include/linux/pps*.h
9168
9169 PPTP DRIVER
9170 M:      Dmitry Kozlov <xeb@mail.ru>
9171 L:      netdev@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/net/ppp/pptp.c
9174 W:      http://sourceforge.net/projects/accel-pptp
9175
9176 PREEMPTIBLE KERNEL
9177 M:      Robert Love <rml@tech9.net>
9178 L:      kpreempt-tech@lists.sourceforge.net
9179 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
9180 S:      Supported
9181 F:      Documentation/preempt-locking.txt
9182 F:      include/linux/preempt.h
9183
9184 PRISM54 WIRELESS DRIVER
9185 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
9186 L:      linux-wireless@vger.kernel.org
9187 W:      http://wireless.kernel.org/en/users/Drivers/p54
9188 S:      Obsolete
9189 F:      drivers/net/wireless/intersil/prism54/
9190
9191 PS3 NETWORK SUPPORT
9192 M:      Geoff Levand <geoff@infradead.org>
9193 L:      netdev@vger.kernel.org
9194 L:      linuxppc-dev@lists.ozlabs.org
9195 S:      Maintained
9196 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
9197
9198 PS3 PLATFORM SUPPORT
9199 M:      Geoff Levand <geoff@infradead.org>
9200 L:      linuxppc-dev@lists.ozlabs.org
9201 S:      Maintained
9202 F:      arch/powerpc/boot/ps3*
9203 F:      arch/powerpc/include/asm/lv1call.h
9204 F:      arch/powerpc/include/asm/ps3*.h
9205 F:      arch/powerpc/platforms/ps3/
9206 F:      drivers/*/ps3*
9207 F:      drivers/ps3/
9208 F:      drivers/rtc/rtc-ps3.c
9209 F:      drivers/usb/host/*ps3.c
9210 F:      sound/ppc/snd_ps3*
9211
9212 PS3VRAM DRIVER
9213 M:      Jim Paris <jim@jtan.com>
9214 M:      Geoff Levand <geoff@infradead.org>
9215 L:      linuxppc-dev@lists.ozlabs.org
9216 S:      Maintained
9217 F:      drivers/block/ps3vram.c
9218
9219 PSTORE FILESYSTEM
9220 M:      Anton Vorontsov <anton@enomsg.org>
9221 M:      Colin Cross <ccross@android.com>
9222 M:      Kees Cook <keescook@chromium.org>
9223 M:      Tony Luck <tony.luck@intel.com>
9224 S:      Maintained
9225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
9226 F:      fs/pstore/
9227 F:      include/linux/pstore*
9228 F:      drivers/firmware/efi/efi-pstore.c
9229 F:      drivers/acpi/apei/erst.c
9230
9231 PTP HARDWARE CLOCK SUPPORT
9232 M:      Richard Cochran <richardcochran@gmail.com>
9233 L:      netdev@vger.kernel.org
9234 S:      Maintained
9235 W:      http://linuxptp.sourceforge.net/
9236 F:      Documentation/ABI/testing/sysfs-ptp
9237 F:      Documentation/ptp/*
9238 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
9239 F:      drivers/net/phy/dp83640*
9240 F:      drivers/ptp/*
9241 F:      include/linux/ptp_cl*
9242
9243 PTRACE SUPPORT
9244 M:      Roland McGrath <roland@hack.frob.com>
9245 M:      Oleg Nesterov <oleg@redhat.com>
9246 S:      Maintained
9247 F:      include/asm-generic/syscall.h
9248 F:      include/linux/ptrace.h
9249 F:      include/linux/regset.h
9250 F:      include/linux/tracehook.h
9251 F:      include/uapi/linux/ptrace.h
9252 F:      kernel/ptrace.c
9253
9254 PVRUSB2 VIDEO4LINUX DRIVER
9255 M:      Mike Isely <isely@pobox.com>
9256 L:      pvrusb2@isely.net       (subscribers-only)
9257 L:      linux-media@vger.kernel.org
9258 W:      http://www.isely.net/pvrusb2/
9259 T:      git git://linuxtv.org/media_tree.git
9260 S:      Maintained
9261 F:      Documentation/video4linux/README.pvrusb2
9262 F:      drivers/media/usb/pvrusb2/
9263
9264 PWC WEBCAM DRIVER
9265 M:      Hans de Goede <hdegoede@redhat.com>
9266 L:      linux-media@vger.kernel.org
9267 T:      git git://linuxtv.org/media_tree.git
9268 S:      Maintained
9269 F:      drivers/media/usb/pwc/*
9270
9271 PWM FAN DRIVER
9272 M:      Kamil Debski <k.debski@samsung.com>
9273 L:      linux-hwmon@vger.kernel.org
9274 S:      Supported
9275 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
9276 F:      Documentation/hwmon/pwm-fan
9277 F:      drivers/hwmon/pwm-fan.c
9278
9279 PWM SUBSYSTEM
9280 M:      Thierry Reding <thierry.reding@gmail.com>
9281 L:      linux-pwm@vger.kernel.org
9282 S:      Maintained
9283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
9284 F:      Documentation/pwm.txt
9285 F:      Documentation/devicetree/bindings/pwm/
9286 F:      include/linux/pwm.h
9287 F:      drivers/pwm/
9288 F:      drivers/video/backlight/pwm_bl.c
9289 F:      include/linux/pwm_backlight.h
9290
9291 PXA2xx/PXA3xx SUPPORT
9292 M:      Daniel Mack <daniel@zonque.org>
9293 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9294 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9296 T:      git git://github.com/hzhuang1/linux.git
9297 T:      git git://github.com/rjarzmik/linux.git
9298 S:      Maintained
9299 F:      arch/arm/boot/dts/pxa*
9300 F:      arch/arm/mach-pxa/
9301 F:      drivers/dma/pxa*
9302 F:      drivers/pcmcia/pxa2xx*
9303 F:      drivers/pinctrl/pxa/
9304 F:      drivers/spi/spi-pxa2xx*
9305 F:      drivers/usb/gadget/udc/pxa2*
9306 F:      include/sound/pxa2xx-lib.h
9307 F:      sound/arm/pxa*
9308 F:      sound/soc/pxa/
9309
9310 PXA GPIO DRIVER
9311 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9312 L:      linux-gpio@vger.kernel.org
9313 S:      Maintained
9314 F:      drivers/gpio/gpio-pxa.c
9315
9316 PXA3xx NAND FLASH DRIVER
9317 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9318 L:      linux-mtd@lists.infradead.org
9319 S:      Maintained
9320 F:      drivers/mtd/nand/pxa3xx_nand.c
9321
9322 MMP SUPPORT
9323 M:      Eric Miao <eric.y.miao@gmail.com>
9324 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9326 T:      git git://github.com/hzhuang1/linux.git
9327 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9328 S:      Maintained
9329 F:      arch/arm/boot/dts/mmp*
9330 F:      arch/arm/mach-mmp/
9331
9332 PXA MMCI DRIVER
9333 S:      Orphan
9334
9335 PXA RTC DRIVER
9336 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9337 L:      rtc-linux@googlegroups.com
9338 S:      Maintained
9339
9340 QAT DRIVER
9341 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9342 L:      qat-linux@intel.com
9343 S:      Supported
9344 F:      drivers/crypto/qat/
9345
9346 QIB DRIVER
9347 M:      Mike Marciniszyn <infinipath@intel.com>
9348 L:      linux-rdma@vger.kernel.org
9349 S:      Supported
9350 F:      drivers/infiniband/hw/qib/
9351
9352 QLOGIC QLA1280 SCSI DRIVER
9353 M:      Michael Reed <mdr@sgi.com>
9354 L:      linux-scsi@vger.kernel.org
9355 S:      Maintained
9356 F:      drivers/scsi/qla1280.[ch]
9357
9358 QLOGIC QLA2XXX FC-SCSI DRIVER
9359 M:      qla2xxx-upstream@qlogic.com
9360 L:      linux-scsi@vger.kernel.org
9361 S:      Supported
9362 F:      Documentation/scsi/LICENSE.qla2xxx
9363 F:      drivers/scsi/qla2xxx/
9364
9365 QLOGIC QLA4XXX iSCSI DRIVER
9366 M:      QLogic-Storage-Upstream@qlogic.com
9367 L:      linux-scsi@vger.kernel.org
9368 S:      Supported
9369 F:      Documentation/scsi/LICENSE.qla4xxx
9370 F:      drivers/scsi/qla4xxx/
9371
9372 QLOGIC QLA3XXX NETWORK DRIVER
9373 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9374 M:      Ron Mercer <ron.mercer@qlogic.com>
9375 M:      linux-driver@qlogic.com
9376 L:      netdev@vger.kernel.org
9377 S:      Supported
9378 F:      Documentation/networking/LICENSE.qla3xxx
9379 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9380
9381 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9382 M:      Dept-GELinuxNICDev@qlogic.com
9383 L:      netdev@vger.kernel.org
9384 S:      Supported
9385 F:      drivers/net/ethernet/qlogic/qlcnic/
9386
9387 QLOGIC QLGE 10Gb ETHERNET DRIVER
9388 M:      Harish Patil <harish.patil@qlogic.com>
9389 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9390 M:      Dept-GELinuxNICDev@qlogic.com
9391 M:      linux-driver@qlogic.com
9392 L:      netdev@vger.kernel.org
9393 S:      Supported
9394 F:      drivers/net/ethernet/qlogic/qlge/
9395
9396 QLOGIC QL4xxx ETHERNET DRIVER
9397 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9398 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9399 M:      everest-linux-l2@qlogic.com
9400 L:      netdev@vger.kernel.org
9401 S:      Supported
9402 F:      drivers/net/ethernet/qlogic/qed/
9403 F:      include/linux/qed/
9404 F:      drivers/net/ethernet/qlogic/qede/
9405
9406 QNX4 FILESYSTEM
9407 M:      Anders Larsen <al@alarsen.net>
9408 W:      http://www.alarsen.net/linux/qnx4fs/
9409 S:      Maintained
9410 F:      fs/qnx4/
9411 F:      include/uapi/linux/qnx4_fs.h
9412 F:      include/uapi/linux/qnxtypes.h
9413
9414 QT1010 MEDIA DRIVER
9415 M:      Antti Palosaari <crope@iki.fi>
9416 L:      linux-media@vger.kernel.org
9417 W:      https://linuxtv.org
9418 W:      http://palosaari.fi/linux/
9419 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9420 T:      git git://linuxtv.org/anttip/media_tree.git
9421 S:      Maintained
9422 F:      drivers/media/tuners/qt1010*
9423
9424 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9425 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9426 L:      linux-wireless@vger.kernel.org
9427 L:      ath9k-devel@lists.ath9k.org
9428 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9429 S:      Supported
9430 F:      drivers/net/wireless/ath/ath9k/
9431
9432 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9433 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9434 L:      ath10k@lists.infradead.org
9435 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9437 S:      Supported
9438 F:      drivers/net/wireless/ath/ath10k/
9439
9440 QUALCOMM HEXAGON ARCHITECTURE
9441 M:      Richard Kuo <rkuo@codeaurora.org>
9442 L:      linux-hexagon@vger.kernel.org
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9444 S:      Supported
9445 F:      arch/hexagon/
9446
9447 QUALCOMM WCN36XX WIRELESS DRIVER
9448 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9449 L:      wcn36xx@lists.infradead.org
9450 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9451 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9452 S:      Supported
9453 F:      drivers/net/wireless/ath/wcn36xx/
9454
9455 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
9456 M:      Gabriel Somlo <somlo@cmu.edu>
9457 M:      "Michael S. Tsirkin" <mst@redhat.com>
9458 L:      qemu-devel@nongnu.org
9459 S:      Maintained
9460 F:      drivers/firmware/qemu_fw_cfg.c
9461
9462 RADOS BLOCK DEVICE (RBD)
9463 M:      Ilya Dryomov <idryomov@gmail.com>
9464 M:      Sage Weil <sage@redhat.com>
9465 M:      Alex Elder <elder@kernel.org>
9466 L:      ceph-devel@vger.kernel.org
9467 W:      http://ceph.com/
9468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9469 T:      git git://github.com/ceph/ceph-client.git
9470 S:      Supported
9471 F:      Documentation/ABI/testing/sysfs-bus-rbd
9472 F:      drivers/block/rbd.c
9473 F:      drivers/block/rbd_types.h
9474
9475 RADEON FRAMEBUFFER DISPLAY DRIVER
9476 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9477 L:      linux-fbdev@vger.kernel.org
9478 S:      Maintained
9479 F:      drivers/video/fbdev/aty/radeon*
9480 F:      include/uapi/linux/radeonfb.h
9481
9482 RADIOSHARK RADIO DRIVER
9483 M:      Hans de Goede <hdegoede@redhat.com>
9484 L:      linux-media@vger.kernel.org
9485 T:      git git://linuxtv.org/media_tree.git
9486 S:      Maintained
9487 F:      drivers/media/radio/radio-shark.c
9488
9489 RADIOSHARK2 RADIO DRIVER
9490 M:      Hans de Goede <hdegoede@redhat.com>
9491 L:      linux-media@vger.kernel.org
9492 T:      git git://linuxtv.org/media_tree.git
9493 S:      Maintained
9494 F:      drivers/media/radio/radio-shark2.c
9495 F:      drivers/media/radio/radio-tea5777.c
9496
9497 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9498 M:      Paul Mackerras <paulus@samba.org>
9499 L:      linux-fbdev@vger.kernel.org
9500 S:      Maintained
9501 F:      drivers/video/fbdev/aty/aty128fb.c
9502
9503 RALINK MIPS ARCHITECTURE
9504 M:      John Crispin <john@phrozen.org>
9505 L:      linux-mips@linux-mips.org
9506 S:      Maintained
9507 F:      arch/mips/ralink
9508
9509 RALINK RT2X00 WIRELESS LAN DRIVER
9510 P:      rt2x00 project
9511 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9512 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9513 L:      linux-wireless@vger.kernel.org
9514 S:      Maintained
9515 F:      drivers/net/wireless/ralink/rt2x00/
9516
9517 RAMDISK RAM BLOCK DEVICE DRIVER
9518 M:      Jens Axboe <axboe@kernel.dk>
9519 S:      Maintained
9520 F:      Documentation/blockdev/ramdisk.txt
9521 F:      drivers/block/brd.c
9522
9523 RANDOM NUMBER DRIVER
9524 M:      "Theodore Ts'o" <tytso@mit.edu>
9525 S:      Maintained
9526 F:      drivers/char/random.c
9527
9528 RAPIDIO SUBSYSTEM
9529 M:      Matt Porter <mporter@kernel.crashing.org>
9530 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9531 S:      Maintained
9532 F:      drivers/rapidio/
9533
9534 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9535 L:      linux-wireless@vger.kernel.org
9536 S:      Orphan
9537 F:      drivers/net/wireless/ray*
9538
9539 RCUTORTURE MODULE
9540 M:      Josh Triplett <josh@joshtriplett.org>
9541 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9542 L:      linux-kernel@vger.kernel.org
9543 S:      Supported
9544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9545 F:      Documentation/RCU/torture.txt
9546 F:      kernel/rcu/rcutorture.c
9547
9548 RCUTORTURE TEST FRAMEWORK
9549 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9550 M:      Josh Triplett <josh@joshtriplett.org>
9551 R:      Steven Rostedt <rostedt@goodmis.org>
9552 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9553 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9554 L:      linux-kernel@vger.kernel.org
9555 S:      Supported
9556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9557 F:      tools/testing/selftests/rcutorture
9558
9559 RDC R-321X SoC
9560 M:      Florian Fainelli <florian@openwrt.org>
9561 S:      Maintained
9562
9563 RDC R6040 FAST ETHERNET DRIVER
9564 M:      Florian Fainelli <f.fainelli@gmail.com>
9565 L:      netdev@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/net/ethernet/rdc/r6040.c
9568
9569 RDS - RELIABLE DATAGRAM SOCKETS
9570 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9571 L:      netdev@vger.kernel.org
9572 L:      linux-rdma@vger.kernel.org
9573 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9574 W:      https://oss.oracle.com/projects/rds/
9575 S:      Supported
9576 F:      net/rds/
9577 F:      Documentation/networking/rds.txt
9578
9579 RDMAVT - RDMA verbs software
9580 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9581 L:      linux-rdma@vger.kernel.org
9582 S:      Supported
9583 F:      drivers/infiniband/sw/rdmavt
9584
9585 READ-COPY UPDATE (RCU)
9586 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9587 M:      Josh Triplett <josh@joshtriplett.org>
9588 R:      Steven Rostedt <rostedt@goodmis.org>
9589 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9590 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9591 L:      linux-kernel@vger.kernel.org
9592 W:      http://www.rdrop.com/users/paulmck/RCU/
9593 S:      Supported
9594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9595 F:      Documentation/RCU/
9596 X:      Documentation/RCU/torture.txt
9597 F:      include/linux/rcu*
9598 X:      include/linux/srcu.h
9599 F:      kernel/rcu/
9600 X:      kernel/torture.c
9601
9602 REAL TIME CLOCK (RTC) SUBSYSTEM
9603 M:      Alessandro Zummo <a.zummo@towertech.it>
9604 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9605 L:      rtc-linux@googlegroups.com
9606 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9608 S:      Maintained
9609 F:      Documentation/rtc.txt
9610 F:      drivers/rtc/
9611 F:      include/linux/rtc.h
9612 F:      include/uapi/linux/rtc.h
9613
9614 REALTEK AUDIO CODECS
9615 M:      Bard Liao <bardliao@realtek.com>
9616 M:      Oder Chiou <oder_chiou@realtek.com>
9617 S:      Maintained
9618 F:      sound/soc/codecs/rt*
9619 F:      include/sound/rt*.h
9620
9621 REISERFS FILE SYSTEM
9622 L:      reiserfs-devel@vger.kernel.org
9623 S:      Supported
9624 F:      fs/reiserfs/
9625
9626 REGISTER MAP ABSTRACTION
9627 M:      Mark Brown <broonie@kernel.org>
9628 L:      linux-kernel@vger.kernel.org
9629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9630 S:      Supported
9631 F:      drivers/base/regmap/
9632 F:      include/linux/regmap.h
9633
9634 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9635 M:      Ohad Ben-Cohen <ohad@wizery.com>
9636 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9637 L:      linux-remoteproc@vger.kernel.org
9638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9639 S:      Maintained
9640 F:      drivers/remoteproc/
9641 F:      Documentation/remoteproc.txt
9642 F:      include/linux/remoteproc.h
9643
9644 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9645 M:      Ohad Ben-Cohen <ohad@wizery.com>
9646 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9647 L:      linux-remoteproc@vger.kernel.org
9648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9649 S:      Maintained
9650 F:      drivers/rpmsg/
9651 F:      Documentation/rpmsg.txt
9652 F:      include/linux/rpmsg.h
9653
9654 RENESAS ETHERNET DRIVERS
9655 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9656 L:      netdev@vger.kernel.org
9657 L:      linux-renesas-soc@vger.kernel.org
9658 F:      drivers/net/ethernet/renesas/
9659 F:      include/linux/sh_eth.h
9660
9661 RENESAS USB2 PHY DRIVER
9662 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9663 L:      linux-renesas-soc@vger.kernel.org
9664 S:      Maintained
9665 F:      drivers/phy/phy-rcar-gen3-usb2.c
9666
9667 RESET CONTROLLER FRAMEWORK
9668 M:      Philipp Zabel <p.zabel@pengutronix.de>
9669 T:      git git://git.pengutronix.de/git/pza/linux
9670 S:      Maintained
9671 F:      drivers/reset/
9672 F:      Documentation/devicetree/bindings/reset/
9673 F:      include/dt-bindings/reset/
9674 F:      include/linux/reset.h
9675 F:      include/linux/reset-controller.h
9676
9677 RFKILL
9678 M:      Johannes Berg <johannes@sipsolutions.net>
9679 L:      linux-wireless@vger.kernel.org
9680 W:      http://wireless.kernel.org/
9681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9683 S:      Maintained
9684 F:      Documentation/rfkill.txt
9685 F:      net/rfkill/
9686
9687 RHASHTABLE
9688 M:      Thomas Graf <tgraf@suug.ch>
9689 L:      netdev@vger.kernel.org
9690 S:      Maintained
9691 F:      lib/rhashtable.c
9692 F:      include/linux/rhashtable.h
9693
9694 RICOH SMARTMEDIA/XD DRIVER
9695 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9696 S:      Maintained
9697 F:      drivers/mtd/nand/r852.c
9698 F:      drivers/mtd/nand/r852.h
9699
9700 RICOH R5C592 MEMORYSTICK DRIVER
9701 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9702 S:      Maintained
9703 F:      drivers/memstick/host/r592.*
9704
9705 ROCCAT DRIVERS
9706 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9707 W:      http://sourceforge.net/projects/roccat/
9708 S:      Maintained
9709 F:      drivers/hid/hid-roccat*
9710 F:      include/linux/hid-roccat*
9711 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9712
9713 ROCKER DRIVER
9714 M:      Jiri Pirko <jiri@resnulli.us>
9715 L:      netdev@vger.kernel.org
9716 S:      Supported
9717 F:      drivers/net/ethernet/rocker/
9718
9719 ROCKETPORT DRIVER
9720 P:      Comtrol Corp.
9721 W:      http://www.comtrol.com
9722 S:      Maintained
9723 F:      Documentation/serial/rocket.txt
9724 F:      drivers/tty/rocket*
9725
9726 ROCKETPORT EXPRESS/INFINITY DRIVER
9727 M:      Kevin Cernekee <cernekee@gmail.com>
9728 L:      linux-serial@vger.kernel.org
9729 S:      Odd Fixes
9730 F:      drivers/tty/serial/rp2.*
9731
9732 ROSE NETWORK LAYER
9733 M:      Ralf Baechle <ralf@linux-mips.org>
9734 L:      linux-hams@vger.kernel.org
9735 W:      http://www.linux-ax25.org/
9736 S:      Maintained
9737 F:      include/net/rose.h
9738 F:      include/uapi/linux/rose.h
9739 F:      net/rose/
9740
9741 RTL2830 MEDIA DRIVER
9742 M:      Antti Palosaari <crope@iki.fi>
9743 L:      linux-media@vger.kernel.org
9744 W:      https://linuxtv.org
9745 W:      http://palosaari.fi/linux/
9746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9747 T:      git git://linuxtv.org/anttip/media_tree.git
9748 S:      Maintained
9749 F:      drivers/media/dvb-frontends/rtl2830*
9750
9751 RTL2832 MEDIA DRIVER
9752 M:      Antti Palosaari <crope@iki.fi>
9753 L:      linux-media@vger.kernel.org
9754 W:      https://linuxtv.org
9755 W:      http://palosaari.fi/linux/
9756 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9757 T:      git git://linuxtv.org/anttip/media_tree.git
9758 S:      Maintained
9759 F:      drivers/media/dvb-frontends/rtl2832*
9760
9761 RTL2832_SDR MEDIA DRIVER
9762 M:      Antti Palosaari <crope@iki.fi>
9763 L:      linux-media@vger.kernel.org
9764 W:      https://linuxtv.org
9765 W:      http://palosaari.fi/linux/
9766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9767 T:      git git://linuxtv.org/anttip/media_tree.git
9768 S:      Maintained
9769 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9770
9771 RTL8180 WIRELESS DRIVER
9772 L:      linux-wireless@vger.kernel.org
9773 W:      http://wireless.kernel.org/
9774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9775 S:      Orphan
9776 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9777
9778 RTL8187 WIRELESS DRIVER
9779 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9780 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9781 M:      Larry Finger <Larry.Finger@lwfinger.net>
9782 L:      linux-wireless@vger.kernel.org
9783 W:      http://wireless.kernel.org/
9784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9785 S:      Maintained
9786 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9787
9788 RTL8192CE WIRELESS DRIVER
9789 M:      Larry Finger <Larry.Finger@lwfinger.net>
9790 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9791 L:      linux-wireless@vger.kernel.org
9792 W:      http://wireless.kernel.org/
9793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9794 S:      Maintained
9795 F:      drivers/net/wireless/realtek/rtlwifi/
9796 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9797
9798 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9799 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9800 L:      linux-wireless@vger.kernel.org
9801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
9802 S:      Maintained
9803 F:      drivers/net/wireless/realtek/rtl8xxxu/
9804
9805 S3 SAVAGE FRAMEBUFFER DRIVER
9806 M:      Antonino Daplas <adaplas@gmail.com>
9807 L:      linux-fbdev@vger.kernel.org
9808 S:      Maintained
9809 F:      drivers/video/fbdev/savage/
9810
9811 S390
9812 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9813 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9814 L:      linux-s390@vger.kernel.org
9815 W:      http://www.ibm.com/developerworks/linux/linux390/
9816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9817 S:      Supported
9818 F:      arch/s390/
9819 F:      drivers/s390/
9820 F:      Documentation/s390/
9821 F:      Documentation/DocBook/s390*
9822
9823 S390 COMMON I/O LAYER
9824 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9825 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9826 L:      linux-s390@vger.kernel.org
9827 W:      http://www.ibm.com/developerworks/linux/linux390/
9828 S:      Supported
9829 F:      drivers/s390/cio/
9830
9831 S390 DASD DRIVER
9832 M:      Stefan Weinhuber <wein@de.ibm.com>
9833 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9834 L:      linux-s390@vger.kernel.org
9835 W:      http://www.ibm.com/developerworks/linux/linux390/
9836 S:      Supported
9837 F:      drivers/s390/block/dasd*
9838 F:      block/partitions/ibm.c
9839
9840 S390 NETWORK DRIVERS
9841 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9842 L:      linux-s390@vger.kernel.org
9843 W:      http://www.ibm.com/developerworks/linux/linux390/
9844 S:      Supported
9845 F:      drivers/s390/net/
9846
9847 S390 PCI SUBSYSTEM
9848 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9849 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9850 L:      linux-s390@vger.kernel.org
9851 W:      http://www.ibm.com/developerworks/linux/linux390/
9852 S:      Supported
9853 F:      arch/s390/pci/
9854 F:      drivers/pci/hotplug/s390_pci_hpc.c
9855
9856 S390 ZCRYPT DRIVER
9857 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9858 L:      linux-s390@vger.kernel.org
9859 W:      http://www.ibm.com/developerworks/linux/linux390/
9860 S:      Supported
9861 F:      drivers/s390/crypto/
9862
9863 S390 ZFCP DRIVER
9864 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9865 L:      linux-s390@vger.kernel.org
9866 W:      http://www.ibm.com/developerworks/linux/linux390/
9867 S:      Supported
9868 F:      drivers/s390/scsi/zfcp_*
9869
9870 S390 IUCV NETWORK LAYER
9871 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9872 L:      linux-s390@vger.kernel.org
9873 W:      http://www.ibm.com/developerworks/linux/linux390/
9874 S:      Supported
9875 F:      drivers/s390/net/*iucv*
9876 F:      include/net/iucv/
9877 F:      net/iucv/
9878
9879 S390 IOMMU (PCI)
9880 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9881 L:      linux-s390@vger.kernel.org
9882 W:      http://www.ibm.com/developerworks/linux/linux390/
9883 S:      Supported
9884 F:      drivers/iommu/s390-iommu.c
9885
9886 S3C24XX SD/MMC Driver
9887 M:      Ben Dooks <ben-linux@fluff.org>
9888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9889 S:      Supported
9890 F:      drivers/mmc/host/s3cmci.*
9891
9892 SAA6588 RDS RECEIVER DRIVER
9893 M:      Hans Verkuil <hverkuil@xs4all.nl>
9894 L:      linux-media@vger.kernel.org
9895 T:      git git://linuxtv.org/media_tree.git
9896 W:      https://linuxtv.org
9897 S:      Odd Fixes
9898 F:      drivers/media/i2c/saa6588*
9899
9900 SAA7134 VIDEO4LINUX DRIVER
9901 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
9902 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
9903 L:      linux-media@vger.kernel.org
9904 W:      https://linuxtv.org
9905 T:      git git://linuxtv.org/media_tree.git
9906 S:      Odd fixes
9907 F:      Documentation/video4linux/*.saa7134
9908 F:      drivers/media/pci/saa7134/
9909
9910 SAA7146 VIDEO4LINUX-2 DRIVER
9911 M:      Hans Verkuil <hverkuil@xs4all.nl>
9912 L:      linux-media@vger.kernel.org
9913 T:      git git://linuxtv.org/media_tree.git
9914 S:      Maintained
9915 F:      drivers/media/common/saa7146/
9916 F:      drivers/media/pci/saa7146/
9917 F:      include/media/saa7146*
9918
9919 SAMSUNG LAPTOP DRIVER
9920 M:      Corentin Chary <corentin.chary@gmail.com>
9921 L:      platform-driver-x86@vger.kernel.org
9922 S:      Maintained
9923 F:      drivers/platform/x86/samsung-laptop.c
9924
9925 SAMSUNG AUDIO (ASoC) DRIVERS
9926 M:      Sangbeom Kim <sbkim73@samsung.com>
9927 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9928 S:      Supported
9929 F:      sound/soc/samsung/
9930
9931 SAMSUNG FRAMEBUFFER DRIVER
9932 M:      Jingoo Han <jingoohan1@gmail.com>
9933 L:      linux-fbdev@vger.kernel.org
9934 S:      Maintained
9935 F:      drivers/video/fbdev/s3c-fb.c
9936
9937 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9938 M:      Sangbeom Kim <sbkim73@samsung.com>
9939 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9940 L:      linux-kernel@vger.kernel.org
9941 L:      linux-samsung-soc@vger.kernel.org
9942 S:      Supported
9943 F:      drivers/mfd/sec*.c
9944 F:      drivers/regulator/s2m*.c
9945 F:      drivers/regulator/s5m*.c
9946 F:      drivers/clk/clk-s2mps11.c
9947 F:      drivers/rtc/rtc-s5m.c
9948 F:      include/linux/mfd/samsung/
9949 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9950 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9951 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9952 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9953
9954 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9955 M:      Kyungmin Park <kyungmin.park@samsung.com>
9956 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9957 L:      linux-media@vger.kernel.org
9958 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9959 S:      Supported
9960 F:      drivers/media/platform/exynos4-is/
9961
9962 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9963 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9964 L:      linux-media@vger.kernel.org
9965 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9966 S:      Maintained
9967 F:      drivers/media/platform/s3c-camif/
9968 F:      include/media/drv-intf/s3c_camif.h
9969
9970 SAMSUNG S5C73M3 CAMERA DRIVER
9971 M:      Kyungmin Park <kyungmin.park@samsung.com>
9972 M:      Andrzej Hajda <a.hajda@samsung.com>
9973 L:      linux-media@vger.kernel.org
9974 S:      Supported
9975 F:      drivers/media/i2c/s5c73m3/*
9976
9977 SAMSUNG S5K5BAF CAMERA DRIVER
9978 M:      Kyungmin Park <kyungmin.park@samsung.com>
9979 M:      Andrzej Hajda <a.hajda@samsung.com>
9980 L:      linux-media@vger.kernel.org
9981 S:      Supported
9982 F:      drivers/media/i2c/s5k5baf.c
9983
9984 SAMSUNG S3FWRN5 NFC DRIVER
9985 M:      Robert Baldyga <r.baldyga@samsung.com>
9986 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9987 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9988 S:      Supported
9989 F:      drivers/nfc/s3fwrn5
9990
9991 SAMSUNG SOC CLOCK DRIVERS
9992 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9993 M:      Tomasz Figa <tomasz.figa@gmail.com>
9994 S:      Supported
9995 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9996 F:      drivers/clk/samsung/
9997
9998 SAMSUNG SXGBE DRIVERS
9999 M:      Byungho An <bh74.an@samsung.com>
10000 M:      Girish K S <ks.giri@samsung.com>
10001 M:      Vipul Pandya <vipul.pandya@samsung.com>
10002 S:      Supported
10003 L:      netdev@vger.kernel.org
10004 F:      drivers/net/ethernet/samsung/sxgbe/
10005
10006 SAMSUNG THERMAL DRIVER
10007 M:      Lukasz Majewski <l.majewski@samsung.com>
10008 L:      linux-pm@vger.kernel.org
10009 L:      linux-samsung-soc@vger.kernel.org
10010 S:      Supported
10011 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
10012 F:      drivers/thermal/samsung/
10013
10014 SAMSUNG USB2 PHY DRIVER
10015 M:      Kamil Debski <k.debski@samsung.com>
10016 L:      linux-kernel@vger.kernel.org
10017 S:      Supported
10018 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
10019 F:      Documentation/phy/samsung-usb2.txt
10020 F:      drivers/phy/phy-exynos4210-usb2.c
10021 F:      drivers/phy/phy-exynos4x12-usb2.c
10022 F:      drivers/phy/phy-exynos5250-usb2.c
10023 F:      drivers/phy/phy-s5pv210-usb2.c
10024 F:      drivers/phy/phy-samsung-usb2.c
10025 F:      drivers/phy/phy-samsung-usb2.h
10026
10027 SERIAL DRIVERS
10028 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10029 L:      linux-serial@vger.kernel.org
10030 S:      Maintained
10031 F:      drivers/tty/serial/
10032
10033 SYNOPSYS DESIGNWARE DMAC DRIVER
10034 M:      Viresh Kumar <vireshk@kernel.org>
10035 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10036 S:      Maintained
10037 F:      include/linux/dma/dw.h
10038 F:      include/linux/platform_data/dma-dw.h
10039 F:      drivers/dma/dw/
10040
10041 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
10042 M: Lars Persson <lars.persson@axis.com>
10043 L: netdev@vger.kernel.org
10044 S: Supported
10045 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
10046 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
10047
10048 SYNOPSYS DESIGNWARE I2C DRIVER
10049 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
10050 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
10051 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
10052 L:      linux-i2c@vger.kernel.org
10053 S:      Maintained
10054 F:      drivers/i2c/busses/i2c-designware-*
10055 F:      include/linux/platform_data/i2c-designware.h
10056
10057 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
10058 M:      Jaehoon Chung <jh80.chung@samsung.com>
10059 L:      linux-mmc@vger.kernel.org
10060 S:      Maintained
10061 F:      include/linux/mmc/dw_mmc.h
10062 F:      drivers/mmc/host/dw_mmc*
10063
10064 SYSTEM TRACE MODULE CLASS
10065 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10066 S:      Maintained
10067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
10068 F:      Documentation/trace/stm.txt
10069 F:      drivers/hwtracing/stm/
10070 F:      include/linux/stm.h
10071 F:      include/uapi/linux/stm.h
10072
10073 THUNDERBOLT DRIVER
10074 M:      Andreas Noever <andreas.noever@gmail.com>
10075 S:      Maintained
10076 F:      drivers/thunderbolt/
10077
10078 TI BQ27XXX POWER SUPPLY DRIVER
10079 R:      Andrew F. Davis <afd@ti.com>
10080 F:      include/linux/power/bq27xxx_battery.h
10081 F:      drivers/power/bq27xxx_battery.c
10082 F:      drivers/power/bq27xxx_battery_i2c.c
10083
10084 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
10085 M:      John Stultz <john.stultz@linaro.org>
10086 M:      Thomas Gleixner <tglx@linutronix.de>
10087 L:      linux-kernel@vger.kernel.org
10088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10089 S:      Supported
10090 F:      include/linux/clocksource.h
10091 F:      include/linux/time.h
10092 F:      include/linux/timex.h
10093 F:      include/uapi/linux/time.h
10094 F:      include/uapi/linux/timex.h
10095 F:      kernel/time/clocksource.c
10096 F:      kernel/time/time*.c
10097 F:      kernel/time/alarmtimer.c
10098 F:      kernel/time/ntp.c
10099 F:      tools/testing/selftests/timers/
10100
10101 SC1200 WDT DRIVER
10102 M:      Zwane Mwaikambo <zwanem@gmail.com>
10103 S:      Maintained
10104 F:      drivers/watchdog/sc1200wdt.c
10105
10106 SCHEDULER
10107 M:      Ingo Molnar <mingo@redhat.com>
10108 M:      Peter Zijlstra <peterz@infradead.org>
10109 L:      linux-kernel@vger.kernel.org
10110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10111 S:      Maintained
10112 F:      kernel/sched/
10113 F:      include/linux/sched.h
10114 F:      include/uapi/linux/sched.h
10115 F:      include/linux/wait.h
10116
10117 SCORE ARCHITECTURE
10118 M:      Chen Liqin <liqin.linux@gmail.com>
10119 M:      Lennox Wu <lennox.wu@gmail.com>
10120 W:      http://www.sunplus.com
10121 S:      Supported
10122 F:      arch/score/
10123
10124 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
10125 M:      Sudeep Holla <sudeep.holla@arm.com>
10126 L:      linux-arm-kernel@lists.infradead.org
10127 S:      Maintained
10128 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
10129 F:      drivers/clk/clk-scpi.c
10130 F:      drivers/cpufreq/scpi-cpufreq.c
10131 F:      drivers/firmware/arm_scpi.c
10132 F:      include/linux/scpi_protocol.h
10133
10134 SCSI CDROM DRIVER
10135 M:      Jens Axboe <axboe@kernel.dk>
10136 L:      linux-scsi@vger.kernel.org
10137 W:      http://www.kernel.dk
10138 S:      Maintained
10139 F:      drivers/scsi/sr*
10140
10141 SCSI RDMA PROTOCOL (SRP) INITIATOR
10142 M:      Bart Van Assche <bart.vanassche@sandisk.com>
10143 L:      linux-rdma@vger.kernel.org
10144 S:      Supported
10145 W:      http://www.openfabrics.org
10146 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
10148 F:      drivers/infiniband/ulp/srp/
10149 F:      include/scsi/srp.h
10150
10151 SCSI SG DRIVER
10152 M:      Doug Gilbert <dgilbert@interlog.com>
10153 L:      linux-scsi@vger.kernel.org
10154 W:      http://sg.danny.cz/sg
10155 S:      Maintained
10156 F:      Documentation/scsi/scsi-generic.txt
10157 F:      drivers/scsi/sg.c
10158 F:      include/scsi/sg.h
10159
10160 SCSI SUBSYSTEM
10161 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
10162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
10163 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
10164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
10165 L:      linux-scsi@vger.kernel.org
10166 S:      Maintained
10167 F:      drivers/scsi/
10168 F:      include/scsi/
10169
10170 SCSI TAPE DRIVER
10171 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
10172 L:      linux-scsi@vger.kernel.org
10173 S:      Maintained
10174 F:      Documentation/scsi/st.txt
10175 F:      drivers/scsi/st.*
10176 F:      drivers/scsi/st_*.h
10177
10178 SCTP PROTOCOL
10179 M:      Vlad Yasevich <vyasevich@gmail.com>
10180 M:      Neil Horman <nhorman@tuxdriver.com>
10181 L:      linux-sctp@vger.kernel.org
10182 W:      http://lksctp.sourceforge.net
10183 S:      Maintained
10184 F:      Documentation/networking/sctp.txt
10185 F:      include/linux/sctp.h
10186 F:      include/uapi/linux/sctp.h
10187 F:      include/net/sctp/
10188 F:      net/sctp/
10189
10190 SCx200 CPU SUPPORT
10191 M:      Jim Cromie <jim.cromie@gmail.com>
10192 S:      Odd Fixes
10193 F:      Documentation/i2c/busses/scx200_acb
10194 F:      arch/x86/platform/scx200/
10195 F:      drivers/watchdog/scx200_wdt.c
10196 F:      drivers/i2c/busses/scx200*
10197 F:      drivers/mtd/maps/scx200_docflash.c
10198 F:      include/linux/scx200.h
10199
10200 SCx200 GPIO DRIVER
10201 M:      Jim Cromie <jim.cromie@gmail.com>
10202 S:      Maintained
10203 F:      drivers/char/scx200_gpio.c
10204 F:      include/linux/scx200_gpio.h
10205
10206 SCx200 HRT CLOCKSOURCE DRIVER
10207 M:      Jim Cromie <jim.cromie@gmail.com>
10208 S:      Maintained
10209 F:      drivers/clocksource/scx200_hrt.c
10210
10211 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
10212 M:      Sascha Sommer <saschasommer@freenet.de>
10213 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
10214 S:      Maintained
10215 F:      drivers/mmc/host/sdricoh_cs.c
10216
10217 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
10218 M:      Adrian Hunter <adrian.hunter@intel.com>
10219 L:      linux-mmc@vger.kernel.org
10220 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
10221 S:      Maintained
10222 F:      drivers/mmc/host/sdhci*
10223 F:      include/linux/mmc/sdhci*
10224
10225 SECURE COMPUTING
10226 M:      Kees Cook <keescook@chromium.org>
10227 R:      Andy Lutomirski <luto@amacapital.net>
10228 R:      Will Drewry <wad@chromium.org>
10229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
10230 S:      Supported
10231 F:      kernel/seccomp.c
10232 F:      include/uapi/linux/seccomp.h
10233 F:      include/linux/seccomp.h
10234 F:      tools/testing/selftests/seccomp/*
10235 K:      \bsecure_computing
10236 K:      \bTIF_SECCOMP\b
10237
10238 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
10239 M:      Ben Dooks <ben-linux@fluff.org>
10240 M:      Jaehoon Chung <jh80.chung@samsung.com>
10241 L:      linux-mmc@vger.kernel.org
10242 S:      Maintained
10243 F:      drivers/mmc/host/sdhci-s3c*
10244
10245 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
10246 M:      Viresh Kumar <vireshk@kernel.org>
10247 L:      linux-mmc@vger.kernel.org
10248 S:      Maintained
10249 F:      drivers/mmc/host/sdhci-spear.c
10250
10251 SECURITY SUBSYSTEM
10252 M:      James Morris <james.l.morris@oracle.com>
10253 M:      "Serge E. Hallyn" <serge@hallyn.com>
10254 L:      linux-security-module@vger.kernel.org (suggested Cc:)
10255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
10256 W:      http://kernsec.org/
10257 S:      Supported
10258 F:      security/
10259
10260 SECURITY CONTACT
10261 M:      Security Officers <security@kernel.org>
10262 S:      Supported
10263
10264 SELINUX SECURITY MODULE
10265 M:      Paul Moore <paul@paul-moore.com>
10266 M:      Stephen Smalley <sds@tycho.nsa.gov>
10267 M:      Eric Paris <eparis@parisplace.org>
10268 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
10269 W:      http://selinuxproject.org
10270 T:      git git://git.infradead.org/users/pcmoore/selinux
10271 S:      Supported
10272 F:      include/linux/selinux*
10273 F:      security/selinux/
10274 F:      scripts/selinux/
10275
10276 APPARMOR SECURITY MODULE
10277 M:      John Johansen <john.johansen@canonical.com>
10278 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
10279 W:      apparmor.wiki.kernel.org
10280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
10281 S:      Supported
10282 F:      security/apparmor/
10283
10284 LOADPIN SECURITY MODULE
10285 M:      Kees Cook <keescook@chromium.org>
10286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10287 S:      Supported
10288 F:      security/loadpin/
10289
10290 YAMA SECURITY MODULE
10291 M:      Kees Cook <keescook@chromium.org>
10292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
10293 S:      Supported
10294 F:      security/yama/
10295
10296 SENSABLE PHANTOM
10297 M:      Jiri Slaby <jirislaby@gmail.com>
10298 S:      Maintained
10299 F:      drivers/misc/phantom.c
10300 F:      include/uapi/linux/phantom.h
10301
10302 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
10303 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
10304 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
10305 M:      John Soni Jose <sony.john@avagotech.com>
10306 L:      linux-scsi@vger.kernel.org
10307 W:      http://www.avagotech.com
10308 S:      Supported
10309 F:      drivers/scsi/be2iscsi/
10310
10311 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
10312 M:      Sathya Perla <sathya.perla@broadcom.com>
10313 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
10314 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
10315 M:      Somnath Kotur <somnath.kotur@broadcom.com>
10316 L:      netdev@vger.kernel.org
10317 W:      http://www.emulex.com
10318 S:      Supported
10319 F:      drivers/net/ethernet/emulex/benet/
10320
10321 EMULEX ONECONNECT ROCE DRIVER
10322 M:      Selvin Xavier <selvin.xavier@avagotech.com>
10323 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10324 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10325 L:      linux-rdma@vger.kernel.org
10326 W:      http://www.emulex.com
10327 S:      Supported
10328 F:      drivers/infiniband/hw/ocrdma/
10329
10330 SFC NETWORK DRIVER
10331 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10332 M:      Edward Cree <ecree@solarflare.com>
10333 M:      Bert Kenward <bkenward@solarflare.com>
10334 L:      netdev@vger.kernel.org
10335 S:      Supported
10336 F:      drivers/net/ethernet/sfc/
10337
10338 SGI GRU DRIVER
10339 M:      Dimitri Sivanich <sivanich@sgi.com>
10340 S:      Maintained
10341 F:      drivers/misc/sgi-gru/
10342
10343 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10344 M:      Pat Gefre <pfg@sgi.com>
10345 L:      linux-ia64@vger.kernel.org
10346 S:      Supported
10347 F:      Documentation/ia64/serial.txt
10348 F:      drivers/tty/serial/ioc?_serial.c
10349 F:      include/linux/ioc?.h
10350
10351 SGI XP/XPC/XPNET DRIVER
10352 M:      Cliff Whickman <cpw@sgi.com>
10353 M:      Robin Holt <robinmholt@gmail.com>
10354 S:      Maintained
10355 F:      drivers/misc/sgi-xp/
10356
10357 SI2157 MEDIA DRIVER
10358 M:      Antti Palosaari <crope@iki.fi>
10359 L:      linux-media@vger.kernel.org
10360 W:      https://linuxtv.org
10361 W:      http://palosaari.fi/linux/
10362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10363 T:      git git://linuxtv.org/anttip/media_tree.git
10364 S:      Maintained
10365 F:      drivers/media/tuners/si2157*
10366
10367 SI2168 MEDIA DRIVER
10368 M:      Antti Palosaari <crope@iki.fi>
10369 L:      linux-media@vger.kernel.org
10370 W:      https://linuxtv.org
10371 W:      http://palosaari.fi/linux/
10372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10373 T:      git git://linuxtv.org/anttip/media_tree.git
10374 S:      Maintained
10375 F:      drivers/media/dvb-frontends/si2168*
10376
10377 SI470X FM RADIO RECEIVER I2C DRIVER
10378 M:      Hans Verkuil <hverkuil@xs4all.nl>
10379 L:      linux-media@vger.kernel.org
10380 T:      git git://linuxtv.org/media_tree.git
10381 W:      https://linuxtv.org
10382 S:      Odd Fixes
10383 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10384
10385 SI470X FM RADIO RECEIVER USB DRIVER
10386 M:      Hans Verkuil <hverkuil@xs4all.nl>
10387 L:      linux-media@vger.kernel.org
10388 T:      git git://linuxtv.org/media_tree.git
10389 W:      https://linuxtv.org
10390 S:      Maintained
10391 F:      drivers/media/radio/si470x/radio-si470x-common.c
10392 F:      drivers/media/radio/si470x/radio-si470x.h
10393 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10394
10395 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10396 M:      Eduardo Valentin <edubezval@gmail.com>
10397 L:      linux-media@vger.kernel.org
10398 T:      git git://linuxtv.org/media_tree.git
10399 W:      https://linuxtv.org
10400 S:      Odd Fixes
10401 F:      drivers/media/radio/si4713/si4713.?
10402
10403 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10404 M:      Eduardo Valentin <edubezval@gmail.com>
10405 L:      linux-media@vger.kernel.org
10406 T:      git git://linuxtv.org/media_tree.git
10407 W:      https://linuxtv.org
10408 S:      Odd Fixes
10409 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10410
10411 SI4713 FM RADIO TRANSMITTER USB DRIVER
10412 M:      Hans Verkuil <hverkuil@xs4all.nl>
10413 L:      linux-media@vger.kernel.org
10414 T:      git git://linuxtv.org/media_tree.git
10415 W:      https://linuxtv.org
10416 S:      Maintained
10417 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10418
10419 SIANO DVB DRIVER
10420 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
10421 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10422 L:      linux-media@vger.kernel.org
10423 W:      https://linuxtv.org
10424 T:      git git://linuxtv.org/media_tree.git
10425 S:      Odd fixes
10426 F:      drivers/media/common/siano/
10427 F:      drivers/media/usb/siano/
10428 F:      drivers/media/usb/siano/
10429 F:      drivers/media/mmc/siano/
10430
10431 SIMPLEFB FB DRIVER
10432 M:      Hans de Goede <hdegoede@redhat.com>
10433 L:      linux-fbdev@vger.kernel.org
10434 S:      Maintained
10435 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10436 F:      drivers/video/fbdev/simplefb.c
10437 F:      include/linux/platform_data/simplefb.h
10438
10439 SH_VEU V4L2 MEM2MEM DRIVER
10440 L:      linux-media@vger.kernel.org
10441 S:      Orphan
10442 F:      drivers/media/platform/sh_veu.c
10443
10444 SH_VOU V4L2 OUTPUT DRIVER
10445 L:      linux-media@vger.kernel.org
10446 S:      Orphan
10447 F:      drivers/media/platform/sh_vou.c
10448 F:      include/media/drv-intf/sh_vou.h
10449
10450 SIMPLE FIRMWARE INTERFACE (SFI)
10451 M:      Len Brown <lenb@kernel.org>
10452 L:      sfi-devel@simplefirmware.org
10453 W:      http://simplefirmware.org/
10454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10455 S:      Supported
10456 F:      arch/x86/platform/sfi/
10457 F:      drivers/sfi/
10458 F:      include/linux/sfi*.h
10459
10460 SIMTEC EB110ATX (Chalice CATS)
10461 P:      Ben Dooks
10462 P:      Vincent Sanders <vince@simtec.co.uk>
10463 M:      Simtec Linux Team <linux@simtec.co.uk>
10464 W:      http://www.simtec.co.uk/products/EB110ATX/
10465 S:      Supported
10466
10467 SIMTEC EB2410ITX (BAST)
10468 P:      Ben Dooks
10469 P:      Vincent Sanders <vince@simtec.co.uk>
10470 M:      Simtec Linux Team <linux@simtec.co.uk>
10471 W:      http://www.simtec.co.uk/products/EB2410ITX/
10472 S:      Supported
10473 F:      arch/arm/mach-s3c24xx/mach-bast.c
10474 F:      arch/arm/mach-s3c24xx/bast-ide.c
10475 F:      arch/arm/mach-s3c24xx/bast-irq.c
10476
10477 TI DAVINCI MACHINE SUPPORT
10478 M:      Sekhar Nori <nsekhar@ti.com>
10479 M:      Kevin Hilman <khilman@kernel.org>
10480 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
10482 S:      Supported
10483 F:      arch/arm/mach-davinci/
10484 F:      drivers/i2c/busses/i2c-davinci.c
10485
10486 TI DAVINCI SERIES MEDIA DRIVER
10487 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10488 L:      linux-media@vger.kernel.org
10489 W:      https://linuxtv.org
10490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10491 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10492 S:      Maintained
10493 F:      drivers/media/platform/davinci/
10494 F:      include/media/davinci/
10495
10496 TI AM437X VPFE DRIVER
10497 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10498 L:      linux-media@vger.kernel.org
10499 W:      https://linuxtv.org
10500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10501 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10502 S:      Maintained
10503 F:      drivers/media/platform/am437x/
10504
10505 OV2659 OMNIVISION SENSOR DRIVER
10506 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10507 L:      linux-media@vger.kernel.org
10508 W:      https://linuxtv.org
10509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10510 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10511 S:      Maintained
10512 F:      drivers/media/i2c/ov2659.c
10513 F:      include/media/i2c/ov2659.h
10514
10515 SILICON MOTION SM712 FRAME BUFFER DRIVER
10516 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10517 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10518 M:      Sudip Mukherjee <sudip@vectorindia.org>
10519 L:      linux-fbdev@vger.kernel.org
10520 S:      Maintained
10521 F:      drivers/video/fbdev/sm712*
10522 F:      Documentation/fb/sm712fb.txt
10523
10524 SIS 190 ETHERNET DRIVER
10525 M:      Francois Romieu <romieu@fr.zoreil.com>
10526 L:      netdev@vger.kernel.org
10527 S:      Maintained
10528 F:      drivers/net/ethernet/sis/sis190.c
10529
10530 SIS 900/7016 FAST ETHERNET DRIVER
10531 M:      Daniele Venzano <venza@brownhat.org>
10532 W:      http://www.brownhat.org/sis900.html
10533 L:      netdev@vger.kernel.org
10534 S:      Maintained
10535 F:      drivers/net/ethernet/sis/sis900.*
10536
10537 SIS FRAMEBUFFER DRIVER
10538 M:      Thomas Winischhofer <thomas@winischhofer.net>
10539 W:      http://www.winischhofer.net/linuxsisvga.shtml
10540 S:      Maintained
10541 F:      Documentation/fb/sisfb.txt
10542 F:      drivers/video/fbdev/sis/
10543 F:      include/video/sisfb.h
10544
10545 SIS USB2VGA DRIVER
10546 M:      Thomas Winischhofer <thomas@winischhofer.net>
10547 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10548 S:      Maintained
10549 F:      drivers/usb/misc/sisusbvga/
10550
10551 SLAB ALLOCATOR
10552 M:      Christoph Lameter <cl@linux.com>
10553 M:      Pekka Enberg <penberg@kernel.org>
10554 M:      David Rientjes <rientjes@google.com>
10555 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10556 M:      Andrew Morton <akpm@linux-foundation.org>
10557 L:      linux-mm@kvack.org
10558 S:      Maintained
10559 F:      include/linux/sl?b*.h
10560 F:      mm/sl?b*
10561
10562 SLEEPABLE READ-COPY UPDATE (SRCU)
10563 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10564 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10565 M:      Josh Triplett <josh@joshtriplett.org>
10566 R:      Steven Rostedt <rostedt@goodmis.org>
10567 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10568 L:      linux-kernel@vger.kernel.org
10569 W:      http://www.rdrop.com/users/paulmck/RCU/
10570 S:      Supported
10571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10572 F:      include/linux/srcu.h
10573 F:      kernel/rcu/srcu.c
10574
10575 SMACK SECURITY MODULE
10576 M:      Casey Schaufler <casey@schaufler-ca.com>
10577 L:      linux-security-module@vger.kernel.org
10578 W:      http://schaufler-ca.com
10579 T:      git git://git.gitorious.org/smack-next/kernel.git
10580 S:      Maintained
10581 F:      Documentation/security/Smack.txt
10582 F:      security/smack/
10583
10584 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10585 M:      Kevin Hilman <khilman@kernel.org>
10586 M:      Nishanth Menon <nm@ti.com>
10587 S:      Maintained
10588 F:      drivers/power/avs/
10589 F:      include/linux/power/smartreflex.h
10590 L:      linux-pm@vger.kernel.org
10591
10592 SMC91x ETHERNET DRIVER
10593 M:      Nicolas Pitre <nico@fluxnic.net>
10594 S:      Odd Fixes
10595 F:      drivers/net/ethernet/smsc/smc91x.*
10596
10597 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10598 M:      Sakari Ailus <sakari.ailus@iki.fi>
10599 L:      linux-media@vger.kernel.org
10600 S:      Maintained
10601 F:      drivers/media/i2c/smiapp/
10602 F:      include/media/i2c/smiapp.h
10603 F:      drivers/media/i2c/smiapp-pll.c
10604 F:      drivers/media/i2c/smiapp-pll.h
10605 F:      include/uapi/linux/smiapp.h
10606 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10607
10608 SMM665 HARDWARE MONITOR DRIVER
10609 M:      Guenter Roeck <linux@roeck-us.net>
10610 L:      linux-hwmon@vger.kernel.org
10611 S:      Maintained
10612 F:      Documentation/hwmon/smm665
10613 F:      drivers/hwmon/smm665.c
10614
10615 SMSC EMC2103 HARDWARE MONITOR DRIVER
10616 M:      Steve Glendinning <steve.glendinning@shawell.net>
10617 L:      linux-hwmon@vger.kernel.org
10618 S:      Maintained
10619 F:      Documentation/hwmon/emc2103
10620 F:      drivers/hwmon/emc2103.c
10621
10622 SMSC SCH5627 HARDWARE MONITOR DRIVER
10623 M:      Hans de Goede <hdegoede@redhat.com>
10624 L:      linux-hwmon@vger.kernel.org
10625 S:      Supported
10626 F:      Documentation/hwmon/sch5627
10627 F:      drivers/hwmon/sch5627.c
10628
10629 SMSC47B397 HARDWARE MONITOR DRIVER
10630 M:      Jean Delvare <jdelvare@suse.com>
10631 L:      linux-hwmon@vger.kernel.org
10632 S:      Maintained
10633 F:      Documentation/hwmon/smsc47b397
10634 F:      drivers/hwmon/smsc47b397.c
10635
10636 SMSC911x ETHERNET DRIVER
10637 M:      Steve Glendinning <steve.glendinning@shawell.net>
10638 L:      netdev@vger.kernel.org
10639 S:      Maintained
10640 F:      include/linux/smsc911x.h
10641 F:      drivers/net/ethernet/smsc/smsc911x.*
10642
10643 SMSC9420 PCI ETHERNET DRIVER
10644 M:      Steve Glendinning <steve.glendinning@shawell.net>
10645 L:      netdev@vger.kernel.org
10646 S:      Maintained
10647 F:      drivers/net/ethernet/smsc/smsc9420.*
10648
10649 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10650 M:      Steve Glendinning <steve.glendinning@shawell.net>
10651 L:      linux-fbdev@vger.kernel.org
10652 S:      Maintained
10653 F:      drivers/video/fbdev/smscufx.c
10654
10655 SOC-CAMERA V4L2 SUBSYSTEM
10656 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10657 L:      linux-media@vger.kernel.org
10658 T:      git git://linuxtv.org/media_tree.git
10659 S:      Maintained
10660 F:      include/media/soc*
10661 F:      drivers/media/i2c/soc_camera/
10662 F:      drivers/media/platform/soc_camera/
10663
10664 SOEKRIS NET48XX LED SUPPORT
10665 M:      Chris Boot <bootc@bootc.net>
10666 S:      Maintained
10667 F:      drivers/leds/leds-net48xx.c
10668
10669 SOFTLOGIC 6x10 MPEG CODEC
10670 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10671 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10672 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10673 M:      Ismael Luceno <ismael@iodev.co.uk>
10674 L:      linux-media@vger.kernel.org
10675 S:      Supported
10676 F:      drivers/media/pci/solo6x10/
10677
10678 SOFTWARE RAID (Multiple Disks) SUPPORT
10679 M:      Shaohua Li <shli@kernel.org>
10680 L:      linux-raid@vger.kernel.org
10681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10682 S:      Supported
10683 F:      drivers/md/
10684 F:      include/linux/raid/
10685 F:      include/uapi/linux/raid/
10686
10687 SONIC NETWORK DRIVER
10688 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10689 L:      netdev@vger.kernel.org
10690 S:      Maintained
10691 F:      drivers/net/ethernet/natsemi/sonic.*
10692
10693 SONICS SILICON BACKPLANE DRIVER (SSB)
10694 M:      Michael Buesch <m@bues.ch>
10695 L:      linux-wireless@vger.kernel.org
10696 S:      Maintained
10697 F:      drivers/ssb/
10698 F:      include/linux/ssb/
10699
10700 SONY VAIO CONTROL DEVICE DRIVER
10701 M:      Mattia Dongili <malattia@linux.it>
10702 L:      platform-driver-x86@vger.kernel.org
10703 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10704 S:      Maintained
10705 F:      Documentation/laptops/sony-laptop.txt
10706 F:      drivers/char/sonypi.c
10707 F:      drivers/platform/x86/sony-laptop.c
10708 F:      include/linux/sony-laptop.h
10709
10710 SONY MEMORYSTICK CARD SUPPORT
10711 M:      Alex Dubov <oakad@yahoo.com>
10712 W:      http://tifmxx.berlios.de/
10713 S:      Maintained
10714 F:      drivers/memstick/host/tifm_ms.c
10715
10716 SONY MEMORYSTICK STANDARD SUPPORT
10717 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10718 S:      Maintained
10719 F:      drivers/memstick/core/ms_block.*
10720
10721 SOUND
10722 M:      Jaroslav Kysela <perex@perex.cz>
10723 M:      Takashi Iwai <tiwai@suse.com>
10724 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10725 W:      http://www.alsa-project.org/
10726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10727 T:      git git://git.alsa-project.org/alsa-kernel.git
10728 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10729 S:      Maintained
10730 F:      Documentation/sound/
10731 F:      include/sound/
10732 F:      include/uapi/sound/
10733 F:      sound/
10734
10735 SOUND - COMPRESSED AUDIO
10736 M:      Vinod Koul <vinod.koul@intel.com>
10737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10739 S:      Supported
10740 F:      Documentation/sound/alsa/compress_offload.txt
10741 F:      include/sound/compress_driver.h
10742 F:      include/uapi/sound/compress_*
10743 F:      sound/core/compress_offload.c
10744 F:      sound/soc/soc-compress.c
10745
10746 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10747 M:      Liam Girdwood <lgirdwood@gmail.com>
10748 M:      Mark Brown <broonie@kernel.org>
10749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10751 W:      http://alsa-project.org/main/index.php/ASoC
10752 S:      Supported
10753 F:      Documentation/sound/alsa/soc/
10754 F:      sound/soc/
10755 F:      include/sound/soc*
10756
10757 SOUND - DMAENGINE HELPERS
10758 M:      Lars-Peter Clausen <lars@metafoo.de>
10759 S:      Supported
10760 F:      include/sound/dmaengine_pcm.h
10761 F:      sound/core/pcm_dmaengine.c
10762 F:      sound/soc/soc-generic-dmaengine-pcm.c
10763
10764 SP2 MEDIA DRIVER
10765 M:      Olli Salonen <olli.salonen@iki.fi>
10766 L:      linux-media@vger.kernel.org
10767 W:      https://linuxtv.org
10768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10769 S:      Maintained
10770 F:      drivers/media/dvb-frontends/sp2*
10771
10772 SPARC + UltraSPARC (sparc/sparc64)
10773 M:      "David S. Miller" <davem@davemloft.net>
10774 L:      sparclinux@vger.kernel.org
10775 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10778 S:      Maintained
10779 F:      arch/sparc/
10780 F:      drivers/sbus/
10781
10782 SPARC SERIAL DRIVERS
10783 M:      "David S. Miller" <davem@davemloft.net>
10784 L:      sparclinux@vger.kernel.org
10785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10787 S:      Maintained
10788 F:      include/linux/sunserialcore.h
10789 F:      drivers/tty/serial/suncore.c
10790 F:      drivers/tty/serial/sunhv.c
10791 F:      drivers/tty/serial/sunsab.c
10792 F:      drivers/tty/serial/sunsab.h
10793 F:      drivers/tty/serial/sunsu.c
10794 F:      drivers/tty/serial/sunzilog.c
10795 F:      drivers/tty/serial/sunzilog.h
10796
10797 SPARSE CHECKER
10798 M:      "Christopher Li" <sparse@chrisli.org>
10799 L:      linux-sparse@vger.kernel.org
10800 W:      https://sparse.wiki.kernel.org/
10801 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10802 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10803 S:      Maintained
10804 F:      include/linux/compiler.h
10805
10806 SPEAR PLATFORM SUPPORT
10807 M:      Viresh Kumar <vireshk@kernel.org>
10808 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10810 W:      http://www.st.com/spear
10811 S:      Maintained
10812 F:      arch/arm/boot/dts/spear*
10813 F:      arch/arm/mach-spear/
10814
10815 SPEAR CLOCK FRAMEWORK SUPPORT
10816 M:      Viresh Kumar <vireshk@kernel.org>
10817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10818 W:      http://www.st.com/spear
10819 S:      Maintained
10820 F:      drivers/clk/spear/
10821
10822 SPI SUBSYSTEM
10823 M:      Mark Brown <broonie@kernel.org>
10824 L:      linux-spi@vger.kernel.org
10825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10826 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10827 S:      Maintained
10828 F:      Documentation/spi/
10829 F:      drivers/spi/
10830 F:      include/linux/spi/
10831 F:      include/uapi/linux/spi/
10832
10833 SPIDERNET NETWORK DRIVER for CELL
10834 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10835 L:      netdev@vger.kernel.org
10836 S:      Supported
10837 F:      Documentation/networking/spider_net.txt
10838 F:      drivers/net/ethernet/toshiba/spider_net*
10839
10840 SPU FILE SYSTEM
10841 M:      Jeremy Kerr <jk@ozlabs.org>
10842 L:      linuxppc-dev@lists.ozlabs.org
10843 W:      http://www.ibm.com/developerworks/power/cell/
10844 S:      Supported
10845 F:      Documentation/filesystems/spufs.txt
10846 F:      arch/powerpc/platforms/cell/spufs/
10847
10848 SQUASHFS FILE SYSTEM
10849 M:      Phillip Lougher <phillip@squashfs.org.uk>
10850 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10851 W:      http://squashfs.org.uk
10852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10853 S:      Maintained
10854 F:      Documentation/filesystems/squashfs.txt
10855 F:      fs/squashfs/
10856
10857 SRM (Alpha) environment access
10858 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10859 S:      Maintained
10860 F:      arch/alpha/kernel/srm_env.c
10861
10862 STABLE BRANCH
10863 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10864 L:      stable@vger.kernel.org
10865 S:      Supported
10866 F:      Documentation/stable_kernel_rules.txt
10867
10868 STAGING SUBSYSTEM
10869 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10871 L:      devel@driverdev.osuosl.org
10872 S:      Supported
10873 F:      drivers/staging/
10874
10875 STAGING - COMEDI
10876 M:      Ian Abbott <abbotti@mev.co.uk>
10877 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10878 S:      Odd Fixes
10879 F:      drivers/staging/comedi/
10880
10881 STAGING - FLARION FT1000 DRIVERS
10882 M:      Marek Belisko <marek.belisko@gmail.com>
10883 S:      Odd Fixes
10884 F:      drivers/staging/ft1000/
10885
10886 STAGING - INDUSTRIAL IO
10887 M:      Jonathan Cameron <jic23@kernel.org>
10888 L:      linux-iio@vger.kernel.org
10889 S:      Odd Fixes
10890 F:      drivers/staging/iio/
10891
10892 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10893 M:      Jarod Wilson <jarod@wilsonet.com>
10894 W:      http://www.lirc.org/
10895 S:      Odd Fixes
10896 F:      drivers/staging/media/lirc/
10897
10898 STAGING - LUSTRE PARALLEL FILESYSTEM
10899 M:      Oleg Drokin <oleg.drokin@intel.com>
10900 M:      Andreas Dilger <andreas.dilger@intel.com>
10901 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10902 W:      http://wiki.lustre.org/
10903 S:      Maintained
10904 F:      drivers/staging/lustre
10905
10906 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10907 M:      Marc Dietrich <marvin24@gmx.de>
10908 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10909 L:      linux-tegra@vger.kernel.org
10910 S:      Maintained
10911 F:      drivers/staging/nvec/
10912
10913 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10914 M:      Jens Frederich <jfrederich@gmail.com>
10915 M:      Daniel Drake <dsd@laptop.org>
10916 M:      Jon Nettleton <jon.nettleton@gmail.com>
10917 W:      http://wiki.laptop.org/go/DCON
10918 S:      Maintained
10919 F:      drivers/staging/olpc_dcon/
10920
10921 STAGING - REALTEK RTL8712U DRIVERS
10922 M:      Larry Finger <Larry.Finger@lwfinger.net>
10923 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10924 S:      Odd Fixes
10925 F:      drivers/staging/rtl8712/
10926
10927 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10928 M:      Larry Finger <Larry.Finger@lwfinger.net>
10929 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10930 L:      linux-wireless@vger.kernel.org
10931 S:      Maintained
10932 F:      drivers/staging/rtl8723au/
10933
10934 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10935 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10936 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10937 M:      Sudip Mukherjee <sudip@vectorindia.org>
10938 L:      linux-fbdev@vger.kernel.org
10939 S:      Maintained
10940 F:      drivers/staging/sm750fb/
10941
10942 STAGING - SLICOSS
10943 M:      Lior Dotan <liodot@gmail.com>
10944 M:      Christopher Harrer <charrer@alacritech.com>
10945 S:      Odd Fixes
10946 F:      drivers/staging/slicoss/
10947
10948 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10949 M:      William Hubbs <w.d.hubbs@gmail.com>
10950 M:      Chris Brannon <chris@the-brannons.com>
10951 M:      Kirk Reiser <kirk@reisers.ca>
10952 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10953 L:      speakup@linux-speakup.org
10954 W:      http://www.linux-speakup.org/
10955 S:      Odd Fixes
10956 F:      drivers/staging/speakup/
10957
10958 STAGING - VIA VT665X DRIVERS
10959 M:      Forest Bond <forest@alittletooquiet.net>
10960 S:      Odd Fixes
10961 F:      drivers/staging/vt665?/
10962
10963 STAGING - WILC1000 WIFI DRIVER
10964 M:      Johnny Kim <johnny.kim@atmel.com>
10965 M:      Austin Shin <austin.shin@atmel.com>
10966 M:      Chris Park <chris.park@atmel.com>
10967 M:      Tony Cho <tony.cho@atmel.com>
10968 M:      Glen Lee <glen.lee@atmel.com>
10969 M:      Leo Kim <leo.kim@atmel.com>
10970 L:      linux-wireless@vger.kernel.org
10971 S:      Supported
10972 F:      drivers/staging/wilc1000/
10973
10974 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10975 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10976 S:      Odd Fixes
10977 F:      drivers/staging/xgifb/
10978
10979 STARFIRE/DURALAN NETWORK DRIVER
10980 M:      Ion Badulescu <ionut@badula.org>
10981 S:      Odd Fixes
10982 F:      drivers/net/ethernet/adaptec/starfire*
10983
10984 SUN3/3X
10985 M:      Sam Creasey <sammy@sammy.net>
10986 W:      http://sammy.net/sun3/
10987 S:      Maintained
10988 F:      arch/m68k/kernel/*sun3*
10989 F:      arch/m68k/sun3*/
10990 F:      arch/m68k/include/asm/sun3*
10991 F:      drivers/net/ethernet/i825xx/sun3*
10992
10993 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10994 M:      Hans de Goede <hdegoede@redhat.com>
10995 L:      linux-input@vger.kernel.org
10996 S:      Maintained
10997 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10998 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10999
11000 SUNDANCE NETWORK DRIVER
11001 M:      Denis Kirjanov <kda@linux-powerpc.org>
11002 L:      netdev@vger.kernel.org
11003 S:      Maintained
11004 F:      drivers/net/ethernet/dlink/sundance.c
11005
11006 SUPERH
11007 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
11008 M:      Rich Felker <dalias@libc.org>
11009 L:      linux-sh@vger.kernel.org
11010 Q:      http://patchwork.kernel.org/project/linux-sh/list/
11011 S:      Maintained
11012 F:      Documentation/sh/
11013 F:      arch/sh/
11014 F:      drivers/sh/
11015
11016 SUSPEND TO RAM
11017 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11018 M:      Len Brown <len.brown@intel.com>
11019 M:      Pavel Machek <pavel@ucw.cz>
11020 L:      linux-pm@vger.kernel.org
11021 S:      Supported
11022 F:      Documentation/power/
11023 F:      arch/x86/kernel/acpi/
11024 F:      drivers/base/power/
11025 F:      kernel/power/
11026 F:      include/linux/suspend.h
11027 F:      include/linux/freezer.h
11028 F:      include/linux/pm.h
11029
11030 SVGA HANDLING
11031 M:      Martin Mares <mj@ucw.cz>
11032 L:      linux-video@atrey.karlin.mff.cuni.cz
11033 S:      Maintained
11034 F:      Documentation/svga.txt
11035 F:      arch/x86/boot/video*
11036
11037 SWIOTLB SUBSYSTEM
11038 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11039 L:      linux-kernel@vger.kernel.org
11040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
11041 S:      Supported
11042 F:      lib/swiotlb.c
11043 F:      arch/*/kernel/pci-swiotlb.c
11044 F:      include/linux/swiotlb.h
11045
11046 SWITCHDEV
11047 M:      Jiri Pirko <jiri@resnulli.us>
11048 L:      netdev@vger.kernel.org
11049 S:      Supported
11050 F:      net/switchdev/
11051 F:      include/net/switchdev.h
11052
11053 SYNOPSYS ARC ARCHITECTURE
11054 M:      Vineet Gupta <vgupta@synopsys.com>
11055 L:      linux-snps-arc@lists.infradead.org
11056 S:      Supported
11057 F:      arch/arc/
11058 F:      Documentation/devicetree/bindings/arc/*
11059 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
11060 F:      drivers/tty/serial/arc_uart.c
11061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
11062
11063 SYNOPSYS ARC SDP platform support
11064 M:      Alexey Brodkin <abrodkin@synopsys.com>
11065 S:      Supported
11066 F:      arch/arc/plat-axs10x
11067 F:      arch/arc/boot/dts/ax*
11068 F:      Documentation/devicetree/bindings/arc/axs10*
11069
11070 SYSTEM CONFIGURATION (SYSCON)
11071 M:      Lee Jones <lee.jones@linaro.org>
11072 M:      Arnd Bergmann <arnd@arndb.de>
11073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11074 S:      Supported
11075 F:      drivers/mfd/syscon.c
11076
11077 SYSV FILESYSTEM
11078 M:      Christoph Hellwig <hch@infradead.org>
11079 S:      Maintained
11080 F:      Documentation/filesystems/sysv-fs.txt
11081 F:      fs/sysv/
11082 F:      include/linux/sysv_fs.h
11083
11084 TARGET SUBSYSTEM
11085 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
11086 L:      linux-scsi@vger.kernel.org
11087 L:      target-devel@vger.kernel.org
11088 W:      http://www.linux-iscsi.org
11089 W:      http://groups.google.com/group/linux-iscsi-target-dev
11090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
11091 S:      Supported
11092 F:      drivers/target/
11093 F:      include/target/
11094 F:      Documentation/target/
11095
11096 TASKSTATS STATISTICS INTERFACE
11097 M:      Balbir Singh <bsingharora@gmail.com>
11098 S:      Maintained
11099 F:      Documentation/accounting/taskstats*
11100 F:      include/linux/taskstats*
11101 F:      kernel/taskstats.c
11102
11103 TC CLASSIFIER
11104 M:      Jamal Hadi Salim <jhs@mojatatu.com>
11105 L:      netdev@vger.kernel.org
11106 S:      Maintained
11107 F:      include/net/pkt_cls.h
11108 F:      include/uapi/linux/pkt_cls.h
11109 F:      net/sched/
11110
11111 TCP LOW PRIORITY MODULE
11112 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
11113 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
11114 W:      http://tcp-lp-mod.sourceforge.net/
11115 S:      Maintained
11116 F:      net/ipv4/tcp_lp.c
11117
11118 TDA10071 MEDIA DRIVER
11119 M:      Antti Palosaari <crope@iki.fi>
11120 L:      linux-media@vger.kernel.org
11121 W:      https://linuxtv.org
11122 W:      http://palosaari.fi/linux/
11123 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11124 T:      git git://linuxtv.org/anttip/media_tree.git
11125 S:      Maintained
11126 F:      drivers/media/dvb-frontends/tda10071*
11127
11128 TDA18212 MEDIA DRIVER
11129 M:      Antti Palosaari <crope@iki.fi>
11130 L:      linux-media@vger.kernel.org
11131 W:      https://linuxtv.org
11132 W:      http://palosaari.fi/linux/
11133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11134 T:      git git://linuxtv.org/anttip/media_tree.git
11135 S:      Maintained
11136 F:      drivers/media/tuners/tda18212*
11137
11138 TDA18218 MEDIA DRIVER
11139 M:      Antti Palosaari <crope@iki.fi>
11140 L:      linux-media@vger.kernel.org
11141 W:      https://linuxtv.org
11142 W:      http://palosaari.fi/linux/
11143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11144 T:      git git://linuxtv.org/anttip/media_tree.git
11145 S:      Maintained
11146 F:      drivers/media/tuners/tda18218*
11147
11148 TDA18271 MEDIA DRIVER
11149 M:      Michael Krufky <mkrufky@linuxtv.org>
11150 L:      linux-media@vger.kernel.org
11151 W:      https://linuxtv.org
11152 W:      http://github.com/mkrufky
11153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11154 T:      git git://linuxtv.org/mkrufky/tuners.git
11155 S:      Maintained
11156 F:      drivers/media/tuners/tda18271*
11157
11158 TDA827x MEDIA DRIVER
11159 M:      Michael Krufky <mkrufky@linuxtv.org>
11160 L:      linux-media@vger.kernel.org
11161 W:      https://linuxtv.org
11162 W:      http://github.com/mkrufky
11163 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11164 T:      git git://linuxtv.org/mkrufky/tuners.git
11165 S:      Maintained
11166 F:      drivers/media/tuners/tda8290.*
11167
11168 TDA8290 MEDIA DRIVER
11169 M:      Michael Krufky <mkrufky@linuxtv.org>
11170 L:      linux-media@vger.kernel.org
11171 W:      https://linuxtv.org
11172 W:      http://github.com/mkrufky
11173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11174 T:      git git://linuxtv.org/mkrufky/tuners.git
11175 S:      Maintained
11176 F:      drivers/media/tuners/tda8290.*
11177
11178 TDA9840 MEDIA DRIVER
11179 M:      Hans Verkuil <hverkuil@xs4all.nl>
11180 L:      linux-media@vger.kernel.org
11181 T:      git git://linuxtv.org/media_tree.git
11182 W:      https://linuxtv.org
11183 S:      Maintained
11184 F:      drivers/media/i2c/tda9840*
11185
11186 TEA5761 TUNER DRIVER
11187 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11188 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11189 L:      linux-media@vger.kernel.org
11190 W:      https://linuxtv.org
11191 T:      git git://linuxtv.org/media_tree.git
11192 S:      Odd fixes
11193 F:      drivers/media/tuners/tea5761.*
11194
11195 TEA5767 TUNER DRIVER
11196 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11197 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11198 L:      linux-media@vger.kernel.org
11199 W:      https://linuxtv.org
11200 T:      git git://linuxtv.org/media_tree.git
11201 S:      Maintained
11202 F:      drivers/media/tuners/tea5767.*
11203
11204 TEA6415C MEDIA DRIVER
11205 M:      Hans Verkuil <hverkuil@xs4all.nl>
11206 L:      linux-media@vger.kernel.org
11207 T:      git git://linuxtv.org/media_tree.git
11208 W:      https://linuxtv.org
11209 S:      Maintained
11210 F:      drivers/media/i2c/tea6415c*
11211
11212 TEA6420 MEDIA DRIVER
11213 M:      Hans Verkuil <hverkuil@xs4all.nl>
11214 L:      linux-media@vger.kernel.org
11215 T:      git git://linuxtv.org/media_tree.git
11216 W:      https://linuxtv.org
11217 S:      Maintained
11218 F:      drivers/media/i2c/tea6420*
11219
11220 TEAM DRIVER
11221 M:      Jiri Pirko <jiri@resnulli.us>
11222 L:      netdev@vger.kernel.org
11223 S:      Supported
11224 F:      drivers/net/team/
11225 F:      include/linux/if_team.h
11226 F:      include/uapi/linux/if_team.h
11227
11228 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
11229 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
11230 S:      Maintained
11231 F:      arch/x86/platform/ts5500/
11232
11233 TECHNOTREND USB IR RECEIVER
11234 M:      Sean Young <sean@mess.org>
11235 L:      linux-media@vger.kernel.org
11236 S:      Maintained
11237 F:      drivers/media/rc/ttusbir.c
11238
11239 TEGRA ARCHITECTURE SUPPORT
11240 M:      Stephen Warren <swarren@wwwdotorg.org>
11241 M:      Thierry Reding <thierry.reding@gmail.com>
11242 M:      Alexandre Courbot <gnurou@gmail.com>
11243 L:      linux-tegra@vger.kernel.org
11244 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
11245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
11246 S:      Supported
11247 N:      [^a-z]tegra
11248
11249 TEGRA CLOCK DRIVER
11250 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
11251 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
11252 S:      Supported
11253 F:      drivers/clk/tegra/
11254
11255 TEGRA DMA DRIVERS
11256 M:      Laxman Dewangan <ldewangan@nvidia.com>
11257 M:      Jon Hunter <jonathanh@nvidia.com>
11258 S:      Supported
11259 F:      drivers/dma/tegra*
11260
11261 TEGRA I2C DRIVER
11262 M:      Laxman Dewangan <ldewangan@nvidia.com>
11263 S:      Supported
11264 F:      drivers/i2c/busses/i2c-tegra.c
11265
11266 TEGRA IOMMU DRIVERS
11267 M:      Hiroshi Doyu <hdoyu@nvidia.com>
11268 S:      Supported
11269 F:      drivers/iommu/tegra*
11270
11271 TEGRA KBC DRIVER
11272 M:      Rakesh Iyer <riyer@nvidia.com>
11273 M:      Laxman Dewangan <ldewangan@nvidia.com>
11274 S:      Supported
11275 F:      drivers/input/keyboard/tegra-kbc.c
11276
11277 TEGRA PWM DRIVER
11278 M:      Thierry Reding <thierry.reding@gmail.com>
11279 S:      Supported
11280 F:      drivers/pwm/pwm-tegra.c
11281
11282 TEGRA SERIAL DRIVER
11283 M:      Laxman Dewangan <ldewangan@nvidia.com>
11284 S:      Supported
11285 F:      drivers/tty/serial/serial-tegra.c
11286
11287 TEGRA SPI DRIVER
11288 M:      Laxman Dewangan <ldewangan@nvidia.com>
11289 S:      Supported
11290 F:      drivers/spi/spi-tegra*
11291
11292 TEHUTI ETHERNET DRIVER
11293 M:      Andy Gospodarek <andy@greyhouse.net>
11294 L:      netdev@vger.kernel.org
11295 S:      Supported
11296 F:      drivers/net/ethernet/tehuti/*
11297
11298 Telecom Clock Driver for MCPL0010
11299 M:      Mark Gross <mark.gross@intel.com>
11300 S:      Supported
11301 F:      drivers/char/tlclk.c
11302
11303 TENSILICA XTENSA PORT (xtensa)
11304 M:      Chris Zankel <chris@zankel.net>
11305 M:      Max Filippov <jcmvbkbc@gmail.com>
11306 L:      linux-xtensa@linux-xtensa.org
11307 T:      git git://github.com/czankel/xtensa-linux.git
11308 S:      Maintained
11309 F:      arch/xtensa/
11310 F:      drivers/irqchip/irq-xtensa-*
11311
11312 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
11313 M:      Hans Verkuil <hverkuil@xs4all.nl>
11314 L:      linux-media@vger.kernel.org
11315 T:      git git://linuxtv.org/media_tree.git
11316 W:      https://linuxtv.org
11317 S:      Maintained
11318 F:      drivers/media/radio/radio-raremono.c
11319
11320 THERMAL
11321 M:      Zhang Rui <rui.zhang@intel.com>
11322 M:      Eduardo Valentin <edubezval@gmail.com>
11323 L:      linux-pm@vger.kernel.org
11324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
11325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
11326 Q:      https://patchwork.kernel.org/project/linux-pm/list/
11327 S:      Supported
11328 F:      drivers/thermal/
11329 F:      include/linux/thermal.h
11330 F:      include/uapi/linux/thermal.h
11331 F:      include/linux/cpu_cooling.h
11332 F:      Documentation/devicetree/bindings/thermal/
11333
11334 THERMAL/CPU_COOLING
11335 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11336 M:      Viresh Kumar <viresh.kumar@linaro.org>
11337 M:      Javi Merino <javi.merino@arm.com>
11338 L:      linux-pm@vger.kernel.org
11339 S:      Supported
11340 F:      Documentation/thermal/cpu-cooling-api.txt
11341 F:      drivers/thermal/cpu_cooling.c
11342 F:      include/linux/cpu_cooling.h
11343
11344 THINGM BLINK(1) USB RGB LED DRIVER
11345 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11346 S:      Maintained
11347 F:      drivers/hid/hid-thingm.c
11348
11349 THINKPAD ACPI EXTRAS DRIVER
11350 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11351 L:      ibm-acpi-devel@lists.sourceforge.net
11352 L:      platform-driver-x86@vger.kernel.org
11353 W:      http://ibm-acpi.sourceforge.net
11354 W:      http://thinkwiki.org/wiki/Ibm-acpi
11355 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11356 S:      Maintained
11357 F:      drivers/platform/x86/thinkpad_acpi.c
11358
11359 TI BANDGAP AND THERMAL DRIVER
11360 M:      Eduardo Valentin <edubezval@gmail.com>
11361 M:      Keerthy <j-keerthy@ti.com>
11362 L:      linux-pm@vger.kernel.org
11363 L:      linux-omap@vger.kernel.org
11364 S:      Maintained
11365 F:      drivers/thermal/ti-soc-thermal/
11366
11367 TI VPE/CAL DRIVERS
11368 M:      Benoit Parrot <bparrot@ti.com>
11369 L:      linux-media@vger.kernel.org
11370 W:      http://linuxtv.org/
11371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11372 S:      Maintained
11373 F:      drivers/media/platform/ti-vpe/
11374
11375 TI CDCE706 CLOCK DRIVER
11376 M:      Max Filippov <jcmvbkbc@gmail.com>
11377 S:      Maintained
11378 F:      drivers/clk/clk-cdce706.c
11379
11380 TI CLOCK DRIVER
11381 M:      Tero Kristo <t-kristo@ti.com>
11382 L:      linux-omap@vger.kernel.org
11383 S:      Maintained
11384 F:      drivers/clk/ti/
11385 F:      include/linux/clk/ti.h
11386
11387 TI ETHERNET SWITCH DRIVER (CPSW)
11388 M:      Mugunthan V N <mugunthanvnm@ti.com>
11389 R:      Grygorii Strashko <grygorii.strashko@ti.com>
11390 L:      linux-omap@vger.kernel.org
11391 L:      netdev@vger.kernel.org
11392 S:      Maintained
11393 F:      drivers/net/ethernet/ti/cpsw*
11394 F:      drivers/net/ethernet/ti/davinci*
11395
11396 TI FLASH MEDIA INTERFACE DRIVER
11397 M:      Alex Dubov <oakad@yahoo.com>
11398 S:      Maintained
11399 F:      drivers/misc/tifm*
11400 F:      drivers/mmc/host/tifm_sd.c
11401 F:      include/linux/tifm.h
11402
11403 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11404 M:      Santosh Shilimkar <ssantosh@kernel.org>
11405 L:      linux-kernel@vger.kernel.org
11406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11407 S:      Maintained
11408 F:      drivers/soc/ti/*
11409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11410
11411
11412 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11413 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11414 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11415 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11416 S:      Maintained
11417 F:      sound/soc/codecs/lm49453*
11418 F:      sound/soc/codecs/isabelle*
11419
11420 TI LP855x BACKLIGHT DRIVER
11421 M:      Milo Kim <milo.kim@ti.com>
11422 S:      Maintained
11423 F:      Documentation/backlight/lp855x-driver.txt
11424 F:      drivers/video/backlight/lp855x_bl.c
11425 F:      include/linux/platform_data/lp855x.h
11426
11427 TI LP8727 CHARGER DRIVER
11428 M:      Milo Kim <milo.kim@ti.com>
11429 S:      Maintained
11430 F:      drivers/power/lp8727_charger.c
11431 F:      include/linux/platform_data/lp8727.h
11432
11433 TI LP8788 MFD DRIVER
11434 M:      Milo Kim <milo.kim@ti.com>
11435 S:      Maintained
11436 F:      drivers/iio/adc/lp8788_adc.c
11437 F:      drivers/leds/leds-lp8788.c
11438 F:      drivers/mfd/lp8788*.c
11439 F:      drivers/power/lp8788-charger.c
11440 F:      drivers/regulator/lp8788-*.c
11441 F:      include/linux/mfd/lp8788*.h
11442
11443 TI NETCP ETHERNET DRIVER
11444 M:      Wingman Kwok <w-kwok2@ti.com>
11445 M:      Murali Karicheri <m-karicheri2@ti.com>
11446 L:      netdev@vger.kernel.org
11447 S:      Maintained
11448 F:      drivers/net/ethernet/ti/netcp*
11449
11450 TI TAS571X FAMILY ASoC CODEC DRIVER
11451 M:      Kevin Cernekee <cernekee@chromium.org>
11452 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11453 S:      Odd Fixes
11454 F:      sound/soc/codecs/tas571x*
11455
11456 TI TWL4030 SERIES SOC CODEC DRIVER
11457 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11459 S:      Maintained
11460 F:      sound/soc/codecs/twl4030*
11461
11462 TI WILINK WIRELESS DRIVERS
11463 L:      linux-wireless@vger.kernel.org
11464 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11465 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11467 S:      Orphan
11468 F:      drivers/net/wireless/ti/
11469 F:      include/linux/wl12xx.h
11470
11471 TIPC NETWORK LAYER
11472 M:      Jon Maloy <jon.maloy@ericsson.com>
11473 M:      Ying Xue <ying.xue@windriver.com>
11474 L:      netdev@vger.kernel.org (core kernel code)
11475 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11476 W:      http://tipc.sourceforge.net/
11477 S:      Maintained
11478 F:      include/uapi/linux/tipc*.h
11479 F:      net/tipc/
11480
11481 TILE ARCHITECTURE
11482 M:      Chris Metcalf <cmetcalf@mellanox.com>
11483 W:      http://www.mellanox.com/repository/solutions/tile-scm/
11484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11485 S:      Supported
11486 F:      arch/tile/
11487 F:      drivers/char/tile-srom.c
11488 F:      drivers/edac/tile_edac.c
11489 F:      drivers/net/ethernet/tile/
11490 F:      drivers/rtc/rtc-tile.c
11491 F:      drivers/tty/hvc/hvc_tile.c
11492 F:      drivers/tty/serial/tilegx.c
11493 F:      drivers/usb/host/*-tilegx.c
11494 F:      include/linux/usb/tilegx.h
11495
11496 TLAN NETWORK DRIVER
11497 M:      Samuel Chessman <chessman@tux.org>
11498 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11499 W:      http://sourceforge.net/projects/tlan/
11500 S:      Maintained
11501 F:      Documentation/networking/tlan.txt
11502 F:      drivers/net/ethernet/ti/tlan.*
11503
11504 TOMOYO SECURITY MODULE
11505 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11506 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11507 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11508 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11509 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11510 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11511 W:      http://tomoyo.sourceforge.jp/
11512 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11513 S:      Maintained
11514 F:      security/tomoyo/
11515
11516 TOPSTAR LAPTOP EXTRAS DRIVER
11517 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11518 L:      platform-driver-x86@vger.kernel.org
11519 S:      Maintained
11520 F:      drivers/platform/x86/topstar-laptop.c
11521
11522 TOSHIBA ACPI EXTRAS DRIVER
11523 M:      Azael Avalos <coproscefalo@gmail.com>
11524 L:      platform-driver-x86@vger.kernel.org
11525 S:      Maintained
11526 F:      drivers/platform/x86/toshiba_acpi.c
11527
11528 TOSHIBA BLUETOOTH DRIVER
11529 M:      Azael Avalos <coproscefalo@gmail.com>
11530 L:      platform-driver-x86@vger.kernel.org
11531 S:      Maintained
11532 F:      drivers/platform/x86/toshiba_bluetooth.c
11533
11534 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11535 M:      Azael Avalos <coproscefalo@gmail.com>
11536 L:      platform-driver-x86@vger.kernel.org
11537 S:      Maintained
11538 F:      drivers/platform/x86/toshiba_haps.c
11539
11540 TOSHIBA WMI HOTKEYS DRIVER
11541 M:      Azael Avalos <coproscefalo@gmail.com>
11542 L:      platform-driver-x86@vger.kernel.org
11543 S:      Maintained
11544 F:      drivers/platform/x86/toshiba-wmi.c
11545
11546 TOSHIBA SMM DRIVER
11547 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11548 W:      http://www.buzzard.org.uk/toshiba/
11549 S:      Maintained
11550 F:      drivers/char/toshiba.c
11551 F:      include/linux/toshiba.h
11552 F:      include/uapi/linux/toshiba.h
11553
11554 TOSHIBA TC358743 DRIVER
11555 M:      Mats Randgaard <matrandg@cisco.com>
11556 L:      linux-media@vger.kernel.org
11557 S:      Maintained
11558 F:      drivers/media/i2c/tc358743*
11559 F:      include/media/i2c/tc358743.h
11560
11561 TMIO/SDHI MMC DRIVER
11562 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
11563 L:      linux-mmc@vger.kernel.org
11564 S:      Supported
11565 F:      drivers/mmc/host/tmio_mmc*
11566 F:      drivers/mmc/host/sh_mobile_sdhi.c
11567 F:      include/linux/mfd/tmio.h
11568
11569 TMP401 HARDWARE MONITOR DRIVER
11570 M:      Guenter Roeck <linux@roeck-us.net>
11571 L:      linux-hwmon@vger.kernel.org
11572 S:      Maintained
11573 F:      Documentation/hwmon/tmp401
11574 F:      drivers/hwmon/tmp401.c
11575
11576 TMPFS (SHMEM FILESYSTEM)
11577 M:      Hugh Dickins <hughd@google.com>
11578 L:      linux-mm@kvack.org
11579 S:      Maintained
11580 F:      include/linux/shmem_fs.h
11581 F:      mm/shmem.c
11582
11583 TM6000 VIDEO4LINUX DRIVER
11584 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11585 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11586 L:      linux-media@vger.kernel.org
11587 W:      https://linuxtv.org
11588 T:      git git://linuxtv.org/media_tree.git
11589 S:      Odd fixes
11590 F:      drivers/media/usb/tm6000/
11591
11592 TW68 VIDEO4LINUX DRIVER
11593 M:      Hans Verkuil <hverkuil@xs4all.nl>
11594 L:      linux-media@vger.kernel.org
11595 T:      git git://linuxtv.org/media_tree.git
11596 W:      https://linuxtv.org
11597 S:      Odd Fixes
11598 F:      drivers/media/pci/tw68/
11599
11600 TW686X VIDEO4LINUX DRIVER
11601 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
11602 L:      linux-media@vger.kernel.org
11603 T:      git git://linuxtv.org/media_tree.git
11604 W:      http://linuxtv.org
11605 S:      Maintained
11606 F:      drivers/media/pci/tw686x/
11607
11608 TPM DEVICE DRIVER
11609 M:      Peter Huewe <peterhuewe@gmx.de>
11610 M:      Marcel Selhorst <tpmdd@selhorst.net>
11611 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11612 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11613 W:      http://tpmdd.sourceforge.net
11614 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11615 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11616 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11617 S:      Maintained
11618 F:      drivers/char/tpm/
11619
11620 TPM IBM_VTPM DEVICE DRIVER
11621 M:      Ashley Lai <ashleydlai@gmail.com>
11622 W:      http://tpmdd.sourceforge.net
11623 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11624 S:      Maintained
11625 F:      drivers/char/tpm/tpm_ibmvtpm*
11626
11627 TRACING
11628 M:      Steven Rostedt <rostedt@goodmis.org>
11629 M:      Ingo Molnar <mingo@redhat.com>
11630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11631 S:      Maintained
11632 F:      Documentation/trace/ftrace.txt
11633 F:      arch/*/*/*/ftrace.h
11634 F:      arch/*/kernel/ftrace.c
11635 F:      include/*/ftrace.h
11636 F:      include/linux/trace*.h
11637 F:      include/trace/
11638 F:      kernel/trace/
11639 F:      tools/testing/selftests/ftrace/
11640
11641 TRACING MMIO ACCESSES (MMIOTRACE)
11642 M:      Steven Rostedt <rostedt@goodmis.org>
11643 M:      Ingo Molnar <mingo@kernel.org>
11644 R:      Karol Herbst <karolherbst@gmail.com>
11645 R:      Pekka Paalanen <ppaalanen@gmail.com>
11646 S:      Maintained
11647 L:      linux-kernel@vger.kernel.org
11648 L:      nouveau@lists.freedesktop.org
11649 F:      kernel/trace/trace_mmiotrace.c
11650 F:      include/linux/mmiotrace.h
11651 F:      arch/x86/mm/kmmio.c
11652 F:      arch/x86/mm/mmio-mod.c
11653 F:      arch/x86/mm/testmmiotrace.c
11654
11655 TRIVIAL PATCHES
11656 M:      Jiri Kosina <trivial@kernel.org>
11657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11658 S:      Maintained
11659 K:      ^Subject:.*(?i)trivial
11660
11661 TTY LAYER
11662 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11663 M:      Jiri Slaby <jslaby@suse.com>
11664 S:      Supported
11665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11666 F:      Documentation/serial/
11667 F:      drivers/tty/
11668 F:      drivers/tty/serial/serial_core.c
11669 F:      include/linux/serial_core.h
11670 F:      include/linux/serial.h
11671 F:      include/linux/tty.h
11672 F:      include/uapi/linux/serial_core.h
11673 F:      include/uapi/linux/serial.h
11674 F:      include/uapi/linux/tty.h
11675
11676 TUA9001 MEDIA DRIVER
11677 M:      Antti Palosaari <crope@iki.fi>
11678 L:      linux-media@vger.kernel.org
11679 W:      https://linuxtv.org
11680 W:      http://palosaari.fi/linux/
11681 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11682 T:      git git://linuxtv.org/anttip/media_tree.git
11683 S:      Maintained
11684 F:      drivers/media/tuners/tua9001*
11685
11686 TULIP NETWORK DRIVERS
11687 L:      netdev@vger.kernel.org
11688 L:      linux-parisc@vger.kernel.org
11689 S:      Orphan
11690 F:      drivers/net/ethernet/dec/tulip/
11691
11692 TUN/TAP driver
11693 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11694 W:      http://vtun.sourceforge.net/tun
11695 S:      Maintained
11696 F:      Documentation/networking/tuntap.txt
11697 F:      arch/um/os-Linux/drivers/
11698
11699 TURBOCHANNEL SUBSYSTEM
11700 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11701 M:      Ralf Baechle <ralf@linux-mips.org>
11702 L:      linux-mips@linux-mips.org
11703 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11704 S:      Maintained
11705 F:      drivers/tc/
11706 F:      include/linux/tc.h
11707
11708 U14-34F SCSI DRIVER
11709 M:      Dario Ballabio <ballabio_dario@emc.com>
11710 L:      linux-scsi@vger.kernel.org
11711 S:      Maintained
11712 F:      drivers/scsi/u14-34f.c
11713
11714 UBI FILE SYSTEM (UBIFS)
11715 M:      Richard Weinberger <richard@nod.at>
11716 M:      Artem Bityutskiy <dedekind1@gmail.com>
11717 M:      Adrian Hunter <adrian.hunter@intel.com>
11718 L:      linux-mtd@lists.infradead.org
11719 T:      git git://git.infradead.org/ubifs-2.6.git
11720 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11721 S:      Supported
11722 F:      Documentation/filesystems/ubifs.txt
11723 F:      fs/ubifs/
11724
11725 UCLINUX (M68KNOMMU AND COLDFIRE)
11726 M:      Greg Ungerer <gerg@linux-m68k.org>
11727 W:      http://www.linux-m68k.org/
11728 W:      http://www.uclinux.org/
11729 L:      linux-m68k@lists.linux-m68k.org
11730 L:      uclinux-dev@uclinux.org  (subscribers-only)
11731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11732 S:      Maintained
11733 F:      arch/m68k/coldfire/
11734 F:      arch/m68k/68*/
11735 F:      arch/m68k/*/*_no.*
11736 F:      arch/m68k/include/asm/*_no.*
11737
11738 UDF FILESYSTEM
11739 M:      Jan Kara <jack@suse.com>
11740 S:      Maintained
11741 F:      Documentation/filesystems/udf.txt
11742 F:      fs/udf/
11743
11744 UFS FILESYSTEM
11745 M:      Evgeniy Dushistov <dushistov@mail.ru>
11746 S:      Maintained
11747 F:      Documentation/filesystems/ufs.txt
11748 F:      fs/ufs/
11749
11750 UHID USERSPACE HID IO DRIVER:
11751 M:      David Herrmann <dh.herrmann@googlemail.com>
11752 L:      linux-input@vger.kernel.org
11753 S:      Maintained
11754 F:      drivers/hid/uhid.c
11755 F:      include/uapi/linux/uhid.h
11756
11757 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11758 L:      linux-usb@vger.kernel.org
11759 S:      Orphan
11760 F:      drivers/uwb/
11761 F:      include/linux/uwb.h
11762 F:      include/linux/uwb/
11763
11764 UNICORE32 ARCHITECTURE:
11765 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11766 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11767 S:      Maintained
11768 T:      git git://github.com/gxt/linux.git
11769 F:      arch/unicore32/
11770
11771 UNIFDEF
11772 M:      Tony Finch <dot@dotat.at>
11773 W:      http://dotat.at/prog/unifdef
11774 S:      Maintained
11775 F:      scripts/unifdef.c
11776
11777 UNIFORM CDROM DRIVER
11778 M:      Jens Axboe <axboe@kernel.dk>
11779 W:      http://www.kernel.dk
11780 S:      Maintained
11781 F:      Documentation/cdrom/
11782 F:      drivers/cdrom/cdrom.c
11783 F:      include/linux/cdrom.h
11784 F:      include/uapi/linux/cdrom.h
11785
11786 UNISYS S-PAR DRIVERS
11787 M:      David Kershner <david.kershner@unisys.com>
11788 L:      sparmaintainer@unisys.com (Unisys internal)
11789 S:      Supported
11790 F:      drivers/staging/unisys/
11791
11792 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11793 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11794 L:      linux-scsi@vger.kernel.org
11795 S:      Supported
11796 F:      Documentation/scsi/ufs.txt
11797 F:      drivers/scsi/ufs/
11798
11799 UNSORTED BLOCK IMAGES (UBI)
11800 M:      Artem Bityutskiy <dedekind1@gmail.com>
11801 M:      Richard Weinberger <richard@nod.at>
11802 W:      http://www.linux-mtd.infradead.org/
11803 L:      linux-mtd@lists.infradead.org
11804 T:      git git://git.infradead.org/ubifs-2.6.git
11805 S:      Supported
11806 F:      drivers/mtd/ubi/
11807 F:      include/linux/mtd/ubi.h
11808 F:      include/uapi/mtd/ubi-user.h
11809
11810 USB ACM DRIVER
11811 M:      Oliver Neukum <oneukum@suse.com>
11812 L:      linux-usb@vger.kernel.org
11813 S:      Maintained
11814 F:      Documentation/usb/acm.txt
11815 F:      drivers/usb/class/cdc-acm.*
11816
11817 USB AR5523 WIRELESS DRIVER
11818 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11819 L:      linux-wireless@vger.kernel.org
11820 S:      Maintained
11821 F:      drivers/net/wireless/ath/ar5523/
11822
11823 USB ATTACHED SCSI
11824 M:      Hans de Goede <hdegoede@redhat.com>
11825 M:      Gerd Hoffmann <kraxel@redhat.com>
11826 L:      linux-usb@vger.kernel.org
11827 L:      linux-scsi@vger.kernel.org
11828 S:      Maintained
11829 F:      drivers/usb/storage/uas.c
11830
11831 USB CDC ETHERNET DRIVER
11832 M:      Oliver Neukum <oliver@neukum.org>
11833 L:      linux-usb@vger.kernel.org
11834 S:      Maintained
11835 F:      drivers/net/usb/cdc_*.c
11836 F:      include/uapi/linux/usb/cdc.h
11837
11838 USB CHAOSKEY DRIVER
11839 M:      Keith Packard <keithp@keithp.com>
11840 L:      linux-usb@vger.kernel.org
11841 S:      Maintained
11842 F:      drivers/usb/misc/chaoskey.c
11843
11844 USB CYPRESS C67X00 DRIVER
11845 M:      Peter Korsgaard <jacmet@sunsite.dk>
11846 L:      linux-usb@vger.kernel.org
11847 S:      Maintained
11848 F:      drivers/usb/c67x00/
11849
11850 USB DAVICOM DM9601 DRIVER
11851 M:      Peter Korsgaard <jacmet@sunsite.dk>
11852 L:      netdev@vger.kernel.org
11853 W:      http://www.linux-usb.org/usbnet
11854 S:      Maintained
11855 F:      drivers/net/usb/dm9601.c
11856
11857 USB DIAMOND RIO500 DRIVER
11858 M:      Cesar Miquel <miquel@df.uba.ar>
11859 L:      rio500-users@lists.sourceforge.net
11860 W:      http://rio500.sourceforge.net
11861 S:      Maintained
11862 F:      drivers/usb/misc/rio500*
11863
11864 USB EHCI DRIVER
11865 M:      Alan Stern <stern@rowland.harvard.edu>
11866 L:      linux-usb@vger.kernel.org
11867 S:      Maintained
11868 F:      Documentation/usb/ehci.txt
11869 F:      drivers/usb/host/ehci*
11870
11871 USB GADGET/PERIPHERAL SUBSYSTEM
11872 M:      Felipe Balbi <balbi@kernel.org>
11873 L:      linux-usb@vger.kernel.org
11874 W:      http://www.linux-usb.org/gadget
11875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11876 S:      Maintained
11877 F:      drivers/usb/gadget/
11878 F:      include/linux/usb/gadget*
11879
11880 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11881 M:      Jiri Kosina <jikos@kernel.org>
11882 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11883 L:      linux-usb@vger.kernel.org
11884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11885 S:      Maintained
11886 F:      Documentation/hid/hiddev.txt
11887 F:      drivers/hid/usbhid/
11888
11889 USB ISP116X DRIVER
11890 M:      Olav Kongas <ok@artecdesign.ee>
11891 L:      linux-usb@vger.kernel.org
11892 S:      Maintained
11893 F:      drivers/usb/host/isp116x*
11894 F:      include/linux/usb/isp116x.h
11895
11896 USB LAN78XX ETHERNET DRIVER
11897 M:      Woojung Huh <woojung.huh@microchip.com>
11898 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11899 L:      netdev@vger.kernel.org
11900 S:      Maintained
11901 F:      drivers/net/usb/lan78xx.*
11902
11903 USB MASS STORAGE DRIVER
11904 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11905 L:      linux-usb@vger.kernel.org
11906 L:      usb-storage@lists.one-eyed-alien.net
11907 S:      Maintained
11908 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11909 F:      drivers/usb/storage/
11910
11911 USB MIDI DRIVER
11912 M:      Clemens Ladisch <clemens@ladisch.de>
11913 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11914 T:      git git://git.alsa-project.org/alsa-kernel.git
11915 S:      Maintained
11916 F:      sound/usb/midi.*
11917
11918 USB NETWORKING DRIVERS
11919 L:      linux-usb@vger.kernel.org
11920 S:      Odd Fixes
11921 F:      drivers/net/usb/
11922
11923 USB OHCI DRIVER
11924 M:      Alan Stern <stern@rowland.harvard.edu>
11925 L:      linux-usb@vger.kernel.org
11926 S:      Maintained
11927 F:      Documentation/usb/ohci.txt
11928 F:      drivers/usb/host/ohci*
11929
11930 USB OTG FSM (Finite State Machine)
11931 M:      Peter Chen <Peter.Chen@nxp.com>
11932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11933 L:      linux-usb@vger.kernel.org
11934 S:      Maintained
11935 F:      drivers/usb/common/usb-otg-fsm.c
11936
11937 USB OVER IP DRIVER
11938 M:      Valentina Manea <valentina.manea.m@gmail.com>
11939 M:      Shuah Khan <shuahkh@osg.samsung.com>
11940 M:      Shuah Khan <shuah@kernel.org>
11941 L:      linux-usb@vger.kernel.org
11942 S:      Maintained
11943 F:      Documentation/usb/usbip_protocol.txt
11944 F:      drivers/usb/usbip/
11945 F:      tools/usb/usbip/
11946
11947 USB PEGASUS DRIVER
11948 M:      Petko Manolov <petkan@nucleusys.com>
11949 L:      linux-usb@vger.kernel.org
11950 L:      netdev@vger.kernel.org
11951 T:      git git://github.com/petkan/pegasus.git
11952 W:      https://github.com/petkan/pegasus
11953 S:      Maintained
11954 F:      drivers/net/usb/pegasus.*
11955
11956 USB PHY LAYER
11957 M:      Felipe Balbi <balbi@kernel.org>
11958 L:      linux-usb@vger.kernel.org
11959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11960 S:      Maintained
11961 F:      drivers/usb/phy/
11962
11963 USB PRINTER DRIVER (usblp)
11964 M:      Pete Zaitcev <zaitcev@redhat.com>
11965 L:      linux-usb@vger.kernel.org
11966 S:      Supported
11967 F:      drivers/usb/class/usblp.c
11968
11969 USB QMI WWAN NETWORK DRIVER
11970 M:      Bjørn Mork <bjorn@mork.no>
11971 L:      netdev@vger.kernel.org
11972 S:      Maintained
11973 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11974 F:      drivers/net/usb/qmi_wwan.c
11975
11976 USB RTL8150 DRIVER
11977 M:      Petko Manolov <petkan@nucleusys.com>
11978 L:      linux-usb@vger.kernel.org
11979 L:      netdev@vger.kernel.org
11980 T:      git git://github.com/petkan/rtl8150.git
11981 W:      https://github.com/petkan/rtl8150
11982 S:      Maintained
11983 F:      drivers/net/usb/rtl8150.c
11984
11985 USB SERIAL SUBSYSTEM
11986 M:      Johan Hovold <johan@kernel.org>
11987 L:      linux-usb@vger.kernel.org
11988 S:      Maintained
11989 F:      Documentation/usb/usb-serial.txt
11990 F:      drivers/usb/serial/
11991 F:      include/linux/usb/serial.h
11992
11993 USB SMSC75XX ETHERNET DRIVER
11994 M:      Steve Glendinning <steve.glendinning@shawell.net>
11995 L:      netdev@vger.kernel.org
11996 S:      Maintained
11997 F:      drivers/net/usb/smsc75xx.*
11998
11999 USB SMSC95XX ETHERNET DRIVER
12000 M:      Steve Glendinning <steve.glendinning@shawell.net>
12001 L:      netdev@vger.kernel.org
12002 S:      Maintained
12003 F:      drivers/net/usb/smsc95xx.*
12004
12005 USB SUBSYSTEM
12006 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12007 L:      linux-usb@vger.kernel.org
12008 W:      http://www.linux-usb.org
12009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
12010 S:      Supported
12011 F:      Documentation/devicetree/bindings/usb/
12012 F:      Documentation/usb/
12013 F:      drivers/usb/
12014 F:      include/linux/usb.h
12015 F:      include/linux/usb/
12016
12017 USB UHCI DRIVER
12018 M:      Alan Stern <stern@rowland.harvard.edu>
12019 L:      linux-usb@vger.kernel.org
12020 S:      Maintained
12021 F:      drivers/usb/host/uhci*
12022
12023 USB "USBNET" DRIVER FRAMEWORK
12024 M:      Oliver Neukum <oneukum@suse.com>
12025 L:      netdev@vger.kernel.org
12026 W:      http://www.linux-usb.org/usbnet
12027 S:      Maintained
12028 F:      drivers/net/usb/usbnet.c
12029 F:      include/linux/usb/usbnet.h
12030
12031 USB VIDEO CLASS
12032 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12033 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
12034 L:      linux-media@vger.kernel.org
12035 T:      git git://linuxtv.org/media_tree.git
12036 W:      http://www.ideasonboard.org/uvc/
12037 S:      Maintained
12038 F:      drivers/media/usb/uvc/
12039 F:      include/uapi/linux/uvcvideo.h
12040
12041 USB VISION DRIVER
12042 M:      Hans Verkuil <hverkuil@xs4all.nl>
12043 L:      linux-media@vger.kernel.org
12044 T:      git git://linuxtv.org/media_tree.git
12045 W:      https://linuxtv.org
12046 S:      Odd Fixes
12047 F:      drivers/media/usb/usbvision/
12048
12049 USB WEBCAM GADGET
12050 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12051 L:      linux-usb@vger.kernel.org
12052 S:      Maintained
12053 F:      drivers/usb/gadget/function/*uvc*
12054 F:      drivers/usb/gadget/legacy/webcam.c
12055
12056 USB WIRELESS RNDIS DRIVER (rndis_wlan)
12057 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
12058 L:      linux-wireless@vger.kernel.org
12059 S:      Maintained
12060 F:      drivers/net/wireless/rndis_wlan.c
12061
12062 USB XHCI DRIVER
12063 M:      Mathias Nyman <mathias.nyman@intel.com>
12064 L:      linux-usb@vger.kernel.org
12065 S:      Supported
12066 F:      drivers/usb/host/xhci*
12067 F:      drivers/usb/host/pci-quirks*
12068
12069 USB ZD1201 DRIVER
12070 L:      linux-wireless@vger.kernel.org
12071 W:      http://linux-lc100020.sourceforge.net
12072 S:      Orphan
12073 F:      drivers/net/wireless/zydas/zd1201.*
12074
12075 USB ZR364XX DRIVER
12076 M:      Antoine Jacquet <royale@zerezo.com>
12077 L:      linux-usb@vger.kernel.org
12078 L:      linux-media@vger.kernel.org
12079 T:      git git://linuxtv.org/media_tree.git
12080 W:      http://royale.zerezo.com/zr364xx/
12081 S:      Maintained
12082 F:      Documentation/video4linux/zr364xx.txt
12083 F:      drivers/media/usb/zr364xx/
12084
12085 ULPI BUS
12086 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
12087 L:      linux-usb@vger.kernel.org
12088 S:      Maintained
12089 F:      drivers/usb/common/ulpi.c
12090 F:      include/linux/ulpi/
12091
12092 USER-MODE LINUX (UML)
12093 M:      Jeff Dike <jdike@addtoit.com>
12094 M:      Richard Weinberger <richard@nod.at>
12095 L:      user-mode-linux-devel@lists.sourceforge.net
12096 L:      user-mode-linux-user@lists.sourceforge.net
12097 W:      http://user-mode-linux.sourceforge.net
12098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
12099 S:      Maintained
12100 F:      Documentation/virtual/uml/
12101 F:      arch/um/
12102 F:      arch/x86/um/
12103 F:      fs/hostfs/
12104 F:      fs/hppfs/
12105
12106 USERSPACE I/O (UIO)
12107 M:      "Hans J. Koch" <hjk@hansjkoch.de>
12108 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12109 S:      Maintained
12110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
12111 F:      Documentation/DocBook/uio-howto.tmpl
12112 F:      drivers/uio/
12113 F:      include/linux/uio*.h
12114
12115 UTIL-LINUX PACKAGE
12116 M:      Karel Zak <kzak@redhat.com>
12117 L:      util-linux@vger.kernel.org
12118 W:      http://en.wikipedia.org/wiki/Util-linux
12119 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
12120 S:      Maintained
12121
12122 UVESAFB DRIVER
12123 M:      Michal Januszewski <spock@gentoo.org>
12124 L:      linux-fbdev@vger.kernel.org
12125 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
12126 S:      Maintained
12127 F:      Documentation/fb/uvesafb.txt
12128 F:      drivers/video/fbdev/uvesafb.*
12129
12130 VF610 NAND DRIVER
12131 M:      Stefan Agner <stefan@agner.ch>
12132 L:      linux-mtd@lists.infradead.org
12133 S:      Supported
12134 F:      drivers/mtd/nand/vf610_nfc.c
12135
12136 VFAT/FAT/MSDOS FILESYSTEM
12137 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
12138 S:      Maintained
12139 F:      Documentation/filesystems/vfat.txt
12140 F:      fs/fat/
12141
12142 VFIO DRIVER
12143 M:      Alex Williamson <alex.williamson@redhat.com>
12144 L:      kvm@vger.kernel.org
12145 T:      git git://github.com/awilliam/linux-vfio.git
12146 S:      Maintained
12147 F:      Documentation/vfio.txt
12148 F:      drivers/vfio/
12149 F:      include/linux/vfio.h
12150 F:      include/uapi/linux/vfio.h
12151
12152 VFIO PLATFORM DRIVER
12153 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
12154 L:      kvm@vger.kernel.org
12155 S:      Maintained
12156 F:      drivers/vfio/platform/
12157
12158 VIDEOBUF2 FRAMEWORK
12159 M:      Pawel Osciak <pawel@osciak.com>
12160 M:      Marek Szyprowski <m.szyprowski@samsung.com>
12161 M:      Kyungmin Park <kyungmin.park@samsung.com>
12162 L:      linux-media@vger.kernel.org
12163 S:      Maintained
12164 F:      drivers/media/v4l2-core/videobuf2-*
12165 F:      include/media/videobuf2-*
12166
12167 VIRTUAL SERIO DEVICE DRIVER
12168 M:      Stephen Chandler Paul <thatslyude@gmail.com>
12169 S:      Maintained
12170 F:      drivers/input/serio/userio.c
12171 F:      include/uapi/linux/userio.h
12172
12173 VIRTIO CONSOLE DRIVER
12174 M:      Amit Shah <amit.shah@redhat.com>
12175 L:      virtualization@lists.linux-foundation.org
12176 S:      Maintained
12177 F:      drivers/char/virtio_console.c
12178 F:      include/linux/virtio_console.h
12179 F:      include/uapi/linux/virtio_console.h
12180
12181 VIRTIO CORE, NET AND BLOCK DRIVERS
12182 M:      "Michael S. Tsirkin" <mst@redhat.com>
12183 L:      virtualization@lists.linux-foundation.org
12184 S:      Maintained
12185 F:      Documentation/devicetree/bindings/virtio/
12186 F:      drivers/virtio/
12187 F:      tools/virtio/
12188 F:      drivers/net/virtio_net.c
12189 F:      drivers/block/virtio_blk.c
12190 F:      include/linux/virtio_*.h
12191 F:      include/uapi/linux/virtio_*.h
12192
12193 VIRTIO DRIVERS FOR S390
12194 M:      Christian Borntraeger <borntraeger@de.ibm.com>
12195 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
12196 L:      linux-s390@vger.kernel.org
12197 L:      virtualization@lists.linux-foundation.org
12198 L:      kvm@vger.kernel.org
12199 S:      Supported
12200 F:      drivers/s390/virtio/
12201
12202 VIRTIO GPU DRIVER
12203 M:      David Airlie <airlied@linux.ie>
12204 M:      Gerd Hoffmann <kraxel@redhat.com>
12205 L:      dri-devel@lists.freedesktop.org
12206 L:      virtualization@lists.linux-foundation.org
12207 S:      Maintained
12208 F:      drivers/gpu/drm/virtio/
12209 F:      include/uapi/linux/virtio_gpu.h
12210
12211 VIRTIO HOST (VHOST)
12212 M:      "Michael S. Tsirkin" <mst@redhat.com>
12213 L:      kvm@vger.kernel.org
12214 L:      virtualization@lists.linux-foundation.org
12215 L:      netdev@vger.kernel.org
12216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
12217 S:      Maintained
12218 F:      drivers/vhost/
12219 F:      include/uapi/linux/vhost.h
12220
12221 VIRTIO INPUT DRIVER
12222 M:      Gerd Hoffmann <kraxel@redhat.com>
12223 S:      Maintained
12224 F:      drivers/virtio/virtio_input.c
12225 F:      include/uapi/linux/virtio_input.h
12226
12227 VIA RHINE NETWORK DRIVER
12228 S:      Orphan
12229 F:      drivers/net/ethernet/via/via-rhine.c
12230
12231 VIA SD/MMC CARD CONTROLLER DRIVER
12232 M:      Bruce Chang <brucechang@via.com.tw>
12233 M:      Harald Welte <HaraldWelte@viatech.com>
12234 S:      Maintained
12235 F:      drivers/mmc/host/via-sdmmc.c
12236
12237 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
12238 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
12239 L:      linux-fbdev@vger.kernel.org
12240 S:      Maintained
12241 F:      include/linux/via-core.h
12242 F:      include/linux/via-gpio.h
12243 F:      include/linux/via_i2c.h
12244 F:      drivers/video/fbdev/via/
12245
12246 VIA VELOCITY NETWORK DRIVER
12247 M:      Francois Romieu <romieu@fr.zoreil.com>
12248 L:      netdev@vger.kernel.org
12249 S:      Maintained
12250 F:      drivers/net/ethernet/via/via-velocity.*
12251
12252 VIRT LIB
12253 M:      Alex Williamson <alex.williamson@redhat.com>
12254 M:      Paolo Bonzini <pbonzini@redhat.com>
12255 L:      kvm@vger.kernel.org
12256 S:      Supported
12257 F:      virt/lib/
12258
12259 VIVID VIRTUAL VIDEO DRIVER
12260 M:      Hans Verkuil <hverkuil@xs4all.nl>
12261 L:      linux-media@vger.kernel.org
12262 T:      git git://linuxtv.org/media_tree.git
12263 W:      https://linuxtv.org
12264 S:      Maintained
12265 F:      drivers/media/platform/vivid/*
12266
12267 VLAN (802.1Q)
12268 M:      Patrick McHardy <kaber@trash.net>
12269 L:      netdev@vger.kernel.org
12270 S:      Maintained
12271 F:      drivers/net/macvlan.c
12272 F:      include/linux/if_*vlan.h
12273 F:      net/8021q/
12274
12275 VLYNQ BUS
12276 M:      Florian Fainelli <florian@openwrt.org>
12277 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
12278 S:      Maintained
12279 F:      drivers/vlynq/vlynq.c
12280 F:      include/linux/vlynq.h
12281
12282 VME SUBSYSTEM
12283 M:      Martyn Welch <martyn@welchs.me.uk>
12284 M:      Manohar Vanga <manohar.vanga@gmail.com>
12285 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12286 L:      devel@driverdev.osuosl.org
12287 S:      Maintained
12288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12289 F:      Documentation/vme_api.txt
12290 F:      drivers/staging/vme/
12291 F:      drivers/vme/
12292 F:      include/linux/vme*
12293
12294 VMWARE HYPERVISOR INTERFACE
12295 M:      Alok Kataria <akataria@vmware.com>
12296 L:      virtualization@lists.linux-foundation.org
12297 S:      Supported
12298 F:      arch/x86/kernel/cpu/vmware.c
12299
12300 VMWARE BALLOON DRIVER
12301 M:      Xavier Deguillard <xdeguillard@vmware.com>
12302 M:      Philip Moltmann <moltmann@vmware.com>
12303 M:      "VMware, Inc." <pv-drivers@vmware.com>
12304 L:      linux-kernel@vger.kernel.org
12305 S:      Maintained
12306 F:      drivers/misc/vmw_balloon.c
12307
12308 VMWARE VMMOUSE SUBDRIVER
12309 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
12310 M:      "VMware, Inc." <pv-drivers@vmware.com>
12311 L:      linux-input@vger.kernel.org
12312 S:      Maintained
12313 F:      drivers/input/mouse/vmmouse.c
12314 F:      drivers/input/mouse/vmmouse.h
12315
12316 VMWARE VMXNET3 ETHERNET DRIVER
12317 M:      Shrikrishna Khare <skhare@vmware.com>
12318 M:      "VMware, Inc." <pv-drivers@vmware.com>
12319 L:      netdev@vger.kernel.org
12320 S:      Maintained
12321 F:      drivers/net/vmxnet3/
12322
12323 VMware PVSCSI driver
12324 M:      Arvind Kumar <arvindkumar@vmware.com>
12325 M:      VMware PV-Drivers <pv-drivers@vmware.com>
12326 L:      linux-scsi@vger.kernel.org
12327 S:      Maintained
12328 F:      drivers/scsi/vmw_pvscsi.c
12329 F:      drivers/scsi/vmw_pvscsi.h
12330
12331 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
12332 M:      Liam Girdwood <lgirdwood@gmail.com>
12333 M:      Mark Brown <broonie@kernel.org>
12334 L:      linux-kernel@vger.kernel.org
12335 W:      http://www.slimlogic.co.uk/?p=48
12336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
12337 S:      Supported
12338 F:      Documentation/devicetree/bindings/regulator/
12339 F:      drivers/regulator/
12340 F:      include/dt-bindings/regulator/
12341 F:      include/linux/regulator/
12342
12343 VRF
12344 M:      David Ahern <dsa@cumulusnetworks.com>
12345 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
12346 L:      netdev@vger.kernel.org
12347 S:      Maintained
12348 F:      drivers/net/vrf.c
12349 F:      Documentation/networking/vrf.txt
12350
12351 VT1211 HARDWARE MONITOR DRIVER
12352 M:      Juerg Haefliger <juergh@gmail.com>
12353 L:      linux-hwmon@vger.kernel.org
12354 S:      Maintained
12355 F:      Documentation/hwmon/vt1211
12356 F:      drivers/hwmon/vt1211.c
12357
12358 VT8231 HARDWARE MONITOR DRIVER
12359 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
12360 L:      linux-hwmon@vger.kernel.org
12361 S:      Maintained
12362 F:      drivers/hwmon/vt8231.c
12363
12364 VUB300 USB to SDIO/SD/MMC bridge chip
12365 M:      Tony Olech <tony.olech@elandigitalsystems.com>
12366 L:      linux-mmc@vger.kernel.org
12367 L:      linux-usb@vger.kernel.org
12368 S:      Supported
12369 F:      drivers/mmc/host/vub300.c
12370
12371 W1 DALLAS'S 1-WIRE BUS
12372 M:      Evgeniy Polyakov <zbr@ioremap.net>
12373 S:      Maintained
12374 F:      Documentation/w1/
12375 F:      drivers/w1/
12376
12377 W83791D HARDWARE MONITORING DRIVER
12378 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12379 L:      linux-hwmon@vger.kernel.org
12380 S:      Maintained
12381 F:      Documentation/hwmon/w83791d
12382 F:      drivers/hwmon/w83791d.c
12383
12384 W83793 HARDWARE MONITORING DRIVER
12385 M:      Rudolf Marek <r.marek@assembler.cz>
12386 L:      linux-hwmon@vger.kernel.org
12387 S:      Maintained
12388 F:      Documentation/hwmon/w83793
12389 F:      drivers/hwmon/w83793.c
12390
12391 W83795 HARDWARE MONITORING DRIVER
12392 M:      Jean Delvare <jdelvare@suse.com>
12393 L:      linux-hwmon@vger.kernel.org
12394 S:      Maintained
12395 F:      drivers/hwmon/w83795.c
12396
12397 W83L51xD SD/MMC CARD INTERFACE DRIVER
12398 M:      Pierre Ossman <pierre@ossman.eu>
12399 S:      Maintained
12400 F:      drivers/mmc/host/wbsd.*
12401
12402 WACOM PROTOCOL 4 SERIAL TABLETS
12403 M:      Julian Squires <julian@cipht.net>
12404 M:      Hans de Goede <hdegoede@redhat.com>
12405 L:      linux-input@vger.kernel.org
12406 S:      Maintained
12407 F:      drivers/input/tablet/wacom_serial4.c
12408
12409 WATCHDOG DEVICE DRIVERS
12410 M:      Wim Van Sebroeck <wim@iguana.be>
12411 R:      Guenter Roeck <linux@roeck-us.net>
12412 L:      linux-watchdog@vger.kernel.org
12413 W:      http://www.linux-watchdog.org/
12414 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12415 S:      Maintained
12416 F:      Documentation/devicetree/bindings/watchdog/
12417 F:      Documentation/watchdog/
12418 F:      drivers/watchdog/
12419 F:      include/linux/watchdog.h
12420 F:      include/uapi/linux/watchdog.h
12421
12422 WD7000 SCSI DRIVER
12423 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12424 L:      linux-scsi@vger.kernel.org
12425 S:      Maintained
12426 F:      drivers/scsi/wd7000.c
12427
12428 WIIMOTE HID DRIVER
12429 M:      David Herrmann <dh.herrmann@googlemail.com>
12430 L:      linux-input@vger.kernel.org
12431 S:      Maintained
12432 F:      drivers/hid/hid-wiimote*
12433
12434 WINBOND CIR DRIVER
12435 M:      David Härdeman <david@hardeman.nu>
12436 S:      Maintained
12437 F:      drivers/media/rc/winbond-cir.c
12438
12439 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12440 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12441 L:      linux-watchdog@vger.kernel.org
12442 S:      Maintained
12443 F:      drivers/watchdog/ebc-c384_wdt.c
12444
12445 WINSYSTEMS WS16C48 GPIO DRIVER
12446 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12447 L:      linux-gpio@vger.kernel.org
12448 S:      Maintained
12449 F:      drivers/gpio/gpio-ws16c48.c
12450
12451 WIMAX STACK
12452 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12453 M:      linux-wimax@intel.com
12454 L:      wimax@linuxwimax.org (subscribers-only)
12455 S:      Supported
12456 W:      http://linuxwimax.org
12457 F:      Documentation/wimax/README.wimax
12458 F:      include/linux/wimax/debug.h
12459 F:      include/net/wimax.h
12460 F:      include/uapi/linux/wimax.h
12461 F:      net/wimax/
12462
12463 WISTRON LAPTOP BUTTON DRIVER
12464 M:      Miloslav Trmac <mitr@volny.cz>
12465 S:      Maintained
12466 F:      drivers/input/misc/wistron_btns.c
12467
12468 WL3501 WIRELESS PCMCIA CARD DRIVER
12469 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12470 L:      linux-wireless@vger.kernel.org
12471 W:      http://oops.ghostprotocols.net:81/blog
12472 S:      Maintained
12473 F:      drivers/net/wireless/wl3501*
12474
12475 WOLFSON MICROELECTRONICS DRIVERS
12476 L:      patches@opensource.wolfsonmicro.com
12477 T:      git https://github.com/CirrusLogic/linux-drivers.git
12478 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12479 S:      Supported
12480 F:      Documentation/hwmon/wm83??
12481 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12482 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12483 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12484 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12485 F:      drivers/clk/clk-wm83*.c
12486 F:      drivers/extcon/extcon-arizona.c
12487 F:      drivers/leds/leds-wm83*.c
12488 F:      drivers/gpio/gpio-*wm*.c
12489 F:      drivers/gpio/gpio-arizona.c
12490 F:      drivers/hwmon/wm83??-hwmon.c
12491 F:      drivers/input/misc/wm831x-on.c
12492 F:      drivers/input/touchscreen/wm831x-ts.c
12493 F:      drivers/input/touchscreen/wm97*.c
12494 F:      drivers/mfd/arizona*
12495 F:      drivers/mfd/wm*.c
12496 F:      drivers/mfd/cs47l24*
12497 F:      drivers/power/wm83*.c
12498 F:      drivers/rtc/rtc-wm83*.c
12499 F:      drivers/regulator/wm8*.c
12500 F:      drivers/video/backlight/wm83*_bl.c
12501 F:      drivers/watchdog/wm83*_wdt.c
12502 F:      include/linux/mfd/arizona/
12503 F:      include/linux/mfd/wm831x/
12504 F:      include/linux/mfd/wm8350/
12505 F:      include/linux/mfd/wm8400*
12506 F:      include/linux/wm97xx.h
12507 F:      include/sound/wm????.h
12508 F:      sound/soc/codecs/arizona.?
12509 F:      sound/soc/codecs/wm*
12510 F:      sound/soc/codecs/cs47l24*
12511
12512 WORKQUEUE
12513 M:      Tejun Heo <tj@kernel.org>
12514 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12516 S:      Maintained
12517 F:      include/linux/workqueue.h
12518 F:      kernel/workqueue.c
12519 F:      Documentation/workqueue.txt
12520
12521 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
12522 M:      Chen-Yu Tsai <wens@csie.org>
12523 L:      linux-kernel@vger.kernel.org
12524 S:      Maintained
12525 N:      axp[128]
12526
12527 X.25 NETWORK LAYER
12528 M:      Andrew Hendry <andrew.hendry@gmail.com>
12529 L:      linux-x25@vger.kernel.org
12530 S:      Odd Fixes
12531 F:      Documentation/networking/x25*
12532 F:      include/net/x25*
12533 F:      net/x25/
12534
12535 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12536 M:      Thomas Gleixner <tglx@linutronix.de>
12537 M:      Ingo Molnar <mingo@redhat.com>
12538 M:      "H. Peter Anvin" <hpa@zytor.com>
12539 M:      x86@kernel.org
12540 L:      linux-kernel@vger.kernel.org
12541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12542 S:      Maintained
12543 F:      Documentation/x86/
12544 F:      arch/x86/
12545
12546 X86 PLATFORM DRIVERS
12547 M:      Darren Hart <dvhart@infradead.org>
12548 L:      platform-driver-x86@vger.kernel.org
12549 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12550 S:      Maintained
12551 F:      drivers/platform/x86/
12552 F:      drivers/platform/olpc/
12553
12554 X86 MCE INFRASTRUCTURE
12555 M:      Tony Luck <tony.luck@intel.com>
12556 M:      Borislav Petkov <bp@alien8.de>
12557 L:      linux-edac@vger.kernel.org
12558 S:      Maintained
12559 F:      arch/x86/kernel/cpu/mcheck/*
12560
12561 X86 MICROCODE UPDATE SUPPORT
12562 M:      Borislav Petkov <bp@alien8.de>
12563 S:      Maintained
12564 F:      arch/x86/kernel/cpu/microcode/*
12565
12566 X86 VDSO
12567 M:      Andy Lutomirski <luto@amacapital.net>
12568 L:      linux-kernel@vger.kernel.org
12569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12570 S:      Maintained
12571 F:      arch/x86/entry/vdso/
12572
12573 XC2028/3028 TUNER DRIVER
12574 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12575 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12576 L:      linux-media@vger.kernel.org
12577 W:      https://linuxtv.org
12578 T:      git git://linuxtv.org/media_tree.git
12579 S:      Maintained
12580 F:      drivers/media/tuners/tuner-xc2028.*
12581
12582 XEN HYPERVISOR INTERFACE
12583 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12584 M:      David Vrabel <david.vrabel@citrix.com>
12585 M:      Juergen Gross <jgross@suse.com>
12586 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12588 S:      Supported
12589 F:      arch/x86/xen/
12590 F:      drivers/*/xen-*front.c
12591 F:      drivers/xen/
12592 F:      arch/x86/include/asm/xen/
12593 F:      include/xen/
12594 F:      include/uapi/xen/
12595
12596 XEN HYPERVISOR ARM
12597 M:      Stefano Stabellini <sstabellini@kernel.org>
12598 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12599 S:      Maintained
12600 F:      arch/arm/xen/
12601 F:      arch/arm/include/asm/xen/
12602
12603 XEN HYPERVISOR ARM64
12604 M:      Stefano Stabellini <sstabellini@kernel.org>
12605 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12606 S:      Maintained
12607 F:      arch/arm64/xen/
12608 F:      arch/arm64/include/asm/xen/
12609
12610 XEN NETWORK BACKEND DRIVER
12611 M:      Wei Liu <wei.liu2@citrix.com>
12612 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12613 L:      netdev@vger.kernel.org
12614 S:      Supported
12615 F:      drivers/net/xen-netback/*
12616
12617 XEN PCI SUBSYSTEM
12618 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12619 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12620 S:      Supported
12621 F:      arch/x86/pci/*xen*
12622 F:      drivers/pci/*xen*
12623
12624 XEN BLOCK SUBSYSTEM
12625 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12626 M:      Roger Pau Monné <roger.pau@citrix.com>
12627 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12628 S:      Supported
12629 F:      drivers/block/xen-blkback/*
12630 F:      drivers/block/xen*
12631
12632 XEN PVSCSI DRIVERS
12633 M:      Juergen Gross <jgross@suse.com>
12634 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12635 L:      linux-scsi@vger.kernel.org
12636 S:      Supported
12637 F:      drivers/scsi/xen-scsifront.c
12638 F:      drivers/xen/xen-scsiback.c
12639 F:      include/xen/interface/io/vscsiif.h
12640
12641 XEN SWIOTLB SUBSYSTEM
12642 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12643 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12644 S:      Supported
12645 F:      arch/x86/xen/*swiotlb*
12646 F:      drivers/xen/*swiotlb*
12647
12648 XFS FILESYSTEM
12649 P:      Silicon Graphics Inc
12650 M:      Dave Chinner <david@fromorbit.com>
12651 M:      xfs@oss.sgi.com
12652 L:      xfs@oss.sgi.com
12653 W:      http://oss.sgi.com/projects/xfs
12654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12655 S:      Supported
12656 F:      Documentation/filesystems/xfs.txt
12657 F:      fs/xfs/
12658
12659 XILINX AXI ETHERNET DRIVER
12660 M:      Anirudha Sarangi <anirudh@xilinx.com>
12661 M:      John Linn <John.Linn@xilinx.com>
12662 S:      Maintained
12663 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12664
12665 XILINX UARTLITE SERIAL DRIVER
12666 M:      Peter Korsgaard <jacmet@sunsite.dk>
12667 L:      linux-serial@vger.kernel.org
12668 S:      Maintained
12669 F:      drivers/tty/serial/uartlite.c
12670
12671 XILINX VIDEO IP CORES
12672 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12673 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12674 L:      linux-media@vger.kernel.org
12675 T:      git git://linuxtv.org/media_tree.git
12676 S:      Supported
12677 F:      Documentation/devicetree/bindings/media/xilinx/
12678 F:      drivers/media/platform/xilinx/
12679 F:      include/uapi/linux/xilinx-v4l2-controls.h
12680
12681 XILLYBUS DRIVER
12682 M:      Eli Billauer <eli.billauer@gmail.com>
12683 L:      linux-kernel@vger.kernel.org
12684 S:      Supported
12685 F:      drivers/char/xillybus/
12686
12687 XTENSA XTFPGA PLATFORM SUPPORT
12688 M:      Max Filippov <jcmvbkbc@gmail.com>
12689 L:      linux-xtensa@linux-xtensa.org
12690 S:      Maintained
12691 F:      drivers/spi/spi-xtensa-xtfpga.c
12692 F:      sound/soc/xtensa/xtfpga-i2s.c
12693
12694 YAM DRIVER FOR AX.25
12695 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12696 L:      linux-hams@vger.kernel.org
12697 S:      Maintained
12698 F:      drivers/net/hamradio/yam*
12699 F:      include/linux/yam.h
12700
12701 YEALINK PHONE DRIVER
12702 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12703 L:      usbb2k-api-dev@nongnu.org
12704 S:      Maintained
12705 F:      Documentation/input/yealink.txt
12706 F:      drivers/input/misc/yealink.*
12707
12708 Z8530 DRIVER FOR AX.25
12709 M:      Joerg Reuter <jreuter@yaina.de>
12710 W:      http://yaina.de/jreuter/
12711 W:      http://www.qsl.net/dl1bke/
12712 L:      linux-hams@vger.kernel.org
12713 S:      Maintained
12714 F:      Documentation/networking/z8530drv.txt
12715 F:      drivers/net/hamradio/*scc.c
12716 F:      drivers/net/hamradio/z8530.h
12717
12718 ZBUD COMPRESSED PAGE ALLOCATOR
12719 M:      Seth Jennings <sjenning@redhat.com>
12720 L:      linux-mm@kvack.org
12721 S:      Maintained
12722 F:      mm/zbud.c
12723 F:      include/linux/zbud.h
12724
12725 ZD1211RW WIRELESS DRIVER
12726 M:      Daniel Drake <dsd@gentoo.org>
12727 M:      Ulrich Kunitz <kune@deine-taler.de>
12728 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12729 L:      linux-wireless@vger.kernel.org
12730 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12731 S:      Maintained
12732 F:      drivers/net/wireless/zydas/zd1211rw/
12733
12734 ZPOOL COMPRESSED PAGE STORAGE API
12735 M:      Dan Streetman <ddstreet@ieee.org>
12736 L:      linux-mm@kvack.org
12737 S:      Maintained
12738 F:      mm/zpool.c
12739 F:      include/linux/zpool.h
12740
12741 ZR36067 VIDEO FOR LINUX DRIVER
12742 L:      mjpeg-users@lists.sourceforge.net
12743 L:      linux-media@vger.kernel.org
12744 W:      http://mjpeg.sourceforge.net/driver-zoran/
12745 T:      hg https://linuxtv.org/hg/v4l-dvb
12746 S:      Odd Fixes
12747 F:      drivers/media/pci/zoran/
12748
12749 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12750 M:      Minchan Kim <minchan@kernel.org>
12751 M:      Nitin Gupta <ngupta@vflare.org>
12752 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12753 L:      linux-kernel@vger.kernel.org
12754 S:      Maintained
12755 F:      drivers/block/zram/
12756 F:      Documentation/blockdev/zram.txt
12757
12758 ZS DECSTATION Z85C30 SERIAL DRIVER
12759 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12760 S:      Maintained
12761 F:      drivers/tty/serial/zs.*
12762
12763 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12764 M:      Minchan Kim <minchan@kernel.org>
12765 M:      Nitin Gupta <ngupta@vflare.org>
12766 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12767 L:      linux-mm@kvack.org
12768 S:      Maintained
12769 F:      mm/zsmalloc.c
12770 F:      include/linux/zsmalloc.h
12771 F:      Documentation/vm/zsmalloc.txt
12772
12773 ZSWAP COMPRESSED SWAP CACHING
12774 M:      Seth Jennings <sjenning@redhat.com>
12775 L:      linux-mm@kvack.org
12776 S:      Maintained
12777 F:      mm/zswap.c
12778
12779 THE REST
12780 M:      Linus Torvalds <torvalds@linux-foundation.org>
12781 L:      linux-kernel@vger.kernel.org
12782 Q:      http://patchwork.kernel.org/project/LKML/list/
12783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12784 S:      Buried alive in reporters
12785 F:      *
12786 F:      */