]> Git Repo - linux.git/blob - MAINTAINERS
Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.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/process/coding-style.rst 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/process/submitting-patches.rst 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/process/submitting-patches.rst.
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: [email protected], 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         B: URI for where to file bugs. A web-page with detailed bug
78            filing info, a direct bug tracker link, or a mailto: URI.
79         C: URI for chat protocol, server and channel where developers
80            usually hang out, for example irc://server/channel.
81         Q: Patchwork web based patch tracking system site
82         T: SCM tree type and location.
83            Type is one of: git, hg, quilt, stgit, topgit
84         S: Status, one of the following:
85            Supported:   Someone is actually paid to look after this.
86            Maintained:  Someone actually looks after it.
87            Odd Fixes:   It has a maintainer but they don't have time to do
88                         much other than throw the odd patch in. See below..
89            Orphan:      No current maintainer [but maybe you could take the
90                         role as you write your new code].
91            Obsolete:    Old code. Something tagged obsolete generally means
92                         it has been replaced by a better system and you
93                         should be using that.
94         F: Files and directories with wildcard patterns.
95            A trailing slash includes all files and subdirectory files.
96            F:   drivers/net/    all files in and below drivers/net
97            F:   drivers/net/*   all files in drivers/net, but not below
98            F:   */net/*         all files in "any top level directory"/net
99            One pattern per line.  Multiple F: lines acceptable.
100         N: Files and directories with regex patterns.
101            N:   [^a-z]tegra     all files whose path contains the word tegra
102            One pattern per line.  Multiple N: lines acceptable.
103            scripts/get_maintainer.pl has different behavior for files that
104            match F: pattern and matches of N: patterns.  By default,
105            get_maintainer will not look at git log history when an F: pattern
106            match occurs.  When an N: match occurs, git log history is used
107            to also notify the people that have git commit signatures.
108         X: Files and directories that are NOT maintained, same rules as F:
109            Files exclusions are tested before file matches.
110            Can be useful for excluding a specific subdirectory, for instance:
111            F:   net/
112            X:   net/ipv6/
113            matches all files in and below net excluding net/ipv6/
114         K: Keyword perl extended regex pattern to match content in a
115            patch or file.  For instance:
116            K: of_get_profile
117               matches patches or files that contain "of_get_profile"
118            K: \b(printk|pr_(info|err))\b
119               matches patches or files that contain one or more of the words
120               printk, pr_info or pr_err
121            One regex pattern per line.  Multiple K: lines acceptable.
122
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
125 so much easier [Ed]
126
127 Maintainers List (try to look for most precise areas first)
128
129                 -----------------------------------
130
131 3C59X NETWORK DRIVER
132 M:      Steffen Klassert <[email protected]>
133 L:      [email protected]
134 S:      Maintained
135 F:      Documentation/networking/vortex.txt
136 F:      drivers/net/ethernet/3com/3c59x.c
137
138 3CR990 NETWORK DRIVER
139 M:      David Dillow <[email protected]>
140 L:      [email protected]
141 S:      Maintained
142 F:      drivers/net/ethernet/3com/typhoon*
143
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M:      Adam Radford <[email protected]>
146 L:      [email protected]
147 W:      http://www.lsi.com
148 S:      Supported
149 F:      drivers/scsi/3w-*
150
151 53C700 AND 53C700-66 SCSI DRIVER
152 M:      "James E.J. Bottomley" <[email protected]>
153 L:      [email protected]
154 S:      Maintained
155 F:      drivers/scsi/53c700*
156
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M:      Alexander Aring <[email protected]>
159 M:      Jukka Rissanen <[email protected]>
160 L:      [email protected]
161 L:      [email protected]
162 S:      Maintained
163 F:      net/6lowpan/
164 F:      include/net/6lowpan.h
165 F:      Documentation/networking/6lowpan.txt
166
167 6PACK NETWORK DRIVER FOR AX.25
168 M:      Andreas Koensgen <[email protected]>
169 L:      [email protected]
170 S:      Maintained
171 F:      drivers/net/hamradio/6pack.c
172
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M:      Realtek linux nic maintainers <[email protected]>
175 L:      [email protected]
176 S:      Maintained
177 F:      drivers/net/ethernet/realtek/r8169.c
178
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M:      Greg Kroah-Hartman <[email protected]>
181 L:      [email protected]
182 S:      Maintained
183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F:      drivers/tty/serial/8250*
185 F:      include/linux/serial_8250.h
186
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L:      [email protected]
189 S:      Orphan / Obsolete
190 F:      drivers/net/ethernet/8390/
191
192 9P FILE SYSTEM
193 M:      Eric Van Hensbergen <[email protected]>
194 M:      Ron Minnich <[email protected]>
195 M:      Latchesar Ionkov <[email protected]>
196 L:      [email protected]
197 W:      http://swik.net/v9fs
198 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200 S:      Maintained
201 F:      Documentation/filesystems/9p.txt
202 F:      fs/9p/
203 F:      net/9p/
204 F:      include/net/9p/
205 F:      include/uapi/linux/virtio_9p.h
206 F:      include/trace/events/9p.h
207
208 A8293 MEDIA DRIVER
209 M:      Antti Palosaari <[email protected]>
210 L:      [email protected]
211 W:      https://linuxtv.org
212 W:      http://palosaari.fi/linux/
213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
214 T:      git git://linuxtv.org/anttip/media_tree.git
215 S:      Maintained
216 F:      drivers/media/dvb-frontends/a8293*
217
218 AACRAID SCSI RAID DRIVER
219 M:      Adaptec OEM Raid Solutions <[email protected]>
220 L:      [email protected]
221 W:      http://www.adaptec.com/
222 S:      Supported
223 F:      Documentation/scsi/aacraid.txt
224 F:      drivers/scsi/aacraid/
225
226 ABI/API
227 L:      [email protected]
228 F:      include/linux/syscalls.h
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <[email protected]>
233 L:      [email protected]
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <[email protected]>
239 L:      [email protected]
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-DIO-48E GPIO DRIVER
244 M:      William Breathitt Gray <[email protected]>
245 L:      [email protected]
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-dio-48e.c
248
249 ACCES 104-IDI-48 GPIO DRIVER
250 M:      "William Breathitt Gray" <[email protected]>
251 L:      [email protected]
252 S:      Maintained
253 F:      drivers/gpio/gpio-104-idi-48.c
254
255 ACCES 104-IDIO-16 GPIO DRIVER
256 M:      "William Breathitt Gray" <[email protected]>
257 L:      [email protected]
258 S:      Maintained
259 F:      drivers/gpio/gpio-104-idio-16.c
260
261 ACCES 104-QUAD-8 IIO DRIVER
262 M:      William Breathitt Gray <[email protected]>
263 L:      [email protected]
264 S:      Maintained
265 F:      drivers/iio/counter/104-quad-8.c
266
267 ACCES PCI-IDIO-16 GPIO DRIVER
268 M:      William Breathitt Gray <[email protected]>
269 L:      [email protected]
270 S:      Maintained
271 F:      drivers/gpio/gpio-pci-idio-16.c
272
273 ACENIC DRIVER
274 M:      Jes Sorensen <[email protected]>
275 L:      [email protected]
276 S:      Maintained
277 F:      drivers/net/ethernet/alteon/acenic*
278
279 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
280 M:      Peter Feuerer <[email protected]>
281 L:      [email protected]
282 W:      http://piie.net/?section=acerhdf
283 S:      Maintained
284 F:      drivers/platform/x86/acerhdf.c
285
286 ACER WMI LAPTOP EXTRAS
287 M:      "Lee, Chun-Yi" <[email protected]>
288 L:      [email protected]
289 S:      Maintained
290 F:      drivers/platform/x86/acer-wmi.c
291
292 ACPI
293 M:      "Rafael J. Wysocki" <[email protected]>
294 M:      Len Brown <[email protected]>
295 L:      [email protected]
296 W:      https://01.org/linux-acpi
297 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
299 B:      https://bugzilla.kernel.org
300 S:      Supported
301 F:      drivers/acpi/
302 F:      drivers/pnp/pnpacpi/
303 F:      include/linux/acpi.h
304 F:      include/linux/fwnode.h
305 F:      include/acpi/
306 F:      Documentation/acpi/
307 F:      Documentation/ABI/testing/sysfs-bus-acpi
308 F:      Documentation/ABI/testing/configfs-acpi
309 F:      drivers/pci/*acpi*
310 F:      drivers/pci/*/*acpi*
311 F:      drivers/pci/*/*/*acpi*
312 F:      tools/power/acpi/
313
314 ACPI APEI
315 M:      "Rafael J. Wysocki" <[email protected]>
316 M:      Len Brown <[email protected]>
317 L:      [email protected]
318 R:      Tony Luck <[email protected]>
319 R:      Borislav Petkov <[email protected]>
320 F:      drivers/acpi/apei/
321
322 ACPI COMPONENT ARCHITECTURE (ACPICA)
323 M:      Robert Moore <[email protected]>
324 M:      Lv Zheng <[email protected]>
325 M:      "Rafael J. Wysocki" <[email protected]>
326 L:      [email protected]
327 L:      [email protected]
328 W:      https://acpica.org/
329 W:      https://github.com/acpica/acpica/
330 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
332 B:      https://bugzilla.kernel.org
333 B:      https://bugs.acpica.org
334 S:      Supported
335 F:      drivers/acpi/acpica/
336 F:      include/acpi/
337 F:      tools/power/acpi/
338
339 ACPI FAN DRIVER
340 M:      Zhang Rui <[email protected]>
341 L:      [email protected]
342 W:      https://01.org/linux-acpi
343 B:      https://bugzilla.kernel.org
344 S:      Supported
345 F:      drivers/acpi/fan.c
346
347 ACPI FOR ARM64 (ACPI/arm64)
348 M:      Lorenzo Pieralisi <[email protected]>
349 M:      Hanjun Guo <[email protected]>
350 M:      Sudeep Holla <[email protected]>
351 L:      [email protected]
352 S:      Maintained
353 F:      drivers/acpi/arm64
354
355 ACPI THERMAL DRIVER
356 M:      Zhang Rui <[email protected]>
357 L:      [email protected]
358 W:      https://01.org/linux-acpi
359 B:      https://bugzilla.kernel.org
360 S:      Supported
361 F:      drivers/acpi/*thermal*
362
363 ACPI VIDEO DRIVER
364 M:      Zhang Rui <[email protected]>
365 L:      [email protected]
366 W:      https://01.org/linux-acpi
367 B:      https://bugzilla.kernel.org
368 S:      Supported
369 F:      drivers/acpi/acpi_video.c
370
371 ACPI WMI DRIVER
372 L:      [email protected]
373 S:      Orphan
374 F:      drivers/platform/x86/wmi.c
375
376 AD1889 ALSA SOUND DRIVER
377 M:      Thibaut Varene <[email protected]>
378 W:      http://wiki.parisc-linux.org/AD1889
379 L:      [email protected]
380 S:      Maintained
381 F:      sound/pci/ad1889.*
382
383 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
384 M:      Michael Hennerich <[email protected]>
385 W:      http://wiki.analog.com/AD5254
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/misc/ad525x_dpot.c
389
390 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
391 M:      Michael Hennerich <[email protected]>
392 W:      http://wiki.analog.com/AD5398
393 W:      http://ez.analog.com/community/linux-device-drivers
394 S:      Supported
395 F:      drivers/regulator/ad5398.c
396
397 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
398 M:      Michael Hennerich <[email protected]>
399 W:      http://wiki.analog.com/AD7142
400 W:      http://ez.analog.com/community/linux-device-drivers
401 S:      Supported
402 F:      drivers/input/misc/ad714x.c
403
404 AD7877 TOUCHSCREEN DRIVER
405 M:      Michael Hennerich <[email protected]>
406 W:      http://wiki.analog.com/AD7877
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/touchscreen/ad7877.c
410
411 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
412 M:      Michael Hennerich <[email protected]>
413 W:      http://wiki.analog.com/AD7879
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/touchscreen/ad7879.c
417
418 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
419 M:      Jiri Kosina <[email protected]>
420 S:      Maintained
421
422 ADF7242 IEEE 802.15.4 RADIO DRIVER
423 M:      Michael Hennerich <[email protected]>
424 W:      https://wiki.analog.com/ADF7242
425 W:      http://ez.analog.com/community/linux-device-drivers
426 L:      [email protected]
427 S:      Supported
428 F:      drivers/net/ieee802154/adf7242.c
429 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
430
431 ADM1025 HARDWARE MONITOR DRIVER
432 M:      Jean Delvare <[email protected]>
433 L:      [email protected]
434 S:      Maintained
435 F:      Documentation/hwmon/adm1025
436 F:      drivers/hwmon/adm1025.c
437
438 ADM1029 HARDWARE MONITOR DRIVER
439 M:      Corentin Labbe <[email protected]>
440 L:      [email protected]
441 S:      Maintained
442 F:      drivers/hwmon/adm1029.c
443
444 ADM8211 WIRELESS DRIVER
445 L:      [email protected]
446 W:      http://wireless.kernel.org/
447 S:      Orphan
448 F:      drivers/net/wireless/admtek/adm8211.*
449
450 ADP1653 FLASH CONTROLLER DRIVER
451 M:      Sakari Ailus <[email protected]>
452 L:      [email protected]
453 S:      Maintained
454 F:      drivers/media/i2c/adp1653.c
455 F:      include/media/i2c/adp1653.h
456
457 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
458 M:      Michael Hennerich <[email protected]>
459 W:      http://wiki.analog.com/ADP5520
460 W:      http://ez.analog.com/community/linux-device-drivers
461 S:      Supported
462 F:      drivers/mfd/adp5520.c
463 F:      drivers/video/backlight/adp5520_bl.c
464 F:      drivers/leds/leds-adp5520.c
465 F:      drivers/gpio/gpio-adp5520.c
466 F:      drivers/input/keyboard/adp5520-keys.c
467
468 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
469 M:      Michael Hennerich <[email protected]>
470 W:      http://wiki.analog.com/ADP5588
471 W:      http://ez.analog.com/community/linux-device-drivers
472 S:      Supported
473 F:      drivers/input/keyboard/adp5588-keys.c
474 F:      drivers/gpio/gpio-adp5588.c
475
476 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
477 M:      Michael Hennerich <[email protected]>
478 W:      http://wiki.analog.com/ADP8860
479 W:      http://ez.analog.com/community/linux-device-drivers
480 S:      Supported
481 F:      drivers/video/backlight/adp8860_bl.c
482
483 ADS1015 HARDWARE MONITOR DRIVER
484 M:      Dirk Eibach <[email protected]>
485 L:      [email protected]
486 S:      Maintained
487 F:      Documentation/hwmon/ads1015
488 F:      drivers/hwmon/ads1015.c
489 F:      include/linux/platform_data/ads1015.h
490
491 ADT746X FAN DRIVER
492 M:      Colin Leroy <[email protected]>
493 S:      Maintained
494 F:      drivers/macintosh/therm_adt746x.c
495
496 ADT7475 HARDWARE MONITOR DRIVER
497 M:      Jean Delvare <[email protected]>
498 L:      [email protected]
499 S:      Maintained
500 F:      Documentation/hwmon/adt7475
501 F:      drivers/hwmon/adt7475.c
502
503 ADVANSYS SCSI DRIVER
504 M:      Matthew Wilcox <[email protected]>
505 M:      Hannes Reinecke <[email protected]>
506 L:      [email protected]
507 S:      Maintained
508 F:      Documentation/scsi/advansys.txt
509 F:      drivers/scsi/advansys.c
510
511 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
512 M:      Michael Hennerich <[email protected]>
513 W:      http://wiki.analog.com/ADXL345
514 W:      http://ez.analog.com/community/linux-device-drivers
515 S:      Supported
516 F:      drivers/input/misc/adxl34x.c
517
518 AEDSP16 DRIVER
519 M:      Riccardo Facchetti <[email protected]>
520 S:      Maintained
521 F:      sound/oss/aedsp16.c
522
523 AF9013 MEDIA DRIVER
524 M:      Antti Palosaari <[email protected]>
525 L:      [email protected]
526 W:      https://linuxtv.org
527 W:      http://palosaari.fi/linux/
528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
529 T:      git git://linuxtv.org/anttip/media_tree.git
530 S:      Maintained
531 F:      drivers/media/dvb-frontends/af9013*
532
533 AF9033 MEDIA DRIVER
534 M:      Antti Palosaari <[email protected]>
535 L:      [email protected]
536 W:      https://linuxtv.org
537 W:      http://palosaari.fi/linux/
538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
539 T:      git git://linuxtv.org/anttip/media_tree.git
540 S:      Maintained
541 F:      drivers/media/dvb-frontends/af9033*
542
543 AFFS FILE SYSTEM
544 L:      [email protected]
545 S:      Orphan
546 F:      Documentation/filesystems/affs.txt
547 F:      fs/affs/
548
549 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
550 M:      David Howells <[email protected]>
551 L:      [email protected]
552 S:      Supported
553 F:      fs/afs/
554 F:      include/net/af_rxrpc.h
555 F:      net/rxrpc/af_rxrpc.c
556 W:      https://www.infradead.org/~dhowells/kafs/
557
558 AGPGART DRIVER
559 M:      David Airlie <[email protected]>
560 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
561 S:      Maintained
562 F:      drivers/char/agp/
563 F:      include/linux/agp*
564 F:      include/uapi/linux/agp*
565
566 AHA152X SCSI DRIVER
567 M:      "Juergen E. Fischer" <[email protected]>
568 L:      [email protected]
569 S:      Maintained
570 F:      drivers/scsi/aha152x*
571 F:      drivers/scsi/pcmcia/aha152x*
572
573 AIC7XXX / AIC79XX SCSI DRIVER
574 M:      Hannes Reinecke <[email protected]>
575 L:      [email protected]
576 S:      Maintained
577 F:      drivers/scsi/aic7xxx/
578
579 AIMSLAB FM RADIO RECEIVER DRIVER
580 M:      Hans Verkuil <[email protected]>
581 L:      [email protected]
582 T:      git git://linuxtv.org/media_tree.git
583 W:      https://linuxtv.org
584 S:      Maintained
585 F:      drivers/media/radio/radio-aimslab*
586
587 AIO
588 M:      Benjamin LaHaise <[email protected]>
589 L:      [email protected]
590 S:      Supported
591 F:      fs/aio.c
592 F:      include/linux/*aio*.h
593
594 AIRSPY MEDIA DRIVER
595 M:      Antti Palosaari <[email protected]>
596 L:      [email protected]
597 W:      https://linuxtv.org
598 W:      http://palosaari.fi/linux/
599 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
600 T:      git git://linuxtv.org/anttip/media_tree.git
601 S:      Maintained
602 F:      drivers/media/usb/airspy/
603
604 ALACRITECH GIGABIT ETHERNET DRIVER
605 M:      Lino Sanfilippo <[email protected]>
606 S:      Maintained
607 F:      drivers/net/ethernet/alacritech/*
608
609 ALCATEL SPEEDTOUCH USB DRIVER
610 M:      Duncan Sands <[email protected]>
611 L:      [email protected]
612 W:      http://www.linux-usb.org/SpeedTouch/
613 S:      Maintained
614 F:      drivers/usb/atm/speedtch.c
615 F:      drivers/usb/atm/usbatm.c
616
617 ALCHEMY AU1XX0 MMC DRIVER
618 M:      Manuel Lauss <[email protected]>
619 S:      Maintained
620 F:      drivers/mmc/host/au1xmmc.c
621
622 ALI1563 I2C DRIVER
623 M:      Rudolf Marek <[email protected]>
624 L:      [email protected]
625 S:      Maintained
626 F:      Documentation/i2c/busses/i2c-ali1563
627 F:      drivers/i2c/busses/i2c-ali1563.c
628
629 ALLWINNER SECURITY SYSTEM
630 M:      Corentin Labbe <[email protected]>
631 L:      [email protected]
632 S:      Maintained
633 F:      drivers/crypto/sunxi-ss/
634
635 ALPHA PORT
636 M:      Richard Henderson <[email protected]>
637 M:      Ivan Kokshaysky <[email protected]>
638 M:      Matt Turner <[email protected]>
639 S:      Odd Fixes
640 L:      [email protected]
641 F:      arch/alpha/
642
643 ALPS PS/2 TOUCHPAD DRIVER
644 R:      Pali Rohár <[email protected]>
645 F:      drivers/input/mouse/alps.*
646
647 ALTERA MAILBOX DRIVER
648 M:      Ley Foon Tan <[email protected]>
649 L:      [email protected] (moderated for non-subscribers)
650 S:      Maintained
651 F:      drivers/mailbox/mailbox-altera.c
652
653 ALTERA PIO DRIVER
654 M:      Tien Hock Loh <[email protected]>
655 L:      [email protected]
656 S:      Maintained
657 F:      drivers/gpio/gpio-altera.c
658
659 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
660 M:      Thor Thayer <[email protected]>
661 S:      Maintained
662 F:      drivers/gpio/gpio-altera-a10sr.c
663 F:      drivers/mfd/altera-a10sr.c
664 F:      drivers/reset/reset-a10sr.c
665 F:      include/linux/mfd/altera-a10sr.h
666 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
667
668 ALTERA TRIPLE SPEED ETHERNET DRIVER
669 M:      Vince Bridgers <[email protected]>
670 L:      [email protected]
671 L:      [email protected] (moderated for non-subscribers)
672 S:      Maintained
673 F:      drivers/net/ethernet/altera/
674
675 ALTERA UART/JTAG UART SERIAL DRIVERS
676 M:      Tobias Klauser <[email protected]>
677 L:      [email protected]
678 L:      [email protected] (moderated for non-subscribers)
679 S:      Maintained
680 F:      drivers/tty/serial/altera_uart.c
681 F:      drivers/tty/serial/altera_jtaguart.c
682 F:      include/linux/altera_uart.h
683 F:      include/linux/altera_jtaguart.h
684
685 AMAZON ETHERNET DRIVERS
686 M:      Netanel Belgazal <[email protected]>
687 R:      Saeed Bishara <[email protected]>
688 R:      Zorik Machulsky <[email protected]>
689 L:      [email protected]
690 S:      Supported
691 F:      Documentation/networking/ena.txt
692 F:      drivers/net/ethernet/amazon/
693
694 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
695 M:      Tom Lendacky <[email protected]>
696 M:      Gary Hook <[email protected]>
697 L:      [email protected]
698 S:      Supported
699 F:      drivers/crypto/ccp/
700 F:      include/linux/ccp.h
701
702 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
703 M:      Huang Rui <[email protected]>
704 L:      [email protected]
705 S:      Supported
706 F:      Documentation/hwmon/fam15h_power
707 F:      drivers/hwmon/fam15h_power.c
708
709 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
710 L:      [email protected] (moderated for non-subscribers)
711 S:      Orphan
712 F:      drivers/usb/gadget/udc/amd5536udc.*
713
714 AMD GEODE PROCESSOR/CHIPSET SUPPORT
715 P:      Andres Salomon <[email protected]>
716 L:      [email protected] (moderated for non-subscribers)
717 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
718 S:      Supported
719 F:      drivers/char/hw_random/geode-rng.c
720 F:      drivers/crypto/geode*
721 F:      drivers/video/fbdev/geode/
722 F:      arch/x86/include/asm/geode.h
723
724 AMD IOMMU (AMD-VI)
725 M:      Joerg Roedel <[email protected]>
726 L:      [email protected]
727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
728 S:      Maintained
729 F:      drivers/iommu/amd_iommu*.[ch]
730 F:      include/linux/amd-iommu.h
731
732 AMD KFD
733 M:      Oded Gabbay <[email protected]>
734 L:      [email protected]
735 T:      git git://people.freedesktop.org/~gabbayo/linux.git
736 S:      Supported
737 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
738 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
739 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
740 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
741 F:      drivers/gpu/drm/amd/amdkfd/
742 F:      drivers/gpu/drm/amd/include/cik_structs.h
743 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
744 F:      drivers/gpu/drm/amd/include/vi_structs.h
745 F:      drivers/gpu/drm/radeon/radeon_kfd.c
746 F:      drivers/gpu/drm/radeon/radeon_kfd.h
747 F:      include/uapi/linux/kfd_ioctl.h
748
749 AMD SEATTLE DEVICE TREE SUPPORT
750 M:      Brijesh Singh <[email protected]>
751 M:      Suravee Suthikulpanit <[email protected]>
752 M:      Tom Lendacky <[email protected]>
753 S:      Supported
754 F:      arch/arm64/boot/dts/amd/
755
756 AMD XGBE DRIVER
757 M:      Tom Lendacky <[email protected]>
758 L:      [email protected]
759 S:      Supported
760 F:      drivers/net/ethernet/amd/xgbe/
761 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
762
763 AMS (Apple Motion Sensor) DRIVER
764 M:      Michael Hanselmann <[email protected]>
765 S:      Supported
766 F:      drivers/macintosh/ams/
767
768 ANALOG DEVICES INC AD9389B DRIVER
769 M:      Hans Verkuil <[email protected]>
770 L:      [email protected]
771 S:      Maintained
772 F:      drivers/media/i2c/ad9389b*
773
774 ANALOG DEVICES INC ADV7180 DRIVER
775 M:      Lars-Peter Clausen <[email protected]>
776 L:      [email protected]
777 W:      http://ez.analog.com/community/linux-device-drivers
778 S:      Supported
779 F:      drivers/media/i2c/adv7180.c
780
781 ANALOG DEVICES INC ADV748X DRIVER
782 M:      Kieran Bingham <[email protected]>
783 L:      [email protected]
784 S:      Maintained
785 F:      drivers/media/i2c/adv748x/*
786
787 ANALOG DEVICES INC ADV7511 DRIVER
788 M:      Hans Verkuil <[email protected]>
789 L:      [email protected]
790 S:      Maintained
791 F:      drivers/media/i2c/adv7511*
792
793 ANALOG DEVICES INC ADV7604 DRIVER
794 M:      Hans Verkuil <[email protected]>
795 L:      [email protected]
796 S:      Maintained
797 F:      drivers/media/i2c/adv7604*
798
799 ANALOG DEVICES INC ADV7842 DRIVER
800 M:      Hans Verkuil <[email protected]>
801 L:      [email protected]
802 S:      Maintained
803 F:      drivers/media/i2c/adv7842*
804
805 ANALOG DEVICES INC ASOC CODEC DRIVERS
806 M:      Lars-Peter Clausen <[email protected]>
807 L:      [email protected] (moderated for non-subscribers)
808 W:      http://wiki.analog.com/
809 W:      http://ez.analog.com/community/linux-device-drivers
810 S:      Supported
811 F:      sound/soc/codecs/adau*
812 F:      sound/soc/codecs/adav*
813 F:      sound/soc/codecs/ad1*
814 F:      sound/soc/codecs/ad7*
815 F:      sound/soc/codecs/ssm*
816 F:      sound/soc/codecs/sigmadsp.*
817
818 ANALOG DEVICES INC ASOC DRIVERS
819 L:      [email protected] (moderated for non-subscribers)
820 L:      [email protected] (moderated for non-subscribers)
821 W:      http://blackfin.uclinux.org/
822 S:      Supported
823 F:      sound/soc/blackfin/*
824
825 ANALOG DEVICES INC DMA DRIVERS
826 M:      Lars-Peter Clausen <[email protected]>
827 W:      http://ez.analog.com/community/linux-device-drivers
828 S:      Supported
829 F:      drivers/dma/dma-axi-dmac.c
830
831 ANALOG DEVICES INC IIO DRIVERS
832 M:      Lars-Peter Clausen <[email protected]>
833 M:      Michael Hennerich <[email protected]>
834 W:      http://wiki.analog.com/
835 W:      http://ez.analog.com/community/linux-device-drivers
836 S:      Supported
837 F:      drivers/iio/*/ad*
838 F:      drivers/iio/adc/ltc2497*
839 X:      drivers/iio/*/adjd*
840 F:      drivers/staging/iio/*/ad*
841 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
842
843 ANDROID CONFIG FRAGMENTS
844 M:      Rob Herring <[email protected]>
845 S:      Supported
846 F:      kernel/configs/android*
847
848 ANDROID DRIVERS
849 M:      Greg Kroah-Hartman <[email protected]>
850 M:      Arve Hjønnevåg <[email protected]>
851 M:      Riley Andrews <[email protected]>
852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
853 L:      [email protected]
854 S:      Supported
855 F:      drivers/android/
856 F:      drivers/staging/android/
857
858 ANDROID ION DRIVER
859 M:      Laura Abbott <[email protected]>
860 M:      Sumit Semwal <[email protected]>
861 L:      [email protected]
862 S:      Supported
863 F:      drivers/staging/android/ion
864 F:      drivers/staging/android/uapi/ion.h
865 F:      drivers/staging/android/uapi/ion_test.h
866
867 AOA (Apple Onboard Audio) ALSA DRIVER
868 M:      Johannes Berg <[email protected]>
869 L:      [email protected]
870 L:      [email protected] (moderated for non-subscribers)
871 S:      Maintained
872 F:      sound/aoa/
873
874 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
875 M:      William Breathitt Gray <[email protected]>
876 L:      [email protected]
877 S:      Maintained
878 F:      drivers/iio/adc/stx104.c
879
880 APM DRIVER
881 M:      Jiri Kosina <[email protected]>
882 S:      Odd fixes
883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
884 F:      arch/x86/kernel/apm_32.c
885 F:      include/linux/apm_bios.h
886 F:      include/uapi/linux/apm_bios.h
887 F:      drivers/char/apm-emulation.c
888
889 APPARMOR SECURITY MODULE
890 M:      John Johansen <[email protected]>
891 L:      [email protected] (subscribers-only, general discussion)
892 W:      apparmor.wiki.kernel.org
893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
894 S:      Supported
895 F:      security/apparmor/
896 F:      Documentation/admin-guide/LSM/apparmor.rst
897
898 APPLE BCM5974 MULTITOUCH DRIVER
899 M:      Henrik Rydberg <[email protected]>
900 L:      [email protected]
901 S:      Odd fixes
902 F:      drivers/input/mouse/bcm5974.c
903
904 APPLE SMC DRIVER
905 M:      Henrik Rydberg <[email protected]>
906 L:      [email protected]
907 S:      Odd fixes
908 F:      drivers/hwmon/applesmc.c
909
910 APPLETALK NETWORK LAYER
911 L:      [email protected]
912 S:      Odd fixes
913 F:      drivers/net/appletalk/
914 F:      net/appletalk/
915
916 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
917 M:      Duc Dang <[email protected]>
918 S:      Supported
919 F:      arch/arm64/boot/dts/apm/
920
921 APPLIED MICRO (APM) X-GENE SOC EDAC
922 M:      Loc Ho <[email protected]>
923 S:      Supported
924 F:      drivers/edac/xgene_edac.c
925 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
926
927 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
928 M:      Iyappan Subramanian <[email protected]>
929 M:      Keyur Chudgar <[email protected]>
930 S:      Supported
931 F:      drivers/net/ethernet/apm/xgene-v2/
932
933 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
934 M:      Iyappan Subramanian <[email protected]>
935 M:      Keyur Chudgar <[email protected]>
936 M:      Quan Nguyen <[email protected]>
937 S:      Supported
938 F:      drivers/net/ethernet/apm/xgene/
939 F:      drivers/net/phy/mdio-xgene.c
940 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
941 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
942
943 APPLIED MICRO (APM) X-GENE SOC PMU
944 M:      Tai Nguyen <[email protected]>
945 S:      Supported
946 F:      drivers/perf/xgene_pmu.c
947 F:      Documentation/perf/xgene-pmu.txt
948 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
949
950 APTINA CAMERA SENSOR PLL
951 M:      Laurent Pinchart <[email protected]>
952 L:      [email protected]
953 S:      Maintained
954 F:      drivers/media/i2c/aptina-pll.*
955
956 ARC FRAMEBUFFER DRIVER
957 M:      Jaya Kumar <[email protected]>
958 S:      Maintained
959 F:      drivers/video/fbdev/arcfb.c
960 F:      drivers/video/fbdev/core/fb_defio.c
961
962 ARC PGU DRM DRIVER
963 M:      Alexey Brodkin <[email protected]>
964 S:      Supported
965 F:      drivers/gpu/drm/arc/
966 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
967
968 ARCNET NETWORK LAYER
969 M:      Michael Grzeschik <[email protected]>
970 L:      [email protected]
971 S:      Maintained
972 F:      drivers/net/arcnet/
973 F:      include/uapi/linux/if_arcnet.h
974
975 ARM ARCHITECTED TIMER DRIVER
976 M:      Mark Rutland <[email protected]>
977 M:      Marc Zyngier <[email protected]>
978 L:      [email protected] (moderated for non-subscribers)
979 S:      Maintained
980 F:      arch/arm/include/asm/arch_timer.h
981 F:      arch/arm64/include/asm/arch_timer.h
982 F:      drivers/clocksource/arm_arch_timer.c
983
984 ARM HDLCD DRM DRIVER
985 M:      Liviu Dudau <[email protected]>
986 S:      Supported
987 F:      drivers/gpu/drm/arm/hdlcd_*
988 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
989
990 ARM MALI-DP DRM DRIVER
991 M:      Liviu Dudau <[email protected]>
992 M:      Brian Starkey <[email protected]>
993 M:      Mali DP Maintainers <[email protected]>
994 S:      Supported
995 F:      drivers/gpu/drm/arm/
996 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
997
998 ARM MFM AND FLOPPY DRIVERS
999 M:      Ian Molton <[email protected]>
1000 S:      Maintained
1001 F:      arch/arm/lib/floppydma.S
1002 F:      arch/arm/include/asm/floppy.h
1003
1004 ARM PMU PROFILING AND DEBUGGING
1005 M:      Will Deacon <[email protected]>
1006 M:      Mark Rutland <[email protected]>
1007 S:      Maintained
1008 L:      [email protected] (moderated for non-subscribers)
1009 F:      arch/arm*/kernel/perf_*
1010 F:      arch/arm/oprofile/common.c
1011 F:      arch/arm*/kernel/hw_breakpoint.c
1012 F:      arch/arm*/include/asm/hw_breakpoint.h
1013 F:      arch/arm*/include/asm/perf_event.h
1014 F:      drivers/perf/*
1015 F:      include/linux/perf/arm_pmu.h
1016 F:      Documentation/devicetree/bindings/arm/pmu.txt
1017 F:      Documentation/devicetree/bindings/perf/
1018
1019 ARM PORT
1020 M:      Russell King <[email protected]>
1021 L:      [email protected] (moderated for non-subscribers)
1022 W:      http://www.armlinux.org.uk/
1023 S:      Maintained
1024 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1025 F:      arch/arm/
1026
1027 ARM PRIMECELL AACI PL041 DRIVER
1028 M:      Russell King <[email protected]>
1029 S:      Maintained
1030 F:      sound/arm/aaci.*
1031
1032 ARM PRIMECELL BUS SUPPORT
1033 M:      Russell King <[email protected]>
1034 S:      Maintained
1035 F:      drivers/amba/
1036 F:      include/linux/amba/bus.h
1037
1038 ARM PRIMECELL CLCD PL110 DRIVER
1039 M:      Russell King <[email protected]>
1040 S:      Maintained
1041 F:      drivers/video/fbdev/amba-clcd.*
1042
1043 ARM PRIMECELL KMI PL050 DRIVER
1044 M:      Russell King <[email protected]>
1045 S:      Maintained
1046 F:      drivers/input/serio/ambakmi.*
1047 F:      include/linux/amba/kmi.h
1048
1049 ARM PRIMECELL MMCI PL180/1 DRIVER
1050 M:      Russell King <[email protected]>
1051 S:      Maintained
1052 F:      drivers/mmc/host/mmci.*
1053 F:      include/linux/amba/mmci.h
1054
1055 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1056 M:      Russell King <[email protected]>
1057 S:      Maintained
1058 F:      drivers/tty/serial/amba-pl01*.c
1059 F:      include/linux/amba/serial.h
1060
1061 ARM SMMU DRIVERS
1062 M:      Will Deacon <[email protected]>
1063 R:      Robin Murphy <[email protected]>
1064 L:      [email protected] (moderated for non-subscribers)
1065 S:      Maintained
1066 F:      drivers/iommu/arm-smmu.c
1067 F:      drivers/iommu/arm-smmu-v3.c
1068 F:      drivers/iommu/io-pgtable-arm.c
1069 F:      drivers/iommu/io-pgtable-arm-v7s.c
1070
1071 ARM SUB-ARCHITECTURES
1072 L:      [email protected] (moderated for non-subscribers)
1073 S:      Maintained
1074 F:      arch/arm/mach-*/
1075 F:      arch/arm/plat-*/
1076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1077
1078 ARM/ACTIONS SEMI ARCHITECTURE
1079 M:      Andreas Färber <[email protected]>
1080 L:      [email protected] (moderated for non-subscribers)
1081 S:      Maintained
1082 N:      owl
1083 F:      arch/arm/mach-actions/
1084 F:      arch/arm/boot/dts/owl-*
1085 F:      arch/arm64/boot/dts/actions/
1086 F:      drivers/clocksource/owl-*
1087 F:      drivers/soc/actions/
1088 F:      include/dt-bindings/power/owl-*
1089 F:      include/linux/soc/actions/
1090 F:      Documentation/devicetree/bindings/arm/actions.txt
1091 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1092 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1093
1094 ARM/ADS SPHERE MACHINE SUPPORT
1095 M:      Lennert Buytenhek <[email protected]>
1096 L:      [email protected] (moderated for non-subscribers)
1097 S:      Maintained
1098
1099 ARM/AFEB9260 MACHINE SUPPORT
1100 M:      Sergey Lapin <[email protected]>
1101 L:      [email protected] (moderated for non-subscribers)
1102 S:      Maintained
1103
1104 ARM/AJECO 1ARM MACHINE SUPPORT
1105 M:      Lennert Buytenhek <[email protected]>
1106 L:      [email protected] (moderated for non-subscribers)
1107 S:      Maintained
1108
1109 ARM/Allwinner SoC Clock Support
1110 M:      Emilio López <[email protected]>
1111 S:      Maintained
1112 F:      drivers/clk/sunxi/
1113
1114 ARM/Allwinner sunXi SoC support
1115 M:      Maxime Ripard <[email protected]>
1116 M:      Chen-Yu Tsai <[email protected]>
1117 L:      [email protected] (moderated for non-subscribers)
1118 S:      Maintained
1119 N:      sun[x456789]i
1120 N:      sun50i
1121 F:      arch/arm/mach-sunxi/
1122 F:      arch/arm64/boot/dts/allwinner/
1123 F:      drivers/clk/sunxi-ng/
1124 F:      drivers/pinctrl/sunxi/
1125 F:      drivers/soc/sunxi/
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1127
1128 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1129 M:      Neil Armstrong <[email protected]>
1130 M:      Jerome Brunet <[email protected]>
1131 L:      [email protected]
1132 S:      Maintained
1133 F:      drivers/clk/meson/
1134 F:      include/dt-bindings/clock/meson*
1135 F:      include/dt-bindings/clock/gxbb*
1136 F:      Documentation/devicetree/bindings/clock/amlogic*
1137
1138 ARM/Amlogic Meson SoC support
1139 M:      Carlo Caione <[email protected]>
1140 M:      Kevin Hilman <[email protected]>
1141 L:      [email protected] (moderated for non-subscribers)
1142 L:      [email protected]
1143 W:      http://linux-meson.com/
1144 S:      Maintained
1145 F:      arch/arm/mach-meson/
1146 F:      arch/arm/boot/dts/meson*
1147 F:      arch/arm64/boot/dts/amlogic/
1148 F:      drivers/pinctrl/meson/
1149 F:      drivers/mmc/host/meson*
1150 N:      meson
1151
1152 ARM/Annapurna Labs ALPINE ARCHITECTURE
1153 M:      Tsahee Zidenberg <[email protected]>
1154 M:      Antoine Tenart <[email protected]>
1155 L:      [email protected] (moderated for non-subscribers)
1156 S:      Maintained
1157 F:      arch/arm/mach-alpine/
1158 F:      arch/arm/boot/dts/alpine*
1159 F:      arch/arm64/boot/dts/al/
1160 F:      drivers/*/*alpine*
1161
1162 ARM/ARTPEC MACHINE SUPPORT
1163 M:      Jesper Nilsson <[email protected]>
1164 M:      Lars Persson <[email protected]>
1165 M:      Niklas Cassel <[email protected]>
1166 S:      Maintained
1167 L:      [email protected]
1168 F:      arch/arm/mach-artpec
1169 F:      arch/arm/boot/dts/artpec6*
1170 F:      drivers/clk/axis
1171 F:      drivers/crypto/axis
1172 F:      drivers/pinctrl/pinctrl-artpec*
1173 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1174
1175 ARM/ASPEED I2C DRIVER
1176 M:      Brendan Higgins <[email protected]>
1177 R:      Benjamin Herrenschmidt <[email protected]>
1178 R:      Joel Stanley <[email protected]>
1179 L:      [email protected]
1180 L:      [email protected] (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1183 F:      drivers/i2c/busses/i2c-aspeed.c
1184 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1185 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1186
1187 ARM/ASPEED MACHINE SUPPORT
1188 M:      Joel Stanley <[email protected]>
1189 S:      Maintained
1190 F:      arch/arm/mach-aspeed/
1191 F:      arch/arm/boot/dts/aspeed-*
1192 F:      drivers/*/*aspeed*
1193
1194 ARM/ATMEL AT91 Clock Support
1195 M:      Boris Brezillon <[email protected]>
1196 S:      Maintained
1197 F:      drivers/clk/at91
1198
1199 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1200 M:      Nicolas Ferre <[email protected]>
1201 M:      Alexandre Belloni <[email protected]>
1202 L:      [email protected] (moderated for non-subscribers)
1203 W:      http://www.linux4sam.org
1204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1205 S:      Supported
1206 F:      arch/arm/mach-at91/
1207 F:      include/soc/at91/
1208 F:      arch/arm/boot/dts/at91*.dts
1209 F:      arch/arm/boot/dts/at91*.dtsi
1210 F:      arch/arm/boot/dts/sama*.dts
1211 F:      arch/arm/boot/dts/sama*.dtsi
1212 F:      arch/arm/include/debug/at91.S
1213 F:      drivers/memory/atmel*
1214
1215 ARM/CALXEDA HIGHBANK ARCHITECTURE
1216 M:      Rob Herring <[email protected]>
1217 L:      [email protected] (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-highbank/
1220 F:      arch/arm/boot/dts/highbank.dts
1221 F:      arch/arm/boot/dts/ecx-*.dts*
1222
1223 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1224 M:      Krzysztof Halasa <[email protected]>
1225 S:      Maintained
1226 F:      arch/arm/mach-cns3xxx/
1227
1228 ARM/CAVIUM THUNDER NETWORK DRIVER
1229 M:      Sunil Goutham <[email protected]>
1230 M:      Robert Richter <[email protected]>
1231 L:      [email protected] (moderated for non-subscribers)
1232 S:      Supported
1233 F:      drivers/net/ethernet/cavium/thunder/
1234
1235 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1236 M:      Alexander Shiyan <[email protected]>
1237 L:      [email protected] (moderated for non-subscribers)
1238 S:      Odd Fixes
1239 N:      clps711x
1240
1241 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1242 M:      Lennert Buytenhek <[email protected]>
1243 L:      [email protected] (moderated for non-subscribers)
1244 S:      Maintained
1245
1246 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1247 M:      Hartley Sweeten <[email protected]>
1248 M:      Alexander Sverdlin <[email protected]>
1249 L:      [email protected] (moderated for non-subscribers)
1250 S:      Maintained
1251 F:      arch/arm/mach-ep93xx/
1252 F:      arch/arm/mach-ep93xx/include/mach/
1253
1254 ARM/CLKDEV SUPPORT
1255 M:      Russell King <[email protected]>
1256 L:      [email protected] (moderated for non-subscribers)
1257 S:      Maintained
1258 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1259 F:      arch/arm/include/asm/clkdev.h
1260 F:      drivers/clk/clkdev.c
1261
1262 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1263 M:      Mike Rapoport <[email protected]>
1264 L:      [email protected] (moderated for non-subscribers)
1265 S:      Maintained
1266
1267 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1268 M:      Baruch Siach <[email protected]>
1269 L:      [email protected] (moderated for non-subscribers)
1270 S:      Maintained
1271 F:      arch/arm/boot/dts/cx92755*
1272 N:      digicolor
1273
1274 ARM/CONTEC MICRO9 MACHINE SUPPORT
1275 M:      Hubert Feurstein <[email protected]>
1276 S:      Maintained
1277 F:      arch/arm/mach-ep93xx/micro9.c
1278
1279 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1280 M:      Mathieu Poirier <[email protected]>
1281 L:      [email protected] (moderated for non-subscribers)
1282 S:      Maintained
1283 F:      drivers/hwtracing/coresight/*
1284 F:      Documentation/trace/coresight.txt
1285 F:      Documentation/trace/coresight-cpu-debug.txt
1286 F:      Documentation/devicetree/bindings/arm/coresight.txt
1287 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1288 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1289 F:      tools/perf/arch/arm/util/pmu.c
1290 F:      tools/perf/arch/arm/util/auxtrace.c
1291 F:      tools/perf/arch/arm/util/cs-etm.c
1292 F:      tools/perf/arch/arm/util/cs-etm.h
1293 F:      tools/perf/util/cs-etm.h
1294
1295 ARM/CORGI MACHINE SUPPORT
1296 M:      Richard Purdie <[email protected]>
1297 S:      Maintained
1298
1299 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1300 M:      Hans Ulli Kroll <[email protected]>
1301 M:      Linus Walleij <[email protected]>
1302 L:      [email protected] (moderated for non-subscribers)
1303 T:      git git://github.com/ulli-kroll/linux.git
1304 S:      Maintained
1305 F:      Documentation/devicetree/bindings/arm/gemini.txt
1306 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1307 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1308 F:      arch/arm/mach-gemini/
1309 F:      drivers/pinctrl/pinctrl-gemini.c
1310 F:      drivers/rtc/rtc-ftrtc010.c
1311
1312 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1313 M:      Barry Song <[email protected]>
1314 L:      [email protected] (moderated for non-subscribers)
1315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1316 S:      Maintained
1317 F:      arch/arm/boot/dts/prima2*
1318 F:      arch/arm/mach-prima2/
1319 F:      drivers/clk/sirf/
1320 F:      drivers/clocksource/timer-prima2.c
1321 F:      drivers/clocksource/timer-atlas7.c
1322 N:      [^a-z]sirf
1323
1324 ARM/EBSA110 MACHINE SUPPORT
1325 M:      Russell King <[email protected]>
1326 L:      [email protected] (moderated for non-subscribers)
1327 W:      http://www.armlinux.org.uk/
1328 S:      Maintained
1329 F:      arch/arm/mach-ebsa110/
1330 F:      drivers/net/ethernet/amd/am79c961a.*
1331
1332 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1333 M:      Uwe Kleine-König <[email protected]>
1334 L:      [email protected] (moderated for non-subscribers)
1335 S:      Maintained
1336 N:      efm32
1337
1338 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1339 M:      Robert Jarzmik <[email protected]>
1340 L:      [email protected] (moderated for non-subscribers)
1341 S:      Maintained
1342 F:      arch/arm/mach-pxa/ezx.c
1343
1344 ARM/FARADAY FA526 PORT
1345 M:      Hans Ulli Kroll <[email protected]>
1346 L:      [email protected] (moderated for non-subscribers)
1347 S:      Maintained
1348 T:      git git://git.berlios.de/gemini-board
1349 F:      arch/arm/mm/*-fa*
1350
1351 ARM/FOOTBRIDGE ARCHITECTURE
1352 M:      Russell King <[email protected]>
1353 L:      [email protected] (moderated for non-subscribers)
1354 W:      http://www.armlinux.org.uk/
1355 S:      Maintained
1356 F:      arch/arm/include/asm/hardware/dec21285.h
1357 F:      arch/arm/mach-footbridge/
1358
1359 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1360 M:      Shawn Guo <[email protected]>
1361 M:      Sascha Hauer <[email protected]>
1362 R:      Fabio Estevam <[email protected]>
1363 L:      [email protected] (moderated for non-subscribers)
1364 S:      Maintained
1365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1366 F:      arch/arm/mach-imx/
1367 F:      arch/arm/mach-mxs/
1368 F:      arch/arm/boot/dts/imx*
1369 F:      arch/arm/configs/imx*_defconfig
1370 F:      drivers/clk/imx/
1371 F:      drivers/soc/imx/
1372 F:      include/soc/imx/
1373
1374 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1375 M:      Shawn Guo <[email protected]>
1376 M:      Sascha Hauer <[email protected]>
1377 R:      Stefan Agner <[email protected]>
1378 L:      [email protected] (moderated for non-subscribers)
1379 S:      Maintained
1380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1381 F:      arch/arm/mach-imx/*vf610*
1382 F:      arch/arm/boot/dts/vf*
1383
1384 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1385 M:      Lennert Buytenhek <[email protected]>
1386 L:      [email protected] (moderated for non-subscribers)
1387 S:      Maintained
1388
1389 ARM/GUMSTIX MACHINE SUPPORT
1390 M:      Steve Sakoman <[email protected]>
1391 L:      [email protected] (moderated for non-subscribers)
1392 S:      Maintained
1393
1394 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1395 M:      Philipp Zabel <[email protected]>
1396 M:      Paul Parsons <[email protected]>
1397 L:      [email protected] (moderated for non-subscribers)
1398 S:      Maintained
1399 F:      arch/arm/mach-pxa/hx4700.c
1400 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1401 F:      sound/soc/pxa/hx4700.c
1402
1403 ARM/HISILICON SOC SUPPORT
1404 M:      Wei Xu <[email protected]>
1405 L:      [email protected] (moderated for non-subscribers)
1406 W:      http://www.hisilicon.com
1407 S:      Supported
1408 T:      git git://github.com/hisilicon/linux-hisi.git
1409 F:      arch/arm/mach-hisi/
1410 F:      arch/arm/boot/dts/hi3*
1411 F:      arch/arm/boot/dts/hip*
1412 F:      arch/arm/boot/dts/hisi*
1413 F:      arch/arm64/boot/dts/hisilicon/
1414
1415 ARM/HP JORNADA 7XX MACHINE SUPPORT
1416 M:      Kristoffer Ericson <[email protected]>
1417 W:      www.jlime.com
1418 S:      Maintained
1419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1420 F:      arch/arm/mach-sa1100/jornada720.c
1421 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1422
1423 ARM/IGEP MACHINE SUPPORT
1424 M:      Enric Balletbo i Serra <[email protected]>
1425 M:      Javier Martinez Canillas <[email protected]>
1426 L:      [email protected]
1427 L:      [email protected] (moderated for non-subscribers)
1428 S:      Maintained
1429 F:      arch/arm/boot/dts/omap3-igep*
1430
1431 ARM/INCOME PXA270 SUPPORT
1432 M:      Marek Vasut <[email protected]>
1433 L:      [email protected] (moderated for non-subscribers)
1434 S:      Maintained
1435 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1436
1437 ARM/INTEL IOP13XX ARM ARCHITECTURE
1438 M:      Lennert Buytenhek <[email protected]>
1439 L:      [email protected] (moderated for non-subscribers)
1440 S:      Maintained
1441
1442 ARM/INTEL IOP32X ARM ARCHITECTURE
1443 M:      Lennert Buytenhek <[email protected]>
1444 L:      [email protected] (moderated for non-subscribers)
1445 S:      Maintained
1446
1447 ARM/INTEL IOP33X ARM ARCHITECTURE
1448 L:      [email protected] (moderated for non-subscribers)
1449 S:      Orphan
1450
1451 ARM/INTEL IQ81342EX MACHINE SUPPORT
1452 M:      Lennert Buytenhek <[email protected]>
1453 L:      [email protected] (moderated for non-subscribers)
1454 S:      Maintained
1455
1456 ARM/INTEL IXDP2850 MACHINE SUPPORT
1457 M:      Lennert Buytenhek <[email protected]>
1458 L:      [email protected] (moderated for non-subscribers)
1459 S:      Maintained
1460
1461 ARM/INTEL IXP4XX ARM ARCHITECTURE
1462 M:      Imre Kaloz <[email protected]>
1463 M:      Krzysztof Halasa <[email protected]>
1464 L:      [email protected] (moderated for non-subscribers)
1465 S:      Maintained
1466 F:      arch/arm/mach-ixp4xx/
1467
1468 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1469 M:      Jonathan Cameron <[email protected]>
1470 L:      [email protected] (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-pxa/stargate2.c
1473 F:      drivers/pcmcia/pxa2xx_stargate2.c
1474
1475 ARM/INTEL XSC3 (MANZANO) ARM CORE
1476 M:      Lennert Buytenhek <[email protected]>
1477 L:      [email protected] (moderated for non-subscribers)
1478 S:      Maintained
1479
1480 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1481 M:      Lennert Buytenhek <[email protected]>
1482 L:      [email protected] (moderated for non-subscribers)
1483 S:      Maintained
1484
1485 ARM/LG1K ARCHITECTURE
1486 M:      Chanho Min <[email protected]>
1487 L:      [email protected] (moderated for non-subscribers)
1488 S:      Maintained
1489 F:      arch/arm64/boot/dts/lg/
1490
1491 ARM/LOGICPD PXA270 MACHINE SUPPORT
1492 M:      Lennert Buytenhek <[email protected]>
1493 L:      [email protected] (moderated for non-subscribers)
1494 S:      Maintained
1495
1496 ARM/LPC18XX ARCHITECTURE
1497 M:      Joachim Eastwood <[email protected]>
1498 L:      [email protected] (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      arch/arm/boot/dts/lpc43*
1501 F:      drivers/clk/nxp/clk-lpc18xx*
1502 F:      drivers/clocksource/time-lpc32xx.c
1503 F:      drivers/i2c/busses/i2c-lpc2k.c
1504 F:      drivers/memory/pl172.c
1505 F:      drivers/mtd/spi-nor/nxp-spifi.c
1506 F:      drivers/rtc/rtc-lpc24xx.c
1507 N:      lpc18xx
1508
1509 ARM/LPC32XX SOC SUPPORT
1510 M:      Vladimir Zapolskiy <[email protected]>
1511 M:      Sylvain Lemieux <[email protected]>
1512 L:      [email protected] (moderated for non-subscribers)
1513 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1514 S:      Maintained
1515 F:      arch/arm/boot/dts/lpc32*
1516 F:      arch/arm/mach-lpc32xx/
1517 F:      drivers/i2c/busses/i2c-pnx.c
1518 F:      drivers/net/ethernet/nxp/lpc_eth.c
1519 F:      drivers/usb/host/ohci-nxp.c
1520 F:      drivers/watchdog/pnx4008_wdt.c
1521 N:      lpc32xx
1522
1523 ARM/MAGICIAN MACHINE SUPPORT
1524 M:      Philipp Zabel <[email protected]>
1525 S:      Maintained
1526
1527 ARM/Marvell Berlin SoC support
1528 M:      Jisheng Zhang <[email protected]>
1529 M:      Sebastian Hesselbarth <[email protected]>
1530 L:      [email protected] (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      arch/arm/mach-berlin/
1533 F:      arch/arm/boot/dts/berlin*
1534 F:      arch/arm64/boot/dts/marvell/berlin*
1535
1536 ARM/Marvell Dove/MV78xx0/Orion SOC support
1537 M:      Jason Cooper <[email protected]>
1538 M:      Andrew Lunn <[email protected]>
1539 M:      Sebastian Hesselbarth <[email protected]>
1540 M:      Gregory Clement <[email protected]>
1541 L:      [email protected] (moderated for non-subscribers)
1542 S:      Maintained
1543 F:      Documentation/devicetree/bindings/soc/dove/
1544 F:      arch/arm/mach-dove/
1545 F:      arch/arm/mach-mv78xx0/
1546 F:      arch/arm/mach-orion5x/
1547 F:      arch/arm/plat-orion/
1548 F:      arch/arm/boot/dts/dove*
1549 F:      arch/arm/boot/dts/orion5x*
1550
1551 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1552 M:      Jason Cooper <[email protected]>
1553 M:      Andrew Lunn <[email protected]>
1554 M:      Gregory Clement <[email protected]>
1555 M:      Sebastian Hesselbarth <[email protected]>
1556 L:      [email protected] (moderated for non-subscribers)
1557 S:      Maintained
1558 F:      arch/arm/boot/dts/armada*
1559 F:      arch/arm/boot/dts/kirkwood*
1560 F:      arch/arm/configs/mvebu_*_defconfig
1561 F:      arch/arm/mach-mvebu/
1562 F:      arch/arm64/boot/dts/marvell/armada*
1563 F:      drivers/cpufreq/mvebu-cpufreq.c
1564 F:      drivers/irqchip/irq-armada-370-xp.c
1565 F:      drivers/irqchip/irq-mvebu-*
1566 F:      drivers/pinctrl/mvebu/
1567 F:      drivers/rtc/rtc-armada38x.c
1568
1569 ARM/Mediatek RTC DRIVER
1570 M:      Eddie Huang <[email protected]>
1571 L:      [email protected] (moderated for non-subscribers)
1572 L:      [email protected] (moderated for non-subscribers)
1573 S:      Maintained
1574 F:      drivers/rtc/rtc-mt6397.c
1575
1576 ARM/Mediatek SoC support
1577 M:      Matthias Brugger <[email protected]>
1578 L:      [email protected] (moderated for non-subscribers)
1579 L:      [email protected] (moderated for non-subscribers)
1580 S:      Maintained
1581 F:      arch/arm/boot/dts/mt6*
1582 F:      arch/arm/boot/dts/mt7*
1583 F:      arch/arm/boot/dts/mt8*
1584 F:      arch/arm/mach-mediatek/
1585 F:      arch/arm64/boot/dts/mediatek/
1586 N:      mtk
1587 K:      mediatek
1588
1589 ARM/Mediatek USB3 PHY DRIVER
1590 M:      Chunfeng Yun <[email protected]>
1591 L:      [email protected] (moderated for non-subscribers)
1592 L:      [email protected] (moderated for non-subscribers)
1593 S:      Maintained
1594 F:      drivers/phy/mediatek/phy-mtk-tphy.c
1595
1596 ARM/MICREL KS8695 ARCHITECTURE
1597 M:      Greg Ungerer <[email protected]>
1598 L:      [email protected] (moderated for non-subscribers)
1599 F:      arch/arm/mach-ks8695/
1600 S:      Odd Fixes
1601
1602 ARM/MIOA701 MACHINE SUPPORT
1603 M:      Robert Jarzmik <[email protected]>
1604 L:      [email protected] (moderated for non-subscribers)
1605 F:      arch/arm/mach-pxa/mioa701.c
1606 S:      Maintained
1607
1608 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1609 M:      Michael Petchkovsky <[email protected]>
1610 S:      Maintained
1611
1612 ARM/NOMADIK ARCHITECTURE
1613 M:      Alessandro Rubini <[email protected]>
1614 M:      Linus Walleij <[email protected]>
1615 L:      [email protected] (moderated for non-subscribers)
1616 S:      Maintained
1617 F:      arch/arm/mach-nomadik/
1618 F:      drivers/pinctrl/nomadik/
1619 F:      drivers/i2c/busses/i2c-nomadik.c
1620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1621
1622 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1623 M:      Wan ZongShun <[email protected]>
1624 L:      [email protected] (moderated for non-subscribers)
1625 W:      http://www.mcuos.com
1626 S:      Maintained
1627 F:      arch/arm/mach-w90x900/
1628 F:      drivers/input/keyboard/w90p910_keypad.c
1629 F:      drivers/input/touchscreen/w90p910_ts.c
1630 F:      drivers/watchdog/nuc900_wdt.c
1631 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1632 F:      drivers/mtd/nand/nuc900_nand.c
1633 F:      drivers/rtc/rtc-nuc900.c
1634 F:      drivers/spi/spi-nuc900.c
1635 F:      drivers/usb/host/ehci-w90x900.c
1636 F:      drivers/video/fbdev/nuc900fb.c
1637
1638 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1639 M:      Nelson Castillo <[email protected]>
1640 L:      [email protected] (subscribers-only)
1641 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1642 S:      Supported
1643
1644 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1645 M:      Alexander Clouter <[email protected]>
1646 L:      [email protected] (moderated for non-subscribers)
1647 W:      http://www.digriz.org.uk/ts78xx/kernel
1648 S:      Maintained
1649 F:      arch/arm/mach-orion5x/ts78xx-*
1650
1651 ARM/OXNAS platform support
1652 M:      Neil Armstrong <[email protected]>
1653 L:      [email protected] (moderated for non-subscribers)
1654 L:      [email protected] (moderated for non-subscribers)
1655 S:      Maintained
1656 F:      arch/arm/mach-oxnas/
1657 F:      arch/arm/boot/dts/ox8*.dtsi
1658 F:      arch/arm/boot/dts/wd-mbwe.dts
1659 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1660 N:      oxnas
1661
1662 ARM/PALM TREO SUPPORT
1663 M:      Tomas Cech <[email protected]>
1664 L:      [email protected]
1665 W:      http://hackndev.com
1666 S:      Maintained
1667 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1668 F:      arch/arm/mach-pxa/palmtreo.c
1669
1670 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1671 M:      Marek Vasut <[email protected]>
1672 L:      [email protected]
1673 W:      http://hackndev.com
1674 S:      Maintained
1675 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1676 F:      arch/arm/mach-pxa/palmtx.c
1677 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1678 F:      arch/arm/mach-pxa/palmt5.c
1679 F:      arch/arm/mach-pxa/include/mach/palmld.h
1680 F:      arch/arm/mach-pxa/palmld.c
1681 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1682 F:      arch/arm/mach-pxa/palmte2.c
1683 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1684 F:      arch/arm/mach-pxa/palmtc.c
1685
1686 ARM/PALMZ72 SUPPORT
1687 M:      Sergey Lapin <[email protected]>
1688 L:      [email protected]
1689 W:      http://hackndev.com
1690 S:      Maintained
1691 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1692 F:      arch/arm/mach-pxa/palmz72.c
1693
1694 ARM/PLEB SUPPORT
1695 M:      Peter Chubb <[email protected]>
1696 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1697 S:      Maintained
1698
1699 ARM/PT DIGITAL BOARD PORT
1700 M:      Stefan Eletzhofer <[email protected]>
1701 L:      [email protected] (moderated for non-subscribers)
1702 W:      http://www.armlinux.org.uk/
1703 S:      Maintained
1704
1705 ARM/QUALCOMM SUPPORT
1706 M:      Andy Gross <[email protected]>
1707 M:      David Brown <[email protected]>
1708 L:      [email protected]
1709 L:      [email protected]
1710 S:      Maintained
1711 F:      Documentation/devicetree/bindings/soc/qcom/
1712 F:      arch/arm/boot/dts/qcom-*.dts
1713 F:      arch/arm/boot/dts/qcom-*.dtsi
1714 F:      arch/arm/mach-qcom/
1715 F:      arch/arm64/boot/dts/qcom/*
1716 F:      drivers/i2c/busses/i2c-qup.c
1717 F:      drivers/clk/qcom/
1718 F:      drivers/dma/qcom/
1719 F:      drivers/soc/qcom/
1720 F:      drivers/spi/spi-qup.c
1721 F:      drivers/tty/serial/msm_serial.h
1722 F:      drivers/tty/serial/msm_serial.c
1723 F:      drivers/*/pm8???-*
1724 F:      drivers/mfd/ssbi.c
1725 F:      drivers/firmware/qcom_scm.c
1726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1727
1728 ARM/RADISYS ENP2611 MACHINE SUPPORT
1729 M:      Lennert Buytenhek <[email protected]>
1730 L:      [email protected] (moderated for non-subscribers)
1731 S:      Maintained
1732
1733 ARM/REALTEK ARCHITECTURE
1734 M:      Andreas Färber <[email protected]>
1735 L:      [email protected] (moderated for non-subscribers)
1736 S:      Maintained
1737 F:      arch/arm64/boot/dts/realtek/
1738 F:      Documentation/devicetree/bindings/arm/realtek.txt
1739
1740 ARM/RENESAS ARM64 ARCHITECTURE
1741 M:      Simon Horman <[email protected]>
1742 M:      Magnus Damm <[email protected]>
1743 L:      [email protected]
1744 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1746 S:      Supported
1747 F:      arch/arm64/boot/dts/renesas/
1748 F:      drivers/soc/renesas/
1749 F:      include/linux/soc/renesas/
1750
1751 ARM/RISCPC ARCHITECTURE
1752 M:      Russell King <[email protected]>
1753 L:      [email protected] (moderated for non-subscribers)
1754 W:      http://www.armlinux.org.uk/
1755 S:      Maintained
1756 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1757 F:      arch/arm/include/asm/hardware/ioc.h
1758 F:      arch/arm/include/asm/hardware/iomd.h
1759 F:      arch/arm/include/asm/hardware/memc.h
1760 F:      arch/arm/mach-rpc/
1761 F:      drivers/net/ethernet/8390/etherh.c
1762 F:      drivers/net/ethernet/i825xx/ether1*
1763 F:      drivers/net/ethernet/seeq/ether3*
1764 F:      drivers/scsi/arm/
1765
1766 ARM/Rockchip SoC support
1767 M:      Heiko Stuebner <[email protected]>
1768 L:      [email protected] (moderated for non-subscribers)
1769 L:      [email protected]
1770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1771 S:      Maintained
1772 F:      arch/arm/boot/dts/rk3*
1773 F:      arch/arm/boot/dts/rv1108*
1774 F:      arch/arm/mach-rockchip/
1775 F:      drivers/clk/rockchip/
1776 F:      drivers/i2c/busses/i2c-rk3x.c
1777 F:      drivers/*/*rockchip*
1778 F:      drivers/*/*/*rockchip*
1779 F:      sound/soc/rockchip/
1780 N:      rockchip
1781
1782 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1783 M:      Kukjin Kim <[email protected]>
1784 M:      Krzysztof Kozlowski <[email protected]>
1785 L:      [email protected] (moderated for non-subscribers)
1786 L:      [email protected] (moderated for non-subscribers)
1787 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1788 S:      Maintained
1789 F:      arch/arm/boot/dts/s3c*
1790 F:      arch/arm/boot/dts/s5p*
1791 F:      arch/arm/boot/dts/samsung*
1792 F:      arch/arm/boot/dts/exynos*
1793 F:      arch/arm64/boot/dts/exynos/
1794 F:      arch/arm/plat-samsung/
1795 F:      arch/arm/mach-s3c24*/
1796 F:      arch/arm/mach-s3c64xx/
1797 F:      arch/arm/mach-s5p*/
1798 F:      arch/arm/mach-exynos*/
1799 F:      drivers/*/*s3c24*
1800 F:      drivers/*/*/*s3c24*
1801 F:      drivers/*/*s3c64xx*
1802 F:      drivers/*/*s5pv210*
1803 F:      drivers/memory/samsung/*
1804 F:      drivers/soc/samsung/*
1805 F:      Documentation/arm/Samsung/
1806 F:      Documentation/devicetree/bindings/arm/samsung/
1807 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1808 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1809 N:      exynos
1810
1811 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1812 M:      Kyungmin Park <[email protected]>
1813 L:      [email protected] (moderated for non-subscribers)
1814 S:      Maintained
1815 F:      arch/arm/mach-s5pv210/
1816
1817 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1818 M:      Kyungmin Park <[email protected]>
1819 M:      Kamil Debski <[email protected]>
1820 M:      Andrzej Hajda <[email protected]>
1821 L:      [email protected]
1822 L:      [email protected]
1823 S:      Maintained
1824 F:      drivers/media/platform/s5p-g2d/
1825
1826 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1827 M:      Marek Szyprowski <[email protected]>
1828 L:      [email protected] (moderated for non-subscribers)
1829 L:      [email protected]
1830 S:      Maintained
1831 F:      drivers/media/platform/s5p-cec/
1832 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
1833
1834 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1835 M:      Andrzej Pietrasiewicz <[email protected]>
1836 M:      Jacek Anaszewski <[email protected]>
1837 L:      [email protected]
1838 L:      [email protected]
1839 S:      Maintained
1840 F:      drivers/media/platform/s5p-jpeg/
1841
1842 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1843 M:      Kyungmin Park <[email protected]>
1844 M:      Kamil Debski <[email protected]>
1845 M:      Jeongtae Park <[email protected]>
1846 M:      Andrzej Hajda <[email protected]>
1847 L:      [email protected]
1848 L:      [email protected]
1849 S:      Maintained
1850 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1851 F:      drivers/media/platform/s5p-mfc/
1852
1853 ARM/SHMOBILE ARM ARCHITECTURE
1854 M:      Simon Horman <[email protected]>
1855 M:      Magnus Damm <[email protected]>
1856 L:      [email protected]
1857 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1859 S:      Supported
1860 F:      arch/arm/boot/dts/emev2*
1861 F:      arch/arm/boot/dts/r7s*
1862 F:      arch/arm/boot/dts/r8a*
1863 F:      arch/arm/boot/dts/sh*
1864 F:      arch/arm/configs/shmobile_defconfig
1865 F:      arch/arm/include/debug/renesas-scif.S
1866 F:      arch/arm/mach-shmobile/
1867 F:      drivers/soc/renesas/
1868 F:      include/linux/soc/renesas/
1869
1870 ARM/SOCFPGA ARCHITECTURE
1871 M:      Dinh Nguyen <[email protected]>
1872 S:      Maintained
1873 F:      arch/arm/mach-socfpga/
1874 F:      arch/arm/boot/dts/socfpga*
1875 F:      arch/arm/configs/socfpga_defconfig
1876 F:      arch/arm64/boot/dts/altera/
1877 W:      http://www.rocketboards.org
1878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1879
1880 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1881 M:      Dinh Nguyen <[email protected]>
1882 S:      Maintained
1883 F:      drivers/clk/socfpga/
1884
1885 ARM/SOCFPGA EDAC SUPPORT
1886 M:      Thor Thayer <[email protected]>
1887 S:      Maintained
1888 F:      drivers/edac/altera_edac.
1889
1890 ARM/STI ARCHITECTURE
1891 M:      Patrice Chotard <[email protected]>
1892 L:      [email protected] (moderated for non-subscribers)
1893 W:      http://www.stlinux.com
1894 S:      Maintained
1895 F:      arch/arm/mach-sti/
1896 F:      arch/arm/boot/dts/sti*
1897 F:      drivers/char/hw_random/st-rng.c
1898 F:      drivers/clocksource/arm_global_timer.c
1899 F:      drivers/clocksource/clksrc_st_lpc.c
1900 F:      drivers/cpufreq/sti-cpufreq.c
1901 F:      drivers/dma/st_fdma*
1902 F:      drivers/i2c/busses/i2c-st.c
1903 F:      drivers/media/rc/st_rc.c
1904 F:      drivers/media/platform/sti/c8sectpfe/
1905 F:      drivers/mmc/host/sdhci-st.c
1906 F:      drivers/phy/st/phy-miphy28lp.c
1907 F:      drivers/phy/st/phy-stih407-usb.c
1908 F:      drivers/pinctrl/pinctrl-st.c
1909 F:      drivers/remoteproc/st_remoteproc.c
1910 F:      drivers/remoteproc/st_slim_rproc.c
1911 F:      drivers/reset/sti/
1912 F:      drivers/rtc/rtc-st-lpc.c
1913 F:      drivers/tty/serial/st-asc.c
1914 F:      drivers/usb/dwc3/dwc3-st.c
1915 F:      drivers/usb/host/ehci-st.c
1916 F:      drivers/usb/host/ohci-st.c
1917 F:      drivers/watchdog/st_lpc_wdt.c
1918 F:      drivers/ata/ahci_st.c
1919 F:      include/linux/remoteproc/st_slim_rproc.h
1920
1921 ARM/STM32 ARCHITECTURE
1922 M:      Maxime Coquelin <[email protected]>
1923 M:      Alexandre Torgue <[email protected]>
1924 L:      [email protected] (moderated for non-subscribers)
1925 S:      Maintained
1926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1927 N:      stm32
1928 F:      drivers/clocksource/armv7m_systick.c
1929
1930 ARM/TANGO ARCHITECTURE
1931 M:      Marc Gonzalez <[email protected]>
1932 L:      [email protected]
1933 S:      Maintained
1934 N:      tango
1935
1936 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1937 M:      Lennert Buytenhek <[email protected]>
1938 L:      [email protected] (moderated for non-subscribers)
1939 S:      Maintained
1940
1941 ARM/TETON BGA MACHINE SUPPORT
1942 M:      "Mark F. Brown" <[email protected]>
1943 L:      [email protected] (moderated for non-subscribers)
1944 S:      Maintained
1945
1946 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1947 M:      Santosh Shilimkar <[email protected]>
1948 L:      [email protected]
1949 S:      Maintained
1950 F:      drivers/memory/*emif*
1951
1952 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1953 M:      Santosh Shilimkar <[email protected]>
1954 L:      [email protected] (moderated for non-subscribers)
1955 S:      Maintained
1956 F:      arch/arm/mach-keystone/
1957 F:      arch/arm/boot/dts/keystone-*
1958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1959
1960 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1961 M:      Santosh Shilimkar <[email protected]>
1962 L:      [email protected]
1963 S:      Maintained
1964 F:      drivers/clk/keystone/
1965
1966 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1967 M:      Santosh Shilimkar <[email protected]>
1968 L:      [email protected] (moderated for non-subscribers)
1969 L:      [email protected]
1970 S:      Maintained
1971 F:      drivers/clocksource/timer-keystone.c
1972
1973 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1974 M:      Santosh Shilimkar <[email protected]>
1975 L:      [email protected]
1976 S:      Maintained
1977 F:      drivers/power/reset/keystone-reset.c
1978
1979 ARM/THECUS N2100 MACHINE SUPPORT
1980 M:      Lennert Buytenhek <[email protected]>
1981 L:      [email protected] (moderated for non-subscribers)
1982 S:      Maintained
1983
1984 ARM/TOSA MACHINE SUPPORT
1985 M:      Dmitry Eremin-Solenikov <[email protected]>
1986 M:      Dirk Opfer <[email protected]>
1987 S:      Maintained
1988
1989 ARM/U300 MACHINE SUPPORT
1990 M:      Linus Walleij <[email protected]>
1991 L:      [email protected] (moderated for non-subscribers)
1992 S:      Supported
1993 F:      arch/arm/mach-u300/
1994 F:      drivers/clocksource/timer-u300.c
1995 F:      drivers/i2c/busses/i2c-stu300.c
1996 F:      drivers/rtc/rtc-coh901331.c
1997 F:      drivers/watchdog/coh901327_wdt.c
1998 F:      drivers/dma/coh901318*
1999 F:      drivers/mfd/ab3100*
2000 F:      drivers/rtc/rtc-ab3100.c
2001 F:      drivers/rtc/rtc-coh901331.c
2002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2003
2004 ARM/UNIPHIER ARCHITECTURE
2005 M:      Masahiro Yamada <[email protected]>
2006 L:      [email protected] (moderated for non-subscribers)
2007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2008 S:      Maintained
2009 F:      arch/arm/boot/dts/uniphier*
2010 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2011 F:      arch/arm/mach-uniphier/
2012 F:      arch/arm/mm/cache-uniphier.c
2013 F:      arch/arm64/boot/dts/socionext/
2014 F:      drivers/bus/uniphier-system-bus.c
2015 F:      drivers/clk/uniphier/
2016 F:      drivers/i2c/busses/i2c-uniphier*
2017 F:      drivers/irqchip/irq-uniphier-aidet.c
2018 F:      drivers/pinctrl/uniphier/
2019 F:      drivers/reset/reset-uniphier.c
2020 F:      drivers/tty/serial/8250/8250_uniphier.c
2021 N:      uniphier
2022
2023 ARM/Ux500 ARM ARCHITECTURE
2024 M:      Linus Walleij <[email protected]>
2025 L:      [email protected] (moderated for non-subscribers)
2026 S:      Maintained
2027 F:      arch/arm/mach-ux500/
2028 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
2029 F:      drivers/dma/ste_dma40*
2030 F:      drivers/hwspinlock/u8500_hsem.c
2031 F:      drivers/mfd/abx500*
2032 F:      drivers/mfd/ab8500*
2033 F:      drivers/mfd/dbx500*
2034 F:      drivers/mfd/db8500*
2035 F:      drivers/pinctrl/nomadik/pinctrl-ab*
2036 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
2037 F:      drivers/rtc/rtc-ab8500.c
2038 F:      drivers/rtc/rtc-pl031.c
2039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2040
2041 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2042 M:      Ulf Hansson <[email protected]>
2043 L:      [email protected] (moderated for non-subscribers)
2044 T:      git git://git.linaro.org/people/ulfh/clk.git
2045 S:      Maintained
2046 F:      drivers/clk/ux500/
2047
2048 ARM/VERSATILE EXPRESS PLATFORM
2049 M:      Liviu Dudau <[email protected]>
2050 M:      Sudeep Holla <[email protected]>
2051 M:      Lorenzo Pieralisi <[email protected]>
2052 L:      [email protected] (moderated for non-subscribers)
2053 S:      Maintained
2054 F:      arch/arm/boot/dts/vexpress*
2055 F:      arch/arm64/boot/dts/arm/
2056 F:      arch/arm/mach-vexpress/
2057 F:      */*/vexpress*
2058 F:      */*/*/vexpress*
2059 F:      drivers/clk/versatile/clk-vexpress-osc.c
2060 F:      drivers/clocksource/versatile.c
2061 N:      mps2
2062
2063 ARM/VFP SUPPORT
2064 M:      Russell King <[email protected]>
2065 L:      [email protected] (moderated for non-subscribers)
2066 W:      http://www.armlinux.org.uk/
2067 S:      Maintained
2068 F:      arch/arm/vfp/
2069
2070 ARM/VOIPAC PXA270 SUPPORT
2071 M:      Marek Vasut <[email protected]>
2072 L:      [email protected] (moderated for non-subscribers)
2073 S:      Maintained
2074 F:      arch/arm/mach-pxa/vpac270.c
2075 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2076
2077 ARM/VT8500 ARM ARCHITECTURE
2078 M:      Tony Prisk <[email protected]>
2079 L:      [email protected] (moderated for non-subscribers)
2080 S:      Maintained
2081 F:      arch/arm/mach-vt8500/
2082 F:      drivers/clocksource/vt8500_timer.c
2083 F:      drivers/i2c/busses/i2c-wmt.c
2084 F:      drivers/mmc/host/wmt-sdmmc.c
2085 F:      drivers/pwm/pwm-vt8500.c
2086 F:      drivers/rtc/rtc-vt8500.c
2087 F:      drivers/tty/serial/vt8500_serial.c
2088 F:      drivers/usb/host/ehci-platform.c
2089 F:      drivers/usb/host/uhci-platform.c
2090 F:      drivers/video/fbdev/vt8500lcdfb.*
2091 F:      drivers/video/fbdev/wm8505fb*
2092 F:      drivers/video/fbdev/wmt_ge_rops.*
2093
2094 ARM/ZIPIT Z2 SUPPORT
2095 M:      Marek Vasut <[email protected]>
2096 L:      [email protected] (moderated for non-subscribers)
2097 S:      Maintained
2098 F:      arch/arm/mach-pxa/z2.c
2099 F:      arch/arm/mach-pxa/include/mach/z2.h
2100
2101 ARM/ZTE ARCHITECTURE
2102 M:      Jun Nie <[email protected]>
2103 M:      Baoyou Xie <[email protected]>
2104 L:      [email protected] (moderated for non-subscribers)
2105 S:      Maintained
2106 F:      arch/arm/mach-zx/
2107 F:      drivers/clk/zte/
2108 F:      drivers/reset/reset-zx2967.c
2109 F:      drivers/soc/zte/
2110 F:      Documentation/devicetree/bindings/arm/zte.txt
2111 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2112 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2113 F:      Documentation/devicetree/bindings/soc/zte/
2114 F:      include/dt-bindings/soc/zx*.h
2115
2116 ARM/ZYNQ ARCHITECTURE
2117 M:      Michal Simek <[email protected]>
2118 R:      Sören Brinkmann <[email protected]>
2119 L:      [email protected] (moderated for non-subscribers)
2120 W:      http://wiki.xilinx.com
2121 T:      git https://github.com/Xilinx/linux-xlnx.git
2122 S:      Supported
2123 F:      arch/arm/mach-zynq/
2124 F:      drivers/cpuidle/cpuidle-zynq.c
2125 F:      drivers/block/xsysace.c
2126 N:      zynq
2127 N:      xilinx
2128 F:      drivers/clocksource/cadence_ttc_timer.c
2129 F:      drivers/i2c/busses/i2c-cadence.c
2130 F:      drivers/mmc/host/sdhci-of-arasan.c
2131 F:      drivers/edac/synopsys_edac.c
2132
2133 ARM64 PORT (AARCH64 ARCHITECTURE)
2134 M:      Catalin Marinas <[email protected]>
2135 M:      Will Deacon <[email protected]>
2136 L:      [email protected] (moderated for non-subscribers)
2137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2138 S:      Maintained
2139 F:      arch/arm64/
2140 F:      Documentation/arm64/
2141
2142 AS3645A LED FLASH CONTROLLER DRIVER
2143 M:      Sakari Ailus <[email protected]>
2144 L:      [email protected]
2145 S:      Maintained
2146 F:      drivers/leds/leds-as3645a.c
2147
2148 AS3645A LED FLASH CONTROLLER DRIVER
2149 M:      Laurent Pinchart <[email protected]>
2150 L:      [email protected]
2151 T:      git git://linuxtv.org/media_tree.git
2152 S:      Maintained
2153 F:      drivers/media/i2c/as3645a.c
2154 F:      include/media/i2c/as3645a.h
2155
2156 ASAHI KASEI AK8974 DRIVER
2157 M:      Linus Walleij <[email protected]>
2158 L:      [email protected]
2159 W:      http://www.akm.com/
2160 S:      Supported
2161 F:      drivers/iio/magnetometer/ak8974.c
2162
2163 ASC7621 HARDWARE MONITOR DRIVER
2164 M:      George Joseph <[email protected]>
2165 L:      [email protected]
2166 S:      Maintained
2167 F:      Documentation/hwmon/asc7621
2168 F:      drivers/hwmon/asc7621.c
2169
2170 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2171 M:      Corentin Chary <[email protected]>
2172 L:      [email protected]
2173 L:      [email protected]
2174 W:      http://acpi4asus.sf.net
2175 S:      Maintained
2176 F:      drivers/platform/x86/asus*.c
2177 F:      drivers/platform/x86/eeepc*.c
2178
2179 ASUS WIRELESS RADIO CONTROL DRIVER
2180 M:      João Paulo Rechi Vita <[email protected]>
2181 L:      [email protected]
2182 S:      Maintained
2183 F:      drivers/platform/x86/asus-wireless.c
2184
2185 ASYMMETRIC KEYS
2186 M:      David Howells <[email protected]>
2187 L:      [email protected]
2188 S:      Maintained
2189 F:      Documentation/crypto/asymmetric-keys.txt
2190 F:      include/linux/verification.h
2191 F:      include/crypto/public_key.h
2192 F:      include/crypto/pkcs7.h
2193 F:      crypto/asymmetric_keys/
2194
2195 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2196 R:      Dan Williams <[email protected]>
2197 W:      http://sourceforge.net/projects/xscaleiop
2198 S:      Odd fixes
2199 F:      Documentation/crypto/async-tx-api.txt
2200 F:      crypto/async_tx/
2201 F:      drivers/dma/
2202 F:      include/linux/dmaengine.h
2203 F:      include/linux/async_tx.h
2204
2205 AT24 EEPROM DRIVER
2206 M:      Wolfram Sang <[email protected]>
2207 L:      [email protected]
2208 S:      Maintained
2209 F:      drivers/misc/eeprom/at24.c
2210 F:      include/linux/platform_data/at24.h
2211
2212 ATA OVER ETHERNET (AOE) DRIVER
2213 M:      "Ed L. Cashin" <[email protected]>
2214 W:      http://www.openaoe.org/
2215 S:      Supported
2216 F:      Documentation/aoe/
2217 F:      drivers/block/aoe/
2218
2219 ATHEROS 71XX/9XXX GPIO DRIVER
2220 M:      Alban Bedel <[email protected]>
2221 W:      https://github.com/AlbanBedel/linux
2222 T:      git git://github.com/AlbanBedel/linux
2223 S:      Maintained
2224 F:      drivers/gpio/gpio-ath79.c
2225 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2226
2227 ATHEROS ATH GENERIC UTILITIES
2228 M:      "Luis R. Rodriguez" <[email protected]>
2229 L:      [email protected]
2230 S:      Supported
2231 F:      drivers/net/wireless/ath/*
2232
2233 ATHEROS ATH5K WIRELESS DRIVER
2234 M:      Jiri Slaby <[email protected]>
2235 M:      Nick Kossifidis <[email protected]>
2236 M:      "Luis R. Rodriguez" <[email protected]>
2237 L:      [email protected]
2238 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2239 S:      Maintained
2240 F:      drivers/net/wireless/ath/ath5k/
2241
2242 ATHEROS ATH6KL WIRELESS DRIVER
2243 M:      Kalle Valo <[email protected]>
2244 L:      [email protected]
2245 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2247 S:      Supported
2248 F:      drivers/net/wireless/ath/ath6kl/
2249
2250 ATI_REMOTE2 DRIVER
2251 M:      Ville Syrjala <[email protected]>
2252 S:      Maintained
2253 F:      drivers/input/misc/ati_remote2.c
2254
2255 ATK0110 HWMON DRIVER
2256 M:      Luca Tettamanti <[email protected]>
2257 L:      [email protected]
2258 S:      Maintained
2259 F:      drivers/hwmon/asus_atk0110.c
2260
2261 ATLX ETHERNET DRIVERS
2262 M:      Jay Cliburn <[email protected]>
2263 M:      Chris Snook <[email protected]>
2264 L:      [email protected]
2265 W:      http://sourceforge.net/projects/atl1
2266 W:      http://atl1.sourceforge.net
2267 S:      Maintained
2268 F:      drivers/net/ethernet/atheros/
2269
2270 ATM
2271 M:      Chas Williams <[email protected]>
2272 L:      [email protected] (moderated for non-subscribers)
2273 L:      [email protected]
2274 W:      http://linux-atm.sourceforge.net
2275 S:      Maintained
2276 F:      drivers/atm/
2277 F:      include/linux/atm*
2278 F:      include/uapi/linux/atm*
2279
2280 ATMEL AT91 / AT32 MCI DRIVER
2281 M:      Ludovic Desroches <[email protected]>
2282 S:      Maintained
2283 F:      drivers/mmc/host/atmel-mci.c
2284
2285 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2286 M:      Nicolas Ferre <[email protected]>
2287 S:      Supported
2288 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2289
2290 ATMEL Audio ALSA driver
2291 M:      Nicolas Ferre <[email protected]>
2292 L:      [email protected] (moderated for non-subscribers)
2293 S:      Supported
2294 F:      sound/soc/atmel
2295
2296 ATMEL I2C DRIVER
2297 M:      Ludovic Desroches <[email protected]>
2298 L:      [email protected]
2299 S:      Supported
2300 F:      drivers/i2c/busses/i2c-at91.c
2301
2302 ATMEL ISI DRIVER
2303 M:      Ludovic Desroches <[email protected]>
2304 L:      [email protected]
2305 S:      Supported
2306 F:      drivers/media/platform/atmel/atmel-isi.c
2307 F:      include/media/atmel-isi.h
2308
2309 ATMEL LCDFB DRIVER
2310 M:      Nicolas Ferre <[email protected]>
2311 L:      [email protected]
2312 S:      Maintained
2313 F:      drivers/video/fbdev/atmel_lcdfb.c
2314 F:      include/video/atmel_lcdc.h
2315
2316 ATMEL MACB ETHERNET DRIVER
2317 M:      Nicolas Ferre <[email protected]>
2318 S:      Supported
2319 F:      drivers/net/ethernet/cadence/
2320
2321 ATMEL MAXTOUCH DRIVER
2322 M:      Nick Dyer <[email protected]>
2323 T:      git git://github.com/ndyer/linux.git
2324 S:      Maintained
2325 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2326 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2327 F:      include/linux/platform_data/atmel_mxt_ts.h
2328
2329 ATMEL NAND DRIVER
2330 M:      Wenyou Yang <[email protected]>
2331 M:      Josh Wu <[email protected]>
2332 L:      [email protected]
2333 S:      Supported
2334 F:      drivers/mtd/nand/atmel/*
2335
2336 ATMEL SAMA5D2 ADC DRIVER
2337 M:      Ludovic Desroches <[email protected]>
2338 L:      [email protected]
2339 S:      Supported
2340 F:      drivers/iio/adc/at91-sama5d2_adc.c
2341
2342 ATMEL SDMMC DRIVER
2343 M:      Ludovic Desroches <[email protected]>
2344 L:      [email protected]
2345 S:      Supported
2346 F:      drivers/mmc/host/sdhci-of-at91.c
2347
2348 ATMEL SPI DRIVER
2349 M:      Nicolas Ferre <[email protected]>
2350 S:      Supported
2351 F:      drivers/spi/spi-atmel.*
2352
2353 ATMEL SSC DRIVER
2354 M:      Nicolas Ferre <[email protected]>
2355 L:      [email protected] (moderated for non-subscribers)
2356 S:      Supported
2357 F:      drivers/misc/atmel-ssc.c
2358 F:      include/linux/atmel-ssc.h
2359
2360 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2361 M:      Nicolas Ferre <[email protected]>
2362 L:      [email protected] (moderated for non-subscribers)
2363 S:      Supported
2364 F:      drivers/misc/atmel_tclib.c
2365 F:      drivers/clocksource/tcb_clksrc.c
2366
2367 ATMEL USBA UDC DRIVER
2368 M:      Nicolas Ferre <[email protected]>
2369 L:      [email protected] (moderated for non-subscribers)
2370 S:      Supported
2371 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2372
2373 ATMEL WIRELESS DRIVER
2374 M:      Simon Kelley <[email protected]>
2375 L:      [email protected]
2376 W:      http://www.thekelleys.org.uk/atmel
2377 W:      http://atmelwlandriver.sourceforge.net/
2378 S:      Maintained
2379 F:      drivers/net/wireless/atmel/atmel*
2380
2381 ATMEL XDMA DRIVER
2382 M:      Ludovic Desroches <[email protected]>
2383 L:      [email protected]
2384 L:      [email protected]
2385 S:      Supported
2386 F:      drivers/dma/at_xdmac.c
2387
2388 ATOMIC INFRASTRUCTURE
2389 M:      Will Deacon <[email protected]>
2390 M:      Peter Zijlstra <[email protected]>
2391 R:      Boqun Feng <[email protected]>
2392 L:      [email protected]
2393 S:      Maintained
2394 F:      arch/*/include/asm/atomic*.h
2395 F:      include/*/atomic*.h
2396
2397 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2398 M:      Bradley Grove <[email protected]>
2399 L:      [email protected]
2400 W:      http://www.attotech.com
2401 S:      Supported
2402 F:      drivers/scsi/esas2r
2403
2404 ATUSB IEEE 802.15.4 RADIO DRIVER
2405 M:      Stefan Schmidt <[email protected]>
2406 L:      [email protected]
2407 S:      Maintained
2408 F:      drivers/net/ieee802154/atusb.c
2409 F:      drivers/net/ieee802154/atusb.h
2410 F:      drivers/net/ieee802154/at86rf230.h
2411
2412 AUDIT SUBSYSTEM
2413 M:      Paul Moore <[email protected]>
2414 M:      Eric Paris <[email protected]>
2415 L:      [email protected] (moderated for non-subscribers)
2416 W:      http://people.redhat.com/sgrubb/audit/
2417 T:      git git://git.infradead.org/users/pcmoore/audit
2418 S:      Maintained
2419 F:      include/linux/audit.h
2420 F:      include/uapi/linux/audit.h
2421 F:      kernel/audit*
2422
2423 AUXILIARY DISPLAY DRIVERS
2424 M:      Miguel Ojeda Sandonis <[email protected]>
2425 W:      http://miguelojeda.es/auxdisplay.htm
2426 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2427 S:      Maintained
2428 F:      drivers/auxdisplay/
2429 F:      include/linux/cfag12864b.h
2430
2431 AX.25 NETWORK LAYER
2432 M:      Ralf Baechle <[email protected]>
2433 L:      [email protected]
2434 W:      http://www.linux-ax25.org/
2435 S:      Maintained
2436 F:      include/uapi/linux/ax25.h
2437 F:      include/net/ax25.h
2438 F:      net/ax25/
2439
2440 AXENTIA ARM DEVICES
2441 M:      Peter Rosin <[email protected]>
2442 L:      [email protected] (moderated for non-subscribers)
2443 S:      Maintained
2444 F:      Documentation/devicetree/bindings/arm/axentia.txt
2445 F:      arch/arm/boot/dts/at91-linea.dtsi
2446 F:      arch/arm/boot/dts/at91-tse850-3.dts
2447
2448 AXENTIA ASOC DRIVERS
2449 M:      Peter Rosin <[email protected]>
2450 L:      [email protected] (moderated for non-subscribers)
2451 S:      Maintained
2452 F:      Documentation/devicetree/bindings/sound/axentia,*
2453 F:      sound/soc/atmel/tse850-pcm5142.c
2454
2455 AZ6007 DVB DRIVER
2456 M:      Mauro Carvalho Chehab <[email protected]>
2457 M:      Mauro Carvalho Chehab <[email protected]>
2458 L:      [email protected]
2459 W:      https://linuxtv.org
2460 T:      git git://linuxtv.org/media_tree.git
2461 S:      Maintained
2462 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2463
2464 AZTECH FM RADIO RECEIVER DRIVER
2465 M:      Hans Verkuil <[email protected]>
2466 L:      [email protected]
2467 T:      git git://linuxtv.org/media_tree.git
2468 W:      https://linuxtv.org
2469 S:      Maintained
2470 F:      drivers/media/radio/radio-aztech*
2471
2472 B43 WIRELESS DRIVER
2473 L:      [email protected]
2474 L:      [email protected]
2475 W:      http://wireless.kernel.org/en/users/Drivers/b43
2476 S:      Odd Fixes
2477 F:      drivers/net/wireless/broadcom/b43/
2478
2479 B43LEGACY WIRELESS DRIVER
2480 M:      Larry Finger <[email protected]>
2481 L:      [email protected]
2482 L:      [email protected]
2483 W:      http://wireless.kernel.org/en/users/Drivers/b43
2484 S:      Maintained
2485 F:      drivers/net/wireless/broadcom/b43legacy/
2486
2487 BACKLIGHT CLASS/SUBSYSTEM
2488 M:      Lee Jones <[email protected]>
2489 M:      Daniel Thompson <[email protected]>
2490 M:      Jingoo Han <[email protected]>
2491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2492 S:      Maintained
2493 F:      drivers/video/backlight/
2494 F:      include/linux/backlight.h
2495 F:      include/linux/pwm_backlight.h
2496 F:      Documentation/devicetree/bindings/leds/backlight
2497
2498 BATMAN ADVANCED
2499 M:      Marek Lindner <[email protected]>
2500 M:      Simon Wunderlich <[email protected]>
2501 M:      Antonio Quartulli <[email protected]>
2502 L:      [email protected] (moderated for non-subscribers)
2503 W:      https://www.open-mesh.org/
2504 Q:      https://patchwork.open-mesh.org/project/batman/list/
2505 S:      Maintained
2506 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2507 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2508 F:      Documentation/networking/batman-adv.rst
2509 F:      include/uapi/linux/batman_adv.h
2510 F:      net/batman-adv/
2511
2512 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2513 M:      Thomas Sailer <[email protected]>
2514 L:      [email protected]
2515 W:      http://www.baycom.org/~tom/ham/ham.html
2516 S:      Maintained
2517 F:      drivers/net/hamradio/baycom*
2518
2519 BCACHE (BLOCK LAYER CACHE)
2520 M:      Kent Overstreet <[email protected]>
2521 L:      [email protected]
2522 W:      http://bcache.evilpiepirate.org
2523 S:      Orphan
2524 F:      drivers/md/bcache/
2525
2526 BDISP ST MEDIA DRIVER
2527 M:      Fabien Dessenne <[email protected]>
2528 L:      [email protected]
2529 T:      git git://linuxtv.org/media_tree.git
2530 W:      https://linuxtv.org
2531 S:      Supported
2532 F:      drivers/media/platform/sti/bdisp
2533
2534 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2535 M:      Dariusz Marcinkiewicz <[email protected]>
2536 L:      [email protected]
2537 S:      Maintained
2538 F:      drivers/net/ethernet/ec_bhf.c
2539
2540 BEFS FILE SYSTEM
2541 M:      Luis de Bethencourt <[email protected]>
2542 M:      Salah Triki <[email protected]>
2543 S:      Maintained
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2545 F:      Documentation/filesystems/befs.txt
2546 F:      fs/befs/
2547
2548 BFQ I/O SCHEDULER
2549 M:      Paolo Valente <[email protected]>
2550 M:      Jens Axboe <[email protected]>
2551 L:      [email protected]
2552 S:      Maintained
2553 F:      block/bfq-*
2554 F:      Documentation/block/bfq-iosched.txt
2555
2556 BFS FILE SYSTEM
2557 M:      "Tigran A. Aivazian" <[email protected]>
2558 S:      Maintained
2559 F:      Documentation/filesystems/bfs.txt
2560 F:      fs/bfs/
2561 F:      include/uapi/linux/bfs_fs.h
2562
2563 BLACKFIN ARCHITECTURE
2564 M:      Steven Miao <[email protected]>
2565 L:      [email protected] (moderated for non-subscribers)
2566 T:      git git://git.code.sf.net/p/adi-linux/code
2567 W:      http://blackfin.uclinux.org
2568 S:      Supported
2569 F:      arch/blackfin/
2570
2571 BLACKFIN EMAC DRIVER
2572 L:      [email protected] (moderated for non-subscribers)
2573 W:      http://blackfin.uclinux.org
2574 S:      Supported
2575 F:      drivers/net/ethernet/adi/
2576
2577 BLACKFIN I2C TWI DRIVER
2578 M:      Sonic Zhang <[email protected]>
2579 L:      [email protected] (moderated for non-subscribers)
2580 W:      http://blackfin.uclinux.org/
2581 S:      Supported
2582 F:      drivers/i2c/busses/i2c-bfin-twi.c
2583
2584 BLACKFIN MEDIA DRIVER
2585 M:      Scott Jiang <[email protected]>
2586 L:      [email protected] (moderated for non-subscribers)
2587 W:      http://blackfin.uclinux.org/
2588 S:      Supported
2589 F:      drivers/media/platform/blackfin/
2590 F:      drivers/media/i2c/adv7183*
2591 F:      drivers/media/i2c/vs6624*
2592
2593 BLACKFIN RTC DRIVER
2594 L:      [email protected] (moderated for non-subscribers)
2595 W:      http://blackfin.uclinux.org
2596 S:      Supported
2597 F:      drivers/rtc/rtc-bfin.c
2598
2599 BLACKFIN SDH DRIVER
2600 M:      Sonic Zhang <[email protected]>
2601 L:      [email protected] (moderated for non-subscribers)
2602 W:      http://blackfin.uclinux.org
2603 S:      Supported
2604 F:      drivers/mmc/host/bfin_sdh.c
2605
2606 BLACKFIN SERIAL DRIVER
2607 M:      Sonic Zhang <[email protected]>
2608 L:      [email protected] (moderated for non-subscribers)
2609 W:      http://blackfin.uclinux.org
2610 S:      Supported
2611 F:      drivers/tty/serial/bfin_uart.c
2612
2613 BLACKFIN WATCHDOG DRIVER
2614 L:      [email protected] (moderated for non-subscribers)
2615 W:      http://blackfin.uclinux.org
2616 S:      Supported
2617 F:      drivers/watchdog/bfin_wdt.c
2618
2619 BLINKM RGB LED DRIVER
2620 M:      Jan-Simon Moeller <[email protected]>
2621 S:      Maintained
2622 F:      drivers/leds/leds-blinkm.c
2623
2624 BLOCK LAYER
2625 M:      Jens Axboe <[email protected]>
2626 L:      [email protected]
2627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2628 S:      Maintained
2629 F:      block/
2630 F:      kernel/trace/blktrace.c
2631 F:      lib/sbitmap.c
2632
2633 BLOCK2MTD DRIVER
2634 M:      Joern Engel <[email protected]>
2635 L:      [email protected]
2636 S:      Maintained
2637 F:      drivers/mtd/devices/block2mtd.c
2638
2639 BLUETOOTH DRIVERS
2640 M:      Marcel Holtmann <[email protected]>
2641 M:      Gustavo Padovan <[email protected]>
2642 M:      Johan Hedberg <[email protected]>
2643 L:      [email protected]
2644 W:      http://www.bluez.org/
2645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2647 S:      Maintained
2648 F:      drivers/bluetooth/
2649
2650 BLUETOOTH SUBSYSTEM
2651 M:      Marcel Holtmann <[email protected]>
2652 M:      Gustavo Padovan <[email protected]>
2653 M:      Johan Hedberg <[email protected]>
2654 L:      [email protected]
2655 W:      http://www.bluez.org/
2656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2658 S:      Maintained
2659 F:      net/bluetooth/
2660 F:      include/net/bluetooth/
2661
2662 BONDING DRIVER
2663 M:      Jay Vosburgh <[email protected]>
2664 M:      Veaceslav Falico <[email protected]>
2665 M:      Andy Gospodarek <[email protected]>
2666 L:      [email protected]
2667 W:      http://sourceforge.net/projects/bonding/
2668 S:      Supported
2669 F:      drivers/net/bonding/
2670 F:      include/uapi/linux/if_bonding.h
2671
2672 BPF (Safe dynamic programs and tools)
2673 M:      Alexei Starovoitov <[email protected]>
2674 M:      Daniel Borkmann <[email protected]>
2675 L:      [email protected]
2676 L:      [email protected]
2677 S:      Supported
2678 F:      arch/x86/net/bpf_jit*
2679 F:      Documentation/networking/filter.txt
2680 F:      include/linux/bpf*
2681 F:      include/linux/filter.h
2682 F:      include/uapi/linux/bpf*
2683 F:      include/uapi/linux/filter.h
2684 F:      kernel/bpf/
2685 F:      kernel/trace/bpf_trace.c
2686 F:      lib/test_bpf.c
2687 F:      net/bpf/
2688 F:      net/core/filter.c
2689 F:      net/sched/act_bpf.c
2690 F:      net/sched/cls_bpf.c
2691 F:      samples/bpf/
2692 F:      tools/net/bpf*
2693 F:      tools/testing/selftests/bpf/
2694
2695 BROADCOM B44 10/100 ETHERNET DRIVER
2696 M:      Michael Chan <[email protected]>
2697 L:      [email protected]
2698 S:      Supported
2699 F:      drivers/net/ethernet/broadcom/b44.*
2700
2701 BROADCOM B53 ETHERNET SWITCH DRIVER
2702 M:      Florian Fainelli <[email protected]>
2703 L:      [email protected]
2704 L:      [email protected] (subscribers-only)
2705 S:      Supported
2706 F:      drivers/net/dsa/b53/*
2707 F:      include/linux/platform_data/b53.h
2708
2709 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2710 M:      Florian Fainelli <[email protected]>
2711 M:      Ray Jui <[email protected]>
2712 M:      Scott Branden <[email protected]>
2713 M:      [email protected]
2714 T:      git git://github.com/broadcom/mach-bcm
2715 S:      Maintained
2716 N:      bcm281*
2717 N:      bcm113*
2718 N:      bcm216*
2719 N:      kona
2720 F:      arch/arm/mach-bcm/
2721
2722 BROADCOM BCM2835 ARM ARCHITECTURE
2723 M:      Eric Anholt <[email protected]>
2724 M:      Stefan Wahren <[email protected]>
2725 L:      [email protected] (moderated for non-subscribers)
2726 L:      [email protected] (moderated for non-subscribers)
2727 T:      git git://github.com/anholt/linux
2728 S:      Maintained
2729 N:      bcm2835
2730 F:      drivers/staging/vc04_services
2731
2732 BROADCOM BCM47XX MIPS ARCHITECTURE
2733 M:      Hauke Mehrtens <[email protected]>
2734 M:      Rafał Miłecki <[email protected]>
2735 L:      [email protected]
2736 S:      Maintained
2737 F:      Documentation/devicetree/bindings/mips/brcm/
2738 F:      arch/mips/bcm47xx/*
2739 F:      arch/mips/include/asm/mach-bcm47xx/*
2740
2741 BROADCOM BCM5301X ARM ARCHITECTURE
2742 M:      Hauke Mehrtens <[email protected]>
2743 M:      Rafał Miłecki <[email protected]>
2744 M:      Jon Mason <[email protected]>
2745 M:      [email protected]
2746 L:      [email protected]
2747 S:      Maintained
2748 F:      arch/arm/mach-bcm/bcm_5301x.c
2749 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2750 F:      arch/arm/boot/dts/bcm470*
2751 F:      arch/arm/boot/dts/bcm953012*
2752
2753 BROADCOM BCM53573 ARM ARCHITECTURE
2754 M:      Rafał Miłecki <[email protected]>
2755 L:      [email protected]
2756 S:      Maintained
2757 F:      arch/arm/boot/dts/bcm53573*
2758 F:      arch/arm/boot/dts/bcm47189*
2759
2760 BROADCOM BCM63XX ARM ARCHITECTURE
2761 M:      Florian Fainelli <[email protected]>
2762 M:      [email protected]
2763 L:      [email protected] (moderated for non-subscribers)
2764 T:      git git://github.com/broadcom/stblinux.git
2765 S:      Maintained
2766 N:      bcm63xx
2767
2768 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2769 M:      Kevin Cernekee <[email protected]>
2770 L:      [email protected]
2771 S:      Maintained
2772 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2773
2774 BROADCOM BCM7XXX ARM ARCHITECTURE
2775 M:      Brian Norris <[email protected]>
2776 M:      Gregory Fong <[email protected]>
2777 M:      Florian Fainelli <[email protected]>
2778 M:      [email protected]
2779 L:      [email protected] (moderated for non-subscribers)
2780 T:      git git://github.com/broadcom/stblinux.git
2781 S:      Maintained
2782 F:      arch/arm/mach-bcm/*brcmstb*
2783 F:      arch/arm/boot/dts/bcm7*.dts*
2784 F:      drivers/bus/brcmstb_gisb.c
2785 N:      brcmstb
2786
2787 BROADCOM BMIPS CPUFREQ DRIVER
2788 M:      Markus Mayer <[email protected]>
2789 M:      [email protected]
2790 L:      [email protected]
2791 S:      Maintained
2792 F:      drivers/cpufreq/bmips-cpufreq.c
2793
2794 BROADCOM BMIPS MIPS ARCHITECTURE
2795 M:      Kevin Cernekee <[email protected]>
2796 M:      Florian Fainelli <[email protected]>
2797 L:      [email protected]
2798 T:      git git://github.com/broadcom/stblinux.git
2799 S:      Maintained
2800 F:      arch/mips/bmips/*
2801 F:      arch/mips/include/asm/mach-bmips/*
2802 F:      arch/mips/kernel/*bmips*
2803 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2804 F:      drivers/irqchip/irq-bcm63*
2805 F:      drivers/irqchip/irq-bcm7*
2806 F:      drivers/irqchip/irq-brcmstb*
2807 F:      include/linux/bcm963xx_nvram.h
2808 F:      include/linux/bcm963xx_tag.h
2809
2810 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2811 M:      Rasesh Mody <[email protected]>
2812 M:      Harish Patil <[email protected]>
2813 M:      [email protected]
2814 L:      [email protected]
2815 S:      Supported
2816 F:      drivers/net/ethernet/broadcom/bnx2.*
2817 F:      drivers/net/ethernet/broadcom/bnx2_*
2818
2819 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2820 M:      [email protected]
2821 L:      [email protected]
2822 S:      Supported
2823 F:      drivers/scsi/bnx2fc/
2824
2825 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2826 M:      [email protected]
2827 L:      [email protected]
2828 S:      Supported
2829 F:      drivers/scsi/bnx2i/
2830
2831 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2832 M:      Yuval Mintz <[email protected]>
2833 M:      Ariel Elior <[email protected]>
2834 M:      [email protected]
2835 L:      [email protected]
2836 S:      Supported
2837 F:      drivers/net/ethernet/broadcom/bnx2x/
2838
2839 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2840 M:      Michael Chan <[email protected]>
2841 L:      [email protected]
2842 S:      Supported
2843 F:      drivers/net/ethernet/broadcom/bnxt/
2844
2845 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2846 M:      Arend van Spriel <[email protected]>
2847 M:      Franky Lin <[email protected]>
2848 M:      Hante Meuleman <[email protected]>
2849 M:      Chi-Hsien Lin <[email protected]>
2850 M:      Wright Feng <[email protected]>
2851 L:      [email protected]
2852 L:      [email protected]
2853 L:      [email protected]
2854 S:      Supported
2855 F:      drivers/net/wireless/broadcom/brcm80211/
2856
2857 BROADCOM BRCMSTB GPIO DRIVER
2858 M:      Gregory Fong <[email protected]>
2859 L:      [email protected]
2860 S:      Supported
2861 F:      drivers/gpio/gpio-brcmstb.c
2862 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2863
2864 BROADCOM GENET ETHERNET DRIVER
2865 M:      Florian Fainelli <[email protected]>
2866 L:      [email protected]
2867 S:      Supported
2868 F:      drivers/net/ethernet/broadcom/genet/
2869
2870 BROADCOM IPROC ARM ARCHITECTURE
2871 M:      Ray Jui <[email protected]>
2872 M:      Scott Branden <[email protected]>
2873 M:      Jon Mason <[email protected]>
2874 M:      [email protected]
2875 L:      [email protected] (moderated for non-subscribers)
2876 T:      git git://github.com/broadcom/cygnus-linux.git
2877 S:      Maintained
2878 N:      iproc
2879 N:      cygnus
2880 N:      bcm[-_]nsp
2881 N:      bcm9113*
2882 N:      bcm9583*
2883 N:      bcm9585*
2884 N:      bcm9586*
2885 N:      bcm988312
2886 N:      bcm113*
2887 N:      bcm583*
2888 N:      bcm585*
2889 N:      bcm586*
2890 N:      bcm88312
2891 F:      arch/arm64/boot/dts/broadcom/ns2*
2892 F:      drivers/clk/bcm/clk-ns*
2893 F:      drivers/pinctrl/bcm/pinctrl-ns*
2894
2895 BROADCOM KONA GPIO DRIVER
2896 M:      Ray Jui <[email protected]>
2897 L:      [email protected]
2898 S:      Supported
2899 F:      drivers/gpio/gpio-bcm-kona.c
2900 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2901
2902 BROADCOM NETXTREME-E ROCE DRIVER
2903 M:      Selvin Xavier <[email protected]>
2904 M:      Devesh Sharma <[email protected]>
2905 M:      Somnath Kotur <[email protected]>
2906 M:      Sriharsha Basavapatna <[email protected]>
2907 L:      [email protected]
2908 W:      http://www.broadcom.com
2909 S:      Supported
2910 F:      drivers/infiniband/hw/bnxt_re/
2911 F:      include/uapi/rdma/bnxt_re-abi.h
2912
2913 BROADCOM NVRAM DRIVER
2914 M:      Rafał Miłecki <[email protected]>
2915 L:      [email protected]
2916 S:      Maintained
2917 F:      drivers/firmware/broadcom/*
2918
2919 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2920 M:      Rafał Miłecki <[email protected]>
2921 L:      [email protected]
2922 S:      Maintained
2923 F:      drivers/bcma/
2924 F:      include/linux/bcma/
2925
2926 BROADCOM STB AVS CPUFREQ DRIVER
2927 M:      Markus Mayer <[email protected]>
2928 M:      [email protected]
2929 L:      [email protected]
2930 S:      Maintained
2931 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2932 F:      drivers/cpufreq/brcmstb*
2933
2934 BROADCOM STB NAND FLASH DRIVER
2935 M:      Brian Norris <[email protected]>
2936 M:      Kamal Dasu <[email protected]>
2937 L:      [email protected]
2938 L:      [email protected]
2939 S:      Maintained
2940 F:      drivers/mtd/nand/brcmnand/
2941
2942 BROADCOM SYSTEMPORT ETHERNET DRIVER
2943 M:      Florian Fainelli <[email protected]>
2944 L:      [email protected]
2945 S:      Supported
2946 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2947
2948 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2949 M:      Siva Reddy Kallam <[email protected]>
2950 M:      Prashant Sreedharan <[email protected]>
2951 M:      Michael Chan <[email protected]>
2952 L:      [email protected]
2953 S:      Supported
2954 F:      drivers/net/ethernet/broadcom/tg3.*
2955
2956 BROCADE BFA FC SCSI DRIVER
2957 M:      Anil Gurumurthy <[email protected]>
2958 M:      Sudarsana Kalluru <[email protected]>
2959 L:      [email protected]
2960 S:      Supported
2961 F:      drivers/scsi/bfa/
2962
2963 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2964 M:      Rasesh Mody <[email protected]>
2965 M:      Sudarsana Kalluru <[email protected]>
2966 M:      [email protected]
2967 L:      [email protected]
2968 S:      Supported
2969 F:      drivers/net/ethernet/brocade/bna/
2970
2971 BSG (block layer generic sg v4 driver)
2972 M:      FUJITA Tomonori <[email protected]>
2973 L:      [email protected]
2974 S:      Supported
2975 F:      block/bsg.c
2976 F:      include/linux/bsg.h
2977 F:      include/uapi/linux/bsg.h
2978
2979 BT87X AUDIO DRIVER
2980 M:      Clemens Ladisch <[email protected]>
2981 L:      [email protected] (moderated for non-subscribers)
2982 T:      git git://git.alsa-project.org/alsa-kernel.git
2983 S:      Maintained
2984 F:      Documentation/sound/alsa/Bt87x.txt
2985 F:      sound/pci/bt87x.c
2986
2987 BT8XXGPIO DRIVER
2988 M:      Michael Buesch <[email protected]>
2989 W:      http://bu3sch.de/btgpio.php
2990 S:      Maintained
2991 F:      drivers/gpio/gpio-bt8xx.c
2992
2993 BTRFS FILE SYSTEM
2994 M:      Chris Mason <[email protected]>
2995 M:      Josef Bacik <[email protected]>
2996 M:      David Sterba <[email protected]>
2997 L:      [email protected]
2998 W:      http://btrfs.wiki.kernel.org/
2999 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3001 S:      Maintained
3002 F:      Documentation/filesystems/btrfs.txt
3003 F:      fs/btrfs/
3004 F:      include/linux/btrfs*
3005 F:      include/uapi/linux/btrfs*
3006
3007 BTTV VIDEO4LINUX DRIVER
3008 M:      Mauro Carvalho Chehab <[email protected]>
3009 M:      Mauro Carvalho Chehab <[email protected]>
3010 L:      [email protected]
3011 W:      https://linuxtv.org
3012 T:      git git://linuxtv.org/media_tree.git
3013 S:      Odd fixes
3014 F:      Documentation/media/v4l-drivers/bttv*
3015 F:      drivers/media/pci/bt8xx/bttv*
3016
3017 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3018 M:      Chanwoo Choi <[email protected]>
3019 L:      [email protected]
3020 L:      [email protected]
3021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3022 S:      Maintained
3023 F:      drivers/devfreq/exynos-bus.c
3024 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3025
3026 BUSLOGIC SCSI DRIVER
3027 M:      Khalid Aziz <[email protected]>
3028 L:      [email protected]
3029 S:      Maintained
3030 F:      drivers/scsi/BusLogic.*
3031 F:      drivers/scsi/FlashPoint.*
3032
3033 C-MEDIA CMI8788 DRIVER
3034 M:      Clemens Ladisch <[email protected]>
3035 L:      [email protected] (moderated for non-subscribers)
3036 T:      git git://git.alsa-project.org/alsa-kernel.git
3037 S:      Maintained
3038 F:      sound/pci/oxygen/
3039
3040 C6X ARCHITECTURE
3041 M:      Mark Salter <[email protected]>
3042 M:      Aurelien Jacquiot <[email protected]>
3043 L:      [email protected]
3044 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3045 S:      Maintained
3046 F:      arch/c6x/
3047
3048 CA8210 IEEE-802.15.4 RADIO DRIVER
3049 M:      Harry Morris <[email protected]>
3050 M:      [email protected]
3051 L:      [email protected]
3052 W:      https://github.com/Cascoda/ca8210-linux.git
3053 S:      Maintained
3054 F:      drivers/net/ieee802154/ca8210.c
3055 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3056
3057 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3058 M:      David Howells <[email protected]>
3059 L:      [email protected] (moderated for non-subscribers)
3060 S:      Supported
3061 F:      Documentation/filesystems/caching/cachefiles.txt
3062 F:      fs/cachefiles/
3063
3064 CADET FM/AM RADIO RECEIVER DRIVER
3065 M:      Hans Verkuil <[email protected]>
3066 L:      [email protected]
3067 T:      git git://linuxtv.org/media_tree.git
3068 W:      https://linuxtv.org
3069 S:      Maintained
3070 F:      drivers/media/radio/radio-cadet*
3071
3072 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3073 M:      Jonathan Corbet <[email protected]>
3074 L:      [email protected]
3075 T:      git git://linuxtv.org/media_tree.git
3076 S:      Maintained
3077 F:      Documentation/media/v4l-drivers/cafe_ccic*
3078 F:      drivers/media/platform/marvell-ccic/
3079
3080 CAIF NETWORK LAYER
3081 M:      Dmitry Tarnyagin <[email protected]>
3082 L:      [email protected]
3083 S:      Supported
3084 F:      Documentation/networking/caif/
3085 F:      drivers/net/caif/
3086 F:      include/uapi/linux/caif/
3087 F:      include/net/caif/
3088 F:      net/caif/
3089
3090 CALGARY x86-64 IOMMU
3091 M:      Muli Ben-Yehuda <[email protected]>
3092 M:      Jon Mason <[email protected]>
3093 L:      [email protected]
3094 S:      Maintained
3095 F:      arch/x86/kernel/pci-calgary_64.c
3096 F:      arch/x86/kernel/tce_64.c
3097 F:      arch/x86/include/asm/calgary.h
3098 F:      arch/x86/include/asm/tce.h
3099
3100 CAN NETWORK DRIVERS
3101 M:      Wolfgang Grandegger <[email protected]>
3102 M:      Marc Kleine-Budde <[email protected]>
3103 L:      [email protected]
3104 W:      https://github.com/linux-can
3105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3107 S:      Maintained
3108 F:      Documentation/devicetree/bindings/net/can/
3109 F:      drivers/net/can/
3110 F:      include/linux/can/dev.h
3111 F:      include/linux/can/platform/
3112 F:      include/uapi/linux/can/error.h
3113 F:      include/uapi/linux/can/netlink.h
3114
3115 CAN NETWORK LAYER
3116 M:      Oliver Hartkopp <[email protected]>
3117 M:      Marc Kleine-Budde <[email protected]>
3118 L:      [email protected]
3119 W:      https://github.com/linux-can
3120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3122 S:      Maintained
3123 F:      Documentation/networking/can.txt
3124 F:      net/can/
3125 F:      include/linux/can/core.h
3126 F:      include/uapi/linux/can.h
3127 F:      include/uapi/linux/can/bcm.h
3128 F:      include/uapi/linux/can/raw.h
3129 F:      include/uapi/linux/can/gw.h
3130
3131 CAPABILITIES
3132 M:      Serge Hallyn <[email protected]>
3133 L:      [email protected]
3134 S:      Supported
3135 F:      include/linux/capability.h
3136 F:      include/uapi/linux/capability.h
3137 F:      security/commoncap.c
3138 F:      kernel/capability.c
3139
3140 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3141 M:      Kevin Tsai <[email protected]>
3142 S:      Maintained
3143 F:      drivers/iio/light/cm*
3144
3145 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3146 M:      Christian Lamparter <[email protected]>
3147 L:      [email protected]
3148 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3149 S:      Maintained
3150 F:      drivers/net/wireless/ath/carl9170/
3151
3152 CAVIUM I2C DRIVER
3153 M:      Jan Glauber <[email protected]>
3154 M:      David Daney <[email protected]>
3155 W:      http://www.cavium.com
3156 S:      Supported
3157 F:      drivers/i2c/busses/i2c-octeon*
3158 F:      drivers/i2c/busses/i2c-thunderx*
3159
3160 CAVIUM LIQUIDIO NETWORK DRIVER
3161 M:      Derek Chickles <[email protected]>
3162 M:      Satanand Burla <[email protected]>
3163 M:      Felix Manlunas <[email protected]>
3164 M:      Raghu Vatsavayi <[email protected]>
3165 L:      [email protected]
3166 W:      http://www.cavium.com
3167 S:      Supported
3168 F:      drivers/net/ethernet/cavium/liquidio/
3169
3170 CAVIUM MMC DRIVER
3171 M:      Jan Glauber <[email protected]>
3172 M:      David Daney <[email protected]>
3173 M:      Steven J. Hill <[email protected]>
3174 W:      http://www.cavium.com
3175 S:      Supported
3176 F:      drivers/mmc/host/cavium*
3177
3178 CAVIUM OCTEON-TX CRYPTO DRIVER
3179 M:      George Cherian <[email protected]>
3180 L:      [email protected]
3181 W:      http://www.cavium.com
3182 S:      Supported
3183 F:      drivers/crypto/cavium/cpt/
3184
3185 CAVIUM THUNDERX2 ARM64 SOC
3186 M:      Jayachandran C <[email protected]>
3187 L:      [email protected] (moderated for non-subscribers)
3188 S:      Maintained
3189 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3190 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3191
3192 CC2520 IEEE-802.15.4 RADIO DRIVER
3193 M:      Varka Bhadram <[email protected]>
3194 L:      [email protected]
3195 S:      Maintained
3196 F:      drivers/net/ieee802154/cc2520.c
3197 F:      include/linux/spi/cc2520.h
3198 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3199
3200 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3201 M:      Gilad Ben-Yossef <[email protected]>
3202 L:      [email protected]
3203 L:      [email protected]
3204 S:      Supported
3205 F:      drivers/staging/ccree/
3206 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3207
3208 CEC FRAMEWORK
3209 M:      Hans Verkuil <[email protected]>
3210 L:      [email protected]
3211 T:      git git://linuxtv.org/media_tree.git
3212 W:      http://linuxtv.org
3213 S:      Supported
3214 F:      Documentation/media/kapi/cec-core.rst
3215 F:      Documentation/media/uapi/cec
3216 F:      drivers/media/cec/
3217 F:      drivers/media/rc/keymaps/rc-cec.c
3218 F:      include/media/cec.h
3219 F:      include/media/cec-notifier.h
3220 F:      include/uapi/linux/cec.h
3221 F:      include/uapi/linux/cec-funcs.h
3222 F:      Documentation/devicetree/bindings/media/cec.txt
3223
3224 CELL BROADBAND ENGINE ARCHITECTURE
3225 M:      Arnd Bergmann <[email protected]>
3226 L:      [email protected]
3227 W:      http://www.ibm.com/developerworks/power/cell/
3228 S:      Supported
3229 F:      arch/powerpc/include/asm/cell*.h
3230 F:      arch/powerpc/include/asm/spu*.h
3231 F:      arch/powerpc/include/uapi/asm/spu*.h
3232 F:      arch/powerpc/oprofile/*cell*
3233 F:      arch/powerpc/platforms/cell/
3234
3235 CEPH COMMON CODE (LIBCEPH)
3236 M:      Ilya Dryomov <[email protected]>
3237 M:      "Yan, Zheng" <[email protected]>
3238 M:      Sage Weil <[email protected]>
3239 L:      [email protected]
3240 W:      http://ceph.com/
3241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3242 T:      git git://github.com/ceph/ceph-client.git
3243 S:      Supported
3244 F:      net/ceph/
3245 F:      include/linux/ceph/
3246 F:      include/linux/crush/
3247
3248 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3249 M:      "Yan, Zheng" <[email protected]>
3250 M:      Sage Weil <[email protected]>
3251 M:      Ilya Dryomov <[email protected]>
3252 L:      [email protected]
3253 W:      http://ceph.com/
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3255 T:      git git://github.com/ceph/ceph-client.git
3256 S:      Supported
3257 F:      Documentation/filesystems/ceph.txt
3258 F:      fs/ceph/
3259
3260 CERTIFICATE HANDLING:
3261 M:      David Howells <[email protected]>
3262 M:      David Woodhouse <[email protected]>
3263 L:      [email protected]
3264 S:      Maintained
3265 F:      Documentation/module-signing.txt
3266 F:      certs/
3267 F:      scripts/sign-file.c
3268 F:      scripts/extract-cert.c
3269
3270 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3271 L:      [email protected]
3272 S:      Orphan
3273 F:      Documentation/usb/WUSB-Design-overview.txt
3274 F:      Documentation/usb/wusb-cbaf
3275 F:      drivers/usb/host/hwa-hc.c
3276 F:      drivers/usb/host/whci/
3277 F:      drivers/usb/wusbcore/
3278 F:      include/linux/usb/wusb*
3279
3280 CFAG12864B LCD DRIVER
3281 M:      Miguel Ojeda Sandonis <[email protected]>
3282 W:      http://miguelojeda.es/auxdisplay.htm
3283 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3284 S:      Maintained
3285 F:      drivers/auxdisplay/cfag12864b.c
3286 F:      include/linux/cfag12864b.h
3287
3288 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3289 M:      Miguel Ojeda Sandonis <[email protected]>
3290 W:      http://miguelojeda.es/auxdisplay.htm
3291 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3292 S:      Maintained
3293 F:      drivers/auxdisplay/cfag12864bfb.c
3294 F:      include/linux/cfag12864b.h
3295
3296 CFG80211 and NL80211
3297 M:      Johannes Berg <[email protected]>
3298 L:      [email protected]
3299 W:      http://wireless.kernel.org/
3300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3302 S:      Maintained
3303 F:      include/uapi/linux/nl80211.h
3304 F:      include/net/cfg80211.h
3305 F:      net/wireless/*
3306 X:      net/wireless/wext*
3307
3308 CHAR and MISC DRIVERS
3309 M:      Arnd Bergmann <[email protected]>
3310 M:      Greg Kroah-Hartman <[email protected]>
3311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3312 S:      Supported
3313 F:      drivers/char/*
3314 F:      drivers/misc/*
3315 F:      include/linux/miscdevice.h
3316
3317 CHECKPATCH
3318 M:      Andy Whitcroft <[email protected]>
3319 M:      Joe Perches <[email protected]>
3320 S:      Maintained
3321 F:      scripts/checkpatch.pl
3322
3323 CHINESE DOCUMENTATION
3324 M:      Harry Wei <[email protected]>
3325 L:      [email protected] (subscribers-only)
3326 L:      [email protected] (moderated for non-subscribers)
3327 S:      Maintained
3328 F:      Documentation/translations/zh_CN/
3329
3330 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3331 M:      Peter Chen <[email protected]>
3332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3333 L:      [email protected]
3334 S:      Maintained
3335 F:      drivers/usb/chipidea/
3336
3337 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3338 M:      Hans de Goede <[email protected]>
3339 L:      [email protected]
3340 S:      Maintained
3341 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3342 F:      drivers/input/touchscreen/chipone_icn8318.c
3343
3344 CHROME HARDWARE PLATFORM SUPPORT
3345 M:      Benson Leung <[email protected]>
3346 M:      Olof Johansson <[email protected]>
3347 S:      Maintained
3348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3349 F:      drivers/platform/chrome/
3350
3351 CIRRUS LOGIC AUDIO CODEC DRIVERS
3352 M:      Brian Austin <[email protected]>
3353 M:      Paul Handrigan <[email protected]>
3354 L:      [email protected] (moderated for non-subscribers)
3355 S:      Maintained
3356 F:      sound/soc/codecs/cs*
3357
3358 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3359 M:      Hartley Sweeten <[email protected]>
3360 L:      [email protected]
3361 S:      Maintained
3362 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3363
3364 CISCO FCOE HBA DRIVER
3365 M:      Satish Kharat <[email protected]>
3366 M:      Sesidhar Baddela <[email protected]>
3367 M:      Karan Tilak Kumar <[email protected]>
3368 L:      [email protected]
3369 S:      Supported
3370 F:      drivers/scsi/fnic/
3371
3372 CISCO SCSI HBA DRIVER
3373 M:      Karan Tilak Kumar <[email protected]>
3374 M:      Sesidhar Baddela <[email protected]>
3375 L:      [email protected]
3376 S:      Supported
3377 F:      drivers/scsi/snic/
3378
3379 CISCO VIC ETHERNET NIC DRIVER
3380 M:      Christian Benvenuti <[email protected]>
3381 M:      Govindarajulu Varadarajan <[email protected]>
3382 M:      Neel Patel <[email protected]>
3383 S:      Supported
3384 F:      drivers/net/ethernet/cisco/enic/
3385
3386 CISCO VIC LOW LATENCY NIC DRIVER
3387 M:      Christian Benvenuti <[email protected]>
3388 M:      Dave Goodell <[email protected]>
3389 S:      Supported
3390 F:      drivers/infiniband/hw/usnic/
3391
3392 CLEANCACHE API
3393 M:      Konrad Rzeszutek Wilk <[email protected]>
3394 L:      [email protected]
3395 S:      Maintained
3396 F:      mm/cleancache.c
3397 F:      include/linux/cleancache.h
3398
3399 CLK API
3400 M:      Russell King <[email protected]>
3401 L:      [email protected]
3402 S:      Maintained
3403 F:      include/linux/clk.h
3404
3405 CLOCKSOURCE, CLOCKEVENT DRIVERS
3406 M:      Daniel Lezcano <[email protected]>
3407 M:      Thomas Gleixner <[email protected]>
3408 L:      [email protected]
3409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3410 S:      Supported
3411 F:      drivers/clocksource
3412
3413 CMPC ACPI DRIVER
3414 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3415 M:      Daniel Oliveira Nascimento <[email protected]>
3416 L:      [email protected]
3417 S:      Supported
3418 F:      drivers/platform/x86/classmate-laptop.c
3419
3420 COBALT MEDIA DRIVER
3421 M:      Hans Verkuil <[email protected]>
3422 L:      [email protected]
3423 T:      git git://linuxtv.org/media_tree.git
3424 W:      https://linuxtv.org
3425 S:      Supported
3426 F:      drivers/media/pci/cobalt/
3427
3428 COCCINELLE/Semantic Patches (SmPL)
3429 M:      Julia Lawall <[email protected]>
3430 M:      Gilles Muller <[email protected]>
3431 M:      Nicolas Palix <[email protected]>
3432 M:      Michal Marek <[email protected]>
3433 L:      [email protected] (moderated for non-subscribers)
3434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3435 W:      http://coccinelle.lip6.fr/
3436 S:      Supported
3437 F:      Documentation/dev-tools/coccinelle.rst
3438 F:      scripts/coccinelle/
3439 F:      scripts/coccicheck
3440
3441 CODA FILE SYSTEM
3442 M:      Jan Harkes <[email protected]>
3443 M:      [email protected]
3444 L:      [email protected]
3445 W:      http://www.coda.cs.cmu.edu/
3446 S:      Maintained
3447 F:      Documentation/filesystems/coda.txt
3448 F:      fs/coda/
3449 F:      include/linux/coda*.h
3450 F:      include/uapi/linux/coda*.h
3451
3452 CODA V4L2 MEM2MEM DRIVER
3453 M:      Philipp Zabel <[email protected]>
3454 L:      [email protected]
3455 S:      Maintained
3456 F:      Documentation/devicetree/bindings/media/coda.txt
3457 F:      drivers/media/platform/coda/
3458
3459 COMMON CLK FRAMEWORK
3460 M:      Michael Turquette <[email protected]>
3461 M:      Stephen Boyd <[email protected]>
3462 L:      [email protected]
3463 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3465 S:      Maintained
3466 F:      Documentation/devicetree/bindings/clock/
3467 F:      drivers/clk/
3468 X:      drivers/clk/clkdev.c
3469 F:      include/linux/clk-pr*
3470 F:      include/linux/clk/
3471
3472 COMMON INTERNET FILE SYSTEM (CIFS)
3473 M:      Steve French <[email protected]>
3474 L:      [email protected]
3475 L:      [email protected] (moderated for non-subscribers)
3476 W:      http://linux-cifs.samba.org/
3477 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3478 S:      Supported
3479 F:      Documentation/filesystems/cifs/
3480 F:      fs/cifs/
3481
3482 COMPACTPCI HOTPLUG CORE
3483 M:      Scott Murray <[email protected]>
3484 L:      [email protected]
3485 S:      Maintained
3486 F:      drivers/pci/hotplug/cpci_hotplug*
3487
3488 COMPACTPCI HOTPLUG GENERIC DRIVER
3489 M:      Scott Murray <[email protected]>
3490 L:      [email protected]
3491 S:      Maintained
3492 F:      drivers/pci/hotplug/cpcihp_generic.c
3493
3494 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3495 M:      Scott Murray <[email protected]>
3496 L:      [email protected]
3497 S:      Maintained
3498 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3499
3500 COMPAL LAPTOP SUPPORT
3501 M:      Cezary Jackiewicz <[email protected]>
3502 L:      [email protected]
3503 S:      Maintained
3504 F:      drivers/platform/x86/compal-laptop.c
3505
3506 CONEXANT ACCESSRUNNER USB DRIVER
3507 L:      [email protected]
3508 W:      http://accessrunner.sourceforge.net/
3509 S:      Orphan
3510 F:      drivers/usb/atm/cxacru.c
3511
3512 CONFIGFS
3513 M:      Joel Becker <[email protected]>
3514 M:      Christoph Hellwig <[email protected]>
3515 T:      git git://git.infradead.org/users/hch/configfs.git
3516 S:      Supported
3517 F:      fs/configfs/
3518 F:      include/linux/configfs.h
3519
3520 CONNECTOR
3521 M:      Evgeniy Polyakov <[email protected]>
3522 L:      [email protected]
3523 S:      Maintained
3524 F:      drivers/connector/
3525
3526 CONTROL GROUP (CGROUP)
3527 M:      Tejun Heo <[email protected]>
3528 M:      Li Zefan <[email protected]>
3529 M:      Johannes Weiner <[email protected]>
3530 L:      [email protected]
3531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3532 S:      Maintained
3533 F:      Documentation/cgroup*
3534 F:      include/linux/cgroup*
3535 F:      kernel/cgroup*
3536
3537 CONTROL GROUP - CPUSET
3538 M:      Li Zefan <[email protected]>
3539 L:      [email protected]
3540 W:      http://www.bullopensource.org/cpuset/
3541 W:      http://oss.sgi.com/projects/cpusets/
3542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3543 S:      Maintained
3544 F:      Documentation/cgroup-v1/cpusets.txt
3545 F:      include/linux/cpuset.h
3546 F:      kernel/cpuset.c
3547
3548 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3549 M:      Johannes Weiner <[email protected]>
3550 M:      Michal Hocko <[email protected]>
3551 M:      Vladimir Davydov <[email protected]>
3552 L:      [email protected]
3553 L:      [email protected]
3554 S:      Maintained
3555 F:      mm/memcontrol.c
3556 F:      mm/swap_cgroup.c
3557
3558 CORETEMP HARDWARE MONITORING DRIVER
3559 M:      Fenghua Yu <[email protected]>
3560 L:      [email protected]
3561 S:      Maintained
3562 F:      Documentation/hwmon/coretemp
3563 F:      drivers/hwmon/coretemp.c
3564
3565 COSA/SRP SYNC SERIAL DRIVER
3566 M:      Jan "Yenya" Kasprzak <[email protected]>
3567 W:      http://www.fi.muni.cz/~kas/cosa/
3568 S:      Maintained
3569 F:      drivers/net/wan/cosa*
3570
3571 CPMAC ETHERNET DRIVER
3572 M:      Florian Fainelli <[email protected]>
3573 L:      [email protected]
3574 S:      Maintained
3575 F:      drivers/net/ethernet/ti/cpmac.c
3576
3577 CPU FREQUENCY DRIVERS
3578 M:      "Rafael J. Wysocki" <[email protected]>
3579 M:      Viresh Kumar <[email protected]>
3580 L:      [email protected]
3581 S:      Maintained
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3583 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3584 B:      https://bugzilla.kernel.org
3585 F:      Documentation/cpu-freq/
3586 F:      Documentation/devicetree/bindings/cpufreq/
3587 F:      drivers/cpufreq/
3588 F:      include/linux/cpufreq.h
3589 F:      tools/testing/selftests/cpufreq/
3590
3591 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3592 M:      Viresh Kumar <[email protected]>
3593 M:      Sudeep Holla <[email protected]>
3594 L:      [email protected]
3595 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3596 S:      Maintained
3597 F:      drivers/cpufreq/arm_big_little.h
3598 F:      drivers/cpufreq/arm_big_little.c
3599 F:      drivers/cpufreq/arm_big_little_dt.c
3600
3601 CPU POWER MONITORING SUBSYSTEM
3602 M:      Thomas Renninger <[email protected]>
3603 L:      [email protected]
3604 S:      Maintained
3605 F:      tools/power/cpupower/
3606
3607 CPUID/MSR DRIVER
3608 M:      "H. Peter Anvin" <[email protected]>
3609 S:      Maintained
3610 F:      arch/x86/kernel/cpuid.c
3611 F:      arch/x86/kernel/msr.c
3612
3613 CPUIDLE DRIVER - ARM BIG LITTLE
3614 M:      Lorenzo Pieralisi <[email protected]>
3615 M:      Daniel Lezcano <[email protected]>
3616 L:      [email protected]
3617 L:      [email protected]
3618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3619 S:      Maintained
3620 F:      drivers/cpuidle/cpuidle-big_little.c
3621
3622 CPUIDLE DRIVER - ARM EXYNOS
3623 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3624 M:      Daniel Lezcano <[email protected]>
3625 M:      Kukjin Kim <[email protected]>
3626 L:      [email protected]
3627 L:      [email protected]
3628 S:      Supported
3629 F:      drivers/cpuidle/cpuidle-exynos.c
3630 F:      arch/arm/mach-exynos/pm.c
3631
3632 CPUIDLE DRIVERS
3633 M:      "Rafael J. Wysocki" <[email protected]>
3634 M:      Daniel Lezcano <[email protected]>
3635 L:      [email protected]
3636 S:      Maintained
3637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3638 B:      https://bugzilla.kernel.org
3639 F:      drivers/cpuidle/*
3640 F:      include/linux/cpuidle.h
3641
3642 CRAMFS FILESYSTEM
3643 W:      http://sourceforge.net/projects/cramfs/
3644 S:      Orphan / Obsolete
3645 F:      Documentation/filesystems/cramfs.txt
3646 F:      fs/cramfs/
3647
3648 CRIS PORT
3649 M:      Mikael Starvik <[email protected]>
3650 M:      Jesper Nilsson <[email protected]>
3651 L:      [email protected]
3652 W:      http://developer.axis.com
3653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3654 S:      Maintained
3655 F:      arch/cris/
3656 F:      drivers/tty/serial/crisv10.*
3657
3658 CRYPTO API
3659 M:      Herbert Xu <[email protected]>
3660 M:      "David S. Miller" <[email protected]>
3661 L:      [email protected]
3662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3664 S:      Maintained
3665 F:      Documentation/crypto/
3666 F:      Documentation/devicetree/bindings/crypto/
3667 F:      arch/*/crypto/
3668 F:      crypto/
3669 F:      drivers/crypto/
3670 F:      include/crypto/
3671 F:      include/linux/crypto*
3672
3673 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3674 M:      Neil Horman <[email protected]>
3675 L:      [email protected]
3676 S:      Maintained
3677 F:      crypto/ansi_cprng.c
3678 F:      crypto/rng.c
3679
3680 CS3308 MEDIA DRIVER
3681 M:      Hans Verkuil <[email protected]>
3682 L:      [email protected]
3683 T:      git git://linuxtv.org/media_tree.git
3684 W:      http://linuxtv.org
3685 S:      Odd Fixes
3686 F:      drivers/media/i2c/cs3308.c
3687 F:      drivers/media/i2c/cs3308.h
3688
3689 CS5535 Audio ALSA driver
3690 M:      Jaya Kumar <[email protected]>
3691 S:      Maintained
3692 F:      sound/pci/cs5535audio/
3693
3694 CW1200 WLAN driver
3695 M:      Solomon Peachy <[email protected]>
3696 S:      Maintained
3697 F:      drivers/net/wireless/st/cw1200/
3698
3699 CX18 VIDEO4LINUX DRIVER
3700 M:      Andy Walls <[email protected]>
3701 L:      [email protected] (subscribers-only)
3702 L:      [email protected]
3703 T:      git git://linuxtv.org/media_tree.git
3704 W:      https://linuxtv.org
3705 W:      http://www.ivtvdriver.org/index.php/Cx18
3706 S:      Maintained
3707 F:      Documentation/media/v4l-drivers/cx18*
3708 F:      drivers/media/pci/cx18/
3709 F:      include/uapi/linux/ivtv*
3710
3711 CX2341X MPEG ENCODER HELPER MODULE
3712 M:      Hans Verkuil <[email protected]>
3713 L:      [email protected]
3714 T:      git git://linuxtv.org/media_tree.git
3715 W:      https://linuxtv.org
3716 S:      Maintained
3717 F:      drivers/media/common/cx2341x*
3718 F:      include/media/cx2341x*
3719
3720 CX24120 MEDIA DRIVER
3721 M:      Jemma Denson <[email protected]>
3722 M:      Patrick Boettcher <[email protected]>
3723 L:      [email protected]
3724 W:      https://linuxtv.org
3725 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3726 S:      Maintained
3727 F:      drivers/media/dvb-frontends/cx24120*
3728
3729 CX88 VIDEO4LINUX DRIVER
3730 M:      Mauro Carvalho Chehab <[email protected]>
3731 M:      Mauro Carvalho Chehab <[email protected]>
3732 L:      [email protected]
3733 W:      https://linuxtv.org
3734 T:      git git://linuxtv.org/media_tree.git
3735 S:      Odd fixes
3736 F:      Documentation/media/v4l-drivers/cx88*
3737 F:      drivers/media/pci/cx88/
3738
3739 CXD2820R MEDIA DRIVER
3740 M:      Antti Palosaari <[email protected]>
3741 L:      [email protected]
3742 W:      https://linuxtv.org
3743 W:      http://palosaari.fi/linux/
3744 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3745 T:      git git://linuxtv.org/anttip/media_tree.git
3746 S:      Maintained
3747 F:      drivers/media/dvb-frontends/cxd2820r*
3748
3749 CXGB3 ETHERNET DRIVER (CXGB3)
3750 M:      Santosh Raspatur <[email protected]>
3751 L:      [email protected]
3752 W:      http://www.chelsio.com
3753 S:      Supported
3754 F:      drivers/net/ethernet/chelsio/cxgb3/
3755
3756 CXGB3 ISCSI DRIVER (CXGB3I)
3757 M:      Karen Xie <[email protected]>
3758 L:      [email protected]
3759 W:      http://www.chelsio.com
3760 S:      Supported
3761 F:      drivers/scsi/cxgbi/cxgb3i
3762
3763 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3764 M:      Steve Wise <[email protected]>
3765 L:      [email protected]
3766 W:      http://www.openfabrics.org
3767 S:      Supported
3768 F:      drivers/infiniband/hw/cxgb3/
3769 F:      include/uapi/rdma/cxgb3-abi.h
3770
3771 CXGB4 CRYPTO DRIVER (chcr)
3772 M:      Harsh Jain <[email protected]>
3773 L:      [email protected]
3774 W:      http://www.chelsio.com
3775 S:      Supported
3776 F:      drivers/crypto/chelsio
3777
3778 CXGB4 ETHERNET DRIVER (CXGB4)
3779 M:      Ganesh Goudar <[email protected]>
3780 L:      [email protected]
3781 W:      http://www.chelsio.com
3782 S:      Supported
3783 F:      drivers/net/ethernet/chelsio/cxgb4/
3784
3785 CXGB4 ISCSI DRIVER (CXGB4I)
3786 M:      Karen Xie <[email protected]>
3787 L:      [email protected]
3788 W:      http://www.chelsio.com
3789 S:      Supported
3790 F:      drivers/scsi/cxgbi/cxgb4i
3791
3792 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3793 M:      Steve Wise <[email protected]>
3794 L:      [email protected]
3795 W:      http://www.openfabrics.org
3796 S:      Supported
3797 F:      drivers/infiniband/hw/cxgb4/
3798 F:      include/uapi/rdma/cxgb4-abi.h
3799
3800 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3801 M:      Casey Leedom <[email protected]>
3802 L:      [email protected]
3803 W:      http://www.chelsio.com
3804 S:      Supported
3805 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3806
3807 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3808 M:      Frederic Barrat <[email protected]>
3809 M:      Andrew Donnellan <[email protected]>
3810 L:      [email protected]
3811 S:      Supported
3812 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3813 F:      drivers/misc/cxl/
3814 F:      include/misc/cxl*
3815 F:      include/uapi/misc/cxl.h
3816 F:      Documentation/powerpc/cxl.txt
3817 F:      Documentation/ABI/testing/sysfs-class-cxl
3818
3819 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3820 M:      Manoj N. Kumar <[email protected]>
3821 M:      Matthew R. Ochs <[email protected]>
3822 M:      Uma Krishnan <[email protected]>
3823 L:      [email protected]
3824 S:      Supported
3825 F:      drivers/scsi/cxlflash/
3826 F:      include/uapi/scsi/cxlflash_ioctls.h
3827 F:      Documentation/powerpc/cxlflash.txt
3828
3829 CYBERPRO FB DRIVER
3830 M:      Russell King <[email protected]>
3831 L:      [email protected] (moderated for non-subscribers)
3832 W:      http://www.armlinux.org.uk/
3833 S:      Maintained
3834 F:      drivers/video/fbdev/cyber2000fb.*
3835
3836 CYCLADES ASYNC MUX DRIVER
3837 W:      http://www.cyclades.com/
3838 S:      Orphan
3839 F:      drivers/tty/cyclades.c
3840 F:      include/linux/cyclades.h
3841 F:      include/uapi/linux/cyclades.h
3842
3843 CYCLADES PC300 DRIVER
3844 W:      http://www.cyclades.com/
3845 S:      Orphan
3846 F:      drivers/net/wan/pc300*
3847
3848 CYPRESS_FIRMWARE MEDIA DRIVER
3849 M:      Antti Palosaari <[email protected]>
3850 L:      [email protected]
3851 W:      https://linuxtv.org
3852 W:      http://palosaari.fi/linux/
3853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3854 T:      git git://linuxtv.org/anttip/media_tree.git
3855 S:      Maintained
3856 F:      drivers/media/common/cypress_firmware*
3857
3858 CYTTSP TOUCHSCREEN DRIVER
3859 M:      Ferruh Yigit <[email protected]>
3860 L:      [email protected]
3861 S:      Supported
3862 F:      drivers/input/touchscreen/cyttsp*
3863 F:      include/linux/input/cyttsp.h
3864
3865 D-LINK DIR-685 TOUCHKEYS DRIVER
3866 M:      Linus Walleij <[email protected]>
3867 L:      [email protected]
3868 S:      Supported
3869 F:      drivers/input/dlink-dir685-touchkeys.c
3870
3871 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3872 M:      Joshua Kinard <[email protected]>
3873 S:      Maintained
3874 F:      drivers/rtc/rtc-ds1685.c
3875 F:      include/linux/rtc/ds1685.h
3876
3877 DAMA SLAVE for AX.25
3878 M:      Joerg Reuter <[email protected]>
3879 W:      http://yaina.de/jreuter/
3880 W:      http://www.qsl.net/dl1bke/
3881 L:      [email protected]
3882 S:      Maintained
3883 F:      net/ax25/af_ax25.c
3884 F:      net/ax25/ax25_dev.c
3885 F:      net/ax25/ax25_ds_*
3886 F:      net/ax25/ax25_in.c
3887 F:      net/ax25/ax25_out.c
3888 F:      net/ax25/ax25_timer.c
3889 F:      net/ax25/sysctl_net_ax25.c
3890
3891 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3892 L:      [email protected]
3893 S:      Orphan
3894 F:      Documentation/networking/dmfe.txt
3895 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3896
3897 DC390/AM53C974 SCSI driver
3898 M:      Hannes Reinecke <[email protected]>
3899 L:      [email protected]
3900 S:      Maintained
3901 F:      drivers/scsi/am53c974.c
3902
3903 DC395x SCSI driver
3904 M:      Oliver Neukum <[email protected]>
3905 M:      Ali Akcaagac <[email protected]>
3906 M:      Jamie Lenehan <[email protected]>
3907 L:      [email protected]
3908 W:      http://twibble.org/dist/dc395x/
3909 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3910 S:      Maintained
3911 F:      Documentation/scsi/dc395x.txt
3912 F:      drivers/scsi/dc395x.*
3913
3914 DCCP PROTOCOL
3915 M:      Gerrit Renker <[email protected]>
3916 L:      [email protected]
3917 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3918 S:      Maintained
3919 F:      include/linux/dccp.h
3920 F:      include/uapi/linux/dccp.h
3921 F:      include/linux/tfrc.h
3922 F:      net/dccp/
3923
3924 DECnet NETWORK LAYER
3925 W:      http://linux-decnet.sourceforge.net
3926 L:      [email protected]
3927 S:      Orphan
3928 F:      Documentation/networking/decnet.txt
3929 F:      net/decnet/
3930
3931 DECSTATION PLATFORM SUPPORT
3932 M:      "Maciej W. Rozycki" <[email protected]>
3933 L:      [email protected]
3934 W:      http://www.linux-mips.org/wiki/DECstation
3935 S:      Maintained
3936 F:      arch/mips/dec/
3937 F:      arch/mips/include/asm/dec/
3938 F:      arch/mips/include/asm/mach-dec/
3939
3940 DEFXX FDDI NETWORK DRIVER
3941 M:      "Maciej W. Rozycki" <[email protected]>
3942 S:      Maintained
3943 F:      drivers/net/fddi/defxx.*
3944
3945 DELL LAPTOP DRIVER
3946 M:      Matthew Garrett <[email protected]>
3947 M:      Pali Rohár <[email protected]>
3948 L:      [email protected]
3949 S:      Maintained
3950 F:      drivers/platform/x86/dell-laptop.c
3951
3952 DELL LAPTOP FREEFALL DRIVER
3953 M:      Pali Rohár <[email protected]>
3954 S:      Maintained
3955 F:      drivers/platform/x86/dell-smo8800.c
3956
3957 DELL LAPTOP RBTN DRIVER
3958 M:      Pali Rohár <[email protected]>
3959 S:      Maintained
3960 F:      drivers/platform/x86/dell-rbtn.*
3961
3962 DELL LAPTOP SMM DRIVER
3963 M:      Pali Rohár <[email protected]>
3964 S:      Maintained
3965 F:      drivers/hwmon/dell-smm-hwmon.c
3966 F:      include/uapi/linux/i8k.h
3967
3968 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3969 M:      Doug Warzecha <[email protected]>
3970 S:      Maintained
3971 F:      Documentation/dcdbas.txt
3972 F:      drivers/firmware/dcdbas.*
3973
3974 DELL WMI EXTRAS DRIVER
3975 M:      Matthew Garrett <[email protected]>
3976 M:      Pali Rohár <[email protected]>
3977 S:      Maintained
3978 F:      drivers/platform/x86/dell-wmi.c
3979
3980 DELTA ST MEDIA DRIVER
3981 M:      Hugues Fruchet <[email protected]>
3982 L:      [email protected]
3983 T:      git git://linuxtv.org/media_tree.git
3984 W:      https://linuxtv.org
3985 S:      Supported
3986 F:      drivers/media/platform/sti/delta
3987
3988 DENALI NAND DRIVER
3989 M:      Masahiro Yamada <[email protected]>
3990 L:      [email protected]
3991 S:      Supported
3992 F:      drivers/mtd/nand/denali*
3993
3994 DESIGNWARE USB2 DRD IP DRIVER
3995 M:      John Youn <[email protected]>
3996 L:      [email protected]
3997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3998 S:      Maintained
3999 F:      drivers/usb/dwc2/
4000
4001 DESIGNWARE USB3 DRD IP DRIVER
4002 M:      Felipe Balbi <[email protected]>
4003 L:      [email protected]
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4005 S:      Maintained
4006 F:      drivers/usb/dwc3/
4007
4008 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4009 M:      Andreas Klinger <[email protected]>
4010 L:      [email protected]
4011 S:      Maintained
4012 F:      drivers/iio/proximity/srf*.c
4013
4014 DEVICE COREDUMP (DEV_COREDUMP)
4015 M:      Johannes Berg <[email protected]>
4016 L:      [email protected]
4017 S:      Maintained
4018 F:      drivers/base/devcoredump.c
4019 F:      include/linux/devcoredump.h
4020
4021 DEVICE FREQUENCY (DEVFREQ)
4022 M:      MyungJoo Ham <[email protected]>
4023 M:      Kyungmin Park <[email protected]>
4024 R:      Chanwoo Choi <[email protected]>
4025 L:      [email protected]
4026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4027 S:      Maintained
4028 F:      drivers/devfreq/
4029 F:      include/linux/devfreq.h
4030 F:      Documentation/devicetree/bindings/devfreq/
4031
4032 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4033 M:      Chanwoo Choi <[email protected]>
4034 L:      [email protected]
4035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4036 S:      Supported
4037 F:      drivers/devfreq/event/
4038 F:      drivers/devfreq/devfreq-event.c
4039 F:      include/linux/devfreq-event.h
4040 F:      Documentation/devicetree/bindings/devfreq/event/
4041
4042 DEVICE NUMBER REGISTRY
4043 M:      Torben Mathiasen <[email protected]>
4044 W:      http://lanana.org/docs/device-list/index.html
4045 S:      Maintained
4046
4047 DEVICE-MAPPER  (LVM)
4048 M:      Alasdair Kergon <[email protected]>
4049 M:      Mike Snitzer <[email protected]>
4050 M:      [email protected]
4051 L:      [email protected]
4052 W:      http://sources.redhat.com/dm
4053 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4055 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4056 S:      Maintained
4057 F:      Documentation/device-mapper/
4058 F:      drivers/md/dm*
4059 F:      drivers/md/persistent-data/
4060 F:      include/linux/device-mapper.h
4061 F:      include/linux/dm-*.h
4062 F:      include/uapi/linux/dm-*.h
4063
4064 DEVLINK
4065 M:      Jiri Pirko <[email protected]>
4066 L:      [email protected]
4067 S:      Supported
4068 F:      net/core/devlink.c
4069 F:      include/net/devlink.h
4070 F:      include/uapi/linux/devlink.h
4071
4072 DIALOG SEMICONDUCTOR DRIVERS
4073 M:      Support Opensource <[email protected]>
4074 W:      http://www.dialog-semiconductor.com/products
4075 S:      Supported
4076 F:      Documentation/hwmon/da90??
4077 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4078 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4079 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4080 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4081 F:      Documentation/devicetree/bindings/watchdog/da92??-wdt.txt
4082 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4083 F:      drivers/gpio/gpio-da90??.c
4084 F:      drivers/hwmon/da90??-hwmon.c
4085 F:      drivers/iio/adc/da91??-*.c
4086 F:      drivers/input/misc/da90??_onkey.c
4087 F:      drivers/input/touchscreen/da9052_tsi.c
4088 F:      drivers/leds/leds-da90??.c
4089 F:      drivers/mfd/da903x.c
4090 F:      drivers/mfd/da90??-*.c
4091 F:      drivers/mfd/da91??-*.c
4092 F:      drivers/power/supply/da9052-battery.c
4093 F:      drivers/power/supply/da91??-*.c
4094 F:      drivers/regulator/da903x.c
4095 F:      drivers/regulator/da9???-regulator.[ch]
4096 F:      drivers/thermal/da90??-thermal.c
4097 F:      drivers/rtc/rtc-da90??.c
4098 F:      drivers/video/backlight/da90??_bl.c
4099 F:      drivers/watchdog/da90??_wdt.c
4100 F:      include/linux/mfd/da903x.h
4101 F:      include/linux/mfd/da9052/
4102 F:      include/linux/mfd/da9055/
4103 F:      include/linux/mfd/da9062/
4104 F:      include/linux/mfd/da9063/
4105 F:      include/linux/mfd/da9150/
4106 F:      include/linux/regulator/da9211.h
4107 F:      include/sound/da[79]*.h
4108 F:      sound/soc/codecs/da[79]*.[ch]
4109
4110 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4111 M:      William Breathitt Gray <[email protected]>
4112 L:      [email protected]
4113 S:      Maintained
4114 F:      drivers/gpio/gpio-gpio-mm.c
4115
4116 DIGI NEO AND CLASSIC PCI PRODUCTS
4117 M:      Lidza Louina <[email protected]>
4118 M:      Mark Hounschell <[email protected]>
4119 L:      [email protected]
4120 S:      Maintained
4121 F:      drivers/staging/dgnc/
4122
4123 DIOLAN U2C-12 I2C DRIVER
4124 M:      Guenter Roeck <[email protected]>
4125 L:      [email protected]
4126 S:      Maintained
4127 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4128
4129 DIRECT ACCESS (DAX)
4130 M:      Matthew Wilcox <[email protected]>
4131 M:      Ross Zwisler <[email protected]>
4132 L:      [email protected]
4133 S:      Supported
4134 F:      fs/dax.c
4135 F:      include/linux/dax.h
4136 F:      include/trace/events/fs_dax.h
4137
4138 DIRECTORY NOTIFICATION (DNOTIFY)
4139 M:      Eric Paris <[email protected]>
4140 S:      Maintained
4141 F:      Documentation/filesystems/dnotify.txt
4142 F:      fs/notify/dnotify/
4143 F:      include/linux/dnotify.h
4144
4145 DISK GEOMETRY AND PARTITION HANDLING
4146 M:      Andries Brouwer <[email protected]>
4147 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4148 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4149 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4150 S:      Maintained
4151
4152 DISKQUOTA
4153 M:      Jan Kara <[email protected]>
4154 S:      Maintained
4155 F:      Documentation/filesystems/quota.txt
4156 F:      fs/quota/
4157 F:      include/linux/quota*.h
4158 F:      include/uapi/linux/quota*.h
4159
4160 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4161 M:      Bernie Thompson <[email protected]>
4162 L:      [email protected]
4163 S:      Maintained
4164 W:      http://plugable.com/category/projects/udlfb/
4165 F:      drivers/video/fbdev/udlfb.c
4166 F:      include/video/udlfb.h
4167 F:      Documentation/fb/udlfb.txt
4168
4169 DISTRIBUTED LOCK MANAGER (DLM)
4170 M:      Christine Caulfield <[email protected]>
4171 M:      David Teigland <[email protected]>
4172 L:      [email protected]
4173 W:      http://sources.redhat.com/cluster/
4174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4175 S:      Supported
4176 F:      fs/dlm/
4177
4178 DMA BUFFER SHARING FRAMEWORK
4179 M:      Sumit Semwal <[email protected]>
4180 S:      Maintained
4181 L:      [email protected]
4182 L:      [email protected]
4183 L:      [email protected] (moderated for non-subscribers)
4184 F:      drivers/dma-buf/
4185 F:      include/linux/dma-buf*
4186 F:      include/linux/reservation.h
4187 F:      include/linux/*fence.h
4188 F:      Documentation/driver-api/dma-buf.rst
4189 T:      git git://anongit.freedesktop.org/drm/drm-misc
4190
4191 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4192 M:      Vinod Koul <[email protected]>
4193 L:      [email protected]
4194 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4195 S:      Maintained
4196 F:      drivers/dma/
4197 F:      include/linux/dmaengine.h
4198 F:      Documentation/devicetree/bindings/dma/
4199 F:      Documentation/dmaengine/
4200 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4201
4202 DMA MAPPING HELPERS
4203 M:      Christoph Hellwig <[email protected]>
4204 M:      Marek Szyprowski <[email protected]>
4205 R:      Robin Murphy <[email protected]>
4206 L:      [email protected]
4207 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4208 W:      http://git.infradead.org/users/hch/dma-mapping.git
4209 S:      Supported
4210 F:      lib/dma-debug.c
4211 F:      lib/dma-noop.c
4212 F:      lib/dma-virt.c
4213 F:      drivers/base/dma-mapping.c
4214 F:      drivers/base/dma-coherent.c
4215 F:      include/linux/dma-mapping.h
4216
4217 DME1737 HARDWARE MONITOR DRIVER
4218 M:      Juerg Haefliger <[email protected]>
4219 L:      [email protected]
4220 S:      Maintained
4221 F:      Documentation/hwmon/dme1737
4222 F:      drivers/hwmon/dme1737.c
4223
4224 DMI/SMBIOS SUPPORT
4225 M:      Jean Delvare <[email protected]>
4226 S:      Maintained
4227 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4228 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4229 F:      drivers/firmware/dmi-id.c
4230 F:      drivers/firmware/dmi_scan.c
4231 F:      include/linux/dmi.h
4232
4233 DOCUMENTATION
4234 M:      Jonathan Corbet <[email protected]>
4235 L:      [email protected]
4236 S:      Maintained
4237 F:      Documentation/
4238 F:      scripts/kernel-doc
4239 X:      Documentation/ABI/
4240 X:      Documentation/devicetree/
4241 X:      Documentation/acpi
4242 X:      Documentation/power
4243 X:      Documentation/spi
4244 X:      Documentation/media
4245 T:      git git://git.lwn.net/linux.git docs-next
4246
4247 DONGWOON DW9714 LENS VOICE COIL DRIVER
4248 M:      Sakari Ailus <[email protected]>
4249 L:      [email protected]
4250 T:      git git://linuxtv.org/media_tree.git
4251 S:      Maintained
4252 F:      drivers/media/i2c/dw9714.c
4253
4254 DOUBLETALK DRIVER
4255 M:      "James R. Van Zandt" <[email protected]>
4256 L:      [email protected]
4257 S:      Maintained
4258 F:      drivers/char/dtlk.c
4259 F:      include/linux/dtlk.h
4260
4261 DPAA2 DATAPATH I/O (DPIO) DRIVER
4262 M:      Roy Pledge <[email protected]>
4263 L:      [email protected]
4264 S:      Maintained
4265 F:      drivers/staging/fsl-mc/bus/dpio
4266
4267 DPAA2 ETHERNET DRIVER
4268 M:      Ioana Radulescu <[email protected]>
4269 L:      [email protected]
4270 S:      Maintained
4271 F:      drivers/staging/fsl-dpaa2/ethernet
4272
4273 DPT_I2O SCSI RAID DRIVER
4274 M:      Adaptec OEM Raid Solutions <[email protected]>
4275 L:      [email protected]
4276 W:      http://www.adaptec.com/
4277 S:      Maintained
4278 F:      drivers/scsi/dpt*
4279 F:      drivers/scsi/dpt/
4280
4281 DRBD DRIVER
4282 M:      Philipp Reisner <[email protected]>
4283 M:      Lars Ellenberg <[email protected]>
4284 L:      [email protected]
4285 W:      http://www.drbd.org
4286 T:      git git://git.linbit.com/linux-drbd.git
4287 T:      git git://git.linbit.com/drbd-8.4.git
4288 S:      Supported
4289 F:      drivers/block/drbd/
4290 F:      lib/lru_cache.c
4291 F:      Documentation/blockdev/drbd/
4292
4293 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4294 M:      Greg Kroah-Hartman <[email protected]>
4295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4296 S:      Supported
4297 F:      Documentation/kobject.txt
4298 F:      drivers/base/
4299 F:      fs/debugfs/
4300 F:      fs/sysfs/
4301 F:      include/linux/debugfs.h
4302 F:      include/linux/kobj*
4303 F:      lib/kobj*
4304
4305 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4306 M:      Kevin Hilman <[email protected]>
4307 M:      Nishanth Menon <[email protected]>
4308 S:      Maintained
4309 F:      drivers/power/avs/
4310 F:      include/linux/power/smartreflex.h
4311 L:      [email protected]
4312
4313 DRM DRIVER FOR ARM PL111 CLCD
4314 M:      Eric Anholt <[email protected]>
4315 T:      git git://anongit.freedesktop.org/drm/drm-misc
4316 S:      Supported
4317 F:      drivers/gpu/drm/pl111/
4318
4319 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4320 M:      Dave Airlie <[email protected]>
4321 S:      Odd Fixes
4322 F:      drivers/gpu/drm/ast/
4323
4324 DRM DRIVER FOR BOCHS VIRTUAL GPU
4325 M:      Gerd Hoffmann <[email protected]>
4326 L:      [email protected]
4327 T:      git git://anongit.freedesktop.org/drm/drm-misc
4328 S:      Maintained
4329 F:      drivers/gpu/drm/bochs/
4330
4331 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4332 S:      Orphan / Obsolete
4333 F:      drivers/gpu/drm/i810/
4334 F:      include/uapi/drm/i810_drm.h
4335
4336 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4337 S:      Orphan / Obsolete
4338 F:      drivers/gpu/drm/mga/
4339 F:      include/uapi/drm/mga_drm.h
4340
4341 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4342 M:      Dave Airlie <[email protected]>
4343 S:      Odd Fixes
4344 F:      drivers/gpu/drm/mgag200/
4345
4346 DRM DRIVER FOR MI0283QT
4347 M:      Noralf Trønnes <[email protected]>
4348 S:      Maintained
4349 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4350 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4351
4352 DRM DRIVER FOR MSM ADRENO GPU
4353 M:      Rob Clark <[email protected]>
4354 L:      [email protected]
4355 L:      [email protected]
4356 L:      [email protected]
4357 T:      git git://people.freedesktop.org/~robclark/linux
4358 S:      Maintained
4359 F:      drivers/gpu/drm/msm/
4360 F:      include/uapi/drm/msm_drm.h
4361 F:      Documentation/devicetree/bindings/display/msm/
4362
4363 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4364 M:      Ben Skeggs <[email protected]>
4365 L:      [email protected]
4366 L:      [email protected]
4367 T:      git git://github.com/skeggsb/linux
4368 S:      Supported
4369 F:      drivers/gpu/drm/nouveau/
4370 F:      include/uapi/drm/nouveau_drm.h
4371
4372 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4373 M:      Dave Airlie <[email protected]>
4374 M:      Gerd Hoffmann <[email protected]>
4375 L:      [email protected]
4376 T:      git git://anongit.freedesktop.org/drm/drm-misc
4377 S:      Obsolete
4378 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4379 F:      drivers/gpu/drm/cirrus/
4380
4381 DRM DRIVER FOR QXL VIRTUAL GPU
4382 M:      Dave Airlie <[email protected]>
4383 M:      Gerd Hoffmann <[email protected]>
4384 L:      [email protected]
4385 T:      git git://anongit.freedesktop.org/drm/drm-misc
4386 S:      Maintained
4387 F:      drivers/gpu/drm/qxl/
4388 F:      include/uapi/drm/qxl_drm.h
4389
4390 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4391 M:      Noralf Trønnes <[email protected]>
4392 S:      Maintained
4393 F:      drivers/gpu/drm/tinydrm/repaper.c
4394 F:      Documentation/devicetree/bindings/display/repaper.txt
4395
4396 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4397 S:      Orphan / Obsolete
4398 F:      drivers/gpu/drm/r128/
4399 F:      include/uapi/drm/r128_drm.h
4400
4401 DRM DRIVER FOR SAVAGE VIDEO CARDS
4402 S:      Orphan / Obsolete
4403 F:      drivers/gpu/drm/savage/
4404 F:      include/uapi/drm/savage_drm.h
4405
4406 DRM DRIVER FOR SIS VIDEO CARDS
4407 S:      Orphan / Obsolete
4408 F:      drivers/gpu/drm/sis/
4409 F:      include/uapi/drm/sis_drm.h
4410
4411 DRM DRIVER FOR SITRONIX ST7586 PANELS
4412 M:      David Lechner <[email protected]>
4413 S:      Maintained
4414 F:      drivers/gpu/drm/tinydrm/st7586.c
4415 F:      Documentation/devicetree/bindings/display/st7586.txt
4416
4417 DRM DRIVER FOR TDFX VIDEO CARDS
4418 S:      Orphan / Obsolete
4419 F:      drivers/gpu/drm/tdfx/
4420
4421 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4422 M:      Dave Airlie <[email protected]>
4423 S:      Odd Fixes
4424 F:      drivers/gpu/drm/udl/
4425
4426 DRM DRIVER FOR VMWARE VIRTUAL GPU
4427 M:      "VMware Graphics" <[email protected]>
4428 M:      Sinclair Yeh <[email protected]>
4429 M:      Thomas Hellstrom <[email protected]>
4430 L:      [email protected]
4431 T:      git git://people.freedesktop.org/~syeh/repos_linux
4432 T:      git git://people.freedesktop.org/~thomash/linux
4433 S:      Supported
4434 F:      drivers/gpu/drm/vmwgfx/
4435 F:      include/uapi/drm/vmwgfx_drm.h
4436
4437 DRM DRIVERS
4438 M:      David Airlie <[email protected]>
4439 L:      [email protected]
4440 T:      git git://people.freedesktop.org/~airlied/linux
4441 B:      https://bugs.freedesktop.org/
4442 C:      irc://chat.freenode.net/dri-devel
4443 S:      Maintained
4444 F:      drivers/gpu/drm/
4445 F:      drivers/gpu/vga/
4446 F:      Documentation/devicetree/bindings/display/
4447 F:      Documentation/devicetree/bindings/gpu/
4448 F:      Documentation/devicetree/bindings/video/
4449 F:      Documentation/gpu/
4450 F:      include/drm/
4451 F:      include/uapi/drm/
4452 F:      include/linux/vga*
4453
4454 DRM DRIVERS AND MISC GPU PATCHES
4455 M:      Daniel Vetter <[email protected]>
4456 M:      Jani Nikula <[email protected]>
4457 M:      Sean Paul <[email protected]>
4458 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4459 S:      Maintained
4460 T:      git git://anongit.freedesktop.org/drm/drm-misc
4461 F:      Documentation/gpu/
4462 F:      drivers/gpu/vga/
4463 F:      drivers/gpu/drm/*
4464 F:      include/drm/drm*
4465 F:      include/uapi/drm/drm*
4466 F:      include/linux/vga*
4467
4468 DRM DRIVERS FOR ALLWINNER A10
4469 M:      Maxime Ripard  <[email protected]>
4470 L:      [email protected]
4471 S:      Supported
4472 F:      drivers/gpu/drm/sun4i/
4473 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4475
4476 DRM DRIVERS FOR AMLOGIC SOCS
4477 M:      Neil Armstrong <[email protected]>
4478 L:      [email protected]
4479 L:      [email protected]
4480 W:      http://linux-meson.com/
4481 S:      Supported
4482 F:      drivers/gpu/drm/meson/
4483 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4484 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4485 F:      Documentation/gpu/meson.rst
4486 T:      git git://anongit.freedesktop.org/drm/drm-misc
4487
4488 DRM DRIVERS FOR ATMEL HLCDC
4489 M:      Boris Brezillon <[email protected]>
4490 L:      [email protected]
4491 S:      Supported
4492 F:      drivers/gpu/drm/atmel-hlcdc/
4493 F:      Documentation/devicetree/bindings/drm/atmel/
4494 T:      git git://anongit.freedesktop.org/drm/drm-misc
4495
4496 DRM DRIVERS FOR BRIDGE CHIPS
4497 M:      Archit Taneja <[email protected]>
4498 M:      Andrzej Hajda <[email protected]>
4499 R:      Laurent Pinchart <[email protected]>
4500 S:      Maintained
4501 T:      git git://anongit.freedesktop.org/drm/drm-misc
4502 F:      drivers/gpu/drm/bridge/
4503
4504 DRM DRIVERS FOR EXYNOS
4505 M:      Inki Dae <[email protected]>
4506 M:      Joonyoung Shim <[email protected]>
4507 M:      Seung-Woo Kim <[email protected]>
4508 M:      Kyungmin Park <[email protected]>
4509 L:      [email protected]
4510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4511 S:      Supported
4512 F:      drivers/gpu/drm/exynos/
4513 F:      include/uapi/drm/exynos_drm.h
4514 F:      Documentation/devicetree/bindings/display/exynos/
4515
4516 DRM DRIVERS FOR FREESCALE DCU
4517 M:      Stefan Agner <[email protected]>
4518 M:      Alison Wang <[email protected]>
4519 L:      [email protected]
4520 S:      Supported
4521 F:      drivers/gpu/drm/fsl-dcu/
4522 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4523 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4524 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4525
4526 DRM DRIVERS FOR FREESCALE IMX
4527 M:      Philipp Zabel <[email protected]>
4528 L:      [email protected]
4529 S:      Maintained
4530 F:      drivers/gpu/drm/imx/
4531 F:      drivers/gpu/ipu-v3/
4532 F:      Documentation/devicetree/bindings/display/imx/
4533
4534 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4535 M:      Patrik Jakobsson <[email protected]>
4536 L:      [email protected]
4537 T:      git git://github.com/patjak/drm-gma500
4538 S:      Maintained
4539 F:      drivers/gpu/drm/gma500/
4540
4541 DRM DRIVERS FOR HISILICON
4542 M:      Xinliang Liu <[email protected]>
4543 M:      Rongrong Zou <[email protected]>
4544 R:      Xinwei Kong <[email protected]>
4545 R:      Chen Feng <[email protected]>
4546 L:      [email protected]
4547 T:      git git://github.com/xin3liang/linux.git
4548 S:      Maintained
4549 F:      drivers/gpu/drm/hisilicon/
4550 F:      Documentation/devicetree/bindings/display/hisilicon/
4551
4552 DRM DRIVERS FOR MEDIATEK
4553 M:      CK Hu <[email protected]>
4554 M:      Philipp Zabel <[email protected]>
4555 L:      [email protected]
4556 S:      Supported
4557 F:      drivers/gpu/drm/mediatek/
4558 F:      Documentation/devicetree/bindings/display/mediatek/
4559
4560 DRM DRIVERS FOR NVIDIA TEGRA
4561 M:      Thierry Reding <[email protected]>
4562 L:      [email protected]
4563 L:      [email protected]
4564 T:      git git://anongit.freedesktop.org/tegra/linux.git
4565 S:      Supported
4566 F:      drivers/gpu/drm/tegra/
4567 F:      drivers/gpu/host1x/
4568 F:      include/linux/host1x.h
4569 F:      include/uapi/drm/tegra_drm.h
4570 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4571
4572 DRM DRIVERS FOR RENESAS
4573 M:      Laurent Pinchart <[email protected]>
4574 L:      [email protected]
4575 L:      [email protected]
4576 T:      git git://linuxtv.org/pinchartl/fbdev
4577 S:      Supported
4578 F:      drivers/gpu/drm/rcar-du/
4579 F:      drivers/gpu/drm/shmobile/
4580 F:      include/linux/platform_data/shmob_drm.h
4581 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4582 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4583
4584 DRM DRIVERS FOR ROCKCHIP
4585 M:      Mark Yao <[email protected]>
4586 L:      [email protected]
4587 S:      Maintained
4588 F:      drivers/gpu/drm/rockchip/
4589 F:      Documentation/devicetree/bindings/display/rockchip/
4590 T:      git git://anongit.freedesktop.org/drm/drm-misc
4591
4592 DRM DRIVERS FOR STI
4593 M:      Benjamin Gaignard <[email protected]>
4594 M:      Vincent Abriou <[email protected]>
4595 L:      [email protected]
4596 T:      git git://anongit.freedesktop.org/drm/drm-misc
4597 S:      Maintained
4598 F:      drivers/gpu/drm/sti
4599 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4600
4601 DRM DRIVERS FOR STM
4602 M:      Yannick Fertre <[email protected]>
4603 M:      Philippe Cornu <[email protected]>
4604 M:      Benjamin Gaignard <[email protected]>
4605 M:      Vincent Abriou <[email protected]>
4606 L:      [email protected]
4607 T:      git git://anongit.freedesktop.org/drm/drm-misc
4608 S:      Maintained
4609 F:      drivers/gpu/drm/stm
4610 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4611
4612 DRM DRIVERS FOR TI LCDC
4613 M:      Jyri Sarha <[email protected]>
4614 R:      Tomi Valkeinen <[email protected]>
4615 L:      [email protected]
4616 S:      Maintained
4617 F:      drivers/gpu/drm/tilcdc/
4618 F:      Documentation/devicetree/bindings/display/tilcdc/
4619
4620 DRM DRIVERS FOR TI OMAP
4621 M:      Tomi Valkeinen <[email protected]>
4622 L:      [email protected]
4623 S:      Maintained
4624 F:      drivers/gpu/drm/omapdrm/
4625 F:      Documentation/devicetree/bindings/display/ti/
4626
4627 DRM DRIVERS FOR VC4
4628 M:      Eric Anholt <[email protected]>
4629 T:      git git://github.com/anholt/linux
4630 S:      Supported
4631 F:      drivers/gpu/drm/vc4/
4632 F:      include/uapi/drm/vc4_drm.h
4633 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4634 T:      git git://anongit.freedesktop.org/drm/drm-misc
4635
4636 DRM DRIVERS FOR VIVANTE GPU IP
4637 M:      Lucas Stach <[email protected]>
4638 R:      Russell King <[email protected]>
4639 R:      Christian Gmeiner <[email protected]>
4640 L:      [email protected]
4641 L:      [email protected]
4642 S:      Maintained
4643 F:      drivers/gpu/drm/etnaviv/
4644 F:      include/uapi/drm/etnaviv_drm.h
4645 F:      Documentation/devicetree/bindings/display/etnaviv/
4646
4647 DRM DRIVERS FOR ZTE ZX
4648 M:      Shawn Guo <[email protected]>
4649 L:      [email protected]
4650 S:      Maintained
4651 F:      drivers/gpu/drm/zte/
4652 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4653 T:      git git://anongit.freedesktop.org/drm/drm-misc
4654
4655 DRM PANEL DRIVERS
4656 M:      Thierry Reding <[email protected]>
4657 L:      [email protected]
4658 T:      git git://anongit.freedesktop.org/tegra/linux.git
4659 S:      Maintained
4660 F:      drivers/gpu/drm/drm_panel.c
4661 F:      drivers/gpu/drm/panel/
4662 F:      include/drm/drm_panel.h
4663 F:      Documentation/devicetree/bindings/display/panel/
4664
4665 DRM TINYDRM DRIVERS
4666 M:      Noralf Trønnes <[email protected]>
4667 W:      https://github.com/notro/tinydrm/wiki/Development
4668 T:      git git://anongit.freedesktop.org/drm/drm-misc
4669 S:      Maintained
4670 F:      drivers/gpu/drm/tinydrm/
4671 F:      include/drm/tinydrm/
4672
4673 DSBR100 USB FM RADIO DRIVER
4674 M:      Alexey Klimov <[email protected]>
4675 L:      [email protected]
4676 T:      git git://linuxtv.org/media_tree.git
4677 S:      Maintained
4678 F:      drivers/media/radio/dsbr100.c
4679
4680 DSCC4 DRIVER
4681 M:      Francois Romieu <[email protected]>
4682 L:      [email protected]
4683 S:      Maintained
4684 F:      drivers/net/wan/dscc4.c
4685
4686 DT3155 MEDIA DRIVER
4687 M:      Hans Verkuil <[email protected]>
4688 L:      [email protected]
4689 T:      git git://linuxtv.org/media_tree.git
4690 W:      https://linuxtv.org
4691 S:      Odd Fixes
4692 F:      drivers/media/pci/dt3155/
4693
4694 DVB_USB_AF9015 MEDIA DRIVER
4695 M:      Antti Palosaari <[email protected]>
4696 L:      [email protected]
4697 W:      https://linuxtv.org
4698 W:      http://palosaari.fi/linux/
4699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4700 T:      git git://linuxtv.org/anttip/media_tree.git
4701 S:      Maintained
4702 F:      drivers/media/usb/dvb-usb-v2/af9015*
4703
4704 DVB_USB_AF9035 MEDIA DRIVER
4705 M:      Antti Palosaari <[email protected]>
4706 L:      [email protected]
4707 W:      https://linuxtv.org
4708 W:      http://palosaari.fi/linux/
4709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4710 T:      git git://linuxtv.org/anttip/media_tree.git
4711 S:      Maintained
4712 F:      drivers/media/usb/dvb-usb-v2/af9035*
4713
4714 DVB_USB_ANYSEE MEDIA DRIVER
4715 M:      Antti Palosaari <[email protected]>
4716 L:      [email protected]
4717 W:      https://linuxtv.org
4718 W:      http://palosaari.fi/linux/
4719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4720 T:      git git://linuxtv.org/anttip/media_tree.git
4721 S:      Maintained
4722 F:      drivers/media/usb/dvb-usb-v2/anysee*
4723
4724 DVB_USB_AU6610 MEDIA DRIVER
4725 M:      Antti Palosaari <[email protected]>
4726 L:      [email protected]
4727 W:      https://linuxtv.org
4728 W:      http://palosaari.fi/linux/
4729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4730 T:      git git://linuxtv.org/anttip/media_tree.git
4731 S:      Maintained
4732 F:      drivers/media/usb/dvb-usb-v2/au6610*
4733
4734 DVB_USB_CE6230 MEDIA DRIVER
4735 M:      Antti Palosaari <[email protected]>
4736 L:      [email protected]
4737 W:      https://linuxtv.org
4738 W:      http://palosaari.fi/linux/
4739 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4740 T:      git git://linuxtv.org/anttip/media_tree.git
4741 S:      Maintained
4742 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4743
4744 DVB_USB_CXUSB MEDIA DRIVER
4745 M:      Michael Krufky <[email protected]>
4746 L:      [email protected]
4747 W:      https://linuxtv.org
4748 W:      http://github.com/mkrufky
4749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4750 T:      git git://linuxtv.org/media_tree.git
4751 S:      Maintained
4752 F:      drivers/media/usb/dvb-usb/cxusb*
4753
4754 DVB_USB_EC168 MEDIA DRIVER
4755 M:      Antti Palosaari <[email protected]>
4756 L:      [email protected]
4757 W:      https://linuxtv.org
4758 W:      http://palosaari.fi/linux/
4759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4760 T:      git git://linuxtv.org/anttip/media_tree.git
4761 S:      Maintained
4762 F:      drivers/media/usb/dvb-usb-v2/ec168*
4763
4764 DVB_USB_GL861 MEDIA DRIVER
4765 M:      Antti Palosaari <[email protected]>
4766 L:      [email protected]
4767 W:      https://linuxtv.org
4768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4769 T:      git git://linuxtv.org/anttip/media_tree.git
4770 S:      Maintained
4771 F:      drivers/media/usb/dvb-usb-v2/gl861*
4772
4773 DVB_USB_MXL111SF MEDIA DRIVER
4774 M:      Michael Krufky <[email protected]>
4775 L:      [email protected]
4776 W:      https://linuxtv.org
4777 W:      http://github.com/mkrufky
4778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4779 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4780 S:      Maintained
4781 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4782
4783 DVB_USB_RTL28XXU MEDIA DRIVER
4784 M:      Antti Palosaari <[email protected]>
4785 L:      [email protected]
4786 W:      https://linuxtv.org
4787 W:      http://palosaari.fi/linux/
4788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4789 T:      git git://linuxtv.org/anttip/media_tree.git
4790 S:      Maintained
4791 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4792
4793 DVB_USB_V2 MEDIA DRIVER
4794 M:      Antti Palosaari <[email protected]>
4795 L:      [email protected]
4796 W:      https://linuxtv.org
4797 W:      http://palosaari.fi/linux/
4798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4799 T:      git git://linuxtv.org/anttip/media_tree.git
4800 S:      Maintained
4801 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4802 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4803
4804 DYNAMIC DEBUG
4805 M:      Jason Baron <[email protected]>
4806 S:      Maintained
4807 F:      lib/dynamic_debug.c
4808 F:      include/linux/dynamic_debug.h
4809
4810 DZ DECSTATION DZ11 SERIAL DRIVER
4811 M:      "Maciej W. Rozycki" <[email protected]>
4812 S:      Maintained
4813 F:      drivers/tty/serial/dz.*
4814
4815 E3X0 POWER BUTTON DRIVER
4816 M:      Moritz Fischer <[email protected]>
4817 L:      [email protected]
4818 W:      http://www.ettus.com
4819 S:      Supported
4820 F:      drivers/input/misc/e3x0-button.c
4821 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4822
4823 E4000 MEDIA DRIVER
4824 M:      Antti Palosaari <[email protected]>
4825 L:      [email protected]
4826 W:      https://linuxtv.org
4827 W:      http://palosaari.fi/linux/
4828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4829 T:      git git://linuxtv.org/anttip/media_tree.git
4830 S:      Maintained
4831 F:      drivers/media/tuners/e4000*
4832
4833 EATA ISA/EISA/PCI SCSI DRIVER
4834 M:      Dario Ballabio <[email protected]>
4835 L:      [email protected]
4836 S:      Maintained
4837 F:      drivers/scsi/eata.c
4838
4839 EC100 MEDIA DRIVER
4840 M:      Antti Palosaari <[email protected]>
4841 L:      [email protected]
4842 W:      https://linuxtv.org
4843 W:      http://palosaari.fi/linux/
4844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4845 T:      git git://linuxtv.org/anttip/media_tree.git
4846 S:      Maintained
4847 F:      drivers/media/dvb-frontends/ec100*
4848
4849 ECRYPT FILE SYSTEM
4850 M:      Tyler Hicks <[email protected]>
4851 L:      [email protected]
4852 W:      http://ecryptfs.org
4853 W:      https://launchpad.net/ecryptfs
4854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4855 S:      Supported
4856 F:      Documentation/filesystems/ecryptfs.txt
4857 F:      fs/ecryptfs/
4858
4859 EDAC-AMD64
4860 M:      Borislav Petkov <[email protected]>
4861 L:      [email protected]
4862 S:      Maintained
4863 F:      drivers/edac/amd64_edac*
4864
4865 EDAC-CALXEDA
4866 M:      Robert Richter <[email protected]>
4867 L:      [email protected]
4868 S:      Maintained
4869 F:      drivers/edac/highbank*
4870
4871 EDAC-CAVIUM
4872 M:      Ralf Baechle <[email protected]>
4873 M:      David Daney <[email protected]>
4874 L:      [email protected]
4875 L:      [email protected]
4876 S:      Supported
4877 F:      drivers/edac/octeon_edac*
4878 F:      drivers/edac/thunderx_edac*
4879
4880 EDAC-CORE
4881 M:      Borislav Petkov <[email protected]>
4882 M:      Mauro Carvalho Chehab <[email protected]>
4883 M:      Mauro Carvalho Chehab <[email protected]>
4884 L:      [email protected]
4885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4887 S:      Supported
4888 F:      Documentation/admin-guide/ras.rst
4889 F:      Documentation/driver-api/edac.rst
4890 F:      drivers/edac/
4891 F:      include/linux/edac.h
4892
4893 EDAC-E752X
4894 M:      Mark Gross <[email protected]>
4895 L:      [email protected]
4896 S:      Maintained
4897 F:      drivers/edac/e752x_edac.c
4898
4899 EDAC-E7XXX
4900 L:      [email protected]
4901 S:      Maintained
4902 F:      drivers/edac/e7xxx_edac.c
4903
4904 EDAC-FSL_DDR
4905 M:      York Sun <[email protected]>
4906 L:      [email protected]
4907 S:      Maintained
4908 F:      drivers/edac/fsl_ddr_edac.*
4909
4910 EDAC-GHES
4911 M:      Mauro Carvalho Chehab <[email protected]>
4912 M:      Mauro Carvalho Chehab <[email protected]>
4913 L:      [email protected]
4914 S:      Maintained
4915 F:      drivers/edac/ghes_edac.c
4916
4917 EDAC-I3000
4918 L:      [email protected]
4919 S:      Orphan
4920 F:      drivers/edac/i3000_edac.c
4921
4922 EDAC-I5000
4923 L:      [email protected]
4924 S:      Maintained
4925 F:      drivers/edac/i5000_edac.c
4926
4927 EDAC-I5400
4928 M:      Mauro Carvalho Chehab <[email protected]>
4929 M:      Mauro Carvalho Chehab <[email protected]>
4930 L:      [email protected]
4931 S:      Maintained
4932 F:      drivers/edac/i5400_edac.c
4933
4934 EDAC-I7300
4935 M:      Mauro Carvalho Chehab <[email protected]>
4936 M:      Mauro Carvalho Chehab <[email protected]>
4937 L:      [email protected]
4938 S:      Maintained
4939 F:      drivers/edac/i7300_edac.c
4940
4941 EDAC-I7CORE
4942 M:      Mauro Carvalho Chehab <[email protected]>
4943 M:      Mauro Carvalho Chehab <[email protected]>
4944 L:      [email protected]
4945 S:      Maintained
4946 F:      drivers/edac/i7core_edac.c
4947
4948 EDAC-I82443BXGX
4949 M:      Tim Small <[email protected]>
4950 L:      [email protected]
4951 S:      Maintained
4952 F:      drivers/edac/i82443bxgx_edac.c
4953
4954 EDAC-I82975X
4955 M:      Ranganathan Desikan <[email protected]>
4956 M:      "Arvind R." <[email protected]>
4957 L:      [email protected]
4958 S:      Maintained
4959 F:      drivers/edac/i82975x_edac.c
4960
4961 EDAC-IE31200
4962 M:      Jason Baron <[email protected]>
4963 L:      [email protected]
4964 S:      Maintained
4965 F:      drivers/edac/ie31200_edac.c
4966
4967 EDAC-MPC85XX
4968 M:      Johannes Thumshirn <[email protected]>
4969 L:      [email protected]
4970 S:      Maintained
4971 F:      drivers/edac/mpc85xx_edac.[ch]
4972
4973 EDAC-PASEMI
4974 M:      Egor Martovetsky <[email protected]>
4975 L:      [email protected]
4976 S:      Maintained
4977 F:      drivers/edac/pasemi_edac.c
4978
4979 EDAC-PND2
4980 M:      Tony Luck <[email protected]>
4981 L:      [email protected]
4982 S:      Maintained
4983 F:      drivers/edac/pnd2_edac.[ch]
4984
4985 EDAC-R82600
4986 M:      Tim Small <[email protected]>
4987 L:      [email protected]
4988 S:      Maintained
4989 F:      drivers/edac/r82600_edac.c
4990
4991 EDAC-SBRIDGE
4992 M:      Mauro Carvalho Chehab <[email protected]>
4993 M:      Mauro Carvalho Chehab <[email protected]>
4994 L:      [email protected]
4995 S:      Maintained
4996 F:      drivers/edac/sb_edac.c
4997
4998 EDAC-SKYLAKE
4999 M:      Tony Luck <[email protected]>
5000 L:      [email protected]
5001 S:      Maintained
5002 F:      drivers/edac/skx_edac.c
5003
5004 EDIROL UA-101/UA-1000 DRIVER
5005 M:      Clemens Ladisch <[email protected]>
5006 L:      [email protected] (moderated for non-subscribers)
5007 T:      git git://git.alsa-project.org/alsa-kernel.git
5008 S:      Maintained
5009 F:      sound/usb/misc/ua101.c
5010
5011 EFI TEST DRIVER
5012 L:      [email protected]
5013 M:      Ivan Hu <[email protected]>
5014 M:      Matt Fleming <[email protected]>
5015 S:      Maintained
5016 F:      drivers/firmware/efi/test/
5017
5018 EFI VARIABLE FILESYSTEM
5019 M:      Matthew Garrett <[email protected]>
5020 M:      Jeremy Kerr <[email protected]>
5021 M:      Matt Fleming <[email protected]>
5022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5023 L:      [email protected]
5024 S:      Maintained
5025 F:      fs/efivarfs/
5026
5027 EFIFB FRAMEBUFFER DRIVER
5028 L:      [email protected]
5029 M:      Peter Jones <[email protected]>
5030 S:      Maintained
5031 F:      drivers/video/fbdev/efifb.c
5032
5033 EFS FILESYSTEM
5034 W:      http://aeschi.ch.eu.org/efs/
5035 S:      Orphan
5036 F:      fs/efs/
5037
5038 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5039 M:      Douglas Miller <[email protected]>
5040 L:      [email protected]
5041 S:      Maintained
5042 F:      drivers/net/ethernet/ibm/ehea/
5043
5044 EM28XX VIDEO4LINUX DRIVER
5045 M:      Mauro Carvalho Chehab <[email protected]>
5046 M:      Mauro Carvalho Chehab <[email protected]>
5047 L:      [email protected]
5048 W:      https://linuxtv.org
5049 T:      git git://linuxtv.org/media_tree.git
5050 S:      Maintained
5051 F:      drivers/media/usb/em28xx/
5052 F:      Documentation/media/v4l-drivers/em28xx*
5053
5054 EMBEDDED LINUX
5055 M:      Paul Gortmaker <[email protected]>
5056 M:      Matt Mackall <[email protected]>
5057 M:      David Woodhouse <[email protected]>
5058 L:      [email protected]
5059 S:      Maintained
5060
5061 Emulex 10Gbps iSCSI - OneConnect DRIVER
5062 M:      Subbu Seetharaman <[email protected]>
5063 M:      Ketan Mukadam <[email protected]>
5064 M:      Jitendra Bhivare <[email protected]>
5065 L:      [email protected]
5066 W:      http://www.broadcom.com
5067 S:      Supported
5068 F:      drivers/scsi/be2iscsi/
5069
5070 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5071 M:      Sathya Perla <[email protected]>
5072 M:      Ajit Khaparde <[email protected]>
5073 M:      Sriharsha Basavapatna <[email protected]>
5074 M:      Somnath Kotur <[email protected]>
5075 L:      [email protected]
5076 W:      http://www.emulex.com
5077 S:      Supported
5078 F:      drivers/net/ethernet/emulex/benet/
5079
5080 EMULEX ONECONNECT ROCE DRIVER
5081 M:      Selvin Xavier <[email protected]>
5082 M:      Devesh Sharma <[email protected]>
5083 L:      [email protected]
5084 W:      http://www.broadcom.com
5085 S:      Odd Fixes
5086 F:      drivers/infiniband/hw/ocrdma/
5087 F:      include/uapi/rdma/ocrdma-abi.h
5088
5089 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5090 M:      James Smart <[email protected]>
5091 M:      Dick Kennedy <[email protected]>
5092 L:      [email protected]
5093 W:      http://www.broadcom.com
5094 S:      Supported
5095 F:      drivers/scsi/lpfc/
5096
5097 ENE CB710 FLASH CARD READER DRIVER
5098 M:      Michał Mirosław <[email protected]>
5099 S:      Maintained
5100 F:      drivers/misc/cb710/
5101 F:      drivers/mmc/host/cb710-mmc.*
5102 F:      include/linux/cb710.h
5103
5104 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5105 M:      Maxim Levitsky <[email protected]>
5106 S:      Maintained
5107 F:      drivers/media/rc/ene_ir.*
5108
5109 EPSON S1D13XXX FRAMEBUFFER DRIVER
5110 M:      Kristoffer Ericson <[email protected]>
5111 S:      Maintained
5112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5113 F:      drivers/video/fbdev/s1d13xxxfb.c
5114 F:      include/video/s1d13xxxfb.h
5115
5116 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5117 M:      Jeff Layton <[email protected]>
5118 S:      Maintained
5119 F:      lib/errseq.c
5120 F:      include/linux/errseq.h
5121
5122 ET131X NETWORK DRIVER
5123 M:      Mark Einon <[email protected]>
5124 S:      Odd Fixes
5125 F:      drivers/net/ethernet/agere/
5126
5127 ETHERNET BRIDGE
5128 M:      Stephen Hemminger <[email protected]>
5129 L:      [email protected] (moderated for non-subscribers)
5130 L:      [email protected]
5131 W:      http://www.linuxfoundation.org/en/Net:Bridge
5132 S:      Maintained
5133 F:      include/linux/netfilter_bridge/
5134 F:      net/bridge/
5135
5136 ETHERNET PHY LIBRARY
5137 M:      Andrew Lunn <[email protected]>
5138 M:      Florian Fainelli <[email protected]>
5139 L:      [email protected]
5140 S:      Maintained
5141 F:      Documentation/ABI/testing/sysfs-bus-mdio
5142 F:      Documentation/devicetree/bindings/net/mdio*
5143 F:      Documentation/networking/phy.txt
5144 F:      drivers/net/phy/
5145 F:      drivers/of/of_mdio.c
5146 F:      drivers/of/of_net.c
5147 F:      include/linux/*mdio*.h
5148 F:      include/linux/of_net.h
5149 F:      include/linux/phy.h
5150 F:      include/linux/phy_fixed.h
5151 F:      include/linux/platform_data/mdio-gpio.h
5152 F:      include/linux/platform_data/mdio-bcm-unimac.h
5153 F:      include/trace/events/mdio.h
5154 F:      include/uapi/linux/mdio.h
5155 F:      include/uapi/linux/mii.h
5156
5157 EXT2 FILE SYSTEM
5158 M:      Jan Kara <[email protected]>
5159 L:      [email protected]
5160 S:      Maintained
5161 F:      Documentation/filesystems/ext2.txt
5162 F:      fs/ext2/
5163 F:      include/linux/ext2*
5164
5165 EXT4 FILE SYSTEM
5166 M:      "Theodore Ts'o" <[email protected]>
5167 M:      Andreas Dilger <[email protected]>
5168 L:      [email protected]
5169 W:      http://ext4.wiki.kernel.org
5170 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5172 S:      Maintained
5173 F:      Documentation/filesystems/ext4.txt
5174 F:      fs/ext4/
5175
5176 Extended Verification Module (EVM)
5177 M:      Mimi Zohar <[email protected]>
5178 L:      [email protected]
5179 L:      [email protected]
5180 S:      Supported
5181 F:      security/integrity/evm/
5182
5183 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5184 M:      Matt Fleming <[email protected]>
5185 M:      Ard Biesheuvel <[email protected]>
5186 L:      [email protected]
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5188 S:      Maintained
5189 F:      Documentation/efi-stub.txt
5190 F:      arch/*/kernel/efi.c
5191 F:      arch/x86/boot/compressed/eboot.[ch]
5192 F:      arch/*/include/asm/efi.h
5193 F:      arch/x86/platform/efi/
5194 F:      drivers/firmware/efi/
5195 F:      include/linux/efi*.h
5196 F:      arch/arm/boot/compressed/efi-header.S
5197 F:      arch/arm64/kernel/efi-entry.S
5198
5199 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5200 M:      MyungJoo Ham <[email protected]>
5201 M:      Chanwoo Choi <[email protected]>
5202 L:      [email protected]
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5204 S:      Maintained
5205 F:      drivers/extcon/
5206 F:      include/linux/extcon/
5207 F:      include/linux/extcon.h
5208 F:      Documentation/extcon/
5209 F:      Documentation/devicetree/bindings/extcon/
5210
5211 EXYNOS DP DRIVER
5212 M:      Jingoo Han <[email protected]>
5213 L:      [email protected]
5214 S:      Maintained
5215 F:      drivers/gpu/drm/exynos/exynos_dp*
5216
5217 EXYNOS SYSMMU (IOMMU) driver
5218 M:      Marek Szyprowski <[email protected]>
5219 L:      [email protected]
5220 S:      Maintained
5221 F:      drivers/iommu/exynos-iommu.c
5222
5223 EZchip NPS platform support
5224 M:      Noam Camus <[email protected]>
5225 S:      Supported
5226 F:      arch/arc/plat-eznps
5227 F:      arch/arc/boot/dts/eznps.dts
5228
5229 F2FS FILE SYSTEM
5230 M:      Jaegeuk Kim <[email protected]>
5231 M:      Chao Yu <[email protected]>
5232 L:      [email protected]
5233 W:      https://f2fs.wiki.kernel.org/
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5235 S:      Maintained
5236 F:      Documentation/filesystems/f2fs.txt
5237 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5238 F:      fs/f2fs/
5239 F:      include/linux/f2fs_fs.h
5240 F:      include/trace/events/f2fs.h
5241
5242 F71805F HARDWARE MONITORING DRIVER
5243 M:      Jean Delvare <[email protected]>
5244 L:      [email protected]
5245 S:      Maintained
5246 F:      Documentation/hwmon/f71805f
5247 F:      drivers/hwmon/f71805f.c
5248
5249 FANOTIFY
5250 M:      Eric Paris <[email protected]>
5251 S:      Maintained
5252 F:      fs/notify/fanotify/
5253 F:      include/linux/fanotify.h
5254 F:      include/uapi/linux/fanotify.h
5255
5256 FARSYNC SYNCHRONOUS DRIVER
5257 M:      Kevin Curtis <[email protected]>
5258 W:      http://www.farsite.co.uk/
5259 S:      Supported
5260 F:      drivers/net/wan/farsync.*
5261
5262 FAULT INJECTION SUPPORT
5263 M:      Akinobu Mita <[email protected]>
5264 S:      Supported
5265 F:      Documentation/fault-injection/
5266 F:      lib/fault-inject.c
5267
5268 FBTFT Framebuffer drivers
5269 M:      Thomas Petazzoni <[email protected]>
5270 S:      Maintained
5271 F:      drivers/staging/fbtft/
5272
5273 FC0011 TUNER DRIVER
5274 M:      Michael Buesch <[email protected]>
5275 L:      [email protected]
5276 S:      Maintained
5277 F:      drivers/media/tuners/fc0011.h
5278 F:      drivers/media/tuners/fc0011.c
5279
5280 FC2580 MEDIA DRIVER
5281 M:      Antti Palosaari <[email protected]>
5282 L:      [email protected]
5283 W:      https://linuxtv.org
5284 W:      http://palosaari.fi/linux/
5285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5286 T:      git git://linuxtv.org/anttip/media_tree.git
5287 S:      Maintained
5288 F:      drivers/media/tuners/fc2580*
5289
5290 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5291 M:      Johannes Thumshirn <[email protected]>
5292 L:      [email protected]
5293 W:      www.Open-FCoE.org
5294 S:      Supported
5295 F:      drivers/scsi/libfc/
5296 F:      drivers/scsi/fcoe/
5297 F:      include/scsi/fc/
5298 F:      include/scsi/libfc.h
5299 F:      include/scsi/libfcoe.h
5300 F:      include/uapi/scsi/fc/
5301
5302 FILE LOCKING (flock() and fcntl()/lockf())
5303 M:      Jeff Layton <[email protected]>
5304 M:      "J. Bruce Fields" <[email protected]>
5305 L:      [email protected]
5306 S:      Maintained
5307 F:      include/linux/fcntl.h
5308 F:      include/linux/fs.h
5309 F:      include/uapi/linux/fcntl.h
5310 F:      include/uapi/linux/fs.h
5311 F:      fs/fcntl.c
5312 F:      fs/locks.c
5313
5314 FILESYSTEMS (VFS and infrastructure)
5315 M:      Alexander Viro <[email protected]>
5316 L:      [email protected]
5317 S:      Maintained
5318 F:      fs/*
5319
5320 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5321 M:      Riku Voipio <[email protected]>
5322 L:      [email protected]
5323 S:      Maintained
5324 F:      drivers/hwmon/f75375s.c
5325 F:      include/linux/f75375s.h
5326
5327 FIREWIRE AUDIO DRIVERS
5328 M:      Clemens Ladisch <[email protected]>
5329 L:      [email protected] (moderated for non-subscribers)
5330 T:      git git://git.alsa-project.org/alsa-kernel.git
5331 S:      Maintained
5332 F:      sound/firewire/
5333
5334 FIREWIRE MEDIA DRIVERS (firedtv)
5335 M:      Stefan Richter <[email protected]>
5336 L:      [email protected]
5337 L:      [email protected]
5338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5339 S:      Maintained
5340 F:      drivers/media/firewire/
5341
5342 FIREWIRE SBP-2 TARGET
5343 M:      Chris Boot <[email protected]>
5344 L:      [email protected]
5345 L:      [email protected]
5346 L:      [email protected]
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5348 S:      Maintained
5349 F:      drivers/target/sbp/
5350
5351 FIREWIRE SUBSYSTEM
5352 M:      Stefan Richter <[email protected]>
5353 L:      [email protected]
5354 W:      http://ieee1394.wiki.kernel.org/
5355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5356 S:      Maintained
5357 F:      drivers/firewire/
5358 F:      include/linux/firewire.h
5359 F:      include/uapi/linux/firewire*.h
5360 F:      tools/firewire/
5361
5362 FIRMWARE LOADER (request_firmware)
5363 M:      Luis R. Rodriguez <[email protected]>
5364 L:      [email protected]
5365 S:      Maintained
5366 F:      Documentation/firmware_class/
5367 F:      drivers/base/firmware*.c
5368 F:      include/linux/firmware.h
5369
5370 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5371 M:      Joshua Morris <[email protected]>
5372 M:      Philip Kelleher <[email protected]>
5373 S:      Maintained
5374 F:      drivers/block/rsxx/
5375
5376 FLOPPY DRIVER
5377 M:      Jiri Kosina <[email protected]>
5378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5379 S:      Odd fixes
5380 F:      drivers/block/floppy.c
5381
5382 FMC SUBSYSTEM
5383 M:      Alessandro Rubini <[email protected]>
5384 W:      http://www.ohwr.org/projects/fmc-bus
5385 S:      Supported
5386 F:      drivers/fmc/
5387 F:      include/linux/fmc*.h
5388 F:      include/linux/ipmi-fru.h
5389 K:      fmc_d.*register
5390
5391 FPGA MANAGER FRAMEWORK
5392 M:      Alan Tull <[email protected]>
5393 R:      Moritz Fischer <[email protected]>
5394 L:      [email protected]
5395 S:      Maintained
5396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5397 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
5398 F:      Documentation/fpga/
5399 F:      Documentation/devicetree/bindings/fpga/
5400 F:      drivers/fpga/
5401 F:      include/linux/fpga/
5402 W:      http://www.rocketboards.org
5403
5404 FPU EMULATOR
5405 M:      Bill Metzenthen <[email protected]>
5406 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5407 S:      Maintained
5408 F:      arch/x86/math-emu/
5409
5410 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5411 L:      [email protected]
5412 S:      Orphan
5413 F:      drivers/net/wan/dlci.c
5414 F:      drivers/net/wan/sdla.c
5415
5416 FRAMEBUFFER LAYER
5417 M:      Bartlomiej Zolnierkiewicz <[email protected]>
5418 L:      [email protected]
5419 T:      git git://github.com/bzolnier/linux.git
5420 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5421 S:      Maintained
5422 F:      Documentation/fb/
5423 F:      drivers/video/
5424 F:      include/video/
5425 F:      include/linux/fb.h
5426 F:      include/uapi/video/
5427 F:      include/uapi/linux/fb.h
5428
5429 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5430 M:      Horia Geantă <[email protected]>
5431 M:      Dan Douglass <[email protected]>
5432 L:      [email protected]
5433 S:      Maintained
5434 F:      drivers/crypto/caam/
5435 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5436
5437 FREESCALE DIU FRAMEBUFFER DRIVER
5438 M:      Timur Tabi <[email protected]>
5439 L:      [email protected]
5440 S:      Maintained
5441 F:      drivers/video/fbdev/fsl-diu-fb.*
5442
5443 FREESCALE DMA DRIVER
5444 M:      Li Yang <[email protected]>
5445 M:      Zhang Wei <[email protected]>
5446 L:      [email protected]
5447 S:      Maintained
5448 F:      drivers/dma/fsldma.*
5449
5450 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5451 M:      Claudiu Manoil <[email protected]>
5452 L:      [email protected]
5453 S:      Maintained
5454 F:      drivers/net/ethernet/freescale/gianfar*
5455 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5456 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5457
5458 FREESCALE GPMI NAND DRIVER
5459 M:      Han Xu <[email protected]>
5460 L:      [email protected]
5461 S:      Maintained
5462 F:      drivers/mtd/nand/gpmi-nand/*
5463
5464 FREESCALE I2C CPM DRIVER
5465 M:      Jochen Friedrich <[email protected]>
5466 L:      [email protected]
5467 L:      [email protected]
5468 S:      Maintained
5469 F:      drivers/i2c/busses/i2c-cpm.c
5470
5471 FREESCALE IMX / MXC FEC DRIVER
5472 M:      Fugang Duan <[email protected]>
5473 L:      [email protected]
5474 S:      Maintained
5475 F:      drivers/net/ethernet/freescale/fec_main.c
5476 F:      drivers/net/ethernet/freescale/fec_ptp.c
5477 F:      drivers/net/ethernet/freescale/fec.h
5478 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5479
5480 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5481 M:      Sascha Hauer <[email protected]>
5482 L:      [email protected]
5483 L:      [email protected] (moderated for non-subscribers)
5484 S:      Maintained
5485 F:      include/linux/platform_data/video-imxfb.h
5486 F:      drivers/video/fbdev/imxfb.c
5487
5488 FREESCALE QORIQ DPAA ETHERNET DRIVER
5489 M:      Madalin Bucur <[email protected]>
5490 L:      [email protected]
5491 S:      Maintained
5492 F:      drivers/net/ethernet/freescale/dpaa
5493
5494 FREESCALE QORIQ DPAA FMAN DRIVER
5495 M:      Madalin Bucur <[email protected]>
5496 L:      [email protected]
5497 S:      Maintained
5498 F:      drivers/net/ethernet/freescale/fman
5499 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5500
5501 FREESCALE QUAD SPI DRIVER
5502 M:      Han Xu <[email protected]>
5503 L:      [email protected]
5504 S:      Maintained
5505 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5506
5507 FREESCALE QUICC ENGINE LIBRARY
5508 M:      Qiang Zhao <[email protected]>
5509 L:      [email protected]
5510 S:      Maintained
5511 F:      drivers/soc/fsl/qe/
5512 F:      include/soc/fsl/*qe*.h
5513 F:      include/soc/fsl/*ucc*.h
5514
5515 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5516 M:      Li Yang <[email protected]>
5517 L:      [email protected]
5518 L:      [email protected]
5519 S:      Maintained
5520 F:      drivers/net/ethernet/freescale/ucc_geth*
5521
5522 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5523 M:      Zhao Qiang <[email protected]>
5524 L:      [email protected]
5525 L:      [email protected]
5526 S:      Maintained
5527 F:      drivers/net/wan/fsl_ucc_hdlc*
5528
5529 FREESCALE QUICC ENGINE UCC UART DRIVER
5530 M:      Timur Tabi <[email protected]>
5531 L:      [email protected]
5532 S:      Maintained
5533 F:      drivers/tty/serial/ucc_uart.c
5534
5535 FREESCALE SOC DRIVERS
5536 M:      Li Yang <[email protected]>
5537 L:      [email protected]
5538 L:      [email protected]
5539 S:      Maintained
5540 F:      Documentation/devicetree/bindings/soc/fsl/
5541 F:      drivers/soc/fsl/
5542 F:      include/linux/fsl/
5543
5544 FREESCALE SOC FS_ENET DRIVER
5545 M:      Pantelis Antoniou <[email protected]>
5546 M:      Vitaly Bordug <[email protected]>
5547 L:      [email protected]
5548 L:      [email protected]
5549 S:      Maintained
5550 F:      drivers/net/ethernet/freescale/fs_enet/
5551 F:      include/linux/fs_enet_pd.h
5552
5553 FREESCALE SOC SOUND DRIVERS
5554 M:      Timur Tabi <[email protected]>
5555 M:      Nicolin Chen <[email protected]>
5556 M:      Xiubo Li <[email protected]>
5557 R:      Fabio Estevam <[email protected]>
5558 L:      [email protected] (moderated for non-subscribers)
5559 L:      [email protected]
5560 S:      Maintained
5561 F:      sound/soc/fsl/fsl*
5562 F:      sound/soc/fsl/imx*
5563 F:      sound/soc/fsl/mpc8610_hpcd.c
5564
5565 FREESCALE USB PERIPHERAL DRIVERS
5566 M:      Li Yang <[email protected]>
5567 L:      [email protected]
5568 L:      [email protected]
5569 S:      Maintained
5570 F:      drivers/usb/gadget/udc/fsl*
5571
5572 FREEVXFS FILESYSTEM
5573 M:      Christoph Hellwig <[email protected]>
5574 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5575 S:      Maintained
5576 F:      fs/freevxfs/
5577
5578 FREEZER
5579 M:      "Rafael J. Wysocki" <[email protected]>
5580 M:      Pavel Machek <[email protected]>
5581 L:      [email protected]
5582 S:      Supported
5583 F:      Documentation/power/freezing-of-tasks.txt
5584 F:      include/linux/freezer.h
5585 F:      kernel/freezer.c
5586
5587 FRONTSWAP API
5588 M:      Konrad Rzeszutek Wilk <[email protected]>
5589 L:      [email protected]
5590 S:      Maintained
5591 F:      mm/frontswap.c
5592 F:      include/linux/frontswap.h
5593
5594 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5595 M:      David Howells <[email protected]>
5596 L:      [email protected] (moderated for non-subscribers)
5597 S:      Supported
5598 F:      Documentation/filesystems/caching/
5599 F:      fs/fscache/
5600 F:      include/linux/fscache*.h
5601
5602 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5603 M:      Theodore Y. Ts'o <[email protected]>
5604 M:      Jaegeuk Kim <[email protected]>
5605 L:      [email protected]
5606 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5608 S:      Supported
5609 F:      fs/crypto/
5610 F:      include/linux/fscrypt*.h
5611
5612 FUJITSU FR-V (FRV) PORT
5613 S:      Orphan
5614 F:      arch/frv/
5615
5616 FUJITSU LAPTOP EXTRAS
5617 M:      Jonathan Woithe <[email protected]>
5618 L:      [email protected]
5619 S:      Maintained
5620 F:      drivers/platform/x86/fujitsu-laptop.c
5621
5622 FUJITSU M-5MO LS CAMERA ISP DRIVER
5623 M:      Kyungmin Park <[email protected]>
5624 M:      Heungjun Kim <[email protected]>
5625 L:      [email protected]
5626 S:      Maintained
5627 F:      drivers/media/i2c/m5mols/
5628 F:      include/media/i2c/m5mols.h
5629
5630 FUJITSU TABLET EXTRAS
5631 M:      Robert Gerlach <[email protected]>
5632 L:      [email protected]
5633 S:      Maintained
5634 F:      drivers/platform/x86/fujitsu-tablet.c
5635
5636 FUSE: FILESYSTEM IN USERSPACE
5637 M:      Miklos Szeredi <[email protected]>
5638 L:      [email protected]
5639 W:      http://fuse.sourceforge.net/
5640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5641 S:      Maintained
5642 F:      fs/fuse/
5643 F:      include/uapi/linux/fuse.h
5644 F:      Documentation/filesystems/fuse.txt
5645
5646 FUTEX SUBSYSTEM
5647 M:      Thomas Gleixner <[email protected]>
5648 M:      Ingo Molnar <[email protected]>
5649 R:      Peter Zijlstra <[email protected]>
5650 R:      Darren Hart <[email protected]>
5651 L:      [email protected]
5652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5653 S:      Maintained
5654 F:      kernel/futex.c
5655 F:      kernel/futex_compat.c
5656 F:      include/asm-generic/futex.h
5657 F:      include/linux/futex.h
5658 F:      include/uapi/linux/futex.h
5659 F:      tools/testing/selftests/futex/
5660 F:      tools/perf/bench/futex*
5661 F:      Documentation/*futex*
5662
5663 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5664 M:      Rik Faith <[email protected]>
5665 L:      [email protected]
5666 S:      Odd Fixes (e.g., new signatures)
5667 F:      drivers/scsi/fdomain.*
5668
5669 GCC PLUGINS
5670 M:      Kees Cook <[email protected]>
5671 R:      Emese Revfy <[email protected]>
5672 L:      [email protected]
5673 S:      Maintained
5674 F:      scripts/gcc-plugins/
5675 F:      scripts/gcc-plugin.sh
5676 F:      scripts/Makefile.gcc-plugins
5677 F:      Documentation/gcc-plugins.txt
5678
5679 GCOV BASED KERNEL PROFILING
5680 M:      Peter Oberparleiter <[email protected]>
5681 S:      Maintained
5682 F:      kernel/gcov/
5683 F:      Documentation/dev-tools/gcov.rst
5684
5685 GDB KERNEL DEBUGGING HELPER SCRIPTS
5686 M:      Jan Kiszka <[email protected]>
5687 M:      Kieran Bingham <[email protected]>
5688 S:      Supported
5689 F:      scripts/gdb/
5690
5691 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5692 M:      Achim Leubner <[email protected]>
5693 L:      [email protected]
5694 W:      http://www.icp-vortex.com/
5695 S:      Supported
5696 F:      drivers/scsi/gdt*
5697
5698 GEMTEK FM RADIO RECEIVER DRIVER
5699 M:      Hans Verkuil <[email protected]>
5700 L:      [email protected]
5701 T:      git git://linuxtv.org/media_tree.git
5702 W:      https://linuxtv.org
5703 S:      Maintained
5704 F:      drivers/media/radio/radio-gemtek*
5705
5706 GENERIC GPIO I2C DRIVER
5707 M:      Haavard Skinnemoen <[email protected]>
5708 S:      Supported
5709 F:      drivers/i2c/busses/i2c-gpio.c
5710 F:      include/linux/i2c-gpio.h
5711
5712 GENERIC GPIO I2C MULTIPLEXER DRIVER
5713 M:      Peter Korsgaard <[email protected]>
5714 L:      [email protected]
5715 S:      Supported
5716 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5717 F:      include/linux/i2c-mux-gpio.h
5718 F:      Documentation/i2c/muxes/i2c-mux-gpio
5719
5720 GENERIC HDLC (WAN) DRIVERS
5721 M:      Krzysztof Halasa <[email protected]>
5722 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5723 S:      Maintained
5724 F:      drivers/net/wan/c101.c
5725 F:      drivers/net/wan/hd6457*
5726 F:      drivers/net/wan/hdlc*
5727 F:      drivers/net/wan/n2.c
5728 F:      drivers/net/wan/pc300too.c
5729 F:      drivers/net/wan/pci200syn.c
5730 F:      drivers/net/wan/wanxl*
5731
5732 GENERIC INCLUDE/ASM HEADER FILES
5733 M:      Arnd Bergmann <[email protected]>
5734 L:      [email protected]
5735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5736 S:      Maintained
5737 F:      include/asm-generic/
5738 F:      include/uapi/asm-generic/
5739
5740 GENERIC PHY FRAMEWORK
5741 M:      Kishon Vijay Abraham I <[email protected]>
5742 L:      [email protected]
5743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5744 S:      Supported
5745 F:      drivers/phy/
5746 F:      include/linux/phy/
5747
5748 GENERIC PM DOMAINS
5749 M:      "Rafael J. Wysocki" <[email protected]>
5750 M:      Kevin Hilman <[email protected]>
5751 M:      Ulf Hansson <[email protected]>
5752 L:      [email protected]
5753 S:      Supported
5754 F:      drivers/base/power/domain*.c
5755 F:      include/linux/pm_domain.h
5756 F:      Documentation/devicetree/bindings/power/power_domain.txt
5757
5758 GENERIC UIO DRIVER FOR PCI DEVICES
5759 M:      "Michael S. Tsirkin" <[email protected]>
5760 L:      [email protected]
5761 S:      Supported
5762 F:      drivers/uio/uio_pci_generic.c
5763
5764 GENWQE (IBM Generic Workqueue Card)
5765 M:      Frank Haverkamp <[email protected]>
5766 M:      Guilherme G. Piccoli <[email protected]>
5767 S:      Supported
5768 F:      drivers/misc/genwqe/
5769
5770 GET_MAINTAINER SCRIPT
5771 M:      Joe Perches <[email protected]>
5772 S:      Maintained
5773 F:      scripts/get_maintainer.pl
5774
5775 GFS2 FILE SYSTEM
5776 M:      Steven Whitehouse <[email protected]>
5777 M:      Bob Peterson <[email protected]>
5778 L:      [email protected]
5779 W:      http://sources.redhat.com/cluster/
5780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5781 S:      Supported
5782 F:      Documentation/filesystems/gfs2*.txt
5783 F:      fs/gfs2/
5784 F:      include/uapi/linux/gfs2_ondisk.h
5785
5786 GIGASET ISDN DRIVERS
5787 M:      Paul Bolle <[email protected]>
5788 L:      [email protected]
5789 W:      http://gigaset307x.sourceforge.net/
5790 S:      Odd Fixes
5791 F:      Documentation/isdn/README.gigaset
5792 F:      drivers/isdn/gigaset/
5793 F:      include/uapi/linux/gigaset_dev.h
5794
5795 GO7007 MPEG CODEC
5796 M:      Hans Verkuil <[email protected]>
5797 L:      [email protected]
5798 S:      Maintained
5799 F:      drivers/media/usb/go7007/
5800
5801 GOODIX TOUCHSCREEN
5802 M:      Bastien Nocera <[email protected]>
5803 L:      [email protected]
5804 S:      Maintained
5805 F:      drivers/input/touchscreen/goodix.c
5806
5807 GPIO ACPI SUPPORT
5808 M:      Mika Westerberg <[email protected]>
5809 M:      Andy Shevchenko <[email protected]>
5810 L:      [email protected]
5811 L:      [email protected]
5812 S:      Maintained
5813 F:      Documentation/acpi/gpio-properties.txt
5814 F:      drivers/gpio/gpiolib-acpi.c
5815
5816 GPIO IR Transmitter
5817 M:      Sean Young <[email protected]>
5818 L:      [email protected]
5819 S:      Maintained
5820 F:      drivers/media/rc/gpio-ir-tx.c
5821
5822 GPIO MOCKUP DRIVER
5823 M:      Bamvor Jian Zhang <[email protected]>
5824 L:      [email protected]
5825 S:      Maintained
5826 F:      drivers/gpio/gpio-mockup.c
5827 F:      tools/testing/selftests/gpio/
5828
5829 GPIO SUBSYSTEM
5830 M:      Linus Walleij <[email protected]>
5831 L:      [email protected]
5832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5833 S:      Maintained
5834 F:      Documentation/devicetree/bindings/gpio/
5835 F:      Documentation/gpio/
5836 F:      Documentation/ABI/testing/gpio-cdev
5837 F:      Documentation/ABI/obsolete/sysfs-gpio
5838 F:      drivers/gpio/
5839 F:      include/linux/gpio/
5840 F:      include/linux/gpio.h
5841 F:      include/asm-generic/gpio.h
5842 F:      include/uapi/linux/gpio.h
5843 F:      tools/gpio/
5844
5845 GRE DEMULTIPLEXER DRIVER
5846 M:      Dmitry Kozlov <[email protected]>
5847 L:      [email protected]
5848 S:      Maintained
5849 F:      net/ipv4/gre_demux.c
5850 F:      net/ipv4/gre_offload.c
5851 F:      include/net/gre.h
5852
5853 GRETH 10/100/1G Ethernet MAC device driver
5854 M:      Andreas Larsson <[email protected]>
5855 L:      [email protected]
5856 S:      Maintained
5857 F:      drivers/net/ethernet/aeroflex/
5858
5859 GREYBUS AUDIO PROTOCOLS DRIVERS
5860 M:      Vaibhav Agarwal <[email protected]>
5861 M:      Mark Greer <[email protected]>
5862 S:      Maintained
5863 F:      drivers/staging/greybus/audio_apbridgea.c
5864 F:      drivers/staging/greybus/audio_apbridgea.h
5865 F:      drivers/staging/greybus/audio_codec.c
5866 F:      drivers/staging/greybus/audio_codec.h
5867 F:      drivers/staging/greybus/audio_gb.c
5868 F:      drivers/staging/greybus/audio_manager.c
5869 F:      drivers/staging/greybus/audio_manager.h
5870 F:      drivers/staging/greybus/audio_manager_module.c
5871 F:      drivers/staging/greybus/audio_manager_private.h
5872 F:      drivers/staging/greybus/audio_manager_sysfs.c
5873 F:      drivers/staging/greybus/audio_module.c
5874 F:      drivers/staging/greybus/audio_topology.c
5875
5876 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
5877 M:      Viresh Kumar <[email protected]>
5878 S:      Maintained
5879 F:      drivers/staging/greybus/authentication.c
5880 F:      drivers/staging/greybus/bootrom.c
5881 F:      drivers/staging/greybus/firmware.h
5882 F:      drivers/staging/greybus/fw-core.c
5883 F:      drivers/staging/greybus/fw-download.c
5884 F:      drivers/staging/greybus/fw-managament.c
5885 F:      drivers/staging/greybus/greybus_authentication.h
5886 F:      drivers/staging/greybus/greybus_firmware.h
5887 F:      drivers/staging/greybus/hid.c
5888 F:      drivers/staging/greybus/i2c.c
5889 F:      drivers/staging/greybus/spi.c
5890 F:      drivers/staging/greybus/spilib.c
5891 F:      drivers/staging/greybus/spilib.h
5892
5893 GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS
5894 M:      Bryan O'Donoghue <[email protected]>
5895 S:      Maintained
5896 F:      drivers/staging/greybus/loopback.c
5897 F:      drivers/staging/greybus/timesync.c
5898 F:      drivers/staging/greybus/timesync_platform.c
5899
5900 GREYBUS PLATFORM DRIVERS
5901 M:      Vaibhav Hiremath <[email protected]>
5902 S:      Maintained
5903 F:      drivers/staging/greybus/arche-platform.c
5904 F:      drivers/staging/greybus/arche-apb-ctrl.c
5905 F:      drivers/staging/greybus/arche_platform.h
5906
5907 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
5908 M:      Rui Miguel Silva <[email protected]>
5909 S:      Maintained
5910 F:      drivers/staging/greybus/sdio.c
5911 F:      drivers/staging/greybus/light.c
5912 F:      drivers/staging/greybus/gpio.c
5913 F:      drivers/staging/greybus/power_supply.c
5914 F:      drivers/staging/greybus/spi.c
5915 F:      drivers/staging/greybus/spilib.c
5916
5917 GREYBUS SUBSYSTEM
5918 M:      Johan Hovold <[email protected]>
5919 M:      Alex Elder <[email protected]>
5920 M:      Greg Kroah-Hartman <[email protected]>
5921 S:      Maintained
5922 F:      drivers/staging/greybus/
5923 L:      [email protected] (moderated for non-subscribers)
5924
5925 GREYBUS UART PROTOCOLS DRIVERS
5926 M:      David Lin <[email protected]>
5927 S:      Maintained
5928 F:      drivers/staging/greybus/uart.c
5929 F:      drivers/staging/greybus/log.c
5930
5931 GS1662 VIDEO SERIALIZER
5932 M:      Charles-Antoine Couret <[email protected]>
5933 L:      [email protected]
5934 T:      git git://linuxtv.org/media_tree.git
5935 S:      Maintained
5936 F:      drivers/media/spi/gs1662.c
5937
5938 GSPCA FINEPIX SUBDRIVER
5939 M:      Frank Zago <[email protected]>
5940 L:      [email protected]
5941 T:      git git://linuxtv.org/media_tree.git
5942 S:      Maintained
5943 F:      drivers/media/usb/gspca/finepix.c
5944
5945 GSPCA GL860 SUBDRIVER
5946 M:      Olivier Lorin <[email protected]>
5947 L:      [email protected]
5948 T:      git git://linuxtv.org/media_tree.git
5949 S:      Maintained
5950 F:      drivers/media/usb/gspca/gl860/
5951
5952 GSPCA M5602 SUBDRIVER
5953 M:      Erik Andren <[email protected]>
5954 L:      [email protected]
5955 T:      git git://linuxtv.org/media_tree.git
5956 S:      Maintained
5957 F:      drivers/media/usb/gspca/m5602/
5958
5959 GSPCA PAC207 SONIXB SUBDRIVER
5960 M:      Hans Verkuil <[email protected]>
5961 L:      [email protected]
5962 T:      git git://linuxtv.org/media_tree.git
5963 S:      Odd Fixes
5964 F:      drivers/media/usb/gspca/pac207.c
5965
5966 GSPCA SN9C20X SUBDRIVER
5967 M:      Brian Johnson <[email protected]>
5968 L:      [email protected]
5969 T:      git git://linuxtv.org/media_tree.git
5970 S:      Maintained
5971 F:      drivers/media/usb/gspca/sn9c20x.c
5972
5973 GSPCA T613 SUBDRIVER
5974 M:      Leandro Costantino <[email protected]>
5975 L:      [email protected]
5976 T:      git git://linuxtv.org/media_tree.git
5977 S:      Maintained
5978 F:      drivers/media/usb/gspca/t613.c
5979
5980 GSPCA USB WEBCAM DRIVER
5981 M:      Hans Verkuil <[email protected]>
5982 L:      [email protected]
5983 T:      git git://linuxtv.org/media_tree.git
5984 S:      Odd Fixes
5985 F:      drivers/media/usb/gspca/
5986
5987 GTP (GPRS Tunneling Protocol)
5988 M:      Pablo Neira Ayuso <[email protected]>
5989 M:      Harald Welte <[email protected]>
5990 L:      [email protected]
5991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5992 S:      Maintained
5993 F:      drivers/net/gtp.c
5994
5995 GUID PARTITION TABLE (GPT)
5996 M:      Davidlohr Bueso <[email protected]>
5997 L:      [email protected]
5998 S:      Maintained
5999 F:      block/partitions/efi.*
6000
6001 H8/300 ARCHITECTURE
6002 M:      Yoshinori Sato <[email protected]>
6003 L:      [email protected] (moderated for non-subscribers)
6004 W:      http://uclinux-h8.sourceforge.jp
6005 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6006 S:      Maintained
6007 F:      arch/h8300/
6008 F:      drivers/clocksource/h8300_*.c
6009 F:      drivers/clk/h8300/
6010 F:      drivers/irqchip/irq-renesas-h8*.c
6011
6012 HACKRF MEDIA DRIVER
6013 M:      Antti Palosaari <[email protected]>
6014 L:      [email protected]
6015 W:      https://linuxtv.org
6016 W:      http://palosaari.fi/linux/
6017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6018 T:      git git://linuxtv.org/anttip/media_tree.git
6019 S:      Maintained
6020 F:      drivers/media/usb/hackrf/
6021
6022 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6023 M:      Frank Seidel <[email protected]>
6024 L:      [email protected]
6025 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6026 S:      Maintained
6027 F:      drivers/platform/x86/hdaps.c
6028
6029 HARDWARE MONITORING
6030 M:      Jean Delvare <[email protected]>
6031 M:      Guenter Roeck <[email protected]>
6032 L:      [email protected]
6033 W:      http://hwmon.wiki.kernel.org/
6034 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6036 S:      Maintained
6037 F:      Documentation/hwmon/
6038 F:      drivers/hwmon/
6039 F:      include/linux/hwmon*.h
6040
6041 HARDWARE RANDOM NUMBER GENERATOR CORE
6042 M:      Matt Mackall <[email protected]>
6043 M:      Herbert Xu <[email protected]>
6044 L:      [email protected]
6045 S:      Odd fixes
6046 F:      Documentation/devicetree/bindings/rng/
6047 F:      Documentation/hw_random.txt
6048 F:      drivers/char/hw_random/
6049 F:      include/linux/hw_random.h
6050
6051 HARDWARE SPINLOCK CORE
6052 M:      Ohad Ben-Cohen <[email protected]>
6053 M:      Bjorn Andersson <[email protected]>
6054 L:      [email protected]
6055 S:      Maintained
6056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6057 F:      Documentation/devicetree/bindings/hwlock/
6058 F:      Documentation/hwspinlock.txt
6059 F:      drivers/hwspinlock/
6060 F:      include/linux/hwspinlock.h
6061
6062 HARMONY SOUND DRIVER
6063 L:      [email protected]
6064 S:      Maintained
6065 F:      sound/parisc/harmony.*
6066
6067 HDPVR USB VIDEO ENCODER DRIVER
6068 M:      Hans Verkuil <[email protected]>
6069 L:      [email protected]
6070 T:      git git://linuxtv.org/media_tree.git
6071 W:      https://linuxtv.org
6072 S:      Odd Fixes
6073 F:      drivers/media/usb/hdpvr/
6074
6075 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6076 M:      Jimmy Vance <[email protected]>
6077 S:      Supported
6078 F:      Documentation/watchdog/hpwdt.txt
6079 F:      drivers/watchdog/hpwdt.c
6080
6081 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6082 M:      Don Brace <[email protected]>
6083 L:      [email protected]
6084 L:      [email protected]
6085 S:      Supported
6086 F:      Documentation/scsi/hpsa.txt
6087 F:      drivers/scsi/hpsa*.[ch]
6088 F:      include/linux/cciss*.h
6089 F:      include/uapi/linux/cciss*.h
6090
6091 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
6092 M:      Don Brace <[email protected]>
6093 L:      [email protected]
6094 L:      [email protected]
6095 S:      Supported
6096 F:      Documentation/blockdev/cciss.txt
6097 F:      drivers/block/cciss*
6098 F:      include/linux/cciss_ioctl.h
6099 F:      include/uapi/linux/cciss_ioctl.h
6100
6101 HFI1 DRIVER
6102 M:      Mike Marciniszyn <[email protected]>
6103 M:      Dennis Dalessandro <[email protected]>
6104 L:      [email protected]
6105 S:      Supported
6106 F:      drivers/infiniband/hw/hfi1
6107
6108 HFS FILESYSTEM
6109 L:      [email protected]
6110 S:      Orphan
6111 F:      Documentation/filesystems/hfs.txt
6112 F:      fs/hfs/
6113
6114 HFSPLUS FILESYSTEM
6115 L:      [email protected]
6116 S:      Orphan
6117 F:      Documentation/filesystems/hfsplus.txt
6118 F:      fs/hfsplus/
6119
6120 HGA FRAMEBUFFER DRIVER
6121 M:      Ferenc Bakonyi <[email protected]>
6122 L:      [email protected]
6123 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6124 S:      Maintained
6125 F:      drivers/video/fbdev/hgafb.c
6126
6127 HIBERNATION (aka Software Suspend, aka swsusp)
6128 M:      "Rafael J. Wysocki" <[email protected]>
6129 M:      Pavel Machek <[email protected]>
6130 L:      [email protected]
6131 B:      https://bugzilla.kernel.org
6132 S:      Supported
6133 F:      arch/x86/power/
6134 F:      drivers/base/power/
6135 F:      kernel/power/
6136 F:      include/linux/suspend.h
6137 F:      include/linux/freezer.h
6138 F:      include/linux/pm.h
6139 F:      arch/*/include/asm/suspend*.h
6140
6141 HID CORE LAYER
6142 M:      Jiri Kosina <[email protected]>
6143 R:      Benjamin Tissoires <[email protected]>
6144 L:      [email protected]
6145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6146 S:      Maintained
6147 F:      drivers/hid/
6148 F:      include/linux/hid*
6149 F:      include/uapi/linux/hid*
6150
6151 HID SENSOR HUB DRIVERS
6152 M:      Jiri Kosina <[email protected]>
6153 M:      Jonathan Cameron <[email protected]>
6154 M:      Srinivas Pandruvada <[email protected]>
6155 L:      [email protected]
6156 L:      [email protected]
6157 S:      Maintained
6158 F:      Documentation/hid/hid-sensor*
6159 F:      drivers/hid/hid-sensor-*
6160 F:      drivers/iio/*/hid-*
6161 F:      include/linux/hid-sensor-*
6162
6163 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6164 M:      Thomas Gleixner <[email protected]>
6165 L:      [email protected]
6166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6167 S:      Maintained
6168 F:      Documentation/timers/
6169 F:      kernel/time/hrtimer.c
6170 F:      kernel/time/clockevents.c
6171 F:      kernel/time/timer_*.c
6172 F:      include/linux/clockchips.h
6173 F:      include/linux/hrtimer.h
6174
6175 HIGH-SPEED SCC DRIVER FOR AX.25
6176 L:      [email protected]
6177 S:      Orphan
6178 F:      drivers/net/hamradio/dmascc.c
6179 F:      drivers/net/hamradio/scc.c
6180
6181 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6182 M:      HighPoint Linux Team <[email protected]>
6183 W:      http://www.highpoint-tech.com
6184 S:      Supported
6185 F:      Documentation/scsi/hptiop.txt
6186 F:      drivers/scsi/hptiop.c
6187
6188 HIPPI
6189 M:      Jes Sorensen <[email protected]>
6190 L:      [email protected]
6191 S:      Maintained
6192 F:      include/linux/hippidevice.h
6193 F:      include/uapi/linux/if_hippi.h
6194 F:      net/802/hippi.c
6195 F:      drivers/net/hippi/
6196
6197 HISILICON NETWORK SUBSYSTEM DRIVER
6198 M:      Yisen Zhuang <[email protected]>
6199 M:      Salil Mehta <[email protected]>
6200 L:      [email protected]
6201 W:      http://www.hisilicon.com
6202 S:      Maintained
6203 F:      drivers/net/ethernet/hisilicon/
6204 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6205
6206 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6207 M:      Yisen Zhuang <[email protected]>
6208 M:      Salil Mehta <[email protected]>
6209 L:      [email protected]
6210 W:      http://www.hisilicon.com
6211 S:      Maintained
6212 F:      drivers/net/ethernet/hisilicon/hns3/
6213
6214 HISILICON ROCE DRIVER
6215 M:      Lijun Ou <[email protected]>
6216 M:      Wei Hu(Xavier) <[email protected]>
6217 L:      [email protected]
6218 S:      Maintained
6219 F:      drivers/infiniband/hw/hns/
6220 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6221
6222 HISILICON SAS Controller
6223 M:      John Garry <[email protected]>
6224 W:      http://www.hisilicon.com
6225 S:      Supported
6226 F:      drivers/scsi/hisi_sas/
6227 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6228
6229 HOST AP DRIVER
6230 M:      Jouni Malinen <[email protected]>
6231 L:      [email protected]
6232 W:      http://w1.fi/hostap-driver.html
6233 S:      Obsolete
6234 F:      drivers/net/wireless/intersil/hostap/
6235
6236 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6237 L:      [email protected]
6238 S:      Orphan
6239 F:      drivers/platform/x86/tc1100-wmi.c
6240
6241 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6242 M:      Jaroslav Kysela <[email protected]>
6243 S:      Maintained
6244 F:      drivers/net/ethernet/hp/hp100.*
6245
6246 HPET:   High Precision Event Timers driver
6247 M:      Clemens Ladisch <[email protected]>
6248 S:      Maintained
6249 F:      Documentation/timers/hpet.txt
6250 F:      drivers/char/hpet.c
6251 F:      include/linux/hpet.h
6252 F:      include/uapi/linux/hpet.h
6253
6254 HPET:   x86
6255 S:      Orphan
6256 F:      arch/x86/kernel/hpet.c
6257 F:      arch/x86/include/asm/hpet.h
6258
6259 HPFS FILESYSTEM
6260 M:      Mikulas Patocka <[email protected]>
6261 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6262 S:      Maintained
6263 F:      fs/hpfs/
6264
6265 HSI SUBSYSTEM
6266 M:      Sebastian Reichel <[email protected]>
6267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6268 S:      Maintained
6269 F:      Documentation/ABI/testing/sysfs-bus-hsi
6270 F:      Documentation/driver-api/hsi.rst
6271 F:      drivers/hsi/
6272 F:      include/linux/hsi/
6273 F:      include/uapi/linux/hsi/
6274
6275 HSO 3G MODEM DRIVER
6276 L:      [email protected]
6277 S:      Orphan
6278 F:      drivers/net/usb/hso.c
6279
6280 HSR NETWORK PROTOCOL
6281 M:      Arvid Brodin <[email protected]>
6282 L:      [email protected]
6283 S:      Maintained
6284 F:      net/hsr/
6285
6286 HT16K33 LED CONTROLLER DRIVER
6287 M:      Robin van der Gracht <[email protected]>
6288 S:      Maintained
6289 F:      drivers/auxdisplay/ht16k33.c
6290 F:      Documentation/devicetree/bindings/display/ht16k33.txt
6291
6292 HTCPEN TOUCHSCREEN DRIVER
6293 M:      Pau Oliva Fora <[email protected]>
6294 L:      [email protected]
6295 S:      Maintained
6296 F:      drivers/input/touchscreen/htcpen.c
6297
6298 HUAWEI ETHERNET DRIVER
6299 M:      Aviad Krawczyk <[email protected]>
6300 L:      [email protected]
6301 S:      Supported
6302 F:      Documentation/networking/hinic.txt
6303 F:      drivers/net/ethernet/huawei/hinic/
6304
6305 HUGETLB FILESYSTEM
6306 M:      Nadia Yvette Chambers <[email protected]>
6307 S:      Maintained
6308 F:      fs/hugetlbfs/
6309
6310 HVA ST MEDIA DRIVER
6311 M:      Jean-Christophe Trotin <[email protected]>
6312 L:      [email protected]
6313 T:      git git://linuxtv.org/media_tree.git
6314 W:      https://linuxtv.org
6315 S:      Supported
6316 F:      drivers/media/platform/sti/hva
6317
6318 HWPOISON MEMORY FAILURE HANDLING
6319 M:      Naoya Horiguchi <[email protected]>
6320 L:      [email protected]
6321 S:      Maintained
6322 F:      mm/memory-failure.c
6323 F:      mm/hwpoison-inject.c
6324
6325 Hyper-V CORE AND DRIVERS
6326 M:      "K. Y. Srinivasan" <[email protected]>
6327 M:      Haiyang Zhang <[email protected]>
6328 M:      Stephen Hemminger <[email protected]>
6329 L:      [email protected]
6330 S:      Maintained
6331 F:      Documentation/networking/netvsc.txt
6332 F:      arch/x86/include/asm/mshyperv.h
6333 F:      arch/x86/include/asm/trace/hyperv.h
6334 F:      arch/x86/include/uapi/asm/hyperv.h
6335 F:      arch/x86/kernel/cpu/mshyperv.c
6336 F:      arch/x86/hyperv
6337 F:      drivers/hid/hid-hyperv.c
6338 F:      drivers/hv/
6339 F:      drivers/input/serio/hyperv-keyboard.c
6340 F:      drivers/pci/host/pci-hyperv.c
6341 F:      drivers/net/hyperv/
6342 F:      drivers/scsi/storvsc_drv.c
6343 F:      drivers/uio/uio_hv_generic.c
6344 F:      drivers/video/fbdev/hyperv_fb.c
6345 F:      net/vmw_vsock/hyperv_transport.c
6346 F:      include/linux/hyperv.h
6347 F:      include/uapi/linux/hyperv.h
6348 F:      tools/hv/
6349 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6350
6351 HYPERVISOR VIRTUAL CONSOLE DRIVER
6352 L:      [email protected]
6353 S:      Odd Fixes
6354 F:      drivers/tty/hvc/
6355
6356 I2C ACPI SUPPORT
6357 M:      Mika Westerberg <[email protected]>
6358 L:      [email protected]
6359 L:      [email protected]
6360 S:      Maintained
6361 F:      drivers/i2c/i2c-core-acpi.c
6362
6363 I2C MUXES
6364 M:      Peter Rosin <[email protected]>
6365 L:      [email protected]
6366 S:      Maintained
6367 F:      Documentation/i2c/i2c-topology
6368 F:      Documentation/i2c/muxes/
6369 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6370 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6371 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6372 F:      drivers/i2c/i2c-mux.c
6373 F:      drivers/i2c/muxes/
6374 F:      include/linux/i2c-mux.h
6375
6376 I2C OVER PARALLEL PORT
6377 M:      Jean Delvare <[email protected]>
6378 L:      [email protected]
6379 S:      Maintained
6380 F:      Documentation/i2c/busses/i2c-parport
6381 F:      Documentation/i2c/busses/i2c-parport-light
6382 F:      drivers/i2c/busses/i2c-parport.c
6383 F:      drivers/i2c/busses/i2c-parport-light.c
6384
6385 I2C SUBSYSTEM
6386 M:      Wolfram Sang <[email protected]>
6387 L:      [email protected]
6388 W:      https://i2c.wiki.kernel.org/
6389 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6391 S:      Maintained
6392 F:      Documentation/devicetree/bindings/i2c/
6393 F:      Documentation/i2c/
6394 F:      drivers/i2c/
6395 F:      drivers/i2c/*/
6396 F:      include/linux/i2c.h
6397 F:      include/linux/i2c-*.h
6398 F:      include/uapi/linux/i2c.h
6399 F:      include/uapi/linux/i2c-*.h
6400
6401 I2C-TAOS-EVM DRIVER
6402 M:      Jean Delvare <[email protected]>
6403 L:      [email protected]
6404 S:      Maintained
6405 F:      Documentation/i2c/busses/i2c-taos-evm
6406 F:      drivers/i2c/busses/i2c-taos-evm.c
6407
6408 I2C-TINY-USB DRIVER
6409 M:      Till Harbaum <[email protected]>
6410 L:      [email protected]
6411 W:      http://www.harbaum.org/till/i2c_tiny_usb
6412 S:      Maintained
6413 F:      drivers/i2c/busses/i2c-tiny-usb.c
6414
6415 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6416 M:      Jean Delvare <[email protected]>
6417 L:      [email protected]
6418 S:      Maintained
6419 F:      Documentation/i2c/busses/i2c-ali1535
6420 F:      Documentation/i2c/busses/i2c-ali1563
6421 F:      Documentation/i2c/busses/i2c-ali15x3
6422 F:      Documentation/i2c/busses/i2c-amd756
6423 F:      Documentation/i2c/busses/i2c-amd8111
6424 F:      Documentation/i2c/busses/i2c-i801
6425 F:      Documentation/i2c/busses/i2c-nforce2
6426 F:      Documentation/i2c/busses/i2c-piix4
6427 F:      Documentation/i2c/busses/i2c-sis5595
6428 F:      Documentation/i2c/busses/i2c-sis630
6429 F:      Documentation/i2c/busses/i2c-sis96x
6430 F:      Documentation/i2c/busses/i2c-via
6431 F:      Documentation/i2c/busses/i2c-viapro
6432 F:      drivers/i2c/busses/i2c-ali1535.c
6433 F:      drivers/i2c/busses/i2c-ali1563.c
6434 F:      drivers/i2c/busses/i2c-ali15x3.c
6435 F:      drivers/i2c/busses/i2c-amd756.c
6436 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6437 F:      drivers/i2c/busses/i2c-amd8111.c
6438 F:      drivers/i2c/busses/i2c-i801.c
6439 F:      drivers/i2c/busses/i2c-isch.c
6440 F:      drivers/i2c/busses/i2c-nforce2.c
6441 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6442 F:      drivers/i2c/busses/i2c-piix4.c
6443 F:      drivers/i2c/busses/i2c-sis5595.c
6444 F:      drivers/i2c/busses/i2c-sis630.c
6445 F:      drivers/i2c/busses/i2c-sis96x.c
6446 F:      drivers/i2c/busses/i2c-via.c
6447 F:      drivers/i2c/busses/i2c-viapro.c
6448
6449 I2C/SMBUS ISMT DRIVER
6450 M:      Seth Heasley <[email protected]>
6451 M:      Neil Horman <[email protected]>
6452 L:      [email protected]
6453 F:      drivers/i2c/busses/i2c-ismt.c
6454 F:      Documentation/i2c/busses/i2c-ismt
6455
6456 I2C/SMBUS STUB DRIVER
6457 M:      Jean Delvare <[email protected]>
6458 L:      [email protected]
6459 S:      Maintained
6460 F:      drivers/i2c/i2c-stub.c
6461
6462 i386 BOOT CODE
6463 M:      "H. Peter Anvin" <[email protected]>
6464 S:      Maintained
6465 F:      arch/x86/boot/
6466
6467 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6468 M:      "H. Peter Anvin" <[email protected]>
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6470 S:      Maintained
6471
6472 IA64 (Itanium) PLATFORM
6473 M:      Tony Luck <[email protected]>
6474 M:      Fenghua Yu <[email protected]>
6475 L:      [email protected]
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6477 S:      Maintained
6478 F:      arch/ia64/
6479
6480 IBM Power 842 compression accelerator
6481 M:      Haren Myneni <[email protected]>
6482 S:      Supported
6483 F:      drivers/crypto/nx/Makefile
6484 F:      drivers/crypto/nx/Kconfig
6485 F:      drivers/crypto/nx/nx-842*
6486 F:      include/linux/sw842.h
6487 F:      crypto/842.c
6488 F:      lib/842/
6489
6490 IBM Power in-Nest Crypto Acceleration
6491 M:      Leonidas S. Barbosa <[email protected]>
6492 M:      Paulo Flabiano Smorigo <[email protected]>
6493 L:      [email protected]
6494 S:      Supported
6495 F:      drivers/crypto/nx/Makefile
6496 F:      drivers/crypto/nx/Kconfig
6497 F:      drivers/crypto/nx/nx-aes*
6498 F:      drivers/crypto/nx/nx-sha*
6499 F:      drivers/crypto/nx/nx.*
6500 F:      drivers/crypto/nx/nx_csbcpb.h
6501 F:      drivers/crypto/nx/nx_debugfs.h
6502
6503 IBM Power Linux RAID adapter
6504 M:      Brian King <[email protected]>
6505 S:      Supported
6506 F:      drivers/scsi/ipr.*
6507
6508 IBM Power SRIOV Virtual NIC Device Driver
6509 M:      Thomas Falcon <[email protected]>
6510 M:      John Allen <[email protected]>
6511 L:      [email protected]
6512 S:      Supported
6513 F:      drivers/net/ethernet/ibm/ibmvnic.*
6514
6515 IBM Power Virtual Accelerator Switchboard
6516 M:      Sukadev Bhattiprolu
6517 L:      [email protected]
6518 S:      Supported
6519 F:      arch/powerpc/platforms/powernv/vas*
6520 F:      arch/powerpc/platforms/powernv/copy-paste.h
6521 F:      arch/powerpc/include/asm/vas.h
6522 F:      arch/powerpc/include/uapi/asm/vas.h
6523
6524 IBM Power Virtual Ethernet Device Driver
6525 M:      Thomas Falcon <[email protected]>
6526 L:      [email protected]
6527 S:      Supported
6528 F:      drivers/net/ethernet/ibm/ibmveth.*
6529
6530 IBM Power Virtual FC Device Drivers
6531 M:      Tyrel Datwyler <[email protected]>
6532 L:      [email protected]
6533 S:      Supported
6534 F:      drivers/scsi/ibmvscsi/ibmvfc*
6535
6536 IBM Power Virtual SCSI Device Drivers
6537 M:      Tyrel Datwyler <[email protected]>
6538 L:      [email protected]
6539 S:      Supported
6540 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6541 F:      include/scsi/viosrp.h
6542
6543 IBM Power Virtual SCSI Device Target Driver
6544 M:      Bryant G. Ly <[email protected]>
6545 M:      Michael Cyr <[email protected]>
6546 L:      [email protected]
6547 L:      [email protected]
6548 S:      Supported
6549 F:      drivers/scsi/ibmvscsi_tgt/
6550
6551 IBM Power VMX Cryptographic instructions
6552 M:      Leonidas S. Barbosa <[email protected]>
6553 M:      Paulo Flabiano Smorigo <[email protected]>
6554 L:      [email protected]
6555 S:      Supported
6556 F:      drivers/crypto/vmx/Makefile
6557 F:      drivers/crypto/vmx/Kconfig
6558 F:      drivers/crypto/vmx/vmx.c
6559 F:      drivers/crypto/vmx/aes*
6560 F:      drivers/crypto/vmx/ghash*
6561 F:      drivers/crypto/vmx/ppc-xlate.pl
6562
6563 IBM ServeRAID RAID DRIVER
6564 S:      Orphan
6565 F:      drivers/scsi/ips.*
6566
6567 ICH LPC AND GPIO DRIVER
6568 M:      Peter Tyser <[email protected]>
6569 S:      Maintained
6570 F:      drivers/mfd/lpc_ich.c
6571 F:      drivers/gpio/gpio-ich.c
6572
6573 IDE SUBSYSTEM
6574 M:      "David S. Miller" <[email protected]>
6575 L:      [email protected]
6576 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6578 S:      Maintained
6579 F:      Documentation/ide/
6580 F:      drivers/ide/
6581 F:      include/linux/ide.h
6582
6583 IDE/ATAPI DRIVERS
6584 M:      Borislav Petkov <[email protected]>
6585 L:      [email protected]
6586 S:      Maintained
6587 F:      Documentation/cdrom/ide-cd
6588 F:      drivers/ide/ide-cd*
6589
6590 IDEAPAD LAPTOP EXTRAS DRIVER
6591 M:      Ike Panhc <[email protected]>
6592 L:      [email protected]
6593 W:      http://launchpad.net/ideapad-laptop
6594 S:      Maintained
6595 F:      drivers/platform/x86/ideapad-laptop.c
6596
6597 IDEAPAD LAPTOP SLIDEBAR DRIVER
6598 M:      Andrey Moiseev <[email protected]>
6599 L:      [email protected]
6600 W:      https://github.com/o2genum/ideapad-slidebar
6601 S:      Maintained
6602 F:      drivers/input/misc/ideapad_slidebar.c
6603
6604 IDT VersaClock 5 CLOCK DRIVER
6605 M:      Marek Vasut <[email protected]>
6606 S:      Maintained
6607 F:      drivers/clk/clk-versaclock5.c
6608
6609 IEEE 802.15.4 SUBSYSTEM
6610 M:      Alexander Aring <[email protected]>
6611 M:      Stefan Schmidt <[email protected]>
6612 L:      [email protected]
6613 W:      http://wpan.cakelab.org/
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6616 S:      Maintained
6617 F:      net/ieee802154/
6618 F:      net/mac802154/
6619 F:      drivers/net/ieee802154/
6620 F:      include/linux/nl802154.h
6621 F:      include/linux/ieee802154.h
6622 F:      include/net/nl802154.h
6623 F:      include/net/mac802154.h
6624 F:      include/net/af_ieee802154.h
6625 F:      include/net/cfg802154.h
6626 F:      include/net/ieee802154_netdev.h
6627 F:      Documentation/networking/ieee802154.txt
6628
6629 IFE PROTOCOL
6630 M:      Yotam Gigi <[email protected]>
6631 M:      Jamal Hadi Salim <[email protected]>
6632 F:      net/ife
6633 F:      include/net/ife.h
6634 F:      include/uapi/linux/ife.h
6635
6636 IGORPLUG-USB IR RECEIVER
6637 M:      Sean Young <[email protected]>
6638 L:      [email protected]
6639 S:      Maintained
6640 F:      drivers/media/rc/igorplugusb.c
6641
6642 IGUANAWORKS USB IR TRANSCEIVER
6643 M:      Sean Young <[email protected]>
6644 L:      [email protected]
6645 S:      Maintained
6646 F:      drivers/media/rc/iguanair.c
6647
6648 IIO DIGITAL POTENTIOMETER DAC
6649 M:      Peter Rosin <[email protected]>
6650 L:      [email protected]
6651 S:      Maintained
6652 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6653 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6654 F:      drivers/iio/dac/dpot-dac.c
6655
6656 IIO ENVELOPE DETECTOR
6657 M:      Peter Rosin <[email protected]>
6658 L:      [email protected]
6659 S:      Maintained
6660 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6661 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6662 F:      drivers/iio/adc/envelope-detector.c
6663
6664 IIO MULTIPLEXER
6665 M:      Peter Rosin <[email protected]>
6666 L:      [email protected]
6667 S:      Maintained
6668 F:      Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6669 F:      drivers/iio/multiplexer/iio-mux.c
6670
6671 IIO SUBSYSTEM AND DRIVERS
6672 M:      Jonathan Cameron <[email protected]>
6673 R:      Hartmut Knaack <[email protected]>
6674 R:      Lars-Peter Clausen <[email protected]>
6675 R:      Peter Meerwald-Stadler <[email protected]>
6676 L:      [email protected]
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6678 S:      Maintained
6679 F:      Documentation/devicetree/bindings/iio/
6680 F:      drivers/iio/
6681 F:      drivers/staging/iio/
6682 F:      include/linux/iio/
6683 F:      tools/iio/
6684
6685 IKANOS/ADI EAGLE ADSL USB DRIVER
6686 M:      Matthieu Castet <[email protected]>
6687 M:      Stanislaw Gruszka <[email protected]>
6688 S:      Maintained
6689 F:      drivers/usb/atm/ueagle-atm.c
6690
6691 IMGTEC ASCII LCD DRIVER
6692 M:      Paul Burton <[email protected]>
6693 S:      Maintained
6694 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6695 F:      drivers/auxdisplay/img-ascii-lcd.c
6696
6697 IMGTEC IR DECODER DRIVER
6698 M:      James Hogan <[email protected]>
6699 S:      Maintained
6700 F:      drivers/media/rc/img-ir/
6701
6702 IMS TWINTURBO FRAMEBUFFER DRIVER
6703 L:      [email protected]
6704 S:      Orphan
6705 F:      drivers/video/fbdev/imsttfb.c
6706
6707 INA209 HARDWARE MONITOR DRIVER
6708 M:      Guenter Roeck <[email protected]>
6709 L:      [email protected]
6710 S:      Maintained
6711 F:      Documentation/hwmon/ina209
6712 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6713 F:      drivers/hwmon/ina209.c
6714
6715 INA2XX HARDWARE MONITOR DRIVER
6716 M:      Guenter Roeck <[email protected]>
6717 L:      [email protected]
6718 S:      Maintained
6719 F:      Documentation/hwmon/ina2xx
6720 F:      drivers/hwmon/ina2xx.c
6721 F:      include/linux/platform_data/ina2xx.h
6722
6723 INDUSTRY PACK SUBSYSTEM (IPACK)
6724 M:      Samuel Iglesias Gonsalvez <[email protected]>
6725 M:      Jens Taprogge <[email protected]>
6726 M:      Greg Kroah-Hartman <[email protected]>
6727 L:      [email protected]
6728 W:      http://industrypack.sourceforge.net
6729 S:      Maintained
6730 F:      drivers/ipack/
6731
6732 INFINIBAND SUBSYSTEM
6733 M:      Doug Ledford <[email protected]>
6734 M:      Sean Hefty <[email protected]>
6735 M:      Hal Rosenstock <[email protected]>
6736 L:      [email protected]
6737 W:      http://www.openfabrics.org/
6738 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6740 S:      Supported
6741 F:      Documentation/devicetree/bindings/infiniband/
6742 F:      Documentation/infiniband/
6743 F:      drivers/infiniband/
6744 F:      include/uapi/linux/if_infiniband.h
6745 F:      include/uapi/rdma/
6746 F:      include/rdma/
6747
6748 INGENIC JZ4780 DMA Driver
6749 M:      Zubair Lutfullah Kakakhel <[email protected]>
6750 S:      Maintained
6751 F:      drivers/dma/dma-jz4780.c
6752
6753 INGENIC JZ4780 NAND DRIVER
6754 M:      Harvey Hunt <[email protected]>
6755 L:      [email protected]
6756 S:      Maintained
6757 F:      drivers/mtd/nand/jz4780_*
6758
6759 INOTIFY
6760 M:      John McCutchan <[email protected]>
6761 M:      Robert Love <[email protected]>
6762 M:      Eric Paris <[email protected]>
6763 S:      Maintained
6764 F:      Documentation/filesystems/inotify.txt
6765 F:      fs/notify/inotify/
6766 F:      include/linux/inotify.h
6767 F:      include/uapi/linux/inotify.h
6768
6769 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6770 M:      Dmitry Torokhov <[email protected]>
6771 L:      [email protected]
6772 Q:      http://patchwork.kernel.org/project/linux-input/list/
6773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6774 S:      Maintained
6775 F:      drivers/input/
6776 F:      include/linux/input.h
6777 F:      include/uapi/linux/input.h
6778 F:      include/uapi/linux/input-event-codes.h
6779 F:      include/linux/input/
6780 F:      Documentation/devicetree/bindings/input/
6781 F:      Documentation/input/
6782
6783 INPUT MULTITOUCH (MT) PROTOCOL
6784 M:      Henrik Rydberg <[email protected]>
6785 L:      [email protected]
6786 S:      Odd fixes
6787 F:      Documentation/input/multi-touch-protocol.rst
6788 F:      drivers/input/input-mt.c
6789 K:      \b(ABS|SYN)_MT_
6790
6791 INSIDE SECURE CRYPTO DRIVER
6792 M:      Antoine Tenart <[email protected]>
6793 F:      drivers/crypto/inside-secure/
6794 S:      Maintained
6795 L:      [email protected]
6796
6797 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6798 M:      Mimi Zohar <[email protected]>
6799 M:      Dmitry Kasatkin <[email protected]>
6800 L:      [email protected]
6801 L:      [email protected]
6802 L:      [email protected]
6803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6804 S:      Supported
6805 F:      security/integrity/ima/
6806
6807 INTEL 810/815 FRAMEBUFFER DRIVER
6808 M:      Antonino Daplas <[email protected]>
6809 L:      [email protected]
6810 S:      Maintained
6811 F:      drivers/video/fbdev/i810/
6812
6813 INTEL ASoC BDW/HSW DRIVERS
6814 M:      Jie Yang <[email protected]>
6815 L:      [email protected] (moderated for non-subscribers)
6816 S:      Supported
6817 F:      sound/soc/intel/common/sst-dsp*
6818 F:      sound/soc/intel/common/sst-firmware.c
6819 F:      sound/soc/intel/boards/broadwell.c
6820 F:      sound/soc/intel/haswell/
6821
6822 INTEL C600 SERIES SAS CONTROLLER DRIVER
6823 M:      Intel SCU Linux support <[email protected]>
6824 M:      Artur Paszkiewicz <[email protected]>
6825 L:      [email protected]
6826 T:      git git://git.code.sf.net/p/intel-sas/isci
6827 S:      Supported
6828 F:      drivers/scsi/isci/
6829
6830 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
6831 M:      Jani Nikula <[email protected]>
6832 M:      Joonas Lahtinen <[email protected]>
6833 M:      Rodrigo Vivi <[email protected]>
6834 L:      [email protected]
6835 W:      https://01.org/linuxgraphics/
6836 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
6837 C:      irc://chat.freenode.net/intel-gfx
6838 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
6839 T:      git git://anongit.freedesktop.org/drm-intel
6840 S:      Supported
6841 F:      drivers/gpu/drm/i915/
6842 F:      include/drm/i915*
6843 F:      include/uapi/drm/i915_drm.h
6844 F:      Documentation/gpu/i915.rst
6845
6846 INTEL ETHERNET DRIVERS
6847 M:      Jeff Kirsher <[email protected]>
6848 L:      [email protected] (moderated for non-subscribers)
6849 W:      http://www.intel.com/support/feedback.htm
6850 W:      http://e1000.sourceforge.net/
6851 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6854 S:      Supported
6855 F:      Documentation/networking/e100.txt
6856 F:      Documentation/networking/e1000.txt
6857 F:      Documentation/networking/e1000e.txt
6858 F:      Documentation/networking/igb.txt
6859 F:      Documentation/networking/igbvf.txt
6860 F:      Documentation/networking/ixgb.txt
6861 F:      Documentation/networking/ixgbe.txt
6862 F:      Documentation/networking/ixgbevf.txt
6863 F:      Documentation/networking/i40e.txt
6864 F:      Documentation/networking/i40evf.txt
6865 F:      drivers/net/ethernet/intel/
6866 F:      drivers/net/ethernet/intel/*/
6867 F:      include/linux/avf/virtchnl.h
6868
6869 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6870 M:      Maik Broemme <[email protected]>
6871 L:      [email protected]
6872 S:      Maintained
6873 F:      Documentation/fb/intelfb.txt
6874 F:      drivers/video/fbdev/intelfb/
6875
6876 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
6877 M:      Zhenyu Wang <[email protected]>
6878 M:      Zhi Wang <[email protected]>
6879 L:      [email protected]
6880 L:      [email protected]
6881 W:      https://01.org/igvt-g
6882 T:      git https://github.com/01org/gvt-linux.git
6883 S:      Supported
6884 F:      drivers/gpu/drm/i915/gvt/
6885
6886 INTEL HID EVENT DRIVER
6887 M:      Alex Hung <[email protected]>
6888 L:      [email protected]
6889 S:      Maintained
6890 F:      drivers/platform/x86/intel-hid.c
6891
6892 INTEL I/OAT DMA DRIVER
6893 M:      Dave Jiang <[email protected]>
6894 R:      Dan Williams <[email protected]>
6895 L:      [email protected]
6896 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6897 S:      Supported
6898 F:      drivers/dma/ioat*
6899
6900 INTEL IDLE DRIVER
6901 M:      Jacob Pan <[email protected]>
6902 M:      Len Brown <[email protected]>
6903 L:      [email protected]
6904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6905 B:      https://bugzilla.kernel.org
6906 S:      Supported
6907 F:      drivers/idle/intel_idle.c
6908
6909 INTEL INTEGRATED SENSOR HUB DRIVER
6910 M:      Srinivas Pandruvada <[email protected]>
6911 M:      Jiri Kosina <[email protected]>
6912 L:      [email protected]
6913 S:      Maintained
6914 F:      drivers/hid/intel-ish-hid/
6915
6916 INTEL IOMMU (VT-d)
6917 M:      David Woodhouse <[email protected]>
6918 L:      [email protected]
6919 T:      git git://git.infradead.org/iommu-2.6.git
6920 S:      Supported
6921 F:      drivers/iommu/intel-iommu.c
6922 F:      include/linux/intel-iommu.h
6923
6924 INTEL IOP-ADMA DMA DRIVER
6925 R:      Dan Williams <[email protected]>
6926 S:      Odd fixes
6927 F:      drivers/dma/iop-adma.c
6928
6929 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6930 M:      Krzysztof Halasa <[email protected]>
6931 S:      Maintained
6932 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6933 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6934 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6935 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6936 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6937 F:      drivers/net/wan/ixp4xx_hss.c
6938
6939 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6940 M:      Deepak Saxena <[email protected]>
6941 S:      Maintained
6942 F:      drivers/char/hw_random/ixp4xx-rng.c
6943
6944 INTEL MANAGEMENT ENGINE (mei)
6945 M:      Tomas Winkler <[email protected]>
6946 L:      [email protected]
6947 S:      Supported
6948 F:      include/uapi/linux/mei.h
6949 F:      include/linux/mei_cl_bus.h
6950 F:      drivers/misc/mei/*
6951 F:      drivers/watchdog/mei_wdt.c
6952 F:      Documentation/misc-devices/mei/*
6953 F:      samples/mei/*
6954
6955 INTEL MENLOW THERMAL DRIVER
6956 M:      Sujith Thomas <[email protected]>
6957 L:      [email protected]
6958 W:      https://01.org/linux-acpi
6959 S:      Supported
6960 F:      drivers/platform/x86/intel_menlow.c
6961
6962 INTEL MERRIFIELD GPIO DRIVER
6963 M:      Andy Shevchenko <[email protected]>
6964 L:      [email protected]
6965 S:      Maintained
6966 F:      drivers/gpio/gpio-merrifield.c
6967
6968 INTEL MIC DRIVERS (mic)
6969 M:      Sudeep Dutt <[email protected]>
6970 M:      Ashutosh Dixit <[email protected]>
6971 S:      Supported
6972 W:      https://github.com/sudeepdutt/mic
6973 W:      http://software.intel.com/en-us/mic-developer
6974 F:      include/linux/mic_bus.h
6975 F:      include/linux/scif.h
6976 F:      include/uapi/linux/mic_common.h
6977 F:      include/uapi/linux/mic_ioctl.h
6978 F:      include/uapi/linux/scif_ioctl.h
6979 F:      drivers/misc/mic/
6980 F:      drivers/dma/mic_x100_dma.c
6981 F:      drivers/dma/mic_x100_dma.h
6982 F:      Documentation/mic/
6983
6984 INTEL PMC CORE DRIVER
6985 M:      Rajneesh Bhardwaj <[email protected]>
6986 M:      Vishwanath Somayaji <[email protected]>
6987 L:      [email protected]
6988 S:      Maintained
6989 F:      arch/x86/include/asm/pmc_core.h
6990 F:      drivers/platform/x86/intel_pmc_core*
6991
6992 INTEL PMC/P-Unit IPC DRIVER
6993 M:      Zha Qipeng<[email protected]>
6994 L:      [email protected]
6995 S:      Maintained
6996 F:      drivers/platform/x86/intel_pmc_ipc.c
6997 F:      drivers/platform/x86/intel_punit_ipc.c
6998 F:      arch/x86/include/asm/intel_pmc_ipc.h
6999 F:      arch/x86/include/asm/intel_punit_ipc.h
7000
7001 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7002 M:      Stanislav Yakovlev <[email protected]>
7003 L:      [email protected]
7004 S:      Maintained
7005 F:      Documentation/networking/README.ipw2100
7006 F:      Documentation/networking/README.ipw2200
7007 F:      drivers/net/wireless/intel/ipw2x00/
7008
7009 INTEL PSTATE DRIVER
7010 M:      Srinivas Pandruvada <[email protected]>
7011 M:      Len Brown <[email protected]>
7012 L:      [email protected]
7013 S:      Supported
7014 F:      drivers/cpufreq/intel_pstate.c
7015
7016 INTEL RDMA RNIC DRIVER
7017 M:      Faisal Latif <[email protected]>
7018 M:      Shiraz Saleem <[email protected]>
7019 L:      [email protected]
7020 S:      Supported
7021 F:      drivers/infiniband/hw/i40iw/
7022
7023 INTEL TELEMETRY DRIVER
7024 M:      Souvik Kumar Chakravarty <[email protected]>
7025 L:      [email protected]
7026 S:      Maintained
7027 F:      arch/x86/include/asm/intel_telemetry.h
7028 F:      drivers/platform/x86/intel_telemetry*
7029
7030 INTEL VIRTUAL BUTTON DRIVER
7031 M:      AceLan Kao <[email protected]>
7032 L:      [email protected]
7033 S:      Maintained
7034 F:      drivers/platform/x86/intel-vbtn.c
7035
7036 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7037 M:      Stanislaw Gruszka <[email protected]>
7038 L:      [email protected]
7039 S:      Supported
7040 F:      drivers/net/wireless/intel/iwlegacy/
7041
7042 INTEL WIRELESS WIFI LINK (iwlwifi)
7043 M:      Johannes Berg <[email protected]>
7044 M:      Emmanuel Grumbach <[email protected]>
7045 M:      Luca Coelho <[email protected]>
7046 M:      Intel Linux Wireless <[email protected]>
7047 L:      [email protected]
7048 W:      http://intellinuxwireless.org
7049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7050 S:      Supported
7051 F:      drivers/net/wireless/intel/iwlwifi/
7052
7053 INTEL WIRELESS WIMAX CONNECTION 2400
7054 M:      Inaky Perez-Gonzalez <[email protected]>
7055 M:      [email protected]
7056 L:      [email protected] (subscribers-only)
7057 S:      Supported
7058 W:      http://linuxwimax.org
7059 F:      Documentation/wimax/README.i2400m
7060 F:      drivers/net/wimax/i2400m/
7061 F:      include/uapi/linux/wimax/i2400m.h
7062
7063 INTEL(R) TRACE HUB
7064 M:      Alexander Shishkin <[email protected]>
7065 S:      Supported
7066 F:      Documentation/trace/intel_th.txt
7067 F:      drivers/hwtracing/intel_th/
7068
7069 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7070 M:      Ning Sun <[email protected]>
7071 L:      [email protected]
7072 W:      http://tboot.sourceforge.net
7073 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7074 S:      Supported
7075 F:      Documentation/intel_txt.txt
7076 F:      include/linux/tboot.h
7077 F:      arch/x86/kernel/tboot.c
7078
7079 INTEL-MID GPIO DRIVER
7080 M:      David Cohen <[email protected]>
7081 L:      [email protected]
7082 S:      Maintained
7083 F:      drivers/gpio/gpio-intel-mid.c
7084
7085 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7086 M:      Linus Walleij <[email protected]>
7087 L:      [email protected]
7088 S:      Maintained
7089 F:      drivers/iio/gyro/mpu3050*
7090 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7091
7092 IOC3 ETHERNET DRIVER
7093 M:      Ralf Baechle <[email protected]>
7094 L:      [email protected]
7095 S:      Maintained
7096 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7097
7098 IOC3 SERIAL DRIVER
7099 M:      Pat Gefre <[email protected]>
7100 L:      [email protected]
7101 S:      Maintained
7102 F:      drivers/tty/serial/ioc3_serial.c
7103
7104 IOMMU DRIVERS
7105 M:      Joerg Roedel <[email protected]>
7106 L:      [email protected]
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7108 S:      Maintained
7109 F:      Documentation/devicetree/bindings/iommu/
7110 F:      drivers/iommu/
7111 F:      include/linux/iommu.h
7112 F:      include/linux/iova.h
7113
7114 IP MASQUERADING
7115 M:      Juanjo Ciarlante <[email protected]>
7116 S:      Maintained
7117 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7118
7119 IPMI SUBSYSTEM
7120 M:      Corey Minyard <[email protected]>
7121 L:      [email protected] (moderated for non-subscribers)
7122 W:      http://openipmi.sourceforge.net/
7123 S:      Supported
7124 F:      Documentation/IPMI.txt
7125 F:      drivers/char/ipmi/
7126 F:      include/linux/ipmi*
7127 F:      include/uapi/linux/ipmi*
7128
7129 IPS SCSI RAID DRIVER
7130 M:      Adaptec OEM Raid Solutions <[email protected]>
7131 L:      [email protected]
7132 W:      http://www.adaptec.com/
7133 S:      Maintained
7134 F:      drivers/scsi/ips*
7135
7136 IPVS
7137 M:      Wensong Zhang <[email protected]>
7138 M:      Simon Horman <[email protected]>
7139 M:      Julian Anastasov <[email protected]>
7140 L:      [email protected]
7141 L:      [email protected]
7142 S:      Maintained
7143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7145 F:      Documentation/networking/ipvs-sysctl.txt
7146 F:      include/net/ip_vs.h
7147 F:      include/uapi/linux/ip_vs.h
7148 F:      net/netfilter/ipvs/
7149
7150 IPWIRELESS DRIVER
7151 M:      Jiri Kosina <[email protected]>
7152 M:      David Sterba <[email protected]>
7153 S:      Odd Fixes
7154 F:      drivers/tty/ipwireless/
7155
7156 IPX NETWORK LAYER
7157 L:      [email protected]
7158 S:      Odd fixes
7159 F:      include/net/ipx.h
7160 F:      include/uapi/linux/ipx.h
7161 F:      net/ipx/
7162
7163 IRDA SUBSYSTEM
7164 M:      Samuel Ortiz <[email protected]>
7165 L:      [email protected] (subscribers-only)
7166 L:      [email protected]
7167 W:      http://irda.sourceforge.net/
7168 S:      Maintained
7169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7170 F:      Documentation/networking/irda.txt
7171 F:      drivers/staging/irda/
7172
7173 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7174 M:      Marc Zyngier <[email protected]>
7175 S:      Maintained
7176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7177 F:      Documentation/IRQ-domain.txt
7178 F:      include/linux/irqdomain.h
7179 F:      kernel/irq/irqdomain.c
7180 F:      kernel/irq/msi.c
7181
7182 IRQ SUBSYSTEM
7183 M:      Thomas Gleixner <[email protected]>
7184 L:      [email protected]
7185 S:      Maintained
7186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7187 F:      kernel/irq/
7188
7189 IRQCHIP DRIVERS
7190 M:      Thomas Gleixner <[email protected]>
7191 M:      Jason Cooper <[email protected]>
7192 M:      Marc Zyngier <[email protected]>
7193 L:      [email protected]
7194 S:      Maintained
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7196 F:      Documentation/devicetree/bindings/interrupt-controller/
7197 F:      drivers/irqchip/
7198
7199 ISA
7200 M:      William Breathitt Gray <[email protected]>
7201 S:      Maintained
7202 F:      Documentation/isa.txt
7203 F:      drivers/base/isa.c
7204 F:      include/linux/isa.h
7205
7206 ISA RADIO MODULE
7207 M:      Hans Verkuil <[email protected]>
7208 L:      [email protected]
7209 T:      git git://linuxtv.org/media_tree.git
7210 W:      https://linuxtv.org
7211 S:      Maintained
7212 F:      drivers/media/radio/radio-isa*
7213
7214 ISAPNP
7215 M:      Jaroslav Kysela <[email protected]>
7216 S:      Maintained
7217 F:      Documentation/isapnp.txt
7218 F:      drivers/pnp/isapnp/
7219 F:      include/linux/isapnp.h
7220
7221 ISCSI
7222 M:      Lee Duncan <[email protected]>
7223 M:      Chris Leech <[email protected]>
7224 L:      [email protected]
7225 W:      www.open-iscsi.com
7226 S:      Maintained
7227 F:      drivers/scsi/*iscsi*
7228 F:      include/scsi/*iscsi*
7229
7230 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7231 M:      Peter Jones <[email protected]>
7232 M:      Konrad Rzeszutek Wilk <[email protected]>
7233 S:      Maintained
7234 F:      drivers/firmware/iscsi_ibft*
7235
7236 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7237 M:      Or Gerlitz <[email protected]>
7238 M:      Sagi Grimberg <[email protected]>
7239 M:      Roi Dayan <[email protected]>
7240 L:      [email protected]
7241 S:      Supported
7242 W:      http://www.openfabrics.org
7243 W:      www.open-iscsi.org
7244 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7245 F:      drivers/infiniband/ulp/iser/
7246
7247 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7248 M:      Sagi Grimberg <[email protected]>
7249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7250 L:      [email protected]
7251 L:      [email protected]
7252 S:      Supported
7253 W:      http://www.linux-iscsi.org
7254 F:      drivers/infiniband/ulp/isert
7255
7256 ISDN SUBSYSTEM
7257 M:      Karsten Keil <[email protected]>
7258 L:      [email protected] (subscribers-only)
7259 L:      [email protected]
7260 W:      http://www.isdn4linux.de
7261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7262 S:      Maintained
7263 F:      Documentation/isdn/
7264 F:      drivers/isdn/
7265 F:      include/linux/isdn.h
7266 F:      include/linux/isdn/
7267 F:      include/uapi/linux/isdn.h
7268 F:      include/uapi/linux/isdn/
7269
7270 ISDN SUBSYSTEM (Eicon active card driver)
7271 M:      Armin Schindler <[email protected]>
7272 L:      [email protected] (subscribers-only)
7273 W:      http://www.melware.de
7274 S:      Maintained
7275 F:      drivers/isdn/hardware/eicon/
7276
7277 IT87 HARDWARE MONITORING DRIVER
7278 M:      Jean Delvare <[email protected]>
7279 L:      [email protected]
7280 S:      Maintained
7281 F:      Documentation/hwmon/it87
7282 F:      drivers/hwmon/it87.c
7283
7284 IT913X MEDIA DRIVER
7285 M:      Antti Palosaari <[email protected]>
7286 L:      [email protected]
7287 W:      https://linuxtv.org
7288 W:      http://palosaari.fi/linux/
7289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7290 T:      git git://linuxtv.org/anttip/media_tree.git
7291 S:      Maintained
7292 F:      drivers/media/tuners/it913x*
7293
7294 IVTV VIDEO4LINUX DRIVER
7295 M:      Andy Walls <[email protected]>
7296 L:      [email protected] (subscribers-only)
7297 L:      [email protected]
7298 T:      git git://linuxtv.org/media_tree.git
7299 W:      http://www.ivtvdriver.org
7300 S:      Maintained
7301 F:      Documentation/media/v4l-drivers/ivtv*
7302 F:      drivers/media/pci/ivtv/
7303 F:      include/uapi/linux/ivtv*
7304
7305 IX2505V MEDIA DRIVER
7306 M:      Malcolm Priestley <[email protected]>
7307 L:      [email protected]
7308 W:      https://linuxtv.org
7309 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7310 S:      Maintained
7311 F:      drivers/media/dvb-frontends/ix2505v*
7312
7313 JC42.4 TEMPERATURE SENSOR DRIVER
7314 M:      Guenter Roeck <[email protected]>
7315 L:      [email protected]
7316 S:      Maintained
7317 F:      drivers/hwmon/jc42.c
7318 F:      Documentation/hwmon/jc42
7319
7320 JFS FILESYSTEM
7321 M:      Dave Kleikamp <[email protected]>
7322 L:      [email protected]
7323 W:      http://jfs.sourceforge.net/
7324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7325 S:      Maintained
7326 F:      Documentation/filesystems/jfs.txt
7327 F:      fs/jfs/
7328
7329 JME NETWORK DRIVER
7330 M:      Guo-Fu Tseng <[email protected]>
7331 L:      [email protected]
7332 S:      Maintained
7333 F:      drivers/net/ethernet/jme.*
7334
7335 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7336 M:      David Woodhouse <[email protected]>
7337 L:      [email protected]
7338 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7339 S:      Maintained
7340 F:      fs/jffs2/
7341 F:      include/uapi/linux/jffs2.h
7342
7343 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7344 M:      "Theodore Ts'o" <[email protected]>
7345 M:      Jan Kara <[email protected]>
7346 L:      [email protected]
7347 S:      Maintained
7348 F:      fs/jbd2/
7349 F:      include/linux/jbd2.h
7350
7351 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7352 M:      Mikhail Ulyanov <[email protected]>
7353 L:      [email protected]
7354 S:      Maintained
7355 F:      drivers/media/platform/rcar_jpu.c
7356
7357 JSM Neo PCI based serial card
7358 M:      Guilherme G. Piccoli <[email protected]>
7359 L:      [email protected]
7360 S:      Maintained
7361 F:      drivers/tty/serial/jsm/
7362
7363 K10TEMP HARDWARE MONITORING DRIVER
7364 M:      Clemens Ladisch <[email protected]>
7365 L:      [email protected]
7366 S:      Maintained
7367 F:      Documentation/hwmon/k10temp
7368 F:      drivers/hwmon/k10temp.c
7369
7370 K8TEMP HARDWARE MONITORING DRIVER
7371 M:      Rudolf Marek <[email protected]>
7372 L:      [email protected]
7373 S:      Maintained
7374 F:      Documentation/hwmon/k8temp
7375 F:      drivers/hwmon/k8temp.c
7376
7377 KASAN
7378 M:      Andrey Ryabinin <[email protected]>
7379 R:      Alexander Potapenko <[email protected]>
7380 R:      Dmitry Vyukov <[email protected]>
7381 L:      [email protected]
7382 S:      Maintained
7383 F:      arch/*/include/asm/kasan.h
7384 F:      arch/*/mm/kasan_init*
7385 F:      Documentation/dev-tools/kasan.rst
7386 F:      include/linux/kasan*.h
7387 F:      lib/test_kasan.c
7388 F:      mm/kasan/
7389 F:      scripts/Makefile.kasan
7390
7391 KCONFIG
7392 M:      "Yann E. MORIN" <[email protected]>
7393 L:      [email protected]
7394 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7395 S:      Maintained
7396 F:      Documentation/kbuild/kconfig-language.txt
7397 F:      scripts/kconfig/
7398
7399 KDUMP
7400 M:      Dave Young <[email protected]>
7401 M:      Baoquan He <[email protected]>
7402 R:      Vivek Goyal <[email protected]>
7403 L:      [email protected]
7404 W:      http://lse.sourceforge.net/kdump/
7405 S:      Maintained
7406 F:      Documentation/kdump/
7407
7408 KEENE FM RADIO TRANSMITTER DRIVER
7409 M:      Hans Verkuil <[email protected]>
7410 L:      [email protected]
7411 T:      git git://linuxtv.org/media_tree.git
7412 W:      https://linuxtv.org
7413 S:      Maintained
7414 F:      drivers/media/radio/radio-keene*
7415
7416 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7417 M:      Ian Kent <[email protected]>
7418 L:      [email protected]
7419 S:      Maintained
7420 F:      fs/autofs4/
7421
7422 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7423 M:      Masahiro Yamada <[email protected]>
7424 M:      Michal Marek <[email protected]>
7425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7426 L:      [email protected]
7427 S:      Maintained
7428 F:      Documentation/kbuild/
7429 F:      Makefile
7430 F:      scripts/Makefile.*
7431 F:      scripts/basic/
7432 F:      scripts/mk*
7433 F:      scripts/package/
7434
7435 KERNEL JANITORS
7436 L:      [email protected]
7437 W:      http://kernelnewbies.org/KernelJanitors
7438 S:      Odd Fixes
7439
7440 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7441 M:      "J. Bruce Fields" <[email protected]>
7442 M:      Jeff Layton <[email protected]>
7443 L:      [email protected]
7444 W:      http://nfs.sourceforge.net/
7445 T:      git git://linux-nfs.org/~bfields/linux.git
7446 S:      Supported
7447 F:      fs/nfsd/
7448 F:      include/uapi/linux/nfsd/
7449 F:      fs/lockd/
7450 F:      fs/nfs_common/
7451 F:      net/sunrpc/
7452 F:      include/linux/lockd/
7453 F:      include/linux/sunrpc/
7454 F:      include/uapi/linux/sunrpc/
7455
7456 KERNEL SELFTEST FRAMEWORK
7457 M:      Shuah Khan <[email protected]>
7458 M:      Shuah Khan <[email protected]>
7459 L:      [email protected]
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7461 S:      Maintained
7462 F:      tools/testing/selftests/
7463 F:      Documentation/dev-tools/kselftest*
7464
7465 KERNEL VIRTUAL MACHINE (KVM)
7466 M:      Paolo Bonzini <[email protected]>
7467 M:      Radim Krčmář <[email protected]>
7468 L:      [email protected]
7469 W:      http://www.linux-kvm.org
7470 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7471 S:      Supported
7472 F:      Documentation/*/kvm*.txt
7473 F:      Documentation/virtual/kvm/
7474 F:      arch/*/kvm/
7475 F:      arch/x86/kernel/kvm.c
7476 F:      arch/x86/kernel/kvmclock.c
7477 F:      arch/*/include/asm/kvm*
7478 F:      include/linux/kvm*
7479 F:      include/uapi/linux/kvm*
7480 F:      virt/kvm/
7481 F:      tools/kvm/
7482
7483 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7484 M:      Joerg Roedel <[email protected]>
7485 L:      [email protected]
7486 W:      http://www.linux-kvm.org/
7487 S:      Maintained
7488 F:      arch/x86/include/asm/svm.h
7489 F:      arch/x86/kvm/svm.c
7490
7491 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7492 M:      Christoffer Dall <[email protected]>
7493 M:      Marc Zyngier <[email protected]>
7494 L:      [email protected] (moderated for non-subscribers)
7495 L:      [email protected]
7496 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7498 S:      Supported
7499 F:      arch/arm/include/uapi/asm/kvm*
7500 F:      arch/arm/include/asm/kvm*
7501 F:      arch/arm/kvm/
7502 F:      virt/kvm/arm/
7503 F:      include/kvm/arm_*
7504
7505 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7506 M:      Alexander Graf <[email protected]>
7507 L:      [email protected]
7508 W:      http://www.linux-kvm.org/
7509 T:      git git://github.com/agraf/linux-2.6.git
7510 S:      Supported
7511 F:      arch/powerpc/include/asm/kvm*
7512 F:      arch/powerpc/kvm/
7513
7514 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7515 M:      Christoffer Dall <[email protected]>
7516 M:      Marc Zyngier <[email protected]>
7517 L:      [email protected] (moderated for non-subscribers)
7518 L:      [email protected]
7519 S:      Maintained
7520 F:      arch/arm64/include/uapi/asm/kvm*
7521 F:      arch/arm64/include/asm/kvm*
7522 F:      arch/arm64/kvm/
7523
7524 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7525 M:      James Hogan <[email protected]>
7526 L:      [email protected]
7527 S:      Supported
7528 F:      arch/mips/include/uapi/asm/kvm*
7529 F:      arch/mips/include/asm/kvm*
7530 F:      arch/mips/kvm/
7531
7532 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7533 M:      Christian Borntraeger <[email protected]>
7534 M:      Cornelia Huck <[email protected]>
7535 L:      [email protected]
7536 W:      http://www.ibm.com/developerworks/linux/linux390/
7537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7538 S:      Supported
7539 F:      Documentation/s390/kvm.txt
7540 F:      arch/s390/include/asm/kvm*
7541 F:      arch/s390/kvm/
7542 F:      arch/s390/mm/gmap.c
7543
7544 KERNFS
7545 M:      Greg Kroah-Hartman <[email protected]>
7546 M:      Tejun Heo <[email protected]>
7547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7548 S:      Supported
7549 F:      include/linux/kernfs.h
7550 F:      fs/kernfs/
7551
7552 KEXEC
7553 M:      Eric Biederman <[email protected]>
7554 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7555 L:      [email protected]
7556 S:      Maintained
7557 F:      include/linux/kexec.h
7558 F:      include/uapi/linux/kexec.h
7559 F:      kernel/kexec*
7560
7561 KEYS-ENCRYPTED
7562 M:      Mimi Zohar <[email protected]>
7563 M:      David Safford <[email protected]>
7564 L:      [email protected]
7565 L:      [email protected]
7566 S:      Supported
7567 F:      Documentation/security/keys/trusted-encrypted.rst
7568 F:      include/keys/encrypted-type.h
7569 F:      security/keys/encrypted-keys/
7570
7571 KEYS-TRUSTED
7572 M:      David Safford <[email protected]>
7573 M:      Mimi Zohar <[email protected]>
7574 L:      [email protected]
7575 L:      [email protected]
7576 S:      Supported
7577 F:      Documentation/security/keys/trusted-encrypted.rst
7578 F:      include/keys/trusted-type.h
7579 F:      security/keys/trusted.c
7580 F:      security/keys/trusted.h
7581
7582 KEYS/KEYRINGS:
7583 M:      David Howells <[email protected]>
7584 L:      [email protected]
7585 S:      Maintained
7586 F:      Documentation/security/keys/core.rst
7587 F:      include/linux/key.h
7588 F:      include/linux/key-type.h
7589 F:      include/linux/keyctl.h
7590 F:      include/uapi/linux/keyctl.h
7591 F:      include/keys/
7592 F:      security/keys/
7593
7594 KGDB / KDB /debug_core
7595 M:      Jason Wessel <[email protected]>
7596 W:      http://kgdb.wiki.kernel.org/
7597 L:      [email protected]
7598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7599 S:      Maintained
7600 F:      Documentation/dev-tools/kgdb.rst
7601 F:      drivers/misc/kgdbts.c
7602 F:      drivers/tty/serial/kgdboc.c
7603 F:      include/linux/kdb.h
7604 F:      include/linux/kgdb.h
7605 F:      kernel/debug/
7606
7607 KMEMCHECK
7608 M:      Vegard Nossum <[email protected]>
7609 M:      Pekka Enberg <[email protected]>
7610 S:      Maintained
7611 F:      Documentation/dev-tools/kmemcheck.rst
7612 F:      arch/x86/include/asm/kmemcheck.h
7613 F:      arch/x86/mm/kmemcheck/
7614 F:      include/linux/kmemcheck.h
7615 F:      mm/kmemcheck.c
7616
7617 KMEMLEAK
7618 M:      Catalin Marinas <[email protected]>
7619 S:      Maintained
7620 F:      Documentation/dev-tools/kmemleak.rst
7621 F:      include/linux/kmemleak.h
7622 F:      mm/kmemleak.c
7623 F:      mm/kmemleak-test.c
7624
7625 KMOD MODULE USERMODE HELPER
7626 M:      "Luis R. Rodriguez" <[email protected]>
7627 L:      [email protected]
7628 S:      Maintained
7629 F:      kernel/kmod.c
7630 F:      include/linux/kmod.h
7631 F:      lib/test_kmod.c
7632 F:      tools/testing/selftests/kmod/
7633
7634 KPROBES
7635 M:      Ananth N Mavinakayanahalli <[email protected]>
7636 M:      Anil S Keshavamurthy <[email protected]>
7637 M:      "David S. Miller" <[email protected]>
7638 M:      Masami Hiramatsu <[email protected]>
7639 S:      Maintained
7640 F:      Documentation/kprobes.txt
7641 F:      include/linux/kprobes.h
7642 F:      include/asm-generic/kprobes.h
7643 F:      kernel/kprobes.c
7644
7645 KS0108 LCD CONTROLLER DRIVER
7646 M:      Miguel Ojeda Sandonis <[email protected]>
7647 W:      http://miguelojeda.es/auxdisplay.htm
7648 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7649 S:      Maintained
7650 F:      Documentation/auxdisplay/ks0108
7651 F:      drivers/auxdisplay/ks0108.c
7652 F:      include/linux/ks0108.h
7653
7654 L3MDEV
7655 M:      David Ahern <[email protected]>
7656 L:      [email protected]
7657 S:      Maintained
7658 F:      net/l3mdev
7659 F:      include/net/l3mdev.h
7660
7661 LANTIQ MIPS ARCHITECTURE
7662 M:      John Crispin <[email protected]>
7663 L:      [email protected]
7664 S:      Maintained
7665 F:      arch/mips/lantiq
7666
7667 LAPB module
7668 L:      [email protected]
7669 S:      Orphan
7670 F:      Documentation/networking/lapb-module.txt
7671 F:      include/*/lapb.h
7672 F:      net/lapb/
7673
7674 LASI 53c700 driver for PARISC
7675 M:      "James E.J. Bottomley" <[email protected]>
7676 L:      [email protected]
7677 S:      Maintained
7678 F:      Documentation/scsi/53c700.txt
7679 F:      drivers/scsi/53c700*
7680
7681 LED SUBSYSTEM
7682 M:      Richard Purdie <[email protected]>
7683 M:      Jacek Anaszewski <[email protected]>
7684 M:      Pavel Machek <[email protected]>
7685 L:      [email protected]
7686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7687 S:      Maintained
7688 F:      Documentation/devicetree/bindings/leds/
7689 F:      drivers/leds/
7690 F:      include/linux/leds.h
7691
7692 LEGACY EEPROM DRIVER
7693 M:      Jean Delvare <[email protected]>
7694 S:      Maintained
7695 F:      Documentation/misc-devices/eeprom
7696 F:      drivers/misc/eeprom/eeprom.c
7697
7698 LEGO USB Tower driver
7699 M:      Juergen Stuber <[email protected]>
7700 L:      [email protected]
7701 W:      http://legousb.sourceforge.net/
7702 S:      Maintained
7703 F:      drivers/usb/misc/legousbtower.c
7704
7705 LG2160 MEDIA DRIVER
7706 M:      Michael Krufky <[email protected]>
7707 L:      [email protected]
7708 W:      https://linuxtv.org
7709 W:      http://github.com/mkrufky
7710 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7711 T:      git git://linuxtv.org/mkrufky/tuners.git
7712 S:      Maintained
7713 F:      drivers/media/dvb-frontends/lg2160.*
7714
7715 LGDT3305 MEDIA DRIVER
7716 M:      Michael Krufky <[email protected]>
7717 L:      [email protected]
7718 W:      https://linuxtv.org
7719 W:      http://github.com/mkrufky
7720 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7721 T:      git git://linuxtv.org/mkrufky/tuners.git
7722 S:      Maintained
7723 F:      drivers/media/dvb-frontends/lgdt3305.*
7724
7725 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7726 M:      Viresh Kumar <[email protected]>
7727 L:      [email protected]
7728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7729 S:      Maintained
7730 F:      include/linux/pata_arasan_cf_data.h
7731 F:      drivers/ata/pata_arasan_cf.c
7732
7733 LIBATA PATA DRIVERS
7734 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7735 M:      Tejun Heo <[email protected]>
7736 L:      [email protected]
7737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7738 S:      Maintained
7739 F:      drivers/ata/pata_*.c
7740 F:      drivers/ata/ata_generic.c
7741
7742 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7743 M:      Linus Walleij <[email protected]>
7744 L:      [email protected]
7745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7746 S:      Maintained
7747 F:      drivers/ata/pata_ftide010.c
7748 F:      drivers/ata/sata_gemini.c
7749 F:      drivers/ata/sata_gemini.h
7750
7751 LIBATA SATA AHCI PLATFORM devices support
7752 M:      Hans de Goede <[email protected]>
7753 M:      Tejun Heo <[email protected]>
7754 L:      [email protected]
7755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7756 S:      Maintained
7757 F:      drivers/ata/ahci_platform.c
7758 F:      drivers/ata/libahci_platform.c
7759 F:      include/linux/ahci_platform.h
7760
7761 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7762 M:      Mikael Pettersson <[email protected]>
7763 L:      [email protected]
7764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7765 S:      Maintained
7766 F:      drivers/ata/sata_promise.*
7767
7768 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7769 M:      Tejun Heo <[email protected]>
7770 L:      [email protected]
7771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7772 S:      Maintained
7773 F:      drivers/ata/
7774 F:      include/linux/ata.h
7775 F:      include/linux/libata.h
7776 F:      Documentation/devicetree/bindings/ata/
7777
7778 LIBLOCKDEP
7779 M:      Sasha Levin <[email protected]>
7780 S:      Maintained
7781 F:      tools/lib/lockdep/
7782
7783 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7784 M:      Ross Zwisler <[email protected]>
7785 L:      [email protected]
7786 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7787 S:      Supported
7788 F:      drivers/nvdimm/blk.c
7789 F:      drivers/nvdimm/region_devs.c
7790
7791 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7792 M:      Vishal Verma <[email protected]>
7793 L:      [email protected]
7794 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7795 S:      Supported
7796 F:      drivers/nvdimm/btt*
7797
7798 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7799 M:      Ross Zwisler <[email protected]>
7800 L:      [email protected]
7801 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7802 S:      Supported
7803 F:      drivers/nvdimm/pmem*
7804
7805 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7806 M:      Dan Williams <[email protected]>
7807 L:      [email protected]
7808 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7810 S:      Supported
7811 F:      drivers/nvdimm/*
7812 F:      drivers/acpi/nfit/*
7813 F:      include/linux/nd.h
7814 F:      include/linux/libnvdimm.h
7815 F:      include/uapi/linux/ndctl.h
7816
7817 LIGHTNVM PLATFORM SUPPORT
7818 M:      Matias Bjorling <[email protected]>
7819 W:      http://github/OpenChannelSSD
7820 L:      [email protected]
7821 S:      Maintained
7822 F:      drivers/lightnvm/
7823 F:      include/linux/lightnvm.h
7824 F:      include/uapi/linux/lightnvm.h
7825
7826 LINUX FOR POWER MACINTOSH
7827 M:      Benjamin Herrenschmidt <[email protected]>
7828 W:      http://www.penguinppc.org/
7829 L:      [email protected]
7830 S:      Maintained
7831 F:      arch/powerpc/platforms/powermac/
7832 F:      drivers/macintosh/
7833
7834 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7835 M:      Benjamin Herrenschmidt <[email protected]>
7836 M:      Paul Mackerras <[email protected]>
7837 M:      Michael Ellerman <[email protected]>
7838 W:      https://github.com/linuxppc/linux/wiki
7839 L:      [email protected]
7840 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7842 S:      Supported
7843 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7844 F:      Documentation/devicetree/bindings/powerpc/
7845 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7846 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7847 F:      Documentation/powerpc/
7848 F:      arch/powerpc/
7849 F:      drivers/char/tpm/tpm_ibmvtpm*
7850 F:      drivers/crypto/nx/
7851 F:      drivers/crypto/vmx/
7852 F:      drivers/i2c/busses/i2c-opal.c
7853 F:      drivers/net/ethernet/ibm/ibmveth.*
7854 F:      drivers/net/ethernet/ibm/ibmvnic.*
7855 F:      drivers/pci/hotplug/pnv_php.c
7856 F:      drivers/pci/hotplug/rpa*
7857 F:      drivers/rtc/rtc-opal.c
7858 F:      drivers/scsi/ibmvscsi/
7859 F:      drivers/tty/hvc/hvc_opal.c
7860 F:      drivers/watchdog/wdrtas.c
7861 F:      tools/testing/selftests/powerpc
7862 N:      /pmac
7863 N:      powermac
7864 N:      powernv
7865 N:      [^a-z0-9]ps3
7866 N:      pseries
7867
7868 LINUX FOR POWERPC EMBEDDED MPC5XXX
7869 M:      Anatolij Gustschin <[email protected]>
7870 L:      [email protected]
7871 T:      git git://git.denx.de/linux-denx-agust.git
7872 S:      Maintained
7873 F:      arch/powerpc/platforms/512x/
7874 F:      arch/powerpc/platforms/52xx/
7875
7876 LINUX FOR POWERPC EMBEDDED PPC4XX
7877 M:      Alistair Popple <[email protected]>
7878 M:      Matt Porter <[email protected]>
7879 W:      http://www.penguinppc.org/
7880 L:      [email protected]
7881 S:      Maintained
7882 F:      arch/powerpc/platforms/40x/
7883 F:      arch/powerpc/platforms/44x/
7884
7885 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7886 M:      Scott Wood <[email protected]>
7887 M:      Kumar Gala <[email protected]>
7888 W:      http://www.penguinppc.org/
7889 L:      [email protected]
7890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7891 S:      Maintained
7892 F:      arch/powerpc/platforms/83xx/
7893 F:      arch/powerpc/platforms/85xx/
7894 F:      Documentation/devicetree/bindings/powerpc/fsl/
7895
7896 LINUX FOR POWERPC EMBEDDED PPC8XX
7897 M:      Vitaly Bordug <[email protected]>
7898 W:      http://www.penguinppc.org/
7899 L:      [email protected]
7900 S:      Maintained
7901 F:      arch/powerpc/platforms/8xx/
7902
7903 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7904 L:      [email protected]
7905 S:      Orphan
7906 F:      arch/powerpc/*/*virtex*
7907 F:      arch/powerpc/*/*/*virtex*
7908
7909 LINUX FOR POWERPC PA SEMI PWRFICIENT
7910 L:      [email protected]
7911 S:      Orphan
7912 F:      arch/powerpc/platforms/pasemi/
7913 F:      drivers/*/*pasemi*
7914 F:      drivers/*/*/*pasemi*
7915
7916 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7917 M:      Kees Cook <[email protected]>
7918 S:      Maintained
7919 F:      drivers/misc/lkdtm*
7920
7921 LINUX SECURITY MODULE (LSM) FRAMEWORK
7922 M:      Chris Wright <[email protected]>
7923 L:      [email protected]
7924 S:      Supported
7925
7926 LIS3LV02D ACCELEROMETER DRIVER
7927 M:      Eric Piel <[email protected]>
7928 S:      Maintained
7929 F:      Documentation/misc-devices/lis3lv02d
7930 F:      drivers/misc/lis3lv02d/
7931 F:      drivers/platform/x86/hp_accel.c
7932
7933 LIVE PATCHING
7934 M:      Josh Poimboeuf <[email protected]>
7935 M:      Jessica Yu <[email protected]>
7936 M:      Jiri Kosina <[email protected]>
7937 M:      Miroslav Benes <[email protected]>
7938 R:      Petr Mladek <[email protected]>
7939 S:      Maintained
7940 F:      kernel/livepatch/
7941 F:      include/linux/livepatch.h
7942 F:      arch/x86/include/asm/livepatch.h
7943 F:      arch/x86/kernel/livepatch.c
7944 F:      Documentation/livepatch/
7945 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7946 F:      samples/livepatch/
7947 L:      [email protected]
7948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7949
7950 LLC (802.2)
7951 L:      [email protected]
7952 S:      Odd fixes
7953 F:      include/linux/llc.h
7954 F:      include/uapi/linux/llc.h
7955 F:      include/net/llc*
7956 F:      net/llc/
7957
7958 LM73 HARDWARE MONITOR DRIVER
7959 M:      Guillaume Ligneul <[email protected]>
7960 L:      [email protected]
7961 S:      Maintained
7962 F:      drivers/hwmon/lm73.c
7963
7964 LM78 HARDWARE MONITOR DRIVER
7965 M:      Jean Delvare <[email protected]>
7966 L:      [email protected]
7967 S:      Maintained
7968 F:      Documentation/hwmon/lm78
7969 F:      drivers/hwmon/lm78.c
7970
7971 LM83 HARDWARE MONITOR DRIVER
7972 M:      Jean Delvare <[email protected]>
7973 L:      [email protected]
7974 S:      Maintained
7975 F:      Documentation/hwmon/lm83
7976 F:      drivers/hwmon/lm83.c
7977
7978 LM90 HARDWARE MONITOR DRIVER
7979 M:      Jean Delvare <[email protected]>
7980 L:      [email protected]
7981 S:      Maintained
7982 F:      Documentation/hwmon/lm90
7983 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7984 F:      drivers/hwmon/lm90.c
7985 F:      include/dt-bindings/thermal/lm90.h
7986
7987 LM95234 HARDWARE MONITOR DRIVER
7988 M:      Guenter Roeck <[email protected]>
7989 L:      [email protected]
7990 S:      Maintained
7991 F:      Documentation/hwmon/lm95234
7992 F:      drivers/hwmon/lm95234.c
7993
7994 LME2510 MEDIA DRIVER
7995 M:      Malcolm Priestley <[email protected]>
7996 L:      [email protected]
7997 W:      https://linuxtv.org
7998 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7999 S:      Maintained
8000 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
8001
8002 LOADPIN SECURITY MODULE
8003 M:      Kees Cook <[email protected]>
8004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8005 S:      Supported
8006 F:      security/loadpin/
8007 F:      Documentation/admin-guide/LSM/LoadPin.rst
8008
8009 LOCKING PRIMITIVES
8010 M:      Peter Zijlstra <[email protected]>
8011 M:      Ingo Molnar <[email protected]>
8012 L:      [email protected]
8013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8014 S:      Maintained
8015 F:      Documentation/locking/
8016 F:      include/linux/lockdep.h
8017 F:      include/linux/spinlock*.h
8018 F:      arch/*/include/asm/spinlock*.h
8019 F:      include/linux/rwlock*.h
8020 F:      include/linux/mutex*.h
8021 F:      arch/*/include/asm/mutex*.h
8022 F:      include/linux/rwsem*.h
8023 F:      arch/*/include/asm/rwsem.h
8024 F:      include/linux/seqlock.h
8025 F:      lib/locking*.[ch]
8026 F:      kernel/locking/
8027
8028 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8029 M:      "Richard Russon (FlatCap)" <[email protected]>
8030 L:      [email protected]
8031 W:      http://www.linux-ntfs.org/content/view/19/37/
8032 S:      Maintained
8033 F:      Documentation/ldm.txt
8034 F:      block/partitions/ldm.*
8035
8036 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8037 M:      Sathya Prakash <[email protected]>
8038 M:      Chaitra P B <[email protected]>
8039 M:      Suganath Prabu Subramani <[email protected]>
8040 L:      [email protected]
8041 L:      [email protected]
8042 W:      http://www.avagotech.com/support/
8043 S:      Supported
8044 F:      drivers/message/fusion/
8045 F:      drivers/scsi/mpt2sas/
8046 F:      drivers/scsi/mpt3sas/
8047
8048 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8049 M:      Matthew Wilcox <[email protected]>
8050 L:      [email protected]
8051 S:      Maintained
8052 F:      drivers/scsi/sym53c8xx_2/
8053
8054 LTC4261 HARDWARE MONITOR DRIVER
8055 M:      Guenter Roeck <[email protected]>
8056 L:      [email protected]
8057 S:      Maintained
8058 F:      Documentation/hwmon/ltc4261
8059 F:      drivers/hwmon/ltc4261.c
8060
8061 LTC4306 I2C MULTIPLEXER DRIVER
8062 M:      Michael Hennerich <[email protected]>
8063 W:      http://ez.analog.com/community/linux-device-drivers
8064 L:      [email protected]
8065 S:      Supported
8066 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8067 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8068
8069 LTP (Linux Test Project)
8070 M:      Mike Frysinger <[email protected]>
8071 M:      Cyril Hrubis <[email protected]>
8072 M:      Wanlong Gao <[email protected]>
8073 M:      Jan Stancek <[email protected]>
8074 M:      Stanislav Kholmanskikh <[email protected]>
8075 M:      Alexey Kodanev <[email protected]>
8076 L:      [email protected] (subscribers-only)
8077 W:      http://linux-test-project.github.io/
8078 T:      git git://github.com/linux-test-project/ltp.git
8079 S:      Maintained
8080
8081 M32R ARCHITECTURE
8082 W:      http://www.linux-m32r.org/
8083 S:      Orphan
8084 F:      arch/m32r/
8085
8086 M68K ARCHITECTURE
8087 M:      Geert Uytterhoeven <[email protected]>
8088 L:      [email protected]
8089 W:      http://www.linux-m68k.org/
8090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8091 S:      Maintained
8092 F:      arch/m68k/
8093 F:      drivers/zorro/
8094
8095 M68K ON APPLE MACINTOSH
8096 M:      Joshua Thompson <[email protected]>
8097 W:      http://www.mac.linux-m68k.org/
8098 L:      [email protected]
8099 S:      Maintained
8100 F:      arch/m68k/mac/
8101
8102 M68K ON HP9000/300
8103 M:      Philip Blundell <[email protected]>
8104 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8105 S:      Maintained
8106 F:      arch/m68k/hp300/
8107
8108 M88DS3103 MEDIA DRIVER
8109 M:      Antti Palosaari <[email protected]>
8110 L:      [email protected]
8111 W:      https://linuxtv.org
8112 W:      http://palosaari.fi/linux/
8113 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8114 T:      git git://linuxtv.org/anttip/media_tree.git
8115 S:      Maintained
8116 F:      drivers/media/dvb-frontends/m88ds3103*
8117
8118 M88RS2000 MEDIA DRIVER
8119 M:      Malcolm Priestley <[email protected]>
8120 L:      [email protected]
8121 W:      https://linuxtv.org
8122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8123 S:      Maintained
8124 F:      drivers/media/dvb-frontends/m88rs2000*
8125
8126 MA901 MASTERKIT USB FM RADIO DRIVER
8127 M:      Alexey Klimov <[email protected]>
8128 L:      [email protected]
8129 T:      git git://linuxtv.org/media_tree.git
8130 S:      Maintained
8131 F:      drivers/media/radio/radio-ma901.c
8132
8133 MAC80211
8134 M:      Johannes Berg <[email protected]>
8135 L:      [email protected]
8136 W:      http://wireless.kernel.org/
8137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8139 S:      Maintained
8140 F:      Documentation/networking/mac80211-injection.txt
8141 F:      include/net/mac80211.h
8142 F:      net/mac80211/
8143 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8144
8145 MAILBOX API
8146 M:      Jassi Brar <[email protected]>
8147 L:      [email protected]
8148 S:      Maintained
8149 F:      drivers/mailbox/
8150 F:      include/linux/mailbox_client.h
8151 F:      include/linux/mailbox_controller.h
8152
8153 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8154 M:      Michael Kerrisk <[email protected]>
8155 W:      http://www.kernel.org/doc/man-pages
8156 L:      [email protected]
8157 S:      Maintained
8158
8159 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8160 M:      Rahul Bedarkar <[email protected]>
8161 L:      [email protected]
8162 S:      Maintained
8163 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
8164
8165 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8166 M:      Andrew Lunn <[email protected]>
8167 M:      Vivien Didelot <[email protected]>
8168 L:      [email protected]
8169 S:      Maintained
8170 F:      drivers/net/dsa/mv88e6xxx/
8171 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8172
8173 MARVELL ARMADA DRM SUPPORT
8174 M:      Russell King <[email protected]>
8175 S:      Maintained
8176 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8177 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8178 F:      drivers/gpu/drm/armada/
8179 F:      include/uapi/drm/armada_drm.h
8180 F:      Documentation/devicetree/bindings/display/armada/
8181
8182 MARVELL CRYPTO DRIVER
8183 M:      Boris Brezillon <[email protected]>
8184 M:      Arnaud Ebalard <[email protected]>
8185 F:      drivers/crypto/marvell/
8186 S:      Maintained
8187 L:      [email protected]
8188
8189 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8190 M:      Mirko Lindner <[email protected]>
8191 M:      Stephen Hemminger <[email protected]>
8192 L:      [email protected]
8193 S:      Maintained
8194 F:      drivers/net/ethernet/marvell/sk*
8195
8196 MARVELL LIBERTAS WIRELESS DRIVER
8197 L:      [email protected]
8198 S:      Orphan
8199 F:      drivers/net/wireless/marvell/libertas/
8200
8201 MARVELL MV643XX ETHERNET DRIVER
8202 M:      Sebastian Hesselbarth <[email protected]>
8203 L:      [email protected]
8204 S:      Maintained
8205 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8206 F:      include/linux/mv643xx.h
8207
8208 MARVELL MV88X3310 PHY DRIVER
8209 M:      Russell King <[email protected]>
8210 L:      [email protected]
8211 S:      Maintained
8212 F:      drivers/net/phy/marvell10g.c
8213
8214 MARVELL MVNETA ETHERNET DRIVER
8215 M:      Thomas Petazzoni <[email protected]>
8216 L:      [email protected]
8217 S:      Maintained
8218 F:      drivers/net/ethernet/marvell/mvneta.*
8219
8220 MARVELL MWIFIEX WIRELESS DRIVER
8221 M:      Amitkumar Karwar <[email protected]>
8222 M:      Nishant Sarmukadam <[email protected]>
8223 M:      Ganapathi Bhat <[email protected]>
8224 M:      Xinming Hu <[email protected]>
8225 L:      [email protected]
8226 S:      Maintained
8227 F:      drivers/net/wireless/marvell/mwifiex/
8228
8229 MARVELL MWL8K WIRELESS DRIVER
8230 M:      Lennert Buytenhek <[email protected]>
8231 L:      [email protected]
8232 S:      Odd Fixes
8233 F:      drivers/net/wireless/marvell/mwl8k.c
8234
8235 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8236 M:      Nicolas Pitre <[email protected]>
8237 S:      Odd Fixes
8238 F:      drivers/mmc/host/mvsdio.*
8239
8240 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8241 M:      Hu Ziji <[email protected]>
8242 L:      [email protected]
8243 S:      Supported
8244 F:      drivers/mmc/host/sdhci-xenon*
8245 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8246
8247 MATROX FRAMEBUFFER DRIVER
8248 L:      [email protected]
8249 S:      Orphan
8250 F:      drivers/video/fbdev/matrox/matroxfb_*
8251 F:      include/uapi/linux/matroxfb.h
8252
8253 MAX16065 HARDWARE MONITOR DRIVER
8254 M:      Guenter Roeck <[email protected]>
8255 L:      [email protected]
8256 S:      Maintained
8257 F:      Documentation/hwmon/max16065
8258 F:      drivers/hwmon/max16065.c
8259
8260 MAX20751 HARDWARE MONITOR DRIVER
8261 M:      Guenter Roeck <[email protected]>
8262 L:      [email protected]
8263 S:      Maintained
8264 F:      Documentation/hwmon/max20751
8265 F:      drivers/hwmon/max20751.c
8266
8267 MAX2175 SDR TUNER DRIVER
8268 M:      Ramesh Shanmugasundaram <[email protected]>
8269 L:      [email protected]
8270 T:      git git://linuxtv.org/media_tree.git
8271 S:      Maintained
8272 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
8273 F:      Documentation/media/v4l-drivers/max2175.rst
8274 F:      drivers/media/i2c/max2175*
8275 F:      include/uapi/linux/max2175.h
8276
8277 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8278 L:      [email protected]
8279 S:      Orphan
8280 F:      Documentation/hwmon/max6650
8281 F:      drivers/hwmon/max6650.c
8282
8283 MAX6697 HARDWARE MONITOR DRIVER
8284 M:      Guenter Roeck <[email protected]>
8285 L:      [email protected]
8286 S:      Maintained
8287 F:      Documentation/hwmon/max6697
8288 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8289 F:      drivers/hwmon/max6697.c
8290 F:      include/linux/platform_data/max6697.h
8291
8292 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8293 M:      Peter Rosin <[email protected]>
8294 L:      [email protected] (moderated for non-subscribers)
8295 S:      Maintained
8296 F:      Documentation/devicetree/bindings/sound/max9860.txt
8297 F:      sound/soc/codecs/max9860.*
8298
8299 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8300 M:      Javier Martinez Canillas <[email protected]>
8301 L:      [email protected]
8302 S:      Supported
8303 F:      drivers/regulator/max77802-regulator.c
8304 F:      Documentation/devicetree/bindings/*/*max77802.txt
8305 F:      include/dt-bindings/*/*max77802.h
8306
8307 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8308 M:      Krzysztof Kozlowski <[email protected]>
8309 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8310 L:      [email protected]
8311 S:      Supported
8312 F:      drivers/power/supply/max14577_charger.c
8313 F:      drivers/power/supply/max77693_charger.c
8314
8315 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8316 M:      Chanwoo Choi <[email protected]>
8317 M:      Krzysztof Kozlowski <[email protected]>
8318 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8319 L:      [email protected]
8320 S:      Supported
8321 F:      drivers/*/max14577*.c
8322 F:      drivers/*/max77686*.c
8323 F:      drivers/*/max77693*.c
8324 F:      drivers/extcon/extcon-max14577.c
8325 F:      drivers/extcon/extcon-max77693.c
8326 F:      drivers/rtc/rtc-max77686.c
8327 F:      drivers/clk/clk-max77686.c
8328 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8329 F:      Documentation/devicetree/bindings/*/max77686.txt
8330 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8331 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8332 F:      include/linux/mfd/max14577*.h
8333 F:      include/linux/mfd/max77686*.h
8334 F:      include/linux/mfd/max77693*.h
8335
8336 MAXIRADIO FM RADIO RECEIVER DRIVER
8337 M:      Hans Verkuil <[email protected]>
8338 L:      [email protected]
8339 T:      git git://linuxtv.org/media_tree.git
8340 W:      https://linuxtv.org
8341 S:      Maintained
8342 F:      drivers/media/radio/radio-maxiradio*
8343
8344 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8345 M:      Peter Rosin <[email protected]>
8346 L:      [email protected]
8347 S:      Maintained
8348 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8349 F:      drivers/iio/potentiometer/mcp4531.c
8350
8351 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8352 M:      William Breathitt Gray <[email protected]>
8353 L:      [email protected]
8354 S:      Maintained
8355 F:      drivers/iio/dac/cio-dac.c
8356
8357 MEDIA DRIVERS FOR ASCOT2E
8358 M:      Sergey Kozlov <[email protected]>
8359 M:      Abylay Ospan <[email protected]>
8360 L:      [email protected]
8361 W:      https://linuxtv.org
8362 W:      http://netup.tv/
8363 T:      git git://linuxtv.org/media_tree.git
8364 S:      Supported
8365 F:      drivers/media/dvb-frontends/ascot2e*
8366
8367 MEDIA DRIVERS FOR CXD2841ER
8368 M:      Sergey Kozlov <[email protected]>
8369 M:      Abylay Ospan <[email protected]>
8370 L:      [email protected]
8371 W:      https://linuxtv.org
8372 W:      http://netup.tv/
8373 T:      git git://linuxtv.org/media_tree.git
8374 S:      Supported
8375 F:      drivers/media/dvb-frontends/cxd2841er*
8376
8377 MEDIA DRIVERS FOR FREESCALE IMX
8378 M:      Steve Longerbeam <[email protected]>
8379 M:      Philipp Zabel <[email protected]>
8380 L:      [email protected]
8381 T:      git git://linuxtv.org/media_tree.git
8382 S:      Maintained
8383 F:      Documentation/devicetree/bindings/media/imx.txt
8384 F:      Documentation/media/v4l-drivers/imx.rst
8385 F:      drivers/staging/media/imx/
8386 F:      include/linux/imx-media.h
8387 F:      include/media/imx.h
8388
8389 MEDIA DRIVERS FOR HELENE
8390 M:      Abylay Ospan <[email protected]>
8391 L:      [email protected]
8392 W:      https://linuxtv.org
8393 W:      http://netup.tv/
8394 T:      git git://linuxtv.org/media_tree.git
8395 S:      Supported
8396 F:      drivers/media/dvb-frontends/helene*
8397
8398 MEDIA DRIVERS FOR HORUS3A
8399 M:      Sergey Kozlov <[email protected]>
8400 M:      Abylay Ospan <[email protected]>
8401 L:      [email protected]
8402 W:      https://linuxtv.org
8403 W:      http://netup.tv/
8404 T:      git git://linuxtv.org/media_tree.git
8405 S:      Supported
8406 F:      drivers/media/dvb-frontends/horus3a*
8407
8408 MEDIA DRIVERS FOR LNBH25
8409 M:      Sergey Kozlov <[email protected]>
8410 M:      Abylay Ospan <[email protected]>
8411 L:      [email protected]
8412 W:      https://linuxtv.org
8413 W:      http://netup.tv/
8414 T:      git git://linuxtv.org/media_tree.git
8415 S:      Supported
8416 F:      drivers/media/dvb-frontends/lnbh25*
8417
8418 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8419 M:      Daniel Scheller <[email protected]>
8420 L:      [email protected]
8421 W:      https://linuxtv.org
8422 T:      git git://linuxtv.org/media_tree.git
8423 S:      Maintained
8424 F:      drivers/media/dvb-frontends/mxl5xx*
8425
8426 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8427 M:      Sergey Kozlov <[email protected]>
8428 M:      Abylay Ospan <[email protected]>
8429 L:      [email protected]
8430 W:      https://linuxtv.org
8431 W:      http://netup.tv/
8432 T:      git git://linuxtv.org/media_tree.git
8433 S:      Supported
8434 F:      drivers/media/pci/netup_unidvb/*
8435
8436 MEDIA DRIVERS FOR RENESAS - DRIF
8437 M:      Ramesh Shanmugasundaram <[email protected]>
8438 L:      [email protected]
8439 L:      [email protected]
8440 T:      git git://linuxtv.org/media_tree.git
8441 S:      Supported
8442 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
8443 F:      drivers/media/platform/rcar_drif.c
8444
8445 MEDIA DRIVERS FOR RENESAS - FCP
8446 M:      Laurent Pinchart <[email protected]>
8447 L:      [email protected]
8448 L:      [email protected]
8449 T:      git git://linuxtv.org/media_tree.git
8450 S:      Supported
8451 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8452 F:      drivers/media/platform/rcar-fcp.c
8453 F:      include/media/rcar-fcp.h
8454
8455 MEDIA DRIVERS FOR RENESAS - FDP1
8456 M:      Kieran Bingham <[email protected]>
8457 L:      [email protected]
8458 L:      [email protected]
8459 T:      git git://linuxtv.org/media_tree.git
8460 S:      Supported
8461 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8462 F:      drivers/media/platform/rcar_fdp1.c
8463
8464 MEDIA DRIVERS FOR RENESAS - VIN
8465 M:      Niklas Söderlund <[email protected]>
8466 L:      [email protected]
8467 L:      [email protected]
8468 T:      git git://linuxtv.org/media_tree.git
8469 S:      Supported
8470 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8471 F:      drivers/media/platform/rcar-vin/
8472
8473 MEDIA DRIVERS FOR RENESAS - VSP1
8474 M:      Laurent Pinchart <[email protected]>
8475 L:      [email protected]
8476 L:      [email protected]
8477 T:      git git://linuxtv.org/media_tree.git
8478 S:      Supported
8479 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8480 F:      drivers/media/platform/vsp1/
8481
8482 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8483 M:      Daniel Scheller <[email protected]>
8484 L:      [email protected]
8485 W:      https://linuxtv.org
8486 T:      git git://linuxtv.org/media_tree.git
8487 S:      Maintained
8488 F:      drivers/media/dvb-frontends/stv0910*
8489
8490 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8491 M:      Daniel Scheller <[email protected]>
8492 L:      [email protected]
8493 W:      https://linuxtv.org
8494 T:      git git://linuxtv.org/media_tree.git
8495 S:      Maintained
8496 F:      drivers/media/dvb-frontends/stv6111*
8497
8498 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8499 M:      Daniel Scheller <[email protected]>
8500 L:      [email protected]
8501 W:      https://linuxtv.org
8502 T:      git git://linuxtv.org/media_tree.git
8503 S:      Maintained
8504 F:      drivers/media/pci/ddbridge/*
8505
8506 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8507 M:      Mauro Carvalho Chehab <[email protected]>
8508 M:      Mauro Carvalho Chehab <[email protected]>
8509 P:      LinuxTV.org Project
8510 L:      [email protected]
8511 W:      https://linuxtv.org
8512 Q:      http://patchwork.kernel.org/project/linux-media/list/
8513 T:      git git://linuxtv.org/media_tree.git
8514 S:      Maintained
8515 F:      Documentation/devicetree/bindings/media/
8516 F:      Documentation/media/
8517 F:      drivers/media/
8518 F:      drivers/staging/media/
8519 F:      include/linux/platform_data/media/
8520 F:      include/media/
8521 F:      include/uapi/linux/dvb/
8522 F:      include/uapi/linux/videodev2.h
8523 F:      include/uapi/linux/media.h
8524 F:      include/uapi/linux/v4l2-*
8525 F:      include/uapi/linux/meye.h
8526 F:      include/uapi/linux/ivtv*
8527 F:      include/uapi/linux/uvcvideo.h
8528
8529 MEDIATEK ETHERNET DRIVER
8530 M:      Felix Fietkau <[email protected]>
8531 M:      John Crispin <[email protected]>
8532 M:      Sean Wang <[email protected]>
8533 M:      Nelson Chang <[email protected]>
8534 L:      [email protected]
8535 S:      Maintained
8536 F:      drivers/net/ethernet/mediatek/
8537
8538 MEDIATEK JPEG DRIVER
8539 M:      Rick Chang <[email protected]>
8540 M:      Bin Liu <[email protected]>
8541 S:      Supported
8542 F:      drivers/media/platform/mtk-jpeg/
8543 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8544
8545 MEDIATEK MDP DRIVER
8546 M:      Minghsiu Tsai <[email protected]>
8547 M:      Houlong Wei <[email protected]>
8548 M:      Andrew-CT Chen <[email protected]>
8549 S:      Supported
8550 F:      drivers/media/platform/mtk-mdp/
8551 F:      drivers/media/platform/mtk-vpu/
8552 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8553
8554 MEDIATEK MEDIA DRIVER
8555 M:      Tiffany Lin <[email protected]>
8556 M:      Andrew-CT Chen <[email protected]>
8557 S:      Supported
8558 F:      drivers/media/platform/mtk-vcodec/
8559 F:      drivers/media/platform/mtk-vpu/
8560 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8561 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8562
8563 MEDIATEK MT7601U WIRELESS LAN DRIVER
8564 M:      Jakub Kicinski <[email protected]>
8565 L:      [email protected]
8566 S:      Maintained
8567 F:      drivers/net/wireless/mediatek/mt7601u/
8568
8569 MEDIATEK CIR DRIVER
8570 M:      Sean Wang <[email protected]>
8571 S:      Maintained
8572 F:      drivers/media/rc/mtk-cir.c
8573
8574 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8575 M:      Sean Wang <[email protected]>
8576 S:      Maintained
8577 F:      drivers/char/hw_random/mtk-rng.c
8578
8579 MEDIATEK USB3 DRD IP DRIVER
8580 M:      Chunfeng Yun <[email protected]>
8581 L:      [email protected] (moderated for non-subscribers)
8582 L:      [email protected] (moderated for non-subscribers)
8583 L:      [email protected] (moderated for non-subscribers)
8584 S:      Maintained
8585 F:      drivers/usb/mtu3/
8586
8587 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8588 M:      Peter Senna Tschudin <[email protected]>
8589 M:      Martin Donnelly <[email protected]>
8590 M:      Martyn Welch <[email protected]>
8591 S:      Maintained
8592 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8593 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8594
8595 MEGARAID SCSI/SAS DRIVERS
8596 M:      Kashyap Desai <[email protected]>
8597 M:      Sumit Saxena <[email protected]>
8598 M:      Shivasharan S <[email protected]>
8599 L:      [email protected]
8600 L:      [email protected]
8601 W:      http://www.avagotech.com/support/
8602 S:      Maintained
8603 F:      Documentation/scsi/megaraid.txt
8604 F:      drivers/scsi/megaraid.*
8605 F:      drivers/scsi/megaraid/
8606
8607 MELEXIS MLX90614 DRIVER
8608 M:      Crt Mori <[email protected]>
8609 L:      [email protected]
8610 W:      http://www.melexis.com
8611 S:      Supported
8612 F:      drivers/iio/temperature/mlx90614.c
8613
8614 MELFAS MIP4 TOUCHSCREEN DRIVER
8615 M:      Sangwon Jee <[email protected]>
8616 W:      http://www.melfas.com
8617 S:      Supported
8618 F:      drivers/input/touchscreen/melfas_mip4.c
8619 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8620
8621 MELLANOX ETHERNET DRIVER (mlx4_en)
8622 M:      Tariq Toukan <[email protected]>
8623 L:      [email protected]
8624 S:      Supported
8625 W:      http://www.mellanox.com
8626 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8627 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8628
8629 MELLANOX ETHERNET DRIVER (mlx5e)
8630 M:      Saeed Mahameed <[email protected]>
8631 L:      [email protected]
8632 S:      Supported
8633 W:      http://www.mellanox.com
8634 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8635 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8636
8637 MELLANOX ETHERNET INNOVA DRIVER
8638 M:      Ilan Tayari <[email protected]>
8639 R:      Boris Pismenny <[email protected]>
8640 L:      [email protected]
8641 S:      Supported
8642 W:      http://www.mellanox.com
8643 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8644 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8645 F:      include/linux/mlx5/mlx5_ifc_fpga.h
8646
8647 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8648 M:      Ilan Tayari <[email protected]>
8649 R:      Boris Pismenny <[email protected]>
8650 L:      [email protected]
8651 S:      Supported
8652 W:      http://www.mellanox.com
8653 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8654 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8655 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8656
8657 MELLANOX ETHERNET SWITCH DRIVERS
8658 M:      Jiri Pirko <[email protected]>
8659 M:      Ido Schimmel <[email protected]>
8660 L:      [email protected]
8661 S:      Supported
8662 W:      http://www.mellanox.com
8663 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8664 F:      drivers/net/ethernet/mellanox/mlxsw/
8665
8666 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8667 M:      Yotam Gigi <[email protected]>
8668 L:      [email protected]
8669 S:      Supported
8670 W:      http://www.mellanox.com
8671 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8672 F:      drivers/net/ethernet/mellanox/mlxfw/
8673
8674 MELLANOX MLX CPLD HOTPLUG DRIVER
8675 M:      Vadim Pasternak <[email protected]>
8676 L:      [email protected]
8677 S:      Supported
8678 F:      drivers/platform/x86/mlxcpld-hotplug.c
8679 F:      include/linux/platform_data/mlxcpld-hotplug.h
8680
8681 MELLANOX MLX4 core VPI driver
8682 M:      Tariq Toukan <[email protected]>
8683 L:      [email protected]
8684 L:      [email protected]
8685 W:      http://www.mellanox.com
8686 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8687 S:      Supported
8688 F:      drivers/net/ethernet/mellanox/mlx4/
8689 F:      include/linux/mlx4/
8690
8691 MELLANOX MLX4 IB driver
8692 M:      Yishai Hadas <[email protected]>
8693 L:      [email protected]
8694 W:      http://www.mellanox.com
8695 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8696 S:      Supported
8697 F:      drivers/infiniband/hw/mlx4/
8698 F:      include/linux/mlx4/
8699 F:      include/uapi/rdma/mlx4-abi.h
8700
8701 MELLANOX MLX5 core VPI driver
8702 M:      Saeed Mahameed <[email protected]>
8703 M:      Matan Barak <[email protected]>
8704 M:      Leon Romanovsky <[email protected]>
8705 L:      [email protected]
8706 L:      [email protected]
8707 W:      http://www.mellanox.com
8708 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8709 S:      Supported
8710 F:      drivers/net/ethernet/mellanox/mlx5/core/
8711 F:      include/linux/mlx5/
8712
8713 MELLANOX MLX5 IB driver
8714 M:      Matan Barak <[email protected]>
8715 M:      Leon Romanovsky <[email protected]>
8716 L:      [email protected]
8717 W:      http://www.mellanox.com
8718 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8719 S:      Supported
8720 F:      drivers/infiniband/hw/mlx5/
8721 F:      include/linux/mlx5/
8722 F:      include/uapi/rdma/mlx5-abi.h
8723
8724 MELLANOX MLXCPLD I2C AND MUX DRIVER
8725 M:      Vadim Pasternak <[email protected]>
8726 M:      Michael Shych <[email protected]>
8727 L:      [email protected]
8728 S:      Supported
8729 F:      drivers/i2c/busses/i2c-mlxcpld.c
8730 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8731 F:      Documentation/i2c/busses/i2c-mlxcpld
8732
8733 MELLANOX MLXCPLD LED DRIVER
8734 M:      Vadim Pasternak <[email protected]>
8735 L:      [email protected]
8736 S:      Supported
8737 F:      drivers/leds/leds-mlxcpld.c
8738 F:      Documentation/leds/leds-mlxcpld.txt
8739
8740 MELLANOX PLATFORM DRIVER
8741 M:      Vadim Pasternak <[email protected]>
8742 L:      [email protected]
8743 S:      Supported
8744 F:      drivers/platform/x86/mlx-platform.c
8745
8746 MEMBARRIER SUPPORT
8747 M:      Mathieu Desnoyers <[email protected]>
8748 M:      "Paul E. McKenney" <[email protected]>
8749 L:      [email protected]
8750 S:      Supported
8751 F:      kernel/sched/membarrier.c
8752 F:      include/uapi/linux/membarrier.h
8753
8754 MEMORY MANAGEMENT
8755 L:      [email protected]
8756 W:      http://www.linux-mm.org
8757 S:      Maintained
8758 F:      include/linux/mm.h
8759 F:      include/linux/gfp.h
8760 F:      include/linux/mmzone.h
8761 F:      include/linux/memory_hotplug.h
8762 F:      include/linux/vmalloc.h
8763 F:      mm/
8764
8765 MEMORY TECHNOLOGY DEVICES (MTD)
8766 M:      David Woodhouse <[email protected]>
8767 M:      Brian Norris <[email protected]>
8768 M:      Boris Brezillon <[email protected]>
8769 M:      Marek Vasut <[email protected]>
8770 M:      Richard Weinberger <[email protected]>
8771 M:      Cyrille Pitchen <[email protected]>
8772 L:      [email protected]
8773 W:      http://www.linux-mtd.infradead.org/
8774 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8775 T:      git git://git.infradead.org/linux-mtd.git master
8776 T:      git git://git.infradead.org/l2-mtd.git master
8777 S:      Maintained
8778 F:      Documentation/devicetree/bindings/mtd/
8779 F:      drivers/mtd/
8780 F:      include/linux/mtd/
8781 F:      include/uapi/mtd/
8782
8783 MEN A21 WATCHDOG DRIVER
8784 M:      Johannes Thumshirn <[email protected]>
8785 L:      [email protected]
8786 S:      Maintained
8787 F:      drivers/watchdog/mena21_wdt.c
8788
8789 MEN CHAMELEON BUS (mcb)
8790 M:      Johannes Thumshirn <[email protected]>
8791 S:      Maintained
8792 F:      drivers/mcb/
8793 F:      include/linux/mcb.h
8794 F:      Documentation/men-chameleon-bus.txt
8795
8796 MEN F21BMC (Board Management Controller)
8797 M:      Andreas Werner <[email protected]>
8798 S:      Supported
8799 F:      drivers/mfd/menf21bmc.c
8800 F:      drivers/watchdog/menf21bmc_wdt.c
8801 F:      drivers/leds/leds-menf21bmc.c
8802 F:      drivers/hwmon/menf21bmc_hwmon.c
8803 F:      Documentation/hwmon/menf21bmc
8804
8805 MESON AO CEC DRIVER FOR AMLOGIC SOCS
8806 M:      Neil Armstrong <[email protected]>
8807 L:      [email protected]
8808 L:      [email protected]
8809 W:      http://linux-meson.com/
8810 S:      Supported
8811 F:      drivers/media/platform/meson/ao-cec.c
8812 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
8813 T:      git git://linuxtv.org/media_tree.git
8814
8815 METAG ARCHITECTURE
8816 M:      James Hogan <[email protected]>
8817 L:      [email protected]
8818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8819 S:      Odd Fixes
8820 F:      arch/metag/
8821 F:      Documentation/metag/
8822 F:      Documentation/devicetree/bindings/metag/
8823 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8824 F:      drivers/clocksource/metag_generic.c
8825 F:      drivers/irqchip/irq-metag.c
8826 F:      drivers/irqchip/irq-metag-ext.c
8827 F:      drivers/tty/metag_da.c
8828
8829 MICROBLAZE ARCHITECTURE
8830 M:      Michal Simek <[email protected]>
8831 W:      http://www.monstr.eu/fdt/
8832 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8833 S:      Supported
8834 F:      arch/microblaze/
8835
8836 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8837 M:      Richard Genoud <[email protected]>
8838 S:      Maintained
8839 F:      drivers/tty/serial/atmel_serial.c
8840 F:      drivers/tty/serial/atmel_serial.h
8841
8842 MICROCHIP / ATMEL DMA DRIVER
8843 M:      Ludovic Desroches <[email protected]>
8844 L:      [email protected] (moderated for non-subscribers)
8845 L:      [email protected]
8846 S:      Supported
8847 F:      drivers/dma/at_hdmac.c
8848 F:      drivers/dma/at_hdmac_regs.h
8849 F:      include/linux/platform_data/dma-atmel.h
8850
8851 MICROCHIP / ATMEL ECC DRIVER
8852 M:      Tudor Ambarus <[email protected]>
8853 L:      [email protected]
8854 S:      Maintained
8855 F:      drivers/crypto/atmel-ecc.*
8856
8857 MICROCHIP / ATMEL ISC DRIVER
8858 M:      Songjun Wu <[email protected]>
8859 L:      [email protected]
8860 S:      Supported
8861 F:      drivers/media/platform/atmel/atmel-isc.c
8862 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8863 F:      devicetree/bindings/media/atmel-isc.txt
8864
8865 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8866 M:      Woojung Huh <[email protected]>
8867 M:      Microchip Linux Driver Support <[email protected]>
8868 L:      [email protected]
8869 S:      Maintained
8870 F:      net/dsa/tag_ksz.c
8871 F:      drivers/net/dsa/microchip/*
8872 F:      include/linux/platform_data/microchip-ksz.h
8873 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
8874
8875 MICROCHIP USB251XB DRIVER
8876 M:      Richard Leitner <[email protected]>
8877 L:      [email protected]
8878 S:      Maintained
8879 F:      drivers/usb/misc/usb251xb.c
8880 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8881
8882 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8883 M:      Don Brace <[email protected]>
8884 L:      [email protected]
8885 L:      [email protected]
8886 S:      Supported
8887 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8888 F:      drivers/scsi/smartpqi/Kconfig
8889 F:      drivers/scsi/smartpqi/Makefile
8890 F:      include/linux/cciss*.h
8891 F:      include/uapi/linux/cciss*.h
8892 F:      Documentation/scsi/smartpqi.txt
8893
8894 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8895 M:      Chen Yu <[email protected]>
8896 L:      [email protected]
8897 S:      Supported
8898 F:      drivers/platform/x86/surfacepro3_button.c
8899
8900 MICROTEK X6 SCANNER
8901 M:      Oliver Neukum <[email protected]>
8902 S:      Maintained
8903 F:      drivers/usb/image/microtek.*
8904
8905 MIPS
8906 M:      Ralf Baechle <[email protected]>
8907 L:      [email protected]
8908 W:      http://www.linux-mips.org/
8909 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8910 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8911 S:      Supported
8912 F:      Documentation/devicetree/bindings/mips/
8913 F:      Documentation/mips/
8914 F:      arch/mips/
8915
8916 MIPS BOSTON DEVELOPMENT BOARD
8917 M:      Paul Burton <[email protected]>
8918 L:      [email protected]
8919 S:      Maintained
8920 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
8921 F:      arch/mips/boot/dts/img/boston.dts
8922 F:      arch/mips/configs/generic/board-boston.config
8923 F:      drivers/clk/imgtec/clk-boston.c
8924 F:      include/dt-bindings/clock/boston-clock.h
8925
8926 MIPS GENERIC PLATFORM
8927 M:      Paul Burton <[email protected]>
8928 L:      [email protected]
8929 S:      Supported
8930 F:      arch/mips/generic/
8931
8932 MIPS/LOONGSON1 ARCHITECTURE
8933 M:      Keguang Zhang <[email protected]>
8934 L:      [email protected]
8935 S:      Maintained
8936 F:      arch/mips/loongson32/
8937 F:      arch/mips/include/asm/mach-loongson32/
8938 F:      drivers/*/*loongson1*
8939 F:      drivers/*/*/*loongson1*
8940
8941 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8942 M:      Hans Verkuil <[email protected]>
8943 L:      [email protected]
8944 T:      git git://linuxtv.org/media_tree.git
8945 W:      https://linuxtv.org
8946 S:      Odd Fixes
8947 F:      drivers/media/radio/radio-miropcm20*
8948
8949 MMP SUPPORT
8950 M:      Eric Miao <[email protected]>
8951 M:      Haojian Zhuang <[email protected]>
8952 L:      [email protected] (moderated for non-subscribers)
8953 T:      git git://github.com/hzhuang1/linux.git
8954 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8955 S:      Maintained
8956 F:      arch/arm/boot/dts/mmp*
8957 F:      arch/arm/mach-mmp/
8958
8959 MN88472 MEDIA DRIVER
8960 M:      Antti Palosaari <[email protected]>
8961 L:      [email protected]
8962 W:      https://linuxtv.org
8963 W:      http://palosaari.fi/linux/
8964 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8965 S:      Maintained
8966 F:      drivers/media/dvb-frontends/mn88472*
8967
8968 MN88473 MEDIA DRIVER
8969 M:      Antti Palosaari <[email protected]>
8970 L:      [email protected]
8971 W:      https://linuxtv.org
8972 W:      http://palosaari.fi/linux/
8973 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8974 S:      Maintained
8975 F:      drivers/media/dvb-frontends/mn88473*
8976
8977 MODULE SUPPORT
8978 M:      Jessica Yu <[email protected]>
8979 M:      Rusty Russell <[email protected]>
8980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8981 S:      Maintained
8982 F:      include/linux/module.h
8983 F:      kernel/module.c
8984
8985 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8986 W:      http://popies.net/meye/
8987 S:      Orphan
8988 F:      Documentation/media/v4l-drivers/meye*
8989 F:      drivers/media/pci/meye/
8990 F:      include/uapi/linux/meye.h
8991
8992 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8993 M:      Jiri Slaby <[email protected]>
8994 S:      Maintained
8995 F:      Documentation/serial/moxa-smartio
8996 F:      drivers/tty/mxser.*
8997
8998 MR800 AVERMEDIA USB FM RADIO DRIVER
8999 M:      Alexey Klimov <[email protected]>
9000 L:      [email protected]
9001 T:      git git://linuxtv.org/media_tree.git
9002 S:      Maintained
9003 F:      drivers/media/radio/radio-mr800.c
9004
9005 MRF24J40 IEEE 802.15.4 RADIO DRIVER
9006 M:      Alan Ott <[email protected]>
9007 L:      [email protected]
9008 S:      Maintained
9009 F:      drivers/net/ieee802154/mrf24j40.c
9010 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9011
9012 MSI LAPTOP SUPPORT
9013 M:      "Lee, Chun-Yi" <[email protected]>
9014 L:      [email protected]
9015 S:      Maintained
9016 F:      drivers/platform/x86/msi-laptop.c
9017
9018 MSI WMI SUPPORT
9019 L:      [email protected]
9020 S:      Orphan
9021 F:      drivers/platform/x86/msi-wmi.c
9022
9023 MSI001 MEDIA DRIVER
9024 M:      Antti Palosaari <[email protected]>
9025 L:      [email protected]
9026 W:      https://linuxtv.org
9027 W:      http://palosaari.fi/linux/
9028 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9029 T:      git git://linuxtv.org/anttip/media_tree.git
9030 S:      Maintained
9031 F:      drivers/media/tuners/msi001*
9032
9033 MSI2500 MEDIA DRIVER
9034 M:      Antti Palosaari <[email protected]>
9035 L:      [email protected]
9036 W:      https://linuxtv.org
9037 W:      http://palosaari.fi/linux/
9038 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9039 T:      git git://linuxtv.org/anttip/media_tree.git
9040 S:      Maintained
9041 F:      drivers/media/usb/msi2500/
9042
9043 MSYSTEMS DISKONCHIP G3 MTD DRIVER
9044 M:      Robert Jarzmik <[email protected]>
9045 L:      [email protected]
9046 S:      Maintained
9047 F:      drivers/mtd/devices/docg3*
9048
9049 MT9M032 APTINA SENSOR DRIVER
9050 M:      Laurent Pinchart <[email protected]>
9051 L:      [email protected]
9052 T:      git git://linuxtv.org/media_tree.git
9053 S:      Maintained
9054 F:      drivers/media/i2c/mt9m032.c
9055 F:      include/media/i2c/mt9m032.h
9056
9057 MT9P031 APTINA CAMERA SENSOR
9058 M:      Laurent Pinchart <[email protected]>
9059 L:      [email protected]
9060 T:      git git://linuxtv.org/media_tree.git
9061 S:      Maintained
9062 F:      drivers/media/i2c/mt9p031.c
9063 F:      include/media/i2c/mt9p031.h
9064
9065 MT9T001 APTINA CAMERA SENSOR
9066 M:      Laurent Pinchart <[email protected]>
9067 L:      [email protected]
9068 T:      git git://linuxtv.org/media_tree.git
9069 S:      Maintained
9070 F:      drivers/media/i2c/mt9t001.c
9071 F:      include/media/i2c/mt9t001.h
9072
9073 MT9V032 APTINA CAMERA SENSOR
9074 M:      Laurent Pinchart <[email protected]>
9075 L:      [email protected]
9076 T:      git git://linuxtv.org/media_tree.git
9077 S:      Maintained
9078 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9079 F:      drivers/media/i2c/mt9v032.c
9080 F:      include/media/i2c/mt9v032.h
9081
9082 MULTIFUNCTION DEVICES (MFD)
9083 M:      Lee Jones <[email protected]>
9084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9085 S:      Supported
9086 F:      Documentation/devicetree/bindings/mfd/
9087 F:      drivers/mfd/
9088 F:      include/linux/mfd/
9089 F:      include/dt-bindings/mfd/
9090
9091 MULTIMEDIA CARD (MMC) ETC. OVER SPI
9092 S:      Orphan
9093 F:      drivers/mmc/host/mmc_spi.c
9094 F:      include/linux/spi/mmc_spi.h
9095
9096 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9097 M:      Ulf Hansson <[email protected]>
9098 L:      [email protected]
9099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9100 S:      Maintained
9101 F:      Documentation/devicetree/bindings/mmc/
9102 F:      drivers/mmc/
9103 F:      include/linux/mmc/
9104 F:      include/uapi/linux/mmc/
9105
9106 MULTIPLEXER SUBSYSTEM
9107 M:      Peter Rosin <[email protected]>
9108 S:      Maintained
9109 F:      Documentation/ABI/testing/mux/sysfs-class-mux*
9110 F:      Documentation/devicetree/bindings/mux/
9111 F:      include/linux/dt-bindings/mux/
9112 F:      include/linux/mux/
9113 F:      drivers/mux/
9114
9115 MULTISOUND SOUND DRIVER
9116 M:      Andrew Veliath <[email protected]>
9117 S:      Maintained
9118 F:      Documentation/sound/oss/MultiSound
9119 F:      sound/oss/msnd*
9120
9121 MULTITECH MULTIPORT CARD (ISICOM)
9122 S:      Orphan
9123 F:      drivers/tty/isicom.c
9124 F:      include/linux/isicom.h
9125
9126 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9127 M:      Bin Liu <[email protected]>
9128 L:      [email protected]
9129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9130 S:      Maintained
9131 F:      drivers/usb/musb/
9132
9133 MXL5007T MEDIA DRIVER
9134 M:      Michael Krufky <[email protected]>
9135 L:      [email protected]
9136 W:      https://linuxtv.org
9137 W:      http://github.com/mkrufky
9138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9139 T:      git git://linuxtv.org/mkrufky/tuners.git
9140 S:      Maintained
9141 F:      drivers/media/tuners/mxl5007t.*
9142
9143 MXSFB DRM DRIVER
9144 M:      Marek Vasut <[email protected]>
9145 S:      Supported
9146 F:      drivers/gpu/drm/mxsfb/
9147 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
9148
9149 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9150 M:      Hyong-Youb Kim <[email protected]>
9151 L:      [email protected]
9152 W:      https://www.myricom.com/support/downloads/myri10ge.html
9153 S:      Supported
9154 F:      drivers/net/ethernet/myricom/myri10ge/
9155
9156 NAND FLASH SUBSYSTEM
9157 M:      Boris Brezillon <[email protected]>
9158 R:      Richard Weinberger <[email protected]>
9159 L:      [email protected]
9160 W:      http://www.linux-mtd.infradead.org/
9161 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9162 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
9163 T:      git git://git.infradead.org/l2-mtd.git nand/next
9164 S:      Maintained
9165 F:      drivers/mtd/nand/
9166 F:      include/linux/mtd/nand*.h
9167
9168 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9169 M:      Daniel Mack <[email protected]>
9170 S:      Maintained
9171 L:      [email protected] (moderated for non-subscribers)
9172 W:      http://www.native-instruments.com
9173 F:      sound/usb/caiaq/
9174
9175 NATSEMI ETHERNET DRIVER (DP8381x)
9176 S:      Orphan
9177 F:      drivers/net/ethernet/natsemi/natsemi.c
9178
9179 NCP FILESYSTEM
9180 M:      Petr Vandrovec <[email protected]>
9181 S:      Odd Fixes
9182 F:      fs/ncpfs/
9183
9184 NCR 5380 SCSI DRIVERS
9185 M:      Finn Thain <[email protected]>
9186 M:      Michael Schmitz <[email protected]>
9187 L:      [email protected]
9188 S:      Maintained
9189 F:      Documentation/scsi/g_NCR5380.txt
9190 F:      drivers/scsi/NCR5380.*
9191 F:      drivers/scsi/arm/cumana_1.c
9192 F:      drivers/scsi/arm/oak.c
9193 F:      drivers/scsi/atari_scsi.*
9194 F:      drivers/scsi/dmx3191d.c
9195 F:      drivers/scsi/g_NCR5380.*
9196 F:      drivers/scsi/mac_scsi.*
9197 F:      drivers/scsi/sun3_scsi.*
9198 F:      drivers/scsi/sun3_scsi_vme.c
9199
9200 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9201 M:      "James E.J. Bottomley" <[email protected]>
9202 L:      [email protected]
9203 S:      Maintained
9204 F:      drivers/scsi/NCR_D700.*
9205
9206 NCT6775 HARDWARE MONITOR DRIVER
9207 M:      Guenter Roeck <[email protected]>
9208 L:      [email protected]
9209 S:      Maintained
9210 F:      Documentation/hwmon/nct6775
9211 F:      drivers/hwmon/nct6775.c
9212
9213 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9214 M:      Faisal Latif <[email protected]>
9215 L:      [email protected]
9216 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9217 S:      Supported
9218 F:      drivers/infiniband/hw/nes/
9219 F:      include/uapi/rdma/nes-abi.h
9220
9221 NETEM NETWORK EMULATOR
9222 M:      Stephen Hemminger <[email protected]>
9223 L:      [email protected] (moderated for non-subscribers)
9224 S:      Maintained
9225 F:      net/sched/sch_netem.c
9226
9227 NETERION 10GbE DRIVERS (s2io/vxge)
9228 M:      Jon Mason <[email protected]>
9229 L:      [email protected]
9230 S:      Supported
9231 F:      Documentation/networking/s2io.txt
9232 F:      Documentation/networking/vxge.txt
9233 F:      drivers/net/ethernet/neterion/
9234
9235 NETFILTER
9236 M:      Pablo Neira Ayuso <[email protected]>
9237 M:      Jozsef Kadlecsik <[email protected]>
9238 M:      Florian Westphal <[email protected]>
9239 L:      [email protected]
9240 L:      [email protected]
9241 W:      http://www.netfilter.org/
9242 W:      http://www.iptables.org/
9243 W:      http://www.nftables.org/
9244 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
9245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9247 S:      Maintained
9248 F:      include/linux/netfilter*
9249 F:      include/linux/netfilter/
9250 F:      include/net/netfilter/
9251 F:      include/uapi/linux/netfilter*
9252 F:      include/uapi/linux/netfilter/
9253 F:      net/*/netfilter.c
9254 F:      net/*/netfilter/
9255 F:      net/netfilter/
9256 F:      net/bridge/br_netfilter*.c
9257
9258 NETLABEL
9259 M:      Paul Moore <[email protected]>
9260 W:      http://netlabel.sf.net
9261 L:      [email protected]
9262 S:      Maintained
9263 F:      Documentation/netlabel/
9264 F:      include/net/netlabel.h
9265 F:      net/netlabel/
9266
9267 NETROM NETWORK LAYER
9268 M:      Ralf Baechle <[email protected]>
9269 L:      [email protected]
9270 W:      http://www.linux-ax25.org/
9271 S:      Maintained
9272 F:      include/net/netrom.h
9273 F:      include/uapi/linux/netrom.h
9274 F:      net/netrom/
9275
9276 NETRONOME ETHERNET DRIVERS
9277 M:      Jakub Kicinski <[email protected]>
9278 L:      [email protected]
9279 S:      Maintained
9280 F:      drivers/net/ethernet/netronome/
9281
9282 NETWORK BLOCK DEVICE (NBD)
9283 M:      Josef Bacik <[email protected]>
9284 S:      Maintained
9285 L:      [email protected]
9286 L:      [email protected]
9287 F:      Documentation/blockdev/nbd.txt
9288 F:      drivers/block/nbd.c
9289 F:      include/uapi/linux/nbd.h
9290
9291 NETWORK DROP MONITOR
9292 M:      Neil Horman <[email protected]>
9293 L:      [email protected]
9294 S:      Maintained
9295 W:      https://fedorahosted.org/dropwatch/
9296 F:      net/core/drop_monitor.c
9297
9298 NETWORKING DRIVERS
9299 L:      [email protected]
9300 W:      http://www.linuxfoundation.org/en/Net
9301 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9304 S:      Odd Fixes
9305 F:      Documentation/devicetree/bindings/net/
9306 F:      drivers/net/
9307 F:      include/linux/if_*
9308 F:      include/linux/netdevice.h
9309 F:      include/linux/etherdevice.h
9310 F:      include/linux/fcdevice.h
9311 F:      include/linux/fddidevice.h
9312 F:      include/linux/hippidevice.h
9313 F:      include/linux/inetdevice.h
9314 F:      include/uapi/linux/if_*
9315 F:      include/uapi/linux/netdevice.h
9316
9317 NETWORKING DRIVERS (WIRELESS)
9318 M:      Kalle Valo <[email protected]>
9319 L:      [email protected]
9320 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9323 S:      Maintained
9324 F:      Documentation/devicetree/bindings/net/wireless/
9325 F:      drivers/net/wireless/
9326
9327 NETWORKING [DSA]
9328 M:      Andrew Lunn <[email protected]>
9329 M:      Vivien Didelot <[email protected]>
9330 M:      Florian Fainelli <[email protected]>
9331 S:      Maintained
9332 F:      net/dsa/
9333 F:      include/net/dsa.h
9334 F:      drivers/net/dsa/
9335
9336 NETWORKING [GENERAL]
9337 M:      "David S. Miller" <[email protected]>
9338 L:      [email protected]
9339 W:      http://www.linuxfoundation.org/en/Net
9340 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9343 B:      mailto:[email protected]
9344 S:      Maintained
9345 F:      net/
9346 F:      include/net/
9347 F:      include/linux/in.h
9348 F:      include/linux/net.h
9349 F:      include/linux/netdevice.h
9350 F:      include/uapi/linux/in.h
9351 F:      include/uapi/linux/net.h
9352 F:      include/uapi/linux/netdevice.h
9353 F:      include/uapi/linux/net_namespace.h
9354 F:      tools/net/
9355 F:      tools/testing/selftests/net/
9356 F:      lib/random32.c
9357
9358 NETWORKING [IPSEC]
9359 M:      Steffen Klassert <[email protected]>
9360 M:      Herbert Xu <[email protected]>
9361 M:      "David S. Miller" <[email protected]>
9362 L:      [email protected]
9363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9365 S:      Maintained
9366 F:      net/core/flow.c
9367 F:      net/xfrm/
9368 F:      net/key/
9369 F:      net/ipv4/xfrm*
9370 F:      net/ipv4/esp4*
9371 F:      net/ipv4/ah4.c
9372 F:      net/ipv4/ipcomp.c
9373 F:      net/ipv4/ip_vti.c
9374 F:      net/ipv6/xfrm*
9375 F:      net/ipv6/esp6*
9376 F:      net/ipv6/ah6.c
9377 F:      net/ipv6/ipcomp6.c
9378 F:      net/ipv6/ip6_vti.c
9379 F:      include/uapi/linux/xfrm.h
9380 F:      include/net/xfrm.h
9381
9382 NETWORKING [IPv4/IPv6]
9383 M:      "David S. Miller" <[email protected]>
9384 M:      Alexey Kuznetsov <[email protected]>
9385 M:      Hideaki YOSHIFUJI <[email protected]>
9386 L:      [email protected]
9387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9388 S:      Maintained
9389 F:      net/ipv4/
9390 F:      net/ipv6/
9391 F:      include/net/ip*
9392 F:      arch/x86/net/*
9393
9394 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
9395 M:      Paul Moore <[email protected]>
9396 L:      [email protected]
9397 S:      Maintained
9398
9399 NETWORKING [TLS]
9400 M:      Ilya Lesokhin <[email protected]>
9401 M:      Aviad Yehezkel <[email protected]>
9402 M:      Dave Watson <[email protected]>
9403 L:      [email protected]
9404 S:      Maintained
9405 F:      net/tls/*
9406 F:      include/uapi/linux/tls.h
9407 F:      include/net/tls.h
9408
9409 NETWORKING [WIRELESS]
9410 L:      [email protected]
9411 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9412
9413 NETXEN (1/10) GbE SUPPORT
9414 M:      Manish Chopra <[email protected]>
9415 M:      Rahul Verma <[email protected]>
9416 M:      [email protected]
9417 L:      [email protected]
9418 S:      Supported
9419 F:      drivers/net/ethernet/qlogic/netxen/
9420
9421 NFC SUBSYSTEM
9422 M:      Samuel Ortiz <[email protected]>
9423 L:      [email protected]
9424 L:      [email protected] (subscribers-only)
9425 S:      Supported
9426 F:      net/nfc/
9427 F:      include/net/nfc/
9428 F:      include/uapi/linux/nfc.h
9429 F:      drivers/nfc/
9430 F:      include/linux/platform_data/nfcmrvl.h
9431 F:      include/linux/platform_data/nxp-nci.h
9432 F:      Documentation/devicetree/bindings/net/nfc/
9433
9434 NFS, SUNRPC, AND LOCKD CLIENTS
9435 M:      Trond Myklebust <[email protected]>
9436 M:      Anna Schumaker <[email protected]>
9437 L:      [email protected]
9438 W:      http://client.linux-nfs.org
9439 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9440 S:      Maintained
9441 F:      fs/lockd/
9442 F:      fs/nfs/
9443 F:      fs/nfs_common/
9444 F:      net/sunrpc/
9445 F:      include/linux/lockd/
9446 F:      include/linux/nfs*
9447 F:      include/linux/sunrpc/
9448 F:      include/uapi/linux/nfs*
9449 F:      include/uapi/linux/sunrpc/
9450
9451 NILFS2 FILESYSTEM
9452 M:      Ryusuke Konishi <[email protected]>
9453 L:      [email protected]
9454 W:      http://nilfs.sourceforge.net/
9455 W:      http://nilfs.osdn.jp/
9456 T:      git git://github.com/konis/nilfs2.git
9457 S:      Supported
9458 F:      Documentation/filesystems/nilfs2.txt
9459 F:      fs/nilfs2/
9460 F:      include/trace/events/nilfs2.h
9461 F:      include/uapi/linux/nilfs2_api.h
9462 F:      include/uapi/linux/nilfs2_ondisk.h
9463
9464 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9465 M:      YOKOTA Hiroshi <[email protected]>
9466 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9467 S:      Maintained
9468 F:      Documentation/scsi/NinjaSCSI.txt
9469 F:      drivers/scsi/pcmcia/nsp_*
9470
9471 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9472 M:      GOTO Masanori <[email protected]>
9473 M:      YOKOTA Hiroshi <[email protected]>
9474 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9475 S:      Maintained
9476 F:      Documentation/scsi/NinjaSCSI.txt
9477 F:      drivers/scsi/nsp32*
9478
9479 NIOS2 ARCHITECTURE
9480 M:      Ley Foon Tan <[email protected]>
9481 L:      [email protected] (moderated for non-subscribers)
9482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9483 S:      Maintained
9484 F:      arch/nios2/
9485
9486 NOHZ, DYNTICKS SUPPORT
9487 M:      Frederic Weisbecker <[email protected]>
9488 M:      Thomas Gleixner <[email protected]>
9489 M:      Ingo Molnar <[email protected]>
9490 L:      [email protected]
9491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9492 S:      Maintained
9493 F:      kernel/time/tick*.*
9494 F:      include/linux/tick.h
9495 F:      include/linux/sched/nohz.h
9496
9497 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9498 M:      Pavel Machek <[email protected]>
9499 M:      Sakari Ailus <[email protected]>
9500 L:      [email protected]
9501 S:      Maintained
9502 F:      drivers/media/i2c/et8ek8
9503 F:      drivers/media/i2c/ad5820.c
9504
9505 NOKIA N900 POWER SUPPLY DRIVERS
9506 R:      Pali Rohár <[email protected]>
9507 F:      include/linux/power/bq2415x_charger.h
9508 F:      include/linux/power/bq27xxx_battery.h
9509 F:      include/linux/power/isp1704_charger.h
9510 F:      drivers/power/supply/bq2415x_charger.c
9511 F:      drivers/power/supply/bq27xxx_battery.c
9512 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9513 F:      drivers/power/supply/isp1704_charger.c
9514 F:      drivers/power/supply/rx51_battery.c
9515
9516 NTB AMD DRIVER
9517 M:      Shyam Sundar S K <[email protected]>
9518 L:      [email protected]
9519 S:      Supported
9520 F:      drivers/ntb/hw/amd/
9521
9522 NTB DRIVER CORE
9523 M:      Jon Mason <[email protected]>
9524 M:      Dave Jiang <[email protected]>
9525 M:      Allen Hubbe <[email protected]>
9526 L:      [email protected]
9527 S:      Supported
9528 W:      https://github.com/jonmason/ntb/wiki
9529 T:      git git://github.com/jonmason/ntb.git
9530 F:      drivers/ntb/
9531 F:      drivers/net/ntb_netdev.c
9532 F:      include/linux/ntb.h
9533 F:      include/linux/ntb_transport.h
9534 F:      tools/testing/selftests/ntb/
9535
9536 NTB IDT DRIVER
9537 M:      Serge Semin <[email protected]>
9538 L:      [email protected]
9539 S:      Supported
9540 F:      drivers/ntb/hw/idt/
9541
9542 NTB INTEL DRIVER
9543 M:      Jon Mason <[email protected]>
9544 M:      Dave Jiang <[email protected]>
9545 L:      [email protected]
9546 S:      Supported
9547 W:      https://github.com/jonmason/ntb/wiki
9548 T:      git git://github.com/jonmason/ntb.git
9549 F:      drivers/ntb/hw/intel/
9550
9551 NTFS FILESYSTEM
9552 M:      Anton Altaparmakov <[email protected]>
9553 L:      [email protected]
9554 W:      http://www.tuxera.com/
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9556 S:      Supported
9557 F:      Documentation/filesystems/ntfs.txt
9558 F:      fs/ntfs/
9559
9560 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9561 M:      Antonino Daplas <[email protected]>
9562 L:      [email protected]
9563 S:      Maintained
9564 F:      drivers/video/fbdev/riva/
9565 F:      drivers/video/fbdev/nvidia/
9566
9567 NVM EXPRESS DRIVER
9568 M:      Keith Busch <[email protected]>
9569 M:      Jens Axboe <[email protected]>
9570 M:      Christoph Hellwig <[email protected]>
9571 M:      Sagi Grimberg <[email protected]>
9572 L:      [email protected]
9573 T:      git://git.infradead.org/nvme.git
9574 W:      http://git.infradead.org/nvme.git
9575 S:      Supported
9576 F:      drivers/nvme/host/
9577 F:      include/linux/nvme.h
9578 F:      include/uapi/linux/nvme_ioctl.h
9579
9580 NVM EXPRESS FC TRANSPORT DRIVERS
9581 M:      James Smart <[email protected]>
9582 L:      [email protected]
9583 S:      Supported
9584 F:      include/linux/nvme-fc.h
9585 F:      include/linux/nvme-fc-driver.h
9586 F:      drivers/nvme/host/fc.c
9587 F:      drivers/nvme/target/fc.c
9588 F:      drivers/nvme/target/fcloop.c
9589
9590 NVM EXPRESS TARGET DRIVER
9591 M:      Christoph Hellwig <[email protected]>
9592 M:      Sagi Grimberg <[email protected]>
9593 L:      [email protected]
9594 T:      git://git.infradead.org/nvme.git
9595 W:      http://git.infradead.org/nvme.git
9596 S:      Supported
9597 F:      drivers/nvme/target/
9598
9599 NVMEM FRAMEWORK
9600 M:      Srinivas Kandagatla <[email protected]>
9601 S:      Maintained
9602 F:      drivers/nvmem/
9603 F:      Documentation/devicetree/bindings/nvmem/
9604 F:      Documentation/ABI/stable/sysfs-bus-nvmem
9605 F:      include/linux/nvmem-consumer.h
9606 F:      include/linux/nvmem-provider.h
9607
9608 NXP TDA998X DRM DRIVER
9609 M:      Russell King <[email protected]>
9610 S:      Supported
9611 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9612 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9613 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9614 F:      include/drm/i2c/tda998x.h
9615
9616 NXP TFA9879 DRIVER
9617 M:      Peter Rosin <[email protected]>
9618 L:      [email protected] (moderated for non-subscribers)
9619 S:      Maintained
9620 F:      sound/soc/codecs/tfa9879*
9621
9622 NXP-NCI NFC DRIVER
9623 M:      Clément Perrochaud <[email protected]>
9624 R:      Charles Gorand <[email protected]>
9625 L:      [email protected] (moderated for non-subscribers)
9626 S:      Supported
9627 F:      drivers/nfc/nxp-nci
9628
9629 OBJTOOL
9630 M:      Josh Poimboeuf <[email protected]>
9631 S:      Supported
9632 F:      tools/objtool/
9633
9634 OMAP AUDIO SUPPORT
9635 M:      Peter Ujfalusi <[email protected]>
9636 M:      Jarkko Nikula <[email protected]>
9637 L:      [email protected] (moderated for non-subscribers)
9638 L:      [email protected]
9639 S:      Maintained
9640 F:      sound/soc/omap/
9641
9642 OMAP CLOCK FRAMEWORK SUPPORT
9643 M:      Paul Walmsley <[email protected]>
9644 L:      [email protected]
9645 S:      Maintained
9646 F:      arch/arm/*omap*/*clock*
9647
9648 OMAP DEVICE TREE SUPPORT
9649 M:      Benoît Cousson <[email protected]>
9650 M:      Tony Lindgren <[email protected]>
9651 L:      [email protected]
9652 L:      [email protected]
9653 S:      Maintained
9654 F:      arch/arm/boot/dts/*omap*
9655 F:      arch/arm/boot/dts/*am3*
9656 F:      arch/arm/boot/dts/*am4*
9657 F:      arch/arm/boot/dts/*am5*
9658 F:      arch/arm/boot/dts/*dra7*
9659
9660 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9661 M:      Tomi Valkeinen <[email protected]>
9662 L:      [email protected]
9663 L:      [email protected]
9664 S:      Maintained
9665 F:      drivers/video/fbdev/omap2/
9666 F:      Documentation/arm/OMAP/DSS
9667
9668 OMAP FRAMEBUFFER SUPPORT
9669 M:      Tomi Valkeinen <[email protected]>
9670 L:      [email protected]
9671 L:      [email protected]
9672 S:      Maintained
9673 F:      drivers/video/fbdev/omap/
9674
9675 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9676 M:      Roger Quadros <[email protected]>
9677 M:      Tony Lindgren <[email protected]>
9678 L:      [email protected]
9679 S:      Maintained
9680 F:      drivers/memory/omap-gpmc.c
9681 F:      arch/arm/mach-omap2/*gpmc*
9682
9683 OMAP GPIO DRIVER
9684 M:      Grygorii Strashko <[email protected]>
9685 M:      Santosh Shilimkar <[email protected]>
9686 M:      Kevin Hilman <[email protected]>
9687 L:      [email protected]
9688 S:      Maintained
9689 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9690 F:      drivers/gpio/gpio-omap.c
9691
9692 OMAP HARDWARE SPINLOCK SUPPORT
9693 M:      Ohad Ben-Cohen <[email protected]>
9694 L:      [email protected]
9695 S:      Maintained
9696 F:      drivers/hwspinlock/omap_hwspinlock.c
9697
9698 OMAP HS MMC SUPPORT
9699 L:      [email protected]
9700 L:      [email protected]
9701 S:      Orphan
9702 F:      drivers/mmc/host/omap_hsmmc.c
9703
9704 OMAP HWMOD DATA
9705 M:      Paul Walmsley <[email protected]>
9706 L:      [email protected]
9707 S:      Maintained
9708 F:      arch/arm/mach-omap2/omap_hwmod*data*
9709
9710 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9711 M:      Benoît Cousson <[email protected]>
9712 L:      [email protected]
9713 S:      Maintained
9714 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9715
9716 OMAP HWMOD SUPPORT
9717 M:      Benoît Cousson <[email protected]>
9718 M:      Paul Walmsley <[email protected]>
9719 L:      [email protected]
9720 S:      Maintained
9721 F:      arch/arm/mach-omap2/omap_hwmod.*
9722
9723 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9724 M:      Laurent Pinchart <[email protected]>
9725 L:      [email protected]
9726 S:      Maintained
9727 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9728 F:      drivers/media/platform/omap3isp/
9729 F:      drivers/staging/media/omap4iss/
9730
9731 OMAP MMC SUPPORT
9732 M:      Jarkko Lavinen <[email protected]>
9733 L:      [email protected]
9734 S:      Maintained
9735 F:      drivers/mmc/host/omap.c
9736
9737 OMAP POWER MANAGEMENT SUPPORT
9738 M:      Kevin Hilman <[email protected]>
9739 L:      [email protected]
9740 S:      Maintained
9741 F:      arch/arm/*omap*/*pm*
9742 F:      drivers/cpufreq/omap-cpufreq.c
9743
9744 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9745 M:      Rajendra Nayak <[email protected]>
9746 M:      Paul Walmsley <[email protected]>
9747 L:      [email protected]
9748 S:      Maintained
9749 F:      arch/arm/mach-omap2/prm*
9750
9751 OMAP RANDOM NUMBER GENERATOR SUPPORT
9752 M:      Deepak Saxena <[email protected]>
9753 S:      Maintained
9754 F:      drivers/char/hw_random/omap-rng.c
9755
9756 OMAP USB SUPPORT
9757 L:      [email protected]
9758 L:      [email protected]
9759 S:      Orphan
9760 F:      drivers/usb/*/*omap*
9761 F:      arch/arm/*omap*/usb*
9762
9763 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9764 M:      Mark Jackson <[email protected]>
9765 L:      [email protected]
9766 S:      Maintained
9767 F:      arch/arm/boot/dts/am335x-nano.dts
9768
9769 OMAP1 SUPPORT
9770 M:      Aaro Koskinen <[email protected]>
9771 M:      Tony Lindgren <[email protected]>
9772 L:      [email protected]
9773 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9775 S:      Maintained
9776 F:      arch/arm/mach-omap1/
9777 F:      arch/arm/plat-omap/
9778 F:      arch/arm/configs/omap1_defconfig
9779 F:      drivers/i2c/busses/i2c-omap.c
9780 F:      include/linux/i2c-omap.h
9781
9782 OMAP2+ SUPPORT
9783 M:      Tony Lindgren <[email protected]>
9784 L:      [email protected]
9785 W:      http://www.muru.com/linux/omap/
9786 W:      http://linux.omap.com/
9787 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9789 S:      Maintained
9790 F:      arch/arm/mach-omap2/
9791 F:      arch/arm/plat-omap/
9792 F:      arch/arm/configs/omap2plus_defconfig
9793 F:      drivers/i2c/busses/i2c-omap.c
9794 F:      drivers/irqchip/irq-omap-intc.c
9795 F:      drivers/mfd/*omap*.c
9796 F:      drivers/mfd/menelaus.c
9797 F:      drivers/mfd/palmas.c
9798 F:      drivers/mfd/tps65217.c
9799 F:      drivers/mfd/tps65218.c
9800 F:      drivers/mfd/tps65910.c
9801 F:      drivers/mfd/twl-core.[ch]
9802 F:      drivers/mfd/twl4030*.c
9803 F:      drivers/mfd/twl6030*.c
9804 F:      drivers/mfd/twl6040*.c
9805 F:      drivers/regulator/palmas-regulator*.c
9806 F:      drivers/regulator/pbias-regulator.c
9807 F:      drivers/regulator/tps65217-regulator.c
9808 F:      drivers/regulator/tps65218-regulator.c
9809 F:      drivers/regulator/tps65910-regulator.c
9810 F:      drivers/regulator/twl-regulator.c
9811 F:      drivers/regulator/twl6030-regulator.c
9812 F:      include/linux/i2c-omap.h
9813
9814 OMFS FILESYSTEM
9815 M:      Bob Copeland <[email protected]>
9816 L:      [email protected]
9817 S:      Maintained
9818 F:      Documentation/filesystems/omfs.txt
9819 F:      fs/omfs/
9820
9821 OMNIKEY CARDMAN 4000 DRIVER
9822 M:      Harald Welte <[email protected]>
9823 S:      Maintained
9824 F:      drivers/char/pcmcia/cm4000_cs.c
9825 F:      include/linux/cm4000_cs.h
9826 F:      include/uapi/linux/cm4000_cs.h
9827
9828 OMNIKEY CARDMAN 4040 DRIVER
9829 M:      Harald Welte <[email protected]>
9830 S:      Maintained
9831 F:      drivers/char/pcmcia/cm4040_cs.*
9832
9833 OMNIVISION OV13858 SENSOR DRIVER
9834 M:      Sakari Ailus <[email protected]>
9835 L:      [email protected]
9836 T:      git git://linuxtv.org/media_tree.git
9837 S:      Maintained
9838 F:      drivers/media/i2c/ov13858.c
9839
9840 OMNIVISION OV5640 SENSOR DRIVER
9841 M:      Steve Longerbeam <[email protected]>
9842 L:      [email protected]
9843 T:      git git://linuxtv.org/media_tree.git
9844 S:      Maintained
9845 F:      drivers/media/i2c/ov5640.c
9846
9847 OMNIVISION OV5647 SENSOR DRIVER
9848 M:      Luis Oliveira <[email protected]>
9849 L:      [email protected]
9850 T:      git git://linuxtv.org/media_tree.git
9851 S:      Maintained
9852 F:      drivers/media/i2c/ov5647.c
9853
9854 OMNIVISION OV7670 SENSOR DRIVER
9855 M:      Jonathan Corbet <[email protected]>
9856 L:      [email protected]
9857 T:      git git://linuxtv.org/media_tree.git
9858 S:      Maintained
9859 F:      drivers/media/i2c/ov7670.c
9860 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9861
9862 ONENAND FLASH DRIVER
9863 M:      Kyungmin Park <[email protected]>
9864 L:      [email protected]
9865 S:      Maintained
9866 F:      drivers/mtd/onenand/
9867 F:      include/linux/mtd/onenand*.h
9868
9869 ONSTREAM SCSI TAPE DRIVER
9870 M:      Willem Riede <[email protected]>
9871 L:      [email protected]
9872 L:      [email protected]
9873 S:      Maintained
9874 F:      Documentation/scsi/osst.txt
9875 F:      drivers/scsi/osst.*
9876 F:      drivers/scsi/osst_*.h
9877 F:      drivers/scsi/st.h
9878
9879 OP-TEE DRIVER
9880 M:      Jens Wiklander <[email protected]>
9881 S:      Maintained
9882 F:      drivers/tee/optee/
9883
9884 OPA-VNIC DRIVER
9885 M:      Dennis Dalessandro <[email protected]>
9886 M:      Niranjana Vishwanathapura <[email protected]>
9887 L:      [email protected]
9888 S:      Supported
9889 F:      drivers/infiniband/ulp/opa_vnic
9890
9891 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9892 M:      Pantelis Antoniou <[email protected]>
9893 L:      [email protected]
9894 S:      Maintained
9895 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9896 F:      Documentation/devicetree/overlay-notes.txt
9897 F:      drivers/of/overlay.c
9898 F:      drivers/of/resolver.c
9899
9900 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9901 M:      Rob Herring <[email protected]>
9902 M:      Frank Rowand <[email protected]>
9903 L:      [email protected]
9904 W:      http://www.devicetree.org/
9905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9906 S:      Maintained
9907 F:      drivers/of/
9908 F:      include/linux/of*.h
9909 F:      scripts/dtc/
9910 F:      Documentation/ABI/testing/sysfs-firmware-ofw
9911
9912 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9913 M:      Rob Herring <[email protected]>
9914 M:      Mark Rutland <[email protected]>
9915 L:      [email protected]
9916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9917 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9918 S:      Maintained
9919 F:      Documentation/devicetree/
9920 F:      arch/*/boot/dts/
9921 F:      include/dt-bindings/
9922
9923 OPENCORES I2C BUS DRIVER
9924 M:      Peter Korsgaard <[email protected]>
9925 L:      [email protected]
9926 S:      Maintained
9927 F:      Documentation/i2c/busses/i2c-ocores
9928 F:      drivers/i2c/busses/i2c-ocores.c
9929
9930 OPENRISC ARCHITECTURE
9931 M:      Jonas Bonn <[email protected]>
9932 M:      Stefan Kristiansson <[email protected]>
9933 M:      Stafford Horne <[email protected]>
9934 T:      git git://github.com/openrisc/linux.git
9935 L:      [email protected]
9936 W:      http://openrisc.io
9937 S:      Maintained
9938 F:      arch/openrisc/
9939
9940 OPENVSWITCH
9941 M:      Pravin Shelar <[email protected]>
9942 L:      [email protected]
9943 L:      [email protected]
9944 W:      http://openvswitch.org
9945 S:      Maintained
9946 F:      net/openvswitch/
9947 F:      include/uapi/linux/openvswitch.h
9948
9949 OPERATING PERFORMANCE POINTS (OPP)
9950 M:      Viresh Kumar <[email protected]>
9951 M:      Nishanth Menon <[email protected]>
9952 M:      Stephen Boyd <[email protected]>
9953 L:      [email protected]
9954 S:      Maintained
9955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9956 F:      drivers/base/power/opp/
9957 F:      include/linux/pm_opp.h
9958 F:      Documentation/power/opp.txt
9959 F:      Documentation/devicetree/bindings/opp/
9960
9961 OPL4 DRIVER
9962 M:      Clemens Ladisch <[email protected]>
9963 L:      [email protected] (moderated for non-subscribers)
9964 T:      git git://git.alsa-project.org/alsa-kernel.git
9965 S:      Maintained
9966 F:      sound/drivers/opl4/
9967
9968 OPROFILE
9969 M:      Robert Richter <[email protected]>
9970 L:      [email protected]
9971 S:      Maintained
9972 F:      arch/*/include/asm/oprofile*.h
9973 F:      arch/*/oprofile/
9974 F:      drivers/oprofile/
9975 F:      include/linux/oprofile.h
9976
9977 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9978 M:      Mark Fasheh <[email protected]>
9979 M:      Joel Becker <[email protected]>
9980 L:      [email protected] (moderated for non-subscribers)
9981 W:      http://ocfs2.wiki.kernel.org
9982 S:      Supported
9983 F:      Documentation/filesystems/ocfs2.txt
9984 F:      Documentation/filesystems/dlmfs.txt
9985 F:      fs/ocfs2/
9986
9987 ORANGEFS FILESYSTEM
9988 M:      Mike Marshall <[email protected]>
9989 L:      [email protected] (subscribers-only)
9990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9991 S:      Supported
9992 F:      fs/orangefs/
9993 F:      Documentation/filesystems/orangefs.txt
9994
9995 ORINOCO DRIVER
9996 L:      [email protected]
9997 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9998 W:      http://www.nongnu.org/orinoco/
9999 S:      Orphan
10000 F:      drivers/net/wireless/intersil/orinoco/
10001
10002 OSD LIBRARY and FILESYSTEM
10003 M:      Boaz Harrosh <[email protected]>
10004 S:      Maintained
10005 F:      drivers/scsi/osd/
10006 F:      include/scsi/osd_*
10007 F:      fs/exofs/
10008
10009 OV2659 OMNIVISION SENSOR DRIVER
10010 M:      "Lad, Prabhakar" <[email protected]>
10011 L:      [email protected]
10012 W:      https://linuxtv.org
10013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10014 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10015 S:      Maintained
10016 F:      drivers/media/i2c/ov2659.c
10017 F:      include/media/i2c/ov2659.h
10018
10019 OVERLAY FILESYSTEM
10020 M:      Miklos Szeredi <[email protected]>
10021 L:      [email protected]
10022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10023 S:      Supported
10024 F:      fs/overlayfs/
10025 F:      Documentation/filesystems/overlayfs.txt
10026
10027 P54 WIRELESS DRIVER
10028 M:      Christian Lamparter <[email protected]>
10029 L:      [email protected]
10030 W:      http://wireless.kernel.org/en/users/Drivers/p54
10031 S:      Maintained
10032 F:      drivers/net/wireless/intersil/p54/
10033
10034 PA SEMI ETHERNET DRIVER
10035 L:      [email protected]
10036 S:      Orphan
10037 F:      drivers/net/ethernet/pasemi/*
10038
10039 PA SEMI SMBUS DRIVER
10040 L:      [email protected]
10041 S:      Orphan
10042 F:      drivers/i2c/busses/i2c-pasemi.c
10043
10044 PADATA PARALLEL EXECUTION MECHANISM
10045 M:      Steffen Klassert <[email protected]>
10046 L:      [email protected]
10047 S:      Maintained
10048 F:      kernel/padata.c
10049 F:      include/linux/padata.h
10050 F:      Documentation/padata.txt
10051
10052 PANASONIC LAPTOP ACPI EXTRAS DRIVER
10053 M:      Harald Welte <[email protected]>
10054 L:      [email protected]
10055 S:      Maintained
10056 F:      drivers/platform/x86/panasonic-laptop.c
10057
10058 PANASONIC MN10300/AM33/AM34 PORT
10059 M:      David Howells <[email protected]>
10060 L:      [email protected] (moderated for non-subscribers)
10061 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10062 S:      Maintained
10063 F:      Documentation/mn10300/
10064 F:      arch/mn10300/
10065
10066 PARALLEL LCD/KEYPAD PANEL DRIVER
10067 M:      Willy Tarreau <[email protected]>
10068 M:      Ksenija Stanojevic <[email protected]>
10069 S:      Odd Fixes
10070 F:      Documentation/misc-devices/lcd-panel-cgram.txt
10071 F:      drivers/misc/panel.c
10072
10073 PARALLEL PORT SUBSYSTEM
10074 M:      Sudip Mukherjee <[email protected]>
10075 M:      Sudip Mukherjee <[email protected]>
10076 L:      [email protected] (subscribers-only)
10077 S:      Maintained
10078 F:      drivers/parport/
10079 F:      include/linux/parport*.h
10080 F:      drivers/char/ppdev.c
10081 F:      include/uapi/linux/ppdev.h
10082 F:      Documentation/parport*.txt
10083
10084 PARAVIRT_OPS INTERFACE
10085 M:      Jeremy Fitzhardinge <[email protected]>
10086 M:      Chris Wright <[email protected]>
10087 M:      Alok Kataria <[email protected]>
10088 M:      Rusty Russell <[email protected]>
10089 L:      [email protected]
10090 S:      Supported
10091 F:      Documentation/virtual/paravirt_ops.txt
10092 F:      arch/*/kernel/paravirt*
10093 F:      arch/*/include/asm/paravirt.h
10094 F:      include/linux/hypervisor.h
10095
10096 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10097 M:      Tim Waugh <[email protected]>
10098 L:      [email protected] (subscribers-only)
10099 S:      Maintained
10100 F:      Documentation/blockdev/paride.txt
10101 F:      drivers/block/paride/
10102
10103 PARISC ARCHITECTURE
10104 M:      "James E.J. Bottomley" <[email protected]>
10105 M:      Helge Deller <[email protected]>
10106 L:      [email protected]
10107 W:      http://www.parisc-linux.org/
10108 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
10109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10111 S:      Maintained
10112 F:      arch/parisc/
10113 F:      Documentation/parisc/
10114 F:      drivers/parisc/
10115 F:      drivers/char/agp/parisc-agp.c
10116 F:      drivers/input/serio/gscps2.c
10117 F:      drivers/parport/parport_gsc.*
10118 F:      drivers/tty/serial/8250/8250_gsc.c
10119 F:      drivers/video/fbdev/sti*
10120 F:      drivers/video/console/sti*
10121 F:      drivers/video/logo/logo_parisc*
10122
10123 PARMAN
10124 M:      Jiri Pirko <[email protected]>
10125 L:      [email protected]
10126 S:      Supported
10127 F:      lib/parman.c
10128 F:      lib/test_parman.c
10129 F:      include/linux/parman.h
10130
10131 PC87360 HARDWARE MONITORING DRIVER
10132 M:      Jim Cromie <[email protected]>
10133 L:      [email protected]
10134 S:      Maintained
10135 F:      Documentation/hwmon/pc87360
10136 F:      drivers/hwmon/pc87360.c
10137
10138 PC8736x GPIO DRIVER
10139 M:      Jim Cromie <[email protected]>
10140 S:      Maintained
10141 F:      drivers/char/pc8736x_gpio.c
10142
10143 PC87427 HARDWARE MONITORING DRIVER
10144 M:      Jean Delvare <[email protected]>
10145 L:      [email protected]
10146 S:      Maintained
10147 F:      Documentation/hwmon/pc87427
10148 F:      drivers/hwmon/pc87427.c
10149
10150 PCA9532 LED DRIVER
10151 M:      Riku Voipio <[email protected]>
10152 S:      Maintained
10153 F:      drivers/leds/leds-pca9532.c
10154 F:      include/linux/leds-pca9532.h
10155
10156 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10157 M:      Guenter Roeck <[email protected]>
10158 L:      [email protected]
10159 S:      Maintained
10160 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
10161
10162 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10163 M:      Khalid Aziz <[email protected]>
10164 S:      Maintained
10165 F:      drivers/firmware/pcdp.*
10166
10167 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10168 M:      Thomas Petazzoni <[email protected]>
10169 L:      [email protected]
10170 L:      [email protected] (moderated for non-subscribers)
10171 S:      Maintained
10172 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
10173 F:      drivers/pci/host/pci-aardvark.c
10174
10175 PCI DRIVER FOR ALTERA PCIE IP
10176 M:      Ley Foon Tan <[email protected]>
10177 L:      [email protected] (moderated for non-subscribers)
10178 L:      [email protected]
10179 S:      Supported
10180 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
10181 F:      drivers/pci/host/pcie-altera.c
10182
10183 PCI DRIVER FOR APPLIEDMICRO XGENE
10184 M:      Tanmay Inamdar <[email protected]>
10185 L:      [email protected]
10186 L:      [email protected]
10187 S:      Maintained
10188 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
10189 F:      drivers/pci/host/pci-xgene.c
10190
10191 PCI DRIVER FOR ARM VERSATILE PLATFORM
10192 M:      Rob Herring <[email protected]>
10193 L:      [email protected]
10194 L:      [email protected]
10195 S:      Maintained
10196 F:      Documentation/devicetree/bindings/pci/versatile.txt
10197 F:      drivers/pci/host/pci-versatile.c
10198
10199 PCI DRIVER FOR ARMADA 8K
10200 M:      Thomas Petazzoni <[email protected]>
10201 L:      [email protected]
10202 L:      [email protected]
10203 S:      Maintained
10204 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
10205 F:      drivers/pci/dwc/pcie-armada8k.c
10206
10207 PCI DRIVER FOR FREESCALE LAYERSCAPE
10208 M:      Minghuan Lian <[email protected]>
10209 M:      Mingkai Hu <[email protected]>
10210 M:      Roy Zang <[email protected]>
10211 L:      [email protected]
10212 L:      [email protected]
10213 L:      [email protected]
10214 S:      Maintained
10215 F:      drivers/pci/dwc/*layerscape*
10216
10217 PCI DRIVER FOR GENERIC OF HOSTS
10218 M:      Will Deacon <[email protected]>
10219 L:      [email protected]
10220 L:      [email protected] (moderated for non-subscribers)
10221 S:      Maintained
10222 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
10223 F:      drivers/pci/host/pci-host-common.c
10224 F:      drivers/pci/host/pci-host-generic.c
10225
10226 PCI DRIVER FOR IMX6
10227 M:      Richard Zhu <[email protected]>
10228 M:      Lucas Stach <[email protected]>
10229 L:      [email protected]
10230 L:      [email protected] (moderated for non-subscribers)
10231 S:      Maintained
10232 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10233 F:      drivers/pci/dwc/*imx6*
10234
10235 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10236 M:      Keith Busch <[email protected]>
10237 L:      [email protected]
10238 S:      Supported
10239 F:      drivers/pci/host/vmd.c
10240
10241 PCI DRIVER FOR MICROSEMI SWITCHTEC
10242 M:      Kurt Schwemmer <[email protected]>
10243 M:      Stephen Bates <[email protected]>
10244 M:      Logan Gunthorpe <[email protected]>
10245 L:      [email protected]
10246 S:      Maintained
10247 F:      Documentation/switchtec.txt
10248 F:      Documentation/ABI/testing/sysfs-class-switchtec
10249 F:      drivers/pci/switch/switchtec*
10250 F:      include/uapi/linux/switchtec_ioctl.h
10251
10252 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10253 M:      Thomas Petazzoni <[email protected]>
10254 M:      Jason Cooper <[email protected]>
10255 L:      [email protected]
10256 L:      [email protected] (moderated for non-subscribers)
10257 S:      Maintained
10258 F:      drivers/pci/host/*mvebu*
10259
10260 PCI DRIVER FOR NVIDIA TEGRA
10261 M:      Thierry Reding <[email protected]>
10262 L:      [email protected]
10263 L:      [email protected]
10264 S:      Supported
10265 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10266 F:      drivers/pci/host/pci-tegra.c
10267
10268 PCI DRIVER FOR RENESAS R-CAR
10269 M:      Simon Horman <[email protected]>
10270 L:      [email protected]
10271 L:      [email protected]
10272 S:      Maintained
10273 F:      drivers/pci/host/*rcar*
10274
10275 PCI DRIVER FOR SAMSUNG EXYNOS
10276 M:      Jingoo Han <[email protected]>
10277 L:      [email protected]
10278 L:      [email protected] (moderated for non-subscribers)
10279 L:      [email protected] (moderated for non-subscribers)
10280 S:      Maintained
10281 F:      drivers/pci/dwc/pci-exynos.c
10282
10283 PCI DRIVER FOR SYNOPSIS DESIGNWARE
10284 M:      Jingoo Han <[email protected]>
10285 M:      Joao Pinto <[email protected]>
10286 L:      [email protected]
10287 S:      Maintained
10288 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
10289 F:      drivers/pci/dwc/*designware*
10290
10291 PCI DRIVER FOR TI DRA7XX
10292 M:      Kishon Vijay Abraham I <[email protected]>
10293 L:      [email protected]
10294 L:      [email protected]
10295 S:      Supported
10296 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
10297 F:      drivers/pci/dwc/pci-dra7xx.c
10298
10299 PCI DRIVER FOR TI KEYSTONE
10300 M:      Murali Karicheri <[email protected]>
10301 L:      [email protected]
10302 L:      [email protected] (moderated for non-subscribers)
10303 S:      Maintained
10304 F:      drivers/pci/dwc/*keystone*
10305
10306 PCI ENDPOINT SUBSYSTEM
10307 M:      Kishon Vijay Abraham I <[email protected]>
10308 L:      [email protected]
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10310 S:      Supported
10311 F:      drivers/pci/endpoint/
10312 F:      drivers/misc/pci_endpoint_test.c
10313 F:      tools/pci/
10314
10315 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10316 M:      Russell Currey <[email protected]>
10317 L:      [email protected]
10318 S:      Supported
10319 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
10320 F:      arch/powerpc/kernel/eeh*.c
10321 F:      arch/powerpc/platforms/*/eeh*.c
10322 F:      arch/powerpc/include/*/eeh*.h
10323
10324 PCI ERROR RECOVERY
10325 M:      Linas Vepstas <[email protected]>
10326 L:      [email protected]
10327 S:      Supported
10328 F:      Documentation/PCI/pci-error-recovery.txt
10329
10330 PCI MSI DRIVER FOR ALTERA MSI IP
10331 M:      Ley Foon Tan <[email protected]>
10332 L:      [email protected] (moderated for non-subscribers)
10333 L:      [email protected]
10334 S:      Supported
10335 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10336 F:      drivers/pci/host/pcie-altera-msi.c
10337
10338 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10339 M:      Duc Dang <[email protected]>
10340 L:      [email protected]
10341 L:      [email protected]
10342 S:      Maintained
10343 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10344 F:      drivers/pci/host/pci-xgene-msi.c
10345
10346 PCI SUBSYSTEM
10347 M:      Bjorn Helgaas <[email protected]>
10348 L:      [email protected]
10349 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
10350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10351 S:      Supported
10352 F:      Documentation/devicetree/bindings/pci/
10353 F:      Documentation/PCI/
10354 F:      drivers/pci/
10355 F:      include/linux/pci*
10356 F:      arch/x86/pci/
10357 F:      arch/x86/kernel/quirks.c
10358
10359 PCIE DRIVER FOR AXIS ARTPEC
10360 M:      Niklas Cassel <[email protected]>
10361 M:      Jesper Nilsson <[email protected]>
10362 L:      [email protected]
10363 L:      [email protected]
10364 S:      Maintained
10365 F:      Documentation/devicetree/bindings/pci/axis,artpec*
10366 F:      drivers/pci/dwc/*artpec*
10367
10368 PCIE DRIVER FOR CAVIUM THUNDERX
10369 M:      David Daney <[email protected]>
10370 L:      [email protected]
10371 L:      [email protected] (moderated for non-subscribers)
10372 S:      Supported
10373 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
10374 F:      drivers/pci/host/pci-thunder-*
10375
10376 PCIE DRIVER FOR HISILICON
10377 M:      Zhou Wang <[email protected]>
10378 M:      Gabriele Paoloni <[email protected]>
10379 L:      [email protected]
10380 S:      Maintained
10381 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10382 F:      drivers/pci/dwc/pcie-hisi.c
10383
10384 PCIE DRIVER FOR HISILICON KIRIN
10385 M:      Xiaowei Song <[email protected]>
10386 M:      Binghui Wang <[email protected]>
10387 L:      [email protected]
10388 S:      Maintained
10389 F:      Documentation/devicetree/bindings/pci/pcie-kirin.txt
10390 F:      drivers/pci/dwc/pcie-kirin.c
10391
10392 PCIE DRIVER FOR MEDIATEK
10393 M:      Ryder Lee <[email protected]>
10394 L:      [email protected]
10395 L:      [email protected]
10396 S:      Supported
10397 F:      Documentation/devicetree/bindings/pci/mediatek*
10398 F:      drivers/pci/host/*mediatek*
10399
10400 PCIE DRIVER FOR QUALCOMM MSM
10401 M:      Stanimir Varbanov <[email protected]>
10402 L:      [email protected]
10403 L:      [email protected]
10404 S:      Maintained
10405 F:      drivers/pci/dwc/*qcom*
10406
10407 PCIE DRIVER FOR ROCKCHIP
10408 M:      Shawn Lin <[email protected]>
10409 L:      [email protected]
10410 L:      [email protected]
10411 S:      Maintained
10412 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10413 F:      drivers/pci/host/pcie-rockchip.c
10414
10415 PCIE DRIVER FOR ST SPEAR13XX
10416 M:      Pratyush Anand <[email protected]>
10417 L:      [email protected]
10418 S:      Maintained
10419 F:      drivers/pci/dwc/*spear*
10420
10421 PCMCIA SUBSYSTEM
10422 P:      Linux PCMCIA Team
10423 L:      [email protected]
10424 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10426 S:      Maintained
10427 F:      Documentation/pcmcia/
10428 F:      tools/pcmcia/
10429 F:      drivers/pcmcia/
10430 F:      include/pcmcia/
10431
10432 PCNET32 NETWORK DRIVER
10433 M:      Don Fry <[email protected]>
10434 L:      [email protected]
10435 S:      Maintained
10436 F:      drivers/net/ethernet/amd/pcnet32.c
10437
10438 PCRYPT PARALLEL CRYPTO ENGINE
10439 M:      Steffen Klassert <[email protected]>
10440 L:      [email protected]
10441 S:      Maintained
10442 F:      crypto/pcrypt.c
10443 F:      include/crypto/pcrypt.h
10444
10445 PER-CPU MEMORY ALLOCATOR
10446 M:      Tejun Heo <[email protected]>
10447 M:      Christoph Lameter <[email protected]>
10448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10449 S:      Maintained
10450 F:      include/linux/percpu*.h
10451 F:      mm/percpu*.c
10452 F:      arch/*/include/asm/percpu.h
10453
10454 PER-TASK DELAY ACCOUNTING
10455 M:      Balbir Singh <[email protected]>
10456 S:      Maintained
10457 F:      include/linux/delayacct.h
10458 F:      kernel/delayacct.c
10459
10460 PERFORMANCE EVENTS SUBSYSTEM
10461 M:      Peter Zijlstra <[email protected]>
10462 M:      Ingo Molnar <[email protected]>
10463 M:      Arnaldo Carvalho de Melo <[email protected]>
10464 R:      Alexander Shishkin <[email protected]>
10465 L:      [email protected]
10466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10467 S:      Supported
10468 F:      kernel/events/*
10469 F:      include/linux/perf_event.h
10470 F:      include/uapi/linux/perf_event.h
10471 F:      arch/*/kernel/perf_event*.c
10472 F:      arch/*/kernel/*/perf_event*.c
10473 F:      arch/*/kernel/*/*/perf_event*.c
10474 F:      arch/*/include/asm/perf_event.h
10475 F:      arch/*/kernel/perf_callchain.c
10476 F:      arch/*/events/*
10477 F:      tools/perf/
10478
10479 PERSONALITY HANDLING
10480 M:      Christoph Hellwig <[email protected]>
10481 L:      [email protected]
10482 S:      Maintained
10483 F:      include/linux/personality.h
10484 F:      include/uapi/linux/personality.h
10485
10486 PHONET PROTOCOL
10487 M:      Remi Denis-Courmont <[email protected]>
10488 S:      Supported
10489 F:      Documentation/networking/phonet.txt
10490 F:      include/linux/phonet.h
10491 F:      include/net/phonet/
10492 F:      include/uapi/linux/phonet.h
10493 F:      net/phonet/
10494
10495 PHRAM MTD DRIVER
10496 M:      Joern Engel <[email protected]>
10497 L:      [email protected]
10498 S:      Maintained
10499 F:      drivers/mtd/devices/phram.c
10500
10501 PICOLCD HID DRIVER
10502 M:      Bruno Prémont <[email protected]>
10503 L:      [email protected]
10504 S:      Maintained
10505 F:      drivers/hid/hid-picolcd*
10506
10507 PICOXCELL SUPPORT
10508 M:      Jamie Iles <[email protected]>
10509 L:      [email protected] (moderated for non-subscribers)
10510 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10511 S:      Supported
10512 F:      arch/arm/boot/dts/picoxcell*
10513 F:      arch/arm/mach-picoxcell/
10514 F:      drivers/crypto/picoxcell*
10515
10516 PIN CONTROL SUBSYSTEM
10517 M:      Linus Walleij <[email protected]>
10518 L:      [email protected]
10519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10520 S:      Maintained
10521 F:      Documentation/devicetree/bindings/pinctrl/
10522 F:      Documentation/driver-api/pinctl.rst
10523 F:      drivers/pinctrl/
10524 F:      include/linux/pinctrl/
10525
10526 PIN CONTROLLER - ATMEL AT91
10527 M:      Jean-Christophe Plagniol-Villard <[email protected]>
10528 L:      [email protected] (moderated for non-subscribers)
10529 S:      Maintained
10530 F:      drivers/pinctrl/pinctrl-at91.*
10531
10532 PIN CONTROLLER - ATMEL AT91 PIO4
10533 M:      Ludovic Desroches <[email protected]>
10534 L:      [email protected] (moderated for non-subscribers)
10535 L:      [email protected]
10536 S:      Supported
10537 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10538
10539 PIN CONTROLLER - INTEL
10540 M:      Mika Westerberg <[email protected]>
10541 M:      Heikki Krogerus <[email protected]>
10542 S:      Maintained
10543 F:      drivers/pinctrl/intel/
10544
10545 PIN CONTROLLER - QUALCOMM
10546 M:      Bjorn Andersson <[email protected]>
10547 S:      Maintained
10548 L:      [email protected]
10549 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10550 F:      drivers/pinctrl/qcom/
10551
10552 PIN CONTROLLER - RENESAS
10553 M:      Laurent Pinchart <[email protected]>
10554 M:      Geert Uytterhoeven <[email protected]>
10555 L:      [email protected]
10556 S:      Maintained
10557 F:      drivers/pinctrl/sh-pfc/
10558
10559 PIN CONTROLLER - SAMSUNG
10560 M:      Tomasz Figa <[email protected]>
10561 M:      Krzysztof Kozlowski <[email protected]>
10562 M:      Sylwester Nawrocki <[email protected]>
10563 L:      [email protected] (moderated for non-subscribers)
10564 L:      [email protected] (moderated for non-subscribers)
10565 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10567 S:      Maintained
10568 F:      drivers/pinctrl/samsung/
10569 F:      include/dt-bindings/pinctrl/samsung.h
10570 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10571
10572 PIN CONTROLLER - SINGLE
10573 M:      Tony Lindgren <[email protected]>
10574 M:      Haojian Zhuang <[email protected]>
10575 L:      [email protected] (moderated for non-subscribers)
10576 L:      [email protected]
10577 S:      Maintained
10578 F:      drivers/pinctrl/pinctrl-single.c
10579
10580 PIN CONTROLLER - ST SPEAR
10581 M:      Viresh Kumar <[email protected]>
10582 L:      [email protected] (moderated for non-subscribers)
10583 W:      http://www.st.com/spear
10584 S:      Maintained
10585 F:      drivers/pinctrl/spear/
10586
10587 PISTACHIO SOC SUPPORT
10588 M:      James Hartley <[email protected]>
10589 M:      Ionela Voinescu <[email protected]>
10590 L:      [email protected]
10591 S:      Maintained
10592 F:      arch/mips/pistachio/
10593 F:      arch/mips/include/asm/mach-pistachio/
10594 F:      arch/mips/boot/dts/img/pistachio*
10595 F:      arch/mips/configs/pistachio*_defconfig
10596
10597 PKTCDVD DRIVER
10598 S:      Orphan
10599 M:      [email protected]
10600 F:      drivers/block/pktcdvd.c
10601 F:      include/linux/pktcdvd.h
10602 F:      include/uapi/linux/pktcdvd.h
10603
10604 PKUNITY SOC DRIVERS
10605 M:      Guan Xuetao <[email protected]>
10606 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10607 S:      Maintained
10608 T:      git git://github.com/gxt/linux.git
10609 F:      drivers/input/serio/i8042-unicore32io.h
10610 F:      drivers/i2c/busses/i2c-puv3.c
10611 F:      drivers/video/fbdev/fb-puv3.c
10612 F:      drivers/rtc/rtc-puv3.c
10613
10614 PMBUS HARDWARE MONITORING DRIVERS
10615 M:      Guenter Roeck <[email protected]>
10616 L:      [email protected]
10617 W:      http://hwmon.wiki.kernel.org/
10618 W:      http://www.roeck-us.net/linux/drivers/
10619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10620 S:      Maintained
10621 F:      Documentation/hwmon/pmbus
10622 F:      drivers/hwmon/pmbus/
10623 F:      include/linux/pmbus.h
10624
10625 PMC SIERRA MaxRAID DRIVER
10626 L:      [email protected]
10627 W:      http://www.pmc-sierra.com/
10628 S:      Orphan
10629 F:      drivers/scsi/pmcraid.*
10630
10631 PMC SIERRA PM8001 DRIVER
10632 M:      Jack Wang <[email protected]>
10633 M:      [email protected]
10634 L:      [email protected]
10635 S:      Supported
10636 F:      drivers/scsi/pm8001/
10637
10638 PNP SUPPORT
10639 M:      "Rafael J. Wysocki" <[email protected]>
10640 S:      Maintained
10641 F:      drivers/pnp/
10642
10643 POSIX CLOCKS and TIMERS
10644 M:      Thomas Gleixner <[email protected]>
10645 L:      [email protected]
10646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10647 S:      Maintained
10648 F:      fs/timerfd.c
10649 F:      include/linux/timer*
10650 F:      kernel/time/*timer*
10651
10652 POWER MANAGEMENT CORE
10653 M:      "Rafael J. Wysocki" <[email protected]>
10654 L:      [email protected]
10655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10656 B:      https://bugzilla.kernel.org
10657 S:      Supported
10658 F:      drivers/base/power/
10659 F:      include/linux/pm.h
10660 F:      include/linux/pm_*
10661 F:      include/linux/powercap.h
10662 F:      drivers/powercap/
10663
10664 POWER STATE COORDINATION INTERFACE (PSCI)
10665 M:      Mark Rutland <[email protected]>
10666 M:      Lorenzo Pieralisi <[email protected]>
10667 L:      [email protected]
10668 S:      Maintained
10669 F:      drivers/firmware/psci*.c
10670 F:      include/linux/psci.h
10671 F:      include/uapi/linux/psci.h
10672
10673 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10674 M:      Sebastian Reichel <[email protected]>
10675 L:      [email protected]
10676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10677 S:      Maintained
10678 F:      Documentation/devicetree/bindings/power/supply/
10679 F:      include/linux/power_supply.h
10680 F:      drivers/power/supply/
10681
10682 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10683 M:      Suraj Jitindar Singh <[email protected]>
10684 L:      [email protected]
10685 S:      Maintained
10686 F:      drivers/char/powernv-op-panel.c
10687
10688 PPP OVER ATM (RFC 2364)
10689 M:      Mitchell Blank Jr <[email protected]>
10690 S:      Maintained
10691 F:      net/atm/pppoatm.c
10692 F:      include/uapi/linux/atmppp.h
10693
10694 PPP OVER ETHERNET
10695 M:      Michal Ostrowski <[email protected]>
10696 S:      Maintained
10697 F:      drivers/net/ppp/pppoe.c
10698 F:      drivers/net/ppp/pppox.c
10699
10700 PPP OVER L2TP
10701 M:      James Chapman <[email protected]>
10702 S:      Maintained
10703 F:      net/l2tp/l2tp_ppp.c
10704 F:      include/linux/if_pppol2tp.h
10705 F:      include/uapi/linux/if_pppol2tp.h
10706
10707 PPP PROTOCOL DRIVERS AND COMPRESSORS
10708 M:      Paul Mackerras <[email protected]>
10709 L:      [email protected]
10710 S:      Maintained
10711 F:      drivers/net/ppp/ppp_*
10712
10713 PPS SUPPORT
10714 M:      Rodolfo Giometti <[email protected]>
10715 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10716 L:      [email protected] (subscribers-only)
10717 S:      Maintained
10718 F:      Documentation/pps/
10719 F:      drivers/pps/
10720 F:      include/linux/pps*.h
10721
10722 PPTP DRIVER
10723 M:      Dmitry Kozlov <[email protected]>
10724 L:      [email protected]
10725 S:      Maintained
10726 F:      drivers/net/ppp/pptp.c
10727 W:      http://sourceforge.net/projects/accel-pptp
10728
10729 PREEMPTIBLE KERNEL
10730 M:      Robert Love <[email protected]>
10731 L:      [email protected]
10732 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10733 S:      Supported
10734 F:      Documentation/preempt-locking.txt
10735 F:      include/linux/preempt.h
10736
10737 PRINTK
10738 M:      Petr Mladek <[email protected]>
10739 M:      Sergey Senozhatsky <[email protected]>
10740 R:      Steven Rostedt <[email protected]>
10741 S:      Maintained
10742 F:      kernel/printk/
10743 F:      include/linux/printk.h
10744
10745 PRISM54 WIRELESS DRIVER
10746 M:      "Luis R. Rodriguez" <[email protected]>
10747 L:      [email protected]
10748 W:      http://wireless.kernel.org/en/users/Drivers/p54
10749 S:      Obsolete
10750 F:      drivers/net/wireless/intersil/prism54/
10751
10752 PROC SYSCTL
10753 M:      "Luis R. Rodriguez" <[email protected]>
10754 M:      Kees Cook <[email protected]>
10755 L:      [email protected]
10756 L:      [email protected]
10757 S:      Maintained
10758 F:      fs/proc/proc_sysctl.c
10759 F:      include/linux/sysctl.h
10760 F:      kernel/sysctl.c
10761 F:      tools/testing/selftests/sysctl/
10762
10763 PS3 NETWORK SUPPORT
10764 M:      Geoff Levand <[email protected]>
10765 L:      [email protected]
10766 L:      [email protected]
10767 S:      Maintained
10768 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10769
10770 PS3 PLATFORM SUPPORT
10771 M:      Geoff Levand <[email protected]>
10772 L:      [email protected]
10773 S:      Maintained
10774 F:      arch/powerpc/boot/ps3*
10775 F:      arch/powerpc/include/asm/lv1call.h
10776 F:      arch/powerpc/include/asm/ps3*.h
10777 F:      arch/powerpc/platforms/ps3/
10778 F:      drivers/*/ps3*
10779 F:      drivers/ps3/
10780 F:      drivers/rtc/rtc-ps3.c
10781 F:      drivers/usb/host/*ps3.c
10782 F:      sound/ppc/snd_ps3*
10783
10784 PS3VRAM DRIVER
10785 M:      Jim Paris <[email protected]>
10786 M:      Geoff Levand <[email protected]>
10787 L:      [email protected]
10788 S:      Maintained
10789 F:      drivers/block/ps3vram.c
10790
10791 PSAMPLE PACKET SAMPLING SUPPORT:
10792 M:      Yotam Gigi <[email protected]>
10793 S:      Maintained
10794 F:      net/psample
10795 F:      include/net/psample.h
10796 F:      include/uapi/linux/psample.h
10797
10798 PSTORE FILESYSTEM
10799 M:      Kees Cook <[email protected]>
10800 M:      Anton Vorontsov <[email protected]>
10801 M:      Colin Cross <[email protected]>
10802 M:      Tony Luck <[email protected]>
10803 S:      Maintained
10804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10805 F:      fs/pstore/
10806 F:      include/linux/pstore*
10807 F:      drivers/firmware/efi/efi-pstore.c
10808 F:      drivers/acpi/apei/erst.c
10809 F:      Documentation/admin-guide/ramoops.rst
10810 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10811 K:      \b(pstore|ramoops)
10812
10813 PTP HARDWARE CLOCK SUPPORT
10814 M:      Richard Cochran <[email protected]>
10815 L:      [email protected]
10816 S:      Maintained
10817 W:      http://linuxptp.sourceforge.net/
10818 F:      Documentation/ABI/testing/sysfs-ptp
10819 F:      Documentation/ptp/*
10820 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10821 F:      drivers/net/phy/dp83640*
10822 F:      drivers/ptp/*
10823 F:      include/linux/ptp_cl*
10824
10825 PTRACE SUPPORT
10826 M:      Oleg Nesterov <[email protected]>
10827 S:      Maintained
10828 F:      include/asm-generic/syscall.h
10829 F:      include/linux/ptrace.h
10830 F:      include/linux/regset.h
10831 F:      include/linux/tracehook.h
10832 F:      include/uapi/linux/ptrace.h
10833 F:      include/uapi/linux/ptrace.h
10834 F:      include/asm-generic/ptrace.h
10835 F:      kernel/ptrace.c
10836 F:      arch/*/ptrace*.c
10837 F:      arch/*/*/ptrace*.c
10838 F:      arch/*/include/asm/ptrace*.h
10839
10840 PULSE8-CEC DRIVER
10841 M:      Hans Verkuil <[email protected]>
10842 L:      [email protected]
10843 T:      git git://linuxtv.org/media_tree.git
10844 S:      Maintained
10845 F:      drivers/media/usb/pulse8-cec/*
10846 F:      Documentation/media/cec-drivers/pulse8-cec.rst
10847
10848 PVRUSB2 VIDEO4LINUX DRIVER
10849 M:      Mike Isely <[email protected]>
10850 L:      [email protected]       (subscribers-only)
10851 L:      [email protected]
10852 W:      http://www.isely.net/pvrusb2/
10853 T:      git git://linuxtv.org/media_tree.git
10854 S:      Maintained
10855 F:      Documentation/media/v4l-drivers/pvrusb2*
10856 F:      drivers/media/usb/pvrusb2/
10857
10858 PWC WEBCAM DRIVER
10859 M:      Hans Verkuil <[email protected]>
10860 L:      [email protected]
10861 T:      git git://linuxtv.org/media_tree.git
10862 S:      Odd Fixes
10863 F:      drivers/media/usb/pwc/*
10864
10865 PWM FAN DRIVER
10866 M:      Kamil Debski <[email protected]>
10867 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10868 L:      [email protected]
10869 S:      Supported
10870 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10871 F:      Documentation/hwmon/pwm-fan
10872 F:      drivers/hwmon/pwm-fan.c
10873
10874 PWM IR Transmitter
10875 M:      Sean Young <[email protected]>
10876 L:      [email protected]
10877 S:      Maintained
10878 F:      drivers/media/rc/pwm-ir-tx.c
10879
10880 PWM SUBSYSTEM
10881 M:      Thierry Reding <[email protected]>
10882 L:      [email protected]
10883 S:      Maintained
10884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10885 F:      Documentation/pwm.txt
10886 F:      Documentation/devicetree/bindings/pwm/
10887 F:      include/linux/pwm.h
10888 F:      drivers/pwm/
10889 F:      drivers/video/backlight/pwm_bl.c
10890 F:      include/linux/pwm_backlight.h
10891 F:      drivers/gpio/gpio-mvebu.c
10892 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10893
10894 PXA GPIO DRIVER
10895 M:      Robert Jarzmik <[email protected]>
10896 L:      [email protected]
10897 S:      Maintained
10898 F:      drivers/gpio/gpio-pxa.c
10899
10900 PXA MMCI DRIVER
10901 S:      Orphan
10902
10903 PXA RTC DRIVER
10904 M:      Robert Jarzmik <[email protected]>
10905 L:      [email protected]
10906 S:      Maintained
10907
10908 PXA2xx/PXA3xx SUPPORT
10909 M:      Daniel Mack <[email protected]>
10910 M:      Haojian Zhuang <[email protected]>
10911 M:      Robert Jarzmik <[email protected]>
10912 L:      [email protected] (moderated for non-subscribers)
10913 T:      git git://github.com/hzhuang1/linux.git
10914 T:      git git://github.com/rjarzmik/linux.git
10915 S:      Maintained
10916 F:      arch/arm/boot/dts/pxa*
10917 F:      arch/arm/mach-pxa/
10918 F:      drivers/dma/pxa*
10919 F:      drivers/pcmcia/pxa2xx*
10920 F:      drivers/pinctrl/pxa/
10921 F:      drivers/spi/spi-pxa2xx*
10922 F:      drivers/usb/gadget/udc/pxa2*
10923 F:      include/sound/pxa2xx-lib.h
10924 F:      sound/arm/pxa*
10925 F:      sound/soc/pxa/
10926
10927 PXA3xx NAND FLASH DRIVER
10928 M:      Ezequiel Garcia <[email protected]>
10929 L:      [email protected]
10930 S:      Maintained
10931 F:      drivers/mtd/nand/pxa3xx_nand.c
10932
10933 QAT DRIVER
10934 M:      Giovanni Cabiddu <[email protected]>
10935 M:      Salvatore Benedetto <[email protected]>
10936 L:      [email protected]
10937 S:      Supported
10938 F:      drivers/crypto/qat/
10939
10940 QCOM AUDIO (ASoC) DRIVERS
10941 M:      Patrick Lai <[email protected]>
10942 M:      Banajit Goswami <[email protected]>
10943 L:      [email protected] (moderated for non-subscribers)
10944 S:      Supported
10945 F:      sound/soc/qcom/
10946
10947 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10948 M:      Gabriel Somlo <[email protected]>
10949 M:      "Michael S. Tsirkin" <[email protected]>
10950 L:      [email protected]
10951 S:      Maintained
10952 F:      drivers/firmware/qemu_fw_cfg.c
10953
10954 QIB DRIVER
10955 M:      Mike Marciniszyn <[email protected]>
10956 L:      [email protected]
10957 S:      Supported
10958 F:      drivers/infiniband/hw/qib/
10959
10960 QLOGIC QL41xxx FCOE DRIVER
10961 M:      [email protected]
10962 L:      [email protected]
10963 S:      Supported
10964 F:      drivers/scsi/qedf/
10965
10966 QLOGIC QL41xxx ISCSI DRIVER
10967 M:      [email protected]
10968 L:      [email protected]
10969 S:      Supported
10970 F:      drivers/scsi/qedi/
10971
10972 QLOGIC QL4xxx ETHERNET DRIVER
10973 M:      Yuval Mintz <[email protected]>
10974 M:      Ariel Elior <[email protected]>
10975 M:      [email protected]
10976 L:      [email protected]
10977 S:      Supported
10978 F:      drivers/net/ethernet/qlogic/qed/
10979 F:      include/linux/qed/
10980 F:      drivers/net/ethernet/qlogic/qede/
10981
10982 QLOGIC QL4xxx RDMA DRIVER
10983 M:      Ram Amrani <[email protected]>
10984 M:      Ariel Elior <[email protected]>
10985 L:      [email protected]
10986 S:      Supported
10987 F:      drivers/infiniband/hw/qedr/
10988 F:      include/uapi/rdma/qedr-abi.h
10989
10990 QLOGIC QLA1280 SCSI DRIVER
10991 M:      Michael Reed <[email protected]>
10992 L:      [email protected]
10993 S:      Maintained
10994 F:      drivers/scsi/qla1280.[ch]
10995
10996 QLOGIC QLA2XXX FC-SCSI DRIVER
10997 M:      [email protected]
10998 L:      [email protected]
10999 S:      Supported
11000 F:      Documentation/scsi/LICENSE.qla2xxx
11001 F:      drivers/scsi/qla2xxx/
11002
11003 QLOGIC QLA3XXX NETWORK DRIVER
11004 M:      [email protected]
11005 L:      [email protected]
11006 S:      Supported
11007 F:      Documentation/networking/LICENSE.qla3xxx
11008 F:      drivers/net/ethernet/qlogic/qla3xxx.*
11009
11010 QLOGIC QLA4XXX iSCSI DRIVER
11011 M:      [email protected]
11012 L:      [email protected]
11013 S:      Supported
11014 F:      Documentation/scsi/LICENSE.qla4xxx
11015 F:      drivers/scsi/qla4xxx/
11016
11017 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11018 M:      Harish Patil <[email protected]>
11019 M:      Manish Chopra <[email protected]>
11020 M:      [email protected]
11021 L:      [email protected]
11022 S:      Supported
11023 F:      drivers/net/ethernet/qlogic/qlcnic/
11024
11025 QLOGIC QLGE 10Gb ETHERNET DRIVER
11026 M:      Harish Patil <[email protected]>
11027 M:      Manish Chopra <[email protected]>
11028 M:      [email protected]
11029 L:      [email protected]
11030 S:      Supported
11031 F:      drivers/net/ethernet/qlogic/qlge/
11032
11033 QNX4 FILESYSTEM
11034 M:      Anders Larsen <[email protected]>
11035 W:      http://www.alarsen.net/linux/qnx4fs/
11036 S:      Maintained
11037 F:      fs/qnx4/
11038 F:      include/uapi/linux/qnx4_fs.h
11039 F:      include/uapi/linux/qnxtypes.h
11040
11041 QORIQ DPAA2 FSL-MC BUS DRIVER
11042 M:      Stuart Yoder <[email protected]>
11043 M:      Laurentiu Tudor <[email protected]>
11044 L:      [email protected]
11045 S:      Maintained
11046 F:      drivers/staging/fsl-mc/
11047 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11048
11049 QT1010 MEDIA DRIVER
11050 M:      Antti Palosaari <[email protected]>
11051 L:      [email protected]
11052 W:      https://linuxtv.org
11053 W:      http://palosaari.fi/linux/
11054 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11055 T:      git git://linuxtv.org/anttip/media_tree.git
11056 S:      Maintained
11057 F:      drivers/media/tuners/qt1010*
11058
11059 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11060 M:      Kalle Valo <[email protected]>
11061 L:      [email protected]
11062 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
11063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11064 S:      Supported
11065 F:      drivers/net/wireless/ath/ath10k/
11066
11067 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11068 M:      QCA ath9k Development <[email protected]>
11069 L:      [email protected]
11070 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
11071 S:      Supported
11072 F:      drivers/net/wireless/ath/ath9k/
11073
11074 QUALCOMM CAMERA SUBSYSTEM DRIVER
11075 M:      Todor Tomov <[email protected]>
11076 L:      [email protected]
11077 S:      Maintained
11078 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
11079 F:      Documentation/media/v4l-drivers/qcom_camss.rst
11080 F:      drivers/media/platform/qcom/camss-8x16/
11081
11082 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11083 M:      Timur Tabi <[email protected]>
11084 L:      [email protected]
11085 S:      Supported
11086 F:      drivers/net/ethernet/qualcomm/emac/
11087
11088 QUALCOMM HEXAGON ARCHITECTURE
11089 M:      Richard Kuo <[email protected]>
11090 L:      [email protected]
11091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11092 S:      Supported
11093 F:      arch/hexagon/
11094
11095 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11096 M:      Stanimir Varbanov <[email protected]>
11097 L:      [email protected]
11098 L:      [email protected]
11099 T:      git git://linuxtv.org/media_tree.git
11100 S:      Maintained
11101 F:      drivers/media/platform/qcom/venus/
11102
11103 QUALCOMM WCN36XX WIRELESS DRIVER
11104 M:      Eugene Krasnikov <[email protected]>
11105 L:      [email protected]
11106 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
11107 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
11108 S:      Supported
11109 F:      drivers/net/wireless/ath/wcn36xx/
11110
11111 QUANTENNA QTNFMAC WIRELESS DRIVER
11112 M:      Igor Mitsyanko <[email protected]>
11113 M:      Avinash Patil <[email protected]>
11114 M:      Sergey Matyukevich <[email protected]>
11115 L:      [email protected]
11116 S:      Maintained
11117 F:      drivers/net/wireless/quantenna
11118
11119 RADEON and AMDGPU DRM DRIVERS
11120 M:      Alex Deucher <[email protected]>
11121 M:      Christian König <[email protected]>
11122 L:      [email protected]
11123 T:      git git://people.freedesktop.org/~agd5f/linux
11124 S:      Supported
11125 F:      drivers/gpu/drm/radeon/
11126 F:      include/uapi/drm/radeon_drm.h
11127 F:      drivers/gpu/drm/amd/
11128 F:      include/uapi/drm/amdgpu_drm.h
11129
11130 RADEON FRAMEBUFFER DISPLAY DRIVER
11131 M:      Benjamin Herrenschmidt <[email protected]>
11132 L:      [email protected]
11133 S:      Maintained
11134 F:      drivers/video/fbdev/aty/radeon*
11135 F:      include/uapi/linux/radeonfb.h
11136
11137 RADIOSHARK RADIO DRIVER
11138 M:      Hans Verkuil <[email protected]>
11139 L:      [email protected]
11140 T:      git git://linuxtv.org/media_tree.git
11141 S:      Maintained
11142 F:      drivers/media/radio/radio-shark.c
11143
11144 RADIOSHARK2 RADIO DRIVER
11145 M:      Hans Verkuil <[email protected]>
11146 L:      [email protected]
11147 T:      git git://linuxtv.org/media_tree.git
11148 S:      Maintained
11149 F:      drivers/media/radio/radio-shark2.c
11150 F:      drivers/media/radio/radio-tea5777.c
11151
11152 RADOS BLOCK DEVICE (RBD)
11153 M:      Ilya Dryomov <[email protected]>
11154 M:      Sage Weil <[email protected]>
11155 M:      Alex Elder <[email protected]>
11156 L:      [email protected]
11157 W:      http://ceph.com/
11158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11159 T:      git git://github.com/ceph/ceph-client.git
11160 S:      Supported
11161 F:      Documentation/ABI/testing/sysfs-bus-rbd
11162 F:      drivers/block/rbd.c
11163 F:      drivers/block/rbd_types.h
11164
11165 RAGE128 FRAMEBUFFER DISPLAY DRIVER
11166 M:      Paul Mackerras <[email protected]>
11167 L:      [email protected]
11168 S:      Maintained
11169 F:      drivers/video/fbdev/aty/aty128fb.c
11170
11171 RAINSHADOW-CEC DRIVER
11172 M:      Hans Verkuil <[email protected]>
11173 L:      [email protected]
11174 T:      git git://linuxtv.org/media_tree.git
11175 S:      Maintained
11176 F:      drivers/media/usb/rainshadow-cec/*
11177
11178 RALINK MIPS ARCHITECTURE
11179 M:      John Crispin <[email protected]>
11180 L:      [email protected]
11181 S:      Maintained
11182 F:      arch/mips/ralink
11183
11184 RALINK RT2X00 WIRELESS LAN DRIVER
11185 P:      rt2x00 project
11186 M:      Stanislaw Gruszka <[email protected]>
11187 M:      Helmut Schaa <[email protected]>
11188 L:      [email protected]
11189 S:      Maintained
11190 F:      drivers/net/wireless/ralink/rt2x00/
11191
11192 RAMDISK RAM BLOCK DEVICE DRIVER
11193 M:      Jens Axboe <[email protected]>
11194 S:      Maintained
11195 F:      Documentation/blockdev/ramdisk.txt
11196 F:      drivers/block/brd.c
11197
11198 RANDOM NUMBER DRIVER
11199 M:      "Theodore Ts'o" <[email protected]>
11200 S:      Maintained
11201 F:      drivers/char/random.c
11202
11203 RAPIDIO SUBSYSTEM
11204 M:      Matt Porter <[email protected]>
11205 M:      Alexandre Bounine <[email protected]>
11206 S:      Maintained
11207 F:      drivers/rapidio/
11208
11209 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11210 L:      [email protected]
11211 S:      Orphan
11212 F:      drivers/net/wireless/ray*
11213
11214 RCUTORTURE MODULE
11215 M:      Josh Triplett <[email protected]>
11216 M:      "Paul E. McKenney" <[email protected]>
11217 L:      [email protected]
11218 S:      Supported
11219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11220 F:      Documentation/RCU/torture.txt
11221 F:      kernel/rcu/rcutorture.c
11222
11223 RCUTORTURE TEST FRAMEWORK
11224 M:      "Paul E. McKenney" <[email protected]>
11225 M:      Josh Triplett <[email protected]>
11226 R:      Steven Rostedt <[email protected]>
11227 R:      Mathieu Desnoyers <[email protected]>
11228 R:      Lai Jiangshan <[email protected]>
11229 L:      [email protected]
11230 S:      Supported
11231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11232 F:      tools/testing/selftests/rcutorture
11233
11234 RDC R-321X SoC
11235 M:      Florian Fainelli <[email protected]>
11236 S:      Maintained
11237
11238 RDC R6040 FAST ETHERNET DRIVER
11239 M:      Florian Fainelli <[email protected]>
11240 L:      [email protected]
11241 S:      Maintained
11242 F:      drivers/net/ethernet/rdc/r6040.c
11243
11244 RDMAVT - RDMA verbs software
11245 M:      Dennis Dalessandro <[email protected]>
11246 L:      [email protected]
11247 S:      Supported
11248 F:      drivers/infiniband/sw/rdmavt
11249
11250 RDS - RELIABLE DATAGRAM SOCKETS
11251 M:      Santosh Shilimkar <[email protected]>
11252 L:      [email protected]
11253 L:      [email protected]
11254 L:      [email protected] (moderated for non-subscribers)
11255 W:      https://oss.oracle.com/projects/rds/
11256 S:      Supported
11257 F:      net/rds/
11258 F:      Documentation/networking/rds.txt
11259
11260 RDT - RESOURCE ALLOCATION
11261 M:      Fenghua Yu <[email protected]>
11262 L:      [email protected]
11263 S:      Supported
11264 F:      arch/x86/kernel/cpu/intel_rdt*
11265 F:      arch/x86/include/asm/intel_rdt_sched.h
11266 F:      Documentation/x86/intel_rdt*
11267
11268 READ-COPY UPDATE (RCU)
11269 M:      "Paul E. McKenney" <[email protected]>
11270 M:      Josh Triplett <[email protected]>
11271 R:      Steven Rostedt <[email protected]>
11272 R:      Mathieu Desnoyers <[email protected]>
11273 R:      Lai Jiangshan <[email protected]>
11274 L:      [email protected]
11275 W:      http://www.rdrop.com/users/paulmck/RCU/
11276 S:      Supported
11277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11278 F:      Documentation/RCU/
11279 X:      Documentation/RCU/torture.txt
11280 F:      include/linux/rcu*
11281 X:      include/linux/srcu.h
11282 F:      kernel/rcu/
11283 X:      kernel/torture.c
11284
11285 REAL TIME CLOCK (RTC) SUBSYSTEM
11286 M:      Alessandro Zummo <[email protected]>
11287 M:      Alexandre Belloni <[email protected]>
11288 L:      [email protected]
11289 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
11290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11291 S:      Maintained
11292 F:      Documentation/devicetree/bindings/rtc/
11293 F:      Documentation/rtc.txt
11294 F:      drivers/rtc/
11295 F:      include/linux/rtc.h
11296 F:      include/uapi/linux/rtc.h
11297 F:      include/linux/rtc/
11298 F:      include/linux/platform_data/rtc-*
11299 F:      tools/testing/selftests/timers/rtctest.c
11300
11301 REALTEK AUDIO CODECS
11302 M:      Bard Liao <[email protected]>
11303 M:      Oder Chiou <[email protected]>
11304 S:      Maintained
11305 F:      sound/soc/codecs/rt*
11306 F:      include/sound/rt*.h
11307
11308 REGISTER MAP ABSTRACTION
11309 M:      Mark Brown <[email protected]>
11310 L:      [email protected]
11311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11312 S:      Supported
11313 F:      Documentation/devicetree/bindings/regmap/
11314 F:      drivers/base/regmap/
11315 F:      include/linux/regmap.h
11316
11317 REISERFS FILE SYSTEM
11318 L:      [email protected]
11319 S:      Supported
11320 F:      fs/reiserfs/
11321
11322 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11323 M:      Ohad Ben-Cohen <[email protected]>
11324 M:      Bjorn Andersson <[email protected]>
11325 L:      [email protected]
11326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11327 S:      Maintained
11328 F:      Documentation/devicetree/bindings/remoteproc/
11329 F:      Documentation/remoteproc.txt
11330 F:      drivers/remoteproc/
11331 F:      include/linux/remoteproc.h
11332
11333 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11334 M:      Ohad Ben-Cohen <[email protected]>
11335 M:      Bjorn Andersson <[email protected]>
11336 L:      [email protected]
11337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11338 S:      Maintained
11339 F:      drivers/rpmsg/
11340 F:      Documentation/rpmsg.txt
11341 F:      include/linux/rpmsg.h
11342 F:      include/linux/rpmsg/
11343
11344 RENESAS CLOCK DRIVERS
11345 M:      Geert Uytterhoeven <[email protected]>
11346 L:      [email protected]
11347 S:      Supported
11348 F:      drivers/clk/renesas/
11349
11350 RENESAS ETHERNET DRIVERS
11351 R:      Sergei Shtylyov <[email protected]>
11352 L:      [email protected]
11353 L:      [email protected]
11354 F:      drivers/net/ethernet/renesas/
11355 F:      include/linux/sh_eth.h
11356
11357 RENESAS R-CAR GYROADC DRIVER
11358 M:      Marek Vasut <[email protected]>
11359 L:      [email protected]
11360 S:      Supported
11361 F:      drivers/iio/adc/rcar_gyro_adc.c
11362
11363 RENESAS USB PHY DRIVER
11364 M:      Yoshihiro Shimoda <[email protected]>
11365 L:      [email protected]
11366 S:      Maintained
11367 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
11368
11369 RESET CONTROLLER FRAMEWORK
11370 M:      Philipp Zabel <[email protected]>
11371 T:      git git://git.pengutronix.de/git/pza/linux
11372 S:      Maintained
11373 F:      drivers/reset/
11374 F:      Documentation/devicetree/bindings/reset/
11375 F:      include/dt-bindings/reset/
11376 F:      include/linux/reset.h
11377 F:      include/linux/reset-controller.h
11378
11379 RFKILL
11380 M:      Johannes Berg <[email protected]>
11381 L:      [email protected]
11382 W:      http://wireless.kernel.org/
11383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11385 S:      Maintained
11386 F:      Documentation/rfkill.txt
11387 F:      net/rfkill/
11388
11389 RHASHTABLE
11390 M:      Thomas Graf <[email protected]>
11391 M:      Herbert Xu <[email protected]>
11392 L:      [email protected]
11393 S:      Maintained
11394 F:      lib/rhashtable.c
11395 F:      include/linux/rhashtable.h
11396
11397 RICOH R5C592 MEMORYSTICK DRIVER
11398 M:      Maxim Levitsky <[email protected]>
11399 S:      Maintained
11400 F:      drivers/memstick/host/r592.*
11401
11402 RICOH SMARTMEDIA/XD DRIVER
11403 M:      Maxim Levitsky <[email protected]>
11404 S:      Maintained
11405 F:      drivers/mtd/nand/r852.c
11406 F:      drivers/mtd/nand/r852.h
11407
11408 ROCCAT DRIVERS
11409 M:      Stefan Achatz <[email protected]>
11410 W:      http://sourceforge.net/projects/roccat/
11411 S:      Maintained
11412 F:      drivers/hid/hid-roccat*
11413 F:      include/linux/hid-roccat*
11414 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
11415
11416 ROCKER DRIVER
11417 M:      Jiri Pirko <[email protected]>
11418 L:      [email protected]
11419 S:      Supported
11420 F:      drivers/net/ethernet/rocker/
11421
11422 ROCKETPORT DRIVER
11423 P:      Comtrol Corp.
11424 W:      http://www.comtrol.com
11425 S:      Maintained
11426 F:      Documentation/serial/rocket.txt
11427 F:      drivers/tty/rocket*
11428
11429 ROCKETPORT EXPRESS/INFINITY DRIVER
11430 M:      Kevin Cernekee <[email protected]>
11431 L:      [email protected]
11432 S:      Odd Fixes
11433 F:      drivers/tty/serial/rp2.*
11434
11435 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11436 M:      Marek Vasut <[email protected]>
11437 L:      [email protected]
11438 L:      [email protected]
11439 S:      Supported
11440 F:      drivers/mfd/bd9571mwv.c
11441 F:      drivers/regulator/bd9571mwv-regulator.c
11442 F:      drivers/gpio/gpio-bd9571mwv.c
11443 F:      include/linux/mfd/bd9571mwv.h
11444 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11445
11446 ROSE NETWORK LAYER
11447 M:      Ralf Baechle <[email protected]>
11448 L:      [email protected]
11449 W:      http://www.linux-ax25.org/
11450 S:      Maintained
11451 F:      include/net/rose.h
11452 F:      include/uapi/linux/rose.h
11453 F:      net/rose/
11454
11455 RTL2830 MEDIA DRIVER
11456 M:      Antti Palosaari <[email protected]>
11457 L:      [email protected]
11458 W:      https://linuxtv.org
11459 W:      http://palosaari.fi/linux/
11460 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11461 T:      git git://linuxtv.org/anttip/media_tree.git
11462 S:      Maintained
11463 F:      drivers/media/dvb-frontends/rtl2830*
11464
11465 RTL2832 MEDIA DRIVER
11466 M:      Antti Palosaari <[email protected]>
11467 L:      [email protected]
11468 W:      https://linuxtv.org
11469 W:      http://palosaari.fi/linux/
11470 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11471 T:      git git://linuxtv.org/anttip/media_tree.git
11472 S:      Maintained
11473 F:      drivers/media/dvb-frontends/rtl2832*
11474
11475 RTL2832_SDR MEDIA DRIVER
11476 M:      Antti Palosaari <[email protected]>
11477 L:      [email protected]
11478 W:      https://linuxtv.org
11479 W:      http://palosaari.fi/linux/
11480 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11481 T:      git git://linuxtv.org/anttip/media_tree.git
11482 S:      Maintained
11483 F:      drivers/media/dvb-frontends/rtl2832_sdr*
11484
11485 RTL8180 WIRELESS DRIVER
11486 L:      [email protected]
11487 W:      http://wireless.kernel.org/
11488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11489 S:      Orphan
11490 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
11491
11492 RTL8187 WIRELESS DRIVER
11493 M:      Herton Ronaldo Krzesinski <[email protected]>
11494 M:      Hin-Tak Leung <[email protected]>
11495 M:      Larry Finger <[email protected]>
11496 L:      [email protected]
11497 W:      http://wireless.kernel.org/
11498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11499 S:      Maintained
11500 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
11501
11502 RTL8192CE WIRELESS DRIVER
11503 M:      Larry Finger <[email protected]>
11504 M:      Chaoming Li <[email protected]>
11505 L:      [email protected]
11506 W:      http://wireless.kernel.org/
11507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11508 S:      Maintained
11509 F:      drivers/net/wireless/realtek/rtlwifi/
11510 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11511
11512 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11513 M:      Jes Sorensen <[email protected]>
11514 L:      [email protected]
11515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11516 S:      Maintained
11517 F:      drivers/net/wireless/realtek/rtl8xxxu/
11518
11519 S3 SAVAGE FRAMEBUFFER DRIVER
11520 M:      Antonino Daplas <[email protected]>
11521 L:      [email protected]
11522 S:      Maintained
11523 F:      drivers/video/fbdev/savage/
11524
11525 S390
11526 M:      Martin Schwidefsky <[email protected]>
11527 M:      Heiko Carstens <[email protected]>
11528 L:      [email protected]
11529 W:      http://www.ibm.com/developerworks/linux/linux390/
11530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11531 S:      Supported
11532 F:      arch/s390/
11533 F:      drivers/s390/
11534 F:      Documentation/s390/
11535 F:      Documentation/driver-api/s390-drivers.rst
11536
11537 S390 COMMON I/O LAYER
11538 M:      Sebastian Ott <[email protected]>
11539 M:      Peter Oberparleiter <[email protected]>
11540 L:      [email protected]
11541 W:      http://www.ibm.com/developerworks/linux/linux390/
11542 S:      Supported
11543 F:      drivers/s390/cio/
11544
11545 S390 DASD DRIVER
11546 M:      Stefan Haberland <[email protected]>
11547 M:      Jan Hoeppner <[email protected]>
11548 L:      [email protected]
11549 W:      http://www.ibm.com/developerworks/linux/linux390/
11550 S:      Supported
11551 F:      drivers/s390/block/dasd*
11552 F:      block/partitions/ibm.c
11553
11554 S390 IOMMU (PCI)
11555 M:      Gerald Schaefer <[email protected]>
11556 L:      [email protected]
11557 W:      http://www.ibm.com/developerworks/linux/linux390/
11558 S:      Supported
11559 F:      drivers/iommu/s390-iommu.c
11560
11561 S390 IUCV NETWORK LAYER
11562 M:      Julian Wiedmann <[email protected]>
11563 M:      Ursula Braun <[email protected]>
11564 L:      [email protected]
11565 W:      http://www.ibm.com/developerworks/linux/linux390/
11566 S:      Supported
11567 F:      drivers/s390/net/*iucv*
11568 F:      include/net/iucv/
11569 F:      net/iucv/
11570
11571 S390 NETWORK DRIVERS
11572 M:      Julian Wiedmann <[email protected]>
11573 M:      Ursula Braun <[email protected]>
11574 L:      [email protected]
11575 W:      http://www.ibm.com/developerworks/linux/linux390/
11576 S:      Supported
11577 F:      drivers/s390/net/
11578
11579 S390 PCI SUBSYSTEM
11580 M:      Sebastian Ott <[email protected]>
11581 M:      Gerald Schaefer <[email protected]>
11582 L:      [email protected]
11583 W:      http://www.ibm.com/developerworks/linux/linux390/
11584 S:      Supported
11585 F:      arch/s390/pci/
11586 F:      drivers/pci/hotplug/s390_pci_hpc.c
11587
11588 S390 VFIO-CCW DRIVER
11589 M:      Cornelia Huck <[email protected]>
11590 M:      Dong Jia Shi <[email protected]>
11591 L:      [email protected]
11592 L:      [email protected]
11593 S:      Supported
11594 F:      drivers/s390/cio/vfio_ccw*
11595 F:      Documentation/s390/vfio-ccw.txt
11596 F:      include/uapi/linux/vfio_ccw.h
11597
11598 S390 ZCRYPT DRIVER
11599 M:      Harald Freudenberger <[email protected]>
11600 L:      [email protected]
11601 W:      http://www.ibm.com/developerworks/linux/linux390/
11602 S:      Supported
11603 F:      drivers/s390/crypto/
11604
11605 S390 ZFCP DRIVER
11606 M:      Steffen Maier <[email protected]>
11607 L:      [email protected]
11608 W:      http://www.ibm.com/developerworks/linux/linux390/
11609 S:      Supported
11610 F:      drivers/s390/scsi/zfcp_*
11611
11612 S3C24XX SD/MMC Driver
11613 M:      Ben Dooks <[email protected]>
11614 L:      [email protected] (moderated for non-subscribers)
11615 S:      Supported
11616 F:      drivers/mmc/host/s3cmci.*
11617
11618 SAA6588 RDS RECEIVER DRIVER
11619 M:      Hans Verkuil <[email protected]>
11620 L:      [email protected]
11621 T:      git git://linuxtv.org/media_tree.git
11622 W:      https://linuxtv.org
11623 S:      Odd Fixes
11624 F:      drivers/media/i2c/saa6588*
11625
11626 SAA7134 VIDEO4LINUX DRIVER
11627 M:      Mauro Carvalho Chehab <[email protected]>
11628 M:      Mauro Carvalho Chehab <[email protected]>
11629 L:      [email protected]
11630 W:      https://linuxtv.org
11631 T:      git git://linuxtv.org/media_tree.git
11632 S:      Odd fixes
11633 F:      Documentation/media/v4l-drivers/saa7134*
11634 F:      drivers/media/pci/saa7134/
11635
11636 SAA7146 VIDEO4LINUX-2 DRIVER
11637 M:      Hans Verkuil <[email protected]>
11638 L:      [email protected]
11639 T:      git git://linuxtv.org/media_tree.git
11640 S:      Maintained
11641 F:      drivers/media/common/saa7146/
11642 F:      drivers/media/pci/saa7146/
11643 F:      include/media/saa7146*
11644
11645 SAMSUNG AUDIO (ASoC) DRIVERS
11646 M:      Krzysztof Kozlowski <[email protected]>
11647 M:      Sangbeom Kim <[email protected]>
11648 M:      Sylwester Nawrocki <[email protected]>
11649 L:      [email protected] (moderated for non-subscribers)
11650 S:      Supported
11651 F:      sound/soc/samsung/
11652
11653 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11654 M:      Krzysztof Kozlowski <[email protected]>
11655 L:      [email protected]
11656 L:      [email protected]
11657 S:      Maintained
11658 F:      drivers/crypto/exynos-rng.c
11659 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11660
11661 SAMSUNG FRAMEBUFFER DRIVER
11662 M:      Jingoo Han <[email protected]>
11663 L:      [email protected]
11664 S:      Maintained
11665 F:      drivers/video/fbdev/s3c-fb.c
11666
11667 SAMSUNG LAPTOP DRIVER
11668 M:      Corentin Chary <[email protected]>
11669 L:      [email protected]
11670 S:      Maintained
11671 F:      drivers/platform/x86/samsung-laptop.c
11672
11673 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11674 M:      Sangbeom Kim <[email protected]>
11675 M:      Krzysztof Kozlowski <[email protected]>
11676 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11677 L:      [email protected]
11678 L:      [email protected]
11679 S:      Supported
11680 F:      drivers/mfd/sec*.c
11681 F:      drivers/regulator/s2m*.c
11682 F:      drivers/regulator/s5m*.c
11683 F:      drivers/clk/clk-s2mps11.c
11684 F:      drivers/rtc/rtc-s5m.c
11685 F:      include/linux/mfd/samsung/
11686 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11687 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11688 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11689 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11690
11691 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11692 M:      Sylwester Nawrocki <[email protected]>
11693 L:      [email protected]
11694 L:      [email protected] (moderated for non-subscribers)
11695 S:      Maintained
11696 F:      drivers/media/platform/s3c-camif/
11697 F:      include/media/drv-intf/s3c_camif.h
11698
11699 SAMSUNG S3FWRN5 NFC DRIVER
11700 M:      Robert Baldyga <[email protected]>
11701 M:      Krzysztof Opasiak <[email protected]>
11702 L:      [email protected] (moderated for non-subscribers)
11703 S:      Supported
11704 F:      drivers/nfc/s3fwrn5
11705
11706 SAMSUNG S5C73M3 CAMERA DRIVER
11707 M:      Kyungmin Park <[email protected]>
11708 M:      Andrzej Hajda <[email protected]>
11709 L:      [email protected]
11710 S:      Supported
11711 F:      drivers/media/i2c/s5c73m3/*
11712
11713 SAMSUNG S5K5BAF CAMERA DRIVER
11714 M:      Kyungmin Park <[email protected]>
11715 M:      Andrzej Hajda <[email protected]>
11716 L:      [email protected]
11717 S:      Supported
11718 F:      drivers/media/i2c/s5k5baf.c
11719
11720 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11721 M:      Krzysztof Kozlowski <[email protected]>
11722 M:      Vladimir Zapolskiy <[email protected]>
11723 L:      [email protected]
11724 L:      [email protected]
11725 S:      Maintained
11726 F:      drivers/crypto/s5p-sss.c
11727
11728 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11729 M:      Kyungmin Park <[email protected]>
11730 M:      Sylwester Nawrocki <[email protected]>
11731 L:      [email protected]
11732 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11733 S:      Supported
11734 F:      drivers/media/platform/exynos4-is/
11735
11736 SAMSUNG SOC CLOCK DRIVERS
11737 M:      Sylwester Nawrocki <[email protected]>
11738 M:      Tomasz Figa <[email protected]>
11739 M:      Chanwoo Choi <[email protected]>
11740 S:      Supported
11741 L:      [email protected] (moderated for non-subscribers)
11742 F:      drivers/clk/samsung/
11743 F:      include/dt-bindings/clock/exynos*.h
11744 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11745
11746 SAMSUNG SPI DRIVERS
11747 M:      Kukjin Kim <[email protected]>
11748 M:      Krzysztof Kozlowski <[email protected]>
11749 M:      Andi Shyti <[email protected]>
11750 L:      [email protected]
11751 L:      [email protected] (moderated for non-subscribers)
11752 S:      Maintained
11753 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11754 F:      drivers/spi/spi-s3c*
11755 F:      include/linux/platform_data/spi-s3c64xx.h
11756
11757 SAMSUNG SXGBE DRIVERS
11758 M:      Byungho An <[email protected]>
11759 M:      Girish K S <[email protected]>
11760 M:      Vipul Pandya <[email protected]>
11761 S:      Supported
11762 L:      [email protected]
11763 F:      drivers/net/ethernet/samsung/sxgbe/
11764
11765 SAMSUNG THERMAL DRIVER
11766 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11767 L:      [email protected]
11768 L:      [email protected]
11769 S:      Supported
11770 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11771 F:      drivers/thermal/samsung/
11772
11773 SAMSUNG USB2 PHY DRIVER
11774 M:      Kamil Debski <[email protected]>
11775 M:      Sylwester Nawrocki <[email protected]>
11776 L:      [email protected]
11777 S:      Supported
11778 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11779 F:      Documentation/phy/samsung-usb2.txt
11780 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
11781 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
11782 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
11783 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
11784 F:      drivers/phy/samsung/phy-samsung-usb2.c
11785 F:      drivers/phy/samsung/phy-samsung-usb2.h
11786
11787 SC1200 WDT DRIVER
11788 M:      Zwane Mwaikambo <[email protected]>
11789 S:      Maintained
11790 F:      drivers/watchdog/sc1200wdt.c
11791
11792 SCHEDULER
11793 M:      Ingo Molnar <[email protected]>
11794 M:      Peter Zijlstra <[email protected]>
11795 L:      [email protected]
11796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11797 S:      Maintained
11798 F:      kernel/sched/
11799 F:      include/linux/sched.h
11800 F:      include/uapi/linux/sched.h
11801 F:      include/linux/wait.h
11802
11803 SCORE ARCHITECTURE
11804 M:      Chen Liqin <[email protected]>
11805 M:      Lennox Wu <[email protected]>
11806 W:      http://www.sunplus.com
11807 S:      Supported
11808 F:      arch/score/
11809
11810 SCR24X CHIP CARD INTERFACE DRIVER
11811 M:      Lubomir Rintel <[email protected]>
11812 S:      Supported
11813 F:      drivers/char/pcmcia/scr24x_cs.c
11814
11815 SCSI CDROM DRIVER
11816 M:      Jens Axboe <[email protected]>
11817 L:      [email protected]
11818 W:      http://www.kernel.dk
11819 S:      Maintained
11820 F:      drivers/scsi/sr*
11821
11822 SCSI RDMA PROTOCOL (SRP) INITIATOR
11823 M:      Bart Van Assche <[email protected]>
11824 L:      [email protected]
11825 S:      Supported
11826 W:      http://www.openfabrics.org
11827 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11829 F:      drivers/infiniband/ulp/srp/
11830 F:      include/scsi/srp.h
11831
11832 SCSI SG DRIVER
11833 M:      Doug Gilbert <[email protected]>
11834 L:      [email protected]
11835 W:      http://sg.danny.cz/sg
11836 S:      Maintained
11837 F:      Documentation/scsi/scsi-generic.txt
11838 F:      drivers/scsi/sg.c
11839 F:      include/scsi/sg.h
11840
11841 SCSI SUBSYSTEM
11842 M:      "James E.J. Bottomley" <[email protected]>
11843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11844 M:      "Martin K. Petersen" <[email protected]>
11845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11846 L:      [email protected]
11847 S:      Maintained
11848 F:      Documentation/devicetree/bindings/scsi/
11849 F:      drivers/scsi/
11850 F:      include/scsi/
11851
11852 SCSI TAPE DRIVER
11853 M:      Kai Mäkisara <[email protected]>
11854 L:      [email protected]
11855 S:      Maintained
11856 F:      Documentation/scsi/st.txt
11857 F:      drivers/scsi/st.*
11858 F:      drivers/scsi/st_*.h
11859
11860 SCTP PROTOCOL
11861 M:      Vlad Yasevich <[email protected]>
11862 M:      Neil Horman <[email protected]>
11863 L:      [email protected]
11864 W:      http://lksctp.sourceforge.net
11865 S:      Maintained
11866 F:      Documentation/networking/sctp.txt
11867 F:      include/linux/sctp.h
11868 F:      include/uapi/linux/sctp.h
11869 F:      include/net/sctp/
11870 F:      net/sctp/
11871
11872 SCx200 CPU SUPPORT
11873 M:      Jim Cromie <[email protected]>
11874 S:      Odd Fixes
11875 F:      Documentation/i2c/busses/scx200_acb
11876 F:      arch/x86/platform/scx200/
11877 F:      drivers/watchdog/scx200_wdt.c
11878 F:      drivers/i2c/busses/scx200*
11879 F:      drivers/mtd/maps/scx200_docflash.c
11880 F:      include/linux/scx200.h
11881
11882 SCx200 GPIO DRIVER
11883 M:      Jim Cromie <[email protected]>
11884 S:      Maintained
11885 F:      drivers/char/scx200_gpio.c
11886 F:      include/linux/scx200_gpio.h
11887
11888 SCx200 HRT CLOCKSOURCE DRIVER
11889 M:      Jim Cromie <[email protected]>
11890 S:      Maintained
11891 F:      drivers/clocksource/scx200_hrt.c
11892
11893 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11894 M:      Sascha Sommer <[email protected]>
11895 L:      [email protected] (subscribers-only)
11896 S:      Maintained
11897 F:      drivers/mmc/host/sdricoh_cs.c
11898
11899 SECURE COMPUTING
11900 M:      Kees Cook <[email protected]>
11901 R:      Andy Lutomirski <[email protected]>
11902 R:      Will Drewry <[email protected]>
11903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11904 S:      Supported
11905 F:      kernel/seccomp.c
11906 F:      include/uapi/linux/seccomp.h
11907 F:      include/linux/seccomp.h
11908 F:      tools/testing/selftests/seccomp/*
11909 F:      tools/testing/selftests/kselftest_harness.h
11910 F:      Documentation/userspace-api/seccomp_filter.rst
11911 K:      \bsecure_computing
11912 K:      \bTIF_SECCOMP\b
11913
11914 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11915 M:      Al Cooper <[email protected]>
11916 L:      [email protected]
11917 L:      [email protected]
11918 S:      Maintained
11919 F:      drivers/mmc/host/sdhci-brcmstb*
11920
11921 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11922 M:      Adrian Hunter <[email protected]>
11923 L:      [email protected]
11924 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11925 S:      Maintained
11926 F:      drivers/mmc/host/sdhci*
11927 F:      include/linux/mmc/sdhci*
11928
11929 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11930 M:      Ben Dooks <[email protected]>
11931 M:      Jaehoon Chung <[email protected]>
11932 L:      [email protected]
11933 S:      Maintained
11934 F:      drivers/mmc/host/sdhci-s3c*
11935
11936 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11937 M:      Viresh Kumar <[email protected]>
11938 L:      [email protected]
11939 S:      Maintained
11940 F:      drivers/mmc/host/sdhci-spear.c
11941
11942 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11943 M:      Scott Bauer <[email protected]>
11944 M:      Jonathan Derrick <[email protected]>
11945 M:      Rafael Antognolli <[email protected]>
11946 L:      [email protected]
11947 S:      Supported
11948 F:      block/sed*
11949 F:      block/opal_proto.h
11950 F:      include/linux/sed*
11951 F:      include/uapi/linux/sed*
11952
11953 SECURITY CONTACT
11954 M:      Security Officers <[email protected]>
11955 S:      Supported
11956
11957 SECURITY SUBSYSTEM
11958 M:      James Morris <[email protected]>
11959 M:      "Serge E. Hallyn" <[email protected]>
11960 L:      [email protected] (suggested Cc:)
11961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11962 W:      http://kernsec.org/
11963 S:      Supported
11964 F:      security/
11965
11966 SELINUX SECURITY MODULE
11967 M:      Paul Moore <[email protected]>
11968 M:      Stephen Smalley <[email protected]>
11969 M:      Eric Paris <[email protected]>
11970 L:      [email protected] (moderated for non-subscribers)
11971 W:      http://selinuxproject.org
11972 T:      git git://git.infradead.org/users/pcmoore/selinux
11973 S:      Supported
11974 F:      include/linux/selinux*
11975 F:      security/selinux/
11976 F:      scripts/selinux/
11977 F:      Documentation/admin-guide/LSM/SELinux.rst
11978
11979 SENSABLE PHANTOM
11980 M:      Jiri Slaby <[email protected]>
11981 S:      Maintained
11982 F:      drivers/misc/phantom.c
11983 F:      include/uapi/linux/phantom.h
11984
11985 SERIAL DEVICE BUS
11986 M:      Rob Herring <[email protected]>
11987 L:      [email protected]
11988 S:      Maintained
11989 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11990 F:      drivers/tty/serdev/
11991 F:      include/linux/serdev.h
11992
11993 SERIAL DRIVERS
11994 M:      Greg Kroah-Hartman <[email protected]>
11995 L:      [email protected]
11996 S:      Maintained
11997 F:      Documentation/devicetree/bindings/serial/
11998 F:      drivers/tty/serial/
11999
12000 SERIAL IR RECEIVER
12001 M:      Sean Young <[email protected]>
12002 L:      [email protected]
12003 S:      Maintained
12004 F:      drivers/media/rc/serial_ir.c
12005
12006 SFC NETWORK DRIVER
12007 M:      Solarflare linux maintainers <[email protected]>
12008 M:      Edward Cree <[email protected]>
12009 M:      Bert Kenward <[email protected]>
12010 L:      [email protected]
12011 S:      Supported
12012 F:      drivers/net/ethernet/sfc/
12013
12014 SGI GRU DRIVER
12015 M:      Dimitri Sivanich <[email protected]>
12016 S:      Maintained
12017 F:      drivers/misc/sgi-gru/
12018
12019 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12020 M:      Pat Gefre <[email protected]>
12021 L:      [email protected]
12022 S:      Supported
12023 F:      Documentation/ia64/serial.txt
12024 F:      drivers/tty/serial/ioc?_serial.c
12025 F:      include/linux/ioc?.h
12026
12027 SGI XP/XPC/XPNET DRIVER
12028 M:      Cliff Whickman <[email protected]>
12029 M:      Robin Holt <[email protected]>
12030 S:      Maintained
12031 F:      drivers/misc/sgi-xp/
12032
12033 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12034 M:      Ursula Braun <[email protected]>
12035 L:      [email protected]
12036 W:      http://www.ibm.com/developerworks/linux/linux390/
12037 S:      Supported
12038 F:      net/smc/
12039
12040 SH_VEU V4L2 MEM2MEM DRIVER
12041 L:      [email protected]
12042 S:      Orphan
12043 F:      drivers/media/platform/sh_veu.c
12044
12045 SH_VOU V4L2 OUTPUT DRIVER
12046 L:      [email protected]
12047 S:      Orphan
12048 F:      drivers/media/platform/sh_vou.c
12049 F:      include/media/drv-intf/sh_vou.h
12050
12051 SI2157 MEDIA DRIVER
12052 M:      Antti Palosaari <[email protected]>
12053 L:      [email protected]
12054 W:      https://linuxtv.org
12055 W:      http://palosaari.fi/linux/
12056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12057 T:      git git://linuxtv.org/anttip/media_tree.git
12058 S:      Maintained
12059 F:      drivers/media/tuners/si2157*
12060
12061 SI2168 MEDIA DRIVER
12062 M:      Antti Palosaari <[email protected]>
12063 L:      [email protected]
12064 W:      https://linuxtv.org
12065 W:      http://palosaari.fi/linux/
12066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12067 T:      git git://linuxtv.org/anttip/media_tree.git
12068 S:      Maintained
12069 F:      drivers/media/dvb-frontends/si2168*
12070
12071 SI470X FM RADIO RECEIVER I2C DRIVER
12072 M:      Hans Verkuil <[email protected]>
12073 L:      [email protected]
12074 T:      git git://linuxtv.org/media_tree.git
12075 W:      https://linuxtv.org
12076 S:      Odd Fixes
12077 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
12078
12079 SI470X FM RADIO RECEIVER USB DRIVER
12080 M:      Hans Verkuil <[email protected]>
12081 L:      [email protected]
12082 T:      git git://linuxtv.org/media_tree.git
12083 W:      https://linuxtv.org
12084 S:      Maintained
12085 F:      drivers/media/radio/si470x/radio-si470x-common.c
12086 F:      drivers/media/radio/si470x/radio-si470x.h
12087 F:      drivers/media/radio/si470x/radio-si470x-usb.c
12088
12089 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12090 M:      Eduardo Valentin <[email protected]>
12091 L:      [email protected]
12092 T:      git git://linuxtv.org/media_tree.git
12093 W:      https://linuxtv.org
12094 S:      Odd Fixes
12095 F:      drivers/media/radio/si4713/si4713.?
12096
12097 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12098 M:      Eduardo Valentin <[email protected]>
12099 L:      [email protected]
12100 T:      git git://linuxtv.org/media_tree.git
12101 W:      https://linuxtv.org
12102 S:      Odd Fixes
12103 F:      drivers/media/radio/si4713/radio-platform-si4713.c
12104
12105 SI4713 FM RADIO TRANSMITTER USB DRIVER
12106 M:      Hans Verkuil <[email protected]>
12107 L:      [email protected]
12108 T:      git git://linuxtv.org/media_tree.git
12109 W:      https://linuxtv.org
12110 S:      Maintained
12111 F:      drivers/media/radio/si4713/radio-usb-si4713.c
12112
12113 SIANO DVB DRIVER
12114 M:      Mauro Carvalho Chehab <[email protected]>
12115 M:      Mauro Carvalho Chehab <[email protected]>
12116 L:      [email protected]
12117 W:      https://linuxtv.org
12118 T:      git git://linuxtv.org/media_tree.git
12119 S:      Odd fixes
12120 F:      drivers/media/common/siano/
12121 F:      drivers/media/usb/siano/
12122 F:      drivers/media/usb/siano/
12123 F:      drivers/media/mmc/siano/
12124
12125 SILEAD TOUCHSCREEN DRIVER
12126 M:      Hans de Goede <[email protected]>
12127 L:      [email protected]
12128 L:      [email protected]
12129 S:      Maintained
12130 F:      drivers/input/touchscreen/silead.c
12131 F:      drivers/platform/x86/silead_dmi.c
12132
12133 SILICON MOTION SM712 FRAME BUFFER DRIVER
12134 M:      Sudip Mukherjee <[email protected]>
12135 M:      Teddy Wang <[email protected]>
12136 M:      Sudip Mukherjee <[email protected]>
12137 L:      [email protected]
12138 S:      Maintained
12139 F:      drivers/video/fbdev/sm712*
12140 F:      Documentation/fb/sm712fb.txt
12141
12142 SIMPLE FIRMWARE INTERFACE (SFI)
12143 M:      Len Brown <[email protected]>
12144 L:      [email protected]
12145 W:      http://simplefirmware.org/
12146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12147 S:      Supported
12148 F:      arch/x86/platform/sfi/
12149 F:      drivers/sfi/
12150 F:      include/linux/sfi*.h
12151
12152 SIMPLEFB FB DRIVER
12153 M:      Hans de Goede <[email protected]>
12154 L:      [email protected]
12155 S:      Maintained
12156 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
12157 F:      drivers/video/fbdev/simplefb.c
12158 F:      include/linux/platform_data/simplefb.h
12159
12160 SIMTEC EB110ATX (Chalice CATS)
12161 P:      Ben Dooks
12162 P:      Vincent Sanders <[email protected]>
12163 M:      Simtec Linux Team <[email protected]>
12164 W:      http://www.simtec.co.uk/products/EB110ATX/
12165 S:      Supported
12166
12167 SIMTEC EB2410ITX (BAST)
12168 P:      Ben Dooks
12169 P:      Vincent Sanders <[email protected]>
12170 M:      Simtec Linux Team <[email protected]>
12171 W:      http://www.simtec.co.uk/products/EB2410ITX/
12172 S:      Supported
12173 F:      arch/arm/mach-s3c24xx/mach-bast.c
12174 F:      arch/arm/mach-s3c24xx/bast-ide.c
12175 F:      arch/arm/mach-s3c24xx/bast-irq.c
12176
12177 SIPHASH PRF ROUTINES
12178 M:      Jason A. Donenfeld <[email protected]>
12179 S:      Maintained
12180 F:      lib/siphash.c
12181 F:      lib/test_siphash.c
12182 F:      include/linux/siphash.h
12183
12184 SIS 190 ETHERNET DRIVER
12185 M:      Francois Romieu <[email protected]>
12186 L:      [email protected]
12187 S:      Maintained
12188 F:      drivers/net/ethernet/sis/sis190.c
12189
12190 SIS 900/7016 FAST ETHERNET DRIVER
12191 M:      Daniele Venzano <[email protected]>
12192 W:      http://www.brownhat.org/sis900.html
12193 L:      [email protected]
12194 S:      Maintained
12195 F:      drivers/net/ethernet/sis/sis900.*
12196
12197 SIS FRAMEBUFFER DRIVER
12198 M:      Thomas Winischhofer <[email protected]>
12199 W:      http://www.winischhofer.net/linuxsisvga.shtml
12200 S:      Maintained
12201 F:      Documentation/fb/sisfb.txt
12202 F:      drivers/video/fbdev/sis/
12203 F:      include/video/sisfb.h
12204
12205 SIS USB2VGA DRIVER
12206 M:      Thomas Winischhofer <[email protected]>
12207 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
12208 S:      Maintained
12209 F:      drivers/usb/misc/sisusbvga/
12210
12211 SLAB ALLOCATOR
12212 M:      Christoph Lameter <[email protected]>
12213 M:      Pekka Enberg <[email protected]>
12214 M:      David Rientjes <[email protected]>
12215 M:      Joonsoo Kim <[email protected]>
12216 M:      Andrew Morton <[email protected]>
12217 L:      [email protected]
12218 S:      Maintained
12219 F:      include/linux/sl?b*.h
12220 F:      mm/sl?b*
12221
12222 SLEEPABLE READ-COPY UPDATE (SRCU)
12223 M:      Lai Jiangshan <[email protected]>
12224 M:      "Paul E. McKenney" <[email protected]>
12225 M:      Josh Triplett <[email protected]>
12226 R:      Steven Rostedt <[email protected]>
12227 R:      Mathieu Desnoyers <[email protected]>
12228 L:      [email protected]
12229 W:      http://www.rdrop.com/users/paulmck/RCU/
12230 S:      Supported
12231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12232 F:      include/linux/srcu.h
12233 F:      kernel/rcu/srcu.c
12234
12235 SMACK SECURITY MODULE
12236 M:      Casey Schaufler <[email protected]>
12237 L:      [email protected]
12238 W:      http://schaufler-ca.com
12239 T:      git git://github.com/cschaufler/smack-next
12240 S:      Maintained
12241 F:      Documentation/admin-guide/LSM/Smack.rst
12242 F:      security/smack/
12243
12244 SMC91x ETHERNET DRIVER
12245 M:      Nicolas Pitre <[email protected]>
12246 S:      Odd Fixes
12247 F:      drivers/net/ethernet/smsc/smc91x.*
12248
12249 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12250 M:      Sakari Ailus <[email protected]>
12251 L:      [email protected]
12252 S:      Maintained
12253 F:      drivers/media/i2c/smiapp/
12254 F:      include/media/i2c/smiapp.h
12255 F:      drivers/media/i2c/smiapp-pll.c
12256 F:      drivers/media/i2c/smiapp-pll.h
12257 F:      include/uapi/linux/smiapp.h
12258 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12259
12260 SMM665 HARDWARE MONITOR DRIVER
12261 M:      Guenter Roeck <[email protected]>
12262 L:      [email protected]
12263 S:      Maintained
12264 F:      Documentation/hwmon/smm665
12265 F:      drivers/hwmon/smm665.c
12266
12267 SMSC EMC2103 HARDWARE MONITOR DRIVER
12268 M:      Steve Glendinning <[email protected]>
12269 L:      [email protected]
12270 S:      Maintained
12271 F:      Documentation/hwmon/emc2103
12272 F:      drivers/hwmon/emc2103.c
12273
12274 SMSC SCH5627 HARDWARE MONITOR DRIVER
12275 M:      Hans de Goede <[email protected]>
12276 L:      [email protected]
12277 S:      Supported
12278 F:      Documentation/hwmon/sch5627
12279 F:      drivers/hwmon/sch5627.c
12280
12281 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12282 M:      Steve Glendinning <[email protected]>
12283 L:      [email protected]
12284 S:      Maintained
12285 F:      drivers/video/fbdev/smscufx.c
12286
12287 SMSC47B397 HARDWARE MONITOR DRIVER
12288 M:      Jean Delvare <[email protected]>
12289 L:      [email protected]
12290 S:      Maintained
12291 F:      Documentation/hwmon/smsc47b397
12292 F:      drivers/hwmon/smsc47b397.c
12293
12294 SMSC911x ETHERNET DRIVER
12295 M:      Steve Glendinning <[email protected]>
12296 L:      [email protected]
12297 S:      Maintained
12298 F:      include/linux/smsc911x.h
12299 F:      drivers/net/ethernet/smsc/smsc911x.*
12300
12301 SMSC9420 PCI ETHERNET DRIVER
12302 M:      Steve Glendinning <[email protected]>
12303 L:      [email protected]
12304 S:      Maintained
12305 F:      drivers/net/ethernet/smsc/smsc9420.*
12306
12307 SOC-CAMERA V4L2 SUBSYSTEM
12308 M:      Guennadi Liakhovetski <[email protected]>
12309 L:      [email protected]
12310 T:      git git://linuxtv.org/media_tree.git
12311 S:      Maintained
12312 F:      include/media/soc*
12313 F:      drivers/media/i2c/soc_camera/
12314 F:      drivers/media/platform/soc_camera/
12315
12316 SOEKRIS NET48XX LED SUPPORT
12317 M:      Chris Boot <[email protected]>
12318 S:      Maintained
12319 F:      drivers/leds/leds-net48xx.c
12320
12321 SOFT-ROCE DRIVER (rxe)
12322 M:      Moni Shoua <[email protected]>
12323 L:      [email protected]
12324 S:      Supported
12325 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12326 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
12327 F:      drivers/infiniband/sw/rxe/
12328 F:      include/uapi/rdma/rdma_user_rxe.h
12329
12330 SOFTLOGIC 6x10 MPEG CODEC
12331 M:      Bluecherry Maintainers <[email protected]>
12332 M:      Anton Sviridenko <[email protected]>
12333 M:      Andrey Utkin <[email protected]>
12334 M:      Andrey Utkin <[email protected]>
12335 M:      Ismael Luceno <[email protected]>
12336 L:      [email protected]
12337 S:      Supported
12338 F:      drivers/media/pci/solo6x10/
12339
12340 SOFTWARE RAID (Multiple Disks) SUPPORT
12341 M:      Shaohua Li <[email protected]>
12342 L:      [email protected]
12343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12344 S:      Supported
12345 F:      drivers/md/
12346 F:      include/linux/raid/
12347 F:      include/uapi/linux/raid/
12348
12349 SONIC NETWORK DRIVER
12350 M:      Thomas Bogendoerfer <[email protected]>
12351 L:      [email protected]
12352 S:      Maintained
12353 F:      drivers/net/ethernet/natsemi/sonic.*
12354
12355 SONICS SILICON BACKPLANE DRIVER (SSB)
12356 M:      Michael Buesch <[email protected]>
12357 L:      [email protected]
12358 S:      Maintained
12359 F:      drivers/ssb/
12360 F:      include/linux/ssb/
12361
12362 SONY MEMORYSTICK CARD SUPPORT
12363 M:      Alex Dubov <[email protected]>
12364 W:      http://tifmxx.berlios.de/
12365 S:      Maintained
12366 F:      drivers/memstick/host/tifm_ms.c
12367
12368 SONY MEMORYSTICK STANDARD SUPPORT
12369 M:      Maxim Levitsky <[email protected]>
12370 S:      Maintained
12371 F:      drivers/memstick/core/ms_block.*
12372
12373 SONY VAIO CONTROL DEVICE DRIVER
12374 M:      Mattia Dongili <[email protected]>
12375 L:      [email protected]
12376 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12377 S:      Maintained
12378 F:      Documentation/laptops/sony-laptop.txt
12379 F:      drivers/char/sonypi.c
12380 F:      drivers/platform/x86/sony-laptop.c
12381 F:      include/linux/sony-laptop.h
12382
12383 SOUND
12384 M:      Jaroslav Kysela <[email protected]>
12385 M:      Takashi Iwai <[email protected]>
12386 L:      [email protected] (moderated for non-subscribers)
12387 W:      http://www.alsa-project.org/
12388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12389 T:      git git://git.alsa-project.org/alsa-kernel.git
12390 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
12391 S:      Maintained
12392 F:      Documentation/sound/
12393 F:      include/sound/
12394 F:      include/uapi/sound/
12395 F:      sound/
12396
12397 SOUND - COMPRESSED AUDIO
12398 M:      Vinod Koul <[email protected]>
12399 L:      [email protected] (moderated for non-subscribers)
12400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12401 S:      Supported
12402 F:      Documentation/sound/alsa/compress_offload.txt
12403 F:      include/sound/compress_driver.h
12404 F:      include/uapi/sound/compress_*
12405 F:      sound/core/compress_offload.c
12406 F:      sound/soc/soc-compress.c
12407
12408 SOUND - DMAENGINE HELPERS
12409 M:      Lars-Peter Clausen <[email protected]>
12410 S:      Supported
12411 F:      include/sound/dmaengine_pcm.h
12412 F:      sound/core/pcm_dmaengine.c
12413 F:      sound/soc/soc-generic-dmaengine-pcm.c
12414
12415 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12416 M:      Liam Girdwood <[email protected]>
12417 M:      Mark Brown <[email protected]>
12418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12419 L:      [email protected] (moderated for non-subscribers)
12420 W:      http://alsa-project.org/main/index.php/ASoC
12421 S:      Supported
12422 F:      Documentation/devicetree/bindings/sound/
12423 F:      Documentation/sound/alsa/soc/
12424 F:      sound/soc/
12425 F:      include/sound/soc*
12426
12427 SP2 MEDIA DRIVER
12428 M:      Olli Salonen <[email protected]>
12429 L:      [email protected]
12430 W:      https://linuxtv.org
12431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12432 S:      Maintained
12433 F:      drivers/media/dvb-frontends/sp2*
12434
12435 SPARC + UltraSPARC (sparc/sparc64)
12436 M:      "David S. Miller" <[email protected]>
12437 L:      [email protected]
12438 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12441 S:      Maintained
12442 F:      arch/sparc/
12443 F:      drivers/sbus/
12444
12445 SPARC SERIAL DRIVERS
12446 M:      "David S. Miller" <[email protected]>
12447 L:      [email protected]
12448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12450 S:      Maintained
12451 F:      include/linux/sunserialcore.h
12452 F:      drivers/tty/serial/suncore.c
12453 F:      drivers/tty/serial/sunhv.c
12454 F:      drivers/tty/serial/sunsab.c
12455 F:      drivers/tty/serial/sunsab.h
12456 F:      drivers/tty/serial/sunsu.c
12457 F:      drivers/tty/serial/sunzilog.c
12458 F:      drivers/tty/serial/sunzilog.h
12459
12460 SPARSE CHECKER
12461 M:      "Christopher Li" <[email protected]>
12462 L:      [email protected]
12463 W:      https://sparse.wiki.kernel.org/
12464 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12465 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12466 S:      Maintained
12467 F:      include/linux/compiler.h
12468
12469 SPEAR CLOCK FRAMEWORK SUPPORT
12470 M:      Viresh Kumar <[email protected]>
12471 L:      [email protected] (moderated for non-subscribers)
12472 W:      http://www.st.com/spear
12473 S:      Maintained
12474 F:      drivers/clk/spear/
12475
12476 SPEAR PLATFORM SUPPORT
12477 M:      Viresh Kumar <[email protected]>
12478 M:      Shiraz Hashim <[email protected]>
12479 L:      [email protected] (moderated for non-subscribers)
12480 W:      http://www.st.com/spear
12481 S:      Maintained
12482 F:      arch/arm/boot/dts/spear*
12483 F:      arch/arm/mach-spear/
12484
12485 SPI NOR SUBSYSTEM
12486 M:      Cyrille Pitchen <[email protected]>
12487 M:      Marek Vasut <[email protected]>
12488 L:      [email protected]
12489 W:      http://www.linux-mtd.infradead.org/
12490 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12491 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12492 T:      git git://git.infradead.org/l2-mtd.git spi-nor/next
12493 S:      Maintained
12494 F:      drivers/mtd/spi-nor/
12495 F:      include/linux/mtd/spi-nor.h
12496
12497 SPI SUBSYSTEM
12498 M:      Mark Brown <[email protected]>
12499 L:      [email protected]
12500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12501 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12502 S:      Maintained
12503 F:      Documentation/devicetree/bindings/spi/
12504 F:      Documentation/spi/
12505 F:      drivers/spi/
12506 F:      include/linux/spi/
12507 F:      include/uapi/linux/spi/
12508 F:      tools/spi/
12509
12510 SPIDERNET NETWORK DRIVER for CELL
12511 M:      Ishizaki Kou <[email protected]>
12512 L:      [email protected]
12513 S:      Supported
12514 F:      Documentation/networking/spider_net.txt
12515 F:      drivers/net/ethernet/toshiba/spider_net*
12516
12517 SPMI SUBSYSTEM
12518 R:      Stephen Boyd <[email protected]>
12519 L:      [email protected]
12520 F:      Documentation/devicetree/bindings/spmi/
12521 F:      drivers/spmi/
12522 F:      include/dt-bindings/spmi/spmi.h
12523 F:      include/linux/spmi.h
12524 F:      include/trace/events/spmi.h
12525
12526 SPU FILE SYSTEM
12527 M:      Jeremy Kerr <[email protected]>
12528 L:      [email protected]
12529 W:      http://www.ibm.com/developerworks/power/cell/
12530 S:      Supported
12531 F:      Documentation/filesystems/spufs.txt
12532 F:      arch/powerpc/platforms/cell/spufs/
12533
12534 SQUASHFS FILE SYSTEM
12535 M:      Phillip Lougher <[email protected]>
12536 L:      [email protected] (subscribers-only)
12537 W:      http://squashfs.org.uk
12538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12539 S:      Maintained
12540 F:      Documentation/filesystems/squashfs.txt
12541 F:      fs/squashfs/
12542
12543 SRM (Alpha) environment access
12544 M:      Jan-Benedict Glaw <[email protected]>
12545 S:      Maintained
12546 F:      arch/alpha/kernel/srm_env.c
12547
12548 STABLE BRANCH
12549 M:      Greg Kroah-Hartman <[email protected]>
12550 L:      [email protected]
12551 S:      Supported
12552 F:      Documentation/process/stable-kernel-rules.rst
12553
12554 STAGING - COMEDI
12555 M:      Ian Abbott <[email protected]>
12556 M:      H Hartley Sweeten <[email protected]>
12557 S:      Odd Fixes
12558 F:      drivers/staging/comedi/
12559
12560 STAGING - FLARION FT1000 DRIVERS
12561 M:      Marek Belisko <[email protected]>
12562 S:      Odd Fixes
12563 F:      drivers/staging/ft1000/
12564
12565 STAGING - INDUSTRIAL IO
12566 M:      Jonathan Cameron <[email protected]>
12567 L:      [email protected]
12568 S:      Odd Fixes
12569 F:      Documentation/devicetree/bindings/staging/iio/
12570 F:      drivers/staging/iio/
12571
12572 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12573 M:      Jarod Wilson <[email protected]>
12574 W:      http://www.lirc.org/
12575 S:      Odd Fixes
12576 F:      drivers/staging/media/lirc/
12577
12578 STAGING - LUSTRE PARALLEL FILESYSTEM
12579 M:      Oleg Drokin <[email protected]>
12580 M:      Andreas Dilger <[email protected]>
12581 M:      James Simmons <[email protected]>
12582 L:      [email protected] (moderated for non-subscribers)
12583 W:      http://wiki.lustre.org/
12584 S:      Maintained
12585 F:      drivers/staging/lustre
12586
12587 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12588 M:      Marc Dietrich <[email protected]>
12589 L:      [email protected] (moderated for non-subscribers)
12590 L:      [email protected]
12591 S:      Maintained
12592 F:      drivers/staging/nvec/
12593
12594 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12595 M:      Jens Frederich <[email protected]>
12596 M:      Daniel Drake <[email protected]>
12597 M:      Jon Nettleton <[email protected]>
12598 W:      http://wiki.laptop.org/go/DCON
12599 S:      Maintained
12600 F:      drivers/staging/olpc_dcon/
12601
12602 STAGING - REALTEK RTL8712U DRIVERS
12603 M:      Larry Finger <[email protected]>
12604 M:      Florian Schilhabel <[email protected]>.
12605 S:      Odd Fixes
12606 F:      drivers/staging/rtl8712/
12607
12608 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12609 M:      Sudip Mukherjee <[email protected]>
12610 M:      Teddy Wang <[email protected]>
12611 M:      Sudip Mukherjee <[email protected]>
12612 L:      [email protected]
12613 S:      Maintained
12614 F:      drivers/staging/sm750fb/
12615
12616 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12617 M:      William Hubbs <[email protected]>
12618 M:      Chris Brannon <[email protected]>
12619 M:      Kirk Reiser <[email protected]>
12620 M:      Samuel Thibault <[email protected]>
12621 L:      [email protected]
12622 W:      http://www.linux-speakup.org/
12623 S:      Odd Fixes
12624 F:      drivers/staging/speakup/
12625
12626 STAGING - VIA VT665X DRIVERS
12627 M:      Forest Bond <[email protected]>
12628 S:      Odd Fixes
12629 F:      drivers/staging/vt665?/
12630
12631 STAGING - WILC1000 WIFI DRIVER
12632 M:      Aditya Shankar <[email protected]>
12633 M:      Ganesh Krishna <[email protected]>
12634 L:      [email protected]
12635 S:      Supported
12636 F:      drivers/staging/wilc1000/
12637
12638 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12639 M:      Arnaud Patard <[email protected]>
12640 S:      Odd Fixes
12641 F:      drivers/staging/xgifb/
12642
12643 STAGING SUBSYSTEM
12644 M:      Greg Kroah-Hartman <[email protected]>
12645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12646 L:      [email protected]
12647 S:      Supported
12648 F:      drivers/staging/
12649
12650 STARFIRE/DURALAN NETWORK DRIVER
12651 M:      Ion Badulescu <[email protected]>
12652 S:      Odd Fixes
12653 F:      drivers/net/ethernet/adaptec/starfire*
12654
12655 STEC S1220 SKD DRIVER
12656 M:      Bart Van Assche <[email protected]>
12657 L:      [email protected]
12658 S:      Maintained
12659 F:      drivers/block/skd*[ch]
12660
12661 STI CEC DRIVER
12662 M:      Benjamin Gaignard <[email protected]>
12663 S:      Maintained
12664 F:      drivers/staging/media/st-cec/
12665 F:      Documentation/devicetree/bindings/media/stih-cec.txt
12666
12667 STK1160 USB VIDEO CAPTURE DRIVER
12668 M:      Ezequiel Garcia <[email protected]>
12669 L:      [email protected]
12670 T:      git git://linuxtv.org/media_tree.git
12671 S:      Maintained
12672 F:      drivers/media/usb/stk1160/
12673
12674 STMMAC ETHERNET DRIVER
12675 M:      Giuseppe Cavallaro <[email protected]>
12676 M:      Alexandre Torgue <[email protected]>
12677 L:      [email protected]
12678 W:      http://www.stlinux.com
12679 S:      Supported
12680 F:      drivers/net/ethernet/stmicro/stmmac/
12681
12682 SUN3/3X
12683 M:      Sam Creasey <[email protected]>
12684 W:      http://sammy.net/sun3/
12685 S:      Maintained
12686 F:      arch/m68k/kernel/*sun3*
12687 F:      arch/m68k/sun3*/
12688 F:      arch/m68k/include/asm/sun3*
12689 F:      drivers/net/ethernet/i825xx/sun3*
12690
12691 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12692 M:      Hans de Goede <[email protected]>
12693 L:      [email protected]
12694 S:      Maintained
12695 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12696 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12697
12698 SUNDANCE NETWORK DRIVER
12699 M:      Denis Kirjanov <[email protected]>
12700 L:      [email protected]
12701 S:      Maintained
12702 F:      drivers/net/ethernet/dlink/sundance.c
12703
12704 SUPERH
12705 M:      Yoshinori Sato <[email protected]>
12706 M:      Rich Felker <[email protected]>
12707 L:      [email protected]
12708 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12709 S:      Maintained
12710 F:      Documentation/sh/
12711 F:      arch/sh/
12712 F:      drivers/sh/
12713
12714 SUSPEND TO RAM
12715 M:      "Rafael J. Wysocki" <[email protected]>
12716 M:      Len Brown <[email protected]>
12717 M:      Pavel Machek <[email protected]>
12718 L:      [email protected]
12719 B:      https://bugzilla.kernel.org
12720 S:      Supported
12721 F:      Documentation/power/
12722 F:      arch/x86/kernel/acpi/
12723 F:      drivers/base/power/
12724 F:      kernel/power/
12725 F:      include/linux/suspend.h
12726 F:      include/linux/freezer.h
12727 F:      include/linux/pm.h
12728
12729 SVGA HANDLING
12730 M:      Martin Mares <[email protected]>
12731 L:      [email protected]
12732 S:      Maintained
12733 F:      Documentation/svga.txt
12734 F:      arch/x86/boot/video*
12735
12736 SWIOTLB SUBSYSTEM
12737 M:      Konrad Rzeszutek Wilk <[email protected]>
12738 L:      [email protected]
12739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12740 S:      Supported
12741 F:      lib/swiotlb.c
12742 F:      arch/*/kernel/pci-swiotlb.c
12743 F:      include/linux/swiotlb.h
12744
12745 SWITCHDEV
12746 M:      Jiri Pirko <[email protected]>
12747 M:      Ivan Vecera <[email protected]>
12748 L:      [email protected]
12749 S:      Supported
12750 F:      net/switchdev/
12751 F:      include/net/switchdev.h
12752
12753 SYNC FILE FRAMEWORK
12754 M:      Sumit Semwal <[email protected]>
12755 R:      Gustavo Padovan <[email protected]>
12756 S:      Maintained
12757 L:      [email protected]
12758 L:      [email protected]
12759 F:      drivers/dma-buf/sync_*
12760 F:      drivers/dma-buf/dma-fence*
12761 F:      drivers/dma-buf/sw_sync.c
12762 F:      include/linux/sync_file.h
12763 F:      include/uapi/linux/sync_file.h
12764 F:      Documentation/sync_file.txt
12765 T:      git git://anongit.freedesktop.org/drm/drm-misc
12766
12767 SYNOPSYS ARC ARCHITECTURE
12768 M:      Vineet Gupta <[email protected]>
12769 L:      [email protected]
12770 S:      Supported
12771 F:      arch/arc/
12772 F:      Documentation/devicetree/bindings/arc/*
12773 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12774 F:      drivers/clocksource/arc_timer.c
12775 F:      drivers/tty/serial/arc_uart.c
12776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12777
12778 SYNOPSYS ARC SDP platform support
12779 M:      Alexey Brodkin <[email protected]>
12780 S:      Supported
12781 F:      arch/arc/plat-axs10x
12782 F:      arch/arc/boot/dts/ax*
12783 F:      Documentation/devicetree/bindings/arc/axs10*
12784
12785 SYNOPSYS DESIGNWARE DMAC DRIVER
12786 M:      Viresh Kumar <[email protected]>
12787 M:      Andy Shevchenko <[email protected]>
12788 S:      Maintained
12789 F:      include/linux/dma/dw.h
12790 F:      include/linux/platform_data/dma-dw.h
12791 F:      drivers/dma/dw/
12792
12793 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
12794 M:      Jie Deng <[email protected]>
12795 L:      [email protected]
12796 S:      Supported
12797 F:      drivers/net/ethernet/synopsys/
12798
12799 SYNOPSYS DESIGNWARE I2C DRIVER
12800 M:      Jarkko Nikula <[email protected]>
12801 R:      Andy Shevchenko <[email protected]>
12802 R:      Mika Westerberg <[email protected]>
12803 L:      [email protected]
12804 S:      Maintained
12805 F:      drivers/i2c/busses/i2c-designware-*
12806 F:      include/linux/platform_data/i2c-designware.h
12807
12808 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
12809 M:      Jaehoon Chung <[email protected]>
12810 L:      [email protected]
12811 S:      Maintained
12812 F:      drivers/mmc/host/dw_mmc*
12813
12814 SYSTEM CONFIGURATION (SYSCON)
12815 M:      Lee Jones <[email protected]>
12816 M:      Arnd Bergmann <[email protected]>
12817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12818 S:      Supported
12819 F:      drivers/mfd/syscon.c
12820
12821 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
12822 M:      Sudeep Holla <[email protected]>
12823 L:      [email protected]
12824 S:      Maintained
12825 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
12826 F:      drivers/clk/clk-scpi.c
12827 F:      drivers/cpufreq/scpi-cpufreq.c
12828 F:      drivers/firmware/arm_scpi.c
12829 F:      include/linux/scpi_protocol.h
12830
12831 SYSTEM RESET/SHUTDOWN DRIVERS
12832 M:      Sebastian Reichel <[email protected]>
12833 L:      [email protected]
12834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12835 S:      Maintained
12836 F:      Documentation/devicetree/bindings/power/reset/
12837 F:      drivers/power/reset/
12838
12839 SYSTEM TRACE MODULE CLASS
12840 M:      Alexander Shishkin <[email protected]>
12841 S:      Maintained
12842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
12843 F:      Documentation/trace/stm.txt
12844 F:      drivers/hwtracing/stm/
12845 F:      include/linux/stm.h
12846 F:      include/uapi/linux/stm.h
12847
12848 SYSV FILESYSTEM
12849 M:      Christoph Hellwig <[email protected]>
12850 S:      Maintained
12851 F:      Documentation/filesystems/sysv-fs.txt
12852 F:      fs/sysv/
12853 F:      include/linux/sysv_fs.h
12854
12855 TARGET SUBSYSTEM
12856 M:      "Nicholas A. Bellinger" <[email protected]>
12857 L:      [email protected]
12858 L:      [email protected]
12859 W:      http://www.linux-iscsi.org
12860 W:      http://groups.google.com/group/linux-iscsi-target-dev
12861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12862 S:      Supported
12863 F:      drivers/target/
12864 F:      include/target/
12865 F:      Documentation/target/
12866
12867 TASKSTATS STATISTICS INTERFACE
12868 M:      Balbir Singh <[email protected]>
12869 S:      Maintained
12870 F:      Documentation/accounting/taskstats*
12871 F:      include/linux/taskstats*
12872 F:      kernel/taskstats.c
12873
12874 TC subsystem
12875 M:      Jamal Hadi Salim <[email protected]>
12876 M:      Cong Wang <[email protected]>
12877 M:      Jiri Pirko <[email protected]>
12878 L:      [email protected]
12879 S:      Maintained
12880 F:      include/net/pkt_cls.h
12881 F:      include/net/pkt_sched.h
12882 F:      include/net/tc_act/
12883 F:      include/uapi/linux/pkt_cls.h
12884 F:      include/uapi/linux/pkt_sched.h
12885 F:      include/uapi/linux/tc_act/
12886 F:      include/uapi/linux/tc_ematch/
12887 F:      net/sched/
12888
12889 TCP LOW PRIORITY MODULE
12890 M:      "Wong Hoi Sing, Edison" <[email protected]>
12891 M:      "Hung Hing Lun, Mike" <[email protected]>
12892 W:      http://tcp-lp-mod.sourceforge.net/
12893 S:      Maintained
12894 F:      net/ipv4/tcp_lp.c
12895
12896 TDA10071 MEDIA DRIVER
12897 M:      Antti Palosaari <[email protected]>
12898 L:      [email protected]
12899 W:      https://linuxtv.org
12900 W:      http://palosaari.fi/linux/
12901 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12902 T:      git git://linuxtv.org/anttip/media_tree.git
12903 S:      Maintained
12904 F:      drivers/media/dvb-frontends/tda10071*
12905
12906 TDA18212 MEDIA DRIVER
12907 M:      Antti Palosaari <[email protected]>
12908 L:      [email protected]
12909 W:      https://linuxtv.org
12910 W:      http://palosaari.fi/linux/
12911 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12912 T:      git git://linuxtv.org/anttip/media_tree.git
12913 S:      Maintained
12914 F:      drivers/media/tuners/tda18212*
12915
12916 TDA18218 MEDIA DRIVER
12917 M:      Antti Palosaari <[email protected]>
12918 L:      [email protected]
12919 W:      https://linuxtv.org
12920 W:      http://palosaari.fi/linux/
12921 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12922 T:      git git://linuxtv.org/anttip/media_tree.git
12923 S:      Maintained
12924 F:      drivers/media/tuners/tda18218*
12925
12926 TDA18271 MEDIA DRIVER
12927 M:      Michael Krufky <[email protected]>
12928 L:      [email protected]
12929 W:      https://linuxtv.org
12930 W:      http://github.com/mkrufky
12931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12932 T:      git git://linuxtv.org/mkrufky/tuners.git
12933 S:      Maintained
12934 F:      drivers/media/tuners/tda18271*
12935
12936 TDA827x MEDIA DRIVER
12937 M:      Michael Krufky <[email protected]>
12938 L:      [email protected]
12939 W:      https://linuxtv.org
12940 W:      http://github.com/mkrufky
12941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12942 T:      git git://linuxtv.org/mkrufky/tuners.git
12943 S:      Maintained
12944 F:      drivers/media/tuners/tda8290.*
12945
12946 TDA8290 MEDIA DRIVER
12947 M:      Michael Krufky <[email protected]>
12948 L:      [email protected]
12949 W:      https://linuxtv.org
12950 W:      http://github.com/mkrufky
12951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12952 T:      git git://linuxtv.org/mkrufky/tuners.git
12953 S:      Maintained
12954 F:      drivers/media/tuners/tda8290.*
12955
12956 TDA9840 MEDIA DRIVER
12957 M:      Hans Verkuil <[email protected]>
12958 L:      [email protected]
12959 T:      git git://linuxtv.org/media_tree.git
12960 W:      https://linuxtv.org
12961 S:      Maintained
12962 F:      drivers/media/i2c/tda9840*
12963
12964 TEA5761 TUNER DRIVER
12965 M:      Mauro Carvalho Chehab <[email protected]>
12966 M:      Mauro Carvalho Chehab <[email protected]>
12967 L:      [email protected]
12968 W:      https://linuxtv.org
12969 T:      git git://linuxtv.org/media_tree.git
12970 S:      Odd fixes
12971 F:      drivers/media/tuners/tea5761.*
12972
12973 TEA5767 TUNER DRIVER
12974 M:      Mauro Carvalho Chehab <[email protected]>
12975 M:      Mauro Carvalho Chehab <[email protected]>
12976 L:      [email protected]
12977 W:      https://linuxtv.org
12978 T:      git git://linuxtv.org/media_tree.git
12979 S:      Maintained
12980 F:      drivers/media/tuners/tea5767.*
12981
12982 TEA6415C MEDIA DRIVER
12983 M:      Hans Verkuil <[email protected]>
12984 L:      [email protected]
12985 T:      git git://linuxtv.org/media_tree.git
12986 W:      https://linuxtv.org
12987 S:      Maintained
12988 F:      drivers/media/i2c/tea6415c*
12989
12990 TEA6420 MEDIA DRIVER
12991 M:      Hans Verkuil <[email protected]>
12992 L:      [email protected]
12993 T:      git git://linuxtv.org/media_tree.git
12994 W:      https://linuxtv.org
12995 S:      Maintained
12996 F:      drivers/media/i2c/tea6420*
12997
12998 TEAM DRIVER
12999 M:      Jiri Pirko <[email protected]>
13000 L:      [email protected]
13001 S:      Supported
13002 F:      drivers/net/team/
13003 F:      include/linux/if_team.h
13004 F:      include/uapi/linux/if_team.h
13005
13006 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13007 M:      "Savoir-faire Linux Inc." <[email protected]>
13008 S:      Maintained
13009 F:      arch/x86/platform/ts5500/
13010
13011 TECHNOTREND USB IR RECEIVER
13012 M:      Sean Young <[email protected]>
13013 L:      [email protected]
13014 S:      Maintained
13015 F:      drivers/media/rc/ttusbir.c
13016
13017 TEE SUBSYSTEM
13018 M:      Jens Wiklander <[email protected]>
13019 S:      Maintained
13020 F:      include/linux/tee_drv.h
13021 F:      include/uapi/linux/tee.h
13022 F:      drivers/tee/
13023 F:      Documentation/tee.txt
13024
13025 TEGRA ARCHITECTURE SUPPORT
13026 M:      Thierry Reding <[email protected]>
13027 M:      Jonathan Hunter <[email protected]>
13028 L:      [email protected]
13029 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
13030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13031 S:      Supported
13032 N:      [^a-z]tegra
13033
13034 TEGRA CLOCK DRIVER
13035 M:      Peter De Schrijver <[email protected]>
13036 M:      Prashant Gaikwad <[email protected]>
13037 S:      Supported
13038 F:      drivers/clk/tegra/
13039
13040 TEGRA DMA DRIVERS
13041 M:      Laxman Dewangan <[email protected]>
13042 M:      Jon Hunter <[email protected]>
13043 S:      Supported
13044 F:      drivers/dma/tegra*
13045
13046 TEGRA I2C DRIVER
13047 M:      Laxman Dewangan <[email protected]>
13048 S:      Supported
13049 F:      drivers/i2c/busses/i2c-tegra.c
13050
13051 TEGRA IOMMU DRIVERS
13052 M:      Hiroshi Doyu <[email protected]>
13053 S:      Supported
13054 F:      drivers/iommu/tegra*
13055
13056 TEGRA KBC DRIVER
13057 M:      Rakesh Iyer <[email protected]>
13058 M:      Laxman Dewangan <[email protected]>
13059 S:      Supported
13060 F:      drivers/input/keyboard/tegra-kbc.c
13061
13062 TEGRA PWM DRIVER
13063 M:      Thierry Reding <[email protected]>
13064 S:      Supported
13065 F:      drivers/pwm/pwm-tegra.c
13066
13067 TEGRA SERIAL DRIVER
13068 M:      Laxman Dewangan <[email protected]>
13069 S:      Supported
13070 F:      drivers/tty/serial/serial-tegra.c
13071
13072 TEGRA SPI DRIVER
13073 M:      Laxman Dewangan <[email protected]>
13074 S:      Supported
13075 F:      drivers/spi/spi-tegra*
13076
13077 TEHUTI ETHERNET DRIVER
13078 M:      Andy Gospodarek <[email protected]>
13079 L:      [email protected]
13080 S:      Supported
13081 F:      drivers/net/ethernet/tehuti/*
13082
13083 Telecom Clock Driver for MCPL0010
13084 M:      Mark Gross <[email protected]>
13085 S:      Supported
13086 F:      drivers/char/tlclk.c
13087
13088 TENSILICA XTENSA PORT (xtensa)
13089 M:      Chris Zankel <[email protected]>
13090 M:      Max Filippov <[email protected]>
13091 L:      [email protected]
13092 T:      git git://github.com/czankel/xtensa-linux.git
13093 S:      Maintained
13094 F:      arch/xtensa/
13095 F:      drivers/irqchip/irq-xtensa-*
13096
13097 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13098 M:      Nishanth Menon <[email protected]>
13099 M:      Tero Kristo <[email protected]>
13100 M:      Santosh Shilimkar <[email protected]>
13101 L:      [email protected]
13102 S:      Maintained
13103 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13104 F:      drivers/firmware/ti_sci*
13105 F:      include/linux/soc/ti/ti_sci_protocol.h
13106 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13107 F:      include/dt-bindings/genpd/k2g.h
13108 F:      drivers/soc/ti/ti_sci_pm_domains.c
13109 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13110 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13111 F:      drivers/clk/keystone/sci-clk.c
13112 F:      drivers/reset/reset-ti-sci.c
13113
13114 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13115 M:      Hans Verkuil <[email protected]>
13116 L:      [email protected]
13117 T:      git git://linuxtv.org/media_tree.git
13118 W:      https://linuxtv.org
13119 S:      Maintained
13120 F:      drivers/media/radio/radio-raremono.c
13121
13122 THERMAL
13123 M:      Zhang Rui <[email protected]>
13124 M:      Eduardo Valentin <[email protected]>
13125 L:      [email protected]
13126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13128 Q:      https://patchwork.kernel.org/project/linux-pm/list/
13129 S:      Supported
13130 F:      drivers/thermal/
13131 F:      include/linux/thermal.h
13132 F:      include/uapi/linux/thermal.h
13133 F:      include/linux/cpu_cooling.h
13134 F:      Documentation/devicetree/bindings/thermal/
13135
13136 THERMAL/CPU_COOLING
13137 M:      Amit Daniel Kachhap <[email protected]>
13138 M:      Viresh Kumar <[email protected]>
13139 M:      Javi Merino <[email protected]>
13140 L:      [email protected]
13141 S:      Supported
13142 F:      Documentation/thermal/cpu-cooling-api.txt
13143 F:      drivers/thermal/cpu_cooling.c
13144 F:      include/linux/cpu_cooling.h
13145
13146 THINKPAD ACPI EXTRAS DRIVER
13147 M:      Henrique de Moraes Holschuh <[email protected]>
13148 L:      [email protected]
13149 L:      [email protected]
13150 W:      http://ibm-acpi.sourceforge.net
13151 W:      http://thinkwiki.org/wiki/Ibm-acpi
13152 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13153 S:      Maintained
13154 F:      drivers/platform/x86/thinkpad_acpi.c
13155
13156 THUNDERBOLT DRIVER
13157 M:      Andreas Noever <[email protected]>
13158 M:      Michael Jamet <[email protected]>
13159 M:      Mika Westerberg <[email protected]>
13160 M:      Yehezkel Bernat <[email protected]>
13161 S:      Maintained
13162 F:      drivers/thunderbolt/
13163
13164 THUNDERX GPIO DRIVER
13165 M:      David Daney <[email protected]>
13166 S:      Maintained
13167 F:      drivers/gpio/gpio-thunderx.c
13168
13169 TI AM437X VPFE DRIVER
13170 M:      "Lad, Prabhakar" <[email protected]>
13171 L:      [email protected]
13172 W:      https://linuxtv.org
13173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13174 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13175 S:      Maintained
13176 F:      drivers/media/platform/am437x/
13177
13178 TI BANDGAP AND THERMAL DRIVER
13179 M:      Eduardo Valentin <[email protected]>
13180 M:      Keerthy <[email protected]>
13181 L:      [email protected]
13182 L:      [email protected]
13183 S:      Maintained
13184 F:      drivers/thermal/ti-soc-thermal/
13185
13186 TI BQ27XXX POWER SUPPLY DRIVER
13187 R:      Andrew F. Davis <[email protected]>
13188 F:      include/linux/power/bq27xxx_battery.h
13189 F:      drivers/power/supply/bq27xxx_battery.c
13190 F:      drivers/power/supply/bq27xxx_battery_i2c.c
13191
13192 TI CDCE706 CLOCK DRIVER
13193 M:      Max Filippov <[email protected]>
13194 S:      Maintained
13195 F:      drivers/clk/clk-cdce706.c
13196
13197 TI CLOCK DRIVER
13198 M:      Tero Kristo <[email protected]>
13199 L:      [email protected]
13200 S:      Maintained
13201 F:      drivers/clk/ti/
13202 F:      include/linux/clk/ti.h
13203
13204 TI DAVINCI MACHINE SUPPORT
13205 M:      Sekhar Nori <[email protected]>
13206 M:      Kevin Hilman <[email protected]>
13207 L:      [email protected] (moderated for non-subscribers)
13208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13209 S:      Supported
13210 F:      arch/arm/mach-davinci/
13211 F:      drivers/i2c/busses/i2c-davinci.c
13212 F:      arch/arm/boot/dts/da850*
13213
13214 TI DAVINCI SERIES GPIO DRIVER
13215 M:      Keerthy <[email protected]>
13216 L:      [email protected]
13217 S:      Maintained
13218 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13219 F:      drivers/gpio/gpio-davinci.c
13220
13221 TI DAVINCI SERIES MEDIA DRIVER
13222 M:      "Lad, Prabhakar" <[email protected]>
13223 L:      [email protected]
13224 W:      https://linuxtv.org
13225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13226 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13227 S:      Maintained
13228 F:      drivers/media/platform/davinci/
13229 F:      include/media/davinci/
13230
13231 TI ETHERNET SWITCH DRIVER (CPSW)
13232 R:      Grygorii Strashko <[email protected]>
13233 L:      [email protected]
13234 L:      [email protected]
13235 S:      Maintained
13236 F:      drivers/net/ethernet/ti/cpsw*
13237 F:      drivers/net/ethernet/ti/davinci*
13238
13239 TI FLASH MEDIA INTERFACE DRIVER
13240 M:      Alex Dubov <[email protected]>
13241 S:      Maintained
13242 F:      drivers/misc/tifm*
13243 F:      drivers/mmc/host/tifm_sd.c
13244 F:      include/linux/tifm.h
13245
13246 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13247 M:      Santosh Shilimkar <[email protected]>
13248 L:      [email protected]
13249 L:      [email protected] (moderated for non-subscribers)
13250 S:      Maintained
13251 F:      drivers/soc/ti/*
13252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13253
13254 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13255 M:      M R Swami Reddy <[email protected]>
13256 M:      Vishwas A Deshpande <[email protected]>
13257 L:      [email protected] (moderated for non-subscribers)
13258 S:      Maintained
13259 F:      sound/soc/codecs/lm49453*
13260 F:      sound/soc/codecs/isabelle*
13261
13262 TI LP855x BACKLIGHT DRIVER
13263 M:      Milo Kim <[email protected]>
13264 S:      Maintained
13265 F:      Documentation/backlight/lp855x-driver.txt
13266 F:      drivers/video/backlight/lp855x_bl.c
13267 F:      include/linux/platform_data/lp855x.h
13268
13269 TI LP8727 CHARGER DRIVER
13270 M:      Milo Kim <[email protected]>
13271 S:      Maintained
13272 F:      drivers/power/supply/lp8727_charger.c
13273 F:      include/linux/platform_data/lp8727.h
13274
13275 TI LP8788 MFD DRIVER
13276 M:      Milo Kim <[email protected]>
13277 S:      Maintained
13278 F:      drivers/iio/adc/lp8788_adc.c
13279 F:      drivers/leds/leds-lp8788.c
13280 F:      drivers/mfd/lp8788*.c
13281 F:      drivers/power/supply/lp8788-charger.c
13282 F:      drivers/regulator/lp8788-*.c
13283 F:      include/linux/mfd/lp8788*.h
13284
13285 TI NETCP ETHERNET DRIVER
13286 M:      Wingman Kwok <[email protected]>
13287 M:      Murali Karicheri <[email protected]>
13288 L:      [email protected]
13289 S:      Maintained
13290 F:      drivers/net/ethernet/ti/netcp*
13291
13292 TI TAS571X FAMILY ASoC CODEC DRIVER
13293 M:      Kevin Cernekee <[email protected]>
13294 L:      [email protected] (moderated for non-subscribers)
13295 S:      Odd Fixes
13296 F:      sound/soc/codecs/tas571x*
13297
13298 TI TRF7970A NFC DRIVER
13299 M:      Mark Greer <[email protected]>
13300 L:      [email protected]
13301 L:      [email protected] (moderated for non-subscribers)
13302 S:      Supported
13303 F:      drivers/nfc/trf7970a.c
13304 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13305
13306 TI TWL4030 SERIES SOC CODEC DRIVER
13307 M:      Peter Ujfalusi <[email protected]>
13308 L:      [email protected] (moderated for non-subscribers)
13309 S:      Maintained
13310 F:      sound/soc/codecs/twl4030*
13311
13312 TI VPE/CAL DRIVERS
13313 M:      Benoit Parrot <[email protected]>
13314 L:      [email protected]
13315 W:      http://linuxtv.org/
13316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13317 S:      Maintained
13318 F:      drivers/media/platform/ti-vpe/
13319
13320 TI WILINK WIRELESS DRIVERS
13321 L:      [email protected]
13322 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
13323 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
13324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13325 S:      Orphan
13326 F:      drivers/net/wireless/ti/
13327 F:      include/linux/wl12xx.h
13328
13329 TILE ARCHITECTURE
13330 M:      Chris Metcalf <[email protected]>
13331 W:      http://www.mellanox.com/repository/solutions/tile-scm/
13332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13333 S:      Supported
13334 F:      arch/tile/
13335 F:      drivers/char/tile-srom.c
13336 F:      drivers/edac/tile_edac.c
13337 F:      drivers/net/ethernet/tile/
13338 F:      drivers/rtc/rtc-tile.c
13339 F:      drivers/tty/hvc/hvc_tile.c
13340 F:      drivers/tty/serial/tilegx.c
13341 F:      drivers/usb/host/*-tilegx.c
13342 F:      include/linux/usb/tilegx.h
13343
13344 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13345 M:      John Stultz <[email protected]>
13346 M:      Thomas Gleixner <[email protected]>
13347 R:      Stephen Boyd <[email protected]>
13348 L:      [email protected]
13349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13350 S:      Supported
13351 F:      include/linux/clocksource.h
13352 F:      include/linux/time.h
13353 F:      include/linux/timex.h
13354 F:      include/uapi/linux/time.h
13355 F:      include/uapi/linux/timex.h
13356 F:      kernel/time/clocksource.c
13357 F:      kernel/time/time*.c
13358 F:      kernel/time/alarmtimer.c
13359 F:      kernel/time/ntp.c
13360 F:      tools/testing/selftests/timers/
13361
13362 TIPC NETWORK LAYER
13363 M:      Jon Maloy <[email protected]>
13364 M:      Ying Xue <[email protected]>
13365 L:      [email protected] (core kernel code)
13366 L:      [email protected] (user apps, general discussion)
13367 W:      http://tipc.sourceforge.net/
13368 S:      Maintained
13369 F:      include/uapi/linux/tipc*.h
13370 F:      net/tipc/
13371
13372 TLAN NETWORK DRIVER
13373 M:      Samuel Chessman <[email protected]>
13374 L:      [email protected] (subscribers-only)
13375 W:      http://sourceforge.net/projects/tlan/
13376 S:      Maintained
13377 F:      Documentation/networking/tlan.txt
13378 F:      drivers/net/ethernet/ti/tlan.*
13379
13380 TM6000 VIDEO4LINUX DRIVER
13381 M:      Mauro Carvalho Chehab <[email protected]>
13382 M:      Mauro Carvalho Chehab <[email protected]>
13383 L:      [email protected]
13384 W:      https://linuxtv.org
13385 T:      git git://linuxtv.org/media_tree.git
13386 S:      Odd fixes
13387 F:      drivers/media/usb/tm6000/
13388 F:      Documentation/media/v4l-drivers/tm6000*
13389
13390 TMIO/SDHI MMC DRIVER
13391 M:      Wolfram Sang <[email protected]>
13392 L:      [email protected]
13393 S:      Supported
13394 F:      drivers/mmc/host/tmio_mmc*
13395 F:      drivers/mmc/host/renesas_sdhi*
13396 F:      include/linux/mfd/tmio.h
13397
13398 TMP401 HARDWARE MONITOR DRIVER
13399 M:      Guenter Roeck <[email protected]>
13400 L:      [email protected]
13401 S:      Maintained
13402 F:      Documentation/hwmon/tmp401
13403 F:      drivers/hwmon/tmp401.c
13404
13405 TMPFS (SHMEM FILESYSTEM)
13406 M:      Hugh Dickins <[email protected]>
13407 L:      [email protected]
13408 S:      Maintained
13409 F:      include/linux/shmem_fs.h
13410 F:      mm/shmem.c
13411
13412 TOMOYO SECURITY MODULE
13413 M:      Kentaro Takeda <[email protected]>
13414 M:      Tetsuo Handa <[email protected]>
13415 L:      [email protected] (subscribers-only, for developers in English)
13416 L:      [email protected] (subscribers-only, for users in English)
13417 L:      [email protected] (subscribers-only, for developers in Japanese)
13418 L:      [email protected] (subscribers-only, for users in Japanese)
13419 W:      http://tomoyo.sourceforge.jp/
13420 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13421 S:      Maintained
13422 F:      security/tomoyo/
13423
13424 TOPSTAR LAPTOP EXTRAS DRIVER
13425 M:      Herton Ronaldo Krzesinski <[email protected]>
13426 L:      [email protected]
13427 S:      Maintained
13428 F:      drivers/platform/x86/topstar-laptop.c
13429
13430 TOSHIBA ACPI EXTRAS DRIVER
13431 M:      Azael Avalos <[email protected]>
13432 L:      [email protected]
13433 S:      Maintained
13434 F:      drivers/platform/x86/toshiba_acpi.c
13435
13436 TOSHIBA BLUETOOTH DRIVER
13437 M:      Azael Avalos <[email protected]>
13438 L:      [email protected]
13439 S:      Maintained
13440 F:      drivers/platform/x86/toshiba_bluetooth.c
13441
13442 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13443 M:      Azael Avalos <[email protected]>
13444 L:      [email protected]
13445 S:      Maintained
13446 F:      drivers/platform/x86/toshiba_haps.c
13447
13448 TOSHIBA SMM DRIVER
13449 M:      Jonathan Buzzard <[email protected]>
13450 W:      http://www.buzzard.org.uk/toshiba/
13451 S:      Maintained
13452 F:      drivers/char/toshiba.c
13453 F:      include/linux/toshiba.h
13454 F:      include/uapi/linux/toshiba.h
13455
13456 TOSHIBA TC358743 DRIVER
13457 M:      Mats Randgaard <[email protected]>
13458 L:      [email protected]
13459 S:      Maintained
13460 F:      drivers/media/i2c/tc358743*
13461 F:      include/media/i2c/tc358743.h
13462
13463 TOSHIBA WMI HOTKEYS DRIVER
13464 M:      Azael Avalos <[email protected]>
13465 L:      [email protected]
13466 S:      Maintained
13467 F:      drivers/platform/x86/toshiba-wmi.c
13468
13469 TPM DEVICE DRIVER
13470 M:      Peter Huewe <[email protected]>
13471 M:      Marcel Selhorst <[email protected]>
13472 M:      Jarkko Sakkinen <[email protected]>
13473 R:      Jason Gunthorpe <[email protected]>
13474 W:      http://tpmdd.sourceforge.net
13475 L:      [email protected] (moderated for non-subscribers)
13476 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
13477 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
13478 S:      Maintained
13479 F:      drivers/char/tpm/
13480
13481 TPM IBM_VTPM DEVICE DRIVER
13482 M:      Ashley Lai <[email protected]>
13483 W:      http://tpmdd.sourceforge.net
13484 L:      [email protected] (moderated for non-subscribers)
13485 S:      Maintained
13486 F:      drivers/char/tpm/tpm_ibmvtpm*
13487
13488 TRACING
13489 M:      Steven Rostedt <[email protected]>
13490 M:      Ingo Molnar <[email protected]>
13491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13492 S:      Maintained
13493 F:      Documentation/trace/ftrace.txt
13494 F:      arch/*/*/*/ftrace.h
13495 F:      arch/*/kernel/ftrace.c
13496 F:      include/*/ftrace.h
13497 F:      include/linux/trace*.h
13498 F:      include/trace/
13499 F:      kernel/trace/
13500 F:      tools/testing/selftests/ftrace/
13501
13502 TRACING MMIO ACCESSES (MMIOTRACE)
13503 M:      Steven Rostedt <[email protected]>
13504 M:      Ingo Molnar <[email protected]>
13505 R:      Karol Herbst <[email protected]>
13506 R:      Pekka Paalanen <[email protected]>
13507 S:      Maintained
13508 L:      [email protected]
13509 L:      [email protected]
13510 F:      kernel/trace/trace_mmiotrace.c
13511 F:      include/linux/mmiotrace.h
13512 F:      arch/x86/mm/kmmio.c
13513 F:      arch/x86/mm/mmio-mod.c
13514 F:      arch/x86/mm/testmmiotrace.c
13515
13516 TRIVIAL PATCHES
13517 M:      Jiri Kosina <[email protected]>
13518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13519 S:      Maintained
13520 K:      ^Subject:.*(?i)trivial
13521
13522 TTY LAYER
13523 M:      Greg Kroah-Hartman <[email protected]>
13524 M:      Jiri Slaby <[email protected]>
13525 S:      Supported
13526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13527 F:      Documentation/serial/
13528 F:      drivers/tty/
13529 F:      drivers/tty/serial/serial_core.c
13530 F:      include/linux/serial_core.h
13531 F:      include/linux/serial.h
13532 F:      include/linux/tty.h
13533 F:      include/uapi/linux/serial_core.h
13534 F:      include/uapi/linux/serial.h
13535 F:      include/uapi/linux/tty.h
13536
13537 TUA9001 MEDIA DRIVER
13538 M:      Antti Palosaari <[email protected]>
13539 L:      [email protected]
13540 W:      https://linuxtv.org
13541 W:      http://palosaari.fi/linux/
13542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13543 T:      git git://linuxtv.org/anttip/media_tree.git
13544 S:      Maintained
13545 F:      drivers/media/tuners/tua9001*
13546
13547 TULIP NETWORK DRIVERS
13548 L:      [email protected]
13549 L:      [email protected]
13550 S:      Orphan
13551 F:      drivers/net/ethernet/dec/tulip/
13552
13553 TUN/TAP driver
13554 M:      Maxim Krasnyansky <[email protected]>
13555 W:      http://vtun.sourceforge.net/tun
13556 S:      Maintained
13557 F:      Documentation/networking/tuntap.txt
13558 F:      arch/um/os-Linux/drivers/
13559
13560 TURBOCHANNEL SUBSYSTEM
13561 M:      "Maciej W. Rozycki" <[email protected]>
13562 M:      Ralf Baechle <[email protected]>
13563 L:      [email protected]
13564 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13565 S:      Maintained
13566 F:      drivers/tc/
13567 F:      include/linux/tc.h
13568
13569 TW5864 VIDEO4LINUX DRIVER
13570 M:      Bluecherry Maintainers <[email protected]>
13571 M:      Anton Sviridenko <[email protected]>
13572 M:      Andrey Utkin <[email protected]>
13573 M:      Andrey Utkin <[email protected]>
13574 L:      [email protected]
13575 S:      Supported
13576 F:      drivers/media/pci/tw5864/
13577
13578 TW68 VIDEO4LINUX DRIVER
13579 M:      Hans Verkuil <[email protected]>
13580 L:      [email protected]
13581 T:      git git://linuxtv.org/media_tree.git
13582 W:      https://linuxtv.org
13583 S:      Odd Fixes
13584 F:      drivers/media/pci/tw68/
13585
13586 TW686X VIDEO4LINUX DRIVER
13587 M:      Ezequiel Garcia <[email protected]>
13588 L:      [email protected]
13589 T:      git git://linuxtv.org/media_tree.git
13590 W:      http://linuxtv.org
13591 S:      Maintained
13592 F:      drivers/media/pci/tw686x/
13593
13594 UBI FILE SYSTEM (UBIFS)
13595 M:      Richard Weinberger <[email protected]>
13596 M:      Artem Bityutskiy <[email protected]>
13597 M:      Adrian Hunter <[email protected]>
13598 L:      [email protected]
13599 T:      git git://git.infradead.org/ubifs-2.6.git
13600 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13601 S:      Supported
13602 F:      Documentation/filesystems/ubifs.txt
13603 F:      fs/ubifs/
13604
13605 UCLINUX (M68KNOMMU AND COLDFIRE)
13606 M:      Greg Ungerer <[email protected]>
13607 W:      http://www.linux-m68k.org/
13608 W:      http://www.uclinux.org/
13609 L:      [email protected]
13610 L:      [email protected]  (subscribers-only)
13611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13612 S:      Maintained
13613 F:      arch/m68k/coldfire/
13614 F:      arch/m68k/68*/
13615 F:      arch/m68k/*/*_no.*
13616 F:      arch/m68k/include/asm/*_no.*
13617
13618 UDF FILESYSTEM
13619 M:      Jan Kara <[email protected]>
13620 S:      Maintained
13621 F:      Documentation/filesystems/udf.txt
13622 F:      fs/udf/
13623
13624 UDRAW TABLET
13625 M:      Bastien Nocera <[email protected]>
13626 L:      [email protected]
13627 S:      Maintained
13628 F:      drivers/hid/hid-udraw.c
13629
13630 UFS FILESYSTEM
13631 M:      Evgeniy Dushistov <[email protected]>
13632 S:      Maintained
13633 F:      Documentation/filesystems/ufs.txt
13634 F:      fs/ufs/
13635
13636 UHID USERSPACE HID IO DRIVER:
13637 M:      David Herrmann <[email protected]>
13638 L:      [email protected]
13639 S:      Maintained
13640 F:      drivers/hid/uhid.c
13641 F:      include/uapi/linux/uhid.h
13642
13643 ULPI BUS
13644 M:      Heikki Krogerus <[email protected]>
13645 L:      [email protected]
13646 S:      Maintained
13647 F:      drivers/usb/common/ulpi.c
13648 F:      include/linux/ulpi/
13649
13650 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13651 L:      [email protected]
13652 S:      Orphan
13653 F:      drivers/uwb/
13654 F:      include/linux/uwb.h
13655 F:      include/linux/uwb/
13656
13657 UNICORE32 ARCHITECTURE:
13658 M:      Guan Xuetao <[email protected]>
13659 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13660 S:      Maintained
13661 T:      git git://github.com/gxt/linux.git
13662 F:      arch/unicore32/
13663
13664 UNIFDEF
13665 M:      Tony Finch <[email protected]>
13666 W:      http://dotat.at/prog/unifdef
13667 S:      Maintained
13668 F:      scripts/unifdef.c
13669
13670 UNIFORM CDROM DRIVER
13671 M:      Jens Axboe <[email protected]>
13672 W:      http://www.kernel.dk
13673 S:      Maintained
13674 F:      Documentation/cdrom/
13675 F:      drivers/cdrom/cdrom.c
13676 F:      include/linux/cdrom.h
13677 F:      include/uapi/linux/cdrom.h
13678
13679 UNISYS S-PAR DRIVERS
13680 M:      David Kershner <[email protected]>
13681 L:      [email protected] (Unisys internal)
13682 S:      Supported
13683 F:      drivers/staging/unisys/
13684
13685 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13686 M:      Vinayak Holikatti <[email protected]>
13687 L:      [email protected]
13688 S:      Supported
13689 F:      Documentation/scsi/ufs.txt
13690 F:      drivers/scsi/ufs/
13691
13692 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13693 M:      Manjunath M Bettegowda <[email protected]>
13694 M:      Prabu Thangamuthu <[email protected]>
13695 L:      [email protected]
13696 S:      Supported
13697 F:      drivers/scsi/ufs/*dwc*
13698
13699 UNSORTED BLOCK IMAGES (UBI)
13700 M:      Artem Bityutskiy <[email protected]>
13701 M:      Richard Weinberger <[email protected]>
13702 W:      http://www.linux-mtd.infradead.org/
13703 L:      [email protected]
13704 T:      git git://git.infradead.org/ubifs-2.6.git
13705 S:      Supported
13706 F:      drivers/mtd/ubi/
13707 F:      include/linux/mtd/ubi.h
13708 F:      include/uapi/mtd/ubi-user.h
13709
13710 USB "USBNET" DRIVER FRAMEWORK
13711 M:      Oliver Neukum <[email protected]>
13712 L:      [email protected]
13713 W:      http://www.linux-usb.org/usbnet
13714 S:      Maintained
13715 F:      drivers/net/usb/usbnet.c
13716 F:      include/linux/usb/usbnet.h
13717
13718 USB ACM DRIVER
13719 M:      Oliver Neukum <[email protected]>
13720 L:      [email protected]
13721 S:      Maintained
13722 F:      Documentation/usb/acm.txt
13723 F:      drivers/usb/class/cdc-acm.*
13724
13725 USB AR5523 WIRELESS DRIVER
13726 M:      Pontus Fuchs <[email protected]>
13727 L:      [email protected]
13728 S:      Maintained
13729 F:      drivers/net/wireless/ath/ar5523/
13730
13731 USB ATTACHED SCSI
13732 M:      Oliver Neukum <[email protected]>
13733 L:      [email protected]
13734 L:      [email protected]
13735 S:      Maintained
13736 F:      drivers/usb/storage/uas.c
13737
13738 USB CDC ETHERNET DRIVER
13739 M:      Oliver Neukum <[email protected]>
13740 L:      [email protected]
13741 S:      Maintained
13742 F:      drivers/net/usb/cdc_*.c
13743 F:      include/uapi/linux/usb/cdc.h
13744
13745 USB CHAOSKEY DRIVER
13746 M:      Keith Packard <[email protected]>
13747 L:      [email protected]
13748 S:      Maintained
13749 F:      drivers/usb/misc/chaoskey.c
13750
13751 USB CYPRESS C67X00 DRIVER
13752 M:      Peter Korsgaard <[email protected]>
13753 L:      [email protected]
13754 S:      Maintained
13755 F:      drivers/usb/c67x00/
13756
13757 USB DAVICOM DM9601 DRIVER
13758 M:      Peter Korsgaard <[email protected]>
13759 L:      [email protected]
13760 W:      http://www.linux-usb.org/usbnet
13761 S:      Maintained
13762 F:      drivers/net/usb/dm9601.c
13763
13764 USB DIAMOND RIO500 DRIVER
13765 M:      Cesar Miquel <[email protected]>
13766 L:      [email protected]
13767 W:      http://rio500.sourceforge.net
13768 S:      Maintained
13769 F:      drivers/usb/misc/rio500*
13770
13771 USB EHCI DRIVER
13772 M:      Alan Stern <[email protected]>
13773 L:      [email protected]
13774 S:      Maintained
13775 F:      Documentation/usb/ehci.txt
13776 F:      drivers/usb/host/ehci*
13777
13778 USB GADGET/PERIPHERAL SUBSYSTEM
13779 M:      Felipe Balbi <[email protected]>
13780 L:      [email protected]
13781 W:      http://www.linux-usb.org/gadget
13782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13783 S:      Maintained
13784 F:      drivers/usb/gadget/
13785 F:      include/linux/usb/gadget*
13786
13787 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13788 M:      Jiri Kosina <[email protected]>
13789 R:      Benjamin Tissoires <[email protected]>
13790 L:      [email protected]
13791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13792 S:      Maintained
13793 F:      Documentation/hid/hiddev.txt
13794 F:      drivers/hid/usbhid/
13795
13796 USB ISP116X DRIVER
13797 M:      Olav Kongas <[email protected]>
13798 L:      [email protected]
13799 S:      Maintained
13800 F:      drivers/usb/host/isp116x*
13801 F:      include/linux/usb/isp116x.h
13802
13803 USB LAN78XX ETHERNET DRIVER
13804 M:      Woojung Huh <[email protected]>
13805 M:      Microchip Linux Driver Support <[email protected]>
13806 L:      [email protected]
13807 S:      Maintained
13808 F:      drivers/net/usb/lan78xx.*
13809
13810 USB MASS STORAGE DRIVER
13811 M:      Alan Stern <[email protected]>
13812 L:      [email protected]
13813 L:      [email protected]
13814 S:      Maintained
13815 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13816 F:      drivers/usb/storage/
13817
13818 USB MIDI DRIVER
13819 M:      Clemens Ladisch <[email protected]>
13820 L:      [email protected] (moderated for non-subscribers)
13821 T:      git git://git.alsa-project.org/alsa-kernel.git
13822 S:      Maintained
13823 F:      sound/usb/midi.*
13824
13825 USB NETWORKING DRIVERS
13826 L:      [email protected]
13827 S:      Odd Fixes
13828 F:      drivers/net/usb/
13829
13830 USB OHCI DRIVER
13831 M:      Alan Stern <[email protected]>
13832 L:      [email protected]
13833 S:      Maintained
13834 F:      Documentation/usb/ohci.txt
13835 F:      drivers/usb/host/ohci*
13836
13837 USB OTG FSM (Finite State Machine)
13838 M:      Peter Chen <[email protected]>
13839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13840 L:      [email protected]
13841 S:      Maintained
13842 F:      drivers/usb/common/usb-otg-fsm.c
13843
13844 USB OVER IP DRIVER
13845 M:      Valentina Manea <[email protected]>
13846 M:      Shuah Khan <[email protected]>
13847 M:      Shuah Khan <[email protected]>
13848 L:      [email protected]
13849 S:      Maintained
13850 F:      Documentation/usb/usbip_protocol.txt
13851 F:      drivers/usb/usbip/
13852 F:      tools/usb/usbip/
13853
13854 USB PEGASUS DRIVER
13855 M:      Petko Manolov <[email protected]>
13856 L:      [email protected]
13857 L:      [email protected]
13858 T:      git git://github.com/petkan/pegasus.git
13859 W:      https://github.com/petkan/pegasus
13860 S:      Maintained
13861 F:      drivers/net/usb/pegasus.*
13862
13863 USB PHY LAYER
13864 M:      Felipe Balbi <[email protected]>
13865 L:      [email protected]
13866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13867 S:      Maintained
13868 F:      drivers/usb/phy/
13869
13870 USB PRINTER DRIVER (usblp)
13871 M:      Pete Zaitcev <[email protected]>
13872 L:      [email protected]
13873 S:      Supported
13874 F:      drivers/usb/class/usblp.c
13875
13876 USB QMI WWAN NETWORK DRIVER
13877 M:      Bjørn Mork <[email protected]>
13878 L:      [email protected]
13879 S:      Maintained
13880 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13881 F:      drivers/net/usb/qmi_wwan.c
13882
13883 USB RTL8150 DRIVER
13884 M:      Petko Manolov <[email protected]>
13885 L:      [email protected]
13886 L:      [email protected]
13887 T:      git git://github.com/petkan/rtl8150.git
13888 W:      https://github.com/petkan/rtl8150
13889 S:      Maintained
13890 F:      drivers/net/usb/rtl8150.c
13891
13892 USB SERIAL SUBSYSTEM
13893 M:      Johan Hovold <[email protected]>
13894 L:      [email protected]
13895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13896 S:      Maintained
13897 F:      Documentation/usb/usb-serial.txt
13898 F:      drivers/usb/serial/
13899 F:      include/linux/usb/serial.h
13900
13901 USB SMSC75XX ETHERNET DRIVER
13902 M:      Steve Glendinning <[email protected]>
13903 L:      [email protected]
13904 S:      Maintained
13905 F:      drivers/net/usb/smsc75xx.*
13906
13907 USB SMSC95XX ETHERNET DRIVER
13908 M:      Steve Glendinning <[email protected]>
13909 M:      Microchip Linux Driver Support <[email protected]>
13910 L:      [email protected]
13911 S:      Maintained
13912 F:      drivers/net/usb/smsc95xx.*
13913
13914 USB SUBSYSTEM
13915 M:      Greg Kroah-Hartman <[email protected]>
13916 L:      [email protected]
13917 W:      http://www.linux-usb.org
13918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13919 S:      Supported
13920 F:      Documentation/devicetree/bindings/usb/
13921 F:      Documentation/usb/
13922 F:      drivers/usb/
13923 F:      include/linux/usb.h
13924 F:      include/linux/usb/
13925
13926 USB TYPEC SUBSYSTEM
13927 M:      Heikki Krogerus <[email protected]>
13928 L:      [email protected]
13929 S:      Maintained
13930 F:      Documentation/ABI/testing/sysfs-class-typec
13931 F:      Documentation/usb/typec.rst
13932 F:      drivers/usb/typec/
13933 F:      include/linux/usb/typec.h
13934
13935 USB UHCI DRIVER
13936 M:      Alan Stern <[email protected]>
13937 L:      [email protected]
13938 S:      Maintained
13939 F:      drivers/usb/host/uhci*
13940
13941 USB VIDEO CLASS
13942 M:      Laurent Pinchart <[email protected]>
13943 L:      [email protected] (subscribers-only)
13944 L:      [email protected]
13945 T:      git git://linuxtv.org/media_tree.git
13946 W:      http://www.ideasonboard.org/uvc/
13947 S:      Maintained
13948 F:      drivers/media/usb/uvc/
13949 F:      include/uapi/linux/uvcvideo.h
13950
13951 USB VISION DRIVER
13952 M:      Hans Verkuil <[email protected]>
13953 L:      [email protected]
13954 T:      git git://linuxtv.org/media_tree.git
13955 W:      https://linuxtv.org
13956 S:      Odd Fixes
13957 F:      drivers/media/usb/usbvision/
13958
13959 USB WEBCAM GADGET
13960 M:      Laurent Pinchart <[email protected]>
13961 L:      [email protected]
13962 S:      Maintained
13963 F:      drivers/usb/gadget/function/*uvc*
13964 F:      drivers/usb/gadget/legacy/webcam.c
13965
13966 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13967 M:      Jussi Kivilinna <[email protected]>
13968 L:      [email protected]
13969 S:      Maintained
13970 F:      drivers/net/wireless/rndis_wlan.c
13971
13972 USB XHCI DRIVER
13973 M:      Mathias Nyman <[email protected]>
13974 L:      [email protected]
13975 S:      Supported
13976 F:      drivers/usb/host/xhci*
13977 F:      drivers/usb/host/pci-quirks*
13978
13979 USB ZD1201 DRIVER
13980 L:      [email protected]
13981 W:      http://linux-lc100020.sourceforge.net
13982 S:      Orphan
13983 F:      drivers/net/wireless/zydas/zd1201.*
13984
13985 USB ZR364XX DRIVER
13986 M:      Antoine Jacquet <[email protected]>
13987 L:      [email protected]
13988 L:      [email protected]
13989 T:      git git://linuxtv.org/media_tree.git
13990 W:      http://royale.zerezo.com/zr364xx/
13991 S:      Maintained
13992 F:      Documentation/media/v4l-drivers/zr364xx*
13993 F:      drivers/media/usb/zr364xx/
13994
13995 USER-MODE LINUX (UML)
13996 M:      Jeff Dike <[email protected]>
13997 M:      Richard Weinberger <[email protected]>
13998 L:      [email protected]
13999 L:      [email protected]
14000 W:      http://user-mode-linux.sourceforge.net
14001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
14002 S:      Maintained
14003 F:      Documentation/virtual/uml/
14004 F:      arch/um/
14005 F:      arch/x86/um/
14006 F:      fs/hostfs/
14007 F:      fs/hppfs/
14008
14009 USERSPACE I/O (UIO)
14010 M:      Greg Kroah-Hartman <[email protected]>
14011 S:      Maintained
14012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14013 F:      Documentation/driver-api/uio-howto.rst
14014 F:      drivers/uio/
14015 F:      include/linux/uio*.h
14016
14017 UTIL-LINUX PACKAGE
14018 M:      Karel Zak <[email protected]>
14019 L:      [email protected]
14020 W:      http://en.wikipedia.org/wiki/Util-linux
14021 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
14022 S:      Maintained
14023
14024 UUID HELPERS
14025 M:      Christoph Hellwig <[email protected]>
14026 R:      Andy Shevchenko <[email protected]>
14027 L:      [email protected]
14028 T:      git git://git.infradead.org/users/hch/uuid.git
14029 F:      lib/uuid.c
14030 F:      lib/test_uuid.c
14031 F:      include/linux/uuid.h
14032 F:      include/uapi/linux/uuid.h
14033 S:      Maintained
14034
14035 UVESAFB DRIVER
14036 M:      Michal Januszewski <[email protected]>
14037 L:      [email protected]
14038 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
14039 S:      Maintained
14040 F:      Documentation/fb/uvesafb.txt
14041 F:      drivers/video/fbdev/uvesafb.*
14042
14043 VF610 NAND DRIVER
14044 M:      Stefan Agner <[email protected]>
14045 L:      [email protected]
14046 S:      Supported
14047 F:      drivers/mtd/nand/vf610_nfc.c
14048
14049 VFAT/FAT/MSDOS FILESYSTEM
14050 M:      OGAWA Hirofumi <[email protected]>
14051 S:      Maintained
14052 F:      Documentation/filesystems/vfat.txt
14053 F:      fs/fat/
14054
14055 VFIO DRIVER
14056 M:      Alex Williamson <[email protected]>
14057 L:      [email protected]
14058 T:      git git://github.com/awilliam/linux-vfio.git
14059 S:      Maintained
14060 F:      Documentation/vfio.txt
14061 F:      drivers/vfio/
14062 F:      include/linux/vfio.h
14063 F:      include/uapi/linux/vfio.h
14064
14065 VFIO MEDIATED DEVICE DRIVERS
14066 M:      Kirti Wankhede <[email protected]>
14067 L:      [email protected]
14068 S:      Maintained
14069 F:      Documentation/vfio-mediated-device.txt
14070 F:      drivers/vfio/mdev/
14071 F:      include/linux/mdev.h
14072 F:      samples/vfio-mdev/
14073
14074 VFIO PLATFORM DRIVER
14075 M:      Baptiste Reynal <[email protected]>
14076 L:      [email protected]
14077 S:      Maintained
14078 F:      drivers/vfio/platform/
14079
14080 VGA_SWITCHEROO
14081 R:      Lukas Wunner <[email protected]>
14082 S:      Maintained
14083 F:      Documentation/gpu/vga-switcheroo.rst
14084 F:      drivers/gpu/vga/vga_switcheroo.c
14085 F:      include/linux/vga_switcheroo.h
14086 T:      git git://anongit.freedesktop.org/drm/drm-misc
14087
14088 VIA RHINE NETWORK DRIVER
14089 S:      Orphan
14090 F:      drivers/net/ethernet/via/via-rhine.c
14091
14092 VIA SD/MMC CARD CONTROLLER DRIVER
14093 M:      Bruce Chang <[email protected]>
14094 M:      Harald Welte <[email protected]>
14095 S:      Maintained
14096 F:      drivers/mmc/host/via-sdmmc.c
14097
14098 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14099 M:      Florian Tobias Schandinat <[email protected]>
14100 L:      [email protected]
14101 S:      Maintained
14102 F:      include/linux/via-core.h
14103 F:      include/linux/via-gpio.h
14104 F:      include/linux/via_i2c.h
14105 F:      drivers/video/fbdev/via/
14106
14107 VIA VELOCITY NETWORK DRIVER
14108 M:      Francois Romieu <[email protected]>
14109 L:      [email protected]
14110 S:      Maintained
14111 F:      drivers/net/ethernet/via/via-velocity.*
14112
14113 VIDEO MULTIPLEXER DRIVER
14114 M:      Philipp Zabel <[email protected]>
14115 L:      [email protected]
14116 S:      Maintained
14117 F:      drivers/media/platform/video-mux.c
14118
14119 VIDEOBUF2 FRAMEWORK
14120 M:      Pawel Osciak <[email protected]>
14121 M:      Marek Szyprowski <[email protected]>
14122 M:      Kyungmin Park <[email protected]>
14123 L:      [email protected]
14124 S:      Maintained
14125 F:      drivers/media/v4l2-core/videobuf2-*
14126 F:      include/media/videobuf2-*
14127
14128 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14129 M:      Helen Koike <[email protected]>
14130 L:      [email protected]
14131 T:      git git://linuxtv.org/media_tree.git
14132 W:      https://linuxtv.org
14133 S:      Maintained
14134 F:      drivers/media/platform/vimc/*
14135
14136 VIRT LIB
14137 M:      Alex Williamson <[email protected]>
14138 M:      Paolo Bonzini <[email protected]>
14139 L:      [email protected]
14140 S:      Supported
14141 F:      virt/lib/
14142
14143 VIRTIO AND VHOST VSOCK DRIVER
14144 M:      Stefan Hajnoczi <[email protected]>
14145 L:      [email protected]
14146 L:      [email protected]
14147 L:      [email protected]
14148 S:      Maintained
14149 F:      include/linux/virtio_vsock.h
14150 F:      include/uapi/linux/virtio_vsock.h
14151 F:      include/uapi/linux/vsockmon.h
14152 F:      net/vmw_vsock/af_vsock_tap.c
14153 F:      net/vmw_vsock/virtio_transport_common.c
14154 F:      net/vmw_vsock/virtio_transport.c
14155 F:      drivers/net/vsockmon.c
14156 F:      drivers/vhost/vsock.c
14157 F:      drivers/vhost/vsock.h
14158
14159 VIRTIO CONSOLE DRIVER
14160 M:      Amit Shah <[email protected]>
14161 L:      [email protected]
14162 S:      Maintained
14163 F:      drivers/char/virtio_console.c
14164 F:      include/linux/virtio_console.h
14165 F:      include/uapi/linux/virtio_console.h
14166
14167 VIRTIO CORE, NET AND BLOCK DRIVERS
14168 M:      "Michael S. Tsirkin" <[email protected]>
14169 M:      Jason Wang <[email protected]>
14170 L:      [email protected]
14171 S:      Maintained
14172 F:      Documentation/devicetree/bindings/virtio/
14173 F:      drivers/virtio/
14174 F:      tools/virtio/
14175 F:      drivers/net/virtio_net.c
14176 F:      drivers/block/virtio_blk.c
14177 F:      include/linux/virtio*.h
14178 F:      include/uapi/linux/virtio_*.h
14179 F:      drivers/crypto/virtio/
14180 F:      mm/balloon_compaction.c
14181
14182 VIRTIO CRYPTO DRIVER
14183 M:      Gonglei <[email protected]>
14184 L:      [email protected]
14185 L:      [email protected]
14186 S:      Maintained
14187 F:      drivers/crypto/virtio/
14188 F:      include/uapi/linux/virtio_crypto.h
14189
14190 VIRTIO DRIVERS FOR S390
14191 M:      Cornelia Huck <[email protected]>
14192 M:      Halil Pasic <[email protected]>
14193 L:      [email protected]
14194 L:      [email protected]
14195 L:      [email protected]
14196 S:      Supported
14197 F:      drivers/s390/virtio/
14198
14199 VIRTIO GPU DRIVER
14200 M:      David Airlie <[email protected]>
14201 M:      Gerd Hoffmann <[email protected]>
14202 L:      [email protected]
14203 L:      [email protected]
14204 T:      git git://anongit.freedesktop.org/drm/drm-misc
14205 S:      Maintained
14206 F:      drivers/gpu/drm/virtio/
14207 F:      include/uapi/linux/virtio_gpu.h
14208
14209 VIRTIO HOST (VHOST)
14210 M:      "Michael S. Tsirkin" <[email protected]>
14211 M:      Jason Wang <[email protected]>
14212 L:      [email protected]
14213 L:      [email protected]
14214 L:      [email protected]
14215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14216 S:      Maintained
14217 F:      drivers/vhost/
14218 F:      include/uapi/linux/vhost.h
14219
14220 VIRTIO INPUT DRIVER
14221 M:      Gerd Hoffmann <[email protected]>
14222 S:      Maintained
14223 F:      drivers/virtio/virtio_input.c
14224 F:      include/uapi/linux/virtio_input.h
14225
14226 VIRTUAL SERIO DEVICE DRIVER
14227 M:      Stephen Chandler Paul <[email protected]>
14228 S:      Maintained
14229 F:      drivers/input/serio/userio.c
14230 F:      include/uapi/linux/userio.h
14231
14232 VIVID VIRTUAL VIDEO DRIVER
14233 M:      Hans Verkuil <[email protected]>
14234 L:      [email protected]
14235 T:      git git://linuxtv.org/media_tree.git
14236 W:      https://linuxtv.org
14237 S:      Maintained
14238 F:      drivers/media/platform/vivid/*
14239
14240 VLYNQ BUS
14241 M:      Florian Fainelli <[email protected]>
14242 L:      [email protected] (subscribers-only)
14243 S:      Maintained
14244 F:      drivers/vlynq/vlynq.c
14245 F:      include/linux/vlynq.h
14246
14247 VME SUBSYSTEM
14248 M:      Martyn Welch <[email protected]>
14249 M:      Manohar Vanga <[email protected]>
14250 M:      Greg Kroah-Hartman <[email protected]>
14251 L:      [email protected]
14252 S:      Maintained
14253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
14254 F:      Documentation/driver-api/vme.rst
14255 F:      drivers/staging/vme/
14256 F:      drivers/vme/
14257 F:      include/linux/vme*
14258
14259 VMWARE BALLOON DRIVER
14260 M:      Xavier Deguillard <[email protected]>
14261 M:      Philip Moltmann <[email protected]>
14262 M:      "VMware, Inc." <[email protected]>
14263 L:      [email protected]
14264 S:      Maintained
14265 F:      drivers/misc/vmw_balloon.c
14266
14267 VMWARE HYPERVISOR INTERFACE
14268 M:      Alok Kataria <[email protected]>
14269 L:      [email protected]
14270 S:      Supported
14271 F:      arch/x86/kernel/cpu/vmware.c
14272
14273 VMWARE PVRDMA DRIVER
14274 M:      Adit Ranadive <[email protected]>
14275 M:      VMware PV-Drivers <[email protected]>
14276 L:      [email protected]
14277 S:      Maintained
14278 F:      drivers/infiniband/hw/vmw_pvrdma/
14279
14280 VMware PVSCSI driver
14281 M:      Jim Gill <[email protected]>
14282 M:      VMware PV-Drivers <[email protected]>
14283 L:      [email protected]
14284 S:      Maintained
14285 F:      drivers/scsi/vmw_pvscsi.c
14286 F:      drivers/scsi/vmw_pvscsi.h
14287
14288 VMWARE VMMOUSE SUBDRIVER
14289 M:      "VMware Graphics" <[email protected]>
14290 M:      "VMware, Inc." <[email protected]>
14291 L:      [email protected]
14292 S:      Maintained
14293 F:      drivers/input/mouse/vmmouse.c
14294 F:      drivers/input/mouse/vmmouse.h
14295
14296 VMWARE VMXNET3 ETHERNET DRIVER
14297 M:      Shrikrishna Khare <[email protected]>
14298 M:      "VMware, Inc." <[email protected]>
14299 L:      [email protected]
14300 S:      Maintained
14301 F:      drivers/net/vmxnet3/
14302
14303 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14304 M:      Liam Girdwood <[email protected]>
14305 M:      Mark Brown <[email protected]>
14306 L:      [email protected]
14307 W:      http://www.slimlogic.co.uk/?p=48
14308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14309 S:      Supported
14310 F:      Documentation/devicetree/bindings/regulator/
14311 F:      drivers/regulator/
14312 F:      include/dt-bindings/regulator/
14313 F:      include/linux/regulator/
14314
14315 VRF
14316 M:      David Ahern <[email protected]>
14317 M:      Shrijeet Mukherjee <[email protected]>
14318 L:      [email protected]
14319 S:      Maintained
14320 F:      drivers/net/vrf.c
14321 F:      Documentation/networking/vrf.txt
14322
14323 VT1211 HARDWARE MONITOR DRIVER
14324 M:      Juerg Haefliger <[email protected]>
14325 L:      [email protected]
14326 S:      Maintained
14327 F:      Documentation/hwmon/vt1211
14328 F:      drivers/hwmon/vt1211.c
14329
14330 VT8231 HARDWARE MONITOR DRIVER
14331 M:      Roger Lucas <[email protected]>
14332 L:      [email protected]
14333 S:      Maintained
14334 F:      drivers/hwmon/vt8231.c
14335
14336 VUB300 USB to SDIO/SD/MMC bridge chip
14337 M:      Tony Olech <[email protected]>
14338 L:      [email protected]
14339 L:      [email protected]
14340 S:      Supported
14341 F:      drivers/mmc/host/vub300.c
14342
14343 W1 DALLAS'S 1-WIRE BUS
14344 M:      Evgeniy Polyakov <[email protected]>
14345 S:      Maintained
14346 F:      Documentation/w1/
14347 F:      drivers/w1/
14348 F:      include/linux/w1.h
14349
14350 W83791D HARDWARE MONITORING DRIVER
14351 M:      Marc Hulsman <[email protected]>
14352 L:      [email protected]
14353 S:      Maintained
14354 F:      Documentation/hwmon/w83791d
14355 F:      drivers/hwmon/w83791d.c
14356
14357 W83793 HARDWARE MONITORING DRIVER
14358 M:      Rudolf Marek <[email protected]>
14359 L:      [email protected]
14360 S:      Maintained
14361 F:      Documentation/hwmon/w83793
14362 F:      drivers/hwmon/w83793.c
14363
14364 W83795 HARDWARE MONITORING DRIVER
14365 M:      Jean Delvare <[email protected]>
14366 L:      [email protected]
14367 S:      Maintained
14368 F:      drivers/hwmon/w83795.c
14369
14370 W83L51xD SD/MMC CARD INTERFACE DRIVER
14371 M:      Pierre Ossman <[email protected]>
14372 S:      Maintained
14373 F:      drivers/mmc/host/wbsd.*
14374
14375 WACOM PROTOCOL 4 SERIAL TABLETS
14376 M:      Julian Squires <[email protected]>
14377 M:      Hans de Goede <[email protected]>
14378 L:      [email protected]
14379 S:      Maintained
14380 F:      drivers/input/tablet/wacom_serial4.c
14381
14382 WATCHDOG DEVICE DRIVERS
14383 M:      Wim Van Sebroeck <[email protected]>
14384 R:      Guenter Roeck <[email protected]>
14385 L:      [email protected]
14386 W:      http://www.linux-watchdog.org/
14387 T:      git git://www.linux-watchdog.org/linux-watchdog.git
14388 S:      Maintained
14389 F:      Documentation/devicetree/bindings/watchdog/
14390 F:      Documentation/watchdog/
14391 F:      drivers/watchdog/
14392 F:      include/linux/watchdog.h
14393 F:      include/uapi/linux/watchdog.h
14394
14395 WHISKEYCOVE PMIC GPIO DRIVER
14396 M:      Kuppuswamy Sathyanarayanan <[email protected]>
14397 L:      [email protected]
14398 S:      Maintained
14399 F:      drivers/gpio/gpio-wcove.c
14400
14401 WIIMOTE HID DRIVER
14402 M:      David Herrmann <[email protected]>
14403 L:      [email protected]
14404 S:      Maintained
14405 F:      drivers/hid/hid-wiimote*
14406
14407 WILOCITY WIL6210 WIRELESS DRIVER
14408 M:      Maya Erez <[email protected]>
14409 L:      [email protected]
14410 L:      [email protected]
14411 S:      Supported
14412 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
14413 F:      drivers/net/wireless/ath/wil6210/
14414 F:      include/uapi/linux/wil6210_uapi.h
14415
14416 WIMAX STACK
14417 M:      Inaky Perez-Gonzalez <[email protected]>
14418 M:      [email protected]
14419 L:      [email protected] (subscribers-only)
14420 S:      Supported
14421 W:      http://linuxwimax.org
14422 F:      Documentation/wimax/README.wimax
14423 F:      include/linux/wimax/debug.h
14424 F:      include/net/wimax.h
14425 F:      include/uapi/linux/wimax.h
14426 F:      net/wimax/
14427
14428 WINBOND CIR DRIVER
14429 M:      David Härdeman <[email protected]>
14430 S:      Maintained
14431 F:      drivers/media/rc/winbond-cir.c
14432
14433 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14434 M:      William Breathitt Gray <[email protected]>
14435 L:      [email protected]
14436 S:      Maintained
14437 F:      drivers/watchdog/ebc-c384_wdt.c
14438
14439 WINSYSTEMS WS16C48 GPIO DRIVER
14440 M:      William Breathitt Gray <[email protected]>
14441 L:      [email protected]
14442 S:      Maintained
14443 F:      drivers/gpio/gpio-ws16c48.c
14444
14445 WISTRON LAPTOP BUTTON DRIVER
14446 M:      Miloslav Trmac <[email protected]>
14447 S:      Maintained
14448 F:      drivers/input/misc/wistron_btns.c
14449
14450 WL3501 WIRELESS PCMCIA CARD DRIVER
14451 L:      [email protected]
14452 S:      Odd fixes
14453 F:      drivers/net/wireless/wl3501*
14454
14455 WOLFSON MICROELECTRONICS DRIVERS
14456 L:      [email protected]
14457 T:      git https://github.com/CirrusLogic/linux-drivers.git
14458 W:      https://github.com/CirrusLogic/linux-drivers/wiki
14459 S:      Supported
14460 F:      Documentation/hwmon/wm83??
14461 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14462 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14463 F:      Documentation/devicetree/bindings/mfd/arizona.txt
14464 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
14465 F:      arch/arm/mach-s3c64xx/mach-crag6410*
14466 F:      drivers/clk/clk-wm83*.c
14467 F:      drivers/extcon/extcon-arizona.c
14468 F:      drivers/leds/leds-wm83*.c
14469 F:      drivers/gpio/gpio-*wm*.c
14470 F:      drivers/gpio/gpio-arizona.c
14471 F:      drivers/hwmon/wm83??-hwmon.c
14472 F:      drivers/input/misc/wm831x-on.c
14473 F:      drivers/input/touchscreen/wm831x-ts.c
14474 F:      drivers/input/touchscreen/wm97*.c
14475 F:      drivers/mfd/arizona*
14476 F:      drivers/mfd/wm*.c
14477 F:      drivers/mfd/cs47l24*
14478 F:      drivers/power/supply/wm83*.c
14479 F:      drivers/rtc/rtc-wm83*.c
14480 F:      drivers/regulator/wm8*.c
14481 F:      drivers/regulator/arizona*
14482 F:      drivers/video/backlight/wm83*_bl.c
14483 F:      drivers/watchdog/wm83*_wdt.c
14484 F:      include/linux/mfd/arizona/
14485 F:      include/linux/mfd/wm831x/
14486 F:      include/linux/mfd/wm8350/
14487 F:      include/linux/mfd/wm8400*
14488 F:      include/linux/regulator/arizona*
14489 F:      include/linux/wm97xx.h
14490 F:      include/sound/wm????.h
14491 F:      sound/soc/codecs/arizona.?
14492 F:      sound/soc/codecs/wm*
14493 F:      sound/soc/codecs/cs47l24*
14494
14495 WORKQUEUE
14496 M:      Tejun Heo <[email protected]>
14497 R:      Lai Jiangshan <[email protected]>
14498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14499 S:      Maintained
14500 F:      include/linux/workqueue.h
14501 F:      kernel/workqueue.c
14502 F:      Documentation/core-api/workqueue.rst
14503
14504 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14505 M:      Chen-Yu Tsai <[email protected]>
14506 L:      [email protected]
14507 S:      Maintained
14508 N:      axp[128]
14509
14510 X.25 NETWORK LAYER
14511 M:      Andrew Hendry <[email protected]>
14512 L:      [email protected]
14513 S:      Odd Fixes
14514 F:      Documentation/networking/x25*
14515 F:      include/net/x25*
14516 F:      net/x25/
14517
14518 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14519 M:      Thomas Gleixner <[email protected]>
14520 M:      Ingo Molnar <[email protected]>
14521 M:      "H. Peter Anvin" <[email protected]>
14522 M:      [email protected]
14523 L:      [email protected]
14524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14525 S:      Maintained
14526 F:      Documentation/x86/
14527 F:      arch/x86/
14528
14529 X86 MCE INFRASTRUCTURE
14530 M:      Tony Luck <[email protected]>
14531 M:      Borislav Petkov <[email protected]>
14532 L:      [email protected]
14533 S:      Maintained
14534 F:      arch/x86/kernel/cpu/mcheck/*
14535
14536 X86 MICROCODE UPDATE SUPPORT
14537 M:      Borislav Petkov <[email protected]>
14538 S:      Maintained
14539 F:      arch/x86/kernel/cpu/microcode/*
14540
14541 X86 PLATFORM DRIVERS
14542 M:      Darren Hart <[email protected]>
14543 M:      Andy Shevchenko <[email protected]>
14544 L:      [email protected]
14545 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14546 S:      Maintained
14547 F:      drivers/platform/x86/
14548 F:      drivers/platform/olpc/
14549
14550 X86 VDSO
14551 M:      Andy Lutomirski <[email protected]>
14552 L:      [email protected]
14553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14554 S:      Maintained
14555 F:      arch/x86/entry/vdso/
14556
14557 XC2028/3028 TUNER DRIVER
14558 M:      Mauro Carvalho Chehab <[email protected]>
14559 M:      Mauro Carvalho Chehab <[email protected]>
14560 L:      [email protected]
14561 W:      https://linuxtv.org
14562 T:      git git://linuxtv.org/media_tree.git
14563 S:      Maintained
14564 F:      drivers/media/tuners/tuner-xc2028.*
14565
14566 XEN BLOCK SUBSYSTEM
14567 M:      Konrad Rzeszutek Wilk <[email protected]>
14568 M:      Roger Pau Monné <[email protected]>
14569 L:      [email protected] (moderated for non-subscribers)
14570 S:      Supported
14571 F:      drivers/block/xen-blkback/*
14572 F:      drivers/block/xen*
14573
14574 XEN HYPERVISOR ARM
14575 M:      Stefano Stabellini <[email protected]>
14576 L:      [email protected] (moderated for non-subscribers)
14577 S:      Maintained
14578 F:      arch/arm/xen/
14579 F:      arch/arm/include/asm/xen/
14580
14581 XEN HYPERVISOR ARM64
14582 M:      Stefano Stabellini <[email protected]>
14583 L:      [email protected] (moderated for non-subscribers)
14584 S:      Maintained
14585 F:      arch/arm64/xen/
14586 F:      arch/arm64/include/asm/xen/
14587
14588 XEN HYPERVISOR INTERFACE
14589 M:      Boris Ostrovsky <[email protected]>
14590 M:      Juergen Gross <[email protected]>
14591 L:      [email protected] (moderated for non-subscribers)
14592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14593 S:      Supported
14594 F:      arch/x86/xen/
14595 F:      drivers/*/xen-*front.c
14596 F:      drivers/xen/
14597 F:      arch/x86/include/asm/xen/
14598 F:      include/xen/
14599 F:      include/uapi/xen/
14600 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
14601 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
14602
14603 XEN NETWORK BACKEND DRIVER
14604 M:      Wei Liu <[email protected]>
14605 M:      Paul Durrant <[email protected]>
14606 L:      [email protected] (moderated for non-subscribers)
14607 L:      [email protected]
14608 S:      Supported
14609 F:      drivers/net/xen-netback/*
14610
14611 XEN PCI SUBSYSTEM
14612 M:      Konrad Rzeszutek Wilk <[email protected]>
14613 L:      [email protected] (moderated for non-subscribers)
14614 S:      Supported
14615 F:      arch/x86/pci/*xen*
14616 F:      drivers/pci/*xen*
14617
14618 XEN PVSCSI DRIVERS
14619 M:      Juergen Gross <[email protected]>
14620 L:      [email protected] (moderated for non-subscribers)
14621 L:      [email protected]
14622 S:      Supported
14623 F:      drivers/scsi/xen-scsifront.c
14624 F:      drivers/xen/xen-scsiback.c
14625 F:      include/xen/interface/io/vscsiif.h
14626
14627 XEN SWIOTLB SUBSYSTEM
14628 M:      Konrad Rzeszutek Wilk <[email protected]>
14629 L:      [email protected] (moderated for non-subscribers)
14630 S:      Supported
14631 F:      arch/x86/xen/*swiotlb*
14632 F:      drivers/xen/*swiotlb*
14633
14634 XFS FILESYSTEM
14635 M:      Darrick J. Wong <[email protected]>
14636 M:      [email protected]
14637 L:      [email protected]
14638 W:      http://xfs.org/
14639 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14640 S:      Supported
14641 F:      Documentation/filesystems/xfs.txt
14642 F:      fs/xfs/
14643
14644 XILINX AXI ETHERNET DRIVER
14645 M:      Anirudha Sarangi <[email protected]>
14646 M:      John Linn <[email protected]>
14647 S:      Maintained
14648 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14649
14650 XILINX UARTLITE SERIAL DRIVER
14651 M:      Peter Korsgaard <[email protected]>
14652 L:      [email protected]
14653 S:      Maintained
14654 F:      drivers/tty/serial/uartlite.c
14655
14656 XILINX VIDEO IP CORES
14657 M:      Hyun Kwon <[email protected]>
14658 M:      Laurent Pinchart <[email protected]>
14659 L:      [email protected]
14660 T:      git git://linuxtv.org/media_tree.git
14661 S:      Supported
14662 F:      Documentation/devicetree/bindings/media/xilinx/
14663 F:      drivers/media/platform/xilinx/
14664 F:      include/uapi/linux/xilinx-v4l2-controls.h
14665
14666 XILLYBUS DRIVER
14667 M:      Eli Billauer <[email protected]>
14668 L:      [email protected]
14669 S:      Supported
14670 F:      drivers/char/xillybus/
14671
14672 XRA1403 GPIO EXPANDER
14673 M:      Nandor Han <[email protected]>
14674 M:      Semi Malinen <[email protected]>
14675 L:      [email protected]
14676 S:      Maintained
14677 F:      drivers/gpio/gpio-xra1403.c
14678 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14679
14680 XTENSA XTFPGA PLATFORM SUPPORT
14681 M:      Max Filippov <[email protected]>
14682 L:      [email protected]
14683 S:      Maintained
14684 F:      drivers/spi/spi-xtensa-xtfpga.c
14685 F:      sound/soc/xtensa/xtfpga-i2s.c
14686
14687 YAM DRIVER FOR AX.25
14688 M:      Jean-Paul Roubelat <[email protected]>
14689 L:      [email protected]
14690 S:      Maintained
14691 F:      drivers/net/hamradio/yam*
14692 F:      include/linux/yam.h
14693
14694 YAMA SECURITY MODULE
14695 M:      Kees Cook <[email protected]>
14696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
14697 S:      Supported
14698 F:      security/yama/
14699 F:      Documentation/admin-guide/LSM/Yama.rst
14700
14701 YEALINK PHONE DRIVER
14702 M:      Henk Vergonet <[email protected]>
14703 L:      [email protected]
14704 S:      Maintained
14705 F:      Documentation/input/yealink.rst
14706 F:      drivers/input/misc/yealink.*
14707
14708 Z8530 DRIVER FOR AX.25
14709 M:      Joerg Reuter <[email protected]>
14710 W:      http://yaina.de/jreuter/
14711 W:      http://www.qsl.net/dl1bke/
14712 L:      [email protected]
14713 S:      Maintained
14714 F:      Documentation/networking/z8530drv.txt
14715 F:      drivers/net/hamradio/*scc.c
14716 F:      drivers/net/hamradio/z8530.h
14717
14718 ZBUD COMPRESSED PAGE ALLOCATOR
14719 M:      Seth Jennings <[email protected]>
14720 M:      Dan Streetman <[email protected]>
14721 L:      [email protected]
14722 S:      Maintained
14723 F:      mm/zbud.c
14724 F:      include/linux/zbud.h
14725
14726 ZD1211RW WIRELESS DRIVER
14727 M:      Daniel Drake <[email protected]>
14728 M:      Ulrich Kunitz <[email protected]>
14729 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14730 L:      [email protected]
14731 L:      [email protected] (subscribers-only)
14732 S:      Maintained
14733 F:      drivers/net/wireless/zydas/zd1211rw/
14734
14735 ZD1301 MEDIA DRIVER
14736 M:      Antti Palosaari <[email protected]>
14737 L:      [email protected]
14738 W:      https://linuxtv.org/
14739 W:      http://palosaari.fi/linux/
14740 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14741 S:      Maintained
14742 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14743
14744 ZD1301_DEMOD MEDIA DRIVER
14745 M:      Antti Palosaari <[email protected]>
14746 L:      [email protected]
14747 W:      https://linuxtv.org/
14748 W:      http://palosaari.fi/linux/
14749 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14750 S:      Maintained
14751 F:      drivers/media/dvb-frontends/zd1301_demod*
14752
14753 ZPOOL COMPRESSED PAGE STORAGE API
14754 M:      Dan Streetman <[email protected]>
14755 L:      [email protected]
14756 S:      Maintained
14757 F:      mm/zpool.c
14758 F:      include/linux/zpool.h
14759
14760 ZR36067 VIDEO FOR LINUX DRIVER
14761 L:      [email protected]
14762 L:      [email protected]
14763 W:      http://mjpeg.sourceforge.net/driver-zoran/
14764 T:      hg https://linuxtv.org/hg/v4l-dvb
14765 S:      Odd Fixes
14766 F:      drivers/media/pci/zoran/
14767
14768 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14769 M:      Minchan Kim <[email protected]>
14770 M:      Nitin Gupta <[email protected]>
14771 R:      Sergey Senozhatsky <[email protected]>
14772 L:      [email protected]
14773 S:      Maintained
14774 F:      drivers/block/zram/
14775 F:      Documentation/blockdev/zram.txt
14776
14777 ZS DECSTATION Z85C30 SERIAL DRIVER
14778 M:      "Maciej W. Rozycki" <[email protected]>
14779 S:      Maintained
14780 F:      drivers/tty/serial/zs.*
14781
14782 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14783 M:      Minchan Kim <[email protected]>
14784 M:      Nitin Gupta <[email protected]>
14785 R:      Sergey Senozhatsky <[email protected]>
14786 L:      [email protected]
14787 S:      Maintained
14788 F:      mm/zsmalloc.c
14789 F:      include/linux/zsmalloc.h
14790 F:      Documentation/vm/zsmalloc.txt
14791
14792 ZSWAP COMPRESSED SWAP CACHING
14793 M:      Seth Jennings <[email protected]>
14794 M:      Dan Streetman <[email protected]>
14795 L:      [email protected]
14796 S:      Maintained
14797 F:      mm/zswap.c
14798
14799 THE REST
14800 M:      Linus Torvalds <[email protected]>
14801 L:      [email protected]
14802 Q:      http://patchwork.kernel.org/project/LKML/list/
14803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14804 S:      Buried alive in reporters
14805 F:      *
14806 F:      */
This page took 0.854283 seconds and 4 git commands to generate.