]> Git Repo - linux.git/blob - MAINTAINERS
percpu: introduce bitmap metadata blocks
[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
209 A8293 MEDIA DRIVER
210 M:      Antti Palosaari <[email protected]>
211 L:      [email protected]
212 W:      https://linuxtv.org
213 W:      http://palosaari.fi/linux/
214 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
215 T:      git git://linuxtv.org/anttip/media_tree.git
216 S:      Maintained
217 F:      drivers/media/dvb-frontends/a8293*
218
219 AACRAID SCSI RAID DRIVER
220 M:      Adaptec OEM Raid Solutions <[email protected]>
221 L:      [email protected]
222 W:      http://www.adaptec.com/
223 S:      Supported
224 F:      Documentation/scsi/aacraid.txt
225 F:      drivers/scsi/aacraid/
226
227 ABI/API
228 L:      [email protected]
229 F:      include/linux/syscalls.h
230 F:      kernel/sys_ni.c
231
232 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
233 M:      Hans de Goede <[email protected]>
234 L:      [email protected]
235 S:      Maintained
236 F:      drivers/hwmon/abituguru.c
237
238 ABIT UGURU 3 HARDWARE MONITOR DRIVER
239 M:      Alistair John Strachan <[email protected]>
240 L:      [email protected]
241 S:      Maintained
242 F:      drivers/hwmon/abituguru3.c
243
244 ACCES 104-DIO-48E GPIO DRIVER
245 M:      William Breathitt Gray <[email protected]>
246 L:      [email protected]
247 S:      Maintained
248 F:      drivers/gpio/gpio-104-dio-48e.c
249
250 ACCES 104-IDI-48 GPIO DRIVER
251 M:      "William Breathitt Gray" <[email protected]>
252 L:      [email protected]
253 S:      Maintained
254 F:      drivers/gpio/gpio-104-idi-48.c
255
256 ACCES 104-IDIO-16 GPIO DRIVER
257 M:      "William Breathitt Gray" <[email protected]>
258 L:      [email protected]
259 S:      Maintained
260 F:      drivers/gpio/gpio-104-idio-16.c
261
262 ACCES 104-QUAD-8 IIO DRIVER
263 M:      William Breathitt Gray <[email protected]>
264 L:      [email protected]
265 S:      Maintained
266 F:      drivers/iio/counter/104-quad-8.c
267
268 ACCES PCI-IDIO-16 GPIO DRIVER
269 M:      William Breathitt Gray <[email protected]>
270 L:      [email protected]
271 S:      Maintained
272 F:      drivers/gpio/gpio-pci-idio-16.c
273
274 ACENIC DRIVER
275 M:      Jes Sorensen <[email protected]>
276 L:      [email protected]
277 S:      Maintained
278 F:      drivers/net/ethernet/alteon/acenic*
279
280 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281 M:      Peter Feuerer <[email protected]>
282 L:      [email protected]
283 W:      http://piie.net/?section=acerhdf
284 S:      Maintained
285 F:      drivers/platform/x86/acerhdf.c
286
287 ACER WMI LAPTOP EXTRAS
288 M:      "Lee, Chun-Yi" <[email protected]>
289 L:      [email protected]
290 S:      Maintained
291 F:      drivers/platform/x86/acer-wmi.c
292
293 ACPI
294 M:      "Rafael J. Wysocki" <[email protected]>
295 M:      Len Brown <[email protected]>
296 L:      [email protected]
297 W:      https://01.org/linux-acpi
298 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300 B:      https://bugzilla.kernel.org
301 S:      Supported
302 F:      drivers/acpi/
303 F:      drivers/pnp/pnpacpi/
304 F:      include/linux/acpi.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 COMPONENT ARCHITECTURE (ACPICA)
315 M:      Robert Moore <[email protected]>
316 M:      Lv Zheng <[email protected]>
317 M:      "Rafael J. Wysocki" <[email protected]>
318 L:      [email protected]
319 L:      [email protected]
320 W:      https://acpica.org/
321 W:      https://github.com/acpica/acpica/
322 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
324 B:      https://bugzilla.kernel.org
325 B:      https://bugs.acpica.org
326 S:      Supported
327 F:      drivers/acpi/acpica/
328 F:      include/acpi/
329 F:      tools/power/acpi/
330
331 ACPI FAN DRIVER
332 M:      Zhang Rui <[email protected]>
333 L:      [email protected]
334 W:      https://01.org/linux-acpi
335 B:      https://bugzilla.kernel.org
336 S:      Supported
337 F:      drivers/acpi/fan.c
338
339 ACPI FOR ARM64 (ACPI/arm64)
340 M:      Lorenzo Pieralisi <[email protected]>
341 M:      Hanjun Guo <[email protected]>
342 M:      Sudeep Holla <[email protected]>
343 L:      [email protected]
344 S:      Maintained
345 F:      drivers/acpi/arm64
346
347 ACPI THERMAL DRIVER
348 M:      Zhang Rui <[email protected]>
349 L:      [email protected]
350 W:      https://01.org/linux-acpi
351 B:      https://bugzilla.kernel.org
352 S:      Supported
353 F:      drivers/acpi/*thermal*
354
355 ACPI VIDEO 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/acpi_video.c
362
363 ACPI WMI DRIVER
364 L:      [email protected]
365 S:      Orphan
366 F:      drivers/platform/x86/wmi.c
367
368 AD1889 ALSA SOUND DRIVER
369 M:      Thibaut Varene <[email protected]>
370 W:      http://wiki.parisc-linux.org/AD1889
371 L:      [email protected]
372 S:      Maintained
373 F:      sound/pci/ad1889.*
374
375 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
376 M:      Michael Hennerich <[email protected]>
377 W:      http://wiki.analog.com/AD5254
378 W:      http://ez.analog.com/community/linux-device-drivers
379 S:      Supported
380 F:      drivers/misc/ad525x_dpot.c
381
382 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
383 M:      Michael Hennerich <[email protected]>
384 W:      http://wiki.analog.com/AD5398
385 W:      http://ez.analog.com/community/linux-device-drivers
386 S:      Supported
387 F:      drivers/regulator/ad5398.c
388
389 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
390 M:      Michael Hennerich <[email protected]>
391 W:      http://wiki.analog.com/AD7142
392 W:      http://ez.analog.com/community/linux-device-drivers
393 S:      Supported
394 F:      drivers/input/misc/ad714x.c
395
396 AD7877 TOUCHSCREEN DRIVER
397 M:      Michael Hennerich <[email protected]>
398 W:      http://wiki.analog.com/AD7877
399 W:      http://ez.analog.com/community/linux-device-drivers
400 S:      Supported
401 F:      drivers/input/touchscreen/ad7877.c
402
403 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
404 M:      Michael Hennerich <[email protected]>
405 W:      http://wiki.analog.com/AD7879
406 W:      http://ez.analog.com/community/linux-device-drivers
407 S:      Supported
408 F:      drivers/input/touchscreen/ad7879.c
409
410 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
411 M:      Jiri Kosina <[email protected]>
412 S:      Maintained
413
414 ADF7242 IEEE 802.15.4 RADIO DRIVER
415 M:      Michael Hennerich <[email protected]>
416 W:      https://wiki.analog.com/ADF7242
417 W:      http://ez.analog.com/community/linux-device-drivers
418 L:      [email protected]
419 S:      Supported
420 F:      drivers/net/ieee802154/adf7242.c
421 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
422
423 ADM1025 HARDWARE MONITOR DRIVER
424 M:      Jean Delvare <[email protected]>
425 L:      [email protected]
426 S:      Maintained
427 F:      Documentation/hwmon/adm1025
428 F:      drivers/hwmon/adm1025.c
429
430 ADM1029 HARDWARE MONITOR DRIVER
431 M:      Corentin Labbe <[email protected]>
432 L:      [email protected]
433 S:      Maintained
434 F:      drivers/hwmon/adm1029.c
435
436 ADM8211 WIRELESS DRIVER
437 L:      [email protected]
438 W:      http://wireless.kernel.org/
439 S:      Orphan
440 F:      drivers/net/wireless/admtek/adm8211.*
441
442 ADP1653 FLASH CONTROLLER DRIVER
443 M:      Sakari Ailus <[email protected]>
444 L:      [email protected]
445 S:      Maintained
446 F:      drivers/media/i2c/adp1653.c
447 F:      include/media/i2c/adp1653.h
448
449 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
450 M:      Michael Hennerich <[email protected]>
451 W:      http://wiki.analog.com/ADP5520
452 W:      http://ez.analog.com/community/linux-device-drivers
453 S:      Supported
454 F:      drivers/mfd/adp5520.c
455 F:      drivers/video/backlight/adp5520_bl.c
456 F:      drivers/leds/leds-adp5520.c
457 F:      drivers/gpio/gpio-adp5520.c
458 F:      drivers/input/keyboard/adp5520-keys.c
459
460 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
461 M:      Michael Hennerich <[email protected]>
462 W:      http://wiki.analog.com/ADP5588
463 W:      http://ez.analog.com/community/linux-device-drivers
464 S:      Supported
465 F:      drivers/input/keyboard/adp5588-keys.c
466 F:      drivers/gpio/gpio-adp5588.c
467
468 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
469 M:      Michael Hennerich <[email protected]>
470 W:      http://wiki.analog.com/ADP8860
471 W:      http://ez.analog.com/community/linux-device-drivers
472 S:      Supported
473 F:      drivers/video/backlight/adp8860_bl.c
474
475 ADS1015 HARDWARE MONITOR DRIVER
476 M:      Dirk Eibach <[email protected]>
477 L:      [email protected]
478 S:      Maintained
479 F:      Documentation/hwmon/ads1015
480 F:      drivers/hwmon/ads1015.c
481 F:      include/linux/platform_data/ads1015.h
482
483 ADT746X FAN DRIVER
484 M:      Colin Leroy <[email protected]>
485 S:      Maintained
486 F:      drivers/macintosh/therm_adt746x.c
487
488 ADT7475 HARDWARE MONITOR DRIVER
489 M:      Jean Delvare <[email protected]>
490 L:      [email protected]
491 S:      Maintained
492 F:      Documentation/hwmon/adt7475
493 F:      drivers/hwmon/adt7475.c
494
495 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
496 M:      Michael Hennerich <[email protected]>
497 W:      http://wiki.analog.com/ADXL345
498 W:      http://ez.analog.com/community/linux-device-drivers
499 S:      Supported
500 F:      drivers/input/misc/adxl34x.c
501
502 ADVANSYS SCSI DRIVER
503 M:      Matthew Wilcox <[email protected]>
504 M:      Hannes Reinecke <[email protected]>
505 L:      [email protected]
506 S:      Maintained
507 F:      Documentation/scsi/advansys.txt
508 F:      drivers/scsi/advansys.c
509
510 AEDSP16 DRIVER
511 M:      Riccardo Facchetti <[email protected]>
512 S:      Maintained
513 F:      sound/oss/aedsp16.c
514
515 AF9013 MEDIA DRIVER
516 M:      Antti Palosaari <[email protected]>
517 L:      [email protected]
518 W:      https://linuxtv.org
519 W:      http://palosaari.fi/linux/
520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
521 T:      git git://linuxtv.org/anttip/media_tree.git
522 S:      Maintained
523 F:      drivers/media/dvb-frontends/af9013*
524
525 AF9033 MEDIA DRIVER
526 M:      Antti Palosaari <[email protected]>
527 L:      [email protected]
528 W:      https://linuxtv.org
529 W:      http://palosaari.fi/linux/
530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
531 T:      git git://linuxtv.org/anttip/media_tree.git
532 S:      Maintained
533 F:      drivers/media/dvb-frontends/af9033*
534
535 AFFS FILE SYSTEM
536 L:      [email protected]
537 S:      Orphan
538 F:      Documentation/filesystems/affs.txt
539 F:      fs/affs/
540
541 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
542 M:      David Howells <[email protected]>
543 L:      [email protected]
544 S:      Supported
545 F:      fs/afs/
546 F:      include/net/af_rxrpc.h
547 F:      net/rxrpc/af_rxrpc.c
548 W:      https://www.infradead.org/~dhowells/kafs/
549
550 AGPGART DRIVER
551 M:      David Airlie <[email protected]>
552 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
553 S:      Maintained
554 F:      drivers/char/agp/
555 F:      include/linux/agp*
556 F:      include/uapi/linux/agp*
557
558 AHA152X SCSI DRIVER
559 M:      "Juergen E. Fischer" <[email protected]>
560 L:      [email protected]
561 S:      Maintained
562 F:      drivers/scsi/aha152x*
563 F:      drivers/scsi/pcmcia/aha152x*
564
565 AIC7XXX / AIC79XX SCSI DRIVER
566 M:      Hannes Reinecke <[email protected]>
567 L:      [email protected]
568 S:      Maintained
569 F:      drivers/scsi/aic7xxx/
570
571 AIMSLAB FM RADIO RECEIVER DRIVER
572 M:      Hans Verkuil <[email protected]>
573 L:      [email protected]
574 T:      git git://linuxtv.org/media_tree.git
575 W:      https://linuxtv.org
576 S:      Maintained
577 F:      drivers/media/radio/radio-aimslab*
578
579 AIO
580 M:      Benjamin LaHaise <[email protected]>
581 L:      [email protected]
582 S:      Supported
583 F:      fs/aio.c
584 F:      include/linux/*aio*.h
585
586 AIRSPY MEDIA DRIVER
587 M:      Antti Palosaari <[email protected]>
588 L:      [email protected]
589 W:      https://linuxtv.org
590 W:      http://palosaari.fi/linux/
591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
592 T:      git git://linuxtv.org/anttip/media_tree.git
593 S:      Maintained
594 F:      drivers/media/usb/airspy/
595
596 ALACRITECH GIGABIT ETHERNET DRIVER
597 M:      Lino Sanfilippo <[email protected]>
598 S:      Maintained
599 F:      drivers/net/ethernet/alacritech/*
600
601 ALCATEL SPEEDTOUCH USB DRIVER
602 M:      Duncan Sands <[email protected]>
603 L:      [email protected]
604 W:      http://www.linux-usb.org/SpeedTouch/
605 S:      Maintained
606 F:      drivers/usb/atm/speedtch.c
607 F:      drivers/usb/atm/usbatm.c
608
609 ALCHEMY AU1XX0 MMC DRIVER
610 M:      Manuel Lauss <[email protected]>
611 S:      Maintained
612 F:      drivers/mmc/host/au1xmmc.c
613
614 ALI1563 I2C DRIVER
615 M:      Rudolf Marek <[email protected]>
616 L:      [email protected]
617 S:      Maintained
618 F:      Documentation/i2c/busses/i2c-ali1563
619 F:      drivers/i2c/busses/i2c-ali1563.c
620
621 ALLWINNER SECURITY SYSTEM
622 M:      Corentin Labbe <[email protected]>
623 L:      [email protected]
624 S:      Maintained
625 F:      drivers/crypto/sunxi-ss/
626
627 ALPHA PORT
628 M:      Richard Henderson <[email protected]>
629 M:      Ivan Kokshaysky <[email protected]>
630 M:      Matt Turner <[email protected]>
631 S:      Odd Fixes
632 L:      [email protected]
633 F:      arch/alpha/
634
635 ALPS PS/2 TOUCHPAD DRIVER
636 R:      Pali Rohár <[email protected]>
637 F:      drivers/input/mouse/alps.*
638
639 ALTERA MAILBOX DRIVER
640 M:      Ley Foon Tan <[email protected]>
641 L:      [email protected] (moderated for non-subscribers)
642 S:      Maintained
643 F:      drivers/mailbox/mailbox-altera.c
644
645 ALTERA PIO DRIVER
646 M:      Tien Hock Loh <[email protected]>
647 L:      [email protected]
648 S:      Maintained
649 F:      drivers/gpio/gpio-altera.c
650
651 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
652 M:      Thor Thayer <[email protected]>
653 S:      Maintained
654 F:      drivers/gpio/gpio-altera-a10sr.c
655 F:      drivers/mfd/altera-a10sr.c
656 F:      drivers/reset/reset-a10sr.c
657 F:      include/linux/mfd/altera-a10sr.h
658 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
659
660 ALTERA TRIPLE SPEED ETHERNET DRIVER
661 M:      Vince Bridgers <[email protected]>
662 L:      [email protected]
663 L:      [email protected] (moderated for non-subscribers)
664 S:      Maintained
665 F:      drivers/net/ethernet/altera/
666
667 ALTERA UART/JTAG UART SERIAL DRIVERS
668 M:      Tobias Klauser <[email protected]>
669 L:      [email protected]
670 L:      [email protected] (moderated for non-subscribers)
671 S:      Maintained
672 F:      drivers/tty/serial/altera_uart.c
673 F:      drivers/tty/serial/altera_jtaguart.c
674 F:      include/linux/altera_uart.h
675 F:      include/linux/altera_jtaguart.h
676
677 AMAZON ETHERNET DRIVERS
678 M:      Netanel Belgazal <[email protected]>
679 R:      Saeed Bishara <[email protected]>
680 R:      Zorik Machulsky <[email protected]>
681 L:      [email protected]
682 S:      Supported
683 F:      Documentation/networking/ena.txt
684 F:      drivers/net/ethernet/amazon/
685
686 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
687 M:      Tom Lendacky <[email protected]>
688 M:      Gary Hook <[email protected]>
689 L:      [email protected]
690 S:      Supported
691 F:      drivers/crypto/ccp/
692 F:      include/linux/ccp.h
693
694 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
695 M:      Huang Rui <[email protected]>
696 L:      [email protected]
697 S:      Supported
698 F:      Documentation/hwmon/fam15h_power
699 F:      drivers/hwmon/fam15h_power.c
700
701 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
702 L:      [email protected] (moderated for non-subscribers)
703 S:      Orphan
704 F:      drivers/usb/gadget/udc/amd5536udc.*
705
706 AMD GEODE PROCESSOR/CHIPSET SUPPORT
707 P:      Andres Salomon <[email protected]>
708 L:      [email protected] (moderated for non-subscribers)
709 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
710 S:      Supported
711 F:      drivers/char/hw_random/geode-rng.c
712 F:      drivers/crypto/geode*
713 F:      drivers/video/fbdev/geode/
714 F:      arch/x86/include/asm/geode.h
715
716 AMD IOMMU (AMD-VI)
717 M:      Joerg Roedel <[email protected]>
718 L:      [email protected]
719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
720 S:      Maintained
721 F:      drivers/iommu/amd_iommu*.[ch]
722 F:      include/linux/amd-iommu.h
723
724 AMD KFD
725 M:      Oded Gabbay <[email protected]>
726 L:      [email protected]
727 T:      git git://people.freedesktop.org/~gabbayo/linux.git
728 S:      Supported
729 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
730 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
731 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
732 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
733 F:      drivers/gpu/drm/amd/amdkfd/
734 F:      drivers/gpu/drm/amd/include/cik_structs.h
735 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
736 F:      drivers/gpu/drm/amd/include/vi_structs.h
737 F:      drivers/gpu/drm/radeon/radeon_kfd.c
738 F:      drivers/gpu/drm/radeon/radeon_kfd.h
739 F:      include/uapi/linux/kfd_ioctl.h
740
741 AMD SEATTLE DEVICE TREE SUPPORT
742 M:      Brijesh Singh <[email protected]>
743 M:      Suravee Suthikulpanit <[email protected]>
744 M:      Tom Lendacky <[email protected]>
745 S:      Supported
746 F:      arch/arm64/boot/dts/amd/
747
748 AMD XGBE DRIVER
749 M:      Tom Lendacky <[email protected]>
750 L:      [email protected]
751 S:      Supported
752 F:      drivers/net/ethernet/amd/xgbe/
753 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
754
755 AMS (Apple Motion Sensor) DRIVER
756 M:      Michael Hanselmann <[email protected]>
757 S:      Supported
758 F:      drivers/macintosh/ams/
759
760 ANALOG DEVICES INC AD9389B DRIVER
761 M:      Hans Verkuil <[email protected]>
762 L:      [email protected]
763 S:      Maintained
764 F:      drivers/media/i2c/ad9389b*
765
766 ANALOG DEVICES INC ADV7180 DRIVER
767 M:      Lars-Peter Clausen <[email protected]>
768 L:      [email protected]
769 W:      http://ez.analog.com/community/linux-device-drivers
770 S:      Supported
771 F:      drivers/media/i2c/adv7180.c
772
773 ANALOG DEVICES INC ADV7511 DRIVER
774 M:      Hans Verkuil <[email protected]>
775 L:      [email protected]
776 S:      Maintained
777 F:      drivers/media/i2c/adv7511*
778
779 ANALOG DEVICES INC ADV7604 DRIVER
780 M:      Hans Verkuil <[email protected]>
781 L:      [email protected]
782 S:      Maintained
783 F:      drivers/media/i2c/adv7604*
784
785 ANALOG DEVICES INC ADV7842 DRIVER
786 M:      Hans Verkuil <[email protected]>
787 L:      [email protected]
788 S:      Maintained
789 F:      drivers/media/i2c/adv7842*
790
791 ANALOG DEVICES INC ASOC CODEC DRIVERS
792 M:      Lars-Peter Clausen <[email protected]>
793 L:      [email protected] (moderated for non-subscribers)
794 W:      http://wiki.analog.com/
795 W:      http://ez.analog.com/community/linux-device-drivers
796 S:      Supported
797 F:      sound/soc/codecs/adau*
798 F:      sound/soc/codecs/adav*
799 F:      sound/soc/codecs/ad1*
800 F:      sound/soc/codecs/ad7*
801 F:      sound/soc/codecs/ssm*
802 F:      sound/soc/codecs/sigmadsp.*
803
804 ANALOG DEVICES INC ASOC DRIVERS
805 L:      [email protected] (moderated for non-subscribers)
806 L:      [email protected] (moderated for non-subscribers)
807 W:      http://blackfin.uclinux.org/
808 S:      Supported
809 F:      sound/soc/blackfin/*
810
811 ANALOG DEVICES INC IIO DRIVERS
812 M:      Lars-Peter Clausen <[email protected]>
813 M:      Michael Hennerich <[email protected]>
814 W:      http://wiki.analog.com/
815 W:      http://ez.analog.com/community/linux-device-drivers
816 S:      Supported
817 F:      drivers/iio/*/ad*
818 F:      drivers/iio/adc/ltc2497*
819 X:      drivers/iio/*/adjd*
820 F:      drivers/staging/iio/*/ad*
821 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
822
823 ANALOG DEVICES INC DMA DRIVERS
824 M:      Lars-Peter Clausen <[email protected]>
825 W:      http://ez.analog.com/community/linux-device-drivers
826 S:      Supported
827 F:      drivers/dma/dma-axi-dmac.c
828
829 ANDROID CONFIG FRAGMENTS
830 M:      Rob Herring <[email protected]>
831 S:      Supported
832 F:      kernel/configs/android*
833
834 ANDROID DRIVERS
835 M:      Greg Kroah-Hartman <[email protected]>
836 M:      Arve Hjønnevåg <[email protected]>
837 M:      Riley Andrews <[email protected]>
838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
839 L:      [email protected]
840 S:      Supported
841 F:      drivers/android/
842 F:      drivers/staging/android/
843
844 ANDROID ION DRIVER
845 M:      Laura Abbott <[email protected]>
846 M:      Sumit Semwal <[email protected]>
847 L:      [email protected]
848 S:      Supported
849 F:      drivers/staging/android/ion
850 F:      drivers/staging/android/uapi/ion.h
851 F:      drivers/staging/android/uapi/ion_test.h
852
853 AOA (Apple Onboard Audio) ALSA DRIVER
854 M:      Johannes Berg <[email protected]>
855 L:      [email protected]
856 L:      [email protected] (moderated for non-subscribers)
857 S:      Maintained
858 F:      sound/aoa/
859
860 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
861 M:      William Breathitt Gray <[email protected]>
862 L:      [email protected]
863 S:      Maintained
864 F:      drivers/iio/adc/stx104.c
865
866 APM DRIVER
867 M:      Jiri Kosina <[email protected]>
868 S:      Odd fixes
869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
870 F:      arch/x86/kernel/apm_32.c
871 F:      include/linux/apm_bios.h
872 F:      include/uapi/linux/apm_bios.h
873 F:      drivers/char/apm-emulation.c
874
875 APPLE BCM5974 MULTITOUCH DRIVER
876 M:      Henrik Rydberg <[email protected]>
877 L:      [email protected]
878 S:      Odd fixes
879 F:      drivers/input/mouse/bcm5974.c
880
881 APPLE SMC DRIVER
882 M:      Henrik Rydberg <[email protected]>
883 L:      [email protected]
884 S:      Odd fixes
885 F:      drivers/hwmon/applesmc.c
886
887 APPLETALK NETWORK LAYER
888 L:      [email protected]
889 S:      Odd fixes
890 F:      drivers/net/appletalk/
891 F:      net/appletalk/
892
893 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
894 M:      Duc Dang <[email protected]>
895 S:      Supported
896 F:      arch/arm64/boot/dts/apm/
897
898 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
899 M:      Iyappan Subramanian <[email protected]>
900 M:      Keyur Chudgar <[email protected]>
901 M:      Quan Nguyen <[email protected]>
902 S:      Supported
903 F:      drivers/net/ethernet/apm/xgene/
904 F:      drivers/net/phy/mdio-xgene.c
905 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
906 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
907
908 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
909 M:      Iyappan Subramanian <[email protected]>
910 M:      Keyur Chudgar <[email protected]>
911 S:      Supported
912 F:      drivers/net/ethernet/apm/xgene-v2/
913
914 APPLIED MICRO (APM) X-GENE SOC PMU
915 M:      Tai Nguyen <[email protected]>
916 S:      Supported
917 F:      drivers/perf/xgene_pmu.c
918 F:      Documentation/perf/xgene-pmu.txt
919 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
920
921 APTINA CAMERA SENSOR PLL
922 M:      Laurent Pinchart <[email protected]>
923 L:      [email protected]
924 S:      Maintained
925 F:      drivers/media/i2c/aptina-pll.*
926
927 ARC FRAMEBUFFER DRIVER
928 M:      Jaya Kumar <[email protected]>
929 S:      Maintained
930 F:      drivers/video/fbdev/arcfb.c
931 F:      drivers/video/fbdev/core/fb_defio.c
932
933 ARCNET NETWORK LAYER
934 M:      Michael Grzeschik <[email protected]>
935 L:      [email protected]
936 S:      Maintained
937 F:      drivers/net/arcnet/
938 F:      include/uapi/linux/if_arcnet.h
939
940 ARC PGU DRM DRIVER
941 M:      Alexey Brodkin <[email protected]>
942 S:      Supported
943 F:      drivers/gpu/drm/arc/
944 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
945
946 ARM ARCHITECTED TIMER DRIVER
947 M:      Mark Rutland <[email protected]>
948 M:      Marc Zyngier <[email protected]>
949 L:      [email protected] (moderated for non-subscribers)
950 S:      Maintained
951 F:      arch/arm/include/asm/arch_timer.h
952 F:      arch/arm64/include/asm/arch_timer.h
953 F:      drivers/clocksource/arm_arch_timer.c
954
955 ARM HDLCD DRM DRIVER
956 M:      Liviu Dudau <[email protected]>
957 S:      Supported
958 F:      drivers/gpu/drm/arm/hdlcd_*
959 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
960
961 ARM MALI-DP DRM DRIVER
962 M:      Liviu Dudau <[email protected]>
963 M:      Brian Starkey <[email protected]>
964 M:      Mali DP Maintainers <[email protected]>
965 S:      Supported
966 F:      drivers/gpu/drm/arm/
967 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
968
969 ARM MFM AND FLOPPY DRIVERS
970 M:      Ian Molton <[email protected]>
971 S:      Maintained
972 F:      arch/arm/lib/floppydma.S
973 F:      arch/arm/include/asm/floppy.h
974
975 ARM PMU PROFILING AND DEBUGGING
976 M:      Will Deacon <[email protected]>
977 M:      Mark Rutland <[email protected]>
978 S:      Maintained
979 L:      [email protected] (moderated for non-subscribers)
980 F:      arch/arm*/kernel/perf_*
981 F:      arch/arm/oprofile/common.c
982 F:      arch/arm*/kernel/hw_breakpoint.c
983 F:      arch/arm*/include/asm/hw_breakpoint.h
984 F:      arch/arm*/include/asm/perf_event.h
985 F:      drivers/perf/*
986 F:      include/linux/perf/arm_pmu.h
987 F:      Documentation/devicetree/bindings/arm/pmu.txt
988 F:      Documentation/devicetree/bindings/perf/
989
990 ARM PORT
991 M:      Russell King <[email protected]>
992 L:      [email protected] (moderated for non-subscribers)
993 W:      http://www.armlinux.org.uk/
994 S:      Maintained
995 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
996 F:      arch/arm/
997
998 ARM SUB-ARCHITECTURES
999 L:      [email protected] (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      arch/arm/mach-*/
1002 F:      arch/arm/plat-*/
1003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1004
1005 ARM PRIMECELL AACI PL041 DRIVER
1006 M:      Russell King <[email protected]>
1007 S:      Maintained
1008 F:      sound/arm/aaci.*
1009
1010 ARM PRIMECELL CLCD PL110 DRIVER
1011 M:      Russell King <[email protected]>
1012 S:      Maintained
1013 F:      drivers/video/fbdev/amba-clcd.*
1014
1015 ARM PRIMECELL KMI PL050 DRIVER
1016 M:      Russell King <[email protected]>
1017 S:      Maintained
1018 F:      drivers/input/serio/ambakmi.*
1019 F:      include/linux/amba/kmi.h
1020
1021 ARM PRIMECELL MMCI PL180/1 DRIVER
1022 M:      Russell King <[email protected]>
1023 S:      Maintained
1024 F:      drivers/mmc/host/mmci.*
1025 F:      include/linux/amba/mmci.h
1026
1027 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1028 M:      Russell King <[email protected]>
1029 S:      Maintained
1030 F:      drivers/tty/serial/amba-pl01*.c
1031 F:      include/linux/amba/serial.h
1032
1033 ARM PRIMECELL BUS SUPPORT
1034 M:      Russell King <[email protected]>
1035 S:      Maintained
1036 F:      drivers/amba/
1037 F:      include/linux/amba/bus.h
1038
1039 ARM/ACTIONS SEMI ARCHITECTURE
1040 M:      Andreas Färber <[email protected]>
1041 L:      [email protected] (moderated for non-subscribers)
1042 S:      Maintained
1043 N:      owl
1044 F:      arch/arm/mach-actions/
1045 F:      arch/arm/boot/dts/owl-*
1046 F:      arch/arm64/boot/dts/actions/
1047 F:      drivers/clocksource/owl-*
1048 F:      drivers/soc/actions/
1049 F:      include/dt-bindings/power/owl-*
1050 F:      include/linux/soc/actions/
1051 F:      Documentation/devicetree/bindings/arm/actions.txt
1052 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1053 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1054
1055 ARM/ADS SPHERE MACHINE SUPPORT
1056 M:      Lennert Buytenhek <[email protected]>
1057 L:      [email protected] (moderated for non-subscribers)
1058 S:      Maintained
1059
1060 ARM/AFEB9260 MACHINE SUPPORT
1061 M:      Sergey Lapin <[email protected]>
1062 L:      [email protected] (moderated for non-subscribers)
1063 S:      Maintained
1064
1065 ARM/AJECO 1ARM MACHINE SUPPORT
1066 M:      Lennert Buytenhek <[email protected]>
1067 L:      [email protected] (moderated for non-subscribers)
1068 S:      Maintained
1069
1070 ARM/Allwinner sunXi SoC support
1071 M:      Maxime Ripard <[email protected]>
1072 M:      Chen-Yu Tsai <[email protected]>
1073 L:      [email protected] (moderated for non-subscribers)
1074 S:      Maintained
1075 N:      sun[x456789]i
1076 N:      sun50i
1077 F:      arch/arm/mach-sunxi/
1078 F:      arch/arm64/boot/dts/allwinner/
1079 F:      drivers/clk/sunxi-ng/
1080 F:      drivers/pinctrl/sunxi/
1081 F:      drivers/soc/sunxi/
1082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1083
1084 ARM/Allwinner SoC Clock Support
1085 M:      Emilio López <[email protected]>
1086 S:      Maintained
1087 F:      drivers/clk/sunxi/
1088
1089 ARM/Amlogic Meson SoC support
1090 M:      Carlo Caione <[email protected]>
1091 M:      Kevin Hilman <[email protected]>
1092 L:      [email protected] (moderated for non-subscribers)
1093 L:      [email protected]
1094 W:      http://linux-meson.com/
1095 S:      Maintained
1096 F:      arch/arm/mach-meson/
1097 F:      arch/arm/boot/dts/meson*
1098 F:      arch/arm64/boot/dts/amlogic/
1099 F:      drivers/pinctrl/meson/
1100 F:      drivers/mmc/host/meson*
1101 N:      meson
1102
1103 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1104 M:      Neil Armstrong <[email protected]>
1105 M:      Jerome Brunet <[email protected]>
1106 L:      [email protected]
1107 S:      Maintained
1108 F:      drivers/clk/meson/
1109 F:      include/dt-bindings/clock/meson*
1110 F:      include/dt-bindings/clock/gxbb*
1111 F:      Documentation/devicetree/bindings/clock/amlogic*
1112
1113 ARM/Annapurna Labs ALPINE ARCHITECTURE
1114 M:      Tsahee Zidenberg <[email protected]>
1115 M:      Antoine Tenart <[email protected]>
1116 L:      [email protected] (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-alpine/
1119 F:      arch/arm/boot/dts/alpine*
1120 F:      arch/arm64/boot/dts/al/
1121 F:      drivers/*/*alpine*
1122
1123 ARM/ARTPEC MACHINE SUPPORT
1124 M:      Jesper Nilsson <[email protected]>
1125 M:      Lars Persson <[email protected]>
1126 M:      Niklas Cassel <[email protected]>
1127 S:      Maintained
1128 L:      [email protected]
1129 F:      arch/arm/mach-artpec
1130 F:      arch/arm/boot/dts/artpec6*
1131 F:      drivers/clk/axis
1132 F:      drivers/pinctrl/pinctrl-artpec*
1133 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1134
1135 ARM/ASPEED MACHINE SUPPORT
1136 M:      Joel Stanley <[email protected]>
1137 S:      Maintained
1138 F:      arch/arm/mach-aspeed/
1139 F:      arch/arm/boot/dts/aspeed-*
1140 F:      drivers/*/*aspeed*
1141
1142 ARM/ASPEED I2C DRIVER
1143 M:      Brendan Higgins <[email protected]>
1144 R:      Benjamin Herrenschmidt <[email protected]>
1145 R:      Joel Stanley <[email protected]>
1146 L:      [email protected]
1147 L:      [email protected]
1148 S:      Maintained
1149 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1150 F:      drivers/i2c/busses/i2c-aspeed.c
1151 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1152 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1153
1154 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1155 M:      Nicolas Ferre <[email protected]>
1156 M:      Alexandre Belloni <[email protected]>
1157 L:      [email protected] (moderated for non-subscribers)
1158 W:      http://www.linux4sam.org
1159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1160 S:      Supported
1161 F:      arch/arm/mach-at91/
1162 F:      include/soc/at91/
1163 F:      arch/arm/boot/dts/at91*.dts
1164 F:      arch/arm/boot/dts/at91*.dtsi
1165 F:      arch/arm/boot/dts/sama*.dts
1166 F:      arch/arm/boot/dts/sama*.dtsi
1167 F:      arch/arm/include/debug/at91.S
1168 F:      drivers/memory/atmel*
1169
1170 ARM/ATMEL AT91 Clock Support
1171 M:      Boris Brezillon <[email protected]>
1172 S:      Maintained
1173 F:      drivers/clk/at91
1174
1175 ARM/CALXEDA HIGHBANK ARCHITECTURE
1176 M:      Rob Herring <[email protected]>
1177 L:      [email protected] (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-highbank/
1180 F:      arch/arm/boot/dts/highbank.dts
1181 F:      arch/arm/boot/dts/ecx-*.dts*
1182
1183 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1184 M:      Krzysztof Halasa <[email protected]>
1185 S:      Maintained
1186 F:      arch/arm/mach-cns3xxx/
1187
1188 ARM/CAVIUM THUNDER NETWORK DRIVER
1189 M:      Sunil Goutham <[email protected]>
1190 M:      Robert Richter <[email protected]>
1191 L:      [email protected] (moderated for non-subscribers)
1192 S:      Supported
1193 F:      drivers/net/ethernet/cavium/thunder/
1194
1195 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1196 M:      Alexander Shiyan <[email protected]>
1197 L:      [email protected] (moderated for non-subscribers)
1198 S:      Odd Fixes
1199 N:      clps711x
1200
1201 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1202 M:      Hartley Sweeten <[email protected]>
1203 M:      Alexander Sverdlin <[email protected]>
1204 L:      [email protected] (moderated for non-subscribers)
1205 S:      Maintained
1206 F:      arch/arm/mach-ep93xx/
1207 F:      arch/arm/mach-ep93xx/include/mach/
1208
1209 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1210 M:      Lennert Buytenhek <[email protected]>
1211 L:      [email protected] (moderated for non-subscribers)
1212 S:      Maintained
1213
1214 ARM/CLKDEV SUPPORT
1215 M:      Russell King <[email protected]>
1216 L:      [email protected] (moderated for non-subscribers)
1217 S:      Maintained
1218 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1219 F:      arch/arm/include/asm/clkdev.h
1220 F:      drivers/clk/clkdev.c
1221
1222 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1223 M:      Mike Rapoport <[email protected]>
1224 L:      [email protected] (moderated for non-subscribers)
1225 S:      Maintained
1226
1227 ARM/CONTEC MICRO9 MACHINE SUPPORT
1228 M:      Hubert Feurstein <[email protected]>
1229 S:      Maintained
1230 F:      arch/arm/mach-ep93xx/micro9.c
1231
1232 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1233 M:      Mathieu Poirier <[email protected]>
1234 L:      [email protected] (moderated for non-subscribers)
1235 S:      Maintained
1236 F:      drivers/hwtracing/coresight/*
1237 F:      Documentation/trace/coresight.txt
1238 F:      Documentation/trace/coresight-cpu-debug.txt
1239 F:      Documentation/devicetree/bindings/arm/coresight.txt
1240 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1241 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1242 F:      tools/perf/arch/arm/util/pmu.c
1243 F:      tools/perf/arch/arm/util/auxtrace.c
1244 F:      tools/perf/arch/arm/util/cs-etm.c
1245 F:      tools/perf/arch/arm/util/cs-etm.h
1246 F:      tools/perf/util/cs-etm.h
1247
1248 ARM/CORGI MACHINE SUPPORT
1249 M:      Richard Purdie <[email protected]>
1250 S:      Maintained
1251
1252 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1253 M:      Hans Ulli Kroll <[email protected]>
1254 L:      [email protected] (moderated for non-subscribers)
1255 T:      git git://github.com/ulli-kroll/linux.git
1256 S:      Maintained
1257 F:      arch/arm/mach-gemini/
1258 F:      drivers/rtc/rtc-ftrtc010.c
1259
1260 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1261 M:      Barry Song <[email protected]>
1262 L:      [email protected] (moderated for non-subscribers)
1263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1264 S:      Maintained
1265 F:      arch/arm/boot/dts/prima2*
1266 F:      arch/arm/mach-prima2/
1267 F:      drivers/clk/sirf/
1268 F:      drivers/clocksource/timer-prima2.c
1269 F:      drivers/clocksource/timer-atlas7.c
1270 N:      [^a-z]sirf
1271
1272 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1273 M:      Baruch Siach <[email protected]>
1274 L:      [email protected] (moderated for non-subscribers)
1275 S:      Maintained
1276 F:      arch/arm/boot/dts/cx92755*
1277 N:      digicolor
1278
1279 ARM/EBSA110 MACHINE SUPPORT
1280 M:      Russell King <[email protected]>
1281 L:      [email protected] (moderated for non-subscribers)
1282 W:      http://www.armlinux.org.uk/
1283 S:      Maintained
1284 F:      arch/arm/mach-ebsa110/
1285 F:      drivers/net/ethernet/amd/am79c961a.*
1286
1287 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1288 M:      Uwe Kleine-König <[email protected]>
1289 L:      [email protected] (moderated for non-subscribers)
1290 S:      Maintained
1291 N:      efm32
1292
1293 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1294 M:      Robert Jarzmik <[email protected]>
1295 L:      [email protected] (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/mach-pxa/ezx.c
1298
1299 ARM/FARADAY FA526 PORT
1300 M:      Hans Ulli Kroll <[email protected]>
1301 L:      [email protected] (moderated for non-subscribers)
1302 S:      Maintained
1303 T:      git git://git.berlios.de/gemini-board
1304 F:      arch/arm/mm/*-fa*
1305
1306 ARM/FOOTBRIDGE ARCHITECTURE
1307 M:      Russell King <[email protected]>
1308 L:      [email protected] (moderated for non-subscribers)
1309 W:      http://www.armlinux.org.uk/
1310 S:      Maintained
1311 F:      arch/arm/include/asm/hardware/dec21285.h
1312 F:      arch/arm/mach-footbridge/
1313
1314 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1315 M:      Shawn Guo <[email protected]>
1316 M:      Sascha Hauer <[email protected]>
1317 R:      Fabio Estevam <[email protected]>
1318 L:      [email protected] (moderated for non-subscribers)
1319 S:      Maintained
1320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1321 F:      arch/arm/mach-imx/
1322 F:      arch/arm/mach-mxs/
1323 F:      arch/arm/boot/dts/imx*
1324 F:      arch/arm/configs/imx*_defconfig
1325 F:      drivers/clk/imx/
1326 F:      drivers/soc/imx/
1327 F:      include/soc/imx/
1328
1329 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1330 M:      Shawn Guo <[email protected]>
1331 M:      Sascha Hauer <[email protected]>
1332 R:      Stefan Agner <[email protected]>
1333 L:      [email protected] (moderated for non-subscribers)
1334 S:      Maintained
1335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1336 F:      arch/arm/mach-imx/*vf610*
1337 F:      arch/arm/boot/dts/vf*
1338
1339 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1340 M:      Lennert Buytenhek <[email protected]>
1341 L:      [email protected] (moderated for non-subscribers)
1342 S:      Maintained
1343
1344 ARM/GUMSTIX MACHINE SUPPORT
1345 M:      Steve Sakoman <[email protected]>
1346 L:      [email protected] (moderated for non-subscribers)
1347 S:      Maintained
1348
1349 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1350 M:      Philipp Zabel <[email protected]>
1351 M:      Paul Parsons <[email protected]>
1352 L:      [email protected] (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      arch/arm/mach-pxa/hx4700.c
1355 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1356 F:      sound/soc/pxa/hx4700.c
1357
1358 ARM/HISILICON SOC SUPPORT
1359 M:      Wei Xu <[email protected]>
1360 L:      [email protected] (moderated for non-subscribers)
1361 W:      http://www.hisilicon.com
1362 S:      Supported
1363 T:      git git://github.com/hisilicon/linux-hisi.git
1364 F:      arch/arm/mach-hisi/
1365 F:      arch/arm/boot/dts/hi3*
1366 F:      arch/arm/boot/dts/hip*
1367 F:      arch/arm/boot/dts/hisi*
1368 F:      arch/arm64/boot/dts/hisilicon/
1369
1370 ARM/HP JORNADA 7XX MACHINE SUPPORT
1371 M:      Kristoffer Ericson <[email protected]>
1372 W:      www.jlime.com
1373 S:      Maintained
1374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1375 F:      arch/arm/mach-sa1100/jornada720.c
1376 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1377
1378 ARM/IGEP MACHINE SUPPORT
1379 M:      Enric Balletbo i Serra <[email protected]>
1380 M:      Javier Martinez Canillas <[email protected]>
1381 L:      [email protected]
1382 L:      [email protected] (moderated for non-subscribers)
1383 S:      Maintained
1384 F:      arch/arm/boot/dts/omap3-igep*
1385
1386 ARM/INCOME PXA270 SUPPORT
1387 M:      Marek Vasut <[email protected]>
1388 L:      [email protected] (moderated for non-subscribers)
1389 S:      Maintained
1390 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1391
1392 ARM/INTEL IOP32X ARM ARCHITECTURE
1393 M:      Lennert Buytenhek <[email protected]>
1394 L:      [email protected] (moderated for non-subscribers)
1395 S:      Maintained
1396
1397 ARM/INTEL IOP33X ARM ARCHITECTURE
1398 L:      [email protected] (moderated for non-subscribers)
1399 S:      Orphan
1400
1401 ARM/INTEL IOP13XX ARM ARCHITECTURE
1402 M:      Lennert Buytenhek <[email protected]>
1403 L:      [email protected] (moderated for non-subscribers)
1404 S:      Maintained
1405
1406 ARM/INTEL IQ81342EX MACHINE SUPPORT
1407 M:      Lennert Buytenhek <[email protected]>
1408 L:      [email protected] (moderated for non-subscribers)
1409 S:      Maintained
1410
1411 ARM/INTEL IXDP2850 MACHINE SUPPORT
1412 M:      Lennert Buytenhek <[email protected]>
1413 L:      [email protected] (moderated for non-subscribers)
1414 S:      Maintained
1415
1416 ARM/INTEL IXP4XX ARM ARCHITECTURE
1417 M:      Imre Kaloz <[email protected]>
1418 M:      Krzysztof Halasa <[email protected]>
1419 L:      [email protected] (moderated for non-subscribers)
1420 S:      Maintained
1421 F:      arch/arm/mach-ixp4xx/
1422
1423 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1424 M:      Jonathan Cameron <[email protected]>
1425 L:      [email protected] (moderated for non-subscribers)
1426 S:      Maintained
1427 F:      arch/arm/mach-pxa/stargate2.c
1428 F:      drivers/pcmcia/pxa2xx_stargate2.c
1429
1430 ARM/INTEL XSC3 (MANZANO) ARM CORE
1431 M:      Lennert Buytenhek <[email protected]>
1432 L:      [email protected] (moderated for non-subscribers)
1433 S:      Maintained
1434
1435 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1436 M:      Lennert Buytenhek <[email protected]>
1437 L:      [email protected] (moderated for non-subscribers)
1438 S:      Maintained
1439
1440 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1441 M:      Santosh Shilimkar <[email protected]>
1442 L:      [email protected] (moderated for non-subscribers)
1443 S:      Maintained
1444 F:      arch/arm/mach-keystone/
1445 F:      arch/arm/boot/dts/keystone-*
1446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1447
1448 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1449 M:      Santosh Shilimkar <[email protected]>
1450 L:      [email protected]
1451 S:      Maintained
1452 F:      drivers/clk/keystone/
1453
1454 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1455 M:      Santosh Shilimkar <[email protected]>
1456 L:      [email protected] (moderated for non-subscribers)
1457 L:      [email protected]
1458 S:      Maintained
1459 F:      drivers/clocksource/timer-keystone.c
1460
1461 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1462 M:      Santosh Shilimkar <[email protected]>
1463 L:      [email protected]
1464 S:      Maintained
1465 F:      drivers/power/reset/keystone-reset.c
1466
1467 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1468 M:      Santosh Shilimkar <[email protected]>
1469 L:      [email protected]
1470 S:      Maintained
1471 F:      drivers/memory/*emif*
1472
1473 ARM/LG1K ARCHITECTURE
1474 M:      Chanho Min <[email protected]>
1475 L:      [email protected] (moderated for non-subscribers)
1476 S:      Maintained
1477 F:      arch/arm64/boot/dts/lg/
1478
1479 ARM/LOGICPD PXA270 MACHINE SUPPORT
1480 M:      Lennert Buytenhek <[email protected]>
1481 L:      [email protected] (moderated for non-subscribers)
1482 S:      Maintained
1483
1484 ARM/LPC18XX ARCHITECTURE
1485 M:      Joachim Eastwood <[email protected]>
1486 L:      [email protected] (moderated for non-subscribers)
1487 S:      Maintained
1488 F:      arch/arm/boot/dts/lpc43*
1489 F:      drivers/clk/nxp/clk-lpc18xx*
1490 F:      drivers/clocksource/time-lpc32xx.c
1491 F:      drivers/i2c/busses/i2c-lpc2k.c
1492 F:      drivers/memory/pl172.c
1493 F:      drivers/mtd/spi-nor/nxp-spifi.c
1494 F:      drivers/rtc/rtc-lpc24xx.c
1495 N:      lpc18xx
1496
1497 ARM/LPC32XX SOC SUPPORT
1498 M:      Vladimir Zapolskiy <[email protected]>
1499 M:      Sylvain Lemieux <[email protected]>
1500 L:      [email protected] (moderated for non-subscribers)
1501 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1502 S:      Maintained
1503 F:      arch/arm/boot/dts/lpc32*
1504 F:      arch/arm/mach-lpc32xx/
1505 F:      drivers/i2c/busses/i2c-pnx.c
1506 F:      drivers/net/ethernet/nxp/lpc_eth.c
1507 F:      drivers/usb/host/ohci-nxp.c
1508 F:      drivers/watchdog/pnx4008_wdt.c
1509 N:      lpc32xx
1510
1511 ARM/MAGICIAN MACHINE SUPPORT
1512 M:      Philipp Zabel <[email protected]>
1513 S:      Maintained
1514
1515 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1516 M:      Jason Cooper <[email protected]>
1517 M:      Andrew Lunn <[email protected]>
1518 M:      Gregory Clement <[email protected]>
1519 M:      Sebastian Hesselbarth <[email protected]>
1520 L:      [email protected] (moderated for non-subscribers)
1521 S:      Maintained
1522 F:      arch/arm/boot/dts/armada*
1523 F:      arch/arm/boot/dts/kirkwood*
1524 F:      arch/arm/configs/mvebu_*_defconfig
1525 F:      arch/arm/mach-mvebu/
1526 F:      arch/arm64/boot/dts/marvell/armada*
1527 F:      drivers/cpufreq/mvebu-cpufreq.c
1528 F:      drivers/irqchip/irq-armada-370-xp.c
1529 F:      drivers/irqchip/irq-mvebu-*
1530 F:      drivers/pinctrl/mvebu/
1531 F:      drivers/rtc/rtc-armada38x.c
1532
1533 ARM/Marvell Berlin SoC support
1534 M:      Jisheng Zhang <[email protected]>
1535 M:      Sebastian Hesselbarth <[email protected]>
1536 L:      [email protected] (moderated for non-subscribers)
1537 S:      Maintained
1538 F:      arch/arm/mach-berlin/
1539 F:      arch/arm/boot/dts/berlin*
1540 F:      arch/arm64/boot/dts/marvell/berlin*
1541
1542
1543 ARM/Marvell Dove/MV78xx0/Orion SOC support
1544 M:      Jason Cooper <[email protected]>
1545 M:      Andrew Lunn <[email protected]>
1546 M:      Sebastian Hesselbarth <[email protected]>
1547 M:      Gregory Clement <[email protected]>
1548 L:      [email protected] (moderated for non-subscribers)
1549 S:      Maintained
1550 F:      Documentation/devicetree/bindings/soc/dove/
1551 F:      arch/arm/mach-dove/
1552 F:      arch/arm/mach-mv78xx0/
1553 F:      arch/arm/mach-orion5x/
1554 F:      arch/arm/plat-orion/
1555 F:      arch/arm/boot/dts/dove*
1556 F:      arch/arm/boot/dts/orion5x*
1557
1558
1559 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1560 M:      Alexander Clouter <[email protected]>
1561 L:      [email protected] (moderated for non-subscribers)
1562 W:      http://www.digriz.org.uk/ts78xx/kernel
1563 S:      Maintained
1564 F:      arch/arm/mach-orion5x/ts78xx-*
1565
1566 ARM/OXNAS platform support
1567 M:      Neil Armstrong <[email protected]>
1568 L:      [email protected] (moderated for non-subscribers)
1569 L:      [email protected] (moderated for non-subscribers)
1570 S:      Maintained
1571 F:      arch/arm/mach-oxnas/
1572 F:      arch/arm/boot/dts/ox8*.dtsi
1573 F:      arch/arm/boot/dts/wd-mbwe.dts
1574 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1575 N:      oxnas
1576
1577 ARM/Mediatek RTC DRIVER
1578 M:      Eddie Huang <[email protected]>
1579 L:      [email protected] (moderated for non-subscribers)
1580 L:      [email protected] (moderated for non-subscribers)
1581 S:      Maintained
1582 F:      drivers/rtc/rtc-mt6397.c
1583
1584 ARM/Mediatek SoC support
1585 M:      Matthias Brugger <[email protected]>
1586 L:      [email protected] (moderated for non-subscribers)
1587 L:      [email protected] (moderated for non-subscribers)
1588 S:      Maintained
1589 F:      arch/arm/boot/dts/mt6*
1590 F:      arch/arm/boot/dts/mt7*
1591 F:      arch/arm/boot/dts/mt8*
1592 F:      arch/arm/mach-mediatek/
1593 F:      arch/arm64/boot/dts/mediatek/
1594 N:      mtk
1595 K:      mediatek
1596
1597 ARM/Mediatek USB3 PHY DRIVER
1598 M:      Chunfeng Yun <[email protected]>
1599 L:      [email protected] (moderated for non-subscribers)
1600 L:      [email protected] (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      drivers/phy/phy-mt65xx-usb3.c
1603
1604 ARM/MICREL KS8695 ARCHITECTURE
1605 M:      Greg Ungerer <[email protected]>
1606 L:      [email protected] (moderated for non-subscribers)
1607 F:      arch/arm/mach-ks8695/
1608 S:      Odd Fixes
1609
1610 ARM/MIOA701 MACHINE SUPPORT
1611 M:      Robert Jarzmik <[email protected]>
1612 L:      [email protected] (moderated for non-subscribers)
1613 F:      arch/arm/mach-pxa/mioa701.c
1614 S:      Maintained
1615
1616 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1617 M:      Michael Petchkovsky <[email protected]>
1618 S:      Maintained
1619
1620 ARM/NOMADIK ARCHITECTURE
1621 M:      Alessandro Rubini <[email protected]>
1622 M:      Linus Walleij <[email protected]>
1623 L:      [email protected] (moderated for non-subscribers)
1624 S:      Maintained
1625 F:      arch/arm/mach-nomadik/
1626 F:      drivers/pinctrl/nomadik/
1627 F:      drivers/i2c/busses/i2c-nomadik.c
1628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1629
1630 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1631 M:      Nelson Castillo <[email protected]>
1632 L:      [email protected] (subscribers-only)
1633 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1634 S:      Supported
1635
1636 ARM/TOSA MACHINE SUPPORT
1637 M:      Dmitry Eremin-Solenikov <[email protected]>
1638 M:      Dirk Opfer <[email protected]>
1639 S:      Maintained
1640
1641 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1642 M:      Marek Vasut <[email protected]>
1643 L:      [email protected]
1644 W:      http://hackndev.com
1645 S:      Maintained
1646 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1647 F:      arch/arm/mach-pxa/palmtx.c
1648 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1649 F:      arch/arm/mach-pxa/palmt5.c
1650 F:      arch/arm/mach-pxa/include/mach/palmld.h
1651 F:      arch/arm/mach-pxa/palmld.c
1652 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1653 F:      arch/arm/mach-pxa/palmte2.c
1654 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1655 F:      arch/arm/mach-pxa/palmtc.c
1656
1657 ARM/PALM TREO SUPPORT
1658 M:      Tomas Cech <[email protected]>
1659 L:      [email protected]
1660 W:      http://hackndev.com
1661 S:      Maintained
1662 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1663 F:      arch/arm/mach-pxa/palmtreo.c
1664
1665 ARM/PALMZ72 SUPPORT
1666 M:      Sergey Lapin <[email protected]>
1667 L:      [email protected]
1668 W:      http://hackndev.com
1669 S:      Maintained
1670 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1671 F:      arch/arm/mach-pxa/palmz72.c
1672
1673 ARM/PLEB SUPPORT
1674 M:      Peter Chubb <[email protected]>
1675 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1676 S:      Maintained
1677
1678 ARM/PT DIGITAL BOARD PORT
1679 M:      Stefan Eletzhofer <[email protected]>
1680 L:      [email protected] (moderated for non-subscribers)
1681 W:      http://www.armlinux.org.uk/
1682 S:      Maintained
1683
1684 ARM/QUALCOMM SUPPORT
1685 M:      Andy Gross <[email protected]>
1686 M:      David Brown <[email protected]>
1687 L:      [email protected]
1688 L:      [email protected]
1689 S:      Maintained
1690 F:      Documentation/devicetree/bindings/soc/qcom/
1691 F:      arch/arm/boot/dts/qcom-*.dts
1692 F:      arch/arm/boot/dts/qcom-*.dtsi
1693 F:      arch/arm/mach-qcom/
1694 F:      arch/arm64/boot/dts/qcom/*
1695 F:      drivers/i2c/busses/i2c-qup.c
1696 F:      drivers/clk/qcom/
1697 F:      drivers/dma/qcom/
1698 F:      drivers/soc/qcom/
1699 F:      drivers/spi/spi-qup.c
1700 F:      drivers/tty/serial/msm_serial.h
1701 F:      drivers/tty/serial/msm_serial.c
1702 F:      drivers/*/pm8???-*
1703 F:      drivers/mfd/ssbi.c
1704 F:      drivers/firmware/qcom_scm.c
1705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1706
1707 ARM/RADISYS ENP2611 MACHINE SUPPORT
1708 M:      Lennert Buytenhek <[email protected]>
1709 L:      [email protected] (moderated for non-subscribers)
1710 S:      Maintained
1711
1712 ARM/REALTEK ARCHITECTURE
1713 M:      Andreas Färber <[email protected]>
1714 L:      [email protected] (moderated for non-subscribers)
1715 S:      Maintained
1716 F:      arch/arm64/boot/dts/realtek/
1717 F:      Documentation/devicetree/bindings/arm/realtek.txt
1718
1719 ARM/RENESAS ARM64 ARCHITECTURE
1720 M:      Simon Horman <[email protected]>
1721 M:      Magnus Damm <[email protected]>
1722 L:      [email protected]
1723 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1725 S:      Supported
1726 F:      arch/arm64/boot/dts/renesas/
1727 F:      drivers/soc/renesas/
1728 F:      include/linux/soc/renesas/
1729
1730 ARM/RISCPC ARCHITECTURE
1731 M:      Russell King <[email protected]>
1732 L:      [email protected] (moderated for non-subscribers)
1733 W:      http://www.armlinux.org.uk/
1734 S:      Maintained
1735 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1736 F:      arch/arm/include/asm/hardware/ioc.h
1737 F:      arch/arm/include/asm/hardware/iomd.h
1738 F:      arch/arm/include/asm/hardware/memc.h
1739 F:      arch/arm/mach-rpc/
1740 F:      drivers/net/ethernet/8390/etherh.c
1741 F:      drivers/net/ethernet/i825xx/ether1*
1742 F:      drivers/net/ethernet/seeq/ether3*
1743 F:      drivers/scsi/arm/
1744
1745 ARM/Rockchip SoC support
1746 M:      Heiko Stuebner <[email protected]>
1747 L:      [email protected] (moderated for non-subscribers)
1748 L:      [email protected]
1749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1750 S:      Maintained
1751 F:      arch/arm/boot/dts/rk3*
1752 F:      arch/arm/boot/dts/rv1108*
1753 F:      arch/arm/mach-rockchip/
1754 F:      drivers/clk/rockchip/
1755 F:      drivers/i2c/busses/i2c-rk3x.c
1756 F:      drivers/*/*rockchip*
1757 F:      drivers/*/*/*rockchip*
1758 F:      sound/soc/rockchip/
1759 N:      rockchip
1760
1761 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1762 M:      Kukjin Kim <[email protected]>
1763 M:      Krzysztof Kozlowski <[email protected]>
1764 L:      [email protected] (moderated for non-subscribers)
1765 L:      [email protected] (moderated for non-subscribers)
1766 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1767 S:      Maintained
1768 F:      arch/arm/boot/dts/s3c*
1769 F:      arch/arm/boot/dts/s5p*
1770 F:      arch/arm/boot/dts/samsung*
1771 F:      arch/arm/boot/dts/exynos*
1772 F:      arch/arm64/boot/dts/exynos/
1773 F:      arch/arm/plat-samsung/
1774 F:      arch/arm/mach-s3c24*/
1775 F:      arch/arm/mach-s3c64xx/
1776 F:      arch/arm/mach-s5p*/
1777 F:      arch/arm/mach-exynos*/
1778 F:      drivers/*/*s3c24*
1779 F:      drivers/*/*/*s3c24*
1780 F:      drivers/*/*s3c64xx*
1781 F:      drivers/*/*s5pv210*
1782 F:      drivers/memory/samsung/*
1783 F:      drivers/soc/samsung/*
1784 F:      Documentation/arm/Samsung/
1785 F:      Documentation/devicetree/bindings/arm/samsung/
1786 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1787 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1788 N:      exynos
1789
1790 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1791 M:      Kyungmin Park <[email protected]>
1792 L:      [email protected] (moderated for non-subscribers)
1793 S:      Maintained
1794 F:      arch/arm/mach-s5pv210/
1795
1796 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1797 M:      Kyungmin Park <[email protected]>
1798 M:      Kamil Debski <[email protected]>
1799 M:      Andrzej Hajda <[email protected]>
1800 L:      [email protected]
1801 L:      [email protected]
1802 S:      Maintained
1803 F:      drivers/media/platform/s5p-g2d/
1804
1805 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1806 M:      Kyungmin Park <[email protected]>
1807 M:      Kamil Debski <[email protected]>
1808 M:      Jeongtae Park <[email protected]>
1809 M:      Andrzej Hajda <[email protected]>
1810 L:      [email protected]
1811 L:      [email protected]
1812 S:      Maintained
1813 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1814 F:      drivers/media/platform/s5p-mfc/
1815
1816 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1817 M:      Marek Szyprowski <[email protected]>
1818 L:      [email protected] (moderated for non-subscribers)
1819 L:      [email protected]
1820 S:      Maintained
1821 F:      drivers/media/platform/s5p-cec/
1822 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
1823
1824 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1825 M:      Andrzej Pietrasiewicz <[email protected]>
1826 M:      Jacek Anaszewski <[email protected]>
1827 L:      [email protected]
1828 L:      [email protected]
1829 S:      Maintained
1830 F:      drivers/media/platform/s5p-jpeg/
1831
1832 ARM/SHMOBILE ARM ARCHITECTURE
1833 M:      Simon Horman <[email protected]>
1834 M:      Magnus Damm <[email protected]>
1835 L:      [email protected]
1836 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1838 S:      Supported
1839 F:      arch/arm/boot/dts/emev2*
1840 F:      arch/arm/boot/dts/r7s*
1841 F:      arch/arm/boot/dts/r8a*
1842 F:      arch/arm/boot/dts/sh*
1843 F:      arch/arm/configs/shmobile_defconfig
1844 F:      arch/arm/include/debug/renesas-scif.S
1845 F:      arch/arm/mach-shmobile/
1846 F:      drivers/soc/renesas/
1847 F:      include/linux/soc/renesas/
1848
1849 ARM/SOCFPGA ARCHITECTURE
1850 M:      Dinh Nguyen <[email protected]>
1851 S:      Maintained
1852 F:      arch/arm/mach-socfpga/
1853 F:      arch/arm/boot/dts/socfpga*
1854 F:      arch/arm/configs/socfpga_defconfig
1855 F:      arch/arm64/boot/dts/altera/
1856 W:      http://www.rocketboards.org
1857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1858
1859 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1860 M:      Dinh Nguyen <[email protected]>
1861 S:      Maintained
1862 F:      drivers/clk/socfpga/
1863
1864 ARM/SOCFPGA EDAC SUPPORT
1865 M:      Thor Thayer <[email protected]>
1866 S:      Maintained
1867 F:      drivers/edac/altera_edac.
1868
1869 ARM/STI ARCHITECTURE
1870 M:      Patrice Chotard <[email protected]>
1871 L:      [email protected] (moderated for non-subscribers)
1872 W:      http://www.stlinux.com
1873 S:      Maintained
1874 F:      arch/arm/mach-sti/
1875 F:      arch/arm/boot/dts/sti*
1876 F:      drivers/char/hw_random/st-rng.c
1877 F:      drivers/clocksource/arm_global_timer.c
1878 F:      drivers/clocksource/clksrc_st_lpc.c
1879 F:      drivers/cpufreq/sti-cpufreq.c
1880 F:      drivers/dma/st_fdma*
1881 F:      drivers/i2c/busses/i2c-st.c
1882 F:      drivers/media/rc/st_rc.c
1883 F:      drivers/media/platform/sti/c8sectpfe/
1884 F:      drivers/mmc/host/sdhci-st.c
1885 F:      drivers/phy/st/phy-miphy28lp.c
1886 F:      drivers/phy/st/phy-stih407-usb.c
1887 F:      drivers/pinctrl/pinctrl-st.c
1888 F:      drivers/remoteproc/st_remoteproc.c
1889 F:      drivers/remoteproc/st_slim_rproc.c
1890 F:      drivers/reset/sti/
1891 F:      drivers/rtc/rtc-st-lpc.c
1892 F:      drivers/tty/serial/st-asc.c
1893 F:      drivers/usb/dwc3/dwc3-st.c
1894 F:      drivers/usb/host/ehci-st.c
1895 F:      drivers/usb/host/ohci-st.c
1896 F:      drivers/watchdog/st_lpc_wdt.c
1897 F:      drivers/ata/ahci_st.c
1898 F:      include/linux/remoteproc/st_slim_rproc.h
1899
1900 ARM/STM32 ARCHITECTURE
1901 M:      Maxime Coquelin <[email protected]>
1902 M:      Alexandre Torgue <[email protected]>
1903 L:      [email protected] (moderated for non-subscribers)
1904 S:      Maintained
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1906 N:      stm32
1907 F:      drivers/clocksource/armv7m_systick.c
1908
1909 ARM/TANGO ARCHITECTURE
1910 M:      Marc Gonzalez <[email protected]>
1911 L:      [email protected]
1912 S:      Maintained
1913 N:      tango
1914
1915 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1916 M:      Lennert Buytenhek <[email protected]>
1917 L:      [email protected] (moderated for non-subscribers)
1918 S:      Maintained
1919
1920 ARM/TETON BGA MACHINE SUPPORT
1921 M:      "Mark F. Brown" <[email protected]>
1922 L:      [email protected] (moderated for non-subscribers)
1923 S:      Maintained
1924
1925 ARM/THECUS N2100 MACHINE SUPPORT
1926 M:      Lennert Buytenhek <[email protected]>
1927 L:      [email protected] (moderated for non-subscribers)
1928 S:      Maintained
1929
1930 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1931 M:      Wan ZongShun <[email protected]>
1932 L:      [email protected] (moderated for non-subscribers)
1933 W:      http://www.mcuos.com
1934 S:      Maintained
1935 F:      arch/arm/mach-w90x900/
1936 F:      drivers/input/keyboard/w90p910_keypad.c
1937 F:      drivers/input/touchscreen/w90p910_ts.c
1938 F:      drivers/watchdog/nuc900_wdt.c
1939 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1940 F:      drivers/mtd/nand/nuc900_nand.c
1941 F:      drivers/rtc/rtc-nuc900.c
1942 F:      drivers/spi/spi-nuc900.c
1943 F:      drivers/usb/host/ehci-w90x900.c
1944 F:      drivers/video/fbdev/nuc900fb.c
1945
1946 ARM/U300 MACHINE SUPPORT
1947 M:      Linus Walleij <[email protected]>
1948 L:      [email protected] (moderated for non-subscribers)
1949 S:      Supported
1950 F:      arch/arm/mach-u300/
1951 F:      drivers/clocksource/timer-u300.c
1952 F:      drivers/i2c/busses/i2c-stu300.c
1953 F:      drivers/rtc/rtc-coh901331.c
1954 F:      drivers/watchdog/coh901327_wdt.c
1955 F:      drivers/dma/coh901318*
1956 F:      drivers/mfd/ab3100*
1957 F:      drivers/rtc/rtc-ab3100.c
1958 F:      drivers/rtc/rtc-coh901331.c
1959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1960
1961 ARM/UNIPHIER ARCHITECTURE
1962 M:      Masahiro Yamada <[email protected]>
1963 L:      [email protected] (moderated for non-subscribers)
1964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1965 S:      Maintained
1966 F:      arch/arm/boot/dts/uniphier*
1967 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1968 F:      arch/arm/mach-uniphier/
1969 F:      arch/arm/mm/cache-uniphier.c
1970 F:      arch/arm64/boot/dts/socionext/
1971 F:      drivers/bus/uniphier-system-bus.c
1972 F:      drivers/clk/uniphier/
1973 F:      drivers/i2c/busses/i2c-uniphier*
1974 F:      drivers/pinctrl/uniphier/
1975 F:      drivers/reset/reset-uniphier.c
1976 F:      drivers/tty/serial/8250/8250_uniphier.c
1977 N:      uniphier
1978
1979 ARM/Ux500 ARM ARCHITECTURE
1980 M:      Linus Walleij <[email protected]>
1981 L:      [email protected] (moderated for non-subscribers)
1982 S:      Maintained
1983 F:      arch/arm/mach-ux500/
1984 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1985 F:      drivers/dma/ste_dma40*
1986 F:      drivers/hwspinlock/u8500_hsem.c
1987 F:      drivers/mfd/abx500*
1988 F:      drivers/mfd/ab8500*
1989 F:      drivers/mfd/dbx500*
1990 F:      drivers/mfd/db8500*
1991 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1992 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1993 F:      drivers/rtc/rtc-ab8500.c
1994 F:      drivers/rtc/rtc-pl031.c
1995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1996
1997 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1998 M:      Ulf Hansson <[email protected]>
1999 L:      [email protected] (moderated for non-subscribers)
2000 T:      git git://git.linaro.org/people/ulfh/clk.git
2001 S:      Maintained
2002 F:      drivers/clk/ux500/
2003
2004 ARM/VERSATILE EXPRESS PLATFORM
2005 M:      Liviu Dudau <[email protected]>
2006 M:      Sudeep Holla <[email protected]>
2007 M:      Lorenzo Pieralisi <[email protected]>
2008 L:      [email protected] (moderated for non-subscribers)
2009 S:      Maintained
2010 F:      arch/arm/boot/dts/vexpress*
2011 F:      arch/arm64/boot/dts/arm/
2012 F:      arch/arm/mach-vexpress/
2013 F:      */*/vexpress*
2014 F:      */*/*/vexpress*
2015 F:      drivers/clk/versatile/clk-vexpress-osc.c
2016 F:      drivers/clocksource/versatile.c
2017 N:      mps2
2018
2019 ARM/VFP SUPPORT
2020 M:      Russell King <[email protected]>
2021 L:      [email protected] (moderated for non-subscribers)
2022 W:      http://www.armlinux.org.uk/
2023 S:      Maintained
2024 F:      arch/arm/vfp/
2025
2026 ARM/VOIPAC PXA270 SUPPORT
2027 M:      Marek Vasut <[email protected]>
2028 L:      [email protected] (moderated for non-subscribers)
2029 S:      Maintained
2030 F:      arch/arm/mach-pxa/vpac270.c
2031 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2032
2033 ARM/VT8500 ARM ARCHITECTURE
2034 M:      Tony Prisk <[email protected]>
2035 L:      [email protected] (moderated for non-subscribers)
2036 S:      Maintained
2037 F:      arch/arm/mach-vt8500/
2038 F:      drivers/clocksource/vt8500_timer.c
2039 F:      drivers/i2c/busses/i2c-wmt.c
2040 F:      drivers/mmc/host/wmt-sdmmc.c
2041 F:      drivers/pwm/pwm-vt8500.c
2042 F:      drivers/rtc/rtc-vt8500.c
2043 F:      drivers/tty/serial/vt8500_serial.c
2044 F:      drivers/usb/host/ehci-platform.c
2045 F:      drivers/usb/host/uhci-platform.c
2046 F:      drivers/video/fbdev/vt8500lcdfb.*
2047 F:      drivers/video/fbdev/wm8505fb*
2048 F:      drivers/video/fbdev/wmt_ge_rops.*
2049
2050 ARM/ZIPIT Z2 SUPPORT
2051 M:      Marek Vasut <[email protected]>
2052 L:      [email protected] (moderated for non-subscribers)
2053 S:      Maintained
2054 F:      arch/arm/mach-pxa/z2.c
2055 F:      arch/arm/mach-pxa/include/mach/z2.h
2056
2057 ARM/ZTE ARCHITECTURE
2058 M:      Jun Nie <[email protected]>
2059 M:      Baoyou Xie <[email protected]>
2060 L:      [email protected] (moderated for non-subscribers)
2061 S:      Maintained
2062 F:      arch/arm/mach-zx/
2063 F:      drivers/clk/zte/
2064 F:      drivers/reset/reset-zx2967.c
2065 F:      drivers/soc/zte/
2066 F:      Documentation/devicetree/bindings/arm/zte.txt
2067 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2068 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2069 F:      Documentation/devicetree/bindings/soc/zte/
2070 F:      include/dt-bindings/soc/zx*.h
2071
2072 ARM/ZYNQ ARCHITECTURE
2073 M:      Michal Simek <[email protected]>
2074 R:      Sören Brinkmann <[email protected]>
2075 L:      [email protected] (moderated for non-subscribers)
2076 W:      http://wiki.xilinx.com
2077 T:      git https://github.com/Xilinx/linux-xlnx.git
2078 S:      Supported
2079 F:      arch/arm/mach-zynq/
2080 F:      drivers/cpuidle/cpuidle-zynq.c
2081 F:      drivers/block/xsysace.c
2082 N:      zynq
2083 N:      xilinx
2084 F:      drivers/clocksource/cadence_ttc_timer.c
2085 F:      drivers/i2c/busses/i2c-cadence.c
2086 F:      drivers/mmc/host/sdhci-of-arasan.c
2087 F:      drivers/edac/synopsys_edac.c
2088
2089 ARM SMMU DRIVERS
2090 M:      Will Deacon <[email protected]>
2091 R:      Robin Murphy <[email protected]>
2092 L:      [email protected] (moderated for non-subscribers)
2093 S:      Maintained
2094 F:      drivers/iommu/arm-smmu.c
2095 F:      drivers/iommu/arm-smmu-v3.c
2096 F:      drivers/iommu/io-pgtable-arm.c
2097 F:      drivers/iommu/io-pgtable-arm-v7s.c
2098
2099 ARM64 PORT (AARCH64 ARCHITECTURE)
2100 M:      Catalin Marinas <[email protected]>
2101 M:      Will Deacon <[email protected]>
2102 L:      [email protected] (moderated for non-subscribers)
2103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2104 S:      Maintained
2105 F:      arch/arm64/
2106 F:      Documentation/arm64/
2107
2108 AS3645A LED FLASH CONTROLLER DRIVER
2109 M:      Laurent Pinchart <[email protected]>
2110 L:      [email protected]
2111 T:      git git://linuxtv.org/media_tree.git
2112 S:      Maintained
2113 F:      drivers/media/i2c/as3645a.c
2114 F:      include/media/i2c/as3645a.h
2115
2116 ASAHI KASEI AK8974 DRIVER
2117 M:      Linus Walleij <[email protected]>
2118 L:      [email protected]
2119 W:      http://www.akm.com/
2120 S:      Supported
2121 F:      drivers/iio/magnetometer/ak8974.c
2122
2123 ASC7621 HARDWARE MONITOR DRIVER
2124 M:      George Joseph <[email protected]>
2125 L:      [email protected]
2126 S:      Maintained
2127 F:      Documentation/hwmon/asc7621
2128 F:      drivers/hwmon/asc7621.c
2129
2130 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2131 M:      Corentin Chary <[email protected]>
2132 L:      [email protected]
2133 L:      [email protected]
2134 W:      http://acpi4asus.sf.net
2135 S:      Maintained
2136 F:      drivers/platform/x86/asus*.c
2137 F:      drivers/platform/x86/eeepc*.c
2138
2139 ASUS WIRELESS RADIO CONTROL DRIVER
2140 M:      João Paulo Rechi Vita <[email protected]>
2141 L:      [email protected]
2142 S:      Maintained
2143 F:      drivers/platform/x86/asus-wireless.c
2144
2145 ASYMMETRIC KEYS
2146 M:      David Howells <[email protected]>
2147 L:      [email protected]
2148 S:      Maintained
2149 F:      Documentation/crypto/asymmetric-keys.txt
2150 F:      include/linux/verification.h
2151 F:      include/crypto/public_key.h
2152 F:      include/crypto/pkcs7.h
2153 F:      crypto/asymmetric_keys/
2154
2155 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2156 R:      Dan Williams <[email protected]>
2157 W:      http://sourceforge.net/projects/xscaleiop
2158 S:      Odd fixes
2159 F:      Documentation/crypto/async-tx-api.txt
2160 F:      crypto/async_tx/
2161 F:      drivers/dma/
2162 F:      include/linux/dmaengine.h
2163 F:      include/linux/async_tx.h
2164
2165 AT24 EEPROM DRIVER
2166 M:      Wolfram Sang <[email protected]>
2167 L:      [email protected]
2168 S:      Maintained
2169 F:      drivers/misc/eeprom/at24.c
2170 F:      include/linux/platform_data/at24.h
2171
2172 ATA OVER ETHERNET (AOE) DRIVER
2173 M:      "Ed L. Cashin" <[email protected]>
2174 W:      http://www.openaoe.org/
2175 S:      Supported
2176 F:      Documentation/aoe/
2177 F:      drivers/block/aoe/
2178
2179 ATHEROS 71XX/9XXX GPIO DRIVER
2180 M:      Alban Bedel <[email protected]>
2181 W:      https://github.com/AlbanBedel/linux
2182 T:      git git://github.com/AlbanBedel/linux
2183 S:      Maintained
2184 F:      drivers/gpio/gpio-ath79.c
2185 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2186
2187 ATHEROS ATH GENERIC UTILITIES
2188 M:      "Luis R. Rodriguez" <[email protected]>
2189 L:      [email protected]
2190 S:      Supported
2191 F:      drivers/net/wireless/ath/*
2192
2193 ATHEROS ATH5K WIRELESS DRIVER
2194 M:      Jiri Slaby <[email protected]>
2195 M:      Nick Kossifidis <[email protected]>
2196 M:      "Luis R. Rodriguez" <[email protected]>
2197 L:      [email protected]
2198 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2199 S:      Maintained
2200 F:      drivers/net/wireless/ath/ath5k/
2201
2202 ATHEROS ATH6KL WIRELESS DRIVER
2203 M:      Kalle Valo <[email protected]>
2204 L:      [email protected]
2205 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2207 S:      Supported
2208 F:      drivers/net/wireless/ath/ath6kl/
2209
2210 WILOCITY WIL6210 WIRELESS DRIVER
2211 M:      Maya Erez <[email protected]>
2212 L:      [email protected]
2213 L:      [email protected]
2214 S:      Supported
2215 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2216 F:      drivers/net/wireless/ath/wil6210/
2217 F:      include/uapi/linux/wil6210_uapi.h
2218
2219 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2220 M:      Christian Lamparter <[email protected]>
2221 L:      [email protected]
2222 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2223 S:      Maintained
2224 F:      drivers/net/wireless/ath/carl9170/
2225
2226 ATK0110 HWMON DRIVER
2227 M:      Luca Tettamanti <[email protected]>
2228 L:      [email protected]
2229 S:      Maintained
2230 F:      drivers/hwmon/asus_atk0110.c
2231
2232 ATI_REMOTE2 DRIVER
2233 M:      Ville Syrjala <[email protected]>
2234 S:      Maintained
2235 F:      drivers/input/misc/ati_remote2.c
2236
2237 ATLX ETHERNET DRIVERS
2238 M:      Jay Cliburn <[email protected]>
2239 M:      Chris Snook <[email protected]>
2240 L:      [email protected]
2241 W:      http://sourceforge.net/projects/atl1
2242 W:      http://atl1.sourceforge.net
2243 S:      Maintained
2244 F:      drivers/net/ethernet/atheros/
2245
2246 ATM
2247 M:      Chas Williams <[email protected]>
2248 L:      [email protected] (moderated for non-subscribers)
2249 L:      [email protected]
2250 W:      http://linux-atm.sourceforge.net
2251 S:      Maintained
2252 F:      drivers/atm/
2253 F:      include/linux/atm*
2254 F:      include/uapi/linux/atm*
2255
2256 ATMEL AT91 / AT32 MCI DRIVER
2257 M:      Ludovic Desroches <[email protected]>
2258 S:      Maintained
2259 F:      drivers/mmc/host/atmel-mci.c
2260
2261 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2262 M:      Nicolas Ferre <[email protected]>
2263 S:      Supported
2264 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2265
2266 ATMEL SAMA5D2 ADC DRIVER
2267 M:      Ludovic Desroches <[email protected]>
2268 L:      [email protected]
2269 S:      Supported
2270 F:      drivers/iio/adc/at91-sama5d2_adc.c
2271
2272 ATMEL Audio ALSA driver
2273 M:      Nicolas Ferre <[email protected]>
2274 L:      [email protected] (moderated for non-subscribers)
2275 S:      Supported
2276 F:      sound/soc/atmel
2277
2278 ATMEL XDMA DRIVER
2279 M:      Ludovic Desroches <[email protected]>
2280 L:      [email protected]
2281 L:      [email protected]
2282 S:      Supported
2283 F:      drivers/dma/at_xdmac.c
2284
2285 ATMEL I2C DRIVER
2286 M:      Ludovic Desroches <[email protected]>
2287 L:      [email protected]
2288 S:      Supported
2289 F:      drivers/i2c/busses/i2c-at91.c
2290
2291 ATMEL ISI DRIVER
2292 M:      Ludovic Desroches <[email protected]>
2293 L:      [email protected]
2294 S:      Supported
2295 F:      drivers/media/platform/atmel/atmel-isi.c
2296 F:      include/media/atmel-isi.h
2297
2298 ATMEL LCDFB DRIVER
2299 M:      Nicolas Ferre <[email protected]>
2300 L:      [email protected]
2301 S:      Maintained
2302 F:      drivers/video/fbdev/atmel_lcdfb.c
2303 F:      include/video/atmel_lcdc.h
2304
2305 ATMEL MACB ETHERNET DRIVER
2306 M:      Nicolas Ferre <[email protected]>
2307 S:      Supported
2308 F:      drivers/net/ethernet/cadence/
2309
2310 ATMEL NAND DRIVER
2311 M:      Wenyou Yang <[email protected]>
2312 M:      Josh Wu <[email protected]>
2313 L:      [email protected]
2314 S:      Supported
2315 F:      drivers/mtd/nand/atmel/*
2316
2317 ATMEL SDMMC DRIVER
2318 M:      Ludovic Desroches <[email protected]>
2319 L:      [email protected]
2320 S:      Supported
2321 F:      drivers/mmc/host/sdhci-of-at91.c
2322
2323 ATMEL SPI DRIVER
2324 M:      Nicolas Ferre <[email protected]>
2325 S:      Supported
2326 F:      drivers/spi/spi-atmel.*
2327
2328 ATMEL SSC DRIVER
2329 M:      Nicolas Ferre <[email protected]>
2330 L:      [email protected] (moderated for non-subscribers)
2331 S:      Supported
2332 F:      drivers/misc/atmel-ssc.c
2333 F:      include/linux/atmel-ssc.h
2334
2335 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2336 M:      Nicolas Ferre <[email protected]>
2337 L:      [email protected] (moderated for non-subscribers)
2338 S:      Supported
2339 F:      drivers/misc/atmel_tclib.c
2340 F:      drivers/clocksource/tcb_clksrc.c
2341
2342 ATMEL USBA UDC DRIVER
2343 M:      Nicolas Ferre <[email protected]>
2344 L:      [email protected] (moderated for non-subscribers)
2345 S:      Supported
2346 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2347
2348 ATMEL WIRELESS DRIVER
2349 M:      Simon Kelley <[email protected]>
2350 L:      [email protected]
2351 W:      http://www.thekelleys.org.uk/atmel
2352 W:      http://atmelwlandriver.sourceforge.net/
2353 S:      Maintained
2354 F:      drivers/net/wireless/atmel/atmel*
2355
2356 ATMEL MAXTOUCH DRIVER
2357 M:      Nick Dyer <[email protected]>
2358 T:      git git://github.com/ndyer/linux.git
2359 S:      Maintained
2360 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2361 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2362 F:      include/linux/platform_data/atmel_mxt_ts.h
2363
2364 ATOMIC INFRASTRUCTURE
2365 M:      Will Deacon <[email protected]>
2366 M:      Peter Zijlstra <[email protected]>
2367 R:      Boqun Feng <[email protected]>
2368 L:      [email protected]
2369 S:      Maintained
2370 F:      arch/*/include/asm/atomic*.h
2371 F:      include/*/atomic*.h
2372
2373 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2374 M:      Bradley Grove <[email protected]>
2375 L:      [email protected]
2376 W:      http://www.attotech.com
2377 S:      Supported
2378 F:      drivers/scsi/esas2r
2379
2380 ATUSB IEEE 802.15.4 RADIO DRIVER
2381 M:      Stefan Schmidt <[email protected]>
2382 L:      [email protected]
2383 S:      Maintained
2384 F:      drivers/net/ieee802154/atusb.c
2385 F:      drivers/net/ieee802154/atusb.h
2386 F:      drivers/net/ieee802154/at86rf230.h
2387
2388 AUDIT SUBSYSTEM
2389 M:      Paul Moore <[email protected]>
2390 M:      Eric Paris <[email protected]>
2391 L:      [email protected] (moderated for non-subscribers)
2392 W:      http://people.redhat.com/sgrubb/audit/
2393 T:      git git://git.infradead.org/users/pcmoore/audit
2394 S:      Maintained
2395 F:      include/linux/audit.h
2396 F:      include/uapi/linux/audit.h
2397 F:      kernel/audit*
2398
2399 AUXILIARY DISPLAY DRIVERS
2400 M:      Miguel Ojeda Sandonis <[email protected]>
2401 W:      http://miguelojeda.es/auxdisplay.htm
2402 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2403 S:      Maintained
2404 F:      drivers/auxdisplay/
2405 F:      include/linux/cfag12864b.h
2406
2407 AX.25 NETWORK LAYER
2408 M:      Ralf Baechle <[email protected]>
2409 L:      [email protected]
2410 W:      http://www.linux-ax25.org/
2411 S:      Maintained
2412 F:      include/uapi/linux/ax25.h
2413 F:      include/net/ax25.h
2414 F:      net/ax25/
2415
2416 AXENTIA ASOC DRIVERS
2417 M:      Peter Rosin <[email protected]>
2418 L:      [email protected] (moderated for non-subscribers)
2419 S:      Maintained
2420 F:      Documentation/devicetree/bindings/sound/axentia,*
2421 F:      sound/soc/atmel/tse850-pcm5142.c
2422
2423 AXENTIA ARM DEVICES
2424 M:      Peter Rosin <[email protected]>
2425 L:      [email protected] (moderated for non-subscribers)
2426 S:      Maintained
2427 F:      Documentation/devicetree/bindings/arm/axentia.txt
2428 F:      arch/arm/boot/dts/at91-linea.dtsi
2429 F:      arch/arm/boot/dts/at91-tse850-3.dts
2430
2431 AZ6007 DVB DRIVER
2432 M:      Mauro Carvalho Chehab <[email protected]>
2433 M:      Mauro Carvalho Chehab <[email protected]>
2434 L:      [email protected]
2435 W:      https://linuxtv.org
2436 T:      git git://linuxtv.org/media_tree.git
2437 S:      Maintained
2438 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2439
2440 AZTECH FM RADIO RECEIVER DRIVER
2441 M:      Hans Verkuil <[email protected]>
2442 L:      [email protected]
2443 T:      git git://linuxtv.org/media_tree.git
2444 W:      https://linuxtv.org
2445 S:      Maintained
2446 F:      drivers/media/radio/radio-aztech*
2447
2448 B43 WIRELESS DRIVER
2449 L:      [email protected]
2450 L:      [email protected]
2451 W:      http://wireless.kernel.org/en/users/Drivers/b43
2452 S:      Odd Fixes
2453 F:      drivers/net/wireless/broadcom/b43/
2454
2455 B43LEGACY WIRELESS DRIVER
2456 M:      Larry Finger <[email protected]>
2457 L:      [email protected]
2458 L:      [email protected]
2459 W:      http://wireless.kernel.org/en/users/Drivers/b43
2460 S:      Maintained
2461 F:      drivers/net/wireless/broadcom/b43legacy/
2462
2463 BACKLIGHT CLASS/SUBSYSTEM
2464 M:      Lee Jones <[email protected]>
2465 M:      Daniel Thompson <[email protected]>
2466 M:      Jingoo Han <[email protected]>
2467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2468 S:      Maintained
2469 F:      drivers/video/backlight/
2470 F:      include/linux/backlight.h
2471 F:      include/linux/pwm_backlight.h
2472 F:      Documentation/devicetree/bindings/leds/backlight
2473
2474 BATMAN ADVANCED
2475 M:      Marek Lindner <[email protected]>
2476 M:      Simon Wunderlich <[email protected]>
2477 M:      Antonio Quartulli <[email protected]>
2478 L:      [email protected] (moderated for non-subscribers)
2479 W:      https://www.open-mesh.org/
2480 Q:      https://patchwork.open-mesh.org/project/batman/list/
2481 S:      Maintained
2482 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2483 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2484 F:      Documentation/networking/batman-adv.txt
2485 F:      include/uapi/linux/batman_adv.h
2486 F:      net/batman-adv/
2487
2488 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2489 M:      Thomas Sailer <[email protected]>
2490 L:      [email protected]
2491 W:      http://www.baycom.org/~tom/ham/ham.html
2492 S:      Maintained
2493 F:      drivers/net/hamradio/baycom*
2494
2495 BCACHE (BLOCK LAYER CACHE)
2496 M:      Kent Overstreet <[email protected]>
2497 L:      [email protected]
2498 W:      http://bcache.evilpiepirate.org
2499 S:      Orphan
2500 F:      drivers/md/bcache/
2501
2502 BDISP ST MEDIA DRIVER
2503 M:      Fabien Dessenne <[email protected]>
2504 L:      [email protected]
2505 T:      git git://linuxtv.org/media_tree.git
2506 W:      https://linuxtv.org
2507 S:      Supported
2508 F:      drivers/media/platform/sti/bdisp
2509
2510 DELTA ST MEDIA DRIVER
2511 M:      Hugues Fruchet <[email protected]>
2512 L:      [email protected]
2513 T:      git git://linuxtv.org/media_tree.git
2514 W:      https://linuxtv.org
2515 S:      Supported
2516 F:      drivers/media/platform/sti/delta
2517
2518 BEFS FILE SYSTEM
2519 M:      Luis de Bethencourt <[email protected]>
2520 M:      Salah Triki <[email protected]>
2521 S:      Maintained
2522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2523 F:      Documentation/filesystems/befs.txt
2524 F:      fs/befs/
2525
2526 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2527 M:      Dariusz Marcinkiewicz <[email protected]>
2528 L:      [email protected]
2529 S:      Maintained
2530 F:      drivers/net/ethernet/ec_bhf.c
2531
2532 BFS FILE SYSTEM
2533 M:      "Tigran A. Aivazian" <[email protected]>
2534 S:      Maintained
2535 F:      Documentation/filesystems/bfs.txt
2536 F:      fs/bfs/
2537 F:      include/uapi/linux/bfs_fs.h
2538
2539 BLACKFIN ARCHITECTURE
2540 M:      Steven Miao <[email protected]>
2541 L:      [email protected] (moderated for non-subscribers)
2542 T:      git git://git.code.sf.net/p/adi-linux/code
2543 W:      http://blackfin.uclinux.org
2544 S:      Supported
2545 F:      arch/blackfin/
2546
2547 BLACKFIN EMAC DRIVER
2548 L:      [email protected] (moderated for non-subscribers)
2549 W:      http://blackfin.uclinux.org
2550 S:      Supported
2551 F:      drivers/net/ethernet/adi/
2552
2553 BLACKFIN RTC DRIVER
2554 L:      [email protected] (moderated for non-subscribers)
2555 W:      http://blackfin.uclinux.org
2556 S:      Supported
2557 F:      drivers/rtc/rtc-bfin.c
2558
2559 BLACKFIN SDH DRIVER
2560 M:      Sonic Zhang <[email protected]>
2561 L:      [email protected] (moderated for non-subscribers)
2562 W:      http://blackfin.uclinux.org
2563 S:      Supported
2564 F:      drivers/mmc/host/bfin_sdh.c
2565
2566 BLACKFIN SERIAL DRIVER
2567 M:      Sonic Zhang <[email protected]>
2568 L:      [email protected] (moderated for non-subscribers)
2569 W:      http://blackfin.uclinux.org
2570 S:      Supported
2571 F:      drivers/tty/serial/bfin_uart.c
2572
2573 BLACKFIN WATCHDOG DRIVER
2574 L:      [email protected] (moderated for non-subscribers)
2575 W:      http://blackfin.uclinux.org
2576 S:      Supported
2577 F:      drivers/watchdog/bfin_wdt.c
2578
2579 BLACKFIN I2C TWI DRIVER
2580 M:      Sonic Zhang <[email protected]>
2581 L:      [email protected] (moderated for non-subscribers)
2582 W:      http://blackfin.uclinux.org/
2583 S:      Supported
2584 F:      drivers/i2c/busses/i2c-bfin-twi.c
2585
2586 BLACKFIN MEDIA DRIVER
2587 M:      Scott Jiang <[email protected]>
2588 L:      [email protected] (moderated for non-subscribers)
2589 W:      http://blackfin.uclinux.org/
2590 S:      Supported
2591 F:      drivers/media/platform/blackfin/
2592 F:      drivers/media/i2c/adv7183*
2593 F:      drivers/media/i2c/vs6624*
2594
2595 BLINKM RGB LED DRIVER
2596 M:      Jan-Simon Moeller <[email protected]>
2597 S:      Maintained
2598 F:      drivers/leds/leds-blinkm.c
2599
2600 BLOCK LAYER
2601 M:      Jens Axboe <[email protected]>
2602 L:      [email protected]
2603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2604 S:      Maintained
2605 F:      block/
2606 F:      kernel/trace/blktrace.c
2607 F:      lib/sbitmap.c
2608
2609 BFQ I/O SCHEDULER
2610 M:      Paolo Valente <[email protected]>
2611 M:      Jens Axboe <[email protected]>
2612 L:      [email protected]
2613 S:      Maintained
2614 F:      block/bfq-*
2615 F:      Documentation/block/bfq-iosched.txt
2616
2617 BLOCK2MTD DRIVER
2618 M:      Joern Engel <[email protected]>
2619 L:      [email protected]
2620 S:      Maintained
2621 F:      drivers/mtd/devices/block2mtd.c
2622
2623 BLUETOOTH DRIVERS
2624 M:      Marcel Holtmann <[email protected]>
2625 M:      Gustavo Padovan <[email protected]>
2626 M:      Johan Hedberg <[email protected]>
2627 L:      [email protected]
2628 W:      http://www.bluez.org/
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2631 S:      Maintained
2632 F:      drivers/bluetooth/
2633
2634 BLUETOOTH SUBSYSTEM
2635 M:      Marcel Holtmann <[email protected]>
2636 M:      Gustavo Padovan <[email protected]>
2637 M:      Johan Hedberg <[email protected]>
2638 L:      [email protected]
2639 W:      http://www.bluez.org/
2640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2642 S:      Maintained
2643 F:      net/bluetooth/
2644 F:      include/net/bluetooth/
2645
2646 DMA MAPPING HELPERS
2647 M:      Christoph Hellwig <[email protected]>
2648 M:      Marek Szyprowski <[email protected]>
2649 R:      Robin Murphy <[email protected]>
2650 L:      [email protected]
2651 T:      git git://git.infradead.org/users/hch/dma-mapping.git
2652 W:      http://git.infradead.org/users/hch/dma-mapping.git
2653 S:      Supported
2654 F:      lib/dma-debug.c
2655 F:      lib/dma-noop.c
2656 F:      lib/dma-virt.c
2657 F:      drivers/base/dma-mapping.c
2658 F:      drivers/base/dma-coherent.c
2659 F:      include/linux/dma-mapping.h
2660
2661 BONDING DRIVER
2662 M:      Jay Vosburgh <[email protected]>
2663 M:      Veaceslav Falico <[email protected]>
2664 M:      Andy Gospodarek <[email protected]>
2665 L:      [email protected]
2666 W:      http://sourceforge.net/projects/bonding/
2667 S:      Supported
2668 F:      drivers/net/bonding/
2669 F:      include/uapi/linux/if_bonding.h
2670
2671 BPF (Safe dynamic programs and tools)
2672 M:      Alexei Starovoitov <[email protected]>
2673 M:      Daniel Borkmann <[email protected]>
2674 L:      [email protected]
2675 L:      [email protected]
2676 S:      Supported
2677 F:      arch/x86/net/bpf_jit*
2678 F:      Documentation/networking/filter.txt
2679 F:      include/linux/bpf*
2680 F:      include/linux/filter.h
2681 F:      include/uapi/linux/bpf*
2682 F:      include/uapi/linux/filter.h
2683 F:      kernel/bpf/
2684 F:      kernel/trace/bpf_trace.c
2685 F:      lib/test_bpf.c
2686 F:      net/bpf/
2687 F:      net/core/filter.c
2688 F:      net/sched/act_bpf.c
2689 F:      net/sched/cls_bpf.c
2690 F:      samples/bpf/
2691 F:      tools/net/bpf*
2692 F:      tools/testing/selftests/bpf/
2693
2694 BROADCOM B44 10/100 ETHERNET DRIVER
2695 M:      Michael Chan <[email protected]>
2696 L:      [email protected]
2697 S:      Supported
2698 F:      drivers/net/ethernet/broadcom/b44.*
2699
2700 BROADCOM B53 ETHERNET SWITCH DRIVER
2701 M:      Florian Fainelli <[email protected]>
2702 L:      [email protected]
2703 L:      [email protected] (subscribers-only)
2704 S:      Supported
2705 F:      drivers/net/dsa/b53/*
2706 F:      include/linux/platform_data/b53.h
2707
2708 BROADCOM GENET ETHERNET DRIVER
2709 M:      Florian Fainelli <[email protected]>
2710 L:      [email protected]
2711 S:      Supported
2712 F:      drivers/net/ethernet/broadcom/genet/
2713
2714 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2715 M:      Rasesh Mody <[email protected]>
2716 M:      Harish Patil <[email protected]>
2717 M:      [email protected]
2718 L:      [email protected]
2719 S:      Supported
2720 F:      drivers/net/ethernet/broadcom/bnx2.*
2721 F:      drivers/net/ethernet/broadcom/bnx2_*
2722
2723 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2724 M:      Yuval Mintz <[email protected]>
2725 M:      Ariel Elior <[email protected]>
2726 M:      [email protected]
2727 L:      [email protected]
2728 S:      Supported
2729 F:      drivers/net/ethernet/broadcom/bnx2x/
2730
2731 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2732 M:      Michael Chan <[email protected]>
2733 L:      [email protected]
2734 S:      Supported
2735 F:      drivers/net/ethernet/broadcom/bnxt/
2736
2737 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2738 M:      Florian Fainelli <[email protected]>
2739 M:      Ray Jui <[email protected]>
2740 M:      Scott Branden <[email protected]>
2741 M:      [email protected]
2742 T:      git git://github.com/broadcom/mach-bcm
2743 S:      Maintained
2744 N:      bcm281*
2745 N:      bcm113*
2746 N:      bcm216*
2747 N:      kona
2748 F:      arch/arm/mach-bcm/
2749
2750 BROADCOM BCM2835 ARM ARCHITECTURE
2751 M:      Eric Anholt <[email protected]>
2752 M:      Stefan Wahren <[email protected]>
2753 L:      [email protected] (moderated for non-subscribers)
2754 L:      [email protected] (moderated for non-subscribers)
2755 T:      git git://github.com/anholt/linux
2756 S:      Maintained
2757 N:      bcm2835
2758 F:      drivers/staging/vc04_services
2759
2760 BROADCOM BCM47XX MIPS ARCHITECTURE
2761 M:      Hauke Mehrtens <[email protected]>
2762 M:      Rafał Miłecki <[email protected]>
2763 L:      [email protected]
2764 S:      Maintained
2765 F:      Documentation/devicetree/bindings/mips/brcm/
2766 F:      arch/mips/bcm47xx/*
2767 F:      arch/mips/include/asm/mach-bcm47xx/*
2768
2769 BROADCOM BCM5301X ARM ARCHITECTURE
2770 M:      Hauke Mehrtens <[email protected]>
2771 M:      Rafał Miłecki <[email protected]>
2772 M:      Jon Mason <[email protected]>
2773 M:      [email protected]
2774 L:      [email protected]
2775 S:      Maintained
2776 F:      arch/arm/mach-bcm/bcm_5301x.c
2777 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2778 F:      arch/arm/boot/dts/bcm470*
2779 F:      arch/arm/boot/dts/bcm953012*
2780
2781 BROADCOM BCM53573 ARM ARCHITECTURE
2782 M:      Rafał Miłecki <[email protected]>
2783 L:      [email protected]
2784 S:      Maintained
2785 F:      arch/arm/boot/dts/bcm53573*
2786 F:      arch/arm/boot/dts/bcm47189*
2787
2788 BROADCOM BCM63XX ARM ARCHITECTURE
2789 M:      Florian Fainelli <[email protected]>
2790 M:      [email protected]
2791 L:      [email protected] (moderated for non-subscribers)
2792 T:      git git://github.com/broadcom/stblinux.git
2793 S:      Maintained
2794 N:      bcm63xx
2795
2796 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2797 M:      Kevin Cernekee <[email protected]>
2798 L:      [email protected]
2799 S:      Maintained
2800 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2801
2802 BROADCOM BCM7XXX ARM ARCHITECTURE
2803 M:      Brian Norris <[email protected]>
2804 M:      Gregory Fong <[email protected]>
2805 M:      Florian Fainelli <[email protected]>
2806 M:      [email protected]
2807 L:      [email protected] (moderated for non-subscribers)
2808 T:      git git://github.com/broadcom/stblinux.git
2809 S:      Maintained
2810 F:      arch/arm/mach-bcm/*brcmstb*
2811 F:      arch/arm/boot/dts/bcm7*.dts*
2812 F:      drivers/bus/brcmstb_gisb.c
2813 N:      brcmstb
2814
2815 BROADCOM BMIPS MIPS ARCHITECTURE
2816 M:      Kevin Cernekee <[email protected]>
2817 M:      Florian Fainelli <[email protected]>
2818 L:      [email protected]
2819 T:      git git://github.com/broadcom/stblinux.git
2820 S:      Maintained
2821 F:      arch/mips/bmips/*
2822 F:      arch/mips/include/asm/mach-bmips/*
2823 F:      arch/mips/kernel/*bmips*
2824 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2825 F:      drivers/irqchip/irq-bcm63*
2826 F:      drivers/irqchip/irq-bcm7*
2827 F:      drivers/irqchip/irq-brcmstb*
2828 F:      include/linux/bcm963xx_nvram.h
2829 F:      include/linux/bcm963xx_tag.h
2830
2831 BROADCOM BMIPS CPUFREQ DRIVER
2832 M:      Markus Mayer <[email protected]>
2833 M:      [email protected]
2834 L:      [email protected]
2835 S:      Maintained
2836 F:      drivers/cpufreq/bmips-cpufreq.c
2837
2838 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2839 M:      Siva Reddy Kallam <[email protected]>
2840 M:      Prashant Sreedharan <[email protected]>
2841 M:      Michael Chan <[email protected]>
2842 L:      [email protected]
2843 S:      Supported
2844 F:      drivers/net/ethernet/broadcom/tg3.*
2845
2846 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2847 M:      Arend van Spriel <[email protected]>
2848 M:      Franky Lin <[email protected]>
2849 M:      Hante Meuleman <[email protected]>
2850 M:      Chi-Hsien Lin <[email protected]>
2851 M:      Wright Feng <[email protected]>
2852 L:      [email protected]
2853 L:      [email protected]
2854 L:      [email protected]
2855 S:      Supported
2856 F:      drivers/net/wireless/broadcom/brcm80211/
2857
2858 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2859 M:      [email protected]
2860 L:      [email protected]
2861 S:      Supported
2862 F:      drivers/scsi/bnx2fc/
2863
2864 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2865 M:      [email protected]
2866 L:      [email protected]
2867 S:      Supported
2868 F:      drivers/scsi/bnx2i/
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 BRCMSTB GPIO DRIVER
2896 M:      Gregory Fong <[email protected]>
2897 L:      [email protected]
2898 S:      Supported
2899 F:      drivers/gpio/gpio-brcmstb.c
2900 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2901
2902 BROADCOM KONA GPIO DRIVER
2903 M:      Ray Jui <[email protected]>
2904 L:      [email protected]
2905 S:      Supported
2906 F:      drivers/gpio/gpio-bcm-kona.c
2907 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2908
2909 BROADCOM NVRAM DRIVER
2910 M:      Rafał Miłecki <[email protected]>
2911 L:      [email protected]
2912 S:      Maintained
2913 F:      drivers/firmware/broadcom/*
2914
2915 BROADCOM STB NAND FLASH DRIVER
2916 M:      Brian Norris <[email protected]>
2917 M:      Kamal Dasu <[email protected]>
2918 L:      [email protected]
2919 L:      [email protected]
2920 S:      Maintained
2921 F:      drivers/mtd/nand/brcmnand/
2922
2923 BROADCOM STB AVS CPUFREQ DRIVER
2924 M:      Markus Mayer <[email protected]>
2925 M:      [email protected]
2926 L:      [email protected]
2927 S:      Maintained
2928 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2929 F:      drivers/cpufreq/brcmstb*
2930
2931 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2932 M:      Rafał Miłecki <[email protected]>
2933 L:      [email protected]
2934 S:      Maintained
2935 F:      drivers/bcma/
2936 F:      include/linux/bcma/
2937
2938 BROADCOM SYSTEMPORT ETHERNET DRIVER
2939 M:      Florian Fainelli <[email protected]>
2940 L:      [email protected]
2941 S:      Supported
2942 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2943
2944 BROADCOM NETXTREME-E ROCE DRIVER
2945 M:      Selvin Xavier <[email protected]>
2946 M:      Devesh Sharma <[email protected]>
2947 M:      Somnath Kotur <[email protected]>
2948 M:      Sriharsha Basavapatna <[email protected]>
2949 L:      [email protected]
2950 W:      http://www.broadcom.com
2951 S:      Supported
2952 F:      drivers/infiniband/hw/bnxt_re/
2953 F:      include/uapi/rdma/bnxt_re-abi.h
2954
2955 BROCADE BFA FC SCSI DRIVER
2956 M:      Anil Gurumurthy <[email protected]>
2957 M:      Sudarsana Kalluru <[email protected]>
2958 L:      [email protected]
2959 S:      Supported
2960 F:      drivers/scsi/bfa/
2961
2962 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2963 M:      Rasesh Mody <[email protected]>
2964 M:      Sudarsana Kalluru <[email protected]>
2965 M:      [email protected]
2966 L:      [email protected]
2967 S:      Supported
2968 F:      drivers/net/ethernet/brocade/bna/
2969
2970 BSG (block layer generic sg v4 driver)
2971 M:      FUJITA Tomonori <[email protected]>
2972 L:      [email protected]
2973 S:      Supported
2974 F:      block/bsg.c
2975 F:      include/linux/bsg.h
2976 F:      include/uapi/linux/bsg.h
2977
2978 BT87X AUDIO DRIVER
2979 M:      Clemens Ladisch <[email protected]>
2980 L:      [email protected] (moderated for non-subscribers)
2981 T:      git git://git.alsa-project.org/alsa-kernel.git
2982 S:      Maintained
2983 F:      Documentation/sound/alsa/Bt87x.txt
2984 F:      sound/pci/bt87x.c
2985
2986 BT8XXGPIO DRIVER
2987 M:      Michael Buesch <[email protected]>
2988 W:      http://bu3sch.de/btgpio.php
2989 S:      Maintained
2990 F:      drivers/gpio/gpio-bt8xx.c
2991
2992 BTRFS FILE SYSTEM
2993 M:      Chris Mason <[email protected]>
2994 M:      Josef Bacik <[email protected]>
2995 M:      David Sterba <[email protected]>
2996 L:      [email protected]
2997 W:      http://btrfs.wiki.kernel.org/
2998 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3000 S:      Maintained
3001 F:      Documentation/filesystems/btrfs.txt
3002 F:      fs/btrfs/
3003 F:      include/linux/btrfs*
3004 F:      include/uapi/linux/btrfs*
3005
3006 BTTV VIDEO4LINUX DRIVER
3007 M:      Mauro Carvalho Chehab <[email protected]>
3008 M:      Mauro Carvalho Chehab <[email protected]>
3009 L:      [email protected]
3010 W:      https://linuxtv.org
3011 T:      git git://linuxtv.org/media_tree.git
3012 S:      Odd fixes
3013 F:      Documentation/media/v4l-drivers/bttv*
3014 F:      drivers/media/pci/bt8xx/bttv*
3015
3016 BUSLOGIC SCSI DRIVER
3017 M:      Khalid Aziz <[email protected]>
3018 L:      [email protected]
3019 S:      Maintained
3020 F:      drivers/scsi/BusLogic.*
3021 F:      drivers/scsi/FlashPoint.*
3022
3023 C-MEDIA CMI8788 DRIVER
3024 M:      Clemens Ladisch <[email protected]>
3025 L:      [email protected] (moderated for non-subscribers)
3026 T:      git git://git.alsa-project.org/alsa-kernel.git
3027 S:      Maintained
3028 F:      sound/pci/oxygen/
3029
3030 C6X ARCHITECTURE
3031 M:      Mark Salter <[email protected]>
3032 M:      Aurelien Jacquiot <[email protected]>
3033 L:      [email protected]
3034 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3035 S:      Maintained
3036 F:      arch/c6x/
3037
3038 CA8210 IEEE-802.15.4 RADIO DRIVER
3039 M:      Harry Morris <[email protected]>
3040 M:      [email protected]
3041 L:      [email protected]
3042 W:      https://github.com/Cascoda/ca8210-linux.git
3043 S:      Maintained
3044 F:      drivers/net/ieee802154/ca8210.c
3045 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3046
3047 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3048 M:      David Howells <[email protected]>
3049 L:      [email protected] (moderated for non-subscribers)
3050 S:      Supported
3051 F:      Documentation/filesystems/caching/cachefiles.txt
3052 F:      fs/cachefiles/
3053
3054 CADET FM/AM RADIO RECEIVER DRIVER
3055 M:      Hans Verkuil <[email protected]>
3056 L:      [email protected]
3057 T:      git git://linuxtv.org/media_tree.git
3058 W:      https://linuxtv.org
3059 S:      Maintained
3060 F:      drivers/media/radio/radio-cadet*
3061
3062 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3063 M:      Jonathan Corbet <[email protected]>
3064 L:      [email protected]
3065 T:      git git://linuxtv.org/media_tree.git
3066 S:      Maintained
3067 F:      Documentation/media/v4l-drivers/cafe_ccic*
3068 F:      drivers/media/platform/marvell-ccic/
3069
3070 CAIF NETWORK LAYER
3071 M:      Dmitry Tarnyagin <[email protected]>
3072 L:      [email protected]
3073 S:      Supported
3074 F:      Documentation/networking/caif/
3075 F:      drivers/net/caif/
3076 F:      include/uapi/linux/caif/
3077 F:      include/net/caif/
3078 F:      net/caif/
3079
3080 CALGARY x86-64 IOMMU
3081 M:      Muli Ben-Yehuda <[email protected]>
3082 M:      Jon Mason <[email protected]>
3083 L:      [email protected]
3084 S:      Maintained
3085 F:      arch/x86/kernel/pci-calgary_64.c
3086 F:      arch/x86/kernel/tce_64.c
3087 F:      arch/x86/include/asm/calgary.h
3088 F:      arch/x86/include/asm/tce.h
3089
3090 CAN NETWORK LAYER
3091 M:      Oliver Hartkopp <[email protected]>
3092 M:      Marc Kleine-Budde <[email protected]>
3093 L:      [email protected]
3094 W:      https://github.com/linux-can
3095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3097 S:      Maintained
3098 F:      Documentation/networking/can.txt
3099 F:      net/can/
3100 F:      include/linux/can/core.h
3101 F:      include/uapi/linux/can.h
3102 F:      include/uapi/linux/can/bcm.h
3103 F:      include/uapi/linux/can/raw.h
3104 F:      include/uapi/linux/can/gw.h
3105
3106 CAN NETWORK DRIVERS
3107 M:      Wolfgang Grandegger <[email protected]>
3108 M:      Marc Kleine-Budde <[email protected]>
3109 L:      [email protected]
3110 W:      https://github.com/linux-can
3111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3113 S:      Maintained
3114 F:      Documentation/devicetree/bindings/net/can/
3115 F:      drivers/net/can/
3116 F:      include/linux/can/dev.h
3117 F:      include/linux/can/platform/
3118 F:      include/uapi/linux/can/error.h
3119 F:      include/uapi/linux/can/netlink.h
3120
3121 CAPABILITIES
3122 M:      Serge Hallyn <[email protected]>
3123 L:      [email protected]
3124 S:      Supported
3125 F:      include/linux/capability.h
3126 F:      include/uapi/linux/capability.h
3127 F:      security/commoncap.c
3128 F:      kernel/capability.c
3129
3130 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3131 M:      Kevin Tsai <[email protected]>
3132 S:      Maintained
3133 F:      drivers/iio/light/cm*
3134
3135 CAVIUM THUNDERX2 ARM64 SOC
3136 M:      Jayachandran C <[email protected]>
3137 L:      [email protected] (moderated for non-subscribers)
3138 S:      Maintained
3139 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3140 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3141
3142 CAVIUM I2C DRIVER
3143 M:      Jan Glauber <[email protected]>
3144 M:      David Daney <[email protected]>
3145 W:      http://www.cavium.com
3146 S:      Supported
3147 F:      drivers/i2c/busses/i2c-octeon*
3148 F:      drivers/i2c/busses/i2c-thunderx*
3149
3150 CAVIUM MMC DRIVER
3151 M:      Jan Glauber <[email protected]>
3152 M:      David Daney <[email protected]>
3153 M:      Steven J. Hill <[email protected]>
3154 W:      http://www.cavium.com
3155 S:      Supported
3156 F:      drivers/mmc/host/cavium*
3157
3158 CAVIUM LIQUIDIO NETWORK DRIVER
3159 M:     Derek Chickles <[email protected]>
3160 M:     Satanand Burla <[email protected]>
3161 M:     Felix Manlunas <[email protected]>
3162 M:     Raghu Vatsavayi <[email protected]>
3163 L:     [email protected]
3164 W:     http://www.cavium.com
3165 S:     Supported
3166 F:     drivers/net/ethernet/cavium/liquidio/
3167
3168 CAVIUM OCTEON-TX CRYPTO DRIVER
3169 M:      George Cherian <[email protected]>
3170 L:      [email protected]
3171 W:      http://www.cavium.com
3172 S:      Supported
3173 F:      drivers/crypto/cavium/cpt/
3174
3175 CC2520 IEEE-802.15.4 RADIO DRIVER
3176 M:      Varka Bhadram <[email protected]>
3177 L:      [email protected]
3178 S:      Maintained
3179 F:      drivers/net/ieee802154/cc2520.c
3180 F:      include/linux/spi/cc2520.h
3181 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3182
3183 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3184 M:      Gilad Ben-Yossef <[email protected]>
3185 L:      [email protected]
3186 L:      [email protected]
3187 S:      Supported
3188 F:      drivers/staging/ccree/
3189 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3190
3191 CEC FRAMEWORK
3192 M:      Hans Verkuil <[email protected]>
3193 L:      [email protected]
3194 T:      git git://linuxtv.org/media_tree.git
3195 W:      http://linuxtv.org
3196 S:      Supported
3197 F:      Documentation/media/kapi/cec-core.rst
3198 F:      Documentation/media/uapi/cec
3199 F:      drivers/media/cec/
3200 F:      drivers/media/rc/keymaps/rc-cec.c
3201 F:      include/media/cec.h
3202 F:      include/media/cec-notifier.h
3203 F:      include/uapi/linux/cec.h
3204 F:      include/uapi/linux/cec-funcs.h
3205 F:      Documentation/devicetree/bindings/media/cec.txt
3206
3207 CELL BROADBAND ENGINE ARCHITECTURE
3208 M:      Arnd Bergmann <[email protected]>
3209 L:      [email protected]
3210 W:      http://www.ibm.com/developerworks/power/cell/
3211 S:      Supported
3212 F:      arch/powerpc/include/asm/cell*.h
3213 F:      arch/powerpc/include/asm/spu*.h
3214 F:      arch/powerpc/include/uapi/asm/spu*.h
3215 F:      arch/powerpc/oprofile/*cell*
3216 F:      arch/powerpc/platforms/cell/
3217
3218 CEPH COMMON CODE (LIBCEPH)
3219 M:      Ilya Dryomov <[email protected]>
3220 M:      "Yan, Zheng" <[email protected]>
3221 M:      Sage Weil <[email protected]>
3222 L:      [email protected]
3223 W:      http://ceph.com/
3224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3225 T:      git git://github.com/ceph/ceph-client.git
3226 S:      Supported
3227 F:      net/ceph/
3228 F:      include/linux/ceph/
3229 F:      include/linux/crush/
3230
3231 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3232 M:      "Yan, Zheng" <[email protected]>
3233 M:      Sage Weil <[email protected]>
3234 M:      Ilya Dryomov <[email protected]>
3235 L:      [email protected]
3236 W:      http://ceph.com/
3237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3238 T:      git git://github.com/ceph/ceph-client.git
3239 S:      Supported
3240 F:      Documentation/filesystems/ceph.txt
3241 F:      fs/ceph/
3242
3243 CERTIFICATE HANDLING:
3244 M:      David Howells <[email protected]>
3245 M:      David Woodhouse <[email protected]>
3246 L:      [email protected]
3247 S:      Maintained
3248 F:      Documentation/module-signing.txt
3249 F:      certs/
3250 F:      scripts/sign-file.c
3251 F:      scripts/extract-cert.c
3252
3253 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3254 L:      [email protected]
3255 S:      Orphan
3256 F:      Documentation/usb/WUSB-Design-overview.txt
3257 F:      Documentation/usb/wusb-cbaf
3258 F:      drivers/usb/host/hwa-hc.c
3259 F:      drivers/usb/host/whci/
3260 F:      drivers/usb/wusbcore/
3261 F:      include/linux/usb/wusb*
3262
3263 HT16K33 LED CONTROLLER DRIVER
3264 M:      Robin van der Gracht <[email protected]>
3265 S:      Maintained
3266 F:      drivers/auxdisplay/ht16k33.c
3267 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3268
3269 CFAG12864B LCD DRIVER
3270 M:      Miguel Ojeda Sandonis <[email protected]>
3271 W:      http://miguelojeda.es/auxdisplay.htm
3272 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3273 S:      Maintained
3274 F:      drivers/auxdisplay/cfag12864b.c
3275 F:      include/linux/cfag12864b.h
3276
3277 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3278 M:      Miguel Ojeda Sandonis <[email protected]>
3279 W:      http://miguelojeda.es/auxdisplay.htm
3280 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3281 S:      Maintained
3282 F:      drivers/auxdisplay/cfag12864bfb.c
3283 F:      include/linux/cfag12864b.h
3284
3285 CFG80211 and NL80211
3286 M:      Johannes Berg <[email protected]>
3287 L:      [email protected]
3288 W:      http://wireless.kernel.org/
3289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3291 S:      Maintained
3292 F:      include/uapi/linux/nl80211.h
3293 F:      include/net/cfg80211.h
3294 F:      net/wireless/*
3295 X:      net/wireless/wext*
3296
3297 CHAR and MISC DRIVERS
3298 M:      Arnd Bergmann <[email protected]>
3299 M:      Greg Kroah-Hartman <[email protected]>
3300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3301 S:      Supported
3302 F:      drivers/char/*
3303 F:      drivers/misc/*
3304 F:      include/linux/miscdevice.h
3305
3306 CHECKPATCH
3307 M:      Andy Whitcroft <[email protected]>
3308 M:      Joe Perches <[email protected]>
3309 S:      Maintained
3310 F:      scripts/checkpatch.pl
3311
3312 CHINESE DOCUMENTATION
3313 M:      Harry Wei <[email protected]>
3314 L:      [email protected] (subscribers-only)
3315 L:      [email protected] (moderated for non-subscribers)
3316 S:      Maintained
3317 F:      Documentation/translations/zh_CN/
3318
3319 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3320 M:      Peter Chen <[email protected]>
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3322 L:      [email protected]
3323 S:      Maintained
3324 F:      drivers/usb/chipidea/
3325
3326 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3327 M:      Hans de Goede <[email protected]>
3328 L:      [email protected]
3329 S:      Maintained
3330 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3331 F:      drivers/input/touchscreen/chipone_icn8318.c
3332
3333 CHROME HARDWARE PLATFORM SUPPORT
3334 M:      Benson Leung <[email protected]>
3335 M:      Olof Johansson <[email protected]>
3336 S:      Maintained
3337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3338 F:      drivers/platform/chrome/
3339
3340 CISCO VIC ETHERNET NIC DRIVER
3341 M:      Christian Benvenuti <[email protected]>
3342 M:      Govindarajulu Varadarajan <[email protected]>
3343 M:      Neel Patel <[email protected]>
3344 S:      Supported
3345 F:      drivers/net/ethernet/cisco/enic/
3346
3347 CISCO VIC LOW LATENCY NIC DRIVER
3348 M:      Christian Benvenuti <[email protected]>
3349 M:      Dave Goodell <[email protected]>
3350 S:      Supported
3351 F:      drivers/infiniband/hw/usnic/
3352
3353 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3354 M:      Hartley Sweeten <[email protected]>
3355 L:      [email protected]
3356 S:      Maintained
3357 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3358
3359 CIRRUS LOGIC AUDIO CODEC DRIVERS
3360 M:      Brian Austin <[email protected]>
3361 M:      Paul Handrigan <[email protected]>
3362 L:      [email protected] (moderated for non-subscribers)
3363 S:      Maintained
3364 F:      sound/soc/codecs/cs*
3365
3366 CLEANCACHE API
3367 M:      Konrad Rzeszutek Wilk <[email protected]>
3368 L:      [email protected]
3369 S:      Maintained
3370 F:      mm/cleancache.c
3371 F:      include/linux/cleancache.h
3372
3373 CLK API
3374 M:      Russell King <[email protected]>
3375 L:      [email protected]
3376 S:      Maintained
3377 F:      include/linux/clk.h
3378
3379 CLOCKSOURCE, CLOCKEVENT DRIVERS
3380 M:      Daniel Lezcano <[email protected]>
3381 M:      Thomas Gleixner <[email protected]>
3382 L:      [email protected]
3383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3384 S:      Supported
3385 F:      drivers/clocksource
3386
3387 CISCO FCOE HBA DRIVER
3388 M:      Satish Kharat <[email protected]>
3389 M:      Sesidhar Baddela <[email protected]>
3390 M:      Karan Tilak Kumar <[email protected]>
3391 L:      [email protected]
3392 S:      Supported
3393 F:      drivers/scsi/fnic/
3394
3395 CISCO SCSI HBA DRIVER
3396 M:      Karan Tilak Kumar <[email protected]>
3397 M:      Sesidhar Baddela <[email protected]>
3398 L:      [email protected]
3399 S:      Supported
3400 F:      drivers/scsi/snic/
3401
3402 CMPC ACPI DRIVER
3403 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3404 M:      Daniel Oliveira Nascimento <[email protected]>
3405 L:      [email protected]
3406 S:      Supported
3407 F:      drivers/platform/x86/classmate-laptop.c
3408
3409 COBALT MEDIA DRIVER
3410 M:      Hans Verkuil <[email protected]>
3411 L:      [email protected]
3412 T:      git git://linuxtv.org/media_tree.git
3413 W:      https://linuxtv.org
3414 S:      Supported
3415 F:      drivers/media/pci/cobalt/
3416
3417 COCCINELLE/Semantic Patches (SmPL)
3418 M:      Julia Lawall <[email protected]>
3419 M:      Gilles Muller <[email protected]>
3420 M:      Nicolas Palix <[email protected]>
3421 M:      Michal Marek <[email protected]>
3422 L:      [email protected] (moderated for non-subscribers)
3423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3424 W:      http://coccinelle.lip6.fr/
3425 S:      Supported
3426 F:      Documentation/dev-tools/coccinelle.rst
3427 F:      scripts/coccinelle/
3428 F:      scripts/coccicheck
3429
3430 CODA FILE SYSTEM
3431 M:      Jan Harkes <[email protected]>
3432 M:      [email protected]
3433 L:      [email protected]
3434 W:      http://www.coda.cs.cmu.edu/
3435 S:      Maintained
3436 F:      Documentation/filesystems/coda.txt
3437 F:      fs/coda/
3438 F:      include/linux/coda*.h
3439 F:      include/uapi/linux/coda*.h
3440
3441 CODA V4L2 MEM2MEM DRIVER
3442 M:      Philipp Zabel <[email protected]>
3443 L:      [email protected]
3444 S:      Maintained
3445 F:      Documentation/devicetree/bindings/media/coda.txt
3446 F:      drivers/media/platform/coda/
3447
3448 COMMON CLK FRAMEWORK
3449 M:      Michael Turquette <[email protected]>
3450 M:      Stephen Boyd <[email protected]>
3451 L:      [email protected]
3452 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3454 S:      Maintained
3455 F:      Documentation/devicetree/bindings/clock/
3456 F:      drivers/clk/
3457 X:      drivers/clk/clkdev.c
3458 F:      include/linux/clk-pr*
3459 F:      include/linux/clk/
3460
3461 COMMON INTERNET FILE SYSTEM (CIFS)
3462 M:      Steve French <[email protected]>
3463 L:      [email protected]
3464 L:      [email protected] (moderated for non-subscribers)
3465 W:      http://linux-cifs.samba.org/
3466 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3467 S:      Supported
3468 F:      Documentation/filesystems/cifs/
3469 F:      fs/cifs/
3470
3471 COMPACTPCI HOTPLUG CORE
3472 M:      Scott Murray <[email protected]>
3473 L:      [email protected]
3474 S:      Maintained
3475 F:      drivers/pci/hotplug/cpci_hotplug*
3476
3477 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3478 M:      Scott Murray <[email protected]>
3479 L:      [email protected]
3480 S:      Maintained
3481 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3482
3483 COMPACTPCI HOTPLUG GENERIC DRIVER
3484 M:      Scott Murray <[email protected]>
3485 L:      [email protected]
3486 S:      Maintained
3487 F:      drivers/pci/hotplug/cpcihp_generic.c
3488
3489 COMPAL LAPTOP SUPPORT
3490 M:      Cezary Jackiewicz <[email protected]>
3491 L:      [email protected]
3492 S:      Maintained
3493 F:      drivers/platform/x86/compal-laptop.c
3494
3495 CONEXANT ACCESSRUNNER USB DRIVER
3496 L:      [email protected]
3497 W:      http://accessrunner.sourceforge.net/
3498 S:      Orphan
3499 F:      drivers/usb/atm/cxacru.c
3500
3501 CONFIGFS
3502 M:      Joel Becker <[email protected]>
3503 M:      Christoph Hellwig <[email protected]>
3504 T:      git git://git.infradead.org/users/hch/configfs.git
3505 S:      Supported
3506 F:      fs/configfs/
3507 F:      include/linux/configfs.h
3508
3509 CONNECTOR
3510 M:      Evgeniy Polyakov <[email protected]>
3511 L:      [email protected]
3512 S:      Maintained
3513 F:      drivers/connector/
3514
3515 CONTROL GROUP (CGROUP)
3516 M:      Tejun Heo <[email protected]>
3517 M:      Li Zefan <[email protected]>
3518 M:      Johannes Weiner <[email protected]>
3519 L:      [email protected]
3520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3521 S:      Maintained
3522 F:      Documentation/cgroup*
3523 F:      include/linux/cgroup*
3524 F:      kernel/cgroup*
3525
3526 CONTROL GROUP - CPUSET
3527 M:      Li Zefan <[email protected]>
3528 L:      [email protected]
3529 W:      http://www.bullopensource.org/cpuset/
3530 W:      http://oss.sgi.com/projects/cpusets/
3531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3532 S:      Maintained
3533 F:      Documentation/cgroup-v1/cpusets.txt
3534 F:      include/linux/cpuset.h
3535 F:      kernel/cpuset.c
3536
3537 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3538 M:      Johannes Weiner <[email protected]>
3539 M:      Michal Hocko <[email protected]>
3540 M:      Vladimir Davydov <[email protected]>
3541 L:      [email protected]
3542 L:      [email protected]
3543 S:      Maintained
3544 F:      mm/memcontrol.c
3545 F:      mm/swap_cgroup.c
3546
3547 CORETEMP HARDWARE MONITORING DRIVER
3548 M:      Fenghua Yu <[email protected]>
3549 L:      [email protected]
3550 S:      Maintained
3551 F:      Documentation/hwmon/coretemp
3552 F:      drivers/hwmon/coretemp.c
3553
3554 COSA/SRP SYNC SERIAL DRIVER
3555 M:      Jan "Yenya" Kasprzak <[email protected]>
3556 W:      http://www.fi.muni.cz/~kas/cosa/
3557 S:      Maintained
3558 F:      drivers/net/wan/cosa*
3559
3560 CPMAC ETHERNET DRIVER
3561 M:      Florian Fainelli <[email protected]>
3562 L:      [email protected]
3563 S:      Maintained
3564 F:      drivers/net/ethernet/ti/cpmac.c
3565
3566 CPU FREQUENCY DRIVERS
3567 M:      "Rafael J. Wysocki" <[email protected]>
3568 M:      Viresh Kumar <[email protected]>
3569 L:      [email protected]
3570 S:      Maintained
3571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3572 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3573 B:      https://bugzilla.kernel.org
3574 F:      Documentation/cpu-freq/
3575 F:      Documentation/devicetree/bindings/cpufreq/
3576 F:      drivers/cpufreq/
3577 F:      include/linux/cpufreq.h
3578 F:      tools/testing/selftests/cpufreq/
3579
3580 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3581 M:      Viresh Kumar <[email protected]>
3582 M:      Sudeep Holla <[email protected]>
3583 L:      [email protected]
3584 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3585 S:      Maintained
3586 F:      drivers/cpufreq/arm_big_little.h
3587 F:      drivers/cpufreq/arm_big_little.c
3588 F:      drivers/cpufreq/arm_big_little_dt.c
3589
3590 CPUIDLE DRIVER - ARM BIG LITTLE
3591 M:      Lorenzo Pieralisi <[email protected]>
3592 M:      Daniel Lezcano <[email protected]>
3593 L:      [email protected]
3594 L:      [email protected]
3595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3596 S:      Maintained
3597 F:      drivers/cpuidle/cpuidle-big_little.c
3598
3599 CPUIDLE DRIVER - ARM EXYNOS
3600 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3601 M:      Daniel Lezcano <[email protected]>
3602 M:      Kukjin Kim <[email protected]>
3603 L:      [email protected]
3604 L:      [email protected]
3605 S:      Supported
3606 F:      drivers/cpuidle/cpuidle-exynos.c
3607 F:      arch/arm/mach-exynos/pm.c
3608
3609 CPUIDLE DRIVERS
3610 M:      "Rafael J. Wysocki" <[email protected]>
3611 M:      Daniel Lezcano <[email protected]>
3612 L:      [email protected]
3613 S:      Maintained
3614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3615 B:      https://bugzilla.kernel.org
3616 F:      drivers/cpuidle/*
3617 F:      include/linux/cpuidle.h
3618
3619 CPUID/MSR DRIVER
3620 M:      "H. Peter Anvin" <[email protected]>
3621 S:      Maintained
3622 F:      arch/x86/kernel/cpuid.c
3623 F:      arch/x86/kernel/msr.c
3624
3625 CPU POWER MONITORING SUBSYSTEM
3626 M:      Thomas Renninger <[email protected]>
3627 L:      [email protected]
3628 S:      Maintained
3629 F:      tools/power/cpupower/
3630
3631 CRAMFS FILESYSTEM
3632 W:      http://sourceforge.net/projects/cramfs/
3633 S:      Orphan / Obsolete
3634 F:      Documentation/filesystems/cramfs.txt
3635 F:      fs/cramfs/
3636
3637 CRIS PORT
3638 M:      Mikael Starvik <[email protected]>
3639 M:      Jesper Nilsson <[email protected]>
3640 L:      [email protected]
3641 W:      http://developer.axis.com
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3643 S:      Maintained
3644 F:      arch/cris/
3645 F:      drivers/tty/serial/crisv10.*
3646
3647 CRYPTO API
3648 M:      Herbert Xu <[email protected]>
3649 M:      "David S. Miller" <[email protected]>
3650 L:      [email protected]
3651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3653 S:      Maintained
3654 F:      Documentation/crypto/
3655 F:      Documentation/devicetree/bindings/crypto/
3656 F:      arch/*/crypto/
3657 F:      crypto/
3658 F:      drivers/crypto/
3659 F:      include/crypto/
3660 F:      include/linux/crypto*
3661
3662 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3663 M:      Neil Horman <[email protected]>
3664 L:      [email protected]
3665 S:      Maintained
3666 F:      crypto/ansi_cprng.c
3667 F:      crypto/rng.c
3668
3669 CS3308 MEDIA DRIVER
3670 M:      Hans Verkuil <[email protected]>
3671 L:      [email protected]
3672 T:      git git://linuxtv.org/media_tree.git
3673 W:      http://linuxtv.org
3674 S:      Odd Fixes
3675 F:      drivers/media/i2c/cs3308.c
3676 F:      drivers/media/i2c/cs3308.h
3677
3678 CS5535 Audio ALSA driver
3679 M:      Jaya Kumar <[email protected]>
3680 S:      Maintained
3681 F:      sound/pci/cs5535audio/
3682
3683 CW1200 WLAN driver
3684 M:      Solomon Peachy <[email protected]>
3685 S:      Maintained
3686 F:      drivers/net/wireless/st/cw1200/
3687
3688 CX18 VIDEO4LINUX DRIVER
3689 M:      Andy Walls <[email protected]>
3690 L:      [email protected] (subscribers-only)
3691 L:      [email protected]
3692 T:      git git://linuxtv.org/media_tree.git
3693 W:      https://linuxtv.org
3694 W:      http://www.ivtvdriver.org/index.php/Cx18
3695 S:      Maintained
3696 F:      Documentation/media/v4l-drivers/cx18*
3697 F:      drivers/media/pci/cx18/
3698 F:      include/uapi/linux/ivtv*
3699
3700 CX2341X MPEG ENCODER HELPER MODULE
3701 M:      Hans Verkuil <[email protected]>
3702 L:      [email protected]
3703 T:      git git://linuxtv.org/media_tree.git
3704 W:      https://linuxtv.org
3705 S:      Maintained
3706 F:      drivers/media/common/cx2341x*
3707 F:      include/media/cx2341x*
3708
3709 CX24120 MEDIA DRIVER
3710 M:      Jemma Denson <[email protected]>
3711 M:      Patrick Boettcher <[email protected]>
3712 L:      [email protected]
3713 W:      https://linuxtv.org
3714 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3715 S:      Maintained
3716 F:      drivers/media/dvb-frontends/cx24120*
3717
3718 CX88 VIDEO4LINUX DRIVER
3719 M:      Mauro Carvalho Chehab <[email protected]>
3720 M:      Mauro Carvalho Chehab <[email protected]>
3721 L:      [email protected]
3722 W:      https://linuxtv.org
3723 T:      git git://linuxtv.org/media_tree.git
3724 S:      Odd fixes
3725 F:      Documentation/media/v4l-drivers/cx88*
3726 F:      drivers/media/pci/cx88/
3727
3728 CXD2820R MEDIA DRIVER
3729 M:      Antti Palosaari <[email protected]>
3730 L:      [email protected]
3731 W:      https://linuxtv.org
3732 W:      http://palosaari.fi/linux/
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/anttip/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/dvb-frontends/cxd2820r*
3737
3738 CXGB3 ETHERNET DRIVER (CXGB3)
3739 M:      Santosh Raspatur <[email protected]>
3740 L:      [email protected]
3741 W:      http://www.chelsio.com
3742 S:      Supported
3743 F:      drivers/net/ethernet/chelsio/cxgb3/
3744
3745 CXGB3 ISCSI DRIVER (CXGB3I)
3746 M:      Karen Xie <[email protected]>
3747 L:      [email protected]
3748 W:      http://www.chelsio.com
3749 S:      Supported
3750 F:      drivers/scsi/cxgbi/cxgb3i
3751
3752 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3753 M:      Steve Wise <[email protected]>
3754 L:      [email protected]
3755 W:      http://www.openfabrics.org
3756 S:      Supported
3757 F:      drivers/infiniband/hw/cxgb3/
3758 F:      include/uapi/rdma/cxgb3-abi.h
3759
3760 CXGB4 ETHERNET DRIVER (CXGB4)
3761 M:      Ganesh Goudar <[email protected]>
3762 L:      [email protected]
3763 W:      http://www.chelsio.com
3764 S:      Supported
3765 F:      drivers/net/ethernet/chelsio/cxgb4/
3766
3767 CXGB4 ISCSI DRIVER (CXGB4I)
3768 M:      Karen Xie <[email protected]>
3769 L:      [email protected]
3770 W:      http://www.chelsio.com
3771 S:      Supported
3772 F:      drivers/scsi/cxgbi/cxgb4i
3773
3774 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3775 M:      Steve Wise <[email protected]>
3776 L:      [email protected]
3777 W:      http://www.openfabrics.org
3778 S:      Supported
3779 F:      drivers/infiniband/hw/cxgb4/
3780 F:      include/uapi/rdma/cxgb4-abi.h
3781
3782 CXGB4 CRYPTO DRIVER (chcr)
3783 M:      Harsh Jain <[email protected]>
3784 L:      [email protected]
3785 W:      http://www.chelsio.com
3786 S:      Supported
3787 F:      drivers/crypto/chelsio
3788
3789 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3790 M:      Casey Leedom <[email protected]>
3791 L:      [email protected]
3792 W:      http://www.chelsio.com
3793 S:      Supported
3794 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3795
3796 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3797 M:      Frederic Barrat <[email protected]>
3798 M:      Andrew Donnellan <[email protected]>
3799 L:      [email protected]
3800 S:      Supported
3801 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3802 F:      drivers/misc/cxl/
3803 F:      include/misc/cxl*
3804 F:      include/uapi/misc/cxl.h
3805 F:      Documentation/powerpc/cxl.txt
3806 F:      Documentation/ABI/testing/sysfs-class-cxl
3807
3808 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3809 M:      Manoj N. Kumar <[email protected]>
3810 M:      Matthew R. Ochs <[email protected]>
3811 M:      Uma Krishnan <[email protected]>
3812 L:      [email protected]
3813 S:      Supported
3814 F:      drivers/scsi/cxlflash/
3815 F:      include/uapi/scsi/cxlflash_ioctls.h
3816 F:      Documentation/powerpc/cxlflash.txt
3817
3818 STMMAC ETHERNET DRIVER
3819 M:      Giuseppe Cavallaro <[email protected]>
3820 M:      Alexandre Torgue <[email protected]>
3821 L:      [email protected]
3822 W:      http://www.stlinux.com
3823 S:      Supported
3824 F:      drivers/net/ethernet/stmicro/stmmac/
3825
3826 CYBERPRO FB DRIVER
3827 M:      Russell King <[email protected]>
3828 L:      [email protected] (moderated for non-subscribers)
3829 W:      http://www.armlinux.org.uk/
3830 S:      Maintained
3831 F:      drivers/video/fbdev/cyber2000fb.*
3832
3833 CYCLADES ASYNC MUX DRIVER
3834 W:      http://www.cyclades.com/
3835 S:      Orphan
3836 F:      drivers/tty/cyclades.c
3837 F:      include/linux/cyclades.h
3838 F:      include/uapi/linux/cyclades.h
3839
3840 CYCLADES PC300 DRIVER
3841 W:      http://www.cyclades.com/
3842 S:      Orphan
3843 F:      drivers/net/wan/pc300*
3844
3845 CYPRESS_FIRMWARE MEDIA DRIVER
3846 M:      Antti Palosaari <[email protected]>
3847 L:      [email protected]
3848 W:      https://linuxtv.org
3849 W:      http://palosaari.fi/linux/
3850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3851 T:      git git://linuxtv.org/anttip/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/common/cypress_firmware*
3854
3855 CYTTSP TOUCHSCREEN DRIVER
3856 M:      Ferruh Yigit <[email protected]>
3857 L:      [email protected]
3858 S:      Supported
3859 F:      drivers/input/touchscreen/cyttsp*
3860 F:      include/linux/input/cyttsp.h
3861
3862 D-LINK DIR-685 TOUCHKEYS DRIVER
3863 M:      Linus Walleij <[email protected]>
3864 L:      [email protected]
3865 S:      Supported
3866 F:      drivers/input/dlink-dir685-touchkeys.c
3867
3868 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3869 M:      Joshua Kinard <[email protected]>
3870 S:      Maintained
3871 F:      drivers/rtc/rtc-ds1685.c
3872 F:      include/linux/rtc/ds1685.h
3873
3874 DAMA SLAVE for AX.25
3875 M:      Joerg Reuter <[email protected]>
3876 W:      http://yaina.de/jreuter/
3877 W:      http://www.qsl.net/dl1bke/
3878 L:      [email protected]
3879 S:      Maintained
3880 F:      net/ax25/af_ax25.c
3881 F:      net/ax25/ax25_dev.c
3882 F:      net/ax25/ax25_ds_*
3883 F:      net/ax25/ax25_in.c
3884 F:      net/ax25/ax25_out.c
3885 F:      net/ax25/ax25_timer.c
3886 F:      net/ax25/sysctl_net_ax25.c
3887
3888 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3889 L:      [email protected]
3890 S:      Orphan
3891 F:      Documentation/networking/dmfe.txt
3892 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3893
3894 DC390/AM53C974 SCSI driver
3895 M:      Hannes Reinecke <[email protected]>
3896 L:      [email protected]
3897 S:      Maintained
3898 F:      drivers/scsi/am53c974.c
3899
3900 DC395x SCSI driver
3901 M:      Oliver Neukum <[email protected]>
3902 M:      Ali Akcaagac <[email protected]>
3903 M:      Jamie Lenehan <[email protected]>
3904 L:      [email protected]
3905 W:      http://twibble.org/dist/dc395x/
3906 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3907 S:      Maintained
3908 F:      Documentation/scsi/dc395x.txt
3909 F:      drivers/scsi/dc395x.*
3910
3911 DCCP PROTOCOL
3912 M:      Gerrit Renker <[email protected]>
3913 L:      [email protected]
3914 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3915 S:      Maintained
3916 F:      include/linux/dccp.h
3917 F:      include/uapi/linux/dccp.h
3918 F:      include/linux/tfrc.h
3919 F:      net/dccp/
3920
3921 DECnet NETWORK LAYER
3922 W:      http://linux-decnet.sourceforge.net
3923 L:      [email protected]
3924 S:      Orphan
3925 F:      Documentation/networking/decnet.txt
3926 F:      net/decnet/
3927
3928 DECSTATION PLATFORM SUPPORT
3929 M:      "Maciej W. Rozycki" <[email protected]>
3930 L:      [email protected]
3931 W:      http://www.linux-mips.org/wiki/DECstation
3932 S:      Maintained
3933 F:      arch/mips/dec/
3934 F:      arch/mips/include/asm/dec/
3935 F:      arch/mips/include/asm/mach-dec/
3936
3937 DEFXX FDDI NETWORK DRIVER
3938 M:      "Maciej W. Rozycki" <[email protected]>
3939 S:      Maintained
3940 F:      drivers/net/fddi/defxx.*
3941
3942 DELL LAPTOP DRIVER
3943 M:      Matthew Garrett <[email protected]>
3944 M:      Pali Rohár <[email protected]>
3945 L:      [email protected]
3946 S:      Maintained
3947 F:      drivers/platform/x86/dell-laptop.c
3948
3949 DELL LAPTOP RBTN DRIVER
3950 M:      Pali Rohár <[email protected]>
3951 S:      Maintained
3952 F:      drivers/platform/x86/dell-rbtn.*
3953
3954 DELL LAPTOP FREEFALL DRIVER
3955 M:      Pali Rohár <[email protected]>
3956 S:      Maintained
3957 F:      drivers/platform/x86/dell-smo8800.c
3958
3959 DELL LAPTOP SMM DRIVER
3960 M:      Pali Rohár <[email protected]>
3961 S:      Maintained
3962 F:      drivers/hwmon/dell-smm-hwmon.c
3963 F:      include/uapi/linux/i8k.h
3964
3965 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3966 M:      Doug Warzecha <[email protected]>
3967 S:      Maintained
3968 F:      Documentation/dcdbas.txt
3969 F:      drivers/firmware/dcdbas.*
3970
3971 DELL WMI EXTRAS DRIVER
3972 M:      Matthew Garrett <[email protected]>
3973 M:      Pali Rohár <[email protected]>
3974 S:      Maintained
3975 F:      drivers/platform/x86/dell-wmi.c
3976
3977 DENALI NAND DRIVER
3978 M:      Masahiro Yamada <[email protected]>
3979 L:      [email protected]
3980 S:      Supported
3981 F:      drivers/mtd/nand/denali*
3982
3983 DESIGNWARE USB2 DRD IP DRIVER
3984 M:      John Youn <[email protected]>
3985 L:      [email protected]
3986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3987 S:      Maintained
3988 F:      drivers/usb/dwc2/
3989
3990 DESIGNWARE USB3 DRD IP DRIVER
3991 M:      Felipe Balbi <[email protected]>
3992 L:      [email protected]
3993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3994 S:      Maintained
3995 F:      drivers/usb/dwc3/
3996
3997 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
3998 M:      Andreas Klinger <[email protected]>
3999 L:      [email protected]
4000 S:      Maintained
4001 F:      drivers/iio/proximity/srf*.c
4002
4003 DEVICE COREDUMP (DEV_COREDUMP)
4004 M:      Johannes Berg <[email protected]>
4005 L:      [email protected]
4006 S:      Maintained
4007 F:      drivers/base/devcoredump.c
4008 F:      include/linux/devcoredump.h
4009
4010 DEVICE FREQUENCY (DEVFREQ)
4011 M:      MyungJoo Ham <[email protected]>
4012 M:      Kyungmin Park <[email protected]>
4013 R:      Chanwoo Choi <[email protected]>
4014 L:      [email protected]
4015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4016 S:      Maintained
4017 F:      drivers/devfreq/
4018 F:      include/linux/devfreq.h
4019 F:      Documentation/devicetree/bindings/devfreq/
4020
4021 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4022 M:      Chanwoo Choi <[email protected]>
4023 L:      [email protected]
4024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4025 S:      Supported
4026 F:      drivers/devfreq/event/
4027 F:      drivers/devfreq/devfreq-event.c
4028 F:      include/linux/devfreq-event.h
4029 F:      Documentation/devicetree/bindings/devfreq/event/
4030
4031 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
4032 M:      Chanwoo Choi <[email protected]>
4033 L:      [email protected]
4034 L:      [email protected]
4035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4036 S:      Maintained
4037 F:      drivers/devfreq/exynos-bus.c
4038 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
4039
4040 DEVICE NUMBER REGISTRY
4041 M:      Torben Mathiasen <[email protected]>
4042 W:      http://lanana.org/docs/device-list/index.html
4043 S:      Maintained
4044
4045 DEVICE-MAPPER  (LVM)
4046 M:      Alasdair Kergon <[email protected]>
4047 M:      Mike Snitzer <[email protected]>
4048 M:      [email protected]
4049 L:      [email protected]
4050 W:      http://sources.redhat.com/dm
4051 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4053 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4054 S:      Maintained
4055 F:      Documentation/device-mapper/
4056 F:      drivers/md/dm*
4057 F:      drivers/md/persistent-data/
4058 F:      include/linux/device-mapper.h
4059 F:      include/linux/dm-*.h
4060 F:      include/uapi/linux/dm-*.h
4061
4062 DEVLINK
4063 M:      Jiri Pirko <[email protected]>
4064 L:      [email protected]
4065 S:      Supported
4066 F:      net/core/devlink.c
4067 F:      include/net/devlink.h
4068 F:      include/uapi/linux/devlink.h
4069
4070 DIALOG SEMICONDUCTOR DRIVERS
4071 M:      Support Opensource <[email protected]>
4072 W:      http://www.dialog-semiconductor.com/products
4073 S:      Supported
4074 F:      Documentation/hwmon/da90??
4075 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4076 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4077 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4078 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4079 F:      Documentation/devicetree/bindings/watchdog/da92??-wdt.txt
4080 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4081 F:      drivers/gpio/gpio-da90??.c
4082 F:      drivers/hwmon/da90??-hwmon.c
4083 F:      drivers/iio/adc/da91??-*.c
4084 F:      drivers/input/misc/da90??_onkey.c
4085 F:      drivers/input/touchscreen/da9052_tsi.c
4086 F:      drivers/leds/leds-da90??.c
4087 F:      drivers/mfd/da903x.c
4088 F:      drivers/mfd/da90??-*.c
4089 F:      drivers/mfd/da91??-*.c
4090 F:      drivers/power/supply/da9052-battery.c
4091 F:      drivers/power/supply/da91??-*.c
4092 F:      drivers/regulator/da903x.c
4093 F:      drivers/regulator/da9???-regulator.[ch]
4094 F:      drivers/thermal/da90??-thermal.c
4095 F:      drivers/rtc/rtc-da90??.c
4096 F:      drivers/video/backlight/da90??_bl.c
4097 F:      drivers/watchdog/da90??_wdt.c
4098 F:      include/linux/mfd/da903x.h
4099 F:      include/linux/mfd/da9052/
4100 F:      include/linux/mfd/da9055/
4101 F:      include/linux/mfd/da9062/
4102 F:      include/linux/mfd/da9063/
4103 F:      include/linux/mfd/da9150/
4104 F:      include/linux/regulator/da9211.h
4105 F:      include/sound/da[79]*.h
4106 F:      sound/soc/codecs/da[79]*.[ch]
4107
4108 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4109 M:      William Breathitt Gray <[email protected]>
4110 L:      [email protected]
4111 S:      Maintained
4112 F:      drivers/gpio/gpio-gpio-mm.c
4113
4114 DIGI NEO AND CLASSIC PCI PRODUCTS
4115 M:      Lidza Louina <[email protected]>
4116 M:      Mark Hounschell <[email protected]>
4117 L:      [email protected]
4118 S:      Maintained
4119 F:      drivers/staging/dgnc/
4120
4121 DIOLAN U2C-12 I2C DRIVER
4122 M:      Guenter Roeck <[email protected]>
4123 L:      [email protected]
4124 S:      Maintained
4125 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4126
4127 DIRECT ACCESS (DAX)
4128 M:      Matthew Wilcox <[email protected]>
4129 M:      Ross Zwisler <[email protected]>
4130 L:      [email protected]
4131 S:      Supported
4132 F:      fs/dax.c
4133 F:      include/linux/dax.h
4134 F:      include/trace/events/fs_dax.h
4135
4136 DIRECTORY NOTIFICATION (DNOTIFY)
4137 M:      Eric Paris <[email protected]>
4138 S:      Maintained
4139 F:      Documentation/filesystems/dnotify.txt
4140 F:      fs/notify/dnotify/
4141 F:      include/linux/dnotify.h
4142
4143 DISK GEOMETRY AND PARTITION HANDLING
4144 M:      Andries Brouwer <[email protected]>
4145 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4146 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4147 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4148 S:      Maintained
4149
4150 DISKQUOTA
4151 M:      Jan Kara <[email protected]>
4152 S:      Maintained
4153 F:      Documentation/filesystems/quota.txt
4154 F:      fs/quota/
4155 F:      include/linux/quota*.h
4156 F:      include/uapi/linux/quota*.h
4157
4158 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4159 M:      Bernie Thompson <[email protected]>
4160 L:      [email protected]
4161 S:      Maintained
4162 W:      http://plugable.com/category/projects/udlfb/
4163 F:      drivers/video/fbdev/udlfb.c
4164 F:      include/video/udlfb.h
4165 F:      Documentation/fb/udlfb.txt
4166
4167 DISTRIBUTED LOCK MANAGER (DLM)
4168 M:      Christine Caulfield <[email protected]>
4169 M:      David Teigland <[email protected]>
4170 L:      [email protected]
4171 W:      http://sources.redhat.com/cluster/
4172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4173 S:      Supported
4174 F:      fs/dlm/
4175
4176 DMA BUFFER SHARING FRAMEWORK
4177 M:      Sumit Semwal <[email protected]>
4178 S:      Maintained
4179 L:      [email protected]
4180 L:      [email protected]
4181 L:      [email protected] (moderated for non-subscribers)
4182 F:      drivers/dma-buf/
4183 F:      include/linux/dma-buf*
4184 F:      include/linux/reservation.h
4185 F:      include/linux/*fence.h
4186 F:      Documentation/driver-api/dma-buf.rst
4187 T:      git git://anongit.freedesktop.org/drm/drm-misc
4188
4189 SYNC FILE FRAMEWORK
4190 M:      Sumit Semwal <[email protected]>
4191 R:      Gustavo Padovan <[email protected]>
4192 S:      Maintained
4193 L:      [email protected]
4194 L:      [email protected]
4195 F:      drivers/dma-buf/sync_*
4196 F:      drivers/dma-buf/dma-fence*
4197 F:      drivers/dma-buf/sw_sync.c
4198 F:      include/linux/sync_file.h
4199 F:      include/uapi/linux/sync_file.h
4200 F:      Documentation/sync_file.txt
4201 T:      git git://anongit.freedesktop.org/drm/drm-misc
4202
4203 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4204 M:      Vinod Koul <[email protected]>
4205 L:      [email protected]
4206 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4207 S:      Maintained
4208 F:      drivers/dma/
4209 F:      include/linux/dmaengine.h
4210 F:      Documentation/devicetree/bindings/dma/
4211 F:      Documentation/dmaengine/
4212 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4213
4214 DME1737 HARDWARE MONITOR DRIVER
4215 M:      Juerg Haefliger <[email protected]>
4216 L:      [email protected]
4217 S:      Maintained
4218 F:      Documentation/hwmon/dme1737
4219 F:      drivers/hwmon/dme1737.c
4220
4221 DMI/SMBIOS SUPPORT
4222 M:      Jean Delvare <[email protected]>
4223 S:      Maintained
4224 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4225 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4226 F:      drivers/firmware/dmi-id.c
4227 F:      drivers/firmware/dmi_scan.c
4228 F:      include/linux/dmi.h
4229
4230 DOCUMENTATION
4231 M:      Jonathan Corbet <[email protected]>
4232 L:      [email protected]
4233 S:      Maintained
4234 F:      Documentation/
4235 F:      scripts/kernel-doc
4236 X:      Documentation/ABI/
4237 X:      Documentation/devicetree/
4238 X:      Documentation/acpi
4239 X:      Documentation/power
4240 X:      Documentation/spi
4241 X:      Documentation/media
4242 T:      git git://git.lwn.net/linux.git docs-next
4243
4244 DOUBLETALK DRIVER
4245 M:      "James R. Van Zandt" <[email protected]>
4246 L:      [email protected]
4247 S:      Maintained
4248 F:      drivers/char/dtlk.c
4249 F:      include/linux/dtlk.h
4250
4251 DPAA2 DATAPATH I/O (DPIO) DRIVER
4252 M:      Roy Pledge <[email protected]>
4253 L:      [email protected]
4254 S:      Maintained
4255 F:      drivers/staging/fsl-mc/bus/dpio
4256
4257 DPAA2 ETHERNET DRIVER
4258 M:      Ioana Radulescu <[email protected]>
4259 L:      [email protected]
4260 S:      Maintained
4261 F:      drivers/staging/fsl-dpaa2/ethernet
4262
4263 DPT_I2O SCSI RAID DRIVER
4264 M:      Adaptec OEM Raid Solutions <[email protected]>
4265 L:      [email protected]
4266 W:      http://www.adaptec.com/
4267 S:      Maintained
4268 F:      drivers/scsi/dpt*
4269 F:      drivers/scsi/dpt/
4270
4271 DRBD DRIVER
4272 M:      Philipp Reisner <[email protected]>
4273 M:      Lars Ellenberg <[email protected]>
4274 L:      [email protected]
4275 W:      http://www.drbd.org
4276 T:      git git://git.linbit.com/linux-drbd.git
4277 T:      git git://git.linbit.com/drbd-8.4.git
4278 S:      Supported
4279 F:      drivers/block/drbd/
4280 F:      lib/lru_cache.c
4281 F:      Documentation/blockdev/drbd/
4282
4283 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4284 M:      Greg Kroah-Hartman <[email protected]>
4285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4286 S:      Supported
4287 F:      Documentation/kobject.txt
4288 F:      drivers/base/
4289 F:      fs/debugfs/
4290 F:      fs/sysfs/
4291 F:      include/linux/debugfs.h
4292 F:      include/linux/kobj*
4293 F:      lib/kobj*
4294
4295 DRM DRIVERS
4296 M:      David Airlie <[email protected]>
4297 L:      [email protected]
4298 T:      git git://people.freedesktop.org/~airlied/linux
4299 B:      https://bugs.freedesktop.org/
4300 C:      irc://chat.freenode.net/dri-devel
4301 S:      Maintained
4302 F:      drivers/gpu/drm/
4303 F:      drivers/gpu/vga/
4304 F:      Documentation/devicetree/bindings/display/
4305 F:      Documentation/devicetree/bindings/gpu/
4306 F:      Documentation/devicetree/bindings/video/
4307 F:      Documentation/gpu/
4308 F:      include/drm/
4309 F:      include/uapi/drm/
4310 F:      include/linux/vga*
4311
4312 DRM DRIVERS AND MISC GPU PATCHES
4313 M:      Daniel Vetter <[email protected]>
4314 M:      Jani Nikula <[email protected]>
4315 M:      Sean Paul <[email protected]>
4316 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4317 S:      Maintained
4318 T:      git git://anongit.freedesktop.org/drm/drm-misc
4319 F:      Documentation/gpu/
4320 F:      drivers/gpu/vga/
4321 F:      drivers/gpu/drm/*
4322 F:      include/drm/drm*
4323 F:      include/uapi/drm/drm*
4324 F:      include/linux/vga*
4325
4326 DRM DRIVER FOR ARM PL111 CLCD
4327 M:      Eric Anholt <[email protected]>
4328 T:      git git://anongit.freedesktop.org/drm/drm-misc
4329 S:      Supported
4330 F:      drivers/gpu/drm/pl111/
4331
4332 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4333 M:      Dave Airlie <[email protected]>
4334 S:      Odd Fixes
4335 F:      drivers/gpu/drm/ast/
4336
4337 DRM DRIVERS FOR BRIDGE CHIPS
4338 M:      Archit Taneja <[email protected]>
4339 M:      Andrzej Hajda <[email protected]>
4340 R:      Laurent Pinchart <[email protected]>
4341 S:      Maintained
4342 T:      git git://anongit.freedesktop.org/drm/drm-misc
4343 F:      drivers/gpu/drm/bridge/
4344
4345 DRM DRIVER FOR BOCHS VIRTUAL GPU
4346 M:      Gerd Hoffmann <[email protected]>
4347 L:      [email protected]
4348 T:      git git://anongit.freedesktop.org/drm/drm-misc
4349 S:      Maintained
4350 F:      drivers/gpu/drm/bochs/
4351
4352 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4353 M:      Dave Airlie <[email protected]>
4354 M:      Gerd Hoffmann <[email protected]>
4355 L:      [email protected]
4356 T:      git git://anongit.freedesktop.org/drm/drm-misc
4357 S:      Obsolete
4358 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4359 F:      drivers/gpu/drm/cirrus/
4360
4361 RADEON and AMDGPU DRM DRIVERS
4362 M:      Alex Deucher <[email protected]>
4363 M:      Christian König <[email protected]>
4364 L:      [email protected]
4365 T:      git git://people.freedesktop.org/~agd5f/linux
4366 S:      Supported
4367 F:      drivers/gpu/drm/radeon/
4368 F:      include/uapi/drm/radeon_drm.h
4369 F:      drivers/gpu/drm/amd/
4370 F:      include/uapi/drm/amdgpu_drm.h
4371
4372 DRM PANEL DRIVERS
4373 M:      Thierry Reding <[email protected]>
4374 L:      [email protected]
4375 T:      git git://anongit.freedesktop.org/tegra/linux.git
4376 S:      Maintained
4377 F:      drivers/gpu/drm/drm_panel.c
4378 F:      drivers/gpu/drm/panel/
4379 F:      include/drm/drm_panel.h
4380 F:      Documentation/devicetree/bindings/display/panel/
4381
4382 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4383 M:      Daniel Vetter <[email protected]>
4384 M:      Jani Nikula <[email protected]>
4385 L:      [email protected]
4386 W:      https://01.org/linuxgraphics/
4387 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4388 C:      irc://chat.freenode.net/intel-gfx
4389 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4390 T:      git git://anongit.freedesktop.org/drm-intel
4391 S:      Supported
4392 F:      drivers/gpu/drm/i915/
4393 F:      include/drm/i915*
4394 F:      include/uapi/drm/i915_drm.h
4395 F:      Documentation/gpu/i915.rst
4396
4397 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4398 M:      Zhenyu Wang <[email protected]>
4399 M:      Zhi Wang <[email protected]>
4400 L:      [email protected]
4401 L:      [email protected]
4402 W:      https://01.org/igvt-g
4403 T:      git https://github.com/01org/gvt-linux.git
4404 S:      Supported
4405 F:      drivers/gpu/drm/i915/gvt/
4406
4407 DRM DRIVERS FOR ATMEL HLCDC
4408 M:      Boris Brezillon <[email protected]>
4409 L:      [email protected]
4410 S:      Supported
4411 F:      drivers/gpu/drm/atmel-hlcdc/
4412 F:      Documentation/devicetree/bindings/drm/atmel/
4413 T:      git git://anongit.freedesktop.org/drm/drm-misc
4414
4415 DRM DRIVERS FOR ALLWINNER A10
4416 M:      Maxime Ripard  <[email protected]>
4417 L:      [email protected]
4418 S:      Supported
4419 F:      drivers/gpu/drm/sun4i/
4420 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4422
4423 DRM DRIVERS FOR AMLOGIC SOCS
4424 M:      Neil Armstrong <[email protected]>
4425 L:      [email protected]
4426 L:      [email protected]
4427 W:      http://linux-meson.com/
4428 S:      Supported
4429 F:      drivers/gpu/drm/meson/
4430 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4431 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4432 F:      Documentation/gpu/meson.rst
4433 T:      git git://anongit.freedesktop.org/drm/drm-misc
4434
4435 DRM DRIVERS FOR EXYNOS
4436 M:      Inki Dae <[email protected]>
4437 M:      Joonyoung Shim <[email protected]>
4438 M:      Seung-Woo Kim <[email protected]>
4439 M:      Kyungmin Park <[email protected]>
4440 L:      [email protected]
4441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4442 S:      Supported
4443 F:      drivers/gpu/drm/exynos/
4444 F:      include/uapi/drm/exynos_drm.h
4445 F:      Documentation/devicetree/bindings/display/exynos/
4446
4447 DRM DRIVERS FOR FREESCALE DCU
4448 M:      Stefan Agner <[email protected]>
4449 M:      Alison Wang <[email protected]>
4450 L:      [email protected]
4451 S:      Supported
4452 F:      drivers/gpu/drm/fsl-dcu/
4453 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4454 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4455 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4456
4457 DRM DRIVERS FOR FREESCALE IMX
4458 M:      Philipp Zabel <[email protected]>
4459 L:      [email protected]
4460 S:      Maintained
4461 F:      drivers/gpu/drm/imx/
4462 F:      drivers/gpu/ipu-v3/
4463 F:      Documentation/devicetree/bindings/display/imx/
4464
4465 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4466 M:      Patrik Jakobsson <[email protected]>
4467 L:      [email protected]
4468 T:      git git://github.com/patjak/drm-gma500
4469 S:      Maintained
4470 F:      drivers/gpu/drm/gma500/
4471
4472 DRM DRIVERS FOR HISILICON
4473 M:      Xinliang Liu <[email protected]>
4474 M:      Rongrong Zou <[email protected]>
4475 R:      Xinwei Kong <[email protected]>
4476 R:      Chen Feng <[email protected]>
4477 L:      [email protected]
4478 T:      git git://github.com/xin3liang/linux.git
4479 S:      Maintained
4480 F:      drivers/gpu/drm/hisilicon/
4481 F:      Documentation/devicetree/bindings/display/hisilicon/
4482
4483 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4484 S:      Orphan / Obsolete
4485 F:      drivers/gpu/drm/i810/
4486 F:      include/uapi/drm/i810_drm.h
4487
4488 DRM DRIVERS FOR MEDIATEK
4489 M:      CK Hu <[email protected]>
4490 M:      Philipp Zabel <[email protected]>
4491 L:      [email protected]
4492 S:      Supported
4493 F:      drivers/gpu/drm/mediatek/
4494 F:      Documentation/devicetree/bindings/display/mediatek/
4495
4496 DRM DRIVER FOR MI0283QT
4497 M:      Noralf Trønnes <[email protected]>
4498 S:      Maintained
4499 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4500 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4501
4502 DRM DRIVER FOR MSM ADRENO GPU
4503 M:      Rob Clark <[email protected]>
4504 L:      [email protected]
4505 L:      [email protected]
4506 L:      [email protected]
4507 T:      git git://people.freedesktop.org/~robclark/linux
4508 S:      Maintained
4509 F:      drivers/gpu/drm/msm/
4510 F:      include/uapi/drm/msm_drm.h
4511 F:      Documentation/devicetree/bindings/display/msm/
4512
4513 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4514 M:      Ben Skeggs <[email protected]>
4515 L:      [email protected]
4516 L:      [email protected]
4517 T:      git git://github.com/skeggsb/linux
4518 S:      Supported
4519 F:      drivers/gpu/drm/nouveau/
4520 F:      include/uapi/drm/nouveau_drm.h
4521
4522 DRM DRIVERS FOR NVIDIA TEGRA
4523 M:      Thierry Reding <[email protected]>
4524 L:      [email protected]
4525 L:      [email protected]
4526 T:      git git://anongit.freedesktop.org/tegra/linux.git
4527 S:      Supported
4528 F:      drivers/gpu/drm/tegra/
4529 F:      drivers/gpu/host1x/
4530 F:      include/linux/host1x.h
4531 F:      include/uapi/drm/tegra_drm.h
4532 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4533
4534 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4535 S:      Orphan / Obsolete
4536 F:      drivers/gpu/drm/mga/
4537 F:      include/uapi/drm/mga_drm.h
4538
4539 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4540 M:      Dave Airlie <[email protected]>
4541 S:      Odd Fixes
4542 F:      drivers/gpu/drm/mgag200/
4543
4544 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4545 S:      Orphan / Obsolete
4546 F:      drivers/gpu/drm/r128/
4547 F:      include/uapi/drm/r128_drm.h
4548
4549 DRM DRIVERS FOR RENESAS
4550 M:      Laurent Pinchart <[email protected]>
4551 L:      [email protected]
4552 L:      [email protected]
4553 T:      git git://linuxtv.org/pinchartl/fbdev
4554 S:      Supported
4555 F:      drivers/gpu/drm/rcar-du/
4556 F:      drivers/gpu/drm/shmobile/
4557 F:      include/linux/platform_data/shmob_drm.h
4558 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4559 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4560
4561 DRM DRIVER FOR QXL VIRTUAL GPU
4562 M:      Dave Airlie <[email protected]>
4563 M:      Gerd Hoffmann <[email protected]>
4564 L:      [email protected]
4565 T:      git git://anongit.freedesktop.org/drm/drm-misc
4566 S:      Maintained
4567 F:      drivers/gpu/drm/qxl/
4568 F:      include/uapi/drm/qxl_drm.h
4569
4570 DRM DRIVERS FOR ROCKCHIP
4571 M:      Mark Yao <[email protected]>
4572 L:      [email protected]
4573 S:      Maintained
4574 F:      drivers/gpu/drm/rockchip/
4575 F:      Documentation/devicetree/bindings/display/rockchip/
4576 T:      git git://anongit.freedesktop.org/drm/drm-misc
4577
4578 DRM DRIVER FOR SAVAGE VIDEO CARDS
4579 S:      Orphan / Obsolete
4580 F:      drivers/gpu/drm/savage/
4581 F:      include/uapi/drm/savage_drm.h
4582
4583 DRM DRIVER FOR SIS VIDEO CARDS
4584 S:      Orphan / Obsolete
4585 F:      drivers/gpu/drm/sis/
4586 F:      include/uapi/drm/sis_drm.h
4587
4588 DRM DRIVERS FOR STI
4589 M:      Benjamin Gaignard <[email protected]>
4590 M:      Vincent Abriou <[email protected]>
4591 L:      [email protected]
4592 T:      git git://anongit.freedesktop.org/drm/drm-misc
4593 S:      Maintained
4594 F:      drivers/gpu/drm/sti
4595 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4596
4597 DRM DRIVERS FOR STM
4598 M:      Yannick Fertre <[email protected]>
4599 M:      Philippe Cornu <[email protected]>
4600 M:      Benjamin Gaignard <[email protected]>
4601 M:      Vincent Abriou <[email protected]>
4602 L:      [email protected]
4603 T:      git git://anongit.freedesktop.org/drm/drm-misc
4604 S:      Maintained
4605 F:      drivers/gpu/drm/stm
4606 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4607
4608 DRM DRIVER FOR TDFX VIDEO CARDS
4609 S:      Orphan / Obsolete
4610 F:      drivers/gpu/drm/tdfx/
4611
4612 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4613 M:      Dave Airlie <[email protected]>
4614 S:      Odd Fixes
4615 F:      drivers/gpu/drm/udl/
4616
4617 DRM DRIVERS FOR VIVANTE GPU IP
4618 M:      Lucas Stach <[email protected]>
4619 R:      Russell King <[email protected]>
4620 R:      Christian Gmeiner <[email protected]>
4621 L:      [email protected]
4622 L:      [email protected]
4623 S:      Maintained
4624 F:      drivers/gpu/drm/etnaviv/
4625 F:      include/uapi/drm/etnaviv_drm.h
4626 F:      Documentation/devicetree/bindings/display/etnaviv/
4627
4628 DRM DRIVER FOR VMWARE VIRTUAL GPU
4629 M:      "VMware Graphics" <[email protected]>
4630 M:      Sinclair Yeh <[email protected]>
4631 M:      Thomas Hellstrom <[email protected]>
4632 L:      [email protected]
4633 T:      git git://people.freedesktop.org/~syeh/repos_linux
4634 T:      git git://people.freedesktop.org/~thomash/linux
4635 S:      Supported
4636 F:      drivers/gpu/drm/vmwgfx/
4637 F:      include/uapi/drm/vmwgfx_drm.h
4638
4639 DRM DRIVERS FOR VC4
4640 M:      Eric Anholt <[email protected]>
4641 T:      git git://github.com/anholt/linux
4642 S:      Supported
4643 F:      drivers/gpu/drm/vc4/
4644 F:      include/uapi/drm/vc4_drm.h
4645 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4646 T:      git git://anongit.freedesktop.org/drm/drm-misc
4647
4648 DRM DRIVERS FOR TI OMAP
4649 M:      Tomi Valkeinen <[email protected]>
4650 L:      [email protected]
4651 S:      Maintained
4652 F:      drivers/gpu/drm/omapdrm/
4653 F:      Documentation/devicetree/bindings/display/ti/
4654
4655 DRM DRIVERS FOR TI LCDC
4656 M:      Jyri Sarha <[email protected]>
4657 R:      Tomi Valkeinen <[email protected]>
4658 L:      [email protected]
4659 S:      Maintained
4660 F:      drivers/gpu/drm/tilcdc/
4661 F:      Documentation/devicetree/bindings/display/tilcdc/
4662
4663 DRM DRIVERS FOR ZTE ZX
4664 M:      Shawn Guo <[email protected]>
4665 L:      [email protected]
4666 S:      Maintained
4667 F:      drivers/gpu/drm/zte/
4668 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4669 T:      git git://anongit.freedesktop.org/drm/drm-misc
4670
4671 DSBR100 USB FM RADIO DRIVER
4672 M:      Alexey Klimov <[email protected]>
4673 L:      [email protected]
4674 T:      git git://linuxtv.org/media_tree.git
4675 S:      Maintained
4676 F:      drivers/media/radio/dsbr100.c
4677
4678 DSCC4 DRIVER
4679 M:      Francois Romieu <[email protected]>
4680 L:      [email protected]
4681 S:      Maintained
4682 F:      drivers/net/wan/dscc4.c
4683
4684 DT3155 MEDIA DRIVER
4685 M:      Hans Verkuil <[email protected]>
4686 L:      [email protected]
4687 T:      git git://linuxtv.org/media_tree.git
4688 W:      https://linuxtv.org
4689 S:      Odd Fixes
4690 F:      drivers/media/pci/dt3155/
4691
4692 DVB_USB_AF9015 MEDIA DRIVER
4693 M:      Antti Palosaari <[email protected]>
4694 L:      [email protected]
4695 W:      https://linuxtv.org
4696 W:      http://palosaari.fi/linux/
4697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4698 T:      git git://linuxtv.org/anttip/media_tree.git
4699 S:      Maintained
4700 F:      drivers/media/usb/dvb-usb-v2/af9015*
4701
4702 DVB_USB_AF9035 MEDIA DRIVER
4703 M:      Antti Palosaari <[email protected]>
4704 L:      [email protected]
4705 W:      https://linuxtv.org
4706 W:      http://palosaari.fi/linux/
4707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4708 T:      git git://linuxtv.org/anttip/media_tree.git
4709 S:      Maintained
4710 F:      drivers/media/usb/dvb-usb-v2/af9035*
4711
4712 DVB_USB_ANYSEE MEDIA DRIVER
4713 M:      Antti Palosaari <[email protected]>
4714 L:      [email protected]
4715 W:      https://linuxtv.org
4716 W:      http://palosaari.fi/linux/
4717 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4718 T:      git git://linuxtv.org/anttip/media_tree.git
4719 S:      Maintained
4720 F:      drivers/media/usb/dvb-usb-v2/anysee*
4721
4722 DVB_USB_AU6610 MEDIA DRIVER
4723 M:      Antti Palosaari <[email protected]>
4724 L:      [email protected]
4725 W:      https://linuxtv.org
4726 W:      http://palosaari.fi/linux/
4727 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4728 T:      git git://linuxtv.org/anttip/media_tree.git
4729 S:      Maintained
4730 F:      drivers/media/usb/dvb-usb-v2/au6610*
4731
4732 DVB_USB_CE6230 MEDIA DRIVER
4733 M:      Antti Palosaari <[email protected]>
4734 L:      [email protected]
4735 W:      https://linuxtv.org
4736 W:      http://palosaari.fi/linux/
4737 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4738 T:      git git://linuxtv.org/anttip/media_tree.git
4739 S:      Maintained
4740 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4741
4742 DVB_USB_CXUSB MEDIA DRIVER
4743 M:      Michael Krufky <[email protected]>
4744 L:      [email protected]
4745 W:      https://linuxtv.org
4746 W:      http://github.com/mkrufky
4747 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4748 T:      git git://linuxtv.org/media_tree.git
4749 S:      Maintained
4750 F:      drivers/media/usb/dvb-usb/cxusb*
4751
4752 DVB_USB_EC168 MEDIA DRIVER
4753 M:      Antti Palosaari <[email protected]>
4754 L:      [email protected]
4755 W:      https://linuxtv.org
4756 W:      http://palosaari.fi/linux/
4757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4758 T:      git git://linuxtv.org/anttip/media_tree.git
4759 S:      Maintained
4760 F:      drivers/media/usb/dvb-usb-v2/ec168*
4761
4762 DVB_USB_GL861 MEDIA DRIVER
4763 M:      Antti Palosaari <[email protected]>
4764 L:      [email protected]
4765 W:      https://linuxtv.org
4766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4767 T:      git git://linuxtv.org/anttip/media_tree.git
4768 S:      Maintained
4769 F:      drivers/media/usb/dvb-usb-v2/gl861*
4770
4771 DVB_USB_MXL111SF MEDIA DRIVER
4772 M:      Michael Krufky <[email protected]>
4773 L:      [email protected]
4774 W:      https://linuxtv.org
4775 W:      http://github.com/mkrufky
4776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4777 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4778 S:      Maintained
4779 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4780
4781 DVB_USB_RTL28XXU MEDIA DRIVER
4782 M:      Antti Palosaari <[email protected]>
4783 L:      [email protected]
4784 W:      https://linuxtv.org
4785 W:      http://palosaari.fi/linux/
4786 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4787 T:      git git://linuxtv.org/anttip/media_tree.git
4788 S:      Maintained
4789 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4790
4791 DVB_USB_V2 MEDIA DRIVER
4792 M:      Antti Palosaari <[email protected]>
4793 L:      [email protected]
4794 W:      https://linuxtv.org
4795 W:      http://palosaari.fi/linux/
4796 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4797 T:      git git://linuxtv.org/anttip/media_tree.git
4798 S:      Maintained
4799 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4800 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4801
4802 DONGWOON DW9714 LENS VOICE COIL DRIVER
4803 M:      Sakari Ailus <[email protected]>
4804 L:      [email protected]
4805 T:      git git://linuxtv.org/media_tree.git
4806 S:      Maintained
4807 F:      drivers/media/i2c/dw9714.c
4808
4809 DYNAMIC DEBUG
4810 M:      Jason Baron <[email protected]>
4811 S:      Maintained
4812 F:      lib/dynamic_debug.c
4813 F:      include/linux/dynamic_debug.h
4814
4815 DZ DECSTATION DZ11 SERIAL DRIVER
4816 M:      "Maciej W. Rozycki" <[email protected]>
4817 S:      Maintained
4818 F:      drivers/tty/serial/dz.*
4819
4820 E3X0 POWER BUTTON DRIVER
4821 M:      Moritz Fischer <[email protected]>
4822 L:      [email protected]
4823 W:      http://www.ettus.com
4824 S:      Supported
4825 F:      drivers/input/misc/e3x0-button.c
4826 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4827
4828 E4000 MEDIA DRIVER
4829 M:      Antti Palosaari <[email protected]>
4830 L:      [email protected]
4831 W:      https://linuxtv.org
4832 W:      http://palosaari.fi/linux/
4833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4834 T:      git git://linuxtv.org/anttip/media_tree.git
4835 S:      Maintained
4836 F:      drivers/media/tuners/e4000*
4837
4838 EATA ISA/EISA/PCI SCSI DRIVER
4839 M:      Dario Ballabio <[email protected]>
4840 L:      [email protected]
4841 S:      Maintained
4842 F:      drivers/scsi/eata.c
4843
4844 EC100 MEDIA DRIVER
4845 M:      Antti Palosaari <[email protected]>
4846 L:      [email protected]
4847 W:      https://linuxtv.org
4848 W:      http://palosaari.fi/linux/
4849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4850 T:      git git://linuxtv.org/anttip/media_tree.git
4851 S:      Maintained
4852 F:      drivers/media/dvb-frontends/ec100*
4853
4854 ECRYPT FILE SYSTEM
4855 M:      Tyler Hicks <[email protected]>
4856 L:      [email protected]
4857 W:      http://ecryptfs.org
4858 W:      https://launchpad.net/ecryptfs
4859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4860 S:      Supported
4861 F:      Documentation/filesystems/ecryptfs.txt
4862 F:      fs/ecryptfs/
4863
4864 EDAC-CORE
4865 M:      Borislav Petkov <[email protected]>
4866 M:      Mauro Carvalho Chehab <[email protected]>
4867 M:      Mauro Carvalho Chehab <[email protected]>
4868 L:      [email protected]
4869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4871 S:      Supported
4872 F:      Documentation/admin-guide/ras.rst
4873 F:      Documentation/driver-api/edac.rst
4874 F:      drivers/edac/
4875 F:      include/linux/edac.h
4876
4877 EDAC-AMD64
4878 M:      Borislav Petkov <[email protected]>
4879 L:      [email protected]
4880 S:      Maintained
4881 F:      drivers/edac/amd64_edac*
4882
4883 EDAC-CALXEDA
4884 M:      Robert Richter <[email protected]>
4885 L:      [email protected]
4886 S:      Maintained
4887 F:      drivers/edac/highbank*
4888
4889 EDAC-CAVIUM
4890 M:      Ralf Baechle <[email protected]>
4891 M:      David Daney <[email protected]>
4892 L:      [email protected]
4893 L:      [email protected]
4894 S:      Supported
4895 F:      drivers/edac/octeon_edac*
4896 F:      drivers/edac/thunderx_edac*
4897
4898 EDAC-E752X
4899 M:      Mark Gross <[email protected]>
4900 L:      [email protected]
4901 S:      Maintained
4902 F:      drivers/edac/e752x_edac.c
4903
4904 EDAC-E7XXX
4905 L:      [email protected]
4906 S:      Maintained
4907 F:      drivers/edac/e7xxx_edac.c
4908
4909 EDAC-FSL_DDR
4910 M:      York Sun <[email protected]>
4911 L:      [email protected]
4912 S:      Maintained
4913 F:      drivers/edac/fsl_ddr_edac.*
4914
4915 EDAC-GHES
4916 M:      Mauro Carvalho Chehab <[email protected]>
4917 M:      Mauro Carvalho Chehab <[email protected]>
4918 L:      [email protected]
4919 S:      Maintained
4920 F:      drivers/edac/ghes_edac.c
4921
4922 EDAC-I82443BXGX
4923 M:      Tim Small <[email protected]>
4924 L:      [email protected]
4925 S:      Maintained
4926 F:      drivers/edac/i82443bxgx_edac.c
4927
4928 EDAC-I3000
4929 L:      [email protected]
4930 S:      Orphan
4931 F:      drivers/edac/i3000_edac.c
4932
4933 EDAC-I5000
4934 L:      [email protected]
4935 S:      Maintained
4936 F:      drivers/edac/i5000_edac.c
4937
4938 EDAC-I5400
4939 M:      Mauro Carvalho Chehab <[email protected]>
4940 M:      Mauro Carvalho Chehab <[email protected]>
4941 L:      [email protected]
4942 S:      Maintained
4943 F:      drivers/edac/i5400_edac.c
4944
4945 EDAC-I7300
4946 M:      Mauro Carvalho Chehab <[email protected]>
4947 M:      Mauro Carvalho Chehab <[email protected]>
4948 L:      [email protected]
4949 S:      Maintained
4950 F:      drivers/edac/i7300_edac.c
4951
4952 EDAC-I7CORE
4953 M:      Mauro Carvalho Chehab <[email protected]>
4954 M:      Mauro Carvalho Chehab <[email protected]>
4955 L:      [email protected]
4956 S:      Maintained
4957 F:      drivers/edac/i7core_edac.c
4958
4959 EDAC-I82975X
4960 M:      Ranganathan Desikan <[email protected]>
4961 M:      "Arvind R." <[email protected]>
4962 L:      [email protected]
4963 S:      Maintained
4964 F:      drivers/edac/i82975x_edac.c
4965
4966 EDAC-IE31200
4967 M:      Jason Baron <[email protected]>
4968 L:      [email protected]
4969 S:      Maintained
4970 F:      drivers/edac/ie31200_edac.c
4971
4972 EDAC-MPC85XX
4973 M:      Johannes Thumshirn <[email protected]>
4974 L:      [email protected]
4975 S:      Maintained
4976 F:      drivers/edac/mpc85xx_edac.[ch]
4977
4978 EDAC-PND2
4979 M:      Tony Luck <[email protected]>
4980 L:      [email protected]
4981 S:      Maintained
4982 F:      drivers/edac/pnd2_edac.[ch]
4983
4984 EDAC-PASEMI
4985 M:      Egor Martovetsky <[email protected]>
4986 L:      [email protected]
4987 S:      Maintained
4988 F:      drivers/edac/pasemi_edac.c
4989
4990 EDAC-R82600
4991 M:      Tim Small <[email protected]>
4992 L:      [email protected]
4993 S:      Maintained
4994 F:      drivers/edac/r82600_edac.c
4995
4996 EDAC-SBRIDGE
4997 M:      Mauro Carvalho Chehab <[email protected]>
4998 M:      Mauro Carvalho Chehab <[email protected]>
4999 L:      [email protected]
5000 S:      Maintained
5001 F:      drivers/edac/sb_edac.c
5002
5003 EDAC-SKYLAKE
5004 M:      Tony Luck <[email protected]>
5005 L:      [email protected]
5006 S:      Maintained
5007 F:      drivers/edac/skx_edac.c
5008
5009 EDAC-XGENE
5010 APPLIED MICRO (APM) X-GENE SOC EDAC
5011 M:     Loc Ho <[email protected]>
5012 S:     Supported
5013 F:     drivers/edac/xgene_edac.c
5014 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
5015
5016 EDIROL UA-101/UA-1000 DRIVER
5017 M:      Clemens Ladisch <[email protected]>
5018 L:      [email protected] (moderated for non-subscribers)
5019 T:      git git://git.alsa-project.org/alsa-kernel.git
5020 S:      Maintained
5021 F:      sound/usb/misc/ua101.c
5022
5023 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5024 M:      Matt Fleming <[email protected]>
5025 M:      Ard Biesheuvel <[email protected]>
5026 L:      [email protected]
5027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5028 S:      Maintained
5029 F:      Documentation/efi-stub.txt
5030 F:      arch/*/kernel/efi.c
5031 F:      arch/x86/boot/compressed/eboot.[ch]
5032 F:      arch/*/include/asm/efi.h
5033 F:      arch/x86/platform/efi/
5034 F:      drivers/firmware/efi/
5035 F:      include/linux/efi*.h
5036 F:      arch/arm/boot/compressed/efi-header.S
5037 F:      arch/arm64/kernel/efi-entry.S
5038
5039 EFI VARIABLE FILESYSTEM
5040 M:      Matthew Garrett <[email protected]>
5041 M:      Jeremy Kerr <[email protected]>
5042 M:      Matt Fleming <[email protected]>
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5044 L:      [email protected]
5045 S:      Maintained
5046 F:      fs/efivarfs/
5047
5048 EFIFB FRAMEBUFFER DRIVER
5049 L:      [email protected]
5050 M:      Peter Jones <[email protected]>
5051 S:      Maintained
5052 F:      drivers/video/fbdev/efifb.c
5053
5054 EFI TEST DRIVER
5055 L:      [email protected]
5056 M:      Ivan Hu <[email protected]>
5057 M:      Matt Fleming <[email protected]>
5058 S:      Maintained
5059 F:      drivers/firmware/efi/test/
5060
5061 EFS FILESYSTEM
5062 W:      http://aeschi.ch.eu.org/efs/
5063 S:      Orphan
5064 F:      fs/efs/
5065
5066 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5067 M:      Douglas Miller <[email protected]>
5068 L:      [email protected]
5069 S:      Maintained
5070 F:      drivers/net/ethernet/ibm/ehea/
5071
5072 EM28XX VIDEO4LINUX DRIVER
5073 M:      Mauro Carvalho Chehab <[email protected]>
5074 M:      Mauro Carvalho Chehab <[email protected]>
5075 L:      [email protected]
5076 W:      https://linuxtv.org
5077 T:      git git://linuxtv.org/media_tree.git
5078 S:      Maintained
5079 F:      drivers/media/usb/em28xx/
5080 F:      Documentation/media/v4l-drivers/em28xx*
5081
5082 EMBEDDED LINUX
5083 M:      Paul Gortmaker <[email protected]>
5084 M:      Matt Mackall <[email protected]>
5085 M:      David Woodhouse <[email protected]>
5086 L:      [email protected]
5087 S:      Maintained
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:      include/linux/phy.h
5142 F:      include/linux/phy_fixed.h
5143 F:      drivers/net/phy/
5144 F:      Documentation/networking/phy.txt
5145 F:      drivers/of/of_mdio.c
5146 F:      drivers/of/of_net.c
5147
5148 EXT2 FILE SYSTEM
5149 M:      Jan Kara <[email protected]>
5150 L:      [email protected]
5151 S:      Maintained
5152 F:      Documentation/filesystems/ext2.txt
5153 F:      fs/ext2/
5154 F:      include/linux/ext2*
5155
5156 EXT4 FILE SYSTEM
5157 M:      "Theodore Ts'o" <[email protected]>
5158 M:      Andreas Dilger <[email protected]>
5159 L:      [email protected]
5160 W:      http://ext4.wiki.kernel.org
5161 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5163 S:      Maintained
5164 F:      Documentation/filesystems/ext4.txt
5165 F:      fs/ext4/
5166
5167 Extended Verification Module (EVM)
5168 M:      Mimi Zohar <[email protected]>
5169 L:      [email protected]
5170 L:      [email protected]
5171 S:      Supported
5172 F:      security/integrity/evm/
5173
5174 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5175 M:      MyungJoo Ham <[email protected]>
5176 M:      Chanwoo Choi <[email protected]>
5177 L:      [email protected]
5178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5179 S:      Maintained
5180 F:      drivers/extcon/
5181 F:      include/linux/extcon/
5182 F:      include/linux/extcon.h
5183 F:      Documentation/extcon/
5184 F:      Documentation/devicetree/bindings/extcon/
5185
5186 EXYNOS DP DRIVER
5187 M:      Jingoo Han <[email protected]>
5188 L:      [email protected]
5189 S:      Maintained
5190 F:      drivers/gpu/drm/exynos/exynos_dp*
5191
5192 EXYNOS SYSMMU (IOMMU) driver
5193 M:      Marek Szyprowski <[email protected]>
5194 L:      [email protected]
5195 S:      Maintained
5196 F:      drivers/iommu/exynos-iommu.c
5197
5198 EZchip NPS platform support
5199 M:      Noam Camus <[email protected]>
5200 S:      Supported
5201 F:      arch/arc/plat-eznps
5202 F:      arch/arc/boot/dts/eznps.dts
5203
5204 F71805F HARDWARE MONITORING DRIVER
5205 M:      Jean Delvare <[email protected]>
5206 L:      [email protected]
5207 S:      Maintained
5208 F:      Documentation/hwmon/f71805f
5209 F:      drivers/hwmon/f71805f.c
5210
5211 FC0011 TUNER DRIVER
5212 M:      Michael Buesch <[email protected]>
5213 L:      [email protected]
5214 S:      Maintained
5215 F:      drivers/media/tuners/fc0011.h
5216 F:      drivers/media/tuners/fc0011.c
5217
5218 FC2580 MEDIA DRIVER
5219 M:      Antti Palosaari <[email protected]>
5220 L:      [email protected]
5221 W:      https://linuxtv.org
5222 W:      http://palosaari.fi/linux/
5223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5224 T:      git git://linuxtv.org/anttip/media_tree.git
5225 S:      Maintained
5226 F:      drivers/media/tuners/fc2580*
5227
5228 FANOTIFY
5229 M:      Eric Paris <[email protected]>
5230 S:      Maintained
5231 F:      fs/notify/fanotify/
5232 F:      include/linux/fanotify.h
5233 F:      include/uapi/linux/fanotify.h
5234
5235 FARSYNC SYNCHRONOUS DRIVER
5236 M:      Kevin Curtis <[email protected]>
5237 W:      http://www.farsite.co.uk/
5238 S:      Supported
5239 F:      drivers/net/wan/farsync.*
5240
5241 FAULT INJECTION SUPPORT
5242 M:      Akinobu Mita <[email protected]>
5243 S:      Supported
5244 F:      Documentation/fault-injection/
5245 F:      lib/fault-inject.c
5246
5247 FBTFT Framebuffer drivers
5248 M:      Thomas Petazzoni <[email protected]>
5249 S:      Maintained
5250 F:      drivers/staging/fbtft/
5251
5252 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5253 M:      Johannes Thumshirn <[email protected]>
5254 L:      [email protected]
5255 W:      www.Open-FCoE.org
5256 S:      Supported
5257 F:      drivers/scsi/libfc/
5258 F:      drivers/scsi/fcoe/
5259 F:      include/scsi/fc/
5260 F:      include/scsi/libfc.h
5261 F:      include/scsi/libfcoe.h
5262 F:      include/uapi/scsi/fc/
5263
5264 FILE LOCKING (flock() and fcntl()/lockf())
5265 M:      Jeff Layton <[email protected]>
5266 M:      "J. Bruce Fields" <[email protected]>
5267 L:      [email protected]
5268 S:      Maintained
5269 F:      include/linux/fcntl.h
5270 F:      include/linux/fs.h
5271 F:      include/uapi/linux/fcntl.h
5272 F:      include/uapi/linux/fs.h
5273 F:      fs/fcntl.c
5274 F:      fs/locks.c
5275
5276 FILESYSTEMS (VFS and infrastructure)
5277 M:      Alexander Viro <[email protected]>
5278 L:      [email protected]
5279 S:      Maintained
5280 F:      fs/*
5281
5282 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5283 M:      Riku Voipio <[email protected]>
5284 L:      [email protected]
5285 S:      Maintained
5286 F:      drivers/hwmon/f75375s.c
5287 F:      include/linux/f75375s.h
5288
5289 FIREWIRE AUDIO DRIVERS
5290 M:      Clemens Ladisch <[email protected]>
5291 L:      [email protected] (moderated for non-subscribers)
5292 T:      git git://git.alsa-project.org/alsa-kernel.git
5293 S:      Maintained
5294 F:      sound/firewire/
5295
5296 FIREWIRE MEDIA DRIVERS (firedtv)
5297 M:      Stefan Richter <[email protected]>
5298 L:      [email protected]
5299 L:      [email protected]
5300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5301 S:      Maintained
5302 F:      drivers/media/firewire/
5303
5304 FIREWIRE SBP-2 TARGET
5305 M:      Chris Boot <[email protected]>
5306 L:      [email protected]
5307 L:      [email protected]
5308 L:      [email protected]
5309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5310 S:      Maintained
5311 F:      drivers/target/sbp/
5312
5313 FIREWIRE SUBSYSTEM
5314 M:      Stefan Richter <[email protected]>
5315 L:      [email protected]
5316 W:      http://ieee1394.wiki.kernel.org/
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5318 S:      Maintained
5319 F:      drivers/firewire/
5320 F:      include/linux/firewire.h
5321 F:      include/uapi/linux/firewire*.h
5322 F:      tools/firewire/
5323
5324 FIRMWARE LOADER (request_firmware)
5325 M:      Luis R. Rodriguez <[email protected]>
5326 L:      [email protected]
5327 S:      Maintained
5328 F:      Documentation/firmware_class/
5329 F:      drivers/base/firmware*.c
5330 F:      include/linux/firmware.h
5331
5332 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5333 M:      Joshua Morris <[email protected]>
5334 M:      Philip Kelleher <[email protected]>
5335 S:      Maintained
5336 F:      drivers/block/rsxx/
5337
5338 FLOPPY DRIVER
5339 M:      Jiri Kosina <[email protected]>
5340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5341 S:      Odd fixes
5342 F:      drivers/block/floppy.c
5343
5344 FMC SUBSYSTEM
5345 M:      Alessandro Rubini <[email protected]>
5346 W:      http://www.ohwr.org/projects/fmc-bus
5347 S:      Supported
5348 F:      drivers/fmc/
5349 F:      include/linux/fmc*.h
5350 F:      include/linux/ipmi-fru.h
5351 K:      fmc_d.*register
5352
5353 FPGA MANAGER FRAMEWORK
5354 M:      Alan Tull <[email protected]>
5355 R:      Moritz Fischer <[email protected]>
5356 L:      [email protected]
5357 S:      Maintained
5358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5359 F:      Documentation/fpga/
5360 F:      Documentation/devicetree/bindings/fpga/
5361 F:      drivers/fpga/
5362 F:      include/linux/fpga/
5363 W:      http://www.rocketboards.org
5364
5365 FPU EMULATOR
5366 M:      Bill Metzenthen <[email protected]>
5367 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5368 S:      Maintained
5369 F:      arch/x86/math-emu/
5370
5371 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5372 L:      [email protected]
5373 S:      Orphan
5374 F:      drivers/net/wan/dlci.c
5375 F:      drivers/net/wan/sdla.c
5376
5377 FRAMEBUFFER LAYER
5378 M:      Bartlomiej Zolnierkiewicz <[email protected]>
5379 L:      [email protected]
5380 T:      git git://github.com/bzolnier/linux.git
5381 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5382 S:      Maintained
5383 F:      Documentation/fb/
5384 F:      drivers/video/
5385 F:      include/video/
5386 F:      include/linux/fb.h
5387 F:      include/uapi/video/
5388 F:      include/uapi/linux/fb.h
5389
5390 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5391 M:      Horia Geantă <[email protected]>
5392 M:      Dan Douglass <[email protected]>
5393 L:      [email protected]
5394 S:      Maintained
5395 F:      drivers/crypto/caam/
5396 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5397
5398 FREESCALE DIU FRAMEBUFFER DRIVER
5399 M:      Timur Tabi <[email protected]>
5400 L:      [email protected]
5401 S:      Maintained
5402 F:      drivers/video/fbdev/fsl-diu-fb.*
5403
5404 FREESCALE DMA DRIVER
5405 M:      Li Yang <[email protected]>
5406 M:      Zhang Wei <[email protected]>
5407 L:      [email protected]
5408 S:      Maintained
5409 F:      drivers/dma/fsldma.*
5410
5411 FREESCALE GPMI NAND DRIVER
5412 M:      Han Xu <[email protected]>
5413 L:      [email protected]
5414 S:      Maintained
5415 F:      drivers/mtd/nand/gpmi-nand/*
5416
5417 FREESCALE I2C CPM DRIVER
5418 M:      Jochen Friedrich <[email protected]>
5419 L:      [email protected]
5420 L:      [email protected]
5421 S:      Maintained
5422 F:      drivers/i2c/busses/i2c-cpm.c
5423
5424 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5425 M:      Sascha Hauer <[email protected]>
5426 L:      [email protected]
5427 L:      [email protected] (moderated for non-subscribers)
5428 S:      Maintained
5429 F:      include/linux/platform_data/video-imxfb.h
5430 F:      drivers/video/fbdev/imxfb.c
5431
5432 FREESCALE QUAD SPI DRIVER
5433 M:      Han Xu <[email protected]>
5434 L:      [email protected]
5435 S:      Maintained
5436 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5437
5438 FREESCALE SOC FS_ENET DRIVER
5439 M:      Pantelis Antoniou <[email protected]>
5440 M:      Vitaly Bordug <[email protected]>
5441 L:      [email protected]
5442 L:      [email protected]
5443 S:      Maintained
5444 F:      drivers/net/ethernet/freescale/fs_enet/
5445 F:      include/linux/fs_enet_pd.h
5446
5447 FREESCALE IMX / MXC FEC DRIVER
5448 M:      Fugang Duan <[email protected]>
5449 L:      [email protected]
5450 S:      Maintained
5451 F:      drivers/net/ethernet/freescale/fec_main.c
5452 F:      drivers/net/ethernet/freescale/fec_ptp.c
5453 F:      drivers/net/ethernet/freescale/fec.h
5454 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5455
5456 FREESCALE QORIQ DPAA FMAN DRIVER
5457 M:      Madalin Bucur <[email protected]>
5458 L:      [email protected]
5459 S:      Maintained
5460 F:      drivers/net/ethernet/freescale/fman
5461 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5462
5463 FREESCALE QORIQ DPAA ETHERNET DRIVER
5464 M:      Madalin Bucur <[email protected]>
5465 L:      [email protected]
5466 S:      Maintained
5467 F:      drivers/net/ethernet/freescale/dpaa
5468
5469 FREESCALE SOC DRIVERS
5470 M:      Li Yang <[email protected]>
5471 L:      [email protected]
5472 L:      [email protected]
5473 S:      Maintained
5474 F:      Documentation/devicetree/bindings/soc/fsl/
5475 F:      drivers/soc/fsl/
5476 F:      include/linux/fsl/
5477
5478 FREESCALE QUICC ENGINE LIBRARY
5479 M:      Qiang Zhao <[email protected]>
5480 L:      [email protected]
5481 S:      Maintained
5482 F:      drivers/soc/fsl/qe/
5483 F:      include/soc/fsl/*qe*.h
5484 F:      include/soc/fsl/*ucc*.h
5485
5486 FREESCALE USB PERIPHERAL DRIVERS
5487 M:      Li Yang <[email protected]>
5488 L:      [email protected]
5489 L:      [email protected]
5490 S:      Maintained
5491 F:      drivers/usb/gadget/udc/fsl*
5492
5493 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5494 M:      Li Yang <[email protected]>
5495 L:      [email protected]
5496 L:      [email protected]
5497 S:      Maintained
5498 F:      drivers/net/ethernet/freescale/ucc_geth*
5499
5500 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5501 M:      Claudiu Manoil <[email protected]>
5502 L:      [email protected]
5503 S:      Maintained
5504 F:      drivers/net/ethernet/freescale/gianfar*
5505 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5506 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5507
5508 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5509 M:      Zhao Qiang <[email protected]>
5510 L:      [email protected]
5511 L:      [email protected]
5512 S:      Maintained
5513 F:      drivers/net/wan/fsl_ucc_hdlc*
5514
5515 FREESCALE QUICC ENGINE UCC UART DRIVER
5516 M:      Timur Tabi <[email protected]>
5517 L:      [email protected]
5518 S:      Maintained
5519 F:      drivers/tty/serial/ucc_uart.c
5520
5521 FREESCALE SOC SOUND DRIVERS
5522 M:      Timur Tabi <[email protected]>
5523 M:      Nicolin Chen <[email protected]>
5524 M:      Xiubo Li <[email protected]>
5525 R:      Fabio Estevam <[email protected]>
5526 L:      [email protected] (moderated for non-subscribers)
5527 L:      [email protected]
5528 S:      Maintained
5529 F:      sound/soc/fsl/fsl*
5530 F:      sound/soc/fsl/imx*
5531 F:      sound/soc/fsl/mpc8610_hpcd.c
5532
5533 FREEVXFS FILESYSTEM
5534 M:      Christoph Hellwig <[email protected]>
5535 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5536 S:      Maintained
5537 F:      fs/freevxfs/
5538
5539 FREEZER
5540 M:      "Rafael J. Wysocki" <[email protected]>
5541 M:      Pavel Machek <[email protected]>
5542 L:      [email protected]
5543 S:      Supported
5544 F:      Documentation/power/freezing-of-tasks.txt
5545 F:      include/linux/freezer.h
5546 F:      kernel/freezer.c
5547
5548 FRONTSWAP API
5549 M:      Konrad Rzeszutek Wilk <[email protected]>
5550 L:      [email protected]
5551 S:      Maintained
5552 F:      mm/frontswap.c
5553 F:      include/linux/frontswap.h
5554
5555 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5556 M:      David Howells <[email protected]>
5557 L:      [email protected] (moderated for non-subscribers)
5558 S:      Supported
5559 F:      Documentation/filesystems/caching/
5560 F:      fs/fscache/
5561 F:      include/linux/fscache*.h
5562
5563 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5564 M:      Theodore Y. Ts'o <[email protected]>
5565 M:      Jaegeuk Kim <[email protected]>
5566 L:      [email protected]
5567 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5569 S:      Supported
5570 F:      fs/crypto/
5571 F:      include/linux/fscrypt*.h
5572
5573 F2FS FILE SYSTEM
5574 M:      Jaegeuk Kim <[email protected]>
5575 M:      Chao Yu <[email protected]>
5576 L:      [email protected]
5577 W:      https://f2fs.wiki.kernel.org/
5578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5579 S:      Maintained
5580 F:      Documentation/filesystems/f2fs.txt
5581 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5582 F:      fs/f2fs/
5583 F:      include/linux/f2fs_fs.h
5584 F:      include/trace/events/f2fs.h
5585
5586 FUJITSU FR-V (FRV) PORT
5587 S:      Orphan
5588 F:      arch/frv/
5589
5590 FUJITSU LAPTOP EXTRAS
5591 M:      Jonathan Woithe <[email protected]>
5592 L:      [email protected]
5593 S:      Maintained
5594 F:      drivers/platform/x86/fujitsu-laptop.c
5595
5596 FUJITSU M-5MO LS CAMERA ISP DRIVER
5597 M:      Kyungmin Park <[email protected]>
5598 M:      Heungjun Kim <[email protected]>
5599 L:      [email protected]
5600 S:      Maintained
5601 F:      drivers/media/i2c/m5mols/
5602 F:      include/media/i2c/m5mols.h
5603
5604 FUJITSU TABLET EXTRAS
5605 M:      Robert Gerlach <[email protected]>
5606 L:      [email protected]
5607 S:      Maintained
5608 F:      drivers/platform/x86/fujitsu-tablet.c
5609
5610 FUSE: FILESYSTEM IN USERSPACE
5611 M:      Miklos Szeredi <[email protected]>
5612 L:      [email protected]
5613 W:      http://fuse.sourceforge.net/
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5615 S:      Maintained
5616 F:      fs/fuse/
5617 F:      include/uapi/linux/fuse.h
5618 F:      Documentation/filesystems/fuse.txt
5619
5620 FUTEX SUBSYSTEM
5621 M:      Thomas Gleixner <[email protected]>
5622 M:      Ingo Molnar <[email protected]>
5623 R:      Peter Zijlstra <[email protected]>
5624 R:      Darren Hart <[email protected]>
5625 L:      [email protected]
5626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5627 S:      Maintained
5628 F:      kernel/futex.c
5629 F:      kernel/futex_compat.c
5630 F:      include/asm-generic/futex.h
5631 F:      include/linux/futex.h
5632 F:      include/uapi/linux/futex.h
5633 F:      tools/testing/selftests/futex/
5634 F:      tools/perf/bench/futex*
5635 F:      Documentation/*futex*
5636
5637 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5638 M:      Rik Faith <[email protected]>
5639 L:      [email protected]
5640 S:      Odd Fixes (e.g., new signatures)
5641 F:      drivers/scsi/fdomain.*
5642
5643 GCC PLUGINS
5644 M:      Kees Cook <[email protected]>
5645 R:      Emese Revfy <[email protected]>
5646 L:      [email protected]
5647 S:      Maintained
5648 F:      scripts/gcc-plugins/
5649 F:      scripts/gcc-plugin.sh
5650 F:      scripts/Makefile.gcc-plugins
5651 F:      Documentation/gcc-plugins.txt
5652
5653 GCOV BASED KERNEL PROFILING
5654 M:      Peter Oberparleiter <[email protected]>
5655 S:      Maintained
5656 F:      kernel/gcov/
5657 F:      Documentation/dev-tools/gcov.rst
5658
5659 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5660 M:      Achim Leubner <[email protected]>
5661 L:      [email protected]
5662 W:      http://www.icp-vortex.com/
5663 S:      Supported
5664 F:      drivers/scsi/gdt*
5665
5666 GDB KERNEL DEBUGGING HELPER SCRIPTS
5667 M:      Jan Kiszka <[email protected]>
5668 M:      Kieran Bingham <[email protected]>
5669 S:      Supported
5670 F:      scripts/gdb/
5671
5672 GEMTEK FM RADIO RECEIVER DRIVER
5673 M:      Hans Verkuil <[email protected]>
5674 L:      [email protected]
5675 T:      git git://linuxtv.org/media_tree.git
5676 W:      https://linuxtv.org
5677 S:      Maintained
5678 F:      drivers/media/radio/radio-gemtek*
5679
5680 GENERIC GPIO I2C DRIVER
5681 M:      Haavard Skinnemoen <[email protected]>
5682 S:      Supported
5683 F:      drivers/i2c/busses/i2c-gpio.c
5684 F:      include/linux/i2c-gpio.h
5685
5686 GENERIC GPIO I2C MULTIPLEXER DRIVER
5687 M:      Peter Korsgaard <[email protected]>
5688 L:      [email protected]
5689 S:      Supported
5690 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5691 F:      include/linux/i2c-mux-gpio.h
5692 F:      Documentation/i2c/muxes/i2c-mux-gpio
5693
5694 GENERIC HDLC (WAN) DRIVERS
5695 M:      Krzysztof Halasa <[email protected]>
5696 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5697 S:      Maintained
5698 F:      drivers/net/wan/c101.c
5699 F:      drivers/net/wan/hd6457*
5700 F:      drivers/net/wan/hdlc*
5701 F:      drivers/net/wan/n2.c
5702 F:      drivers/net/wan/pc300too.c
5703 F:      drivers/net/wan/pci200syn.c
5704 F:      drivers/net/wan/wanxl*
5705
5706 GENERIC INCLUDE/ASM HEADER FILES
5707 M:      Arnd Bergmann <[email protected]>
5708 L:      [email protected]
5709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5710 S:      Maintained
5711 F:      include/asm-generic/
5712 F:      include/uapi/asm-generic/
5713
5714 GENERIC PHY FRAMEWORK
5715 M:      Kishon Vijay Abraham I <[email protected]>
5716 L:      [email protected]
5717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5718 S:      Supported
5719 F:      drivers/phy/
5720 F:      include/linux/phy/
5721
5722 GENERIC PM DOMAINS
5723 M:      "Rafael J. Wysocki" <[email protected]>
5724 M:      Kevin Hilman <[email protected]>
5725 M:      Ulf Hansson <[email protected]>
5726 L:      [email protected]
5727 S:      Supported
5728 F:      drivers/base/power/domain*.c
5729 F:      include/linux/pm_domain.h
5730 F:      Documentation/devicetree/bindings/power/power_domain.txt
5731
5732 GENERIC UIO DRIVER FOR PCI DEVICES
5733 M:      "Michael S. Tsirkin" <[email protected]>
5734 L:      [email protected]
5735 S:      Supported
5736 F:      drivers/uio/uio_pci_generic.c
5737
5738 GET_MAINTAINER SCRIPT
5739 M:      Joe Perches <[email protected]>
5740 S:      Maintained
5741 F:      scripts/get_maintainer.pl
5742
5743 GENWQE (IBM Generic Workqueue Card)
5744 M:      Frank Haverkamp <[email protected]>
5745 M:      Guilherme G. Piccoli <[email protected]>
5746 S:      Supported
5747 F:      drivers/misc/genwqe/
5748
5749 GFS2 FILE SYSTEM
5750 M:      Steven Whitehouse <[email protected]>
5751 M:      Bob Peterson <[email protected]>
5752 L:      [email protected]
5753 W:      http://sources.redhat.com/cluster/
5754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5755 S:      Supported
5756 F:      Documentation/filesystems/gfs2*.txt
5757 F:      fs/gfs2/
5758 F:      include/uapi/linux/gfs2_ondisk.h
5759
5760 GIGASET ISDN DRIVERS
5761 M:      Paul Bolle <[email protected]>
5762 L:      [email protected]
5763 W:      http://gigaset307x.sourceforge.net/
5764 S:      Odd Fixes
5765 F:      Documentation/isdn/README.gigaset
5766 F:      drivers/isdn/gigaset/
5767 F:      include/uapi/linux/gigaset_dev.h
5768
5769 GO7007 MPEG CODEC
5770 M:      Hans Verkuil <[email protected]>
5771 L:      [email protected]
5772 S:      Maintained
5773 F:      drivers/media/usb/go7007/
5774
5775 GOODIX TOUCHSCREEN
5776 M:      Bastien Nocera <[email protected]>
5777 L:      [email protected]
5778 S:      Maintained
5779 F:      drivers/input/touchscreen/goodix.c
5780
5781 GPIO MOCKUP DRIVER
5782 M:      Bamvor Jian Zhang <[email protected]>
5783 L:      [email protected]
5784 S:      Maintained
5785 F:      drivers/gpio/gpio-mockup.c
5786 F:      tools/testing/selftests/gpio/
5787
5788 GPIO SUBSYSTEM
5789 M:      Linus Walleij <[email protected]>
5790 L:      [email protected]
5791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5792 S:      Maintained
5793 F:      Documentation/devicetree/bindings/gpio/
5794 F:      Documentation/gpio/
5795 F:      Documentation/ABI/testing/gpio-cdev
5796 F:      Documentation/ABI/obsolete/sysfs-gpio
5797 F:      drivers/gpio/
5798 F:      include/linux/gpio/
5799 F:      include/linux/gpio.h
5800 F:      include/asm-generic/gpio.h
5801 F:      include/uapi/linux/gpio.h
5802 F:      tools/gpio/
5803
5804 GPIO ACPI SUPPORT
5805 M:      Mika Westerberg <[email protected]>
5806 M:      Andy Shevchenko <[email protected]>
5807 L:      [email protected]
5808 L:      [email protected]
5809 S:      Maintained
5810 F:      Documentation/acpi/gpio-properties.txt
5811 F:      drivers/gpio/gpiolib-acpi.c
5812
5813 GRE DEMULTIPLEXER DRIVER
5814 M:      Dmitry Kozlov <[email protected]>
5815 L:      [email protected]
5816 S:      Maintained
5817 F:      net/ipv4/gre_demux.c
5818 F:      net/ipv4/gre_offload.c
5819 F:      include/net/gre.h
5820
5821 GRETH 10/100/1G Ethernet MAC device driver
5822 M:      Andreas Larsson <[email protected]>
5823 L:      [email protected]
5824 S:      Maintained
5825 F:      drivers/net/ethernet/aeroflex/
5826
5827 GREYBUS SUBSYSTEM
5828 M:      Johan Hovold <[email protected]>
5829 M:      Alex Elder <[email protected]>
5830 M:      Greg Kroah-Hartman <[email protected]>
5831 S:      Maintained
5832 F:      drivers/staging/greybus/
5833 L:      [email protected] (moderated for non-subscribers)
5834
5835 GREYBUS AUDIO PROTOCOLS DRIVERS
5836 M:      Vaibhav Agarwal <[email protected]>
5837 M:      Mark Greer <[email protected]>
5838 S:      Maintained
5839 F:      drivers/staging/greybus/audio_apbridgea.c
5840 F:      drivers/staging/greybus/audio_apbridgea.h
5841 F:      drivers/staging/greybus/audio_codec.c
5842 F:      drivers/staging/greybus/audio_codec.h
5843 F:      drivers/staging/greybus/audio_gb.c
5844 F:      drivers/staging/greybus/audio_manager.c
5845 F:      drivers/staging/greybus/audio_manager.h
5846 F:      drivers/staging/greybus/audio_manager_module.c
5847 F:      drivers/staging/greybus/audio_manager_private.h
5848 F:      drivers/staging/greybus/audio_manager_sysfs.c
5849 F:      drivers/staging/greybus/audio_module.c
5850 F:      drivers/staging/greybus/audio_topology.c
5851
5852 GREYBUS PROTOCOLS DRIVERS
5853 M:      Rui Miguel Silva <[email protected]>
5854 S:      Maintained
5855 F:      drivers/staging/greybus/sdio.c
5856 F:      drivers/staging/greybus/light.c
5857 F:      drivers/staging/greybus/gpio.c
5858 F:      drivers/staging/greybus/power_supply.c
5859 F:      drivers/staging/greybus/spi.c
5860 F:      drivers/staging/greybus/spilib.c
5861
5862 GREYBUS PROTOCOLS DRIVERS
5863 M:      Bryan O'Donoghue <[email protected]>
5864 S:      Maintained
5865 F:      drivers/staging/greybus/loopback.c
5866 F:      drivers/staging/greybus/timesync.c
5867 F:      drivers/staging/greybus/timesync_platform.c
5868
5869 GREYBUS PROTOCOLS DRIVERS
5870 M:      Viresh Kumar <[email protected]>
5871 S:      Maintained
5872 F:      drivers/staging/greybus/authentication.c
5873 F:      drivers/staging/greybus/bootrom.c
5874 F:      drivers/staging/greybus/firmware.h
5875 F:      drivers/staging/greybus/fw-core.c
5876 F:      drivers/staging/greybus/fw-download.c
5877 F:      drivers/staging/greybus/fw-managament.c
5878 F:      drivers/staging/greybus/greybus_authentication.h
5879 F:      drivers/staging/greybus/greybus_firmware.h
5880 F:      drivers/staging/greybus/hid.c
5881 F:      drivers/staging/greybus/i2c.c
5882 F:      drivers/staging/greybus/spi.c
5883 F:      drivers/staging/greybus/spilib.c
5884 F:      drivers/staging/greybus/spilib.h
5885
5886 GREYBUS PROTOCOLS DRIVERS
5887 M:      David Lin <[email protected]>
5888 S:      Maintained
5889 F:      drivers/staging/greybus/uart.c
5890 F:      drivers/staging/greybus/log.c
5891
5892 GREYBUS PLATFORM DRIVERS
5893 M:      Vaibhav Hiremath <[email protected]>
5894 S:      Maintained
5895 F:      drivers/staging/greybus/arche-platform.c
5896 F:      drivers/staging/greybus/arche-apb-ctrl.c
5897 F:      drivers/staging/greybus/arche_platform.h
5898
5899 GS1662 VIDEO SERIALIZER
5900 M:      Charles-Antoine Couret <[email protected]>
5901 L:      [email protected]
5902 T:      git git://linuxtv.org/media_tree.git
5903 S:      Maintained
5904 F:      drivers/media/spi/gs1662.c
5905
5906 GSPCA FINEPIX SUBDRIVER
5907 M:      Frank Zago <[email protected]>
5908 L:      [email protected]
5909 T:      git git://linuxtv.org/media_tree.git
5910 S:      Maintained
5911 F:      drivers/media/usb/gspca/finepix.c
5912
5913 GSPCA GL860 SUBDRIVER
5914 M:      Olivier Lorin <[email protected]>
5915 L:      [email protected]
5916 T:      git git://linuxtv.org/media_tree.git
5917 S:      Maintained
5918 F:      drivers/media/usb/gspca/gl860/
5919
5920 GSPCA M5602 SUBDRIVER
5921 M:      Erik Andren <[email protected]>
5922 L:      [email protected]
5923 T:      git git://linuxtv.org/media_tree.git
5924 S:      Maintained
5925 F:      drivers/media/usb/gspca/m5602/
5926
5927 GSPCA PAC207 SONIXB SUBDRIVER
5928 M:      Hans Verkuil <[email protected]>
5929 L:      [email protected]
5930 T:      git git://linuxtv.org/media_tree.git
5931 S:      Odd Fixes
5932 F:      drivers/media/usb/gspca/pac207.c
5933
5934 GSPCA SN9C20X SUBDRIVER
5935 M:      Brian Johnson <[email protected]>
5936 L:      [email protected]
5937 T:      git git://linuxtv.org/media_tree.git
5938 S:      Maintained
5939 F:      drivers/media/usb/gspca/sn9c20x.c
5940
5941 GSPCA T613 SUBDRIVER
5942 M:      Leandro Costantino <[email protected]>
5943 L:      [email protected]
5944 T:      git git://linuxtv.org/media_tree.git
5945 S:      Maintained
5946 F:      drivers/media/usb/gspca/t613.c
5947
5948 GSPCA USB WEBCAM DRIVER
5949 M:      Hans Verkuil <[email protected]>
5950 L:      [email protected]
5951 T:      git git://linuxtv.org/media_tree.git
5952 S:      Odd Fixes
5953 F:      drivers/media/usb/gspca/
5954
5955 GTP (GPRS Tunneling Protocol)
5956 M:      Pablo Neira Ayuso <[email protected]>
5957 M:      Harald Welte <[email protected]>
5958 L:      [email protected]
5959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5960 S:      Maintained
5961 F:      drivers/net/gtp.c
5962
5963 GUID PARTITION TABLE (GPT)
5964 M:      Davidlohr Bueso <[email protected]>
5965 L:      [email protected]
5966 S:      Maintained
5967 F:      block/partitions/efi.*
5968
5969 STK1160 USB VIDEO CAPTURE DRIVER
5970 M:      Ezequiel Garcia <[email protected]>
5971 L:      [email protected]
5972 T:      git git://linuxtv.org/media_tree.git
5973 S:      Maintained
5974 F:      drivers/media/usb/stk1160/
5975
5976 H8/300 ARCHITECTURE
5977 M:      Yoshinori Sato <[email protected]>
5978 L:      [email protected] (moderated for non-subscribers)
5979 W:      http://uclinux-h8.sourceforge.jp
5980 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5981 S:      Maintained
5982 F:      arch/h8300/
5983 F:      drivers/clocksource/h8300_*.c
5984 F:      drivers/clk/h8300/
5985 F:      drivers/irqchip/irq-renesas-h8*.c
5986
5987 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5988 M:      Frank Seidel <[email protected]>
5989 L:      [email protected]
5990 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5991 S:      Maintained
5992 F:      drivers/platform/x86/hdaps.c
5993
5994 HDPVR USB VIDEO ENCODER DRIVER
5995 M:      Hans Verkuil <[email protected]>
5996 L:      [email protected]
5997 T:      git git://linuxtv.org/media_tree.git
5998 W:      https://linuxtv.org
5999 S:      Odd Fixes
6000 F:      drivers/media/usb/hdpvr/
6001
6002 HWPOISON MEMORY FAILURE HANDLING
6003 M:      Naoya Horiguchi <[email protected]>
6004 L:      [email protected]
6005 S:      Maintained
6006 F:      mm/memory-failure.c
6007 F:      mm/hwpoison-inject.c
6008
6009 HYPERVISOR VIRTUAL CONSOLE DRIVER
6010 L:      [email protected]
6011 S:      Odd Fixes
6012 F:      drivers/tty/hvc/
6013
6014 HACKRF MEDIA DRIVER
6015 M:      Antti Palosaari <[email protected]>
6016 L:      [email protected]
6017 W:      https://linuxtv.org
6018 W:      http://palosaari.fi/linux/
6019 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6020 T:      git git://linuxtv.org/anttip/media_tree.git
6021 S:      Maintained
6022 F:      drivers/media/usb/hackrf/
6023
6024 HARDWARE MONITORING
6025 M:      Jean Delvare <[email protected]>
6026 M:      Guenter Roeck <[email protected]>
6027 L:      [email protected]
6028 W:      http://hwmon.wiki.kernel.org/
6029 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6031 S:      Maintained
6032 F:      Documentation/hwmon/
6033 F:      drivers/hwmon/
6034 F:      include/linux/hwmon*.h
6035
6036 HARDWARE RANDOM NUMBER GENERATOR CORE
6037 M:      Matt Mackall <[email protected]>
6038 M:      Herbert Xu <[email protected]>
6039 L:      [email protected]
6040 S:      Odd fixes
6041 F:      Documentation/devicetree/bindings/rng/
6042 F:      Documentation/hw_random.txt
6043 F:      drivers/char/hw_random/
6044 F:      include/linux/hw_random.h
6045
6046 HARDWARE SPINLOCK CORE
6047 M:      Ohad Ben-Cohen <[email protected]>
6048 M:      Bjorn Andersson <[email protected]>
6049 L:      [email protected]
6050 S:      Maintained
6051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6052 F:      Documentation/devicetree/bindings/hwlock/
6053 F:      Documentation/hwspinlock.txt
6054 F:      drivers/hwspinlock/
6055 F:      include/linux/hwspinlock.h
6056
6057 HARMONY SOUND DRIVER
6058 L:      [email protected]
6059 S:      Maintained
6060 F:      sound/parisc/harmony.*
6061
6062 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6063 M:      Jimmy Vance <[email protected]>
6064 S:      Supported
6065 F:      Documentation/watchdog/hpwdt.txt
6066 F:      drivers/watchdog/hpwdt.c
6067
6068 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6069 M:      Don Brace <[email protected]>
6070 L:      [email protected]
6071 L:      [email protected]
6072 S:      Supported
6073 F:      Documentation/scsi/hpsa.txt
6074 F:      drivers/scsi/hpsa*.[ch]
6075 F:      include/linux/cciss*.h
6076 F:      include/uapi/linux/cciss*.h
6077
6078 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
6079 M:      Don Brace <[email protected]>
6080 L:      [email protected]
6081 L:      [email protected]
6082 S:      Supported
6083 F:      Documentation/blockdev/cciss.txt
6084 F:      drivers/block/cciss*
6085 F:      include/linux/cciss_ioctl.h
6086 F:      include/uapi/linux/cciss_ioctl.h
6087
6088 OPA-VNIC DRIVER
6089 M:      Dennis Dalessandro <[email protected]>
6090 M:      Niranjana Vishwanathapura <[email protected]>
6091 L:      [email protected]
6092 S:      Supported
6093 F:      drivers/infiniband/ulp/opa_vnic
6094
6095 HFI1 DRIVER
6096 M:      Mike Marciniszyn <[email protected]>
6097 M:      Dennis Dalessandro <[email protected]>
6098 L:      [email protected]
6099 S:      Supported
6100 F:      drivers/infiniband/hw/hfi1
6101
6102 HFS FILESYSTEM
6103 L:      [email protected]
6104 S:      Orphan
6105 F:      Documentation/filesystems/hfs.txt
6106 F:      fs/hfs/
6107
6108 HFSPLUS FILESYSTEM
6109 L:      [email protected]
6110 S:      Orphan
6111 F:      Documentation/filesystems/hfsplus.txt
6112 F:      fs/hfsplus/
6113
6114 HGA FRAMEBUFFER DRIVER
6115 M:      Ferenc Bakonyi <[email protected]>
6116 L:      [email protected]
6117 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6118 S:      Maintained
6119 F:      drivers/video/fbdev/hgafb.c
6120
6121 HIBERNATION (aka Software Suspend, aka swsusp)
6122 M:      "Rafael J. Wysocki" <[email protected]>
6123 M:      Pavel Machek <[email protected]>
6124 L:      [email protected]
6125 B:      https://bugzilla.kernel.org
6126 S:      Supported
6127 F:      arch/x86/power/
6128 F:      drivers/base/power/
6129 F:      kernel/power/
6130 F:      include/linux/suspend.h
6131 F:      include/linux/freezer.h
6132 F:      include/linux/pm.h
6133 F:      arch/*/include/asm/suspend*.h
6134
6135 HID CORE LAYER
6136 M:      Jiri Kosina <[email protected]>
6137 R:      Benjamin Tissoires <[email protected]>
6138 L:      [email protected]
6139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6140 S:      Maintained
6141 F:      drivers/hid/
6142 F:      include/linux/hid*
6143 F:      include/uapi/linux/hid*
6144
6145 HID SENSOR HUB DRIVERS
6146 M:      Jiri Kosina <[email protected]>
6147 M:      Jonathan Cameron <[email protected]>
6148 M:      Srinivas Pandruvada <[email protected]>
6149 L:      [email protected]
6150 L:      [email protected]
6151 S:      Maintained
6152 F:      Documentation/hid/hid-sensor*
6153 F:      drivers/hid/hid-sensor-*
6154 F:      drivers/iio/*/hid-*
6155 F:      include/linux/hid-sensor-*
6156
6157 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6158 M:      Thomas Gleixner <[email protected]>
6159 L:      [email protected]
6160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6161 S:      Maintained
6162 F:      Documentation/timers/
6163 F:      kernel/time/hrtimer.c
6164 F:      kernel/time/clockevents.c
6165 F:      kernel/time/timer_*.c
6166 F:      include/linux/clockchips.h
6167 F:      include/linux/hrtimer.h
6168
6169 HIGH-SPEED SCC DRIVER FOR AX.25
6170 L:      [email protected]
6171 S:      Orphan
6172 F:      drivers/net/hamradio/dmascc.c
6173 F:      drivers/net/hamradio/scc.c
6174
6175 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6176 M:      HighPoint Linux Team <[email protected]>
6177 W:      http://www.highpoint-tech.com
6178 S:      Supported
6179 F:      Documentation/scsi/hptiop.txt
6180 F:      drivers/scsi/hptiop.c
6181
6182 HIPPI
6183 M:      Jes Sorensen <[email protected]>
6184 L:      [email protected]
6185 S:      Maintained
6186 F:      include/linux/hippidevice.h
6187 F:      include/uapi/linux/if_hippi.h
6188 F:      net/802/hippi.c
6189 F:      drivers/net/hippi/
6190
6191 HISILICON NETWORK SUBSYSTEM DRIVER
6192 M:      Yisen Zhuang <[email protected]>
6193 M:      Salil Mehta <[email protected]>
6194 L:      [email protected]
6195 W:      http://www.hisilicon.com
6196 S:      Maintained
6197 F:      drivers/net/ethernet/hisilicon/
6198 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6199
6200 HISILICON ROCE DRIVER
6201 M:      Lijun Ou <[email protected]>
6202 M:      Wei Hu(Xavier) <[email protected]>
6203 L:      [email protected]
6204 S:      Maintained
6205 F:      drivers/infiniband/hw/hns/
6206 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6207
6208 HISILICON SAS Controller
6209 M:      John Garry <[email protected]>
6210 W:      http://www.hisilicon.com
6211 S:      Supported
6212 F:      drivers/scsi/hisi_sas/
6213 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6214
6215 HOST AP DRIVER
6216 M:      Jouni Malinen <[email protected]>
6217 L:      [email protected]
6218 W:      http://w1.fi/hostap-driver.html
6219 S:      Obsolete
6220 F:      drivers/net/wireless/intersil/hostap/
6221
6222 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6223 L:      [email protected]
6224 S:      Orphan
6225 F:      drivers/platform/x86/tc1100-wmi.c
6226
6227 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6228 M:      Jaroslav Kysela <[email protected]>
6229 S:      Maintained
6230 F:      drivers/net/ethernet/hp/hp100.*
6231
6232 HPET:   High Precision Event Timers driver
6233 M:      Clemens Ladisch <[email protected]>
6234 S:      Maintained
6235 F:      Documentation/timers/hpet.txt
6236 F:      drivers/char/hpet.c
6237 F:      include/linux/hpet.h
6238 F:      include/uapi/linux/hpet.h
6239
6240 HPET:   x86
6241 S:      Orphan
6242 F:      arch/x86/kernel/hpet.c
6243 F:      arch/x86/include/asm/hpet.h
6244
6245 HPFS FILESYSTEM
6246 M:      Mikulas Patocka <[email protected]>
6247 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6248 S:      Maintained
6249 F:      fs/hpfs/
6250
6251 HSI SUBSYSTEM
6252 M:      Sebastian Reichel <[email protected]>
6253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6254 S:      Maintained
6255 F:      Documentation/ABI/testing/sysfs-bus-hsi
6256 F:      Documentation/driver-api/hsi.rst
6257 F:      drivers/hsi/
6258 F:      include/linux/hsi/
6259 F:      include/uapi/linux/hsi/
6260
6261 HSO 3G MODEM DRIVER
6262 L:      [email protected]
6263 S:      Orphan
6264 F:      drivers/net/usb/hso.c
6265
6266 HSR NETWORK PROTOCOL
6267 M:      Arvid Brodin <[email protected]>
6268 L:      [email protected]
6269 S:      Maintained
6270 F:      net/hsr/
6271
6272 HTCPEN TOUCHSCREEN DRIVER
6273 M:      Pau Oliva Fora <[email protected]>
6274 L:      [email protected]
6275 S:      Maintained
6276 F:      drivers/input/touchscreen/htcpen.c
6277
6278 HUGETLB FILESYSTEM
6279 M:      Nadia Yvette Chambers <[email protected]>
6280 S:      Maintained
6281 F:      fs/hugetlbfs/
6282
6283 HVA ST MEDIA DRIVER
6284 M:      Jean-Christophe Trotin <[email protected]>
6285 L:      [email protected]
6286 T:      git git://linuxtv.org/media_tree.git
6287 W:      https://linuxtv.org
6288 S:      Supported
6289 F:      drivers/media/platform/sti/hva
6290
6291 Hyper-V CORE AND DRIVERS
6292 M:      "K. Y. Srinivasan" <[email protected]>
6293 M:      Haiyang Zhang <[email protected]>
6294 M:      Stephen Hemminger <[email protected]>
6295 L:      [email protected]
6296 S:      Maintained
6297 F:      arch/x86/include/asm/mshyperv.h
6298 F:      arch/x86/include/uapi/asm/hyperv.h
6299 F:      arch/x86/kernel/cpu/mshyperv.c
6300 F:      arch/x86/hyperv
6301 F:      drivers/hid/hid-hyperv.c
6302 F:      drivers/hv/
6303 F:      drivers/input/serio/hyperv-keyboard.c
6304 F:      drivers/pci/host/pci-hyperv.c
6305 F:      drivers/net/hyperv/
6306 F:      drivers/scsi/storvsc_drv.c
6307 F:      drivers/uio/uio_hv_generic.c
6308 F:      drivers/video/fbdev/hyperv_fb.c
6309 F:      include/linux/hyperv.h
6310 F:      tools/hv/
6311 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6312
6313 I2C MUXES
6314 M:      Peter Rosin <[email protected]>
6315 L:      [email protected]
6316 S:      Maintained
6317 F:      Documentation/i2c/i2c-topology
6318 F:      Documentation/i2c/muxes/
6319 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6320 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6321 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6322 F:      drivers/i2c/i2c-mux.c
6323 F:      drivers/i2c/muxes/
6324 F:      include/linux/i2c-mux.h
6325
6326 I2C OVER PARALLEL PORT
6327 M:      Jean Delvare <[email protected]>
6328 L:      [email protected]
6329 S:      Maintained
6330 F:      Documentation/i2c/busses/i2c-parport
6331 F:      Documentation/i2c/busses/i2c-parport-light
6332 F:      drivers/i2c/busses/i2c-parport.c
6333 F:      drivers/i2c/busses/i2c-parport-light.c
6334
6335 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6336 M:      Jean Delvare <[email protected]>
6337 L:      [email protected]
6338 S:      Maintained
6339 F:      Documentation/i2c/busses/i2c-ali1535
6340 F:      Documentation/i2c/busses/i2c-ali1563
6341 F:      Documentation/i2c/busses/i2c-ali15x3
6342 F:      Documentation/i2c/busses/i2c-amd756
6343 F:      Documentation/i2c/busses/i2c-amd8111
6344 F:      Documentation/i2c/busses/i2c-i801
6345 F:      Documentation/i2c/busses/i2c-nforce2
6346 F:      Documentation/i2c/busses/i2c-piix4
6347 F:      Documentation/i2c/busses/i2c-sis5595
6348 F:      Documentation/i2c/busses/i2c-sis630
6349 F:      Documentation/i2c/busses/i2c-sis96x
6350 F:      Documentation/i2c/busses/i2c-via
6351 F:      Documentation/i2c/busses/i2c-viapro
6352 F:      drivers/i2c/busses/i2c-ali1535.c
6353 F:      drivers/i2c/busses/i2c-ali1563.c
6354 F:      drivers/i2c/busses/i2c-ali15x3.c
6355 F:      drivers/i2c/busses/i2c-amd756.c
6356 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6357 F:      drivers/i2c/busses/i2c-amd8111.c
6358 F:      drivers/i2c/busses/i2c-i801.c
6359 F:      drivers/i2c/busses/i2c-isch.c
6360 F:      drivers/i2c/busses/i2c-nforce2.c
6361 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6362 F:      drivers/i2c/busses/i2c-piix4.c
6363 F:      drivers/i2c/busses/i2c-sis5595.c
6364 F:      drivers/i2c/busses/i2c-sis630.c
6365 F:      drivers/i2c/busses/i2c-sis96x.c
6366 F:      drivers/i2c/busses/i2c-via.c
6367 F:      drivers/i2c/busses/i2c-viapro.c
6368
6369 I2C/SMBUS ISMT DRIVER
6370 M:      Seth Heasley <[email protected]>
6371 M:      Neil Horman <[email protected]>
6372 L:      [email protected]
6373 F:      drivers/i2c/busses/i2c-ismt.c
6374 F:      Documentation/i2c/busses/i2c-ismt
6375
6376 I2C/SMBUS STUB DRIVER
6377 M:      Jean Delvare <[email protected]>
6378 L:      [email protected]
6379 S:      Maintained
6380 F:      drivers/i2c/i2c-stub.c
6381
6382 I2C SUBSYSTEM
6383 M:      Wolfram Sang <[email protected]>
6384 L:      [email protected]
6385 W:      https://i2c.wiki.kernel.org/
6386 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6388 S:      Maintained
6389 F:      Documentation/devicetree/bindings/i2c/
6390 F:      Documentation/i2c/
6391 F:      drivers/i2c/
6392 F:      drivers/i2c/*/
6393 F:      include/linux/i2c.h
6394 F:      include/linux/i2c-*.h
6395 F:      include/uapi/linux/i2c.h
6396 F:      include/uapi/linux/i2c-*.h
6397
6398 I2C ACPI SUPPORT
6399 M:      Mika Westerberg <[email protected]>
6400 L:      [email protected]
6401 L:      [email protected]
6402 S:      Maintained
6403 F:      drivers/i2c/i2c-core-acpi.c
6404
6405 I2C-TAOS-EVM DRIVER
6406 M:      Jean Delvare <[email protected]>
6407 L:      [email protected]
6408 S:      Maintained
6409 F:      Documentation/i2c/busses/i2c-taos-evm
6410 F:      drivers/i2c/busses/i2c-taos-evm.c
6411
6412 I2C-TINY-USB DRIVER
6413 M:      Till Harbaum <[email protected]>
6414 L:      [email protected]
6415 W:      http://www.harbaum.org/till/i2c_tiny_usb
6416 S:      Maintained
6417 F:      drivers/i2c/busses/i2c-tiny-usb.c
6418
6419 i386 BOOT CODE
6420 M:      "H. Peter Anvin" <[email protected]>
6421 S:      Maintained
6422 F:      arch/x86/boot/
6423
6424 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6425 M:      "H. Peter Anvin" <[email protected]>
6426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6427 S:      Maintained
6428
6429 IA64 (Itanium) PLATFORM
6430 M:      Tony Luck <[email protected]>
6431 M:      Fenghua Yu <[email protected]>
6432 L:      [email protected]
6433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6434 S:      Maintained
6435 F:      arch/ia64/
6436
6437 IBM Power VMX Cryptographic instructions
6438 M:      Leonidas S. Barbosa <[email protected]>
6439 M:      Paulo Flabiano Smorigo <[email protected]>
6440 L:      [email protected]
6441 S:      Supported
6442 F:      drivers/crypto/vmx/Makefile
6443 F:      drivers/crypto/vmx/Kconfig
6444 F:      drivers/crypto/vmx/vmx.c
6445 F:      drivers/crypto/vmx/aes*
6446 F:      drivers/crypto/vmx/ghash*
6447 F:      drivers/crypto/vmx/ppc-xlate.pl
6448
6449 IBM Power in-Nest Crypto Acceleration
6450 M:      Leonidas S. Barbosa <[email protected]>
6451 M:      Paulo Flabiano Smorigo <[email protected]>
6452 L:      [email protected]
6453 S:      Supported
6454 F:      drivers/crypto/nx/Makefile
6455 F:      drivers/crypto/nx/Kconfig
6456 F:      drivers/crypto/nx/nx-aes*
6457 F:      drivers/crypto/nx/nx-sha*
6458 F:      drivers/crypto/nx/nx.*
6459 F:      drivers/crypto/nx/nx_csbcpb.h
6460 F:      drivers/crypto/nx/nx_debugfs.h
6461
6462 IBM Power 842 compression accelerator
6463 M:      Haren Myneni <[email protected]>
6464 S:      Supported
6465 F:      drivers/crypto/nx/Makefile
6466 F:      drivers/crypto/nx/Kconfig
6467 F:      drivers/crypto/nx/nx-842*
6468 F:      include/linux/sw842.h
6469 F:      crypto/842.c
6470 F:      lib/842/
6471
6472 IBM Power Linux RAID adapter
6473 M:      Brian King <[email protected]>
6474 S:      Supported
6475 F:      drivers/scsi/ipr.*
6476
6477 IBM Power Virtual Ethernet Device Driver
6478 M:      Thomas Falcon <[email protected]>
6479 L:      [email protected]
6480 S:      Supported
6481 F:      drivers/net/ethernet/ibm/ibmveth.*
6482
6483 IBM Power SRIOV Virtual NIC Device Driver
6484 M:      Thomas Falcon <[email protected]>
6485 M:      John Allen <[email protected]>
6486 L:      [email protected]
6487 S:      Supported
6488 F:      drivers/net/ethernet/ibm/ibmvnic.*
6489
6490 IBM Power Virtual SCSI Device Drivers
6491 M:      Tyrel Datwyler <[email protected]>
6492 L:      [email protected]
6493 S:      Supported
6494 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6495 F:      include/scsi/viosrp.h
6496
6497 IBM Power Virtual SCSI Device Target Driver
6498 M:      Bryant G. Ly <[email protected]>
6499 M:      Michael Cyr <[email protected]>
6500 L:      [email protected]
6501 L:      [email protected]
6502 S:      Supported
6503 F:      drivers/scsi/ibmvscsi_tgt/
6504
6505 IBM Power Virtual FC Device Drivers
6506 M:      Tyrel Datwyler <[email protected]>
6507 L:      [email protected]
6508 S:      Supported
6509 F:      drivers/scsi/ibmvscsi/ibmvfc*
6510
6511 IBM ServeRAID RAID DRIVER
6512 S:      Orphan
6513 F:      drivers/scsi/ips.*
6514
6515 ICH LPC AND GPIO DRIVER
6516 M:      Peter Tyser <[email protected]>
6517 S:      Maintained
6518 F:      drivers/mfd/lpc_ich.c
6519 F:      drivers/gpio/gpio-ich.c
6520
6521 IDT VersaClock 5 CLOCK DRIVER
6522 M:      Marek Vasut <[email protected]>
6523 S:      Maintained
6524 F:      drivers/clk/clk-versaclock5.c
6525
6526 IDE SUBSYSTEM
6527 M:      "David S. Miller" <[email protected]>
6528 L:      [email protected]
6529 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6531 S:      Maintained
6532 F:      Documentation/ide/
6533 F:      drivers/ide/
6534 F:      include/linux/ide.h
6535
6536 IDEAPAD LAPTOP EXTRAS DRIVER
6537 M:      Ike Panhc <[email protected]>
6538 L:      [email protected]
6539 W:      http://launchpad.net/ideapad-laptop
6540 S:      Maintained
6541 F:      drivers/platform/x86/ideapad-laptop.c
6542
6543 IDEAPAD LAPTOP SLIDEBAR DRIVER
6544 M:      Andrey Moiseev <[email protected]>
6545 L:      [email protected]
6546 W:      https://github.com/o2genum/ideapad-slidebar
6547 S:      Maintained
6548 F:      drivers/input/misc/ideapad_slidebar.c
6549
6550 IDE/ATAPI DRIVERS
6551 M:      Borislav Petkov <[email protected]>
6552 L:      [email protected]
6553 S:      Maintained
6554 F:      Documentation/cdrom/ide-cd
6555 F:      drivers/ide/ide-cd*
6556
6557 IEEE 802.15.4 SUBSYSTEM
6558 M:      Alexander Aring <[email protected]>
6559 M:      Stefan Schmidt <[email protected]>
6560 L:      [email protected]
6561 W:      http://wpan.cakelab.org/
6562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6564 S:      Maintained
6565 F:      net/ieee802154/
6566 F:      net/mac802154/
6567 F:      drivers/net/ieee802154/
6568 F:      include/linux/nl802154.h
6569 F:      include/linux/ieee802154.h
6570 F:      include/net/nl802154.h
6571 F:      include/net/mac802154.h
6572 F:      include/net/af_ieee802154.h
6573 F:      include/net/cfg802154.h
6574 F:      include/net/ieee802154_netdev.h
6575 F:      Documentation/networking/ieee802154.txt
6576
6577 IFE PROTOCOL
6578 M:      Yotam Gigi <[email protected]>
6579 M:      Jamal Hadi Salim <[email protected]>
6580 F:      net/ife
6581 F:      include/net/ife.h
6582 F:      include/uapi/linux/ife.h
6583
6584 IGORPLUG-USB IR RECEIVER
6585 M:      Sean Young <[email protected]>
6586 L:      [email protected]
6587 S:      Maintained
6588 F:      drivers/media/rc/igorplugusb.c
6589
6590 IGUANAWORKS USB IR TRANSCEIVER
6591 M:      Sean Young <[email protected]>
6592 L:      [email protected]
6593 S:      Maintained
6594 F:      drivers/media/rc/iguanair.c
6595
6596 IIO DIGITAL POTENTIOMETER DAC
6597 M:      Peter Rosin <[email protected]>
6598 L:      [email protected]
6599 S:      Maintained
6600 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6601 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6602 F:      drivers/iio/dac/dpot-dac.c
6603
6604 IIO ENVELOPE DETECTOR
6605 M:      Peter Rosin <[email protected]>
6606 L:      [email protected]
6607 S:      Maintained
6608 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6609 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6610 F:      drivers/iio/adc/envelope-detector.c
6611
6612 IIO MULTIPLEXER
6613 M:      Peter Rosin <[email protected]>
6614 L:      [email protected]
6615 S:      Maintained
6616 F:      Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6617 F:      drivers/iio/multiplexer/iio-mux.c
6618
6619 IIO SUBSYSTEM AND DRIVERS
6620 M:      Jonathan Cameron <[email protected]>
6621 R:      Hartmut Knaack <[email protected]>
6622 R:      Lars-Peter Clausen <[email protected]>
6623 R:      Peter Meerwald-Stadler <[email protected]>
6624 L:      [email protected]
6625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6626 S:      Maintained
6627 F:      Documentation/devicetree/bindings/iio/
6628 F:      drivers/iio/
6629 F:      drivers/staging/iio/
6630 F:      include/linux/iio/
6631 F:      tools/iio/
6632
6633 IKANOS/ADI EAGLE ADSL USB DRIVER
6634 M:      Matthieu Castet <[email protected]>
6635 M:      Stanislaw Gruszka <[email protected]>
6636 S:      Maintained
6637 F:      drivers/usb/atm/ueagle-atm.c
6638
6639 IMGTEC ASCII LCD DRIVER
6640 M:      Paul Burton <[email protected]>
6641 S:      Maintained
6642 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6643 F:      drivers/auxdisplay/img-ascii-lcd.c
6644
6645 INA209 HARDWARE MONITOR DRIVER
6646 M:      Guenter Roeck <[email protected]>
6647 L:      [email protected]
6648 S:      Maintained
6649 F:      Documentation/hwmon/ina209
6650 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6651 F:      drivers/hwmon/ina209.c
6652
6653 INA2XX HARDWARE MONITOR DRIVER
6654 M:      Guenter Roeck <[email protected]>
6655 L:      [email protected]
6656 S:      Maintained
6657 F:      Documentation/hwmon/ina2xx
6658 F:      drivers/hwmon/ina2xx.c
6659 F:      include/linux/platform_data/ina2xx.h
6660
6661 INDUSTRY PACK SUBSYSTEM (IPACK)
6662 M:      Samuel Iglesias Gonsalvez <[email protected]>
6663 M:      Jens Taprogge <[email protected]>
6664 M:      Greg Kroah-Hartman <[email protected]>
6665 L:      [email protected]
6666 W:      http://industrypack.sourceforge.net
6667 S:      Maintained
6668 F:      drivers/ipack/
6669
6670 INGENIC JZ4780 DMA Driver
6671 M:      Zubair Lutfullah Kakakhel <[email protected]>
6672 S:      Maintained
6673 F:      drivers/dma/dma-jz4780.c
6674
6675 INGENIC JZ4780 NAND DRIVER
6676 M:      Harvey Hunt <[email protected]>
6677 L:      [email protected]
6678 S:      Maintained
6679 F:      drivers/mtd/nand/jz4780_*
6680
6681 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6682 M:      Mimi Zohar <[email protected]>
6683 M:      Dmitry Kasatkin <[email protected]>
6684 L:      [email protected]
6685 L:      [email protected]
6686 L:      [email protected]
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6688 S:      Supported
6689 F:      security/integrity/ima/
6690
6691 IMGTEC IR DECODER DRIVER
6692 M:      James Hogan <[email protected]>
6693 S:      Maintained
6694 F:      drivers/media/rc/img-ir/
6695
6696 IMS TWINTURBO FRAMEBUFFER DRIVER
6697 L:      [email protected]
6698 S:      Orphan
6699 F:      drivers/video/fbdev/imsttfb.c
6700
6701 INFINIBAND SUBSYSTEM
6702 M:      Doug Ledford <[email protected]>
6703 M:      Sean Hefty <[email protected]>
6704 M:      Hal Rosenstock <[email protected]>
6705 L:      [email protected]
6706 W:      http://www.openfabrics.org/
6707 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6709 S:      Supported
6710 F:      Documentation/devicetree/bindings/infiniband/
6711 F:      Documentation/infiniband/
6712 F:      drivers/infiniband/
6713 F:      include/uapi/linux/if_infiniband.h
6714 F:      include/uapi/rdma/
6715 F:      include/rdma/
6716
6717 INOTIFY
6718 M:      John McCutchan <[email protected]>
6719 M:      Robert Love <[email protected]>
6720 M:      Eric Paris <[email protected]>
6721 S:      Maintained
6722 F:      Documentation/filesystems/inotify.txt
6723 F:      fs/notify/inotify/
6724 F:      include/linux/inotify.h
6725 F:      include/uapi/linux/inotify.h
6726
6727 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6728 M:      Dmitry Torokhov <[email protected]>
6729 L:      [email protected]
6730 Q:      http://patchwork.kernel.org/project/linux-input/list/
6731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6732 S:      Maintained
6733 F:      drivers/input/
6734 F:      include/linux/input.h
6735 F:      include/uapi/linux/input.h
6736 F:      include/uapi/linux/input-event-codes.h
6737 F:      include/linux/input/
6738 F:      Documentation/devicetree/bindings/input/
6739 F:      Documentation/input/
6740
6741 INPUT MULTITOUCH (MT) PROTOCOL
6742 M:      Henrik Rydberg <[email protected]>
6743 L:      [email protected]
6744 S:      Odd fixes
6745 F:      Documentation/input/multi-touch-protocol.rst
6746 F:      drivers/input/input-mt.c
6747 K:      \b(ABS|SYN)_MT_
6748
6749 INSIDE SECURE CRYPTO DRIVER
6750 M:      Antoine Tenart <[email protected]>
6751 F:      drivers/crypto/inside-secure/
6752 S:      Maintained
6753 L:      [email protected]
6754
6755 INTEL ASoC BDW/HSW DRIVERS
6756 M:      Jie Yang <[email protected]>
6757 L:      [email protected] (moderated for non-subscribers)
6758 S:      Supported
6759 F:      sound/soc/intel/common/sst-dsp*
6760 F:      sound/soc/intel/common/sst-firmware.c
6761 F:      sound/soc/intel/boards/broadwell.c
6762 F:      sound/soc/intel/haswell/
6763
6764 INTEL C600 SERIES SAS CONTROLLER DRIVER
6765 M:      Intel SCU Linux support <[email protected]>
6766 M:      Artur Paszkiewicz <[email protected]>
6767 L:      [email protected]
6768 T:      git git://git.code.sf.net/p/intel-sas/isci
6769 S:      Supported
6770 F:      drivers/scsi/isci/
6771
6772 INTEL HID EVENT DRIVER
6773 M:      Alex Hung <[email protected]>
6774 L:      [email protected]
6775 S:      Maintained
6776 F:      drivers/platform/x86/intel-hid.c
6777
6778 INTEL VIRTUAL BUTTON DRIVER
6779 M:      AceLan Kao <[email protected]>
6780 L:      [email protected]
6781 S:      Maintained
6782 F:      drivers/platform/x86/intel-vbtn.c
6783
6784 INTEL IDLE DRIVER
6785 M:      Jacob Pan <[email protected]>
6786 M:      Len Brown <[email protected]>
6787 L:      [email protected]
6788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6789 B:      https://bugzilla.kernel.org
6790 S:      Supported
6791 F:      drivers/idle/intel_idle.c
6792
6793 INTEL INTEGRATED SENSOR HUB DRIVER
6794 M:      Srinivas Pandruvada <[email protected]>
6795 M:      Jiri Kosina <[email protected]>
6796 L:      [email protected]
6797 S:      Maintained
6798 F:      drivers/hid/intel-ish-hid/
6799
6800 INTEL PSTATE DRIVER
6801 M:      Srinivas Pandruvada <[email protected]>
6802 M:      Len Brown <[email protected]>
6803 L:      [email protected]
6804 S:      Supported
6805 F:      drivers/cpufreq/intel_pstate.c
6806
6807 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6808 M:      Maik Broemme <[email protected]>
6809 L:      [email protected]
6810 S:      Maintained
6811 F:      Documentation/fb/intelfb.txt
6812 F:      drivers/video/fbdev/intelfb/
6813
6814 INTEL 810/815 FRAMEBUFFER DRIVER
6815 M:      Antonino Daplas <[email protected]>
6816 L:      [email protected]
6817 S:      Maintained
6818 F:      drivers/video/fbdev/i810/
6819
6820 INTEL MENLOW THERMAL DRIVER
6821 M:      Sujith Thomas <[email protected]>
6822 L:      [email protected]
6823 W:      https://01.org/linux-acpi
6824 S:      Supported
6825 F:      drivers/platform/x86/intel_menlow.c
6826
6827 INTEL I/OAT DMA DRIVER
6828 M:      Dave Jiang <[email protected]>
6829 R:      Dan Williams <[email protected]>
6830 L:      [email protected]
6831 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6832 S:      Supported
6833 F:      drivers/dma/ioat*
6834
6835 INTEL IOMMU (VT-d)
6836 M:      David Woodhouse <[email protected]>
6837 L:      [email protected]
6838 T:      git git://git.infradead.org/iommu-2.6.git
6839 S:      Supported
6840 F:      drivers/iommu/intel-iommu.c
6841 F:      include/linux/intel-iommu.h
6842
6843 INTEL IOP-ADMA DMA DRIVER
6844 R:      Dan Williams <[email protected]>
6845 S:      Odd fixes
6846 F:      drivers/dma/iop-adma.c
6847
6848 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6849 M:      Krzysztof Halasa <[email protected]>
6850 S:      Maintained
6851 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6852 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6853 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6854 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6855 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6856 F:      drivers/net/wan/ixp4xx_hss.c
6857
6858 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6859 M:      Deepak Saxena <[email protected]>
6860 S:      Maintained
6861 F:      drivers/char/hw_random/ixp4xx-rng.c
6862
6863 INTEL ETHERNET DRIVERS
6864 M:      Jeff Kirsher <[email protected]>
6865 L:      [email protected] (moderated for non-subscribers)
6866 W:      http://www.intel.com/support/feedback.htm
6867 W:      http://e1000.sourceforge.net/
6868 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6871 S:      Supported
6872 F:      Documentation/networking/e100.txt
6873 F:      Documentation/networking/e1000.txt
6874 F:      Documentation/networking/e1000e.txt
6875 F:      Documentation/networking/igb.txt
6876 F:      Documentation/networking/igbvf.txt
6877 F:      Documentation/networking/ixgb.txt
6878 F:      Documentation/networking/ixgbe.txt
6879 F:      Documentation/networking/ixgbevf.txt
6880 F:      Documentation/networking/i40e.txt
6881 F:      Documentation/networking/i40evf.txt
6882 F:      drivers/net/ethernet/intel/
6883 F:      drivers/net/ethernet/intel/*/
6884 F:      include/linux/avf/virtchnl.h
6885
6886 INTEL RDMA RNIC DRIVER
6887 M:     Faisal Latif <[email protected]>
6888 M:     Shiraz Saleem <[email protected]>
6889 L:     [email protected]
6890 S:     Supported
6891 F:     drivers/infiniband/hw/i40iw/
6892
6893 INTEL MERRIFIELD GPIO DRIVER
6894 M:      Andy Shevchenko <[email protected]>
6895 L:      [email protected]
6896 S:      Maintained
6897 F:      drivers/gpio/gpio-merrifield.c
6898
6899 INTEL-MID GPIO DRIVER
6900 M:      David Cohen <[email protected]>
6901 L:      [email protected]
6902 S:      Maintained
6903 F:      drivers/gpio/gpio-intel-mid.c
6904
6905 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6906 M:      Stanislav Yakovlev <[email protected]>
6907 L:      [email protected]
6908 S:      Maintained
6909 F:      Documentation/networking/README.ipw2100
6910 F:      Documentation/networking/README.ipw2200
6911 F:      drivers/net/wireless/intel/ipw2x00/
6912
6913 INTEL(R) TRACE HUB
6914 M:      Alexander Shishkin <[email protected]>
6915 S:      Supported
6916 F:      Documentation/trace/intel_th.txt
6917 F:      drivers/hwtracing/intel_th/
6918
6919 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6920 M:      Ning Sun <[email protected]>
6921 L:      [email protected]
6922 W:      http://tboot.sourceforge.net
6923 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6924 S:      Supported
6925 F:      Documentation/intel_txt.txt
6926 F:      include/linux/tboot.h
6927 F:      arch/x86/kernel/tboot.c
6928
6929 INTEL WIRELESS WIMAX CONNECTION 2400
6930 M:      Inaky Perez-Gonzalez <[email protected]>
6931 M:      [email protected]
6932 L:      [email protected] (subscribers-only)
6933 S:      Supported
6934 W:      http://linuxwimax.org
6935 F:      Documentation/wimax/README.i2400m
6936 F:      drivers/net/wimax/i2400m/
6937 F:      include/uapi/linux/wimax/i2400m.h
6938
6939 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6940 M:      Stanislaw Gruszka <[email protected]>
6941 L:      [email protected]
6942 S:      Supported
6943 F:      drivers/net/wireless/intel/iwlegacy/
6944
6945 INTEL WIRELESS WIFI LINK (iwlwifi)
6946 M:      Johannes Berg <[email protected]>
6947 M:      Emmanuel Grumbach <[email protected]>
6948 M:      Luca Coelho <[email protected]>
6949 M:      Intel Linux Wireless <[email protected]>
6950 L:      [email protected]
6951 W:      http://intellinuxwireless.org
6952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6953 S:      Supported
6954 F:      drivers/net/wireless/intel/iwlwifi/
6955
6956 INTEL MANAGEMENT ENGINE (mei)
6957 M:      Tomas Winkler <[email protected]>
6958 L:      [email protected]
6959 S:      Supported
6960 F:      include/uapi/linux/mei.h
6961 F:      include/linux/mei_cl_bus.h
6962 F:      drivers/misc/mei/*
6963 F:      drivers/watchdog/mei_wdt.c
6964 F:      Documentation/misc-devices/mei/*
6965 F:      samples/mei/*
6966
6967 INTEL MIC DRIVERS (mic)
6968 M:      Sudeep Dutt <[email protected]>
6969 M:      Ashutosh Dixit <[email protected]>
6970 S:      Supported
6971 W:      https://github.com/sudeepdutt/mic
6972 W:      http://software.intel.com/en-us/mic-developer
6973 F:      include/linux/mic_bus.h
6974 F:      include/linux/scif.h
6975 F:      include/uapi/linux/mic_common.h
6976 F:      include/uapi/linux/mic_ioctl.h
6977 F:      include/uapi/linux/scif_ioctl.h
6978 F:      drivers/misc/mic/
6979 F:      drivers/dma/mic_x100_dma.c
6980 F:      drivers/dma/mic_x100_dma.h
6981 F:      Documentation/mic/
6982
6983 INTEL PMC/P-Unit IPC DRIVER
6984 M:      Zha Qipeng<[email protected]>
6985 L:      [email protected]
6986 S:      Maintained
6987 F:      drivers/platform/x86/intel_pmc_ipc.c
6988 F:      drivers/platform/x86/intel_punit_ipc.c
6989 F:      arch/x86/include/asm/intel_pmc_ipc.h
6990 F:      arch/x86/include/asm/intel_punit_ipc.h
6991
6992 INTEL TELEMETRY DRIVER
6993 M:      Souvik Kumar Chakravarty <[email protected]>
6994 L:      [email protected]
6995 S:      Maintained
6996 F:      arch/x86/include/asm/intel_telemetry.h
6997 F:      drivers/platform/x86/intel_telemetry*
6998
6999 INTEL PMC CORE DRIVER
7000 M:      Rajneesh Bhardwaj <[email protected]>
7001 M:      Vishwanath Somayaji <[email protected]>
7002 L:      [email protected]
7003 S:      Maintained
7004 F:      arch/x86/include/asm/pmc_core.h
7005 F:      drivers/platform/x86/intel_pmc_core*
7006
7007 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7008 M:      Linus Walleij <[email protected]>
7009 L:      [email protected]
7010 S:      Maintained
7011 F:      drivers/iio/gyro/mpu3050*
7012 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7013
7014 IOC3 ETHERNET DRIVER
7015 M:      Ralf Baechle <[email protected]>
7016 L:      [email protected]
7017 S:      Maintained
7018 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7019
7020 IOC3 SERIAL DRIVER
7021 M:      Pat Gefre <[email protected]>
7022 L:      [email protected]
7023 S:      Maintained
7024 F:      drivers/tty/serial/ioc3_serial.c
7025
7026 IOMMU DRIVERS
7027 M:      Joerg Roedel <[email protected]>
7028 L:      [email protected]
7029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7030 S:      Maintained
7031 F:      Documentation/devicetree/bindings/iommu/
7032 F:      drivers/iommu/
7033 F:      include/linux/iommu.h
7034 F:      include/linux/iova.h
7035
7036 IP MASQUERADING
7037 M:      Juanjo Ciarlante <[email protected]>
7038 S:      Maintained
7039 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7040
7041 IPMI SUBSYSTEM
7042 M:      Corey Minyard <[email protected]>
7043 L:      [email protected] (moderated for non-subscribers)
7044 W:      http://openipmi.sourceforge.net/
7045 S:      Supported
7046 F:      Documentation/IPMI.txt
7047 F:      drivers/char/ipmi/
7048 F:      include/linux/ipmi*
7049 F:      include/uapi/linux/ipmi*
7050
7051 QCOM AUDIO (ASoC) DRIVERS
7052 M:      Patrick Lai <[email protected]>
7053 M:      Banajit Goswami <[email protected]>
7054 L:      [email protected] (moderated for non-subscribers)
7055 S:      Supported
7056 F:      sound/soc/qcom/
7057
7058 IPS SCSI RAID DRIVER
7059 M:      Adaptec OEM Raid Solutions <[email protected]>
7060 L:      [email protected]
7061 W:      http://www.adaptec.com/
7062 S:      Maintained
7063 F:      drivers/scsi/ips*
7064
7065 IPVS
7066 M:      Wensong Zhang <[email protected]>
7067 M:      Simon Horman <[email protected]>
7068 M:      Julian Anastasov <[email protected]>
7069 L:      [email protected]
7070 L:      [email protected]
7071 S:      Maintained
7072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7074 F:      Documentation/networking/ipvs-sysctl.txt
7075 F:      include/net/ip_vs.h
7076 F:      include/uapi/linux/ip_vs.h
7077 F:      net/netfilter/ipvs/
7078
7079 IPWIRELESS DRIVER
7080 M:      Jiri Kosina <[email protected]>
7081 M:      David Sterba <[email protected]>
7082 S:      Odd Fixes
7083 F:      drivers/tty/ipwireless/
7084
7085 IPX NETWORK LAYER
7086 L:      [email protected]
7087 S:      Odd fixes
7088 F:      include/net/ipx.h
7089 F:      include/uapi/linux/ipx.h
7090 F:      net/ipx/
7091
7092 IRDA SUBSYSTEM
7093 M:      Samuel Ortiz <[email protected]>
7094 L:      [email protected] (subscribers-only)
7095 L:      [email protected]
7096 W:      http://irda.sourceforge.net/
7097 S:      Maintained
7098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7099 F:      Documentation/networking/irda.txt
7100 F:      drivers/net/irda/
7101 F:      include/net/irda/
7102 F:      net/irda/
7103
7104 IRQ SUBSYSTEM
7105 M:      Thomas Gleixner <[email protected]>
7106 L:      [email protected]
7107 S:      Maintained
7108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7109 F:      kernel/irq/
7110
7111 IRQCHIP DRIVERS
7112 M:      Thomas Gleixner <[email protected]>
7113 M:      Jason Cooper <[email protected]>
7114 M:      Marc Zyngier <[email protected]>
7115 L:      [email protected]
7116 S:      Maintained
7117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7118 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
7119 F:      Documentation/devicetree/bindings/interrupt-controller/
7120 F:      drivers/irqchip/
7121
7122 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7123 M:      Marc Zyngier <[email protected]>
7124 S:      Maintained
7125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7126 F:      Documentation/IRQ-domain.txt
7127 F:      include/linux/irqdomain.h
7128 F:      kernel/irq/irqdomain.c
7129 F:      kernel/irq/msi.c
7130
7131 ISA
7132 M:      William Breathitt Gray <[email protected]>
7133 S:      Maintained
7134 F:      Documentation/isa.txt
7135 F:      drivers/base/isa.c
7136 F:      include/linux/isa.h
7137
7138 ISAPNP
7139 M:      Jaroslav Kysela <[email protected]>
7140 S:      Maintained
7141 F:      Documentation/isapnp.txt
7142 F:      drivers/pnp/isapnp/
7143 F:      include/linux/isapnp.h
7144
7145 ISA RADIO MODULE
7146 M:      Hans Verkuil <[email protected]>
7147 L:      [email protected]
7148 T:      git git://linuxtv.org/media_tree.git
7149 W:      https://linuxtv.org
7150 S:      Maintained
7151 F:      drivers/media/radio/radio-isa*
7152
7153 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7154 M:      Peter Jones <[email protected]>
7155 M:      Konrad Rzeszutek Wilk <[email protected]>
7156 S:      Maintained
7157 F:      drivers/firmware/iscsi_ibft*
7158
7159 ISCSI
7160 M:      Lee Duncan <[email protected]>
7161 M:      Chris Leech <[email protected]>
7162 L:      [email protected]
7163 W:      www.open-iscsi.com
7164 S:      Maintained
7165 F:      drivers/scsi/*iscsi*
7166 F:      include/scsi/*iscsi*
7167
7168 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7169 M:      Or Gerlitz <[email protected]>
7170 M:      Sagi Grimberg <[email protected]>
7171 M:      Roi Dayan <[email protected]>
7172 L:      [email protected]
7173 S:      Supported
7174 W:      http://www.openfabrics.org
7175 W:      www.open-iscsi.org
7176 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7177 F:      drivers/infiniband/ulp/iser/
7178
7179 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7180 M:      Sagi Grimberg <[email protected]>
7181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7182 L:      [email protected]
7183 L:      [email protected]
7184 S:      Supported
7185 W:      http://www.linux-iscsi.org
7186 F:      drivers/infiniband/ulp/isert
7187
7188 ISDN SUBSYSTEM
7189 M:      Karsten Keil <[email protected]>
7190 L:      [email protected] (subscribers-only)
7191 L:      [email protected]
7192 W:      http://www.isdn4linux.de
7193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7194 S:      Maintained
7195 F:      Documentation/isdn/
7196 F:      drivers/isdn/
7197 F:      include/linux/isdn.h
7198 F:      include/linux/isdn/
7199 F:      include/uapi/linux/isdn.h
7200 F:      include/uapi/linux/isdn/
7201
7202 ISDN SUBSYSTEM (Eicon active card driver)
7203 M:      Armin Schindler <[email protected]>
7204 L:      [email protected] (subscribers-only)
7205 W:      http://www.melware.de
7206 S:      Maintained
7207 F:      drivers/isdn/hardware/eicon/
7208
7209 IT87 HARDWARE MONITORING DRIVER
7210 M:      Jean Delvare <[email protected]>
7211 L:      [email protected]
7212 S:      Maintained
7213 F:      Documentation/hwmon/it87
7214 F:      drivers/hwmon/it87.c
7215
7216 IT913X MEDIA DRIVER
7217 M:      Antti Palosaari <[email protected]>
7218 L:      [email protected]
7219 W:      https://linuxtv.org
7220 W:      http://palosaari.fi/linux/
7221 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7222 T:      git git://linuxtv.org/anttip/media_tree.git
7223 S:      Maintained
7224 F:      drivers/media/tuners/it913x*
7225
7226 IVTV VIDEO4LINUX DRIVER
7227 M:      Andy Walls <[email protected]>
7228 L:      [email protected] (subscribers-only)
7229 L:      [email protected]
7230 T:      git git://linuxtv.org/media_tree.git
7231 W:      http://www.ivtvdriver.org
7232 S:      Maintained
7233 F:      Documentation/media/v4l-drivers/ivtv*
7234 F:      drivers/media/pci/ivtv/
7235 F:      include/uapi/linux/ivtv*
7236
7237 IX2505V MEDIA DRIVER
7238 M:      Malcolm Priestley <[email protected]>
7239 L:      [email protected]
7240 W:      https://linuxtv.org
7241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7242 S:      Maintained
7243 F:      drivers/media/dvb-frontends/ix2505v*
7244
7245 JC42.4 TEMPERATURE SENSOR DRIVER
7246 M:      Guenter Roeck <[email protected]>
7247 L:      [email protected]
7248 S:      Maintained
7249 F:      drivers/hwmon/jc42.c
7250 F:      Documentation/hwmon/jc42
7251
7252 JFS FILESYSTEM
7253 M:      Dave Kleikamp <[email protected]>
7254 L:      [email protected]
7255 W:      http://jfs.sourceforge.net/
7256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7257 S:      Maintained
7258 F:      Documentation/filesystems/jfs.txt
7259 F:      fs/jfs/
7260
7261 JME NETWORK DRIVER
7262 M:      Guo-Fu Tseng <[email protected]>
7263 L:      [email protected]
7264 S:      Maintained
7265 F:      drivers/net/ethernet/jme.*
7266
7267 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7268 M:      David Woodhouse <[email protected]>
7269 L:      [email protected]
7270 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7271 S:      Maintained
7272 F:      fs/jffs2/
7273 F:      include/uapi/linux/jffs2.h
7274
7275 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7276 M:      "Theodore Ts'o" <[email protected]>
7277 M:      Jan Kara <[email protected]>
7278 L:      [email protected]
7279 S:      Maintained
7280 F:      fs/jbd2/
7281 F:      include/linux/jbd2.h
7282
7283 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7284 M:      Mikhail Ulyanov <[email protected]>
7285 L:      [email protected]
7286 S:      Maintained
7287 F:      drivers/media/platform/rcar_jpu.c
7288
7289 JSM Neo PCI based serial card
7290 M:      Guilherme G. Piccoli <[email protected]>
7291 L:      [email protected]
7292 S:      Maintained
7293 F:      drivers/tty/serial/jsm/
7294
7295 K10TEMP HARDWARE MONITORING DRIVER
7296 M:      Clemens Ladisch <[email protected]>
7297 L:      [email protected]
7298 S:      Maintained
7299 F:      Documentation/hwmon/k10temp
7300 F:      drivers/hwmon/k10temp.c
7301
7302 K8TEMP HARDWARE MONITORING DRIVER
7303 M:      Rudolf Marek <[email protected]>
7304 L:      [email protected]
7305 S:      Maintained
7306 F:      Documentation/hwmon/k8temp
7307 F:      drivers/hwmon/k8temp.c
7308
7309 KASAN
7310 M:      Andrey Ryabinin <[email protected]>
7311 R:      Alexander Potapenko <[email protected]>
7312 R:      Dmitry Vyukov <[email protected]>
7313 L:      [email protected]
7314 S:      Maintained
7315 F:      arch/*/include/asm/kasan.h
7316 F:      arch/*/mm/kasan_init*
7317 F:      Documentation/dev-tools/kasan.rst
7318 F:      include/linux/kasan*.h
7319 F:      lib/test_kasan.c
7320 F:      mm/kasan/
7321 F:      scripts/Makefile.kasan
7322
7323 KCONFIG
7324 M:      "Yann E. MORIN" <[email protected]>
7325 L:      [email protected]
7326 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7327 S:      Maintained
7328 F:      Documentation/kbuild/kconfig-language.txt
7329 F:      scripts/kconfig/
7330
7331 KDUMP
7332 M:      Dave Young <[email protected]>
7333 M:      Baoquan He <[email protected]>
7334 R:      Vivek Goyal <[email protected]>
7335 L:      [email protected]
7336 W:      http://lse.sourceforge.net/kdump/
7337 S:      Maintained
7338 F:      Documentation/kdump/
7339
7340 KEENE FM RADIO TRANSMITTER DRIVER
7341 M:      Hans Verkuil <[email protected]>
7342 L:      [email protected]
7343 T:      git git://linuxtv.org/media_tree.git
7344 W:      https://linuxtv.org
7345 S:      Maintained
7346 F:      drivers/media/radio/radio-keene*
7347
7348 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7349 M:      Ian Kent <[email protected]>
7350 L:      [email protected]
7351 S:      Maintained
7352 F:      fs/autofs4/
7353
7354 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7355 M:      Masahiro Yamada <[email protected]>
7356 M:      Michal Marek <[email protected]>
7357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7358 L:      [email protected]
7359 S:      Maintained
7360 F:      Documentation/kbuild/
7361 F:      Makefile
7362 F:      scripts/Makefile.*
7363 F:      scripts/basic/
7364 F:      scripts/mk*
7365 F:      scripts/package/
7366
7367 KERNEL JANITORS
7368 L:      [email protected]
7369 W:      http://kernelnewbies.org/KernelJanitors
7370 S:      Odd Fixes
7371
7372 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7373 M:      "J. Bruce Fields" <[email protected]>
7374 M:      Jeff Layton <[email protected]>
7375 L:      [email protected]
7376 W:      http://nfs.sourceforge.net/
7377 T:      git git://linux-nfs.org/~bfields/linux.git
7378 S:      Supported
7379 F:      fs/nfsd/
7380 F:      include/uapi/linux/nfsd/
7381 F:      fs/lockd/
7382 F:      fs/nfs_common/
7383 F:      net/sunrpc/
7384 F:      include/linux/lockd/
7385 F:      include/linux/sunrpc/
7386 F:      include/uapi/linux/sunrpc/
7387
7388 KERNEL SELFTEST FRAMEWORK
7389 M:      Shuah Khan <[email protected]>
7390 M:      Shuah Khan <[email protected]>
7391 L:      [email protected]
7392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7393 S:      Maintained
7394 F:      tools/testing/selftests/
7395 F:      Documentation/dev-tools/kselftest*
7396
7397 KERNEL VIRTUAL MACHINE (KVM)
7398 M:      Paolo Bonzini <[email protected]>
7399 M:      Radim Krčmář <[email protected]>
7400 L:      [email protected]
7401 W:      http://www.linux-kvm.org
7402 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7403 S:      Supported
7404 F:      Documentation/*/kvm*.txt
7405 F:      Documentation/virtual/kvm/
7406 F:      arch/*/kvm/
7407 F:      arch/x86/kernel/kvm.c
7408 F:      arch/x86/kernel/kvmclock.c
7409 F:      arch/*/include/asm/kvm*
7410 F:      include/linux/kvm*
7411 F:      include/uapi/linux/kvm*
7412 F:      virt/kvm/
7413 F:      tools/kvm/
7414
7415 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7416 M:      Joerg Roedel <[email protected]>
7417 L:      [email protected]
7418 W:      http://www.linux-kvm.org/
7419 S:      Maintained
7420 F:      arch/x86/include/asm/svm.h
7421 F:      arch/x86/kvm/svm.c
7422
7423 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7424 M:      Alexander Graf <[email protected]>
7425 L:      [email protected]
7426 W:      http://www.linux-kvm.org/
7427 T:      git git://github.com/agraf/linux-2.6.git
7428 S:      Supported
7429 F:      arch/powerpc/include/asm/kvm*
7430 F:      arch/powerpc/kvm/
7431
7432 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7433 M:      Christian Borntraeger <[email protected]>
7434 M:      Cornelia Huck <[email protected]>
7435 L:      [email protected]
7436 W:      http://www.ibm.com/developerworks/linux/linux390/
7437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7438 S:      Supported
7439 F:      Documentation/s390/kvm.txt
7440 F:      arch/s390/include/asm/kvm*
7441 F:      arch/s390/kvm/
7442 F:      arch/s390/mm/gmap.c
7443
7444 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7445 M:      Christoffer Dall <[email protected]>
7446 M:      Marc Zyngier <[email protected]>
7447 L:      [email protected] (moderated for non-subscribers)
7448 L:      [email protected]
7449 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7451 S:      Supported
7452 F:      arch/arm/include/uapi/asm/kvm*
7453 F:      arch/arm/include/asm/kvm*
7454 F:      arch/arm/kvm/
7455 F:      virt/kvm/arm/
7456 F:      include/kvm/arm_*
7457
7458 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7459 M:      Christoffer Dall <[email protected]>
7460 M:      Marc Zyngier <[email protected]>
7461 L:      [email protected] (moderated for non-subscribers)
7462 L:      [email protected]
7463 S:      Maintained
7464 F:      arch/arm64/include/uapi/asm/kvm*
7465 F:      arch/arm64/include/asm/kvm*
7466 F:      arch/arm64/kvm/
7467
7468 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7469 M:      James Hogan <[email protected]>
7470 L:      [email protected]
7471 S:      Supported
7472 F:      arch/mips/include/uapi/asm/kvm*
7473 F:      arch/mips/include/asm/kvm*
7474 F:      arch/mips/kvm/
7475
7476 KERNFS
7477 M:      Greg Kroah-Hartman <[email protected]>
7478 M:      Tejun Heo <[email protected]>
7479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7480 S:      Supported
7481 F:      include/linux/kernfs.h
7482 F:      fs/kernfs/
7483
7484 KEXEC
7485 M:      Eric Biederman <[email protected]>
7486 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7487 L:      [email protected]
7488 S:      Maintained
7489 F:      include/linux/kexec.h
7490 F:      include/uapi/linux/kexec.h
7491 F:      kernel/kexec*
7492
7493 KEYS/KEYRINGS:
7494 M:      David Howells <[email protected]>
7495 L:      [email protected]
7496 S:      Maintained
7497 F:      Documentation/security/keys/core.rst
7498 F:      include/linux/key.h
7499 F:      include/linux/key-type.h
7500 F:      include/linux/keyctl.h
7501 F:      include/uapi/linux/keyctl.h
7502 F:      include/keys/
7503 F:      security/keys/
7504
7505 KEYS-TRUSTED
7506 M:      David Safford <[email protected]>
7507 M:      Mimi Zohar <[email protected]>
7508 L:      [email protected]
7509 L:      [email protected]
7510 S:      Supported
7511 F:      Documentation/security/keys/trusted-encrypted.rst
7512 F:      include/keys/trusted-type.h
7513 F:      security/keys/trusted.c
7514 F:      security/keys/trusted.h
7515
7516 KEYS-ENCRYPTED
7517 M:      Mimi Zohar <[email protected]>
7518 M:      David Safford <[email protected]>
7519 L:      [email protected]
7520 L:      [email protected]
7521 S:      Supported
7522 F:      Documentation/security/keys/trusted-encrypted.rst
7523 F:      include/keys/encrypted-type.h
7524 F:      security/keys/encrypted-keys/
7525
7526 KGDB / KDB /debug_core
7527 M:      Jason Wessel <[email protected]>
7528 W:      http://kgdb.wiki.kernel.org/
7529 L:      [email protected]
7530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7531 S:      Maintained
7532 F:      Documentation/dev-tools/kgdb.rst
7533 F:      drivers/misc/kgdbts.c
7534 F:      drivers/tty/serial/kgdboc.c
7535 F:      include/linux/kdb.h
7536 F:      include/linux/kgdb.h
7537 F:      kernel/debug/
7538
7539 KMEMCHECK
7540 M:      Vegard Nossum <[email protected]>
7541 M:      Pekka Enberg <[email protected]>
7542 S:      Maintained
7543 F:      Documentation/dev-tools/kmemcheck.rst
7544 F:      arch/x86/include/asm/kmemcheck.h
7545 F:      arch/x86/mm/kmemcheck/
7546 F:      include/linux/kmemcheck.h
7547 F:      mm/kmemcheck.c
7548
7549 KMEMLEAK
7550 M:      Catalin Marinas <[email protected]>
7551 S:      Maintained
7552 F:      Documentation/dev-tools/kmemleak.rst
7553 F:      include/linux/kmemleak.h
7554 F:      mm/kmemleak.c
7555 F:      mm/kmemleak-test.c
7556
7557 KMOD MODULE USERMODE HELPER
7558 M:      "Luis R. Rodriguez" <[email protected]>
7559 L:      [email protected]
7560 S:      Maintained
7561 F:      kernel/kmod.c
7562 F:      include/linux/kmod.h
7563 F:      lib/test_kmod.c
7564 F:      tools/testing/selftests/kmod/
7565
7566 KPROBES
7567 M:      Ananth N Mavinakayanahalli <[email protected]>
7568 M:      Anil S Keshavamurthy <[email protected]>
7569 M:      "David S. Miller" <[email protected]>
7570 M:      Masami Hiramatsu <[email protected]>
7571 S:      Maintained
7572 F:      Documentation/kprobes.txt
7573 F:      include/linux/kprobes.h
7574 F:      include/asm-generic/kprobes.h
7575 F:      kernel/kprobes.c
7576
7577 KS0108 LCD CONTROLLER DRIVER
7578 M:      Miguel Ojeda Sandonis <[email protected]>
7579 W:      http://miguelojeda.es/auxdisplay.htm
7580 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7581 S:      Maintained
7582 F:      Documentation/auxdisplay/ks0108
7583 F:      drivers/auxdisplay/ks0108.c
7584 F:      include/linux/ks0108.h
7585
7586 L3MDEV
7587 M:      David Ahern <[email protected]>
7588 L:      [email protected]
7589 S:      Maintained
7590 F:      net/l3mdev
7591 F:      include/net/l3mdev.h
7592
7593 LANTIQ MIPS ARCHITECTURE
7594 M:      John Crispin <[email protected]>
7595 L:      [email protected]
7596 S:      Maintained
7597 F:      arch/mips/lantiq
7598
7599 LAPB module
7600 L:      [email protected]
7601 S:      Orphan
7602 F:      Documentation/networking/lapb-module.txt
7603 F:      include/*/lapb.h
7604 F:      net/lapb/
7605
7606 LASI 53c700 driver for PARISC
7607 M:      "James E.J. Bottomley" <[email protected]>
7608 L:      [email protected]
7609 S:      Maintained
7610 F:      Documentation/scsi/53c700.txt
7611 F:      drivers/scsi/53c700*
7612
7613 LED SUBSYSTEM
7614 M:      Richard Purdie <[email protected]>
7615 M:      Jacek Anaszewski <[email protected]>
7616 M:      Pavel Machek <[email protected]>
7617 L:      [email protected]
7618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7619 S:      Maintained
7620 F:      Documentation/devicetree/bindings/leds/
7621 F:      drivers/leds/
7622 F:      include/linux/leds.h
7623
7624 LEGACY EEPROM DRIVER
7625 M:      Jean Delvare <[email protected]>
7626 S:      Maintained
7627 F:      Documentation/misc-devices/eeprom
7628 F:      drivers/misc/eeprom/eeprom.c
7629
7630 LEGO USB Tower driver
7631 M:      Juergen Stuber <[email protected]>
7632 L:      [email protected]
7633 W:      http://legousb.sourceforge.net/
7634 S:      Maintained
7635 F:      drivers/usb/misc/legousbtower.c
7636
7637 LG2160 MEDIA DRIVER
7638 M:      Michael Krufky <[email protected]>
7639 L:      [email protected]
7640 W:      https://linuxtv.org
7641 W:      http://github.com/mkrufky
7642 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7643 T:      git git://linuxtv.org/mkrufky/tuners.git
7644 S:      Maintained
7645 F:      drivers/media/dvb-frontends/lg2160.*
7646
7647 LGDT3305 MEDIA DRIVER
7648 M:      Michael Krufky <[email protected]>
7649 L:      [email protected]
7650 W:      https://linuxtv.org
7651 W:      http://github.com/mkrufky
7652 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7653 T:      git git://linuxtv.org/mkrufky/tuners.git
7654 S:      Maintained
7655 F:      drivers/media/dvb-frontends/lgdt3305.*
7656
7657 LGUEST
7658 M:      Rusty Russell <[email protected]>
7659 L:      [email protected]
7660 W:      http://lguest.ozlabs.org/
7661 S:      Odd Fixes
7662 F:      arch/x86/include/asm/lguest*.h
7663 F:      arch/x86/lguest/
7664 F:      drivers/lguest/
7665 F:      include/linux/lguest*.h
7666 F:      tools/lguest/
7667
7668 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7669 M:      Tejun Heo <[email protected]>
7670 L:      [email protected]
7671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7672 S:      Maintained
7673 F:      drivers/ata/
7674 F:      include/linux/ata.h
7675 F:      include/linux/libata.h
7676 F:      Documentation/devicetree/bindings/ata/
7677
7678 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7679 M:      Viresh Kumar <[email protected]>
7680 L:      [email protected]
7681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7682 S:      Maintained
7683 F:      include/linux/pata_arasan_cf_data.h
7684 F:      drivers/ata/pata_arasan_cf.c
7685
7686 LIBATA PATA DRIVERS
7687 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7688 M:      Tejun Heo <[email protected]>
7689 L:      [email protected]
7690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7691 S:      Maintained
7692 F:      drivers/ata/pata_*.c
7693 F:      drivers/ata/ata_generic.c
7694
7695 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7696 M:      Linus Walleij <[email protected]>
7697 L:      [email protected]
7698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7699 S:      Maintained
7700 F:      drivers/ata/pata_ftide010.c
7701 F:      drivers/ata/sata_gemini.c
7702 F:      drivers/ata/sata_gemini.h
7703
7704 LIBATA SATA AHCI PLATFORM devices support
7705 M:      Hans de Goede <[email protected]>
7706 M:      Tejun Heo <[email protected]>
7707 L:      [email protected]
7708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7709 S:      Maintained
7710 F:      drivers/ata/ahci_platform.c
7711 F:      drivers/ata/libahci_platform.c
7712 F:      include/linux/ahci_platform.h
7713
7714 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7715 M:      Mikael Pettersson <[email protected]>
7716 L:      [email protected]
7717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7718 S:      Maintained
7719 F:      drivers/ata/sata_promise.*
7720
7721 LIBLOCKDEP
7722 M:      Sasha Levin <[email protected]>
7723 S:      Maintained
7724 F:      tools/lib/lockdep/
7725
7726 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7727 M:      Dan Williams <[email protected]>
7728 L:      [email protected]
7729 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7731 S:      Supported
7732 F:      drivers/nvdimm/*
7733 F:      include/linux/nd.h
7734 F:      include/linux/libnvdimm.h
7735 F:      include/uapi/linux/ndctl.h
7736
7737 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7738 M:      Ross Zwisler <[email protected]>
7739 L:      [email protected]
7740 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7741 S:      Supported
7742 F:      drivers/nvdimm/blk.c
7743 F:      drivers/nvdimm/region_devs.c
7744 F:      drivers/acpi/nfit*
7745
7746 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7747 M:      Vishal Verma <[email protected]>
7748 L:      [email protected]
7749 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7750 S:      Supported
7751 F:      drivers/nvdimm/btt*
7752
7753 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7754 M:      Ross Zwisler <[email protected]>
7755 L:      [email protected]
7756 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7757 S:      Supported
7758 F:      drivers/nvdimm/pmem*
7759
7760 LIGHTNVM PLATFORM SUPPORT
7761 M:      Matias Bjorling <[email protected]>
7762 W:      http://github/OpenChannelSSD
7763 L:      [email protected]
7764 S:      Maintained
7765 F:      drivers/lightnvm/
7766 F:      include/linux/lightnvm.h
7767 F:      include/uapi/linux/lightnvm.h
7768
7769 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7770 M:      Benjamin Herrenschmidt <[email protected]>
7771 M:      Paul Mackerras <[email protected]>
7772 M:      Michael Ellerman <[email protected]>
7773 W:      https://github.com/linuxppc/linux/wiki
7774 L:      [email protected]
7775 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7777 S:      Supported
7778 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7779 F:      Documentation/devicetree/bindings/powerpc/
7780 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7781 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7782 F:      Documentation/powerpc/
7783 F:      arch/powerpc/
7784 F:      drivers/char/tpm/tpm_ibmvtpm*
7785 F:      drivers/crypto/nx/
7786 F:      drivers/crypto/vmx/
7787 F:      drivers/i2c/busses/i2c-opal.c
7788 F:      drivers/net/ethernet/ibm/ibmveth.*
7789 F:      drivers/net/ethernet/ibm/ibmvnic.*
7790 F:      drivers/pci/hotplug/pnv_php.c
7791 F:      drivers/pci/hotplug/rpa*
7792 F:      drivers/rtc/rtc-opal.c
7793 F:      drivers/scsi/ibmvscsi/
7794 F:      drivers/tty/hvc/hvc_opal.c
7795 F:      tools/testing/selftests/powerpc
7796 N:      /pmac
7797 N:      powermac
7798 N:      powernv
7799 N:      [^a-z0-9]ps3
7800 N:      pseries
7801
7802 LINUX FOR POWER MACINTOSH
7803 M:      Benjamin Herrenschmidt <[email protected]>
7804 W:      http://www.penguinppc.org/
7805 L:      [email protected]
7806 S:      Maintained
7807 F:      arch/powerpc/platforms/powermac/
7808 F:      drivers/macintosh/
7809
7810 LINUX FOR POWERPC EMBEDDED MPC5XXX
7811 M:      Anatolij Gustschin <[email protected]>
7812 L:      [email protected]
7813 T:      git git://git.denx.de/linux-denx-agust.git
7814 S:      Maintained
7815 F:      arch/powerpc/platforms/512x/
7816 F:      arch/powerpc/platforms/52xx/
7817
7818 LINUX FOR POWERPC EMBEDDED PPC4XX
7819 M:      Alistair Popple <[email protected]>
7820 M:      Matt Porter <[email protected]>
7821 W:      http://www.penguinppc.org/
7822 L:      [email protected]
7823 S:      Maintained
7824 F:      arch/powerpc/platforms/40x/
7825 F:      arch/powerpc/platforms/44x/
7826
7827 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7828 L:      [email protected]
7829 S:      Orphan
7830 F:      arch/powerpc/*/*virtex*
7831 F:      arch/powerpc/*/*/*virtex*
7832
7833 LINUX FOR POWERPC EMBEDDED PPC8XX
7834 M:      Vitaly Bordug <[email protected]>
7835 W:      http://www.penguinppc.org/
7836 L:      [email protected]
7837 S:      Maintained
7838 F:      arch/powerpc/platforms/8xx/
7839
7840 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7841 M:      Scott Wood <[email protected]>
7842 M:      Kumar Gala <[email protected]>
7843 W:      http://www.penguinppc.org/
7844 L:      [email protected]
7845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7846 S:      Maintained
7847 F:      arch/powerpc/platforms/83xx/
7848 F:      arch/powerpc/platforms/85xx/
7849 F:      Documentation/devicetree/bindings/powerpc/fsl/
7850
7851 LINUX FOR POWERPC PA SEMI PWRFICIENT
7852 L:      [email protected]
7853 S:      Orphan
7854 F:      arch/powerpc/platforms/pasemi/
7855 F:      drivers/*/*pasemi*
7856 F:      drivers/*/*/*pasemi*
7857
7858 LINUX SECURITY MODULE (LSM) FRAMEWORK
7859 M:      Chris Wright <[email protected]>
7860 L:      [email protected]
7861 S:      Supported
7862
7863 LIS3LV02D ACCELEROMETER DRIVER
7864 M:      Eric Piel <[email protected]>
7865 S:      Maintained
7866 F:      Documentation/misc-devices/lis3lv02d
7867 F:      drivers/misc/lis3lv02d/
7868 F:      drivers/platform/x86/hp_accel.c
7869
7870 LIVE PATCHING
7871 M:      Josh Poimboeuf <[email protected]>
7872 M:      Jessica Yu <[email protected]>
7873 M:      Jiri Kosina <[email protected]>
7874 M:      Miroslav Benes <[email protected]>
7875 R:      Petr Mladek <[email protected]>
7876 S:      Maintained
7877 F:      kernel/livepatch/
7878 F:      include/linux/livepatch.h
7879 F:      arch/x86/include/asm/livepatch.h
7880 F:      arch/x86/kernel/livepatch.c
7881 F:      Documentation/livepatch/
7882 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7883 F:      samples/livepatch/
7884 L:      [email protected]
7885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7886
7887 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7888 M:      Kees Cook <[email protected]>
7889 S:      Maintained
7890 F:      drivers/misc/lkdtm*
7891
7892 LLC (802.2)
7893 L:      [email protected]
7894 S:      Odd fixes
7895 F:      include/linux/llc.h
7896 F:      include/uapi/linux/llc.h
7897 F:      include/net/llc*
7898 F:      net/llc/
7899
7900 LM73 HARDWARE MONITOR DRIVER
7901 M:      Guillaume Ligneul <[email protected]>
7902 L:      [email protected]
7903 S:      Maintained
7904 F:      drivers/hwmon/lm73.c
7905
7906 LM78 HARDWARE MONITOR DRIVER
7907 M:      Jean Delvare <[email protected]>
7908 L:      [email protected]
7909 S:      Maintained
7910 F:      Documentation/hwmon/lm78
7911 F:      drivers/hwmon/lm78.c
7912
7913 LM83 HARDWARE MONITOR DRIVER
7914 M:      Jean Delvare <[email protected]>
7915 L:      [email protected]
7916 S:      Maintained
7917 F:      Documentation/hwmon/lm83
7918 F:      drivers/hwmon/lm83.c
7919
7920 LM90 HARDWARE MONITOR DRIVER
7921 M:      Jean Delvare <[email protected]>
7922 L:      [email protected]
7923 S:      Maintained
7924 F:      Documentation/hwmon/lm90
7925 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7926 F:      drivers/hwmon/lm90.c
7927 F:      include/dt-bindings/thermal/lm90.h
7928
7929 LM95234 HARDWARE MONITOR DRIVER
7930 M:      Guenter Roeck <[email protected]>
7931 L:      [email protected]
7932 S:      Maintained
7933 F:      Documentation/hwmon/lm95234
7934 F:      drivers/hwmon/lm95234.c
7935
7936 LME2510 MEDIA DRIVER
7937 M:      Malcolm Priestley <[email protected]>
7938 L:      [email protected]
7939 W:      https://linuxtv.org
7940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7941 S:      Maintained
7942 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7943
7944 LOCKING PRIMITIVES
7945 M:      Peter Zijlstra <[email protected]>
7946 M:      Ingo Molnar <[email protected]>
7947 L:      [email protected]
7948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7949 S:      Maintained
7950 F:      Documentation/locking/
7951 F:      include/linux/lockdep.h
7952 F:      include/linux/spinlock*.h
7953 F:      arch/*/include/asm/spinlock*.h
7954 F:      include/linux/rwlock*.h
7955 F:      include/linux/mutex*.h
7956 F:      arch/*/include/asm/mutex*.h
7957 F:      include/linux/rwsem*.h
7958 F:      arch/*/include/asm/rwsem.h
7959 F:      include/linux/seqlock.h
7960 F:      lib/locking*.[ch]
7961 F:      kernel/locking/
7962
7963 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7964 M:      "Richard Russon (FlatCap)" <[email protected]>
7965 L:      [email protected]
7966 W:      http://www.linux-ntfs.org/content/view/19/37/
7967 S:      Maintained
7968 F:      Documentation/ldm.txt
7969 F:      block/partitions/ldm.*
7970
7971 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7972 M:      Sathya Prakash <[email protected]>
7973 M:      Chaitra P B <[email protected]>
7974 M:      Suganath Prabu Subramani <[email protected]>
7975 L:      [email protected]
7976 L:      [email protected]
7977 W:      http://www.avagotech.com/support/
7978 S:      Supported
7979 F:      drivers/message/fusion/
7980 F:      drivers/scsi/mpt2sas/
7981 F:      drivers/scsi/mpt3sas/
7982
7983 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7984 M:      Matthew Wilcox <[email protected]>
7985 L:      [email protected]
7986 S:      Maintained
7987 F:      drivers/scsi/sym53c8xx_2/
7988
7989 LTC4261 HARDWARE MONITOR DRIVER
7990 M:      Guenter Roeck <[email protected]>
7991 L:      [email protected]
7992 S:      Maintained
7993 F:      Documentation/hwmon/ltc4261
7994 F:      drivers/hwmon/ltc4261.c
7995
7996 LTC4306 I2C MULTIPLEXER DRIVER
7997 M:      Michael Hennerich <[email protected]>
7998 W:      http://ez.analog.com/community/linux-device-drivers
7999 L:      [email protected]
8000 S:      Supported
8001 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8002 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8003
8004 LTP (Linux Test Project)
8005 M:      Mike Frysinger <[email protected]>
8006 M:      Cyril Hrubis <[email protected]>
8007 M:      Wanlong Gao <[email protected]>
8008 M:      Jan Stancek <[email protected]>
8009 M:      Stanislav Kholmanskikh <[email protected]>
8010 M:      Alexey Kodanev <[email protected]>
8011 L:      [email protected] (subscribers-only)
8012 W:      http://linux-test-project.github.io/
8013 T:      git git://github.com/linux-test-project/ltp.git
8014 S:      Maintained
8015
8016 M32R ARCHITECTURE
8017 W:      http://www.linux-m32r.org/
8018 S:      Orphan
8019 F:      arch/m32r/
8020
8021 M68K ARCHITECTURE
8022 M:      Geert Uytterhoeven <[email protected]>
8023 L:      [email protected]
8024 W:      http://www.linux-m68k.org/
8025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8026 S:      Maintained
8027 F:      arch/m68k/
8028 F:      drivers/zorro/
8029
8030 M68K ON APPLE MACINTOSH
8031 M:      Joshua Thompson <[email protected]>
8032 W:      http://www.mac.linux-m68k.org/
8033 L:      [email protected]
8034 S:      Maintained
8035 F:      arch/m68k/mac/
8036
8037 M68K ON HP9000/300
8038 M:      Philip Blundell <[email protected]>
8039 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8040 S:      Maintained
8041 F:      arch/m68k/hp300/
8042
8043 M88DS3103 MEDIA DRIVER
8044 M:      Antti Palosaari <[email protected]>
8045 L:      [email protected]
8046 W:      https://linuxtv.org
8047 W:      http://palosaari.fi/linux/
8048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8049 T:      git git://linuxtv.org/anttip/media_tree.git
8050 S:      Maintained
8051 F:      drivers/media/dvb-frontends/m88ds3103*
8052
8053 M88RS2000 MEDIA DRIVER
8054 M:      Malcolm Priestley <[email protected]>
8055 L:      [email protected]
8056 W:      https://linuxtv.org
8057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8058 S:      Maintained
8059 F:      drivers/media/dvb-frontends/m88rs2000*
8060
8061 MA901 MASTERKIT USB FM RADIO DRIVER
8062 M:      Alexey Klimov <[email protected]>
8063 L:      [email protected]
8064 T:      git git://linuxtv.org/media_tree.git
8065 S:      Maintained
8066 F:      drivers/media/radio/radio-ma901.c
8067
8068 MAC80211
8069 M:      Johannes Berg <[email protected]>
8070 L:      [email protected]
8071 W:      http://wireless.kernel.org/
8072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8074 S:      Maintained
8075 F:      Documentation/networking/mac80211-injection.txt
8076 F:      include/net/mac80211.h
8077 F:      net/mac80211/
8078 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8079
8080 MAILBOX API
8081 M:      Jassi Brar <[email protected]>
8082 L:      [email protected]
8083 S:      Maintained
8084 F:      drivers/mailbox/
8085 F:      include/linux/mailbox_client.h
8086 F:      include/linux/mailbox_controller.h
8087
8088 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8089 M:      Michael Kerrisk <[email protected]>
8090 W:      http://www.kernel.org/doc/man-pages
8091 L:      [email protected]
8092 S:      Maintained
8093
8094 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8095 M:      Rahul Bedarkar <[email protected]>
8096 L:      [email protected]
8097 S:      Maintained
8098 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
8099
8100 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8101 M:      Andrew Lunn <[email protected]>
8102 M:      Vivien Didelot <[email protected]>
8103 L:      [email protected]
8104 S:      Maintained
8105 F:      drivers/net/dsa/mv88e6xxx/
8106 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8107
8108 MARVELL ARMADA DRM SUPPORT
8109 M:      Russell King <[email protected]>
8110 S:      Maintained
8111 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8112 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8113 F:      drivers/gpu/drm/armada/
8114 F:      include/uapi/drm/armada_drm.h
8115 F:      Documentation/devicetree/bindings/display/armada/
8116
8117 MARVELL CRYPTO DRIVER
8118 M:      Boris Brezillon <[email protected]>
8119 M:      Arnaud Ebalard <[email protected]>
8120 F:      drivers/crypto/marvell/
8121 S:      Maintained
8122 L:      [email protected]
8123
8124 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8125 M:      Mirko Lindner <[email protected]>
8126 M:      Stephen Hemminger <[email protected]>
8127 L:      [email protected]
8128 S:      Maintained
8129 F:      drivers/net/ethernet/marvell/sk*
8130
8131 MARVELL LIBERTAS WIRELESS DRIVER
8132 L:      [email protected]
8133 S:      Orphan
8134 F:      drivers/net/wireless/marvell/libertas/
8135
8136 MARVELL MV643XX ETHERNET DRIVER
8137 M:      Sebastian Hesselbarth <[email protected]>
8138 L:      [email protected]
8139 S:      Maintained
8140 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8141 F:      include/linux/mv643xx.h
8142
8143 MARVELL MV88X3310 PHY DRIVER
8144 M:      Russell King <[email protected]>
8145 L:      [email protected]
8146 S:      Maintained
8147 F:      drivers/net/phy/marvell10g.c
8148
8149 MARVELL MVNETA ETHERNET DRIVER
8150 M:      Thomas Petazzoni <[email protected]>
8151 L:      [email protected]
8152 S:      Maintained
8153 F:      drivers/net/ethernet/marvell/mvneta.*
8154
8155 MARVELL MWIFIEX WIRELESS DRIVER
8156 M:      Amitkumar Karwar <[email protected]>
8157 M:      Nishant Sarmukadam <[email protected]>
8158 M:      Ganapathi Bhat <[email protected]>
8159 M:      Xinming Hu <[email protected]>
8160 L:      [email protected]
8161 S:      Maintained
8162 F:      drivers/net/wireless/marvell/mwifiex/
8163
8164 MARVELL MWL8K WIRELESS DRIVER
8165 M:      Lennert Buytenhek <[email protected]>
8166 L:      [email protected]
8167 S:      Odd Fixes
8168 F:      drivers/net/wireless/marvell/mwl8k.c
8169
8170 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8171 M:      Nicolas Pitre <[email protected]>
8172 S:      Odd Fixes
8173 F:      drivers/mmc/host/mvsdio.*
8174
8175 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8176 M:      Hu Ziji <[email protected]>
8177 L:      [email protected]
8178 S:      Supported
8179 F:      drivers/mmc/host/sdhci-xenon*
8180 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8181
8182 MATROX FRAMEBUFFER DRIVER
8183 L:      [email protected]
8184 S:      Orphan
8185 F:      drivers/video/fbdev/matrox/matroxfb_*
8186 F:      include/uapi/linux/matroxfb.h
8187
8188 MAX16065 HARDWARE MONITOR DRIVER
8189 M:      Guenter Roeck <[email protected]>
8190 L:      [email protected]
8191 S:      Maintained
8192 F:      Documentation/hwmon/max16065
8193 F:      drivers/hwmon/max16065.c
8194
8195 MAX20751 HARDWARE MONITOR DRIVER
8196 M:      Guenter Roeck <[email protected]>
8197 L:      [email protected]
8198 S:      Maintained
8199 F:      Documentation/hwmon/max20751
8200 F:      drivers/hwmon/max20751.c
8201
8202 MAX2175 SDR TUNER DRIVER
8203 M:      Ramesh Shanmugasundaram <[email protected]>
8204 L:      [email protected]
8205 T:      git git://linuxtv.org/media_tree.git
8206 S:      Maintained
8207 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
8208 F:      Documentation/media/v4l-drivers/max2175.rst
8209 F:      drivers/media/i2c/max2175*
8210 F:      include/uapi/linux/max2175.h
8211
8212 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8213 L:      [email protected]
8214 S:      Orphan
8215 F:      Documentation/hwmon/max6650
8216 F:      drivers/hwmon/max6650.c
8217
8218 MAX6697 HARDWARE MONITOR DRIVER
8219 M:      Guenter Roeck <[email protected]>
8220 L:      [email protected]
8221 S:      Maintained
8222 F:      Documentation/hwmon/max6697
8223 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8224 F:      drivers/hwmon/max6697.c
8225 F:      include/linux/platform_data/max6697.h
8226
8227 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8228 M:      Peter Rosin <[email protected]>
8229 L:      [email protected] (moderated for non-subscribers)
8230 S:      Maintained
8231 F:      Documentation/devicetree/bindings/sound/max9860.txt
8232 F:      sound/soc/codecs/max9860.*
8233
8234 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8235 M:      Krzysztof Kozlowski <[email protected]>
8236 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8237 L:      [email protected]
8238 S:      Supported
8239 F:      drivers/power/supply/max14577_charger.c
8240 F:      drivers/power/supply/max77693_charger.c
8241
8242 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8243 M:      Javier Martinez Canillas <[email protected]>
8244 L:      [email protected]
8245 S:      Supported
8246 F:      drivers/regulator/max77802-regulator.c
8247 F:      Documentation/devicetree/bindings/*/*max77802.txt
8248 F:      include/dt-bindings/*/*max77802.h
8249
8250 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8251 M:      Chanwoo Choi <[email protected]>
8252 M:      Krzysztof Kozlowski <[email protected]>
8253 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8254 L:      [email protected]
8255 S:      Supported
8256 F:      drivers/*/max14577*.c
8257 F:      drivers/*/max77686*.c
8258 F:      drivers/*/max77693*.c
8259 F:      drivers/extcon/extcon-max14577.c
8260 F:      drivers/extcon/extcon-max77693.c
8261 F:      drivers/rtc/rtc-max77686.c
8262 F:      drivers/clk/clk-max77686.c
8263 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8264 F:      Documentation/devicetree/bindings/*/max77686.txt
8265 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8266 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8267 F:      include/linux/mfd/max14577*.h
8268 F:      include/linux/mfd/max77686*.h
8269 F:      include/linux/mfd/max77693*.h
8270
8271 MAXIRADIO FM RADIO RECEIVER DRIVER
8272 M:      Hans Verkuil <[email protected]>
8273 L:      [email protected]
8274 T:      git git://linuxtv.org/media_tree.git
8275 W:      https://linuxtv.org
8276 S:      Maintained
8277 F:      drivers/media/radio/radio-maxiradio*
8278
8279 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8280 M:      Peter Rosin <[email protected]>
8281 L:      [email protected]
8282 S:      Maintained
8283 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8284 F:      drivers/iio/potentiometer/mcp4531.c
8285
8286 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8287 M:      William Breathitt Gray <[email protected]>
8288 L:      [email protected]
8289 S:      Maintained
8290 F:      drivers/iio/dac/cio-dac.c
8291
8292 MEDIA DRIVERS FOR RENESAS - DRIF
8293 M:      Ramesh Shanmugasundaram <[email protected]>
8294 L:      [email protected]
8295 L:      [email protected]
8296 T:      git git://linuxtv.org/media_tree.git
8297 S:      Supported
8298 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
8299 F:      drivers/media/platform/rcar_drif.c
8300
8301 MEDIA DRIVERS FOR FREESCALE IMX
8302 M:      Steve Longerbeam <[email protected]>
8303 M:      Philipp Zabel <[email protected]>
8304 L:      [email protected]
8305 T:      git git://linuxtv.org/media_tree.git
8306 S:      Maintained
8307 F:      Documentation/devicetree/bindings/media/imx.txt
8308 F:      Documentation/media/v4l-drivers/imx.rst
8309 F:      drivers/staging/media/imx/
8310 F:      include/linux/imx-media.h
8311 F:      include/media/imx.h
8312
8313 MEDIA DRIVERS FOR RENESAS - FCP
8314 M:      Laurent Pinchart <[email protected]>
8315 L:      [email protected]
8316 L:      [email protected]
8317 T:      git git://linuxtv.org/media_tree.git
8318 S:      Supported
8319 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8320 F:      drivers/media/platform/rcar-fcp.c
8321 F:      include/media/rcar-fcp.h
8322
8323 MEDIA DRIVERS FOR RENESAS - FDP1
8324 M:      Kieran Bingham <[email protected]>
8325 L:      [email protected]
8326 L:      [email protected]
8327 T:      git git://linuxtv.org/media_tree.git
8328 S:      Supported
8329 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8330 F:      drivers/media/platform/rcar_fdp1.c
8331
8332 MEDIA DRIVERS FOR RENESAS - VIN
8333 M:      Niklas Söderlund <[email protected]>
8334 L:      [email protected]
8335 L:      [email protected]
8336 T:      git git://linuxtv.org/media_tree.git
8337 S:      Supported
8338 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8339 F:      drivers/media/platform/rcar-vin/
8340
8341 MEDIA DRIVERS FOR RENESAS - VSP1
8342 M:      Laurent Pinchart <[email protected]>
8343 L:      [email protected]
8344 L:      [email protected]
8345 T:      git git://linuxtv.org/media_tree.git
8346 S:      Supported
8347 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8348 F:      drivers/media/platform/vsp1/
8349
8350 MEDIA DRIVERS FOR HELENE
8351 M:      Abylay Ospan <[email protected]>
8352 L:      [email protected]
8353 W:      https://linuxtv.org
8354 W:      http://netup.tv/
8355 T:      git git://linuxtv.org/media_tree.git
8356 S:      Supported
8357 F:      drivers/media/dvb-frontends/helene*
8358
8359 MEDIA DRIVERS FOR ASCOT2E
8360 M:      Sergey Kozlov <[email protected]>
8361 M:      Abylay Ospan <[email protected]>
8362 L:      [email protected]
8363 W:      https://linuxtv.org
8364 W:      http://netup.tv/
8365 T:      git git://linuxtv.org/media_tree.git
8366 S:      Supported
8367 F:      drivers/media/dvb-frontends/ascot2e*
8368
8369 MEDIA DRIVERS FOR CXD2841ER
8370 M:      Sergey Kozlov <[email protected]>
8371 M:      Abylay Ospan <[email protected]>
8372 L:      [email protected]
8373 W:      https://linuxtv.org
8374 W:      http://netup.tv/
8375 T:      git git://linuxtv.org/media_tree.git
8376 S:      Supported
8377 F:      drivers/media/dvb-frontends/cxd2841er*
8378
8379 MEDIA DRIVERS FOR HORUS3A
8380 M:      Sergey Kozlov <[email protected]>
8381 M:      Abylay Ospan <[email protected]>
8382 L:      [email protected]
8383 W:      https://linuxtv.org
8384 W:      http://netup.tv/
8385 T:      git git://linuxtv.org/media_tree.git
8386 S:      Supported
8387 F:      drivers/media/dvb-frontends/horus3a*
8388
8389 MEDIA DRIVERS FOR LNBH25
8390 M:      Sergey Kozlov <[email protected]>
8391 M:      Abylay Ospan <[email protected]>
8392 L:      [email protected]
8393 W:      https://linuxtv.org
8394 W:      http://netup.tv/
8395 T:      git git://linuxtv.org/media_tree.git
8396 S:      Supported
8397 F:      drivers/media/dvb-frontends/lnbh25*
8398
8399 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8400 M:      Sergey Kozlov <[email protected]>
8401 M:      Abylay Ospan <[email protected]>
8402 L:      [email protected]
8403 W:      https://linuxtv.org
8404 W:      http://netup.tv/
8405 T:      git git://linuxtv.org/media_tree.git
8406 S:      Supported
8407 F:      drivers/media/pci/netup_unidvb/*
8408
8409 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8410 M:      Mauro Carvalho Chehab <[email protected]>
8411 M:      Mauro Carvalho Chehab <[email protected]>
8412 P:      LinuxTV.org Project
8413 L:      [email protected]
8414 W:      https://linuxtv.org
8415 Q:      http://patchwork.kernel.org/project/linux-media/list/
8416 T:      git git://linuxtv.org/media_tree.git
8417 S:      Maintained
8418 F:      Documentation/devicetree/bindings/media/
8419 F:      Documentation/media/
8420 F:      drivers/media/
8421 F:      drivers/staging/media/
8422 F:      include/linux/platform_data/media/
8423 F:      include/media/
8424 F:      include/uapi/linux/dvb/
8425 F:      include/uapi/linux/videodev2.h
8426 F:      include/uapi/linux/media.h
8427 F:      include/uapi/linux/v4l2-*
8428 F:      include/uapi/linux/meye.h
8429 F:      include/uapi/linux/ivtv*
8430 F:      include/uapi/linux/uvcvideo.h
8431
8432 MEDIATEK ETHERNET DRIVER
8433 M:      Felix Fietkau <[email protected]>
8434 M:      John Crispin <[email protected]>
8435 L:      [email protected]
8436 S:      Maintained
8437 F:      drivers/net/ethernet/mediatek/
8438
8439 MEDIATEK JPEG DRIVER
8440 M:      Rick Chang <[email protected]>
8441 M:      Bin Liu <[email protected]>
8442 S:      Supported
8443 F:      drivers/media/platform/mtk-jpeg/
8444 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8445
8446 MEDIATEK MEDIA DRIVER
8447 M:      Tiffany Lin <[email protected]>
8448 M:      Andrew-CT Chen <[email protected]>
8449 S:      Supported
8450 F:      drivers/media/platform/mtk-vcodec/
8451 F:      drivers/media/platform/mtk-vpu/
8452 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8453 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8454
8455 MEDIATEK MDP DRIVER
8456 M:      Minghsiu Tsai <[email protected]>
8457 M:      Houlong Wei <[email protected]>
8458 M:      Andrew-CT Chen <[email protected]>
8459 S:      Supported
8460 F:      drivers/media/platform/mtk-mdp/
8461 F:      drivers/media/platform/mtk-vpu/
8462 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8463
8464 MEDIATEK MT7601U WIRELESS LAN DRIVER
8465 M:      Jakub Kicinski <[email protected]>
8466 L:      [email protected]
8467 S:      Maintained
8468 F:      drivers/net/wireless/mediatek/mt7601u/
8469
8470 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8471 M:      Sean Wang <[email protected]>
8472 S:      Maintained
8473 F:      drivers/char/hw_random/mtk-rng.c
8474
8475 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8476 M:      Peter Senna Tschudin <[email protected]>
8477 M:      Martin Donnelly <[email protected]>
8478 M:      Martyn Welch <[email protected]>
8479 S:      Maintained
8480 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8481 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8482
8483 MEGARAID SCSI/SAS DRIVERS
8484 M:      Kashyap Desai <[email protected]>
8485 M:      Sumit Saxena <[email protected]>
8486 M:      Shivasharan S <[email protected]>
8487 L:      [email protected]
8488 L:      [email protected]
8489 W:      http://www.avagotech.com/support/
8490 S:      Maintained
8491 F:      Documentation/scsi/megaraid.txt
8492 F:      drivers/scsi/megaraid.*
8493 F:      drivers/scsi/megaraid/
8494
8495 MELFAS MIP4 TOUCHSCREEN DRIVER
8496 M:      Sangwon Jee <[email protected]>
8497 W:      http://www.melfas.com
8498 S:      Supported
8499 F:      drivers/input/touchscreen/melfas_mip4.c
8500 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8501
8502 MELLANOX ETHERNET DRIVER (mlx4_en)
8503 M:      Tariq Toukan <[email protected]>
8504 L:      [email protected]
8505 S:      Supported
8506 W:      http://www.mellanox.com
8507 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8508 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8509
8510 MELLANOX ETHERNET DRIVER (mlx5e)
8511 M:      Saeed Mahameed <[email protected]>
8512 L:      [email protected]
8513 S:      Supported
8514 W:      http://www.mellanox.com
8515 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8516 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8517
8518 MELLANOX ETHERNET INNOVA DRIVER
8519 M:      Ilan Tayari <[email protected]>
8520 R:      Boris Pismenny <[email protected]>
8521 L:      [email protected]
8522 S:      Supported
8523 W:      http://www.mellanox.com
8524 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8525 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8526 F:      include/linux/mlx5/mlx5_ifc_fpga.h
8527
8528 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8529 M:      Ilan Tayari <[email protected]>
8530 R:      Boris Pismenny <[email protected]>
8531 L:      [email protected]
8532 S:      Supported
8533 W:      http://www.mellanox.com
8534 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8535 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8536 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8537
8538 MELLANOX ETHERNET SWITCH DRIVERS
8539 M:      Jiri Pirko <[email protected]>
8540 M:      Ido Schimmel <[email protected]>
8541 L:      [email protected]
8542 S:      Supported
8543 W:      http://www.mellanox.com
8544 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8545 F:      drivers/net/ethernet/mellanox/mlxsw/
8546
8547 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8548 M:      Yotam Gigi <[email protected]>
8549 L:      [email protected]
8550 S:      Supported
8551 W:      http://www.mellanox.com
8552 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8553 F:      drivers/net/ethernet/mellanox/mlxfw/
8554
8555 MELLANOX MLXCPLD I2C AND MUX DRIVER
8556 M:      Vadim Pasternak <[email protected]>
8557 M:      Michael Shych <[email protected]>
8558 L:      [email protected]
8559 S:      Supported
8560 F:      drivers/i2c/busses/i2c-mlxcpld.c
8561 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8562 F:      Documentation/i2c/busses/i2c-mlxcpld
8563
8564 MELLANOX MLXCPLD LED DRIVER
8565 M:      Vadim Pasternak <[email protected]>
8566 L:      [email protected]
8567 S:      Supported
8568 F:      drivers/leds/leds-mlxcpld.c
8569 F:      Documentation/leds/leds-mlxcpld.txt
8570
8571 MELLANOX PLATFORM DRIVER
8572 M:      Vadim Pasternak <[email protected]>
8573 L:      [email protected]
8574 S:      Supported
8575 F:      drivers/platform/x86/mlx-platform.c
8576
8577 MELLANOX MLX CPLD HOTPLUG DRIVER
8578 M:      Vadim Pasternak <[email protected]>
8579 L:      [email protected]
8580 S:      Supported
8581 F:      drivers/platform/x86/mlxcpld-hotplug.c
8582 F:      include/linux/platform_data/mlxcpld-hotplug.h
8583
8584 SOFT-ROCE DRIVER (rxe)
8585 M:      Moni Shoua <[email protected]>
8586 L:      [email protected]
8587 S:      Supported
8588 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8589 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8590 F:      drivers/infiniband/sw/rxe/
8591 F:      include/uapi/rdma/rdma_user_rxe.h
8592
8593 MEMBARRIER SUPPORT
8594 M:      Mathieu Desnoyers <[email protected]>
8595 M:      "Paul E. McKenney" <[email protected]>
8596 L:      [email protected]
8597 S:      Supported
8598 F:      kernel/membarrier.c
8599 F:      include/uapi/linux/membarrier.h
8600
8601 MEMORY MANAGEMENT
8602 L:      [email protected]
8603 W:      http://www.linux-mm.org
8604 S:      Maintained
8605 F:      include/linux/mm.h
8606 F:      include/linux/gfp.h
8607 F:      include/linux/mmzone.h
8608 F:      include/linux/memory_hotplug.h
8609 F:      include/linux/vmalloc.h
8610 F:      mm/
8611
8612 MEMORY TECHNOLOGY DEVICES (MTD)
8613 M:      David Woodhouse <[email protected]>
8614 M:      Brian Norris <[email protected]>
8615 M:      Boris Brezillon <[email protected]>
8616 M:      Marek Vasut <[email protected]>
8617 M:      Richard Weinberger <[email protected]>
8618 M:      Cyrille Pitchen <[email protected]>
8619 L:      [email protected]
8620 W:      http://www.linux-mtd.infradead.org/
8621 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8622 T:      git git://git.infradead.org/linux-mtd.git master
8623 T:      git git://git.infradead.org/l2-mtd.git master
8624 S:      Maintained
8625 F:      Documentation/devicetree/bindings/mtd/
8626 F:      drivers/mtd/
8627 F:      include/linux/mtd/
8628 F:      include/uapi/mtd/
8629
8630 MEN A21 WATCHDOG DRIVER
8631 M:      Johannes Thumshirn <[email protected]>
8632 L:      [email protected]
8633 S:      Maintained
8634 F:      drivers/watchdog/mena21_wdt.c
8635
8636 MEN CHAMELEON BUS (mcb)
8637 M:      Johannes Thumshirn <[email protected]>
8638 S:      Maintained
8639 F:      drivers/mcb/
8640 F:      include/linux/mcb.h
8641 F:      Documentation/men-chameleon-bus.txt
8642
8643 MEN F21BMC (Board Management Controller)
8644 M:      Andreas Werner <[email protected]>
8645 S:      Supported
8646 F:      drivers/mfd/menf21bmc.c
8647 F:      drivers/watchdog/menf21bmc_wdt.c
8648 F:      drivers/leds/leds-menf21bmc.c
8649 F:      drivers/hwmon/menf21bmc_hwmon.c
8650 F:      Documentation/hwmon/menf21bmc
8651
8652 METAG ARCHITECTURE
8653 M:      James Hogan <[email protected]>
8654 L:      [email protected]
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8656 S:      Odd Fixes
8657 F:      arch/metag/
8658 F:      Documentation/metag/
8659 F:      Documentation/devicetree/bindings/metag/
8660 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8661 F:      drivers/clocksource/metag_generic.c
8662 F:      drivers/irqchip/irq-metag.c
8663 F:      drivers/irqchip/irq-metag-ext.c
8664 F:      drivers/tty/metag_da.c
8665
8666 MICROBLAZE ARCHITECTURE
8667 M:      Michal Simek <[email protected]>
8668 W:      http://www.monstr.eu/fdt/
8669 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8670 S:      Supported
8671 F:      arch/microblaze/
8672
8673 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8674 M:      Richard Genoud <[email protected]>
8675 S:      Maintained
8676 F:      drivers/tty/serial/atmel_serial.c
8677 F:      drivers/tty/serial/atmel_serial.h
8678
8679 MICROCHIP / ATMEL DMA DRIVER
8680 M:      Ludovic Desroches <[email protected]>
8681 L:      [email protected] (moderated for non-subscribers)
8682 L:      [email protected]
8683 S:      Supported
8684 F:      drivers/dma/at_hdmac.c
8685 F:      drivers/dma/at_hdmac_regs.h
8686 F:      include/linux/platform_data/dma-atmel.h
8687
8688 MICROCHIP / ATMEL ISC DRIVER
8689 M:      Songjun Wu <[email protected]>
8690 L:      [email protected]
8691 S:      Supported
8692 F:      drivers/media/platform/atmel/atmel-isc.c
8693 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8694 F:      devicetree/bindings/media/atmel-isc.txt
8695
8696 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8697 M:      Woojung Huh <[email protected]>
8698 M:      Microchip Linux Driver Support <[email protected]>
8699 L:      [email protected]
8700 S:      Maintained
8701 F:      net/dsa/tag_ksz.c
8702 F:      drivers/net/dsa/microchip/*
8703 F:      include/linux/platform_data/microchip-ksz.h
8704 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
8705
8706 MICROCHIP USB251XB DRIVER
8707 M:      Richard Leitner <[email protected]>
8708 L:      [email protected]
8709 S:      Maintained
8710 F:      drivers/usb/misc/usb251xb.c
8711 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8712
8713 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8714 M:      Chen Yu <[email protected]>
8715 L:      [email protected]
8716 S:      Supported
8717 F:      drivers/platform/x86/surfacepro3_button.c
8718
8719 MICROTEK X6 SCANNER
8720 M:      Oliver Neukum <[email protected]>
8721 S:      Maintained
8722 F:      drivers/usb/image/microtek.*
8723
8724 MIPS
8725 M:      Ralf Baechle <[email protected]>
8726 L:      [email protected]
8727 W:      http://www.linux-mips.org/
8728 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8729 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8730 S:      Supported
8731 F:      Documentation/devicetree/bindings/mips/
8732 F:      Documentation/mips/
8733 F:      arch/mips/
8734
8735 MIPS GENERIC PLATFORM
8736 M:      Paul Burton <[email protected]>
8737 L:      [email protected]
8738 S:      Supported
8739 F:      arch/mips/generic/
8740
8741 MIPS/LOONGSON1 ARCHITECTURE
8742 M:      Keguang Zhang <[email protected]>
8743 L:      [email protected]
8744 S:      Maintained
8745 F:      arch/mips/loongson32/
8746 F:      arch/mips/include/asm/mach-loongson32/
8747 F:      drivers/*/*loongson1*
8748 F:      drivers/*/*/*loongson1*
8749
8750 MIPS BOSTON DEVELOPMENT BOARD
8751 M:      Paul Burton <[email protected]>
8752 L:      [email protected]
8753 S:      Maintained
8754 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
8755 F:      arch/mips/boot/dts/img/boston.dts
8756 F:      arch/mips/configs/generic/board-boston.config
8757 F:      drivers/clk/imgtec/clk-boston.c
8758 F:      include/dt-bindings/clock/boston-clock.h
8759
8760 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8761 M:      Hans Verkuil <[email protected]>
8762 L:      [email protected]
8763 T:      git git://linuxtv.org/media_tree.git
8764 W:      https://linuxtv.org
8765 S:      Odd Fixes
8766 F:      drivers/media/radio/radio-miropcm20*
8767
8768 MELLANOX MLX4 core VPI driver
8769 M:      Tariq Toukan <[email protected]>
8770 L:      [email protected]
8771 L:      [email protected]
8772 W:      http://www.mellanox.com
8773 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8774 S:      Supported
8775 F:      drivers/net/ethernet/mellanox/mlx4/
8776 F:      include/linux/mlx4/
8777
8778 MELLANOX MLX4 IB driver
8779 M:      Yishai Hadas <[email protected]>
8780 L:      [email protected]
8781 W:      http://www.mellanox.com
8782 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8783 S:      Supported
8784 F:      drivers/infiniband/hw/mlx4/
8785 F:      include/linux/mlx4/
8786 F:      include/uapi/rdma/mlx4-abi.h
8787
8788 MELLANOX MLX5 core VPI driver
8789 M:      Saeed Mahameed <[email protected]>
8790 M:      Matan Barak <[email protected]>
8791 M:      Leon Romanovsky <[email protected]>
8792 L:      [email protected]
8793 L:      [email protected]
8794 W:      http://www.mellanox.com
8795 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8796 S:      Supported
8797 F:      drivers/net/ethernet/mellanox/mlx5/core/
8798 F:      include/linux/mlx5/
8799
8800 MELLANOX MLX5 IB driver
8801 M:      Matan Barak <[email protected]>
8802 M:      Leon Romanovsky <[email protected]>
8803 L:      [email protected]
8804 W:      http://www.mellanox.com
8805 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8806 S:      Supported
8807 F:      drivers/infiniband/hw/mlx5/
8808 F:      include/linux/mlx5/
8809 F:      include/uapi/rdma/mlx5-abi.h
8810
8811 MELEXIS MLX90614 DRIVER
8812 M:      Crt Mori <[email protected]>
8813 L:      [email protected]
8814 W:      http://www.melexis.com
8815 S:      Supported
8816 F:      drivers/iio/temperature/mlx90614.c
8817
8818 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8819 M:      Don Brace <[email protected]>
8820 L:      [email protected]
8821 L:      [email protected]
8822 S:      Supported
8823 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8824 F:      drivers/scsi/smartpqi/Kconfig
8825 F:      drivers/scsi/smartpqi/Makefile
8826 F:      include/linux/cciss*.h
8827 F:      include/uapi/linux/cciss*.h
8828 F:      Documentation/scsi/smartpqi.txt
8829
8830 MN88472 MEDIA DRIVER
8831 M:      Antti Palosaari <[email protected]>
8832 L:      [email protected]
8833 W:      https://linuxtv.org
8834 W:      http://palosaari.fi/linux/
8835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8836 S:      Maintained
8837 F:      drivers/media/dvb-frontends/mn88472*
8838
8839 MN88473 MEDIA DRIVER
8840 M:      Antti Palosaari <[email protected]>
8841 L:      [email protected]
8842 W:      https://linuxtv.org
8843 W:      http://palosaari.fi/linux/
8844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8845 S:      Maintained
8846 F:      drivers/media/dvb-frontends/mn88473*
8847
8848 MODULE SUPPORT
8849 M:      Jessica Yu <[email protected]>
8850 M:      Rusty Russell <[email protected]>
8851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8852 S:      Maintained
8853 F:      include/linux/module.h
8854 F:      kernel/module.c
8855
8856 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8857 W:      http://popies.net/meye/
8858 S:      Orphan
8859 F:      Documentation/media/v4l-drivers/meye*
8860 F:      drivers/media/pci/meye/
8861 F:      include/uapi/linux/meye.h
8862
8863 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8864 M:      Jiri Slaby <[email protected]>
8865 S:      Maintained
8866 F:      Documentation/serial/moxa-smartio
8867 F:      drivers/tty/mxser.*
8868
8869 MR800 AVERMEDIA USB FM RADIO DRIVER
8870 M:      Alexey Klimov <[email protected]>
8871 L:      [email protected]
8872 T:      git git://linuxtv.org/media_tree.git
8873 S:      Maintained
8874 F:      drivers/media/radio/radio-mr800.c
8875
8876 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8877 M:      Alan Ott <[email protected]>
8878 L:      [email protected]
8879 S:      Maintained
8880 F:      drivers/net/ieee802154/mrf24j40.c
8881 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8882
8883 MSI LAPTOP SUPPORT
8884 M:      "Lee, Chun-Yi" <[email protected]>
8885 L:      [email protected]
8886 S:      Maintained
8887 F:      drivers/platform/x86/msi-laptop.c
8888
8889 MSI WMI SUPPORT
8890 L:      [email protected]
8891 S:      Orphan
8892 F:      drivers/platform/x86/msi-wmi.c
8893
8894 MSI001 MEDIA DRIVER
8895 M:      Antti Palosaari <[email protected]>
8896 L:      [email protected]
8897 W:      https://linuxtv.org
8898 W:      http://palosaari.fi/linux/
8899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8900 T:      git git://linuxtv.org/anttip/media_tree.git
8901 S:      Maintained
8902 F:      drivers/media/tuners/msi001*
8903
8904 MSI2500 MEDIA DRIVER
8905 M:      Antti Palosaari <[email protected]>
8906 L:      [email protected]
8907 W:      https://linuxtv.org
8908 W:      http://palosaari.fi/linux/
8909 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8910 T:      git git://linuxtv.org/anttip/media_tree.git
8911 S:      Maintained
8912 F:      drivers/media/usb/msi2500/
8913
8914 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8915 M:      Robert Jarzmik <[email protected]>
8916 L:      [email protected]
8917 S:      Maintained
8918 F:      drivers/mtd/devices/docg3*
8919
8920 MT9M032 APTINA SENSOR DRIVER
8921 M:      Laurent Pinchart <[email protected]>
8922 L:      [email protected]
8923 T:      git git://linuxtv.org/media_tree.git
8924 S:      Maintained
8925 F:      drivers/media/i2c/mt9m032.c
8926 F:      include/media/i2c/mt9m032.h
8927
8928 MT9P031 APTINA CAMERA SENSOR
8929 M:      Laurent Pinchart <[email protected]>
8930 L:      [email protected]
8931 T:      git git://linuxtv.org/media_tree.git
8932 S:      Maintained
8933 F:      drivers/media/i2c/mt9p031.c
8934 F:      include/media/i2c/mt9p031.h
8935
8936 MT9T001 APTINA CAMERA SENSOR
8937 M:      Laurent Pinchart <[email protected]>
8938 L:      [email protected]
8939 T:      git git://linuxtv.org/media_tree.git
8940 S:      Maintained
8941 F:      drivers/media/i2c/mt9t001.c
8942 F:      include/media/i2c/mt9t001.h
8943
8944 MT9V032 APTINA CAMERA SENSOR
8945 M:      Laurent Pinchart <[email protected]>
8946 L:      [email protected]
8947 T:      git git://linuxtv.org/media_tree.git
8948 S:      Maintained
8949 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8950 F:      drivers/media/i2c/mt9v032.c
8951 F:      include/media/i2c/mt9v032.h
8952
8953 MULTIFUNCTION DEVICES (MFD)
8954 M:      Lee Jones <[email protected]>
8955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8956 S:      Supported
8957 F:      Documentation/devicetree/bindings/mfd/
8958 F:      drivers/mfd/
8959 F:      include/linux/mfd/
8960 F:      include/dt-bindings/mfd/
8961
8962 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8963 M:      Ulf Hansson <[email protected]>
8964 L:      [email protected]
8965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8966 S:      Maintained
8967 F:      Documentation/devicetree/bindings/mmc/
8968 F:      drivers/mmc/
8969 F:      include/linux/mmc/
8970 F:      include/uapi/linux/mmc/
8971
8972 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8973 S:      Orphan
8974 F:      drivers/mmc/host/mmc_spi.c
8975 F:      include/linux/spi/mmc_spi.h
8976
8977 MULTIPLEXER SUBSYSTEM
8978 M:      Peter Rosin <[email protected]>
8979 S:      Maintained
8980 F:      Documentation/ABI/testing/mux/sysfs-class-mux*
8981 F:      Documentation/devicetree/bindings/mux/
8982 F:      include/linux/dt-bindings/mux/
8983 F:      include/linux/mux/
8984 F:      drivers/mux/
8985
8986 MULTISOUND SOUND DRIVER
8987 M:      Andrew Veliath <[email protected]>
8988 S:      Maintained
8989 F:      Documentation/sound/oss/MultiSound
8990 F:      sound/oss/msnd*
8991
8992 MULTITECH MULTIPORT CARD (ISICOM)
8993 S:      Orphan
8994 F:      drivers/tty/isicom.c
8995 F:      include/linux/isicom.h
8996
8997 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8998 M:      Bin Liu <[email protected]>
8999 L:      [email protected]
9000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9001 S:      Maintained
9002 F:      drivers/usb/musb/
9003
9004 MXL5007T MEDIA DRIVER
9005 M:      Michael Krufky <[email protected]>
9006 L:      [email protected]
9007 W:      https://linuxtv.org
9008 W:      http://github.com/mkrufky
9009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9010 T:      git git://linuxtv.org/mkrufky/tuners.git
9011 S:      Maintained
9012 F:      drivers/media/tuners/mxl5007t.*
9013
9014 MXSFB DRM DRIVER
9015 M:      Marek Vasut <[email protected]>
9016 S:      Supported
9017 F:      drivers/gpu/drm/mxsfb/
9018 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
9019
9020 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9021 M:      Hyong-Youb Kim <[email protected]>
9022 L:      [email protected]
9023 W:      https://www.myricom.com/support/downloads/myri10ge.html
9024 S:      Supported
9025 F:      drivers/net/ethernet/myricom/myri10ge/
9026
9027 NAND FLASH SUBSYSTEM
9028 M:      Boris Brezillon <[email protected]>
9029 R:      Richard Weinberger <[email protected]>
9030 L:      [email protected]
9031 W:      http://www.linux-mtd.infradead.org/
9032 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9033 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
9034 T:      git git://git.infradead.org/l2-mtd.git nand/next
9035 S:      Maintained
9036 F:      drivers/mtd/nand/
9037 F:      include/linux/mtd/nand*.h
9038
9039 NATSEMI ETHERNET DRIVER (DP8381x)
9040 S:      Orphan
9041 F:      drivers/net/ethernet/natsemi/natsemi.c
9042
9043 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9044 M:      Daniel Mack <[email protected]>
9045 S:      Maintained
9046 L:      [email protected] (moderated for non-subscribers)
9047 W:      http://www.native-instruments.com
9048 F:      sound/usb/caiaq/
9049
9050 NCP FILESYSTEM
9051 M:      Petr Vandrovec <[email protected]>
9052 S:      Odd Fixes
9053 F:      fs/ncpfs/
9054
9055 NCR 5380 SCSI DRIVERS
9056 M:      Finn Thain <[email protected]>
9057 M:      Michael Schmitz <[email protected]>
9058 L:      [email protected]
9059 S:      Maintained
9060 F:      Documentation/scsi/g_NCR5380.txt
9061 F:      drivers/scsi/NCR5380.*
9062 F:      drivers/scsi/arm/cumana_1.c
9063 F:      drivers/scsi/arm/oak.c
9064 F:      drivers/scsi/atari_scsi.*
9065 F:      drivers/scsi/dmx3191d.c
9066 F:      drivers/scsi/g_NCR5380.*
9067 F:      drivers/scsi/mac_scsi.*
9068 F:      drivers/scsi/sun3_scsi.*
9069 F:      drivers/scsi/sun3_scsi_vme.c
9070
9071 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9072 M:      "James E.J. Bottomley" <[email protected]>
9073 L:      [email protected]
9074 S:      Maintained
9075 F:      drivers/scsi/NCR_D700.*
9076
9077 NCT6775 HARDWARE MONITOR DRIVER
9078 M:      Guenter Roeck <[email protected]>
9079 L:      [email protected]
9080 S:      Maintained
9081 F:      Documentation/hwmon/nct6775
9082 F:      drivers/hwmon/nct6775.c
9083
9084 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9085 M:      Faisal Latif <[email protected]>
9086 L:      [email protected]
9087 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9088 S:      Supported
9089 F:      drivers/infiniband/hw/nes/
9090 F:      include/uapi/rdma/nes-abi.h
9091
9092 NETEM NETWORK EMULATOR
9093 M:      Stephen Hemminger <[email protected]>
9094 L:      [email protected] (moderated for non-subscribers)
9095 S:      Maintained
9096 F:      net/sched/sch_netem.c
9097
9098 NETERION 10GbE DRIVERS (s2io/vxge)
9099 M:      Jon Mason <[email protected]>
9100 L:      [email protected]
9101 S:      Supported
9102 F:      Documentation/networking/s2io.txt
9103 F:      Documentation/networking/vxge.txt
9104 F:      drivers/net/ethernet/neterion/
9105
9106 NETFILTER
9107 M:      Pablo Neira Ayuso <[email protected]>
9108 M:      Jozsef Kadlecsik <[email protected]>
9109 M:      Florian Westphal <[email protected]>
9110 L:      [email protected]
9111 L:      [email protected]
9112 W:      http://www.netfilter.org/
9113 W:      http://www.iptables.org/
9114 W:      http://www.nftables.org/
9115 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9118 S:      Maintained
9119 F:      include/linux/netfilter*
9120 F:      include/linux/netfilter/
9121 F:      include/net/netfilter/
9122 F:      include/uapi/linux/netfilter*
9123 F:      include/uapi/linux/netfilter/
9124 F:      net/*/netfilter.c
9125 F:      net/*/netfilter/
9126 F:      net/netfilter/
9127 F:      net/bridge/br_netfilter*.c
9128
9129 NETLABEL
9130 M:      Paul Moore <[email protected]>
9131 W:      http://netlabel.sf.net
9132 L:      [email protected]
9133 S:      Maintained
9134 F:      Documentation/netlabel/
9135 F:      include/net/netlabel.h
9136 F:      net/netlabel/
9137
9138 NETROM NETWORK LAYER
9139 M:      Ralf Baechle <[email protected]>
9140 L:      [email protected]
9141 W:      http://www.linux-ax25.org/
9142 S:      Maintained
9143 F:      include/net/netrom.h
9144 F:      include/uapi/linux/netrom.h
9145 F:      net/netrom/
9146
9147 NETRONOME ETHERNET DRIVERS
9148 M:      Jakub Kicinski <[email protected]>
9149 L:      [email protected]
9150 S:      Maintained
9151 F:      drivers/net/ethernet/netronome/
9152
9153 NETWORK BLOCK DEVICE (NBD)
9154 M:      Josef Bacik <[email protected]>
9155 S:      Maintained
9156 L:      [email protected]
9157 L:      [email protected]
9158 F:      Documentation/blockdev/nbd.txt
9159 F:      drivers/block/nbd.c
9160 F:      include/uapi/linux/nbd.h
9161
9162 NETWORK DROP MONITOR
9163 M:      Neil Horman <[email protected]>
9164 L:      [email protected]
9165 S:      Maintained
9166 W:      https://fedorahosted.org/dropwatch/
9167 F:      net/core/drop_monitor.c
9168
9169 NETWORKING [DSA]
9170 M:      Andrew Lunn <[email protected]>
9171 M:      Vivien Didelot <[email protected]>
9172 M:      Florian Fainelli <[email protected]>
9173 S:      Maintained
9174 F:      net/dsa/
9175 F:      include/net/dsa.h
9176 F:      drivers/net/dsa/
9177
9178 NETWORKING [GENERAL]
9179 M:      "David S. Miller" <[email protected]>
9180 L:      [email protected]
9181 W:      http://www.linuxfoundation.org/en/Net
9182 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9185 B:      mailto:[email protected]
9186 S:      Maintained
9187 F:      net/
9188 F:      include/net/
9189 F:      include/linux/in.h
9190 F:      include/linux/net.h
9191 F:      include/linux/netdevice.h
9192 F:      include/uapi/linux/in.h
9193 F:      include/uapi/linux/net.h
9194 F:      include/uapi/linux/netdevice.h
9195 F:      include/uapi/linux/net_namespace.h
9196 F:      tools/net/
9197 F:      tools/testing/selftests/net/
9198 F:      lib/random32.c
9199
9200 NETWORKING [IPv4/IPv6]
9201 M:      "David S. Miller" <[email protected]>
9202 M:      Alexey Kuznetsov <[email protected]>
9203 M:      Hideaki YOSHIFUJI <[email protected]>
9204 L:      [email protected]
9205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9206 S:      Maintained
9207 F:      net/ipv4/
9208 F:      net/ipv6/
9209 F:      include/net/ip*
9210 F:      arch/x86/net/*
9211
9212 NETWORKING [TLS]
9213 M:      Ilya Lesokhin <[email protected]>
9214 M:      Aviad Yehezkel <[email protected]>
9215 M:      Dave Watson <[email protected]>
9216 L:      [email protected]
9217 S:      Maintained
9218 F:      net/tls/*
9219 F:      include/uapi/linux/tls.h
9220 F:      include/net/tls.h
9221
9222 NETWORKING [IPSEC]
9223 M:      Steffen Klassert <[email protected]>
9224 M:      Herbert Xu <[email protected]>
9225 M:      "David S. Miller" <[email protected]>
9226 L:      [email protected]
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9229 S:      Maintained
9230 F:      net/core/flow.c
9231 F:      net/xfrm/
9232 F:      net/key/
9233 F:      net/ipv4/xfrm*
9234 F:      net/ipv4/esp4*
9235 F:      net/ipv4/ah4.c
9236 F:      net/ipv4/ipcomp.c
9237 F:      net/ipv4/ip_vti.c
9238 F:      net/ipv6/xfrm*
9239 F:      net/ipv6/esp6*
9240 F:      net/ipv6/ah6.c
9241 F:      net/ipv6/ipcomp6.c
9242 F:      net/ipv6/ip6_vti.c
9243 F:      include/uapi/linux/xfrm.h
9244 F:      include/net/xfrm.h
9245
9246 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
9247 M:      Paul Moore <[email protected]>
9248 L:      [email protected]
9249 S:      Maintained
9250
9251 NETWORKING [WIRELESS]
9252 L:      [email protected]
9253 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9254
9255 NETWORKING DRIVERS
9256 L:      [email protected]
9257 W:      http://www.linuxfoundation.org/en/Net
9258 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9261 S:      Odd Fixes
9262 F:      Documentation/devicetree/bindings/net/
9263 F:      drivers/net/
9264 F:      include/linux/if_*
9265 F:      include/linux/netdevice.h
9266 F:      include/linux/etherdevice.h
9267 F:      include/linux/fcdevice.h
9268 F:      include/linux/fddidevice.h
9269 F:      include/linux/hippidevice.h
9270 F:      include/linux/inetdevice.h
9271 F:      include/uapi/linux/if_*
9272 F:      include/uapi/linux/netdevice.h
9273
9274 NETWORKING DRIVERS (WIRELESS)
9275 M:      Kalle Valo <[email protected]>
9276 L:      [email protected]
9277 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9280 S:      Maintained
9281 F:      Documentation/devicetree/bindings/net/wireless/
9282 F:      drivers/net/wireless/
9283
9284 NETXEN (1/10) GbE SUPPORT
9285 M:      Manish Chopra <[email protected]>
9286 M:      Rahul Verma <[email protected]>
9287 M:      [email protected]
9288 L:      [email protected]
9289 S:      Supported
9290 F:      drivers/net/ethernet/qlogic/netxen/
9291
9292 NFC SUBSYSTEM
9293 M:      Samuel Ortiz <[email protected]>
9294 L:      [email protected]
9295 L:      [email protected] (subscribers-only)
9296 S:      Supported
9297 F:      net/nfc/
9298 F:      include/net/nfc/
9299 F:      include/uapi/linux/nfc.h
9300 F:      drivers/nfc/
9301 F:      include/linux/platform_data/nfcmrvl.h
9302 F:      include/linux/platform_data/nxp-nci.h
9303 F:      Documentation/devicetree/bindings/net/nfc/
9304
9305 NFS, SUNRPC, AND LOCKD CLIENTS
9306 M:      Trond Myklebust <[email protected]>
9307 M:      Anna Schumaker <[email protected]>
9308 L:      [email protected]
9309 W:      http://client.linux-nfs.org
9310 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9311 S:      Maintained
9312 F:      fs/lockd/
9313 F:      fs/nfs/
9314 F:      fs/nfs_common/
9315 F:      net/sunrpc/
9316 F:      include/linux/lockd/
9317 F:      include/linux/nfs*
9318 F:      include/linux/sunrpc/
9319 F:      include/uapi/linux/nfs*
9320 F:      include/uapi/linux/sunrpc/
9321
9322 NILFS2 FILESYSTEM
9323 M:      Ryusuke Konishi <[email protected]>
9324 L:      [email protected]
9325 W:      http://nilfs.sourceforge.net/
9326 W:      http://nilfs.osdn.jp/
9327 T:      git git://github.com/konis/nilfs2.git
9328 S:      Supported
9329 F:      Documentation/filesystems/nilfs2.txt
9330 F:      fs/nilfs2/
9331 F:      include/trace/events/nilfs2.h
9332 F:      include/uapi/linux/nilfs2_api.h
9333 F:      include/uapi/linux/nilfs2_ondisk.h
9334
9335 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9336 M:      YOKOTA Hiroshi <[email protected]>
9337 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9338 S:      Maintained
9339 F:      Documentation/scsi/NinjaSCSI.txt
9340 F:      drivers/scsi/pcmcia/nsp_*
9341
9342 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9343 M:      GOTO Masanori <[email protected]>
9344 M:      YOKOTA Hiroshi <[email protected]>
9345 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9346 S:      Maintained
9347 F:      Documentation/scsi/NinjaSCSI.txt
9348 F:      drivers/scsi/nsp32*
9349
9350 NIOS2 ARCHITECTURE
9351 M:      Ley Foon Tan <[email protected]>
9352 L:      [email protected] (moderated for non-subscribers)
9353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9354 S:      Maintained
9355 F:      arch/nios2/
9356
9357 NOHZ, DYNTICKS SUPPORT
9358 M:      Frederic Weisbecker <[email protected]>
9359 M:      Thomas Gleixner <[email protected]>
9360 M:      Ingo Molnar <[email protected]>
9361 L:      [email protected]
9362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9363 S:      Maintained
9364 F:      kernel/time/tick*.*
9365 F:      include/linux/tick.h
9366 F:      include/linux/sched/nohz.h
9367
9368 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9369 M:      Pavel Machek <[email protected]>
9370 M:      Sakari Ailus <[email protected]>
9371 L:      [email protected]
9372 S:      Maintained
9373 F:      drivers/media/i2c/et8ek8
9374 F:      drivers/media/i2c/ad5820.c
9375
9376 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9377 M:      Pavel Machek <[email protected]>
9378 M:      Sakari Ailus <[email protected]>
9379 L:      [email protected]
9380 S:      Maintained
9381 F:      drivers/media/i2c/et8ek8
9382 F:      drivers/media/i2c/ad5820.c
9383
9384 NOKIA N900 POWER SUPPLY DRIVERS
9385 R:      Pali Rohár <[email protected]>
9386 F:      include/linux/power/bq2415x_charger.h
9387 F:      include/linux/power/bq27xxx_battery.h
9388 F:      include/linux/power/isp1704_charger.h
9389 F:      drivers/power/supply/bq2415x_charger.c
9390 F:      drivers/power/supply/bq27xxx_battery.c
9391 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9392 F:      drivers/power/supply/isp1704_charger.c
9393 F:      drivers/power/supply/rx51_battery.c
9394
9395 NTB DRIVER CORE
9396 M:      Jon Mason <[email protected]>
9397 M:      Dave Jiang <[email protected]>
9398 M:      Allen Hubbe <[email protected]>
9399 L:      [email protected]
9400 S:      Supported
9401 W:      https://github.com/jonmason/ntb/wiki
9402 T:      git git://github.com/jonmason/ntb.git
9403 F:      drivers/ntb/
9404 F:      drivers/net/ntb_netdev.c
9405 F:      include/linux/ntb.h
9406 F:      include/linux/ntb_transport.h
9407 F:      tools/testing/selftests/ntb/
9408
9409 NTB IDT DRIVER
9410 M:      Serge Semin <[email protected]>
9411 L:      [email protected]
9412 S:      Supported
9413 F:      drivers/ntb/hw/idt/
9414
9415 NTB INTEL DRIVER
9416 M:      Jon Mason <[email protected]>
9417 M:      Dave Jiang <[email protected]>
9418 L:      [email protected]
9419 S:      Supported
9420 W:      https://github.com/jonmason/ntb/wiki
9421 T:      git git://github.com/jonmason/ntb.git
9422 F:      drivers/ntb/hw/intel/
9423
9424 NTB AMD DRIVER
9425 M:      Shyam Sundar S K <[email protected]>
9426 L:      [email protected]
9427 S:      Supported
9428 F:      drivers/ntb/hw/amd/
9429
9430 NTFS FILESYSTEM
9431 M:      Anton Altaparmakov <[email protected]>
9432 L:      [email protected]
9433 W:      http://www.tuxera.com/
9434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9435 S:      Supported
9436 F:      Documentation/filesystems/ntfs.txt
9437 F:      fs/ntfs/
9438
9439 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9440 M:      Antonino Daplas <[email protected]>
9441 L:      [email protected]
9442 S:      Maintained
9443 F:      drivers/video/fbdev/riva/
9444 F:      drivers/video/fbdev/nvidia/
9445
9446 NVM EXPRESS DRIVER
9447 M:      Keith Busch <[email protected]>
9448 M:      Jens Axboe <[email protected]>
9449 M:      Christoph Hellwig <[email protected]>
9450 M:      Sagi Grimberg <[email protected]>
9451 L:      [email protected]
9452 T:      git://git.infradead.org/nvme.git
9453 W:      http://git.infradead.org/nvme.git
9454 S:      Supported
9455 F:      drivers/nvme/host/
9456 F:      include/linux/nvme.h
9457 F:      include/uapi/linux/nvme_ioctl.h
9458
9459 NVM EXPRESS TARGET DRIVER
9460 M:      Christoph Hellwig <[email protected]>
9461 M:      Sagi Grimberg <[email protected]>
9462 L:      [email protected]
9463 T:      git://git.infradead.org/nvme.git
9464 W:      http://git.infradead.org/nvme.git
9465 S:      Supported
9466 F:      drivers/nvme/target/
9467
9468 NVM EXPRESS FC TRANSPORT DRIVERS
9469 M:      James Smart <[email protected]>
9470 L:      [email protected]
9471 S:      Supported
9472 F:      include/linux/nvme-fc.h
9473 F:      include/linux/nvme-fc-driver.h
9474 F:      drivers/nvme/host/fc.c
9475 F:      drivers/nvme/target/fc.c
9476 F:      drivers/nvme/target/fcloop.c
9477
9478 NVMEM FRAMEWORK
9479 M:      Srinivas Kandagatla <[email protected]>
9480 S:      Maintained
9481 F:      drivers/nvmem/
9482 F:      Documentation/devicetree/bindings/nvmem/
9483 F:      include/linux/nvmem-consumer.h
9484 F:      include/linux/nvmem-provider.h
9485
9486 NXP-NCI NFC DRIVER
9487 M:      Clément Perrochaud <[email protected]>
9488 R:      Charles Gorand <[email protected]>
9489 L:      [email protected] (moderated for non-subscribers)
9490 S:      Supported
9491 F:      drivers/nfc/nxp-nci
9492
9493 NXP TDA998X DRM DRIVER
9494 M:      Russell King <[email protected]>
9495 S:      Supported
9496 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9497 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9498 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9499 F:      include/drm/i2c/tda998x.h
9500
9501 NXP TFA9879 DRIVER
9502 M:      Peter Rosin <[email protected]>
9503 L:      [email protected] (moderated for non-subscribers)
9504 S:      Maintained
9505 F:      sound/soc/codecs/tfa9879*
9506
9507 OBJTOOL
9508 M:      Josh Poimboeuf <[email protected]>
9509 S:      Supported
9510 F:      tools/objtool/
9511
9512 OMAP1 SUPPORT
9513 M:      Aaro Koskinen <[email protected]>
9514 M:      Tony Lindgren <[email protected]>
9515 L:      [email protected]
9516 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9518 S:      Maintained
9519 F:      arch/arm/mach-omap1/
9520 F:      arch/arm/plat-omap/
9521 F:      arch/arm/configs/omap1_defconfig
9522 F:      drivers/i2c/busses/i2c-omap.c
9523 F:      include/linux/i2c-omap.h
9524
9525 OMAP2+ SUPPORT
9526 M:      Tony Lindgren <[email protected]>
9527 L:      [email protected]
9528 W:      http://www.muru.com/linux/omap/
9529 W:      http://linux.omap.com/
9530 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9532 S:      Maintained
9533 F:      arch/arm/mach-omap2/
9534 F:      arch/arm/plat-omap/
9535 F:      arch/arm/configs/omap2plus_defconfig
9536 F:      drivers/i2c/busses/i2c-omap.c
9537 F:      drivers/irqchip/irq-omap-intc.c
9538 F:      drivers/mfd/*omap*.c
9539 F:      drivers/mfd/menelaus.c
9540 F:      drivers/mfd/palmas.c
9541 F:      drivers/mfd/tps65217.c
9542 F:      drivers/mfd/tps65218.c
9543 F:      drivers/mfd/tps65910.c
9544 F:      drivers/mfd/twl-core.[ch]
9545 F:      drivers/mfd/twl4030*.c
9546 F:      drivers/mfd/twl6030*.c
9547 F:      drivers/mfd/twl6040*.c
9548 F:      drivers/regulator/palmas-regulator*.c
9549 F:      drivers/regulator/pbias-regulator.c
9550 F:      drivers/regulator/tps65217-regulator.c
9551 F:      drivers/regulator/tps65218-regulator.c
9552 F:      drivers/regulator/tps65910-regulator.c
9553 F:      drivers/regulator/twl-regulator.c
9554 F:      drivers/regulator/twl6030-regulator.c
9555 F:      include/linux/i2c-omap.h
9556
9557 OMAP DEVICE TREE SUPPORT
9558 M:      Benoît Cousson <[email protected]>
9559 M:      Tony Lindgren <[email protected]>
9560 L:      [email protected]
9561 L:      [email protected]
9562 S:      Maintained
9563 F:      arch/arm/boot/dts/*omap*
9564 F:      arch/arm/boot/dts/*am3*
9565 F:      arch/arm/boot/dts/*am4*
9566 F:      arch/arm/boot/dts/*am5*
9567 F:      arch/arm/boot/dts/*dra7*
9568
9569 OMAP CLOCK FRAMEWORK SUPPORT
9570 M:      Paul Walmsley <[email protected]>
9571 L:      [email protected]
9572 S:      Maintained
9573 F:      arch/arm/*omap*/*clock*
9574
9575 OMAP POWER MANAGEMENT SUPPORT
9576 M:      Kevin Hilman <[email protected]>
9577 L:      [email protected]
9578 S:      Maintained
9579 F:      arch/arm/*omap*/*pm*
9580 F:      drivers/cpufreq/omap-cpufreq.c
9581
9582 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9583 M:      Rajendra Nayak <[email protected]>
9584 M:      Paul Walmsley <[email protected]>
9585 L:      [email protected]
9586 S:      Maintained
9587 F:      arch/arm/mach-omap2/prm*
9588
9589 OMAP AUDIO SUPPORT
9590 M:      Peter Ujfalusi <[email protected]>
9591 M:      Jarkko Nikula <[email protected]>
9592 L:      [email protected] (moderated for non-subscribers)
9593 L:      [email protected]
9594 S:      Maintained
9595 F:      sound/soc/omap/
9596
9597 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9598 M:      Roger Quadros <[email protected]>
9599 M:      Tony Lindgren <[email protected]>
9600 L:      [email protected]
9601 S:      Maintained
9602 F:      drivers/memory/omap-gpmc.c
9603 F:      arch/arm/mach-omap2/*gpmc*
9604
9605 OMAP FRAMEBUFFER SUPPORT
9606 M:      Tomi Valkeinen <[email protected]>
9607 L:      [email protected]
9608 L:      [email protected]
9609 S:      Maintained
9610 F:      drivers/video/fbdev/omap/
9611
9612 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9613 M:      Tomi Valkeinen <[email protected]>
9614 L:      [email protected]
9615 L:      [email protected]
9616 S:      Maintained
9617 F:      drivers/video/fbdev/omap2/
9618 F:      Documentation/arm/OMAP/DSS
9619
9620 OMAP HARDWARE SPINLOCK SUPPORT
9621 M:      Ohad Ben-Cohen <[email protected]>
9622 L:      [email protected]
9623 S:      Maintained
9624 F:      drivers/hwspinlock/omap_hwspinlock.c
9625
9626 OMAP MMC SUPPORT
9627 M:      Jarkko Lavinen <[email protected]>
9628 L:      [email protected]
9629 S:      Maintained
9630 F:      drivers/mmc/host/omap.c
9631
9632 OMAP HS MMC SUPPORT
9633 L:      [email protected]
9634 L:      [email protected]
9635 S:      Orphan
9636 F:      drivers/mmc/host/omap_hsmmc.c
9637
9638 OMAP RANDOM NUMBER GENERATOR SUPPORT
9639 M:      Deepak Saxena <[email protected]>
9640 S:      Maintained
9641 F:      drivers/char/hw_random/omap-rng.c
9642
9643 OMAP HWMOD SUPPORT
9644 M:      Benoît Cousson <[email protected]>
9645 M:      Paul Walmsley <[email protected]>
9646 L:      [email protected]
9647 S:      Maintained
9648 F:      arch/arm/mach-omap2/omap_hwmod.*
9649
9650 OMAP HWMOD DATA
9651 M:      Paul Walmsley <[email protected]>
9652 L:      [email protected]
9653 S:      Maintained
9654 F:      arch/arm/mach-omap2/omap_hwmod*data*
9655
9656 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9657 M:      Benoît Cousson <[email protected]>
9658 L:      [email protected]
9659 S:      Maintained
9660 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9661
9662 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9663 M:      Laurent Pinchart <[email protected]>
9664 L:      [email protected]
9665 S:      Maintained
9666 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9667 F:      drivers/media/platform/omap3isp/
9668 F:      drivers/staging/media/omap4iss/
9669
9670 OMAP USB SUPPORT
9671 L:      [email protected]
9672 L:      [email protected]
9673 S:      Orphan
9674 F:      drivers/usb/*/*omap*
9675 F:      arch/arm/*omap*/usb*
9676
9677 OMAP GPIO DRIVER
9678 M:      Grygorii Strashko <[email protected]>
9679 M:      Santosh Shilimkar <[email protected]>
9680 M:      Kevin Hilman <[email protected]>
9681 L:      [email protected]
9682 S:      Maintained
9683 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9684 F:      drivers/gpio/gpio-omap.c
9685
9686 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9687 M:      Mark Jackson <[email protected]>
9688 L:      [email protected]
9689 S:      Maintained
9690 F:      arch/arm/boot/dts/am335x-nano.dts
9691
9692 OMFS FILESYSTEM
9693 M:      Bob Copeland <[email protected]>
9694 L:      [email protected]
9695 S:      Maintained
9696 F:      Documentation/filesystems/omfs.txt
9697 F:      fs/omfs/
9698
9699 OMNIKEY CARDMAN 4000 DRIVER
9700 M:      Harald Welte <[email protected]>
9701 S:      Maintained
9702 F:      drivers/char/pcmcia/cm4000_cs.c
9703 F:      include/linux/cm4000_cs.h
9704 F:      include/uapi/linux/cm4000_cs.h
9705
9706 OMNIKEY CARDMAN 4040 DRIVER
9707 M:      Harald Welte <[email protected]>
9708 S:      Maintained
9709 F:      drivers/char/pcmcia/cm4040_cs.*
9710
9711 OMNIVISION OV5640 SENSOR DRIVER
9712 M:      Steve Longerbeam <[email protected]>
9713 L:      [email protected]
9714 T:      git git://linuxtv.org/media_tree.git
9715 S:      Maintained
9716 F:      drivers/media/i2c/ov5640.c
9717
9718 OMNIVISION OV5647 SENSOR DRIVER
9719 M:      Ramiro Oliveira <[email protected]>
9720 L:      [email protected]
9721 T:      git git://linuxtv.org/media_tree.git
9722 S:      Maintained
9723 F:      drivers/media/i2c/ov5647.c
9724
9725 OMNIVISION OV7670 SENSOR DRIVER
9726 M:      Jonathan Corbet <[email protected]>
9727 L:      [email protected]
9728 T:      git git://linuxtv.org/media_tree.git
9729 S:      Maintained
9730 F:      drivers/media/i2c/ov7670.c
9731 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
9732
9733 OMNIVISION OV13858 SENSOR DRIVER
9734 M:      Sakari Ailus <[email protected]>
9735 L:      [email protected]
9736 T:      git git://linuxtv.org/media_tree.git
9737 S:      Maintained
9738 F:      drivers/media/i2c/ov13858.c
9739
9740 ONENAND FLASH DRIVER
9741 M:      Kyungmin Park <[email protected]>
9742 L:      [email protected]
9743 S:      Maintained
9744 F:      drivers/mtd/onenand/
9745 F:      include/linux/mtd/onenand*.h
9746
9747 ONSTREAM SCSI TAPE DRIVER
9748 M:      Willem Riede <[email protected]>
9749 L:      [email protected]
9750 L:      [email protected]
9751 S:      Maintained
9752 F:      Documentation/scsi/osst.txt
9753 F:      drivers/scsi/osst.*
9754 F:      drivers/scsi/osst_*.h
9755 F:      drivers/scsi/st.h
9756
9757 OPENCORES I2C BUS DRIVER
9758 M:      Peter Korsgaard <[email protected]>
9759 L:      [email protected]
9760 S:      Maintained
9761 F:      Documentation/i2c/busses/i2c-ocores
9762 F:      drivers/i2c/busses/i2c-ocores.c
9763
9764 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9765 M:      Rob Herring <[email protected]>
9766 M:      Frank Rowand <[email protected]>
9767 L:      [email protected]
9768 W:      http://www.devicetree.org/
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9770 S:      Maintained
9771 F:      drivers/of/
9772 F:      include/linux/of*.h
9773 F:      scripts/dtc/
9774 F:      Documentation/ABI/testing/sysfs-firmware-ofw
9775
9776 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9777 M:      Rob Herring <[email protected]>
9778 M:      Mark Rutland <[email protected]>
9779 L:      [email protected]
9780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9781 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9782 S:      Maintained
9783 F:      Documentation/devicetree/
9784 F:      arch/*/boot/dts/
9785 F:      include/dt-bindings/
9786
9787 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9788 M:      Pantelis Antoniou <[email protected]>
9789 L:      [email protected]
9790 S:      Maintained
9791 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9792 F:      Documentation/devicetree/overlay-notes.txt
9793 F:      drivers/of/overlay.c
9794 F:      drivers/of/resolver.c
9795
9796 OPENRISC ARCHITECTURE
9797 M:      Jonas Bonn <[email protected]>
9798 M:      Stefan Kristiansson <[email protected]>
9799 M:      Stafford Horne <[email protected]>
9800 T:      git git://github.com/openrisc/linux.git
9801 L:      [email protected]
9802 W:      http://openrisc.io
9803 S:      Maintained
9804 F:      arch/openrisc/
9805
9806 OPENVSWITCH
9807 M:      Pravin Shelar <[email protected]>
9808 L:      [email protected]
9809 L:      [email protected]
9810 W:      http://openvswitch.org
9811 S:      Maintained
9812 F:      net/openvswitch/
9813 F:      include/uapi/linux/openvswitch.h
9814
9815 OPERATING PERFORMANCE POINTS (OPP)
9816 M:      Viresh Kumar <[email protected]>
9817 M:      Nishanth Menon <[email protected]>
9818 M:      Stephen Boyd <[email protected]>
9819 L:      [email protected]
9820 S:      Maintained
9821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9822 F:      drivers/base/power/opp/
9823 F:      include/linux/pm_opp.h
9824 F:      Documentation/power/opp.txt
9825 F:      Documentation/devicetree/bindings/opp/
9826
9827 OPL4 DRIVER
9828 M:      Clemens Ladisch <[email protected]>
9829 L:      [email protected] (moderated for non-subscribers)
9830 T:      git git://git.alsa-project.org/alsa-kernel.git
9831 S:      Maintained
9832 F:      sound/drivers/opl4/
9833
9834 OPROFILE
9835 M:      Robert Richter <[email protected]>
9836 L:      [email protected]
9837 S:      Maintained
9838 F:      arch/*/include/asm/oprofile*.h
9839 F:      arch/*/oprofile/
9840 F:      drivers/oprofile/
9841 F:      include/linux/oprofile.h
9842
9843 OP-TEE DRIVER
9844 M:      Jens Wiklander <[email protected]>
9845 S:      Maintained
9846 F:      drivers/tee/optee/
9847
9848 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9849 M:      Mark Fasheh <[email protected]>
9850 M:      Joel Becker <[email protected]>
9851 L:      [email protected] (moderated for non-subscribers)
9852 W:      http://ocfs2.wiki.kernel.org
9853 S:      Supported
9854 F:      Documentation/filesystems/ocfs2.txt
9855 F:      Documentation/filesystems/dlmfs.txt
9856 F:      fs/ocfs2/
9857
9858 ORINOCO DRIVER
9859 L:      [email protected]
9860 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9861 W:      http://www.nongnu.org/orinoco/
9862 S:      Orphan
9863 F:      drivers/net/wireless/intersil/orinoco/
9864
9865 OSD LIBRARY and FILESYSTEM
9866 M:      Boaz Harrosh <[email protected]>
9867 S:      Maintained
9868 F:      drivers/scsi/osd/
9869 F:      include/scsi/osd_*
9870 F:      fs/exofs/
9871
9872 OVERLAY FILESYSTEM
9873 M:      Miklos Szeredi <[email protected]>
9874 L:      [email protected]
9875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9876 S:      Supported
9877 F:      fs/overlayfs/
9878 F:      Documentation/filesystems/overlayfs.txt
9879
9880 ORANGEFS FILESYSTEM
9881 M:      Mike Marshall <[email protected]>
9882 L:      [email protected] (subscribers-only)
9883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9884 S:      Supported
9885 F:      fs/orangefs/
9886 F:      Documentation/filesystems/orangefs.txt
9887
9888 P54 WIRELESS DRIVER
9889 M:      Christian Lamparter <[email protected]>
9890 L:      [email protected]
9891 W:      http://wireless.kernel.org/en/users/Drivers/p54
9892 S:      Maintained
9893 F:      drivers/net/wireless/intersil/p54/
9894
9895 PA SEMI ETHERNET DRIVER
9896 L:      [email protected]
9897 S:      Orphan
9898 F:      drivers/net/ethernet/pasemi/*
9899
9900 PA SEMI SMBUS DRIVER
9901 L:      [email protected]
9902 S:      Orphan
9903 F:      drivers/i2c/busses/i2c-pasemi.c
9904
9905 PADATA PARALLEL EXECUTION MECHANISM
9906 M:      Steffen Klassert <[email protected]>
9907 L:      [email protected]
9908 S:      Maintained
9909 F:      kernel/padata.c
9910 F:      include/linux/padata.h
9911 F:      Documentation/padata.txt
9912
9913 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9914 M:      Harald Welte <[email protected]>
9915 L:      [email protected]
9916 S:      Maintained
9917 F:      drivers/platform/x86/panasonic-laptop.c
9918
9919 PANASONIC MN10300/AM33/AM34 PORT
9920 M:      David Howells <[email protected]>
9921 L:      [email protected] (moderated for non-subscribers)
9922 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9923 S:      Maintained
9924 F:      Documentation/mn10300/
9925 F:      arch/mn10300/
9926
9927 PARALLEL LCD/KEYPAD PANEL DRIVER
9928 M:      Willy Tarreau <[email protected]>
9929 M:      Ksenija Stanojevic <[email protected]>
9930 S:      Odd Fixes
9931 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9932 F:      drivers/misc/panel.c
9933
9934 PARALLEL PORT SUBSYSTEM
9935 M:      Sudip Mukherjee <[email protected]>
9936 M:      Sudip Mukherjee <[email protected]>
9937 L:      [email protected] (subscribers-only)
9938 S:      Maintained
9939 F:      drivers/parport/
9940 F:      include/linux/parport*.h
9941 F:      drivers/char/ppdev.c
9942 F:      include/uapi/linux/ppdev.h
9943 F:      Documentation/parport*.txt
9944
9945 PARAVIRT_OPS INTERFACE
9946 M:      Jeremy Fitzhardinge <[email protected]>
9947 M:      Chris Wright <[email protected]>
9948 M:      Alok Kataria <[email protected]>
9949 M:      Rusty Russell <[email protected]>
9950 L:      [email protected]
9951 S:      Supported
9952 F:      Documentation/virtual/paravirt_ops.txt
9953 F:      arch/*/kernel/paravirt*
9954 F:      arch/*/include/asm/paravirt.h
9955 F:      include/linux/hypervisor.h
9956
9957 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9958 M:      Tim Waugh <[email protected]>
9959 L:      [email protected] (subscribers-only)
9960 S:      Maintained
9961 F:      Documentation/blockdev/paride.txt
9962 F:      drivers/block/paride/
9963
9964 PARISC ARCHITECTURE
9965 M:      "James E.J. Bottomley" <[email protected]>
9966 M:      Helge Deller <[email protected]>
9967 L:      [email protected]
9968 W:      http://www.parisc-linux.org/
9969 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9972 S:      Maintained
9973 F:      arch/parisc/
9974 F:      Documentation/parisc/
9975 F:      drivers/parisc/
9976 F:      drivers/char/agp/parisc-agp.c
9977 F:      drivers/input/serio/gscps2.c
9978 F:      drivers/parport/parport_gsc.*
9979 F:      drivers/tty/serial/8250/8250_gsc.c
9980 F:      drivers/video/fbdev/sti*
9981 F:      drivers/video/console/sti*
9982 F:      drivers/video/logo/logo_parisc*
9983
9984 PARMAN
9985 M:      Jiri Pirko <[email protected]>
9986 L:      [email protected]
9987 S:      Supported
9988 F:      lib/parman.c
9989 F:      lib/test_parman.c
9990 F:      include/linux/parman.h
9991
9992 PC87360 HARDWARE MONITORING DRIVER
9993 M:      Jim Cromie <[email protected]>
9994 L:      [email protected]
9995 S:      Maintained
9996 F:      Documentation/hwmon/pc87360
9997 F:      drivers/hwmon/pc87360.c
9998
9999 PC8736x GPIO DRIVER
10000 M:      Jim Cromie <[email protected]>
10001 S:      Maintained
10002 F:      drivers/char/pc8736x_gpio.c
10003
10004 PC87427 HARDWARE MONITORING DRIVER
10005 M:      Jean Delvare <[email protected]>
10006 L:      [email protected]
10007 S:      Maintained
10008 F:      Documentation/hwmon/pc87427
10009 F:      drivers/hwmon/pc87427.c
10010
10011 PCA9532 LED DRIVER
10012 M:      Riku Voipio <[email protected]>
10013 S:      Maintained
10014 F:      drivers/leds/leds-pca9532.c
10015 F:      include/linux/leds-pca9532.h
10016
10017 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10018 M:      Guenter Roeck <[email protected]>
10019 L:      [email protected]
10020 S:      Maintained
10021 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
10022
10023 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10024 M:      Khalid Aziz <[email protected]>
10025 S:      Maintained
10026 F:      drivers/firmware/pcdp.*
10027
10028 PCI ERROR RECOVERY
10029 M:      Linas Vepstas <[email protected]>
10030 L:      [email protected]
10031 S:      Supported
10032 F:      Documentation/PCI/pci-error-recovery.txt
10033
10034 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10035 M:      Russell Currey <[email protected]>
10036 L:      [email protected]
10037 S:      Supported
10038 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
10039 F:      arch/powerpc/kernel/eeh*.c
10040 F:      arch/powerpc/platforms/*/eeh*.c
10041 F:      arch/powerpc/include/*/eeh*.h
10042
10043 PCI SUBSYSTEM
10044 M:      Bjorn Helgaas <[email protected]>
10045 L:      [email protected]
10046 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
10047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10048 S:      Supported
10049 F:      Documentation/devicetree/bindings/pci/
10050 F:      Documentation/PCI/
10051 F:      drivers/pci/
10052 F:      include/linux/pci*
10053 F:      arch/x86/pci/
10054 F:      arch/x86/kernel/quirks.c
10055
10056 PCI ENDPOINT SUBSYSTEM
10057 M:      Kishon Vijay Abraham I <[email protected]>
10058 L:      [email protected]
10059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10060 S:      Supported
10061 F:      drivers/pci/endpoint/
10062 F:      drivers/misc/pci_endpoint_test.c
10063 F:      tools/pci/
10064
10065 PCI DRIVER FOR ALTERA PCIE IP
10066 M:      Ley Foon Tan <[email protected]>
10067 L:      [email protected] (moderated for non-subscribers)
10068 L:      [email protected]
10069 S:      Supported
10070 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
10071 F:      drivers/pci/host/pcie-altera.c
10072
10073 PCI DRIVER FOR ARM VERSATILE PLATFORM
10074 M:      Rob Herring <[email protected]>
10075 L:      [email protected]
10076 L:      [email protected]
10077 S:      Maintained
10078 F:      Documentation/devicetree/bindings/pci/versatile.txt
10079 F:      drivers/pci/host/pci-versatile.c
10080
10081 PCI DRIVER FOR ARMADA 8K
10082 M:      Thomas Petazzoni <[email protected]>
10083 L:      [email protected]
10084 L:      [email protected]
10085 S:      Maintained
10086 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
10087 F:      drivers/pci/dwc/pcie-armada8k.c
10088
10089 PCI DRIVER FOR APPLIEDMICRO XGENE
10090 M:      Tanmay Inamdar <[email protected]>
10091 L:      [email protected]
10092 L:      [email protected]
10093 S:      Maintained
10094 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
10095 F:      drivers/pci/host/pci-xgene.c
10096
10097 PCI DRIVER FOR FREESCALE LAYERSCAPE
10098 M:      Minghuan Lian <[email protected]>
10099 M:      Mingkai Hu <[email protected]>
10100 M:      Roy Zang <[email protected]>
10101 L:      [email protected]
10102 L:      [email protected]
10103 L:      [email protected]
10104 S:      Maintained
10105 F:      drivers/pci/dwc/*layerscape*
10106
10107 PCI DRIVER FOR IMX6
10108 M:      Richard Zhu <[email protected]>
10109 M:      Lucas Stach <[email protected]>
10110 L:      [email protected]
10111 L:      [email protected] (moderated for non-subscribers)
10112 S:      Maintained
10113 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10114 F:      drivers/pci/dwc/*imx6*
10115
10116 PCI DRIVER FOR TI KEYSTONE
10117 M:      Murali Karicheri <[email protected]>
10118 L:      [email protected]
10119 L:      [email protected] (moderated for non-subscribers)
10120 S:      Maintained
10121 F:      drivers/pci/dwc/*keystone*
10122
10123 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10124 M:      Thomas Petazzoni <[email protected]>
10125 M:      Jason Cooper <[email protected]>
10126 L:      [email protected]
10127 L:      [email protected] (moderated for non-subscribers)
10128 S:      Maintained
10129 F:      drivers/pci/host/*mvebu*
10130
10131 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10132 M:      Thomas Petazzoni <[email protected]>
10133 L:      [email protected]
10134 L:      [email protected] (moderated for non-subscribers)
10135 S:      Maintained
10136 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
10137 F:      drivers/pci/host/pci-aardvark.c
10138
10139 PCI DRIVER FOR MICROSEMI SWITCHTEC
10140 M:      Kurt Schwemmer <[email protected]>
10141 M:      Stephen Bates <[email protected]>
10142 M:      Logan Gunthorpe <[email protected]>
10143 L:      [email protected]
10144 S:      Maintained
10145 F:      Documentation/switchtec.txt
10146 F:      Documentation/ABI/testing/sysfs-class-switchtec
10147 F:      drivers/pci/switch/switchtec*
10148 F:      include/uapi/linux/switchtec_ioctl.h
10149
10150 PCI DRIVER FOR NVIDIA TEGRA
10151 M:      Thierry Reding <[email protected]>
10152 L:      [email protected]
10153 L:      [email protected]
10154 S:      Supported
10155 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10156 F:      drivers/pci/host/pci-tegra.c
10157
10158 PCI DRIVER FOR TI DRA7XX
10159 M:      Kishon Vijay Abraham I <[email protected]>
10160 L:      [email protected]
10161 L:      [email protected]
10162 S:      Supported
10163 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
10164 F:      drivers/pci/dwc/pci-dra7xx.c
10165
10166 PCI DRIVER FOR RENESAS R-CAR
10167 M:      Simon Horman <[email protected]>
10168 L:      [email protected]
10169 L:      [email protected]
10170 S:      Maintained
10171 F:      drivers/pci/host/*rcar*
10172
10173 PCI DRIVER FOR SAMSUNG EXYNOS
10174 M:      Jingoo Han <[email protected]>
10175 L:      [email protected]
10176 L:      [email protected] (moderated for non-subscribers)
10177 L:      [email protected] (moderated for non-subscribers)
10178 S:      Maintained
10179 F:      drivers/pci/dwc/pci-exynos.c
10180
10181 PCI DRIVER FOR SYNOPSIS DESIGNWARE
10182 M:      Jingoo Han <[email protected]>
10183 M:      Joao Pinto <[email protected]>
10184 L:      [email protected]
10185 S:      Maintained
10186 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
10187 F:      drivers/pci/dwc/*designware*
10188
10189 PCI DRIVER FOR GENERIC OF HOSTS
10190 M:      Will Deacon <[email protected]>
10191 L:      [email protected]
10192 L:      [email protected] (moderated for non-subscribers)
10193 S:      Maintained
10194 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
10195 F:      drivers/pci/host/pci-host-common.c
10196 F:      drivers/pci/host/pci-host-generic.c
10197
10198 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10199 M:      Keith Busch <[email protected]>
10200 L:      [email protected]
10201 S:      Supported
10202 F:      drivers/pci/host/vmd.c
10203
10204 PCIE DRIVER FOR ST SPEAR13XX
10205 M:      Pratyush Anand <[email protected]>
10206 L:      [email protected]
10207 S:      Maintained
10208 F:      drivers/pci/dwc/*spear*
10209
10210 PCI MSI DRIVER FOR ALTERA MSI IP
10211 M:      Ley Foon Tan <[email protected]>
10212 L:      [email protected] (moderated for non-subscribers)
10213 L:      [email protected]
10214 S:      Supported
10215 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10216 F:      drivers/pci/host/pcie-altera-msi.c
10217
10218 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10219 M:      Duc Dang <[email protected]>
10220 L:      [email protected]
10221 L:      [email protected]
10222 S:      Maintained
10223 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10224 F:      drivers/pci/host/pci-xgene-msi.c
10225
10226 PCIE DRIVER FOR AXIS ARTPEC
10227 M:      Niklas Cassel <[email protected]>
10228 M:      Jesper Nilsson <[email protected]>
10229 L:      [email protected]
10230 L:      [email protected]
10231 S:      Maintained
10232 F:      Documentation/devicetree/bindings/pci/axis,artpec*
10233 F:      drivers/pci/dwc/*artpec*
10234
10235 PCIE DRIVER FOR HISILICON
10236 M:      Zhou Wang <[email protected]>
10237 M:      Gabriele Paoloni <[email protected]>
10238 L:      [email protected]
10239 S:      Maintained
10240 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10241 F:      drivers/pci/dwc/pcie-hisi.c
10242
10243 PCIE DRIVER FOR HISILICON KIRIN
10244 M:      Xiaowei Song <[email protected]>
10245 M:      Binghui Wang <[email protected]>
10246 L:      [email protected]
10247 S:      Maintained
10248 F:      Documentation/devicetree/bindings/pci/pcie-kirin.txt
10249 F:      drivers/pci/dwc/pcie-kirin.c
10250
10251 PCIE DRIVER FOR ROCKCHIP
10252 M:      Shawn Lin <[email protected]>
10253 L:      [email protected]
10254 L:      [email protected]
10255 S:      Maintained
10256 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10257 F:      drivers/pci/host/pcie-rockchip.c
10258
10259 PCIE DRIVER FOR QUALCOMM MSM
10260 M:     Stanimir Varbanov <[email protected]>
10261 L:     [email protected]
10262 L:     [email protected]
10263 S:     Maintained
10264 F:     drivers/pci/dwc/*qcom*
10265
10266 PCIE DRIVER FOR CAVIUM THUNDERX
10267 M:      David Daney <[email protected]>
10268 L:      [email protected]
10269 L:      [email protected] (moderated for non-subscribers)
10270 S:      Supported
10271 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
10272 F:      drivers/pci/host/pci-thunder-*
10273
10274 PCIE DRIVER FOR MEDIATEK
10275 M:      Ryder Lee <[email protected]>
10276 L:      [email protected]
10277 L:      [email protected]
10278 S:      Supported
10279 F:      Documentation/devicetree/bindings/pci/mediatek*
10280 F:      drivers/pci/host/*mediatek*
10281
10282 PCMCIA SUBSYSTEM
10283 P:      Linux PCMCIA Team
10284 L:      [email protected]
10285 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10287 S:      Maintained
10288 F:      Documentation/pcmcia/
10289 F:      tools/pcmcia/
10290 F:      drivers/pcmcia/
10291 F:      include/pcmcia/
10292
10293 PCNET32 NETWORK DRIVER
10294 M:      Don Fry <[email protected]>
10295 L:      [email protected]
10296 S:      Maintained
10297 F:      drivers/net/ethernet/amd/pcnet32.c
10298
10299 PCRYPT PARALLEL CRYPTO ENGINE
10300 M:      Steffen Klassert <[email protected]>
10301 L:      [email protected]
10302 S:      Maintained
10303 F:      crypto/pcrypt.c
10304 F:      include/crypto/pcrypt.h
10305
10306 PER-CPU MEMORY ALLOCATOR
10307 M:      Tejun Heo <[email protected]>
10308 M:      Christoph Lameter <[email protected]>
10309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10310 S:      Maintained
10311 F:      include/linux/percpu*.h
10312 F:      mm/percpu*.c
10313 F:      arch/*/include/asm/percpu.h
10314
10315 PER-TASK DELAY ACCOUNTING
10316 M:      Balbir Singh <[email protected]>
10317 S:      Maintained
10318 F:      include/linux/delayacct.h
10319 F:      kernel/delayacct.c
10320
10321 PERFORMANCE EVENTS SUBSYSTEM
10322 M:      Peter Zijlstra <[email protected]>
10323 M:      Ingo Molnar <[email protected]>
10324 M:      Arnaldo Carvalho de Melo <[email protected]>
10325 R:      Alexander Shishkin <[email protected]>
10326 L:      [email protected]
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10328 S:      Supported
10329 F:      kernel/events/*
10330 F:      include/linux/perf_event.h
10331 F:      include/uapi/linux/perf_event.h
10332 F:      arch/*/kernel/perf_event*.c
10333 F:      arch/*/kernel/*/perf_event*.c
10334 F:      arch/*/kernel/*/*/perf_event*.c
10335 F:      arch/*/include/asm/perf_event.h
10336 F:      arch/*/kernel/perf_callchain.c
10337 F:      arch/*/events/*
10338 F:      tools/perf/
10339
10340 PERSONALITY HANDLING
10341 M:      Christoph Hellwig <[email protected]>
10342 L:      [email protected]
10343 S:      Maintained
10344 F:      include/linux/personality.h
10345 F:      include/uapi/linux/personality.h
10346
10347 PHONET PROTOCOL
10348 M:      Remi Denis-Courmont <[email protected]>
10349 S:      Supported
10350 F:      Documentation/networking/phonet.txt
10351 F:      include/linux/phonet.h
10352 F:      include/net/phonet/
10353 F:      include/uapi/linux/phonet.h
10354 F:      net/phonet/
10355
10356 PHRAM MTD DRIVER
10357 M:      Joern Engel <[email protected]>
10358 L:      [email protected]
10359 S:      Maintained
10360 F:      drivers/mtd/devices/phram.c
10361
10362 PICOLCD HID DRIVER
10363 M:      Bruno Prémont <[email protected]>
10364 L:      [email protected]
10365 S:      Maintained
10366 F:      drivers/hid/hid-picolcd*
10367
10368 PICOXCELL SUPPORT
10369 M:      Jamie Iles <[email protected]>
10370 L:      [email protected] (moderated for non-subscribers)
10371 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10372 S:      Supported
10373 F:      arch/arm/boot/dts/picoxcell*
10374 F:      arch/arm/mach-picoxcell/
10375 F:      drivers/crypto/picoxcell*
10376
10377 PIN CONTROL SUBSYSTEM
10378 M:      Linus Walleij <[email protected]>
10379 L:      [email protected]
10380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10381 S:      Maintained
10382 F:      Documentation/devicetree/bindings/pinctrl/
10383 F:      Documentation/pinctrl.txt
10384 F:      drivers/pinctrl/
10385 F:      include/linux/pinctrl/
10386
10387 PIN CONTROLLER - ATMEL AT91
10388 M:      Jean-Christophe Plagniol-Villard <[email protected]>
10389 L:      [email protected] (moderated for non-subscribers)
10390 S:      Maintained
10391 F:      drivers/pinctrl/pinctrl-at91.*
10392
10393 PIN CONTROLLER - ATMEL AT91 PIO4
10394 M:      Ludovic Desroches <[email protected]>
10395 L:      [email protected] (moderated for non-subscribers)
10396 L:      [email protected]
10397 S:      Supported
10398 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10399
10400 PIN CONTROLLER - INTEL
10401 M:      Mika Westerberg <[email protected]>
10402 M:      Heikki Krogerus <[email protected]>
10403 S:      Maintained
10404 F:      drivers/pinctrl/intel/
10405
10406 PIN CONTROLLER - QUALCOMM
10407 M:      Bjorn Andersson <[email protected]>
10408 S:      Maintained
10409 L:      [email protected]
10410 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10411 F:      drivers/pinctrl/qcom/
10412
10413 PIN CONTROLLER - RENESAS
10414 M:      Laurent Pinchart <[email protected]>
10415 M:      Geert Uytterhoeven <[email protected]>
10416 L:      [email protected]
10417 S:      Maintained
10418 F:      drivers/pinctrl/sh-pfc/
10419
10420 PIN CONTROLLER - SAMSUNG
10421 M:      Tomasz Figa <[email protected]>
10422 M:      Krzysztof Kozlowski <[email protected]>
10423 M:      Sylwester Nawrocki <[email protected]>
10424 L:      [email protected] (moderated for non-subscribers)
10425 L:      [email protected] (moderated for non-subscribers)
10426 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10428 S:      Maintained
10429 F:      drivers/pinctrl/samsung/
10430 F:      include/dt-bindings/pinctrl/samsung.h
10431 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10432
10433 PIN CONTROLLER - SINGLE
10434 M:      Tony Lindgren <[email protected]>
10435 M:      Haojian Zhuang <[email protected]>
10436 L:      [email protected] (moderated for non-subscribers)
10437 L:      [email protected]
10438 S:      Maintained
10439 F:      drivers/pinctrl/pinctrl-single.c
10440
10441 PIN CONTROLLER - ST SPEAR
10442 M:      Viresh Kumar <[email protected]>
10443 L:      [email protected] (moderated for non-subscribers)
10444 W:      http://www.st.com/spear
10445 S:      Maintained
10446 F:      drivers/pinctrl/spear/
10447
10448 PISTACHIO SOC SUPPORT
10449 M:      James Hartley <[email protected]>
10450 M:      Ionela Voinescu <[email protected]>
10451 L:      [email protected]
10452 S:      Maintained
10453 F:      arch/mips/pistachio/
10454 F:      arch/mips/include/asm/mach-pistachio/
10455 F:      arch/mips/boot/dts/img/pistachio*
10456 F:      arch/mips/configs/pistachio*_defconfig
10457
10458 PKTCDVD DRIVER
10459 S:      Orphan
10460 M:      [email protected]
10461 F:      drivers/block/pktcdvd.c
10462 F:      include/linux/pktcdvd.h
10463 F:      include/uapi/linux/pktcdvd.h
10464
10465 PKUNITY SOC DRIVERS
10466 M:      Guan Xuetao <[email protected]>
10467 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10468 S:      Maintained
10469 T:      git git://github.com/gxt/linux.git
10470 F:      drivers/input/serio/i8042-unicore32io.h
10471 F:      drivers/i2c/busses/i2c-puv3.c
10472 F:      drivers/video/fbdev/fb-puv3.c
10473 F:      drivers/rtc/rtc-puv3.c
10474
10475 PMBUS HARDWARE MONITORING DRIVERS
10476 M:      Guenter Roeck <[email protected]>
10477 L:      [email protected]
10478 W:      http://hwmon.wiki.kernel.org/
10479 W:      http://www.roeck-us.net/linux/drivers/
10480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10481 S:      Maintained
10482 F:      Documentation/hwmon/pmbus
10483 F:      drivers/hwmon/pmbus/
10484 F:      include/linux/pmbus.h
10485
10486 PMC SIERRA MaxRAID DRIVER
10487 L:      [email protected]
10488 W:      http://www.pmc-sierra.com/
10489 S:      Orphan
10490 F:      drivers/scsi/pmcraid.*
10491
10492 PMC SIERRA PM8001 DRIVER
10493 M:      Jack Wang <[email protected]>
10494 M:      [email protected]
10495 L:      [email protected]
10496 S:      Supported
10497 F:      drivers/scsi/pm8001/
10498
10499 POSIX CLOCKS and TIMERS
10500 M:      Thomas Gleixner <[email protected]>
10501 L:      [email protected]
10502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10503 S:      Maintained
10504 F:      fs/timerfd.c
10505 F:      include/linux/timer*
10506 F:      kernel/time/*timer*
10507
10508 POWER MANAGEMENT CORE
10509 M:      "Rafael J. Wysocki" <[email protected]>
10510 L:      [email protected]
10511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10512 B:      https://bugzilla.kernel.org
10513 S:      Supported
10514 F:      drivers/base/power/
10515 F:      include/linux/pm.h
10516 F:      include/linux/pm_*
10517 F:      include/linux/powercap.h
10518 F:      drivers/powercap/
10519
10520 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10521 M:      Sebastian Reichel <[email protected]>
10522 L:      [email protected]
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10524 S:      Maintained
10525 F:      Documentation/devicetree/bindings/power/supply/
10526 F:      include/linux/power_supply.h
10527 F:      drivers/power/supply/
10528
10529 POWER STATE COORDINATION INTERFACE (PSCI)
10530 M:      Mark Rutland <[email protected]>
10531 M:      Lorenzo Pieralisi <[email protected]>
10532 L:      [email protected]
10533 S:      Maintained
10534 F:      drivers/firmware/psci*.c
10535 F:      include/linux/psci.h
10536 F:      include/uapi/linux/psci.h
10537
10538 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10539 M:      Suraj Jitindar Singh <[email protected]>
10540 L:      [email protected]
10541 S:      Maintained
10542 F:      drivers/char/powernv-op-panel.c
10543
10544 PNP SUPPORT
10545 M:      "Rafael J. Wysocki" <[email protected]>
10546 S:      Maintained
10547 F:      drivers/pnp/
10548
10549 PPP PROTOCOL DRIVERS AND COMPRESSORS
10550 M:      Paul Mackerras <[email protected]>
10551 L:      [email protected]
10552 S:      Maintained
10553 F:      drivers/net/ppp/ppp_*
10554
10555 PPP OVER ATM (RFC 2364)
10556 M:      Mitchell Blank Jr <[email protected]>
10557 S:      Maintained
10558 F:      net/atm/pppoatm.c
10559 F:      include/uapi/linux/atmppp.h
10560
10561 PPP OVER ETHERNET
10562 M:      Michal Ostrowski <[email protected]>
10563 S:      Maintained
10564 F:      drivers/net/ppp/pppoe.c
10565 F:      drivers/net/ppp/pppox.c
10566
10567 PPP OVER L2TP
10568 M:      James Chapman <[email protected]>
10569 S:      Maintained
10570 F:      net/l2tp/l2tp_ppp.c
10571 F:      include/linux/if_pppol2tp.h
10572 F:      include/uapi/linux/if_pppol2tp.h
10573
10574 PPS SUPPORT
10575 M:      Rodolfo Giometti <[email protected]>
10576 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10577 L:      [email protected] (subscribers-only)
10578 S:      Maintained
10579 F:      Documentation/pps/
10580 F:      drivers/pps/
10581 F:      include/linux/pps*.h
10582
10583 PPTP DRIVER
10584 M:      Dmitry Kozlov <[email protected]>
10585 L:      [email protected]
10586 S:      Maintained
10587 F:      drivers/net/ppp/pptp.c
10588 W:      http://sourceforge.net/projects/accel-pptp
10589
10590 PREEMPTIBLE KERNEL
10591 M:      Robert Love <[email protected]>
10592 L:      [email protected]
10593 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10594 S:      Supported
10595 F:      Documentation/preempt-locking.txt
10596 F:      include/linux/preempt.h
10597
10598 PRINTK
10599 M:      Petr Mladek <[email protected]>
10600 M:      Sergey Senozhatsky <[email protected]>
10601 R:      Steven Rostedt <[email protected]>
10602 S:      Maintained
10603 F:      kernel/printk/
10604 F:      include/linux/printk.h
10605
10606 PRISM54 WIRELESS DRIVER
10607 M:      "Luis R. Rodriguez" <[email protected]>
10608 L:      [email protected]
10609 W:      http://wireless.kernel.org/en/users/Drivers/p54
10610 S:      Obsolete
10611 F:      drivers/net/wireless/intersil/prism54/
10612
10613 PROC SYSCTL
10614 M:      "Luis R. Rodriguez" <[email protected]>
10615 M:      Kees Cook <[email protected]>
10616 L:      [email protected]
10617 L:      [email protected]
10618 S:      Maintained
10619 F:      fs/proc/proc_sysctl.c
10620 F:      include/linux/sysctl.h
10621 F:      kernel/sysctl.c
10622 F:      tools/testing/selftests/sysctl/
10623
10624 PS3 NETWORK SUPPORT
10625 M:      Geoff Levand <[email protected]>
10626 L:      [email protected]
10627 L:      [email protected]
10628 S:      Maintained
10629 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10630
10631 PS3 PLATFORM SUPPORT
10632 M:      Geoff Levand <[email protected]>
10633 L:      [email protected]
10634 S:      Maintained
10635 F:      arch/powerpc/boot/ps3*
10636 F:      arch/powerpc/include/asm/lv1call.h
10637 F:      arch/powerpc/include/asm/ps3*.h
10638 F:      arch/powerpc/platforms/ps3/
10639 F:      drivers/*/ps3*
10640 F:      drivers/ps3/
10641 F:      drivers/rtc/rtc-ps3.c
10642 F:      drivers/usb/host/*ps3.c
10643 F:      sound/ppc/snd_ps3*
10644
10645 PS3VRAM DRIVER
10646 M:      Jim Paris <[email protected]>
10647 M:      Geoff Levand <[email protected]>
10648 L:      [email protected]
10649 S:      Maintained
10650 F:      drivers/block/ps3vram.c
10651
10652 PSAMPLE PACKET SAMPLING SUPPORT:
10653 M:      Yotam Gigi <[email protected]>
10654 S:      Maintained
10655 F:      net/psample
10656 F:      include/net/psample.h
10657 F:      include/uapi/linux/psample.h
10658
10659 PSTORE FILESYSTEM
10660 M:      Kees Cook <[email protected]>
10661 M:      Anton Vorontsov <[email protected]>
10662 M:      Colin Cross <[email protected]>
10663 M:      Tony Luck <[email protected]>
10664 S:      Maintained
10665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10666 F:      fs/pstore/
10667 F:      include/linux/pstore*
10668 F:      drivers/firmware/efi/efi-pstore.c
10669 F:      drivers/acpi/apei/erst.c
10670 F:      Documentation/admin-guide/ramoops.rst
10671 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10672 K:      \b(pstore|ramoops)
10673
10674 PTP HARDWARE CLOCK SUPPORT
10675 M:      Richard Cochran <[email protected]>
10676 L:      [email protected]
10677 S:      Maintained
10678 W:      http://linuxptp.sourceforge.net/
10679 F:      Documentation/ABI/testing/sysfs-ptp
10680 F:      Documentation/ptp/*
10681 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10682 F:      drivers/net/phy/dp83640*
10683 F:      drivers/ptp/*
10684 F:      include/linux/ptp_cl*
10685
10686 PTRACE SUPPORT
10687 M:      Roland McGrath <[email protected]>
10688 M:      Oleg Nesterov <[email protected]>
10689 S:      Maintained
10690 F:      include/asm-generic/syscall.h
10691 F:      include/linux/ptrace.h
10692 F:      include/linux/regset.h
10693 F:      include/linux/tracehook.h
10694 F:      include/uapi/linux/ptrace.h
10695 F:      kernel/ptrace.c
10696
10697 PULSE8-CEC DRIVER
10698 M:      Hans Verkuil <[email protected]>
10699 L:      [email protected]
10700 T:      git git://linuxtv.org/media_tree.git
10701 S:      Maintained
10702 F:      drivers/media/usb/pulse8-cec/*
10703
10704 PVRUSB2 VIDEO4LINUX DRIVER
10705 M:      Mike Isely <[email protected]>
10706 L:      [email protected]       (subscribers-only)
10707 L:      [email protected]
10708 W:      http://www.isely.net/pvrusb2/
10709 T:      git git://linuxtv.org/media_tree.git
10710 S:      Maintained
10711 F:      Documentation/media/v4l-drivers/pvrusb2*
10712 F:      drivers/media/usb/pvrusb2/
10713
10714 PWC WEBCAM DRIVER
10715 M:      Hans Verkuil <[email protected]>
10716 L:      [email protected]
10717 T:      git git://linuxtv.org/media_tree.git
10718 S:      Odd Fixes
10719 F:      drivers/media/usb/pwc/*
10720
10721 PWM FAN DRIVER
10722 M:      Kamil Debski <[email protected]>
10723 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10724 L:      [email protected]
10725 S:      Supported
10726 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10727 F:      Documentation/hwmon/pwm-fan
10728 F:      drivers/hwmon/pwm-fan.c
10729
10730 PWM SUBSYSTEM
10731 M:      Thierry Reding <[email protected]>
10732 L:      [email protected]
10733 S:      Maintained
10734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10735 F:      Documentation/pwm.txt
10736 F:      Documentation/devicetree/bindings/pwm/
10737 F:      include/linux/pwm.h
10738 F:      drivers/pwm/
10739 F:      drivers/video/backlight/pwm_bl.c
10740 F:      include/linux/pwm_backlight.h
10741 F:      drivers/gpio/gpio-mvebu.c
10742 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
10743
10744 PXA2xx/PXA3xx SUPPORT
10745 M:      Daniel Mack <[email protected]>
10746 M:      Haojian Zhuang <[email protected]>
10747 M:      Robert Jarzmik <[email protected]>
10748 L:      [email protected] (moderated for non-subscribers)
10749 T:      git git://github.com/hzhuang1/linux.git
10750 T:      git git://github.com/rjarzmik/linux.git
10751 S:      Maintained
10752 F:      arch/arm/boot/dts/pxa*
10753 F:      arch/arm/mach-pxa/
10754 F:      drivers/dma/pxa*
10755 F:      drivers/pcmcia/pxa2xx*
10756 F:      drivers/pinctrl/pxa/
10757 F:      drivers/spi/spi-pxa2xx*
10758 F:      drivers/usb/gadget/udc/pxa2*
10759 F:      include/sound/pxa2xx-lib.h
10760 F:      sound/arm/pxa*
10761 F:      sound/soc/pxa/
10762
10763 PXA GPIO DRIVER
10764 M:      Robert Jarzmik <[email protected]>
10765 L:      [email protected]
10766 S:      Maintained
10767 F:      drivers/gpio/gpio-pxa.c
10768
10769 PXA3xx NAND FLASH DRIVER
10770 M:      Ezequiel Garcia <[email protected]>
10771 L:      [email protected]
10772 S:      Maintained
10773 F:      drivers/mtd/nand/pxa3xx_nand.c
10774
10775 MMP SUPPORT
10776 M:      Eric Miao <[email protected]>
10777 M:      Haojian Zhuang <[email protected]>
10778 L:      [email protected] (moderated for non-subscribers)
10779 T:      git git://github.com/hzhuang1/linux.git
10780 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10781 S:      Maintained
10782 F:      arch/arm/boot/dts/mmp*
10783 F:      arch/arm/mach-mmp/
10784
10785 PXA MMCI DRIVER
10786 S:      Orphan
10787
10788 PXA RTC DRIVER
10789 M:      Robert Jarzmik <[email protected]>
10790 L:      [email protected]
10791 S:      Maintained
10792
10793 QAT DRIVER
10794 M:      Giovanni Cabiddu <[email protected]>
10795 M:      Salvatore Benedetto <[email protected]>
10796 L:      [email protected]
10797 S:      Supported
10798 F:      drivers/crypto/qat/
10799
10800 QIB DRIVER
10801 M:      Mike Marciniszyn <[email protected]>
10802 L:      [email protected]
10803 S:      Supported
10804 F:      drivers/infiniband/hw/qib/
10805
10806 QLOGIC QLA1280 SCSI DRIVER
10807 M:      Michael Reed <[email protected]>
10808 L:      [email protected]
10809 S:      Maintained
10810 F:      drivers/scsi/qla1280.[ch]
10811
10812 QLOGIC QLA2XXX FC-SCSI DRIVER
10813 M:      [email protected]
10814 L:      [email protected]
10815 S:      Supported
10816 F:      Documentation/scsi/LICENSE.qla2xxx
10817 F:      drivers/scsi/qla2xxx/
10818
10819 QLOGIC QLA4XXX iSCSI DRIVER
10820 M:      [email protected]
10821 L:      [email protected]
10822 S:      Supported
10823 F:      Documentation/scsi/LICENSE.qla4xxx
10824 F:      drivers/scsi/qla4xxx/
10825
10826 QLOGIC QLA3XXX NETWORK DRIVER
10827 M:      [email protected]
10828 L:      [email protected]
10829 S:      Supported
10830 F:      Documentation/networking/LICENSE.qla3xxx
10831 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10832
10833 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10834 M:      Harish Patil <[email protected]>
10835 M:      Manish Chopra <[email protected]>
10836 M:      [email protected]
10837 L:      [email protected]
10838 S:      Supported
10839 F:      drivers/net/ethernet/qlogic/qlcnic/
10840
10841 QLOGIC QLGE 10Gb ETHERNET DRIVER
10842 M:      Harish Patil <[email protected]>
10843 M:      Manish Chopra <[email protected]>
10844 M:      [email protected]
10845 L:      [email protected]
10846 S:      Supported
10847 F:      drivers/net/ethernet/qlogic/qlge/
10848
10849 QLOGIC QL4xxx ETHERNET DRIVER
10850 M:      Yuval Mintz <[email protected]>
10851 M:      Ariel Elior <[email protected]>
10852 M:      [email protected]
10853 L:      [email protected]
10854 S:      Supported
10855 F:      drivers/net/ethernet/qlogic/qed/
10856 F:      include/linux/qed/
10857 F:      drivers/net/ethernet/qlogic/qede/
10858
10859 QLOGIC QL41xxx ISCSI DRIVER
10860 M:      [email protected]
10861 L:      [email protected]
10862 S:      Supported
10863 F:      drivers/scsi/qedi/
10864
10865 QLOGIC QL41xxx FCOE DRIVER
10866 M:      [email protected]
10867 L:      [email protected]
10868 S:      Supported
10869 F:      drivers/scsi/qedf/
10870
10871 QNX4 FILESYSTEM
10872 M:      Anders Larsen <[email protected]>
10873 W:      http://www.alarsen.net/linux/qnx4fs/
10874 S:      Maintained
10875 F:      fs/qnx4/
10876 F:      include/uapi/linux/qnx4_fs.h
10877 F:      include/uapi/linux/qnxtypes.h
10878
10879 QORIQ DPAA2 FSL-MC BUS DRIVER
10880 M:      Stuart Yoder <[email protected]>
10881 M:      Laurentiu Tudor <[email protected]>
10882 L:      [email protected]
10883 S:      Maintained
10884 F:      drivers/staging/fsl-mc/
10885 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
10886
10887 QT1010 MEDIA DRIVER
10888 M:      Antti Palosaari <[email protected]>
10889 L:      [email protected]
10890 W:      https://linuxtv.org
10891 W:      http://palosaari.fi/linux/
10892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10893 T:      git git://linuxtv.org/anttip/media_tree.git
10894 S:      Maintained
10895 F:      drivers/media/tuners/qt1010*
10896
10897 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10898 M:      QCA ath9k Development <[email protected]>
10899 L:      [email protected]
10900 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10901 S:      Supported
10902 F:      drivers/net/wireless/ath/ath9k/
10903
10904 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10905 M:      Kalle Valo <[email protected]>
10906 L:      [email protected]
10907 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10909 S:      Supported
10910 F:      drivers/net/wireless/ath/ath10k/
10911
10912 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10913 M:      Timur Tabi <[email protected]>
10914 L:      [email protected]
10915 S:      Supported
10916 F:      drivers/net/ethernet/qualcomm/emac/
10917
10918 QUALCOMM HEXAGON ARCHITECTURE
10919 M:      Richard Kuo <[email protected]>
10920 L:      [email protected]
10921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10922 S:      Supported
10923 F:      arch/hexagon/
10924
10925 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
10926 M:      Stanimir Varbanov <[email protected]>
10927 L:      [email protected]
10928 L:      [email protected]
10929 T:      git git://linuxtv.org/media_tree.git
10930 S:      Maintained
10931 F:      drivers/media/platform/qcom/venus/
10932
10933 QUALCOMM WCN36XX WIRELESS DRIVER
10934 M:      Eugene Krasnikov <[email protected]>
10935 L:      [email protected]
10936 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10937 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10938 S:      Supported
10939 F:      drivers/net/wireless/ath/wcn36xx/
10940
10941 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10942 M:      Gabriel Somlo <[email protected]>
10943 M:      "Michael S. Tsirkin" <[email protected]>
10944 L:      [email protected]
10945 S:      Maintained
10946 F:      drivers/firmware/qemu_fw_cfg.c
10947
10948 QUANTENNA QTNFMAC WIRELESS DRIVER
10949 M:   Igor Mitsyanko <[email protected]>
10950 M:   Avinash Patil <[email protected]>
10951 M:   Sergey Matyukevich <[email protected]>
10952 L:   [email protected]
10953 S:   Maintained
10954 F:   drivers/net/wireless/quantenna
10955
10956 RADOS BLOCK DEVICE (RBD)
10957 M:      Ilya Dryomov <[email protected]>
10958 M:      Sage Weil <[email protected]>
10959 M:      Alex Elder <[email protected]>
10960 L:      [email protected]
10961 W:      http://ceph.com/
10962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10963 T:      git git://github.com/ceph/ceph-client.git
10964 S:      Supported
10965 F:      Documentation/ABI/testing/sysfs-bus-rbd
10966 F:      drivers/block/rbd.c
10967 F:      drivers/block/rbd_types.h
10968
10969 RADEON FRAMEBUFFER DISPLAY DRIVER
10970 M:      Benjamin Herrenschmidt <[email protected]>
10971 L:      [email protected]
10972 S:      Maintained
10973 F:      drivers/video/fbdev/aty/radeon*
10974 F:      include/uapi/linux/radeonfb.h
10975
10976 RADIOSHARK RADIO DRIVER
10977 M:      Hans Verkuil <[email protected]>
10978 L:      [email protected]
10979 T:      git git://linuxtv.org/media_tree.git
10980 S:      Maintained
10981 F:      drivers/media/radio/radio-shark.c
10982
10983 RADIOSHARK2 RADIO DRIVER
10984 M:      Hans Verkuil <[email protected]>
10985 L:      [email protected]
10986 T:      git git://linuxtv.org/media_tree.git
10987 S:      Maintained
10988 F:      drivers/media/radio/radio-shark2.c
10989 F:      drivers/media/radio/radio-tea5777.c
10990
10991 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10992 M:      Paul Mackerras <[email protected]>
10993 L:      [email protected]
10994 S:      Maintained
10995 F:      drivers/video/fbdev/aty/aty128fb.c
10996
10997 RAINSHADOW-CEC DRIVER
10998 M:      Hans Verkuil <[email protected]>
10999 L:      [email protected]
11000 T:      git git://linuxtv.org/media_tree.git
11001 S:      Maintained
11002 F:      drivers/media/usb/rainshadow-cec/*
11003
11004 RALINK MIPS ARCHITECTURE
11005 M:      John Crispin <[email protected]>
11006 L:      [email protected]
11007 S:      Maintained
11008 F:      arch/mips/ralink
11009
11010 RALINK RT2X00 WIRELESS LAN DRIVER
11011 P:      rt2x00 project
11012 M:      Stanislaw Gruszka <[email protected]>
11013 M:      Helmut Schaa <[email protected]>
11014 L:      [email protected]
11015 S:      Maintained
11016 F:      drivers/net/wireless/ralink/rt2x00/
11017
11018 RAMDISK RAM BLOCK DEVICE DRIVER
11019 M:      Jens Axboe <[email protected]>
11020 S:      Maintained
11021 F:      Documentation/blockdev/ramdisk.txt
11022 F:      drivers/block/brd.c
11023
11024 RANDOM NUMBER DRIVER
11025 M:      "Theodore Ts'o" <[email protected]>
11026 S:      Maintained
11027 F:      drivers/char/random.c
11028
11029 RAPIDIO SUBSYSTEM
11030 M:      Matt Porter <[email protected]>
11031 M:      Alexandre Bounine <[email protected]>
11032 S:      Maintained
11033 F:      drivers/rapidio/
11034
11035 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11036 L:      [email protected]
11037 S:      Orphan
11038 F:      drivers/net/wireless/ray*
11039
11040 RCUTORTURE MODULE
11041 M:      Josh Triplett <[email protected]>
11042 M:      "Paul E. McKenney" <[email protected]>
11043 L:      [email protected]
11044 S:      Supported
11045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11046 F:      Documentation/RCU/torture.txt
11047 F:      kernel/rcu/rcutorture.c
11048
11049 RCUTORTURE TEST FRAMEWORK
11050 M:      "Paul E. McKenney" <[email protected]>
11051 M:      Josh Triplett <[email protected]>
11052 R:      Steven Rostedt <[email protected]>
11053 R:      Mathieu Desnoyers <[email protected]>
11054 R:      Lai Jiangshan <[email protected]>
11055 L:      [email protected]
11056 S:      Supported
11057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11058 F:      tools/testing/selftests/rcutorture
11059
11060 RDC R-321X SoC
11061 M:      Florian Fainelli <[email protected]>
11062 S:      Maintained
11063
11064 RDC R6040 FAST ETHERNET DRIVER
11065 M:      Florian Fainelli <[email protected]>
11066 L:      [email protected]
11067 S:      Maintained
11068 F:      drivers/net/ethernet/rdc/r6040.c
11069
11070 RDS - RELIABLE DATAGRAM SOCKETS
11071 M:      Santosh Shilimkar <[email protected]>
11072 L:      [email protected]
11073 L:      [email protected]
11074 L:      [email protected] (moderated for non-subscribers)
11075 W:      https://oss.oracle.com/projects/rds/
11076 S:      Supported
11077 F:      net/rds/
11078 F:      Documentation/networking/rds.txt
11079
11080 RDMAVT - RDMA verbs software
11081 M:      Dennis Dalessandro <[email protected]>
11082 L:      [email protected]
11083 S:      Supported
11084 F:      drivers/infiniband/sw/rdmavt
11085
11086 RDT - RESOURCE ALLOCATION
11087 M:      Fenghua Yu <[email protected]>
11088 L:      [email protected]
11089 S:      Supported
11090 F:      arch/x86/kernel/cpu/intel_rdt*
11091 F:      arch/x86/include/asm/intel_rdt*
11092 F:      Documentation/x86/intel_rdt*
11093
11094 READ-COPY UPDATE (RCU)
11095 M:      "Paul E. McKenney" <[email protected]>
11096 M:      Josh Triplett <[email protected]>
11097 R:      Steven Rostedt <[email protected]>
11098 R:      Mathieu Desnoyers <[email protected]>
11099 R:      Lai Jiangshan <[email protected]>
11100 L:      [email protected]
11101 W:      http://www.rdrop.com/users/paulmck/RCU/
11102 S:      Supported
11103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11104 F:      Documentation/RCU/
11105 X:      Documentation/RCU/torture.txt
11106 F:      include/linux/rcu*
11107 X:      include/linux/srcu.h
11108 F:      kernel/rcu/
11109 X:      kernel/torture.c
11110
11111 REAL TIME CLOCK (RTC) SUBSYSTEM
11112 M:      Alessandro Zummo <[email protected]>
11113 M:      Alexandre Belloni <[email protected]>
11114 L:      [email protected]
11115 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
11116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11117 S:      Maintained
11118 F:      Documentation/devicetree/bindings/rtc/
11119 F:      Documentation/rtc.txt
11120 F:      drivers/rtc/
11121 F:      include/linux/rtc.h
11122 F:      include/uapi/linux/rtc.h
11123 F:      include/linux/rtc/
11124 F:      include/linux/platform_data/rtc-*
11125 F:      tools/testing/selftests/timers/rtctest.c
11126
11127 REALTEK AUDIO CODECS
11128 M:      Bard Liao <[email protected]>
11129 M:      Oder Chiou <[email protected]>
11130 S:      Maintained
11131 F:      sound/soc/codecs/rt*
11132 F:      include/sound/rt*.h
11133
11134 REISERFS FILE SYSTEM
11135 L:      [email protected]
11136 S:      Supported
11137 F:      fs/reiserfs/
11138
11139 REGISTER MAP ABSTRACTION
11140 M:      Mark Brown <[email protected]>
11141 L:      [email protected]
11142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11143 S:      Supported
11144 F:      Documentation/devicetree/bindings/regmap/
11145 F:      drivers/base/regmap/
11146 F:      include/linux/regmap.h
11147
11148 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11149 M:      Ohad Ben-Cohen <[email protected]>
11150 M:      Bjorn Andersson <[email protected]>
11151 L:      [email protected]
11152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11153 S:      Maintained
11154 F:      Documentation/devicetree/bindings/remoteproc/
11155 F:      Documentation/remoteproc.txt
11156 F:      drivers/remoteproc/
11157 F:      include/linux/remoteproc.h
11158
11159 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11160 M:      Ohad Ben-Cohen <[email protected]>
11161 M:      Bjorn Andersson <[email protected]>
11162 L:      [email protected]
11163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11164 S:      Maintained
11165 F:      drivers/rpmsg/
11166 F:      Documentation/rpmsg.txt
11167 F:      include/linux/rpmsg.h
11168 F:      include/linux/rpmsg/
11169
11170 RENESAS CLOCK DRIVERS
11171 M:      Geert Uytterhoeven <[email protected]>
11172 L:      [email protected]
11173 S:      Supported
11174 F:      drivers/clk/renesas/
11175
11176 RENESAS ETHERNET DRIVERS
11177 R:      Sergei Shtylyov <[email protected]>
11178 L:      [email protected]
11179 L:      [email protected]
11180 F:      drivers/net/ethernet/renesas/
11181 F:      include/linux/sh_eth.h
11182
11183 RENESAS R-CAR GYROADC DRIVER
11184 M:      Marek Vasut <[email protected]>
11185 L:      [email protected]
11186 S:      Supported
11187 F:      drivers/iio/adc/rcar_gyro_adc.c
11188
11189 RENESAS USB PHY DRIVER
11190 M:      Yoshihiro Shimoda <[email protected]>
11191 L:      [email protected]
11192 S:      Maintained
11193 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
11194
11195 RESET CONTROLLER FRAMEWORK
11196 M:      Philipp Zabel <[email protected]>
11197 T:      git git://git.pengutronix.de/git/pza/linux
11198 S:      Maintained
11199 F:      drivers/reset/
11200 F:      Documentation/devicetree/bindings/reset/
11201 F:      include/dt-bindings/reset/
11202 F:      include/linux/reset.h
11203 F:      include/linux/reset-controller.h
11204
11205 RFKILL
11206 M:      Johannes Berg <[email protected]>
11207 L:      [email protected]
11208 W:      http://wireless.kernel.org/
11209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11211 S:      Maintained
11212 F:      Documentation/rfkill.txt
11213 F:      net/rfkill/
11214
11215 RHASHTABLE
11216 M:      Thomas Graf <[email protected]>
11217 M:      Herbert Xu <[email protected]>
11218 L:      [email protected]
11219 S:      Maintained
11220 F:      lib/rhashtable.c
11221 F:      include/linux/rhashtable.h
11222
11223 RICOH SMARTMEDIA/XD DRIVER
11224 M:      Maxim Levitsky <[email protected]>
11225 S:      Maintained
11226 F:      drivers/mtd/nand/r852.c
11227 F:      drivers/mtd/nand/r852.h
11228
11229 RICOH R5C592 MEMORYSTICK DRIVER
11230 M:      Maxim Levitsky <[email protected]>
11231 S:      Maintained
11232 F:      drivers/memstick/host/r592.*
11233
11234 ROCCAT DRIVERS
11235 M:      Stefan Achatz <[email protected]>
11236 W:      http://sourceforge.net/projects/roccat/
11237 S:      Maintained
11238 F:      drivers/hid/hid-roccat*
11239 F:      include/linux/hid-roccat*
11240 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
11241
11242 ROCKER DRIVER
11243 M:      Jiri Pirko <[email protected]>
11244 L:      [email protected]
11245 S:      Supported
11246 F:      drivers/net/ethernet/rocker/
11247
11248 ROCKETPORT DRIVER
11249 P:      Comtrol Corp.
11250 W:      http://www.comtrol.com
11251 S:      Maintained
11252 F:      Documentation/serial/rocket.txt
11253 F:      drivers/tty/rocket*
11254
11255 ROCKETPORT EXPRESS/INFINITY DRIVER
11256 M:      Kevin Cernekee <[email protected]>
11257 L:      [email protected]
11258 S:      Odd Fixes
11259 F:      drivers/tty/serial/rp2.*
11260
11261 ROSE NETWORK LAYER
11262 M:      Ralf Baechle <[email protected]>
11263 L:      [email protected]
11264 W:      http://www.linux-ax25.org/
11265 S:      Maintained
11266 F:      include/net/rose.h
11267 F:      include/uapi/linux/rose.h
11268 F:      net/rose/
11269
11270 RTL2830 MEDIA DRIVER
11271 M:      Antti Palosaari <[email protected]>
11272 L:      [email protected]
11273 W:      https://linuxtv.org
11274 W:      http://palosaari.fi/linux/
11275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11276 T:      git git://linuxtv.org/anttip/media_tree.git
11277 S:      Maintained
11278 F:      drivers/media/dvb-frontends/rtl2830*
11279
11280 RTL2832 MEDIA DRIVER
11281 M:      Antti Palosaari <[email protected]>
11282 L:      [email protected]
11283 W:      https://linuxtv.org
11284 W:      http://palosaari.fi/linux/
11285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11286 T:      git git://linuxtv.org/anttip/media_tree.git
11287 S:      Maintained
11288 F:      drivers/media/dvb-frontends/rtl2832*
11289
11290 RTL2832_SDR MEDIA DRIVER
11291 M:      Antti Palosaari <[email protected]>
11292 L:      [email protected]
11293 W:      https://linuxtv.org
11294 W:      http://palosaari.fi/linux/
11295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11296 T:      git git://linuxtv.org/anttip/media_tree.git
11297 S:      Maintained
11298 F:      drivers/media/dvb-frontends/rtl2832_sdr*
11299
11300 RTL8180 WIRELESS DRIVER
11301 L:      [email protected]
11302 W:      http://wireless.kernel.org/
11303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11304 S:      Orphan
11305 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
11306
11307 RTL8187 WIRELESS DRIVER
11308 M:      Herton Ronaldo Krzesinski <[email protected]>
11309 M:      Hin-Tak Leung <[email protected]>
11310 M:      Larry Finger <[email protected]>
11311 L:      [email protected]
11312 W:      http://wireless.kernel.org/
11313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11314 S:      Maintained
11315 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
11316
11317 RTL8192CE WIRELESS DRIVER
11318 M:      Larry Finger <[email protected]>
11319 M:      Chaoming Li <[email protected]>
11320 L:      [email protected]
11321 W:      http://wireless.kernel.org/
11322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11323 S:      Maintained
11324 F:      drivers/net/wireless/realtek/rtlwifi/
11325 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11326
11327 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11328 M:      Jes Sorensen <[email protected]>
11329 L:      [email protected]
11330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11331 S:      Maintained
11332 F:      drivers/net/wireless/realtek/rtl8xxxu/
11333
11334 S3 SAVAGE FRAMEBUFFER DRIVER
11335 M:      Antonino Daplas <[email protected]>
11336 L:      [email protected]
11337 S:      Maintained
11338 F:      drivers/video/fbdev/savage/
11339
11340 S390
11341 M:      Martin Schwidefsky <[email protected]>
11342 M:      Heiko Carstens <[email protected]>
11343 L:      [email protected]
11344 W:      http://www.ibm.com/developerworks/linux/linux390/
11345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11346 S:      Supported
11347 F:      arch/s390/
11348 F:      drivers/s390/
11349 F:      Documentation/s390/
11350 F:      Documentation/driver-api/s390-drivers.rst
11351
11352 S390 COMMON I/O LAYER
11353 M:      Sebastian Ott <[email protected]>
11354 M:      Peter Oberparleiter <[email protected]>
11355 L:      [email protected]
11356 W:      http://www.ibm.com/developerworks/linux/linux390/
11357 S:      Supported
11358 F:      drivers/s390/cio/
11359
11360 S390 DASD DRIVER
11361 M:      Stefan Haberland <[email protected]>
11362 M:      Jan Hoeppner <[email protected]>
11363 L:      [email protected]
11364 W:      http://www.ibm.com/developerworks/linux/linux390/
11365 S:      Supported
11366 F:      drivers/s390/block/dasd*
11367 F:      block/partitions/ibm.c
11368
11369 S390 NETWORK DRIVERS
11370 M:      Julian Wiedmann <[email protected]>
11371 M:      Ursula Braun <[email protected]>
11372 L:      [email protected]
11373 W:      http://www.ibm.com/developerworks/linux/linux390/
11374 S:      Supported
11375 F:      drivers/s390/net/
11376
11377 S390 PCI SUBSYSTEM
11378 M:      Sebastian Ott <[email protected]>
11379 M:      Gerald Schaefer <[email protected]>
11380 L:      [email protected]
11381 W:      http://www.ibm.com/developerworks/linux/linux390/
11382 S:      Supported
11383 F:      arch/s390/pci/
11384 F:      drivers/pci/hotplug/s390_pci_hpc.c
11385
11386 S390 ZCRYPT DRIVER
11387 M:      Harald Freudenberger <[email protected]>
11388 L:      [email protected]
11389 W:      http://www.ibm.com/developerworks/linux/linux390/
11390 S:      Supported
11391 F:      drivers/s390/crypto/
11392
11393 S390 ZFCP DRIVER
11394 M:      Steffen Maier <[email protected]>
11395 L:      [email protected]
11396 W:      http://www.ibm.com/developerworks/linux/linux390/
11397 S:      Supported
11398 F:      drivers/s390/scsi/zfcp_*
11399
11400 S390 IUCV NETWORK LAYER
11401 M:      Julian Wiedmann <[email protected]>
11402 M:      Ursula Braun <[email protected]>
11403 L:      [email protected]
11404 W:      http://www.ibm.com/developerworks/linux/linux390/
11405 S:      Supported
11406 F:      drivers/s390/net/*iucv*
11407 F:      include/net/iucv/
11408 F:      net/iucv/
11409
11410 S390 IOMMU (PCI)
11411 M:      Gerald Schaefer <[email protected]>
11412 L:      [email protected]
11413 W:      http://www.ibm.com/developerworks/linux/linux390/
11414 S:      Supported
11415 F:      drivers/iommu/s390-iommu.c
11416
11417 S390 VFIO-CCW DRIVER
11418 M:      Cornelia Huck <[email protected]>
11419 M:      Dong Jia Shi <[email protected]>
11420 L:      [email protected]
11421 L:      [email protected]
11422 S:      Supported
11423 F:      drivers/s390/cio/vfio_ccw*
11424 F:      Documentation/s390/vfio-ccw.txt
11425 F:      include/uapi/linux/vfio_ccw.h
11426
11427 S3C24XX SD/MMC Driver
11428 M:      Ben Dooks <[email protected]>
11429 L:      [email protected] (moderated for non-subscribers)
11430 S:      Supported
11431 F:      drivers/mmc/host/s3cmci.*
11432
11433 SAA6588 RDS RECEIVER DRIVER
11434 M:      Hans Verkuil <[email protected]>
11435 L:      [email protected]
11436 T:      git git://linuxtv.org/media_tree.git
11437 W:      https://linuxtv.org
11438 S:      Odd Fixes
11439 F:      drivers/media/i2c/saa6588*
11440
11441 SAA7134 VIDEO4LINUX DRIVER
11442 M:      Mauro Carvalho Chehab <[email protected]>
11443 M:      Mauro Carvalho Chehab <[email protected]>
11444 L:      [email protected]
11445 W:      https://linuxtv.org
11446 T:      git git://linuxtv.org/media_tree.git
11447 S:      Odd fixes
11448 F:      Documentation/media/v4l-drivers/saa7134*
11449 F:      drivers/media/pci/saa7134/
11450
11451 SAA7146 VIDEO4LINUX-2 DRIVER
11452 M:      Hans Verkuil <[email protected]>
11453 L:      [email protected]
11454 T:      git git://linuxtv.org/media_tree.git
11455 S:      Maintained
11456 F:      drivers/media/common/saa7146/
11457 F:      drivers/media/pci/saa7146/
11458 F:      include/media/saa7146*
11459
11460 SAMSUNG LAPTOP DRIVER
11461 M:      Corentin Chary <[email protected]>
11462 L:      [email protected]
11463 S:      Maintained
11464 F:      drivers/platform/x86/samsung-laptop.c
11465
11466 SAMSUNG AUDIO (ASoC) DRIVERS
11467 M:      Krzysztof Kozlowski <[email protected]>
11468 M:      Sangbeom Kim <[email protected]>
11469 M:      Sylwester Nawrocki <[email protected]>
11470 L:      [email protected] (moderated for non-subscribers)
11471 S:      Supported
11472 F:      sound/soc/samsung/
11473
11474 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11475 M:      Krzysztof Kozlowski <[email protected]>
11476 L:      [email protected]
11477 L:      [email protected]
11478 S:      Maintained
11479 F:      drivers/crypto/exynos-rng.c
11480 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11481
11482 SAMSUNG FRAMEBUFFER DRIVER
11483 M:      Jingoo Han <[email protected]>
11484 L:      [email protected]
11485 S:      Maintained
11486 F:      drivers/video/fbdev/s3c-fb.c
11487
11488 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11489 M:      Sangbeom Kim <[email protected]>
11490 M:      Krzysztof Kozlowski <[email protected]>
11491 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11492 L:      [email protected]
11493 L:      [email protected]
11494 S:      Supported
11495 F:      drivers/mfd/sec*.c
11496 F:      drivers/regulator/s2m*.c
11497 F:      drivers/regulator/s5m*.c
11498 F:      drivers/clk/clk-s2mps11.c
11499 F:      drivers/rtc/rtc-s5m.c
11500 F:      include/linux/mfd/samsung/
11501 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11502 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11503 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11504 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11505
11506 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11507 M:      Krzysztof Kozlowski <[email protected]>
11508 M:      Vladimir Zapolskiy <[email protected]>
11509 L:      [email protected]
11510 L:      [email protected]
11511 S:      Maintained
11512 F:      drivers/crypto/s5p-sss.c
11513
11514 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11515 M:      Kyungmin Park <[email protected]>
11516 M:      Sylwester Nawrocki <[email protected]>
11517 L:      [email protected]
11518 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11519 S:      Supported
11520 F:      drivers/media/platform/exynos4-is/
11521
11522 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11523 M:      Sylwester Nawrocki <[email protected]>
11524 L:      [email protected]
11525 L:      [email protected] (moderated for non-subscribers)
11526 S:      Maintained
11527 F:      drivers/media/platform/s3c-camif/
11528 F:      include/media/drv-intf/s3c_camif.h
11529
11530 SAMSUNG S5C73M3 CAMERA DRIVER
11531 M:      Kyungmin Park <[email protected]>
11532 M:      Andrzej Hajda <[email protected]>
11533 L:      [email protected]
11534 S:      Supported
11535 F:      drivers/media/i2c/s5c73m3/*
11536
11537 SAMSUNG S5K5BAF CAMERA DRIVER
11538 M:      Kyungmin Park <[email protected]>
11539 M:      Andrzej Hajda <[email protected]>
11540 L:      [email protected]
11541 S:      Supported
11542 F:      drivers/media/i2c/s5k5baf.c
11543
11544 SAMSUNG S3FWRN5 NFC DRIVER
11545 M:      Robert Baldyga <[email protected]>
11546 M:      Krzysztof Opasiak <[email protected]>
11547 L:      [email protected] (moderated for non-subscribers)
11548 S:      Supported
11549 F:      drivers/nfc/s3fwrn5
11550
11551 SAMSUNG SOC CLOCK DRIVERS
11552 M:      Sylwester Nawrocki <[email protected]>
11553 M:      Tomasz Figa <[email protected]>
11554 M:      Chanwoo Choi <[email protected]>
11555 S:      Supported
11556 L:      [email protected] (moderated for non-subscribers)
11557 F:      drivers/clk/samsung/
11558 F:      include/dt-bindings/clock/exynos*.h
11559 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11560
11561 SAMSUNG SPI DRIVERS
11562 M:      Kukjin Kim <[email protected]>
11563 M:      Krzysztof Kozlowski <[email protected]>
11564 M:      Andi Shyti <[email protected]>
11565 L:      [email protected]
11566 L:      [email protected] (moderated for non-subscribers)
11567 S:      Maintained
11568 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11569 F:      drivers/spi/spi-s3c*
11570 F:      include/linux/platform_data/spi-s3c64xx.h
11571
11572 SAMSUNG SXGBE DRIVERS
11573 M:      Byungho An <[email protected]>
11574 M:      Girish K S <[email protected]>
11575 M:      Vipul Pandya <[email protected]>
11576 S:      Supported
11577 L:      [email protected]
11578 F:      drivers/net/ethernet/samsung/sxgbe/
11579
11580 SAMSUNG THERMAL DRIVER
11581 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11582 L:      [email protected]
11583 L:      [email protected]
11584 S:      Supported
11585 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11586 F:      drivers/thermal/samsung/
11587
11588 SAMSUNG USB2 PHY DRIVER
11589 M:      Kamil Debski <[email protected]>
11590 M:      Sylwester Nawrocki <[email protected]>
11591 L:      [email protected]
11592 S:      Supported
11593 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11594 F:      Documentation/phy/samsung-usb2.txt
11595 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
11596 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
11597 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
11598 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
11599 F:      drivers/phy/samsung/phy-samsung-usb2.c
11600 F:      drivers/phy/samsung/phy-samsung-usb2.h
11601
11602 SERIAL DRIVERS
11603 M:      Greg Kroah-Hartman <[email protected]>
11604 L:      [email protected]
11605 S:      Maintained
11606 F:      Documentation/devicetree/bindings/serial/
11607 F:      drivers/tty/serial/
11608
11609 SERIAL DEVICE BUS
11610 M:      Rob Herring <[email protected]>
11611 L:      [email protected]
11612 S:      Maintained
11613 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11614 F:      drivers/tty/serdev/
11615 F:      include/linux/serdev.h
11616
11617 SERIAL IR RECEIVER
11618 M:      Sean Young <[email protected]>
11619 L:      [email protected]
11620 S:      Maintained
11621 F:      drivers/media/rc/serial_ir.c
11622
11623 STI CEC DRIVER
11624 M:      Benjamin Gaignard <[email protected]>
11625 S:      Maintained
11626 F:      drivers/staging/media/st-cec/
11627 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11628
11629 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11630 M:      Ursula Braun <[email protected]>
11631 L:      [email protected]
11632 W:      http://www.ibm.com/developerworks/linux/linux390/
11633 S:      Supported
11634 F:      net/smc/
11635
11636 SYNOPSYS DESIGNWARE DMAC DRIVER
11637 M:      Viresh Kumar <[email protected]>
11638 M:      Andy Shevchenko <[email protected]>
11639 S:      Maintained
11640 F:      include/linux/dma/dw.h
11641 F:      include/linux/platform_data/dma-dw.h
11642 F:      drivers/dma/dw/
11643
11644 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11645 M:      Jie Deng <[email protected]>
11646 L:      [email protected]
11647 S:      Supported
11648 F:      drivers/net/ethernet/synopsys/
11649
11650 SYNOPSYS DESIGNWARE I2C DRIVER
11651 M:      Jarkko Nikula <[email protected]>
11652 R:      Andy Shevchenko <[email protected]>
11653 R:      Mika Westerberg <[email protected]>
11654 L:      [email protected]
11655 S:      Maintained
11656 F:      drivers/i2c/busses/i2c-designware-*
11657 F:      include/linux/platform_data/i2c-designware.h
11658
11659 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11660 M:      Jaehoon Chung <[email protected]>
11661 L:      [email protected]
11662 S:      Maintained
11663 F:      drivers/mmc/host/dw_mmc*
11664
11665 SYSTEM TRACE MODULE CLASS
11666 M:      Alexander Shishkin <[email protected]>
11667 S:      Maintained
11668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11669 F:      Documentation/trace/stm.txt
11670 F:      drivers/hwtracing/stm/
11671 F:      include/linux/stm.h
11672 F:      include/uapi/linux/stm.h
11673
11674 TEE SUBSYSTEM
11675 M:      Jens Wiklander <[email protected]>
11676 S:      Maintained
11677 F:      include/linux/tee_drv.h
11678 F:      include/uapi/linux/tee.h
11679 F:      drivers/tee/
11680 F:      Documentation/tee.txt
11681
11682 THUNDERBOLT DRIVER
11683 M:      Andreas Noever <[email protected]>
11684 M:      Michael Jamet <[email protected]>
11685 M:      Mika Westerberg <[email protected]>
11686 M:      Yehezkel Bernat <[email protected]>
11687 S:      Maintained
11688 F:      drivers/thunderbolt/
11689
11690 TI BQ27XXX POWER SUPPLY DRIVER
11691 R:      Andrew F. Davis <[email protected]>
11692 F:      include/linux/power/bq27xxx_battery.h
11693 F:      drivers/power/supply/bq27xxx_battery.c
11694 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11695
11696 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11697 M:      John Stultz <[email protected]>
11698 M:      Thomas Gleixner <[email protected]>
11699 R:      Stephen Boyd <[email protected]>
11700 L:      [email protected]
11701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11702 S:      Supported
11703 F:      include/linux/clocksource.h
11704 F:      include/linux/time.h
11705 F:      include/linux/timex.h
11706 F:      include/uapi/linux/time.h
11707 F:      include/uapi/linux/timex.h
11708 F:      kernel/time/clocksource.c
11709 F:      kernel/time/time*.c
11710 F:      kernel/time/alarmtimer.c
11711 F:      kernel/time/ntp.c
11712 F:      tools/testing/selftests/timers/
11713
11714 TI TRF7970A NFC DRIVER
11715 M:      Mark Greer <[email protected]>
11716 L:      [email protected]
11717 L:      [email protected] (moderated for non-subscribers)
11718 S:      Supported
11719 F:      drivers/nfc/trf7970a.c
11720 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
11721
11722 SC1200 WDT DRIVER
11723 M:      Zwane Mwaikambo <[email protected]>
11724 S:      Maintained
11725 F:      drivers/watchdog/sc1200wdt.c
11726
11727 SCHEDULER
11728 M:      Ingo Molnar <[email protected]>
11729 M:      Peter Zijlstra <[email protected]>
11730 L:      [email protected]
11731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11732 S:      Maintained
11733 F:      kernel/sched/
11734 F:      include/linux/sched.h
11735 F:      include/uapi/linux/sched.h
11736 F:      include/linux/wait.h
11737
11738 SCORE ARCHITECTURE
11739 M:      Chen Liqin <[email protected]>
11740 M:      Lennox Wu <[email protected]>
11741 W:      http://www.sunplus.com
11742 S:      Supported
11743 F:      arch/score/
11744
11745 SCR24X CHIP CARD INTERFACE DRIVER
11746 M:      Lubomir Rintel <[email protected]>
11747 S:      Supported
11748 F:      drivers/char/pcmcia/scr24x_cs.c
11749
11750 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11751 M:      Sudeep Holla <[email protected]>
11752 L:      [email protected]
11753 S:      Maintained
11754 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11755 F:      drivers/clk/clk-scpi.c
11756 F:      drivers/cpufreq/scpi-cpufreq.c
11757 F:      drivers/firmware/arm_scpi.c
11758 F:      include/linux/scpi_protocol.h
11759
11760 SCSI CDROM DRIVER
11761 M:      Jens Axboe <[email protected]>
11762 L:      [email protected]
11763 W:      http://www.kernel.dk
11764 S:      Maintained
11765 F:      drivers/scsi/sr*
11766
11767 SCSI RDMA PROTOCOL (SRP) INITIATOR
11768 M:      Bart Van Assche <[email protected]>
11769 L:      [email protected]
11770 S:      Supported
11771 W:      http://www.openfabrics.org
11772 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11774 F:      drivers/infiniband/ulp/srp/
11775 F:      include/scsi/srp.h
11776
11777 SCSI SG DRIVER
11778 M:      Doug Gilbert <[email protected]>
11779 L:      [email protected]
11780 W:      http://sg.danny.cz/sg
11781 S:      Maintained
11782 F:      Documentation/scsi/scsi-generic.txt
11783 F:      drivers/scsi/sg.c
11784 F:      include/scsi/sg.h
11785
11786 SCSI SUBSYSTEM
11787 M:      "James E.J. Bottomley" <[email protected]>
11788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11789 M:      "Martin K. Petersen" <[email protected]>
11790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11791 L:      [email protected]
11792 S:      Maintained
11793 F:      Documentation/devicetree/bindings/scsi/
11794 F:      drivers/scsi/
11795 F:      include/scsi/
11796
11797 SCSI TAPE DRIVER
11798 M:      Kai Mäkisara <[email protected]>
11799 L:      [email protected]
11800 S:      Maintained
11801 F:      Documentation/scsi/st.txt
11802 F:      drivers/scsi/st.*
11803 F:      drivers/scsi/st_*.h
11804
11805 SCTP PROTOCOL
11806 M:      Vlad Yasevich <[email protected]>
11807 M:      Neil Horman <[email protected]>
11808 L:      [email protected]
11809 W:      http://lksctp.sourceforge.net
11810 S:      Maintained
11811 F:      Documentation/networking/sctp.txt
11812 F:      include/linux/sctp.h
11813 F:      include/uapi/linux/sctp.h
11814 F:      include/net/sctp/
11815 F:      net/sctp/
11816
11817 SCx200 CPU SUPPORT
11818 M:      Jim Cromie <[email protected]>
11819 S:      Odd Fixes
11820 F:      Documentation/i2c/busses/scx200_acb
11821 F:      arch/x86/platform/scx200/
11822 F:      drivers/watchdog/scx200_wdt.c
11823 F:      drivers/i2c/busses/scx200*
11824 F:      drivers/mtd/maps/scx200_docflash.c
11825 F:      include/linux/scx200.h
11826
11827 SCx200 GPIO DRIVER
11828 M:      Jim Cromie <[email protected]>
11829 S:      Maintained
11830 F:      drivers/char/scx200_gpio.c
11831 F:      include/linux/scx200_gpio.h
11832
11833 SCx200 HRT CLOCKSOURCE DRIVER
11834 M:      Jim Cromie <[email protected]>
11835 S:      Maintained
11836 F:      drivers/clocksource/scx200_hrt.c
11837
11838 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11839 M:      Sascha Sommer <[email protected]>
11840 L:      [email protected] (subscribers-only)
11841 S:      Maintained
11842 F:      drivers/mmc/host/sdricoh_cs.c
11843
11844 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11845 M:      Adrian Hunter <[email protected]>
11846 L:      [email protected]
11847 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11848 S:      Maintained
11849 F:      drivers/mmc/host/sdhci*
11850 F:      include/linux/mmc/sdhci*
11851
11852 SECURE COMPUTING
11853 M:      Kees Cook <[email protected]>
11854 R:      Andy Lutomirski <[email protected]>
11855 R:      Will Drewry <[email protected]>
11856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11857 S:      Supported
11858 F:      kernel/seccomp.c
11859 F:      include/uapi/linux/seccomp.h
11860 F:      include/linux/seccomp.h
11861 F:      tools/testing/selftests/seccomp/*
11862 F:      tools/testing/selftests/kselftest_harness.h
11863 F:      Documentation/userspace-api/seccomp_filter.rst
11864 K:      \bsecure_computing
11865 K:      \bTIF_SECCOMP\b
11866
11867 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11868 M:      Al Cooper <[email protected]>
11869 L:      [email protected]
11870 L:      [email protected]
11871 S:      Maintained
11872 F:      drivers/mmc/host/sdhci-brcmstb*
11873
11874 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11875 M:      Ben Dooks <[email protected]>
11876 M:      Jaehoon Chung <[email protected]>
11877 L:      [email protected]
11878 S:      Maintained
11879 F:      drivers/mmc/host/sdhci-s3c*
11880
11881 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11882 M:      Viresh Kumar <[email protected]>
11883 L:      [email protected]
11884 S:      Maintained
11885 F:      drivers/mmc/host/sdhci-spear.c
11886
11887 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11888 M:      Scott Bauer <[email protected]>
11889 M:      Jonathan Derrick <[email protected]>
11890 M:      Rafael Antognolli <[email protected]>
11891 L:      [email protected]
11892 S:      Supported
11893 F:      block/sed*
11894 F:      block/opal_proto.h
11895 F:      include/linux/sed*
11896 F:      include/uapi/linux/sed*
11897
11898 SECURITY SUBSYSTEM
11899 M:      James Morris <[email protected]>
11900 M:      "Serge E. Hallyn" <[email protected]>
11901 L:      [email protected] (suggested Cc:)
11902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11903 W:      http://kernsec.org/
11904 S:      Supported
11905 F:      security/
11906
11907 SECURITY CONTACT
11908 M:      Security Officers <[email protected]>
11909 S:      Supported
11910
11911 SELINUX SECURITY MODULE
11912 M:      Paul Moore <[email protected]>
11913 M:      Stephen Smalley <[email protected]>
11914 M:      Eric Paris <[email protected]>
11915 L:      [email protected] (moderated for non-subscribers)
11916 W:      http://selinuxproject.org
11917 T:      git git://git.infradead.org/users/pcmoore/selinux
11918 S:      Supported
11919 F:      include/linux/selinux*
11920 F:      security/selinux/
11921 F:      scripts/selinux/
11922 F:      Documentation/admin-guide/LSM/SELinux.rst
11923
11924 APPARMOR SECURITY MODULE
11925 M:      John Johansen <[email protected]>
11926 L:      [email protected] (subscribers-only, general discussion)
11927 W:      apparmor.wiki.kernel.org
11928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11929 S:      Supported
11930 F:      security/apparmor/
11931 F:      Documentation/admin-guide/LSM/apparmor.rst
11932
11933 LOADPIN SECURITY MODULE
11934 M:      Kees Cook <[email protected]>
11935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11936 S:      Supported
11937 F:      security/loadpin/
11938 F:      Documentation/admin-guide/LSM/LoadPin.rst
11939
11940 YAMA SECURITY MODULE
11941 M:      Kees Cook <[email protected]>
11942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11943 S:      Supported
11944 F:      security/yama/
11945 F:      Documentation/admin-guide/LSM/Yama.rst
11946
11947 SENSABLE PHANTOM
11948 M:      Jiri Slaby <[email protected]>
11949 S:      Maintained
11950 F:      drivers/misc/phantom.c
11951 F:      include/uapi/linux/phantom.h
11952
11953 Emulex 10Gbps iSCSI - OneConnect DRIVER
11954 M:      Subbu Seetharaman <[email protected]>
11955 M:      Ketan Mukadam <[email protected]>
11956 M:      Jitendra Bhivare <[email protected]>
11957 L:      [email protected]
11958 W:      http://www.broadcom.com
11959 S:      Supported
11960 F:      drivers/scsi/be2iscsi/
11961
11962 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11963 M:      Sathya Perla <[email protected]>
11964 M:      Ajit Khaparde <[email protected]>
11965 M:      Sriharsha Basavapatna <[email protected]>
11966 M:      Somnath Kotur <[email protected]>
11967 L:      [email protected]
11968 W:      http://www.emulex.com
11969 S:      Supported
11970 F:      drivers/net/ethernet/emulex/benet/
11971
11972 EMULEX ONECONNECT ROCE DRIVER
11973 M:      Selvin Xavier <[email protected]>
11974 M:      Devesh Sharma <[email protected]>
11975 L:      [email protected]
11976 W:      http://www.broadcom.com
11977 S:      Odd Fixes
11978 F:      drivers/infiniband/hw/ocrdma/
11979 F:      include/uapi/rdma/ocrdma-abi.h
11980
11981 SFC NETWORK DRIVER
11982 M:      Solarflare linux maintainers <[email protected]>
11983 M:      Edward Cree <[email protected]>
11984 M:      Bert Kenward <[email protected]>
11985 L:      [email protected]
11986 S:      Supported
11987 F:      drivers/net/ethernet/sfc/
11988
11989 SGI GRU DRIVER
11990 M:      Dimitri Sivanich <[email protected]>
11991 S:      Maintained
11992 F:      drivers/misc/sgi-gru/
11993
11994 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11995 M:      Pat Gefre <[email protected]>
11996 L:      [email protected]
11997 S:      Supported
11998 F:      Documentation/ia64/serial.txt
11999 F:      drivers/tty/serial/ioc?_serial.c
12000 F:      include/linux/ioc?.h
12001
12002 SGI XP/XPC/XPNET DRIVER
12003 M:      Cliff Whickman <[email protected]>
12004 M:      Robin Holt <[email protected]>
12005 S:      Maintained
12006 F:      drivers/misc/sgi-xp/
12007
12008 SI2157 MEDIA DRIVER
12009 M:      Antti Palosaari <[email protected]>
12010 L:      [email protected]
12011 W:      https://linuxtv.org
12012 W:      http://palosaari.fi/linux/
12013 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12014 T:      git git://linuxtv.org/anttip/media_tree.git
12015 S:      Maintained
12016 F:      drivers/media/tuners/si2157*
12017
12018 SI2168 MEDIA DRIVER
12019 M:      Antti Palosaari <[email protected]>
12020 L:      [email protected]
12021 W:      https://linuxtv.org
12022 W:      http://palosaari.fi/linux/
12023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12024 T:      git git://linuxtv.org/anttip/media_tree.git
12025 S:      Maintained
12026 F:      drivers/media/dvb-frontends/si2168*
12027
12028 SI470X FM RADIO RECEIVER I2C DRIVER
12029 M:      Hans Verkuil <[email protected]>
12030 L:      [email protected]
12031 T:      git git://linuxtv.org/media_tree.git
12032 W:      https://linuxtv.org
12033 S:      Odd Fixes
12034 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
12035
12036 SI470X FM RADIO RECEIVER USB DRIVER
12037 M:      Hans Verkuil <[email protected]>
12038 L:      [email protected]
12039 T:      git git://linuxtv.org/media_tree.git
12040 W:      https://linuxtv.org
12041 S:      Maintained
12042 F:      drivers/media/radio/si470x/radio-si470x-common.c
12043 F:      drivers/media/radio/si470x/radio-si470x.h
12044 F:      drivers/media/radio/si470x/radio-si470x-usb.c
12045
12046 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12047 M:      Eduardo Valentin <[email protected]>
12048 L:      [email protected]
12049 T:      git git://linuxtv.org/media_tree.git
12050 W:      https://linuxtv.org
12051 S:      Odd Fixes
12052 F:      drivers/media/radio/si4713/si4713.?
12053
12054 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12055 M:      Eduardo Valentin <[email protected]>
12056 L:      [email protected]
12057 T:      git git://linuxtv.org/media_tree.git
12058 W:      https://linuxtv.org
12059 S:      Odd Fixes
12060 F:      drivers/media/radio/si4713/radio-platform-si4713.c
12061
12062 SI4713 FM RADIO TRANSMITTER USB DRIVER
12063 M:      Hans Verkuil <[email protected]>
12064 L:      [email protected]
12065 T:      git git://linuxtv.org/media_tree.git
12066 W:      https://linuxtv.org
12067 S:      Maintained
12068 F:      drivers/media/radio/si4713/radio-usb-si4713.c
12069
12070 SIANO DVB DRIVER
12071 M:      Mauro Carvalho Chehab <[email protected]>
12072 M:      Mauro Carvalho Chehab <[email protected]>
12073 L:      [email protected]
12074 W:      https://linuxtv.org
12075 T:      git git://linuxtv.org/media_tree.git
12076 S:      Odd fixes
12077 F:      drivers/media/common/siano/
12078 F:      drivers/media/usb/siano/
12079 F:      drivers/media/usb/siano/
12080 F:      drivers/media/mmc/siano/
12081
12082 SILEAD TOUCHSCREEN DRIVER
12083 M:      Hans de Goede <[email protected]>
12084 L:      [email protected]
12085 L:      [email protected]
12086 S:      Maintained
12087 F:      drivers/input/touchscreen/silead.c
12088 F:      drivers/platform/x86/silead_dmi.c
12089
12090 SIMPLEFB FB DRIVER
12091 M:      Hans de Goede <[email protected]>
12092 L:      [email protected]
12093 S:      Maintained
12094 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
12095 F:      drivers/video/fbdev/simplefb.c
12096 F:      include/linux/platform_data/simplefb.h
12097
12098 SH_VEU V4L2 MEM2MEM DRIVER
12099 L:      [email protected]
12100 S:      Orphan
12101 F:      drivers/media/platform/sh_veu.c
12102
12103 SH_VOU V4L2 OUTPUT DRIVER
12104 L:      [email protected]
12105 S:      Orphan
12106 F:      drivers/media/platform/sh_vou.c
12107 F:      include/media/drv-intf/sh_vou.h
12108
12109 SIMPLE FIRMWARE INTERFACE (SFI)
12110 M:      Len Brown <[email protected]>
12111 L:      [email protected]
12112 W:      http://simplefirmware.org/
12113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12114 S:      Supported
12115 F:      arch/x86/platform/sfi/
12116 F:      drivers/sfi/
12117 F:      include/linux/sfi*.h
12118
12119 SIMTEC EB110ATX (Chalice CATS)
12120 P:      Ben Dooks
12121 P:      Vincent Sanders <[email protected]>
12122 M:      Simtec Linux Team <[email protected]>
12123 W:      http://www.simtec.co.uk/products/EB110ATX/
12124 S:      Supported
12125
12126 SIMTEC EB2410ITX (BAST)
12127 P:      Ben Dooks
12128 P:      Vincent Sanders <[email protected]>
12129 M:      Simtec Linux Team <[email protected]>
12130 W:      http://www.simtec.co.uk/products/EB2410ITX/
12131 S:      Supported
12132 F:      arch/arm/mach-s3c24xx/mach-bast.c
12133 F:      arch/arm/mach-s3c24xx/bast-ide.c
12134 F:      arch/arm/mach-s3c24xx/bast-irq.c
12135
12136 SIPHASH PRF ROUTINES
12137 M:      Jason A. Donenfeld <[email protected]>
12138 S:      Maintained
12139 F:      lib/siphash.c
12140 F:      lib/test_siphash.c
12141 F:      include/linux/siphash.h
12142
12143 TI DAVINCI MACHINE SUPPORT
12144 M:      Sekhar Nori <[email protected]>
12145 M:      Kevin Hilman <[email protected]>
12146 L:      [email protected] (moderated for non-subscribers)
12147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
12148 S:      Supported
12149 F:      arch/arm/mach-davinci/
12150 F:      drivers/i2c/busses/i2c-davinci.c
12151 F:      arch/arm/boot/dts/da850*
12152
12153 TI DAVINCI SERIES MEDIA DRIVER
12154 M:      "Lad, Prabhakar" <[email protected]>
12155 L:      [email protected]
12156 W:      https://linuxtv.org
12157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12158 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12159 S:      Maintained
12160 F:      drivers/media/platform/davinci/
12161 F:      include/media/davinci/
12162
12163 TI DAVINCI SERIES GPIO DRIVER
12164 M:      Keerthy <[email protected]>
12165 L:      [email protected]
12166 S:      Maintained
12167 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
12168 F:      drivers/gpio/gpio-davinci.c
12169
12170 TI AM437X VPFE DRIVER
12171 M:      "Lad, Prabhakar" <[email protected]>
12172 L:      [email protected]
12173 W:      https://linuxtv.org
12174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12175 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12176 S:      Maintained
12177 F:      drivers/media/platform/am437x/
12178
12179 OV2659 OMNIVISION SENSOR DRIVER
12180 M:      "Lad, Prabhakar" <[email protected]>
12181 L:      [email protected]
12182 W:      https://linuxtv.org
12183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12184 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12185 S:      Maintained
12186 F:      drivers/media/i2c/ov2659.c
12187 F:      include/media/i2c/ov2659.h
12188
12189 SILICON MOTION SM712 FRAME BUFFER DRIVER
12190 M:      Sudip Mukherjee <[email protected]>
12191 M:      Teddy Wang <[email protected]>
12192 M:      Sudip Mukherjee <[email protected]>
12193 L:      [email protected]
12194 S:      Maintained
12195 F:      drivers/video/fbdev/sm712*
12196 F:      Documentation/fb/sm712fb.txt
12197
12198 SIS 190 ETHERNET DRIVER
12199 M:      Francois Romieu <[email protected]>
12200 L:      [email protected]
12201 S:      Maintained
12202 F:      drivers/net/ethernet/sis/sis190.c
12203
12204 SIS 900/7016 FAST ETHERNET DRIVER
12205 M:      Daniele Venzano <[email protected]>
12206 W:      http://www.brownhat.org/sis900.html
12207 L:      [email protected]
12208 S:      Maintained
12209 F:      drivers/net/ethernet/sis/sis900.*
12210
12211 SIS FRAMEBUFFER DRIVER
12212 M:      Thomas Winischhofer <[email protected]>
12213 W:      http://www.winischhofer.net/linuxsisvga.shtml
12214 S:      Maintained
12215 F:      Documentation/fb/sisfb.txt
12216 F:      drivers/video/fbdev/sis/
12217 F:      include/video/sisfb.h
12218
12219 SIS USB2VGA DRIVER
12220 M:      Thomas Winischhofer <[email protected]>
12221 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
12222 S:      Maintained
12223 F:      drivers/usb/misc/sisusbvga/
12224
12225 SLAB ALLOCATOR
12226 M:      Christoph Lameter <[email protected]>
12227 M:      Pekka Enberg <[email protected]>
12228 M:      David Rientjes <[email protected]>
12229 M:      Joonsoo Kim <[email protected]>
12230 M:      Andrew Morton <[email protected]>
12231 L:      [email protected]
12232 S:      Maintained
12233 F:      include/linux/sl?b*.h
12234 F:      mm/sl?b*
12235
12236 SLEEPABLE READ-COPY UPDATE (SRCU)
12237 M:      Lai Jiangshan <[email protected]>
12238 M:      "Paul E. McKenney" <[email protected]>
12239 M:      Josh Triplett <[email protected]>
12240 R:      Steven Rostedt <[email protected]>
12241 R:      Mathieu Desnoyers <[email protected]>
12242 L:      [email protected]
12243 W:      http://www.rdrop.com/users/paulmck/RCU/
12244 S:      Supported
12245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12246 F:      include/linux/srcu.h
12247 F:      kernel/rcu/srcu.c
12248
12249 SMACK SECURITY MODULE
12250 M:      Casey Schaufler <[email protected]>
12251 L:      [email protected]
12252 W:      http://schaufler-ca.com
12253 T:      git git://github.com/cschaufler/smack-next
12254 S:      Maintained
12255 F:      Documentation/admin-guide/LSM/Smack.rst
12256 F:      security/smack/
12257
12258 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
12259 M:      Kevin Hilman <[email protected]>
12260 M:      Nishanth Menon <[email protected]>
12261 S:      Maintained
12262 F:      drivers/power/avs/
12263 F:      include/linux/power/smartreflex.h
12264 L:      [email protected]
12265
12266 SMC91x ETHERNET DRIVER
12267 M:      Nicolas Pitre <[email protected]>
12268 S:      Odd Fixes
12269 F:      drivers/net/ethernet/smsc/smc91x.*
12270
12271 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12272 M:      Sakari Ailus <[email protected]>
12273 L:      [email protected]
12274 S:      Maintained
12275 F:      drivers/media/i2c/smiapp/
12276 F:      include/media/i2c/smiapp.h
12277 F:      drivers/media/i2c/smiapp-pll.c
12278 F:      drivers/media/i2c/smiapp-pll.h
12279 F:      include/uapi/linux/smiapp.h
12280 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12281
12282 SMM665 HARDWARE MONITOR DRIVER
12283 M:      Guenter Roeck <[email protected]>
12284 L:      [email protected]
12285 S:      Maintained
12286 F:      Documentation/hwmon/smm665
12287 F:      drivers/hwmon/smm665.c
12288
12289 SMSC EMC2103 HARDWARE MONITOR DRIVER
12290 M:      Steve Glendinning <[email protected]>
12291 L:      [email protected]
12292 S:      Maintained
12293 F:      Documentation/hwmon/emc2103
12294 F:      drivers/hwmon/emc2103.c
12295
12296 SMSC SCH5627 HARDWARE MONITOR DRIVER
12297 M:      Hans de Goede <[email protected]>
12298 L:      [email protected]
12299 S:      Supported
12300 F:      Documentation/hwmon/sch5627
12301 F:      drivers/hwmon/sch5627.c
12302
12303 SMSC47B397 HARDWARE MONITOR DRIVER
12304 M:      Jean Delvare <[email protected]>
12305 L:      [email protected]
12306 S:      Maintained
12307 F:      Documentation/hwmon/smsc47b397
12308 F:      drivers/hwmon/smsc47b397.c
12309
12310 SMSC911x ETHERNET DRIVER
12311 M:      Steve Glendinning <[email protected]>
12312 L:      [email protected]
12313 S:      Maintained
12314 F:      include/linux/smsc911x.h
12315 F:      drivers/net/ethernet/smsc/smsc911x.*
12316
12317 SMSC9420 PCI ETHERNET DRIVER
12318 M:      Steve Glendinning <[email protected]>
12319 L:      [email protected]
12320 S:      Maintained
12321 F:      drivers/net/ethernet/smsc/smsc9420.*
12322
12323 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12324 M:      Steve Glendinning <[email protected]>
12325 L:      [email protected]
12326 S:      Maintained
12327 F:      drivers/video/fbdev/smscufx.c
12328
12329 SOC-CAMERA V4L2 SUBSYSTEM
12330 M:      Guennadi Liakhovetski <[email protected]>
12331 L:      [email protected]
12332 T:      git git://linuxtv.org/media_tree.git
12333 S:      Maintained
12334 F:      include/media/soc*
12335 F:      drivers/media/i2c/soc_camera/
12336 F:      drivers/media/platform/soc_camera/
12337
12338 SOEKRIS NET48XX LED SUPPORT
12339 M:      Chris Boot <[email protected]>
12340 S:      Maintained
12341 F:      drivers/leds/leds-net48xx.c
12342
12343 SOFTLOGIC 6x10 MPEG CODEC
12344 M:      Bluecherry Maintainers <[email protected]>
12345 M:      Anton Sviridenko <[email protected]>
12346 M:      Andrey Utkin <[email protected]>
12347 M:      Andrey Utkin <[email protected]>
12348 M:      Ismael Luceno <[email protected]>
12349 L:      [email protected]
12350 S:      Supported
12351 F:      drivers/media/pci/solo6x10/
12352
12353 SOFTWARE RAID (Multiple Disks) SUPPORT
12354 M:      Shaohua Li <[email protected]>
12355 L:      [email protected]
12356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12357 S:      Supported
12358 F:      drivers/md/
12359 F:      include/linux/raid/
12360 F:      include/uapi/linux/raid/
12361
12362 SONIC NETWORK DRIVER
12363 M:      Thomas Bogendoerfer <[email protected]>
12364 L:      [email protected]
12365 S:      Maintained
12366 F:      drivers/net/ethernet/natsemi/sonic.*
12367
12368 SONICS SILICON BACKPLANE DRIVER (SSB)
12369 M:      Michael Buesch <[email protected]>
12370 L:      [email protected]
12371 S:      Maintained
12372 F:      drivers/ssb/
12373 F:      include/linux/ssb/
12374
12375 SONY VAIO CONTROL DEVICE DRIVER
12376 M:      Mattia Dongili <[email protected]>
12377 L:      [email protected]
12378 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12379 S:      Maintained
12380 F:      Documentation/laptops/sony-laptop.txt
12381 F:      drivers/char/sonypi.c
12382 F:      drivers/platform/x86/sony-laptop.c
12383 F:      include/linux/sony-laptop.h
12384
12385 SONY MEMORYSTICK CARD SUPPORT
12386 M:      Alex Dubov <[email protected]>
12387 W:      http://tifmxx.berlios.de/
12388 S:      Maintained
12389 F:      drivers/memstick/host/tifm_ms.c
12390
12391 SONY MEMORYSTICK STANDARD SUPPORT
12392 M:      Maxim Levitsky <[email protected]>
12393 S:      Maintained
12394 F:      drivers/memstick/core/ms_block.*
12395
12396 SOUND
12397 M:      Jaroslav Kysela <[email protected]>
12398 M:      Takashi Iwai <[email protected]>
12399 L:      [email protected] (moderated for non-subscribers)
12400 W:      http://www.alsa-project.org/
12401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12402 T:      git git://git.alsa-project.org/alsa-kernel.git
12403 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
12404 S:      Maintained
12405 F:      Documentation/sound/
12406 F:      include/sound/
12407 F:      include/uapi/sound/
12408 F:      sound/
12409
12410 SOUND - COMPRESSED AUDIO
12411 M:      Vinod Koul <[email protected]>
12412 L:      [email protected] (moderated for non-subscribers)
12413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12414 S:      Supported
12415 F:      Documentation/sound/alsa/compress_offload.txt
12416 F:      include/sound/compress_driver.h
12417 F:      include/uapi/sound/compress_*
12418 F:      sound/core/compress_offload.c
12419 F:      sound/soc/soc-compress.c
12420
12421 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12422 M:      Liam Girdwood <[email protected]>
12423 M:      Mark Brown <[email protected]>
12424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12425 L:      [email protected] (moderated for non-subscribers)
12426 W:      http://alsa-project.org/main/index.php/ASoC
12427 S:      Supported
12428 F:      Documentation/devicetree/bindings/sound/
12429 F:      Documentation/sound/alsa/soc/
12430 F:      sound/soc/
12431 F:      include/sound/soc*
12432
12433 SOUND - DMAENGINE HELPERS
12434 M:      Lars-Peter Clausen <[email protected]>
12435 S:      Supported
12436 F:      include/sound/dmaengine_pcm.h
12437 F:      sound/core/pcm_dmaengine.c
12438 F:      sound/soc/soc-generic-dmaengine-pcm.c
12439
12440 SP2 MEDIA DRIVER
12441 M:      Olli Salonen <[email protected]>
12442 L:      [email protected]
12443 W:      https://linuxtv.org
12444 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12445 S:      Maintained
12446 F:      drivers/media/dvb-frontends/sp2*
12447
12448 SPARC + UltraSPARC (sparc/sparc64)
12449 M:      "David S. Miller" <[email protected]>
12450 L:      [email protected]
12451 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12454 S:      Maintained
12455 F:      arch/sparc/
12456 F:      drivers/sbus/
12457
12458 SPARC SERIAL DRIVERS
12459 M:      "David S. Miller" <[email protected]>
12460 L:      [email protected]
12461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12463 S:      Maintained
12464 F:      include/linux/sunserialcore.h
12465 F:      drivers/tty/serial/suncore.c
12466 F:      drivers/tty/serial/sunhv.c
12467 F:      drivers/tty/serial/sunsab.c
12468 F:      drivers/tty/serial/sunsab.h
12469 F:      drivers/tty/serial/sunsu.c
12470 F:      drivers/tty/serial/sunzilog.c
12471 F:      drivers/tty/serial/sunzilog.h
12472
12473 SPARSE CHECKER
12474 M:      "Christopher Li" <[email protected]>
12475 L:      [email protected]
12476 W:      https://sparse.wiki.kernel.org/
12477 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12478 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12479 S:      Maintained
12480 F:      include/linux/compiler.h
12481
12482 SPEAR PLATFORM SUPPORT
12483 M:      Viresh Kumar <[email protected]>
12484 M:      Shiraz Hashim <[email protected]>
12485 L:      [email protected] (moderated for non-subscribers)
12486 W:      http://www.st.com/spear
12487 S:      Maintained
12488 F:      arch/arm/boot/dts/spear*
12489 F:      arch/arm/mach-spear/
12490
12491 SPEAR CLOCK FRAMEWORK SUPPORT
12492 M:      Viresh Kumar <[email protected]>
12493 L:      [email protected] (moderated for non-subscribers)
12494 W:      http://www.st.com/spear
12495 S:      Maintained
12496 F:      drivers/clk/spear/
12497
12498 SPI NOR SUBSYSTEM
12499 M:      Cyrille Pitchen <[email protected]>
12500 M:      Marek Vasut <[email protected]>
12501 L:      [email protected]
12502 W:      http://www.linux-mtd.infradead.org/
12503 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12504 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12505 T:      git git://git.infradead.org/l2-mtd.git spi-nor/next
12506 S:      Maintained
12507 F:      drivers/mtd/spi-nor/
12508 F:      include/linux/mtd/spi-nor.h
12509
12510 SPI SUBSYSTEM
12511 M:      Mark Brown <[email protected]>
12512 L:      [email protected]
12513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12514 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12515 S:      Maintained
12516 F:      Documentation/devicetree/bindings/spi/
12517 F:      Documentation/spi/
12518 F:      drivers/spi/
12519 F:      include/linux/spi/
12520 F:      include/uapi/linux/spi/
12521 F:      tools/spi/
12522
12523 SPIDERNET NETWORK DRIVER for CELL
12524 M:      Ishizaki Kou <[email protected]>
12525 L:      [email protected]
12526 S:      Supported
12527 F:      Documentation/networking/spider_net.txt
12528 F:      drivers/net/ethernet/toshiba/spider_net*
12529
12530 SPU FILE SYSTEM
12531 M:      Jeremy Kerr <[email protected]>
12532 L:      [email protected]
12533 W:      http://www.ibm.com/developerworks/power/cell/
12534 S:      Supported
12535 F:      Documentation/filesystems/spufs.txt
12536 F:      arch/powerpc/platforms/cell/spufs/
12537
12538 SQUASHFS FILE SYSTEM
12539 M:      Phillip Lougher <[email protected]>
12540 L:      [email protected] (subscribers-only)
12541 W:      http://squashfs.org.uk
12542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12543 S:      Maintained
12544 F:      Documentation/filesystems/squashfs.txt
12545 F:      fs/squashfs/
12546
12547 SRM (Alpha) environment access
12548 M:      Jan-Benedict Glaw <[email protected]>
12549 S:      Maintained
12550 F:      arch/alpha/kernel/srm_env.c
12551
12552 STABLE BRANCH
12553 M:      Greg Kroah-Hartman <[email protected]>
12554 L:      [email protected]
12555 S:      Supported
12556 F:      Documentation/process/stable-kernel-rules.rst
12557
12558 STAGING SUBSYSTEM
12559 M:      Greg Kroah-Hartman <[email protected]>
12560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12561 L:      [email protected]
12562 S:      Supported
12563 F:      drivers/staging/
12564
12565 STAGING - COMEDI
12566 M:      Ian Abbott <[email protected]>
12567 M:      H Hartley Sweeten <[email protected]>
12568 S:      Odd Fixes
12569 F:      drivers/staging/comedi/
12570
12571 STAGING - FLARION FT1000 DRIVERS
12572 M:      Marek Belisko <[email protected]>
12573 S:      Odd Fixes
12574 F:      drivers/staging/ft1000/
12575
12576 STAGING - INDUSTRIAL IO
12577 M:      Jonathan Cameron <[email protected]>
12578 L:      [email protected]
12579 S:      Odd Fixes
12580 F:      Documentation/devicetree/bindings/staging/iio/
12581 F:      drivers/staging/iio/
12582
12583 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12584 M:      Jarod Wilson <[email protected]>
12585 W:      http://www.lirc.org/
12586 S:      Odd Fixes
12587 F:      drivers/staging/media/lirc/
12588
12589 STAGING - LUSTRE PARALLEL FILESYSTEM
12590 M:      Oleg Drokin <[email protected]>
12591 M:      Andreas Dilger <[email protected]>
12592 M:      James Simmons <[email protected]>
12593 L:      [email protected] (moderated for non-subscribers)
12594 W:      http://wiki.lustre.org/
12595 S:      Maintained
12596 F:      drivers/staging/lustre
12597
12598 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12599 M:      Marc Dietrich <[email protected]>
12600 L:      [email protected] (moderated for non-subscribers)
12601 L:      [email protected]
12602 S:      Maintained
12603 F:      drivers/staging/nvec/
12604
12605 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12606 M:      Jens Frederich <[email protected]>
12607 M:      Daniel Drake <[email protected]>
12608 M:      Jon Nettleton <[email protected]>
12609 W:      http://wiki.laptop.org/go/DCON
12610 S:      Maintained
12611 F:      drivers/staging/olpc_dcon/
12612
12613 STAGING - REALTEK RTL8712U DRIVERS
12614 M:      Larry Finger <[email protected]>
12615 M:      Florian Schilhabel <[email protected]>.
12616 S:      Odd Fixes
12617 F:      drivers/staging/rtl8712/
12618
12619 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12620 M:      Sudip Mukherjee <[email protected]>
12621 M:      Teddy Wang <[email protected]>
12622 M:      Sudip Mukherjee <[email protected]>
12623 L:      [email protected]
12624 S:      Maintained
12625 F:      drivers/staging/sm750fb/
12626
12627 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12628 M:      William Hubbs <[email protected]>
12629 M:      Chris Brannon <[email protected]>
12630 M:      Kirk Reiser <[email protected]>
12631 M:      Samuel Thibault <[email protected]>
12632 L:      [email protected]
12633 W:      http://www.linux-speakup.org/
12634 S:      Odd Fixes
12635 F:      drivers/staging/speakup/
12636
12637 STAGING - VIA VT665X DRIVERS
12638 M:      Forest Bond <[email protected]>
12639 S:      Odd Fixes
12640 F:      drivers/staging/vt665?/
12641
12642 STAGING - WILC1000 WIFI DRIVER
12643 M:      Aditya Shankar <[email protected]>
12644 M:      Ganesh Krishna <[email protected]>
12645 L:      [email protected]
12646 S:      Supported
12647 F:      drivers/staging/wilc1000/
12648
12649 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12650 M:      Arnaud Patard <[email protected]>
12651 S:      Odd Fixes
12652 F:      drivers/staging/xgifb/
12653
12654 STARFIRE/DURALAN NETWORK DRIVER
12655 M:      Ion Badulescu <[email protected]>
12656 S:      Odd Fixes
12657 F:      drivers/net/ethernet/adaptec/starfire*
12658
12659 SUN3/3X
12660 M:      Sam Creasey <[email protected]>
12661 W:      http://sammy.net/sun3/
12662 S:      Maintained
12663 F:      arch/m68k/kernel/*sun3*
12664 F:      arch/m68k/sun3*/
12665 F:      arch/m68k/include/asm/sun3*
12666 F:      drivers/net/ethernet/i825xx/sun3*
12667
12668 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12669 M:      Hans de Goede <[email protected]>
12670 L:      [email protected]
12671 S:      Maintained
12672 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12673 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12674
12675 SUNDANCE NETWORK DRIVER
12676 M:      Denis Kirjanov <[email protected]>
12677 L:      [email protected]
12678 S:      Maintained
12679 F:      drivers/net/ethernet/dlink/sundance.c
12680
12681 SUPERH
12682 M:      Yoshinori Sato <[email protected]>
12683 M:      Rich Felker <[email protected]>
12684 L:      [email protected]
12685 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12686 S:      Maintained
12687 F:      Documentation/sh/
12688 F:      arch/sh/
12689 F:      drivers/sh/
12690
12691 SUSPEND TO RAM
12692 M:      "Rafael J. Wysocki" <[email protected]>
12693 M:      Len Brown <[email protected]>
12694 M:      Pavel Machek <[email protected]>
12695 L:      [email protected]
12696 B:      https://bugzilla.kernel.org
12697 S:      Supported
12698 F:      Documentation/power/
12699 F:      arch/x86/kernel/acpi/
12700 F:      drivers/base/power/
12701 F:      kernel/power/
12702 F:      include/linux/suspend.h
12703 F:      include/linux/freezer.h
12704 F:      include/linux/pm.h
12705
12706 SVGA HANDLING
12707 M:      Martin Mares <[email protected]>
12708 L:      [email protected]
12709 S:      Maintained
12710 F:      Documentation/svga.txt
12711 F:      arch/x86/boot/video*
12712
12713 SWIOTLB SUBSYSTEM
12714 M:      Konrad Rzeszutek Wilk <[email protected]>
12715 L:      [email protected]
12716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12717 S:      Supported
12718 F:      lib/swiotlb.c
12719 F:      arch/*/kernel/pci-swiotlb.c
12720 F:      include/linux/swiotlb.h
12721
12722 SWITCHDEV
12723 M:      Jiri Pirko <[email protected]>
12724 M:      Ivan Vecera <[email protected]>
12725 L:      [email protected]
12726 S:      Supported
12727 F:      net/switchdev/
12728 F:      include/net/switchdev.h
12729
12730 SYNOPSYS ARC ARCHITECTURE
12731 M:      Vineet Gupta <[email protected]>
12732 L:      [email protected]
12733 S:      Supported
12734 F:      arch/arc/
12735 F:      Documentation/devicetree/bindings/arc/*
12736 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12737 F:      drivers/clocksource/arc_timer.c
12738 F:      drivers/tty/serial/arc_uart.c
12739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12740
12741 SYNOPSYS ARC SDP platform support
12742 M:      Alexey Brodkin <[email protected]>
12743 S:      Supported
12744 F:      arch/arc/plat-axs10x
12745 F:      arch/arc/boot/dts/ax*
12746 F:      Documentation/devicetree/bindings/arc/axs10*
12747
12748 SYSTEM CONFIGURATION (SYSCON)
12749 M:      Lee Jones <[email protected]>
12750 M:      Arnd Bergmann <[email protected]>
12751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12752 S:      Supported
12753 F:      drivers/mfd/syscon.c
12754
12755 SYSTEM RESET/SHUTDOWN DRIVERS
12756 M:      Sebastian Reichel <[email protected]>
12757 L:      [email protected]
12758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12759 S:      Maintained
12760 F:      Documentation/devicetree/bindings/power/reset/
12761 F:      drivers/power/reset/
12762
12763 SYSV FILESYSTEM
12764 M:      Christoph Hellwig <[email protected]>
12765 S:      Maintained
12766 F:      Documentation/filesystems/sysv-fs.txt
12767 F:      fs/sysv/
12768 F:      include/linux/sysv_fs.h
12769
12770 TARGET SUBSYSTEM
12771 M:      "Nicholas A. Bellinger" <[email protected]>
12772 L:      [email protected]
12773 L:      [email protected]
12774 W:      http://www.linux-iscsi.org
12775 W:      http://groups.google.com/group/linux-iscsi-target-dev
12776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12777 S:      Supported
12778 F:      drivers/target/
12779 F:      include/target/
12780 F:      Documentation/target/
12781
12782 TASKSTATS STATISTICS INTERFACE
12783 M:      Balbir Singh <[email protected]>
12784 S:      Maintained
12785 F:      Documentation/accounting/taskstats*
12786 F:      include/linux/taskstats*
12787 F:      kernel/taskstats.c
12788
12789 TC subsystem
12790 M:      Jamal Hadi Salim <[email protected]>
12791 M:      Cong Wang <[email protected]>
12792 M:      Jiri Pirko <[email protected]>
12793 L:      [email protected]
12794 S:      Maintained
12795 F:      include/net/pkt_cls.h
12796 F:      include/net/pkt_sched.h
12797 F:      include/net/tc_act/
12798 F:      include/uapi/linux/pkt_cls.h
12799 F:      include/uapi/linux/pkt_sched.h
12800 F:      include/uapi/linux/tc_act/
12801 F:      include/uapi/linux/tc_ematch/
12802 F:      net/sched/
12803
12804 TCP LOW PRIORITY MODULE
12805 M:      "Wong Hoi Sing, Edison" <[email protected]>
12806 M:      "Hung Hing Lun, Mike" <[email protected]>
12807 W:      http://tcp-lp-mod.sourceforge.net/
12808 S:      Maintained
12809 F:      net/ipv4/tcp_lp.c
12810
12811 TDA10071 MEDIA DRIVER
12812 M:      Antti Palosaari <[email protected]>
12813 L:      [email protected]
12814 W:      https://linuxtv.org
12815 W:      http://palosaari.fi/linux/
12816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12817 T:      git git://linuxtv.org/anttip/media_tree.git
12818 S:      Maintained
12819 F:      drivers/media/dvb-frontends/tda10071*
12820
12821 TDA18212 MEDIA DRIVER
12822 M:      Antti Palosaari <[email protected]>
12823 L:      [email protected]
12824 W:      https://linuxtv.org
12825 W:      http://palosaari.fi/linux/
12826 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12827 T:      git git://linuxtv.org/anttip/media_tree.git
12828 S:      Maintained
12829 F:      drivers/media/tuners/tda18212*
12830
12831 TDA18218 MEDIA DRIVER
12832 M:      Antti Palosaari <[email protected]>
12833 L:      [email protected]
12834 W:      https://linuxtv.org
12835 W:      http://palosaari.fi/linux/
12836 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12837 T:      git git://linuxtv.org/anttip/media_tree.git
12838 S:      Maintained
12839 F:      drivers/media/tuners/tda18218*
12840
12841 TDA18271 MEDIA DRIVER
12842 M:      Michael Krufky <[email protected]>
12843 L:      [email protected]
12844 W:      https://linuxtv.org
12845 W:      http://github.com/mkrufky
12846 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12847 T:      git git://linuxtv.org/mkrufky/tuners.git
12848 S:      Maintained
12849 F:      drivers/media/tuners/tda18271*
12850
12851 TDA827x MEDIA DRIVER
12852 M:      Michael Krufky <[email protected]>
12853 L:      [email protected]
12854 W:      https://linuxtv.org
12855 W:      http://github.com/mkrufky
12856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12857 T:      git git://linuxtv.org/mkrufky/tuners.git
12858 S:      Maintained
12859 F:      drivers/media/tuners/tda8290.*
12860
12861 TDA8290 MEDIA DRIVER
12862 M:      Michael Krufky <[email protected]>
12863 L:      [email protected]
12864 W:      https://linuxtv.org
12865 W:      http://github.com/mkrufky
12866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12867 T:      git git://linuxtv.org/mkrufky/tuners.git
12868 S:      Maintained
12869 F:      drivers/media/tuners/tda8290.*
12870
12871 TDA9840 MEDIA DRIVER
12872 M:      Hans Verkuil <[email protected]>
12873 L:      [email protected]
12874 T:      git git://linuxtv.org/media_tree.git
12875 W:      https://linuxtv.org
12876 S:      Maintained
12877 F:      drivers/media/i2c/tda9840*
12878
12879 TEA5761 TUNER DRIVER
12880 M:      Mauro Carvalho Chehab <[email protected]>
12881 M:      Mauro Carvalho Chehab <[email protected]>
12882 L:      [email protected]
12883 W:      https://linuxtv.org
12884 T:      git git://linuxtv.org/media_tree.git
12885 S:      Odd fixes
12886 F:      drivers/media/tuners/tea5761.*
12887
12888 TEA5767 TUNER DRIVER
12889 M:      Mauro Carvalho Chehab <[email protected]>
12890 M:      Mauro Carvalho Chehab <[email protected]>
12891 L:      [email protected]
12892 W:      https://linuxtv.org
12893 T:      git git://linuxtv.org/media_tree.git
12894 S:      Maintained
12895 F:      drivers/media/tuners/tea5767.*
12896
12897 TEA6415C MEDIA DRIVER
12898 M:      Hans Verkuil <[email protected]>
12899 L:      [email protected]
12900 T:      git git://linuxtv.org/media_tree.git
12901 W:      https://linuxtv.org
12902 S:      Maintained
12903 F:      drivers/media/i2c/tea6415c*
12904
12905 TEA6420 MEDIA DRIVER
12906 M:      Hans Verkuil <[email protected]>
12907 L:      [email protected]
12908 T:      git git://linuxtv.org/media_tree.git
12909 W:      https://linuxtv.org
12910 S:      Maintained
12911 F:      drivers/media/i2c/tea6420*
12912
12913 TEAM DRIVER
12914 M:      Jiri Pirko <[email protected]>
12915 L:      [email protected]
12916 S:      Supported
12917 F:      drivers/net/team/
12918 F:      include/linux/if_team.h
12919 F:      include/uapi/linux/if_team.h
12920
12921 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12922 M:      "Savoir-faire Linux Inc." <[email protected]>
12923 S:      Maintained
12924 F:      arch/x86/platform/ts5500/
12925
12926 TECHNOTREND USB IR RECEIVER
12927 M:      Sean Young <[email protected]>
12928 L:      [email protected]
12929 S:      Maintained
12930 F:      drivers/media/rc/ttusbir.c
12931
12932 TEGRA ARCHITECTURE SUPPORT
12933 M:      Thierry Reding <[email protected]>
12934 M:      Jonathan Hunter <[email protected]>
12935 L:      [email protected]
12936 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12938 S:      Supported
12939 N:      [^a-z]tegra
12940
12941 TEGRA CLOCK DRIVER
12942 M:      Peter De Schrijver <[email protected]>
12943 M:      Prashant Gaikwad <[email protected]>
12944 S:      Supported
12945 F:      drivers/clk/tegra/
12946
12947 TEGRA DMA DRIVERS
12948 M:      Laxman Dewangan <[email protected]>
12949 M:      Jon Hunter <[email protected]>
12950 S:      Supported
12951 F:      drivers/dma/tegra*
12952
12953 TEGRA I2C DRIVER
12954 M:      Laxman Dewangan <[email protected]>
12955 S:      Supported
12956 F:      drivers/i2c/busses/i2c-tegra.c
12957
12958 TEGRA IOMMU DRIVERS
12959 M:      Hiroshi Doyu <[email protected]>
12960 S:      Supported
12961 F:      drivers/iommu/tegra*
12962
12963 TEGRA KBC DRIVER
12964 M:      Rakesh Iyer <[email protected]>
12965 M:      Laxman Dewangan <[email protected]>
12966 S:      Supported
12967 F:      drivers/input/keyboard/tegra-kbc.c
12968
12969 TEGRA PWM DRIVER
12970 M:      Thierry Reding <[email protected]>
12971 S:      Supported
12972 F:      drivers/pwm/pwm-tegra.c
12973
12974 TEGRA SERIAL DRIVER
12975 M:      Laxman Dewangan <[email protected]>
12976 S:      Supported
12977 F:      drivers/tty/serial/serial-tegra.c
12978
12979 TEGRA SPI DRIVER
12980 M:      Laxman Dewangan <[email protected]>
12981 S:      Supported
12982 F:      drivers/spi/spi-tegra*
12983
12984 TEHUTI ETHERNET DRIVER
12985 M:      Andy Gospodarek <[email protected]>
12986 L:      [email protected]
12987 S:      Supported
12988 F:      drivers/net/ethernet/tehuti/*
12989
12990 Telecom Clock Driver for MCPL0010
12991 M:      Mark Gross <[email protected]>
12992 S:      Supported
12993 F:      drivers/char/tlclk.c
12994
12995 TENSILICA XTENSA PORT (xtensa)
12996 M:      Chris Zankel <[email protected]>
12997 M:      Max Filippov <[email protected]>
12998 L:      [email protected]
12999 T:      git git://github.com/czankel/xtensa-linux.git
13000 S:      Maintained
13001 F:      arch/xtensa/
13002 F:      drivers/irqchip/irq-xtensa-*
13003
13004 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13005 M:      Nishanth Menon <[email protected]>
13006 M:      Tero Kristo <[email protected]>
13007 M:      Santosh Shilimkar <[email protected]>
13008 L:      [email protected]
13009 S:      Maintained
13010 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13011 F:      drivers/firmware/ti_sci*
13012 F:      include/linux/soc/ti/ti_sci_protocol.h
13013 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13014 F:      include/dt-bindings/genpd/k2g.h
13015 F:      drivers/soc/ti/ti_sci_pm_domains.c
13016 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13017 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13018 F:      drivers/clk/keystone/sci-clk.c
13019 F:      drivers/reset/reset-ti-sci.c
13020
13021 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13022 M:      Hans Verkuil <[email protected]>
13023 L:      [email protected]
13024 T:      git git://linuxtv.org/media_tree.git
13025 W:      https://linuxtv.org
13026 S:      Maintained
13027 F:      drivers/media/radio/radio-raremono.c
13028
13029 THERMAL
13030 M:      Zhang Rui <[email protected]>
13031 M:      Eduardo Valentin <[email protected]>
13032 L:      [email protected]
13033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13035 Q:      https://patchwork.kernel.org/project/linux-pm/list/
13036 S:      Supported
13037 F:      drivers/thermal/
13038 F:      include/linux/thermal.h
13039 F:      include/uapi/linux/thermal.h
13040 F:      include/linux/cpu_cooling.h
13041 F:      Documentation/devicetree/bindings/thermal/
13042
13043 THERMAL/CPU_COOLING
13044 M:      Amit Daniel Kachhap <[email protected]>
13045 M:      Viresh Kumar <[email protected]>
13046 M:      Javi Merino <[email protected]>
13047 L:      [email protected]
13048 S:      Supported
13049 F:      Documentation/thermal/cpu-cooling-api.txt
13050 F:      drivers/thermal/cpu_cooling.c
13051 F:      include/linux/cpu_cooling.h
13052
13053 THINKPAD ACPI EXTRAS DRIVER
13054 M:      Henrique de Moraes Holschuh <[email protected]>
13055 L:      [email protected]
13056 L:      [email protected]
13057 W:      http://ibm-acpi.sourceforge.net
13058 W:      http://thinkwiki.org/wiki/Ibm-acpi
13059 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13060 S:      Maintained
13061 F:      drivers/platform/x86/thinkpad_acpi.c
13062
13063 TI BANDGAP AND THERMAL DRIVER
13064 M:      Eduardo Valentin <[email protected]>
13065 M:      Keerthy <[email protected]>
13066 L:      [email protected]
13067 L:      [email protected]
13068 S:      Maintained
13069 F:      drivers/thermal/ti-soc-thermal/
13070
13071 TI VPE/CAL DRIVERS
13072 M:      Benoit Parrot <[email protected]>
13073 L:      [email protected]
13074 W:      http://linuxtv.org/
13075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13076 S:      Maintained
13077 F:      drivers/media/platform/ti-vpe/
13078
13079 TI CDCE706 CLOCK DRIVER
13080 M:      Max Filippov <[email protected]>
13081 S:      Maintained
13082 F:      drivers/clk/clk-cdce706.c
13083
13084 TI CLOCK DRIVER
13085 M:      Tero Kristo <[email protected]>
13086 L:      [email protected]
13087 S:      Maintained
13088 F:      drivers/clk/ti/
13089 F:      include/linux/clk/ti.h
13090
13091 TI ETHERNET SWITCH DRIVER (CPSW)
13092 R:      Grygorii Strashko <[email protected]>
13093 L:      [email protected]
13094 L:      [email protected]
13095 S:      Maintained
13096 F:      drivers/net/ethernet/ti/cpsw*
13097 F:      drivers/net/ethernet/ti/davinci*
13098
13099 TI FLASH MEDIA INTERFACE DRIVER
13100 M:      Alex Dubov <[email protected]>
13101 S:      Maintained
13102 F:      drivers/misc/tifm*
13103 F:      drivers/mmc/host/tifm_sd.c
13104 F:      include/linux/tifm.h
13105
13106 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13107 M:      Santosh Shilimkar <[email protected]>
13108 L:      [email protected]
13109 L:      [email protected] (moderated for non-subscribers)
13110 S:      Maintained
13111 F:      drivers/soc/ti/*
13112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13113
13114
13115 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13116 M:      M R Swami Reddy <[email protected]>
13117 M:      Vishwas A Deshpande <[email protected]>
13118 L:      [email protected] (moderated for non-subscribers)
13119 S:      Maintained
13120 F:      sound/soc/codecs/lm49453*
13121 F:      sound/soc/codecs/isabelle*
13122
13123 TI LP855x BACKLIGHT DRIVER
13124 M:      Milo Kim <[email protected]>
13125 S:      Maintained
13126 F:      Documentation/backlight/lp855x-driver.txt
13127 F:      drivers/video/backlight/lp855x_bl.c
13128 F:      include/linux/platform_data/lp855x.h
13129
13130 TI LP8727 CHARGER DRIVER
13131 M:      Milo Kim <[email protected]>
13132 S:      Maintained
13133 F:      drivers/power/supply/lp8727_charger.c
13134 F:      include/linux/platform_data/lp8727.h
13135
13136 TI LP8788 MFD DRIVER
13137 M:      Milo Kim <[email protected]>
13138 S:      Maintained
13139 F:      drivers/iio/adc/lp8788_adc.c
13140 F:      drivers/leds/leds-lp8788.c
13141 F:      drivers/mfd/lp8788*.c
13142 F:      drivers/power/supply/lp8788-charger.c
13143 F:      drivers/regulator/lp8788-*.c
13144 F:      include/linux/mfd/lp8788*.h
13145
13146 TI NETCP ETHERNET DRIVER
13147 M:      Wingman Kwok <[email protected]>
13148 M:      Murali Karicheri <[email protected]>
13149 L:      [email protected]
13150 S:      Maintained
13151 F:      drivers/net/ethernet/ti/netcp*
13152
13153 TI TAS571X FAMILY ASoC CODEC DRIVER
13154 M:      Kevin Cernekee <[email protected]>
13155 L:      [email protected] (moderated for non-subscribers)
13156 S:      Odd Fixes
13157 F:      sound/soc/codecs/tas571x*
13158
13159 TI TWL4030 SERIES SOC CODEC DRIVER
13160 M:      Peter Ujfalusi <[email protected]>
13161 L:      [email protected] (moderated for non-subscribers)
13162 S:      Maintained
13163 F:      sound/soc/codecs/twl4030*
13164
13165 TI WILINK WIRELESS DRIVERS
13166 L:      [email protected]
13167 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
13168 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
13169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13170 S:      Orphan
13171 F:      drivers/net/wireless/ti/
13172 F:      include/linux/wl12xx.h
13173
13174 TIPC NETWORK LAYER
13175 M:      Jon Maloy <[email protected]>
13176 M:      Ying Xue <[email protected]>
13177 L:      [email protected] (core kernel code)
13178 L:      [email protected] (user apps, general discussion)
13179 W:      http://tipc.sourceforge.net/
13180 S:      Maintained
13181 F:      include/uapi/linux/tipc*.h
13182 F:      net/tipc/
13183
13184 TILE ARCHITECTURE
13185 M:      Chris Metcalf <[email protected]>
13186 W:      http://www.mellanox.com/repository/solutions/tile-scm/
13187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13188 S:      Supported
13189 F:      arch/tile/
13190 F:      drivers/char/tile-srom.c
13191 F:      drivers/edac/tile_edac.c
13192 F:      drivers/net/ethernet/tile/
13193 F:      drivers/rtc/rtc-tile.c
13194 F:      drivers/tty/hvc/hvc_tile.c
13195 F:      drivers/tty/serial/tilegx.c
13196 F:      drivers/usb/host/*-tilegx.c
13197 F:      include/linux/usb/tilegx.h
13198
13199 TLAN NETWORK DRIVER
13200 M:      Samuel Chessman <[email protected]>
13201 L:      [email protected] (subscribers-only)
13202 W:      http://sourceforge.net/projects/tlan/
13203 S:      Maintained
13204 F:      Documentation/networking/tlan.txt
13205 F:      drivers/net/ethernet/ti/tlan.*
13206
13207 TOMOYO SECURITY MODULE
13208 M:      Kentaro Takeda <[email protected]>
13209 M:      Tetsuo Handa <[email protected]>
13210 L:      [email protected] (subscribers-only, for developers in English)
13211 L:      [email protected] (subscribers-only, for users in English)
13212 L:      [email protected] (subscribers-only, for developers in Japanese)
13213 L:      [email protected] (subscribers-only, for users in Japanese)
13214 W:      http://tomoyo.sourceforge.jp/
13215 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13216 S:      Maintained
13217 F:      security/tomoyo/
13218
13219 TOPSTAR LAPTOP EXTRAS DRIVER
13220 M:      Herton Ronaldo Krzesinski <[email protected]>
13221 L:      [email protected]
13222 S:      Maintained
13223 F:      drivers/platform/x86/topstar-laptop.c
13224
13225 TOSHIBA ACPI EXTRAS DRIVER
13226 M:      Azael Avalos <[email protected]>
13227 L:      [email protected]
13228 S:      Maintained
13229 F:      drivers/platform/x86/toshiba_acpi.c
13230
13231 TOSHIBA BLUETOOTH DRIVER
13232 M:      Azael Avalos <[email protected]>
13233 L:      [email protected]
13234 S:      Maintained
13235 F:      drivers/platform/x86/toshiba_bluetooth.c
13236
13237 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13238 M:      Azael Avalos <[email protected]>
13239 L:      [email protected]
13240 S:      Maintained
13241 F:      drivers/platform/x86/toshiba_haps.c
13242
13243 TOSHIBA WMI HOTKEYS DRIVER
13244 M:      Azael Avalos <[email protected]>
13245 L:      [email protected]
13246 S:      Maintained
13247 F:      drivers/platform/x86/toshiba-wmi.c
13248
13249 TOSHIBA SMM DRIVER
13250 M:      Jonathan Buzzard <[email protected]>
13251 W:      http://www.buzzard.org.uk/toshiba/
13252 S:      Maintained
13253 F:      drivers/char/toshiba.c
13254 F:      include/linux/toshiba.h
13255 F:      include/uapi/linux/toshiba.h
13256
13257 TOSHIBA TC358743 DRIVER
13258 M:      Mats Randgaard <[email protected]>
13259 L:      [email protected]
13260 S:      Maintained
13261 F:      drivers/media/i2c/tc358743*
13262 F:      include/media/i2c/tc358743.h
13263
13264 TMIO/SDHI MMC DRIVER
13265 M:      Wolfram Sang <[email protected]>
13266 L:      [email protected]
13267 S:      Supported
13268 F:      drivers/mmc/host/tmio_mmc*
13269 F:      drivers/mmc/host/renesas_sdhi*
13270 F:      include/linux/mfd/tmio.h
13271
13272 TMP401 HARDWARE MONITOR DRIVER
13273 M:      Guenter Roeck <[email protected]>
13274 L:      [email protected]
13275 S:      Maintained
13276 F:      Documentation/hwmon/tmp401
13277 F:      drivers/hwmon/tmp401.c
13278
13279 TMPFS (SHMEM FILESYSTEM)
13280 M:      Hugh Dickins <[email protected]>
13281 L:      [email protected]
13282 S:      Maintained
13283 F:      include/linux/shmem_fs.h
13284 F:      mm/shmem.c
13285
13286 TM6000 VIDEO4LINUX DRIVER
13287 M:      Mauro Carvalho Chehab <[email protected]>
13288 M:      Mauro Carvalho Chehab <[email protected]>
13289 L:      [email protected]
13290 W:      https://linuxtv.org
13291 T:      git git://linuxtv.org/media_tree.git
13292 S:      Odd fixes
13293 F:      drivers/media/usb/tm6000/
13294 F:      Documentation/media/v4l-drivers/tm6000*
13295
13296 TW5864 VIDEO4LINUX DRIVER
13297 M:      Bluecherry Maintainers <[email protected]>
13298 M:      Anton Sviridenko <[email protected]>
13299 M:      Andrey Utkin <[email protected]>
13300 M:      Andrey Utkin <[email protected]>
13301 L:      [email protected]
13302 S:      Supported
13303 F:      drivers/media/pci/tw5864/
13304
13305 TW68 VIDEO4LINUX DRIVER
13306 M:      Hans Verkuil <[email protected]>
13307 L:      [email protected]
13308 T:      git git://linuxtv.org/media_tree.git
13309 W:      https://linuxtv.org
13310 S:      Odd Fixes
13311 F:      drivers/media/pci/tw68/
13312
13313 TW686X VIDEO4LINUX DRIVER
13314 M:      Ezequiel Garcia <[email protected]>
13315 L:      [email protected]
13316 T:      git git://linuxtv.org/media_tree.git
13317 W:      http://linuxtv.org
13318 S:      Maintained
13319 F:      drivers/media/pci/tw686x/
13320
13321 TPM DEVICE DRIVER
13322 M:      Peter Huewe <[email protected]>
13323 M:      Marcel Selhorst <[email protected]>
13324 M:      Jarkko Sakkinen <[email protected]>
13325 R:      Jason Gunthorpe <[email protected]>
13326 W:      http://tpmdd.sourceforge.net
13327 L:      [email protected] (moderated for non-subscribers)
13328 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
13329 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
13330 S:      Maintained
13331 F:      drivers/char/tpm/
13332
13333 TPM IBM_VTPM DEVICE DRIVER
13334 M:      Ashley Lai <[email protected]>
13335 W:      http://tpmdd.sourceforge.net
13336 L:      [email protected] (moderated for non-subscribers)
13337 S:      Maintained
13338 F:      drivers/char/tpm/tpm_ibmvtpm*
13339
13340 TRACING
13341 M:      Steven Rostedt <[email protected]>
13342 M:      Ingo Molnar <[email protected]>
13343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13344 S:      Maintained
13345 F:      Documentation/trace/ftrace.txt
13346 F:      arch/*/*/*/ftrace.h
13347 F:      arch/*/kernel/ftrace.c
13348 F:      include/*/ftrace.h
13349 F:      include/linux/trace*.h
13350 F:      include/trace/
13351 F:      kernel/trace/
13352 F:      tools/testing/selftests/ftrace/
13353
13354 TRACING MMIO ACCESSES (MMIOTRACE)
13355 M:      Steven Rostedt <[email protected]>
13356 M:      Ingo Molnar <[email protected]>
13357 R:      Karol Herbst <[email protected]>
13358 R:      Pekka Paalanen <[email protected]>
13359 S:      Maintained
13360 L:      [email protected]
13361 L:      [email protected]
13362 F:      kernel/trace/trace_mmiotrace.c
13363 F:      include/linux/mmiotrace.h
13364 F:      arch/x86/mm/kmmio.c
13365 F:      arch/x86/mm/mmio-mod.c
13366 F:      arch/x86/mm/testmmiotrace.c
13367
13368 TRIVIAL PATCHES
13369 M:      Jiri Kosina <[email protected]>
13370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13371 S:      Maintained
13372 K:      ^Subject:.*(?i)trivial
13373
13374 TTY LAYER
13375 M:      Greg Kroah-Hartman <[email protected]>
13376 M:      Jiri Slaby <[email protected]>
13377 S:      Supported
13378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13379 F:      Documentation/serial/
13380 F:      drivers/tty/
13381 F:      drivers/tty/serial/serial_core.c
13382 F:      include/linux/serial_core.h
13383 F:      include/linux/serial.h
13384 F:      include/linux/tty.h
13385 F:      include/uapi/linux/serial_core.h
13386 F:      include/uapi/linux/serial.h
13387 F:      include/uapi/linux/tty.h
13388
13389 TUA9001 MEDIA DRIVER
13390 M:      Antti Palosaari <[email protected]>
13391 L:      [email protected]
13392 W:      https://linuxtv.org
13393 W:      http://palosaari.fi/linux/
13394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13395 T:      git git://linuxtv.org/anttip/media_tree.git
13396 S:      Maintained
13397 F:      drivers/media/tuners/tua9001*
13398
13399 TULIP NETWORK DRIVERS
13400 L:      [email protected]
13401 L:      [email protected]
13402 S:      Orphan
13403 F:      drivers/net/ethernet/dec/tulip/
13404
13405 TUN/TAP driver
13406 M:      Maxim Krasnyansky <[email protected]>
13407 W:      http://vtun.sourceforge.net/tun
13408 S:      Maintained
13409 F:      Documentation/networking/tuntap.txt
13410 F:      arch/um/os-Linux/drivers/
13411
13412 TURBOCHANNEL SUBSYSTEM
13413 M:      "Maciej W. Rozycki" <[email protected]>
13414 M:      Ralf Baechle <[email protected]>
13415 L:      [email protected]
13416 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13417 S:      Maintained
13418 F:      drivers/tc/
13419 F:      include/linux/tc.h
13420
13421 UBI FILE SYSTEM (UBIFS)
13422 M:      Richard Weinberger <[email protected]>
13423 M:      Artem Bityutskiy <[email protected]>
13424 M:      Adrian Hunter <[email protected]>
13425 L:      [email protected]
13426 T:      git git://git.infradead.org/ubifs-2.6.git
13427 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13428 S:      Supported
13429 F:      Documentation/filesystems/ubifs.txt
13430 F:      fs/ubifs/
13431
13432 UCLINUX (M68KNOMMU AND COLDFIRE)
13433 M:      Greg Ungerer <[email protected]>
13434 W:      http://www.linux-m68k.org/
13435 W:      http://www.uclinux.org/
13436 L:      [email protected]
13437 L:      [email protected]  (subscribers-only)
13438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13439 S:      Maintained
13440 F:      arch/m68k/coldfire/
13441 F:      arch/m68k/68*/
13442 F:      arch/m68k/*/*_no.*
13443 F:      arch/m68k/include/asm/*_no.*
13444
13445 UDF FILESYSTEM
13446 M:      Jan Kara <[email protected]>
13447 S:      Maintained
13448 F:      Documentation/filesystems/udf.txt
13449 F:      fs/udf/
13450
13451 UDRAW TABLET
13452 M:      Bastien Nocera <[email protected]>
13453 L:      [email protected]
13454 S:      Maintained
13455 F:      drivers/hid/hid-udraw.c
13456
13457 UFS FILESYSTEM
13458 M:      Evgeniy Dushistov <[email protected]>
13459 S:      Maintained
13460 F:      Documentation/filesystems/ufs.txt
13461 F:      fs/ufs/
13462
13463 UHID USERSPACE HID IO DRIVER:
13464 M:      David Herrmann <[email protected]>
13465 L:      [email protected]
13466 S:      Maintained
13467 F:      drivers/hid/uhid.c
13468 F:      include/uapi/linux/uhid.h
13469
13470 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13471 L:      [email protected]
13472 S:      Orphan
13473 F:      drivers/uwb/
13474 F:      include/linux/uwb.h
13475 F:      include/linux/uwb/
13476
13477 UNICORE32 ARCHITECTURE:
13478 M:      Guan Xuetao <[email protected]>
13479 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13480 S:      Maintained
13481 T:      git git://github.com/gxt/linux.git
13482 F:      arch/unicore32/
13483
13484 UNIFDEF
13485 M:      Tony Finch <[email protected]>
13486 W:      http://dotat.at/prog/unifdef
13487 S:      Maintained
13488 F:      scripts/unifdef.c
13489
13490 UNIFORM CDROM DRIVER
13491 M:      Jens Axboe <[email protected]>
13492 W:      http://www.kernel.dk
13493 S:      Maintained
13494 F:      Documentation/cdrom/
13495 F:      drivers/cdrom/cdrom.c
13496 F:      include/linux/cdrom.h
13497 F:      include/uapi/linux/cdrom.h
13498
13499 UNISYS S-PAR DRIVERS
13500 M:      David Kershner <[email protected]>
13501 L:      [email protected] (Unisys internal)
13502 S:      Supported
13503 F:      drivers/staging/unisys/
13504
13505 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13506 M:      Vinayak Holikatti <[email protected]>
13507 L:      [email protected]
13508 S:      Supported
13509 F:      Documentation/scsi/ufs.txt
13510 F:      drivers/scsi/ufs/
13511
13512 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13513 M:      Manjunath M Bettegowda <[email protected]>
13514 M:      Prabu Thangamuthu <[email protected]>
13515 L:      [email protected]
13516 S:      Supported
13517 F:      drivers/scsi/ufs/*dwc*
13518
13519 UNSORTED BLOCK IMAGES (UBI)
13520 M:      Artem Bityutskiy <[email protected]>
13521 M:      Richard Weinberger <[email protected]>
13522 W:      http://www.linux-mtd.infradead.org/
13523 L:      [email protected]
13524 T:      git git://git.infradead.org/ubifs-2.6.git
13525 S:      Supported
13526 F:      drivers/mtd/ubi/
13527 F:      include/linux/mtd/ubi.h
13528 F:      include/uapi/mtd/ubi-user.h
13529
13530 USB ACM DRIVER
13531 M:      Oliver Neukum <[email protected]>
13532 L:      [email protected]
13533 S:      Maintained
13534 F:      Documentation/usb/acm.txt
13535 F:      drivers/usb/class/cdc-acm.*
13536
13537 USB AR5523 WIRELESS DRIVER
13538 M:      Pontus Fuchs <[email protected]>
13539 L:      [email protected]
13540 S:      Maintained
13541 F:      drivers/net/wireless/ath/ar5523/
13542
13543 USB ATTACHED SCSI
13544 M:      Oliver Neukum <[email protected]>
13545 L:      [email protected]
13546 L:      [email protected]
13547 S:      Maintained
13548 F:      drivers/usb/storage/uas.c
13549
13550 USB CDC ETHERNET DRIVER
13551 M:      Oliver Neukum <[email protected]>
13552 L:      [email protected]
13553 S:      Maintained
13554 F:      drivers/net/usb/cdc_*.c
13555 F:      include/uapi/linux/usb/cdc.h
13556
13557 USB CHAOSKEY DRIVER
13558 M:      Keith Packard <[email protected]>
13559 L:      [email protected]
13560 S:      Maintained
13561 F:      drivers/usb/misc/chaoskey.c
13562
13563 USB CYPRESS C67X00 DRIVER
13564 M:      Peter Korsgaard <[email protected]>
13565 L:      [email protected]
13566 S:      Maintained
13567 F:      drivers/usb/c67x00/
13568
13569 USB DAVICOM DM9601 DRIVER
13570 M:      Peter Korsgaard <[email protected]>
13571 L:      [email protected]
13572 W:      http://www.linux-usb.org/usbnet
13573 S:      Maintained
13574 F:      drivers/net/usb/dm9601.c
13575
13576 USB DIAMOND RIO500 DRIVER
13577 M:      Cesar Miquel <[email protected]>
13578 L:      [email protected]
13579 W:      http://rio500.sourceforge.net
13580 S:      Maintained
13581 F:      drivers/usb/misc/rio500*
13582
13583 USB EHCI DRIVER
13584 M:      Alan Stern <[email protected]>
13585 L:      [email protected]
13586 S:      Maintained
13587 F:      Documentation/usb/ehci.txt
13588 F:      drivers/usb/host/ehci*
13589
13590 USB GADGET/PERIPHERAL SUBSYSTEM
13591 M:      Felipe Balbi <[email protected]>
13592 L:      [email protected]
13593 W:      http://www.linux-usb.org/gadget
13594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13595 S:      Maintained
13596 F:      drivers/usb/gadget/
13597 F:      include/linux/usb/gadget*
13598
13599 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13600 M:      Jiri Kosina <[email protected]>
13601 R:      Benjamin Tissoires <[email protected]>
13602 L:      [email protected]
13603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13604 S:      Maintained
13605 F:      Documentation/hid/hiddev.txt
13606 F:      drivers/hid/usbhid/
13607
13608 USB ISP116X DRIVER
13609 M:      Olav Kongas <[email protected]>
13610 L:      [email protected]
13611 S:      Maintained
13612 F:      drivers/usb/host/isp116x*
13613 F:      include/linux/usb/isp116x.h
13614
13615 USB LAN78XX ETHERNET DRIVER
13616 M:      Woojung Huh <[email protected]>
13617 M:      Microchip Linux Driver Support <[email protected]>
13618 L:      [email protected]
13619 S:      Maintained
13620 F:      drivers/net/usb/lan78xx.*
13621
13622 USB MASS STORAGE DRIVER
13623 M:      Alan Stern <[email protected]>
13624 L:      [email protected]
13625 L:      [email protected]
13626 S:      Maintained
13627 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13628 F:      drivers/usb/storage/
13629
13630 USB MIDI DRIVER
13631 M:      Clemens Ladisch <[email protected]>
13632 L:      [email protected] (moderated for non-subscribers)
13633 T:      git git://git.alsa-project.org/alsa-kernel.git
13634 S:      Maintained
13635 F:      sound/usb/midi.*
13636
13637 USB NETWORKING DRIVERS
13638 L:      [email protected]
13639 S:      Odd Fixes
13640 F:      drivers/net/usb/
13641
13642 USB OHCI DRIVER
13643 M:      Alan Stern <[email protected]>
13644 L:      [email protected]
13645 S:      Maintained
13646 F:      Documentation/usb/ohci.txt
13647 F:      drivers/usb/host/ohci*
13648
13649 USB OTG FSM (Finite State Machine)
13650 M:      Peter Chen <[email protected]>
13651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13652 L:      [email protected]
13653 S:      Maintained
13654 F:      drivers/usb/common/usb-otg-fsm.c
13655
13656 USB OVER IP DRIVER
13657 M:      Valentina Manea <[email protected]>
13658 M:      Shuah Khan <[email protected]>
13659 M:      Shuah Khan <[email protected]>
13660 L:      [email protected]
13661 S:      Maintained
13662 F:      Documentation/usb/usbip_protocol.txt
13663 F:      drivers/usb/usbip/
13664 F:      tools/usb/usbip/
13665
13666 USB PEGASUS DRIVER
13667 M:      Petko Manolov <[email protected]>
13668 L:      [email protected]
13669 L:      [email protected]
13670 T:      git git://github.com/petkan/pegasus.git
13671 W:      https://github.com/petkan/pegasus
13672 S:      Maintained
13673 F:      drivers/net/usb/pegasus.*
13674
13675 USB PHY LAYER
13676 M:      Felipe Balbi <[email protected]>
13677 L:      [email protected]
13678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13679 S:      Maintained
13680 F:      drivers/usb/phy/
13681
13682 USB PRINTER DRIVER (usblp)
13683 M:      Pete Zaitcev <[email protected]>
13684 L:      [email protected]
13685 S:      Supported
13686 F:      drivers/usb/class/usblp.c
13687
13688 USB QMI WWAN NETWORK DRIVER
13689 M:      Bjørn Mork <[email protected]>
13690 L:      [email protected]
13691 S:      Maintained
13692 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13693 F:      drivers/net/usb/qmi_wwan.c
13694
13695 USB RTL8150 DRIVER
13696 M:      Petko Manolov <[email protected]>
13697 L:      [email protected]
13698 L:      [email protected]
13699 T:      git git://github.com/petkan/rtl8150.git
13700 W:      https://github.com/petkan/rtl8150
13701 S:      Maintained
13702 F:      drivers/net/usb/rtl8150.c
13703
13704 USB SERIAL SUBSYSTEM
13705 M:      Johan Hovold <[email protected]>
13706 L:      [email protected]
13707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13708 S:      Maintained
13709 F:      Documentation/usb/usb-serial.txt
13710 F:      drivers/usb/serial/
13711 F:      include/linux/usb/serial.h
13712
13713 USB SMSC75XX ETHERNET DRIVER
13714 M:      Steve Glendinning <[email protected]>
13715 L:      [email protected]
13716 S:      Maintained
13717 F:      drivers/net/usb/smsc75xx.*
13718
13719 USB SMSC95XX ETHERNET DRIVER
13720 M:      Steve Glendinning <[email protected]>
13721 M:      Microchip Linux Driver Support <[email protected]>
13722 L:      [email protected]
13723 S:      Maintained
13724 F:      drivers/net/usb/smsc95xx.*
13725
13726 USB SUBSYSTEM
13727 M:      Greg Kroah-Hartman <[email protected]>
13728 L:      [email protected]
13729 W:      http://www.linux-usb.org
13730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13731 S:      Supported
13732 F:      Documentation/devicetree/bindings/usb/
13733 F:      Documentation/usb/
13734 F:      drivers/usb/
13735 F:      include/linux/usb.h
13736 F:      include/linux/usb/
13737
13738 USB TYPEC SUBSYSTEM
13739 M:      Heikki Krogerus <[email protected]>
13740 L:      [email protected]
13741 S:      Maintained
13742 F:      Documentation/ABI/testing/sysfs-class-typec
13743 F:      Documentation/usb/typec.rst
13744 F:      drivers/usb/typec/
13745 F:      include/linux/usb/typec.h
13746
13747 USB UHCI DRIVER
13748 M:      Alan Stern <[email protected]>
13749 L:      [email protected]
13750 S:      Maintained
13751 F:      drivers/usb/host/uhci*
13752
13753 USB "USBNET" DRIVER FRAMEWORK
13754 M:      Oliver Neukum <[email protected]>
13755 L:      [email protected]
13756 W:      http://www.linux-usb.org/usbnet
13757 S:      Maintained
13758 F:      drivers/net/usb/usbnet.c
13759 F:      include/linux/usb/usbnet.h
13760
13761 USB VIDEO CLASS
13762 M:      Laurent Pinchart <[email protected]>
13763 L:      [email protected] (subscribers-only)
13764 L:      [email protected]
13765 T:      git git://linuxtv.org/media_tree.git
13766 W:      http://www.ideasonboard.org/uvc/
13767 S:      Maintained
13768 F:      drivers/media/usb/uvc/
13769 F:      include/uapi/linux/uvcvideo.h
13770
13771 USB VISION DRIVER
13772 M:      Hans Verkuil <[email protected]>
13773 L:      [email protected]
13774 T:      git git://linuxtv.org/media_tree.git
13775 W:      https://linuxtv.org
13776 S:      Odd Fixes
13777 F:      drivers/media/usb/usbvision/
13778
13779 USB WEBCAM GADGET
13780 M:      Laurent Pinchart <[email protected]>
13781 L:      [email protected]
13782 S:      Maintained
13783 F:      drivers/usb/gadget/function/*uvc*
13784 F:      drivers/usb/gadget/legacy/webcam.c
13785
13786 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13787 M:      Jussi Kivilinna <[email protected]>
13788 L:      [email protected]
13789 S:      Maintained
13790 F:      drivers/net/wireless/rndis_wlan.c
13791
13792 USB XHCI DRIVER
13793 M:      Mathias Nyman <[email protected]>
13794 L:      [email protected]
13795 S:      Supported
13796 F:      drivers/usb/host/xhci*
13797 F:      drivers/usb/host/pci-quirks*
13798
13799 USB ZD1201 DRIVER
13800 L:      [email protected]
13801 W:      http://linux-lc100020.sourceforge.net
13802 S:      Orphan
13803 F:      drivers/net/wireless/zydas/zd1201.*
13804
13805 USB ZR364XX DRIVER
13806 M:      Antoine Jacquet <[email protected]>
13807 L:      [email protected]
13808 L:      [email protected]
13809 T:      git git://linuxtv.org/media_tree.git
13810 W:      http://royale.zerezo.com/zr364xx/
13811 S:      Maintained
13812 F:      Documentation/media/v4l-drivers/zr364xx*
13813 F:      drivers/media/usb/zr364xx/
13814
13815 ULPI BUS
13816 M:      Heikki Krogerus <[email protected]>
13817 L:      [email protected]
13818 S:      Maintained
13819 F:      drivers/usb/common/ulpi.c
13820 F:      include/linux/ulpi/
13821
13822 USER-MODE LINUX (UML)
13823 M:      Jeff Dike <[email protected]>
13824 M:      Richard Weinberger <[email protected]>
13825 L:      [email protected]
13826 L:      [email protected]
13827 W:      http://user-mode-linux.sourceforge.net
13828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13829 S:      Maintained
13830 F:      Documentation/virtual/uml/
13831 F:      arch/um/
13832 F:      arch/x86/um/
13833 F:      fs/hostfs/
13834 F:      fs/hppfs/
13835
13836 USERSPACE I/O (UIO)
13837 M:      Greg Kroah-Hartman <[email protected]>
13838 S:      Maintained
13839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13840 F:      Documentation/driver-api/uio-howto.rst
13841 F:      drivers/uio/
13842 F:      include/linux/uio*.h
13843
13844 UTIL-LINUX PACKAGE
13845 M:      Karel Zak <[email protected]>
13846 L:      [email protected]
13847 W:      http://en.wikipedia.org/wiki/Util-linux
13848 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13849 S:      Maintained
13850
13851 UUID HELPERS
13852 M:      Christoph Hellwig <[email protected]>
13853 R:      Andy Shevchenko <[email protected]>
13854 L:      [email protected]
13855 T:      git git://git.infradead.org/users/hch/uuid.git
13856 F:      lib/uuid.c
13857 F:      lib/test_uuid.c
13858 F:      include/linux/uuid.h
13859 F:      include/uapi/linux/uuid.h
13860 S:      Maintained
13861
13862 UVESAFB DRIVER
13863 M:      Michal Januszewski <[email protected]>
13864 L:      [email protected]
13865 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13866 S:      Maintained
13867 F:      Documentation/fb/uvesafb.txt
13868 F:      drivers/video/fbdev/uvesafb.*
13869
13870 VF610 NAND DRIVER
13871 M:      Stefan Agner <[email protected]>
13872 L:      [email protected]
13873 S:      Supported
13874 F:      drivers/mtd/nand/vf610_nfc.c
13875
13876 VFAT/FAT/MSDOS FILESYSTEM
13877 M:      OGAWA Hirofumi <[email protected]>
13878 S:      Maintained
13879 F:      Documentation/filesystems/vfat.txt
13880 F:      fs/fat/
13881
13882 VFIO DRIVER
13883 M:      Alex Williamson <[email protected]>
13884 L:      [email protected]
13885 T:      git git://github.com/awilliam/linux-vfio.git
13886 S:      Maintained
13887 F:      Documentation/vfio.txt
13888 F:      drivers/vfio/
13889 F:      include/linux/vfio.h
13890 F:      include/uapi/linux/vfio.h
13891
13892 VFIO MEDIATED DEVICE DRIVERS
13893 M:      Kirti Wankhede <[email protected]>
13894 L:      [email protected]
13895 S:      Maintained
13896 F:      Documentation/vfio-mediated-device.txt
13897 F:      drivers/vfio/mdev/
13898 F:      include/linux/mdev.h
13899 F:      samples/vfio-mdev/
13900
13901 VFIO PLATFORM DRIVER
13902 M:      Baptiste Reynal <[email protected]>
13903 L:      [email protected]
13904 S:      Maintained
13905 F:      drivers/vfio/platform/
13906
13907 VGA_SWITCHEROO
13908 R:      Lukas Wunner <[email protected]>
13909 S:      Maintained
13910 F:      Documentation/gpu/vga-switcheroo.rst
13911 F:      drivers/gpu/vga/vga_switcheroo.c
13912 F:      include/linux/vga_switcheroo.h
13913 T:      git git://anongit.freedesktop.org/drm/drm-misc
13914
13915 VIDEOBUF2 FRAMEWORK
13916 M:      Pawel Osciak <[email protected]>
13917 M:      Marek Szyprowski <[email protected]>
13918 M:      Kyungmin Park <[email protected]>
13919 L:      [email protected]
13920 S:      Maintained
13921 F:      drivers/media/v4l2-core/videobuf2-*
13922 F:      include/media/videobuf2-*
13923
13924 VIDEO MULTIPLEXER DRIVER
13925 M:      Philipp Zabel <[email protected]>
13926 L:      [email protected]
13927 S:      Maintained
13928 F:      drivers/media/platform/video-mux.c
13929
13930 VIRTIO AND VHOST VSOCK DRIVER
13931 M:      Stefan Hajnoczi <[email protected]>
13932 L:      [email protected]
13933 L:      [email protected]
13934 L:      [email protected]
13935 S:      Maintained
13936 F:      include/linux/virtio_vsock.h
13937 F:      include/uapi/linux/virtio_vsock.h
13938 F:      include/uapi/linux/vsockmon.h
13939 F:      net/vmw_vsock/af_vsock_tap.c
13940 F:      net/vmw_vsock/virtio_transport_common.c
13941 F:      net/vmw_vsock/virtio_transport.c
13942 F:      drivers/net/vsockmon.c
13943 F:      drivers/vhost/vsock.c
13944 F:      drivers/vhost/vsock.h
13945
13946 VIRTUAL SERIO DEVICE DRIVER
13947 M:      Stephen Chandler Paul <[email protected]>
13948 S:      Maintained
13949 F:      drivers/input/serio/userio.c
13950 F:      include/uapi/linux/userio.h
13951
13952 VIRTIO CONSOLE DRIVER
13953 M:      Amit Shah <[email protected]>
13954 L:      [email protected]
13955 S:      Maintained
13956 F:      drivers/char/virtio_console.c
13957 F:      include/linux/virtio_console.h
13958 F:      include/uapi/linux/virtio_console.h
13959
13960 VIRTIO CORE, NET AND BLOCK DRIVERS
13961 M:      "Michael S. Tsirkin" <[email protected]>
13962 M:      Jason Wang <[email protected]>
13963 L:      [email protected]
13964 S:      Maintained
13965 F:      Documentation/devicetree/bindings/virtio/
13966 F:      drivers/virtio/
13967 F:      tools/virtio/
13968 F:      drivers/net/virtio_net.c
13969 F:      drivers/block/virtio_blk.c
13970 F:      include/linux/virtio*.h
13971 F:      include/uapi/linux/virtio_*.h
13972 F:      drivers/crypto/virtio/
13973
13974 VIRTIO DRIVERS FOR S390
13975 M:      Cornelia Huck <[email protected]>
13976 M:      Halil Pasic <[email protected]>
13977 L:      [email protected]
13978 L:      [email protected]
13979 L:      [email protected]
13980 S:      Supported
13981 F:      drivers/s390/virtio/
13982
13983 VIRTIO GPU DRIVER
13984 M:      David Airlie <[email protected]>
13985 M:      Gerd Hoffmann <[email protected]>
13986 L:      [email protected]
13987 L:      [email protected]
13988 T:      git git://anongit.freedesktop.org/drm/drm-misc
13989 S:      Maintained
13990 F:      drivers/gpu/drm/virtio/
13991 F:      include/uapi/linux/virtio_gpu.h
13992
13993 VIRTIO HOST (VHOST)
13994 M:      "Michael S. Tsirkin" <[email protected]>
13995 M:      Jason Wang <[email protected]>
13996 L:      [email protected]
13997 L:      [email protected]
13998 L:      [email protected]
13999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14000 S:      Maintained
14001 F:      drivers/vhost/
14002 F:      include/uapi/linux/vhost.h
14003
14004 VIRTIO INPUT DRIVER
14005 M:      Gerd Hoffmann <[email protected]>
14006 S:      Maintained
14007 F:      drivers/virtio/virtio_input.c
14008 F:      include/uapi/linux/virtio_input.h
14009
14010 VIRTIO CRYPTO DRIVER
14011 M:  Gonglei <[email protected]>
14012 L:  [email protected]
14013 L:  [email protected]
14014 S:  Maintained
14015 F:  drivers/crypto/virtio/
14016 F:  include/uapi/linux/virtio_crypto.h
14017
14018 VIA RHINE NETWORK DRIVER
14019 S:      Orphan
14020 F:      drivers/net/ethernet/via/via-rhine.c
14021
14022 VIA SD/MMC CARD CONTROLLER DRIVER
14023 M:      Bruce Chang <[email protected]>
14024 M:      Harald Welte <[email protected]>
14025 S:      Maintained
14026 F:      drivers/mmc/host/via-sdmmc.c
14027
14028 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14029 M:      Florian Tobias Schandinat <[email protected]>
14030 L:      [email protected]
14031 S:      Maintained
14032 F:      include/linux/via-core.h
14033 F:      include/linux/via-gpio.h
14034 F:      include/linux/via_i2c.h
14035 F:      drivers/video/fbdev/via/
14036
14037 VIA VELOCITY NETWORK DRIVER
14038 M:      Francois Romieu <[email protected]>
14039 L:      [email protected]
14040 S:      Maintained
14041 F:      drivers/net/ethernet/via/via-velocity.*
14042
14043 VIRT LIB
14044 M:      Alex Williamson <[email protected]>
14045 M:      Paolo Bonzini <[email protected]>
14046 L:      [email protected]
14047 S:      Supported
14048 F:      virt/lib/
14049
14050 VIVID VIRTUAL VIDEO DRIVER
14051 M:      Hans Verkuil <[email protected]>
14052 L:      [email protected]
14053 T:      git git://linuxtv.org/media_tree.git
14054 W:      https://linuxtv.org
14055 S:      Maintained
14056 F:      drivers/media/platform/vivid/*
14057
14058 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14059 M:      Helen Koike <[email protected]>
14060 L:      [email protected]
14061 T:      git git://linuxtv.org/media_tree.git
14062 W:      https://linuxtv.org
14063 S:      Maintained
14064 F:      drivers/media/platform/vimc/*
14065
14066 VLYNQ BUS
14067 M:      Florian Fainelli <[email protected]>
14068 L:      [email protected] (subscribers-only)
14069 S:      Maintained
14070 F:      drivers/vlynq/vlynq.c
14071 F:      include/linux/vlynq.h
14072
14073 VME SUBSYSTEM
14074 M:      Martyn Welch <[email protected]>
14075 M:      Manohar Vanga <[email protected]>
14076 M:      Greg Kroah-Hartman <[email protected]>
14077 L:      [email protected]
14078 S:      Maintained
14079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
14080 F:      Documentation/driver-api/vme.rst
14081 F:      drivers/staging/vme/
14082 F:      drivers/vme/
14083 F:      include/linux/vme*
14084
14085 VMWARE HYPERVISOR INTERFACE
14086 M:      Alok Kataria <[email protected]>
14087 L:      [email protected]
14088 S:      Supported
14089 F:      arch/x86/kernel/cpu/vmware.c
14090
14091 VMWARE BALLOON DRIVER
14092 M:      Xavier Deguillard <[email protected]>
14093 M:      Philip Moltmann <[email protected]>
14094 M:      "VMware, Inc." <[email protected]>
14095 L:      [email protected]
14096 S:      Maintained
14097 F:      drivers/misc/vmw_balloon.c
14098
14099 VMWARE VMMOUSE SUBDRIVER
14100 M:      "VMware Graphics" <[email protected]>
14101 M:      "VMware, Inc." <[email protected]>
14102 L:      [email protected]
14103 S:      Maintained
14104 F:      drivers/input/mouse/vmmouse.c
14105 F:      drivers/input/mouse/vmmouse.h
14106
14107 VMWARE VMXNET3 ETHERNET DRIVER
14108 M:      Shrikrishna Khare <[email protected]>
14109 M:      "VMware, Inc." <[email protected]>
14110 L:      [email protected]
14111 S:      Maintained
14112 F:      drivers/net/vmxnet3/
14113
14114 VMware PVSCSI driver
14115 M:      Jim Gill <[email protected]>
14116 M:      VMware PV-Drivers <[email protected]>
14117 L:      [email protected]
14118 S:      Maintained
14119 F:      drivers/scsi/vmw_pvscsi.c
14120 F:      drivers/scsi/vmw_pvscsi.h
14121
14122 VMWARE PVRDMA DRIVER
14123 M:      Adit Ranadive <[email protected]>
14124 M:      VMware PV-Drivers <[email protected]>
14125 L:      [email protected]
14126 S:      Maintained
14127 F:      drivers/infiniband/hw/vmw_pvrdma/
14128
14129 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14130 M:      Liam Girdwood <[email protected]>
14131 M:      Mark Brown <[email protected]>
14132 L:      [email protected]
14133 W:      http://www.slimlogic.co.uk/?p=48
14134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14135 S:      Supported
14136 F:      Documentation/devicetree/bindings/regulator/
14137 F:      drivers/regulator/
14138 F:      include/dt-bindings/regulator/
14139 F:      include/linux/regulator/
14140
14141 VRF
14142 M:      David Ahern <[email protected]>
14143 M:      Shrijeet Mukherjee <[email protected]>
14144 L:      [email protected]
14145 S:      Maintained
14146 F:      drivers/net/vrf.c
14147 F:      Documentation/networking/vrf.txt
14148
14149 VT1211 HARDWARE MONITOR DRIVER
14150 M:      Juerg Haefliger <[email protected]>
14151 L:      [email protected]
14152 S:      Maintained
14153 F:      Documentation/hwmon/vt1211
14154 F:      drivers/hwmon/vt1211.c
14155
14156 VT8231 HARDWARE MONITOR DRIVER
14157 M:      Roger Lucas <[email protected]>
14158 L:      [email protected]
14159 S:      Maintained
14160 F:      drivers/hwmon/vt8231.c
14161
14162 VUB300 USB to SDIO/SD/MMC bridge chip
14163 M:      Tony Olech <[email protected]>
14164 L:      [email protected]
14165 L:      [email protected]
14166 S:      Supported
14167 F:      drivers/mmc/host/vub300.c
14168
14169 W1 DALLAS'S 1-WIRE BUS
14170 M:      Evgeniy Polyakov <[email protected]>
14171 S:      Maintained
14172 F:      Documentation/w1/
14173 F:      drivers/w1/
14174 F:      include/linux/w1.h
14175
14176 W83791D HARDWARE MONITORING DRIVER
14177 M:      Marc Hulsman <[email protected]>
14178 L:      [email protected]
14179 S:      Maintained
14180 F:      Documentation/hwmon/w83791d
14181 F:      drivers/hwmon/w83791d.c
14182
14183 W83793 HARDWARE MONITORING DRIVER
14184 M:      Rudolf Marek <[email protected]>
14185 L:      [email protected]
14186 S:      Maintained
14187 F:      Documentation/hwmon/w83793
14188 F:      drivers/hwmon/w83793.c
14189
14190 W83795 HARDWARE MONITORING DRIVER
14191 M:      Jean Delvare <[email protected]>
14192 L:      [email protected]
14193 S:      Maintained
14194 F:      drivers/hwmon/w83795.c
14195
14196 W83L51xD SD/MMC CARD INTERFACE DRIVER
14197 M:      Pierre Ossman <[email protected]>
14198 S:      Maintained
14199 F:      drivers/mmc/host/wbsd.*
14200
14201 WACOM PROTOCOL 4 SERIAL TABLETS
14202 M:      Julian Squires <[email protected]>
14203 M:      Hans de Goede <[email protected]>
14204 L:      [email protected]
14205 S:      Maintained
14206 F:      drivers/input/tablet/wacom_serial4.c
14207
14208 WATCHDOG DEVICE DRIVERS
14209 M:      Wim Van Sebroeck <[email protected]>
14210 R:      Guenter Roeck <[email protected]>
14211 L:      [email protected]
14212 W:      http://www.linux-watchdog.org/
14213 T:      git git://www.linux-watchdog.org/linux-watchdog.git
14214 S:      Maintained
14215 F:      Documentation/devicetree/bindings/watchdog/
14216 F:      Documentation/watchdog/
14217 F:      drivers/watchdog/
14218 F:      include/linux/watchdog.h
14219 F:      include/uapi/linux/watchdog.h
14220
14221 WIIMOTE HID DRIVER
14222 M:      David Herrmann <[email protected]>
14223 L:      [email protected]
14224 S:      Maintained
14225 F:      drivers/hid/hid-wiimote*
14226
14227 WINBOND CIR DRIVER
14228 M:      David Härdeman <[email protected]>
14229 S:      Maintained
14230 F:      drivers/media/rc/winbond-cir.c
14231
14232 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14233 M:      William Breathitt Gray <[email protected]>
14234 L:      [email protected]
14235 S:      Maintained
14236 F:      drivers/watchdog/ebc-c384_wdt.c
14237
14238 WINSYSTEMS WS16C48 GPIO DRIVER
14239 M:      William Breathitt Gray <[email protected]>
14240 L:      [email protected]
14241 S:      Maintained
14242 F:      drivers/gpio/gpio-ws16c48.c
14243
14244 WIMAX STACK
14245 M:      Inaky Perez-Gonzalez <[email protected]>
14246 M:      [email protected]
14247 L:      [email protected] (subscribers-only)
14248 S:      Supported
14249 W:      http://linuxwimax.org
14250 F:      Documentation/wimax/README.wimax
14251 F:      include/linux/wimax/debug.h
14252 F:      include/net/wimax.h
14253 F:      include/uapi/linux/wimax.h
14254 F:      net/wimax/
14255
14256 WISTRON LAPTOP BUTTON DRIVER
14257 M:      Miloslav Trmac <[email protected]>
14258 S:      Maintained
14259 F:      drivers/input/misc/wistron_btns.c
14260
14261 WL3501 WIRELESS PCMCIA CARD DRIVER
14262 L:      [email protected]
14263 S:      Odd fixes
14264 F:      drivers/net/wireless/wl3501*
14265
14266 WOLFSON MICROELECTRONICS DRIVERS
14267 L:      [email protected]
14268 T:      git https://github.com/CirrusLogic/linux-drivers.git
14269 W:      https://github.com/CirrusLogic/linux-drivers/wiki
14270 S:      Supported
14271 F:      Documentation/hwmon/wm83??
14272 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14273 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14274 F:      Documentation/devicetree/bindings/mfd/arizona.txt
14275 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
14276 F:      arch/arm/mach-s3c64xx/mach-crag6410*
14277 F:      drivers/clk/clk-wm83*.c
14278 F:      drivers/extcon/extcon-arizona.c
14279 F:      drivers/leds/leds-wm83*.c
14280 F:      drivers/gpio/gpio-*wm*.c
14281 F:      drivers/gpio/gpio-arizona.c
14282 F:      drivers/hwmon/wm83??-hwmon.c
14283 F:      drivers/input/misc/wm831x-on.c
14284 F:      drivers/input/touchscreen/wm831x-ts.c
14285 F:      drivers/input/touchscreen/wm97*.c
14286 F:      drivers/mfd/arizona*
14287 F:      drivers/mfd/wm*.c
14288 F:      drivers/mfd/cs47l24*
14289 F:      drivers/power/supply/wm83*.c
14290 F:      drivers/rtc/rtc-wm83*.c
14291 F:      drivers/regulator/wm8*.c
14292 F:      drivers/regulator/arizona*
14293 F:      drivers/video/backlight/wm83*_bl.c
14294 F:      drivers/watchdog/wm83*_wdt.c
14295 F:      include/linux/mfd/arizona/
14296 F:      include/linux/mfd/wm831x/
14297 F:      include/linux/mfd/wm8350/
14298 F:      include/linux/mfd/wm8400*
14299 F:      include/linux/regulator/arizona*
14300 F:      include/linux/wm97xx.h
14301 F:      include/sound/wm????.h
14302 F:      sound/soc/codecs/arizona.?
14303 F:      sound/soc/codecs/wm*
14304 F:      sound/soc/codecs/cs47l24*
14305
14306 WORKQUEUE
14307 M:      Tejun Heo <[email protected]>
14308 R:      Lai Jiangshan <[email protected]>
14309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14310 S:      Maintained
14311 F:      include/linux/workqueue.h
14312 F:      kernel/workqueue.c
14313 F:      Documentation/core-api/workqueue.rst
14314
14315 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14316 M:      Chen-Yu Tsai <[email protected]>
14317 L:      [email protected]
14318 S:      Maintained
14319 N:      axp[128]
14320
14321 X.25 NETWORK LAYER
14322 M:      Andrew Hendry <[email protected]>
14323 L:      [email protected]
14324 S:      Odd Fixes
14325 F:      Documentation/networking/x25*
14326 F:      include/net/x25*
14327 F:      net/x25/
14328
14329 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14330 M:      Thomas Gleixner <[email protected]>
14331 M:      Ingo Molnar <[email protected]>
14332 M:      "H. Peter Anvin" <[email protected]>
14333 M:      [email protected]
14334 L:      [email protected]
14335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14336 S:      Maintained
14337 F:      Documentation/x86/
14338 F:      arch/x86/
14339
14340 X86 PLATFORM DRIVERS
14341 M:      Darren Hart <[email protected]>
14342 M:      Andy Shevchenko <[email protected]>
14343 L:      [email protected]
14344 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14345 S:      Maintained
14346 F:      drivers/platform/x86/
14347 F:      drivers/platform/olpc/
14348
14349 X86 MCE INFRASTRUCTURE
14350 M:      Tony Luck <[email protected]>
14351 M:      Borislav Petkov <[email protected]>
14352 L:      [email protected]
14353 S:      Maintained
14354 F:      arch/x86/kernel/cpu/mcheck/*
14355
14356 X86 MICROCODE UPDATE SUPPORT
14357 M:      Borislav Petkov <[email protected]>
14358 S:      Maintained
14359 F:      arch/x86/kernel/cpu/microcode/*
14360
14361 X86 VDSO
14362 M:      Andy Lutomirski <[email protected]>
14363 L:      [email protected]
14364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14365 S:      Maintained
14366 F:      arch/x86/entry/vdso/
14367
14368 XC2028/3028 TUNER DRIVER
14369 M:      Mauro Carvalho Chehab <[email protected]>
14370 M:      Mauro Carvalho Chehab <[email protected]>
14371 L:      [email protected]
14372 W:      https://linuxtv.org
14373 T:      git git://linuxtv.org/media_tree.git
14374 S:      Maintained
14375 F:      drivers/media/tuners/tuner-xc2028.*
14376
14377 XEN HYPERVISOR INTERFACE
14378 M:      Boris Ostrovsky <[email protected]>
14379 M:      Juergen Gross <[email protected]>
14380 L:      [email protected] (moderated for non-subscribers)
14381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14382 S:      Supported
14383 F:      arch/x86/xen/
14384 F:      drivers/*/xen-*front.c
14385 F:      drivers/xen/
14386 F:      arch/x86/include/asm/xen/
14387 F:      include/xen/
14388 F:      include/uapi/xen/
14389 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
14390 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
14391
14392 XEN HYPERVISOR ARM
14393 M:      Stefano Stabellini <[email protected]>
14394 L:      [email protected] (moderated for non-subscribers)
14395 S:      Maintained
14396 F:      arch/arm/xen/
14397 F:      arch/arm/include/asm/xen/
14398
14399 XEN HYPERVISOR ARM64
14400 M:      Stefano Stabellini <[email protected]>
14401 L:      [email protected] (moderated for non-subscribers)
14402 S:      Maintained
14403 F:      arch/arm64/xen/
14404 F:      arch/arm64/include/asm/xen/
14405
14406 XEN NETWORK BACKEND DRIVER
14407 M:      Wei Liu <[email protected]>
14408 M:      Paul Durrant <[email protected]>
14409 L:      [email protected] (moderated for non-subscribers)
14410 L:      [email protected]
14411 S:      Supported
14412 F:      drivers/net/xen-netback/*
14413
14414 XEN PCI SUBSYSTEM
14415 M:      Konrad Rzeszutek Wilk <[email protected]>
14416 L:      [email protected] (moderated for non-subscribers)
14417 S:      Supported
14418 F:      arch/x86/pci/*xen*
14419 F:      drivers/pci/*xen*
14420
14421 XEN BLOCK SUBSYSTEM
14422 M:      Konrad Rzeszutek Wilk <[email protected]>
14423 M:      Roger Pau Monné <[email protected]>
14424 L:      [email protected] (moderated for non-subscribers)
14425 S:      Supported
14426 F:      drivers/block/xen-blkback/*
14427 F:      drivers/block/xen*
14428
14429 XEN PVSCSI DRIVERS
14430 M:      Juergen Gross <[email protected]>
14431 L:      [email protected] (moderated for non-subscribers)
14432 L:      [email protected]
14433 S:      Supported
14434 F:      drivers/scsi/xen-scsifront.c
14435 F:      drivers/xen/xen-scsiback.c
14436 F:      include/xen/interface/io/vscsiif.h
14437
14438 XEN SWIOTLB SUBSYSTEM
14439 M:      Konrad Rzeszutek Wilk <[email protected]>
14440 L:      [email protected] (moderated for non-subscribers)
14441 S:      Supported
14442 F:      arch/x86/xen/*swiotlb*
14443 F:      drivers/xen/*swiotlb*
14444
14445 XFS FILESYSTEM
14446 M:      Darrick J. Wong <[email protected]>
14447 M:      [email protected]
14448 L:      [email protected]
14449 W:      http://xfs.org/
14450 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14451 S:      Supported
14452 F:      Documentation/filesystems/xfs.txt
14453 F:      fs/xfs/
14454
14455 XILINX AXI ETHERNET DRIVER
14456 M:      Anirudha Sarangi <[email protected]>
14457 M:      John Linn <[email protected]>
14458 S:      Maintained
14459 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14460
14461 XILINX UARTLITE SERIAL DRIVER
14462 M:      Peter Korsgaard <[email protected]>
14463 L:      [email protected]
14464 S:      Maintained
14465 F:      drivers/tty/serial/uartlite.c
14466
14467 XILINX VIDEO IP CORES
14468 M:      Hyun Kwon <[email protected]>
14469 M:      Laurent Pinchart <[email protected]>
14470 L:      [email protected]
14471 T:      git git://linuxtv.org/media_tree.git
14472 S:      Supported
14473 F:      Documentation/devicetree/bindings/media/xilinx/
14474 F:      drivers/media/platform/xilinx/
14475 F:      include/uapi/linux/xilinx-v4l2-controls.h
14476
14477 XILLYBUS DRIVER
14478 M:      Eli Billauer <[email protected]>
14479 L:      [email protected]
14480 S:      Supported
14481 F:      drivers/char/xillybus/
14482
14483 XRA1403 GPIO EXPANDER
14484 M:      Nandor Han <[email protected]>
14485 M:      Semi Malinen <[email protected]>
14486 L:      [email protected]
14487 S:      Maintained
14488 F:      drivers/gpio/gpio-xra1403.c
14489 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14490
14491 XTENSA XTFPGA PLATFORM SUPPORT
14492 M:      Max Filippov <[email protected]>
14493 L:      [email protected]
14494 S:      Maintained
14495 F:      drivers/spi/spi-xtensa-xtfpga.c
14496 F:      sound/soc/xtensa/xtfpga-i2s.c
14497
14498 YAM DRIVER FOR AX.25
14499 M:      Jean-Paul Roubelat <[email protected]>
14500 L:      [email protected]
14501 S:      Maintained
14502 F:      drivers/net/hamradio/yam*
14503 F:      include/linux/yam.h
14504
14505 YEALINK PHONE DRIVER
14506 M:      Henk Vergonet <[email protected]>
14507 L:      [email protected]
14508 S:      Maintained
14509 F:      Documentation/input/yealink.rst
14510 F:      drivers/input/misc/yealink.*
14511
14512 Z8530 DRIVER FOR AX.25
14513 M:      Joerg Reuter <[email protected]>
14514 W:      http://yaina.de/jreuter/
14515 W:      http://www.qsl.net/dl1bke/
14516 L:      [email protected]
14517 S:      Maintained
14518 F:      Documentation/networking/z8530drv.txt
14519 F:      drivers/net/hamradio/*scc.c
14520 F:      drivers/net/hamradio/z8530.h
14521
14522 ZBUD COMPRESSED PAGE ALLOCATOR
14523 M:      Seth Jennings <[email protected]>
14524 M:      Dan Streetman <[email protected]>
14525 L:      [email protected]
14526 S:      Maintained
14527 F:      mm/zbud.c
14528 F:      include/linux/zbud.h
14529
14530 ZD1211RW WIRELESS DRIVER
14531 M:      Daniel Drake <[email protected]>
14532 M:      Ulrich Kunitz <[email protected]>
14533 W:      http://zd1211.ath.cx/wiki/DriverRewrite
14534 L:      [email protected]
14535 L:      [email protected] (subscribers-only)
14536 S:      Maintained
14537 F:      drivers/net/wireless/zydas/zd1211rw/
14538
14539 ZD1301_DEMOD MEDIA DRIVER
14540 M:      Antti Palosaari <[email protected]>
14541 L:      [email protected]
14542 W:      https://linuxtv.org/
14543 W:      http://palosaari.fi/linux/
14544 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14545 S:      Maintained
14546 F:      drivers/media/dvb-frontends/zd1301_demod*
14547
14548 ZD1301 MEDIA DRIVER
14549 M:      Antti Palosaari <[email protected]>
14550 L:      [email protected]
14551 W:      https://linuxtv.org/
14552 W:      http://palosaari.fi/linux/
14553 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14554 S:      Maintained
14555 F:      drivers/media/usb/dvb-usb-v2/zd1301*
14556
14557 ZPOOL COMPRESSED PAGE STORAGE API
14558 M:      Dan Streetman <[email protected]>
14559 L:      [email protected]
14560 S:      Maintained
14561 F:      mm/zpool.c
14562 F:      include/linux/zpool.h
14563
14564 ZR36067 VIDEO FOR LINUX DRIVER
14565 L:      [email protected]
14566 L:      [email protected]
14567 W:      http://mjpeg.sourceforge.net/driver-zoran/
14568 T:      hg https://linuxtv.org/hg/v4l-dvb
14569 S:      Odd Fixes
14570 F:      drivers/media/pci/zoran/
14571
14572 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14573 M:      Minchan Kim <[email protected]>
14574 M:      Nitin Gupta <[email protected]>
14575 R:      Sergey Senozhatsky <[email protected]>
14576 L:      [email protected]
14577 S:      Maintained
14578 F:      drivers/block/zram/
14579 F:      Documentation/blockdev/zram.txt
14580
14581 ZS DECSTATION Z85C30 SERIAL DRIVER
14582 M:      "Maciej W. Rozycki" <[email protected]>
14583 S:      Maintained
14584 F:      drivers/tty/serial/zs.*
14585
14586 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14587 M:      Minchan Kim <[email protected]>
14588 M:      Nitin Gupta <[email protected]>
14589 R:      Sergey Senozhatsky <[email protected]>
14590 L:      [email protected]
14591 S:      Maintained
14592 F:      mm/zsmalloc.c
14593 F:      include/linux/zsmalloc.h
14594 F:      Documentation/vm/zsmalloc.txt
14595
14596 ZSWAP COMPRESSED SWAP CACHING
14597 M:      Seth Jennings <[email protected]>
14598 M:      Dan Streetman <[email protected]>
14599 L:      [email protected]
14600 S:      Maintained
14601 F:      mm/zswap.c
14602
14603 THE REST
14604 M:      Linus Torvalds <[email protected]>
14605 L:      [email protected]
14606 Q:      http://patchwork.kernel.org/project/LKML/list/
14607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14608 S:      Buried alive in reporters
14609 F:      *
14610 F:      */
This page took 0.804604 seconds and 4 git commands to generate.