]> Git Repo - linux.git/blob - MAINTAINERS
tcp: do not inherit fastopen_req from parent
[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/i2c/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:      include/linux/mfd/altera-a10sr.h
657
658 ALTERA TRIPLE SPEED ETHERNET DRIVER
659 M:      Vince Bridgers <[email protected]>
660 L:      [email protected]
661 L:      [email protected] (moderated for non-subscribers)
662 S:      Maintained
663 F:      drivers/net/ethernet/altera/
664
665 ALTERA UART/JTAG UART SERIAL DRIVERS
666 M:      Tobias Klauser <[email protected]>
667 L:      [email protected]
668 L:      [email protected] (moderated for non-subscribers)
669 S:      Maintained
670 F:      drivers/tty/serial/altera_uart.c
671 F:      drivers/tty/serial/altera_jtaguart.c
672 F:      include/linux/altera_uart.h
673 F:      include/linux/altera_jtaguart.h
674
675 AMAZON ETHERNET DRIVERS
676 M:      Netanel Belgazal <[email protected]>
677 R:      Saeed Bishara <[email protected]>
678 R:      Zorik Machulsky <[email protected]>
679 L:      [email protected]
680 S:      Supported
681 F:      Documentation/networking/ena.txt
682 F:      drivers/net/ethernet/amazon/
683
684 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
685 M:      Tom Lendacky <[email protected]>
686 M:      Gary Hook <[email protected]>
687 L:      [email protected]
688 S:      Supported
689 F:      drivers/crypto/ccp/
690 F:      include/linux/ccp.h
691
692 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
693 M:      Huang Rui <[email protected]>
694 L:      [email protected]
695 S:      Supported
696 F:      Documentation/hwmon/fam15h_power
697 F:      drivers/hwmon/fam15h_power.c
698
699 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
700 L:      [email protected] (moderated for non-subscribers)
701 S:      Orphan
702 F:      drivers/usb/gadget/udc/amd5536udc.*
703
704 AMD GEODE PROCESSOR/CHIPSET SUPPORT
705 P:      Andres Salomon <[email protected]>
706 L:      [email protected] (moderated for non-subscribers)
707 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
708 S:      Supported
709 F:      drivers/char/hw_random/geode-rng.c
710 F:      drivers/crypto/geode*
711 F:      drivers/video/fbdev/geode/
712 F:      arch/x86/include/asm/geode.h
713
714 AMD IOMMU (AMD-VI)
715 M:      Joerg Roedel <[email protected]>
716 L:      [email protected]
717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
718 S:      Maintained
719 F:      drivers/iommu/amd_iommu*.[ch]
720 F:      include/linux/amd-iommu.h
721
722 AMD KFD
723 M:      Oded Gabbay <[email protected]>
724 L:      [email protected]
725 T:      git git://people.freedesktop.org/~gabbayo/linux.git
726 S:      Supported
727 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
728 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
729 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
730 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
731 F:      drivers/gpu/drm/amd/amdkfd/
732 F:      drivers/gpu/drm/amd/include/cik_structs.h
733 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
734 F:      drivers/gpu/drm/amd/include/vi_structs.h
735 F:      drivers/gpu/drm/radeon/radeon_kfd.c
736 F:      drivers/gpu/drm/radeon/radeon_kfd.h
737 F:      include/uapi/linux/kfd_ioctl.h
738
739 AMD SEATTLE DEVICE TREE SUPPORT
740 M:      Brijesh Singh <[email protected]>
741 M:      Suravee Suthikulpanit <[email protected]>
742 M:      Tom Lendacky <[email protected]>
743 S:      Supported
744 F:      arch/arm64/boot/dts/amd/
745
746 AMD XGBE DRIVER
747 M:      Tom Lendacky <[email protected]>
748 L:      [email protected]
749 S:      Supported
750 F:      drivers/net/ethernet/amd/xgbe/
751 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
752
753 AMS (Apple Motion Sensor) DRIVER
754 M:      Michael Hanselmann <[email protected]>
755 S:      Supported
756 F:      drivers/macintosh/ams/
757
758 ANALOG DEVICES INC AD9389B DRIVER
759 M:      Hans Verkuil <[email protected]>
760 L:      [email protected]
761 S:      Maintained
762 F:      drivers/media/i2c/ad9389b*
763
764 ANALOG DEVICES INC ADV7180 DRIVER
765 M:      Lars-Peter Clausen <[email protected]>
766 L:      [email protected]
767 W:      http://ez.analog.com/community/linux-device-drivers
768 S:      Supported
769 F:      drivers/media/i2c/adv7180.c
770
771 ANALOG DEVICES INC ADV7511 DRIVER
772 M:      Hans Verkuil <[email protected]>
773 L:      [email protected]
774 S:      Maintained
775 F:      drivers/media/i2c/adv7511*
776
777 ANALOG DEVICES INC ADV7604 DRIVER
778 M:      Hans Verkuil <[email protected]>
779 L:      [email protected]
780 S:      Maintained
781 F:      drivers/media/i2c/adv7604*
782
783 ANALOG DEVICES INC ADV7842 DRIVER
784 M:      Hans Verkuil <[email protected]>
785 L:      [email protected]
786 S:      Maintained
787 F:      drivers/media/i2c/adv7842*
788
789 ANALOG DEVICES INC ASOC CODEC DRIVERS
790 M:      Lars-Peter Clausen <[email protected]>
791 L:      [email protected] (moderated for non-subscribers)
792 W:      http://wiki.analog.com/
793 W:      http://ez.analog.com/community/linux-device-drivers
794 S:      Supported
795 F:      sound/soc/codecs/adau*
796 F:      sound/soc/codecs/adav*
797 F:      sound/soc/codecs/ad1*
798 F:      sound/soc/codecs/ad7*
799 F:      sound/soc/codecs/ssm*
800 F:      sound/soc/codecs/sigmadsp.*
801
802 ANALOG DEVICES INC ASOC DRIVERS
803 L:      [email protected] (moderated for non-subscribers)
804 L:      [email protected] (moderated for non-subscribers)
805 W:      http://blackfin.uclinux.org/
806 S:      Supported
807 F:      sound/soc/blackfin/*
808
809 ANALOG DEVICES INC IIO DRIVERS
810 M:      Lars-Peter Clausen <[email protected]>
811 M:      Michael Hennerich <[email protected]>
812 W:      http://wiki.analog.com/
813 W:      http://ez.analog.com/community/linux-device-drivers
814 S:      Supported
815 F:      drivers/iio/*/ad*
816 X:      drivers/iio/*/adjd*
817 F:      drivers/staging/iio/*/ad*
818 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
819
820 ANALOG DEVICES INC DMA DRIVERS
821 M:      Lars-Peter Clausen <[email protected]>
822 W:      http://ez.analog.com/community/linux-device-drivers
823 S:      Supported
824 F:      drivers/dma/dma-axi-dmac.c
825
826 ANDROID CONFIG FRAGMENTS
827 M:      Rob Herring <[email protected]>
828 S:      Supported
829 F:      kernel/configs/android*
830
831 ANDROID DRIVERS
832 M:      Greg Kroah-Hartman <[email protected]>
833 M:      Arve Hjønnevåg <[email protected]>
834 M:      Riley Andrews <[email protected]>
835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
836 L:      [email protected]
837 S:      Supported
838 F:      drivers/android/
839 F:      drivers/staging/android/
840
841 ANDROID ION DRIVER
842 M:      Laura Abbott <[email protected]>
843 M:      Sumit Semwal <[email protected]>
844 L:      [email protected]
845 S:      Supported
846 F:      Documentation/devicetree/bindings/staging/ion/
847 F:      drivers/staging/android/ion
848 F:      drivers/staging/android/uapi/ion.h
849 F:      drivers/staging/android/uapi/ion_test.h
850
851 AOA (Apple Onboard Audio) ALSA DRIVER
852 M:      Johannes Berg <[email protected]>
853 L:      [email protected]
854 L:      [email protected] (moderated for non-subscribers)
855 S:      Maintained
856 F:      sound/aoa/
857
858 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
859 M:      William Breathitt Gray <[email protected]>
860 L:      [email protected]
861 S:      Maintained
862 F:      drivers/iio/adc/stx104.c
863
864 APM DRIVER
865 M:      Jiri Kosina <[email protected]>
866 S:      Odd fixes
867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
868 F:      arch/x86/kernel/apm_32.c
869 F:      include/linux/apm_bios.h
870 F:      include/uapi/linux/apm_bios.h
871 F:      drivers/char/apm-emulation.c
872
873 APPLE BCM5974 MULTITOUCH DRIVER
874 M:      Henrik Rydberg <[email protected]>
875 L:      [email protected]
876 S:      Odd fixes
877 F:      drivers/input/mouse/bcm5974.c
878
879 APPLE SMC DRIVER
880 M:      Henrik Rydberg <[email protected]>
881 L:      [email protected]
882 S:      Odd fixes
883 F:      drivers/hwmon/applesmc.c
884
885 APPLETALK NETWORK LAYER
886 L:      [email protected]
887 S:      Odd fixes
888 F:      drivers/net/appletalk/
889 F:      net/appletalk/
890
891 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
892 M:      Duc Dang <[email protected]>
893 S:      Supported
894 F:      arch/arm64/boot/dts/apm/
895
896 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
897 M:      Iyappan Subramanian <[email protected]>
898 M:      Keyur Chudgar <[email protected]>
899 M:      Quan Nguyen <[email protected]>
900 S:      Supported
901 F:      drivers/net/ethernet/apm/xgene/
902 F:      drivers/net/phy/mdio-xgene.c
903 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
904 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
905
906 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
907 M:      Iyappan Subramanian <[email protected]>
908 M:      Keyur Chudgar <[email protected]>
909 S:      Supported
910 F:      drivers/net/ethernet/apm/xgene-v2/
911
912 APPLIED MICRO (APM) X-GENE SOC PMU
913 M:      Tai Nguyen <[email protected]>
914 S:      Supported
915 F:      drivers/perf/xgene_pmu.c
916 F:      Documentation/perf/xgene-pmu.txt
917 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
918
919 APTINA CAMERA SENSOR PLL
920 M:      Laurent Pinchart <[email protected]>
921 L:      [email protected]
922 S:      Maintained
923 F:      drivers/media/i2c/aptina-pll.*
924
925 ARC FRAMEBUFFER DRIVER
926 M:      Jaya Kumar <[email protected]>
927 S:      Maintained
928 F:      drivers/video/fbdev/arcfb.c
929 F:      drivers/video/fbdev/core/fb_defio.c
930
931 ARCNET NETWORK LAYER
932 M:      Michael Grzeschik <[email protected]>
933 L:      [email protected]
934 S:      Maintained
935 F:      drivers/net/arcnet/
936 F:      include/uapi/linux/if_arcnet.h
937
938 ARC PGU DRM DRIVER
939 M:      Alexey Brodkin <[email protected]>
940 S:      Supported
941 F:      drivers/gpu/drm/arc/
942 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
943
944 ARM ARCHITECTED TIMER DRIVER
945 M:      Mark Rutland <[email protected]>
946 M:      Marc Zyngier <[email protected]>
947 L:      [email protected] (moderated for non-subscribers)
948 S:      Maintained
949 F:      arch/arm/include/asm/arch_timer.h
950 F:      arch/arm64/include/asm/arch_timer.h
951 F:      drivers/clocksource/arm_arch_timer.c
952
953 ARM HDLCD DRM DRIVER
954 M:      Liviu Dudau <[email protected]>
955 S:      Supported
956 F:      drivers/gpu/drm/arm/hdlcd_*
957 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
958
959 ARM MALI-DP DRM DRIVER
960 M:      Liviu Dudau <[email protected]>
961 M:      Brian Starkey <[email protected]>
962 M:      Mali DP Maintainers <[email protected]>
963 S:      Supported
964 F:      drivers/gpu/drm/arm/
965 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
966
967 ARM MFM AND FLOPPY DRIVERS
968 M:      Ian Molton <[email protected]>
969 S:      Maintained
970 F:      arch/arm/lib/floppydma.S
971 F:      arch/arm/include/asm/floppy.h
972
973 ARM PMU PROFILING AND DEBUGGING
974 M:      Will Deacon <[email protected]>
975 M:      Mark Rutland <[email protected]>
976 S:      Maintained
977 L:      [email protected] (moderated for non-subscribers)
978 F:      arch/arm*/kernel/perf_*
979 F:      arch/arm/oprofile/common.c
980 F:      arch/arm*/kernel/hw_breakpoint.c
981 F:      arch/arm*/include/asm/hw_breakpoint.h
982 F:      arch/arm*/include/asm/perf_event.h
983 F:      drivers/perf/*
984 F:      include/linux/perf/arm_pmu.h
985 F:      Documentation/devicetree/bindings/arm/pmu.txt
986
987 ARM PORT
988 M:      Russell King <[email protected]>
989 L:      [email protected] (moderated for non-subscribers)
990 W:      http://www.armlinux.org.uk/
991 S:      Maintained
992 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
993 F:      arch/arm/
994
995 ARM SUB-ARCHITECTURES
996 L:      [email protected] (moderated for non-subscribers)
997 S:      Maintained
998 F:      arch/arm/mach-*/
999 F:      arch/arm/plat-*/
1000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1001
1002 ARM PRIMECELL AACI PL041 DRIVER
1003 M:      Russell King <[email protected]>
1004 S:      Maintained
1005 F:      sound/arm/aaci.*
1006
1007 ARM PRIMECELL CLCD PL110 DRIVER
1008 M:      Russell King <[email protected]>
1009 S:      Maintained
1010 F:      drivers/video/fbdev/amba-clcd.*
1011
1012 ARM PRIMECELL KMI PL050 DRIVER
1013 M:      Russell King <[email protected]>
1014 S:      Maintained
1015 F:      drivers/input/serio/ambakmi.*
1016 F:      include/linux/amba/kmi.h
1017
1018 ARM PRIMECELL MMCI PL180/1 DRIVER
1019 M:      Russell King <[email protected]>
1020 S:      Maintained
1021 F:      drivers/mmc/host/mmci.*
1022 F:      include/linux/amba/mmci.h
1023
1024 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1025 M:      Russell King <[email protected]>
1026 S:      Maintained
1027 F:      drivers/tty/serial/amba-pl01*.c
1028 F:      include/linux/amba/serial.h
1029
1030 ARM PRIMECELL BUS SUPPORT
1031 M:      Russell King <[email protected]>
1032 S:      Maintained
1033 F:      drivers/amba/
1034 F:      include/linux/amba/bus.h
1035
1036 ARM/ADS SPHERE MACHINE SUPPORT
1037 M:      Lennert Buytenhek <[email protected]>
1038 L:      [email protected] (moderated for non-subscribers)
1039 S:      Maintained
1040
1041 ARM/AFEB9260 MACHINE SUPPORT
1042 M:      Sergey Lapin <[email protected]>
1043 L:      [email protected] (moderated for non-subscribers)
1044 S:      Maintained
1045
1046 ARM/AJECO 1ARM MACHINE SUPPORT
1047 M:      Lennert Buytenhek <[email protected]>
1048 L:      [email protected] (moderated for non-subscribers)
1049 S:      Maintained
1050
1051 ARM/Allwinner sunXi SoC support
1052 M:      Maxime Ripard <[email protected]>
1053 M:      Chen-Yu Tsai <[email protected]>
1054 L:      [email protected] (moderated for non-subscribers)
1055 S:      Maintained
1056 N:      sun[x456789]i
1057 F:      arch/arm/boot/dts/ntc-gr8*
1058 F:      arch/arm64/boot/dts/allwinner/
1059
1060 ARM/Allwinner SoC Clock Support
1061 M:      Emilio López <[email protected]>
1062 S:      Maintained
1063 F:      drivers/clk/sunxi/
1064
1065 ARM/Amlogic Meson SoC support
1066 M:      Carlo Caione <[email protected]>
1067 M:      Kevin Hilman <[email protected]>
1068 L:      [email protected] (moderated for non-subscribers)
1069 L:      [email protected]
1070 W:      http://linux-meson.com/
1071 S:      Maintained
1072 F:      arch/arm/mach-meson/
1073 F:      arch/arm/boot/dts/meson*
1074 F:      arch/arm64/boot/dts/amlogic/
1075 F:      drivers/pinctrl/meson/
1076 F:      drivers/mmc/host/meson*
1077 N:      meson
1078
1079 ARM/Annapurna Labs ALPINE ARCHITECTURE
1080 M:      Tsahee Zidenberg <[email protected]>
1081 M:      Antoine Tenart <[email protected]>
1082 L:      [email protected] (moderated for non-subscribers)
1083 S:      Maintained
1084 F:      arch/arm/mach-alpine/
1085 F:      arch/arm/boot/dts/alpine*
1086 F:      arch/arm64/boot/dts/al/
1087 F:      drivers/*/*alpine*
1088
1089 ARM/ARTPEC MACHINE SUPPORT
1090 M:      Jesper Nilsson <[email protected]>
1091 M:      Lars Persson <[email protected]>
1092 M:      Niklas Cassel <[email protected]>
1093 S:      Maintained
1094 L:      [email protected]
1095 F:      arch/arm/mach-artpec
1096 F:      arch/arm/boot/dts/artpec6*
1097 F:      drivers/clk/axis
1098 F:      drivers/pinctrl/pinctrl-artpec*
1099 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1100
1101 ARM/ASPEED MACHINE SUPPORT
1102 M:      Joel Stanley <[email protected]>
1103 S:      Maintained
1104 F:      arch/arm/mach-aspeed/
1105 F:      arch/arm/boot/dts/aspeed-*
1106 F:      drivers/*/*aspeed*
1107
1108 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1109 M:      Nicolas Ferre <[email protected]>
1110 M:      Alexandre Belloni <[email protected]>
1111 M:      Jean-Christophe Plagniol-Villard <[email protected]>
1112 L:      [email protected] (moderated for non-subscribers)
1113 W:      http://www.linux4sam.org
1114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1115 S:      Supported
1116 F:      arch/arm/mach-at91/
1117 F:      include/soc/at91/
1118 F:      arch/arm/boot/dts/at91*.dts
1119 F:      arch/arm/boot/dts/at91*.dtsi
1120 F:      arch/arm/boot/dts/sama*.dts
1121 F:      arch/arm/boot/dts/sama*.dtsi
1122 F:      arch/arm/include/debug/at91.S
1123
1124 ARM/ATMEL AT91 Clock Support
1125 M:      Boris Brezillon <[email protected]>
1126 S:      Maintained
1127 F:      drivers/clk/at91
1128
1129 ARM/CALXEDA HIGHBANK ARCHITECTURE
1130 M:      Rob Herring <[email protected]>
1131 L:      [email protected] (moderated for non-subscribers)
1132 S:      Maintained
1133 F:      arch/arm/mach-highbank/
1134 F:      arch/arm/boot/dts/highbank.dts
1135 F:      arch/arm/boot/dts/ecx-*.dts*
1136
1137 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1138 M:      Krzysztof Halasa <[email protected]>
1139 S:      Maintained
1140 F:      arch/arm/mach-cns3xxx/
1141
1142 ARM/CAVIUM THUNDER NETWORK DRIVER
1143 M:      Sunil Goutham <[email protected]>
1144 M:      Robert Richter <[email protected]>
1145 L:      [email protected] (moderated for non-subscribers)
1146 S:      Supported
1147 F:      drivers/net/ethernet/cavium/thunder/
1148
1149 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1150 M:      Alexander Shiyan <[email protected]>
1151 L:      [email protected] (moderated for non-subscribers)
1152 S:      Odd Fixes
1153 N:      clps711x
1154
1155 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1156 M:      Hartley Sweeten <[email protected]>
1157 M:      Ryan Mallon <[email protected]>
1158 L:      [email protected] (moderated for non-subscribers)
1159 S:      Maintained
1160 F:      arch/arm/mach-ep93xx/
1161 F:      arch/arm/mach-ep93xx/include/mach/
1162
1163 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1164 M:      Lennert Buytenhek <[email protected]>
1165 L:      [email protected] (moderated for non-subscribers)
1166 S:      Maintained
1167
1168 ARM/CLKDEV SUPPORT
1169 M:      Russell King <[email protected]>
1170 L:      [email protected] (moderated for non-subscribers)
1171 S:      Maintained
1172 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1173 F:      arch/arm/include/asm/clkdev.h
1174 F:      drivers/clk/clkdev.c
1175
1176 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1177 M:      Mike Rapoport <[email protected]>
1178 L:      [email protected] (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/CONTEC MICRO9 MACHINE SUPPORT
1182 M:      Hubert Feurstein <[email protected]>
1183 S:      Maintained
1184 F:      arch/arm/mach-ep93xx/micro9.c
1185
1186 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1187 M:      Mathieu Poirier <[email protected]>
1188 L:      [email protected] (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      drivers/hwtracing/coresight/*
1191 F:      Documentation/trace/coresight.txt
1192 F:      Documentation/devicetree/bindings/arm/coresight.txt
1193 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1194 F:      tools/perf/arch/arm/util/pmu.c
1195 F:      tools/perf/arch/arm/util/auxtrace.c
1196 F:      tools/perf/arch/arm/util/cs-etm.c
1197 F:      tools/perf/arch/arm/util/cs-etm.h
1198 F:      tools/perf/util/cs-etm.h
1199
1200 ARM/CORGI MACHINE SUPPORT
1201 M:      Richard Purdie <[email protected]>
1202 S:      Maintained
1203
1204 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1205 M:      Hans Ulli Kroll <[email protected]>
1206 L:      [email protected] (moderated for non-subscribers)
1207 T:      git git://github.com/ulli-kroll/linux.git
1208 S:      Maintained
1209 F:      arch/arm/mach-gemini/
1210 F:      drivers/rtc/rtc-gemini.c
1211
1212 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1213 M:      Barry Song <[email protected]>
1214 L:      [email protected] (moderated for non-subscribers)
1215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1216 S:      Maintained
1217 F:      arch/arm/boot/dts/prima2*
1218 F:      arch/arm/mach-prima2/
1219 F:      drivers/clk/sirf/
1220 F:      drivers/clocksource/timer-prima2.c
1221 F:      drivers/clocksource/timer-atlas7.c
1222 N:      [^a-z]sirf
1223
1224 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1225 M:      Baruch Siach <[email protected]>
1226 L:      [email protected] (moderated for non-subscribers)
1227 S:      Maintained
1228 F:      arch/arm/boot/dts/cx92755*
1229 N:      digicolor
1230
1231 ARM/EBSA110 MACHINE SUPPORT
1232 M:      Russell King <[email protected]>
1233 L:      [email protected] (moderated for non-subscribers)
1234 W:      http://www.armlinux.org.uk/
1235 S:      Maintained
1236 F:      arch/arm/mach-ebsa110/
1237 F:      drivers/net/ethernet/amd/am79c961a.*
1238
1239 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1240 M:      Uwe Kleine-König <[email protected]>
1241 L:      [email protected] (moderated for non-subscribers)
1242 S:      Maintained
1243 N:      efm32
1244
1245 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1246 M:      Robert Jarzmik <[email protected]>
1247 L:      [email protected] (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-pxa/ezx.c
1250
1251 ARM/FARADAY FA526 PORT
1252 M:      Hans Ulli Kroll <[email protected]>
1253 L:      [email protected] (moderated for non-subscribers)
1254 S:      Maintained
1255 T:      git git://git.berlios.de/gemini-board
1256 F:      arch/arm/mm/*-fa*
1257
1258 ARM/FOOTBRIDGE ARCHITECTURE
1259 M:      Russell King <[email protected]>
1260 L:      [email protected] (moderated for non-subscribers)
1261 W:      http://www.armlinux.org.uk/
1262 S:      Maintained
1263 F:      arch/arm/include/asm/hardware/dec21285.h
1264 F:      arch/arm/mach-footbridge/
1265
1266 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1267 M:      Shawn Guo <[email protected]>
1268 M:      Sascha Hauer <[email protected]>
1269 R:      Fabio Estevam <[email protected]>
1270 L:      [email protected] (moderated for non-subscribers)
1271 S:      Maintained
1272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1273 F:      arch/arm/mach-imx/
1274 F:      arch/arm/mach-mxs/
1275 F:      arch/arm/boot/dts/imx*
1276 F:      arch/arm/configs/imx*_defconfig
1277 F:      drivers/clk/imx/
1278 F:      include/soc/imx/
1279
1280 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1281 M:      Shawn Guo <[email protected]>
1282 M:      Sascha Hauer <[email protected]>
1283 R:      Stefan Agner <[email protected]>
1284 L:      [email protected] (moderated for non-subscribers)
1285 S:      Maintained
1286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1287 F:      arch/arm/mach-imx/*vf610*
1288 F:      arch/arm/boot/dts/vf*
1289
1290 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1291 M:      Lennert Buytenhek <[email protected]>
1292 L:      [email protected] (moderated for non-subscribers)
1293 S:      Maintained
1294
1295 ARM/GUMSTIX MACHINE SUPPORT
1296 M:      Steve Sakoman <[email protected]>
1297 L:      [email protected] (moderated for non-subscribers)
1298 S:      Maintained
1299
1300 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1301 M:      Philipp Zabel <[email protected]>
1302 M:      Paul Parsons <[email protected]>
1303 L:      [email protected] (moderated for non-subscribers)
1304 S:      Maintained
1305 F:      arch/arm/mach-pxa/hx4700.c
1306 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1307 F:      sound/soc/pxa/hx4700.c
1308
1309 ARM/HISILICON SOC SUPPORT
1310 M:      Wei Xu <[email protected]>
1311 L:      [email protected] (moderated for non-subscribers)
1312 W:      http://www.hisilicon.com
1313 S:      Supported
1314 T:      git git://github.com/hisilicon/linux-hisi.git
1315 F:      arch/arm/mach-hisi/
1316 F:      arch/arm/boot/dts/hi3*
1317 F:      arch/arm/boot/dts/hip*
1318 F:      arch/arm/boot/dts/hisi*
1319 F:      arch/arm64/boot/dts/hisilicon/
1320
1321 ARM/HP JORNADA 7XX MACHINE SUPPORT
1322 M:      Kristoffer Ericson <[email protected]>
1323 W:      www.jlime.com
1324 S:      Maintained
1325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1326 F:      arch/arm/mach-sa1100/jornada720.c
1327 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1328
1329 ARM/IGEP MACHINE SUPPORT
1330 M:      Enric Balletbo i Serra <[email protected]>
1331 M:      Javier Martinez Canillas <[email protected]>
1332 L:      [email protected]
1333 L:      [email protected] (moderated for non-subscribers)
1334 S:      Maintained
1335 F:      arch/arm/boot/dts/omap3-igep*
1336
1337 ARM/INCOME PXA270 SUPPORT
1338 M:      Marek Vasut <[email protected]>
1339 L:      [email protected] (moderated for non-subscribers)
1340 S:      Maintained
1341 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1342
1343 ARM/INTEL IOP32X ARM ARCHITECTURE
1344 M:      Lennert Buytenhek <[email protected]>
1345 L:      [email protected] (moderated for non-subscribers)
1346 S:      Maintained
1347
1348 ARM/INTEL IOP33X ARM ARCHITECTURE
1349 L:      [email protected] (moderated for non-subscribers)
1350 S:      Orphan
1351
1352 ARM/INTEL IOP13XX ARM ARCHITECTURE
1353 M:      Lennert Buytenhek <[email protected]>
1354 L:      [email protected] (moderated for non-subscribers)
1355 S:      Maintained
1356
1357 ARM/INTEL IQ81342EX MACHINE SUPPORT
1358 M:      Lennert Buytenhek <[email protected]>
1359 L:      [email protected] (moderated for non-subscribers)
1360 S:      Maintained
1361
1362 ARM/INTEL IXDP2850 MACHINE SUPPORT
1363 M:      Lennert Buytenhek <[email protected]>
1364 L:      [email protected] (moderated for non-subscribers)
1365 S:      Maintained
1366
1367 ARM/INTEL IXP4XX ARM ARCHITECTURE
1368 M:      Imre Kaloz <[email protected]>
1369 M:      Krzysztof Halasa <[email protected]>
1370 L:      [email protected] (moderated for non-subscribers)
1371 S:      Maintained
1372 F:      arch/arm/mach-ixp4xx/
1373
1374 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1375 M:      Jonathan Cameron <[email protected]>
1376 L:      [email protected] (moderated for non-subscribers)
1377 S:      Maintained
1378 F:      arch/arm/mach-pxa/stargate2.c
1379 F:      drivers/pcmcia/pxa2xx_stargate2.c
1380
1381 ARM/INTEL XSC3 (MANZANO) ARM CORE
1382 M:      Lennert Buytenhek <[email protected]>
1383 L:      [email protected] (moderated for non-subscribers)
1384 S:      Maintained
1385
1386 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1387 M:      Lennert Buytenhek <[email protected]>
1388 L:      [email protected] (moderated for non-subscribers)
1389 S:      Maintained
1390
1391 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1392 M:      Santosh Shilimkar <[email protected]>
1393 L:      [email protected] (moderated for non-subscribers)
1394 S:      Maintained
1395 F:      arch/arm/mach-keystone/
1396 F:      arch/arm/boot/dts/keystone-*
1397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1398
1399 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1400 M:      Santosh Shilimkar <[email protected]>
1401 L:      [email protected]
1402 S:      Maintained
1403 F:      drivers/clk/keystone/
1404
1405 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1406 M:      Santosh Shilimkar <[email protected]>
1407 L:      [email protected] (moderated for non-subscribers)
1408 L:      [email protected]
1409 S:      Maintained
1410 F:      drivers/clocksource/timer-keystone.c
1411
1412 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1413 M:      Santosh Shilimkar <[email protected]>
1414 L:      [email protected]
1415 S:      Maintained
1416 F:      drivers/power/reset/keystone-reset.c
1417
1418 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1419 M:      Santosh Shilimkar <[email protected]>
1420 L:      [email protected]
1421 S:      Maintained
1422 F:      drivers/memory/*emif*
1423
1424 ARM/LG1K ARCHITECTURE
1425 M:      Chanho Min <[email protected]>
1426 L:      [email protected] (moderated for non-subscribers)
1427 S:      Maintained
1428 F:      arch/arm64/boot/dts/lg/
1429
1430 ARM/LOGICPD PXA270 MACHINE SUPPORT
1431 M:      Lennert Buytenhek <[email protected]>
1432 L:      [email protected] (moderated for non-subscribers)
1433 S:      Maintained
1434
1435 ARM/LPC18XX ARCHITECTURE
1436 M:      Joachim Eastwood <[email protected]>
1437 L:      [email protected] (moderated for non-subscribers)
1438 S:      Maintained
1439 F:      arch/arm/boot/dts/lpc43*
1440 F:      drivers/clk/nxp/clk-lpc18xx*
1441 F:      drivers/clocksource/time-lpc32xx.c
1442 F:      drivers/i2c/busses/i2c-lpc2k.c
1443 F:      drivers/memory/pl172.c
1444 F:      drivers/mtd/spi-nor/nxp-spifi.c
1445 F:      drivers/rtc/rtc-lpc24xx.c
1446 N:      lpc18xx
1447
1448 ARM/LPC32XX SOC SUPPORT
1449 M:      Vladimir Zapolskiy <[email protected]>
1450 M:      Sylvain Lemieux <[email protected]>
1451 L:      [email protected] (moderated for non-subscribers)
1452 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1453 S:      Maintained
1454 F:      arch/arm/boot/dts/lpc32*
1455 F:      arch/arm/mach-lpc32xx/
1456 F:      drivers/i2c/busses/i2c-pnx.c
1457 F:      drivers/net/ethernet/nxp/lpc_eth.c
1458 F:      drivers/usb/host/ohci-nxp.c
1459 F:      drivers/watchdog/pnx4008_wdt.c
1460 N:      lpc32xx
1461
1462 ARM/MAGICIAN MACHINE SUPPORT
1463 M:      Philipp Zabel <[email protected]>
1464 S:      Maintained
1465
1466 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1467 M:      Jason Cooper <[email protected]>
1468 M:      Andrew Lunn <[email protected]>
1469 M:      Gregory Clement <[email protected]>
1470 M:      Sebastian Hesselbarth <[email protected]>
1471 L:      [email protected] (moderated for non-subscribers)
1472 S:      Maintained
1473 F:      arch/arm/mach-mvebu/
1474 F:      drivers/rtc/rtc-armada38x.c
1475 F:      arch/arm/boot/dts/armada*
1476 F:      arch/arm/boot/dts/kirkwood*
1477 F:      arch/arm64/boot/dts/marvell/armada*
1478 F:      drivers/cpufreq/mvebu-cpufreq.c
1479 F:      arch/arm/configs/mvebu_*_defconfig
1480
1481 ARM/Marvell Berlin SoC support
1482 M:      Jisheng Zhang <[email protected]>
1483 M:      Sebastian Hesselbarth <[email protected]>
1484 L:      [email protected] (moderated for non-subscribers)
1485 S:      Maintained
1486 F:      arch/arm/mach-berlin/
1487 F:      arch/arm/boot/dts/berlin*
1488 F:      arch/arm64/boot/dts/marvell/berlin*
1489
1490
1491 ARM/Marvell Dove/MV78xx0/Orion SOC support
1492 M:      Jason Cooper <[email protected]>
1493 M:      Andrew Lunn <[email protected]>
1494 M:      Sebastian Hesselbarth <[email protected]>
1495 M:      Gregory Clement <[email protected]>
1496 L:      [email protected] (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      arch/arm/mach-dove/
1499 F:      arch/arm/mach-mv78xx0/
1500 F:      arch/arm/mach-orion5x/
1501 F:      arch/arm/plat-orion/
1502 F:      arch/arm/boot/dts/dove*
1503 F:      arch/arm/boot/dts/orion5x*
1504
1505
1506 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1507 M:      Alexander Clouter <[email protected]>
1508 L:      [email protected] (moderated for non-subscribers)
1509 W:      http://www.digriz.org.uk/ts78xx/kernel
1510 S:      Maintained
1511 F:      arch/arm/mach-orion5x/ts78xx-*
1512
1513 ARM/OXNAS platform support
1514 M:      Neil Armstrong <[email protected]>
1515 L:      [email protected] (moderated for non-subscribers)
1516 L:      [email protected] (moderated for non-subscribers)
1517 S:      Maintained
1518 F:      arch/arm/mach-oxnas/
1519 F:      arch/arm/boot/dts/ox8*.dtsi
1520 F:      arch/arm/boot/dts/wd-mbwe.dts
1521 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1522 N:      oxnas
1523
1524 ARM/Mediatek RTC DRIVER
1525 M:      Eddie Huang <[email protected]>
1526 L:      [email protected] (moderated for non-subscribers)
1527 L:      [email protected] (moderated for non-subscribers)
1528 S:      Maintained
1529 F:      drivers/rtc/rtc-mt6397.c
1530
1531 ARM/Mediatek SoC support
1532 M:      Matthias Brugger <[email protected]>
1533 L:      [email protected] (moderated for non-subscribers)
1534 L:      [email protected] (moderated for non-subscribers)
1535 S:      Maintained
1536 F:      arch/arm/boot/dts/mt6*
1537 F:      arch/arm/boot/dts/mt7*
1538 F:      arch/arm/boot/dts/mt8*
1539 F:      arch/arm/mach-mediatek/
1540 F:      arch/arm64/boot/dts/mediatek/
1541 N:      mtk
1542 K:      mediatek
1543
1544 ARM/Mediatek USB3 PHY DRIVER
1545 M:      Chunfeng Yun <[email protected]>
1546 L:      [email protected] (moderated for non-subscribers)
1547 L:      [email protected] (moderated for non-subscribers)
1548 S:      Maintained
1549 F:      drivers/phy/phy-mt65xx-usb3.c
1550
1551 ARM/MICREL KS8695 ARCHITECTURE
1552 M:      Greg Ungerer <[email protected]>
1553 L:      [email protected] (moderated for non-subscribers)
1554 F:      arch/arm/mach-ks8695/
1555 S:      Odd Fixes
1556
1557 ARM/MIOA701 MACHINE SUPPORT
1558 M:      Robert Jarzmik <[email protected]>
1559 L:      [email protected] (moderated for non-subscribers)
1560 F:      arch/arm/mach-pxa/mioa701.c
1561 S:      Maintained
1562
1563 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1564 M:      Michael Petchkovsky <[email protected]>
1565 S:      Maintained
1566
1567 ARM/NOMADIK ARCHITECTURE
1568 M:      Alessandro Rubini <[email protected]>
1569 M:      Linus Walleij <[email protected]>
1570 L:      [email protected] (moderated for non-subscribers)
1571 S:      Maintained
1572 F:      arch/arm/mach-nomadik/
1573 F:      drivers/pinctrl/nomadik/
1574 F:      drivers/i2c/busses/i2c-nomadik.c
1575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1576
1577 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1578 M:      Nelson Castillo <[email protected]>
1579 L:      [email protected] (subscribers-only)
1580 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1581 S:      Supported
1582
1583 ARM/TOSA MACHINE SUPPORT
1584 M:      Dmitry Eremin-Solenikov <[email protected]>
1585 M:      Dirk Opfer <[email protected]>
1586 S:      Maintained
1587
1588 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1589 M:      Marek Vasut <[email protected]>
1590 L:      [email protected]
1591 W:      http://hackndev.com
1592 S:      Maintained
1593 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1594 F:      arch/arm/mach-pxa/palmtx.c
1595 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1596 F:      arch/arm/mach-pxa/palmt5.c
1597 F:      arch/arm/mach-pxa/include/mach/palmld.h
1598 F:      arch/arm/mach-pxa/palmld.c
1599 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1600 F:      arch/arm/mach-pxa/palmte2.c
1601 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1602 F:      arch/arm/mach-pxa/palmtc.c
1603
1604 ARM/PALM TREO SUPPORT
1605 M:      Tomas Cech <[email protected]>
1606 L:      [email protected]
1607 W:      http://hackndev.com
1608 S:      Maintained
1609 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1610 F:      arch/arm/mach-pxa/palmtreo.c
1611
1612 ARM/PALMZ72 SUPPORT
1613 M:      Sergey Lapin <[email protected]>
1614 L:      [email protected]
1615 W:      http://hackndev.com
1616 S:      Maintained
1617 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1618 F:      arch/arm/mach-pxa/palmz72.c
1619
1620 ARM/PLEB SUPPORT
1621 M:      Peter Chubb <[email protected]>
1622 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1623 S:      Maintained
1624
1625 ARM/PT DIGITAL BOARD PORT
1626 M:      Stefan Eletzhofer <[email protected]>
1627 L:      [email protected] (moderated for non-subscribers)
1628 W:      http://www.armlinux.org.uk/
1629 S:      Maintained
1630
1631 ARM/QUALCOMM SUPPORT
1632 M:      Andy Gross <[email protected]>
1633 M:      David Brown <[email protected]>
1634 L:      [email protected]
1635 L:      [email protected]
1636 S:      Maintained
1637 F:      Documentation/devicetree/bindings/soc/qcom/
1638 F:      arch/arm/boot/dts/qcom-*.dts
1639 F:      arch/arm/boot/dts/qcom-*.dtsi
1640 F:      arch/arm/mach-qcom/
1641 F:      arch/arm64/boot/dts/qcom/*
1642 F:      drivers/i2c/busses/i2c-qup.c
1643 F:      drivers/clk/qcom/
1644 F:      drivers/pinctrl/qcom/
1645 F:      drivers/dma/qcom/
1646 F:      drivers/soc/qcom/
1647 F:      drivers/spi/spi-qup.c
1648 F:      drivers/tty/serial/msm_serial.h
1649 F:      drivers/tty/serial/msm_serial.c
1650 F:      drivers/*/pm8???-*
1651 F:      drivers/mfd/ssbi.c
1652 F:      drivers/firmware/qcom_scm.c
1653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1654
1655 ARM/RADISYS ENP2611 MACHINE SUPPORT
1656 M:      Lennert Buytenhek <[email protected]>
1657 L:      [email protected] (moderated for non-subscribers)
1658 S:      Maintained
1659
1660 ARM/RENESAS ARM64 ARCHITECTURE
1661 M:      Simon Horman <[email protected]>
1662 M:      Magnus Damm <[email protected]>
1663 L:      [email protected]
1664 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1666 S:      Supported
1667 F:      arch/arm64/boot/dts/renesas/
1668 F:      drivers/soc/renesas/
1669 F:      include/linux/soc/renesas/
1670
1671 ARM/RISCPC ARCHITECTURE
1672 M:      Russell King <[email protected]>
1673 L:      [email protected] (moderated for non-subscribers)
1674 W:      http://www.armlinux.org.uk/
1675 S:      Maintained
1676 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1677 F:      arch/arm/include/asm/hardware/ioc.h
1678 F:      arch/arm/include/asm/hardware/iomd.h
1679 F:      arch/arm/include/asm/hardware/memc.h
1680 F:      arch/arm/mach-rpc/
1681 F:      drivers/net/ethernet/8390/etherh.c
1682 F:      drivers/net/ethernet/i825xx/ether1*
1683 F:      drivers/net/ethernet/seeq/ether3*
1684 F:      drivers/scsi/arm/
1685
1686 ARM/Rockchip SoC support
1687 M:      Heiko Stuebner <[email protected]>
1688 L:      [email protected] (moderated for non-subscribers)
1689 L:      [email protected]
1690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1691 S:      Maintained
1692 F:      arch/arm/boot/dts/rk3*
1693 F:      arch/arm/mach-rockchip/
1694 F:      drivers/clk/rockchip/
1695 F:      drivers/i2c/busses/i2c-rk3x.c
1696 F:      drivers/*/*rockchip*
1697 F:      drivers/*/*/*rockchip*
1698 F:      sound/soc/rockchip/
1699 N:      rockchip
1700
1701 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1702 M:      Kukjin Kim <[email protected]>
1703 M:      Krzysztof Kozlowski <[email protected]>
1704 R:      Javier Martinez Canillas <[email protected]>
1705 L:      [email protected] (moderated for non-subscribers)
1706 L:      [email protected] (moderated for non-subscribers)
1707 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1708 S:      Maintained
1709 F:      arch/arm/boot/dts/s3c*
1710 F:      arch/arm/boot/dts/s5p*
1711 F:      arch/arm/boot/dts/samsung*
1712 F:      arch/arm/boot/dts/exynos*
1713 F:      arch/arm64/boot/dts/exynos/
1714 F:      arch/arm/plat-samsung/
1715 F:      arch/arm/mach-s3c24*/
1716 F:      arch/arm/mach-s3c64xx/
1717 F:      arch/arm/mach-s5p*/
1718 F:      arch/arm/mach-exynos*/
1719 F:      drivers/*/*s3c24*
1720 F:      drivers/*/*/*s3c24*
1721 F:      drivers/*/*s3c64xx*
1722 F:      drivers/*/*s5pv210*
1723 F:      drivers/memory/samsung/*
1724 F:      drivers/soc/samsung/*
1725 F:      Documentation/arm/Samsung/
1726 F:      Documentation/devicetree/bindings/arm/samsung/
1727 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1728 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1729 N:      exynos
1730
1731 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1732 M:      Kyungmin Park <[email protected]>
1733 L:      [email protected] (moderated for non-subscribers)
1734 S:      Maintained
1735 F:      arch/arm/mach-s5pv210/
1736
1737 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1738 M:      Kyungmin Park <[email protected]>
1739 M:      Kamil Debski <[email protected]>
1740 M:      Andrzej Hajda <[email protected]>
1741 L:      [email protected]
1742 L:      [email protected]
1743 S:      Maintained
1744 F:      drivers/media/platform/s5p-g2d/
1745
1746 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1747 M:      Kyungmin Park <[email protected]>
1748 M:      Kamil Debski <[email protected]>
1749 M:      Jeongtae Park <[email protected]>
1750 M:      Andrzej Hajda <[email protected]>
1751 L:      [email protected]
1752 L:      [email protected]
1753 S:      Maintained
1754 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1755 F:      drivers/media/platform/s5p-mfc/
1756
1757 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1758 M:      Kyungmin Park <[email protected]>
1759 L:      [email protected]
1760 L:      [email protected]
1761 S:      Maintained
1762 F:      drivers/staging/media/platform/s5p-cec/
1763
1764 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1765 M:      Andrzej Pietrasiewicz <[email protected]>
1766 M:      Jacek Anaszewski <[email protected]>
1767 L:      [email protected]
1768 L:      [email protected]
1769 S:      Maintained
1770 F:      drivers/media/platform/s5p-jpeg/
1771
1772 ARM/SHMOBILE ARM ARCHITECTURE
1773 M:      Simon Horman <[email protected]>
1774 M:      Magnus Damm <[email protected]>
1775 L:      [email protected]
1776 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1778 S:      Supported
1779 F:      arch/arm/boot/dts/emev2*
1780 F:      arch/arm/boot/dts/r7s*
1781 F:      arch/arm/boot/dts/r8a*
1782 F:      arch/arm/boot/dts/sh*
1783 F:      arch/arm/configs/shmobile_defconfig
1784 F:      arch/arm/include/debug/renesas-scif.S
1785 F:      arch/arm/mach-shmobile/
1786 F:      drivers/soc/renesas/
1787 F:      include/linux/soc/renesas/
1788
1789 ARM/SOCFPGA ARCHITECTURE
1790 M:      Dinh Nguyen <[email protected]>
1791 S:      Maintained
1792 F:      arch/arm/mach-socfpga/
1793 F:      arch/arm/boot/dts/socfpga*
1794 F:      arch/arm/configs/socfpga_defconfig
1795 F:      arch/arm64/boot/dts/altera/
1796 W:      http://www.rocketboards.org
1797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1798
1799 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1800 M:      Dinh Nguyen <[email protected]>
1801 S:      Maintained
1802 F:      drivers/clk/socfpga/
1803
1804 ARM/SOCFPGA EDAC SUPPORT
1805 M:      Thor Thayer <[email protected]>
1806 S:      Maintained
1807 F:      drivers/edac/altera_edac.
1808
1809 ARM/STI ARCHITECTURE
1810 M:      Patrice Chotard <[email protected]>
1811 L:      [email protected] (moderated for non-subscribers)
1812 L:      [email protected]
1813 W:      http://www.stlinux.com
1814 S:      Maintained
1815 F:      arch/arm/mach-sti/
1816 F:      arch/arm/boot/dts/sti*
1817 F:      drivers/char/hw_random/st-rng.c
1818 F:      drivers/clocksource/arm_global_timer.c
1819 F:      drivers/clocksource/clksrc_st_lpc.c
1820 F:      drivers/cpufreq/sti-cpufreq.c
1821 F:      drivers/dma/st_fdma*
1822 F:      drivers/i2c/busses/i2c-st.c
1823 F:      drivers/media/rc/st_rc.c
1824 F:      drivers/media/platform/sti/c8sectpfe/
1825 F:      drivers/mmc/host/sdhci-st.c
1826 F:      drivers/phy/phy-miphy28lp.c
1827 F:      drivers/phy/phy-stih407-usb.c
1828 F:      drivers/pinctrl/pinctrl-st.c
1829 F:      drivers/remoteproc/st_remoteproc.c
1830 F:      drivers/remoteproc/st_slim_rproc.c
1831 F:      drivers/reset/sti/
1832 F:      drivers/rtc/rtc-st-lpc.c
1833 F:      drivers/tty/serial/st-asc.c
1834 F:      drivers/usb/dwc3/dwc3-st.c
1835 F:      drivers/usb/host/ehci-st.c
1836 F:      drivers/usb/host/ohci-st.c
1837 F:      drivers/watchdog/st_lpc_wdt.c
1838 F:      drivers/ata/ahci_st.c
1839 F:      include/linux/remoteproc/st_slim_rproc.h
1840
1841 ARM/STM32 ARCHITECTURE
1842 M:      Maxime Coquelin <[email protected]>
1843 M:      Alexandre Torgue <[email protected]>
1844 L:      [email protected] (moderated for non-subscribers)
1845 S:      Maintained
1846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1847 N:      stm32
1848 F:      drivers/clocksource/armv7m_systick.c
1849
1850 ARM/TANGO ARCHITECTURE
1851 M:      Marc Gonzalez <[email protected]>
1852 L:      [email protected]
1853 S:      Maintained
1854 N:      tango
1855
1856 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1857 M:      Lennert Buytenhek <[email protected]>
1858 L:      [email protected] (moderated for non-subscribers)
1859 S:      Maintained
1860
1861 ARM/TETON BGA MACHINE SUPPORT
1862 M:      "Mark F. Brown" <[email protected]>
1863 L:      [email protected] (moderated for non-subscribers)
1864 S:      Maintained
1865
1866 ARM/THECUS N2100 MACHINE SUPPORT
1867 M:      Lennert Buytenhek <[email protected]>
1868 L:      [email protected] (moderated for non-subscribers)
1869 S:      Maintained
1870
1871 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1872 M:      Wan ZongShun <[email protected]>
1873 L:      [email protected] (moderated for non-subscribers)
1874 W:      http://www.mcuos.com
1875 S:      Maintained
1876 F:      arch/arm/mach-w90x900/
1877 F:      drivers/input/keyboard/w90p910_keypad.c
1878 F:      drivers/input/touchscreen/w90p910_ts.c
1879 F:      drivers/watchdog/nuc900_wdt.c
1880 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1881 F:      drivers/mtd/nand/nuc900_nand.c
1882 F:      drivers/rtc/rtc-nuc900.c
1883 F:      drivers/spi/spi-nuc900.c
1884 F:      drivers/usb/host/ehci-w90x900.c
1885 F:      drivers/video/fbdev/nuc900fb.c
1886
1887 ARM/U300 MACHINE SUPPORT
1888 M:      Linus Walleij <[email protected]>
1889 L:      [email protected] (moderated for non-subscribers)
1890 S:      Supported
1891 F:      arch/arm/mach-u300/
1892 F:      drivers/clocksource/timer-u300.c
1893 F:      drivers/i2c/busses/i2c-stu300.c
1894 F:      drivers/rtc/rtc-coh901331.c
1895 F:      drivers/watchdog/coh901327_wdt.c
1896 F:      drivers/dma/coh901318*
1897 F:      drivers/mfd/ab3100*
1898 F:      drivers/rtc/rtc-ab3100.c
1899 F:      drivers/rtc/rtc-coh901331.c
1900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1901
1902 ARM/UNIPHIER ARCHITECTURE
1903 M:      Masahiro Yamada <[email protected]>
1904 L:      [email protected] (moderated for non-subscribers)
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
1906 S:      Maintained
1907 F:      arch/arm/boot/dts/uniphier*
1908 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1909 F:      arch/arm/mach-uniphier/
1910 F:      arch/arm/mm/cache-uniphier.c
1911 F:      arch/arm64/boot/dts/socionext/
1912 F:      drivers/bus/uniphier-system-bus.c
1913 F:      drivers/clk/uniphier/
1914 F:      drivers/i2c/busses/i2c-uniphier*
1915 F:      drivers/pinctrl/uniphier/
1916 F:      drivers/reset/reset-uniphier.c
1917 F:      drivers/tty/serial/8250/8250_uniphier.c
1918 N:      uniphier
1919
1920 ARM/Ux500 ARM ARCHITECTURE
1921 M:      Linus Walleij <[email protected]>
1922 L:      [email protected] (moderated for non-subscribers)
1923 S:      Maintained
1924 F:      arch/arm/mach-ux500/
1925 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1926 F:      drivers/dma/ste_dma40*
1927 F:      drivers/hwspinlock/u8500_hsem.c
1928 F:      drivers/mfd/abx500*
1929 F:      drivers/mfd/ab8500*
1930 F:      drivers/mfd/dbx500*
1931 F:      drivers/mfd/db8500*
1932 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1933 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1934 F:      drivers/rtc/rtc-ab8500.c
1935 F:      drivers/rtc/rtc-pl031.c
1936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1937
1938 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1939 M:      Ulf Hansson <[email protected]>
1940 L:      [email protected] (moderated for non-subscribers)
1941 T:      git git://git.linaro.org/people/ulfh/clk.git
1942 S:      Maintained
1943 F:      drivers/clk/ux500/
1944
1945 ARM/VERSATILE EXPRESS PLATFORM
1946 M:      Liviu Dudau <[email protected]>
1947 M:      Sudeep Holla <[email protected]>
1948 M:      Lorenzo Pieralisi <[email protected]>
1949 L:      [email protected] (moderated for non-subscribers)
1950 S:      Maintained
1951 F:      arch/arm/boot/dts/vexpress*
1952 F:      arch/arm64/boot/dts/arm/
1953 F:      arch/arm/mach-vexpress/
1954 F:      */*/vexpress*
1955 F:      */*/*/vexpress*
1956 F:      drivers/clk/versatile/clk-vexpress-osc.c
1957 F:      drivers/clocksource/versatile.c
1958 N:      mps2
1959
1960 ARM/VFP SUPPORT
1961 M:      Russell King <[email protected]>
1962 L:      [email protected] (moderated for non-subscribers)
1963 W:      http://www.armlinux.org.uk/
1964 S:      Maintained
1965 F:      arch/arm/vfp/
1966
1967 ARM/VOIPAC PXA270 SUPPORT
1968 M:      Marek Vasut <[email protected]>
1969 L:      [email protected] (moderated for non-subscribers)
1970 S:      Maintained
1971 F:      arch/arm/mach-pxa/vpac270.c
1972 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1973
1974 ARM/VT8500 ARM ARCHITECTURE
1975 M:      Tony Prisk <[email protected]>
1976 L:      [email protected] (moderated for non-subscribers)
1977 S:      Maintained
1978 F:      arch/arm/mach-vt8500/
1979 F:      drivers/clocksource/vt8500_timer.c
1980 F:      drivers/i2c/busses/i2c-wmt.c
1981 F:      drivers/mmc/host/wmt-sdmmc.c
1982 F:      drivers/pwm/pwm-vt8500.c
1983 F:      drivers/rtc/rtc-vt8500.c
1984 F:      drivers/tty/serial/vt8500_serial.c
1985 F:      drivers/usb/host/ehci-platform.c
1986 F:      drivers/usb/host/uhci-platform.c
1987 F:      drivers/video/fbdev/vt8500lcdfb.*
1988 F:      drivers/video/fbdev/wm8505fb*
1989 F:      drivers/video/fbdev/wmt_ge_rops.*
1990
1991 ARM/ZIPIT Z2 SUPPORT
1992 M:      Marek Vasut <[email protected]>
1993 L:      [email protected] (moderated for non-subscribers)
1994 S:      Maintained
1995 F:      arch/arm/mach-pxa/z2.c
1996 F:      arch/arm/mach-pxa/include/mach/z2.h
1997
1998 ARM/ZTE ARCHITECTURE
1999 M:      Jun Nie <[email protected]>
2000 M:      Baoyou Xie <[email protected]>
2001 L:      [email protected] (moderated for non-subscribers)
2002 S:      Maintained
2003 F:      arch/arm/mach-zx/
2004 F:      drivers/clk/zte/
2005 F:      drivers/reset/reset-zx2967.c
2006 F:      drivers/soc/zte/
2007 F:      Documentation/devicetree/bindings/arm/zte.txt
2008 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
2009 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2010 F:      Documentation/devicetree/bindings/soc/zte/
2011 F:      include/dt-bindings/soc/zx*.h
2012
2013 ARM/ZYNQ ARCHITECTURE
2014 M:      Michal Simek <[email protected]>
2015 R:      Sören Brinkmann <[email protected]>
2016 L:      [email protected] (moderated for non-subscribers)
2017 W:      http://wiki.xilinx.com
2018 T:      git https://github.com/Xilinx/linux-xlnx.git
2019 S:      Supported
2020 F:      arch/arm/mach-zynq/
2021 F:      drivers/cpuidle/cpuidle-zynq.c
2022 F:      drivers/block/xsysace.c
2023 N:      zynq
2024 N:      xilinx
2025 F:      drivers/clocksource/cadence_ttc_timer.c
2026 F:      drivers/i2c/busses/i2c-cadence.c
2027 F:      drivers/mmc/host/sdhci-of-arasan.c
2028 F:      drivers/edac/synopsys_edac.c
2029
2030 ARM SMMU DRIVERS
2031 M:      Will Deacon <[email protected]>
2032 R:      Robin Murphy <[email protected]>
2033 L:      [email protected] (moderated for non-subscribers)
2034 S:      Maintained
2035 F:      drivers/iommu/arm-smmu.c
2036 F:      drivers/iommu/arm-smmu-v3.c
2037 F:      drivers/iommu/io-pgtable-arm.c
2038 F:      drivers/iommu/io-pgtable-arm-v7s.c
2039
2040 ARM64 PORT (AARCH64 ARCHITECTURE)
2041 M:      Catalin Marinas <[email protected]>
2042 M:      Will Deacon <[email protected]>
2043 L:      [email protected] (moderated for non-subscribers)
2044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2045 S:      Maintained
2046 F:      arch/arm64/
2047 F:      Documentation/arm64/
2048
2049 AS3645A LED FLASH CONTROLLER DRIVER
2050 M:      Laurent Pinchart <[email protected]>
2051 L:      [email protected]
2052 T:      git git://linuxtv.org/media_tree.git
2053 S:      Maintained
2054 F:      drivers/media/i2c/as3645a.c
2055 F:      include/media/i2c/as3645a.h
2056
2057 ASAHI KASEI AK8974 DRIVER
2058 M:      Linus Walleij <[email protected]>
2059 L:      [email protected]
2060 W:      http://www.akm.com/
2061 S:      Supported
2062 F:      drivers/iio/magnetometer/ak8974.c
2063
2064 ASC7621 HARDWARE MONITOR DRIVER
2065 M:      George Joseph <[email protected]>
2066 L:      [email protected]
2067 S:      Maintained
2068 F:      Documentation/hwmon/asc7621
2069 F:      drivers/hwmon/asc7621.c
2070
2071 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2072 M:      Corentin Chary <[email protected]>
2073 L:      [email protected]
2074 L:      [email protected]
2075 W:      http://acpi4asus.sf.net
2076 S:      Maintained
2077 F:      drivers/platform/x86/asus*.c
2078 F:      drivers/platform/x86/eeepc*.c
2079
2080 ASUS WIRELESS RADIO CONTROL DRIVER
2081 M:      João Paulo Rechi Vita <[email protected]>
2082 L:      [email protected]
2083 S:      Maintained
2084 F:      drivers/platform/x86/asus-wireless.c
2085
2086 ASYMMETRIC KEYS
2087 M:      David Howells <[email protected]>
2088 L:      [email protected]
2089 S:      Maintained
2090 F:      Documentation/crypto/asymmetric-keys.txt
2091 F:      include/linux/verification.h
2092 F:      include/crypto/public_key.h
2093 F:      include/crypto/pkcs7.h
2094 F:      crypto/asymmetric_keys/
2095
2096 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2097 R:      Dan Williams <[email protected]>
2098 W:      http://sourceforge.net/projects/xscaleiop
2099 S:      Odd fixes
2100 F:      Documentation/crypto/async-tx-api.txt
2101 F:      crypto/async_tx/
2102 F:      drivers/dma/
2103 F:      include/linux/dmaengine.h
2104 F:      include/linux/async_tx.h
2105
2106 AT24 EEPROM DRIVER
2107 M:      Wolfram Sang <[email protected]>
2108 L:      [email protected]
2109 S:      Maintained
2110 F:      drivers/misc/eeprom/at24.c
2111 F:      include/linux/platform_data/at24.h
2112
2113 ATA OVER ETHERNET (AOE) DRIVER
2114 M:      "Ed L. Cashin" <[email protected]>
2115 W:      http://www.openaoe.org/
2116 S:      Supported
2117 F:      Documentation/aoe/
2118 F:      drivers/block/aoe/
2119
2120 ATHEROS 71XX/9XXX GPIO DRIVER
2121 M:      Alban Bedel <[email protected]>
2122 W:      https://github.com/AlbanBedel/linux
2123 T:      git git://github.com/AlbanBedel/linux
2124 S:      Maintained
2125 F:      drivers/gpio/gpio-ath79.c
2126 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2127
2128 ATHEROS ATH GENERIC UTILITIES
2129 M:      "Luis R. Rodriguez" <[email protected]>
2130 L:      [email protected]
2131 S:      Supported
2132 F:      drivers/net/wireless/ath/*
2133
2134 ATHEROS ATH5K WIRELESS DRIVER
2135 M:      Jiri Slaby <[email protected]>
2136 M:      Nick Kossifidis <[email protected]>
2137 M:      "Luis R. Rodriguez" <[email protected]>
2138 L:      [email protected]
2139 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2140 S:      Maintained
2141 F:      drivers/net/wireless/ath/ath5k/
2142
2143 ATHEROS ATH6KL WIRELESS DRIVER
2144 M:      Kalle Valo <[email protected]>
2145 L:      [email protected]
2146 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2148 S:      Supported
2149 F:      drivers/net/wireless/ath/ath6kl/
2150
2151 WILOCITY WIL6210 WIRELESS DRIVER
2152 M:      Maya Erez <[email protected]>
2153 L:      [email protected]
2154 L:      [email protected]
2155 S:      Supported
2156 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
2157 F:      drivers/net/wireless/ath/wil6210/
2158 F:      include/uapi/linux/wil6210_uapi.h
2159
2160 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
2161 M:      Christian Lamparter <[email protected]>
2162 L:      [email protected]
2163 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
2164 S:      Maintained
2165 F:      drivers/net/wireless/ath/carl9170/
2166
2167 ATK0110 HWMON DRIVER
2168 M:      Luca Tettamanti <[email protected]>
2169 L:      [email protected]
2170 S:      Maintained
2171 F:      drivers/hwmon/asus_atk0110.c
2172
2173 ATI_REMOTE2 DRIVER
2174 M:      Ville Syrjala <[email protected]>
2175 S:      Maintained
2176 F:      drivers/input/misc/ati_remote2.c
2177
2178 ATLX ETHERNET DRIVERS
2179 M:      Jay Cliburn <[email protected]>
2180 M:      Chris Snook <[email protected]>
2181 L:      [email protected]
2182 W:      http://sourceforge.net/projects/atl1
2183 W:      http://atl1.sourceforge.net
2184 S:      Maintained
2185 F:      drivers/net/ethernet/atheros/
2186
2187 ATM
2188 M:      Chas Williams <[email protected]>
2189 L:      [email protected] (moderated for non-subscribers)
2190 L:      [email protected]
2191 W:      http://linux-atm.sourceforge.net
2192 S:      Maintained
2193 F:      drivers/atm/
2194 F:      include/linux/atm*
2195 F:      include/uapi/linux/atm*
2196
2197 ATMEL AT91 / AT32 MCI DRIVER
2198 M:      Ludovic Desroches <[email protected]>
2199 S:      Maintained
2200 F:      drivers/mmc/host/atmel-mci.c
2201
2202 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2203 M:      Nicolas Ferre <[email protected]>
2204 S:      Supported
2205 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2206
2207 ATMEL SAMA5D2 ADC DRIVER
2208 M:      Ludovic Desroches <[email protected]>
2209 L:      [email protected]
2210 S:      Supported
2211 F:      drivers/iio/adc/at91-sama5d2_adc.c
2212
2213 ATMEL Audio ALSA driver
2214 M:      Nicolas Ferre <[email protected]>
2215 L:      [email protected] (moderated for non-subscribers)
2216 S:      Supported
2217 F:      sound/soc/atmel
2218
2219 ATMEL XDMA DRIVER
2220 M:      Ludovic Desroches <[email protected]>
2221 L:      [email protected]
2222 L:      [email protected]
2223 S:      Supported
2224 F:      drivers/dma/at_xdmac.c
2225
2226 ATMEL I2C DRIVER
2227 M:      Ludovic Desroches <[email protected]>
2228 L:      [email protected]
2229 S:      Supported
2230 F:      drivers/i2c/busses/i2c-at91.c
2231
2232 ATMEL ISI DRIVER
2233 M:      Ludovic Desroches <[email protected]>
2234 L:      [email protected]
2235 S:      Supported
2236 F:      drivers/media/platform/soc_camera/atmel-isi.c
2237 F:      include/media/atmel-isi.h
2238
2239 ATMEL LCDFB DRIVER
2240 M:      Nicolas Ferre <[email protected]>
2241 L:      [email protected]
2242 S:      Maintained
2243 F:      drivers/video/fbdev/atmel_lcdfb.c
2244 F:      include/video/atmel_lcdc.h
2245
2246 ATMEL MACB ETHERNET DRIVER
2247 M:      Nicolas Ferre <[email protected]>
2248 S:      Supported
2249 F:      drivers/net/ethernet/cadence/
2250
2251 ATMEL NAND DRIVER
2252 M:      Wenyou Yang <[email protected]>
2253 M:      Josh Wu <[email protected]>
2254 L:      [email protected]
2255 S:      Supported
2256 F:      drivers/mtd/nand/atmel_nand*
2257
2258 ATMEL SDMMC DRIVER
2259 M:      Ludovic Desroches <[email protected]>
2260 L:      [email protected]
2261 S:      Supported
2262 F:      drivers/mmc/host/sdhci-of-at91.c
2263
2264 ATMEL SPI DRIVER
2265 M:      Nicolas Ferre <[email protected]>
2266 S:      Supported
2267 F:      drivers/spi/spi-atmel.*
2268
2269 ATMEL SSC DRIVER
2270 M:      Nicolas Ferre <[email protected]>
2271 L:      [email protected] (moderated for non-subscribers)
2272 S:      Supported
2273 F:      drivers/misc/atmel-ssc.c
2274 F:      include/linux/atmel-ssc.h
2275
2276 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2277 M:      Nicolas Ferre <[email protected]>
2278 L:      [email protected] (moderated for non-subscribers)
2279 S:      Supported
2280 F:      drivers/misc/atmel_tclib.c
2281 F:      drivers/clocksource/tcb_clksrc.c
2282
2283 ATMEL USBA UDC DRIVER
2284 M:      Nicolas Ferre <[email protected]>
2285 L:      [email protected] (moderated for non-subscribers)
2286 S:      Supported
2287 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2288
2289 ATMEL WIRELESS DRIVER
2290 M:      Simon Kelley <[email protected]>
2291 L:      [email protected]
2292 W:      http://www.thekelleys.org.uk/atmel
2293 W:      http://atmelwlandriver.sourceforge.net/
2294 S:      Maintained
2295 F:      drivers/net/wireless/atmel/atmel*
2296
2297 ATMEL MAXTOUCH DRIVER
2298 M:      Nick Dyer <[email protected]>
2299 T:      git git://github.com/ndyer/linux.git
2300 S:      Maintained
2301 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2302 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2303 F:      include/linux/platform_data/atmel_mxt_ts.h
2304
2305 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2306 M:      Bradley Grove <[email protected]>
2307 L:      [email protected]
2308 W:      http://www.attotech.com
2309 S:      Supported
2310 F:      drivers/scsi/esas2r
2311
2312 ATUSB IEEE 802.15.4 RADIO DRIVER
2313 M:      Stefan Schmidt <[email protected]>
2314 L:      [email protected]
2315 S:      Maintained
2316 F:      drivers/net/ieee802154/atusb.c
2317 F:      drivers/net/ieee802154/atusb.h
2318 F:      drivers/net/ieee802154/at86rf230.h
2319
2320 AUDIT SUBSYSTEM
2321 M:      Paul Moore <[email protected]>
2322 M:      Eric Paris <[email protected]>
2323 L:      [email protected] (moderated for non-subscribers)
2324 W:      http://people.redhat.com/sgrubb/audit/
2325 T:      git git://git.infradead.org/users/pcmoore/audit
2326 S:      Maintained
2327 F:      include/linux/audit.h
2328 F:      include/uapi/linux/audit.h
2329 F:      kernel/audit*
2330
2331 AUXILIARY DISPLAY DRIVERS
2332 M:      Miguel Ojeda Sandonis <[email protected]>
2333 W:      http://miguelojeda.es/auxdisplay.htm
2334 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2335 S:      Maintained
2336 F:      drivers/auxdisplay/
2337 F:      include/linux/cfag12864b.h
2338
2339 AX.25 NETWORK LAYER
2340 M:      Ralf Baechle <[email protected]>
2341 L:      [email protected]
2342 W:      http://www.linux-ax25.org/
2343 S:      Maintained
2344 F:      include/uapi/linux/ax25.h
2345 F:      include/net/ax25.h
2346 F:      net/ax25/
2347
2348 AXENTIA ASOC DRIVERS
2349 M:      Peter Rosin <[email protected]>
2350 L:      [email protected] (moderated for non-subscribers)
2351 S:      Maintained
2352 F:      Documentation/devicetree/bindings/sound/axentia,*
2353 F:      sound/soc/atmel/tse850-pcm5142.c
2354
2355 AXENTIA ARM DEVICES
2356 M:      Peter Rosin <[email protected]>
2357 L:      [email protected] (moderated for non-subscribers)
2358 S:      Maintained
2359 F:      Documentation/devicetree/bindings/arm/axentia.txt
2360 F:      arch/arm/boot/dts/at91-linea.dtsi
2361 F:      arch/arm/boot/dts/at91-tse850-3.dts
2362
2363 AZ6007 DVB DRIVER
2364 M:      Mauro Carvalho Chehab <[email protected]>
2365 M:      Mauro Carvalho Chehab <[email protected]>
2366 L:      [email protected]
2367 W:      https://linuxtv.org
2368 T:      git git://linuxtv.org/media_tree.git
2369 S:      Maintained
2370 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2371
2372 AZTECH FM RADIO RECEIVER DRIVER
2373 M:      Hans Verkuil <[email protected]>
2374 L:      [email protected]
2375 T:      git git://linuxtv.org/media_tree.git
2376 W:      https://linuxtv.org
2377 S:      Maintained
2378 F:      drivers/media/radio/radio-aztech*
2379
2380 B43 WIRELESS DRIVER
2381 L:      [email protected]
2382 L:      [email protected]
2383 W:      http://wireless.kernel.org/en/users/Drivers/b43
2384 S:      Odd Fixes
2385 F:      drivers/net/wireless/broadcom/b43/
2386
2387 B43LEGACY WIRELESS DRIVER
2388 M:      Larry Finger <[email protected]>
2389 L:      [email protected]
2390 L:      [email protected]
2391 W:      http://wireless.kernel.org/en/users/Drivers/b43
2392 S:      Maintained
2393 F:      drivers/net/wireless/broadcom/b43legacy/
2394
2395 BACKLIGHT CLASS/SUBSYSTEM
2396 M:      Lee Jones <[email protected]>
2397 M:      Daniel Thompson <[email protected]>
2398 M:      Jingoo Han <[email protected]>
2399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2400 S:      Maintained
2401 F:      drivers/video/backlight/
2402 F:      include/linux/backlight.h
2403 F:      include/linux/pwm_backlight.h
2404 F:      Documentation/devicetree/bindings/leds/backlight
2405
2406 BATMAN ADVANCED
2407 M:      Marek Lindner <[email protected]>
2408 M:      Simon Wunderlich <[email protected]>
2409 M:      Antonio Quartulli <[email protected]>
2410 L:      [email protected] (moderated for non-subscribers)
2411 W:      https://www.open-mesh.org/
2412 Q:      https://patchwork.open-mesh.org/project/batman/list/
2413 S:      Maintained
2414 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2415 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2416 F:      Documentation/networking/batman-adv.txt
2417 F:      include/uapi/linux/batman_adv.h
2418 F:      net/batman-adv/
2419
2420 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2421 M:      Thomas Sailer <[email protected]>
2422 L:      [email protected]
2423 W:      http://www.baycom.org/~tom/ham/ham.html
2424 S:      Maintained
2425 F:      drivers/net/hamradio/baycom*
2426
2427 BCACHE (BLOCK LAYER CACHE)
2428 M:      Kent Overstreet <[email protected]>
2429 L:      [email protected]
2430 W:      http://bcache.evilpiepirate.org
2431 S:      Orphan
2432 F:      drivers/md/bcache/
2433
2434 BDISP ST MEDIA DRIVER
2435 M:      Fabien Dessenne <[email protected]>
2436 L:      [email protected]
2437 T:      git git://linuxtv.org/media_tree.git
2438 W:      https://linuxtv.org
2439 S:      Supported
2440 F:      drivers/media/platform/sti/bdisp
2441
2442 DELTA ST MEDIA DRIVER
2443 M:      Hugues Fruchet <[email protected]>
2444 L:      [email protected]
2445 T:      git git://linuxtv.org/media_tree.git
2446 W:      https://linuxtv.org
2447 S:      Supported
2448 F:      drivers/media/platform/sti/delta
2449
2450 BEFS FILE SYSTEM
2451 M:      Luis de Bethencourt <[email protected]>
2452 M:      Salah Triki <[email protected]>
2453 S:      Maintained
2454 T:      git git://github.com/luisbg/linux-befs.git
2455 F:      Documentation/filesystems/befs.txt
2456 F:      fs/befs/
2457
2458 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2459 M:      Dariusz Marcinkiewicz <[email protected]>
2460 L:      [email protected]
2461 S:      Maintained
2462 F:      drivers/net/ethernet/ec_bhf.c
2463
2464 BFS FILE SYSTEM
2465 M:      "Tigran A. Aivazian" <[email protected]>
2466 S:      Maintained
2467 F:      Documentation/filesystems/bfs.txt
2468 F:      fs/bfs/
2469 F:      include/uapi/linux/bfs_fs.h
2470
2471 BLACKFIN ARCHITECTURE
2472 M:      Steven Miao <[email protected]>
2473 L:      [email protected] (moderated for non-subscribers)
2474 T:      git git://git.code.sf.net/p/adi-linux/code
2475 W:      http://blackfin.uclinux.org
2476 S:      Supported
2477 F:      arch/blackfin/
2478
2479 BLACKFIN EMAC DRIVER
2480 L:      [email protected] (moderated for non-subscribers)
2481 W:      http://blackfin.uclinux.org
2482 S:      Supported
2483 F:      drivers/net/ethernet/adi/
2484
2485 BLACKFIN RTC DRIVER
2486 L:      [email protected] (moderated for non-subscribers)
2487 W:      http://blackfin.uclinux.org
2488 S:      Supported
2489 F:      drivers/rtc/rtc-bfin.c
2490
2491 BLACKFIN SDH DRIVER
2492 M:      Sonic Zhang <[email protected]>
2493 L:      [email protected] (moderated for non-subscribers)
2494 W:      http://blackfin.uclinux.org
2495 S:      Supported
2496 F:      drivers/mmc/host/bfin_sdh.c
2497
2498 BLACKFIN SERIAL DRIVER
2499 M:      Sonic Zhang <[email protected]>
2500 L:      [email protected] (moderated for non-subscribers)
2501 W:      http://blackfin.uclinux.org
2502 S:      Supported
2503 F:      drivers/tty/serial/bfin_uart.c
2504
2505 BLACKFIN WATCHDOG DRIVER
2506 L:      [email protected] (moderated for non-subscribers)
2507 W:      http://blackfin.uclinux.org
2508 S:      Supported
2509 F:      drivers/watchdog/bfin_wdt.c
2510
2511 BLACKFIN I2C TWI DRIVER
2512 M:      Sonic Zhang <[email protected]>
2513 L:      [email protected] (moderated for non-subscribers)
2514 W:      http://blackfin.uclinux.org/
2515 S:      Supported
2516 F:      drivers/i2c/busses/i2c-bfin-twi.c
2517
2518 BLACKFIN MEDIA DRIVER
2519 M:      Scott Jiang <[email protected]>
2520 L:      [email protected] (moderated for non-subscribers)
2521 W:      http://blackfin.uclinux.org/
2522 S:      Supported
2523 F:      drivers/media/platform/blackfin/
2524 F:      drivers/media/i2c/adv7183*
2525 F:      drivers/media/i2c/vs6624*
2526
2527 BLINKM RGB LED DRIVER
2528 M:      Jan-Simon Moeller <[email protected]>
2529 S:      Maintained
2530 F:      drivers/leds/leds-blinkm.c
2531
2532 BLOCK LAYER
2533 M:      Jens Axboe <[email protected]>
2534 L:      [email protected]
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2536 S:      Maintained
2537 F:      block/
2538 F:      kernel/trace/blktrace.c
2539 F:      lib/sbitmap.c
2540
2541 BFQ I/O SCHEDULER
2542 M:      Paolo Valente <[email protected]>
2543 M:      Jens Axboe <[email protected]>
2544 L:      [email protected]
2545 S:      Maintained
2546 F:      block/bfq-*
2547 F:      Documentation/block/bfq-iosched.txt
2548
2549 BLOCK2MTD DRIVER
2550 M:      Joern Engel <[email protected]>
2551 L:      [email protected]
2552 S:      Maintained
2553 F:      drivers/mtd/devices/block2mtd.c
2554
2555 BLUETOOTH DRIVERS
2556 M:      Marcel Holtmann <[email protected]>
2557 M:      Gustavo Padovan <[email protected]>
2558 M:      Johan Hedberg <[email protected]>
2559 L:      [email protected]
2560 W:      http://www.bluez.org/
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2563 S:      Maintained
2564 F:      drivers/bluetooth/
2565
2566 BLUETOOTH SUBSYSTEM
2567 M:      Marcel Holtmann <[email protected]>
2568 M:      Gustavo Padovan <[email protected]>
2569 M:      Johan Hedberg <[email protected]>
2570 L:      [email protected]
2571 W:      http://www.bluez.org/
2572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2574 S:      Maintained
2575 F:      net/bluetooth/
2576 F:      include/net/bluetooth/
2577
2578 BONDING DRIVER
2579 M:      Jay Vosburgh <[email protected]>
2580 M:      Veaceslav Falico <[email protected]>
2581 M:      Andy Gospodarek <[email protected]>
2582 L:      [email protected]
2583 W:      http://sourceforge.net/projects/bonding/
2584 S:      Supported
2585 F:      drivers/net/bonding/
2586 F:      include/uapi/linux/if_bonding.h
2587
2588 BPF (Safe dynamic programs and tools)
2589 M:      Alexei Starovoitov <[email protected]>
2590 M:      Daniel Borkmann <[email protected]>
2591 L:      [email protected]
2592 L:      [email protected]
2593 S:      Supported
2594 F:      arch/x86/net/bpf_jit*
2595 F:      Documentation/networking/filter.txt
2596 F:      include/linux/bpf*
2597 F:      include/linux/filter.h
2598 F:      include/uapi/linux/bpf*
2599 F:      include/uapi/linux/filter.h
2600 F:      kernel/bpf/
2601 F:      kernel/trace/bpf_trace.c
2602 F:      lib/test_bpf.c
2603 F:      net/bpf/
2604 F:      net/core/filter.c
2605 F:      net/sched/act_bpf.c
2606 F:      net/sched/cls_bpf.c
2607 F:      samples/bpf/
2608 F:      tools/net/bpf*
2609 F:      tools/testing/selftests/bpf/
2610
2611 BROADCOM B44 10/100 ETHERNET DRIVER
2612 M:      Michael Chan <[email protected]>
2613 L:      [email protected]
2614 S:      Supported
2615 F:      drivers/net/ethernet/broadcom/b44.*
2616
2617 BROADCOM B53 ETHERNET SWITCH DRIVER
2618 M:      Florian Fainelli <[email protected]>
2619 L:      [email protected]
2620 L:      [email protected] (subscribers-only)
2621 S:      Supported
2622 F:      drivers/net/dsa/b53/*
2623 F:      include/linux/platform_data/b53.h
2624
2625 BROADCOM GENET ETHERNET DRIVER
2626 M:      Florian Fainelli <[email protected]>
2627 L:      [email protected]
2628 S:      Supported
2629 F:      drivers/net/ethernet/broadcom/genet/
2630
2631 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2632 M:      Rasesh Mody <[email protected]>
2633 M:      Harish Patil <[email protected]>
2634 M:      [email protected]
2635 L:      [email protected]
2636 S:      Supported
2637 F:      drivers/net/ethernet/broadcom/bnx2.*
2638 F:      drivers/net/ethernet/broadcom/bnx2_*
2639
2640 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2641 M:      Yuval Mintz <[email protected]>
2642 M:      Ariel Elior <[email protected]>
2643 M:      [email protected]
2644 L:      [email protected]
2645 S:      Supported
2646 F:      drivers/net/ethernet/broadcom/bnx2x/
2647
2648 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2649 M:      Michael Chan <[email protected]>
2650 L:      [email protected]
2651 S:      Supported
2652 F:      drivers/net/ethernet/broadcom/bnxt/
2653
2654 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2655 M:      Florian Fainelli <[email protected]>
2656 M:      Ray Jui <[email protected]>
2657 M:      Scott Branden <[email protected]>
2658 M:      [email protected]
2659 T:      git git://github.com/broadcom/mach-bcm
2660 S:      Maintained
2661 N:      bcm281*
2662 N:      bcm113*
2663 N:      bcm216*
2664 N:      kona
2665 F:      arch/arm/mach-bcm/
2666
2667 BROADCOM BCM2835 ARM ARCHITECTURE
2668 M:      Stephen Warren <[email protected]>
2669 M:      Lee Jones <[email protected]>
2670 M:      Eric Anholt <[email protected]>
2671 L:      [email protected] (moderated for non-subscribers)
2672 L:      [email protected] (moderated for non-subscribers)
2673 T:      git git://github.com/anholt/linux
2674 S:      Maintained
2675 N:      bcm2835
2676 F:      drivers/staging/vc04_services
2677
2678 BROADCOM BCM47XX MIPS ARCHITECTURE
2679 M:      Hauke Mehrtens <[email protected]>
2680 M:      Rafał Miłecki <[email protected]>
2681 L:      [email protected]
2682 S:      Maintained
2683 F:      Documentation/devicetree/bindings/mips/brcm/
2684 F:      arch/mips/bcm47xx/*
2685 F:      arch/mips/include/asm/mach-bcm47xx/*
2686
2687 BROADCOM BCM5301X ARM ARCHITECTURE
2688 M:      Hauke Mehrtens <[email protected]>
2689 M:      Rafał Miłecki <[email protected]>
2690 M:      [email protected]
2691 L:      [email protected]
2692 S:      Maintained
2693 F:      arch/arm/mach-bcm/bcm_5301x.c
2694 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2695 F:      arch/arm/boot/dts/bcm470*
2696
2697 BROADCOM BCM53573 ARM ARCHITECTURE
2698 M:      Rafał Miłecki <[email protected]>
2699 L:      [email protected]
2700 S:      Maintained
2701 F:      arch/arm/boot/dts/bcm53573*
2702 F:      arch/arm/boot/dts/bcm47189*
2703
2704 BROADCOM BCM63XX ARM ARCHITECTURE
2705 M:      Florian Fainelli <[email protected]>
2706 M:      [email protected]
2707 L:      [email protected] (moderated for non-subscribers)
2708 T:      git git://github.com/broadcom/stblinux.git
2709 S:      Maintained
2710 N:      bcm63xx
2711
2712 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2713 M:      Kevin Cernekee <[email protected]>
2714 L:      [email protected]
2715 S:      Maintained
2716 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2717
2718 BROADCOM BCM7XXX ARM ARCHITECTURE
2719 M:      Brian Norris <[email protected]>
2720 M:      Gregory Fong <[email protected]>
2721 M:      Florian Fainelli <[email protected]>
2722 M:      [email protected]
2723 L:      [email protected] (moderated for non-subscribers)
2724 T:      git git://github.com/broadcom/stblinux.git
2725 S:      Maintained
2726 F:      arch/arm/mach-bcm/*brcmstb*
2727 F:      arch/arm/boot/dts/bcm7*.dts*
2728 F:      drivers/bus/brcmstb_gisb.c
2729 N:      brcmstb
2730
2731 BROADCOM BMIPS MIPS ARCHITECTURE
2732 M:      Kevin Cernekee <[email protected]>
2733 M:      Florian Fainelli <[email protected]>
2734 L:      [email protected]
2735 T:      git git://github.com/broadcom/stblinux.git
2736 S:      Maintained
2737 F:      arch/mips/bmips/*
2738 F:      arch/mips/include/asm/mach-bmips/*
2739 F:      arch/mips/kernel/*bmips*
2740 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2741 F:      drivers/irqchip/irq-bcm63*
2742 F:      drivers/irqchip/irq-bcm7*
2743 F:      drivers/irqchip/irq-brcmstb*
2744 F:      include/linux/bcm963xx_nvram.h
2745 F:      include/linux/bcm963xx_tag.h
2746
2747 BROADCOM BMIPS CPUFREQ DRIVER
2748 M:      Markus Mayer <[email protected]>
2749 M:      [email protected]
2750 L:      [email protected]
2751 S:      Maintained
2752 F:      drivers/cpufreq/bmips-cpufreq.c
2753
2754 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2755 M:      Siva Reddy Kallam <[email protected]>
2756 M:      Prashant Sreedharan <[email protected]>
2757 M:      Michael Chan <[email protected]>
2758 L:      [email protected]
2759 S:      Supported
2760 F:      drivers/net/ethernet/broadcom/tg3.*
2761
2762 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2763 M:      Arend van Spriel <[email protected]>
2764 M:      Franky Lin <[email protected]>
2765 M:      Hante Meuleman <[email protected]>
2766 L:      [email protected]
2767 L:      [email protected]
2768 S:      Supported
2769 F:      drivers/net/wireless/broadcom/brcm80211/
2770
2771 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2772 M:      [email protected]
2773 L:      [email protected]
2774 S:      Supported
2775 F:      drivers/scsi/bnx2fc/
2776
2777 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2778 M:      [email protected]
2779 L:      [email protected]
2780 S:      Supported
2781 F:      drivers/scsi/bnx2i/
2782
2783 BROADCOM IPROC ARM ARCHITECTURE
2784 M:      Ray Jui <[email protected]>
2785 M:      Scott Branden <[email protected]>
2786 M:      Jon Mason <[email protected]>
2787 M:      [email protected]
2788 L:      [email protected] (moderated for non-subscribers)
2789 T:      git git://github.com/broadcom/cygnus-linux.git
2790 S:      Maintained
2791 N:      iproc
2792 N:      cygnus
2793 N:      bcm[-_]nsp
2794 N:      bcm9113*
2795 N:      bcm9583*
2796 N:      bcm9585*
2797 N:      bcm9586*
2798 N:      bcm988312
2799 N:      bcm113*
2800 N:      bcm583*
2801 N:      bcm585*
2802 N:      bcm586*
2803 N:      bcm88312
2804 F:      arch/arm64/boot/dts/broadcom/ns2*
2805 F:      drivers/clk/bcm/clk-ns*
2806 F:      drivers/pinctrl/bcm/pinctrl-ns*
2807
2808 BROADCOM BRCMSTB GPIO DRIVER
2809 M:      Gregory Fong <[email protected]>
2810 L:      [email protected]
2811 S:      Supported
2812 F:      drivers/gpio/gpio-brcmstb.c
2813 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2814
2815 BROADCOM KONA GPIO DRIVER
2816 M:      Ray Jui <[email protected]>
2817 L:      [email protected]
2818 S:      Supported
2819 F:      drivers/gpio/gpio-bcm-kona.c
2820 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2821
2822 BROADCOM NVRAM DRIVER
2823 M:      Rafał Miłecki <[email protected]>
2824 L:      [email protected]
2825 S:      Maintained
2826 F:      drivers/firmware/broadcom/*
2827
2828 BROADCOM STB NAND FLASH DRIVER
2829 M:      Brian Norris <[email protected]>
2830 M:      Kamal Dasu <[email protected]>
2831 L:      [email protected]
2832 L:      [email protected]
2833 S:      Maintained
2834 F:      drivers/mtd/nand/brcmnand/
2835
2836 BROADCOM STB AVS CPUFREQ DRIVER
2837 M:      Markus Mayer <[email protected]>
2838 M:      [email protected]
2839 L:      [email protected]
2840 S:      Maintained
2841 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2842 F:      drivers/cpufreq/brcmstb*
2843
2844 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2845 M:      Rafał Miłecki <[email protected]>
2846 L:      [email protected]
2847 S:      Maintained
2848 F:      drivers/bcma/
2849 F:      include/linux/bcma/
2850
2851 BROADCOM SYSTEMPORT ETHERNET DRIVER
2852 M:      Florian Fainelli <[email protected]>
2853 L:      [email protected]
2854 S:      Supported
2855 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2856
2857 BROADCOM VULCAN ARM64 SOC
2858 M:      Jayachandran C. <[email protected]>
2859 M:      [email protected]
2860 L:      [email protected] (moderated for non-subscribers)
2861 S:      Maintained
2862 F:      arch/arm64/boot/dts/broadcom/vulcan*
2863
2864 BROADCOM NETXTREME-E ROCE DRIVER
2865 M:      Selvin Xavier <[email protected]>
2866 M:      Devesh Sharma <[email protected]>
2867 M:      Somnath Kotur <[email protected]>
2868 M:      Sriharsha Basavapatna <[email protected]>
2869 L:      [email protected]
2870 W:      http://www.broadcom.com
2871 S:      Supported
2872 F:      drivers/infiniband/hw/bnxt_re/
2873 F:      include/uapi/rdma/bnxt_re-abi.h
2874
2875 BROCADE BFA FC SCSI DRIVER
2876 M:      Anil Gurumurthy <[email protected]>
2877 M:      Sudarsana Kalluru <[email protected]>
2878 L:      [email protected]
2879 S:      Supported
2880 F:      drivers/scsi/bfa/
2881
2882 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2883 M:      Rasesh Mody <[email protected]>
2884 M:      Sudarsana Kalluru <[email protected]>
2885 M:      [email protected]
2886 L:      [email protected]
2887 S:      Supported
2888 F:      drivers/net/ethernet/brocade/bna/
2889
2890 BSG (block layer generic sg v4 driver)
2891 M:      FUJITA Tomonori <[email protected]>
2892 L:      [email protected]
2893 S:      Supported
2894 F:      block/bsg.c
2895 F:      include/linux/bsg.h
2896 F:      include/uapi/linux/bsg.h
2897
2898 BT87X AUDIO DRIVER
2899 M:      Clemens Ladisch <[email protected]>
2900 L:      [email protected] (moderated for non-subscribers)
2901 T:      git git://git.alsa-project.org/alsa-kernel.git
2902 S:      Maintained
2903 F:      Documentation/sound/alsa/Bt87x.txt
2904 F:      sound/pci/bt87x.c
2905
2906 BT8XXGPIO DRIVER
2907 M:      Michael Buesch <[email protected]>
2908 W:      http://bu3sch.de/btgpio.php
2909 S:      Maintained
2910 F:      drivers/gpio/gpio-bt8xx.c
2911
2912 BTRFS FILE SYSTEM
2913 M:      Chris Mason <[email protected]>
2914 M:      Josef Bacik <[email protected]>
2915 M:      David Sterba <[email protected]>
2916 L:      [email protected]
2917 W:      http://btrfs.wiki.kernel.org/
2918 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2920 S:      Maintained
2921 F:      Documentation/filesystems/btrfs.txt
2922 F:      fs/btrfs/
2923
2924 BTTV VIDEO4LINUX DRIVER
2925 M:      Mauro Carvalho Chehab <[email protected]>
2926 M:      Mauro Carvalho Chehab <[email protected]>
2927 L:      [email protected]
2928 W:      https://linuxtv.org
2929 T:      git git://linuxtv.org/media_tree.git
2930 S:      Odd fixes
2931 F:      Documentation/media/v4l-drivers/bttv*
2932 F:      drivers/media/pci/bt8xx/bttv*
2933
2934 BUSLOGIC SCSI DRIVER
2935 M:      Khalid Aziz <[email protected]>
2936 L:      [email protected]
2937 S:      Maintained
2938 F:      drivers/scsi/BusLogic.*
2939 F:      drivers/scsi/FlashPoint.*
2940
2941 C-MEDIA CMI8788 DRIVER
2942 M:      Clemens Ladisch <[email protected]>
2943 L:      [email protected] (moderated for non-subscribers)
2944 T:      git git://git.alsa-project.org/alsa-kernel.git
2945 S:      Maintained
2946 F:      sound/pci/oxygen/
2947
2948 C6X ARCHITECTURE
2949 M:      Mark Salter <[email protected]>
2950 M:      Aurelien Jacquiot <[email protected]>
2951 L:      [email protected]
2952 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2953 S:      Maintained
2954 F:      arch/c6x/
2955
2956 CA8210 IEEE-802.15.4 RADIO DRIVER
2957 M:      Harry Morris <[email protected]>
2958 M:      [email protected]
2959 L:      [email protected]
2960 W:      https://github.com/Cascoda/ca8210-linux.git
2961 S:      Maintained
2962 F:      drivers/net/ieee802154/ca8210.c
2963 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
2964
2965 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2966 M:      David Howells <[email protected]>
2967 L:      [email protected] (moderated for non-subscribers)
2968 S:      Supported
2969 F:      Documentation/filesystems/caching/cachefiles.txt
2970 F:      fs/cachefiles/
2971
2972 CADET FM/AM RADIO RECEIVER DRIVER
2973 M:      Hans Verkuil <[email protected]>
2974 L:      [email protected]
2975 T:      git git://linuxtv.org/media_tree.git
2976 W:      https://linuxtv.org
2977 S:      Maintained
2978 F:      drivers/media/radio/radio-cadet*
2979
2980 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2981 M:      Jonathan Corbet <[email protected]>
2982 L:      [email protected]
2983 T:      git git://linuxtv.org/media_tree.git
2984 S:      Maintained
2985 F:      Documentation/media/v4l-drivers/cafe_ccic*
2986 F:      drivers/media/platform/marvell-ccic/
2987
2988 CAIF NETWORK LAYER
2989 M:      Dmitry Tarnyagin <[email protected]>
2990 L:      [email protected]
2991 S:      Supported
2992 F:      Documentation/networking/caif/
2993 F:      drivers/net/caif/
2994 F:      include/uapi/linux/caif/
2995 F:      include/net/caif/
2996 F:      net/caif/
2997
2998 CALGARY x86-64 IOMMU
2999 M:      Muli Ben-Yehuda <[email protected]>
3000 M:      Jon Mason <[email protected]>
3001 L:      [email protected]
3002 S:      Maintained
3003 F:      arch/x86/kernel/pci-calgary_64.c
3004 F:      arch/x86/kernel/tce_64.c
3005 F:      arch/x86/include/asm/calgary.h
3006 F:      arch/x86/include/asm/tce.h
3007
3008 CAN NETWORK LAYER
3009 M:      Oliver Hartkopp <[email protected]>
3010 M:      Marc Kleine-Budde <[email protected]>
3011 L:      [email protected]
3012 W:      https://github.com/linux-can
3013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3015 S:      Maintained
3016 F:      Documentation/networking/can.txt
3017 F:      net/can/
3018 F:      include/linux/can/core.h
3019 F:      include/uapi/linux/can.h
3020 F:      include/uapi/linux/can/bcm.h
3021 F:      include/uapi/linux/can/raw.h
3022 F:      include/uapi/linux/can/gw.h
3023
3024 CAN NETWORK DRIVERS
3025 M:      Wolfgang Grandegger <[email protected]>
3026 M:      Marc Kleine-Budde <[email protected]>
3027 L:      [email protected]
3028 W:      https://github.com/linux-can
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3031 S:      Maintained
3032 F:      Documentation/devicetree/bindings/net/can/
3033 F:      drivers/net/can/
3034 F:      include/linux/can/dev.h
3035 F:      include/linux/can/platform/
3036 F:      include/uapi/linux/can/error.h
3037 F:      include/uapi/linux/can/netlink.h
3038
3039 CAPABILITIES
3040 M:      Serge Hallyn <[email protected]>
3041 L:      [email protected]
3042 S:      Supported
3043 F:      include/linux/capability.h
3044 F:      include/uapi/linux/capability.h
3045 F:      security/commoncap.c
3046 F:      kernel/capability.c
3047
3048 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3049 M:      Kevin Tsai <[email protected]>
3050 S:      Maintained
3051 F:      drivers/iio/light/cm*
3052 F:      Documentation/devicetree/bindings/i2c/trivial-admin-guide/devices.rst
3053
3054 CAVIUM THUNDERX2 ARM64 SOC
3055 M:      Jayachandran C <[email protected]>
3056 L:      [email protected] (moderated for non-subscribers)
3057 S:      Maintained
3058 F:      arch/arm64/boot/dts/cavium/thunder-99xx*
3059 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3060
3061 CAVIUM I2C DRIVER
3062 M:      Jan Glauber <[email protected]>
3063 M:      David Daney <[email protected]>
3064 W:      http://www.cavium.com
3065 S:      Supported
3066 F:      drivers/i2c/busses/i2c-octeon*
3067 F:      drivers/i2c/busses/i2c-thunderx*
3068
3069 CAVIUM MMC DRIVER
3070 M:      Jan Glauber <[email protected]>
3071 M:      David Daney <[email protected]>
3072 M:      Steven J. Hill <[email protected]>
3073 W:      http://www.cavium.com
3074 S:      Supported
3075 F:      drivers/mmc/host/cavium*
3076
3077 CAVIUM LIQUIDIO NETWORK DRIVER
3078 M:     Derek Chickles <[email protected]>
3079 M:     Satanand Burla <[email protected]>
3080 M:     Felix Manlunas <[email protected]>
3081 M:     Raghu Vatsavayi <[email protected]>
3082 L:     [email protected]
3083 W:     http://www.cavium.com
3084 S:     Supported
3085 F:     drivers/net/ethernet/cavium/liquidio/
3086
3087 CAVIUM OCTEON-TX CRYPTO DRIVER
3088 M:      George Cherian <[email protected]>
3089 L:      [email protected]
3090 W:      http://www.cavium.com
3091 S:      Supported
3092 F:      drivers/crypto/cavium/cpt/
3093
3094 CC2520 IEEE-802.15.4 RADIO DRIVER
3095 M:      Varka Bhadram <[email protected]>
3096 L:      [email protected]
3097 S:      Maintained
3098 F:      drivers/net/ieee802154/cc2520.c
3099 F:      include/linux/spi/cc2520.h
3100 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3101
3102 CEC DRIVER
3103 M:      Hans Verkuil <[email protected]>
3104 L:      [email protected]
3105 T:      git git://linuxtv.org/media_tree.git
3106 W:      http://linuxtv.org
3107 S:      Supported
3108 F:      Documentation/media/kapi/cec-core.rst
3109 F:      Documentation/media/uapi/cec
3110 F:      drivers/media/cec/
3111 F:      drivers/media/cec-edid.c
3112 F:      drivers/media/rc/keymaps/rc-cec.c
3113 F:      include/media/cec.h
3114 F:      include/media/cec-edid.h
3115 F:      include/uapi/linux/cec.h
3116 F:      include/uapi/linux/cec-funcs.h
3117
3118 CELL BROADBAND ENGINE ARCHITECTURE
3119 M:      Arnd Bergmann <[email protected]>
3120 L:      [email protected]
3121 W:      http://www.ibm.com/developerworks/power/cell/
3122 S:      Supported
3123 F:      arch/powerpc/include/asm/cell*.h
3124 F:      arch/powerpc/include/asm/spu*.h
3125 F:      arch/powerpc/include/uapi/asm/spu*.h
3126 F:      arch/powerpc/oprofile/*cell*
3127 F:      arch/powerpc/platforms/cell/
3128
3129 CEPH COMMON CODE (LIBCEPH)
3130 M:      Ilya Dryomov <[email protected]>
3131 M:      "Yan, Zheng" <[email protected]>
3132 M:      Sage Weil <[email protected]>
3133 L:      [email protected]
3134 W:      http://ceph.com/
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3136 T:      git git://github.com/ceph/ceph-client.git
3137 S:      Supported
3138 F:      net/ceph/
3139 F:      include/linux/ceph/
3140 F:      include/linux/crush/
3141
3142 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3143 M:      "Yan, Zheng" <[email protected]>
3144 M:      Sage Weil <[email protected]>
3145 M:      Ilya Dryomov <[email protected]>
3146 L:      [email protected]
3147 W:      http://ceph.com/
3148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3149 T:      git git://github.com/ceph/ceph-client.git
3150 S:      Supported
3151 F:      Documentation/filesystems/ceph.txt
3152 F:      fs/ceph/
3153
3154 CERTIFICATE HANDLING:
3155 M:      David Howells <[email protected]>
3156 M:      David Woodhouse <[email protected]>
3157 L:      [email protected]
3158 S:      Maintained
3159 F:      Documentation/module-signing.txt
3160 F:      certs/
3161 F:      scripts/sign-file.c
3162 F:      scripts/extract-cert.c
3163
3164 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3165 L:      [email protected]
3166 S:      Orphan
3167 F:      Documentation/usb/WUSB-Design-overview.txt
3168 F:      Documentation/usb/wusb-cbaf
3169 F:      drivers/usb/host/hwa-hc.c
3170 F:      drivers/usb/host/whci/
3171 F:      drivers/usb/wusbcore/
3172 F:      include/linux/usb/wusb*
3173
3174 HT16K33 LED CONTROLLER DRIVER
3175 M:      Robin van der Gracht <[email protected]>
3176 S:      Maintained
3177 F:      drivers/auxdisplay/ht16k33.c
3178 F:      Documentation/devicetree/bindings/display/ht16k33.txt
3179
3180 CFAG12864B LCD DRIVER
3181 M:      Miguel Ojeda Sandonis <[email protected]>
3182 W:      http://miguelojeda.es/auxdisplay.htm
3183 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3184 S:      Maintained
3185 F:      drivers/auxdisplay/cfag12864b.c
3186 F:      include/linux/cfag12864b.h
3187
3188 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3189 M:      Miguel Ojeda Sandonis <[email protected]>
3190 W:      http://miguelojeda.es/auxdisplay.htm
3191 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3192 S:      Maintained
3193 F:      drivers/auxdisplay/cfag12864bfb.c
3194 F:      include/linux/cfag12864b.h
3195
3196 CFG80211 and NL80211
3197 M:      Johannes Berg <[email protected]>
3198 L:      [email protected]
3199 W:      http://wireless.kernel.org/
3200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3202 S:      Maintained
3203 F:      include/uapi/linux/nl80211.h
3204 F:      include/net/cfg80211.h
3205 F:      net/wireless/*
3206 X:      net/wireless/wext*
3207
3208 CHAR and MISC DRIVERS
3209 M:      Arnd Bergmann <[email protected]>
3210 M:      Greg Kroah-Hartman <[email protected]>
3211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3212 S:      Supported
3213 F:      drivers/char/*
3214 F:      drivers/misc/*
3215 F:      include/linux/miscdevice.h
3216
3217 CHECKPATCH
3218 M:      Andy Whitcroft <[email protected]>
3219 M:      Joe Perches <[email protected]>
3220 S:      Maintained
3221 F:      scripts/checkpatch.pl
3222
3223 CHINESE DOCUMENTATION
3224 M:      Harry Wei <[email protected]>
3225 L:      [email protected] (subscribers-only)
3226 L:      [email protected] (moderated for non-subscribers)
3227 S:      Maintained
3228 F:      Documentation/translations/zh_CN/
3229
3230 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3231 M:      Peter Chen <[email protected]>
3232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3233 L:      [email protected]
3234 S:      Maintained
3235 F:      drivers/usb/chipidea/
3236
3237 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3238 M:      Hans de Goede <[email protected]>
3239 L:      [email protected]
3240 S:      Maintained
3241 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3242 F:      drivers/input/touchscreen/chipone_icn8318.c
3243
3244 CHROME HARDWARE PLATFORM SUPPORT
3245 M:      Olof Johansson <[email protected]>
3246 S:      Maintained
3247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
3248 F:      drivers/platform/chrome/
3249
3250 CISCO VIC ETHERNET NIC DRIVER
3251 M:      Christian Benvenuti <[email protected]>
3252 M:      Govindarajulu Varadarajan <[email protected]>
3253 M:      Neel Patel <[email protected]>
3254 S:      Supported
3255 F:      drivers/net/ethernet/cisco/enic/
3256
3257 CISCO VIC LOW LATENCY NIC DRIVER
3258 M:      Christian Benvenuti <[email protected]>
3259 M:      Dave Goodell <[email protected]>
3260 S:      Supported
3261 F:      drivers/infiniband/hw/usnic/
3262
3263 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3264 M:      Hartley Sweeten <[email protected]>
3265 L:      [email protected]
3266 S:      Maintained
3267 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3268
3269 CIRRUS LOGIC AUDIO CODEC DRIVERS
3270 M:      Brian Austin <[email protected]>
3271 M:      Paul Handrigan <[email protected]>
3272 L:      [email protected] (moderated for non-subscribers)
3273 S:      Maintained
3274 F:      sound/soc/codecs/cs*
3275
3276 CLEANCACHE API
3277 M:      Konrad Rzeszutek Wilk <[email protected]>
3278 L:      [email protected]
3279 S:      Maintained
3280 F:      mm/cleancache.c
3281 F:      include/linux/cleancache.h
3282
3283 CLK API
3284 M:      Russell King <[email protected]>
3285 L:      [email protected]
3286 S:      Maintained
3287 F:      include/linux/clk.h
3288
3289 CLOCKSOURCE, CLOCKEVENT DRIVERS
3290 M:      Daniel Lezcano <[email protected]>
3291 M:      Thomas Gleixner <[email protected]>
3292 L:      [email protected]
3293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3294 S:      Supported
3295 F:      drivers/clocksource
3296
3297 CISCO FCOE HBA DRIVER
3298 M:      Satish Kharat <[email protected]>
3299 M:      Sesidhar Baddela <[email protected]>
3300 M:      Karan Tilak Kumar <[email protected]>
3301 L:      [email protected]
3302 S:      Supported
3303 F:      drivers/scsi/fnic/
3304
3305 CISCO SCSI HBA DRIVER
3306 M:      Karan Tilak Kumar <[email protected]>
3307 M:      Sesidhar Baddela <[email protected]>
3308 L:      [email protected]
3309 S:      Supported
3310 F:      drivers/scsi/snic/
3311
3312 CMPC ACPI DRIVER
3313 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3314 M:      Daniel Oliveira Nascimento <[email protected]>
3315 L:      [email protected]
3316 S:      Supported
3317 F:      drivers/platform/x86/classmate-laptop.c
3318
3319 COBALT MEDIA DRIVER
3320 M:      Hans Verkuil <[email protected]>
3321 L:      [email protected]
3322 T:      git git://linuxtv.org/media_tree.git
3323 W:      https://linuxtv.org
3324 S:      Supported
3325 F:      drivers/media/pci/cobalt/
3326
3327 COCCINELLE/Semantic Patches (SmPL)
3328 M:      Julia Lawall <[email protected]>
3329 M:      Gilles Muller <[email protected]>
3330 M:      Nicolas Palix <[email protected]>
3331 M:      Michal Marek <[email protected]>
3332 L:      [email protected] (moderated for non-subscribers)
3333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3334 W:      http://coccinelle.lip6.fr/
3335 S:      Supported
3336 F:      Documentation/dev-tools/coccinelle.rst
3337 F:      scripts/coccinelle/
3338 F:      scripts/coccicheck
3339
3340 CODA FILE SYSTEM
3341 M:      Jan Harkes <[email protected]>
3342 M:      [email protected]
3343 L:      [email protected]
3344 W:      http://www.coda.cs.cmu.edu/
3345 S:      Maintained
3346 F:      Documentation/filesystems/coda.txt
3347 F:      fs/coda/
3348 F:      include/linux/coda*.h
3349 F:      include/uapi/linux/coda*.h
3350
3351 CODA V4L2 MEM2MEM DRIVER
3352 M:      Philipp Zabel <[email protected]>
3353 L:      [email protected]
3354 S:      Maintained
3355 F:      Documentation/devicetree/bindings/media/coda.txt
3356 F:      drivers/media/platform/coda/
3357
3358 COMMON CLK FRAMEWORK
3359 M:      Michael Turquette <[email protected]>
3360 M:      Stephen Boyd <[email protected]>
3361 L:      [email protected]
3362 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3364 S:      Maintained
3365 F:      Documentation/devicetree/bindings/clock/
3366 F:      drivers/clk/
3367 X:      drivers/clk/clkdev.c
3368 F:      include/linux/clk-pr*
3369 F:      include/linux/clk/
3370
3371 COMMON INTERNET FILE SYSTEM (CIFS)
3372 M:      Steve French <[email protected]>
3373 L:      [email protected]
3374 L:      [email protected] (moderated for non-subscribers)
3375 W:      http://linux-cifs.samba.org/
3376 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3377 S:      Supported
3378 F:      Documentation/filesystems/cifs/
3379 F:      fs/cifs/
3380
3381 COMPACTPCI HOTPLUG CORE
3382 M:      Scott Murray <[email protected]>
3383 L:      [email protected]
3384 S:      Maintained
3385 F:      drivers/pci/hotplug/cpci_hotplug*
3386
3387 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3388 M:      Scott Murray <[email protected]>
3389 L:      [email protected]
3390 S:      Maintained
3391 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3392
3393 COMPACTPCI HOTPLUG GENERIC DRIVER
3394 M:      Scott Murray <[email protected]>
3395 L:      [email protected]
3396 S:      Maintained
3397 F:      drivers/pci/hotplug/cpcihp_generic.c
3398
3399 COMPAL LAPTOP SUPPORT
3400 M:      Cezary Jackiewicz <[email protected]>
3401 L:      [email protected]
3402 S:      Maintained
3403 F:      drivers/platform/x86/compal-laptop.c
3404
3405 CONEXANT ACCESSRUNNER USB DRIVER
3406 L:      [email protected]
3407 W:      http://accessrunner.sourceforge.net/
3408 S:      Orphan
3409 F:      drivers/usb/atm/cxacru.c
3410
3411 CONFIGFS
3412 M:      Joel Becker <[email protected]>
3413 M:      Christoph Hellwig <[email protected]>
3414 T:      git git://git.infradead.org/users/hch/configfs.git
3415 S:      Supported
3416 F:      fs/configfs/
3417 F:      include/linux/configfs.h
3418
3419 CONNECTOR
3420 M:      Evgeniy Polyakov <[email protected]>
3421 L:      [email protected]
3422 S:      Maintained
3423 F:      drivers/connector/
3424
3425 CONTROL GROUP (CGROUP)
3426 M:      Tejun Heo <[email protected]>
3427 M:      Li Zefan <[email protected]>
3428 M:      Johannes Weiner <[email protected]>
3429 L:      [email protected]
3430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3431 S:      Maintained
3432 F:      Documentation/cgroup*
3433 F:      include/linux/cgroup*
3434 F:      kernel/cgroup*
3435
3436 CONTROL GROUP - CPUSET
3437 M:      Li Zefan <[email protected]>
3438 L:      [email protected]
3439 W:      http://www.bullopensource.org/cpuset/
3440 W:      http://oss.sgi.com/projects/cpusets/
3441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3442 S:      Maintained
3443 F:      Documentation/cgroup-v1/cpusets.txt
3444 F:      include/linux/cpuset.h
3445 F:      kernel/cpuset.c
3446
3447 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3448 M:      Johannes Weiner <[email protected]>
3449 M:      Michal Hocko <[email protected]>
3450 M:      Vladimir Davydov <[email protected]>
3451 L:      [email protected]
3452 L:      [email protected]
3453 S:      Maintained
3454 F:      mm/memcontrol.c
3455 F:      mm/swap_cgroup.c
3456
3457 CORETEMP HARDWARE MONITORING DRIVER
3458 M:      Fenghua Yu <[email protected]>
3459 L:      [email protected]
3460 S:      Maintained
3461 F:      Documentation/hwmon/coretemp
3462 F:      drivers/hwmon/coretemp.c
3463
3464 COSA/SRP SYNC SERIAL DRIVER
3465 M:      Jan "Yenya" Kasprzak <[email protected]>
3466 W:      http://www.fi.muni.cz/~kas/cosa/
3467 S:      Maintained
3468 F:      drivers/net/wan/cosa*
3469
3470 CPMAC ETHERNET DRIVER
3471 M:      Florian Fainelli <[email protected]>
3472 L:      [email protected]
3473 S:      Maintained
3474 F:      drivers/net/ethernet/ti/cpmac.c
3475
3476 CPU FREQUENCY DRIVERS
3477 M:      "Rafael J. Wysocki" <[email protected]>
3478 M:      Viresh Kumar <[email protected]>
3479 L:      [email protected]
3480 S:      Maintained
3481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3482 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3483 B:      https://bugzilla.kernel.org
3484 F:      Documentation/cpu-freq/
3485 F:      Documentation/devicetree/bindings/cpufreq/
3486 F:      drivers/cpufreq/
3487 F:      include/linux/cpufreq.h
3488 F:      tools/testing/selftests/cpufreq/
3489
3490 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3491 M:      Viresh Kumar <[email protected]>
3492 M:      Sudeep Holla <[email protected]>
3493 L:      [email protected]
3494 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3495 S:      Maintained
3496 F:      drivers/cpufreq/arm_big_little.h
3497 F:      drivers/cpufreq/arm_big_little.c
3498 F:      drivers/cpufreq/arm_big_little_dt.c
3499
3500 CPUIDLE DRIVER - ARM BIG LITTLE
3501 M:      Lorenzo Pieralisi <[email protected]>
3502 M:      Daniel Lezcano <[email protected]>
3503 L:      [email protected]
3504 L:      [email protected]
3505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3506 S:      Maintained
3507 F:      drivers/cpuidle/cpuidle-big_little.c
3508
3509 CPUIDLE DRIVER - ARM EXYNOS
3510 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3511 M:      Daniel Lezcano <[email protected]>
3512 M:      Kukjin Kim <[email protected]>
3513 L:      [email protected]
3514 L:      [email protected]
3515 S:      Supported
3516 F:      drivers/cpuidle/cpuidle-exynos.c
3517 F:      arch/arm/mach-exynos/pm.c
3518
3519 CPUIDLE DRIVERS
3520 M:      "Rafael J. Wysocki" <[email protected]>
3521 M:      Daniel Lezcano <[email protected]>
3522 L:      [email protected]
3523 S:      Maintained
3524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3525 B:      https://bugzilla.kernel.org
3526 F:      drivers/cpuidle/*
3527 F:      include/linux/cpuidle.h
3528
3529 CPUID/MSR DRIVER
3530 M:      "H. Peter Anvin" <[email protected]>
3531 S:      Maintained
3532 F:      arch/x86/kernel/cpuid.c
3533 F:      arch/x86/kernel/msr.c
3534
3535 CPU POWER MONITORING SUBSYSTEM
3536 M:      Thomas Renninger <[email protected]>
3537 L:      [email protected]
3538 S:      Maintained
3539 F:      tools/power/cpupower/
3540
3541 CRAMFS FILESYSTEM
3542 W:      http://sourceforge.net/projects/cramfs/
3543 S:      Orphan / Obsolete
3544 F:      Documentation/filesystems/cramfs.txt
3545 F:      fs/cramfs/
3546
3547 CRIS PORT
3548 M:      Mikael Starvik <[email protected]>
3549 M:      Jesper Nilsson <[email protected]>
3550 L:      [email protected]
3551 W:      http://developer.axis.com
3552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3553 S:      Maintained
3554 F:      arch/cris/
3555 F:      drivers/tty/serial/crisv10.*
3556
3557 CRYPTO API
3558 M:      Herbert Xu <[email protected]>
3559 M:      "David S. Miller" <[email protected]>
3560 L:      [email protected]
3561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3563 S:      Maintained
3564 F:      Documentation/crypto/
3565 F:      Documentation/devicetree/bindings/crypto/
3566 F:      Documentation/DocBook/crypto-API.tmpl
3567 F:      arch/*/crypto/
3568 F:      crypto/
3569 F:      drivers/crypto/
3570 F:      include/crypto/
3571 F:      include/linux/crypto*
3572
3573 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3574 M:      Neil Horman <[email protected]>
3575 L:      [email protected]
3576 S:      Maintained
3577 F:      crypto/ansi_cprng.c
3578 F:      crypto/rng.c
3579
3580 CS3308 MEDIA DRIVER
3581 M:      Hans Verkuil <[email protected]>
3582 L:      [email protected]
3583 T:      git git://linuxtv.org/media_tree.git
3584 W:      http://linuxtv.org
3585 S:      Odd Fixes
3586 F:      drivers/media/i2c/cs3308.c
3587 F:      drivers/media/i2c/cs3308.h
3588
3589 CS5535 Audio ALSA driver
3590 M:      Jaya Kumar <[email protected]>
3591 S:      Maintained
3592 F:      sound/pci/cs5535audio/
3593
3594 CW1200 WLAN driver
3595 M:      Solomon Peachy <[email protected]>
3596 S:      Maintained
3597 F:      drivers/net/wireless/st/cw1200/
3598
3599 CX18 VIDEO4LINUX DRIVER
3600 M:      Andy Walls <[email protected]>
3601 L:      [email protected] (subscribers-only)
3602 L:      [email protected]
3603 T:      git git://linuxtv.org/media_tree.git
3604 W:      https://linuxtv.org
3605 W:      http://www.ivtvdriver.org/index.php/Cx18
3606 S:      Maintained
3607 F:      Documentation/media/v4l-drivers/cx18*
3608 F:      drivers/media/pci/cx18/
3609 F:      include/uapi/linux/ivtv*
3610
3611 CX2341X MPEG ENCODER HELPER MODULE
3612 M:      Hans Verkuil <[email protected]>
3613 L:      [email protected]
3614 T:      git git://linuxtv.org/media_tree.git
3615 W:      https://linuxtv.org
3616 S:      Maintained
3617 F:      drivers/media/common/cx2341x*
3618 F:      include/media/cx2341x*
3619
3620 CX24120 MEDIA DRIVER
3621 M:      Jemma Denson <[email protected]>
3622 M:      Patrick Boettcher <[email protected]>
3623 L:      [email protected]
3624 W:      https://linuxtv.org
3625 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3626 S:      Maintained
3627 F:      drivers/media/dvb-frontends/cx24120*
3628
3629 CX88 VIDEO4LINUX DRIVER
3630 M:      Mauro Carvalho Chehab <[email protected]>
3631 M:      Mauro Carvalho Chehab <[email protected]>
3632 L:      [email protected]
3633 W:      https://linuxtv.org
3634 T:      git git://linuxtv.org/media_tree.git
3635 S:      Odd fixes
3636 F:      Documentation/media/v4l-drivers/cx88*
3637 F:      drivers/media/pci/cx88/
3638
3639 CXD2820R MEDIA DRIVER
3640 M:      Antti Palosaari <[email protected]>
3641 L:      [email protected]
3642 W:      https://linuxtv.org
3643 W:      http://palosaari.fi/linux/
3644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3645 T:      git git://linuxtv.org/anttip/media_tree.git
3646 S:      Maintained
3647 F:      drivers/media/dvb-frontends/cxd2820r*
3648
3649 CXGB3 ETHERNET DRIVER (CXGB3)
3650 M:      Santosh Raspatur <[email protected]>
3651 L:      [email protected]
3652 W:      http://www.chelsio.com
3653 S:      Supported
3654 F:      drivers/net/ethernet/chelsio/cxgb3/
3655
3656 CXGB3 ISCSI DRIVER (CXGB3I)
3657 M:      Karen Xie <[email protected]>
3658 L:      [email protected]
3659 W:      http://www.chelsio.com
3660 S:      Supported
3661 F:      drivers/scsi/cxgbi/cxgb3i
3662
3663 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3664 M:      Steve Wise <[email protected]>
3665 L:      [email protected]
3666 W:      http://www.openfabrics.org
3667 S:      Supported
3668 F:      drivers/infiniband/hw/cxgb3/
3669 F:      include/uapi/rdma/cxgb3-abi.h
3670
3671 CXGB4 ETHERNET DRIVER (CXGB4)
3672 M:      Ganesh Goudar <[email protected]>
3673 L:      [email protected]
3674 W:      http://www.chelsio.com
3675 S:      Supported
3676 F:      drivers/net/ethernet/chelsio/cxgb4/
3677
3678 CXGB4 ISCSI DRIVER (CXGB4I)
3679 M:      Karen Xie <[email protected]>
3680 L:      [email protected]
3681 W:      http://www.chelsio.com
3682 S:      Supported
3683 F:      drivers/scsi/cxgbi/cxgb4i
3684
3685 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3686 M:      Steve Wise <[email protected]>
3687 L:      [email protected]
3688 W:      http://www.openfabrics.org
3689 S:      Supported
3690 F:      drivers/infiniband/hw/cxgb4/
3691 F:      include/uapi/rdma/cxgb4-abi.h
3692
3693 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3694 M:      Casey Leedom <[email protected]>
3695 L:      [email protected]
3696 W:      http://www.chelsio.com
3697 S:      Supported
3698 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3699
3700 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3701 M:      Ian Munsie <[email protected]>
3702 M:      Frederic Barrat <[email protected]>
3703 L:      [email protected]
3704 S:      Supported
3705 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3706 F:      drivers/misc/cxl/
3707 F:      include/misc/cxl*
3708 F:      include/uapi/misc/cxl.h
3709 F:      Documentation/powerpc/cxl.txt
3710 F:      Documentation/ABI/testing/sysfs-class-cxl
3711
3712 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3713 M:      Manoj N. Kumar <[email protected]>
3714 M:      Matthew R. Ochs <[email protected]>
3715 M:      Uma Krishnan <[email protected]>
3716 L:      [email protected]
3717 S:      Supported
3718 F:      drivers/scsi/cxlflash/
3719 F:      include/uapi/scsi/cxlflash_ioctls.h
3720 F:      Documentation/powerpc/cxlflash.txt
3721
3722 STMMAC ETHERNET DRIVER
3723 M:      Giuseppe Cavallaro <[email protected]>
3724 M:      Alexandre Torgue <[email protected]>
3725 L:      [email protected]
3726 W:      http://www.stlinux.com
3727 S:      Supported
3728 F:      drivers/net/ethernet/stmicro/stmmac/
3729
3730 CYBERPRO FB DRIVER
3731 M:      Russell King <[email protected]>
3732 L:      [email protected] (moderated for non-subscribers)
3733 W:      http://www.armlinux.org.uk/
3734 S:      Maintained
3735 F:      drivers/video/fbdev/cyber2000fb.*
3736
3737 CYCLADES ASYNC MUX DRIVER
3738 W:      http://www.cyclades.com/
3739 S:      Orphan
3740 F:      drivers/tty/cyclades.c
3741 F:      include/linux/cyclades.h
3742 F:      include/uapi/linux/cyclades.h
3743
3744 CYCLADES PC300 DRIVER
3745 W:      http://www.cyclades.com/
3746 S:      Orphan
3747 F:      drivers/net/wan/pc300*
3748
3749 CYPRESS_FIRMWARE MEDIA DRIVER
3750 M:      Antti Palosaari <[email protected]>
3751 L:      [email protected]
3752 W:      https://linuxtv.org
3753 W:      http://palosaari.fi/linux/
3754 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3755 T:      git git://linuxtv.org/anttip/media_tree.git
3756 S:      Maintained
3757 F:      drivers/media/common/cypress_firmware*
3758
3759 CYTTSP TOUCHSCREEN DRIVER
3760 M:      Ferruh Yigit <[email protected]>
3761 L:      [email protected]
3762 S:      Supported
3763 F:      drivers/input/touchscreen/cyttsp*
3764 F:      include/linux/input/cyttsp.h
3765
3766 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3767 M:      Joshua Kinard <[email protected]>
3768 S:      Maintained
3769 F:      drivers/rtc/rtc-ds1685.c
3770 F:      include/linux/rtc/ds1685.h
3771
3772 DAMA SLAVE for AX.25
3773 M:      Joerg Reuter <[email protected]>
3774 W:      http://yaina.de/jreuter/
3775 W:      http://www.qsl.net/dl1bke/
3776 L:      [email protected]
3777 S:      Maintained
3778 F:      net/ax25/af_ax25.c
3779 F:      net/ax25/ax25_dev.c
3780 F:      net/ax25/ax25_ds_*
3781 F:      net/ax25/ax25_in.c
3782 F:      net/ax25/ax25_out.c
3783 F:      net/ax25/ax25_timer.c
3784 F:      net/ax25/sysctl_net_ax25.c
3785
3786 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3787 L:      [email protected]
3788 S:      Orphan
3789 F:      Documentation/networking/dmfe.txt
3790 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3791
3792 DC390/AM53C974 SCSI driver
3793 M:      Hannes Reinecke <[email protected]>
3794 L:      [email protected]
3795 S:      Maintained
3796 F:      drivers/scsi/am53c974.c
3797
3798 DC395x SCSI driver
3799 M:      Oliver Neukum <[email protected]>
3800 M:      Ali Akcaagac <[email protected]>
3801 M:      Jamie Lenehan <[email protected]>
3802 L:      [email protected]
3803 W:      http://twibble.org/dist/dc395x/
3804 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3805 S:      Maintained
3806 F:      Documentation/scsi/dc395x.txt
3807 F:      drivers/scsi/dc395x.*
3808
3809 DCCP PROTOCOL
3810 M:      Gerrit Renker <[email protected]>
3811 L:      [email protected]
3812 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3813 S:      Maintained
3814 F:      include/linux/dccp.h
3815 F:      include/uapi/linux/dccp.h
3816 F:      include/linux/tfrc.h
3817 F:      net/dccp/
3818
3819 DECnet NETWORK LAYER
3820 W:      http://linux-decnet.sourceforge.net
3821 L:      [email protected]
3822 S:      Orphan
3823 F:      Documentation/networking/decnet.txt
3824 F:      net/decnet/
3825
3826 DECSTATION PLATFORM SUPPORT
3827 M:      "Maciej W. Rozycki" <[email protected]>
3828 L:      [email protected]
3829 W:      http://www.linux-mips.org/wiki/DECstation
3830 S:      Maintained
3831 F:      arch/mips/dec/
3832 F:      arch/mips/include/asm/dec/
3833 F:      arch/mips/include/asm/mach-dec/
3834
3835 DEFXX FDDI NETWORK DRIVER
3836 M:      "Maciej W. Rozycki" <[email protected]>
3837 S:      Maintained
3838 F:      drivers/net/fddi/defxx.*
3839
3840 DELL LAPTOP DRIVER
3841 M:      Matthew Garrett <[email protected]>
3842 M:      Pali Rohár <[email protected]>
3843 L:      [email protected]
3844 S:      Maintained
3845 F:      drivers/platform/x86/dell-laptop.c
3846
3847 DELL LAPTOP RBTN DRIVER
3848 M:      Pali Rohár <[email protected]>
3849 S:      Maintained
3850 F:      drivers/platform/x86/dell-rbtn.*
3851
3852 DELL LAPTOP FREEFALL DRIVER
3853 M:      Pali Rohár <[email protected]>
3854 S:      Maintained
3855 F:      drivers/platform/x86/dell-smo8800.c
3856
3857 DELL LAPTOP SMM DRIVER
3858 M:      Pali Rohár <[email protected]>
3859 S:      Maintained
3860 F:      drivers/hwmon/dell-smm-hwmon.c
3861 F:      include/uapi/linux/i8k.h
3862
3863 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3864 M:      Doug Warzecha <[email protected]>
3865 S:      Maintained
3866 F:      Documentation/dcdbas.txt
3867 F:      drivers/firmware/dcdbas.*
3868
3869 DELL WMI EXTRAS DRIVER
3870 M:      Matthew Garrett <[email protected]>
3871 M:      Pali Rohár <[email protected]>
3872 S:      Maintained
3873 F:      drivers/platform/x86/dell-wmi.c
3874
3875 DESIGNWARE USB2 DRD IP DRIVER
3876 M:      John Youn <[email protected]>
3877 L:      [email protected]
3878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3879 S:      Maintained
3880 F:      drivers/usb/dwc2/
3881
3882 DESIGNWARE USB3 DRD IP DRIVER
3883 M:      Felipe Balbi <[email protected]>
3884 L:      [email protected]
3885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3886 S:      Maintained
3887 F:      drivers/usb/dwc3/
3888
3889 DEVICE COREDUMP (DEV_COREDUMP)
3890 M:      Johannes Berg <[email protected]>
3891 L:      [email protected]
3892 S:      Maintained
3893 F:      drivers/base/devcoredump.c
3894 F:      include/linux/devcoredump.h
3895
3896 DEVICE FREQUENCY (DEVFREQ)
3897 M:      MyungJoo Ham <[email protected]>
3898 M:      Kyungmin Park <[email protected]>
3899 R:      Chanwoo Choi <[email protected]>
3900 L:      [email protected]
3901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3902 S:      Maintained
3903 F:      drivers/devfreq/
3904 F:      include/linux/devfreq.h
3905 F:      Documentation/devicetree/bindings/devfreq/
3906
3907 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3908 M:      Chanwoo Choi <[email protected]>
3909 L:      [email protected]
3910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3911 S:      Supported
3912 F:      drivers/devfreq/event/
3913 F:      drivers/devfreq/devfreq-event.c
3914 F:      include/linux/devfreq-event.h
3915 F:      Documentation/devicetree/bindings/devfreq/event/
3916
3917 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3918 M:      Chanwoo Choi <[email protected]>
3919 L:      [email protected]
3920 L:      [email protected]
3921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3922 S:      Maintained
3923 F:      drivers/devfreq/exynos-bus.c
3924 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3925
3926 DEVICE NUMBER REGISTRY
3927 M:      Torben Mathiasen <[email protected]>
3928 W:      http://lanana.org/docs/device-list/index.html
3929 S:      Maintained
3930
3931 DEVICE-MAPPER  (LVM)
3932 M:      Alasdair Kergon <[email protected]>
3933 M:      Mike Snitzer <[email protected]>
3934 M:      [email protected]
3935 L:      [email protected]
3936 W:      http://sources.redhat.com/dm
3937 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3939 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3940 S:      Maintained
3941 F:      Documentation/device-mapper/
3942 F:      drivers/md/dm*
3943 F:      drivers/md/persistent-data/
3944 F:      include/linux/device-mapper.h
3945 F:      include/linux/dm-*.h
3946 F:      include/uapi/linux/dm-*.h
3947
3948 DEVLINK
3949 M:      Jiri Pirko <[email protected]>
3950 L:      [email protected]
3951 S:      Supported
3952 F:      net/core/devlink.c
3953 F:      include/net/devlink.h
3954 F:      include/uapi/linux/devlink.h
3955
3956 DIALOG SEMICONDUCTOR DRIVERS
3957 M:      Support Opensource <[email protected]>
3958 W:      http://www.dialog-semiconductor.com/products
3959 S:      Supported
3960 F:      Documentation/hwmon/da90??
3961 F:      Documentation/devicetree/bindings/mfd/da90*.txt
3962 F:      Documentation/devicetree/bindings/regulator/da92*.txt
3963 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3964 F:      drivers/gpio/gpio-da90??.c
3965 F:      drivers/hwmon/da90??-hwmon.c
3966 F:      drivers/iio/adc/da91??-*.c
3967 F:      drivers/input/misc/da90??_onkey.c
3968 F:      drivers/input/touchscreen/da9052_tsi.c
3969 F:      drivers/leds/leds-da90??.c
3970 F:      drivers/mfd/da903x.c
3971 F:      drivers/mfd/da90??-*.c
3972 F:      drivers/mfd/da91??-*.c
3973 F:      drivers/power/supply/da9052-battery.c
3974 F:      drivers/power/supply/da91??-*.c
3975 F:      drivers/regulator/da903x.c
3976 F:      drivers/regulator/da9???-regulator.[ch]
3977 F:      drivers/rtc/rtc-da90??.c
3978 F:      drivers/video/backlight/da90??_bl.c
3979 F:      drivers/watchdog/da90??_wdt.c
3980 F:      include/linux/mfd/da903x.h
3981 F:      include/linux/mfd/da9052/
3982 F:      include/linux/mfd/da9055/
3983 F:      include/linux/mfd/da9062/
3984 F:      include/linux/mfd/da9063/
3985 F:      include/linux/mfd/da9150/
3986 F:      include/linux/regulator/da9211.h
3987 F:      include/sound/da[79]*.h
3988 F:      sound/soc/codecs/da[79]*.[ch]
3989
3990 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
3991 M:      William Breathitt Gray <[email protected]>
3992 L:      [email protected]
3993 S:      Maintained
3994 F:      drivers/gpio/gpio-gpio-mm.c
3995
3996 DIGI NEO AND CLASSIC PCI PRODUCTS
3997 M:      Lidza Louina <[email protected]>
3998 M:      Mark Hounschell <[email protected]>
3999 L:      [email protected]
4000 S:      Maintained
4001 F:      drivers/staging/dgnc/
4002
4003 DIOLAN U2C-12 I2C DRIVER
4004 M:      Guenter Roeck <[email protected]>
4005 L:      [email protected]
4006 S:      Maintained
4007 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4008
4009 DIRECT ACCESS (DAX)
4010 M:      Matthew Wilcox <[email protected]>
4011 M:      Ross Zwisler <[email protected]>
4012 L:      [email protected]
4013 S:      Supported
4014 F:      fs/dax.c
4015 F:      include/linux/dax.h
4016 F:      include/trace/events/fs_dax.h
4017
4018 DIRECTORY NOTIFICATION (DNOTIFY)
4019 M:      Eric Paris <[email protected]>
4020 S:      Maintained
4021 F:      Documentation/filesystems/dnotify.txt
4022 F:      fs/notify/dnotify/
4023 F:      include/linux/dnotify.h
4024
4025 DISK GEOMETRY AND PARTITION HANDLING
4026 M:      Andries Brouwer <[email protected]>
4027 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4028 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4029 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4030 S:      Maintained
4031
4032 DISKQUOTA
4033 M:      Jan Kara <[email protected]>
4034 S:      Maintained
4035 F:      Documentation/filesystems/quota.txt
4036 F:      fs/quota/
4037 F:      include/linux/quota*.h
4038 F:      include/uapi/linux/quota*.h
4039
4040 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4041 M:      Bernie Thompson <[email protected]>
4042 L:      [email protected]
4043 S:      Maintained
4044 W:      http://plugable.com/category/projects/udlfb/
4045 F:      drivers/video/fbdev/udlfb.c
4046 F:      include/video/udlfb.h
4047 F:      Documentation/fb/udlfb.txt
4048
4049 DISTRIBUTED LOCK MANAGER (DLM)
4050 M:      Christine Caulfield <[email protected]>
4051 M:      David Teigland <[email protected]>
4052 L:      [email protected]
4053 W:      http://sources.redhat.com/cluster/
4054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4055 S:      Supported
4056 F:      fs/dlm/
4057
4058 DMA BUFFER SHARING FRAMEWORK
4059 M:      Sumit Semwal <[email protected]>
4060 S:      Maintained
4061 L:      [email protected]
4062 L:      [email protected]
4063 L:      [email protected] (moderated for non-subscribers)
4064 F:      drivers/dma-buf/
4065 F:      include/linux/dma-buf*
4066 F:      include/linux/reservation.h
4067 F:      include/linux/*fence.h
4068 F:      Documentation/driver-api/dma-buf.rst
4069 T:      git git://anongit.freedesktop.org/drm/drm-misc
4070
4071 SYNC FILE FRAMEWORK
4072 M:      Sumit Semwal <[email protected]>
4073 R:      Gustavo Padovan <[email protected]>
4074 S:      Maintained
4075 L:      [email protected]
4076 L:      [email protected]
4077 F:      drivers/dma-buf/sync_*
4078 F:      drivers/dma-buf/dma-fence*
4079 F:      drivers/dma-buf/sw_sync.c
4080 F:      include/linux/sync_file.h
4081 F:      include/uapi/linux/sync_file.h
4082 F:      Documentation/sync_file.txt
4083 T:      git git://anongit.freedesktop.org/drm/drm-misc
4084
4085 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4086 M:      Vinod Koul <[email protected]>
4087 L:      [email protected]
4088 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4089 S:      Maintained
4090 F:      drivers/dma/
4091 F:      include/linux/dmaengine.h
4092 F:      Documentation/devicetree/bindings/dma/
4093 F:      Documentation/dmaengine/
4094 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4095
4096 DME1737 HARDWARE MONITOR DRIVER
4097 M:      Juerg Haefliger <[email protected]>
4098 L:      [email protected]
4099 S:      Maintained
4100 F:      Documentation/hwmon/dme1737
4101 F:      drivers/hwmon/dme1737.c
4102
4103 DMI/SMBIOS SUPPORT
4104 M:      Jean Delvare <[email protected]>
4105 S:      Maintained
4106 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4107 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4108 F:      drivers/firmware/dmi-id.c
4109 F:      drivers/firmware/dmi_scan.c
4110 F:      include/linux/dmi.h
4111
4112 DOCUMENTATION
4113 M:      Jonathan Corbet <[email protected]>
4114 L:      [email protected]
4115 S:      Maintained
4116 F:      Documentation/
4117 F:      scripts/docproc.c
4118 F:      scripts/kernel-doc*
4119 X:      Documentation/ABI/
4120 X:      Documentation/devicetree/
4121 X:      Documentation/acpi
4122 X:      Documentation/power
4123 X:      Documentation/spi
4124 X:      Documentation/media
4125 T:      git git://git.lwn.net/linux.git docs-next
4126
4127 DOUBLETALK DRIVER
4128 M:      "James R. Van Zandt" <[email protected]>
4129 L:      [email protected]
4130 S:      Maintained
4131 F:      drivers/char/dtlk.c
4132 F:      include/linux/dtlk.h
4133
4134 DPT_I2O SCSI RAID DRIVER
4135 M:      Adaptec OEM Raid Solutions <[email protected]>
4136 L:      [email protected]
4137 W:      http://www.adaptec.com/
4138 S:      Maintained
4139 F:      drivers/scsi/dpt*
4140 F:      drivers/scsi/dpt/
4141
4142 DRBD DRIVER
4143 M:      Philipp Reisner <[email protected]>
4144 M:      Lars Ellenberg <[email protected]>
4145 L:      [email protected]
4146 W:      http://www.drbd.org
4147 T:      git git://git.linbit.com/linux-drbd.git
4148 T:      git git://git.linbit.com/drbd-8.4.git
4149 S:      Supported
4150 F:      drivers/block/drbd/
4151 F:      lib/lru_cache.c
4152 F:      Documentation/blockdev/drbd/
4153
4154 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4155 M:      Greg Kroah-Hartman <[email protected]>
4156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4157 S:      Supported
4158 F:      Documentation/kobject.txt
4159 F:      drivers/base/
4160 F:      fs/debugfs/
4161 F:      fs/sysfs/
4162 F:      include/linux/debugfs.h
4163 F:      include/linux/kobj*
4164 F:      lib/kobj*
4165
4166 DRM DRIVERS
4167 M:      David Airlie <[email protected]>
4168 L:      [email protected]
4169 T:      git git://people.freedesktop.org/~airlied/linux
4170 B:      https://bugs.freedesktop.org/
4171 C:      irc://chat.freenode.net/dri-devel
4172 S:      Maintained
4173 F:      drivers/gpu/drm/
4174 F:      drivers/gpu/vga/
4175 F:      Documentation/devicetree/bindings/display/
4176 F:      Documentation/devicetree/bindings/gpu/
4177 F:      Documentation/devicetree/bindings/video/
4178 F:      Documentation/gpu/
4179 F:      include/drm/
4180 F:      include/uapi/drm/
4181
4182 DRM DRIVERS AND MISC GPU PATCHES
4183 M:      Daniel Vetter <[email protected]>
4184 M:      Jani Nikula <[email protected]>
4185 M:      Sean Paul <[email protected]>
4186 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4187 S:      Maintained
4188 T:      git git://anongit.freedesktop.org/drm/drm-misc
4189 F:      Documentation/gpu/
4190 F:      drivers/gpu/vga/
4191 F:      drivers/gpu/drm/*
4192 F:      include/drm/drm*
4193 F:      include/uapi/drm/drm*
4194
4195 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4196 M:      Dave Airlie <[email protected]>
4197 S:      Odd Fixes
4198 F:      drivers/gpu/drm/ast/
4199
4200 DRM DRIVERS FOR BRIDGE CHIPS
4201 M:      Archit Taneja <[email protected]>
4202 S:      Maintained
4203 T:      git git://anongit.freedesktop.org/drm/drm-misc
4204 F:      drivers/gpu/drm/bridge/
4205
4206 DRM DRIVER FOR BOCHS VIRTUAL GPU
4207 M:      Gerd Hoffmann <[email protected]>
4208 L:      [email protected]
4209 T:      git git://git.kraxel.org/linux drm-qemu
4210 S:      Maintained
4211 F:      drivers/gpu/drm/bochs/
4212
4213 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4214 M:      Dave Airlie <[email protected]>
4215 M:      Gerd Hoffmann <[email protected]>
4216 L:      [email protected]
4217 T:      git git://git.kraxel.org/linux drm-qemu
4218 S:      Obsolete
4219 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4220 F:      drivers/gpu/drm/cirrus/
4221
4222 RADEON and AMDGPU DRM DRIVERS
4223 M:      Alex Deucher <[email protected]>
4224 M:      Christian König <[email protected]>
4225 L:      [email protected]
4226 T:      git git://people.freedesktop.org/~agd5f/linux
4227 S:      Supported
4228 F:      drivers/gpu/drm/radeon/
4229 F:      include/uapi/drm/radeon_drm.h
4230 F:      drivers/gpu/drm/amd/
4231 F:      include/uapi/drm/amdgpu_drm.h
4232
4233 DRM PANEL DRIVERS
4234 M:      Thierry Reding <[email protected]>
4235 L:      [email protected]
4236 T:      git git://anongit.freedesktop.org/tegra/linux.git
4237 S:      Maintained
4238 F:      drivers/gpu/drm/drm_panel.c
4239 F:      drivers/gpu/drm/panel/
4240 F:      include/drm/drm_panel.h
4241 F:      Documentation/devicetree/bindings/display/panel/
4242
4243 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
4244 M:      Daniel Vetter <[email protected]>
4245 M:      Jani Nikula <[email protected]>
4246 L:      [email protected]
4247 W:      https://01.org/linuxgraphics/
4248 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
4249 C:      irc://chat.freenode.net/intel-gfx
4250 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
4251 T:      git git://anongit.freedesktop.org/drm-intel
4252 S:      Supported
4253 F:      drivers/gpu/drm/i915/
4254 F:      include/drm/i915*
4255 F:      include/uapi/drm/i915_drm.h
4256 F:      Documentation/gpu/i915.rst
4257
4258 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
4259 M:      Zhenyu Wang <[email protected]>
4260 M:      Zhi Wang <[email protected]>
4261 L:      [email protected]
4262 L:      [email protected]
4263 W:      https://01.org/igvt-g
4264 T:      git https://github.com/01org/gvt-linux.git
4265 S:      Supported
4266 F:      drivers/gpu/drm/i915/gvt/
4267
4268 DRM DRIVERS FOR ATMEL HLCDC
4269 M:      Boris Brezillon <[email protected]>
4270 L:      [email protected]
4271 S:      Supported
4272 F:      drivers/gpu/drm/atmel-hlcdc/
4273 F:      Documentation/devicetree/bindings/drm/atmel/
4274
4275 DRM DRIVERS FOR ALLWINNER A10
4276 M:      Maxime Ripard  <[email protected]>
4277 L:      [email protected]
4278 S:      Supported
4279 F:      drivers/gpu/drm/sun4i/
4280 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4281
4282 DRM DRIVERS FOR AMLOGIC SOCS
4283 M:      Neil Armstrong <[email protected]>
4284 L:      [email protected]
4285 L:      [email protected]
4286 W:      http://linux-meson.com/
4287 S:      Supported
4288 F:      drivers/gpu/drm/meson/
4289 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4290
4291 DRM DRIVERS FOR EXYNOS
4292 M:      Inki Dae <[email protected]>
4293 M:      Joonyoung Shim <[email protected]>
4294 M:      Seung-Woo Kim <[email protected]>
4295 M:      Kyungmin Park <[email protected]>
4296 L:      [email protected]
4297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4298 S:      Supported
4299 F:      drivers/gpu/drm/exynos/
4300 F:      include/uapi/drm/exynos_drm.h
4301 F:      Documentation/devicetree/bindings/display/exynos/
4302
4303 DRM DRIVERS FOR FREESCALE DCU
4304 M:      Stefan Agner <[email protected]>
4305 M:      Alison Wang <[email protected]>
4306 L:      [email protected]
4307 S:      Supported
4308 F:      drivers/gpu/drm/fsl-dcu/
4309 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4310 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4311 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4312
4313 DRM DRIVERS FOR FREESCALE IMX
4314 M:      Philipp Zabel <[email protected]>
4315 L:      [email protected]
4316 S:      Maintained
4317 F:      drivers/gpu/drm/imx/
4318 F:      drivers/gpu/ipu-v3/
4319 F:      Documentation/devicetree/bindings/display/imx/
4320
4321 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4322 M:      Patrik Jakobsson <[email protected]>
4323 L:      [email protected]
4324 T:      git git://github.com/patjak/drm-gma500
4325 S:      Maintained
4326 F:      drivers/gpu/drm/gma500/
4327
4328 DRM DRIVERS FOR HISILICON
4329 M:      Xinliang Liu <[email protected]>
4330 M:      Rongrong Zou <[email protected]>
4331 R:      Xinwei Kong <[email protected]>
4332 R:      Chen Feng <[email protected]>
4333 L:      [email protected]
4334 T:      git git://github.com/xin3liang/linux.git
4335 S:      Maintained
4336 F:      drivers/gpu/drm/hisilicon/
4337 F:      Documentation/devicetree/bindings/display/hisilicon/
4338
4339 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4340 S:      Orphan / Obsolete
4341 F:      drivers/gpu/drm/i810/
4342 F:      include/uapi/drm/i810_drm.h
4343
4344 DRM DRIVERS FOR MEDIATEK
4345 M:      CK Hu <[email protected]>
4346 M:      Philipp Zabel <[email protected]>
4347 L:      [email protected]
4348 S:      Supported
4349 F:      drivers/gpu/drm/mediatek/
4350 F:      Documentation/devicetree/bindings/display/mediatek/
4351
4352 DRM DRIVER FOR MI0283QT
4353 M:      Noralf Trønnes <[email protected]>
4354 S:      Maintained
4355 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4356 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4357
4358 DRM DRIVER FOR MSM ADRENO GPU
4359 M:      Rob Clark <[email protected]>
4360 L:      [email protected]
4361 L:      [email protected]
4362 L:      [email protected]
4363 T:      git git://people.freedesktop.org/~robclark/linux
4364 S:      Maintained
4365 F:      drivers/gpu/drm/msm/
4366 F:      include/uapi/drm/msm_drm.h
4367 F:      Documentation/devicetree/bindings/display/msm/
4368
4369 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4370 M:      Ben Skeggs <[email protected]>
4371 L:      [email protected]
4372 L:      [email protected]
4373 T:      git git://github.com/skeggsb/linux
4374 S:      Supported
4375 F:      drivers/gpu/drm/nouveau/
4376 F:      include/uapi/drm/nouveau_drm.h
4377
4378 DRM DRIVERS FOR NVIDIA TEGRA
4379 M:      Thierry Reding <[email protected]>
4380 L:      [email protected]
4381 L:      [email protected]
4382 T:      git git://anongit.freedesktop.org/tegra/linux.git
4383 S:      Supported
4384 F:      drivers/gpu/drm/tegra/
4385 F:      drivers/gpu/host1x/
4386 F:      include/linux/host1x.h
4387 F:      include/uapi/drm/tegra_drm.h
4388 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4389
4390 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4391 S:      Orphan / Obsolete
4392 F:      drivers/gpu/drm/mga/
4393 F:      include/uapi/drm/mga_drm.h
4394
4395 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4396 M:      Dave Airlie <[email protected]>
4397 S:      Odd Fixes
4398 F:      drivers/gpu/drm/mgag200/
4399
4400 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4401 S:      Orphan / Obsolete
4402 F:      drivers/gpu/drm/r128/
4403 F:      include/uapi/drm/r128_drm.h
4404
4405 DRM DRIVERS FOR RENESAS
4406 M:      Laurent Pinchart <[email protected]>
4407 L:      [email protected]
4408 L:      [email protected]
4409 T:      git git://linuxtv.org/pinchartl/fbdev
4410 S:      Supported
4411 F:      drivers/gpu/drm/rcar-du/
4412 F:      drivers/gpu/drm/shmobile/
4413 F:      include/linux/platform_data/shmob_drm.h
4414 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4415
4416 DRM DRIVER FOR QXL VIRTUAL GPU
4417 M:      Dave Airlie <[email protected]>
4418 M:      Gerd Hoffmann <[email protected]>
4419 L:      [email protected]
4420 T:      git git://git.kraxel.org/linux drm-qemu
4421 S:      Maintained
4422 F:      drivers/gpu/drm/qxl/
4423 F:      include/uapi/drm/qxl_drm.h
4424
4425 DRM DRIVERS FOR ROCKCHIP
4426 M:      Mark Yao <[email protected]>
4427 L:      [email protected]
4428 S:      Maintained
4429 F:      drivers/gpu/drm/rockchip/
4430 F:      Documentation/devicetree/bindings/display/rockchip/
4431
4432 DRM DRIVER FOR SAVAGE VIDEO CARDS
4433 S:      Orphan / Obsolete
4434 F:      drivers/gpu/drm/savage/
4435 F:      include/uapi/drm/savage_drm.h
4436
4437 DRM DRIVER FOR SIS VIDEO CARDS
4438 S:      Orphan / Obsolete
4439 F:      drivers/gpu/drm/sis/
4440 F:      include/uapi/drm/sis_drm.h
4441
4442 DRM DRIVERS FOR STI
4443 M:      Benjamin Gaignard <[email protected]>
4444 M:      Vincent Abriou <[email protected]>
4445 L:      [email protected]
4446 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
4447 S:      Maintained
4448 F:      drivers/gpu/drm/sti
4449 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4450
4451 DRM DRIVER FOR TDFX VIDEO CARDS
4452 S:      Orphan / Obsolete
4453 F:      drivers/gpu/drm/tdfx/
4454
4455 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4456 M:      Dave Airlie <[email protected]>
4457 S:      Odd Fixes
4458 F:      drivers/gpu/drm/udl/
4459
4460 DRM DRIVERS FOR VIVANTE GPU IP
4461 M:      Lucas Stach <[email protected]>
4462 R:      Russell King <[email protected]>
4463 R:      Christian Gmeiner <[email protected]>
4464 L:      [email protected]
4465 L:      [email protected]
4466 S:      Maintained
4467 F:      drivers/gpu/drm/etnaviv/
4468 F:      include/uapi/drm/etnaviv_drm.h
4469 F:      Documentation/devicetree/bindings/display/etnaviv/
4470
4471 DRM DRIVER FOR VMWARE VIRTUAL GPU
4472 M:      "VMware Graphics" <[email protected]>
4473 M:      Sinclair Yeh <[email protected]>
4474 M:      Thomas Hellstrom <[email protected]>
4475 L:      [email protected]
4476 T:      git git://people.freedesktop.org/~syeh/repos_linux
4477 T:      git git://people.freedesktop.org/~thomash/linux
4478 S:      Supported
4479 F:      drivers/gpu/drm/vmwgfx/
4480 F:      include/uapi/drm/vmwgfx_drm.h
4481
4482 DRM DRIVERS FOR VC4
4483 M:      Eric Anholt <[email protected]>
4484 T:      git git://github.com/anholt/linux
4485 S:      Supported
4486 F:      drivers/gpu/drm/vc4/
4487 F:      include/uapi/drm/vc4_drm.h
4488 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4489
4490 DRM DRIVERS FOR TI OMAP
4491 M:      Tomi Valkeinen <[email protected]>
4492 L:      [email protected]
4493 S:      Maintained
4494 F:      drivers/gpu/drm/omapdrm/
4495 F:      Documentation/devicetree/bindings/display/ti/
4496
4497 DRM DRIVERS FOR TI LCDC
4498 M:      Jyri Sarha <[email protected]>
4499 R:      Tomi Valkeinen <[email protected]>
4500 L:      [email protected]
4501 S:      Maintained
4502 F:      drivers/gpu/drm/tilcdc/
4503 F:      Documentation/devicetree/bindings/display/tilcdc/
4504
4505 DRM DRIVERS FOR ZTE ZX
4506 M:      Shawn Guo <[email protected]>
4507 L:      [email protected]
4508 S:      Maintained
4509 F:      drivers/gpu/drm/zte/
4510 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4511
4512 DSBR100 USB FM RADIO DRIVER
4513 M:      Alexey Klimov <[email protected]>
4514 L:      [email protected]
4515 T:      git git://linuxtv.org/media_tree.git
4516 S:      Maintained
4517 F:      drivers/media/radio/dsbr100.c
4518
4519 DSCC4 DRIVER
4520 M:      Francois Romieu <[email protected]>
4521 L:      [email protected]
4522 S:      Maintained
4523 F:      drivers/net/wan/dscc4.c
4524
4525 DT3155 MEDIA DRIVER
4526 M:      Hans Verkuil <[email protected]>
4527 L:      [email protected]
4528 T:      git git://linuxtv.org/media_tree.git
4529 W:      https://linuxtv.org
4530 S:      Odd Fixes
4531 F:      drivers/media/pci/dt3155/
4532
4533 DVB_USB_AF9015 MEDIA DRIVER
4534 M:      Antti Palosaari <[email protected]>
4535 L:      [email protected]
4536 W:      https://linuxtv.org
4537 W:      http://palosaari.fi/linux/
4538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4539 T:      git git://linuxtv.org/anttip/media_tree.git
4540 S:      Maintained
4541 F:      drivers/media/usb/dvb-usb-v2/af9015*
4542
4543 DVB_USB_AF9035 MEDIA DRIVER
4544 M:      Antti Palosaari <[email protected]>
4545 L:      [email protected]
4546 W:      https://linuxtv.org
4547 W:      http://palosaari.fi/linux/
4548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4549 T:      git git://linuxtv.org/anttip/media_tree.git
4550 S:      Maintained
4551 F:      drivers/media/usb/dvb-usb-v2/af9035*
4552
4553 DVB_USB_ANYSEE MEDIA DRIVER
4554 M:      Antti Palosaari <[email protected]>
4555 L:      [email protected]
4556 W:      https://linuxtv.org
4557 W:      http://palosaari.fi/linux/
4558 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4559 T:      git git://linuxtv.org/anttip/media_tree.git
4560 S:      Maintained
4561 F:      drivers/media/usb/dvb-usb-v2/anysee*
4562
4563 DVB_USB_AU6610 MEDIA DRIVER
4564 M:      Antti Palosaari <[email protected]>
4565 L:      [email protected]
4566 W:      https://linuxtv.org
4567 W:      http://palosaari.fi/linux/
4568 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4569 T:      git git://linuxtv.org/anttip/media_tree.git
4570 S:      Maintained
4571 F:      drivers/media/usb/dvb-usb-v2/au6610*
4572
4573 DVB_USB_CE6230 MEDIA DRIVER
4574 M:      Antti Palosaari <[email protected]>
4575 L:      [email protected]
4576 W:      https://linuxtv.org
4577 W:      http://palosaari.fi/linux/
4578 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4579 T:      git git://linuxtv.org/anttip/media_tree.git
4580 S:      Maintained
4581 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4582
4583 DVB_USB_CXUSB MEDIA DRIVER
4584 M:      Michael Krufky <[email protected]>
4585 L:      [email protected]
4586 W:      https://linuxtv.org
4587 W:      http://github.com/mkrufky
4588 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4589 T:      git git://linuxtv.org/media_tree.git
4590 S:      Maintained
4591 F:      drivers/media/usb/dvb-usb/cxusb*
4592
4593 DVB_USB_EC168 MEDIA DRIVER
4594 M:      Antti Palosaari <[email protected]>
4595 L:      [email protected]
4596 W:      https://linuxtv.org
4597 W:      http://palosaari.fi/linux/
4598 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4599 T:      git git://linuxtv.org/anttip/media_tree.git
4600 S:      Maintained
4601 F:      drivers/media/usb/dvb-usb-v2/ec168*
4602
4603 DVB_USB_GL861 MEDIA DRIVER
4604 M:      Antti Palosaari <[email protected]>
4605 L:      [email protected]
4606 W:      https://linuxtv.org
4607 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4608 T:      git git://linuxtv.org/anttip/media_tree.git
4609 S:      Maintained
4610 F:      drivers/media/usb/dvb-usb-v2/gl861*
4611
4612 DVB_USB_MXL111SF MEDIA DRIVER
4613 M:      Michael Krufky <[email protected]>
4614 L:      [email protected]
4615 W:      https://linuxtv.org
4616 W:      http://github.com/mkrufky
4617 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4618 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4619 S:      Maintained
4620 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4621
4622 DVB_USB_RTL28XXU MEDIA DRIVER
4623 M:      Antti Palosaari <[email protected]>
4624 L:      [email protected]
4625 W:      https://linuxtv.org
4626 W:      http://palosaari.fi/linux/
4627 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4628 T:      git git://linuxtv.org/anttip/media_tree.git
4629 S:      Maintained
4630 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4631
4632 DVB_USB_V2 MEDIA DRIVER
4633 M:      Antti Palosaari <[email protected]>
4634 L:      [email protected]
4635 W:      https://linuxtv.org
4636 W:      http://palosaari.fi/linux/
4637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4638 T:      git git://linuxtv.org/anttip/media_tree.git
4639 S:      Maintained
4640 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4641 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4642
4643 DYNAMIC DEBUG
4644 M:      Jason Baron <[email protected]>
4645 S:      Maintained
4646 F:      lib/dynamic_debug.c
4647 F:      include/linux/dynamic_debug.h
4648
4649 DZ DECSTATION DZ11 SERIAL DRIVER
4650 M:      "Maciej W. Rozycki" <[email protected]>
4651 S:      Maintained
4652 F:      drivers/tty/serial/dz.*
4653
4654 E3X0 POWER BUTTON DRIVER
4655 M:      Moritz Fischer <[email protected]>
4656 L:      [email protected]
4657 W:      http://www.ettus.com
4658 S:      Supported
4659 F:      drivers/input/misc/e3x0-button.c
4660 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4661
4662 E4000 MEDIA DRIVER
4663 M:      Antti Palosaari <[email protected]>
4664 L:      [email protected]
4665 W:      https://linuxtv.org
4666 W:      http://palosaari.fi/linux/
4667 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4668 T:      git git://linuxtv.org/anttip/media_tree.git
4669 S:      Maintained
4670 F:      drivers/media/tuners/e4000*
4671
4672 EATA ISA/EISA/PCI SCSI DRIVER
4673 M:      Dario Ballabio <[email protected]>
4674 L:      [email protected]
4675 S:      Maintained
4676 F:      drivers/scsi/eata.c
4677
4678 EC100 MEDIA DRIVER
4679 M:      Antti Palosaari <[email protected]>
4680 L:      [email protected]
4681 W:      https://linuxtv.org
4682 W:      http://palosaari.fi/linux/
4683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4684 T:      git git://linuxtv.org/anttip/media_tree.git
4685 S:      Maintained
4686 F:      drivers/media/dvb-frontends/ec100*
4687
4688 ECRYPT FILE SYSTEM
4689 M:      Tyler Hicks <[email protected]>
4690 L:      [email protected]
4691 W:      http://ecryptfs.org
4692 W:      https://launchpad.net/ecryptfs
4693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4694 S:      Supported
4695 F:      Documentation/filesystems/ecryptfs.txt
4696 F:      fs/ecryptfs/
4697
4698 EDAC-CORE
4699 M:      Borislav Petkov <[email protected]>
4700 M:      Mauro Carvalho Chehab <[email protected]>
4701 M:      Mauro Carvalho Chehab <[email protected]>
4702 L:      [email protected]
4703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4705 S:      Supported
4706 F:      Documentation/admin-guide/ras.rst
4707 F:      Documentation/driver-api/edac.rst
4708 F:      drivers/edac/
4709 F:      include/linux/edac.h
4710
4711 EDAC-AMD64
4712 M:      Borislav Petkov <[email protected]>
4713 L:      [email protected]
4714 S:      Maintained
4715 F:      drivers/edac/amd64_edac*
4716
4717 EDAC-CALXEDA
4718 M:      Robert Richter <[email protected]>
4719 L:      [email protected]
4720 S:      Maintained
4721 F:      drivers/edac/highbank*
4722
4723 EDAC-CAVIUM
4724 M:      Ralf Baechle <[email protected]>
4725 M:      David Daney <[email protected]>
4726 L:      [email protected]
4727 L:      [email protected]
4728 S:      Supported
4729 F:      drivers/edac/octeon_edac*
4730 F:      drivers/edac/thunderx_edac*
4731
4732 EDAC-E752X
4733 M:      Mark Gross <[email protected]>
4734 L:      [email protected]
4735 S:      Maintained
4736 F:      drivers/edac/e752x_edac.c
4737
4738 EDAC-E7XXX
4739 L:      [email protected]
4740 S:      Maintained
4741 F:      drivers/edac/e7xxx_edac.c
4742
4743 EDAC-FSL_DDR
4744 M:      York Sun <[email protected]>
4745 L:      [email protected]
4746 S:      Maintained
4747 F:      drivers/edac/fsl_ddr_edac.*
4748
4749 EDAC-GHES
4750 M:      Mauro Carvalho Chehab <[email protected]>
4751 M:      Mauro Carvalho Chehab <[email protected]>
4752 L:      [email protected]
4753 S:      Maintained
4754 F:      drivers/edac/ghes_edac.c
4755
4756 EDAC-I82443BXGX
4757 M:      Tim Small <[email protected]>
4758 L:      [email protected]
4759 S:      Maintained
4760 F:      drivers/edac/i82443bxgx_edac.c
4761
4762 EDAC-I3000
4763 L:      [email protected]
4764 S:      Orphan
4765 F:      drivers/edac/i3000_edac.c
4766
4767 EDAC-I5000
4768 L:      [email protected]
4769 S:      Maintained
4770 F:      drivers/edac/i5000_edac.c
4771
4772 EDAC-I5400
4773 M:      Mauro Carvalho Chehab <[email protected]>
4774 M:      Mauro Carvalho Chehab <[email protected]>
4775 L:      [email protected]
4776 S:      Maintained
4777 F:      drivers/edac/i5400_edac.c
4778
4779 EDAC-I7300
4780 M:      Mauro Carvalho Chehab <[email protected]>
4781 M:      Mauro Carvalho Chehab <[email protected]>
4782 L:      [email protected]
4783 S:      Maintained
4784 F:      drivers/edac/i7300_edac.c
4785
4786 EDAC-I7CORE
4787 M:      Mauro Carvalho Chehab <[email protected]>
4788 M:      Mauro Carvalho Chehab <[email protected]>
4789 L:      [email protected]
4790 S:      Maintained
4791 F:      drivers/edac/i7core_edac.c
4792
4793 EDAC-I82975X
4794 M:      Ranganathan Desikan <[email protected]>
4795 M:      "Arvind R." <[email protected]>
4796 L:      [email protected]
4797 S:      Maintained
4798 F:      drivers/edac/i82975x_edac.c
4799
4800 EDAC-IE31200
4801 M:      Jason Baron <[email protected]>
4802 L:      [email protected]
4803 S:      Maintained
4804 F:      drivers/edac/ie31200_edac.c
4805
4806 EDAC-MPC85XX
4807 M:      Johannes Thumshirn <[email protected]>
4808 L:      [email protected]
4809 S:      Maintained
4810 F:      drivers/edac/mpc85xx_edac.[ch]
4811
4812 EDAC-PND2
4813 M:      Tony Luck <[email protected]>
4814 L:      [email protected]
4815 S:      Maintained
4816 F:      drivers/edac/pnd2_edac.[ch]
4817
4818 EDAC-PASEMI
4819 M:      Egor Martovetsky <[email protected]>
4820 L:      [email protected]
4821 S:      Maintained
4822 F:      drivers/edac/pasemi_edac.c
4823
4824 EDAC-R82600
4825 M:      Tim Small <[email protected]>
4826 L:      [email protected]
4827 S:      Maintained
4828 F:      drivers/edac/r82600_edac.c
4829
4830 EDAC-SBRIDGE
4831 M:      Mauro Carvalho Chehab <[email protected]>
4832 M:      Mauro Carvalho Chehab <[email protected]>
4833 L:      [email protected]
4834 S:      Maintained
4835 F:      drivers/edac/sb_edac.c
4836
4837 EDAC-SKYLAKE
4838 M:      Tony Luck <[email protected]>
4839 L:      [email protected]
4840 S:      Maintained
4841 F:      drivers/edac/skx_edac.c
4842
4843 EDAC-XGENE
4844 APPLIED MICRO (APM) X-GENE SOC EDAC
4845 M:     Loc Ho <[email protected]>
4846 S:     Supported
4847 F:     drivers/edac/xgene_edac.c
4848 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4849
4850 EDIROL UA-101/UA-1000 DRIVER
4851 M:      Clemens Ladisch <[email protected]>
4852 L:      [email protected] (moderated for non-subscribers)
4853 T:      git git://git.alsa-project.org/alsa-kernel.git
4854 S:      Maintained
4855 F:      sound/usb/misc/ua101.c
4856
4857 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4858 M:      Matt Fleming <[email protected]>
4859 M:      Ard Biesheuvel <[email protected]>
4860 L:      [email protected]
4861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
4862 S:      Maintained
4863 F:      Documentation/efi-stub.txt
4864 F:      arch/*/kernel/efi.c
4865 F:      arch/x86/boot/compressed/eboot.[ch]
4866 F:      arch/*/include/asm/efi.h
4867 F:      arch/x86/platform/efi/
4868 F:      drivers/firmware/efi/
4869 F:      include/linux/efi*.h
4870 F:      arch/arm/boot/compressed/efi-header.S
4871 F:      arch/arm64/kernel/efi-entry.S
4872
4873 EFI VARIABLE FILESYSTEM
4874 M:      Matthew Garrett <[email protected]>
4875 M:      Jeremy Kerr <[email protected]>
4876 M:      Matt Fleming <[email protected]>
4877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4878 L:      [email protected]
4879 S:      Maintained
4880 F:      fs/efivarfs/
4881
4882 EFIFB FRAMEBUFFER DRIVER
4883 L:      [email protected]
4884 M:      Peter Jones <[email protected]>
4885 S:      Maintained
4886 F:      drivers/video/fbdev/efifb.c
4887
4888 EFI TEST DRIVER
4889 L:      [email protected]
4890 M:      Ivan Hu <[email protected]>
4891 M:      Matt Fleming <[email protected]>
4892 S:      Maintained
4893 F:      drivers/firmware/efi/test/
4894
4895 EFS FILESYSTEM
4896 W:      http://aeschi.ch.eu.org/efs/
4897 S:      Orphan
4898 F:      fs/efs/
4899
4900 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4901 M:      Douglas Miller <[email protected]>
4902 L:      [email protected]
4903 S:      Maintained
4904 F:      drivers/net/ethernet/ibm/ehea/
4905
4906 EM28XX VIDEO4LINUX DRIVER
4907 M:      Mauro Carvalho Chehab <[email protected]>
4908 M:      Mauro Carvalho Chehab <[email protected]>
4909 L:      [email protected]
4910 W:      https://linuxtv.org
4911 T:      git git://linuxtv.org/media_tree.git
4912 S:      Maintained
4913 F:      drivers/media/usb/em28xx/
4914 F:      Documentation/media/v4l-drivers/em28xx*
4915
4916 EMBEDDED LINUX
4917 M:      Paul Gortmaker <[email protected]>
4918 M:      Matt Mackall <[email protected]>
4919 M:      David Woodhouse <[email protected]>
4920 L:      [email protected]
4921 S:      Maintained
4922
4923 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
4924 M:      James Smart <[email protected]>
4925 M:      Dick Kennedy <[email protected]>
4926 L:      [email protected]
4927 W:      http://www.broadcom.com
4928 S:      Supported
4929 F:      drivers/scsi/lpfc/
4930
4931 ENE CB710 FLASH CARD READER DRIVER
4932 M:      Michał Mirosław <[email protected]>
4933 S:      Maintained
4934 F:      drivers/misc/cb710/
4935 F:      drivers/mmc/host/cb710-mmc.*
4936 F:      include/linux/cb710.h
4937
4938 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4939 M:      Maxim Levitsky <[email protected]>
4940 S:      Maintained
4941 F:      drivers/media/rc/ene_ir.*
4942
4943 EPSON S1D13XXX FRAMEBUFFER DRIVER
4944 M:      Kristoffer Ericson <[email protected]>
4945 S:      Maintained
4946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4947 F:      drivers/video/fbdev/s1d13xxxfb.c
4948 F:      include/video/s1d13xxxfb.h
4949
4950 ET131X NETWORK DRIVER
4951 M:      Mark Einon <[email protected]>
4952 S:      Odd Fixes
4953 F:      drivers/net/ethernet/agere/
4954
4955 ETHERNET BRIDGE
4956 M:      Stephen Hemminger <[email protected]>
4957 L:      [email protected] (moderated for non-subscribers)
4958 L:      [email protected]
4959 W:      http://www.linuxfoundation.org/en/Net:Bridge
4960 S:      Maintained
4961 F:      include/linux/netfilter_bridge/
4962 F:      net/bridge/
4963
4964 ETHERNET PHY LIBRARY
4965 M:      Andrew Lunn <[email protected]>
4966 M:      Florian Fainelli <[email protected]>
4967 L:      [email protected]
4968 S:      Maintained
4969 F:      include/linux/phy.h
4970 F:      include/linux/phy_fixed.h
4971 F:      drivers/net/phy/
4972 F:      Documentation/networking/phy.txt
4973 F:      drivers/of/of_mdio.c
4974 F:      drivers/of/of_net.c
4975
4976 EXT2 FILE SYSTEM
4977 M:      Jan Kara <[email protected]>
4978 L:      [email protected]
4979 S:      Maintained
4980 F:      Documentation/filesystems/ext2.txt
4981 F:      fs/ext2/
4982 F:      include/linux/ext2*
4983
4984 EXT4 FILE SYSTEM
4985 M:      "Theodore Ts'o" <[email protected]>
4986 M:      Andreas Dilger <[email protected]>
4987 L:      [email protected]
4988 W:      http://ext4.wiki.kernel.org
4989 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4991 S:      Maintained
4992 F:      Documentation/filesystems/ext4.txt
4993 F:      fs/ext4/
4994
4995 Extended Verification Module (EVM)
4996 M:      Mimi Zohar <[email protected]>
4997 L:      [email protected]
4998 L:      [email protected]
4999 S:      Supported
5000 F:      security/integrity/evm/
5001
5002 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5003 M:      MyungJoo Ham <[email protected]>
5004 M:      Chanwoo Choi <[email protected]>
5005 L:      [email protected]
5006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5007 S:      Maintained
5008 F:      drivers/extcon/
5009 F:      include/linux/extcon/
5010 F:      include/linux/extcon.h
5011 F:      Documentation/extcon/
5012 F:      Documentation/devicetree/bindings/extcon/
5013
5014 EXYNOS DP DRIVER
5015 M:      Jingoo Han <[email protected]>
5016 L:      [email protected]
5017 S:      Maintained
5018 F:      drivers/gpu/drm/exynos/exynos_dp*
5019
5020 EXYNOS SYSMMU (IOMMU) driver
5021 M:      Marek Szyprowski <[email protected]>
5022 L:      [email protected]
5023 S:      Maintained
5024 F:      drivers/iommu/exynos-iommu.c
5025
5026 EZchip NPS platform support
5027 M:      Noam Camus <[email protected]>
5028 S:      Supported
5029 F:      arch/arc/plat-eznps
5030 F:      arch/arc/boot/dts/eznps.dts
5031
5032 F71805F HARDWARE MONITORING DRIVER
5033 M:      Jean Delvare <[email protected]>
5034 L:      [email protected]
5035 S:      Maintained
5036 F:      Documentation/hwmon/f71805f
5037 F:      drivers/hwmon/f71805f.c
5038
5039 FC0011 TUNER DRIVER
5040 M:      Michael Buesch <[email protected]>
5041 L:      [email protected]
5042 S:      Maintained
5043 F:      drivers/media/tuners/fc0011.h
5044 F:      drivers/media/tuners/fc0011.c
5045
5046 FC2580 MEDIA DRIVER
5047 M:      Antti Palosaari <[email protected]>
5048 L:      [email protected]
5049 W:      https://linuxtv.org
5050 W:      http://palosaari.fi/linux/
5051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5052 T:      git git://linuxtv.org/anttip/media_tree.git
5053 S:      Maintained
5054 F:      drivers/media/tuners/fc2580*
5055
5056 FANOTIFY
5057 M:      Eric Paris <[email protected]>
5058 S:      Maintained
5059 F:      fs/notify/fanotify/
5060 F:      include/linux/fanotify.h
5061 F:      include/uapi/linux/fanotify.h
5062
5063 FARSYNC SYNCHRONOUS DRIVER
5064 M:      Kevin Curtis <[email protected]>
5065 W:      http://www.farsite.co.uk/
5066 S:      Supported
5067 F:      drivers/net/wan/farsync.*
5068
5069 FAULT INJECTION SUPPORT
5070 M:      Akinobu Mita <[email protected]>
5071 S:      Supported
5072 F:      Documentation/fault-injection/
5073 F:      lib/fault-inject.c
5074
5075 FBTFT Framebuffer drivers
5076 M:      Thomas Petazzoni <[email protected]>
5077 S:      Maintained
5078 F:      drivers/staging/fbtft/
5079
5080 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5081 M:      Johannes Thumshirn <[email protected]>
5082 L:      [email protected]
5083 W:      www.Open-FCoE.org
5084 S:      Supported
5085 F:      drivers/scsi/libfc/
5086 F:      drivers/scsi/fcoe/
5087 F:      include/scsi/fc/
5088 F:      include/scsi/libfc.h
5089 F:      include/scsi/libfcoe.h
5090 F:      include/uapi/scsi/fc/
5091
5092 FILE LOCKING (flock() and fcntl()/lockf())
5093 M:      Jeff Layton <[email protected]>
5094 M:      "J. Bruce Fields" <[email protected]>
5095 L:      [email protected]
5096 S:      Maintained
5097 F:      include/linux/fcntl.h
5098 F:      include/linux/fs.h
5099 F:      include/uapi/linux/fcntl.h
5100 F:      include/uapi/linux/fs.h
5101 F:      fs/fcntl.c
5102 F:      fs/locks.c
5103
5104 FILESYSTEMS (VFS and infrastructure)
5105 M:      Alexander Viro <[email protected]>
5106 L:      [email protected]
5107 S:      Maintained
5108 F:      fs/*
5109
5110 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5111 M:      Riku Voipio <[email protected]>
5112 L:      [email protected]
5113 S:      Maintained
5114 F:      drivers/hwmon/f75375s.c
5115 F:      include/linux/f75375s.h
5116
5117 FIREWIRE AUDIO DRIVERS
5118 M:      Clemens Ladisch <[email protected]>
5119 L:      [email protected] (moderated for non-subscribers)
5120 T:      git git://git.alsa-project.org/alsa-kernel.git
5121 S:      Maintained
5122 F:      sound/firewire/
5123
5124 FIREWIRE MEDIA DRIVERS (firedtv)
5125 M:      Stefan Richter <[email protected]>
5126 L:      [email protected]
5127 L:      [email protected]
5128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5129 S:      Maintained
5130 F:      drivers/media/firewire/
5131
5132 FIREWIRE SBP-2 TARGET
5133 M:      Chris Boot <[email protected]>
5134 L:      [email protected]
5135 L:      [email protected]
5136 L:      [email protected]
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5138 S:      Maintained
5139 F:      drivers/target/sbp/
5140
5141 FIREWIRE SUBSYSTEM
5142 M:      Stefan Richter <[email protected]>
5143 L:      [email protected]
5144 W:      http://ieee1394.wiki.kernel.org/
5145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5146 S:      Maintained
5147 F:      drivers/firewire/
5148 F:      include/linux/firewire.h
5149 F:      include/uapi/linux/firewire*.h
5150 F:      tools/firewire/
5151
5152 FIRMWARE LOADER (request_firmware)
5153 M:      Ming Lei <[email protected]>
5154 M:      Luis R. Rodriguez <[email protected]>
5155 L:      [email protected]
5156 S:      Maintained
5157 F:      Documentation/firmware_class/
5158 F:      drivers/base/firmware*.c
5159 F:      include/linux/firmware.h
5160
5161 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5162 M:      Joshua Morris <[email protected]>
5163 M:      Philip Kelleher <[email protected]>
5164 S:      Maintained
5165 F:      drivers/block/rsxx/
5166
5167 FLOPPY DRIVER
5168 M:      Jiri Kosina <[email protected]>
5169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5170 S:      Odd fixes
5171 F:      drivers/block/floppy.c
5172
5173 FMC SUBSYSTEM
5174 M:      Alessandro Rubini <[email protected]>
5175 W:      http://www.ohwr.org/projects/fmc-bus
5176 S:      Supported
5177 F:      drivers/fmc/
5178 F:      include/linux/fmc*.h
5179 F:      include/linux/ipmi-fru.h
5180 K:      fmc_d.*register
5181
5182 FPGA MANAGER FRAMEWORK
5183 M:      Alan Tull <[email protected]>
5184 R:      Moritz Fischer <[email protected]>
5185 L:      [email protected]
5186 S:      Maintained
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5188 F:      drivers/fpga/
5189 F:      include/linux/fpga/fpga-mgr.h
5190 W:      http://www.rocketboards.org
5191
5192 FPU EMULATOR
5193 M:      Bill Metzenthen <[email protected]>
5194 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5195 S:      Maintained
5196 F:      arch/x86/math-emu/
5197
5198 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5199 L:      [email protected]
5200 S:      Orphan
5201 F:      drivers/net/wan/dlci.c
5202 F:      drivers/net/wan/sdla.c
5203
5204 FRAMEBUFFER LAYER
5205 M:      Bartlomiej Zolnierkiewicz <[email protected]>
5206 L:      [email protected]
5207 T:      git git://github.com/bzolnier/linux.git
5208 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5209 S:      Maintained
5210 F:      Documentation/fb/
5211 F:      drivers/video/
5212 F:      include/video/
5213 F:      include/linux/fb.h
5214 F:      include/uapi/video/
5215 F:      include/uapi/linux/fb.h
5216
5217 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5218 M:      Horia Geantă <[email protected]>
5219 M:      Dan Douglass <[email protected]>
5220 L:      [email protected]
5221 S:      Maintained
5222 F:      drivers/crypto/caam/
5223 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5224
5225 FREESCALE DIU FRAMEBUFFER DRIVER
5226 M:      Timur Tabi <[email protected]>
5227 L:      [email protected]
5228 S:      Maintained
5229 F:      drivers/video/fbdev/fsl-diu-fb.*
5230
5231 FREESCALE DMA DRIVER
5232 M:      Li Yang <[email protected]>
5233 M:      Zhang Wei <[email protected]>
5234 L:      [email protected]
5235 S:      Maintained
5236 F:      drivers/dma/fsldma.*
5237
5238 FREESCALE GPMI NAND DRIVER
5239 M:      Han Xu <[email protected]>
5240 L:      [email protected]
5241 S:      Maintained
5242 F:      drivers/mtd/nand/gpmi-nand/*
5243
5244 FREESCALE I2C CPM DRIVER
5245 M:      Jochen Friedrich <[email protected]>
5246 L:      [email protected]
5247 L:      [email protected]
5248 S:      Maintained
5249 F:      drivers/i2c/busses/i2c-cpm.c
5250
5251 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5252 M:      Sascha Hauer <[email protected]>
5253 L:      [email protected]
5254 L:      [email protected] (moderated for non-subscribers)
5255 S:      Maintained
5256 F:      include/linux/platform_data/video-imxfb.h
5257 F:      drivers/video/fbdev/imxfb.c
5258
5259 FREESCALE QUAD SPI DRIVER
5260 M:      Han Xu <[email protected]>
5261 L:      [email protected]
5262 S:      Maintained
5263 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5264
5265 FREESCALE SOC FS_ENET DRIVER
5266 M:      Pantelis Antoniou <[email protected]>
5267 M:      Vitaly Bordug <[email protected]>
5268 L:      [email protected]
5269 L:      [email protected]
5270 S:      Maintained
5271 F:      drivers/net/ethernet/freescale/fs_enet/
5272 F:      include/linux/fs_enet_pd.h
5273
5274 FREESCALE IMX / MXC FEC DRIVER
5275 M:      Fugang Duan <[email protected]>
5276 L:      [email protected]
5277 S:      Maintained
5278 F:      drivers/net/ethernet/freescale/fec_main.c
5279 F:      drivers/net/ethernet/freescale/fec_ptp.c
5280 F:      drivers/net/ethernet/freescale/fec.h
5281 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5282
5283 FREESCALE QORIQ DPAA FMAN DRIVER
5284 M:      Madalin Bucur <[email protected]>
5285 L:      [email protected]
5286 S:      Maintained
5287 F:      drivers/net/ethernet/freescale/fman
5288 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5289
5290 FREESCALE QORIQ DPAA ETHERNET DRIVER
5291 M:      Madalin Bucur <[email protected]>
5292 L:      [email protected]
5293 S:      Maintained
5294 F:      drivers/net/ethernet/freescale/dpaa
5295
5296 FREESCALE SOC DRIVERS
5297 M:      Scott Wood <[email protected]>
5298 L:      [email protected]
5299 L:      [email protected]
5300 S:      Maintained
5301 F:      drivers/soc/fsl/
5302 F:      include/linux/fsl/
5303
5304 FREESCALE QUICC ENGINE LIBRARY
5305 M:      Qiang Zhao <[email protected]>
5306 L:      [email protected]
5307 S:      Maintained
5308 F:      drivers/soc/fsl/qe/
5309 F:      include/soc/fsl/*qe*.h
5310 F:      include/soc/fsl/*ucc*.h
5311
5312 FREESCALE USB PERIPHERAL DRIVERS
5313 M:      Li Yang <[email protected]>
5314 L:      [email protected]
5315 L:      [email protected]
5316 S:      Maintained
5317 F:      drivers/usb/gadget/udc/fsl*
5318
5319 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5320 M:      Li Yang <[email protected]>
5321 L:      [email protected]
5322 L:      [email protected]
5323 S:      Maintained
5324 F:      drivers/net/ethernet/freescale/ucc_geth*
5325
5326 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5327 M:      Claudiu Manoil <[email protected]>
5328 L:      [email protected]
5329 S:      Maintained
5330 F:      drivers/net/ethernet/freescale/gianfar*
5331 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5332 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5333
5334 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5335 M:      Zhao Qiang <[email protected]>
5336 L:      [email protected]
5337 L:      [email protected]
5338 S:      Maintained
5339 F:      drivers/net/wan/fsl_ucc_hdlc*
5340
5341 FREESCALE QUICC ENGINE UCC UART DRIVER
5342 M:      Timur Tabi <[email protected]>
5343 L:      [email protected]
5344 S:      Maintained
5345 F:      drivers/tty/serial/ucc_uart.c
5346
5347 FREESCALE SOC SOUND DRIVERS
5348 M:      Timur Tabi <[email protected]>
5349 M:      Nicolin Chen <[email protected]>
5350 M:      Xiubo Li <[email protected]>
5351 R:      Fabio Estevam <[email protected]>
5352 L:      [email protected] (moderated for non-subscribers)
5353 L:      [email protected]
5354 S:      Maintained
5355 F:      sound/soc/fsl/fsl*
5356 F:      sound/soc/fsl/imx*
5357 F:      sound/soc/fsl/mpc8610_hpcd.c
5358
5359 FREEVXFS FILESYSTEM
5360 M:      Christoph Hellwig <[email protected]>
5361 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5362 S:      Maintained
5363 F:      fs/freevxfs/
5364
5365 FREEZER
5366 M:      "Rafael J. Wysocki" <[email protected]>
5367 M:      Pavel Machek <[email protected]>
5368 L:      [email protected]
5369 S:      Supported
5370 F:      Documentation/power/freezing-of-tasks.txt
5371 F:      include/linux/freezer.h
5372 F:      kernel/freezer.c
5373
5374 FRONTSWAP API
5375 M:      Konrad Rzeszutek Wilk <[email protected]>
5376 L:      [email protected]
5377 S:      Maintained
5378 F:      mm/frontswap.c
5379 F:      include/linux/frontswap.h
5380
5381 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5382 M:      David Howells <[email protected]>
5383 L:      [email protected] (moderated for non-subscribers)
5384 S:      Supported
5385 F:      Documentation/filesystems/caching/
5386 F:      fs/fscache/
5387 F:      include/linux/fscache*.h
5388
5389 FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5390 M:      Theodore Y. Ts'o <[email protected]>
5391 M:      Jaegeuk Kim <[email protected]>
5392 L:      [email protected]
5393 S:      Supported
5394 F:      fs/crypto/
5395 F:      include/linux/fscrypt*.h
5396
5397 F2FS FILE SYSTEM
5398 M:      Jaegeuk Kim <[email protected]>
5399 M:      Chao Yu <[email protected]>
5400 L:      [email protected]
5401 W:      https://f2fs.wiki.kernel.org/
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5403 S:      Maintained
5404 F:      Documentation/filesystems/f2fs.txt
5405 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5406 F:      fs/f2fs/
5407 F:      include/linux/f2fs_fs.h
5408 F:      include/trace/events/f2fs.h
5409
5410 FUJITSU FR-V (FRV) PORT
5411 S:      Orphan
5412 F:      arch/frv/
5413
5414 FUJITSU LAPTOP EXTRAS
5415 M:      Jonathan Woithe <[email protected]>
5416 L:      [email protected]
5417 S:      Maintained
5418 F:      drivers/platform/x86/fujitsu-laptop.c
5419
5420 FUJITSU M-5MO LS CAMERA ISP DRIVER
5421 M:      Kyungmin Park <[email protected]>
5422 M:      Heungjun Kim <[email protected]>
5423 L:      [email protected]
5424 S:      Maintained
5425 F:      drivers/media/i2c/m5mols/
5426 F:      include/media/i2c/m5mols.h
5427
5428 FUJITSU TABLET EXTRAS
5429 M:      Robert Gerlach <[email protected]>
5430 L:      [email protected]
5431 S:      Maintained
5432 F:      drivers/platform/x86/fujitsu-tablet.c
5433
5434 FUSE: FILESYSTEM IN USERSPACE
5435 M:      Miklos Szeredi <[email protected]>
5436 L:      [email protected]
5437 W:      http://fuse.sourceforge.net/
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5439 S:      Maintained
5440 F:      fs/fuse/
5441 F:      include/uapi/linux/fuse.h
5442 F:      Documentation/filesystems/fuse.txt
5443
5444 FUTEX SUBSYSTEM
5445 M:      Thomas Gleixner <[email protected]>
5446 M:      Ingo Molnar <[email protected]>
5447 R:      Peter Zijlstra <[email protected]>
5448 R:      Darren Hart <[email protected]>
5449 L:      [email protected]
5450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5451 S:      Maintained
5452 F:      kernel/futex.c
5453 F:      kernel/futex_compat.c
5454 F:      include/asm-generic/futex.h
5455 F:      include/linux/futex.h
5456 F:      include/uapi/linux/futex.h
5457 F:      tools/testing/selftests/futex/
5458 F:      tools/perf/bench/futex*
5459 F:      Documentation/*futex*
5460
5461 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5462 M:      Rik Faith <[email protected]>
5463 L:      [email protected]
5464 S:      Odd Fixes (e.g., new signatures)
5465 F:      drivers/scsi/fdomain.*
5466
5467 GCC PLUGINS
5468 M:      Kees Cook <[email protected]>
5469 R:      Emese Revfy <[email protected]>
5470 L:      [email protected]
5471 S:      Maintained
5472 F:      scripts/gcc-plugins/
5473 F:      scripts/gcc-plugin.sh
5474 F:      scripts/Makefile.gcc-plugins
5475 F:      Documentation/gcc-plugins.txt
5476
5477 GCOV BASED KERNEL PROFILING
5478 M:      Peter Oberparleiter <[email protected]>
5479 S:      Maintained
5480 F:      kernel/gcov/
5481 F:      Documentation/dev-tools/gcov.rst
5482
5483 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5484 M:      Achim Leubner <[email protected]>
5485 L:      [email protected]
5486 W:      http://www.icp-vortex.com/
5487 S:      Supported
5488 F:      drivers/scsi/gdt*
5489
5490 GDB KERNEL DEBUGGING HELPER SCRIPTS
5491 M:      Jan Kiszka <[email protected]>
5492 M:      Kieran Bingham <[email protected]>
5493 S:      Supported
5494 F:      scripts/gdb/
5495
5496 GEMTEK FM RADIO RECEIVER DRIVER
5497 M:      Hans Verkuil <[email protected]>
5498 L:      [email protected]
5499 T:      git git://linuxtv.org/media_tree.git
5500 W:      https://linuxtv.org
5501 S:      Maintained
5502 F:      drivers/media/radio/radio-gemtek*
5503
5504 GENERIC GPIO I2C DRIVER
5505 M:      Haavard Skinnemoen <[email protected]>
5506 S:      Supported
5507 F:      drivers/i2c/busses/i2c-gpio.c
5508 F:      include/linux/i2c-gpio.h
5509
5510 GENERIC GPIO I2C MULTIPLEXER DRIVER
5511 M:      Peter Korsgaard <[email protected]>
5512 L:      [email protected]
5513 S:      Supported
5514 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5515 F:      include/linux/i2c-mux-gpio.h
5516 F:      Documentation/i2c/muxes/i2c-mux-gpio
5517
5518 GENERIC HDLC (WAN) DRIVERS
5519 M:      Krzysztof Halasa <[email protected]>
5520 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5521 S:      Maintained
5522 F:      drivers/net/wan/c101.c
5523 F:      drivers/net/wan/hd6457*
5524 F:      drivers/net/wan/hdlc*
5525 F:      drivers/net/wan/n2.c
5526 F:      drivers/net/wan/pc300too.c
5527 F:      drivers/net/wan/pci200syn.c
5528 F:      drivers/net/wan/wanxl*
5529
5530 GENERIC INCLUDE/ASM HEADER FILES
5531 M:      Arnd Bergmann <[email protected]>
5532 L:      [email protected]
5533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5534 S:      Maintained
5535 F:      include/asm-generic/
5536 F:      include/uapi/asm-generic/
5537
5538 GENERIC PHY FRAMEWORK
5539 M:      Kishon Vijay Abraham I <[email protected]>
5540 L:      [email protected]
5541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5542 S:      Supported
5543 F:      drivers/phy/
5544 F:      include/linux/phy/
5545
5546 GENERIC PM DOMAINS
5547 M:      "Rafael J. Wysocki" <[email protected]>
5548 M:      Kevin Hilman <[email protected]>
5549 M:      Ulf Hansson <[email protected]>
5550 L:      [email protected]
5551 S:      Supported
5552 F:      drivers/base/power/domain*.c
5553 F:      include/linux/pm_domain.h
5554
5555 GENERIC UIO DRIVER FOR PCI DEVICES
5556 M:      "Michael S. Tsirkin" <[email protected]>
5557 L:      [email protected]
5558 S:      Supported
5559 F:      drivers/uio/uio_pci_generic.c
5560
5561 GET_MAINTAINER SCRIPT
5562 M:      Joe Perches <[email protected]>
5563 S:      Maintained
5564 F:      scripts/get_maintainer.pl
5565
5566 GENWQE (IBM Generic Workqueue Card)
5567 M:      Frank Haverkamp <[email protected]>
5568 M:      Gabriel Krisman Bertazi <[email protected]>
5569 S:      Supported
5570 F:      drivers/misc/genwqe/
5571
5572 GFS2 FILE SYSTEM
5573 M:      Steven Whitehouse <[email protected]>
5574 M:      Bob Peterson <[email protected]>
5575 L:      [email protected]
5576 W:      http://sources.redhat.com/cluster/
5577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5578 S:      Supported
5579 F:      Documentation/filesystems/gfs2*.txt
5580 F:      fs/gfs2/
5581 F:      include/uapi/linux/gfs2_ondisk.h
5582
5583 GIGASET ISDN DRIVERS
5584 M:      Paul Bolle <[email protected]>
5585 L:      [email protected]
5586 W:      http://gigaset307x.sourceforge.net/
5587 S:      Odd Fixes
5588 F:      Documentation/isdn/README.gigaset
5589 F:      drivers/isdn/gigaset/
5590 F:      include/uapi/linux/gigaset_dev.h
5591
5592 GO7007 MPEG CODEC
5593 M:      Hans Verkuil <[email protected]>
5594 L:      [email protected]
5595 S:      Maintained
5596 F:      drivers/media/usb/go7007/
5597
5598 GOODIX TOUCHSCREEN
5599 M:      Bastien Nocera <[email protected]>
5600 L:      [email protected]
5601 S:      Maintained
5602 F:      drivers/input/touchscreen/goodix.c
5603
5604 GPIO MOCKUP DRIVER
5605 M:      Bamvor Jian Zhang <[email protected]>
5606 L:      [email protected]
5607 S:      Maintained
5608 F:      drivers/gpio/gpio-mockup.c
5609 F:      tools/testing/selftests/gpio/
5610
5611 GPIO SUBSYSTEM
5612 M:      Linus Walleij <[email protected]>
5613 M:      Alexandre Courbot <[email protected]>
5614 L:      [email protected]
5615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5616 S:      Maintained
5617 F:      Documentation/devicetree/bindings/gpio/
5618 F:      Documentation/gpio/
5619 F:      Documentation/ABI/testing/gpio-cdev
5620 F:      Documentation/ABI/obsolete/sysfs-gpio
5621 F:      drivers/gpio/
5622 F:      include/linux/gpio/
5623 F:      include/linux/gpio.h
5624 F:      include/asm-generic/gpio.h
5625 F:      include/uapi/linux/gpio.h
5626 F:      tools/gpio/
5627
5628 GRE DEMULTIPLEXER DRIVER
5629 M:      Dmitry Kozlov <[email protected]>
5630 L:      [email protected]
5631 S:      Maintained
5632 F:      net/ipv4/gre_demux.c
5633 F:      net/ipv4/gre_offload.c
5634 F:      include/net/gre.h
5635
5636 GRETH 10/100/1G Ethernet MAC device driver
5637 M:      Andreas Larsson <[email protected]>
5638 L:      [email protected]
5639 S:      Maintained
5640 F:      drivers/net/ethernet/aeroflex/
5641
5642 GREYBUS SUBSYSTEM
5643 M:      Johan Hovold <[email protected]>
5644 M:      Alex Elder <[email protected]>
5645 M:      Greg Kroah-Hartman <[email protected]>
5646 S:      Maintained
5647 F:      drivers/staging/greybus/
5648 L:      [email protected]
5649
5650 GREYBUS AUDIO PROTOCOLS DRIVERS
5651 M:      Vaibhav Agarwal <[email protected]>
5652 M:      Mark Greer <[email protected]>
5653 S:      Maintained
5654 F:      drivers/staging/greybus/audio_apbridgea.c
5655 F:      drivers/staging/greybus/audio_apbridgea.h
5656 F:      drivers/staging/greybus/audio_codec.c
5657 F:      drivers/staging/greybus/audio_codec.h
5658 F:      drivers/staging/greybus/audio_gb.c
5659 F:      drivers/staging/greybus/audio_manager.c
5660 F:      drivers/staging/greybus/audio_manager.h
5661 F:      drivers/staging/greybus/audio_manager_module.c
5662 F:      drivers/staging/greybus/audio_manager_private.h
5663 F:      drivers/staging/greybus/audio_manager_sysfs.c
5664 F:      drivers/staging/greybus/audio_module.c
5665 F:      drivers/staging/greybus/audio_topology.c
5666
5667 GREYBUS PROTOCOLS DRIVERS
5668 M:      Rui Miguel Silva <[email protected]>
5669 S:      Maintained
5670 F:      drivers/staging/greybus/sdio.c
5671 F:      drivers/staging/greybus/light.c
5672 F:      drivers/staging/greybus/gpio.c
5673 F:      drivers/staging/greybus/power_supply.c
5674 F:      drivers/staging/greybus/spi.c
5675 F:      drivers/staging/greybus/spilib.c
5676
5677 GREYBUS PROTOCOLS DRIVERS
5678 M:      Bryan O'Donoghue <[email protected]>
5679 S:      Maintained
5680 F:      drivers/staging/greybus/loopback.c
5681 F:      drivers/staging/greybus/timesync.c
5682 F:      drivers/staging/greybus/timesync_platform.c
5683
5684 GREYBUS PROTOCOLS DRIVERS
5685 M:      Viresh Kumar <[email protected]>
5686 S:      Maintained
5687 F:      drivers/staging/greybus/authentication.c
5688 F:      drivers/staging/greybus/bootrom.c
5689 F:      drivers/staging/greybus/firmware.h
5690 F:      drivers/staging/greybus/fw-core.c
5691 F:      drivers/staging/greybus/fw-download.c
5692 F:      drivers/staging/greybus/fw-managament.c
5693 F:      drivers/staging/greybus/greybus_authentication.h
5694 F:      drivers/staging/greybus/greybus_firmware.h
5695 F:      drivers/staging/greybus/hid.c
5696 F:      drivers/staging/greybus/i2c.c
5697 F:      drivers/staging/greybus/spi.c
5698 F:      drivers/staging/greybus/spilib.c
5699 F:      drivers/staging/greybus/spilib.h
5700
5701 GREYBUS PROTOCOLS DRIVERS
5702 M:      David Lin <[email protected]>
5703 S:      Maintained
5704 F:      drivers/staging/greybus/uart.c
5705 F:      drivers/staging/greybus/log.c
5706
5707 GREYBUS PLATFORM DRIVERS
5708 M:      Vaibhav Hiremath <[email protected]>
5709 S:      Maintained
5710 F:      drivers/staging/greybus/arche-platform.c
5711 F:      drivers/staging/greybus/arche-apb-ctrl.c
5712 F:      drivers/staging/greybus/arche_platform.h
5713
5714 GS1662 VIDEO SERIALIZER
5715 M:      Charles-Antoine Couret <[email protected]>
5716 L:      [email protected]
5717 T:      git git://linuxtv.org/media_tree.git
5718 S:      Maintained
5719 F:      drivers/media/spi/gs1662.c
5720
5721 GSPCA FINEPIX SUBDRIVER
5722 M:      Frank Zago <[email protected]>
5723 L:      [email protected]
5724 T:      git git://linuxtv.org/media_tree.git
5725 S:      Maintained
5726 F:      drivers/media/usb/gspca/finepix.c
5727
5728 GSPCA GL860 SUBDRIVER
5729 M:      Olivier Lorin <[email protected]>
5730 L:      [email protected]
5731 T:      git git://linuxtv.org/media_tree.git
5732 S:      Maintained
5733 F:      drivers/media/usb/gspca/gl860/
5734
5735 GSPCA M5602 SUBDRIVER
5736 M:      Erik Andren <[email protected]>
5737 L:      [email protected]
5738 T:      git git://linuxtv.org/media_tree.git
5739 S:      Maintained
5740 F:      drivers/media/usb/gspca/m5602/
5741
5742 GSPCA PAC207 SONIXB SUBDRIVER
5743 M:      Hans Verkuil <[email protected]>
5744 L:      [email protected]
5745 T:      git git://linuxtv.org/media_tree.git
5746 S:      Odd Fixes
5747 F:      drivers/media/usb/gspca/pac207.c
5748
5749 GSPCA SN9C20X SUBDRIVER
5750 M:      Brian Johnson <[email protected]>
5751 L:      [email protected]
5752 T:      git git://linuxtv.org/media_tree.git
5753 S:      Maintained
5754 F:      drivers/media/usb/gspca/sn9c20x.c
5755
5756 GSPCA T613 SUBDRIVER
5757 M:      Leandro Costantino <[email protected]>
5758 L:      [email protected]
5759 T:      git git://linuxtv.org/media_tree.git
5760 S:      Maintained
5761 F:      drivers/media/usb/gspca/t613.c
5762
5763 GSPCA USB WEBCAM DRIVER
5764 M:      Hans Verkuil <[email protected]>
5765 L:      [email protected]
5766 T:      git git://linuxtv.org/media_tree.git
5767 S:      Odd Fixes
5768 F:      drivers/media/usb/gspca/
5769
5770 GTP (GPRS Tunneling Protocol)
5771 M:      Pablo Neira Ayuso <[email protected]>
5772 M:      Harald Welte <[email protected]>
5773 L:      [email protected]
5774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
5775 S:      Maintained
5776 F:      drivers/net/gtp.c
5777
5778 GUID PARTITION TABLE (GPT)
5779 M:      Davidlohr Bueso <[email protected]>
5780 L:      [email protected]
5781 S:      Maintained
5782 F:      block/partitions/efi.*
5783
5784 STK1160 USB VIDEO CAPTURE DRIVER
5785 M:      Ezequiel Garcia <[email protected]>
5786 L:      [email protected]
5787 T:      git git://linuxtv.org/media_tree.git
5788 S:      Maintained
5789 F:      drivers/media/usb/stk1160/
5790
5791 H8/300 ARCHITECTURE
5792 M:      Yoshinori Sato <[email protected]>
5793 L:      [email protected] (moderated for non-subscribers)
5794 W:      http://uclinux-h8.sourceforge.jp
5795 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
5796 S:      Maintained
5797 F:      arch/h8300/
5798 F:      drivers/clocksource/h8300_*.c
5799 F:      drivers/clk/h8300/
5800 F:      drivers/irqchip/irq-renesas-h8*.c
5801
5802 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
5803 M:      Frank Seidel <[email protected]>
5804 L:      [email protected]
5805 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
5806 S:      Maintained
5807 F:      drivers/platform/x86/hdaps.c
5808
5809 HDPVR USB VIDEO ENCODER DRIVER
5810 M:      Hans Verkuil <[email protected]>
5811 L:      [email protected]
5812 T:      git git://linuxtv.org/media_tree.git
5813 W:      https://linuxtv.org
5814 S:      Odd Fixes
5815 F:      drivers/media/usb/hdpvr/
5816
5817 HWPOISON MEMORY FAILURE HANDLING
5818 M:      Naoya Horiguchi <[email protected]>
5819 L:      [email protected]
5820 S:      Maintained
5821 F:      mm/memory-failure.c
5822 F:      mm/hwpoison-inject.c
5823
5824 HYPERVISOR VIRTUAL CONSOLE DRIVER
5825 L:      [email protected]
5826 S:      Odd Fixes
5827 F:      drivers/tty/hvc/
5828
5829 HACKRF MEDIA DRIVER
5830 M:      Antti Palosaari <[email protected]>
5831 L:      [email protected]
5832 W:      https://linuxtv.org
5833 W:      http://palosaari.fi/linux/
5834 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5835 T:      git git://linuxtv.org/anttip/media_tree.git
5836 S:      Maintained
5837 F:      drivers/media/usb/hackrf/
5838
5839 HARDWARE MONITORING
5840 M:      Jean Delvare <[email protected]>
5841 M:      Guenter Roeck <[email protected]>
5842 L:      [email protected]
5843 W:      http://hwmon.wiki.kernel.org/
5844 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5846 S:      Maintained
5847 F:      Documentation/hwmon/
5848 F:      drivers/hwmon/
5849 F:      include/linux/hwmon*.h
5850
5851 HARDWARE RANDOM NUMBER GENERATOR CORE
5852 M:      Matt Mackall <[email protected]>
5853 M:      Herbert Xu <[email protected]>
5854 L:      [email protected]
5855 S:      Odd fixes
5856 F:      Documentation/devicetree/bindings/rng/
5857 F:      Documentation/hw_random.txt
5858 F:      drivers/char/hw_random/
5859 F:      include/linux/hw_random.h
5860
5861 HARDWARE SPINLOCK CORE
5862 M:      Ohad Ben-Cohen <[email protected]>
5863 M:      Bjorn Andersson <[email protected]>
5864 L:      [email protected]
5865 S:      Maintained
5866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5867 F:      Documentation/devicetree/bindings/hwlock/
5868 F:      Documentation/hwspinlock.txt
5869 F:      drivers/hwspinlock/
5870 F:      include/linux/hwspinlock.h
5871
5872 HARMONY SOUND DRIVER
5873 L:      [email protected]
5874 S:      Maintained
5875 F:      sound/parisc/harmony.*
5876
5877 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
5878 M:      Jimmy Vance <[email protected]>
5879 S:      Supported
5880 F:      Documentation/watchdog/hpwdt.txt
5881 F:      drivers/watchdog/hpwdt.c
5882
5883 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5884 M:      Don Brace <[email protected]>
5885 L:      [email protected]
5886 L:      [email protected]
5887 S:      Supported
5888 F:      Documentation/scsi/hpsa.txt
5889 F:      drivers/scsi/hpsa*.[ch]
5890 F:      include/linux/cciss*.h
5891 F:      include/uapi/linux/cciss*.h
5892
5893 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5894 M:      Don Brace <[email protected]>
5895 L:      [email protected]
5896 L:      [email protected]
5897 S:      Supported
5898 F:      Documentation/blockdev/cciss.txt
5899 F:      drivers/block/cciss*
5900 F:      include/linux/cciss_ioctl.h
5901 F:      include/uapi/linux/cciss_ioctl.h
5902
5903 HFI1 DRIVER
5904 M:      Mike Marciniszyn <[email protected]>
5905 M:      Dennis Dalessandro <[email protected]>
5906 L:      [email protected]
5907 S:      Supported
5908 F:      drivers/infiniband/hw/hfi1
5909
5910 HFS FILESYSTEM
5911 L:      [email protected]
5912 S:      Orphan
5913 F:      Documentation/filesystems/hfs.txt
5914 F:      fs/hfs/
5915
5916 HFSPLUS FILESYSTEM
5917 L:      [email protected]
5918 S:      Orphan
5919 F:      Documentation/filesystems/hfsplus.txt
5920 F:      fs/hfsplus/
5921
5922 HGA FRAMEBUFFER DRIVER
5923 M:      Ferenc Bakonyi <[email protected]>
5924 L:      [email protected]
5925 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5926 S:      Maintained
5927 F:      drivers/video/fbdev/hgafb.c
5928
5929 HIBERNATION (aka Software Suspend, aka swsusp)
5930 M:      "Rafael J. Wysocki" <[email protected]>
5931 M:      Pavel Machek <[email protected]>
5932 L:      [email protected]
5933 B:      https://bugzilla.kernel.org
5934 S:      Supported
5935 F:      arch/x86/power/
5936 F:      drivers/base/power/
5937 F:      kernel/power/
5938 F:      include/linux/suspend.h
5939 F:      include/linux/freezer.h
5940 F:      include/linux/pm.h
5941 F:      arch/*/include/asm/suspend*.h
5942
5943 HID CORE LAYER
5944 M:      Jiri Kosina <[email protected]>
5945 R:      Benjamin Tissoires <[email protected]>
5946 L:      [email protected]
5947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5948 S:      Maintained
5949 F:      drivers/hid/
5950 F:      include/linux/hid*
5951 F:      include/uapi/linux/hid*
5952
5953 HID SENSOR HUB DRIVERS
5954 M:      Jiri Kosina <[email protected]>
5955 M:      Jonathan Cameron <[email protected]>
5956 M:      Srinivas Pandruvada <[email protected]>
5957 L:      [email protected]
5958 L:      [email protected]
5959 S:      Maintained
5960 F:      Documentation/hid/hid-sensor*
5961 F:      drivers/hid/hid-sensor-*
5962 F:      drivers/iio/*/hid-*
5963 F:      include/linux/hid-sensor-*
5964
5965 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5966 M:      Thomas Gleixner <[email protected]>
5967 L:      [email protected]
5968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5969 S:      Maintained
5970 F:      Documentation/timers/
5971 F:      kernel/time/hrtimer.c
5972 F:      kernel/time/clockevents.c
5973 F:      kernel/time/tick*.*
5974 F:      kernel/time/timer_*.c
5975 F:      include/linux/clockchips.h
5976 F:      include/linux/hrtimer.h
5977
5978 HIGH-SPEED SCC DRIVER FOR AX.25
5979 L:      [email protected]
5980 S:      Orphan
5981 F:      drivers/net/hamradio/dmascc.c
5982 F:      drivers/net/hamradio/scc.c
5983
5984 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5985 M:      HighPoint Linux Team <[email protected]>
5986 W:      http://www.highpoint-tech.com
5987 S:      Supported
5988 F:      Documentation/scsi/hptiop.txt
5989 F:      drivers/scsi/hptiop.c
5990
5991 HIPPI
5992 M:      Jes Sorensen <[email protected]>
5993 L:      [email protected]
5994 S:      Maintained
5995 F:      include/linux/hippidevice.h
5996 F:      include/uapi/linux/if_hippi.h
5997 F:      net/802/hippi.c
5998 F:      drivers/net/hippi/
5999
6000 HISILICON NETWORK SUBSYSTEM DRIVER
6001 M:      Yisen Zhuang <[email protected]>
6002 M:      Salil Mehta <[email protected]>
6003 L:      [email protected]
6004 W:      http://www.hisilicon.com
6005 S:      Maintained
6006 F:      drivers/net/ethernet/hisilicon/
6007 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6008
6009 HISILICON ROCE DRIVER
6010 M:      Lijun Ou <[email protected]>
6011 M:      Wei Hu(Xavier) <[email protected]>
6012 L:      [email protected]
6013 S:      Maintained
6014 F:      drivers/infiniband/hw/hns/
6015 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6016
6017 HISILICON SAS Controller
6018 M:      John Garry <[email protected]>
6019 W:      http://www.hisilicon.com
6020 S:      Supported
6021 F:      drivers/scsi/hisi_sas/
6022 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6023
6024 HOST AP DRIVER
6025 M:      Jouni Malinen <[email protected]>
6026 L:      [email protected]
6027 W:      http://w1.fi/hostap-driver.html
6028 S:      Obsolete
6029 F:      drivers/net/wireless/intersil/hostap/
6030
6031 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6032 L:      [email protected]
6033 S:      Orphan
6034 F:      drivers/platform/x86/tc1100-wmi.c
6035
6036 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6037 M:      Jaroslav Kysela <[email protected]>
6038 S:      Maintained
6039 F:      drivers/net/ethernet/hp/hp100.*
6040
6041 HPET:   High Precision Event Timers driver
6042 M:      Clemens Ladisch <[email protected]>
6043 S:      Maintained
6044 F:      Documentation/timers/hpet.txt
6045 F:      drivers/char/hpet.c
6046 F:      include/linux/hpet.h
6047 F:      include/uapi/linux/hpet.h
6048
6049 HPET:   x86
6050 S:      Orphan
6051 F:      arch/x86/kernel/hpet.c
6052 F:      arch/x86/include/asm/hpet.h
6053
6054 HPFS FILESYSTEM
6055 M:      Mikulas Patocka <[email protected]>
6056 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6057 S:      Maintained
6058 F:      fs/hpfs/
6059
6060 HSI SUBSYSTEM
6061 M:      Sebastian Reichel <[email protected]>
6062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6063 S:      Maintained
6064 F:      Documentation/ABI/testing/sysfs-bus-hsi
6065 F:      Documentation/driver-api/hsi.rst
6066 F:      drivers/hsi/
6067 F:      include/linux/hsi/
6068 F:      include/uapi/linux/hsi/
6069
6070 HSO 3G MODEM DRIVER
6071 L:      [email protected]
6072 S:      Orphan
6073 F:      drivers/net/usb/hso.c
6074
6075 HSR NETWORK PROTOCOL
6076 M:      Arvid Brodin <[email protected]>
6077 L:      [email protected]
6078 S:      Maintained
6079 F:      net/hsr/
6080
6081 HTCPEN TOUCHSCREEN DRIVER
6082 M:      Pau Oliva Fora <[email protected]>
6083 L:      [email protected]
6084 S:      Maintained
6085 F:      drivers/input/touchscreen/htcpen.c
6086
6087 HUGETLB FILESYSTEM
6088 M:      Nadia Yvette Chambers <[email protected]>
6089 S:      Maintained
6090 F:      fs/hugetlbfs/
6091
6092 HVA ST MEDIA DRIVER
6093 M:      Jean-Christophe Trotin <[email protected]>
6094 L:      [email protected]
6095 T:      git git://linuxtv.org/media_tree.git
6096 W:      https://linuxtv.org
6097 S:      Supported
6098 F:      drivers/media/platform/sti/hva
6099
6100 Hyper-V CORE AND DRIVERS
6101 M:      "K. Y. Srinivasan" <[email protected]>
6102 M:      Haiyang Zhang <[email protected]>
6103 M:      Stephen Hemminger <[email protected]>
6104 L:      [email protected]
6105 S:      Maintained
6106 F:      arch/x86/include/asm/mshyperv.h
6107 F:      arch/x86/include/uapi/asm/hyperv.h
6108 F:      arch/x86/kernel/cpu/mshyperv.c
6109 F:      arch/x86/hyperv
6110 F:      drivers/hid/hid-hyperv.c
6111 F:      drivers/hv/
6112 F:      drivers/input/serio/hyperv-keyboard.c
6113 F:      drivers/pci/host/pci-hyperv.c
6114 F:      drivers/net/hyperv/
6115 F:      drivers/scsi/storvsc_drv.c
6116 F:      drivers/uio/uio_hv_generic.c
6117 F:      drivers/video/fbdev/hyperv_fb.c
6118 F:      include/linux/hyperv.h
6119 F:      tools/hv/
6120 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6121
6122 I2C MUXES
6123 M:      Peter Rosin <[email protected]>
6124 L:      [email protected]
6125 S:      Maintained
6126 F:      Documentation/i2c/i2c-topology
6127 F:      Documentation/i2c/muxes/
6128 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6129 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6130 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6131 F:      drivers/i2c/i2c-mux.c
6132 F:      drivers/i2c/muxes/
6133 F:      include/linux/i2c-mux.h
6134
6135 I2C OVER PARALLEL PORT
6136 M:      Jean Delvare <[email protected]>
6137 L:      [email protected]
6138 S:      Maintained
6139 F:      Documentation/i2c/busses/i2c-parport
6140 F:      Documentation/i2c/busses/i2c-parport-light
6141 F:      drivers/i2c/busses/i2c-parport.c
6142 F:      drivers/i2c/busses/i2c-parport-light.c
6143
6144 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6145 M:      Jean Delvare <[email protected]>
6146 L:      [email protected]
6147 S:      Maintained
6148 F:      Documentation/i2c/busses/i2c-ali1535
6149 F:      Documentation/i2c/busses/i2c-ali1563
6150 F:      Documentation/i2c/busses/i2c-ali15x3
6151 F:      Documentation/i2c/busses/i2c-amd756
6152 F:      Documentation/i2c/busses/i2c-amd8111
6153 F:      Documentation/i2c/busses/i2c-i801
6154 F:      Documentation/i2c/busses/i2c-nforce2
6155 F:      Documentation/i2c/busses/i2c-piix4
6156 F:      Documentation/i2c/busses/i2c-sis5595
6157 F:      Documentation/i2c/busses/i2c-sis630
6158 F:      Documentation/i2c/busses/i2c-sis96x
6159 F:      Documentation/i2c/busses/i2c-via
6160 F:      Documentation/i2c/busses/i2c-viapro
6161 F:      drivers/i2c/busses/i2c-ali1535.c
6162 F:      drivers/i2c/busses/i2c-ali1563.c
6163 F:      drivers/i2c/busses/i2c-ali15x3.c
6164 F:      drivers/i2c/busses/i2c-amd756.c
6165 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6166 F:      drivers/i2c/busses/i2c-amd8111.c
6167 F:      drivers/i2c/busses/i2c-i801.c
6168 F:      drivers/i2c/busses/i2c-isch.c
6169 F:      drivers/i2c/busses/i2c-nforce2.c
6170 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6171 F:      drivers/i2c/busses/i2c-piix4.c
6172 F:      drivers/i2c/busses/i2c-sis5595.c
6173 F:      drivers/i2c/busses/i2c-sis630.c
6174 F:      drivers/i2c/busses/i2c-sis96x.c
6175 F:      drivers/i2c/busses/i2c-via.c
6176 F:      drivers/i2c/busses/i2c-viapro.c
6177
6178 I2C/SMBUS ISMT DRIVER
6179 M:      Seth Heasley <[email protected]>
6180 M:      Neil Horman <[email protected]>
6181 L:      [email protected]
6182 F:      drivers/i2c/busses/i2c-ismt.c
6183 F:      Documentation/i2c/busses/i2c-ismt
6184
6185 I2C/SMBUS STUB DRIVER
6186 M:      Jean Delvare <[email protected]>
6187 L:      [email protected]
6188 S:      Maintained
6189 F:      drivers/i2c/i2c-stub.c
6190
6191 I2C SUBSYSTEM
6192 M:      Wolfram Sang <[email protected]>
6193 L:      [email protected]
6194 W:      https://i2c.wiki.kernel.org/
6195 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6197 S:      Maintained
6198 F:      Documentation/devicetree/bindings/i2c/
6199 F:      Documentation/i2c/
6200 F:      drivers/i2c/
6201 F:      drivers/i2c/*/
6202 F:      include/linux/i2c.h
6203 F:      include/linux/i2c-*.h
6204 F:      include/uapi/linux/i2c.h
6205 F:      include/uapi/linux/i2c-*.h
6206
6207 I2C ACPI SUPPORT
6208 M:      Mika Westerberg <[email protected]>
6209 L:      [email protected]
6210 L:      [email protected]
6211 S:      Maintained
6212
6213 I2C-TAOS-EVM DRIVER
6214 M:      Jean Delvare <[email protected]>
6215 L:      [email protected]
6216 S:      Maintained
6217 F:      Documentation/i2c/busses/i2c-taos-evm
6218 F:      drivers/i2c/busses/i2c-taos-evm.c
6219
6220 I2C-TINY-USB DRIVER
6221 M:      Till Harbaum <[email protected]>
6222 L:      [email protected]
6223 W:      http://www.harbaum.org/till/i2c_tiny_usb
6224 S:      Maintained
6225 F:      drivers/i2c/busses/i2c-tiny-usb.c
6226
6227 i386 BOOT CODE
6228 M:      "H. Peter Anvin" <[email protected]>
6229 S:      Maintained
6230 F:      arch/x86/boot/
6231
6232 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6233 M:      "H. Peter Anvin" <[email protected]>
6234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6235 S:      Maintained
6236
6237 IA64 (Itanium) PLATFORM
6238 M:      Tony Luck <[email protected]>
6239 M:      Fenghua Yu <[email protected]>
6240 L:      [email protected]
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6242 S:      Maintained
6243 F:      arch/ia64/
6244
6245 IBM Power VMX Cryptographic instructions
6246 M:      Leonidas S. Barbosa <[email protected]>
6247 M:      Paulo Flabiano Smorigo <[email protected]>
6248 L:      [email protected]
6249 S:      Supported
6250 F:      drivers/crypto/vmx/Makefile
6251 F:      drivers/crypto/vmx/Kconfig
6252 F:      drivers/crypto/vmx/vmx.c
6253 F:      drivers/crypto/vmx/aes*
6254 F:      drivers/crypto/vmx/ghash*
6255 F:      drivers/crypto/vmx/ppc-xlate.pl
6256
6257 IBM Power in-Nest Crypto Acceleration
6258 M:      Leonidas S. Barbosa <[email protected]>
6259 M:      Paulo Flabiano Smorigo <[email protected]>
6260 L:      [email protected]
6261 S:      Supported
6262 F:      drivers/crypto/nx/Makefile
6263 F:      drivers/crypto/nx/Kconfig
6264 F:      drivers/crypto/nx/nx-aes*
6265 F:      drivers/crypto/nx/nx-sha*
6266 F:      drivers/crypto/nx/nx.*
6267 F:      drivers/crypto/nx/nx_csbcpb.h
6268 F:      drivers/crypto/nx/nx_debugfs.h
6269
6270 IBM Power 842 compression accelerator
6271 M:      Haren Myneni <[email protected]>
6272 S:      Supported
6273 F:      drivers/crypto/nx/Makefile
6274 F:      drivers/crypto/nx/Kconfig
6275 F:      drivers/crypto/nx/nx-842*
6276 F:      include/linux/sw842.h
6277 F:      crypto/842.c
6278 F:      lib/842/
6279
6280 IBM Power Linux RAID adapter
6281 M:      Brian King <[email protected]>
6282 S:      Supported
6283 F:      drivers/scsi/ipr.*
6284
6285 IBM Power Virtual Ethernet Device Driver
6286 M:      Thomas Falcon <[email protected]>
6287 L:      [email protected]
6288 S:      Supported
6289 F:      drivers/net/ethernet/ibm/ibmveth.*
6290
6291 IBM Power SRIOV Virtual NIC Device Driver
6292 M:      Thomas Falcon <[email protected]>
6293 M:      John Allen <[email protected]>
6294 L:      [email protected]
6295 S:      Supported
6296 F:      drivers/net/ethernet/ibm/ibmvnic.*
6297
6298 IBM Power Virtual SCSI Device Drivers
6299 M:      Tyrel Datwyler <[email protected]>
6300 L:      [email protected]
6301 S:      Supported
6302 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6303 F:      include/scsi/viosrp.h
6304
6305 IBM Power Virtual SCSI Device Target Driver
6306 M:      Bryant G. Ly <[email protected]>
6307 M:      Michael Cyr <[email protected]>
6308 L:      [email protected]
6309 L:      [email protected]
6310 S:      Supported
6311 F:      drivers/scsi/ibmvscsi_tgt/
6312
6313 IBM Power Virtual FC Device Drivers
6314 M:      Tyrel Datwyler <[email protected]>
6315 L:      [email protected]
6316 S:      Supported
6317 F:      drivers/scsi/ibmvscsi/ibmvfc*
6318
6319 IBM ServeRAID RAID DRIVER
6320 S:      Orphan
6321 F:      drivers/scsi/ips.*
6322
6323 ICH LPC AND GPIO DRIVER
6324 M:      Peter Tyser <[email protected]>
6325 S:      Maintained
6326 F:      drivers/mfd/lpc_ich.c
6327 F:      drivers/gpio/gpio-ich.c
6328
6329 IDT VersaClock 5 CLOCK DRIVER
6330 M:      Marek Vasut <[email protected]>
6331 S:      Maintained
6332 F:      drivers/clk/clk-versaclock5.c
6333
6334 IDE SUBSYSTEM
6335 M:      "David S. Miller" <[email protected]>
6336 L:      [email protected]
6337 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6339 S:      Maintained
6340 F:      Documentation/ide/
6341 F:      drivers/ide/
6342 F:      include/linux/ide.h
6343
6344 IDEAPAD LAPTOP EXTRAS DRIVER
6345 M:      Ike Panhc <[email protected]>
6346 L:      [email protected]
6347 W:      http://launchpad.net/ideapad-laptop
6348 S:      Maintained
6349 F:      drivers/platform/x86/ideapad-laptop.c
6350
6351 IDEAPAD LAPTOP SLIDEBAR DRIVER
6352 M:      Andrey Moiseev <[email protected]>
6353 L:      [email protected]
6354 W:      https://github.com/o2genum/ideapad-slidebar
6355 S:      Maintained
6356 F:      drivers/input/misc/ideapad_slidebar.c
6357
6358 IDE/ATAPI DRIVERS
6359 M:      Borislav Petkov <[email protected]>
6360 L:      [email protected]
6361 S:      Maintained
6362 F:      Documentation/cdrom/ide-cd
6363 F:      drivers/ide/ide-cd*
6364
6365 IEEE 802.15.4 SUBSYSTEM
6366 M:      Alexander Aring <[email protected]>
6367 M:      Stefan Schmidt <[email protected]>
6368 L:      [email protected]
6369 W:      http://wpan.cakelab.org/
6370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
6371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
6372 S:      Maintained
6373 F:      net/ieee802154/
6374 F:      net/mac802154/
6375 F:      drivers/net/ieee802154/
6376 F:      include/linux/nl802154.h
6377 F:      include/linux/ieee802154.h
6378 F:      include/net/nl802154.h
6379 F:      include/net/mac802154.h
6380 F:      include/net/af_ieee802154.h
6381 F:      include/net/cfg802154.h
6382 F:      include/net/ieee802154_netdev.h
6383 F:      Documentation/networking/ieee802154.txt
6384
6385 IFE PROTOCOL
6386 M:      Yotam Gigi <[email protected]>
6387 M:      Jamal Hadi Salim <[email protected]>
6388 F:      net/ife
6389 F:      include/net/ife.h
6390 F:      include/uapi/linux/ife.h
6391
6392 IGORPLUG-USB IR RECEIVER
6393 M:      Sean Young <[email protected]>
6394 L:      [email protected]
6395 S:      Maintained
6396 F:      drivers/media/rc/igorplugusb.c
6397
6398 IGUANAWORKS USB IR TRANSCEIVER
6399 M:      Sean Young <[email protected]>
6400 L:      [email protected]
6401 S:      Maintained
6402 F:      drivers/media/rc/iguanair.c
6403
6404 IIO DIGITAL POTENTIOMETER DAC
6405 M:      Peter Rosin <[email protected]>
6406 L:      [email protected]
6407 S:      Maintained
6408 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6409 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6410 F:      drivers/iio/dac/dpot-dac.c
6411
6412 IIO ENVELOPE DETECTOR
6413 M:      Peter Rosin <[email protected]>
6414 L:      [email protected]
6415 S:      Maintained
6416 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6417 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6418 F:      drivers/iio/adc/envelope-detector.c
6419
6420 IIO SUBSYSTEM AND DRIVERS
6421 M:      Jonathan Cameron <[email protected]>
6422 R:      Hartmut Knaack <[email protected]>
6423 R:      Lars-Peter Clausen <[email protected]>
6424 R:      Peter Meerwald-Stadler <[email protected]>
6425 L:      [email protected]
6426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6427 S:      Maintained
6428 F:      Documentation/devicetree/bindings/iio/
6429 F:      drivers/iio/
6430 F:      drivers/staging/iio/
6431 F:      include/linux/iio/
6432 F:      tools/iio/
6433
6434 IKANOS/ADI EAGLE ADSL USB DRIVER
6435 M:      Matthieu Castet <[email protected]>
6436 M:      Stanislaw Gruszka <[email protected]>
6437 S:      Maintained
6438 F:      drivers/usb/atm/ueagle-atm.c
6439
6440 IMGTEC ASCII LCD DRIVER
6441 M:      Paul Burton <[email protected]>
6442 S:      Maintained
6443 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6444 F:      drivers/auxdisplay/img-ascii-lcd.c
6445
6446 INA209 HARDWARE MONITOR DRIVER
6447 M:      Guenter Roeck <[email protected]>
6448 L:      [email protected]
6449 S:      Maintained
6450 F:      Documentation/hwmon/ina209
6451 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6452 F:      drivers/hwmon/ina209.c
6453
6454 INA2XX HARDWARE MONITOR DRIVER
6455 M:      Guenter Roeck <[email protected]>
6456 L:      [email protected]
6457 S:      Maintained
6458 F:      Documentation/hwmon/ina2xx
6459 F:      drivers/hwmon/ina2xx.c
6460 F:      include/linux/platform_data/ina2xx.h
6461
6462 INDUSTRY PACK SUBSYSTEM (IPACK)
6463 M:      Samuel Iglesias Gonsalvez <[email protected]>
6464 M:      Jens Taprogge <[email protected]>
6465 M:      Greg Kroah-Hartman <[email protected]>
6466 L:      [email protected]
6467 W:      http://industrypack.sourceforge.net
6468 S:      Maintained
6469 F:      drivers/ipack/
6470
6471 INGENIC JZ4780 DMA Driver
6472 M:      Zubair Lutfullah Kakakhel <[email protected]>
6473 S:      Maintained
6474 F:      drivers/dma/dma-jz4780.c
6475
6476 INGENIC JZ4780 NAND DRIVER
6477 M:      Harvey Hunt <[email protected]>
6478 L:      [email protected]
6479 S:      Maintained
6480 F:      drivers/mtd/nand/jz4780_*
6481
6482 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6483 M:      Mimi Zohar <[email protected]>
6484 M:      Dmitry Kasatkin <[email protected]>
6485 L:      [email protected]
6486 L:      [email protected]
6487 L:      [email protected]
6488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6489 S:      Supported
6490 F:      security/integrity/ima/
6491
6492 IMGTEC IR DECODER DRIVER
6493 M:      James Hogan <[email protected]>
6494 S:      Maintained
6495 F:      drivers/media/rc/img-ir/
6496
6497 IMS TWINTURBO FRAMEBUFFER DRIVER
6498 L:      [email protected]
6499 S:      Orphan
6500 F:      drivers/video/fbdev/imsttfb.c
6501
6502 INFINIBAND SUBSYSTEM
6503 M:      Doug Ledford <[email protected]>
6504 M:      Sean Hefty <[email protected]>
6505 M:      Hal Rosenstock <[email protected]>
6506 L:      [email protected]
6507 W:      http://www.openfabrics.org/
6508 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6510 S:      Supported
6511 F:      Documentation/infiniband/
6512 F:      drivers/infiniband/
6513 F:      include/uapi/linux/if_infiniband.h
6514 F:      include/uapi/rdma/
6515 F:      include/rdma/
6516
6517 INOTIFY
6518 M:      John McCutchan <[email protected]>
6519 M:      Robert Love <[email protected]>
6520 M:      Eric Paris <[email protected]>
6521 S:      Maintained
6522 F:      Documentation/filesystems/inotify.txt
6523 F:      fs/notify/inotify/
6524 F:      include/linux/inotify.h
6525 F:      include/uapi/linux/inotify.h
6526
6527 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6528 M:      Dmitry Torokhov <[email protected]>
6529 L:      [email protected]
6530 Q:      http://patchwork.kernel.org/project/linux-input/list/
6531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6532 S:      Maintained
6533 F:      drivers/input/
6534 F:      include/linux/input.h
6535 F:      include/uapi/linux/input.h
6536 F:      include/linux/input/
6537 F:      Documentation/devicetree/bindings/input/
6538
6539 INPUT MULTITOUCH (MT) PROTOCOL
6540 M:      Henrik Rydberg <[email protected]>
6541 L:      [email protected]
6542 S:      Odd fixes
6543 F:      Documentation/input/multi-touch-protocol.txt
6544 F:      drivers/input/input-mt.c
6545 K:      \b(ABS|SYN)_MT_
6546
6547 INTEL ASoC BDW/HSW DRIVERS
6548 M:      Jie Yang <[email protected]>
6549 L:      [email protected] (moderated for non-subscribers)
6550 S:      Supported
6551 F:      sound/soc/intel/common/sst-dsp*
6552 F:      sound/soc/intel/common/sst-firmware.c
6553 F:      sound/soc/intel/boards/broadwell.c
6554 F:      sound/soc/intel/haswell/
6555
6556 INTEL C600 SERIES SAS CONTROLLER DRIVER
6557 M:      Intel SCU Linux support <[email protected]>
6558 M:      Artur Paszkiewicz <[email protected]>
6559 L:      [email protected]
6560 T:      git git://git.code.sf.net/p/intel-sas/isci
6561 S:      Supported
6562 F:      drivers/scsi/isci/
6563
6564 INTEL HID EVENT DRIVER
6565 M:      Alex Hung <[email protected]>
6566 L:      [email protected]
6567 S:      Maintained
6568 F:      drivers/platform/x86/intel-hid.c
6569
6570 INTEL VIRTUAL BUTTON DRIVER
6571 M:      AceLan Kao <[email protected]>
6572 L:      [email protected]
6573 S:      Maintained
6574 F:      drivers/platform/x86/intel-vbtn.c
6575
6576 INTEL IDLE DRIVER
6577 M:      Jacob Pan <[email protected]>
6578 M:      Len Brown <[email protected]>
6579 L:      [email protected]
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6581 B:      https://bugzilla.kernel.org
6582 S:      Supported
6583 F:      drivers/idle/intel_idle.c
6584
6585 INTEL INTEGRATED SENSOR HUB DRIVER
6586 M:      Srinivas Pandruvada <[email protected]>
6587 M:      Jiri Kosina <[email protected]>
6588 L:      [email protected]
6589 S:      Maintained
6590 F:      drivers/hid/intel-ish-hid/
6591
6592 INTEL PSTATE DRIVER
6593 M:      Srinivas Pandruvada <[email protected]>
6594 M:      Len Brown <[email protected]>
6595 L:      [email protected]
6596 S:      Supported
6597 F:      drivers/cpufreq/intel_pstate.c
6598
6599 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6600 M:      Maik Broemme <[email protected]>
6601 L:      [email protected]
6602 S:      Maintained
6603 F:      Documentation/fb/intelfb.txt
6604 F:      drivers/video/fbdev/intelfb/
6605
6606 INTEL 810/815 FRAMEBUFFER DRIVER
6607 M:      Antonino Daplas <[email protected]>
6608 L:      [email protected]
6609 S:      Maintained
6610 F:      drivers/video/fbdev/i810/
6611
6612 INTEL MENLOW THERMAL DRIVER
6613 M:      Sujith Thomas <[email protected]>
6614 L:      [email protected]
6615 W:      https://01.org/linux-acpi
6616 S:      Supported
6617 F:      drivers/platform/x86/intel_menlow.c
6618
6619 INTEL I/OAT DMA DRIVER
6620 M:      Dave Jiang <[email protected]>
6621 R:      Dan Williams <[email protected]>
6622 L:      [email protected]
6623 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6624 S:      Supported
6625 F:      drivers/dma/ioat*
6626
6627 INTEL IOMMU (VT-d)
6628 M:      David Woodhouse <[email protected]>
6629 L:      [email protected]
6630 T:      git git://git.infradead.org/iommu-2.6.git
6631 S:      Supported
6632 F:      drivers/iommu/intel-iommu.c
6633 F:      include/linux/intel-iommu.h
6634
6635 INTEL IOP-ADMA DMA DRIVER
6636 R:      Dan Williams <[email protected]>
6637 S:      Odd fixes
6638 F:      drivers/dma/iop-adma.c
6639
6640 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6641 M:      Krzysztof Halasa <[email protected]>
6642 S:      Maintained
6643 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
6644 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
6645 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6646 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
6647 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
6648 F:      drivers/net/wan/ixp4xx_hss.c
6649
6650 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6651 M:      Deepak Saxena <[email protected]>
6652 S:      Maintained
6653 F:      drivers/char/hw_random/ixp4xx-rng.c
6654
6655 INTEL ETHERNET DRIVERS
6656 M:      Jeff Kirsher <[email protected]>
6657 L:      [email protected] (moderated for non-subscribers)
6658 W:      http://www.intel.com/support/feedback.htm
6659 W:      http://e1000.sourceforge.net/
6660 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6663 S:      Supported
6664 F:      Documentation/networking/e100.txt
6665 F:      Documentation/networking/e1000.txt
6666 F:      Documentation/networking/e1000e.txt
6667 F:      Documentation/networking/igb.txt
6668 F:      Documentation/networking/igbvf.txt
6669 F:      Documentation/networking/ixgb.txt
6670 F:      Documentation/networking/ixgbe.txt
6671 F:      Documentation/networking/ixgbevf.txt
6672 F:      Documentation/networking/i40e.txt
6673 F:      Documentation/networking/i40evf.txt
6674 F:      drivers/net/ethernet/intel/
6675 F:      drivers/net/ethernet/intel/*/
6676
6677 INTEL RDMA RNIC DRIVER
6678 M:     Faisal Latif <[email protected]>
6679 M:     Shiraz Saleem <[email protected]>
6680 L:     [email protected]
6681 S:     Supported
6682 F:     drivers/infiniband/hw/i40iw/
6683
6684 INTEL MERRIFIELD GPIO DRIVER
6685 M:      Andy Shevchenko <[email protected]>
6686 L:      [email protected]
6687 S:      Maintained
6688 F:      drivers/gpio/gpio-merrifield.c
6689
6690 INTEL-MID GPIO DRIVER
6691 M:      David Cohen <[email protected]>
6692 L:      [email protected]
6693 S:      Maintained
6694 F:      drivers/gpio/gpio-intel-mid.c
6695
6696 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
6697 M:      Stanislav Yakovlev <[email protected]>
6698 L:      [email protected]
6699 S:      Maintained
6700 F:      Documentation/networking/README.ipw2100
6701 F:      Documentation/networking/README.ipw2200
6702 F:      drivers/net/wireless/intel/ipw2x00/
6703
6704 INTEL(R) TRACE HUB
6705 M:      Alexander Shishkin <[email protected]>
6706 S:      Supported
6707 F:      Documentation/trace/intel_th.txt
6708 F:      drivers/hwtracing/intel_th/
6709
6710 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
6711 M:      Ning Sun <[email protected]>
6712 L:      [email protected]
6713 W:      http://tboot.sourceforge.net
6714 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
6715 S:      Supported
6716 F:      Documentation/intel_txt.txt
6717 F:      include/linux/tboot.h
6718 F:      arch/x86/kernel/tboot.c
6719
6720 INTEL WIRELESS WIMAX CONNECTION 2400
6721 M:      Inaky Perez-Gonzalez <[email protected]>
6722 M:      [email protected]
6723 L:      [email protected] (subscribers-only)
6724 S:      Supported
6725 W:      http://linuxwimax.org
6726 F:      Documentation/wimax/README.i2400m
6727 F:      drivers/net/wimax/i2400m/
6728 F:      include/uapi/linux/wimax/i2400m.h
6729
6730 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
6731 M:      Stanislaw Gruszka <[email protected]>
6732 L:      [email protected]
6733 S:      Supported
6734 F:      drivers/net/wireless/intel/iwlegacy/
6735
6736 INTEL WIRELESS WIFI LINK (iwlwifi)
6737 M:      Johannes Berg <[email protected]>
6738 M:      Emmanuel Grumbach <[email protected]>
6739 M:      Luca Coelho <[email protected]>
6740 M:      Intel Linux Wireless <[email protected]>
6741 L:      [email protected]
6742 W:      http://intellinuxwireless.org
6743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
6744 S:      Supported
6745 F:      drivers/net/wireless/intel/iwlwifi/
6746
6747 INTEL MANAGEMENT ENGINE (mei)
6748 M:      Tomas Winkler <[email protected]>
6749 L:      [email protected]
6750 S:      Supported
6751 F:      include/uapi/linux/mei.h
6752 F:      include/linux/mei_cl_bus.h
6753 F:      drivers/misc/mei/*
6754 F:      drivers/watchdog/mei_wdt.c
6755 F:      Documentation/misc-devices/mei/*
6756 F:      samples/mei/*
6757
6758 INTEL MIC DRIVERS (mic)
6759 M:      Sudeep Dutt <[email protected]>
6760 M:      Ashutosh Dixit <[email protected]>
6761 S:      Supported
6762 W:      https://github.com/sudeepdutt/mic
6763 W:      http://software.intel.com/en-us/mic-developer
6764 F:      include/linux/mic_bus.h
6765 F:      include/linux/scif.h
6766 F:      include/uapi/linux/mic_common.h
6767 F:      include/uapi/linux/mic_ioctl.h
6768 F:      include/uapi/linux/scif_ioctl.h
6769 F:      drivers/misc/mic/
6770 F:      drivers/dma/mic_x100_dma.c
6771 F:      drivers/dma/mic_x100_dma.h
6772 F:      Documentation/mic/
6773
6774 INTEL PMC/P-Unit IPC DRIVER
6775 M:      Zha Qipeng<[email protected]>
6776 L:      [email protected]
6777 S:      Maintained
6778 F:      drivers/platform/x86/intel_pmc_ipc.c
6779 F:      drivers/platform/x86/intel_punit_ipc.c
6780 F:      arch/x86/include/asm/intel_pmc_ipc.h
6781 F:      arch/x86/include/asm/intel_punit_ipc.h
6782
6783 INTEL TELEMETRY DRIVER
6784 M:      Souvik Kumar Chakravarty <[email protected]>
6785 L:      [email protected]
6786 S:      Maintained
6787 F:      arch/x86/include/asm/intel_telemetry.h
6788 F:      drivers/platform/x86/intel_telemetry*
6789
6790 INTEL PMC CORE DRIVER
6791 M:      Rajneesh Bhardwaj <[email protected]>
6792 M:      Vishwanath Somayaji <[email protected]>
6793 L:      [email protected]
6794 S:      Maintained
6795 F:      arch/x86/include/asm/pmc_core.h
6796 F:      drivers/platform/x86/intel_pmc_core*
6797
6798 INVENSENSE MPU-3050 GYROSCOPE DRIVER
6799 M:      Linus Walleij <[email protected]>
6800 L:      [email protected]
6801 S:      Maintained
6802 F:      drivers/iio/gyro/mpu3050*
6803 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
6804
6805 IOC3 ETHERNET DRIVER
6806 M:      Ralf Baechle <[email protected]>
6807 L:      [email protected]
6808 S:      Maintained
6809 F:      drivers/net/ethernet/sgi/ioc3-eth.c
6810
6811 IOC3 SERIAL DRIVER
6812 M:      Pat Gefre <[email protected]>
6813 L:      [email protected]
6814 S:      Maintained
6815 F:      drivers/tty/serial/ioc3_serial.c
6816
6817 IOMMU DRIVERS
6818 M:      Joerg Roedel <[email protected]>
6819 L:      [email protected]
6820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
6821 S:      Maintained
6822 F:      Documentation/devicetree/bindings/iommu/
6823 F:      drivers/iommu/
6824
6825 IP MASQUERADING
6826 M:      Juanjo Ciarlante <[email protected]>
6827 S:      Maintained
6828 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
6829
6830 IPMI SUBSYSTEM
6831 M:      Corey Minyard <[email protected]>
6832 L:      [email protected] (moderated for non-subscribers)
6833 W:      http://openipmi.sourceforge.net/
6834 S:      Supported
6835 F:      Documentation/IPMI.txt
6836 F:      drivers/char/ipmi/
6837 F:      include/linux/ipmi*
6838 F:      include/uapi/linux/ipmi*
6839
6840 QCOM AUDIO (ASoC) DRIVERS
6841 M:      Patrick Lai <[email protected]>
6842 M:      Banajit Goswami <[email protected]>
6843 L:      [email protected] (moderated for non-subscribers)
6844 S:      Supported
6845 F:      sound/soc/qcom/
6846
6847 IPS SCSI RAID DRIVER
6848 M:      Adaptec OEM Raid Solutions <[email protected]>
6849 L:      [email protected]
6850 W:      http://www.adaptec.com/
6851 S:      Maintained
6852 F:      drivers/scsi/ips*
6853
6854 IPVS
6855 M:      Wensong Zhang <[email protected]>
6856 M:      Simon Horman <[email protected]>
6857 M:      Julian Anastasov <[email protected]>
6858 L:      [email protected]
6859 L:      [email protected]
6860 S:      Maintained
6861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
6862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
6863 F:      Documentation/networking/ipvs-sysctl.txt
6864 F:      include/net/ip_vs.h
6865 F:      include/uapi/linux/ip_vs.h
6866 F:      net/netfilter/ipvs/
6867
6868 IPWIRELESS DRIVER
6869 M:      Jiri Kosina <[email protected]>
6870 M:      David Sterba <[email protected]>
6871 S:      Odd Fixes
6872 F:      drivers/tty/ipwireless/
6873
6874 IPX NETWORK LAYER
6875 L:      [email protected]
6876 S:      Odd fixes
6877 F:      include/net/ipx.h
6878 F:      include/uapi/linux/ipx.h
6879 F:      net/ipx/
6880
6881 IRDA SUBSYSTEM
6882 M:      Samuel Ortiz <[email protected]>
6883 L:      [email protected] (subscribers-only)
6884 L:      [email protected]
6885 W:      http://irda.sourceforge.net/
6886 S:      Maintained
6887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
6888 F:      Documentation/networking/irda.txt
6889 F:      drivers/net/irda/
6890 F:      include/net/irda/
6891 F:      net/irda/
6892
6893 IRQ SUBSYSTEM
6894 M:      Thomas Gleixner <[email protected]>
6895 L:      [email protected]
6896 S:      Maintained
6897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6898 F:      kernel/irq/
6899
6900 IRQCHIP DRIVERS
6901 M:      Thomas Gleixner <[email protected]>
6902 M:      Jason Cooper <[email protected]>
6903 M:      Marc Zyngier <[email protected]>
6904 L:      [email protected]
6905 S:      Maintained
6906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6907 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
6908 F:      Documentation/devicetree/bindings/interrupt-controller/
6909 F:      drivers/irqchip/
6910
6911 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
6912 M:      Marc Zyngier <[email protected]>
6913 S:      Maintained
6914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6915 F:      Documentation/IRQ-domain.txt
6916 F:      include/linux/irqdomain.h
6917 F:      kernel/irq/irqdomain.c
6918 F:      kernel/irq/msi.c
6919
6920 ISA
6921 M:      William Breathitt Gray <[email protected]>
6922 S:      Maintained
6923 F:      Documentation/isa.txt
6924 F:      drivers/base/isa.c
6925 F:      include/linux/isa.h
6926
6927 ISAPNP
6928 M:      Jaroslav Kysela <[email protected]>
6929 S:      Maintained
6930 F:      Documentation/isapnp.txt
6931 F:      drivers/pnp/isapnp/
6932 F:      include/linux/isapnp.h
6933
6934 ISA RADIO MODULE
6935 M:      Hans Verkuil <[email protected]>
6936 L:      [email protected]
6937 T:      git git://linuxtv.org/media_tree.git
6938 W:      https://linuxtv.org
6939 S:      Maintained
6940 F:      drivers/media/radio/radio-isa*
6941
6942 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6943 M:      Peter Jones <[email protected]>
6944 M:      Konrad Rzeszutek Wilk <[email protected]>
6945 S:      Maintained
6946 F:      drivers/firmware/iscsi_ibft*
6947
6948 ISCSI
6949 M:      Lee Duncan <[email protected]>
6950 M:      Chris Leech <[email protected]>
6951 L:      [email protected]
6952 W:      www.open-iscsi.com
6953 S:      Maintained
6954 F:      drivers/scsi/*iscsi*
6955 F:      include/scsi/*iscsi*
6956
6957 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6958 M:      Or Gerlitz <[email protected]>
6959 M:      Sagi Grimberg <[email protected]>
6960 M:      Roi Dayan <[email protected]>
6961 L:      [email protected]
6962 S:      Supported
6963 W:      http://www.openfabrics.org
6964 W:      www.open-iscsi.org
6965 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6966 F:      drivers/infiniband/ulp/iser/
6967
6968 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6969 M:      Sagi Grimberg <[email protected]>
6970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6971 L:      [email protected]
6972 L:      [email protected]
6973 S:      Supported
6974 W:      http://www.linux-iscsi.org
6975 F:      drivers/infiniband/ulp/isert
6976
6977 ISDN SUBSYSTEM
6978 M:      Karsten Keil <[email protected]>
6979 L:      [email protected] (subscribers-only)
6980 L:      [email protected]
6981 W:      http://www.isdn4linux.de
6982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6983 S:      Maintained
6984 F:      Documentation/isdn/
6985 F:      drivers/isdn/
6986 F:      include/linux/isdn.h
6987 F:      include/linux/isdn/
6988 F:      include/uapi/linux/isdn.h
6989 F:      include/uapi/linux/isdn/
6990
6991 ISDN SUBSYSTEM (Eicon active card driver)
6992 M:      Armin Schindler <[email protected]>
6993 L:      [email protected] (subscribers-only)
6994 W:      http://www.melware.de
6995 S:      Maintained
6996 F:      drivers/isdn/hardware/eicon/
6997
6998 IT87 HARDWARE MONITORING DRIVER
6999 M:      Jean Delvare <[email protected]>
7000 L:      [email protected]
7001 S:      Maintained
7002 F:      Documentation/hwmon/it87
7003 F:      drivers/hwmon/it87.c
7004
7005 IT913X MEDIA DRIVER
7006 M:      Antti Palosaari <[email protected]>
7007 L:      [email protected]
7008 W:      https://linuxtv.org
7009 W:      http://palosaari.fi/linux/
7010 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7011 T:      git git://linuxtv.org/anttip/media_tree.git
7012 S:      Maintained
7013 F:      drivers/media/tuners/it913x*
7014
7015 IVTV VIDEO4LINUX DRIVER
7016 M:      Andy Walls <[email protected]>
7017 L:      [email protected] (subscribers-only)
7018 L:      [email protected]
7019 T:      git git://linuxtv.org/media_tree.git
7020 W:      http://www.ivtvdriver.org
7021 S:      Maintained
7022 F:      Documentation/media/v4l-drivers/ivtv*
7023 F:      drivers/media/pci/ivtv/
7024 F:      include/uapi/linux/ivtv*
7025
7026 IX2505V MEDIA DRIVER
7027 M:      Malcolm Priestley <[email protected]>
7028 L:      [email protected]
7029 W:      https://linuxtv.org
7030 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7031 S:      Maintained
7032 F:      drivers/media/dvb-frontends/ix2505v*
7033
7034 JC42.4 TEMPERATURE SENSOR DRIVER
7035 M:      Guenter Roeck <[email protected]>
7036 L:      [email protected]
7037 S:      Maintained
7038 F:      drivers/hwmon/jc42.c
7039 F:      Documentation/hwmon/jc42
7040
7041 JFS FILESYSTEM
7042 M:      Dave Kleikamp <[email protected]>
7043 L:      [email protected]
7044 W:      http://jfs.sourceforge.net/
7045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7046 S:      Maintained
7047 F:      Documentation/filesystems/jfs.txt
7048 F:      fs/jfs/
7049
7050 JME NETWORK DRIVER
7051 M:      Guo-Fu Tseng <[email protected]>
7052 L:      [email protected]
7053 S:      Maintained
7054 F:      drivers/net/ethernet/jme.*
7055
7056 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7057 M:      David Woodhouse <[email protected]>
7058 L:      [email protected]
7059 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7060 S:      Maintained
7061 F:      fs/jffs2/
7062 F:      include/uapi/linux/jffs2.h
7063
7064 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7065 M:      "Theodore Ts'o" <[email protected]>
7066 M:      Jan Kara <[email protected]>
7067 L:      [email protected]
7068 S:      Maintained
7069 F:      fs/jbd2/
7070 F:      include/linux/jbd2.h
7071
7072 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7073 M:      Mikhail Ulyanov <[email protected]>
7074 L:      [email protected]
7075 S:      Maintained
7076 F:      drivers/media/platform/rcar_jpu.c
7077
7078 JSM Neo PCI based serial card
7079 M:      Gabriel Krisman Bertazi <[email protected]>
7080 L:      [email protected]
7081 S:      Maintained
7082 F:      drivers/tty/serial/jsm/
7083
7084 K10TEMP HARDWARE MONITORING DRIVER
7085 M:      Clemens Ladisch <[email protected]>
7086 L:      [email protected]
7087 S:      Maintained
7088 F:      Documentation/hwmon/k10temp
7089 F:      drivers/hwmon/k10temp.c
7090
7091 K8TEMP HARDWARE MONITORING DRIVER
7092 M:      Rudolf Marek <[email protected]>
7093 L:      [email protected]
7094 S:      Maintained
7095 F:      Documentation/hwmon/k8temp
7096 F:      drivers/hwmon/k8temp.c
7097
7098 KASAN
7099 M:      Andrey Ryabinin <[email protected]>
7100 R:      Alexander Potapenko <[email protected]>
7101 R:      Dmitry Vyukov <[email protected]>
7102 L:      [email protected]
7103 S:      Maintained
7104 F:      arch/*/include/asm/kasan.h
7105 F:      arch/*/mm/kasan_init*
7106 F:      Documentation/dev-tools/kasan.rst
7107 F:      include/linux/kasan*.h
7108 F:      lib/test_kasan.c
7109 F:      mm/kasan/
7110 F:      scripts/Makefile.kasan
7111
7112 KCONFIG
7113 M:      "Yann E. MORIN" <[email protected]>
7114 L:      [email protected]
7115 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
7116 S:      Maintained
7117 F:      Documentation/kbuild/kconfig-language.txt
7118 F:      scripts/kconfig/
7119
7120 KDUMP
7121 M:      Dave Young <[email protected]>
7122 M:      Baoquan He <[email protected]>
7123 R:      Vivek Goyal <[email protected]>
7124 L:      [email protected]
7125 W:      http://lse.sourceforge.net/kdump/
7126 S:      Maintained
7127 F:      Documentation/kdump/
7128
7129 KEENE FM RADIO TRANSMITTER DRIVER
7130 M:      Hans Verkuil <[email protected]>
7131 L:      [email protected]
7132 T:      git git://linuxtv.org/media_tree.git
7133 W:      https://linuxtv.org
7134 S:      Maintained
7135 F:      drivers/media/radio/radio-keene*
7136
7137 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7138 M:      Ian Kent <[email protected]>
7139 L:      [email protected]
7140 S:      Maintained
7141 F:      fs/autofs4/
7142
7143 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7144 M:      Masahiro Yamada <[email protected]>
7145 M:      Michal Marek <[email protected]>
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7147 L:      [email protected]
7148 S:      Maintained
7149 F:      Documentation/kbuild/
7150 F:      Makefile
7151 F:      scripts/Makefile.*
7152 F:      scripts/basic/
7153 F:      scripts/mk*
7154 F:      scripts/package/
7155
7156 KERNEL JANITORS
7157 L:      [email protected]
7158 W:      http://kernelnewbies.org/KernelJanitors
7159 S:      Odd Fixes
7160
7161 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7162 M:      "J. Bruce Fields" <[email protected]>
7163 M:      Jeff Layton <[email protected]>
7164 L:      [email protected]
7165 W:      http://nfs.sourceforge.net/
7166 T:      git git://linux-nfs.org/~bfields/linux.git
7167 S:      Supported
7168 F:      fs/nfsd/
7169 F:      include/uapi/linux/nfsd/
7170 F:      fs/lockd/
7171 F:      fs/nfs_common/
7172 F:      net/sunrpc/
7173 F:      include/linux/lockd/
7174 F:      include/linux/sunrpc/
7175 F:      include/uapi/linux/sunrpc/
7176
7177 KERNEL SELFTEST FRAMEWORK
7178 M:      Shuah Khan <[email protected]>
7179 M:      Shuah Khan <[email protected]>
7180 L:      [email protected]
7181 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
7182 S:      Maintained
7183 F:      tools/testing/selftests
7184
7185 KERNEL VIRTUAL MACHINE (KVM)
7186 M:      Paolo Bonzini <[email protected]>
7187 M:      Radim Krčmář <[email protected]>
7188 L:      [email protected]
7189 W:      http://www.linux-kvm.org
7190 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7191 S:      Supported
7192 F:      Documentation/*/kvm*.txt
7193 F:      Documentation/virtual/kvm/
7194 F:      arch/*/kvm/
7195 F:      arch/x86/kernel/kvm.c
7196 F:      arch/x86/kernel/kvmclock.c
7197 F:      arch/*/include/asm/kvm*
7198 F:      include/linux/kvm*
7199 F:      include/uapi/linux/kvm*
7200 F:      virt/kvm/
7201 F:      tools/kvm/
7202
7203 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
7204 M:      Joerg Roedel <[email protected]>
7205 L:      [email protected]
7206 W:      http://www.linux-kvm.org/
7207 S:      Maintained
7208 F:      arch/x86/include/asm/svm.h
7209 F:      arch/x86/kvm/svm.c
7210
7211 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
7212 M:      Alexander Graf <[email protected]>
7213 L:      [email protected]
7214 W:      http://www.linux-kvm.org/
7215 T:      git git://github.com/agraf/linux-2.6.git
7216 S:      Supported
7217 F:      arch/powerpc/include/asm/kvm*
7218 F:      arch/powerpc/kvm/
7219
7220 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7221 M:      Christian Borntraeger <[email protected]>
7222 M:      Cornelia Huck <[email protected]>
7223 L:      [email protected]
7224 W:      http://www.ibm.com/developerworks/linux/linux390/
7225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7226 S:      Supported
7227 F:      Documentation/s390/kvm.txt
7228 F:      arch/s390/include/asm/kvm*
7229 F:      arch/s390/kvm/
7230 F:      arch/s390/mm/gmap.c
7231
7232 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
7233 M:      Christoffer Dall <[email protected]>
7234 M:      Marc Zyngier <[email protected]>
7235 L:      [email protected] (moderated for non-subscribers)
7236 L:      [email protected]
7237 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7239 S:      Supported
7240 F:      arch/arm/include/uapi/asm/kvm*
7241 F:      arch/arm/include/asm/kvm*
7242 F:      arch/arm/kvm/
7243 F:      virt/kvm/arm/
7244 F:      include/kvm/arm_*
7245
7246 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7247 M:      Christoffer Dall <[email protected]>
7248 M:      Marc Zyngier <[email protected]>
7249 L:      [email protected] (moderated for non-subscribers)
7250 L:      [email protected]
7251 S:      Maintained
7252 F:      arch/arm64/include/uapi/asm/kvm*
7253 F:      arch/arm64/include/asm/kvm*
7254 F:      arch/arm64/kvm/
7255
7256 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7257 M:      James Hogan <[email protected]>
7258 L:      [email protected]
7259 S:      Supported
7260 F:      arch/mips/include/uapi/asm/kvm*
7261 F:      arch/mips/include/asm/kvm*
7262 F:      arch/mips/kvm/
7263
7264 KERNFS
7265 M:      Greg Kroah-Hartman <[email protected]>
7266 M:      Tejun Heo <[email protected]>
7267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7268 S:      Supported
7269 F:      include/linux/kernfs.h
7270 F:      fs/kernfs/
7271
7272 KEXEC
7273 M:      Eric Biederman <[email protected]>
7274 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7275 L:      [email protected]
7276 S:      Maintained
7277 F:      include/linux/kexec.h
7278 F:      include/uapi/linux/kexec.h
7279 F:      kernel/kexec*
7280
7281 KEYS/KEYRINGS:
7282 M:      David Howells <[email protected]>
7283 L:      [email protected]
7284 S:      Maintained
7285 F:      Documentation/security/keys.txt
7286 F:      include/linux/key.h
7287 F:      include/linux/key-type.h
7288 F:      include/linux/keyctl.h
7289 F:      include/uapi/linux/keyctl.h
7290 F:      include/keys/
7291 F:      security/keys/
7292
7293 KEYS-TRUSTED
7294 M:      David Safford <[email protected]>
7295 M:      Mimi Zohar <[email protected]>
7296 L:      [email protected]
7297 L:      [email protected]
7298 S:      Supported
7299 F:      Documentation/security/keys-trusted-encrypted.txt
7300 F:      include/keys/trusted-type.h
7301 F:      security/keys/trusted.c
7302 F:      security/keys/trusted.h
7303
7304 KEYS-ENCRYPTED
7305 M:      Mimi Zohar <[email protected]>
7306 M:      David Safford <[email protected]>
7307 L:      [email protected]
7308 L:      [email protected]
7309 S:      Supported
7310 F:      Documentation/security/keys-trusted-encrypted.txt
7311 F:      include/keys/encrypted-type.h
7312 F:      security/keys/encrypted-keys/
7313
7314 KGDB / KDB /debug_core
7315 M:      Jason Wessel <[email protected]>
7316 W:      http://kgdb.wiki.kernel.org/
7317 L:      [email protected]
7318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7319 S:      Maintained
7320 F:      Documentation/DocBook/kgdb.tmpl
7321 F:      drivers/misc/kgdbts.c
7322 F:      drivers/tty/serial/kgdboc.c
7323 F:      include/linux/kdb.h
7324 F:      include/linux/kgdb.h
7325 F:      kernel/debug/
7326
7327 KMEMCHECK
7328 M:      Vegard Nossum <[email protected]>
7329 M:      Pekka Enberg <[email protected]>
7330 S:      Maintained
7331 F:      Documentation/dev-tools/kmemcheck.rst
7332 F:      arch/x86/include/asm/kmemcheck.h
7333 F:      arch/x86/mm/kmemcheck/
7334 F:      include/linux/kmemcheck.h
7335 F:      mm/kmemcheck.c
7336
7337 KMEMLEAK
7338 M:      Catalin Marinas <[email protected]>
7339 S:      Maintained
7340 F:      Documentation/dev-tools/kmemleak.rst
7341 F:      include/linux/kmemleak.h
7342 F:      mm/kmemleak.c
7343 F:      mm/kmemleak-test.c
7344
7345 KPROBES
7346 M:      Ananth N Mavinakayanahalli <[email protected]>
7347 M:      Anil S Keshavamurthy <[email protected]>
7348 M:      "David S. Miller" <[email protected]>
7349 M:      Masami Hiramatsu <[email protected]>
7350 S:      Maintained
7351 F:      Documentation/kprobes.txt
7352 F:      include/linux/kprobes.h
7353 F:      include/asm-generic/kprobes.h
7354 F:      kernel/kprobes.c
7355
7356 KS0108 LCD CONTROLLER DRIVER
7357 M:      Miguel Ojeda Sandonis <[email protected]>
7358 W:      http://miguelojeda.es/auxdisplay.htm
7359 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7360 S:      Maintained
7361 F:      Documentation/auxdisplay/ks0108
7362 F:      drivers/auxdisplay/ks0108.c
7363 F:      include/linux/ks0108.h
7364
7365 L3MDEV
7366 M:      David Ahern <[email protected]>
7367 L:      [email protected]
7368 S:      Maintained
7369 F:      net/l3mdev
7370 F:      include/net/l3mdev.h
7371
7372 LANTIQ MIPS ARCHITECTURE
7373 M:      John Crispin <[email protected]>
7374 L:      [email protected]
7375 S:      Maintained
7376 F:      arch/mips/lantiq
7377
7378 LAPB module
7379 L:      [email protected]
7380 S:      Orphan
7381 F:      Documentation/networking/lapb-module.txt
7382 F:      include/*/lapb.h
7383 F:      net/lapb/
7384
7385 LASI 53c700 driver for PARISC
7386 M:      "James E.J. Bottomley" <[email protected]>
7387 L:      [email protected]
7388 S:      Maintained
7389 F:      Documentation/scsi/53c700.txt
7390 F:      drivers/scsi/53c700*
7391
7392 LED SUBSYSTEM
7393 M:      Richard Purdie <[email protected]>
7394 M:      Jacek Anaszewski <[email protected]>
7395 M:      Pavel Machek <[email protected]>
7396 L:      [email protected]
7397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7398 S:      Maintained
7399 F:      Documentation/devicetree/bindings/leds/
7400 F:      drivers/leds/
7401 F:      include/linux/leds.h
7402
7403 LEGACY EEPROM DRIVER
7404 M:      Jean Delvare <[email protected]>
7405 S:      Maintained
7406 F:      Documentation/misc-devices/eeprom
7407 F:      drivers/misc/eeprom/eeprom.c
7408
7409 LEGO USB Tower driver
7410 M:      Juergen Stuber <[email protected]>
7411 L:      [email protected]
7412 W:      http://legousb.sourceforge.net/
7413 S:      Maintained
7414 F:      drivers/usb/misc/legousbtower.c
7415
7416 LG2160 MEDIA DRIVER
7417 M:      Michael Krufky <[email protected]>
7418 L:      [email protected]
7419 W:      https://linuxtv.org
7420 W:      http://github.com/mkrufky
7421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7422 T:      git git://linuxtv.org/mkrufky/tuners.git
7423 S:      Maintained
7424 F:      drivers/media/dvb-frontends/lg2160.*
7425
7426 LGDT3305 MEDIA DRIVER
7427 M:      Michael Krufky <[email protected]>
7428 L:      [email protected]
7429 W:      https://linuxtv.org
7430 W:      http://github.com/mkrufky
7431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7432 T:      git git://linuxtv.org/mkrufky/tuners.git
7433 S:      Maintained
7434 F:      drivers/media/dvb-frontends/lgdt3305.*
7435
7436 LGUEST
7437 M:      Rusty Russell <[email protected]>
7438 L:      [email protected]
7439 W:      http://lguest.ozlabs.org/
7440 S:      Odd Fixes
7441 F:      arch/x86/include/asm/lguest*.h
7442 F:      arch/x86/lguest/
7443 F:      drivers/lguest/
7444 F:      include/linux/lguest*.h
7445 F:      tools/lguest/
7446
7447 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7448 M:      Tejun Heo <[email protected]>
7449 L:      [email protected]
7450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7451 S:      Maintained
7452 F:      drivers/ata/
7453 F:      include/linux/ata.h
7454 F:      include/linux/libata.h
7455 F:      Documentation/devicetree/bindings/ata/
7456
7457 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7458 M:      Viresh Kumar <[email protected]>
7459 L:      [email protected]
7460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7461 S:      Maintained
7462 F:      include/linux/pata_arasan_cf_data.h
7463 F:      drivers/ata/pata_arasan_cf.c
7464
7465 LIBATA PATA DRIVERS
7466 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7467 M:      Tejun Heo <[email protected]>
7468 L:      [email protected]
7469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7470 S:      Maintained
7471 F:      drivers/ata/pata_*.c
7472 F:      drivers/ata/ata_generic.c
7473
7474 LIBATA SATA AHCI PLATFORM devices support
7475 M:      Hans de Goede <[email protected]>
7476 M:      Tejun Heo <[email protected]>
7477 L:      [email protected]
7478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7479 S:      Maintained
7480 F:      drivers/ata/ahci_platform.c
7481 F:      drivers/ata/libahci_platform.c
7482 F:      include/linux/ahci_platform.h
7483
7484 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7485 M:      Mikael Pettersson <[email protected]>
7486 L:      [email protected]
7487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7488 S:      Maintained
7489 F:      drivers/ata/sata_promise.*
7490
7491 LIBLOCKDEP
7492 M:      Sasha Levin <[email protected]>
7493 S:      Maintained
7494 F:      tools/lib/lockdep/
7495
7496 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7497 M:      Dan Williams <[email protected]>
7498 L:      [email protected]
7499 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7501 S:      Supported
7502 F:      drivers/nvdimm/*
7503 F:      include/linux/nd.h
7504 F:      include/linux/libnvdimm.h
7505 F:      include/uapi/linux/ndctl.h
7506
7507 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7508 M:      Ross Zwisler <[email protected]>
7509 L:      [email protected]
7510 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7511 S:      Supported
7512 F:      drivers/nvdimm/blk.c
7513 F:      drivers/nvdimm/region_devs.c
7514 F:      drivers/acpi/nfit*
7515
7516 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7517 M:      Vishal Verma <[email protected]>
7518 L:      [email protected]
7519 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7520 S:      Supported
7521 F:      drivers/nvdimm/btt*
7522
7523 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7524 M:      Ross Zwisler <[email protected]>
7525 L:      [email protected]
7526 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7527 S:      Supported
7528 F:      drivers/nvdimm/pmem.c
7529 F:      include/linux/pmem.h
7530 F:      arch/*/include/asm/pmem.h
7531
7532 LIGHTNVM PLATFORM SUPPORT
7533 M:      Matias Bjorling <[email protected]>
7534 W:      http://github/OpenChannelSSD
7535 L:      [email protected]
7536 S:      Maintained
7537 F:      drivers/lightnvm/
7538 F:      include/linux/lightnvm.h
7539 F:      include/uapi/linux/lightnvm.h
7540
7541 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7542 M:      Benjamin Herrenschmidt <[email protected]>
7543 M:      Paul Mackerras <[email protected]>
7544 M:      Michael Ellerman <[email protected]>
7545 W:      https://github.com/linuxppc/linux/wiki
7546 L:      [email protected]
7547 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7549 S:      Supported
7550 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7551 F:      Documentation/devicetree/bindings/powerpc/opal/
7552 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7553 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7554 F:      Documentation/powerpc/
7555 F:      arch/powerpc/
7556 F:      drivers/char/tpm/tpm_ibmvtpm*
7557 F:      drivers/crypto/nx/
7558 F:      drivers/crypto/vmx/
7559 F:      drivers/i2c/busses/i2c-opal.c
7560 F:      drivers/net/ethernet/ibm/ibmveth.*
7561 F:      drivers/net/ethernet/ibm/ibmvnic.*
7562 F:      drivers/pci/hotplug/pnv_php.c
7563 F:      drivers/pci/hotplug/rpa*
7564 F:      drivers/rtc/rtc-opal.c
7565 F:      drivers/scsi/ibmvscsi/
7566 F:      drivers/tty/hvc/hvc_opal.c
7567 F:      tools/testing/selftests/powerpc
7568 N:      /pmac
7569 N:      powermac
7570 N:      powernv
7571 N:      [^a-z0-9]ps3
7572 N:      pseries
7573
7574 LINUX FOR POWER MACINTOSH
7575 M:      Benjamin Herrenschmidt <[email protected]>
7576 W:      http://www.penguinppc.org/
7577 L:      [email protected]
7578 S:      Maintained
7579 F:      arch/powerpc/platforms/powermac/
7580 F:      drivers/macintosh/
7581
7582 LINUX FOR POWERPC EMBEDDED MPC5XXX
7583 M:      Anatolij Gustschin <[email protected]>
7584 L:      [email protected]
7585 T:      git git://git.denx.de/linux-denx-agust.git
7586 S:      Maintained
7587 F:      arch/powerpc/platforms/512x/
7588 F:      arch/powerpc/platforms/52xx/
7589
7590 LINUX FOR POWERPC EMBEDDED PPC4XX
7591 M:      Alistair Popple <[email protected]>
7592 M:      Matt Porter <[email protected]>
7593 W:      http://www.penguinppc.org/
7594 L:      [email protected]
7595 S:      Maintained
7596 F:      arch/powerpc/platforms/40x/
7597 F:      arch/powerpc/platforms/44x/
7598
7599 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7600 L:      [email protected]
7601 S:      Orphan
7602 F:      arch/powerpc/*/*virtex*
7603 F:      arch/powerpc/*/*/*virtex*
7604
7605 LINUX FOR POWERPC EMBEDDED PPC8XX
7606 M:      Vitaly Bordug <[email protected]>
7607 W:      http://www.penguinppc.org/
7608 L:      [email protected]
7609 S:      Maintained
7610 F:      arch/powerpc/platforms/8xx/
7611
7612 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7613 M:      Scott Wood <[email protected]>
7614 M:      Kumar Gala <[email protected]>
7615 W:      http://www.penguinppc.org/
7616 L:      [email protected]
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7618 S:      Maintained
7619 F:      arch/powerpc/platforms/83xx/
7620 F:      arch/powerpc/platforms/85xx/
7621
7622 LINUX FOR POWERPC PA SEMI PWRFICIENT
7623 L:      [email protected]
7624 S:      Orphan
7625 F:      arch/powerpc/platforms/pasemi/
7626 F:      drivers/*/*pasemi*
7627 F:      drivers/*/*/*pasemi*
7628
7629 LINUX SECURITY MODULE (LSM) FRAMEWORK
7630 M:      Chris Wright <[email protected]>
7631 L:      [email protected]
7632 S:      Supported
7633
7634 LIS3LV02D ACCELEROMETER DRIVER
7635 M:      Eric Piel <[email protected]>
7636 S:      Maintained
7637 F:      Documentation/misc-devices/lis3lv02d
7638 F:      drivers/misc/lis3lv02d/
7639 F:      drivers/platform/x86/hp_accel.c
7640
7641 LIVE PATCHING
7642 M:      Josh Poimboeuf <[email protected]>
7643 M:      Jessica Yu <[email protected]>
7644 M:      Jiri Kosina <[email protected]>
7645 M:      Miroslav Benes <[email protected]>
7646 R:      Petr Mladek <[email protected]>
7647 S:      Maintained
7648 F:      kernel/livepatch/
7649 F:      include/linux/livepatch.h
7650 F:      arch/x86/include/asm/livepatch.h
7651 F:      arch/x86/kernel/livepatch.c
7652 F:      Documentation/livepatch/
7653 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
7654 F:      samples/livepatch/
7655 L:      [email protected]
7656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
7657
7658 LINUX KERNEL DUMP TEST MODULE (LKDTM)
7659 M:      Kees Cook <[email protected]>
7660 S:      Maintained
7661 F:      drivers/misc/lkdtm*
7662
7663 LLC (802.2)
7664 L:      [email protected]
7665 S:      Odd fixes
7666 F:      include/linux/llc.h
7667 F:      include/uapi/linux/llc.h
7668 F:      include/net/llc*
7669 F:      net/llc/
7670
7671 LM73 HARDWARE MONITOR DRIVER
7672 M:      Guillaume Ligneul <[email protected]>
7673 L:      [email protected]
7674 S:      Maintained
7675 F:      drivers/hwmon/lm73.c
7676
7677 LM78 HARDWARE MONITOR DRIVER
7678 M:      Jean Delvare <[email protected]>
7679 L:      [email protected]
7680 S:      Maintained
7681 F:      Documentation/hwmon/lm78
7682 F:      drivers/hwmon/lm78.c
7683
7684 LM83 HARDWARE MONITOR DRIVER
7685 M:      Jean Delvare <[email protected]>
7686 L:      [email protected]
7687 S:      Maintained
7688 F:      Documentation/hwmon/lm83
7689 F:      drivers/hwmon/lm83.c
7690
7691 LM90 HARDWARE MONITOR DRIVER
7692 M:      Jean Delvare <[email protected]>
7693 L:      [email protected]
7694 S:      Maintained
7695 F:      Documentation/hwmon/lm90
7696 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
7697 F:      drivers/hwmon/lm90.c
7698 F:      include/dt-bindings/thermal/lm90.h
7699
7700 LM95234 HARDWARE MONITOR DRIVER
7701 M:      Guenter Roeck <[email protected]>
7702 L:      [email protected]
7703 S:      Maintained
7704 F:      Documentation/hwmon/lm95234
7705 F:      drivers/hwmon/lm95234.c
7706
7707 LME2510 MEDIA DRIVER
7708 M:      Malcolm Priestley <[email protected]>
7709 L:      [email protected]
7710 W:      https://linuxtv.org
7711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7712 S:      Maintained
7713 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
7714
7715 LOCKING PRIMITIVES
7716 M:      Peter Zijlstra <[email protected]>
7717 M:      Ingo Molnar <[email protected]>
7718 L:      [email protected]
7719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7720 S:      Maintained
7721 F:      Documentation/locking/
7722 F:      include/linux/lockdep.h
7723 F:      include/linux/spinlock*.h
7724 F:      arch/*/include/asm/spinlock*.h
7725 F:      include/linux/rwlock*.h
7726 F:      include/linux/mutex*.h
7727 F:      arch/*/include/asm/mutex*.h
7728 F:      include/linux/rwsem*.h
7729 F:      arch/*/include/asm/rwsem.h
7730 F:      include/linux/seqlock.h
7731 F:      lib/locking*.[ch]
7732 F:      kernel/locking/
7733
7734 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
7735 M:      "Richard Russon (FlatCap)" <[email protected]>
7736 L:      [email protected]
7737 W:      http://www.linux-ntfs.org/content/view/19/37/
7738 S:      Maintained
7739 F:      Documentation/ldm.txt
7740 F:      block/partitions/ldm.*
7741
7742 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
7743 M:      Sathya Prakash <[email protected]>
7744 M:      Chaitra P B <[email protected]>
7745 M:      Suganath Prabu Subramani <[email protected]>
7746 L:      [email protected]
7747 L:      [email protected]
7748 W:      http://www.avagotech.com/support/
7749 S:      Supported
7750 F:      drivers/message/fusion/
7751 F:      drivers/scsi/mpt2sas/
7752 F:      drivers/scsi/mpt3sas/
7753
7754 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
7755 M:      Matthew Wilcox <[email protected]>
7756 L:      [email protected]
7757 S:      Maintained
7758 F:      drivers/scsi/sym53c8xx_2/
7759
7760 LTC4261 HARDWARE MONITOR DRIVER
7761 M:      Guenter Roeck <[email protected]>
7762 L:      [email protected]
7763 S:      Maintained
7764 F:      Documentation/hwmon/ltc4261
7765 F:      drivers/hwmon/ltc4261.c
7766
7767 LTP (Linux Test Project)
7768 M:      Mike Frysinger <[email protected]>
7769 M:      Cyril Hrubis <[email protected]>
7770 M:      Wanlong Gao <[email protected]>
7771 M:      Jan Stancek <[email protected]>
7772 M:      Stanislav Kholmanskikh <[email protected]>
7773 M:      Alexey Kodanev <[email protected]>
7774 L:      [email protected] (subscribers-only)
7775 W:      http://linux-test-project.github.io/
7776 T:      git git://github.com/linux-test-project/ltp.git
7777 S:      Maintained
7778
7779 M32R ARCHITECTURE
7780 W:      http://www.linux-m32r.org/
7781 S:      Orphan
7782 F:      arch/m32r/
7783
7784 M68K ARCHITECTURE
7785 M:      Geert Uytterhoeven <[email protected]>
7786 L:      [email protected]
7787 W:      http://www.linux-m68k.org/
7788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
7789 S:      Maintained
7790 F:      arch/m68k/
7791 F:      drivers/zorro/
7792
7793 M68K ON APPLE MACINTOSH
7794 M:      Joshua Thompson <[email protected]>
7795 W:      http://www.mac.linux-m68k.org/
7796 L:      [email protected]
7797 S:      Maintained
7798 F:      arch/m68k/mac/
7799
7800 M68K ON HP9000/300
7801 M:      Philip Blundell <[email protected]>
7802 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
7803 S:      Maintained
7804 F:      arch/m68k/hp300/
7805
7806 M88DS3103 MEDIA DRIVER
7807 M:      Antti Palosaari <[email protected]>
7808 L:      [email protected]
7809 W:      https://linuxtv.org
7810 W:      http://palosaari.fi/linux/
7811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7812 T:      git git://linuxtv.org/anttip/media_tree.git
7813 S:      Maintained
7814 F:      drivers/media/dvb-frontends/m88ds3103*
7815
7816 M88RS2000 MEDIA DRIVER
7817 M:      Malcolm Priestley <[email protected]>
7818 L:      [email protected]
7819 W:      https://linuxtv.org
7820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7821 S:      Maintained
7822 F:      drivers/media/dvb-frontends/m88rs2000*
7823
7824 MA901 MASTERKIT USB FM RADIO DRIVER
7825 M:      Alexey Klimov <[email protected]>
7826 L:      [email protected]
7827 T:      git git://linuxtv.org/media_tree.git
7828 S:      Maintained
7829 F:      drivers/media/radio/radio-ma901.c
7830
7831 MAC80211
7832 M:      Johannes Berg <[email protected]>
7833 L:      [email protected]
7834 W:      http://wireless.kernel.org/
7835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7837 S:      Maintained
7838 F:      Documentation/networking/mac80211-injection.txt
7839 F:      include/net/mac80211.h
7840 F:      net/mac80211/
7841 F:      drivers/net/wireless/mac80211_hwsim.[ch]
7842
7843 MAILBOX API
7844 M:      Jassi Brar <[email protected]>
7845 L:      [email protected]
7846 S:      Maintained
7847 F:      drivers/mailbox/
7848 F:      include/linux/mailbox_client.h
7849 F:      include/linux/mailbox_controller.h
7850
7851 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
7852 M:      Michael Kerrisk <[email protected]>
7853 W:      http://www.kernel.org/doc/man-pages
7854 L:      [email protected]
7855 S:      Maintained
7856
7857 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
7858 M:      Rahul Bedarkar <[email protected]>
7859 L:      [email protected]
7860 S:      Maintained
7861 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
7862
7863 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
7864 M:      Andrew Lunn <[email protected]>
7865 M:      Vivien Didelot <[email protected]>
7866 L:      [email protected]
7867 S:      Maintained
7868 F:      drivers/net/dsa/mv88e6xxx/
7869 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
7870
7871 MARVELL ARMADA DRM SUPPORT
7872 M:      Russell King <[email protected]>
7873 S:      Maintained
7874 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
7875 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
7876 F:      drivers/gpu/drm/armada/
7877 F:      include/uapi/drm/armada_drm.h
7878 F:      Documentation/devicetree/bindings/display/armada/
7879
7880 MARVELL CRYPTO DRIVER
7881 M:      Boris Brezillon <[email protected]>
7882 M:      Arnaud Ebalard <[email protected]>
7883 F:      drivers/crypto/marvell/
7884 S:      Maintained
7885 L:      [email protected]
7886
7887 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
7888 M:      Mirko Lindner <[email protected]>
7889 M:      Stephen Hemminger <[email protected]>
7890 L:      [email protected]
7891 S:      Maintained
7892 F:      drivers/net/ethernet/marvell/sk*
7893
7894 MARVELL LIBERTAS WIRELESS DRIVER
7895 L:      [email protected]
7896 S:      Orphan
7897 F:      drivers/net/wireless/marvell/libertas/
7898
7899 MARVELL MV643XX ETHERNET DRIVER
7900 M:      Sebastian Hesselbarth <[email protected]>
7901 L:      [email protected]
7902 S:      Maintained
7903 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
7904 F:      include/linux/mv643xx.h
7905
7906 MARVELL MVNETA ETHERNET DRIVER
7907 M:      Thomas Petazzoni <[email protected]>
7908 L:      [email protected]
7909 S:      Maintained
7910 F:      drivers/net/ethernet/marvell/mvneta.*
7911
7912 MARVELL MWIFIEX WIRELESS DRIVER
7913 M:      Amitkumar Karwar <[email protected]>
7914 M:      Nishant Sarmukadam <[email protected]>
7915 M:      Ganapathi Bhat <[email protected]>
7916 M:      Xinming Hu <[email protected]>
7917 L:      [email protected]
7918 S:      Maintained
7919 F:      drivers/net/wireless/marvell/mwifiex/
7920
7921 MARVELL MWL8K WIRELESS DRIVER
7922 M:      Lennert Buytenhek <[email protected]>
7923 L:      [email protected]
7924 S:      Odd Fixes
7925 F:      drivers/net/wireless/marvell/mwl8k.c
7926
7927 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
7928 M:      Nicolas Pitre <[email protected]>
7929 S:      Odd Fixes
7930 F:      drivers/mmc/host/mvsdio.*
7931
7932 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
7933 M:      Hu Ziji <[email protected]>
7934 L:      [email protected]
7935 S:      Supported
7936 F:      drivers/mmc/host/sdhci-xenon*
7937 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
7938
7939 MATROX FRAMEBUFFER DRIVER
7940 L:      [email protected]
7941 S:      Orphan
7942 F:      drivers/video/fbdev/matrox/matroxfb_*
7943 F:      include/uapi/linux/matroxfb.h
7944
7945 MAX16065 HARDWARE MONITOR DRIVER
7946 M:      Guenter Roeck <[email protected]>
7947 L:      [email protected]
7948 S:      Maintained
7949 F:      Documentation/hwmon/max16065
7950 F:      drivers/hwmon/max16065.c
7951
7952 MAX20751 HARDWARE MONITOR DRIVER
7953 M:      Guenter Roeck <[email protected]>
7954 L:      [email protected]
7955 S:      Maintained
7956 F:      Documentation/hwmon/max20751
7957 F:      drivers/hwmon/max20751.c
7958
7959 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
7960 L:      [email protected]
7961 S:      Orphan
7962 F:      Documentation/hwmon/max6650
7963 F:      drivers/hwmon/max6650.c
7964
7965 MAX6697 HARDWARE MONITOR DRIVER
7966 M:      Guenter Roeck <[email protected]>
7967 L:      [email protected]
7968 S:      Maintained
7969 F:      Documentation/hwmon/max6697
7970 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7971 F:      drivers/hwmon/max6697.c
7972 F:      include/linux/platform_data/max6697.h
7973
7974 MAX9860 MONO AUDIO VOICE CODEC DRIVER
7975 M:      Peter Rosin <[email protected]>
7976 L:      [email protected] (moderated for non-subscribers)
7977 S:      Maintained
7978 F:      Documentation/devicetree/bindings/sound/max9860.txt
7979 F:      sound/soc/codecs/max9860.*
7980
7981 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7982 M:      Krzysztof Kozlowski <[email protected]>
7983 M:      Bartlomiej Zolnierkiewicz <[email protected]>
7984 L:      [email protected]
7985 S:      Supported
7986 F:      drivers/power/supply/max14577_charger.c
7987 F:      drivers/power/supply/max77693_charger.c
7988
7989 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7990 M:      Javier Martinez Canillas <[email protected]>
7991 L:      [email protected]
7992 S:      Supported
7993 F:      drivers/*/*max77802*.c
7994 F:      Documentation/devicetree/bindings/*/*max77802.txt
7995 F:      include/dt-bindings/*/*max77802.h
7996
7997 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7998 M:      Chanwoo Choi <[email protected]>
7999 M:      Krzysztof Kozlowski <[email protected]>
8000 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8001 L:      [email protected]
8002 S:      Supported
8003 F:      drivers/*/max14577*.c
8004 F:      drivers/*/max77686*.c
8005 F:      drivers/*/max77693*.c
8006 F:      drivers/extcon/extcon-max14577.c
8007 F:      drivers/extcon/extcon-max77693.c
8008 F:      drivers/rtc/rtc-max77686.c
8009 F:      drivers/clk/clk-max77686.c
8010 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8011 F:      Documentation/devicetree/bindings/*/max77686.txt
8012 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8013 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8014 F:      include/linux/mfd/max14577*.h
8015 F:      include/linux/mfd/max77686*.h
8016 F:      include/linux/mfd/max77693*.h
8017
8018 MAXIRADIO FM RADIO RECEIVER DRIVER
8019 M:      Hans Verkuil <[email protected]>
8020 L:      [email protected]
8021 T:      git git://linuxtv.org/media_tree.git
8022 W:      https://linuxtv.org
8023 S:      Maintained
8024 F:      drivers/media/radio/radio-maxiradio*
8025
8026 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8027 M:      Peter Rosin <[email protected]>
8028 L:      [email protected]
8029 S:      Maintained
8030 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8031 F:      drivers/iio/potentiometer/mcp4531.c
8032
8033 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8034 M:      William Breathitt Gray <[email protected]>
8035 L:      [email protected]
8036 S:      Maintained
8037 F:      drivers/iio/dac/cio-dac.c
8038
8039 MEDIA DRIVERS FOR RENESAS - FCP
8040 M:      Laurent Pinchart <[email protected]>
8041 L:      [email protected]
8042 L:      [email protected]
8043 T:      git git://linuxtv.org/media_tree.git
8044 S:      Supported
8045 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8046 F:      drivers/media/platform/rcar-fcp.c
8047 F:      include/media/rcar-fcp.h
8048
8049 MEDIA DRIVERS FOR RENESAS - FDP1
8050 M:      Kieran Bingham <[email protected]>
8051 L:      [email protected]
8052 L:      [email protected]
8053 T:      git git://linuxtv.org/media_tree.git
8054 S:      Supported
8055 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8056 F:      drivers/media/platform/rcar_fdp1.c
8057
8058 MEDIA DRIVERS FOR RENESAS - VIN
8059 M:      Niklas Söderlund <[email protected]>
8060 L:      [email protected]
8061 L:      [email protected]
8062 T:      git git://linuxtv.org/media_tree.git
8063 S:      Supported
8064 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8065 F:      drivers/media/platform/rcar-vin/
8066
8067 MEDIA DRIVERS FOR RENESAS - VSP1
8068 M:      Laurent Pinchart <[email protected]>
8069 L:      [email protected]
8070 L:      [email protected]
8071 T:      git git://linuxtv.org/media_tree.git
8072 S:      Supported
8073 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8074 F:      drivers/media/platform/vsp1/
8075
8076 MEDIA DRIVERS FOR HELENE
8077 M:      Abylay Ospan <[email protected]>
8078 L:      [email protected]
8079 W:      https://linuxtv.org
8080 W:      http://netup.tv/
8081 T:      git git://linuxtv.org/media_tree.git
8082 S:      Supported
8083 F:      drivers/media/dvb-frontends/helene*
8084
8085 MEDIA DRIVERS FOR ASCOT2E
8086 M:      Sergey Kozlov <[email protected]>
8087 M:      Abylay Ospan <[email protected]>
8088 L:      [email protected]
8089 W:      https://linuxtv.org
8090 W:      http://netup.tv/
8091 T:      git git://linuxtv.org/media_tree.git
8092 S:      Supported
8093 F:      drivers/media/dvb-frontends/ascot2e*
8094
8095 MEDIA DRIVERS FOR CXD2841ER
8096 M:      Sergey Kozlov <[email protected]>
8097 M:      Abylay Ospan <[email protected]>
8098 L:      [email protected]
8099 W:      https://linuxtv.org
8100 W:      http://netup.tv/
8101 T:      git git://linuxtv.org/media_tree.git
8102 S:      Supported
8103 F:      drivers/media/dvb-frontends/cxd2841er*
8104
8105 MEDIA DRIVERS FOR HORUS3A
8106 M:      Sergey Kozlov <[email protected]>
8107 M:      Abylay Ospan <[email protected]>
8108 L:      [email protected]
8109 W:      https://linuxtv.org
8110 W:      http://netup.tv/
8111 T:      git git://linuxtv.org/media_tree.git
8112 S:      Supported
8113 F:      drivers/media/dvb-frontends/horus3a*
8114
8115 MEDIA DRIVERS FOR LNBH25
8116 M:      Sergey Kozlov <[email protected]>
8117 M:      Abylay Ospan <[email protected]>
8118 L:      [email protected]
8119 W:      https://linuxtv.org
8120 W:      http://netup.tv/
8121 T:      git git://linuxtv.org/media_tree.git
8122 S:      Supported
8123 F:      drivers/media/dvb-frontends/lnbh25*
8124
8125 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8126 M:      Sergey Kozlov <[email protected]>
8127 M:      Abylay Ospan <[email protected]>
8128 L:      [email protected]
8129 W:      https://linuxtv.org
8130 W:      http://netup.tv/
8131 T:      git git://linuxtv.org/media_tree.git
8132 S:      Supported
8133 F:      drivers/media/pci/netup_unidvb/*
8134
8135 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8136 M:      Mauro Carvalho Chehab <[email protected]>
8137 M:      Mauro Carvalho Chehab <[email protected]>
8138 P:      LinuxTV.org Project
8139 L:      [email protected]
8140 W:      https://linuxtv.org
8141 Q:      http://patchwork.kernel.org/project/linux-media/list/
8142 T:      git git://linuxtv.org/media_tree.git
8143 S:      Maintained
8144 F:      Documentation/media/
8145 F:      drivers/media/
8146 F:      drivers/staging/media/
8147 F:      include/linux/platform_data/media/
8148 F:      include/media/
8149 F:      include/uapi/linux/dvb/
8150 F:      include/uapi/linux/videodev2.h
8151 F:      include/uapi/linux/media.h
8152 F:      include/uapi/linux/v4l2-*
8153 F:      include/uapi/linux/meye.h
8154 F:      include/uapi/linux/ivtv*
8155 F:      include/uapi/linux/uvcvideo.h
8156
8157 MEDIATEK ETHERNET DRIVER
8158 M:      Felix Fietkau <[email protected]>
8159 M:      John Crispin <[email protected]>
8160 L:      [email protected]
8161 S:      Maintained
8162 F:      drivers/net/ethernet/mediatek/
8163
8164 MEDIATEK MEDIA DRIVER
8165 M:      Tiffany Lin <[email protected]>
8166 M:      Andrew-CT Chen <[email protected]>
8167 S:      Supported
8168 F:      drivers/media/platform/mtk-vcodec/
8169 F:      drivers/media/platform/mtk-vpu/
8170 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8171 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8172
8173 MEDIATEK MDP DRIVER
8174 M:      Minghsiu Tsai <[email protected]>
8175 M:      Houlong Wei <[email protected]>
8176 M:      Andrew-CT Chen <[email protected]>
8177 S:      Supported
8178 F:      drivers/media/platform/mtk-mdp/
8179 F:      drivers/media/platform/mtk-vpu/
8180 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8181
8182 MEDIATEK MT7601U WIRELESS LAN DRIVER
8183 M:      Jakub Kicinski <[email protected]>
8184 L:      [email protected]
8185 S:      Maintained
8186 F:      drivers/net/wireless/mediatek/mt7601u/
8187
8188 MEGARAID SCSI/SAS DRIVERS
8189 M:      Kashyap Desai <[email protected]>
8190 M:      Sumit Saxena <[email protected]>
8191 M:      Shivasharan S <[email protected]>
8192 L:      [email protected]
8193 L:      [email protected]
8194 W:      http://www.avagotech.com/support/
8195 S:      Maintained
8196 F:      Documentation/scsi/megaraid.txt
8197 F:      drivers/scsi/megaraid.*
8198 F:      drivers/scsi/megaraid/
8199
8200 MELFAS MIP4 TOUCHSCREEN DRIVER
8201 M:      Sangwon Jee <[email protected]>
8202 W:      http://www.melfas.com
8203 S:      Supported
8204 F:      drivers/input/touchscreen/melfas_mip4.c
8205 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8206
8207 MELLANOX ETHERNET DRIVER (mlx4_en)
8208 M:      Tariq Toukan <[email protected]>
8209 L:      [email protected]
8210 S:      Supported
8211 W:      http://www.mellanox.com
8212 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8213 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8214
8215 MELLANOX ETHERNET DRIVER (mlx5e)
8216 M:      Saeed Mahameed <[email protected]>
8217 L:      [email protected]
8218 S:      Supported
8219 W:      http://www.mellanox.com
8220 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8221 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8222
8223 MELLANOX ETHERNET SWITCH DRIVERS
8224 M:      Jiri Pirko <[email protected]>
8225 M:      Ido Schimmel <[email protected]>
8226 L:      [email protected]
8227 S:      Supported
8228 W:      http://www.mellanox.com
8229 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8230 F:      drivers/net/ethernet/mellanox/mlxsw/
8231
8232 MELLANOX MLXCPLD I2C AND MUX DRIVER
8233 M:      Vadim Pasternak <[email protected]>
8234 M:      Michael Shych <[email protected]>
8235 L:      [email protected]
8236 S:      Supported
8237 F:      drivers/i2c/busses/i2c-mlxcpld.c
8238 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8239 F:      Documentation/i2c/busses/i2c-mlxcpld
8240
8241 MELLANOX MLXCPLD LED DRIVER
8242 M:      Vadim Pasternak <[email protected]>
8243 L:      [email protected]
8244 S:      Supported
8245 F:      drivers/leds/leds-mlxcpld.c
8246 F:      Documentation/leds/leds-mlxcpld.txt
8247
8248 MELLANOX PLATFORM DRIVER
8249 M:      Vadim Pasternak <[email protected]>
8250 L:      [email protected]
8251 S:      Supported
8252 F:      drivers/platform/x86/mlx-platform.c
8253
8254 MELLANOX MLX CPLD HOTPLUG DRIVER
8255 M:      Vadim Pasternak <[email protected]>
8256 L:      [email protected]
8257 S:      Supported
8258 F:      drivers/platform/x86/mlxcpld-hotplug.c
8259 F:      include/linux/platform_data/mlxcpld-hotplug.h
8260
8261 SOFT-ROCE DRIVER (rxe)
8262 M:      Moni Shoua <[email protected]>
8263 L:      [email protected]
8264 S:      Supported
8265 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
8266 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8267 F:      drivers/infiniband/sw/rxe/
8268 F:      include/uapi/rdma/rdma_user_rxe.h
8269
8270 MEMBARRIER SUPPORT
8271 M:      Mathieu Desnoyers <[email protected]>
8272 M:      "Paul E. McKenney" <[email protected]>
8273 L:      [email protected]
8274 S:      Supported
8275 F:      kernel/membarrier.c
8276 F:      include/uapi/linux/membarrier.h
8277
8278 MEMORY MANAGEMENT
8279 L:      [email protected]
8280 W:      http://www.linux-mm.org
8281 S:      Maintained
8282 F:      include/linux/mm.h
8283 F:      include/linux/gfp.h
8284 F:      include/linux/mmzone.h
8285 F:      include/linux/memory_hotplug.h
8286 F:      include/linux/vmalloc.h
8287 F:      mm/
8288
8289 MEMORY TECHNOLOGY DEVICES (MTD)
8290 M:      David Woodhouse <[email protected]>
8291 M:      Brian Norris <[email protected]>
8292 M:      Boris Brezillon <[email protected]>
8293 M:      Marek Vasut <[email protected]>
8294 M:      Richard Weinberger <[email protected]>
8295 M:      Cyrille Pitchen <[email protected]>
8296 L:      [email protected]
8297 W:      http://www.linux-mtd.infradead.org/
8298 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8299 T:      git git://git.infradead.org/linux-mtd.git
8300 T:      git git://git.infradead.org/l2-mtd.git
8301 S:      Maintained
8302 F:      Documentation/devicetree/bindings/mtd/
8303 F:      drivers/mtd/
8304 F:      include/linux/mtd/
8305 F:      include/uapi/mtd/
8306
8307 MEN A21 WATCHDOG DRIVER
8308 M:      Johannes Thumshirn <[email protected]>
8309 L:      [email protected]
8310 S:      Maintained
8311 F:      drivers/watchdog/mena21_wdt.c
8312
8313 MEN CHAMELEON BUS (mcb)
8314 M:      Johannes Thumshirn <[email protected]>
8315 S:      Maintained
8316 F:      drivers/mcb/
8317 F:      include/linux/mcb.h
8318 F:      Documentation/men-chameleon-bus.txt
8319
8320 MEN F21BMC (Board Management Controller)
8321 M:      Andreas Werner <[email protected]>
8322 S:      Supported
8323 F:      drivers/mfd/menf21bmc.c
8324 F:      drivers/watchdog/menf21bmc_wdt.c
8325 F:      drivers/leds/leds-menf21bmc.c
8326 F:      drivers/hwmon/menf21bmc_hwmon.c
8327 F:      Documentation/hwmon/menf21bmc
8328
8329 METAG ARCHITECTURE
8330 M:      James Hogan <[email protected]>
8331 L:      [email protected]
8332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8333 S:      Odd Fixes
8334 F:      arch/metag/
8335 F:      Documentation/metag/
8336 F:      Documentation/devicetree/bindings/metag/
8337 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8338 F:      drivers/clocksource/metag_generic.c
8339 F:      drivers/irqchip/irq-metag.c
8340 F:      drivers/irqchip/irq-metag-ext.c
8341 F:      drivers/tty/metag_da.c
8342
8343 MICROBLAZE ARCHITECTURE
8344 M:      Michal Simek <[email protected]>
8345 W:      http://www.monstr.eu/fdt/
8346 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8347 S:      Supported
8348 F:      arch/microblaze/
8349
8350 MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER
8351 M:      Richard Genoud <[email protected]>
8352 S:      Maintained
8353 F:      drivers/tty/serial/atmel_serial.c
8354 F:      include/linux/atmel_serial.h
8355
8356 MICROCHIP / ATMEL DMA DRIVER
8357 M:      Ludovic Desroches <[email protected]>
8358 L:      [email protected] (moderated for non-subscribers)
8359 L:      [email protected]
8360 S:      Supported
8361 F:      drivers/dma/at_hdmac.c
8362 F:      drivers/dma/at_hdmac_regs.h
8363 F:      include/linux/platform_data/dma-atmel.h
8364
8365 MICROCHIP / ATMEL ISC DRIVER
8366 M:      Songjun Wu <[email protected]>
8367 L:      [email protected]
8368 S:      Supported
8369 F:      drivers/media/platform/atmel/atmel-isc.c
8370 F:      drivers/media/platform/atmel/atmel-isc-regs.h
8371 F:      devicetree/bindings/media/atmel-isc.txt
8372
8373 MICROCHIP USB251XB DRIVER
8374 M:      Richard Leitner <[email protected]>
8375 L:      [email protected]
8376 S:      Maintained
8377 F:      drivers/usb/misc/usb251xb.c
8378 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
8379
8380 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8381 M:      Chen Yu <[email protected]>
8382 L:      [email protected]
8383 S:      Supported
8384 F:      drivers/platform/x86/surfacepro3_button.c
8385
8386 MICROTEK X6 SCANNER
8387 M:      Oliver Neukum <[email protected]>
8388 S:      Maintained
8389 F:      drivers/usb/image/microtek.*
8390
8391 MIPS
8392 M:      Ralf Baechle <[email protected]>
8393 L:      [email protected]
8394 W:      http://www.linux-mips.org/
8395 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
8396 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
8397 S:      Supported
8398 F:      Documentation/devicetree/bindings/mips/
8399 F:      Documentation/mips/
8400 F:      arch/mips/
8401
8402 MIPS/LOONGSON1 ARCHITECTURE
8403 M:      Keguang Zhang <[email protected]>
8404 L:      [email protected]
8405 S:      Maintained
8406 F:      arch/mips/loongson32/
8407 F:      arch/mips/include/asm/mach-loongson32/
8408 F:      drivers/*/*loongson1*
8409 F:      drivers/*/*/*loongson1*
8410
8411 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
8412 M:      Hans Verkuil <[email protected]>
8413 L:      [email protected]
8414 T:      git git://linuxtv.org/media_tree.git
8415 W:      https://linuxtv.org
8416 S:      Odd Fixes
8417 F:      drivers/media/radio/radio-miropcm20*
8418
8419 MELLANOX MLX4 core VPI driver
8420 M:      Yishai Hadas <[email protected]>
8421 L:      [email protected]
8422 L:      [email protected]
8423 W:      http://www.mellanox.com
8424 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8425 S:      Supported
8426 F:      drivers/net/ethernet/mellanox/mlx4/
8427 F:      include/linux/mlx4/
8428 F:      include/uapi/rdma/mlx4-abi.h
8429
8430 MELLANOX MLX4 IB driver
8431 M:      Yishai Hadas <[email protected]>
8432 L:      [email protected]
8433 W:      http://www.mellanox.com
8434 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8435 S:      Supported
8436 F:      drivers/infiniband/hw/mlx4/
8437 F:      include/linux/mlx4/
8438
8439 MELLANOX MLX5 core VPI driver
8440 M:      Saeed Mahameed <[email protected]>
8441 M:      Matan Barak <[email protected]>
8442 M:      Leon Romanovsky <[email protected]>
8443 L:      [email protected]
8444 L:      [email protected]
8445 W:      http://www.mellanox.com
8446 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8447 S:      Supported
8448 F:      drivers/net/ethernet/mellanox/mlx5/core/
8449 F:      include/linux/mlx5/
8450 F:      include/uapi/rdma/mlx5-abi.h
8451
8452 MELLANOX MLX5 IB driver
8453 M:      Matan Barak <[email protected]>
8454 M:      Leon Romanovsky <[email protected]>
8455 L:      [email protected]
8456 W:      http://www.mellanox.com
8457 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8458 S:      Supported
8459 F:      drivers/infiniband/hw/mlx5/
8460 F:      include/linux/mlx5/
8461
8462 MELEXIS MLX90614 DRIVER
8463 M:      Crt Mori <[email protected]>
8464 L:      [email protected]
8465 W:      http://www.melexis.com
8466 S:      Supported
8467 F:      drivers/iio/temperature/mlx90614.c
8468
8469 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8470 M:      Don Brace <[email protected]>
8471 L:      [email protected]
8472 L:      [email protected]
8473 S:      Supported
8474 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
8475 F:      drivers/scsi/smartpqi/Kconfig
8476 F:      drivers/scsi/smartpqi/Makefile
8477 F:      include/linux/cciss*.h
8478 F:      include/uapi/linux/cciss*.h
8479 F:      Documentation/scsi/smartpqi.txt
8480
8481 MN88472 MEDIA DRIVER
8482 M:      Antti Palosaari <[email protected]>
8483 L:      [email protected]
8484 W:      https://linuxtv.org
8485 W:      http://palosaari.fi/linux/
8486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8487 S:      Maintained
8488 F:      drivers/media/dvb-frontends/mn88472*
8489
8490 MN88473 MEDIA DRIVER
8491 M:      Antti Palosaari <[email protected]>
8492 L:      [email protected]
8493 W:      https://linuxtv.org
8494 W:      http://palosaari.fi/linux/
8495 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8496 S:      Maintained
8497 F:      drivers/media/dvb-frontends/mn88473*
8498
8499 MODULE SUPPORT
8500 M:      Jessica Yu <[email protected]>
8501 M:      Rusty Russell <[email protected]>
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
8503 S:      Maintained
8504 F:      include/linux/module.h
8505 F:      kernel/module.c
8506
8507 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
8508 W:      http://popies.net/meye/
8509 S:      Orphan
8510 F:      Documentation/media/v4l-drivers/meye*
8511 F:      drivers/media/pci/meye/
8512 F:      include/uapi/linux/meye.h
8513
8514 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8515 M:      Jiri Slaby <[email protected]>
8516 S:      Maintained
8517 F:      Documentation/serial/moxa-smartio
8518 F:      drivers/tty/mxser.*
8519
8520 MR800 AVERMEDIA USB FM RADIO DRIVER
8521 M:      Alexey Klimov <[email protected]>
8522 L:      [email protected]
8523 T:      git git://linuxtv.org/media_tree.git
8524 S:      Maintained
8525 F:      drivers/media/radio/radio-mr800.c
8526
8527 MRF24J40 IEEE 802.15.4 RADIO DRIVER
8528 M:      Alan Ott <[email protected]>
8529 L:      [email protected]
8530 S:      Maintained
8531 F:      drivers/net/ieee802154/mrf24j40.c
8532 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
8533
8534 MSI LAPTOP SUPPORT
8535 M:      "Lee, Chun-Yi" <[email protected]>
8536 L:      [email protected]
8537 S:      Maintained
8538 F:      drivers/platform/x86/msi-laptop.c
8539
8540 MSI WMI SUPPORT
8541 L:      [email protected]
8542 S:      Orphan
8543 F:      drivers/platform/x86/msi-wmi.c
8544
8545 MSI001 MEDIA DRIVER
8546 M:      Antti Palosaari <[email protected]>
8547 L:      [email protected]
8548 W:      https://linuxtv.org
8549 W:      http://palosaari.fi/linux/
8550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8551 T:      git git://linuxtv.org/anttip/media_tree.git
8552 S:      Maintained
8553 F:      drivers/media/tuners/msi001*
8554
8555 MSI2500 MEDIA DRIVER
8556 M:      Antti Palosaari <[email protected]>
8557 L:      [email protected]
8558 W:      https://linuxtv.org
8559 W:      http://palosaari.fi/linux/
8560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8561 T:      git git://linuxtv.org/anttip/media_tree.git
8562 S:      Maintained
8563 F:      drivers/media/usb/msi2500/
8564
8565 MSYSTEMS DISKONCHIP G3 MTD DRIVER
8566 M:      Robert Jarzmik <[email protected]>
8567 L:      [email protected]
8568 S:      Maintained
8569 F:      drivers/mtd/devices/docg3*
8570
8571 MT9M032 APTINA SENSOR DRIVER
8572 M:      Laurent Pinchart <[email protected]>
8573 L:      [email protected]
8574 T:      git git://linuxtv.org/media_tree.git
8575 S:      Maintained
8576 F:      drivers/media/i2c/mt9m032.c
8577 F:      include/media/i2c/mt9m032.h
8578
8579 MT9P031 APTINA CAMERA SENSOR
8580 M:      Laurent Pinchart <[email protected]>
8581 L:      [email protected]
8582 T:      git git://linuxtv.org/media_tree.git
8583 S:      Maintained
8584 F:      drivers/media/i2c/mt9p031.c
8585 F:      include/media/i2c/mt9p031.h
8586
8587 MT9T001 APTINA CAMERA SENSOR
8588 M:      Laurent Pinchart <[email protected]>
8589 L:      [email protected]
8590 T:      git git://linuxtv.org/media_tree.git
8591 S:      Maintained
8592 F:      drivers/media/i2c/mt9t001.c
8593 F:      include/media/i2c/mt9t001.h
8594
8595 MT9V032 APTINA CAMERA SENSOR
8596 M:      Laurent Pinchart <[email protected]>
8597 L:      [email protected]
8598 T:      git git://linuxtv.org/media_tree.git
8599 S:      Maintained
8600 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
8601 F:      drivers/media/i2c/mt9v032.c
8602 F:      include/media/i2c/mt9v032.h
8603
8604 MULTIFUNCTION DEVICES (MFD)
8605 M:      Lee Jones <[email protected]>
8606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
8607 S:      Supported
8608 F:      Documentation/devicetree/bindings/mfd/
8609 F:      drivers/mfd/
8610 F:      include/linux/mfd/
8611 F:      include/dt-bindings/mfd/
8612
8613 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
8614 M:      Ulf Hansson <[email protected]>
8615 L:      [email protected]
8616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
8617 S:      Maintained
8618 F:      Documentation/devicetree/bindings/mmc/
8619 F:      drivers/mmc/
8620 F:      include/linux/mmc/
8621 F:      include/uapi/linux/mmc/
8622
8623 MULTIMEDIA CARD (MMC) ETC. OVER SPI
8624 S:      Orphan
8625 F:      drivers/mmc/host/mmc_spi.c
8626 F:      include/linux/spi/mmc_spi.h
8627
8628 MULTISOUND SOUND DRIVER
8629 M:      Andrew Veliath <[email protected]>
8630 S:      Maintained
8631 F:      Documentation/sound/oss/MultiSound
8632 F:      sound/oss/msnd*
8633
8634 MULTITECH MULTIPORT CARD (ISICOM)
8635 S:      Orphan
8636 F:      drivers/tty/isicom.c
8637 F:      include/linux/isicom.h
8638
8639 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
8640 M:      Bin Liu <[email protected]>
8641 L:      [email protected]
8642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8643 S:      Maintained
8644 F:      drivers/usb/musb/
8645
8646 MXL5007T MEDIA DRIVER
8647 M:      Michael Krufky <[email protected]>
8648 L:      [email protected]
8649 W:      https://linuxtv.org
8650 W:      http://github.com/mkrufky
8651 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8652 T:      git git://linuxtv.org/mkrufky/tuners.git
8653 S:      Maintained
8654 F:      drivers/media/tuners/mxl5007t.*
8655
8656 MXSFB DRM DRIVER
8657 M:      Marek Vasut <[email protected]>
8658 S:      Supported
8659 F:      drivers/gpu/drm/mxsfb/
8660 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
8661
8662 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8663 M:      Hyong-Youb Kim <[email protected]>
8664 L:      [email protected]
8665 W:      https://www.myricom.com/support/downloads/myri10ge.html
8666 S:      Supported
8667 F:      drivers/net/ethernet/myricom/myri10ge/
8668
8669 NAND FLASH SUBSYSTEM
8670 M:      Boris Brezillon <[email protected]>
8671 R:      Richard Weinberger <[email protected]>
8672 L:      [email protected]
8673 W:      http://www.linux-mtd.infradead.org/
8674 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8675 T:      git git://github.com/linux-nand/linux.git
8676 S:      Maintained
8677 F:      drivers/mtd/nand/
8678 F:      include/linux/mtd/nand*.h
8679
8680 NATSEMI ETHERNET DRIVER (DP8381x)
8681 S:      Orphan
8682 F:      drivers/net/ethernet/natsemi/natsemi.c
8683
8684 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
8685 M:      Daniel Mack <[email protected]>
8686 S:      Maintained
8687 L:      [email protected] (moderated for non-subscribers)
8688 W:      http://www.native-instruments.com
8689 F:      sound/usb/caiaq/
8690
8691 NCP FILESYSTEM
8692 M:      Petr Vandrovec <[email protected]>
8693 S:      Odd Fixes
8694 F:      fs/ncpfs/
8695
8696 NCR 5380 SCSI DRIVERS
8697 M:      Finn Thain <[email protected]>
8698 M:      Michael Schmitz <[email protected]>
8699 L:      [email protected]
8700 S:      Maintained
8701 F:      Documentation/scsi/g_NCR5380.txt
8702 F:      drivers/scsi/NCR5380.*
8703 F:      drivers/scsi/arm/cumana_1.c
8704 F:      drivers/scsi/arm/oak.c
8705 F:      drivers/scsi/atari_scsi.*
8706 F:      drivers/scsi/dmx3191d.c
8707 F:      drivers/scsi/g_NCR5380.*
8708 F:      drivers/scsi/mac_scsi.*
8709 F:      drivers/scsi/sun3_scsi.*
8710 F:      drivers/scsi/sun3_scsi_vme.c
8711
8712 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8713 M:      "James E.J. Bottomley" <[email protected]>
8714 L:      [email protected]
8715 S:      Maintained
8716 F:      drivers/scsi/NCR_D700.*
8717
8718 NCT6775 HARDWARE MONITOR DRIVER
8719 M:      Guenter Roeck <[email protected]>
8720 L:      [email protected]
8721 S:      Maintained
8722 F:      Documentation/hwmon/nct6775
8723 F:      drivers/hwmon/nct6775.c
8724
8725 NETEFFECT IWARP RNIC DRIVER (IW_NES)
8726 M:      Faisal Latif <[email protected]>
8727 L:      [email protected]
8728 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
8729 S:      Supported
8730 F:      drivers/infiniband/hw/nes/
8731 F:      include/uapi/rdma/nes-abi.h
8732
8733 NETEM NETWORK EMULATOR
8734 M:      Stephen Hemminger <[email protected]>
8735 L:      [email protected] (moderated for non-subscribers)
8736 S:      Maintained
8737 F:      net/sched/sch_netem.c
8738
8739 NETERION 10GbE DRIVERS (s2io/vxge)
8740 M:      Jon Mason <[email protected]>
8741 L:      [email protected]
8742 S:      Supported
8743 F:      Documentation/networking/s2io.txt
8744 F:      Documentation/networking/vxge.txt
8745 F:      drivers/net/ethernet/neterion/
8746
8747 NETFILTER
8748 M:      Pablo Neira Ayuso <[email protected]>
8749 M:      Jozsef Kadlecsik <[email protected]>
8750 M:      Florian Westphal <[email protected]>
8751 L:      [email protected]
8752 L:      [email protected]
8753 W:      http://www.netfilter.org/
8754 W:      http://www.iptables.org/
8755 W:      http://www.nftables.org/
8756 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
8757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
8759 S:      Maintained
8760 F:      include/linux/netfilter*
8761 F:      include/linux/netfilter/
8762 F:      include/net/netfilter/
8763 F:      include/uapi/linux/netfilter*
8764 F:      include/uapi/linux/netfilter/
8765 F:      net/*/netfilter.c
8766 F:      net/*/netfilter/
8767 F:      net/netfilter/
8768 F:      net/bridge/br_netfilter*.c
8769
8770 NETLABEL
8771 M:      Paul Moore <[email protected]>
8772 W:      http://netlabel.sf.net
8773 L:      [email protected]
8774 S:      Maintained
8775 F:      Documentation/netlabel/
8776 F:      include/net/netlabel.h
8777 F:      net/netlabel/
8778
8779 NETROM NETWORK LAYER
8780 M:      Ralf Baechle <[email protected]>
8781 L:      [email protected]
8782 W:      http://www.linux-ax25.org/
8783 S:      Maintained
8784 F:      include/net/netrom.h
8785 F:      include/uapi/linux/netrom.h
8786 F:      net/netrom/
8787
8788 NETRONOME ETHERNET DRIVERS
8789 M:      Jakub Kicinski <[email protected]>
8790 L:      [email protected]
8791 S:      Maintained
8792 F:      drivers/net/ethernet/netronome/
8793
8794 NETWORK BLOCK DEVICE (NBD)
8795 M:      Josef Bacik <[email protected]>
8796 S:      Maintained
8797 L:      [email protected]
8798 L:      [email protected]
8799 F:      Documentation/blockdev/nbd.txt
8800 F:      drivers/block/nbd.c
8801 F:      include/uapi/linux/nbd.h
8802
8803 NETWORK DROP MONITOR
8804 M:      Neil Horman <[email protected]>
8805 L:      [email protected]
8806 S:      Maintained
8807 W:      https://fedorahosted.org/dropwatch/
8808 F:      net/core/drop_monitor.c
8809
8810 NETWORKING [DSA]
8811 M:      Andrew Lunn <[email protected]>
8812 M:      Vivien Didelot <[email protected]>
8813 M:      Florian Fainelli <[email protected]>
8814 S:      Maintained
8815 F:      net/dsa/
8816 F:      include/net/dsa.h
8817 F:      drivers/net/dsa/
8818
8819 NETWORKING [GENERAL]
8820 M:      "David S. Miller" <[email protected]>
8821 L:      [email protected]
8822 W:      http://www.linuxfoundation.org/en/Net
8823 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8826 B:      mailto:[email protected]
8827 S:      Maintained
8828 F:      net/
8829 F:      include/net/
8830 F:      include/linux/in.h
8831 F:      include/linux/net.h
8832 F:      include/linux/netdevice.h
8833 F:      include/uapi/linux/in.h
8834 F:      include/uapi/linux/net.h
8835 F:      include/uapi/linux/netdevice.h
8836 F:      include/uapi/linux/net_namespace.h
8837 F:      tools/net/
8838 F:      tools/testing/selftests/net/
8839 F:      lib/random32.c
8840
8841 NETWORKING [IPv4/IPv6]
8842 M:      "David S. Miller" <[email protected]>
8843 M:      Alexey Kuznetsov <[email protected]>
8844 M:      James Morris <[email protected]>
8845 M:      Hideaki YOSHIFUJI <[email protected]>
8846 M:      Patrick McHardy <[email protected]>
8847 L:      [email protected]
8848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8849 S:      Maintained
8850 F:      net/ipv4/
8851 F:      net/ipv6/
8852 F:      include/net/ip*
8853 F:      arch/x86/net/*
8854
8855 NETWORKING [IPSEC]
8856 M:      Steffen Klassert <[email protected]>
8857 M:      Herbert Xu <[email protected]>
8858 M:      "David S. Miller" <[email protected]>
8859 L:      [email protected]
8860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
8861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
8862 S:      Maintained
8863 F:      net/core/flow.c
8864 F:      net/xfrm/
8865 F:      net/key/
8866 F:      net/ipv4/xfrm*
8867 F:      net/ipv4/esp4*
8868 F:      net/ipv4/ah4.c
8869 F:      net/ipv4/ipcomp.c
8870 F:      net/ipv4/ip_vti.c
8871 F:      net/ipv6/xfrm*
8872 F:      net/ipv6/esp6*
8873 F:      net/ipv6/ah6.c
8874 F:      net/ipv6/ipcomp6.c
8875 F:      net/ipv6/ip6_vti.c
8876 F:      include/uapi/linux/xfrm.h
8877 F:      include/net/xfrm.h
8878
8879 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8880 M:      Paul Moore <[email protected]>
8881 L:      [email protected]
8882 S:      Maintained
8883
8884 NETWORKING [WIRELESS]
8885 L:      [email protected]
8886 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8887
8888 NETWORKING DRIVERS
8889 L:      [email protected]
8890 W:      http://www.linuxfoundation.org/en/Net
8891 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
8893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
8894 S:      Odd Fixes
8895 F:      Documentation/devicetree/bindings/net/
8896 F:      drivers/net/
8897 F:      include/linux/if_*
8898 F:      include/linux/netdevice.h
8899 F:      include/linux/etherdevice.h
8900 F:      include/linux/fcdevice.h
8901 F:      include/linux/fddidevice.h
8902 F:      include/linux/hippidevice.h
8903 F:      include/linux/inetdevice.h
8904 F:      include/uapi/linux/if_*
8905 F:      include/uapi/linux/netdevice.h
8906
8907 NETWORKING DRIVERS (WIRELESS)
8908 M:      Kalle Valo <[email protected]>
8909 L:      [email protected]
8910 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
8911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
8912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
8913 S:      Maintained
8914 F:      Documentation/devicetree/bindings/net/wireless/
8915 F:      drivers/net/wireless/
8916
8917 NETXEN (1/10) GbE SUPPORT
8918 M:      Manish Chopra <[email protected]>
8919 M:      Rahul Verma <[email protected]>
8920 M:      [email protected]
8921 L:      [email protected]
8922 S:      Supported
8923 F:      drivers/net/ethernet/qlogic/netxen/
8924
8925 NFC SUBSYSTEM
8926 M:      Samuel Ortiz <[email protected]>
8927 L:      [email protected]
8928 L:      [email protected] (subscribers-only)
8929 S:      Supported
8930 F:      net/nfc/
8931 F:      include/net/nfc/
8932 F:      include/uapi/linux/nfc.h
8933 F:      drivers/nfc/
8934 F:      include/linux/platform_data/nfcmrvl.h
8935 F:      include/linux/platform_data/nxp-nci.h
8936 F:      include/linux/platform_data/pn544.h
8937 F:      include/linux/platform_data/st21nfca.h
8938 F:      include/linux/platform_data/st-nci.h
8939 F:      Documentation/devicetree/bindings/net/nfc/
8940
8941 NFS, SUNRPC, AND LOCKD CLIENTS
8942 M:      Trond Myklebust <[email protected]>
8943 M:      Anna Schumaker <[email protected]>
8944 L:      [email protected]
8945 W:      http://client.linux-nfs.org
8946 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
8947 S:      Maintained
8948 F:      fs/lockd/
8949 F:      fs/nfs/
8950 F:      fs/nfs_common/
8951 F:      net/sunrpc/
8952 F:      include/linux/lockd/
8953 F:      include/linux/nfs*
8954 F:      include/linux/sunrpc/
8955 F:      include/uapi/linux/nfs*
8956 F:      include/uapi/linux/sunrpc/
8957
8958 NILFS2 FILESYSTEM
8959 M:      Ryusuke Konishi <[email protected]>
8960 L:      [email protected]
8961 W:      http://nilfs.sourceforge.net/
8962 W:      http://nilfs.osdn.jp/
8963 T:      git git://github.com/konis/nilfs2.git
8964 S:      Supported
8965 F:      Documentation/filesystems/nilfs2.txt
8966 F:      fs/nilfs2/
8967 F:      include/trace/events/nilfs2.h
8968 F:      include/uapi/linux/nilfs2_api.h
8969 F:      include/uapi/linux/nilfs2_ondisk.h
8970
8971 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8972 M:      YOKOTA Hiroshi <[email protected]>
8973 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8974 S:      Maintained
8975 F:      Documentation/scsi/NinjaSCSI.txt
8976 F:      drivers/scsi/pcmcia/nsp_*
8977
8978 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8979 M:      GOTO Masanori <[email protected]>
8980 M:      YOKOTA Hiroshi <[email protected]>
8981 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
8982 S:      Maintained
8983 F:      Documentation/scsi/NinjaSCSI.txt
8984 F:      drivers/scsi/nsp32*
8985
8986 NIOS2 ARCHITECTURE
8987 M:      Ley Foon Tan <[email protected]>
8988 L:      [email protected] (moderated for non-subscribers)
8989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
8990 S:      Maintained
8991 F:      arch/nios2/
8992
8993 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
8994 M:      Pavel Machek <[email protected]>
8995 M:      Sakari Ailus <[email protected]>
8996 L:      [email protected]
8997 S:      Maintained
8998 F:      drivers/media/i2c/et8ek8
8999 F:      drivers/media/i2c/ad5820.c
9000
9001 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9002 M:      Pavel Machek <[email protected]>
9003 M:      Sakari Ailus <[email protected]>
9004 L:      [email protected]
9005 S:      Maintained
9006 F:      drivers/media/i2c/et8ek8
9007 F:      drivers/media/i2c/ad5820.c
9008
9009 NOKIA N900 POWER SUPPLY DRIVERS
9010 R:      Pali Rohár <[email protected]>
9011 F:      include/linux/power/bq2415x_charger.h
9012 F:      include/linux/power/bq27xxx_battery.h
9013 F:      include/linux/power/isp1704_charger.h
9014 F:      drivers/power/supply/bq2415x_charger.c
9015 F:      drivers/power/supply/bq27xxx_battery.c
9016 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9017 F:      drivers/power/supply/isp1704_charger.c
9018 F:      drivers/power/supply/rx51_battery.c
9019
9020 NTB DRIVER CORE
9021 M:      Jon Mason <[email protected]>
9022 M:      Dave Jiang <[email protected]>
9023 M:      Allen Hubbe <[email protected]>
9024 L:      [email protected]
9025 S:      Supported
9026 W:      https://github.com/jonmason/ntb/wiki
9027 T:      git git://github.com/jonmason/ntb.git
9028 F:      drivers/ntb/
9029 F:      drivers/net/ntb_netdev.c
9030 F:      include/linux/ntb.h
9031 F:      include/linux/ntb_transport.h
9032 F:      tools/testing/selftests/ntb/
9033
9034 NTB INTEL DRIVER
9035 M:      Jon Mason <[email protected]>
9036 M:      Dave Jiang <[email protected]>
9037 L:      [email protected]
9038 S:      Supported
9039 W:      https://github.com/jonmason/ntb/wiki
9040 T:      git git://github.com/jonmason/ntb.git
9041 F:      drivers/ntb/hw/intel/
9042
9043 NTB AMD DRIVER
9044 M:      Shyam Sundar S K <[email protected]>
9045 L:      [email protected]
9046 S:      Supported
9047 F:      drivers/ntb/hw/amd/
9048
9049 NTFS FILESYSTEM
9050 M:      Anton Altaparmakov <[email protected]>
9051 L:      [email protected]
9052 W:      http://www.tuxera.com/
9053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9054 S:      Supported
9055 F:      Documentation/filesystems/ntfs.txt
9056 F:      fs/ntfs/
9057
9058 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9059 M:      Antonino Daplas <[email protected]>
9060 L:      [email protected]
9061 S:      Maintained
9062 F:      drivers/video/fbdev/riva/
9063 F:      drivers/video/fbdev/nvidia/
9064
9065 NVM EXPRESS DRIVER
9066 M:      Keith Busch <[email protected]>
9067 M:      Jens Axboe <[email protected]>
9068 M:      Christoph Hellwig <[email protected]>
9069 M:      Sagi Grimberg <[email protected]>
9070 L:      [email protected]
9071 T:      git://git.infradead.org/nvme.git
9072 W:      http://git.infradead.org/nvme.git
9073 S:      Supported
9074 F:      drivers/nvme/host/
9075 F:      include/linux/nvme.h
9076 F:      include/uapi/linux/nvme_ioctl.h
9077
9078 NVM EXPRESS TARGET DRIVER
9079 M:      Christoph Hellwig <[email protected]>
9080 M:      Sagi Grimberg <[email protected]>
9081 L:      [email protected]
9082 T:      git://git.infradead.org/nvme.git
9083 W:      http://git.infradead.org/nvme.git
9084 S:      Supported
9085 F:      drivers/nvme/target/
9086
9087 NVM EXPRESS FC TRANSPORT DRIVERS
9088 M:      James Smart <[email protected]>
9089 L:      [email protected]
9090 S:      Supported
9091 F:      include/linux/nvme-fc.h
9092 F:      include/linux/nvme-fc-driver.h
9093 F:      drivers/nvme/host/fc.c
9094 F:      drivers/nvme/target/fc.c
9095 F:      drivers/nvme/target/fcloop.c
9096
9097 NVMEM FRAMEWORK
9098 M:      Srinivas Kandagatla <[email protected]>
9099 M:      Maxime Ripard <[email protected]>
9100 S:      Maintained
9101 F:      drivers/nvmem/
9102 F:      Documentation/devicetree/bindings/nvmem/
9103 F:      include/linux/nvmem-consumer.h
9104 F:      include/linux/nvmem-provider.h
9105
9106 NXP-NCI NFC DRIVER
9107 M:      Clément Perrochaud <[email protected]>
9108 R:      Charles Gorand <[email protected]>
9109 L:      [email protected] (moderated for non-subscribers)
9110 S:      Supported
9111 F:      drivers/nfc/nxp-nci
9112
9113 NXP TDA998X DRM DRIVER
9114 M:      Russell King <[email protected]>
9115 S:      Supported
9116 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9117 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9118 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9119 F:      include/drm/i2c/tda998x.h
9120
9121 NXP TFA9879 DRIVER
9122 M:      Peter Rosin <[email protected]>
9123 L:      [email protected] (moderated for non-subscribers)
9124 S:      Maintained
9125 F:      sound/soc/codecs/tfa9879*
9126
9127 OBJTOOL
9128 M:      Josh Poimboeuf <[email protected]>
9129 S:      Supported
9130 F:      tools/objtool/
9131
9132 OMAP1 SUPPORT
9133 M:      Aaro Koskinen <[email protected]>
9134 M:      Tony Lindgren <[email protected]>
9135 L:      [email protected]
9136 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9138 S:      Maintained
9139 F:      arch/arm/mach-omap1/
9140 F:      arch/arm/plat-omap/
9141 F:      arch/arm/configs/omap1_defconfig
9142 F:      drivers/i2c/busses/i2c-omap.c
9143 F:      include/linux/i2c-omap.h
9144
9145 OMAP2+ SUPPORT
9146 M:      Tony Lindgren <[email protected]>
9147 L:      [email protected]
9148 W:      http://www.muru.com/linux/omap/
9149 W:      http://linux.omap.com/
9150 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9152 S:      Maintained
9153 F:      arch/arm/mach-omap2/
9154 F:      arch/arm/plat-omap/
9155 F:      arch/arm/configs/omap2plus_defconfig
9156 F:      drivers/i2c/busses/i2c-omap.c
9157 F:      drivers/irqchip/irq-omap-intc.c
9158 F:      drivers/mfd/*omap*.c
9159 F:      drivers/mfd/menelaus.c
9160 F:      drivers/mfd/palmas.c
9161 F:      drivers/mfd/tps65217.c
9162 F:      drivers/mfd/tps65218.c
9163 F:      drivers/mfd/tps65910.c
9164 F:      drivers/mfd/twl-core.[ch]
9165 F:      drivers/mfd/twl4030*.c
9166 F:      drivers/mfd/twl6030*.c
9167 F:      drivers/mfd/twl6040*.c
9168 F:      drivers/regulator/palmas-regulator*.c
9169 F:      drivers/regulator/pbias-regulator.c
9170 F:      drivers/regulator/tps65217-regulator.c
9171 F:      drivers/regulator/tps65218-regulator.c
9172 F:      drivers/regulator/tps65910-regulator.c
9173 F:      drivers/regulator/twl-regulator.c
9174 F:      drivers/regulator/twl6030-regulator.c
9175 F:      include/linux/i2c-omap.h
9176
9177 OMAP DEVICE TREE SUPPORT
9178 M:      Benoît Cousson <[email protected]>
9179 M:      Tony Lindgren <[email protected]>
9180 L:      [email protected]
9181 L:      [email protected]
9182 S:      Maintained
9183 F:      arch/arm/boot/dts/*omap*
9184 F:      arch/arm/boot/dts/*am3*
9185 F:      arch/arm/boot/dts/*am4*
9186 F:      arch/arm/boot/dts/*am5*
9187 F:      arch/arm/boot/dts/*dra7*
9188
9189 OMAP CLOCK FRAMEWORK SUPPORT
9190 M:      Paul Walmsley <[email protected]>
9191 L:      [email protected]
9192 S:      Maintained
9193 F:      arch/arm/*omap*/*clock*
9194
9195 OMAP POWER MANAGEMENT SUPPORT
9196 M:      Kevin Hilman <[email protected]>
9197 L:      [email protected]
9198 S:      Maintained
9199 F:      arch/arm/*omap*/*pm*
9200 F:      drivers/cpufreq/omap-cpufreq.c
9201
9202 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9203 M:      Rajendra Nayak <[email protected]>
9204 M:      Paul Walmsley <[email protected]>
9205 L:      [email protected]
9206 S:      Maintained
9207 F:      arch/arm/mach-omap2/prm*
9208
9209 OMAP AUDIO SUPPORT
9210 M:      Peter Ujfalusi <[email protected]>
9211 M:      Jarkko Nikula <[email protected]>
9212 L:      [email protected] (moderated for non-subscribers)
9213 L:      [email protected]
9214 S:      Maintained
9215 F:      sound/soc/omap/
9216
9217 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9218 M:      Roger Quadros <[email protected]>
9219 M:      Tony Lindgren <[email protected]>
9220 L:      [email protected]
9221 S:      Maintained
9222 F:      drivers/memory/omap-gpmc.c
9223 F:      arch/arm/mach-omap2/*gpmc*
9224
9225 OMAP FRAMEBUFFER SUPPORT
9226 M:      Tomi Valkeinen <[email protected]>
9227 L:      [email protected]
9228 L:      [email protected]
9229 S:      Maintained
9230 F:      drivers/video/fbdev/omap/
9231
9232 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9233 M:      Tomi Valkeinen <[email protected]>
9234 L:      [email protected]
9235 L:      [email protected]
9236 S:      Maintained
9237 F:      drivers/video/fbdev/omap2/
9238 F:      Documentation/arm/OMAP/DSS
9239
9240 OMAP HARDWARE SPINLOCK SUPPORT
9241 M:      Ohad Ben-Cohen <[email protected]>
9242 L:      [email protected]
9243 S:      Maintained
9244 F:      drivers/hwspinlock/omap_hwspinlock.c
9245
9246 OMAP MMC SUPPORT
9247 M:      Jarkko Lavinen <[email protected]>
9248 L:      [email protected]
9249 S:      Maintained
9250 F:      drivers/mmc/host/omap.c
9251
9252 OMAP HS MMC SUPPORT
9253 L:      [email protected]
9254 L:      [email protected]
9255 S:      Orphan
9256 F:      drivers/mmc/host/omap_hsmmc.c
9257
9258 OMAP RANDOM NUMBER GENERATOR SUPPORT
9259 M:      Deepak Saxena <[email protected]>
9260 S:      Maintained
9261 F:      drivers/char/hw_random/omap-rng.c
9262
9263 OMAP HWMOD SUPPORT
9264 M:      Benoît Cousson <[email protected]>
9265 M:      Paul Walmsley <[email protected]>
9266 L:      [email protected]
9267 S:      Maintained
9268 F:      arch/arm/mach-omap2/omap_hwmod.*
9269
9270 OMAP HWMOD DATA
9271 M:      Paul Walmsley <[email protected]>
9272 L:      [email protected]
9273 S:      Maintained
9274 F:      arch/arm/mach-omap2/omap_hwmod*data*
9275
9276 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9277 M:      Benoît Cousson <[email protected]>
9278 L:      [email protected]
9279 S:      Maintained
9280 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9281
9282 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9283 M:      Laurent Pinchart <[email protected]>
9284 L:      [email protected]
9285 S:      Maintained
9286 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9287 F:      drivers/media/platform/omap3isp/
9288 F:      drivers/staging/media/omap4iss/
9289
9290 OMAP USB SUPPORT
9291 L:      [email protected]
9292 L:      [email protected]
9293 S:      Orphan
9294 F:      drivers/usb/*/*omap*
9295 F:      arch/arm/*omap*/usb*
9296
9297 OMAP GPIO DRIVER
9298 M:      Grygorii Strashko <[email protected]>
9299 M:      Santosh Shilimkar <[email protected]>
9300 M:      Kevin Hilman <[email protected]>
9301 L:      [email protected]
9302 S:      Maintained
9303 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9304 F:      drivers/gpio/gpio-omap.c
9305
9306 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9307 M:      Mark Jackson <[email protected]>
9308 L:      [email protected]
9309 S:      Maintained
9310 F:      arch/arm/boot/dts/am335x-nano.dts
9311
9312 OMFS FILESYSTEM
9313 M:      Bob Copeland <[email protected]>
9314 L:      [email protected]
9315 S:      Maintained
9316 F:      Documentation/filesystems/omfs.txt
9317 F:      fs/omfs/
9318
9319 OMNIKEY CARDMAN 4000 DRIVER
9320 M:      Harald Welte <[email protected]>
9321 S:      Maintained
9322 F:      drivers/char/pcmcia/cm4000_cs.c
9323 F:      include/linux/cm4000_cs.h
9324 F:      include/uapi/linux/cm4000_cs.h
9325
9326 OMNIKEY CARDMAN 4040 DRIVER
9327 M:      Harald Welte <[email protected]>
9328 S:      Maintained
9329 F:      drivers/char/pcmcia/cm4040_cs.*
9330
9331 OMNIVISION OV7670 SENSOR DRIVER
9332 M:      Jonathan Corbet <[email protected]>
9333 L:      [email protected]
9334 T:      git git://linuxtv.org/media_tree.git
9335 S:      Maintained
9336 F:      drivers/media/i2c/ov7670.c
9337
9338 ONENAND FLASH DRIVER
9339 M:      Kyungmin Park <[email protected]>
9340 L:      [email protected]
9341 S:      Maintained
9342 F:      drivers/mtd/onenand/
9343 F:      include/linux/mtd/onenand*.h
9344
9345 ONSTREAM SCSI TAPE DRIVER
9346 M:      Willem Riede <[email protected]>
9347 L:      [email protected]
9348 L:      [email protected]
9349 S:      Maintained
9350 F:      Documentation/scsi/osst.txt
9351 F:      drivers/scsi/osst.*
9352 F:      drivers/scsi/osst_*.h
9353 F:      drivers/scsi/st.h
9354
9355 OPENCORES I2C BUS DRIVER
9356 M:      Peter Korsgaard <[email protected]>
9357 L:      [email protected]
9358 S:      Maintained
9359 F:      Documentation/i2c/busses/i2c-ocores
9360 F:      drivers/i2c/busses/i2c-ocores.c
9361
9362 OPEN FIRMWARE AND FLATTENED DEVICE TREE
9363 M:      Rob Herring <[email protected]>
9364 M:      Frank Rowand <[email protected]>
9365 L:      [email protected]
9366 W:      http://www.devicetree.org/
9367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9368 S:      Maintained
9369 F:      drivers/of/
9370 F:      include/linux/of*.h
9371 F:      scripts/dtc/
9372
9373 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
9374 M:      Rob Herring <[email protected]>
9375 M:      Mark Rutland <[email protected]>
9376 L:      [email protected]
9377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
9378 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
9379 S:      Maintained
9380 F:      Documentation/devicetree/
9381 F:      arch/*/boot/dts/
9382 F:      include/dt-bindings/
9383
9384 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9385 M:      Pantelis Antoniou <[email protected]>
9386 L:      [email protected]
9387 S:      Maintained
9388 F:      Documentation/devicetree/dynamic-resolution-notes.txt
9389 F:      Documentation/devicetree/overlay-notes.txt
9390 F:      drivers/of/overlay.c
9391 F:      drivers/of/resolver.c
9392
9393 OPENRISC ARCHITECTURE
9394 M:      Jonas Bonn <[email protected]>
9395 M:      Stefan Kristiansson <[email protected]>
9396 M:      Stafford Horne <[email protected]>
9397 T:      git git://github.com/openrisc/linux.git
9398 L:      [email protected]
9399 W:      http://openrisc.io
9400 S:      Maintained
9401 F:      arch/openrisc/
9402
9403 OPENVSWITCH
9404 M:      Pravin Shelar <[email protected]>
9405 L:      [email protected]
9406 L:      [email protected]
9407 W:      http://openvswitch.org
9408 S:      Maintained
9409 F:      net/openvswitch/
9410 F:      include/uapi/linux/openvswitch.h
9411
9412 OPERATING PERFORMANCE POINTS (OPP)
9413 M:      Viresh Kumar <[email protected]>
9414 M:      Nishanth Menon <[email protected]>
9415 M:      Stephen Boyd <[email protected]>
9416 L:      [email protected]
9417 S:      Maintained
9418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
9419 F:      drivers/base/power/opp/
9420 F:      include/linux/pm_opp.h
9421 F:      Documentation/power/opp.txt
9422 F:      Documentation/devicetree/bindings/opp/
9423
9424 OPL4 DRIVER
9425 M:      Clemens Ladisch <[email protected]>
9426 L:      [email protected] (moderated for non-subscribers)
9427 T:      git git://git.alsa-project.org/alsa-kernel.git
9428 S:      Maintained
9429 F:      sound/drivers/opl4/
9430
9431 OPROFILE
9432 M:      Robert Richter <[email protected]>
9433 L:      [email protected]
9434 S:      Maintained
9435 F:      arch/*/include/asm/oprofile*.h
9436 F:      arch/*/oprofile/
9437 F:      drivers/oprofile/
9438 F:      include/linux/oprofile.h
9439
9440 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
9441 M:      Mark Fasheh <[email protected]>
9442 M:      Joel Becker <[email protected]>
9443 L:      [email protected] (moderated for non-subscribers)
9444 W:      http://ocfs2.wiki.kernel.org
9445 S:      Supported
9446 F:      Documentation/filesystems/ocfs2.txt
9447 F:      Documentation/filesystems/dlmfs.txt
9448 F:      fs/ocfs2/
9449
9450 ORINOCO DRIVER
9451 L:      [email protected]
9452 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
9453 W:      http://www.nongnu.org/orinoco/
9454 S:      Orphan
9455 F:      drivers/net/wireless/intersil/orinoco/
9456
9457 OSD LIBRARY and FILESYSTEM
9458 M:      Boaz Harrosh <[email protected]>
9459 M:      Benny Halevy <[email protected]>
9460 L:      [email protected]
9461 W:      http://open-osd.org
9462 T:      git git://git.open-osd.org/open-osd.git
9463 S:      Maintained
9464 F:      drivers/scsi/osd/
9465 F:      include/scsi/osd_*
9466 F:      fs/exofs/
9467
9468 OVERLAY FILESYSTEM
9469 M:      Miklos Szeredi <[email protected]>
9470 L:      [email protected]
9471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
9472 S:      Supported
9473 F:      fs/overlayfs/
9474 F:      Documentation/filesystems/overlayfs.txt
9475
9476 ORANGEFS FILESYSTEM
9477 M:      Mike Marshall <[email protected]>
9478 L:      [email protected] (subscribers-only)
9479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
9480 S:      Supported
9481 F:      fs/orangefs/
9482 F:      Documentation/filesystems/orangefs.txt
9483
9484 P54 WIRELESS DRIVER
9485 M:      Christian Lamparter <[email protected]>
9486 L:      [email protected]
9487 W:      http://wireless.kernel.org/en/users/Drivers/p54
9488 S:      Maintained
9489 F:      drivers/net/wireless/intersil/p54/
9490
9491 PA SEMI ETHERNET DRIVER
9492 L:      [email protected]
9493 S:      Orphan
9494 F:      drivers/net/ethernet/pasemi/*
9495
9496 PA SEMI SMBUS DRIVER
9497 L:      [email protected]
9498 S:      Orphan
9499 F:      drivers/i2c/busses/i2c-pasemi.c
9500
9501 PADATA PARALLEL EXECUTION MECHANISM
9502 M:      Steffen Klassert <[email protected]>
9503 L:      [email protected]
9504 S:      Maintained
9505 F:      kernel/padata.c
9506 F:      include/linux/padata.h
9507 F:      Documentation/padata.txt
9508
9509 PANASONIC LAPTOP ACPI EXTRAS DRIVER
9510 M:      Harald Welte <[email protected]>
9511 L:      [email protected]
9512 S:      Maintained
9513 F:      drivers/platform/x86/panasonic-laptop.c
9514
9515 PANASONIC MN10300/AM33/AM34 PORT
9516 M:      David Howells <[email protected]>
9517 L:      [email protected] (moderated for non-subscribers)
9518 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
9519 S:      Maintained
9520 F:      Documentation/mn10300/
9521 F:      arch/mn10300/
9522
9523 PARALLEL LCD/KEYPAD PANEL DRIVER
9524 M:      Willy Tarreau <[email protected]>
9525 M:      Ksenija Stanojevic <[email protected]>
9526 S:      Odd Fixes
9527 F:      Documentation/misc-devices/lcd-panel-cgram.txt
9528 F:      drivers/misc/panel.c
9529
9530 PARALLEL PORT SUBSYSTEM
9531 M:      Sudip Mukherjee <[email protected]>
9532 M:      Sudip Mukherjee <[email protected]>
9533 L:      [email protected] (subscribers-only)
9534 S:      Maintained
9535 F:      drivers/parport/
9536 F:      include/linux/parport*.h
9537 F:      drivers/char/ppdev.c
9538 F:      include/uapi/linux/ppdev.h
9539 F:      Documentation/parport*.txt
9540
9541 PARAVIRT_OPS INTERFACE
9542 M:      Jeremy Fitzhardinge <[email protected]>
9543 M:      Chris Wright <[email protected]>
9544 M:      Alok Kataria <[email protected]>
9545 M:      Rusty Russell <[email protected]>
9546 L:      [email protected]
9547 S:      Supported
9548 F:      Documentation/virtual/paravirt_ops.txt
9549 F:      arch/*/kernel/paravirt*
9550 F:      arch/*/include/asm/paravirt.h
9551 F:      include/linux/hypervisor.h
9552
9553 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
9554 M:      Tim Waugh <[email protected]>
9555 L:      [email protected] (subscribers-only)
9556 S:      Maintained
9557 F:      Documentation/blockdev/paride.txt
9558 F:      drivers/block/paride/
9559
9560 PARISC ARCHITECTURE
9561 M:      "James E.J. Bottomley" <[email protected]>
9562 M:      Helge Deller <[email protected]>
9563 L:      [email protected]
9564 W:      http://www.parisc-linux.org/
9565 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
9566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
9567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
9568 S:      Maintained
9569 F:      arch/parisc/
9570 F:      Documentation/parisc/
9571 F:      drivers/parisc/
9572 F:      drivers/char/agp/parisc-agp.c
9573 F:      drivers/input/serio/gscps2.c
9574 F:      drivers/parport/parport_gsc.*
9575 F:      drivers/tty/serial/8250/8250_gsc.c
9576 F:      drivers/video/fbdev/sti*
9577 F:      drivers/video/console/sti*
9578 F:      drivers/video/logo/logo_parisc*
9579
9580 PARMAN
9581 M:      Jiri Pirko <[email protected]>
9582 L:      [email protected]
9583 S:      Supported
9584 F:      lib/parman.c
9585 F:      lib/test_parman.c
9586 F:      include/linux/parman.h
9587
9588 PC87360 HARDWARE MONITORING DRIVER
9589 M:      Jim Cromie <[email protected]>
9590 L:      [email protected]
9591 S:      Maintained
9592 F:      Documentation/hwmon/pc87360
9593 F:      drivers/hwmon/pc87360.c
9594
9595 PC8736x GPIO DRIVER
9596 M:      Jim Cromie <[email protected]>
9597 S:      Maintained
9598 F:      drivers/char/pc8736x_gpio.c
9599
9600 PC87427 HARDWARE MONITORING DRIVER
9601 M:      Jean Delvare <[email protected]>
9602 L:      [email protected]
9603 S:      Maintained
9604 F:      Documentation/hwmon/pc87427
9605 F:      drivers/hwmon/pc87427.c
9606
9607 PCA9532 LED DRIVER
9608 M:      Riku Voipio <[email protected]>
9609 S:      Maintained
9610 F:      drivers/leds/leds-pca9532.c
9611 F:      include/linux/leds-pca9532.h
9612
9613 PCA9541 I2C BUS MASTER SELECTOR DRIVER
9614 M:      Guenter Roeck <[email protected]>
9615 L:      [email protected]
9616 S:      Maintained
9617 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
9618
9619 PCDP - PRIMARY CONSOLE AND DEBUG PORT
9620 M:      Khalid Aziz <[email protected]>
9621 S:      Maintained
9622 F:      drivers/firmware/pcdp.*
9623
9624 PCI ERROR RECOVERY
9625 M:      Linas Vepstas <[email protected]>
9626 L:      [email protected]
9627 S:      Supported
9628 F:      Documentation/PCI/pci-error-recovery.txt
9629
9630 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
9631 M:      Russell Currey <[email protected]>
9632 L:      [email protected]
9633 S:      Supported
9634 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
9635 F:      arch/powerpc/kernel/eeh*.c
9636 F:      arch/powerpc/platforms/*/eeh*.c
9637 F:      arch/powerpc/include/*/eeh*.h
9638
9639 PCI SUBSYSTEM
9640 M:      Bjorn Helgaas <[email protected]>
9641 L:      [email protected]
9642 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
9643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
9644 S:      Supported
9645 F:      Documentation/devicetree/bindings/pci/
9646 F:      Documentation/PCI/
9647 F:      drivers/pci/
9648 F:      include/linux/pci*
9649 F:      arch/x86/pci/
9650 F:      arch/x86/kernel/quirks.c
9651
9652 PCI DRIVER FOR ALTERA PCIE IP
9653 M:      Ley Foon Tan <[email protected]>
9654 L:      [email protected] (moderated for non-subscribers)
9655 L:      [email protected]
9656 S:      Supported
9657 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
9658 F:      drivers/pci/host/pcie-altera.c
9659
9660 PCI DRIVER FOR ARM VERSATILE PLATFORM
9661 M:      Rob Herring <[email protected]>
9662 L:      [email protected]
9663 L:      [email protected]
9664 S:      Maintained
9665 F:      Documentation/devicetree/bindings/pci/versatile.txt
9666 F:      drivers/pci/host/pci-versatile.c
9667
9668 PCI DRIVER FOR ARMADA 8K
9669 M:      Thomas Petazzoni <[email protected]>
9670 L:      [email protected]
9671 L:      [email protected]
9672 S:      Maintained
9673 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
9674 F:      drivers/pci/dwc/pcie-armada8k.c
9675
9676 PCI DRIVER FOR APPLIEDMICRO XGENE
9677 M:      Tanmay Inamdar <[email protected]>
9678 L:      [email protected]
9679 L:      [email protected]
9680 S:      Maintained
9681 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
9682 F:      drivers/pci/host/pci-xgene.c
9683
9684 PCI DRIVER FOR FREESCALE LAYERSCAPE
9685 M:      Minghuan Lian <[email protected]>
9686 M:      Mingkai Hu <[email protected]>
9687 M:      Roy Zang <[email protected]>
9688 L:      [email protected]
9689 L:      [email protected]
9690 L:      [email protected]
9691 S:      Maintained
9692 F:      drivers/pci/dwc/*layerscape*
9693
9694 PCI DRIVER FOR IMX6
9695 M:      Richard Zhu <[email protected]>
9696 M:      Lucas Stach <[email protected]>
9697 L:      [email protected]
9698 L:      [email protected] (moderated for non-subscribers)
9699 S:      Maintained
9700 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
9701 F:      drivers/pci/dwc/*imx6*
9702
9703 PCI DRIVER FOR TI KEYSTONE
9704 M:      Murali Karicheri <[email protected]>
9705 L:      [email protected]
9706 L:      [email protected] (moderated for non-subscribers)
9707 S:      Maintained
9708 F:      drivers/pci/dwc/*keystone*
9709
9710 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
9711 M:      Thomas Petazzoni <[email protected]>
9712 M:      Jason Cooper <[email protected]>
9713 L:      [email protected]
9714 L:      [email protected] (moderated for non-subscribers)
9715 S:      Maintained
9716 F:      drivers/pci/host/*mvebu*
9717
9718 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
9719 M:      Thomas Petazzoni <[email protected]>
9720 L:      [email protected]
9721 L:      [email protected] (moderated for non-subscribers)
9722 S:      Maintained
9723 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
9724 F:      drivers/pci/host/pci-aardvark.c
9725
9726 PCI DRIVER FOR NVIDIA TEGRA
9727 M:      Thierry Reding <[email protected]>
9728 L:      [email protected]
9729 L:      [email protected]
9730 S:      Supported
9731 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
9732 F:      drivers/pci/host/pci-tegra.c
9733
9734 PCI DRIVER FOR TI DRA7XX
9735 M:      Kishon Vijay Abraham I <[email protected]>
9736 L:      [email protected]
9737 L:      [email protected]
9738 S:      Supported
9739 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
9740 F:      drivers/pci/dwc/pci-dra7xx.c
9741
9742 PCI DRIVER FOR RENESAS R-CAR
9743 M:      Simon Horman <[email protected]>
9744 L:      [email protected]
9745 L:      [email protected]
9746 S:      Maintained
9747 F:      drivers/pci/host/*rcar*
9748
9749 PCI DRIVER FOR SAMSUNG EXYNOS
9750 M:      Jingoo Han <[email protected]>
9751 L:      [email protected]
9752 L:      [email protected] (moderated for non-subscribers)
9753 L:      [email protected] (moderated for non-subscribers)
9754 S:      Maintained
9755 F:      drivers/pci/dwc/pci-exynos.c
9756
9757 PCI DRIVER FOR SYNOPSIS DESIGNWARE
9758 M:      Jingoo Han <[email protected]>
9759 M:      Joao Pinto <[email protected]>
9760 L:      [email protected]
9761 S:      Maintained
9762 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
9763 F:      drivers/pci/dwc/*designware*
9764
9765 PCI DRIVER FOR GENERIC OF HOSTS
9766 M:      Will Deacon <[email protected]>
9767 L:      [email protected]
9768 L:      [email protected] (moderated for non-subscribers)
9769 S:      Maintained
9770 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
9771 F:      drivers/pci/host/pci-host-common.c
9772 F:      drivers/pci/host/pci-host-generic.c
9773
9774 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
9775 M:      Keith Busch <[email protected]>
9776 L:      [email protected]
9777 S:      Supported
9778 F:      drivers/pci/host/vmd.c
9779
9780 PCIE DRIVER FOR ST SPEAR13XX
9781 M:      Pratyush Anand <[email protected]>
9782 L:      [email protected]
9783 S:      Maintained
9784 F:      drivers/pci/dwc/*spear*
9785
9786 PCI MSI DRIVER FOR ALTERA MSI IP
9787 M:      Ley Foon Tan <[email protected]>
9788 L:      [email protected] (moderated for non-subscribers)
9789 L:      [email protected]
9790 S:      Supported
9791 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
9792 F:      drivers/pci/host/pcie-altera-msi.c
9793
9794 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
9795 M:      Duc Dang <[email protected]>
9796 L:      [email protected]
9797 L:      [email protected]
9798 S:      Maintained
9799 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
9800 F:      drivers/pci/host/pci-xgene-msi.c
9801
9802 PCIE DRIVER FOR AXIS ARTPEC
9803 M:      Niklas Cassel <[email protected]>
9804 M:      Jesper Nilsson <[email protected]>
9805 L:      [email protected]
9806 L:      [email protected]
9807 S:      Maintained
9808 F:      Documentation/devicetree/bindings/pci/axis,artpec*
9809 F:      drivers/pci/dwc/*artpec*
9810
9811 PCIE DRIVER FOR HISILICON
9812 M:      Zhou Wang <[email protected]>
9813 M:      Gabriele Paoloni <[email protected]>
9814 L:      [email protected]
9815 S:      Maintained
9816 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
9817 F:      drivers/pci/dwc/pcie-hisi.c
9818
9819 PCIE DRIVER FOR ROCKCHIP
9820 M:      Shawn Lin <[email protected]>
9821 M:      Wenrui Li <[email protected]>
9822 L:      [email protected]
9823 L:      [email protected]
9824 S:      Maintained
9825 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
9826 F:      drivers/pci/host/pcie-rockchip.c
9827
9828 PCIE DRIVER FOR QUALCOMM MSM
9829 M:     Stanimir Varbanov <[email protected]>
9830 L:     [email protected]
9831 L:     [email protected]
9832 S:     Maintained
9833 F:     drivers/pci/dwc/*qcom*
9834
9835 PCIE DRIVER FOR CAVIUM THUNDERX
9836 M:      David Daney <[email protected]>
9837 L:      [email protected]
9838 L:      [email protected] (moderated for non-subscribers)
9839 S:      Supported
9840 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
9841 F:      drivers/pci/host/pci-thunder-*
9842
9843 PCMCIA SUBSYSTEM
9844 P:      Linux PCMCIA Team
9845 L:      [email protected]
9846 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
9847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
9848 S:      Maintained
9849 F:      Documentation/pcmcia/
9850 F:      tools/pcmcia/
9851 F:      drivers/pcmcia/
9852 F:      include/pcmcia/
9853
9854 PCNET32 NETWORK DRIVER
9855 M:      Don Fry <[email protected]>
9856 L:      [email protected]
9857 S:      Maintained
9858 F:      drivers/net/ethernet/amd/pcnet32.c
9859
9860 PCRYPT PARALLEL CRYPTO ENGINE
9861 M:      Steffen Klassert <[email protected]>
9862 L:      [email protected]
9863 S:      Maintained
9864 F:      crypto/pcrypt.c
9865 F:      include/crypto/pcrypt.h
9866
9867 PER-CPU MEMORY ALLOCATOR
9868 M:      Tejun Heo <[email protected]>
9869 M:      Christoph Lameter <[email protected]>
9870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
9871 S:      Maintained
9872 F:      include/linux/percpu*.h
9873 F:      mm/percpu*.c
9874 F:      arch/*/include/asm/percpu.h
9875
9876 PER-TASK DELAY ACCOUNTING
9877 M:      Balbir Singh <[email protected]>
9878 S:      Maintained
9879 F:      include/linux/delayacct.h
9880 F:      kernel/delayacct.c
9881
9882 PERFORMANCE EVENTS SUBSYSTEM
9883 M:      Peter Zijlstra <[email protected]>
9884 M:      Ingo Molnar <[email protected]>
9885 M:      Arnaldo Carvalho de Melo <[email protected]>
9886 R:      Alexander Shishkin <[email protected]>
9887 L:      [email protected]
9888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9889 S:      Supported
9890 F:      kernel/events/*
9891 F:      include/linux/perf_event.h
9892 F:      include/uapi/linux/perf_event.h
9893 F:      arch/*/kernel/perf_event*.c
9894 F:      arch/*/kernel/*/perf_event*.c
9895 F:      arch/*/kernel/*/*/perf_event*.c
9896 F:      arch/*/include/asm/perf_event.h
9897 F:      arch/*/kernel/perf_callchain.c
9898 F:      arch/*/events/*
9899 F:      tools/perf/
9900
9901 PERSONALITY HANDLING
9902 M:      Christoph Hellwig <[email protected]>
9903 L:      [email protected]
9904 S:      Maintained
9905 F:      include/linux/personality.h
9906 F:      include/uapi/linux/personality.h
9907
9908 PHONET PROTOCOL
9909 M:      Remi Denis-Courmont <[email protected]>
9910 S:      Supported
9911 F:      Documentation/networking/phonet.txt
9912 F:      include/linux/phonet.h
9913 F:      include/net/phonet/
9914 F:      include/uapi/linux/phonet.h
9915 F:      net/phonet/
9916
9917 PHRAM MTD DRIVER
9918 M:      Joern Engel <[email protected]>
9919 L:      [email protected]
9920 S:      Maintained
9921 F:      drivers/mtd/devices/phram.c
9922
9923 PICOLCD HID DRIVER
9924 M:      Bruno Prémont <[email protected]>
9925 L:      [email protected]
9926 S:      Maintained
9927 F:      drivers/hid/hid-picolcd*
9928
9929 PICOXCELL SUPPORT
9930 M:      Jamie Iles <[email protected]>
9931 L:      [email protected] (moderated for non-subscribers)
9932 T:      git git://github.com/jamieiles/linux-2.6-ji.git
9933 S:      Supported
9934 F:      arch/arm/boot/dts/picoxcell*
9935 F:      arch/arm/mach-picoxcell/
9936 F:      drivers/crypto/picoxcell*
9937
9938 PIN CONTROL SUBSYSTEM
9939 M:      Linus Walleij <[email protected]>
9940 L:      [email protected]
9941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
9942 S:      Maintained
9943 F:      Documentation/devicetree/bindings/pinctrl/
9944 F:      Documentation/pinctrl.txt
9945 F:      drivers/pinctrl/
9946 F:      include/linux/pinctrl/
9947
9948 PIN CONTROLLER - ATMEL AT91
9949 M:      Jean-Christophe Plagniol-Villard <[email protected]>
9950 L:      [email protected] (moderated for non-subscribers)
9951 S:      Maintained
9952 F:      drivers/pinctrl/pinctrl-at91.*
9953
9954 PIN CONTROLLER - ATMEL AT91 PIO4
9955 M:      Ludovic Desroches <[email protected]>
9956 L:      [email protected] (moderated for non-subscribers)
9957 L:      [email protected]
9958 S:      Supported
9959 F:      drivers/pinctrl/pinctrl-at91-pio4.*
9960
9961 PIN CONTROLLER - INTEL
9962 M:      Mika Westerberg <[email protected]>
9963 M:      Heikki Krogerus <[email protected]>
9964 S:      Maintained
9965 F:      drivers/pinctrl/intel/
9966
9967 PIN CONTROLLER - RENESAS
9968 M:      Laurent Pinchart <[email protected]>
9969 M:      Geert Uytterhoeven <[email protected]>
9970 L:      [email protected]
9971 S:      Maintained
9972 F:      drivers/pinctrl/sh-pfc/
9973
9974 PIN CONTROLLER - SAMSUNG
9975 M:      Tomasz Figa <[email protected]>
9976 M:      Krzysztof Kozlowski <[email protected]>
9977 M:      Sylwester Nawrocki <[email protected]>
9978 L:      [email protected] (moderated for non-subscribers)
9979 L:      [email protected] (moderated for non-subscribers)
9980 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
9981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
9982 S:      Maintained
9983 F:      drivers/pinctrl/samsung/
9984 F:      include/dt-bindings/pinctrl/samsung.h
9985 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
9986
9987 PIN CONTROLLER - SINGLE
9988 M:      Tony Lindgren <[email protected]>
9989 M:      Haojian Zhuang <[email protected]>
9990 L:      [email protected] (moderated for non-subscribers)
9991 L:      [email protected]
9992 S:      Maintained
9993 F:      drivers/pinctrl/pinctrl-single.c
9994
9995 PIN CONTROLLER - ST SPEAR
9996 M:      Viresh Kumar <[email protected]>
9997 L:      [email protected] (moderated for non-subscribers)
9998 W:      http://www.st.com/spear
9999 S:      Maintained
10000 F:      drivers/pinctrl/spear/
10001
10002 PISTACHIO SOC SUPPORT
10003 M:      James Hartley <[email protected]>
10004 M:      Ionela Voinescu <[email protected]>
10005 L:      [email protected]
10006 S:      Maintained
10007 F:      arch/mips/pistachio/
10008 F:      arch/mips/include/asm/mach-pistachio/
10009 F:      arch/mips/boot/dts/img/pistachio*
10010 F:      arch/mips/configs/pistachio*_defconfig
10011
10012 PKTCDVD DRIVER
10013 S:      Orphan
10014 M:      [email protected]
10015 F:      drivers/block/pktcdvd.c
10016 F:      include/linux/pktcdvd.h
10017 F:      include/uapi/linux/pktcdvd.h
10018
10019 PKUNITY SOC DRIVERS
10020 M:      Guan Xuetao <[email protected]>
10021 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10022 S:      Maintained
10023 T:      git git://github.com/gxt/linux.git
10024 F:      drivers/input/serio/i8042-unicore32io.h
10025 F:      drivers/i2c/busses/i2c-puv3.c
10026 F:      drivers/video/fbdev/fb-puv3.c
10027 F:      drivers/rtc/rtc-puv3.c
10028
10029 PMBUS HARDWARE MONITORING DRIVERS
10030 M:      Guenter Roeck <[email protected]>
10031 L:      [email protected]
10032 W:      http://hwmon.wiki.kernel.org/
10033 W:      http://www.roeck-us.net/linux/drivers/
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10035 S:      Maintained
10036 F:      Documentation/hwmon/pmbus
10037 F:      drivers/hwmon/pmbus/
10038 F:      include/linux/i2c/pmbus.h
10039
10040 PMC SIERRA MaxRAID DRIVER
10041 L:      [email protected]
10042 W:      http://www.pmc-sierra.com/
10043 S:      Orphan
10044 F:      drivers/scsi/pmcraid.*
10045
10046 PMC SIERRA PM8001 DRIVER
10047 M:      Jack Wang <[email protected]>
10048 M:      [email protected]
10049 L:      [email protected]
10050 L:      [email protected]
10051 S:      Supported
10052 F:      drivers/scsi/pm8001/
10053
10054 POSIX CLOCKS and TIMERS
10055 M:      Thomas Gleixner <[email protected]>
10056 L:      [email protected]
10057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10058 S:      Maintained
10059 F:      fs/timerfd.c
10060 F:      include/linux/timer*
10061 F:      kernel/time/*timer*
10062
10063 POWER MANAGEMENT CORE
10064 M:      "Rafael J. Wysocki" <[email protected]>
10065 L:      [email protected]
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10067 B:      https://bugzilla.kernel.org
10068 S:      Supported
10069 F:      drivers/base/power/
10070 F:      include/linux/pm.h
10071 F:      include/linux/pm_*
10072 F:      include/linux/powercap.h
10073 F:      drivers/powercap/
10074
10075 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10076 M:      Sebastian Reichel <[email protected]>
10077 L:      [email protected]
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10079 S:      Maintained
10080 F:      Documentation/devicetree/bindings/power/supply/
10081 F:      include/linux/power_supply.h
10082 F:      drivers/power/supply/
10083
10084 POWER STATE COORDINATION INTERFACE (PSCI)
10085 M:      Mark Rutland <[email protected]>
10086 M:      Lorenzo Pieralisi <[email protected]>
10087 L:      [email protected]
10088 S:      Maintained
10089 F:      drivers/firmware/psci*.c
10090 F:      include/linux/psci.h
10091 F:      include/uapi/linux/psci.h
10092
10093 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10094 M:      Suraj Jitindar Singh <[email protected]>
10095 L:      [email protected]
10096 S:      Maintained
10097 F:      drivers/char/powernv-op-panel.c
10098
10099 PNP SUPPORT
10100 M:      "Rafael J. Wysocki" <[email protected]>
10101 S:      Maintained
10102 F:      drivers/pnp/
10103
10104 PPP PROTOCOL DRIVERS AND COMPRESSORS
10105 M:      Paul Mackerras <[email protected]>
10106 L:      [email protected]
10107 S:      Maintained
10108 F:      drivers/net/ppp/ppp_*
10109
10110 PPP OVER ATM (RFC 2364)
10111 M:      Mitchell Blank Jr <[email protected]>
10112 S:      Maintained
10113 F:      net/atm/pppoatm.c
10114 F:      include/uapi/linux/atmppp.h
10115
10116 PPP OVER ETHERNET
10117 M:      Michal Ostrowski <[email protected]>
10118 S:      Maintained
10119 F:      drivers/net/ppp/pppoe.c
10120 F:      drivers/net/ppp/pppox.c
10121
10122 PPP OVER L2TP
10123 M:      James Chapman <[email protected]>
10124 S:      Maintained
10125 F:      net/l2tp/l2tp_ppp.c
10126 F:      include/linux/if_pppol2tp.h
10127 F:      include/uapi/linux/if_pppol2tp.h
10128
10129 PPS SUPPORT
10130 M:      Rodolfo Giometti <[email protected]>
10131 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10132 L:      [email protected] (subscribers-only)
10133 S:      Maintained
10134 F:      Documentation/pps/
10135 F:      drivers/pps/
10136 F:      include/linux/pps*.h
10137
10138 PPTP DRIVER
10139 M:      Dmitry Kozlov <[email protected]>
10140 L:      [email protected]
10141 S:      Maintained
10142 F:      drivers/net/ppp/pptp.c
10143 W:      http://sourceforge.net/projects/accel-pptp
10144
10145 PREEMPTIBLE KERNEL
10146 M:      Robert Love <[email protected]>
10147 L:      [email protected]
10148 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10149 S:      Supported
10150 F:      Documentation/preempt-locking.txt
10151 F:      include/linux/preempt.h
10152
10153 PRINTK
10154 M:      Petr Mladek <[email protected]>
10155 M:      Sergey Senozhatsky <[email protected]>
10156 R:      Steven Rostedt <[email protected]>
10157 S:      Maintained
10158 F:      kernel/printk/
10159 F:      include/linux/printk.h
10160
10161 PRISM54 WIRELESS DRIVER
10162 M:      "Luis R. Rodriguez" <[email protected]>
10163 L:      [email protected]
10164 W:      http://wireless.kernel.org/en/users/Drivers/p54
10165 S:      Obsolete
10166 F:      drivers/net/wireless/intersil/prism54/
10167
10168 PS3 NETWORK SUPPORT
10169 M:      Geoff Levand <[email protected]>
10170 L:      [email protected]
10171 L:      [email protected]
10172 S:      Maintained
10173 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10174
10175 PS3 PLATFORM SUPPORT
10176 M:      Geoff Levand <[email protected]>
10177 L:      [email protected]
10178 S:      Maintained
10179 F:      arch/powerpc/boot/ps3*
10180 F:      arch/powerpc/include/asm/lv1call.h
10181 F:      arch/powerpc/include/asm/ps3*.h
10182 F:      arch/powerpc/platforms/ps3/
10183 F:      drivers/*/ps3*
10184 F:      drivers/ps3/
10185 F:      drivers/rtc/rtc-ps3.c
10186 F:      drivers/usb/host/*ps3.c
10187 F:      sound/ppc/snd_ps3*
10188
10189 PS3VRAM DRIVER
10190 M:      Jim Paris <[email protected]>
10191 M:      Geoff Levand <[email protected]>
10192 L:      [email protected]
10193 S:      Maintained
10194 F:      drivers/block/ps3vram.c
10195
10196 PSAMPLE PACKET SAMPLING SUPPORT:
10197 M:      Yotam Gigi <[email protected]>
10198 S:      Maintained
10199 F:      net/psample
10200 F:      include/net/psample.h
10201 F:      include/uapi/linux/psample.h
10202
10203 PSTORE FILESYSTEM
10204 M:      Kees Cook <[email protected]>
10205 M:      Anton Vorontsov <[email protected]>
10206 M:      Colin Cross <[email protected]>
10207 M:      Tony Luck <[email protected]>
10208 S:      Maintained
10209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10210 F:      fs/pstore/
10211 F:      include/linux/pstore*
10212 F:      drivers/firmware/efi/efi-pstore.c
10213 F:      drivers/acpi/apei/erst.c
10214 F:      Documentation/admin-guide/ramoops.rst
10215 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10216 K:      \b(pstore|ramoops)
10217
10218 PTP HARDWARE CLOCK SUPPORT
10219 M:      Richard Cochran <[email protected]>
10220 L:      [email protected]
10221 S:      Maintained
10222 W:      http://linuxptp.sourceforge.net/
10223 F:      Documentation/ABI/testing/sysfs-ptp
10224 F:      Documentation/ptp/*
10225 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
10226 F:      drivers/net/phy/dp83640*
10227 F:      drivers/ptp/*
10228 F:      include/linux/ptp_cl*
10229
10230 PTRACE SUPPORT
10231 M:      Roland McGrath <[email protected]>
10232 M:      Oleg Nesterov <[email protected]>
10233 S:      Maintained
10234 F:      include/asm-generic/syscall.h
10235 F:      include/linux/ptrace.h
10236 F:      include/linux/regset.h
10237 F:      include/linux/tracehook.h
10238 F:      include/uapi/linux/ptrace.h
10239 F:      kernel/ptrace.c
10240
10241 PULSE8-CEC DRIVER
10242 M:      Hans Verkuil <[email protected]>
10243 L:      [email protected]
10244 T:      git git://linuxtv.org/media_tree.git
10245 S:      Maintained
10246 F:      drivers/media/usb/pulse8-cec/*
10247
10248 PVRUSB2 VIDEO4LINUX DRIVER
10249 M:      Mike Isely <[email protected]>
10250 L:      [email protected]       (subscribers-only)
10251 L:      [email protected]
10252 W:      http://www.isely.net/pvrusb2/
10253 T:      git git://linuxtv.org/media_tree.git
10254 S:      Maintained
10255 F:      Documentation/media/v4l-drivers/pvrusb2*
10256 F:      drivers/media/usb/pvrusb2/
10257
10258 PWC WEBCAM DRIVER
10259 M:      Hans Verkuil <[email protected]>
10260 L:      [email protected]
10261 T:      git git://linuxtv.org/media_tree.git
10262 S:      Odd Fixes
10263 F:      drivers/media/usb/pwc/*
10264
10265 PWM FAN DRIVER
10266 M:      Kamil Debski <[email protected]>
10267 M:      Bartlomiej Zolnierkiewicz <[email protected]>
10268 L:      [email protected]
10269 S:      Supported
10270 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10271 F:      Documentation/hwmon/pwm-fan
10272 F:      drivers/hwmon/pwm-fan.c
10273
10274 PWM SUBSYSTEM
10275 M:      Thierry Reding <[email protected]>
10276 L:      [email protected]
10277 S:      Maintained
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10279 F:      Documentation/pwm.txt
10280 F:      Documentation/devicetree/bindings/pwm/
10281 F:      include/linux/pwm.h
10282 F:      drivers/pwm/
10283 F:      drivers/video/backlight/pwm_bl.c
10284 F:      include/linux/pwm_backlight.h
10285
10286 PXA2xx/PXA3xx SUPPORT
10287 M:      Daniel Mack <[email protected]>
10288 M:      Haojian Zhuang <[email protected]>
10289 M:      Robert Jarzmik <[email protected]>
10290 L:      [email protected] (moderated for non-subscribers)
10291 T:      git git://github.com/hzhuang1/linux.git
10292 T:      git git://github.com/rjarzmik/linux.git
10293 S:      Maintained
10294 F:      arch/arm/boot/dts/pxa*
10295 F:      arch/arm/mach-pxa/
10296 F:      drivers/dma/pxa*
10297 F:      drivers/pcmcia/pxa2xx*
10298 F:      drivers/pinctrl/pxa/
10299 F:      drivers/spi/spi-pxa2xx*
10300 F:      drivers/usb/gadget/udc/pxa2*
10301 F:      include/sound/pxa2xx-lib.h
10302 F:      sound/arm/pxa*
10303 F:      sound/soc/pxa/
10304
10305 PXA GPIO DRIVER
10306 M:      Robert Jarzmik <[email protected]>
10307 L:      [email protected]
10308 S:      Maintained
10309 F:      drivers/gpio/gpio-pxa.c
10310
10311 PXA3xx NAND FLASH DRIVER
10312 M:      Ezequiel Garcia <[email protected]>
10313 L:      [email protected]
10314 S:      Maintained
10315 F:      drivers/mtd/nand/pxa3xx_nand.c
10316
10317 MMP SUPPORT
10318 M:      Eric Miao <[email protected]>
10319 M:      Haojian Zhuang <[email protected]>
10320 L:      [email protected] (moderated for non-subscribers)
10321 T:      git git://github.com/hzhuang1/linux.git
10322 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
10323 S:      Maintained
10324 F:      arch/arm/boot/dts/mmp*
10325 F:      arch/arm/mach-mmp/
10326
10327 PXA MMCI DRIVER
10328 S:      Orphan
10329
10330 PXA RTC DRIVER
10331 M:      Robert Jarzmik <[email protected]>
10332 L:      [email protected]
10333 S:      Maintained
10334
10335 QAT DRIVER
10336 M:      Giovanni Cabiddu <[email protected]>
10337 M:      Salvatore Benedetto <[email protected]>
10338 L:      [email protected]
10339 S:      Supported
10340 F:      drivers/crypto/qat/
10341
10342 QIB DRIVER
10343 M:      Mike Marciniszyn <[email protected]>
10344 L:      [email protected]
10345 S:      Supported
10346 F:      drivers/infiniband/hw/qib/
10347
10348 QLOGIC QLA1280 SCSI DRIVER
10349 M:      Michael Reed <[email protected]>
10350 L:      [email protected]
10351 S:      Maintained
10352 F:      drivers/scsi/qla1280.[ch]
10353
10354 QLOGIC QLA2XXX FC-SCSI DRIVER
10355 M:      [email protected]
10356 L:      [email protected]
10357 S:      Supported
10358 F:      Documentation/scsi/LICENSE.qla2xxx
10359 F:      drivers/scsi/qla2xxx/
10360
10361 QLOGIC QLA4XXX iSCSI DRIVER
10362 M:      [email protected]
10363 L:      [email protected]
10364 S:      Supported
10365 F:      Documentation/scsi/LICENSE.qla4xxx
10366 F:      drivers/scsi/qla4xxx/
10367
10368 QLOGIC QLA3XXX NETWORK DRIVER
10369 M:      [email protected]
10370 L:      [email protected]
10371 S:      Supported
10372 F:      Documentation/networking/LICENSE.qla3xxx
10373 F:      drivers/net/ethernet/qlogic/qla3xxx.*
10374
10375 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
10376 M:      Harish Patil <[email protected]>
10377 M:      Manish Chopra <[email protected]>
10378 M:      [email protected]
10379 L:      [email protected]
10380 S:      Supported
10381 F:      drivers/net/ethernet/qlogic/qlcnic/
10382
10383 QLOGIC QLGE 10Gb ETHERNET DRIVER
10384 M:      Harish Patil <[email protected]>
10385 M:      Manish Chopra <[email protected]>
10386 M:      [email protected]
10387 L:      [email protected]
10388 S:      Supported
10389 F:      drivers/net/ethernet/qlogic/qlge/
10390
10391 QLOGIC QL4xxx ETHERNET DRIVER
10392 M:      Yuval Mintz <[email protected]>
10393 M:      Ariel Elior <[email protected]>
10394 M:      [email protected]
10395 L:      [email protected]
10396 S:      Supported
10397 F:      drivers/net/ethernet/qlogic/qed/
10398 F:      include/linux/qed/
10399 F:      drivers/net/ethernet/qlogic/qede/
10400
10401 QLOGIC QL41xxx ISCSI DRIVER
10402 M:      [email protected]
10403 L:      [email protected]
10404 S:      Supported
10405 F:      drivers/scsi/qedi/
10406
10407 QLOGIC QL41xxx FCOE DRIVER
10408 M:      [email protected]
10409 L:      [email protected]
10410 S:      Supported
10411 F:      drivers/scsi/qedf/
10412
10413 QNX4 FILESYSTEM
10414 M:      Anders Larsen <[email protected]>
10415 W:      http://www.alarsen.net/linux/qnx4fs/
10416 S:      Maintained
10417 F:      fs/qnx4/
10418 F:      include/uapi/linux/qnx4_fs.h
10419 F:      include/uapi/linux/qnxtypes.h
10420
10421 QORIQ DPAA2 FSL-MC BUS DRIVER
10422 M:      Stuart Yoder <[email protected]>
10423 M:      Laurentiu Tudor <[email protected]>
10424 L:      [email protected]
10425 S:      Maintained
10426 F:      drivers/staging/fsl-mc/
10427
10428 QT1010 MEDIA DRIVER
10429 M:      Antti Palosaari <[email protected]>
10430 L:      [email protected]
10431 W:      https://linuxtv.org
10432 W:      http://palosaari.fi/linux/
10433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10434 T:      git git://linuxtv.org/anttip/media_tree.git
10435 S:      Maintained
10436 F:      drivers/media/tuners/qt1010*
10437
10438 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
10439 M:      QCA ath9k Development <[email protected]>
10440 L:      [email protected]
10441 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
10442 S:      Supported
10443 F:      drivers/net/wireless/ath/ath9k/
10444
10445 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
10446 M:      Kalle Valo <[email protected]>
10447 L:      [email protected]
10448 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
10449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
10450 S:      Supported
10451 F:      drivers/net/wireless/ath/ath10k/
10452
10453 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
10454 M:      Timur Tabi <[email protected]>
10455 L:      [email protected]
10456 S:      Supported
10457 F:      drivers/net/ethernet/qualcomm/emac/
10458
10459 QUALCOMM HEXAGON ARCHITECTURE
10460 M:      Richard Kuo <[email protected]>
10461 L:      [email protected]
10462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
10463 S:      Supported
10464 F:      arch/hexagon/
10465
10466 QUALCOMM WCN36XX WIRELESS DRIVER
10467 M:      Eugene Krasnikov <[email protected]>
10468 L:      [email protected]
10469 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
10470 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
10471 S:      Supported
10472 F:      drivers/net/wireless/ath/wcn36xx/
10473
10474 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
10475 M:      Gabriel Somlo <[email protected]>
10476 M:      "Michael S. Tsirkin" <[email protected]>
10477 L:      [email protected]
10478 S:      Maintained
10479 F:      drivers/firmware/qemu_fw_cfg.c
10480
10481 RADOS BLOCK DEVICE (RBD)
10482 M:      Ilya Dryomov <[email protected]>
10483 M:      Sage Weil <[email protected]>
10484 M:      Alex Elder <[email protected]>
10485 L:      [email protected]
10486 W:      http://ceph.com/
10487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
10488 T:      git git://github.com/ceph/ceph-client.git
10489 S:      Supported
10490 F:      Documentation/ABI/testing/sysfs-bus-rbd
10491 F:      drivers/block/rbd.c
10492 F:      drivers/block/rbd_types.h
10493
10494 RADEON FRAMEBUFFER DISPLAY DRIVER
10495 M:      Benjamin Herrenschmidt <[email protected]>
10496 L:      [email protected]
10497 S:      Maintained
10498 F:      drivers/video/fbdev/aty/radeon*
10499 F:      include/uapi/linux/radeonfb.h
10500
10501 RADIOSHARK RADIO DRIVER
10502 M:      Hans Verkuil <[email protected]>
10503 L:      [email protected]
10504 T:      git git://linuxtv.org/media_tree.git
10505 S:      Maintained
10506 F:      drivers/media/radio/radio-shark.c
10507
10508 RADIOSHARK2 RADIO DRIVER
10509 M:      Hans Verkuil <[email protected]>
10510 L:      [email protected]
10511 T:      git git://linuxtv.org/media_tree.git
10512 S:      Maintained
10513 F:      drivers/media/radio/radio-shark2.c
10514 F:      drivers/media/radio/radio-tea5777.c
10515
10516 RAGE128 FRAMEBUFFER DISPLAY DRIVER
10517 M:      Paul Mackerras <[email protected]>
10518 L:      [email protected]
10519 S:      Maintained
10520 F:      drivers/video/fbdev/aty/aty128fb.c
10521
10522 RALINK MIPS ARCHITECTURE
10523 M:      John Crispin <[email protected]>
10524 L:      [email protected]
10525 S:      Maintained
10526 F:      arch/mips/ralink
10527
10528 RALINK RT2X00 WIRELESS LAN DRIVER
10529 P:      rt2x00 project
10530 M:      Stanislaw Gruszka <[email protected]>
10531 M:      Helmut Schaa <[email protected]>
10532 L:      [email protected]
10533 S:      Maintained
10534 F:      drivers/net/wireless/ralink/rt2x00/
10535
10536 RAMDISK RAM BLOCK DEVICE DRIVER
10537 M:      Jens Axboe <[email protected]>
10538 S:      Maintained
10539 F:      Documentation/blockdev/ramdisk.txt
10540 F:      drivers/block/brd.c
10541
10542 RANDOM NUMBER DRIVER
10543 M:      "Theodore Ts'o" <[email protected]>
10544 S:      Maintained
10545 F:      drivers/char/random.c
10546
10547 RAPIDIO SUBSYSTEM
10548 M:      Matt Porter <[email protected]>
10549 M:      Alexandre Bounine <[email protected]>
10550 S:      Maintained
10551 F:      drivers/rapidio/
10552
10553 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
10554 L:      [email protected]
10555 S:      Orphan
10556 F:      drivers/net/wireless/ray*
10557
10558 RCUTORTURE MODULE
10559 M:      Josh Triplett <[email protected]>
10560 M:      "Paul E. McKenney" <[email protected]>
10561 L:      [email protected]
10562 S:      Supported
10563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10564 F:      Documentation/RCU/torture.txt
10565 F:      kernel/rcu/rcutorture.c
10566
10567 RCUTORTURE TEST FRAMEWORK
10568 M:      "Paul E. McKenney" <[email protected]>
10569 M:      Josh Triplett <[email protected]>
10570 R:      Steven Rostedt <[email protected]>
10571 R:      Mathieu Desnoyers <[email protected]>
10572 R:      Lai Jiangshan <[email protected]>
10573 L:      [email protected]
10574 S:      Supported
10575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10576 F:      tools/testing/selftests/rcutorture
10577
10578 RDC R-321X SoC
10579 M:      Florian Fainelli <[email protected]>
10580 S:      Maintained
10581
10582 RDC R6040 FAST ETHERNET DRIVER
10583 M:      Florian Fainelli <[email protected]>
10584 L:      [email protected]
10585 S:      Maintained
10586 F:      drivers/net/ethernet/rdc/r6040.c
10587
10588 RDS - RELIABLE DATAGRAM SOCKETS
10589 M:      Santosh Shilimkar <[email protected]>
10590 L:      [email protected]
10591 L:      [email protected]
10592 L:      [email protected] (moderated for non-subscribers)
10593 W:      https://oss.oracle.com/projects/rds/
10594 S:      Supported
10595 F:      net/rds/
10596 F:      Documentation/networking/rds.txt
10597
10598 RDMAVT - RDMA verbs software
10599 M:      Dennis Dalessandro <[email protected]>
10600 L:      [email protected]
10601 S:      Supported
10602 F:      drivers/infiniband/sw/rdmavt
10603
10604 RDT - RESOURCE ALLOCATION
10605 M:      Fenghua Yu <[email protected]>
10606 L:      [email protected]
10607 S:      Supported
10608 F:      arch/x86/kernel/cpu/intel_rdt*
10609 F:      arch/x86/include/asm/intel_rdt*
10610 F:      Documentation/x86/intel_rdt*
10611
10612 READ-COPY UPDATE (RCU)
10613 M:      "Paul E. McKenney" <[email protected]>
10614 M:      Josh Triplett <[email protected]>
10615 R:      Steven Rostedt <[email protected]>
10616 R:      Mathieu Desnoyers <[email protected]>
10617 R:      Lai Jiangshan <[email protected]>
10618 L:      [email protected]
10619 W:      http://www.rdrop.com/users/paulmck/RCU/
10620 S:      Supported
10621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10622 F:      Documentation/RCU/
10623 X:      Documentation/RCU/torture.txt
10624 F:      include/linux/rcu*
10625 X:      include/linux/srcu.h
10626 F:      kernel/rcu/
10627 X:      kernel/torture.c
10628
10629 REAL TIME CLOCK (RTC) SUBSYSTEM
10630 M:      Alessandro Zummo <[email protected]>
10631 M:      Alexandre Belloni <[email protected]>
10632 L:      [email protected]
10633 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
10634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
10635 S:      Maintained
10636 F:      Documentation/devicetree/bindings/rtc/
10637 F:      Documentation/rtc.txt
10638 F:      drivers/rtc/
10639 F:      include/linux/rtc.h
10640 F:      include/uapi/linux/rtc.h
10641 F:      include/linux/rtc/
10642 F:      include/linux/platform_data/rtc-*
10643 F:      tools/testing/selftests/timers/rtctest.c
10644
10645 REALTEK AUDIO CODECS
10646 M:      Bard Liao <[email protected]>
10647 M:      Oder Chiou <[email protected]>
10648 S:      Maintained
10649 F:      sound/soc/codecs/rt*
10650 F:      include/sound/rt*.h
10651
10652 REISERFS FILE SYSTEM
10653 L:      [email protected]
10654 S:      Supported
10655 F:      fs/reiserfs/
10656
10657 REGISTER MAP ABSTRACTION
10658 M:      Mark Brown <[email protected]>
10659 L:      [email protected]
10660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
10661 S:      Supported
10662 F:      Documentation/devicetree/bindings/regmap/
10663 F:      drivers/base/regmap/
10664 F:      include/linux/regmap.h
10665
10666 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
10667 M:      Ohad Ben-Cohen <[email protected]>
10668 M:      Bjorn Andersson <[email protected]>
10669 L:      [email protected]
10670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
10671 S:      Maintained
10672 F:      Documentation/devicetree/bindings/remoteproc/
10673 F:      Documentation/remoteproc.txt
10674 F:      drivers/remoteproc/
10675 F:      include/linux/remoteproc.h
10676
10677 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
10678 M:      Ohad Ben-Cohen <[email protected]>
10679 M:      Bjorn Andersson <[email protected]>
10680 L:      [email protected]
10681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
10682 S:      Maintained
10683 F:      drivers/rpmsg/
10684 F:      Documentation/rpmsg.txt
10685 F:      include/linux/rpmsg.h
10686 F:      include/linux/rpmsg/
10687
10688 RENESAS CLOCK DRIVERS
10689 M:      Geert Uytterhoeven <[email protected]>
10690 L:      [email protected]
10691 S:      Supported
10692 F:      drivers/clk/renesas/
10693
10694 RENESAS ETHERNET DRIVERS
10695 R:      Sergei Shtylyov <[email protected]>
10696 L:      [email protected]
10697 L:      [email protected]
10698 F:      drivers/net/ethernet/renesas/
10699 F:      include/linux/sh_eth.h
10700
10701 RENESAS R-CAR GYROADC DRIVER
10702 M:      Marek Vasut <[email protected]>
10703 L:      [email protected]
10704 S:      Supported
10705 F:      drivers/iio/adc/rcar_gyro_adc.c
10706
10707 RENESAS USB2 PHY DRIVER
10708 M:      Yoshihiro Shimoda <[email protected]>
10709 L:      [email protected]
10710 S:      Maintained
10711 F:      drivers/phy/phy-rcar-gen3-usb2.c
10712
10713 RESET CONTROLLER FRAMEWORK
10714 M:      Philipp Zabel <[email protected]>
10715 T:      git git://git.pengutronix.de/git/pza/linux
10716 S:      Maintained
10717 F:      drivers/reset/
10718 F:      Documentation/devicetree/bindings/reset/
10719 F:      include/dt-bindings/reset/
10720 F:      include/linux/reset.h
10721 F:      include/linux/reset-controller.h
10722
10723 RFKILL
10724 M:      Johannes Berg <[email protected]>
10725 L:      [email protected]
10726 W:      http://wireless.kernel.org/
10727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10729 S:      Maintained
10730 F:      Documentation/rfkill.txt
10731 F:      net/rfkill/
10732
10733 RHASHTABLE
10734 M:      Thomas Graf <[email protected]>
10735 M:      Herbert Xu <[email protected]>
10736 L:      [email protected]
10737 S:      Maintained
10738 F:      lib/rhashtable.c
10739 F:      include/linux/rhashtable.h
10740
10741 RICOH SMARTMEDIA/XD DRIVER
10742 M:      Maxim Levitsky <[email protected]>
10743 S:      Maintained
10744 F:      drivers/mtd/nand/r852.c
10745 F:      drivers/mtd/nand/r852.h
10746
10747 RICOH R5C592 MEMORYSTICK DRIVER
10748 M:      Maxim Levitsky <[email protected]>
10749 S:      Maintained
10750 F:      drivers/memstick/host/r592.*
10751
10752 ROCCAT DRIVERS
10753 M:      Stefan Achatz <[email protected]>
10754 W:      http://sourceforge.net/projects/roccat/
10755 S:      Maintained
10756 F:      drivers/hid/hid-roccat*
10757 F:      include/linux/hid-roccat*
10758 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
10759
10760 ROCKER DRIVER
10761 M:      Jiri Pirko <[email protected]>
10762 L:      [email protected]
10763 S:      Supported
10764 F:      drivers/net/ethernet/rocker/
10765
10766 ROCKETPORT DRIVER
10767 P:      Comtrol Corp.
10768 W:      http://www.comtrol.com
10769 S:      Maintained
10770 F:      Documentation/serial/rocket.txt
10771 F:      drivers/tty/rocket*
10772
10773 ROCKETPORT EXPRESS/INFINITY DRIVER
10774 M:      Kevin Cernekee <[email protected]>
10775 L:      [email protected]
10776 S:      Odd Fixes
10777 F:      drivers/tty/serial/rp2.*
10778
10779 ROSE NETWORK LAYER
10780 M:      Ralf Baechle <[email protected]>
10781 L:      [email protected]
10782 W:      http://www.linux-ax25.org/
10783 S:      Maintained
10784 F:      include/net/rose.h
10785 F:      include/uapi/linux/rose.h
10786 F:      net/rose/
10787
10788 RTL2830 MEDIA DRIVER
10789 M:      Antti Palosaari <[email protected]>
10790 L:      [email protected]
10791 W:      https://linuxtv.org
10792 W:      http://palosaari.fi/linux/
10793 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10794 T:      git git://linuxtv.org/anttip/media_tree.git
10795 S:      Maintained
10796 F:      drivers/media/dvb-frontends/rtl2830*
10797
10798 RTL2832 MEDIA DRIVER
10799 M:      Antti Palosaari <[email protected]>
10800 L:      [email protected]
10801 W:      https://linuxtv.org
10802 W:      http://palosaari.fi/linux/
10803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10804 T:      git git://linuxtv.org/anttip/media_tree.git
10805 S:      Maintained
10806 F:      drivers/media/dvb-frontends/rtl2832*
10807
10808 RTL2832_SDR MEDIA DRIVER
10809 M:      Antti Palosaari <[email protected]>
10810 L:      [email protected]
10811 W:      https://linuxtv.org
10812 W:      http://palosaari.fi/linux/
10813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10814 T:      git git://linuxtv.org/anttip/media_tree.git
10815 S:      Maintained
10816 F:      drivers/media/dvb-frontends/rtl2832_sdr*
10817
10818 RTL8180 WIRELESS DRIVER
10819 L:      [email protected]
10820 W:      http://wireless.kernel.org/
10821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10822 S:      Orphan
10823 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
10824
10825 RTL8187 WIRELESS DRIVER
10826 M:      Herton Ronaldo Krzesinski <[email protected]>
10827 M:      Hin-Tak Leung <[email protected]>
10828 M:      Larry Finger <[email protected]>
10829 L:      [email protected]
10830 W:      http://wireless.kernel.org/
10831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10832 S:      Maintained
10833 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
10834
10835 RTL8192CE WIRELESS DRIVER
10836 M:      Larry Finger <[email protected]>
10837 M:      Chaoming Li <[email protected]>
10838 L:      [email protected]
10839 W:      http://wireless.kernel.org/
10840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
10841 S:      Maintained
10842 F:      drivers/net/wireless/realtek/rtlwifi/
10843 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
10844
10845 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
10846 M:      Jes Sorensen <[email protected]>
10847 L:      [email protected]
10848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
10849 S:      Maintained
10850 F:      drivers/net/wireless/realtek/rtl8xxxu/
10851
10852 S3 SAVAGE FRAMEBUFFER DRIVER
10853 M:      Antonino Daplas <[email protected]>
10854 L:      [email protected]
10855 S:      Maintained
10856 F:      drivers/video/fbdev/savage/
10857
10858 S390
10859 M:      Martin Schwidefsky <[email protected]>
10860 M:      Heiko Carstens <[email protected]>
10861 L:      [email protected]
10862 W:      http://www.ibm.com/developerworks/linux/linux390/
10863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
10864 S:      Supported
10865 F:      arch/s390/
10866 F:      drivers/s390/
10867 F:      Documentation/s390/
10868 F:      Documentation/DocBook/s390*
10869
10870 S390 COMMON I/O LAYER
10871 M:      Sebastian Ott <[email protected]>
10872 M:      Peter Oberparleiter <[email protected]>
10873 L:      [email protected]
10874 W:      http://www.ibm.com/developerworks/linux/linux390/
10875 S:      Supported
10876 F:      drivers/s390/cio/
10877
10878 S390 DASD DRIVER
10879 M:      Stefan Haberland <[email protected]>
10880 M:      Jan Hoeppner <[email protected]>
10881 L:      [email protected]
10882 W:      http://www.ibm.com/developerworks/linux/linux390/
10883 S:      Supported
10884 F:      drivers/s390/block/dasd*
10885 F:      block/partitions/ibm.c
10886
10887 S390 NETWORK DRIVERS
10888 M:      Julian Wiedmann <[email protected]>
10889 M:      Ursula Braun <[email protected]>
10890 L:      [email protected]
10891 W:      http://www.ibm.com/developerworks/linux/linux390/
10892 S:      Supported
10893 F:      drivers/s390/net/
10894
10895 S390 PCI SUBSYSTEM
10896 M:      Sebastian Ott <[email protected]>
10897 M:      Gerald Schaefer <[email protected]>
10898 L:      [email protected]
10899 W:      http://www.ibm.com/developerworks/linux/linux390/
10900 S:      Supported
10901 F:      arch/s390/pci/
10902 F:      drivers/pci/hotplug/s390_pci_hpc.c
10903
10904 S390 ZCRYPT DRIVER
10905 M:      Harald Freudenberger <[email protected]>
10906 L:      [email protected]
10907 W:      http://www.ibm.com/developerworks/linux/linux390/
10908 S:      Supported
10909 F:      drivers/s390/crypto/
10910
10911 S390 ZFCP DRIVER
10912 M:      Steffen Maier <[email protected]>
10913 L:      [email protected]
10914 W:      http://www.ibm.com/developerworks/linux/linux390/
10915 S:      Supported
10916 F:      drivers/s390/scsi/zfcp_*
10917
10918 S390 IUCV NETWORK LAYER
10919 M:      Julian Wiedmann <[email protected]>
10920 M:      Ursula Braun <[email protected]>
10921 L:      [email protected]
10922 W:      http://www.ibm.com/developerworks/linux/linux390/
10923 S:      Supported
10924 F:      drivers/s390/net/*iucv*
10925 F:      include/net/iucv/
10926 F:      net/iucv/
10927
10928 S390 IOMMU (PCI)
10929 M:      Gerald Schaefer <[email protected]>
10930 L:      [email protected]
10931 W:      http://www.ibm.com/developerworks/linux/linux390/
10932 S:      Supported
10933 F:      drivers/iommu/s390-iommu.c
10934
10935 S390 VFIO-CCW DRIVER
10936 M:      Cornelia Huck <[email protected]>
10937 M:      Dong Jia Shi <[email protected]>
10938 L:      [email protected]
10939 L:      [email protected]
10940 S:      Supported
10941 F:      drivers/s390/cio/vfio_ccw*
10942 F:      Documentation/s390/vfio-ccw.txt
10943 F:      include/uapi/linux/vfio_ccw.h
10944
10945 S3C24XX SD/MMC Driver
10946 M:      Ben Dooks <[email protected]>
10947 L:      [email protected] (moderated for non-subscribers)
10948 S:      Supported
10949 F:      drivers/mmc/host/s3cmci.*
10950
10951 SAA6588 RDS RECEIVER DRIVER
10952 M:      Hans Verkuil <[email protected]>
10953 L:      [email protected]
10954 T:      git git://linuxtv.org/media_tree.git
10955 W:      https://linuxtv.org
10956 S:      Odd Fixes
10957 F:      drivers/media/i2c/saa6588*
10958
10959 SAA7134 VIDEO4LINUX DRIVER
10960 M:      Mauro Carvalho Chehab <[email protected]>
10961 M:      Mauro Carvalho Chehab <[email protected]>
10962 L:      [email protected]
10963 W:      https://linuxtv.org
10964 T:      git git://linuxtv.org/media_tree.git
10965 S:      Odd fixes
10966 F:      Documentation/media/v4l-drivers/saa7134*
10967 F:      drivers/media/pci/saa7134/
10968
10969 SAA7146 VIDEO4LINUX-2 DRIVER
10970 M:      Hans Verkuil <[email protected]>
10971 L:      [email protected]
10972 T:      git git://linuxtv.org/media_tree.git
10973 S:      Maintained
10974 F:      drivers/media/common/saa7146/
10975 F:      drivers/media/pci/saa7146/
10976 F:      include/media/saa7146*
10977
10978 SAMSUNG LAPTOP DRIVER
10979 M:      Corentin Chary <[email protected]>
10980 L:      [email protected]
10981 S:      Maintained
10982 F:      drivers/platform/x86/samsung-laptop.c
10983
10984 SAMSUNG AUDIO (ASoC) DRIVERS
10985 M:      Krzysztof Kozlowski <[email protected]>
10986 M:      Sangbeom Kim <[email protected]>
10987 M:      Sylwester Nawrocki <[email protected]>
10988 L:      [email protected] (moderated for non-subscribers)
10989 S:      Supported
10990 F:      sound/soc/samsung/
10991
10992 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
10993 M:      Krzysztof Kozlowski <[email protected]>
10994 L:      [email protected]
10995 L:      [email protected]
10996 S:      Maintained
10997 F:      drivers/crypto/exynos-rng.c
10998 F:      Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
10999
11000 SAMSUNG FRAMEBUFFER DRIVER
11001 M:      Jingoo Han <[email protected]>
11002 L:      [email protected]
11003 S:      Maintained
11004 F:      drivers/video/fbdev/s3c-fb.c
11005
11006 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11007 M:      Sangbeom Kim <[email protected]>
11008 M:      Krzysztof Kozlowski <[email protected]>
11009 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11010 L:      [email protected]
11011 L:      [email protected]
11012 S:      Supported
11013 F:      drivers/mfd/sec*.c
11014 F:      drivers/regulator/s2m*.c
11015 F:      drivers/regulator/s5m*.c
11016 F:      drivers/clk/clk-s2mps11.c
11017 F:      drivers/rtc/rtc-s5m.c
11018 F:      include/linux/mfd/samsung/
11019 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11020 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11021 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11022 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11023
11024 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11025 M:      Krzysztof Kozlowski <[email protected]>
11026 M:      Vladimir Zapolskiy <[email protected]>
11027 L:      [email protected]
11028 L:      [email protected]
11029 S:      Maintained
11030 F:      drivers/crypto/s5p-sss.c
11031
11032 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11033 M:      Kyungmin Park <[email protected]>
11034 M:      Sylwester Nawrocki <[email protected]>
11035 L:      [email protected]
11036 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11037 S:      Supported
11038 F:      drivers/media/platform/exynos4-is/
11039
11040 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11041 M:      Sylwester Nawrocki <[email protected]>
11042 L:      [email protected]
11043 L:      [email protected] (moderated for non-subscribers)
11044 S:      Maintained
11045 F:      drivers/media/platform/s3c-camif/
11046 F:      include/media/drv-intf/s3c_camif.h
11047
11048 SAMSUNG S5C73M3 CAMERA DRIVER
11049 M:      Kyungmin Park <[email protected]>
11050 M:      Andrzej Hajda <[email protected]>
11051 L:      [email protected]
11052 S:      Supported
11053 F:      drivers/media/i2c/s5c73m3/*
11054
11055 SAMSUNG S5K5BAF CAMERA DRIVER
11056 M:      Kyungmin Park <[email protected]>
11057 M:      Andrzej Hajda <[email protected]>
11058 L:      [email protected]
11059 S:      Supported
11060 F:      drivers/media/i2c/s5k5baf.c
11061
11062 SAMSUNG S3FWRN5 NFC DRIVER
11063 M:      Robert Baldyga <[email protected]>
11064 M:      Krzysztof Opasiak <[email protected]>
11065 L:      [email protected] (moderated for non-subscribers)
11066 S:      Supported
11067 F:      drivers/nfc/s3fwrn5
11068
11069 SAMSUNG SOC CLOCK DRIVERS
11070 M:      Sylwester Nawrocki <[email protected]>
11071 M:      Tomasz Figa <[email protected]>
11072 M:      Chanwoo Choi <[email protected]>
11073 S:      Supported
11074 L:      [email protected] (moderated for non-subscribers)
11075 F:      drivers/clk/samsung/
11076 F:      include/dt-bindings/clock/exynos*.h
11077 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11078
11079 SAMSUNG SPI DRIVERS
11080 M:      Kukjin Kim <[email protected]>
11081 M:      Krzysztof Kozlowski <[email protected]>
11082 M:      Andi Shyti <[email protected]>
11083 L:      [email protected]
11084 L:      [email protected] (moderated for non-subscribers)
11085 S:      Maintained
11086 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11087 F:      drivers/spi/spi-s3c*
11088 F:      include/linux/platform_data/spi-s3c64xx.h
11089
11090 SAMSUNG SXGBE DRIVERS
11091 M:      Byungho An <[email protected]>
11092 M:      Girish K S <[email protected]>
11093 M:      Vipul Pandya <[email protected]>
11094 S:      Supported
11095 L:      [email protected]
11096 F:      drivers/net/ethernet/samsung/sxgbe/
11097
11098 SAMSUNG THERMAL DRIVER
11099 M:      Bartlomiej Zolnierkiewicz <[email protected]>
11100 L:      [email protected]
11101 L:      [email protected]
11102 S:      Supported
11103 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11104 F:      drivers/thermal/samsung/
11105
11106 SAMSUNG USB2 PHY DRIVER
11107 M:      Kamil Debski <[email protected]>
11108 M:      Sylwester Nawrocki <[email protected]>
11109 L:      [email protected]
11110 S:      Supported
11111 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11112 F:      Documentation/phy/samsung-usb2.txt
11113 F:      drivers/phy/phy-exynos4210-usb2.c
11114 F:      drivers/phy/phy-exynos4x12-usb2.c
11115 F:      drivers/phy/phy-exynos5250-usb2.c
11116 F:      drivers/phy/phy-s5pv210-usb2.c
11117 F:      drivers/phy/phy-samsung-usb2.c
11118 F:      drivers/phy/phy-samsung-usb2.h
11119
11120 SERIAL DRIVERS
11121 M:      Greg Kroah-Hartman <[email protected]>
11122 L:      [email protected]
11123 S:      Maintained
11124 F:      Documentation/devicetree/bindings/serial/
11125 F:      drivers/tty/serial/
11126
11127 SERIAL DEVICE BUS
11128 M:      Rob Herring <[email protected]>
11129 L:      [email protected]
11130 S:      Maintained
11131 F:      Documentation/devicetree/bindings/serial/slave-device.txt
11132 F:      drivers/tty/serdev/
11133 F:      include/linux/serdev.h
11134
11135 SERIAL IR RECEIVER
11136 M:      Sean Young <[email protected]>
11137 L:      [email protected]
11138 S:      Maintained
11139 F:      drivers/media/rc/serial_ir.c
11140
11141 STI CEC DRIVER
11142 M:      Benjamin Gaignard <[email protected]>
11143 L:      [email protected]
11144 S:      Maintained
11145 F:      drivers/staging/media/st-cec/
11146 F:      Documentation/devicetree/bindings/media/stih-cec.txt
11147
11148 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
11149 M:      Ursula Braun <[email protected]>
11150 L:      [email protected]
11151 W:      http://www.ibm.com/developerworks/linux/linux390/
11152 S:      Supported
11153 F:      net/smc/
11154
11155 SYNOPSYS DESIGNWARE DMAC DRIVER
11156 M:      Viresh Kumar <[email protected]>
11157 M:      Andy Shevchenko <[email protected]>
11158 S:      Maintained
11159 F:      include/linux/dma/dw.h
11160 F:      include/linux/platform_data/dma-dw.h
11161 F:      drivers/dma/dw/
11162
11163 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
11164 M:      Jie Deng <[email protected]>
11165 L:      [email protected]
11166 S:      Supported
11167 F:      drivers/net/ethernet/synopsys/
11168
11169 SYNOPSYS DESIGNWARE I2C DRIVER
11170 M:      Jarkko Nikula <[email protected]>
11171 R:      Andy Shevchenko <[email protected]>
11172 R:      Mika Westerberg <[email protected]>
11173 L:      [email protected]
11174 S:      Maintained
11175 F:      drivers/i2c/busses/i2c-designware-*
11176 F:      include/linux/platform_data/i2c-designware.h
11177
11178 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
11179 M:      Jaehoon Chung <[email protected]>
11180 L:      [email protected]
11181 S:      Maintained
11182 F:      drivers/mmc/host/dw_mmc*
11183
11184 SYSTEM TRACE MODULE CLASS
11185 M:      Alexander Shishkin <[email protected]>
11186 S:      Maintained
11187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
11188 F:      Documentation/trace/stm.txt
11189 F:      drivers/hwtracing/stm/
11190 F:      include/linux/stm.h
11191 F:      include/uapi/linux/stm.h
11192
11193 THUNDERBOLT DRIVER
11194 M:      Andreas Noever <[email protected]>
11195 S:      Maintained
11196 F:      drivers/thunderbolt/
11197
11198 TI BQ27XXX POWER SUPPLY DRIVER
11199 R:      Andrew F. Davis <[email protected]>
11200 F:      include/linux/power/bq27xxx_battery.h
11201 F:      drivers/power/supply/bq27xxx_battery.c
11202 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11203
11204 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
11205 M:      John Stultz <[email protected]>
11206 M:      Thomas Gleixner <[email protected]>
11207 R:      Stephen Boyd <[email protected]>
11208 L:      [email protected]
11209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11210 S:      Supported
11211 F:      include/linux/clocksource.h
11212 F:      include/linux/time.h
11213 F:      include/linux/timex.h
11214 F:      include/uapi/linux/time.h
11215 F:      include/uapi/linux/timex.h
11216 F:      kernel/time/clocksource.c
11217 F:      kernel/time/time*.c
11218 F:      kernel/time/alarmtimer.c
11219 F:      kernel/time/ntp.c
11220 F:      tools/testing/selftests/timers/
11221
11222 SC1200 WDT DRIVER
11223 M:      Zwane Mwaikambo <[email protected]>
11224 S:      Maintained
11225 F:      drivers/watchdog/sc1200wdt.c
11226
11227 SCHEDULER
11228 M:      Ingo Molnar <[email protected]>
11229 M:      Peter Zijlstra <[email protected]>
11230 L:      [email protected]
11231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11232 S:      Maintained
11233 F:      kernel/sched/
11234 F:      include/linux/sched.h
11235 F:      include/uapi/linux/sched.h
11236 F:      include/linux/wait.h
11237
11238 SCORE ARCHITECTURE
11239 M:      Chen Liqin <[email protected]>
11240 M:      Lennox Wu <[email protected]>
11241 W:      http://www.sunplus.com
11242 S:      Supported
11243 F:      arch/score/
11244
11245 SCR24X CHIP CARD INTERFACE DRIVER
11246 M:      Lubomir Rintel <[email protected]>
11247 S:      Supported
11248 F:      drivers/char/pcmcia/scr24x_cs.c
11249
11250 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
11251 M:      Sudeep Holla <[email protected]>
11252 L:      [email protected]
11253 S:      Maintained
11254 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
11255 F:      drivers/clk/clk-scpi.c
11256 F:      drivers/cpufreq/scpi-cpufreq.c
11257 F:      drivers/firmware/arm_scpi.c
11258 F:      include/linux/scpi_protocol.h
11259
11260 SCSI CDROM DRIVER
11261 M:      Jens Axboe <[email protected]>
11262 L:      [email protected]
11263 W:      http://www.kernel.dk
11264 S:      Maintained
11265 F:      drivers/scsi/sr*
11266
11267 SCSI RDMA PROTOCOL (SRP) INITIATOR
11268 M:      Bart Van Assche <[email protected]>
11269 L:      [email protected]
11270 S:      Supported
11271 W:      http://www.openfabrics.org
11272 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11274 F:      drivers/infiniband/ulp/srp/
11275 F:      include/scsi/srp.h
11276
11277 SCSI SG DRIVER
11278 M:      Doug Gilbert <[email protected]>
11279 L:      [email protected]
11280 W:      http://sg.danny.cz/sg
11281 S:      Maintained
11282 F:      Documentation/scsi/scsi-generic.txt
11283 F:      drivers/scsi/sg.c
11284 F:      include/scsi/sg.h
11285
11286 SCSI SUBSYSTEM
11287 M:      "James E.J. Bottomley" <[email protected]>
11288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11289 M:      "Martin K. Petersen" <[email protected]>
11290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11291 L:      [email protected]
11292 S:      Maintained
11293 F:      Documentation/devicetree/bindings/scsi/
11294 F:      drivers/scsi/
11295 F:      include/scsi/
11296
11297 SCSI TAPE DRIVER
11298 M:      Kai Mäkisara <[email protected]>
11299 L:      [email protected]
11300 S:      Maintained
11301 F:      Documentation/scsi/st.txt
11302 F:      drivers/scsi/st.*
11303 F:      drivers/scsi/st_*.h
11304
11305 SCTP PROTOCOL
11306 M:      Vlad Yasevich <[email protected]>
11307 M:      Neil Horman <[email protected]>
11308 L:      [email protected]
11309 W:      http://lksctp.sourceforge.net
11310 S:      Maintained
11311 F:      Documentation/networking/sctp.txt
11312 F:      include/linux/sctp.h
11313 F:      include/uapi/linux/sctp.h
11314 F:      include/net/sctp/
11315 F:      net/sctp/
11316
11317 SCx200 CPU SUPPORT
11318 M:      Jim Cromie <[email protected]>
11319 S:      Odd Fixes
11320 F:      Documentation/i2c/busses/scx200_acb
11321 F:      arch/x86/platform/scx200/
11322 F:      drivers/watchdog/scx200_wdt.c
11323 F:      drivers/i2c/busses/scx200*
11324 F:      drivers/mtd/maps/scx200_docflash.c
11325 F:      include/linux/scx200.h
11326
11327 SCx200 GPIO DRIVER
11328 M:      Jim Cromie <[email protected]>
11329 S:      Maintained
11330 F:      drivers/char/scx200_gpio.c
11331 F:      include/linux/scx200_gpio.h
11332
11333 SCx200 HRT CLOCKSOURCE DRIVER
11334 M:      Jim Cromie <[email protected]>
11335 S:      Maintained
11336 F:      drivers/clocksource/scx200_hrt.c
11337
11338 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
11339 M:      Sascha Sommer <[email protected]>
11340 L:      [email protected] (subscribers-only)
11341 S:      Maintained
11342 F:      drivers/mmc/host/sdricoh_cs.c
11343
11344 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
11345 M:      Adrian Hunter <[email protected]>
11346 L:      [email protected]
11347 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
11348 S:      Maintained
11349 F:      drivers/mmc/host/sdhci*
11350 F:      include/linux/mmc/sdhci*
11351
11352 SECURE COMPUTING
11353 M:      Kees Cook <[email protected]>
11354 R:      Andy Lutomirski <[email protected]>
11355 R:      Will Drewry <[email protected]>
11356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
11357 S:      Supported
11358 F:      kernel/seccomp.c
11359 F:      include/uapi/linux/seccomp.h
11360 F:      include/linux/seccomp.h
11361 F:      tools/testing/selftests/seccomp/*
11362 K:      \bsecure_computing
11363 K:      \bTIF_SECCOMP\b
11364
11365 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
11366 M:      Al Cooper <[email protected]>
11367 L:      [email protected]
11368 L:      [email protected]
11369 S:      Maintained
11370 F:      drivers/mmc/host/sdhci-brcmstb*
11371
11372 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
11373 M:      Ben Dooks <[email protected]>
11374 M:      Jaehoon Chung <[email protected]>
11375 L:      [email protected]
11376 S:      Maintained
11377 F:      drivers/mmc/host/sdhci-s3c*
11378
11379 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
11380 M:      Viresh Kumar <[email protected]>
11381 L:      [email protected]
11382 S:      Maintained
11383 F:      drivers/mmc/host/sdhci-spear.c
11384
11385 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
11386 M:      Scott Bauer <[email protected]>
11387 M:      Jonathan Derrick <[email protected]>
11388 M:      Rafael Antognolli <[email protected]>
11389 L:      [email protected]
11390 S:      Supported
11391 F:      block/sed*
11392 F:      block/opal_proto.h
11393 F:      include/linux/sed*
11394 F:      include/uapi/linux/sed*
11395
11396 SECURITY SUBSYSTEM
11397 M:      James Morris <[email protected]>
11398 M:      "Serge E. Hallyn" <[email protected]>
11399 L:      [email protected] (suggested Cc:)
11400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
11401 W:      http://kernsec.org/
11402 S:      Supported
11403 F:      security/
11404
11405 SECURITY CONTACT
11406 M:      Security Officers <[email protected]>
11407 S:      Supported
11408
11409 SELINUX SECURITY MODULE
11410 M:      Paul Moore <[email protected]>
11411 M:      Stephen Smalley <[email protected]>
11412 M:      Eric Paris <[email protected]>
11413 L:      [email protected] (moderated for non-subscribers)
11414 W:      http://selinuxproject.org
11415 T:      git git://git.infradead.org/users/pcmoore/selinux
11416 S:      Supported
11417 F:      include/linux/selinux*
11418 F:      security/selinux/
11419 F:      scripts/selinux/
11420
11421 APPARMOR SECURITY MODULE
11422 M:      John Johansen <[email protected]>
11423 L:      [email protected] (subscribers-only, general discussion)
11424 W:      apparmor.wiki.kernel.org
11425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
11426 S:      Supported
11427 F:      security/apparmor/
11428
11429 LOADPIN SECURITY MODULE
11430 M:      Kees Cook <[email protected]>
11431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
11432 S:      Supported
11433 F:      security/loadpin/
11434
11435 YAMA SECURITY MODULE
11436 M:      Kees Cook <[email protected]>
11437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
11438 S:      Supported
11439 F:      security/yama/
11440
11441 SENSABLE PHANTOM
11442 M:      Jiri Slaby <[email protected]>
11443 S:      Maintained
11444 F:      drivers/misc/phantom.c
11445 F:      include/uapi/linux/phantom.h
11446
11447 Emulex 10Gbps iSCSI - OneConnect DRIVER
11448 M:      Subbu Seetharaman <[email protected]>
11449 M:      Ketan Mukadam <[email protected]>
11450 M:      Jitendra Bhivare <[email protected]>
11451 L:      [email protected]
11452 W:      http://www.broadcom.com
11453 S:      Supported
11454 F:      drivers/scsi/be2iscsi/
11455
11456 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
11457 M:      Sathya Perla <[email protected]>
11458 M:      Ajit Khaparde <[email protected]>
11459 M:      Sriharsha Basavapatna <[email protected]>
11460 M:      Somnath Kotur <[email protected]>
11461 L:      [email protected]
11462 W:      http://www.emulex.com
11463 S:      Supported
11464 F:      drivers/net/ethernet/emulex/benet/
11465
11466 EMULEX ONECONNECT ROCE DRIVER
11467 M:      Selvin Xavier <[email protected]>
11468 M:      Devesh Sharma <[email protected]>
11469 L:      [email protected]
11470 W:      http://www.emulex.com
11471 S:      Supported
11472 F:      drivers/infiniband/hw/ocrdma/
11473 F:      include/uapi/rdma/ocrdma-abi.h
11474
11475 SFC NETWORK DRIVER
11476 M:      Solarflare linux maintainers <[email protected]>
11477 M:      Edward Cree <[email protected]>
11478 M:      Bert Kenward <[email protected]>
11479 L:      [email protected]
11480 S:      Supported
11481 F:      drivers/net/ethernet/sfc/
11482
11483 SGI GRU DRIVER
11484 M:      Dimitri Sivanich <[email protected]>
11485 S:      Maintained
11486 F:      drivers/misc/sgi-gru/
11487
11488 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
11489 M:      Pat Gefre <[email protected]>
11490 L:      [email protected]
11491 S:      Supported
11492 F:      Documentation/ia64/serial.txt
11493 F:      drivers/tty/serial/ioc?_serial.c
11494 F:      include/linux/ioc?.h
11495
11496 SGI XP/XPC/XPNET DRIVER
11497 M:      Cliff Whickman <[email protected]>
11498 M:      Robin Holt <[email protected]>
11499 S:      Maintained
11500 F:      drivers/misc/sgi-xp/
11501
11502 SI2157 MEDIA DRIVER
11503 M:      Antti Palosaari <[email protected]>
11504 L:      [email protected]
11505 W:      https://linuxtv.org
11506 W:      http://palosaari.fi/linux/
11507 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11508 T:      git git://linuxtv.org/anttip/media_tree.git
11509 S:      Maintained
11510 F:      drivers/media/tuners/si2157*
11511
11512 SI2168 MEDIA DRIVER
11513 M:      Antti Palosaari <[email protected]>
11514 L:      [email protected]
11515 W:      https://linuxtv.org
11516 W:      http://palosaari.fi/linux/
11517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11518 T:      git git://linuxtv.org/anttip/media_tree.git
11519 S:      Maintained
11520 F:      drivers/media/dvb-frontends/si2168*
11521
11522 SI470X FM RADIO RECEIVER I2C DRIVER
11523 M:      Hans Verkuil <[email protected]>
11524 L:      [email protected]
11525 T:      git git://linuxtv.org/media_tree.git
11526 W:      https://linuxtv.org
11527 S:      Odd Fixes
11528 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
11529
11530 SI470X FM RADIO RECEIVER USB DRIVER
11531 M:      Hans Verkuil <[email protected]>
11532 L:      [email protected]
11533 T:      git git://linuxtv.org/media_tree.git
11534 W:      https://linuxtv.org
11535 S:      Maintained
11536 F:      drivers/media/radio/si470x/radio-si470x-common.c
11537 F:      drivers/media/radio/si470x/radio-si470x.h
11538 F:      drivers/media/radio/si470x/radio-si470x-usb.c
11539
11540 SI4713 FM RADIO TRANSMITTER I2C DRIVER
11541 M:      Eduardo Valentin <[email protected]>
11542 L:      [email protected]
11543 T:      git git://linuxtv.org/media_tree.git
11544 W:      https://linuxtv.org
11545 S:      Odd Fixes
11546 F:      drivers/media/radio/si4713/si4713.?
11547
11548 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
11549 M:      Eduardo Valentin <[email protected]>
11550 L:      [email protected]
11551 T:      git git://linuxtv.org/media_tree.git
11552 W:      https://linuxtv.org
11553 S:      Odd Fixes
11554 F:      drivers/media/radio/si4713/radio-platform-si4713.c
11555
11556 SI4713 FM RADIO TRANSMITTER USB DRIVER
11557 M:      Hans Verkuil <[email protected]>
11558 L:      [email protected]
11559 T:      git git://linuxtv.org/media_tree.git
11560 W:      https://linuxtv.org
11561 S:      Maintained
11562 F:      drivers/media/radio/si4713/radio-usb-si4713.c
11563
11564 SIANO DVB DRIVER
11565 M:      Mauro Carvalho Chehab <[email protected]>
11566 M:      Mauro Carvalho Chehab <[email protected]>
11567 L:      [email protected]
11568 W:      https://linuxtv.org
11569 T:      git git://linuxtv.org/media_tree.git
11570 S:      Odd fixes
11571 F:      drivers/media/common/siano/
11572 F:      drivers/media/usb/siano/
11573 F:      drivers/media/usb/siano/
11574 F:      drivers/media/mmc/siano/
11575
11576 SILEAD TOUCHSCREEN DRIVER
11577 M:      Hans de Goede <[email protected]>
11578 L:      [email protected]
11579 L:      [email protected]
11580 S:      Maintained
11581 F:      drivers/input/touchscreen/silead.c
11582 F:      drivers/platform/x86/silead_dmi.c
11583
11584 SIMPLEFB FB DRIVER
11585 M:      Hans de Goede <[email protected]>
11586 L:      [email protected]
11587 S:      Maintained
11588 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
11589 F:      drivers/video/fbdev/simplefb.c
11590 F:      include/linux/platform_data/simplefb.h
11591
11592 SH_VEU V4L2 MEM2MEM DRIVER
11593 L:      [email protected]
11594 S:      Orphan
11595 F:      drivers/media/platform/sh_veu.c
11596
11597 SH_VOU V4L2 OUTPUT DRIVER
11598 L:      [email protected]
11599 S:      Orphan
11600 F:      drivers/media/platform/sh_vou.c
11601 F:      include/media/drv-intf/sh_vou.h
11602
11603 SIMPLE FIRMWARE INTERFACE (SFI)
11604 M:      Len Brown <[email protected]>
11605 L:      [email protected]
11606 W:      http://simplefirmware.org/
11607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
11608 S:      Supported
11609 F:      arch/x86/platform/sfi/
11610 F:      drivers/sfi/
11611 F:      include/linux/sfi*.h
11612
11613 SIMTEC EB110ATX (Chalice CATS)
11614 P:      Ben Dooks
11615 P:      Vincent Sanders <[email protected]>
11616 M:      Simtec Linux Team <[email protected]>
11617 W:      http://www.simtec.co.uk/products/EB110ATX/
11618 S:      Supported
11619
11620 SIMTEC EB2410ITX (BAST)
11621 P:      Ben Dooks
11622 P:      Vincent Sanders <[email protected]>
11623 M:      Simtec Linux Team <[email protected]>
11624 W:      http://www.simtec.co.uk/products/EB2410ITX/
11625 S:      Supported
11626 F:      arch/arm/mach-s3c24xx/mach-bast.c
11627 F:      arch/arm/mach-s3c24xx/bast-ide.c
11628 F:      arch/arm/mach-s3c24xx/bast-irq.c
11629
11630 SIPHASH PRF ROUTINES
11631 M:      Jason A. Donenfeld <[email protected]>
11632 S:      Maintained
11633 F:      lib/siphash.c
11634 F:      lib/test_siphash.c
11635 F:      include/linux/siphash.h
11636
11637 TI DAVINCI MACHINE SUPPORT
11638 M:      Sekhar Nori <[email protected]>
11639 M:      Kevin Hilman <[email protected]>
11640 L:      [email protected] (moderated for non-subscribers)
11641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
11642 S:      Supported
11643 F:      arch/arm/mach-davinci/
11644 F:      drivers/i2c/busses/i2c-davinci.c
11645
11646 TI DAVINCI SERIES MEDIA DRIVER
11647 M:      "Lad, Prabhakar" <[email protected]>
11648 L:      [email protected]
11649 W:      https://linuxtv.org
11650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11651 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11652 S:      Maintained
11653 F:      drivers/media/platform/davinci/
11654 F:      include/media/davinci/
11655
11656 TI AM437X VPFE DRIVER
11657 M:      "Lad, Prabhakar" <[email protected]>
11658 L:      [email protected]
11659 W:      https://linuxtv.org
11660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11661 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11662 S:      Maintained
11663 F:      drivers/media/platform/am437x/
11664
11665 OV2659 OMNIVISION SENSOR DRIVER
11666 M:      "Lad, Prabhakar" <[email protected]>
11667 L:      [email protected]
11668 W:      https://linuxtv.org
11669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11670 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11671 S:      Maintained
11672 F:      drivers/media/i2c/ov2659.c
11673 F:      include/media/i2c/ov2659.h
11674
11675 SILICON MOTION SM712 FRAME BUFFER DRIVER
11676 M:      Sudip Mukherjee <[email protected]>
11677 M:      Teddy Wang <[email protected]>
11678 M:      Sudip Mukherjee <[email protected]>
11679 L:      [email protected]
11680 S:      Maintained
11681 F:      drivers/video/fbdev/sm712*
11682 F:      Documentation/fb/sm712fb.txt
11683
11684 SIS 190 ETHERNET DRIVER
11685 M:      Francois Romieu <[email protected]>
11686 L:      [email protected]
11687 S:      Maintained
11688 F:      drivers/net/ethernet/sis/sis190.c
11689
11690 SIS 900/7016 FAST ETHERNET DRIVER
11691 M:      Daniele Venzano <[email protected]>
11692 W:      http://www.brownhat.org/sis900.html
11693 L:      [email protected]
11694 S:      Maintained
11695 F:      drivers/net/ethernet/sis/sis900.*
11696
11697 SIS FRAMEBUFFER DRIVER
11698 M:      Thomas Winischhofer <[email protected]>
11699 W:      http://www.winischhofer.net/linuxsisvga.shtml
11700 S:      Maintained
11701 F:      Documentation/fb/sisfb.txt
11702 F:      drivers/video/fbdev/sis/
11703 F:      include/video/sisfb.h
11704
11705 SIS USB2VGA DRIVER
11706 M:      Thomas Winischhofer <[email protected]>
11707 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
11708 S:      Maintained
11709 F:      drivers/usb/misc/sisusbvga/
11710
11711 SLAB ALLOCATOR
11712 M:      Christoph Lameter <[email protected]>
11713 M:      Pekka Enberg <[email protected]>
11714 M:      David Rientjes <[email protected]>
11715 M:      Joonsoo Kim <[email protected]>
11716 M:      Andrew Morton <[email protected]>
11717 L:      [email protected]
11718 S:      Maintained
11719 F:      include/linux/sl?b*.h
11720 F:      mm/sl?b*
11721
11722 SLEEPABLE READ-COPY UPDATE (SRCU)
11723 M:      Lai Jiangshan <[email protected]>
11724 M:      "Paul E. McKenney" <[email protected]>
11725 M:      Josh Triplett <[email protected]>
11726 R:      Steven Rostedt <[email protected]>
11727 R:      Mathieu Desnoyers <[email protected]>
11728 L:      [email protected]
11729 W:      http://www.rdrop.com/users/paulmck/RCU/
11730 S:      Supported
11731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11732 F:      include/linux/srcu.h
11733 F:      kernel/rcu/srcu.c
11734
11735 SMACK SECURITY MODULE
11736 M:      Casey Schaufler <[email protected]>
11737 L:      [email protected]
11738 W:      http://schaufler-ca.com
11739 T:      git git://github.com/cschaufler/smack-next
11740 S:      Maintained
11741 F:      Documentation/security/Smack.txt
11742 F:      security/smack/
11743
11744 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
11745 M:      Kevin Hilman <[email protected]>
11746 M:      Nishanth Menon <[email protected]>
11747 S:      Maintained
11748 F:      drivers/power/avs/
11749 F:      include/linux/power/smartreflex.h
11750 L:      [email protected]
11751
11752 SMC91x ETHERNET DRIVER
11753 M:      Nicolas Pitre <[email protected]>
11754 S:      Odd Fixes
11755 F:      drivers/net/ethernet/smsc/smc91x.*
11756
11757 SMIA AND SMIA++ IMAGE SENSOR DRIVER
11758 M:      Sakari Ailus <[email protected]>
11759 L:      [email protected]
11760 S:      Maintained
11761 F:      drivers/media/i2c/smiapp/
11762 F:      include/media/i2c/smiapp.h
11763 F:      drivers/media/i2c/smiapp-pll.c
11764 F:      drivers/media/i2c/smiapp-pll.h
11765 F:      include/uapi/linux/smiapp.h
11766 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
11767
11768 SMM665 HARDWARE MONITOR DRIVER
11769 M:      Guenter Roeck <[email protected]>
11770 L:      [email protected]
11771 S:      Maintained
11772 F:      Documentation/hwmon/smm665
11773 F:      drivers/hwmon/smm665.c
11774
11775 SMSC EMC2103 HARDWARE MONITOR DRIVER
11776 M:      Steve Glendinning <[email protected]>
11777 L:      [email protected]
11778 S:      Maintained
11779 F:      Documentation/hwmon/emc2103
11780 F:      drivers/hwmon/emc2103.c
11781
11782 SMSC SCH5627 HARDWARE MONITOR DRIVER
11783 M:      Hans de Goede <[email protected]>
11784 L:      [email protected]
11785 S:      Supported
11786 F:      Documentation/hwmon/sch5627
11787 F:      drivers/hwmon/sch5627.c
11788
11789 SMSC47B397 HARDWARE MONITOR DRIVER
11790 M:      Jean Delvare <[email protected]>
11791 L:      [email protected]
11792 S:      Maintained
11793 F:      Documentation/hwmon/smsc47b397
11794 F:      drivers/hwmon/smsc47b397.c
11795
11796 SMSC911x ETHERNET DRIVER
11797 M:      Steve Glendinning <[email protected]>
11798 L:      [email protected]
11799 S:      Maintained
11800 F:      include/linux/smsc911x.h
11801 F:      drivers/net/ethernet/smsc/smsc911x.*
11802
11803 SMSC9420 PCI ETHERNET DRIVER
11804 M:      Steve Glendinning <[email protected]>
11805 L:      [email protected]
11806 S:      Maintained
11807 F:      drivers/net/ethernet/smsc/smsc9420.*
11808
11809 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
11810 M:      Steve Glendinning <[email protected]>
11811 L:      [email protected]
11812 S:      Maintained
11813 F:      drivers/video/fbdev/smscufx.c
11814
11815 SOC-CAMERA V4L2 SUBSYSTEM
11816 M:      Guennadi Liakhovetski <[email protected]>
11817 L:      [email protected]
11818 T:      git git://linuxtv.org/media_tree.git
11819 S:      Maintained
11820 F:      include/media/soc*
11821 F:      drivers/media/i2c/soc_camera/
11822 F:      drivers/media/platform/soc_camera/
11823
11824 SOEKRIS NET48XX LED SUPPORT
11825 M:      Chris Boot <[email protected]>
11826 S:      Maintained
11827 F:      drivers/leds/leds-net48xx.c
11828
11829 SOFTLOGIC 6x10 MPEG CODEC
11830 M:      Bluecherry Maintainers <[email protected]>
11831 M:      Andrey Utkin <[email protected]>
11832 M:      Andrey Utkin <[email protected]>
11833 M:      Ismael Luceno <[email protected]>
11834 L:      [email protected]
11835 S:      Supported
11836 F:      drivers/media/pci/solo6x10/
11837
11838 SOFTWARE RAID (Multiple Disks) SUPPORT
11839 M:      Shaohua Li <[email protected]>
11840 L:      [email protected]
11841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
11842 S:      Supported
11843 F:      drivers/md/
11844 F:      include/linux/raid/
11845 F:      include/uapi/linux/raid/
11846
11847 SONIC NETWORK DRIVER
11848 M:      Thomas Bogendoerfer <[email protected]>
11849 L:      [email protected]
11850 S:      Maintained
11851 F:      drivers/net/ethernet/natsemi/sonic.*
11852
11853 SONICS SILICON BACKPLANE DRIVER (SSB)
11854 M:      Michael Buesch <[email protected]>
11855 L:      [email protected]
11856 S:      Maintained
11857 F:      drivers/ssb/
11858 F:      include/linux/ssb/
11859
11860 SONY VAIO CONTROL DEVICE DRIVER
11861 M:      Mattia Dongili <[email protected]>
11862 L:      [email protected]
11863 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
11864 S:      Maintained
11865 F:      Documentation/laptops/sony-laptop.txt
11866 F:      drivers/char/sonypi.c
11867 F:      drivers/platform/x86/sony-laptop.c
11868 F:      include/linux/sony-laptop.h
11869
11870 SONY MEMORYSTICK CARD SUPPORT
11871 M:      Alex Dubov <[email protected]>
11872 W:      http://tifmxx.berlios.de/
11873 S:      Maintained
11874 F:      drivers/memstick/host/tifm_ms.c
11875
11876 SONY MEMORYSTICK STANDARD SUPPORT
11877 M:      Maxim Levitsky <[email protected]>
11878 S:      Maintained
11879 F:      drivers/memstick/core/ms_block.*
11880
11881 SOUND
11882 M:      Jaroslav Kysela <[email protected]>
11883 M:      Takashi Iwai <[email protected]>
11884 L:      [email protected] (moderated for non-subscribers)
11885 W:      http://www.alsa-project.org/
11886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11887 T:      git git://git.alsa-project.org/alsa-kernel.git
11888 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
11889 S:      Maintained
11890 F:      Documentation/sound/
11891 F:      include/sound/
11892 F:      include/uapi/sound/
11893 F:      sound/
11894
11895 SOUND - COMPRESSED AUDIO
11896 M:      Vinod Koul <[email protected]>
11897 L:      [email protected] (moderated for non-subscribers)
11898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
11899 S:      Supported
11900 F:      Documentation/sound/alsa/compress_offload.txt
11901 F:      include/sound/compress_driver.h
11902 F:      include/uapi/sound/compress_*
11903 F:      sound/core/compress_offload.c
11904 F:      sound/soc/soc-compress.c
11905
11906 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
11907 M:      Liam Girdwood <[email protected]>
11908 M:      Mark Brown <[email protected]>
11909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
11910 L:      [email protected] (moderated for non-subscribers)
11911 W:      http://alsa-project.org/main/index.php/ASoC
11912 S:      Supported
11913 F:      Documentation/devicetree/bindings/sound/
11914 F:      Documentation/sound/alsa/soc/
11915 F:      sound/soc/
11916 F:      include/sound/soc*
11917
11918 SOUND - DMAENGINE HELPERS
11919 M:      Lars-Peter Clausen <[email protected]>
11920 S:      Supported
11921 F:      include/sound/dmaengine_pcm.h
11922 F:      sound/core/pcm_dmaengine.c
11923 F:      sound/soc/soc-generic-dmaengine-pcm.c
11924
11925 SP2 MEDIA DRIVER
11926 M:      Olli Salonen <[email protected]>
11927 L:      [email protected]
11928 W:      https://linuxtv.org
11929 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11930 S:      Maintained
11931 F:      drivers/media/dvb-frontends/sp2*
11932
11933 SPARC + UltraSPARC (sparc/sparc64)
11934 M:      "David S. Miller" <[email protected]>
11935 L:      [email protected]
11936 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
11937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11939 S:      Maintained
11940 F:      arch/sparc/
11941 F:      drivers/sbus/
11942
11943 SPARC SERIAL DRIVERS
11944 M:      "David S. Miller" <[email protected]>
11945 L:      [email protected]
11946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
11947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
11948 S:      Maintained
11949 F:      include/linux/sunserialcore.h
11950 F:      drivers/tty/serial/suncore.c
11951 F:      drivers/tty/serial/sunhv.c
11952 F:      drivers/tty/serial/sunsab.c
11953 F:      drivers/tty/serial/sunsab.h
11954 F:      drivers/tty/serial/sunsu.c
11955 F:      drivers/tty/serial/sunzilog.c
11956 F:      drivers/tty/serial/sunzilog.h
11957
11958 SPARSE CHECKER
11959 M:      "Christopher Li" <[email protected]>
11960 L:      [email protected]
11961 W:      https://sparse.wiki.kernel.org/
11962 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
11963 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
11964 S:      Maintained
11965 F:      include/linux/compiler.h
11966
11967 SPEAR PLATFORM SUPPORT
11968 M:      Viresh Kumar <[email protected]>
11969 M:      Shiraz Hashim <[email protected]>
11970 L:      [email protected] (moderated for non-subscribers)
11971 W:      http://www.st.com/spear
11972 S:      Maintained
11973 F:      arch/arm/boot/dts/spear*
11974 F:      arch/arm/mach-spear/
11975
11976 SPEAR CLOCK FRAMEWORK SUPPORT
11977 M:      Viresh Kumar <[email protected]>
11978 L:      [email protected] (moderated for non-subscribers)
11979 W:      http://www.st.com/spear
11980 S:      Maintained
11981 F:      drivers/clk/spear/
11982
11983 SPI NOR SUBSYSTEM
11984 M:      Cyrille Pitchen <[email protected]>
11985 M:      Marek Vasut <[email protected]>
11986 L:      [email protected]
11987 W:      http://www.linux-mtd.infradead.org/
11988 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11989 T:      git git://github.com/spi-nor/linux.git
11990 S:      Maintained
11991 F:      drivers/mtd/spi-nor/
11992 F:      include/linux/mtd/spi-nor.h
11993
11994 SPI SUBSYSTEM
11995 M:      Mark Brown <[email protected]>
11996 L:      [email protected]
11997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
11998 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
11999 S:      Maintained
12000 F:      Documentation/devicetree/bindings/spi/
12001 F:      Documentation/spi/
12002 F:      drivers/spi/
12003 F:      include/linux/spi/
12004 F:      include/uapi/linux/spi/
12005 F:      tools/spi/
12006
12007 SPIDERNET NETWORK DRIVER for CELL
12008 M:      Ishizaki Kou <[email protected]>
12009 L:      [email protected]
12010 S:      Supported
12011 F:      Documentation/networking/spider_net.txt
12012 F:      drivers/net/ethernet/toshiba/spider_net*
12013
12014 SPU FILE SYSTEM
12015 M:      Jeremy Kerr <[email protected]>
12016 L:      [email protected]
12017 W:      http://www.ibm.com/developerworks/power/cell/
12018 S:      Supported
12019 F:      Documentation/filesystems/spufs.txt
12020 F:      arch/powerpc/platforms/cell/spufs/
12021
12022 SQUASHFS FILE SYSTEM
12023 M:      Phillip Lougher <[email protected]>
12024 L:      [email protected] (subscribers-only)
12025 W:      http://squashfs.org.uk
12026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12027 S:      Maintained
12028 F:      Documentation/filesystems/squashfs.txt
12029 F:      fs/squashfs/
12030
12031 SRM (Alpha) environment access
12032 M:      Jan-Benedict Glaw <[email protected]>
12033 S:      Maintained
12034 F:      arch/alpha/kernel/srm_env.c
12035
12036 STABLE BRANCH
12037 M:      Greg Kroah-Hartman <[email protected]>
12038 L:      [email protected]
12039 S:      Supported
12040 F:      Documentation/process/stable-kernel-rules.rst
12041
12042 STAGING SUBSYSTEM
12043 M:      Greg Kroah-Hartman <[email protected]>
12044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12045 L:      [email protected]
12046 S:      Supported
12047 F:      drivers/staging/
12048
12049 STAGING - COMEDI
12050 M:      Ian Abbott <[email protected]>
12051 M:      H Hartley Sweeten <[email protected]>
12052 S:      Odd Fixes
12053 F:      drivers/staging/comedi/
12054
12055 STAGING - FLARION FT1000 DRIVERS
12056 M:      Marek Belisko <[email protected]>
12057 S:      Odd Fixes
12058 F:      drivers/staging/ft1000/
12059
12060 STAGING - INDUSTRIAL IO
12061 M:      Jonathan Cameron <[email protected]>
12062 L:      [email protected]
12063 S:      Odd Fixes
12064 F:      Documentation/devicetree/bindings/staging/iio/
12065 F:      drivers/staging/iio/
12066
12067 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12068 M:      Jarod Wilson <[email protected]>
12069 W:      http://www.lirc.org/
12070 S:      Odd Fixes
12071 F:      drivers/staging/media/lirc/
12072
12073 STAGING - LUSTRE PARALLEL FILESYSTEM
12074 M:      Oleg Drokin <[email protected]>
12075 M:      Andreas Dilger <[email protected]>
12076 M:      James Simmons <[email protected]>
12077 L:      [email protected] (moderated for non-subscribers)
12078 W:      http://wiki.lustre.org/
12079 S:      Maintained
12080 F:      drivers/staging/lustre
12081
12082 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12083 M:      Marc Dietrich <[email protected]>
12084 L:      [email protected] (moderated for non-subscribers)
12085 L:      [email protected]
12086 S:      Maintained
12087 F:      drivers/staging/nvec/
12088
12089 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12090 M:      Jens Frederich <[email protected]>
12091 M:      Daniel Drake <[email protected]>
12092 M:      Jon Nettleton <[email protected]>
12093 W:      http://wiki.laptop.org/go/DCON
12094 S:      Maintained
12095 F:      drivers/staging/olpc_dcon/
12096
12097 STAGING - REALTEK RTL8712U DRIVERS
12098 M:      Larry Finger <[email protected]>
12099 M:      Florian Schilhabel <[email protected]>.
12100 S:      Odd Fixes
12101 F:      drivers/staging/rtl8712/
12102
12103 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12104 M:      Sudip Mukherjee <[email protected]>
12105 M:      Teddy Wang <[email protected]>
12106 M:      Sudip Mukherjee <[email protected]>
12107 L:      [email protected]
12108 S:      Maintained
12109 F:      drivers/staging/sm750fb/
12110
12111 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12112 M:      William Hubbs <[email protected]>
12113 M:      Chris Brannon <[email protected]>
12114 M:      Kirk Reiser <[email protected]>
12115 M:      Samuel Thibault <[email protected]>
12116 L:      [email protected]
12117 W:      http://www.linux-speakup.org/
12118 S:      Odd Fixes
12119 F:      drivers/staging/speakup/
12120
12121 STAGING - VIA VT665X DRIVERS
12122 M:      Forest Bond <[email protected]>
12123 S:      Odd Fixes
12124 F:      drivers/staging/vt665?/
12125
12126 STAGING - WILC1000 WIFI DRIVER
12127 M:      Aditya Shankar <[email protected]>
12128 M:      Ganesh Krishna <[email protected]>
12129 L:      [email protected]
12130 S:      Supported
12131 F:      drivers/staging/wilc1000/
12132
12133 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12134 M:      Arnaud Patard <[email protected]>
12135 S:      Odd Fixes
12136 F:      drivers/staging/xgifb/
12137
12138 STARFIRE/DURALAN NETWORK DRIVER
12139 M:      Ion Badulescu <[email protected]>
12140 S:      Odd Fixes
12141 F:      drivers/net/ethernet/adaptec/starfire*
12142
12143 SUN3/3X
12144 M:      Sam Creasey <[email protected]>
12145 W:      http://sammy.net/sun3/
12146 S:      Maintained
12147 F:      arch/m68k/kernel/*sun3*
12148 F:      arch/m68k/sun3*/
12149 F:      arch/m68k/include/asm/sun3*
12150 F:      drivers/net/ethernet/i825xx/sun3*
12151
12152 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12153 M:      Hans de Goede <[email protected]>
12154 L:      [email protected]
12155 S:      Maintained
12156 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12157 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12158
12159 SUNDANCE NETWORK DRIVER
12160 M:      Denis Kirjanov <[email protected]>
12161 L:      [email protected]
12162 S:      Maintained
12163 F:      drivers/net/ethernet/dlink/sundance.c
12164
12165 SUPERH
12166 M:      Yoshinori Sato <[email protected]>
12167 M:      Rich Felker <[email protected]>
12168 L:      [email protected]
12169 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12170 S:      Maintained
12171 F:      Documentation/sh/
12172 F:      arch/sh/
12173 F:      drivers/sh/
12174
12175 SUSPEND TO RAM
12176 M:      "Rafael J. Wysocki" <[email protected]>
12177 M:      Len Brown <[email protected]>
12178 M:      Pavel Machek <[email protected]>
12179 L:      [email protected]
12180 B:      https://bugzilla.kernel.org
12181 S:      Supported
12182 F:      Documentation/power/
12183 F:      arch/x86/kernel/acpi/
12184 F:      drivers/base/power/
12185 F:      kernel/power/
12186 F:      include/linux/suspend.h
12187 F:      include/linux/freezer.h
12188 F:      include/linux/pm.h
12189
12190 SVGA HANDLING
12191 M:      Martin Mares <[email protected]>
12192 L:      [email protected]
12193 S:      Maintained
12194 F:      Documentation/svga.txt
12195 F:      arch/x86/boot/video*
12196
12197 SWIOTLB SUBSYSTEM
12198 M:      Konrad Rzeszutek Wilk <[email protected]>
12199 L:      [email protected]
12200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12201 S:      Supported
12202 F:      lib/swiotlb.c
12203 F:      arch/*/kernel/pci-swiotlb.c
12204 F:      include/linux/swiotlb.h
12205
12206 SWITCHDEV
12207 M:      Jiri Pirko <[email protected]>
12208 M:      Ivan Vecera <[email protected]>
12209 L:      [email protected]
12210 S:      Supported
12211 F:      net/switchdev/
12212 F:      include/net/switchdev.h
12213
12214 SYNOPSYS ARC ARCHITECTURE
12215 M:      Vineet Gupta <[email protected]>
12216 L:      [email protected]
12217 S:      Supported
12218 F:      arch/arc/
12219 F:      Documentation/devicetree/bindings/arc/*
12220 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12221 F:      drivers/clocksource/arc_timer.c
12222 F:      drivers/tty/serial/arc_uart.c
12223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12224
12225 SYNOPSYS ARC SDP platform support
12226 M:      Alexey Brodkin <[email protected]>
12227 S:      Supported
12228 F:      arch/arc/plat-axs10x
12229 F:      arch/arc/boot/dts/ax*
12230 F:      Documentation/devicetree/bindings/arc/axs10*
12231
12232 SYSTEM CONFIGURATION (SYSCON)
12233 M:      Lee Jones <[email protected]>
12234 M:      Arnd Bergmann <[email protected]>
12235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12236 S:      Supported
12237 F:      drivers/mfd/syscon.c
12238
12239 SYSTEM RESET/SHUTDOWN DRIVERS
12240 M:      Sebastian Reichel <[email protected]>
12241 L:      [email protected]
12242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12243 S:      Maintained
12244 F:      Documentation/devicetree/bindings/power/reset/
12245 F:      drivers/power/reset/
12246
12247 SYSV FILESYSTEM
12248 M:      Christoph Hellwig <[email protected]>
12249 S:      Maintained
12250 F:      Documentation/filesystems/sysv-fs.txt
12251 F:      fs/sysv/
12252 F:      include/linux/sysv_fs.h
12253
12254 TARGET SUBSYSTEM
12255 M:      "Nicholas A. Bellinger" <[email protected]>
12256 L:      [email protected]
12257 L:      [email protected]
12258 W:      http://www.linux-iscsi.org
12259 W:      http://groups.google.com/group/linux-iscsi-target-dev
12260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12261 S:      Supported
12262 F:      drivers/target/
12263 F:      include/target/
12264 F:      Documentation/target/
12265
12266 TASKSTATS STATISTICS INTERFACE
12267 M:      Balbir Singh <[email protected]>
12268 S:      Maintained
12269 F:      Documentation/accounting/taskstats*
12270 F:      include/linux/taskstats*
12271 F:      kernel/taskstats.c
12272
12273 TC subsystem
12274 M:      Jamal Hadi Salim <[email protected]>
12275 M:      Cong Wang <[email protected]>
12276 M:      Jiri Pirko <[email protected]>
12277 L:      [email protected]
12278 S:      Maintained
12279 F:      include/net/pkt_cls.h
12280 F:      include/net/pkt_sched.h
12281 F:      include/net/tc_act/
12282 F:      include/uapi/linux/pkt_cls.h
12283 F:      include/uapi/linux/pkt_sched.h
12284 F:      include/uapi/linux/tc_act/
12285 F:      include/uapi/linux/tc_ematch/
12286 F:      net/sched/
12287
12288 TCP LOW PRIORITY MODULE
12289 M:      "Wong Hoi Sing, Edison" <[email protected]>
12290 M:      "Hung Hing Lun, Mike" <[email protected]>
12291 W:      http://tcp-lp-mod.sourceforge.net/
12292 S:      Maintained
12293 F:      net/ipv4/tcp_lp.c
12294
12295 TDA10071 MEDIA DRIVER
12296 M:      Antti Palosaari <[email protected]>
12297 L:      [email protected]
12298 W:      https://linuxtv.org
12299 W:      http://palosaari.fi/linux/
12300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12301 T:      git git://linuxtv.org/anttip/media_tree.git
12302 S:      Maintained
12303 F:      drivers/media/dvb-frontends/tda10071*
12304
12305 TDA18212 MEDIA DRIVER
12306 M:      Antti Palosaari <[email protected]>
12307 L:      [email protected]
12308 W:      https://linuxtv.org
12309 W:      http://palosaari.fi/linux/
12310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12311 T:      git git://linuxtv.org/anttip/media_tree.git
12312 S:      Maintained
12313 F:      drivers/media/tuners/tda18212*
12314
12315 TDA18218 MEDIA DRIVER
12316 M:      Antti Palosaari <[email protected]>
12317 L:      [email protected]
12318 W:      https://linuxtv.org
12319 W:      http://palosaari.fi/linux/
12320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12321 T:      git git://linuxtv.org/anttip/media_tree.git
12322 S:      Maintained
12323 F:      drivers/media/tuners/tda18218*
12324
12325 TDA18271 MEDIA DRIVER
12326 M:      Michael Krufky <[email protected]>
12327 L:      [email protected]
12328 W:      https://linuxtv.org
12329 W:      http://github.com/mkrufky
12330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12331 T:      git git://linuxtv.org/mkrufky/tuners.git
12332 S:      Maintained
12333 F:      drivers/media/tuners/tda18271*
12334
12335 TDA827x MEDIA DRIVER
12336 M:      Michael Krufky <[email protected]>
12337 L:      [email protected]
12338 W:      https://linuxtv.org
12339 W:      http://github.com/mkrufky
12340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12341 T:      git git://linuxtv.org/mkrufky/tuners.git
12342 S:      Maintained
12343 F:      drivers/media/tuners/tda8290.*
12344
12345 TDA8290 MEDIA DRIVER
12346 M:      Michael Krufky <[email protected]>
12347 L:      [email protected]
12348 W:      https://linuxtv.org
12349 W:      http://github.com/mkrufky
12350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12351 T:      git git://linuxtv.org/mkrufky/tuners.git
12352 S:      Maintained
12353 F:      drivers/media/tuners/tda8290.*
12354
12355 TDA9840 MEDIA DRIVER
12356 M:      Hans Verkuil <[email protected]>
12357 L:      [email protected]
12358 T:      git git://linuxtv.org/media_tree.git
12359 W:      https://linuxtv.org
12360 S:      Maintained
12361 F:      drivers/media/i2c/tda9840*
12362
12363 TEA5761 TUNER DRIVER
12364 M:      Mauro Carvalho Chehab <[email protected]>
12365 M:      Mauro Carvalho Chehab <[email protected]>
12366 L:      [email protected]
12367 W:      https://linuxtv.org
12368 T:      git git://linuxtv.org/media_tree.git
12369 S:      Odd fixes
12370 F:      drivers/media/tuners/tea5761.*
12371
12372 TEA5767 TUNER DRIVER
12373 M:      Mauro Carvalho Chehab <[email protected]>
12374 M:      Mauro Carvalho Chehab <[email protected]>
12375 L:      [email protected]
12376 W:      https://linuxtv.org
12377 T:      git git://linuxtv.org/media_tree.git
12378 S:      Maintained
12379 F:      drivers/media/tuners/tea5767.*
12380
12381 TEA6415C MEDIA DRIVER
12382 M:      Hans Verkuil <[email protected]>
12383 L:      [email protected]
12384 T:      git git://linuxtv.org/media_tree.git
12385 W:      https://linuxtv.org
12386 S:      Maintained
12387 F:      drivers/media/i2c/tea6415c*
12388
12389 TEA6420 MEDIA DRIVER
12390 M:      Hans Verkuil <[email protected]>
12391 L:      [email protected]
12392 T:      git git://linuxtv.org/media_tree.git
12393 W:      https://linuxtv.org
12394 S:      Maintained
12395 F:      drivers/media/i2c/tea6420*
12396
12397 TEAM DRIVER
12398 M:      Jiri Pirko <[email protected]>
12399 L:      [email protected]
12400 S:      Supported
12401 F:      drivers/net/team/
12402 F:      include/linux/if_team.h
12403 F:      include/uapi/linux/if_team.h
12404
12405 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
12406 M:      "Savoir-faire Linux Inc." <[email protected]>
12407 S:      Maintained
12408 F:      arch/x86/platform/ts5500/
12409
12410 TECHNOTREND USB IR RECEIVER
12411 M:      Sean Young <[email protected]>
12412 L:      [email protected]
12413 S:      Maintained
12414 F:      drivers/media/rc/ttusbir.c
12415
12416 TEGRA ARCHITECTURE SUPPORT
12417 M:      Stephen Warren <[email protected]>
12418 M:      Thierry Reding <[email protected]>
12419 M:      Alexandre Courbot <[email protected]>
12420 L:      [email protected]
12421 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
12422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
12423 S:      Supported
12424 N:      [^a-z]tegra
12425
12426 TEGRA CLOCK DRIVER
12427 M:      Peter De Schrijver <[email protected]>
12428 M:      Prashant Gaikwad <[email protected]>
12429 S:      Supported
12430 F:      drivers/clk/tegra/
12431
12432 TEGRA DMA DRIVERS
12433 M:      Laxman Dewangan <[email protected]>
12434 M:      Jon Hunter <[email protected]>
12435 S:      Supported
12436 F:      drivers/dma/tegra*
12437
12438 TEGRA I2C DRIVER
12439 M:      Laxman Dewangan <[email protected]>
12440 S:      Supported
12441 F:      drivers/i2c/busses/i2c-tegra.c
12442
12443 TEGRA IOMMU DRIVERS
12444 M:      Hiroshi Doyu <[email protected]>
12445 S:      Supported
12446 F:      drivers/iommu/tegra*
12447
12448 TEGRA KBC DRIVER
12449 M:      Rakesh Iyer <[email protected]>
12450 M:      Laxman Dewangan <[email protected]>
12451 S:      Supported
12452 F:      drivers/input/keyboard/tegra-kbc.c
12453
12454 TEGRA PWM DRIVER
12455 M:      Thierry Reding <[email protected]>
12456 S:      Supported
12457 F:      drivers/pwm/pwm-tegra.c
12458
12459 TEGRA SERIAL DRIVER
12460 M:      Laxman Dewangan <[email protected]>
12461 S:      Supported
12462 F:      drivers/tty/serial/serial-tegra.c
12463
12464 TEGRA SPI DRIVER
12465 M:      Laxman Dewangan <[email protected]>
12466 S:      Supported
12467 F:      drivers/spi/spi-tegra*
12468
12469 TEHUTI ETHERNET DRIVER
12470 M:      Andy Gospodarek <[email protected]>
12471 L:      [email protected]
12472 S:      Supported
12473 F:      drivers/net/ethernet/tehuti/*
12474
12475 Telecom Clock Driver for MCPL0010
12476 M:      Mark Gross <[email protected]>
12477 S:      Supported
12478 F:      drivers/char/tlclk.c
12479
12480 TENSILICA XTENSA PORT (xtensa)
12481 M:      Chris Zankel <[email protected]>
12482 M:      Max Filippov <[email protected]>
12483 L:      [email protected]
12484 T:      git git://github.com/czankel/xtensa-linux.git
12485 S:      Maintained
12486 F:      arch/xtensa/
12487 F:      drivers/irqchip/irq-xtensa-*
12488
12489 Texas Instruments' System Control Interface (TISCI) Protocol Driver
12490 M:      Nishanth Menon <[email protected]>
12491 M:      Tero Kristo <[email protected]>
12492 M:      Santosh Shilimkar <[email protected]>
12493 L:      [email protected]
12494 S:      Maintained
12495 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12496 F:      drivers/firmware/ti_sci*
12497 F:      include/linux/soc/ti/ti_sci_protocol.h
12498
12499 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
12500 M:      Hans Verkuil <[email protected]>
12501 L:      [email protected]
12502 T:      git git://linuxtv.org/media_tree.git
12503 W:      https://linuxtv.org
12504 S:      Maintained
12505 F:      drivers/media/radio/radio-raremono.c
12506
12507 THERMAL
12508 M:      Zhang Rui <[email protected]>
12509 M:      Eduardo Valentin <[email protected]>
12510 L:      [email protected]
12511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
12512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
12513 Q:      https://patchwork.kernel.org/project/linux-pm/list/
12514 S:      Supported
12515 F:      drivers/thermal/
12516 F:      include/linux/thermal.h
12517 F:      include/uapi/linux/thermal.h
12518 F:      include/linux/cpu_cooling.h
12519 F:      Documentation/devicetree/bindings/thermal/
12520
12521 THERMAL/CPU_COOLING
12522 M:      Amit Daniel Kachhap <[email protected]>
12523 M:      Viresh Kumar <[email protected]>
12524 M:      Javi Merino <[email protected]>
12525 L:      [email protected]
12526 S:      Supported
12527 F:      Documentation/thermal/cpu-cooling-api.txt
12528 F:      drivers/thermal/cpu_cooling.c
12529 F:      include/linux/cpu_cooling.h
12530
12531 THINKPAD ACPI EXTRAS DRIVER
12532 M:      Henrique de Moraes Holschuh <[email protected]>
12533 L:      [email protected]
12534 L:      [email protected]
12535 W:      http://ibm-acpi.sourceforge.net
12536 W:      http://thinkwiki.org/wiki/Ibm-acpi
12537 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
12538 S:      Maintained
12539 F:      drivers/platform/x86/thinkpad_acpi.c
12540
12541 TI BANDGAP AND THERMAL DRIVER
12542 M:      Eduardo Valentin <[email protected]>
12543 M:      Keerthy <[email protected]>
12544 L:      [email protected]
12545 L:      [email protected]
12546 S:      Maintained
12547 F:      drivers/thermal/ti-soc-thermal/
12548
12549 TI VPE/CAL DRIVERS
12550 M:      Benoit Parrot <[email protected]>
12551 L:      [email protected]
12552 W:      http://linuxtv.org/
12553 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12554 S:      Maintained
12555 F:      drivers/media/platform/ti-vpe/
12556
12557 TI CDCE706 CLOCK DRIVER
12558 M:      Max Filippov <[email protected]>
12559 S:      Maintained
12560 F:      drivers/clk/clk-cdce706.c
12561
12562 TI CLOCK DRIVER
12563 M:      Tero Kristo <[email protected]>
12564 L:      [email protected]
12565 S:      Maintained
12566 F:      drivers/clk/ti/
12567 F:      include/linux/clk/ti.h
12568
12569 TI ETHERNET SWITCH DRIVER (CPSW)
12570 R:      Grygorii Strashko <[email protected]>
12571 L:      [email protected]
12572 L:      [email protected]
12573 S:      Maintained
12574 F:      drivers/net/ethernet/ti/cpsw*
12575 F:      drivers/net/ethernet/ti/davinci*
12576
12577 TI FLASH MEDIA INTERFACE DRIVER
12578 M:      Alex Dubov <[email protected]>
12579 S:      Maintained
12580 F:      drivers/misc/tifm*
12581 F:      drivers/mmc/host/tifm_sd.c
12582 F:      include/linux/tifm.h
12583
12584 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
12585 M:      Santosh Shilimkar <[email protected]>
12586 L:      [email protected]
12587 L:      [email protected] (moderated for non-subscribers)
12588 S:      Maintained
12589 F:      drivers/soc/ti/*
12590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
12591
12592
12593 TI LM49xxx FAMILY ASoC CODEC DRIVERS
12594 M:      M R Swami Reddy <[email protected]>
12595 M:      Vishwas A Deshpande <[email protected]>
12596 L:      [email protected] (moderated for non-subscribers)
12597 S:      Maintained
12598 F:      sound/soc/codecs/lm49453*
12599 F:      sound/soc/codecs/isabelle*
12600
12601 TI LP855x BACKLIGHT DRIVER
12602 M:      Milo Kim <[email protected]>
12603 S:      Maintained
12604 F:      Documentation/backlight/lp855x-driver.txt
12605 F:      drivers/video/backlight/lp855x_bl.c
12606 F:      include/linux/platform_data/lp855x.h
12607
12608 TI LP8727 CHARGER DRIVER
12609 M:      Milo Kim <[email protected]>
12610 S:      Maintained
12611 F:      drivers/power/supply/lp8727_charger.c
12612 F:      include/linux/platform_data/lp8727.h
12613
12614 TI LP8788 MFD DRIVER
12615 M:      Milo Kim <[email protected]>
12616 S:      Maintained
12617 F:      drivers/iio/adc/lp8788_adc.c
12618 F:      drivers/leds/leds-lp8788.c
12619 F:      drivers/mfd/lp8788*.c
12620 F:      drivers/power/supply/lp8788-charger.c
12621 F:      drivers/regulator/lp8788-*.c
12622 F:      include/linux/mfd/lp8788*.h
12623
12624 TI NETCP ETHERNET DRIVER
12625 M:      Wingman Kwok <[email protected]>
12626 M:      Murali Karicheri <[email protected]>
12627 L:      [email protected]
12628 S:      Maintained
12629 F:      drivers/net/ethernet/ti/netcp*
12630
12631 TI TAS571X FAMILY ASoC CODEC DRIVER
12632 M:      Kevin Cernekee <[email protected]>
12633 L:      [email protected] (moderated for non-subscribers)
12634 S:      Odd Fixes
12635 F:      sound/soc/codecs/tas571x*
12636
12637 TI TWL4030 SERIES SOC CODEC DRIVER
12638 M:      Peter Ujfalusi <[email protected]>
12639 L:      [email protected] (moderated for non-subscribers)
12640 S:      Maintained
12641 F:      sound/soc/codecs/twl4030*
12642
12643 TI WILINK WIRELESS DRIVERS
12644 L:      [email protected]
12645 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
12646 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
12647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
12648 S:      Orphan
12649 F:      drivers/net/wireless/ti/
12650 F:      include/linux/wl12xx.h
12651
12652 TIPC NETWORK LAYER
12653 M:      Jon Maloy <[email protected]>
12654 M:      Ying Xue <[email protected]>
12655 L:      [email protected] (core kernel code)
12656 L:      [email protected] (user apps, general discussion)
12657 W:      http://tipc.sourceforge.net/
12658 S:      Maintained
12659 F:      include/uapi/linux/tipc*.h
12660 F:      net/tipc/
12661
12662 TILE ARCHITECTURE
12663 M:      Chris Metcalf <[email protected]>
12664 W:      http://www.mellanox.com/repository/solutions/tile-scm/
12665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
12666 S:      Supported
12667 F:      arch/tile/
12668 F:      drivers/char/tile-srom.c
12669 F:      drivers/edac/tile_edac.c
12670 F:      drivers/net/ethernet/tile/
12671 F:      drivers/rtc/rtc-tile.c
12672 F:      drivers/tty/hvc/hvc_tile.c
12673 F:      drivers/tty/serial/tilegx.c
12674 F:      drivers/usb/host/*-tilegx.c
12675 F:      include/linux/usb/tilegx.h
12676
12677 TLAN NETWORK DRIVER
12678 M:      Samuel Chessman <[email protected]>
12679 L:      [email protected] (subscribers-only)
12680 W:      http://sourceforge.net/projects/tlan/
12681 S:      Maintained
12682 F:      Documentation/networking/tlan.txt
12683 F:      drivers/net/ethernet/ti/tlan.*
12684
12685 TOMOYO SECURITY MODULE
12686 M:      Kentaro Takeda <[email protected]>
12687 M:      Tetsuo Handa <[email protected]>
12688 L:      [email protected] (subscribers-only, for developers in English)
12689 L:      [email protected] (subscribers-only, for users in English)
12690 L:      [email protected] (subscribers-only, for developers in Japanese)
12691 L:      [email protected] (subscribers-only, for users in Japanese)
12692 W:      http://tomoyo.sourceforge.jp/
12693 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
12694 S:      Maintained
12695 F:      security/tomoyo/
12696
12697 TOPSTAR LAPTOP EXTRAS DRIVER
12698 M:      Herton Ronaldo Krzesinski <[email protected]>
12699 L:      [email protected]
12700 S:      Maintained
12701 F:      drivers/platform/x86/topstar-laptop.c
12702
12703 TOSHIBA ACPI EXTRAS DRIVER
12704 M:      Azael Avalos <[email protected]>
12705 L:      [email protected]
12706 S:      Maintained
12707 F:      drivers/platform/x86/toshiba_acpi.c
12708
12709 TOSHIBA BLUETOOTH DRIVER
12710 M:      Azael Avalos <[email protected]>
12711 L:      [email protected]
12712 S:      Maintained
12713 F:      drivers/platform/x86/toshiba_bluetooth.c
12714
12715 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
12716 M:      Azael Avalos <[email protected]>
12717 L:      [email protected]
12718 S:      Maintained
12719 F:      drivers/platform/x86/toshiba_haps.c
12720
12721 TOSHIBA WMI HOTKEYS DRIVER
12722 M:      Azael Avalos <[email protected]>
12723 L:      [email protected]
12724 S:      Maintained
12725 F:      drivers/platform/x86/toshiba-wmi.c
12726
12727 TOSHIBA SMM DRIVER
12728 M:      Jonathan Buzzard <[email protected]>
12729 W:      http://www.buzzard.org.uk/toshiba/
12730 S:      Maintained
12731 F:      drivers/char/toshiba.c
12732 F:      include/linux/toshiba.h
12733 F:      include/uapi/linux/toshiba.h
12734
12735 TOSHIBA TC358743 DRIVER
12736 M:      Mats Randgaard <[email protected]>
12737 L:      [email protected]
12738 S:      Maintained
12739 F:      drivers/media/i2c/tc358743*
12740 F:      include/media/i2c/tc358743.h
12741
12742 TMIO/SDHI MMC DRIVER
12743 M:      Wolfram Sang <[email protected]>
12744 L:      [email protected]
12745 S:      Supported
12746 F:      drivers/mmc/host/tmio_mmc*
12747 F:      drivers/mmc/host/sh_mobile_sdhi.c
12748 F:      include/linux/mfd/tmio.h
12749
12750 TMP401 HARDWARE MONITOR DRIVER
12751 M:      Guenter Roeck <[email protected]>
12752 L:      [email protected]
12753 S:      Maintained
12754 F:      Documentation/hwmon/tmp401
12755 F:      drivers/hwmon/tmp401.c
12756
12757 TMPFS (SHMEM FILESYSTEM)
12758 M:      Hugh Dickins <[email protected]>
12759 L:      [email protected]
12760 S:      Maintained
12761 F:      include/linux/shmem_fs.h
12762 F:      mm/shmem.c
12763
12764 TM6000 VIDEO4LINUX DRIVER
12765 M:      Mauro Carvalho Chehab <[email protected]>
12766 M:      Mauro Carvalho Chehab <[email protected]>
12767 L:      [email protected]
12768 W:      https://linuxtv.org
12769 T:      git git://linuxtv.org/media_tree.git
12770 S:      Odd fixes
12771 F:      drivers/media/usb/tm6000/
12772 F:      Documentation/media/v4l-drivers/tm6000*
12773
12774 TW5864 VIDEO4LINUX DRIVER
12775 M:      Bluecherry Maintainers <[email protected]>
12776 M:      Andrey Utkin <[email protected]>
12777 M:      Andrey Utkin <[email protected]>
12778 L:      [email protected]
12779 S:      Supported
12780 F:      drivers/media/pci/tw5864/
12781
12782 TW68 VIDEO4LINUX DRIVER
12783 M:      Hans Verkuil <[email protected]>
12784 L:      [email protected]
12785 T:      git git://linuxtv.org/media_tree.git
12786 W:      https://linuxtv.org
12787 S:      Odd Fixes
12788 F:      drivers/media/pci/tw68/
12789
12790 TW686X VIDEO4LINUX DRIVER
12791 M:      Ezequiel Garcia <[email protected]>
12792 L:      [email protected]
12793 T:      git git://linuxtv.org/media_tree.git
12794 W:      http://linuxtv.org
12795 S:      Maintained
12796 F:      drivers/media/pci/tw686x/
12797
12798 TPM DEVICE DRIVER
12799 M:      Peter Huewe <[email protected]>
12800 M:      Marcel Selhorst <[email protected]>
12801 M:      Jarkko Sakkinen <[email protected]>
12802 R:      Jason Gunthorpe <[email protected]>
12803 W:      http://tpmdd.sourceforge.net
12804 L:      [email protected] (moderated for non-subscribers)
12805 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
12806 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
12807 S:      Maintained
12808 F:      drivers/char/tpm/
12809
12810 TPM IBM_VTPM DEVICE DRIVER
12811 M:      Ashley Lai <[email protected]>
12812 W:      http://tpmdd.sourceforge.net
12813 L:      [email protected] (moderated for non-subscribers)
12814 S:      Maintained
12815 F:      drivers/char/tpm/tpm_ibmvtpm*
12816
12817 TRACING
12818 M:      Steven Rostedt <[email protected]>
12819 M:      Ingo Molnar <[email protected]>
12820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12821 S:      Maintained
12822 F:      Documentation/trace/ftrace.txt
12823 F:      arch/*/*/*/ftrace.h
12824 F:      arch/*/kernel/ftrace.c
12825 F:      include/*/ftrace.h
12826 F:      include/linux/trace*.h
12827 F:      include/trace/
12828 F:      kernel/trace/
12829 F:      tools/testing/selftests/ftrace/
12830
12831 TRACING MMIO ACCESSES (MMIOTRACE)
12832 M:      Steven Rostedt <[email protected]>
12833 M:      Ingo Molnar <[email protected]>
12834 R:      Karol Herbst <[email protected]>
12835 R:      Pekka Paalanen <[email protected]>
12836 S:      Maintained
12837 L:      [email protected]
12838 L:      [email protected]
12839 F:      kernel/trace/trace_mmiotrace.c
12840 F:      include/linux/mmiotrace.h
12841 F:      arch/x86/mm/kmmio.c
12842 F:      arch/x86/mm/mmio-mod.c
12843 F:      arch/x86/mm/testmmiotrace.c
12844
12845 TRIVIAL PATCHES
12846 M:      Jiri Kosina <[email protected]>
12847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
12848 S:      Maintained
12849 K:      ^Subject:.*(?i)trivial
12850
12851 TTY LAYER
12852 M:      Greg Kroah-Hartman <[email protected]>
12853 M:      Jiri Slaby <[email protected]>
12854 S:      Supported
12855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
12856 F:      Documentation/serial/
12857 F:      drivers/tty/
12858 F:      drivers/tty/serial/serial_core.c
12859 F:      include/linux/serial_core.h
12860 F:      include/linux/serial.h
12861 F:      include/linux/tty.h
12862 F:      include/uapi/linux/serial_core.h
12863 F:      include/uapi/linux/serial.h
12864 F:      include/uapi/linux/tty.h
12865
12866 TUA9001 MEDIA DRIVER
12867 M:      Antti Palosaari <[email protected]>
12868 L:      [email protected]
12869 W:      https://linuxtv.org
12870 W:      http://palosaari.fi/linux/
12871 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12872 T:      git git://linuxtv.org/anttip/media_tree.git
12873 S:      Maintained
12874 F:      drivers/media/tuners/tua9001*
12875
12876 TULIP NETWORK DRIVERS
12877 L:      [email protected]
12878 L:      [email protected]
12879 S:      Orphan
12880 F:      drivers/net/ethernet/dec/tulip/
12881
12882 TUN/TAP driver
12883 M:      Maxim Krasnyansky <[email protected]>
12884 W:      http://vtun.sourceforge.net/tun
12885 S:      Maintained
12886 F:      Documentation/networking/tuntap.txt
12887 F:      arch/um/os-Linux/drivers/
12888
12889 TURBOCHANNEL SUBSYSTEM
12890 M:      "Maciej W. Rozycki" <[email protected]>
12891 M:      Ralf Baechle <[email protected]>
12892 L:      [email protected]
12893 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
12894 S:      Maintained
12895 F:      drivers/tc/
12896 F:      include/linux/tc.h
12897
12898 UBI FILE SYSTEM (UBIFS)
12899 M:      Richard Weinberger <[email protected]>
12900 M:      Artem Bityutskiy <[email protected]>
12901 M:      Adrian Hunter <[email protected]>
12902 L:      [email protected]
12903 T:      git git://git.infradead.org/ubifs-2.6.git
12904 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
12905 S:      Supported
12906 F:      Documentation/filesystems/ubifs.txt
12907 F:      fs/ubifs/
12908
12909 UCLINUX (M68KNOMMU AND COLDFIRE)
12910 M:      Greg Ungerer <[email protected]>
12911 W:      http://www.linux-m68k.org/
12912 W:      http://www.uclinux.org/
12913 L:      [email protected]
12914 L:      [email protected]  (subscribers-only)
12915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
12916 S:      Maintained
12917 F:      arch/m68k/coldfire/
12918 F:      arch/m68k/68*/
12919 F:      arch/m68k/*/*_no.*
12920 F:      arch/m68k/include/asm/*_no.*
12921
12922 UDF FILESYSTEM
12923 M:      Jan Kara <[email protected]>
12924 S:      Maintained
12925 F:      Documentation/filesystems/udf.txt
12926 F:      fs/udf/
12927
12928 UDRAW TABLET
12929 M:      Bastien Nocera <[email protected]>
12930 L:      [email protected]
12931 S:      Maintained
12932 F:      drivers/hid/hid-udraw.c
12933
12934 UFS FILESYSTEM
12935 M:      Evgeniy Dushistov <[email protected]>
12936 S:      Maintained
12937 F:      Documentation/filesystems/ufs.txt
12938 F:      fs/ufs/
12939
12940 UHID USERSPACE HID IO DRIVER:
12941 M:      David Herrmann <[email protected]>
12942 L:      [email protected]
12943 S:      Maintained
12944 F:      drivers/hid/uhid.c
12945 F:      include/uapi/linux/uhid.h
12946
12947 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
12948 L:      [email protected]
12949 S:      Orphan
12950 F:      drivers/uwb/
12951 F:      include/linux/uwb.h
12952 F:      include/linux/uwb/
12953
12954 UNICORE32 ARCHITECTURE:
12955 M:      Guan Xuetao <[email protected]>
12956 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12957 S:      Maintained
12958 T:      git git://github.com/gxt/linux.git
12959 F:      arch/unicore32/
12960
12961 UNIFDEF
12962 M:      Tony Finch <[email protected]>
12963 W:      http://dotat.at/prog/unifdef
12964 S:      Maintained
12965 F:      scripts/unifdef.c
12966
12967 UNIFORM CDROM DRIVER
12968 M:      Jens Axboe <[email protected]>
12969 W:      http://www.kernel.dk
12970 S:      Maintained
12971 F:      Documentation/cdrom/
12972 F:      drivers/cdrom/cdrom.c
12973 F:      include/linux/cdrom.h
12974 F:      include/uapi/linux/cdrom.h
12975
12976 UNISYS S-PAR DRIVERS
12977 M:      David Kershner <[email protected]>
12978 L:      [email protected] (Unisys internal)
12979 S:      Supported
12980 F:      drivers/staging/unisys/
12981
12982 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
12983 M:      Vinayak Holikatti <[email protected]>
12984 L:      [email protected]
12985 S:      Supported
12986 F:      Documentation/scsi/ufs.txt
12987 F:      drivers/scsi/ufs/
12988
12989 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
12990 M:      Manjunath M Bettegowda <[email protected]>
12991 M:      Prabu Thangamuthu <[email protected]>
12992 L:      [email protected]
12993 S:      Supported
12994 F:      drivers/scsi/ufs/*dwc*
12995
12996 UNSORTED BLOCK IMAGES (UBI)
12997 M:      Artem Bityutskiy <[email protected]>
12998 M:      Richard Weinberger <[email protected]>
12999 W:      http://www.linux-mtd.infradead.org/
13000 L:      [email protected]
13001 T:      git git://git.infradead.org/ubifs-2.6.git
13002 S:      Supported
13003 F:      drivers/mtd/ubi/
13004 F:      include/linux/mtd/ubi.h
13005 F:      include/uapi/mtd/ubi-user.h
13006
13007 USB ACM DRIVER
13008 M:      Oliver Neukum <[email protected]>
13009 L:      [email protected]
13010 S:      Maintained
13011 F:      Documentation/usb/acm.txt
13012 F:      drivers/usb/class/cdc-acm.*
13013
13014 USB AR5523 WIRELESS DRIVER
13015 M:      Pontus Fuchs <[email protected]>
13016 L:      [email protected]
13017 S:      Maintained
13018 F:      drivers/net/wireless/ath/ar5523/
13019
13020 USB ATTACHED SCSI
13021 M:      Oliver Neukum <[email protected]>
13022 L:      [email protected]
13023 L:      [email protected]
13024 S:      Maintained
13025 F:      drivers/usb/storage/uas.c
13026
13027 USB CDC ETHERNET DRIVER
13028 M:      Oliver Neukum <[email protected]>
13029 L:      [email protected]
13030 S:      Maintained
13031 F:      drivers/net/usb/cdc_*.c
13032 F:      include/uapi/linux/usb/cdc.h
13033
13034 USB CHAOSKEY DRIVER
13035 M:      Keith Packard <[email protected]>
13036 L:      [email protected]
13037 S:      Maintained
13038 F:      drivers/usb/misc/chaoskey.c
13039
13040 USB CYPRESS C67X00 DRIVER
13041 M:      Peter Korsgaard <[email protected]>
13042 L:      [email protected]
13043 S:      Maintained
13044 F:      drivers/usb/c67x00/
13045
13046 USB DAVICOM DM9601 DRIVER
13047 M:      Peter Korsgaard <[email protected]>
13048 L:      [email protected]
13049 W:      http://www.linux-usb.org/usbnet
13050 S:      Maintained
13051 F:      drivers/net/usb/dm9601.c
13052
13053 USB DIAMOND RIO500 DRIVER
13054 M:      Cesar Miquel <[email protected]>
13055 L:      [email protected]
13056 W:      http://rio500.sourceforge.net
13057 S:      Maintained
13058 F:      drivers/usb/misc/rio500*
13059
13060 USB EHCI DRIVER
13061 M:      Alan Stern <[email protected]>
13062 L:      [email protected]
13063 S:      Maintained
13064 F:      Documentation/usb/ehci.txt
13065 F:      drivers/usb/host/ehci*
13066
13067 USB GADGET/PERIPHERAL SUBSYSTEM
13068 M:      Felipe Balbi <[email protected]>
13069 L:      [email protected]
13070 W:      http://www.linux-usb.org/gadget
13071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13072 S:      Maintained
13073 F:      drivers/usb/gadget/
13074 F:      include/linux/usb/gadget*
13075
13076 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13077 M:      Jiri Kosina <[email protected]>
13078 R:      Benjamin Tissoires <[email protected]>
13079 L:      [email protected]
13080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13081 S:      Maintained
13082 F:      Documentation/hid/hiddev.txt
13083 F:      drivers/hid/usbhid/
13084
13085 USB ISP116X DRIVER
13086 M:      Olav Kongas <[email protected]>
13087 L:      [email protected]
13088 S:      Maintained
13089 F:      drivers/usb/host/isp116x*
13090 F:      include/linux/usb/isp116x.h
13091
13092 USB LAN78XX ETHERNET DRIVER
13093 M:      Woojung Huh <[email protected]>
13094 M:      Microchip Linux Driver Support <[email protected]>
13095 L:      [email protected]
13096 S:      Maintained
13097 F:      drivers/net/usb/lan78xx.*
13098
13099 USB MASS STORAGE DRIVER
13100 M:      Alan Stern <[email protected]>
13101 L:      [email protected]
13102 L:      [email protected]
13103 S:      Maintained
13104 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
13105 F:      drivers/usb/storage/
13106
13107 USB MIDI DRIVER
13108 M:      Clemens Ladisch <[email protected]>
13109 L:      [email protected] (moderated for non-subscribers)
13110 T:      git git://git.alsa-project.org/alsa-kernel.git
13111 S:      Maintained
13112 F:      sound/usb/midi.*
13113
13114 USB NETWORKING DRIVERS
13115 L:      [email protected]
13116 S:      Odd Fixes
13117 F:      drivers/net/usb/
13118
13119 USB OHCI DRIVER
13120 M:      Alan Stern <[email protected]>
13121 L:      [email protected]
13122 S:      Maintained
13123 F:      Documentation/usb/ohci.txt
13124 F:      drivers/usb/host/ohci*
13125
13126 USB OTG FSM (Finite State Machine)
13127 M:      Peter Chen <[email protected]>
13128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13129 L:      [email protected]
13130 S:      Maintained
13131 F:      drivers/usb/common/usb-otg-fsm.c
13132
13133 USB OVER IP DRIVER
13134 M:      Valentina Manea <[email protected]>
13135 M:      Shuah Khan <[email protected]>
13136 M:      Shuah Khan <[email protected]>
13137 L:      [email protected]
13138 S:      Maintained
13139 F:      Documentation/usb/usbip_protocol.txt
13140 F:      drivers/usb/usbip/
13141 F:      tools/usb/usbip/
13142
13143 USB PEGASUS DRIVER
13144 M:      Petko Manolov <[email protected]>
13145 L:      [email protected]
13146 L:      [email protected]
13147 T:      git git://github.com/petkan/pegasus.git
13148 W:      https://github.com/petkan/pegasus
13149 S:      Maintained
13150 F:      drivers/net/usb/pegasus.*
13151
13152 USB PHY LAYER
13153 M:      Felipe Balbi <[email protected]>
13154 L:      [email protected]
13155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13156 S:      Maintained
13157 F:      drivers/usb/phy/
13158
13159 USB PRINTER DRIVER (usblp)
13160 M:      Pete Zaitcev <[email protected]>
13161 L:      [email protected]
13162 S:      Supported
13163 F:      drivers/usb/class/usblp.c
13164
13165 USB QMI WWAN NETWORK DRIVER
13166 M:      Bjørn Mork <[email protected]>
13167 L:      [email protected]
13168 S:      Maintained
13169 F:      Documentation/ABI/testing/sysfs-class-net-qmi
13170 F:      drivers/net/usb/qmi_wwan.c
13171
13172 USB RTL8150 DRIVER
13173 M:      Petko Manolov <[email protected]>
13174 L:      [email protected]
13175 L:      [email protected]
13176 T:      git git://github.com/petkan/rtl8150.git
13177 W:      https://github.com/petkan/rtl8150
13178 S:      Maintained
13179 F:      drivers/net/usb/rtl8150.c
13180
13181 USB SERIAL SUBSYSTEM
13182 M:      Johan Hovold <[email protected]>
13183 L:      [email protected]
13184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
13185 S:      Maintained
13186 F:      Documentation/usb/usb-serial.txt
13187 F:      drivers/usb/serial/
13188 F:      include/linux/usb/serial.h
13189
13190 USB SMSC75XX ETHERNET DRIVER
13191 M:      Steve Glendinning <[email protected]>
13192 L:      [email protected]
13193 S:      Maintained
13194 F:      drivers/net/usb/smsc75xx.*
13195
13196 USB SMSC95XX ETHERNET DRIVER
13197 M:      Steve Glendinning <[email protected]>
13198 M:      Microchip Linux Driver Support <[email protected]>
13199 L:      [email protected]
13200 S:      Maintained
13201 F:      drivers/net/usb/smsc95xx.*
13202
13203 USB SUBSYSTEM
13204 M:      Greg Kroah-Hartman <[email protected]>
13205 L:      [email protected]
13206 W:      http://www.linux-usb.org
13207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
13208 S:      Supported
13209 F:      Documentation/devicetree/bindings/usb/
13210 F:      Documentation/usb/
13211 F:      drivers/usb/
13212 F:      include/linux/usb.h
13213 F:      include/linux/usb/
13214
13215 USB UHCI DRIVER
13216 M:      Alan Stern <[email protected]>
13217 L:      [email protected]
13218 S:      Maintained
13219 F:      drivers/usb/host/uhci*
13220
13221 USB "USBNET" DRIVER FRAMEWORK
13222 M:      Oliver Neukum <[email protected]>
13223 L:      [email protected]
13224 W:      http://www.linux-usb.org/usbnet
13225 S:      Maintained
13226 F:      drivers/net/usb/usbnet.c
13227 F:      include/linux/usb/usbnet.h
13228
13229 USB VIDEO CLASS
13230 M:      Laurent Pinchart <[email protected]>
13231 L:      [email protected] (subscribers-only)
13232 L:      [email protected]
13233 T:      git git://linuxtv.org/media_tree.git
13234 W:      http://www.ideasonboard.org/uvc/
13235 S:      Maintained
13236 F:      drivers/media/usb/uvc/
13237 F:      include/uapi/linux/uvcvideo.h
13238
13239 USB VISION DRIVER
13240 M:      Hans Verkuil <[email protected]>
13241 L:      [email protected]
13242 T:      git git://linuxtv.org/media_tree.git
13243 W:      https://linuxtv.org
13244 S:      Odd Fixes
13245 F:      drivers/media/usb/usbvision/
13246
13247 USB WEBCAM GADGET
13248 M:      Laurent Pinchart <[email protected]>
13249 L:      [email protected]
13250 S:      Maintained
13251 F:      drivers/usb/gadget/function/*uvc*
13252 F:      drivers/usb/gadget/legacy/webcam.c
13253
13254 USB WIRELESS RNDIS DRIVER (rndis_wlan)
13255 M:      Jussi Kivilinna <[email protected]>
13256 L:      [email protected]
13257 S:      Maintained
13258 F:      drivers/net/wireless/rndis_wlan.c
13259
13260 USB XHCI DRIVER
13261 M:      Mathias Nyman <[email protected]>
13262 L:      [email protected]
13263 S:      Supported
13264 F:      drivers/usb/host/xhci*
13265 F:      drivers/usb/host/pci-quirks*
13266
13267 USB ZD1201 DRIVER
13268 L:      [email protected]
13269 W:      http://linux-lc100020.sourceforge.net
13270 S:      Orphan
13271 F:      drivers/net/wireless/zydas/zd1201.*
13272
13273 USB ZR364XX DRIVER
13274 M:      Antoine Jacquet <[email protected]>
13275 L:      [email protected]
13276 L:      [email protected]
13277 T:      git git://linuxtv.org/media_tree.git
13278 W:      http://royale.zerezo.com/zr364xx/
13279 S:      Maintained
13280 F:      Documentation/media/v4l-drivers/zr364xx*
13281 F:      drivers/media/usb/zr364xx/
13282
13283 ULPI BUS
13284 M:      Heikki Krogerus <[email protected]>
13285 L:      [email protected]
13286 S:      Maintained
13287 F:      drivers/usb/common/ulpi.c
13288 F:      include/linux/ulpi/
13289
13290 USER-MODE LINUX (UML)
13291 M:      Jeff Dike <[email protected]>
13292 M:      Richard Weinberger <[email protected]>
13293 L:      [email protected]
13294 L:      [email protected]
13295 W:      http://user-mode-linux.sourceforge.net
13296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
13297 S:      Maintained
13298 F:      Documentation/virtual/uml/
13299 F:      arch/um/
13300 F:      arch/x86/um/
13301 F:      fs/hostfs/
13302 F:      fs/hppfs/
13303
13304 USERSPACE I/O (UIO)
13305 M:      Greg Kroah-Hartman <[email protected]>
13306 S:      Maintained
13307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
13308 F:      Documentation/driver-api/uio-howto.rst
13309 F:      drivers/uio/
13310 F:      include/linux/uio*.h
13311
13312 UTIL-LINUX PACKAGE
13313 M:      Karel Zak <[email protected]>
13314 L:      [email protected]
13315 W:      http://en.wikipedia.org/wiki/Util-linux
13316 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
13317 S:      Maintained
13318
13319 UVESAFB DRIVER
13320 M:      Michal Januszewski <[email protected]>
13321 L:      [email protected]
13322 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
13323 S:      Maintained
13324 F:      Documentation/fb/uvesafb.txt
13325 F:      drivers/video/fbdev/uvesafb.*
13326
13327 VF610 NAND DRIVER
13328 M:      Stefan Agner <[email protected]>
13329 L:      [email protected]
13330 S:      Supported
13331 F:      drivers/mtd/nand/vf610_nfc.c
13332
13333 VFAT/FAT/MSDOS FILESYSTEM
13334 M:      OGAWA Hirofumi <[email protected]>
13335 S:      Maintained
13336 F:      Documentation/filesystems/vfat.txt
13337 F:      fs/fat/
13338
13339 VFIO DRIVER
13340 M:      Alex Williamson <[email protected]>
13341 L:      [email protected]
13342 T:      git git://github.com/awilliam/linux-vfio.git
13343 S:      Maintained
13344 F:      Documentation/vfio.txt
13345 F:      drivers/vfio/
13346 F:      include/linux/vfio.h
13347 F:      include/uapi/linux/vfio.h
13348
13349 VFIO MEDIATED DEVICE DRIVERS
13350 M:      Kirti Wankhede <[email protected]>
13351 L:      [email protected]
13352 S:      Maintained
13353 F:      Documentation/vfio-mediated-device.txt
13354 F:      drivers/vfio/mdev/
13355 F:      include/linux/mdev.h
13356 F:      samples/vfio-mdev/
13357
13358 VFIO PLATFORM DRIVER
13359 M:      Baptiste Reynal <[email protected]>
13360 L:      [email protected]
13361 S:      Maintained
13362 F:      drivers/vfio/platform/
13363
13364 VIDEOBUF2 FRAMEWORK
13365 M:      Pawel Osciak <[email protected]>
13366 M:      Marek Szyprowski <[email protected]>
13367 M:      Kyungmin Park <[email protected]>
13368 L:      [email protected]
13369 S:      Maintained
13370 F:      drivers/media/v4l2-core/videobuf2-*
13371 F:      include/media/videobuf2-*
13372
13373 VIRTIO AND VHOST VSOCK DRIVER
13374 M:      Stefan Hajnoczi <[email protected]>
13375 L:      [email protected]
13376 L:      [email protected]
13377 L:      [email protected]
13378 S:      Maintained
13379 F:      include/linux/virtio_vsock.h
13380 F:      include/uapi/linux/virtio_vsock.h
13381 F:      include/uapi/linux/vsockmon.h
13382 F:      net/vmw_vsock/af_vsock_tap.c
13383 F:      net/vmw_vsock/virtio_transport_common.c
13384 F:      net/vmw_vsock/virtio_transport.c
13385 F:      drivers/net/vsockmon.c
13386 F:      drivers/vhost/vsock.c
13387 F:      drivers/vhost/vsock.h
13388
13389 VIRTUAL SERIO DEVICE DRIVER
13390 M:      Stephen Chandler Paul <[email protected]>
13391 S:      Maintained
13392 F:      drivers/input/serio/userio.c
13393 F:      include/uapi/linux/userio.h
13394
13395 VIRTIO CONSOLE DRIVER
13396 M:      Amit Shah <[email protected]>
13397 L:      [email protected]
13398 S:      Maintained
13399 F:      drivers/char/virtio_console.c
13400 F:      include/linux/virtio_console.h
13401 F:      include/uapi/linux/virtio_console.h
13402
13403 VIRTIO CORE, NET AND BLOCK DRIVERS
13404 M:      "Michael S. Tsirkin" <[email protected]>
13405 M:      Jason Wang <[email protected]>
13406 L:      [email protected]
13407 S:      Maintained
13408 F:      Documentation/devicetree/bindings/virtio/
13409 F:      drivers/virtio/
13410 F:      tools/virtio/
13411 F:      drivers/net/virtio_net.c
13412 F:      drivers/block/virtio_blk.c
13413 F:      include/linux/virtio*.h
13414 F:      include/uapi/linux/virtio_*.h
13415 F:      drivers/crypto/virtio/
13416
13417 VIRTIO DRIVERS FOR S390
13418 M:      Christian Borntraeger <[email protected]>
13419 M:      Cornelia Huck <[email protected]>
13420 L:      [email protected]
13421 L:      [email protected]
13422 L:      [email protected]
13423 S:      Supported
13424 F:      drivers/s390/virtio/
13425
13426 VIRTIO GPU DRIVER
13427 M:      David Airlie <[email protected]>
13428 M:      Gerd Hoffmann <[email protected]>
13429 L:      [email protected]
13430 L:      [email protected]
13431 T:      git git://git.kraxel.org/linux drm-qemu
13432 S:      Maintained
13433 F:      drivers/gpu/drm/virtio/
13434 F:      include/uapi/linux/virtio_gpu.h
13435
13436 VIRTIO HOST (VHOST)
13437 M:      "Michael S. Tsirkin" <[email protected]>
13438 M:      Jason Wang <[email protected]>
13439 L:      [email protected]
13440 L:      [email protected]
13441 L:      [email protected]
13442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
13443 S:      Maintained
13444 F:      drivers/vhost/
13445 F:      include/uapi/linux/vhost.h
13446
13447 VIRTIO INPUT DRIVER
13448 M:      Gerd Hoffmann <[email protected]>
13449 S:      Maintained
13450 F:      drivers/virtio/virtio_input.c
13451 F:      include/uapi/linux/virtio_input.h
13452
13453 VIRTIO CRYPTO DRIVER
13454 M:  Gonglei <[email protected]>
13455 L:  [email protected]
13456 L:  [email protected]
13457 S:  Maintained
13458 F:  drivers/crypto/virtio/
13459 F:  include/uapi/linux/virtio_crypto.h
13460
13461 VIA RHINE NETWORK DRIVER
13462 S:      Orphan
13463 F:      drivers/net/ethernet/via/via-rhine.c
13464
13465 VIA SD/MMC CARD CONTROLLER DRIVER
13466 M:      Bruce Chang <[email protected]>
13467 M:      Harald Welte <[email protected]>
13468 S:      Maintained
13469 F:      drivers/mmc/host/via-sdmmc.c
13470
13471 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
13472 M:      Florian Tobias Schandinat <[email protected]>
13473 L:      [email protected]
13474 S:      Maintained
13475 F:      include/linux/via-core.h
13476 F:      include/linux/via-gpio.h
13477 F:      include/linux/via_i2c.h
13478 F:      drivers/video/fbdev/via/
13479
13480 VIA VELOCITY NETWORK DRIVER
13481 M:      Francois Romieu <[email protected]>
13482 L:      [email protected]
13483 S:      Maintained
13484 F:      drivers/net/ethernet/via/via-velocity.*
13485
13486 VIRT LIB
13487 M:      Alex Williamson <[email protected]>
13488 M:      Paolo Bonzini <[email protected]>
13489 L:      [email protected]
13490 S:      Supported
13491 F:      virt/lib/
13492
13493 VIVID VIRTUAL VIDEO DRIVER
13494 M:      Hans Verkuil <[email protected]>
13495 L:      [email protected]
13496 T:      git git://linuxtv.org/media_tree.git
13497 W:      https://linuxtv.org
13498 S:      Maintained
13499 F:      drivers/media/platform/vivid/*
13500
13501 VLYNQ BUS
13502 M:      Florian Fainelli <[email protected]>
13503 L:      [email protected] (subscribers-only)
13504 S:      Maintained
13505 F:      drivers/vlynq/vlynq.c
13506 F:      include/linux/vlynq.h
13507
13508 VME SUBSYSTEM
13509 M:      Martyn Welch <[email protected]>
13510 M:      Manohar Vanga <[email protected]>
13511 M:      Greg Kroah-Hartman <[email protected]>
13512 L:      [email protected]
13513 S:      Maintained
13514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
13515 F:      Documentation/driver-api/vme.rst
13516 F:      drivers/staging/vme/
13517 F:      drivers/vme/
13518 F:      include/linux/vme*
13519
13520 VMWARE HYPERVISOR INTERFACE
13521 M:      Alok Kataria <[email protected]>
13522 L:      [email protected]
13523 S:      Supported
13524 F:      arch/x86/kernel/cpu/vmware.c
13525
13526 VMWARE BALLOON DRIVER
13527 M:      Xavier Deguillard <[email protected]>
13528 M:      Philip Moltmann <[email protected]>
13529 M:      "VMware, Inc." <[email protected]>
13530 L:      [email protected]
13531 S:      Maintained
13532 F:      drivers/misc/vmw_balloon.c
13533
13534 VMWARE VMMOUSE SUBDRIVER
13535 M:      "VMware Graphics" <[email protected]>
13536 M:      "VMware, Inc." <[email protected]>
13537 L:      [email protected]
13538 S:      Maintained
13539 F:      drivers/input/mouse/vmmouse.c
13540 F:      drivers/input/mouse/vmmouse.h
13541
13542 VMWARE VMXNET3 ETHERNET DRIVER
13543 M:      Shrikrishna Khare <[email protected]>
13544 M:      "VMware, Inc." <[email protected]>
13545 L:      [email protected]
13546 S:      Maintained
13547 F:      drivers/net/vmxnet3/
13548
13549 VMware PVSCSI driver
13550 M:      Jim Gill <[email protected]>
13551 M:      VMware PV-Drivers <[email protected]>
13552 L:      [email protected]
13553 S:      Maintained
13554 F:      drivers/scsi/vmw_pvscsi.c
13555 F:      drivers/scsi/vmw_pvscsi.h
13556
13557 VMWARE PVRDMA DRIVER
13558 M:      Adit Ranadive <[email protected]>
13559 M:      VMware PV-Drivers <[email protected]>
13560 L:      [email protected]
13561 S:      Maintained
13562 F:      drivers/infiniband/hw/vmw_pvrdma/
13563
13564 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
13565 M:      Liam Girdwood <[email protected]>
13566 M:      Mark Brown <[email protected]>
13567 L:      [email protected]
13568 W:      http://www.slimlogic.co.uk/?p=48
13569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
13570 S:      Supported
13571 F:      Documentation/devicetree/bindings/regulator/
13572 F:      drivers/regulator/
13573 F:      include/dt-bindings/regulator/
13574 F:      include/linux/regulator/
13575
13576 VRF
13577 M:      David Ahern <[email protected]>
13578 M:      Shrijeet Mukherjee <[email protected]>
13579 L:      [email protected]
13580 S:      Maintained
13581 F:      drivers/net/vrf.c
13582 F:      Documentation/networking/vrf.txt
13583
13584 VT1211 HARDWARE MONITOR DRIVER
13585 M:      Juerg Haefliger <[email protected]>
13586 L:      [email protected]
13587 S:      Maintained
13588 F:      Documentation/hwmon/vt1211
13589 F:      drivers/hwmon/vt1211.c
13590
13591 VT8231 HARDWARE MONITOR DRIVER
13592 M:      Roger Lucas <[email protected]>
13593 L:      [email protected]
13594 S:      Maintained
13595 F:      drivers/hwmon/vt8231.c
13596
13597 VUB300 USB to SDIO/SD/MMC bridge chip
13598 M:      Tony Olech <[email protected]>
13599 L:      [email protected]
13600 L:      [email protected]
13601 S:      Supported
13602 F:      drivers/mmc/host/vub300.c
13603
13604 W1 DALLAS'S 1-WIRE BUS
13605 M:      Evgeniy Polyakov <[email protected]>
13606 S:      Maintained
13607 F:      Documentation/w1/
13608 F:      drivers/w1/
13609
13610 W83791D HARDWARE MONITORING DRIVER
13611 M:      Marc Hulsman <[email protected]>
13612 L:      [email protected]
13613 S:      Maintained
13614 F:      Documentation/hwmon/w83791d
13615 F:      drivers/hwmon/w83791d.c
13616
13617 W83793 HARDWARE MONITORING DRIVER
13618 M:      Rudolf Marek <[email protected]>
13619 L:      [email protected]
13620 S:      Maintained
13621 F:      Documentation/hwmon/w83793
13622 F:      drivers/hwmon/w83793.c
13623
13624 W83795 HARDWARE MONITORING DRIVER
13625 M:      Jean Delvare <[email protected]>
13626 L:      [email protected]
13627 S:      Maintained
13628 F:      drivers/hwmon/w83795.c
13629
13630 W83L51xD SD/MMC CARD INTERFACE DRIVER
13631 M:      Pierre Ossman <[email protected]>
13632 S:      Maintained
13633 F:      drivers/mmc/host/wbsd.*
13634
13635 WACOM PROTOCOL 4 SERIAL TABLETS
13636 M:      Julian Squires <[email protected]>
13637 M:      Hans de Goede <[email protected]>
13638 L:      [email protected]
13639 S:      Maintained
13640 F:      drivers/input/tablet/wacom_serial4.c
13641
13642 WATCHDOG DEVICE DRIVERS
13643 M:      Wim Van Sebroeck <[email protected]>
13644 R:      Guenter Roeck <[email protected]>
13645 L:      [email protected]
13646 W:      http://www.linux-watchdog.org/
13647 T:      git git://www.linux-watchdog.org/linux-watchdog.git
13648 S:      Maintained
13649 F:      Documentation/devicetree/bindings/watchdog/
13650 F:      Documentation/watchdog/
13651 F:      drivers/watchdog/
13652 F:      include/linux/watchdog.h
13653 F:      include/uapi/linux/watchdog.h
13654
13655 WIIMOTE HID DRIVER
13656 M:      David Herrmann <[email protected]>
13657 L:      [email protected]
13658 S:      Maintained
13659 F:      drivers/hid/hid-wiimote*
13660
13661 WINBOND CIR DRIVER
13662 M:      David Härdeman <[email protected]>
13663 S:      Maintained
13664 F:      drivers/media/rc/winbond-cir.c
13665
13666 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
13667 M:      William Breathitt Gray <[email protected]>
13668 L:      [email protected]
13669 S:      Maintained
13670 F:      drivers/watchdog/ebc-c384_wdt.c
13671
13672 WINSYSTEMS WS16C48 GPIO DRIVER
13673 M:      William Breathitt Gray <[email protected]>
13674 L:      [email protected]
13675 S:      Maintained
13676 F:      drivers/gpio/gpio-ws16c48.c
13677
13678 WIMAX STACK
13679 M:      Inaky Perez-Gonzalez <[email protected]>
13680 M:      [email protected]
13681 L:      [email protected] (subscribers-only)
13682 S:      Supported
13683 W:      http://linuxwimax.org
13684 F:      Documentation/wimax/README.wimax
13685 F:      include/linux/wimax/debug.h
13686 F:      include/net/wimax.h
13687 F:      include/uapi/linux/wimax.h
13688 F:      net/wimax/
13689
13690 WISTRON LAPTOP BUTTON DRIVER
13691 M:      Miloslav Trmac <[email protected]>
13692 S:      Maintained
13693 F:      drivers/input/misc/wistron_btns.c
13694
13695 WL3501 WIRELESS PCMCIA CARD DRIVER
13696 L:      [email protected]
13697 S:      Odd fixes
13698 F:      drivers/net/wireless/wl3501*
13699
13700 WOLFSON MICROELECTRONICS DRIVERS
13701 L:      [email protected]
13702 T:      git https://github.com/CirrusLogic/linux-drivers.git
13703 W:      https://github.com/CirrusLogic/linux-drivers/wiki
13704 S:      Supported
13705 F:      Documentation/hwmon/wm83??
13706 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
13707 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
13708 F:      Documentation/devicetree/bindings/mfd/arizona.txt
13709 F:      arch/arm/mach-s3c64xx/mach-crag6410*
13710 F:      drivers/clk/clk-wm83*.c
13711 F:      drivers/extcon/extcon-arizona.c
13712 F:      drivers/leds/leds-wm83*.c
13713 F:      drivers/gpio/gpio-*wm*.c
13714 F:      drivers/gpio/gpio-arizona.c
13715 F:      drivers/hwmon/wm83??-hwmon.c
13716 F:      drivers/input/misc/wm831x-on.c
13717 F:      drivers/input/touchscreen/wm831x-ts.c
13718 F:      drivers/input/touchscreen/wm97*.c
13719 F:      drivers/mfd/arizona*
13720 F:      drivers/mfd/wm*.c
13721 F:      drivers/mfd/cs47l24*
13722 F:      drivers/power/supply/wm83*.c
13723 F:      drivers/rtc/rtc-wm83*.c
13724 F:      drivers/regulator/wm8*.c
13725 F:      drivers/video/backlight/wm83*_bl.c
13726 F:      drivers/watchdog/wm83*_wdt.c
13727 F:      include/linux/mfd/arizona/
13728 F:      include/linux/mfd/wm831x/
13729 F:      include/linux/mfd/wm8350/
13730 F:      include/linux/mfd/wm8400*
13731 F:      include/linux/wm97xx.h
13732 F:      include/sound/wm????.h
13733 F:      sound/soc/codecs/arizona.?
13734 F:      sound/soc/codecs/wm*
13735 F:      sound/soc/codecs/cs47l24*
13736
13737 WORKQUEUE
13738 M:      Tejun Heo <[email protected]>
13739 R:      Lai Jiangshan <[email protected]>
13740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
13741 S:      Maintained
13742 F:      include/linux/workqueue.h
13743 F:      kernel/workqueue.c
13744 F:      Documentation/core-api/workqueue.rst
13745
13746 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
13747 M:      Chen-Yu Tsai <[email protected]>
13748 L:      [email protected]
13749 S:      Maintained
13750 N:      axp[128]
13751
13752 X.25 NETWORK LAYER
13753 M:      Andrew Hendry <[email protected]>
13754 L:      [email protected]
13755 S:      Odd Fixes
13756 F:      Documentation/networking/x25*
13757 F:      include/net/x25*
13758 F:      net/x25/
13759
13760 X86 ARCHITECTURE (32-BIT AND 64-BIT)
13761 M:      Thomas Gleixner <[email protected]>
13762 M:      Ingo Molnar <[email protected]>
13763 M:      "H. Peter Anvin" <[email protected]>
13764 M:      [email protected]
13765 L:      [email protected]
13766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
13767 S:      Maintained
13768 F:      Documentation/x86/
13769 F:      arch/x86/
13770
13771 X86 PLATFORM DRIVERS
13772 M:      Darren Hart <[email protected]>
13773 M:      Andy Shevchenko <[email protected]>
13774 L:      [email protected]
13775 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
13776 S:      Maintained
13777 F:      drivers/platform/x86/
13778 F:      drivers/platform/olpc/
13779
13780 X86 MCE INFRASTRUCTURE
13781 M:      Tony Luck <[email protected]>
13782 M:      Borislav Petkov <[email protected]>
13783 L:      [email protected]
13784 S:      Maintained
13785 F:      arch/x86/kernel/cpu/mcheck/*
13786
13787 X86 MICROCODE UPDATE SUPPORT
13788 M:      Borislav Petkov <[email protected]>
13789 S:      Maintained
13790 F:      arch/x86/kernel/cpu/microcode/*
13791
13792 X86 VDSO
13793 M:      Andy Lutomirski <[email protected]>
13794 L:      [email protected]
13795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
13796 S:      Maintained
13797 F:      arch/x86/entry/vdso/
13798
13799 XC2028/3028 TUNER DRIVER
13800 M:      Mauro Carvalho Chehab <[email protected]>
13801 M:      Mauro Carvalho Chehab <[email protected]>
13802 L:      [email protected]
13803 W:      https://linuxtv.org
13804 T:      git git://linuxtv.org/media_tree.git
13805 S:      Maintained
13806 F:      drivers/media/tuners/tuner-xc2028.*
13807
13808 XEN HYPERVISOR INTERFACE
13809 M:      Boris Ostrovsky <[email protected]>
13810 M:      Juergen Gross <[email protected]>
13811 L:      [email protected] (moderated for non-subscribers)
13812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
13813 S:      Supported
13814 F:      arch/x86/xen/
13815 F:      drivers/*/xen-*front.c
13816 F:      drivers/xen/
13817 F:      arch/x86/include/asm/xen/
13818 F:      include/xen/
13819 F:      include/uapi/xen/
13820
13821 XEN HYPERVISOR ARM
13822 M:      Stefano Stabellini <[email protected]>
13823 L:      [email protected] (moderated for non-subscribers)
13824 S:      Maintained
13825 F:      arch/arm/xen/
13826 F:      arch/arm/include/asm/xen/
13827
13828 XEN HYPERVISOR ARM64
13829 M:      Stefano Stabellini <[email protected]>
13830 L:      [email protected] (moderated for non-subscribers)
13831 S:      Maintained
13832 F:      arch/arm64/xen/
13833 F:      arch/arm64/include/asm/xen/
13834
13835 XEN NETWORK BACKEND DRIVER
13836 M:      Wei Liu <[email protected]>
13837 M:      Paul Durrant <[email protected]>
13838 L:      [email protected] (moderated for non-subscribers)
13839 L:      [email protected]
13840 S:      Supported
13841 F:      drivers/net/xen-netback/*
13842
13843 XEN PCI SUBSYSTEM
13844 M:      Konrad Rzeszutek Wilk <[email protected]>
13845 L:      [email protected] (moderated for non-subscribers)
13846 S:      Supported
13847 F:      arch/x86/pci/*xen*
13848 F:      drivers/pci/*xen*
13849
13850 XEN BLOCK SUBSYSTEM
13851 M:      Konrad Rzeszutek Wilk <[email protected]>
13852 M:      Roger Pau Monné <[email protected]>
13853 L:      [email protected] (moderated for non-subscribers)
13854 S:      Supported
13855 F:      drivers/block/xen-blkback/*
13856 F:      drivers/block/xen*
13857
13858 XEN PVSCSI DRIVERS
13859 M:      Juergen Gross <[email protected]>
13860 L:      [email protected] (moderated for non-subscribers)
13861 L:      [email protected]
13862 S:      Supported
13863 F:      drivers/scsi/xen-scsifront.c
13864 F:      drivers/xen/xen-scsiback.c
13865 F:      include/xen/interface/io/vscsiif.h
13866
13867 XEN SWIOTLB SUBSYSTEM
13868 M:      Konrad Rzeszutek Wilk <[email protected]>
13869 L:      [email protected] (moderated for non-subscribers)
13870 S:      Supported
13871 F:      arch/x86/xen/*swiotlb*
13872 F:      drivers/xen/*swiotlb*
13873
13874 XFS FILESYSTEM
13875 M:      Darrick J. Wong <[email protected]>
13876 M:      [email protected]
13877 L:      [email protected]
13878 W:      http://xfs.org/
13879 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
13880 S:      Supported
13881 F:      Documentation/filesystems/xfs.txt
13882 F:      fs/xfs/
13883
13884 XILINX AXI ETHERNET DRIVER
13885 M:      Anirudha Sarangi <[email protected]>
13886 M:      John Linn <[email protected]>
13887 S:      Maintained
13888 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
13889
13890 XILINX UARTLITE SERIAL DRIVER
13891 M:      Peter Korsgaard <[email protected]>
13892 L:      [email protected]
13893 S:      Maintained
13894 F:      drivers/tty/serial/uartlite.c
13895
13896 XILINX VIDEO IP CORES
13897 M:      Hyun Kwon <[email protected]>
13898 M:      Laurent Pinchart <[email protected]>
13899 L:      [email protected]
13900 T:      git git://linuxtv.org/media_tree.git
13901 S:      Supported
13902 F:      Documentation/devicetree/bindings/media/xilinx/
13903 F:      drivers/media/platform/xilinx/
13904 F:      include/uapi/linux/xilinx-v4l2-controls.h
13905
13906 XILLYBUS DRIVER
13907 M:      Eli Billauer <[email protected]>
13908 L:      [email protected]
13909 S:      Supported
13910 F:      drivers/char/xillybus/
13911
13912 XTENSA XTFPGA PLATFORM SUPPORT
13913 M:      Max Filippov <[email protected]>
13914 L:      [email protected]
13915 S:      Maintained
13916 F:      drivers/spi/spi-xtensa-xtfpga.c
13917 F:      sound/soc/xtensa/xtfpga-i2s.c
13918
13919 YAM DRIVER FOR AX.25
13920 M:      Jean-Paul Roubelat <[email protected]>
13921 L:      [email protected]
13922 S:      Maintained
13923 F:      drivers/net/hamradio/yam*
13924 F:      include/linux/yam.h
13925
13926 YEALINK PHONE DRIVER
13927 M:      Henk Vergonet <[email protected]>
13928 L:      [email protected]
13929 S:      Maintained
13930 F:      Documentation/input/yealink.txt
13931 F:      drivers/input/misc/yealink.*
13932
13933 Z8530 DRIVER FOR AX.25
13934 M:      Joerg Reuter <[email protected]>
13935 W:      http://yaina.de/jreuter/
13936 W:      http://www.qsl.net/dl1bke/
13937 L:      [email protected]
13938 S:      Maintained
13939 F:      Documentation/networking/z8530drv.txt
13940 F:      drivers/net/hamradio/*scc.c
13941 F:      drivers/net/hamradio/z8530.h
13942
13943 ZBUD COMPRESSED PAGE ALLOCATOR
13944 M:      Seth Jennings <[email protected]>
13945 M:      Dan Streetman <[email protected]>
13946 L:      [email protected]
13947 S:      Maintained
13948 F:      mm/zbud.c
13949 F:      include/linux/zbud.h
13950
13951 ZD1211RW WIRELESS DRIVER
13952 M:      Daniel Drake <[email protected]>
13953 M:      Ulrich Kunitz <[email protected]>
13954 W:      http://zd1211.ath.cx/wiki/DriverRewrite
13955 L:      [email protected]
13956 L:      [email protected] (subscribers-only)
13957 S:      Maintained
13958 F:      drivers/net/wireless/zydas/zd1211rw/
13959
13960 ZD1301_DEMOD MEDIA DRIVER
13961 M:      Antti Palosaari <[email protected]>
13962 L:      [email protected]
13963 W:      https://linuxtv.org/
13964 W:      http://palosaari.fi/linux/
13965 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13966 S:      Maintained
13967 F:      drivers/media/dvb-frontends/zd1301_demod*
13968
13969 ZD1301 MEDIA DRIVER
13970 M:      Antti Palosaari <[email protected]>
13971 L:      [email protected]
13972 W:      https://linuxtv.org/
13973 W:      http://palosaari.fi/linux/
13974 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13975 S:      Maintained
13976 F:      drivers/media/usb/dvb-usb-v2/zd1301*
13977
13978 ZPOOL COMPRESSED PAGE STORAGE API
13979 M:      Dan Streetman <[email protected]>
13980 L:      [email protected]
13981 S:      Maintained
13982 F:      mm/zpool.c
13983 F:      include/linux/zpool.h
13984
13985 ZR36067 VIDEO FOR LINUX DRIVER
13986 L:      [email protected]
13987 L:      [email protected]
13988 W:      http://mjpeg.sourceforge.net/driver-zoran/
13989 T:      hg https://linuxtv.org/hg/v4l-dvb
13990 S:      Odd Fixes
13991 F:      drivers/media/pci/zoran/
13992
13993 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
13994 M:      Minchan Kim <[email protected]>
13995 M:      Nitin Gupta <[email protected]>
13996 R:      Sergey Senozhatsky <[email protected]>
13997 L:      [email protected]
13998 S:      Maintained
13999 F:      drivers/block/zram/
14000 F:      Documentation/blockdev/zram.txt
14001
14002 ZS DECSTATION Z85C30 SERIAL DRIVER
14003 M:      "Maciej W. Rozycki" <[email protected]>
14004 S:      Maintained
14005 F:      drivers/tty/serial/zs.*
14006
14007 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14008 M:      Minchan Kim <[email protected]>
14009 M:      Nitin Gupta <[email protected]>
14010 R:      Sergey Senozhatsky <[email protected]>
14011 L:      [email protected]
14012 S:      Maintained
14013 F:      mm/zsmalloc.c
14014 F:      include/linux/zsmalloc.h
14015 F:      Documentation/vm/zsmalloc.txt
14016
14017 ZSWAP COMPRESSED SWAP CACHING
14018 M:      Seth Jennings <[email protected]>
14019 M:      Dan Streetman <[email protected]>
14020 L:      [email protected]
14021 S:      Maintained
14022 F:      mm/zswap.c
14023
14024 THE REST
14025 M:      Linus Torvalds <[email protected]>
14026 L:      [email protected]
14027 Q:      http://patchwork.kernel.org/project/LKML/list/
14028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14029 S:      Buried alive in reporters
14030 F:      *
14031 F:      */
This page took 0.808261 seconds and 4 git commands to generate.